
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
 }
h1,h2,h3,h4,h5,h6{
	margin:0;	
	font-family: 'Montserrat', sans-serif;
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
p,ul,ol{
	font-size:14px;
}
.background-video {
	position: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	width: 100%;
	height:100%;
}
input[type="submit"],a,.nbs-flexisel-nav-left,.nbs-flexisel-nav-right{
	transition:.5s ease-in;
	-webkit-transition:.5s ease-in;
	-moz-transition:.5s ease-in;
	-o-transition:.5s ease-in;
	-ms-transition:.5s ease-in;
}
a:hover{
	text-decoration:none;
}
a:focus{
	outline:none;
	text-decoration:none;
}
/*-- banner --*/
.center-container {
    padding: 0em 0 13em;
    background: #111727c7;
    background-image: linear-gradient(rgba(28, 36, 56, 0), rgba(28, 36, 56, 0)), url(../images/Banner3.jpg);
    /*
	    background-image: linear-gradient(rgba(28, 36, 56, 0.67), rgba(28, 36, 56, 0.68)), url(../images/banner.jpg);
	background-position: bottom;
*/
    background-repeat: no-repeat;
    background-size: cover;
}
.w3_agile_header {
    padding: 2em 9em 22px 7em;
    background: #ffffff;
    border-top: 5px solid #ef5351;
}
.w3_agile_header_left{
	float:left;
}
.agile_header_right{
	float:right;
	margin-top: .7em;
}
.agile_header_right ul li{
	display:block;
	font-weight:600;
	color:#fff;
	display:inline-block;
}
.agile_header_right ul li i{
	padding-right:1.5em;
	color:#0accff;
}
.agile_header_right ul li a{
	color:#fff;
	text-decoration:none;
}
.agile_header_right ul li a:hover{
	color:#0accff;
}
.agile_header_right ul li a:before,.agile_header_right ul li a:after{
	display:none;
}
.agile_header_right ul li:last-child{
	margin-left:3em;
}
.w3_agileits_logo {
    float: left;
}
.w3_agileits_logo img{
	width: 305px;
	/* height: 113px; */
}
.w3_agileits_logo h1 a{
    font-size: 1.4em;
    color: #e6e6e6;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:3px;
}
.w3_agileits_logo h1 a span{
	display: block;
	font-size: .3em;
	font-weight: 600;
	color:#0accff;
	position: relative;
	letter-spacing: 5px;
}

.banner_info{
	width:80%;
	margin:0 auto;
	text-align:center;
}
.banner_info h2{
	font-size:2em;
	color:#fff;
	text-transform:capitalize;
	line-height:2em;
}
.banner_info p{
	color:#fff;
	line-height:2em;
	margin: 0 0 5em;
}
.banner_info form{
	width: 55%;
	margin: 10% auto 0%;
	/* float: right; */
	/* color: #fff; */
}
.banner_info input[type="search"]{
	outline: none;
	width: 78%;
	padding: 12px 17px;
	background: rgba(255, 255, 255, 0.31);
	color: #ffffff !important;
	border: 1px solid rgba(165, 165, 165, 0.29);
	font-size: 14px;
	float: left;
	letter-spacing: 3px;
	font-weight: 600;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.banner_info input[type="search"]::-webkit-input-placeholder{
	color:#212121;
}
.banner_info input[type="submit"]{
	outline: none;
	width: 22%;
	padding: 12px 0;
	background: #f26145;
	color: #fff;
	border: 1px solid #2795a3;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}
.banner_info input[type="submit"]:hover{
	background: #f82249;
	border-color: #f82249;
}
.w3_agileits_logo h1 a span {
      font-size: 14px;
      text-align: center;
      color: #f82249;
      font-weight: 600;
      margin-top: 10px;
}
/*-- nav --*/
/*-- menu --*/
.mobile-nav-button {
    margin: -3em 0em 0;
    right: 8%;
    top: 0;
    z-index: 9999;
    float: right;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: -32px;
    /* COLOR: RED; */
}
.mobile-nav-button .mobile-nav-button__line {
	    width: 30px;
	    height: 3px;
	    background: #1c2438;
	    position: relative;
	    transition: 1s ease;
	    margin: .6em auto;
	    z-index: 9999;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.5em auto; }

.mobile-nav-button .mobile-nav-button__line--1 {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 13px;
	position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { 
	display: none;	
}

.mobile-nav-button .mobile-nav-button__line--3 {
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	top: 13px;
	position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--1,.mobile-nav-button .mobile-nav-button__line--3 {
	    right: 8%;
    float: right;
    margin-top: 60px;
}

.mobile-menu {
	display: block;
     width: 18%;
    right: -20%;
    height: 100%;
    background: rgba(1, 16, 25, 0.67);
    position: fixed;
    z-index: 9998;
    transition: 0.6s ease;
    top: 0;
    opacity: 0;
}

.mobile-menu ul {
	position: relative;
    top: 20%;
    padding: 0;
}

.mobile-menu ul li { 
	list-style: none;
    margin-bottom: 2em;
	display: block;
}
.mobile-menu ul li a {
	width: 100%;
    margin: 0 auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    padding: 1em 0;
    text-transform: uppercase;
}
.open > ul.dropdown-menu.agile_short_dropdown{
    display: block;
    transform: none !important;
    min-width: 65%;
    border: none;
    box-shadow: none;
    border-radius: 0;
    left: 18%;
}
.open > ul.dropdown-menu.agile_short_dropdown li{
	margin:0 !important;
}
ul.dropdown-menu.agile_short_dropdown > li > a:hover{
    background: none;
}
.mobile-menu ul li a:after {
	content: '';
	background: #f26145;
	width: 100%;
	height: 100%;
	position: absolute;
	right: -100%;
	top: 0;
	z-index: -1;
	transition: 0.4s ease;
}

.mobile-menu ul li a:hover,.mobile-menu ul li.active a { 
	color: #fff; 
}

.mobile-menu ul li a:hover:after,.mobile-menu ul li.active a:after { 
	right: 0; 
}
li.dropdown.act a.w3_icons_act {
    background: #0e0e0e;
	color: #fff;
}
.mobile-menu img {
	position: absolute;
	width: 150px;
	display: block;
	left: 50%;
	top: 3rem;
	transform: translatex(-50%);
	-webkit-transform: translatex(-50%);
	-moz-transform: translatex(-50%);
	-o-transform: translatex(-50%);
	-ms-transform: translatex(-50%);
	padding: 0;
	text-align: center;
}

.mobile-menu--open {
	opacity: 1;
	right:0%;
}
.dropdown.active.open a  ul.dropdown-menu.agile_short_dropdown li a.w3_icon_1:after{
	background:none !important;
}
/*-- //menu --*/
/*-- /banner --*/
.agileits-banner-info {
    text-align: center;
    margin: 4em auto 0;
    padding-top: 10em;
}
.agileits-banner-info h3 {
	 font-size: 5em;
    color: #fff;
    font-weight: bold;
    letter-spacing:6px;
    margin: 0.5em 0;
	
}
.agileits-banner-info h4{
    font-size:1em;
    text-transform: uppercase;
    letter-spacing: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: rgba(229, 229, 230, 0.44);
}
.agileits-banner-info p {
       font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 24px;
    color: #34bf49;
    font-weight: 600;
}
.w3_agileits_social_media {
       /* float: right; */
       padding: 6em 5em 0 0em;
       /* margin-top: 1em; */
       padding-top: 6px;
}
ul.social-icons3{
	display:block;
	padding: 0;
	margin-top: 1em;
}
ul.social-icons3 li{
	display:inline-block;
}
ul.social-icons3 li a{  
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 1em;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	    margin-right: 0.4em;
	-webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    line-height: 30px;
	color:#fff;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	text-align:center;
}
ul.social-icons3 li a.wthree_facebook{
	 background:#4D669C;
}
ul.social-icons3 li a.wthree_twitter{
	 background:#1da1f2;
}
ul.social-icons3 li a.wthree_dribbble{
	 background:#ea4c89;
}
ul.social-icons3 li a.wthree_behance{
	 background:#0096ff;
}
ul.social-icons3 li a:hover{
	text-decoration:none;
	opacity:0.8;
}
li.agileinfo_share {
    text-transform: uppercase;
    color: #020202;
    letter-spacing: 6px;
    margin-right: 10px;
}
/*-- //banner --*/



/*-- Testimonials --*/
#testimonials {
    background: url(../images/footer.jpg)no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	min-height:620px;
}
.wthree_testimonials_grid_pos img {
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
    margin: 1em auto 0;
    width: 11%;
}
.wthree_testimonials_grid {
        position: relative;
        margin: 5em auto 0;
        background: rgba(28, 36, 56, 0.72);
        padding: 3em 5em 2em;
        text-align: center;
}
.wthree_testimonials_grid1,.wthree_testimonials_grid{
	width: 70%;
}
.wthree_testimonials_grid h4 {
    font-size: 1.8em;
    color: #ef5351;
    line-height: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.wthree_testimonials_grid p {
    color: #fff;
    line-height: 2.3em;
    margin: 1em 0;
    font-size: 1em;
    letter-spacing: 1px;
}
.wthree_testimonials_grid1{
	text-align:right;
	margin: 0 auto;
}
.wthree_testimonials_grid h5 {
    font-size: 1.1em;
    color: #009ae6;
    margin: 1.5em 0 1em;
    font-weight: 600;
}
.wthree_testimonials_grid1 p{
	color:#212121;
}

/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
.opportunity{
	background:#28282e;
	margin:0px 20px;
	padding:80px 0;
	position:relative;
}
#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;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:36px;
	height:48px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	    top:50% !important;
}
.nbs-flexisel-nav-left {
	left: 13%;
    background:url(../images/left.png) no-repeat no-repeat 3px 6px #000;
}
.nbs-flexisel-nav-right {
	right: 13%;
	background:url(../images/right.png) no-repeat no-repeat 3px 6px #000;
}
.test_agile_info {
    /* background: url(../images/overlay.png)repeat; */
    /* padding: 6em 0 7.5em 0; */
}
/*--//flexisel--*/


/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 55px;
	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 --*/
.features {
    background: #111727;
}
.service-grid {
    background: #192031;
       padding: 5.48em 2em;
}
.icon-right p {
    color: #9ca4b7;
    font-size: 1em;
    margin: 1em 0 0 0;
    line-height: 1.9em;
    letter-spacing: 1px;
}
.agileits-icon-grid {
    text-align: center;
}
.icon-right i {
        color: #f26145;
        font-size: 2.5em;
}
.service-grid:hover .icon-right i {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
	    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.service-grid:nth-child(2), .service-grid:nth-child(3) {
    background: #1c2438;
}
.agileits_sercvices {
    padding: 0;
}
.features_grid {
    padding: 0;
}
.features_grid img{
	width:100%;
}
.icon-right h5 {
       color: #ffffff;
    font-size: 1.5em;
    margin: 0;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 1em;
}
/*-- //services --*/


/*-----start-responsive-design------*/
@media (max-width:1440px){
	#team, .contact-w3ls, #gallery {
		padding: 4em 0;
	}
	#about {
		padding: 7em 0 5em 0;
	}
}
@media (max-width:1366px){
	.center-container {
		/* padding: 2em 0 13em; */
	}
	.w3_agileits_social_media {
		/* float: right; */
		/* padding: 3em 6em 0 0em; */
		/* margin-top: 7em; */
	}
	.callbacks_nav {
      bottom: -49%;
	}
	.agileits-banner-info h3 {
		font-size: 4.5em;
	}
	.news-right, .news1-left {
      padding: 8em 7em;
	}
	.banner_info {
		width: 84%;
	}
	.callbacks_nav {
		bottom: -55%;
	}
	.inner_w3l_agile_grids {
		margin-top: 3em;
	}
}
@media (max-width:1280px){
	.agileits-banner-info {
		text-align: center;
		margin: 4em auto 0;
		padding-top: 8em;
	}
	.banner_info form {
		width:52%;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.w3_agile_header {
		padding: 2em 5em 0 5em;
	}
	.callbacks_nav.prev {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
		left: 72px;
	}
	.callbacks_nav.next {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
		left: 111px;
	}
	.about_agile_info p {
      margin-bottom: 33px;
	}
	.news-right,.news1-left {
		padding: 6.95em 7em;
	}
}
@media (max-width:1080px){
	.banner_info input[type="submit"] {
		outline: none;
		width: 31%;
		padding: 12px 0;
	}
	.banner_info input[type="search"] {
		outline: none;
		width: 69%;
		padding: 12px 17px;
	}
	.agileits-banner-info h3 {
		font-size: 4em;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 3em 6em 0 0em;
		margin-top: 6em;
	}
	.service-grid {
		padding: 3.95em 2em;
	}
	.icon-right h5 {
      font-size: 1.2em;
	}
	.news-right, .news1-left {
		padding: 6.95em 5em;
	}
	.test_agile_info {
		padding: 5em 0 7.5em 0;
	}
	ul.resp-tabs-list {
		margin-left: 15.3em;
	}
	.test_agile_info {
		padding: 4em 0 5.5em 0;
	}
	#testimonials {
		min-height: 583px;
	}
	.w3_agileits_logo h1 a {
       font-size: 1.3em;
	}
}
@media (max-width:1050px){
	h3.agile-tittle {
		margin-bottom: 30px;
		font-size: 37px;
	}
	.team-Info-agileits h4 {
		letter-spacing: 1px;
		font-size: 1.9em;
	}
    .mobile-menu {
		width: 23%;
	}
}
@media (max-width:1024px){
	.news-right, .news1-left {
		padding: 6.95em 4em;
	}
	#testimonials {
		min-height: 580px;
	}
}
@media (max-width:991px){
	.mobile-nav-button {
		position: fixed;
		margin: 4em 0em 0;
		right: 8%;
		top: 0;
	}
	.w3_agile_header {
		padding: 1em 5em 0 4.2em;
	}
	.callbacks_nav.prev {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
		left: 67px;
	}
	.callbacks_nav.next {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
		left: 106px;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 3em 6em 0 0em;
		margin-top: 4em;
	}
	.callbacks_nav {
		bottom: -46%;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.agileits-banner-info h3 {
		font-size: 3.7em;
	}
	.w3_agileits_logo h1 a {
		font-size: 1.2em;
	}
	.w3_agileits_logo h1 a span {
		font-size: 11px;
		letter-spacing: 8px;
	}
	
	.features_grid img {
		width: 36%;
		margin: 0 auto;
	}
	.service-grid {
		padding: 3.95em 1em;
		float: left;
		width: 50%;
	}
	.team-Info-agileits {
		text-align: center;
		padding: 0 6em;
		margin-top: 3em;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 360px;
		width: 49%;
		text-align: center;
		margin: 0 auto;
	}
	ul.resp-tabs-list {
		margin-left: 11.3em;
	}
	.gal-gd {
		width: 33.33%;
		float: left;
		padding: 0 5px;
	}
	.gal-gd-sec {
		float: left;
		width: 50%;
		padding: 0 5px;
	}
	.gal-gd-sec {
		margin: 5px 0;
	}
	.nd-title {
		padding: 10px 10px;
		font-size: 1.2em;
		width: 81%;
	}
	.wthree_testimonials_grid1, .wthree_testimonials_grid {
		width: 90%;
	}
	.nbs-flexisel-nav-right {
		right: 2%;
	}

	.nbs-flexisel-nav-left {
		left: 2%;
	}
	#testimonials {
		min-height: 577px;
	}
	.contact-w3ls label.contact-p1 {
		font-size: 15px;
		padding-bottom: 13px;
	}
	.contact-w3-agile2 {
		padding: 0;
		width: 100%;
	}
	.contact-w3-agile1.map {
		width: 100%;
		margin-top: 2em;
		padding:0;
	}
	.contact-w3-agile1 iframe {
		width: 100%;
		height: 300px;
	}
	.w3-agile-grid {
		padding: 0;
	}
	.w3-agile-grid:nth-child(2) {
		margin:2em 0;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 3em 4.5em 0 0em;
		margin-top: 4em;
	}
	.agileits-banner-info {
		margin: 4em auto 0;
		padding-top: 7em;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.news-right, .news1-left {
		padding: 4.8em 2em;
	}
	.news h4 {
      font-size: 1.8em;
	}
	.w3-agile-grid h5 {

		margin: 0 0 1.2em 0;
	}
}
@media (max-width:800px){
	.callbacks_nav.prev {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
		left: 58px;
	}
	.callbacks_nav.next {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
		left: 98px;
	}
	.wthree-almubimg {
		min-height: 400px;
	}
}
@media (max-width:768px){
	.w3_agile_header {
		padding: 1em 5em 0 3.5em;
	}
	.agileits-banner-info {
		margin: 2em auto 0;
		padding-top: 7em;
	}
	.callbacks_nav {
		bottom: -57%;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.agileits-banner-info h3 {
		font-size: 3.5em;
	}
	.news h4 {
		font-size: 1.6em;
	}
	.news p,.icon-right p {
		font-size: 0.95em;
	}
	.news p{
		line-height: 2em;
		margin: 1em 0 1.5em;
	}
	.wthree-almubimg {
		    min-height: 363px;
	}
	.news-right,.news1-left {
		padding: 4.7em 2em;
	}
	#team,.contact-w3ls,#gallery {
		padding: 3em 0;
	}
	.wthree_testimonials_grid p {
		line-height: 2.3em;
		margin: 1em 0;
		font-size: 0.95em;
		letter-spacing: 1px;
	}
	#testimonials {
		min-height: 570px;
	}
	.wthree_testimonials_grid h4 {
       font-size: 1.6em;
	}
	.banner_info input[type="submit"] {
		outline: none;
		width: 38%;
		padding: 12px 0;
	}
	.banner_info input[type="search"] {
		outline: none;
		width: 62%;
		padding: 12px 14px;
		letter-spacing: 1px;
	}
	.agileits-banner-info p {
		font-size: 0.9em;
		letter-spacing: 19px;
	}
	.agileits-banner-info h4 {
		font-size: 1em;
		letter-spacing: 16px;
	}
}
@media (max-width:767px){
	.news1-right {
		float: none;
	}
	.news-right, .news1-left {
		padding: 4em 2em;
	}
	#testimonials {
		min-height: 566px;
	}

}
@media (max-width:667px){
	.agileits-banner-info h3 {
		font-size:3em;
		letter-spacing:4px;
	}
	.w3_agileits_logo h1 a {
		font-size:1.1em;
	}
	.w3_agileits_logo h1 a span {
		font-size:11px;
		letter-spacing:6px;
	}
	.agileits-banner-info {
		margin:2em auto 0;
		padding-top:6em;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 3em 4.5em 0 0em;
		margin-top: 3em;
	}
	.center-container {
		padding: 2em 0 13em;
	}
	.wthree-almubimg {
		min-height: 320px;
	}
	h3.agile-tittle {
		margin-bottom: 20px;
		font-size: 30px;
	}
	.inner_w3l_agile_grids {
		margin-top: 2em;
	}
	#testimonials {
		min-height: 542px;
	}
	.contact-w3ls h4 {
		font-size: 1.8em;
		margin-bottom: 10px;
	}
	.contact-w3ls p.contact-agile2 {
		font-size: 14px;
		padding-bottom: 16px;
		letter-spacing: 2px;
	}
	.mobile-menu {
		width: 27%;
	}
	.about_agile_info h2 {
		margin-bottom: 20px;
		font-size: 32px;
	}
	#about {
		padding: 3em 0 3em 0;
	}
}
@media (max-width:640px){
	.center-container {
		padding: 1em 0 13em;
	}
	.banner_info input[type="submit"] {
		width: 37%;
		padding: 12px 0;
		font-size: 13px;
	}
	.banner_info input[type="search"] {
		outline: none;
		width: 63%;
		padding: 11px 14px;
		letter-spacing: 1px;
	}
	.mobile-nav-button {
		position: fixed;
		margin: 2.7em 0em 0;
		right: 8%;
		top: 0;
	}
	.w3_agile_header {
		padding: 1em 5em 0 3em;
	}
	.agileits-banner-info h4 {
		font-size: 0.9em;
		letter-spacing: 14px;
	}
	.wthree_testimonials_grid_pos img {
		width: 21%;
	}
}
@media (max-width:600px){
	.callbacks_nav.prev {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 2px 8px;
		left: 40px;
	}
	.callbacks_nav.next {
		left: auto;
		background: rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 2px 8px;
		left: 78px;
	}
	li.agileinfo_share {
		letter-spacing: 4px;
		font-size: 0.9em;
		margin-right: 10px;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 3em 3em 0 0em;
		margin-top: 3em;
	}
	.about_agile_info h2 {
		margin-bottom: 20px;
		font-size: 30px;
	}
}
@media (max-width:568px){
	.banner_info {
		width: 90%;
	}
	#team, .contact-w3ls, #gallery {
		padding: 2em 0;
	}
	.tab1 .team-img-w3-agile, .tab2 .team-img-w3-agile, .tab3 .team-img-w3-agile, .tab4 .team-img-w3-agile {
		min-height: 317px;
		width: 65%;
		text-align: center;
		margin: 0 auto;
	}
	.gal-gd {
		width: 100%;
		float: left;
		padding: 0 5px;
	}
	.gal-gd-sec {
      margin: 0px 0;
    }

	.gal-gd-sec {
		float: left;
		width: 100%;
		padding: 0 5px;
	}
}
@media (max-width:480px){
	.w3_agileits_logo h1 a {
		font-size: 1em;
	}
	.w3_agile_header {
		padding: 0.5em 3.3em 0 1em;
	}
	.banner_info input[type="search"] {
		outline: none;
		width: 63%;
		padding: 11px 9px;
		letter-spacing: 1px;
	}
	.mobile-nav-button {
		position: fixed;
		margin: 0em 0em 0;
		right: 4%;
		top: 0;
	}
	.agileits-banner-info h3 {
		font-size: 2.5em;
		letter-spacing: 4px;
	}
	.agileits-banner-info h4 {
		font-size: 0.8em;
		letter-spacing: 12px;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		letter-spacing: 15px;
	}
	.agileits-banner-info {
		margin: 2em auto 0;
		padding-top: 4em;
	}
	.w3_agileits_social_media {
		float: right;
		 padding: 3em 1.5em 0 0em;
		margin-top: 1em;
	}
	.center-container {
		padding: 1em 0 13em;
	}
	.service-grid {
		padding: 2em 1em;
		float: left;
		width: 100%;
	}
	.team-Info-agileits {
		text-align: center;
		padding: 0 0em;
		margin-top: 2em;
	}
	.modal-title {
		font-size: 23px;
	}
	.modal-body h5 {
		font-size: 18px;
		margin-top: 1.3em;
	}
	.modal {
		z-index: 99999;
	}
	.wthree_testimonials_grid1, .wthree_testimonials_grid {
		width: 92%;
	}
	.contact-w3ls h4 {
		font-size: 1.4em;
		margin-bottom: 8px;
	}
	.wthree_testimonials_grid h4 {
		font-size: 1.3em;
	}
}


