/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML become-a-test/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: "Proxima Nova Soft W03 Reg",sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}

figure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
	margin-bottom: 15px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

a, a:hover, a:focus, .btn:focus {
    text-decoration: none;
    outline: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans',sans-serif;
    color: #252525;
}

/* Sections - general */
.grlink {color:#75b842; font-weight:700;}
.welintro {font-family: 'Open Sans',sans-serif; font-size:54px; line-height:60px; text-transform:uppercase; float: left; font-weight: 700; margin-top: 50px; }
.text-center {text-align:left;}
.row {margin: 0px 20px;}
.recent-works.light {background: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}

.viewbutton {background:#75b842; text-align:center; color:#fff; text-transform:uppercase; padding:10px; margin-top:15px; padding: 10px 5px; margin-top: 15px; font-weight:700; font-size: 18px; font-family: 'Open Sans',sans-serif;}
.viewbutton a {color:#fff;}


.work-item span a {color:#fff;}


/* initial overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #000;
  filter: alpha(opacity=50);
  z-index:1000;
  -moz-opacity: 0.5;
opacity: 0.5;   
}

#overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index:1001;
}

#overlay2 span, .overlay-msg {
	display:block;
    padding: 25px;
    border-radius: 5px;
    color: #000;
    background-color: #fff;
    position:relative;
  z-index:1001;
  width:90%;
  max-width:500px;
  text-align:center;
  margin:0 auto;
    top:20%;
}
#overlay2 h4 {text-transform:uppercase; font-size:24px; color:#013f4e}

#closealert {background: #013f4e; color:#fff; text-transform:uppercase; padding:10px; cursor:pointer}
/* End overlay */

main > section {
    padding: 70px 0;
}
section#banner { padding: 40px 0px 0px 0;}
section#home {background: #fff url('../images/auditorium.jpg') no-repeat; background-size:cover;}

#home2{
 clip-path: polygon( 0 0, 0% 0, 100% 100%, 0 100% );
background-size: cover;
z-index: 1;
background: #f2f2f2;
min-height: 130px;
margin-bottom: -70px;
margin-top: -140px;
}

.subcode {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	background-color: #75b842;
	width: 85%;
	line-height: 40px;
	font-size: 20px;
	font-weight: 700;
	font-family:'Open Sans',sans-serif;
}

#top-info {position:fixed; top:20px; right:20px; width:150px; float:right; z-index:5000; background-color: rgba(0, 47, 63, 0.79); padding:10px; border-radius:3px; display:none}
.item-second {margin-top:10px;}
.info-left {float:left; width:25px;}
.info-right {float:left; width:100px; font-size:14px;}
.info-right a {color:#fff;}

.item-title {color: #696969; width: 300px; margin:5px auto; height:48px; text-transform:uppercase; font-family:'Open Sans',sans-serif; line-height:48px; font-size:24px; font-weight:700;}
.home-title {background: #75b842;width: 200px; margin:0px auto 20px auto; height:48px; text-transform:uppercase; font-family:'Open Sans',sans-serif; line-height: 46px; font-size: 20px; font-weight: 700;}
.home-item {background:#a45a9f; width:300px; margin:4px auto; height:40px; line-height:42px;}

.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(255,255,255, 1);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #013d53;
	margin-top: 50px;
	border-radius:2px;
}
.btn-down {
    background-color: rgba(255,255,255, 1);
    padding: 15px 55px;
    color: #013d53;
	margin-top: 50px;
	border-radius:2px;
	background: url('../img/icons/down.png') no-repeat;
	height: 60px; width:120px;
}
.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #013f4e;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #013f4e;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 30px;
    margin: 0px;
	margin-top: 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
	color: #265867;
	padding-bottom:20px;
	font-weight:700;
}

#become-a-test .sec-title h2 {color:#fff;}
#become-a-test .recent-works h3 {color:#fff; margin-bottom:0px; margin-top:0px; text-transform:uppercase; text-align:center; font-size: 20px;}
#become-a-test .recent-works h3.date {color:#75b842; text-align:center; margin:15px 0px; font-weight: 700; text-align:center; height: 60px;}
p.evdate {
	line-height: 15px;
	margin-bottom: 5px;
}
.recent-works p {text-align:center;}

#become-a-test .recent-works h3.subhead {font-size:24px; font-weight:700; margin-bottom:20px; text-align:left;}

.recent-works img {max-width: 100%;}

#become-a-test .recent-works h3.highlight, #offer-imi .recent-works h3.highlight, #enter .recent-works h3.highlight, #compliance .recent-works h3.highlight  {color:#004151; margin-top:15px; margin-bottom:15px; font-size: 22px; font-weight:700; padding: 0px; text-align:left;}
#become-a-test .recent-works h3.highlight a, #offer-imi .recent-works h3.highlight a, #enter .recent-works h3.highlight a, #compliance .recent-works h3.highlight a {color:#004151}
#become-a-test .becometester {transition: all .2s ease-in-out;}
#become-a-test .becometester:hover { transform: scale(1.2); }
img.becometester {min-width: 280px; margin-left: -15px;}
.fa-caret-right {margin-left:10px;}

.venue h2 {
	font-size: 30px;
	text-transform: uppercase;
	color: #265867;
	padding-bottom: 20px;
	font-weight: 700;
	margin-bottom:0px;
}
.venue p {color:#265867;}
p.headstrap {font-size:20px;color:#000; font-weight:700;}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#offer-imi h2, #compliance h2 {
	color: #013d53;
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
	border-bottom: 0px solid #a45a9f;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
img.mothelp {max-width:600px;}
p.download {border: 1px solid #195362; width: 100%; padding:20px; margin:40px auto; text-align: left; background:#eaf2f4;}
/*p.download a {color:#a45a9f; font-family: 'Open Sans',sans-serif; text-transform:uppercase; font-size: 18px;} */
.downloadTitle {text-align:center; display:block;font-size: 20px;
text-transform: uppercase;
color: #265867;
padding-bottom: 20px;
font-weight: 700;
font-family: 'Open Sans',sans-serif;}
	
p.leftabout {font-size: 16px;}
p.leftabout.padded {padding:0px 20px; font-size: 14px; line-height: 20px;}
p.leftabout.padded a {font-weight:700; font-size:18px; color: #004051;}
.bookbutton a {background:#75b842; padding:15px 25px; color:#fff; float:left; margin-left:0px; margin-right:10px; margin-bottom:20px; text-align:center; text-transform:uppercase; font-weight:700; font-size:18px; font-family:'Open Sans',sans-serif;}
.bookbutton {border: none; background:#75b842; padding:15px 25px; color:#fff; float:left; margin-left:0px; margin-right:10px; margin-bottom:20px; text-align:center; text-transform:uppercase; font-weight:700; font-size:18px; font-family:'Open Sans',sans-serif;}
.stanbutton a {background:#75b842; padding:10px 15px; color:#fff; min-width:130px; width:calc(25% - 30px); float:left; margin-left:0px; margin-right:10px; margin-bottom:20px; text-align:center; text-transform:uppercase; font-weight:700; font-size:14px; font-family:'Open Sans',sans-serif;}
.noticebutton a {background:#75b842; padding:5px 15px; color:#fff; width:130px; float:left; margin-left:20px; margin-right:10px; margin-bottom:0px; text-align:center; text-transform:uppercase; font-weight:700; font-size:14px; font-family:'Open Sans',sans-serif;}
.stanbuttonrt a {background:#75b842; padding:15px 25px; color:#fff; width:calc(25% - 30px); float:right; margin-right:20px; margin-left:10px; margin-bottom:20px; text-align:center; text-transform:uppercase; font-weight:700; font-size:14px; font-family:'Open Sans',sans-serif;}
.sbmain a {margin-left:0px;}

/**
/*	Preloader
/* ==========================================*/

.cssload-thecube {
	width: 73px;
	height: 73px;
	margin: 0 auto;
	margin-top: 300px;
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	position: relative;
	transform: rotateZ(45deg);
		-o-transform: rotateZ(45deg);
		-ms-transform: rotateZ(45deg);
		-webkit-transform: rotateZ(45deg);
		-moz-transform: rotateZ(45deg);
}
.cssload-thecube .cssload-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1);
		-o-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
}
.cssload-thecube .cssload-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0,60,76);
	animation: cssload-fold-thecube 2.76s infinite linear both;
		-o-animation: cssload-fold-thecube 2.76s infinite linear both;
		-ms-animation: cssload-fold-thecube 2.76s infinite linear both;
		-webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
		-moz-animation: cssload-fold-thecube 2.76s infinite linear both;
	transform-origin: 100% 100%;
		-o-transform-origin: 100% 100%;
		-ms-transform-origin: 100% 100%;
		-webkit-transform-origin: 100% 100%;
		-moz-transform-origin: 100% 100%;
}
.cssload-thecube .cssload-c2 {
	transform: scale(1.1) rotateZ(90deg);
		-o-transform: scale(1.1) rotateZ(90deg);
		-ms-transform: scale(1.1) rotateZ(90deg);
		-webkit-transform: scale(1.1) rotateZ(90deg);
		-moz-transform: scale(1.1) rotateZ(90deg);
}
.cssload-thecube .cssload-c3 {
	transform: scale(1.1) rotateZ(180deg);
		-o-transform: scale(1.1) rotateZ(180deg);
		-ms-transform: scale(1.1) rotateZ(180deg);
		-webkit-transform: scale(1.1) rotateZ(180deg);
		-moz-transform: scale(1.1) rotateZ(180deg);
}
.cssload-thecube .cssload-c4 {
	transform: scale(1.1) rotateZ(270deg);
		-o-transform: scale(1.1) rotateZ(270deg);
		-ms-transform: scale(1.1) rotateZ(270deg);
		-webkit-transform: scale(1.1) rotateZ(270deg);
		-moz-transform: scale(1.1) rotateZ(270deg);
}
.cssload-thecube .cssload-c2:before {
	animation-delay: 0.35s;
		-o-animation-delay: 0.35s;
		-ms-animation-delay: 0.35s;
		-webkit-animation-delay: 0.35s;
		-moz-animation-delay: 0.35s;
}
.cssload-thecube .cssload-c3:before {
	animation-delay: 0.69s;
		-o-animation-delay: 0.69s;
		-ms-animation-delay: 0.69s;
		-webkit-animation-delay: 0.69s;
		-moz-animation-delay: 0.69s;
}
.cssload-thecube .cssload-c4:before {
	animation-delay: 1.04s;
		-o-animation-delay: 1.04s;
		-ms-animation-delay: 1.04s;
		-webkit-animation-delay: 1.04s;
		-moz-animation-delay: 1.04s;
}



@keyframes cssload-fold-thecube {
	0%, 10% {
		transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-o-keyframes cssload-fold-thecube {
	0%, 10% {
		-o-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-o-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-o-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-ms-keyframes cssload-fold-thecube {
	0%, 10% {
		-ms-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-ms-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-ms-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-webkit-keyframes cssload-fold-thecube {
	0%, 10% {
		-webkit-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-webkit-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-webkit-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}

@-moz-keyframes cssload-fold-thecube {
	0%, 10% {
		-moz-transform: perspective(136px) rotateX(-180deg);
		opacity: 0;
	}
	25%,
				75% {
		-moz-transform: perspective(136px) rotateX(0deg);
		opacity: 1;
	}
	90%,
				100% {
		-moz-transform: perspective(136px) rotateY(180deg);
		opacity: 0;
	}
}



#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.loder-box {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -64px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
  display:none;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}





/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: transparent;
	/* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); */
    padding: 15px 0;
	background: #004051;
	position: fixed;
}

#navigation.animated-header {
    padding: 20px 0;
}

.headact {float:right; font-size:20px; /*font-weight:700*/; margin-right: -30px;}
.headact a {color:#fff;}
.topphone {float:left; padding: 30px 20px 30px 35px; /*background: url('../img/icons/phone.png') no-repeat; background-position: 0px;*/ font-size: 18px; font-family:'Open Sans',sans-serif;}
.topemail {float:left; padding: 30px 30px 30px 10px; /*background: url('../img/icons/email.png') no-repeat; background-position: 0px;*/ font-size: 18px; font-family:'Open Sans',sans-serif;}
.topredeem {text-align:center;float: left; font-weight:700}
.regbutton {float:left; width:100%; padding: 10px 40px; background: #75b842; margin-top:15px; border-radius:2px; text-transform:uppercase; font-size:18px; font-family:'Open Sans',sans-serif; color:#fff;}
.stanbut {margin:30px 10px; padding:15px; text-align:center; font-weight:700;}
.regintbutton {float:left; width:100%; padding: 15px 40px; background: #696969; border-radius:2px; text-transform:uppercase; font-size:18px; font-family:'Open Sans',sans-serif; color:#fff;}
.topbutton {float:left; padding: 15px 20px; background: #75b842; margin-top:15px; border-radius:2px; text-transform:uppercase; font-size:18px; font-family:'Open Sans',sans-serif;}
.buyassessment {text-align:Center; font-weight:100; font-size:14px; border-bottom: 1px solid #fff;}

.bodphone {padding: 30px 20px 30px 35px; margin-top:50px; background: url('../img/icons/phone.png') no-repeat; background-position: 0px;}
.bodphone a {padding-left:25px; color:#fff; font-size: 24px;}
.bodemail {padding: 30px 30px 30px 45px; background: url('../img/icons/email.png') no-repeat; background-position: 0px;}
.bodemail a {padding-left: 50px; color:#fff; font-size: 24px;}


.headdetwrap {margin:20px; font-weight:700; font-size:18px;}
.headdetleft {width:28%; float:left; margin-top:20px; padding:26px 20px 20px 0px; border-right:2px solid #fff; border-top:2px solid #ffffff; text-align:center}
.headdetmid {width:28%; float:left; margin-top:20px; padding:26px 20px; border-right:2px solid #fff; border-top:2px solid #ffffff; text-align:center}
.headdetright {width:44%; float:left; margin-top:20px; padding:0px 0px 0px 20px; border-top:2px solid #ffffff; text-align:center}

h1.navbar-brand {
    font-size: 20px;
    /*font-weight: 700;*/
    margin: 0;
    text-transform: uppercase;
	padding: 0px 15px;
	min-height: 80px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
position: absolute;
}
.navbar-inverse .navbar-nav > li > a {
    color:#ffffff;
    font-size: 15px;
    text-transform: uppercase;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color:#023d53;
}


.toplogo {height:80px; margin-left:-30px;}

.message-body {padding: 0px 15px;}

.top-item {width: 100%; float: left; background: #fff; margin-right: 40px; text-align: center; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);}
.top-item-icon {width:70px; margin-top:20px;}

/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
	line-height: 34px;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #013f4e;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #013f4e;
    height: 50px;
    width: 50px;
    left: 0;
}
/*=================================================================
	main options
==================================================================*/
#startcontent {padding: 80px 20px 0px 20px;}
#redeempromo {background: #004051; border: 2px solid #fff; padding:10px 10px; margin-top:20px; text-align:center; position:relative}
#redeempromo p a {color:#fff; font-weight:700;}
#codeenter {text-transform:uppercase; font-family:'Open Sans',sans-serif; font-size:21px; line-height:60px; font-weight:700;}
#topmainwrap {margin:50px auto; position: relative; min-height: 500px;}
#mainoptions {position: relative; bottom: -80px; z-index: 2;}

.forminput {width: 85%; line-height: 40px; margin: 0 auto;}


/*=================================================================
	enter
==================================================================*/

#enter {
    background-color: #f2f2f2;
    color: #013f4e;
}

#enter h3 {
    color: #013f4e;
    margin: 0 0 35px;
    text-transform: uppercase;
	text-align:center;
}

#enter h3.date {
	color: #696969;
	text-align: left;
	margin: 0px;
	font-size: 20px;
}
#enter h3.note {
	color:#ffffff;
	background:#004251;
	text-align: center;
	padding:20px;
	margin: 0px 0px 15px;
	font-weight: 700;
}
#enter h3.try{
	color:#ffffff;
	background:#a45a9f;
	text-align: center;
	padding:20px;
	margin: 5px;
	margin: 15px 0px;
}

#enter .welcome-block h3 {
    margin: 0 0 65px;
}

#enter .welcome-block img {
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    margin-right: 35px;
    max-width: 100px;
}

#enter .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	offer-imi
==================================================================*/

#offer-imi {
    background-color: #e7ebea;
    color: #013f4e;
}

#offer-imi h3 {
    color: #013f4e;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#offer-imi .welcome-block h3 {
    margin: 0 0 65px;
}

#offer-imi .welcome-block img {
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    margin-right: 35px;
    max-width: 100px;
}

#offer-imi .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.emph {color:#a45a9f}


/*=================================================================
	Compliance
==================================================================*/

#compliance {
    background-color: #e7ebea;
    color: #013f4e;
}

#compliance h3 {
    color: #013f4e;
    margin: 35px 0 15px 0px;
    text-transform: uppercase;
}

#compliance .welcome-block h3 {
    margin: 0 0 65px;
}

#compliance .welcome-block img {
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    margin-right: 35px;
    max-width: 100px;
}

#compliance .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

/*=================================================================
	employing-testers
==================================================================*/
#employing-testers {
    /*background-image: url(../img/parallax/testimonial.jpg);*/
	background:#f2f2f2;
    padding: 0;
    color: #fff;
}

.traptest {
  height: 500px;
  width: 100%;
  position: relative;
  overflow: hidden;
  background: url('../img/multibg.jpg') no-repeat;
}
.traptest:after {
  content: "";
  position: absolute;
  height: 150%;
  width: 150%;
  background: #004151;
  -webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	transform: rotate(15deg);
	bottom: -50%;
	right: 90%;
	top: -110px;
	border-right: 15px solid #fff;
  }
.trapezoid{
    vertical-align: middle;
    position:absolute;
    border-bottom: 500px solid #004151;
    border-left: 120px solid transparent;
    border-top-left-radius:30px;
    *border-top-right-radius:15px;
    *border-bottom-right-radius:3px;
    height: 0;
    width: 50%;
    display: inline-block;
    right:0px;
    z-index: 100;
}

.trapezoid-border{
    vertical-align: middle;
   position: absolute;
	border-bottom: 500px solid #004151;
	border-left: 120px solid transparent;
	border-top-left-radius: 30px;
	*border-top-right-radius: 15px;
	*border-bottom-right-radius: 3px;
	height: 0;
	width: 50%;
	display: inline-block;
	right: 15px;
}
#top_left_button {padding:40px;}
#top_left_button p {color:#fff; padding: 10px 0px;}

#top_bar{
    background-color: #004151;
    color: #222;
    position:relative;
    width:100%;
    overflow:hidden;
    height: 50%;
    font-weight: normal;
    color: white;
    z-index:20; 
    line-height: 45px;
    border-radius: 1px;
    text-shadow: rgba(0,0,0,0) 0px 0px 0px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#top_bar:after {
    content: '';
    width: 10%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}

#top_title, #top_left_button, #notifications, #top_right_button {
    color: white;
    height: 100%;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
#top_left_button,#top_right_button{
    width: 50%;
    background: rgba( 0, 65, 81, .51 );
}

.emp-left {width:50%; float:left; background:#a45a9f; padding:40px; color:#fff; min-height: 200px;}
.emp-left h2 {color:#fff; text-align:left; text-transform:uppercase;}

.emp-left2{width:200px; float:right; border-bottom:2px solid #fff;}

.emp-right {width:50%; float:left; background: rgba(0,59,57,0.7); padding:40px; min-height: 200px; font-size: 22px;}
.emp-right p {line-height:32px; width:70%}
.emp-right p a {color:#fff; font-weight:800;}

#employing-testers .container {padding-right: 0px; padding-left: 0px;}

#employing-testers .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#employing-testers .overlay {
    background-color: rgba(2,61,83, 0);
    padding: 70px 0 40px;
}

#employing-testers .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#employing-testers .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#employing-testers .owl-prev:hover,
#employing-testers .owl-next:hover {
    color: #fff;
}


/*=================================================================
	help-info
==================================================================*/

#help-info {
    background-color: #004151;
    color: #fff;
}

#help-info h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#help-info .welcome-block h3 {
    margin: 0 0 65px;
}

#help-info .welcome-block img {
    border: 3px solid #fff;
    /*border-radius: 50%;*/
    margin-right: 35px;
    max-width: 100px;
}

#help-info .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}


/*=================================================================
	Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
       -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
         -o-transform: rotate(47deg);
            transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
    border: 3px solid #013f4e;
    margin-bottom: 20px;
    color: #013f4e;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
	color: #fff;
}

/*=================================================================
	become-a-test
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

#become-a-test {background: #004051;}
#become-a-test h2.become, h2.become {color: #75b842; text-transform:uppercase; font-weight: 700;}

ul {
  list-style: none;
  padding: 0;
  margin: 5px 5px 20px 10px;
}
li {
  padding-left: 1em; 
  text-indent: -.7em;
  padding-bottom: 5px;
}
li::before {
  content: "• ";
  color: #a45a9f;
  font-size: 20px;
}

.project-wrapper li {
    display: inline-block;
}

.become-a-test-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
    /*width: 32%;*/
}

figcaption.mask {
    background-color: rgba(0, 47, 63, 0.79);
    bottom: 0px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.become-a-test-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}

ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #013f4e;
    color: #fff;
}

.become-a-test-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
	Venues
==================================================================*/
h2.agenda {
	color:#fff; 
	margin:0px;    
	text-transform: uppercase;
    font-weight: 700;
}
.agenda td {color:#004151;}
.agenda td.timing {color:#69b131; font-weight:700; font-size:18px;}
/*=================================================================
	Testimonials
==================================================================*/


#testimonials {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#testimonials .overlay {
    background-color: rgba(2,61,83, 0.78);
    padding: 70px 0 40px;
}

.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}

.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}

.testimonial-item > div {
    line-height: 30px;
    position: relative;
}

.testimonial-item > div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.testimonial-item > div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.testimonial-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}

.price-table {
    border: 1px solid #e3e3e3;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #013f4e;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #013f4e;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}


/*=================================================================
	Price
==================================================================*/

#social {
    background-image: url(../img/slider/banner.jpg);
    padding: 0;
}

#social .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0 transparent;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}


/*=================================================================
	Contact
==================================================================*/
.modal-body p {color: #252525;}

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #fff;
    padding: 70px 0;
    color: #013f4e;
}

.footer-content {
    text-align: center;
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: 13px 20px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #013f4e;
}

.footer-content > p {
    color: #013f4e;
    font-size: 16px;
}

.fadeInRight {
margin-bottom: 20px;}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {max-width:95%;}

/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 1150px) {
	.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {max-width:381px;}	
	
	.col-md-4.addition{
		border-right: 2px solid #004251;
	}
		
	.whi-divide {padding-right:30px; border-right:4px solid #fff;}
	}

/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 1149px) {
	.row {
    margin: 0px 5px;}
	
	.col-md-4, .col-md-6 {
    width: 100%;
	}
	
	img.mothelp {width:100%; max-width:600px; padding:20px;}
	
	.toplogo {margin-left: 0px;}
	.welintro {float:none; font-size: 34px; line-height: 48px; text-transform: uppercase; font-weight: 700; margin-top: -50px; text-align: center;}
	.headact {display: none;}
	#startcontent {padding: 80px 20px 80px 20px; margin-bottom: -130px;}
	.top-item {width: 100%; float: left; background: #fff; margin-right: 0px; margin-bottom:10px}
	#top-info {display:block; bottom:0px; left:0px; width:100%; top:auto; padding:15px; background-color: rgba(0, 47, 63, 1);}
	
	.trapezoid{width: 10%; 
	border-bottom: 700px solid #fff;}
	.trapezoid-border{width: 21%;
	border-bottom: 700px solid #75b842;
	right: 0px;}
	#top_left_button, #top_right_button {
	width: 90%; }
	
	.info-item {float:left; margin-top:0px;}
	.item-second {margin-left:15px;}
	
	.home-item {display:none;}
	
	.navbar-toggle {display:none;}
	
	.top-item-icon {display:none;}
	
	
	.sec-title {margin-bottom: 20px;}

	.emp-left {width:100%;}	
	.emp-right {
    width: 100%;
    float: left;
    background: rgba(0,59,57,0.7);
    padding: 20px;
    min-height: 200px;
    font-size: 16px; }
	.emp-left2 { width: 100%; float: none;}
	.emp-left h2 {color: #fff; text-align: center;}
	
	
	.emp-right p {
    line-height: 26px;
    width: 100%;}
	

    .parallax {
        background-position: centet tip !important;
    }
	
	.caption-content > span.maxdetail {display:none;}
	
    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 35%;
    }

/*navigation*/
.navbar-fixed-top, .navbar-fixed-bottom {
position: absolute;
}
    .navbar-inverse .navbar-toggle {
        background-color: #013d53;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #9e9f9f;
    }

/* slider */
    .caption-content h2 {
        font-size: 24px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

/* enter */
    .recent-works {
        margin-bottom: 35px;
    }


    #enter h3 {
        margin: 0 0 15px !important;
    }

    #enter .owl-buttons {
        margin-top: 20px;
    }

    #enter .message-body {
        margin-bottom: 45px;
    }

    #enter .welcome-block img {
        margin: 0 25px 15px 0;
    }

