/*
Theme Name:  Fivent HTML Template
Theme URI: 
Author: themexriver
Description: Fivent HTML Responsive bootstrap Template for event, conference and meeting
Version: 1.0
*/





/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#0.1	Theme Reset Style
#0.2	Global Elements 



------------------------------------------------------
===== Home Page =====
------------------------------------------------------
#1	header
	#1.1	topbar
	#1.2	navigation
#2	slider
#3	services
#4	upcoming-event
#5	gallery
#6	statistics
#7	pricing-table
#8	testimonials
#9	blog
#10	footer


------------------------------------------------------
===== Home Page 2 =====
------------------------------------------------------
#1	services
#2	event-planner
#3	why-choose-us
#4	upcoming-events
#5	newsletter


------------------------------------------------------
===== Home Page 3 =====
------------------------------------------------------
#1	services
#2	why-choose-us
#3	our-gallery
#4	testimonials
#5	common-newsletter


------------------------------------------------------
===== About us =====
------------------------------------------------------
#1	banar
#2	who-we-are
#3	our-speakers
#4	our-history


------------------------------------------------------
===== Services =====
------------------------------------------------------
#1	banar
#2	services-1
#3	common-newsletter


------------------------------------------------------
===== Services style2 =====
------------------------------------------------------
#1	banar
#2	services-4-col
#3	pricing-table
#4	common-newsletter
#5	services-1


------------------------------------------------------
===== Event gallery =====
------------------------------------------------------
#1	banar
#2	upcoming-events


------------------------------------------------------
===== Contact =====
------------------------------------------------------
#1	banar
#2	google-map
#3	contact-form


------------------------------------------------------
===== Blog =====
------------------------------------------------------
#1	banar
#2	blog-content
	#2.1	sidebar


------------------------------------------------------
===== Blog-single =====
------------------------------------------------------
#1	banar
#2	post
#3	about-author
#4	comments




------------------------------------------------------
===== Event-schedule =====
------------------------------------------------------
#1	banar
#2	event-planner


--------------------------------------------------------------*/



/*--------------------------------------------------------------
#0.1	Theme Reset Style
--------------------------------------------------------------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', sans-serif;
}

button:focus {
	outline: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #fff;
}

i:before {
	margin-left: 0 !important;
}

ul {
	list-style-type: none;
	padding-left: 0;
}

button:focus {
	border: 0 !important;
	outline: 0 !important;
}



/*--------------------------------------------------------------
#0.2	Global Elements
--------------------------------------------------------------*/
.section-padding {
	padding: 115px 0;
}

.section-title {
	text-align: center;
	margin-bottom: 85px;
}

.section-title h2 {
	background: url(../images/title-bg.png) no-repeat center bottom;
	font-size: 24px;
	font-weight: bold;
	color: #1a1a1a;
	text-transform: uppercase;
	margin: 0 0 1.67em;
	line-height: 17px;
	padding-bottom: 25px;
}

.section-title p {
	font-size: 13px;
	color: #3a3a3a;
	line-height: 36px;
}

.banar {
	height: 200px;
	text-align: center;
	position: relative;
}

.banar .container {
	position: relative;
	padding: 0;
	margin: 0;
	z-index: 10;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.banar .overlay {
	background-color: rgba(0,0,0, 0.2);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;

}

.banar h2 {
	font-size: 46px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 32px;
	margin: 0 0 0.43em;
}

.banar .breadcrumb {
	background-color: transparent;
	padding: 0;
	display: inline-block;
	margin:  0 auto;
}

.banar .breadcrumb a {
	font-size: 12px;
	color: #fff !important;
}

.banar .breadcrumb li:before,
.banar .breadcrumb .active {
	color: #fff;
}

.theme-btn {
	display: inline-block;
	background-color: #8083fb;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 50px 0 30px;
	border: 0;
	border-radius: 20px;
	position: relative;
	overflow: hidden !important;
}

.theme-btn i {
	background-color: rgba(255,255,255, 0.3);
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 3px;
	top: 3px;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.theme-btn i:after {
	background-color: rgba(255,255,255, .9);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.theme-btn:hover i:after {
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
	opacity: 0;

}

.slider-btn {
	background-color: #4f52d0;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 11px;
	padding: 0 32px;
	text-transform: uppercase;
	border-radius: 30px;
}

.theme-btn:hover {
	color: #fff !important;
}

.btn-with-icon {
	padding-right: 40px !important;
}

.btn-with-icon i {
	background-color: transparent !important;
}

.nav .open > a, 
.nav .open > a:focus, 
.nav .open > a:hover {
	background-color: transparent !important;
}

.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

a.back-to-top {
	display: none;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	position: fixed;
	z-index: 999;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
	background-position:  center 43%;
	line-height: 65px;
	color: #fff;
}

a.back-to-top i {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a.back-to-top:hover {
	background-color: #000;
}


/*wow animation opacity contorls*/
#home-1 .upcoming-events .wow {
	opacity: 0;
}

#event-gallery .upcoming-events .wow {
	opacity: 0;
}

#services .services-1 .wow {
	opacity: 0;
}


/*pre-loder*/
.pre-loder {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100000;
}

.pre-loder .circle {
	background: transparent;
	width: 50px;
	height: 50px;
	position: relative;
	left: 50%;
	top: 50%;
	border: 4px solid #1e1e1e;
	border-top: 4px solid #4f53d1;
    border-right: 4px solid #ff464e;
    border-bottom: 4px solid #fecb24;
	border-radius: 50%;
	margin: -25px 0 0 -25px;

	-webkit-animation: rotateing 1s linear infinite;
	animation: rotateing 1s linear infinite;
}

@-webkit-keyframes rotateing {
	from { -webkit-transform: rotate(0deg); }
	to { -webkit-transform: rotate(360deg); }
}
@keyframes rotateing {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}




/*--------------------------------------------------------------
===== Home Page =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1.1	topbar
--------------------------------------------------------------*/
header .topbar {
	background-color: #4f52d0;
	height: 114px;
	color: #fff;
}

header .logo {
	margin-top: 43px;
}


/*clock*/
.next-event {
	padding: 0;
}

.next-event > p {
	display: inline-block;
	font-size: 11px;
	color: #c7c8f4;
	text-transform: uppercase;
}

#clock {
	overflow: hidden;
	display: inline-block;
	padding-left: 35px;
	position: relative;
	top: 25px;
}

#clock .col {
	float: left;
	margin-right: 13px;
}

#clock .wrapper-digit {
	padding-top: 5px;
	position: relative;
}

#clock .digit {
	font-family: 'Montserrat', sans-serif;
	height: 50px;
	width: 27px;
	font-size: 40px;
	text-align: center;
	display: inline-block;
	overflow: hidden;
}

#clock .note {
	font-size: 11px;
	color: #c7c8f4;
	text-transform: uppercase;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
}

#clock .dot {
	display: inline-block;
	height: 50px;
	position: relative;
	top: -9px;
}

#clock .dot span {
	font-size: 40px;
}

#clock > .col:first-child .wrapper-digit p {
	left: 43%;
}

#clock > .col:nth-child(2) .wrapper-digit p {
	left: 43%;
}


/*login-register*/
.login-register {
	margin-top: 36px; 
	padding: 0;
	text-align: right;
}

.login-register .theme-btn:first-child {
	margin-right: 25px;
}

