@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Asap:400,700);
@import "animate.css";
/*========= Center Text ======================*/
.t__center {
  text-align: center;
}
/*============= Overflow ===============*/
.o__hidden {
  overflow: hidden;
}
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font-family: 'Asap', sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 400 !important;
  background: #ffffff !important;
  color: #6a7883 !important;
}
a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:active {
  background: transparent;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
button{
  outline: none;
}
* {
  -webkit-text-size-adjust: none;
}
img {
  max-width: 100%;
  height: auto;
}
.lg {
  font-size: 18px !important;
  line-height: 30px !important;
}
h1,
h2 {
  font-size: 36px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
}
h1.t-up,
h2.t-up {
  text-transform: uppercase !important;
}
h2,
h6 {
  text-align: center !important;
}
h4 a:hover,
h5 a:hover {
  color: #75d1cc !important;
}
h3 {
  font-size: 30px !important;
  line-height: 36px !important;
}
h4 {
  font-size: 24px !important;
  line-height: 30px !important;
}
h5 {
  font-size: 22px !important;
  line-height: 30px !important;
  letter-spacing: -0.44px !important;
}
h6 {
  font-size: 18px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}
/* Breadcrumbs*/
ul.breadcrumb {
    padding: 10px 16px;
    list-style: none;
    background-color: #f93976;
}
ul.breadcrumb li {
    display: inline;
    font-size: 18px;
    color: #fff;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #eab4c5;
    text-decoration: underline;
}
/* Gallery Hover */
a[data-gal] {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
a[data-gal] img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1199px) {
  a[data-gal] img {
    width: 100%;
  }
}
a[data-gal] .overlay {
  position: absolute;
  text-align: center;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}
a[data-gal] .overlay:before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  color: #ffffff;
  font-size: 50px;
  line-height: 50px;
  margin-top: -25px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt-ie9 a[data-gal] .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=0)";
}
.lt-ie9 a[data-gal] .overlay:before {
  display: none;
}
a[data-gal]:hover {
  text-decoration: none;
}
a[data-gal]:hover img {
  transform: scale(1.2);
}
a[data-gal]:hover .overlay {
  background: rgba(228, 64, 120, 0.8);
}
.lt-ie9 a[data-gal]:hover .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cce44078', endColorstr='#cce44078');
  zoom: 1;
}
a[data-gal]:hover .overlay:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=100)";
}
.lt-ie9 a[data-gal]:hover .overlay:before {
  display: block;
}
.page {
  overflow: hidden;
}
.wow{
  opacity: 0;
}
/*========================================================
                    Main Layout
=========================================================*/
.heading + .off1,
h2 + .off1 {
  margin-top: 44px;
}
.heading + .off2,
h2 + .off2 {
  margin-top: 38px;
}
h4 + .off1 {
  margin-top: 27px;
}
.lg + .lg {
  margin-top: 6px;
}
h5 + p {
  margin-top: 4px;
}
p + .btn {
  margin-top: 14px;
}
.row + .off1 {
  margin-top: 38px;
}
img + .off1 {
  margin-top: 25px;
}

.generic-offset {
  margin-top: 30px
}
/*========================================================
                    HEADER styles
=========================================================*/
.header {
  padding-top: 13px;
  background: #c2185b;
  color: #ffffff;
}
.header .logo {
  width: 35%
}
.logo-title{
  display: flex;
  font-size: 36px;
  text-align: left;
  line-height: 40px;
  font-weight: 700;
  white-space: nowrap;
}
.logo img {
  max-height: 50px !important;
  margin-top: -10%;
  margin-left: 15px !important;
}
@media (min-width: 767px) and (max-width: 1200px) {
  #stuck_container > .container{
    margin: 0;
    width: 100%;
  }
  .logo{
    width: 20% !important;
  }
  .logo-title{
    font-size: 18px !important;
  }
}
@media (min-width: 767px) and (max-width: 860px) {
  .logo-title{
    font-size: 14px !important;
  }
}
@media (max-width: 479px) {
  .logo-title{
    font-size: 18px !important;
  }
}

