
/*	################################################################
	1. GENERAL STRUCTURES
################################################################# */


* {
	margin: 0;
	padding: 0px;
    font-family: 'Roboto Slab',Arial,sans-serif;
}
body {
	background: #fff;
	margin: 0;
	height: 100%;
	z-index: 1000;
	color: #696E74;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab',Arial,sans-serif;
	font-weight: 700;
}

p {
	padding: 0;
	margin-bottom: 12px;
    font-family: 'Roboto Slab',Arial,sans-serif;
	font-weight: 300;
	font-size: 15px;
	line-height: 24px;
	color: #000;
	margin-top: 10px;
}

html,
body {
	height: 100%;
}
div.body {
	height: 100%;
	width: 100%;
}
img {
	height: auto;
	max-width: 100%;
}
.hidden { display: none; }
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
}
.centered {text-align: center}
.clear {
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	width:100%;
}
::-moz-selection  {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
::selection {
	color: #fff;
	text-shadow:none;
	background:#2B2E31;
}
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
a {
	padding: 0;
	margin: 0;
	text-decoration: none;
	-webkit-transition: background-color .4s linear, color .4s linear;
	-moz-transition: background-color .4s linear, color .4s linear;
	-o-transition: background-color .4s linear, color .4s linear;
	-ms-transition: background-color .4s linear, color .4s linear;
	transition: background-color .4s linear, color .4s linear;
}
a:hover,
a:focus {
  text-decoration: none;
  color:#696E74;
}
a img {
	border: none;
	vertical-align: bottom;
}

.sidemenu {
  visibility: hidden;
  height: 0;
}
/*	################################################################
	2. HELPERS & SECTIONS
################################################################# */
.mt {
	margin-top: 50px;
}

.mt2 {
	margin-top: 100px;
}

.mt3 {
	margin-top: 160px;
}

.ptb {
	padding-bottom: 50px;
	padding-top: 50px;
}

.section-bg-color {
	background-color: #eaeaea;
}

.section-works {
	background-color: #f1f1f1
}

.section-footer {
	background-color: #2f2f2f;
	color: white;
}

.section-footer p {
	color: #c9c9c9;
}

.section-footer h3 {
	color: white;
	font-weight: 300;
}

.section-footer i {
	font-size: 30px;
	color: #A79A74;
	padding: 10px;
}

.section-footer i:hover {
	color: #c9c9c9;
}

/*	################################################################
	3. MAIN PART STRUCTURES
################################################################# */

.presentation {
	margin-bottom: 20px;
}
.presentation h1 {
	font-size: 30px;
	color: #A79A74;
}

.presentation h2 {
	color: #2f2f2f;
	font-weight: 400;
	font-size: 42px;
}

.presentation h3 {
	color: #2f2f2f;
	font-weight: 500;
}

.presentation h4 {
	color: #2f2f2f;
	font-weight: 300;
}

.presentation .sp {
	margin-top: 30px;
}


/* PL & GR are exclusive values for coloring text in this block. */
.presentation pl {
	color: #A79A74;
}

.presentation gr {
	color: #ccc;
}


.presentation .camera {
	width: 40px;
	height: 35px;
}

.presentation hr {
	border-top: 1px solid #D6D6D6;
	margin: auto;
	width: 50%;
	margin-bottom: 60px;
}

/* Gallery */

.gallery {
	margin-bottom: 25px;
}
.gallery h1 {
	font-size: 30px;
	color: #A79A74;
}

.gallery h2 {
	color: #2f2f2f;
	font-weight: 400;
	font-size: 42px;
}

.presentation h3 {
	color: #2f2f2f;
	font-weight: 500;
}

.gallery h4 {
	color: #2f2f2f;
	font-weight: 300;
}

.gallery .sp {
	margin-top: 30px;
}


/* PL & GR are exclusive values for coloring text in this block. */
.gallery pl {
	color: #A79A74;
}

.gallery gr {
	color: #ccc;
}


.gallery .camera {
	width: 40px;
	height: 35px;
}

.gallery hr {
	border-top: 1px solid #D6D6D6;
	margin: auto;
	width: 50%;
	margin-bottom: 10px;
}

/*	################################################################
	4. SERVICES SECTION STRUCTURE
################################################################# */
.services-bordered p{
	color:#fff;
}
.services-bordered {
	padding: 30px 15px;
	border: 3px double;
	border-color: #24262a;
	background-color:#1d2023;
}

.services-bordered h4 {
	color: #fff;
	font-size: 16px;
}

.large-icon {
	font-size: 52px;
}

.btn-theme {
	color: #fff;
	background-color: #A79A74;
	border-color: #A79A74;
}

.btn-transparent {
	color: #2f2f2f;
	background-color: transparent;
	border-color: #2f2f2f;
}

.btn-transparent:hover {
	color: white;
	background-color: #2f2f2f;
	border-color: #2f2f2f;
}

/*	################################################################
	5. PORTFOLIO STRUCTURE
################################################################# */


#portfolio {
    position: relative;
    padding-bottom: 0;
}
.cbp-item-wrapper {
    background: #1D1D25;
}
.cbp-item-wrapper a img {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cbp-item-wrapper a:hover img {
    opacity: 1;
}

/*	################################################################
	6. CLIENTS STRUCTURES
################################################################# */

ul.clients {
    margin: 45px 0;
    padding: 0;
}
ul.clients li.banner-wrap {
    overflow: hidden;
    margin: auto;
    padding: 30px;
    border-right: 1px solid #eee;
    text-align: center;
}
ul.clients .brd-btm {
    border-bottom: 1px solid #eee;
}
ul.clients li.banner-wrap:last-child,
ul.clients li.banner-wrap:nth-child(4) {
    border-right: none;
}
ul.clients li.banner-wrap .featured-thumbnail {
    margin: 0;
    padding: 0;
    border: none;
}
ul.clients li.banner-wrap .featured-thumbnail a {
    display: block;
}
ul.clients li.banner-wrap .featured-thumbnail img {
    display: block;
    margin: auto;
    padding: 10px;
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
ul.clients li.banner-wrap .featured-thumbnail img:hover {
    opacity: 0.9;
}

/*	################################################################
	7. SLIDER STRUCTURES
################################################################# */

#slides {
    position: relative;
    max-height: 800px;
    background: #1D1D25;
}
#slides ul li img {
    opacity: 0.4;
}

