@charset "utf-8";



/*********************************
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;
	background: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
    background-repeat: no-repeat;
    background-size: cover;
}
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;

}
ul li
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

p
{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
	color: #000;
}
p a
{
	display: inline;
	position: relative;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
p:last-of-type
{
	margin-bottom: 0;
}
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;
}
p a:hover
{
	color: #FFFFFF;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 17px;}
h5{font-size: 14px;}
h1, h2, h3
{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	-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;
	margin-bottom: 0;
}

h4, h5, h6
{
	font-family: 'Roboto', sans-serif;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	margin-bottom: 0;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
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;
}
.parallax-window
{
    min-height: 300px;
}
.nopadding
{
	padding: 0px !important;
}

/*********************************
3. Header
********************************/

.header
{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.05);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	top: -40px;
}

/*********************************
3.1 Top Bar
********************************/

.top_bar
{
	width: 100%;
	background: #21a7e0;
}
.header.scrolled .top_bar
{

}
.top_bar_container
{
	width: 100%;
	height: 100%;
}
.top_bar_content
{
	width: 100%;
	height: 40px;
}
.top_bar_contact_list li
{
	display: inline-block;
	
}

.top_bar_contact_list ul
{
	margin-bottom: 0rem!important;
	
}
.question
{
	font-size: 14px;
	color: #000;
	margin-left: 0px;
	
}
.top_bar_contact_list li i,
.top_bar_contact_list li > div
{
	display: inline-block;
	font-size: 15px;
	color: #000;
}
.top_bar_contact_list li > div
{
	margin-left: 1px;
}
.top_bar_contact_list li:not(:last-child)
{
	margin-right: 21px;
}
.top_bar_login
{
	height: 100%;
}
.login_button
{
	width: 160px;
	height: 100%;
	background: #f3c424;
	text-align: center;
}
.login_button a
{
	display: block;
	font-size: 15px;
	font-weight: 500;
	line-height: 40px;
	color: #000;
}

/*********************************
3.2 Header Content
******************************/

