@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
*, html, body{
	padding: 0;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}
a{font-family: 'Montserrat', sans-serif;}
@font-face {
    font-family: Bazouk SSi Regular;
    src: url(../fonts/Bazouk-SSi-Regular.ttf);
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.row-reverse {
    flex-direction: row-reverse;
}
.align-center {
    align-items: center;
}
.height {
    height: 270px;
}
h3.sectionHeading {
    color: #333;
    margin: 0 0 30px;
}
h3.sectionHeading label {
    position: relative;
}
h3.sectionHeading label::after {
    content: '';
    position: absolute;
    width: 125px;
    height: 3px;
    background: #ff0000;
    left: 0;
    bottom: -15px;
    right: 0;
}
h3.sectionHeading.text-center label::after {
    margin: 0 auto;
}



.mt-10{margin-top:10px}
.mt-20{margin-top:20px}
.mt-30{margin-top:30px}
.mt-40{margin-top:40px}
.mt-50{margin-top:50px}
.mt-60{margin-top:60px}
.mb-70{margin-top:70px}
.mb-80{margin-top:80px}
.mb-90{margin-top:90px}
.mb-100{margin-top:100px}
.mb-10{margin-bottom:10px}
.mb-20{margin-bottom:20px}
.mb-30{margin-bottom:30px}
.mb-40{margin-bottom:40px}
.mb-50{margin-bottom:50px}
.mb-60{margin-bottom:60px}
.mb-70{margin-bottom:70px}
.mb-80{margin-bottom:80px}
.mb-90{margin-bottom:90px}
.mb-100{margin-bottom:100px}
.pt-10{padding-top:10px}
.pt-20{padding-top:20px}
.pt-30{padding-top:30px}
.pt-40{padding-top:40px}
.pt-50{padding-top:50px}
.pt-60{padding-top:60px}
.pt-70{padding-top:70px}
.pt-80{padding-top:80px}
.pt-90{padding-top:90px}
.pt-100{padding-top:100px}
.pb-10{padding-bottom:10px}
.pb-20{padding-bottom:20px}
.pb-30{padding-bottom:30px}
.pb-40{padding-bottom:40px}
.pb-50{padding-bottom:50px}
.pb-60{padding-bottom:60px}
.pb-70{padding-bottom:70px}
.pb-80{padding-bottom:80px}
.pb-90{padding-bottom:90px}
.pb-100{padding-bottom:100px}
.mtb-10{margin-top:10px;margin-bottom:20px;}
.mtb-20{margin-top:20px;margin-bottom:20px;}
.mtb-30{margin-top:30px;margin-bottom:30px;}
.mtb-40{margin-top:40px;margin-bottom:40px;}
.mtb-50{margin-top:50px;margin-bottom:50px;}
.mtb-60{margin-top:60px;margin-bottom:60px;}
.mtb-70{margin-top:70px;margin-bottom:70px;}
.mtb-80{margin-top:80px;margin-bottom:80px;}
.mtb-90{margin-top:90px;margin-bottom:90px;}
.mtb-100{margin-top:100px;margin-bottom:100px;}
.ptb-10{padding-top:10px;padding-bottom:10px;}
.ptb-20{padding-top:20px;padding-bottom:20px;}
.ptb-30{padding-top:30px;padding-bottom:30px;}
.ptb-40{padding-top:40px;padding-bottom:40px;}
.ptb-50{padding-top:50px;padding-bottom:50px;}
.ptb-60{padding-top:60px;padding-bottom:60px;}
.ptb-70{padding-top:70px;padding-bottom:70px;}
.ptb-80{padding-top:80px;padding-bottom:80px;}
.ptb-90{padding-top:90px;padding-bottom:90px;}
.ptb-100{padding-top:100px;padding-bottom:100px;}
.nopadding{padding: 0;}



#toTop {
    position: fixed;
    width: 45px;
    height: 45px;
    background: #ed1c24;
    border: 0;
    border-radius: 6px;
    bottom: 74px;
    right: 15px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: 28px;
    z-index: 1;
    transition: 0.3s ease-in all;
}
#toTop:hover {
    color: #ed1c24;
    background: #292e33;
    transition: 0.3s ease-in all;
}

.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.custom-file-upload {
  display: block;
  width: auto;
  font-size: 13px;
}
.file-upload-input {
  width: 300px;
  color: #fff;
  font-size: 16px;
  padding: 11px 17px;
  border: none;
  outline: o;
  background-color: #c0392b;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}
.file-upload-input:hover, .file-upload-input:focus {
  background-color: #292e33;
  outline: none;
}

.file-upload-button {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  padding: 11px 20px;
  border: none;
  margin: 15px -1px;
  background-color: #292e33;
  float: left;
  outline: o;
  /* IE 9 Fix */
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.file-upload-button:hover {
  background-color: #292e33;
}
.capcha img, .capcha button {
	margin-bottom: 5px;
}
.capcha img {
	width: 100px !important;
	display: inline-block;
}
.capcha button {
	font-size: 19px;
    color: #292e33;
    margin-left: 20px;
	background: #fff;
    border: 0;
    display: inline-block;
    vertical-align: bottom;
}
.capcha button i {
	display: inline-block;
	vertical-align: bottom;
}
/*----------*/
/*.header {
    box-shadow: 0 0 8px 1px #292e33;
}*/
.header {
    box-shadow: 0 0 8px 1px #292e33;
    /*position: fixed;*/
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
}
.header .navbar {
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.header .navbar-brand {
    height: auto;
    padding: 5px 0;
}
.header .navbar-brand img {
    height: 66px;
}
.header .container-fluid nav {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}
.header .navbar-header {
    float: left;
    order: -1;
}
.header .container-fluid nav .collapse {
    order: 1;
}
.header .container-fluid nav ul.nav li.dropdown ul.dropdown-menu {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent !important;
    left: 0;
    right: auto;
}
.header ul li a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    color: #494949 !important;
}
.header ul li a {
    line-height: 60px;
    position: relative;
}
.header ul li:nth-child(5) .badge {
    background: #ec1e24;
    font-size: 11px;
    line-height: 10px;
    font-weight: 500;
    margin-top: -27px;
    margin-left: 0;
    padding: 5px 7px;
}
.header ul.dropdown-menu li a {
    line-height: 20px;
    border-bottom: 1px solid #ccc;
}
.header ul li a.active {
    border-bottom: 3px solid #ec1e24;
    color: #747474 !important;
    background: transparent !important;
    /*background-color: #e7e7e7 !important;*/
}
.dropdown-menu .divider {
    background: linear-gradient(to right, #ec1e24 12%, #ccc 9%);
}
.header .container-fluid nav ul.nav li.dropdown ul.dropdown-menu li a{
    transition: 0.3s;
}
.header .container-fluid nav ul.nav li.dropdown ul.dropdown-menu li:hover a {
    color: #ec1e24 !important;
    background-color: transparent;
}
.navbar-nav > li > .dropdown-menu li {
    background: #fff;
    /*position: relative;*/
}
.dropdown-menu > li > a {
    margin: 0 15px;
    padding: 15px 20px;
}
.navbar-nav > li > .dropdown-menu li a::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 1px;
    background: #dc777a;
    bottom: -1px;
    left: 0;
}
.navbar-nav > li > .dropdown-menu li:last-child a {
    border: 0;
}
.navbar-nav > li > .dropdown-menu li:last-child a::before {
    display: none;
}
/*.navbar-nav > li > .dropdown-menu li:last-child, .header ul.dropdown-menu li:last-child a {*/
/*    border-bottom: 0;*/
/*}*/
/*.navbar-nav > li > .dropdown-menu li:last-child::before {*/
/*    display: none;*/
/*}*/
/*.navbar-nav > li > .dropdown-menu li:last-child a::before {*/
/*    display: none;*/
/*}*/
.navbar-nav > li > .dropdown-menu .active {
    background: none;
    /*border-color: #dc777a;*/
}
.dropdown-menu > .active > a{
    background: none;
}
.navbar-nav > li > .dropdown-menu li {
  display: none;
}

.navbar-nav > li:hover .dropdown-menu li {
  display: block;
}

.navbar-nav > li:hover .dropdown-menu.menu-1 {
  perspective: 1000px;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li {
  opacity: 0;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(1) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: -150ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(2) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: 0ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(3) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: 150ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(4) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: 300ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(5) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: 450ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
.navbar-nav > li:hover .dropdown-menu.menu-1 li:nth-child(6) {
  animation-name: menu;
  animation-duration: 300ms;
  animation-delay: 600ms;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}
@keyframes menu {
  0% {
    opacity: 0;
    transform: rotateY(-90deg) translateY(30px);
  }
  100% {
    opacity: 1;
    transform: rotateY(0deg) translateY(0px);
  }
}

/*banner section*/
#bannerCarousel .owl-dots {
    position: absolute;
    width: auto;
    top: 0;
    z-index: 99999;
    vertical-align: middle;
    transform: translate(-50%, 100%);
    right: 6%;
}
#bannerCarousel .owl-dots .owl-dot {
    display: block;
    width: 100%;
}
.bannerSec #bannerCarousel .owl-dots .owl-dot span {
    width: 30px;
    height: 4px;
    background: #fff;
    float: right;
    margin: 5px 0;
    border-radius: 0;
}
#bannerCarousel .owl-dots .owl-dot.active span {
    width: 50px;
    height: 4px;
    background: #ec1e24;
}
#bannerCarousel .item::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    /*background: linear-gradient(-312deg, rgba(0,0,0,0.5) 39% , rgba(255,255,255,0) 30%);*/
    background: linear-gradient(-312deg, rgba(0,0,0,0.3) 25% , rgba(255,255,255,0) 0%);
    width: 100%;
}
#bannerCarousel.owl-carousel .owl-item img {
    height: 86vh;
}
#bannerCarousel .item .container {
    top: 40px;
    left: 15px;
    padding-left: 0;
}
#bannerCarousel .item .container .row {
    height: 100%;
}
#bannerCarousel .item .container .bannercolumn {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.itemContent {
    height: 200px;
    /*height: 400px;*/
    display: table;
    background: rgba(0,0,0,0.5);
    padding: 30px 60px;
    position: relative;
}
.innerContent {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
#bannerCarousel .item .container .bannercolumn .bannerContent a.btn {
    background: transparent;
    color: #fff;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    border: 0;
    font-weight: 600;
    margin-top: 35px;
    position: relative;
    transition: 0.2s ease-in all;
}
#bannerCarousel .item .container .bannercolumn .bannerContent a.btn::after {
    content: '';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 6px solid #ed1c24;
    width: 0;
    height: 0;
    position: absolute;
    right: 15px;
    top: 8px;
}
#bannerCarousel .item .container .bannercolumn .bannerContent a.btn:hover {
    color: #ed1c24;
    transition: 0.3s ease-in all;
}
#bannerCarousel .item .container .bannercolumn .bannerContent a.btn img {
    width: auto;
    margin-left: 15px;
}
#bannerCarousel .item .container .bannercolumn .bannerContent {
    font-size: 0;
}
#bannerCarousel .item .container .bannercolumn .bannerContent h1 {
    font-weight: 700;
}
#bannerCarousel .item .container .bannercolumn .bannerContent p {
    display: none;
}
.itemContent::after {
    content: '';
    border-bottom: 100px solid red;
    border-right: 100px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.bannerSec #bannerCarousel {
    z-index: 0;
}

.bannerSec #bannerCarousel .item .container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
}
.bannerSec #bannerCarousel .item .container .contBox {
    width: 500px;
}
.bannerSec #bannerCarousel .item .contBox > h1 {
    font-size: 17px;
    color: #fff;
    background: rgba(0,0,0,0.50);
    margin: 0;
    padding: 20px;
    border-left: 6px solid #ed1c24;
    line-height: 22px;
}
.bannerSec #bannerCarousel .item .contBox > h2 {
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,0.70);
    padding: 15px 30px;
    margin: 0;
    clip-path: polygon(0% 0%, 100% 0%, 92% 100%, 8% 100%);
}