.slides-pagination {
    margin-bottom: -40px;
}
.slides-navigation a i {
    padding: 5px;
    font-size: 30px;
}
.slides-pagination a {
    display: block;
    display: inline-block;
    overflow: hidden;
    margin: 8px;
    margin-bottom: 60.5px;
    width: 20px;
    height: 20px;
    border: 4px inset #ffffff;
    border-radius: 1px;
    vertical-align: middle;
    text-indent: -100%;
    opacity: .3;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    zoom: 1;
    zoom: 1;
}
.slides-pagination a.current {
    background: transparent;
    opacity: 0.9;
}

#bannertext {
	position: absolute;
	top: 33%;
	right: 0;
	left: 0;
	z-index: 2;
	margin: auto;
	max-width: 700px;
	color: #fff;
	text-align: center;
}

#bannertext h1 {
	font-size: 50px;
		text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

#bannertext h3 {
	font-weight: 300;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

/*	################################################################
	8. TEAM PAGE HELPER
################################################################# */

.ih-item h4 {
	font-weight: 400;
	margin-top: 15px;
}

/*	################################################################
	9. PRICING PAGE STRUCTURES
################################################################# */
.pricing {
	text-align: center;
}
.pricing h3 {
	font-weight: 400;
	margin-bottom: 50px;
}

.pricing h5 {
	font-weight: 300;
	color: #ccc;
}

.pricing .num {
	font-size: 80px;
	line-height: 80px;
	font-weight: 300;
	color: #4d4d4d;
	margin-bottom: 5px;
	margin-left: 0px
}

.pricing ins {
	text-decoration: none;
}

sup {
	font-size: 40%;
	margin-right: 2px;
	position: relative;
	vertical-align: top;
	line-height: 1;
	top: .4em;
}

.border {
	border-top: 4px solid #A79A74;
}

.highlight {
	background-color: #F3F3F3;
	border-radius: 4px;
}

/*	################################################################
	10. BLOG STRUCTURES
################################################################# */

.blog-list {
	border:1px solid #c2a886;
padding:10px;
	background-color:#f9f0e4;
	-webkit-box-shadow: 0px 7px 19px -10px rgba(189,131,44,1);
-moz-box-shadow: 0px 7px 19px -10px rgba(189,131,44,1);
box-shadow: 0px 7px 19px -10px rgba(189,131,44,1);
}

