@import url(https://fonts.googleapis.com/css?family=Roboto:400,900,800,700,600,500,300,200,100);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background: #444444;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
	line-height: 1.428571429;
	/*color: #ebeef1;*/
	color: #666666;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 24px;
	line-height: 26px;
}
h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: left;
	height: auto;
	position: relative;
	z-index: 10;
}
h1.navbar-brand_ a {
	display: inline-block;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h2 {
	font: 300 55px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 22px 0;
	/* color: #fc5a0a; */ color: #3660c1;
}
h2 strong {
	font-weight: 900;
}
h3 {  /*taken out uppercase and spacing for quote page */
	font: 30px/33px 'Roboto', Helvetica, Arial, sans-serif;
	color: #272d33;
	/*letter-spacing: -1px;
	text-transform: uppercase;*/
	margin: 0 0 5px 0;
}
h4 {
	font: 600 18px 'Roboto', Helvetica, Arial, sans-serif;
	/* color: #989898; */ //#faf6d0;
	/*text-shadow: 2px 2px 3px #ad5134;*/
	margin: 0 0 11px 0;
}
h5 {
	font: 30px/33px 'Roboto', Helvetica, Arial, sans-serif;
	/* color: #fc5a0a; */ color: #3660c1;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin: 0 0 5px 0;
}
.extra-wrap {
	overflow: hidden;
}
.content {
	padding: 0;
	background: #ffffff;
}
.content.indent {
	padding: 43px 0 0 0;
	background: #ffffff;
}
.center {
	text-align: center;
}
.main {
	position: relative;
}
/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 11;
}
header .box {
	/*
	padding: 60px 0 41px 0;
padding: 30px 0 41px 0;
*/
	padding: 3px 0 2px ;
	background: #ffffff;
	}

/* box 1 is for login */

header .box .box1 {
	float: right;
	text-align: right;
	/*
	border-style: solid;
	border-width:1px;
	border-color:navy;
	*/
}
header .box .box1 .title {
	font: bold 24px/1em 'Roboto', Helvetica, Arial, sans-serif;
	color:  #272d33;  /*#fc5a0a;*/
	text-transform: uppercase;
	margin-bottom: 6px;
}

header .box .box1 strong {
	font: 800 43px/1em 'Roboto', Helvetica, Arial, sans-serif;
	/* color: #fc5a0a; */ color: #3660c1;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

header .box .box1 strong:after {
	content: "\f098";
	/*color: #ffb408;*/
	color: navy;
	font-family: FontAwesome;
	font-family: Roboto;
	font-size: 48px;
	position: absolute;
	top: 0;
	left: 0;
}
header .box .box1 span {
	display: block;
	color: #000;  /*#777;*/
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
}
header .box .box1 span i {
	font-style: normal;
	font-weight: 600;
	color: #272d33;
}

/* middle box */
header .box .box2 {
	margin: 0 auto;
	text-align: center;
	/*padding-top:40px; moves center text down */
}
header .box .box2 .title {
	font: bold 24px/1em 'Roboto', Helvetica, Arial, sans-serif;
	color: #272d33;
	text-transform: uppercase;
	margin-bottom: 6px;
}
header .box .box2 .titlebme {
	font: bold 30px/1em 'Roboto', Helvetica, Arial, sans-serif;
	color: #272d33;
  color: #1041b2;
	margin-bottom: 6px;
}
header .box .box2 strong {
	/*font: 800 43px/1em 'Roboto', Helvetica, Arial, sans-serif;
	size of telephone number */
	font: 800 30px/1em 'Roboto', Helvetica, Arial, sans-serif;
	/* color: #fc5a0a; */ color: #3660c1;
	color: #1041b2;
	text-transform: uppercase;
	display: block;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}
header .box .box2 strong:before {
	content: "\f098";
	/*color: #ffb408;*/
	color: navy;
	color: #1041b2;
	font-family: FontAwesome;
	/* font-size: 48px; 
	size of tel icon */
	font-size: 30px;
	position: relative;
	top: 0;
	left: 0;
}
header .box .box2 span {
	display: block;
	color: #000;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
}
header .box .box2 span i {
	font-style: normal;
	font-weight: 600;
	color: #272d33;
	color: #1041b2;
}


.bg_box {
	background: url(../img/bg_pic.jpg) no-repeat;
	padding: 94px 0 83px 0;
}
.bg_box h1.navbar-brand_ {
	margin: 0;
	position: relative;
	top: 0;
}
/*login box*/
/*login box*/
.form-5 {
    /* Size and position */
    width: 300px;
    margin: 60px auto 30px;
    /*adjust 20px for vertical alignment */
    margin: 20px auto 5px;
    z-index: 10;
    position: relative;
    height:75px;
    /* padding-top:10px; */
    

    /* Styles */
    /* padding-left: 50px; */
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);
    box-shadow: 0 0 5px rgba(0,0,0,0.1), 0 3px 2px rgba(0,0,0,0.1);
}

.form-5 p {
    width: 100%;
    float: left;
    border-radius: 5px 0 0 5px;
    border: 1px solid #fff;
    border-right: none;
}

.form-5 input[type=text],
.form-5 input[type=password] {
    /* Size and position */
    width: 100%;
    height: 50px;
    height: 30px;
    padding: 0 10px;
    padding: 0 0px;

    /* Styles */
    border: none; /* Remove the default border */
    background: white; /* Fallback */
    background: rgba(255,255,255,0.2);
    box-shadow: 
        inset 0 0 10px rgba(255,255,255,0.5);

    /* Font styles */
    font-family: 'Roboto', sans-serif;
    text-indent: 10px;
    text-align: left;
    color: #ee4c8d;
    color: #1041b2;/* input color */
    text-shadow: 0 1px 2px rgba(0,0,0,0.3);
    font-size: 20px;
}
.form-5 input[type=text] {
    border-bottom: 1px solid #fff; /* Fallback */
    border-bottom: 1px solid rgba(255,255,255,0.7);
    border-radius: 5px 0 0 0;
}

