@charset "utf-8";
/* CSS Document */

@font-face {
  font-family: 'SourceSansPro-Regular';
  src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/SourceSansPro-Regular.otf')  format('opentype'),
	     url('../fonts/SourceSansPro-Regular.woff') format('woff'), 
		 url('../fonts/SourceSansPro-Regular.ttf')  format('truetype'), 
		 url('../fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SourceSansPro-Bold';
  src: url('../fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),  
  url('../fonts/SourceSansPro-Bold.otf')  format('opentype'),
	     url('../fonts/SourceSansPro-Bold.woff') format('woff'), 
		 url('../fonts/SourceSansPro-Bold.ttf')  format('truetype'), 
		 url('../fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

html,
body {
    font-family: 'SourceSansPro-Regular';
    height: 100%;
}

.clear{
  clear: both;
}

a{
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

p {
	text-align:justify;
	}

.nav-wrapper{
  position: relative;
}
.nav-wrapper .nav-top{
  padding-top: 12px;
  padding-bottom: 12px;
  background: #90765b;
}
.nav-wrapper .nav-top p{
  color: #fff;
  margin: 0;
}
.nav-wrapper .nav-top ul{
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.nav-wrapper .nav-top ul li{
  display: inline-block;
}
.nav-wrapper .nav-top ul li a{
  color: #f7f6ba;
  display: block;
  padding: 0 15px;
  border-left: solid 1px #a6917c;
  text-decoration: none;
}
.nav-wrapper .nav-top ul li a:hover{
  color: #5e3725;
}
.nav-wrapper .navbar-default{
  min-height: 95px;
  margin-bottom: 0;
  border-radius: 0;
  border: 0;
}
.navbar-default .logo-wrap{
  color: #fff;
  float: left;
  width: 350px;
  position: relative;
}
.navbar-default .logo-wrap img{
  width: 100%;
}
.navbar-default .logo-wrap .logo{
  position: absolute;
  left: 0;
  top: -30px;
  z-index: 1;
}
.navbar-default .logo-wrap .logo-sm{
  display: none;
}
.navbar-default.navbar-fixed-top .logo-wrap .logo{
  display: none;
}
.navbar-default.navbar-fixed-top{
  height: auto;
}
.navbar-default.navbar-fixed-top .logo-wrap .logo-sm{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.nav-wrapper .navbar-default .navbar-nav > li > a{
  font-size: 15px;
  color: #7a5906;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-wrapper{
  float: left;
  position: relative;
}
.banner-wrapper .carousel-indicators li {
    display: inline-block;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff \9;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid #4e1f08;
    border-radius: 10px;
}
.banner-wrapper .carousel-indicators .active {
    width: 14px;
    height: 14px;
    background-color: #4e1f08;
    border: 2px solid #fff;
}
.banner-wrapper .item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.banner-wrapper .banner-caption {
  position: absolute;
  right: 0;
  top: 25%;
  left: 0;
  width: 50%;
  z-index: 10;
  color: #fff;
}
.banner-wrapper .banner-caption .banner-txt{
  padding: 20px 20px 20px 20px;
  background: rgba(0,0,0,0.55);
}
.banner-wrapper .banner-caption .banner-txt.inner-txt{
  background: rgba(78,31,8,0.9);
}
.banner-wrapper .banner-caption .banner-txt h3{
  font-size: 24px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
}
.banner-wrapper .banner-caption .banner-txt p{
  font-size: 16px;
  margin: 0;
}
.banner-wrapper .banner-caption .txt-more{
  padding: 15px 20px 15px 20px;
  background: rgba(144,118,91,0.9);
}
.banner-wrapper .banner-caption .txt-more p{
  margin: 0;
}
.banner-wrapper .banner-caption .txt-more p a{
  display: inline-block;
  padding: 5px 30px 5px 0;
  color: #fff;
  text-decoration: none;
  background: url(../images/arrow-right-wt.png) right 5px no-repeat;
}
.banner-wrapper .banner-caption .txt-more p a:hover{
  padding: 5px 40px 5px 0;
}

.banner-txt.inner-txt ul{
  list-style: none;
  margin: 0 0 5px 0;
  padding: 0;
}
.banner-txt.inner-txt ul li{
  color: #90765b;
  float: left;
  position: relative;
  padding: 0 10px;
}
.banner-txt.inner-txt ul li:after{
  content: "/";
  position: absolute;
  left: 0; 
  top: 0;
}
.banner-txt.inner-txt ul li:first-child:after{
  display: none;
}
.banner-txt.inner-txt ul li a{
  color: #7a5906;
}
.banner-txt.inner-txt h1{
  font-size: 48px;
  font-weight: bold;
  margin: 0;
  clear: both;
}

.serve-oman-cover{
  position: absolute;
  right: 0;
  top: 25%;
  left: 0;
  right: 0;
  z-index: 10;
}
.serve-oman-cover.inner-serve{
  top: 5%;
}
.serve-oman-cover .serve-oman{
  float: right;
  width: 148px;
}
.serve-oman-cover .serve-oman img{
  max-width: 100%;
}
.banner-search{
  float: right;
  width: 175px;
}
.banner-search .form-control{
  height: 22px;
  border: solid 1px #cccccc;
  border-right: 0;
  border-radius: 0;
}
.banner-search .btn{
  padding: 0 5px 0 0;
  background: transparent;
  border: solid 1px #cccccc;
  border-left: 0;
  border-radius: 0;
}


.banner-wrapper .banner-social{
  padding-top: 8px;
  padding-bottom: 8px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/bg-arrow-banner.png) center top no-repeat;
}
.banner-wrapper .banner-social ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-wrapper .banner-social ul li{
  float: left;
}
.banner-wrapper .banner-social ul li a{
  color: #888;
  padding: 0 8px;
}
.banner-wrapper .banner-social ul li a:hover{
  color: #4e1f08;
}

.main-tag-cover {
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #4e1f08;
  text-align: center;
}
.main-tag-cover h1{
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 6px 0;
}
.main-tag-cover .more{
  color: #cd9174;
  padding: 5px 20px;
  text-decoration: none;
  background: url(../images/arrow-right-wt.png) right 3px no-repeat;
}
.main-tag-cover .more:hover{
  color: #f7f6ba;
  padding: 5px 25px 5px;
}
.abt-home-cover{
  padding-top: 80px;
  padding-bottom: 60px;
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/bg-scale.jpg) repeat-x 0 0;
  animation: animatedBackground 40s linear infinite;
}
.abt-home-img{
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.abt-home-img ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.abt-home-img ul li{
  float: left;
  width: 33.333%;
  border-right: solid 1px #fff;
  overflow: hidden;
}
.abt-home-img ul li img{
  width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.abt-home-img ul li:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.abt-home-cont{
  float: left;
  width: 100%;
  padding-left: 15px;
}
.abt-home-cont h3{
  color: #494949;
}
.abt-home-cont p{
  color: #494949;
}
.abt-home-cont p a{
  font-style: italic;
  color: #575250;
  text-decoration: underline;
}
.abt-home-cont p a.hvr-underline-reveal:before{
  background: #4e1f08;
}
.excellence-cover{
  padding-top: 35px;
  padding-bottom: 70px;
  padding-right: 0px;
  padding-left: 0px;
  background: #f4f4f4;
}
.excellence-cover h3{
  font-size: 24px;
  color: #f2cc2b;
  font-weight: bold;
  text-align: center;
  margin: 0 0 15px 0;
}
.excellence-cover h2{
  color: #6f6f6f;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 60px 0;
}
.excellence-tab-nav{
  padding-left: 0;
  padding-right: 3px;
}
.excellence-tab-content{
  padding-left: 3px;
  padding-right: 0;
}
.excellence-tab{
  float: left;
  width: 100%;
}
.excellence-tab ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.excellence-tab ul li{
  background: #2c3e50;
  -webkit-clip-path: polygon(0 15%, 100% 100%, 100% 100%, 0% 85%);
  clip-path: polygon(0 15%, 100% 10%, 100% 100%, 0% 85%);
  -webkit-clip-path: url("#first-shape"); 
   clip-path: url("#first-shape");
   -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.excellence-tab ul li:hover,
.excellence-tab ul li.active{
  background: #fff;
}
.excellence-tab ul li:nth-child(even){
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  -webkit-clip-path: url("#second-shape"); 
   clip-path: url("#second-shape");
}
.excellence-tab ul li a{
  padding: 0px 0;
  display: block;
}
.excellence-tab ul li a span img{
  padding: 15px 10px;
  background: #d9b069;
  margin-right: 50px;
}
.excellence-tab ul li:hover a,
.excellence-tab ul li.active a{
  color: #6f6f6f;
}
.excellence-tab ul li a {
  font-size: 26px;
  color: #d9b069;
  text-decoration: none;
}
.excellence-tab-cover{
  margin-top: 13px;
  float: left;
  width: 100%;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  clip-path: polygon(0 0, 100% 15%, 100% 85%, 0 100%);
  -webkit-clip-path: url("#cont-shape"); 
   clip-path: url("#cont-shape");
}
.excellence-tab-cover .excellence-tab-cont{
  min-height: 357px;
  padding: 30px 20px 15px 20px;
  float: left;
  width: 100%;
}
.excellence-tab-cont .exce-tab-txt{
  float: left;
  width: 100%;
  padding: 25px 0 0 10px;
}
.projects-wrapper{
  padding-left: 0;
  padding-right: 0;
}
.projects-wrapper .projects-title{
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ebebeb;
  text-align: center;
  position: relative;
}
.projects-wrapper .projects-title:after {
  content: "";
  position: absolute;
  width: 42px;
  top: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #ebebeb;
}
.projects-wrapper .projects-title h2{
  font-size: 30px;
  font-weight: bold;
  color: #7a5906;
  margin: 0 0 10px 0;
}
.projects-wrapper .projects-title p{
  color: #4e4d4c;
  margin-bottom: 15px;
}
.color-tag {
  padding-left: 0;
  padding-right: 0;
}
.color-tag ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.color-tag ul li{
  float: left;
  width: 33.333%;
  height: 40px;
  background: #9f8c5c;
}
.color-tag ul li:nth-child(even){
  width: 33.333%;
  background: #bcb196;
}
.projects-wrapper{
  padding-left: 0;
  padding-right: 0;
}
.projects-wrapper .project-cover{
  float: left;
  width: 100%;
  position: relative;
  border: solid 2px #fff;
}
.projects-wrapper .project-cover img{
  width: 100%;
}
.project-cover .project-dtls-hover{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(159,140,92,0.9);
  opacity: 0;
  padding: 20px;
  text-align: center;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}
.project-cover .project-dtls-hover h3{
  font-size: 18px;
  color: #fff;
  text-align: center
}
.project-cover .project-dtls-hover p{
  color: #fff;
}
.project-cover:hover .project-dtls-hover{
  opacity: 1;
}




.client-wrapper{
  padding-top: 50px;
  padding-bottom: 50px;
}
.client-wrapper .client-carousel{
  float: left;
  width: 100%;
  position: relative;
}
.client-wrapper .client-carousel h3{
  font-size: 30px;
  font-weight: bold;
  color: #7a5906;
  margin: 0 0 20px 0;
  text-align: center;
}
.client-carousel .owl-theme .owl-nav .owl-prev {
    position: absolute;
    left: 0;
    top: 35%;
    width: 15px;
    height: 25px;
    background: url(../images/arrow-prev.png) center top no-repeat;
}
.client-carousel .owl-theme .owl-nav .owl-next {
    position: absolute;
    right: 0;
    top: 35%;
    width: 15px;
    height: 25px;
    background: url(../images/arrow-next.png) center top no-repeat;
}
.client-wrapper .client-carousel .item img{
  width: auto;
  margin: 0 auto;
}
.footer-wrapper{
  padding-top: 35px;
  padding-bottom: 35px;
  background: #9f8c5c;
}
.footer-wrapper .footer-link{
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.footer-wrapper .footer-link ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-link ul li{
  float: left;
}
.footer-wrapper .footer-link ul li a{
  color: #fff;
  display: block;
  padding: 5px 15px;
  text-decoration: none;
}
.footer-wrapper .footer-link ul li a:hover{
  color: #4e1f08;
}
.footer-wrapper .footer-link ul li a:first-child{
  padding-left: 0;
}

.footer-wrapper .footer-social{
  float: left;
  width: 100%;
  text-align: right;
}
.footer-wrapper .footer-social ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-wrapper .footer-social ul li{
  display: inline-block;
}
.footer-wrapper .footer-social ul li a{
  display: block;
  padding: 5px 2px;
}
.footer-wrapper .footer-social ul li a:hover{
  padding-top: 0;
}
.footer-wrapper p.copy{
  font-size: 13px;
  color: #fff;
}


.abt-container-bg{
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/bg-scale.jpg) center top repeat-x;
}
.brief-cover{
  font-family: "Times New Roman", Georgia, Serif;
  float: left;
  width: 100%;
  padding: 105px 55px 0;
  background: #55260f;
  margin-bottom: 20px;
}
.brief-cover h3{
  color: #fff;
  font-size: 24px;
  margin: 0 0 20px 0;
}
.brief-cover h2{
  font-size: 72px;
  color: #f7f6ba;
  margin: 115px 0 -53px 0;
}
.brief-cover h2 span{
  font-size: 250px;
}
.abt-welcome-cover{
  float: left;
  width: 100%;
  padding: 115px 60px 70px 60px;
  margin-bottom: 20px;
}
.abt-welcome-cover h1{
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 48px;
  color: #55260f;
  position: relative;
  margin: 0 0 60px 0;
}
.abt-welcome-cover h1:after{
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 60px;
  height: 3px;
  background: #55260f;
}
.abt-welcome-cover h3{
  font-family: "Times New Roman", Georgia, Serif;
  color: #1e1e1e;
  font-size: 24px;
  margin: 0 0 40px 0;
}
.abt-welcome-cover p{
  color: #575250;
  margin: 0 0 30px 0;
  font-size:16px;
}
.team-cont{
  float: left;
  width: 100%;
  padding: 50px 30px 0 40px;
}
.team-cont h3{
  font-family: "Times New Roman", Georgia, Serif;
  color: #1e1e1e;
  font-size: 24px;
  margin: 0 0 40px 0;
}
.team-cont p{
  color: #575250;
  margin: 0 0 30px 0;
  font-size:16px;
}
.team-img{
  float: left;
  width: 100%;
}
.team-img img{
  width: 100%;
}
.bg-health-safety{
  padding-right: 0px;
  padding-left: 0px;
  background: url(../images/bg-health-safety.jpg) center top repeat-x;
  background-size: cover;
}
.health-sfty-cont{
  float: left;
  width: 100%;
  padding: 90px 30px 90px 40px;
}
.health-sfty-cont h3{
  font-family: "Times New Roman", Georgia, Serif;
  color: #fff;
  font-size: 24px;
  margin: 0 0 40px 0;
  position: relative;
}
.health-sfty-cont h3:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 60px;
  height: 3px;
  background: #fff;
}
.health-sfty-cont p{
  color: #fff;
  margin: 0 0 30px 0;
  font-size:16px;
}
.health-hglt-cont{
  float: left;
  width: 100%;
  background: #9f8c5c;
  padding: 75px 60px 20px;
  min-height: 435px;
}
.health-hglt-cont h3{
  font-family: "Times New Roman", Georgia, Serif;
  color: #fff;
  font-size: 24px;
  margin: 0 0 40px 0;
  position: relative;
}
.health-hglt-cont p{
  color: #fff;
  margin: 0 0 30px 0;
    font-size:16px;
}
.about-tab-wrap{
  background: #f4f4f4;
  padding: 90px 0 65px;
}
.about-tab-wrap .abt-tab-nav{
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
.about-tab-wrap .abt-tab-nav .abt-tab-row{
  margin-right: -9px;
  margin-left: -9px;
}
.about-tab-wrap .abt-tab-nav ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.about-tab-wrap .abt-tab-nav ul li{
  float: left;
  width: 33.333%;
  padding: 0 9px;
}
.about-tab-wrap .abt-tab-nav ul li a{
  font-size: 24px;
  line-height: 24px;
  display: block;
  color: #fff;
  padding: 38px 0 37px 150px;
  text-decoration: none;
}
.about-tab-wrap .abt-tab-nav ul li a.btn-vision{
  background: url(../images/nav-vision.png) 0 0 no-repeat;
  background-color: #2c3e50;
}
.about-tab-wrap .abt-tab-nav ul li a.btn-mission{
  background: url(../images/nav-mission.png) 0 0 no-repeat;
  background-color: #2c3e50;
}
.about-tab-wrap .abt-tab-nav ul li a.btn-quality{
  background: url(../images/nav-quality.png) 0 0 no-repeat;
  background-color: #2c3e50;
}
.about-tab-wrap .abt-tab-content{
  float: left;
  width: 100%;
  padding: 40px;
  background: #fff;
}
.abt-tab-content .abt-tab-txt{
  float: left;
  width: 100%;
  padding: 55px 40px 30px;
}
.abt-tab-content .abt-tab-txt h3{
  font-size: 30px;
  color: #212121;
  border-bottom: solid 1px #708395;
  padding: 0 0 30px 0;
  margin: 0 0 30px 0;
}
.abt-tab-content .abt-tab-txt h4{
  font-size: 18px;
  color: #212121;
  margin: 0 0 30px 0;
}
.abt-tab-content .abt-tab-txt p{
  color: #212121; 
    font-size:16px;
}
.group-inter {
    font-family: "Times New Roman", Georgia, Serif;
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    margin-bottom: 20px;
}
.group-inter-top{
	width:100%;
	background-color:#c3928e;
	padding:50px 21%;
}
.group-inter-top img{
	width:100%;
	height:auto;
	display:block;
	border:4px solid #FFF;
}
.group-inter h3{
  color: #fff;
  font-size: 20px;
  line-height:30px;
  text-align:justify;
  margin:0;
  padding:50px 12%;
}
.pad-btm{
	padding-bottom:15px !important;
}
.group-inter h4{
  color: #fff;
  font-size:14px;
  line-height:24px;
  font-family: 'SourceSansPro-Regular';
  text-align:justify;
  margin:0;
  padding:0 12% 50px 12%;
}
.group-subhed{
	width:97%;
	height:90px;
	font-family: "Times New Roman", Georgia, Serif;
	border-top:1px solid #d9d7d7;
	font-size:36px;
	position:relative;
	float:left;
	padding:15px 0 0 5%;
	margin:0 1.5% 60px 1.5%;
	text-transform:uppercase;
	color:#070707;
	border-bottom:1px solid #d9d7d7;
}
.group-subhed .downarrow{
	width:39px;
	top:15px;
	position:absolute;
	right:1.5%;
}
.overseas-imgbg{
	width:41.2%;
	height:381px;
	float:left;
	margin-left:15px;
	background:url(../images/overseasimg.jpg) no-repeat right;	
}
.overseas-contentbg{
	width:56.5%;
	height:381px;
	position:relative;
	padding:70px 8% 0 9.4%;
	float:left;
	background-color:#55260f;
}
.overseas-contentbg h1{
	width:100%;
	font-family: "Times New Roman", Georgia, Serif;
	font-size:24px;
	color:#df965a;
	margin:0;
	padding:0;
}
.overseas-contentbg h1 span{
	width:100%;
	font-family: "Times New Roman", Georgia, Serif;
	font-size:18px;
	color:#c9b47e;
}
.overseas-contentbg h2{
	width:100%;
	font-family: "Times New Roman";
	font-size:16px;
	margin-top:20px;
	line-height:30px;
	color:#FFF;
}
.shadow-text{
	width:auto;
	position:absolute;
	left:5%;
	
}
.box-more{
	width:140px;
	padding:10px;
	text-align:center;
	color:#cb996e;
	margin-top:35px;
	border:1px solid #a9723c;
}
.box-more:hover{
	background-color:#a9723c;
	color:#FFF;
}
.box2{
	width:45%;
	height:813px;
	float:left;
	padding:0;
	margin-top:99px;
	margin-left:15px;
	background:#55260f;
}
.box3{
	width:45%;
	height:813px;
	float:right;
	padding:0;
	margin-top:99px;
	margin-right:17px;
	background:#7b4125;
}
.box2 img, .box3 img{
	width:100%;
	height:auto;
	display:block;
}
.box-inner{
	width:100%;
	position:relative;
	padding:57px 10% 0 25%;
}
.box-inner h1{
	width:100%;
	margin:0;
	font-family: "Times New Roman";
	font-size:24px;
	color:#e0965a;
}
.box-inner h2{
	width:100%;
	margin:0;
	padding-top:25px;
	line-height:30px;
	font-family: "Times New Roman";
	font-size:18px;
	color:#FFF;
}
.bottombg{
	padding-bottom:140px;
	background:url(../images/btmbg.png) repeat-x bottom;
}
.upload-btn{
	width:auto;
	float:left;
	padding:20px 35px;
	color:#FFF;
	margin-right:5%;
	font-family: 'SourceSansPro-Bold';
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#53230b;
}
.upload-btn:hover{
	background-color:#9f8c5c;
}
.vacancy-btn{
	width:auto;
	float:left;
	padding:20px 35px;
	color:#FFF;
	font-family: 'SourceSansPro-Bold';
	font-size:18px;
	cursor:pointer;
	text-transform:uppercase;
	background-color:#9f8c5c;
}
.vacancy-btn:hover{
	background-color:#53230b;
}
.contact-bg{
	width:100%;
	padding-top:100px;
}
.contact-bg h1{
	width:100%;
	text-align:center;
  font-family: "Times New Roman", Georgia, Serif;
  font-size: 48px;
  color: #55260f;
  position: relative;
  margin: 0 0 100px 0;
}
.contact-bg h1:after{
  content: "";
  position: absolute;
  margin:0 auto;
  bottom: -30px;
  left:0; right:0;
  width: 60px;
  height: 3px;
  background: #55260f;
}
.contact-row{
	width:100%;
	position:relative;
}
.contact-imgbg{
	width:26.3%;
	float:left;
}
.contact-imgbg img{
	width:100%;
	height:auto;
	display:block;
}
.contact-detailbg{
	width:73.7%;
	height:203px;
	float:left;
	border-bottom:1px solid #9f8c5c;
	background:url(../images/addressbg.jpg) top no-repeat;
}
.contact-icon{
	width:68px;
	float:left;
	margin:40px 0 0 70px;
}
.mar-lt{
	margin-left:10px;
}
.contact-addressbox{
	width:auto;
	height:auto;
	float:left;
	margin:40px 0 0 30px;
	font-family: "Times New Roman", Georgia, Serif;
  font-size: 18px;
  color: #FFF;
}
.contact-addressbox span{
	color:#f7f6ba;
}
.bg{
	background:url(../images/addressbg.jpg) bottom no-repeat;
}
.bord-imgbox{
	width:100%;
}
.bord-imgbox img{
	width:100%;
	height:auto;
	display:block;
}
.bord-inner{
	width:100%;
	min-height:600px;
	padding:48px 20px 0 20px;
	background-color:#f2f2fa;
}
.bord-inner h1{
	width:100%;
	font-family: 'SourceSansPro-Bold';
	color:#55250d;
	padding-bottom:25px;
	margin:0;
	font-size:24px;
}

.bord-inner h1 span{
	width:100%;
	font-family: 'SourceSansPro-Bold';
	color:#55250d;
	padding-bottom:25px;
	margin:0;
	font-size:17px;
}

.bord-inner p{
	width:100%;
	font-size:18px;
	text-align:justify;
	color:#5e5858;	
	line-height:30px;
}
.pro-imgbg{
	width:25%;
	padding:0;
}
.pro-imgbg img{
	width:100%;
	height:auto;
	display:block;
}
.pro-detailsbg{
	width:100%;
	padding-top:50px;
	padding-bottom:50px;
}
.pro-mapbg{
	width:32%;
}
.pro-map-detailbg{
	width:63%;
	float:right;
}
.pro-map-detailbg h1{
	width:100%;	
	font-family: 'SourceSansPro-Bold';
	content:24px;
	color:#90765b;
	margin:0 0 30px 0;
	text-transform:uppercase;
}

.pro-map-detailbg #accordion .panel {
  border-radius: 0;
  border: 0;
  margin-top:0px;
}
.pro-map-detailbg #accordion a {
  display: block;
  padding: 10px 15px;
  font-size:24px;
  color:#866a30;
  font-family: 'SourceSansPro-Bold';
  border-top:1px solid #beb6b1;
  text-decoration: none;
}
.pro-map-detailbg #accordion .panel-heading a.collapsed:hover,
.pro-map-detailbg #accordion .panel-heading a.collapsed:focus {
  color:#866a30;
  transition: all 0.2s ease-in;
}
.pro-map-detailbg #accordion .panel-heading a.collapsed:hover::before,
.pro-map-detailbg #accordion .panel-heading a.collapsed:focus::before {
  color:#734d3a;
  float:right !important;
}
.pro-map-detailbg #accordion .panel-heading {
  padding: 0;
  border-radius: 0px;
  text-align:left;
}
.pro-map-detailbg #accordion .panel-heading a:not(.collapsed) {
  color:#734d3a;
  background:none;
  transition: all 0.2s ease-in;
}

/* Add Indicator fontawesome icon to the left */
.pro-map-detailbg #accordion .panel-heading .accordion-toggle::before {
  font-family: 'FontAwesome';
  content: '\f00d';
  float:right;
  color:#a37c60;
  font-size:20px;
  font-weight: lighter;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
}
.pro-map-detailbg #accordion .panel-heading .accordion-toggle.collapsed::before {
  color: #444;
  transform: rotate(-135deg);
  transition: all 0.2s ease-in;
}

