/* Put your custom css here */

/*Font Loading*/
	@font-face {
	  font-family: 'Proxima Nova';
	  src: url('../fontStyle/proximanova-light-webfont.ttf'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}

	@font-face {
	  font-family: 'Proxima Nova rg';
	  src: url('../fontStyle/proximanova-reg-webfont.ttf'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}

	@font-face {
	  font-family: 'Open Sans';
	  src: url('../fontStyle/OpenSans-Regular.ttf'), url('../fontStyle/OpenSans-Regular-webfont.eot'), url('../fontStyle/OpenSans-Regular-webfont.woff'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}

	@font-face {
	  font-family: 'Open Sans Bold';
	  src: url('../fontStyle/OpenSans-Bold.ttf'), url('../fontStyle/OpenSans-Bold-webfont.eot'), url('../fontStyle/OpenSans-Bold-webfont.woff'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}

	@font-face {
	  font-family: 'Open Sans Light';
	  src: url('../fontStyle/OpenSans-Light.ttf'), url('../fontStyle/OpenSans-Light-webfont.eot'), url('../fontStyle/OpenSans-Light-webfont.woff'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}

	@font-face {
	  font-family: 'Open Sans semiBold';
	  src: url('../fontStyle/OpenSans-Semibold.ttf'), url('../fontStyle/OpenSans-Semibold-webfont.eot'), url('../fontStyle/OpenSans-Semibold-webfont.woff'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
	}
/*Font Loading*/

/*Common CSS*/
	body{
		font-family: Open Sans, Arial;
		font-size: 16px;
		font-weight: normal;
	}

	p{
		font-size: 16px;
	}

	a:hover {
	    text-decoration: none;
	}

	.text a span {
	    display: block;
	    padding: 54px 12px;
	    font-size: 21px;
	    font-family: Proxima Nova;
	}

	.text:hover{
		color: #000;
	}

	.text a:hover{
		color: #000;
	}

	.text a span:hover {
	    display: block;
	    font-size: 21px;
	    color: #000;
	    font-family: Proxima Nova;
	}

	.heading{
		font-family: Open Sans Bold;
		font-weight: bold;
		font-size: 21px;
		text-align:center;
	}

	#globalWrapper{
		margin-top:-3.8%;
	}

	#confianzysLogo{
		width: 150px;
		margin-top: -18%;
	}

	.firstSection{
		top:30px;
	}

	header hr{
		margin-top: 10px;
	}
	.iconFollow {
		    color: #2b3d4f;
		    border: 1px solid #2B3D4F;
	}

	.text p{
		margin: 0px auto 22px;
	}

	/*#marginTop{
		margin-top: 7%;
	}*/

	.quote{
		text-align:center;
		color:#2b3d4f;
		font-size: 36px;
	}

	.topBreadcrumb{
		font-size:26px;
	}

	button::-moz-focus-inner {
	  border: 0;
	}

	a:focus { 
	    outline: none; 
	}

	.divCenter{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	/*screen and (max-width: 769px),screen and (max-width: 360px)*/
	@media screen and (max-width: 1024px) {
		#globalWrapper{
			margin-top:-4%;
		}
		.firstSection{
			margin-top: 0px;
		}

		#confianzysLogo {
		   width: 120px;
		   margin-top: -16%;
		}
		#marginTop{
			margin-top: -4%;
		}
		.quote{
			text-align:center;
			color:#2b3d4f;
			font-size: 26px;
		}
	}

	@media screen and (max-width: 1023px) {
		#globalWrapper{
			margin-top:-1%;
		}
		.firstSection{
			margin-top: 0px;
		}

		#confianzysLogo {
		    width: 150px;
		    margin-top: auto;
		   	display: inline-block;
		}
		#marginTop{
			margin-top: -4%;
		}
		.quote{
			text-align:center;
			color:#2b3d4f;
			font-size: 26px;
		}
	}
/*Common CSS*/

/*arrow*/
	.leftarrow {
		position: relative;
		background: #e4e4e4;
	}

	.leftarrow:after, .leftarrow:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.leftarrow:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #e4e4e4;
		border-width: 10px;
		margin-left: -25%;
	}

	.centerarrow {
		position: relative;
		background: #e4e4e4;
	}

	.centerarrow:after, .centerarrow:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.centerarrow:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #e4e4e4;
		border-width: 10px;
		margin-left: -1%;
	}

	.rightarrow {
		position: relative;
		background: #e4e4e4;
	}

	.rightarrow:after, .rightarrow:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}

	.rightarrow:after {
		border-color: rgba(136, 183, 213, 0);
		border-bottom-color: #e4e4e4;
		border-width: 10px;
		margin-left: 23%;
	}
/*arrow*/