.login-register .theme-btn:hover {
	background-color: #ff464f;
	color: #fff;
}



/*--------------------------------------------------------------
#1.2	navigation
--------------------------------------------------------------*/
.navigation .navbar {
	padding-bottom: 0;
	margin-bottom: 0;
	border: 0;
}

#navbar > ul > li > a {
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #5f5f5f;
	text-transform: uppercase;
	padding-left: 0;
	padding-right: 45px;
}

#navbar > ul > li:last-child > a {
	padding-right: 0;
}

#navbar > ul > li.active > a {
	color: #191919;
	font-weight: bold;
}

#navbar > ul > li > a:hover,
#navbar > ul > li > a:focus {
	background-color: transparent !important;
	color: #191919;
}

/*drop-dwon-menu*/
#navbar .dropdown-menu {
	border: 0;
	border-radius: 0;
	padding: 0;
}

@media screen and (min-width: 768px) {
	#navbar .dropdown:hover .dropdown-menu {
		display: block;
	}
}

#navbar .dropdown-menu li {
	border-bottom: 1px solid #dfdddd;
}

#navbar .dropdown-menu li:last-child {
	border-bottom: 0;
}

#navbar .dropdown-menu li a {
	padding: 8px 20px;
	font-size: 11px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#navbar .dropdown-menu li a:hover {
	padding-left: 25px;
	background-color: #4f52d0;
	color: #fff;
}

#navbar .dropdown-menu li.active a {
	background-color: #4f52d0;
}


/*navbar-form*/
.navbar-form input {
	font-size: 11px;
	font-style: italic;
	color: #ababb8;
	border: 0;
	border-radius: 0;
	box-shadow: none;
}

.navbar-form button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #f20000;
	font-size: 15px;
	position: relative;
}

.navbar-form button i {
	position: absolute;
	bottom: -5px;
}

.navigation .smaller {
	background: #4f52d0 !important;
    position: fixed !important;
    width: 100% !important;
    z-index: 1000 !important;
    top: 0 !important;
    border: 0;
    border-radius: 0;
    -webkit-animation: stiky 0.7s; 
    animation: stiky 0.7s; 
}

.navigation .smaller #navbar > ul > li > a {
	color: #fff;
}

.navigation .smaller #navbar > ul > li > a:hover {
	color: #000;
}

.navigation .smaller .navbar-form button i {
	color: #fff;
}

@-webkit-keyframes stiky {
    from {top: -20px;}
    to {top: 0px;}
} 
@keyframes stiky {
    from {top: -20px;}
    to {top: 0px;}
} 



/*--------------------------------------------------------------
#2	slider
--------------------------------------------------------------*/
#main-slider .maincaption,
#main-slider .subcaption {
	font-family: 'Montserrat', sans-serif;
	font-size: 46px;
	color: #fff;
	text-transform: uppercase;
}

#main-slider .subcaption {
	font-size: 22px;
	letter-spacing: 7px;
}

#main-slider .para {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 42px;
	color: #fff;
}

#main-slider .slider-btn {
	background-color: #4f52d0;
	display: block;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 11px;
	padding: 0 32px;
	text-transform: uppercase;
	border-radius: 30px;
}

#main-slider .slider-btn:hover {
	background-color: #ff464f;
}

#main-slider .tp-bullet {
	width: 8px;
	height: 8px;
	background-color: #c6c6c6;
	opacity: 1;
	border-radius: 50%;
}

#main-slider .tp-bullet {
	width: 10px;
	height: 10px;
	background-color: #c6c6c6;
	opacity: 1;
	border-radius: 50%;
}

#main-slider .tp-bullets .selected {
	background-color: #ff464f;
}

/*#home-2 #main-slider li > div,
#home-2 #main-slider .subcaption {
	text-align: right !important;
}*/




/*--------------------------------------------------------------
#3	services
--------------------------------------------------------------*/
.services {
	text-align: center;
	padding: 70px 0;
}

.services .col > div {
	width: 95%;
	margin: 0 auto;
	position: relative;
}

.services .col > div:after {
	content: "";
	width: 1px;
	height: 90%;
	position: absolute;
	right: -23px;
	top: 10%;
	background-color: #dedede;
}

.services .container > .col:last-child div:after {
	display: none;
}

.services .col i {
	display: inline-block;
	color: #ff464f;
	margin-bottom: 40px;
}

.services .col i:before {
	font-size: 53px;
	margin-left: 0;
}

.services h2 {
	font-size: 16px;
	color: #1a1a1a;
	text-transform: uppercase;
	margin: 0 0 1.38em;
}

.services p {
	color: #5f5f5f;
	line-height: 32px;
}



/*--------------------------------------------------------------
#4	upcoming-event
--------------------------------------------------------------*/
.upcoming-events {
	background-color: #f6f6fd;
	padding: 75px 0;
}

.upcoming-events .section-title {
	overflow: hidden;
	margin-bottom: 0;
}

.upcoming-events .section-title h2 {
	background-position: left bottom;
	margin-bottom: 51px;
}


.upcoming-events .content > .col {
	padding: 0;
}

.upcoming-events .content .thumbnail {
	width: 95%;
	text-align: center;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin:0;
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}

.upcoming-events .content > .col:last-child .thumbnail {
	margin-right: 0;
}

.upcoming-events .content .thumbnail img {
	margin: 0;
}

.upcoming-events .content .img-tag {
	padding: 0;
	position: relative;
}

.upcoming-events .content .img-tag img {
	width: 100%;
	border: 0;
	top: 0;
}

.upcoming-events .content .tag {
	background-color: #3eaf39;
	display: inline-block;
	width: 75px;
	height: 34px;
	line-height: 34px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 22px;
	border-radius: 0;
	padding: 0 0 0 12px;
}

.upcoming-events .content .tag:before,
.upcoming-events .content .tag:after {
	content: "";
	position: absolute;
	right: -20px;
	border: 10px solid transparent;
	border-left: 10px solid #3eaf39;

}

.upcoming-events .content .tag:before {
	top: 0;
	border-top: 10px solid #3eaf39;
}

.upcoming-events .content .tag:after {
	bottom: 0;
	border-bottom: 10px solid #3eaf39;
}

.upcoming-events .thumbnail > div {
	padding: 0 20px 38px;
}

.upcoming-events .thumbnail > div img {
	position: relative;
	top: -40px;
	border: 3px solid #fff;
}

.upcoming-events .thumbnail .info span,
#blog .blog-content .post .info,
#blog-single .blog-content .post .info {
	font-size: 13px;
	font-style: italic;
	color: #5f5f5f;
	margin-right: 14px;
}

.upcoming-events .thumbnail .info span i,
#blog .blog-content .post .info span i,
#blog-single .blog-content .post .info span i {
	display: inline-block;
	color: #4f52d0;
}

.upcoming-events .thumbnail .info span i:before,
#blog .blog-content .post .info span i:before,
#blog-single .blog-content .post .info span i:before {
	margin-left: 0;
	font-size: 13px;
}

.upcoming-events .thumbnail h3 {
	font-size: 14px;
	color: #1a1a1a;
	margin: 25px 0;
}

.upcoming-events .thumbnail h3 + p {
	color: #636d77;
	line-height: 32px;
}

.upcoming-events .thumbnail a {
	font-size: 11px;
	color: #ff464f;
	text-transform: uppercase;
	padding: 5px 15px 5px 30px;
	position: relative;
}

