@import url(https://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/css?family=Open+Sans:400italic,700italic,300,600,700,400);
@import url(https://fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,700italic);

@import url('https://fonts.googleapis.com/css?family=Cairo');
/*========================================================
										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: #56565a;
  color: #292929;
  font: 14px/22px "Open Sans", Arial, sans-serif /*rtl: 14px/22px 'Cairo', sans-serif*/;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 0px;
  margin-left: 0px;
  float: left;
}
ul {
  padding: 0px;
}
h1 img {
  max-width: inherit;
}
h2 {
  position: relative;
  font: 900 41px/45px 'Lato', Arial, sans-serif /*rtl: 900 41px/45px 'Cairo', sans-serif*/;
  color: #222222;
  margin-top: 72px;
  text-align: center;
  padding-bottom: 9px;
}
h2:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 234px;
  height: 2px;
  left: 50%;
  margin-left: -117px;
  bottom: -9px;
  background: #c0c0c0;
}
h2.color2:before {
  background: #fff;
}
h3 {
  position: relative;
  font: bold 24px/30px 'Open Sans', Arial, sans-serif /*rtl: bold 24px/30px 'Cairo', sans-serif*/;
  color: #f01b30;
  margin-top: 44px;
  padding-bottom: 22px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 20px;
}
h3:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 87px;
  height: 2px;
  left: 50%;
  margin-left: -44px;
  bottom: 0;
  background: #c0c0c0;
}

h3.line_bot {
  margin-top: 60px;
  padding-bottom: 0;
}
h3.line_bot:before {
  bottom: auto;
  top: -20px;
}
h3.line_left {
  margin-top: 64px;
}
h3.line_left:before {
  left: 0;
  margin-left: 0;
}
h4 {
  font: 18px/30px 'Open Sans', Arial, sans-serif /*rtl: 21px/30px 'Cairo', sans-serif*/;
  color: #696969;
  font-style: italic;
  margin-top: 14px;
  letter-spacing: 0px;
  direction: ltr;
}
h4.title-inner {
  font: 18px/24px 'Open Sans', Arial, sans-serif /*rtl: 21px/30px  'Cairo', sans-serif*/;
  color: #f01b30;
  margin-top: 44px;
  padding-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 0px;
  direction: ltr;
}
.caption span.slider_txt1{
  font: 900 90px/90px "Lato", Arial, Helvetica, sans-serif /*rtl: 80px/90px  'Cairo', sans-serif*/;
}
span.search {
  color: #f01b30 !important;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #2d2d2f;
  padding: 0 0 0px;
  position: relative;
  z-index: 100;
}
#header h1 {
  margin-top: 5px;
    margin-bottom: 5px;
}
#header img{
  width: 96px;
}
.main_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;
}
.logo{
  float: left;
  margin: 5px 1px;
}
.lang{
  float: right;
  width: 43px;
  height: 43px;
  border-radius: 30px;
  line-height: 33px;
  text-align: center;
  background: #f01b30;
  color: #fff;
  margin-top: 10px;
  margin-right: 10px;
  padding-top: 0px/*rtl: 4px*/;
  font:24px 'Open Sans', Arial, sans-serif;

}
.lang:hover{
  background: #fff;
  color: #f01b30;
}
.isStuck .lang{
  display: none;
}
.header_icons {
  position: relative;
  display: block;
  /* margin-top: 61px; */
  white-space: nowrap;
  text-align: right;
  margin-right: 10px;
  float: right;
  margin-top: 10px;
}
.header_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.header_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  float: right;
  width: 43px;
  height: 43px;
  display: inline-block;
  color: #56565a;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.header_icons > li > a:hover {
  color: #fff;
  text-decoration: none;
  background: #2c2c2d;
}
.header_icons i {
  font: normal normal 22px/43px 'FontAwesome';
}
.isStuck .header_icons{
  display: none;
}
.isStuck .logo{
  display: none;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  float: right;
  margin-right: 40px;
}

.carousel nav {
  float: right;
  width: 100%;
  margin-right: 0px;
}

