body {
	color: #60513a;
	color: #03225C;
	color: #573C2D;
}
a {
	color: #accc26;
}
p {
	padding-left: 0.8rem;

}
hr {
	border: 0.5px solid;
	color: #93ac27;
	margin-top: 1rem;
	margin-bottom:1rem;
}

h1  {
	padding-left: 0.8rem;
	padding-top: 3rem;
}

h2 {
	padding-left: 0.8rem;
	padding-top: 3rem;

}
/*================= Background ==========================*/

#home {background: url(../../media/images/pill1.jpg) right no-repeat fixed #fff;; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height:100%; position: relative; background-attachment: fixed;}
/*=======================================================*/

/*==================Nav Bar STARTS ========================*/

.fixed-top{
	border-bottom-color: black;
	border-bottom: 1px solid;
	padding:0 0;
	background-color:white;
	opacity:0.9;
}

.navbar-brand{
	padding-left: 3.7rem;
}

.navbar-collapse{
	float: right;
}

.navbar-nav{
	color: #60513a;
	float: right;
	text-align: right;
	margin-right:0.5rem;
}

.navbar-light .navbar-nav .nav-link{
	color: #93ac27;
}

.dropdown-item:hover{
	color: #93ac27;
}

.navbar-light  .navbar-nav  .nav-link:hover{
	color: white;
	background-color: #93ac27;
}
.nav-item:active{
	background-color:#93ac27;
}

/*================== Nav Bar ENDS ==============================*/

/*================== Barry's amendments Start ========================*/
img.center {
	display: block; margin-left: auto; margin-right: auto; 
}
img.center:hover{
	    transform: scale(1.5);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
p.note {
	 font-size: 10px;
	 text-align: right;
}

img.left {
	 float:left; margin:5px 15px 5px 0;
}
ul {

	list-style: url("../../Media/images/testedBy_scaled.png");
	margin-top: 1em;
	margin-bottom: 1 em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 40px;
	padding-left: 40px;
}
/*================== Barry's amendments End ========================*/


/*================== Video, Opening Text START ==================*/
.fold-content{
	margin-top:5rem;
}
video {
	display:inline-block;
	vertical-align:baseline;
	width:100%;
	height:auto;
}

#opening-video{
	border-radius: 2rem;
	margin-top:4rem;
	margin-right:1rem;
}

.opening-text {
	background-color: white;
    border-color: #60513a;
    border-radius: 2rem;
    border-style: solid;
    border-width: 1px;
    opacity: 0.85;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    text-align: left;
	margin-top:2rem;
}