.upcoming-events .thumbnail a i {
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upcoming-events .thumbnail a i:before {
	font-size: 15px;
}



/*--------------------------------------------------------------
#5	gallery
--------------------------------------------------------------*/
.gallery {
	padding-bottom: 0;
}

.gallery .section-title p {
	margin-bottom: 24px;
}

.gallery .section-title .theme-btn {
	background-color: #ff464f;
}

.gallery .thumb-gallery {
	overflow: hidden;
}

.gallery .thumb-gallery > div {
	width: 20%;
	float: left;
	overflow: hidden;
	position: relative;
}

.gallery .thumb-gallery img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery .thumb-gallery >div:nth-child(odd) a:hover img {
	-webkit-transform: scale(1.2,1.2) rotate(6deg);
	transform: scale(1.2,1.2) rotate(6deg);
}

.gallery .thumb-gallery >div:nth-child(even) a:hover img {
	-webkit-transform: scale(1.2,1.2) rotate(-6deg);
	transform: scale(1.2,1.2) rotate(-6deg);
}

.gallery .thumb-gallery a {
	display: block;
	position: relative;
}

.gallery .thumb-gallery a:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,70,79, 0.5);
	opacity: 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.gallery .thumb-gallery a:hover:before {
	opacity: 1;
	z-index: 100;
}



/*--------------------------------------------------------------
#6	statistics
--------------------------------------------------------------*/
.statistics {
	background-color: #4f52d0;
	color: #fff;
	text-align: center;
	padding: 60px 0;
	text-transform: uppercase;
}

.statistics p {
	font-family: 'Montserrat', sans-serif;
}

.statistics h3 {
	font-size: 46px;
	font-weight: bold;
}



/*--------------------------------------------------------------
#7	pricing-table
--------------------------------------------------------------*/
.pricing-table .thumbnail {
	text-align: center;
	border: 1px solid #ececec;
	border-radius: 2px;
	padding: 0;
}

.pricing-table .thumbnail h3 {
	font-size: 28px;
	font-weight: bold;
	color: #1a1a1a;
	line-height: 20px;
	margin: 0 0 12px;
}

.pricing-table .title {
	text-transform: uppercase;
	border-bottom: 1px solid #ececec;
	padding: 47px 0 40px;
}

.pricing-table .title span {
	color: #4f52d0;
}

.pricing-table .details {
	padding: 10px 0 48px;
}

.pricing-table .price {
	font-family: 'Montserrat', sans-serif;
	font-size: 84px;
	font-weight: bold;
	color: #4f52d0;
	margin: 0;
}

.pricing-table .most-recent .price {
	color: #ababb8;
}


.pricing-table .currency {
	font-size: 42px;
	position: relative;
	top: -27px;
}

.pricing-table .duration {
	font-family: 'Open Sans', sans-serif;
	display: block;
	font-size: 13px;
	font-weight: normal;
	margin-top: -15px;
}

.pricing-table ul {
	margin-top: 40px;
}

.pricing-table ul li {
	color: #5f5f5f;
	margin-bottom: 22px;
}

.pricing-table ul li:last-child {
	margin-bottom: 42px;
}

.pricing-table ul i {
	display: inline-block;
	color: #ff4d55;
	padding-right: 12px;
}

.pricing-table ul i:before {
	font-size: 16px;
}

.pricing-table .btn-with-icon {
	background-color: #ababb8;
}

.pricing-table .thumbnail:hover .btn-with-icon {
	background-color: #4f52d0;
	color: #fff;
}



/*--------------------------------------------------------------
#8	testimonials
--------------------------------------------------------------*/
.testimonials {
	background-color: #f6f6fd;
	padding-bottom: 100px;
}

.testimonial-slider .item {
	/*padding-left: 20px;*/
}

.testimonial-slider .inner-item {
	background-color: #fff;
	padding: 36px 33px;
	margin: 50px 0px 0px;
	position: relative;
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
}

.testimonial-slider .client {
	width: 91%;
	position: absolute;
	left: 33px;
	top: -50px;
}

.testimonial-slider .client-pic {
	float: left;
}

.testimonial-slider .client-pic img {
	border: 3px solid #fff;
}

.testimonial-slider .rating {
	float: left;
	margin: 70px 0 0 36px;
}

.testimonial-slider .rating i {
	font-size: 15px;
	color: #ffc925;
}

.testimonial-slider .rating span {
	display: inline-block;
	color: #636d77;
	padding-left: 10px;
}

.testimonial-slider .quote {
	font-style: italic;
	color: #636d77;
	line-height: 32px;
	padding-top: 26px;
	margin-bottom: 15px;
}

.testimonial-slider .client-info span:last-child {
	color: #4f52d0;
}

.testimonials .signature {
	display: inline-block;
    float: left;
    padding: 2px 15px 0 0;
}

.testimonials .signature img {
	width: auto !important;
}


/*owl-controls*/
.testimonial-slider .owl-controls {
	text-align: center !important;
	margin-top: 50px !important;
}

.testimonial-slider .owl-dots {
	height: 10px !important;
	display: inline-block !important;
}

.testimonial-slider .owl-dots .owl-dot {
	width: 10px !important;
	height: 10px !important;
	float: left !important;
	margin-right: 5px !important;
}

.testimonial-slider .owl-dots .owl-dot span {
	background-color: #dbdbe4 !important;
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
}

.testimonial-slider .owl-dots .active span {
	background-color: #ff464f !important;
}




/*--------------------------------------------------------------
#9	blog
--------------------------------------------------------------*/
.blog {
	padding: 100px 0;
}

.blog .thumbnail {
	border: 0;
	border-radius: 0;
	padding: 0;
}

.blog .thumbnail > div {
	background-color: #fff;
	width: 90%;
	margin: 0 auto;
	padding: 25px;
	position: relative;
	top: -36px;
}

.blog .thumbnail h3 {
	margin: 0;
	line-height: 10px;
	margin-bottom: 22px;
}

.blog .thumbnail h3 a {
	font-size: 14px;
	color: #1a1a1a;
}

.blog .info {
	font-size: 13px;
	color: #5f5f5f;
	font-style: italic;
}

.blog .info i {
	font-size: 13px;
	color: #4f52d0;
	display: inline-block;
	padding-right: 5px;
}

.blog .info i:before {
	font-size: 13px;
}

.blog .info span {
	display: inline-block;
	padding-right: 20px;
}

.blog .thumbnail p {
	color: #636d77;
	line-height: 32px;
	margin: 10px 0 23px;
}

.blog .read-more {
	display: inline-block;
	font-size: 11px;
	color: #4f52d0;
	text-transform: uppercase;
	position: absolute;
	right: 25px;
}



/*--------------------------------------------------------------
#10	sponsors
--------------------------------------------------------------*/
.sponsors {
	overflow: hidden;
	padding-bottom: 100px;
}

.sponsors .row > div {
	width: 20%;
	float: left;
	text-align: center;
}

.sponsors .row > div img {
	opacity: 0.6;
}

.sponsors .row > div:hover img {
	opacity: 1;
}



/*--------------------------------------------------------------
#11	footer
--------------------------------------------------------------*/
footer {
	background-color: #1d1d1b;
	color: #fff;
	padding: 55px 0;
}

footer .container {
	padding: 0;
}

/*footer-info*/
footer .footer-info {
	padding-bottom: 60px;
	border-bottom: 1px solid #363636;
}

