html, body{
	margin:0;
	font-size: 100%;
	font-family: 'Bitter', serif;
	background: #fff;
}
body a {
	text-decoration:none;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
a:link, a:hover {color:#705c97;}
a:visited {color:#333;}
a:hover{
 text-decoration:none;
}
a[href^="tel"]{
    color: #32243d;
    text-decoration:none;
}

.more a{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #32243d;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px auto;
}
.more a:hover{
	background: #339999;
	color:#fff;
}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}


h1,h2,h3,h4,h5,h6{
	margin:0;
	
}	
h2 {font-weight: 600;}
p{
	margin:0;
	font-size: 16px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
	text-align: left;
}
p.span {color: #32243d;}
.center {text-align: center;}

img {
		max-width: 100%;
		height: auto; }

.cc-banner.cc-bottom {position: relative; position: fixed; bottom:0; left: 0; right: 0; z-index: 999; }
.cc-window.cc-banner {width: 100%; padding: 20px; }
.cc-color-override-1569149306 .cc-btn {padding:10px 20px;}
.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap;
	width: 100px;
	float:right;
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#popup {
  display: none;
  z-index: 9999;
  position: absolute;
  width: 90%;
  left: 5%;
  top: 20%;
  padding: 20px 1%;
  font-family: 'Bitter', serif;
	text-align: center;
  background: #FFF;
	height:auto !important;
}
#popup h2 {color:#705c97; margin-bottom: 20px; }
#popup h3 {margin-bottom: 15px;}
#popup p {margin-bottom: 30px;}
#popup span {color:#339999;}

#fvpp-close {
  position: absolute;
  bottom: 10px;
  right: 50%;
  cursor: pointer;
	color:#339999;
}

#fvpp-dialog h2 {
  font-size: 2.4em;
  margin: 0;
}

#fvpp-dialog p { margin: 0; }

/* Search icon by IcoMoon, made with http://icomoon.io/app/ */
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon/icomoon.eot');
	src:url('../fonts/icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon/icomoon.woff') format('woff'),
		url('../fonts/icomoon/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.sb-search {
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	width: 0%;
	min-width: 36px;max-width: 300px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height: 36px;
	margin: 0;
	z-index: 10;
	padding: 10px 65px 10px 10px;
	font-family: inherit;
	font-size: 16px;
	color: #32243d;
	
}

.sb-search-input::-webkit-input-placeholder {
	color: #ccc;
}

.sb-search-input:-moz-placeholder {
	color: #ccc;
}

.sb-search-input::-moz-placeholder {
	color: #ccc;
}

.sb-search-input:-ms-input-placeholder {
	color: #ccc;
}

.sb-icon-search,
.sb-search-submit  {
	width: 36px;
	height: 36px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 36px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	background: #0385d1;
	z-index: 90;
	font-size: 18px;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\e000";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
	margin-left: 20px;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	background: #32243d;
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/*-- header --*/

/*-- Top-Bar --*/
.contacttop {
	float:right;
    padding: 10px 0px;
	margin-right: 30px;
	    font-size: 20px;
		color:#32243d;
		text-align:right;
		font-family: 'Bitter', serif;
}
.contacttop a {
    padding: 0px 10px;
	color:#32243d;
}
.logo-container {padding:10px 0;}
.logo-container img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
     transition:all 0.5s ease-in-out ;
     width:auto; height:auto;
	 margin:0;}
/*.logo-container.shrink img { width:200px; height:auto; margin:10px 0 0 10px;}*/
.logo-container h2 {
	color:#32243d;
    font-family: 'Bitter', serif;
    font-size: 20px;
	margin-left: 0px;
}

/*-- //Top-Bar --*/
/*-- Slider --*/
#slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
	text-align: center;
	
}
.banner-info{
	background: url(../images/banner1.jpg) no-repeat center 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:700px;
}

