
html, body{
    font-size: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#ffffff;
	margin: 0;
	scroll-behavior: smooth;
}
p,ul li,ol li{
	margin:0;
	font-size:14px;
}
.mb-1{
	margin-bottom: 10px;
}
.mt-1{
	margin-top: 10px;
}
.gp{
   white-space: nowrap;
   font-size: 17px!important;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Ubuntu', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
input[type="submit"],input[type="reset"],a,.w3ls_team_grid1_pos ul li{
	-webkit-transition: 0.5s ease-in;
    -moz-transition: 0.5s ease-in;
    -ms-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition:0.5s ease-in;
}
.mb-3{
	margin-bottom: 30px;
}
.dnone{
	display: none!important;
}
.mnone{
	display: block!important;
}
@media only screen and (max-width: 768px){
	.dnone{
		display: block!important;
	}
	.mnone{
		display: none!important;
	}
	.single-column{
		display: none!important;
	}
	.imgll{
		display: none!important;
	}
	.main{
		height: 0vh!important;
	}
	.mnn {
		display: none!important;
	}
	.m_nav_container1{
		display: none!important;
	}
	.servics .icon-box {
		height: auto!important;
		width: 100%!important;
	}
	.w3l_social_icons {
		height: auto!important;
	}
	.slide-img{
		width: 100%!important;
	}
	.img-sec img {
		/* margin-top: -25px; */
		margin-left: 0px!important;
		padding: 20px;
		width: 100%!important;
		
		margin-top: 30px!important;
	}
	.all-page-header{
		height: auto!important;
	}
	.about-sec{
		margin-top: 370px!important;
	}
	#slideshow > div .imgs{
		height: auto!important;
	}
	.wthree-event-left1-right{
		width: 100%!important;
	}
	.imgw{
		height: auto!important;
		margin: 40px 0px!important;
	}
	.serv{
		margin-top: -195px!important;
	}
	.dfl{
		display: block!important;
	} 
	.enquiry-img{
		display: none;
	}
	.contact {
		box-shadow: 0 0 0px!important;
		padding: 0px!important;
		margin-bottom: 30px;
	}
	
}
.img-sec img{margin-top: -25px;margin-left: 50px;padding: 20px;
	width: 70%;

}

.wapper{
	perspective:1000px;
	min-height:100vh;
	overflow: hidden!important;
	display:grid;
	justify-content:center;
	align-content:center;
	background-color:#000;
}

/* Loader CSS */
.loadContainer{
	--loaderSize: 100px; /* size of the container */
}

.loadCircle{
	--loaderSpeed: 1.4s;
}

.loadCircleInner{
	--border-thickness: 5px; /* the bigger the loader is, the thicker this needs to be */
  --loader-base-color: 187,0,255; /* rbg color */
}

.loadContainer{
	position: relative;
	width: var(--loaderSize);
	height: var(--loaderSize);
}

.loadInner{
	width: 82.5%;
	height: 85%;
	border-radius: 100%;
	position: absolute;
	top: 7.5%;
	left: 7.25%;
}

.loadCircle{
	width: 100%;
	height: 100%;
	position: absolute;
}

.loadCircle > .loadCircleInner{
	width: 100%;
	height: 100%;
	border-radius: 100%;
	border: var(--border-thickness) solid rgba(var(--loader-base-color),0.7);
	border-right: none;
	border-top: none;
	background-clip: padding;
	box-shadow: inset 0px 0px 10px rgba(var(--loader-base-color),0.15);
}
.loadCircle:nth-of-type(0){
	transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
}
.loadCircle:nth-of-type(0) .loadCircleInner{
	animation: loaderSpin var(--loaderSpeed) infinite linear;
		-o-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-ms-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-webkit-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-moz-animation: loaderSpin var(--loaderSpeed) infinite linear;
}
.loadCircle:nth-of-type(1){
	transform: rotate(70deg);
		-o-transform: rotate(70deg);
		-ms-transform: rotate(70deg);
		-webkit-transform: rotate(70deg);
		-moz-transform: rotate(70deg);
}
.loadCircle:nth-of-type(1) .loadCircleInner{
	animation: loaderSpin var(--loaderSpeed) infinite linear;
		-o-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-ms-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-webkit-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-moz-animation: loaderSpin var(--loaderSpeed) infinite linear;
}
.loadCircle:nth-of-type(2){
	transform: rotate(140deg);
		-o-transform: rotate(140deg);
		-ms-transform: rotate(140deg);
		-webkit-transform: rotate(140deg);
		-moz-transform: rotate(140deg);
}
.loadCircle:nth-of-type(2) .loadCircleInner{
	animation: loaderSpin var(--loaderSpeed) infinite linear;
		-o-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-ms-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-webkit-animation: loaderSpin var(--loaderSpeed) infinite linear;
		-moz-animation: loaderSpin var(--loaderSpeed) infinite linear;
}
.loadInner{
	animation: loaderSpin (var(--loaderSpeed)*2.5) infinite linear;
		-o-animation: loaderSpin (var(--loaderSpeed)*2.5) infinite linear;
		-ms-animation: loaderSpin (var(--loaderSpeed)*2.5) infinite linear;
		-webkit-animation: loaderSpin (var(--loaderSpeed)*2.5) infinite linear;
		-moz-animation: loaderSpin (var(--loaderSpeed)*2.5) infinite linear;
}
@keyframes loaderSpin{
	from{
		transform: rotate(0deg);
	}
	to{
		transform: rotate(360deg);
	}
}
@-o-keyframes loaderSpin{
	from{
		-o-transform: rotate(0deg);
	}
	to{
		-o-transform: rotate(360deg);
	}
}
@-ms-keyframes loaderSpin{
	from{
		-ms-transform: rotate(0deg);
	}
	to{
		-ms-transform: rotate(360deg);
	}
}
@-webkit-keyframes loaderSpin{
	from{
		-webkit-transform: rotate(0deg);
	}
	to{
		-webkit-transform: rotate(360deg);
	}
}
@-moz-keyframes loaderSpin{
	from{
		-moz-transform: rotate(0deg);
	}
	to{
		-moz-transform: rotate(360deg);
	}
}

/*-- banner --*/
/* .banner{
	background:url(../images2/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:770px;
	padding:1em 0 0;
} */
.banner1{
	background:url(../images2/banner1.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	min-height:300px;
	padding:1em 0 0;
}
.w3_agile_logo{
	float:left;
}
.w3_agile_logo h1 a{
	font-size: 1.5em;
    color: #fff;
    position: relative;
    padding-left: 0.7em;
    text-decoration: none;
    font-weight: 300;
}
.w3_agile_logo h1 a span{
	display: block;
    line-height: 0;
    font-size: .3em;
    padding-left: 2.3em;
    /*color: #24f4ff;*/
        color: #e12727;
}
.w3_agile_logo h1 a:before{
	width: 30px;
    height: 55px;
    border: 5px solid #24f4ff;
    position: absolute;
    top: 20%;
    left: 0%;
    content: '';
}
.agile_banner_info{
	position: relative;
    width: 80%;
    margin:13em auto 5em;
    text-align: center;
}
.agile_banner_info_pos{
	position: absolute;
    top:50%;
    left:-31%;
    transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.agile_banner_info_pos ul li{
	display:inline-block;
	margin:0 1em;
	color:#fff;
	text-transform:capitalize;
	font-weight:600;
	letter-spacing:2px;
}
.agile_banner_info h2{
	font-size: 1em;
    color: #fff;
    line-height: 1.8em;
    font-weight: 300;
}
.agile_banner_info h2 span{
	font-size: 3.5em;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
    margin-bottom: .2em;
}
.agile_banner_info h2 i{
	letter-spacing:2px;
}
.agile_banner_info p{
	color: #fff;
    line-height: 1.8em;
    width: 75%;
    margin: 2em auto 0;
}
.agileinfo_more{
	text-align:center;
}
.agileinfo_more a{
	padding:10px 40px;
	border:2px solid #fff;
	font-size:14px;
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:600;
	letter-spacing:2px;
}

/* Radial In */
.hvr-radial-in {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
  background: #24f4ff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background:#494848;
	border-radius: 100%;
	-webkit-transform: scale(2);
	transform: scale(2);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-radial-in:hover{
  color: #212121;
}
.hvr-radial-in:hover:before{
  -webkit-transform: scale(0);
  transform: scale(0);
}
/*-- menu --*/
.m_nav_ham{
    box-sizing: border-box;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

#m_nav_container {
    width: 100%;
    height: 200px;
        background-color: #fff;
   /* background-color:#13b3bb;*/
    position: fixed;
    display: none;
    top: 0px;
	left: 0;
}
.m_nav_container1 {
	display: flex;
	align-items: center;
}
.m_nav_container1 h4{
	font-size: 28px;
	color: black;
	text-align: start;
}
#m_nav_container img{
    height: 200px;
	width: 200px;
}
.man{
	margin-top: 105px!important;
}
.m_nav_container {
    width: 100%;
    height: 200px;
        background-color: #f51c1cdb;
   /* background-color:#13b3bb;*/
    position: fixed;
    display: block!important;
    top: 0px;
	left: 0;
}

.wthree_bg{
	-webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.wthree_bg.container_open{
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#m_nav_bar {
    width: 80%;
    margin: auto;
}
#m_nav_list {
    list-style: none;
    margin:2.4em 0 0;
}
.m_nav_item {
	display: inline-block;
    margin: 0 1em;
}
.m_nav_item a {
    text-decoration: none;
    color: #333;
	font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    -webkit-transition-duration: 0.5s;
}

.container_open {
    position: fixed !important;
    display: block;
    height: 120px;
}

#m_nav_menu {
    width: 50px;
    height: 40px;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 30px;
    right: 15%;
    z-index: 3;
	cursor: pointer;
}

.m_nav_ham {
    width: 35px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}
.m_nav_ham_1_open {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: 15px;
}
.m_nav_ham_2_open {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top:-8px;
}
.m_nav_ham_3_open {
    opacity: 0;
}
.button_open {
    background: #333;
}
.w3_agileits_ham {
    margin-top: .8em;
}
.w3_agileits_ham.m_nav_ham_1_open {
    margin-top: 20px !important;
}
@media screen and (min-width: 780px) {
    #m_nav_container {
        text-align: center;
        height: 100px !important;
    }
	#m_nav_container img{
        text-align: center;
		width: 125px;
        height: 100px !important;
    }
	.man{
		margin-top: 100px!important;
	}
    .open_wrapper {
        top: 130px !important;
    }
}
@media screen and (min-width: 1150px) {
    #m_nav_container {
        text-align: center;
        height:105px !important;
    }
	#m_nav_container img{
        text-align: center;
		width: 130px !important;
        height: 105px !important;
    }
	.man{
		margin-top: 105px!important;
	}
	#m_nav_menu {
		top: 5%;
        right: 3%;
	}
}
/*-- nav-effect --*/
.menu__list {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
}
.menu__link {
    display: block;
    
}

/* Sebastian */
.menu--sebastian .menu__link {
	position: relative;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}
.menu--sebastian {
	display: flex;
	justify-content: space-between;
	margin-right: 110px;
}
.menu--sebastian .imgll {
	width: 7.3%;
	margin-left: 50px;
}
.menu--sebastian .menu__link:hover{
	color: #f51c1cdb;
}
.menu--sebastian .menu__item_dropdown {
	position: relative;
	transition: all ease 0.3s;
}
.menu--sebastian .menu__item--current .menu__link {
	color: #f51c1cdb;
}

.menu--sebastian .menu__link::before,
.menu--sebastian .menu__link::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #f51c1cdb;
	-webkit-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
	-webkit-transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
}