@media (max-width:414px){
	.w3_agileits_logo h1 a {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.w3_agileits_logo h1 a {
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.agileits-banner-info h3 {
		font-size: 2.2em;
		letter-spacing: 3px;
	}
	.banner_info {
		width: 90%;
		padding-top: 4.5em;
	}
	.banner_info form {
		width: 100%;
	}
	.w3_agile_header {
		padding: 0.5em 0.3em 0 1em;
	}
	.callbacks_nav.prev {
		left: 13px;
	}
	.callbacks_nav.next {
		left: 51px;
	}
	.w3_agileits_logo h1 a span {
		font-size: 10px;
		letter-spacing: 4px;
	}
	.mobile-menu {
		width: 44%;
	}
	.mobile-menu ul li a {
      font-size: 0.9em;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 2em 1.5em 0 0em;
		margin-top: 1em;
	}
	.agileits-banner-info {
		margin: 2em auto 0;
		padding-top: 3em;
	}
	.center-container {
		padding: 1em 0 13em;
	}

	.w3_agileits_social_media {
		float: right;
		padding: 2em 1em 0 0em;
		margin-top: 0.5em;
	}
	.aboutaits-image-1 {
		width: 74%;
		position: relative;
		float: left;
	}
	.features_grid img {
		width: 56%;
		margin: 0 auto;
	}
	.wthree-almubimg {
		min-height: 165px;
	}
	h3.agile-tittle {
		margin-bottom: 20px;
		font-size: 29px;
	}
	.about_agile_info p {
		line-height: 2em;
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	.icon-right h5 {
		font-size: 1.1em;
	}
	.contact-w3-agile1 iframe {
		width: 100%;
		height: 200px;
	}
	.aboutaits-image-2 {
		width: 36%;
		position: absolute;
		top: -18%;
		right: 199px;
	}
	.news h4 {
		font-size: 1.4em;
	}
	.news-right,.news1-left {
		padding: 2em 1.2em;
	}

}
@media (max-width:384px){
	li.agileinfo_share {
		letter-spacing: 3px;
		font-size: 0.9em;
		margin-right: 1px;
	}
	ul.social-icons3 li a {
      margin-right: 0.2em;
	}
	.agileits-banner-info p {
		font-size: 0.8em;
		letter-spacing: 11px;
	}
	.agileits-banner-info h4 {
		font-size: 0.8em;
		letter-spacing: 9px;
	}
	.agileits-banner-info {
		margin: 2em auto 0;
		padding-top: 2em;
	}
	.center-container {
		padding: 1em 0 13em;
	}
	.w3_agileits_social_media {
		float: right;
		padding: 1.5em 1em 0 0em;
		margin-top: 0.5em;
	}
	.modal-body p {
		margin: 15px 0 10px;
		font-size: 0.9em;
	}

	.wthree_testimonials_grid_pos img {
		width: 37%;
	}
	.test_agile_info {
		padding: 2em 0 2.5em 0;
	}

	.wthree_testimonials_grid {
		position: relative;
		margin:1em auto 0;
		padding:2em 2em 1em;
	}
	#testimonials {
		min-height: 479px;
	}

}
@media (max-width:375px){
	.agileits-banner-info h3 {
		font-size: 2em;
		letter-spacing: 3px;
	}
	.aboutaits-image-2 {
		width: 36%;
		position: absolute;
		top: -18%;
		right: 163px;
	}
	#about {
		padding: 2em 0 2em 0;
	}
	.modal-body h5 {
		font-size: 14px;
		margin-top: 1.3em;
	}
		.wthree_testimonials_grid p {
		line-height:1.9em;
		margin: 0.5em 0;
		font-size: 0.9em;
		letter-spacing: 1px;
	}
	h3.agile-tittle {
		margin-bottom: 20px;
		font-size: 25px;
	}
	.about_agile_info h2 {
		margin-bottom: 7px;
		font-size: 25px;
	}
	.banner_info input[type="search"] {
		outline: none;
		width: 63%;
		padding: 6px 9px;
		letter-spacing: 1px;
	}
	.banner_info input[type="submit"] {
    width: 37%;
    padding: 7px 0;
    font-size: 13px;
}
}

@media (max-width:320px){
	
	.agileits-banner-info {
		margin: 2em auto 0;
		padding-top: 0em;
	}
	.callbacks_nav.prev {
		left: 13px;
		width: 20px;
		height: 30px;
		background: rgba(0, 0, 0, 0.64) url(../images/left.png) no-repeat 3px 8px;
			background-size: 64%;
	}
	.callbacks_nav.next {
		left: 41px;
		width: 20px;
		height: 30px;
	    background: rgba(0, 0, 0, 0.64) url(../images/right.png) no-repeat 5px 8px;
			background-size: 64%;
	}
	li.agileinfo_share {
		letter-spacing: 1px;
		font-size: 0.8em;
		margin-right: 1px;
	}
	ul.social-icons3 {
		display: block;
		padding: 0;
		margin-top: 0.1em;
	}
	
	.center-container {
		padding: 1em 0 13em;
	}

}


/* breadcrumb */


.breadcrumb-image {
	background-image: linear-gradient(rgba(39, 149, 163, 0.56), rgba(25, 32, 49, 0.74)), url(../images/nursin.jpg);
	width: 100%;
	height: 210px;
	padding: 68px 0 100px;
	position: relative;
	width: 100%;
	margin-bottom: 60px;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	}

	.breadcrumb-image h1 {
		color: #ffffff;
		font-size: 33px;
		font-weight: 600;
		line-height: 40px;
		position: relative;
		text-transform: uppercase;
	}

	.breadcrumbs_path {
		color: #fff;
		margin-top: 8px;
		position: relative;
		z-index: 9;
		font-size: 15px;
		font-weight: 600;
	}

	.breadcrumbs_path>a {
		color: #f82249;
		transition: all 0.3s ease 0s;
	}

	.p-0 {
		padding: 0;
	}

	.p-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.txt {
		color: #191e2a;
	}



/* journals */


		.d-journals p{
			line-height: 30px;
			font-size: 15px;
		}
		
		.d-title h3{
			      margin-top: 30px;
    color: #ea1f2d;
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 19px;
		}
		
		.p-0{
			padding: 0;
		}
		
		.p-5{
			    padding-left: 5px;
    padding-right: 5px;
		}
		
		.txt{
			color: #191e2a;
		}
		
		.dig-journals h3{
	text-transform: uppercase;
	color: #ffffff;
	font-size: 15px;
	font-weight: 600;
	text-shadow: 2px 2px 0 #2795a3;
	margin-bottom: 2px;
	font-style: italic;
	line-height: 24px;
	} 
		.dig-journals .d-content{
			color: #fff;
            font-weight: 600;
		}
		.dig-journals .btn{
			    background: #eee;
    border-radius: 9px;
    margin-top: 59px;
    color: #ea1f2d;
    font-weight: 600;
    font-size: 12px;
		}
		
		.d-content{
			    padding: 15px;
		}
		
		
		
		.d-card1{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal1.jpg);
			    height: 190px;
			    margin-bottom: 15px;
		}
		
		.d-card2{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal2.jpg);
			    height: 190px;
			    margin-bottom: 15px;
			    background-position: center;
			    background-size: cover;
		}
		
		.d-card3{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal3.jpg);
			    height: 190px;
			    margin-bottom: 15px;
			    background-position: center;
			    background-size: cover;
		}
		
		.d-card4{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal4.jpg);
			    height: 190px;
			    margin-bottom: 15px;
			    background-position: center;
			    background-size: cover;
		}
		
		.d-card5{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal5.jpg);
			    height: 190px;
			    margin-bottom: 15px;
		}
		
		.d-card6{
			    background-image:  linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal6.jpg);
			    height: 190px;
			    margin-bottom: 15px;
			    background-position: center;
			    background-size: cover;
		}
		
		.d-card7{
			    background-image:  linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal7.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card8{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal9.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		.d-card9{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal1.jpg); 
                 height: 170px;
			margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card10{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal2.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card11{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal3.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card12{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal4.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card13{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal5.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card14{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal6.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card15{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal7.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}
		
		.d-card16{
			    background-image: linear-gradient(rgba(25, 32, 49, 0.92), rgba(25, 32, 49, 0.29)), url(../images/djournal9.jpg); 
                 height: 170px;margin-bottom: 15px;    background-position: center;
    background-size: cover;
		}




/* Shutter In Vertical */
.hvr-shutter-in-vertical {
  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;
  background: #2098D1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
/*  background: #f82249eb;*/
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -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;
  	border-radius: 30px;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
.more a {
	padding: 10px 30px;
	background-color: #777;
	color: #FFF;
	border-radius: 30px;
	font-weight: 600;
	border: none;
	outline: none;
	    margin-top: 15px;
    margin-bottom: 15px;
}

.more a:hover {
	background-color: #000;
	color: #FFF;
}
span.glyphicon.glyphicon-arrow-right  {
	margin-left: 5px;
}
.w3_tittle .line-style {
    background: rgba(185, 183, 183, 0.5);
    bottom: 0;
    height: 1px;
    position: absolute;
    width: 33%;
}
.w3_tittle.line-style {
    background:#000;
}
.w3_tittle:hover .line-style:before {
    width: 75%;
}
.w3_tittle .line-style:before {
    background: #f82249;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    width: 100px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.w3_tittle .line-style:before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.w3_tittle {
	position:relative;
}
h3.agile-tittle{
    padding: 10px 0;
	position:relative;
    color: #000;
    margin-bottom: 30px;
    font-size: 25px;
    font-weight: bold;
}
.w3_tittle .line-style span {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.w3_tittle:hover .line-style:before {

    width:180px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
h3.agile-tittle.two.gal {
    color: #e8e8e8;
    text-align: center;
}
.line-style.second {
    background: rgba(185, 183, 183, 0.5);
    bottom: 0;
    height: 2px;
    position: absolute;
    width: 33%;
    left: 34%;
}
/*-- //about --*/
	

	.article {
    box-shadow: 2px 5px 8px 2px rgba(0,0,0,.1);
    padding: 5px 15px;
	margin-bottom: 25px;
}
	.article h4{
	color: #f82249;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 15px;
	line-height: 30px;
	}
	.article p {
    line-height: 31px;
    font-size: 14px;
    color: #333;
    font-style: italic;
		    font-weight: 600;

}


/* proceedings */

.p-0{
		padding: 0;
	}

.tabtop li a{font-family:'Lato', sans-serif;font-weight:700;color:#1b2834;border-radius:0px;margin-right:22.008px;border:1px solid #ebebeb !important;}
.tabtop .active a:before{content:"♦";position:absolute;top:15px;left:82px;color: #1c81b7 !important;font-size:30px;}
.tabtop li a:hover{color:#e31837 !important;text-decoration:none;}
.tabtop .active a:hover{color:#fff !important;}
.tabtop .active a{color:#FFF !important;background-image: -webkit-linear-gradient(top, #2093d1, #000000a3);}
.margin-tops{margin-top:15px;}
.tabtop li a:last-child{padding:10px 22px;}
.margin-tops4{margin-top:20px;}
	

	
	.conf-proc:after,
	.conf-proc:before {
		content: ""
	}
	.conf-proc .title {
		letter-spacing: 1px
	}
	.mt-30 {
		margin-top: 10px;
	}
	.mt-40 {
		margin-top: 40px
	}
	.mb-30 {
		margin-bottom: 30px
	}
	.conf-proc .title {
		text-transform: uppercase
	}
	.box img {
		width: 100%;
		height: auto;
		transition: all .3s
	}
	.conf-proc{
		box-shadow: 0 0 3px rgba(0, 0, 0, .3)
	}
	.conf-proc .icon li a {
		text-align: center
	}
	.conf-proc .icon li a,
	.box9 .icon li a {
		line-height: 35px;
	}
	.conf-proc {
		background: #000000ab;
		overflow: hidden;
		position: relative;
		margin-bottom: 30px;
	}
	.conf-proc:after,
	.conf-proc:before {
		border-width: 0 180px 140px;
		border-style: solid;
		border-color: transparent transparent #ffffff38;
		position: absolute;
		bottom: 0;
		left: 50%;
		z-index: 1;
		transform: translate(-55%, 100%);
		transition: all .5s 0s cubic-bezier(.6, -.28, .735, .045)
	}
	.conf-proc:after {
		border-width: 150px 250px;
		border-color: transparent #2795a3 #092229 #2795a3;
		top: 25%;
		transform: translate(-60%, 100%);
	}
	.conf-proc:hover:before {
		transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
		transform: translate(-55%, 0);
		transition-delay: .2s
	}
	.conf-proc:hover:after {
		transition: all .4s 0s cubic-bezier(.175, .885, .32, 1.275);
		transform: translate(-60%, 0);
		transition-delay: 0s
	}
	.conf-proc img {
		width: 100%;
		height: 300px;
		opacity: 1;
		transform: scale(1.1) translateY(3%);
		transition: all .5s ease 0s;
		opacity: 0.9;
		/* border: 1px solid red; */
	}
	.conf-proc:hover img {
		transform: scale(1.1) translateY(-3%);
		opacity: .4
	}
	.conf-proc .box-content {
		padding: 20px 0 0 20px;
		position: absolute;
		top: 0;
		left: 0;
		opacity: 0;
		z-index: 2;
		transform: translateY(20%);
		transition: all .5s ease 0s
	}
	.conf-proc:hover .box-content {
		opacity: 1;
		transform: translate(0);
		transition-delay: .1s
	}
	.conf-proc .title {
		font-size: 20px;
		font-weight: 800;
		color: #f1f1f2;
	}
	.conf-proc .icon {
		padding: 0;
		margin: 0;
		list-style: none
	}
	.conf-proc .icon li {
		display: inline-block
	}
	.conf-proc .icon li a {
		       display: block;
		       /* width: 35px; */
		       /* height: 35px; */
		       background-image: -webkit-linear-gradient(top, #2795a3, #000000a3);
		       font-size: 18px;
		       color: #fff;
		       margin-right: 10px;
		       transition: all .3s ease 0s;
		       margin-top: 18px;
		       font-size: 14px;
		       padding: 0px 10px;
		       border-radius: 5px;
	}

	@media only screen and (max-width:990px) {
		.conf-proc {
			margin-bottom: 20px
		}
	}

	@media only screen and (max-width:767px) and (min-width:600px) {
		.conf-proc:before {
			border-width: 0 250px 240px
		}

		.conf-proc:after {
			border-width: 260px 460px
		}
	}

	@media only screen and (max-width:599px) and (min-width:430px) {
		.box:before {
			border-width: 0 220px 120px
		}

		.conf-proc:after {
			border-width: 260px 460px
		}
	}

.p-0 {
		padding: 0;
	}

	.p-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.txt {
		color: #191e2a;
	}
	.proceedings{
		    border: 1px solid #5757573d;
    padding: 15px 0px;
	}



/*Conference List */


/* Default mode */

/*
.tabbable-line > .nav-tabs {
	border: none;
	margin: 0px;
}

.tabbable-line > .nav-tabs > li {
	margin-right: 2px;
}

.tabbable-line > .nav-tabs > li > a {
	border: 0;
	margin-right: 0;
	color: #5e5353;
}

.tabbable-line > .nav-tabs > li > a > i {
	color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open,
.tabbable-line > .nav-tabs > li:hover {
	border-bottom: 4px solid #fbcdcf;
}

.tabbable-line > .nav-tabs > li.open > a,
.tabbable-line > .nav-tabs > li:hover > a {
	border: 0;
	background: none !important;
	color: #333333;
}

.tabbable-line > .nav-tabs > li.open > a > i,
.tabbable-line > .nav-tabs > li:hover > a > i {
	color: #a6a6a6;
}

.tabbable-line > .nav-tabs > li.open .dropdown-menu,
.tabbable-line > .nav-tabs > li:hover .dropdown-menu {
	margin-top: 0px;
}

.tabbable-line > .nav-tabs > li.active {
	border-bottom: 4px solid #f3565d;
	position: relative;
}

.tabbable-line > .nav-tabs > li.active > a {
	border: 0;
	color: #333333;
	font-weight: 600;
}

.tabbable-line > .nav-tabs > li.active > a > i {
	color: #404040;
}

.tabbable-line > .tab-content {
	margin-top: 15px;
	background-color: #fff;
	border: 0;
	border-top: 1px solid #eee;
	padding: 15px 0;
}
*/

.portlet .tabbable-line > .tab-content {
	padding-bottom: 0;
}

.conference tr:nth-child(2n) {
	background: #f2f2f2;
}

.conference td a {
	color: rgb(27, 108, 171) !important;
	font-weight: 600;
}

.conference td,
th {
	font-size: 14px;
	padding: 15px !important;
	vertical-align: middle !important;
}
		
		
		.conference thead{
			    background: #1c1f21;
                 color: #fff;
		}
		
.abt-card {
    border: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 15px;
    margin-bottom: 1.3em;
}
		
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #ff4263 !important;
	border-color: #ff4263 !important;
}

.divider{
	border-bottom: 1px solid #333;
}


.search-article{
	    box-shadow: 2px 5px 8px 2px rgba(0,0,0,.1);
    padding: 5px 15px;
    margin-bottom: 25px;
}
.search-article .banner_info {
     width: 100%; 
    margin: 0 auto;
    text-align: center;
}

.search-article .banner_info form {
    width: 100%;
    margin: 4% auto 4%;
    float: left;
    /* color: #fff; */
}

.search-article .banner_info input[type="search"] {
    background: #191e2a75;
}
.search{
	        font-weight: 600;
	        color: #f82249;
	        font-size: 17px;
	        font-style: italic;
	        position: relative;
	        top: 32px;
}

.service-bg{
	   background: #1c2438 !important;
}
.mb-5{
	margin-bottom: 40px;
}

.basic-padding{
    padding-top:15px;
    padding-bottom:15px;
}
.image-hover {
  
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-hover .overlay {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: 40px;
  text-align: left;
  background: linear-gradient(45deg, #434548cf 0, #1d30478c 100%);
  border: 2px solid #eb8600;
}
.image-hover .overlay::before {
  content: '';
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  opacity: 0;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.image-hover img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  max-width: none;
  width: calc(111%);
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
  height: 230px;
}
.image-hover h2 {
         color: #fff;
    position: relative;
    font-size: 15px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
}
		.image-hover p{
			      color: #ef9d00;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 18px;
		}
.image-hover .btn-hover {
  display: inline-block;
  color: #fff;
  opacity: 0;
  margin: 0;
  padding: 0;
  border: none;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity .35s, transform .45s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.image-hover:hover img {
  opacity: .6;
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.image-hover:hover .overlay::before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.image-hover:hover .btn-hover {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.txt-default{
	color: #444;
}
.mt-5{
	margin-top: 35px;
	margin-bottom: 35px;
}

.article p strong{
	color: #204127;
}