/*Navbar*/
	#mainHeader{
		background:#000;
		opacity:0.98;
		height:60px;
	}

	.navbar-default .navbar-nav > li > a{
		height: 60px;
	}

	.navbar-default .navbar-nav > li > a.active{
		background: #1A1A1A;
		opacity: 1;
	}

	#mainMenu .navbar-nav i {
	    float: left;
	}

	#mainMenu .navbar-nav ul li {
	    border-right: none;
	    border-bottom: none;
	}

	.navbar-default .navbar-nav > li > a:hover{
		border-bottom:4px solid #CD691B;
	}

	.navbar-default .navbar-nav > li > .subMenu{
		/*margin-top: -3.05%;*/
	}

	.navbar-default .navbar-nav > li > .whyUs{
		/*margin-top: -31%;*/
	}

	.navbar-default .navbar-nav > li > .learn{
		/*margin-top: -34.05%;*/
	}

	.navbar-default .navbar-nav > li > .subMenu:hover
	{
		border-top: 4px solid #CD691B;
	}

	.navbar-nav .nekoMegaMenu a:link{
		text-decoration: none;
	}

	.navbar-nav .nekoMegaMenu h2{
		font-size: 18px;
	}
	
	.navbar-nav .nekoMegaMenu h2:hover{
		font-size: 16px;
		color: #e37826;
		font-family: Open Sans Bold;
	}

	.navbar-nav .primary a:hover{
		color: #e37826;
	}



	@media screen and (max-width: 1023px){

		#mainHeader{
			background:#3b3b3b;
			opacity:1;
			height: 50px;
		}

		.navbar-nav ul li a {
		    color: #e4e4e4;
		}

		.navbar-default .navbar-nav > li > a{
			height: auto;
		}
		.navbar-nav .mega_menu li a {
		    color: #2b3d4f;
		}

		.navbar-default .navbar-collapse{
		    border-color: #E7E7E7;
		    background: #2b3d4f;
		}

		.navbar-default .navbar-nav > li > a.active {
		    background: none;
		    opacity: 1;
		}

		.navbar-default .navbar-nav > li > .subMenu{
			margin-top: 0%;
		}

		.navbar-default .navbar-nav > li > .whyUs{
		 	margin-top: 0%;
		}

		.navbar-default .navbar-nav > li > .learn{
			margin-top: 0%;
		}
		
	}

	@media screen and (max-width: 360px) {
		#mainHeader{
			background:#3b3b3b;
			opacity:1;
			height: 50px;
		}

		.navbar-default .navbar-nav > li > a{
			height: auto;
		}

		.navbar-default .navbar-nav > li > .subMenu{
			margin-top: 0%;
		}
		.navbar-default .navbar-nav > li > .whyUs{
		 	margin-top: 0%;
		}
		.navbar-default .navbar-nav > li > .learn{
			margin-top: 0%;
		}
	}
/*Navbar*/