footer .footer-info > .col {
	/*height: 265px;*/
}

footer .footer-info h3 {
	font-size: 15px;
	margin: 0 0 30px;
	padding-bottom: 23px;
	position: relative;
}

footer .footer-info h3:before {
	content: "";
	background-color: #4f52d0;
	width: 37px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}


/*about*/
footer .about p {
	color: #ababb8;
	line-height: 32px;
}


/*links*/
footer .links {
	overflow: hidden;
}

footer .links li,
footer .twitter-feed li {
	margin-bottom: 22px;
}

footer .links li a,
footer .twitter-feed li a {
	color: #ababb8;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}

footer .links li a:hover {
	color: #ff464f;
	padding-left: 5px;
}


/*twitter-feed*/
footer .twitter-feed li {
	padding-left: 30px;
	position: relative;
	top: -5px;
}

footer .twitter-feed li i {
	color: #2ddbf5;	
	position: absolute;
	left: 0;
	top: 10px;	
}

footer .twitter-feed li a {
	line-height: 32px;
}

footer .twitter-feed li span {
	display: block;
}


/*newsletter*/
footer .newsletter input {
	background-color: #2e2e2e;
	height: 43px;
	line-height: 43px;
	border: 0;
	border-radius: 2px;
	font-size: 11px;
	font-style: italic;
	color: #ababb8;
	padding-left: 28px;
}

.newsletter .theme-btn {
	background-color: #4f52d0;
	position: relative;
	top: 20px;
}


/*copyright*/
footer .copyright {
	text-align: center;
	padding-top: 50px;
}

footer .copyright ul {
	margin-bottom: 0;
}

footer .copyright ul li {
	display: inline-block;
	margin-right: 5px;
}

footer .copyright ul li:last-child {
	margin-right: 0;
}

footer .copyright ul li a {
	background-color: #2e2e2e;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #1d1d1b;
	font-size: 16px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
}

footer .copyright ul li a i {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

footer .copyright ul li a i:first-child {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

footer .copyright ul li a i:last-child {
	position: absolute;
	right: -50%;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}


footer .copyright ul li a:hover {
	background-color: #2ddbf5;
	color: #1d1d1b;
}

footer .copyright ul li a:hover i:first-child {
	left: -50%;
}

footer .copyright ul li a:hover i:last-child {
	right: 50%;
}

footer .copyright .logo {
	margin: 45px 0 55px;
}



/*--------------------------------------------------------------
===== Home Page 2 =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	services
--------------------------------------------------------------*/
.services-4-col {
	padding: 70px 0 90px;
}

.services-4-col .col {
	padding: 25px 5px 25px 20px;
	border-top: 1px solid #dedede;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	text-align: left;
	position: relative;
}

.services-4-col .container .col:first-child {
	border-left: 1px solid #dedede;
}

.services-4-col  h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 15px 0 20px;
	padding-left: 60px;

}

.services-4-col .col i {
	color: #ababb8;
	margin-bottom: 0;
	position: absolute;
	top: 25px;
	left: 25px;
}

.services-4-col .col i:before {
	font-size: 40px;
}

.services-4-col .col:before {
	content: "";
	width: 0;
	height: 2px;
	background-color: #4f52d0;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;

}

.services-4-col .col:hover:before {
	width: 100%;
}

.services-4-col .col:hover i {
	color: #4f52d0;
}



/*--------------------------------------------------------------
#2	event-planner
--------------------------------------------------------------*/
#home-2 .event-planner {
	background-color: #f6f6fd;
	padding: 77px 0 70px;
}

#home-2 .event-planner .table tr:last-child td {
	padding: 10px 0;
}

#home-2 .event-planner .table tr:last-child td button {
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	broder: 0;
	color: #b0b0bc;
	font-size: 20px;
}



/*--------------------------------------------------------------
#3	why-choose-us
--------------------------------------------------------------*/
.why-choose-us-with-skill .container {
	padding: 0;
}

.why-choose-us-with-skill .section-title {
	text-align: left;
	margin-bottom: 32px;
}

.why-choose-us-with-skill .section-title h2 {
	background-position: left bottom;
}

.why-choose-us-with-skill .left-col p {
	color: #5f5f5f;
	line-height: 32px;
	margin-bottom: 20px;
}

.why-choose-us-with-skill .left-col .theme-btn {
	background-color: #ff464f;
}


/*skill*/
.why-choose-us-with-skill .skill > div {
	margin-bottom: 55px;
}

.why-choose-us-with-skill .skill > div:last-child {
	margin-bottom: 0;
}

.why-choose-us-with-skill .skill h3 {
	font-size: 13px;
	color: #262b2f;
	text-transform: uppercase;
	margin: 0 0 22px;
}

.why-choose-us-with-skill .skill-item {
    width: 100%;
    position: relative;
}

.why-choose-us-with-skill .skill-item  div {
    height: 4px;
    width: 0;
    background-color: #4f52d0;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    position: relative;
}

.why-choose-us-with-skill .skill-item  div span {
	height: 17px;
	background-color: #677c91;
	color: #fff;
	font-size: 12px;
	padding: 0 5px;
	border-radius: 2px;
	position: absolute;
	right: 0;
	top: -34px;
	visibility: visible !important;
	opacity: 1 !important;
}

.why-choose-us-with-skill .skill-item  div span:after {
	content: "";
	border: 5px solid transparent;
	border-top: 5px solid #677c91;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	bottom: -10px;
}



/*--------------------------------------------------------------
#4	upcoming-events
--------------------------------------------------------------*/
.upcoming-event-with-slider .section-title h2 {
	background-position: center bottom;
}

.upcoming-event-with-slider .content .col {
	padding: 0;
}

.upcoming-event-with-slider .content .item {
	padding-bottom: 28px;
	text-align: center;
	box-shadow: 0 0 15px rgba(0,0,0, 0.2);
	position: relative;
}

.upcoming-event-with-slider .content .item:after {
	content: "";
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
	bottom: 0;
	box-shadow: inset -27px -66px 33px -83px rgba(0,0,0,0.75);
}

.upcoming-event-with-slider .item > div img {
	position: relative;
	top: -40px;
	border: 3px solid #fff;
	width: auto !important;
	margin: 0 auto;
}

#home-2 .upcoming-events .content .img-tag img,
#home-3 .upcoming-events .content .img-tag img {
	width: 100% !important;
}

.upcoming-event-with-slider .item .info {
	margin-bottom: 35px;
	margin-top: -16px;
}

.upcoming-event-with-slider .item .info span {
	font-size: 13px;
	font-style: italic;
	color: #5f5f5f;
	margin-right: 10px;
}

.upcoming-event-with-slider .item .info span i {
	display: inline-block;
	color: #4f52d0;
}

.upcoming-event-with-slider .item .info span i:before {
	margin-left: 0;
	font-size: 13px;
}

.upcoming-event-with-slider .item a {
	font-size: 11px;
	color: #ff464f;
	text-transform: uppercase;
	padding: 5px 15px 5px 30px;
	position: relative;
}