/*section2*/
.section2 {
    background: #e4e4ea; 
}
.section2 .container {
    margin-top: -60px;
    /*padding-top: 20px;*/
    /*background-image: linear-gradient(to bottom, rgb(228, 228, 234), rgb(228, 228, 234), rgba(228, 228, 234, 0), rgba(228, 228, 234, 0), rgba(228, 228, 234, 0), rgba(228, 228, 234, 0), rgba(228, 228, 234, 0));*/
    /*position: relative;*/
}
.section2 .container [class*="col-"] {
    padding: 0;
}
.section2 .container .row{
    padding: 0 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    width: 88%;
    margin: auto;
}
.section2 .box {
    width: 100%;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.section2 .box img {
    width: 70px;
    object-fit: cover;
    object-position: top;
}
.section2 .box.lastBox{
    background: #53545d;
    position: relative;
}
.section2 .box.redBox {
    background: #ed1c24;
    transition: 0.3s;
}
.section2 .container .row [class*="col-"]:hover .box.redBox, .section2 .container .row [class*="col-"]:hover .boxContent h3, 
.section2 .container .row [class*="col-"]:hover .box.middleImg {
    background: #000;
    transition: 0.5s;
}
.section2 .box.middleImg {
    background: #53545d;
    transition: 0.3s;
}
.boxContent h3 {
    font-weight: 600;
    color: #fff;
    margin-top: 0;
    padding: 10px 0 35px;
    transition: 0.3s;
    font-size: 18px;
}

.span-service .boxContent h3 {
    padding: 15px 0;
    background: transparent !important;
}
.boxContent h3.red {
    background: #ed1c24;
}
.boxContent h3.gray {
    background: #53545d;
}
.boxContent p {
    width: 85%;
    margin: 15px auto;
    font-size: 13px;
    color: #282828;
}
.boxContent a, .boxContent a.know, .strength a.know {
    color: #53545d;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
.boxContent a img, .boxContent a.know img, .feature-details .item-box .btn.btn-primary img, .feature-details .journey .btn.btn-primary img, 
.feature-details .btn.btn-primary img, .strength a.know img {
    /*width: 30px;*/
    height: 30px;
    transition: 0.3s;
    transform: rotate(90deg);
}
/*.boxContent a, .boxContent a.know {*/
/*    color: #53545d;*/
/*    text-decoration: none;*/
/*    font-weight: 600;*/
/*    transition: 0.3s;*/
/*    position: relative;*/
/*}*/
.boxContent a:hover {
    color: #ed1c24;
}
/*.boxContent a.know::before, .feature-details .item-box .btn.btn-primary::before, .feature-details .journey .btn.btn-primary::before {*/
/*    content: '';*/
/*    width: 200px;*/
/*    position: absolute;*/
/*    height: 22px;*/
/*    bottom: -18px;*/
/*    background: url(../images/span-shape.png) no-repeat;*/
/*    background-size: cover;*/
/*    left: -48px;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    transform: scale(0);*/
/*    transition: 0.3s ease-in all;*/
/*    visibility: hidden;*/
/*    background-position: bottom;*/
/*}*/
/*.boxContent a.know::before {*/
/*    content: '';*/
/*    width: 200px;*/
/*    position: absolute;*/
/*    height: 45px;*/
/*    bottom: -28px;*/
/*    background: url(../images/span-shape.png) no-repeat;*/
/*    background-size: contain;*/
/*    left: -48px;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    transform: scale(0);*/
/*    transition: 0.3s ease-in all;*/
/*    visibility: hidden;*/
/*}*/
/*.boxContent a.know:hover::before, .feature-details .item-box .btn.btn-primary:hover::before, .feature-details .journey .btn.btn-primary:hover::before {*/
/*    transform: scale(1);*/
/*    visibility: visible;*/
/*    transition: 0.3s ease-in all;*/
/*}*/
@keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,40px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: both
}

.animatedFadeInUp {
    opacity: 0
}

.fadeInUp {
    opacity: 0;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.boxContent a.know, .strength a.know {
    margin-top: 28px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: relative;
    transition: 0.3s;
    background: #fff;
}
.boxContent a.know::before, .strength a.know::before {
    content: '';
    width: 100%;
    position: absolute;
}
.boxContent a.know img, .strength a.know img {
    transition: 0.3s;
}
.boxContent a.know:hover img, .feature-details .item-box .btn.btn-primary:hover img, .feature-details .journey .btn.btn-primary:hover img, 
.feature-details .btn.btn-primary:hover img, .strength a.know:hover img {
    transform: scale(1.3);
    transition: 0.5s;
}
.boxContent a.know:hover, .feature-details .item-box .btn.btn-primary:hover, .feature-details .journey .btn.btn-primary:hover, 
.feature-details .btn.btn-primary:hover {
    background: transparent;
    transition: 0.5s;
}
/*, .strength a.know:hover*/
.feature-details .imgBox {
    position: relative;
}
.feature-details .journey .btn.btn-primary {
    margin: 0 !important;
}
.feature-details .item-box .btn.btn-primary, .feature-details .journey .btn.btn-primary, .strength .btn.btn-primary, .feature-details .btn.btn-primary {
    color: #53545d;
    background: #f2f2f2;
    border: 0;
    font-weight: 600;
    text-transform: uppercase;
    transition: 0.3s;
    position: relative;
    padding: 0;
    /*padding: 0 0 1px 4px;*/
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.feature-details .journey .btn.btn-primary:hover, .strength .btn.btn-primary:hover, .feature-details .btn.btn-primary:hover {
    color: #ed1c24;
    transition: 0.3s;
}

.btn:active {
    box-shadow: none;
}
.feature-details h6, .strength h4, .feature-details h6 {
    font-size: 18px;
    color: #53545d;
    font-weight: 700;
    text-transform: uppercase;
    margin: 15px 0 0;
    padding: 10px 0 15px;
}
.feature-details .item-box small, .feature-details small {
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
}
.feature-details h4 {
    font-size: 25px;
    text-align: center;
    margin-bottom: 30px;
}
.feature-details .item-box .btn.btn-primary:hover {
    color: #ed1c24;
    transition: 0.3s;
}
.feature-details .journey {
    background: #e4e4ea;
    padding: 15px 15px 30px;
}
.feature-details .journey img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.feature-details .journey h6 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.feature-details .journey ul {
    text-align: left;
    column-count: 2;
    margin-top: 15px;
}
.feature-details .journey ul li, .strength ul li {
    list-style: none;
    display: block;
}
.feature-details ul li {
    position: relative;
}
.feature-details .journey ul li a::before, .strength ul li a::before, .team .box .team-service ul li::before, .feature-details ul li::before,
.hospitality-area .sec .team-service ul li::before {
    width: 20px;
    content: '';
    height: 11px;
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    top: 10px;
    left: 0;
    background-size: 100% 100%;
}
.feature-details .journey ul li a, .strength ul li a {
    font-size: 13px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0 7px 25px;
    display: inline-block;
    transition: 0.3s ease-in all;
    position: relative;
}
.feature-details ul li a {
    color: #24282c;
}
.strength ul li a:hover {
    color: #ed1c24;
}
.feature-details .imgBox img {
    height: 265px;
    object-fit: cover;
    width: 100%;
}
/*.feature-details .item-box {*/
/*    margin-bottom: 30px;*/
/*}*/
.feature-details h3 {
    text-align: left;
    margin-bottom: 15px;
}
.feature-details h3 label::after {
    margin: 0 !important;
}
.feature-details h4 label span {
    font-family: Bazouk SSi Regular;
    color: #ed1c24;
    font-size: 25px;
}
.strength {
    /*background: #53545d;*/
    background: #fff;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}
.strength > img {
    width: 100%;
    /*height: 100vh;*/
}
.strength .btn.btn-primary {
    color: #24282c;
    /*width: 170px;*/
    /*height: auto;*/
    /*padding: 15px 0;*/
    /*border-radius: 30px;*/
    /*display: block;*/
    /*margin: 15px auto 30px;*/
    margin: -30px auto 30px;
    /*border: 1px solid #24282c;*/
}
/*.strength .btn.btn-primary:hover, */
.career .item-content ul li a.btn:hover {
    background: transparent;
    border-color: #ed1c24;
    color: #ed1c24;
}

.strength h3 {
    color: #fff !important;
    margin-bottom: 30px;
}
.strength .imgBox, .feature-details .imgBox {
    position: relative;
}
.strength .bod, .feature-details .bod {
    background: rgba(237, 28, 36, 0.70);
    padding: 10px 20px;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 100%;
    position: absolute;
}
.strength .bod strong, .feature-details .bod strong {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    line-height: 40px;
}
.strength .bod .btn.btn-primary, .feature-details .bod .btn.btn-success {
    background: #fff;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    color: #ed1c24;
    border: 0;
    border-radius: 0;
    float: right;
    text-transform: uppercase;
    transition: 0.3s ease-in all;
}
.strength .bod .btn.btn-primary:hover, .feature-details .bod .btn.btn-success:hover {
    color: #fff;
    background: #292e33;
    transition: 0.3s ease-in all;
}
.strength ul li a::before, .feature-details ul li a::before {
    background: url(../images/tick-1.png) no-repeat;
    background-size: 100% 100%;
}
.strength h4, .feature-details h4 {
    color: #fff;
}
.strength ul, .feature-details ul {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    padding: 0 0px 6px 0;
}
.strength li a strong, .feature-details li a strong {
    font-size: 17px;
    font-weight: 600;
}
.strength li a:hover {
    color: #fff;
    cursor: pointer;
}
.strength ul li a, .feature-details ul li a {
    display: block;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    padding-left: 30px;
}
.strength p {
    color: #fff;
}
.strength br {
    margin: 6px 0;
}
.strength br:last-child {
    margin-bottom: 12px;
}
.feature-details .journey p {
    color: #292e33;
}
.feature-details .journey p br {
    margin: 3px 0;
}
/*.feature-details .journey img {*/
/*    margin-bottom: 25px;*/
/*}*/
.feature-details .journey p br:last-child {
    margin-bottom: 6px;
}
.feature-details .journey .btn.btn-primary {
    background: #fff;
    margin-top: 20px !important;
}


.strength ul li a::before {
    background: url(../images/tick-1.png) no-repeat;
    background-size: 100% 100%;
}
.strength h4 {
    color: #fff;
}
.strategic .strategic-box:last-child {
    margin-bottom: 0;
}
.strategic .strategic-box .sec-content ul {
    margin: 10px 0 0;
    display: block;
}
.journey-area .strategic-box .sec-content ul li span {
    flex: 100%;
    font-weight: 600;
    margin-bottom: 5px;
}
.strategic .strategic-box .sec-content ul li a {
    color: #000;
}
.journey-area .strategic-box .sec-content ul li {
    margin-top: 0;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    padding-left: 30px;
    flex-wrap: wrap;
}
.journey-area .strategic-box .sec-content ul li::before {
    width: 20px;
    content: '';
    height: 11px;
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    top: 6px;
    left: 0;
    background-size: 100% 100%;
}
.strategic .strategic-box .sec-content ul li:last-child {
    margin-bottom: 0;
}
.strategic .strategic-box .imgSec {
    height: 100%;
}
/*.strategic .strategic-box .imgSec img {*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.strategic .strategic-box .sec-content ul {
    padding-left: 0;
}
.strategic .strategic-box .sec-content ul li strong {
    color: #fff;
    background: #333;
    width: 100px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    margin: 0 10px 5px 0;
}
.strategic .strategic-box .sec-content ul li strong label {
    margin-bottom: 0 !important;
}
.strategic .strategic-box .sec-content h3 {
    position: relative;
    padding-bottom: 10px;
    margin: 0 0 20px;
}
.strategic .strategic-box {
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.strategic .strategic-box .sec-content p {
    margin-bottom: 15px;
}
.strategic .strategic-box .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.strategic .strategic-box:nth-child(2n) .row {
    flex-direction: row-reverse;
}
/*.strategic .strategic-box .sec-content ul li strong {*/
/*    color: #333;*/
/*    margin-right: 5px;*/
/*}*/

.strategicPartner .strategic-box {
    width: 50%;
}
/*-- Chart Section --*/
#chartdiv {
    width: 100%;
    height: 500px;
}
.chart h3 {
    color: #24282c !important;
}
/* section 3 */
.section3 h3, .began h3, .feature-details h3, .strength h3, .sitemap h3, .feature-details h4, .arts h3 {
    color: #24282c;
}
.section3 h3 label, .began h3 label, .feature-details h3 label, .strength h3, .sitemap h3 label, .feature-details h4 label, .investor h3 label, .job-apply h4 label, 
.arts h3 label {
    position: relative;
}
.section3 h3 label::after, .began h3 label::after, .feature-details h3 label::after, .strength h3 label::after, .sitemap h3 label::after, 
.feature-details h4 label::after, .investor h3 label::after, .job-apply h4 label::after, .arts h3 label::after {
    content: '';
    position: absolute;
    width: 125px;
    height: 3px;
    background: #ff0000;
    left: 0;
    bottom: -15px; 
    margin: 0 auto;
    right: 0;
}
.news {
    background: #f6f6f6;
}
.newsContent {
    padding: 20px;
}
.newsContent p {
    font-size: 12px;
}
.newsContent a {
    font-weight: 600;
    text-decoration: none;
    color: #3c4045;
    text-transform: capitalize;
}
.investor h3 {
    margin-bottom: 30px;
}

/* footer */
.footer {
    background: #292e33;
    padding: 30px 0;
    color: #fff;
}
.footer p {
    font-size: 12px;
}
ul.footeMenu li, ul.footerComments li {
    list-style: none;
}
ul.footeMenu li .badge {
    background: #ec1e24;
    font-size: 8px;
    line-height: 10px;
    font-weight: 500;
    padding: 2px 5px 1px;
    margin-left: 2px;
}
ul.footeMenu li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s;
}
ul.footeMenu li a:hover {
    color: #ff0000;
}
ul.footerComments li a{
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.footerColTitle::after {
    content: '';
    width: 20px;
    height: 4px;
    background: #f00;
    position: absolute;
    bottom: -12px;
    left: 0;
}
.footerColTitle {
    margin: 0 0 30px;
    position: relative;
}
.bottomfooter {
    background: #24282c;
    color: #a0a0a0;
    font-size: 12px;
}
.bottomfooter a{
    color: #a0a0a0;
    text-decoration: none;
}
ul.footerSocial {
    text-align: right;
    margin: 0;
}
ul.footerSocial li {
    list-style: none;
    display: inline;
    margin-left: 10px;
}
.bottomfooter .row .row {
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottomfooter p {
    display: inline-block;
    margin: 0;
}
.copy-nav {
    display: inline-block;
    float: right;
}
.copy-nav ul {
    margin: 0;
}
.copy-nav ul li {
    display: inline-block;
}
.copy-nav ul li a {
    font-size: 14px;
    font-weight: 500;
    padding: 0 8px;
    position: relative;
    transition: 0.3s;
    display: block;
}
.copy-nav ul li:last-child a:after {
    display: none;
}
.copy-nav ul li a::after {
    width: 2px;
    position: absolute;
    height: 12px;
    content: '';
    background: #4b4b4b;
    top: 5px;
    right: -3px;
}
.copy-nav ul li a:hover {
    color: #fff;
    transition: 0.3s;
}
/*-----------------------------------------------
:::::JOURNEY SECTION
-----------------------------------------------*/
.journeySec {
    /*background: url(../images/journey_back.jpg) no-repeat;*/
    background-size: cover !important;
    background-position: bottom !important;
    overflow: hidden;
    position: relative;
}
.journeySec:before{ content: "";
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 0; }
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li, .journeySec #parentHorizontalTab .resp-tabs-container.hor_1 .resp-tab-content.hor_1 {
    border: 0 !important;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li {
    background: transparent !important;
}
.journeySec #parentHorizontalTab .resp-tabs-container {
    background: rgba(255,255,255,1);
}
.journeySec #parentHorizontalTab {
    width: 90% !important;
    margin: auto !important;
    /*background: rgba(0,0,0,0.70);*/
    padding: 50px 0px 50px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0.50), rgba(0,0,0,0.70), rgba(0,0,0,0.50), rgba(0,0,0,0.30), rgba(0,0,0,0));
    position: relative;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li {
    float: none;
    margin: 0;
    font-size: 16px;
    color: #fff;
    position: relative;
    transition: 0.5s;
    z-index: 0;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 {
    border-bottom: 3px solid #ed1c24;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li::after {
    content: '';
    width: 100%;
    position: absolute;
    height: 0;
    bottom: 0;
    background: #ed1c24;
    left: 0;
    right: 0;
    z-index: -1;
    transition: 0.5s;
    margin: auto;
}
.leadershipMain {
    background: #eee;
    padding: 15px;
    border: 1px solid #e6e6e6;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li.resp-tab-active {
    color: #fff;
}
.journeySec #parentHorizontalTab .resp-tabs-list.hor_1 > li.resp-tab-active::after {
    height: 100%;
    /*transform: rotate(0deg);*/
    bottom: 1px;
}
.journeySec #parentHorizontalTab .resp-tabs-container .resp-tab-content > p {
    padding-top: 15px;
    color: #242424;
    padding-left:15px;
}
.journeySec #parentHorizontalTab::before {
    content: '';
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    left: -100vw;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0.50), rgba(0,0,0,0.70), rgba(0,0,0,0.50), rgba(0,0,0,0.30), rgba(0,0,0,0));
}
.journeySec #parentHorizontalTab::after {
    content: '';
    width: 100vw;
    position: absolute;
    height: 100%;
    top: 0;
    right: -100vw;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.30), rgba(0,0,0,0.50), rgba(0,0,0,0.70), rgba(0,0,0,0.50), rgba(0,0,0,0.30), rgba(0,0,0,0));
}
.team.leadershipHead {
    padding-top: 50px;
}
.team.leadershipHead .began {
    padding-bottom: 0;
}