/*Carousel - Homepage*/
	.carouselImage{
		height: 575px;
	}

	.flexslider .caption .element1-2 {
		margin-top: 6%;
		margin-left: -88%;
	}

	.flexslider .caption .element2-3 {
		margin-top: 3%;
		margin-left: -17%;
	}

	.flexslider .caption .element3-3 {
		margin-top: 3%;
		margin-left: -26%;
	}

	.flexslider .caption .element4-3 {
		margin-top: 4%;
		margin-left: -20%;
	}

	#carouselCompany{
		width: 250px;
	}

	.carouselHeading{
		color:#e37826;
		font-family:Open Sans Bold;
		font-size: 21px;
	}

	#slide1{
		display:block;
		margin-left:-97%;
		text-align: center;
		margin-top: 25%;
	}

	#slide1 h1{
		background: none;
		color: #fff;
		font-size: 48px;
		font-weight: 5;
	}

	.flexslider .caption .element3-1 {
		margin-top: 7%;
	}

	#slide2{
		/*left: 20%;*/
		width: 58%;	
		text-align: center;
		/*margin-bottom: 12%;*/
	}

	#slide2 h1{
		background: none;
		color: #fff;
		font-size: 43px;
	}

	.feedBack{
		font-size:26px;
	}

	.camera_neko_skin .camera_caption p {
	    display: block;
	    color: #fff;
	    font-size: 18px;
	}

	.flexslider .caption div {
	    display: block;
	}

	#slide3{
		/*left: 24%; */
		width: 55%;	
		text-align: center;
		margin-bottom: 5%;
	}

	#slide3 h1{
		background: none;
		color: #fff;
		font-size: 48px;
	}

	#companyLogo{
		/*margin-left: 69%;*/
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		display: inline-block;
	}


	#comments{
		font-size: 18px;
		margin-top: 2%;
		text-align: justify;
	}

	#commentsSlide3{
		color:#fff;
		text-align: center;
		font-size: 26px;
		font-family: Proxima Nova;
	}


	#position{
		font-size:21px;
		/*margin-left: 69%;*/
	}

	#companyLogo img{
		width: 130px;
	}
	
	.flexslider .caption .element2-2{
		margin-left: 7%;
	}

	.flexslider #slide3 .element2-1 {
		margin-top: 9%;
	}

	.flexslider #slide4 .element2-1 {
		margin-top: 11%;
	}

	#slide4{
		left: 20%; 
		width: 51%;	
		/*margin-bottom: 20%;*/
	}

	#slide4 h1{
		background: none;
		font-size: 36px;
		color: #fff;
	}

	#userDetail{
		text-align: right;
		margin-top: 13%;
	}

	#date{
		font-family: Proxima Nova;
		font-size: 65px;
		margin-bottom: -18px;
		color: #FFF;
	}

	#month{
		font-family: Proxima Nova rg;
		font-size: 30px;
		margin-bottom: -6px;
		color: #FFF;
		font-weight: bold;
	}

	#year{
		font-family: Proxima Nova;
		font-size: 36px;
		margin-bottom: -6px;
		color: #FFF;
		margin-left: -6%
	}

	#day{
		font-family: Proxima Nova;
		font-size: 36px;
		color:#fff;
		font-weight: normal;
		margin-top: 4%;
	}

	#city{
		font-family: Proxima Nova;
		font-size: 21px;
		color:#fff;
		margin-top: -12px;
		font-weight: normal;
	}

	/*chevrons*/
	#chevronSlide1{
		width:50px;
		margin-left: 44.96%;
		margin-top: 3%
	}
	#chevronSlide2{
		width:50px;
		margin-top: 0%;
		margin-left: 46%;
	}
	#chevronSlide3{
		width: 50px;
		margin-top: -10%;
		/*margin-left: 96%;*/
	}
	#chevronSlide4{
		width:50px;
		margin-left: 55%;
		margin-top: 9%;
	}
	/*chevrons*/

	@media screen and (max-width: 1023px) {
		/*.flexslider .slides img {
			width: 1024px;
		}*/
		.carouselImage{
			height: 500px;
			
		}

		#slide1 h1{
			background: none;
			color: #fff;
			font-size: 26px;
		}
		#slide1{
			margin-left: 5%;
			margin-top: 19%;
		}

		#slide2{
			/*left: 21%;*/
			bottom: 20%;
		}
		#slide2 h1{
			font-size: 21px;
		}

		#slide2 p{
			font-size: 18px;
		}

		.feedBack{
		 	font-size:18px;
		}

		#slide3{
			/*left: 25%; */
			/*width: 51%;	*/
			text-align: center;
		}

		#slide3 h1{
			background: none;
			color: #fff;
			font-size: 26px;
		}

		#commentsSlide3{
			color:#fff;
			text-align: center;
			font-size: 18px;
			font-family: Proxima Nova;
		}

		#slide4 {
		    left: 39%;
		    width: 51%;
		}

		#slide4 h1{
			background: none;
			font-size: 21px;
			color: #fff;
		}
		
		#userCarousel{
			margin-left: 14%;
			margin-top: -4%;
		}

		#comments{
			font-size: 16px;
		}

		#companyLogo{
			margin-left: auto;
			margin-right: auto;
			text-align: center;
			display: inline-block;
		}

		#position{
			font-size:21px;
			margin-left: 7%;
		}

		#companyLogo img{
			width: 130px;
		}

		.flexslider .caption .element2-2{
			margin-left: 7%;
		}

		.nav .navbar-nav .pull-right{
			background:#230F54;
		}

		/*Carousel Company Logo*/
		.flexslider .caption .element1-2 {
			margin-top: 9%;
			margin-left: 2%;
		}

		.flexslider .caption .element2-3 {
			margin-top: 16%;
			margin-left: -32%;
		}

		.flexslider .caption .element3-3 {
			margin-top: 16%;
			margin-left: -45%;
		}

		.flexslider .caption .element4-3 {
			margin-top: 16%;
			margin-left: -53%;
		}

		#carouselCompany{
			width: 150px;
		}

		.flexslider #slide4 .element2-1 {
			margin-top: 14%;
			margin-left: -41%;
		}
		
		#date{
			font-size: 36px;
			margin-bottom: 11px;
			color:#fff;
		}

		#month{
			font-size: 21px;
			margin-bottom: 13px;
			color:#fff;
		}

		#year{
			font-size: 21px;
			margin-bottom: 1px;
			color:#fff;
		}
		#day{
			font-size: 21px;
			color:#fff;
			font-weight: normal;
			margin-top: 7%;
		}
		#city{
			font-size: 20px;
			color:#fff;
			font-weight: normal;
		}
		/*chevrons*/
		#chevronSlide1{
			width:50px;
			margin-left: 44.96%;
		}
		#chevronSlide2{
			width:50px;
			margin-top: 0%;
			margin-left: 46%;
		}
		#chevronSlide3{
			width: 50px;
			margin-top: 4%;
			margin-left: 68%;
		}
		#chevronSlide4{
			width:50px;
			margin-left: 6%;
			margin-top: 9%;
		}
		/*chevrons*/
	}

	@media screen and (max-width: 420px) {
		.feedBack{
			font-size:16px;
		}

		#commentsSlide3{
			color:#fff;
			text-align: center;
			font-size: 15px;
			font-family: Proxima Nova;
		}
		/*chevrons*/
		#chevronSlide1{
			width:50px;
			margin-left: auto;
			margin-right: auto;
		}
		#chevronSlide2{
			width:50px;
			margin-top: 0%;
			margin-left: auto;
			margin-right: auto;
		}
		/*chevrons*/
		

	}
	@media screen and (max-width: 360px) {
		.flexslider .slides img {
			width: 100%;
		}
		.carouselImage{
			height: 500px;
			
		}

		#slide1 h1{
			background: none;
			color: #fff;
			font-size: 26px;
		}
		#slide1{
			margin-left: -2%;
		}

		#slide2{
			/*left: 10%;*/
			bottom: 20%;
		}
		#slide2 h1{
			font-size: 21px;
		}

		#slide2 p{
			font-size: 13px;
		}

		.feedBack{
		 	font-size:16px;
		}

		#slide3{
			/*left: 14%; */
			width: 51%;	
			text-align: center;
		}

		#slide3 h1{
			background: none;
			color: #fff;
			font-size: 26px;
		}

		#commentsSlide3{
			color:#fff;
			text-align: center;
			font-size: 15px;
			font-family: Proxima Nova;
		}

		#slide4 {
		    left: 31%;
		    width: 51%;
		}

		#slide4 h1{
			background: none;
			font-size: 21px;
			color: #fff;
		}
		
		#userCarousel{
			margin-left: -95%;
			margin-top: -9%;
		}

		#comments{
			font-size: 12px;
		}

		#companyLogo{
			margin-left: -6%;
		}

		#position{
			font-size:16px;
			margin-left: -15%;
		}

		#companyLogo img{
			width: 80px;
		}
		
		.nav .navbar-nav .pull-right{
			background:#230F54;
		}

		/*Carousel Company Logo*/
		.flexslider .caption .element1-2 {
			margin-top: 6%;
			margin-left: -11%;
		}

		.flexslider .caption .element2-3 {
			margin-top: 7%;
			margin-left: -38%;
		}

		.flexslider .caption .element3-3 {
			margin-top: 7%;
			margin-left: -43%;
		}

		.flexslider .caption .element4-3 {
			margin-top: 7%;
			margin-left: -53%;
		}

		#carouselCompany{
			width: 150px;
		}

		.flexslider .caption .element3-1 {
		    margin-top: 8%;
		}

		.flexslider #slide4 .element2-1 {
			margin-top: 49%;
			margin-left: -69%;
		}
		
		#date{
			font-size: 36px;
			margin-bottom: 11px;
			color:#fff;
		}

		#month{
			font-size: 21px;
			margin-bottom: 13px;
			color:#fff;
		}

		#year{
			font-size: 21px;
			margin-bottom: 1px;
			color:#fff;
		}
		#day{
			font-size: 21px;
			color:#fff;
			font-weight: normal;
			margin-top: 7%;
		}
		#city{
			font-size: 20px;
			color:#fff;
			font-weight: normal;
		}
		/*chevrons*/
			#chevronSlide1{
				width:50px;
				margin-left: 39%;
			}
			#chevronSlide2{
				width:50px;
				margin-top: -25%;
				margin-left: 32%;
			}
			#chevronSlide3{
				width: 30px;
				margin-top: 12%;
				margin-left: 77%;
			}
			#chevronSlide4{
				width:50px;
				margin-left: -11%;
				margin-top: 3%;
			}
		/*chevrons*/
	}
