@font-face {
 font-family:roboto;
 src:url(fonts/roboto.ttf);
}
body {
	font-family: roboto !important;
	margin: 0;
	padding: 0;
	background: #FFF;
}
body p {
	font-size: 15px;
	color: black;
}
.event_title {
	position: absolute;
	color: #fff !important;
	background-color: rgba(0,0,0,0.6);
	width: 98%;
	padding: 4px;
	font-size: 16px;
}
body a{
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
input[type="button"],input[type="submit"]{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;	
	padding: 0;
}	
p{
	margin: 0;
	padding: 0;
}
ul{
	margin: 0;
	padding: 0;
}
label{
	margin: 0;
}
button{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
img {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.button {
	background-color:#FA5C59;
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	margin: 4px 2px;
	cursor: pointer;
} 
.button:hover{
	background:#fff;
	color:black;
}
.button3 {
	border-radius: 8px;
}
.status.error, .status.success {
	padding: 15px;
	text-align: center;
	color: red;
}
.status.success {
	color: green !important;
}
.message {
	height: 150px !important;
}
.frm-submit:focus {
	outline: none !important;
}
.frm-submit {
	background: #E1332D !important;
	padding: 7px !important;
	margin-left: 0 !important;
	height: auto;
}
.field-error {
	color: red;
	margin-top: 5px;
}
.sidebar-nav {
	padding: 9px 0;
}
.dropdown-menu .sub-menu {
	left: 100%;
	position: absolute;
	top: 0;
	visibility: hidden;
	margin-top: -1px;
}
.dropdown-menu li:hover .sub-menu {
	visibility: visible;
}
.dropdown:hover .dropdown-menu {
	display: block;
}
.nav.navbar-nav {
	float: right;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border: none;
}
.navbar-toggle {
	margin-top: 12px;
}
.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
	margin-top: 0;
}
.navbar .sub-menu:before {
	border-bottom: 7px solid transparent;
	border-left: none;
	border-right: 7px solid rgba(0, 0, 0, 0.2);
	border-top: 7px solid transparent;
	left: -7px;
	top: 10px;
}
.navbar .sub-menu:after {
	border-top: 6px solid transparent;
	border-left: none;
	border-right: 6px solid #fff;
	border-bottom: 6px solid transparent;
	left: 10px;
	top: 11px;
	left: -6px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
	position: sticky !important;
	position: -webkit-sticky !important;
	right: 0;
	left: 0;
	top: 0;
	z-index: 999 !important;
	box-shadow: 1px 1px 15px #0000001a;
	-moz-box-shadow: 1px 1px 15px #0000001a;
	-webkit-box-shadow: 1px 1px 15px #0000001a;
}
.container.hidden-xs {
	padding-top: 50px !important;
}
.fa.fa-facebook, .fa.fa-youtube {
	font-size: 20px !important;
}
.bottom-links li {
	margin-left: 10px !important;
}
@media screen and (max-width: 25em) {
	.codrops-icon span {
		display: none;
	}
}
.cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #F94A56;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}
.cl-effect-6 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #F94A56;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}
.cl-effect-6 a:hover::before, .active a::before {
	top: 100%;
	opacity: 1;
}
.cl-effect-6 a:hover::after, .active a::after {
	height: 100%;
}
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog > div {
	width: 600px;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog0 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog0:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog0 h1 {
	background: #159238;
	border-radius: 11px;
	color: white;
	height: 61px;
}
.modalDialog0 > div {
	width: 600px;
	position: relative;
	margin:2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog00 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog00:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog00 h1{
	background: #159238;
	border-radius: 11px;
	color: white;
	height: 61px;
}
.modalDialog00 > div {
	width: 600px;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog02 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog02:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog02 h1{
	background: #159238;
	border-radius: 11px;
	color: white;
	height: 61px;
}
.modalDialog02 > div {
	width: 600px;
	position: relative;
	margin:2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog01 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog01:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog01 h1{
	background: #159238;
	border-radius: 11px;
	color: white;
	height: 61px;
}
.modalDialog01 > div {
	width: 600px;
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}
.modalDialog1 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog1:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog1 > div {
	position: relative;
	margin: 2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #fff;
}
.close1 {
	color:#fff;
	float: right;
	font-size: 102px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}
.modalDialog2 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog2:target {
	opacity:1;
	pointer-events: auto;
}
.modalDialog2 > div {
	position: relative;
	margin:2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #fff;
}
.modalDialog3 {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity: 0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}
.modalDialog3:target {
	opacity: 1;
	pointer-events: auto;
}
.modalDialog3 > div {
	position: relative;
	margin:2% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	color: #fff;
}
.iframe {
	padding: 2px 6px;
}
.close1{
	color:#000;
	float: right;
	font-size:102px;
	font-weight: 700;
	line-height: 1;
	opacity: 0.2;
	text-shadow: 0 1px 0 #fff;
}
.item {
	position: relative;
	border: 1px solid;
	margin: 2%;
	overflow: hidden;
}
/** Top Bar CSS **/
.head_text {
	background: #74a581 none repeat scroll 0 0;
	height:auto;
	text-align: center;
	color:#fff;
}
.head_p {
	background: #74a581 none repeat scroll 0 0;
	height: 31px;
	text-align: center;
	color:#fff;
}
.navbar-header {
	margin-top: 13px;
}
.nav > li {
	display: block;
	position: relative;
	margin: 5px 5px 10px 5px;
}
.event_img {
	margin: 0;
    transition: all 0.7s ease-in-out 0s;
}
.top-bar {
	margin: 0 auto;
	padding: 0 0;
	background-color: rgba(0, 0, 0, 0.6);
}
ul.top-contacts , ul.top-links {
	list-style: none;
	display: -webkit-inline-box;
}
ul.top-contacts {
	float: left;
}
ul.top-links {
	float: right;
}
ul.top-contacts li {
	margin-right: 20px;
	display: inline-block;
}
ul.top-links li {
	margin-left: 5px;
	display: inline-block;
}
.top-bar ul.top-contacts li p , .top-bar ul.top-contacts li p a {
    color: #000;
	font-size: 16px;
    font-weight: 400;
	padding-top: 0;
}
.top-bar1 {
	padding: 0;
}
.top-bar1 ul.top-contacts1 li p , .top-bar1 ul.top-contacts1 li p a {
    color: #fff;
	font-size: 14px;
    font-weight: 400;
	padding-top: 7px;
}
.top-bar ul.top-contacts li p span {
	vertical-align: middle;
	text-align: center;
	line-height: 1px;
	margin-right: 5px;
	margin-top: -5px;
}
.top-bar ul.top-contacts li p a:focus, .top-bar ul.top-contacts li p a:hover {
    color: red;
}
.top-bar ul.top-links li a i.fa {
	color: #000;
    background-color: #fff;
    width: 32px;
    height: 32px;
    font-size:19px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    line-height: 36px;
    text-align: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
} 
.top-bar ul.top-links li a i.fa:hover {
	color: #fff;
    background-color: #fa5d58;
}
/** /Top Bar CSS **/
/** Navigation CSS **/
.navbar-header {
	margin-left: -10px !important;
}
.nav-links .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
	margin-bottom: 0;
}
.nav-links .navbar {
	margin-bottom: 0px;
}
.nav-links .navbar-inverse {
    background-color: rgba(0,0,0,.1);
	border: none;
}
.nav-links .navbar-inverse .navbar-brand h1 {
    color: #0A0A0A;
	text-transform: uppercase;
	font-size: 30px;
    font-weight: 600;
}
.nav-links .navbar-brand {
	height: inherit;
	padding:0px 0 0;
}
.nav-links .navbar-nav>li>a {
	color: #000;
	font-size: 17px;
	font-weight: 600;
	padding: 20px 12px;
}
.nav-links .navbar-inverse .navbar-nav>li>a:focus,.nav-links  .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #fff;
	color: #df4914;
}
.nav-links .navbar-inverse .navbar-nav>.active>a,.nav-links  .navbar-inverse .navbar-nav>.active>a:focus,.nav-links  .navbar-inverse .navbar-nav>.active>a:hover {
    color: #df4914;
    background-color: #FFFFFF;
}
ul.nav.navbar-nav.link-effect {
	margin: -77px 0 0 274px;
}
.link-effect a {
	padding: 0 0 10px;
}
.link-effect a::after {
	position: absolute;
	top: 94%;
	left: 0;
	width: 100%;
	height: 1px;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}
.link-effect li.active a::after,
.link-effect a:hover::after,
.link-effect a:focus::after {
	height: 5px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
.site_title {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	color: #ED1C24;
}
.site_tagline {
	margin-bottom: 0;
	font-size: 13px;
	color: #555;
}
/** Search Button CSS **/
form.search-container {
    position: absolute;
    right: 150px;
    top: 20px;
}
.search-box {
	-webkit-transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
	transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	background: #fa5c59;
}
.search-box + label .search-icon {
	color:#fff;
}
.search-box:hover {
	color: white;
	background: #c8c8c8;
	box-shadow: 0 0 0 5px #3d4752;
}
.search-box:hover + label .search-icon {
	color: white;
}
.search-box:focus {
	-webkit-transition: width 0.6s cubic-bezier(0, 1.30, 0.66, 1.22), border-radius 0.6s, background 0.6s;
	transition: width 0.6s cubic-bezier(0, 1.39, 0.66, 1.22), border-radius 0.6s, background 0.6s;
	border: none;
	outline: none;
	box-shadow: none;
	padding-left: 15px;
    padding-right: 40px;
    cursor: text;
    font-weight: 500;
    width: 300px;
    border-radius: auto;
    background: #24e8ff;
    color: white;
}
.search-box:focus + label .search-icon {
	color: black;
}
.search-box:not(:focus) {
	text-indent: -5000px;
}
#search-submit {
	position: relative;
	left: -5000px;
}
.search-icon {
	position: relative;
	left: -30px;
	color: white;
	cursor: pointer;
}
button.close{
    font-size: 55px;
    color: #fff;
    opacity: 1;
}	
h4#myModalLabel {
    font-size: 30px;
    text-transform: uppercase;
	padding-top:10px;
}
p.banner-p1 {
    font-size: 15px;
    font-weight: 300;
    line-height: 30px;
    margin: 1.5em 0 0;
}
/** /Search Button CSS **/
/** /Navigation CSS **/
/** Slider CSS **/
a { 
	text-decoration: none!important; 
}
ul { 
	list-style: outside none none; 
}
.slider-panel img { 
	width: 100%;
	height: auto;
}
.slider-extra {
	width: 100%;
	height: 100%;
}
.slider {
	text-align: center;
	margin:0px auto;
	position: relative;
	width: 100%;
	height: 793px;
}
.slider-panel, .slider-nav, .slider-pre, .slider-next {
	position: absolute;
	z-index: 8;
}
.slider-panel { 
	position: absolute; 
}
.slider-panel img { 
	border: none; 
}
.slider-extra { 
	position: relative; 
}
.slider-nav {
	margin-left: -51px;
	position: absolute;
	left: 50%;
	bottom:10px;
}
.slider-nav li {
	background: #3e3e3e;
	border-radius: 50%;
	color: #fff;
	cursor: pointer;
	margin: 0 2px;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	width: 18px;
}
.slider-nav li p.sl {
	color: #fff;
	font-weight: bold;
}
.slider-nav .slider-item-selected { 
	background: #24e8ff;
}
.slider-nav .slider-item-selected p.sl{ 
	color: #000;	
}
.slider-page a {
	background: rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);
	color: #fff;
	text-align: center;
	display: block;
	font-size: 22px;
	width: 28px;
	height: 62px;
	line-height: 62px;
	margin-top: -31px;
	position: absolute;
	top: 50%;
}
.slider-page a:HOVER { 
	background: rgba(0, 0, 0, 0.4);  
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000);
}
.slider-next {
  left: 100%;
  margin-left: -28px;
}
.banner-info {
    position: absolute;
    z-index: 9999;
    text-align: center;
    top:38%;
    width: 100%;
}
.banner-info h3 {
	font-size:40px;
	font-weight:normal;
	color:#fff;
	text-align: center;
    padding-bottom: 75px;
}
 .banner-info a {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    padding: 10px 25px;
    background-color: #FA5C59;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
.banner-info a:hover {
	background-color:#fff;
	color:red;
}
/** /Slider CSS **/
/** Services CSS **/
.btl{
	background: rgba(0, 0, 0, 0) url("../images/blue.png") repeat scroll 0 0;
    padding: 50px 0 60px;
}
.caps{
	background: rgba(0, 0, 0, 0) url("../images/blue.png") repeat scroll 0 0;
	margin-top: -14px;
	padding: 65px 0 60px;
}
.caps h2, .btl h2 {
	font-weight: bold;
}
.cntnrbg{
	background: rgba(0, 0, 0, 0) url("../images/blue.png") repeat scroll 0 0 ;
    padding: 50px 0 60px;
}
section.service h2.text-center {
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 10px;
	color: #fa5c59;
}
section.service p.text-center {
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 75px;
    line-height: 35px;
    color: #999; 
}
.col-lg-4.col-md-4.serv-w3ls {
    text-align: center;
    position: relative;
    padding-right: 5em;
}
 span.line1 {
	position: absolute;
    background: #646e77;
    top: 13%;
    right: -5%;
    width: 100px;
    height: 3px;
}	
section.service i.fa {
	color: #fa5c59;
	font-size: 60px;
	margin-bottom: 30px;
	transition: 500ms;
}
section.service .col-lg-4.col-md-4.serv-w3ls:hover i.fa {
   transform: scale(1.1);
}
#service {
	padding-top: 0;
	padding-bottom: 0;
}
section.service h4 {
    font-size: 25px;
    color: #000;
    font-weight: normal;
    padding-bottom: 20px;
	text-align:	center;
}
section.service p.serv-p {
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
	text-align:	justify;
}
.services-title h1 {
	font-size: 21px;
	font-weight: normal;
}
.services-content {
	text-align: center;
	margin-top: 30px;
}
.services-content ul {
	list-style-type: disc;
}
.services-content i {
	font-size: 25px !important;
	border: 1px solid #ED1C24;
	padding: 15px;
	border-radius: 50%;
	margin-bottom: 20px !important;
}
.fa.fa-lightbulb-o {
	padding: 12px 19px;
	font-size: 31px !important;
}
.services-content h2 {
	font-weight: normal !important;
	font-size: 21px !important;
	margin-top: 25px;
	color: #000 !important;
}
.services-content li {
	margin-right: 32px;
	float: left;
}
.text-center {
	font-size: 28px !important;
}
.services-content::before {
	font-family: FontAwesome;
	color: #fa5c59;
	font-size: 25px;
	border: 1px solid #fa5c59;
	padding: 14px 15px 17px;
	border-radius: 50%;
}
.adv::before {
	content: "\f008";
}
.evnt::before {
	content: "\f0c0";
}
.promo::before {
	content: "\f091";
	padding: 14px 16px 14px;
}
.print::before {
	content: "\f02f";
	padding: 14px 16px 14px;
}
.it::before {
	content: "\f06e";
	padding: 14px 16px 16px;
}
.media::before {
	content: "\f0eb";
	padding: 14px 20px 14px;
}
/** /Services CSS **/
/** Event CSS **/
#test1 {
	padding-left: 0 !important;
}
#test2 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
section.event {
	padding: 0;
	margin: 0;
	margin-bottom: -4px;
}
section.event .container-fluid {
	padding: 0;
}
.cntnr{
	height: 180px;
	position: absolute;
	width: 180px;
	background: #f9f9f9 url("../images/bg.jpg") repeat scroll 0 0;
	box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2), 0 0 3px rgba(115, 114, 23, 0.8) inset;
	
}
.btl{
	text-align: center;
}
.cntnr img{
   height: 180px;
   width: 180px;
}
.cntr_img{
	margin-top: 59px;
    margin-bottom: 288px;
}
.row.event-agile1 {
  margin: 0;
	background-color: #EDEDED;
	transition:	all 0.7s ease-in-out;
	-webkit-transition:	all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition:	all 0.7s ease-in-out;
	-ms-transition:	all 0.7s ease-in-out;
    /*! color: #000 !important; */
}
.event-agile12 {
    margin: 0;
	transition:	all 0.7s ease-in-out;
	-webkit-transition:	all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition:	all 0.7s ease-in-out;
	border-radius: 50%;
}
.row.event-agile2 {
	margin: 0;
	background-color: #000;
	transition:	all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	-ms-transition: all 0.7s ease-in-out;
}
.row.event-agile1:hover .hover01 figure img ,.row.event-agile2:hover .hover01 figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.event-agile12:hover .hover01 figure img ,.row.event-agile2:hover .hover01 figure img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	border-radius: 50%;
}	
.row.event-agile2:hover {
	
}
section.event img.img-responsive {
	width: 100%;
	height: auto;	
}
section.event .col-lg-6.col-md-6.event-w3ls {
    padding: 0;
    margin: 0;
	display: block;
}
section.event .event-info {
    padding: 160px 100px 0;
}
.event-info-team {
	padding-left: 40px !important;
	padding-right: 0 !important;
	line-height: 24px !important;
}
.row.event-agile1 p.event-p1 {
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding-bottom: 20px;
}
.row.event-agile1 h3 {
    font-size: 24px;
    padding-bottom: 0;
    text-transform: uppercase;
    color: #fa5c59;
    /*! margin-top: 0 !important; */
}
.service h2 {
	font-size: 28px;
	color: #fa5c59;
	text-align: center;
	font-weight: bold;
}
.row.event-agile1  p.event-p2 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 30px;
    color: #000;
}
.row.event-agile2 p.event-p1 {
    font-size: 15px;
    font-weight: 300;
    color: #000000;
    padding-bottom: 20px;
}
.row.event-agile2  h3 {
    font-size: 25px;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #000;
}
.row.event-agile2 p.event-p2 {
    font-size: 16px;
    font-weight: 300;
    padding-bottom: 15px;
    line-height: 30px;
    color: #fff;
}
.column {
	margin:0;
	padding:0;
}
.column:last-child {
	
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	height:100%;
	margin:1px;
	padding: 0;
	overflow: hidden;
}
.hover01 figure img {
	-webkit-transform: scale();
	transform: scale();
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transform: all 0.4s ease-in-out;
	-o-transform: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
}
/** /Event CSS **/
/** Team CSS **/
section.team {
	padding: 100px 0;
}
section.team h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 40px;
	color: #fa5c59;
}
section.team p.text-center {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 50px;
	line-height: 35px;
	color: #999;
}
.view {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 1px 1px 2px #e6e6e6;
    -moz-box-shadow: 1px 1px 2px #e6e6e6;
    box-shadow: 1px 1px 2px #e6e6e6;
}
.view .mask,.view .content {
   width:100%;
   height:100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
   width:100%;
   height:100%;
}
.view h4 {
   text-transform: uppercase;
   color: #fff;
   text-align: center;
   position: relative;
   font-size:23px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   margin: 90px 0 0 0;
}
section.team .view ul.social-icons2 {
	list-style:none;
	padding: 20px 0;
}
section.team .view ul.social-icons2 li {
	display: inline;
	margin-right: 2px;
}
section.team .view ul.social-icons2 li a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
section.team .view ul.social-icons2 li a i.fa {
	font-size: 16px;
    line-height: 36px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
	background-color: transparent;
	transition:	all 0.5s ease-in-out;
	-webkit-transition:	all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition:	all 0.5s ease-in-out;
}
section.team .view ul.social-icons2 li a i.fa:hover {
	background-color: #24E8FF;
	border: 1px solid #24E8FF;
	color: #fff;
}
.view p.info {
	display: inline-block;
	padding: 7px 14px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
}
.view p.info: hover {
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}
.team-info {
	color: #fff;
}
.team-name {
	font-weight: normal;
	color: #000;
	font-size: 19px;
	text-align: left;
	margin-bottom: 0;
}
.social li, .social a {
	font-size: 15px;
	color: #000;
}
.position {
	font-size: 15px;
}
.position p {
	margin-bottom: 0;
}
.social {
	margin-top: 5px;
	/*! color: #3d3d3d !important; */
}
.team-info {
	color: #000;
	margin-bottom: 16px;
	text-align: left;
}
/** /Team CSS **/
/** Work CSS **/
section.work {
	padding: 100px 0;
}
section.work h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 40px;
	color: #fa5c59;
}
section.work p.text-center {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 50px;
	line-height: 35px;
	color: #999;
}
section.work .portfolio-grids {
    padding: 0;
}
/******** SAP ************/
section.work .sap_tabs{
	clear: both;
	padding: 0;
}
section.work .tab_box{
	background: #fd926d;
	padding: 2em;
}
section.work .top1{
	margin-top: 2%;
}
section.work .resp-tabs-list {
    list-style: none;
    padding: 4em 0 3em;
    margin: 0 auto;
    text-align: center;
}
section.work .resp-tab-item {
    color: #333;
    font-size: 1em;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    list-style: none;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
    margin: 0 1.5em 0;
}
section.work .resp-tab-active {
    text-shadow: none;
    color: #fc4f6b;
    border-bottom: 2px solid;
}
section.work .resp-tabs-container {
	padding: 0px;
	clear: left;	
}
section.work h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
section.work .resp-tab-content {
	display: none;
}
section.work .resp-content-active,section.work .resp-accordion-active {
   display: block;
}
section.work .portfolio-grids a {
    display: block;
    overflow: hidden;
	position:relative;
}
section.work .portfolio-grids img.img-responsive {
    width: 100%;
}
section.work .b-wrapper {
    background: rgba(0,0,0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0;
	padding: 2em;
	transition:.5s all;
	text-align:center;
}
section.work .portfolio-grids a:hover .b-wrapper{
	bottom: 0%;
}
section.work i.fa.fa-search-plus {
    color: #fff;
    font-size: 40px;
    padding-top: 70px;
}
section.work .b-wrapper h5 {
    font-size:25px;
	font-weight: normal;
    color: #fff;
    text-align: center;
	text-transform: capitalize;
    padding: 14px 0;
}
section.work .b-wrapper p{
	font-size: 14px;
    color: #fff;
    font-weight: 400;
    line-height: 1.8em;
    text-align: center;
}
section.work .gallery-grids{
	margin: 0;
}
section.work .nav-tabs > li.active > a,section.work .nav-tabs > li.active > a:hover,section.work .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor:pointer;
    background-color: #24e8ff;
    border: none;
    border-bottom-color: transparent;
}
section.work .nav-tabs > li > a {
	margin-right: 3px;
    border-radius: 0;
    font-size: 17px;
    color: #000000;
    border: none;
	text-transform: capitalize;
    font-weight: normal;
}	
section.work .nav-tabs {
    border-bottom: none;
	margin: 0 0 40px;
}
section.work .nav-tabs > li {
    margin-bottom: 0;
}
section.work .nav-tabs > li:nth-child(1) {
	margin-left: 46em;
}
section.work .nav-tabs > li > a:hover {
    border: none;
}
section.work .nav > li > a:hover,section.work .nav > li > a:focus {
    background-color: #24e8ff;
    color: #fff;
}