.blog-list h5, .blog-list h6 {
	font-weight: 300;
	color: #ccc;
}

.blog-list .btitle {
	font-size: 22px;
	font-weight: 300;
	color: #2f2f2f;
}

.blog-list .btitle:hover {
	color: #A79A74;
}

.blog-list img {
	width: 220px;
	height: 220px;
	margin-bottom: 25px;
	border: 1px solid #c2a886;
}

.blog-list img:hover {
	opacity: 1;
	background-color: #2f2f2f;
	border: 1px solid #c2a886;
}

.blog-post h2 {
	font-weight: 300;
	font-size: 40px;
	color: #2f2f2f;
}

.blog-post h3 {
	font-weight: 300;
}

.blog-post h5 a {
	font-weight: 300;
	color: #ccc;
}

.blog-post h5 a:hover {
	color: #A79A74;
}

.blog-post .sep {
	margin-top: 25px;
}

.blog-post .sep2 {
	margin-top: 50px;
}

.blog-post lead {
	font-weight: 300;
}

.blog-post a {
	color: #A79A74;
}

.blog-post a:hover {
	color: #e7543d;
}

#blogwrap{
	background:url(../img/blog-bg.jpg) no-repeat center top;
	margin-top:0;
	padding-top:220px;
	text-align:center;
	background-attachment:relative;
	background-position:center center;
	min-height:600px;
	width:100%;

	-webkit-background-size:100%;
	-moz-background-size:100%;
	-o-background-size:100%;
	background-size:100%;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover
}

#blogwrap h1 {
	font-weight: 400;
	font-size: 50px;
	color: white;
	text-align: center;
}

.comments {
	margin-bottom: 45px;
	border-bottom: 1px dotted #ccc
}

.comments img {
	float: left;
	margin-right: 10px;
	display: block;
}

.comments p a {
	color: #A79A74;
}

.comments p {
	color: #9d9d9d;
}

.comments h4 {
	color: #ccc;
	font-weight: 300;
}

.contact-form input {
	margin-bottom: 15px;
}


/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {

}

.contact-form label {
   color: #999;
}

.contact-form input, .contact-form textarea {
  padding: 10px 12px;
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  height: auto;
}

.contact-form .form-send {
  text-align: center;
}

.contact-form .form-send button  {
  border-radius: 0;
}

.contact-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact-form .loading {
  display: none;
  color: #555;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin: 15px 0;
}

.contact-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

@-webkit-keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.contact-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.contact-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px 0;
}

.credits a {
  color: #b3a681;
}
.dark-bg{padding: 80px 0px 80px 0px;
	width:100%;
	
	background-image:url(../img/pebbles.jpg);
	background-attachment:fixed;}
.logo{width:298px;}

#jackfruit {
    position: relative;
    height: 450px;
    background: #1D1D25;
    background-image:url(../img/chakka.jpg);
	background-attachment:fixed;}
#topbanner{
    
}
.ibharath img{width:50px;
height:50px;}
.isharath img{width:100px;
height:100px;}

.landscape{margin-bottom:30px;}

.tester img{width:100%;
height:auto;}

/*Top menu*/


/*-- Index-Page-Styling --*/

/*-- Top-Bar --*/
.header{
	position:relative;
}
.header-nav{
	position:relative;
}
.top-bar {
    position: absolute;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
    top: 5%;
    width: 90%;
    left: 0; 
  right: 0; 
  margin-left: auto; 
  margin-right: auto; 
	border-radius:10px;
}
/*-- Logo --*/
.logo {
	width: 60%;
	float: left;
}
.logo a {
	font-size: 40px;
	font-weight: bolder;
	color: #EEE;
}
.logo a:hover {
	color: #FFF;
}
/*-- //Logo --*/
/*-- Info --*/

.navbar-brand {
    line-height: 0px !important;
}
.navbar-brand {
   float: none;
}
nav.linkEffects.linkHoverEffect_12 ul {
    margin-top: 6px;
}
.dropdown-menu > li > a {
    padding: 0px;
}
/*-- //Info --*/
/*-- //Top-Bar --*/