/*Carousel - Homepage*/

/*whatwedo - Homepage*/
	#whatwedo{
		background: none;
	}

	#whatwedo .boxIcon h2{
		color: #2b3d4f;
	}

	#whatwedo .boxIcon p{
		color: #2b3d4f;
		font-size: 18px;
	}

	.processIcon{
		width:100px;
		height:100px;
		border:1px solid #2b3d4f;
		border-radius:50%;
		margin: 0px auto 22px;
	}

	.processIcon img{
		-webkit-filter: invert(100%);
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	}

	#whyconfianzys{
		background: none;
	}

	#whyconfianzys .boxIcon h2{
		color: #2b3d4f;
	}

	#whyconfianzys .boxIcon p{
		color: #2b3d4f;
	}

	#whatwedo .boxIcon .circleIcon{
		color: #fff;
	}

	#whatwedo .boxIcon .circleIcon:hover{
		color: #000;
	}

	#whatwedo .boxIcon .circleIcon:hover img{
		-webkit-filter: invert(100%);
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	}

	#whyconfianzys .boxIcon .circleIcon{
		color: #fff;
	}
	#whyconfianzys .boxIcon .circleIcon:hover{
		color: #EA761E;
	}



	.footerWidget a{
		color: #2b3d4f;
		font-size: 14px;
	}

/*whatwedo - Homepage*/

/*Process  - Homepage // What we Engage*/
	.owl-item{
		width: 400px;
	}

	#process{
		background:url('../images/process-bg-final.png') repeat-y center bottom;
		background-size: 100%;
		background-color:#2d343a;
	}

	.color2 #processIcon {
	    background: none;
		color: #FFF;
		border: 1px solid #FFF;
		opacity: 1;
	}
	.color2 #processIcon:hover {
	    background-color: #fff;
	    color: #FFF;
	}

	#processIcon:hover img {
	    -webkit-filter: invert(1);
	    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'invert\'><feColorMatrix in='SourceGraphic' type='matrix' values='-1 0 0 0 1 0 -1 0 0 1 0 0 -1 0 1 0 0 0 1 0'/></filter></svg>#invert");
	}
/*Process - Homepage*/

/*Client & blog - Homepage*/
	#our_clients{
		list-style-type:none;
	}

	#our_clients .um-below-767{
	  display:block;
	}

	#our_clients li img{
		width: 130px;
	}

	#resourceResponsive1{
		margin-left:63%;
	}
	#resourceResponsive2{
		margin-left:55%;
	}

	#resourceResponsive3{
		margin-left: 61%;
	}

	#resourceResponsive4{
		margin-left: 55%;
	}

	#microsoftLogo{
		display: block;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	   	 /*margin-left: 43%;*/
	}

	.blogHeading{
		font-family: Proxima Nova rg;
		font-size: 24px;
		color: #fff;
	}

	.blogquestion{
		margin-top: 16%;
	}

	.circlehide{
		width: 65px;
		height: 65px;
		border-radius: 50%;
		border: 1px solid #FFF;
		margin-top: 3%;
		text-align: center;
		padding-top: 2%;
		line-height: 1.3em;
	}


	.showText{
		display: none;	
	}

	.PostBy{
		font-size:16px;
		color:#e37826;
	}

	.dateShow{
		display: none;
	}

	.LineShow{
		display: none;
	}

	.divCenterClient {
	    display: block;
	    text-align: center;
	    margin-left: auto;
	    margin-right: auto;
	}

	@media only screen and (max-width: 1024px) {
		#resourceResponsive1{
			margin-left:60%;
		}
		#resourceResponsive2{
			margin-left:54%;
		}

		#resourceResponsive3{
			margin-left: 60%;
		}

		#resourceResponsive4{
			margin-left:54%;
		}
	}

	@media only screen and (max-width: 1023px) {
		#our_clients #listClient{
			width: 130px;
		}

		#our_clients li img{
			width: 150px;
		}

		#our_clients {
		    list-style-type: none;
		    /*margin-left: 0%;*/
		}

		#our_clients li.um-below-767{
	     	display:none; 
	   	}

	   	.divCenterClient {
		    display: block;
		    text-align: center;
		    margin-left: 20%;
		    margin-right: 20%;
		}
	   	
	    .circlehide{
		    display:none; 
		}

	    .below767{
	   		/*display: inline;*/
	   		float: right;
	   		margin-top: -133%;
	    }

	   .showText{
			display: block;	
		}

		.hideText{
			display: none;
		}

	   .PostBy{
			font-size:13px;
	    }

	   .removeTag{
	   		display: none;
	   	}

	   #resourceResponsive1{
	   	 	margin-left: 0%;
	    }

	   #resourceResponsive2{
	   		margin-left: 0%;
	    }

	   #resourceResponsive3{
	   	 	margin-left: 0%;
	   	}

	   #resourceResponsive4{
	   		margin-left: 0%;
	    }

	   #microsoftLogo{
	   		margin-left: 37%;
	    }

		.dateShow{
			display: block;
		}

		.LineShow{
			display: block;
		}
	}

	@media only screen and (max-width: 360px) {
		#our_clients #listClient{
			width: 96px;
		}

		#our_clients li img{
			width: 100px;
		}

		#our_clients {
		    list-style-type: none;
		    /*margin-left: -24%;*/
		}

		#our_clients li.um-below-767{
	    	display:none; 
	   	}

	   	.divCenterClient {
		    display: block;
		    text-align: center;
		    margin-left: auto;
		    margin-right: auto;
		}

	   .circlehide{
		    display:none; 
		}

	   .below767{
	   		/*display: inline;*/
	   		float: right;
	   		margin-top: -135%;
	    }

	   .showText{
			display: block;	
		}

		.hideText{
			display: none;
		}

	   .PostBy{
			font-size:13px;
	    }
	   .removeTag{
	   		display: none;
	   	}

	   #resourceResponsive1{
	   	 margin-left: 0%;
	   }

	   #resourceResponsive2{
	   	 margin-left: 0%;
	   }

	   #resourceResponsive3{
	   	 margin-left: 0%;
	   }

	   #resourceResponsive4{
	   	 margin-left: 0%;
	   }

	   #microsoftLogo{
	   	 margin-left: 25%;
	   }

		.dateShow{
			display: block;
		}

		.LineShow{
			display: block;
		}
	}
