html{overflow-y:scroll; overflow-x:hidden;}
html, body{margin:0; padding:0; font-size:14px; line-height:1.6em;font-family: 'Montserrat', sans-serif;}

*, *::before, *::after{box-sizing:border-box;}

.bold{font-weight:bold;}
.center{text-align:center;}
.right{text-align:right;}
.color-black{color: #000;}
.pt-1{padding-top: 1rem;}
.btn{display:inline-block; padding:8px 18px 10px; text-transform:uppercase; border:1px solid;}

.clear, .group{display:block;}
.clear::before, .clear::after, .group::before, .group::after{display:table; content:"";}
.clear, .clear::after, .group, .group::after{clear:both;}

a{outline:none; text-decoration:none;}

.fl_left, .imgl{float:left;}
.fl_right, .imgr{float:right;}

img{width:auto; max-width:100%; height:auto; margin:0; padding:5px; border:none; line-height:normal; vertical-align:middle;border: 1px solid #403f3f;}



/* Forms
--------------------------------------------------------------------------------------------------------------- */
form, fieldset, legend{margin:0; padding:0; border:none;}
legend{display:none;}
label, input, textarea, select, button{display:block; resize:none; outline:none; color:inherit; font-size:inherit; font-family:inherit; vertical-align:middle;}
label{margin-bottom:5px;}
:required, :invalid{outline:none; box-shadow:none;}


/* Generalise
--------------------------------------------------------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6, .heading{margin:0 0 20px 0;  line-height:normal; font-weight:normal; text-transform:uppercase;color:#ffffff;}
.heading.nospace{margin-bottom:0;}

address{font-style:normal; font-weight:normal;}
hr{display:block; width:100%; height:1px; border:solid; border-width:1px 0 0 0;}


.wrapper{display:block; position:relative; width:100%; margin:0; padding:0; text-align:left; word-wrap:break-word;}

.hoc{display:block; margin:0 auto;}


/* HTML 5 Overrides
--------------------------------------------------------------------------------------------------------------- */
address, article, aside, figcaption, figure, footer, header, main, nav, section{display:block; margin:0; padding:0;}


/* Grid
--------------------------------------------------------------------------------------------------------------- */
.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:inline-block; float:left; list-style:none;}

.first{margin-left:0; clear:left;}

.one_quarter{width:22.69938650306748%;}
.one_third{width:35.38834355828221%;   margin-right: 1vw;}
.one_half, .two_quarter{width:48.46625766871166%;}
.two_third{width: 61.5441717791411%;
    border-left: 1px solid #ddd;
    padding: 0 0 0 50px;}
.three_quarter{width:74.23312883435584%;}



/* Header
--------------------------------------------------------------------------------------------------------------- */
#header{}

#header #logo{margin:15px 0 0 0; }
#header #logo h1{margin:0; padding:0; font-size:22px; text-transform:uppercase;font-family:Geneva, Arial, Helvetica, sans-serif; font-weight:700;}





/* Content Area
--------------------------------------------------------------------------------------------------------------- */
.container{padding:3vw 0;}



/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{margin:0 0 10px 0; padding:15px;}
#comments .avatar{float:right; margin:0 0 10px 10px; padding:3px; border:1px solid;}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{margin:10px 5px 10px 0; padding:0;}

#comments form{display:block; width:100%;}
#comments input, #comments textarea{    width: 100%;
    padding: 10px;
    border: 1px solid #000;
    color: #ccc;
    background: #232323;
    border-radius: 5px;}
#comments textarea{overflow:auto;}
#comments div{margin-bottom:15px;    margin-right: .7vw;}
#comments input[type="submit"], #comments input[type="reset"]{display:inline-block; width:auto; min-width:150px; margin:0; padding:8px 5px; cursor:pointer;}



/* Footer
--------------------------------------------------------------------------------------------------------------- */
#footer{padding:80px 0;}

#footer .heading{margin-bottom:40px; font-size:1.2rem;}

#footer .linklist li{display:block; margin-bottom:15px; padding:0 0 15px 0; border-bottom:1px solid;}
#footer .linklist li:last-child{margin:0; padding:0; border:none;}
#footer .linklist li::before, #footer .linklist li::after{display:table; content:"";}
#footer .linklist li, #footer .linklist li::after{clear:both;}

