@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Logo
	3.2 Main Nav
	3.3 Header Side
	3.4 Hamburger
4. Menu
	4.1 Menu Social
	4.2 Menu copyright
5. Home
	5.1 Hero Slider
	5.2 Hero Slider Navigation
6. Hero Boxes
7. Page Section
8. Buttons
9. Popular
10. Register
11. Search
	11.1 Search Form
12. Services
13. Testimonials
14. Events
15. Footer
	15.1 Newsletter
	15.2 Footer Content
	15.3 Footer Copyright


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Roboto:400,500,700');

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #a5a5a5;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 2.29;
	font-weight: 400;
	color: #a5a5a5;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
	    display: flex;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	background: #FFD266;
	color: #C88E00;
}
p::selection
{
	background: #FFD266;
	color: #C88E00;
}
h1{font-size: 36px;}
h2{font-size: 22px;}
h3{font-size: 18px;}
h4{font-size: 14px;}
h5{font-size: 11px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
:-moz-placeholder /* older Firefox*/
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
} 
:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
::input-placeholder
{
	font-size: 14px !important;
	font-weight: 500 !important;
	color: #a5a5a5 !important;
}
.form-control
{
    color: #a5a5a5 !important;
    font-size: 14px;
    font-weight: 500;
}
.btn-block {
    background-color: #e24039;
    border-color: #cb1811;
}
.btn-primary:hover {
    color: #fff;
    background-color: #010c48;
    border-color: #010620;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
*********************************/
.header.sticky {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    left: 0;
    padding: 5px;
    position: fixed;
    top: 0;
    transition: all 0.6s ease 0s;
    width: 100%;
    z-index: 999;
padding: 0px 50px;}

.header
{

    top: 45px;
    left: 3%;
    width: 1318px;
    height: 104px;
    border-top: 2px solid #010c48;
    z-index: 10;
    margin: 0 auto;
	
}
.header_contentalign-items-center {
    display: flex;
}
.header.scrolled
{	padding: 0px 50px;}
.header.scrolled .header_content::before
{

}
.header_content
{
    width: 100% !important;
    height: 100%;
    padding: 2px 0;
    float: left;
}
.header_content::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	z-index: -1;
}

/*********************************
3.1 Logo
*********************************/

.logo_container
{
	display: inline-block;   
	margin-right:10px;
	    float: left;
}
.logo span
{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 900;
	color: #3a3a3a;
	vertical-align: middle;
	text-transform: uppercase;
	margin-left: 3px;
}
.logo {
    width: 100px;
    float: left;
}
.site_title {
    float: right;
    padding: 25px 10px;
}
.site_title h2 {
    font-size: 23px;
    color: #010c48;
	    font-weight: bold;
text-transform: uppercase;}
.location {
    font-size: 15px;
    color: #000;
	   font-weight: bold;
}
/*********************************
3.2 Main Nav
*********************************/
.navbar {
    padding: 35px 0px !important;
    float: right;
}
.navbar-light .navbar-nav .nav-link {
    color: #0c0c0c;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 15px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: #da261e !important;
}
.main_nav_container
{
	display: inline-block;
	margin-left: auto;
	padding-right: 10px;
}
.main_nav
{
}
.main_nav_item
{
display: inline-block;
    margin-right: 15px;
}
.main_nav_item:last-child
{
	margin-right: 0px;
}
.main_nav_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_item a:hover
{
	color:#da261e;
}

/*********************************
3.3 Header Side
*********************************/

.header_side
{
    width: 279px;
    /* height: 100%; */
    background: #da261e;
	float: right;
margin: 20px 0;}
.header_side img
{
    width: 29px;
    height: 29px;
    float: left;
    margin-right: 10px;
}
.header_side span
{
	display: block;
	position: relative;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
	padding-left: 12px;
}
.header_side0 {
    border-bottom: 1px solid #ffffff;
    padding: 13px;
}
.header_side1 {
    padding: 13px;
	    cursor: pointer;
}
.header_side1:hover {
    background: #da261e;
}
.header_side0:hover {
    background: #010c48;
}
/*********************************
3.4 Hamburger
*********************************/
.home_background_container{   
    background: url(../images/bg4.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
	}
.hamburger_container
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 20px;
	display: none;
	cursor: pointer;
}
.hamburger_container i
{
	font-size: 24px;
	padding: 10px;
	color: #3a3a3a;
}
.hamburger_container:hover i
{
	color: #ffb606;
}