/*Client & blog - Homepage*/

/*get in touch*/
	.input-group{
		width: 400px;
		margin-left: 30%;
	}

	#getintouch{
		background-image:url(../images/getintouch.jpg);
		background-position:center;
		background-repeat:no-repeat;
		background-size: cover;
	}

	#location{
		color: #FFF; 
		border: 1px solid #FFF;
		display: inline-block;
		background: none;
	}

	#mailid{
		margin-top: 46%;
	}

	#mailid h1{
		color:#FFF;
		text-transform:none;
		font-size:36px;
	}

	.displayTextbox{
		display: none;
	}

	@media screen and (max-width: 1023px){
		#getintouch{
			background-size: 183% 100%;
			background: #AD1D27;
		}

		#location{
			display: none;
		}

		#mailid{
			margin-top:0%;
		}

		#mailid h1{
			color:#FFF;
			text-transform:none;
			font-size:23px;
		}

		.contact{
			display: none;
		}

		.displayTextbox{
			display: inline-table;
		}

		.input-group {
		    width: 259px;
			margin-left: 3%;
		}

		.flipBoard{
			margin-left: 35%;
		}
	}

	@media screen and (max-width: 360px){
		#getintouch{
			background-size: 183% 100%;
			background: #AD1D27;
		}

		#location{
			display: none;
		}

		#mailid{
			margin-top: 0%;
		}

		#mailid h1{
			color:#FFF;
			text-transform:none;
			font-size:23px;
		}

		.contact{
			display: none;
		}

		.displayTextbox{
			display: inline-table;
		}

		.input-group {
		    width: 210px;
		    margin-left: 9%;
		}

		.flipBoard{
			margin-left: 21%;
		}
	}
/*get in touch*/



/*WhyUS*/
	.ourTeam{
		background: none;
		color: #2b3d4f;
		text-align: center;
		border-bottom: none;
		height: 160px;
	}

	.ourTeam h3{
		margin: 0px 0px 0em;
	}

	.whyus{
		display: block;
	}

	.whyusAccordion{
		display: none;
	}

	#teamImage{
		width: 1024px;
		/*height: 480px;*/
	}


	.teamTab{
		border-radius: 5px;
		font-size: 16px;
	}

	.teamTab > li > a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	    width: 180px;
		text-align: center;
		margin-left: -53%;
		background: #e3e3e3;
	}

	.teamTab > li.active > a {
		background: #FFF;
	}

	.teamFirstTab{
		margin-left:40%;
	}


	@media screen and (max-width: 1023px){
		#teamImage{
			width: 600px;
			height: 250px;
		}

		.ourTeam{
			height: 180px;
		}

		.whyus{
			display: none;
		}

		.whyusAccordion{
			display: block;
		}

		.teamTab{
			margin-left: 22%;
			border-radius: 5px;
			width: 368px;
			font-size: 13px;
		}

		.teamTab > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 180px;
			text-align: center;
			margin-left: 1%;
		}

		.teamFirstTab{
			margin-left:5%;
		}

		.hideInTab{
			display: none;
		}
	}

	@media screen and (max-width: 360px){
		#teamImage{
			width: 322px;
			height: 250px;
		}

		.ourTeam{
			height: 180px;
		}
		
		.whyus{
			display: none;
		}

		.whyusAccordion{
			display: block;
		}

		.hideInTab{
			display: block;
		}
		.teamTab{
			margin-left: -20%;
			border-radius: 5px;
			width: 463px;
			font-size: 13px;
		}

		.teamTab > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 180px;
			text-align: center;
			margin-left: 1%;
		}
		.teamFirstTab{
			margin-left:5%;
		}
	}
/*WhyUS*/