.slider-img {display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; }
.slider-img-test {display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; min-height: 300px; }
.slider-img img {display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; }
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 50px;
	max-width: 540px;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks_container2 {
	position: relative;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	
}
.callbacks_tabs a {
	visibility: hidden;
}
/*.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #b56d10;
}*/
.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 350px;
	background-color: rgba(50,36,61,0.5)
}
.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 9999;
    padding-top:30px;
	display: block; margin: 0 auto; text-align: center; width: 100%; height: auto; 
}
.slider-info-main h3 {
	font-family: 'Bitter', serif;
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 20px 120px;
   
}
.slider-main img {
	width: 100px;
	margin: 0 auto;
	min-height: 600px;
}
.slider-info-main img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'Bitter', serif;
    font-size: 38px;
    font-weight: 900;
    color: #FFF;
	text-align: left;
	margin: 20px 100px 20px 50px;
   
}
.slider-info p {
    font-size: 18px;
    font-weight: 100;
    color: #d3d8d8;
	text-align: left;
    margin:20px 50px;
    line-height: 35px;
}
.slider-info .more a{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #32243d;
	text-align:center;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px 0;
}
.slider-info .more a:hover {background: #339999;}


.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*-- //Slider --*/
.navbar { position: absolute;
    width: 100%;
    z-index: 1000;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}
.navbar-header {
    width:100%;
    text-align: center;
	margin: 0 auto;
	   
    }
/*.nav-wrap {
    width: 100%;
	margin: 0 auto;
	padding: 0px;
}*/
.text-center { 
	width: 100%;
    text-align: center;
	margin: 0 auto;
	
    }
.navbar-toggle .icon-bar {
	    background-color:#339999;
	color: #fff !important;
}

/*.nav-wrap {
    width: calc( 100% - 600px );
	padding: 5px;
	margin: auto;
	margin-top:-50px;
    margin-right: 0px;
}*/

.nav-wrap {
    width:1200px;
	padding: 5px;
	margin: auto;
	margin-top:-10px;
	margin-left: auto;
    margin-right: auto;
	text-align: center;
	
}

ul.nav li a:link, ul.nav li a:visited {color:#32243d;}
ul.nav li a:hover {
    background-color: transparent;
    color: #339999;
}
/*ul.nav li a:after {
  content: '';
  border-bottom:2px solid transparent;
  margin: 10px auto;
  display: block;
  width:70%; 
  height:1px;
}
ul.nav li a:hover:after {
  content: '';
  border-bottom:2px solid #339999;
  margin: 10px auto;
  display: block;
  width:70%; 
  height:1px;
}
ul.nav li.active a {
	background-color: transparent;
    color:#32243d;
}*/
.navbar-nav>li>a {
	font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
	padding: 7px 20px;
}
.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}
.container-fluid {
    padding: 0 50px;
}
nav.navbar {
	background: transparent;
    margin: 0;
	border-radius: 0;
}

nav.navbar.navbar-default.navbar-fixed-top {
    border: none;
    padding:0;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    background:none;
	padding:10px;
}
nav.navbar {
    background: rgba(255,255,255,0.8); 
}
nav.navbar.scrolled {
    background: rgba(255,255,255,0.8); 
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px!important;
}

.navbar-nav > li {
    margin: 0 .3em !important;
}
.navbar-default {
    background: none;
    border-color: transparent !important;
    margin: 0;
}
.navbar ul.dropdown-menu {
    padding: 0;
}
.dropdown-menu {color:#fff; background-color: #3f5b5f;  }
.dropdown-menu .dropdown .dropdown-menu {
        margin:0;
		display: block;
	z-index:1001!important;
        
    }
	
.navbar .dropdown-menu > li > a { 
	display: block;
    padding: 15px 15px !important; 
	text-transform: uppercase;
	z-index: 9999!important;
}
.navbar .dropdown-menu > li.active > a ,.header .navbar-default .navbar-nav > .open > a, .header  .navbar-default .navbar-nav > .open > a:hover, .header  .navbar-default .navbar-nav > .open > a:focus,.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #32243d;
    background-color: #fff;
	
}
.navbar-nav .open .dropdown-menu {
		background:rgba(255, 255, 255, 0.85);
	z-index: 9999!important;
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #32243d;
		text-transform: uppercase;
	}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {background:rgba(255, 255, 255, 0.8);
		display: none;
	}
.dropdown-menu > li > a {text-transform: uppercase;}
/*-- //nav --*/

/*-- //Banner-Slider --*/
/*--main text--*/
.about {
	background: #a4add4;
	margin: 20px;
    padding: 30px 20px;
	
}
.about h2{
    font-size: 36px;
	font-family: 'Bitter', serif;
	text-transform: uppercase;
	color: #32243d;
    text-align: center;
    margin-bottom:20px;
   }
.about h3 {text-align: center; color: #32243d; margin-bottom: 20px; line-height:30px;}
.about h3:after, .services h3:after {
  content: '';
  border-bottom:2px solid #32243d;
  margin: 10px auto;
  display: block;
  width:20%; 
  height:1px;
}
.about .col-md-6 p {text-align: center;}
.about h4 {font-weight: 900; margin-bottom: 20px; text-align: center;}

.about p {font-size: 16px; margin-bottom: 20px; text-align: center;}

.about ul {margin-bottom: 30px; text-align: center; list-style-position: inside;}
.about li {padding: 10px; font-weight: bold;}

/*--services-section--*/
 .services {
    background: #f4f4f4;
	 margin: 20px;
    padding: 30px 20px;
}
.services h2{
	font-family: 'Bitter', serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #32243d;
    text-align: center;
    margin-bottom: 50px;
   
}
.services h3 {color: #32243d;
    text-align: center;
	margin-bottom: 20px;
}
.services h4 {color: #32243d;
    text-align: center;
	margin-bottom: 20px;
}
.services p {margin-bottom: 20px;}
.services img {margin-bottom: 20px;}
.services ul {font-size: 18px; font-weight: bold;}
.services li {padding: 10px;}

/*logos */

.portfolio {background: #fff;  margin: 20px;
    padding: 30px 20px;}

.portfolio h2{
	font-family: 'Bitter', serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #32243d;
    text-align: center;
    margin-bottom: 50px;
   
}
.portfolio h3 {color: #32243d;
    text-align: center;
	margin-bottom: 20px;
}
#portfolio .portfolio-item{right:0;margin:0 0 15px} 
#portfolio .portfolio-item .portfolio-link{position:relative;display:block;max-width:400px;margin:0 auto;cursor:pointer}
#portfolio .portfolio-item .portfolio-link .portfolio-hover{position:absolute;width:100%;height:100%;transition:all ease .5s;opacity:0;background:rgba(51,153,153,.9)}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover{opacity:1}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content{font-size:20px;position:absolute;top:50%;width:100%;height:20px;margin-top:-12px;text-align:center;color:#fff}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{margin-top:-12px}#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4{margin:0}
#portfolio .portfolio-item .portfolio-caption{max-width:400px;margin:0 auto;padding:25px;text-align:center;background-color:#fff}
#portfolio .portfolio-item .portfolio-caption h4{margin:0;text-transform:none}
#portfolio .portfolio-item .portfolio-caption p{font-size:16px;font-style:italic;margin:0;font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji'}
#portfolio *{z-index:2}

.portfolio-modal .modal-dialog{margin:1rem;max-width:100%;}
.portfolio-modal .modal-content{padding:100px 0;text-align:center}
.portfolio-modal .modal-content h2{font-size:3em;margin-bottom:15px}
.portfolio-modal .modal-content p{margin-bottom:30px}
.portfolio-modal .modal-content p.item-intro{font-size:16px;font-style:italic;margin:20px 0 30px;font-family:'Droid Serif',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,'Helvetica Neue',Arial,sans-serif,'Apple Color Emoji','Segoe UI Emoji','Segoe UI Symbol','Noto Color Emoji';}
.portfolio-modal .modal-content ul.list-inline{margin-top:0;margin-bottom:30px}
.portfolio-modal .modal-content img{margin-bottom:30px}.portfolio-modal .modal-content button{cursor:pointer}
.portfolio-modal .close-modal{position:absolute;top:25px;right:25px;width:75px;height:75px;cursor:pointer;background-color:transparent}
.portfolio-modal .close-modal:hover{opacity:.3}
.portfolio-modal .close-modal .lr{z-index:1051;width:1px;height:75px;margin-left:35px;transform:rotate(45deg);background-color:#212529}
.portfolio-modal .close-modal .lr .rl{z-index:1052;width:1px;height:75px;transform:rotate(90deg);background-color:#212529}

/*--gallery--*/

.gal-item {float:left; margin:10px;}

.gallery {
    padding: 60px 0px 70px;
}
.gallery h5 {font-weight: bold;}
.gallery p {text-align:center;}
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
    float: left;
    margin: 1%;
    padding: 3px;
    position: relative;
    width: 31%;
	border: 1px solid rgba(139,113,146,1.00);
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
    position: absolute;
    background: rgba(50, 36, 61, 0.80);
    width: 100%;
    height: 100%;
}
.da-thumbs li a div p {
  display: block;
     padding: 0 0;
    margin: 5px 20px;
  font-weight: normal;
  color: rgba(255,255,255,0.9);
  text-align: center;
  font-size:0.95em;
  line-height:1.9em;
  
}
.da-thumbs li a div  h5 {
    color: #FFF;
    font-size:20px;
    margin: 2em 0 0 0;
    text-align: center;
    	
}
.da-thumbs li a div h5 span {
    color: #88b9c0;
}

.team-sec {
    padding: 0;
}
/* --walk-- */	
.padding-upcoming span{
	color:red;
}			
.trailer iframe {
	width: 100%;
	height:440px;
}
.trailer {
		padding-left: 0;
}

.sub-img {
	width:34%;
	float: left;
}

.sub-img img{
	width:82%;
}

.sub-text {
    float: right;
    width: 66%;
    margin: 0px;
}

.sub-text h4 {
    text-align: left;
    padding: 0.5em;
    background-color: #fff;
    line-height: 1.6em;
    text-decoration: none;
    display: block;
    color: #000;
    font-size: 1.4em;
    font-weight: 400;
}

.sub-text p {
    font-size: 1em;
    line-height: 1.9em;
    color: #888;
    margin-top: 8px;
}
.gallery-grids {
    margin-top: 2em;
}
/*--//gallery--*/

.grid li.logos {
	display: inline-block;
	width:33.3%;
	float: left;
	position: relative;
	border:none;
	margin: 20px 0;
	min-height:400px;
}
.grid li.logos img {padding: 10px;}

.card {
    padding: 2.5em .5em;
    border: 1px solid transparent;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
    background: transparent;
	min-height: 450px;
	margin-bottom: 50px;
	display: inline-block;
	float: left;
}

.card:hover,
.card.active {
    background: #fff;
    -webkit-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    -moz-box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    box-shadow: 0px 0px 18.69px 2.31px rgba(204, 204, 223, 0.5);
    border-radius: 15px;
}
.card:hover .service-active
 {background:#339999; }

.card i {
    font-size: 34px;
    color: #fff;
    width: 75px;
    height: 75px;
    background: #666699;
    border-radius: 50%;
    line-height: 2.2;
	margin: 10px auto;
	text-align: center;
	display: block;
}

.card i:hover {
    background: #339999;
   
}
.card .more {position: absolute; bottom:30px; left: 20%; right: 20%;}
.testimonials {
	position: relative;
	background: #705c97;
	margin: 20px;
    padding: 30px 20px;
	text-align: center;
	min-height: 400px;
}
.testimonials h2{
	font-family: 'Bitter', serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #fff;
    text-align: center;
    margin-bottom: 50px;
   }

.testimonials_grid h3 {
    margin: 1em 0 0.5em 0;
    color: #fff;
    font-size: 1.4em;
}



div#carouselExampleControls .carousel-item {
    background: none;
    height: auto;
}

.testimonials_grid {
    margin: 0 auto;
    width: 60%;
}



a.carousel-control-next.test,
a.carousel-control-prev.test {
    color: #f79720;
    text-align: center;
    opacity: 0.9;
    font-size: 2em;
}

/* pricing */
.jsw-pricing.card {
    border: 0;
    border-radius: 0px;
    -webkit-box-shadow: 0 3px 0px 0 rgba(137, 225, 201, .08);
    box-shadow: 0 3px 0px 0 rgba(137, 225, 201, .08);
    transition: all .3s ease-in-out;
    padding: 2.25rem;
    position: relative;
}

.jsw-pricing.card-header::after {
    content: "";
    display: table;
    clear: both;
}

.jsw-pricing.card:after,
.service-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 5px;
    background-color: #98d4c4;
    transition: 0.5s;
}

.jsw-pricing.card {
    -webkit-box-shadow: 0 20px 35px 0 rgba(137, 225, 201, 0.08);
    box-shadow: 0 20px 35px 0 rgba(137, 225, 201, 0.08);
}

.jsw-pricing.card:hover:after {
    width: 100%;
}

.jsw-pricing.card.service-active:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #98d4c4;
    transition: 0.5s;
}

.jsw-pricing .card-header {
    background-color: white;
    padding-left: 2rem;
    border-bottom: 0px;
}
.jsw-pricing p {color:#fff;}

h4.price-title {
    font-size: 24px;
    letter-spacing: 1px;
}

.jsw-pricing .card-block {
    padding-top: 0;
}
.card-block p {color: #333; padding: 10px;}

.list-group-item {
    color: #777;
    font-weight: 700;
    letter-spacing: 1px;
	border: none;
}

.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-top: none;
}

.list-group-item:last-child {
    border-bottom: none;
}

.display-2 {
    font-size: 36px;
    letter-spacing:1px;
    color: #339999;
	font-weight:bold;
}

.display-2 .currency {
    font-size: 2.75rem;
    position: relative;
    font-weight: 600;
    top: -45px;
    letter-spacing: 0px;
    color: #ddd;
}
.display-2 .strike {
    font-size:20px;
    color: #996699;
    letter-spacing: 0px;
	text-decoration: line-through;
}

.display-2 .period {
    font-size:20px;
    color: #996699;
    letter-spacing: 0px;
}

.btn-gradient, a:link.btn-gradient {
    background-color: #32243d;
    color: #fff;
	border:1px solid #fff;
    transition: background .3s ease-in-out;
    box-shadow: inset 0 -4px 0 0 rgba(148, 195, 177, .2);
}

.btn-gradient:hover, a:link.btn-gradient:hover, .btn-gradient:visited, a:link.btn-gradient:visited {
    color: white;
    background-color: #339999;
}

.service-active,
.service-active .card-header,
.service-active .list-group-item {
    background: #339999;
}
.service-active .btn-gradient:hover {
    color: #fff;
    background-color: #339999;
}
.card-header.active .display-2, .card-header.active .display-2 .period, .card-block.active .list-group-item {
    color: #fff;
}
#pricing p {margin-bottom: 20px;}
/* //pricing */

/*faq accordion*/

.accordion {
  background-color: #339999;
  color: #fff;
	font: bold;
  cursor: pointer;
  padding: 18px;
	margin-bottom: 25px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion:hover {
  background-color: #32243d;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 10px 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}

.dropdownheader{ /*header*/
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 0 0;
padding: 5px 60px 5px 10px;
background: #339999;
color:#FFF;
}


.dropdownheader img {position:absolute; top:10px; right:20px; margin-left:20px;}

.dropdowncontent {margin-bottom:20px;}
.dropdowncontent p {padding:10px 0; }


/* FIFTH EFFECTS */
.fifth-effect img {
	-moz-transition: all 0.3s ease-in;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	-ms-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	border-radius: 50%;
	margin:0 auto;
	text-align:center;
	display:block;
	width:100%;
}
.fifth-effect .mask {
   cursor:pointer;
   opacity:1;
   visibility:visible;
   border:40px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -moz-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -webkit-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -o-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   -ms-transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
   transition: all 0.4s cubic-bezier(0.940, 0.850, 0.100, 0.620);
}
.fifth-effect:hover .mask {
	border:0px double rgba(0,0,0,0.7);
	opacity:0;
	visibility:hidden;
}
.fifth-effect:hover img {
	opacity:1;
}
/* CSS3 STYLE GENERIC */
.view {
    width: 270px;
    height: 270px;
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    margin: 0 auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 270px;
    height: 270px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0px;
   	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
.view img {
   display: block;
   position: relative;
   margin:0 auto;
   width:auto;
   text-align:center;
}
.view a.info {
   background:url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}
.view.fifth-effect {
  padding-left: 0;
}
.testimonials-grid {
    margin:0 auto;
	text-align:center;
	margin-bottom:50px;
}
.testimonials h4 {
    color:#02343d;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0;
}
.testimonials p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
	min-height: 100px;
}
ul.top-icons.testimonials-icon li {
    display: inline-block;
    margin-right: 10px;
	list-style:none;
}
ul.top-icons.testimonials-icon {
    text-align: center;
    margin-top: 10px;
}
.testimonials-icon li em {
	display: block;
    color: #fff;
    padding-top: 8px;
}

.testimonials-icon li  {
    display: inline-block;
    margin-right: 7px;
    width: 32px;
    height: 32px;
    background: rgba(26, 94, 113, 0.83);
    -webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.testimonials-icon li:hover {
    background:#E6870A;
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	transform: rotateY(360deg);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}


/* Container needed to position the overlay. Adjust the width as needed */
.overlaycontainer {
  position: relative;
  width: 100%;
  margin-bottom:50px;
}

/* Make the image to responsive */
.image {
  width: 100%;
  height: auto;
 
}

/* The overlay effect (full height and width) - lays on top of the container and over the image */
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(2, 52, 61, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  
}

/* When you mouse over the container, the overlay text will "zoom" in display */
.overlaycontainer:hover .overlay {
  height: 100%;
}

/* Some text inside the overlay, which is positioned in the middle vertically and horizontally */
.text {
  color:#fff;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width:100%;
}
.text p {font-size: 14px; line-height: 16px;}
.text a:link, .text a:hover, .text a:visited {color:#fff; -webkit-hyphens: none;
-moz-hyphens: none;
hyphens: none;} 
/*--//testimonials--*/


.grid {
    padding: 0px 97px;
	width: 100%;
	margin-bottom: 50px;
}
.grid h4 {
    text-transform: uppercase;
	color: #32243d;
    font-size: 24px;
	margin-top: 10px;
	margin-bottom: 8px;
}
.grid p {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height:20px;
}

.ltblue {
	background: #705c97;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
}
.ltblue h3{
    font-size: 24px;
	color: #32243d;
    text-align: center;
    margin-bottom: 50px;
   }
.ltblue p {margin-bottom: 20px;}
.ltblue h4 { font-size:20px; text-align: center;}
.ltblue ul {margin-bottom: 50px;}

.dkblue {
	background: #32243d;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
	color: #fff;
}
.dkblue h3{
    font-size: 24px;
	color: #fff;
    text-align: center;
    margin-bottom: 50px;
   }
.dkblue h4 {text-align: center;}
.dkblue p {color: #fff; margin-bottom: 20px;}
.dkblue a:link, .dkblue a:hover, .dkblue a:visited {color: #fff;}
.dkblue ul {margin-bottom: 50px;}
.dkblue .col-md-6 h4 {text-align: left; font-weight: 900; margin-bottom: 15px;}

.grey {background: #f4f4f4;
	margin: 20px;
    padding: 30px 20px;
	display: block;	
	text-align: left;
}
.grey h3{
    font-size: 24px;
	color: #32243d;
    text-align: center;
    margin-bottom: 50px;
   }


/*--client logos--*/
.logos {
	margin-top: 20px;
    background: #fff;
    text-align: center;
}
.logos h4{
	font-family: 'Bitter', serif;
    font-size: 24px;
	color: #32243d;
    text-align: center;
	margin-bottom: 20px;
   
}
.logos p {margin-bottom: 50px;}

.logos .col-md-3 {padding:0 40px;}


/*.brands_slider_container {
    height: 130px;
    border: solid 1px #e8e8e8;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    padding-left: 97px;
    padding-right: 97px;
    background: #fff
}

.brands_slider {
    height: 100%;
    margin-top: 50px
}

.brands_item {
    height: 100%
}

.brands_item img {
    max-width: 100%
}

.brands_nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 5px;
    cursor: pointer
}

.brands_nav i {
    color: #e5e5e5;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.brands_nav:hover i {
    color: #676767
}

.brands_prev {
    left: 40px
}

.brands_next {
    right: 40px
}*/

.casestudies {display: block; width: 100%; text-align: center;}

.clientbox {background: #32243d;
	margin: 1%;
    padding: 30px 20px;
	display: inline-block;	
	text-align: left;
	color: #fff;
	width: 31%;
}

.accreditation {background: #fff;}
.accreditation img {display: block; text-align: center; margin: 10px auto;}
.accreditation h3 {font-size: 18px !important; 
	font-weight: 900;
	color: #32243d;
    text-align: center;
    margin-bottom: 50px;}
.accreditation p {
    font-size: 16px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
.accreditation a:link, .accreditation a:visited {color:#32243d; }
.accreditation a:hover {color:#705c97;}

/*--blog --*/

.blog {
	margin: 0;
    padding: 0;
	
}
.blog-overview {
	background: #a4add4;
	margin: 20px 0;
    padding: 30px 20px;
	
}
.blog h2, .blog h3, .blog-overview h2 {font-size: 30px;
	font-family: 'Bitter', serif;
	text-transform: uppercase;
	color: #32243d; text-align: left; margin-bottom: 20px;}
.about h2.blog {text-align: left; font-size: 30px;
	font-family: 'Bitter', serif;
	text-transform: uppercase;
	color: #32243d;
    margin-bottom:20px;
   }
.sidemenu {background: #705c97; padding:30px 20px; margin: 20px 0;}
.sidemenu h3 {
	font-family: 'Bitter', serif;
	font-size: 20px;
	text-transform: uppercase;
	color: #32243d;
	text-align: left;
	margin-bottom: 20px;
}
.sidemenu ul {margin-left: 20px; margin-bottom: 30px;}
a.readmore{
	font-size: 16px;
	font-weight:700;
	padding: 10px;
	width:auto;
	max-width:200px;
	background: #32243d;
	text-transform:uppercase;
	text-decoration: none;
	color: #fff;
	display:block;
	margin:20px 0;
}
a:hover.readmore {
	background: #339999;
	color:#fff;
}
.post {background: #a4add4; margin: 20px 0; padding: 30px 20px;}
.post h2 a:link, .sidemenu ul a:link {color:#32243d; }
.post h2 a:hover, .sidemenu ul a:hover {color:#339999; }


/*-- map section --*/
.map { width:100%; height:450px; margin-bottom: 40px; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*--contact--*/
.contact {
	background: #32243d;
    margin: 20px;
    padding: 30px 20px;
	display: block;
	text-align: center;
}
.contact h2{
	font-family: 'Bitter', serif;
    font-size: 36px;
	text-transform: uppercase;
	color: #fff;
    text-align: center;
    margin-bottom: 20px;
   }
.contact p {text-align: center; color: #fff;}
.contact a:link, .contact a:visited {color: #fff;}
.contact a:hover {color: #339999;}

/*form*/

	form {
		width:100%;
		margin: 20px auto;
		display: block;
		text-align: left;
		background-color:#32243d;
		color:#fff;
	}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #32243d;
		padding: 10px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 100px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 16px;
		margin-bottom:20px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
input[type="radio"] { text-align: left!important;}
	label span,
	legend span {
		font-weight: normal;
		font-size: 16px;
		color: #444; }


	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #339999; 
		border: 1px solid #fff;
	  border-top: 1px solid #fff;
	  border-left: 1px solid #fff;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: inline-block;
	  font-size: 16px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin: 20px 0;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Bitter', serif;
      text-transform: uppercase;}

	
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #fff;
		background: #32243d; /* Old browsers */
		border: 1px solid #fff;
	  border-top: 1px solid #fff;
	  border-left: 1px solid #fff; }

	
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		border: 1px solid #666;
		background: #ccc; /* Old browsers */
		background: #ccc -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #ccc -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #ccc -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #ccc -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #ccc -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #ccc linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

.input-group1 {width: 40%; margin:20px 5%; float: left;}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

/*--//contact--*/
/*--footer--*/
.footer {
    background: #fff;
    color: #32243d;
    padding-top: 30px;
    padding-bottom: 30px;
	text-align: center;
}
.footer p {font-size: 14px; padding-bottom: 10px;}
.footer img {margin-bottom: 20px;}


label {
    width: 100%;
        
}


/*--//footer--*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 24px;
	right: 1%;
	overflow: hidden;
	z-index: 999; 
    width: 64px;
    height: 64px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/
@media(max-width:1440px){
	/*.navbar { position: relative;
    width: 100%;
    z-index: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}*/
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top:200px;
	background-color: rgba(50,36,61,0.5)
}
	
	.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
	
}
	
	.banner-info {
	min-height:300px;
}
	.callbacks_nav {
		height: 44px;
		width: 44px;
		background-size: 88%;
	}
	.callbacks_nav.next{
		height: 44px;
		width: 44px;
		background-size: 88%;
	}
	
	.callbacks_tabs {
		left: 9%;
	}
	.testimonials p {
    color: #fff;
    font-size: 16px;
    margin: 0 auto 5px auto;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
	width: 85%;
}
	
}
@media(max-width:1366px){
	
	.navbar-nav>li>a {
	font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
	padding: 7px 10px;
}
	.navbar-nav > li {
    margin: 0!important;
}
	.text-center { 
	width: 100%;
    text-align: right;
	margin: 0;
	
    }
	.testimonials h4 {
    font-size: 16px;
    min-height: 40px;
}
	
	
	
}


@media(max-width:1280px){
	.banner-info {
	min-height:400px;
}
	.form {width: 80%;}
	.callbacks_tabs {
		left: 8%;
	}
	
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 50%;
    width: 50%;
    height: 100%;
    padding-top: 200px;
	background-color: rgba(50,36,61,0.5)
}
	.slider-info h3 {
	font-size: 30px;
    font-weight: 900;
      
}
	
}



@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.285714285714285714285714285714%;
    *width: 14.285714285714285714285714285714%;
  }

}
/* 14% = 100% (full-width row) divided by 7 */

img{
  max-width: 100%;
}

@media(max-width:1199px){
.testimonials p {
    color: #fff;
    font-size:18px;
    margin: 0 auto 20px auto;
    line-height: 1.8em;
    font-weight: 400;
    text-align: center;
	width: 85%;
	min-height: 70px;
}
}

@media(max-width:1024px){
	.sb-search {
	position: relative;
	margin-top: 10px;
	margin-right: 20px;
	width: 0%;
	min-width: 36px;max-width: 300px;
	height: 36px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
		clear: both;
}
	.contacttop {
	float:none;
    padding: 10px 0px;
	    font-size: 18px;
		color:#32243d;
		text-align:right;
		font-family: 'Bitter', serif;
}
	.nav-wrap {
    width:100%;
	padding: 5px;
	margin: auto;
	margin-top:0px;
	margin-left:auto; 
	margin-right: auto;
	text-align: center;
}
	.navbar-nav>li>a {
	font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
	padding: 7px 7px;
}
	.navbar-nav > li {
    margin: 0!important;
}
	.navbar-default .navbar-brand {
		font-size: 39px;
	}
	.callbacks_nav {
		left: 17px;
	}
	.callbacks_nav.next {
		right: 17px;
	}
	
	
	.callbacks_tabs {
		left: 7.5%;
	}
	.callbacks_tabs a:after {
		width: 10px;
		height: 10px;
	}
	
		
}
@media(max-width:991px){
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
	background-color: rgba(50,36,61,0.5)
}
	.slider-info h3 {text-align: center !important;
	margin: 20px 40px;
   
}
	.slider-info .more a {display: block; margin: 20px auto; text-align: center;}
	
.slider-info-main h3 {
	font-family: 'Bitter', serif;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
	text-align: center !important;
	margin: 20px auto;
   
}
	
	.slider-info p {font-size: 18px; line-height: 22px; }
	.banner-info, .banner-info1, .banner-info3, .banner-info4, .banner-info5, .banner-info-proposals, .banner-info-custom, .banner-info-feedback {
	min-height:300px;
}
	.navbar { position: relative;
    width: 100%;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
	z-index:9999;
}
	.navbar-nav>li>a {
	font-family: 'Bitter', serif;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
	padding: 7px 7px !important;
}	
	.navbar-default .navbar-brand {
		font-size: 38px;
	}
		
	.callbacks_tabs {
		left: 11%;
	}
	.grid li.logos {
	display: inline-block;
	width:50%;
	float: left;
	position: relative;
	border:none;
	margin: 20px 0;
	min-height:200px;
}
	.footer p {text-align: center;}
	
		
	
}
@media(max-width:900px){
	
	.callbacks_tabs {
		left: 8%;
	}	
	
}
@media(max-width:800px){
	.callbacks_nav {
		height: 31px;
		width: 31px;
		left: 13px;
	}
	.callbacks_nav.next {
		right: 13px;
		height: 31px;
		width: 31px;
	}
	
	.slider-info p {
		font-size: 14px;
		margin-top:5px;
	}
	
	.callbacks_tabs {
		left: 5%;
	}
	
		
}
@media(max-width:768px){
	.logo-container {padding:10px 0; margin: 0 auto; text-align: center;}
.logo-container img{
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out ;
     transition:all 0.5s ease-in-out ;
     width:auto; height:auto;
	 margin:0 auto;}
	.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 100px;
	background-color: rgba(50,36,61,0.5)
}
	.slider-info-main {
    position:absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    
}
.slider-info-main h3 {
	font-family: 'Bitter', serif;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
	text-align: center;
	margin: 20px 30px;
   
}
	.navbar { position: relative;
    width: 100%;
    z-index: 0;
    padding: 10px 0px;
    background: rgba(255,255,255,0.8);
	min-height:80px;
}
	.dropdown-menu .dropdown .dropdown-menu {
        margin:0;
		display: block; 
		text-transform: uppercase;
        
    }
	
nav ul {
    list-style: none;
    text-align: center;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    display: block;
    text-transform: uppercase;
    margin: 0 auto;
	list-style:none;
}

nav ul li a,
nav ul li a:after,
nav ul li a:before {
    transition: all .5s;
}

nav ul li a:hover {
    color: #32243d;
}
	
	.navbar-collapse.in {
		overflow-y: hidden;
	}
	.contacttop {
	    float:none;
        padding: 0;
		margin: 50px auto 10px auto;
	    font-size: 14px;
		color:#32243d;
		text-align:center;
		font-family: 'Bitter', serif;
}
	.cc-banner.cc-bottom { display: none !important;}
	.nav-wrap {
    width:100%;
	padding: 5px;
	margin: auto;
	margin-top:0px;
    margin-right: 0px;
	text-align:center;
}
	.text-center { 
	width: 100%;
    text-align: center;
	margin: 0;
    }
	
	.slider-info h4 {
		font-size: 31px;
		margin-top: 5px;
	}
	.slider-info h3 {
		font-size: 28px;
	}
	.grid {padding: 0;}
	.grid li.logos {
	display: block;
	width:100%;
	float: none;
	position: relative;
	border:none;
	margin: 20px auto;
		text-align: center;
	
}
	.grid li.logos img {width: 250px; max-width: 250px!important;}
	.da-thumbs li {
    float: none;
    margin: 20px 0;
    padding: 3px;
    position: relative;
    width:100%;
}
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		background: #339999; 
		border: 1px solid #fff;
	  border-top: 1px solid #fff;
	  border-left: 1px solid #fff;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: block;
	  font-size: 14px;
	  font-weight: bold;
	  text-decoration: none;
	  cursor: pointer;
	  margin: 20px 0;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: 'Bitter', serif;
      text-transform: uppercase;}
	
	.input-group1 {width:auto; margin:20px auto; float: none;}
	.footer {
		padding-top: 18px;
	}
	.footer img {display: block; margin: 10px auto; text-align: center;}
}
@media(max-width:767px){
	
	.navbar-collapse.in {
		overflow-y: hidden;
	}
	.navbar-default .navbar-brand {
		margin-top: 10px;
	}
	.navbar-header {
		margin-top: 0px;
	}
		
	.navbar-default .navbar-toggle {
		background-color: #fff;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #32243d;
		color: #fff;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ffffff;
	}
	 .navbar-toggle {
		position: relative;
		margin: 0 auto;
		 text-align: center;
		padding: 9px 10px;
	    background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.nav ul li {display: block;}
	.navbar-nav>li>a {font-size: 16px;}
	.navbar .dropdown-menu > li > a { display: block; width: 100%; text-align: center; }
	
	.callbacks_tabs {
		left: 6%;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info p {
		font-size: 14px;
		margin-top: 0px;
	}
	
}
@media(max-width:736px){
	.callbacks_tabs {
		left: 6%;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info h4 {
		font-size: 29px;
	}
	.slider-info p {
		font-size: 14px;
		margin-top: 0px;
	}
		
}
@media(max-width:667px){
	.callbacks img {
		min-height: 301px;
	}
	.navbar-default .navbar-brand {
		margin-left:10px;
	}
	.callbacks_tabs {
		left: 6.5%;
	}
		
}
@media(max-width:640px){
		
}
@media(max-width:600px){
	
	.slider-info h3 {
		font-size: 25px;
		letter-spacing: 2px;
	}
	.slider-info h4 {
		font-size: 27px;
		letter-spacing: 2px;
	}
	.callbacks_tabs {
		left: 7%;
	}
	.callbacks_nav.next {
		right: 10px;
	}
	.callbacks_nav {
		left: 10px;
	}
	
		
}
@media(max-width:568px){
	
	.callbacks_tabs {
		left: 6%;
	}
	
	.footer p {font-size: 14px;}
	
}
@media(max-width:480px){
	
	.slider-info h3 {
		font-size: 19px;
		letter-spacing: 1px;
	}
	.slider-info p {
		line-height: 19px;
	}
	
	.callbacks_tabs li {
		margin: 0 2px;
	}
	.callbacks_tabs {
		left: 8.5%;
	}
	
	.callbacks img {
		min-height: 255px;
	}
	
    
}
@media(max-width:414px){
	.callbacks_nav {
		left: 4px;
	}
	.callbacks_nav.next {
		right: 4px;
	}
	.slider-info h4 {
		font-size: 19px;
	}
	.slider-info h3 {
		font-size: 18px;
	}
	.callbacks img {
		min-height: 232px;
	}
}
@media(max-width:384px){
	
	
	.callbacks img {
		min-height: 226px;
	}
	.callbacks_tabs {
		left: 9.5%;
	}
	.slider-info h4 {
		font-size: 17px;
	}
	 .slider-info h3 {
		font-size: 15px;
	}
	.slider-info p {
		font-size: 13px;
		margin-top: 0px;
	}
	.callbacks_tabs {
		top: 74.5%;
	}
}
@media(max-width:375px){
		
}
@media(max-width:320px){
	.navbar-toggle {
		margin-top: 7px;
		margin-right: 7px;
		margin-bottom: 6px;
	}
	.callbacks_nav {
		height: 25px;
		width: 25px;
	}
	.callbacks img {
		min-height: 201px;
	}
	.callbacks_nav.next {
		height: 25px;
		width: 25px;
	}
	
	.slider-info h4 {
		font-size: 15px;
	}
	.slider-info h3 {
		font-size: 14px;
	}
	
	.callbacks_nav {
		top: 55%;
	}
	.callbacks_nav.next {
		right: 1px;
	}
	.callbacks_tabs {
		left: 7%;
	}
	
}
/*--//responsive--*/