.menu--sebastian .menu__link::before {
	top: 0;
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.menu--sebastian .menu__link::after {
	bottom: 0;
	-webkit-transform-origin: 100% 50%;
	transform-origin: 100% 50%;
}

.menu--sebastian .menu__item--current .menu__link::before,
.menu--sebastian .menu__item--current .menu__link::after,.menu__link:hover::before,.menu__link:hover::after  {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
/*-- //banner --*/
/*-- bootstrap-pop-up --*/
.modal-header {
    font-size: 2em;
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    background: #13b3bb;
    border-bottom: none;
}
.close {
    opacity: 1;
}
.modal-body p {
    color: #999;
    text-align: left;
    padding: 2em 1em;
    margin: 0 !important;
    line-height: 2em;
}
.modal-body p i {
    display: block;
    margin: 2em 0 0;
	color:#212121;
}
.modal-body {
    padding:0;
}
.modal-content {
    border-radius: 0;
}
button.close {
    font-size: 1em;
    color:#016065;
	outline: none;
}
.modal-dialog {
    width: 845px;
}
.w3_modal_body_left {
    padding-left: 0;
}
/*-- //bootstrap-pop-up --*/
/*-- banner-bottom --*/
.banner-bottom,.events,.services,.featured-services{
	padding:5em 0;
}
.agileits_banner_bottom_left h3{
	font-size: 2em;
    color: #212121;

    text-transform: capitalize;
    font-weight: 300;
	padding-left: 0.8em;
    border-left: 5px solid #f30707e8;;
}
.agileits_banner_bottom_left h3 span{
	/*color: #13b3bb;*/
      color: #f30707e8;
    text-transform: uppercase;
    font-weight: 500;
}
.agileits_banner_bottom_left p.w3l_para{
	font-family: emoji;
    color: #000;
    letter-spacing: .8px;
    font-size: 17px;
    font-weight: 500;
    margin: 2em 0 3em;
}
.w3l_para{
	font-family: emoji;
    color: #000;
    letter-spacing: .8px;
    font-size: 18px;
    font-weight: 500;
}
.w3ls_banner_bottom_right{
	position:relative;
}
.w3ls_banner_bottom_right_pos{
    position: absolute;
    top: 35%;
    left: -50%;
    width: 80%;
    top: 196px;
}
.w3l_social_icon_grid{
	position:relative;
}
.w3l_social_icon_gridl{
	float: left;
    width: 70px;
    height: 70px;
    text-align: center;
	cursor: pointer;
}
.w3l_social_icon_gridl i{
	font-size: 1.5em;
    line-height: 3em;
}
.w3_facebook{
    border: 2px dotted #3b5998;
	border-radius: 50%;
}
.w3_facebook i{
    color:#3b5998;
}
.w3_dribbble{
    border: 2px dotted #ea4c89;
	border-radius: 50%;
}
.w3_dribbble i{
    color:#ea4c89;
}
.w3_instagram{
    border: 2px dotted #833ab4;
	border-radius: 50%;
}
.w3_instagram i{
    color:#833ab4;
}
.w3l_social_icon_gridr{
	float: left;
    margin: 1.4em 0 0 7em;
}
.w3l_social_icon_gridr p{
	font-size: 1.5em;
    color: #fff;
    font-weight: bold;
}
.w3l_social_icon_grid_pos{
	position: absolute;
    top: 25%;
    left: 25%;
}
.w3l_social_icon_grid_pos label{
	font-size:1.5em;
	color:#212121;
}
.w3ls_social_icon_grid{
	margin:1em 0;
}
/*-- //banner-bottom --*/
/*-- banner-bottom-icons --*/
.w3_banner_bottom_icons_left,.w3_banner_bottom_icons_right{
	padding:0;
}
.w3_banner_bottom_icons_right{
	border-bottom:1px solid #f5f5f5;
}
.w3_banner_bottom_icons1{
	border-right:1px solid #f5f5f5;
	border-top:1px solid #f5f5f5;
	padding:0.45em;
	text-align:center;
}
.w3_banner_bottom_icons1 i{
	font-size: 2em;
    color: #fff;
    font-family: FontAwesome;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    /*background: #13b3bb;*/
        background-color: #f41d1dd1;
	line-height: 2.5em;
}
.fa-table:before {
    content: "\f0ce";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-jpy:before {
    content:"\f157";
}
.fa-user:before {
    content:"\f007";
}
.b-bottom{
	padding: 0 0 5em 0;
}
.w3_banner_bottom_icons1 h3{
	font-size:1.2em;
	color:#212121;
	text-transform:uppercase;
	margin:0.5em 0;
	position:relative;
	padding-bottom:.5em;
}
.w3_agile_banner_bottom .imgr{
   min-width: 107%!important;
}
.w3_banner_bottom_icons1 h3:before{
	content: '';
  background-color: #f64545;
   /* background: #13b3bb;*/
    width: 25%;
    height: 2px;
    position: absolute;
    left: 36.9%;
    bottom: 0%;
}
.w3_banner_bottom_icons1 p{
	font-size: 14px;
    font-weight: 300;
    line-height: 1.3em;
}
.w3_banner_bottom_icons1_effect{
    position: relative;
    overflow: hidden;
    display: inline-block;
    -moz-transition: ease-out 0.3s;
    -o-transition: ease-out 0.3s;
    -webkit-transition: ease-out 0.3s;
    transition: ease-out 0.3s;
	padding:1em;
}
.w3_banner_bottom_icons1_effect::before {
    width: 80px;
    height: 80px;
    background: transparent;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #b1b1b1;
    border-top: 2px solid #b1b1b1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.w3_banner_bottom_icons1_effect::after {
    width: 80px;
    height: 80px;
    background: transparent;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::before {
    opacity: 1;
    right: 5px;
    top: 5px;
}
.w3_banner_bottom_icons1:hover .w3_banner_bottom_icons1_effect::after {
    opacity: 1;
    left: 5px;
    bottom: 5px;
}
.w3_banner_bottom_icons1:hover{
	background:#f5f5f5;
}
.w3_agile_banner_bottom{
	position:relative;
}
.w3_agile_banner_bottom figure,.w3ls_featured_services_grid figure {
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
/* Circle */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hover15 figure:hover::before,.w3ls_team_grid:hover .hover15 figure::before,.banner-bottom-icons:hover .hover15 figure::before,.w3_featured_services_grid:hover .hover15 figure::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
/*-- //banner-bottom-icons --*/
/*-- events-top --*/
.agile_events_top_grid {
    padding: 0;
}
.w3_agileits_evets_text_img{
	position:relative;
}
.agile_events_top_grid_pos{
	position: absolute;
    bottom: -15%;
    left: 39%;
}
.agile_events_top_grid_pos img{
	border:2px solid #212121;
	border-radius:50px;
}
.agileits_w3layouts_events_text{
	text-align:center;
	padding:3.5em 0 0;
}
.agileits_w3layouts_events_text h3{
	font-size:1.2em;
	/*color:#212121;*/
  color: #f64545;;
	text-transform:uppercase;
	letter-spacing:2px;
}
.agileits_w3layouts_events_text p{
	color:#999;
}
.view {
    overflow: hidden;
    position: relative;
    text-align: center;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view .info {
    display: inline-block;
    text-decoration: none;
    margin-top: 7em;
}
.view-eighth .mask {
   background-color:rgba(0, 0, 0, 0.56);
   top: -160px;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.3s ease-out 0.5s;
   -moz-transition: all 0.3s ease-out 0.5s;
   -o-transition: all 0.3s ease-out 0.5s;
   -ms-transition: all 0.3s ease-out 0.5s;
   transition: all 0.3s ease-out 0.5s;
}
.agile_events_top_grid::after{
	content: '';
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	margin: 10px;
	border: 3px solid black;
 }
.view-eighth .info {
   -webkit-transform: translateY(-200px);
   -moz-transform: translateY(-200px);
   -o-transform: translateY(-200px);
   -ms-transform: translateY(-200px);
   transform: translateY(-200px);
   -webkit-transition: all 0.2s ease-in-out 0.3s;
   -moz-transition: all 0.2s ease-in-out 0.3s;
   -o-transition: all 0.2s ease-in-out 0.3s;
   -ms-transition: all 0.2s ease-in-out 0.3s;
   transition: all 0.2s ease-in-out 0.3s;
}
.view-eighth:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   top: 0px;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-animation: bounceY 0.9s linear;
   -moz-animation: bounceY 0.9s linear;
   -ms-animation: bounceY 0.9s linear;
   animation: bounceY 0.9s linear;
}
.view-eighth:hover .info {
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
}
@keyframes bounceY {
    0% { transform: translateY(-205px);}
    40% { transform: translateY(-100px);}
    65% { transform: translateY(-52px);}
    82% { transform: translateY(-25px);}
    92% { transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { transform: translateY(0px);}
}
@-moz-keyframes bounceY {
    0% { -moz-transform: translateY(-205px);}
    40% { -moz-transform: translateY(-100px);}
    65% { -moz-transform: translateY(-52px);}
    82% { -moz-transform: translateY(-25px);}
    92% { -moz-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -moz-transform: translateY(0px);}
}
@-webkit-keyframes bounceY {
    0% { -webkit-transform: translateY(-205px);}
    40% { -webkit-transform: translateY(-100px);}
    65% { -webkit-transform: translateY(-52px);}
    82% { -webkit-transform: translateY(-25px);}
    92% { -webkit-transform: translateY(-12px);}
    55%, 75%, 87%, 97%, 100% { -webkit-transform: translateY(0px);}
}
/*-- //events-top --*/
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background:none;
    top: -5% !important;
    border-radius: 5px;
	display:none;
}
.nbs-flexisel-nav-left {
	left:91%;
}
.nbs-flexisel-nav-right {
	right: 1.2%;
    background:none;
}
/*--//flexisel--*/
/*- events --*/
.agileinfo_header{
	font-size:2em;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:3px;
	font-weight:600;
	padding:.5em 0;
	position:relative;
}
.agileinfo_header:before,.agileinfo_header:after{
	content: '';
    background: #dadada;
    height: 2px;
    position: absolute;
    width: 10%;
}
.agileinfo_header:before{
	top:0%;
	left:-3%;
}
.agileinfo_header:after{
	bottom:0%;
	right:65%;
}
.agileits_dummy_para{
	color:#999;
	margin:1em 0 0;
}
.wthree_events_grid_left{
    border-left: 2px solid #dadada;
    position: relative;
    padding-left: 0;
}
.wthree_events_grid_left:before,.wthree_events_grid_left:after{
	content: '';
    background: #dadada;
    height: 20px;
    position: absolute;
    width: 20px;
    border-radius: 50px;
    left: -2%;
}
.wthree_events_grid_left:before{
	top:0%;
}
.wthree_events_grid_left:after{
	bottom:0%;	
}
.w3ls_event_grids,.w3_services_grids{
	margin:3em 0 0;
}
.wthree_events_grid_left1_gridl {
    padding-left: 0;
}
.wthree_events_grid_left1_gridl p {
    text-transform: uppercase;
    font-weight: 600;
    padding:2em 0 1em 0;
    border-bottom: 1px solid #999;
    text-align: center;
    font-size: 13px;
    position: relative;
    color: #212121;
}
.wthree_events_grid_left1_gridl p:before{
	content: '';
    background: #13b3bb;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    position: absolute;
    left: -2%;
    bottom: -5%;
}
.wthree_events_grid_left1_gridr h4 a{
	text-transform:capitalize;
	font-size:1em;
	color:#212121;
	text-decoration:none;
}
.wthree_events_grid_left1_gridr h4{
	margin-top: 30px;
}
.wthree_events_grid_left1_gridr h4 a:hover{
	color:#13b3bb;
}
.wthree_events_grid_left1_gridr h4 a:focus{
	outline:none;
}
.wthree_events_grid_left1_gridr p{
	margin:1em 0 0;
}
.wthree_events_grid_left1 {
    min-height: 130px;
}
.wthree_events_grid_right{
	position:relative;
	background:url(../images/8.jpg) no-repeat 0px 0px;
	min-height:400px;
	padding:3em;
}
.wthree_events_grid_right1{
	padding: 2em;
   /* background: rgba(9, 243, 255, 0.45);*/
        background-color: #f63c3c99;
    height: 305px;
	text-align: center;
}
.wthree_events_grid_right1 h3{
	font-size: 3em;
    color: #fff;
    text-transform: capitalize;
    border-bottom: 1px solid;
}
.wthree_events_grid_right1 h3 span{
	font-size:.5em;
}
.wthree_events_grid_right1 h2{
	text-transform: uppercase;
    font-size: 4em;
    color: #fff;
    letter-spacing: 30px;
    margin-top: .5em;
}
.wthree_events_grid_right1 h2 span{
	display:block;
}
/*- //events --*/
/*-- footer --*/
.footer{
	background:#1C1C1C;
    padding: 3em 0;
}
.footer-logo h2 a{
	font-size: 1.5em;
    color: #fff;
    position: relative;
    padding-left:0.8em;
    text-decoration: none;
    font-weight: 300;
}
.footer-logo h2 a:before {
    width: 30px;
    height: 50px;
    border: 5px solid #24f4ff;
    position: absolute;
    top: 20%;
    left: 0%;
    content: '';
}
.footer-logo h2 a span{
	display: block;
    line-height: 0;
    font-size: .3em;
    padding-left:2.7em;
    color: #24f4ff;
}
.agileinfo_footer_grid h4{
	font-size: 1em;
    color: #fff;
    margin: 0.8em 0 0;
    line-height: 2em;
    font-weight: 300;
}
.agileinfo_footer_grid h4 span{
	display:block;
	font-size: 2.5em;
}
.agileinfo_footer_grid p{
	margin:1em 0;
    color: #fff;
    line-height: 2em;
}
.agileinfo_footer_grid p span{
	display:block;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav{
	padding:1em 0 0;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li{
	list-style-type:none;
	margin:0 0 1em;
}
.w3layouts_footer_nav li i{
	padding-right:1em;
	color:#fff;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li a{
	font-size: 13px;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
}
.agileinfo_footer_grid ul.w3layouts_footer_nav li a:hover{
	color:#24f4ff;
}
.footer-copy{
	background:#3D3D3D;
	padding:1.5em 0;
	text-align:center;
}
.footer-copy p{
	line-height:1.8em;
	color:#fff;
	margin:0;
}
.footer-copy p a{
	/*color:#24f4ff;*/
  color: #f63c3c;
}
.footer-copy p a:hover{
	color:#fff;
}
.agileinfo_footer_grid_left{
	float:left;
	width:50%;
}
.agileinfo_footer_grid1 {
    padding-left: 0;
}
/*-- social-icons --*/
ul.social-icons li {
    display: inline-block;
}
ul.social-icons li a{  
}
.icon {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
	margin: 0;
	width: 35px;
	height: 35px;
	font-family: FontAwesome;
	font-size:1em;
	color: #fff !important;;
	text-align:center;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
}
.icon-border {
	position: relative;
}

.icon-border::before,
.icon-border::after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-o-border-radius: 25px;
	-ms-border-radius: 25px;
	line-height: 2.2em;
}

.icon-border::before {
	z-index: 1;
	-webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.icon-border::after {
	z-index: 2;
}

/* facebook */
.icon-border.facebook::before {
	box-shadow:inset 0 0 0 48px #212121;
}

.icon-border.facebook:hover::before {
	box-shadow:inset 0 0 0 2px #3b5998;
}

.icon-border.facebook::after {
	content:"\f09a";
}
.icon-border.facebook:hover::after {
	color:#3b5998;
}

/* twitter */
.icon-border.twitter::before {
	box-shadow:inset 0 0 0 48px #212121;
}

.icon-border.twitter:hover::before {
	box-shadow:inset 0 0 0 2px #1da1f2;
}

.icon-border.twitter::after {
	content:"\f099";
}
.icon-border.twitter:hover::after {
	color:#1da1f2;
}

/* instagram */
.icon-border.instagram::before {
	box-shadow: inset 0 0 0 48px #212121;
}

.icon-border.instagram:hover::before {
	box-shadow: inset 0 0 0 2px #833ab4;
}

.icon-border.instagram::after {
	content: "\f16d";
}
.icon-border.instagram:hover::after {
	color:#833ab4;
}

/* pinterest */
.icon-border.pinterest::before {
	box-shadow: inset 0 0 0 48px #212121;
}

.icon-border.pinterest:hover::before {
	box-shadow: inset 0 0 0 2px #bd081c;
}

.icon-border.pinterest::after {
	content: "\f231";
}
.icon-border.pinterest:hover::after {
	color:#bd081c;
}
/*-- //social-icons --*/
.w3layouts_newsletter{
	padding:3em 0;
	/*background:#13b3bb;*/
      background-color: #f63c3c;
}
.w3layouts_newsletter_left{
	float:left;
}
.w3layouts_newsletter_right{
	float:right;
	width:50%;
}
.w3layouts_newsletter_left h3{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
}
.w3layouts_newsletter_right input[type="email"]{
	outline: none;
    border: 1px solid #fff;
    padding: 10px;
    background: none;
    color: #fff;
    font-size: 14px;
    width: 74.2%;
}
.w3layouts_newsletter_right input[type="submit"]{
	outline: none;
    border: 1px solid #212121;
    padding: 10px 0;
    background: #212121;
    color: #fff;
    font-size: 14px;
    width: 25%;
    text-transform: uppercase;
}
.w3layouts_newsletter_right input[type="submit"]:hover{
	background:#fff;
	border: 1px solid #fff;
	color:#212121;
}
/*-- //footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- services --*/
.w3layouts_services_grid{
	position:relative;
}
.w3layouts_services_grid h4{
	font-size: 7em;
    color: #dadada;
    padding-left: 0.5em;
}
.w3layouts_services_grid_pos{
	position:absolute;
	bottom:0;
	left:5%;
}
.w3layouts_services_grid_pos i{
	font-size: 1.5em;
    width: 50px;
    height: 50px;
    border: 1px solid #212121;
    border-radius: 30px;
    text-align: center;
    line-height: 2em;
}
.w3_services_grid h3{
	font-size:1.1em;
	color:#212121;
	text-transform:uppercase;
	margin:2em 0 1em;
}
.w3_services_grid p{
	color:#999;
	line-height:2em;
}
/*-- //services --*/
/*-- services-bottom --*/
.services-bottom {
    background: url(../images/9.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 417px;
    position: relative;
    margin: 5em 0 0;
}
.services_bottom_grid_left1{
	position: absolute;
    top: -20%;
    left: 20%;
}
.services_bottom_grid_right h3 {
    font-size: 2em;
    color: #fff;
    padding-left: 1em;
    border-left:10px solid #13b3bb;
}
.services_bottom_grid_right {
    margin: 3em 0;
}
.services_bottom_grid_right p{
	color:#fff;
	margin:1em 0 3em;
	line-height:1.8em;
}
/*-- bars --*/
body .bar_group__bar.thin::before, body .bar_group__bar.thick::before {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
}

body .bar_group__bar.thin::before {
  width: 100%;
  height: 10px;
  background: #fff;
}

body .bar_group__bar.thin {
  width: 0%;
  height: 10px;
  background: #13b3bb;
  margin-bottom: 20px;
  -webkit-transition: width 1s;
          transition: width 1s;
}
.bar_group{
    position: relative;
    z-index: 1;
}
body .bar_group__bar.thin:last-child {
    margin-bottom: 0;
}
p.b_label {
    font-size: .9em;
    text-transform: uppercase;
    color:#fff;
    margin-bottom: .8em;
}
/*-- //bars --*/
/*-- //services-bottom --*/
/*-- featured-services --*/
.w3_featured_services_grid h4{
	margin:2em 0 1em;
	color:#212121;
	font-size: 1.1em;
	text-transform:uppercase;
}
.w3_featured_services_grid p{
	color:#999;
	line-height:2em;
	margin-bottom: 2em;
}
.w3l_service_more a{
	font-size:14px;
	color:#13b3bb;
	text-decoration:none;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:600;
}
.w3l_service_more a:hover{
	color:#212121;
}
/*-- //featured-services --*/
/*-- icons --*/
.grid_3.grid_4.w3_agileits_icons_page {
    margin: 0;
}
ul.bs-glyphicons-list li:hover {
    background: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
}
ul.bs-glyphicons-list li:hover span {
    color: #fff;
}
.codes a {
    color: #999;
}
.row.fontawesome-icon-list {
    margin: 0;
}
.icon-box {
    padding: 8px 15px;
    background:rgba(149, 149, 149, 0.18);
    margin: 1em 0 1em 0;
    border: 5px solid #ffffff;
    text-align: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -moz-transition: 0.5s all;
    cursor: pointer;
} 
.icon-box:hover {
    background: #000;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	-moz-transition:0.5s all;
}
.icon-box:hover i.fa {
	color:#fff !important;
}
.icon-box:hover a.agile-icon {
	color:#fff !important;
}
.codes .bs-glyphicons li {
    float: left;
    width: 12.5%;
    height: 115px;
    padding: 10px; 
    line-height: 1.4;
    text-align: center;  
    font-size: 12px;
    list-style-type: none;	
}
.codes .bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
}
.codes .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #777;
} 
.codes .bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
h3.icon-subheading {
	font-size: 25px;
    color:#13b3bb !important;
    margin: 30px 0 15px;
	font-weight: 400;
}
h3.agileits-icons-title {
    text-align: center;
    font-size: 35px;
    color: #000;
    font-weight: 300;
}
.icons a {
    color: #999;
}
.icon-box i {
    margin-right: 10px !important;
    font-size: 20px !important;
    color: #282a2b !important;
}
.bs-glyphicons li {
    float: left;
    width: 18%;
    height: 115px;
    padding: 10px;
    line-height: 1.4;
    text-align: center;
    font-size: 12px;
    list-style-type: none;
    background:rgba(149, 149, 149, 0.18);
    margin: 1%;
	cursor: pointer;
}
.bs-glyphicons .glyphicon {
    margin-top: 5px;
    margin-bottom: 10px;
    font-size: 24px;
	color: #282a2b;
}
.glyphicon {
    position: relative;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
	font-size: 26px!important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: red;
} 
.bs-glyphicons .glyphicon-class {
    display: block;
    text-align: center;
    word-wrap: break-word;
}
@media (max-width:1080px){
	.icon-box {
		width:33.33%;
	}
}
@media (max-width:991px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.icon-box {
		width: 50%;
	}
}
@media (max-width:768px){
	h3.agileits-icons-title {
		font-size: 28px;
	}
	h3.icon-subheading {
		font-size: 25px;
	}
	.row {
		margin-right: 0;
		margin-left: 0;
	}
	.icon-box {
		margin: 0;
	}
}
@media (max-width: 640px){
	.icon-box {
		float: left;
		width: 50%;
	}
	h3.icon-subheading {
		font-size: 22px;
	}
	.grid_3.grid_4.w3_agileits_icons_page {
		margin-top: 0;
	}
}
@media (max-width: 480px){
	.bs-glyphicons li {
		width: 31%;
	}
	h3.agileits-icons-title {
		font-size: 25px;
	}
	h3.icon-subheading {
		font-size: 19px;
	}
}
@media (max-width: 414px){
	h3.agileits-icons-title {
		font-size: 23px;
	}
	h3.icon-subheading {
		font-size: 18px;
	}
	.bs-glyphicons li {
		width: 31.33%;
	}
}
@media (max-width: 384px){
	.icon-box {
		float: none;
		width: 100%;
	}
}
@media (max-width: 375px){
	.w3_agileits_icons_page {
		margin:0 !important;
	}
}
/*-- //icons --*/
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: 1em;
    color: #13b3bb;
    font-weight: 400;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #8bc34a;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size: 0.9em;
	color: #999;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:800px){
	.grid_3.grid_5.w3ls,.grid_3.grid_5.w3l,.grid_3.grid_5.agileits,.grid_3.grid_5.agileinfo,.grid_3.grid_5.wthree {
		margin: 0;
	}
}
@media (max-width:768px){
	.grid_5 {
		padding: 0 0 1em;
	}
	.grid_3 {
		margin-bottom: 0em;
	}
	.grid_3.grid_5.w3l {
		margin-top: 1.5em;
	}
}
@media (max-width:640px){
	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 25px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
	.label {
		font-size: 60%;
	}
	.in-gp-tl {
		padding: 0 1em;
	}
	.in-gp-tb {
		padding-right: 1em;
	}
	.list-group {
		margin-bottom: 20px;
	}
}
@media (max-width:480px){
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		font-size: 1.2em;
	}
	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
	.grid_3.grid_4.w3layouts {
		margin-top: 0;
	}
}
@media (max-width: 320px){
	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	.nav > li > a {
		font-size: 14px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
}
/*-- //typography --*/
/*-- about --*/
.w3_about_grid{
	padding:0 1em;
	margin-bottom: 2em;
}
.w3layouts_about_grid_left{
	padding:0;
}
.w3layouts_about_grid_right h3{
    font-size: 1.5em;
    color: #212121;
    text-transform: uppercase;
    line-height: 1.5em;
    letter-spacing: 3px;
}
.w3layouts_about_grid_right .par{    
	color: #4d4d4d;
    font-size: 17.5px;
}
.w3layouts_about_grid_right p.w3_turpis_para{
	margin:1em 0 3em;
	line-height:2em;
	color:#999;
}
.w3layouts_about_grid_right_grid1l_1{
	width:65px;
	height:65px;
	border-radius:50px;
	background:#f5f5f5;
	text-align:center;
	border:2px solid #e12727;
}
.w3layouts_about_grid_right_grid1l_1 i{
	font-size: 1.3em;
    color: #e12727;
    line-height: 3.2em;
}
.w3layouts_about_grid_right_grid1r h4{
	font-size: 1.2em;
    color: #212121;
    margin-bottom: .5em;
    text-transform: capitalize;
    font-weight: 400;
}
.w3layouts_about_grid_right_grid1r p{
	color:#999;
	line-height:2em;
}
.w3layouts_about_grid_right_grid:nth-child(2) {
    margin: 2em 0;
}
/*-- //about --*/
/*-- about-bottom --*/
.w3l_about_bottom_left{
	padding:0;
	position:relative;
   background: #f5f5f5;
       min-height: 262px;
}
.w3l_about_bottom_left img{
	/*width:100%;*/
}
.play-icon{
    position: absolute;
    top: 51%;
    left: 46%;
}
.play-icon span {
    font-size: 3em;
    color: #24f4ff;
}
.play-icon:focus{
	outline:none;
}
.w3l_about_bottom_left_video{
	position: absolute;
    top: 37%;
    left: 36%;
}
.w3l_about_bottom_left_video h4{
	text-transform:uppercase;
	font-size:1.5em;
	color:#fff;
}
.w3l_about_bottom_right{
	padding: 3em 5em;
    background: #f5f5f5;
   /* min-height: 495px;*/
}
.agileinfo_header1{
	font-size: 1.6em;
    color: #212121;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 600;
    padding: .5em 0;
    position: relative;
}
.agileinfo_header1:before, .agileinfo_header1:after {
    content: '';
    background: #dadada;
    height: 2px;
    position: absolute;
    width: 15%;
}
.agileinfo_header1:before {
    top: 0%;
    left: -5%;
}
.agileinfo_header1:after {
    bottom: 0%;
    right: 52%;
}
.w3l_about_bottom_right p{
	margin:1em 0 3em;
	color:#999;
	line-height:2em;
}
/*-- //about-bottom --*/
/*-- faq --*/
.pa_italic i {
    left: -1em;
	font-size: 11px;
}
.pa_italic span {
    display: none;
}
.collapsed span {
    display: inline-block;
    left: -1em;
	font-size: 11px;
}
.collapsed i {
    display: none;
}
.panel-heading {
    padding:10px 30px;
}
.panel-title > a{
    font-size: 1em;
    color:#212121;
    text-transform: capitalize;
	text-decoration: none;
}
.panel-default {
    border-color: #FFF;
	background: #f5f5f5;
}
.panel-default > .panel-heading {
    border-color: #FFF;
	color:#212121;
    background-color: #fff;
}
.panel-body {
    padding: 2em;
    font-size: 14px;
    line-height: 2em;
    color: #999;
    background: #e7e7e7;
}
a.pa_italic label {
    cursor: pointer;
	font-weight:500;
}
a.pa_italic:focus {
    outline: none;
    text-decoration: none;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
}
/*-- //faq --*/
/*-- team --*/
.w3ls_team_grid1{
	position:relative;
}
.w3ls_team_grid1_pos{
	position:absolute;
	right:0%;
	bottom:-5%;
	background: none;
}
.w3ls_team_grid1_pos ul li:nth-child(2),.w3ls_team_grid1_pos ul li:nth-child(3){
	opacity:0;
}
.w3ls_team_grid:hover .w3ls_team_grid1_pos ul li:nth-child(2),.w3ls_team_grid:hover  .w3ls_team_grid1_pos ul li:nth-child(3){
	opacity:1;
}
.w3ls_team_grid{
	text-align: center;
    position: relative;
    overflow: hidden;
}
.w3ls_team_grid h4{
	margin:2em 0 0.3em;
	color:#212121;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size: 1.1em;
}
.w3ls_team_grid p{
	color:#13b3bb;
}
/*-- //team --*/
/*-- contact --*/
.w3_agileits_mail_left{
	background:#e1e1e1;
}
.w3_agileits_mail_left h4{
	padding: 1em;
    color: #fff;
  /*  background: #13b3bb;*/

     background-color: #e12727e3;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-size: 1.1em;
}
.w3_agileits_mail_left{
	text-align:center;
}
.w3_agileits_mail_left h4 i{
	padding-right:1em;
	color:#fff;
}
.w3_agileits_mail_left p.wthree_address{
	padding:1em;
	color:#212121;
	line-height:1.8em;
}
.w3_agileits_mail_left1{
	padding:1em;
}
.w3_agileits_mail_left1 a{
	font-size:14px;
	color:#212121;
	text-decoration:none;
	display:block;
}
.w3_agileits_mail_left1 a:hover{
	color:#13b3bb;
}
p.agileinfo_para {
    color: #212121;
}
.agileits_map iframe{
	width:100%;
	min-height:400px;
}
.agileinfo_mail_grids{
	margin:2em 0 0;
}
/*-- effect --*/
.input {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 1em 1.7em 1em 0;
	max-width: 350px;
	width: calc(100% - 0em);
	vertical-align: top;
}

.input__field {
	position: relative;
	display: block;
	float: right;
	padding: 0.8em;
	width: 60%;
	border: none;
	border-radius: 0;
	background: #f0f0f0;
	color: #aaa;
	font-weight: 400;
	-webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
	outline: none;
}

.input__label {
	display: inline-block;
	float: right;
	padding: 0 1em;
	width: 40%;
	color: #696969;
	font-weight: bold;
	font-size:12px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.input__label-content {
	position: relative;
	display: block;
	padding: 1.6em 0;
	width: 100%;
}

/* Chisato */

.input--chisato {
	padding-top: 1em;
}

.input__field--chisato {
	width: 100%;
	padding:.9em 0.5em;
	background: transparent;
	border: 2px solid #b5b5b5;
	color: #212121;
	-webkit-transition: border-color 0.25s;
	transition: border-color 0.25s;
}

.input__label--chisato {
	width: 100%;
	position: absolute;
	top: 0;
	text-align: left;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	-webkit-transform: translate3d(0, 3em, 0);
	transform: translate3d(0, 3em, 0);
}

.input__label-content--chisato {
	padding: 0 1em;
	font-weight: 400;
	color: #b5b5b5;
}

.input__label-content--chisato::after {
	content: attr(data-content);
	position: absolute;
	top: -200%;
	left: 0;
	color: #f79087;
	font-weight: 800;
}

.input__field--chisato:focus,
.input--filled .input__field--chisato {
	border-color: #f79087;
}

.input__field--chisato:focus + .input__label--chisato,
.input--filled .input__label--chisato {
	-webkit-animation: anim-chisato-1 0.25s forwards;
	animation: anim-chisato-1 0.25s forwards;
}

.input__field--chisato:focus + .input__label--chisato .input__label-content--chisato,
.input--filled .input__label-content--chisato {
	-webkit-animation: anim-chisato-2 0.25s forwards ease-in;
	animation: anim-chisato-2 0.25s forwards ease-in;
}

@-webkit-keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}

@keyframes anim-chisato-1 {
	0%, 70% {
		-webkit-transform: translate3d(0, 3em, 0);
		transform: translate3d(0, 3em, 0);
	}
	71%, 100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-chisato-2 {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	70%, 71% {
		-webkit-transform: translate3d(0, 125%, 0);
		transform: translate3d(0, 125%, 0);
		opacity: 0;
		-webkit-animation-timing-function: ease-out;
	}
	100% {
		color: transparent;
		-webkit-transform: translate3d(0, 200%, 0);
		transform: translate3d(0, 200%, 0);
	}
}
/*-- //effect --*/
.agileinfo_mail_grids textarea {
    outline: none;
    background:none;
    border:2px solid #b5b5b5;
    font-size: 12px;
    color: #212121;
    width:97.5%;
    padding:.9em 0.5em;
	margin: 2em 0;
    min-height: 200px;
}
.agileinfo_mail_grids textarea:focus {
    border-color:#f79087;
}
.agileinfo_mail_grids input[type="submit"] {
    outline: none;
   /* background: #13b3bb;*/
        background-color: #f21212bd;
    border: none;
    font-size: 14px;
    color: #fff;
    width: 30%;
    padding:1em 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.agileinfo_mail_grids input[type="submit"]:hover{
	background:#212121;
}
/*-- //contact --*/
/*-- start-responsive-design --*/
@media (max-width:1680px){
	.w3_banner_bottom_icons1 {
		padding: 0.88em;
	}
	.w3l_about_bottom_right {
		min-height: 520px;
	}
}
@media (max-width:1600px){
	.w3_banner_bottom_icons1 {
		padding: 0.45em;
	}
	.w3l_about_bottom_right{
		min-height: 495px;
	}
}
@media (max-width:1440px){
	.w3_banner_bottom_icons1 i {
		font-size: 1.4em;
		width: 55px;
		height: 55px;
	}
	.w3_banner_bottom_icons1 {
		padding: 0.414em;
	}
	.w3l_about_bottom_right {
		min-height: 445px;
		padding: 2em 3em 0;
	}
}
@media (max-width:1366px){
	.w3_banner_bottom_icons1 h3 {
		font-size: 1.023em;
	}
	#m_nav_list {
		margin: 2.2em 0 0;
	}
	/* .banner {
		min-height: 670px;
	} */
	.agile_banner_info {
		margin: 10em auto 5em;
	}
	.view .info {
		margin-top: 6em;
	}
	.panel-group {
		margin-bottom: 10px;
	}
	.w3l_about_bottom_right {
        min-height: 264px;
		/*min-height: 421px;*/
		padding: 2em 2em 0;
	}
	.w3l_about_bottom_right p {
		margin: 1em 0 2em;
	}
	.agileinfo_header1:before {
		left: -2%;
	}
}
@media (max-width:1280px){
	#m_nav_menu {
		right: 5%;
	}
	.w3_agile_logo h1 a {
		font-size: 1.3em;
	}
	.w3_agile_logo h1 a:before {
		width: 27px;
		height: 47px;
	}
	.agile_banner_info_pos {
		top: 40%;
	}
	.w3_banner_bottom_icons1_effect {
		padding: 0.536em;
	}
	.services_bottom_grid_left1 {
		left: 15%;
	}
	.w3l_about_bottom_left img {
		min-height: 450px;
	}
	.w3l_about_bottom_right {
		min-height: 450px;
	}
	.w3l_about_bottom_left_video {
		left: 33%;
	}
}
@media (max-width: 1080px){
	.agile_banner_info {
		margin: 8em auto 4em;
		width: 90%;
	}
	.agile_banner_info h2 span {
		font-size: 3.2em;
	}
	.agile_banner_info p {
		width: 90%;
	}
	.agile_banner_info_pos {
		/*left: -24%;
        top: 84px;*/

    left: -293px;
    top: 72px;
	}
	/* .banner {
		min-height: 585px;
	} */
	.w3ls_banner_bottom_right_pos {
		top: 60%;
	}
	.w3_agile_banner_bottom img {
		min-height: 475px;
	}
	.view .info {
		margin-top: 4em;
	}
	.agile_events_top_grid_pos {
		left: 34%;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 74%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.8em;
	}
	.footer-logo h2 a {
		font-size: 1.3em;
	}
	.footer-logo h2 a:before {
		width: 27px;
		height: 40px;
	}
	.banner1 {
		min-height: 200px;
	}
	.services-bottom {
		min-height: 385px;
	}
	.services_bottom_grid_left1 {
		top: -28%;
	}
	.input--chisato:nth-child(3){
		margin-right:0;
	}
	.input {
		max-width: 292px;
	}
	.agileinfo_mail_grids textarea {
		width: 99.6%;
	}
	.w3layouts_about_grid_right h3 {
		font-size: 1.3em;
		letter-spacing: 2px;
	}
	.w3layouts_about_grid_right p.w3_turpis_para {
		margin: 1em 0 2em;
	}
	.w3l_about_bottom_left_video {
		left: 30%;
	}
	.agileinfo_header:after {
		right: 63%;
	}
	.w3layouts_services_grid h4 {
		font-size: 6em;
	}
	.w3layouts_services_grid_pos {
		left: 2%;
	}
	.agileinfo_header {
		letter-spacing: 2px;
	}
	.w3_featured_services_grid h4 {
		font-size: 1em;
	}
	.w3layouts_about_grid_right {
		padding-right: 0;
	}
	.agileinfo_header1:after {
		right: 34%;
	}
}
@media (max-width: 1024px){
	.w3ls_banner_bottom_right_pos {
		top: 56%;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 3em 0;
	}
	.agileits_banner_bottom_left p.w3l_para {
		margin: 2em 0;
	}
	.w3l_social_icon_grid_pos {
		left: 31%;
	}
	.agile_events_top_grid_pos img {
		width: 80%;
		margin: 0 auto;
	}
	.agileinfo_header {
		font-size: 1.8em;
	}
	.wthree_events_grid_right {
		min-height: 365px;
		padding: 2em;
	}
	.w3layouts_about_grid_right_grid1l {
		width: 20%;
		padding-left: 0;
	}
	.w3layouts_about_grid_right_grid1r {
		width: 80%;
	}
	.agileinfo_header1:before {
		left: -5%;
	}
	.w3ls_team_grid h4 {
		font-size: 1em;
	}
}
@media (max-width: 991px){
	.agile_banner_info h2 span {
		font-size: 3em;
	}
	.agile_banner_info {
		margin: 6em auto 3em;
		width: 100%;
	}
	.agile_banner_info_pos {
		left: -26%;
		top: 55%;
	}
	/* .banner {
		min-height: 550px;
	} */
	#m_nav_list {
		margin: 2.1em 0 0;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.8em;
	}
	.w3l_social_icon_gridr {
		margin: 1.4em 0 0 15em;
	}
	.agileits_banner_bottom_right {
		margin: 2em 0 0;
	}
	.agileits_banner_bottom_right img{
		margin:0 auto;
	}
	.w3ls_banner_bottom_right_pos {
		top: 30%;
		left: -10%;
	}
	.banner-bottom-icons {
		padding: 2em 0 0;
	}
	.w3_agile_banner_bottom img {
		min-height: auto;
	}
	.w3_banner_bottom_icons1_effect {
		padding: 1em;
	}
	.w3_banner_bottom_icons1 {
		padding: 2em;
	}
	.agile_events_top_grid_pos {
		left: 32%;
	}
	.w3_banner_bottom_icons1 h3 {
		font-size: 1.1em;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 18%;
	}
	.agileinfo_header:after {
		right: 50%;
	}
	.agileinfo_header:before {
		left: -5%;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: 1.1em;
	}
	.w3_modal_body_left img{
		margin:0 auto;
	}
	.wthree_events_grid_right {
		width: 85%;
		margin: 0 auto;
	}
	.w3layouts_newsletter_left {
		float: none;
		text-align: center;
		margin-bottom: 1em;
	}
	.w3layouts_newsletter_right {
		float: none;
		width: 75%;
		margin: 0 auto;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -1.5%;
	}
	.agileinfo_footer_grid {
		float: left;
		width: 50%;
	}
	.agileinfo_footer_grid:nth-child(2){
		margin-bottom:2em;
	}
	.w3_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3layouts_services_grid h4 {
		font-size: 5.7em;
	}
	.w3_services_grid h3 {
		line-height: 1.5em;
	}
	.services_bottom_grid_right {
		margin: 2em 0 0;
		width: 65%;
		float: right;
	}
	.services-bottom {
		min-height: 360px;
		margin: 4em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -20.5%;
		width: 25%;
		left: 12%;
	}
	.w3_featured_services_grid {
		float: left;
		width: 33.33%;
	}
	.w3_featured_services_grid h4 {
		line-height: 1.5em;
	}
	.w3layouts_about_grid_left1 {
		float: left;
		width: 50%;
	}
	.w3_about_grid img{
		margin:0 auto;
	}
	.w3layouts_about_grid_right {
		margin: 2em 0 0;
	}
	.w3l_about_bottom_left img {
		min-height: auto;
	}
	.w3l_about_bottom_left_video {
		left: 37%;
	}
	.agileinfo_header1:after {
		right: 65%;
	}
	.agileinfo_header1:before {
		left: -3%;
	}
	.w3l_about_bottom_right {
		min-height: auto;
		padding: 3em;
	}
	.w3ls_team_grid {
		float: left;
		width: 50%;
	}
	.w3ls_team_grid:nth-child(2){
		margin-bottom:2em;
	}
	.w3ls_team_grid img{
		margin:0 auto;
	}
	.agileits_w3layouts_mail_left {
		float: left;
		width: 33.33%;
	}
	.input {
		max-width: 219px;
	}
}
@media (max-width: 800px){
	.agile_banner_info_pos {
		left: -23%;
	}
	.m_nav_item {
		margin: 0 1em;
	}
	.w3ls_banner_bottom_right_pos {
		left: 0%;
	}
	.view .info {
		margin-top: 2.5em;
	}
	.agile_events_top_grid_pos img {
		width: 70%;
	}
	.agile_events_top_grid_pos {
		left: 28%;
	}
	.agileinfo_header:before {
		left: -2%;
	}
	.modal-dialog {
		width: 700px;
	}
	.services_bottom_grid_left1 {
		width: 31%;
		left: 5%;
	}
	.play-icon {
		left: 48%;
	}
	.agileinfo_header1:after {
		right: 55%;
	}
	.agileits_map iframe {
		min-height: 300px;
	}
}
@media (max-width: 768px){
	#m_nav_container {
		height: 100px;
	}
	#m_nav_container img{
		height: 100px;
		width: 125px;
	}
	.man{
		margin-top: 105px!important;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 3em 0;
	}
	.w3_agile_logo h1 a {
		font-size: 1.1em;
	}	
	.w3_agile_logo h1 a:before {
		width: 22px;
		height: 40px;
		border: 3px solid #24f4ff;
	}
	.view .info {
		margin-top: 7.5em;
	}
	.agile_events_top_grid_pos img {
		width: 80%;
	}
	.agile_events_top_grid_pos {
		left: 38%;
		bottom: -13%;
	}
	.agileinfo_header:before {
		left: -1%;
	}
	.services-bottom {
		min-height: 365px;
	}
	.services_bottom_grid_left1 {
		width: 33%;
		left: 4%;
		top: -21%;
	}
}
@media (max-width: 736px){
	.agile_banner_info {
		margin: 4em auto 3em;
	}
	.agile_banner_info h2 {
		font-size: 1.1em;
	}
	.agile_banner_info p {
		width: 80%;
	}
	.agile_banner_info_pos {
		top: 80%;
		left: -20%;
	}
	.agile_banner_info_pos ul li {
		margin: 0 0.5em;
	}
	/* .banner {
		min-height: 500px;
	} */
	.banner-bottom-icons {
		padding: 1em 0 0;
	}
	.w3ls_banner_bottom_right_pos {
		left: -2%;
	}
	.w3_banner_bottom_icons1 {
		padding: 1em;
	}
	.agileinfo_header {
		font-size: 1.7em;
	}
	.wthree_events_grid_left1 {
		min-height: 110px;
	}
}
@media (max-width: 667px){
	.agile_banner_info_pos ul li {
		margin: 0 0.5em;
		font-size: 13px;
	}
	.agile_banner_info_pos {
		top: 70%;
		left: -22%;
	}
	.agile_banner_info p {
		margin: 1em auto 0;
	}
	/* .banner {
		min-height: 460px;
	} */
	#m_nav_menu {
		right: 2%;
	}
	.w3ls_banner_bottom_right_pos {
		top: 35%;
	}
	.view .info {
		margin-top: 6.5em;
	}
	.modal-dialog {
		width: auto;
	}
	.w3layouts_newsletter_right {
		width: 90%;
	}
}
@media (max-width: 640px){
	.agile_banner_info h2 {
		font-size: 1em;
	}
	.agile_banner_info_pos {
		top: 55%;
	}
	.m_nav_item {
		font-size: 13px;
	}
	#m_nav_list {
		margin: 2.18em 0 0;
	}
	.agileinfo_more a {
		border: 1px solid #fff;
		font-size: 13px;
	}
	.agile_events_top_grid_pos {
		left: 37%;
	}
	.agileinfo_header:after {
		right: 40%;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 3.5em;
	}
	.wthree_events_grid_right1 {
		height: auto;
	}
	.wthree_events_grid_right {
		min-height: 330px;
	}
	.services_bottom_grid_right h3 {
		font-size: 1.7em;
	}
	.services_bottom_grid_right p {
		margin: 1em 0 2em;
	}
	.services_bottom_grid_left1 {
		width: 39.8%;
		left: 1%;
	}
	p.b_label {
		margin: 0 0 .5em !important;
	}
	.w3l_about_bottom_left_video {
		left: 34%;
	}
	.w3layouts_about_grid_right h3 {
		font-size: 1.2em;
		letter-spacing: 1px;
	}
	.agileinfo_header1:after {
		right: 42%;
	}
	.w3l_about_bottom_right {
		padding: 3em 2em 2em;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.6em;
	}
	.agileits_w3layouts_mail_left {
		float: none;
		width: 100%;
	}
	.wthree_events_grid_left {
		margin-left: 1em;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -2%;
	}
	.agileits_w3layouts_mail_left:nth-child(2){
		margin:1em 0;
	}
	.input {
		margin:1em 0.5em 0em 0;
		max-width: 189px;
	}
	.w3_modal_body_left {
		padding: 0;
	}
}
@media (max-width: 600px){
	.agile_banner_info_pos {
		left: -26%;
	}
	.w3_agile_logo h1 a {
		font-size: 1em;
	}
	.w3_agile_logo h1 a:before {
		width: 20px;
		height: 36px;
	}
	.m_nav_ham {
		width: 20px;
		height: 1px;
	}
	.m_nav_item {
		display: block;
		text-align: center;
		margin: 0 0 10px;
	}
	#m_nav_container {
		height: auto;
	}
	#m_nav_list {
		margin: 0 auto;
		width: 70%;
		padding: 2.2em 0 1em;
	}
	#m_nav_menu {
		right: 3%;
		top: 7%;
	}
	.agile_banner_info p {
		font-size: 13px;
	}
	.agile_banner_info {
		margin: 4em auto 2em;
	}
	/* .banner {
		min-height: 415px;
	} */
	.w3l_social_icon_gridr {
		margin: 1.4em 0 0 10em;
	}
	.view .info {
		margin-top: 5.5em;
	}
	.agile_events_top_grid_pos {
		left: 35%;
	}
	.agileinfo_header {
		font-size: 1.5em;
	}
	.agileinfo_header:after {
		right: 45%;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: 1em;
	}
	.wthree_events_grid_right1 h3 {
		font-size: 2em;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 3em;
	}
	.wthree_events_grid_right {
		min-height: 275px;
	}
	.agileinfo_footer_grid h4 span {
		font-size: 2em;
	}
}
@media (max-width: 568px){
	.agile_banner_info h2 {
		font-size: .9em;
	}
	#m_nav_list {
		padding: 1.4em 0 1em;
	}
	.w3layouts_newsletter_right {
		width: 100%;
	}
}
@media (max-width: 480px){
	#m_nav_menu {
		top: 3%;
	}
	.agile_banner_info h2 {
		font-size: .8em;
	}
	.agile_banner_info_pos {
		left: -31%;
	}
	.agile_banner_info_pos ul li {
		font-size: 12px;
	}
	.banner-bottom, .events, .services, .featured-services {
		padding: 2em 0;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.5em;
	}
	.w3l_social_icon_gridl {
		width: 60px;
		height: 60px;
	}
	.w3l_social_icon_gridl i {
		font-size: 1.2em;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 8em;
	}
	.w3l_social_icon_grid_pos {
		top: 20%;
	}
	.w3_banner_bottom_icons1 {
		float: none;
		width: 100%;
	}
	.view .info {
		margin-top: 9.5em;
	}
	.agile_events_top_grid_pos img {
		width: 100%;
	}
	.agile_events_top_grid_pos {
		left: 40%;
	}	
	.agileinfo_header:before, .agileinfo_header:after {
		width: 20%;
	}
	.agileinfo_header:after {
		right: 38%;
	}
	.agileinfo_header {
		font-size: 1.45em;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -3%;
	}
	.w3ls_event_grids, .w3_services_grids {
		margin: 2em 0 0;
	}
	.modal-header {
		font-size: 1.7em;
	}
	.w3layouts_newsletter,.footer {
		padding: 2em 0;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.6em;
	}
	.agileinfo_footer_grid {
		float: none;
		width: 100%;
	}
	.agileinfo_footer_grid h4 {
		margin: 0;
	}
	.agileinfo_footer_grid p span {
		display: inline-block;
	}
	.agileinfo_footer_grid:nth-child(2){
		margin-bottom: 1em;
	}
	.agileinfo_footer_grid:nth-child(3){
		margin-bottom:2em;
	}
	.w3_services_grid {
		float: none;
		width: 100%;
		text-align: center;
	}
	.w3layouts_services_grid_pos {
		left: 35%;
	}
	.services_bottom_grid_left1 {
		width: 40%;
		left: 27%;
		top: -18%;
	}
	.services-bottom {
		min-height: auto;
		margin: 6em 0 0;
	}
	.services_bottom_grid_right {
		margin: 15em 0 2em;
		width: 100%;
		float: none;
	}
	.services_bottom_grid_right p {
		margin: 1em 0;
	}
	.w3layouts_services_grid h4 {
		font-size: 5em;
	}
	.w3layouts_services_grid_pos i {
		font-size: 1.2em;
		width: 40px;
		height: 40px;
		line-height: 2.2em;
	}
	.w3_services_grid h3 {
		font-size: 1em;
		margin: 1em 0;
	}
	.w3_services_grid:nth-child(2){
		margin:1em 0;
	}
	.w3_featured_services_grid {
		float: none;
		width: 100%;
	}
	.w3_featured_services_grid h4 {
		margin: 1em 0;
	}
	.w3_featured_services_grid:nth-child(2){
		margin:2em 0;
	}
	.w3_featured_services_grid p {
		margin-bottom: 1em;
	}
	.banner1 {
		min-height: 130px;
	}
	.w3l_about_bottom_left_video {
		left: 28%;
		top: 35%;
	}
	.play-icon span {
		font-size: 2em;
	}
	.w3_about_grid {
		padding: 0 .5em;
		margin-bottom: 1em;
	}
	.w3layouts_about_grid_left1 {
		padding: 0 .5em;
	}
	.agileinfo_header1 {
		font-size: 1.5em;
		letter-spacing: 2px;
	}
	.agileinfo_header1:before, .agileinfo_header1:after {
		width: 20%;
	}
	.agileinfo_header1:after {
		right: 33%;
	}
	.footer-logo h2 a {
		font-size: 1.1em;
	}
	.footer-logo h2 a:before {
		width: 22px;
		height: 33px;
		border: 3px solid #24f4ff;
	}
	.agileinfo_mail_grids {
		margin: 0;
	}
	.input {
		margin: 1em 0 0;
		max-width: 100%;
	}
	.input__field--chisato {
		padding: .7em 0.5em;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.6em, 0);
		transform: translate3d(0, 2.6em, 0);
	}
	.agileinfo_mail_grids input[type="submit"] {
		width: 100%;
	}
}
@media (max-width: 414px){
	.agile_banner_info h2 {
		font-size: .6em;
	}
	.agile_banner_info h2 span {
		font-size: 3.5em;
	}
	.w3_agile_logo h1 a {
		font-size: .9em;
	}
	.agile_banner_info_pos ul li {
		font-size: 11px;
	}
	.agile_banner_info_pos {
		left: -36%;
	}
	.agile_banner_info p {
		font-size: 12px;
	}
	.agileinfo_more a {
		font-size: 12px;
		padding: 8px 35px;
	}
	/* .banner {
		min-height: 390px;
	} */
	#m_nav_list {
		width: 65%;
	}
	.agileits_banner_bottom_left p.w3l_para {
		margin: 1em 0 2em;
	}
	.agileits_banner_bottom_left {
		padding: 0;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 6em;
	}
	.agileits_banner_bottom_right {
		padding-right: 0;
	}
	.w3ls_banner_bottom_right_pos {
		left: -5%;
	}
	.agile_events_top_grid_pos {
		left: 39%;
	}
	.view .info {
		margin-top: 8.5em;
	}
	.agileinfo_header {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.agileinfo_header:after {
		right: 25%;
	}
	.wthree_events_grid_left1_gridr {
		padding-right: 0;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .95em;
	}
	.wthree_events_grid_left1_gridl p:before {
		left: -4%;
		bottom: -6%;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -3.1%;
	}
	.wthree_events_grid_right {
		margin: 2em 0 0;
		width: 100%;
		min-height: auto;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 2.5em;
	}
	.wthree_events_grid_right1 {
		padding: 1em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 72%;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 26.8%;
	}
	.footer-logo h2 {
		line-height: 1em;
	}
	.agileinfo_footer_grid {
		padding: 0;
	}
	.footer-logo h2 a span {
		line-height: 1;
	}
	.footer-logo h2 a:before {
		height: 38px;
	}
	.agileinfo_footer_grid h4 {
		font-size: .9em;
	}
	.agileinfo_footer_grid p {
		margin: 0.5em 0 1em;
	}
	.modal-body p {
		padding: 1em 0 1em;
	}
	.modal-body p i {
		margin: 1em 0 0;
	}
	.w3layouts_services_grid_pos {
		left: 32%;
	}
	.services_bottom_grid_right h3 {
		font-size: 1.5em;
		border-left: 5px solid #13b3bb;
		padding-left: .5em;
	}
	.services_bottom_grid_right {
		margin: 13em 0 2em;
	}
	.w3layouts_about_grid_right {
		padding: 0;
	}
	.w3layouts_about_grid_right h3,.w3layouts_about_grid_right_grid1r h4 {
		font-size: 1.1em;
	}
	.w3l_about_bottom_left_video {
		left: 24%;
	}
	.agileinfo_header1 {
		font-size: 1.4em;
		letter-spacing: 1px;
	}
	.w3l_about_bottom_right {
		padding: 2em 1em 1.5em;
	}
	.panel-body {
		padding: 1em;
	}
	.w3ls_team_grid h4 {
		font-size: .9em;
		letter-spacing: 0;
	}
	.w3_agileits_mail_left h4 {
		font-size: 1em;
	}
}
@media (max-width: 384px){
	.agile_banner_info {
		margin: 3em auto 2em;
	}
	.agile_banner_info h2 i {
		letter-spacing: 1.5px;
	}
	.agile_banner_info_pos {
		left: -39%;
	}
	.agileits_banner_bottom_left h3 {
		font-size: 1.3em;
	}
	.w3_agile_logo h1 a {
		font-size: .8em;
	}
	.w3_agile_logo h1 a span {
		font-size: .4em;
		padding-left: 1.9em;
	}
	.w3_agile_logo h1 a:before {
		width: 17px;
		height: 32px;
	}
	.w3_banner_bottom_icons1 h3 {
		font-size: 1em;
	}
	.view .info {
		margin-top: 7.5em;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .85em;
	}
	.wthree_events_grid_left1_gridr {
		padding: 0;
	}
	.wthree_events_grid_left1 {
		min-height: 145px;
	}
	.wthree_events_grid_left1_gridl p:before {
		bottom: -4%;
	}
	.wthree_events_grid_left:before {
		top: -2%;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.4em;
	}
	.w3layouts_newsletter_right input[type="email"] {
		width: 100%;
		margin-bottom: 1em;
	}
	.w3layouts_newsletter_right input[type="submit"] {
		width: 100%;
	}
	.agileinfo_footer_grid h4 span {
		font-size: 1.8em;
	}
	.services_bottom_grid_left1 {
		width: 45%;
		left: 28%;
		top: -21%;
	}
	.w3l_about_bottom_left_video {
		left: 20%;
	}
	.play-icon {
		left: 46%;
	}
	.panel-title > a {
		font-size: .9em;
	}
	.agileits_map iframe {
		min-height: 250px;
	}
}
@media (max-width: 375px){
	.agile_events_top_grid_pos {
		left: 38%;
	}
	.wthree_events_grid_left {
		padding-right: 0;
	}
	.wthree_events_grid_left1 {
		min-height: 115px;
	}
	.wthree_events_grid_right1 h2 {
		font-size: 2em;
	}
	.w3layouts_services_grid_pos {
		left: 30%;
	}
	p.b_label {
		font-size: 13px;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 30%;
	}
	.agileinfo_header:after {
		right: 15%;
	}
	.agileinfo_more a {
		letter-spacing: 1px;
	}
	.w3layouts_about_grid_right_grid1l_1 {
		width: 55px;
		height: 55px;
	}
	.w3layouts_about_grid_right_grid1l_1 i {
		font-size: 1.2em;
		line-height: 2.8em;
	}
	.w3l_about_bottom_left_video h4 {
		font-size: 1.3em;
	}
	.w3l_about_bottom_left_video {
		left: 24%;
	}
	.w3ls_team_grid {
		float: none;
		width: 100%;
		padding:0 3em;
	}
	.w3ls_team_grid:nth-child(2) {
		margin: 2em 0;
	}
	.w3ls_team_grid:nth-child(3) {
		margin-bottom: 2em;
	}
}
@media (max-width: 320px){
	#m_nav_menu {
		top: 4%;
	}
	.banner,.banner1 {
		padding: 0.5em 0 0;
	}
	.agile_banner_info h2 {
		font-size: .5em;
	}	
	.agile_banner_info h2 i {
		letter-spacing: 1px;
	}
	.agile_banner_info_pos {
		left: -46%;
	}
	.agileinfo_more a {
		letter-spacing: 0px;
	}
	/* .banner {
		min-height: 350px;
	} */
	.agile_banner_info {
		margin: 2em auto 1.5em;
	}
	.agile_banner_info_pos ul li {
		margin: 0 0.5em 0 0;
	}
	#m_nav_list {
		width: 60%;
	}
	.m_nav_item a {
		letter-spacing: 1px;
	}
	.w3l_social_icon_gridr {
		margin: 0.8em 0 0 4em;
	}
	.w3ls_banner_bottom_right_pos {
		left: -8%;
		top: 40%;
	}
	p, ul li, ol li {
		font-size: 13px;
	}
	.view .info {
		margin-top: 5.5em;
	}
	.agile_events_top_grid_pos {
		left: 37%;
	}
	.agileinfo_header:before, .agileinfo_header:after {
		width: 45%;
	}
	.agileinfo_header:after {
		right: 5%;
	}
	.wthree_events_grid_left {
		margin-left: 0em;
	}
	.wthree_events_grid_left1_gridr h4 a {
		font-size: .9em;
	}
	.wthree_events_grid_left1_gridl p {
		font-size: 11px;
	}
	.wthree_events_grid_left1_gridl p:before {
		bottom: -7%;
		left: -5%;
	}
	.wthree_events_grid_left:before, .wthree_events_grid_left:after {
		left: -4.1%;
	}
	.wthree_events_grid_left1 {
		min-height: 150px;
	}
	.wthree_events_grid_right {
		padding: 1em;
	}
	.w3layouts_newsletter_left h3 {
		font-size: 1.28em;
	}
	.footer-logo h2 a {
		font-size: 1em;
	}
	.footer-logo h2 a span {
		font-size: .4em;
		padding-left: 2.2em;
	}
	.agileinfo_footer_grid h4,.panel-body{
		font-size: 13px;
	}
	.agileinfo_header {
		font-size: 1.3em;
	}
	.modal-header {
		font-size: 1.4em;
		padding: 10px;
	}
	.w3layouts_services_grid_pos {
		left: 25%;
	}
	.services_bottom_grid_left1 {
		width: 55%;
		left: 24%;
	}
	.w3layouts_about_grid_right h3, .w3layouts_about_grid_right_grid1r h4 {
		font-size: 1em;
	}
	.w3layouts_about_grid_right h3 {
		letter-spacing: 0px;
	}
	.w3layouts_about_grid_right {
		margin: 1em 0 0;
	}
	.w3layouts_about_grid_right_grid1r h4 {
		line-height: 1.5em;
	}
	.w3layouts_about_grid_right_grid:nth-child(2) {
		margin: 1em 0;
	}
	.w3l_about_bottom_left_video h4 {
		font-size: 1.1em;
	}
	.w3l_about_bottom_left_video {
		left: 23%;
		top: 30%;
	}
	.play-icon {
		left: 44%;
		top: 48%;
	}
	.agileinfo_header1 {
		font-size: 1.3em;
	}
	.agileinfo_header1:before, .agileinfo_header1:after {
		width: 30%;
	}
	.agileinfo_header1:after {
		right: 10%;
	}
	.w3ls_team_grid {
		padding: 0 2em;
	}
	.agileits_w3layouts_mail_left {
		padding: 0;
	}
	.input__field,.agileinfo_mail_grids input[type="submit"] {
		font-size: 13px;
	}
	.input__label--chisato {
		-webkit-transform: translate3d(0, 2.3em, 0);
		transform: translate3d(0, 2.3em, 0);
	}
}

* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.column {
  float: left;
  width: 25%;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}


/*=============== Fancy Gallery ===================*/
.fancy-gallery{
    float:left;
    width:100%;
    margin-bottom:-10px;
}
.fancy-gallery .row{margin:0 -5px}
.edu-col{
    float:left;
    padding:0 5px;
}
/*=============== Simple Gallery ===================*/
.simple-gallery{
    float:left;
    padding:0 30px;
    width:100%;
    margin-bottom:-50px;
}
.container .simple-gallery{padding:0}
.simple-gallery-img{
    float:left;
    margin-bottom:50px;
    text-align:center;
    width:100%;
}
.gallery-img{
    float:left;
    margin-bottom:30px;
    width:100%;
}
.gallery-img img{width:100%}
.gallery-img a{
    float:left;
    width:100%;
    position:relative;
    z-index:1;
}
.simple-gallery-img > h5{
    float:left;
    font-size:16px;
    line-height:26px;
    margin:0 0 10px;
    padding:0 40px;
    text-transform:uppercase;
    width:100%;
}
.simple-gallery-img > span{
    color:#999999;
    float:left;
    font-family:poppins;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    width:100%;
}
/*=============== Simple Gallery ===================*/
.simple-gallery{
    float:left;
    padding:0 30px;
    width:100%;
    margin-bottom:-50px;
}
.container .simple-gallery{padding:0}
.simple-gallery-img{
    float:left;
    margin-bottom:50px;
    text-align:center;
    width:100%;
}
.gallery-img{
    float:left;
    margin-bottom:30px;
    width:100%;
}
.gallery-img img{width:100%}
.gallery-img a{
    float:left;
    width:100%;
    position:relative;
    z-index:1;
}
.simple-gallery-img > h5{
    float:left;
    font-size:16px;
    line-height:26px;
    margin:0 0 10px;
    padding:0 40px;
    text-transform:uppercase;
    width:100%;
}
.simple-gallery-img > span{
    color:#999999;
    float:left;
    font-family:poppins;
    font-size:12px;
    font-weight:600;
    letter-spacing:1px;
    width:100%;
}