/*What we do - Page*/
	#myPills{
		/*margin-left: 39%;*/
		/*border: 1px solid #2b3d4f;*/
		border-radius: 5px;
		/*width: 233px;*/
		font-size: 16px;
	}

	.nav-pills > li > a {
	    border-radius: 0px;
	}

	.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
		border-top:2px solid #EA761E;
	}

	.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
		color: #FFF;
		background-color: #164469;
		height: 38px;
	}

	#myPills > li > a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	    width: 154px;
		text-align: center;
		margin-left: -53%;
		background: #e3e3e3;
	}

	#myPills > li.active > a {
		background: #FFF;
	}

	.Service{
		margin-left: 35%;
	}

	.showcase{
		display: none;
		background:#E4E4E4;
		/*width: 1140px;*/
		/*border-radius: 5px;*/
	}

	.paralaxText blockquote {
		background: none;
	}

	.sectionHeader{
		text-align: center;
		font-size: 18px;
		font-family: Open Sans Bold;
		height: 45px;
		padding: 0.5em;
	}

	/*
	.boxFocus{
		height: 250px;
	}*/
	.owl-carousel {
	    padding-bottom: 1em;
	}

	.clientName{
		margin-left: -6%;
	}

	.customerStory{
		/*width: 1100px;
		margin-top: 9%;*/
		background: none;
		color: #2B3D4F;
		border-bottom: none;
	}

	.customerStory p{
		font-size: 12px; 
		color: #2B3D4F;
		line-height: 1.5em;
	}

	.customerstoryCarousel{
		border-right:none;
	}

	.customerstoryPage {
	    border: 1px solid #e4e4e4;
	    height: 350px;
	    box-shadow:0px 2px 2px 2px #f8f8f8;
		-webkit-box-shadow:0px 2px 2px 2px #f8f8f8;
		-moz-box-shadow:0px 2px 2px 2px #f8f8f8;
	}

	.testimonial{
		width: 735px;
	}

	.testimonialLogo{
		width: 150px;
		margin-left: 38%;
	}

	.centerDiv{
		width: 190px;
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}

	.borderLeft{
		border-left:1px dotted #2b3d4f;
		height: 478px;
	}

	.training{
		/*width:1024px;*/
		box-shadow:0px 0px 1px 1px #C9C9C9;
		-webkit-box-shadow:0px 0px 1px 1px #C9C9C9;
		-moz-box-shadow:0px 0px 1px 1px #C9C9C9;
		
	}
	.h3{
		margin-top: 20%;
	}

	@media screen and (max-width: 1023px){
		#myPills{
			/*margin-left: 21%;*/
			/*border: 1px solid #2b3d4f;*/
			/*border-radius: 5px;
			width: 228px;
			font-size: 13px;*/
			/*margin-left: 13%;*/
			border-radius: 5px;
			width: 455px;
			font-size: 13px;
		}

		#myPills > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 120px;
			text-align: center;
			margin-left: -45%;
		}

		.Service{
			margin-left: 19%;
		}

		/*.customerStory {
		    width: 389px;
		    margin-top: 9%;
		}*/
		.sectionHeader {
		    text-align: center;
		    font-size: 16px;
		    font-family: Open Sans Bold;
		    background: none;
		    color: #2B3D4F;
		    height: 50px;
		}

		.showcase {
		    background: none repeat scroll 0% 0% #E4E4E4;
		    width: 100%;
		    /*margin-left: 9%;*/
		    /*border-radius: 5px;*/
		}

		.showcasebuild {
		    background: none repeat scroll 0% 0% #E4E4E4;
		    width: 450px;
			/*margin-left: 9%;*/
		}

		.showcaseCTM{
			/*margin-left: 12%;*/
		}

		.clientName{
			margin-left: 2%;
		}

		.testimonial{
			width: 460px;
		}

		.testimonialLogo{
			width: 150px;
			margin-left: 32%;
		}

		.customerstoryCarousel{
			border-right:none;
		}

		.borderLeft{
			border-left:none;
		}

		.h3{
			margin-top: 10%;
		}

	}

	@media screen and (max-width: 360px){
		#myPills{
			/*margin-left: 4%;*/
			/*border: 1px solid #2b3d4f;*/
			/*border-radius: 5px;
			width: 228px;
			font-size: 13px;*/
			font-size: 10px;
			border-radius: 5px;
			/*margin-left: -4%;*/
			width: 345px
		}

		#myPills > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 100px;
			text-align: center;
			margin-left: -45%;
		}

		.Service{
			margin-left: 11%;
		}



		.showcase {
		    background: none repeat scroll 0% 0% #E4E4E4;
		    width: 100%;
		    /*margin-left: -13%;*/
		    /*margin-left: -8%;*/
		    /*border-radius: 5px;*/
		}

		.showcaseCTM{
			/*margin-left: -4%;*/
		}

		.showcasebuild {
		    background: none repeat scroll 0% 0% #E4E4E4;
		    width: 300px;
		    /*margin-left: 0%;*/
		}

		/*.customerStory {
		    width: 245px;
		    margin-top: 9%;
		}*/

		.clientName{
			margin-left: 5%;
		}

		.testimonial{
			width: 235px;
		}

		.testimonialLogo{
			width: 150px;
			margin-left: 14%;
		}

		.customerstoryCarousel{
			border-right:none;
		}

		.borderLeft{
			border-left:none;
		}

		.sectionHeader {
		    text-align: center;
		    font-size: 16px;
		    font-family: Open Sans Bold;
		    background: none;
		    color: #2B3D4F;
		    height: 55px;
		}

		.training {
		    width: 300px;
		}

		.showcasebuild .training {
		    width: 268px;
		    margin-left: 5%;
		}

		.h3{
			margin-top: 20%;
		}
	}
/*What we do*/


/*Where we help*/
.wherewehelpCycle{
	/*margin-left:22%;*/
}

@media screen and (max-width: 1023px){
	.wherewehelpCycle{
		width: 450px;
		/*margin-left: 9%;*/
	}
}

@media screen and (max-width: 360px){
	.wherewehelpCycle{
		width: 300px;
		/*margin-left: -1%;*/
	}
}

/*Where we help*/
/*Customer Review*/
	.customerReview{
		/*height: 450px;*/
	    border-radius: 5px;
	}

	#customerText {
	    text-align: left;
	    padding-top: 10px;
		padding-bottom: 7px;
	}

	.storiesTestimonial{
		/*margin-top:-8%;*/
		/*width: 46%;*/
		left: 47%;
	}

	.storiesTestimonial .element1-1 img{
		margin-left: auto;
		margin-right: auto;
	}

	/*.storiesTestimonial .element1-1 h3{
		margin-left: -13%;
	}

	.storiesTestimonial .element1-1 h5{
		margin-left: -96%;
	}*/

	@media screen and (max-width: 1023px){
		.storiesTestimonial {
		    margin-top: 4%;
		    left: 5%;
		}

		.storiesTestimonial .element1-1 img{
			margin-left: auto;
			margin-right: auto;
		}

		.storiesTestimonial .element1-1 h3{
			margin-left: 1%;
		}

		.storiesTestimonial .element1-1 h5{
			margin-left: 0%;
		}
	}


	@media screen and (max-width: 360px){
		.storiesTestimonial {
		    margin-top: -1%;
		    /*width: 46%;*/
		    left: 5%;
		}

		.storiesTestimonial .element1-1 img{
			margin-left: auto;
			margin-right: auto;
		}

		.storiesTestimonial .element1-1 h3{
			margin-left: 0%;
		}

		.storiesTestimonial .element1-1 h5{
			margin-left: 0%;
		}
	}
