/*@import url('https://fonts.googleapis.com/css?family=Milonga&display=swap');*/

/*@import url('https://fonts.googleapis.com/css?family=Cantata+One&display=swap');*/
/*@import url('https://fonts.googleapis.com/css?family=Marmelad&display=swap');*/

@import url('https://fonts.googleapis.com/css?family=Rambla&display=swap');

html,
body {
	margin: 0;
	font-size: 100%;
	/*font-family: 'Cantata One', serif;*/
	/*font-family: 'Marmelad', sans-serif;*/
	font-family: 'Rambla', sans-serif;
	background: #fff;
	overflow-x: hidden;
}

body a {
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

a:hover {
	text-decoration: none;
}

input[type="button"],
input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: 600;
}

p {
	/*margin: 0;*/
}

ul {
	/*margin: 0;
	padding: 0;*/
}

label {
	margin: 0;
}


/*-- header --*/


/*-- Index-Page-Styling --*/


/*-- top-bar-w3layouts --*/

.header {
	position: relative;
	width: 100%;
	float: left;
}

.header-nav {
	position: relative;
}

.top-header {
	width: 100%;
	float: left;
	background: #203d7a;
	height: auto;
    align-items: center;
    display: flex;
    padding: 10px;
}

.header-logo {
	padding: 0em 1em;
	/*background:#fff;*/
}

.header-logo .logo {
	width: 95%;
	background: #fff;
	border-radius: 10px;
	padding: 5px;
}

.header-left-info {
	padding: 2em 1em;
}

/*-- Logo --*/

/*.logo {
	width: 60%;
	float: left;
}
*/
.logo a {
	font-size: 40px;
	font-weight: bolder;
	color: #EEE;
}

.logo a:hover {
	color: #FFF;
}


/*-- //Logo --*/


/*-- Info --*/

.info {
	width: 40%;
	float: left;
	padding-top: 20px;
}

.info .email,
.info .phone {
	width: 50%;
	float: left;
}

.info p {
	color: #EEE;
	font-size: 13px;
}

.info a {
	color: #FFF;
}

.info a:hover {
	color: #009688;
}

.info span.glyphicon {
	margin-right: 5px;
}

.navbar-brand {
	line-height: 0px !important;
}

.navbar-brand {
	float: none;
}

nav.linkEffects.linkHoverEffect_12 ul {
	margin-top: 6px;
}


/*-- //Info --*/


/*-- //top-bar-w3layouts --*/


/*--banner-slider--*/

.slider_container {
	width: 100%;
	float: left;
	margin-top: 125px;
	
}

.flex-caption {
	position: absolute;
	right: 11px;
	bottom: 20px;
}

.caption_title_line {
	width: 450px;
	height: 75px;
	padding: 5px 15px 10px 15px;
	color: #303030;
}

.flex-caption h2 {
	color: #303030;
	font-size: 20px;
	padding: 5px 0 5px 0;
	margin: 0px;
}

.flex-container a:active,
.flexslider a:active {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0 0 0px 0;
}

