body{ 
	margin: 0; 
	font-family: 'Lato', sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	
	-webkit-text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
}

.indx-1{
	background-color: #000;
	overflow: hidden!important;
}
h1{
	font-size: 100px;
	color:#fff;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}
h2{
	font-size: 72px;
	color:#2e2d32;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
}
h3{
	font-size: 36px;
	color:#fff;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 1.4;
}
.about-block4 h3{
	color:#2e2d32;
	font-weight: 400;
}
h4{
	font-size: 30px;
	color:#fff;
	font-family: 'Crimson Text', serif;
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 1.4;
}

a:hover , a:active , a:focus{
	text-decoration: none;
	outline: none;
}
.preloader {
	background-color:#181818; 
	bottom:0;
	height:100%;
	left:0;
	overflow:hidden!important;
	position:fixed;
	right:0;
	top:0;
	width:100%;
	z-index:99999;
}
.loader-gif {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 48%;
  top: 50%;
  margin: -14px 0 0 -14px;
  border-radius: 100%;
  border: 4px solid #666;
  border-top: 4px solid #f15625;
  border-right: 4px solid #f15625;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.status{
	background-image: url("../img/01.gif");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	left: 43%;
}
.padding-zero{
	padding:0;
}
nav {
    display: block;
    text-align: left;
    padding: 10% 0% 0% 20%;
}

nav ul {
    margin: 0;
    padding:0;
	list-style: none;
}
.nav.nav-2 {
    float: right;
    margin-right: 22%;
}
.nav a {
    display:block; 
    color: #bcbec0; 
    text-decoration: none;
    font-size: 72px;
	font-weight: 400;
	position: relative;
	font-family: 'Crimson Text', serif;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.nav{  
    vertical-align: top; 
    display: inline-block;
    box-shadow: 
    1px -1px -1px 1px #000, 
    -1px 1px -1px 1px #fff, 
    0 0 6px 3px #fff;
    border-radius:6px;
	margin-left: -400px;
	opacity:0;
}
.nav-display{
	margin-left: 0;
	opacity:1;
}
.nav li {
    position: relative;
}
.tran-off{
	transform: translate3d(0, 0, 0)!important;
}
.menu-hover {
    height: 8px;
    width: 0px;
    background: #f15625;
    position: absolute;
    top: 58px;
    left: -70px;
    z-index: -1;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.nav li:hover .menu-hover {
    width: 190px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.nav li:hover > a , .nav > li > a:focus{ 
    display:block; 
    color: #fff; 
	font-weight: 400;
    text-decoration: none;
    font-size: 72px;
	background-color: transparent;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.awards-wrap .nav li:hover > a , .awards-wrap .nav > li > a:focus{ 
    display:block; 
    color: #000; 
	font-weight: 400;
    text-decoration: none;
    font-size: 24px;
	background-color: #e3e9ea;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.nav li a { 
    padding: 0 0 65px 15px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.nav li a:first-child:nth-last-child(2):before { 
    content: ""; 
    position: absolute; 
    height: 0; 
    width: 0; 
    border: 5px solid transparent; 
    top: 50% ;
    right:5px;  
 }
 /* submenu positioning*/
.nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
}
.nav > li:hover > ul {
    left: 70%;
	margin-top: 0;
	min-width: 100%;
	top: 10px;
	text-align: center;
}
.nav > li li:hover > ul { 
    left: 85%;
    margin-left: 1px;
    top: -1px;
}

.menu.btn {
    position: absolute;
    z-index: 16;
    width: 75px;
    height: 40px;
    top: 65px;
    left: 60px;
}
.contact-icn {
    position: absolute;
    right: 80px;
    font-size: 28px;
    transform: scale(1);
    z-index: 3;
    top: 65px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.contact-icn:hover {
    transform: scale(1.1);
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.contact-icn a{
	color:#fff;
}
.btn i{
	transition: 0.6s all;
	-webki-transition: 0.6s all;
}
.btn:hover  i{
    width: 35px!important;
	left:19px;
	transition: 0.6s all;
	-webki-transition: 0.6s all;
}
.menu i {
    width: 35px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 0px;
	left: 20px;
}
.menu i:nth-child(1) {
    width: 20px;
	left:0;
	right:0;
	margin: auto;
	transition: 0.6s all;
	-wbekit-transition: 0.6s all;
}
.menu-cross i:nth-child(1) {
    transform: rotate(50deg);
	top: 16px;
	transition: 0.6s all;
	-wbekit-transition: 0.6s all;
}
.menu i:nth-child(2) {
    background: #fff;
	 top: 8px;
}
.menu-cross i:nth-child(2) {
    opacity:0;
}
.menu i:nth-child(3) {
    width: 20px;
	left:0;
	right:0;
	margin: auto;
	top: 16px;
	transition: 0.6s all;
	-wbekit-transition: 0.6s all;
}
.menu-cross i:nth-child(3) {
    transform: rotate(-50deg);
	transition: 0.6s all;
	-wbekit-transition: 0.6s all;
}
.menu i:nth-child(4) {
    background: #fff;
	 top: 24px;
}
.menu-cross i:nth-child(4) {
    opacity: 0;
}
.logo {
    position: absolute;
    font-size: 36px;
	font-family: 'Crimson Text', serif;
    color: #fff;
    z-index: 3;
    top: 52px;
	z-index:18;
    left: 80px;
}
.logo:hover, .logo:active, .logo:focus {
	color:#fff;
}
.shower{
    overflow: hidden;
}

.holder {
  width:  100%;   /* change width HERE: width = 100% * nb_of_slides */
  height: 100%;   
}

.slide {
  float:   left;
  width: 100%;
  height:  100%;
  padding: 0;
}
.pattern {
    width: 102%;
    height: 100%;
    position: absolute;
    background: url("../img/pattern.png");
    top: 0;
}
.carousel-control {
    height: 45px;
    width: 175px;
    position: absolute;
    top: 44%;
    opacity: 1;
    transform: translatey(-50%);
}
.right.carousel-control {
    top: 71%;
}
.carousel-control.left {
    background-image: none;
}
.carousel-control.right {
    background-image: none;
}
.carousel-fade .carousel-inner .item {
	  opacity: 0;
	 
	  -webkit-transition-property: opacity;
	  -moz-transition-property: opacity;
	  -o-transition-property: opacity;
	  transition-property: opacity;
	  
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;	
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
.pre-bar {
    background: #fff;
    width: 175px;
    height: 10px;
	bottom:0;
    position: absolute;
    left: 0;
}
.next-bar {
    background: #fff;
    width: 175px;
    height: 10px;
	bottom:0;
    position: absolute;
    left: 0;
}
.caption {
    position: absolute;
    top: 38%;
    transform: translatey(-50%);
    left: 23%;
}
.cap-line {
    width: 0px;
    height: 10px;
    position: absolute;
    background: #f15625;
    bottom: -40px;
    left: -175px;
	-webkit-transition: width 1.8s;
    transition: width 1.8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.active .cap-line {
    width: 350px;
	-webkit-transition: width 1.8s; 
    transition: width 1.8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.more {
    color: #fff;
    font-size: 18px;
    bottom: -130px;
	font-weight: 300;
    position: absolute;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.more:hover , .more:active, .more:focus{
    color: #f15625;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.angle {
    font-size: 34px!important;
    margin-right: 14px;
	transition: 0.6s transform;
	-webkit-transition: 0.6s transform;
}
.more:hover .angle{
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	transition: 0.6s transform;
	-webkit-transition: 0.6s transform;
}
.menu-overlay {
    background: #000;
	position: absolute;
    top: 0;
    width: 0%;
    height: 0%;
    z-index: 16;
    opacity: 0;
	visibility:hidden;
	transition: .7s all;
	-webkit-transition: .7s all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.menu-on{
	width: 100%;
    height: 100%;
	position: fixed;
	overflow: hidden;
	opacity: 0.9!important;
	visibility: visible!important;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.opac{
	opacity: 0;
	transition:0.9s all;
}
.contact-holder {
    background: #000;
    position: absolute;
    top: -100%;
    width: 100%;
    height: 0%;
	opacity: 0;
	z-index:18;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-webkit-transition-timing-function: ease-in;
	transition-timing-function: ease-in;
}

.contact-holder-on{
    height: 100%;
	 position: fixed;
	top:0;
	opacity: 1;
	transition: 0.7s all;
	-webkit-transition: 0.7s all;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
input ,textarea{
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 0 !important;
	height: 80px !important;
	border: none !important;
	border-bottom: 1px solid #9d9fa2!important;
	box-shadow: none!important;
}

.input-line{
	height: 2px;
    width: 0%;
    background: #9d9fa2;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.form-group:hover .input-line, .form-group input:active .input-line,  .form-group input:focus .input-line{
    width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.form-control {
    font-size: 36px;
	font-family: 'Crimson Text', serif;
	padding: 25px 12px 0 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #9d9fa2!important;
  font-size: 36px;
  font-family: 'Crimson Text', serif;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
	color: #9d9fa2!important;
	font-size: 36px;
	font-family: 'Crimson Text', serif;
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
	color: #9d9fa2!important;
	font-size: 36px;
	font-family: 'Crimson Text', serif;
	opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
	color: #9d9fa2!important;
	font-size: 36px;
	font-family: 'Crimson Text', serif;
    opacity: 1;
}
button {
    border-radius: 0 !important;
    font-size: 24px !important;
    font-weight: bolder !important;
    margin-top: 25px;
    width: 35%;
	margin-left: 15px !important;
	background: #fff;
	color: red;
}
.bg-grey {
    background: #2e2d32;
    position:relative;
}
.bg-white {
    background: #fff;
    position:relative;
}
.adress-div{
	padding: 0 15%;
	top: 25%;
	position: relative;
}
.adress-div p {
    font-size: 18px;
    color: #9d9fa2;
    font-weight: 400;
	line-height: 1.6;
}
.logo-color{
	color: #f15625;
}
.id-anchor {
    font-size: 38px;
	font-family: 'Crimson Text', serif;
    color: #9d9fa2;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.id-anchor:hover, .id-anchor:active, .id-anchor:focus {
    color: #fff;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.social-div a {
    font-size: 26px;
    color: #9d9fa2;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.social-div a:hover, .social-div a:active, .social-div a:focus {
    color: #fff;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.border-right{
	border-right: 2px solid #38373c;
}
.border-bottom{
	border-bottom: 2px solid #38373c;
}
.social-div {
    width: 215px;
    text-align: center;
	margin-top: 70px;
}
.margin-70{
	margin-bottom: 45px;
}
.social-div i {
    padding: 35px 0px;
}
.contact_con {
    top: 25%;
    position: relative;
    padding: 0 100px;
}
#valid-form {
    text-align: right;
    float: right;
    font-size: 36px !important;
	font-weight: 600!important;
	font-family: 'Crimson Text', serif;
    outline: none;
    width: 120px;
    padding: 0;
	color:#f15625;
	background: transparent !important;
}
.sub-line {
    background: #f15625;
    width: 0;
    height: 5px;
    left: 8px;
    position: relative;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
#valid-form:hover  .sub-line{
	width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.error-message {
    font-size: 22px;
    color: #9d9fa2;
}
.con-close-wrap {
    width: 40px;
    height: 40px;
}
.con-close-1 {
    height: 30px;
    width: 2px;
    background: #fff;
	top: 0px;
	left: 20px;
	position: absolute;
    transform: rotate(-40deg);
}
.con-close-2 {
    height: 30px;
    width: 2px;
    background: #fff;
	top: 0px;
	left: 20px;
	position: absolute;
    transform: rotate(40deg);
}
.opac-load{
	opacity: 0;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.opac-loadd{
	opacity: 1;
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
}
.carousel-indicators{
	bottom: 50px;
}
.carousel-indicators .active {
    background-color: #fff;
	border: 1px solid #fff;
}
.carousel-indicators .active {
    margin: -1px 13px;
}
.carousel-indicators li {
	margin: 0 13px;
	padding: 5px 5px;
}    
/********ABOUT**********/

.about-bg-image{
	background: url("../img/about.jpg");
	background-position: center;
	background-size: cover;
}
.about-block1 {
    background: #2e2d32;
    padding: 5%;
    text-align: left;
	color:#fff;
}
.about-wrapper {
    background: #2e2d32;
}
.about-cap{
    width: 0px;
    height: 10px;
    position: absolute;
    background: #f15625;
    bottom: -40px;
    left: -175px;
	-webkit-transition: width 1.8s;
    transition: width 1.8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.about-quo{
    width: 0px;
    height: 10px;
    position: relative;
    background: #fff;
    -webkit-transition: width 3.8s;
    transition: width 3.8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.about-quh{
	width: 250px;
	-webkit-transition: width 3.8s;
    transition: width 3.8s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}
.ab-padding {
    padding-left: 135px;
    padding-top: 40px;
}
.about-block2 {
    background: #fff;
	padding: 60px 0 75px 0;
}
.position-block{
	background: #fff;
	padding: 60px 0 0px 0;
}
.about-block2 p{
   color: #2e2d32;
	font-size: 21px;
	font-family: 'Crimson Text', serif;
	margin-bottom: 40px;
	padding-left: 180px;
	line-height: 33px;
}

.about-block3 {
    background: url("../img/Highlight-Banner.jpg");
    height: 360px;
    background-size: cover;
	background-attachment:fixed;
	position:relative;
	padding: 55px 0 0 0;
}
.about-block3 .container{
	z-index:1;
	position: relative;
}
.about-block3 h2 {
    position: absolute;
    top: -115px;
}
.ora-overlay {
    background: #f15625;
    position: absolute;
    top: 0;
    width: 100%;
    height: 360px;
	opacity: 0.7;
}
.block3-padding {
    padding-left: 180px;
    padding-top: 45px;
}
.about-block4 {
    background: #fff;
	padding-top: 80px;
	padding-bottom: 90px;
}
.about-block4 p{
    color: #9d9fa2;
	font-size: 21px;
	font-family: 'Crimson Text', serif;
	margin-bottom: 80px;
	padding-left: 180px;
}
.dowload {
    color: #9d9fa2;
    font-size: 18px;
	font-weight: 400;
	padding-left: 60px;
    transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.dowload:hover , .dowload:active, .dowload:focus{
    color: #f15625;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.dowload:hover .angle{
    -ms-transform: rotate(90deg); 
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
	transition: 0.6s transform;
	-webkit-transition: 0.6s transform;
}
.lang {
    margin-top: 45px;
	margin-left: 60px;
}
.lang-line {
    height: 10px;
    background: #2e2d32;
    width: 350px;
	margin-bottom: 40px;
}
.profile span {
    font-size: 18px;
    color: #9d9fa2;
}
.paddi-lang {
    padding-top: 90px;
	padding-left: 110px;
}
.cover-line {
    height: 10px;
    background: #2e2d32;
    width: 250px;
}
.text-b1 {
    padding-top: 60px;
}
.text-b2 {
    padding-top: 215px;
	padding-left: 115px;
}
.text-b3 {
    margin-top: -30px;
}
.text-b4 {
    padding-top: 175px;
    padding-left: 115px;
}
.footer {
    background: #2e2d32;
    padding: 90px 0;
    height: 365px;
}
.touch-line {
    height: 10px;
    background: #fff;
    width: 255px;
    margin: auto;
}
.footer .social-div {
    margin: 0;
	float: right;
	margin-right: 60px;
}
.footer span {
    color: #8b8d90;
    font-size: 17px;
}
.name-sp {
    font-size: 18px !important;
    display: block;
    color: #fff !important;
	font-family: 'Crimson Text', serif;
	margin-bottom: 20px;
}
.com-sp {
    color: #f15625 !important;
    font-family: "Crimson Text",serif;
    font-size: 14px !important;
    font-weight: 600;
    line-height: 30px;
}
.add-sp{
	color: #787a7d;
	font-size: 14px !important;
	display: block;
}
.address-wrap {
    padding-left: 85px;
}
.copy-band {
    height: 60px;
    background: #424246;
	padding: 20px 85px 20px 85px;
}
.copy-band span {
    color: #8b8d90;
    font-size: 14px;
}
.go-up {
    text-align: right;
}
.go-up a {
    font-size: 14px;
    color: #8b8d90;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.go-up a:hover {
    color: #f15625;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.go-up i {
    margin-right: 18px;
    font-size: 20px;
}
/******** Awards Css *********/

.award-bg-image{
	background: url("../img/awa.png");
	background-position: top;
	background-size: cover;
}

.awards-body .caption {
    position: absolute;
    top: 45%;
    transform: translatey(-50%);
    left: 23%;
}
.award-padding {
    padding-left: 135px;
    padding-top: 15px;
}
.award-block h3{
	color: #000;
}
.awards-body .bottom-pd-60 {
    padding-bottom: 15px;
}
.award-bg{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bgs{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-1{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-1s{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-2{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-2s{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-3{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-4{
	background: none;
	height: 305px;
	margin: 45px 0px;
	position: relative;
}
.award-bg-new{
	background: url("../img/2.png");
	background-size: cover;
background-position: center;
}
.award-bg-news{
	background: url("../img/wd1.jpg");
	background-size: cover;
background-position: center;
}
.award-bg-new1{
	background: url("../img/wd1.jpg");
	background-size: cover;
}
.award-bg-new1s{
	background: url("../img/wd2.jpg");
	background-size: cover;
}
.award-bg-new2{
	background: url("../img/wd3.png");
	background-size: cover;
}
.award-bg-new2s{
	background: url("../img/wd4.jpg");
	background-size: cover;
}
.award-bg-new3{
	background: url("../img/2.jpg");
	background-size: cover;
}
.award-bg-new4{
	background: url("../img/2.jpg");
	background-size: cover;
}
.achievements-block{
	background: #fff;
	padding: 0px 0 70px 0px;
}
.awards-wrap nav li:hover > a , .nav > li > a:focus{ 
    display:block; 
    color: #fff; 
	font-weight: 400;
    text-decoration: none;
    font-size: 72px;
	background-color: transparent;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
	-webkit-transition-timing-function: cubic-bezier(0.42,0,0.58,1);
	transition-timing-function: cubic-bezier(0.42,0,0.58,1);
}
.awards-wrap ul {
    opacity: 1;
}
.awards-tab {
    position: static;
    width: 100%;
    margin: auto;
    border: none;
}
.awards-tab a {
    margin: 0 !important;
    background: #e3e9ea;
    color: #2e2d32;
	font-size: 24px;
	border-left: none!important;
	border-right: none!important;
	border-top: 3px solid #e3e9ea!important;
	border-bottom: 3px solid #000!important;
	border-radius: 0 !important;
	padding: 15px 0 15px 0px !important;
	transition: all 0s!important;
	-webkit-transition: all 0s!important;
}
.award-block p {
    margin: 0;
}
.image-reveal {
    position: absolute;
    top: 0;
	right:0;
    background: #000;
    width: 0;
    height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reve{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-rev{
	width: 0;
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reveal-1 {
    position: absolute;
    top: 0;
	right:0;
    background: #000;
    width: 0;
    height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reve-1{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-rev-1{
	width: 0;
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reveal-2 {
    position: absolute;
    top: 0;
	right:0;
    background: #000;
    width: 0;
    height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reve-2{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-rev-2{
	width: 0;
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reveal-3 {
    position: absolute;
    top: 0;
	right:0;
    background: #000;
    width: 0;
    height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reve-3{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-rev-3{
	width: 0;
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reveal-4 {
    position: absolute;
    top: 0;
	right:0;
    background: #000;
    width: 0;
    height: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-reve-4{
	width: 100%;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.image-rev-4{
	width: 0;
	left:0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.padding-45-left{
	padding-left:45px;
}
.padding-45-right{
	padding-right:45px;
}
.tab-content {
    padding-top: 70px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #f15625;
	opacity: 1;
    background-color: transparent;
    border-radius: 0;
	border-bottom: none!important;
	border-left: none!important;
	border-right: none!important;
	border-top: 3px solid #f15625!important;
	transition: all 0s;
	-webkit-transition: all 0s;
}
.awards-tab li {
    width: 25%;
    text-align: center;
}
.date-grey{
	color :#a5a6a9;
}



/******** Temp Css *********/
.right-link a{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
	padding-right: 30px;
}
.right-link{
    padding-right: 30px;
    padding-top: 73px;
    position: absolute;
    right: 110px;
    z-index: 15;
}
.right-link:hover .hover-line{
	width: 55px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.hover-line{
	background-color: #fff;
    height: 1px;
    margin-left: -3px;
    margin-top: 25px;
    position: absolute;
    width: 0px;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.position-heading{
	font-size:36px;
	line-height:32px;
	text-align:center;
	padding-top:30px;
	padding-bottom:60px;
	font-family: 'Crimson Text', serif;
	color: #2e2d32;
	font-weight:600;
	-webkit-font-smoothing: antialiased;
}
.position-subheading{
	font-family: "Crimson Text",serif;
	-webkit-font-smoothing: antialiased;
    font-size: 21px;
    font-weight: 600;
    line-height: 32px;
    padding-bottom: 30px;
    text-align: left;
	color: #2e2d32;
}
.position-subheading-divide-line{
	background-color: #2e2d32;
    height: 2px;
    margin-bottom: 30px;
}
.position-desc {
    border-bottom: 1px solid #d1d3d4;
    font-family: "Crimson Text",serif;
	-webkit-font-smoothing: antialiased;
    font-size: 21px;
    line-height: 60px;
    margin-bottom: 30px;
	color: #2e2d32;
}
.desc-divide-line {
    background-color: #d1d3d4;
    height: 1px;
    width: 0%;
    z-index: 5;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.position-desc:hover {
	border-color: #d1d3d4;
	color: #f15625;
}
.position-desc:hover .desc-divide-line{
	width: 100%;
	transition: 0.6s all;
	-webkit-transition: 0.6s all;
}
.bottom-pd-60{
	padding-bottom: 36px;
}
.weight-500{
	font-weight:500!important;
}
.about-block2 .dowload{
	padding-left:0px;
}

@media (max-width: 2600px) {
	
	.item .img-responsive {
		width: 100%!important;
		height: 100%!important;
		position: relative;
	}
}

@media (max-width: 1800px) {
	h1 {
		font-size: 75px;
	}
}
@media (max-width: 1680px) {
	
}	
@media (max-width: 1500px) {
	h1 {
		font-size: 60px;
	}
	h2 {
		font-size: 50px;
	}
}
@media only screen and (max-width: 1450px) {
	
	.caption {
		top: 33%;
	}
}
@media only screen and (max-width: 1366px) {
	.status {
		left: 38%;
	}
	.about-block3 h2 {
		top: -100px;
	}
	.contact_con {
		top: 12%;
	}
	.adress-div {
		top: 16%;
	}
}
@media only screen and (max-width: 1280px) {
	
	.adress-div {
		top: 15%;
	}
}
@media only screen and (max-width: 1024px) {
	
	.status {
		left: 35%;
	}
	.contact_con {
		top: 15%;
		padding: 0 30px;
	}
	.adress-div {
		padding: 0 5%;
		top: 15%;
	}
	.id-anchor {
		font-size: 28px;
	}
	.caption {
		top: 45%;
	}	
	.res-bg img, .res-bg-1 img, .res-bg-2 img, .res-bg-3 img{
		display: none;
	}
	.res-bg {
		background: url("../img/1.jpg");
		height: 730px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.res-bg-1{
		background: url("../img/2.jpg");
		height: 730px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.res-bg-2{
		background: url("../img/3.jpg");
		height: 730px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	.res-bg-3{
		background: url("../img/4.jpg");
		height: 730px;
		width: 100%;
		background-position: center;
		background-size: cover;
	}
	
	.lang-line {
		width: 220px;
	}
	.position-desc {
		font-size: 18px;
	}
}	
@media only screen and (max-width: 768px) {
	
	.res-bg {
		height: 980px;
	}
	.res-bg-1 {
		height: 980px;
	}
	.res-bg-2 {
		height: 980px;
	}
	.res-bg-3 {
		height: 980px;
	}
	input, textarea {
		height: 55px !important;
	}
	.form-control {
		padding: 5px 10px 0 0;
	}
	.form-control {
		font-size: 28px;
	}
	::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 28px;
	}
	::-moz-placeholder { /* Firefox 19+ */
		font-size: 28px;
	}
	:-ms-input-placeholder { /* IE 10+ */
		font-size: 28px;
	}
	:-moz-placeholder { /* Firefox 18- */
		font-size: 28px;
	}
	.bg-white {
		height: 490px !important;
	}
	.contact-holder {
		top: -200%;
	}
	.contact-holder-on {
		top: 0;
	}
	.con-close-1 {
		background: #000;
	}
	.con-close-2 {
		background: #000;
	}
	.adress-div {
		padding: 0 5%;
		top: 5%;
	}
	.margin-70 {
		margin-bottom: 20px;
	}
	.social-div {
		width: 135px;
		margin-top: 40px;
	}
	.social-div i {
		padding: 15px 0px;
	}
	.cap-line {
		left: -70px;
	}
	.ab-padding {
		padding-top: 10px;
	}
	.block3-padding {
		padding-top: 25px;
	}
	.footer {
		padding: 40px 0;
		height: 545px;
	}
	.status {
		left: 30%;
	}
	.copy-band {
		padding: 20px 35px 20px 35px;
	}
	.tab-center {
		text-align: center;
		padding: 0;
	}
	.tab-center {
		text-align: center;
		padding: 0;
		float: none !important;
		margin: auto !important;
	}
	.tab-margin {
		margin-bottom: 40px;
	}
}
@media only screen and (max-width: 736px) {
	.contact-holder {
		top: -300%;
	}
	.contact-holder-on {
		top: 0;
		overflow-y: scroll;
	}
	.status {
		left: 28%;
	}
	.logo {
		top: 20px;
		left: 35px;
	}
	.right-link {
		padding-top: 40px;
	}
	.contact-icn {
		top: 30px;
	}
	.res-bg {
		height: 370px;
	}
	.res-bg-1 {
		height: 370px;
	}
	.res-bg-2 {
		height: 370px;
	}
	.res-bg-3 {
		height: 370px;
	}
	h1 {
		font-size: 38px;
		line-height: 22px;
	}
	.caption {
		top: 35%;
	}
	.about-body .caption {
		top: 42%;
	}
	.about-body h3 {
		font-size: 22px;
	}
	.cap-line {
		bottom: -20px;
	}
	.more {
		bottom: -70px;
	}
	.about-block3 {
		height: 270px;
	}
	.touch-line {
		height: 5px;
		width: 110px;
	}
	.carousel-indicators {
		bottom: 20px;
	}
	
}	
@media only screen and (max-width: 667px) {
	.logo {
		top: 20px;
		left: 35px;
		font-size: 26px;
	}
	.right-link {
		padding-top: 35px;
		padding-right: 0;
		right: 65px;
	}
	.contact-icn {
		top: 25px;
		right: 35px;
	}
	.bg-grey  {
		height: 360px!important;
	}
	h1 {
		font-size: 26px;
		line-height: 10px;
	}
	.cap-line {
		bottom: -10px;
		height: 5px;
		width: 200px !important;
	}
	.more {
		bottom: -50px;
	}
	.caption {
		top: 30%;
	}
	
	.block3-padding {
		padding-left: 100px;
	}
	.copy-band {
		padding: 20px 25px 20px 25px;
	}
	.copy-band span {
		font-size: 12px;
	}
	.go-up a {
		font-size: 12px;
	}
}	
@media only screen and (max-width: 600px) {
	
	.caption {
		top: 38%;
	}
}
@media only screen and (max-width: 568px) {
	.caption {
		top: 27%;
	}
	
	.contact-holder {
		top: -350%;
	}
	.contact-holder-on {
		top: 0;
	}
	.carousel-indicators li {
		margin: 0 13px;
		padding: 6px 6px;
	} 
}	
@media only screen and (max-width: 414px) {
	.res-bg{
		height: 695px;
		background-position: 20%;
	}
	.res-bg-1 {
		height: 695px;
		background-position: 35%;
	}
	.res-bg-2 {
		height: 695px;
	}
	.res-bg-3 {
		height: 695px;
	}
	.status {
		left: 22%;
	}
	.logo {
		font-size: 28px;
	}
	.contact-icn {
		right: 30px;
		font-size: 22px;
		top: 25px;
	}
	.right-link {
		padding-top: 30px;
		padding-right: 0px;
		right: 50px;
	}
	.bg-grey {
		height: 475px!important;
	}
	h1 {
		line-height: 1;
		font-size: 35px;
	}
	.cap-line {
		left: -35px;
		width: 165px!important;
		height: 5px;
	}
	.caption {
		top: 44%;
	}
	
	.social-div {
		width: 210px;
	}
	.ab-padding {
		padding-left: 20px;
	}
	.about-block2 p {
		padding-left: 35px;
	}
	.block3-padding {
		padding-left: 35px;
	}
	.paddi-lang {
		padding-left: 55px;
	}
	.mob-width {
		width: 100%;
		text-align: center;
		padding: 5px;
	}
	.copy-band {
		height: 80px;
	}
	.about-body .caption {
		top: 60%;
	}
	.about-block1 {
		padding: 18% 1%;
	}
	.loader-gif {
		left: 42%;
	}
	
}
@media only screen and (max-width: 384px) {
	
	.status {
		left: 11%;
	}
	.paddi-lang {
		padding-left: 40px;
	}
	.caption {
		top: 33%;
		left: 13%;
	}
	
}	

@media only screen and (max-width: 320px) {
	
	.caption {
		top: 30%;
	}
	.adress-div p {
		font-size: 16px;
	}
	.id-anchor {
		font-size: 20px;
	}
	.logo {
		font-size: 22px;
	}
	.right-link {
		padding-top: 24px;
	}
	.contact-icn {
		right: 30px;
		font-size: 18px;
		top: 24px;
	}
	.about-quo {
		height: 5px;
	}
	.about-body h3 {
		font-size: 20px;
	}
	.lang {
		margin-left: 15px;
	}
}
	