.edu-gallery{
    float:left;
    width:100%;
}
.edu-gallery > div{padding:0}
.edu-gallery a{
    float:left;
    width:100%;
    overflow:hidden;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}
.edu-gallery a img{
    width:100%;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}
.newsletter-widget{
    float:left;
    width:100%;
}
.newsletter-widget input{
    height:55px;
    margin-bottom:20px;
}
.button.small{
    padding:15px 10px;
    min-width:170px;
}
.edu-gallery{
    float:left;
    width:100%;
}
.edu-gallery > div{padding:0}
.edu-gallery a{
    float:left;
    width:100%;
    overflow:hidden;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}
.edu-gallery a img{
    width:100%;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}

.edu-gallery{
    float:left;
    width:100%;
}
.edu-gallery > div{padding:0}
.edu-gallery a{
    float:left;
    width:100%;
    overflow:hidden;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover{
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transform:scale(0.9);
}
.edu-gallery a img{
    width:100%;
    -webkit-transition:all 0.1s;
    -moz-transition:all 0.1s;
    -ms-transition:all 0.1s;
    -o-transition:all 0.1s;
    transition:all 0.1s;
}
.edu-gallery a:hover img{
    -webkit-transform:scale(1.5);
    -moz-transform:scale(1.5);
    -ms-transform:scale(1.5);
    -o-transform:scale(1.5);
    transform:scale(1.5);
}
.col-md-3.product.thumbnail {
    margin-right: 55px;
}
.product  h5
{
    height: 40px;
    text-align: center;
    /* background-color: #ba0e0085; */
    color: #f00e10;
    font-size: 17px;
    line-height: 30px;
}
.product-drop-down
{
      margin-top: 32px;
    margin-left: 255px;
}
h3.product-heading {
    font-size: 35px;
    color: #e12727;
}
.hr
 {
   background-color:#C80000;
   color:#C80000;
   -webkit-transform:rotate(90deg);
   position:absolute;
   left:130px;
   border:2px;
 }
.director
{
 
         padding: 3.5em 3.5em 0;
}

.vision-box
{
       background-color: whitesmoke; 
	   padding: 20px;
	   transition: all ease 0.2s;
}

.vision-box:hover .w3layouts_about_grid_right_grid
{
       background-color: white; 
       transform: scale(1.05);
	   transition: all ease 0.2s;
}

.mb3{
	margin-bottom: 30px;
}

body{
	color:#fff
  }
  .right_conatct_social_icon{
	   background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
  }
  .contact_us{
	  background-color: #f1f1f1;
	  padding: 120px 0px;
  }
  
  .contact_inner{
	  background-color: #fff;
	  position: relative;
	  box-shadow: 20px 22px 44px #cccc;
	  border-radius: 25px;
  }
  .contact_field{
	  padding: 60px 340px 90px 100px;
  }
  .right_conatct_social_icon{
	  height: 100%;
  }
  
  .contact_field h3{
	 color: #000;
	  font-size: 40px;
	  letter-spacing: 1px;
	  font-weight: 600;
	  margin-bottom: 10px
  }
  .contact_field p{
	  color: #000;
	  font-size: 13px;
	  font-weight: 400;
	  letter-spacing: 1px;
	  margin-bottom: 35px;
  }
  .contact_field .form-control{
	  border-radius: 0px;
	  border: none;
	  border-bottom: 1px solid #ccc;
  }
  .contact_field .form-control:focus{
	  box-shadow: none;
	  outline: none;
	  border-bottom: 2px solid #1325e8;
  }
  .contact_field .form-control::placeholder{
	  font-size: 13px;
	  letter-spacing: 1px;
  }
  
  .contact_info_sec {
	  position: absolute;
	  background-color: #2d2d2d;
	  right: 1px;
	  top: 18%;
	  height: 340px;
	  width: 340px;
	  padding: 40px;
	  border-radius: 25px 0 0 25px;
  }
  .contact_info_sec h4{
	  letter-spacing: 1px;
	  padding-bottom: 15px;
  }
  
  .info_single{
	  margin: 30px 0px;
  }
  .info_single i{
	  margin-right: 15px;
  }
  .info_single span{
	  font-size: 14px;
	  letter-spacing: 1px;
  }
  
  button.contact_form_submit {
	  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
	  border: none;
	  color: #fff;
	  padding: 10px 15px;
	  width: 100%;
	  margin-top: 25px;
	  border-radius: 35px;
	  cursor: pointer;
	  font-size: 14px;
	  letter-spacing: 2px;
  }
  .socil_item_inner li{
	  list-style: none;
  }
  .socil_item_inner li a{
	  color: #fff;
	  margin: 0px 15px;
	  font-size: 14px;
  }
  .socil_item_inner{
	  padding-bottom: 10px;
  }
  
  .map_sec{
	  padding: 50px 0px;
  }
  .map_inner h4, .map_inner p{
	  color: #000;
	  text-align: center
  }
  .map_inner p{
	  font-size: 13px;
  }
  .map_bind{
	 margin-top: 50px;
	  border-radius: 30px;
	  overflow: hidden;
  }
  .bac{
	background: linear-gradient(#f4f4f4, #ffffff)!important;
  }
  .back1{
	background-image: url(img/back1.png)!important;
	background-position: center;
	background-size: cover;
  }
.boxx a{
	text-decoration:none;
}
.boxx{
	width:250px;
	box-shadow: 5px 0px 15px rgba(0,0,0,0.2);
	border-radius: 10px;
	overflow: hidden;
	margin: 20px 0px;
}
.boxx .slide-img{
	height: 250px;
	position:relative;
}
.boxx .slide-img img{
	width:100%;
	height: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.boxx .detail-box{
	width: 100%;
display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	box-sizing: border-box;
	font-family: calibri;
}
.boxx .type{
	display: flex;
	flex-direction: column;
}
.boxx .type a{
	color:#222222;
	font-size: 17px;
	margin: 5px 0px;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding-right: 8px;
}
.boxx .type span{
	color:rgba(26,26,26,0.5);
}
.boxx .price{
	color: #333333;
	font-weight: 600;
	font-size: 1.1rem;
	font-family: poppins;
	letter-spacing: 0.5px;
}
.boxx .overlay{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width:100%;
	height: 100%;
	background-color: rgba(92,95,236,0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}
.boxx .buy-btn{
	width:160px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #FFFFFF;
	color:#252525;
	font-weight: 700;
	letter-spacing: 1px;
	font-family: calibri;
	border-radius: 20px;
	box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}
.boxx .buy-btn:hover{
	color:#FFFFFF;
	background-color: #f15fa3;
	transition: all ease 0.3s;
}
.boxx .overlay{
	visibility: hidden;
}
.boxx .slide-img:hover .overlay{
	visibility: visible;
	animation:fade 0.5s;
}
 
@keyframes fade{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
.boxx .slider{
	width:100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
#main {
	position: relative;
	z-index: 1;
	overflow-x: hidden;
	overflow-y: visible
}

.entry-content::after,.entry-content::before,.site-content::after,.site-content::before,.site-footer::after,.site-footer::before,.site-header::after,.site-header::before {
	display: table;
	content: ""
}
.entry-content::after,.site-content::after,.site-footer::after,.site-header::after {
	clear: both
}
.site-content {
	margin-top: 80px;
	margin-bottom: 80px
}
.site-content {
	margin-top: 0;
	margin-bottom: 0
}
body.single-templates .site-content {
	margin-top: 60px
}
body.single-templates .site-content {
	margin-bottom: 0;
	background-image: none
}
.site-content .tp-aftercontent {
	margin-bottom: 150px
}
#rs-fullblock p:empty {
	display: none
}
.wp-block-group {
	box-sizing: border-box
}
.alignfull .wp-block-group__inner-container {
	margin: 0 auto
}
.wp-block-group.alignfull.has-background {
	padding: 0
}
.wp-block-themepunch-revslider {
	position: relative
}
.imgl {
    margin-top: 80px !important;
    margin-left: -20px !important;
    width: 300px;
    height: 150px;
}
@media screen and (max-width: 768px) {
	.site-branding .custom-logo {
		width:117px;
		height: 36px
	}

	.rs-templateheader .tg-site-header-bottom {
		padding: 12px 0
	}

	.tg-site-header-bottom {
		padding: 10px 0
	}

	.tg-site-footer .tg-footer-widget-container {
		-ms-flex-direction: inherit;
		flex-direction: inherit
	}

	.tg-site-footer .tg-footer-widget-container.tg-footer-widget-col--four .tg-footer-widget-area {
		width: calc(50% - 20px);
		display: inline-block
	}
}

@media (min-width: 0px) {
	body,html {
		font-size:16px;
		line-height: 24px
	}

	.tg-container {
		padding: 0 30px;
		max-width: 100%
	}

	.tp-headerblock h1,.tp-headerblock h2 {
		font-size: 35px;
		line-height: 35px
	}

	h1 {
		font-size: 40px;
		line-height: 40px
	}

	h2 {
		font-size: 35px;
		line-height: 40px
	}

	p.largep {
		font-size: 25px;
		line-height: 35px
	}

	.tp-newscard {
		padding: 30px
	}

	.tp-cardshadow {
		box-shadow: 0 10px 30px 0 rgba(28,9,80,.07)
	}

	.tg-scroll-to-top {
		right: 15px;
		bottom: 10px
	}

	#rs-ticketmodal {
		display: none
	}

	.wp-block-button.large a.wp-block-button__link,.wp-block-button.large a.wp-block-button__link:visited {
		font-size: 15px;
		line-height: 18px;
		padding: 10px 40px
	}

	.rs-templateheader #templatetitle {
		font-size: 15px;
		left: 180px;
		text-align: left;
		display: none
	}

	.rs-templateheader #rs-templatebuy {
		right: 92px
	}

	.rs-templateheader #rs-templateback {
		right: 53px
	}

	.rs-templateheader #rs-templateclose {
		right: 22px
	}

	.alignfull {
		left: 0;
		margin: 0
	}

	.alignfull .wp-block-group__inner-container {
		padding: 0 30px;
		max-width: 100%;
		box-sizing: border-box
	}
}

