@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&display=swap');
@import url(//fonts.googleapis.com/css?family=Raleway:400,300,700,900);
@import "subscribe-form.css";

/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  /*
  background: #303030;
  background: #ededed;
  background: #c6c9ce;
*/

	background: #fff;
  color: #191919;
  /*font: 14px/23px "Lato", Arial, sans-serif;*/
  font: 14px/23px "Raleway", Arial, sans-serif;
  text-transform: none;
  overflow-x: hidden;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}

h1 img {
  max-width: inherit;
}
h2 {
  font: bold 25px/40px 'Playfair Display', Arial, sans-serif;
}

.page_wrapper h2::after{
  content: '';
  width: 90px;
  position: absolute;
  bottom: -6px;
  left: 0px;
}

h3 {
  font: 22px/26px 'Playfair Display', Arial, sans-serif;
}
.page_wrapper h3::after{
  /*
  content: '';
  border-bottom: 1px solid #ec2d23;
  width: 90px;
  position: absolute;
  bottom: -6px;
  left: 0px;
  */
}
h4 {
  font: 900 15px/22px 'Raleway', Arial, sans-serif;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #191919;
  background:white;
  padding: 0;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
  border-bottom: solid 1px #dcdcdc;
  display: flex;
}
.content_header:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 100%;
  height: 10px;
  left: 0;
  bottom: -10px;
  z-index: -1;
  background: url(../images/shadow1.png) repeat-x 0 0;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/

