/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic|Montserrat:700|Merriweather:400italic');
/* icon css */
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family:FontAwesome;
	font-weight:normal;
	font-style:normal;
	display:inline-block;
	text-decoration:inherit
}
a [class^="icon-"], a [class*=" icon-"] {
	display:inline-block;
	text-decoration:inherit
}
.icon-large:before {
	vertical-align:middle;
	font-size:1.3333333333333333em
}
.btn [class^="icon-"], .nav-tabs [class^="icon-"], .btn [class*=" icon-"], .nav-tabs [class*=" icon-"] { line-height:.9em }
li [class^="icon-"], li [class*=" icon-"] {
	display:inline-block;
	width:1.25em;
	text-align:center
}
li .icon-large:before, li .icon-large:before { width:1.875em }
ul.icons {
	list-style-type:none;
	margin-left:2em;
	text-indent:-0.8em
}
@font-face {
	font-family:'FontAwesome';
	src:url('../images/font/fontawesome-webfont.eot');
	src:url('../images/font/fontawesome-webfontd41d.eot?#iefix') format('embedded-opentype'), url('../images/font/fontawesome-webfont.woff') format('woff'), url('../images/font/fontawesome-webfont.ttf') format('truetype'), url('../images/font/fontawesome-webfont.svg#FontAwesome') format('svg');
	font-weight:normal;
	font-style:normal
}
ul.icons li [class^="icon-"], ul.icons li [class*=" icon-"] { width:.8em }
.icon-phone:before { content:"\f095" }
.icon-edit:before { content:"\f044" }
.icon-envelope:before { content:"\f003" }
.icon-print:before { content:"\f02f" }
.icon-flag:before { content:"\f024" }
.icon-chevron-left:before { content:"\f053" }
.icon-chevron-right:before { content:"\f054" }
.icon-plus:before { content:"\f067"; color:#fff;}
.icon-minus:before { content:"\f068"; color:#fff;}
body {
    width: 100%;
    height: 100%;
    font-family: 'Lato',sans-serif;
	font-weight: 300;
    color: #666;
    background-color: #fff;
	font-size:16px !important;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    /*text-transform: uppercase;*/
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 1.6em;
	font-weight:400;
}

p.lead {
	font-weight: 600;
}
a{ color:#4967aa; }
a {
	color:#4967aa;
	   -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color:#668bdd;
}
.lists{ font-weight:400; font-size:16px; margin-bottom:15px; padding-left:0px;}
.lists li{ list-style:none; margin-bottom:20px;}
.accHeader{ margin-bottom:0px !important; margin-top:30px !important;}
.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
	
}

.bg2{ background: url(../img/bg2.jpg) repeat top center; background-attachment:fixed; background-size:cover;}
.bg3{ background: url(../img/Research1.jpg) no-repeat top left; background-attachment:fixed; background-size:cover;}
.bg4{ background: url(../img/a1.jpg) no-repeat top left; background-attachment:fixed; background-size:cover; color:#fff;}
.bg5{ background: url(../img/WP_20160223_17_11_20_Rich.jpg) no-repeat top left; background-attachment:fixed; background-size:cover; color:#fff;}
.imb{ border:1px #cecece solid;}
.widget-contact{ }
.navbar-nav > li{ margin-left:1px;}
h3{ font-size:20px; color:#4967aa;}
.flexslider{ height:700px;}
/*************************
********* Portfolio CSS ******
**************************/

#portfolio_page {
  margin-top: 115px;
  padding-bottom: 0;
}

.portfolio-items, 
.portfolio-filter {
  list-style: none outside none;
  margin: 0 0 40px 0;
  padding: 0;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  background: none repeat scroll 0 0 #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
  text-transform: uppercase;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
  border: 1px solid #F2F2F2;
  outline: none;
  border-radius: 3px;
}

.portfolio-filter > li a:hover,
.portfolio-filter > li a.active{
  color:#fff;
  background: #4867aa;
  border: 1px solid #4867aa;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-items > li {
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.portfolio-item {
  margin: 0;
  padding:0;
  border-right:1px solid #f1f1f1;
  border-bottom:1px solid #f1f1f1;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#recent-works .col-xs-12.col-sm-4.col-md-3{
  padding: 0;
}

#recent-works{
    padding-bottom: 70px;
}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  top: 0;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .recent-work-inner h3{
  margin: 10px 0;
}

.recent-work-wrap .recent-work-inner h3 a{
  font-size: 24px;
  color: #fff;
  text-transform:none;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #4867aa;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 20px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}
/* -------- Customized Accordion ---------- */

.accordion h3.accHeader {
	background-color:#4867aa !important;
	cursor: pointer;
	color:#ffffff;
	font-size:16px;
	line-height:30px;
	padding:3px 10px;
	position:relative;
	margin-bottom:5px;
	text-transform:uppercase;
	border-radius:4px;
}
.accordion h3.active{
	border-bottom:none;
	margin-bottom:0;
	display:block;	
} 
.accordion h3 span.accordprefix {
	cursor:pointer;
	position:absolute;
	height:18px;
	right:10px;
	top:3px;
	width:12px;
}
.accordion h3 span.accordprefix img {
	height:8px;
	width:13px;
}
.accordion h4{color: #668893;font-size:14px;}
.accordion .accDetail { padding:5px 15px; margin-bottom:5px; }
.txtBlue{color:#1a8ec1;}
.showHideAcc{ display:block; padding-bottom:10px; text-align:right;}
.showHideAcc a{ color:#363535;}
/* -------- end of customized Accordion ---------- */	

.navbar-brand {
    font-weight: 700;
}
.navbar-brand {
  height: 70px;
  padding: 5px 10px;
  font-size: 18px;
  line-height: 1em;
}

.navbar-brand h1{
	color: #fff;
  font-size: 20px;
  line-height: 40px;
}

.navbar-brand:focus {
    outline: 0;
}

.nav.navbar-nav {
}

.navbar-custom.top-nav-collapse .nav.navbar-nav {
    background-color: rgba(0,0,0,0);
}


.navbar-custom ul.nav li a {
	font-size: 13px;
	letter-spacing: 0px;
    color: #444;
	text-transform: uppercase;
	font-weight: 600;
	padding-top:7px;
	padding-bottom:7px;
}
.navbar-main-collapse{ margin-top:18px !important;}
.navbar-custom.top-nav-collapse ul.nav li a {
	    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	color: #fff;
}

.navbar-custom ul.nav ul.dropdown-menu {
	  border-radius: 0;	
}

.navbar-custom ul.nav ul.dropdown-menu li {
	border-bottom: 1px solid #f5f5f5;

}

.navbar-custom ul.nav ul.dropdown-menu li:last-child{
	border-bottom: none;
}

.navbar-custom ul.nav ul.dropdown-menu li a {
	padding: 10px 10px;
}

.navbar-custom ul.nav ul.dropdown-menu li a:hover {
}

.navbar-custom.top-nav-collapse ul.nav ul.dropdown-menu li a {
	color: #666;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color:#4967aa;
	color:#ffffff !important;
	border-radius:4px;
}
.navbar-custom .nav li.active a{color:#ffffff !important;}
.navbar-toggle {
    padding: 4px 6px;
    font-size: 14px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}


/* loader */
#preloader {
    background: #ffffff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}


#loaderInner {
    background:#ffffff url(../img/spinner.gif) center center no-repeat;
    height: 60px;
    left: 50%;
    margin: -50px 0 0 -50px;
    position: absolute;
    top: 50%;
    width: 60px;
}

@keyframes boxSpin{
  0%{
    transform: translate(-10px, 0px);
  }
  25%{
    transform: translate(10px, 10px);
  }
  50%{
    transform: translate(10px, -10px);
  }
  75%{
    transform: translate(-10px, -10px);
  }
  100%{
    transform: translate(-10px, 10px);
  }
}


@keyframes shadowSpin{
  0%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
  25%{
    box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;
  }
  50%{
    box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;
  }
  75%{
    box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;
  }
  100%{
    box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;
  }
}

#load {
	z-index: 9999;
  background-color: #FF4136;
  opacity: 0.75;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  margin: -5px auto 0 auto;
  left: 0;
  right: 0;
  border-radius: 0px;
  border: 5px solid #FF4136;
  box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70;
  animation: shadowSpin 1s ease-in-out infinite;
}

/* misc */
hr {
  margin-top: 10px;
}

/* margins */
.marginbot-0{margin-bottom:0 !important;}
.marginbot-10{margin-bottom:10px !important;}
.marginbot-20{margin-bottom:20px !important;}
.marginbot-30{margin-bottom:30px !important;}
.marginbot-40{margin-bottom:40px !important;}
.marginbot-50{margin-bottom:50px !important;}

/* ===========================
--- General sections
============================ */
/*section{ min-height:500px !important;}*/
.home-section {
    padding-top: 80px;
    padding-bottom: 80px;
	display:block;
    position:relative;
    z-index:120;
	min-height:400px;
}


.section-heading h2 {
	font-size: 25px;
	color:#4967aa !important;
	margin-bottom:8px;
}
.section-heading i {
	margin-bottom: 0px;
	color:#9a9a9a;
}


/* --- section bg var --- */

.bg-white {
	background: #fff;
}

.bg-gray {
	background: #f8f8f8;
}


.bg-dark {
	background: #575757;
}

/* --- section color var --- */

.text-light {
	color: #fff;
}



/* ===========================
--- Intro
============================ */

.intro {
	width:100%;
	position:relative;
	
	background: url(../img/WP_20160223_17_11_20_Rich.jpg) no-repeat top center;
	background-size:cover;
}

#intro.intro {
	padding:6% 0 0 0;
}

.intro .slogan {
	text-align: center;

}

.intro .page-scroll {
	text-align: center;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

.intro .slogan h2 {
	color: #FFF;
	text-shadow: none;
	font-size: 60px;
	line-height: 60px;
	font-weight: 700;
	font-family: Montserrat, sans-serif;
	background-color: rgba(0, 0, 0, 0);
	text-decoration: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000;
	border-style: none;
	text-shadow: -1px 0 1px #000;
}

.intro .slogan h4 {
	color: #fff;
	text-shadow: -1px 1px 1px #000;
}


/* ===========================
--- About
============================ */

.boxed-grey {
	background: #f9f9f9;
    padding: 20px;
	min-height: 365px;
}

.boxed-greys {
	background: #ffffff;
	padding: 20px;
}

.team h5 {
	margin-bottom: 10px;
	color:#4967aa;
}

.team p.subtitle {
	margin-bottom: 0px;
}

.avatar {
	margin-bottom: 20px;
}

.team-social {
	margin-left: 0;
	padding-left: 0;
	
}

.team-social {
	text-align: center;
}

.team-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.team-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.team-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.team-social .social-facebook a{background: #3873ae;}
.team-social .social-twitter a{background: #62c6f8;}
.team-social .social-dribble a{background: #d74980;}
.team-social .social-deviantart a{background: #8da356;}
.team-social .social-google a{background: #000;}
.team-social .social-vimeo a{background: #51a6d3;}
.team-social .social-facebook a:hover{background: #4893ce;}
.team-social .social-twitter a:hover{background: #82e6ff;}
.team-social .social-dribble a:hover{background: #f769a0;}
.team-social .social-deviantart a:hover{background: #adc376;}
.team-social .social-google a:hover{background: #333;}
.team-social .social-vimeo a:hover{background: #71c6f3;}


/* ===========================
--- Services
============================ */

.service-icon {
	margin-bottom: 20px;
}	

.himg{ 
  width:100%;
  max-height: 220px;
}

/* ===========================
--- Contact
============================ */

form#contact-form .form-group label {
	text-align: left !important;
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
}
form#contact-form input,form#contact-form select,form#contact-form textarea {
	border-radius: 0;
	border: 1px solid #eee;
  -webkit-box-shadow: none;
          box-shadow:  none;
}

form#contact-form input:focus,form#contact-form select:focus,form#contact-form textarea:focus {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.input-group-addon {
  background-color: #fefefe;
  border: 1px solid #eee;
  border-radius: 0;
}

.widget-contact {
	text-align: left;
}


.company-social {
	margin-left: 0;
	padding-left: 0;
	margin-top: 10px;
}

.company-social {
	text-align: left;
}

.company-social li{
    display: inline-block;
	margin:0 !important;
	padding:0;
}


.company-social a{
	margin:0;
	padding:0;
    display: block;
	width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3bbec0;
	color: #fff;
    -webkit-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.company-social a i{
	text-align: center;
	margin:0;
	padding:0;
}
.company-social .social-facebook a{background: #3873ae;}
.company-social .social-twitter a{background: #62c6f8;}
.company-social .social-dribble a{background: #d74980;}
.company-social .social-deviantart a{background: #8da356;}
.company-social .social-google a{background: #000;}
.company-social .social-vimeo a{background: #51a6d3;}
.company-social .social-facebook a:hover{background: #4893ce;}
.company-social .social-twitter a:hover{background: #82e6ff;}
.company-social .social-dribble a:hover{background: #f769a0;}
.company-social .social-deviantart a:hover{background: #adc376;}
.company-social .social-google a:hover{background: #333;}
.company-social .social-vimeo a:hover{background: #71c6f3;}



/* ===========================
--- Footer
============================ */

footer {
	text-align: center;
	padding: 20px 0 ;
	
}

footer p {
	color: #f8f8f8;
}

/* ==========================
Parallax
============================= */

#parallax1{	
	background-image: url(../img/parallax/1.jpg);
}

#parallax1:after {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


#parallax2{	
	background-image: url(../img/parallax/2.jpg);

}

#parallax2:after  {	
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0.7;
	z-index: -1;
}


/* ===========================
--- Elements
============================ */

.btn {
	border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}


.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle.btn-dark {
    border: 2px solid #666;
    color: #666;
}


.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i{
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}


#text {
    color: #fff;
    background: #ffcc00;
}

#map {
	height: 500px;
}


.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
  color: #fff;
  background-color: #666;
  border-color: #666;
}


.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}


/* Media queries */

@media(min-width:767px) {

    .navbar {
        padding: 10px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
		border-bottom:1px #f1f1f1 solid;
    }

    .top-nav-collapse {
        padding: 0;
        background-color: #000;
    }

    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
	
    .intro {
        height: 100%;
        padding: 0;
    }

    .brand-heading {
        font-size: 100px;
    }
	

    .intro-text {
        font-size: 25px;
    }


}
@media (max-width:768px) {
	
	.team.boxed-grey {
		margin-bottom: 30px;
	}
	
	.boxed-grey {
		margin-bottom: 30px;
	}

	
}

@media (max-width:480px) {

	.navbar-custom .nav.navbar-nav {
    background-color: rgba(255,255,255,.4);
	}
	
	.navbar.navbar-custom.navbar-fixed-top {
		margin-bottom: 30px;
	}
	
	.tp-banner-container {
		padding-top:40px;
	}

	.page-scroll a.btn-circle {
		width: 40px;
		height: 40px;
		margin-top: 10px;
		padding: 7px 0;
		border: 2px solid #fff;
		border-radius: 50%;
		font-size: 20px;
	}
	
}

.navbar{ font-size:16px !important; text-transform:uppercase; background:#ffffff;}
.navbar a{ font-family: 'Oswald', sans-serif; font-weight:400 !important; font-size:14px !important; color:#4967aa !important; padding: 8px 8px !important; }


.parallax-window {
    min-height: 400px;
    background: transparent;
}
.bxslider img{ height:600px !important; display:table; overflow:hidden; width:100%;}
.bxslider span{ position:absolute; top:0px; left:0px; width:100%; height:100%; background:url(../img/pattern.png) repeat;}
#portfolio .row{ margin-left:0px; margin-right:0px;}

.slide1{ background:url(../img/Allpanels.png) no-repeat bottom center; background-size:cover; min-height:520px; width:100%;}
.slide2{ background:url(../img/8panels.png) no-repeat bottom center; background-size:cover; min-height:520px; width:100%;}
.slide3{ background:url(../img/9panels.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide4{ background:url(../img/20panels.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
/* .slide5{ background:url(../img/banner4.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide6{ background:url(../img/banner5.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide7{ background:url(../img/banner6.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide8{ background:url(../img/banner7.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide9{ background:url(../img/banner10.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide10{ background:url(../img/banner11.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide11{ background:url(../img/banner8.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide12{ background:url(../img/banner9.jpg) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide13{ background:url(../img/Banner-10.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide14{ background:url(../img/Dashboard-Facebook-11.PNG) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide15{ background:url(../img/Dashboard-Instagram-12.PNG) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide16{ background:url(../img/Dashboard-WirelessAntenna-14.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide17{ background:url(../img/Facebook-RoskildeFestival-SocialSetAnalysis-15.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide18{ background:url(../img/RF16-GPS-HeatMap-StayingWalking-16.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide19{ background:url(../img/SocialSetAnalysis-SchedulingSocialOverlaps-17.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide20{ background:url(../img/TextAnalytics-Emotion-Danish-18.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide21{ background:url(../img/TextAnalytics-PersonalityTraits-English-19.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide22{ background:url(../img/TextAnalytics-Sentiment-English-20.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;}
.slide23{ background:url(../img/Dashboard-Twitter-13.png) no-repeat top center; background-size:cover; min-height:520px; width:100%;} */

.wow {
   visibility: hidden;
}

.ch-grid {
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
    display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 20px;
}
.bg1{ overflow:hidden !important; }
.bx-wrapper{ margin-top:80px !important;}

.servs li{ padding-left:30px; padding-right:30px;}