@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans:400,400i,300,600,600i,700,800);
@import url('https://fonts.googleapis.com/css?family=Poppins:400,600');
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #333;
  font: normal 14px/26px "Open Sans", sans-serif;
  -webkit-text-size-adjust: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}

h2 {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

h3 {
 font-size: 35px;
line-height: 36px;
font-family: 'Poppins', sans-serif;
color: #a10013;
font-weight: bold;
}
@media (min-width: 991px) and (max-width: 1199px) {
  h3 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (max-width: 991px) {
  h3 {
    font-size: 26px;
    line-height: 26px;
  }
}

h4 {
font-size: 20px;
line-height: 29px;
  color: #a10013;

}
h4 a:hover {
  color: #acacac;
}

h5 {
  font-size: 22px;
  line-height: 22px;
}

h6 {
  font-size: 14px;
  line-height: 14px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 100;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.center {
  text-align: center;
}

@media (max-width: 1199px) {
  .div_center {
    text-align: center;
  }
}

.inset {
  padding: 0 60px;
}
@media (max-width: 767px) {
  .inset {
    padding: 0 20px;
  }
}

/*=======================================================
                       Main Layout
=========================================================*/
h3 + * {
  margin-top: 27px;
}

p + img {
  margin-top: 31px;
}

p + .pic_box {
  margin-top: 31px;
}

p + .btn {
  margin-top: 23px;
}

.btn + h3 {
  margin-top: 47px;
}

h4 + .list {
  margin-top: 22px;
}

.list + .btn1 {
  margin-top: 10px;
}

h4 + .offs1 {
  margin-top: 13px;
}

.offs1 + .btn1 {
  margin-top: 26px;
}
@media (max-width: 991px) {
  .offs1 + .btn1 {
    margin-top: 10px;
  }
}

h3 + .offs2 {
  margin-top: -5px;
}

h3 + .offs3 {
  margin-top: 34px;
}

.offs3 + p {
  margin-top: 32px;
}

p + p {
  margin-top: 14px;
}

h3 + .index-list {
  margin-top: 30px;
}

p + .list {
  margin-top: 26px;
}

.list + p {
  margin-top: 27px;
}

h3 + .offs4 {
  margin-top: 4px;
}

img + h4 {
  margin-top: 29px;
}

h4 + p {
margin-top: 15px;
}

h3 + blockquote {
  margin-top: 26px;
}

h3 + .offs5 {
  margin-top: 29px;
}

.offs5 + .row {
  margin-top: -4px;
}

h3 + .offs6 {
  margin-top: 5px;
}

.offs7 {
  margin-top: -7px;
}

.offs8 {
  margin-top: 2px;
}

.offs9 {
  margin-top: -2px;
}

.offs10 {
  margin-top: 20px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  text-transform: uppercase;
  padding-left: 94px;
  display: inline-block;
  position: relative;
  font-weight: 700;
  padding-bottom: 1px;
  color: #ffffff;
}
.brand_name {
  overflow: hidden;
  font-size: 20px;
  line-height: 20px;
}
.brand_name span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 3px;
  letter-spacing: 0.3px;
}
.brand_name a:before {
  background: url("../images/logo.jpg") no-repeat;
  content: "";
  left: 0px;
  position: absolute;
  top: 0px;
  width: 392px;
  height: 70px;
  background-size: 90%;
}
.brand_slogan {
  font-size: 20px;
  line-height: 20px;
  margin-top: 1px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #acacac;
}

/*==================    Buttons    ======================*/
.btn {
  padding: 9px 22px 10px;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  color: #333333;
  border: 1px solid #cccccc;
  border-radius: 6px;
  text-transform:uppercase;
}
.btn:hover, .btn:active {
  color: #ffffff;
  background: #a10013;
  border: 1px solid #ffffff;
}

.btn1 {
padding: 4px 23px 4px 22px;
font-size: 14px;
color: #ffffff;
border: 1px solid #a10013;
border-radius: 6px;
background: #a10013;
font-weight: 600;
margin-top:15px;
cursor: pointer;
}
.btn1:hover, .btn1:active {
  color: #333333;
  border: 1px solid #cccccc;
  background: #ffffff;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
@media (max-width: 1199px) {
  .box {
    text-align: center;
  }
}
.box .aside {
  float: left;
}
@media (max-width: 1199px) {
  .box .aside {
    float: none;
    margin: 0;
  }
}
.box .cnt {
  overflow: hidden;
}
.box .cnt a:hover {
  color: #5ea3cb;
}

.box1 {
  margin-top: 29px;
}
.box1 .aside {
font-size: 35px;
line-height: 50px;
margin-left: 14px;
margin-right: 30px;
color: #333;
}
@media (max-width: 1199px) {
  .box1 .aside {
    margin: 0;
  }
}
.box1 .aside a:hover {
  color: #acacac;
}
.box1 .cnt h4 {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .box1 .cnt {
    margin-top: 10px;
  }
}
.box1 .cnt a:hover {
  color: #acacac;
}

.box1 + .box1 {
  margin-top: 25px;
}

/*==================      Text header      ======================*/
.text_header {
  color: #ffffff;
  margin-top: 19.1%;
}
@media (max-width: 991px) {
  .text_header {
    margin-top: 25%;
  }
}
.text_header h2 {
  text-transform: uppercase;
  font-weight: 700;
}
.text_header p {
  font-size: 24px;
  margin-top: 19px;
}

/*==================      Pic box      ======================*/
.pic_box {
  overflow: hidden;
}
@media (max-width: 767px) {
  .pic_box {
    position: relative;
    left: 61%;
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    -webkit-transform: translatex(-50%);
    transform: translatex(-50%);
  }
}
.pic_box .pic {
  margin-right: 3px;
}
.pic_box figure {
  float: left;
  margin-bottom: 3px;
}
@media (max-width: 1199px) {
  .pic_box figure {
    width: 49%;
  }
}
@media (max-width: 767px) {
  .pic_box figure {
    width: 38%;
  }
}

/*======================     Hr     ==========================*/
.hr, .hr1, .hr2, .hr3, .hr4, .hr5, .hr6, .hr7, .hr8, .hr9, .hr10, .hr11 {
  border-bottom: 1px solid #ddd;
}

.hr {
  padding-bottom: 34px;
}

.hr1 {
  padding-bottom: 39px;
}

.hr2 {
  padding-bottom: 37px;
}

.hr3 {
  padding-bottom: 52px;
}

.hr4 {
  padding-bottom: 48px;
}

.hr5 {
  padding-bottom: 45px;
}

.hr6 {
  padding-bottom: 56px;
}

.hr7 {
  padding-bottom: 53px;
}

.hr8 {
  padding-bottom: 54px;
}

.hr9 {
  padding-bottom: 55px;
}

.hr10 {
  padding-bottom: 51px;
}

.hr11 {
  padding-bottom: 49px;
}

/*======================     list     ==========================*/
.list li {
  margin-bottom: 12px;
}
.list li:last-child {
  margin-bottom: 0px;
}
.list li a {
  color: #5ea3cb;
}
.list li a:hover {
  color: #acacac;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .list li a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .list li a {
    font-size: 14px;
  }
}

/*==================     Thumb     ======================*/
.thumb {
  overflow: hidden;
  position: relative;
  display: block;
  text-align: center;
}
.thumb img {
  /*height: auto;*/
  transition: all 0.5s ease 0s;
  width: 100%;
  height: 366px;
}

.thumb:hover img {
  transform: scale(1.2);
}

.thumb_overlay {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: #333333;
  left: 0px;
  position: absolute;
  right: 0;
  opacity: 0;
  font-size: 60px;
  padding-top: 43%;
  top: 0;
  transition: all 0.3s ease 0s;
}
@media (max-width: 360px) {
  .thumb_overlay {
    line-height: 36px;
    font-size: 60px;
  }
}
.thumb_overlay:hover {
  opacity: 1;
}

.thumb:hover .thumb_overlay {
  background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
}

/*==================     Address     ======================*/
address {
 font-weight: normal;
}
address h4 {
  color: #acacac;
}
address a:hover {
  color: #5ea3cb;
  text-decoration: none;
}
address p {
  font-size: 16px;
}

/*==================     Index list     ======================*/
.index-list {
  counter-reset: li;
  position: relative;
  text-align: left;

}
.colby2
{
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;   
}
.colby2
{
    margin-bottom:20px;
}
.index-list li + li {
  margin-top: 28px;
}
.index-list li div {
  padding-left: 36px;
}
.index-list li div p {
  margin-top: 10px;
  font-size: 15px;
}
.index-list li:before {
  content: counter(li,decimal-leading-zero) ".";
  counter-increment: li;
  position: absolute;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  color: #333;
}

.index-list1 {
  margin-top: 5px;
}
.index-list1 li + li {
  margin-top: 18px;
}
.index-list1 li p + p {
  margin-top: 13px;
}
.index-list1 li:before {
  margin-top: 1px;
}

/*==================     Follow icon     ======================*/
.follow_icon {
  margin-top: 27px;
  overflow: hidden;
}
.follow_icon li {
  float: left;
  margin-right: 12px;
}
.follow_icon li a {
  background: #5ea3cb;
  color: #ffffff;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
}
.follow_icon li a:hover {
  background: #acacac;
}
@media (max-width: 991px) {
  .follow_icon {
    position: relative;
    left: 50%;
    margin-left: -60px;
  }
}

/*==================     Blockquote     ======================*/
blockquote .aside {
  margin-right: 30px;
  margin-top: 8px;
}
blockquote .cnt h4 {
 margin-top: 15px;
font-size: 18px;
}
@media (max-width: 1199px) {
  blockquote .cnt {
    margin-top: 10px;
  }
}

/*==================     Address     ======================*/
.address p + p {
  margin-top: 0;
}
.address .address_offs1 {
  padding-left: 33px;
}
.address .address_offs2 {
  padding-left: 78px;
}
.address .address_offs3 {
  padding-left: 64px;
  color: #5ea3cb;
}
.address .address_offs3:hover {
  color: #acacac;
}
.address .address_offs4 {
  padding-left: 35px;
}
.address span {
color: #333;
font-weight: 600;
margin-top: 34px;
line-height: 25px;
font-size: 16px;
letter-spacing: 0;
}
.address p {
  font-size: 14px;
}
.address span + p {
  margin-top: 29px;
}

/*==================     Term list     ======================*/
.term-list {
  margin-top: 27px;
}
.term-list dt {
  margin-top: 27px;
  font-size: 24px;
  color: #5ea3cb;
  font-weight: 600;
  line-height: 29px;
}
.term-list dd {
  font-size: 14px;
  margin-top: 27px;
}
.term-list .term_offs {
  margin-top: 14px;
}
.term-list .term_offs1 {
  margin-top: 24px;
}
.term-list .term_offs1 a {
  color: #5ea3cb;
}
.term-list .term_offs1 a:hover {
  color: #acacac;
}

/*========================   Menu   ==========================*/
.stuck_div {
padding: 0 0 0 71px;
background: #a10013;
position: fixed;
right: 156px;
top: 29px;
z-index: 9999;
/*border: 2px solid #fff;
box-shadow: 1px 1px 2px #333;*/
}

#menu li span {
  position: absolute;
  right: 8px;
  text-align: right;
  top: 11px;
  transition: all 0.25s ease 0s;
  z-index: 0;
}
#menu li span:before {
  color: #fff;
  content: "\f104";
  font-family: FontAwesome;
  font-size: 12px;
}