.pro-map-detailbg .collapse.in{
	height:auto;
}
.pro-map-detailbg .collapse.in .panel-body ul{
	margin:0;
	padding:0;	
}
.pro-map-detailbg .collapse.in .panel-body ul li{
	width:100%;
	padding:8px 15px 8px 65px ;
	list-style:none;
	background:url(../images/bullet.png) no-repeat left top 2px;
}
/* Scroll Style Starting */

.scrollbar
{
	margin-left: 0;
	float: left;
	width:100%;
	max-height:450px;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow
{
	min-height:auto;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}


.appointment-sec{
	width:100%;
	padding:25px 0 67px 0;
	background:url(../images/appointmentbg.jpg) no-repeat center top;
}

.appointment-lt{
	width:60%;
	height:auto;
	float:left;
	padding-left:5%;
}
.appointment-lt h1{
	width:100%;
	font-size:40px;
	color:#00a650;
	text-align:left;
	text-transform:uppercase;
	margin:0;
	padding:0;
}
.appointment-lt h6{
	width:100%;
	font-size:20px;
	color:#000;
	text-align:left;
	text-transform:none;
	line-height:28px;
	font-weight:normal;
	margin:0 auto;
	padding:10px 0 45px 0;
}
.form-lt{
	width:49%;
	height:55px;
	background-color:#FFF;
	float:left;
	margin-bottom:10px;
	border-radius:0;
	font-family: 'Roboto-Light';
	font-size:16px;
	color:#6e6e6e;
	border:none;
}
.form-rt{
	width:49%;
	height:55px;
	background-color:#FFF;
	float:right;
	margin-bottom:10px;
	border-radius:0;
	font-family: 'Roboto-Light';
	font-size:16px;
	color:#6e6e6e;
	border:none;
}

.makebutton{
	width:49%;
	height:55px;
	background-color:#ed1b24;
	float:right;
	margin-bottom:10px;
	border-radius:0;
	font-family: 'Roboto-Light';
	font-size:16px;
	color:#FFF;
	border:none;
	text-transform:uppercase;
}
.appointment-rt{
	width:44.5%;
	position:absolute;
	right:0;
	top:-100px;
}

.appointment-rt img{
	width:100%;
	height:auto;
	display:block;
}
	
.wrapper{
	width:1200px;
	position:relative;
	padding:0;
	margin:0 auto;
}


/*
 *  STYLE 3
 */

#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #d6b196;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #552710;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #552710;
}


