#sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu.marginLeft {
  margin-left: 291px !important;
}
#sf-menu > li {
  position: relative;
  float: left;
  width: 186px;
  height: 186px;
  
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu > li.defWidth {
  width: 186px;
}
#sf-menu > li.advWidth {
  width: 477px;
}
#sf-menu > li:first-child {
  display: none;
}
#sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sf-menu > li > a > span {
  position: relative;
  display: block;
  font: bold 35.98px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 185px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 291px;
  height: 186px;
}
#sf-menu > li > a > span:first-child {
  position: relative;
  display: inline-block;
  width: 186px;
  height: 186px;
}
#sf-menu > li > a > span:first-child + span {
  position: absolute;
  top: 0;
  left: 186px;
  z-index: 1;
}
#sf-menu > li > a:hover,
#sf-menu > li > a.activeLink {
  text-decoration: none;
}
#sf-menu ul {
  position: absolute;
  list-style: none;
  width: 541px;
  z-index: 10;
  top: 186px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: #1ad4d1;
  white-space: nowrap;
}
#sf-menu ul:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 78px;
  width: 30px;
  height: 15px;
  
}
#sf-menu ul li {
  position: relative;
  float: left !important;
  padding-right: 11px;
  margin-left: 15px;
 
}
#sf-menu ul li:first-child {
  margin-left: 136px;
}
#sf-menu ul li.last {
  margin-right: 20px;
  background: none;
}
#sf-menu ul li a {
  display: inline-block;
  margin: 20px 0 19px;
  font: bold 23.8px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1em;
  color: #9bfffd !important;
  background: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu ul li a.hoverItem {
  color: #ffffff !important;
}
#sf-menu ul ul {
  left: -14px !important;
  top: 62px !important;
}
/*menu end*/
/*media query */
@media screen and (max-width: 480px) 
{
#sf-menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0px 0px 0px 0px;
  white-space: nowrap;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu.marginLeft {
  margin-left: 291px !important;
}
#sf-menu > li {
  position: relative;
  float: left;
  width: 186px;
  height: 186px;
  
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu > li.defWidth {
  width: 186px;
}
#sf-menu > li.advWidth {
  width: 477px;
}
#sf-menu > li:first-child {
  display: none;
}
#sf-menu > li > a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#sf-menu > li > a > span {
  position: relative;
  display: block;
  font: bold 35.98px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 185px;
  text-transform: uppercase;
  text-align: center;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 291px;
  height: 186px;
}
#sf-menu > li > a > span:first-child {
  position: relative;
  display: inline-block;
  width: 186px;
  height: 186px;
}
#sf-menu > li > a > span:first-child + span {
  position: absolute;
  top: 0;
  left: 186px;
  z-index: 1;
}
#sf-menu > li > a:hover,
#sf-menu > li > a.activeLink {
  text-decoration: none;
}
#sf-menu ul {
  position: absolute;
  list-style: none;
  width: 541px;
  z-index: 10;
  top: 186px !important;
  left: 0px !important;
  display: none;
  overflow: visible;
  background: #1ad4d1;
  white-space: nowrap;
}
#sf-menu ul:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 78px;
  width: 30px;
  height: 15px;
 
}
#sf-menu ul li {
  position: relative;
  float: left !important;
  padding-right: 11px;
  margin-left: 15px;
 
}
#sf-menu ul li:first-child {
  margin-left: 136px;
}
#sf-menu ul li.last {
  margin-right: 20px;
  background: none;
}
#sf-menu ul li a {
  display: inline-block;
  margin: 20px 0 19px;
  font: bold 23.8px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1em;
  color: #9bfffd !important;
  background: none !important;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
#sf-menu ul li a.hoverItem {
  color: #ffffff !important;
}
#sf-menu ul ul {
  left: -14px !important;
  top: 62px !important;
}
}


/*------ footer ------- */
footer p {
  padding-top: 17px;
  text-transform: uppercase;
  font: 14.98px 'Trebuchet MS', Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 21px;
  color: #bcc1ca;
}
footer p .bullet {
  position: relative;
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 1px 4px 1px;
 
}
footer p a {
  color: inherit;
}
.soc_icons {
  position: relative;
  float: left;
  white-space: nowrap;
  margin: 15px 27px 0px 3px;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-left: 1px;
}
.soc_icons > li > a {
  position: relative;
  display: block;
}
.soc_icons > li > a > img {
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.soc_icons > li > a:hover > img {
  top: -10px;
}
/*--- footer end ------*/
.padding1 {
  padding: 0px 30px 42px 100px;
}
.padding2 {
  padding: 0px 0px 37px 100px;
}
.padding3 {
  padding: 0px 0px 34px 100px;
}
.padding4 {
  padding: 0px 30px 26px 100px;
}
.padding5 {
  padding: 0px 90px 0px 0px;
}
.margin1 {
  margin: 0px 35px 0px 0px;
}
.margin2 {
  margin: 21px 49px 0px 2px;
}
.colorInherit {
  color: inherit;
}
.width1 {
  display: inline-block;
  width: 40px;
}
.block {
  display: block;
}
/*additional Classes*/
.noBg {
  background: none !important;
  background-color: transparent !important;
}
.noOverflow {
  overflow: visible !important;
}
.noPadding {
  padding: 0;
}
.noMargin {
  margin: 0;
}
.noPaddingTop {
  padding-top: 0;
}
.noMarginTop {
  margin-top: 0;
}
.noMarginBottom {
  margin-bottom: 0;
}
.noBottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
.clear {
  clear: both;
  line-height: 0;
}
.box {
  overflow: hidden;
}
.right {
  margin-right: 0 !important;
}
.noDisp {
  display: none !important;
}
/*end additional Classes*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

