/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
    @font-face
        {
            font-family: Marathi;
            src: url("Fonts/Rupee.ttf") /*  IE 8 */;
        }
        @font-face
        {
            font-family: Marathi;
            src: url("Fonts/Sanskr.ttf") /* CSS3 supported browsers */;
        }
html {
	overflow-y: scroll;
	overflow-x: hidden;
	-ms-overflow-style: scrollbar;
}
body {
	background: #fff;
	/*font: 400 12px/1.8 "Open Sans", sans-serif;*/
	font-family: "Sanskr" Rupee,AdobeDevanagari-Regular;
	color: #000;
	-webkit-font-smoothing: antialiased;
}
img {
	max-width: 100%;
	height: auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
.dip img {
	max-width: 100%;
	height: auto;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	margin: 20px 0 0;
}
.dip img:hover {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-o-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
}

.sabhsadform{

	    background: url(../images/bg_3.jpg)no-repeat center;
        background-attachment: scroll;
        background-size: auto auto;
    background-size: cover;
    background-attachment: fixed;
    padding: 4em 0em;
}


iframe {
	border: 0;
}
.align-center {
	text-align: center;
}
.align-left {
	text-align: left !important;
}
.position-relative {
	position: relative;
}
.leftauto {
	right: 0 !important;
	left: auto !important;
}
/* Transition elsements */
a, .btn {
	transition: all 0.125s ease-in-out 0s;
}
.mandatory {
	color: #F00;
}
.client-logo, .gallery-caption, .gallery-image:after, .gallery-image img, .price-table, .team-detail, .team-image:after, .work-caption, .work-image > img, .work-image:after, .post-thumbnail, .post-video, .post-images-slider {
	transition: all 0.3s ease-in-out 0s;
}
/* Reset box-shadow */
.btn, .well, .panel, .progress, .form-control, .form-control:hover, .form-control:focus, .navbar-custom .dropdown-menu {
	box-shadow: none;
}
/* Reset border-radius */
.well, .label, .alert, .progress, .form-control, .modal-content, .panel-heading, .panel-group .panel, .nav-tabs > li > a, .nav-pills > li > a {
	border-radius: 2px;
}
.pr-remove {
	/*vertical-align: middle !important;*/
	text-align: center;
}
.examples {
	border-radius: 2px;
	padding: 7px 5px;
	margin: 0 0 40px;
}
.examples.bg-dark {
	background: #333;
	border: 0;
}
.et-icons .box1 {
	border: 1px solid #e5e5e5;
	display: block;
	width: 25%;
	float: left;
	padding: 0;
	font-size: 13px;
	margin: -1px 0 0 -1px;
}
.et-icons .box1 > span {
	display: inline-block;
	border-right: 1px solid #e5e5e5;
	min-width: 60px;
	min-height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 28px;
	margin-right: 5px;
}
.fa-icons > div {
	padding: 0;
	border: 1px solid #e5e5e5;
	margin: -1px 0 0 -1px;
	font-size: 13px;
}
.fa-icons > div > i {
	display: inline-block;
	margin-right: 5px;
	min-width: 40px;
	min-height: 40px;
	border-right: 1px solid #f1f1f1;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
}
.help-block ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Sections */
.navbar-custom + .main {
	margin-top: 0px;
}
.main {
	position: relative;
	background: url(../images/contemporary_china.png);
	z-index: 1;
}
.module, .module-small {
	position: relative;
	padding: 200px 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.module-md {
	position: relative;
	padding: 20px 0;
}
/* Module header */
.module-small {
	padding: 70px 0;
}
.module-extra-small {
	padding: 25px 0px;
}
.module-medium {
	padding: 75px 0px;
}
.holder-w {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	height: 1px;
	width: 50%;
}
.holder-w:before {
	border-top: 1px solid #eaeaea;
	position: relative;
	display: block;
	content: "";
	top: 1px;
	height: 1px;
	width: 100%;
}
/* Sections dividers */
.divider-w {
	border-top: 1px solid #eaeaea;
	margin: 0;
}
.divider-d {
	border-top: 1px solid #202020;
	margin: 0;
}
/* Half-image */
.side-image {
	position: absolute;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.side-image-text {
	/*background: #fff;*/
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 60px 20px;
}
/* Dark background */
.bg-dark, .bg-dark-30, .bg-dark-60, .bg-dark-90, .bg-dark .module-title, .bg-dark-30 .module-title, .bg-dark-60 .module-title, .bg-dark-90 .module-title, .bg-dark .module-subtitle, .bg-dark-30 .module-subtitle, .bg-dark-60 .module-subtitle, .bg-dark-90 .module-subtitle, .bg-dark .alt-module-subtitle h5, .bg-dark-30 .alt-module-subtitle h5, .bg-dark-60 .alt-module-subtitle h5, .bg-dark-90 .alt-module-subtitle h5 {
	color: #fff;
}
.bg-footer {
	background: #F90;
}
.bg-footer a {
	color: #fff;
}
.bg-footer a:hover, .bg-footer a:focus {
	color: #000;
}
.icons-list {
	margin: 0px 0 0px;
}
.icons-list li {
	list-style-type: none;
	margin: 0px;
	display: inline-block;
	position: relative;
}
.icons-list li a.use1 {
	background: url(../images/social2.png) no-repeat -42px 0px;
	width: 42px;
	height: 42px;
	display: block;
}
.icons-list li a.use2 {
	background: url(../images/social2.png) no-repeat 0px 0px;
	width: 42px;
	height: 42px;
	display: block;
}
.icons-list li a.use3 {
	background: url(../images/social2.png) no-repeat -124px 0px;
	width: 42px;
	height: 42px;
	display: block;
}
.icons-list li a.use4 {
	background: url(../images/social2.png) no-repeat -166px 0px;
	width: 42px;
	height: 42px;
	display: block;
}
/* pop-up text */
.footer-bottom a span {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0px;
	text-align: center;
	padding: 2px 4px;
	font-size: 12px;
	border-radius: 2px;
	background: #8083f0;
	visibility: hidden;
	opacity: 0;
	-o-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-moz-transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.footer-bottom a.use1 span {
	left: -9px;
}
.footer-bottom a.use3 span {
	left: -7px;
}
.footer-bottom a.use4 span {
	left: -8px;
}
.bghover:hover {
	border: 1px groove #8083f0;
	background: #FFF;
	box-shadow: 0 5px 15px rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
/* pop-up text arrow */

.footer-bottom a span:before {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #8083f0;
	position: absolute;
	bottom: -4px;
	left: 27px;
}
.footer-bottom a.use2 span:before {
	left: 17px;
}
.footer-bottom a.use3 span:before {
	left: 23px;
}
.footer-bottom a.use4 span:before {
	left: 22px;
}
.footer-bottom a:hover span {
	bottom: 48px;
	visibility: visible;
	opacity: 1;
}
.bg-dark-30:before {
	position: absolute;
	background: rgba(2, 2, 2, 0.4);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-60:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.20);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-dark-90:before {
	position: absolute;
	background: rgba(34, 34, 34, 0.9);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-gradient:before {
	position: absolute;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	/* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
	background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0 );
	/* IE6-8 */
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.bg-light {
	background: #f6f6f6;
}
.parallax-bg {
	background-attachment: fixed;
	background-size: cover;
}
/* Vertical margin, padding */
.p-0 {
	padding: 0 !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-10 {
	padding-top: 10px !important;
}
.pt-20 {
	padding-top: 20px !important;
}
.pt-30 {
	padding-top: 30px !important;
}
.pt-40 {
	padding-top: 40px !important;
}
.pt-50 {
	padding-top: 50px !important;
}
.pt-140 {
	padding-top: 140px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-30 {
	padding-bottom: 30px !important;
}
.pb-40 {
	padding-bottom: 40px !important;
}
.pb-50 {
	padding-bottom: 50px !important;
}
.pb-140 {
	padding-bottom: 140px !important;
}
.m-0 {
	margin: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}
.mt-50 {
	margin-top: 50px !important;
}
.mt-60 {
	margin-top: 60px !important;
}
.mt-70 {
	margin-top: 70px !important;
}
.mt-80 {
	margin-top: 80px !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}
.mb-50 {
	margin-bottom: 50px !important;
}
.mb-60 {
	margin-bottom: 60px !important;
}
.mb-70 {
	margin-bottom: 70px !important;
}
.mb-80 {
	margin-bottom: 80px !important;
}

@media only screen and (max-width: 991px) {
.mt-sm-0 {
	margin-top: 0 !important;
}
.mt-sm-10 {
	margin-top: 10px !important;
}
.mt-sm-20 {
	margin-top: 20px !important;
}
.mt-sm-30 {
	margin-top: 30px !important;
}
.mt-sm-40 {
	margin-top: 40px !important;
}
.mt-sm-50 {
	margin-top: 50px !important;
}
.mt-sm-60 {
	margin-top: 60px !important;
}
.mt-sm-70 {
	margin-top: 70px !important;
}
.mt-sm-80 {
	margin-top: 80px !important;
}
.mb-sm-0 {
	margin-bottom: 0 !important;
}
.mb-sm-10 {
	margin-bottom: 10px !important;
}
.mb-sm-20 {
	margin-bottom: 20px !important;
}
.mb-sm-30 {
	margin-bottom: 30px !important;
}
.mb-sm-40 {
	margin-bottom: 40px !important;
}
.mb-sm-50 {
	margin-bottom: 50px !important;
}
.mb-sm-60 {
	margin-bottom: 60px !important;
}
.mb-sm-70 {
	margin-bottom: 70px !important;
}
.mb-sm-80 {
	margin-bottom: 80px !important;
}
}

@media only screen and (max-width: 767px) {
.mt-xs-0 {
	margin-top: 0 !important;
}
.mt-xs-10 {
	margin-top: 10px !important;
}
.mt-xs-20 {
	margin-top: 20px !important;
}
.mt-xs-30 {
	margin-top: 30px !important;
}
.mt-xs-40 {
	margin-top: 40px !important;
}
.mt-xs-50 {
	margin-top: 50px !important;
}
.mt-xs-60 {
	margin-top: 60px !important;
}
.mt-xs-70 {
	margin-top: 70px !important;
}
.mt-xs-80 {
	margin-top: 80px !important;
}
.mb-xs-0 {
	margin-bottom: 0 !important;
}
.mb-xs-10 {
	margin-bottom: 10px !important;
}
.mb-xs-20 {
	margin-bottom: 20px !important;
}
.mb-xs-30 {
	margin-bottom: 30px !important;
}
.mb-xs-40 {
	margin-bottom: 40px !important;
}
.mb-xs-50 {
	margin-bottom: 50px !important;
}
.mb-xs-60 {
	margin-bottom: 60px !important;
}
.mb-xs-70 {
	margin-bottom: 70px !important;
}
.mb-xs-80 {
	margin-bottom: 80px !important;
}
}
/* Scroll to top */
.scroll-up {
	position: fixed;
	display: none;
	bottom: 7px;
	right: 7px;
	z-index: 999;
}
.scroll-up a {
	background: #8083f0;
	display: block;
	height: 28px;
	width: 28px;
	text-align: center;
	line-height: 28px;
	font-size: 18px;
	color: #fff;
	opacity: 1;
	border-radius: 2px;
}
.scroll-up a:hover, .scroll-up a:active {
	opacity: 1;
	color: #fff;
}
/* Video */
.video-controls-box {
	position: absolute !important;
	bottom: 40px;
	left: 0;
	width: 100%;
	z-index: 1;
}
.video-controls-box a {
	display: inline-block;
	color: #fff;
	margin: 0 5px 0 0;
}
/* Landing Page */
.landing-reason:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(66, 26, 107, 0.9);
}
.landing-reason {
	color: #fff;
	font-size: 13px;
}
.landing-image-text {
	padding-top: 70px;
	padding-bottom: 0px;
}
.landing-image-text h2 {
	margin-top: 100px;
	margin-bottom: 15px;
}
.landing-screenshot:before {
	position: absolute;
	content: " ";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(66, 60, 130, 0.5);
}
.alert i {
	margin-right: 5px;
}
/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
	border-radius: 0;
	font-family: qdvx-n4, adobe-notdef;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
	padding: 8px 37px;
	font-weight:600;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.btn.btn-round {
	border-radius: 2px;
}
.btn.btn-circle {
	border-radius: 30px;
}
.btn.btn-w {
	background: rgba(255, 255, 255, 0.8);
	color: #111;
}
.btn.btn-w:hover, .btn.btn-w:focus {
	background: white;
	color: #111;
}
.btn.btn-g {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #9c75cd), color-stop(1, #8083f0 ));
	background: -moz-linear-gradient(top, #9c75cd 5%, #8083f0 100%);
	background: -webkit-linear-gradient(top, #9c75cd 5%, #8083f0 100%);
	background: -o-linear-gradient(top, #9c75cd 5%, #8083f0 100%);
	background: -ms-linear-gradient(top, #9c75cd 5%, #8083f0 100%);
	background: linear-gradient(to bottom, #9c75cd 5%, #8083f0 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8083f0', endColorstr='#94f1f9 ', GradientType=0);
	background-color: #8083f0;
	border: 1px solid rgba(255, 255, 255, 0.75);
	font-weight: bold;
	color: #FFF;
}
.btn.btn-g:hover, .btn.btn-g:focus {
	background: #f7a81b;
	color: #111;
}
.btn.btn-border-w {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7a81b), color-stop(1, #f2da77 ));
	background: -moz-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -webkit-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -o-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -ms-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: linear-gradient(to bottom, #f7a81b 5%, #f2da77 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a81b', endColorstr='#f2da77 ', GradientType=0);
	background-color: #f7a81b;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #000;
	font-weight: normal;
}
.btn.btn-border-w:hover, .btn.btn-border-w:focus {
	background: #fff;
	border-color: #f7a81b;
	color: #f7a81b;
	font-weight: bold;
}
.btn.btn-d {
	background: #8083f0;
	color: #fff;
}
.btn.btn-d:hover, .btn.btn-d:focus {
	background: #111111;
}
.btn.btn-b {
	background: #8083f0;
	color: #fff;
}
.btn.btn-b:hover, .btn.btn-b:focus {
	background: rgba(17, 17, 17, 0.8);
	letter-spacing: 5px;
}
.btn-border-d {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f7a81b), color-stop(1, #f2da77 ));
	background: -moz-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -webkit-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -o-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: -ms-linear-gradient(top, #f7a81b 5%, #f2da77 100%);
	background: linear-gradient(to bottom, #f7a81b 5%, #f2da77 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7a81b', endColorstr='#f2da77 ', GradientType=0);
	background-color: #f7a81b;
	border: 1px solid rgba(255, 255, 255, 0.75);
	color: #000;
	font-weight: normal;
}
.btn.btn-border-d:hover, .btn.btn-border-d:focus {
	background: #111111;
	color: #fff;
}
.btn.btn-font-w {
	background: rgba(255, 255, 255, 0.8);
	color: #fff;
}
.btn.btn-font-w:hover {
	background: #fff;
	color: #111;
}
/* Buttons size */
.btn.btn-lg {
	padding: 12px 45px;
	font-size: 13px;
}
.btn.btn-sm {
	padding: 6px 25px;
	font-size: 10px;
	letter-spacing: 1px;
}
.btn.btn-xs {
	padding: 4px 19px;
	font-size: 10px;
	letter-spacing: 0;
}
.btn-list .btn {
	margin: 5px 0;
}
.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}
.image-button {
	margin: 0px 5px;
}
<!--
----------------team--------------------->  .col-bottom h4 {
 color: #D4AF37;
 font-size: 28px;
}
.col-bottom p {
	color: #464646;
	font-size: 14px;
	line-height: 2.2em;
	margin: 25px 0;
}
.col-news-top .date-in {
	overflow: hidden;
	position: relative;
	display: block;
}
.col-news-top .date-in .month-in {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: rgba(16, 16, 16, 0.67);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 8.5em;
}
.col-news-top .date-in:hover .month-in {
	width: 100%;
}
.date-in:nth-child(1) {
	margin-bottom: 31px;
}
.news-left {
	padding: 100px 0;
}
.month-in span {
	border: 2px solid #fff;
	padding: 34px 17px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
}
.month-in p {
	color: #fff;
	font-size: 14px;
	margin-top: 34px !important;
}
.bott-img {
	width: 100%;
	height: 320px;
	margin: 0px 0;
	text-align: center;
	border: 1px solid #ddd;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: rgba(127, 130, 240, 0.50);
}
.bott-img:hover {
	border-color: #8083f0;
	background: #FFF;
}
.bott-img .icon-holder {
	position: relative;
	top: 44px;
	display: inline-block;
	margin-bottom: 29px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.bott-img .mission {
	position: relative;
	top: 57px;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	color: #000;
	font-size: 24px;
}
.bott-img .description {
	width: 100%;
	margin: -80px auto;
	opacity: 0;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.bott-img .icon-holder > .icon {
	width: 40px;
}
.bott-img:hover .icon-holder {
	top: -62px;
}
.bott-img:hover .mission {
	top: -70px;
}
.bott-img:hover .description {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	font-size: 14px;
	line-height: 2.2em;
}
.icon-holder span img {
	width: 152px;
	height: 152px;
	border: 2px solid #fff;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.icon-holder span img:hover {
	border-radius: 100%;
	border: 2px solid #8083f0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.team-gds {
/*! background: #f7f7f7; */
    /*! padding: 100px 0; */
}
.description p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 14px;
}
.description a {
	border: none;
	padding: 10px 20px;
	margin: 0em;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	background: #8083f0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}
.description a:hover {
	color: #F90;
	letter-spacing: 5px;
	outline: none;
	background: #000;
}
.team-bot {
	margin-top: 80px;
}
.bgmodel {
	background: #f7a81b;
}
.modal-bodybg {
	background: url(../images/b34.png);
}
<!--
------------team end---------------> /*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
 background: #000;
 color: #fff;
}

::-webkit-selection {
 background: #000;
 color: #fff;
}
::selection {
	background: #000;
	color: #fff;
}
/* Forms common style */

.form-horizontal label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 18px;
	color: #8083f0;
}
.form-control {
	font-family: qdvx-n4, adobe-notdef;
	letter-spacing: 2px;
	font-size: 14px;
	height: 40px;
	border: 1px solid rgba(255, 153, 0, 0.5);
	border-radius: 2px;
	transition: all 0.4s ease-in-out 0s;
}
.form-control:focus {
	border-color: #8083f0;
}
/* Forms size */
.input-lg, .form-horizontal .form-group-lg .form-control {
	height: 43px;
	font-size: 14px;
}
.input-sm, .form-horizontal .form-group-sm .form-control {
	height: 29px;
	font-size: 10px;
}
.rqst-form {
	margin-top: 27px;
}
.rqst-form .btn {
	margin-top: 5px;
}
.input-group-addon {
	border: 1px solid #8083f0 !important;
	background: #8083f0;
	color: #FFF;
	cursor: pointer;
}
/* layout.css Style */
.upload-drop-zone {
	height: 200px;
	border-width: 2px;
	margin-bottom: 20px;
}
/* skin.css Style*/
.upload-drop-zone {
	color: #ccc;
	border-style: dashed;
	border-color: #ccc;
	line-height: 200px;
	text-align: center
}
.upload-drop-zone.drop {
	color: #222;
	border-color: #222;
}
/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
.ullidiv {
	list-style: none;
}
.ullidiv li i {
	font-size: 14px;
	color: #8083F0;
	padding-right: 10px;
}
.ullidiv li {
	font-size: 16px;
	line-height: 50px;
}
a {
	color: #000;
}
a:hover, a:focus {
	text-decoration: none;
	color: #f90;
	outline: 0;
}
.bg-dark a {
	color: #fff;
}
.bg-dark a:hover, .bg-dark a:focus {
	color: #F90;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4;
	font-weight: 400;
}
p, ol, ul, blockquote {
	margin: 0 0 20px;
}
p{
	color: #464646;
font-size: 18px;
line-height: 2.2em;
}


.carousel-caption p{
    color: #fff;
    font-size: 14px;
    line-height: 2.2em;
}
a{
	color: #464646;
font-size: 16px;
line-height: 2.2em;
}
blockquote {
	border: 0;
	font-style: italic;
	font-size: 15px;
	padding: 0;
}
.font-alt {
	font-family: qdvx-n4, adobe-notdef;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
font-size: 18px;
}
.font-serif {
	font-family: qdvx-n4, adobe-notdef;
	font-style: italic;
}
.large-text {
	font-size: 24px !important;
}
.rotate {
	text-shadow: none !important;
}
.module-title {
	position: relative;
	letter-spacing: 4px;
	text-align: center;
	font-weight: 400;
	font-size: 30px;
	color: #111;
	margin: 20px 0px;
}
.module-subtitle {
	text-align: center;
	font-size: 16px !important;
	color: #111;
	margin-bottom: 70px;
}
.module-icon {
	text-align: center;
	font-size: 32px;
	margin-bottom: 20px;
}
.module-title + .module-subtitle {
	margin-top: 0px;
}
/* Restaurant module header */
.alt-module-subtitle {
	display: table;
}
.alt-module-subtitle h5 {
	display: table-cell;
	white-space: pre;
	padding: 0 8px;
	color: #111;
}
/* Finance case study header */
.finance-image-content {
	border: 1px solid #e5e5e5;
	padding: 60px 0px;
}
.finance-image-content .module-title {
	margin-bottom: 20px;
}
.finance-image-content .alt-features-item {
	margin-top: 40px;
}
/* Landing Page */
.landing-reason .module-title {
	color: #e6af4b;
}
.landing-reason .module-title + .module-subtitle {
	margin-top: -60px;
	margin-bottom: 40px;
}
.free-trial {
	background-color: rgba(88, 20, 158, 0.9);
	color: #FFFFFF;
}
.free-trial .color-golden {
	color: #e6af4b;
}
/*  Special Portfolio Page  */
.special-portfolio-header-title {
	border: 1px solid rgba(255, 255, 255, 0.7);
	font-size: 50px;
	padding: 40px 0px;
	letter-spacing: 8px;
}
/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a, .flex-control-nav > li > a {
	transition: all 0.3s ease-in-out 0s;
}
.flex-direction-nav a {
	position: absolute;
	display: block;
	height: 100%;
	width: 50%;
	top: 0;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	margin: 0;
}
.flex-direction-nav .flex-prev {
	opacity: 0;
	left: 0;
	cursor: url(../images/prev-light.png), e-resize;
}
.flex-direction-nav .flex-next {
	opacity: 0;
	right: 0;
	cursor: url(../images/next-light.png), e-resize;
}
.flex-control-nav {
	position: absolute;
	width: auto;
	left: 50%;
	bottom: 20px;
	z-index: 11;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flex-control-nav > li {
	display: inline-block;
	margin: 5px 3px;
}
.flex-control-nav > li > a {
	background: transparent;
	border: 1px solid #fff;
	display: block;
	height: 6px;
	width: 6px;
	border-radius: 6px;
}
.flex-control-nav > li > a:hover, .flex-control-nav > li > a.flex-active {
	background: #fff;
}
/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
	margin: 0 !important;
}
.hero-slider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.hero-slider, .hero-slider .flex-viewport {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}
.hero-slider .slides {
	height: 100% !important;
	transition-delay: 1s;
}
.hero-slider .flex-direction-nav a {
	width: 15%;
}
.hero-slider .slides li {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
/* Caption */
.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 70%;
	margin: 0 auto;
}
.titan-caption {
	position: relative;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0 auto;
}
.caption-content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
/*
Photography Page Slider
*/
.photography-page .image-caption {
	bottom: 20px;
	position: absolute;
	width: 35%;
}
.photography-page .image-caption .caption-text {
	font-size: 24px;
	text-transform: capitalize;
	letter-spacing: 1px;
}
.photography-page .flex-control-nav {
	left: 80%;
	bottom: 20px;
	z-index: 11;
}
/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
	margin-top: 40px;
}
.owl-pagination div {
	display: inline-block;
}
.owl-controls .owl-page span {
	background: transparent;
	border: 1px solid #111;
	display: block;
	height: 6px;
	width: 6px;
	margin: 0 3px 5px;
	border-radius: 6px;
	transition: all 0.3s ease-in-out 0s;
}
.owl-controls .owl-page.active span, .owl-controls.clickable .owl-page:hover span {
	background: #111;
}
.owl-controls .owl-buttons > div {
	display: inline-block;
	margin: 5px;
	font-size: 14px;
	color: #111;
}
/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/


	
	
/*.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 5px solid #FF6C00;
  border-top: 5px solid rgba(255, 255, 255, 0.2);
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-bottom: 5px solid rgba(255, 255, 255, 0.2);
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

.gallery {
	padding: 100px 0;
}
/*-- gallery --*/
.gallery {
	padding: 10px 0;
}
.lb-album li img {
	width: 100%;
}
.lb-overlay:target img {
	width: 35%;
}
.lb-album li {
	float: none;
	position: relative;
	list-style-type: none;
	display: inline-block;
	width: 30%;
	margin: 0% 1% 2%;
}
.lb-album li > a {
	width: 100%;
	height: inherit;
	position: relative;
	padding: 6px;
	background: none;
	border: 1px solid #8083f0;
	border-radius: 4px;
}
.lb-album li > a:hover {
	background: #fff;
	border: 1px solid #f7a81b;
	border-radius: 0px;
}
.lb-album {
	width: inherit;
	margin: 0;
	padding: 0px;
}
.lb-overlay:target {
	padding: 110px 0 0;
}
.lb-overlay div h3 {
	float: none;
	width: inherit;
	height: inherit;
	text-align: center;
	border: none;
	color: #8083f0;
}
.lb-overlay div p {
	float: none;
	width: inherit;
	height: inherit;
	text-align: center;
	border: none;
	color: #fff;
	line-height: 2em;
	font-size: 14px;
	font-weight: bold;
}
.lb-overlay div h3 {
	margin: 15px 0;
}
.lb-overlay {
	background: rgba(0, 0, 0, 0.88);
}
.lb-overlay a.lb-close {
	background: #8083f0;
}
/* Common style */
.grid figure {
	position: relative;
	overflow: hidden;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}
.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
figure.effect-apollo {
	background: #3498db;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -106%, 0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 3em;
	padding: 0 1em;
	max-width: 150px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 106%, 0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
/*-- //gallery --*/

.btngal {
	border-radius: 5px;
	font-family: qdvx-n4, adobe-notdef;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	padding: 10px 30px;
	color: #fff;
	background-color: #8083f0;
	border-color: #8083f0;
	font-weight: bold;
}
.btngal:hover {
	color: #fff;
	background-color: #000;
}
h3.title {
	text-align: center;
	font-size: 36px;
	color: #f7a81b;
	margin-bottom: 15px;
}
p.con-para {
	color: #525242;
	line-height: 2.2em;
	margin: 0 auto 55px;
	text-align: center;
	font-size: 16px;
}
.wel-grid {
	padding: 0;
}
.wel-grid .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #f7a81b;
	margin: -20px auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
}
.wel-grid .icon img {
	padding: 23px 0 0 0;
	position: relative;
	z-index: 100;
	transition: all 0.3s ease 0s;
}
.wel-grid .icon:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #020202;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.wel-grid:hover .icon img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.wel-grid:hover .icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.wel-grid.btm-gre .icon {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background: #020202;
	margin: 0 auto;
	text-align: center;
	position: relative;
	margin-top: 50px;
}
.wel-grid.btm-gre .icon:before {
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #8083f0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	transition: all 0.3s ease 0s;
}
.wel-grid.btm-gre:hover .icon img {
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	-o-transform: scale(0.9);
	transform: scale(0.9);
}
.wel-grid.btm-gre:hover .icon:before {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/



.modal-body {
	position: relative;
	padding: 0px;
}

.modal-body ul li {
	 color: #464646;
    font-size: 14px;
    line-height: 2.2em;
}

.modal-body p {
    color: #464646;
    font-size: 14px;
    line-height: 2.2em;
}
.navbar-custom {
	background-color: #f7a81b;
	border: 0;
	border-radius: 0;
	z-index: 10;
	font-family: qdvx-n4, adobe-notdef;
	text-transform: uppercase;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: bold;
	transition: background, padding 0.4s ease-in-out 0s;
	margin-bottom: 0px;
	position: inherit;
}
.navbar a {
	transition: color 0.125s ease-in-out 0s;
}
.navbar-custom .dropdown-menu {
	background: #f7a81b;
	border-radius: 0;
	border: 0;
	padding: 0;
	box-shadow: none;
}
.navbar-custom .navbar-brand {
	letter-spacing: 4px;
	font-weight: 400;
	font-size: 22px;
	color: #000;
	padding: 0px 15px;
}
.navbar-custom .nav li .active {
	position: relative;
	color: #000;
}
.navbar-custom .nav li > a {
	position: relative;
	color: rgba(255, 255, 255, 0.7);
}
.navbar-custom .dropdown-menu > li > a {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding: 11px 15px;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
}
.navbar-custom .dropdown-menu .dropdown-menu {
	border-left: 1px solid rgba(73, 71, 71, 0.15);
	left: 100%;
	right: auto;
	top: 0;
	margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
	border: 0;
	border-right: 1px solid rgba(73, 71, 71, 0.15);
	right: 100%;
	left: auto;
}
.navbar-custom .nav > li > a:focus, .navbar-custom .nav > li > a:hover, .navbar-custom .nav .open > a, .navbar-custom .nav .open > a:focus, .navbar-custom .nav .open > a:hover, .navbar-custom .dropdown-menu > li > a:focus, .navbar-custom .dropdown-menu > li > a:hover {
	background: none;
	color: #fff;
}
.navbar-custom .dropdown-menu > li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 0;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	content: "\f107";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: bold;
}
.navbar-custom .navbar-toggle .icon-bar {
	background: #fff;
}
.dropdown-menu {
	min-width: 180px;
	font-size: 11px;
}
/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/



.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.tab-content {
	padding: 20px;
}
.tab-content h2 {
	margin-top: 0;
}
.tab-content img {
	border-radius: 4px;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #1f1f20;
}
.panel-heading.active .panel-title>a {
	color: #fff;
}
a.accordion-toggle i {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #c9c9c9;
}
.panel-heading.active a.accordion-toggle i {
	background: #c52d2f;
	color: #fff;
}
.panel-heading.active a.accordion-toggle.collapsed i {
	background: #c52d2f;
	color: #fff;
}
.nav-tabs>li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}
.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}
.nav-tabs>li>a {
	background: #8083F0;
	color: #FFF;
	border-radius: 0;
	border: 0 none;
	line-height: 24px;
	margin-right: 0;
	padding: 13px 15px;
	font-size: 14px;
}
.nav-tabs li:last-child {
	border-bottom: 0 none;
}
.nav-stacked>li+li {
	margin-top: 0;
}
.nav-tabs>li>a:hover {
	background: #1f1f20;
	color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}
.nav-tabs>li.active>a:after {
	position: absolute;
	content: "";
	width: auto;
	height: auto;
	border-style: solid;
	border-color: transparent transparent transparent #1f1f20;
	border-width: 25px 22px;
	right: -44px;
	top: 0;
}
.tab-wrap {
	border: 1px solid #e6e6e6;
	margin-bottom: 20px;
}
.tab-content {
	padding: 20px;
}
.tab-content h2 {
	margin-top: 0;
}
.tab-content img {
	border-radius: 4px;
}
<!--
------------About------------->  .news-left {
 padding: 100px 0;
}
.col-bottom h4 {
	color: #D4AF37;
	font-size: 28px;
}
.col-bottom p {
	color: #464646;
	font-size: 18px;
	line-height: 2.2em;
	margin: 25px 0;
}
.col-news-top .date-in {
	overflow: hidden;
	position: relative;
	display: block;
}
.col-news-top .date-in .month-in {
	position: absolute;
	height: 100%;
	width: 50%;
	top: 0;
	left: 0;
	background: rgba(16, 16, 16, 0.67);
	text-align: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-top: 8.5em;
}
.col-news-top .date-in:hover .month-in {
	width: 100%;
}
.date-in:nth-child(1) {
	margin-bottom: 31px;
}
.news-left {
	padding: 20px 0;
}
.month-in span {
	border: 2px solid #fff;
	padding: 34px 17px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-o-border-radius: 100%;
	-ms-border-radius: 100%;
	-moz-border-radius: 100%;
}
.month-in p {
	color: #fff;
	font-size: 14px;
	margin-top: 34px !important;
}
<!--
------------About------------->  .home-section {
 position: relative;
 background-color: #fff;
 background-repeat: no-repeat;
 background-position: center center;
 width: 100%;
 z-index: 0;
 background-size: cover;
}
.titan-title-size-1 {
	letter-spacing: 4px;
	font-size: 15px;
}
.titan-title-size-2 {
	line-height: 1.3;
	letter-spacing: 3px;
	font-size: 18px;
	opacity: .8;
}
.titan-title-size-3 {
	letter-spacing: 0px;
	font-size: 46px;
}
.titan-title-size-4 {
	letter-spacing: 0px;
	font-weight: 400;
	font-size: 48px;
}
/* Agency Page Header */
.agency-page-header:before {
	background: transparent;
}
/* About us Page Header */
.about-page-header:before {
	background: rgba(2, 2, 2, 0.2);
}
/* Service Page Header */
.service-page-header:before {
	background: rgba(2, 2, 2, 0.1);
}
/* Pricing Page Header */
.pricing-page-header {
	background-position: 40% 14%;
	background-repeat: no-repeat;
}
.pricing-page-header:before {
	background: rgba(2, 2, 2, 0.3);
}
/* Gallery Page Header */
.gallery-page-header {
	background-position: 50% 0%;
	background-repeat: no-repeat;
}
.gallery-page-header:before {
	background: rgba(2, 2, 2, 0.2);
}
/* Contact Page Header */
.contact-page-header {
	background-position: 13% 45%;
	background-repeat: no-repeat;
}
.contact-page-header:before {
	background: rgba(2, 2, 2, 0.5);
}
/* FAQ Page Header */
.faq-page-header:before {
	background: rgba(2, 2, 2, 0.15);
}
/* Blog Page Header */
.blog-page-header {
	background-position: 50% 24%;
	background-repeat: no-repeat;
}
.blog-page-header:before {
	background: rgba(2, 2, 2, 0.3);
}
/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
	background: rgba(2, 2, 2, 0.4);
}
.restaurant-page-header:before {
	background: rgba(0, 0, 0, 0.45);
}
.restaurant-image-overlay:before {
	background-color: rgba(2, 2, 2, 0.25);
}
/* Portfolio Page Header */
.portfolio-page-header {
	background-position: 50% 50%;
}
.portfolio-page-header:before {
	background: rgba(45, 45, 45, 0.45);
}
/* Landing Page Header */
.landing-header:before {
	position: absolute;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
	content: " ";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.banner-img {
	margin-top: -145px;
}
.shop-page-header:before {
	background: rgba(34, 34, 34, 0.3);
}
/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
	padding: 10px 0;
	background: #F90;
}
.bgfooter {
	background: url(../images/footer-background.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	z-index: 0;
	background-size: cover;
}
.footer .copyright {
	margin: 0;
}
.footer .footer-social-links {
	text-align: right;
}
.footer .footer-social-links a {
	display: inline-block;
	padding: 0 6px;
}
/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
	position: relative;
	height: 450px !important;
	width: 100%;
}
#map {
	height: 100%;
	width: 100%;
}
#map img {
	max-width: none;
}
/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.bginfo {
	background: #FFF;
	padding: 15px 10px 15px 10px;
	height: 350px;
	box-shadow: 0px 5px 5px 0px #CCC;
	text-align: justify;
}
.bginfo:hover {
	box-shadow: 0px 10px 10px 0px #CCC;
}
.features-item {
	margin: 20px 0;
	text-align: center;
	font-size: 14px;
}
.features-icon, .alt-features-icon {
	line-height: 1.2;
	font-size: 42px;
	color: #41267E;
}
.features-title, .alt-features-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
	text-align: center;
}
.alt-features-item {
	position: relative;
	/*padding-left: 55px;*/
	margin: 0em 0em 4em 0em;
	background: #FFF;
	padding: 10px 10px 10px 55px;
	border-radius: 10px;
	border: 1px solid #D8CFEB
}
.alt-features-icon {
	position: absolute;
	height: 40px;
	width: 40px;
	left: 5px;
	top: 10px;
	text-align: center;
	line-height: 40px;
	font-size: 28px;
	font-weight: bold;
}
.alt-features-title {
	font-size: 30px;
	margin: 0 0 10px;
	color: #F7A81B;
	font-weight: bold;
}
/* Content box */
.content-box {
	margin: 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	text-align: justify;
	color:black;
}
.content-box-title {
	font-weight: 400;
	font-size: 18px;
	color: #111;
	margin: 16px 0 15px;
}
/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
	position: relative;
	text-align: center;
}
.team-image {
	position: relative;
	overflow: hidden;
	border: 5px solid #D0D1FB;
	border-radius: 10px;
}
.team-image img {
	width: 100%;
}
.team-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.team-detail {
	position: absolute;
	width: 100%;
	opacity: 1;
	bottom: 100%;
	left: 0;
	z-index: 9999;
	text-align: center;
	font-size: 18px;
	color: #fff;
	padding: 20px;
}
.team-detail h5 {
	font-size: 18px;
	font-weight: bold;
	color: #f7a81b;
}
.team-detail p {
	font-size: 14px;
font-weight: bold;
color: #FFF;
}
.team-social a {
	display: inline-block;
	color: #000;
	padding: 0px 10px;
	border: 1px solid #8083f0;
	background: #8083f0;
	margin: 1px;
	border-radius: 100%;
}
.team-social a:hover {
	color: #FFF;
}
.team-descr {
	margin: 20px 0 0;
}
.team-name {
	font-size: 14px;
	color: #111;
}
.team-role {
	font-size: 11px;
	color: #aaa;
}
.team-item:hover .team-image:after {
	background: rgba(0, 0, 0, 0.6);
}
.team-item:hover .team-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
	border-bottom: 1px dotted #e5e5e5;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.menu-title, .menu-price {
	margin: 0 0 10px;
	font-size: 14px;
	color: #111;
}
.menu-price-detail {
	position: relative;
	text-align: right;
}
/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
	background: #fff;
	border: 1px solid #eaeaea;
	padding: 25px 20px;
	margin: 15px 0 30px;
	border-radius: 2px;
	text-align: center;
}
.price-table:hover {
	border-color: #CACACA;
}
.price-table.best {
	margin: 0 0 30px;
}
.price-table .small {
	margin: 0;
}
.borderline {
	position: relative;
	background: #eaeaea;
	display: block;
	height: 1px;
	width: 100%;
	margin: 20px 0 15px;
}
.borderline:before {
	position: absolute;
	background: #eaeaea;
	content: "";
	bottom: -7px;
	left: 50%;
	height: 14px;
	width: 14px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -7px;
}
.borderline:after {
	position: absolute;
	background: #fff;
	content: "";
	bottom: -5px;
	left: 50%;
	height: 16px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin-left: -8px;
}
.price-table h4 {
	color: #111;
	margin: 0;
}
.price-table p.price {
	font-size: 60px;
	color: #111;
	padding: 0;
	margin: 0 0 0 -10px;
}
.price-table p.price span {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	padding-top: 25px;
}
.price-details {
	list-style: none;
	padding: 0;
	margin: 0 0 23px;
}
.price-details li {
	padding: 7px 0;
}
.price-details li > span {
	text-decoration: line-through;
	color: #aaa;
}
/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
	text-align: center;
}
.count-icon {
	line-height: 1.2;
	font-size: 42px;
}
.icon-bar {
	/*  position: fixed;
top: 25%;*/
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9999;
}
.icon-bar a {
	display: block;
	text-align: center;
	padding: 16px;
	transition: all 0.3s ease;
	color: white;
	font-size: 20px;
}
.icon-bar a:hover {
	background-color: #F90;
	border: 1px solid #F90;
}
.facebook {
	background: #3B5998;
	color: white;
}
.twitter {
	background: #55ACEE;
	color: white;
}
.google {
	background: #dd4b39;
	color: white;
}
.linkedin {
	background: #007bb5;
	color: white;
}
.youtube {
	background: #bb0000;
	color: white;
}
.formdivbg {
	background: #8083F0;
	color: #FFF !important;
	padding: 10px !important;
	border: 1px solid #8083F0;
	border-radius: 5px;
	font-size: 14px !important;
	font-weight: bold;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -150px;
top: 500px;
width: 200px;
z-index: 1100;
}
.sticky li {
	list-style-type: none;
	background-color: #8083f0;
	color: #000;
	height: 50px;
	padding: 4px;
	/*margin:0px 0px 1px 0px;*/
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	cursor: pointer;
	margin-left: -115px;
	border-radius: 10px;
	margin-bottom: 15px;
}
.sticky li img {
	float: left;
	margin: 5px 4px;
	margin-right: 5px;
}
.sticky li p {
	padding-top: 0px;
	margin: 0px;
	line-height: 16px;
}
.sticky li a {
	text-decoration: none;
	color: #fff;
	font-size: 16px;
font-weight: bold;
}
.sticky li a:hover {
	text-decoration: none;
	color: 000;
}
/*-- header --*/
span.glyphicon.glyphicon-shopping-cart.my-cart-icon.my-cart-icon-affix {
	position: relative !important;
}
.btn-danger {
	color: #fff;
	background-color: #3399cc;
	border-color: #3399cc;
}
.modal-dialog {
	width: 850px;
	margin: 75px auto 30px;
}
.snipcart-thumb a {
	display: block;
	text-align: center;
}
.my-cart-icon-affix i {
	background: #fe9126 !important;
}
.agile_top_brand_left_grid {
	position: relative;
	display: block;
}
i.badge.badge-notify.my-cart-badge {
	font-style: normal;
	background: #3399cc;
	font-size: 14px;
	position: absolute;
	top: -10px;
	right: -22px;
}
.product_list_header span {
	font-size: 1em;
	color: #fff;
	top: 1em;
}
input[type="submit"], #PPMiniCart .minicart-submit, .w3ls_vegetables ul li a, input[type="reset"], .agileinfo_mail_grid_left ul li a, .events_bottom_left2 ul li a, .w3ls_service_grids1_right a, ul.agileits_social_icons li a, .w3l_banner_nav_right_banner_pet a, .w3ls_w3l_banner_nav_right_grid_head_grid ul li a, .products-breadcrumb ul li a, .w3_footer_grid ul li a, .w3l_fresh_vegetables_grid ul li a, .wthree_footer_copy p a, .agile_top_brand_left_grid1 .button, .w3ls_logo_products_left1 ul.special_items li a, .w3ls_logo_products_left1 ul.phone_email li a {
	transition: .5s ease-in;
	-webkit-transition: .5s ease-in;
	-moz-transition: .5s ease-in;
	-o-transition: .5s ease-in;
	-ms-transition: .5s ease-in;
}
.agileits_header {
	background: #333333;
	padding: 0px 0px;
}
.w3l_offers {
	float: left;
	padding: 15px 0;
	width: 47%;
}
.w3l_offers p {
	font-size: 15px;
	color: #fff;
	margin: 0px;
}
.w3l_offers p a {
	color: #fe9126;
	text-decoration: none;
}
.w3l_search {
	float: right;
	margin: -3em 0 0em 0em;
}
.w3l_search input[type="search"] {
	width: 83%;
	padding: 10px;
	font-size: 14px;
	color: #999;
	outline: none;
	border: 1px solid #cccccc;
	background: none;
	-webkit-appearance: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
}
i.fa.fa-angle-right {
	font-size: 15px;
	margin-right: 5px;
}
i.fa.fa-phone {
	margin-right: 10px;
	font-size: 20px;
}
button.btn.btn-default.search {
	background: #fe9126;
	padding: 11px 12px 11px;
	float: right;
	outline: none;
	border: none;
}
button.btn.btn-default.search:hover {
	background: #333;
}
.agile-login {
	float: left;
	width: 40%;
	text-align: center;
	padding: 15px 0;
}
.agile-login ul {
	margin: 0 0 0px;
}
.agile-login ul li {
	display: inline-block;
	padding: 0em 1em;
}
.agile-login ul li a {
	font-size: 1em;
	text-transform: capitalize;
	color: #fff;
	text-decoration: none;
}
.w3l_search input[type="search"] {
	margin-top: 0px;
}
.w3l_search i.fa.fa-search {
	font-size: 17px;
	color: #fff;
}
button.w3l_search {
	border: none;
	position: absolute;
	top: 4px;
	right: 11px;
	width: 47px;
	height: 43px;
	outline: none;
	box-shadow: none;
	background: #00e58b;
	padding: 0;
	border-radius: inherit;
	-webkit-appearance: none;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	transition: .5s all;
}
.btn-default:hover {
	background-color: #000;
	border: none;
}
.cart-wthree .fa {
	font-size: 34px;
	margin-top: 7px;
}
button.w3view-cart {
	background: transparent;
	border: none;
}
button.w3view-cart:focus {
	outline: none;
}
.logo_products {
	padding: 4em 0em 1em 0em;
}
.w3ls_logo_products_left {
	float: left;
	text-align: center;
	margin-top: -70px;
}
.w3ls_logo_products_left h1 a {
	font-size: 40px;
	color: #fe9126;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	line-height: 1;
}
.w3ls_logo_products_left1 {
	float: left;
	margin-top: 0.6em;
	width: 33.33%;
}
.w3ls_logo_products_left1 ul.phone_email li {
	display: inline-block;
	color: #212121;
}
/*-- //header --*/

.w3layouts-upicons ul li {
	display: inline-block;
	background: #8083f0;
	padding: 5px 10px;
	color: #FFF;
	margin: 0px 5px;
	border-radius: 5px;
}
.w3layouts-upicons ul li:hover {
	background: #000;
	color: #FFF;
}
.w3layouts-upicons ul li a {
	/*width: 32px;
height: 32px;*/
	color: #fff;
	text-align: center;
	display: inline-block;
	font-size: 16px;
	line-height: 32px;
	border-radius: 1000%;
}
/*.w3layouts-foot ul li {
	display: inline-block;
	margin: 0px 10px;
}*/

.w3layouts-foot ul li {  display: inline-block;
    margin: 0px 6px;
    font-size: 18px;
    color: #333;
    background: #FFF;
    /*border: 1px solid #CCC;*/
    padding: 5px 25px;
}
.w3layouts-foot ul li a {
	width: 32px;
	height: 32px;
	color: #f90;
	border: 1px solid #525252;
	text-align: center;
	display: inline-block;
	font-size: 18px;
	line-height: 32px;
	border-radius: 50%;
}
.w3layouts-foot ul li a i{

	line-height: 32px;
	
}
a.w3_agile_facebook:hover {
	background: #3b5998;
	border: 1px solid #3b5998;
	color: #fff;
}
a.agile_twitter:hover {
	background: #1da1f2;
	border: 1px solid #1da1f2;
	color: #fff;
}
a.w3_agile_dribble:hover {
	background: #ea4c89;
	border: 1px solid #ea4c89;
	color: #fff;
}
a.w3_agile_vimeo:hover {
	background: #1ab7ea;
	border: 1px solid #1ab7ea;
	color: #fff;
}
.w3layouts-foot {
	float: left;
}
/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
	text-align: center;
	padding: 40px 0;
}
.video-box-icon > a > i, .video-box-icon > a > span {
	line-height: 1.8;
	font-size: 40px;
	color: #fff;
}
.video-title {
	letter-spacing: 4px;
	font-size: 30px;
	margin: 10px 0 0;
}
.video-subtitle {
	color: rgba(255, 255, 255, 0.5);
}
/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 70px;
}
.filter > li {
	display: inline-block;
	padding: 0 0 10px;
	margin: 0 25px;
}
/* Portfolio grid */
.works-grid {
	list-style: none;
	padding: 0;
	margin: 0;
}
.works-grid.works-grid-gut {
	margin: 0 0 0 -10px;
}
.works-grid.works-grid-gut .work-item {
	padding: 0 15px 30px 15px;
}
.work-item {
	width: 50%;
	float: left;
	margin: 0;
}
.works-grid-3 .work-item {
	width: 33.3333%;
}
.container .works-grid-3 .work-item {
	width: 33.2%;
}
.works-grid-4 .work-item {
	width: 25%;
}
.works-grid-5 .work-item {
	width: 20%;
}
.work-item > a {
	position: relative;
	display: block;
	overflow: hidden;
}
.work-image {
	position: relative;
	overflow: hidden;
	border: 4px solid #fff;
	box-shadow: 0px 0px 5px #ccc;
}
.work-image:hover {
	border: 4px solid #8083f0;
	box-shadow: 0px 10px 5px #8A8A8A;
}
.work-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.work-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}
.work-caption {
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	position: absolute;
	bottom: 100%;
	left: 0;
	text-align: center;
	overflow: hidden;
}
.work-title {
	font-size: 18px;
	color: gold;
	margin: 0 0 6px;
	font-weight: bold;
	margin-top: 1em;
}
.p{
    color:white;
}
.work-descr {
	color: #fff;
	font-weight: 700;
	font-size: 14px;
}
.work-item:hover .work-image:after {
	background: rgba(0, 0, 0, 0.2);
}
.work-item:hover .work-image > img {
	-webkit-transform: scale(1.1) rotate(2deg);
	-ms-transform: scale(1.1) rotate(2deg);
	transform: scale(1.1) rotate(2deg);
}
.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
/* Work item white background*/
.works-grid.works-hover-w .work-title {
	color: #111;
}
.works-grid.works-hover-w .work-item:hover .work-image:after {
	background: rgba(255, 255, 255, 0.8);
}
/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
	opacity: 0;
}
.works-grid.works-hover-g .work-descr {
	color: #fff;
}
.works-grid.works-hover-g .work-item:hover .work-image:after {
	background: #6fe29e;
	background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1', GradientType=1 );
	opacity: 1;
}
.sliding-portfolio .work-item {
	width: 100%;
}
/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
	margin: 0 0 20px;
}
.work-details-title {
	color: #111;
	margin: 0 0 20px;
}
.work-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.work-details ul > li {
	border-bottom: 1px dotted #c2c2c2;
	padding: 0 0 5px;
	margin: 0 0 5px;
}
/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
	color: rgba(255, 255, 255, 0.6);
}
.callout-title {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	margin: 0;
}
.callout-btn-box {
	text-align: right;
	padding-top: 4px;
}
.request-cta {
	padding: 50px 0px;
}
/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
	background: rgba(2, 2, 2, 0.4);
}
.testimonials-slider {
	position: relative;
}
.testimonial-text {
	text-align: center;
	font-style: normal;
	font-size: 18px;
}
.testimonial-caption {
	text-align: center;
	padding: 10px 0 0;
}
.testimonial-title {
	font-size: 14px;
}
.testimonial-descr {
	color: rgba(255, 255, 255, 0.5);
	font-size: 11px;
}
/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
	position: relative;
	text-align: center;
	margin: 0 0 20px;
}
.gallery-image {
	position: relative;
	overflow: hidden;
}
.gallery-image a.gallery {
	position: relative;
	display: block;
}
.gallery-image img {
	display: block;
	overflow: hidden;
	width: 100%;
}
.gallery-image:after {
	position: absolute;
	background: transparent;
	content: " ";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.gallery-caption {
	position: absolute;
	width: 100%;
	opacity: 0;
	bottom: 100%;
	left: 0;
	z-index: 2;
	text-align: center;
	font-size: 28px;
	color: #fff;
	padding: 20px;
}
.gallery-icon {
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	font-size: 24px;
	margin: 0 auto;
}
.gallery-icon i, .gallery-icon span {
	line-height: 50px;
}
/* Gallery hover */
.gallery-item:hover .gallery-image:after {
	background: rgba(0, 0, 0, 0.6);
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
.event-meta {
	font-size: 14px;
	color: #fff;
}
.event-meta a {
	font-size: 14px;
	color: #fff;
}
/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
	margin: 0 0 80px;
}
.post-title {
	line-height: 1.4;
	font-size: 22px;
	color: #111;
	margin: 0;
}
.post-header {
	margin: 0 0 15px;
}
.post-meta {
	font-size: 12px;
	color: #aaa;
}
.post-entry {
	border-top: 1px dotted #c2c2c2;
	padding-top: 20px;
	margin-top: 10px;
}
.post-images-slider {
	position: relative;
}
.post-images-slider .flex-control-nav {
	bottom: 0;
}
.post-thumbnail, .post-images-slider, .post-video {
	margin: 0 0 20px;
}
.post-quote {
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
}
/* Post columns */
.post-columns .post {
	margin: 0 0 60px;
	background: #FFF;
	border: 1px solid #CCC;
}
.post-columns .post:hover {
	margin: 0 0 60px;
	background: rgba(12, 187, 200, 0.22);
	border: 1px solid #CCC;
}
.post-columns .post-header {
	margin: 0 0 10px;
	padding: 10px;
}
.post-columns .post-title {
	ine-height: 1.8;
	font-size: 16px;
	font-weight: 600;
}
.post-columns .post-entry {
	padding: 10px;
	margin: 0 0 10px;
	font-size: 14px;
}
.post-columns .post-more {
	padding: 10px;
	margin: 0 0 10px;
}
.post-columns .post-more a {
	border: none;
	padding: 5px 10px;
	width: 22%;
	margin-top: 0.8em;
	font-size: 18px;
	color: #fff;
	letter-spacing: 1px;
	outline: none;
	background: #8083f0;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-webkit-appearance: none;
}
.post-columns .post-more a:hover {
	color: #fff;
	letter-spacing: 3px;
	outline: none;
	background: #000;
	border-left: 5px solid #f7a81b;
}
.post-columns.wo-border .post-entry {
	border: 0;
	padding: 0;
}
.post-columns .post-entry p:last-child {
	margin: 0;
}
.more-link:after {
	content: "\00BB";
	color: #666666;
	padding-left: 5px;
}
.pagination a {
	border: 1px solid #fff;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	padding: 4px 12px;
	background: #8083f0;
}
.pagination a.active {
	border-color: #f7a81b;
	background: #f7a81b;
	color: #000;
}
/*-- //our_pets --*/
.treatments {
	padding: 100px 0 35px;
}
.treat-left, .treat-right, .treat-left2, .treat-right2 {
	min-height: 195px;
}
.treat-right span {
	color: #fff;
	font-size: 22px;
	padding: 26px 26px;
	border: 1px solid #8083f0;
	border-radius: 100%;
	background: #8083F0;
}
.treat-right {
	padding: 2em 0 0 6em;
	position: relative;
	border-left: 1px solid #c2c2c2;
}
.treat-icon {
	position: absolute;
	top: -37px;
}
.treat-right span:after {
	width: 75px;
	display: inline-block;
	content: "";
	margin: 0 0px 0;
	position: absolute;
	left: -75px;
	top: 34px;
	background: #c2c2c2;
	height: 1px;
}
.treat-icon h4, .treat-icon1 h4 {
	font-size: 24px;
	color: #F90;
	margin: 16px 0;
}
.treat-icon p, .treat-icon1 p {
	line-height: 1.8em;
	color: #464646;
	font-size: 14px;
}
.treat-right2 span {
	color: #fff;
	font-size: 22px;
	padding: 26px 26px;
	border: 1px solid #8083f0;
	border-radius: 100%;
	background: #8083F0;
}
.treat-right2 {
	padding: 2em 0 0 6em;
	position: relative;
	border-right: 1px solid #c2c2c2;
}
.treat-right2 span:after {
	width: 82px;
	display: inline-block;
	content: "";
	margin: 0 0px 0;
	position: absolute;
	right: -82px;
	top: 34px;
	background: #c2c2c2;
	height: 1px;
}
.treat-icon1 {
	position: absolute;
	top: -37px;
	right: 14%;
}
.no-bor {
	border: none;
}
.treatments h3 {
	margin-bottom: 102px !important;
}
/*-- //treatments --*/
/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
	overflow: visible;
	height: 4px;
}
.progress-bar {
	position: relative;
}
.progress-bar.pb-dark {
	background: #111;
}
.progress-bar span {
	position: absolute;
	display: block;
	right: -0px;
	top: -24px;
	opacity: 0;
	line-height: 12px;
	font-size: 12px;
	color: #111;
	padding: 4px 0px;
}
.progress-bar span:after {
	display: inline-block;
	content: "%";
}
/* Tabs */
.tab-content .tab-pane {
	padding: 0px 0;
}
/* Accordion */
.panel-title {
	font-size: 14px;
}
.panel-heading a {
	position: relative;
	display: block;
}
.panel-heading a:after {
	position: absolute;
	content: "\f106";
	top: 50%;
	right: 0px;
	font-family: qdvx-n4, adobe-notdef;
	line-height: 1;
	font-size: 14px;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f107";
}
/* Tables */
.table-border > tbody > tr > td, .table-border > tbody > tr > th, .table-border > tfoot > tr > td, .table-border > tfoot > tr > th, .table-border > thead > tr > td, .table-border > thead > tr > th {
	border-color: #e5e5e5;
}
.ds-table > tbody > tr > td, .ds-table > tbody > tr > th, .ds-table > tfoot > tr > td, .ds-table > tfoot > tr > th, .ds-table > thead > tr > td, .ds-table > thead > tr > th {
	border-top: 0;
}
.checkout-table {
	border: 1px solid #e5e5e5;
}
.checkout-table > tbody > tr > td, .checkout-table > tbody > tr > th, .checkout-table > tfoot > tr > td, .checkout-table > tfoot > tr > th, .checkout-table > thead > tr > td, .checkout-table > thead > tr > th {
	padding: 12px;
}
.checkout-table tr td, .checkout-table tr th {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}
.checkout-table tbody tr td:first-child, .checkout-table tbody tr th:first-child {
	max-width: 36px;
}
/* Sidebar / Widget common*/
.sidebar .widget {
	margin-bottom: 60px;
}
.sidebar .widget-title {
	color: #111;
}
.widget .widget-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 14px;
	padding: 0 0 10px;
	margin: 0 0 15px;
}