/*-----------------------------------------------
:::::INNER PAGES BANNER
-----------------------------------------------*/
.inner {
    position: relative;
    height: 220px;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.inner .container {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}
.inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .3;
    top: 0;
    left: 0;
}
.inner::before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    background: linear-gradient(-312deg, rgba(14,20,31,0.74) 30% , rgba(255,255,255,0) 30%);
    width: 100%;
}
.inner h2 {
    font-size: 35px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    background: rgba(43, 45, 60, 0.74);
    margin: 0;
    padding: 15px 40px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.inner h2::after {
    content: '';
    border-bottom: 50px solid red;
    border-right: 50px solid transparent;
    position: absolute;
    bottom: 0;
    left: 0;
}
.section-padding {
    padding: 70px 0;
}
.sp-top {
    padding-top: 70px;
}
.sp-bottom {
    padding-bottom: 70px;
}
/*-----------------------------------------------
:::::ABOUT PAGE PAGE SECTION
-----------------------------------------------*/
/*.abt h5::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 71px;*/
/*    height: 4px;*/
/*    background: #ff0000;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*}*/
/*.abt h5 {*/
/*    font-size: 20px;*/
/*    font-weight: 600;*/
    /*text-transform: uppercase;*/
/*    color: #24282c;*/
/*    position: relative;*/
/*    margin-top: 0;*/
/*    margin-bottom: 20px;*/
/*    padding-bottom: 15px;*/
/*}*/
.abt .row, .arts .artSec .row {
    display: -webkit-flex;
    display: flex;
}
.abt img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
}
.began {
    padding-bottom: 70px;
}
.began .row {
    display: -webkit-flex;
    display: flex;
}
.began .imgBox {
    height: 100%;
}
/*.began .imgBox img {*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.began p:last-child {
    margin-bottom: 0;
}
.began h3 {
    margin-bottom: 50px;
}
.began h5 {
    font-size: 25px;
    font-weight: 600;
    position: relative;
    margin: 0 0 8px;
    padding-bottom: 8px;
}
.began h5::before {
    width: 20px;
    content: '';
    height: 2px;
    position: absolute;
    background: #ed1c24;
    bottom: 0;
    left: 0;
}
.began small {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    color: #4a4848;
}
.began small strong {
    color: #24282c;
}
.sitemap .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 0;
    box-shadow: none;
    margin-left: 2px;
    padding: 0;
}
.sitemap .navbar-right .dropdown-menu {
    top: 0;
    left: 100%;
    right: auto;
    margin-left: 0 !important;
}
.sitemap .navbar-nav > li > .dropdown-menu li a::before {
    width: 20px;
    height: 2px;
    background: #ed1c24;
}
/*-----------------------------------------------
:::::MANAGEMENT SERVICES PAGE SECTION
-----------------------------------------------*/
.manage {

}
.manage .content {

}
.manage .content h3, .abt h5, .arts .artSec h5 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #24282c;
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 15px;
}
.manage .content h3::before, .abt h5::before, .strategic .strategic-box .sec-content h3::before, .arts .artSec h5::before {
    content: '';
    position: absolute;
    width: 71px;
    height: 3px;
    background: #ff0000;
    bottom: 0;
    left: 0;
    margin: auto;
}
.manage .content p {
    /*font-size: 13px;*/
    font-weight: 400;
    color: #545454;
    margin-bottom: 15px;
    display: inline-block;
}
.manage-sec {
    margin-bottom: 70px;
}
.manage-sec .box {
}
.manage-sec .box:hover .boxContent::before {
    height: 100%;
    z-index: 0;
    transition: 0.3s ease-in all;
}
.manage-sec .box:hover .boxContent h4 a, .manage-sec .box:hover .boxContent p, 
.manage-sec .box:hover .boxContent a, .manage-sec .box:hover .boxContent h4 {
    color: #fff;
    z-index: 1;
    position: relative;
    border-color: #4e4e4e !important;
    transition: 0.3s ease-in all;
}
.manage-sec .box .boxContent h4:hover a, .manage-sec .box .boxContent a:hover {
    color: #ff0000;

}
.manage-sec .box .boxImg {
    float: left;
}
.manage-sec .box .boxContent {
    background: #edecec;
    padding: 15px 10px;
    display: inline-block;
    position: relative;
    z-index: 1;
}
.manage-sec .box .boxContent::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #3c4045;
    bottom: 0;
    left: 0;
    transition: 0.3s ease-in all;
}
.manage-sec .box .boxContent h4 {
    font-size: 18px;
    font-weight: 800;
    color: #3c4045;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;
}