.sf-menu {
  width: 230px;
  text-align: right;
  display: inline-block;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
}
.sf-menu a {
  display: block;
}

.sf-menu {
  display: none;
}
.sf-menu li + li {
  margin-top: 1px;
}
.sf-menu > li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 20px;
  background: #333333;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  /*text-decoration: underline;*/
  background: #a10013;
}
.sf-menu > li.active > a {
 /* text-decoration: underline;*/
  background: #a10013;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: -45%;
  width: 235px;
  margin-top: 10px;
  padding: 10px 0 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul > li ul li a
{
    font-size:14px;
}

.sf-menu ul {
  right: 100.5%;
}
.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 20px;
  background: #333333;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  text-decoration: none;
  background: #a10013;
}

.sf-menu ul ul {
  right: 100.5%;
  position: absolute;
  top: 6%;
  width: 200px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 15px 20px;
  background: #333333;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  text-decoration: underline;
  background: #5ea3cb;
}

@media (max-width: 767px) {
  .sf-menu, .nav_fixed {
    display: none;
  }
}
/*================    Trigger Menu =================*/
header {
  position: relative;
}
header #menu.nav {
  opacity: 0;
  position: fixed;
  right: 156px;
  top: 91px;
  z-index: 999;
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
header #menu.active-menu {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
  opacity: 1;
}
header #menu.active-menu .sf-menu {
  display: block;
}