.widget p {
    color: #fff;
    font-size: 14px;
    line-height: 2.2em;
}


.widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
/* Icon List */
.widget .icon-list li {
	padding: 5px 0;
}
.widget .icon-list li a:before {
	content: "\00BB";
	color: #666666;
	padding-right: 5px;
}
/* Posts */
.widget-posts li {
	margin: 0 0 15px;
}
.widget-posts li:last-child {
	margin: 0;
}
.widget-posts-image {
	float: left;
	width: 64px;
}
.widget-posts-body {
	margin-left: 74px;
}
/* Search */
.search-box {
	position: relative;
}
/* Tags */
.tags a {
	background: #8083f0;
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding: 4px 10px 4px 12px;
	margin: 0 1px 4px;
	border-radius: 2px;
}
.tags a:hover {
	background: rgba(17, 17, 17, 0.8);
}
/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments, .comment-form {
	margin: 80px 0 0;
}
.comments .comment-title, .comment-form .comment-form-title {
	border-bottom: 1px dotted #c2c2c2;
	font-size: 16px;
	color: #111;
	padding-bottom: 15px;
	margin: 0 0 20px;
}
.comment-author {
	font-size: 14px;
	margin: 0 0 10px;
}
.comment-avatar {
	width: 55px;
	float: left;
	margin-top: 10px;
}
.comment-avatar img {
	border-radius: 50%;
}
.comment-content {
	padding-top: 5px;
	margin-left: 75px;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
.comment .comment {
	margin-left: 75px;
}
}
/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
	opacity: .5;
}
.client-logo:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
	text-align: center;
	margin: 0 0 40px;
}
.shop-item-image {
	position: relative;
	overflow: hidden;
}
.shop-item-image img {
	width: 100%;
}
.shop-item-detail, .shop-item-image:after {
	transition: all 0.4s ease-in-out 0s;
}
.shop-item-image:after {
	position: absolute;
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}
.shop-item-detail {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 100%;
	padding: 20px;
	opacity: 0;
	z-index: 2;
	text-align: center;
	font-size: 12px;
	color: #aaa;
}
.shop-item-title {
	font-weight: 400;
	font-size: 14px;
	color: #111;
	margin: 15px 0 5px;
}
/* Shop item hover */
.shop-item:hover .shop-item-image:after {
	background: rgba(255, 255, 255, 0.7);
}
.shop-item:hover .shop-item-detail {
	opacity: 1;
	bottom: 50%;
	-webkit-transform: translateY(50%);
	-ms-transform: translateY(50%);
	transform: translateY(50%);
}
/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
	opacity: .7;
	transition: all 0.4s ease-in-out 0s;
}
.ex-product:hover {
	opacity: 1;
}
/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
	list-style: none;
	padding: 0;
	width: 100%;
	margin: 10px 0 0;
}
.product-gallery li {
	display: inline-block;
	width: 15%;
	margin: 0 5px;
}
.product-gallery li:first-child {
	margin-left: 0;
}
.product-title {
	margin: 0 0 20px;
	color: #111;
}
.star, .star-off {
	margin-bottom: 5px;
	color: #f1c40f;
}
.star-off {
	color: #e5e5e5;
}
.amount {
	font-size: 32px;
	color: #111;
}
.reviews {
	margin: 0;
}
.video-inner {
	position: relative;
	width: 100%;
	height: 255px;
	background: #000;
}
/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/

