/*
Theme Name: Gradeone
Theme URI: http://magnetoitsolutions.com/
Author: the Magneto team
Author URI: http://magnetoitsolutions.com/
Description: Our 2015 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0.title-company h2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, pink, purple, white, yellow, dark, light, two-columns, left-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: twentyfifteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/


/**
 * Alignments
 */

.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 0em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 1.8em;
	margin-bottom: 1.4em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

 /*CSS RESET*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on March 2, 2015 */



@font-face {
    font-family:'source_sans_proregular';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/SourceSansPro-Regular.woff2') format('woff2'),
         url('fonts/SourceSansPro-Regular.woff') format('woff'),
         url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
         url('fonts/SourceSansPro-Regular.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

} 

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,details,figcaption,figure,footer,header,hgroup,mark,menu,meter,nav,output,progress,section,summary,time{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align: baseline;background:transparent;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, output, section, summary{display:block;}meter,progress,mark, time{display:inline;}ol, ul {list-style: none;}blockquote,q{quotes: none;}html,body{height:100%;}img {border:0;vertical-align:top;text-align:left;}object{vertical-align:top;outline:none;}ul,ol{list-style:none;}table,table td{padding:0;border:none;border-collapse:collapse;}input,select,textarea{font-family:Arial, Helvetica, sans-serif;vertical-align:middle;font-weight:normal;margin:0;padding:0;}textarea{overflow:auto;}

/*GLOBAL*/

body{background:#000 url(../images/body-bg.png); font-family:'source_sans_proregular';font-size:100%;line-height:1em;color:#000;}


ul.vid_list li{
	display:block;
	clear:both;
	height:80px;
}



#glob{
	width:100%;
	height:100%;
/*	min-height:665px;*/
/*	min-width:940px;*/
	position:absolute;
	/*z-index:1;*/
	left:0;
	top:0;
	color:#e8e8e8;
	font:13px/18px 'source_sans_proregular'; 
    /*overflow:hidden;*/
}

#main{
	width:100%;
	height:100%;
	margin:0 auto;
	position:relative;
	/*z-index:1;*/
	/*overflow:hidden;*/
}

.bg-spinner{
	position:absolute;
	bottom:84px;
	left:38px;
	width:43px;
	height:11px;
	background:url(../images/ajax-loader.gif);
	z-index:999;
}

#gspinner{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:999;
	background:url(../images/ajax-loader-2.gif) center center no-repeat #353635;
}

/*ELEMENTS*/
a {color:#fff;outline:none; text-decoration:none}
a:hover{text-decoration:none;}


p,.blo{
	line-height:15px;
	margin-bottom:14px;
}

.p2{
	margin-bottom:32px;
}


/*header*/
h1 a{
	/*position:absolute;*/
	z-index:1;
	left:0;
	top:0;
}

nav{
	width:221px;
	background:url(../images/nav-bg.png);
	/*position:absolute;
	top:162px;
	left:0;
	z-index:999;*/
	position:relative;
	z-index:999;
}

nav>ul{
	padding-top:20px;
	padding-bottom:20px;
}

nav>ul>li{
	position:relative;
}

nav>ul>li a{
	font:16px/30px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	padding-left:56px;
	display:block;
	color:#fff!important;
	position:relative;
	z-index:1;
}
nav>ul>li a:hover{background-color:#fe7e1b!important;}
nav>ul>li a>span{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	
	z-index:-1;
	display:none;
}

nav>ul>li>ul{
	width:138px;
	position:absolute;
	left:221px;
	top:0;
	font-size:18px!important;
	display:none;
	border-left:1px solid #484848;
}

nav>ul>li>ul a{
	background:#000;
	padding-left:12px;
	margin-bottom:1px;
	position:relative;
	z-index:99;

}

nav>ul>li>ul a:hover{
	color:#73C8F0;
	background-color:#f7941d;
}
nav>ul>li:hover>ul{ display:block;}
/*.aside-bg{
	background:url(../images/aside-bg.png);
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	z-index:-1;


}*/

.banner{
	position:absolute;
	left:0;
	top:402px;
	z-index:1;
}

.bg-pags{
	position:absolute;
	bottom:103px;
	left:0;
	z-index:111;
	padding-right:36px;
}

.bg-pags li{
	float:left;
	margin-right:2px;
}

.bg-pags li a{
	width:29px;
	height:29px;
	display:block;
	background: url(../images/bg-pags.png) 100% 0 no-repeat;
}

.bg-pags>a{
	position:absolute;
	right:0;
	top:4px;
	color:#bebdbd;
	text-decoration:none;
}

.bg-pags>a:hover{
	color:#88d5ee;
}

.bg-pags>a.paused .stop{
	display:none;
}

.bg-pags>a.paused .play{
	display:block;
}

.bg-pags>a.playing .stop{
	display:block;
}

.bg-pags>a.playing .play{
	display:none;
}

.bg-pags li a:hover,.bg-pags li.active a{
	background-position:0 0;
}

/*#content*/

#content{
	width:auto;
	padding:0 18px;
	height:100%;
	background:url(images/content-bg.png);
float:none;
margin-left:304px;
margin-right:18px;
position:relative;
z-index:5;

}



#content>ul{
	width:100%;
	height:674px;	
	margin-top:50px;
}

h2{
	font:30px/1.2em 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:6px;
}

h3{
	color:#c5c3c3;
	font:21px/1.2em 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	margin-bottom:12px;
	text-transform:uppercase;
}

.imgs{
	overflow:hidden;
}

.imgs li{
	width:190px;
	float:left;
	margin-right:15px;
	color:#cbcbcb;
}

.imgs li img{
	margin-bottom:8px;
}

.imgs li.lst{
	margin-right:0;
}

#services .tabs li{
	float:left;
	margin-right:4px;
}

#services .tabs li a{
	font:bold 13px/41px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 28px;
	background:#000;
	display:block;
}

#services .tabs{
	overflow:hidden;
}

#services .tabs-items{
	background:#026b9d;
	display:block;
}

#services .tabs-items>ul>li{
	padding:22px 30px;
}

#services .img-box-set dt{
	margin-right:20px;
}

#services .img-box-set dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #686868 solid;
}

#services .img-box-set dl.lst{
	margin-bottom:0;
	padding-bottom:0;
	border:none;




}

.pags li{
	float:left;
	margin-right:10px;
	position:relative;
}

.pags li.prev{
	margin-right:30px;
}

.pags li.next{
	margin-left:20px;
}

.pags li.active a{
	top:-3px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}

.pags li a{
	color:#88d5ee;
}

.pags li.prev a{
	background:url(../images/prev.png) left 7px no-repeat;
	padding-left:14px;
}

.pags li.next a{
	background:url(../images/next.png) right 7px no-repeat;
	padding-right:14px;
}

#services .logos li{
	float:left;
	margin:0 15px 15px 0;
}

#services .logos li.lst{
	margin-right:0;
}

#portfolio .imgs li{
	width:198px;
	margin-right:2px;
	margin-bottom:20px;
}

#portfolio .imgs a{
	text-decoration:none;
	display:block;
	padding:4px;
}

#portfolio .imgs a .light-gray{
	color:#e9e9e9;
}

#portfolio .imgs a .u{
	text-decoration:underline;
}

#portfolio .imgs a:hover{
	background:#363636;
}


/*footer*/

footer{
	width:100%;
	height:55px;
	position:absolute;
	left:0;
	background: url(images/footer-bg.png);
	bottom:0px;
	z-index:99;
}

/*forms css*/

#form1 input,#form1 textarea{
	background:#353535;
	border:none;
	width:230px;
	color:#fff;
	padding:5px;
}