.flexslider .slides>li {
	display: none;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	max-width: 100%;
	display: block;
	width: 100%;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flexslider {
	position: relative;
	zoom: 1;
}

.flexslider .slides {
	zoom: 1;
}

.flexslider .slides>li {
	position: relative;
}

.flex-container {
	zoom: 1;
	position: relative;
}

/* Direction Nav */
.flex-direction-nav li a {
	width: 75px;
	height: 75px;
	margin: 0;
	display: block;
	position: absolute;
	right: 20px;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-direction-nav li a.next {
	background: url(../images/next.png) no-repeat center;
	bottom: 185px;
}

.flex-direction-nav li a.prev {
	background: url(../images/prev.png) no-repeat center;
	bottom: 185px;
	left: 20px;
}

.flex-direction-nav li a.next:hover {
	background: url(../images/next.png) no-repeat center;
}

.flex-direction-nav li a.prev:hover {
	background: url(../images/prev.png) no-repeat center;
}

.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -30px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 0 0 5px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-nav li:first-child {
	margin: 0;
}

.flex-control-nav li a {
	width: 13px;
	height: 13px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.flex-control-nav li a.active {
	background-position: 0 -26px;
	cursor: default;
}

/* Media Queries
/*-----------------------------------------------------------------------------------*/

@media screen and (max-width: 1000px) {
	.slider_container {
		width: 90%;
		margin: 0 0 0 2%;
		clear: both;
		background: none;
		padding: 30px 0 0 0;
	}

	.flexslider {
		width: 100%;
		margin: 0;
		padding: 0 0 30px 0;
		background: none;
	}

	.flex-direction-nav li a {
		width: 45px;
		height: 42px;
		margin: 0;
		display: block;
		position: absolute;
		right: -10px;
		cursor: pointer;
		text-indent: -9999px;
	}

	.flex-direction-nav li a.next {
		background: url(../images/next.png) no-repeat center;
		bottom: 85px;
	}

	.flex-direction-nav li a.prev {
		background: url(../images/prev.png) no-repeat center;
		bottom: 40px;
	}

	.flex-caption {
		display: none;
	}
}


/*#slider2,
#slider3 {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}

.rslides_tabs li:first-child {
	margin-left: 0;
}

.rslides_tabs .rslides_here a {
	background: rgba(255, 255, 255, .1);
	color: #fff;
	font-weight: bold;
}

.events {
	list-style: none;
}

.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}

.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.callbacks li {
	position: absolute;
	width: 100%;
}

.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}

.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}

.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	bottom: 45%;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	width: 32px;
	height: 32px;
}

.callbacks_nav:hover {
	opacity: 0.5;
}

.callbacks_nav.next {
	left: auto;
	left: 51%;
}

.callbacks_nav.prev {
	background: transparent url(../images/left11.png) no-repeat;
	left: 6%;
}

.callbacks_nav.next {
	background: transparent url(../images/right11.png) no-repeat;
	left: 92%;
}

#slider3-pager a {
	display: inline-block;
}

#slider3-pager span {
	float: left;
}

#slider3-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}

#slider3-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}

#slider3-pager a {
	padding: 0;
}

#slider3-pager li {
	display: inline-block;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li {
	position: relative;
	display: block;
	float: left;
}

.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	bottom: 21%;
	left: 68.5%;
	padding: 0;
	margin: 0;
	z-index: 990;
	display: block;
	text-align: center;
}

.slider-top span {
	font-weight: 600;
}

.callbacks_tabs li {
	display: inline-block;
	margin: 0 5px;
}

.animated {
	z-index: 99;
}
*/

/*----*/

.callbacks_tabs a {
	visibility: hidden;
}

.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 14px;
	width: 14px;
	display: inline-block;
	background: #fff;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	box-shadow: 2px 2px 5px #000000;
	-webkit-box-shadow: 2px 2px 5px #000000;
	-o-box-shadow: 2px 2px 5px #000000;
	-moz-box-shadow: 2px 2px 5px #000000;
	-ms-box-shadow: 2px 2px 5px #000000;
}

.callbacks_here a:after {
	background: #db3552;
}


/*----*/

.slider_banner_info_w3ls {
	margin-top: 10%;
}

.slider_banner_info_w3ls h4 {
	font-size: 5em;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	font-weight: 700;
	letter-spacing: 4px;
	text-shadow: 2px 2px 3px #313131;
}

.slider_banner_info_w3ls h4 span {
	color: #db3552;
	text-shadow: 2px 2px 3px #000;
}

img.img-responsive {
	width: 100%;
}

.slider-img1 {
	background: url(../images/bann2.jpg) no-repeat 0px 0px;
}

.slider-img2 {
	background: url(../images/bann1.jpg) no-repeat 0px 0px;
}

.slider-img3 {
	background: url(../images/bann3.jpg) no-repeat 0px 0px;
}

.slider-img1,
.slider-img2,
.slider-img3 {
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 450px;
}


/*-- //Slider --*/


/*-- search --*/

.search-bar-agileits {
	position: relative;
}

.cd-main-header {
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	will-change: transform;
}

.cd-main-header {
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cd-main-content.nav-is-visible,
.cd-main-header.nav-is-visible {
	-webkit-transform: translateX(-260px);
	-moz-transform: translateX(-260px);
	-ms-transform: translateX(-260px);
	-o-transform: translateX(-260px);
	transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible,
.nav-on-left .cd-main-header.nav-is-visible {
	-webkit-transform: translateX(260px);
	-moz-transform: translateX(260px);
	-ms-transform: translateX(260px);
	-o-transform: translateX(260px);
	transform: translateX(260px);
}

.cd-header-buttons {
	position: absolute;
	display: inline-block;
	top: -47px;
	right: 1px;
}

.cd-header-buttons li {
	display: inline-block;
}

.cd-search-trigger,
.cd-nav-trigger {
	position: relative;
	display: block;
	width: 44px;
	height: 44px;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	z-index: 3;
	background: #db3552;
}

.cd-search-trigger::before,
.cd-search-trigger::after {
	/* search icon */
	content: '';
	position: absolute;
	-webkit-transition: opacity 0.3s;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cd-search-trigger::before {
	top: 11px;
	left: 11px;
	width: 18px;
	height: 18px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border: 3px solid #fff;
}

.cd-search-trigger::after {
	/* handle */
	height: 3px;
	width: 8px;
	background: #fff;
	bottom: 14px;
	right: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span {
	/* container for the X icon */
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.cd-search-trigger span::before,
.cd-search-trigger span::after {
	/* close icon */
	content: '';
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 22px;
	top: 50%;
	margin-top: -2px;
	left: 50%;
	margin-left: -11px;
	background: #fff;
	opacity: 0;
	/* Force Hardware Acceleration in WebKit */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search-trigger span::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before,
.cd-search-trigger.search-is-visible::after {
	/* hide search icon */
	-moz-opacity: 0;
	opacity: 0;
}

.cd-search-trigger.search-is-visible span::before,
.cd-search-trigger.search-is-visible span::after {
	/* show close icon */
	-moz-opacity: 1;
	opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.cd-search {
	position: absolute;
	width: 100%;
	top: 0em;
	left: 0;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
	border-radius: 0;
	border: none;
	background: rgba(0, 0, 0, 0.75);
	width: 100%;
	padding: 0 5%;
	-webkit-box-shadow: inset 0 3px 0 #db3552, 0 3px 6px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 3px 0 #db3552, 0 3px 6px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 3px 0 #db3552, 0 3px 6px rgba(0, 0, 0, 0.05);
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	font-size: 1em;
	padding: 1em 2em;
	color: #fff;
	letter-spacing: 1px;
}

.cd-search input::-webkit-input-placeholder {
	color: #fff;
}

.cd-search input::-moz-placeholder {
	color: #fff;
}

.cd-search input:-moz-placeholder {
	color: #fff;
}

.cd-search input:-ms-input-placeholder {
	color: #fff;
}

.cd-search input:focus {
	outline: none;
}

.cd-search.is-visible {
	-moz-opacity: 1;
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}


/*-- //search --*/


/*-- //Banner-Slider --*/


/*-- Events --*/

.register-left {
	background: url(../images/about.png) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	min-height: 500px;
	padding: 0;
}

.events-section {
	background: url(../images/proceding-bg.jpg) no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
}

.procedding-grid-main {
	box-sizing: border-box;
	padding: 1em;
	/*background: #ffb100;
	box-shadow: 1px 1px 17px #1b1b1b;*/
	border-radius: 10px;
	height: 250px;

}

.procedding-grid-main:nth-child(odd) {
	margin:0;
}

..procedding-grid-main img {
	width: 100%;
	height: 250px !important;
}

.procedding-info {
	width: 100%;
    text-align: center;
    background: #fff;
    height: 115px;
    padding: 5px;
	float: left;
	box-shadow: 2px 5px 7px #ccc;
}

.procedding-info h4 {
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 24px;
	/*background: #d73e53;
    height: 133px;
    padding: 8px;
    text-align: center;*/
}

/*.procedding-info h3 {
	font-size: 19px;
	letter-spacing: 2px;
	color: #fff;
	font-weight: 400;
	margin: 0.5em 0em;
}*/

.procedding-info ul {
	margin-top: 1em;
}

.procedding-info h3 {
	list-style: none;
	color: #000;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 0px 0px 5px 0px;
	/*background: #d73e53;
    text-align: center;
    padding: 7px;*/
}

/*.procedding-info ul li span {
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-size: 18px;
}*/


/*-- // Events --*/


/*--Blog--*/

/*.testimonials-main img {
	margin: 0 auto;
	width: 50%;
	float: right;
}

.testimonials-main {
	float: right;
	width: 100%;
}

.inner-testimonials-w3ls {
	position: relative;
}

.testimonial-info-wthree {
	padding: 6em 2em 0em 1em;
	width: 50%;
	float: left;
}

.testimonial-info-wthree h5 {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #db3552;
}

.testimonial-info-wthree span {
	display: block;
	margin: 0.8em 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-style: italic;
	color: #000;
}

*/
/*-//Blog-*/


/*-- Main Css --*/

.association-detail,
.about,
.events-section,
.gallery {
	padding: 2em 0em;
	width: 100%;
	float: left;
}


/*-- Main --*/

.tg-sectionheading {
	width: 100%;
	float: left;
	margin: 0 0 40px;
	padding: 0 0 13px;
	position: relative;
}

.tg-sectionheading:after,
.tg-sectionheading:before {
	left: 50%;
	bottom: 0;
	content: '';
	height: 1px;
	position: absolute;
	background: #dbdbdb;
}

.tg-sectionheading:after {
	width: 170px;
	margin: 0 0 0 -85px;
}

.tg-sectionheading:before {
	width: 150px;
	bottom: -3px;
	margin: 0 0 0 -75px;
}

.tg-sectionheading h2 {
	margin: 0 0 17px;
	font-size: 30px;
	line-height: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #000;
	margin-top: 20px;
}

.tg-sectionheading .two {
	color: #fff;
}

.tg-sectionheading h3 {
	margin: 0;
	font-size: 40px;
	font-weight: bold;
	line-height: 40px;
}

.tg-textalignleft {
	text-align: left;
}

.tg-textalignleft .tg-sectionheading {
	padding: 0;
	margin: 0 0 28px;
}

.tg-textalignleft .tg-sectionheading:after,
.tg-textalignleft .tg-sectionheading:before {
	display: none;
}

.tg-sectionhead .tg-description p {
	margin: 0;
}

.tg-colorwhite .tg-sectionheading:after,
.tg-colorwhite .tg-sectionheading:before {
	background: #fff;
}

.tg-colorwhite .tg-sectionheading h2,
.tg-colorwhite .tg-sectionheading h3,
.tg-colorwhite .tg-description p {
	color: #fff;
}

h5.sub-title {
	font-size: 20px;
	color: #fff;
	letter-spacing: 2px;
	font-weight: 500;
}

p.para-w3-agileits {
	font-size: 16px;
	letter-spacing: 1px;
	color: #777777;
	line-height: 30px;
}

h3.tittle-w3ls.two,
p.two {
	color: #ffffff;
}


/*--// Main Css --*/


/*--about --*/

.about-main {
	position: relative;
}

.about-right {
	padding: 3em 4em;
	border: 5px solid #3be8b0;
	float: right;
}

/* topic css Style */

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}

.nbs-flexisel-ul {
	position: relative;
	width: 99999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

.nbs-flexisel-inner {
	position: relative;
	overflow: hidden;
	float: left;
	width: 100%;
}

.nbs-flexisel-item {
	float: left;
	margin: 0px;
	padding: 15px;
	cursor: pointer;
	position: relative;
	line-height: 0px;
}

.nbs-flexisel-item img {
	max-width: 100%;
	height: 230px;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}

.nbs-flexisel-item h3 {
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #000;
}

.nbs-flexisel-item h4 span {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 19px 0px;
    text-align: center;
    font-weight: 400;
    color: #585656;
    width: 100%;
    float: left;
    line-height: 27px;
    height: 127px;
}

.ca-more {
	width: auto;
	background: #2176cd;
    color: #fff;
    padding: 5px 17px;
    text-align: center;
    letter-spacing: 1px;
    border-radius: 5px;

}

.ca-more:hover {
	color: #ffa500;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	padding: 5px 10px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	position: absolute;
	cursor: pointer;
	z-index: 4;
	top: 40%;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
}

.nbs-flexisel-nav-left {
	left: 10px;
}

.nbs-flexisel-nav-left:before {
	content: "<"
}

.nbs-flexisel-nav-left.disabled {
	opacity: 0.4;
}

.nbs-flexisel-nav-right {
	right: 5px;
}

.nbs-flexisel-nav-right:before {
	content: ">"
}

.nbs-flexisel-nav-right.disabled {
	opacity: 0.4;
}

/*--// about --*/


/*-- stats --*/

.stat-grids p {
	font-size: 2.3em;
	font-weight: 400;
	letter-spacing: 3px;
	color: #000000;
}

.stat-grids h3 {
	font-size: 1.2em;
	color: #db3552;
	letter-spacing: 1px;
	font-weight: 600;
	margin-top: 5px;
}

.stat-grids:nth-child(1),
.stat-grids:nth-child(2) {
	margin-bottom: 1.5em;
}


/*--//stats --*/

/*-- Start Who can attent --*/

.who-can-attend {
	display: flex;
}

/*-- End Who can attent --*/

/*-- Reservation --*/


/*-- Reservation --*/

.who-attend-bg {
	background: url(../images/who-can-attend-bg.jpg)no-repeat 0px 0px;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	background-attachment: fixed;
	width: 100%;
	float: left;
}

.attend-content {
	padding: 2em;
	width: 45%;
	float: left;
	margin: 5em 2em;
	background: rgb(11 45 115 / 85%);
    border-radius: 70px 10px 0 0;
}

.attend-content ul {
	margin: 0px;
	padding: 0px;
}

.attend-content ul li {
	padding: 12px 14px;
	display: inline-block;
	color: #fff;
	letter-spacing: 1px;
	font-size: 15px;
}

.attend-content2 {
	width: 45%;
	float: left;
	margin: 5em 2em;
	background: rgba(56, 90, 163, 0.85);
}

/*--// Reservation --*/

/*-- img-hover-effect --*/

.adipoli-wrapper {
	margin: auto;
	position: relative;
	display: inline-block;
}

.adipoli-wrapper>img {
	position: absolute;
	z-index: 1;
}

.adipoli-before {
	position: absolute;
	z-index: 5;
}

.adipoli-after {
	position: absolute;
	z-index: 10;
}

.adipoli-slice {
	display: block;
	position: absolute;
	z-index: 15;
	height: 100%;
	background-size: cover !important;
}

.gallery-grids img {
	width: 100% !important;
}

.gallery-grids {
	/*padding-left: 5px!important;
	padding-right: 5px!important;
	margin-bottom: 4px;*/
}

.upcoming-conference {
	padding: 3em 0em;
	margin: 2em 0em;
	width: 100%;
	float: left;
}


/*-- //img-hover-effect --*/



/*-----------------------------------------------------*/

/*  SERVICES */


/*-----------------------------------------------------*/

.services {
	background: #f4f4f4;
	padding: 3em 0em;
	width: 100%;
	float: left;
}

.services-wrap {
	position: relative;
}

.services-wrap::before {
	content: '';
	position: absolute;
	right: 0px;
	top: -30px;
	height: 30px;
	width: 1px;
	border-right: 1px dashed #385aa3;
}

.services-wrap::after {
	content: '';
	position: absolute;
	right: 0px;
	bottom: -30px;
	height: 30px;
	width: 1px;
	border-right: 1px dashed rgba(255, 255, 255, 0.1);
}

.vc_row.vc_row-flex {
	margin-top: 2em;
	width: 100%;
	float: left;
}

.vc_row.vc_row-o-equal-height>.vc_column_container {
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.vc_column-inner::after,
.vc_column-inner::before {
	content: " ";
	display: table;
}

.service-block {
	color: #000000;
	margin-bottom: 30px;
	height: 155px;
	text-align: left;
	position: relative;
	padding: 0.5em 1em;
	background-color: #dcdde0;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
	border-right: 1px dashed #385aa3;
	border-left: 1px dashed #385aa3;
	border-radius: 3px;
}

.service-block:hover {
	background-color: #ffffff;
	color: #0f327b;
}

.service-block::before {
	content: '';
	position: absolute;
	left: -1px;
	top: -30px;
	height: 30px;
	width: 1px;
	border-right: 1px dashed #385aa3;
}

.service-block::after {
	content: '';
	position: absolute;
	left: -1px;
	bottom: -30px;
	height: 30px;
	width: 1px;
	border-right: 1px dashed rgba(255, 255, 255, 0.1);
}


/*Service icon*/

.service-block .block-icon {
	width: 75px;
	height: auto;
	margin: auto;
}

.service-block .block-icon img {
	width: 65px;
	height: auto;
}

@media (max-width: 1024px) {
	.service-block .block-icon {
		position: relative;
		top: 0;
		left: 0;
	}
}

.service-block .block-icon .miami-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #d85b1f;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.service-block:hover .block-icon .miami-icon {
	color: #ffffff;
	-webkit-transition: all 350ms ease;
	transition: all 350ms ease;
}

.service-title {
	font-size: 15px;
	line-height: 30px;
	font-weight: 400;
	/* letter-spacing: .65px; */
	margin: 0;
}

.service-text {
	margin-top: 4px;
	font-size: 14px;
	opacity: .5;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: .4px;
}


/*-----------------------------------------------------*/
/*---  service end here ---*/

/*--// association-detail --*/
.associates ul {
	margin: 0px;
	padding: 0px;
}

.associates ul li {
	border-radius: 75px;
	align-items: center;
	display: inline-block;
	justify-content: center;
	background-color: #ffffff;
	transition: all 0.3s;
	padding: 0px 15px;
	margin: 10px 19px;
	/* padding: 1rem 1rem !important; */
	box-shadow: 0 2px 16px 5px rgba(50, 50, 51, 0.09);
	;
}

.associates ul li img {
	width: 194px;
	margin: 10px 10px;
	height: 60px;
	object-fit: contain;
}

/*-- footer --*/

.social-icons-w3-agile ul {
	padding: 0;
	margin: 0;
}

.social-icons-w3-agile ul li {
	display: inline-block;
	margin: 0 1em 0 0;
}

.social-icons-w3-agile ul li a {
	color: #333;
	text-align: center;
}

.social-icons-w3-agile ul li a span.fa-brands.fa-facebook-f,
.social-icons-w3-agile ul li a span.fa-brands.fa-x-twitter,
.social-icons-w3-agile ul li a span.fa-brands.fa-google-plus,
.social-icons-w3-agile ul li a span.fa-brands.fa-instagram,
.social-icons-w3-agile ul li a span.fa-brands.fa-telegram,
.social-icons-w3-agile ul li a span.fa-brands.fa-linkedin-in {
	height: 35px;
	width: 35px;
	background: #ffffff;
	line-height: 37px;
	color: #385aa3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.social-icons-w3-agile ul li a span.fa.fa-facebook:hover {
	background: #3b5998;
	color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-x-twitter:hover {
	background: #131414;
	color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-google-plus:hover {
	background: #dd4b39;
	color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-instagram:hover {
	background: #8a3ab9;
	color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-telegram:hover {
	background: #229ED9;
	color: #FFFFFF;
}

.social-icons-w3-agile ul li a span.fa.fa-linkedin-in:hover {
	background: #045d95;
	color: #FFFFFF;
}

.social-icons-w3-agile {
	float: right;
}

.team-infoagileits-w3layouts .social-icons-w3-agile {
	float: none;
}

.footer-section {
	padding: 3em 0;
	text-align: left;
	background: #222;
	width: 100%;
	float: left;
}

.footer-section h2 a {
	letter-spacing: 2px;
	text-transform: capitalize;
	font-size: 1.6em;
	color: #000;
	text-shadow: 3px 3px #d6d6d6;
	text-decoration: none;
	font-weight: 700;
}

.btm-logo h2 a img {
	width: 55px;
	float: left;
}

.footer-section h2 a:hover,
.footer-section h2 a:focus {
	text-decoration: none;
	outline: none;
}

.bottom-menu-nav {
	float: left;
}

ul.btm-nav {
	margin: .5em 0;
}

.bottom-menu-nav ul.btm-nav li {
	list-style: none;
	display: inline-block;
	margin: 0em 1em 0em 0em;
}

.bottom-menu-nav ul.btm-nav li a {
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 3px;
	/*font-weight: 800;*/
}

.bottom-menu-nav ul.btm-nav li:hover a {
	color: #6b90e0;
}

.subscribe {
	width: 23%;
	margin: auto;
	padding-bottom: 2em;
}

.subscribe input[type="email"] {
	outline: none;
	border: none;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	padding: 12px 15px;
	background: #fff;
	color: #1e3463;
	font-size: 15px;
	box-sizing: border-box;
	width: 100%;
	letter-spacing: 1.5px;
}

.input-flds-agile {
	padding: 0;
}

.subscribe h6 {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 16px;
	font-weight: 600;
	text-align: left;
	color: #656565;
}

.subscribe input[type="submit"] {
	color: #fff;
	letter-spacing: 0.5px;
	font-size: 18px;
	padding: 15px 0px;
	margin-top: -5px;
	width: 100%;
	box-sizing: border-box;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border: none;
	outline: none;
	background: #385aa3;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-o-transition: 0.5s all;
	transition: 0.5s all;
}

.subscribe input[type="submit"]:hover {
	background: #1c356b;
	color: #fff;
}

.bottom-contact .top_bar_contact_list {
	float: right;
}

.bottom-contact .top_bar_contact_list li {
	display: inline-block;
	padding: 10px;
}

.bottom-contact .top_bar_contact_list li a {
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
}

/*-- //Footer --*/


/*--copy-right--*/

.copy-w3-agile {
	text-align: center;
	width: 100%;
	float: left;
	background: #131212;
	padding: 10px 0px;
	border-top: 1px solid #323335;
}

.copy-w3-agile p {
	color: #fff;
	font-size: 14px;
	letter-spacing: 1.5px;
	line-height: 28px;
}

.copy-w3-agile p a {
	color: #3be8b0;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.copy-w3-agile p a:hover {
	color: #fff;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}


/*--//copy-w3-agile-right--*/


/*--//footer--*/


/*-- to-top --*/

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 35px;
	right: 2%;
	overflow: hidden;
	z-index: 999;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arr.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);
}
.attendimg{
	--s: 15px;  /* size of the frame */
  --b: 2px;   /* border thickness */
  --w: 200px; /* width of the image */
  --c: #dfdeed;
  
  width: var(--w);
  aspect-ratio: 1;
  /* object-fit: cover; */
  padding: calc(2*var(--s));
  --_g: var(--c) var(--b),#0000 0 calc(100% - var(--b)),var(--c) 0;
  background:
    linear-gradient(      var(--_g)) 50%/100% var(--_i,100%) no-repeat,
    linear-gradient(90deg,var(--_g)) 50%/var(--_i,100%) 100% no-repeat;
  outline: calc(var(--w)/2) solid #0009;
  outline-offset: calc(var(--w)/-2 - 2*var(--s));
  transition: .4s;
  cursor: pointer;
}

.attendimg:hover {
  outline: var(--b) solid var(--c);
  outline-offset: calc(var(--s)/-2);
  --_i: calc(100% - 2*var(--s));
}

/*-- //to-top --*/


/*--responsive--*/

@media(max-width:1440px) {
	.address {
		top: 12.5%;
	}
}

@media(max-width:1280px) {
	.slider_banner_info_w3ls h4 {
		padding: 0 1em;
		font-size: 4.5em;
		line-height: 1.3em;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 580px;
	}

	.slider_banner_info_w3ls {
		margin-top: 19%;
	}

	h3.tittle-w3ls {
		font-size: 3.3em;
		margin-bottom: .7em;
	}

	.team,
	.testimonials,
	.about,
	.events-section,
	.gallery {
		padding: 5em 0em;
	}
}

@media(max-width:1080px) {
	.navbar-default .navbar-nav>li>a {
		font-size: 16px;
	}

	.navbar-nav>li {
		margin: 0px 11px;
	}

	.slider_banner_info_w3ls h4 {
		font-size: 4em;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 515px;
	}

	.about-right {
		padding: 2.5em 2.5em;
	}

	.stat-grids h3 {
		font-size: 1.1em;
	}

	.about-left {
		min-height: 335px;
		left: 3%;
	}

	.reserve-form {
		width: 55%;
	}

	.teamleft-img-wthree {
		padding: 2em;
	}

	h5.sub-title {
		font-size: 24px;
	}

	.team-btm-img {
		min-height: 259px;
	}

	.procedding-info h5 {
		font-size: 18px;
		letter-spacing: 2px;
		color: #fff;
		font-weight: 400;
		margin: 0.5em 0em;
		line-height: 30px;
	}

	.testimonial-info-wthree {
		padding: 3em 2em 0em 1em;
	}

	.address {
		top: 12%;
		padding: 2em 2em;
	}

	.mail-grid1-form {
		padding: 4em 4em;
	}

	.map-w3-agile iframe {
		min-height: 325px;
	}
}

@media(max-width:1050px) {
	.address {
		top: 13%;
		padding: 1.5em;
	}

	.bottom-menu-nav ul.btm-nav li {
		margin: 0em 2em 0em 0em;
	}
}

@media(max-width:1024px) {
	.reserve-form {
		width: 65%;
	}

	p.sub span {
		margin-right: 0.7em;
	}

	.subscribe h6 {
		font-size: 18px;
	}

	.slider_banner_info_w3ls h4 {
		font-size: 3.5em;
		padding: 0 0em;
	}
}

@media(max-width:991px) {
	.navbar-header h1 a {
		font-size: 1.2em;
		margin: 0.3em 0;
	}

	.navbar-header h1 a img {
		width: 45px;
	}

	.navbar-nav>li {
		margin: 0px 5px;
	}

	.navbar-default .navbar-nav>li>a {
		font-size: 15px;
		padding: 13.5px 6px;
	}

	.navbar-nav,
	.header-top {
		margin-top: 1em;
	}

	.cd-header-buttons {
		top: -58px;
		right: 0px;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 450px;
	}

	.slider_banner_info_w3ls {
		margin-top: 22%;
	}

	.about-left {
		position: initial;
		margin-bottom: 2em;
	}

	.team-left,
	.team-right {
		padding: 0;
	}

	.team-inn {
		width: 50%;
		float: left;
	}

	.team-mid {
		margin: 1.3em 0;
	}

	.procedding-left1,
	.procedding-left2,
	.procedding-left3 {
		width: 100%;
		float: none;
		min-height: 220px;
	}

	.procedding-info {
		float: none;
		width: 100%;
	}

	.procedding-left2 {
		margin-left: 0;
		margin-top: 2em
	}

	.procedding-left1,
	.procedding-left3 {
		margin-bottom: 2em
	}

	.procedding-info h5 {
		font-size: 17.5px;
	}

	.gallery-grids {
		padding-left: 5px !important;
		padding-right: 5px !important;
		margin-bottom: 4px;
		float: left;
		width: 50%;
	}

	h3.tittle-w3ls {
		font-size: 3.2em;
		margin-bottom: .6em;
	}

	.team,
	.testimonials,
	.about,
	.events-section,
	.gallery {
		padding: 4em 0em;
	}

	.testimonials-main img {
		width: 69.5%;
		float: none;
	}

	.testimonial-info-wthree {
		padding: 0;
		width: 70%;
		float: none;
		margin: 1.5em auto 0;
		box-sizing: border-box;
	}

	.address {
		position: initial;
		width: 80%;
		margin: 0em auto 3em;
	}

	.mail-grid1-form {
		padding: 4em 6em;
	}

	.footer-section {
		padding: 2.3em 0;
	}

	.footer-section h2 a {
		font-size: 1.4em;
	}

	.btm-logo h2 a img {
		width: 47px;
	}

	.stats {
		margin-top: 1em;
	}
}

@media(max-width:800px) {
	.slider_banner_info_w3ls h4 {
		font-size: 3em;
		padding: 0 1em;
		letter-spacing: 3px;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 415px;
	}

	.reserve-form {
		width: 80%;
	}
}



@media(max-width:767px) {
	.navbar-collapse.in {
		overflow-y: hidden;
		width: 100%;
	}

	.navbar-default .navbar-brand {
		margin-top: 27px;
	}

	.navbar-header {
		margin: 0px;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background-color: rgba(255, 253, 253, 0.42);
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #db3552;
	}

	.navbar-default .navbar-toggle {
		border-color: #3be8b0;
	}

	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 20px;
		margin-right: 50px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-top: 0em;
		margin-left: 0;
		float: none;
	}

	nav#nav-effect ul li {
		padding: 9px 7px;
		width: 100%;
		text-align: center;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}

	.cd-header-buttons {
		top: -58px;
	}

	.navbar-nav>li {
		float: none;
		display: block;
		text-align: center;
		margin: 0px 0px;
	}

	.navbar-nav,
	.header-top {
		padding-right: 0em;
		margin-top: 0em;
	}

	.navbar-default .navbar-nav>li>a {
		display: inline-block;
	}

	.reserve-form {
		width: 100%;
	}

	.subscribe {
		width: 80%;
	}

	.mail-grid1-form {
		padding: 4em 1.5em;
	}

	.address {
		width: 90%;
		margin: 0em auto 2.5em;
	}
}

@media(max-width:736px) {
	.slider_banner_info_w3ls h4 {
		padding: 0 0.5em;
	}

	.callbacks_nav.prev {
		left: 3%;
	}

	.callbacks_nav.next {
		left: 93%;
	}

	.team,
	.testimonials,
	.about,
	.events-section,
	.gallery {
		padding: 3em 0em;
	}

	.mail-grid1-form {
		padding: 3em 1.5em;
	}

	h3.tittle-w3ls {
		font-size: 3.05em;
		margin-bottom: .5em;
	}

	.procedding-info h5 {
		font-size: 17px;
		letter-spacing: 1.5px;
	}

	.procedding-info h4 {
		font-size: 16px;
	}
}

@media(max-width:667px) {
	.slider_banner_info_w3ls h4 {
		font-size: 2.5em;
		line-height: 1.5em;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 385px;
	}
}

@media(max-width:640px) {
	.flex-direction-nav a {
		width: 28px;
		height: 41px;
	}

	.flex-direction-nav a {
		background: #3be8b0 url(../images/right.png) no-repeat 2px 9px;
	}

	.flex-direction-nav .flex-next {
		background: #3be8b0 url(../images/left.png) no-repeat 1px 9px;
		right: 96%;
	}

	.flex-direction-nav .flex-prev {
		left: 4.1%;
	}

	.testimonials-main img {
		width: 82%;
		float: none;
	}

	.testimonial-info-wthree {
		width: 82%;
	}

	.team-inn:nth-child(2) {
		margin-top: 1em;
	}
}

@media(max-width:600px) {
	.slider_banner_info_w3ls h4 {
		font-size: 2.3em;
		line-height: 1.3em;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 330px;
	}

	.mid-fields {
		margin-bottom: 0em;
	}
}

@media(max-width:568px) {
	.testimonials-main img {
		width: 80.5%;
	}

	h3.tittle-w3ls {
		font-size: 2.8em;
		letter-spacing: 1px;
	}

	.team-infoagileits-w3layouts p {
		margin: 0.5em 0 1.1em;
	}

	.team-infoagileits-w3layouts h3,
	.team-mid h3 {
		font-size: 1.2em;
	}

	.mail-grid1-form textarea {
		min-height: 90px;
	}

	.reserve-form input[type="submit"] {
		font-size: 17px;
		padding: 0.5em 2em;
	}

	.social-icons-w3-agile ul li {
		margin: 0 0.5em 0 0;
	}

	.mail-grid1-form input[type="submit"] {
		font-size: 17px;
		padding: 0.5em 2.5em;
	}

	.bottom-menu-nav ul.btm-nav li a {
		letter-spacing: 2px;
	}

	.procedding-info h4 {
		line-height: 22px;
	}

	.callbacks_nav.next {
		left: 92%;
	}
	.bottom-menu-nav ul.btm-nav li{
		margin: 0em 1em 0em 0em !important;
	}
}

@media(max-width:480px) {
	.slider_banner_info_w3ls h4 {
		font-size: 2em;
		line-height: 1.4em;
		letter-spacing: 2px;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 276px;
	}

	h3.subheading-w3-agile {
		font-size: 23px;
		line-height: 30px;
	}

	.about-left {
		min-height: 220px;
	}

	.about-right {
		padding: 1.5em 1.5em;
	}

	h3.tittle-w3ls {
		line-height: 50px;
	}

	.team-inn {
		width: 100%;
		float: none;
		padding: 0;
	}

	.team-mid:nth-child(3) {
		margin-bottom: 0;
	}

	.flex-direction-nav .flex-prev {
		left: 4%;
	}

	.testimonials-main img {
		width: 78%;
	}

	.subscribe {
		width: 100%;
		text-align: center;
	}

	.bottom-menu-nav {
		float: none;
	}

	.footer-section .social-icons-w3-agile {
		float: none;
		margin-top: 1.5em;
	}

	.callbacks_nav.next {
		left: 91%;
	}
}

@media(max-width:440px) {

	.callbacks_nav.prev,
	.callbacks_nav.next {
		background-size: 20px;
		width: 20px;
		height: 20px;
	}

	.slider_banner_info_w3ls {
		margin-top: 25%;
	}

	.slider_banner_info_w3ls h4 {
		padding: 0 0em;
	}

	.callbacks_nav {
		bottom: 40%;
	}

	.stat-grids {
		width: 100%;
	}

	.stat-grids:nth-child(1),
	.stat-grids:nth-child(2),
	.stat-grids:nth-child(3) {
		margin-bottom: 1em;
	}

	.testimonials-main img {
		width: 100%;
	}

	.flex-direction-nav .flex-next {
		right: 93%;
	}

	.flex-direction-nav .flex-prev {
		left: 7.2%;
	}

	.testimonial-info-wthree {
		width: 100%;
	}

	.testimonials-main {
		float: none;
		width: 100%;
		padding: 0;
	}

	.about-top-agile {
		margin: 0em 0em 1em;
	}

	.about-left {
		margin-bottom: 1.5em;
	}

	.copy-w3-agile p {
		padding: 0 1em;
	}

	p.sub span {
		display: block;
	}

	p.sub span {
		margin-bottom: 5px;
	}
}

@media(max-width:384px) {
	.navbar-header h1 a {
		font-size: 1.1em;
	}

	.slider_banner_info_w3ls h4 {
		font-size: 1.8em;
	}

	.slider-img1,
	.slider-img2,
	.slider-img3 {
		min-height: 250px;
	}

	.teamleft-img-wthree {
		padding: 1.5em;
	}

	.flex-direction-nav .flex-next {
		right: 91.8%;
	}

	.flex-direction-nav .flex-prev {
		left: 8.4%;
	}

	.bottom-menu-nav ul.btm-nav li {
		margin: 0em 1.5em 0em 0em;
	}
}

@media(max-width:375px) {
	.slider_banner_info_w3ls h4 {
		letter-spacing: 1px;
	}

	.team,
	.testimonials,
	.about,
	.events-section,
	.gallery {
		padding: 2.5em 0em;
	}

	.procedding-grids-w3ls {
		padding: 0 10px;
	}

	.flex-direction-nav .flex-next {
		right: 91.5%;
	}

	.mail-grid1-form {
		padding: 2em 1.5em;
	}

	.mail-grid1-form input[type="text"],
	.mail-grid1-form input[type="email"] {
		margin-bottom: 0.7em;
	}

	.mail-grid1-form textarea {
		margin: 0 0 .8em;
	}

	.bottom-menu-nav ul.btm-nav li {
		margin: 0 !important;
	}

	.subscribe input[type="submit"] {
		font-size: 16px;
		padding: 9.5px 0px;
	}
}

@media(max-width:320px) {
	.navbar-header h1 a img {
		width: 37px;
	}

	.navbar-toggle .icon-bar {
		width: 20px;
		height: 2px;
	}

	.navbar-toggle {
		padding: 7px 7px;
		margin-top: 20px;
		margin-right: 44px;
	}

	.navbar-header h1 a {
		font-size: 0.87em;
		margin: 0.5em 0;
	}

	.cd-search-trigger,
	.cd-nav-trigger {
		width: 40px;
		height: 40px;
	}

	.cd-search-trigger::before {
		top: 8px;
		left: 9px;
	}

	.cd-search-trigger::after {
		bottom: 12px;
		right: 9px;
	}

	.cd-header-buttons {
		top: -54px;
	}

	.slider_banner_info_w3ls h4 {
		font-size: 1.5em;
	}

	.slider_banner_info_w3ls {
		margin-top: 34%;
	}

	.about-right {
		padding: 1em 1em;
	}

	.stat-grids {
		padding: 0;
	}

	.reserve-form {
		padding: 1.5em;
	}

	.flex-direction-nav .flex-next {
		right: 89.6%;
	}

	.flex-direction-nav .flex-prev {
		left: 10.4%;
	}

	.footer-section h2 a {
		font-size: 1.2em;
		letter-spacing: 1px;
	}

	.btm-logo h2 a img {
		width: 45px;
	}

	.subscribe h6 {
		font-size: 16px;
	}

	.bottom-menu-nav ul.btm-nav li a {
		font-size: 12px;
	}

	.bottom-menu-nav ul.btm-nav li {
		margin: 0em 0.8em 0em 0em;
	}
}


/*--responsive--*/
.gallery-item {
	float: left;
}

.gallery-item img {
	width: 100%;
	height: 200px;
	margin-top: 15px;
}

.about-conf p {
	line-height: 21px;
    font-size: 17px;
    text-align: justify;
    hyphens: auto;
}
.listing-org-info {
	border: 1px solid #ddd;
	border-radius: 10px;
	margin: 5px 0px;
	height: 100%;
	max-height: 290px;
	min-height: 274px;
	border-top: 5px solid #484646;
}

.listing-event-details a {
	text-decoration: none;
}

.listing-org-info h3 {
	background: #e8edf1;
	padding: 8px;
	letter-spacing: 1px;
	color: #363738;
}

.listing-org-info .logo-conf {
	width: 35%;
	margin: 15px auto;
}

.listing-org-info .logo-conf img {
	width: 100%;
}

.listing-org-info p {
	color: #333;
}

.listing-org-info h4 {
	color: #385aa3;
	font-size: 17px;
	letter-spacing: 2px;
	margin: 15px 0px;
}

.listing-org-info span {
	color: #333;
	font-weight: 600;
	letter-spacing: 1px;
}

.gallery_gds img {
	height: 250px;
}
.slider_container_domy{
	margin-top: 126px;
}

@media screen and (min-width:320px) and (max-width:768px) {
	.slider_container {
		width: 98% !important;
		margin: 0px 0px 0 0% !important;
		margin: 70px 0 0 1% !important;
		background: none;
		padding: 5px 0 0 0 !important;
	}

	.flex-direction-nav li a.next {
		bottom: 70px;
		right: 7px;
	}

	.flex-direction-nav li a.prev {
		bottom: 70px;
		left: 7px;
	}

	.about {
		padding: 0 !important;
	}

	p.para-w3-agileits {
		text-align: justify;
	}

	.nbs-flexisel-nav-left {
		left: 20px;
		top: 127px;
		background: black;
	}

	.nbs-flexisel-nav-right {
		right: 23px;
		top: 129px;
		background: black;
	}

	.who-attend-bg {
		margin-top: 26px;
	}

	.who-can-attend {
		display: block;
		padding: 0;
	}

	.attend-content {
		width: 100%;
        margin: 1em 0 4em 0;
	}

	.attend-content2 {
		width: 82%;
		margin: -51px 2em 2em;
	}

	.events-section {
		padding-bottom: 400px;
	}

	.social-icons-w3-agile {
		float: none;
	}

	.bottom-contact .top_bar_contact_list li a {
		font-size: 12px;
	}

	.subscribe img {
		margin-left: 0;
	}

	.procedding-grid-main {
		height: 492px;
		font-size: 14px;
	}

	.events-section {
		padding: 0;
		padding-bottom: 10px;
	}

	.top-header {
		display: block !important;
		padding: 0;
	}

	.header-logo .logo {
		width: 48%;
		position: absolute;
		top: 10px;
	}

	a.menu-link {
		color: none;
		display: block;
		text-decoration: none;
		float: right;
		position: relative;
		top: -20px;
	}

	.slider_container_domy img {
		height: 100px;
	}

	.tg-sectionheading h2 {
		font-size: 26px;
		margin: 15px 0 5px;
	}
	.tg-sectionheading {
		margin: 0 0 10px;
	}
	.slider_container_domy{
		margin-top: 75px;
	}
	.bottom-contact .top_bar_contact_list {
		float: none;
		text-align: center;
		padding: 0;
		margin: 0;
	}
	h1, .h1 {
		font-size: 28px;
		padding-top: 20px;
	}
	.services {
		padding: 1em 0em;
	}
}