.trig {
  text-align: center;
  width: 61px;
  height: 50px;
  display: inline-block;
  position: relative;
  z-index: 99999;
  line-height: 50px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.trig span {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  right: 60px;
  font-weight: 600;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-transform: uppercase;
}
.trig span:hover {
  color: #333333;
}
.trig:after {
  background: url("../images/bars.png") no-repeat;
  content: "";
  left: 20px;
  position: absolute;
  top: 17px;
  width: 28px;
  height: 15px;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.trig:before {
  font-size: 24px;
  color: black;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
  opacity: 0;
}
.trig:hover:before {
  color: #333333;
}
.trig:hover span {
  color: #333333;
}
@media (max-width: 767px) {
  .trig {
    display: none;
  }
}

a.active-menu:after {
  opacity: 0;
}
a.active-menu:before {
  opacity: 1;
  content: '\f078';
  font-family: FontAwesome;
  font-size: 24px;
  color: #ffffff;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.scroll-top {
  top: 3px;
}

/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #acacac;
  color: #FFF;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #444;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #a10013;
  border-radius: 50%;
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #acacac;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: url("../images/page-2_img01.jpg") no-repeat scroll 0 0;
  background-size: cover;
  padding: 42px 0 36px;
}

header {
  /*background: url("../images/strip.jpg") no-repeat scroll 0 0;
  background-size: cover;
  padding: 42px 0 89px;*/
  position: relative;
  z-index: 11;
  width: 100%;
  height: 120px;
  margin: 0;
 background:#ffffff;
  padding:25px 0;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}

/*==================      Well     ======================*/
.well {
  padding-top: 36px;
}

.well1 {
  padding-top: 42px;
}

.well2 {
  padding-top: 33px;
}

.well3 {
  padding-top: 54px;
}

.well4 {
  padding-top: 54px;
}

.well5 {
  padding-top: 47px;
}

.well6 {
  padding-top: 48px;
}

.well7 {
  padding-top: 49px;
}

.well8 {
  padding-top: 47px;
}

.well9 {
  padding-top: 47px;
}

.well10 {
  padding-top: 49px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  padding: 50px 0;
  background:#333
}
footer h4 {
  font-weight: 600;
}
@media (max-width: 991px) {
  footer {
    text-align: center;
  }
}
footer .brand_name, footer .brand_slogan {
  color: #4a4a4a;
}
footer .copyright {
  margin-top: 23px;
}
footer .copyright a:hover {
  color: #5ea3cb;
}
footer address {
  margin-top: 15px;
}
footer address span {
  line-height: 36px;
  letter-spacing: 0;
 font-size: 17px;
line-height: 29px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  footer address span {
    font-size: 18px;
    line-height: 21px;
  }
}
footer address p {
  margin-top: 12px;
}
@media (min-width: 991px) and (max-width: 1199px) {
  footer address p {
    font-size: 15px;
    line-height: 15px;
  }
}
footer address .address_offs1 {
  margin-top: 22px;
}
footer address .address_offs2 {
  margin-left: 42px;
}
footer address .address_offs3 {
  margin-left: 0px;
}
footer address a {
  margin-left: 5px;
}
footer .brand {
  margin-left: 3px;
  margin-top: 11px;
}

.banner-img
{
    position:relative;
}
.banner-text
{
    position:absolute;
  bottom: 15%;
/*margin: 0 auto;
text-align: center;*/
width: 100%;
}
.banner-text h2
{
text-transform: none;
font-weight: bold;
font-size: 35px;
background: rgba(0,0,0,0.4);
display: inline-block;
padding: 5px 30px;
font-family: 'Poppins', sans-serif;

}
.banner-text p
{
padding-top: 30px;
font-size: 21px;
color: #fff;
width: 65%;
text-align: center;
margin: 0 auto;
line-height: 35px;
font-weight: bold;
}
.banner-text p + p
{
    padding-top:10px;
}
.banner-text p a.btn
{
    padding:6px 25px!important;
    color:#fff!important;
    background:#a10013;
    border:2px solid #fff;
    text-transform:uppercase;
}
.banner-text p a.btn:hover
{
    background:#333!important;
    text-decoration:none;
     border:2px solid #333;
}
.font20
{
font-size: 17px;
line-height: 29px;
font-weight: bold;
}
.welcome-text
{
    text-align:justify;
    padding-right:60px;
}
ul.list
{
    margin:20px 0;
}
.bg-box
{

   background: #fbfbfb;
padding: 20px;
box-sizing:border-box;
border: 1px solid #f4f4f4;
}
.bg-box p
{
    font-size:14px;
    margin-top:10px;
}
.bg-box h4
{
    border-bottom: 1px solid #a10013;
padding-bottom: 10px;
color:#a10013;
}
.copy-right p
{
    color:#fff;
    font-size:13px;
    padding-top:25px;
}
.copy-right p a
{
    color:#ff0000;    
}
.copy-right p a:hover
{
    color:#fff;
    
}
.foot-list ul
{
    margin-top:5px;
}
.foot-list ul li a
{
    color:#fff;
    font-size:13px;
}
.foot-list ul li, .foot-list ul li a
{
    padding-bottom:0;
}
.foot-list ul li a:hover, .foot-list ul li a.active, a.link1
{
    color:#ff0000;
}
a.link1:hover
{
    color:#fff;
}
footer address
{
    color:#fff;
    font-weight:normal;
}
.about-text
{
    text-align:justify;
}
.profile-block
{
   background: #f4f4f4;
padding: 25px;
box-sizing: border-box;
    text-align: center;
}
.profile-block h5
{
    padding-top:15px;
    color:#333;
    font-size:20px;
    font-weight:bold;

}
.profile-block p
{
    margin-top:10px;
}
.profile-block p + p
{
    margin-top:10px;
}
.list-points
{
    margin-top:64px;
}
.list-points ul
{
    padding-left:15px;
}
.list-points li
{
    list-style-type:decimal;
    font-size:16px;
    font-weight:normal;
    padding-bottom:15px;
    margin-left:15px;
    padding-left:15px;
    
}
.points2
{
    padding-left:15px;
    margin-left:15px;
}
.points2 li
{
   list-style-type:disc;
   padding-left:15px; 
}
.center-points
{
    max-width:80%;
    margin:20px auto;
    text-align:center;
}
.fixedsocialicons
{
    background: #fff none repeat scroll 0 0;
    border-radius: 0 5px 5px 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    margin-top: -134px;
    padding: 4px;
    top: 50%;
    position: fixed;
    z-index:999;
}
.fixedsocialicons span {
	display: block;
	float: none;
}
.fixedsocialicons a
{
    display: block;
    width: 100%;
    height: 100%;
    
}
.fixedsocialicons a + a, .fixedsocialicons p + p
{
    margin-top: 4px;
}
.facebook
{
	width: 40px;
	height: 40px;
	background: url(../socialicon/fb.png) no-repeat;
	margin-bottom: 5px;
	float: none;
}
.msg
{
	width: 40px;
	height: 40px;
	background: url(../socialicon/msg.png) no-repeat;
	margin-bottom: 5px;
	float: none;
}
.twitter
{
	width: 40px;
	height: 40px;
	background: url(../socialicon/twitter.png) no-repeat;
	margin-bottom: 5px;
	float: none;
}
.gplus
{
	width: 40px;
	height: 40px;
	background: url(../socialicon/gplus.png) no-repeat;
	margin-bottom: 5px;
	float: none;
}
.linkedin
{
	width: 40px;
	height: 40px;
	background: url(../socialicon/linkedin.png) no-repeat;
	margin-bottom: 5px;
	float: none;
}

.text-center
{
    text-align:center;
}
.contact-info span
{
  display:inline-block;
  width:60px;
  float:left;
  margin-top:0;  
}
a.link2
{
    text-decoration:underline;
}
.home-icons
{
    box-sizing: border-box;
    padding: 15px;
}
.circle-icon
{
background: #a10013;
width: 60px;
height: 60px;
border-radius: 100%;
text-align: center;
margin: 0 auto;
margin-bottom: 15px;
}
.circle-icon i
{
text-align: center;
font-size: 30px;
line-height: 60px;
vertical-align: middle;
color:#fff;
}
.home-icons p
{
   text-align: center;
font-size: 14px;
font-weight: 600;
}
footer img
{
    border: 2px outset #ccc;
}
.text-center
{
    text-align:center;
    
}
.font30
{
    font-size:30px;
}
.bg-box1
{
    background:#f4f4f4;
    padding:8px;
    box-sizing:border-box;
    border-radius:6px;
    margin-bottom:10px;
}
.bg-box1 p
{
    font-style:italic;
    min-height:50px;
}
.bg2
{
    background:#f4f4f4;
    padding:15px;
    box-sizing:border-box;
}
.bg2 h4
{
    color: #fff;
background: #333;
margin-top: 2px;
padding: 5px 10px;
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.bg2 p
{
   font-size:13px;
}
.breadcrump
{
    background:#80838a;
    min-height:50px;
}
.breadcrump p
{
    color:#fff;
    text-transform:uppercase;
    font-weight: 600;
}
.breadcrump [class*="col-"] {
    margin-top: 0px;
}
.bg-bread-icon
{
    background: #fff;
color: #a10013;
padding: 3px 10px;
}
a.bg-bread-icon:hover
{
    color:#333;
    text-decoration:none;
}
.pre-footer
{
    background:#000;
}
.pre-footer-inner
{
    padding:30px;
    box-sizing:border-box;
    text-align:center;
    color:#fff;
}
.pre-footer-inner h5
{
    font-style:italic;
}
.foot-phone
{
   background: #a10013;
padding: 2px 10px;
border-radius:5px;
}
.foot-phone:hover
{
    background:#333;
}
footer h4
{
    color:#ff0000;
}

/**************************************************/
.links-list
{
    margin-top:20px;
}
.links-list li
{
    background: url(../images/arrow-1.png) 8px 18px no-repeat;
box-shadow: 3px 2px 2px 1px #ccc;
color: #cc0000;
height: 45px;
margin-bottom: 10px;
padding: 7px 0 0 25px;
border:1px solid #f4f4f4;
transition: all 0.4s ease;
}
.links-list li:hover
{
  box-shadow: none; 
  transition: all 0.4s ease; 
}
.links-list li a
{
    font-style:italic;
    font-weight:600;
    font-size:16px;
}
.links-list li a:hover
{
    text-decoration:underline;
    color:#333;
}
.news-box
{
    min-height: 381px;
background: #fbfbfb;
padding: 10px 15px;
border: 1px solid #f4f4f4;
}
.foot-list ul li 
{
    padding: 0px 10px;
border: 1px solid #ccc;
display:inline-block;
margin-bottom:10px;
margin-right:7px;
}
.foot-list ul li:hover
{
    background:#000;
    border: 1px solid #333;
}
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #A92926;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 55%;
    margin: 20px auto;
    background: #A92926;
    border: 1px solid #A92926;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.sitemapul li a
{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.sitemapul li a:hover
{
    color:#F8991B;
}
.banner-img img
{
    width:100%;
    height:570px;
    max-height:570px;
}
.bg2 img
{
    height:136px;
}
/**************************************************/

.bene-sec h5 {
  font-size: 20px;
  line-height: 1.7;
  color: #a10013;
  font-weight: 600;
  text-align: left;
}
.bene-li h4 {
  font-size: 18px;
  line-height: 1.7;
  color: #a10013;
  margin-bottom: 25px;
}
.prop-rent .bg2 p b
{
 font-weight: 600;
}
.prop-rent .bg2 .addr
{
  height: 52px;
}
.use-info .inset {
  font-size: 15px;
}
.benefit-li li {
  font-size: 18px;
  line-height: 1.7;
  color: #a10013;
  margin-bottom: 25px;
  list-style-type: disclosure-closed;
}
.bene-sec .row
{
 padding: 0 20px;
}

.h-wel-img 
{
 width: 100%;
 height: 284px;
}
.cont-img 
{
 width: 100%;
 height: 224px;
}
.wel1-img 
{
 width: 100%;
 height: 308px;
}
.wel2-img 
{
 width: 100%;
 height: 228px;
}
.bg2 img {
  height: 136px;
  width: 100%;
}
.captcha{
  margin-top: 20px;
}

.reload{
padding: 8px 23px 10px 22px;
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #a10013;
  border-radius: 6px;
  background: #a10013;
}
.captcha_code{
  margin-top: 20px;
}


@media(max-width:1199px)
{
  .bg-box {
    background: #fbfbfb;
    padding: 10px;
  }
  .bg-box p {
    text-align: left;
} 
.pre-footer-inner h5 {
    font-style: italic;
    font-size:19px;
}
.font30 {
    font-size: 27px;
} 

.banner-img img {
  height: 410px;
}
.banner-text {
  bottom: 40%;
}
.h-wel-img {
  width: 100%;
  height: 226px;
}
.thumb img {
  width: 100%;
  height: 290px;
}
.cont-img {
  width: 100%;
  height: 177px;
}
.wel1-img {
  width: 100%;
  height: 246px;
}
.wel2-img {
  width: 100%;
  height: 182px;
}
.bene-sec h5 {
  font-size: 18px;
}
.benefit-li li {
  font-size: 17px;
  margin-bottom: 25px;
}
.bg2 img {
  height: 105px;
  width: 100%;
}


}


@media(max-width:1023px)
{
.banner-text {
    bottom: 0;
    top: 30%;
  }
.h-wel-img {
    width: 100%;
    height: 434px;
  }
.thumb img {
    height: 341px;
  }
 .cont-img {
    width: 100%;
    height: 434px;
  }
.foot-phone {
  margin: 20px auto 0 auto;
  display: inline-block;
}
.own-wel .col-sm-8 {
    width: 100%;
  }
.own-wel .col-sm-4 {
    width: 100%;
  }
.wel1-img {
    width: 100%;
    height: 288px;
  }
.wel2-img {
    width: 100%;
    height: 288px;
  }
.benefit-li li {
    font-size: 17px;
    margin-bottom: 15px;
  }
.ten-wel .col-sm-8 {
    width: 100%;
  }
.ten-wel .col-sm-4 {
    width: 100%;
  }
.bg2 img {
    height: 276px;
    width: 100%;
  }
.bg2 p {
  font-size: 16px;
}
.bg2 h4 {
  font-size: 17px;
}
.banner-text h2 {
  font-size: 25px;
  padding: 15px 30px;
}
.welcome-text {
  text-align: justify;
  padding-right: 0;
}
.hom-well.col-md-7
{
 width: 100%;
}
.hom-well.col-md-5
{
 width: 100%;
}
.address p {
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  display: table;
}
.prop-rent .bg2 .addr {
  height: auto;
}

}

/*
@media(max-width:793px)
{
    .facebook, .msg, .twitter, .gplus, .linkedin
    {
      width:25px;
      height:25px;
      background-size:100%;  
    }
    h6 {
    font-size: 14px;
    line-height: 24px;
}
.foot-phone {
    display: inline-block;
    margin-top: 10px;
}
.banner-text h2 
{
    font-size:18px;
}
.bg2 {

    background: #f4f4f4;
    padding: 15px;
    box-sizing: border-box;
    max-width: 50%;
    margin: 0 auto;

}
.contact-info span {
    float: none;
}
.banner-img img
{
    width:100%;
    height:auto;
    
}
.thumb img {
  height: auto;
}
.bg2 img
{
    height:auto;
}
}
*/


@media(max-width:767px)
{
    .brand 
    {
        display:block;
        float:left;
    }
    body {
    padding-top: 5px;
}
.banner-text {
    position: relative;
}
.select-menu
{
    display: block;
position: relative;
width: 100%;
border: 1px solid;
padding: 5px 10px;
margin: 10px auto;
top: 66px;
}
.banner-img {
    position: relative;
    top: 25px;
}
 .banner-img img {
    height: 256px;
  }
.banner-text h2 {
    font-size: 20px;
    padding: 12px 30px;
  }
.banner-text {
    display: none;
  }
 h3 {
    font-size: 22px;
    line-height: 1.5;
  }
.h-wel-img {
    width: 100%;
    height: 368px;
  }
.thumb img {
    height: 286px;
  }
.cont-img {
    width: 100%;
    height: 368px;
  }
.pre-footer-inner h5 {
    font-style: italic;
    font-size: 16px;
  }
.breadcrump {
  margin-top: 20px;
}
.wel1-img {
    width: 100%;
    height: 244px;
  }
.wel2-img {
    width: 100%;
    height: 244px;
  }
.bene-sec h5 {
    font-size: 17px;
  }
.benefit-li li {
    font-size: 16px;
    margin-bottom: 15px;
  }
.use-info .inset {
  font-size: 14px;
}
.index-list li div p {
  font-size: 14px;
}
h4 {
  font-size: 18px;
}
.colby2 {
  column-count: 1;
}
.bg2 img {
    height: 232px;
    width: 100%;
  }
.bg2 p {
    font-size: 15px;
  }
.facebook, .msg, .twitter, .gplus, .linkedin {
    width: 25px;
    height: 25px;
    background-size: 100%;
  }

}

@media(max-width:639px)
{
.bg2 {
    max-width: 100%;
}
h3 {
    font-size: 22px;
    line-height: 36px;
}
.brand_name a::before 
{
    width:280px;
}
.colby2
{
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;   
}
.brand_name a:before 
{
    background-size:100%;
}
.sitemapul 
{
    width:100%;
}
.sitemapul ul 
{
    width:100%;
}
.sitemapul li a {
    font-weight: bold;
    font-size: 14px;
    color: #000;
}
 .banner-img img {
    height: 200px;
  }
 h3 {
    font-size: 20px;
    line-height: 36px;
  }
h6 {
  line-height: 1.6;
}
.h-wel-img {
    width: 100%;
    height: 272px;
  }
.gal-sec .col-sm-6
{
 width: 100%;
}
.thumb img {
    height: 445px;
  }
.cont-img {
    width: 100%;
    height: 272px;
  }
.pre-footer-inner h5
{
 display: grid;
}
h4 {
    font-size: 16px;
  }
footer address span {
  font-size: 15px;
}
address p {
  font-size: 14px;
}
footer address .address_offs1 {
  margin-top: 10px;
}
.wel1-img {
    width: 100%;
    height: 180px;
  }
.wel2-img {
    width: 100%;
    height: 180px;
  }
.benefit-li li {
    font-size: 15px;
    margin-bottom: 15px;
  }
.bene-sec h5 {
    font-size: 16px;
  }
.bg2 img {
    height: 168px;
    width: 100%;
  }

}

@media(max-width:479px)
{
 h3 {
    font-size: 18px;
    line-height: 36px;
  }
.welcome-text p
{
 font-size: 14px;
}
.h-wel-img {
    width: 100%;
    height: 199px;
  }
.thumb img {
    height: 326px;
  }
.cont-img {
    width: 100%;
    height: 199px;
  }
.wel1-img {
    width: 100%;
    height: 132px;
  }
.wel2-img {
    width: 100%;
    height: 132px;
  }
.bene-sec h5 {
    font-size: 15px;
  }
.benefit-li li {
    font-size: 14px;
    margin-bottom: 14px;
  }
.btn {
  padding: 7px 20px 7px;
  font-size: 13px;
}
.font30 {
    font-size: 20px;
  }
.pre-footer-inner h5 {
    font-size: 14px;
  }
.toTop {
  width: 40px;
  height: 40px;
  font-size: 22px;
  line-height: 35px;
  position: fixed;
  right: 15px;
  bottom: 40px;
}
.index-list li div p {
    font-size: 13px;
  }
.bg2 h4 {
    font-size: 15px;
  }
.bg2 p {
    font-size: 14px;
  }
.bg2 img {
    height: 120px;
    width: 100%;
  }
.fixedsocialicons
{
 top: 80%;
}

}

@media(max-width:359px)
{
.h-wel-img {
    width: 100%;
    height: 175px;
  }
.thumb img {
    height: 286px;
  }
h3 {
    font-size: 16px;
  }
.font20 {
  font-size: 16px;
}
 .cont-img {
    width: 100%;
    height: 175px;
  }
.wel1-img {
    width: 100%;
    height: 116px;
  }
.about-text p
{
 font-size: 13px;
}
p
{
 font-size: 13px;
}
.wel2-img {
    width: 100%;
    height: 116px;
  }
.font30 {
    font-size: 18px;
  }
.bg2 p {
    font-size: 13px;
  }
.bg2 h4 {
    font-size: 14px;
  }
.bg2 img {
    height: 104px;
    width: 100%;
  }
address p {
    font-size: 13px;
  }
footer address span {
    font-size: 14px;
  }
.btn {
    padding: 5px 20px 5px;
    font-size: 12px;
  }

}