.upcoming-event-with-slider .item a i {
	position: absolute;
	left: 0;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.upcoming-event-with-slider .item a i:before {
	font-size: 15px;
}


/*owl-controls*/
.upcoming-event-with-slider .owl-controls {
	text-align: center !important;
	margin-top: 50px !important;
}

.upcoming-event-with-slider .owl-dots {
	height: 10px !important;
	display: inline-block !important;
}

.upcoming-event-with-slider .owl-dots .owl-dot {
	width: 10px !important;
	height: 10px !important;
	float: left !important;
	margin-right: 5px !important;
}

.upcoming-event-with-slider .owl-dots .owl-dot span {
	background-color: #dbdbe4 !important;
	display: inline-block !important;
	width: 10px !important;
	height: 10px !important;
	border-radius: 50% !important;
}

.upcoming-event-with-slider .owl-dots .active span {
	background-color: #ff464f !important;
}

.upcoming-event-with-slider .owl-stage > .owl-item {
	opacity: 0.5 !important;
}

.upcoming-event-with-slider .owl-stage > .active {
	opacity: 1 !important;
}




/*--------------------------------------------------------------
#5	newsletter-main
--------------------------------------------------------------*/
#home-2 .newsletter-main {
	background: url(../images/news-letter-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	height: 305px;
	position: relative;
}

#home-2 .newsletter-main .container {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#home-2 .newsletter-main:before {
	content: "";
	background-color: rgba(255,255,255,0.7);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

#home-2 .newsletter-main h2,
.common-newsletter h2 {
	font-size: 24px;
	color: #1e1e1e;
	margin: 0;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 13px;
}


/*form*/
#home-2 .newsletter-main .form,
.common-newsletter .form {
	padding-left: 40px;
}

#home-2 .newsletter-main form input[type="email"],
.common-newsletter form input[type="email"] {
	background-color: transparent;
	width: 100%;
	border: 0;
	border-bottom: 1px solid rgba(26,26,26,0.3);
	border-radius: 0;
	font-size: 11px;
	font-style: italic;
	color: #1a1a1a;
	box-shadow: none;
}

#home-2 .newsletter-main form button,
.common-newsletter form button {
	background-color: #ff464f;
	padding-right: 30px;
	top: 0;
	left: 15px;
}



/*--------------------------------------------------------------
#6	sponsors
--------------------------------------------------------------*/
#home-2 .sponsors {
	padding-bottom: 75px;
}

#home-2 .sponsors .container {
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	padding: 55px 0;
}

#home-2 .gallery {
	padding-top: 0;
}

#home-2 .blog {
	padding-bottom: 40px;
}



/*--------------------------------------------------------------
===== Home Page 3 =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	services
--------------------------------------------------------------*/
#home-3 .services .col div:after {
	display: none;
}

#home-3 .services .col div {
	padding: 25px 20px;
	border: 1px solid #dedede;
}

#home-3 .services .col i {
	margin-bottom: 18px;
}

#home-3 .services .col h3 {
	font-size: 16px;
    color: #1a1a1a;
    text-transform: uppercase;
    margin: 0 0 20px;
}



/*--------------------------------------------------------------
#2	why-choose-us
--------------------------------------------------------------*/
#home-3 .why-choose-us {
	background-color: #f6f6fd;
}

#home-3 .why-choose-us .left-col {
	background: url(../images/home-3/choose-us-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding-left: 0;
}

#home-3 .why-choose-us .right-col {
	padding: 75px 30px;
}

#home-3 .why-choose-us .section-title h2 {
	padding-bottom: 23px;
	margin-bottom: 40px;
}

#home-3 .why-choose-us ul li {
	color: #5f5f5f;
	line-height: 32px;
	position: relative;
	padding-left: 85px;
	margin-bottom: 45px;
}

#home-3 .why-choose-us ul li:last-child {
	margin-bottom: 0;
}

#home-3 .why-choose-us .icon  {
	width: 60px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 19px;
	border-right: 2px solid #4f52d0;
	border-left: 2px solid #4f52d0;
}

#home-3 .why-choose-us .before:before,
#home-3 .why-choose-us .before:after,
#home-3 .why-choose-us .after:before,
#home-3 .why-choose-us .after:after {
	content: "";
	width: 33px;
	height: 2px;
	background-color: #4f52d0;
	position: absolute;
}

#home-3 .why-choose-us .before:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-26deg);
	-webkit-transform-origin: left bottom;
	transform: rotate(-26deg);
	transform-origin: left bottom;
	
}

#home-3 .why-choose-us .before:after {
	top: 0;
	right: 0;
	-webkit-transform: rotate(26deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(26deg);
	transform-origin: right bottom;
}

#home-3 .why-choose-us .after:before {
	bottom: 0;
	left: -1px;
	-webkit-transform: rotate(26deg);
	-webkit-transform-origin: left bottom;
	transform: rotate(26deg);
	transform-origin: left bottom;
	
}

#home-3 .why-choose-us .after:after {
	bottom: 0;
	right: -1px;
	-webkit-transform: rotate(-26deg);
	-webkit-transform-origin: right bottom;
	transform: rotate(-26deg);
	transform-origin: right bottom;
}

#home-3 .why-choose-us .icon i {
	width: 40px;
	height: 32px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#home-3 .why-choose-us .icon i:before {
	font-size: 40px;
	color: blue;
	margin: 0;
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}



/*--------------------------------------------------------------
#3	our-gallery
--------------------------------------------------------------*/
.our-gallery {
	padding-top: 85px;
	padding-bottom: 10px;
}

.our-gallery .section-title {
	margin-bottom: 103px;
}


/*owl-controls*/
.our-gallery .owl-controls {
	text-align: center;
	display: inline-block;
    position: absolute;
    top: -68px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.our-gallery .owl-nav {
	display: inline-block;
	width: auto;
	height: 10px;
}

.our-gallery .owl-controls .owl-nav .owl-prev,
.our-gallery .owl-controls .owl-nav .owl-next {
	background-color: #ff464f;
	width: 30px;
	height: 30px;
	display: inline-block;
	border-radius: 50%;
	position: relative;
}

.our-gallery .owl-controls .owl-nav .owl-prev {
	margin-right: 18px;
}

.our-gallery .owl-controls .owl-nav i {
	font-size: 15px;
	color: #fff;
	position: absolute;
	left: 50%;
	top: 48%;
	-webkit-transform: translate(-50%, -48%);
	transform: translate(-50%, -48%);
}

.our-gallery .owl-controls .owl-nav .owl-prev:hover,
.our-gallery .owl-controls .owl-nav .owl-next:hover {
	background-color: #d8d9e6;
}



/*--------------------------------------------------------------
#4	testimonials
--------------------------------------------------------------*/
#home-3 .testimonials {
	padding-top: 90px;
	padding-bottom: 70px;
}

#home-3 .testimonials .section-title {
	margin-bottom: 75px;
}



/*--------------------------------------------------------------
#5	common-newsletter
--------------------------------------------------------------*/
#home-3 .blog {
	padding-bottom: 0;
}

#home-3 .common-newsletter {
	padding-bottom: 80px;
}

.common-newsletter .container {
	background-color: #f6f6fd;
	padding-top: 65px;
	padding-bottom: 65px;
}



/*--------------------------------------------------------------
===== About us =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#about-us .banar {
	background: url(../images/about-us/about-us-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	who-we-are
--------------------------------------------------------------*/
.who-we-are .section-title {
	margin-bottom: 60px;
}

.who-we-are .section-title h2 {
	margin-bottom: 30px;
}

/*left-col*/
.who-we-are .left-col {
	padding: 75px 15px 75px 0;
	text-align: left !important;
}