/* Stuck menu styles
========================================================*/
.isStuck {
  background: #2d2d2f;
  padding: 0px 0 0px;
  z-index: 999;
  text-align: center;
}
.isStuck .search_main {
  display: none;

}
.isStuck h1 {
  float: left;
  width: auto  !important;
}
.isStuck h1 img {
  height: 50px;
  width: 50px !important;
}
.isStuck .sf-menu > li > a {
  line-height: 50px;
}
.isStuck nav {
  float: right;
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}
.isStuck .sf-menu {
  float: none;
}
.isStuck .sf-menu ul.submenu {
  top: 50px;
}
@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: #f01b30;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
a.link2 {
  color: #f01b30;
}
a.link2:hover {
  color: #000;
}
.logo_link {
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  margin-bottom: 30px;
  float: left;
  width: 100%;
  text-align: center;
}
.logo_link.last {
  margin-right: 0;
}
.logo_link:hover img {
  opacity: 0.5;
}
a.link_icon1 {
  margin-top: 11px;
  margin-right: 10px;
  float: right;
  color: #222;
  font-size: 20px;
  line-height: 43px;
  width: 43px;
  height: 43px;
  text-align: center;
  background: #4c4c4f;
  border-radius: 500px;
}
a.link_icon1 i {
  line-height: inherit;
}
a.link_icon1:hover {
  color: #f01b30;
  background: #fff;
}
.txt1 {
  font: bold 27px/30px 'Open Sans', Arial, sans-serif /*rtl: bold 27px/30px 'Cairo', sans-serif*/;
  color: #8eb00c;
  margin-top: 33px;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.txt2 {
  font: bold 57px/57px 'Open Sans', Arial, sans-serif /*rtl: bold 57px/57px 'Cairo', sans-serif*/;
  color: #f01b30;
  font-style: italic;
  margin-top: 0px;
  letter-spacing: -3px;
  margin-bottom: 21px;
}
.txt2.v2 {
  margin-top: 40px;
  line-height: 54px;
  margin-bottom: 0px;
}
.txt2 span {
  font-size: 36px;
  letter-spacing: -2px;
}
.txt3 {
  font: 300 19px/24px 'Open Sans', Arial, sans-serif /*rtl: 300 19px/24px 'Cairo', sans-serif*/;
  color: #7b7b7b;
  margin-top: 3px;
  margin-bottom: 1px;
  direction: ltr;

}
.txt4 {
  font: bold 100px/100px 'Open Sans', Arial, sans-serif /*rtl: bold 100px/100px 'Cairo', sans-serif*/;
  color: #f01b30;
  font-style: italic;
  margin-top: 33px;
  letter-spacing: -5px;
  margin-bottom: 21px;
}
.txt5 {
  font: 900 30px/34px 'Lato', Arial, sans-serif /*rtl: 900 30px/34px 'Cairo', sans-serif*/;
  color: #222;
  margin-top: 32px;
  margin-bottom: 17px;
}
.txt6 {
  font: 16px/20px 'Lato', Arial, sans-serif /*rtl: 16px/20px 'Cairo', sans-serif*/;
  color: #292929;
  margin-top: 26px;
  padding-bottom: 6px;
}
.blog_section {
  float: left;
  width: 70px;
  font-size: 25px;
  color: #61ae24;
  text-align: center;
}
.blog_section i {
  margin-top: 8px;
}
.color1 {
  color: #222;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #8eb00c;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.fz16 {
  font-size: 16px;
}
.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: 100%;
}
.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;
}
.pad1 {
  padding-left: 68px;
}
.pad2 {
  padding-left: 100px;
}
.icon_section {
  margin-top: 97px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 34px;
  text-align: left;
  direction: ltr;
}
.marTop2 {
  margin-top: 16px;
}
.marTop3 {
  margin-top: 63px;
  margin-bottom: -7px;
}
.marTop4 {
  margin-top: 44px;
}
.marTop5 {
  margin-top: 14px;
}
.marTop6 {
  margin-top: 64px;
  margin-bottom: -13px;
}
.marTop7 {
  margin-top: 66px;
}
.marTop8 {
  margin-top: 35px;
}
.marTop9 {
  margin-top: 12px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #727276;
  overflow: hidden;
  margin: 98px 0 64px;
}
p {
  margin-top: 13px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 7px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}
.img_rounded {
  border: 7px solid #e0e0e0;
  border-radius: 500px;
}