@media (min-width: 480px) {
	.rs-gootator {
		width:200px;
		height: 50px
	}

	.tp-nicetext {
		width: 200px;
		height: 53.333px;
		top: 7px
	}

	body,html {
		font-size: 18px;
		line-height: 26px
	}

	.tp-headerblock h1,.tp-headerblock h2 {
		font-size: 40px;
		line-height: 40px
	}

	h1 {
		font-size: 50px;
		line-height: 50px
	}

	h2 {
		font-size: 40px;
		line-height: 45px
	}

	p.largep {
		font-size: 30px;
		line-height: 40px
	}

	.tg-primary-menu>div>ul>li {
		margin: 0 28px 0 0
	}

	.tp-newscard {
		padding: 50px
	}

	.wp-block-button.large a.wp-block-button__link,.wp-block-button.large a.wp-block-button__link:visited {
		font-size: 18px;
		line-height: 20px;
		padding: 15px 50px
	}
}

@media (min-width: 769px) {
	.rs-templateheader #templatetitle {
		display:block
	}
}

@media (min-width: 1560px) {
	#primary {
		min-height:500px
	}
}

.alignfull {
	position: relative;
	box-sizing: border-box
}



@media (min-width: 1024px) {
	
	.rs-templateheader #templatetitle {
		font-size: 18px;
		left: calc(50% - 300px);
		text-align: center
	}

	.rs-templateheader #rs-templatebuy {
		right: 90px
	}

	.rs-templateheader #rs-templateback {
		right: 40px
	}

	.rs-templateheader #rs-templateclose {
		right: 0
	}

	.alignfull {
		margin: 0;
		position: relative
	}

	.alignfull .wp-block-group__inner-container {
		max-width: 960px;
		padding: 0
	}
}

