@import url('https://fonts.cdnfonts.com/css/calibri-light');




body{
	font-family: 'Calibri Light', sans-serif;
	font-weight: 400;
	letter-spacing: .5px;
	color: #525252!important;
	font-size: 16px;
}
img {
    pointer-events: none;
  -webkit-touch-callout: none;
}
header, main, footer{
	float: left;
	width:100%;
}
header{
	position: relative;
	z-index: 10;
}



/* menus */
header nav{
	background: #000;
}
header .navbar{
	border: 0 none;
    border-radius: 0;
	margin: 0;
}
header .navbar-nav {
    float: none;
    margin: 0 auto;
    text-align: center;
}
header .navbar-nav li{
	font-family: 'Calibri Light', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
header .navbar-nav > li {
    display: inline-block;
    float: none;
    position: relative;
	width: 49%;
}
header .navbar-nav li.logo-desktop{
	border: 0px none; 
	width: 200px;
}
header .navbar-nav li.logo-desktop a{
	position: absolute; 
	border: 0px none; 
	top: -83px;
}
header .navbar-nav li.logo-desktop a:hover{
	border:0;
}
header .navbar-nav li.logo-desktop a img{
	width: 180px;
}
header .navbar-nav li a{
	color: #fff;
	border-bottom:3px solid #000;
	
}
header .navbar-nav li a:hover, header .navbar-nav li.active a, header .navbar-nav li a:focus{
	color: #e7a987;
	border-bottom:3px solid #e7a987;
	background: none;
}

header .navbar-nav li.seperator a:hover{
	border-bottom:3px solid #000;
}

.navbar-toggle .icon-bar {
    background-color: #fff;
    border-radius: 0;
    display: block;
    height: 3px;
}
.navbar-toggle{
	margin-right: 7px;
	margin-top: 18px;
}
.navbar-brand{
	width: 80px;
	height: auto;
}

/* slider */
.slider{
	float: left;
	width:100%;
}
.slider i{
	font-size: 20px;
    position: relative;
    top: 40%;
}




/* footer */
footer{
	background-color: #fff;
	font-size: 11px;
	padding: 20px 0;
}
footer a{
	color: #000;
}
footer a:hover{
	color: inherit;
}
footer .links-left{
	padding: 0;
	text-align: center;
}
footer .links-left *{
    display: inline-block;
    margin: 0;
    padding: 0 8px;
}
footer .links-left a.last{
	border-right:0;
}
footer .links-right{
	text-align: center;
	margin-top:10px;
}
footer .links-right *{
    display: inline-block;
    margin: 0;
    padding: 0 9px;
}
footer .links-right p{
	display: block;
    margin: 10px 0;
}
footer .links-right a{
	background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    margin-right: 5px;
    padding: 0;
    text-align: center;
    width: 31px;
}
footer .links-right a:hover{
	background:#fff;
	color: #000;
	border: 1px solid #000;
}

.abtamee{
	width: 100%;
	float: left;
}
/* callout */
.callout{
	background-color: #000;
    float: left;
    padding: 30px 0;
    text-align: center;
    width: 100%;
}
.callout h4{
	font-size: 18px;
	color: #fff;
	margin-bottom: 15px;
}
.callout p{
	color: #e7a987;
    font-family: 'Calibri Light', sans-serif;
    font-size: 17px;
    font-style: italic;
    line-height: 1.3;
}

/* amee-vora */
.amee-vora {
    display: block;
    float: left;
    padding: 50px 0;
    width: 100%;
}
.amee-vora img {
    width: 360px;
}
.amee-vora p {
    line-height: 2;
	letter-spacing: .5px;
}
.amee-vora h4 {
    font-size: 26px;
    font-weight: 600;
    margin: 20px 0;
}
.amee-vora a {
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    letter-spacing: 2px;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}
.amee-vora a:hover{
	background-color: #000;
	color: #fff;
	text-decoration: none;
}


.img-fluid{
	max-width:100%;
	height: auto;
	margin-bottom: 50px;
    margin-top: 60px;
}

.features-alt1 a{
	border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    margin-left: 40px;
    padding: 7px 20px;
    text-transform: uppercase;
	margin-bottom: 30px;
}
.features-alt1 a:hover{
	background-color: #000;
	color: #e7a987;
	text-decoration: none;
}
.designhero{
	 margin-top: 42px;
}

/* footer-call */
.footer-call{
	background-color: #000000;
    float: left;
    padding: 30px 0;
    width: 100%;
}
.footer-call h4{
	color: #e7a987;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.3;
    /*text-transform: uppercase;*/
	text-align: center;
}
.footer-call a{
    color: #e7a987;
    display: inline-block;
    font-size: 16px;
    margin-top: 21px;
    text-transform: uppercase;
}
.footer-call a:hover{
	background:#e7a987;
	color: #000;
	text-decoration: none;
}
.footer-call .btn-amee{
	text-align: center;
}

/* features */
.features{
	float: left;
	width:100%;
	background-color:#000;
	text-align: center;
	color:#fff;
	background-repeat: none;
}
.features .col-sm-4{
	height:300px;
	display: table;
	padding: 0;
}
.features .col-content{
	display: table-cell;
    vertical-align: middle;
	padding:0 15px;
	background-size: cover;
}
.features h3{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.features p{
	font-family: 'Calibri Light', sans-serif;
    font-size: 16px;
    line-height: 1.3;
    padding: 10px 0 0;
}
.features h3{
	font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
}
.features .feature-middle{
	padding:20px 0;
	background: #fff;
}
.features .feature-middle img{
	max-height:250px;
}
.features-alt{
	background-color: #e7a987;
	color: #000;
}
.features-alt a{
	border: 1px solid #000;
    border-radius: 20px;
    color: #000;
    display: inline-block;
    margin-top: 10px;
    padding: 7px 20px;
    text-transform: uppercase;
}
.features-alt a:hover{
	background-color: #000;
	color: #e7a987;
	text-decoration: none;
}

/*.features .f1{
	background-image:url("../images/feature1.jpg");
}
.features .f2{
	background-image:url("../images/feature2.jpg");
}
.features .f3{
	background-image:url("../images/feature3.jpg");
}
.features .f4{
	background-image:url("../images/feature4.jpg");
}
.features .f5{
	background-image:url("../images/feature5.jpg");
}
.features .f6{
	background-image:url("../images/feature6.jpg");
}
.features .f7{
	background-image:url("../images/feature7.jpg");
}*/

/* Jumbotron */
.jumbotron{
	background-color: #000;
    background-size: cover;
    color: #fff;
    display: table;
    float: left;
    margin: 0;
    text-align: center;
    width: 100%;
}
.jumbotron .title{
	display: table-cell;
    height: 350px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
	visibility: hidden;
}
.jumbotron h1{
	display: table;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.3;
    margin: 130px 0 0;
    text-transform: uppercase;
    width: 100%;
}
.jumbotron.about-us{
	background-image:url("../images/banner2.jpg"); background-position: center;
}
.jumbotron.sketch-pad{
	background-image:url("../images/banner1.jpg"); background-position: center;
}
.jumbotron.media{
	background-image:url("../images/banner3.jpg"); background-position: center;
}


.sketch-content{
	padding: 20px 0 30px;
	float: left;
	width: 100%;
}
.sketch-content .line{
	border-bottom: 1px solid #dadada;
}
.sketch-content ul.nav-tabs{
	font-family: 'Calibri Light', sans-serif;
	border: 0;
	margin-bottom: 1px;
}
.sketch-content ul.nav-tabs li{
	border: 0 none;
	border-bottom: 2px solid #fff;
}
.sketch-content ul.nav-tabs li.active, .sketch-content ul.nav-tabs li:hover{
	border-bottom: 2px solid #e7a987;
	color: #000;
}
.sketch-content ul.nav-tabs a{
	border: 0 none;
    color: #7f7f7f;
    font-weight: 600;
    text-transform: uppercase;
}
.sketch-content ul.nav-tabs a:hover, .sketch-content ul.nav-tabs li.active a, .sketch-content ul.nav-tabs li:hover a{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #000;
}
.sketch-content .tab-content{
	padding: 50px;
}
.lb-number{
	display: none!important;
}
.sketch-content .tab-content .col-sm-4 a{
	text-align: center;
}
.sketch-content .tab-content .col-sm-4 a:hover:before{
	background: rgba(0, 0, 0, 0.7) url("../images/plus.png") no-repeat scroll center center;
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: calc(100% - 30px);
    z-index: 1;
}
.sketch-content .tab-content div.col-sm-4{
    margin: 0 auto 20px;
    overflow: hidden;
	display:none;
}
.sketch-content .tab-content .col-sm-4 a img.thumb{
	height: 300px;
    object-fit: cover;
    width: 100%;
}

.load-btn {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    letter-spacing: 1px;
    margin: 20px auto 0;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 140px;
}
.load-btn:hover, .load-btn:focus {
   background-color: #000;
    color: #fff;
    text-decoration: none;
}

.media-content{
	float: left;
    padding: 50px 0;
    width: 100%;
}
.media-content .card{
	border: 1px solid #c1c1c1;
    box-shadow: 1px 1px 3px #c1c1c1;
    margin: 0 auto 30px;
    text-align: center;
    width: 80%;
	min-height: 425px;
}
.blog-content .card{
	border: 1px solid #c1c1c1;
    box-shadow: 1px 1px 3px #c1c1c1;
    margin: 0 auto 30px;
    text-align: center;
    width: 100%;
	min-height: 425px;
}
.media-content h2,.blog-content h2{
	clear: both;
    display: block;
    float: left;
    font-size: 26px;
    font-weight: 500;
    margin: 50px 0;
    text-align: center;
    width: 100%;
}
.media-content img{
	
}
.media-content h4,.blog-content h4{
	font-family: 'Calibri Light', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0;
}
.media-content h5,.blog-content h5{
	font-family: 'Calibri Light', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 0;
}
.media-content .top{
	padding-top: 30px;
}
.media-content p{
    color: #505050;
    font-size: 14px;
    margin: 20px 0 0;
    padding: 0 15px;
}
.media-content small{
	color: #e35c26;
    display: block;
    font-family: 'Calibri Light', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
}
.media-content a,.blog-content a{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    margin: 15px 0 20px;
    padding: 5px 15px;
    text-transform: uppercase;
}
.media-content a:hover, .media-content a:focus{
	background:#000;
	color: #fff;
	text-decoration: none;
}
.blog-content a:hover, .blog-content a:focus{
	background:#000;
	color: #fff;
	text-decoration: none;
}
.bar{
	float: left;
    margin: 20px 0;
    width: 100%;
}
.bar h2{
	font-family: 'Calibri Light', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0;
	text-transform: uppercase;
}
.bar small{
	color: #e35c26;
    display: block;
    font-family: 'Calibri Light', sans-serif;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
	text-transform: uppercase;
}
.bar a{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    color: #000;
    display: inline-block;
    letter-spacing: 1px;
    margin: 25px 0 20px;
    padding: 5px 30px;
    text-transform: uppercase;
	float: right;
}
.bar a:focus, .bar a:hover{
	background:#000;
	color: #fff;
	text-decoration: none;
}

.inner-carousel {
    margin: 0 0 50px;
}
.inner-carousel .carousel-indicators{
	bottom: -40px;
}
.inner-carousel .carousel-indicators li{
	background-color: #909090;
    border: 1px solid #909090;
}
.inner-carousel .carousel-indicators .active{
	background-color: #000;
    border: 1px solid #000;
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img{
	max-height: 750px;
}

.about-amee-vora{
	margin-top: -50px;
    padding: 0 0 50px;
}
.team{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.team h2{
	font-size: 26px;
	font-weight: 600;
    margin: 20px 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.team .item{
	border: 1px solid #c1c1c1;
    box-shadow: 1px 1px 11px #c1c1c1;
    margin: 0 auto;
    text-align: center;
    width: 80%;
	min-height: 480px;
}
.team .item p{
	padding: 0 20px;
}
.team img{
}
.team h5{
	color: #343434;
    font-size: 17px;
    font-weight: 600;
    margin: 20px 0;
	text-transform: uppercase;
}
.team .owl-dots{
	display: none;
}
.about-slider{
	float: left;
	width: 100%;
	margin-bottom: 50px;
}
.about-slider h2{
	font-size: 26px;
    font-weight: 600;
    margin: 20px 0 40px;
    text-align: center;
    text-transform: uppercase;
}
.about-slider .carousel-indicators{
	bottom: -40px;
}
.about-slider .carousel-indicators li{
	background-color: #fff;
    border: 1px solid #e7a987;
}
.about-slider .carousel-indicators .active{
	background-color: #e7a987;
    border: 1px solid #e7a987;
}
.about-slider .carousel-control{
	opacity: 1;
}
.about-slider .slider i {
    font-size: 30px;
    left: -2%;
    text-shadow: none;
    top: 20%;
}
.about-slider .carousel-control{
	height: 50px;
	top: 47%;
	width: 50px;
}
.about-slider .carousel-control.left{
	background: #e7a987;
	margin-left: -20px;
}
.about-slider .carousel-control.left i:before{
	content: '\f0d9';
}
.about-slider .carousel-control.right{
	background: #e7a987;
	margin-right: -20px;
}
.about-slider .carousel-control.right i:before{
	content: '\f0da';
}
.about-slider .carousel-control.right .slider i{
	left: 4%;
}
.home-slider .item img{
	width:100%;
}
.home-slider .item h1{
	bottom: 20%;
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    position: absolute;
    text-align: center;
    width: 100%;
	text-transform: uppercase;
}

/* Watermark
.lb-container:before{
	bottom: 30px;
    color: #000;
    content: "AV Fourth Dimension";
    font-size: 15px;
    font-weight: 600;
    opacity: 0.4;
    position: absolute;
    left: 10px;
    /*transform: rotate(-20deg);
}*/
.cursor{
	cursor: pointer;
}
.form-control:focus{
	box-shadow: none;
}

/* contact */
.contact{
	float: left;
    margin: 20px 0;
    width: 100%;
}
.contact h2{
	display: block;
    float: left;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin: 20px 0 30px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.contact label{
	font-size: 13px;
    font-weight: normal;
}
.contact label span{
	color: #FF0004;
}
.contact input{
	border-radius: 0;
    box-shadow: none;
}
.contact textarea{
	border-radius: 0;
    box-shadow: none;
}
.contact button{
	background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 0;
    color: #000;
    display: inline-block;
    float: left;
    letter-spacing: 1px;
    margin: 25px 10px 20px 0;
    padding: 5px 30px;
    text-transform: uppercase;
}
.contact button:focus, .contact button:hover{
	background:#000;
	color: #fff;
	text-decoration: none;
	border: 1px solid #000;
}
.contact button.reset{
	border: 0;
}
.contact button.reset:hover{
	background:#fff;
	color: #666;
}
.contact .locate{
	
}
.contact .map{
	float: left;
	width:100%;
}
.contact .add {
    background: #e7a987 none repeat scroll 0 0;
    color: #000;
    font-weight: 600;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
	margin-top: 10px;
	float: left;
	width:100%;
}
.contact .others {
	padding: 20px 0;
	float: left;
	width:100%;
}
.contact .media {
    font-weight: 600;
    line-height: 1;
}
.contact .media .media-body{
	vertical-align: middle;
	letter-spacing: 1px;
}
.contact .media img {
    height: 35px;
    width: auto;
}
.contact .media p {
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0;
}
.contact .media a{
	color: #000;
    display: block;
    letter-spacing: 1px;
    line-height: 2.5;
    text-transform: uppercase;
}
.contact .media a:hover, .contact .media a:focus{
	
}
.contact .alert{
	float: left;
    height: 62px;
    line-height: 2;
    width: 100%;
}
.contact .alert-dismissable .close, .contact .alert-dismissible .close {
    border-radius: 20px;
    color: inherit;
    float: right;
    margin-top: 0;
    opacity: 0.5;
    padding: 5px 10px;
    position: relative;
    right: -21px;
    top: -2px;
}

.aboutCont{padding-top: 65px;justify-content: center;display: flex;}
.float{
	position:fixed;
	width:60px;
	height:60px;
	top:46px;
	right:40px;
	background-color:#000;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	border: 2px solid #e7a987;
	z-index: 1111;
}
.float i{font-size: 30px;}
.my-float{
	margin-top:15px;
}
a.float:hover{color:#e7a987}
/******************************* media queries ************************/
/* mobile */
@media (max-width:767px){
	.features .col-sm-4{
		width: 100%;
	}
	.sketch-content .tab-content{
		padding: 10px 15px;
	}
	.sketch-content .tab-content div.col-sm-4 {
		margin: 10px auto;
		padding: 0;
	}
	.media-content .card{
		width: 100%;
	}
	.media-content h2{
		float: none;
	}
	.media-content{
		padding: 0;
	}
	.bar a{
		float: left;
	}
	.about-slider .carousel-control{
		height: 50px;
		top: 35%;
		width: 25px;
	}
	.about-slider .carousel-control.right, .about-slider .carousel-control.left{
		margin: 0;
	}
	.sketch-content .tab-content .col-sm-4 a:hover:before{
		width: 100%;
	}
	.home-slider .item h1{
		 bottom: 30%;
		font-size: 22px;
	}
	.contact .media{
		margin-bottom: 30px;
	}
	
	.designhero{
		margin-top: 0px;		
	}
	.designhero img{
		margin-left: auto;
		margin-right: auto;
		display: block;	
	}
	.features-alt1 a{
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		display: block;
		text-align: center;
	}
	.aboutCont{display: none;}
	footer li{list-style-type: none;}
	footer{text-align: center;}
	.create{order: 4; display: flex;}
	.float{
		width: 35px;
		height: 35px;
		top: 80px;
    right: 11px;
	}
	.float i {
		font-size: 15px;
	}
	.my-float {
		margin-top: 10px;
	}
}
@media (max-width:400px){
	.contact .media a {
		font-size: 13px;
	}
	header .navbar-nav > li{
		width: 100%;
	}
}

@media (max-width:600px){
	.sketch-content ul.nav-tabs li {
		font-size: 13px;
		text-align: center;
		width: 50%;
	}
}
@media (min-width:450px) and (max-width:767px){
	.sketch-content .tab-content div.col-sm-4{
		float: left;
		margin: 10px 1%;
		width: 48%;
	}
	header .navbar-nav > li{
		width: 100%;
	}
}
/* mobile and tabs */
@media (max-width:991px){
	.jumbotron .title{
		height: 300px;
	}
	.jumbotron h1{
		margin: 0;
    	padding: 0 15px;
	}
	.aboutCont{padding-top: 5px; padding-bottom: 30px;}
}

/* desktop */
@media (min-width:768px){
	header{
		margin-top: 4cap;
	}
	header .navbar-nav > li {
		width: auto;
	}
	.slider i{
		font-size: 30px;
		top: 50%;
	}
	footer .links-left{
		padding: 10px 0;
		text-align: left;
	}
	footer .links-left *{
		border-right: 1px solid;
		display: inline-block;
		margin: 0;
		padding: 0 10px;
	}
	footer .links-right{
		text-align: right;
	}
	footer .links-right p{
		display: inline-block;
	}
	.callout p{
		font-size: 23px;
	}
	.footer-call h4{
		text-align: left;
	}
	.footer-call .btn-amee{
		text-align: right;
	}
}

/* tabs */
@media (min-width:768px) and (max-width:991px){
	header {
		margin-top: 0;
	}
	header .navbar-collapse.collapse{
		float: right;
		padding: 0;
	}
	header .navbar-nav > li > a {
		line-height: 3.5;
	}
}

/* desktop */
@media (min-width:991px){
	main{
		margin-top: -105px;
	}
}