.img2 {
  margin-top: 69px;
}
.img3 {
  margin-top: 20px;
}
.img4 {
  float: left;
  margin-right: 30px;
  margin-top: 10px;
}
.img_section {
  margin-top: 45px;
  position: relative;
  text-align: left;
}
.img_txt {
  position: absolute;
  left: 0;
  bottom: 10px;
  color: #fff;
  font-size: 15px;
  text-transform: uppercase;
}
.img_txt1 {
  padding: 7px 15px;
  background: #000;
  display: inline-block;
}
.img_txt2 {
  padding: 7px 17px;
  background: #61ae24;
  display: inline-block;
}
blockquote {
  padding-left: 66px;
  padding-right: 40px;
  background: url(../images/quote_sign.png) 0 7px no-repeat;
  margin-top: 18px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
blockquote p {
  margin-top: 0;
  font: 14px/24px 'Open Sans', Arial, sans-serif /*rtl: 14px/24px 'Cairo', sans-serif*/;
  font-style: italic;
}
.sign1 {
  display: inline-block;
  margin: 10px 31px 0 1px;
  background: #282827;
  width: 4px;
  height: 4px;
}
.num_section {
  font: 300 52px/52px 'Open Sans', Arial, sans-serif /*rtl: 300 52px/52px 'Cairo', sans-serif*/;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.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 'Open Sans', Arial, sans-serif /*rtl: bold 37px/37px 'Cairo', sans-serif*/;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Open Sans', Arial, sans-serif /*rtl: 300 10px/12px 'Cairo', sans-serif*/;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 11px;
}
.listWithMarker li {
  display: block;
  padding-left: 20px;
  margin-bottom: 0;
  padding-bottom: 8px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f111';
  font: normal normal 8px/22px 'FontAwesome';
  color: #f01b30;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  text-decoration: none;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #f01b30;
}
.pager li > a:hover{
  text-decoration: none;
  background-color: #eee;
  outline: 0px;
  color: #f01b30;
}

.pager li > a:focus {
  text-decoration: none;
  background-color: #fff;
  outline: 0px;
  color: #000;
}
/*========================================================
										BUTTONS
=========================================================*/
.news .more_btn{
  float: left;
}
.more_btn {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 12px 34px;
  text-decoration: none;
  font: 600 16px/22px "Open Sans", Arial, sans-serif /*rtl: 600 16px/22px 'Cairo', sans-serif*/;
  color: #fff;
  background: #f01b30;
  border-radius: 5px;
  text-transform: uppercase;
}
.more_btn.v2 {
  background: #f01b30;
  margin-top: 37px;
}
.more_btn:hover {
  color: #fff;
  background: #56565a;;
}
.more_btn2{
  display: inline-block;
  margin-top: 121px;
  padding: 20px 85px;
  text-decoration: none;
  font: 20px/30px "Lato", Arial, sans-serif /*rtl: 20px/30px 'Cairo', sans-serif*/;
  color: #fff;
  text-transform: uppercase;
  background: #f01b30;
}
.more_btn2:hover{
  color: #f01b30;
  background: #fff;
}
.submit-from {
  display: inline-block;
  margin-top: 121px;
  padding: 20px 85px;
  text-decoration: none;
  font: 20px/30px "Lato", Arial, sans-serif /*rtl: 20px/30px 'Cairo', sans-serif*/;
  color: #fff;
  text-transform: uppercase;
  background: #f01b30;
  margin-bottom: 50px;
}
.submit-from:hover {
  color: #fff;
  background: #56565a;
}
.more_btn3 {
  display: inline-block;
  margin-top: 50px;
  padding: 23px 95px;
  text-decoration: none;
  font: 300 18px/22px "Open Sans", Arial, sans-serif /*rtl: 300 18px/22px 'Cairo', sans-serif*/;
  color: #00a1cb;
  background: #fff;
  text-transform: uppercase;
  letter-spacing: 4px;
}
.more_btn3:hover {
  color: #fff;
  background: #0088ab;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/magnifier2.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
.figure_video {
  margin-top: 30px;
  margin-bottom: -20px;
}
.lightbox-video {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.lightbox-video span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/video_sign.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: .5;
}
.lightbox-video span.video_icon:hover {
  opacity: 1;
}
.lightbox-photo {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.lightbox-photo span.video_icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/photo_sign.png) no-repeat 50% 50%;
  z-index: 1;
  opacity: .5;
}
.lightbox-photo span.video_icon:hover {
  opacity: 1;
}
.opacity1 {
  opacity: 1;
}
.lightbox-video span.video_title {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #474747;
  color: #fff;
  padding: 4px 10px;
  font: bold 12px/20px Arial, Helvetica, sans-serif /*rtl: bold 12px/20px 'Cairo', sans-serif*/;
}
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 61px;
  white-space: nowrap;
  text-align: center;
  margin-left: -8px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 5px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 60px;
  height: 60px;
  display: inline-block;
  color: #56565a;
  background: #fff;
  text-align: center;
  border-radius: 500px;
}
.soc_icons i {
  font: normal normal 30px/60px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #56565a;
  text-decoration: none;
  background: #2c2c2d;
}
.icon2 {
  font: normal normal 22px/24px 'FontAwesome';
  margin-right: 7px;
  margin-top: 5px;
}
.icon3 {
  font: normal normal 16px/20px 'FontAwesome';
  margin-top: 1px;
  margin-left: 6px;
}
.mt10{
  margin-top: 10px !important;
}
.mt20{
  margin-top: 20px !important;
}
.mt30{
  margin-top: 30px !important;
}
.mt40{
  margin-top: 40px !important;
}
.mt-5{
  margin-top: -5px !important;
}
.mt-40{
  margin-top: -40px !important;
}
.mb10{
  margin-bottom: 10px !important;
}
.mb20{
  margin-bottom: 20px !important;
}
.mb30{
  margin-bottom: 30px !important;
}
.mb40{
  margin-bottom: 40px !important;
}
.pt10{
  padding-top: 10px !important;
}
.pt20{
  padding-top: 20px !important;
}
.pt30{
  padding-top: 30px !important;
}
.pt40{
  padding-top: 40px !important;
}
.pb10{
  padding-bottom: 10px !important;
}
.pb20{
  padding-bottom: 20px !important;
}
.pb30{
  padding-bottom: 30px !important;
}
.pb40{
  padding-bottom: 40px !important;
}
/*----------- end social icons ----------------*/
/*----------- start content -------------------*/