@media (min-width: 1240px) {
	.rs-gootator {
		width:300px;
		height: 70px
	}
	.alignfull .wp-block-group__inner-container {
		max-width: 1180px;
		padding: 0
	}
}















rs-modal {
	position: fixed!important;
	z-index: 9999999!important;
	pointer-events: none!important
}

rs-modal.rs-modal-auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto
}

rs-modal.rs-modal-fullscreen,rs-modal.rs-modal-fullwidth {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%
}

rs-module-wrap.rs-modal {
	display: none;
	max-height: 100%!important;
	overflow: auto!important;
	pointer-events: auto!important
}

rs-module-wrap.hideallscrollbars.rs-modal {
	overflow: hidden!important;
	max-width: 100%!important
}

rs-modal-cover {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: 0 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	pointer-events: auto
}

body>rs-modal-cover {
	position: fixed;
	z-index: 9999995!important
}

rs-sbg-px {
	pointer-events: none
}

.rs-forceuntouchable,.rs-forceuntouchable * {
	pointer-events: none!important
}

.rs-forcehidden * {
	visibility: hidden!important
}

.rs_splitted_lines {
	display: block;
	white-space: nowrap!important
}

.rs-go-fullscreen {
	position: fixed!important;
	width: 100%!important;
	height: 100%!important;
	top: 0!important;
	left: 0!important;
	z-index: 9999999!important;
	background: #fff
}

.rtl {
	direction: rtl
}

rs-module i[class*=" fa-"],rs-module i[class^=fa-] {
	display: inline-block;
	font: 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

rs-module [class*=" fa-"]:before,rs-module [class^=fa-]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0
}

rs-module-wrap {
	visibility: hidden
}

rs-module-wrap,rs-module-wrap * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent
}

rs-module-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block
}

.rs-fixedscrollon rs-module-wrap {
	position: fixed!important;
	top: 0!important;
	z-index: 1000;
	left: 0!important
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky!important;
	top: 0;
	z-index: 1000
}

.rs-stickyscrollon {
	overflow: visible!important
}

rs-fw-forcer {
	display: block;
	width: 100%;
	pointer-events: none
}

rs-module {
	position: relative;
	overflow: hidden;
	display: block
}

rs-module.disableVerticalScroll {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}

rs-sbg {
	display: block;
	pointer-events: none
}

rs-carousel-wrap rs-column rs-layer img {
	width: 0;
	height: 0
}

rs-sbg-px,rs-sbg-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block
}

a.rs-layer,a.rs-layer:-webkit-any-link {
	text-decoration: none
}

.entry-content rs-module a,rs-module a {
	box-shadow: none
}

.rs-forceoverflow,.rs-forceoverflow rs-module,.rs-forceoverflow rs-module-wrap,.rs-forceoverflow rs-slide,.rs-forceoverflow rs-slides {
	overflow: visible!important
}

.rs-parallax-hidden-of rs-slide {
	overflow: hidden!important
}

rs-module img {
	max-width: none!important;
	transition: none;
	margin: 0;
	padding: 0;
	border: none
}

rs-slide,rs-slide:before,rs-slides {
	position: absolute;
	text-indent: 0;
	top: 0;
	left: 0
}

rs-slide,rs-slide:before {
	display: block;
	visibility: hidden
}

.rs-layer .rs-toggled-content {
	display: none
}

.rs-tc-active.rs-layer>.rs-toggled-content {
	display: block
}

.rs-layer-video {
	overflow: hidden
}

.rs_html5vidbasicstyles {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden
}

rs-module .rs-layer,rs-module rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	display: block;
	-webkit-font-smoothing: antialiased!important;
	-webkit-tap-highlight-color: transparent;
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-display: swap
}

rs-layer-wrap,rs-module .rs-layer,rs-module img,rs-module-wrap {
	user-select: none
}

rs-module rs-mask-wrap .rs-layer,rs-module rs-mask-wrap :last-child {
	margin-bottom: 0
}

.rs-svg svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top
}

.rs-layer :not(.rs-wtbindex),.rs-layer:not(.rs-wtbindex),rs-layer:not(.rs-wtbindex) {
	outline: 0!important
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0;
	position: relative
}

rs-module audio,rs-module embed,rs-module iframe,rs-module object,rs-module video {
	max-width: none!important;
	border: none
}

rs-bg-elem {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none
}

rs-zone {
	position: absolute;
	width: 100%;
	left: 0;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 0px;
	pointer-events: none
}

rs-cbg-mask-wrap,rs-column,rs-row-wrap {
	display: block;
	visibility: hidden
}

rs-layer-wrap,rs-loop-wrap,rs-mask-wrap,rs-parallax-wrap {
	display: block
}

rs-column-wrap>rs-loop-wrap,rs-column-wrap>rs-mask-wrap {
	z-index: 1
}

rs-cbg-mask-wrap,rs-layer-wrap,rs-mask-wrap {
	transform-style: flat
}

@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
	rs-carousel-wrap rs-layer-wrap,rs-carousel-wrap rs-loop-wrap {
		backface-visibility:hidden;
		transform-style: preserve-3d
	}
}

.safarifix rs-layer-wrap {
	perspective: 1000000
}

rs-mask-wrap {
	overflow: hidden
}

rs-fullwidth-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	max-width: none!important
}
rs-column-wrap .rs-parallax-wrap {
	vertical-align: top
}

.rs-layer img,rs-layer img {
	vertical-align: top
}

rs-row,rs-row.rs-layer {
	display: table;
	position: relative;
	width: 100%!important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height: auto;
	font-size: 0px
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
	display: none!important;
	visibility: hidden!important;
	pointer-events: none!important
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size: 0px
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100%!important;
	height: auto!important;
	white-space: normal!important
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box
}

rs-column-wrap rs-cbg-mask-wrap {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0
}

rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%
}

rs-column .rs-parallax-wrap,rs-column rs-loop-wrap,rs-column rs-mask-wrap {
	text-align: inherit
}

rs-column rs-mask-wrap {
	display: inline-block
}

rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap {
	position: relative;
	left: auto;
	top: auto;
	line-height: 0
}

rs-column .rs-parallax-wrap,rs-column .rs-parallax-wrap rs-loop-wrap,rs-column .rs-parallax-wrap rs-mask-wrap {
	vertical-align: top
}

.rev_break_columns {
	display: block!important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
	display: block!important;
	width: 100%!important
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden,.rs-layer-audio.rs-layer-hidden,.rs-layer.rs-layer-hidden,.rs-parallax-wrap.rs-layer-hidden,.tp-forcenotvisible,rs-column-wrap.rs-layer-hidden,rs-row-wrap.rs-layer-hidden {
	visibility: hidden!important;
	display: none!important
}

.rs-layer.rs-nointeraction:not(a),a.rs-layer.rs-nointeraction>.div,rs-layer.rs-nointeraction:not(a) {
	pointer-events: none!important
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden
}

.rs-stl-visible {
	overflow: visible!important
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom-width: 0!important;
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top-width: 0!important;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00a8ff;
	border-top-width: 0!important;
	position: absolute;
	left: 100%;
	top: 0
}

rs-module div.rs-layer,rs-module h1.rs-layer,rs-module h2.rs-layer,rs-module h4.rs-layer,rs-module h5.rs-layer,rs-module p.rs-layer,rs-module span.rs-layer {
	margin: 0;
	padding: 0;
	margin-block-start:0;margin-block-end:0;margin-inline-start:0;margin-inline-end:0}

rs-module h1.rs-layer:before,rs-module h2.rs-layer:before,rs-module h4.rs-layer:before,rs-module h5.rs-layer:before {
	content: none
}

rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	pointer-events: none
}

rs-sbg-wrap rs-dotted {
	z-index: 31
}

rs-progress {
	visibility: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%
}

.rs-progress-bar,rs-progress-bar {
	display: block;
	z-index: 20;
	box-sizing: border-box;
	background-clip: content-box;
	position: absolute;
	line-height: 0;
	width: 100%;
	height: 100%
}

.rs-layer img {
	background: 0 0
}

