@import "animate.css";
@import url("font-awesome.min.css");
@import url(//fonts.googleapis.com/css?family=Changa+One);
@import url(//fonts.googleapis.com/css?family=Open+Sans:700);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:800);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 400 13px/22px "Arial", sans-serif;
  color: black;
  background: #ffffff;
  min-width: 1020px;
}
@media (max-width: 979px) {
  body {
    min-width: 0;
  }   .heading{
font-size:12px;}
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #c11b4b;
}
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 700 22px/30px "Open Sans", sans-serif;
  color: #484a49;
  letter-spacing: -0.05em;
}
h3 {
  font: bold 20px/25px "Open Sans", sans-serif;
  color: black;
}
.heading1 {
  margin-bottom: 18px;

}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 700 11px/30px "Arial", sans-serif;
  color: #ffffff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.09);
  background: #393530;
  overflow: hidden;
  padding: 0 15px 0;
  border-radius: 15px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top:22px;
}
.btn-default:hover {
  background: #c11b4b;
  color: #ffffff;
}
.btn-big {
  display: inline-block;
}
/* ======= Wrappers ======= */
.big-wrapper {
  width: 1000px;
  margin: 0 auto;
  background: #ffffff;
}
@media (max-width: 979px) {
  .big-wrapper {
    width: auto;
    margin: 0;
  }
}
.wrapper1 {
  padding: 55px 0 62px;
  overflow: hidden;
}
.img-wrapper1 {
  background: #fcfcf9;
  border-radius: 4px;
  border: 1px solid #d8d8cf;
  text-align: center;
  padding: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img-wrapper1 a {
  display: block;
}
.img-wrapper1 a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.img-wrapper1__offset1 {
  margin-top: 23px;
  margin-bottom: 19px;
}
@media (max-width: 767px) {
  .img-wrapper1 {
    margin-bottom: 20px;
  }
  .img-wrapper1 img {
    width: 100%;
  }
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  background: #fff ;
  padding: 0px 0 0px;
  border-bottom: 5px solid #;
  position: relative;
  z-index: 3;
}
#header h1 {
  float: left;
}
#header nav {
  position: relative;
  z-index: 4;
  float: left;
  margin-top: 50px;
  margin-left:-38px;
}
#header .socials1 {
  float: right;
  margin-top: 45px;
  position: relative;
  z-index: 0;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
  #header h1,
  #header nav,
  #header .socials1 {
    float: none;
  }
  #header nav {
    display: inline-block;
  }
  #header h1 {
    display: block;
    margin-right: 0;
  }
  #header h1:after {
    display: none;
  }
  #header h1 a {
    display: inline-block;
  }
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
  font: 44px/44px "Changa One", sans-serif;
  color: #ffffff;
  letter-spacing: -0.025em;
  position: relative;
  margin-right: 76px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
}
h1:after {
  position: absolute;
  content: '';
  display: block;
  width: 1px;
  height: 94px;
  background: #7f7d7b;
  right: -21px;
  top: 5px;
}
h1 a {
  display: block;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.13);
}
h1 a:hover {
  color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
nav {
  float: none;
}
/* Main menu styles
========================================================*/

.sf-menu > li > a:hover {
  color: #c11b4b;
}
.sf-menu .sfHover > a {
  color: #000;
}
.sf-menu .sfHover > a:after {
  color: #000;
}
.sf-menu > li.current > a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.13);
  color: #c11b4b;
}
.sf-menu > li.current > a:after {
  color: #000;
}
/* First level sub-menu styles
========================================================*/