*+.terms-list {
  margin-top: 56px;
  text-align: left;
}
.terms-list dt {
  font-size: 26px;
  font-weight: 400;
  /* text-transform: uppercase; */
  line-height: 36px;
}
.change-color {
  color: #f01b30 !important;
}
.terms-list dt+dd {
  margin-top: 18px;
  direction: ltr;
}
.terms-list dd+dt {
  margin-top: 49px;
}
.content-container{
  float: left;
  width: 100%;
}
.partner-logo{
  padding: 20px 30px;
  background: #fff;
  border: 5px solid #e0e0e0;
}
.pagination-container {
  clear: both;
  width: 100%;
  text-align: center;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
/* .pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
} */
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #cfcfcf;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 4px 14px;
  line-height: 1.71428571;
  text-decoration: none;
  color: #474747;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #f01b30;
  border-color: #f01b30;
  cursor: default;
}
.next-page:before {
  font-family: 'FontAwesome';
  content: '\f105' /*rtl:'\f104' */;
}
.pagination > li:last-child > a:before, .pagination > li:last-child > span:before {
  font-family: 'FontAwesome';
  content: '\f101' /*rtl:'\f100' */;
}
.back-page:before {
  font-family: 'FontAwesome';
  content: '\f104' /*rtl:'\f105' */;
}
.pagination > li:first-child > a:before, .pagination > li:first-child > span:before {
  font-family: 'FontAwesome';
  content: '\f100' /*rtl:'\f101' */;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  z-index: 2;
  color: #f01b30;
  background-color: #eee;
  border-color: #ddd;
}
.image-responsive{
  float: left;
  width: 100%;
}
blockquote {
  position: relative;
  padding-top: 17px;
  padding-left: 66px;
  padding-right: 0px;
  text-align: left;
  border-left: 0px;
}
blockquote:before {
  content: "";
  width: 36px;
  height: 36px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: url(../images/quote.png) center no-repeat;
  background-size: 100%;

  -ms-transform: rotate(0deg)/*rtl:rotate(180deg)*/; /* IE 9 */
  -webkit-transform:  rotate(0deg)/*rtl:rotate(180deg)*/; /* Safari 3-8 */
  transform: rotate(0deg)/*rtl:rotate(180deg)*/;
}
blockquote .cnt {
  overflow: hidden;
  direction: ltr;
}
cite {
  display: block;
  font-size: 26px;
  font-weight: 100;
  color: #f01b30;
  
}
blockquote p {
  padding: 8px 0;
  margin-top: 23px;
}
q {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-style: italic;
}
h3.title-inner {
  position: relative;
  font: bold 24px/30px 'Open Sans', Arial, sans-serif /*rtl: bold 24px/30px 'Cairo', sans-serif*/;
  color: #f01b30;
  margin-top: 20px;
  padding-bottom: 0px;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 0px;
  text-align: left;
}
h3.title-inner:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 0px;
  height: 0px;
  left: 50%;
  margin-left:0px;
  bottom: 0;
  background:transparent;
}
.contact-list address {
  text-transform: none;
  display: block;
  color: #464646;
  font-size: 14px;
  text-align: center;
  direction: ltr;
}
.contact-list address p, .contact-list address .terms-list dd, .terms-list .contact-list address dd {
  font-size: 18px;
  font-weight: 400;
  color: #f01b30;
  text-transform: uppercase;
}
label.file-upload{
  position:relative;
  overflow:hidden;
  background: #f01b30;
  border: 0px;
  height: 50px;
  line-height: 40px;
}
label.file-upload:hover, label.file-upload:active, label.file-upload:focus{
  position:relative;
  overflow:hidden;
  background: #000 !important;
  border: 0px;

}
label.file-upload input[type=file]{
  position:absolute;
  top:0;
  right:0;
  min-width:100%;
  min-height:100%;
  font-size:100px;
  text-align:right;
  filter:alpha(opacity=0);
  opacity:0;
  outline:0;
  background:#fff;
  cursor:inherit;
  display:block
}
.twentytwenty-before-label:before {
  content: "Before" /*rtl:"قبل"*/;
}
.twentytwenty-after-label:before {
  content: "After" /*rtl:"بعد"*/;
}
/*----------- end content -------------------*/
.search_main {
  float: right;
  position: relative;
}
#search1 {
  position: absolute;
  right: 60px;
  top: 14px;
  width: 170px;
  display: none;
}
#search1 input {
  width: 140px;
  float: left;
  color: #333;
  font: 14px/21px Arial, Helvetica, sans-serif /*rtl: 14px/21px 'Cairo', sans-serif*/;
  height: 39px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 9px 10px 9px 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: #fff;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  display: inline-block;
  margin-right: -2px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 39px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #f01b30;
  background: #fff;
  border: 1px solid #d9d9d9;
  -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 18px/39px 'FontAwesome';
}
.more_btn4:hover {
  color: #000;
}
.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;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