/*********************************
4. Menu
*********************************/

.menu_container
{
	position: fixed;
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100vh;
	background: #FFFFFF;
	z-index: 12;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
	visibility: hidden;
	opacity: 0;
}
.menu_container.active
{
	visibility: visible;
	opacity: 1;
	right: 0;
}
.menu
{
	position: absolute;
	top:150px;
	left: 0;
	padding-left: 15%;
}
.menu_list
{
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 1000ms 600ms ease;
	opacity: 0;
}
.menu_container.active .menu_list
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}
.menu_item
{
	margin-bottom: 9px;
}
.menu_item a
{
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	font-weight: 700;
	color: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_item a:hover
{
	color: #ffb606;
}
.menu_close_container
{
	position: absolute;
	top: 86px;
	right: 79px;
	width: 21px;
	height: 21px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.menu_close
{
	top: 9px;
	width: 21px;
	height: 3px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close::after
{
	display: block;
	position: absolute;
	top: -9px;
	left: 9px;
	content: '';
	width: 3px;
	height: 21px;
	background: #3a3a3a;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close_container:hover .menu_close,
.menu_close_container:hover .menu_close::after
{
	background: #ffb606;
}

/*********************************
4.1 Menu Social
*********************************/

.menu_social_container
{
	margin-top: 100px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1000ms ease;
	-moz-transition: all 1000ms 1000ms ease;
	-ms-transition: all 1000ms 1000ms ease;
	-o-transition: all 1000ms 1000ms ease;
	transition: all 1000ms 1000ms ease;
	opacity: 0;
	padding-left: 4px;
}
.menu_social_item
{
	display: inline-block;

}
ul.menu_social li a {
    padding: 15px 20px;
}
.menu_social_item a i
{
	color: #fff;
}
.menu_social_item a i:hover
{
	color: #ffb606;
}
.menu_container.active .menu_social_container
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
4.2 Menu copyright
*********************************/

.menu_copyright
{
	margin-top: 60px;
	-webkit-transform: translateY(3.5rem);
	-moz-transform: translateY(3.5rem);
	-ms-transform: translateY(3.5rem);
	-o-transform: translateY(3.5rem);
	transform: translateY(3.5rem);
	-webkit-transition: all 1000ms 1200ms ease;
	-moz-transition: all 1000ms 1200ms ease;
	-ms-transition: all 1000ms 1200ms ease;
	-o-transition: all 1000ms 1200ms ease;
	transition: all 1000ms 1200ms ease;
	opacity: 0;
	padding-left: 3px;
}
.menu_container.active .menu_copyright
{
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
}

/*********************************
5. Home
*********************************/

.home
{
	width: 100%;
	/* height: 100vh; */
}

/*********************************
5.1 Hero Slider
*********************************/

.hero_slider_container
{
	width: 100%;
	height: 100%;
}
.hero_slide
{
	width: 100%;
	height: 100%;
}
.hero_slide_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.hero_slide_container
{
	width: 100%;
	height: 100vh;
	    background: #00000054;
}
.hero_slide_content
{
	max-width: 80%;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
}
.hero_slide_content h1
{
	font-size: 72px;
	font-weight: 400;
	color: #FFFFFF;
}
.hero_slide_content h1 span
{
	background: #ffb606;
	padding-left: 13px;
	padding-right: 13px;
	margin-left: -12px;
	margin-right: -12px;
}
.animated
{
	-webkit-animation-duration : 1s !important;
	animation-duration : 1s !important;
	-webkit-animation-delay : 500ms;
	animation-delay : 500ms;
}
.animate-out
{
	-webkit-animation-delay : 0ms;
	animation-delay : 0ms;
}

/*********************************
5.2 Hero Slider Navigation
*********************************/

.hero_slider_nav
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(calc(-50% + 30px));
	width: 58px;
	height: 58px;
	background: #FFFFFF;
	z-index: 9;
	cursor: pointer;
}
.hero_slider_nav:hover
{
	background: #ffb606;
}
.hero_slider_nav:hover span
{
	color: #FFFFFF;
}
.hero_slider_nav span
{
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #121212;
	line-height: 1;
}
.hero_slider_left
{
	left: 4.32%;
}
.hero_slider_right
{
	right: 4.32%;
}

/*********************************
6. Hero Boxes
*********************************/

.hero_boxes
{
	width: 100%;
	height: 0px;
	z-index: 9;
	padding-top: 0px;
}
.hero_boxes_inner
{
	position: absolute;
	top: -212px;
	left: 0;
	width: 100%;
}
.hero_box
{
	width: 100%;
	height: 161px;
	background:#010c48;
	padding-left: 50px;
	cursor: pointer;
	border: 1px solid #bbb9b9;
}
.hero_box:hover
{
	background:#da261e;
}
.hero_box img
{
	width: 62px;
	height: auto;
	margin-top: -6px;
}
.svg path
{
	fill: #ffb606;
}
.hero_box svg
{
	width: 62px;
	height: auto;
}
.hero_box:hover svg path
{
	fill: #FFFFFF;
}
.hero_box_content
{
	padding-left: 13px;
	padding-top: 11px;
	margin-top: -6px;
}
.hero_box_title
{
    font-size: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.hero_box_link
{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 3px;
}
.hero_box_link:hover
{
	color: #000;
}

/*********************************
7. Page Section
*********************************/

.page_section
{
	padding-top:0px;
	padding-bottom: 50px;
}
.section_title
{

}
.section_title h1
{
	      display: block;
    color: #010c46;
    font-weight: 500;
    padding-top: 24px;
    text-transform: uppercase;
    font-size: 20px;
	    padding-bottom: 20px;
}
.owl-nav {    float: left;
}
.about-center {
    text-align: center;
    color: #000;
    margin: 0px 0px 20px 0px
}
.view_more {
    text-align: center;
    margin: 10px 0px;
    width: 100%;
    float: left;
}
.view_more a {
    padding: 10px 20px;
    background: #ffffff;
    color: #da261e;
    border: 2px solid #da261e;
    margin-top: 10px;
font-weight: bold;}
.view_more a:hover {
    background: #da261e;
color: #fff;}
.section_title h1::before
{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 55px;
	height: 4px;
	content: '';
	background: #da261e;
}

/*********************************
8. Buttons
*********************************/

.button
{
	cursor: pointer;
}
.button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
	    background: #da261e;
color: #fff;}
.button a
{
	font-size: 14px;
	line-height: 48px;
	font-weight: 700;
	text-transform: uppercase;
color: #000;}
.button_1
{
	width: 202px;
	height: 48px;
}

/*********************************
9. Popular
*********************************/

.popular
{

padding-top: 50px;}
.events {
    margin-top: 40px;
}
.course_boxes
{
	margin-top: 68px;
}
.card
{
	display: block;
	background: url(../images/desk_bg.jpg);
	border: none;text-align: center;
}
.card-img-top
{
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #d5d6d8;
	width: 250px;
}
.card-body
{
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
.card-title {
    margin: 0px;
    background: #010c48;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.card p {
    text-align:center;
    padding: 10px;
    line-height: 20px;
    margin: 0;
    color: #595a5a;
	background: #f8f9fb;
}
.card-title a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1.2;
}
.card-title a:hover
{
	color: #a5a5a5;
}
.card-text
{
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	margin-top: -12px;
}
.price_box
{
    width: 100%;
    height: 50px;
    background: #eaebec;
}
.course_author_image
{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	overflow: hidden;
}
.course_author_name
{
font-size: 15px;
    font-weight: 600;
    color: #1a1a1a;
    padding-left: 20px;
    margin-top: 0px;
}
.course_author_name span
{
	color: #a5a5a5;
}
.course_price
{
    margin-left: auto;
}
.course_price a
{
       color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    width: 85px;
    background: #ffb606;
    padding: 14px 5px;
}
.course_price a:hover{   background:#da261e;}
.lists ul li {
    color: #000;
    list-style-type: circle;
    margin: 5px 0px;
    font-size: 15px;
}
.lists ul li ul li {
    color: #5a5959;
    list-style-type: disc;
    list-style-position: inside;
}
.teacher_social {
    background: #f8f9fb;
    text-align: center;
    padding-bottom: 5px;
}
.teacher_social p {
    text-align: center !important;
    display: inherit;
}

/*********************************
10. Register
*********************************/

.register
{
	width: 100%;
}
.register_section
{
width: 100%;
    background: #000832;
    padding-top: 50px;
    padding-bottom: 50px;
}
.register_content
{
	width: 522px;
}
.badge-warning {
    color: #111;
    background-color: #ffb606;
    height: 15px;
    border-radius: 0;
    margin-top: 8px;
}
span.riht_disk {
    color: #fff;
    text-align: justify;
    padding-left: 10px;
	margin-bottom: 12px;
}
.register_title
{
	color: #FFFFFF;
	margin-bottom: 16px;
}
.register_title:last-child
{
	margin-bottom: 0px;
}
.register_title	span
{
	color: #1a1a1a;
}
.register_text
{
	color: #FFFFFF;
	font-weight: 500;
	margin-top: 32px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 0px;
}
.register_button
{
    background: #ececec;
    margin-top: 65px;
    border: 1px solid #fff;
color: #000;}
.register_button a
{
	color: #000000;
}
.register_button a:hover{
	color: #ffffff;
}

/*********************************
11. Search
*********************************/

.search_section
{
	width: 100%;
	height: 100%;
	background: #ececec;
	padding: 50px 0px;
}
.search_content
{
	width: 522px;
}
.search_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	opacity: 0.23;
}
.search_title
{
	color: #010c48;
}

/*********************************
11.1 Search Form
*********************************/

.search_form
{
    margin-top: 20px;
}
.input_field
{
	width: 100%;
	height: 42px;
	background: #FFFFFF;
	box-sizing: border-box;
	border: solid 2px #FFFFFF;
	padding-left: 25px;
	margin-bottom: 24px;
}
input:last-of-type
{

}
.input_field:focus
{
	outline: none !important;
	border: solid 1px #000000;
}
.search_submit_button
{
	width: auto;
	padding: 10px 40px;height: 48px;
	background: #010c48;
	color: #FFFFFF;
	font-size: 14px;
	margin-top: 13px;
	text-transform: uppercase;
	font-weight: 700;
	border: none;
	cursor: pointer;
}
.gallery
{
    display: inline-block;
    margin-top: 20px;
}
.col-sm-3 {
  height:200px;
  margin-bottom:30px;
}

.col-sm-3 img {
  width: 30px;
}
.text-muted{font-style:italic; color:coral;}
.search_submit_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}
.search_submit_button:focus
{
	outline: solid 2px #FFFFFF;
}
.news
{
	width: 100%;
	padding-top: 103px;
	padding-bottom: 118px;
}
.news_post
{
	margin-bottom: 55px;
	border-bottom: 1px solid #d2d2d2;
}
.news_post:last-child
{
}
.news_post_image
{
	width: 100%;
}
.news_post_image img
{
	width: 100%;
	height: auto;
}
.news_post_top
{
	margin-top: 38px;
}
.news_post_date
{
    width: 68px;
    height: 68px;
    border: 2px solid #da261e;
}
.news_post_date div:first-child
{
font-size: 24px;
    font-weight: 700;
    color: #010c48;
    line-height: 1;
}
.news_post_date div:last-child
{
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color:  #010c48;
	line-height: 1;
	margin-top: 3px;
}
.news_post_title_container
{
	padding-left: 31px;
	margin-top: -7px;
}
.news_post_title a
{
	font-size: 30px;
    font-weight: 500;
    line-height: 1.2;
    color: #010101 !important;
}
.news_post_title a:hover,
.news_post_author a:hover,
.news_post_comments a:hover
{
	color: #a5a5a5;
}
.news_post_meta
{
	color: #1a1a1a;
	margin-top: 5px;
	padding-left: 2px;
}
.news_post_author a
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1;
}
.news_post_comments a
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	line-height: 1;
}
.news_post_meta span:nth-child(2)
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	margin-left: 5px;
	margin-right: 5px;
}
.news_post_text
{
	margin-top: 27px;
	margin-bottom: 27px;
}
.news_post_button
{
	width: 188px;
	height: 53px;
	background: #ffb606;
	margin-top: 18px;
}
.news_post_button a
{
	display: block;
	font-size: 16px;
	font-weight: 700;
	color: #FFFFFF;
	line-height: 53px;
}
.news_post_button:hover
{
	box-shadow: 0px 10px 20px rgba(0,0,0,0.2);
}

/*********************************
9.1 News Page Nav
*********************************/

.news_page_nav ul li
{
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #d2d2d2;
	margin-right: 3px;
}
.news_page_nav ul li.active
{
	background: #ffb606;
}
.news_page_nav ul li:hover
{
	background: #ffb606;
}
.news_page_nav ul li a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 43px;
}

/*********************************
10. Sidebar
*********************************/

.sidebar
{
	width: 100%;
}
.sidebar_section
{
	margin-top: 48px;
}
.sidebar_section:first-child
{
	margin-top: 0px;
}
.sidebar_section_title
{
	margin-top: -1px;
}
.sidebar_section_title h3
{
	color: #1a1a1a;
	line-height: 1;
	font-weight: 700;
}
.sidebar_list
{
	margin-top: 28px;
}
.sidebar_list_item
{
	padding-top: 13px;
	padding-bottom: 13px;
	border-bottom: solid 1px #d2d2d2;
}
.sidebar_list_item a
{
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
}
.sidebar_list_item a:hover
{
	color: #ffb606;
}
.latest_posts
{
	margin-top: 50px;
}
.latest_post
{
	margin-bottom: 27px;
}
.latest_post:last-child
{
	margin-bottom: 0px;
}
.latest_post_image
{
	width: 100%;
}
.latest_post_image img
{
	width: 100%;
	height: auto;
}
.latest_post_title
{
	margin-top: 24px;
}
.latest_post_title a
{
	font-size: 18px;
	font-weight: 500;
	color: #1a1a1a;
}
.latest_post_title a:hover,
.latest_post_author a:hover,
.latest_post_comments a:hover
{
	color: #a5a5a5;
}
.latest_post_meta
{
	color: #1a1a1a;
	margin-top: 6px;
}
.latest_post_author a
{
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
	line-height: 1;
}
.latest_post_comments a
{
	font-size: 12px;
	font-weight: 500;
	color: #a5a5a5;
	line-height: 1;
}
.latest_post_meta span:nth-child(2)
{
	font-size: 12px;
	font-weight: 500;
	color: #1a1a1a;
	margin-left: 5px;
	margin-right: 5px;
}
.tags
{
	margin-top: 50px;
}
.tag
{
	height: 40px;
	background: #ffb606;
	margin-right: 12px;
	margin-bottom: 10px;
}
.tag a
{
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 40px;
	padding-left: 30px;
	padding-right: 30px;
}
/*********************************
00. gallery
*********************************/
.album_gal.gal_detail {
    margin-bottom: 10px;
}

.album_gal img {
    border-radius: 0px;
    height: 100%;
    width: 100%;
}
.album_name {
    bottom: 3px;
    position: absolute;
    width: 100%;
    right: 0;
    left: 0px;
}
.album_name h4 {
    background: rgba(255, 182, 6, 0.89) none repeat scroll 0 0;
    border-radius: 0 0 5px 5px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 0;
    padding: 7px 10px;
    text-align: center;
}
.album_name a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 26px;
}
.album_gal {
    border-radius: 0;
    height: 255px;
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
    border: 1px solid #b5b3b3;
    padding: 3px;
}
/*********************************
0a. fixed buttons csm
*********************************/

a.fixed-button {
font-weight: bold;
    background-color: #da261e;
    color: #fff;
    position: fixed;
    top: 38%;
    right: -11px;
    border: 1px solid #fff !important;
    margin-bottom: 20px;
    border-radius: 30px !important;
    z-index: 100;
    padding: 7px 20px !important;
    font-size: 12px;
    text-transform: uppercase;
}

a.fixed-button_1 {
font-weight: bold;
    background-color: #ffb606;
    color: #fff;
    position: fixed;
    top: 50%;
    right: -11px;
    border: 1px solid #fff;
    margin-bottom: 20px;
    border-radius: 30px !important;
    z-index: 100;
    padding: 7px 20px !important;
    font-size: 12px;
    text-transform: uppercase;
}

a.fixed-button:hover, a.fixed-button_1:hover {
    background: #010c48;
}
label {
    color: #686767;
}
/*********************************
12. Services
*********************************/

.services
{
padding-bottom: 40px;
margin-top: 40px;
}
.services_row
{
	margin-top: 65px;
}
.gal_block {
    padding: 5px;
    border: 1px solid #d0cfcf;
}
.gal_view {
    float: right;
    margin-top: 15px;
}
.gal_view a {
    padding: 8px 15px;
    background: #ffb606;
    color: #fff;
    border: 1px solid #e4a204;
}
.gal_view a:hover {
    background: #da261e;
    border: 1px solid #ad0801;
}
.service_item
{
	margin-bottom: 41px;
}
.service_item h3
{
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
	margin-bottom: 13px;
}
.service_item p
{
	font-size: 14px;
	font-weight: 500;
	color: #a5a5a5;
	max-width: 100%;
	margin-bottom: 0px;
}
.icon_container
{
	height: 41px;
	width: auto;
	margin-bottom: 30px;
}
.icon_container img
{
	height: 100%;
}

/*********************************
13. Testimonials
*********************************/

.testimonials
{
	width: 100%;
	background: #1a1a1a;
}
.testimonials_background_container
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.testimonials_background
{
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	opacity: 0.27;
}
.testimonials .section_title h1
{
	color: #FFFFFF;
}
.testimonials_slider_container
{
	padding-left: 30px;
	padding-right: 30px;
	margin-top: 56px;
}
.testimonials_item
{
	width: 100%;
	padding-bottom: 75px;
}
.quote
{
	font-size: 36px;
	color: #ffb606;
}
.testimonials_text
{
	color: #FFFFFF;
	margin-bottom: 0px;
}
.testimonial_user
{
	margin-top: 43px;
}
.testimonial_image
{
	width: 98px;
	height: 98px;
	border-radius: 50%;
	overflow: hidden;
}
.testimonial_image img
{
	width: 100%;
	height: auto;
}
.testimonial_name
{
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #f6af03;
	margin-top: 21px;
}
.testimonial_title
{
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 6px;
}
.testimonials_slider .owl-dots
{
	display: -webkit-box !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}
.testimonials_slider .owl-dot span
{
	width: 8px !important;
	height: 8px !important;
	border: solid 2px #FFFFFF;
	background: transparent !important;
}
.testimonials_slider .owl-dot.active span
{
	width: 16px !important;
	height: 16px !important;
	border: none;
	background: #ffb606 !important;
}

/*********************************
14. Events
*********************************/

.event_items
{
	margin-top: 28px;
}
.event_item
{
	margin-bottom: 56px;
}
.event_item:last-child
{
	margin-bottom: 0px;
}
.carousel-inner {
    height: 530px;
}
.event_date
{
	width: 131px;
	height: 131px;
	border: solid 2px #da261e;
	margin-bottom: 18px;
}
.event_day
{
	font-size: 48px;
	font-weight: 700;
	color: #010c46;
	margin-bottom: 1px;
	line-height: 1;
}
.event_month
{
	font-size: 16px;
	font-weight: 700;
	color: #da261e;
}
.event_name a
{
	font-size: 22px;
	font-weight: 500;
	color: #1a1a1a;
}
.event_name a:hover
{
	color: #ffb606;
}
.event_location
{
	font-size: 14px;
	font-weight: 500;
	color: #1a1a1a;
	margin-top: 2px;
}
.event_content p
{
	font-weight: 500;
	color: #a5a5a5;
	margin-top: 21px;
	margin-bottom: 13px;
}
.event_image
{

}
.event_image img
{
    width: 100%;
    padding: 5px;
    border: 1px solid #f1efef;
}

/*********************************
15. Footer
*********************************/

.footer {
    width: 100%;
    padding: 40px 0px 20px 0px;
    background: #000000;
    color: #ece7e7;
}
.footer .section_title h1
{
	color: #FFFFFF;
}

/*********************************
15.1 Newsletter
*********************************/

.newsletter
{
	padding-bottom: 85px;
	border-bottom: solid 2px #4d4e4e;
}
.newsletter_form_container
{
	width: 60%;
	margin-top: 48px;
}
.newsletter_email
{
	width: calc(100% - 164px);
	height: 42px;
	border: none;
	padding-left: 27px;
	font-weight: 500;
	color: #1a1a1a;
}
.newsletter_email:focus
{
	outline: solid 2px #ffb606;
}
.newsletter_submit_btn
{
	width: 164px;
	height: 42px;
	border: none;
	background: #ffb606;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.newsletter_submit_btn:focus
{
	border: solid 2px #FFFFFF;
}

/*********************************
15.2 Footer Content
*********************************/
.footer_content {
    padding-bottom: 10px;
    border-bottom: solid 1px #7e7e7e;
}
.footer_content .logo_container
{
	padding-left: 0px;
}
.footer_content .logo span
{
	color: #FFFFFF;
}
.footer_about_text
{
    margin-top: 15px;
    margin-bottom: 0px;
    padding-right: 20px;
    text-align: justify;
}
a.more {
    color: #ffb606;
}
.footer_column_title
{
	    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    padding-top: 15px;
    text-transform: uppercase;
}
.footer_column_content
{
	margin-top: 15px;
}
.footer_copyright {
    padding: 0;
    float: left;
}
.footer_copyright.right {
    float: right;
}
span.right {
    float: right;
}
.footer_list_item
{
	margin-bottom: 11px;
display: inline-block;margin: 0px 10px;}
a.link {
    color: #ece7e7;
}
.footer_list_item a
{
    font-size: 14px;
    color: #ece7e7;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}
.footer_list_item a:hover
{
    color: #ffb606;
    /* padding-left: 5px; */
}
.footer_contact_item
{font-size: 14px;
    font-weight: 400;
    color: #ece7e7;
    margin-bottom: 2px;
    /* display: block !important; */
}
.footer_contact_item:last-child
{
	margin-bottom: 0px;
}
.footer_contact_icon
{
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 10px;
}
.footer_contact_icon img
{
	width: 100%;
}
.home_content h1
{
    font-size: 51px;
    font-weight: bolder;
    color: #FFFFFF;
    line-height: 1em;
    white-space: nowrap;
    text-shadow: 5px 5px #000;
    text-transform: uppercase;
}
.home_content {
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 109px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    /* background: #010c48eb; */
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
}
p
{
   font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 400;
    color: #303030;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
/*********************************
15.3 Footer Copyright
*********************************/

.footer_bar
{
	padding-top: 19px;
	padding-bottom: 19px;
}
.footer_social .menu_social_item a i
{
	color: #FFFFFF;
}
.footer_social .menu_social_item a i:hover
{
	color: #ffb606;
}
.footer_social .menu_social_item:last-child
{
	margin-right: 0px;
}
.owl-dots {
    display: none;
}
button.owl-dot {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #da261e;
    border: 1px solid #b50d05;
    margin: 1px;
}

/* ticker*/

.vticker{
    height: 272px !important;
    width: 100%;
    background: #ffffff;
}
.vticker ul{
	padding: 0;
}
.vticker li{
    list-style: none;
    border-bottom: 1px solid #010c48;
    padding: 10px;
    color: #3a3b3c;
}
.et-run{
	background: red;
}

/* 3boxes*/

.thboxes {
    padding-top: 50px;
}

.latest_news {
    background: #010c48;
}
.topers {
    background: #ffb606;
}
.bdy {
    background: #da261e;
}
.title_wrap {
    padding: 10px;
    float: left;
    width: 100%;
}

.titl {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.controls {
    float: right;
}
.controls button {
    background: #fbfbfb;
    border: 1px solid #ffffff;
    padding: 1px 7px;
    border-radius: 4px;
	cursor: pointer;
}
.endview {
    text-align: center;
    padding: 8px;
}
.endview a {
    color: #fff;
}
.latest.news a {
    color: #fff;
    text-transform: uppercase;
}

.bocs {
    border: 1px solid #c5c5c5;
    border-radius: 5px;
    padding: 0px 0px 0px 0px;
}
ul.imgcont {
    text-align: center;
	width:100%;
}
ul.imgcont li {
    text-align: center;
}
ul.imgcont li img {
    width: 170px;
    height: 200px;
	padding:5px;
    border: 1px solid #d0cfcf;
}
/* scroll top*/
.scrollTop {
    position: fixed;
    right: 1%;
    bottom: 10px;
    background-color: #ececec;
    padding: 14px;
    transition: all 0.4s ease-in-out 0s;
    border: 1px solid #000832;
}
.scrollTop a {
    color: #000;
}
.search_section .input_field {
    background: #fff !important;
    color: #a8a8a8 !important;
    padding: 0 14px !important;
    font-weight: 500 !important;
    font-size: 14px;
    margin-bottom: 15px;
}
.footer_col {text-align: center;}

.footer_column_content ul li {display: inline-block;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(218 38 30) !important;
}.scrollTop:hover, .scrollTop a:hover {background: #da261e;color: #fff;}
.services.page_section .owl-nav {
    display: none;
}