.imgres{
	background-size: cover;
background-position: left top;
background-image: url("../../assets/images/restaurant/coffee_bg.jpg");
height: 350px;
}
.showcase-page .showcase-page-header {
	background-color: rgba(2, 2, 2, 0.7);
}
.showcase-page .content-box {
	display: block;
	margin-bottom: 45px;
}
.showcase-page .content-box .content-box-image {
	border-radius: 6px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
	margin-bottom: 15px;
	transition: 0.35s ease-out;
	-webkit-transition: 0.35s ease-out;
	-moz-transition: 0.35s ease-out;
}
.showcase-page .content-box .content-box-image:hover {
	transform: translate3d(0, -10px, 0);
	-webkit-transform: translate3d(0, -10px, 0);
	box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
	font-size: 14px;
}
.documentation-page .pln {
	color: #000;
}
.documentation-page pre.prettyprint {
	border: 1px solid #888;
	padding: 15px;
}
.documentation-page ol.linenums {
	margin-top: 0;
	margin-bottom: 0;
}
.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
	list-style-type: none;
}
.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
	background: #eee;
}
.documentation-page .com {
	color: #800;
}
.documentation-page .lit {
	color: #066;
}
.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
	color: #660;
}
.documentation-page .fun {
	color: red;
}
.documentation-page .str, .documentation-page .atv {
	color: #080;
}
.documentation-page .kwd, .documentation-page .tag {
	color: #008;
}
.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
	color: #606;
}
.documentation-page a {
	color: #19B5FE;
}
.documentation-page a:hover {
	color: #1C92C9;
}