/* service */
    .service-item {
        width: 100%;
    }

/*become-a-test*/
    .become-a-test-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: 0px;
        color: #fff;
        padding: 15px;
    }

/* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

/* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {

    .sec-title h2:after {
        left: 38%;
    }

/* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }

/*enter*/

    #enter .welcome-block h3 {
        margin: 0 0 35px;
    }

/* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

/* become-a-test */
    .become-a-test-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: 0px;
    }

/* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }

/* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 380px;
    }
}

@media only screen and (max-width: 660px) {
	#navigation {max-height: 60px;}
	#navigation.animated-header {
		padding: 10px 0;
	}
	img.toplogo {height:40px;}	
	.headdetwrap {margin:0px; font-weight:700; font-size:18px;}
	.headdetleft {width:100%; float:left; margin-top:10px; padding:0px 20px 10px 0px; border-right:0px solid #fff; border-top:0px solid #ffffff; text-align:center}
	.headdetmid {width:100%; float:left; margin-top:10px; padding:10px 20px; border-right:0px solid #fff; border-top:2px solid #ffffff; text-align:center}
	.headdetright {width:100%; float:left; margin-top:10px; padding:0px 0px 0px 0px; border-top:0px solid #ffffff; text-align:center}
	.headdetright .regbutton {padding: 10px 10px;}
}