#form1 label{
	margin-bottom:20px;
	display:block;
}

#form1 textarea{
	height:176px;
}

#form1 .btns{
	float:right;
}

#form1 .btns a{
	float:left;
	margin-left:20px;
}

footer .in{
    height: 100%;
    margin: 0 auto;
    position: relative;
    width:99%;
    z-index: 1;
}

footer .signin{
	float:left;
	margin-top:10px;
	margin-left:1%;
}

footer .signin a{
	color:#575656;
	font:14px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	margin-right:4px;
	text-decoration:none;
	padding:0 4px;
}


footer .privacy{
	color:#fff;
	font:14px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	/*position:absolute;
	right:93px;
	top:20px;*/
clear:both;
	text-align:right;
	padding-right:18px;
}

footer .info{
	font:13px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	color:#fff;
/*	position:absolute;
	right:86px;
	top:40px;*/
clear:both;
	text-align:right;
}

footer .soc-ico{
	/*position:absolute;
	right:-111px;
	top:22px;*/
	float:left;
}

footer .soc-ico li{
	float:left;
	margin-left:3px;
}

/*js css*/

.popups{
	display:none;
}



/*additional classes*/
.light-gray{
	color:#949393;
}

.orange{
	color:#88d5ee;
}

.f15{
	font-size:15px;
}

.fleft,.fl{float:left;}
.fright,.fr{float:right;}
.fnone,.fn{float:none;}
.col-1,.col-2,.col-3{float:left;}
.alignleft,.all{text-align:left;}
.alignright,.alr{text-align:right;}
.aligncenter,.alc{text-align:center;}
.wrapper{width:100%;overflow:hidden;}
a.und,.und a{text-decoration:none;}
a.und:hover,.und a:hover{text-decoration:underline;}
.nocolor, .nocolor a{color:inherit;}
.upc{text-transform:uppercase;}
.extra-wrap{overflow:hidden;}
.nopad{padding:0;}
.nomar{margin:0;}
.clear{clear:both;line-height:0;}
.bold{font-weight:bold;}

/*custom boxes*/

.btn,.more{
	font:14px/27px Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	background:#88d5ee;
	padding:0 6px;
	display:inline-block;
}

.list a{
	font:14px/30px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	display:block;
	background: url(../images/marker1.png) left center no-repeat;
	padding-left:29px;
	color:#73C8F0;
}

dl.address dd{text-align:right;clear:both; width:170px;}
dl.address dd span{float:left;}

dl.img-box,.img-box-set dl,dl.img-box dd,.img-box-set dl dd{overflow:hidden;}
dl.img-box dt,.img-box-set dl dt{float:left; margin-right:26px;}

/*LIGHTBOX*/

#readmore,#contactusPOP,#contactusPOP2{
	width:620px;
	background:url(../images/content-bg3.png);
	padding:20px;
	color:#e8e8e8;
	font:13px/18px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
}


#davidh_profiles, #guys_profiles, #johnw_profiles, #janed_profiles, #joanw_profiles, #hollym_profiles,#clarel_profiles{
	width:620px;
	min-height:300px;
	background:url(../images/content-bg3.png) repeat;
	padding:20px;
	color:#e8e8e8;
	font:13px/18px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
}

#riskman,#internalaudit,#internalauditman,#internalauditman2,#internalaudit011211
,#internalauditmanASIA,#internalaudit021211,#senioraudit021211{
	width:620px;
	background:url(../images/content-bg3.png);
	padding:20px;
	color:#e8e8e8;
	font:13px/18px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	}

.profile_add{
	width:360px;
	float:right;
	padding:5px; padding-top:0px;}
	



#team .tabs li{
	float:left;
	margin-right:4px;
}

#team .tabs li a{
	font:bold 13px/41px 'source_sans_proregular' , Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 28px;
	background:#000;
	display:block;
}

#team .tabs{
	overflow:hidden;
}

#team .tabs-items{
	background:#363636;
	display:block;
}

#team .tabs-items>ul>li{
	padding:22px 30px;
}

#services .img-box-set dt{
	margin-right:20px;
}

#team .img-box-set dl{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px #686868 solid;
}

#team .img-box-set dl.lst{
	margin-bottom:0;
	padding-bottom:0;
	border:none;
}

#ConUploadForm,.uf{
	width:100%;
	background:#292929;
	border:0; color:#CCC;
}
.ConUploadForminput{
	width:100%;
	height:30px;
	margin:10px; margin-left:0;
	border:0; background:#353535; color:#CCCCCC;
	}	
.ConUploadFormtextarea{
	width:100%;
	margin:10px; margin-left:0;
	border:0; background:#353535; color:#CCCCCC;
}
.CU_upload{
 width:200px; border:0; opacity:0;	cursor: pointer;}