.form-5 input[type=password] {
    border-top: 1px solid #CCC; /* Fallback */
    border-top: 1px solid rgba(0,0,0,0.1);
    border-radius: 0 0 0 5px;
}
.form-5 input[type=text]:hover,
.form-5 input[type=password]:hover,
.form-5 input[type=text]:focus,
.form-5 input[type=password]:focus {
    background: #f7def7; /* Fallback */
    background: rgba(255,255,255,0.4);
    outline: none;
}

.form-5 input::-webkit-input-placeholder {
    color: #D3D3D3;  /*#fff; - now grey*/
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    /*font-family: 'Handlee', cursive;*/
    font-family: 'Roboto', cursive;
}

.form-5 input:-moz-placeholder {
    color: #D3D3D3;  /*#fff; - now grey*/
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    /*font-family: 'Handlee', cursive;*/
    font-family: 'Roboto', cursive;
}

.form-5 input:-ms-input-placeholder {
    color: #D3D3D3;  /*#fff; - now grey*/
    text-shadow: 0 -1px 1px rgba(0,0,0,0.4);
    /*font-family: 'Handlee', cursive;*/
    font-family: 'Roboto', cursive;
}
.form-5 button {
    /* Size and position */
    width: 30%;
    height: 102px;
    height: 62px;
    float: left;
    position: relative;
    overflow: hidden;

    /* Styles */
    background: 
    	url(../img/noise.png), 
    	/*
    	radial-gradient(ellipse at center, #ee4c8d 0%,#b53467 100%);
    	radial-gradient(ellipse at center, #aa02c1 0%,#b53467 100%); 
    	radial-gradient(ellipse at center, #ff0000 0%,#b53467 100%);*/
    	radial-gradient(ellipse at center, #ffffff 0%,#587fd1 100%);
    border-radius: 0 5px 5px 0;
    box-shadow:
        inset 0 0 4px rgba(255, 255, 255, 0.7), 
        inset 0 0 0 1px rgba(0, 0, 0, 0.2);
    border: none;
    border-left: 1px solid silver;
    cursor: pointer;
    line-height: 62px; /* Same as height */
}

.form-5 button i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -20px;
    font-size: 64px;
    font-size: 44px;
    line-height: 109px;
    line-height: 59px;
   /* color: #8d1645;
    color: #aa02c1;
    color: #00d237;
    color: #49d86e;*/
    color: #ffffff;
    opacity: 0;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    transition: all 0.2s ease-out;
}

.form-5 button span {
    display: block;

    /* Font styles */ 
    /* text colour - don't want green - revert to black
    color: #00d237;*/
   /* color: #8d1645;
    color: #00d237;
    color:#1041b2;*/ /*button text color*/
    /*font-family: 'Montserrat', Arial, sans-serif; */
    font-family: 'Roboto', Arial, sans-serif; 
    font-size: 20px;
    text-shadow: 0 1px 0 rgba(255,255,255,0.4);
    /*transform: rotate(-90deg);*/
    transition: all 0.2s linear;
}


.form-5 button:focus {
    outline: none;
}

.form-5 button:hover span,
.form-5 button:focus span {
    opacity: 0;
   /* transform: rotate(-90deg) translateY(-20px);*/
   color:#ff0000;
}

.form-5 button:hover i,
.form-5 button:focus i {
    opacity: 0.5;
    left: 0;
    transition-delay: 0.2s;
}

/*

.form-5 button:hover span,
.form-5 button:focus span {
    opacity: 0;
    transform: rotate(-90deg) translateY(-20px);
}

.form-5 button[disabled]:hover i,
.form-5 button[disabled]:focus i {

    ;
}
.form-5 button[disabled]:hover span,
.form-5 button[disabled]:focus span {

}

.form-5 button:hover i,
.form-5 button:focus i {
    opacity: 0.5;
    left: 0;
    transition-delay: 0.2s;
}
*/


/* Click on button */

.form-5 button:active span,
.form-5 button:active i {
    transition: none; 
}

.form-5 button:active span {
    opacity: 0;
}

.form-5 button:active i {
    opacity: 0.5;
    left: 0;
    color: #fff;
}	

.form-5 button:disabled {
	
}