/* Scroll Style End */




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  .nav-wrapper .nav-top p {
    padding-left: 155px;
  }
  .nav-wrapper .navbar-default .navbar-nav > li{
    padding-top: 18px;
  }
  .nav-wrapper .navbar-default .navbar-right> li{
    padding-top: 0px;
  }
  .nav-wrapper .navbar-default .navbar-right> li a{
    padding: 5px 0 5px 0;
  }
  .banner-wrapper .banner-caption{
    width: 80%;
  }
}

@media (min-width: 992px) {
  .navbar-default .logo-wrap{
    width: 250px;
  }
  .navbar-default .logo-wrap .logo{
    top: -5px;
  }
  .banner-wrapper .banner-caption{
    width: 60%;
  }
  .banner-wrapper .banner-caption .banner-txt{
    padding: 20px 20px 20px 20px;
  }
  .banner-wrapper .banner-caption .txt-more{
    padding: 20px 20px 20px 20px;
  }
  .brief-wrapper{
    width: 40%
  }
  .abt-wel-wrapper{
    width: 60%;
  }
  .team-text-wrap,
  .health-sfty-wrap{
    width: 60%;
  }
  .team-img-wrap,
  .health-hglt-wrap{
    width: 40%
  }
}

@media (min-width: 1200px) {
  .navbar-default .logo-wrap{
    width: 275px;
  }
  .navbar-default .logo-wrap .logo{
    top: -15px;
  }
  .main-tag-cover h1{
    padding: 0 100px;
  }
  
}