.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 25px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0;
  font: 17px/20px 'Raleway', Arial, sans-serif;
  text-transform: none;
  color: #ffffff;
  color:black;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #f44839;
  color:#b1084e;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  bottom: 0px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*background: #616161;
				opacity: 0;*/
  display: none;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;
				}*/
}
.sf-menu > li.current > a {
  color: #f44839;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #f44839;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 59px;
  left: 0px;
  background: #252525;
  padding: 25px 0px 25px;
  width: 235px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  text-indent: 30px;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 13px/40px 'Raleway', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  background: #474747;
}
.sf-menu ul li a.sf-with-ul:after {
  content: '';
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 14px;
  line-height: 14px;
  font-weight: normal;
  color: #fff;
  right: 54px;
  bottom: 12px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 236px;
  width: 150px;
  background: #252525;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.footlogo {
    /* width: 3%; */
    filter: invert(1);
    /* float: left; */
    /* margin: 9px 0px 0px 0%; */
    opacity: 0.1;
    text-align: right;
    padding: 10px 0;
	position:absolute;
	right:0;
}
.footlogo img{ width: 20vh;}
@media only screen and (max-width: 1299px) {

}
@media only screen and (max-width: 979px) {

}
@media (max-width: 767px)
{
.footlogo {
    bottom: -40px;
	z-index:-1;
}	
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    /*border: 2px solid #f44839;*/
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
    margin-bottom: 5px;
    padding: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #292525;
  background: white;
  padding: 0px 0 2px;
  z-index: 1111111999;
  /*text-align: center;*/
  border-bottom: solid 1px #dcdcdc;
}
.isStuck .search_main {
  /*height: 100px;*/
  display: none;
}
.isStuck h1,
.isStuck h1 img {
  margin-top: 0;
  float: left;
}
.isStuck .sf-menu > li > a {
  padding: 0;
  font-size: 19px;
}
.isStuck nav {
  /*float: none;*/
  display: inline-block;
  margin-right: 30px;
  float: right;
}
.isStuck .sf-menu ul.submenu {
  top: 30px;
  left: -30px;
}
/*.isStuck .sf-menu ul{display:none !important;}*/
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #f44839;
  color:#666;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #f44839;
}
a.link2:hover {
  color: #000;
}
a.link3 {
  text-decoration: underline;
}
a.link3:hover {
  color: #f44839;
  text-decoration: underline;
}
a.link_icon1 {
  margin-top: 24px;
  margin-right: 40px;
  float: right;
  color: #474747;
  font-size: 25px;
  line-height: 40px;
  /*width: 40px;
	height: 40px;
	text-align: center;
	background: #fff;
	border-radius: 500px;*/
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #f44839;
}
.txt1 {
  color: #fff;
  font: bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 10px;
  text-transform: uppercase;
}
.txt2 {
  color: #fff;
  font: 14px/20px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 8px;
  text-transform: uppercase;
}
.txt3 {
  position: absolute;
  top: 50%;
  margin-top: -55px;
  color: #fff;
  font: bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.txt4 {
  color: #fff;
  font: bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
}
.txt5 {
  color: #fff;
  font: 14px/23px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 8px;
}
.gall_txt {
  color: #fff;
  font: 11px/21px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  text-transform: uppercase;
  line-height: 18px !importnat;
}
.gall_txt i {
  color: #f44839;
  font-size: 125px;
  margin-top: -1px;
  margin-left: 5px;
  display: inline-block;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.txt6 {
  color: #fff;
  font: bold 48px/59px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 7px;
  text-transform: uppercase;
}
.txt7 {
  color: #fff;
  font: 14px/21px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 18px;
  display: inline-block;
  padding: 8px 13px;
  background: #666;
  margin-bottom: 6px;
}
.txt7.v2 {
  margin-top: 23px;
  margin-bottom: 3px;
}
.blog_section {
  float: left;
  width: 70px;
  font-size: 25px;
  color: #61ae24;
  text-align: center;
}
.blog_section i {
  margin-top: 8px;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #61ae24;
}
.color3 {
  color: #ad8433;
}
.bg_color1 {
  background: #191919;
}
.bg_color2 {
  background: #f44839;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 99%;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.icon_section {
  margin-top: 97px;
}
.pad1 {
  padding: 50px 0;
  position: relative;
  z-index: 10;
}
.pad2 {
  padding-bottom: 60px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -9px;
}
.marTop2 {
  margin-top: 28px;
}
.marTop3 {
  margin-top: 19px;
}
.marTop4 {
  margin-top: 18px;
}
.marTop5 {
  margin-top: 9px;
}
.marTop6 {
  margin-top: -60px !important;
}
.marTop7 {
  margin-top: 22px !important;
}
.marTop8 {
  margin-top: 19px;
  padding-bottom: 11px;
}
.marTop9 {
  margin-top: 19px;
}
.marTop10 {
  margin-top: 59px !important;
}
.marTop11 {
  margin-top: 26px !important;
}
.hline {
  padding-bottom: 1px;
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  text-transform: uppercase;
  color: #4c4a4a;
}
.hline1 {
  position: relative;
  left: 50%;
  width: 200px;
  height: 1px;
  background: #fff;
  display: block;
  margin: 32px 0 5px -100px;
}
p {
  margin-top: 20px;
  font-size: 15px;
  color:#000;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.bord1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #303030;
}
.bord2 {
  padding-bottom: 26px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 6px;
}
.bord_none {
  border: none !important;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 52px;
  float: left;
  margin-right: 78px;
}
.img_holder1 {
  position: relative;
}
.img_holder1 .txt7 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  z-index: 1;
}
.img_section1 {
  border-bottom: 1px solid #cacaca;
  padding: 24px 0 23px;
  margin-bottom: -13px;
}
.img2 {
  margin-top: 24px;
  margin-bottom: 11px;
}
.img3 {
  margin-top: 27px;
  float: left;
  margin-right: 29px;
}
blockquote {
  padding-left: 58px;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 19px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p {
  margin-top: 1px;
  margin-bottom: -4px;
  font: 300 16px/24px 'Raleway', Arial, sans-serif;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num {
  font: 900 31px/70px 'Raleway', Arial, sans-serif;
  float: left;
  color: #402425;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 500px;
  display: block;
  margin-top: 28px;
  margin-right: 30px;
  text-align: center;
}
.num.bg1 {
  color: #fff;
  background: #c2232b;
  margin-top: 69px;
}
.num.bg2 {
  color: #fff;
  background: #41393e;
  margin-top: 69px;
}
.num.bg3 {
  color: #fff;
  background: #8bba55;
  margin-top: 69px;
}
.num_section {
  font: bold 35px/70px 'Raleway', Arial, sans-serif;
  float: left;
  color: #fff;
  width: 70px;
  height: 70px;
  background: #f44839;
  display: block;
  margin-top: 25px;
  text-align: center;
  border-radius: 500px;
  margin-right: 31px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Raleway', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Raleway', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker li {
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
}
.listWithMarker li + li {
  border-top: 1px solid #303030;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f105';
  font: normal 27px/27px 'FontAwesome';
  color: #fff;
  color:#c63e32;
  top: 13px;
  left: 2px;
}
.listWithMarker li a {
  font-size: 24px;
  color: #f44839;
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #fff;
}
.listWithMarker2 {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker2 li {
  display: block;
  padding-left: 29px;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 18px;
  position: relative;
}
.listWithMarker2 li + li {
  border-top: 1px solid #d5d5d5;
}
.listWithMarker2 li:before {
  position: absolute;
  content: '\f105';
  font: normal 35px/35px 'FontAwesome';
  color: #191919;
  top: 10px;
  left: 2px;
}
.listWithMarker2 li a {
  font-size: 24px;
  color: #f44839;
  text-decoration: none;
}
.listWithMarker2 li a:hover,
.listWithMarker2 li.current a {
  color: #000;
}
.list1 {
  margin: 0;
  margin-top: 11px;
}
.list1 li {
  display: block;
  padding-bottom: 15px;
  position: relative;
}
.list1 li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}
.list1 li a:hover,
.list1 li.current a {
  color: #666666b8;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_arr {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
}
.more_arr i {
  font: normal normal 35px/50px 'FontAwesome';
}
.more_arr:hover {
  background: rgba(255, 255, 255, 0.3);
  /*border-color: #f44839;*/
}
.more_arr2 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 100px;
  font: bold 19px/23px "Raleway", Arial, Helvetica, sans-serif;
}
.more_arr2 i {
  display: inline-block;
  width: 54px;
  height: 54px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  margin-top: -15px;
  margin-left: 18px;
  font: normal normal 35px/50px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr2:hover {
  color: #7b0d03;
  text-decoration: underline;
}
.more_arr2:hover i {
  background: rgba(255, 255, 255, 0.3);
  border-color: #c31505;
  margin-left: 10px;
}
.more_arr3 {
  display: inline-block;
  /*margin-top: 13px; */
  font: bold 15px/25px "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
  padding: 3px 28px;
  background: #000;
}
.more_arr3 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  margin-top: 0px;
  margin-left: 8px;
  font: normal normal 20px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr3:hover {
  color: white;
  background: #666666b8;
}
.more_arr3:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr4 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 7px;
  font: bold 19px/35px "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
}
.more_arr4 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  margin-top: 1px;
  margin-left: 8px;
  font: normal normal 35px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr4:hover {
  color: #000;
}
.more_arr4:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr5 {
  display: inline-block;
  text-transform: uppercase;
  margin-top: 7px;
  font: bold 19px/35px "Raleway", Arial, Helvetica, sans-serif;
  color: #f44839;
}
.more_arr5 i {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #f44839;
  margin-top: 1px;
  margin-left: 8px;
  font: normal normal 35px/35px 'FontAwesome';
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.more_arr5:hover {
  color: #fff;
}
.more_arr5:hover i {
  color: #fff;
  margin-left: 15px;
}
.more_arr5.v2:hover {
  color: #000;
}
.more_arr5.v2:hover i {
  color: #000;
  margin-left: 15px;
}
.more_txt1 {
  display: inline-block;
  margin-top: 27px;
  text-decoration: none;
  font: 900 15px/22px "Raleway", Arial, sans-serif;
  color: #f44839;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.more_txt1:hover {
  color: #000;
}
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 67px;
  text-decoration: none;
  font: 900 18px/22px "Raleway", Arial, sans-serif;
  color: #fff;
  border: 2px solid #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn:hover {
  color: #fff;
  background: #f44839;
  border: 2px solid #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 121px;
  padding: 17px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  text-decoration: none;
  font: 900 18px/22px "Raleway", Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #9a1e04;
  text-align: center;
  letter-spacing: 2px;
}
.more_btn2:hover {
  color: #f44839;
  background: #000;
}
.more_btn3 {
  display: inline-block;
  margin-top: 37px;
  padding: 15px 30px;
  text-decoration: none;
  font: 900 18px/22px "Raleway", Arial, sans-serif;
  color: #f44839;
  border: 2px solid #f44839;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.more_btn3:hover {
  color: #fff;
  background: #f44839;
  border: 2px solid #000;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
  overflow: hidden;
}
.zoom {
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  -webkit-transform: scale3d(0.3, 0.3, 1);
  transform: scale3d(0.3, 0.3, 1);
  padding: 20px 5px 0 25px;
  background: url(../images/gradient-1.png) 0 0 repeat-x;
}
a.magnifier2:hover .zoom {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
a.magnifier2:hover .zoom i {
  font-size: 21px;
  margin-top: -1px;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 36px;
  white-space: nowrap;
}
.soc_icons > li {
  position: relative;
  display: block;
  margin-bottom: 32px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  font-size: 19px;
  text-transform: uppercase;
}
.soc_icons i {
  font: normal normal 16px/30px 'FontAwesome';
  width: 30px;
  height: 30px;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 500px;
  background: #252525;
  margin-right: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.soc_icons > li > a:hover {
  color: #666666;
  text-decoration: none;
}
.soc_icons > li > a:hover i {
  background: #666666;
}
.icon2 {
  font: normal normal 22px/24px 'FontAwesome';
  margin-right: 7px;
  margin-top: 5px;
}
/*----------- end social icons ----------------*/
#search1 {
  position: absolute;
  right: 40px;
  top: 67px;
  width: 170px;
  display: none;
}
#search1:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #474747;
  position: absolute;
  top: -8px;
  right: 2px;
}
#search1 input {
  width: 140px;
  float: left;
  color: #fff;
  font: 14px/21px Arial, Helvetica, sans-serif;
  height: 47px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 13px 10px 13px 10px;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #474747;
  border: 1px solid #474747;
  overflow: hidden;
  display: inline-block;
  margin-right: -2px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 47px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #f44839;
  background: #474747;
  border: 1px solid #474747;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
}
.more_btn4 i {
  font: normal normal 22px/47px 'FontAwesome';
}
.more_btn4:hover {
  color: #fff;
}
.fw_video_main {
  /*border-radius: 10px;
	overflow: hidden;*/
  margin-top: 48px;
  margin-bottom: -12px;
  background: #fff;
}
.fw_video {
  width: 100%;
  height: 332px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 100%;
  height: 100%;
  border: none;
}
.player .video-wrapper {
  border-radius: 10px;
}
.fw_video iframe html {
  border-radius: 10px;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;
  background: #ededed;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 150px !important;
}
.box-1 {
  width: 100%;
  margin-top: 0px;
  background: #f44839;
  color: #fff;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-1-pad {
  padding: 34px 20px 20px 40px;
}
.box-2 {
  position: relative;
  color: #fff;
  /*
  background: url('../images/bg1.jpg') 0 0;
  background: url('../images/parallax_1.jpg') 0 0;
  */
  background: url('../images/who_madam_with_text.png') 0 0;
  background-repeat: no-repeat;
  background-size:100%;
  padding: 0px;
  height: 29vh;
  display: flex;
  align-items: center;
}
.box-2 .text_bg_wrapper{
  transform: scale(0.8);
}
.box-2.bg2 {
  /*background: url('../images/parallax_2.jpeg') 0 0;*/
  background: url('../images/event_bg.jpeg') 0 0;
  padding: 129px 0 118px 0;
  background-size:cover;
}
.box-2.v2 {
  padding: 0px 0 48px 0;
}
.box-3 {
  position: relative;
  width: 100%;
  margin-top: 0px;
  background: #191919;
  color: #fff;
  padding: 60px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-3.v2 {
  margin-top: 30px;
  padding-top: 44px;
  padding-bottom: 165px;
}
.banner1 {
  position: relative;
  width: 100%;
  background: #000;
  overflow: hidden;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
.banner1 .more_arr {
  position: absolute;
  right: 30px;
  bottom: 30px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:hover .more_arr {
  right: 40px;
  bottom: 40px;
}
.banner1:hover {
  background: #e6f4d5;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.18);
}
.sign_section {
  float: left;
  margin-right: 36px;
  font-size: 200px;
  color: #fff;
  margin-top: 50px;
  margin-left: -10px;
}
.col1,
.col2,
.col3 {
  position: relative;
  float: left;
  width: 50%;
  margin: 0;
  padding: 0;
  background: #252525;
}
.col1 img,
.col2 img,
.col3 img {
  width: 100%;
}
.club_section2 {
  position: relative;
  width: 20%;
  margin: 0;
  float: left;
  overflow: hidden;
  background: #f44839;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 4px 0 25px;
}
.club_section2 p {
  color: #fff;
  font: bold 48px/48px "Raleway", Arial, Helvetica, sans-serif;
  margin-top: 20px;
  text-transform: uppercase;
}
.figure1 {
  position: relative;
  width: 10%;
  margin: 0;
  float: left;
  overflow: hidden;
}
.figure1 img {
  width: 100%;
}
.figure1 a {
  overflow: visible;
}
.figure1 {
  -webkit-transition: 0.35s all ease;
  transition: 0.35s all ease;
}
.figure1:hover {
  -webkit-transform: scale3d(1.3, 1.3, 1);
  transform: scale3d(1.3, 1.3, 1);
}
.figure1:hover {
  z-index: 90;
}
.figure2 {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.figure2 a,
.figure2 img {
  width: 100%;
}
.gall2_descr {
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  opacity: 0;
  -webkit-transform: scale3d(2.2, 2.2, 1);
  transform: scale3d(2.2, 2.2, 1);
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.figure2 img {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
.figure2:hover img {
  -webkit-transform: scale3d(1.2, 1.2, 1);
  transform: scale3d(1.2, 1.2, 1);
}
.figure2:hover .gall2_descr {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
/*---------------*/
/***** Ming *****/
/*---------------*/
figure.effect-ming {
  background: #030c17;
}
figure.effect-ming img {
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
  width: 100%;	
}
figure.effect-ming figcaption::before {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  border: 1px solid #f44839;
  box-shadow: 0 0 0 30px rgba(244, 72, 57, 0.2);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-ming h2 {
  margin: 20% 0 10px 0;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-ming .txt3 {
  padding: 1em;
  opacity: 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.effect-ming:hover h2 {
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}
figure.effect-ming:hover figcaption::before,
figure.effect-ming:hover .txt3 {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
figure.effect-ming:hover .txt3 {
  -webkit-transition: 0.8s all ease;
  transition: 0.8s all ease;
}
figure.effect-ming:hover p {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
figure.effect-ming .txt1 {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
figure.effect-ming .txt2 {
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
figure.effect-ming:hover .txt1 {
  -webkit-transform: translate3d(120%, 0, 0);
  transform: translate3d(120%, 0, 0);
  opacity: 0;
}
figure.effect-ming:hover .txt2 {
  -webkit-transform: translate3d(-120%, 0, 0);
  transform: translate3d(-120%, 0, 0);
  opacity: 0;
}
figure.effect-ming:hover figcaption {
  background-color: rgba(58, 52, 42, 0);
}
figure.effect-ming:hover img {
  opacity: 0.4;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
/*---------------*/
/***** Duke *****/
/*---------------*/
figure.effect-duke {
  /*background: -webkit-linear-gradient(-45deg, #f44839 0%,#000 100%);
	background: linear-gradient(-45deg, #f44839 0%,#000 100%);*/
}
/*.banner1 */
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
}
figure.effect-duke img {
  -webkit-transition: 0.75s all ease;
  transition: 0.75s all ease;
}
figure.effect-duke p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
figure.effect-duke:hover img {
  opacity: 1;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
figure.effect-duke h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
figure.effect-duke p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  padding: 30px;
  border: 2px solid #fff;
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transform-origin: 50% -100%;
  transform-origin: 50% -100%;
}
figure.effect-duke:hover h2,
figure.effect-duke:hover p {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
/**** start Map API ****/
.content_map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin-top: 0px;
  overflow: hidden;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** start Map ****/
.map,
.map2 {
  margin-top: 23px;
  overflow: hidden;
}
.map figure,
.map2 figure {
  position: relative;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe,
.map2 figure iframe {
  width: 100%;
  height: 385px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 485px;
  width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 23px;
  display: block;
}
.address1 dt {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.address1 dd span {
  min-width: 75px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 2px 0 2px;
  color: #9a1e04;
  overflow: hidden;

  /*
  background: #e2e2e2;
  background: #1c1c1c;
  */
  background: #8080802b;
  background: #303030;
  border-top: 1px solid #444444;
  z-index: 1;
  position: relative;
}
#footer h1 {
  margin: 0;
  float: left;
  margin-right: 13px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.txt_priv {
  /*
  color: #6e6e6e;
  */
  color:white;
  margin-top: 17px;
  /*min-width: 280px;*/
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
.figure1 a,
.figure1 img {
  width: 100%;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #000;
  color:white;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 120;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
}

@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1899px) {
  .txt2 br {
    display: none;
  }
}
@media only screen and (max-width: 1599px) {
  .txt1 {
    font: 19px/20px "Raleway", Arial, Helvetica, sans-serif;
  }
  .txt2 {
    display: none;
  }
  .txt3 {
    font: 18px/20px "Raleway", Arial, Helvetica, sans-serif;
  }
  .figure1 {
    width: 16.6666666%;
  }
  .club_section2 {
    width: 33.333333%;
  }
  .club_section2 p {
    font: bold 31px/33px "Raleway", Arial, Helvetica, sans-serif;
    margin-top: 7px;
  }
}
@media only screen and (max-width: 1299px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .figure1 a {
    width: 100%;
  }
  
  #header {
    padding-top: 10px;
  }
  #search1 {
    top: 118px;
  }
  .club_section2 p br {
    display: none;
  }
  .club_section2 {
    width: 100%;
    padding: 35px 20px;
  }
}
@media only screen and (max-width: 1199px) {
  #search1 {
    top: 118px;
  }
  h1 {
    margin-left: 0;
  }
  .more_arr2 {
    margin-top: 30px;
  }

  .figure1 {
    width: 16.6666%;
  }
  .club_section2 {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  #search1 {
    top: 118px;
  }
  .col1 {
    width: 100%;
    float: none;
  }
  .txt1 {
    font: bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  }
  .txt2 {
    font: 14px/20px "Raleway", Arial, Helvetica, sans-serif;
    display: block;
  }
  .txt3 {
    font: bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  }
  .txt6 {
    font: bold 28px/29px "Raleway", Arial, Helvetica, sans-serif;
  }
  .listWithMarker li a {
    font-size: 16px;
  }
  .figure1 {
    width: 25%;
  }
  .zoom {
    padding: 20px 30px;
  }
  .img3 {
    margin-right: 10px;
  }
  .num_section {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  a.link_icon1 {
    margin-top: 0px;
  }
  #search1 {
    top: 126px;
    right: 4px;
  }
  .camera_more_btn {
    margin-top: 26px;
    padding: 11px 20px;
  }
  h1 {
    width: 100%;
    min-height: 33px;
  }
  h1 img {
    width: 100%;
    max-width: 300px;
  }
  .listWithMarker {
    margin-bottom: 30px;
  }
  .mobile_border {
    border-bottom: 1px solid #cacaca !important;
  }
  .figure1 {
    width: 33.3333%;
  }
  .txt1 {
    font: 20px/21px "Raleway", Arial, Helvetica, sans-serif;
  }
  .txt3 {
    font: 20px/21px "Raleway", Arial, Helvetica, sans-serif;
  }
  .content_map {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 50px;
    height: 270px;
  }
  .box-3.v2 {
    padding-bottom: 0;
  }
  #footer {
    text-align: center;
  }
  .img3 {
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
    min-height: 33px;
  }
  h1 img {
    width: 100%;
    max-width: 270px;
  }
  .gall_txt {
    display: none;
  }
  .col3 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
}
/*Core variables and mixins*/

/*
  My CSS
 */


.search_main{
  margin-top: 10px;
  width: 90%;
  margin: 10px auto;
}
.searchBox {
  /*
  position: absolute;
  top: 50%;
  left: 50%;

  transform:  translate(-50%,50%);*/
  background: #2f3640;
  height: 40px;
  border-radius: 40px;
  padding: 10px;
  display: block;
}
.searchBox:hover > .searchInput {
  width: auto;
  padding: 0 6px;
}

.searchBox:hover > .searchButton {
  background: white;
  color : #2f3640;
}

.searchButton {
  color: white;
  float: right;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2f3640;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  border: none;
}

.searchInput {
  font-family: 'Raleway';
  border:none;
  background: none;
  outline:none;
  float:left;
  padding: 0;
  color: white;
  font-size: 16px;
  transition: 0.4s;
  line-height: 40px;
  width: 80%;

}



.pagination{
  display: flex;
  justify-content: center;
}

.pagination .nav-links .current{
  background:#222 !important;
	color:#fff !important;
}

.pagination .nav-links .page-numbers{
    padding: 5px;
    display: inline-block;
    background: #fff;
    width: 20px;
    font-size: 15px;
    color: #000;
	border: solid 1px #ddd;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next { width:auto;}
.pagination .nav-links .page-numbers:hover{
	background:#222;
	color:#fff;
}
#stuck_container{
  width: 100%;
  text-align: center;
}

nav{
  padding-left: 10px;
  padding-right: 10px;
}

.page_wrapper #content {
  background: #ededed;
  padding-bottom: 30px;
  padding-top: 10px;
}

.page_wrapper .container{
  background: white;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
}

.caption span.slider_txt2{
  color:#ff5a00;
  text-transform: none;
}

#header_new {
  background: #191919;
  background:white;
  padding: 0;
  padding-bottom: 0px;
  z-index: 100;
  display: flex;
  position: fixed;
  outline: none;
}

#header_new:focus{
  outline: none;
}

.overlay_menu{
  background: #000000e3;
  width: 100%;
  height:100%;
  position: fixed;
  z-index: -1;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  opacity: 0;
  display: flex;
  justify-content: center;
  margin-top: 0px;
  padding-top: 30px;
}
.hide_it{
  display: none;
}

.display_overlay{
  opacity: 1;
  z-index: 17;

}
.o_nav_link{
    display: block;
    padding-right: 10px;
    color: #5b5b5b;
    line-height: 38px;
    font-size: 20px;
}
/*
  Owl Style
 */
.owl-nav{
  font-size: 70px;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: center;
  padding-top: 15px;
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #ccc;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #000;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /*background: rgba(255, 255, 255, 0.38) !important;*/
}
/*
span {
  font-size: 70px;
  position: relative;
  top: -5px;
}
*/
.owl-nav button:focus {
  outline: none;
}

/*
Owl style end
 */


footer .soc_icons > li{
  display: inline-block;
  width: 25%;
  width: auto;
}
footer .soc_icons > li.d-block{
	display:block;
}
footer .soc_icons > li p{
	padding: 12px 0;
    font-size: 17px;
    color: #fff;	
}
.navigation{
  color: white;
  color:#ededed;
  font-size: 30px;
  line-height: 45px;
  text-align: center;
}
.current_selected{
    font-weight: bold;
    color: #040404;
    border-right: solid 3px #000;
    padding-right: 10px;
    font-size: 20px;
}
.media_section .zoom{
  display: none;
}

.category_wrapper .hero__heading{
  float: none;
  display: block;
  color: #faffff;
  font-size: 68px;
  margin-left: 0px;
  margin-bottom: 40px;
}

.post_category_wrapper .post_block{
  border-radius: 8px;
  /* padding: 10px; */
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  background: white;
}
.post_category_wrapper .post_block .more_arr3{
  display: block;
  text-align: center;
}
.img_responsive{
  width: 100%;
}
.pagination .navigation{
  font-size: 18px;
  line-height: 18px;
	margin:20px 0;
}
.bg_overlay{
  background: rgba(0, 0, 0, 0.56);
  background: transparent;
  position: absolute;
  height: 100%;
  width: 100%;
  top:0px;
}
.event_slider_wrapper{
  background: #191919;
  z-index: 1;
  position: relative;
  padding-bottom: 20px;
}

.event_slider_wrapper .owl-nav button.owl-next{
  right:20px;
  top:30%;
}

.event_slider_wrapper .owl-nav button.owl-prev{
  left:20px;
  top:30%;
}

.es_required_field{
	width: 100%;
    outline: none;
    color: #6e6e6e;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    background: transparent;
    /* -webkit-box-shadow: inset 0px 0px 27px 0px #bcbcbc; */
    /* box-shadow: inset 0px 0px 27px 0px #bcbcbc; */
    height: 30px;
    padding: 10px 40px 10px 10px;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
}
.emaillist .es_subscription_form_submit{
	height: 30px;
    border: none;
    padding: 0 22px;
    width: auto;
    color: white;
    /* background-color: #000000; */
    outline: none;
    margin-top: 0px;
    background: url(https://madamwheels.com.au/wp-content/uploads/2021/01/icon_send.png) no-repeat center center;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    background-size: 16px;
    opacity: 0.5;
    /* border-radius: 15px; */
    text-indent: -9999px;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 0;
}
.es_spinner_image{
  width: 100%;
  text-align: center;
}
.es_spinner_image img{
  width:25px;
}
.flexCenter{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gmedia-amron-masonry-collection .gmedia-amron-content .gmedia-amron-collection-column{
  padding: 0px;
}
.gmedia-amron-masonry-thumb-pint{
  padding: 0px !important;
}
.gmedia-amron-masonry-thumb-pint .gmedia-amron-item-content{
  display: none !important;
}
.pgc-rev-tags-list-view{
  display: none !important;
}
.home_page .featured_articles h2{
  margin-top: 10px;
  margin-bottom: 10px;
}
.home_page .marTop2{
  margin-top: 10px;
}
.home_page .slider_content{
  padding-left: 10px;
  padding-right: 10px;
}
.home_page .slider_content .txt6{
  font: bold 25px/25px "Raleway", Arial, Helvetica, sans-serif;
}

.page_wrapper .sfsi_responsive_icons{
  display: none !important;
  width: 80% !important;
  margin: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding-top: 15px;
}

.contact_form{
  margin-top:30px;
  width: 100%;
}
.contact_form .grid_4, .contact_form .grid_12{
  width: 100%;
  margin-bottom: 0px;
}
.contact_form input[type="text"],.contact_form input[type="email"]{
  border: 1px solid #dcd7ca;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 99%;
  text-indent: 18px;
  font-family: "Raleway", Arial, sans-serif;
}

.contact_form textarea{
  width: 99%;
  font-family: "Raleway", Arial, sans-serif;
}

.contact_form input[type="submit"]{
  /*
  width:100%;
  font: bold 19px/35px "Raleway", Arial, Helvetica, sans-serif;
  color: #fff;
  background: #000;
  height: 40px;
  border: none;
  padding-left: 15px;
  padding-right: 15px;
  */
  /* padding: 11px 28px; */
  font: bold 13px/35px "Raleway", Arial, Helvetica, sans-serif;
  display: inline-block;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
  background: #000;
  border-radius: 5px;
  color: white;
  border: none;
}
.contact_form input[type="submit"]:hover{
  color: #000;
  background: #b1b4b6;
}

.hero_image{
  position: relative;
}

.elementor-section.elementor-section-boxed>.elementor-container{
/*   max-width: 100% !important; */
}
.invert_color{
  color:white;
  background: #f44839;
  background: #666;
}
.invert_color i{
  color:white;
}
.featured_articles,.post_list{
  
  
  padding-bottom: 10px;
}
.featured_articles .img_section1, .post_list .img_section1{
  background: white;
  padding: 0px 0 23px;
  margin-bottom: 20px;
  position:relative;
	border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;	
}
.featured_articles .img_holder1 img, .related_articles .img_holder1 img{
	border-radius: 30px 30px 0 0;
}
.featured_articles .content_container, .post_list .content_container{
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  padding-bottom: 15px;
}
.featured_articles .wrapper, .post_list .wrapper{
  display: flex;
  justify-content: center;
}
.media_container{
  background: #191919;
  padding-bottom: 10px;
}
.media_container h2{
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
}

.media_container .wrapper{
  display: flex;
  justify-content: center;
}
.more_arr3{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0px;
  padding-left: 18px;
  padding-right: 18px;
  border-radius: 5px;
}
.media_container .more_arr3 i{
  margin-top: 0px;
}
#hamburger_mobile{
  display: block;
}
#hamburger{
  display: none;
}

.flex_v_center{
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.hero_full_page{
  position: relative;
}

.hero_full_page img{
  display:block;
  width:100%; height:100%;
  object-fit: cover;
}
.hero_full_page .caption_bg{
  /*
  position: absolute;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  */
}

.youtube{
  display: block;
}
.y_btn{
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 1;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  top: calc(50% - 30px);
}
.youtube_wrapper{
  margin: 0 auto;
  margin-bottom: 8px;
}

.ham_black,.ham_black::before, .ham_black::after{
  background-color:black !important;
}

.light_menu,.light_menu::before, .light_menu::after{
  background-color:white !important;
}

.dark_menu,.dark_menu::before, .dark_menu::after{
  background-color:black !important;
}
.black{
  color: black;
}
.bg_light{
  /*
  background: #ededed;
  */
}

.service_container{
  padding-bottom: 10px;
	background:white;
}
.service_container .img_section1{
  background: white;
  padding: 0px 0 23px;
  margin-bottom: 11px;
}
.service_container .content_container{
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
}
.service_container .wrapper{
  display: flex;
  justify-content: center;
}
.service_container .img_holder1, .post_list .img_holder1{
  height: 30vh;
  overflow: hidden;
}
.featured_articles .img_holder1, .post_list .img_holder1,.related_articles .img_holder1{
  height: 30vh;
  overflow: hidden;
}

.flex_wrap_equal{
  display: flex;
  flex-wrap: wrap;
}

.flex_wrap_equal .grid_6,.flex_wrap_equal .grid_4, .flex_wrap_equal .grid_3{
  display: flex;
}
.section_heading{
  margin-top: 0px;
  margin-bottom: 10px;
  text-align: center;
}
section{
  position: relative;
}
.text_bg_wrapper{
  position: absolute;
  top: 29%;
  -ms-transform: translateY(-29%);
  transform: translateY(-29%);
  width: 100%;
  text-align: right;
}
.toTop_dark{
   color:black !important;
 }
.toTop_light{
  color:white !important;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000 !important;
}
.main_wrapper .featured_articles{
  padding-top: 60px;
  padding-top: 0px;
}
.wpcf7 form .wpcf7-response-output{
  
}
.hero_image_relative{
  background-position: center top;
  background-size:cover;
  /*min-height: 350px;*/
  overflow: hidden;
  background-repeat: no-repeat;
}
@media (max-width:767){
	.hero_image_relative{
		height:0px !important;
	}
	.page_wrapper h2{
		text-align:center;
	}
	.section_heading{
		text-align:center !important;
	}
}
.page_wrapper h2{
	text-align:center;
  color:black;
}
.page_wrapper .youtube_wrapper{
  height: 185px;
  width: 100%;
  margin-left: 0px;
  border: 1px solid white;
  padding: 3px;
  background: black;
}
.hero_full_page .more_arr3{
  font: bold 16px/20px "Raleway", Arial, Helvetica, sans-serif;
  border-radius: 0px;
  color: #faffff;
  font-weight: normal;
  background:transparent;
  display: inline-flex;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  font-weight: bold;
}
.hero_full_page .more_arr3:hover{
  color: #a9a4a0;
}
.owl-nav{
  color:white;
}
/*
.elementor-text-editor{
  max-width: 90%;
  margin: 0 auto;
}
.elementor p{
  color:#000;
  text-align: justify;
  margin-bottom: 3px;
  margin-top: 3px;

}
*/

.mw_content_container{
  width: 95%;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 10px !important;
  margin-top: 10px !important;
}
.mw_content_container .elementor-text-editor{
  max-width: 90%;
  margin: 0 auto;
  line-height: 30px;
  text-align: justify;
}
.mw_content_container .elementor-text-editor p{
  margin-bottom: 15px;
  margin-top: 15px;
  font-family: "Raleway", Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.mw_image_container{
  width: 95%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.mw_content_container .elementor-text-editor b{
  font-weight: bold;
}
.mw_content_container .elementor-text-editor a{
   font-weight: 700;
   text-decoration: underline;
 }
.mw_content_container .elementor-text-editor h2{
  font-size: 20px;
  line-height: 30px;

}

.mw_content_container .elementor-text-editor .post__info a{
  text-decoration: none;
}

/*
.mw_image_container .elementor-column-wrap{
  padding: 0px !important;
}
*/
.mw_page_feature_container{

}

.woocommerce .woocommerce-ordering select{
  padding: 10px;
  border-radius: 6px;
  background: #ededed;
}
.f_social_icon_container{
  text-align: center;
  margin-top: 9px;
}
.f_social_icon_container h2{
  font-size: 17px;
  line-height: 17px;
}
.f_nav_container{
  margin-left: 0px;
}
.subscription_wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: -8px;
}

/* .f_row{
  margin-left: 0px;
} */
.img_scale{
  transform: scale(1.4);
}

.img_scale:hover{
  transform: scale(1.8) !important;
}
.text_bg_wrapper .more_arr3{
  border-radius: 0px;
  color: #faffff;
  font-weight: bold;
  width: 100px;
  margin: 0 auto;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  margin-right: 13%;
  font-size: 12px;
}
.text_bg_wrapper .more_arr3:hover{
  color:#a9a4a0;
}
.text_bg_wrapper .txt6{
  text-shadow: 2px 5px 13px #171310;
  font:bold 13px/20px "Raleway", Arial, Helvetica, sans-serif;
}
.event_list_wrapper .txt6{
   color: #312e2e;
   font: bold 28px/28px "Raleway", Arial, Helvetica, sans-serif;
   margin-top: 7px;
 }
.event_list_wrapper .txt5{
  color: #191717;
}
.post_list_container{
  padding-top: 30px;
  border-radius: 3px;
  background: white;
}
.post_list_container .owl-nav{
  color: black;
}
.post_list_container .owl-nav button.owl-prev {
  left: 7px;
}
.post_list_container .owl-nav button.owl-next {
  right: 7px;
}
.post_list_container .owl-nav button{
  top:40%;
}
.bg_colored{
  background: #666666 !important;
}
.page_wrapper h2.white{
  color:white;
}
.post_type{
  border: 1px solid gainsboro;
  padding: 3px;
  border-radius: 3px;
  margin-top: 12px;
  display: inline-block;
  width: 100px;
  text-align: center;
  display: flex;
  align-items: center;
}
.post_type .fa{
  margin-right: 5px;
}
.post_type_ver2{
  position: absolute;
  top: 0px;
  color: black;
  z-index: 1;
  background: white;
  padding: 3px;
}
.justify_hcenter{
  display: flex;
  justify-content: center;
}
.heading_wrapper{
  width: 96%;
  margin: 0 auto;
}
.post_list_wrapper_cond{
  width: 100%;
}
.contact_info_wrapper label{
  font-weight: bold;
}
.contact_info_wrapper .soc_icons > li{
  display: inline-block;
  margin-bottom: 0px;
}

.wow {
  visibility:hidden;
}

.responsive_image{
  width: 100%;
}
.contact_text p{
  font-size: 19px;
  font-style: italic;
  line-height: 20px;
}
.contact_text .phone_no{
  text-decoration: underline;
}
.c_info_container{
  margin-bottom: 5px;
  font-size: 16px;
}
.page_wrapper .soc_icons i{
  font: normal normal 19px/40px 'FontAwesome';
  width: 40px;
  height: 40px;
}
.search_form_wrapper{
  display: flex;
  justify-content: center;
}
.search_form_wrapper input[type="search"]{
  border: none;
  padding: 8px;
}

.search_form_wrapper input[type="submit"]{
  background: black;
  color: white;
  border: none;
  padding: 8px;
}

.banner_2 .container{
  position: relative;
  z-index: 1;
}
.banner_2_container{
  display: block;
  margin-top: -150px;
}
.home_page .service_container h3{
  font: 19px/19px 'Playfair Display', Arial, sans-serif;
  color:#000;
  font-weight: bold;
  margin-bottom: 0px;
  margin-top: 0px;
}

.home_page .service_container .img_section1{
  padding: 0px;
}

.home_page .service_container .content_container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
}

#mc_embed_signup {
  width: 200px;
}
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
  /*padding: 10px 0 10px 0;*/
}
#mc_embed_signup_scroll {
  height: 45px;
  display: flex;
}
#mc_embed_signup label {
  display: inline-block;
  color: #fff;
  padding: 24px;
  font-weight: 400;
  background-color: #000;
  display: none;
}
#mc_embed_signup input.search-field {
  flex: 1;
  width: 250px;
  height: 35px;
  border-radius: 0;
  border-color: #000;
  margin-bottom: 0;
  text-align: left;
  font: 12px/12px "Raleway", Arial, sans-serif;
  text-indent: 10px;
}
#mc_embed_signup .button {
  position: absolute;
  font-weight: 100;
  font-size: 25px;
  color: #777;
  top: 50%;
  border: none;
  right: 0;
  width: 50px!important;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
}
.serv_anchor{
  display: block;
}
.serv_anchor:hover figure.effect-ming img{
  opacity: 0.4;
  -webkit-transform: scale3d(1.4, 1.4, 1);
  transform: scale3d(1.4, 1.4, 1);
}
h1.elementor-heading-title{
  font-family: 'Playfair Display', Helvetica, Arial, serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  width: 100%;
}
h2.elementor-heading-title{
  /*font: bold 25px/40px 'Raleway', Arial, sans-serif;*/
  font-family: 'Playfair Display', Helvetica, Arial, serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px;
  color: #191919;
  text-transform: none;
  position: relative;
  margin-bottom: 10px;
}
.c_form_field_container{
  position: relative;
}
.c_form_field_container .fa{
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 72px;
}

.a_read_more{
    text-align: right;
    display: inherit;
    font-weight: 700;
    margin: 20px 20px 0 20px;
}

.main_banner_2 img{
  display:block;
  width:100%; height:100%;
  object-fit: cover;
}
.featured_articles h3, .related_articles h3{
  margin-top: 5px;
  color:#000;
	margin-bottom: 14px;
  font-weight: 700;
}
.post__info{
  margin-top: 5px;
  margin-bottom: 5px;
  color:#000;
  font-weight: 700;
  font-size: 12px;
	padding-left: 10px;
    padding-top: 10px;
}
.post__tag{
  text-transform:capitalize;
}
.contact_page .hero_image_relative{
  height: auto;
}
.contact_page .hero_image_relative img{
  width: 100%;
}

.hero__tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.hero__tag {
  color:black;
  font-weight: 500;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #000000;
  text-transform: capitalize;
  font-size: 12px;
}
.selected_tag{
  background: black;
  color:white !important;
}
@keyframes notification {
  /*
  from {right: -150%;}
  to {right: 10px;}
  */
  from {display: block;}
  to {display: block;}
}

.es_subscription_message{
  /*
  position: fixed;
  width: 250px;
  top: 10px;
  text-align: justify;
  background: white;
  padding: 10px;
  border-radius: 10px;
  right: -150%;
  */
}
.es_subscription_message.success{
	font-weight:bold;
  animation-name: notification;
  animation-duration: 1s;
  font-size: 15px !important;
  color: #faffff !important;
  /*
  right: 10px;
  color: #1fd01f !important;
  font-size: 10px !important;
  animation-name: notification;
  animation-duration: 2s;
  */
}
.es_subscription_message.error{
  animation-name: notification;
  animation-duration: 1s;
  font-size: 10px !important;
  color: #faffff !important;
  /*
  right: 10px;
  color: #d01800 !important;
  font-size: 10px !important;
  animation-name: notification;
  animation-duration: 1s;
  */
}
.sfsi_responsive_icons .sfsi_icons_container span{
  display: none;
}
.sfsi_responsive_icons .sfsi_responsive_icon_facebook_container,.sfsi_responsive_icons .sfsi_responsive_icon_twitter_container {
  background-color: #252525;
  width: 20px !important;
  height: 20px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sfsi_responsive_icons:before {
  content: 'Share Article';
  font-size: 16px;
  font-weight: 700;
}

.post_list .grid_3{
  width: 100%;
  margin-left: 10px;
}
.mw_container{
  width: 100%;
  margin: 0 auto;
}
.event_box{
  background: white;
  margin-bottom: 10px;
}

.event_box .event_image_container{
  overflow: hidden;
}
.event_box .event_image_container img{
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
}

.event_box:hover{
  cursor: pointer;
}
.event_box:hover .event_image_container img{
  transform: scale(1.2);
}
.event_box .elementor-widget-button .elementor-button{
  background: #252525;
  color: white;
  border-radius: 3px;
  height: 27px;
  z-index: 1;
  font-size: 11px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  display: inline-flex;
  align-items: center;
}

.event_box .elementor-widget-button .elementor-button:hover{
  color: #666;
}

.article-header{
  background-color: #fff;
  text-align: center;
  padding: 25px;
}
.post__heading {
  font-size: 25px;
  margin-bottom: 15px;
  font-family: 'Playfair Display', Helvetica, Arial, serif;
  font-weight: 700;
  transition: all ease 1s;
  line-height: 1.22;
}
.logo_head{
  position: relative;
  width: 35px;
  height: 35px;
  /*background: white;*/
  border-radius: 100px;
  padding: 5px;
  text-align: center;
  margin: 0 auto;
}
.logo_head img{
  width: 80%;
  filter: brightness(0) invert(1);
}
.elementor-14 .elementor-element.elementor-element-e0e2038 .elementor-heading-title{
  font-family: 'Playfair Display', Helvetica, Arial, serif;
  font-weight: 700;
  font-size: 30px;
}
#ajaxsearchliteres1{
  width: 60% !important;
}

.mw_image_container .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
  padding: 0px !important;
}

.more_arr3 .learn_more_img{
  width: 90px;
  height: auto;
}
.hero_full_page .banner_text{
  width: 35%;
  height: auto;
  position: absolute;
  right: 4%;
  top: 15%;
}
.related_articles .container{
  background: transparent;
}
.related_articles h2{
  text-align: center;
margin: 0 0 20px;    
    font: bold 25px/40px 'Playfair Display', Arial, sans-serif;	
}
/* .related_articles .a_read_more{
  position: relative;
  right: auto;
  bottom: auto;
  background: none;
  text-align: right;
}
.related_articles .a_read_more{
  display: inline-block;
  border-radius: 3px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 1;
  font-size: 11px;
} */
.related_articles .content_container{
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  padding-bottom: 15px;
}
.related_articles .grid_4{
  background: white;
  margin-bottom: 15px;
  padding-bottom: 10px;
  width: 100%;
  position: relative;
}
.related_articles .img_section1{
    background: white;
    padding: 0px 0 23px;
    margin-bottom: 20px;
    position: relative;
    border-radius: 30px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

form.es_subscription_form{
    display: block !important;
    background: #fff;
    border-radius: 15px;
}
@media(max-width:767px) {
	
	.section_heading{
		text-align:center !important;
	}
}
@media (min-width: 768px) {
  .page_wrapper .related_articles .container{
    width: 98%;
  }
  .related_articles .grid_4 {
    width: 230px;
  }
/*   .related_articles .a_read_more {
    position: absolute;
    right: 0px;
    bottom: 10px;
  } */

  .more_arr3 .learn_more_img{
    width: 95px;
    height: auto;
  }

  .es_subscription_message{
    display: block;
    clear: both;
  }

  h2.elementor-heading-title{
    font-size: 15px;
    line-height: normal !important;
    margin-bottom: 5px;
  }
  .event_box .elementor-widget-button{
    position: absolute;
    bottom: 0px;
    right: 0px;
  }
  .service_heading{
    font-size: 19px;
    line-height: 19px;
  }

  .logo_head{
    position: absolute;
    right: 9px;
    bottom: 0px;
  }
  .post_list .grid_3 {
    width: 48%;
  }

  .box-2 {
    height: 65vh;
    align-items: unset;
  }

  .text_bg_wrapper{
    position: absolute;
    top: 29%;
    -ms-transform: translateY(-29%);
    transform: translateY(-29%);
    width: 60%;
    text-align: center;
    left: 48%;
  }

  .box-2 .text_bg_wrapper {
    transform: scale(1);
  }
  .banner_2_container {
    margin-top: 90px;
    display: unset;
    justify-content: unset;
  }

  .text_bg_wrapper .txt6{
    font:bold 35px/35px "Raleway", Arial, Helvetica, sans-serif;
  }

  .post_list_wrapper_cond{
    width: 96%;
    margin: 0 auto;
  }
  .section_heading{
    margin-top: 10px;
    text-align: left;
  }

  .page_wrapper #content {
    padding-top: 30px;
  }

  #footer .txt_priv{
    text-align: center;
  }

  .f_social_wrapper_main{
    width: 27%;
  }
  .subscription_wrapper_main{
    width: 23%;
  }
  .es-field-wrap{
/*     float: left; */
	  margin:0;
  }

/*   .f_social_icon_container{
    text-align: right;
  } */

.home_page .marTop2{
  margin-top: 28px;
}

.home_page .slider_content{
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
}

nav{
  display: flex;
  justify-content: center;
  padding: 0px;
}
.hero_image{
  height: 100vh;
  overflow: hidden;

  height: 100vh;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.sf-menu > li{
  margin: 0px;
  margin-right: 25px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.g_container .grid_6{
    width: 90%;
}

.page_wrapper .container{
  width: 100%;
}

  .contact_form{
    width: 90%;
  }
.contact_form input[type="submit"]{
  width: auto;
}

.more_arr3 {
  /* padding: 11px 28px; */
  font: bold 13px/35px "Raleway", Arial, Helvetica, sans-serif;
  /* width: auto; */
  display: inline-block;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  height: 35px;
}

  .youtube_wrapper{
    width: 33.33%;
    margin-left: 0px;
  }
  .navigation {
    font-size: 50px;
    line-height: 70px;
  }

  .service_container .img_holder1, .post_list .img_holder1{
    height: 100px;
  }

  .flex_v_center{
    align-items: center;
    flex-direction: row;
  }

  .txt5 {
    font: 14px/20px "Raleway", Arial, Helvetica, sans-serif;
  }

  .event_slider_wrapper{
    padding-top: 30px;
  }

  .subscription_wrapper{
    margin-top: 10px;
/* 	margin-left: 20px; */
  }
  .home_page .container{
    width:96%;
  }
  .home_page .container .row{
    margin-left: 0px;
  }
  .home_page .container .row .grid_3{
    width: 24%;
    margin-left: 0px;
    margin-right: 1%;
  }
  .home_page .container .row .grid_4{
    width: 32.33%;
    margin-left: 0px;
    margin-right: 1%;
  }
  /*
  .home_page .container .row .grid_3:last-child{
    margin-right: 0px;
    width: 25%;
  }
  .home_page .container .row .grid_4:last-child{
    width: 33.33%;
    margin-right: 0px;
  }
  */
  .home_page .service_container h3{
    font-size: 15px;
    line-height: 15px;
  }
  .service_container .wrapper{
    justify-content: flex-end;
  }

  .featured_articles .img_section1, .post_list .img_section1{
    margin-bottom: 20px;
  }
  .featured_articles .img_holder1, .post_list .img_holder1{
    height: 150px;
  }
  .featured_articles h3{
    font-size: 15px;
    line-height: 15px;
  }
  p{
    font-size: 12px;
  }
  .featured_articles .wrapper, .post_list .wrapper{
    justify-content: flex-end;
  }
  .home_page .media_container .row .grid_3{
    width: 32.33%;
    margin-left: 0px;
    margin-right: 1%;
  }
  .text_bg_wrapper .more_arr3{
    width: auto;
  }

  .list1 li {
    padding-bottom: 27px;
  }
  #footer {
    padding: 5px 0 5px;
  }
  .home_page .service_container .content_container{
    height: 60px;
  }
  .heading_wrapper{
    display: flex;
    justify-content: center;
  }

  .media_container h2{
    text-align: center;
  }
  .media_container .wrapper{
    display: flex;
    justify-content:flex-end;
  }
  .page_wrapper .youtube_wrapper{
    height: 130px;
    width: 235px;
  }
}
.subscription_wrapper ul li{
	margin: 0 0 3px 0;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
}
.subscription_wrapper ul li .address-a{
	 position:relative;
	    padding-left: 20px;
}
.subscription_wrapper ul li .address-a:before{
	content: "\f041";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
}
.subscription_wrapper ul li .phone-a{
	 position:relative;
	    padding-left: 20px;
}
.subscription_wrapper ul li .phone-a:before{
	content: "\f095";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: FontAwesome;
    left:-5px;
    position:absolute;
    top:0;
}
	.subscription_wrapper ul li i{
		display: inline-block;
    	margin-right: 10px;
	}
.f_social_icon_container h2{color:#fff;}
.es-field-wrap {
/*     float: left; */
}
@media (min-width: 1024px) {
  .related_articles .grid_4 {
    width: 312px;
  }
  .page_wrapper .youtube_wrapper{
    height: 143px;
    width: 257px;
  }
  .more_arr3 .learn_more_img{
    width: 130px;
    height: auto;
  }
  h2.elementor-heading-title{
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .logo_head{
    bottom: auto;
    top: 60px;
  }
  .post_list .row{
    margin-left: 0px;
  }
  .post_list .grid_3{
    width: 32.33%;
    margin-left: 0px;
    margin-right: 10px;
  }
	
  .subscription_wrapper_main{
    width: 43%;
  }

  .phone_container{
    width: 280px;
  }
  .f_social_wrapper_main{
    width: auto;
  }
  .subscription_wrapper{
    align-items: flex-end;
  }

  .hero_full_page {
    overflow: hidden;
    max-height: 100vh;
    height: 100vh;
  }
  .hero_full_page img{
    position: absolute;
  }
#hamburger{
  display: block;
}

#hamburger_mobile{
  display: none;
}

#stuck_container{
  text-align: left;
  padding-left: 15px;
}
nav{
  justify-content: flex-start;
  margin-top: -8px;
}
#header{
  padding-left: 0px;
}
.search_main {
  float: right;
  width: 250px;
}

.g_container .grid_6{
  width: 70%;
}
  .page_wrapper #content{
    padding-top: 0px;
  }
  .service_container .img_holder1, .post_list .img_holder1{
    /*
    height: 60vh;
    height: 25vh;
    */
    height: 22vh;
    height: 196px;
  }
  .home_page .slider_content .txt6{
    font: bold 30px/30px "Playfair Display", Arial, Helvetica, sans-serif;
  }

  p{
    font-size: 14px;
  }
  .home_page .service_container h3 {
    font-size: 19px;
    line-height: 19px;
  }
  .post__info{
    padding-left: 10px;
    padding-top: 10px;
  }

  .featured_articles .img_holder1, .related_articles .img_holder1{
    height: 28vh;
    height: 196px;
  }

  .post_list .img_holder1{
    height: 196px;
  }

  .home_page .media_container .row .grid_3{
    width: 24%;
    margin-left: 0px;
    margin-right: 1%;
  }
  .wrapper{
    text-align: right;
  }

  #footer {
    padding: 27px 0 27px;
  }
  .text_bg_wrapper{
    left: 45%;
    top: 27%;
  }
  .text_bg_wrapper .more_arr3{
    font-size: 19px;
  }
  .home_page .service_container .content_container{
    height: 80px;
  }
}

.menu-container{
	width: 90%;
    min-height: 315px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10% 5%;
}
#ajaxsearchlite1 .probox, div.asl_w .probox {
    margin: 0;
    height: 20px !important;
    background-color: #f4f4f4 !important;
    padding: 10px;
    background: #f4f4f4 !important;
    border: 0 none #ddd;
    border-radius: 10px;
    box-shadow: 0 0 0 0 #f4f4f4 inset;
}
div.asl_w {
    width: 100%;
    height: auto;
    border-radius: 5px;
    background-color: transparent;
    overflow: hidden;
    border-radius: 10px;
    border: 0 solid #b5b5b5;
    border-radius: 0 0 0 0;
    box-shadow: 0 0px 0 0 #e4e4e4 !important;
}
div.asl_m .probox .proinput {
    width: auto;
    height: 100%;
    margin: 0 0 0 0px;
    padding: 0 5px;
    float: left;
    box-shadow: none;
    position: relative;
    flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    order: 5;
    background: #f4f4f4 !important;
    -webkit-order: 5;
}
div.asl_w .probox .promagnifier {
    height: 20px !important;
	box-shadow: 0px 0px 0 0 rgba(255,255,255,.64) inset !important;
}
div.asl_m .probox .proinput input {
    height: 22px !important;
	box-shadow: 0px 0px 0 0 rgba(255,255,255,.64) inset !important;
}
div.asl_w{ border-radius:8px !important; }
.menu-container .navigation {
    color: #ededed;
    font-size: 20px;
    line-height: 45px;
    text-align: right;
    transform: translateY(0px);
    position: absolute;
    width: 15%;
}
.menu-container .hero-menu-image{
    position: absolute;
    left: 22%;
    width: 76%;
}
.menu-loc{
	display: flex;
    /* width: 100%; */
    flex-wrap: wrap;
}
.col-2{	
	-webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 51.333333%;
    max-width: 51.333333%;
    padding: 0 0px;
}
.col-2 .menu-img{
	display:block;
}
.col-2 img{
	border-radius:30px;
}
.col-8{	
    padding: 0;
    /* display: table-column; */
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding: 0 30px;
}
.col-8 h2{
    font-family: 'Playfair Display', Sans-serif;
    font-size: 28px;
    font-weight: 400;
	line-height: 32px;
}
.col-8 h2.bfont{
	font-weight:700;
}
.col-8 p{
	font-size: 14px;
    margin-top: 10px;
    line-height: normal;
    font-family: "Helvetica", Sans-serif;
}
.col-8 p a{
	font-size: 14px;
    margin-top: 10px;
    line-height: normal;
    font-family: "Helvetica", Sans-serif;
}
.col-8 p.text-right{
	text-align:right;
}
.col-8 p a:hover{
	color:#000;
}
.col-8 p a i{
	font-size: 14px;
    margin-left: 7px;
    position: relative;
    top: 2px;
}
@media (min-width: 1200px) {

  .page_wrapper .related_articles .container {
    width: 1080px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
  .related_articles .grid_4{
    width: 350px;
    margin-left: 0px;
    margin-right: 14px;
  }
  .related_articles .grid_4:last-child{
    margin-right: 0px;
  }
  .related_articles .flex_wrap_equal{
    margin-left: 0px;
  }

  .mw_container{
	 
    width: 1080px;
  }
  .home_page .container, .main_wrapper .container,.mw_image_container{
    width:1080px;
  }
  .mw_image_container{
    margin-bottom: 10px;
  }
  .home_page .container .row{
    margin-left: 0px;
  }
  .home_page .container .row .grid_3{
	  overflow:hidden;
	  border-radius:0px;
    width: 24%;
    margin-left: 0px;
    margin-right: 10px;
	box-shadow:0px 0px 1px 0px #888888;
  }
  .home_page .container .row .grid_4{
	   overflow:hidden;
	  border-radius:0px;
    width: 32.33%;
    margin-left: 0px;
    margin-right: 10px;
	  box-shadow:0px 0px 0px 0px #888888;
  }

  .page_wrapper #content{
    width: 1080px;
    margin: 0 auto;
  }
  .hero_full_page{
    height: 100vh;
  }
  .main_wrapper .container .row{
    margin-left: 0px;
  }
  .main_wrapper .container .grid_4{
    width:350px;
    margin-left: 0px;
    margin-right: 10px;
  }

nav{
  margin-top: 0px;
  justify-content: unset;
  float: right;
  margin-top: 20px;
}
.search_main {
  float: right;
  margin-top: 10px;
  width: auto;
  /* margin: 7px; */
  }
  .searchInput{
    width: 0px;
  }
  .mlink{
    float: left;
    margin-top: 6px;
  }
  .full_show{
    height: 100vh;
  }
  .more_arr3{
    display: inline-block;
  }
  .overlay_menu{
    /*width: 30%;*/
  }
  .navigation{
    font-size: 20px;
    line-height: 40px;
    text-align: left;
  }
  .featured_articles .wrapper, .post_list .wrapper{
    display: block;
    text-align: right;
  }
  .media_container .container{
    display: block;
  }
  .media_container .row{
    margin-left: 2%;
  }
  .home_page .media_container .row .grid_3{
    width: 340px;
    margin-left: 0px;
    border: 1px solid white;
    padding: 3px;
    margin-right: 10px;
  }

  .media_container .youtube_wrapper{
    width: 32.33%;
    margin-left: 0px;
    border: 1px solid white;
    padding: 3px;
  }
  .phone_container{
    text-align: left;
    width: 280px;
  }
  #footer{
    padding: 0px 0 0px;
    
  }
	#footer .quickmenu{
		 padding-left:30%;
		
	}
  #footer .list1{
    margin-top: 0px;
	 
  }
	#footer h2{
		margin: 45px 0 15px;
		padding:0;
		line-height: normal;
		color:#fff;
		text-transform: uppercase;
		font-size: 20px;
	}	
  #footer .list1 li{
    padding-bottom: 10px;
  }
  #footer .list1 li a{
    font-size: 14px;
  }
  #footer .soc_icons{
    margin-top: 0;