/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0;
	float: none;
	min-height: 0;
	background: none;
}
nav.tm_navbar li {
	position: relative;
	font-size: 15px;
	line-height: 26px;
	padding: 0;
	margin: 0 0 0 26px; /* Space between nav buttons - changed from 46px: */
	float: left;
}
nav.tm_navbar li:first-child {
	margin: 0;
}
nav.tm_navbar li a {
	position: relative;
	padding: 29px 0;
	font: 600 19px 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li a:after {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 10px;
	background: transparent;
	content: '';
}
.specialafter a:after {
	bottom:-6px !important;
}
nav.tm_navbar li a:before {
	position: absolute;
	left: 0;
	bottom: -7px;
	width: 100%;
	height: 7px;
	background: url(../img/tr.png) center bottom no-repeat;
	content: '';
	display: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar li.active > a {
	color: #ffffff;
	background: none !important;
}
nav.tm_navbar li.active > a:before {
	display: block;
}
nav.tm_navbar li.active > a:after {
	/* background: #fc5a0a;  
background: #3660c1;*/
background: #00cc33;
}
nav.tm_navbar li.active > span {
	color: #ffffff !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover > a:before {
	display: block;
}
nav.tm_navbar li:hover > a:after {
	/* background: #fc5a0a;  
background: #3660c1;*/
background: #00cc33;
}
nav.tm_navbar li:hover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background: none;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover > a:before {
	display: block;
}
nav.tm_navbar .sfHover > a:after {
	/* background: #fc5a0a;  
background: #3660c1;*/
background: #00cc33;
}
nav.tm_navbar .sfHover > span {
	color: #ffffff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 14px;
	color: #ffffff;
	font-size: 14px;
	z-index: 0;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 270px;
	top: 80px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
	margin: 0;
	border: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 17px 0;
	padding: 0 0 16px 0;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:after, nav.tm_navbar .sub-menu > ul li a:before {
	display: none;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	/* color: #fc5a0a; */ color: #3660c1;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #fc5a0a !important;
	background: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #fc5a0a !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 270px;
	top: -31px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	z-index: 11;
	background: #ffffff;
	padding: 30px 0 0 0;
	border: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu ul ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0 0 17px 0;
	padding: 0 0 16px 0;
	display: block;
	padding-left: 30px;
	border-bottom: 1px solid #d9d9d9;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	text-transform: none;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #fc5a0a !important;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.select-menu {
	display: none !important;
}
/*========================================================
                    -Content-
=========================================================*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	/* move to lhs
	right: 30px;  */
	left: 30px;
	overflow: hidden;
	border: none;
	z-index: 20;
	width: 27px;
	height: 19px;
	background: url(../img/top.png) no-repeat;
	text-indent: -999px;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.who-box {
	padding: 0;
	overflow: hidden;
}
.who-box .col-lg-4 {
	margin-bottom: 40px;
}
.thumb-box1 {
	overflow: hidden;
}
.thumb-box1 .box {
	padding: 140px 0 25px 27px;
	margin-bottom: 30px;
	position: relative;
}
.thumb-box1 .box.box1 {
	background: url(../img/book_scanning.jpg) no-repeat;
}
.thumb-box1 .box.box2 {
	background: url(../img/periodical_scanning.jpg) no-repeat;
}
.thumb-box1 .box.box3 {
	background: url(../img/photo_scanning.jpg) no-repeat;
}
.thumb-box1 .box.box4 {
	background: url(../img/full_colour_scanning.jpg) no-repeat;
}
.thumb-box1 .box em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/gradient1.png) repeat-y;
	display: block;
	z-index: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box strong {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/gradient2.png) repeat-y;
	display: block;
	z-index: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box .title {
	font: 800 50px/1em 'Roboto';
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 0;
}
.thumb-box1 .box p {
	color: #ffffff;
	font: 15px/26px 'Roboto';
	margin: 0;
}
.thumb-box1 .box a {
	color: #ffffff;
	text-align: center;
	width: 80px;
	height: 80px;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	/* background: #fc5a0a; */ 
background: #3660c1;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-box1 .box .caption {
	position: relative;
	z-index: 1;
	width: 60%;
}
.thumb-box1 .box:hover strong {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box1 .box:hover a {
	background: #272d33;
}
.thumb-box2 {
	overflow: hidden;
	padding: 12px 0 18px 0;
}
.thumb-box2 .title {
	font: 900 55px/58px 'Roboto', Helvetica, Arial, sans-serif;
	margin: 0;
	/* color: #fc5a0a; */ color: #3660c1; /*orange*/
	color: #59d1ec; /*light blue*/
/*color: #00d237; orange */
color:#3660c1;
	text-transform: uppercase;
}
.thumb-box2 .description {
	font: 300 55px/58px 'Roboto', Helvetica, Arial, sans-serif;
	margin: 0 0 13px 0;
	/* color: #fc5a0a; */ color: #3660c1; /*orange*/
	/*color: #59d1ec; light blue*/
/*color: #00d237;*/
color:#3660c1;
	text-transform: uppercase;
}
.thumb-box3 {
	padding: 50px 0 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box3 .caption {
	/*Service you can trust box*/
	width: 570px;
	/* background: #fc5a0a; */ 
	/*background: #3660c1;*/
	background: #48b823;
	position: relative;
	/* background: rgba(252, 90, 10, 0.85); */
 	/*background: rgba(255, 30, 0, 0.85);*/
	/*background: rgba(54, 96, 193, 0.85);*/
	background: rgba(72, 184, 35, 0.85);
	padding: 46px 0 45px 34px;
}
.thumb-box3 .caption .title {
	font: 900 83px/78px 'Roboto';
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
}
.thumb-box3 .caption .description {
	font: 500 55px/58px 'Roboto';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	width: 100%;
	letter-spacing: -1px;
}
.thumb-box3 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box3 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box3 .caption a:hover {
	background: #272d33;
	border-color: #272d33;
}
.thumb-box4 {
	overflow: hidden;
	padding: 43px 0 0 0;
}
.thumb-box4 .title {
	font: 300 55px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #272d33;
}
.thumb-box4 .title strong {
	font-weight: 900;
}
/*
.thumb-box5 {
	padding: 50px 0 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/large-plans-2.jpg);
}
.thumb-box5 .caption {
	width: 570px;
	background: #272d33;
	position: relative;

*/
/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 46px 0 45px 34px;
}
.thumb-box5 .caption .title {
	font: 900 83px/78px 'Roboto';
	color: #fff;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0;
	width: 100%;
}
.thumb-box5 .caption .description {
	font: 500 55px/58px 'Roboto';
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 13px 0;
	width: 100%;
	letter-spacing: -1px;
}
.thumb-box5 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box5 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box5 .caption a:hover {
	/* background: #fc5a0a; */ 
background: #3660c1;
	/* border-color: #fc5a0a; */ border-color: #3660c1;
}
.thumb-box6 {
	overflow: hidden;
	padding: 42px 0 60px 0;
}
.thumb-box6 .title {
	font: 900 55px/58px 'Roboto', Helvetica, Arial, sans-serif;
	margin: 0;
	/* color: #fc5a0a; */ color: #3660c1;
	text-transform: uppercase;
}
.thumb-box6 .description {
	font: 300 55px/58px 'Roboto', Helvetica, Arial, sans-serif;
	margin: 0 0 23px 0;
	/* color: #fc5a0a; */ color: #3660c1;
	text-transform: uppercase;
}
.thumb-box7 {
	padding: 53px 0 60px 0;
	overflow: hidden;
	background: #272d33;
}
.thumb-box7 .title {
	font: 900 55px/1em 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 43px;
}
.thumb-box7 p {
	color: #ffffff;
	margin-bottom: 15px;
}
.thumb-box7 p strong {
	font-size: 17px;
	text-transform: uppercase;
	/* color: #fc5a0a; */ color: #3660c1;
	font-weight: 500;
}
.thumb-box7 p a {
	color: #34aed6;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box7 p a:hover {
	color: #ffffff;
}
.thumb-box8 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/earth.jpg);
}
.thumb-box8 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box8 .box {
	/* Customer Portfolio Box*/
	/* background: #fc5a0a; */ 
	/*background: #3660c1;blue*/
	background: #48b823;
	/* background: rgba(252, 90, 10, 0.85); */ 
	/*background: rgba(255, 30, 0, 0.85);*/
	/*background: rgba(54, 96, 193, 0.85); blue*/
	background: rgba(72, 184, 35, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box9 {
	padding: 43px 0 0 0;
	overflow: hidden;
}
.thumb-box9 h2 {
	color: #272d33;
}
.thumb-box9 .col-lg-4 {
	margin-bottom: 16px;
}
.thumb-box10 {
	overflow: hidden;
}
.thumb-box10 .col-lg-6 {
	margin-bottom: 20px;
}
.thumb-box11 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic3.jpg);
}
.thumb-box11 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box11 .box {
	/* background: #fc5a0a; */ 
background: #3660c1;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box12 {
	padding: 43px 0 0 0;
	overflow: hidden;
}
.thumb-box12 h2 {
	color: #272d33;
}
.thumb-box12 .col-lg-4 {
	margin-bottom: 16px;
}
.thumb-box13 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/microfilm.jpg);
}
.thumb-box13 h2 {
	color: #ffffff;
	font-weight: 500;
}
.thumb-box13 h3, .thumb-box13 p {
	color: #ffffff;
}
.thumb-box13 .box {
	/* background: #fc5a0a; */ 
background: #3660c1;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box13 .col-lg-4 {
	margin-bottom: 8px;
}
.thumb-box14 {
	padding: 0 0 30px 0;
	overflow: hidden;
}
.thumb-box15 {
	padding: 50px 0 20px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/bg_pic.jpg);
}
.thumb-box15 .caption {
	/* background: #fc5a0a; */ 
background: #3660c1;
	position: relative;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 46px 0 45px 34px;
	margin-bottom: 30px;
}
.thumb-box15 .caption .title {
	font: 500 55px/1em 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
}
.thumb-box15 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box15 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box15 .caption a:hover {
	background: #272d33;
	border-color: #272d33;
}
.thumb-box16 {
	padding-bottom: 60px;
}
.thumb-box17 {
	overflow: hidden;
}
.thumb-box18 {
	padding: 50px 0 20px 0;
	overflow: hidden;
	background-position: center center;
	position: relative;
	background-image: url(../img/microfilm.jpg);
}
.thumb-box18 .caption {
	/* background: #fc5a0a; */ 
background: #3660c1;
	position: relative;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 46px 0 45px 34px;
	margin-bottom: 30px;
}
.thumb-box18 .caption .title {
	font: 500 55px/1em 'Roboto';
	color: #ffffff;
	text-transform: uppercase;
	margin-bottom: 15px;
	width: 100%;
}
.thumb-box18 .caption p {
	color: #fff;
	margin: 0;
	width: 75%;
}
.thumb-box18 .caption a {
	color: #fff;
	text-align: center;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	display: inline-block;
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-size: 55px;
	line-height: 74px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-box18 .caption a:hover {
	background: #272d33;
	border-color: #272d33;
}
.errorBox {
	overflow: hidden;
	padding: 0 0 60px 0;
}
/* Oxford location 

*/
.thumb-box21 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	background-size: auto;
	position: relative;
	background-image: url(../img/oxford.jpg);
}
.thumb-box21 h1 {
/*	color: #ffffff;*/
	font-weight: 500;  /* medium bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
	color: white;
}
.thumb-box21 h2 {
	color: #ffffff;
	font-weight: 600;  /* demi bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
}
.thumb-box21 h3 {
	color: #ffffff;
	font-weight: 700;  /*  bold  */
	text-shadow:5px 5px 15px #000000;
}
.thumb-box21 .box {
	/* background: #fc5a0a; */ 
background: #3660c1;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box21 a {
	color: yellow;
}
.thumb-box21 a:visited {
	color: green;
}
.thumb-box21 a:hover {
	color: lime;
	cursor:pointer;
}
.thumb-box21 a:active {
	color: red;
}