.who-we-are .left-col .section-title {
	text-align: left !important;
}

.who-we-are .left-col .section-title h2 {
	background-position: left bottom;
}

.who-we-are .details > div {
	padding-left: 60px;
	position: relative;
	margin-bottom: 45px;
}

.who-we-are .details > div:last-child {
	margin-bottom: 0;
}

.who-we-are .details i {
	position: absolute;
	left: 0;
	top: -10px;
}

.who-we-are .details i:before {
	font-size: 35px;
	color: #4f52d0;
}

#about-us .who-we-are .details i:before {
	font-size: 45px;
}


.who-we-are .details h3 {
	font-size: 16px;
	margin: 0 0 25px;
	text-transform: uppercase;
	line-height: 11px;
	color: #1e1e1e;
}

.who-we-are .details p {
	color: #5f5f5f;
	line-height: 32px;
	margin: 0;
}


/*right-col*/
.who-we-are .right-col {
	background: url(../images/about-us/who-we-are.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#3	our-speakers
--------------------------------------------------------------*/
.our-speakers {
	padding: 92px 0 72px;
}

.our-speakers .section-title {
	margin-bottom: 40px;
}

.our-speakers .thumbnail > div {
	position: relative;
	overflow: hidden;
}

.our-speakers .speaker-details {
	background-color: rgba(255,70,79, 0.75);
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 5px;
	position: absolute;
	left: 0;
	top: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.our-speakers .thumbnail:hover .speaker-details {
	top: 0;
}

.our-speakers .speaker-details div {
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.our-speakers .speaker-details h3 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 10px;
}

.our-speakers .speaker-details span {
	color: #fff;
}



/*--------------------------------------------------------------
#4	our-history
--------------------------------------------------------------*/
.our-history {
	padding: 105px 0;
}

.our-history .section-title {
	margin-bottom: 60px;
}

.our-history .section-title h2 {
	margin-bottom: 0;
}

.our-history .content > .row {
	padding-bottom: 85px;
	position: relative;
}

.our-history .content > .row:last-child {
	padding-bottom: 0;
}

.our-history .text-right {
	text-align: right;
}

.our-history .content .left {
	padding-right: 30px;
}

.our-history .content .right {
	padding-left: 30px;
}

.our-history .theme-btn {
	font-family: 'Montserrat', sans-serif;
	background-color: #4f52d0;
	padding-left: 45px;
	padding-right: 45px;
	text-transform: none;
}

.our-history h3 {
	font-size: 15px;
	text-transform: uppercase;
	margin: 40px 0 22px;
}

.our-history .content p {
	color: #5f5f5f;
	line-height: 32px;
	margin: 0;
}

.our-history .middle-line {
	width: 1px;
	height: 98%;
	background-color: #bfbfbf;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.our-history .middle-line:before {
	content: "";
	background-color: #fff;
	width: 18px;
	height: 18px;
	border: 2px solid #4f52d0;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: -18px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.our-history .content > .row:first-child .middle-line:before {
	top: -10px;
}

.our-history .content > .row:last-child .middle-line {
	height: 0;
}

.our-history .content .row:hover .theme-btn {
	background-color: #ff464f;
}

.our-history .content .row:hover .middle-line:before {
	border-color: #ff464f;
}



/*--------------------------------------------------------------
===== Services =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#services .banar {
	background: url(../images/services/services-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	services-1
--------------------------------------------------------------*/
#services .services-1 {
	padding-bottom: 0;
}

.services-1 {
	padding: 85px 0 5px;
}

.services-1 .col {
	margin-bottom: 80px;
}

.services-1 .col > div {
	padding-left: 60px;
	position: relative;
}

.services-1 .col h3 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.services-1 .col i {
	position: absolute;
	left: 0;
	top: -11px;
}

.services-1 .col i:before {
	font-size: 50px;
	color: #4f52d0;
}

.services-1 .col p {
	color: #5f5f5f;
	line-height: 32px;
	margin-bottom: 0;
}



/*--------------------------------------------------------------
#3	common-newsletter
--------------------------------------------------------------*/
#services .common-newsletter {
	padding: 65px 0;
}



/*--------------------------------------------------------------
===== Services style2 =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#services-2 .banar {
	background: url(../images/services-style2/services-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	services-4-col
--------------------------------------------------------------*/
#services-2 .services-4-col {
	padding: 85px 0 0;
}



/*--------------------------------------------------------------
#3	pricing-table
--------------------------------------------------------------*/
#services-2 .pricing-table {
	padding: 85px 0 75px;
}

#services-2 .pricing-table > .container {
	padding: 0;
}

#services-2 .pricing-table .content > .col:first-child {
	padding-left: 0;
}

#services-2 .pricing-table .content > .col:last-child {
	padding-right: 0;
}



/*--------------------------------------------------------------
#4	common-newsletter
--------------------------------------------------------------*/
#services-2  .common-newsletter {
	padding: 0;
}



/*--------------------------------------------------------------
#5	services-1
--------------------------------------------------------------*/
#services-2 .services-1 .container {
	padding: 0;
}

#services-2 .services-1 .container > .col {
	padding: 0 15px 0 0;
}

#services-2 .services-1  .col i {
	left: -10px;
}



/*--------------------------------------------------------------
===== Event gallery =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#event-gallery .banar {
	background: url(../images/event-gallery/banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	upcoming-events
--------------------------------------------------------------*/
#event-gallery .upcoming-events {
	padding-bottom: 70px;
}

#event-gallery .upcoming-events .section-title {
	padding-right: 20px;
}

#event-gallery .upcoming-events form div {
	position: relative;
}

#event-gallery .upcoming-events form i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#event-gallery .upcoming-events .sorting {
	border: 1px solid #ababb8;
	border-radius: 25px;
	padding: 15px 75px 15px 30px;
	font-size: 11px;
	color: #ababb8;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#event-gallery .upcoming-events select option {
	font-size: 12px;
}

#event-gallery .upcoming-events .sorting:focus {
	outline: none;
}

#event-gallery .upcoming-events .content > .col {
	margin-bottom: 40px;
}		

#event-gallery .upcoming-events .pagination {
	margin: 25px 0 0 0;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#event-gallery .upcoming-events .pagination li,
#blog .blog-content .pagination li,
#blog-single .blog-content .pagination li {
	display: inline-block;
}

#event-gallery .upcoming-events .pagination a,
#blog .blog-content .pagination a,
#blog-single .blog-content .pagination a {
	font-family: 'Montserrat', sans-serif;
	background: transparent;
	color: #1a1a1a;
	font-size: 13px;
	border: 0;
	padding: 5px 10px;
	border-radius: 50%;
}

#event-gallery .upcoming-events .pagination .active a,
#blog .blog-content .pagination .active a,
#blog-single .blog-content .pagination .active a {
	background-color: #4f52d0;
	color: #fff;
}

#event-gallery .upcoming-events .pagination a {
	padding: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
}



/*--------------------------------------------------------------
===== Contact =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#contact .banar {
	background: url(../images/contact-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	google-map
--------------------------------------------------------------*/
#contact .google-map {
	width: 100%;
	padding: 85px 0 40px;
	overflow: hidden;
}

#contact #map {
	height: 430px;
}



/*--------------------------------------------------------------
#3	contact-form
--------------------------------------------------------------*/
#contact .contact-form > .container {
	padding-left: 0;
	padding-right: 0;
}