/*     transform: scale(0.79); */
  }
	
  .soc_icons{
    margin-top: 30px;
  }
  .soc_icons > li{
    margin-bottom: 0px;
  }
  .txt_priv{
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .phone_container p{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 11px;
  }
  .f_social_icon_container h2 {
    font-size: 13px;
    line-height: 13px;
	  color: #fff;
  }
/*
  #mc_embed_signup {
    font: 14px Helvetica,Arial,sans-serif;
  }
  #mc_embed_signup form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 0;
  }
  #mc_embed_signup_scroll {
    height: 45px;
    display: flex;
  }
  #mc_embed_signup label {
    display: inline-block;
    color: #fff;
    padding: 24px;
    font-weight: 400;
    background-color: #000;
    display: none;
  }
  #mc_embed_signup input.search-field {
    flex: 1;
    width: 250px;
    height: 35px;
    border-radius: 0;
    border-color: #000;
    margin-bottom: 0;
    text-align: left;
  }
  #mc_embed_signup .button {
    position: absolute;
    font-weight: 100;
    font-size: 25px;
    color: #777;
    top: 50%;
    border: none;
    right: 0;
    width: 50px!important;
    transform: translateY(-50%);
    background-color: transparent;
    outline: none;
  }
*/

  .static_page_wrapper{

  }
  .static_page_wrapper .hero_image{
    height: 100vh;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 1;
  }
  .static_page_wrapper #content {
    padding-left: 25px;
    padding-right: 25px;
    background: transparent;
    position: relative;
    z-index: 1;
  }
  .static_page_wrapper .container {
    width: 100%;
  }
  .static_page_wrapper .container {
    background: #25242470;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  .static_page_wrapper p{
    color:#ffffff9c;
  }
  .static_page_wrapper h2{
    color:white;
    position: relative;
  }
  .static_page_wrapper h2:after{
    /*
    content: "";
    border-bottom: 1px solid #f44839;
    bottom:3px;
    left: 0px;
    width: 100px;
    display: block;
    */
  }
  .event_slider_wrapper{
    padding-bottom: 0px;
    height: 220px;
  }
  .btn_container{
    text-align: right;
  }
  .post_list .content_container{
    /*height: 215px;*/
  }
  .post_list .more_arr3{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -100px
  }
  #footer .container{
    width: 1140px;
	  padding: 0 10px;
  }
  .f_social_wrapper_main{
    width: 400px;
  }
  .f_social_icon_container{
    text-align: left;
    margin-top: 15px;
  }
  .subscription_wrapper {
    margin-top: 45px;
  }
  .subscription_wrapper_main{
    width: 400px;
  }
  #footer .txt_priv{
    text-align: left;
    top: -9px;
    position: relative;
    font-size: 11px;
  }
  .logo_head{
    width: 25px;
    height: 25px;
    top: 10px;
	  margin-right: 75px;
  }
  .overlay_menu{
    justify-content: flex-start;
	  padding: 0;
/*  padding-top: 59px;
    padding-left: 18px; */
  }
  /*
  .post_list .content_container{
    height: 35vh;
  }
  .post_list .more_arr3{
    position: absolute;
    bottom: 10px;
    right:20px;
  }
  */
  #footer .f_nav_container{
	  margin-top:20px;
    width:9%;
    margin-left: 0px;
  }
  #footer .f_social_wrapper_main{
    width: 35%;
    margin-left: 0px;
  }
  #footer .subscription_wrapper_main{
    width:35%;
    margin-left: 30px;
  }
  .emaillist{
    width: 100%;
  }
  .banner_2_container {
    margin-top: 110px;
  }
  .banner_2_container .text_bg_wrapper .more_arr3{
    margin-left: -34px;
  }

  .more_arr3 .learn_more_img {
    width: 150px;
    height: auto;
  }
  .text_bg_wrapper{
    top: 25%;
    -ms-transform: translateY(-25%) scale(1);
    transform: translateY(-25%) scale(1);
    left: 49%;
  }
  .mw_content_container{
    width: 1080px;
  }
  .motion_page .mw_content_container{
    width: 1060px;
    padding: 10px;
  }

}
  .featured_articles h3, .related_articles h3 {
	font-size: 18px;
    line-height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }
.featured_articles p, .related_articles p {
    padding-left: 10px;
    padding-right: 10px;
	line-height: normal;
	min-height: 130px;
    line-height: 21px;  
  }
	.grid_12.copyright{
	    width: 100%;
	}
	.grid_12.copyright p{
		font-size: 13px;
		color:#fff;
	}
@media (min-width: 1300px) {
  .heading_wrapper,.post_list_wrapper_cond{
    width: 1080px;
  }

  /*
  .hero_full_page img{
    height:100vh;
  }
  */
}
#footer .b-footer{
		background:#222222;
	}
	#footer .b-footer ul{
		display: inline-block;
		align-items: center;
		text-align: right;
		width: 100%;
		padding: 10px 0;
	}
	#footer .b-footer ul li{
		display: inline-flex;
		margin: 0 11px;
	}
	#footer .b-footer ul li a{
		color:#a0a0a0;
	}
	#footer .b-footer ul li p{
		color:#a0a0a0;
	}
@media (max-width: 767px){
#footer .b-footer {
    margin-top: 30px;
}	
#footer .b-footer ul {
    text-align: center;
}	
#footer .b-footer ul li {
    margin: 5px 11px;
}	
.subscription_wrapper ul li .address-a:before,
.subscription_wrapper ul li .phone-a:before	{
    left: -10px;
    position: relative;
}
.subscription_wrapper {
    margin-top: 15px;
}
#footer h2 {
    margin: 15px 0 15px;
    padding: 0;
    line-height: normal;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
}
.soc_icons {
    margin-top: 15px;
}
.f_social_icon_container {
    margin-top: 0px;
}	
.soc_icons > li {
	margin-bottom: 0px;
}	
.menu-container .hero-menu-image{
	display:none;
}
	.menu-container .navigation{
		width: 100%;
		text-align: center;
	}	
}