.zoom img{
   -webkit-transition: all 2s ease;
 -moz-transition: all 2s ease;
 -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.zoom img:hover {
  width: 200%; height: 200%;
}

/*================== Video Opening Text ENDS ==================*/



/*================== Services Tiles STARTS ====================*/

.img-thumbnail{
	max-width:105%;
	border: 0px;
	border-radius:2rem;
}

.ih-item img {
	width: 105%;
	border-radius:1.5rem;
}

.ih-item.square{
	border-radius:2rem;
	height:100%;
	padding-left:0;
	margin-right:1.5rem;
	padding-right:0;
	min-width:150px;
	margin-bottom:1.5rem;
}

.tiles-row{
	flex-wrap: nowrap;
	margin-left:1rem;
	margin-right:4rem;
	margin-bottom: 2rem;
	margin-top:2rem;
}
.modal-content{
	border-radius:2.5rem;
	border: 6px solid;
	
}
#modal-body-1
{
	background-image: url(../../media/images/QMS_Flow.png);
	border-color: white;
	margin:auto;
}

#modal-body-2
{
	background-image: url(../../media/images/Aud_Rpt_3-min.jpg);
	border-color: white;
	margin:auto;
}
#modal-body-3
{
	background-image: url(../../media/images/URS.png);
	border-color: white;

}
#modal-body-4
{
	background-image: url(../../media/images/Test_Bkgd_popup.png);
	border-color: white;

}
#modal-body-5
{
	background-image: url(../../media/images/Code_snippet_1.png);
	border-color: white;
}
#modal-body-6
{
	background-image: url(../../media/images/Consultancy4.png);
	border-color: white;

}
.exit-modal{
	margin-top:0.5rem;
	margin-left:0.5rem;
	margin-right:0.5rem;
	margin-top:0.5rem;
	border: 1px solid black;
	color:#93ac27;
	background-color:white;
	border-radius:1rem;
	margin-bottom:1rem;
}

p.image-popup-p,.image-popup-p
{
	background: white;
	border-color: #60513a;
	border-radius: 3px;
	border-style: ridge;
	border-width: 2px;
	color: black;
	list-style-position: inside;
	opacity: 0.97;
	padding: 5px;
	text-align: left;
	text-shadow: none;
	margin-bottom:2rem;
	width: 67%;
	margin: auto;
}
.image-popup-bottom
{
	background: white;
	border-color: #60513a;
	border-radius: 15px;
	border-style: ridge;
	border-width: 2px;
	color: black;
	margin-left: 7em;
	margin-right: 6em;
	margin-top: 0rem;
	opacity: 0.8;
	opacity: 0.95;
	padding: 8px;
	text-align: center;
	text-shadow: none;
}

.popup-head
{
	background: white;
	border-color: #60513a;
	border-radius: 15px;
	border-style: ridge;
	border-width: 2px;
	color: black;
	margin-bottom: 1em;
	margin-left: 7em;
	margin-right: 6em;
	margin-bottom:2rem;
	opacity: 0.95;
	text-align: center;
	min-width:200px;

}

/*====== table in pop-up ======*/
table, th, td
{
	border: 1px solid black;
	border-collapse: collapse;
	font-family: "trebuchet MS", arial;
		padding:-0.5rem;

}
table
{
	width: 100%;
	margin-left:0.5rem;

}
#scrollit
{
	outline-style: outset;
	overflow: scroll;
}
tr:hover
{
	background-color: #c9ff8c;
}
tr:nth-child(even)
{
	background-color: #f2f2f2;
}
tr:hover:nth-child(even)
{
	background-color: #c9ff8c;
}
tr
{
	height: 4em;
	text-align: center-left;
}
th
{
	background-color: #4CAF50;
	color: white;
	height: 3em;
	vertical-align: middle;
}

/*================== Services Tiles ENDS ======================*/

/*================== client Area STARTS =======================*/

.logos {
	text-align: left;
	margin-top:2rem;
}

.logos-row{margin:0 auto;}

/*================== client Area ENDS =======================*/

/*================== Team Area STARTS =======================*/
.modal-body
{
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 5.5rem;
	font-weight: 300;
	overflow: auto;
	position: absolute;
	top: 5rem;
	width: 10100%;
}

.team-text{
	background-color: white;
    border-color: #60513a;
    border-radius: 2rem;
    border-style: solid;
    border-width: 1px;
    opacity: 0.85;
    padding-bottom: 0.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1rem;
    text-align: left;
	margin-top:5rem;
	margin-left: 0rem;
}

figure.image{
	width: inherit;
}

.img-cover{
	width:100%;
	height:100%;
	opacity:0;
	position: absolute;
	background: rgba(8, 180, 218, 0.9);
	top:0;
	left:0;
}

.grid {
	position: relative;
	margin-top: 2rem;
	list-style: none;
	text-align: center;
	padding:0;

}

/* Common style */
.grid figure {

	position: relative;
    float: left;
    overflow: hidden;
    margin: 0; /*change here for spacing*/	
    width: 50%;  /* how many tiles */
    text-align: center;
    cursor: pointer;
    padding-right: 2em;
    padding-left: 2em;
    border-radius: 25px;
    padding-bottom: 2em;

}


.grid figure img {
background-color: #17819c;
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 1;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: -1.2rem;

	bottom:0rem;
	width: 85%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 700;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 75%;
}


/* team tiles chico */

figure.effect-team img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1);
	border-radius:25px;
	border: 0.3rem solid white;
}

figure.effect-team:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-team figcaption {
	padding: 2em;	
}

figure.effect-team figcaption::before {
	position: absolute;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	background: rgba(0,0,0,0.5);
		border-radius:10px;
		top: 1.7rem;
		right: 1.3rem;
		bottom: 1.3rem;
		left: 2.5rem;
}


figure.effect-team figcaption::before,
figure.effect-team p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
		border-radius:10px;
}

figure.effect-team h2 {
	padding: 20% 0 20px 0;
}

figure.effect-team p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-team:hover figcaption::before,
figure.effect-team:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	border-radius:10px;
}


.modalpTeam-1
{
	bottom: 0;
	display: none;
	left: 0;
	max-height: 100%;	
	outline: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	webkit-overflow-scrolling: touch;
	z-index: 1050;
}