.rs-layer.slidelink {
	cursor: pointer;
	width: 100%;
	height: 100%
}

.rs-layer.slidelink a {
	width: 100%;
	height: 100%;
	display: block
}

.rs-layer.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url(https://www.sliderrevolution.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png)
}

.rs-layer.slidelink a span {
	background: url(https://www.sliderrevolution.com/wp-content/plugins/revslider/public/assets/assets/coloredbg.png);
	width: 100%;
	height: 100%;
	display: block
}

rs-layer iframe {
	visibility: hidden
}
#slider-1231-slide-2532-layer-8, #slider-1231-slide-2533-layer-8, #slider-1231-slide-2534-layer-8, #slider-1231-slide-2535-layer-8, #slider-1231-slide-2536-layer-8 {
    z-index: 22;
    font-family: Forum;
    text-transform: uppercase;
    height: auto;
    width: auto;
    color: rgb(0, 0, 0);
    text-decoration: none;
    white-space: nowrap;
    min-height: 0px;
    min-width: 0px;
    max-height: none;
    max-width: none;
    text-align: left;
    line-height: 60px!important;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 80px!important;
    backdrop-filter: none;
    filter: none;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: perspective(600px);
    visibility: visible;
}

rs-layer.rs-ii-o iframe {
	visibility: visible
}

rs-layer input[type=email],rs-layer input[type=number],rs-layer input[type=password],rs-layer input[type=search],rs-layer input[type=text],rs-layer input[type=time],rs-layer input[type=url] {
	display: inline-block
}

rs-layer input::placeholder {
	vertical-align: middle;
	line-height: inherit!important
}

rs-bullet,rs-bullets,rs-navmask,rs-tab,rs-thumb {
	display: block;
	pointer-events: all
}

#slideshow { 
	position: relative; 
	width: 100%; 
	height: 100%; 
	box-shadow: 0 0 20px rgba(0,0,0,0.4); 
  }
  
  #slideshow > div .imgs{
	position: absolute;
	width: 100%; 
	height: 450px;
  }
.imgq{
	width: 100%;
	height: 555px;
	object-fit: contain;
	
}
.imge {
	display: block;
	width: 100%;
	height: auto;
	position: relative;
	transition: all ease 0.5s;
  }
  
  .over{
	opacity: 0;
	transition: all ease 0.5s;
  }
  .hov:hover .over {
	opacity: 1;
  }

  .hov:hover img {
   transform: scale(1.03); 
   box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}














/* 
body {
	width: 100%;
	min-height: 100vh;
	background-color: #f4f4f4;
	min-height: calc(100vh - var(--vh-offset, 0px));
  
	overflow-x: hidden;
	font-weight: 400;
	top: 0;
	color: #252525;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.025em;
  } */
  
  .header-design {
	background-color: #a4508b;
	background-image: linear-gradient(180deg, #FEED00 0%, #F3F3F3 74%);
	height: 120px;
	background-color: white;
	text-align: center;
  }
  
  .listar-map-button {
	width: 100%;
	position: absolute;
	display: table;
	right: 0;
	top: 0;
	height: 200px;
	line-height: 164px;
	white-space: nowrap;
	font-size: 0;
  }
  
  .listar-map-button {
	right: auto;
	/***
	  box-shadow: 0 0 65px rgba(0,0,0,.07) inset, 0 0 35px rgba(0,0,0,.05) inset;**/
  }
  
  .listar-map-button-text span {
	background-color: #fff;
	color: #252525;
	text-shadow: none;
  }
  
  .listar-page-header-content .listar-map-button-text span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	height: 44px;
	line-height: 1.6;
	padding: 10px 25px;
	box-shadow: 0 0 300px rgba(0, 0, 0, 0.65), 0 0 30px rgba(0, 0, 0, 0.06);
	border-radius: 50px;
	background-color: rgba(35, 40, 45, 0.9);
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  header .footer-wave {
	max-width: 102%;
	width: 100%;
	height: 187.8px;
	left: 0;
	z-index: 1;
	bottom: -67px;
	background-color: white;
	background: url(https://1.bp.blogspot.com/-NYl6L8pz8B4/XoIVXwfhlNI/AAAAAAAAU3k/nxJKiLT706Mb7jUFiM5vdCsOSNnFAh0yQCLcBGAsYHQ/s1600/hero-wave.png)
	  repeat-x;
	animation: wave 10s cubic-bezier(0.44, 0.66, 0.67, 0.37) infinite;
  }
  
  @keyframes wave {
	0% {
	  background-position: 0;
	}
	100% {
	  background-position: 1440px;
	}
  }
  
  .listar-feature-item-wrapper {
	margin-bottom: 20px;
	padding-left: 27px;
	padding-right: 27px;
  }
  
  .listar-feature-item {
	height: calc(100% - 20px);
  }
  
  .listar-feature-item.listar-feature-has-link
	~ .listar-feature-fix-bottom-padding.listar-fix-feature-arrow-button-height {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
  }
  
  .listar-feature-item a {
	position: absolute;
	top: -12px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% + 4px);
	border-radius: 1000px;
	z-index: 10;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
	content: "";
	position: absolute;
	top: -74px;
	left: 50%;
	margin-left: -74px;
	width: 148px;
	height: 148px;
	border-radius: 1000px;
	z-index: 10;
  }
  
  .listar-feature-item a:after {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 1000px;
	z-index: 10;
	animation: ripple 0.7s linear infinite;
	box-shadow: 5px 5px 10px rgba(163, 177, 198, 0.6),
	  -5px -5px 10px rgba(255, 255, 255, 0.5);
  }
  
  
  @keyframes ripple {
	0% {
		  box-shadow: 0 0 0 0 rgba(163, 177, 198, 0.3), 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.01);
	}
	100% {
	  box-shadow: 0 0 0 1em rgba(163, 177, 198, 0.3), 0 0 0 3em rgba(163, 177, 198, 0.03), 0 0 0 5em rgba(163, 177, 198, 0.03), 0 0 0 8em rgba(163, 177, 198, 0.01);
	}
  }
  
  
  
  .listar-feature-item .listar-feature-item-inner {
	padding: 50px 30px;
	border-radius: 6px;
	z-index: 5;
	position: relative;
	height: 100%;
  }
  
  .listar-feature-item .listar-feature-item-inner {
	padding-top: 60px;
	padding-bottom: 60px;
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
	border: 0;
	box-shadow: 120px 0px 150px rgba(80, 80, 80, 0.15),
	  10px 0px 10px rgba(80, 80, 80, 0.02);
	border-radius: 1000px;
	background: rgba(255, 255, 255, 0);
	background: -moz-linear-gradient(
	  left,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0) 40%,
	  rgba(255, 255, 255, 1) 100%
	);
	background: -webkit-gradient(
	  left top,
	  right top,
	  color-stop(0%, rgba(255, 255, 255, 0)),
	  color-stop(40%, rgba(255, 255, 255, 0)),
	  color-stop(100%, rgba(255, 255, 255, 1))
	);
	background: -webkit-linear-gradient(
	  left,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0) 40%,
	  rgba(255, 255, 255, 1) 100%
	);
	background: -o-linear-gradient(
	  left,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0) 40%,
	  rgba(255, 255, 255, 1) 100%
	);
	background: -ms-linear-gradient(
	  left,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0) 40%,
	  rgba(255, 255, 255, 1) 100%
	);
	background: linear-gradient(
	  to right,
	  rgba(255, 255, 255, 0) 0%,
	  rgba(255, 255, 255, 0) 40%,
	  rgba(255, 255, 255, 1) 100%
	);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#ffffff',GradientType=1);
  }
  
  .listar-feature-item .listar-feature-item-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }
  
  .listar-feature-right-border {
	position: absolute;
	width: calc(100% + 24px);
	height: calc(100% + 24px);
	top: -12px;
	left: 50%;
	overflow: hidden;
  }
  
  .listar-feature-items {
	text-align: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
	.listar-feature-item
	a:hover
	~ .listar-feature-item-inner
	.listar-feature-right-border:before {
	border: 11px solid #2f53bf;
  }
  
  .listar-feature-right-border:before,
  .listar-hovering-features
	.listar-feature-item
	a:hover
	~ .listar-feature-item-inner
	.listar-feature-right-border:before,
  .listar-hovering-features-grey
	.listar-feature-item
	a:hover
	~ .listar-feature-item-inner
	.listar-feature-right-border:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 11px solid #258bd5;
	border-radius: 800px;
	left: -50%;
  }
  
  .listar-feature-item .listar-feature-block-content-wrapper {
	position: relative;
	display: block;
	text-decoration: none;
	margin: -35px;
	padding: 30px;
	height: calc(100% + 100px);
  }
  
  .listar-features-design-2 .listar-feature-item-wrapper {
	margin-bottom: 120px;
	padding-left: 27px;
	padding-right: 27px;
  }
  
  .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
	content: "";
	background-color: #fff;
	z-index: 6;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center center;
  }
  
  .listar-feature-icon-wrapper {
	width: 148px;
	height: 148px;
	line-height: 148px;
	border-radius: 500px;
	box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.06);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 50%;
	vertical-align: middle;
	margin-left: -74px;
	top: -66px;
	margin-top: -74px;
  }
  
  .listar-feature-icon-inner {
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 500px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.14);
	background: #fff;
  }
  
  .listar-feature-icon-inner div {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	display: inline-block;
	position: relative;
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: left;
  }
  
  .listar-feature-icon-inner img {
	position: relative;
	margin: 0 auto;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	height: 55px;
  }
  
  .listar-feature-item img,
  .listar-feature-item i {
	position: relative;
	display: inline-block;
	border-bottom: 0;
	font-size: 40px;
	top: 0;
	padding: 0;
	color: #258bd5;
  }
  
  .listar-feature-with-image .listar-feature-content-wrapper {
	top: 0;
  }
  .listar-feature-content-wrapper {
	position: relative;
	margin-top: -15.5px;
  }
  
  .listar-feature-item .listar-feature-item-title {
	padding-top: 0;
	margin: 0 0 30px;
	text-align: center;
	line-height: 1.5;
  }
  
  .listar-feature-item
	.listar-feature-item-title.listar-feature-counter-added
	> span {
	margin-left: 25px;
	border-radius: 0 50px 50px 0;
  }
  
  .listar-feature-item .listar-feature-item-title > span {
	box-shadow: 15px 20px 30px rgba(80, 80, 80, 0.12),
	  5px 0px 40px rgba(80, 80, 80, 0.1);
	padding: 10px 20px;
	display: inline-block;
	position: relative;
	background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title > span span {
	box-shadow: 15px 15px 30px rgba(80, 80, 80, 0.2),
	  5px 0px 80px rgba(80, 80, 80, 0.15);
	padding: 10px 0;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 30px;
	white-space: nowrap;
	position: absolute;
	top: -3px;
	left: -40px;
	border-radius: 50px;
	background-color: #fff;
  }
  
  .listar-feature-item .listar-feature-item-title span {
	display: inline-block;
	font-size: 14px;
	line-height: normal;
	font-weight: 400;
	text-shadow: none;
	border-radius: 50px;
	color: #252525;
	font-size: 18px;
  }
  
  .listar-feature-item-excerpt {
	padding: 0 20px;
  }
  
  .listar-feature-item-excerpt {
	color: #252525;
	position: relative;
	top: 0;
	width: 100%;
	margin: 0 auto;
	text-align: center;
  }
  
  .pset {
	padding: 60px 0px;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0.025em;
  }
  
  .listar-map-button-text span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	height: 44px;
	line-height: 1.6;
	padding: 10px 25px;
	box-shadow: 0 0 31px rgba(0, 0, 0, 0.65), 0 0 4px rgba(0, 0, 0, 0.06);
	border-radius: 50px;
	background-color: rgba(35, 40, 45, 0.9);
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .listar-map-button-text span {
	background-color: #fff;
	color: #252525;
	text-shadow: none;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
  
  .listar-map-button-text span:after {
	border: 12px solid #fff;
  }
  
  .listar-map-button-text span:after {
	content: "";
	position: absolute;
	top: -14px;
	left: -14px;
	width: calc(100% + 28px);
	height: calc(100% + 28px);
	border-radius: 36px;
  }
  
  .listar-map-button:hover .listar-map-button-text span {
	padding: 10px 43px 10px 51px;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
  }
  
  .listar-feature-with-image .listar-feature-item a:before {
	content: "";
	position: absolute;
	top: -74px;
	left: 50%;
	margin-left: -74px;
	width: 148px;
	height: 148px;
	border-radius: 1000px;
	z-index: 10;
  }
  
  /* .listar-feature-item.listar-feature-has-link .listar-feature-item-inner:after {
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	box-shadow: 10px 10px 40px rgba(80, 80, 80, 0.15),
	  15px 15px 30px rgba(80, 80, 80, 0.05), 0 0 120px rgba(80, 80, 80, 0.6);
	bottom: -30px;
	background-image: url("https://image.flaticon.com/icons/svg/2316/2316674.svg");
	background-size: 40%;
	color: #555;
	line-height: 52px;
  } */
  
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-xs-1,
  .col-xs-2,
  .col-xs-3,
  .col-xs-4,
  .col-xs-5,
  .col-xs-6,
  .col-xs-7,
  .col-xs-8,
  .col-xs-9,
  .col-xs-10,
  .col-xs-11,
  .col-xs-12 {
	align-self: flex-start;
  }
  
  
  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');



.footr {
	position: relative;
	background: linear-gradient(#ffffff , #c8c7c7);
	color: #000!important;
	padding: 60px 0 50px 0;
}

.containr {
	max-width: 1170px;
	margin: auto;
}

.rw {
	display: flex;
	flex-wrap: wrap;
}

.rw ul {
	list-style: none;
}

.footr-col {
	width: 25%;
	padding: 0 15px;
}

.footr-col h4 {
	font-size: 18px;
	color: #151515;
	text-transform: capitalize;
	margin-bottom: 35px;
	font-weight: 700;
	position: relative;
}

.footr-col h4::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background-color: #E91E63;
	width: 50px;
	height: 2px;
}

.footr-col ul li:not(:last-child) {
	margin-bottom: 10px;
}

.footr-col ul li a {
	color: #151515;
	display: block;
	font-size: 1rem;
	font-weight: 500;
	/* text-transform: capitalize; */
	text-decoration: none;
	transition: all 0.3s ease;
}

.footr-col ul li a:hover {
	color: #151515;
	padding-left: 7px;
}

.footr-col .social-links a {
	color: #151515;
	position: relative;
	z-index: 10;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	text-align: center;
	margin: 0 10px 10px 0;
	line-height: 40px;
	transition: all 0.5s ease;
}

.footr-col .social-links a:hover {
	color: #151515;
	background-color: #FFF;
}

@media(max-width: 767px) {
	.footr-col {
		width: 50%;
		margin-bottom: 30px;
	}
}

@media(max-width: 574px) {
	.footr-col {
		width: 100%;
	}
}
.imgf{
	width: 100%;
	height: 100%;
	margin: -90px;
}


  
  
  .waves > use {
	animation: move-forever 2s -2s linear infinite;
  }
  
  .waves > use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 6s;
  }
  .waves > use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 3s;
  }
  
  @keyframes move-forever {
	0% {
	  transform: translate(-90px, 0%);
	}
	100% {
	  transform: translate(85px, 0%);
	}
  }
  
  svg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2vw;
	max-height: 200px;
  }

  .footr .fot{	
    padding-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


  .contain {
	background-color: #eee;
	padding: 1rem;
	font-family: 'Roboto', sans-serif;
	color: #212d31;
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
  }
  
  div.form {
	background-color: #eee;
  }
  .contact-wrapper {
	margin: auto 0;
  }
  
  .submit-btn {
	float: left;
  }
  .reset-btn {
	float: right;
  }
  .form-headline{
	color: #000;
  }
  .form-headline:after {
    content: "";
    display: block;
    width: 20%;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ec1c24;
}
.headline:after {
    content: "";
    display: block;
    width: 20%;
    padding-top: 10px;
    margin-bottom: 20px;
    border-bottom: 3px solid #ec1c24;
}
  .highlight-text {
	color: #ec1c24;
  }
  
  .hightlight-contact-info {
	font-weight: 700;
	font-size: 22px;
	line-height: 1.5;
  }
  
  .highlight-text-grey {
	font-weight: 500;
  }
  
  .email-info {
	  margin-top: 20px;
  }
  
  ::-webkit-input-placeholder { /* Chrome */
	font-family: 'Roboto', sans-serif;
  }
  
  .required-input {
	color: black;
  }
  @media (min-width: 600px) {
	.contain {
	  padding: 0;
	}
  }
  
  h3,
  ul {
	margin: 0;
  }
  
  h3 {
	margin-bottom: 1rem;
  }
  
  .form-input:focus,
  textarea:focus{
	outline: 1.5px solid #ec1c24;
  }
  
  .form-input,
  textarea {
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 5px;
  }
  
  .wrapper > * {
	padding: 1em;
  }
  @media (min-width: 700px) {
	.wrapper {
	  display: grid;
	}
	.wrapper > * {
	  padding: 2em 2em;
	}
  }
  
  ul {
	list-style: none;
	padding: 0;
  }
  
  .contacts {
	color: #212d31;
  }
  
  .form {
	background: #fff;
  }
  
  form {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 10px;
  }
  form label {
	display: block;
  }
  form p {
	margin: 0;
  }
  
  .full-width {
	grid-column: 1 / 3;
  }
  
  button,
  .submit-btn,
  .form-input,
  textarea {
	padding: 0.429em;
  }
  
  button, .submit-btn {
    background: transparent;
    border: 1px solid #ec1c24;
    color: #ec1c24;
	letter-spacing: 2px;
    width: 130px;
    /* border-radius: 15px; */
    padding: 5px 20px;
    text-transform: uppercase;
}
  button:hover, .submit-btn:hover,
  button:focus , .submit-btn:focus{
	background: #ec1c24;
	outline: 0;
	color: #eee;
  }
  .error {
	color: #ec1c24;
  }
  
  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
	padding-bottom: 30px;
	margin: 70px 0px;
  }
  
  .contact ul{
	list-style: none;
	position: relative;
	padding-left: 0px;
  }
  
  .contact ul p {
	  font-size: 15px;
	  color: #000000;
	  margin: 10px 0px;
	  line-height: 25px;
	  letter-spacing: 0.3px;
  }
  
  .contact ul li {
	  width: 33.33%;
	  float: left;
	  font-size: 15px;
	  line-height: 28px;
	  cursor: pointer;
  }
  
  .contact .info-box {
	color: #444;
	text-align: center;
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 20px 0 30px 0;
	margin-bottom: 30px;
  }
  .contact .info-box .fa-location-dot {
    padding: 8px 12px!important;
  }
  .contact .info-box i {
    font-size: 30px;
    color: #ec1c24;
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #000;
}
  
  .contact .info-box h3 {
	font-size: 20px;
	color: #666;
	font-weight: 700;
	margin: 10px 0;
  }
  
  .contact .info-box p {
	padding: 0;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
  }
  
  .contact {
	box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
	padding: 30px;
	margin-bottom: 30px;
  }
  
  .contact .php-email-form .error-message {
	display: none;
	color: #fff;
	background: #ed3c0d;
	text-align: left;
	padding: 15px;
	font-weight: 600;
  }
  
  .contact .php-email-form .error-message br+br {
	margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
	display: none;
	color: #fff;
	background: #18d26e;
	text-align: center;
	padding: 15px;
	font-weight: 600;
  }
  
  .contact .php-email-form .loading {
	display: none;
	background: #fff;
	text-align: center;
	padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
	content: "";
	display: inline-block;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	margin: 0 10px -6px 0;
	border: 3px solid #18d26e;
	border-top-color: #eee;
	animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input,
  .contact .php-email-form textarea {
	border-radius: 0;
	box-shadow: none;
	font-size: 14px;
  }
  
  .contact .php-email-form input::focus,
  .contact .php-email-form textarea::focus {
	background-color: #68A4C4;
  }
  
  .contact .php-email-form input {
	padding: 10px 15px;
  }
  
  .contact .php-email-form textarea {
	padding: 12px 15px;
  }
  
  .contact .php-email-form button[type=submit] {
	background: #68A4C4;
	border: 0;
	padding: 10px 24px;
	color: #fff;
	transition: 0.4s;
  }
  
  .contact .php-email-form button[type=submit]:hover {
	background: #8dbad2;
  }
  
  @keyframes animate-loading {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(360deg);
	}
  }
  
  /*--------------------------------------------------------------
  # Map
  --------------------------------------------------------------*/
  .map {
	padding: 0;
	margin-bottom: -6px;
  }
  
  .map iframe {
	width: 100%;
	height: 385px;
  }
  
  .serv img {
  transition: all ease 0.3s;
  }
   .serv h5 {
	font-weight: 600;
	font-size: 22px;
	color: #000!important;
    letter-spacing: 1.5px;
  }
  .serv p {
	padding-top: 10px;
	font-size: 16px;
	color: #000!important;
  }

  
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.servics {
	padding-bottom: 20px;
	color: #000;
  }
  
  .servics .icon-box {
	padding: 30px 0px;
	height: 370px;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
	background: #fff;
	box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
	transition: all 0.3s ease-in-out;
	text-align: center;
	border: 1px solid #fff;
  }
  
  .servics .icon {
    margin: 0 auto 20px auto;
    /* padding-top: 23px; */
    padding-left: 8px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    width: 72px;
    height: 72px;
}
  
  .servics .icon i {
	font-size: 36px;
	line-height: 1;
  }
  
  .servics .title {
	font-weight: 700;
	margin-bottom: 15px;
	font-size: 18px;
	white-space: nowrap;
    text-align: center;
  }
  
  .servics .title a {
	color: #111;
  }
  
  .servics .description {
	font-size: 17px;
	margin-bottom: 0;
	padding: 0px 10px;
  }
  
  .servics .icon-box-pink .icon {
	background: #fceef3;
  }
  
  .servics .icon-box-pink .icon i {
	color: #ff689b;
  }
  
  .servics .icon-box-pink:hover {
	border-color: #ff689b;
  }
  
  .servics .icon-box-cyan .icon {
	background: #e6fdfc;
  }
  
  .servics .icon-box-cyan .icon i {
	color: #3fcdc7;
  }
  
  .servics .icon-box-cyan:hover {
	border-color: #3fcdc7;
  }
  
  .servics .icon-box-green .icon {
	background: #eafde7;
  }
  
  .servics .icon-box-green .icon i {
	color: #41cf2e;
  }
  
  .servics .icon-box-green:hover {
	border-color: #41cf2e;
  }
  
  .servics .icon-box-blue .icon {
	background: #e1eeff;
  }
  
  .servics .icon-box-blue .icon i {
	color: #2282ff;
  }
  
  .servics .icon-box-blue:hover {
	border-color: #2282ff;
  }
  .comments .comments-grids .comments-grid {
	transition: all ease 0.5s;
	padding: 18px 16px;
    background-color: ghostwhite;
  }
  .comments .comments-grids .comments-grid:hover {
	transform: scale(1.05);
	background-color: white;
    border: 0.5px solid grey;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }
  .comments .comments-grids .comments-grid .imgc{
	width: 60px;
  }
  .w3l_social_icons {
	background-image: url('../img/backban.jpg');
	height: 50vh;
	-webkit-backdrop-filter: opacity(50%);
     backdrop-filter: opacity(50%);
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	transition: all ease 0.2s;
  }
  /* ======= CountUp Numbers style ======= */