/*-----------addednew css------------*/
.alt-features-item ul li{
	color: #464646;
font-size: 16px !important;
line-height: 2.2em;

}
.alt-features-item p{
	color: #464646;
font-size: 16px;
line-height: 2.2em;

}

.bginfo p{
	color: #464646;
font-size: 14px;
line-height: 2em;

}
/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
.navbar-transparent {
	background: #f7a81b;
	/*background: transparent;*/
	padding-bottom: 5px;
	padding-top: 5px;
}
.navbar-custom .dropdown-menu {
	position: absolute;
	display: block;
	visibility: hidden;
	opacity: 0;
}
.navbar-custom .open > .dropdown-menu {
	visibility: visible;
	opacity: 1;
}
.navbar-custom .dropdown-menu .dropdown-toggle:after {
	position: absolute;
	display: block;
	right: 9px;
	top: 50%;
	margin-top: -6px;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 9px;
	content: "\f105";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.navbar-right .dropdown-menu {
	right: auto;
	left: 0;
}
/* Comments */
.comment .comment {
	margin-left: 75px;
}
}

@media (max-width: 1200px) {
/* Features */
.alt-features-item {
	margin: 20px 0 0;
}
}

@media (max-width: 1050px) {
/* Navbar */
.navbar-custom {
	letter-spacing: 1px;
	font-size: 12px;
}
.video-inner {
	position: relative;
	width: 100%;
	height: 320px;
	background: #000;
}
.modal-dialog {
	width: 100%;
	margin: auto;
}
.imgres {
   
  height: 300px;
    padding: 0px;
}
}

