@charset "utf-8";
/*** 
====================================================================
	Reset
====================================================================
 ***/


* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-size:16px;
	color:#292929;
	font-weight:400;
	background:#ffffff;
        font-family: 'Roboto', sans-serif;
}

@media (min-width: 1200px) {
  .container {
    padding: 0;
  }
}

a{
	text-decoration:none;
	cursor:pointer;	
	font-family: 'Roboto', sans-serif;
	color: #333;
}
.popins{	
	font-family: 'Roboto', sans-serif;
}
.raleway{	
	font-family: 'Roboto', sans-serif;
}
.lora{	
	font-family: 'Lora', serif;
}

.normal {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.semibold {
	font-weight: 600;
}
.bold {
	font-weight: 700;
}
.capitalize {
	text-transform: capitalize;
}
.uppercase {
	text-transform: uppercase;
}

.theme-color {
	color: #404041 !important;
}
.row-10 {
	margin: 0 -10px;
}

a:hover,a:focus{
	text-decoration:none;
	outline:none; color:#1d96bd;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	margin:0 0 1em 0;
	background:none;
	color: #333;
}

h3 {
	font-family: 'Roboto', sans-serif;
}

input,button,select,textarea{
	font-family: 'Roboto', sans-serif;	
}


p, table td {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 26px;
	color: #777;
	margin: 0 0 1.5em 0;
		
}
ul.list {  margin: 15px 0; padding-left: 15px; list-style: disc;  }
ul.list li {
	position:relative;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	line-height: 26px;
	color: #777;
	  list-style: disc;
}


.hvr-sweep-to-top:before {
    background: #000;
}
.hvr-bounce-to-right:before {
    background: #000;
}


ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}


.center{
	text-align:center;	
}

.left{
	text-align:left !important;	
}

.right{
	text-align:right;	
}

.out{
	opacity:0;
	filter:alpha(opacity=0);	
}

.in{
	opacity:1;
	filter:alpha(opacity=100);	
}

.uppercase{
	text-transform:uppercase !important;	
}

.capitalized{
	text-transform:capitalize !important;	
}

.lowercase{
	text-transform:lowercase !important;	
}

.no-margin{
	margin:0px !important;	
}

.no-float{
	float:none !important;	
}


.no-padd {
	padding: 0px !important;	
}


.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.gif);}