/*Customer Review*/

/*Training Page*/
.calendar > thead > tr > td{
	padding: 15px;
}

.calendar > tbody > tr > td{
	padding: 15px;
}

.trainingHide{
	display: block;
}

.trainingShow{
	display: none;
}

.detailTrainingrow{
 	margin-top:-0.8%;
}

.trainingRowContent1{
	border-right: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.trainingkeyBenefits{
	border-right:1px solid #e6e6e6;
	padding-top: 1em;
}

.trainingCourseDetail{
	padding-top: 1em;
	border-left:1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.hideTraining{
	display: block;
}

.showTraining{
	display: none;
}

.nextTrainingTitle{
	font-size:21px;
}

.nextTrainingDays{
	font-size: 21px;
	/*margin-top: 14%;*/
}

.nextTrainingLocation{
	font-size:20px;
	/*margin-top: -7%;*/
}


.trainingTab{
	border-radius: 5px;
	font-size: 16px;
}

.trainingTab > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    width: 154px;
	text-align: center;
	margin-left: -53%;
	background: #e3e3e3;
}

#trainingTab > li.active > a {
	background: #FFF;
}

.spmr{
	margin-left: 26%;
}

.spmk{
	margin-left: 35%;
}

.mailIcon{
	margin-left: 42%;
}

#trainingClients{
		list-style-type:none;
	}

#trainingClients .um-below-767{
  display:block;
}

#trainingClients li img{
	width: 130px;
}
@media screen and (max-width: 1023px){
	.trainingHide{
		display: none;
	}

	.trainingShow{
		display: block;
	}

	.detailTrainingrow{
	 	margin-top:-1.3%;
	}

	.trainingRowContent1{
		border-right: none;
		border-bottom: none;
	}

	.trainingkeyBenefits{
		border-right:none;
		padding-top: 0em;
	}

	.trainingCourseDetail{
		padding-top: 0em;
		border-left:none;
		border-bottom: none;
	}

	.hideTraining{
		display: none;
	}

	.showTraining{
		display: block;
	}
	.nextTrainingDays {
	    font-size: 14px;
		margin-top: auto;
		margin-bottom: auto;
	}

	.nextTrainingLocation {
	    font-size: 14px;
	    margin-top: auto;
		margin-bottom: auto;
	}

	.trainingTab{
		/*margin-left: 3%;*/
		border-radius: 5px;
		width: 555px;
		font-size: 13px;
	}

	.trainingTab > li > a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	    width: 110px;
		text-align: center;
		margin-left: -53%;
	}

	.spmr{
		margin-left: 19%;
	}

	.spmk{
		margin-left: 29%;
	}

	.mailIcon{
		margin-left: 46.5%;
	}

	.trainingContent{
		width: 400px;
		margin-left: auto;
		margin-right: auto;
	}

	#trainingClients #listClient{
		width: 130px;
	}

	#trainingClients li img{
		width: 150px;
	}

	#trainingClients {
	    list-style-type: none;
	    /*margin-left: 0%;*/
	}

	#trainingClients li.um-below-767{
     	display:none; 
   	}
}

@media screen and (max-width: 360px){
	.trainingHide{
		display: none;
	}

	.trainingShow{
		display: block;
	}
	
	.detailTrainingrow{
	 	margin-top:-1.3%;
	}

	.trainingCourseDetail{
		padding-top: 0em;
		border-left:none;
		border-bottom: none;
	}

	.trainingRowContent1{
		border-right: none;
		border-bottom: none;
	}
	
	.trainingkeyBenefits{
		border-right:none;
		padding-top: 0em;
	}

	.hideTraining{
		display: block;
	}

	.showTraining{
		display: none;
	}

	.nextTrainingDays {
	    font-size: 14px;
	    margin-top: 0%;
	}

	.nextTrainingLocation {
	    font-size: 14px;
	    /*margin-top: -13%;*/
	}

	.trainingTab{
		margin-left: -7%;
		border-radius: 5px;
		width: 463px;
		font-size: 13px;
	}

	.trainingTab > li > a {
	    position: relative;
	    display: block;
	    padding: 5px 15px;
	    width: 75px;
		text-align: center;
		margin-left: -53%;
	}

	.spmr{
		margin-left: 11%;
	}

	.spmk{
		margin-left: 21%;
	}

	.mailIcon{
		margin-left: 42%;
	}

	.trainingContent{
		width: 282px;
		margin-left: 0%;
	}

	#trainingClients #listClient{
			width: 96px;
		}

	#trainingClients li img{
		width: 100px;
	}

	#trainingClients {
	    list-style-type: none;
	    margin-left: -21%;
	}

	#trainingClients li.um-below-767{
    	display:none; 
   	}
}
/*Training Page*/

/*Video Testimonials*/
.videoTestimonial{
	width:100%;
	left: 4%;
	margin-top:0%;
}

.videoTestimonial .element1-1 img{
	margin-left: 44%;
}

.videoTestimonial .element1-1 h3{
	margin-left:41%;
}

.videoSlide{
	height:400px;
	background:#f8f8f8;
}

.flexslider .videoTestimonial .hideVideo{
	display: block;
	margin-left: 5%;
}

