@charset "UTF-8";
/* Oragne #f67734,Gray #919191,Gray #7e7e7e, Green1 #8da627, Green2 #457926*/
body {
	font-family: 'Roboto', sans-serif;
}
footer{
	margin:0px;
	padding:0px;
}
.error{
	color: red;
}
.navbar li a, .navbar .navbar-brand {
      color: #fff ;
      font-size: 18px;
      /*font-weight: bold;*/
}

.text-color-orange{
	color: #f67734;
}
.text-color-black{
	color: #000;
}
.text-color-grayone{
	color:  #cccccc;
}
.text-color-white2{
	color:#fff !important;
}
.text-color-white{
	color:#fff !important;
}
.text-color-graytwo{
	
}

.text-color-white:hover{
	color: #f67734 !important;
}
.bg-color-black{
	background-color:#000;
}
.bg-color-orange{
	background:#f67734;
}
.contentall{
	position:relative;
	min-height:500px;
	
	
}
#about{
	font-family: 'Athiti', sans-serif;
	font-size: 1.3em;
	text-indent: 2.0em;
	background: #356914 url('../../public/images/bgabout1.png'); 
	background-repeat:repeat-x;
	color: #fff;	
	min-height:550px;
	padding-bottom:15px;
}
.headlineRoboto{
	font-family: 'Roboto', sans-serif;
}
.headlineAthiti{
	font-family: 'Athiti', sans-serif;
}
.about-bg{
	background:url('../../public/images/bgabout.png')no-repeat; 
	background-position:center bottom ;
	min-height:550px;
	position: relative;
	top: 20px;
	border:0px solid red;
	min-height:550px;
}
#ourstrength{
	position:relative;
	position-actted:;
	background-image:url('../../public/images/BG-OurStrength.jpg');
	background-attachment: fixed; 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
	min-height:600px;
	color:#fff;
	padding-top:25px;
	-webkit-font-smoothing: antialiased;
	
}
.listourstrength,.listourstrength:focus{
	color:#fff;
	text-decoration:none;
}
.listourstrength:hover{
	color: #f67734 !important;
	
}

.list-icon{
	position:relative;
	width:250px;
	height:200px;
	margin:auto;
	margin-bottom:20px;
	
}
.modal-box{
	background: #fff;
	margin-left:5px;
	margin-right:5px;
	margin-top:8px;
	margin-bottom:20px;
	border-radius: 5px;
}
.head-list{
	background: #f67734;
	margin: 0px;
	padding: 8px;
	height:55px;
	text-indent: 3px;
	font-size: 20px;
	font-weight: bold;
	
}
.group-list{
	position: relative;
	height:228px;
	border: 0px solid red; 
	overflow: hidden;
}