.CU_submit{
	width:100%;
	height:35px;background:#333333;border:1px solid #666;
	color:#CCCCCC;cursor: pointer;}
	
.CU_submit2{display:block; width:240px;
	height:35px;background:#333333;border:1px solid #666;
	color:#CCCCCC;cursor: pointer; text-align:center; line-height:35px;}

.another_image{
width: 65%;
float: left;
}
.title-company{padding-top:25px;border-bottom:solid 2px #fff;padding-bottom:15px;}
.title-company span{color:#fff;}
.title-company h2{width:auto;max-width:420px; font-size:32px;color:#fcb415;border-bottom:solid 2px #fcb415;margin-bottom:-17px;padding-bottom:15px;}
.title-wel{color:#fff;font-size:18px;margin-top:12px;width:100%;float:left;}
.testimonial-title{color:#fcb415;}
p.pera{font-size:15px;line-height:22px;margin-top:0px;color:#fff; text-align:justify;}
.img-team{width:150px;height:150px;float:left;}
  .img-team img{width:150px;height:150px; }
  .left-team{padding:10px;float:left;margin-top:8px;background: rgba(0, 0, 0, 0.2);margin-right:8px;width:47%;}
  .detail-team{background-color: #000;float: left;font-size: 20px;margin-top: -51px;padding-bottom:7px;padding-left: 10px;padding-top: 0;
    position: relative;width: 96%;}
  .detail-team a{color:#fff;text-decoration:none;}
  .postion{ clear: both;
    color: #fcb415;
    float: left;
    padding-top: 3px;}
  .right-detail{float:left;padding-left:14px;padding-top:0px;}
  div.cont {position:relative;
    height:470px; /* width accommodates scrollbar on right */
    overflow:auto; /* for non-javascript */
	margin-top:25px;}
    .short{margin-top:22px;}
	.short a{max-width:230px;background-color:#fcb415;text-align:center;margin:8px auto 0px auto;display:block;padding:16px 15px;text-decoration:none;color:#000;}
	.left-address{width:253px;float:left;}
	.addressbar {font-size:15px;line-height:22px;}
	.addressbar span{font-size:22px;}
	.map{width:63%;float:left;margin-right:25px;}
	.soc-ico1 li{float:left;margin-left:3px;margin-top:10px;}
  .soc-ico1 li img{filter: gray; /* IE6-9 */filter: grayscale(0); /* Firefox 35+ */-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  }
  .list-policy ul{margin:0px;padding:0px;list-style-type:none!important;}
  .list-policy li p{color:#fff;font-size:14px;line-height:22px;width:65%;float:left;}
  .list-policy li{border-bottom:dashed 1px #515151;margin-bottom:18px;width:98%;overflow:hidden;padding-bottom:32px;}
  .list-policy li h2{font-size:22px;}
  .left-team-services{padding:10px;float:left;margin-top:8px;background: rgba(0, 0, 0, 0.2);margin-right:8px;width:215px;}
  .left-team-services .img-team{width:215px;height:130px;overflow:hidden;}
  .left-team-services .img-team img{width:275px;height:117px;}
  .left-team-services .right-detail{padding-left:0px;padding-top:10px;width:auto;clear:both;}
  .left-team-services .right-detail p{position:relative;margin-top:-20px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: pre;
    width: 215px;margin-bottom:0px;}
  .left-team-services .detail-team a{color:#fcb415!important;font-size:16px;padding-bottom:0px;padding-top:3px;display:block;}
  #myModal3 .rev-cont1{width:100%;margin-left:0px;}
  .policy{background:url(../images/bg4.jpg) no-repeat 75% 25%;background-attachment:fixed;background-size:100%}
  .home{background:url(../images/bg1.jpg) no-repeat 75% 25%;background-attachment:fixed;background-size:100%}
  .about{background:url(../images/bg3.jpg) no-repeat 75% 25%;background-attachment:fixed;background-size:100%}
  .addressbar a{color:#fff;text-decoration:none;}
  .left-blog{width:65%;float:left;}
  .blog-img{overflow:hidden;max-height:220px;float:left;margin-bottom:18px;}
  .blog-img img{width:100%;}
  .postinfo {font-size:13px;margin-top:18px;float:left;margin:1px 0px;}
  .postinfo a {color: #95a5a6;}
  .postinfo ul{margin:0px;padding:0px;list-style-type:none;}
  .postinfo li{float:left;}
  .postinfo li.service{background:url(images/serivce.png) no-repeat 0px 0px;font-size:14px;color:#fff;float:left;padding-left:22px;border-right:solid 1px #fff;padding-right:12px;margin-right:12px;}
  .postinfo li.time{background:url(images/date.png) no-repeat 0px 0px;font-size:14px;color:#fff;float:left;padding-left:22px;border-right:solid 1px #fff;padding-right:12px;margin-right:12px;}
    .postinfo li.home{background:url(images/comercial.png) no-repeat 0px 0px;font-size:14px;color:#fff;float:left;padding-left:22px;padding-right:12px;margin-right:12px;}
	.left-blog p.pera{clear:both;margin-top:10px;float:left;text-align:justify;}
	.left-blog h3{clear:both;margin-top:13px;line-height:29px;font-size:18px;color:#fff;}
	.post-more {
    border: 2px solid #eee;
    border-radius: 12px;
    clear: both;
    color: #777;
    display: inline-block;
    font-family: "source_sans_proregular";
    font-size: 11px;
    line-height: normal;
    margin-bottom: 25px;
    padding:7px 13px;
    text-decoration: none;
    text-transform: uppercase;
	background-color:transparent;
	float:left;
}
.post-more:hover {
    background-color: #fe7e1b;
    border-color: #f67f00;
    color: #fff;
}
.post-more a{text-decoration:none;color:#fff;}
.post-header {
    border-top: 1px dashed #414141;
    color: #6d7683;
    margin:0px 0 10px;
    border-bottom: 1px dashed #414141;
	clear:both;
}
.post-header > div > span {
   display: inline-block;
   font-size: 13px;
   font-weight: 300;
   margin: 0 5px;
   padding:5px 12px;
   line-height:37px;
   color:#fff; 
}

.post-author .soc-ico1 li{margin-top:0px;}
.blog-row{overflow:hidden;}
.recent-post .left-team-services{width:48%;padding:0px;margin-right:21px;background-color:transparent;}
.blog-post .title-company{padding-top:9px;}
.recent-post{width:100%;margin-top:22px;}
.left-team-services:last-child{margin-right:0px;}
.blog-post{width:100%;float:left;overflow:hidden;}
.comment-form .comment-notes, .comment-body .comment-awaiting-moderation {
    background: none repeat scroll 0 0 #fcf8e3;
    border-radius: 3px;
    color: #8a6d3b;
    font-style: italic;
    padding: 10px;
}
.name{ border: 2px solid #000;
    border-radius: 3px;
    color: #000!important;
    float: left;
	font-weight:bold;
    overflow: hidden;
    padding: 10px;
    width: 95%;  background: rgba(255,255, 255, 0.6);}
	

.name1{ border: 2px solid #000;
    border-radius: 3px;
    color: #000!important;
    float: left;
		font-weight:bold;

    overflow: hidden;
    padding: 10px;
    width:100%;  background: rgba(255,255, 255, 0.6);}
	.name1:focus{background: rgba(255,255, 255, 0.6); }

	.labels{clear:both;margin-bottom:10px;width:98%;float:left;margin-top:11px;font-size:14px;}
	.comment-form-captcha img{height:34px;width:120px;float:left;}
    .comment-form-captcha input{padding: 9px;
border: solid 2px #000;
/*margin-left: 20px;*/
margin-top:0px;
background: #AAA;width:90%;float:left;} 
	.comment-form-author{margin-top:12px;} 
	.required{color:#FF0004;}
	input.post-more{margin-top:10px;cursor:pointer;font-size:14px;color:#fff;}
.blog-post .title-company h2{font-size:18px;}
.categori{font-size:20px;text-transform:uppercase;border-bottom:dotted 1px #464646;padding-bottom:13px;color:#fff;}
.right-categories{width:230px;float:left;margin-left:48px;margin-top:23px;}
.list-cate{float:left;}
.list-cate ul{margin:0px;padding:0px;list-style-type:none;}
.list-cate ul li ul{ margin-left:-25px;}
.list-cate li{font-size:14px;color:#fff;margin-left:0px;padding:12px 0px 14px 25px;border-bottom:dotted 1px #464646;background:url(images/bullet.png) no-repeat 0px 19px;width:206px;}
.list-cate ul li#archives-2{ background:none}
.list-cate li a{text-decoration:none;color:#fff;padding-bottom:7px;}
.acc_content{padding-left:15px!important; }
/*.left-bar{float:left;padding-left:2%;width:19%;	background:url(images/aside-bg.png) repeat 0px 0px; height:100%;max-width:317px; position:relative; z-index:6;}*/
.left-bar{float:left;padding-left:2%;width:260px;	background:url(images/aside-bg.png) repeat 0px 0px; height:100%;position:relative; z-index:6;}





.companyInfo h2{ font-size:22px; margin-bottom:-10px;}
.companyInfo .pera{ text-align:justify;}

/*------- contact us ------*/
.contact-form{ float: left; margin-right: 25px; width: 100%;}
.contact-form .overview{ width:50%;  min-width:200px;}
.captcha span{ margin-left:20px;}
.captcha{ line-height:40px;}

/*------- vacancies ------*/
.vacancies{ width:65%!important;clear:none!important; float:left; padding-bottom:10px !important;}
.vacancies li{ padding:5px 0; margin:0; border:none; width:100%; float:left; color: #fff !important;font-size: 15px;list-style-type:none!important;}
.vacancies .label {float: left; clear: left; width:19%; padding-right: 10px; font-weight:bold;}
.vacancies .desc {float: left; width: 79%; font-weight: 300; text-align: justify;}
.vac-img{float:left;width:305px;}
.vac-img img {width:276px;height:200px;}

/*------- marketing ------*/
.markets .img-team img{ width:100%;}
.imagholder{ border:2px solid #fff; outline:1px solid #ddd; margin-bottom:20px;}
.imagholder img{ width:100%;  max-height:200px; }
.office .title-company h2{width:auto;max-width:300px;}
.office .pera{ text-align:justify;}
/*------- marketing ------*/
.markets2{}
.markets2 .img-team img{ width:100%;}
.markets2 .imagholder{ border:2px solid #fff; outline:1px solid #ddd; margin-bottom:20px;}
.markets2 .imagholder img{ width:100%;  max-height:200px; }
.markets2 .left-team-services{ width:98%;}
.markets2 .img-team{ float:right;}
.markets2 .left-team-services .right-detail{ float:left; width:59%; clear:none;}
.markets2 .left-team-services .detail-team a{ padding-top:0;}

/*------- info ------*/
.info ul{margin:0px;padding:0px;list-style-type:none;}
.info li p{clear:both;color:#fff;font-size:14px;line-height:22px; margin-bottom:10px; text-align:justify;width:99%;}
.info li {border-top:dashed 1px #515151;margin-bottom:18px; padding-top:10px; float:left;}
.info li a{ color:#fcb415; float:left;}
.contact-right{float:left;margin-left:22px;margin-top:52px;}
.cont-img{width:100%;overflow:hidden;margin-bottom:18px;}
.company-history{color: #fcb415;font-size:18px;padding-bottom: 13px;text-transform: uppercase;padding-top:25px;}
.company-img-the img{float:left;margin-top:0px;max-width:100%;height:100%;}
.history-txt{float:left;width:100%;}
.company_history_first_pera p{width:60%;
margin-top:0px;margin-left:0px;font-size:15px;line-height:22px;clear:none!important;margin-left:18px;}
.history-txt p{clear:both;margin-top:5px;float:left;margin-bottom:5px;font-size:16px;line-height:22px;}


/*
.cat_content p:first-child{width:69%;

margin-top:0px;margin-left:235px;font-size:15px;line-height:20px;clear:none;}*/
.cat_content p{width:100%;clear:both;margin-top:5px;float:left;margin-bottom:15px;font-size:16px;line-height:20px;}
.company-img-the{ width: 20%;
float: left;}
.com-info-chi p{ font-size:16px; line-height:20px; text-align:justify;clear:both;}
.history-txt .pera{width:74%;float:left;margin-top:0px;}

.history-txt div a.button-video {
    /* background-color: #ffb25b; */
	background-color: #ffffff;
    color: #000;
    display: block;
	/*width: 300px;*/
	width: auto;
	text-align: center;
    /*float: left;*/
      float:right;
    /*margin-left: 820px;
    margin-top: -69px;*/
	margin:18px auto;
    padding: 10px 53px;
    text-decoration: none;
    text-transform: uppercase;
}

div.breadcrumbs {
    text-transform: uppercase;
}

div.button-contact {
	margin: 20px auto auto;
}

/*div.button-contact a {
    background-color: #ffb25b;
    color: #000000;
	width: 300px;
	text-align: center;
	padding: 20px;
	border: 1px solid #ffb25b;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
}*/
div.button-contact a {
    background-color: #ffb25b;
    border: 1px solid #ffb25b;
    color: #000000;
    font-weight: bold;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 300px;
}

div.button-contact a:hover {
    background-color: #000000;
    color: #ffb25b;
	padding: 20px;
	border: 1px solid #ffb25b;
    text-decoration: none;
    text-transform: uppercase;
	font-weight: bold;
}

.our-company .soc-ico1 li img{ filter: grayscale(0);}
.cont-testi{margin-top:10px;border:solid 1px #212121;}
.titlewithimg{padding:10px;overflow:hidden;border-bottom:solid 1px #212121;background-color:#323232;}
.logo-testi{float:left;}
.title-clients{font-size:22px;padding:32px 0px;float:right;width:60%;}
.cont-testi .pera{padding:15px;}
.team .title-wel{margin-bottom:0px;width:69%; }
.title-wel1{ float:right; margin-bottom:0px;
margin-right: 10px;width:7%;margin-top:5px;}
.title-wel1 a{ font-size: 16px; color:#fff; background: #f8981d;
padding: 2px 17px;
border: solid 1px #DD810B; text-decoration:none; background:#f8981d}
.team-row{width:100%;/*clear:both;*/}
.team .overview{width:100%;}
.title-wel span a{float:right;background-color:#fc9c0f;padding:2px 10px;font-size:12px;color:#fff;text-decoration:none;margin-right:12px;} 
.intro{padding:16px!important;padding-bottom:10px!important; top:30px!important;}
.intro .box-img {
    float: left;
  height:125px;
    margin-top: 5px;
    width: 125px;
}
.intro .box-img img{width:125px;height:125px;}
.intro .rev-cont1 a{color:#000;text-decoration:none;}
.intro .rev-cont1{width:100%;}
.per-intro{clear:both;width:100%;margin-top:10px;text-align:justify;font-size:15px;line-height:22px;padding-top:10px;}
.per-intro span {clear: both;color: #131313;float: left;font-size: 14px;margin-top: 2px;width:100%;line-height:25px;}
.per-intro strong{padding:5px 0px;float:left;width:100%;}
.left-team-services .readmore{margin-left:45px;}

.left-team-services .readmore a {padding:4px 0px 0px 21px;color:#fff;float:right;}
.cleaning-service .company-img-the{width:27%;float:left;}
.cleaning-service .history-txt{width:98%;}



.cleaning-service .company-img-the img{float: left;
    height: 157px;
    margin-top: 0;
    width: 270px;}
.cleaning-service .company-history{color: #fcb415;font-size:18px;padding-bottom: 13px;text-transform: uppercase;padding-top:0px;}
.cleaning-service .history-txt .pera{width:100%;}

.cleaning-service .cont-img{margin-top:18px;}
.detail-team-1 a{color:#fff;text-decoration:none;font-size:17.5px; line-height:0.8}

/*chintan 20-2-2015 */

#demo article p{font-size: 14px; margin-top: 10px; line-height:1.3 }
#demo .readmore_blog{border: 2px solid #eee;border-radius: 12px; color: #fff; font-family: "Open Sans";font-size: 12px;line-height: normal;margin-bottom: 25px;padding: 7px 13px;text-decoration: none;text-transform: uppercase;background-color: transparent; float: left; width:19%; margin-top:13px;}
#demo .readmore_blog:hover{ background-color: #fe7e1b;
border-color: #f67f00;
color: #fff;}
.readmore_blog_close{ width:100%; float:left; padding:0; margin:0; z-index:1; position:relative}
 
/* start the Vacancy Popup*/
.popupContainer{position:absolute;width:400px;/*height:98%;*/left:45%;top:80px;background: #FFF; border-radius: 5px;}
#modal_trigger {margin:auto; width:75px; float:right;}
.btn {padding:3px 14px; background:#fff; opacity:1 }
.btn:hover {background:#fcb415;}
.btn_red:hover {background: #C12B05;}
a.btn {color:#000; text-align: center; text-decoration: none;cursor:pointer;}
a.btn_red {color: #FFF;}
.text textarea{ width: 100%;
padding: 1px 0 10px 3px;margin-top:8px;font-size:14px;}
.social_login .form p.submit input {width: 32%;
margin-top: 10px;
float: left;
cursor: pointer;
background: #F99B1C;
padding: 6px;
border: solid 1px #FBA71A;
font-size: 15px;} 
/* Popup Styles*/
.popupHeader {font-size:16px; text-transform: uppercase;}
.popupHeader {background:#FFF; position:relative; padding:10px 0px; border-bottom:1px solid #DDD; font-weight:bold;margin-bottom:15px;}
.popupHeader span { color:#fcb415}
.popupHeader .modal_close {position: absolute;
right: 0;
top: 0;
padding: 10px 15px;
background: url(images/close.png);
cursor: pointer;
color: #aaa;
font-size: 16px;
background-repeat: no-repeat;
background-position: 0;
margin-top: 3px;
margin-right: -16px;
background-size: 10px;}

.popupBody {padding-top:10px;}
/* Social Login Form */
.social_login .form .name {width:60%;  border:none; padding:0; overflow:visible; width:100%;}
.social_login .form p input{width:63%; border-radius: 3px;padding: 4px 4px;border: solid 1px #808080;  float:left;}
.social_login .form p select{width:66%; border-radius: 3px;padding: 4px 4px;border: solid 1px #808080;  float:left}
.social_login .form p label{font-size:14px;float:left; line-height:1.5; font-weight:normal;width:30%!important; color: #000;}
.social_login .social_box {display:block; clear:both; padding:10px; margin-bottom: 10px; background: #F4F4F2; overflow: hidden;}
.social_login .form p.sex{ margin-bottom:8px; margin-top:0px; line-height:1.5}
/*.social_login .form p.sex span{ float:left; width:28%;font-size:13px;line-height:26px;}
.social_login .form p.sex span1{ float:left; width:26%;font-size:14px;line-height:14px;margin-top:6px;}
.social_login .form p.sex span input{ width:30%; margin:0; margin-top:6px;}
.social_login .form p.sex span1 input{ width:16%; margin:0; margin-top:0px;margin-right:6px;} */
.social_login .form p.Phone-number{ margin-bottom:8px; margin-top:0px; line-height:1.5}
.social_login .form p.email{ margin-bottom:8px; margin-top:0px; line-height:1.5}
.social_login .form p.text{ margin-bottom:8px; margin-top:0px; line-height:1.5}
.social_login .form p.uploadcv{ width: 100%;float: inherit;}
.social_login .form p.uploadcv label{ line-height:2.2} 
.social_login .form p.uploadcv input{ border:none;position: relative;
right: 6px;}
.social_login .form p.submit{width: 59%;
margin: 0 auto;
float: right;}
.social_login .icon {display:block; width:10px; padding:5px 10px; margin-right: 10px; float:left; color:#FFF; font-size:16px; text-align: center;} 
.social_login .fb .icon {background:#3B5998;}
.social_login .google .icon {background:#DD4B39;}
.social_login .icon_title {display:block; padding:5px 0; float:left; font-weight: bold; font-size: 16px; color:#777;}
.social_login .social_box:hover {background: #E4E4E2;}
.centeredText {text-align: center; margin: 20px 0; clear: both; overflow: hidden; text-transform: uppercase;}
.action_btns {clear:both; overflow: hidden;}
.action_btns a {display: block;}
/* End the Vacancy Popup*/

/* start the Client Portal*/
.viewport .overview .list-policy ul li .port-img img{ width:156px;height: 130px;}
.viewport .overview .list-policy ul li .port-img { width:180px; float:left;}
.viewport .overview .list-policy ul li .theportal{width: 70%; float: left; text-align: justify; color: #fff !important;font-size: 15px;} 
.viewport .overview .list-policy ul li .theportal li{ border:none;}
.viewport .overview .clientportal ul li{padding-bottom: 15px; margin-bottom:15px}
/* end the Client Portal*/


/* start the Client Equipment*/
.viewport .overview .equipment ul li { padding-bottom:20px;}
.viewport .overview .equipment ul li .port-img{ width:180px; }
.viewport .overview .equipment ul li .port-img img{ float:left; margin-right:27px;}
.viewport .overview .equipment ul li .equipment-details{ width:68%; float:left;}
.viewport .overview .equipment ul li .equipment-details li{ text-align:justify; border:none; padding-bottom:0;}
.viewport .overview .equipment ul li .equipment-details li .comment{ background:transparent; color:#fff}
.viewport .overview .equipment ul li .read_equipment{width: 26%;text-align: right; } 
.viewport .overview .equipment ul li .read_equipment .morelink{background:url(../images/readmore.png) no-repeat;background-position: 0px;}
.viewport .overview .equipment ul li .read_equipment a.morelink.test{display: list-item; color: #fff;
width: 90px;}
.viewport .overview .equipment ul li .read_equipment a.morelink.test.less{ width:50px; background:url(../images/lessmore.png) no-repeat;background-position: 0px;}
.viewport .overview .equipment ul li .read_equipment span {
    display: none;
}
.equipment ul li h2 a{ text-decoration:none; color:#fff;}
.clientportal ul li h2 a{ text-decoration:none; color:#fff;}
.pera-continue{clear:both;font-size:14px;margin-bottom:10px;}

.accreditations-logo{
	width: 31%;
	float: left;
	padding: 7px; 
}
.company-img-the-accreditations img{
	width: 31%;
	padding: 0px; 
}
.accreditations-logo img { width:100%; float:left}
.novacancy{ width:70%; margin:0 auto; padding: 100px 0 0 0; } 
.novacancy p{ 
	text-align:center;
	font-size:28px;
	line-height: 1.7;
	margin-top: 100px;
	color: #f8981d;
	text-shadow: tomato;
	text-shadow: rgb(161, 154, 154) 1px 1px 0px;
}


.right-bottom{float:right;width:65%;margin-top:6px;}
.form .address,.date, .Phone-number, .postalcode, .citizen{clear:both;float:left;overflow:hidden;width:100%;margin-bottom:10px;}
.form p, .blo{margin-bottom:6px!important;}
.social_login .form .select-citizen input{ width:11%; float:none;}
.social_login .form .citizen { margin-top: 8px;}
.social_login .form .citizen label{ line-height: 1.7;}
.social_login .form .select-citizen{ float:left ;margin-top:12px; width: 22%;}
.captcha img{width:26%;float:left;height: 33px;margin-right: 25px; margin-top:10px;}
/*-----------------our Team Page--------------------------------*/
.title-wel .team-title{ color:#fff; text-decoration:none}
.team-front-page .overview .team-row .left-team{ width:30.33%; float:left;}  
.team-front-page .overview .team-row .left-team .right-detail{ width:45%; line-height:2.5; float: right;
margin-top: 50px;}
.team-front-page .overview .team-row .left-team .right-detail .detail-team-1{ float:left; padding-right:0px; line-height:1.6}
.team-front-page .overview .team-row .left-team .right-detail .postion { clear:none; line-height:1}

#myModal-cleaners .custom-width{width:100%!important;}
.left-form-label{float:left!important;width:50%!important;clear:none!important;}
.appnow{width:700px!important;padding-bottom:12px!important;padding-top:12px!important;top:10%!important;}
.fieldrow{width:100%;overflow:hidden;clear:both;margin-bottom:5px;}
.txtarea{width:314px!important;}
.txtinput{width:56%!important;margin-top:11px;}
.customlabale{width:25%!important;}


#text-3, #text-4{
	list-style-type: none;
}

#author, #email, #url, #comment{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 2px solid #000;
    border-radius: 3px;
    color: #000;
    float: left;
    overflow: hidden;
    padding: 10px;
    width: 95%;
}

#archives-2 h2, #categories-2 h2{
	display:none;
}

#submit{
	border: 2px solid #eee;
border-radius: 12px;
clear: both;
color: #777;
display: inline-block;
font-family: "Open Sans";
font-size: 11px;
line-height: normal;
margin-bottom: 25px;
padding: 7px 13px;
text-decoration: none;
text-transform: uppercase;
background-color: transparent;
float: left;
}

#submit:hover{
	background-color: #fe7e1b;
    border-color: #f67f00;
    color: #fff;
	cursor:pointer;
}

.wpcf7-submit{
border: 2px solid #eee;
border-radius: 12px;
color: #FFF;
display: inline-block;
font-family: "Open Sans";
font-size: 14px;
line-height: normal;
margin-bottom: 25px;
padding: 7px 13px;
text-decoration: none;
text-transform: uppercase;
background-color: transparent;
}

.wpcf7-submit:hover{
	background-color: #fe7e1b;
    border-color: #f67f00;
    color: #fff;
	cursor:pointer;
}

#content .gallery .gllr_image_block a img{
	border:0px;
}

.gllr_single_image_text{
	text-align:center;
}

#content .gallery_box_single .gallery .gllr_image_block p{
	margin:25px 18px 0 0;
}


.search-submit{
	background-color: transparent;
    border: 2px solid #eee;
    border-radius: 12px;
    color: #777;
    font-family: "Open Sans";
    font-size: 11px;
    padding: 7px 13px;
	margin-right:50px;
	float:right;
}

.search-field{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 2px solid #000;
    border-radius: 3px;
    color: #000;
    overflow: hidden;
    padding: 10px;
    width: 50%;
}

.nivo-caption{
	width: 18% !important;
	margin-bottom: 10px !important;
	margin-left: 20px !important;
	background: none !important;
}

.nivo-caption h3{
	color:#fff !important ;
	font-size: 15px;
padding: 0;
line-height: 20px;
text-transform: none!important;
position:relative;
z-index:99999 !important;
}


#msg{
border: 2px solid #000;
border-radius: 3px;
color: #000;
float: left;
overflow: hidden;
padding: 10px;
width: 95%;
background: rgba(255,255, 255, 0.6);
}

.vacancy_form .address{
margin-left: 60px;
}
/*manish-css*/

blockquote, q{clear:both;font-size:15px;line-height:22px;}
.cat_content ul{margin:0px;padding:0px;}
.cat_content li:before { content: "•";
    float: left;
    font-size: 35px;
    line-height: 12px;
    margin-right: 5px;
    padding-top: 1px;
    }

.cat_content li{color:#fff;font-size:15px;line-height:22px;width:100%;float:left;border-bottom:none;margin-bottom:3px!important;padding-bottom:0px!important;}

.cat_content li h2{font-size:22px;}
.cate_title{color: #fcb415;font-size:22px;padding-bottom:15px;margin-left:36px;text-transform: uppercase;padding-top:0px;float:left;}
.cat_content  blockquote, q{background-color:rgba(255,178,91,0.8);display:table;padding:8px;color:#000;font-size:18px;}
p{font-size:16px;line-height:22px;}
.cont-testi p{padding:10px;margin-bottom:0px!important;padding-bottom:0px;}
.logo-testi img{width:100px;height:50px;}
.form-submit{margin-top:10px;float:left;}
.list-cate li{list}
#demo p{clear:both;float:left;}
.comment-notes{margin-top:35px;}
.cat_content em{font-size:20px;}
.cat_content strong{margin-left:10px;font-size:20px;}
.per-intro strong{color:#000!important;}
.per-intro{color:#000;}


.tse-scrollable {
  position: relative;
  width:100%; /* Default value. Overwite this if you want. */
  height:500px; /* Default value. Overwite this if you want. */
  overflow: hidden;
  }
  .tse-scrollable .tse-scroll-content {
    overflow: hidden;
    overflow-y: scroll;
    }
    /* No longer using ::scrollbar too, since it breaks Chrome 25 */
    .tse-scrollable .tse-scroll-content::-webkit-scrollbar {
      width: 0;
      height: 0;
      }
.tse-scrollbar {
  z-index: 99;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  }
  .tse-scrollbar .drag-handle {
    position: absolute;
    right: 2px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-height: 10px;
    width: 7px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
    -moz-transition: opacity 0.2s linear;
    -o-transition: opacity 0.2s linear;
    -ms-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    background: #6c6e71;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    }
  .tse-scrollbar:hover .drag-handle {
    /* When hovered, remove all transitions from drag handle */
    opacity: 0.7;
    -webkit-transition: opacity 0 linear;
    -moz-transition: opacity 0 linear;
    -o-transition: opacity 0 linear;
    -ms-transition: opacity 0 linear;
    transition: opacity 0 linear;
    }
    .tse-scrollbar .drag-handle.visible {
      opacity: 0.7;
      }
/* Used when testing the scrollbar width */
/* No longer using ::scrollbar too, since it breaks Chrome 25 */
.scrollbar-width-tester::-webkit-scrollbar {
  width: 0;
  height: 0;
}
/* Horizontal scroller */
.tse-scrollable.horizontal .tse-scroll-content {
  overflow-x: scroll;
  overflow-y: hidden;
  }
  .tse-scrollable.horizontal .tse-scroll-content::-webkit-scrollbar,
  .tse-scrollable.horizontal .tse-scroll-content::scrollbar {
    width: auto;
    height: 0;
    }
.tse-scrollable.horizontal .tse-scrollbar {
  top: auto;
  left: 0;
  width: auto;
  height: 11px;
  }
  .tse-scrollable.horizontal .tse-scrollbar .drag-handle {
    right: auto;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto;
    }
.rev-cont1{margin-left:0px;}
.details_content{width:75%;margin-left:20px;float:left;}
.rev-cont1 span{clclear: none;
    float: left;
   
    width:80%;clear:none;}

/*.companyInfo .company_content{clear: both; width: 100%; float: left;}*/


.service_content p{
 clear:none;
 float:none;
}
.service_content  blockquote{ float:left;width:98%; margin-bottom:20px;}
.service_content  em {
    display: block;
    font-size: 20px;
	margin: 7px 0;
	
}
.service_content  em a{ margin-right:10px;}
.inner_img_left{ float:left; width:auto;}
.inner_img_right{ float:right; width:auto;}

.contact_left{ float:left;clear: none;}
.contact_right{ float:right !important;clear: none; margin-left:185px;}
.comment-form-captcha span.captcha-884{float: left; width: 60%; margin-left: 20px;}
div.wpcf7-validation-errors{float: right; margin: 10px 0 0; width: 69%;}
div.wpcf7-mail-sent-ok {float: right; margin: 10px 0 0; width: 70%; text-align: center;
width: 37%;}
div.wpcf7-mail-sent-ok{margin-right: 201px !important;}
.cont-testi .logo-testi img{height:82px !important; width:90% !important;}
.metaslider-nivo{margin:0px auto; max-width:100% !important;}
.the-team #scrollbar1 .viewport{height:519px; margin:0px auto;}
.select-citizen .wpcf7-radio{color:#000; font-size:14px;}
.left-form-label .wpcf7-radio .wpcf7-list-item{color:#000; font-size:14px !important;}
.uploadcv .wpcf7-file{color:#000;}

.sex .wpcf7-radio .wpcf7-list-item.first{ float: left;
    font-size: 14px !important;
    line-height: 14px !important;
    margin-top: 6px !important;
    width: 26% !important;}

.sex .wpcf7-radio .wpcf7-list-item.last{
    float: left !important;
    font-size: 13px !important;
    line-height: 26px !important;
    width: 28% !important;
}
.social_login .form p.sex .wpcf7-list-item.last input{ width:30%; margin:0; margin-top:6px;}
.social_login .form p.sex .wpcf7-list-item.first input{ width:16%; margin:0; margin-top:0px;margin-right:6px;}
.left-form-label .wpcf7-textarea.txtarea{width:314px !important; height:50px;}
.captcha img{margin-top:-4px !important;}
div.wpcf7-validation-errors{color:#f00; font-size:14px;}
body.the-company{overflow:hidden;}
body{overflow-y: hidden;}

div.wpcf7-mail-sent-ok{
color: #000000;
}
.footer-right{float: right; margin-top: 10px;/* width:60%;*/}
.copyright{float:left;/*width:74%;*/}
.our-company ul{list-style-type:disc;font-size:15px;line-height:22px;clear:both;width:100%;}
ul.soc-ico1{list-style-type:none;float:left!important;}
.gllr_image_block p{width:100% !important;  height: auto !important; /*margin: 0 18px -9px 0 !important;*/ margin:0px !important;}
.gllr_image_block p img{width: 100% !important;  height: auto !important;}
.gallery .gllr_image_block{margin-right: 15px; width: 32% !important;}
.gallery .gllr_image_row .gllr_image_block:last-child{margin-right: 0px;}
.company-img-the{width:22%;}


.cb-slideshow,
.cb-slideshow:after { 
 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
 
}
.cb-slideshow:after { 
    content: '';
    background: transparent url(../images/pattern.png) repeat top left; 
}
.cb-slideshow li span { 
    width: 100%;
    height: 100%;
       position: fixed;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 0;
    z-index: 0;
	-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div { 
    z-index: 1000;
    position:absolute;
/*    bottom:0px;*/
    left:28px;
	margin-bottom:72px;
	bottom:0px;
    width:33.3%;
	max-width:359px;
    text-align: center;
    opacity: 0;
    color: #fff;
    -webkit-animation: titleAnimation 36s linear infinite 0s;
    -moz-animation: titleAnimation 36s linear infinite 0s;
    -o-animation: titleAnimation 36s linear infinite 0s;
    -ms-animation: titleAnimation 36s linear infinite 0s;
    animation: titleAnimation 36s linear infinite 0s; 
}
.cb-slideshow li div h3 { 
   
    font-size:15px;
    padding: 0;
    line-height:24px; 
	color:#fff;
	text-transform:none!important;
}


.cb-slideshow li:nth-child(1) span { 
    background-image: url(../images/1.jpg) 
}
.cb-slideshow li:nth-child(2) span { 
    background-image: url(../images/2.jpg);
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) span { 
    background-image: url(../images/3.jpg);
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) span { 
    background-image: url(../images/4.jpg);
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) span { 
    background-image: url(../images/5.jpg);
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) span { 
    background-image: url(../images/6.jpg);
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
.cb-slideshow li:nth-child(2) div { 
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s; 
}
.cb-slideshow li:nth-child(3) div { 
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s; 
}
.cb-slideshow li:nth-child(4) div { 
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -o-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s; 
}
.cb-slideshow li:nth-child(5) div { 
    -webkit-animation-delay: 24s;
    -moz-animation-delay: 24s;
    -o-animation-delay: 24s;
    -ms-animation-delay: 24s;
    animation-delay: 24s; 
}
.cb-slideshow li:nth-child(6) div { 
    -webkit-animation-delay: 30s;
    -moz-animation-delay: 30s;
    -o-animation-delay: 30s;
    -ms-animation-delay: 30s;
    animation-delay: 30s; 
}
/* Animation for the slideshow images */
@-webkit-keyframes imageAnimation { 
    0% { opacity: 0;
    -webkit-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -webkit-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes imageAnimation { 
    0% { opacity: 0;
    -moz-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -moz-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes imageAnimation { 
    0% { opacity: 0;
    -o-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -o-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes imageAnimation { 
    0% { opacity: 0;
    -ms-animation-timing-function: ease-in; }
    8% { opacity: 1;
         -ms-animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes imageAnimation { 
    0% { opacity: 0;
    animation-timing-function: ease-in; }
    8% { opacity: 1;
         animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
/* Animation for the title */
@-webkit-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-moz-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-o-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@-ms-keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
@keyframes titleAnimation { 
    0% { opacity: 0 }
    8% { opacity: 1 }
    17% { opacity: 1 }
    19% { opacity: 0 }
    100% { opacity: 0 }
}
/* Show at least something when animations not supported */
.no-cssanimations .cb-slideshow li span{
	opacity: 1;
}

@media screen and (max-width: 1140px) { 
    .cb-slideshow li div h3 {   font-size: 18px;
    line-height: 26px; }
}
@media screen and (max-width: 600px) { 
    .cb-slideshow li div h3 {   font-size: 18px;
    line-height: 26px; }
	.cb-slideshow li div{width: 75.3%;}
}

@media (min-width: 1920px) { #content{width:81%;margin-left:16%;}#scroll {position:relative; width:100%; height:785px!important; overflow:auto;margin-top:10px;}
#scrollcontent {position:absolute;z-index:200}
#scrollbar {float:right; position:relative; display:none; width:15px; height:785px!important; z-index:9999; background:url(../images/scroll-bg.gif)}
.map{width:75%;}
.left-blog{width:76%;}

.left-team-services .img-team img{width:100%!important;}
.left-team-services .img-team{}
.post-comment img{width:100%;}

.gllr_image_block p{width:520px!important;/*height:200px!important;*/}
.company-img-the-accreditations img{width:100%!important;height:200px!important;}
} 
@media (max-width: 1280px) {
.gallery .gllr_image_block {
    float: left;
    width: 33%;
}
.gllr_image_block p{width:278px!important;height:200px!important;}
.company-img-the-accreditations img{width:100%!important;height:200px!important;}

 }

@media (max-width: 1200px) { 
.cb-slideshow li div{top:100%;}
.cb-slideshow li div{top:85%!important;}
.company_history_first_pera p{width:56%!important;margin-left:86px;}
#wgmpmap{width:100%!important;}
.company-img-the-accreditations img{width:100%!important;}
#content .gallery_box_single .gallery .gllr_image_block p{height:108px!important;}
#content .gallery .gllr_image_block a img{height:109px!important;}
.gallery .gllr_image_block{width:100%!important;clear:both;height:218px;}
.gllr_image_block p{height:165px!important;width:420px!important;}
#content .gallery .gllr_image_block a img {height:199px!important;}
.company-img-the-accreditations img{height:166px!important;}

}
@media(max-width:1199px){
#scrollbar1 .viewport{width:96%;}
.map{width:54%!important;}
}

@media (max-width: 1024px) {.left-team{width:45%!important;}.img-team img {height: 65% !important;max-width: 89% !important;}.img-team{width:31%!important;height:10%!important;}.right-detail{padding-left:0px!important;}
/*.footer-right{width:80%!important;}*/
.cb-slideshow li div{top:74%!important;}
.right-detail{margin-top:20px!important;float:left!important;width:65%!important;}
.detail-team-1{clear:both;width:100%!important;}
.map{width:45%!important;}
.gllr_image_block p{width:198px!important;}
.gallery .gllr_image_block{width:33%!important;height:122px;clear:none!important;}
.company-img-the-accreditations img{width:100%!important;}
#content .gallery_box_single .gallery .gllr_image_block p{height:108px!important;}
#content .gallery .gllr_image_block a img{height:109px!important;}

.contact-form .overview{width:55%;}
.contact-right{width:41%!important;}
.contact-right img{max-width:100%;}
.vac-img img{max-width:100%!important;max-height:100%!important;margin-right:20px!important;}
.vac-img{width:33%!important;margin-right:10px!important;}
}

@media (max-width: 980px) { 
.footer-right{width:auto!important;}
}

@media (max-width:920px) { 
.footer-right{width:auto!important;}
}

@media (max-width:900px) { 
.footer-right{width:auto!important;}
}

@media (max-width:800px) { 
.footer-right{width:auto!important;}

#content{margin-left:254px!important;}
.left-bar{width:230px!important;padding-left:1%!important;}
.left-team{width:95%!important;}
.cb-slideshow li div{top:55%!important;left:10px!important;}
.company_history_first_pera p{width:55%!important;}
.map{width:100%!important;}
.title-wel1{width:13%;}
.gllr_image_block p{width:424px!important;}
.contact-form .overview{width:98%;}
.contact-right img{max-width:100%;display:none;}
 .vac-img{width:80%!important;}
.vacancies{width:100%!important;}
.reveal-modal{margin-left:-379px!important;}

.list-policy li h2 {
    clear: both!important;
    float: left;
    font-size: 22px!important;
    margin-top: 16px!important;
}
.logo-testi{width:25%!important;}
.title-clients{width:70%!important;}
.intro{left:58%!important;}
#scrollbar1 .apply_now{height:625px;}
.company-img-the-accreditations img{width:100%!important;}
#content .gallery_box_single .gallery .gllr_image_block p{height:108px!important;}
#content .gallery .gllr_image_block a img{height:109px!important;}
.gallery .gllr_image_block{width:100%!important;clear:both;}

}

@media (max-width:767px) { 
.footer-right{width:99%!important;}
footer .info{text-align:left!important;}
footer .privacy{text-align:left!important;}
.copyright{width:71%!important;}
.left-bar{width:99%!important;padding-right: 0 !important;float: none;height: auto;text-align: center;margin: 0 auto;}
#content{width:auto; margin-left: 0; margin-right: 0;}
.navigation{margin: 0 auto;}
.scrollbar{display:none;}
#scrollbar1 .viewport{height:auto !important;overflow: visible !important; width:auto !important; }
footer{position:relative;left: auto;bottom: auto;word-wrap: break-word;}
.banner{display:none;}
#main{height: auto;}
#content{height: auto;overflow:hidden;}
#scrollbar1{overflow: visible !important; }
#glob{height: auto;position: relative;}
body.the-company{overflow: visible !important; }
.viewport .overview{top:0 !important; position: inherit !important;}
.title-company h2{max-width:none;}
.map{width:100%; margin-right:0;}
.left-address{width:100%;margin-top: 15px;}
.history-txt p{float:none;}
.company-img-the{width:100%;}
.company-img-the img{width:100%;margin-bottom: 15px;}
.company_history_first_pera p{width:100% !important;margin-left: 0;}
.history-txt div a.button-video{width: 100%;padding-left: 0;padding-right: 0;}
#content {margin-left: 0px!important;padding: 0 15px;}
html, body{height:auto;}
footer{clear:both;}
#scrollbar1 {height: auto!important;float: left;width: 100%;}
footer .soc-ico{width:40%;float:none!important;}
#scrollbar1 { width: 100%; margin: 20px 0 10px;overflow:hidden; 
 }
 #scrollbar1 .viewport{height:auto;position:inherit!important;}
 #myGallery{  overflow: visible !important;}
.our-company ul.soc-ico1{display:none!important;}
.responsiveMenuSelect{height:40px; margin-left:0px;}
.intro{margin-left:-33%!important;width:64%!important;}
.appnow{margin-left:-47%!important;width:78%!important;top:2%!important;}
.tse-scrollable{overflow:visible;}
.details_content{margin-left:0px!important;}
.per-intro{width:90%!important;}

.img-team img{height:auto!important;}
footer{height:120px!important;}
.title-wel1{width:17%;}
.gllr_image_block p{width:96%!IMPORTANT;}
blockquote.alignleft, .wp-caption.alignleft, img.alignleft{width:100%!important;height:auto!important;}
div.button-contact a{width:100%!important;float:left!important;text-align:center!important;}
div.button-contact{width:88%!important;float:left!important;text-align:center!important;}
.left-form-label{width:100%!important;}
.citizen{width:65%!important;}
.left-form-label .wpcf7-textarea.txtarea{width:100%!important;}
.social_login .form p input{padding:10px 5px!important;}
.last input{width:10%!important;}


.cb-slideshow{ display:none}
.cb-slideshow.chin_leftbar_only{ display:block}
}

@media (max-width:650px) { 
.footer-right{width:99%!important;}
footer .info{text-align:center!important;}
footer .privacy{text-align:center!important;}
.copyright{width:100%!important;}
footer .soc-ico { clear: both; margin: 0 auto; width:40%;margin-left:23%;}
footer{background-color:#000!important;height:86px!important;background-image:none!important;}

.popupBody {
    height: 500px;
    overflow-x: hidden !important;
    overflow-y: scroll;
    padding-top: 10px;
    width: 100%;
}
.social_login .form p input{width:90%!important;}
.left-form-label .wpcf7-textarea.txtarea{width:90%!important;}
.citizen label{width:10%!important;}

	#main {
    height:480px!important;
}
	#main {
    height:100% !important; min-height: 100% !important;
}


footer.once_home{position: fixed !important;bottom: 0px !important;}
.cb-slideshow li div{top:55%!important;left:53px!important;}
.cb-slideshow{ display:none}
.cb-slideshow.chin_leftbar_only{ display:block}

}
@media only screen and (min-width: 480px) and (max-width:559px) 
{.cb-slideshow li div{display:none;}
	
	}
@media (max-width:480px){	
footer .soc-ico {clear: both; margin: 0 auto; width:55%;margin-left:23%;}	
.left-bar{width: auto;padding-right: 2%;float: none;}
.social_login .form p label{width:76%!important;}
.social_login .form p input{padding:10px!important;}
.social_login .form p label{width:100%!important;}
.sex .wpcf7-radio .wpcf7-list-item.first{width:12%!important;}

.cb-slideshow{ display:none}
.cb-slideshow.chin_leftbar_only{ display:block}

}




@media (max-width:360px){	
.cb-slideshow div{display:block!important;}

footer .info{font-size:12px;}
footer .soc-ico { clear: both; margin: 0 auto;  width:70%!important;margin-left:64px;}	
footer{background-color:#000!important;height:86px!important;background-image:none!important;}
.textwidget{width:98%!important;}

.scrollbar{display:none;}
#scrollbar1 .viewport{height:auto!important;}
.fieldrow{width:92%!important;}
.gllr_image_block p{width:100%;}
}

@media (max-width:320px){	
footer{background-color:#000!important;height:86px!important;background-image:none!important;position:fixed;}
.textwidget{width:98%!important;}

footer{position:inherit!important;}
#scrollbar1 .viewport{height:auto!important;}
#scrollbar1 {height: auto!important;}


#main {
    height: 394px;
}

}

.company_upper_section .company-history{float:left!important;width:60%!important;padding-top:18px!important;}
.company_upper_section{clear:both!important;float:left!important;width:100%;}
.company_upper_section a.button-video{margin:9px 0px!important;}
#wgmpmap{width:100%!important;}
#myModal-8 div.wpcf7-validation-errors{clear:both!important;text-align:center!important;width:96%!important;margin-top:0px!important;}
.wpcf7-submit{margin-bottom:0px!important;}
div.wpcf7-mail-sent-ok{width:33% !important;}

.about_video{
	width:500px!important;padding-bottom:12px!important;padding-top:12px!important;top:10%!important; left:55%;
}



.about_video .popupHeader{
	  padding: 0px 0px;
}

.about_video .popupBody{
	padding-top: 0px;
}

.about_video .close-reveal-modal{
	top:15px;
}

.wp-image-1419:hover{
	cursor:pointer;
}

.people-title-5  .service_content p{
	clear:both;
}
.chin_leftbar_second_only  {min-height:0px!important;}