@media (max-width: 991px) {
/* Navbar */
.navbar-custom {
	letter-spacing: 0;
}
/* Headers */
.titan-title-size-3 {
	letter-spacing: 8px;
	font-size: 36px;
}
.titan-title-size-4 {
	letter-spacing: 12px;
	font-size: 38px;
}
.work-item,  .works-grid-3 .work-item,  .container .works-grid-3 .work-item,  .works-grid-4 .work-item,  .works-grid-5 .work-item {
	width: 50%;
}
/* Half-image */
.side-image {
	position: relative;
	height: 300px;
}
.lb-album li {
	width: 47.5%;
	margin: 0% 1% 2%;
}
.video-inner {
	position: relative;
	width: 100%;
	height: 240px;
	background: #000;
}
.modal-dialog {
	width: 100%;
	margin: auto;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -130px;
	top: 500px;
	width: 210px;
	z-index: 1100;
}
	.navbar-brand > img {
   
    height: 85px;
}
.carousel-caption {
    display: none;
}
.imgres {
   
  height: 250px;
    padding: 0px;
}
}

@media (max-width: 768px) {
	.carousel-caption {
    display: none;
}
	.navbar-brand > img {
   
    height: 85px;
}
.lb-overlay:target {
	padding: 180px 0 0;
}
.lb-overlay a.lb-close {
	top: 120px;
	left: 47.5%;
}
.w3l_search {
	float: right;
	margin: -2em 0 0em 0em!important;
}
.video-inner {
	height: 245px;
}
.modal-dialog {
	width: 100%;
	margin: auto;
}
.carousel-caption {
	top: 1em;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -130px;
	top: 500px;
	width: 210px;
	z-index: 1100;
}
.imgres {
   
  height: 200px;
    padding: 0px;
}
}