#img-upload{
  width: 50%;
  margin-left: 25%;
  margin-right: 25%;
  margin-top: 30px;
  
}
.border-radius{
  border-radius: 50%;
  overflow: hidden;
}
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  padding-bottom: 55px !important;
}
.logo_section {
  margin-bottom: 56px;
}
.box-1 {
  width: 100%;
  margin-top: 0;
  background: #f3f3f3;
  text-align: center;
  padding: 0px 0 94px;
}
.box-1.v2 {
  margin-top: 79px;
  text-align: left;
  padding: 70px 0px;
}
.box-1.v3 {
  margin-top: 81px;
}
.box-1.v4 {
  text-align: left;
  padding-bottom: 63px;
}
.box-1.v5 {
  margin-top: 81px;
}
.box-1.v6 {
  margin-top: 0;
}
.bg1 {
  overflow: hidden;
  background: url(../images/page1_bg1.jpg) 100% 0 no-repeat #f3f3f3;
  padding: 27px 0 79px;
}
.box-2 {
  width: 100%;
  background: url(../images/page3_bg1.jpg) 40% 0 no-repeat;
  padding: 31px 0 82px;
}
.box-3 {
  width: 100%;
  background: url(../images/page4_bg1.jpg) 50% 0 no-repeat;
  padding: 31px 0 100px;
}
.box-4 {
  width: 100%;
  background: url(../images/page5_bg1.jpg) 50% 0 no-repeat;
  padding: 39px 0 82px;
}
.sign_section {
  float: left;
  margin-right: 36px;
  font-size: 200px;
  color: #fff;
  margin-top: 50px;
  margin-left: -10px;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map API ****/
.content_map {
  margin-top: 0px;
  position: relative;
  height: 593px;
  overflow: hidden;
}
#google-map{
  position: inherit !important;
}
.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: 0px;
  overflow: hidden;
 
}
.iw-content p {
  font: 14px/30px 'Open Sans', Arial, sans-serif /*rtl:14px/30px 'Cairo', sans-serif*/;
}
.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: 593px;
  max-width: 100%;
}
.map2 {
  margin-top: 0;
}
.map2 iframe {
  height: 485px;
  width: 100%;
}
.map {
  margin-top: 0;
}
.map iframe {
  height: 593px;
  width: 100%;
}
/**** 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;
}
/*******************************/
.thumbnails li> .fff .caption1 { 
  background:#fff !important; 
  padding:10px
}

/* Page Header */
.page-header {
  background: #f9f9f9;
  margin: -30px -40px 40px;
  padding: 20px 40px;
  border-top: 4px solid #ccc;
  color: #999;
  text-transform: uppercase;
}
  
.page-header h3 {
  line-height: 0.88rem;
  color: #000;
}

ul.thumbnails { 
  margin-bottom: 0px;
  padding: 0px;
  margin: 0px;
}



/* Thumbnail Box */
.caption1 h4 {
  color: #444;
}

.caption1 p {  
  color: #999;
}



/* Carousel Control */
.control-box {
  text-align: center;
  width: 100%;
}
.carousel-control{
  background: #666;
  border: 0px;
  border-radius: 0px;
  display: inline-block;
  font-size: 34px;
  font-weight: 200;
  line-height: 18px;
  opacity: 0.5;
  padding: 4px 10px 0px;
  position: static;
  height: 30px;
  width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
  .page-header, .control-box {
      text-align: center;
  } 
}
@media (max-width: 479px) {
  .caption1 {
      word-break: break-all;
  }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }

/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 24px 0 77px;
  color: #fff;
  background: #56565a;
  overflow: hidden;
  text-align: center;
}
.txt_priv {
  color: #b7b7b9;
  font: 18px/24px 'Lato', Arial, sans-serif /*rtl: 18px/24px 'Cairo', sans-serif*/;
  /*min-width: 280px;*/
}
.txt_priv span.priv_bold {
  font-weight: 900;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #818185;
  width: 40px;
  height: 43px;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #f01b30;;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
a.icon {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: none;
}
.topnav {
  background-color: #333;
  padding:0px;
  width:100%;
  float:left;
  margin-bottom: 0px;
}
.topnav li {
  list-style:none;
  display: inline-block;
  float: left;
}
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 14px;
}

.topnav a:hover,.topnav a.active {
  background-color: #f01b30;
  color: #fff;
}


.topnav a.icon {
  display: none;
}
.topnav li.has-submenu{
position: relative;
}
.topnav li.has-submenu a::after{
  content: "\f0d7";
  font-family: 'FontAwesome';
  color: #fff;
  margin-left: 5px;
  float: right;
  }
  .topnav li.has-submenu ul li a::after{
    content: "";
    font-family: 'FontAwesome';
    color: #fff;
    margin-left: 0px;
    }
/*Hover state for dropdown links*/
.topnav li:hover ul a:hover {
    background: #f01b30;
    color: #fff;
}
/*Hide dropdown links until they are needed*/
.topnav li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    font-size: 12px;
    text-align: left;
    list-style: none;
    background: #474747;
    min-width: 204px;
}
/*Make dropdown links vertical*/
.topnav li ul li {
    display: block;
    float: none;
    width: 100%;
}
/*Prevent text wrapping*/
.topnav li ul li a {
    width: auto;
    
    width: 100%;
}
/*Display the dropdown on hover*/
.topnav li a:hover + .submenu, .submenu:hover {
    display: block;
}

.owl-nav button{
    display: inline-block !important;
    padding: 5px 14px !important;
    background-color: #fff !important;
    border: 1px solid #ddd !important;
    border-radius: 10px !important;
    font-size: 30px !important;
    outline: none !important;
    margin: 0px 3px !important;
}
.owl-nav button:hover{
  color:  #f01b30 !important;
  background-color: #eee !important;

}
.owl-nav button span{
  margin-top: -5px;
float: left;
margin-bottom: 1px;
}


/* Contact Form variables
========================================================*/
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/* Contact Form Basic Styles 
========================================================*/
.cont_holder {
  width: 880px;
  margin: 0 auto;
  text-align: left;
}
.cont_holder1 {
  width: 434px;
  float: left;
  margin-right: 12px;
}
.cont_holder1.last {
  margin-right: 0;
}
#contact-form {
  position: relative;
  margin-top: 39px;
}
#contact-form label.message {
  max-width: 100%;
}
#contact-form label {
  position: relative;
  display: block;
  width: 100%;
  /*max-width: 420px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* min-height: 65px; */
}
#contact-form label.message {
  width: 100%;
  position: relative;
  top: -1px;
}
#contact-form fieldset {
  border: none;
}
.text-center {
  direction: ltr;
}
/* Contact Form Placeholder Styles 
========================================================*/
#contact-form ._placeholder {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif /*rtl: 'Cairo', sans-serif*/;
  padding: 14px 10px 15px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  cursor: text;
  color: #c0c0c0;
}
#contact-form ._placeholder.focused {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(255, 255, 255, 0.7);
}
#contact-form ._placeholder.hidden {
  display: none;
}
#contact-form .file ._placeholder {
  display: none;
}
/* Contact Form Input 
========================================================*/
#contact-form input[type='text'] {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif /*rtl: 'Cairo', sans-serif*/;
  padding: 14px 10px 15px 25px;
  outline: none;
  color: #c0c0c0;
  height: 51px;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-radius: 3px;
  background: none;
  margin-bottom: 30px;
  text-align: left;
}
input,
textarea {
  -webkit-appearance: none;
}
/* Contact Form File Input 
========================================================*/
#contact-form .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#contact-form input.form-control[disabled] {
  cursor: not-allowed;
  background-color: #fafafa;
  opacity: 1;
}
#contact-form input.form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  padding: 6px 12px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
#contact-form .input-group-btn:first-child > .btn {
  /*rtl:begin:ignore*/
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin: 0 -1px 0 0;
   /*rtl:end:ignore*/
  height: 51px;
  line-height: 35px;
}
#contact-form .input-group .form-control:last-child {
 /*rtl:begin:ignore*/
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  /*rtl:end:ignore*/
}
#contact-form .input-group-btn:last-child > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#contact-form .input-group .form-control:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#contact-form input.form-control,
#contact-form .input-group-btn {
  display: table-cell;
  border-collapse: separate;
  float: none !important;
}
#contact-form .input-group-btn label {
  width: auto;
  margin-left: -1px;
}
#contact-form .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
}
#contact-form .btn {
  margin-top: 26px;
}
#contact-form .btn + .btn {
  margin-left: 5px;
}
#contact-form .btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#contact-form .btn-default:hover {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
#contact-form .btn-default:active,
#contact-form .btn-default:focus {
  outline-offset: -2px;
  outline: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
