/*-- Reset-Code --*/

body {
	padding: 0;
	margin: 0;
	background:none ;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
}
body a {
	color:#4d8fc9;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
	
}
input[type="button"], input[type="submit"], 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;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight:600;
	letter-spacing: 1px;
}
p {
	margin: 0 0 20px 0;
	line-height: 1.7em;
	}
ul {
	margin: 0 0 30px 0;
	padding: 0;
}
li {
	list-style-type: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;
}
label {
	margin: 0;
}
a:focus, a:hover {
	text-decoration: none;
	outline: none;
}
img {
		max-width: 100%;
		height: auto;
		border:none;}
		
span {color:#4d8fc9;}
span.underline {text-decoration:underline; color:#000;}
		
/*-- //Reset-Code --*/

/* nav top */

.nav-top {
    display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
}
.nav-top a:hover {
    
}
.contacttop a {
    padding: 0px 10px;
	color:#fff;
}
.contacttop {
	float:right;
    padding: 10px 0px;
	    font-size: 24px;
	font-weight:bold;
		color:#fff;
		text-align:right;
		
}
.logo-container {padding:10px 0;}

.contacttop a span.fa {
    margin-right: 10px;
}

/* //nav top */
/* Banner */

.agile-banner {
    font-size: 18px;
	background-color:#252525;
}
.navbar-header {
    width: 200px;
    text-align: center;
    padding: 5px 0px;
}

.nav-wrap {
    width: calc( 100% - 600px );
	padding: 5px;
	margin: auto;
	margin-top:-50px;
    margin-right: 0px;
}
.w3ls-nav {
    text-align: right;
}
ul.nav li a:link, ul.nav li a:visited {color:#fff;}
ul.nav li a:hover {
    background-color:#252525;
    color: #ccc;
	
}ul.nav li a:focus {
    background-color:#252525;
    color: #ccc;
	
}
ul.nav li a:hover:after {
  content: '';
  border-bottom:2px solid #438ac8;
  margin: 0 auto;
  display: block;
  width:70%; 
  height:1px;
}
ul.nav li.active a {
	background-color: transparent;
    color:#fff;
}
.navbar-nav>li>a {
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
	    padding: 7px 20px;
}
.navbar-nav {
    margin: 0;
    float: none;
    display: inline-block;
}
.container-fluid {
    padding: 0 50px;
}
nav.navbar.w3-navbar {
    background: rgb(37, 37, 37);
    margin: 0;
	    border-radius: 0;
}

span.fa.fa-angle-left, span.fa.fa-angle-right {
    font-weight: 400;
    position: absolute;
    font-size: 50px;
    top: 48%;
}
.carousel-caption {
    top: 0;
    height: 275px;
    right: 0;
    left: 0;
}
.carousel-caption1 {
	position: absolute;
    top: 45%;
    height: 275px;
	right: 10%;
    left: 10%;
	text-shadow: 0 4px 2px rgba(0,0,0,.6);
}
.carousel-inner {
    height: 650px;
	background: ##f3f3f3; 
	
}
.carousel-inner2 {
    height:auto;
	
}
.carousel-caption p {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
}

div#myCarousel {
    height: 650px;
}
div#myCarousel2 {
    height: 400px;
}
.carousel-caption h1 {
    font-weight: 300;
    font-size: 48px;
    text-transform: uppercase;
	margin-top:60px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.carousel-caption h2 {
    font-weight: 300;
    font-size: 60px;
    text-transform: uppercase;
	margin-top:80px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.banner-dott, .banner-dott1 {
    background: url(../images/dott.png)repeat 0px 0px;
    background-size: 2px;
    -webkit-background-size: 2px;
    -moz-background-size: 2px;
    -o-background-size: 2px;
    -ms-background-size: 2px;
	    height: auto;
		height: 650px;
}
span.b-head {
    color: #E91E63;
}
span.b-head:hover {
    border-bottom: 2px solid #23d6c5;
}
/* Banner */
/* About */
div#about {
    padding: 5% 0px;
	background: #f3f3f3;
    color: #000;
	text-align:center;
}
#about h2 {margin-bottom:30px;}
#about p {color: #333;}
.textbox {border:1px solid #4d8fc9; padding:20px; margin:20px 0; text-align:center;}

h3.center {
    text-align: center;
    font-weight: 700;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 30px;
    text-shadow: 0 2px 2px rgba(0,0,0,.6);
	    letter-spacing: 2px;
}
h3.center:after {
    border-top: 2px solid #4d8fc9;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}

h4:after {
    border-top: 2px solid #4d8fc9;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}
h5 { font-size:18px; color:#4d8fc9; margin-bottom:30px;}
h5:after {
    border-top: 2px solid #4d8fc9;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about1, .about2 {
    flex: 1;
	  -ms-flex: 1;
}
.about1 {
    padding-right: 15px;
}
.about h4 {
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.about1 p {
    color: #332823;
    font-size: 15px;
}
ul.about-list li {
    margin: 20px 0px;
}
ul.about-list li span.fa {
    font-size: 50px;
	    height: 80px;
    width: 80px;
    vertical-align: top;
	color: #e43873;
}
.in-block {
    display: inline-block;
    width: calc( 100% - 100px);
}
.in-block h5 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    margin-bottom: 5px;
	    letter-spacing: 1px;
}

.about2 {
    background: url(../images/about1.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed; */
}
/* //About */
/* services */
div#service {
    padding: 5% 0px;
    text-align: center;
	background: rgba(127, 128, 132, 1.00);
    color:#fff; 
}
.service p.details {
    margin: 25px 0px 45px;
}
.service-list {
      display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
}
.service-list span.fa {
    font-size: 45px;
    width: 80px;
    height: 80px;
    border: 1px solid #FF5722;
    border-radius: 50%;
    line-height: 80px;
	color: #F44336;
}
.service-list h5 {
    margin: 20px 0px;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 1px;
}
.service1, .service2, .service3 {
    flex: 1;
	  -ms-flex: 1;
    padding: 0px 10px;
}
span.fa.fa-university {
    padding-left: 6px;
}




/* //services */
/*-- gallery --*/ 
div#gallery {
    padding: 5% 0px;
	background: #333;
    color: #000;
	text-align:center;
}
.gallery {
    text-align: center;
}
.gallery h2, .gallery h3, .gallery p {color: #fff;}
.gallery a:link, .gallery a:visited {color: #fff;}
.gallery a:hover {color: #ccc;}

.gallery span {
    font-size: 1.2em;
    text-align: center;
    display: inherit;
    color: #fff;
    letter-spacing: 1px;
    margin: 25px 0;
}


.gallery h4 {font-size: 24px; text-transform: uppercase;}

.gallery-grids {
    padding: 1em;
	display: block;
  
} 
 
/* 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;
}
[class^='imghvr-hinge-']:hover .overlay h4, [class^='imghvr-hinge-']:hover .more {display:none;} 

.more {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:transparent;
	border:#fff 1px solid;
	margin-top:50px;
    padding: 10px;
    display: inline-block;
}
/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.2); /* Black see-through */
	color:#2c64ae;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background: rgba(0, 0, 0, 0.6); /* Black see-through */
	color:#fff;
	padding:2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.6em;
    margin-bottom:15px;
    color:#2c64ae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.2em;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}*/
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0.5;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 
/*-- imghvr-hinge-right -- */
/*.imghvr-hinge-right img {
	-webkit-transform-origin: 100% 50%;
	-ms-transform-origin: 100% 50%;
	-moz-transform-origin: 100% 50%;
	-o-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}
.imghvr-hinge-right .agile-figcaption {
	-webkit-transform: rotateY(90deg);
	-moz-transform-origin: 0 50%;
	-o-transform-origin: 0 50%;
	-ms-transform-origin: 0 50%;
	transform: rotateY(90deg);
	
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;	
}
.imghvr-hinge-right:hover > img {
	-webkit-transform: rotateY(-90deg);
	-moz-transform: rotateY(-90deg);
	-o-transform: rotateY(-90deg);
	-ms-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}
.imghvr-hinge-right:hover .agile-figcaption {
	-webkit-transform: rotateY(0deg);
	-moz-transform: rotateY(0deg);
	-o-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	transform: rotateY(0deg);
} 
/*-- //imghvr-hinge --*/ 
/*-- //gallery --*/ 



.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 10px;
}
/*-- gallery-hover effect --*/
.w3ls-hover {
	background-color: #FFF;
	display: block; 
	overflow: hidden;
	position: relative; 
	text-align: center;
} 
.w3ls-hover .view-caption { 
    padding: 2.5em 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0%;
    height: 50%;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover .view-caption h5 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
	    text-transform: uppercase;
}
.w3ls-hover .view-caption span {
    color: #fff;
    font-size: 1.5em;
    margin-top: 6%;
    display: inline-block;
    border: 1px solid #fff;
    padding: 1em;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
.w3ls-hover:hover .view-caption { 
	background-color: rgba(223, 150, 118, 0.74); 
	opacity: 1;
	width: 100%;
}
.w3ls-hover .view-caption span:hover {
    color: #fff;
    border-color: #fff; 
}
/*-- //gallery --*/

#pixlee_container {margin: 50px auto; text-align: center;}
#pixlee_container h2 {color: #fff !important; text-transform: uppercase; margin-bottom: 30px !important;}
/*-- lightbox --*/ 

.lightbox {width:100%; margin:0 auto; display:block; text-align:center;}
.lightbox img {margin:10px; display:inline-block;}



/* contact */
div#contact {
    padding: 10% 0px;
    text-align: center;
	color: white;
	background: url(../images/contact.jpg) no-repeat fixed;
    background-size: cover;
    background-position: center;
}
ul.input {
    margin: 30px 0px;
}
ul.input li {
    margin: 25px 0px;
}
.contact-me input[type="submit"] {
    border: none;
    background-color: rgba(244, 67, 54, 0.76);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    padding: 9px 140px;
    border-radius: 4px;
    color: #fff;
    margin-left: 40px;
	outline: 0;
}
ul.input input {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
	    background: transparent;
    color: white;
}
ul.input span.fa {
    vertical-align: top;
    margin: 13px 10px 0px;
    font-size: 20px;
}
.contact-me {
    width: 500px;
    margin: auto;
}
.contact-me textarea {
    border: none;
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    width: 85%;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 0;
    height: 100px;
	background: transparent;
    color: white;
}
.contact-me input[type="submit"]:hover {
    background: #ccc;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: #333;
      letter-spacing: 1px;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333;
        letter-spacing: 1px;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333;
        letter-spacing: 1px;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333;
        letter-spacing: 1px;
}

/* //contact */
/* Map */
.map iframe {
    border: none;
    width: 100%;
    height: 350px;
}
/* //Map */
/* footer */
.list {
      display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-flex-pack: space-between;
	margin-bottom: 3%;
	letter-spacing: 1px;
    font-size: 16px;
}
.list a {
    margin: 20px;
    margin-left: 0;
    display: inline-block;
    font-size: 18px;
}
.list li {
    margin: 15px 0px;
}
.footer {
    padding: 30px 0px;
    background: #d7d8da;
    color:#333;
}
.footer .col-md-4 {margin-bottom:30px;}
.footer h3 {text-transform:uppercase; text-align:center; margin-bottom:30px;}
.footer h3:after {
    border-top: 2px solid #4d8fc9;
    display: block;
    width: 100px;
    content: "";
    margin: 10px auto 0;
}
.footer li {font-size:16px; text-align:center;}
.footer p {font-size:16px; text-align:center; }

/*--contact Inner--*/

.mail_grid input[type="text"],
.mail_grid input[type="email"],
.mail_grid textarea, .mail_grid select {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #333;
	background: none;
	width: 100%;
	border: 1px solid #333;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}
.mail_grid select {margin-bottom:20px;}

.footer .mail_grid input[type="text"],
.footer .mail_grid input[type="email"],
.footer .mail_grid textarea, .footer .mail_grid select {
	outline: none;
	padding: 14px;
	font-size: 14px;
	background: none;
	width: 100%;
	border: 1px solid #333;
	color:#333;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:20px;
} 

.footer .mail_grid select:active, .footer .mail_grid select:hover {
	background:#000;
	letter-spacing: 1px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.contact-fields {
	margin-bottom: 1em;
}

.contact-fields:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
	margin-bottom:1em;
}

.mail_grid input[type="submit"], .mail_grid input[type="reset"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background: #4d8fc9;
	width: 100%;
	max-width:200px;
	margin:10px 10px 10px 0;
	border: 1px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	
}
.footer .mail_grid input[type="submit"] {
	margin:10px auto;
	display:block;
}

.mail_grid input[type="submit"]:hover, .mail_grid input[type="reset"]:hover {
	background: #333;
	color: #fff;
}



/* //footer */
/* copyright */
.copyright {
    background-color: #4d8fc9;
    text-align: center;
    padding: 20px 0px;
    color: #fff;
	    letter-spacing: 1px;
}
.copyright a:link, .copyright a:visited {color:#fff;}
.copyright a:hover {
    color: #333;
}
.copyright p {font-size:14px;}
.copyright img {margin:10px 5px;}
/* //contact */
/*Go to Top*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 40px;
	height: 40px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-------------------------------------------------------*/

/* responsive */

@media screen and (max-width: 767px){
	.container-fluid {
    padding: 0 50px;
}
	button.navbar-toggle {
    border: 1px solid #ffffff;

}
.navbar-header {
    width: 100%;
    text-align: left;
}
	.w3-hide {
    display: none;
}
.logo-wrap a span {
    margin-left: 1px;
}
.nav-wrap {
    width: 100%;
	    padding: 0px;
}
.navbar-toggle .icon-bar {
	    background-color:#fff;
}
.carousel-caption1 {
	position: absolute;
    top: 20px;
    height: auto;
	right: 10%;
    left: 10%;
	text-shadow: 0 4px 2px rgba(0,0,0,.6);
}
.heading h1 {

    padding: 10px;
    font-size: 40px;

}
.heading {
    padding-top: 25%;
	    padding-bottom: 3%;
}
h3.center {
    font-size: 32px;
}
div#about h2 {
    font-size: 23px;
    font-weight: 400;
    letter-spacing: 1px;
	margin-bottom: 10px;
}
div#about p {
    font-size: 15px;
    letter-spacing: 1px;
}

.guide1 img, .guide2 img, .guide3 img, .guide4 img {
    width: 150px;
}
.modal-dialog {
	margin: 40px;
}
.partner img.img-responsive {
    margin: auto;
}
.mask img.img-responsive.zoom-img {
    margin: auto;
}
.partner {
    margin-bottom: 30px;
    padding: 0px 20px;
    display: inline-block;
    width: 49%;
}
.prop {
    margin-top: 30px;
    width: 49%;
    display: inline-block;
}
.w3ls-nav {
    text-align: center;
}
/* pricelist */
div#prices {
    min-height:200px;
    text-align: center;
	color: white;
	background: url(../images/prices.jpg) no-repeat;
    background-size: contain !important;
    background-position: center bottom;
}

/* bridal */
div#bridal {
    min-height:200px;
    text-align: center;
	color: white;
	background: url(../images/bridal.jpg) no-repeat;
    background-size: contain !important;
    background-position: center bottom;
}
/* enquiry */
div#enquiry {
     min-height:200px;
    text-align: center;
	color: white;
	background: url(../images/enquiry.jpg) no-repeat;
   background-size: contain !important;
    background-position: center bottom;
}


}
/* responsive */
@media screen and (max-width: 1600px){
	.navbar-nav>li>a {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
	    padding: 7px 15px;
}
	}

@media screen and (max-width: 1440px){
	.logo-container {padding:10px 0; max-width:400px;}
	.nav-wrap {
    width: calc( 100% - 400px );
	padding: 5px;
	margin: auto;
	margin-top:-50px;
    margin-right: 0px;
}
.navbar-nav>li>a {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
	    padding: 7px 10px;
}
	span.fa.fa-angle-left, span.fa.fa-angle-right {
    top: 44%;
}
.carousel-caption h1 {
    font-weight: 300;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.carousel-caption h2 {
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
	margin-top:80px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
	
}

@media screen and (max-width: 1366px){}

@media screen and (max-width: 1280px){
	.navbar-nav>li>a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	    padding: 7px 10px;
}
	div#myCarousel,.carousel-inner {
    height: auto;
}
div#myCarousel2,.carousel-inner2 {
    height: auto;
}
.w3ls-hover .view-caption {
    padding: 10px 0;
}


}

@media screen and (max-width: 1080px){
	.navbar-nav>li>a {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
	    padding: 7px 10px;
}
	.carousel-caption1 {
    top: 32%;
	}
	
	.about1 h4 {
    font-size: 30px;
	}
	.w3ls-hover .view-caption span {

    margin-top: 5px;
    padding: 15px;
	}
	.w3ls-hover .view-caption h5 {
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.usr-txt {
    width: 70%;
}
.usr-img {
    width: 29%;
}

}

@media screen and (max-width: 1050px){}

@media screen and (max-width: 1024px){
	.about1 p {
    color: #000000;
    font-size: 14px;
}

.map iframe {
    height: 300px;
}
.carousel-caption h1 {
    font-weight: 300;
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.carousel-caption h2 {
    font-weight: 300;
    font-size: 40px;
    text-transform: uppercase;
	margin-top:60px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}

}

@media screen and (max-width: 991px){
	.contacttop {
	float:none;
    padding: 10px 0px;
	    font-size: 20px;
	font-weight:bold;
		color:#fff;
		text-align:center;
		
}
	.logo-container {padding:10px 0; max-width:300px; display: block; margin: 0 auto;}
	.logo-container img {display: block; margin: 0 auto; text-align: center; width:auto;}
	.nav-wrap {
    width: 100% ;
	padding: 5px;
	margin: auto;
	margin-top:0px;
    margin-right: 0px;
}

	div#about .container {
    width: 95%;
}
.collapse.text-center.navbar-collapse.w3ls-nav.navbar-collapse {
    padding: 5px 0px 0px;
}
	.gallery h4 {font-size: 20px; }
	
	.more {
    font-size: 0.9em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background:transparent;
	border:#fff 1px solid;
	margin-top:10px;
    padding: 10px;
    display: inline-block;
}
	[class^='imghvr-'] .agile-figcaption p{
	font-size:1em;
	line-height:1.1em;
	color:#fff;
	font-weight:normal;
	margin-bottom:5px;
}


}

@media screen and (max-width: 900px){
	
	.carousel-caption1 {
    top: 27%;
	    height: auto;
	}
	
}

@media screen and (max-width: 800px){
	.container-fluid {
    padding: 0 2%;
}

.carousel-caption p {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 100;
}
ul.about-list li span.fa {
    font-size: 40px;
    height: auto;
    width: 60px;
}
.in-block {
    width: calc( 100% - 65px);
}
.service-list span.fa {
    font-size: 35px;
    width: 70px;
    height: 70px;
    line-height: 65px;
}
.w3ls-hover .view-caption h5 {
    font-size: 18px;
}

.w3ls-hover .view-caption span {
    margin-top: 5px;
    padding: 10px;
}
.usr-txt {
    padding: 0px;
    padding-left: 10px;
}

}

@media screen and (max-width: 768px){
	.navbar-nav>li>a {
    font-size: 18px;
	padding:20px;
   
}
	.carousel-caption1 {
    top:30px;
}
.carousel-caption h1 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
	margin-top:60px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
.carousel-caption h2 {
    font-weight: 300;
    font-size: 26px;
    text-transform: uppercase;
	margin-top:60px;
    margin-bottom: 15px;
	letter-spacing: 1px;
	color: #fff;
}
h3.center {
    font-size: 30px;
}
.about1 h4 {
    font-size: 22px;
}
.in-block h5 {
    font-size: 18px;
}
.gallery-grids {
    padding: 20px;
    width: 100%;
}

}

@media screen and (max-width: 736px){
	.logo-container {
    padding: 0px 15px;
}
.d-flex {
    flex-direction: column-reverse;
}
.about2 {
    height: 300px;
	margin-bottom: 30px;
}
.about1 h4 {
    font-size: 30px;
    text-align: center;
}
p.details {
    text-align: center;
}
ul.about-list li span.fa {
    font-size: 45px;
    height: auto;
    width: 70px;
}
.in-block {
    width: calc( 100% - 80px);
}
.w3ls-hover .view-caption span {
    margin-top: 5%;
    padding: 20px;
}
.w3ls-hover .view-caption h5 {
    font-size: 22px;
}

}
@media screen and (max-width: 667px){
	.carousel-caption p {
    font-size: 14px;
}

.carousel-caption1 {
    top: 30px;
}
.about1 h4 {
    font-size: 27px;
}
.map iframe {
    height: 250px;
}
div#about .container {
    width: 87%;
}
.row {
    margin-right: 0;
    margin-left: 0;
}


}

@media screen and (max-width: 640px){
	.carousel-caption1 {
    right: 8%;
	}
}

@media screen and (max-width: 600px){
	
	.list a {
    margin: 12px;
    margin-left: 0;
	}
	.service-list h5 {
    font-size: 18px;
	}
}

@media screen and (max-width: 568px){
	.service-list {
    flex-direction: column;
	}
	.service1, .service2, .service3 {
    margin-bottom: 30px;
	}
	.usr-txt {
    width: 100%;
}
.usr-img {
    width: 40%;
    margin-left: 10%;
    margin-top: 3%;
}
.contact-me ul.input li {
    margin: 18px 0px;
}

}

@media screen and (max-width: 480px){
	/*.carousel-caption h1 {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fff;
}
.carousel-caption h2 {
    font-weight: 300;
    font-size: 20px;
    text-transform: uppercase;
	margin-top:20px;
    margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fff;
}*/

.carousel-caption h1, .carousel-caption h2 {display:none;}
.carousel-caption1 {
    top: 30px;
}
.w3-socials {
    display: none;
}
.nav-top {
    justify-content: center;
}
h3.center {
    font-size: 26px;
}
.carousel-inner .item img {
    height: auto;
}
	.contact-me {
    width: 400px;
    margin: auto;
}
.contact-me input[type="submit"] {
    padding: 9px 27%;
}
.list {
    flex-direction: column;
    text-indent: 60px;
}
.list a {
    text-indent: 0;
    margin: 0;
    margin-right: 25px;
}
.w3ls-hover .view-caption span {
    margin-top: 5%;
    padding: 10px;
}
.w3ls-hover .view-caption h5 {
    font-size: 20px;
}
div#about .container {
    width: 96%;
}
ul.address {
    border-bottom: 1px solid #d2c1c1;
    border-top: 1px solid #d2c1c1;
}

}
@media screen and (max-width: 414px){
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.carousel-inner .item img {
    height: auto;
}

.about1 h4 {
    font-size: 22px;
}

h6.review {
    font-size: 15px;
}
p.indent {
    font-size: 14px;
}
.usr-img {
    width: 200px;
    margin-bottom: 10px;
}
.flexslider-info {
    height: auto;
    margin: 0;
}
.contact-me {
    width: 350px;
}
.contact-me input[type="submit"] {
    padding: 9px 23%;
}

}

@media screen and (max-width: 384px){
	.w3ls-hover .view-caption h5 {
    font-size: 16px;
}
.w3ls-hover .view-caption span {
    padding: 6px;
}

.contact-me {
    width: 300px;
}
.contact-me input[type="submit"] {
    padding: 9px 21%;
}
.carousel-caption h1, .carousel-caption h2 {
    font-size: 18px;
    margin-bottom: 5px;
}
.carousel-inner .item img {
    height: auto;
}
.contacttop{
    font-size: 18px;
	color:#fff;
}
.contacttop a {
    padding: 0px 5px;
}



}

@media screen and (max-width: 375px){
	div#about .container {
    width: 100%;
}
.about1 h4 {
    font-size: 20px;
}
.service-list h5 {
    margin: 13px 0px;
}
.gallery-grids {
    padding: 20px;
    width: 100%;
}
.w3ls-hover .view-caption {
    top: 65%;
    height: 35%;
}

}

@media screen and (max-width: 320px){
	.contacttop a {
    padding: 0px 5px;
    padding-left: 0;
}
	.carousel-caption h1, .carousel-caption h2 {
    font-size: 18px;
}
.carousel-caption p {
    font-size: 13px;
}
.carousel-caption1 {
    right: 6%;
}
.carousel-inner .item img {
    height: auto;
}
.carousel-caption1 {
    top: 18%;
}
h3.center {
    font-size: 20px;
}
h6.review {
    font-size: 14px;
}
.contact-me {
    width: 280px;
}
.contact-me input[type="submit"] {
    padding: 9px 20%;
    margin-left: 0;
}
ul.input input,.contact-me textarea {
    width: 80%;
}
.list {
    flex-direction: column;
    text-indent: 40px;
}

}