#footer .contact{}#footer .contact.linklist li, #footer .contact.linklmnbist li:last-child{position:relative; padding-left:40px;}
#footer .contact li *{margin:0; padding:0; line-height:1.6;}
#footer .contact li i{display:block; position:absolute; top:0; left:0; width:30px; font-size:16px; text-align:center;}



/* Copyright
--------------------------------------------------------------------------------------------------------------- */
#copyright{padding:20px 0;}
#copyright *{margin:0; padding:0;text-align: center;}
#copyright h4 a.btn{padding: 8px 18px 10px;}


/* Transition Fade
--------------------------------------------------------------------------------------------------------------- */
*, *::before, *::after{transition:all .3s ease-in-out;}
#mainav form *{transition:none !important;}

/* Navigation
--------------------------------------------------------------------------------------------------------------- */
nav ul, nav ol{margin:0; padding:0; list-style:none;}

#mainav,  .sidebar nav{line-height:normal;}
#mainav .drop::after, #mainav li li .drop::after {position:absolute; font-family:"FontAwesome"; font-size:10px; line-height:10px;}

/* Top Navigation */

.menu {
line-height:30px;
  
}

.menu a {
 float: left;
    display: block;
    color: #fff;
    text-align: center;
    padding: 3px 16px;
    text-decoration: none;
    font-size: 14px;
    margin: 0 1px;
    text-transform: uppercase;
    border-right: 1px solid #676767;
    margin: 5px 0;
}



.menu .icon {
  display: none;
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
font-size: 14px;
    border: none;
    outline: none;
    color: #fbfbfb;
    padding: 3px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
    height: 35px;
    text-transform: uppercase;
    border-right: 1px solid #676767;
    margin: 5px 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #474646;
    z-index:99;line-height: 15px;
}

.dropdown-content a {
border-top: 1px solid #666;
    float: none;
    color: #fff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.menu a:hover, .dropdown:hover .dropbtn,.menu .active {
    color:#4bc2ef;
}

.dropdown-content a:hover {color: #4bc2ef;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 600px) {
#header #logo a {
    line-height: 20px;
    font-size: 1.5rem;
}
  .menu a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .menu a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
	#header #logo a {
    line-height: 20px;
    font-size: 1.5rem;
}
  .menu.responsive {position: relative;}
  .menu.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .menu.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .menu.responsive .dropdown {float: none;}
  .menu.responsive .dropdown-content {position: relative;}
  .menu.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}



/* Tables
--------------------------------------------------------------------------------------------------------------- */
table, th, td{border:1px solid; border-collapse:collapse; vertical-align:top;}
table, th{table-layout:auto;}
table{width:100%; margin-bottom:15px;}
th, td{padding:5px 8px;}
td{border-width:0 1px;}