/* Contact Form Textarea 
========================================================*/
#contact-form textarea {
  width: 100%;
  border-radius: 0;
  line-height: 22px;
  font-size: 14px;
  font-family: 'Open Sans', Arial, sans-serif /*rtl: 'Cairo', sans-serif*/;
  padding: 14px 10px 15px 25px;
  outline: none;
  border: 1px solid #919196;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  color: #c0c0c0;
  height: 203px;
  border-radius: 3px;
  background: none;
  text-align: left;
}
#contact-form .btns {
  text-align: center;
}
#contact-form .btns a {
  margin-top: 22px;
  margin-left: 0px;
}
#contact-form .btns a:hover, #contact-form .btns a:focus{
  text-decoration: none;
  /* color: #f01b30;
  background: #fff */
}
/* Contact Form Error messages
========================================================*/
#contact-form .empty-message,
#contact-form .error-message {
  position: absolute;
  right: 18px;
  top: 2px;
  color: red;
  height: 0;
  overflow: hidden;
  font-size: 11px;
  -webkit-transition: 0.3s ease-in height;
  transition: 0.3s ease-in height;
  z-index: 99;
}
#contact-form .invalid .error-message,
#contact-form .empty .empty-message {
  height: 20px;
}
/* Contact Form Processing Box
========================================================*/
#contact-form .contact-form-loader {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  background-image: url('../images/form-loader.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  opacity: 0;
}
#contact-form.processing .contact-form-loader {
  opacity: 1;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