@media (min-width: 1366px) {
  .navbar-default .logo-wrap{
    width: 350px;
  }
  .navbar-default .logo-wrap .logo{
    top: -30px;
  }
  .banner-wrapper .banner-caption{
    width: 50%;
  }
  .banner-wrapper .banner-caption .banner-txt{
    padding: 20px 20px 20px 17%;
  }
  .banner-wrapper .banner-caption .txt-more{
    padding: 20px 20px 20px 17%;
  }
  .banner-wrapper .carousel-indicators {
    bottom: 25%;
  }
  .serve-oman-cover{
    top: 45%;
  }
}

@media (min-width: 1440px) {
  .banner-wrapper .banner-caption .banner-txt{
    padding: 20px 20px 20px 20%;
  }
  .banner-wrapper .banner-caption .txt-more{
    padding: 20px 20px 20px 20%;
  }
}

@media (min-width: 1600px) {
  .banner-wrapper .banner-caption .banner-txt{
    padding: 20px 20px 20px 30%;
  }
  .banner-wrapper .banner-caption .txt-more{
    padding: 20px 20px 20px 30%;
  }
}

@media (min-width: 1920px) {
  .banner-wrapper .banner-caption .banner-txt{
    padding: 20px 20px 20px 40%;
  }
  .banner-wrapper .banner-caption .txt-more{
    padding: 20px 20px 20px 40%;
  }
  .serve-oman-cover.inner-serve {
    top: 15%;
  }
}