/* Berkshire location 

*/
.thumb-box19 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	background-size: auto;
	position: relative;
	background-image: url(../img/windsor.jpg);
}
.thumb-box19 h1 {
/*	color: #ffffff;*/
	font-weight: 500;  /* medium bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
	color: white;
}
.thumb-box19 h2 {
	color: #ffffff;
	font-weight: 600;  /* demi bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
}
.thumb-box19 h3 {
	color: #ffffff;
	font-weight: 700;  /*  bold  */
	text-shadow:5px 5px 15px #000000;
}
.thumb-box19 .box {
	/* background: #fc5a0a; */ 
background: #3660c1;
	/* background: rgba(252, 90, 10, 0.85); */ 

/*background: rgba(255, 30, 0, 0.85);*/
background: rgba(54, 96, 193, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}
.thumb-box19 a {
	color: yellow;
}
.thumb-box19 a:visited {
	color: green;
}
.thumb-box19 a:hover {
	color: lime;
	cursor:pointer;
}
.thumb-box19 a:active {
	color: red;
}

/* London location 

*/
.thumb-box20 {
	padding: 50px 0;
	overflow: hidden;
	background-position: center center;
	background-size: auto;
	position: relative;
	background-image: url(../img/london.jpg);
	color: yellow;
}
.thumb-box20 h1 {
/*	color: #ffffff;*/
	font-weight: 500;  /* medium bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
	color: yellow;
}
.thumb-box20 h2 {
/*	color: #ffffff;*/
	font-weight: 600;  /* demi bold  */
	text-transform:none;
	text-shadow:5px 5px 15px #000000;
	color: yellow;
}

.thumb-box20 h3 {
/*	color: #ffffff;*/
	font-weight: 700;  /*  bold  */
	text-shadow:5px 5px 15px #000000;
	color: yellow;
}
.thumb-box20 a {
	color: white;
}
.thumb-box20 a:visited {
	color: green;
}
.thumb-box20 a:hover {
	color: lime;
	cursor:pointer;
}
.thumb-box20 a:active {
	color: red;
}


.thumb-box20 h4 {
	color: #ffffff;
	font-weight: 700;  /*  bold  */
	text-shadow:5px 5px 15px #000000;
}

div {
  position: relative;
}

.text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 300;
  color: white;
  backdrop-filter: blur(14px) brightness(80%);
}


