/*--
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	padding:0;
	margin:0;
	background:#fff;
	color: #000;
	position:relative;
	font-family: "Adamina", serif;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	color: #cca951;
}
a:hover{
	text-decoration:none;
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
input[type="button"],input[type="submit"],input[type="reset"],.contact-form input[type="submit"], .contact-form input[type="reset"]{
	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;	
	font-family: "Adamina", serif;
	font-weight:700;
}	
p{
	margin:0;
	font-size:16px;
	font-weight: 600;
	color: #000;
    line-height: 20px;
	margin-bottom:25px;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0 0 20px 0;
	color: #fff;
	font-size: 18px;
}
.center {text-align:center;}

hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }

/* #Images
================================================== */

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


.fltrt {float: right;}

.col-md-6 {width:50%; display: block; text-align:left;}

/*ticker*/

.tickercontent {margin:0;}


@keyframes ticker {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
  }
  .tcontainer{
    width: 100%;
	 overflow: hidden;
	 border:3px solid #cca951;
	  background:#cca951;
	  font-weight:bold;
	  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position:relative;
  }

.marqueebox1 .tcontainer {
	margin-left:0;
}
  .ticker-wrap {
    width: 100%;
  max-width: 800px;
	  margin-right: auto;
  margin-left: auto;
	
  }
  .ticker-move {
    display: inline-block;
    white-space: nowrap;
    padding-right: 100%;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: ticker;
    animation-duration:15s;
  }
  /*.ticker-move:hover{
    animation-play-state: paused;
  }*/
  .ticker-item{
    display: inline-block;
    padding: 0 2rem;
	color:#000;
  }
.marqueebox1 .ticker-item, .marqueebox2 .ticker-item a {
	color:#000 !important;
	font-size: 24px;
	padding:30px;
}
  
  @media only screen and (max-width: 768px) {
  .ticker-move { animation-duration: 16s !important; }
	 
}

@media only screen and (max-width: 768px) {
	/*.tcontainer, .ticker-wrap, .ticker-move, .ticker-item {
		display:none !important; 
	} */
}


/*-- header --*/ 
.top { position: relative; background-color: rgba(0,0,0,1.00); height:auto; color: #cca951; padding:0 50px; margin: 0 auto; text-align: center;}
.top h3 {color: #cca951; font-weight: 600; font-size: 20px; line-height: 30px; margin-bottom: 10px;}
.top h3 a:link, .top h3 a:visited {color: #cca951;}
.col-md-4 {margin: 0 auto; text-align: center;}
.header {position: relative; background-color: rgba(0,0,0,1.00); padding:0; margin:0 auto; text-align: center;}
img.logo {margin-top:10px !important;}

nav.navbar.navbar-default {position:relative; width: 100%; z-index:1000; display: block; margin:0 auto !important;
	text-align: center !important;}
nav.navbar.navbar-default.navbar-fixed-top, nav.navbar.navbar-default {
    background: #cca951;
    -webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
	
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse, nav.navbar.navbar-default.top-nav-collapse {
    background: transparent;
	padding:10px;
	text-align: center;
	
}
 ul.navbar-nav { width:100%; margin: 0 auto; text-align: center !important;}
.navbar-nav > li { width:auto; margin: 0 auto; text-align: center !important; display: inline-block; float: none !important;}
.navbar-default .navbar-nav > li > a {
    color: #000;
	font-size: 1em;
    font-weight: 600;
    text-transform:uppercase;
	width:200px;
	border-right: 1px solid #000;
	display: inline-block;
	margin: 0 auto !important;
	text-align: center;
}
.navbar-default .navbar-nav > li > a.last {
    color: #000;
	font-size: 1em;
    font-weight: 600;
    text-transform:uppercase;
	width:200px;
	border-right: none;
	display: inline-block;
	margin: 0 auto !important;
	text-align: center;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #cca951;
	background-color: #000;
   	
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a.last:hover, .navbar-default .navbar-nav > li > a.last:focus {
    color: #cca951;
	background-color: #000;
    
	
}
.nav > li > a {
    position: relative;
    display: inline-block;
	text-align: center;
    
}

.navbar-default {
    background: rgba(255,255,255,0.7);
    border-color: transparent !important;
    margin: 0;
}
.navbar-nav .open .dropdown-menu {
		background:rgba(0, 0, 0, 0.71);
		z-index:1000;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #cca951;
	}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #cca951;
	}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus
{background: none;}

	.agile_short_dropdown {
    border-radius: 0;
    background:rgba(0, 0, 0, 1.00);
    text-align: left;
	padding:0;
	border: none;
}
.agile_short_dropdown li a{
	color:#cca951;
	font-size:13px;
	font-weight:600;
	padding: 10px;
}
.agile_short_dropdown > li > a:hover{
    color: #000;
    text-decoration: none;
    background-color:#cca951;
}


/*-- //header --*/ 
/*--  Slider Part starts Here --*/
#slider3,
#slider4 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 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;
	width: 100%;
	margin: 0 auto 0;
	background:rgba(255, 255, 255, 0.88);
	border-radius: 10px;
}
.callbacks_container1{
	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 {
	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: 44%;
	left: 2.8%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
    width: 34px;
	background: url(../images/left.png) -6px -5px;
	
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks_nav.next {
    left: auto;
    background: url(../images/right.png) no-repeat 0px 0px;
    right: -62px;
}
.callbacks_nav.prev {
    left: auto;
    background: url(../images/left.png) no-repeat 0px 0px;
}
#slider3-pager a ,#slider4-pager a{
	display: none;
}
#slider3-pager span,#slider4-pager span{
	float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:none;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a ,#slider4-pager .rslides_here a{
	background: #FFF;
	border-radius:30em;
	opacity:1;
}
#slider3-pager a ,#slider4-pager a{
	padding: 0;
}
#slider3-pager li,#slider4-pager li{
	display:none;
}
.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: 26%;
    z-index: 999;
    left: auto;
    right: 16%;
    padding: 0;
    margin: 0;
}
.callbacks2_tabs{
	list-style: none;
	position: absolute;
	top: 105%;
	z-index: 999;
	left: 45%;
	padding: 0;
	margin: 0;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
} 
.callbacks_tabs li{
	display: block;
	margin: 0 .1em;
}
@media screen and (max-width: 600px) {
.callbacks_nav {
    top: 47%;
    }
}
/*----*/
.callbacks_tabs a{
 visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: none;
    height: 40px;
    width: 5px;
    background: rgba(0, 0, 0, 0.61);
	 -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    border: none;
}
.callbacks_here a:after{
	background: transparent;
}
ul.callbacks_tabs.callbacks2_tabs.callbacks_here a:after{
	background:transparent;
}