/** /Work CSS **/
/** Testimonial CSS **/
section.test {
	padding: 0;
}
section.test h3.text-center {
	font-size: 40px;
	font-weight: normal;
	padding-bottom: 40px;
	color: #fa5c59;
}
section.test p.text-center {
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 50px;
	line-height: 35px;
	color: #999;
}
section.test .carousel-inner > .item  {
    width: 100%;
    margin: auto;
    border: none;
}
section.test .carousel-control.left,section.test .carousel-control.right {
	background-image: none;
}
section.test .test-details {
    padding: 0 30px;
} 
section.test .test-w3ls {
    background-color: #fff0f0;
    padding: 20px;
}
section.test .test-w3ls p.test-p1 {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
section.test .test-agile {
	width: 100%;
	padding-top: 30px;
}
section.test .test-agile img.img-circle.img-responsive {
	float: left;
	width: 100px;
}
section.test .test-agile h4 {
    float: right;
    margin: 37px 207px 0 0;
    font-size: 17px;
    font-weight: normal;
    color: #000;
}
section.test .test-agile h4 span {
	font-size: 15px;
	font-weight: normal;
}
section.test .carousel-indicators li {
    border: 1px solid #24e8ff;
}
section.test .carousel-indicators .active {
    background-color: #24e8ff;
}
section.test .carousel-indicators {
    bottom: -45px;
}
/** /Testimonial CSS **/
/** Statistics CSS **/
section.stats {
	padding: 100px 0;
	background: url(../images/stats.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
}
section.stats p.text-center {
	font-size: 16px;
    padding: 0px 0 40px;
    color: #999;
}
.stats-grid {
	text-align: center;
}
.numscroller {
    font-size: 50px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}
.stats-grid i.fa {
	font-size: 17px;
	color: #24e8ff;
	padding-bottom: 20px;
}
.stats-grid h4 {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
}
/** /Statistics CSS **/
/** Contact CSS **/
section.contact {
	padding: 40px 0 20px 0;
}
section.contact h3.head1 {
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 60px;
    position: relative;
    color: #FA5C59;
}
section.contact h3.head1:before {
	content:'';
	background-color: #dcdcdc;
	height: 3px;
	width: 26%;
    left: 0;
	bottom: 40px;
	display: block;
	position: absolute;
}
section.contact h3.head1:after {
	content:'';
	background-color: #24e8ff;
	height: 3px;
	width: 10%;
	left: 0;
	bottom: 40px;
	display: block;
	position: absolute;
}
 section.contact h3.head2 {
    font-size: 27px;
    font-weight: normal;
    padding-bottom: 60px;
    position: relative;
    color: #FA5C59;
}
section.contact h3.head2:before {
	content:'';
	background-color:#dcdcdc;
	height: 3px;
	width: 33%;
    left: 0%;
	bottom: 40px;
	display: block;
	position: absolute;
}
section.contact h3.head2:after {
	content: '';
	background-color: #24e8ff;
	height: 3px;
	width:10%;
	left: 0;
	bottom: 40px;
	display: block;
	position: absolute;
}
section.contact .contact-w3ls .row {
	padding-bottom: 30px;
	text-align: center;
}
section.contact i.fa {
    color: #525252;
    vertical-align: middle;
    text-align: center;
}
section.contact i.fa.fa-map-marker {
	font-weight: normal;
	font-size: 40px;	
	line-height: 55px;
}
section.contact i.fa.fa-envelope-o {
	font-weight: normal;
	font-size: 30px;
	line-height: 55px;	
}
section.contact i.fa.fa-mobile {
	font-weight: normal;
	font-size: 55px;
	line-height: 55px;	
}
section.contact i.fa.fa-clock-o {
	font-weight: normal;
	font-size: 40px;
	line-height: 55px;	
}
section.contact .contact-w3ls .address {
	text-align:justify;
	margin-left:-40px;
}
section.contact .contact-w3ls h4 {
	color: #525252;
	font-size: 17px;
	font-weight: normal;
	padding-bottom: 20px;
	text-transform: uppercase;
}
section.contact .contact-w3ls p {
	color: #525252;
	font-size: 15px;
	font-weight: normal;
}
section.contact .contact-w3ls p a {
	color: #525252;
}	
section.contact .contact-w3ls p a:hover {
	color:#1d76f6;
}
.map {
	margin-bottom: 10px;
}
input.form-control.first-name,input.form-control.last-name,input.form-control.mail,input.form-control.pno,textarea.form-control {
	font-size: 15px;
	font-weight: 400;
	color: #525252;
	padding: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	-ms-border-radius: 0;
	border: 1px solid #8080805c;
}
input.form-control.first-name,input.form-control.last-name,input.form-control.mail,input.form-control.pno {
	height: 55px;
}
 .form-control:focus {
    border: 1px solid #8080805c;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);
    box-shadow: none;
}
button.btn.btn-lg.btn-outline {
    font-size: 17px;
    font-weight: normal;
    padding: 12px 144px;
    border-radius: 0;
    color: #fff;
    background-color: #000;
}
button.btn.btn-lg.btn-outline:hover,button.btn.btn-lg.btn-outline:focus  {
	background-color: #FA5C59;
	outline: none;
}
input::-webkit-input-placeholder {
	color: #525252!important;
}	
input:-moz-placeholder { /* Firefox 18- */
	color:#525252!important;  
}
input::-moz-placeholder {  /* Firefox 19+ */
	color: #525252 !important;  
}
input:-ms-input-placeholder {  
	color: #525252 !important;  
}
textarea::-webkit-input-placeholder {
	color: #525252 !important;
}
textarea::-moz-placeholder { /* Firefox 18- */
	color: #525252 !important;  
}
textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #525252 !important;  
}
textarea::-ms-input-placeholder {  
	color: #525252 !important;  
}
a:focus {
	outline: none;
}
.alert .close {
	color: #3d3d3d;
}
.alert-success .close {
	margin-top: -14px !important;
}
#sendMessageButton:active {
	outline: none;
}
textarea#message {
	height: 180px;
}
/* /Contact CSS **/
/** Map CSS **/
.map iframe.googlemaps {
	width:100%;
	height:400px;
}
/** /Map CSS **/
/** Footer CSS **/
.footer {
	padding: 0 0 15px;
	background-color: #000;
}
.footer p {
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	margin: 0;
}
.footer p a {
	color: #24e8ff;
}
.footer p a:hover {
	color: red;
}
.footer-w3ls1, .footer-w3ls2 {
	margin-top: 20px;
	/*! margin-bottom: 15px; */
}
.col-lg-6.footer-w3ls2 {
    text-align: right;
}
ul.bottom-links {
	list-style: none;
	display:-webkit-inline-box;
}
ul.bottom-links li {
	margin-left: 20px;
    display: inline-block;
}
ul.bottom-links li a i.fa {
	color: #fff;
	font-size: 17px;
} 
ul.bottom-links li a i.fa:hover {
	color: #24e8ff;
}
/** /Footer CSS **/
.cd-top {
	display: inline-block;
	height: 45px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	white-space: nowrap;
	color: #E5E3DF;
	font-size: 3.5rem;
	text-align: center;
	background: #ED1C24;
	background-size: 40px;
	-webkit-background-size: 40px;
	-moz-background-size: 40px;
	-o-background-size: 40px;
	-ms-background-size: 40px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	-moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
	transition: opacity 0.3s 0s, visibility 0s .3s;
}
.cd-top:hover, .cd-top:focus {
    color: #fff;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: 0.8;
}
.cd-top:hover {
    background-color: #ED1C24;
    opacity: 1;
}