.thumb-box20 .box {
background: #3660c1;

background: rgba(54, 96, 193, 0.85);
	padding: 49px 30px 0 30px;
	overflow: hidden;
}

/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad1 .thumbnail figure img {
	width: 100%;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #6a6d6f;
}
.thumb-pad2 {
	margin: 0 0 21px 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad2 .thumbnail .caption h3 {
	color: #ffffff;
	margin-bottom: 7px;
}
.thumb-pad2 .thumbnail .caption p {
	color: #ffffff;
}
.thumb-pad2 figure {
	margin: 0 0 24px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad2-1 {
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
	background: #20acb8;
	text-align: center;
}
.thumb-pad2-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad2-1 .thumbnail .caption {
	padding: 0 45px;
}
.thumb-pad2-1 .thumbnail .caption .title {
	font: 300 30px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
}
.thumb-pad2-1 .thumbnail .caption p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 10px;
}
.thumb-pad2-1 .thumbnail .caption a {
	display: inline-block;
}
.thumb-pad2-1 .thumbnail .caption a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.thumb-pad2-1 figure {
	margin: 0 0 31px 0;
}
.thumb-pad2-1 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 30px 0;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 23px 20px 32px 20px;
	overflow: hidden;
	border: 1px solid #dadbdc;
	border-top: none;
}
.thumb-pad3 .thumbnail .caption a {
	color: #272d33;
	font: 30px 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption a:hover {
	/* color: #fc5a0a; */ color: #3660c1;
}
.thumb-pad3 .thumbnail .caption p {
	margin: 6px 0 0 0;
}
.thumb-pad3 .thumbnail figure {
	margin: 0;
}
.thumb-pad3 .thumbnail figure img {
	width: 100%;
}
.thumb-pad4 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
/*	width: 100%;  keep qr code small*/
}
.thumb-pad5 {
	margin: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5 .thumbnail figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5 .thumbnail figure img {
	width: 100%;
}
.thumb-pad5-1 {
	margin: 0 0 40px 0;
	overflow: hidden;
	text-align: left;
}
.thumb-pad5-1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5-1 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad5-1 .thumbnail .caption p {
	font: 12px/24px 'Roboto Condensed';
	color: #848484;
}
.thumb-pad5-1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad5-1 figure img {
	width: 100%;
}
.thumb-pad6 {
	margin: 0 0 60px 0;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad6 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad6 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad6 .thumbnail .caption p {
	margin-bottom: 0;
}
.thumb-pad6 .thumbnail .caption time {
	color: #ffffff;
	text-transform: uppercase;
	font: 300 30px 'Open Sans';
}
.thumb-pad7 {
	margin: 0 0 100px 0;
}
.thumb-pad7 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
	overflow: hidden;
}
.thumb-pad7 figure {
	margin: 0 33px 0 0;
	float: left;
}
.thumb-pad7 figure img {
	border-radius: 100%;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad7 .thumbnail .caption .lnk {
	font: 28px 'Roboto', Helvetica, Arial, sans-serif;
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk:hover {
	/* color: #f8b968; */ color: #3660c1;
}
.thumb-pad7 .thumbnail .caption .lnk2 {
	font: 300 14px 'Roboto', Helvetica, Arial, sans-serif;
	color: #47494a;
	margin-bottom: 29px;
}
.thumb-pad7 .thumbnail .caption .lnk2 a {
	color: #47494a;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail .caption .lnk2 a:hover {
	color: #f8b968;
}
.thumb-pad7 .thumbnail .caption .lnk2 br {
	display: none;
}
.thumb-pad7 .thumbnail .caption p {
	margin-bottom: 35px;
}
.thumb-pad8 {
	margin: 0 0 30px 0;
	padding: 15px 15px 22px 15px;
	border: 1px solid #edeaea;
	text-align: left;
}
.thumb-pad8 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
}
.thumb-pad8 .thumbnail .caption .lnk {
	font: 20px/20px 'Roboto Condensed';
	color: #7d8286;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .thumbnail .caption .lnk:hover {
	color: #53afee;
}
.thumb-pad8 .thumbnail .caption p {
	font: 13px/18px 'Roboto Condensed';
	color: #8b9196;
	margin: 0;
}
.thumb-pad8 .thumbnail .caption hr {
	border-top: 1px solid #dedfe0;
	margin: 12px 0 13px 0;
}
.thumb-pad8 figure {
	margin: 0 0 22px 0;
}
.thumb-pad8 figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 30px 0;
	overflow: hidden;
	text-align: left;
	background: #efefef;
}
.thumb-pad9 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad9 .thumbnail .caption {
	padding: 25px 0 0 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .title {
	color: #333;
	font: 800 15px 'Roboto', Helvetica, Arial, sans-serif;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title:hover {
	color: #65c6bb;
}
.thumb-pad9 .thumbnail .caption .title a {
	color: #72a80c;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .title a:hover {
	color: #e26a6a;
}
.thumb-pad9 .thumbnail .caption .descrip {
	margin: 13px 0 13px 3px;
	display: block;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption .descrip a {
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
	color: #65c6bb;
	margin: 0 30px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad9 .thumbnail .caption .descrip a i {
	color: #65c6bb;
	font-size: 12px;
	position: relative;
	top: -2px;
}
.thumb-pad9 .thumbnail .caption .descrip a:hover {
	color: #333;
}
.thumb-pad9 .thumbnail .caption .descrip br {
	display: none;
}
.thumb-pad9 .thumbnail .caption p {
	margin-bottom: 13px;
}
.thumb-pad9 figure {
	margin: 0 30px 0 0;
	float: left;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 10px; /*Padding on btn1 (Get a quote & login changed from 30px; */
	font: 500 19px/70px 'Roboto', Helvetica, Arial, sans-serif;
	/*background: #272d33;
	background: blue;*/
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn1:hover {
	color: #ffffff;
	/* background: #fc5a0a;  
background: #48b823;	*/
background: #3660c1;


	text-decoration: none;
}







.btn-default.btnqq {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 500 19px/70px 'Roboto', Helvetica, Arial, sans-serif;
	/*background: #272d33;*/
	background: #3660c1;
	text-transform: uppercase;
	white-space:nowrap;  /*stop text wrapping*/
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btnqq:hover {
	color: #ffffff;
	/* background: #fc5a0a;  
background: #48b823;	
background: #3660c1;*/
background: #48b823;

	text-decoration: none;
}









.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 42px;
	font: 15px/50px 'Open Sans';
	background: #e74c3c;
	background: #2351bb;
	text-transform: uppercase;
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn2:hover {
	color: #ffffff;
	background: #2a2a2a;
	background: #1041b2;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 600 18px/46px 'Open Sans';
	background: #222;
	border: 1px solid #000000;
	text-transform: uppercase;
	color: #ffffff;
	border-radius: 0;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn3:hover {
	color: #222;
	background: transparent;
	text-decoration: none;
}

.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	margin: 0;
	padding: 0 30px;
	font: 500 19px/70px 'Roboto', Helvetica, Arial, sans-serif;
	background: #272d33;
	/*text-transform: uppercase;*/
	border-radius: 0;
	color: #ffffff;
	float: none;
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
.btn-default.btn4:hover {
	color: #ffffff;
	/* background: #fc5a0a;  
background: #3660c1;*/
background: black;


	text-decoration: none;
}

.btn-default.green {
background: #00cc33;
background-image: linear-gradient(#ffffff, #00cc33);
color: #000000;
width:265px;
border: 2px solid green;
}

.btn-default.yellow {
background-color: #ffcc00;
background-image: linear-gradient(#ffffff, #ffcc00);
color: #000000;
width:265px;
border: 2px solid green;
;
}

.btn-default.red {
background: #ff3366;
color: #000000;
width:265px;
border: 2px solid black;
}

.btn-default.blue {
background: #1a75ff;
background-color: rgba(54,96,193,0.85);
color: #ffffff;
width:240px;
line-height: 40px;
/*height: 40px;*/
/*border: 2px solid blue;*/
border-radius: 10px;
}

/* list
========================================================*/
/* DocumentCaptureScanning, Index  */
.list1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #272d33;
	border-bottom: 1px solid #dadbdc;
	position: relative;
	display: block;
}
.list1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}

.list1 li a {
	/* color: #fc5a0a; */ color: #3660c1;
	font: 600 19px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 17px 0 18px 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li:hover {
	/* color: #ffffff; turns text white on hover in list1*/
}
.list1 li:hover a {
	color: #ffffff;
	/* background: #fc5a0a; */ 
background: #3660c1;

	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li:last-child {
	border-bottom: none;
}

/* Services */
.list1a {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1a li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #272d33;
	border-bottom: 1px solid #dadbdc;
	position: relative;
	display: block;
}

.list1a li a {
	color: #3660c1;
	font: 600 19px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 17px 0 18px 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}

.list1a li:hover a {
	color: #ffffff;
	background: #3660c1;

	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1a li:last-child {
	border-bottom: none;
}



/* Services */

.list1-1 {
	margin: 0 0 23px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
	padding: 0 0 1px 0;
	font-size: 30px;
	color: #ffffff;
	border-bottom: 1px solid #f98d57;
	position: relative;
	display: block;
}
.list1-1 li:before {
	position: absolute;
	left: 20px;
	top: 6px;
	background: none;
	content: "\f105" !important;
	font-family: FontAwesome;
	content: '';
}
.list1-1 li a {
	color: #ffffff;
	font: 600 19px/1em 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	background: transparent;
	padding: 17px 0 18px 46px;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:hover {
	color: #ffffff;
}
.list1-1 li:hover a {
	color: #ffffff;
	background: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1-1 li:last-child {
	border-bottom: none;
}
/*
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 50px 0;
}
.list2 li .badge {
	margin: 0 31px 0 0;
	padding: 4px 0 0 0;
	border-radius: 0;
	background: #f4f5f5;
	text-align: center;
	border: none;
	font: 300 60px/1em 'Open Sans';
	text-transform: uppercase;
	color: #e74c3c;
	width: 100px;
	height: 100px;
	float: left;
}
.list2 li .badge span {
	font-size: 30px;
	line-height: 1em;
	display: block;
	margin-top: -3px;
}
.list2 li p {
	margin: 5px 0 0 0;
}
.list2 li a {
	font: 20px/25px 'Open Sans';
	color: #99bf38;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.list2 li a:hover {
	color: #2a2a2a;
}
.list2-1 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list2-1.indent li a {
	color: #ffffff;
}
.list2-1 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 0 26px;
	background: url(../img/list_arrow.png) 0 5px no-repeat;
}
.list2-1 li a {
	font: 15px 'Open Sans';
	color: #2a2a2a;
	text-transform: uppercase;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list2-1 li a:hover {
	color: #99bf38;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list3 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 18px 0;
}
.list3 li figure {
	margin-bottom: 7px;
}
.list3 li a {
	font: 18px/24px 'Open Sans';
	color: #585858;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list3 li a:hover {
	color: #cb3138;
}

*/

/* Company information */
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin-bottom: 37px;
	overflow: hidden;
}
.list4 li time {
	font: 500 17px 'Roboto', Helvetica, Arial, sans-serif;
	/* color: #fc5a0a; */ color: #3660c1;
	text-transform: uppercase;
	margin-bottom: 2px;
	display: block;
}
.list4 li p {
	margin-bottom: 0;
}

/* Company information */
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 36px 0;
	overflow: hidden;
}
.list5 li figure {
	float: left;
	margin: 7px 20px 0 0;
}
.list5 li a {
	font: 30px 'Roboto', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #272d33;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	/* color: #fc5a0a; */ color: #3660c1;
}
.list5 li p {
	margin-bottom: 5px;
}

/*
.list6 {
	margin: 0 0 18px 0;
	padding: 0;
	list-style: none;
}
.list6 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 14px 0;
	padding: 0 0 13px 0;
	border-bottom: 1px solid #c7c7c7;
}
.list6 li .title {
	font: 18px 'Roboto', Helvetica, Arial, sans-serif;
	color: #6a6d6f;
	margin-bottom: 17px;
	padding-left: 30px;
	background: url(../img/list_arrow.png) left 9px no-repeat;
}
.list6 li p {
	margin-bottom: 0;
}
.list6 li:last-child {
	border-bottom: none;
}

*/

/* Why scan */
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list7 li {
	font-size: 15px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 36px;
}
.list7 li .badge {
	margin: 6px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	background: #fc5a0a;
	/* background: #3660c1; */
	text-align: center;
	border: none;
	font: 900 55px/62px 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;
}
.list7 li .badge1 {
	margin: 6px 30px 0 0;
	padding: 0;
	border-radius: 100%;
	 background: #ff3d57; 

	text-align: center;
	border: none;
	font: 900 55px/62px 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;	
}
.list7 li .badge2 {
	margin: 6px 30px 0 0;
	padding: 0;
	border-radius: 100%;
background: #ffca00;

	text-align: center;
	border: none;
	font: 900 55px/62px 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;	
}
.list7 li .badge3 {
	margin: 6px 30px 0 0;
	padding: 0;
	border-radius: 100%;

background: #01d648;

	text-align: center;
	border: none;
	font: 900 55px/62px 'Roboto', Helvetica, Arial, sans-serif;
	color: #ffffff;
	width: 70px;
	height: 70px;
	float: left;	
}
.list7 li p {
	margin-bottom: 0;
}
/* Privacy policy */
.list8 {
	margin: 0 0 40px 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 15px;
	line-height: 1.428571429;
	margin: 0 0 16px 0;
}
.list8 li p {
	margin-bottom: 0;
}
/*-----subscribeForm-----
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn2 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #ff530d;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: uppercase;
	background: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*/

/* search
========================================================
#search-404 {
	padding: 0;
	margin: 28px 0 0 0;
	position: relative;
}
#search-404 .btn2 {
	float: left;
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 33px 0;
	width: 100%;
	outline: none;
	border: 1px solid #dadbdc;
	background: none;
	font: 14px/18px 'Open Sans';
	height: 50px;
	line-height: 18px;
	color: #6a6d6f;
	padding: 15px;
	resize: none;
}
#search {
	padding: 0;
	margin: 20px 0 20px 0;
	float: right;
	position: relative;
}
#search a {
	display: inline-block;
	position: absolute;
	font-size: 24px;
	color: #ffffff;
	top: 11px;
	right: 14px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #cb3138;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	width: 270px;
	outline: none;
	background: #b8b2ad;
	background: rgba(255, 255, 255, 0.4);
	
	border: none;
	font: 14px 'Open Sans';
	line-height: 18px;
	color: #444;
	padding: 14px 42px 14px 14px;
	height: 48px;
	resize: none;
}
*/


/* map
========================================================*/
.content_map {
	position: relative;
	height: 300px;
}
.google-map-api {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
#map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#map-canvas img {
	max-width: none !important;
}
.gm-wrapper div:first-child div + div + div + div {
	background-color: transparent !important;
	background-color: #000 !important;
	background-color: rgba(0, 0, 0, 0.7) !important;
}
.gm-wrapper * {
	box-shadow: 0 0 0 #000 !important;
	background-color: transparent !important;
}
.gm-wrapper * p {
	color: #ffffff;
	font-size: 14px;
}
.gm-style-iw {
	text-align: center;
	/*info window of google map widget adjustment*/
	/*width: 330px !important;
	height: 127px !important;*/
	right: 0;
	position: absolute;
	left: 0 !important;
	top: 0 !important;
	color: navy;
	padding: 3px 0 0 20px;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif !important;
	overflow: visible !important;
}
.gm-style-iw:after {
	content: '';
	width: 0;
	height: 0;
	top: 100%;
	margin-top: 17px;
	left: 50%;
	margin-left: 5px;
	border-style: solid;
	border-width: 25px 15px 0 15px;
	border-color: #000000;
	border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
	position: absolute;
}
.gm-style-iw span {
	font-weight: bold;
	display: block;
	font-size: 18px;
	color: #ffffff;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 25px;
}
.mail {
	color: #34aed6;
	font: 15px 'Roboto', Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #272d33;
	text-decoration: underline;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 24px 0;
	position: relative;
	overflow: hidden;
	background-color: #444444;
	color: #ffffff !important;
}
footer p {
	font: 12px 'Roboto';
	/* color: #6a6d6f; */
	color: #cccccc;
	margin: 0;
}
footer p a {
	color: #cccccc;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
footer p a:hover {
	color: #ffffff;
}
footer em {
	font-style: normal;
}
footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	float: right;
}
footer ul li {
	overflow: hidden;
	width: 35px;
	height: 34px;
	float: left;
	margin-right: 8px;
}
footer ul li a:hover img {
	margin-top: -34px;
}
/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {

	/*	#docpeople {
		height:60px;
		width:auto;
		margin-top:20px; 
	}  */
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 320px) and (max-width: 970px) {
		#logoleft {
		float:center;
	}
	#logoright {
		float:center;
	}	
}

@media (min-width: 970px)  {
		#logoleft {
		float:left;
	}
	#logoright {
		float:right;
	}	
}

@media (min-width: 992px) and (max-width: 1219px) {
 .thumb-box1 .box {
 padding: 100px 0 25px 27px;
}
 .errorBox img {
 width: 100%;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 #toTop {
 display: none !important;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 nav.tm_navbar li {
 margin: 0 0 0 17px;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 25px;
}
 header .box .box1 {
 float: none;
 text-align: center;
 display: block;
}
 header .box .box1 strong {
 display: inline-block;
}
 .thumb-box9 .col-lg-4 {
 margin-bottom: 60px;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box7 .title {
 font-size: 40px;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 #toTop {
 display: none !important;
}
 header {
 text-align: center;
}
 header h1.navbar-brand_ {
 float: none;
 margin-bottom: 25px;
}
 header .box .box1 {
 float: none;
 text-align: center;
 display: block;
}
 header .box .box1 strong {
 display: inline-block;
 font-size: 25px;
 margin-bottom: 25px;
}
 h1.navbar-brand_ {
 float: none;
 padding: 0 15px;
}
 h2 {
 font-size: 40px;
}
 .select-menu {
 display: block !important;
 padding: 4px 4px 4px 0;
 margin: 15px 0;
 width: 100%;
 border: 1px solid #323232;
 background: #323232;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 nav.tm_navbar {
 display: block;
 float: none;
}
 nav.tm_navbar .nav {
 display: none;
}
 .thumb-box3 .caption {
 width: 100%;
}
 .thumb-box3 .caption .title {
 font-size: 40px;
 line-height: 40px;
 letter-spacing: 0;
}
 .thumb-box3 .caption .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box3 .caption a {
 width: 60px;
 height: 60px;
 font-size: 40px;
 line-height: 55px;
 bottom: 10px;
 right: 10px;
}
 .thumb-box5 .caption {
 width: 100%;
}
 .thumb-box5 .caption .title {
 font-size: 40px;
 line-height: 40px;
 letter-spacing: 0;
}
 .thumb-box5 .caption .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box5 .caption a {
 width: 60px;
 height: 60px;
 font-size: 40px;
 line-height: 55px;
 bottom: 10px;
 right: 10px;
}
 .thumb-box2 .title {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box2 .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box4 .title {
 font-size: 35px;
 line-height: 40px;
}
 .list1 li a {
 font-size: 12px;
}
 .list1-1 li a {
 font-size: 12px;
}
 .list1 li:before {
 top: 3px;
}
 .list1-1 li:before {
 top: 3px;
}
 .thumb-box6 .title {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-box6 .description {
 font-size: 35px;
 line-height: 40px;
}
 .thumb-pad1 .thumbnail figure {
 margin: 0 0 30px 0;
 float: none;
}
 .thumb-pad4 figure {
 margin: 0 25px 0 0;
 float: left;
}
 .thumb-box9 .col-lg-4 {
 margin-bottom: 60px;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box7 .title {
 font-size: 40px;
}
 .thumb-pad3 .thumbnail .caption a {
 font-size: 19px;
}
 .thumb-box15 .caption {
 padding: 46px 15px 55px 15px;
}
 .thumb-box15 .caption .title {
 font-size: 30px;
}
 .thumb-box15 .caption p {
 width: 100%;
}
 .thumb-box15 .caption a {
 width: 50px;
 height: 50px;
 font-size: 40px;
 line-height: 45px;
 bottom: 10px;
 right: 10px;
}
 .content_map {
 height: 300px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 25px 0;
 float: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-box1 .box {
 padding: 20px 10px 50px 20px;
}
 .thumb-box1 .box a {
 bottom: 10px;
 right: 10px;
 width: 50px;
 height: 50px;
 font-size: 30px;
 line-height: 50px;
}
 .thumb-box1 .box .caption {
 width: 100%;
}
 .thumb-box1 .box .title {
 font-size: 30px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .errorBox img {
 width: 100%;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
.portfolio_image {
	width:200px !important;
	height:81px;
}
/* hide login button until keyup detects entries in both boxes */
#btndiv {
	display:none;
}