/*--  Slider Part ends Here --*/
.banner{
	position:relative;
}
.banner-info{
	background: url("../images/b1.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:500px;
}
.banner-info1{
	background: url("../images/b2.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:400px;
}
.banner-info2{
	background: url("../images/b3.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:400px;
}
.banner-info3{
	background: url("../images/b4.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:400px;
}
.banner-info4{
	background: url("../images/b5.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:400px;
}


.banner-w3text{
	padding:100px 10px 10px 250px;
	width: 100%;
	display:block;
}

.banner-w3text h2{
	color: #fff;
    font-size: 3em;
    font-weight:600;
    text-align: left;
	text-shadow: 2px 2px #000000;
	margin-bottom:25px;
}
.banner-w3text2{
	padding:100px 10px 10px 10px;
	width: 100%;
	display:block;
}
.banner-w3text2 h2.center{
	color: #fff;
    font-size: 3em;
    font-weight:600;
    text-align:center;
	text-shadow: 2px 2px #000000;
	margin-bottom:25px;
}
.banner-w3text p{
	color: #fff;
	font-size:1.8em;
	line-height: 1.9em;
	text-align:left;
}
span {
    color: #cca951;
}
.morebtn a {
    font-size: 1.2em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
    text-decoration: none;
    background:#cca951;
    border: 1px solid #cca951;
    padding: .7em 2em;
	margin: 10px 0;
    display: block;
	width:auto;
	text-align: center;
	max-width: 200px;
}
.morebtn a:focus{
	outline:none;
}
.morebtn a:hover, .morebtn2 a:hover{
	background:#000;
	border: 1px solid #cca951;
	color: #cca951;
}

.morebtn.menu {
    text-align:center;
}

.morebtn2 a {
    font-size: 1.2em;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
    text-decoration: none;
    background:#cca951;
    border: 1px solid #cca951;
    padding: .7em 2em;
	margin: 10px auto;
    display: block;
	width:auto;
	text-align: center;
	max-width: 300px;
}


/*-- about --*/
.intro, .about, .services, .logos, .contact {
    padding:40px 0;
	position:relative;
}

.intro {background-color: #fff; text-align: center;}
.intro h2 {font-size: 26px; line-height: 36px; color: #cca951; margin-bottom: 20px; text-align: center;}

.about {background-color: #fff;}
.about h2 {font-size: 26px; color: #336699; margin-bottom: 30px; text-align: center; }
.about h3 {font-size: 24px; color: #6699cc; margin-bottom: 30px; text-align: center;}
.about h3 a:link, .about h3 a:visited {color: #6699cc;}
.about h4 {font-size: 20px; line-height: 36px; color: #6699cc; margin-bottom: 20px; }
.about img {margin: 20px auto; text-align: center; display: block;}
.about ul {list-style-image: url("../images/bullet.png"); margin-left: 50px; margin-bottom: 20px; font-size: 16px; font-weight: bold; color: #22bcff;}
.about ol {margin-left: 50px; margin-bottom: 20px; font-size: 16px; font-weight: bold; color: #22bcff;}
.about li {padding: 10px 0;}

/*-- //about --*/

/*-- services --*/  
.services {
    background:#fff;
	min-height: 300px;
}
.services img {display:block; margin:0;}
.services h2 {color: #000; margin-bottom: 50px; text-align: center;}
.services h3 {color: #cca951; margin-bottom: 20px;}
.services h4 {color: #000; margin-bottom: 20px;}
.services p {color: #000;}
.services ul {margin-bottom: 30px; margin-left: 20px; font-size: 16px; font-weight: bold;}
/*-- //services --*/ 

/*-- boxes --*/
#boxes { margin-top: 50px; }
#boxes img {margin: 0 auto; text-align: center; display: block;}
.box1 {background-color: #000; color: #cca951; text-align: center; padding:20px; margin: 10px; border-color: #cca951; border-width: 2px; border-radius: 20px; min-height:850px; display: block;}
.box1 h3 {color: #cca951; text-transform: uppercase; margin-top: 20px; margin-bottom: 20px;}
.box1 p  {color:#cca951;}
	

div#bgimage {
    padding: 5% 0px;
    text-align: center;
	color: white;
	background: url(../images/b2.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
	max-height: 200px;
}

.textbox {background-color:#cca951; width:100%; margin:0 auto; padding: 20px; text-align:center; }
.textbox h2 {color: #000; margin-bottom: 30px;}
.textbox h3 {margin-bottom: 20px;}

/* accordion styles*/

.dropdownheader{ /*header */
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #cca951;
color:#000;
}
.dropdownheader:hover{ /*header on hover*/
position:relative;
cursor: hand;
cursor: pointer;
font: bold;
font-size:1.2em;
margin: 10px 0 20px 0;
padding: 10px;
background: #000;
color:#cca951;
}


.dropdownheader img {position:absolute; top:10px; right:10px;}
 
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  color: #fff; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:1;
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}


#register {background-image: url("../images/registerbg.jpg"); background-position: top center; background-repeat: no-repeat; background-color: #dbdad8; min-height: 1000px;}
#register h2 {font-size: 26px; line-height: 36px; margin-bottom: 20px; text-align: center;}
#register p {text-align: center;}

/*-- logos --*/ 

#logos { margin:0 auto; text-align:center; width:100%; }
#logos img {margin:10px; display:inline-block; text-align:center; }
		
/*-- contact --*/ 
#contact { background-color: #000;}
#contact h2 {color:#cca951; margin-bottom:25px; text-align: center; }
#contact h3 {color:#fff; margin-bottom:25px; text-align: center; }
#contact p {color:#fff; margin-bottom:25px; text-align: center; }
#contact a:link, #contact a:visited {color: #fff;}
#contact a:hover {color: #fff; text-decoration: underline;}

.registerform {position: relative;}

.registerform textarea{
	outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border:1px solid #3399cc;
    background:#fff;
    width: 97.3%;
    margin:0 0 3em 0;
    min-height: 150px;
    resize: none;
	font-weight:600;
}
.registerform textarea::-webkit-input-placeholder, .registerform input[type="text"]::-webkit-input-placeholder, .registerform input[type="email"]::-webkit-input-placeholder, .registerform input[type="number"]::-webkit-input-placeholder {
	color: #666 !important;
	
}
.registerform input[type="submit"], .registerform input[type="reset"]{
	outline: none;
    padding: 10px 20px;
    font-size: 1.2em;
	font-weight: 600;
    border:1px #cca951 solid;
    color:#000;
	text-transform: uppercase;
    background:#cca951;
    width:auto;
	margin: 10px 10px 0 0;
}
.registerform input[type="submit"]:hover, .registerform input[type="reset"]:hover {
    color: #cca951;
	background-color:#000;
	border: 1px #cca951 solid;
}
.registerform input[type="text"], .registerform input[type="email"], .registerform input[type="number"] {
    outline: none;
    padding: 10px;
    color: #333;
    font-size: 14px;
    border: 1px solid #cca951;
    background:#fff;
    width: 97.3%;
    margin: 0 0 3em 0;
    resize: none;
    font-weight: 600;
}
span.input {
    width: 50%;
    float: left;
}
span.input:nth-child(2) {
    margin: 0 2em;
}
select {margin-bottom: 30px; padding: 10px; width: 96%; font-size: 14px; font-weight: bold; color: #666 !important;
	text-transform:uppercase;}

/* Customize the label (the container) */
.labelcontainer {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.labelcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.labelcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.labelcontainer input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.labelcontainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.labelcontainer .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

/*-- //contact --*/

/*-- map section --*/
.map { width:100%; height:450px; }
.map .col-md-4, .map .col-md-8 {padding: 0 !important; margin: 0 !important;}
.map .clinic {background: url("../images/clinic.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:450px;}

/*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 --*/

/*-- footer --*/ 
.footer{
	background: #cca951;
	padding:4em 0;
}
.footer {
    text-align: center; 
}
.footer a:link, .footer a:visited {
    color:#000 !important;
}
.footer a:hover{
    color:#000 !important;
	text-decoration: underline;
}
.footer h3 {color: #000; font-size: 20px; margin-bottom: 30px;}
.footer p {color: #000; font-weight:normal; font-size: 16px;}

/*-- social-icons --*/
.social-icons {
    margin: 2em auto;
	width:100%;
	text-align:center;
	
}
.social-icons img {margin:10px;}

/*-- copyright --*/ 
.copyright{
	background: #3399cc;
	padding:1em 0;
}

.copyright p {color: #000; font-weight:normal; text-align: center; font-size: 14px;}

/*-- //social-icons --*/
.ag-w3-3 a i {
    font-size: 2em;
    background: #2c64ae;
    padding: .3em .6em;
	margin-right:.2em;
}
.ag-w3-3 a {
    font-size: 1.1em;
    color: #fff;
    letter-spacing: 1px;
}
.ag-w3-3 a:hover{
	color:#ccc;
}
.ag-w3-3 {
    margin-top: 2em;
    text-align: center;
}

/*-- //footer --*/




/*--responsive--*/

@media(max-width:1600px) {
	
	
}
@media(max-width: 1580px){
	
	
	
}
@media(max-width: 1440px){
	
	.col-md-3 {width:50%; display: block; text-align: center;}
	.col-md-4 {margin: 0 auto; text-align: center;}
	.box1 {background-color: #000; color: #cca951; text-align: center; padding:20px; margin: 10px; border-color: #cca951; border-width: 2px; border-radius: 20px; min-height:670px; display: block;}
	
	
}
@media(max-width: 1366px){

}
@media(max-width: 1280px){

	.banner-info, .banner-info1, .banner-info2 {min-height: 300px;}
	
	.banner-w3text{
	padding:100px 10px 10px 170px;
	width: 50%;
	display:block;		
}
	.banner-w3text h2{
	color: #fff;
    font-size: 2.4em;
    font-weight:600;
  	text-shadow: 2px 2px #000000;
	margin-bottom:25px;
}
	.box1 {background-color: #000; color: #cca951; text-align: center; padding:20px; margin: 10px; border-color: #cca951; border-width: 2px; border-radius: 20px; min-height:650px; display: block;}
}
@media(max-width: 1199px){
	
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.last {font-size: 12px; width: 150px;}
	.banner-w3text p{
	color: #fff;
	font-size:1.2em;
	line-height: 1.2em;
	text-align:left;
}
}
@media(max-width: 1080px){
	
	.about-top, .services, .gallery, .logos, .contact {
		padding: 4em 0;
	}
	
	.input {
		max-width: 278px;
	}
	
	
}
@media(max-width: 1050px){
	
	
}
@media(max-width: 1024px){
	
		
}
@media (min-width: 991px) and (max-width: 1600px){
	
}

@media(max-width: 991px){
	.map { width:100%; height:auto; }
		
	.navbar {border-radius: 0 !important; text-align: center; margin:0 !important; padding: 0;}
	
	nav.navbar.navbar-default {position: relative; margin:0 !important; padding:10px 0;}
	.navbar-nav > li {display: block;}
	.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a.last {
		font-size:16px;
		color: #fff;
		padding: 10px!important;
		border-right: none;
	}
	
	.navbar-header {float:none !important; margin:0 !important; padding: 0;}
	
	.navbar-right {float:none !important; left:0;  }
	.navbar-default .navbar-toggle {
		border-color: #000;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: transparent !important;
	}
	.navbar-toggle {
		margin:0 auto 5px auto !important;
		float: none !important;
		text-align: center;
	}
	.navbar-nav {
		margin: 0;
		text-align: center;
		float: none;
		background: rgba(0, 0, 0, 0.9);
		padding-bottom: 1.5em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #2c64ae;
		position: absolute;
		width: 100%;
		padding: 0;
		background: #000;
		z-index: 9999;
		margin:0;
	}
	.navbar-collapse {
  padding-right:0px;
  padding-left:0px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background: rgba(11, 11, 11, 0.82);
		border: none;
		margin: 0; padding:0;
	}

	
	.navbar-default .navbar-toggle {
		border: 1px solid #000;
		background: transparent;
		border-radius: 0px;
		margin: 0 auto;
		text-align: center;
	}
	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {padding: 10px; text-align: center;}
	
	.col-md-2, .col-md-3, .col-md-6 {display:block; width: 100% !important; float:none;}
	
	.services img {display: block; margin: 10px auto; text-align: center;}
	
	.box1 {min-height:400px; display: block;}
}
@media(max-width: 800px){
	.top h3 {font-size: 18px; line-height: 24px; text-align: center;}
	
	.col-md-4 {width: 100%; float:none;}
	
}

@media(max-width: 767px){
	.top {padding:0 20px; margin: 0 auto; text-align: center;}
	.col-md-3, .col-md-6 {width:100%;}
		
	.banner-w3text{
	padding:25px 50px 10px 50px;
	width: 60%;
	position:absolute;
	top:10%;
	left:0;
}
	
	
	.slider-info {
		margin:10px auto;
	}
	.callbacks_nav.prev {
		left: 10px;
	}
	.callbacks_nav.next {
		left: 95.5%;
	}
	
	.navbar-brand {
		margin-top: 9px;
	}
	.banner-w3text h2{
	color: #fff;
    font-size: 2em;
	}
	
	
}
@media(max-width: 736px){
		
	
}
@media(max-width: 667px){
	
	
}
@media(max-width: 640px){
	.banner-w3text p {font-size: 1.2em;
	line-height: 1.3em;}

	.footer {
		padding: 3em 0;
	}
	
}
@media(max-width: 600px){
	.about-top, .services, .logos, .contact {
		padding: 3em 0;
	}
	.input {
		max-width: 100%;
		margin: 1em 0;
	}
	
	
}
@media(max-width: 568px){
	.banner-w3text{
	padding:50px 10px 10px 10px;
	width: 100%;
	display:block;
	margin:0 auto;
		
}
	
    .banner-w3text h2{
	color: #fff;
    font-size: 1.8em;
    font-weight: 200;
    margin-bottom:25px;
}
		
		
}
@media(max-width: 480px){
	p {font-size: 18px;}
	
	
	.navbar-default .navbar-nav > li > a, 	.navbar-default .navbar-nav > li > a.last {
		font-size:16px;
		padding: 20px!important;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {font-size: 18px;}
   
	
	
}

@media(max-width: 384px){
	.navbar-toggle .icon-bar {
		width: 19px !important;
	}
	.navbar-toggle {
		padding: 8px 9px !important;
	}
	.agileits-banner-info {
		padding: 8em 0 0;
	}
	.about-top, .services, .logos, .contact {
		padding: 2.5em 0;
	}
	
	
}
@media(max-width: 375px){
	
	h1 a.logo span {
		font-size: 1em;
	}
	.navbar-default {
		margin: 1em 1em;
	}
		
	.registerform textarea {
		min-height: 130px;
	}
	
	.navbar-toggle {
		margin: .5em 0 0 0 !important;
	}
	
}
@media(max-width: 320px){
	h1 a.logo {
		font-size: .85em;
	}
	
	.navbar-toggle {
		padding: 7px 8px !important;
	}
		
	.about-top, .services, .gallery, .logos, .contact {
		padding: 2em 0;
	}
	
	
	.footer {
		padding: 2em 0;
	}
	
	.ag-w3-3 a {
		font-size: 1em;
	}
	
}
/*--//responsive--*/









