/*
Theme Name: Amavel Theme
Theme URI: 
Author: the Amavel Theme team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@charset "utf-8";

/* ==========================================================================
   1. CSS Reset Code
   ========================================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img,
ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* Force scrollbar */
html { overflow-y: scroll; }


/* Align radios and text inputs with their label */

input[type='radio'],
input[type='checkbox'] {
	vertical-align: text-bottom; 
	width: auto;
	height: auto;
	min-width: auto;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}

/* Hand cursor on clickable input elements */
label,
input[type='button'],
input[type='submit'],
form button {
  cursor: pointer;
}

input[type='button'],
input[type='submit'],
form button {
  display: inline-block;
	min-width: 180px;
	text-align: center;
	height: 45px;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	background-color: #0da982;
  border: 0;
  border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
}

input[type='button']:hover,
input[type='submit']:hover,
form button:hover{
	background: #fcb034;
	color: #fff;
	border-color: #fcb034;
}

*{
	border: none;
	outline: none;
	box-sizing: border-box;
}

b,strong {
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
}

i,
em { font-style: italic; }

img {
  border: 0;
  vertical-align: middle;
	max-width: 100%;
}

sub,
sup {
  vertical-align: baseline;
  position: relative;
  font-size: 55%;
  line-height: 0;
}

sup { top: -.7em; }

sub { bottom: -.25em; }