/* Contact Form Modal 
========================================================*/
.modal {
  color: #000;
}
.modal-open {
  overflow: hidden;
}
#contact-form .modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  font-family: 'Open Sans', Arial, sans-serif /*rtl: 'Cairo', sans-serif*/;
  font-size: 13px;
}
#contact-form .modal h4 {
  font-size: 24px;
  padding: 0;
  margin: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
  position: relative;
  z-index: 10;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-dialog {
  width: 600px;
  margin: 10px auto;
}
@media only screen and (max-width: 768px) {
  .modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
  }
}
/* Contact Form Close icon 
========================================================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
@media only screen and (max-width: 1199px) {
  #contact-form {
    padding-right: 0;
  }
  .cont_holder {
    width: 100%;
  }
  .cont_holder1 {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
@media only screen and (max-width: 979px) {
  #contact-form label {
    width: 100%;
  }
  #contact-form .btn {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1499px) {
  nav {
    float: right;
  }
  .sf-menu > li > a {
    padding: 0px 10px 0px;
    font: 15px/97px 'Lato', Arial, sans-serif /*rtl: 15px/97px 'Cairo', sans-serif*/;
  }
}
@media only screen and (max-width: 1299px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    display: block;
    margin: 0;
    text-align: center;
    float: left;
    width: 100%;
  }
  nav {
    float: left;
  }
  figure a {
    width: 100%;
  }
  .sf-menu > li > a {
    padding: 0px 10px 0px;
    font: 13px/50px 'Lato', Arial, sans-serif /*rtl: 13px/50px 'Cairo', sans-serif*/;
  }
  .sf-menu{padding-left: 10px;}

  .sf-menu ul{
    top: 50px;
  }
}
@media only screen and (max-width: 1199px) {
  .bg1 {
    margin-right: -150px;
    padding-right: 150px;
  }
  .pad1,
  .pad2 {
    padding: 0;
  }
  .box-4 {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li > a {
    padding: 0px 7px 0px;
    font: 12px/50px 'Lato', Arial, sans-serif /*rtl: 12px/50px  'Cairo', sans-serif*/;
  }
  .sf-menu{padding-left: 10px;}
  .sf-menu ul{
    top: 50px;
  }
  .topnav a {
    padding: 8px 13px;
    font-size: 12px;
}
.lang {
  width: 30px;
  height: 30px;
  line-height: 24px;
  font-size: 17px;
}
.header_icons > li > a {
  width: 30px;
  height: 30px;
}
.header_icons i {
  font: normal normal 16px/30px 'FontAwesome';
}
a.link_icon1 {

  font-size: 15px;
  line-height: 30px;
  width: 30px;
  height: 30px;
}
#search1 {
  right: 45px;
}
#search1 input {
  font: 12px/18px Arial, Helvetica, sans-serif /*rtl:12px/18px 'Cairo', sans-serif*/;
  height: 27px;
}
.more_btn4 {
  height: 27px;}
  .more_btn4 i {
    font: normal normal 15px/26px 'FontAwesome';
}
  .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;
  }
  h2 {
    font: 25px/30px 'Open Sans', Arial, sans-serif /*rtl:25px/30px 'Cairo', sans-serif*/;
    letter-spacing: 0px;
    direction: ltr;
  }
  h4 {
    font: 15px/23px 'Open Sans', Arial, sans-serif /*rtl:15px/23px 'Cairo', sans-serif*/;
    letter-spacing: 0px;
    direction: ltr;
}
.fz16 {
  font-size: 14px;
}
.txt1 {
  font: bold 23px/15px 'Open Sans', Arial, sans-serif /*rtl:bold 23px/15px 'Cairo', sans-serif*/;
  letter-spacing: 0px;
}
.more_btn {
  font: 600 12px/11px "Open Sans", Arial, sans-serif /*rtl:600 12px/11px 'Cairo', sans-serif*/;
}
h3 {
  font: bold 23px/11px 'Open Sans', Arial, sans-serif /*rtl:bold 23px/11px 'Cairo', sans-serif*/;
  letter-spacing: 0px;
}
  blockquote {
    width: 100%;
    padding-top: 20px;
  }
  nav {
    margin-right: 0px;
}
  .bg1 {
    margin-right: -250px;
    padding-right: 250px;
  }
  .img4 {
    float: none;
    margin-right: 0;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .box-2 {
    background-position: 70% 0;
    padding: 20px 0 20px;
  }
  #subscribe-form input {
    width: 350px !important;
  }
  
}
@media only screen and (max-width: 767px) {
  .content_map {
    height: auto;
  }
  .topnav {display: none;}
  a.icon {
    float: right;
    display: block;
    position: absolute;
    right: 0;
    top: 48px;
    padding: 5px 10px;
    background: #f01b30;
  }
  .topnav li {
    float: none;
    width: 100%;
  }
  .topnav li ul {
    display: block;
    position: inherit;
}
.topnav li ul li a {
  padding: 14px 16px 14px 28px !important;
}
  .topnav.responsive {position: relative;
    display: block;}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block !important;
    width: calc( 100% - 63px );
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #f01b30;
    position: relative;
    outline: none !important;
    z-index: 1000;

    margin-bottom: 10px;
    height: 41px;
    margin-right: 10px;
  }
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  nav {
    float: none;
    margin: 5px;
  }
  .logo_section {
    text-align: center;
  }
  
  .bg1 {
    background: none;
  }
  .soc_icons > li > a {
    width: 40px;
    height: 40px;
  }
  .soc_icons i {
    font: normal normal 20px/40px 'FontAwesome';
  }
  .box-2 {
    background: #fff;
  }
  #subscribe-form input {
    width: 250px !important;
  }
  #subscribe-form .btns a {
    padding: 12px 14px 13px !important;
  }
  h1 img {
    max-height: 70px;
  }
  #header img {
    max-width: 70px;
}
  .txt4 {
    font: bold 60px/60px 'Open Sans', Arial, sans-serif /*rtl: bold 60px/60px 'Cairo', sans-serif*/;
    font-style: italic;
  }
  .map iframe,
  .map2 iframe {
    height: 250px;
  }
  .txt2 {
    font: bold 28px/36px 'Open Sans', Arial, sans-serif /*rtl: bold 28px/36px 'Cairo', sans-serif*/;
    margin-top: 20px;
    font-style: italic;
    letter-spacing: 0px;
  }
  .more_btn2 {
    padding: 20px 25px;
    font: 17px/20px "Lato", Arial, sans-serif /*rtl: 17px/20px 'Cairo', sans-serif*/;
  }
}
@media only screen and (max-width: 479px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  h1 {
    width: 100%;
    min-height: 70px;
  }
  h1 img {
    width: 100%;
    max-width: 501px;
  }
  .container_search {
    padding: 0 5px;
  }
  #search1 {
    top: 48px;
    right: -132px;
}
.img2 {
  width: 65%;
}
.img3{
  width: 75%;
}
}
@media only screen and (max-width: 320px) {
  .sample {
    height: auto;
    /*delete this class*/
  }
  .img2 {
    width: 60%;
  }
  .img3{
    width: 70%;
  }
}
/*Core variables and mixins*/
.video-thumb-play {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-thumb-play iframe, .video-thumb-play object, .video-thumb-play embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}