#team-pic-1
{
	background-image: url(../../media/images/team/team.jpg);
		border-color: white;
	border-radius: 2rem;
	border-style: solid;
	border-width: 1rem;
	width: 120%;
}

.team-header1{
	text-align:center;
}


.fa {
	font-size:150%
}



/*================== Team Area ENDS =======================*/


/*================== Get in touch STARTS =======================*/
.contact-form textarea, .contact-form input
{
	border: 1px solid #ccc;
	border-radius: 25px;
	margin-bottom: 1rem;
	opacity: 0.85;
	
	padding: 1rem;
	width: 100%;
}

.contact-form{
	margin-left: 15%;
	margin-right:15%;
	margin-top: 2rem;
}

.btn-primary
{
	background: #93ac27 none repeat scroll 0 0;
	color: #fff;
	margin-bottom: 1rem;
	padding: 0.8rem 3.8rem;
	width: 100%;
	border-radius:2rem;
	border-color:#93ac27;
}

.btn-primary:hover{
	background-color:#806f5d;
	color:#93ac27;
	border-color:white;
}

/*================== Get in touch ENDS =======================*/

/*================== Footer STARTS =======================*/

.footer{
/*	background-color: #806f5d;*/
	background-image: url("../../media/images/pill1.jpg");
	text-align: center;
	color: BLACK;
	margin-top:2rem;
}

.mCSB_scrollTools{
	padding-right:1.5rem;
	margin-top:1rem;
	margin-bottom:1rem;
}


 /* ====== hover team ======*/ 
  .hover-details {width: 35%; height: auto; overflow: hidden; position: relative; -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; margin-bottom: 40px; float:left;border-radius:1.5rem;}