/*-----------------------------------------------
:::::OUR HOTELS PAGE SECTION
-----------------------------------------------*/
.hotel {}
.hotel .box {
    margin-bottom: 30px;
}
.hotel .box p {
    font-size: 13px;
    font-weight: 400;
    color: #484848;
    line-height: 22px;
    margin: 20px 0 30px;
}
.hotel .box a {
    font-size: 16px;
    font-weight: 600;
    color: #2e344c;
    text-decoration: none;
}
.hotel .box a:hover {
    color: #ff0000;
}
.hotel .box .boxImg {
    position: relative;
}
.hotel .box .boxImg img {
    width: 100%;
}
.hotel .box .boxImg .details {
    width: 100%;
    background: rgba(46, 52, 76, 0.80);
    position: absolute;
    padding: 15px 0;
    bottom: 0;
    left: 0;
}
.hotel .box .boxImg .details h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
}
.hotel .box .boxImg .details small {
    font-size: 14px;
    font-weight: 400;
    color: #d9d8d8;
    margin-top: 5px;
    display: block;
}
/*-----------------------------------------------
:::::CAREER PAGE SECTION
-----------------------------------------------*/
.career .imgBox img {
    width: 100%;
}
.career .item-content {
    text-align: left;
}
.career .item-content p br {
    display: none;
}
.career .item-content h6 {
    font-size: 25px;
    font-weight: 700;
    position: relative;
    margin: 0 0 10px;
    padding-bottom: 10px;
}
.career .item-content h6::before {
    width: 20px;
    content: '';
    height: 3px;
    position: absolute;
    background: #ed1c24;
    bottom: 0;
    left: 0;
}
.career .item-content p.title {
    margin-bottom: 10px;
}
.career .item-content small {
    font-size: 16px;
    margin-bottom: 10px;
    display: inline-block;
}
.career .item-content ul li, .award .box .item-content ul li {
    list-style: none;
}
.career .item-content ul li, .award .box .item-content ul li a {
    font-weight: 500;
    padding: 4px 0 4px 25px;
    display: block;
    transition: 0.3s ease-in all;
    position: relative;
}
.career .item-content ul li::before, .award .box .item-content ul li a::before, .investmentArea .sec-content ul.listingInvest li::before {
    width: 20px;
    content: '';
    height: 11px;
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    top: 10px;
    left: 0;
    background-size: 100% 100%;
}
.career .item-content ul li a:hover {
    color: #EC1E24;
    cursor: pointer;
    transition: 0.3s ease-in all;
}
.career .item-content p, .career .item-content p.mail {
    margin: 0 !important;
}
.career .item-content p.mail {
    display: block;
}
.career .item-content .know {
    font-weight: 600;
    margin-top: 5px;
    transition: 0.3s;
    display: inline-block;
}
.career .item-content .know:hover {
    color: #ed1c24;
    transition: 0.3s;
}
.career .item-content p.mail a {
    color: #ed1c24;
    margin: 10px 0 5px;
    display: inline-block;
}
.career .content .row {
    display:-webkit-flex;
    display: flex;
}
.career .imgBox, .career .imgBox img {
    height: 100%;
    object-fit: cover;
    object-position: left;
}

.journeySec .career .content h5{ text-shadow:0px 0px 8px #000; margin-bottom:0; }

.career .content {}
.career .content h5, .career .form h5, .requirement h5, .contact h5, .mission h5, .advance h5, .philosophy h5, 
.operation h5, .approach h5 {
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #24282c;
    position: relative;
    margin-top: 0;
    margin-bottom: 30px;
    padding-bottom: 15px;
}
.career .content h5::before, .career .form h5::before, .requirement h5::before, .contact h5::before, 
.mission h5::before, .advance h5::before, .philosophy h5::before, .operation h5::before, .approach h5::before {
    content: '';
    position: absolute;
    width: 71px;
    height: 3px;
    background: #ff0000;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.career .content p {
    /*font-size: 13px;*/
    font-weight: 400;
    color: #545454;
    line-height: 22px;
    margin-bottom: 30px;
    display: inline-block;
}
.career .form {
    margin-top: 30px;
}
.career .form img {
    width: 100%;
}
.career .form h5::before, .requirement h5::before, .contact h5::before, .mission h5::before, 
.advance h5::before, .philosophy h5::before {
    right: inherit;
}
.career .form form {
    width: 100%;
    float: left;

}
.career .form .form-control {
    border-radius: 0;
    padding: 12px 15px !important;
    height: auto;
}
.career .form .form-input {
    height: auto;
}
.career .form input[type=submit] {
    width: 120px;
    font-size: 16px;
    color: #fff;
    background: #292e33;
    border: 0;
    text-align: center;
    padding: 12px 0;
    transition: 0.3s ease-in all;
    display: inline-block;
}
.career .form small {
    margin-left: 6px;
}
.fake-styled-btn {
    background: #292e33;
    padding: 10px;
    color: #fff;
}
.career .form input[type=submit]:hover {
    color: #fff;
    background: #ff0000 !important;
    transition: 0.3s ease-in all;
}
.truncate {
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #eeeeee;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.form-input {
    height: 50px;
    border-radius: 0px;
    margin-top: 20px;
}
#main-input {
    width: 250px;
}
input[type="file"] {
    display: block;
}
.form-input {
    height: 50px;
    border-radius: 0px;
    margin: 15px 0;
    display: inline-block;
    vertical-align: middle;
}
.form-control {
    padding: 10px 50px;
}
.form-style-base {
    position: absolute;
    top: 0px;
    z-index: 999;
    opacity: 0;
}
.form-control {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.requirement {
    margin-bottom: 70px;
}
.requirement .post {
    background: #292e33;
    margin-bottom: 10px;
    padding: 15px 20px;
}
.requirement .post h6 {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}
.requirement .post p {
    font-size: 13px;
    font-weight: 300;
    color: #c4c4c4;
    margin: 10px 0 0;
}
.career .item-content ul {
    margin-top: 20px;
}
.career .item-content ul li:nth-child(2n+1) {
    padding-right: 10px;
}
.career .item-content ul li {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
/*---- News ----*/
.requirement .owl-carousel .owl-nav.disabled {
    display: block;
}
.requirement .owl-carousel {
    position: relative;
}
.requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 23%;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 50%;
}
.requirement .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
}
.requirement .owl-carousel .owl-nav button.owl-next {
    right: -20px;
}
.requirement .owl-carousel .owl-nav button.owl-prev:hover, .requirement .owl-carousel .owl-nav button.owl-next:hover {
    color: #000;
    background: #ccc;
}
.requirement .owl-carousel.owl-drag .owl-item h2 {
    font-size: 18px;
    font-weight: 600;
    color: #24282c;
    margin: 20px 0 10px;
}
.requirement .owl-carousel.owl-drag .owl-item p {
    font-size: 13px;
    color: #444444;
    line-height: 22px;
}