a{
	color: #ffcb08;
	text-decoration: none;
	display: inline-block; 
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

a:hover{ color: #ffcb08; text-decoration: none; }

a:focus,
a:active{ border: none; outline: none; }

div{ vertical-align: top; }

table,tr,td,th{
	font: 400 16px Montserrat, sans-serif;
}

table{ border-collapse: collapse; }

/* 1.2. Clear Fix
   ========================================================================== */

.clearfix:before,
.clearfix:after{
  display: table;
  content: " ";
}

.clearfix:after{ clear: both; }

.row{
	margin-left: -15px;
	margin-right: -15px;
}

/*=======================================================================
						FONT FACE DECLARTIONS
========================================================================*/

@font-face{
  font-family: 'Georgia-Bold';
  src: url('fonts/Georgia/Georgia-Bold.eot');
  src: url('fonts/Georgia/Georgia-Bold.woff') format('woff'),
			 url('fonts/Georgia/Georgia-Bold.woff2') format('woff2'),
			 url('fonts/Georgia/Georgia-Bold.ttf') format('truetype'),
			 url('fonts/Georgia/Georgia-Bold.svg#Georgia-Bold') format('svg'),
       url('fonts/Georgia/Georgia-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
} 

/*=======================================================================

========================================================================*/


body{
	font: 400 18px 'Open Sans', sans-serif;
	color: #4A4A4A;
	background: #fff;
	-webkit-font-smoothing: antialiased;
  position: relative;
  min-height: 100vh;
}

h1,h2,h3,h4,h5,h6{
	font-weight: 700;
	color: #000;
	font-family: 'Montserrat', sans-serif;
}

h1{ font-size: 42px; }
h2{ font-size: 39px; font-weight: 500; }
h3{ font-size: 32px; }
h4{ font-size: 28px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; font-weight: 700; color: #444847; }

p{
	font: 500 16px/25px 'Open Sans', sans-serif;
	color: #444847;
	margin: 0 0 20px;
}

ul, ol{
  margin-left: 20px;
}

ul li,
ol li{
	font: 500 16px/25px 'Open Sans', sans-serif;
  color: #4A4A4A;
  margin: 15px 0;
}

input{
	font: 500 16px 'Montserrat', sans-serif;
	color: #000;
	outline: none;
	height: 45px;
	border: 1px solid #000;
	min-width: 200px;
	padding: 0 10px;
}

textarea{
  width: 100%;
	min-height: 160px; 
	font: 500 14px 'Montserrat', sans-serif; 
	border: 1px solid #E5E5E5;
	padding: 10px;
  resize: none;
}	

body{ 
	background-color: #fff;
	min-height: 100vh; 
	position: relative;
}

/*=======================================================================

/* Default pages styling */
.postContentDefault 										{   font: 400 16px/25px 'Open Sans', sans-serif; color: #444847;}

.general-page .container{ padding: 45px 15px; }

.postContentDefault h1									{    font: 600 48px 'Montserrat', sans-serif;    color: #231f20; padding:0 0 10px 0;}
.postContentDefault h2									{font: 600 44px 'Montserrat', sans-serif; padding:0 0 10px 0;}
.postContentDefault h3									{font: 600 38px 'Montserrat', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h4									{font: 600 32px 'Montserrat', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h5									{font: 600 26px 'Montserrat', sans-serif;  padding:0 0 10px 0;}
.postContentDefault h6									{font: 600 18px 'Montserrat', sans-serif;  padding:0 0 10px 0;}

.postContentDefault  hr									{height:1px; background:#000;}

.postContentDefault p 									{        font: 400 16px/25px 'Open Sans', sans-serif; padding:0 0 20px 0; margin:0; color:#231f20; }
.postContentDefault p b, .postContentDefault p strong 		{font-weight:bold;}
.postContentDefault p em 									{font-style:italic;}
.postContentDefault p a, .postContentDefault a			{color:#f36e41; text-decoration: underline;}

.postContentDefault blockquote 							{padding: 10px; background:#d1dce1;text-indent:15px; margin:0 0 20px 0;}
.postContentDefault blockquote p							{margin:0; padding:0;}


.postContentDefault figure.wp-caption						{margin:0; background:none; }
.postContentDefault figure.wp-caption img 					{margin:0 0 10px 0;}
.postContentDefault figcaption.wp-caption-text 				{text-align:left; font-size:18px; line-height:20px; color: #565a5c; }

.postContentDefault ul 									{margin-bottom: 25px; margin-left: 40px;}
.postContentDefault ul li									{padding-bottom: 10px; list-style: outside disc;}
.postContentDefault ul li a  								{font-size:17px;line-height:20px; color:#f36e41;}
.postContentDefault ol									{list-style:decimal inside;margin:0 0 20px 0; padding:0; color:#66899b;}
.postContentDefault ol li									{font-size:17px; padding:0 0 5px 0; margin:0; line-height:20px; color:#32325d; font-weight:normal;}
.postContentDefault ol li a 								{font-size:18px; line-height:20px; color:#f36e41; font-weight:normal;}


.postContentDefault form label 								{display:block; font-size:18px; line-height:20px; margin:0 0 5px 0;}
.postContentDefault form input[type="text"], 
.postContentDefault form input[type="email"], 
.postContentDefault form input[type="url"], 
.postContentDefault form input[type="search"],
.postContentDefault form input[type="number"],
.postContentDefault form select{max-width: 300px; font-size:17px; width:80%; height:45px; padding:10px; border:1px solid #32325d; margin:0 0 10px 0; background:#fff;}
.postContentDefault form select {font-size: 17px;height:auto;}


.form-control{
	border-color: #32325d;
	font-size: 17px;
}

.postContentDefault {padding: 50px 0;}

.col{ padding: 0 15px; }


.postContentDefault .navigation.paging-navigation 		{width:100%;}
.postContentDefault .navigation.paging-navigation h1		{display:none !important;}
.postContentDefault .navigation.paging-navigation a		{font-size: 17px;line-height: 1px; color: #f36e41; background: #66899b;  padding:22px 10px;  margin: 0 3px; }
.postContentDefault .navigation.paging-navigation span	{font-size: 18px;line-height: 20px; color: #f36e41; background: #b3d66f;  padding: 4px 10px;  margin: 0 3px; }
.postContentDefault .wp-pagenavi span.pages 				{background:#40A35F; color:#fff; font-size: 18px;line-height: 20px;  padding: 4px 10px;  margin: 0 5px 0 0; }
.postContentDefault .wp-pagenavi a						{font-size: 18px;line-height: 20px; color: #fff; background: #f36e41;  padding: 4px 10px;  margin: 0 3px;}
.postContentDefault .wp-pagenavi span.current 			{background:#b3d66f; color:#f36e41; font-size: 18px;line-height: 20px;  padding: 4px 10px;  margin: 0 5px 0 0;}
.search-form span.screen-reader-text {display:none;}

.postContentDefault table 									{font-size:18px; line-height:20px; width:100%;}
.postContentDefault table  th 								{font-weight:bold;}
.postContentDefault table td, .postContentDefault table th	{border:1px solid;}

.postContentDefault p img, .postContentDefault img		{max-width:100%; width:auto; height:auto;}
.postContentDefault iframe 								{ max-width:100%; min-height:250px;}

.navigation.paging-navigation a{
	display: inline-block;
	padding: 22px;
}

.navigation.paging-navigation{ text-align: center; }

.wp-pagenavi{ text-align: center; }

img.aligncenter{
  float: none;
  display: block;
	margin: 0 auto 15px;
}

img.alignright{
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}

img.alignleft{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.textcenter{ text-align: center; }
.textleft{ text-align: left; }
.textright{ text-align: right; }

.mob_heading{
  display: none;
}

header ol, footer ol, header ul, footer ul{ margin: 0; }
header ol li, footer ol li, header ul li, footer ul li{ margin: 0; }

/*========================================================================*/

.container{
  max-width: 1200px;
  width: 100%;
}

header.header{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
}

.pri_header{
  background-color: rgba(0,0,0,0.40);
  padding: 1px 0px 6px;
}

.pri_header .right_header{
  float: right;
}

.pri_header ul.other_links{
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 11px;
}

.pri_header ul.other_links li{
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 6px;
}

.pri_header ul.other_links li:last-child{
  border-right: 0;
}

.pri_header ul.other_links li a{
  color: #fff;
  text-decoration: none;
}

.pri_header ul.other_links li a:hover{ text-decoration: underline; }

.language{
  width: 140px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 300;
  color: #fff;
  background-color: rgba(255,255,255,0.20);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 4px;
  padding: 0 10px;
  padding-right: 25px;
  background-image: url(images/icon2.png);
  background-position: right 12px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.language option{
  color: #000;
}

/*========MAIN HEADER=========*/

.logo{
  display: inline-block;
  padding-top: 12px;
}

.header_nav{
  float: right;
  margin-top: 25px;
}

.header_nav nav{
  display: inline-block;
  vertical-align: middle;
}

.header_nav nav ul{ margin: 0; }

.header_nav nav ul li{
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 28px;
}

.header_nav nav ul li a:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fcb034;
  position: absolute;
  bottom: -1px;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header_nav nav ul li a:hover:after{
  opacity: 1;
}

.header_nav nav li.current-menu-tem a:after{ opacity: 1; }
.header_nav nav li.current-menu-item a:after{ opacity: 1; }

.header_nav nav ul li a{
  color: #fff;
  text-decoration: none;
  position: relative;
}

.search{
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 20px;
}

.search a{
  display: block;
  width: 18px;
  height: 18px;
  background: url(images/search-icon.png) no-repeat;
  background-position: center;
  transition: none;
}

.search a.toggle{
  background: url(images/close-icon.png) no-repeat;
  background-position: center;
  background-size: 14px;
}

.search form{
  width: 200px;
  background-color: #fff;
  border-radius: 10px;
  position: absolute;
  top: 40px;
  right: -20px;
  display: none;
}

.search form:before{
  content: "\f0de";
  font-family: 'FontAwesome';
  color: #ffffff;
  position: absolute;
  top: -8px;
  right: 22px;
}

.search form .ip{
  background-color: transparent;
  width: 200px;
  height: 35px;
  font-size: 12px;
  border: 0;
  padding-right: 45px;
  background-image: url(images/search-icon-black.png);
  background-position: right 15px center;
  background-repeat: no-repeat;
  background-size: 13px;
}

.search form .btn {
  opacity: 0;
  position: absolute;
  right: 0;
  width: 30px;
  height: 35px;
  top: 0;
  min-width: auto;
}

ul.social_links{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

ul.social_links li{
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

ul.social_links li:last-child{
  margin-right: 0;
}

.header_nav nav ul.other_links{ display: none; }

/*======HUMBURGER======*/

.menu_overlay{
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  display: none;
  z-index: 102;
}

.humburger{
  width: 30px;
  position: relative;
  display: none;
  vertical-align: middle;
  padding: 10px 0;
  cursor: pointer;
  float: right;
}

.humburger span{
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}

.humburger span:before{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.humburger span:after{
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
}

.inner_header .humburger span,
.inner_header .humburger span:before,
.inner_header .humburger span:after{
  background-color: #423c3d;
}

/*==========BANNER SLIDER============*/

.banner_slider{
  position: relative;
}

.banner_slider .slick-dotted.slick-slider{ margin: 0; }

.banner_slider .slide{
  height: 700px;
  max-height: none;
  position: relative;
}

.banner_slider .slide:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #393b41;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
}

.slide_bg{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_slider .slide .container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  padding: 0 40px;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.banner_slider h2{
  font-style: italic;
  font-weight: 700;
  font-size: 46px;
  line-height: 62px;
  color: #fff;
  margin: 0;
}

.banner_slider h5{
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  color: #ffde84;
}

.explore_link{
  margin-top: 55px;
}

.btn_link{
  min-width: 205px;
  height: 47px;
  font-weight: 600;
  font-size: 16px;
  padding: 11px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  letter-spacing: 1px;
  border: 2px solid #ffde84 !important;
}

.btn_link:hover{
  color: #000;
  background-color: #ffde84;
  text-decoration: none;
}

.banner_slider .arrows{
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -20px;
}

.banner_slider .arrows a{
  width: 25px;
  height: 25px;
  display: inline-block;
}

.banner_slider .arrows a.slide_right{
  float: right;
}

.slide_left{
  background: url(images/slide-left.png) no-repeat;
  background-position: center;
}

.slide_right{
  background: url(images/slide-right.png) no-repeat;
  background-position: center;
}

.banner_slider .slick-dots{
  bottom: 30px;
  left: 0;
  right: 0;
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  text-align: left;
}

.slick-dots li button{
  min-width: auto;
  width: 16px;
}

.slick-dots li button:before{
  color: #fff;
  font-size: 7px;
}

.slick-dots li.slick-active button:before{
  color: #fff;
  opacity: 1;
  transform: scale(1.1);
}
 
.slick-dots li{ margin: 0; width: 16px; }

.mouse_icon{
  width: 35px;
  margin: 0 auto;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
}

/*======ABOUT US SECTION=========*/

.about_us_sec .container{
  padding: 135px 15px 120px;
}

.about_us_sec h2{
  font-weight: 400;
  font-style: italic;
  font-size: 39px;
  color: #0da982;
  margin-bottom: 15px;
}

h2 img{ vertical-align: bottom; }

.about_us_sec .row{ margin: 0 -30px; }

.about_us_sec .column{
  padding: 0 30px;
}

.img_tiles{
  position: relative;
  margin-top: 50px;
}

.img_tiles .img2{
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
}

.img_tiles img{
  width: 230px;
  height: 405px;
  object-fit: cover;
}

.img_tiles .img3{
  float: right;
  margin-top: 78px;
}

.sec_tag{
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  color: #474b4a;
  text-transform: uppercase;
  border-left: 4px solid #0da982;
  padding-left: 12px;
  margin-top: 30px;
}

/*=======PRODUCT SECTION========*/

.prod_sec{
  position: relative;
  z-index: 10;
}

.prod_sec_bg{
  width: 100%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.prod_sec_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.prod_sec .container{
  padding: 45px 15px 60px;
}

.sec_title{
  text-align: center;
  margin-bottom: 30px;
}

.sec_title h3{
  font-style: italic;
  font-weight: 400;
  font-size: 44px;
  color: #0da982;
}

.prod_sec .sec_title h3{ color: #fff; }

.sec_title h3 b{
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  color: #231f20;
  text-transform: uppercase;
}

.prod_sec .sec_title h3 b{ color: #ffde84; }

.sec_title p{
  margin: 15px 0 0;
}

.prod_sec p{
  color: #fff;
}

.prod_sec .row{ margin: 0 -10px; margin-top: 40px; }

.prod_sec .column{
  padding: 0 10px;
}

.prod_sec .column .wrap{
  position: relative;
  overflow: hidden;
}

.prod_sec .column .prod_img{
  width: 100%;
  height: 310px;
  object-fit: cover;
}

.prod_sec .column .wrap:hover .prod_detail{
  top: 0;
}

.prod_detail{
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: center;
  padding: 20px;
  top: 100%;
  background-color: rgba(0,0,0,0.75);
  transition: all .4s ease;
}

.prod_detail .prod_content{
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.prod_title{
  width: 100%;
  padding: 20px 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: rgba(0,0,0,0.75);
  transition: all .2s ease;
}

.prod_sec .column .wrap:hover .prod_title{
  opacity: 0;
}

.prod_title h5{
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}

.prod_detail h5{
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #fcb034;
  margin-bottom: 20px;
}

.prod_explore a{
  min-width: 118px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 11px;
  border: 1px solid #fff;
}

.prod_explore a:hover{
  color: #000;
  background-color: #fcb034;
  border-color: #fcb034;
}

/*========CLIENTS SECTION=========*/

.clients_sec .container{
  padding: 70px 15px;
}

.clients_sec p{
  color: #444847;
}

.clients_sec .slide{
  height: 120px;
  display: table;
  padding: 0 10px;
}

.clients_sec .slide b{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.clients_sec .slide img{
  display: block;
  margin: 0 auto;
}

/*=========UPDATE AND EVENTS SECTION==========*/

.bg_sec{
  background-size: cover;
}

.update_events_sec{
  background-color: #ececec;
}

.update_events_sec .container{
  padding: 50px 15px 55px;
}

.blogs_sec .column img{
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.blogs_sec .column .wrap{
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.13);
  -moz-box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.13);
  box-shadow: 1px 2px 8px 2px rgba(0,0,0,0.13);
}

.blogs_sec .row{ margin: 0 -28px; }

.blogs_sec .column{
  padding: 0 28px;
}

.blogs_sec .column .content {
  padding: 15px 25px 25px;
  text-align: center;
  position: relative;
  padding-bottom: 70px;
}

.blogs_sec .column h4{
  font-size: 14px;
  color: #0da982;
  margin-bottom: 15px;
}

.blogs_sec .column h5{
  font-size: 17px;
  line-height: 24px;
  color: #231f20;
  margin-bottom: 15px;
}

.date{
  display: block;
  color: #ff0d0d;
  font-weight: 500;
  font-size: 14px;
  font-family: 'Open sans';
}

.blogs_sec .column p{
  color: #444847;
}

.blogs_sec .column hr{
  display: block;
  width: 128px;
  margin: 20px auto;
  height: 2px;
  background-color: #acacac;
  border: 0;
  opacity: 1;
}

.blogs_sec .read_more{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 25px;
}

.read_more a{
  min-width: 140px;
  font-size: 14px;
  font-weight: 600;
  color: #363737;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  border: 1px solid #363737;
  padding: 9px 10px 11px;
}

.read_more a:hover{
  color: #fff;
  background-color: #363737;
}

.title-column{
  display: table;
  padding-right: 50px;
}

.title-column .cell{
  display: table-cell;
  vertical-align: middle;
}

.update_events_sec .sec_title{
  text-align: left;
}

/*=======SUBSCRIBE SECTION==========*/

.subscribe_sec .container{
  padding: 80px 30px;
}

.subscribe_wrap{
  padding: 35px 50px;
  border-radius: 10px;
  background-color: #1a1c1c;
  color: #FFF;
}

.subscribe_wrap .row{
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.subscribe_sec h2{
  font-weight: 600;
  font-size: 28px;
  line-height: 39px;
  color: #fff;
}

.subscribe_sec h2 b{
  font-weight: 700;
  font-size: 41px;
}

.subscribe_sec .ip{
  height: 52px;
  padding: 0 18px;
  font-size: 16px;
  border-radius: 40px;
  border: 0;
  background-color: #fff;
  transition: all .3s ease;
}

.subscribe_sec .ip:focus{
  box-shadow: 0 0 5px 2px rgba(255,255,255,0.50);
}

.name-ip{
  width: 40%;
  min-width: auto;
}

.subscribe_sec .two-field{
  width: 60%;
  float: right;
  padding-left: 20px;
  position: relative;
}

.two-field .ip{
  width: 100%;
  padding-right: 37%;
}

input.form_btn{
  min-width: 148px;
  height: 46px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0da982;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}

.subscribe_sec input.form_btn{
  position: absolute;
  right: 3px;
  top: 3px;
}

input.form_btn:hover{
  background-color: #049873;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #231f20;
  opacity: 0.60;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #231f20;
  opacity: 0.60;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #231f20;
  opacity: 0.60;
}

:-moz-placeholder { /* Firefox 18- */
  color: #231f20;
  opacity: 0.60;
}

/*======FOOTER=======*/

.footer{
  background-color: #151313;
}

.footer_part1{
  padding: 60px 15px 40px;
}

.footer_part1 .col{
  padding: 15px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,0.30);
}

.footer_part1 .col:last-child{
  border-right: 0;
}

.footer .icon{
  width: 100%;
    height: 80px;
    display: table;
    margin-bottom: 20px;
}

.footer .icon b{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.footer_part1 h5{
  font-weight: 300;
  font-size: 22px;
  line-height: 36px;
  color: #fff;
}

.footer_part2{
  background-color: #151313;
}

.footer_part2 .container{
  padding: 38px 15px 0;
}

.footer_part2 h6{
  font-weight: 500;
  font-size: 18px;
  color: #fcb034;
  margin-bottom: 20px;
}

.certificates{
  list-style: none;
  margin: 0;
}

.certificates li{
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border: 3px solid #aeaeae;
  margin-right: 12px;
  border-radius: 25px;
}

.certificates li:last-child{
  margin-right: 0;
}

.certificates li b{
  height: 95px;
  padding: 0 10px;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  text-align: center;
}

.certificates img{
  max-height: 100%;
}

.copyright{
  padding: 18px 15px;
  margin-top: 30px;
  border-top: 1px solid rgba(255,255,255,0.20);
}

.copyright p{
  font-size: 13px;
  color: #fff;
  opacity: 0.40;
  margin: 0;
}

ul.follow_us li{
  margin-right: 23px;
}

ul.page_links{
  list-style: none;
  margin: 30px 0 0;
}

ul.page_links li{
  font-weight: 300;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 15px;
  border-right: 1px solid rgba(255,255,255,0.50);
  padding-right: 10px;
  margin-right: 7px;
}

ul.page_links li:last-child{
  border-right: 0;
  padding: 0;
  margin: 0;
}

ul.page_links li a{
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

ul.page_links li a:hover{
  opacity: 1;
  text-decoration: none;
}

/*=======INNER HEADER========*/

.header.inner_header{
  position: relative;
  -webkit-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.45);
  -moz-box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.45);
  box-shadow: 0px 4px 18px -3px rgba(0,0,0,0.45);
}

.inner_header .logo{ padding: 8px 0; }

.inner_header .header_nav{ margin-top: 24px; }

.header.inner_header ul.social_links li{
  -webkit-filter: invert(100%) opacity(0.8);
  -moz-filter: invert(100%) opacity(0.8);
  filter: invert(100%) opacity(0.8);
}

.header.inner_header .header_nav nav ul li a{
  color: #0f3220;
}

.inner_header .search a{
  background: url(images/icon6.png) no-repeat;
}

.inner_header .search a.toggle{
  background: url(images/close-icon2.png) no-repeat;
}

.inner_header .search form{
  background-color: #ccc;
}

.inner_header .search form:before{
  color: #ccc;
}

/*=========INNER BANNER==========*/

.inner_banner{
  width: 100%;
  height: 225px;
  background-color: #151313;
  background-size: cover;
  text-align: center;
  position: relative;
  z-index: 100;
  display: table;
}

.inner_banner .container{
  padding: 40px 15px;
}

.page_title{
  font: italic 600 46px 'Georgia-Bold';
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 28px;
  position: relative;
}

.page_title:after{
  content: "";
  display: block;
  width: 115px;
  height: 3px;
  margin: 0 auto;
  background-color: #ffcb08;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

ul.breadcrumb{
  background-color: transparent;
  margin: 0;
}

.breadcrumb>li{
  color: #ffde84;
  margin: 0;
}

.breadcrumb>li a{
  color: #ffde84;
  text-decoration: none;
}

.breadcrumb>li+li:before{
  color: #ffde84;
  position: relative;
  top: 1px;
}

.sec_title2{
  margin-bottom: 24px;
}

.sec_title2::after{
  content: "";
  display: block;
  width: 92px;
  height: 3px;
  margin-top: 20px;
  background-color: #ffcb08;
}

.sec_title2 h2{
  color: #231f20;
}

.about_us_sec.inner_page .img_tiles img{
  width: 190px;
  height: 340px;
}

.about_us_sec.inner_page .container{
  padding: 60px 15px;
}

/*============VIDEO SECTION==============*/

.video_sec{
  position: relative;
  height: 635px;
  overflow: hidden;
  background-color: #1a1c1c;
}

.video_sec video{
  width: 100%;
  height: 635px;
  object-fit: cover;
  opacity: 0.2;
}

.play_pause_btn{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}

.play_pause_btn button{
  min-width: auto;
  width: 78px;
  height: 78px;
  background-color: transparent !important;
  border: 2px solid #fcb040 !important;
  border-radius: 50%;
}

.play_pause_btn span{
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: -1;
  transition: all .3s ease;
}

.wave1{
  width: 106px;
  height: 106px;
  opacity: 0;
  -webkit-animation: wave1 1s ease 0s infinite alternate;
  -moz-animation: wave1 1s ease 0s infinite alternate;
  -ms-animation: wave1 1s ease 0s infinite alternate;
  animation: wave1 1s ease 0s infinite alternate;
}

.wave2{
  width: 130px;
  height: 130px;
  opacity: 0;
  -webkit-animation: wave2 1s ease 0.4s infinite alternate;
  -moz-animation: wave2 1s ease 0.4s infinite alternate;
  -ms-animation: wave2 1s ease 0.4s infinite alternate;
  animation: wave2 1s ease 0.4s infinite alternate;
}

.wave3{
  width: 152px;
  height: 152px;
  opacity: 0;
  -webkit-animation: wave3 1s ease 0.8s infinite alternate;
  -moz-animation: wave3 1s ease 0.8s infinite alternate;
  -ms-animation: wave3 1s ease 0.8s infinite alternate;
  animation: wave3 1s ease 0.8s infinite alternate;
}

@-webkit-keyframes wave1{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.6;
  }
}

@-moz-keyframes wave1{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.6;
  }
}

@-ms-keyframes wave1{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.6;
  }
}

@keyframes wave1{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.6;
  }
}

@-webkit-keyframes wave2{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.4;
  }
}

@-moz-keyframes wave2{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.4;
  }
}

@-ms-keyframes wave2{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.4;
  }
}

@keyframes wave2{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.4;
  }
}

@-webkit-keyframes wave3{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.2;
  }
}

@-moz-keyframes wave3{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.2;
  }
}

@-ms-keyframes wave3{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.2;
  }
}

@keyframes wave3{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 0.2;
  }
}

.play_pause_btn.clicked{
  opacity: 0;
  transition: all .3s ease;
}

.video_sec:hover .play_pause_btn.clicked{
  opacity: 1;
}

.play_pause_btn.clicked span{
  animation: none;
}

.video_sec .overlay_content{
  max-width: 800px;
  text-align: center;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.video_sec p{
  font-weight: 600;
  font-size: 29px;
  line-height: 40px;
  color: #ffde84;
  text-transform: uppercase;
  margin: 0;
}

/*========DESCRIPTION SECTION==========*/

.desc_sec .container{
  padding: 55px 30px;
}

.desc_sec p{
  font-family: 'Open Sans';
}

.desc_sec p:last-child{ margin: 0; }

/*==========FOOD PRODUCTS SECTION============*/

.food_products_sec{
  position: relative;
  overflow: hidden;
}

.food_products_sec .container{ padding: 40px 15px; }

.food_products_sec .row{
  position: relative;
}

.food_products_sec .row:nth-child(odd) .col{
  float: right;
}

.food_products_sec .row:nth-child(odd) .food_img{
  width: 80%;
  position: absolute;
  top: 0;
  right: 33%;
  padding: 0;
}

.food_products_sec .row:nth-child(even) .food_img{
  width: 80%;
  position: absolute;
  top: 0;
  left: 33%;
  padding: 0;
}

.food_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.food_desc{
  display: table;
  padding: 50px 15px;
  padding-right: 50px;
  text-align: center;
}

.food_products_sec .row:nth-child(odd) .food_desc{
  padding-right: 25px;
  padding-left: 40px;
  background-color: #e7f9f5;
  position: relative;
}

.food_products_sec .row:nth-child(odd) .food_desc:after{
  content: "";
  display: block;
  width: 100%;
  min-width: 100vw;
  height: 100%;
  background-color: #e7f9f5;
  position: absolute;
  top: 0;
  left: 100%;
}

.food_desc .cell{
  display: table-cell;
  vertical-align: middle;
}

.food_icon{
  margin-bottom: 20px;
} 

.food_desc h4{
  font-weight: 600;
  font-size: 32px;
  color: #231f20;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.food_desc h4 b{
  font-weight: 600;
  font-size: 24px;
  font-style: italic;
}

.food_desc h4:after{
  content: "";
  display: block;
  margin: 25px auto 0;
  width: 92px;
  height: 3px;
  background-color: #ffcb08;
}

.food_desc p{
  font-family: 'Open Sans';
  margin: 0 0 20px;
}

/*=========BLOG LIST SECTION===========*/

.blog_list_sec .container{
  padding: 55px 15px;
}

.blog_list_sec .row{
  margin: 0 -22px;
}

.blog_list_sec .column{
  width: 33.33%;
  float: left;
  padding: 15px 22px;
}

.blog_list_sec .masonry .wrap{
  -webkit-box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.33);
  -moz-box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.33);
  box-shadow: 0px 4px 15px -3px rgba(0,0,0,0.33);
  margin-bottom: 40px;
}

.blog_thumbnail a{ display: block; }

.blog_thumbnail img{
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.masonry .title{ margin-bottom: 20px; }

.masonry .blog_content{
  padding: 30px 35px;
}

.blog_date{
  font: 400 14px 'Open Sans';
  color: #5e5e5e;
  margin-bottom: 15px;
}

.blog_date:after{
  content: "";
  display: block;
  width: 93px;
  height: 3px;
  background-color: #ffcb08;
  margin-top: 10px;
}

.blog_tile h4{
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #231f20;
  margin-bottom: 15px;
}

.blog_tile h4 a{
  color: #231f20;
  text-decoration: none;
}

.blog_tile h4 a:hover{
  color: #ffcb08;
}

.blog_tile p{
  font: 400 14px/25px 'Open Sans';
  color: #5e5e5e;
  margin: 0;
}

/*============BLOG DETAIL SECTION===============*/

.blog_page_title{
  padding: 25px 0px;
}

.blog_page_title h3{
  display: inline-block;
}

.blog_page_title .breadcrumb{
  float: right;
  margin: 0;
  padding: 0;
}

.blog_detail_page h3{
  font-weight: 600;
  font-size: 22px;
}

.blog_detail_page .breadcrumb li{
  font-weight: 500;
  font-size: 16px;
  color: #151313;
}

.blog_detail_page .breadcrumb li a{
  font-weight: 300;
  color: #151313;
}

.blog_detail_page .breadcrumb>li+li:before{
  content: "\f105";
  color: #151313;
  font-family: 'FontAwesome';
  top: 0;
}

.blog_detail_sec{
  padding: 60px 0;
}

.blog_detail_page h4{
  font-weight: 600;
  font-size: 29px;
  color: #231f20;
  margin: 14px 0;
}

.blog_detail_page p{
  font-weight: 400;
  font-size: 14px;
  font-family: 'Open Sans';
  color: #5e5e5e;
}

.blog_social{
  padding: 14px;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-bottom: 1px solid rgba(0,0,0,0.15);
  text-align: right;
  margin: 20px 0;
}

.blog_social ul{
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_social ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-left: 14px;
}

.blog_detail_page h5{
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}

.latest_post ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.latest_post ul li{
  border-bottom: 1px solid rgba(0,0,0,0.20);
  padding: 15px 0;
}

.latest_post ul li:before,
.latest_post ul li:after{
  content: "";
  display: table;
}

.latest_post ul li:after{ clear: both; }

.latest_post ul .post_img{
  width: 22%;
  float: left;
}

.latest_post ul .post_name{
  width: 78%;
  float: left; 
  padding-left: 15px;
}

.latest_post .blog_date:after{
  display: none;
}

.latest_post a{
  color: #231f20;
}

.blog_detail_content{
  width: 70%;
}

.latest_post{
  width: 30%;
}

/*===========CONTACT PAGE============*/

.contact_sec .container{
  padding: 85px 15px;
}

.contact_sec .wrap{
  border: 1px solid #686868;
}

.contact_sec .wrap>.row{ margin: 0; }

.contact_sec .column{
  padding: 35px 45px;
}

.contact_page h3{
  font-weight: 600;
  font-size: 34px;
  color: #231f20;
}

.form_part h3{ margin-bottom: 30px; font-style: italic; }

.form_part h3:after{
  content: "";
  display: block;
  width: 93px;
  height: 3px;
  background-color: #ffcb08;
  margin-top: 24px;
}

.contact_sec form{ max-width: 93%; }

.contact_sec form .row{
  margin: 0 -35px;
}

.contact_sec form .col{
  padding: 15px 35px;
}

.contact_sec .ip{
  border: 0;
  width: 100%;
  height: 40px;
  padding: 0;
  font: normal 400 16px 'Open Sans', sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.20);
}

.contact_sec textarea{
  border: 0;
  width: 100%;
  height: 80px;
  padding: 10px 0;
  font: normal 400 16px 'Open Sans', sans-serif;
  color: #000;
  border-bottom: 1px solid rgba(0,0,0,0.20);
}

.contact_page h4{
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 12px;
}

.form_part h3{ margin-bottom: 10px; }

.office_part{
  background-color: #0da982;
  color: #fff;
}

.office_part h4:after{
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  background-color: #ffcb08;
  margin-top: 10px;
}

.office_part *{ color: #fff; }

.contact_page p{
  font-size: 16px;
  font-family: 'Open Sans';
}

.form_part .ip::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #231f20;
  opacity: 0.60;
}

.form_part .ip::-moz-placeholder { /* Firefox 19+ */
  color: #231f20;
  opacity: 0.60;
}

.form_part .ip:-ms-input-placeholder { /* IE 10+ */
  color: #231f20;
  opacity: 0.60;
}

.form_part .ip:-moz-placeholder { /* Firefox 18- */
  color: #231f20;
  opacity: 0.60;
}

.contact_sec .form_btn{
  min-width: 165px;
  height: 43px;
  background-color: #ffcb08;
  color: #000;
  display: inline-block;
}

.btn_row{ text-align: right; }

.map_sec{
  height: 580px;
  position: relative;
  overflow: hidden;
}

.map_sec iframe{
  width: 100%;
  height: 125%;
  position: absolute;
  top: -25%;
  left: 0;
}

.map_sec .container{
  position: relative;
  z-index: 10;
  padding: 105px 15px;
}

.map_content{
  max-width: 460px;
  width: 100%;
  padding: 35px 35px 50px;
  background-color: #231f20;
  color: #fff;
  -webkit-box-shadow: 5px 7px 19px -7px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 7px 19px -7px rgba(0,0,0,0.75);
  box-shadow: 5px 7px 19px -7px rgba(0,0,0,0.75);
}

.map_content *{
  font: 400 15px/24px 'Open Sans';
  color: #c2c2c2;
  margin: 0;
}

span.wpcf7-not-valid-tip {display:none!important;}
input.wpcf7-not-valid {border-bottom: 2px solid red!important;}
textarea.wpcf7-not-valid {border-bottom: 2px solid red!important;}
div.wpcf7-validation-errors {border:none!important; color:red !important;}
.blog_content p.link-more {display:none;}

/*========COMMENT FORM STYLING===========*/

.comments-area h2{ font-size: 18px; }

.comment-list{ list-style: none; margin: 0; }

.comment-metadata{ font-size: 14px; }

.comment-author{ font-size: 14px; }

.comment-author img{ width: 50px; height: auto; }

.comment-reply-link{ font-size: 14px; }

.comment-reply-link svg{ display: none; }

.children{ list-style: none; }

p.comment-notes{ font-size: 12px; }

.comments-area input{
    width: 100%;
    height: 45px;
    font: 500 14px 'Montserrat', sans-serif;
    border: 1px solid #E5E5E5;
    padding: 10px;
}

input[type='checkbox'], input[type='submit']{
    width: auto;
}


.comments-area input[type="checkbox"]{
	position: absolute;
	opacity: 0;
}

.comments-area input[type="checkbox"] + label{
	position: relative;
	padding-left: 25px;
}

.comments-area input[type="checkbox"] + label:before{
	content: "";
	display: block;
	width: 15px;
	height: 15px;
	border: 1px solid #333;
	position: absolute;
	top: 5px;
	left: 0;
	border-radius: 2px;
}

.comments-area input[type="checkbox"] + label:after{
	content: "\f00c";
	font-size: 12px;
	font-family: FontAwesome;
	color: #333;
	position: absolute;
	top: 0px;
	left: 2px;
	opacity: 0;
}

.comments-area input[type="checkbox"]:checked + label:after{
	opacity: 1;
}


.blogs_sec .column h5 a { color: #231f20; }



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#fcb034;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#e74c3c;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

.scroll-downs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

/*********** Dropdown css **********/

ul#menu-main_menu li {position:relative;}
ul#menu-main_menu li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  background-color: rgba(0,0,0,0.80);
  padding: 10px;
  top: 20px;
  min-width: 150px;
}

ul#menu-main_menu li ul li{
	font-size: 13px;line-height:20px; margin: 0;
}

ul#menu-main_menu li:hover > ul,
ul#menu-main_menu li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

ul#menu-main_menu li ul li {
  clear: both;
  width: 100%;
}