/* Colours
--------------------------------------------------------------------------------------------------------------- */
a{color:#fff;}
a:active, a:focus{background:transparent;}/* IE10 + 11 Bugfix - prevents grey background */
hr, .borderedbox{border-color:#D7D7D7;}
label span{color:#FF0000; background-color:inherit;}
input:focus, textarea:focus, *:required:focus{border-color:#48a0c1;}

.btn, .btn.inverse:hover{color:#FFFFFF; background-color:#48a0c1; border-color:#48a0c1;}
.btn:hover, .btn.inverse{color:inherit; background-color:transparent; border-color:inherit;}


/* Rows */
.row1{color:#FFFFFF; background-color:rgba(0, 0, 0, 0.75);}
.row2{color:#CBCBCB; background-color:#222222;}
.row3{color:#474747; background-color:#FFFFFF;}
.row4{color:#CBCBCB; background-color:#222222;}
.row5{border-top: solid 1px #383838;}
.row5{color:#CBCBCB; background-color:#222222; position:fixed; bottom:0;}

/* Header */
#header #logo a{    color: #CCCCCC;font: normal normal 1.2em/1em Jura,sans-serif;     font-weight: 600;}


/* Content Area */
.services article i{color:#FFFFFF; border-color:#48a0c1;}
.services article:hover i{background-color:#48a0c1; border-color:#48a0c1;}


/* Footer */
#footer .linklist li{border-color:rgba(255,255,255,.2);}


/* Quick Links */
.quicklinks a{color:inherit;}
.quicklinks ul li::after{color:rgba(255,255,255,.3);}


/* Navigation */
.linklist a{color:#48a0c1; }
#breadcrumb a{color:inherit; background-color:inherit;}
#breadcrumb li:last-child a{color:#48a0c1;}

.container .sidebar nav a{color:inherit; border-color:#D7D7D7;}
.container .sidebar nav a:hover{color:#48a0c1;}

.pagination a, .pagination strong{border-color:#D7D7D7;}
.pagination .current *{color:#FFFFFF; background-color:#48a0c1;}

#backtotop{color:#FFFFFF; background-color:#48a0c1;}
.nospace h2 a{color:#48a0c1;}

/* Tables + Comments */
table, th, td, #comments .avatar, #comments input, #comments textarea{border-color:#565556;}
#comments input:focus, #comments textarea:focus, #comments *:required:focus{border-color:#48a0c1;}
th{color:#FFFFFF; background-color:#373737;}
tr, #comments li, #comments input[type="submit"], #comments input[type="reset"]{color:inherit; background-color:#000000;}
tr:nth-child(even), #comments li:nth-child(even){color:inherit; background-color:#F7F7F7;}
table a, #comments a{background-color:inherit;}


/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------ */


/* Media Queries
--------------------------------------------------------------------------------------------------------------- */
@-ms-viewport{width:device-width;}


/* Max Wrapper Width - Laptop, Desktop etc.
--------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:978px){
	.hoc{max-width:978px;}
}


/* Mobile Devices
--------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px){
	.hoc{max-width:90%;}

	#header{padding:30px 0 15px;}
	#header #logo{margin:0;}

	#mainav{}
	#mainav ul{display:none;}
	#mainav form{display:block;}
     .menu a ,.dropdown .dropbtn{padding: 14px 12px;}
	.menu {line-height: 15px;}
	.dropdown .dropbtn{height: 42px;}
    #header #logo a {line-height: 50px;}
	label, input, textarea, select, button {font-size: .9em;}
	.box {font-size:.9em !important;}
	.container{}
	#comments input[type="reset"]{margin-top:10px;}
	.pagination li{display:inline-block; margin:0 5px 5px 0;}

	#footer{}

	#copyright{}
	#copyright p:first-of-type{margin-bottom:10px;}
	
}


@media screen and (max-width:750px){
	.imgl, .imgr{display:inline-block; float:none; margin:0 0 10px 0;}
	.fl_left, .fl_right{display:block; float:none;}
	.one_half, .one_third, .two_third, .one_quarter, .two_quarter, .three_quarter{display:block; float:none; width:auto; margin:0 0 30px 0; padding:0;}

	#header{text-align:center;}
	#header #logo{margin-bottom:15px;}
}


/* Other
--------------------------------------------------------------------------------------------------------------- */
.form-control {
    display: block;
    width: 70%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#d1cdcd;
    background-color: #3a3a3a;
    background-image: none;
    border: 1px solid #575656;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.join_btn{    float: right;
    position: relative;
    margin: -34px 25px 0 0;
    border: 0;
    background: #48a0c1;
    color: #fff;
    cursor: pointer;
	width: 25%;
    height: 34px;
	}

@media screen and (max-width:650px){
	.scrollable{display:block; width:100%; margin:0 0 30px 0; padding:0 0 15px 0; overflow:auto; overflow-x:scroll;}
	.scrollable table{margin:0; padding:0; white-space:nowrap;}

	.inline li{display:block; margin-bottom:10px;}
	.pushright li{margin-right:0;}

	.font-x2{font-size:1.4rem;}
	.font-x3{font-size:1.6rem;}

	#pageintro li article{max-width:none; width:100%;}
	#pageintro li .heading{font-size:2rem;}
	.two_third {border-left: none;}
}

#home {
    background: url(../images/img_bg_3.jpg);
}
.box{background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: auto;
    float: left;
    padding: 40px;
    font-size: 1em;
    color: #fff;
    text-align: left;}
.box h2	{    font: normal normal normal 2.2em/1.4em Jura,sans-serif;
    color: #48a0c1;
    text-transform: uppercase;}
.vl1{border-right: 1px solid #ddd;
    height: 150px;
    position: absolute;
    left: 500px;}
	
#welcome_bottomheading{color:#FFFFFF; font-size:.9em; font-weight:bold; text-transform:uppercase;}
#home{ background:url('../images/img_bg_3.jpg');}	
#about{ background:url('../images/img_bg_41.jpg');}
#services_patents{ background:url('../images/img_bg_2.jpeg');}
#services_trademark{ background:url('../images/img_bg_4.jpeg');}
#services_otherservice{ background:url('../images/img_bg_12.jpg');}
#contact{ background:url('../images/img_bg_1.jpeg');}