#contact .contact-form {
	padding-bottom: 45px;
}

#contact .contact-form .col {
	margin-bottom: 31px;
}

#contact .contact-form label {
	display: inline-block;
	font-size: 12px;
	color: #262b2f;
	text-transform: uppercase;
	padding-right: 7px;
	position: relative;
}

#contact .contact-form label:after {
	content: "*";
	color: #ff000c;
	font-size: 14px;
	position: absolute;
	right: -5px;
	top: -5px;
}

#contact .contact-form input,
#contact .contact-form textarea {
	display: block;
	width: 100%;
	height: 34px;
	font-style: italic;
	line-height: 34px;
	padding: 5px 19px;
	border: 1px solid #ececec;
	margin-top: 20px;
}

#contact .contact-form textarea {
	height: 275px;
}

#contact .contact-form .submit-btn {
	text-align: right;
}

#contact .contact-form .submit-btn .theme-btn:hover {
	background-color: #4f52d0;
}



/*--------------------------------------------------------------
===== Blog =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
.main-blog .banar {
	background: url(../images/blog-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	blog-content
--------------------------------------------------------------*/
.main-blog .blog-content {
	padding: 85px 0 75px;
}

.main-blog .blog-content .container {
	padding: 0;
}

.main-blog .blog-content .blog-slider {
	position: relative;
}


/*owl-controls*/
.main-blog .blog-content .blog-slider .owl-prev,
.main-blog .blog-content .blog-slider .owl-next  {
	background: rgba(0,0,0, 0.12);
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-blog .blog-content .blog-slider .owl-next {
	right: 0;
}


/*post*/
.main-blog .blog-content .post {
	margin-bottom: 80px;
}

.main-blog .blog-content .post h3 {
	margin: 16px 0 20px;
}

.main-blog .blog-content .post h3 a {
	font-size: 14px;
	color: #1a1a1a;
}

.main-blog .blog-content .post .info {
	margin-bottom: 22px;
}

.main-blog .blog-content .post .info span {
	margin-right: 20px;
}

.main-blog .blog-content .post .info i {
	padding-right: 10px;
}

.main-blog .blog-content .post p {
	color: #3a3a3a;
	line-height: 32px;
	margin-bottom: 40px;
}

.main-blog .post .read-more {
	text-align: right;
}

.main-blog .post .more {
	font-size: 11px;
	text-transform: uppercase;
	color: #ff464f;
	padding-left: 35px;
	position: relative;
}

.main-blog .post .more i {
	position: absolute;
	left: 0;
}

.main-blog .post .more i:before {
	margin: 0;
	font-size: 13px;
	font-weight: bold;
}

.main-blog .blog-content .pagination {
	margin: 0;
}

#blog .blog-content .pagination a,
#blog-single .blog-content .pagination a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	padding: 0;
	text-align: center;
}



/*--------------------------------------------------------------
#2.1	sidebar
--------------------------------------------------------------*/
.main-blog .sidebar .widget {
	margin-bottom: 60px;
}

.main-blog .sidebar .widget h3 {
	font-size: 14px;
	color: #262b2f;
	margin: 0 0 40px;
	padding-bottom: 23px;
	position: relative;
}

.main-blog .sidebar .widget h3:after,
.main-blog .sidebar .widget h3:before {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.main-blog .sidebar .widget h3:before {
	width: 100%;
	background: #efefef;
}
.main-blog .sidebar .widget h3:after {
	width: 35px;
	background: #4f52d0;
}


/*search-widget*/
.main-blog .search-widget div {
	margin: 0;
	position: relative;
}

.main-blog .search-widget input {
	height: 36px;
	font-size: 12px;
	border: 1px solid #ececec;
	padding-left: 21px;
	padding-right: 40px;
	box-shadow: none;
	border-radius: 0;
	outline: 0;
}

.main-blog .search-widget input::-webkit-input-placeholder {
	font-style: italic;
	color: #a6b4c2;
}

.main-blog .search-widget input::-moz-input-placeholder {
	font-style: italic;
	color: #a6b4c2;
}

.main-blog .search-widget input:-moz-input-placeholder {
	font-style: italic;
	color: #a6b4c2;
}

.main-blog .search-widget input::-ms-input-placeholder {
	font-style: italic;
	color: #a6b4c2;
}

.main-blog .search-widget button {
	background: transparent;
	height: 36px;
	line-height: 36px;
	padding: 0;
	color: #adbac6;
	border: 0;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}


/*populer-category*/
.main-blog .populer-category li {
	margin-bottom: 25px;
}

.main-blog .populer-category ul li:last-child {
	margin-bottom: 0;
}

.main-blog .populer-category li a {
	display: block;
	color: #3a3a3a;
	position: relative;
}

.main-blog .populer-category .badge {
	background: transparent;
	color: #ff464f;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-blog .populer-category .badge:before,
.main-blog .populer-category .badge:after {
	display: inline-block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-blog .populer-category .badge:after {
	content: ")";
	right: 2px;
}

.main-blog .populer-category .badge:before {
	content: "(";
	left: 2px;
}


/*latest-news*/
.main-blog .latest-news > div {
	overflow: hidden;
	margin-bottom: 33px;
}

.main-blog .latest-news > div:last-child {
	margin-bottom: 0;
}

.main-blog .latest-news .pic {
	padding: 0;
}

.main-blog .latest-news .text {
	padding: 0 0 0 25px;
}

.main-blog .latest-news .text h4 {
	margin: 0 0 8px;
}

.main-blog .latest-news .text h4 a {
	font-size: 13px;
	color: #262b2f;
	display: block;
	line-height: 21px;
}

.main-blog .latest-news .text .date {
	text-align: right;
}

.main-blog .latest-news .text span {
	font-size: 13px;
	font-style: italic;
	color: #5f5f5f;
	text-align: right;
	display: inline-block;
	padding-left: 25px;
	position: relative;
}

.main-blog .latest-news .text i {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.main-blog .latest-news .text i:before {
	margin: 0;
	font-size: 15px;
	color: #4f52d0;
}


/*flickr*/
.main-blog .flickr > div .col {
	padding: 0 5px 5px 0;
}

.main-blog .flickr > div .col:nth-child(4),
.main-blog .flickr > div .col:nth-child(8) {
}

.main-blog .flickr > div .col img {
	width: 100%;
}



/*--------------------------------------------------------------
===== Blog single =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#blog-single .banar {
	background: url(../images/blog-single-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	post
--------------------------------------------------------------*/
#blog-single .blog-content {
	padding-bottom: 145px;
}

#blog-single .blog-content blockquote {
	font-size: 13px;
	color: #3a3a3a;
	line-height: 32px;
	font-style: italic;
	border: 0;
	margin: 0 0 30px 20px;
	padding: 0 17px 0;
	position: relative;
}

#blog-single .blog-content blockquote:before {
	content: "";
	background: #ff464f;
	width: 3px;
	height: 80%;
	position: absolute;
	left: 0;
	top: 10px;
}


/*tags-share*/
#blog-single .tag-share {
	border-bottom: 1px solid #f8f8f8;
	padding-bottom: 17px;
	overflow: hidden;
}

#blog-single .tag-share ul li {
	display: inline-block;
}

#blog-single .tags span,
#blog-single .share span {
	display: inline-block;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	color: #292929;
	padding-right: 16px;
}