@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 30px;
  }
}
/** Responsive CSS **/
@media (max-width:1600px) {
	.slider {
		height: 664px;	
	}
	section.event .event-info {
		padding: 24px 80px 0;
		line-height: 30px;
		text-align: justify;
	}
	.team-cat3 {
	  padding-top: 5px !important;
  }
	.event-info h4 {
		margin-top: 35px;
		color: #fa5c59;
	}
	.view h4 {
		margin: 100px 0 0;
	}
	section.work .nav-tabs > li:nth-child(1) {
    	margin-left: 43em;
	}
}

@media (max-width:1440px) {
	section.work .nav-tabs > li:nth-child(1) {
    	margin-left: 37em;
	}
}

@media (max-width:1366px) {
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 35em;
	}
}

@media (max-width:1280px) {
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 32em;
	}
		.row.event-agile1 p.event-p2 {
	    font-size: 14px;
	}
		section.event .event-info {
	    padding:0 15px;
	}
		.row.event-agile2 p.event-p2 {
	    font-size: 14px;
	}
		section.work i.fa.fa-search-plus {
		padding-top:20px;
	}	
		section.work .b-wrapper h5 {
	    font-size: 22px;
	}
}
@media (max-width: 1080px) {
	.slider {
	    height: 597px;
	}
	.top-bar ul.top-contacts li p, .top-bar ul.top-contacts li p a {
		font-size:13px;
		margin: 0;
	}
	ul.nav.navbar-nav.link-effect {
	    margin: 0 0 0 90px;
	}
	form.search-container {
		right:10px;
	}
	.banner-info h3 {
	    font-size: 35px;
	}
	section.service {
	    padding: 70px 0;
	}
	section.service p.text-center,section.team p.text-center,section.work p.text-center,section.test p.text-center {
		font-size:14px;
		padding-bottom:40px;
	} 
	section.service h4 {
	    font-size: 22px;
	}
	.row.event-agile1 p.event-p1 {
	    font-size: 14px;
	}
	section.event .event-info {
	    padding: 35px 40px 0;
	}
	section.team {
	    padding: 50px 0;
	}
	section.work {
	    padding: 50px 0;
	}
	section.work .nav-tabs {
		width:100%;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 0px;
	}
	section.work .b-wrapper {
		padding:20px;
	}
	section.team .view ul.social-icons2 li a i.fa {
		width:35px;
		height:35px;
		line-height:30px;
	}
	.view h4 {
	    margin: 65px 0 0;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 26em;
	}
	section.test {
	    padding: 0;
	}
	section.test .test-w3ls p.test-p1 {
	    font-size: 14px;
	}
	.test-w3ls:after {
		bottom:40%;
		left:18%;
	}
	section.test .test-agile h4 {
		margin:45px 115px 0 0;
	}
	section.contact {
	    padding: 70px 0;
	}
	.footer {
	    padding: 35px 0;
	}
	.footer p {
		font-size:14px;
	}
	section.contact .contact-w3ls p {
		font-size:14px;
		float: left;
		text-align: left;
	}
}
@media (max-width: 1050px) {
	.slider {
	    height: 580px;
	}
}
@media (max-width: 1024px) {
	.slider {
	    height: 545px;
	}
	section.service h2.text-center {
	    font-size: 35px;
	}
	section.service {
	    padding: 35px 0 50px;
	}
	section.service h4 {
		text-align:center;
	}
	section.service p.serv-p {
		text-align:center;
	}
	.col-lg-4.col-md-4.serv-w3ls {
		padding-right:0;
		padding-left:0;
	}
	.row.event-agile1 h3,.row.event-agile2 h3 {
	    font-size: 22px;
	    padding-bottom: 10px;
	}
	.row.event-agile1 p.event-p1,.row.event-agile2 p.event-p1 {
		padding-bottom:10px;
	}
	.row.event-agile1  p.event-p2,.row.event-agile2  p.event-p2 {
		padding-bottom:10px;
	}
	section.team h3.text-center {
	    font-size: 35px;
	}
	section.work h3.text-center {
	    font-size: 35px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 23em;
	}
	section.work .b-wrapper p {
	    font-size: 13px;
	}
	section.work p.text-center {
		padding-bottom:20px;
	}
	section.test h3.text-center {
	    font-size: 35px;
	}
}
@media (max-width:991px) {
	.nav-links .navbar-nav>li>a {
	    padding: 25px 20px;
	}
	ul.nav.navbar-nav.link-effect {
	    margin: 0 0 0 40px;
	}
	.nav-links .navbar-brand {
		padding:19px 0 0;
	}
	form.search-container {
		top:15px;
	}
	span.line1 {
		display:none;
	}
	.col-lg-4.col-md-4.serv-w3ls {
		padding-bottom:30px;
	}
	section.service p.serv-p {
		padding:0 130px;
	}
	section.event .event-info {
	    padding: 35px 40px;
	    text-align: center;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3ls {
	    padding-bottom: 30px;
	}
	.view h4 {
	    margin: 130px 0 0;
	}
	section.team .view ul.social-icons2 {
		padding:40px 0;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 90px;
	}
	.test-w3ls:after {
	    bottom: 52%;
	    left: 11%;
	}
	section.test .test-agile h4 {
	    margin: 45px 370px 0 0;
	}
	section.test .test-details {
	    padding: 0 30px 40px;
	}
	section.contact h3.head1,section.contact h3.head2 {
		text-align:center;
	}
	section.contact h3.head1:before,section.contact h3.head1:after {
		left:37%;
	}
	section.contact h3.head2:before,section.contact h3.head2:after {
		left:33%;
	}
	.col-xs-4.contact-agile1 {
	    width: 50%;
	}
	.col-xs-8.contact-agile2 {
		width:50%;
	}
	section.contact i.fa {
		margin-left:165px;
	}
	.col-lg-6.col-md-6.contact-wthree1 {
	    padding-bottom: 40px;
	}
	.col-lg-6.col-md-6.footer-w3ls1 {
	    width: 65%;
	    float: left;
	}
	.col-lg-6.col-md-6.footer-w3ls2 {
	    width: 35%;
	    float: left;
	}
}
@media (max-width: 900px) {
	ul.nav.navbar-nav.link-effect {
	    margin: 0 0 0 30px;
	}
	.slider {
	    height: 495px;
	}
	.banner-info h3 {
	    font-size: 32px;
		padding-bottom:60px;
	}
	.banner-info {
		top:34%;
	}
	.row.event-agile1 p.event-p1, .row.event-agile2 p.event-p1 {
	    padding-bottom: 15px;
	}
	.row.event-agile1 h3, .row.event-agile2 h3 {
		padding-bottom:15px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 18em;
	}
	section.team {
	    padding: 50px 0 0;
	}
	section.work {
	    padding: 50px 0 0;
	}
	section.test .test-agile h4 {
	    margin: 45px 165px 0 0;
	}
	section.test .test-agile img.img-circle.img-responsive {
		margin-left: 200px;
	}
	.test-w3ls:after {
	    bottom: 52%;
	    left: 38%;
	}
}

@media (max-width:800px) {
	form.search-container {
	    right:0px;
	}
	ul.nav.navbar-nav.link-effect {
	    margin: 0 0 0 9px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 14em;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 55px;
	}
}
@media only screen and (max-width: 767.99px) {
	section.service {
	    padding: 35px 0 10px;
	}
	.btl, .caps, .cntnrbg {
		padding: 40px 0 30px;
	}
	section.event .event-info {
		padding: 30px 20px 0;
	}
	.btl, .contact {
		padding-top: 20px !important;
	}
	.abt_ht {
		padding-top: 5px !important;
	}
	#service {
		padding-top: 25px !important;
		padding-bottom: 25px !important;
	}
	#test1, #test2 {
		padding-left: 8px !important;
		padding-right: 10px !important;
	}
	h4#myModalLabel {
	    font-size: 23px;
	}
	.nav.navbar-nav {
		float: none;
	}
	.nav-links .navbar-nav > li > a {
		padding: 15px 20px 10px !important;
		font-size: 16px;
	}
	.footer-w3ls1, .footer-w3ls2 {
		margin-top: 15px;
	}
	.nivo-controlNav {
		padding: 30px 0 0 0;
	}
	.event-info-team {
		padding-left: 3px !important;
		padding-bottom: 20px !important;
	}
	.test1 {
		padding: 2px 2px;
	}
	.iframe {
		padding: 0 4px;
		text-align: center;
	}
	.navbar-header {
	    margin-left: 0 !important;
    }
	.site_tagline {
	    float: left;
    }
    .navbar-brand {
	    width: 80%;
    }
    .navbar-header {
	    margin-top: 0;
	    margin-bottom: 10px;
    }
    .fancybox-wrap.fancybox-default.fancybox-opened {
	    max-width: 295px !important;
    }
    .fancybox-outer {
	    max-width: 295px !important;
    }
    .fancybox-inner {
	    max-width: 265px !important;
    }
    .test_img {
	    min-height: 146px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991.99px) {
    .navbar-header {
	    margin-left: 5px !important;
    }
	.nav-links .navbar-nav > li > a {
		padding: 12px 15px 3px;
		font-size: 16px;
	}
	ul.nav.navbar-nav.link-effect {
	    margin: 0 0 0 32px;
	}
	.nav-links .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	    margin-left: 0;
	    margin-bottom: 0;
	    margin-right: 60px;
    }
	.slider {
	    height: 420px;
	}
	.container {
		padding-top: 0.5em;
	}
	.top-bar1 ul.top-contacts1 li p , .top-bar1 ul.top-contacts1 li p a {
		font-size: 13px;
	}
	.nav.navbar-nav {
		float: none;
	}
	.text-center {
		font-size: 26px !important;
	}
	#service, .abt_ht, .btl {
		padding-top: 62px !important;
	}
	section.event .event-info {
		padding: 40px 20px 0;
	}
	.contact {
		padding-top: 102px !important;
	}
	.test1 img {
	    min-height: 146px !important;
    }
}
@media (max-width:736px) {
	.nav-links .navbar-brand {
	    padding: 8px 0 0;
	}
	.navbar-inverse .navbar-toggle .icon-bar {
	    background-color: #24e8ff;
	}
	ul.nav.navbar-nav.link-effect {
	    margin:0;
	}
	form.search-container {
	    right: 40px;
		top:5px;
	}
	.slider {
	    height: 345px;
	}
	.banner-info h3 {
	    font-size: 28px;
	    padding-bottom: 45px;
	}
	section.service p.text-center, section.team p.text-center, section.work p.text-center, section.test p.text-center {
	    font-size: 14px;
	    padding-bottom: 20px;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3ls {
		width:50%;
		float:left;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 12em;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 180px;
	}
	section.test .test-agile h4 {
	    margin: 40px 180px 0 0;
	}
	.test-w3ls:after {
		left:36%;
	}
	.col-md-3.col-sm-3.stats-grid.stats-grid-1,.col-md-3.col-sm-3.stats-grid.stats-grid-2,.col-md-3.col-sm-3.stats-grid.stats-grid-3,.col-md-3.col-sm-3.stats-grid.stats-grid-4 {
	    width: 50%;
	    float: left;
		padding-bottom:20px;
	}
}
@media (max-width: 667px) {
	.nav-links .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	   
	}
	.slider {
	    height: 309px;
	}
	.banner-info {
	    top: 25%;
	}
	section.work .nav-tabs > li > a {
	    margin-right: 1px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 10em;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 30px;
	}
	.test-w3ls:after {
	    bottom: 60%;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 150px;
	}
	section.test .test-agile h4 {
	    margin: 40px 125px 0 0;
	}
	.numscroller {
	    font-size: 40px;
	}
	section.stats {
	    padding: 50px 0;
	}
	section.contact {
	    padding: 50px 0;
	}
	.map iframe.googlemaps {
		height:300px;
	}
	}

	@media (max-width:640px) {
	.banner-info h3 {
	    font-size: 25px;
	}
	section.service h2.text-center,section.team h3.text-center,section.work h3.text-center,section.test h3.text-center {
	    font-size: 30px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 9em;
	}
	.test-w3ls:after {
	    left: 37%;
		bottom:52%;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 143px;
	}
}
@media (max-width:600px) {
	section.service p.serv-p {
	    padding: 0 90px;
	}
	.view h4 {
	    margin: 85px 0 0;
		font-size:19px;
	}
	.view p.info {
		font-size:15px;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left:100px;
	}
	section.work {
	    padding: 30px 0 0;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 15px;
	}
	.test-w3ls:after {
	    left: 34%;
	    bottom: 52%;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 115px;
	}
	section.test .test-agile h4 {
	    margin: 40px 100px 0 0;
	}
	section.contact i.fa {
	    margin-left: 110px;
	}
	.col-lg-6.col-md-6.footer-w3ls1 {
	    width: 70%;
	}
	.col-lg-6.col-md-6.footer-w3ls2 {
	    width: 30%;
	}
}
@media (max-width:568px) {
	section.service p.serv-p {
	    padding: 0 40px;
	}
	.view h4 {
	    margin: 75px 0 0;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 90px;
	}
	.test-w3ls:after {
	    left: 36%;
	    bottom: 48%;
	}
	section.test .test-agile h4 {
	    margin: 40px 75px 0 0;
	}
}
@media (max-width:480px) {
	ul.top-contacts {
	    margin-left: 69px;
	    float: none;
	    margin-bottom: 15px;
	}
	ul.top-links {
		float: none;
		margin-left: 125px;
	}
	.top-bar {
		padding: 0;
	}
	.slider {
	    height: 260px;
	}
	.banner-info h3 {
	    font-size: 19px;
	}
	.view h4 {
	    margin: 40px 0 0;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 35px;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 0px;
	}
	section.work .b-wrapper {
	    padding: 9px;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 45px;
	}
	section.test .test-agile h4 {
	    margin: 40px 55px 0 0;
	}
	.test-w3ls:after {
	    left: 28%;
	}
	.numscroller {
	    font-size: 35px;
	}
	section.contact i.fa {
	    margin-left: 40px;
	}
	section.contact .contact-w3ls .address {
		margin-left: -55px;
	}
	button.btn.btn-lg.btn-outline {
		width:100%;
	}
	.col-lg-6.col-md-6.footer-w3ls1 {
	    width: 100%;
	}
	.col-lg-6.col-md-6.footer-w3ls2 {
	    width: 100%;
		text-align:center;
	}
	.map iframe.googlemaps {
	    height: 250px;
	}
	.stats-grid i.fa {
		font-size:25px;
	}
}
@media (max-width:414px) {
	.footer {
	    padding: 0 0 15px 0;
	}
	ul.top-contacts {
	    margin-left: 33px;
	}
	ul.top-links {
		margin-left:95px;
	}
	.search-box:focus {
		width:200px;
	}
	.slider {
	    height: 222px;
	}
	.banner-info h3 {
	    font-size: 17px;
	    line-height: 30px;
		padding-bottom:20px;
	}
	section.service h2.text-center:before {
	    width: 39%;
	    left: 31%;
	}
	section.service h2.text-center:after {
		left:45%;
	}
	section.service p.serv-p {
	    padding: 0 20px;
	}
	section.team {
	    padding: 30px 0 0;
	}
	section.team h3.text-center:before {
	    width: 31%;
	    left: 35%;	
	}
	section.team h3.text-center:after {
		left: 45%;
	}
	.col-lg-3.col-md-3.col-sm-6.team-w3ls {
	    width: 100%;
	}
	.view h4 {
	    margin: 135px 0 0;
	}
	section.work h3.text-center:before {
	    width: 30%;
	    left: 36%;
	}
	section.work h3.text-center:after {
		left:46%;
	}
	section.work .nav-tabs > li:nth-child(1) {
	    margin-left: 2px;
	}
	.col-md-3.col-sm-6.col-xs-6.portfolio-grids {
	    width: 100%;
	}
	section.work .b-wrapper {
	    padding: 20px;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 63px;
	}
	section.test .test-agile img.img-circle.img-responsive {
	    margin-left: 0px;
	}
	.test-w3ls:after {
	    left: 21%;
		bottom:40%;
	}
	section.test .test-agile h4 {
	    margin: 40px 25px 0 0;
	}
	section.contact i.fa {
	    margin-left: 0px;
	}
	section.contact h3.head1:before, section.contact h3.head1:after {
	    left: 30%;
	}
	section.contact h3.head1:after {
		width:22%;
	}
	section.contact h3.head2:before, section.contact h3.head2:after {
		left:25%;
	}
	section.contact h3.head2:after {
		width:25%;
	}
	input.form-control.first-name, input.form-control.last-name, input.form-control.mail, input.form-control.pno {
	    height: 45px;
	}
	.footer p {
	    font-size: 14px;
	    text-align: center;
	    line-height: 30px;
	}
}
@media (max-width:384px) {
	section.contact {
	    padding: 25px 0 20px;
	}
		.col-lg-6.col-md-6.contact-wthree1 {
	    padding-bottom: 0px;
	    padding-top: 10px;
	}
	ul.top-contacts {
	    margin-left: 13px;
	}
	ul.top-links {
	    margin-left: 80px;
	}
	.slider {
	    height: 206px;
	}
	section.service i.fa {
		margin-bottom:20px;
	}
	section.service h4 {
	    font-size: 20px;
		padding-bottom:15px;
	}
	section.work .nav-tabs > li > a {
		font-size:14px;
	}
	section.team h3.text-center:before {
	    width: 35%;
	    left: 32%;
	}
	section.team h3.text-center:after {
	    left: 44%;
	}
	section.work h3.text-center:before {
	    width: 36%;
	    left: 33%;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 40px;
	}
	section.test h3.text-center:before {
	    width: 65%;
	    left: 19%;
	}
	section.test h3.text-center:after {
		left:45%;
	}
	.test-w3ls:after {
		bottom:45%;
	}
	section.test .test-agile h4 {
	    margin: 40px 0px 0 0;
	}
	section.contact h3.head1:before, section.contact h3.head1:after {
	    left: 25%;
		width:52%;
	} 
	section.contact h3.head1:after {
	    width: 26%;
	}
	.col-xs-4.contact-agile1 {
	    width: 35%;
	}
	.col-xs-8.contact-agile2 {
	    width: 65%;
	}
	section.contact .contact-w3ls .address {
	    margin-left: -30px;
	}
	section.contact h3.head2:before, section.contact h3.head2:after {
	    left: 21%;
	}
	section.contact h3.head2:before {
		width:58%;
	}
	section.contact h3.head2:after {
	    width: 29%;
	}
}
@media (max-width:375px) {
	section.service {
	    padding: 25px 0 20px;
	}
	section.service h2.text-center, section.team h3.text-center, section.work h3.text-center, section.test h3.text-center {
	    font-size: 28px;
	}
	section.service h2.text-center:before {
	    width: 46%;
	    left: 28%;
	}
	.view h4 {
	    margin: 120px 0 0;
	}
	section.work .b-wrapper {
	    padding: 22px;
	}
	section.test .test-details {
	    padding: 0 15px 40px;
	}
	section.test .test-w3ls {
		padding:15px;
	}
}
@media (max-width:320px) {
	ul.top-contacts li {
    	margin-right: 15px;
	}
	ul.top-contacts {
    	margin-left: -6px;
	}
	.top-bar ul.top-contacts li p span {
		margin-right:1px;	
	}
	ul.top-links {
    	margin-left: 50px;
	}
	form.search-container {
    	right: 10px;
	}
	.slider {
    	height: 170px;
	}
	body p {
		font-size:12px;
	}
	.slider-nav {
		bottom:0;
	}
	.banner-info {
		top:19%;
	}
	.banner-info h3 {
		padding-bottom:10px;
	}
	.banner-info a {
		font-size: 16px;
		padding: 7px 20px;
	}
	section.service h2.text-center, section.team h3.text-center, section.work h3.text-center, section.test h3.text-center {
	    font-size: 26px;
	}
	section.service h2.text-center:after {
	    left: 44%;
	}
	section.service p.serv-p {
	    padding: 0 15px;
	}
	.view h4 {
	    margin: 100px 0 0;
	}
	section.work .nav-tabs > li > a {
		padding: 9px;
	}
	section.team h3.text-center:after {
	    left: 114px;
	}
	section.work h3.text-center:after {
	    left: 134px;
	}
	section.work i.fa.fa-search-plus {
	    padding-top: 20px;
	}
	section.test h3.text-center:after {
	    left: 119px;
	}
	section.test .test-details {
	    padding: 0 10px 40px;
	}
	section.contact h3.head1:before, section.contact h3.head1:after {
	    left: 20%;
	}
	section.contact h3.head1:before {
	    width: 60%;
	}	
	section.contact h3.head1:after {
	    width: 30%;
	}
	section.contact h3.head1:before, section.contact h3.head1:after {
		left:15%;
	}
	section.contact h3.head2:before {
	    width: 71%;
	}
	section.contact h3.head1,section.contact h3.head2 {
	    font-size: 26px;
	}
}
.btn{
	background: #E1332D;
	font-weight: 400;
}
.buttons {
	display: table;
	height: 100%;
	width: 100%;
}
.bnt {
	display: table-cell;
	padding: 1em;
	text-align: center;
	vertical-align: middle;
}
.btn {
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	margin: 0 auto 2em;
	max-width: 160px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	width: 100%;
}
@media (min-width: 400px) {
  .btn {
    display: inline-block;
    margin-right: 2.5em;
  }
  .btn:nth-of-type(even) {
    margin-right: 0;
  }
}
@media (min-width: 600px) {
  .btn:nth-of-type(even) {
    margin-right: 2.5em;
  }
  .btn:nth-of-type(5) {
    margin-right: 0;
  }
}
.btn:hover {
	text-decoration: none;
}
.btn-5 {
	border: 0 solid;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
	outline: 1px solid;
	outline-color: rgba(255, 255, 255, 0.5);
	outline-offset: 0px;
	text-shadow: none;
	-webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn-5:hover {
	border: 1px solid;
	box-shadow: #fff;
	outline-color :#fff;
	outline-offset: 15px;
	text-shadow: 1px 1px 2px #fff;
	color: #fff;
}
.prodct{
	margin-top: 32px;
    margin-bottom: 35px;
}

a {
	text-decoration: none;
	color: #1ab188;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
a:hover {
	color: #179b77;
}
.form {
	background: rgba(19, 35, 47, 0.9);
	padding: 40px;
	max-width: 600px;
	margin: 40px auto;
	border-radius: 4px;
	box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}
.tab-group {
	list-style: none;
	padding: 0;
	margin: 0 0 40px 0;
}
.tab-group:after {
	content: "";
	display: table;
	clear: both;
}
.tab-group li a {
	display: block;
	text-decoration: none;
	padding: 15px;
	background: rgba(160, 179, 176, 0.25);
	color: #a0b3b0;
	font-size: 20px;
	float: left;
	width: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .5s ease;
	transition: .5s ease;
}
.tab-group li a:hover {
	background: #179b77;
	color: #ffffff;
}
.tab-group .active a {
	background: #1ab188;
	color: #ffffff;
}
.tab-content > div:last-child {
	display: none;
}
h1 {
	text-align: center;
	color: #ffffff;
	font-weight: 300;
	margin: 0 0 40px;
}
label {
	position: absolute;
	-webkit-transform: translateY(6px);
	      transform: translateY(6px);
	left: 13px;
	color: rgba(255, 255, 255, 0.5);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-backface-visibility: hidden;
	pointer-events: none;
	font-size: 22px;
}
label .req {
	margin: 2px;
	color: #1ab188;
}
label.active {
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	left: 2px;
	font-size: 14px;
}
label.active .req {
	opacity: 0;
}
label.highlight {
	color: #ffffff;
}
input, textarea {
	font-size: 17px;
	display: block;
	width: 100%;
	height: 100%;
	padding: 5px 10px;
	background: none;
	background-image: none;
	border: 1px solid #a0b3b0;
	color: #ffffff;
	border-radius: 0;
	-webkit-transition: border-color .25s ease, box-shadow .25s ease;
	transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus, textarea:focus {
	outline: 0;
	border-color: #1ab188;
}
textarea {
	border: 2px solid #a0b3b0;
	resize: vertical;
}
.field-wrap {
	position: relative;
	margin-bottom: 40px;
}
.top-row:after {
	content: "";
	display: table;
	clear: both;
}
.top-row > div {
	float: left;
}
.top-row > div:last-child {
	margin: 0;
}
.button {
	border: 0;
	outline: none;
	border-radius: 0;
	padding: 15px 0;
	font-size: 2rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .1em;
	background: #1ab188;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-appearance: none;
}
.button:hover, .button:focus {
	background: #179b77;
}
.button-block {
	display: block;
	width: 100%;
}
.forgot {
	margin-top: -20px;
	text-align: right;
}
.carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
	overflow:hidden;
}
.item.active img {
    transition: transform 5000ms linear 0s;
    transform: scale(1.05, 1.05);
}
.carousel-fade .carousel-inner .active {
	opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
 	opacity: 1;
}
.carousel-fade .carousel-control {
	z-index: 2;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
    }
}
.box {
	width: 40%;
	margin: 0 auto;
	background: rgba(255,255,255,0.2);
	padding: 35px;
	border: 2px solid #fff;
	border-radius: 20px/50px;
	background-clip: padding-box;
	text-align: center;
}
.button {
	font-size: 1em;
	padding: 10px;
	color: #fff;
	border: 2px solid #06D85F;
	border-radius: 20px/50px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease-out;
}
.button:hover {
	background: #06D85F;
}
.overlay {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
}
.overlay:target {
	visibility: visible;
	opacity: 1;
}
.popup {
	margin: 70px auto;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	width: 30%;
	position: relative;
	transition: all 5s ease-in-out;
}
.popup h2 {
	margin-top: 0;
	color: #333;
}
.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.popup .close:hover {
	color: #06D85F;
}
.popup .content {
	max-height: 30%;
	overflow: auto;
}
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
.menitit {
	font-size: 30px;
	text-transform: uppercase;
	padding-top: 10px;
	background: #159238;
	color: #fff;
	text-align: center;
	font-weight: 300;
	border-radius:8px;
}
.modal-content{
	background: rgba(227,227,227,1);
}
.prom{
	width: 80%;
}
@media only screen 
and (min-device-width: 320px) 
and (max-device-width: 480px) {
	.mods{
		width: 90%;
	}
}
/** Smartphones (landscape) **/
@media only screen 
and (min-width: 321px) {
	.mods{
		width: 90%;
	}
}
/** Smartphones (portrait) **/
@media only screen 
and (max-width: 320px) {
.mods{
width:90%;
}
}
/** iPads (portrait and landscape) **/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) {
	.mods{
		width:70%;
	}
}
/** iPads (landscape) ----------- */
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation:landscape) {
	.mods{
		width: 70%;
	}
}
/** iPads (portrait) **/
@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1024px) 
and (orientation: portrait) {
	.mods{
		width: 60%;
	}
}
/** Desktops and laptops **/
@media only screen 
and (min-width: 1224px) {
	.mods{
		width: 60%;
	}
}
/** Large screens **/
@media only screen 
and (min-width: 1824px) {
	.mods{
		width: 60%;
	}
}
/** iPhone 4 **/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	.mods{
		width:90%;
	}
}
.item img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.item:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}