/*------------------------------------------------------------------
    Main Style Stylesheet
    Project:       Sprint HTML5 Template
    Version:        1.0
    Author:         M_Adnan
    Last change:    05/09/2015
    Primary use:    Sprint HTML5 Template
-------------------------------------------------------------------*/

/*------------------------------------------------------------------
body 
 + WRAP
 + HEADER
 + NAVIGATION
 + BANNER
 + SERVICES
 + OUR FEATURED FOUNDERS
 + event UPDATES 
 + NEWS FROM event
 + PARTNERS / CLIENTS
 + FOOTER
 + SOCIAL ICONS
 + 3 MENU LEVEL
-------------------------------------------------------------------*/
/*=======================================================
      IMPORT FONT FILE
========================================================*/
@import url("../fonts/stylesheet.css");
/*=======================================================
      THEME STYLING START
========================================================*/
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #FFF;
	font-weight: normal;
	position: relative;
	font-size: 13px;
	color: #0d4d5e;
  font-family: 'Avenir', sans-serif;
  src: url('../fonts/Avenir.eot?#iefix') format('embedded-opentype'),  url('../fonts/Avenir.woff') format('woff'), url('../fonts/Avenir.ttf')  format('truetype'), url('../fonts/Avenir.svg#Avenir') format('svg');
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.narrow {line-height: 1.4em;}
.hide{
    display: none;
}
	.m-0 {
    margin: 0px !important;
}
.m-5 {
    margin: 5px !important;
}
.m-10 {
    margin: 10px !important;
}
.m-15 {
    margin: 15px !important;
}
.m-20 {
    margin: 20px !important;
}
.m-25 {
    margin: 25px !important;
}
.m-30 {
    margin: 30px !important;
}
.m-40 {
    margin: 40px !important;
}
.m-50 {
    margin: 50px !important;
}
.m-60 {
    margin: 60px !important;
}
.m-80 {
    margin: 80px !important;
}
.m-100 {
    margin: 100px !important;
}
.m-90 {
    margin: 90px !important;
}
.mt-0 {
    margin-top: 0px !important;
}
.mt-5 {
    margin-top: 5px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-15 {
    margin-top: 15px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mt-30 {
    margin-top: 30px !important;
}
.mt-40 {
    margin-top: 40px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-60 {
    margin-top: 60px !important;
}
.mt-65 {
    margin-top: 65px !important;
}
.mt-80 {
    margin-top: 80px !important;
}

.mb-0 {
    margin-bottom: 0px !important;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.mb-10 {
    margin-bottom: 10px !important;
}
.mb-15 {
    margin-bottom: 15px !important;
}
.mb-20 {
    margin-bottom: 20px !important;
}
.mb-25 {
    margin-bottom: 25px !important;
}
.mb-30 {
    margin-bottom: 30px !important;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mb-50 {
    margin-bottom: 50px !important;
}
.mb-60 {
    margin-bottom: 60px !important;
}
.mb-80 {
    margin-bottom: 80px !important;
}
	
	.mr-0 {
    margin-right: 0px !important;
}
.mr-5 {
    margin-right: 5px !important;
}
.mr-10 {
    margin-right: 10px !important;
}
.mr-15 {
    margin-right: 15px !important;
}
.mr-20 {
    margin-right: 20px !important;
}
.mr-25 {
    margin-right: 25px !important;
}
.mr-30 {
    margin-right: 30px !important;
}
.mr-40 {
    margin-right: 40px !important;
}
.mr-50 {
    margin-right: 50px !important;
}
.mr-60 {
    margin-right: 60px !important;
}
.mr-80 {
    margin-right: 80px !important;
}
	.ml-0 {
    margin-left: 0px !important;
}
.ml-5 {
    margin-left: 5px !important;
}
.ml-10 {
    margin-left: 10px !important;
}
.ml-15 {
    margin-left: 15px !important;
}
.ml-20 {
    margin-left: 20px !important;
}
.ml-25 {
    margin-left: 25px !important;
}
.ml-30 {
    margin-left: 30px !important;
}
.ml-40 {
    margin-left: 40px !important;
}
.ml-50 {
    margin-left: 50px !important;
}
.ml-60 {
    margin-left: 60px !important;
}
.ml-80 {
    margin-left: 80px !important;
}
.p-0 {
    padding: 0px !important;
}
.p-5 {
    padding: 5px !important;
}
.p-10 {
    padding: 10px !important;
}
.p-15 {
    padding: 15px !important;
}
.p-20 {
    padding: 20px !important;
}
.p-25 {
    padding: 25px !important;
}
.p-30 {
    padding: 30px !important;
}
.p-40 {
    padding: 40px !important;
}
.p-50 {
    padding: 50px !important;
}
.p-60 {
    padding: 60px !important;
}
.p-80 {
    padding: 80px !important;
}

.pt-0 {
    padding-top: 0px !important;
}
.pt-5 {
    padding-top: 5px !important;
}
.pt-10 {
    padding-top: 10px !important;
}
.pt-15 {
    padding-top: 15px !important;
}
.pt-20 {
    padding-top: 20px !important;
}
.pt-25 {
    padding-top: 25px !important;
}
.pt-30 {
    padding-top: 30px !important;
}
.pt-40 {
    padding-top: 40px !important;
}
.pt-50 {
    padding-top: 50px !important;
}
.pt-60 {
    padding-top: 60px !important;
}
.pt-80 {
    padding-top: 80px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-5 {
    padding-bottom: 5px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}
.pb-15 {
    padding-bottom: 15px !important;
}
.pb-20 {
    padding-bottom: 20px !important;
}
.pb-25 {
    padding-bottom: 25px !important;
}
.pb-30 {
    padding-bottom: 30px !important;
}
.pb-40 {
    padding-bottom: 40px !important;
}
.pb-50 {
    padding-bottom: 50px !important;
}
.pb-60 {
    padding-bottom: 60px !important;
}
.pb-80 {
    padding-bottom: 80px !important;
}
	
	.pr-0 {
    padding-right: 0px !important;
}
.pr-5 {
    padding-right: 5px !important;
}
.pr-10 {
    padding-right: 10px !important;
}
.pr-15 {
    padding-right: 15px !important;
}
.pr-20 {
    padding-right: 20px !important;
}
.pr-25 {
    padding-right: 25px !important;
}
.pr-30 {
    padding-right: 30px !important;
}
.pr-40 {
    padding-right: 40px !important;
}
.pr-50 {
    padding-right: 50px !important;
}
.pr-60 {
    padding-right: 60px !important;
}
.pr-80 {
    padding-right: 80px !important;
}
	.pl-0 {
    padding-left: 0px !important;
}
.pl-5 {
    padding-left: 5px !important;
}
.pl-10 {
    padding-left: 10px !important;
}
.pl-15 {
    padding-left: 15px !important;
}
.pl-20 {
    padding-left: 20px !important;
}
.pl-25 {
    padding-left: 25px !important;
}
.pl-30 {
    padding-left: 30px !important;
}
.pl-40 {
    padding-left: 40px !important;
}
.pl-50 {
    padding-left: 50px !important;
}
.pl-60 {
    padding-left: 60px !important;
}
.pl-80 {
    padding-left: 80px !important;
}
p {
  font-family: 'Avenir', Helvetica, sans-serif;
}

/*=======================================================
      WRAPPER
========================================================*/
#wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding: 50px;
	padding-top: 0px;
}
#main-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
}
/*=======================================================
      HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	color: #0d4d5e;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Avenir', Helvetica, sans-serif;
}
h1 {
	font-size: 65px!important;
}
h2 {
	font-size: 50px!important;
}
h3 {
	font-size: 40px!important;
}
h4 {
	font-size: 32px!important;
}
h5 {
	font-size: 18px!important;
}
h6 {
	font-size: 16px!important;
}
p {
	color: #666;
	font-size: 13px;
	line-height: 28px;
	font-family: 'Avenir', Helvetica, sans-serif;
}
.documents  {
display: flex;
justify-content: center;


}

a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none !important;
	font-weight: normal;
	font-family: 'Avenir', Helvetica, sans-serif;
    font-size: 14px!important;
}

img {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block !important;
}
ul {
	margin-bottom: 0px;
}
li {
	list-style: none;
}
.red-link {
color: #3D1919!important;
    font-weight: 600;
    text-decoration: underline !important;
}
.red-link:hover{
    color: #49a5ad!important;
}
.text-bold {
	font-weight: bold;
}
.light-gray-bg {
	background: #fbfbfb;
}

/*=======================================================
      SECTION
========================================================*/
section {
	position: relative;
	overflow: hidden;
    width: 100%;}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
   

.overlay {
	background: rgba(49,49,49,0.7);
}
/*=======================================================
      BUTTON
========================================================*/

.btn-blue  {
color: #fff;
	background:#0D4D5E;
	display: inline-block;
	padding: 15px;
	font-size: 15px;
	font-family:  Helvetica, sans-serif;
    font-weight: bold;
	border-radius: 6px;
	margin-top: 30px;
	letter-spacing: 2px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-blue:hover {
	color: #fff;
	background: #49a5ad;
}
.btn-blue-small  {
color: #fff;
	background:#0D4D5E;
	display: inline-block;
	padding: 8px;
	font-size: .8em;
	font-family:  Helvetica, sans-serif;
    font-weight: bold;
	border-radius: 3px;
	margin-top: 10px;
	letter-spacing: 2px;

}

.btn-blue-small:hover {
	color: #fff;
	background: #49a5ad;
}

.myButton {
	box-shadow: 3px 6px 7px -7px #0d5c55;
	background:linear-gradient(to bottom, #49a5ad 5%, #0a4d5e 100%);
	background-color:#49a5ad;
	border-radius:32px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	padding:11px 27px;
	text-decoration:none;
	text-shadow:1px 2px 0px #3d768a;
}
.myButton:hover {
	background:linear-gradient(to bottom, #0a4d5e 5%, #49a5ad 100%);
	background-color:#0a4d5e;
    color:#fff;
}
.myButton:active {
	position:relative;
	top:1px;
}

.myButton-lg {
	box-shadow: 3px 6px 7px -7px #0d5c55;
	background:linear-gradient(to bottom, #49a5ad 5%, #0a4d5e 100%);
	background-color:#49a5ad;
	border-radius:32px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:25px !important;
	font-weight:bold;
	padding:20px 37px!important;
	text-decoration:none;
	text-shadow:1px 2px 0px #3d768a;
}
.myButton-lg:hover {
	background:linear-gradient(to bottom, #0a4d5e 5%, #49a5ad 100%);
	background-color:#0a4d5e;
    color:#fff;
}
.myButton-lg:active {
	position:relative;
	top:1px;
}
.myButton-red {
	box-shadow: 3px 6px 7px -7px #242e2d;
	background:linear-gradient(to bottom, #703d3d 5%, #3d1919 100%);
	background-color:#703d3d;
	border-radius:32px;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:21px;
	font-weight:bold;
	padding:11px 27px;
	text-decoration:none;
	text-shadow:1px 2px 0px #333333;
}
.myButton-red:hover {
	background:linear-gradient(to bottom, #3d1919 5%, #703d3d 100%);
	background-color:#3d1919;
    color:#fff;
}
.myButton-red:active {
	position:relative;
	top:1px;
}


.shadow
{box-shadow: 3px 3px 4px 2px rgba(0,0,0,0.10);}

.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.white{color: #fff;}
.form-control {
	box-shadow: none;
	border: 1px solid #f7f7f7;
	border-radius: 0px;
	height: 40px;
}
.form-control:focus {
	border: none;
	box-shadow: none;
}
.full-width {
	display: inline-block;
	width: 100%;
}
.no-border {
	border: none !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-padding-b {
	padding-bottom: 0px !important;
}
hr {
	height: 2px;
	width: 100%;
	background: #0d4d5e;
	border: none;
}
/*=======================================================
      title
========================================================*/
.title {
	text-align: center;
	margin-bottom: 30px;
	width: 75%;
	margin: 0 auto;
	margin-bottom: 70px;
}
.title h4 {
	font-weight: normal;
	margin: 0px;
	font-size: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.title p {
	color: #666;
	font-size: 15px;
	font-family: 'Droid Serif', serif;
	line-height: 28px;
}
.bg-white {
	background: #fff !important;
}
.bg-gray-light {
	background: #fbfbfb !important;
}
/*=======================================================
      TOP BAR
========================================================*/
.top-bar {
}
/*=======================================================
      Padding 150px
========================================================*/
.section-150px {
	padding: 150px 0;
}
/*=======================================================
      Padding 100px
========================================================*/
.section-100px {
	padding: 70px 0;
}


/*=======================================================
      HEADER
========================================================*/
header {
	z-index: 99;
	position: relative;
	font-family: 'Avenir', Helvetica, sans-serif;
}
header .logo {
	float: left;
	width: auto;
	margin: 20px 0;
	position: relative;
	z-index: 99;
}
header nav {
	display: inline-block;
	position: relative;
	z-index: 999;
	float: right;
	margin-top: 25px;
}
header nav li a {
	padding: 10px 0px;
	border-color: transparent;
	text-decoration: none;
	line-height: 20px;
	text-transform: uppercase;
	color: #49a5ad;
	float: left;
	font-size: 20px !important;
    font-weight: 600;
	margin: 10px 15px;
	font-family: 'Avenir', Helvetica, sans-serif;
	position: relative;
}
header nav li.active a:hover {
}
header nav li.active a {
}
header nav li a:hover {color: #0d4d5e;
}
header nav .ownmenu li {
	float: left;
	padding: 0 15px;
}
header .ownmenu ul.dropdown {
	padding-bottom: 0px;
	background: #fff;
}
header .ownmenu ul.dropdown li a {
	text-transform: uppercase;
	font-size: 12px;
	border: none;
	padding: 0px 20px;
	line-height: 38px;
	background: none;
	color: #000;
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
header .ownmenu ul.dropdown li a:hover {
	background: #343434;
	color: #fff;
}
header .ownmenu li > .megamenu li a:hover {
	background: #343434;
	color: #fff;
}
header nav .ownmenu .indicator {
	display: none;
}
header ul.dropdown {
}
header ul.dropdown li {
	padding: 0px;
}
header ul.dropdown li:hover {
	background: none
}
header.main-header nav .ownmenu li {
	padding: 0px;
}
.vizo-logo img {
    width: 10%;
    padding-top: 10px;
    margin-bottom: -60px;
}
/*=======================================================
      HOME SLIDER
========================================================*/
.home-slider {
	position: relative;
	overflow: hidden;
	max-height: 825px;
}
/*=======================================================
      CONTENT
========================================================*/
.content {
	background: #ffffff;
}
.position-center-center {
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.divider
{
	position: relative;
	margin-top: 90px;
	height: 5px;
}

.div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 13px;
	background-image: linear-gradient(to right, transparent, rgb(130,153,1), transparent);
}



/*=======================================================
      WHY CHOOSE US
========================================================*/
.why-choose {
}
.sec-choose {
	position: relative;
}
.sec-choose .choose-tab {
	background:#fff;
	position: relative;
	z-index: 99;
	margin-top: 100px;
	border: 2px solid rgba(208,208,208,0.9);
}
.sec-choose .choose-tab .nav-tabs {
	border: none;
	margin: 0px;
	margin-top: 40px;
	display: inline-block;
	width: 100%;
	float: left;
}
.sec-choose .choose-tab h6 {
	color: #0d4d5e;
}
.sec-choose .choose-tab .nav-tabs>li {
	float: left;
	width: 50%;
	text-align: center;
	margin: 0px;
}
.sec-choose .choose-tab .nav-tabs li a {
	border: none;
	margin: 0px;
	text-transform: uppercase;
	font-size: 12px;
	color: #49a5ad;
	padding: 40px 0px;
	letter-spacing: 2px;
	border-radius: 0px;
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ececec;
	border-left: 1px solid #ececec;
}
.sec-choose .choose-tab .nav-tabs li:nth-child(1) a {
	border-left: none;
}
.sec-choose .choose-tab .nav-tabs li:nth-child(3) a {
	border-left: none;
}
.sec-choose .choose-tab .nav-tabs>li>a:hover {
	background: #0d4d5e;
	color: #fff;
}
.sec-choose .choose-tab .nav-tabs li.active a {
	background: #49a5ad;
	color: #fff;
}
.sec-choose .choose-tab .nav-tabs li i {
	font-size: 20px;
	display: inline-block;
	position: relative;
	right: 10px;
	top: 3px;
}
.sec-choose .detail-in {
	margin-left: -130px;
	position: relative;
}
.sec-choose .text-content {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding: 40px;
	background:rgba(13,77,94,0.7)
}
.sec-choose .text-content i {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
}
.sec-choose .text-content p {
	color: #fff;
	margin: 0px;

}
.up-links {
	margin-top: 50px;
}
.up-links li a {
	background: #000000;
	display: inline-block;
	width: 100%;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 56px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 0 10%;
}
.up-links li a i {
	margin: 0 10px;
	float: left;
	font-size: 30px;
	line-height: 56px;
	display: inline-block;
}

.play-btn {
	color: #fff;
	height: 75px;
	width: 75px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 73px;
	padding-left: 5px;
	display: inline-block;
	border-radius: 50%;
	font-size: 30px;
	margin-top: 50px;
}


/*=======================================================
      Footer Up
========================================================*/
.footer-up { background-color: #49a5ad;
}
.footer-up .col-sm-6 {
	text-align: center;
	padding: 0px;
}
.footer-up .work {
	padding: 50px;
	padding-top: 60px;
	padding-bottom: 10px;
	min-height: 200px;
	background: #49a5ad;
	text-transform: uppercase;
}
.footer-up .contact {
	padding: 50px;
	min-height: 200px;
	background: #49a5ad;
}
.footer-blue{background-color: #0d4d5e;}
.footer-up i {
	font-size: 40px;
	color: #fff;
}
.footer-up p {
	color: #fff;
	letter-spacing: 2.5px;
}
.footer-up a {
	font-size: 28px;
}
.footer-up .social_icons {
	margin-bottom: 20px;
}
.footer-up .social_icons li {
	float: none;
}
.footer-up .social_icons li a {
	color: #fff;
	font-size: 14px;
	line-height: 38px;
}
.footer-up .social_icons li a i {
	font-size: 14px;
}
.footer-link{
    color:#A2F2F9;
    font-weight: 600;
    
}.footer-link:hover{
    color: #fff;
    font-weight: 600;
    
}
/*=======================================================
      FOOTER
========================================================*/
footer {
	background: #0d4d5e;
	padding-top: 120px;
	text-align: center;
	font-family: 'Avenir', Helvetica, sans-serif;
}
footer img {
	margin-bottom: 20px;
}
footer p {
	color: #cecece;
	font-size: 11px;
	margin: 0px;
}
footer .social_icons {
	margin-top: 40px;
}
footer .social_icons li {
	float: none;
}
footer .social_icons li a {
	color: #fff;
	line-height: 38px;
}
.footer-rights {
	margin-top: 50px;
	padding: 15px 0;
	background: #0d4d5e;
}


/*=======================================================
			EVENTS
========================================================*/
.event-small {
}
.event.event-small ul.som-info {
	width: 60%;
}
.event article {
}
.event article img {
	position: relative;
}
.event article img {
	position: relative;
	z-index: 99;
}
.event-info {
	position: relative;
	z-index: 99;
	padding-top: 15px;
}
.event-info .btn-1 {
	border: 1px solid #0d4d5e;
	font-weight: normal;
}
.event ul.som-info {
	position: absolute;
	z-index: 699;
	bottom: 0px;
	width: 50%;
	height: 40px;
	padding-left: 50px;
	background: #f9f9f9;
}
.event .post-title {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 20px;
}
.event .post-title a {
	font-family: 'Avenir', Helvetica, sans-serif;
	font-size: 14px;
	color: #0d4d5e;
	letter-spacing: 1px;
	padding-top: 20px;
	display: inline-block;
}
.event ul.som-info li {
	display: inline-block;
	font-size: 11px;
	margin-top: 15px;
	margin-right: 30px;
}
.event ul.som-info:before {
	content: "";
	background: #fff;
	position: absolute;
	right: -63px;
	top: 0px;
	width: 80px;
	background: #f9f9f9;
	height: 40px;
	z-index: 9;
	-webkit-transform: skew(40deg);
	-moz-transform: skew(40deg);
	-o-transform: skew(40deg);
	transform: skew(40deg);
}
.event .share {
	float: right;
	padding: 5px 10px !important;
	margin-top: 15px;
	border: 1px solid #0d4d5e;
}
.event .date-post {
	height: 60px;
	width: 60px;
	float: left;
	background: #f9f9f9;
	text-align: center;
	padding-top: 5px;
	color: #212121;
	margin-left: 50px;
	border: 1px solid #ececec;
	font-weight: bold;
	font-family: 'Avenir', Helvetica, sans-serif;
	font-size: 11px;
	margin-right: 30px;
}
.event .date-post h4 {
	margin: 0px;
	font-weight: normal;
	color: #212121;
	border-bottom: 1px solid #ececec;
	padding-bottom: 2px;
	margin-bottom: 2px;
	text-align: center;
	font-size: 28px;
}
.event .simple-post .event-info {
	background: #fff;
	border: 1px solid #ececec;
	padding: 40px;
}
.event .single-post blockquote {
	font-size: 14px;
	font-style: italic;
	border: none;
	margin-left: 50px;
	background: #f3f3f3;
	padding: 40px;
	color: #999999;
	line-height: 26px;
}
.event .single-post .social_icons {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #f0f0f0;
	margin-top: 15px;
	padding-top: 30px;
	text-align: center;
}
.event .single-post .social_icons li {
	display: inline-block;
	float: none;
}
.event .single-post .social_icons a {
	border-radius: 0px;
	border: 1px solid #e5e5e5;
}
.event .owl-prev {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: 30px;
	height: 35px;
	width: 35px;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
	color: #fff;
	margin-top: -20px;
}
.event .owl-next {
	position: absolute;
	font-size: 18px;
	top: 50%;
	margin-top: -20px;
	right: 30px;
	height: 35px;
	width: 35px;
	color: #fff;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
}

.our-event.event-page .post-details p {
	font-size: 12px;
	color: #999999;
	border-bottom: none;
}
.our-event {
}
.our-event .event-in {
	padding-left: 20px;
}
.our-event .event-in .event-up-sec {
	position: relative;
}
.our-event .event-in .event-up-sec:before {
	position: absolute;
	content: "";
	height: 100%;
	width: 100%;
	margin-left: -20px;
	margin-top: -20px;
	z-index: -1;
}
.our-event .event-in .date-post {
	padding: 10px;
	width: 80px;
	position: absolute;
	left: -120px;
	color: #fff;
	text-align: center;
	background: #222222;
	height: 95px;
	bottom: 0px;
}
.our-event .event-in .date-post span {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0px;
	color: #fff;
}
.our-event .event-in span {
	width: 100%;
	font-size: 11px;
	color: #666666;
	margin-top: 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-bottom: 10px;
}
.our-event .event-in a.heading {
	font-size: 15px;
	text-transform: uppercase;
	color: #222222;
	line-height: 28px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}
.our-event.event-page .event-in p {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.our-event.event-page .event-in {
	padding-bottom: 50px;
}

.nav-active .owl-prev {
	position: absolute;
	font-size: 18px;
	top: 50%;
	left: -50px;
	height: 35px;
	width: 35px;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
	margin-top: -20px;
	color: #f1f1f1;
}
.nav-active .owl-next {
	position: absolute;
	font-size: 18px;
	top: 50%;
	margin-top: -20px;
	right: -50px;
	height: 35px;
	width: 35px;
	border: 1px solid #cdcdcd;
	border-radius: 0;
	text-align: center;
	line-height: 33px;
	color: #f1f1f1;
}
.nav-active.dark .owl-prev {
	color: #fff;
}
.nav-active.dark .owl-next {
	color: #fff;
}

.margin-r-20 {
	margin-right: 20px;
}
.margin-l-20 {
	margin-left: 20px;
}
.margin-t-20 {
	margin-top: 20px;
}
.margin-t-30 {
	margin-top: 30px;
}
.margin-b-20 {
	margin-bottom: 20px;
}

.margin-r-40 {
	margin-right: 40px;
}
.margin-l-40 {
	margin-left: 40px;
}
.margin-t-40 {
	margin-top: 40px;
}
.margin-b-40 {
	margin-bottom: 40px;
}
/*=======================================================
			MARGIN 80px
========================================================*/
.margin-r-80 {
	margin-right: 80px;
}
.margin-l-80 {
	margin-left: 80px;
}
.margin-t-80 {
	margin-top: 80px;
}
.margin-b-80 {
	margin-bottom: 80px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-20 {
	padding-right: 20px !important;
}
.padding-r-80 {
	padding-right: 80px !important;
}
.padding-l-20 {
	padding-left: 20px;
}
.padding-t-20 {
	padding-top: 20px;
}
.padding-t-50 {
	padding-top: 50px;
}
.padding-b-20 {
	padding-bottom: 20px;
}
.padding-b-50 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0px !important;
}
.no-padding {
	padding: 0px !important;
}
.no-margin-t {
	margin-top: 0px !important;
}
.no-padding-t {
	padding-top: 0px !important;
}
.padding-l-60 {
	padding-left: 60px;
}