/*-- Career 060519 --*/
.career .item-content ul li {
    margin-bottom: 20px;
}
.career .item-content ul li p {
    display: block;
    margin: 5px 0 10px !important;
    font-size: 14px;
    line-height: 18px;
}
.career .item-content ul li a.btn {
    background: transparent;
    border: 1px solid #24282c;
    border-radius: 0;
    color: #24282c;
}
.career .item-content ul li {
    width: 50%;
}
.career .item-content p > a {
    display: block;
    color: #ed1c24;
}
.applynowButton {
    display: block !important;
    color: #fff;
    background: rgba(0,0,0,0.70);
    width: 160px;
    padding: 12px 0;
    text-align: center;
    margin: 0 !important;
}
.applynowButton:hover {
    color: #fff !important;
    background: #ed1c24;
}
ul {
    padding-left: 2rem;
}
/*-----------------------------------------------
:::::CONTACT US PAGE SECTION
-----------------------------------------------*/
.contact {

}
.contact .details {
    width: 100%;
    margin-bottom: 20px;
    display: -webkit-flex; /* Safari */
    -webkit-align-items: center; /* Safari 7.0+ */
    display: flex;
    align-items: stretch;
}
.contact .details .img {
    margin-right: 10px;
    float: left;
}
.contact .details .img img {
    background: rgba(0,0,0,0.70);
}
.contact .details .content {
    -webkit-flex: 1; /* Safari 6.1+ */
    flex: 1;
    align-self: center;
}
.contact .details .content h3 {
    font-size: 16px;
    font-weight: 700;
    color: #3c4045;
    margin: 0 0 8px;
    display: block;
}
.contact .details .content a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}
.contact .details .content a p {
    margin: 0;
}
.contact form {
    width: 100%;
}
.contact .styled-input {
    width: 100%;
    position: relative;
    margin: 0 0 1.5em;
    margin-top: 0px;
    margin-left: 0px;
}
.contact .styled-input:nth-child(1), .contact .styled-input:nth-child(3) {
    margin-left: 0;
}
.contact .styled-inputc.agile-styled-input-top {
    margin-top: 0;
}
.contact input[type="text"], select, textarea {
    font-size: .8em;
    color: #2e344c;
    padding: 0.5em 1em;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    outline: none;
	resize: none;
}
.contact input:focus, .contact input, .contact textarea, .contact textarea .form-control:focus {
    box-shadow: none !important;
    border: 0 !important;
    padding: 15px;
}
.capcha input[type="text"], select {
	font-size: 13px;
	border-bottom: 1px solid #2e344c;
	margin-bottom: 15px;
	border-radius: 0;
    box-shadow: none;
	padding-left: 5px;
    padding-bottom: 0;
}
.career input[type="text"], select {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	border-radius: 0;
    box-shadow: none;
	padding-left: 5px;
    padding-bottom: 0;
}
.contact input[type="email"] {
    font-size: .8em;
    color: #000;
    padding: 0.5em 1em;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    width: 100%;
    background: none;
    -webkit-appearance: none;
    outline: none;
	resize: none;
}
.contact .styled-input.agile-styled-input-top {
    margin-top: 0;
} 
.contact .styled-input input:focus ~ label, .contact .styled-input input:valid ~ label,.contact .styled-input textarea:focus ~ label ,.contact .styled-input textarea:valid ~ label{
    font-size: .9em;
    color: #333333;
    top: -15px;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s; 
    -o-transition: all 0.125s;
    -ms-transition: all 0.125s;
    transition: all 0.125s;
}
.contact .styled-input label {
    color: #2e344c;
    padding: 0 0 0 5px;
    position: absolute;
    top: 10px;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 1em;
    pointer-events: none;
}
.contact .styled-input input ~ span, .contact .styled-input textarea ~ span {
    display: block;
    width: 100%;
    height: 1px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 0.125s;
    -moz-transition: all 0.125s;
    transition: all 0.125s;
}
.contact .submit button {
    color: #fff;
	background: transparent;
	border: 0;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
	width: 150px;
    font-size: 16px;
    background: rgba(0,0,0,0.70);
    border: 0;
    text-align: center;
    padding: 12px 0;
    transition: 0.3s ease-in all;
    display: inline-block;
    transition: 0.3s ease-in all;
}
.contact .submit img {
    display: inline-block;
    margin-left: 10px;
}
.contact .submit button:hover  {
    background: #ff0000;
    transition: 0.3s ease-in all;
}
/*---- Map ----*/
.map-responsive{
    overflow:hidden;
    padding-bottom:40%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
/*-----------------------------------------------
:::::BLOGS PAGES SECTION
-----------------------------------------------*/
.single-post {
    display: inline-block;
    margin-bottom: 30px;
    background: #ededed;
    border: 1px solid #e7e7e7;
}
.single-post img {
    border-bottom: 4px solid #ec1e24;
    border-radius: 2px;
    margin-bottom: 14px;
    width: 100%;
}
.single-post-text h3 {
    margin-bottom: 10px;
}
.single-post-text a {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
.single-post-text ul {
    display: inline-block;
    width: 100%;
}
.single-post-text li {
    list-style: none;
    position: relative;
}
.single-post-text li a {
    float: left;
    font-size: 15px;
    font-weight: normal;
    margin-left: 1px;
    padding: 3px 15px;
    text-transform: capitalize;
    color: #fff;
    background: #ec1e24;
    font-weight: 500;
}
.single-post-text a {
    color: #464646;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 15px;
    display: inline-block;
}
.single-post-text li a i {
    margin-right: 5px;
    color: #fff;
}
.single-post-text li::before {
    border-top: 29px solid #ec1e24;
    border-left: 6px solid transparent;
    border-bottom: 25px solid transparent;
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
}
.single-post-text li::after {
    border-bottom: 5px solid #292e33;
    border-right: 0px solid transparent;
    border-left: 5px solid transparent;
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
}
.media, .media-body {
    overflow: inherit !important;
}
.btn.price_btn, .blog-sec_btn {
    background: #292e33 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    outline: 0;
    transition: 0.2s ease-in all;
    text-transform: uppercase;
    margin: 5px 0 15px 15px;
}
.single-post-text p {
    padding: 0 15px;
    line-height: 24px;
    font-size: 15px;
}

.btn.price_btn:hover {
    color: #fff;
    background: #ff0000 !important;
    transition: 0.3s ease-in all;
}
.search-field form {
    display: inline-block;
    width: 100%;
    position: relative;
}
.search-field input[type="text"] {
    background: #292e33 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 35px 10px 15px;
    width: 100%;
    border: 0;
    outline: 0;
}

.search-field button {
    background: #ec1e24 none repeat scroll 0 0;
    color: #fff;
    position: absolute;
    padding: 10px;
	top: 0;
    right: 0;
    border: 0;
    outline: 0;
    transition: 0.2s ease-in-out all;
}
.search-field button:hover {
    color: #ec1e24;
    background: #292e33;
    transition: 0.3s ease-in-out all;
}
.sidebar h1 {
    color: #292e33;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 50px;
    text-transform: uppercase;
    width: 100%;
}
.widget-archive li {
    border-bottom: 1px solid #ebebeb;
    display: inline-block;
    padding: 10px 0;
    position: relative;
    width: 100%;
}
.sidebar ul li a {
    color: #717171;
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: all 0.4s ease-in-out 0s;
}
.sidebar ul li:hover::before {
    color: #ec1e24;
    padding-right: 5px;
    transition: 0.3s ease-in-out all;
}
.sidebar ul li:hover a {
    color: #ec1e24;
    transition: 0.3s ease-in-out all;
}
.widget-archive li::before {
    content: '\f101';
    font-family: 'FontAwesome';
    color: #717171;
    padding-right: 10px;
    transition: 0.2s ease-in-out all;
}
a {
    text-decoration: none !important;
}
.blog-sec .pagination {
    text-align: center;
    display: block;
    margin: 0;
}
.blog-sec .pagination ul li i:hover {
    color: #fff;
    background: #ff0000 !important;
    transition: 0.3s ease-in all;
}
.blog-sec .pagination ul {
    text-align: center;
}
.blog-sec .pagination ul li {
    display: inline-block;
}
.blog-sec .pagination ul li i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-style: normal;
    color: #fff;
    background: #292e33;
    line-height: 40px;
    text-align: center;
    margin-right: 8px;
    display: block;
}
.blog-sec .pagination ul a {
    font-size: 15px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #292e33;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    transition: 0.2s ease-in-out all;
    margin-left: 3px;
}
.blog-sec .pagination ul a:hover, .blog-sec .pagination ul li a:hover {
    background: #ec1e24;
    transition: 0.3s ease-in-out all;
}
.blog-sec .media-body .social {
    margin-top: 20px;
}
.blog-sec .media-body .social ul {
    padding: 0 15px;
}
.blog-sec .media-body .social ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-sec .media-body .social ul li img {
    border: 0;
}
.blog-sec_btn {
    margin-top: 0;
    margin-bottom: 20px;
    display: inline-block;
}
.blog-sec_btn i {
    font-size: 16px;
    margin-right: 10px;
}
.blog-sec_btn:hover, .blog-sec_btn:hover i {
    color: #fff;
    background: #ec1e24;
    transition: 0.3s ease-in-out all;
}
/*----- Result Not Found -----*/
.result {
    padding: 150px 0;
}
.result h2 {
    font-size: 45px;
    color: #292e33;
    text-align: center;
}
.result span {
    color: #ec1e24;
}
/*-----------------------------------------------
:::::EXECUTIVE TEAM PAGE SECTION
-----------------------------------------------*/
.team {}
.team .box .imgSec img {
    padding: 20px;
}
.career .sticky {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 90px;
    padding: 0;
    text-align: center;
    background-color: white;
    border: 0;
    box-shadow: none;
}
.career .sticky img {
    width: 100%;
    /*height: 100%;*/
    /*object-fit: cover;*/
    /*object-position: center;*/
}
/*.career .sticky {*/
/*    background-color: pink;*/
/*    height: 100px;*/
/*    position: -webkit-sticky;*/
/*    position: sticky;*/
/*    top: 0;*/
/*}*/
.team .box {
    border: 1px solid #e0e0e0;
    /*margin-bottom: 30px;*/
    background: #f6f6f6;
    height: 100%;
    padding-bottom: 20px;
}
.leadership .box {
    border: 0 !important;
    background: transparent !important;
    height: 100%;
    margin-bottom: 50px;
}
.leadership .box:last-child {
    margin-bottom: 0;
}
.leadership .box:nth-child(2n) .row {
    flex-direction: row-reverse;
}
.leadership .box:nth-child(2n) .row .boxContent {
    padding-left: 0;
}
/*.team .box .boxImg {*/
/*    position: relative;*/
/*}*/
.team .box .boxImg {
    position: relative;
    height: 100%;
}
/*.team .box .boxImg img {*/
/*    width: 100%;*/
/*}*/
.team .box .boxImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team .box .boxImg .contact-details {
    position: absolute;
    visibility: hidden;
    bottom: 0;
    background: rgba(60, 64, 69, 0.70);
    left: 0;
    transform: scaleY(0);
    padding: 5px 15px;
    width: 90%;
    margin: auto;
    right: 0;
    transition: 0.3s ease-in all;
}
.team .box .boxImg .contact-details a {
    display: -webkit-flex;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 5px 0;
}
.team .box .boxImg .contact-details a:first-child {
    border-bottom: 1px solid rgba(237, 28, 36, 0.30);
}
.team .box .boxImg .contact-details a:first-child i {
    font-size: 30px;
    text-align: center;
    width: 23px;
}
.team .box .boxImg .contact-details a i {
    color: #ed1c24;
    font-size: 20px;
    margin-right: 10px;
}
.team .box .boxContent {
    background: #f6f6f6;
    padding: 15px 0;
    /*padding: 15px 10px;*/
    display: block;
    position: relative;
    z-index: 1;
}
.team .box .npl {
    padding-left: 0;
    display: -webkit-flex;
    display: flex;
    /*width: 40% !important;*/
    align-items: center;

}
.leadership .box .boxContent {
    padding: 15px 0 !important;
    background: #fff;
}
.leadership .box .boxContent p {
    margin-bottom: 15px !important;
}
.leadership .box .boxContent p {
    font-size: 14px !important;
}
.team .box .boxContent h4, .hospitality-area .sec .boxContent h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3c4045;
    text-transform: uppercase;
    margin: 15px 0 10px;
    display: block;
}
.team .box .boxContent small {
    font-size: 17px;
    font-weight: 400;
    color: #ec1e24;
    line-height: 20px;
    margin-bottom: 15px;
    display: block;
}
.team .box .boxContent p {
    width: inherit;
    margin: 0 auto;
    margin-bottom: 0px;
    font-size: 13px;
    margin-bottom: 26px;
    color: #282828;
}
.team .box p {
    margin-top: 20px;
    padding: 0 15px;
    display: inline-block;
}
.team .box .boxContent ul {
    text-align: center;
}
.team .box .boxContent ul li {
    list-style: none;
    display: inline-block;
}
.team .box .boxContent ul li a {
    margin-right: 20px;
    display: block;
}
.team .box .boxContent::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    visibility: hidden;
    transition: 0.3s ease-in all;
}
.team .box:hover .boxContent::before {
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: 0.3s ease-in all;
    display: block;
    z-index: 1;
}
.team .box:hover .boxImg .contact-details {
    transform: scaleY(1);
    visibility: visible;
    transition: 0.3s ease-in all;
}
/*.team .row {*/
/*    flex-wrap: wrap;*/
/*    display: -webkit-flex;*/
    /*display: -webkit-box;*/
/*    display: -moz-flex;*/
/*    display: -moz-box;*/
/*    display: -ms-flexbox;*/
/*    display: flex;*/
/*}*/
/*.team .row {*/
/*    display: -webkit-flex;*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*}*/
.team .row [class*="col-"] {
    margin-top: 30px;
}
.leadership .row [class*="col-"] {
    margin-top: 0 !important;
}
.team > .container > .row [class*="col-"]:first-child, .team > .container > .row [class*="col-"]:nth-child(2) {
    margin-top: 0px;
}
.team .box > .row [class*="col-"] {
    margin-top: 0;
}
/*.team > .container > .row [class*="col-"]:first-child, .team > .container > .row [class*="col-"]:nth-child(2), .team > .container > .row [class*="col-"]:nth-child(3) {*/
/*    margin-top: 30px;*/
/*}*/
/*-- 300519 Update --*/
.team .box .team-service, .hospitality-area .sec .team-service {
    padding: 15px;
}
.team .box .team-service h6, .hospitality-area .sec .team-service h6 {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.team .box .team-service ul li, .hospitality-area .sec .team-service ul li {
    list-style: none;
    padding: 6px 0 6px 30px;
    position: relative;
}
.team .box .team-service h6::after, .hospitality-area .sec .team-service h6::after {
    content: '';
    width: 25px;
    position: absolute;
    height: 3px;
    bottom: 0;
    background: #ed1c24;
    left: 0;
}
.team .box .team-service ul {
    column-count: 2;
}
/*- Leadership Page -*/
.leadership .container .box .row {
    align-items: center;
}
.leadership .container .box .np-r {
    padding-right: 0;
}
/*-----------------------------------------------
:::::OUR MISSION PAGE SECTION
-----------------------------------------------*/
.mission .row {
    display: -webkit-flex;
    display: flex;
}
.mission .imgBox {
    height: 100%;
}
/*.mission .imgBox img {*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/
.mission p {
    margin-bottom: 10px;
}
.advance {
    display: flex;
    margin-bottom: 70px;
}
.advance p {
    margin-bottom: 30px;
}
.advance .container .row {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
}
.mission .item-content .end-title {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    display: block;
    padding-left: 15px;
    margin-bottom: 0;
}
.mission .item-content .end-title::before {
    width: 3px;
    position: absolute;
    height: 100%;
    content: '';
    background: #f00;
    top: 0;
    left: 0;
}
.mission .item-content .end-title strong > span {
    display: block;
}
/*.mission .item-content > span {*/
/*    display: block;*/
/*    font-weight: 600;*/
/*}*/

/*-----------------------------------------------
:::::BUSINESS PHILOSOPHY PAGE SECTION
-----------------------------------------------*/
.philosophy {}
.philosophy p {
    margin-top: 20px;
}
.philosophy span {
    font-size: 16px;
    font-weight: 500;
    color: #545454;
}
.icon {
    background: #ededed;
}
.icon .box {
    padding: 15px;
}
.icon .box img {
    margin: auto;
}
.icon .box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #3c4045;
    text-transform: uppercase;
    margin: 30px 0 10px;
    display: block;
}
.icon .box p {
    width: inherit;
    font-size: 13px;
    color: #282828;
    margin: 0 10px;
}
/*-----------------------------------------------
:::::OPERATIONS APPROACH PAGE SECTION
-----------------------------------------------*/
.operation {}
.operation p {
    line-height: 22px;
}
.operation .btn {
    width: 200px;
    font-size: 16px;
    color: #fff;
    background: #292e33;
    border-radius: 0;
    border: 0;
    text-align: center;
    margin-top: 20px;
    padding: 12px 0;
    transition: 0.3s ease-in all;
    display: inline-block;
}
.operation .btn:hover {
    background: #ec1c25;
    transition: 0.3s ease-in all;
}
.approach {
    background: url(../images/operation-approach-1.jpg) no-repeat;
    background-size: cover;
}
.approach h5 {
    color: #fff;
    text-align: center;
}
.approach .box {
}
.approach .box img {
    margin: auto;
}
.approach .box h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 30px 0 10px;
    display: block;
}
.approach .box p {
    width: inherit;
    font-size: 13px;
    color: #fefefe;
    margin: 0 10px;
}

