/*======================================
Creative Table Of Content
*/
/* 1 Normalize */

html {
  font-family: 'Open Sans', sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:hover {
  text-decoration: none;

}

ul {
  margin:0!important;
  padding:0!important;
}

ul li {
  list-style: none;
}

body {
  margin: 0;
}

body,
button,
input,
select,
textarea {
  position: relative;
  color: #fff;
  font: normal 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 22px;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

embed,
iframe,
object,
video {
  max-width: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

figure {
  margin: 0;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}


/* 2 General Styles */

/* Links */
a, 
button, 
input[type="submit"] {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}

a {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
  transition: all 0.3s;
}

a:active,
a:hover,
a:focus {
  outline: 0;
  border: none;
  text-decoration: none;
  color: #aaaaaa;
   transition: all 0.3s;
}

/* Typography */

h1,
h2,
h3,
h4,
h5,
h6 {  
  font-family: 'Open Sans', sans-serif;
  color: #292424;
  
}


h1,
h2,
h3 {
   margin:0;
   font-family: 'Open Sans', sans-serif;
}

h1 {
  
}

h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  font-weight: 400;
  color: #292424;
  text-align: center;
}

h3 {
 font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #8c8c8c;
  text-align: left;
}

h4 {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  text-align: left;
  line-height: 26px;
  font-family: 'Open Sans', sans-serif;
}

hr {
  box-sizing: content-box;
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

p {
    margin-bottom: 15px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    color: #5a5a5a;
}

p a{
  text-decoration: underline;
}

q, 
blockquote,
blockquote p {
    color: #787878;
}

q::before, 
q:before, 
blockquote p::before {
    content: open-quote;
}

q::after,
q:after, 
blockquote p::after {
    content: close-quote;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Arvo', serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var,
samp {
  font-family: 'Arvo', serif;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
  list-style-position: inside;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

@media screen and (max-width: 479px){
  h1 {
    font-size: 28px;
  }
}

/* Forms */

form {
  position: relative;
}

input {
  outline: 0;
  border: 1px solid #dddddd;
  height: inherit;
  color: #333333;
  font-size: 16px;
  padding: 8px 15px;
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button,
html input[type="button"],
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 1;
  padding: 10px 15px 11px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-appearance: button;
  cursor: pointer;
  vertical-align: top;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="search"],
textarea,
.coder-banner-form select.wpcf7-form-control {
  color: #666;
  border: 1px solid #ccc;
  background-color: #F7F7F7; 
  box-sizing: border-box;
  padding: 8px 5px 8px 15px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
.coder-banner-form select.wpcf7-form-control:focus {
  color: #111;
  background-color: #ffffff; 
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  width: 100%;
}

optgroup {
  font-weight: bold;
}
select:focus{
  outline: none;
}

/* Button */

button,
.highlight-btn {
  border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  outline: 0;
  outline-offset: 0;
  border: none;
  overflow: visible;
}

/* Table */
table,
th,
td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed; /* Prevents HTML tables from becoming too wide */
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 0.4em;
}

del {
  opacity: 0.8;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
  margin-left: 0;
}

dd a{
  text-decoration: underline;
}

/* Custom page */

/*********************************************  - SETTINGS FOR HEADING CONTAINERS  - **********************************************/
header {
  background: #fff;
  padding: 12px 0 0 0;
}
.top-bar {
  display: block;
  border-bottom: 1px solid #e7e6e6;
  padding-bottom: 10px;
}
.top-bar ul.top-address {
  float: left;
}
.top-bar ul.top-address li {
  display: inline-block;
  color: #706f6f; 
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  border-right: 1px solid #d3d3d3;
  padding-right: 20px;
  margin-right: 20px;
  line-height: 18px;

}
.top-bar ul.top-address li a {
  display: inline-block;
  color: #706f6f; 
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;  
}
.top-bar ul.top-address li a:hover {
  color: #3a85cf;
}
.top-bar ul.top-address li:last-child {
  border: none;
}
.top-social-wrap {
  float: right;
  display: block;
}
.top-bar ul.top-social {
  margin: 0;
  padding: 0;
  
}
.top-bar ul.top-social li {
   display: inline-block;
}
.top-bar ul.top-social li i {
 display: inline-block;
  color: #706f6f; 
  font-size: 18px;
  margin-left: 15px;
}
.top-bar ul.top-social li i:hover {
  color: #3a85cf;
}

/* Navigation Bar */
.nav-wraper {
  margin: 0;
  padding: 0;

}
.logo {
  float: left;
  padding: 10px 0;
}
.logo a {
  text-align: left;
}
.logo img {
  max-width: 100%;
  width: 150px;
}
.menu {
  float: right;
}
.menu {
  margin-top: 60px;
}
.menu ul {
  text-align: right;
}
.menu ul li {
  display: inline-block;
  margin-left: 35px;
  position: relative;
}
.menu ul li a {
  color: #5f5f5f;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 10px;
  display: block;
  line-height: 24px;
}
.menu ul li a:before {
  border-top: 5px solid #3a85cf;
  top:-248%;
  left: 0;
  content: "";
  display: block;
  width: 0%;
  color: #3a85cf;
  position: absolute;
  transition: all 0.3s;
}


.menu ul li a:hover:before {
  top:-248%;
  width: 100%;
  color: #3a85cf;
  position: absolute;
  left: 0;
   transition: all 0.3s;
}
.menu ul li a:hover {
  color: #3a85cf;
}

.menu ul li a.active:before {
  top:-248%;
  left: 0;
  width: 100%;
  color: #3a85cf;
  position: absolute;
  transition: all 0.3s;
}
.menu ul li a.active {
  color: #3a85cf;
}


/* Banner Section */
.banner {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.banner-border {
  border-top: 1px solid #eee;
}

.banner-overlay {
  height: 100%;
  width: 100%;
  content: "";
  z-index:9;
  display: inline-block;
  background: url(../images/banner-overlay.png) repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.banner-text {  
  position: absolute;
  z-index: 10;
  top: 45%;
  right: 0%;
  transform: translate(-10%, -40%);
  width: 100%;
   
}
.banner-text h3 {
 color: #292423;
  font-size: 22px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  line-height: 34px;
  text-align: right;
  margin-bottom: 10px;
}
.banner-text p {
 color: #fff;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
}
.banner-text a {
  background: #0c59a5;
  line-height: 42px;
  padding: 0 30px;
  color: #fff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  display: inline-block;
  text-align: right;
  text-decoration: none;
}
.banner-text a i {
  margin-left: 8px;
}
.banner-text a:hover i {
  color:#000;
}
.banner-text a:hover {
  color:#000;
}

/* Welcome Section */
.welcome-wrap {
  margin:50px 0 50px 0;
}
.about-wrap {
  margin:0 0 50px 0;
  border-top: 1px solid #e7e6e6;
  text-align: left!important;
  padding-top: 30px;
}
p.center {
  text-align: center!important;
}
h2.main-head {
  text-transform: title;
  margin:35px 0 30px 0;
  text-align: left;
  font-weight: 700;
  color: #0c59a5;
}
.welcome-block h2 {
  text-transform: uppercase;
    margin:0 0 30px 0;
    font-size: 22px;
}
.welcome-block-bg1 {

  text-align: left;
  padding: 50px 40px;
}
.welcome-block-bg1,.welcome-block-bg3  {
 
  text-align: left;
  padding: 50px 40px;
}

.welcome-block-bg2 {
  background:url("../images/banner-overlay.png") repeat scroll 0 0px, url("../images/about-banner.jpg") no-repeat fixed center center / cover ;
  width: 100%;
}


.welcome-block-bg1 p,.welcome-block-bg3 p {
  text-align: left;
  line-height: 30px;
  width: 100%;
  margin: 0 auto;
}
.welcome-block-bg2 p{
  color: #fff;
  text-align: left;
  line-height: 40px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 50px 0;
  font-size: 20px;
}
.welcome-block-bg2 h2 {
  text-transform: title;
  margin:35px 0 30px 0;
  text-align: left;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  padding: 30px 0 0 0;
}
.welcome-block img {
  float: left;
  margin-right: 40px;
}
p.home-em {
  padding: 10px 0 0 0;
  width: 100%;
  text-align: left;
  margin: 0 auto;
}
.it-block p {
  text-align: left;
}
h2.blue-head {
  text-transform: uppercase;
  margin:35px 0 15px 0;
  text-align: left;
  color: #3a85cf;
  font-size: 26px;
}



/* Testimonial Part of Front Page Section */
.testimonial-part-wrap {
  padding:0 0 70px 0;
}
.owl-item {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.owl-item img { 
  max-width: 100px;
  width: 100%;   
}

.owl-buttons  {
  display: none;
}

/* Footer Section */
.footer-wrap {
  padding:35px 0 30px 0;
  background: #232a2d;
}
.foot-menu {
margin-bottom: 10px;  
}
.foot-menu ul {
  text-align: left;
}
.foot-menu ul li {
  display: inline-block;
  margin-right: 20px;
}
.foot-menu ul li a {
  color: #5f5f5f;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px;
  display: block;
  line-height: 24px;
}
.foot-menu ul li a:hover {
 color:#fff; 
}
.foot-menu ul li a.active { 
 color:#fff; 
}
.copy p {
  margin:0;
  color: #807d7d;
}
.social {
  float: right;
  }
.social ul li.follow {
  padding-right: 10px;
  color: #736c6c;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.social ul li {
  display:inline-block;
}
.social ul li a {  
}
.social ul li a i {
  color: #807d7d;
  font-size: 18px;
  margin-left: 10px;  
}
.social ul li a:hover i {
  color: #fff;
}



/*Top to Bottom*/

 #back-top {
    bottom: 0;
    position: fixed;
    right: 30px;
    z-index: 99999;
}
#back-top a {
    display: block;
    width: 40px;
}
#back-top a:hover {
    color: #000;
}
#back-top span {
    background: rgba(0, 0, 0, 0) url("../images/upp-arrow.png") no-repeat scroll center center;
    display: block;
    height: 40px;
    margin-bottom: 0;
    transition: all 1s ease 0s;
    width: 40px;
}
#back-top a:hover span {
    opacity: 0.5;
} 




/* Service Page */
.service-list-wrap {
margin-top: 10px;
}
.service-wrap {
  text-align: center;
  border:1px solid #ccc;
  padding: 20px;
  margin-top: 30px;
   transition: all 0.5s ease 0s;

}

.service-wrap p {
  min-height: 230px;
  text-align: left;

  
}
figure {
  overflow: hidden;
}
.service-wrap img {
  display: block;
  transition: all 0.5s ease 0s;
  
}
.service-wrap:hover img{
 transform: scale(1.5, 1.5);
    transition: all 0.5s ease 0s;
  
}

 
.service-wrap a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 20px 0;
  display: inline-block;
  
}
.service-wrap a:hover {
  color: #0c59a5;
}
.service-wrap:hover a {
color: #0c59a5;
}
ul.service-list {
  margin-left: 15px!important;
}
ul.service-list li {
  font-size: 14px;
  color: #525252;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
  font-weight: 400;
  margin-left: 36px;
}
ul.service-list li:before {
  font-size: 14px;
  color: #525252;
  font-family: "FontAwesome";
  content: "\f101";
  margin-left: -20px;
  margin-right: 12px;
  line-height: 30px;
}


/* Solution Page */
.inner-block p {
  text-align: left!important;
}
.inner-block img {
  float: left;
}
.innov-wrap {
  margin-top: 60px;
}
.innov-wrap img {
  max-width: 100%;

}
.innov-wrap i {
    float: left;
    margin: 5px 15px 0 0;
    padding: 20px;
    border-radius: 0;
    color: #ffffff;
    background: #0c59a5;
    font-size: 120px;
}

.innov-wrap h2 {
  text-align: left;
  font-weight: 400;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 20px!important;
  color: #0c59a5;
}
.innov-wrap p {
  text-align: left;
  
}

.innov-desc {
  overflow: hidden;
}
.innov-desc h2 {
  color: #0c59a5!important;
  font-family: 'Oswald', sans-serif;
  padding: 5px 0 15px 0;
}

.inner-two-lines {
  margin: 30px 0 10px 0;
}
.inner-two-lines h3 {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  background: #0c5eae;
  padding: 0 20px;
  display: inline-block;
  line-height: 40px;
  margin-bottom: 0px;
}
.two-lines {
    width: 100%;
    clear: both;
    display: inline-block;
    content: "";
    margin: 10px 0 10px 0;
}
.blue-line-bottom {
    float: left;
    width: 35%;
}
.gray-line-bottom {
    float: left;
    width: 100%;
  }
 
.blue-line-bottom {
    border-bottom: 3px solid #0c5eae;
    margin-top: -2px;
}
.gray-line-bottom {
    border-bottom: 1px solid #c6c6c6;
    padding-top: 1px;
}

.fullbg {
  background: url(../images/about-banner2.jpg) no-repeat fixed center center / cover;
  padding: 50px 0;
}
.fullbg h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;  
  padding: 0 0 20px 0; 
  line-height: 40px;  
  text-align: left;
}
.fullbg p {
  color: #fff;
}


/* Contact Page */
.contact {
  margin-top: 50px;
}
h3.sub-head {
  color: #3a85cf;
  font-size: 20px;
  font-weight: 600;
  margin: 5px 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.form-wrap {
  margin-right: 10%;
  margin-bottom: 6%;
}
.contact p a:hover {
  color: #1fb2a7;
}
.form-wrap p {
  text-align: left;
}
input.namefield  {
    margin: 0 1%;
    width: 47%;
    display: inline-block;
  }
input.singlefield {
    margin: 20px 0px 0 0 ;
    width: 100%;
    display: block;
    font-family: 'Roboto', sans-serif;
}
textarea.commentfield {
    margin: 20px auto;
    width: 100%;
    display: block;
    height: 88px!important;
    font-family: 'PT Sans', sans-serif;       
  }
input.namefield, input.singlefield, textarea.commentfield, input.subbut {
    background-color: #ffffff;
    opacity: 1;
    box-shadow: none;
    text-shadow:none;
    font-family: 'Roboto', sans-serif;  
  }
input.namefield:hover {

  }
input.namefield::-moz-placeholder, input.singlefield::-moz-placeholder, textarea.commentfield::-moz-placeholder {
    color: #ccc;
    opacity: 1;
    font-family: 'Roboto', sans-serif;
    text-transform:title;
    font-size: 14px;
    font-weight: 400;
  }
input.namefield[type="text"]:focus, input.singlefield[type="text"]:focus, textarea.commentfield:focus {
    opacity: 1;
    border: 1px solid #7a94ad;

    }
input.subbut {
    color: #fff;
    padding: 10px 30px;
    background: #3a85cf;
    border: none;   
    display: inline-block;
  }
input.subbut:hover {
    text-decoration: none;
    box-shadow: none;
    text-shadow:none;   
    color: #fff;
    border: none;
    background: #333;
  }

.contact-wrap i {
  margin-right: 15px;
  color: #3a85cf;
}
.contact-wrap p {
  line-height: 40px;
 
}

.map {
  margin-bottom: 50px;
}
.our-contact {
  margin: 0;
  padding: 0;

}

.our-contact li i {
  width: 20px;
}
.our-contact li {
  line-height: 30px;

}

.text-foot {
  overflow: hidden;
  color: #838282;
}
.text-foot a {  
  color: #838282;
}
.text-foot a:hover {  
  color: #968977;
}


.icon-foot {
  float: left; 
}


/* Smaller than standard 980 (devices and browsers) */
@media only screen and (max-width:1024px) and (min-width:768px) {
  .menu ul li {  
  margin-left: 0px;  
}

.menu ul li a { 
  padding: 0 8px; 
}

.banner-text h3 { 
  font-size: 20px; 
  margin-bottom: 10px;
}
.banner-text p { 
  font-size: 14px;  
}
.banner-text a {  
  line-height: 42px;
  padding: 0 30px; 
  font-size: 13px; 
}

}
/* Tablet Portrait size to standard 1024 (devices and browsers) */
@media only screen and (max-width:767px) and (min-width: 360px) {
  .mean-bar {
    margin-bottom: 10px;
  }

  .top-bar ul.top-address li {  
  padding-right:15px;
  margin-right:15px;
}
.banner-text {
  display: none;
}
.copy {
  text-align: center;
}
.social {
  text-align: center;
  float: none;
  margin-top: 10px;
}
.top-address-wrap {
margin-bottom: 20px!important;
display: block;
clear: both;
}
ul.top-address {
  text-align: center;
  display: block;
  width: 100%;  
}
.top-bar ul.top-address li {
  border-right: none!important;
}
 .top-social-wrap {
  float: none;
  text-align: center!important;
  
}
  ul.top-social {
margin-top: 20px!important;
  }
  .facilities-right {
    margin:0;
  }
}
/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width: 360px) and (min-width: 320px) {
  .logo {
    text-align: center;
    float: none;
    
  }
   .mean-bar {
    margin-bottom: 10px;
  }

  .top-bar ul.top-address li {  
  padding:0px;
  margin:0px;
}
.banner-text {
  display: none;
}
.copy {
  text-align: center;
}
.social {
  text-align: center;
  float: none;
  
}
.top-address-wrap {
margin-bottom: 30px!important;
display: block;
clear: both;
}
ul.top-address {
  text-align: center;
  display: block;
  width: 100%;  
}
.top-bar ul.top-address li {
  border-right: none!important;
}
 .top-social-wrap {
  float: none;
  text-align: center!important;
  
}
  ul.top-social {
margin-top: 20px!important;
  }

  .top-bar ul.top-social li i {
   margin: 0 7px;
}
.facilities-right {
    margin:0;
  }

}
/* ipad Sizes (devices and browser) */
@media only screen and (max-width:1024px) and (min-width: 768px){ 

}
/* Custom Sizes (devices and browser) */
@media only screen and (max-width:980px) and (min-width:768px) {
}
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) and (min-width:320px) {
  
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width:767px) and (min-width:480px) {
 
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) and (min-width:320px) {  

}
@media only screen and (max-width:480px) and (min-width:320px) {  
}
/* Small Andriod Mobile Portrait Size ( 240 devices and browsers) */
@media only screen and (max-width:319px) {
}