.btn-style-one {
	position: relative;
	font-size: 13px;
	border: 1px solid transparent;
	text-transform: uppercase;
	background: #fff;
	font-weight: 700;
	color: #333;
	padding: 10px 35px;
	transition: .5s ease-in;
	border-radius: 2px;
	transition: .5s ease-in !important;
	line-height: 24px;
}
div.btn-style-one { padding: 0; }
.btn-calendar .fa { font-size: 21px; position: absolute; top: 12px; left: 12px; }
div.btn-style-one a.atcb-link { padding: 15px 35px 15px 45px; color: #fff; line-height: normal; font-size: 15px; }
.sponsorship-title { padding: 12px 15px; display: inline-block; }

.floating-notification { padding: 10px; background: #fff; -webkit-box-shadow: 0px 0px 3px 0px rgba(143,143,143,1); -moz-box-shadow: 0px 0px 3px 0px rgba(143,143,143,1); box-shadow: 0px 0px 3px 0px rgba(143,143,143,1); position: fixed; bottom: 30px; right: 30px; z-index: 1000 }
.floating-notification .close { visibility: hidden; position: absolute; top: 4px; right: 8px; }
.floating-notification:hover .close { visibility: visible; }
.floating-notification p:last-child { margin-bottom: 0; }
.floating-notification .body { padding: 15px; }
.floating-notification .footer { background: #f3f3f3; padding: 0; }
.floating-notification .footer a { background: #f3f3f3; padding: 15px; text-transform: uppercase; color: #676565; display: block; }
.floating-notification .footer a:hover, .floating-notification .footer a:focus, .floating-notification .footer a:active { background: #000; color: #fff; }

.bg-color-1 {
	background: #fff;
	color: #333;
}
.bg-color-2 {
	background: #b70ea4;
	color: #fff;
}
.btn-style-one.btn-bg-1:hover {
	background: #404041;
	transition: .5s ease-in;
	color: #fff;
	transition: .5s ease-in !important;
}
.btn-style-one.btn-bg-2:hover {
	background: transparent;
	border-color: #fe702a;
	transition: .5s ease-in;
	color: #fe702a;
}
.btn-style-one.btn-bg-3:hover {
	background: transparent;
	border-color: #b75af3;
	transition: .5s ease-in;
	color: #b75af3;
}
.btn-style-one.btn-bg-4:hover {
	background: transparent;
	border-color: #000;
	transition: .5s ease-in;
	color: #000;
}

.btn-style-two {
	position: relative;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	background: transparent;
	border: 2px solid #fff;
	padding: 15px 35px;
	border-radius: 50px;
	transition: .5s ease-in !important;
	line-height: 2px;
}

.btn-style-two:hover {
	border-color: transparent;
	transition: .5s ease-in !important;
}



.btn-bg-1 {
	background: #08c1d7;
}
.btn-bg-2 {
	background: #fe702a;
}
.btn-bg-3 {
	background: #b75af3;
}
.btn-bg-4 {
	background: #000;
}
.addtocalendar { display: block; }
.atcb-list { width: 100%; min-width: 170px; border: 1px solid #dadada; }
.atcb-list .atcb-item-link { line-height: normal; padding: 15px; border-bottom: 1px solid #dadada; }
.atcb-list .atcb-item-link:hover, .atcb-list .atcb-item-link:focus, .atcb-list .atcb-item-link:active { background-color: #404041; color: #fff; }
.input-sm { font-size: 14px; }
.form-horizontal .control-label { text-align: left; }
.form-horizontal .control-label small { font-weight: 100; color: #a2a2a2; }
/***

====================================================================
	Scroll To Top style
====================================================================

***/


.scroll-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    width: 45px;
    height: 45px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    background: #fff;
    border-radius: 50%;
    margin: 0;
    text-align: center;
    z-index: 999;
    cursor: pointer;
	display:none;	
    opacity: .8;
    transition: .3s ease-in; visibility: hidden;

}
.scroll-to-top i:before {
    color: #404041;
    font-size: 20px;
    margin: 0;
    line-height: 45px;
}

.scroll-to-top:hover {
    opacity: 1;
    transition: .3s ease-in;
	box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.span-1 {
	width: 100%;
	float: left;
}
.span-2 {
	width: 50%;
	float: left;
}

.span-3 {
	width: 33.3333333333% !important;
	float: left;
}

.span-4 {
	width: 25% !important;
	float: left;
}
.mr-23 {
	margin-right: 23px;
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    margin-left: 0px;
}

.bg-p {
	background-position: center center !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
}

.pb-15 {
	padding-bottom: 15px !important;
}
.pt-99 {
	padding-top: 99px !important;
}
.pt-100 {
	padding-top: 100px !important;
}
.pt-72 {
	padding-top: 72px !important;
}

.mb-6 {
	margin-bottom: 6px !important;
}
.mt-13 {
	margin-top: 13px !important;
}

.mt-65 {
	margin-top: 65px !important;
}
.mt-72 {
	margin-top: 72px !important;
}

.ml-40 {
	margin-left: 40px !important;
}
.mr-40 {
	margin-right: 40px !important;
}
.ml-25 {
	margin-left: 25px !important;
}

.pl-46 {
	padding-left: 46px !important;
}
.pl-32 {
	padding-left: 32px !important;
}




/*========== section title ================ */
.section-title {
    position: relative;
}

.section-title h2 {
    position: relative;
    font-size: 30px;
    font-weight: 700;
    color: #333;  line-height:50px;
}

.section-title h3 {
    position: relative;
    margin-top: 11px;
    font-size: 17px;
    font-weight: 400;
    color: #777;
    font-style: italic;
}





/*======= page title ================*/


.page-title {
	position: relative;
	padding: 113px 0 0px;
	background-image: url(../images/background/5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom; text-align: center;
	border-bottom: 3px solid #f5f5f5;
}

.page-title h2 {
	display: none;
    position: relative;
    font-size: 40px;
    min-width: 200px;
    /*color: #8b8b8b;*/
    color:#ffffff;
    font-weight: 600;
    text-transform: uppercase;
    /* display: inline-block; */
    padding: 15px 30px;
    /*background: #eeeeee;*/
    background:#000000;
    text-align: center;
    margin-bottom: 28px;
}

h2.page-title-2 {
	position: relative;
    font-size: 30px;
    min-width: 200px;
    /*color: #8b8b8b;*/
    color:#ffffff;
    font-weight: 600;
    text-transform: uppercase;
    display: inline;
        padding: 10px 20px;
    /*background: #eeeeee;*/
    background:#000000;
    text-align: center;
    margin: 0 0 30px;
    clear: both;
}
.page-title ul {
    position: relative;
    float: right;
    background: rgba(0,0,0,0.65);
    padding: 19px 50px;
}
.page-title ul li {
    position: relative;
    display: inline-block;
}

.page-title ul li a {
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #fff;
    transition: .5s ease;
}
.page-title:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    /*background:url(../images/overly/page-title.png) center center no-repeat;*/
    background-size: cover;
    z-index: 0;
}

.page-title ul li a:hover {
    color: #404041;
    transition: .5s ease;
}

.page-title ul li a:first-child {
    margin-right: 20px;
}

.page-title ul li:last-child a {
    color: #404041;
}

.page-title ul li:after {
    position: absolute;
    content: '>>';
    font-size: 12px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    color: #fff;
    right: 0px;
    top: 5px;

}
.page-title ul li:last-child:after {
    display: none;
}




::-webkit-input-placeholder {
    color: #333;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

::-moz-placeholder {
    color: #333;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

::-ms-input-placeholder {
    color: #333;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}