/*-----------------------------------------------
:::::AWARDS AND ACCOLADES PAGE SECTION
-----------------------------------------------*/
.award .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.award .row [class*="col-"] {
    margin-bottom: 30px;
}
.award .box {
    background: #f3f3f3;
    border: 1px solid #dedede;
    /*margin-bottom: 30px;*/
    padding: 15px;
    height: 100%;
}
.award .box img {
    width: 100%;
}
.award .box h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background: #eaeaea;
    margin: 0 0 15px;
    padding: 15px 20px;
    text-align: left;
    position: relative;
    z-index: 1;
    display: block;
}
.award .box p {
    font-size: 13px;
    font-weight: 300;
    color: #545454;
    line-height: 22px;
    margin-top: 15px;
}
.award .box .item-content {
    text-align: left;
}
.award .box h3::before {
    width: 100%;
    content: '';
    height: 100%;
    position: absolute;
    background: #ed1c24;
    top: 0;
    left: 0;
    transition: 0.3s ease-in all;
    z-index: -1;
    transform: scaleX(0);
    visibility: visible;
}
.award .box:hover h3 {
    color: #fff;
    transition: 0.3s ease-in all;
}
.award .box:hover h3::before {
    transform: scaleX(1);
    visibility: visible;
    transition: 0.3s ease-in all;
}
.award .box ul li a:hover {
    color: #ed1c24;
    cursor: pointer;
    transition: 0.3s ease-in all;
}
/*-----------------------------------------------
:::::PORTFOLIO PAGE SECTION
-----------------------------------------------*/
.portfolio .row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.portfolio .modal {
    padding-top: 62px;
}
.portfolio .row [class*="col-"] {
    margin-top: 30px;
}
.portfolio .row [class*="col-"]:first-child, .portfolio .row [class*="col-"]:nth-child(2), .portfolio .row [class*="col-"]:nth-child(3) {
    margin-top: 0;
}
.portfolio .fancyitembox {
    height: 100%;
    position: relative;
    z-index: 0;
}
.portfolio .fancyitembox img {
    width: 100%;
}
.portfolio .fancyitembox .p-details {
    padding: 15px;
}
.portfolio .fancyitembox .p-details h3 {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 10px;
    color: #333;
}
.portfolio .fancyitembox .p-details h3, .portfolio .fancyitembox .p-details p {
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox::before {
    width: 100%;
    content: '';
    height: 3px;
    position: absolute;
    background: #ed1c24;
    bottom: 0;
    z-index: -1;
    left: 0;
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox:hover::before {
    height: 100%;
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox:hover .p-details h3, .portfolio .fancyitembox:hover .p-details p {
    color: #fff;
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox .imgBox {
    position: relative;
}
.portfolio .fancyitembox .imgBox a {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
    position: absolute;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: scale(0);
    left: 0;
    visibility: hidden;
    z-index: 0;
    opacity: 0;
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox:hover .imgBox a {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox .imgBox a i {
    width: 40px;
    font-size: 20px;
    height: 40px;
    color: #fff;
    background: #ed1c24;
    text-align: center;
    line-height: 40px;
    transition: 0.3s ease-in all;
}
.portfolio .fancyitembox .imgBox a i:hover {
    color: #ed1c24;
    background: #fff;
    transition: 0.3s ease-in all;
}

.development-page .row, .management-page .row, .arts .artSec .row {
    align-items: center;
}
.sitemap .navbar-nav {
    float: left !important;
}
.sitemap .navbar-nav  li {
    float: none;
}
.sitemap .navbar-nav  li a {
    color: #000;
    padding: 8px 25px 8px 25px;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    position: relative;
}
.sitemap .navbar-nav  li a::before {
    width: 15px;
    position: absolute;
    height: 2px;
    content: '';
    background: #f00;
    top: 17px;
    left: 0;
}
.sitemap .navbar-nav  li a::after {
    width: 2px;
    position: absolute;
    height: 100%;
    content: '';
    background: #f00;
    top: 0;
    left: 0;
}
.sitemap .navbar-nav  li:first-child a:after {
    top: 18px;
}
.sitemap .navbar-nav  li:last-child a:after {
    height: 18px;
}
.sitemap .navbar-nav  li:last-child a:before {
    display: block !important;
}
.sitemap h3 {
    margin-bottom: 30px;
}
.sitemap h3 label::after {
    margin: 0;
}
.portfolio .modal-body img {
    width: 100%;
}
.portfolio .fancyitembox .p-details button {
    color: #000;
    background: #f0f0f0;
    border: transparent;
    transition: 0.3s;
    border-radius: 0;
}
.portfolio .fancyitembox:hover .p-details button {
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    transition: 0.3s;
}
.portfolio .modal-body .p-details ul li {
    list-style: none;
}
.portfolio .fancyitembox .p-details a h3:hover {
    cursor: pointer;
}
.portfolio .modal-body .awards {
    margin-top: 20px;
    border-top: 1px solid #ccc;
}
.portfolio .modal-body .awards h6 {
    font-size: 25px;
    font-weight: 600;
}
.portfolio .modal-body .awards ul li {
    list-style: none;
    padding-left: 30px;
    margin: 10px 0;
    font-size: 13px;
    position: relative;
}
.portfolio .modal-body .awards ul li::before {
    width: 20px;
    content: '';
    height: 11px;
    position: absolute;
    background: url(../images/tick.png) no-repeat;
    background-size: auto;
    top: 5px;
    left: 0;
    background-size: 100% 100%;
}
.portfolio .modal-body .awards ul > li > strong {
    font-size: 16px;
    margin-right: 5px;
    color: #ed1c24;
}
/*.portfolio .modal-body .awards ul li:first-child::before {*/
/*    display: none;*/
/*}*/
/*.portfolio .modal-body .awards ul li:first-child {*/
/*    background: #24282c;*/
/*    padding: 10px 10px;*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*}*/
/*.portfolio .modal-body .awards ul li:first-child strong {*/
/*    color: #fff;*/
/*    width: 10%;*/
/*    display: inline-block;*/
/*}*/

/*-----------------------------------------------
:::::HOSPITALITY PAGE SECTION
-----------------------------------------------*/
.hospitality .container .row {
    flex-direction: row-reverse;
}
.hospitality {
    padding-bottom: 0;
}
.hospitality-team .container > .row [class*="col-"]:nth-child(3) {
    margin-top: 0;
}
.hospitality-team .box .boxContent {
    padding: 0 15px;
}
.hospitality-team .box p {
    margin-top: 0;
}
.hospitality-team .box .boxContent h4 {
    margin-top: 5px;
}
.arts {
    background: #f4f4f4;
}
.arts h3 {
    margin-bottom: 30px;
}
.arts .artSec:nth-child(2n) .row {
    flex-direction: row-reverse;
}
.arts .artSec:nth-child(2n+1) .row [class*="col-"]:first-child {
    padding-right: 0;
}
.arts .artSec:nth-child(2n) .row [class*="col-"]:first-child {
    padding-left: 0;
}
.arts .artSec:nth-child(2n+1) .row img {
    -webkit-clip-path: polygon(100% 50%, 97% 58%, 97% 100%, 0% 100%, 0% 0px, 97% 0px, 97% 42%);
    clip-path: polygon(100% 50%, 97% 58%, 97% 100%, 0% 100%, 0% 0px, 97% 0px, 97% 42%);
}
.arts .artSec:nth-child(2n) .row img {
    -webkit-clip-path: polygon(3% 0px, 100% 0%, 100% 100%, 3% 100%, 3% 58%, 0% 50%, 3% 42%);
    clip-path: polygon(3% 0px, 100% 0%, 100% 100%, 3% 100%, 3% 58%, 0% 50%, 3% 42%);
}
.arts .artSec .row {
    flex-wrap: wrap;
}
.arts .artSec .secContent {
    padding: 30px 0;
}

/*-----------------------------------------------
:::::JOB APPLY PAGE SECTION
-----------------------------------------------*/
.job-apply form {
    width: 60%;
    margin: 30px auto 0;
}
.job-apply form input, .job-apply form select {
    height: 50px;
    box-shadow: none;
    text-transform: capitalize;
    margin: 0 0 15px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding-left: 20px;
}
.job-apply form #InputFile {
    border: 0 !important;
    margin-bottom: 0;
    padding-left: 0;
    margin-top: 15px;
}
.job-apply form textarea {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #e1e1e1;
    padding-left: 15px;
    border-radius: 3px;
}
.job-apply form .bootstrap-select > .btn {
    height: 50px;
}
.job-apply form .bootstrap-select.form-control {
    margin-bottom: 20px;
}
.job-apply form .inner::before {
    display: none;
}
.job-apply form .bootstrap-select.btn-group .dropdown-menu {
    background: #fff;
    position: relative;
    top: 0;
    padding-top: 0;
    margin-top: 0;
}
.job-apply form .dropdown-menu {
    box-shadow: none;
}
.job-apply form .modal-footer {
    display: -webkit-flex;
    display: flex;
    border-top: 0;
    padding-top: 0px;
    padding-right: 26px;
    padding-bottom: 10px;
    padding-left: 26px;
    justify-content: center;
}
.job-apply form input.btn {
    text-transform: uppercase;
    border-radius: 0 !important;
    width: auto;
    padding: 12px 25px;
    border: 1px solid transparent;
    margin: 15px 10px 0;
    transition: 0.3s ease-in all;
    height: auto;
}
.job-apply form input[type="submit"] {
    background: #24282c;
}
.job-apply form .btn-danger {
    background: #ed1c24;
}
.job-apply form .btn-primary:active, .job-apply form .btn-danger:active {
    background: transparent;
    color: #24282c;
    border-color: #24282c;
    transition: 0.3s ease-in all;
}
.job-apply form .btn-primary:hover {
    background: transparent;
    color: #24282c;
    border-color: #24282c;
    transition: 0.3s ease-in all;
}
.job-apply form .btn-danger:hover {
    background: transparent;
    color: #ed1c24;
    border-color: #ed1c24;
    transition: 0.3s ease-in all;
}
.job-apply form .inner::after {
    display: none;
}
.job-apply form .btn-default:hover {
    background: transparent;
}
.job-apply form .btn-default:active {
    color: transparent;
    background-color: transparent;
    border-color: transparent;
}
.job-apply form .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    box-shadow: none;
    outline: 0;
}
.job-apply form .form-control:focus {
    border-color: #ccc;
    box-shadow: none;
}
.job-apply h4 label::after {
    width: 80%;
}
.job-apply form .capcha {
    padding: 15px 15px 0;
}
.job-apply form .capcha input {
    margin-top: 5px;
    padding: 15px;
    margin-bottom: 0;
    font-size: 15px;
    border-color: #ccc;
    border-radius: 3px;
}

/*-----------------------------------------------
:::::SERVICE PAGE
-----------------------------------------------*/
.span-service .container {
    margin-top: 0;
}
.span-service .container .row [class*="col-"] {
    position: relative;
    padding: 0 15px !important;
}
.span-service .boxContent {
    padding-bottom: 50px;
    position: relative;
    margin: 50px 0;
}
.span-service .boxContent h3 {
    color: #53545d !important;
    padding: 0 !important;
}
.span-service.bg .boxContent h3, .span-service.bg .boxContent p {
    color: #fff !important;
}
.span-service .boxContent a.learnMore {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 150px;
    line-height: 0;
    height: auto;
    text-align: center;
    background: #171717 !important;
    color: #fff;
    padding: 22px 0;
    border-radius: 0;
    transition: 0.5s;
}
.span-service .boxContent a.learnMore:hover {
    background: #ed1c24 !important;
}
.span-service .boxContent p {
    width: 100% !important;
}
.span-service .box {
    height: 100%;
    padding: 0 !important;
}
.span-service {
    background: transparent !important;
}
.span-service .box.redBox {
    background: rgba(255,255,255,0.10);
}
.span-service.bg {
    background: #ed1c24 !important;
}
.span-service .container .row [class*="col-"]:hover .box.middleImg {
    background: #53545d !important;
}
.span-service .container .row [class*="col-"]:hover .box.redBox {
    background: rgba(255,255,255,0.10) !important;
}




.pageTitle p:first-child {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    color: #333;
}







a {
    outline: 0;
}
/*-----------------------------------------------
:::::INVESTMENT PAGE SECTION
-----------------------------------------------*/
.investmentArea .strategic-box .sec-content h5 {
    font-weight: 600;
}
.investmentArea .sec-content ul.listingInvest li {
    position: relative;
    padding-left: 30px;
}
.investmentArea .sec-content ul.listingInvest li:last-child {
    margin-bottom: 20px;
}


li {
    list-style: none !important;
}
/*-----------------------------------------------
:::::INVESTMENT PAGE SECTION
-----------------------------------------------*/




    #bannerCarousel.owl-carousel .owl-item img {
        height: auto !important;
    }
/*responsive*/
@media only screen and (max-width: 1280px) {
    .header ul li a {
        font-size: 13px;
    }
    .section2 .container .row {
        width: 83%;
    }
}
@media only screen and (max-width: 1199px) {
    .manage .content p {
        margin-bottom: 15px;
    }
    .requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
        top: 18%;
    }
    #bannerCarousel.owl-carousel .owl-item img {
        height: 75vh;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent h1 {
        font-size: 28px;
    }
    .itemContent {
        padding: 30px 60px !important;
    }
    .itemContent {
        height: auto !important;
    }
	.navbar-default .navbar-nav>li>a {
	    font-size: 13px;
		padding-left: 8px;
		padding-right: 8px;
	}
	ul.footerSocial li {
        margin-left: 6px;
    }
    .section2 .box {
        height: 120px;
    }
    .span-service .box {
        height: 100% !important;
    }
    .span-service .boxContent a {
        height: auto !important;
    }
    .span-service .boxContent p {
        text-align: left !important;
    }
    .section2 .box img {
        width: 60px;
    }
    .feature-details .journey ul li {
        display: inline-block;
    }
    .feature-details .journey ul li a {
        font-size: 12px;
    }
    .section2 .container {
        margin-top: -40px;
    }
    .strategic .strategic-box .imgSec {
        height: 100%;
    }
    .strategic .strategic-box .imgSec img {
        height: 100%;
        object-fit: cover;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn::after {
        right: 0px;
    }
    .section2 .container .row {
        width: 84%;
    }
    .section2 .box {
        padding-top: 10px;
    }
    .feature-details .imgBox img {
        height: 170px;
    }
    .career .item-content ul li:nth-child(2n+1) {
        padding-right: 10px;
    }
    .career .sticky img {
        object-position: left;
    }
}
@media screen and (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none !important;
        margin: 0;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .navbar-default .navbar-toggle {
        border-color: #3a1833;
        padding: 0;
        color: #3a1833;
        font-size: 20px;
        line-height: 0;
        margin-top: 36px;
        padding: 10px;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #ddd;
        color: #000;
        font-size: 20px;
        padding: 10px;
    }
    .header .container-fluid nav {
        display: -ms-block;
        display: block;
    }
    .header ul li a {
        line-height: 20px;
    }
    .header .container-fluid nav ul.nav li.dropdown ul.dropdown-menu {
        display: block;
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        padding: 0 15px;
        background: #f6f6f6;
    }
    .header .container-fluid nav ul.nav li.dropdown ul.dropdown-menu li a {
        line-height: 20px;
        padding: 10px 15px 10px 0px;
        margin-left: 0;
    }
    .header .navbar-header {
        float: none;
    }
    .itemContent {
        height: 250px;
    }
    .boxContent a {
        font-size: 16px;
    }
    #bannerCarousel.owl-carousel .owl-item img {
        height: 55vh;
    }
    .manage img {
        margin: auto;
    }
    .manage .content {
        margin-top: 20px;
        text-align: center;
    }
    .manage .content h3::before {
        right: 0;
    }
    .career .form h5 {
        font-size: 14px;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .mission img, .advance img, .philosophy img {
        margin: auto;
    }
    .philosophy h5 {
        margin-top: 30px;
    }
    .advance h5, .philosophy h5 {
        text-align: center;
    }
    .mission {
        padding-bottom: 0px;
    }
    .advance h5::before, .philosophy h5::before {
        right: 0;
    }
    .advance {
        margin-top: 10px;
        border-top: 1px solid #ddd;
    }
    .advance img {
        margin: 30px auto;
    }
    .advance .container .row {
        display: inherit;
    }
    .icon .box {
        padding: 0;
    }
    .icon .box h4 {
        font-size: 16px;
    }
    .approach .box h4 {
        font-size: 15px;
    }
    .approach .box {
        margin-bottom: 50px;
    }
    .approach .box h4 {
        margin-top: 10px;
    }
    .award .box {
        margin-bottom: 30px;
    }
    .requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
        top: 23%;
    }
    .sidebar {
        width: 70%;
        margin: auto;
    }
    .began p {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .mission {
        padding-bottom: 30px;
    }
    .mission h5 {
        margin-top: 0;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    .mission p {
        margin-bottom: 6px !important;
        font-size: 14px;
    }
    .mission .item-content .end-title {
        font-size: 13px;
        font-weight: 600;
    }
    .mission .item-content strong {
        font-weight: 600;
    }
    .mission .item-content p {
        font-size: 13px;
    }
    #toTop {
        bottom: 90px;
    }
    ul.footerSocial li {
        margin-left: 3px;
    }
    .section2 .box {
        height: 110px;
    }
    /*.feature-details .imgBox img {*/
    /*    height: auto;*/
    /*}*/
    .boxContent h3 {
        padding: 25px 0 15px;
        font-size: 18px;
    }
    .strength .container .row [class*="col-"]:nth-child(2) {
        margin-top: 30px;
    }
    .abt .row {
        display: block;
    }
    .abt img {
        margin-bottom: 20px;
    }
    .abt h5, .abt p {
        text-align: center;
    }
    .abt h5::before {
        right: 0;
    }
    .strategic .strategic-box .imgSec {
        height: 100%;
    }
    .strategic .strategic-box .imgSec img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .team > .container > .row [class*="col-"]:nth-child(2) {
        margin-top: 30px;
    }
    .portfolio .row [class*="col-"]:nth-child(3) {
        margin-top: 30px;
    }
    .job-apply form {
        width: 100%;
    }
    .section2 .container .row {
        width: 86%;
    }
    .section2 .box {
        height: 70px;
    }
    .section2 .box img {
        width: 50px;
    }
    .boxContent h3 {
        padding: 15px 0 10px;
        font-size: 15px;
    }
    .team > .container > .row [class*="col-"]:first-child {
        margin-top: 30px;
    }
    .team > .container > .row [class*="col-"] .box .row [class*="col-"] {
        margin: 0;
    }
    .team .box .npl {
        padding-left: 30px;
    }
    .team .box .boxContent {
        padding-bottom: 0;
    }
    .team .box .team-service {
        padding: 0 15px 15px;
        border-top: 1px solid #3c404547;
    }
    .team .box .boxContent small {
        margin-bottom: 0;
    }
    .feature-details .imgBox img {
        height: 126px;
    }
    .arts .artSec {
        margin-bottom: 30px;
    }
    .arts .artSec:nth-child(2n+1) .row [class*="col-"]:first-child {
        padding-right: 15px;
    }
    .arts .artSec:nth-child(2n) .row [class*="col-"]:first-child {
        padding-left: 15px;
    }
    .arts .artSec .row img {
        -webkit-clip-path: fill-box !important;
        clip-path: fill-box !important;
        margin-bottom: 15px;
        clip-path: none !important;
    }
    .hospitality-team > .container > .row [class*="col-"]:first-child, .hospitality-team > .container > .row [class*="col-"]:nth-child(2) {
        margin-top: 0;
    }
    .hospitality-team .container > .row [class*="col-"]:nth-child(3) {
        margin-top: 30px;
    }
    .career .content .row {
        display: block;
    }
    .career .imgBox {
        margin-bottom: 30px;
    }
    .career .item-content ul li {
        margin-bottom: 30px;
        padding: 0 30px;
    }
    .arts .artSec .secContent {
        padding: 0;
    }
    .value-area .strategic-box .sec-content {
        margin-top: 20px;
        text-align: center;
    }
    .investmentArea .strategic-box .sec-content {
        text-align: left;
    }
    .value-area .strategic-box .sec-content h3::before {
        right: 0;
    }
    .investmentArea .strategic-box .sec-content h3::before {
        right: auto !important;
    }
    .journeySec #parentHorizontalTab {
        width: 91% !important;
    }
    .span-service .boxContent {
        margin: 20px 0;
    }
    .leadershipMain > .row [class*="col-"]:first-child {
        margin-top: 0 !important;
    }
    .bannerSec #bannerCarousel .item .container .contBox {
        width: 350px;
    }
    .bannerSec #bannerCarousel .item .contBox > h1 {
        font-size: 13px;
        line-height: 18px;
    }
}
@media screen and (max-width: 800px) {
    .itemContent {
        height: auto;
        padding: 10px;
    }
    .section2 .container {
        margin-top: -30px;
    }
}
@media only screen and (max-width: 768px) {
    .journeySec #parentHorizontalTab .resp-tabs-container h2.resp-accordion {
        font-size: 16px;
        background: rgba(0,0,0,0.80) !important;
        margin-bottom: 5px;
        padding: 15px 20px !important;
        border: 0 !important;
        color: #fff;
    }
    .journeySec #parentHorizontalTab .resp-tabs-container h2.resp-accordion .resp-arrow {
        border-top: 12px solid #fff !important;
    }
    .journeySec #parentHorizontalTab .resp-tabs-container h2.resp-tab-active span.resp-arrow {
        border-bottom: 12px solid #fff !important;
        border-top: 0 !important;
    }
    .journeySec #parentHorizontalTab .resp-tabs-container h2.resp-tab-active {
        color: #fff !important;
        background: #ed1c24 !important;
    }
    .journeySec #parentHorizontalTab .resp-tabs-container .resp-tab-content {
        background: rgba(0,0,0,0.30);
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 767px) {
    
    .journeySec.section-padding{ padding-top:45px; }
    .journeySec #parentHorizontalTab{ padding:30px 0 10px; }
    
    .section2 .container {
        margin-top: 0;
    }
    .itemContent {
        height: auto;
        padding: 8px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent h1 {
        font-size: 25px;
        margin: 0;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent p {
        font-size: 12px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn {
        margin-top: 15px;
    }
    .itemContent::after {
        content: '';
        border-bottom: 40px solid red;
        border-right: 40px solid transparent;
    }
    #bannerCarousel .owl-dots {
        right: 0;
    }
    .section2 .container [class*="col-"], .footer .container [class*="col-"] {
        margin-bottom: 30px;
    }
    .span-service .container [class*="col-"], .footer .container [class*="col-"] {
        margin-bottom: 15px !important;
    }
    .bottomfooter .row .row {
        flex-direction: column;
    }
    .bottomfooter .row .row [class*="col-"] img, .bottomfooter .row .row [class*="col-"] ul {
        text-align: center;
        margin: 10px auto;
    }
    .manage-sec .box {
        margin-bottom: 30px;
    }
    .manage-sec .box .boxImg {
        width: 100%;
    }
    .manage-sec .box .boxImg img {
        width: 100%;
    }
    .manage .content {
        margin-top: 20px;
    }
    .career .form {
        width: 100%;
        display: inline-block;
    }
    .career .form h5 {
        margin-top: 30px;
    }
    .inner h2 {
        font-size: 25px;
        padding: 12px 40px;
    }
    .inner h2::after {
        border-bottom: 30px solid red;
        border-right: 30px solid transparent;
    }
    .contact h5 {
        margin-top: 30px;
    }
    .icon .box {
        margin-bottom: 25px;
    }
    .requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
        top: 32%;
    }
    .bannerSec #bannerCarousel .item .contBox > h2 {
        font-size: 14px;
        padding: 5px 30px;
    }
    .journeySec #parentHorizontalTab {
        margin-bottom: 30px !important;
    }
    .strategicPartner .strategic-box {
        width: 100%;
    }
    h3 {
        font-size: 18px !important;
    }
}
@media only screen and (max-width: 767px) {
    .team.leadershipHead {
        padding-top: 10px;
    }
    #bannerCarousel.owl-carousel .owl-item img {
        height: 40vh;
    }
    
    #bannerCarousel.owl-carousel .owl-item img {
        height: 250px !important;
    }
    .news {
        text-align: center;
    }
    .news .newsImg a img {
        margin: auto;
        display: block;
    }
    .footer {
        text-align: center;
    }
    .footerColTitle::after {
        right: 0;
        margin: auto;
    }
    ul.footeMenu li a {
        padding: 5px 0;
        display: inline-block;
    }
    .footerColTitle {
        font-size: 20px;
    }
    ul.footerComments li a {
        font-size: 14px;
    }
    ul.footerComments h4 {
        margin-bottom: 0;
    }
    .boxContent p {
        /*margin: 0;*/
        text-align: center;
        width: 100%;
    }
    .boxContent a {
        margin-top: 10px;
        display: inline-block;
    }
    .mtb-70 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .footer {
        padding: 0;
    }
    .footer .container [class*="col-"] {
        margin-bottom: 10px;
    }
    .pb-60 {
        padding-bottom: 0px;
    }
    .boxContent h3 {
        margin-bottom: 0;
    }
    .mt-60 {
        margin-top: 30px;
    }
    .career .content h5, .career .form h5, .requirement h5, .contact h5, .mission h5, .advance h5, .philosophy h5, .operation h5, .approach h5 {
        padding-bottom: 15px;
    }
    .advance {
        margin-bottom: 0;
    }
    .career .content h5, .career .form h5, .requirement h5, .contact h5, .advance h5, .philosophy h5, .operation h5, .approach h5 {
        text-align: center;
    }
    .career .form h5::before, .requirement h5::before, .contact h5::before, .advance h5::before, .philosophy h5::before {
        right: 0;
    }
    .section-padding {
        padding: 30px 0;
    }
    .sp-top {
        padding-top: 30px;
    }
    .sp-bottom {
        padding-bottom: 30px;
    }
    .requirement {
        margin-bottom: 0px;
    }
    .began .row, .mission .row, .career .content .row {
        display: block;
    }
    .began .imgBox {
        height: auto;
        width: 60%;
        margin: 0 auto 20px;
    }
    .mission .imgBox img {
        width: 100%;
    }
    .mission .imgBox {
        margin-bottom: 20px;
    }
    .began h5, .began small, .began p {
        text-align: center;
        display: block;
    }
    .began h5::before {
        right: 0;
        margin: auto;
    }
    .began h3 {
        margin-bottom: 30px;
    }
    .career .item-content {
        margin-top: 20px;
        text-align: center;
    }
    .career .content p {
        margin-bottom: 0 !important;
    }
    .portfolio .row [class*="col-"]:nth-child(2), .portfolio .row [class*="col-"]:nth-child(3) {
        margin-top: 30px;
    }
    .copy-nav {
        display: inline-block;
        float: none;
        padding-left: 25px;
    }
    /*.section2 .container .row {*/
    /*    padding: 0;*/
    /*}*/
    .boxContent h3 {
        margin: 0px 0 8px !important;
        font-size: 16px;
        padding: 20px 0 30px;
    }
    .boxContent a {
        width: 100%;
        display: block;
        margin-top: 0;
    }
    .strength h3 {
        margin-top: 0;
    }
    .feature-details .journey ul li {
        display: block;
    }
    .strategic .strategic-box .sec-content {
        margin-top: 20px;
    }
    .strategic .strategic-box {
        margin-bottom: 30px;
    }
    .strategic .strategic-box:last-child{
        margin-bottom: 0;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn::after {
        right: 0px;
    }
    .team .row {
        display: block;
    }
    .team .box .boxContent {
        background: transparent;
        text-align: left;
    }
    .team .box .boxContent span {
        float: left;
    }
    .team .box .boxContent h4 {
        margin-top: 0;
    }
    .team .box .npl {
        padding-left: 30px;
    }
    #chartdiv {
        height: 400px;
    }
    .portfolio .modal-body .awards h6 {
        font-size: 18px;
    }
    .portfolio .modal-body .awards ul > li > strong {
        font-size: 13px;
    }
    .portfolio .modal-body .awards ul li::before {
        top: 3px;
    }
    .section2 .container .row {
        width: 100%;
    }
    .section2 .box {
        height: 80px;
        padding-top: 30px;
    }
    .feature-details .imgBox img {
        height: auto;
    }
    .feature-details .item-box {
        margin-bottom: 30px;
    }
    .hospitality-team .box {
        height: auto;
        margin: auto;
        width: 60%;
    }
    .hospitality-team .box img {
        width: 100%;
    }
    .hospitality-team .box .boxContent {
        text-align: center;
    }
    .hospitality-team > .container > .row [class*="col-"]:nth-child(2) {
        margin-top: 30px;
    }
    .strength img {
        height: 100%;
    }
    .career .imgBox {
        margin-bottom: 0;
    }
    .career .item-content ul li:nth-child(2n+1) {
        padding-right: 0;
    }
    .career .sticky {
        display: none;
    }
    .career .item-content ul {
        margin-top: 30px;
        padding-left: 0;
    }
    .career .item-content ul li::before {
        display: none;
    }
    .career .item-content ul li:nth-child(2n+1) {
        padding: 0;
    }
    .career .item-content ul li {
        font-size: 18px;
    }
    .portfolio .modal {
        padding-top: 80px;
    }
    .career .item-content h6::before {
        right: 0;
        margin: auto;
    }
    .span-service .boxContent p {
        margin-bottom: 0 !important;
    }
    .span-service .boxContent a.learnMore {
        width: 120px;
        padding: 18px 0;
        font-size: 10px;
    }
    .span-service .boxContent {
        margin: 0;
    }
    .career .item-content ul li {
        width: 100%;
    }
    .d-flex {
        display: block;
    }
    .leadershipPartner .strategic-box .sec-content ul li, .leadershipPartner .strategic-box .sec-content ul li a {
        font-size: 12px;
    }
    .leadershipPartner .strategic-box .sec-content ul li strong {
        width: 60px;
        padding: 8px 0px;
        font-size: 9px;
        margin: 0 2px 5px 0;
    }
}
@media only screen and (max-width: 640px) {
    #bannerCarousel.owl-carousel .owl-item img {
        height: 35vh;
    }
    .sidebar {
        width: 95%;
    }
    .copy-nav {
        padding-left: 15px;
    }
    .section2 .box {
        height: auto;
    }
    .section2 .box img {
        width: 50px;
    }
    #toTop {
        bottom: 0;
    }
    #chartdiv {
        height: 300px;
    }
    .hospitality-team .box {
        width: 80%;
    }
    
    
}
@media only screen and (max-width: 575px) {
    .section2 .box {
        padding-top: 20px;
    }
    .boxContent h3 {
        font-size: 14px !important;
        padding: 10px 0 10px;
    }
    .boxContent a {
        height: auto;
    }
    .boxContent p {
        font-size: 11px;
    }
    .hospitality-team .box {
        width: 100%;
    }
    .team .box .imgSec img {
        padding: 10px;
    }
    .bannerSec #bannerCarousel .item .container .contBox {
        width: 250px;
    }
    .bannerSec #bannerCarousel .item .contBox > h2 {
        font-size: 12px;
    }
    .bannerSec #bannerCarousel .item .contBox > h1 {
        font-size: 10px;
        line-height: 15px;
        padding: 10px 10px 10px 10px;
    }
    #bannerCarousel .item .container {
        top: 30px;
        left: 15px;
    }
}
@media only screen and (max-width: 480px) {
    .career .form h5 {
        font-size: 11px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn {
        font-size: 11px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn img {
        width: 20px;
        margin-left: 5px;
    }
    .career .form .form-control {
        padding: 6px 10px !important;
        font-size: 10px;
    }
    .fake-styled-btn {
        padding: 6px 0px;
    }
    .truncate {
        width: 70px;
        font-size: 10px;
    }
    .career .form small {
        font-size: 10px;
    }
    .career .form input[type="submit"] {
        width: 100px;
        font-size: 14px;
        padding: 10px 0;
    }
    .inner h2 {
        font-size: 17px;
        padding: 8px 25px;
    }
    .inner h2::after {
        border-bottom: 20px solid red;
        border-right: 20px solid transparent;
    }
    .award .box h3 {
        font-size: 17px;
    }
    .award .box .item-content ul li a {
        font-size: 12px;
    }
    .requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
        top: 25%;
    }
    /*.award .box h3 {*/
    /*    font-size: 11px;*/
    /*    padding: 10px 0;*/
    /*}*/
    .requirement .owl-carousel .owl-nav button.owl-prev, .requirement .owl-carousel .owl-nav button.owl-next {
        top: 17%;
    }
    .section3 h3 {
        font-size: 20px;
    }
    .newsContent a {
        font-size: 16px;
    }
    .newsContent h4 {
        margin-bottom: 0;
    }
    .began .imgBox {
        width: 100%;
    }
    .bottomfooter .footerSocial {
        margin: 0 !important;
    }
    .bottomfooter .ptb-20 {
        padding: 0;
    }
    .feature-details .journey ul {
        column-count: inherit;
    }
    .feature-details .journey ul li {
        display: block;
    }
    .section2 .box {
        height: 160px;
    }
    .section2 .box img {
        width: 100px;
    }
    .section2 .container .row {
        display: block;
    }
    .sitemap h3 label {
        font-size: 20px;
    }
    .strength .bod {
        display: -webkit-flex;
        display: flex;
        align-items: center;
    }
    .strength .bod strong {
        font-size: 15px;
        margin-right: 20px;
    }
    .strength .bod .btn.btn-primary {
        padding: 5px 10px;
        font-size: 11px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn::after {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 5px solid #ed1c24;
    }
    .portfolio .fancyitembox .p-details h3, .portfolio .modal-title, .portfolio .modal-body .p-details h3 {
        font-size: 16px;
    }
    .portfolio .modal-title, .portfolio .modal-body .p-details h3 {
        font-weight: 600;
    }
    .portfolio .fancyitembox .p-details button {
        font-size: 11px;
        padding: 5px 10px;
    }
    .portfolio .modal-body .p-details p span {
        font-size: 12px !important;
    }
    #chartdiv {
        height: 250px;
    }
    #chartdiv tspan {
        font-size: 13px;
    }
    .boxContent h3 {
        font-size: 20px;
        padding: 10px 0 30px;
    }
    .boxContent p {
        font-size: 15px;
    }
    .span-service .box img {
        padding: 50px 15px;
    }
    .span-service .boxContent h3 {
        font-size: 15px !important;
    }
    .span-service .boxContent p {
        font-size: 12px !important;
    }
    .sitemap .navbar-nav li a {
        font-size: 10px;
    }
}
@media only screen and (max-width: 360px) {
    #bannerCarousel .item .container .bannercolumn .bannerContent p {
        font-size: 10px;
    }
    .began small {
        font-size: 16px;
    }
    .award .box h3 {
        font-size: 13px;
        font-weight: 700;
    }
    .sitemap h3 label {
        font-size: 18px;
    }
    .strength .bod strong {
        font-size: 13px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent h1 {
        font-size: 20px;
    }
    #bannerCarousel .item .container .bannercolumn .bannerContent a.btn::after {
        right: 5px;
    }
    #chartdiv {
        height: 200px;
    }
    #chartdiv tspan {
        font-size: 11px;
    }
}