/*tags*/
#blog-single .tags ul,
#blog-single .share ul {
	display: inline-block;
}

#blog-single .tags button {
	background-color: #f8f8f8;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: 600;
	color: #292929;
	text-align: center;
	padding: 0;
	border: 0;
	border-radius: 0;
	padding: 10px 16px;
	margin-right: 7px;
}

#blog-single .tags .active button {
	background-color: #ff464f;
	color: #fff;
}


/*share*/
#blog-single .share {
	text-align: right;
}

#blog-single .share ul li {
	margin-right: 30px;
}

#blog-single .share ul li:last-child {
	margin-right: 0;
}

#blog-single .share li a {
	font-size: 14px;
	color: #b6b6b6;
	display: block;
}



/*--------------------------------------------------------------
#3	about-author
--------------------------------------------------------------*/
#blog-single .about-author {
	padding: 0;
	margin-top: 47px;
}

#blog-single .about-author .thumbnail {
	background-color: #f8f8f8;
	border: 0;;
	border-radius: 0;
	margin: 0;
	padding: 30px 25px;
	overflow: hidden;
}


/*image*/
#blog-single .about-author .image,
#blog-single .comments .image {
	padding-left: 0;
}

#blog-single .about-author .image img,
#blog-single .comments .image img {
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.2);
}


/*description*/
#blog-single .about-author .description {
	padding: 0 ;
}

#blog-single .about-author h3 {
	margin: 0 0 12px;
	line-height: 10px;
}

#blog-single .about-author h3 a {
	font-size: 14px;
	color: #262b2f;
}

#blog-single .about-author p {
	color: #3a3a3a;
	line-height: 32px;
}


/*social*/
#blog-single .about-author ul {
	margin-top: 25px;
}

#blog-single .about-author ul li {
	display: inline-block;
	margin-right: 15px;
}

#blog-single .about-author ul li a {
	font-size: 15px;
	color: #b9cad6;
}



/*--------------------------------------------------------------
#4	comments
--------------------------------------------------------------*/
#blog-single .comments {
	margin-top: 80px;
}

#blog-single .comments h3 {
	font-size: 16px;
	color: #262b2f;
	padding-bottom: 21px;
	margin-bottom: 45px;
	position: relative;
}

#blog-single .comments h3:before,
#blog-single .comments h3:after {
	content: "";
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#blog-single .comments h3:before {
	width: 35px;
	background-color: #4f52d0;
	z-index: 10;
}

#blog-single .comments h3:after {
	width: 100%;
	background-color: #efefef;
}

#blog-single .comments .content > .row {
	margin-bottom: 80px;
}

#blog-single .comments .content > .row:last-child {
	margin-bottom: 0;
}


/*comment*/
#blog-single .comments h4 {
	font-size: 16px;
}

#blog-single .comments h4 a {
	color: #262b2f;
}

#blog-single .comments p {
	line-height: 32px;
}

#blog-single .comments .description {
	padding-left: 27px;
	padding-right: 0;
}

#blog-single .comments .replay {
	text-align: right;
}

#blog-single .comments .replay span {
	color: #3a3a3a;
	font-style: italic;
	display: inline-block;
	padding-right: 40px;
}

#blog-single .comments .replay a {
	display: inline-block;
	background-color: #ff464f;
	width: 100px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	padding: 0 0 0 25px;
	text-align: center;
	border-radius: 40px;
	position: relative;
}

#blog-single .comments .replay a i {
	background-color: #ff7a80;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 4px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#blog-single .comments .sub-comment {
	padding-left: 90px;
}



/*--------------------------------------------------------------
===== Event-schedule =====
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#1	banar
--------------------------------------------------------------*/
#event-schedule .banar {
	background: url(../images/event-sch-banar.jpg) no-repeat 50% 50%;
	background-size: cover;
}



/*--------------------------------------------------------------
#2	event-planner
--------------------------------------------------------------*/
#event-schedule .event-planner {
	padding: 85px 0;
}

.event-planner .container {
	padding: 0;
}

.event-planner .section-title {
	text-align: left;
	margin-bottom: 0;
}

.event-planner .section-title h2 {
	background-position: left bottom;
}


/*select box*/
.event-planner form > div {
	display: inline-block;
	position: relative;
}

.event-planner form > div i {
	color: #ababb8;
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}

.event-planner #select-day-button {
	background: transparent;
	width: 180px !important;
	height: 42px;
	border: 1px solid #ababb8;
	border-radius: 50px;
	outline: none;
} 

.event-planner .ui-icon {
	display: none;
}

.event-planner .ui-selectmenu-text {
	padding-top: 13px !important;
    padding-left: 20px !important;
    color: #ababb8;
    font-size: 11px;
}



/*event-planner-slider*/
.event-planner .event-planner-slider {
	margin-top: 40px;
}


/*table*/
.event-planner .table {
	border: 0;
	margin-bottom: 0;
	box-shadow: 0 0 10px rgba(0,0,0, 0.2);
}

.event-planner .table-responsive {
	padding: 5px;
}

.event-planner .table tr td:first-child {
	border-left: 0;
}
.event-planner .table tr td:last-child {
	border-right: 0;
}

.event-planner .table td {
	border-color: #dedede;
	background: #fff;
}


/*table header*/
.event-planner .table th {
	background-color: #4f52d0;
	color: #fff;
	text-align: center;
	padding-top: 35px !important;
	padding-bottom: 35px !important;
	border-color: #dedede;
	border-bottom: 0;
}

.event-planner .table th:first-child {
	border-left: 0;
}

.event-planner .table th:last-child {
	border-right: 0;
}

.event-planner table th p {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 8px;
}

.event-planner table th span {
	font-size: 13px;
	font-weight: normal;
}

/*table data*/
.event-planner .table td {
	padding: 25px;
}

.event-planner .table td .time {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #1a1a1a;
	margin: 0;
	font-weight: bold;
}

.event-planner .table td .time span {
	font-size: 12px;
}

.event-planner .table td h4 {
	font-size: 13px;
	color: #1a1a1a;
	margin: 5px 0 12px;
}

.event-planner .table td .author {
	display: inline-block;
	color: #636d77;
	font-style: italic;
	margin-bottom: 12px;
}

.event-planner .table td button {
	height: 18px;
	line-height: 0;
	display: block;
	border: 0;
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	border-radius: 40px;
}

.event-planner .table td .everyone {
	background-color: #f91d43;
}

.event-planner .table td .invited {
	background-color: #7fbe04;
}

.event-planner .table td .manager-group {
	background-color: #ff6c00;
}

.event-planner .table td .tickets {
	background-color: #ababb8;
}

.event-planner .table td .workers {
	background-color: #f9bc04;
}


.event-planner .owl-controls {
	display: inline-block;
	width: 95px;
	height: 42px;
	background: transparent;
	border-radius: 40px;
	position: absolute;
    top: -85px;
    left: 195px;
}

.event-planner .owl-controls .owl-prev,
.event-planner .owl-controls .owl-next {
	display: inline-block;
	width: 50%;
	height: 42px;
	line-height: 40px;
	text-align: center;
	color: #ababb8;
	border: 1px solid #ababb8;
}

.event-planner .owl-controls .owl-prev {
	border-right: 0;
	border-radius: 40px 0 0 40px;
}

.event-planner .owl-controls .owl-next {
	border-radius: 0 40px 40px 0;
}