.hover-text{margin-top: 1rem;}
.hover-details .img-cover { width: 100%; height: 100%; opacity: 0; position: absolute; top: 0; left: 0; background: #60513a;)                    ; -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; color:#accc26;}
.hover-details > img { width: 100%; height: auto; -moz-transition: all ease 400ms ease-in-out; -webkit-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; }

.img-zoom { width: 45px; height: 45px; background-color: #1a1a1a; line-height: 45px; position: absolute; top: -45%; left: 50%; border-radius: 3px; margin-top: -35px; margin-left:  -25px; -webkit-transition: all ease 400ms ease-in-out; -moz-transition: all ease 400ms ease-in-out; -ms-transition: all ease 400ms ease-in-out; -o-transition: all ease 400ms ease-in-out; transition: all ease 400ms ease-in-out; text-align: center;}
.img-zoom i {color: #FFF; font-size: 18px;}

.img-cover h3 { width: 100%; position: absolute; bottom: -28%; color: #f8f8f8; font-size: 16px; text-align: center;	 padding: 0 10px; -webkit-transition: all 300ms ease-in-out; -moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out; -ms-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;}
 
.hover-details:hover {cursor: pointer;}
.hover-details:hover > img { transform: scale(1.2); -ms-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); -moz-transform: scale(1.2);}
.hover-details:hover .img-zoom { top: 45%;}
.hover-details:hover .img-cover h3 { bottom: 38%;}
.hover-details:hover .img-cover { opacity: 1;}
.img-zoom:hover { background-color: #333;}



.gototop
{
	background: white;
	border-radius: 45%;
	bottom: 2%;
	color: #60513a;
	opacity: 0.9;
	padding: 0.5em;
	position: fixed;
	right: 1%;
}
.gototop i
{
line-height:0.5em;}
	.fa-angle-up{
	font-size:3em;}


/* ==========================================================================
Media Queries
 ========================================================================== */
/* ------ Tablet Portrait size to standard 960 (devices and browsers) ------*/


@media only screen and (min-width: 992px){
.hover-details{
	min-width:135px;
}
.opening-text{
	margin-left:4rem;
}
.modal-dialog{margin:30px auto;}
.hover-text{margin-top:0.5rem; padding-top:1rem}
.left-img{
	margin-right:2rem;
	margin-left:4rem;
}
#opening-video{margin-top:5rem;}
.opening-text{margin-left:3rem;}
.navbar-brand{padding-left:0rem;}
.modal-content{background-repeat:no-repeat; background-size:cover; width:180%; height:40rem; }
.modal-dialog{margin: 2rem 5rem;}
}

@media only screen and (min-width: 1100px){

.navbar-collapse{padding-right:1rem;}
.navbar-brand{padding-left:0rem;}
.modal-dialog{margin: 2rem 14rem;}

}
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
.hover-details{	
width: 50%}
.top-img{margin-top:3.5rem;}



}

/* ------ Mobile Landscape Size to Tablet Portrait (devices and browsers) ------*/
@media only screen and (max-width: 767px) {
.hover-details{
	min-width:135px;
	
}
.hover-text{margin-top:0.5rem; padding-top:1rem}
.left-img{
	margin-right:0.8rem;
	margin-left:4.5rem;
}
.navbar-brand{padding-left:0rem;}
.tiles-row{margin: 0 0;}
.ih-item.square{margin-right:0rem;}

.fa-angle-up{font-size:2em;}
}

@media only screen and (max-width: 740px)
and (orientation:landscape) {
	.tiles-row{ flex-wrap:wrap;}
	.contact-form{
	margin-left:0.2rem;
	margin-right:0.2rem;
	margin-top:0.2rem;
}
.navbar-brand{padding-left:0rem;}
#opening-video{margin-top:1rem;}
.modal-dialog{margin-right:6rem;}
.popup-head{margin-left:auto; margin-right:auto;padding:0.4rem;}
p.image-popup-p,.image-popup-p{margin-left:0; margin-right:0;}
.image-popup-bottom{margin-left:0;margin-right:0;
}
}



@media only screen and (max-width: 568px)
and (orientation:landscape) {
	.tiles-row{ flex-wrap:nowrap;}
	.contact-form{
	margin-left:0.2rem;
	margin-right:0.2rem;
	margin-top:0.2rem;
}
.navbar-brand{padding-left:0rem;}
#opening-video{margin-top:1rem;}
.modal-dialog{margin-right:1.2rem;}
.popup-head{margin-left:auto; margin-right:auto;padding:0.4rem;}
p.image-popup-p,.image-popup-p{margin-left:0; margin-right:0;}
.image-popup-bottom{margin-left:0;margin-right:0;}
}

/* ------ Mobile Portrait Size to Mobile Landscape Size (devices and browsers) ------*/
@media only screen and (max-width: 479px) {
.hover-details{
	min-width:135px;	

}
.tiles-row{ flex-wrap:wrap;margin-left:1.5rem;}
.ih-item.square{margin-right:0rem;}
.hover-text{margin-top:0.5rem;padding-top:0rem}
.left-img{
	margin-right:0.5rem;
	margin-left:3rem;
}
.opening-text{
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.contact-form{
	margin-left:0.2rem;
	margin-right:0.2rem;
	margin-top:0.2rem;
}
.navbar-brand{padding-left:0rem;}
#opening-video{margin-top:1rem;}
.modal-dialog{margin-right:0.8rem;}
.popup-head{margin-left:auto; margin-right:auto;padding:0.4rem;}
p.image-popup-p,.image-popup-p{margin-left:0; margin-right:0;}
.image-popup-bottom{margin-left:0;margin-right:0;
}
}



@media only screen and (max-width: 342px) {
.hover-details{
	min-width:135px;
}

.tiles-row{ flex-wrap:wrap;margin: 0 0;}
.hover-text{margin-top:0.5rem;padding-top:0rem}
.ih-item.square{margin-right:0rem;}
.left-img{
	margin-right:0.5rem;
	margin-left:1.5rem;
}
.opening-text{
	margin-left:0.3rem;
	margin-right:0.3rem;
}
.contact-form{
	margin-left:0.2rem;
	margin-right:0.2rem;
	margin-top:0.2rem;
}
.navbar-brand{padding-left:0rem;}

.modal-dialog{margin-right:0.8rem;}
.popup-head{margin-left:auto; margin-right:auto; padding:0.4rem;}
p.image-popup-p,.image-popup-p{margin-left:0; margin-right:0;}
.image-popup-bottom{margin-left:0;margin-right:0;}
}

@media only screen and (max-width: 319px) {
.hover-details{
	min-width:135px;	

}

.hover-text{margin-top:0.5rem;padding-top:0rem}
.left-img{
	margin-right:0.5rem;
	margin-left:0rem;
}

.opening-text{
	margin-left:0.3rem;
	margin-right:0.3rem;
}

.tiles-row{ flex-wrap:wrap; margin: 0 0;}
.ih-item.square{margin-right:0rem;}
.navbar-brand{padding-left:0rem;}
}