.header_container
{
	width: 100%;
	background: #FFFFFF;
}
.header_content
{
	height: 70px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled .header_content
{
	height: 80px;
}

/*********************************
3.3 Logo
*********************************/

.logo,
.logo_text
{
	display: inline-block;
}
.logo
{
	width: 60px;
	height: 60px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo img
{
	max-width: 100%;
}
.logo_text
{
	font-size: 36px;
	font-weight: 700;
	line-height: 0.75;
	color: #384158;
	vertical-align: middle;
	margin-left: 7px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.logo_text span
{
	color: #14bdee;
}
.header.scrolled .logo img
{
	width: 40px;
	height: 40px;
}
.header.scrolled .logo_text img
{
	width:150px;
	height:auto;
}

/*********************************
3.4 Main Nav
*********************************/

.main_nav_contaner
{

}
.main_nav,
.search_button,
.shopping_cart
{
	display: inline-block;
}
.main_nav li
{
	display: inline-block;
	position: relative;
}
.main_nav li:not(:last-child)
{
	margin-right: 44px;
}
.main_nav li a
{
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.2px;
	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 li a:hover,
.main_nav li.active a
{
	color: #1d638a;
}


@media (min-width: 576px) {
  .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    margin-top: 20px;
	border-radius: 6px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.15);
    border:0;
	
  }
 .dropdown-menu .dropdown-item {
  display: block;              /* ensures full row clickable */
  width: 100%;                 /* span full width */
  padding: 5px 15px;          /* spacing */
  color: #333;                 /* text color */
  background-color: transparent;
  transition: background-color 0.3s ease, color 0.3s ease;
}

  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    margin-top: 10px;
  }
}

/* Style for dropdown link */
.menu_mm .dropdown > a {
  display: flex;
  justify-content: end;
  align-items: center;
  font-weight: 600;
  cursor: pointer;
}

/* Submenu hidden by default (Bootstrap collapse handles visibility) */
.menu_mm .submenu {
  padding-left: 15px;
  margin: 5px 0;
  border-left: 2px solid #eee;
}



.menu_mm .submenu li a {
  font-size: 14px;
  color: #444;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
}

.menu_mm .submenu li a:hover {
  color: #007bff;
}

/* Remove that left border from submenu */
.menu_mm .submenu {
  padding-left: 15px;
  margin: 5px 0;
  border-left: none;   /* removed vertical line */
}



.search_button
{
	margin-left: 46px;
	cursor: pointer;
}
.shopping_cart
{
	margin-left: 23px;
	cursor: pointer;
}
.search_button i,
.shopping_cart i
{
	font-size: 18px;
	color: #181818;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.search_button:hover i,
.shopping_cart:hover i
{
	color: #14bdee;
}
.header_search_form
{
	display: block;
	position: relative;
	width: 40%;
}
.header_search_container
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #14bdee;
	z-index: -1;
	opacity: 0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.header_search_container.active
{
	bottom: -73px;
	opacity: 1;
}
.header_search_content
{
	width: 100%;
	height: 73px;
}
.search_input
{
	width: 100%;
	height: 40px;
	border: none;
	outline: none;
	padding-left: 20px;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	border: none;
	outline: none;
	cursor: pointer;
}

/*********************************
3.5 Hamburger
*********************************/

.hamburger_container
{

}
.hamburger
{
	display: none;
	cursor: pointer;
}
.hamburger i
{
	font-size: 20px;
	color: #353535;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.hamburger:hover i
{
	color: #14bdee;
}

/*********************************
4. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
}
.menu .logo a
{
	color: #000000;
}
.menu.active
{
	right: 0;
}
.menu_close_container
{
	position: absolute;
	top: 30px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-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 div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu .logo
{
	margin-bottom: 60px;
}
.menu_nav ul li
{
	margin-bottom: 9px;
}
.menu_nav ul li a
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	letter-spacing: 0.1em;
	-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_nav ul li a:hover
{
	color: #1d638a;
}
.menu .search
{
	width: 100%;
	margin-bottom: 67px;
}
.search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.menu .header_search_form
{
	width: 100%;
}
.search form
{
	position: relative;
}
.menu .search_input
{
	width: 100%;
	height: 40px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	border: none;
	outline: none;
	padding-left: 15px;
	color: rgba(0,0,0,0.5);
}
.menu .search_input::-webkit-input-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input:-moz-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::-moz-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
} 
.menu .search_input:-ms-input-placeholder
{ 
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}
.menu .search_input::input-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: rgba(0,0,0,0.4) !important;
}



/*********************************
5. Section
*********************************/

.section_title_container
{
	margin: 0 auto;
	max-width: 1000px;
}
.section_title
{
	line-height: 1.2;
}
.section_subtitle
{
	line-height: 1.85;
	margin-top: 14px;
}
.section_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*********************************
6. Home
*********************************/

.home
{
	width: 100%;
	height: 700px;
	position: relative;
	padding-top: 70px;
}
.home_slider_container
{
	width: 100%;
	height: 100%;
	
}
.home_slider
{
	width: 100%;
	height: 100%;
	
}
.home_slider_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.home_slider_content
{
	position: absolute;
	top: 41%;
	left: 0px;
	width: 90%;
	height: auto;
}
.home_slider_title 
{
    font-size: 46px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    text-shadow: 0px 0px 3px rgba(0,0,0,0.20);
    letter-spacing: 0.5px;
}
.home_slider_subtitle p
{
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
    letter-spacing: 0.3px;
    text-transform: capitalize;	
    
}
.home_slider_form_container
{
	width: 832px;
	margin: 0 auto;
	margin-top: 35px;
}
.home_search_form div
{
	width: calc(100% - 140px);
	height: 46px;
	background: #FFFFFF;
	border-radius: 3px;
}
.home_search_input
{
	width: 33.33333333%;
	border: none;
	outline: none;
	height: 25px;
	padding-left: 20px;
}
.home_search_input:not(:last-child)
{
	border-right: solid 1px #e5e5e5;
}
.home_search_input::-webkit-input-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input:-moz-placeholder
{
	
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input::-moz-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
} 
.home_search_input:-ms-input-placeholder
{ 
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.home_search_input::input-placeholder
{
	font-family: 'Roboto', sans-serif;
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #b5b8be !important;
}
.dropdown_item_select
{
	position: relative;
	-webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	background-image: url(../images/down.png);
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 20px;
	padding-left: 20px;
}
.home_search_button
{
	width: 120px;
	height: 46px;
	background: #14bdee;
	border: none;
	outline: none;
	border-radius: 3px;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	cursor: pointer;
}
.home_slider_nav
{
	position: absolute;
	top: 55.8%;
	width: 50px;
	border-radius: 50%;
	text-align: center;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.home_slider_prev
{
	left: 35px;
}
.home_slider_next
{
	right: 35px;
}
.home_slider_nav i
{
	line-height: 50px;
	color: #FFFFFF;
	font-size: 24px;
}
.home_slider_nav:hover
{
	background: #14bdee;
}

/*********************************
7. Features
*********************************/

.features
{
	width: 100%;
	padding-top: 100px;
	padding-bottom: 90px;
}
.features_row
{
	margin-top: 70px;
	padding: 0 50px 0 50px;
}
.feature
{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 28px;
	padding-left: 15px;
	padding-right: 15px;
	background: #FFFFFF;
	border: solid 1px #fff;
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.feature:hover
{
	box-shadow: 0px 5px 40px rgba(29,34,47,0.15);
}
.feature_icon
{
	height: 55px;
}

.feature_icon_bg{
  margin: 0 auto 0 auto;
  padding-top: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 110px;
  height: 110px;
}

.feature_color_1 .feature_icon_bg {
	background: #3fcdc7;
}

.feature_color_1:hover {
  border-color: #3fcdc7;
}

.feature_color_2 .feature_icon_bg {
	background: #F4C430;
}

.feature_color_2:hover {
  border-color: #F4C430;
}

.feature_color_3 .feature_icon_bg {
    background: #75B0FF;
}

.feature_color_3:hover {
  border-color: #75B0FF;
}

.feature_color_4 .feature_icon_bg {
	background: #41cf2e;
}

.feature_color_4:hover {
  border-color: #41cf2e;
}

.feature_icon img
{
	max-width: 100%;
}
.feature_title
{
	position: relative;
	font-size: 18px;
	margin-top: 25px;
	font-weight: 600;
}


/*********************************
8. Courses
*********************************/

.courses
{
	width: 100%;
	padding-top: 60px;
	padding-bottom: 80px;
}
.courses_row
{
	margin-top: 40px;
}
.course
{
	width: 100%;
	border-radius: 6px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px rgba(29,34,47,0.1);
}
.course_image
{
	width: 100%;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
}
.course_image img
{
	max-width: 100%;
}
.course_body
{
	padding-top: 22px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 23px;
}
.course_title a
{
	font-size: 20px;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.course_title a:hover
{
	color: #1d638a;
}
.course_teacher
{
	font-size: 15px;
	font-weight: 400;
	color: #384158;
	margin-top: 6px;
}
.course_text
{
	margin-top: 13px;
	font-size: 14px;
}
.course_footer
{
	padding-left: 30px;
	padding-right: 30px;
}
.course_footer_content
{
	width: 100%;
	border-top: solid 1px #e5e5e5;
	padding-top: 9px;
	padding-bottom: 11px;
}
.course_info
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #55555a;
}
.course_info:first-child
{
	margin-right: 18px;
}
.course_info i
{
	color: #ffc80a;
}
.course_price a
{
    font-size: 16px;
    font-weight: 600;
    color: #1d638a!important;
}

.course_price a:hover
{
    color: #21a7e0!important;
}
.course_price span
{
	font-size: 14px;
	font-weight: 400;
	text-decoration: line-through;
	color: #b5b8be;
	margin-right: 10px;
}
.courses_button
{
    width: 210px;
    height: 46px;
    border-radius: 3px;
    background: #1d638a;
    text-align: center;
    margin: 0 auto;
    margin-top: 41px;
    box-shadow: 0px 5px 20px rgba(29,34,47,0.10);
    -webkit-box-shadow: 0px 5px 20px rgba(29,34,47,0.10);
}
.courses_button:hover
{
    box-shadow: 0px 5px 30px rgba(29,34,47,0.20);
    -webkit-box-shadow: 0px 5px 30px rgba(29,34,47,0.20);
}
.courses_button a
{
	display: block;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 46px;
	color: #FFFFFF;
}




/*********************************
9. Counter
*********************************/

.counter
{
	width: 100%;
	background: #FFFFFF;
	z-index: 2;
}
.counter_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.counter_content
{
	padding-top: 150px;
	padding-bottom: 150px;
}
.counter_title
{
	color: #000;
	font-weight: 700;
}
.counter_text
{
	margin-top: 18px;
}
.counter_text p
{
	color: #000;
}

.text-decoration{
	list-style: disc;
	color:#000;
	font-size:15px;
	padding-left:30px;
}

/*********************************
12. News
*********************************/

.news
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.news_row
{
	margin-top: 55px;
}
.news_post_large_container
{
	padding-right: 30px;
}
.news_post_large
{
	width: 100%;
}
.news_post_image
{
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
}
.news_post_image img
{
	max-width: 100%;
}
.news_post_large_title
{
	margin-top: 23px;
}
.news_post_large_title a
{
	font-size: 20px;
	font-weight: 700;
	color: #384158;
	line-height: 1.4;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_large_title a:hover
{
	color: #14bdee;
}
.news_post_meta
{
	margin-top: 11px;
}
.news_post_meta ul li
{
	display: inline-block;
	position: relative;
}
.news_post_meta ul li:not(:last-of-type)::after
{
	display: inline-block;
	position: relative;
	content: '|';
	margin-left: 14px;
	margin-right: 11px;
}
.news_post_meta ul li a
{
	font-size: 14px;
	font-weight: 400;
	color: #b5b8be;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_meta ul li a:hover
{
	color: #14bdee;
}
.news_post_text
{
	margin-top: 13px;
}
.news_post_link
{
	margin-top: 19px;
}
.news_post_link a
{
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	color: #384158;
	text-decoration: underline;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_link a:hover
{
	color: #14bdee;
}
.news_posts_small
{
	margin-top: -6px;
}
.news_post_small:not(:last-child)
{
	padding-bottom: 31px;
	border-bottom: solid 1px #e5e5e5;
}
.news_post_small:not(:first-child)
{
	padding-top: 29px;
}
.news_post_small_title a
{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.55;
	color: #384158;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.news_post_small_title a:hover
{
	color: #14bdee;
}

/*********************************
13. Newsletter
*********************************/

.newsletter
{
	width: 100%;
}
.newsletter_background
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f7b111;    
}
.newsletter_container
{
	width: 100%;
	height: 120px;
}
.newsletter_title
{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	color: #000;
}
.newsletter_subtitle 
{
	font-size: 16px;
	font-weight: 400;
	margin-top: 6px;
}
.newsletter_form_container
{
	width: 450px;
	padding-left: 20px;
}
.newsletter_form
{
	display: block;
	position: relative;
	width: 100%;
}
.newsletter_input
{
	width: calc(100% - 136px);
	height: 40px;
	background: rgba(255,255,255,0.4);
	border: none;
	outline: none;
	padding-left: 20px;
	color: #FFFFFF;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_input::input-placeholder
{
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #FFFFFF !important;
}
.newsletter_button
{
	width: 136px;
	height: 40px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	outline: none;
	cursor: pointer;
	font-size: 14px;
	text-transform: uppercase;
	color: #14bdee;
	font-weight: 500;
	letter-spacing: 0.1em;
}



/*--------------------------------------------------------
----------------------------------------------------------
          			Wrap Image Section
----------------------------------------------------------
---------------------------------------------------------*/
.wrap {
    width: 100%;
    height: 0px;
    position:relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
   
}

.wrap .overlay{
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    opacity: .5; 

}
.wrap .text  {
    color: #fff;
    position: relative; 
}


.wrap .text .maintext {
     font-weight: 600;
     color: #fff;
     font-size: 30px;
       
}

.wrap.subwrap {
    padding: 15em 0;
}

@media (max-width: 768px) {
.wrap .text .maintext {
     font-size: 30px;
           
}
}



/*********************************
7. About
*********************************/

.about
{
	width: 100%;
	padding-top: 93px;
	padding-bottom: 100px;
	background: #FFFFFF;
}
.font_size{
	font-size:22px;
	line-height: 1.4;
}
.line{
	border-left:solid 2.5px #f7b111; 
}
.about_row
{
	margin-top: 56px;
}
.about_col_left
{
	padding-right: 25px;	
}
.about_col_right
{
	padding-left: 25px;
}
.about_col_middle
{
	padding-left: 20px;
	padding-right: 20px;
}
.about_item_image
{
	width: 100%;
	overflow: hidden;
}
.about_item_image img
{
	max-width: 100%;
	-webkit-transition: all 2000ms ease;
	-moz-transition: all 2000ms ease;
	-ms-transition: all 2000ms ease;
	-o-transition: all 2000ms ease;
	transition: all 2000ms ease;
}

.about_item_title
{
	margin-top: 22px;
}

.about_item_text
{
	margin-top: 12px;
}
.about_item_text
{
	line-height: 2;
}


/*******************************
Product
*******************************/
.product{
	padding-top:80px;
	padding-bottom:40px;
}

.points-hight li{
	padding-bottom:3px;
	margin-left:35px;
	list-style: disc;
	
}

.product-option .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;  
}

.product-option .icon-box + .icon-box {
  margin-top: 50px;
}

.product-option .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  height: 75px;
  background: #f3f8fa;
  border-radius: 6px;
  transition: 0.5s;
}

.product-option .icon-box .title {
  font-weight: 750;
  margin-bottom: 10px;
  font-size: 25px;
  text-transform: uppercase;
}

.product-option .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.product-option .icon-box .description {
  line-height: 24px;
}

.product-option .video-box {
  position: relative;
}

.product-option .video-box img {
  padding: 20px 0;
}


.benefits{
	padding-top:100px;
	padding-bottom:70px;
}



/*********************************
7. Contact
*********************************/



.contact_info_container
{
	padding-top: 70px;
	padding-bottom: 70px;
	
}
.contact_info_title
{
	font-size: 36px;
	font-weight: 700;
	color: #000;
}
.contact_form
{
	padding-right: 10px;
}
.comment_form
{
	margin-top: 25px;
}
.comment_input
{
	width: 100%;
	height: 40px;
	border: solid 1px #d9d9d9;
	border-radius: 3px;
	padding-left: 19px;
	font-size: 16px;
	font-weight: 400;
	color: #2c3145;
}
.comment_form > div:not(:last-child)
{
	margin-bottom: 25px;
}
.comment_input:focus
{
	border: solid 1px #14bdee;
	outline: none;
}
.comment_textarea
{
	width: 100%;
	height: 100px;
	padding-top: 15px;
}
.form_title
{
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 12px;
}
.comment_button
{
	width: 150px;
	height: 46px;
	background: #14bdee;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-top: 15px;
}
.comment_button:hover
{
	box-shadow: 0px 5px 40px rgba(0,0,0,0.25);
}
.contact_info
{
	padding-left: 45px;
}
.contact_info_text
{
	margin-top: 27px;
}
.contact_info_location
{
	margin-top: 28px;
}
.contact_info_location_title
{
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.location_list
{
	margin-top: 14px;
}
.location_list li
{
	font-size: 15px;
	color: #000;
}
.location_list li:not(:last-child)
{
	margin-bottom: 9px;
}

/*********************************
Footer
*********************************/
.footer-section{
    padding: 3em 0 0em 0;
    background-image: url(../images/reecomb-eyeglasses-and-sunglasses-lenses.png);
    background-position: center center;
    background-size: contain;
}
.footer-section:before {
    content: "";
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.footer {
    position: relative;
    background-color: rgba(253,253,253,1.00);
}

.footer-widget{
	color: #000;
    position: relative; 
}
.footer .footer-widget .heading-1 {

    margin-bottom: 23px;
}
.footer .footer-widget h2 {
    color: #123A83;
    margin-bottom: 28px;
    font-size: 22px;
    font-weight: 700; 
}
@media(max-width: 767.98px){
	.footer .footer-widget h2{
		margin-top:20px;
		 margin-bottom: 10px;
	}
}
.footer .footer-widget ul li a {
	font-size:15px;
	letter-spacing: 0.4px;
    color:#000;
}
 .footer .footer-widget ul li a span {
    font-size:18px;
	letter-spacing: 0.4px;
    color:#000; 
	margin-top:20px;
}
.footer .footer-widget ul li span {
    font-size:15px;
	letter-spacing: 0.4px;
    color:#000; 
}
.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important; 
}
.footer .footer-widget .btn-primary:hover {
      background: #fff;
      border: 2px solid #fff !important; 
}
.footer p {
	font-size:15px;
    color: #000;
}
.footer a {
    color: #fff; 
}


.footer_social
{
	margin-top: 23px;
}
.footer_social ul li
{
	display: inline-block;
	width: 45px;
	height: 45px;
	background: #f7b111;
	border-radius: 50%;
	-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_social ul li:not(:last-child)
{
	margin-right: 6px;
}
.footer_social ul li a
{
	display: block;
	position: relative;
	text-align: center;
}
.footer_social ul li a i
{
    color: #000;
    line-height: 45px;
}

.footer_social ul li:hover
{
	background: #21a7e0;
	
}

.small-nav > li {
  display: inline-block;
}
.small-nav > li a {
    margin: 0 10px 10px 0; 
}
.small-nav > li a:hover, .small-nav > li a:focus {
      color: #1089ff;
}

.bottom-footer{
	position: inherit;
	background-color:#005c80;
	z-index: 999;
	margin-top:4rem;
	padding-top:2px;
	padding-bottom: 2px;
}
#footer-text{
	color:#fff;
	padding:10px 0;
	margin-bottom: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	#footer-text{
	font-size:14px;
}
}
@media only screen and (min-width: 576px) and (max-width: 767px){
#footer-text{
	font-size:14px;
}

}
@media (max-width: 575px){
	#footer-text{
	font-size:13.5px;
}
	
}
.block-23 ul li .fa {
    width: 40px;
    font-size: 18px!important;
    padding-top: 2px;
 
}
.block-23 ul li .fa, .block-23 ul li .text {
    display: table-cell;
    vertical-align: top;
	font-size:14px;
}

.block-23 ul {
    padding: 0;
}
/*ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}*/
.block-23 ul li, .block-23 ul li > a {
    display: table;
    line-height: 1.5;
    margin-bottom: 15px;
}