ul.list-course-training {
	margin: 5px;
	padding: 0px;
	list-style: none;
	text-indent: 5px;
}
ul.list-course-training  li{
	color: #000;
	font-size: 16px;
	
}
.ul.list-course-training  li a:hover{
	color:orange;
}
.moreinfo{
	text-align: right;
	padding: 8px;
	position: relative;

	text-indent: 0px;
	font-weight: bold;
}
.moreinfo:hover{
	color: #f67734;
}
.list-group-item{
	font-family: 'Maitree';
	font-size: 16px;
}
.list-icon-img-datawarehousing{
	background-image:url('../../public/images/OS-icon1.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}
.list-icon-img-datawarehousing:hover{
	background-image:url('../../public/images/OS-icon1B.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}
.list-icon-img-sapsecurities{
	background-image:url('../../public/images/OS-icon2.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}
.list-icon-img-sapsecurities:hover{
	background-image:url('../../public/images/OS-icon2B.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}
.list-icon-img-olapimplement{
	background-image:url('../../public/images/OS-icon3.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}
.list-icon-img-olapimplement:hover{
	background-image:url('../../public/images/OS-icon3B.png'); 
	background-repeat:no-repeat;
	background-position:center 80px ;
}

.list-icon-bottom{
	position:relative;
	width:250px;
	padding-top:110px;
	height:200px;
	margin:auto;
	margin-bottom:20px;
	
}
.list-icon-img-relationaldatabasedesign{
	background-image:url('../../public/images/OS-icon4.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.list-icon-img-relationaldatabasedesign:hover{
	background-image:url('../../public/images/OS-icon4B.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.list-icon-img-webbased{
	background-image:url('../../public/images/OS-icon5.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.list-icon-img-webbased:hover{
	background-image:url('../../public/images/OS-icon5B.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.list-icon-img-windowsunix{
	background-image:url('../../public/images/OS-icon6.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.list-icon-img-windowsunix:hover{
	background-image:url('../../public/images/OS-icon6B.png'); 
	background-repeat:no-repeat;
	background-position:center 0px ;
}
.lineborder{
	margin-top:32px;
	border-top:1px solid #f67734;
}
#missionvision{
	font-family: 'Athiti', sans-serif;
	font-size: 1.5em;
	text-indent: 2.0em;
	background: #356914 url('../../public/images/BG-Mission.jpg'); 
	background-size:cover;
	color: #fff;	
	min-height:550px;
	
}
.content-missionvission{
	text-indent: 2.0em;
	
}
#capabilities{
	background:#000;
	position:relative;
	min-height:590px;	
	background-attachment: fixed;
}
.headlinecapability{
	margin:0px;
	padding:5px;
}
.box-items{
	border:0px solid red;
	position:relative;
	height:264px;
}
.box-item-tranning{
	position:relative;
	background-image:url('../../public/images/capability-tranning.jpg'); 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
}
.box-item-datawarehousing{
	position:relative;
	background-image:url('../../public/images/capability-dataware.jpg'); 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
}
.box-item-appsoftwaredel{
	position:relative;
	background-image:url('../../public/images/capability-appsoftware.jpg'); 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
}
.box-item-consult{
	position:relative;
	background-image:url('../../public/images/capability-consult.jpg'); 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
}
#portfoliocontent{
	position:relative;
	min-height:500px;
	background:#f67734;
	color:#fff;
}

#clientscontent{
	position:relative;
	min-height:250px;
	border: 1px solid #d7d7d7;
	
}
#contactuscontent{
	position:relative;
	min-height:500px;
	
}
.contentfooter{
	position:relative;
	min-height:319px;
	background-image:url('../../public/images/bgfooter.png'); 
	background-repeat:no-repeat;
    background-size:cover;
	background-position:center;
	margin:0px;
	padding:0px;
	color: #fff;
}
.contentfooterbg{
	background-image:url('../../public/images/bgabout.png'); 
	background-repeat:no-repeat;
	background-position:-90px 0px;
	min-height:319px;
	padding-top:25px;
	position:relative;
	height: 100%;
	
}
.banner-box-picture{
	top:80px !important;
	border: 0px solid green;
	position: relative;
	clear: both;
	min-height:250px;
	background-image: url("../../public/images/list-box-picuter.jpg");
	background-attachment: fixed;
}
.banner-box-course{
	top:80px !important;
	border: 0px solid green;
	position: relative;
	clear: both;
	min-height:250px;
	background-image: url("../../public/images/bg-slide-3.jpg");
	background-attachment: fixed;
	background-size:cover;
	background-repeat: no-repeat;
	
}
.textbannerpicture{
	color: #000;
	margin: 0px;
	padding: 0px;
	font-family: 'Athiti', sans-serif;
	font-weight: bold;
	padding-top: 100px;
}
#portfolioall{
	position: relative;	
	min-height: 600px;
	top:80px !important;
	clear: both;
	padding-top: 25px;
	background: #f67734;
	padding-bottom: 25px;
	background-attachment: fixed;
	
}
.list-box-course{
	margin: 10px;
	border: 1px solid red;
}
.list-text{
	background: #fff;
	position: relative;
	height: 80px;
	position: relative;
	font-family: 'Athiti', sans-serif;
	padding: 8px;
	overflow: hidden;
	color: #4e4e4e;
	margin-bottom: 10px;
	font-size: 16px;
}
.list-text:hover{
	color: #f67734;
	padding-left: 15px;
	transition:all 0.5s ease;
}
.list-text-course{
	background: #fff;
	padding: 10px;
	font-size: 1.5em;
	font-family: 'Athiti', sans-serif;
	color: #000;
	font-weight: bold;
	min-height: 100px;
	position: relative;
	margin-bottom: 15px;	
}
.navbar2{
	background: #fff !important;
	padding-bottom: 8px !important;
	transition:all 2s ease;
}
.navbar-nav2 li a{
	color: #000 !important;
	
} 
.navbar-nav2 li a:hover{
	color: #f67734 !important;
	transition:all 0.5s ease;
}
.inputmessage{
	padding: 8px;
	background: none;
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: 1px solid #ffffff;
	color: #fff;
}
.headlineport{
	color: #fff;
	font-family: 'Athiti', sans-serif;
}
textarea.commentmessage{
	background: none;
	border: 1px solid #ffffff;
	color: #fff;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
   color: #fff !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #fff !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff !important;
}
textarea:-webkit-input-placeholder{
	color: #fff !important;
}
.slideanim {
	visibility:hidden;
}
.slide {
      animation-name: slide;
      -webkit-animation-name: slide;
      animation-duration: 1s;
      -webkit-animation-duration: 1s;
      visibility: visible;
}
@keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
}
@-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
}