@media (max-width: 767px) {
		.navbar-brand > img {
   
    height: auto;
}
/* Navbar */
.navbar-custom .navbar-nav {
	letter-spacing: 3px;
	margin-top: 1px;
	margin-bottom: 0;
}
.navbar-custom li > a:hover {
	background: rgba(255, 255, 255, 0.1) !important;
}
.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
	padding: 10px 25px;
}
.navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
	padding: 10px 35px;
}
.navbar-custom li a,  .navbar-custom .dropdown-search {
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
.navbar-custom .dropdown-toggle:after,  .navbar-custom .dropdown-menu .dropdown-toggle:after {
	right: 7px;
	content: "\f107";
}
.navbar-custom .nav > .open > .dropdown-toggle:after,  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
	right: 7px;
	content: "\f106";
}
/* Shop navbar */
.navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
	padding-left: 15px;
}
.navbar-custom .cart-item-number {
	display: none;
}
.navbar-custom .navbar-cart > a:after {
	content: "\f107";
}
.navbar-custom .navbar-cart-item a {
	border: 0 !important;
}
.dropdown-menu.cart-list {
	text-align: left;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
}
.navbar-cart-item {
	border: none;
	border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
	padding-bottom: 10px;
}
.navbar-cart-img {
	display: none;
}
.navbar-cart-title {
	white-space: normal;
	padding: 0;
	margin-left: 0;
}
/* Headers */
.titan-title-size-1 {
	letter-spacing: 2px;
	font-size: 14px;
}
.titan-title-size-2 {
	line-height: 1.3;
	letter-spacing: 2px;
	font-size: 16px;
	opacity: .8;
}
.titan-title-size-3 {
	letter-spacing: 4px;
	font-size: 26px;
}
.titan-title-size-4 {
	letter-spacing: 6px;
	font-size: 28px;
}
/* Features */
.features-item {
	margin: 0 0 30px;
}
.alt-features-item {
	padding-left: 0;
	margin: 0 0 30px;
	text-align: center;
}
.alt-features-icon {
	position: static;
	width: auto;
	margin: 0 auto 8px;
}
/* Callout */
.callout-text {
	margin: 0 0 30px;
}
.callout-text,  .callout-btn-box {
	text-align: center;
}
/* Sidebar */
.sidebar {
	margin-top: 50px;
}
.widget {
	margin-bottom: 60px;
	margin-left:30px;
}
.post.mb-0 {
	margin-bottom: 40px !important;
}
.footer {
	text-align: center;
}
.copyright,  .footer-social-links {
	text-align: center;
	margin: 10px 0;
}
/* Half-image */
.side-image-text {
	padding-left: 15px;
	padding-right: 15px;
}
/* Restaurant menu */
.menu-title,  .menu-detail,  .menu-price-detail {
	text-align: center;
}
.align-center-sm {
	text-align: center;
}
.align-left-sm {
	text-align: left;
}
.w3l_search {
	float: right;
	margin: 6em 0 0em 0em !important;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -165px;
	top: 500px;
	width: 210px;
	z-index: 1100;
}
.imgres {
   
  height: 180px;
    padding: 0px;
}
}