@media (max-width: 1919px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1365px) {
  .banner-wrapper .carousel-indicators {
    display: none;
  }
  .serve-oman-cover.inner-serve .serve-oman {
    float: right;
    width: 100px;
  }
}

@media (max-width: 1199px) {
  .navbar-default .logo-wrap{
      width: 230px;
  }
  .navbar-default .logo-wrap .logo{
    top: -5px;
  }
  .nav-wrapper .navbar-default .navbar-nav > li > a {
    padding-left: 12px;
    padding-top: 12px;
  }
  .nav-wrapper .navbar-default .navbar-right > li > a img{
    width: 60px;
  }
  .about-tab-wrap .abt-tab-nav ul li a {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-txt.inner-txt h1 {
    font-size: 30px;
  }
  .contact-icon{
	  margin: 40px 0 0 20px;
  }
}
@media (max-width: 991px) {
  .navbar-default .logo-wrap {
    width: 200px;
  }
  .pro-mapbg, .pro-map-detailbg{
	  width:100%;
	  margin-top:25px;
  }
  .nav-wrapper .navbar-default .navbar-nav > li > a {
    font-size: 12px;
    padding-left: 4px;
    padding-top: 4px;
  }
  .nav-wrapper .navbar-default .navbar-right > li > a img {
    width: 40px;
  }
  .banner-wrapper .banner-caption{
    top: 15%;
  }
  .footer-wrapper .footer-link{
    text-align: center;
  }
  .footer-wrapper .footer-social {
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-wrapper p.copy{
    text-align: center;
  }
  .footer-wrapper .footer-link ul li {
    width: 100%;
  }
  .serve-oman-cover .serve-oman {
    width: 100px;
  }
  .about-tab-wrap .abt-tab-nav ul li{
    width: 100%;
    margin-bottom: 10px;
  }
  .serve-oman-cover.inner-serve .serve-oman {
    float: right;
    width: 70px;
  }
  .overseas-imgbg{
	  width:100%;
	  height:300px;
	  margin:0;
	  background:url(../images/overseasimg.jpg) center;
	  background-size:cover;
  }
  .overseas-contentbg{
	  width:100%;
	  height:auto;
	  padding:40px 8% 40px 15%;
  }
  .shadow-text{
	  width:50px;
  }
  .shadow-text img{
	  width:100%;
	  height:auto;
	  display:block;
  }
  .box2, .box3{
	  margin:55px 0 0 0;
  }
  .contact-detailbg{
	  height:auto;
  }
  .contact-addressbox{
	  margin:20px 0;
	  width:100%;
  }
}
@media (max-width: 767px) {
  .nav-wrapper .navbar-default{
    min-height: 90px;
  }
  .navbar-default .logo-wrap .logo {
    top: 5px;
  }
  .nav-wrapper .navbar-default .navbar-nav > li > a {
    font-size: 14px;
    padding-left: 15px;
    padding-top: 15px;
  }
  .banner-caption{
    display: none;
  }
  .banner-wrapper .banner-social{
    position: relative;
  }
  .banner-wrapper .banner-social{
    background: #fff;
  }
  .banner-search {
    padding: 5px 0;
    float: right;
    width: 100%;
  }
  .excellence-tab ul li a span img {
    padding: 5px 5px;
    margin-right: 15px;
  }
  .excellence-tab ul li a{
    font-size: 20px;
  }
  .brief-cover {
    padding: 40px 20px 0;
    margin-bottom: 20px;
  }
  .brief-cover h2 {
    font-size: 40px;
    margin: 0px 0 -21px 0;
  }
  .brief-cover h2 span {
    font-size: 100px;
  }
  .abt-welcome-cover {
    padding: 30px 20px 20px 20px;
  }
  .abt-welcome-cover h1 {
    font-size: 32px;
  }
  .team-cont {
    float: left;
    width: 100%;
    padding: 20px 20px 0 20px;
  }
  .health-sfty-cont {
    padding: 30px 20px 30px 20px;
  }
  .health-hglt-cont {
    padding: 30px 20px 20px;
    min-height: auto;
  }
  .about-tab-wrap {
    padding: 30px 0 30px;
  }
  .abt-tab-content .abt-tab-txt {
    float: left;
    width: 100%;
    padding: 20px 0px 30px;
  }
  .serve-oman-cover.inner-serve{
    display: none;
  }
  .box2, .box3{
	  width:100%;
	  height:auto;
	  padding-bottom:0px;
  }
  .box-inner{
	  padding: 57px 10% 0 120px;
  }
  .bottombg{
	  padding-bottom:50px;
  }
}
@media (max-width: 650px) {
.contact-detailbg{
	width:100%;
}
.contact-imgbg{
	width:50%;
	float:none;
	margin:0 auto;
}
}
@media (max-width: 550px) {
  .nav-top p{
    font-size: 13px;
  }
  .nav-wrapper .nav-top ul li a {
    font-size: 13px;
    padding: 0 5px;
  }
  .nav-wrapper .nav-top ul li a img{
    width: 18px;
  }
  .serve-oman-cover{
    top: 15%;
  }
  .excellence-tab ul li a span img {
    padding: 5px 5px;
    margin-right: 10px;
  }
  .excellence-tab ul li a{
    font-size: 16px;
  }
  .vacancy-btn, .upload-btn{
		width:100%;
		margin-bottom:20px;
		text-align:center;
	}
}
@media (max-width: 500px) {
	.shadow-text{
		display:none;
	}
	.overseas-contentbg, .box-inner{
		padding:40px 8%;
	}
	
}
@media (max-width: 480px) {
.contact-detailbg{
	width:100%;
	background:url(../images/addressbg.jpg) repeat;
}
.contact-imgbg{
	width:100%;
	float:none;
	margin:0 auto;
}
.contact-detailbg .col-xs-6{
	width:100%;
	text-align:center;
}
.contact-icon{
	margin:20px auto;
	float:none;
}
}
@media (max-width: 450px) {
  .nav-top p{
    font-size: 11px;
  }
  .pro-map-detailbg .collapse.in li{
	  padding: 8px 15px 8px 40px;
  }
  .nav-wrapper .nav-top ul li a {
    font-size: 11px;
    padding: 0 5px;
  }
  .serve-oman-cover{
    top: 10%;
  }
  .serve-oman-cover .serve-oman {
    width: 70px;
  }
  
}
@media (max-width: 350px) {

}