.navbar {
  margin-bottom: 0;
}
.navbar-nav {
  float: right;
}
.navbar-default {
  background:none;
  border-color: #012231;
}
.navbar-default .navbar-brand {
	color:#000 !important;
    font-size: 35px;
    font-weight: 600;
	text-decoration: none;
}
a.navbar-brand img {
    display: inline-block;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    padding: 0;
    float: left;
    margin-left: 20em;
}
.navbar-default .navbar-brand:hover {
	color: #fff;
	text-decoration: none;
}
a.navbar-brand span {
    color: #146eb4;
}
.navbar {
    position: relative;
    min-height: inherit;
}
.navbar-header {
    margin-top: 5px;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #2FD828;
}
.navbar-default .navbar-nav > li > a{
  color: #fff;
  font-size: 16px;
}
.navbar-nav > li > a {
  padding-top: 25px;
  padding-bottom: 25px;
}
.navbar-brand {
    height: 0;
    padding: 0;
	}
.navbar{
    border-radius: 0px; 
	border:none;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus ,.navbar-default .navbar-nav > li > a.active{
    color:#EFA52C;
	}
.navbar {
    border-radius: 0px;
    border: none;
    padding: 10px 0px;
}
/*-- //nav-bar --*/
/*-- //nav --*/
/* Effect 15: scale down, reveal */
.cl-effect-15 a {
    color: #ff4f81;
    text-shadow: none;
    text-decoration: none;
    font-size: 17px;
    letter-spacing: 0px;
}
.cl-effect-15 a::before {
	color: #05612d;
	content: attr(data-hover);
	position: absolute;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.cl-effect-15 a:hover::before,
.cl-effect-15 a:focus::before {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
	opacity: 0;
}
nav#cl-effect-15 ul li {
    list-style: none;
    display: inline-block;
    padding: 15px 15px 12px 15px;
}
/*-- search --*/

/*-- header-contact --*/

/*-- header-contact --*/



/* testimonials */








/* Responsive design */
@media screen and (max-width: 1920px){
	.nav-tabs > li:nth-child(1) {
		margin-left: 55em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 34em;
	}
}

@media screen and (max-width: 1680px){
	.nav-tabs > li:nth-child(1) {
		margin-left: 46em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 27em;
	}
}
@media screen and (max-width: 1600px){
	.nav-tabs > li:nth-child(1) {
		margin-left: 43em;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 10em;
	}
}
@media screen and (max-width: 1440px){
	.callbacks_tabs {
		left: 12%;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		width: 60%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 39em;
	}
	.ftr-grid {
		padding-left: 90px;
	}
	.slider-info,.slider-info1,.slider-info2 {
		min-height: 750px;
	}
}
@media screen and (max-width: 1366px){
	.callbacks_tabs {
		left: 13%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 36em;
	}
	.ftr-grid {
		padding-left: 60px;
	}
	.ftr-rit {
		padding-right: 80px;
	}
	.slider-info, .slider-info1, .slider-info2 {
		min-height: 700px;
		padding: 300px 0;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		font-size:38px;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p,.readmore-w3 {
		margin-left: 11em;
	}
	.callbacks_tabs {
		left: 11%;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 16em;
	}
}
@media screen and (max-width: 1280px){
	.slider-info, .slider-info1, .slider-info2 {
		min-height: 650px;
		padding: 280px 0;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 1.3em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 32em;
	}	
	h3.heading, h2.heading {
		font-size: 35px;
		margin-bottom: 30px;
	}
	.nav-tabs {
		margin: 0 0 3em;
	}
}
@media screen and (max-width: 1080px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 7em;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		font-size: 33px;
		margin-left: 2em;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p, .readmore-w3 {
		margin-left: 5em;
	}
	.callbacks_tabs {
		left: 6%;
	}
	.slider-info, .slider-info1, .slider-info2 {
		min-height: 630px;
		padding: 230px 0;
	}
	.about span {
		width: 15%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 26em;
	}
	.nav > li > a {
		padding: 8px 12px;
	}
	.video-info {
		padding: 70px 0;
		margin-top: 0px;
	}
	.gallery, .services, .video-info, .team, .contact, .testimonials, .about {
		padding: 40px 0;
	}
	.ftr-grid {
		padding-left: 30px;
	}
	.callbacks_nav.next {
		left: 94%;
	}
}
@media screen and (max-width: 1024px){
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 5em;
	}
	.about-right2 {
		right: 3px;
		bottom: -103%;
	}	
	.video-info p {
		margin: 20px auto 40px;
	}
	h3.heading, h2.heading {
		font-size: 30px;
		margin-bottom: 30px;
	}
	.flexslider-info {
		margin: 2em 0em;
	}
	.flexslider-info {
		padding: 3em 0em;
		background: #f3f3f3;
	}
	.address p {
		font-size: 13px;
	}
	.readmore-w3 a {
		margin: 2.5em 0 0;
	}
	.callbacks_nav.next {
		left: 92.5%;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		margin-left: 3em;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p, .readmore-w3 {
		margin-left: 7.3em;
	}
	.callbacks_tabs {
		left: 9%;
	}
	.flexslider .slides img {
		width: 210px;
		height: 210px;
	}
	.slider-info, .slider-info1, .slider-info2 {
		min-height: 600px;
		padding: 200px 0;
	}
}
@media screen and (max-width: 991px){
	.top-left {
		float: left;
	}
	.services-grid-2 h4, .services-grid-2 h5 {
		font-size: 16px;
		line-height: 33px;
		padding-bottom: 25px;
	}
	.services-info h4 {
		font-size: 13px;
	}
	.services-grid-2 p {
		padding-top: 20px;
		font-size: 14px;
	}
	.agileits_w3layouts_team_grid {
		width: 50%;
		float: left;
		margin-bottom: 70px;
	}
	.w3layouts_gallery_grid {
		width: 25%;
		float: left;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 22em;
	}
	.testimonials-grid-1 {
		width: 33.33%;
		float: left;
	}
	.testimonials-grid-2 {
		width: 66.67%;
		float: left;
	}
	.flexslider .slides img {
		width: 200px;
		height: 200px;
	}
	.about span {
		width: 12%;
		float: left;
	}
	.about-left p {
		margin-right: 0px;
	}
	.about-right1 {
		left: -82px;
		bottom: -38%;
	}
	.about-right2 {
		right: -80px;
		bottom: 3%;
	}
	.video-info {
		margin-top: 120px;
	}
	.ftr-grid {
		width: 33.33%;
		float: left;
	}
	.col-md-2.address {
		width: 20%;
		float: left;
	}
}
@media screen and (max-width: 900px){
	nav#cl-effect-15 ul li {
		padding: 10px 7px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 2em;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		width: 80%;
		font-size:30px;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p{
		width:80%;
	}
	iframe,.map {
		height: 350px;
	}
	.footer h4 {
		font-size: 19px;
	}
	.add {
		width: 80%;
		float: left;
	}
	.ftr-mid {
		padding: 28px;
	}
	.ftr-grid {
		height: 170px;
	}

}
@media screen and (max-width: 800px){
	.cd-header-buttons {
		top: -94px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		margin-left: 7em;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p, .readmore-w3 {
		margin-left: 6em;
	}
	.slider-info, .slider-info1, .slider-info2 {
		min-height: 570px;
	}
	.about-right1 {
		left: -30px;
		bottom: -38%;
	}
	.about-right2 {
		right: 60px;
		bottom: -13%;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 17em;
	}
	.w3layouts_gallery_grid {
		width: 33.33%;
		float: left;
	}
	.ftr-rit {
		padding-right: 0px;
	}
	.ftr-grid {
		padding-left: 0;
	}
	.video-info p {
		width: 70%;
	}
}
@media screen and (max-width: 768px){
	.about-right1 {
		left: -25px;
	}
	.agileits_w3layouts_team_grid:nth-child(3),.agileits_w3layouts_team_grid:nth-child(4){
		margin-bottom:0;
	}
	.nav-tabs {
		margin: 0 0 2em;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 15em;
	}
}
@media screen and (max-width: 736px){
	.cd-header-buttons {
		top: -54px;
		right: 265px;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-default .navbar-toggle {
		border-color: #fff;
	}
	.navbar-toggle{
		margin: 15px 0px 10px 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #ff6096;
	}
	.cd-search-trigger, .cd-nav-trigger {
		width: 40px;
		height: 40px;
	}
	.cd-search-trigger::before {
		width: 14px;
		height: 14px;
	}
	.navbar-default .navbar-brand {
		font-size: 32px;
	}
	.slider-info, .slider-info1, .slider-info2 {
		padding: 200px 0;
	}	
	.services-info-1, .services-info-2, .services-info-3, .services-info-4, .services-info-5, .services-info-6 {
		width: 33.33%;
		float: left;
		margin-bottom:40px;
	}
	.services-info h4,.agileits.w3layouts.services-grid {
		text-align: center;
	}
	.services-grid-2 p {
		text-align: left;
	}
	.about-right1 {
		left: -24px;
	}
	
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		margin: 10px 20px 0px 0px;
		background: rgba(255, 255, 255, 0.9);
	}
	nav#cl-effect-15 ul li {
		display: block;
		text-align: center;
	}
	.open > .dropdown-menu {
		display: block;
		width: 100%;
		background: rgba(255, 255, 255, 0.9);
	}
}
@media screen and (max-width: 667px){
	.top-middle li {
		margin-left: 5px;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3,.slider-info p, .slider-info1 p, .slider-info2 p {
		width: 80%;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		font-size: 27px;
	}
	.slider-info, .slider-info1, .slider-info2 {
		padding: 180px 0;
		min-height: 480px;
	}
	.callbacks_tabs {
		left: 11%;
		top: 85%;
	}	
	.nav-tabs > li:nth-child(1) {
		margin-left: 12em;
	}
	.nav-tabs > li > a {
		font-size: 14px;
	}
	.flexslider .slides img {
		width: 180px;
		height: 180px;
	}
	.contact button.btn.btn-primary {
		width: 29%;
	}
	iframe,.map {
		height: 300px;
	}
	.top-bar {
		top: 4%;
	}
	.callbacks_nav {
		bottom: 260px;
	}
	.callbacks_nav.next {
		left: 90.5%;
	}
	.cd-header-buttons {
		right: 260px;
	}
}
@media screen and (max-width: 640px){
	.top-left li {
		margin-right: 1em;	
	}
	.cd-header-buttons {
		right: 250px;
	}
	.ftr-grid {
		padding: 30px;
		height: auto;
		width: 100%;
	}
}
@media screen and (max-width: 600px){
	.top-left i.fa {
		font-size: 20px;
	}
	.top-left li {
		margin-right: 1em;
	}
	.top-middle i.fa {
		font-size: 15px;
		line-height: 28px;
		width: 28px;
		height: 28px;
	}
	.top-middle li {
		margin-left: -1px;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		font-size: 22px;
		margin-left: 3.5em;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p, .readmore-w3 {
		margin-left: 6em;
	}
	.callbacks_tabs {
		left: 13%;
		top: 83%;
	}
	.video-info ul li a {
		padding: 6px 20px;
	}
	.testimonials-grid-1,.testimonials-grid-2,.ftr-grid {
		width: 100%;
		float: none;
	}
	.testimonials h4, h5 {
		text-align: center;
		margin-top: 20px;
	}
	.ftr-grid {
		padding: 30px;
		height: auto;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3, .slider-info p, .slider-info1 p, .slider-info2 p {
		width: 70%;
	}
	.about-right1,.about-right2{
		position: static;
		width: 100%;
	}
	.about-right2{
		width: 300px;
		height: 300px;
	}
	.video-info {
		margin-top: 0px;
	}
	.cd-header-buttons {
		right: 225px;
	}
	.agileits_w3layouts_team_grid h3 {
		font-size: 17px;
		color: #146eb4;
		font-weight: 600;
	}
}
@media screen and (max-width: 568px){
	.top-left li {
		margin-right: .5em;
		letter-spacing: 0px;
	}
	.readmore-w3 a {
		padding: 8px 12px;
	}
	.w3layouts_gallery_grid h4 {
		font-size: 1.2em;
	}
	.w3l-info1 p {
		margin-top: 0;
		padding-right: 0;
		text-align: center;
	}
	.contact button.btn.btn-primary {
		width: 33%;
		height: 40px;
		font-size: 16px;
	}
	.agile-copy {
		float: none;
	}
	.agileits-social {
		float: none;
		text-align: center;
		margin: .8em 0;
	}
	.nav > li > a {
		padding: 6px;
	}
	.nav-tabs > li > a {
		font-size: 13px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 10em;
	}
	.cd-header-buttons {
		right: 190px;
	}
	.video-info p {
		width: 75%;
	}
}
@media screen and (max-width: 480px){
	.top .top-left, .top .top-middle, .top .top-right {
		width: 100%;
		padding-bottom: 15px;
		text-align: center;
	}
	.top-bar {
		top: 3%;
	}
	.callbacks_nav.next {
		left: 86.5%;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3, .slider-info p, .slider-info1 p, .slider-info2 p {
		line-height: 30px;
	}
	.readmore-w3 {
		margin-left: 13em;
	}
	.callbacks_tabs {
		left: 39%;
		top: 85%;
	}
	.about span {
		width: 17%;
		float: left;
		font-size: 70px;
		margin-top: -15px;
	}
	.video-info p {
		width: 88%;
	}
	.agileits_w3layouts_team_grid h3 {
		font-size: 17px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 7em;
	}
	.w3layouts_gallery_grid {
		width: 50%;
		float: left;
	}
	.navbar-default .navbar-brand {
		font-size: 28px;
	}
}
@media screen and (max-width: 414px){
	.top-middle i.fa {
		font-size: 16px;
		line-height: 33px;
		width: 35px;
		height: 35px;
	}
	.top-left li {
		letter-spacing: 2px;
	}
	.top-bar {
		top: 20%;
	}
	.slider-info, .slider-info1, .slider-info2 {
		padding-top: 219px;
		min-height: 330px;
		padding-bottom: 130px;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		margin-left: 3em;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p {
		margin-left: 5em;
	}
	.readmore-w3 {
		margin-left: 10em;
	}
	.readmore-w3 a {
		margin: 1.5em 0 0;
	}
	.callbacks_tabs {
		left: 37%;
		top: 90%;
	}
	.gallery, .services, .video-info, .team, .contact, .testimonials, .about {
		padding: 30px 0;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 4em;
	}
	.contact button.btn.btn-primary {
		width: 45%;
	}
	.footer-w3layouts p {
		line-height: 28px;
		letter-spacing: 1px;
	}
	
	.callbacks_nav {
		width: 45px;
		height: 45px;
		background-size: 87px;
	}
	.cd-header-buttons {
		left: 0;
	}
	.navbar-default .navbar-brand {
		margin-left: 85px;
	}
}
@media screen and (max-width: 384px){
	.video-info h3.heading1 {
		font-size: 25px;
	}
	.agileits_w3layouts_team_grid {
		width: 100%;
		float: none;
		margin-top: 60px;
		margin-bottom: 0;
	}
	.w3layouts_gallery_grid {
		width: 100%;
		float: none;
	}
	.callbacks_nav.next {
		left: 84.5%;
	}
	.testimonials h4, h5 {
		font-size: 23px;
	}
	.callbacks_nav {
		bottom: 316px;
		width: 40px;
		height: 40px;
		background-size: 77px;
	}
	.navbar-default .navbar-brand {
		margin-left: 72px;
	}
	.video-info p {
		width: 95%;
	}
}
@media screen and (max-width: 375px){
	.flex-control-nav {
		right: 41%;
	}
	.contact button.btn.btn-primary {
		width: 50%;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p {
		margin-left: 4em;
	}
	.readmore-w3 {
		margin-left: 9em;
	}
	.navbar-default .navbar-brand {
		margin-left: 65px;
	}
}
@media screen and (max-width: 320px){
	.top-left li {
		letter-spacing: 0px;
	}
	.top-bar {
		top: 18%;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3 {
		margin-left: 2em;
	}
	.slider-info h3, .slider-info1 h3, .slider-info2 h3, .slider-info p, .slider-info1 p, .slider-info2 p {
		width: 68%;
	}
	.slider-info p, .slider-info1 p, .slider-info2 p {
		margin-left: 3.5em;
	}
	.readmore-w3 {
		margin-left: 7.5em;
	}
	.callbacks_nav.next {
		left: 83.5%;
	}
	.about span {
		width: 19%;
		font-size: 61px;
	}
	.about-right2 {
		width: 244px;
		height: 244px;
	}
	.video-info p {
		width: 100%;
	}
	.video-info h3.heading1 {
		font-size: 21px;
	}
	.nav-tabs > li:nth-child(1) {
		margin-left: 1em;
	}
	.contact button.btn.btn-primary {
		width: 60%;
		height: 34px;
		font-size: 14px;
	}
	.callbacks_nav.prev {
		left: 11px;
	}
	div#bs-example-navbar-collapse-1 {
		position: absolute;
		width: 100%;
		margin: 0;
		background: rgba(255, 255, 255, 0.9);
	}
	.cd-header-buttons {
		right: 237px;
	}
	.navbar-default .navbar-brand {
		font-size: 26px;
		margin-left: 53px;
	}
}
/* //Responsive design */