@media only screen and (max-width: 480px) {
.work-item,  .works-grid-3 .work-item,  .works-grid-4 .work-item,  .works-grid-5 .work-item {
	width: 100%;
}
.lb-album li {
	width: 100%;
	margin: 0% 0% 7%;
}
.w3l_search {
	float: right;
	margin: 5em 0 0em 0em!important;
}
.carousel-caption {
	display: none;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
	right: -165px;
top: 300px;
width: 210px;
	z-index: 1100;
}
.font-alt {
    font-family: qdvx-n4, adobe-notdef;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
	.navbar-brand > img {
   
    height: auto;
}
.imgres {
   
    height: 130px;
    padding: 0px;
}
}

@media only screen and (max-width: 414px) {
.work-descr {
	font-size: 10px;
}
.mt-50 {
	margin-top: 10px !important;
}
.w3l_search {
	float: right;
	margin: 3em 0 0em 0em!important;
}
.carousel-caption {
	display: none;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
right: -165px;
top: 300px;
width: 210px;
	z-index: 1100;
}
.font-alt {
    font-family: qdvx-n4, adobe-notdef;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
	.navbar-brand > img {
   
    height: auto;
}
.imgres {
   
    height: 120px;
    padding: 0px;
}
}

@media only screen and (max-width: 375px) {
.work-descr {
	font-size: 10px;
}
.mt-50 {
	margin-top: 10px !important;
}
.w3l_search {
	float: right;
	margin: 3em 0 0em 0em!important;
}
.carousel-caption {
	display: none;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
right: -165px;
top: 300px;
width: 210px;
	z-index: 1100;
}
.font-alt {
    font-family: qdvx-n4, adobe-notdef;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
	.navbar-brand > img {
   
    height: auto;
}
.imgres {
   
    height: 110px;
    padding: 0px;
}
}

@media only screen and (max-width: 360px) {
.work-descr {
	font-size: 10px;
}
.mt-50 {
	margin-top: 10px !important;
}
.w3l_search {
	float: right;
	margin: 3em 0 0em 0em!important;
}
.carousel-caption {
	display: none;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
right: -165px;
top: 300px;
width: 210px;
	z-index: 1100;
}
.font-alt {
    font-family: qdvx-n4, adobe-notdef;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
	.navbar-brand > img {
   
    height: auto;
}
.imgres {
   
    height: 100px;
    padding: 0px;
}
}

@media only screen and (max-width: 320px) {
.work-descr {
	font-size: 10px;
}
.mt-50 {
	margin-top: 10px !important;
}
.w3l_search {
	float: right;
	margin: 3em 0 0em 0em!important;
}
.carousel-caption {
	display: none;
}
.sticky-container {
	padding: 0px;
	margin: 0px;
	position: fixed;
right: -165px;
top: 300px;
width: 210px;
	z-index: 1100;
}
.font-alt {
    font-family: qdvx-n4, adobe-notdef;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}
	.navbar-brand > img {
   
    height: auto;
}
.imgres {
   
    height: 90px;
    padding: 0px;
}
}