.flexslider .videoTestimonial .showVideo{
	display: none;
}
/*.storiesTestimonial .element1-1 h5{
	margin-left: -96%;
}*/
@media only screen and (max-width: 1024px) {
	.flexslider .videoTestimonial .hideVideo{
		display: none;
	}

	.flexslider .videoTestimonial .showVideo{
		display: block;
		/*margin-left: -5%;*/
	}
}

@media screen and (max-width: 1023px){
	.videoTestimonial {
	    left: 45%;
		margin-top:0%;
	}

	.videoTestimonial .element1-1 img{
		margin-left: 42%;
	}

	.videoTestimonial .element1-1 h3{
		margin-left: 34%;
	}

	.videoTestimonial .element1-1 h5{
		margin-left: 0%;
	}

	.videoSlide{
		height:600px;
		background:#f8f8f8;
	}

	.flexslider .videoTestimonial .hideVideo{
		display: none;
		margin-left: auto;
		margin-right: auto;
	}

	.flexslider .videoTestimonial .showVideo{
		display: block;
	}
}


@media screen and (max-width: 360px){
	.videoTestimonial {
	    margin-top: -1%;
	    /*width: 46%;*/
	    left: 10%;
	}

	.videoTestimonial .element1-1 img{
		margin-left: 31%;
	}

	.videoTestimonial .element1-1 h3{
		margin-left: 0%;
	}

	.videoTestimonial .element1-1 h5{
		margin-left: 0%;
	}

	.videoSlide{
		height:600px;
		background:#f8f8f8;
	}

	.flexslider .videoTestimonial .hideVideo{
		display: none;
	}

	.flexslider .videoTestimonial .showVideo{
		display: block;
		margin-left: -5%;
	}
}
/*Video Testimonials*/

/*Client & Customer Stories*/
.clientStoriesTab{
	border-radius: 5px;
	font-size: 16px;
}

.clientStoriesTab > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    width: 200px;
	text-align: center;
	/*margin-left: -53%;*/
	background: #e3e3e3;
}

.clientStoriesTab > li.active > a {
	background: #FFF;
}

.clientFirstTab{
	margin-left: 0%;
}

.clientStoriesTab{
	border-radius: 5px;
	font-size: 16px;
}

.clientStoriesTab > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    width: 200px;
	text-align: center;
	/*margin-left: -53%;*/
	background: #e3e3e3;
}

.clientStoriesTab > li.active > a {
	background: #FFF;
}

.clientFirstTab{
	margin-left: 0%;
}

.clientStoriesFirstTab{
	margin-left: 31%;
}
/*Client & Customer Stories*/

/*Testimonials*/

.testimonialTab{
	border-radius: 5px;
	font-size: 16px;
}

.testimonialTab > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
    width: 167px;
	text-align: center;
	margin-left: -53%;
	background: #e3e3e3;
}

.testimonialTab > li.active > a {
	background: #FFF;
}

.testmonialFirsttab{
	margin-left: 32%;
}

.testimonialPage {
    border: 1px solid #e4e4e4;
    height: 500px;
    box-shadow:0px 2px 2px 2px #f8f8f8;
	-webkit-box-shadow:0px 2px 2px 2px #f8f8f8;
	-moz-box-shadow:0px 2px 2px 2px #f8f8f8;
}

.testimonialPublicTraining {
    border: 1px solid #e4e4e4;
    height: 500px;
    box-shadow:0px 2px 2px 2px #f8f8f8;
	-webkit-box-shadow:0px 2px 2px 2px #f8f8f8;
	-moz-box-shadow:0px 2px 2px 2px #f8f8f8;
}

.testimonialContent{
	background: none;
	color: #2B3D4F;
	border-bottom: none;
	height: 300px;
}

.testimonialContent p{
	font-size: 14px; 
	color: #2B3D4F;
	line-height: 1.5em;
	text-align: justify;
}

.testimonialContent h5{
	margin-top: 10%; 
}

.designation{
	height: 70px;
}

@media screen and (max-width: 1023px){
		.testimonialTab{
			/*margin-left: 9%;*/
			border-radius: 5px;
			width: 460px;
			font-size: 13px;
		}

		.testimonialTab > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 140px;
			text-align: center;
			margin-left: 1%;
		}

		.testmonialFirsttab{
			margin-left:5%;
		}

		.testimonialPage {
		    border: 1px solid #E4E4E4;
		    height: 500px;
		    box-shadow: 0px 2px 2px 2px #F8F8F8;
		}

		.testimonialContent{
			background: none;
			color: #2B3D4F;
			border-bottom: none;
			height: 350px;
		}

		.testimonialContent h5{
			margin-top: 5%; 
		}

		.testimonialPublicTraining {
		    border: 1px solid #E4E4E4;
		    height: 500px;
		    box-shadow: 0px 2px 2px 2px #F8F8F8;
		}
	}

	@media screen and (max-width: 360px){
		.testimonialTab{
			margin-left: -20%;
			border-radius: 5px;
			width: 463px;
			font-size: 13px;
		}

		.testimonialTab > li > a {
		    position: relative;
		    display: block;
		    padding: 5px 15px;
		    width: 100px;
			text-align: center;
			margin-left: 1%;
		}
		.testmonialFirsttab{
			margin-left: 10%;
			margin-top: 4%;
		}

		.testimonialPage {
		    border: 1px solid #E4E4E4;
		    /*height: 450px;*/
		    box-shadow: 0px 2px 2px 2px #F8F8F8;
		}

		.testimonialContent h5{
			margin-top: 5%; 
		}

		.testimonialPublicTraining {
		    border: 1px solid #e4e4e4;
		    /*height: 300px;*/
		    box-shadow:0px 2px 2px 2px #f8f8f8;
			-webkit-box-shadow:0px 2px 2px 2px #f8f8f8;
			-moz-box-shadow:0px 2px 2px 2px #f8f8f8;
		}
	}
/*Testimonials*/