@media (max-width: 767px) {
  .header {
    text-align: center;
  }
  .header .header-menu {
    float: none;
  }
}
.stuck {
  background: #e91e63;
}
.logo {
  float: left;
  display: inline-block;
  padding-top: 10px;
  text-transform: uppercase;
}
.logo span {
  float: left;
  font-size: 48px;
  line-height: 40px;
  color: #c2185b;
  margin-right: 21px;
}
.header-menu {
  float: right;
}
/*========= Stuck menu styles ======================*/
.isStuck {
  z-index: 999;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  position: relative;
  float: left;
  border-right: 1px solid #c2185b;
}
.sf-menu > li > a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 19px 0;
  min-width: 100px;
  max-width: 140px;
  text-align: center;
}
.sf-menu > li > a:hover {
  background: #e44078;
}
@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li > a {
    min-width: 90px;
  }
}
.sf-menu > li + li:after {
  content: '';
  position: absolute;
  left: -6px;
  top: -6px;
  width: 12px;
  height: 12px;
  background: #c2185b;
  border-radius: 50%;
}
.sf-menu > li.last:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #c2185b transparent;
  z-index: 1;
}
.sf-menu > li.last:after {
  display: none;
}
.sf-menu > li > .sf-with-ul:before {
  content: '\f107';
  position: absolute;
  font-family: FontAwesome;
  font-size: 16px;
  bottom: 5px;
  left: 50%;
  margin-left: -4px;
}
.sf-menu > li.current > a,
.sf-menu > li.sfHover > a {
  background: #e44078;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 60px;
  left: -35px;
  z-index: 4;
  width: 169px;
  padding: 20px 5px;
  background: #e91e63;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px -1px 10px 0px rgba(50, 50, 50, 0.3);
  border-radius: 3px;
}
.sf-menu ul li {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0 10px 0 30px;
}
.sf-menu ul li + li {
  margin-top: 16px;
}
.sf-menu ul li a {
  display: inline-block;
}
.sf-menu ul li a:hover {
  text-decoration: none;
  color: #daa2b5;
}
.sf-menu ul li.sfHover > a {
  color: #daa2b5;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: -175px;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    clear: both;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    margin: 14px auto;
    padding: 0;
    height: 40px;
    background: #c2185b url(../images/select.png) 99% center no-repeat;
    border: none;
    color: #ffffff;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
.content {
  background: #ffffff;
}
.brr {
  border-radius: 5px;
}
/*========= Icons ======================*/
.icon {
  display: inline-block;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: center center;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon {
    width: 150px;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
.i1 {
  background-image: url(../images/page1-img2.jpg);
}
.i2 {
  background-image: url(../images/page1-img3.jpg);
}
.i3 {
  background-image: url(../images/page1-img4.jpg);
}
.i4 {
  background-image: url(../images/page1-img5.jpg);
}
.icon2 {
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  text-align: center;
  font-size: 58px;
  color: #201331;
  background: #d34b1b;
}
/*========= Backgrounds ======================*/
.bg1,
.bg2 {
  color: #ffffff;
}
.bg1 .heading,
.bg2 .heading {
  color: #ffffff;
}
.bg1 {
  background: #f89e00;
}
.bg2 {
  background: #de4f4f;
  padding: 54px 0 58px;
}
.bg2 h2 {
  text-transform: uppercase;
}
.bg2 h3 {
  color: #b13c3c;
}
/*========= Wrappers ======================*/
.wrapper1 {
  padding: 54px 0 51px;
}
.wrapper1__ins1 {
  padding-bottom: 73px;
}
.wrapper2 {
  padding: 51px 0 46px;
}
.wrapper2__ins1 {
  padding-bottom: 67px;
}
.wrapper2__ins2 {
  padding-bottom: 109px;
}
.mt-img {
  margin-top: 4px;
}
/*========= Shadow ======================*/
.shadow,
.bg2,
.icon-box,
.post {
  -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.2);
}
/*========= Heading ======================*/
.heading {
  color: #a2a1a1;
  text-align: center;
}
.heading h6,
.heading h2 {
  text-transform: uppercase;
}
/*========= Boxes ======================*/
.box_left {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .box_left {
    text-align: center;
    float: none;
    margin: 0 0 30px;
  }
}
.box:before,
.box:after {
  content: " ";
  display: table;
}
.box:after {
  clear: both;
}
.box + .box {
  margin-top: 30px;
}
.box__mod .box_left {
  margin: 0 50px 0 34px;
}
@media (max-width: 767px) {
  .box__mod .box_left {
    margin: 0 0 30px;
  }
}
.box__mod .box_cnt {
  padding-right: 30px;
}
.box2 {
  position: relative;
  border: 2px solid #a13535;
  padding: 30px 12px 0 19px;
  text-align: center;
}
.box2 h3 + .company {
  margin-top: 9px;
}
.box2 a:hover {
  color: #ffffff;
}
.box2 .company {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  z-index: 0;
}
.box2 .company a {
  display: inline-block;
  background: #de4f4f;
  padding: 0 10px;
}
.box2 .company a:hover {
  color: #75d1cc;
}
.box2 .company:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #b13c3c;
  z-index: -1;
}
.box2 > p {
  padding-top: 37px;
}
.box2 > p.quote {
  background: url("../images/quote.png") no-repeat center 11px;
}
.box2__mod {
  padding: 30px 12px 30px 19px;
}
.box2__mod > p {
  padding-top: 26px;
}
/*========= Icon box ======================*/
.icon-box {
  background: #f9f9f9;
  text-align: center;
  padding: 30px 10px 40px;
  border-radius: 5px;
}
.icon-box img {
  width: 100%;
}
.icon-box p {
  font-size: 13px;
}
.icon-box p.lg {
  font-size: 18px;
  color: #75d1cc;
}
.icon-box p.lg a:hover {
  color: #e44078;
}
.icon-box p + .btn {
  margin-top: 13px;
}
.icon-box .icon + p {
  margin-top: 23px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .icon-box .btn {
    min-width: 100%;
  }
}
.icon-box__mod {
  padding: 0;
}
.icon-box__mod .icon-box_cnt {
  padding: 23px 10px 33px;
}
/*========= Button ======================*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 1;
  border: 2px solid #75d1cc;
  min-width: 176px;
  text-align: center;
  text-transform: lowercase;
  padding: 6px 0;
  color: #ffffff;
  border-radius: 5px;
}
.btn:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #75d1cc;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: #75d1cc;
}
.btn:hover:before {
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
}
.btn-whatsapp{
  text-transform: none !important;
  font-size: 32px;
  padding: 15px;
  margin-bottom: 20px;
}
/*========= Progress Wrap ======================*/
.progress-wrap {
  padding: 0 5px;
  width: 430px;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.progress-wrap .img-wrap {
  position: relative;
  display: inline-block;
}
.progress-wrap .img-wrap h4 {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 0;
  right: 0;
  text-align: center;
  line-height: 24px !important;
  text-transform: uppercase;
  font-weight: 700;
}
.progress-wrap + .grid_4 {
  margin-left: 0;
}
@media (max-width: 767px) {
  .progress-wrap + .grid_4 {
    float: none;
    margin: 30px 0 0 20px;
  }
}
.progress-wrap .teams {
  margin-top: 12px;
}
.progress-wrap .teams li {
  display: inline-block;
  margin: 0 14px;
}
.progress-wrap .teams .progress {
  border-radius: 50%;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 28px;
  text-align: center;
  color: #ffffff;
}
.progress-wrap .teams .progress_skin1 {
  background: #b4dced;
}
.progress-wrap .teams .progress_skin2 {
  background: #91c9e8;
}
.progress-wrap .teams .progress_skin3 {
  background: #67b8de;
}
.progress-wrap .teams .progress_skin4 {
  background: #3399cc;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .progress-wrap {
    width: 340px;
  }
  .progress-wrap .teams li {
    margin: 0 3px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .progress-wrap {
    width: 275px;
  }
  .progress-wrap img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .progress-wrap {
    margin: 30px 0;
    float: none;
  }
}
@media (max-width: 479px) {
  .progress-wrap {
    width: 270px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .clear-768:before,
  .clear-768:after {
    content: " ";
    display: table;
  }
  .clear-768:after {
    clear: both;
  }
}
.br-top {
  height: 8px;
  width: 100%;
  background: #57c3a9;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
/*========= Post ======================*/
.post {
  border-radius: 5px;
  padding-bottom: 7px;
  background: #f9f9f9;
}
.post img {
  width: 100%;
}
.post_img-wrap {
  position: relative;
  color: #ffffff;
  text-align: center;
}
.post_img-wrap .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.lt-ie9 .post_img-wrap .overlay {
  background: none;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000');
  zoom: 1;
}
.post_img-wrap .date {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  text-align: center;
  text-transform: uppercase;
}
.post_cnt {
  text-align: left;
  background: #355866;
  padding: 41px 10px 59px 26px;
  color: #ffffff;
  border: 1px solid #6d98aa;
}
.post_cnt h3 {
  letter-spacing: -0.6px;
}
.post_cnt h3 a:hover {
  color: #75d1cc;
}
.post_cnt p {
  letter-spacing: -0.28px;
}
.post_cnt h3 + p {
  margin-top: 6px;
}
.post_meta {
  padding: 11px 23px 13px 26px;
  color: #000000;
  letter-spacing: -0.28px;
}
.post_meta .author {
  float: left;
}
.post_meta .com {
  float: right;
}
.post_meta span {
  font-size: 18px;
  color: #53c2b0;
  margin-right: 10px;
}
.post_meta:before,
.post_meta:after {
  content: " ";
  display: table;
}
.post_meta:after {
  clear: both;
}
.post_meta a:hover {
  text-decoration: underline;
}
.post_social {
  background: #010001;
  border: 1px solid #6d98aa;
  text-align: center;
  color: #ffffff;
}
.post_social li {
  display: inline-block;
  margin: 0 28px;
  font-size: 36px;
}
.post_social li a {
  line-height: 50px;
}
.post_social li a:hover {
  color: #75d1cc;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .post_social li {
    margin: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .post h3 {
    font-size: 26px;
    line-height: 30px;
  }
  .post_meta .author,
  .post_meta .com {
    float: none;
  }
  .post_social li {
    margin: 0 8px;
  }
}
@media (max-width: 479px) {
  .post_social li {
    margin: 0 15px;
  }
}
/*========= Post Modify ======================*/
.post.post__mod .post_img-wrap .date {
  text-align: left;
  left: 76px;
  top: 22px;
}
.post.post__mod .post_social {
  background: transparent;
  float: left;
  color: #000;
  border: none;
}
.post.post__mod .post_meta {
  float: left;
  padding: 17px 30px 10px 26px;
}
.post.post__mod .post_meta .author,
.post.post__mod .post_meta .com {
  float: none;
  display: inline-block;
}
.post.post__mod .post_meta .author {
  margin-right: 78px;
}
.post.post__mod .post_cnt {
  padding-bottom: 29px;
}
.post.post__mod + .post.post__mod {
  margin-top: 31px;
}
@media (max-width: 767px) {
  .post.post__mod .post_img-wrap .date {
    left: 0;
    right: 0;
    text-align: center;
  }
  .post.post__mod .post_meta,
  .post.post__mod .post_social {
    float: none;
  }
}
/*========= Markered List ======================*/
.markered-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.grey-markered-list li {
  position: relative;
  padding-left: 30px;
  font-size: 18px;
}
.markered-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #ffffff;
}
.grey-markered-list li:before {
  content: '\f00c';
  position: absolute;
  left: 0;
  top: 0;
  font-family: FontAwesome;
  font-size: 20px;
  color: #6a7883;
}
.markered-list li + li {
  margin-top: 16px;
}
.grey-markered-list li + li {
  margin-top: 16px;
}
.markered-list a:hover {
  color: #75d1cc;
}
.grey-markered-list a:hover {
  color: #75d1cc;
}
.box-border .circle,
.box-border .circle-tl,
.box-border .circle-tr,
.box-border .circle-bl,
.box-border .circle-br {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a13535;
}
.box-border .circle-tl {
  left: -4px;
  top: -4px;
}
.box-border .circle-tr {
  right: -4px;
  top: -4px;
}
.box-border .circle-bl {
  left: -4px;
  bottom: -4px;
}
.box-border .circle-br {
  right: -4px;
  bottom: -4px;
}
.map {
  height: 430px;
  position: relative;
}

@media (max-width: 767px) {
  .map {
    height: 350px;
  }
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/*========= Address ======================*/
.address-wrap {
  padding-top: 24px;
}
address {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.44px;
}
dd,
dt {
  display: inline-block;
}
dt {
  padding-right: 15px;
}
@media (min-width: 768px) and (max-width: 979px) {
  dt {
    padding-right: 1px;
  }
}
.policy-box + .policy-box {
  margin-top: 28px;
}
.mail a,
.policy-link a {
  text-decoration: underline;
}
.mail a:hover,
.policy-link a:hover {
  color: #75d1cc;
}
.policy-link {
  margin-top: 37px;
}
/*========================================================
                    FOOTER styles
=========================================================*/
.footer {
  padding: 10px 0;
  color: #ffffff;
  text-align: center;
  background: #b13c3c;
}
@media (max-width: 479px) {
  .footer .divid {
    display: none;
  }
}
.copyright a:hover {
  color: #75d1cc;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  z-index: 20;
  width: 50px;
  height: 50px;
  font-size: 26px;
  line-height: 44px;
  border-radius: 5px;
  border: 2px solid #355866;
  text-align: center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#toTop:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #355866;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#toTop:hover {
  color: #355866;
}
#toTop:hover:after {
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*============ Background RGBA==============*/
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #c2185b;
  border-top: 1px solid #c2185b;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #c2185b;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #c2185b;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #c2185b;
}
.panel-default {
  border-color: #c2185b;
}
.panel-default > .panel-heading {
  color: #fff;
  background-color: #c2185b;
  border-color: #c2185b;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #c2185b;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #c2185b;
}
.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.mt-4{
  margin-top: 25px;
}
.mt-3{
  margin-top: 15px;
}
.mb-4{
  margin-bottom: 25px;
}
.form-control {
  display: block;
  width: 92%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
.w-100{
  width: 100%;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #c2185b;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c2185b;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #c2185b;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #c2185b;
  border-color: #c2185b;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #c2185b;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #c2185b;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777;
}
.text-primary {
  color: #337ab7;
}