.numbers {
	background-attachment: fixed;
  }
  .numbers .item img {
	  position: absolute;
	  width: 50%;
	  right: -30%;
	  top: 30%;
	  z-index: 4;
  }
  .numbers .item img.tobotm {
	  -webkit-transform: rotateX(180deg);
	  transform: rotateX(180deg);
	  top: 15%;
  }
  .numbers .item:hover .icon .front {
	  -webkit-transform: translateX(-120%);
	  transform: translateX(-120%);
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
  }
  .numbers .item:hover .icon .back {
	  -webkit-transform: translateX(0%);
	  transform: translateX(0%);
	  -webkit-transition: all .3s ease;
	  transition: all .3s ease;
  }
  .numbers .item .icon {
	  width: 100px;
	  height: 100px;
	  line-height: 100px;
	  font-size: 30px;
	  margin-bottom: 10px;
	  color: #fff;
	  border-radius: 50%;
	  border: 7px solid rgba(255, 255, 255, 0.1);
	  position: relative;
	  overflow: hidden;
	  display: inline-block;
  }
  .numbers .item .icon span,
  .numbers .item .icon i {
	  position: absolute;
	  top: 5px;
	  left: 5px;
	  right: 5px;
	  bottom: 5px;
	  line-height: 80px;
	  border-radius: 50%;
	  background: rgba(255,255,255,0.2);
	  -webkit-backdrop-filter: blur(5px);
	  backdrop-filter: blur(5px);
  }
  .numbers .item .icon .back {
	  -webkit-transform: translateX(120%);
	  transform: translateX(120%);
	  background: rgba(255,255,255,0.2);
	  -webkit-backdrop-filter: blur(5px);
	  backdrop-filter: blur(5px);
	  color: #fff;
  }
  .numbers .item h3 {
	  font-weight: 600;
	  font-family: 'Poppins', sans-serif;
	  margin-bottom: 10px;
	  font-size: 36px;
  }
  .numbers .item h6 {
	  font-size: 16px;
	  font-weight: 600;
	  font-family: 'Poppins', sans-serif;
  }
  .numbers .item h6 span {
	  font-size: 16px;
	  color: #2095AE;
	  margin-right: 5px;
  }
  ol.number {
	 list-style: none;
	 counter-reset: item;
	 margin-bottom: 20px;
   }
  ol.number li {
	 counter-increment: item;
	 margin-bottom: 10px;
   }
  ol.number li:before {
	  margin-right: 10px;
	  content: counter(item);
	  background: #2095AE;
	  border-radius: 100%;
	  color: #fff;
	  width: 26px;
	  height: 26px;
	  text-align: center;
	  display: inline-block;
	  font-size: 13px;
	  line-height: 27px;
   }
  
  .imgw{
	width: 100%;
	height: 330px;
  }

  .pb-0{
	padding-bottom: 0px!important;
  }

.contact-header-img {
    background-image: url(../img/bc1.jpg);
}
.enquiry-header-img {
    background-image: url(../img/bc2.jpg);
	background-position: right!important;
}
.about-header-img {
    background-image: url(../img/bc3.jpg);
    background-position: center!important;
}
.all-page-header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.breadcrumb li{
	color: #000!important;
}
.bread h2{
	color: #000!important;
}
.breadcrumb li a{
	color: #000;
}
.breadcrumb {
    padding: 8px 15px 8px 0px;
	font-weight: 700;
    margin-bottom: 0px;
    list-style: none;
    background-color:transparent!important;
    border-radius: 4px;
}
.breadcrumb > li + li:before {
    padding: 0px!important;
	color: transparent!important;
}

#wraper {
	width: 100vw;
	height: 100vh;
}
#sizeContainer {
	background-color: #e1ecef;
	width: 100%;
}
#hexa {
	/*transform: scale(2);*/
	box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#imagesGrid {
	filter: drop-shadow(-1px 6px 3px rgba(50, 50, 0, 0.5));
	animation: slideAnimation 300s linear /*infinite*/;
}

@keyframes slideAnimation {
	0% {
		transform: translate(0, -50%);
	}
	100% {
		transform: translate(0, 0);
	}
}
#imagesGrid image:hover {
	cursor: pointer;
	filter: grayscale(100%);
}
#imagesGrid image:active {

  transform: scale(1.5);
   opacity:   0.8;
	
	
}

.rww {
	display: flex;
	flex-wrap: wrap;
	padding: 0 4px;
  }
  
  /* Create four equal columns that sits next to each other */
  .clumn {
	flex: 25%;
	max-width: 25%;
	padding: 0 4px;
  }

  .clumn img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
	.clumn {
	  flex: 50%;
	  max-width: 50%;
	}
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
	.clumn {
	  flex: 100%;
	  max-width: 100%;
	}
  }


  .scroll-container {
    height: 100vh; /* Set the height of the container */
    overflow: hidden;
	float: right;
    position: relative;
}

.scroll-content {
    position: relative;
    top: 0;
    left: 0;
}

/* Adjust image size and styling as needed */
.scroll-content img {
    width: 100%;
    height: auto;
    display: block;
}

.slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    transition: top 1s; /* Adjust the duration (1s) as needed */
}

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

/* .scroll-contan{
	animation: slide 10s linear infinite reverse;
}

@keyframes slide {
	0% {
	  transform: translateY(0);
	}
	100% {
	  transform: translateY(-100%); 
	}
  } */

  .salsa-regular {
	font-family: "Salsa", cursive;
	font-weight: 400;
	font-style: normal;
  }
  
.mnn{
	display: block;
}
  .main {
	display: flex;
	overflow: hidden;
	justify-content: end;
	height: 100vh;
	align-items: center;
  }
   .main h1{
	color: #000!important;
	margin-left: 60px;
   }
   .main p{
	color: #000!important;
	margin-left: 60px;
	margin-top: 10px;
   }
   .main button{
	transition: all ease 0.2s;
	font-weight: 700;
	border-width: 2px;
	margin-left: 60px;
	margin-top: 10px;
   }
  .main img {
	max-width: 100%;
	vertical-align: middle;
	box-sizing: border-box;
  }
   
  .main .single-column {
	  animation: var(--animation, none) 20s infinite linear;
  }
   
  .main .single-column:hover {
	  animation-play-state: paused;
  }
   
  .main .single-column:nth-of-type(odd) {
	align-self: flex-end;
	--direction: 50%;
  }
   
  @keyframes slide {
	
	to {
        -webkit-transform: translateY(var(--direction, -100%));
    }
    from {
        transform: translateY(0);
    }
  }

.dfl{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.dfl1{
	margin: auto;
}
/*-- global css --*/
  
.overlay,
.overlay-text,
.simple-text,
.overlay-sim-text-2,
.overlay-text-effect-3,
.zoom-effect-1 img,
.zoom-effect-2 img,
.opacity-effect img,
.blur-effect img,
.grayscale-effect img{
   transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}
.overlay-text p,
.overlay-sim-text-2 p,
.overlay-text-effect-3 p{
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 45px 20px;
}
/*-- overlay text effect 2 --*/

.overlay-sim-text-2{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
}
.simple-effect {
	padding: 1em .4em;
	display: block;
	font-size: 1.8em;
}
.simple-effect span {
	color: #1e92ea;
}
.effect-image-1{
	position: relative;
	display: block;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.effect-image-1:hover .simple-overlay{
	visibility: visible;
	opacity: 1;
}
.effect-image-1:hover .simple-overlay-1{
	visibility: visible;
	opacity: 1;
	width: 100%;
}
.effect-image-1:hover .simple-overlay-2{
	visibility: visible;
	opacity: 1;
	width: 100%;
}
.effect-image-1:hover .simple-overlay-3{
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
}
.effect-image-1:hover .overlay-text-1{
	opacity: 1;
	visibility: visible;
}
.effect-image-1:hover .overlay-text-2{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}
.effect-image-1:hover .overlay-xs-1{
	opacity: 1;
	visibility: visible;
	display: block;	
}
.effect-image-1:hover .simple-text{
	visibility: hidden;
	opacity: 0;
}
.simple-text {
	position: absolute;
    bottom: 0px;
    left: 10px;
    top: 110px;
    width: 100%;
    /* background: #1e92ea; */
    color: #000;
}
.simple-text p{
	margin-bottom: 0px;
	padding: 2px 8px;
}
@media (max-width: 767px){
	.effect-image-1{
		margin:30px 0px;
	}
}
 
  .imga{
	  width: 100%;
	  max-width: 100%;
	  height: auto;
  }
  .mxx{
	max-height: 404px;
	padding: 0px!important;
  }