.sf-menu ul > li + li {
  margin-top: 18px;
}
.sf-menu ul li {
  position: relative;
  display: block;
}
.sf-menu ul li > .sf-with-ul:before {
  display: block;
  font-family: FontAwesome;
  font-size: 10px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f0da";
  color: #7f7d7b;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  color: #7f7d7b;
  text-transform: uppercase;
}
.sf-menu ul li a:hover {
  color: #ffffff;
}
.sf-menu ul > .sfHover > a {
  color: #ffffff;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -26px;
  left: 171px;
  margin-left: 0;
  z-index: 4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #fff;
    width: 100%;
    background: #ffffff;
    font: 800 12px/12px "Open Sans", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  padding-top: 53px;
  padding-bottom: 68px;
}
#content.common1 {
  padding-top: 10px;
  padding-bottom: 0px;
}
/* ======= Banner 1 Latest news ======= */
.banner1 {
  background: #f3f1ef;
  border-radius: 4px;
  padding: 18px 0 21px;
  overflow: hidden;
}
.banner1 .heading {
  display: inline-block;
  margin-right: 6px;
  font: 800 12px/22px "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #484a49;
  margin-left: 29px;
  margin-top: 8px;
}
.banner1 .text {
  display: inline-block;
  margin-top: 8px;
}
.banner1 .btn-wrapper {
  text-align: center;
}
@media (max-width: 979px) {
  .banner1 .heading {
    margin-left: 0;
    display: block;
  }
  .banner1 .heading,
  .banner1 span {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .banner1 {
    text-align: center;
    padding: 20px;
  }
  .banner1 .heading,
  .banner1 span {
    margin-left: 0;
  }
  .banner1 .btn-wrapper {
    margin-top: 10px;
  }
}
/* ======= Box 1 Best Collections ======= */
.box1 {
  padding-left: 24px;
}
.box1 h2 {
  margin-bottom: 22px;
}
.box1 img {
  float: left;
  margin-top: 5px;
  margin-right: 20px;
}
.box1 .btn-default {
  margin-top: 23px;
}
@media (max-width: 767px) {
  .box1 {
    margin-bottom: 60px;
  }
}
.box1-wrapper1 {
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 54px;
}
/* ======= Banner 2 2014 we offer ======= */
.banner2 {
  overflow: hidden;
  background: url(../images/page1_img4.png) no-repeat center top;
  background-size: cover;
}
.banner2 a {
  padding: 52px 0 21px;
  display: block;
}
.banner2 span {
  display: block;
  font: 400 58px/58px "Open Sans", sans-serif;
  color: #ffffff;
  letter-spacing: -0.05em;
}
.banner2 span.second {
  font-size: 36px;
  line-height: 41px;
  margin-bottom: -2px;
}
.banner2 span.third {
  font-size: 24px;
  line-height: 29px;
}
/* ======= Box 2 Welcome! ======= */
.box2 h3 {
  margin-bottom: 21px;
  padding-right: 17px;
}
.box2 p {
  padding-right: 17px;
}
.box2 .img-wrapper1 {
  margin-top: 5px;
}
.box2 .btn-default {
  margin-top: 20px;
}
.box2__inset1 {
  position: relative;
  padding-left: 280px;
}
.box2__inset1 .img-wrapper1 {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 979px) {
  .box2__inset1 {
    padding-left: 0;
  }
  .box2__inset1 .img-wrapper1 {
    position: relative;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .box2__inset1 .img-wrapper1 {
    width: 100%;
  }
}
.box2-wrapper1 {
  overflow: hidden;
}
@media (max-width: 767px) {
  .box2-wrapper1 {
    margin-bottom: 60px;
  }
}
/* ======= Post 1 Recent News ======= */
.post1 {
  position: relative;
}
.post1 time {
  font: 400 11px/22px "Arial", sans-serif;
  color: #a5a59f;
  margin-bottom: 1px;
}
.post1 p {
  color: #54544f;
}
.post1 a.link {
  font: 400 11px/22px "Arial", sans-serif;
  color: #a5a59f;
}
.post1 a.link:hover {
  color: #31669c;
}
/* ======= Owl carousel ======= */
#owl .item .post1 + .post1 {
  margin-top: 49px;
}
#owl .item .post1 + .post1:before {
  position: absolute;
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background: url(../images/border1.png) repeat-x;
  overflow: hidden;
  left: 0;
  top: -26px;
}
/* ======= Box 3 Traditions ======= */
.box3 h3 {
  margin-bottom: 21px;
}
.box3 p {
  margin-top: 19px;
}
.box3 ul {
  margin-top: 19px;
}
.box3-wrapper1 {
  margin-top: 42px;
}
@media (max-width: 767px) {
  .box3-wrapper1 {
    margin-bottom: 60px;
  }
}
/* ======= Box 4 Our partners ======= */
.box4-wrapper1 {
  margin-top: 39px;
}
.box4-wrapper1 h2 {
  margin-bottom: 23px;
}
.box4-wrapper1 .box4 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .box4-wrapper1 .img-wrapper1 {
    display: inline-block;
  }
  .box4-wrapper1 .img-wrapper1 img {
    width: auto !important;
  }
}
/* ======= Post 2 Blog ======= */
.post2 {
  position: relative;
}
.post2 .img-wrapper1 {
  margin-top: 5px;
}
.post2 h3 {
  margin-bottom: 4px;
}
.post2 .info {
  color: black;
  font-size: 11px;
  line-height: 22px;
  margin-bottom: 17px;
}
.post2 .info span,
.post2 .info time {
  display: inline-block;
}
.post2 .info span {
  margin-left: 27px;
  position: relative;
}
.post2 .info span:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: black;
  left: -15px;
  top: 6px;
}
.post2 .btn-default {
  margin-top: 20px;
}
.post2-wrapper1 {
  margin-bottom: 79px;
}
.post2-wrapper1 .post2 {
  margin-bottom: 59px;
}
.post2-wrapper1 .post2 + .post2:before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: url(../images/border1.png) repeat-x;
  overflow: hidden;
  left: 0;
  top: -28px;
}
/* ======= Box 5 Gallery ======= */
.box5 {
  color: black;
}
.box5 .img-wrapper1 {
  margin-bottom: 15px;
}
.box5 p > strong {
  display: inline;
}
.box5-wrapper1 {
  margin-top: 23px;
  margin-bottom: 24px;
}
.box5-wrapper1 .box5 {
  margin-bottom: 23px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 393px;
}
.google-map1 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.address-block {
  background: white;
  color: black;
  padding: 23px 27px 21px;
  border: 1px solid #e8e5dc;
  border-radius: 4px;
}
.address-block h3 {
  margin-bottom: 21px;
}
.address-block address {
  display: block;
}
.address-block address span {
  display: block;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 30px;
  }
}
.address-blocks-wrapper1 {
  margin-bottom: 43px;
  overflow: hidden;
}
/* ======= Box 6 Privacy Policy ======= */
.box6 {
  color: black;
}
.box6 h3 {
  margin-bottom: 21px;
  color: black;
}
.box6-wrapper1 {
  margin-bottom: -7px;
}
.box6-wrapper1 .box6 {
  margin-bottom: 28px;
}
.box6-wrapper1 .simple-link {
  margin-top: -6px;
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #000000;
}
.simple-link:hover {
  color: #31669c;
}
/* ======= List 1 ======= */
.list1 li {
  padding-left: 16px;
  position: relative;
  color: #989893;
  font: 700 13px/20px "Arial", sans-serif;
}
.list1 li:before {
  content: '';
  left: 0;
  top: 6px;
  width: 5px;
  height: 7px;
  display: block;
  position: absolute;
  overflow: hidden;
  background: url(../images/list1.png) no-repeat center top;
}
.list1 li + li {
  margin-top: 10px;
}
/* ======= Social buttons 1 ======= */
.socials1 {
  font-size: 0;
  line-height: 0;
}
.socials1 li {
  display: inline-block;
}
.socials1 li + li {
  margin-left: 6px;
}
.socials1 li a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
/* ======= Gallery  ======= */
.gallery_image a.big-image {
  display: block;
  position: relative;
  background: #31669c;
}
.gallery_image a.big-image img {
  -webkit-box-shadow: 0 0 0 0 #ffffff;
  box-shadow: 0 0 0 0 #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
}
.gallery_image a.big-image .gallery_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.gallery_image a.big-image .gallery_hover i {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 40px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -21px;
}
.gallery_image a.big-image:hover img {
  opacity: 0.9;
  filter: alpha(opacity=30);
}
.gallery_image a.big-image:hover .gallery_hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.gallery_image a.big-image:hover .gallery_hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  text-align: center;
  color: #000;
  font-size: 15px;
  background: #ffffff;
  border-top: 1px solid #e9e9df;
  padding: 23px 0;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: black;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#toTop:hover {
  outline: none;
  color: #31669c;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/

.table{
border:1px solid; text-align:center; font-size:11px;}

.th{
font-size:12px;  
background-color:#f3f3f3; 
font-weight:bold; 
border:1px solid}