@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap");
/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_extend.scss */
.flex-center-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow:hidden;
 
}
.img {
  max-width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a,
.button {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
a:focus,
.button:focus, button:focus {
  text-decoration: none;
  outline: none;
}

/* line 26, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
a:focus {
  text-decoration: none;
}

/* line 29, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  text-decoration: none;
}

/* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
a,
button {
  color: #1F1F1F;
  outline: medium none;
}

/* line 40, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
h1, h2, h3, h4, h5 {
  font-family: "Roboto", sans-serif;
  color:#e8811a ;
}

/* line 44, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

/* line 53, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
ul {
  margin: 0px;
  padding: 0px;
}

/* line 57, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
li {
  list-style: none;
}

/* line 60, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #7A838B;
  margin-bottom: 13px;
  font-family: "Roboto", sans-serif;
}

/* line 69, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

/* line 75, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
*::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 80, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 85, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* line 90, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
*::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 95, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
*:-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 100, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
*::-ms-input-placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
*::placeholder {
  color: #cccccc;
  font-size: 14px;
  opacity: 1;
}

/* line 111, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
h3 {
  font-size: 24px;
}

/* line 115, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-65 {
  margin-bottom: 67px;
}

/* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.black-bg {
  background: #020c26 !important;
}

/* line 123, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.white-bg {
  background: #ffffff;
}

/* line 126, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.gray-bg {
  background: #f5f5f5;
}

/* line 131, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.bg-img-1 {
  background-image: url(../img/slider/slider-img-1.jpg);
}

/* line 134, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.bg-img-2 {
  background-image: url(../img/background-img/bg-img-2.jpg);
}

/* line 137, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.cta-bg-1 {
  background-image: url(../img/background-img/bg-img-3.jpg);
}

/* line 142, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay {
  position: relative;
  z-index: 0;
}

/* line 146, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay::before {
  position: absolute;
  content: "";
  background-color: #040E27;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: .5;
}

/* line 158, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay2 {
  position: relative;
  z-index: 0;
}

/* line 162, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay2::before {
  position: absolute;
  content: "";
  background-color: #001D38;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

/* line 174, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay_03 {
  position: relative;
  z-index: 0;
}

/* line 178, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.overlay_03::before {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #001D38;
  opacity: .6;
  content: '';
  z-index: -1;
}

/* line 191, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.bradcam_overlay {
  position: relative;
  z-index: 0;
}

/* line 195, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.bradcam_overlay::before {
  position: absolute;
  content: "";
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5db2ff+0,7db9e8+100&1+24,0+96 */
  background: -moz-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5db2ff', endColorstr='#007db9e8',GradientType=1 );
  /* IE6-9 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 1;
}

/* line 211, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* line 215, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.pt-120 {
  padding-top: 120px;
}

/* button style */
/* line 221, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div {
  background: transparent;
  height: 50px;
  left: 0px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 50px;
  color: #707070;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  font-size: 15px;
  line-height: 50px;
  border: 1px solid #4D6174;
  
  color: #fff;
}

/* line 249, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: 150px;
}

/* line 254, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-next i {
  position: relative;
  right: 0;
}

/* line 261, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel .owl-nav div.owl-prev i {
  position: relative;
  top: 0px;
}

/* line 271, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div {
  opacity: 1;
  visibility: visible;
}

/* line 274, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.owl-carousel:hover .owl-nav div:hover {
  color: #fff;
  background: #FD8E5E;
  border: 1px solid transparent;
}

/* line 284, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-20px {
  margin-bottom: 20px;
}

/* line 288, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-55 {
  margin-bottom: 55px;
}

/* line 291, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-40 {
  margin-bottom: 40px;
}

/* line 294, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-20 {
  margin-bottom: 20px;
}

/* line 299, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
.mb-60 {
  margin-bottom: 50px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 299, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
  .mb-60 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767px) {
  /* line 299, ../../Arafath/CL/December/234. Finance/HTML/scss/theme-default.scss */
  .mb-60 {
    margin-bottom: 20px !important;
  }
  .logo center img {
        width: 40%!important;
    }
    .logo center {
        text-align: left;
    }
  input#mc-embedded-subscribe {
      position:relative!important;
      z-index:0;
  }
  .nice-select .list {
      position:relative!important;
      top:0!important;
  }
  .button:after,.button:before{
      display:none!important;
  }
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn {
  background: #fff;
  color: #131313;
  display: inline-block;
  padding: 14px 44px;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border: 1px solid #33D4D6;
  text-align: center;
  color: #33D4D6 !important;
  text-transform: uppercase;
  cursor: pointer;
}

/* line 15, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn:hover {
  background: #33D4D6;
  color: #fff !important;
  border: 1px solid #33D4D6;
}

/* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn:focus {
  outline: none;
}

/* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3 {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F91842+0,fd8e5e+100 */
  background:#e8811a;
  color: #fff;
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 0;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* line 43, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3:hover {
  color: #33D4D6 !important;
  border: 1px solid #33D4D6;
  background: transparent;
}

/* line 48, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3:focus {
  outline: none;
}

/* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn4 {
  display: inline-block;
  padding: 11px 29px 13px 29px;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  color: #fff !important;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #e8811a !important;
  border: 1px solid #e8811a;
  background: transparent;
}

/* line 67, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn4:hover {
  color: #fff !important;
  border: 1px solid #33D4D6;
  background: transparent;
  border: 0;
  background: #33D4D6;
  border: 1px solid transparent;
}

/* line 75, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn4:focus {
  outline: none;
}

/* line 79, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3-line {
  color: #F91842 !important;
  display: inline-block;
  padding: 14px 31px;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  border: 1px solid #F91842;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  text-transform: capitalize;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

/* line 94, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3-line:hover {
  color: #fff !important;
  border: 1px solid transparent;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#F91842+0,fd8e5e+100 */
  background: #fdae5c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #fdae5c 0%, #fd8e5e 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #fdae5c 0%, #fd8e5e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F91842', endColorstr='#fd8e5e',GradientType=1 );
  /* IE6-9 */
}

/* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3-line:focus {
  outline: none;
}

/* line 108, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn3-line.large-width {
  width: 220px;
}

/* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn2 {
  border: none;
  background: #F91842;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
  padding: 12px 36px;
  font-family: "Roboto", sans-serif;
  cursor: pointer;
}

/* line 125, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn2:hover {
  background: #F91842;
  color: #fff !important;
}

/* line 129, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.boxed-btn2:focus {
  outline: none;
}

/* line 133, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.line-button {
  color: #919191;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  padding-right: 5px;
  padding-bottom: 2px;
}

/* line 141, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.line-button::before {
  position: absolute;
  content: "";
  background: #919191;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
}

/* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.line-button:hover {
  color: #009DFF;
}

/* line 153, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.line-button:hover::before {
  background: #009DFF;
}

/* line 157, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.book_now {
  display: inline-block;
  font-size: 14px;
  color: #009DFF;
  border: 1px solid #009DFF;
  text-transform: capitalize;
  padding: 10px 25px;
}

/* line 164, ../../Arafath/CL/December/234. Finance/HTML/scss/_btn.scss */
.book_now:hover {
  background: #009DFF;
  color: #fff;
}

/* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.section_title span {
  display: inline-block;
  background: #33D4D6;
  width: 60px;
  height: 3px;
  text-align: justify;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 4px;
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.section_title h3 {
  font-size: 44px;
  font-weight: 400;
  color: #001D38;
  position: relative;
  z-index: 0;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .section_title h3 {
    font-size: 36px;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  /* line 26, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .section_title h3 br {
    display: none;
  }
}

/* line 32, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.section_title p {
  font-size: 16px;
  color: #7A838B;
  margin-bottom: 0;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  /* line 38, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .section_title p br {
    display: none;
  }
}

/* line 46, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.section_title h4 {
  font-size: 22px;
  font-weight: 500;
  color: #001D38;
  padding-bottom: 2px;
}

/* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  /* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .mb-60 {
    margin-bottom: 40px;
  }
}

/* line 58, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.mb-90 {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  /* line 58, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .mb-90 {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 58, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .mb-90 {
    margin-bottom: 60px;
  }
}

/* line 68, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
.pl-68 {
  padding-left: 68px;
}

@media (max-width: 767px) {
  /* line 68, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .pl-68 {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 68, ../../Arafath/CL/December/234. Finance/HTML/scss/_section_title.scss */
  .pl-68 {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
  .mobile_menu {
    position: absolute;
    right: 0px;
    width: 100%;
    z-index: 9;
  }
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav {
  background: #fff;
  float: right;
  margin-top: 0;
  padding: 0;
  width: 95%;
  padding: 0;
  border-radius: 0px;
  margin-top: 5px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 11px;
}

/* line 28, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a:hover {
  background: transparent;
  color: #F91842;
}

/* line 32, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav a.active {
  color: #F91842;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
  .slicknav_menu .slicknav_nav a i {
    display: none;
  }
}

/* line 44, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: -40px;
  position: relative;
  z-index: 99;
  border: 1px solid #ddd;
  top: 3px;
  right: 5px;
  top: -36px;
}

/* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_menu .slicknav_nav .slicknav_btn .slicknav_icon {
  margin-right: 6px;
  margin-top: 3px;
  position: relative;
  padding-bottom: 3px;
  top: -11px;
  right: -5px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
  .slicknav_menu {
    margin-right: 0px;
  }
}

/* line 72, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_nav .slicknav_arrow {
  float: right;
  font-size: 22px;
  position: relative;
  top: -9px;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 5px;
  right: 5px;
  margin-top: -5px;
  top: -31px;
}

/* line 92, ../../Arafath/CL/December/234. Finance/HTML/scss/_slick-nav.scss */
.slicknav_btn {
  background-color:#e98521;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
  z-index: 99;
  border: none;
  border-radius: 3px;
  top: 5px;
  padding: 8px;
  right: 0;
  margin-top: -5px;
  top: -53px;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area {
  left: 0;
  background-color:#000000a8;
  right: 0;
  width: 100%;
  top: 0;
  z-index: 9;
  
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area {
    padding-top: 0;
  }
}

/* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area {
  background: #fff;
  background: transparent;
  padding: 0px 150px;
}

/* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav_bg {
  background: #727272;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  /* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area.details_nav_bg {
    padding-bottom: 10px;
  }
}

/* line 27, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.details_nav {
  background: #001D38;
}

@media (max-width: 767px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 10px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0px 20px;
  }
}

@media (min-width: 1501px) and (max-width: 1800px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area {
    padding: 0px 20px;
  }
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .logo-img {
  text-align: center;
}

@media (max-width: 767px) {
  /* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* line 61, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 61, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .logo-img img {
    width: 70px;
  }
}

/* line 73, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

/* line 77, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .phone_num {
  margin-right: 30px;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 77, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .phone_num {
    margin-right: 12px;
  }
}

/* line 82, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .phone_num a {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  font-weight:700;
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 82, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .phone_num a {
    font-size: 13px;
  }
}

/* line 89, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .phone_num a i {
  color:#e8811a;
  font-size: 16px;
  margin-right: 7px;
  font-weight:700;
}

@media (min-width: 1200px) and (max-width: 1800px) {
  /* line 96, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .Appointment .boxed-btn4 {
   
    font-size: 13px;
  }
}



/* line 108, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li {
  display: inline-block;
}

/* line 111, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a {
  color: #A8A7A0;
  margin: 0 10px;
  font-size: 15px;
}

/* line 115, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .Appointment .socail_links ul li a:hover {
  color: #fff;
}

/* line 151, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu {
  text-align: center;
}

/* line 154, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li {
  display: inline-block;
  position: relative;
  margin: 0 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 154, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li {
    margin: 0 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1800px) {
  /* line 154, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li {
    margin: 0 14px;
  }
}

/* line 167, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
  font-weight:700;
  display: inline-block;
  padding: 35px 0px 35px 0px;
  font-family: "Roboto", sans-serif;
  position: relative;
  text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 167, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 167, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a {
    font-size: 13px;
  }
}

/* line 184, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a i {
  font-size:13px;
  font-weight:900;
}

@media (max-width: 767px) {
  /* line 184, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 184, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area .main-menu ul li a i {
    display: none !important;
  }
}

/* line 215, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li a:hover {
  color: #33D4D6;
}

/* line 219, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  background: #fff;
  width: 200px;
  z-index: 2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
  opacity: 0;
  visibility: hidden;
  text-align: left;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

/* line 231, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li {
  display: block;
  margin: 0;
}

/* line 234, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a {
  padding: 10px 15px;
  position: inherit;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
  color: #000;
}

/* line 240, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li a::before {
  display: none;
}

/* line 244, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li .submenu li:hover a {
  color: #000;
}

/* line 249, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

/* line 254, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:hover > a::before {
  opacity: 1;
}

/* line 258, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area .main-menu ul li:first-child a {
  padding-left: 0;
}

/* line 264, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.sticky {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  position: fixed;

  width: 100%;
  top: -70px;
  left: 0;
  right: 0;
  z-index: 990;
  transform: translateY(70px);
  transition: transform 500ms ease, background 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
  background:#fff;
}

@media (max-width: 767px) {
  /* line 264, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .main-header-area.sticky {
    padding: 10px 10px;
     color:#fff !important;
  }
}

/* line 291, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .main-menu {
  padding: 0;
   color:#fff !important;
}

/* line 294, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border {
  border-bottom: none;
   color:#fff !important;
}

/* line 297, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .main-header-area.sticky .header_bottom_border.white_border {
  border-bottom: none !important;
   color:#fff !important;
}

/* line 303, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area {
  background: #001D38;
}

@media (max-width: 767px) {
  /* line 305, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .header-top_area .social_media_links {
    text-align: center;
  }
}

/* line 309, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a {
  font-size: 15px;
  color: #C7C7C7;
  margin-right: 12px;
}

/* line 313, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .social_media_links a:hover {
  color: #33D4D6;
}

/* line 319, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .header_left p {
  color: #727272;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

/* line 326, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 326, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list {
    text-align: center;
  }
}

/* line 332, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li {
  display: inline-block;
}

/* line 334, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a {
  font-size: 13px;
  color: #919191;
  margin-right: 50px;
}

@media (max-width: 767px) {
  /* line 334, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .header-top_area .short_contact_list ul li a {
    margin-left: 0;
    margin: 0 5px;
  }
}

/* line 343, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .short_contact_list ul li a i {
  color: #33D4D6;
  margin-right: 7px;
}

/* line 351, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .header-top_area .header_right.d-flex {
  display: flex;
  justify-content: flex-end;
}

/* line 356, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
.header-area .search_btn i {
  color: #fff;
  font-size: 15px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 360, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 360, ../../Arafath/CL/December/234. Finance/HTML/scss/_header.scss */
  .header-area .search_btn {
    position: relative;
    right: 10px;
  }
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_bg_1 {
  background-image: url(../img/banner/banner.png);
}

/* line 4, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_bg_2 {
  background-image: url(../img/banner/banner_2.png);
}

/* line 7, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area {
  position: relative;
  z-index: 0;
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area::before {
 
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  opacity: .7;
}

/* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider {
  height: 900px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 25, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider.single_listing {
  height: 500px;
}

@media (max-width: 767px) {
  /* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  /* line 34, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text {
    margin-top: 90px;
    margin-bottom: 20px;
  }
}

/* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text h3 {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 74px;
  margin-bottom: 40px;
  color: #fff;
}

@media (max-width: 767px) {
  /* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 30px;
    margin-bottom: 30px;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 40px;
    line-height: 1.4;
  }
}

@media (min-width: 1200px) and (max-width: 1500px) {
  /* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text h3 {
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
  }
}

/* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text p {
  font-size: 30px;
  font-weight: 400;
  color: #F91842;
  font-family: "Roboto", sans-serif;
  margin-bottom: 24px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  /* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text p {
    font-size: 16px;
  }
}

/* line 81, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .button_search {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 81, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .button_search {
    text-align: left;
  }
}

/* line 87, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .quality {
  margin-top: 40px;
}

@media (max-width: 767px) {
  /* line 87, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .quality {
    margin-top: 20px;
  }
}

/* line 93, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .quality ul li {
  display: inline-block;
}

@media (max-width: 767px) {
  /* line 93, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .single_slider .slider_text .quality ul li {
    margin-bottom: 10px;
  }
}

/* line 98, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .quality ul li button {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  font-weight: #000;
  font-family: "Roboto", sans-serif;
  padding: 5px 19px;
  display: inline-block;
  margin: 0 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* line 111, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .single_slider .slider_text .quality ul li button:hover {
  
}

/* line 120, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form {
  padding: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 767px) {
  /* line 120, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form {
    padding: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 120, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form {
    padding: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 120, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form {
    padding: 30px;
  }
}

/* line 133, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form .single_input input {
  height: 50px;
  border: 1px solid #F0F0F0;
  padding: 15px;
  font-size: 16px;
  color: #000;
}

/* line 139, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form .single_input input:focus {
  outline: none;
}

/* line 142, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form .single_input input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #7A838B;
  font-family: "Roboto", sans-serif;
}

/* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form h4 {
  font-size: 30px;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 19px;
}

@media (max-width: 767px) {
  /* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form h4 {
    font-size: 25px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form h4 {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form h4 {
    font-size: 24px;
  }
}

/* line 165, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form p {
  font-size: 16px;
  font-weight: 400;
  color: #7A838B;
  margin-bottom: 39px;
  margin-top: 21px;
}

@media (max-width: 767px) {
  /* line 165, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form p {
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 165, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
  .slider_area .payment_form p {
    font-size: 14px;
  }
}

/* line 179, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form .nice-select.wide {
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  color: #7A838B;
  margin-bottom: 15px;
}

/* line 188, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.slider_area .payment_form .submit_btn button {
  width: 100%;
  text-align: center;
}

/* line 195, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.gj-picker-md div[role="navigator"] {
  padding-left: 30px !important;
}

/* line 200, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.gj-datepicker-md [role="right-icon"] {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 16px;
  color: #919191;
  margin-right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

/* line 210, ../../Arafath/CL/December/234. Finance/HTML/scss/_slider.scss */
.nice-select::after {
  content: "\f0d7";
  display: block;
  pointer-events: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transition: all 0.15s ease-in-out;
  width: 5px;
  font-family: 'fontawesome';
  color: #ddd;
  transform: translateY(-50%);
  font-size: 16px;
  right: 25px;
  color: #AAB1B7;
  height: auto;
  margin-top: 0;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area {
  margin-bottom: 50px;
}

/* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area.plus_padding {
  padding-top: 150px;
}

@media (max-width: 767px) {
  /* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area.plus_padding {
    padding-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area.plus_padding {
    padding-top: 100px;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area {
    margin-bottom: 100px;
  }
}

@media (max-width: 767px) {
  /* line 18, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area .about_img {
    margin-bottom: 20px;
  }
}

/* line 22, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_img img {
  width: 100%;
}

/* line 27, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_info .section_title {
  margin-bottom: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 27, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area .about_info .section_title {
    margin-bottom: 2px;
  }
}

/* line 33, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_info p {
  color: #7A838B;
  font-size: 16px;
}

/* line 37, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_info .about_list {
  margin-bottom: 52px;
  margin-top: 10px;
}

/* line 41, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_info .about_list ul li {
  font-size: 16px;
  line-height: 32px;
  color: #040E27;
  font-weight: 400;
  position: relative;
  padding-left: 23px;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 41, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
  .about_area .about_info .about_list ul li {
    font-size: 14px;
    line-height: 28px;
  }
}

/* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_about.scss */
.about_area .about_info .about_list ul li::before {
  position: absolute;
  left: 0;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e8811a;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.counter_area {
  padding-bottom: 30px;
  padding-top: 12px;
}

/* line 4, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.counter_area .single_counter {
  margin-bottom: 54px;
}

@media (max-width: 767px) {
  /* line 4, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
  .counter_area .single_counter {
    text-align: center;
  }
}

/* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.counter_area .single_counter h3 {
  color: #F91842;
  font-weight: 400;
  font-size: 70px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  margin-bottom: 10px;
}

/* line 22, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.counter_area .single_counter p {
  color: #001D38;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
}

/* line 30, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.counter_area .border_bottom {
  border-bottom: 1px solid #EAEAEA;
}

/* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details {
  background-image: url(../img/banner/home_details.png);
  background-size: cover;
  background-position: center center;
  padding: 140px 0;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
  .home_details {
    padding: 80px 0;
  }
}

/* line 43, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .owl-carousel .owl-nav div {
  left: -147px;
  background: #DDDBD0;
  color: #001D38;
  border-color: transparent;
}

/* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .owl-carousel .owl-nav div.owl-next {
  left: auto;
  right: -147px;
}

/* line 57, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info {
  background: #fff;
  margin-top: 20px;
  padding: 50px 30px 30px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}

/* line 65, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner span.for_sale {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #FDAE5C;
  padding: 9px 21px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  top: -20px;
  left: 34px;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_header {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 13px;
  padding-bottom: 29px;
}

/* line 82, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_header h3 {
  color: #001D38;
  font-size: 24px;
  font-weight: 500;
}

/* line 91, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_header .popular_pro span {
  color: #919191;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 5px;
}

/* line 103, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content ul {
  margin-bottom: 20px;
}

/* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content ul li {
  display: inline-block;
  margin-right: 41px;
}

@media (max-width: 767px) {
  /* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
  .home_details .modern_home_info .modern_home_info_inner .info_content ul li {
    margin-right: 7px;
  }
}

/* line 111, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content ul li span {
  color: #001D38;
  font-size: 13px;
  font-weight: 400;
}

/* line 118, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content p {
  font-size: 15px;
  line-height: 28px;
  color: #727272;
  margin-bottom: 0;
  margin-bottom: 13px;
}

/* line 126, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content .prise_view_details span {
  color: #FF5748;
  font-size: 24px;
  font-weight: 500;
}

/* line 132, ../../Arafath/CL/December/234. Finance/HTML/scss/_counter.scss */
.home_details .modern_home_info .modern_home_info_inner .info_content .prise_view_details a {
  padding: 7px 23px;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area {
  padding: 10px 0;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area {
    padding: 5px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area {
    padding: 1px 0;
  }
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area .single_testmonial {
    display: block !important;
  }
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 228px;
  height: 228px;
}

/* line 18, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb .quote_icon {
  position: absolute;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #33D4D6;
  color: #fff;
  text-align: center;
  line-height: 58px;
  right: 0;
  bottom: 0;
}

/* line 34, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info {
  padding-left: 66px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  /* line 34, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area .single_testmonial .info {
    padding: 0;
    margin-top: 10px;
  }
}

/* line 41, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info p {
  font-size: 18px;
  color: #040E27;
  line-height: 32px;
  margin-bottom: 18px;
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info span {
  color: #7A838B;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

/* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: 100%;
}

/* line 61, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div {
  font-size: 15px;
  line-height: 50px;
  border: 0;
  left: auto;
  background: #E6F3FF;
  color: #0A8CFF;
  right: 0;
  left: auto;
}

/* line 70, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div:hover {
  border: none;
  background: #84C5FF;
  color: #fff;
}

/* line 75, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-next {
  margin-top: -30px;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-prev {
  margin-top: 30px;
}

/* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion button {
  font-size: 16px;
  color: #0f2137;
  font-weight: 500;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
  #accordion button {
    font-size: 14px;
  }
}

/* line 11, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .card {
  margin-bottom: 15px;
  border-radius: 0;
  border-radius: 0 !important;
  margin-bottom: 30px;
}

/* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
}

@media (max-width: 767px) {
  /* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
  #accordion .card .card-header {
    padding: 4px 0;
  }
}

/* line 23, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .card .card-body {
  font-size: 16px;
  line-height: 28px;
  color: #888888;
  padding: 10px 30px 32px;
}

/* line 29, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .card .collapse {
  border-bottom: 1px solid #d7dbe3;
}

/* line 31, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .card .collapse.show {
  border-bottom: 1px solid transparent;
}

/* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion h5 {
  position: relative;
  z-index: 1;
}

/* line 65, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion h5 button.btn.btn-link:after {
  position: absolute;
  content: "\e648";
  top: 9px;
  right: 12px;
  height: auto;
  font-family: 'themify';
  color: #0f2137;
  font-size: 14px;
  left: -24px;
}

@media (max-width: 767px) {
  /* line 65, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
  #accordion h5 button.btn.btn-link:after {
    right: 10px;
  }
}

/* line 81, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion h5 button.btn.btn-link.collapsed:after {
  content: "\e64b";
  color: #0f2137;
  font-size: 14px;
}

/* line 88, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion h5 button i {
  height: 36px;
  width: 36px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  margin-right: 20px;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 767px) {
  /* line 88, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
  #accordion h5 button i {
    display: none;
  }
}

/* line 104, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion h5 button.btn.btn-link.collapsed i {
  background: #f4f7f9;
  color: #0f2137;
}

@media (max-width: 767px) {
  /* line 104, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
  #accordion h5 button.btn.btn-link.collapsed i {
    display: none;
  }
}

/* line 116, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .btn-link:hover {
  color: #182028;
  text-decoration: none;
}

/* line 120, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion.scss */
#accordion .btn {
  text-align: left !important;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area {
  position: relative;
}

/* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area.extra_padding {
  margin-top: 150px;
}

@media (max-width: 767px) {
  /* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area.extra_padding {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area.extra_padding {
    margin-top: 100px;
  }
}

@media (min-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area {
    height: 700px !important;
  }
}

/* line 15, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area::before {
  position: absolute;
  left: 0;
  width: 50%;
  top: 0;
  height: 100%;
  content: '';
  background-image: url(../img/faq/faq.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  /* line 15, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area::before {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 15, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area::before {
    display: none;
  }
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

/* line 40, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .accordion_thumb {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 68px;
}

@media (max-width: 767px) {
  /* line 40, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area .accordion_thumb {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 40, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area .accordion_thumb {
    padding-left: 0;
  }
}

/* line 50, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .accordion_thumb img {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

/* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask {
  padding-top: 130px;
  padding-bottom: 130px;
}

@media (max-width: 767px) {
  /* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area .faq_ask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area .faq_ask {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask h3 {
  font-size: 44px;
  font-weight: 400;
  color: #040E27;
  margin-bottom: 50px;
}

/* line 73, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: none;
  border-radius: .25rem;
  border-bottom: 1px solid #E8E8E8 !important;
}

/* line 90, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion .card .card-header {
  background-color: transparent;
  padding: 4px 14px;
  border: none;
}

/* line 95, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion button {
  font-size: 18px;
  color: #040E27 !important;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  /* line 99, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
  .accordion_area .faq_ask #accordion button span {
    display: none;
  }
}

/* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion .card .card-header {
  background-color: transparent;
  padding: 4px 30px;
}

/* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion .card .card-body {
  font-size: 15px;
  line-height: 28px;
  color: #727272;
  padding: 10px 30px 32px;
  font-weight: 400;
  line-height: 28px;
}

/* line 129, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .faq_ask #accordion .btn-link.focus, .accordion_area .faq_ask #accordion .btn-link:focus {
  text-decoration: none;
  border-color: transparent;
  box-shadow: none;
}

/* line 137, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0;
  border-radius: .25rem;
  margin-bottom: 9px !important;
}

/* line 154, ../../Arafath/CL/December/234. Finance/HTML/scss/_accordion_area.scss */
.accordion_area .btn {
  white-space: normal !important;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: "Roboto", sans-serif;
}

/* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox] {
  display: none;
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox] + label:before {
  content: "\2714";
  border: 0.1em solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 5px;
  padding-bottom: 5px;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

/* line 28, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox] + label:active:before {
  transform: scale(0);
}

/* line 32, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox]:checked + label:before {
  background-color: #F91842;
  border-color: #F91842;
  color: #fff;
}

/* line 38, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

/* line 43, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}

/* line 49, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type="checkbox"] + label::before {
  content: "\2714";
  border: 0.1em solid #D5D5D5;
  border-radius: 0.2em;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-left: 0;
  padding-bottom: 0;
  margin-right: 0;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  line-height: 18px;
  padding: 0 3px;
  margin-right: 12px;
}

/* line 67, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
input[type="checkbox"] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
}

/* line 81, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #FFD5DC;
  border: none;
  border-radius: 0;
  height: 2px;
}

/* line 88, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  background: #2ecaf9 !important;
  border-radius: 5px;
  font-size: 21px;
  border: none !important;
  box-shadow: none;
  border: 1px solid #F91842 !important;
  width: 14px;
  height: 16px;
  background: #fff !important;
}

/* line 101, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
.last_range label {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #001D38;
  font-weight: 400;
}

/* line 108, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
p #amount {
  font-size: 14px;
  color: #919191 !important;
  font-family: "Roboto", sans-serif;
  font-weight: 400 !important;
}

/* line 115, ../../Arafath/CL/December/234. Finance/HTML/scss/_check.scss */
#slider-range {
  margin: 15px 0;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area {
  padding-top: 150px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .gallery_area {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .gallery_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery {
  overflow: hidden;
  position: relative;
}

/* line 15, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery img {
  width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/* line 20, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery .gallery_hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: table;
  text-align: center;
  background: rgba(40, 174, 96, 0.7);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
}

/* line 33, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery .gallery_hover .hover_inner {
  display: table-cell;
  vertical-align: middle;
}

/* line 36, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery .gallery_hover .hover_inner h3 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
}

/* line 41, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery .gallery_hover .hover_inner span {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

/* line 49, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery:hover .gallery_hover {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  visibility: visible;
  opacity: 1;
}

/* line 54, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .single-gallery:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* line 59, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.gallery_area .More_Works_btn {
  margin-top: 40px;
}

/* line 64, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area {
  padding-top: 280px;
  padding-bottom: 150px;
}

@media (max-width: 767px) {
  /* line 64, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .portfolio_details_area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 64, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .portfolio_details_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 76, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area .portfolio_details_thumb img {
  width: 100%;
}

/* line 81, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area .portfolio_details_content span {
  font-size: 14px;
  font-weight: 300;
  color: #919191;
}

/* line 86, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area .portfolio_details_content h3 {
  color: #2C2C2C;
  font-size: 36px;
  font-weight: 400;
  line-height: 55px;
  margin-top: 15px;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 86, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .portfolio_details_area .portfolio_details_content h3 {
    font-size: 25px;
    line-height: 40px;
  }
}

/* line 98, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area .portfolio_details_content h4 {
  font-size: 20px;
  font-weight: 400;
  color: #2C2C2C;
}

/* line 103, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.portfolio_details_area .portfolio_details_content p {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #727272;
  line-height: 28px;
}

/* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.mt-50 {
  margin-top: 50px;
}

@media (max-width: 767px) {
  /* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .mt-50 {
    margin-top: 30px;
  }
}

/* line 118, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  /* line 118, ../../Arafath/CL/December/234. Finance/HTML/scss/_gallery.scss */
  .mb-50 {
    margin-bottom: 30px;
  }
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer {
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #050114;
}

/* line 7, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer p {
  font-family: "Roboto", sans-serif !important;
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .footer_top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 17, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget {
    margin-bottom: 30px;
  }
}

/* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_title {
  font-size: 18px;
  font-weight: 500;
  color: #e8811a;
  text-transform: capitalize;
  margin-bottom: 40px;
  font-family: "Roboto", sans-serif;
}

@media (max-width: 767px) {
  /* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_title {
    margin-bottom: 20px;
  }
}

/* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .footer_logo {
  font-size: 22px;
  font-weight: 400;
  color: #040E27;
  text-transform: capitalize;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .footer_top .footer_widget .footer_logo {
    margin-bottom: 20px;
  }
}

/* line 45, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

/* line 51, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a {
  color: #fff;
}

/* line 53, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p a:hover {
  color: #ffff;
}

/* line 59, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text {
  font-size: 16px;
  color: #B2B2B2;
  margin-bottom: 23px;
  font-weight: 400;
  line-height: 28px;
}

/* line 65, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain {
  color: #B2B2B2;
  font-weight: 400;
}

/* line 68, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text a.domain:hover {
  color: #040E27;
  border-bottom: 1px solid #040E27;
}

/* line 74, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a {
  font-weight: 500;
  color: #B2B2B2;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a:hover {
  color: #040E27;
  border-bottom: 1px solid #040E27;
}

/* line 82, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget p.footer_text.doanar a.first {
  margin-bottom: 10px;
}

/* line 90, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li {
  color: #7A838B;
  font-size: 13px;
  line-height: 42px;
}

/* line 94, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a {
  color: #fff;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 98, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget ul li a:hover {
  color: orange !important;
}

/* line 104, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form {
  position: relative;
  margin-bottom: 20px;
}

/* line 107, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input {
  width: 100%;
  height: 50px;
  background: transparent;
  padding-left: 20px;
  font-size: 15px;
  color: #040E27;
  border: none;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-family: "Roboto", sans-serif;
}

/* line 118, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input::placeholder {
  font-size: 14px;
  color: #7A838B;
}

/* line 122, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form input:focus {
  outline: none;
}

/* line 126, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  border: none;
  font-size: 14px;
  color: #fff;
  background: #0A8CFF;
  padding: 10px;
  padding: 0 22px;
  cursor: pointer;
  border-radius: 5px;
  top: 5px;
  right: 5px;
  font-size: 13px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/* line 146, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .footer_top .footer_widget .newsletter_text {
  font-size: 13px;
  color: #7A838B;
  line-height: 26px;
}

/* line 153, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .copy-right_text {
  padding-bottom: 30px;
}

/* line 155, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right {
  font-size: 15px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 500;
}

@media (max-width: 767px) {
  /* line 155, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .copy-right_text .copy_right {
    font-size: 13px;
  }
}

/* line 163, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .copy-right_text .copy_right a {
  color:#e8811a;
}

/* line 168, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .socail_links {
  margin-top: 47px;
}

@media (max-width: 767px) {
  /* line 168, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
  .footer .socail_links {
    margin-top: 30px;
  }
}

/* line 174, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .socail_links ul li {
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 177, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .socail_links ul li a {
  font-size: 15px;
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 40px !important;
  margin-right: 7px;
  color: #fff !important;
  line-height: 40px !important;
  background: transparent;
  color: #fff !important;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff;
}

/* line 193, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .socail_links ul li a i {
  font-size: 15px;
  line-height: 40px;
  position: relative;
  top: -1px;
}

/* line 201, ../../Arafath/CL/December/234. Finance/HTML/scss/_footer.scss */
.footer .socail_links ul li:hover a {
  color: #fff !important;
  background: #0A8CFF;
  border-color: transparent;
  border: 1px solid #0A8CFF;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_bg_1 {
  background-image: url(../img/banner/bradcam.png);
}

/* line 4, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_bg_2 {
  background-image: url(../img/banner/bradcam2.png);
}

/* line 7, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_bg_3 {
  background-image: url(../img/banner/bradcam3.png);
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area {
  background-size: cover;
  background-position: center center;
  padding: 224px 0 153px 0;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 120px 0;
  }
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background: #040E27;
  opacity: .7;
}

@media (max-width: 767px) {
  /* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
  .bradcam_area {
    padding: 150px 0 60px 0;
  }
}

/* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area h3 {
  font-size: 60px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: capitalize;
}

@media (max-width: 767px) {
  /* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
  .bradcam_area h3 {
    font-size: 30px;
  }
}

/* line 45, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area p {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  text-transform: capitalize;
}

/* line 50, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area p a {
  color: #fff;
}

/* line 52, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area p a:hover {
  color: #fff;
}

/* line 58, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area .icon {
  background: #FF5748;
  width: 136px;
  height: 136px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 136px;
  margin: auto;
}

/* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area .icon i {
  color: #fff;
  font-size: 68px;
}

/* line 72, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area h4 {
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin: 10px 0;
}

@media (max-width: 767px) {
  /* line 72, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
  .bradcam_area h4 {
    font-size: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 72, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
  .bradcam_area h4 {
    font-size: 40px;
  }
}

/* line 84, ../../Arafath/CL/December/234. Finance/HTML/scss/_bradcam.scss */
.bradcam_area p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area {
  padding: 30px 0;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area {
    padding: 10px 0;
  }
}

@media (max-width: 767px) {
  /* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area .single_testmonial {
    display: block !important;
  }
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb {
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 228px;
  height: 228px;
}

/* line 18, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .thumb .quote_icon {
  position: absolute;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e8811a;
  color: #fff;
  text-align: center;
  line-height: 58px;
  right: 0;
  bottom: 0;
}

/* line 34, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info {
  padding-left: 66px;
  padding-right: 15px;
}

@media (max-width: 767px) {
  /* line 34, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
  .testimonial_area .single_testmonial .info {
    padding: 0;
    margin-top: 10px;
  }
}

/* line 41, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info p {
  font-size: 18px;
  color: #040E27;
  line-height: 32px;
  margin-bottom: 18px;
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .single_testmonial .info span {
  color: #7A838B;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

/* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

/* line 61, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div {
  font-size: 15px;
  line-height: 50px;
  border: 0;
  left: auto;
  background:#152638;
  color: #fff;
  right: 0;
  left: auto;
}

/* line 70, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div:hover {
  border: none;
  background: #152638;
  color: #fff;
}

/* line 75, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-next {
  margin-top: -30px;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_testmonial.scss */
.testimonial_area .owl-carousel .owl-nav div.owl-prev {
  margin-top: 30px;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area {
  padding-top: 5px;
  padding-bottom: 2px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
  .service_area {
    padding-top: 50px;
    padding-bottom: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
  .service_area {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}

/* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a8cff+0,054680+100 */
  background: #0a8cff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #0a8cff 0%, #054680 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #0a8cff 0%, #054680 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #0a8cff 0%, #054680 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a8cff', endColorstr='#054680',GradientType=0 );
  /* IE6-9 */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_icon {
  margin: 50px auto 43px auto;
  display: inline-block;
}

/* line 26, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .info span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}

/* line 33, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .info h3 {
  color: #33D4D6;
  font-weight: 400;
  font-size: 30px;
}

/* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_content {
  padding: 30px 50px 50px 50px;
  margin-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

@media (min-width: 992px) and (max-width: 1200px) {
  /* line 39, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
  .service_area .single_service .service_content {
    padding: 30px 23px 50px 23px;
  }
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_content ul li {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  position: relative;
  z-index: 0;
  padding-left: 18px;
}

/* line 55, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_content ul li::before {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #33D4D6;
}

/* line 68, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_content .apply_btn {
  margin-top: 40px;
}

/* line 70, ../../Arafath/CL/December/234. Finance/HTML/scss/_service.scss */
.service_area .single_service .service_content .apply_btn button {
  width: 100%;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
.works_area {
  padding-top: 150px;
  padding-bottom: 120px;
  background: #F5FBFF;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
  .works_area {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}

/* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
.works_area .single_works {
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  /* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
  .works_area .single_works {
    padding-right: 25px;
  }
}

/* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
.works_area .single_works span {
  display: inline-block;
  width: 72px;
  height: 72px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #DDF0FF;
  color: #0A8CFF;
  text-align: center;
  line-height: 72px;
  font-size: 16px;
  font-weight: 500;
}

/* line 28, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
.works_area .single_works h3 {
  font-size: 24px;
  color: #040E27;
  font-weight: 400;
  margin-top: 20px;
  margin-bottom: 15px;
}

/* line 35, ../../Arafath/CL/December/234. Finance/HTML/scss/_works.scss */
.works_area .single_works p {
  color: #7A838B;
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
.apply_loan {
  background-image: url(../img/Online-REGISTRATION.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 77px 0;
}

/* line 6, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
.apply_loan.overlay::before {
  opacity: .7;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
  .apply_loan {
    padding: 100px 0;
  }
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
.apply_loan .loan_text h3 {
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  line-height: 56px;
}

@media (max-width: 767px) {
  /* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
  .apply_loan .loan_text h3 {
    font-size: 24px;
    line-height: 1.4;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
  .apply_loan .loan_text h3 {
    font-size: 34px;
    line-height: 1.4;
  }
}

/* line 29, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
.apply_loan .loan_btn {
  text-align: right;
}

@media (max-width: 767px) {
  /* line 29, ../../Arafath/CL/December/234. Finance/HTML/scss/_loan.scss */
  .apply_loan .loan_btn {
    text-align: left;
    margin-top: 30px;
  }
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
.brad_area {
  padding-bottom: 30px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
  .brad_area {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
  .brad_area {
    padding-bottom: 50px;
  }
}
h5
{
  color:#f0f1f3;
}

/* line 9, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
.brad_area .single_brand {
  text-align: center;
}

/* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
.brad_area .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
  .brad_area .owl-carousel .owl-item img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_brand.scss */
  .brad_area .owl-carousel .owl-item img {
    width: 100%;
  }
}

/* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
  .apply_form_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 1, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
  .apply_form_area {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form {
  border: 1px solid #E8E8E8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 50px;
}

@media (max-width: 767px) {
  /* line 12, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
  .apply_form_area .apply_form {
    padding: 25px;
  }
}

/* line 19, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .apply_info_text {
  margin-bottom: 40px;
}

/* line 21, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .apply_info_text h3 {
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 21px;
}

/* line 26, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .apply_info_text p {
  margin-bottom: 0;
}

/* line 31, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .single_field input, .apply_form_area .apply_form .single_field textarea {
  width: 100%;
  height: 50px;
  border: 1px solid #E8E8E8;
  padding: 14px 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 15px;
}

/* line 38, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .single_field input::placeholder, .apply_form_area .apply_form .single_field textarea::placeholder {
  color: #7A838B;
  font-weight: 400;
  font-size: 16px;
}

/* line 43, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .single_field input:focus, .apply_form_area .apply_form .single_field textarea:focus {
  outline: none;
}

/* line 47, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .apply_form .single_field textarea {
  height: 192px;
}

/* line 53, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .pay_text p {
  font-size: 16px;
  color: #7A838B;
  font-weight: 400;
  margin: 8px 0 27px 0;
}

/* line 58, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .pay_text p span {
  color: #040E27;
}

/* line 63, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .nice-select {
  white-space: normal;
  width: auto;
  height: 50px !important;
  margin-bottom: 15px;
  width: 100%;
  line-height: 50px !important;
  font-size: 16px;
  color: #7A838B;
}

/* line 73, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .nice-select:active, .apply_form_area .nice-select.open, .apply_form_area .nice-select:focus {
  border-color: #E8E8E8;
}

/* line 76, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .submit_btn {
  margin-top: 30px;
}

/* line 78, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
.apply_form_area .submit_btn button {
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  /* line 85, ../../Arafath/CL/December/234. Finance/HTML/scss/_apply.scss */
  .gj-picker.gj-picker-md.datepicker.gj-unselectable {
    position: absolute;
    left: 15px !important;
    right: 15px !important;
  }
}

/*=================== contact banner start ====================*/
/* line 3, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info {
  margin-bottom: 25px;
}

/* line 13, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info__icon {
  margin-right: 20px;
}

/* line 16, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info__icon i, .contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

/* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

/* line 30, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info .media-body h3 a:hover {
  color: #ff5e13;
}

/* line 36, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
/* line 45, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* line 53, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact label {
  font-size: 14px;
}

/* line 57, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact .form-group {
  margin-bottom: 30px;
}

/* line 61, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 69, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 74, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 80, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */
/* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.modal-message .modal-dialog {
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) !important;
  margin: 0px;
  max-width: 500px;
  width: 100%;
}

/* line 106, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header {
  text-align: center;
  display: block;
  border-bottom: none;
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: -15px;
  top: -15px;
  padding: 0px;
  color: #fff;
  opacity: 1;
  cursor: pointer;
}

/* line 121, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header h2 {
  display: block;
  text-align: center;
  padding-bottom: 10px;
}

/* line 126, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.modal-message .modal-dialog .modal-content .modal-header p {
  display: block;
}

/* line 133, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-section {
  padding: 130px 0 100px;
}

@media (max-width: 991px) {
  /* line 133, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
  .contact-section {
    padding: 70px 0 40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 133, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
  .contact-section {
    padding: 80px 0 50px;
  }
}

/* line 141, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-section .btn_2 {
  background-color: #191d34;
  padding: 18px 60px;
  border-radius: 50px;
  margin-top: 0;
}

/* line 146, ../../Arafath/CL/December/234. Finance/HTML/scss/_contact.scss */
.contact-section .btn_2:hover {
  background-color: #ff5e13;
}

/* line 75, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

/* line 80, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

/* line 85, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
b,
sup,
sub,
u,
del {
  color: #ff5e13;
}

/* line 93, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h1 {
  font-size: 36px;
}

/* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h2 {
  font-size: 30px;
}

/* line 101, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h3 {
  font-size: 24px;
}

/* line 105, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h4 {
  font-size: 18px;
}

/* line 109, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h5 {
  font-size: 16px;
}

/* line 113, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h6 {
  font-size: 14px;
}

/* line 117, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
}

/* line 127, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

/* line 137, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.button-area {
  background: #fff;
}

/* line 138, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

/* line 146, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

/* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

/* line 155, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* line 166, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn:focus {
  outline: none;
}

/* line 169, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

/* line 173, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.large {
  line-height: 45px;
}

/* line 176, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.medium {
  line-height: 30px;
}

/* line 179, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.small {
  line-height: 25px;
}

/* line 182, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.radius {
  border-radius: 3px;
}

/* line 185, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.circle {
  border-radius: 20px;
}

/* line 188, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 195, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.arrow span {
  margin-left: 10px;
}

/* line 199, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 203, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 208, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 211, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 217, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.primary {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 221, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.primary:hover {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 227, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.primary-border {
  color: #ff5e13;
  border: 1px solid #ff5e13;
  background: #fff;
}

/* line 231, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.primary-border:hover {
  color: #fff;
  background: #ff5e13;
  border: 1px solid transparent;
}

/* line 237, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 241, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 247, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

/* line 251, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

/* line 257, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 261, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 267, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

/* line 271, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

/* line 277, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 281, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 287, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

/* line 291, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

/* line 297, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 301, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 307, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

/* line 311, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

/* line 317, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

/* line 322, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

/* line 328, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

/* line 333, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

/* line 339, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

/* line 347, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #ff5e13;
}

/* line 353, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */

/* line 357, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

/* line 361, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

/* line 365, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .country {
  width: 28.07%;
}

/* line 368, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .visit {
  width: 19.74%;
}

/* line 371, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

/* line 375, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-head {
  display: flex;
}

/* line 377, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

/* line 387, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

/* line 391, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

/* line 399, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .country img {
  margin-right: 15px;
}

/* line 404, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

/* line 408, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

/* line 411, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

/* line 414, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

/* line 417, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

/* line 420, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

/* line 423, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

/* line 426, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

/* line 429, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

/* line 432, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

/* line 441, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

/* line 449, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.list-style {
  width: 14px;
  height: 14px;
}

/* line 455, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

/* line 459, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #ff5e13;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

/* line 473, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list {
  margin-left: 30px;
}

/* line 475, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 480, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 488, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 494, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 502, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #ff5e13;
  font-weight: 500;
  line-height: 1.82em !important;
}

/* line 508, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

/* line 515, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 523, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input:focus {
  outline: none;
}

/* line 528, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.input-group-icon {
  position: relative;
}

/* line 530, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

/* line 535, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.input-group-icon .icon i {
  color: #797979;
}

/* line 540, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.input-group-icon .single-input {
  padding-left: 45px;
}

/* line 545, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

/* line 555, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-textarea:focus {
  outline: none;
}

/* line 560, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 568, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-primary:focus {
  outline: none;
  border: 1px solid #ff5e13;
}

/* line 574, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 582, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

/* line 588, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

/* line 596, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

/* line 602, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 609, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/* line 619, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-switch input + label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ff5e13;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 632, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-switch input:checked + label {
  left: 19px;
}

/* line 639, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 646, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 655, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 663, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

/* line 677, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 693, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input:checked + label:after {
  left: 19px;
}

/* line 696, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-switch input:checked + label:before {
  background: #ff5e13;
}

/* line 704, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 711, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 720, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

/* line 728, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

/* line 742, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input + label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

/* line 758, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:after {
  left: 19px;
}

/* line 761, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-switch input:checked + label:before {
  background: #4cd3e3;
}

/* line 769, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 776, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 785, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 798, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-checkbox input:checked + label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

/* line 806, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 813, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 822, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 835, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-checkbox input:checked + label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

/* line 843, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 850, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 859, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-checkbox input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 871, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 876, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-checkbox input:checked + label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

/* line 884, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 891, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 900, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 913, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.primary-radio input:checked + label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 921, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 928, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 937, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 950, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.confirm-radio input:checked + label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 958, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

/* line 965, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

/* line 974, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-radio input + label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

/* line 986, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

/* line 991, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.disabled-radio input:checked + label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

/* line 999, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select {
  height: 40px;
}

/* line 1001, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

/* line 1008, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1015, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

/* line 1022, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1026, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1033, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1037, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.default-select .nice-select::after {
  right: 20px;
}

/* line 1042, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select {
  height: 40px;
  width: 100%;
}

/* line 1045, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

/* line 1053, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

/* line 1060, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

/* line 1067, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select .list .option.selected {
  color: #ff5e13;
  background: transparent;
}

/* line 1071, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select .list .option:hover {
  color: #ff5e13;
  background: transparent;
}

/* line 1078, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

/* line 1082, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.form-select .nice-select::after {
  right: 20px;
}

/* line 1086, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.mt-10 {
  margin-top: 10px;
}

/* line 1089, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

/* line 1093, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.mb-30 {
  margin-bottom: 30px;
}

/* line 1096, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.mt-30 {
  margin-top: 30px;
}

/* line 1099, ../../Arafath/CL/December/234. Finance/HTML/scss/_elements.scss */
.switch-wrap {
  margin-bottom: 10px;
}

/* Start Blog Area css
============================================================================================ */
/* line 5, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.latest-blog-area .area-heading {
  margin-bottom: 70px;
}

/* line 10, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_area a {
  color: #666666 !important;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 14, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_area a:hover, .blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #33D4D6 0%, #33D4D6 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 28, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

/* line 32, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

/* line 36, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 49, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

/* line 56, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 66, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

/* line 74, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

/* line 84, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

@media (max-width: 1199px) {
  /* line 74, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog .tag {
    margin-right: 8px;
  }
  /* line 98, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog .tag:after {
    display: none;
  }
}

/* line 104, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .likes {
  margin-right: 16px;
}

@media (max-width: 800px) {
  /* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog {
    margin-bottom: 30px;
  }
}

/* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .single-blog-content {
  padding: 30px;
}

/* line 116, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom p {
  font-size: 13px;
  font-weight: 300;
}

/* line 121, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog .single-blog-content .meta-bottom i {
  color: #fdcb9e;
  font-size: 13px;
  margin-right: 7px;
}

@media (max-width: 1199px) {
  /* line 112, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog .single-blog-content {
    padding: 15px;
  }
}

/* line 135, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width: 1199px) {
  /* line 143, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog h4 {
    transition: all 300ms linear 0s;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 14px;
    margin-bottom: 12px;
  }
  /* line 149, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-blog h4 a {
    font-size: 18px;
  }
}

/* line 157, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog {
  position: relative;
}

/* line 160, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog .single-blog-content {
  position: absolute;
  left: 35px;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (min-width: 992px) {
  /* line 160, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .full_image.single-blog .single-blog-content {
    bottom: 100px;
  }
}

/* line 179, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog h4 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-bottom: none;
  padding-bottom: 5px;
}

/* line 185, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

/* line 195, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog .date {
  color: #fff;
}

/* line 200, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.full_image.single-blog:hover .single-blog-content {
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* End Blog Area css
============================================================================================ */
/* Latest Blog Area css
============================================================================================ */
/* line 224, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date {
  margin-top: 24px;
  margin-bottom: 15px;
}

/* line 228, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text .date a {
  font-size: 12px;
}

/* line 234, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text h4 {
  font-size: 18px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 247, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.l_blog_item .l_blog_text p {
  margin-bottom: 0px;
  padding-top: 20px;
}

/* End Latest Blog Area css
============================================================================================ */
/* Causes Area css
============================================================================================ */
/* line 263, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_slider .owl-dots {
  text-align: center;
  margin-top: 80px;
}

/* line 267, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  background: #eeeeee;
  display: inline-block;
  margin-right: 7px;
}

/* line 274, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_slider .owl-dots .owl-dot:last-child {
  margin-right: 0px;
}

/* line 285, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item {
  background: #fff;
}

/* line 288, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_img {
  position: relative;
}

/* line 291, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent {
  position: absolute;
  bottom: 0px;
  width: 100%;
  left: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}

/* line 299, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span {
  width: 70%;
  height: 3px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

/* line 307, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_img .c_parcent span:before {
  content: "75%";
  position: absolute;
  right: -10px;
  bottom: 0px;
  color: #fff;
  padding: 0px 5px;
}

/* line 320, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_text {
  padding: 30px 35px 40px 30px;
}

/* line 323, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_text h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  cursor: pointer;
}

/* line 336, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_text p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  margin-bottom: 0px;
}

/* line 346, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_bottom a {
  width: 50%;
  border: 1px solid;
  text-align: center;
  float: left;
  line-height: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 358, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.causes_item .causes_bottom a + a {
  border-color: #eeeeee;
  background: #fff;
  font-size: 14px;
}

/* End Causes Area css
============================================================================================ */
/*================= latest_blog_area css =============*/
/* line 374, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.latest_blog_area {
  background: #f9f9ff;
}

/* line 378, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post {
  margin-bottom: 30px;
}

/* line 381, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb {
  overflow: hidden;
}

/* line 384, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post .thumb img {
  transition: all 0.7s linear;
}

/* line 389, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post .details {
  padding-top: 30px;
}

/* line 392, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post .details .sec_h4 {
  line-height: 24px;
  padding: 10px 0px 13px;
  transition: all 0.3s linear;
}

/* line 403, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post .date {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

/* line 410, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-recent-blog-post:hover img {
  transform: scale(1.23) rotate(10deg);
}

/* line 417, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.tags .tag_btn {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid #eeeeee;
  display: inline-block;
  padding: 1px 18px;
  text-align: center;
}

/* line 431, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.tags .tag_btn + .tag_btn {
  margin-left: 2px;
}

/*========= blog_categorie_area css ===========*/
/* line 438, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_categorie_area {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 900px) {
  /* line 438, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 1100px) {
  /* line 438, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_categorie_area {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

/* line 454, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post {
  position: relative;
  text-align: center;
  cursor: pointer;
}

/* line 459, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post img {
  max-width: 100%;
}

/* line 463, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post .categories_details {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: rgba(34, 34, 34, 0.75);
  color: #fff;
  transition: all 0.3s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 476, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post .categories_details h5 {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #fff;
  position: relative;
}

/* line 494, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post .categories_details p {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 0px;
}

/* line 501, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post .categories_details .border_line {
  margin: 10px 0px;
  background: #fff;
  width: 100%;
  height: 1px;
}

/* line 510, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.categories_post:hover .categories_details {
  background: rgba(222, 99, 32, 0.85);
}

/*============ blog_left_sidebar css ==============*/
/* line 525, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_item {
  margin-bottom: 50px;
}

/* line 529, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_details {
  padding: 30px 0 20px 10px;
  box-shadow: 0px 10px 20px 0px rgba(221, 221, 221, 0.3);
}

@media (min-width: 768px) {
  /* line 529, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_details {
    padding: 60px 30px 35px 35px;
  }
}

/* line 537, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_details p {
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

/* line 542, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_details a {
  color: #ff8b23;
}

/* line 545, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_details a:hover {
  color: #33D4D6;
}

/* line 550, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_details h2 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 550, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_details h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* line 564, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link li {
  float: left;
  font-size: 14px;
}

/* line 568, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link li a {
  color: #999999;
}

/* line 572, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link li i,
.blog-info-link li span {
  font-size: 13px;
  margin-right: 5px;
}

/* line 578, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link li::after {
  content: "|";
  padding-left: 10px;
  padding-right: 10px;
}

/* line 584, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link li:last-child::after {
  display: none;
}

/* line 589, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-info-link::after {
  content: "";
  display: block;
  clear: both;
  display: table;
}

/* line 597, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_item_img {
  position: relative;
}

/* line 600, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date {
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  color: #fff;
  background-color: #33D4D6;
  padding: 8px 15px;
  border-radius: 5px;
}

@media (min-width: 768px) {
  /* line 600, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date {
    bottom: -20px;
    left: 40px;
    padding: 13px 30px;
  }
}

/* line 616, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date h3 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.2;
}

@media (min-width: 768px) {
  /* line 616, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date h3 {
    font-size: 30px;
  }
}

/* line 628, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_item_img .blog_item_date p {
  font-size: 18px;
  margin-bottom: 0;
  color: #fff;
}

@media (min-width: 768px) {
  /* line 628, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .blog_item_img .blog_item_date p {
    font-size: 18px;
  }
}

/* line 648, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
}

/* line 653, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .widget_title::after {
  content: "";
  display: block;
  padding-top: 15px;
  border-bottom: 1px solid #f0e9ff;
}

/* line 661, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget {
  background: #fbf9ff;
  padding: 30px;
  margin-bottom: 30px;
}

/* line 665, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .single_sidebar_widget .btn_1 {
  margin-top: 0px;
}

/* line 673, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
  border-right: 0;
}

/* line 682, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control::placeholder {
  color: #999999;
}

/* line 686, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 695, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 702, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .search_widget .input-group button i,
.blog_right_sidebar .search_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 714, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control {
  height: 50px;
  border-color: #f0e9ff;
  font-size: 13px;
  color: #999999;
  padding-left: 20px;
  border-radius: 0;
}

/* line 723, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control::placeholder {
  color: #999999;
}

/* line 727, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .form-control:focus {
  border-color: #f0e9ff;
  outline: 0;
  box-shadow: none;
}

/* line 736, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button {
  background: #fff;
  border-left: 0;
  border: 1px solid #f0e9ff;
  padding: 4px 15px;
  border-left: 0;
}

/* line 743, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .newsletter_widget .input-group button i,
.blog_right_sidebar .newsletter_widget .input-group button span {
  font-size: 14px;
  color: #999999;
}

/* line 756, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li {
  border-bottom: 1px solid #f0e9ff;
  transition: all 0.3s ease 0s;
  padding-bottom: 12px;
}

/* line 761, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li:last-child {
  border-bottom: 0;
}

/* line 765, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a {
  font-size: 14px;
  line-height: 20px;
  color: #888888;
}

/* line 770, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li a p {
  margin-bottom: 0px;
}

/* line 775, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .post_category_widget .cat-list li + li {
  padding-top: 15px;
}

/* line 792, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body {
  justify-content: center;
  align-self: center;
  padding-left: 20px;
}

/* line 797, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body h3 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 6px;
  transition: all 0.3s linear;
}

/* line 808, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body a:hover {
  color: #fff;
}

/* line 814, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item .media-body p {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}

/* line 821, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .popular_post_widget .post_item + .post_item {
  margin-top: 20px;
}

/* line 829, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li {
  display: inline-block;
}

/* line 832, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a {
  display: inline-block;
  border: 1px solid #eeeeee;
  background: #fff;
  padding: 4px 20px;
  margin-bottom: 8px;
  margin-right: 3px;
  transition: all 0.3s ease 0s;
  color: #888888;
  font-size: 13px;
}

/* line 843, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .tag_cloud_widget ul li a:hover {
  background: #33D4D6;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 858, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row {
  display: flex;
  margin-right: -6px;
  margin-left: -6px;
}

/* line 864, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .instagram_feeds .instagram_row li {
  width: 33.33%;
  float: left;
  padding-right: 6px;
  padding-left: 6px;
  margin-bottom: 15px;
}

/* line 964, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog_right_sidebar .br {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 30px 0px;
}

/* line 985, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-pagination {
  margin-top: 80px;
}

/* line 989, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-pagination .page-link {
  font-size: 14px;
  position: relative;
  display: block;
  padding: 0;
  text-align: center;
  margin-left: -1px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  border-radius: 0 !important;
  color: #8a8a8a;
  border: 1px solid #f0e9ff;
  margin-right: 10px;
}

/* line 1006, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-pagination .page-link i,
.blog-pagination .page-link span {
  font-size: 13px;
}

/* line 1018, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-pagination .page-item.active .page-link {
  background-color: #fbf9ff;
  border-color: #f0e9ff;
  color: #888888;
}

/* line 1025, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.blog-pagination .page-item:last-child .page-link {
  margin-right: 0;
}

/*============ Start Blog Single Styles  =============*/
/* line 1050, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  box-shadow: none;
  padding: 0;
}

/* line 1055, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .social-links {
  padding-top: 10px;
}

/* line 1058, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .social-links li {
  display: inline-block;
  margin-bottom: 10px;
}

/* line 1062, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .social-links li a {
  color: #cccccc;
  padding: 7px;
  font-size: 14px;
  transition: all 0.2s linear;
}

/* line 1075, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog_details {
  padding-top: 26px;
}

/* line 1078, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog_details p {
  margin-bottom: 20px;
  font-size: 15px;
}

/* line 1088, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .quote-wrapper {
  background: rgba(130, 139, 178, 0.1);
  padding: 15px;
  line-height: 1.733;
  color: #888888;
  font-style: italic;
  margin-top: 25px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  /* line 1088, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .quote-wrapper {
    padding: 30px;
  }
}

/* line 1102, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .quotes {
  background: #fff;
  padding: 15px 15px 15px 20px;
  border-left: 2px solid;
  font-family: "Roboto", sans-serif;
}

@media (min-width: 768px) {
  /* line 1102, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .quotes {
    padding: 25px 25px 25px 30px;
  }
}

/* line 1112, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .arrow {
  position: absolute;
}

/* line 1115, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .arrow .lnr {
  font-size: 20px;
  font-weight: 600;
}

/* line 1122, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.8);
}

/* line 1127, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top {
  padding-top: 15px;
  border-top: 1px solid #f0e9ff;
}

/* line 1131, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top p {
  margin-bottom: 0;
}

/* line 1135, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info {
  font-size: 14px;
}

/* line 1138, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .like-info i,
.single-post-area .navigation-top .like-info span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1145, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count {
  font-size: 14px;
}

/* line 1148, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .comment-count i,
.single-post-area .navigation-top .comment-count span {
  font-size: 16px;
  margin-right: 5px;
}

/* line 1157, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li {
  display: inline-block;
  margin-right: 15px;
}

/* line 1161, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li:last-child {
  margin: 0;
}

/* line 1165, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-top .social-icons li i,
.single-post-area .navigation-top .social-icons li span {
  font-size: 14px;
  color: #999999;
}

/* line 1183, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author {
  padding: 40px 30px;
  background: #fbf9ff;
  margin-top: 50px;
}

@media (max-width: 600px) {
  /* line 1183, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .blog-author {
    padding: 20px 8px;
  }
}

/* line 1192, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  margin-right: 30px;
}

@media (max-width: 600px) {
  /* line 1192, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .blog-author img {
    margin-right: 15px;
    width: 45px;
    height: 45px;
  }
}

/* line 1205, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author a {
  display: inline-block;
}

/* line 1209, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author a:hover {
  color: #33D4D6;
}

/* line 1214, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author p {
  margin-bottom: 0;
  font-size: 15px;
}

/* line 1219, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .blog-author h4 {
  font-size: 16px;
}

/* line 1226, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-top: 55px;
}

/* line 1231, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area p {
  margin-bottom: 0px;
}

/* line 1235, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area h4 {
  font-size: 18px;
  line-height: 25px;
}

/* line 1241, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left {
  text-align: left;
}

/* line 1244, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb {
  margin-right: 20px;
  background: #000;
}

/* line 1248, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1253, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left .lnr {
  margin-left: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1260, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .lnr {
  opacity: 1;
}

/* line 1265, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-left:hover .thumb img {
  opacity: .5;
}

@media (max-width: 767px) {
  /* line 1241, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .navigation-area .nav-left {
    margin-bottom: 30px;
  }
}

/* line 1276, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right {
  text-align: right;
}

/* line 1279, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb {
  margin-left: 20px;
  background: #000;
}

/* line 1283, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .thumb img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1288, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right .lnr {
  margin-right: 20px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1295, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .lnr {
  opacity: 1;
}

/* line 1300, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.single-post-area .navigation-area .nav-right:hover .thumb img {
  opacity: .5;
}

@media (max-width: 991px) {
  /* line 1308, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .single-post-area .sidebar-widgets {
    padding-bottom: 0px;
  }
}

/* line 1315, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area {
  background: transparent;
  border-top: 1px solid #eee;
  padding: 45px 0;
  margin-top: 50px;
}

@media (max-width: 414px) {
  /* line 1315, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comments-area {
    padding: 50px 8px;
  }
}

/* line 1326, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area h4 {
  margin-bottom: 35px;
  font-size: 18px;
}

/* line 1333, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area h5 {
  font-size: 16px;
  margin-bottom: 0px;
}

/* line 1342, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .comment-list {
  padding-bottom: 48px;
}

/* line 1345, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .comment-list:last-child {
  padding-bottom: 0px;
}

/* line 1349, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .comment-list.left-padding {
  padding-left: 25px;
}

@media (max-width: 413px) {
  /* line 1355, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment h5 {
    font-size: 12px;
  }
  /* line 1359, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .date {
    font-size: 11px;
  }
  /* line 1363, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comments-area .comment-list .single-comment .comment {
    font-size: 10px;
  }
}

/* line 1370, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .thumb {
  margin-right: 20px;
}

/* line 1373, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .thumb img {
  width: 70px;
  border-radius: 50%;
}

/* line 1379, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .date {
  font-size: 14px;
  color: #999999;
  margin-bottom: 0;
  margin-left: 20px;
}

/* line 1386, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .comment {
  margin-bottom: 10px;
  color: #777777;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

/* line 1393, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comments-area .btn-reply {
  background-color: transparent;
  color: #888888;
  padding: 5px 18px;
  font-size: 14px;
  display: block;
  font-weight: 400;
}

/* line 1410, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form {
  border-top: 1px solid #eee;
  padding-top: 45px;
  margin-top: 50px;
  margin-bottom: 20px;
}

/* line 1418, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .form-group {
  margin-bottom: 30px;
}

/* line 1422, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form h4 {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 22px;
}

/* line 1430, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .name {
  padding-left: 0px;
}

@media (max-width: 767px) {
  /* line 1430, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comment-form .name {
    padding-right: 0px;
    margin-bottom: 1rem;
  }
}

/* line 1439, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .email {
  padding-right: 0px;
}

@media (max-width: 991px) {
  /* line 1439, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
  .comment-form .email {
    padding-left: 0px;
  }
}

/* line 1447, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .form-control {
  border: 1px solid #f0e9ff;
  border-radius: 5px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

/* line 1455, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .form-control:focus {
  outline: 0;
  box-shadow: none;
}

/* line 1460, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

/* line 1465, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form .form-control::placeholder {
  color: #777777;
}

/* line 1470, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form textarea {
  padding-top: 18px;
  border-radius: 12px;
  height: 100% !important;
}

/* line 1476, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 13px;
  color: #777;
}

/* line 1482, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form ::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 13px;
  color: #777;
}

/* line 1488, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form :-ms-input-placeholder {
  /* IE 10+ */
  font-size: 13px;
  color: #777;
}

/* line 1494, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog.scss */
.comment-form :-moz-placeholder {
  /* Firefox 18- */
  font-size: 13px;
  color: #777;
}

/*============ End Blog Single Styles  =============*/
/**************** blog part css start ****************/
/* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part {
  margin-bottom: 140px;
}

@media (max-width: 576px) {
  /* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 2, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part {
    margin-bottom: 0px;
    padding: 0px 0px 70px;
  }
}

/* line 19, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .blog_right_sidebar .widget_title {
  font-size: 20px;
  margin-bottom: 40px;
  font-style: inherit !important;
}

@media (max-width: 576px) {
  /* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog {
    margin-bottom: 140px;
    margin-top: 20px;
  }
}

/* line 40, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card-img-top {
  border-radius: 0px;
}

/* line 43, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card {
  border: 0px solid transparent;
  border-radius: 0px;
  background-color: transparent;
  position: relative;
}

/* line 48, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body {
  padding: 25px 10px 29px 40px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  bottom: -140px;
  box-shadow: -7.552px 9.326px 20px 0px rgba(1, 84, 85, 0.1);
  border-radius: 10px;
}

@media (max-width: 576px) {
  /* line 48, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 48, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 15px;
    left: 10px;
    bottom: -140px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 48, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card .card-body {
    padding: 20px;
  }
}

/* line 72, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a {
  color: #33D4D6;
  text-transform: uppercase;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* line 76, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .card-body a:hover {
  background: -webkit-linear-gradient(131deg, #ff7e5f 0%, #feb47b 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* line 83, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot {
  position: relative;
  padding-left: 20px;
}

/* line 86, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card .dot:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 5px;
  left: 0;
  background-color: #33D4D6;
  border-radius: 50%;
}

/* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card span {
  color: #8a8a8a;
  margin-bottom: 10px;
  display: inline-block;
  margin-top: 10px;
}

@media (max-width: 576px) {
  /* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 97, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card span {
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

/* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5 {
  font-weight: 600;
  line-height: 1.5;
  font-size: 20px;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  text-transform: capitalize;
  margin-bottom: 22px;
}

@media (max-width: 576px) {
  /* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 119, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card h5 {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

/* line 140, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card h5:hover {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  background: -webkit-linear-gradient(131deg, #feb47b 0%, #ff7e5f 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: 1s;
}

/* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li {
  display: inline-block;
  color: #8a8a8a;
  margin-right: 14px;
}

@media (max-width: 576px) {
  /* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 150, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
  .blog_part .single-home-blog .card ul li {
    margin-right: 10px;
  }
}

/* line 166, ../../Arafath/CL/December/234. Finance/HTML/scss/_blog_part.scss */
.blog_part .single-home-blog .card ul li span {
  margin-right: 10px;
  font-size: 12px;
}

.riya{
   margin-right:10px;
   margin-left: 10px;
   text-align: justify;
  font-weight:900;
  font-size:18px;
  line-height: 35px;
}
/*# sourceMappingURL=style.css.map */
.serviceBox{
    color: #555;
    background-color: #fff;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding: 0 0 15px;
    margin: 15px 0 0;
    border: 1px solid #e1e1e1;
    border-radius: 20px 20px;
    position: relative;
    z-index: 1;
    transition: all ease .3s;
}
.serviceBox:after{
    content: "";
    background: linear-gradient(to bottom,#f3bb75,#f1bd73);
    width: 100%;
    height: 49px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3) inset;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.serviceBox .service-count{
    color: #fff;
    background: linear-gradient(to bottom,#f3bb75,#f1bd73);
    font-size: 15px;
    line-height: 130px;
    width: 80px;
    height: 110px;
    margin: -15px 0 20px;
    border-radius: 40px 0 100px 100px;
    position: relative;
}
.serviceBox .service-count:before,
.serviceBox .service-count:after{
    content: "";
    background: #F79F1F;
    width: 25px;
    height: 15px;
    border-radius: 50px 50px 0 0;
    position: absolute;
    top: 0;
    left: 80px;
}
.serviceBox .service-count:after{
    background: #FFC312;
    border-radius: 50px 0 0 0;
    left: 65px;
    z-index: -2;
}
.serviceBox .service-icon{
    color: #afafaf;
    font-size: 60px;
    position: absolute;
    right: -75px;
    top: 10px;
    transition: all 0.3s ease 0s;
}
.serviceBox:hover .service-icon{ transform: rotateY(360deg); }
.serviceBox .title{
    font-size: 19px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 15px;
    margin: 0 0 10px;
}
.serviceBox .description{
    font-size: 15px;
    text-align: center;
    line-height: 25px;
    padding: 0 15px;
    margin: 0 0 23px;
}
.serviceBox .read-more{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    border-bottom: 2px solid rgba(255,255,255,0.3);
    transition: all 0.3s ease 0s;
}
.serviceBox .read-more:hover{ text-shadow: 0 0 5px #555; }
.serviceBox.purple:after,
.serviceBox.purple .service-count{
   background: linear-gradient(to bottom, #354654, #72b0e8);
}
.serviceBox.purple .service-count:before{ background: #354654; }
.serviceBox.purple .service-count:after{ background: #72b0e8; }
.serviceBox.red:after,
.serviceBox.red .service-count{
    background: linear-gradient(to bottom, #ee3838, #ce1500);
}
.serviceBox.red .service-count:before{ background: #ce1500; }
.serviceBox.red .service-count:after{ background: #ee3838; }
.serviceBox.blue:after,
.serviceBox.blue .service-count{
    background: linear-gradient(to bottom, #00adef, #00689b);
}
.serviceBox.blue .service-count:before{ background: #00689b; }
.serviceBox.blue .service-count:after{ background: #00adef; }
@media only screen and (max-width:990px){
    .serviceBox{ margin: 15px 0 50px; }
}
.rr
{
  font-weight:900 !important;
  font-size:22px !important;
}
h2
{
  font-weight:900 !important;
}
h4
{
  font-size:24px !important;
  font-weight:900  !important;
  color:#f1f1f1 !important;
}
.slider{

  margin-top:7% !important;
  margin-left:0px !important;
  margin-right:0px !important;
}
h5
{
  font-size:24px !important;
  font-weight:900;
  color:#fff !important;
}
p{
text-align: justify;
}
.demo{ background-color: #A1D5F8; }
.form-horizontal{
    background-color: #fff;
    font-family: 'Rubik', sans-serif;
    padding: 20px 0 0;
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,0.2);
    position: relative;
}
.form-horizontal .heading{
    color: #666;
    font-size: 35px;
    text-align: center;
    margin: 0 0 30px 0;
}
.form-horizontal .form-group{
    width: 80%;
    margin: 0 auto 10px;
    position: relative;
}
.form-horizontal .form-group>i{
    color: rgba(0,0,0,0.2);
    font-size: 25px;
    position: absolute;
    left: 8px;
    top: 7px;
}
.form-horizontal .form-control{
    color: #3FA9F2;
    font-size: 14px;
    height: 42px;
    padding: 6px 8px 6px 40px;
    box-shadow: none;
    border-radius: 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.2);
    font-size: 15px;
    text-transform: uppercase;
}
.form-horizontal .form-control:focus{
    box-shadow: none;
    border-color: #3FA9F2;
}
.form-horizontal .form-terms{
    color: #909090;
    font-size: 14px;
    width: 80%;
    margin: 0 auto 10px;
}
.form-horizontal .form-terms input[type="checkbox"]{
    margin: 3px 5px 0 0;
    display: inline-block;
}
.form-horizontal .form-terms a{ color: #3FA9F2;}
.form-horizontal .form-terms a:hover{ text-decoration: underline; }
.form-horizontal .btn{
    color: #fff;
    background-color: #3FA9F2;
    font-size: 16px;
    padding: 7px 30px;
    margin: 0 0 10px;
    border-radius: 25px;
    border: 2px solid transparent;
    display: inline-block;
    float: left;
    transition: all 0.5s;
}
.form-horizontal .btn:focus,
.form-horizontal .btn:hover{
    color: #3FA9F2;
    background-color: #fff;
    border: 2px solid #3FA9F2;
}
.form-horizontal .form-login{
    color: #909090;
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
    float: right;
}
.form-horizontal .form-login a{ color: #3FA9F2; }
.form-horizontal .form-login a:hover{ text-decoration: underline; }
.form-horizontal .form-footer{
    background-color: #3FA9F2;
    text-align: center;
    padding: 20px 25px 25px;
}
.form-horizontal .form-footer:before{
    content: 'OR';
    color: #3FA9F2;
    background-color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 31px;
    height: 35px;
    width: 35px;
    margin: -35px auto 0;
    border: 3px solid #3FA9F2;
    border-radius: 50%;
    display: block;
}
.form-horizontal .form-footer span{
    color: #fff;
    font-size: 17px;
    margin: 0 0 15px 0;
    display: block;
}
.form-horizontal .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.form-horizontal .social li{
    display: inline-block;
    margin: 0 3px;
}
.form-horizontal .social a{
    color: #3FA9F2;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
    height: 40px;
    width: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    transition: all 0.5s;
}
.form-horizontal .social a:hover{
    color: #fff;
    background-color: #3FA9F2;
    border-color: #fff;
}
@media screen and (max-width:576px) {
    .form-horizontal .form-group .btn,
    .form-horizontal .form-group .form-login{
        text-align: center;
        display: block;
        float: none;
        margin: 0 auto 15px;
    }
}

.heading {
  font-size: 25px;
  margin-right: 25px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

/* Three column layout */
.side {
  float: left;
  width: 15%;
  margin-top:10px;
}

.middle {
  margin-top:10px;
  float: left;
  width: 70%;
}

/* Place text to the right */
.right {
  text-align:left;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* The bar container */
.bar-container {
  width: 100%;
  background-color: #f1f1f1;
  text-align: center;
  color: white;
}

/* Individual bars */
.bar-5 {width: 60%; height: 18px; background-color: #4CAF50;}
.bar-4 {width: 30%; height: 18px; background-color: #2196F3;}
.bar-3 {width: 10%; height: 18px; background-color: #00bcd4;}
.bar-2 {width: 4%; height: 18px; background-color: #ff9800;}
.bar-1 {width: 15%; height: 18px; background-color: #f44336;}

/* Responsive layout - make the columns stack on top of each other instead of next to each other */
@media (max-width: 400px) {
  .side, .middle {
    width: 100%;
  }
  .right {
    display: none;
  }
}
.mx-background-top-linear1 {
    background: -webkit-linear-gradient(
45deg, #fff 48%,#fff 48%);
    background: -webkit-linear-gradient(left, #fff 48%, #fff 48%);
    background: linear-gradient(
45deg, #fff 38%, #fff 3px);
}
@charset "UTF-8";
.label,
sub,
sup {
    vertical-align: baseline
}

hr,
img {
    border: 0
}

.fc table,
table {
    border-collapse: collapse;
    border-spacing: 0
}

.frameborder_1 {
    border: 0
}

.widgrid{ width:16.5% !important;}

@font-face {
  font-family: 'ARIAL.TTF';
  src: url('../fonts/ARIAL.TTF.eot');
  src: url('../fonts/ARIAL.TTF.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ArialMT';
  src: url('../fonts/ArialMT.svg#ArialMT') format('svg'),
       url('../fonts/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


body,
figure {
    margin: 0
}

.mfp-title,
pre {
    word-wrap: break-word
}

#agent-section .detail-info .btn-toolbar .contact-url,
.btn-group>.btn-group,
.btn-toolbar #agent-section .detail-info .contact-url,
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.dropdown-menu {
    float: left
}

#agent-section .detail-info .contact-url,
.btn,
.owl-controls {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse,
.pre-scrollable {
    max-height: 340px
}

.owl-controls,
html {
    -webkit-tap-highlight-color: transparent
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

td,
th {
    padding: 0
}

@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100% !important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        page-break-after: avoid;
        font-family: 'Playfair Display', serif
    }
    .navbar {
        display: none
    }
    #agent-section .detail-info .contact-url>.caret,
    #agent-section .detail-info .dropup>.contact-url>.caret,
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse !important
    }
    .table td,
    .table th {
        background-color: #fff !important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd !important
    }
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.mfp-container,
img.mfp-img,
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 10px
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    text-decoration: none
}

a:focus {
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 0
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
   
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
    font-family: 'Playfair Display', serif
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

dt,
kbd kbd,
label {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.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
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline,
.pagination-box ul {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
    margin-top: 10px
}

.list-inline>li,
.pagination-box ul>li {
    display: inline-block;
    padding-left: 8px;
    padding-right:8px
}


    .blink_text {

    animation:1s blinker linear infinite;
    -webkit-animation:1s blinker linear infinite;
    -moz-animation:1s blinker linear infinite;

    background:#50b748;
    }

    @-moz-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @-webkit-keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

    @keyframes blinker {  
     0% { opacity: 1.0; }
     50% { opacity: 0.0; }
     100% { opacity: 1.0; }
     }

dd,
dt {
    line-height: 1.42857
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .container,
    body.boxed #main-wrapper {
        width: 750px
    }
}

#breadcrumb-section .breadcrumb ol:after,
#breadcrumb-section .breadcrumb ul:after,
#feature-section .section-box .content ul li:after,
#feature-section .section-box .content ul:after,
#feature-section [class*=content-box] ul:after,
#feature-section:after,
#not-found-page .search-box .search-form:after,
#search-no-result .search-form:after,
#top-footer .widget .textwidget.recent-posts ul li:after,
#top-footer .widget .widget-content.recent-posts ul li:after,
.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.comments-container,
.comments-container .comment-box .comment .comment-content,
.comments-container .comment-box .comment footer:after,
.comments-container .comment-box .comment:after,
.comments-container .comment-box .pingback:after,
.comments-container .no-comments:after,
.container-fluid:after,
.container:after,
.dropdown-menu>li>a,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.owl-carousel .owl-wrapper:after,
.pager:after,
.panel-body:after,
.row:after,
aside.sidebar .widget_search .search-form:after,
aside.sidebar ul li:after,
aside.sidebar ul li>ul,
body.boxed #main-wrapper:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

legend,
pre {
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%;
    border-radius: 0
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 1.42857
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4
}

kbd {
    color: #fff;
    background-color: #333;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 0
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before,
body.boxed #main-wrapper:after,
body.boxed #main-wrapper:before {
    display: table;
    content: " "
}

.container,
.container-fluid,
body.boxed #main-wrapper {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.pre-scrollable {
    
}

@media (min-width:992px) {
    .container,
    body.boxed #main-wrapper {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container,
    body.boxed #main-wrapper {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-1 {
        width: 8.33333%
    }
    .col-sm-2 {
        width: 16.66667%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-4 {
        width: 33.33333%
    }
    .col-sm-5 {
        width: 41.66667%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-7 {
        width: 58.33333%
    }
    .col-sm-8 {
        width: 66.66667%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-10 {
        width: 83.33333%
    }
    .col-sm-11 {
        width: 91.66667%
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-pull-1 {
        right: 8.33333%
    }
    .col-sm-pull-2 {
        right: 16.66667%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-4 {
        right: 33.33333%
    }
    .col-sm-pull-5 {
        right: 41.66667%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-7 {
        right: 58.33333%
    }
    .col-sm-pull-8 {
        right: 66.66667%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-10 {
        right: 83.33333%
    }
    .col-sm-pull-11 {
        right: 91.66667%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-push-1 {
        left: 8.33333%
    }
    .col-sm-push-2 {
        left: 16.66667%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-4 {
        left: 33.33333%
    }
    .col-sm-push-5 {
        left: 41.66667%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-7 {
        left: 58.33333%
    }
    .col-sm-push-8 {
        left: 66.66667%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-10 {
        left: 83.33333%
    }
    .col-sm-push-11 {
        left: 91.66667%
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-1 {
        width: 8.33333%
    }
    .col-md-2 {
        width: 16.66667%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-4 {
        width: 33.33333%
    }
    .col-md-5 {
        width: 41.66667%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-7 {
        width: 58.33333%
    }
    .col-md-8 {
        width: 66.66667%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-10 {
        width: 83.33333%
    }
    .col-md-11 {
        width: 91.66667%
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-pull-1 {
        right: 8.33333%
    }
    .col-md-pull-2 {
        right: 16.66667%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-4 {
        right: 33.33333%
    }
    .col-md-pull-5 {
        right: 41.66667%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-7 {
        right: 58.33333%
    }
    .col-md-pull-8 {
        right: 66.66667%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-10 {
        right: 83.33333%
    }
    .col-md-pull-11 {
        right: 91.66667%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-push-1 {
        left: 8.33333%
    }
    .col-md-push-2 {
        left: 16.66667%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-4 {
        left: 33.33333%
    }
    .col-md-push-5 {
        left: 41.66667%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-7 {
        left: 58.33333%
    }
    .col-md-push-8 {
        left: 66.66667%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-10 {
        left: 83.33333%
    }
    .col-md-push-11 {
        left: 91.66667%
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
    .col-md-offset-1 {
        margin-left: 8.33333%
    }
    .col-md-offset-2 {
        margin-left: 16.66667%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-4 {
        margin-left: 33.33333%
    }
    .col-md-offset-5 {
        margin-left: 41.66667%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-7 {
        margin-left: 58.33333%
    }
    .col-md-offset-8 {
        margin-left: 66.66667%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-10 {
        margin-left: 83.33333%
    }
    .col-md-offset-11 {
        margin-left: 91.66667%
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-1 {
        width: 8.33333%
    }
    .col-lg-2 {
        width: 16.66667%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-4 {
        width: 33.33333%
    }
    .col-lg-5 {
        width: 41.66667%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-7 {
        width: 58.33333%
    }
    .col-lg-8 {
        width: 66.66667%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-10 {
        width: 83.33333%
    }
    .col-lg-11 {
        width: 91.66667%
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-pull-1 {
        right: 8.33333%
    }
    .col-lg-pull-2 {
        right: 16.66667%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-4 {
        right: 33.33333%
    }
    .col-lg-pull-5 {
        right: 41.66667%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-7 {
        right: 58.33333%
    }
    .col-lg-pull-8 {
        right: 66.66667%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-10 {
        right: 83.33333%
    }
    .col-lg-pull-11 {
        right: 91.66667%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-push-1 {
        left: 8.33333%
    }
    .col-lg-push-2 {
        left: 16.66667%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-4 {
        left: 33.33333%
    }
    .col-lg-push-5 {
        left: 41.66667%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-7 {
        left: 58.33333%
    }
    .col-lg-push-8 {
        left: 66.66667%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-10 {
        left: 83.33333%
    }
    .col-lg-push-11 {
        left: 91.66667%
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px
}

input[type=search] {
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.form-control,
output {
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px
}

.form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    -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, 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
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.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
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control,
    input[type=time].form-control {
        line-height: 34px
    }
    #agent-section .detail-info .input-group-sm>.input-group-btn>input[type=date].contact-url,
    #agent-section .detail-info .input-group-sm>.input-group-btn>input[type=datetime-local].contact-url,
    #agent-section .detail-info .input-group-sm>.input-group-btn>input[type=month].contact-url,
    #agent-section .detail-info .input-group-sm>.input-group-btn>input[type=time].contact-url,
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    .input-group-sm>.input-group-btn>input[type=date].btn,
    .input-group-sm>.input-group-btn>input[type=datetime-local].btn,
    .input-group-sm>.input-group-btn>input[type=month].btn,
    .input-group-sm>.input-group-btn>input[type=time].btn,
    .input-group-sm>input[type=date].form-control,
    .input-group-sm>input[type=date].input-group-addon,
    .input-group-sm>input[type=datetime-local].form-control,
    .input-group-sm>input[type=datetime-local].input-group-addon,
    .input-group-sm>input[type=month].form-control,
    .input-group-sm>input[type=month].input-group-addon,
    .input-group-sm>input[type=time].form-control,
    .input-group-sm>input[type=time].input-group-addon,
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 30px
    }
    #agent-section .detail-info .input-group-lg>.input-group-btn>input[type=date].contact-url,
    #agent-section .detail-info .input-group-lg>.input-group-btn>input[type=datetime-local].contact-url,
    #agent-section .detail-info .input-group-lg>.input-group-btn>input[type=month].contact-url,
    #agent-section .detail-info .input-group-lg>.input-group-btn>input[type=time].contact-url,
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    .input-group-lg>.input-group-btn>input[type=date].btn,
    .input-group-lg>.input-group-btn>input[type=datetime-local].btn,
    .input-group-lg>.input-group-btn>input[type=month].btn,
    .input-group-lg>.input-group-btn>input[type=time].btn,
    .input-group-lg>input[type=date].form-control,
    .input-group-lg>input[type=date].input-group-addon,
    .input-group-lg>input[type=datetime-local].form-control,
    .input-group-lg>input[type=datetime-local].input-group-addon,
    .input-group-lg>input[type=month].form-control,
    .input-group-lg>input[type=month].input-group-addon,
    .input-group-lg>input[type=time].form-control,
    .input-group-lg>input[type=time].input-group-addon,
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 46px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}

#agent-section .detail-info .input-group-lg>.input-group-btn>.form-control-static.contact-url,
#agent-section .detail-info .input-group-sm>.input-group-btn>.form-control-static.contact-url,
.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
    padding-left: 0;
    padding-right: 0
}

#agent-section .detail-info .input-group-sm>.input-group-btn>.contact-url,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

#agent-section .detail-info .input-group-sm>.input-group-btn>select.contact-url,
.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
    height: 30px;
    line-height: 30px
}

#agent-section .detail-info .input-group-sm>.input-group-btn>select[multiple].contact-url,
#agent-section .detail-info .input-group-sm>.input-group-btn>textarea.contact-url,
.input-group-sm>.input-group-btn>select[multiple].btn,
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select[multiple].form-control,
.input-group-sm>select[multiple].input-group-addon,
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}

#agent-section .detail-info .input-group-lg>.input-group-btn>.contact-url,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

#agent-section .detail-info .input-group-lg>.input-group-btn>select.contact-url,
.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
    height: 46px;
    line-height: 46px
}

#agent-section .detail-info .input-group-lg>.input-group-btn>select[multiple].contact-url,
#agent-section .detail-info .input-group-lg>.input-group-btn>textarea.contact-url,
.input-group-lg>.input-group-btn>select[multiple].btn,
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select[multiple].form-control,
.input-group-lg>select[multiple].input-group-addon,
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 42.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}

.collapsing,
.dropdown,
.dropup {
    position: relative
}

#agent-section .detail-info .input-group-lg>.input-group-btn>.contact-url+.form-control-feedback,
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}

#agent-section .detail-info .input-group-sm>.input-group-btn>.contact-url+.form-control-feedback,
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
    content: " ";
    display: table
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}

#agent-section .detail-info .contact-url,
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 0;
    user-select: none
}

#agent-section .detail-info .active.contact-url:focus,
#agent-section .detail-info .active.focus.contact-url,
#agent-section .detail-info .contact-url:active.focus,
#agent-section .detail-info .contact-url:active:focus,
#agent-section .detail-info .contact-url:focus,
#agent-section .detail-info .focus.contact-url,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

#agent-section .detail-info .contact-url:focus,
#agent-section .detail-info .contact-url:hover,
#agent-section .detail-info .focus.contact-url,
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}

#agent-section .detail-info .active.contact-url,
#agent-section .detail-info .contact-url:active,
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

#agent-section .detail-info .disabled.contact-url,
#agent-section .detail-info [disabled].contact-url,
#agent-section .detail-info fieldset[disabled] .contact-url,
.btn.disabled,
.btn[disabled],
fieldset[disabled] #agent-section .detail-info .contact-url,
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

#agent-section .detail-info a.disabled.contact-url,
#agent-section .detail-info fieldset[disabled] a.contact-url,
a.btn.disabled,
fieldset[disabled] #agent-section .detail-info a.contact-url,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open>.btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
    background-image: none
}

.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}

.btn-default .badge {
    color: #fff;
    background-color: #333
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
    background-image: none
}

.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #337ab7;
    border-color: #2e6da4
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
    background-image: none
}

.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
    background-image: none
}

.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
    background-image: none
}

.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
    background-image: none
}

.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}

.btn-link {
    color: #337ab7;
    font-weight: 400;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}

#agent-section .detail-info .btn-group-lg>.contact-url,
.btn-group-lg>.btn,
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0
}

#agent-section .detail-info .btn-group-sm>.contact-url,
.btn-group-sm>.btn,
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

#agent-section .detail-info .btn-group-xs>.contact-url,
.btn-group-xs>.btn,
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 0
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.close,
.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-clip: padding-box
}

.dropdown-menu-right,
.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.dropdown-header,
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    line-height: 1.42857;
    white-space: nowrap
}

#agent-section .detail-info .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.contact-url,
#agent-section .detail-info .btn-group-vertical>.contact-url:not(:first-child):not(:last-child),
#agent-section .detail-info .btn-group>.btn-group:not(:first-child):not(:last-child)>.contact-url,
#agent-section .detail-info .btn-group>.contact-url:not(:first-child):not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    font-weight: 400;
    color: #333
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    font-size: 12px;
    color: #777
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#agent-section .detail-info .btn-group-vertical>.contact-url,
#agent-section .detail-info .btn-group>.contact-url,
.btn-group-vertical>.btn,
.btn-group>.btn {
    position: relative;
    float: left
}

#agent-section .detail-info .btn-group-vertical>.active.contact-url,
#agent-section .detail-info .btn-group-vertical>.contact-url:active,
#agent-section .detail-info .btn-group-vertical>.contact-url:focus,
#agent-section .detail-info .btn-group-vertical>.contact-url:hover,
#agent-section .detail-info .btn-group>.active.contact-url,
#agent-section .detail-info .btn-group>.contact-url:active,
#agent-section .detail-info .btn-group>.contact-url:focus,
#agent-section .detail-info .btn-group>.contact-url:hover,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
    z-index: 2
}

#agent-section .detail-info .btn-group .btn+.contact-url,
#agent-section .detail-info .btn-group .btn-group+.contact-url,
#agent-section .detail-info .btn-group .contact-url+.btn,
#agent-section .detail-info .btn-group .contact-url+.btn-group,
#agent-section .detail-info .btn-group .contact-url+.contact-url,
.btn-group #agent-section .detail-info .btn+.contact-url,
.btn-group #agent-section .detail-info .btn-group+.contact-url,
.btn-group #agent-section .detail-info .contact-url+.btn,
.btn-group #agent-section .detail-info .contact-url+.btn-group,
.btn-group #agent-section .detail-info .contact-url+.contact-url,
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar {
    margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}

#agent-section .detail-info .btn-toolbar>.contact-url,
.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
    margin-left: 5px
}

#agent-section .detail-info .btn-group>.contact-url:first-child,
#agent-section .detail-info .contact-url .caret,
.btn .caret,
.btn-group>.btn:first-child {
    margin-left: 0
}

#agent-section .detail-info .btn-group>.contact-url:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#agent-section .detail-info .btn-group>.contact-url:last-child:not(:first-child),
.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#agent-section .detail-info .btn-group>.btn-group:first-child:not(:last-child)>.contact-url:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#agent-section .detail-info .btn-group>.btn-group:last-child:not(:first-child)>.contact-url:first-child,
.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0
}

#agent-section .detail-info .btn-group>.contact-url+.dropdown-toggle,
.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

#agent-section .detail-info .btn-group-lg.btn-group>.contact-url+.dropdown-toggle,
.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}

#agent-section .detail-info .btn-group-lg>.contact-url .caret,
.btn-group-lg>.btn .caret,
.btn-lg .caret {
    border-width: 5px 5px 0
}

#agent-section .detail-info .dropup .btn-group-lg>.contact-url .caret,
.dropup #agent-section .detail-info .btn-group-lg>.contact-url .caret,
.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

#agent-section .detail-info .btn-group-vertical>.btn-group>.contact-url,
#agent-section .detail-info .btn-group-vertical>.contact-url,
.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
    content: " ";
    display: table
}

#agent-section .detail-info .btn-group-vertical>.btn-group>.contact-url,
.btn-group-vertical>.btn-group>.btn {
    float: none
}

#agent-section .detail-info .btn-group-vertical>.btn+.contact-url,
#agent-section .detail-info .btn-group-vertical>.btn-group+.contact-url,
#agent-section .detail-info .btn-group-vertical>.contact-url+.btn,
#agent-section .detail-info .btn-group-vertical>.contact-url+.btn-group,
#agent-section .detail-info .btn-group-vertical>.contact-url+.contact-url,
.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

#agent-section .detail-info .btn-group-vertical>.contact-url:first-child:not(:last-child),
.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#agent-section .detail-info .btn-group-vertical>.contact-url:last-child:not(:first-child),
.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

#agent-section .detail-info .btn-group-vertical>.btn-group:first-child:not(:last-child)>.contact-url:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

#agent-section .detail-info .btn-group-vertical>.btn-group:last-child:not(:first-child)>.contact-url:first-child,
.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

#agent-section .detail-info .btn-group-justified>.contact-url,
.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
    float: none;
    display: table-cell;
    width: 1%
}

#agent-section .detail-info .btn-group-justified>.btn-group .contact-url,
.btn-group-justified>.btn-group #agent-section .detail-info .contact-url,
.btn-group-justified>.btn-group .btn,
.nav-justified,
.nav-tabs.nav-justified {
    width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
    left: auto
}

#agent-section .detail-info [data-toggle=buttons]>.btn-group>.contact-url input[type=checkbox],
#agent-section .detail-info [data-toggle=buttons]>.btn-group>.contact-url input[type=radio],
#agent-section .detail-info [data-toggle=buttons]>.contact-url input[type=checkbox],
#agent-section .detail-info [data-toggle=buttons]>.contact-url input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

#agent-section .detail-info .input-group-btn>.contact-url,
.input-group,
.input-group-btn,
.input-group-btn>.btn {
    position: relative
}

.input-group {
    display: table;
    border-collapse: separate
}

.input-group[class*=col-] {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0
}

#agent-section .detail-info .input-group-sm>.input-group-btn>.input-group-addon.contact-url,
.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 0
}

#agent-section .detail-info .input-group-lg>.input-group-btn>.input-group-addon.contact-url,
.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 0
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

#agent-section .detail-info .input-group-btn:first-child>.btn-group>.contact-url,
#agent-section .detail-info .input-group-btn:first-child>.contact-url,
#agent-section .detail-info .input-group-btn:last-child>.btn-group:not(:last-child)>.contact-url,
#agent-section .detail-info .input-group-btn:last-child>.contact-url:not(:last-child):not(.dropdown-toggle),
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

#agent-section .detail-info .input-group-btn:first-child>.btn-group:not(:first-child)>.contact-url,
#agent-section .detail-info .input-group-btn:first-child>.contact-url:not(:first-child),
#agent-section .detail-info .input-group-btn:last-child>.btn-group>.contact-url,
#agent-section .detail-info .input-group-btn:last-child>.contact-url,
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    font-size: 0;
    white-space: nowrap
}

#agent-section .detail-info .input-group-btn>.btn+.contact-url,
#agent-section .detail-info .input-group-btn>.contact-url+.btn,
#agent-section .detail-info .input-group-btn>.contact-url+.contact-url,
.input-group-btn>.btn+.btn {
    margin-left: -1px
}

#agent-section .detail-info .input-group-btn>.contact-url:active,
#agent-section .detail-info .input-group-btn>.contact-url:focus,
#agent-section .detail-info .input-group-btn>.contact-url:hover,
.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 2
}

#agent-section .detail-info .input-group-btn:first-child>.contact-url,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
    margin-right: -1px
}

#agent-section .detail-info .input-group-btn:last-child>.contact-url,
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:after,
.nav:before {
    content: " ";
    display: table
}

.nav>li,
.nav>li>a {
    display: block;
    position: relative
}

.nav>li>a {
    padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: #eee;
    border-color: #337ab7
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-pills>li {
    float: left
}

.nav-justified>li,
.nav-stacked>li,
.nav-tabs.nav-justified>li {
    float: none
}

.nav-pills>li>a {
    border-radius: 0
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #337ab7
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
    text-align: center;
    margin-bottom: 5px
}

.nav-justified>.dropdown .dropdown-menu {
    top: auto;
    left: auto
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
    margin-right: 0;
    border-radius: 0
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
    border: 1px solid #ddd
}

@media (min-width:768px) {
    .nav-justified>li,
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%
    }
    .nav-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        margin-bottom: 0
    }
    .nav-tabs-justified>li>a,
    .nav-tabs.nav-justified>li>a {
        border-bottom: 1px solid #ddd;
        border-radius: 0
    }
    .nav-tabs-justified>.active>a,
    .nav-tabs-justified>.active>a:focus,
    .nav-tabs-justified>.active>a:hover,
    .nav-tabs.nav-justified>.active>a,
    .nav-tabs.nav-justified>.active>a:focus,
    .nav-tabs.nav-justified>.active>a:hover {
        border-bottom-color: #fff
    }
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:after,
.navbar:before {
    content: " ";
    display: table
}

.navbar-header:after,
.navbar-header:before {
    content: " ";
    display: table
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
    content: " ";
    display: table
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width:768px) {
    .navbar {
        border-radius: 0
    }
    .navbar-header {
        float: left
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }
    .navbar-collapse.in {
        overflow-y: visible
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }
}

.carousel-inner,
.embed-responsive,
.media,
.media-body,
.mfp-bg,
.modal,
.modal-open,
.owl-carousel .owl-item,
.progress {
    overflow: hidden
}

@media (max-device-width:480px) and (orientation:landscape) {
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 200px
    }
}

@media(max-width:480px) {
    #gallery-section iframe {
        width: 100% !important
    }
    /*.pay-online-banner {*/
    /*    height: 800px !important*/
    /*}*/
    .pay-box {
        padding: 0 !important
    }
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header,
body.boxed #main-wrapper>.navbar-collapse,
body.boxed #main-wrapper>.navbar-header {
    margin-right: -15px;
    margin-left: -15px
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block
}

@media (min-width:768px) {
    .container-fluid>.navbar-collapse,
    .container-fluid>.navbar-header,
    .container>.navbar-collapse,
    .container>.navbar-header,
    body.boxed #main-wrapper>.navbar-collapse,
    body.boxed #main-wrapper>.navbar-header {
        margin-right: 0;
        margin-left: 0
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top,
    .navbar-static-top {
        border-radius: 0
    }
    .navbar>.container .navbar-brand,
    .navbar>.container-fluid .navbar-brand,
    body.boxed .navbar>#main-wrapper .navbar-brand {
        margin-left: -15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }
    .navbar-nav .open .dropdown-menu .dropdown-header,
    .navbar-nav .open .dropdown-menu>li>a {
        padding: 5px 15px 5px 25px
    }
    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }
    .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-nav .open .dropdown-menu>li>a:hover {
        background-image: none
    }
}

.progress-bar-striped,
.progress-striped .progress-bar,
.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

@media (min-width:768px) {
    .navbar-toggle {
        display: none
    }
    .navbar-nav {
        float: left;
        margin: 0
    }
    .navbar-nav>li {
        float: left
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

.navbar-form {
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    margin: 8px -15px
}

@media (min-width:768px) {
    .navbar-form .form-control-static,
    .navbar-form .form-group {
        display: inline-block
    }
    .navbar-form .control-label,
    .navbar-form .form-group {
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .navbar-form .input-group .form-control,
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn {
        width: auto
    }
    .navbar-form .input-group>.form-control {
        width: 100%
    }
    .navbar-form .checkbox,
    .navbar-form .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .navbar-form .checkbox label,
    .navbar-form .radio label {
        padding-left: 0
    }
    .navbar-form .checkbox input[type=checkbox],
    .navbar-form .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0
    }
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.breadcrumb>li,
.pagination {
    display: inline-block
}

#agent-section .detail-info .contact-url .badge,
#agent-section .detail-info .contact-url .label,
.btn .badge,
.btn .label {
    top: -1px;
    position: relative
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    margin-bottom: 0;
    border-radius: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

#agent-section .detail-info .btn-group-sm>.navbar-btn.contact-url,
.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px
}

#agent-section .detail-info .btn-group-xs>.navbar-btn.contact-url,
.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px
    }
    .navbar-left {
        float: left !important
    }
    .navbar-right {
        float: right !important;
        margin-right: -15px
    }
    .navbar-right~.navbar-right {
        margin-right: 0
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-nav>li>a,
.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #e7e7e7;
    color: #555
}

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #777
    }
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-default .btn-link {
    color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
    color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
    color: #ccc
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-text {
    color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #090909;
    color: #fff
}

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #9d9d9d
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #fff;
        background-color: transparent
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #fff;
        background-color: #090909
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.navbar-inverse .btn-link {
    color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
    color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
    color: #444
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0
}

.breadcrumb>li+li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #777
}

.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.list-group-item>.badge,
.pager .next>a,
.pager .next>span {
    float: right
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #50b748;
    border-color: #50b748;
    cursor: default
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.badge,
.label {
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    text-align: center
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:after,
.pager:before {
    content: " ";
    display: table
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
    text-decoration: none;
    background-color: #eee
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
    color: #777;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    color: #fff;
    border-radius: .25em
}

.label:empty {
    display: none
}

a.label:focus,
a.label:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label-default {
    background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
    background-color: #5e5e5e
}

.label-primary {
    background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
    background-color: #286090
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    color: #fff;
    vertical-align: middle;
    background-color: #777;
    border-radius: 10px
}

.badge:empty {
    display: none
}

.media-object,
.thumbnail {
    display: block
}

#agent-section .detail-info .btn-group-xs>.contact-url .badge,
.btn-group-xs>.btn .badge,
.btn-xs .badge {
    top: 0;
    padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
    color: #337ab7;
    background-color: #fff
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

a.badge:focus,
a.badge:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.jumbotron,
.jumbotron .h1,
.jumbotron h1 {
    color: inherit
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background-color: #eee
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors .alert-link,
.alert .alert-link,
.close,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok .alert-link,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip .alert-link,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors .alert-link {
    font-weight: 700
}

.jumbotron>hr {
    border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron,
body.boxed #main-wrapper .jumbotron {
    border-radius: 0
}

.jumbotron .container,
.jumbotron body.boxed #main-wrapper,
body.boxed .jumbotron #main-wrapper {
    max-width: 100%
}

@media screen and (min-width:768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px
    }
    .container .jumbotron,
    .container-fluid .jumbotron,
    body.boxed #main-wrapper .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }
    .jumbotron .h1,
    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #337ab7
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors,
.alert,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok h4,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip h4,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors h4,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok h4,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip h4,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors h4,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok h4,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip h4,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors h4,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok h4,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip h4,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors h4,
.alert h4,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok h4,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip h4,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors h4 {
    margin-top: 0;
    color: inherit
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok>p,
#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok>ul,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip>p,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip>ul,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors>p,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors>ul,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok>p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok>ul,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip>p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip>ul,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors>p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors>ul,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok>p,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok>ul,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip>p,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip>ul,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors>p,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors>ul,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok>p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok>ul,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip>p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip>ul,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors>p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors>ul,
.alert>p,
.alert>ul,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok>p,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok>ul,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip>p,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip>ul,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors>p,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors>ul {
    margin-bottom: 0
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok>p+p,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip>p+p,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors>p+p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok>p+p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip>p+p,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors>p+p,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok>p+p,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip>p+p,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors>p+p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok>p+p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip>p+p,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors>p+p,
.alert>p+p,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok>p+p,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip>p+p,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors>p+p {
    margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.modal,
.modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
.alert-success,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok hr,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok hr,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok hr,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok hr,
.alert-success hr,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok hr {
    border-top-color: #c9e2b3
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok .alert-link,
.alert-success .alert-link,
[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok .alert-link {
    color: #2b542c
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #245269
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}

.alert-warning hr {
    border-top-color: #f7e1b5
}

.alert-warning .alert-link {
    color: #66512c
}

#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors,
.alert-danger,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}

#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip hr,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors hr,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip hr,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors hr,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip hr,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors hr,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip hr,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors hr,
.alert-danger hr,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip hr,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors hr {
    border-top-color: #e4b9c0
}

#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip .alert-link,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors .alert-link,
.alert-danger .alert-link,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip .alert-link,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors .alert-link {
    color: #843534
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-striped .progress-bar-info,
.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0))
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1
}

.media-body {
    width: 10000px
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 10px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

a.list-group-item,
button.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5
}

button.list-group-item {
    width: 100%;
    text-align: left
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
    background-color: #eee;
    color: #777;
    cursor: not-allowed
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
    color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
    color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
    color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
    color: #c7ddef
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #3c763d;
    background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #31708f;
    background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #8a6d3b;
    background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #a94442;
    background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442
}

.panel-heading>.dropdown .dropdown-toggle,
.panel-title,
.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
    color: inherit
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-title,
.panel>.list-group,
.panel>.panel-collapse>.list-group,
.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
    margin-bottom: 0
}

.panel-body {
    padding: 15px
}

.panel-body:after,
.panel-body:before {
    content: " ";
    display: table
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.panel-title {
    margin-top: 0;
    font-size: 16px
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: -1;
    border-bottom-left-radius: -1
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0
}

.panel-group .panel-heading,
.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
    border-bottom: 0
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
    border-bottom-left-radius: -1;
    border-bottom-right-radius: -1
}

.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-right-radius: -1;
    border-top-left-radius: -1
}

.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: -1;
    border-bottom-left-radius: -1
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
    border-top-right-radius: -1;
    border-top-left-radius: -1
}

.list-group+.panel-footer,
.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
    padding-left: 15px;
    padding-right: 15px
}

.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table-responsive:first-child>.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 th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
    border-top-left-radius: -1
}

.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table-responsive:first-child>.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 th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
    border-top-right-radius: -1
}

.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table-responsive:last-child>.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 th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
    border-bottom-left-radius: -1
}

.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table-responsive:last-child>.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 th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
    border-bottom-right-radius: -1
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
    border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
    border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
    border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
    border-right: 0
}

.panel>.table-responsive {
    border: 0;
    margin-bottom: 0
}

.panel-group {
    margin-bottom: 20px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 0
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
    color: #f5f5f5;
    background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
    border-bottom-color: #ddd
}

.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
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, .15)
}

.well-lg {
    padding: 24px;
    border-radius: 0
}

.well-sm {
    padding: 9px;
    border-radius: 0
}

.close {
    float: right;
    font-size: 21px;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff
}

.popover,
.tooltip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-shadow: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    text-decoration: none;
    text-transform: none
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 1
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-content,
.popover {
    background-clip: padding-box
}

.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform .3s ease-out;
    -moz-transition: -moz-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.in {
    opacity: .5
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
    content: " ";
    display: table
}

#agent-section .detail-info .modal-footer .btn+.contact-url,
#agent-section .detail-info .modal-footer .contact-url+.btn,
#agent-section .detail-info .modal-footer .contact-url+.contact-url,
.modal-footer #agent-section .detail-info .btn+.contact-url,
.modal-footer #agent-section .detail-info .contact-url+.btn,
.modal-footer #agent-section .detail-info .contact-url+.contact-url,
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

#agent-section .detail-info .modal-footer .btn-group .btn+.contact-url,
#agent-section .detail-info .modal-footer .btn-group .contact-url+.btn,
#agent-section .detail-info .modal-footer .btn-group .contact-url+.contact-url,
.modal-footer .btn-group #agent-section .detail-info .btn+.contact-url,
.modal-footer .btn-group #agent-section .detail-info .contact-url+.btn,
.modal-footer .btn-group #agent-section .detail-info .contact-url+.contact-url,
.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    text-align: left;
    text-align: start;
    font-size: 12px;
    opacity: 0
}

.tooltip.in {
    opacity: .9
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    margin-bottom: -5px
}

.tooltip.top-right .tooltip-arrow {
    left: 5px;
    margin-bottom: -5px
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
    border-width: 0 5px 5px;
    border-bottom-color: #000;
    top: 0
}

.tooltip.bottom .tooltip-arrow {
    left: 50%;
    margin-left: -5px
}

.tooltip.bottom-left .tooltip-arrow {
    right: 5px;
    margin-top: -5px
}

.tooltip.bottom-right .tooltip-arrow {
    left: 5px;
    margin-top: -5px
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    text-align: start;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 0;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.carousel-caption,
.carousel-control {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    text-align: center
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: -1 -1 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.carousel-inner>.item,
.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.left>.arrow:after,
.popover.right>.arrow:after {
    content: " ";
    bottom: -10px
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25)
}

.popover.right>.arrow:after {
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    width: 100%
}

.carousel-inner>.item {
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -moz-transition: -moz-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0
    }
}

.fadeIn,
.fadeInDown {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    left: 50%;
    margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    right: 50%;
    margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: transparent
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px
}

.owl-theme .owl-controls .owl-buttons div,
.text-hide {
    color: transparent;
    background-color: transparent;
    border: 0
}

#agent-section .detail-info .carousel-caption .contact-url,
.carousel-caption #agent-section .detail-info .contact-url,
.carousel-caption .btn,
.text-hide {
    text-shadow: none
}

@media screen and (min-width:768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next,
    .carousel-control .icon-prev {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 30px
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -15px
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -15px
    }
    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }
    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a
}

.affix {
    position: fixed
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }
    .visible-xs-block {
        display: block !important
    }
    .visible-xs-inline {
        display: inline !important
    }
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }
    .visible-sm-block {
        display: block !important
    }
    .visible-sm-inline {
        display: inline !important
    }
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }
    .visible-md-block {
        display: block !important
    }
    .visible-md-inline {
        display: inline !important
    }
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }
    .visible-lg-block {
        display: block !important
    }
    .visible-lg-inline {
        display: inline !important
    }
    .visible-lg-inline-block {
        display: inline-block !important
    }
    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
    .hidden-print {
        display: none !important
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -ms-transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -ms-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -ms-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -ms-transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px)
    }
}

@-moz-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -moz-transform: translateY(-2000px)
    }
}

@-o-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -o-transform: translateY(0)
    }
    100% {
        opacity: 0;
        -o-transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -webkit-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-moz-keyframes flipInX {
    0% {
        -moz-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -moz-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -moz-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -moz-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-o-keyframes flipInX {
    0% {
        -o-transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        -o-transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -o-transform: perspective(400px) rotateX(10deg)
    }
    100% {
        -o-transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@keyframes flipInX {
    0% {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
    40% {
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        transform: perspective(400px) rotateX(0);
        opacity: 1
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0)
    }
    100%,
    50% {
        -webkit-transform: rotate(180deg)
    }
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0)
    }
    100%,
    50% {
        -moz-transform: rotate(180deg)
    }
}

@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0)
    }
    100%,
    50% {
        -ms-transform: rotate(180deg)
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0)
    }
    100%,
    50% {
        -o-transform: rotate(180deg)
    }
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }
    100%,
    50% {
        transform: rotate(180deg)
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -ms-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInDown,
.fadeInLeft,
.mfp-wrap.mfp-fade .mfp-content {
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -moz-backface-visibility: hidden
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -ms-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
    animation-duration: 1s;
    animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden
}

.fadeInLeft,
.fadeInRight,
.mfp-wrap.mfp-fade .mfp-content {
    -webkit-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: hidden
}

.fadeInLeft,
.mfp-wrap.mfp-fade .mfp-content {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -ms-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    animation-duration: 1s;
    animation-delay: .2s;
    animation-timing-function: ease;
    animation-fill-mode: both;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInRight,
.fadeInUp {
    -o-animation-duration: 1s;
    -webkit-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -ms-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -moz-animation-duration: 1s;
    animation-duration: 1s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    animation-timing-function: ease;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.fadeInUp,
.flipInX {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    -moz-animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -o-backface-visibility: hidden
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-delay: .2s;
    -ms-animation-timing-function: ease;
    animation-timing-function: ease;
    animation-fill-mode: both;
    backface-visibility: hidden
}

.flipInX,
.spin {
    -moz-backface-visibility: hidden
}

.flipInX {
    -webkit-animation-name: flipInX;
    -moz-animation-name: flipInX;
    -ms-animation-name: flipInX;
    -o-animation-name: flipInX;
    animation-name: flipInX;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -ms-animation-fill-mode: both;
    animation-fill-mode: both;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden
}

.spin {
    -webkit-animation-name: spin;
    -moz-animation-name: spin;
    -ms-animation-name: spin;
    -o-animation-name: spin;
    animation-name: spin;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -ms-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel {
    direction: ltr;
    width: 100%;
    margin: 0 auto;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left;
    padding: 0
}

.owl-carousel .owl-item .item,
.owl-carousel .owl-item .items {
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.owl-carousel .owl-item .item img,
.owl-carousel .owl-item .items img {
    width: 100%
}

.owl-carousel .owl-buttons div,
.owl-carousel .owl-page {
    cursor: pointer
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel.property-container .owl-item {
    padding: 0
}

.owl-carousel.not-16-9 .owl-item .items img {
    max-width: none;
    width: auto
}

.owl-controls {
    user-select: none
}

.owl-theme .owl-controls {
    position: absolute;
    left: 50%;
    bottom: 30px;
    text-align: center;
    z-index: 1;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:650px) {
    .owl-theme .owl-controls {
        width: 100%
    }
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    bottom: 30px;
    display: inline-block;
    zoom: 1;
    font: 0/0 a;
    text-shadow: none;
    width: 30px;
    height: 45px
}

@media (min-width:768px) and (max-width:992px) {
    .owl-theme .owl-controls .owl-buttons div {
        bottom: 100%
    }
}

@media (max-width:767px) {
    .owl-theme .owl-controls .owl-buttons div {
        bottom: 100%
    }
}

.owl-theme .owl-controls .owl-buttons div:after,
.owl-theme .owl-controls .owl-buttons div:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 30px;
    height: 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #000
}

.owl-theme .owl-controls .owl-buttons div:before {
    top: 31px
}

.owl-theme .owl-controls .owl-buttons div:hover:after,
.owl-theme .owl-controls .owl-buttons div:hover:before {
    background: #fff
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -145px
}

.owl-theme .owl-controls .owl-buttons div.owl-next:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -145px
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-pagination {
    display: inline-block
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    width: 40px;
    height: 10px;
    background: #fff;
    border: 1px solid #d9d9d9;
    position: relative;
    margin: 5px;
    display: block
}

.owl-theme .owl-controls .owl-page span:before {
    display: block;
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border: 1px solid #d9d9d9
}

.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.owl-theme .owl-controls .owl-page.active span {
    border-color: #50b748;
    background: #50b748
}

.owl-theme .owl-controls .owl-page.active span:before {
    border-color: #50b748
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #50b748
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}

.datepicker {
    top: 0;
    left: 0;
    padding: 11px;
    margin-top: 1px
}

@media (max-width:460px) {
    .datepicker {
        padding: 5px
    }
}

.datepicker.datepicker-rtl {
    direction: rtl
}

.datepicker.datepicker-rtl table tr td span {
    float: right
}

.datepicker.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    border: 1px solid #e6e6e6;
    background: #fff;
    color: #50b748
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    padding: 7px 12px !important
}

@media (max-width:460px) {
    .datepicker td,
    .datepicker th {
        padding: 7px !important
    }
}

@media (max-width:390px) {
    .datepicker td,
    .datepicker th {
        padding: 5px !important
    }
}

.datepicker td {
    font-weight: 700;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.datepicker td.day:hover,
.datepicker td.today {
    background: #d9d9d9;
    color: #000;
    cursor: pointer
}

.datepicker td.day.disabled,
.datepicker td.new,
.datepicker td.old {
    color: #e6e6e6;
    font-weight: 100
}

.datepicker td.day.disabled {
    cursor: default
}

.datepicker td.day.disabled:hover {
    background: #fff
}

.datepicker td.selected {
    background: #04076e
}

.datepicker td.range {
    background: #030656
}

.datepicker td.active,
.datepicker td.active:hover {
    background: #50b748;
    color: #fff
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer
}

.datepicker td span:hover {
    background: rgba(229, 17, 31, .7)
}

.datepicker td span.active {
    background: #000;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(229, 17, 31, .25)
}

.datepicker td span.old {
    color: #02043d
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px
}

.datepicker thead tr:first-child th {
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.datepicker thead tr:first-child th:hover {
    background: #50b748;
    color: #fff
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    width: 100%;
    left: 0;
    top: 0
}

body.room-details .datepicker,
body.white-datepicker .datepicker {
    background: #fff;
    border: 1px solid #50b748
}

body.room-details .datepicker td.day:hover,
body.room-details .datepicker td.today,
body.white-datepicker .datepicker td.day:hover,
body.white-datepicker .datepicker td.today {
    background: #fff;
    color: #50b748
}

body.room-details .datepicker td.day.disabled,
body.white-datepicker .datepicker td.day.disabled {
    color: #f2f1f6
}

body.room-details .datepicker td.day.disabled:hover,
body.white-datepicker .datepicker td.day.disabled:hover {
    background: #f2f1f6;
    color: #fff
}

body.room-details .datepicker td.new,
body.room-details .datepicker td.old,
body.white-datepicker .datepicker td.new,
body.white-datepicker .datepicker td.old {
    color: #d5d2e2;
    font-weight: 300
}

.fc-event,
.ui-widget td.fc-axis {
    font-weight: 400
}

body.room-details .datepicker td.selected,
body.room-details .datepicker td.selected:hover,
body.white-datepicker .datepicker td.selected,
body.white-datepicker .datepicker td.selected:hover {
    background: #ef212f;
    color: #fff
}

body.room-details .datepicker td.range,
body.white-datepicker .datepicker td.range {
    background: #f2505b
}

.mfp-bg {
    height: 100%;
    z-index: 1042;
    position: fixed;
    background: rgba(255, 255, 255, .8);
    opacity: .8
}

.mfp-bg.mfp-fade {
    opacity: 0;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.mfp-bg.mfp-fade.mfp-ready {
    opacity: 1
}

.mfp-bg.mfp-fade.mfp-removing,
.mfp-wrap.mfp-fade.mfp-removing {
    opacity: 0
}

.mfp-wrap {
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-wrap.mfp-fade {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.mfp-container {
    text-align: center;
    position: absolute;
    height: 100%;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-close,
.mfp-preloader {
    text-align: center;
    position: absolute
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: auto;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #fff;
    top: 50%;
    width: auto;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #fff
}

.mfp-preloader a:hover {
    color: #000
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-scroller,
html {
    overflow-x: hidden
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    right: 2px;
    top: 2px;
    text-decoration: none;
    opacity: .65;
    background: #fff !important;
    padding: 0 0 18px 10px;
    color: #4b4e53;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.fc-bgevent,
.fc-highlight {
    opacity: .3
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #000
}

.mfp-counter {
    position: absolute;
    top: 8px;
    right: 65px;
    color: #fff;
    font-size: 12px;
    line-height: 25px
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: rgba(229, 17, 31, 0)
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus .mfp-a,
.mfp-arrow:focus .mfp-b,
.mfp-arrow:focus:after,
.mfp-arrow:focus:before,
.mfp-arrow:hover .mfp-a,
.mfp-arrow:hover .mfp-b,
.mfp-arrow:hover:after,
.mfp-arrow:hover:before {
    background: #000
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    position: absolute;
    left: 0;
    margin-top: 35px;
    margin-left: 35px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #4b4e53
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    top: -7px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    top: 14px
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-arrow-right {
    right: 10px
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 1100px;
    height: 100%
}

#top-logo img,
.mfp-image-holder .mfp-content,
.slide-caption,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(229, 17, 31, .6);
    background: #50b748
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto
}

.mfp-figure:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1
}

.mfp-figure small {
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    padding: 0 10px;
    cursor: auto;
    background: rgba(0, 0, 0, .3)
}

.mfp-title {
    text-align: left;
    line-height: 44px;
    color: #fff
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(229, 17, 31, .3);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .2);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton,
.fc-time-grid .fc-bgevent-skeleton,
.fc-time-grid .fc-content-skeleton {
    right: 0;
    top: 0;
    position: absolute;
    left: 0
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.bypostauthor,
.gallery-caption,
.wp-caption {
    font-style: inherit;
    background: #fff;
    padding: 10px
}

.bypostauthor .wp-caption-text,
.gallery-caption .wp-caption-text,
.wp-caption .wp-caption-text {
    line-height: 40px
}

.alignright {
    text-align: right;
    float: right;
    margin: 20px 0 20px 20px
}

.alignleft {
    text-align: left;
    float: left;
    margin: 20px 20px 20px 0
}

.aligncenter,
.header-sec,
.pagination-box,
.sort-section-container {
    text-align: center
}

.aligncenter {
    margin: 20px auto
}

.screen-reader-text {
    font-family: inherit
}

.header-sec h2 {
    font-size: 2em;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    margin: 10px 0 60px;
    color: #040b16;
    position: relative;
    padding: 20px 40px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:992px) {
    .header-sec h2 {
        font-size: 1.8em
    }
}

.header-sec h2:after,
.header-sec h2:before {
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1
}

.header-sec h2:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

.header-sec h2:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

.header-sec h2 span {
    color: #e8811a
}

.header-sec .subtitle {
    margin-top: -30px;
    color: #999
}

select {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 40px 5px 10px;
    border: 1px solid #e4e1ec;
    outline: 0 !important;
    color: gray;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CgkJCQkJPHN2ZyB3aWR0aD0iNDBweCIgaGVpZ2h0PSIxNXB4IiB2aWV3Qm94PSIwIDAgNDAgMTUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c2tldGNoPSJodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2gvbnMiPgoJCQkJCSAgICA8ZGVmcz48L2RlZnM+CgkJCQkJICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHNrZXRjaDp0eXBlPSJNU1BhZ2UiPgoJCQkJCSAgICAgICAgPHBhdGggZD0iTTIwLDE1IEwwLDE1IEwxMCwwIEwyMCwxNSBaIiBpZD0iVHJpYW5nbGUtMSIgZmlsbD0icmdiYSgxMDIsMTE0LDEyMSwgMSkiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgNy41MDAwMDApIHJvdGF0ZSgtMTgwLjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC03LjUwMDAwMCkgIj48L3BhdGg+CgkJCQkJICAgIDwvZz4KCQkJCQk8L3N2Zz4=);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

select:focus,
select:hover {
    border-color: #e4e1ec
}

.sort-section-container {
    margin: -25px 0 30px
}

@media (max-width:1200px) {
    .sort-section-container {
        text-align: center
    }
}

.sort-section-container .sort-handle {
    background: #fff;
    text-align: center;
    color: #02043d;
    line-height: 35px;
    position: relative;
    cursor: pointer;
    margin-bottom: 3px;
    border: 2px solid #d9d9d9;
    display: none
}

@media (max-width:650px) {
    .sort-section-container .sort-handle {
        display: block
    }
}

.sort-section-container .sort-handle:before {
    display: block;
    width: 35px;
    height: 35px;
    background: #d9d9d9;
    color: #02043d;
    font-family: FontAwesome;
    content: "\f107";
    float: left
}

.sort-section-container .sort-handle:after {
    content: '';
    float: right;
    margin: 15px 12px 0 0;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-top: 7px solid #d9d9d9
}

.sort-section-container ul {
    margin-left: 0;
    display: inline-block
}

.sort-section-container ul li a {
    color: #02043d;
    line-height: 35px;
    display: inline-block;
    z-index: 1;
    overflow: hidden;
    border-bottom: 1px solid transparent;
    padding: 0 10px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.fc-event,
.ui-timepicker-wrapper .ui-timepicker-list li {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

@media (max-width:767px) {
    .sort-section-container ul li a {
        padding: 0
    }
}

.sort-section-container ul li a.active,
.sort-section-container ul li a:hover {
    border-color: #50b748
}

@media (max-width:650px) {
    .sort-section-container ul {
        display: none
    }
    .sort-section-container ul li {
        display: block;
        margin-bottom: 3px
    }
    .sort-section-container ul li a {
        display: block
    }
}

.pagination-box {
    margin: 30px 0 50px
}

.pagination-box ul {
    display: inline-block
}

.pagination-box ul li {
    width: 35px;
    height: 35px;
    margin: 0 3px;
    padding: 0
}

.pagination-box ul li a,
.pagination-box ul li>span {
    display: block;
    background: #fff;
    color: #50b748;
    border: 3px double #d9d9d9;
    line-height: 35px
}

.fc-button-group,
.fc-icon {
    display: inline-block
}

.pagination-box ul li a.active,
.pagination-box ul li a.current,
.pagination-box ul li a:hover,
.pagination-box ul li>span.active,
.pagination-box ul li>span.current,
.pagination-box ul li>span:hover {
    background: #fff;
    color: #50b748;
    border-color: #50b748
}

.ui-timepicker-wrapper {
    overflow-y: auto;
    width: 200px;
    height: 200px;
    background: #fff;
    border: 1px solid #e6e6e6;
    outline: 0;
    z-index: 10001;
    margin: 0
}

.fc-icon,
.fc-row.fc-rigid {
    overflow: hidden
}

.ui-timepicker-wrapper .ui-timepicker-list li {
    line-height: 40px;
    padding: 0 10px;
    letter-spacing: 1px;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    transition: all .3s ease
}

.ui-timepicker-wrapper .ui-timepicker-list li:hover {
    background: #50b748;
    color: #fff
}

.fc-state-active,
.fc-state-down {
    border: 0
}

.fc td,
.fc th {
    border-style: solid;
    border-width: 1px;
    padding: 0;
    vertical-align: top
}

.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
    background: 0 0;
    border-color: transparent;
    border-bottom: 0
}

.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
    margin-left: 0;
    border-left-width: 0;
    padding-left: 1px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0
}

.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
    margin-right: 0;
    border-right-width: 0;
    padding-right: 1px;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc {
    direction: ltr;
    text-align: left
}

.fc button {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    height: 40px;
    padding: 0 20px;
    font-size: 1em;
    white-space: nowrap;
    cursor: pointer
}

.fc button .fc-icon {
    position: relative;
    top: -.05em;
    margin: 0 .2em;
    vertical-align: middle
}

.fc button::-moz-focus-inner {
    margin: 0;
    padding: 0
}

.fc .fc-button-group>* {
    float: left;
    margin: 0 0 0 -1px
}

.fc .fc-button-group>:first-child {
    margin-left: 0
}

.fc table {
    width: 100%;
    table-layout: fixed;
    font-size: 1em
}

.fc th {
    text-align: center
}

.fc td.fc-today {
    border-style: double
}

.fc .fc-row {
    border-style: solid;
    border-width: 0
}

.fc .fc-axis {
    vertical-align: middle;
    padding: 0 4px;
    white-space: nowrap
}

.fc .fc-toolbar>*>* {
    float: left;
    margin-left: .75em
}

.fc .fc-toolbar>*>:first-child {
    margin-left: 0
}

.fc-rtl {
    text-align: right
}

.fc-rtl .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-end-resizer:after,
.fc-rtl .fc-h-event .fc-end-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-rtl .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-start-resizer:after,
.fc-rtl .fc-h-event .fc-start-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-rtl .fc-axis {
    text-align: left
}

.fc-icon,
.fc-rtl .fc-basic-view .fc-day-number {
    text-align: center
}

.fc-rtl .fc-popover .fc-header .fc-close {
    float: left
}

.fc-rtl .fc-popover .fc-header .fc-title {
    float: right
}

.fc-rtl .fc-time-grid .fc-event-container {
    margin: 0 2px 0 2.5%
}

.fc-rtl .fc-next-button,
.fc-rtl .fc-prev-button {
    direction: rtl
}

.fc-rtl .fc-next-button .fc-icon,
.fc-rtl .fc-prev-button .fc-icon {
    line-height: 26px
}

.fc-unthemed .fc-divider {
    border-color: #e6e6e6;
    background: #dedede
}

.fc-unthemed .fc-popover {
    border: 1px solid #e6e6e6;
    background-color: #fff
}

.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
    border-color: #e6e6e6
}

.fc-unthemed .fc-popover .fc-header {
    background: #dedede
}

.fc-unthemed .fc-popover .fc-header .fc-close {
    color: #4b4e53;
    font-size: .9em;
    margin-top: 2px
}

.fc-unthemed th {
    font-family: 'Playfair Display', serif;
    line-height: 50px;
    color: #50b748
}

.fc-unthemed .fc-today {
    background: #ededed
}

.fc-highlight {
    background: #02043d
}

.fc-bgevent {
    background: #50b748
}

.fc-nonbusiness {
    background: #fff
}

.fc-icon {
    width: 1em;
    height: 1.3em;
    line-height: 1em;
    font-size: 1em;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
    height: 100%
}

.fc-icon:after {
    position: relative;
    margin: 0 -1em
}

.fc-state-default {
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    color: #333538
}

.fc-state-active {
    color: #fff !important;
    background-color: #50b748 !important;
    border-color: #50b748
}

.fc-state-disabled {
    color: #333538;
    background-color: #ebebeb;
    cursor: default;
    background-image: none;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none
}

.fc-state-down {
    color: #333538;
    background-color: #d9d9d9
}

.fc-event,
.fc-event:hover {
    color: #02043d;
    text-decoration: none
}

.fc-popover {
    position: absolute;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .15)
}

.fc-popover .fc-header {
    padding: 2px 4px
}

.fc-popover .fc-header .fc-title {
    margin: 0 2px
}

.fc-popover .fc-header .fc-close {
    cursor: pointer
}

.fc-popover>.ui-widget-header+.ui-widget-content {
    border-top: 0
}

.fc-ltr .fc-h-event .fc-start-resizer,
.fc-ltr .fc-h-event .fc-start-resizer:after,
.fc-ltr .fc-h-event .fc-start-resizer:before {
    right: auto;
    cursor: w-resize
}

.fc-ltr .fc-h-event .fc-end-resizer,
.fc-ltr .fc-h-event .fc-end-resizer:after,
.fc-ltr .fc-h-event .fc-end-resizer:before {
    left: auto;
    cursor: e-resize
}

.fc-event.fc-draggable,
.fc-event[href] {
    cursor: pointer
}

.fc-ltr .fc-axis {
    text-align: right
}

.fc-ltr .fc-popover .fc-header .fc-title {
    float: left
}

.fc-ltr .fc-popover .fc-header .fc-close {
    float: right
}

.fc-ltr .fc-basic-view .fc-day-number {
    text-align: center
}

.fc-ltr .fc-time-grid .fc-event-container {
    margin: 0 2.5% 0 2px
}

.fc-divider {
    border-style: solid;
    border-width: 1px
}

.fc-clear {
    clear: both
}

.fc-bg {
    bottom: 0
}

.fc-row {
    position: relative
}

.fc-row table {
    border-left: 0 hidden transparent;
    border-right: 0 hidden transparent;
    border-bottom: 0 hidden transparent
}

.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
    border-color: transparent
}

.fc-row .fc-bg {
    z-index: 1
}

.fc-row .fc-bgevent-skeleton {
    bottom: 0;
    z-index: 2
}

.fc-row .fc-highlight-skeleton {
    bottom: 0;
    z-index: 3
}

.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
    border-top: 0
}

.fc-row .fc-content-skeleton {
    position: relative;
    z-index: 4;
    padding-bottom: 2px;
    line-height: 30px
}

.fc-row .fc-helper-skeleton {
    z-index: 5
}

.fc-row.fc-rigid .fc-content-skeleton {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.fc-row:first-child table {
    border-top: 0 hidden transparent
}

.fc-scroller {
    overflow-y: scroll
}

.fc-scroller>* {
    position: relative;
    width: 100%;
    overflow: hidden
}

.fc-event {
    position: relative;
    display: block;
    font-size: .9em;
    line-height: 1.7;
    margin: 2px 5px;
    border: 1px solid #50b748;
    background-color: #fff;
    transition: all .3s ease
}

.fc-day-grid-event .fc-time,
a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

.fc-event:hover {
    border-color: #02043d
}

.fc-event:hover .fc-time {
    color: #50b748
}

.fc-event .fc-bg {
    z-index: 1;
    background: #fff;
    opacity: .25
}

.fc-event .fc-content {
    padding: 0 5px;
    line-height: 30px;
    position: relative;
    z-index: 2
}

.fc-event .fc-resizer {
    position: absolute;
    z-index: 3
}

.ui-widget .fc-event {
    color: #fff;
    text-decoration: none
}

.fc-not-allowed,
.fc-not-allowed .fc-event {
    cursor: not-allowed
}

.fc-day-grid-event .fc-content {
    white-space: nowrap;
    overflow: hidden;
    text-align: center
}

.fc-day-grid-event .fc-time {
    font-weight: 700;
    display: none;
    width: 25px;
    color: #02043d;
    transition: all .3s ease
}

@media (min-width:768px) and (max-width:992px) {
    .fc-day-grid-event .fc-time {
        display: block
    }
    .fc-day-grid-event .fc-title {
        display: none
    }
}

.fc-day-grid-event .fc-resizer {
    left: -3px;
    right: -3px;
    width: 7px
}

.fc-limited {
    display: none
}

.fc-more-popover {
    z-index: 2;
    width: 220px
}

.fc-more-popover .fc-event-container {
    padding: 10px
}

.fc-toolbar {
    text-align: center;
    margin-bottom: 40px
}

.fc-toolbar .fc-left {
    float: left
}

.fc-toolbar .fc-right {
    float: right
}

.fc-toolbar .fc-center {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    line-height: 50px
}

.fc-toolbar h2 {
    margin: 0
}

.fc-toolbar button {
    position: relative
}

.fc-toolbar button:focus {
    z-index: 5;
    outline: 0
}

.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
    z-index: 2
}

.fc-toolbar .fc-state-down {
    z-index: 3
}

.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
    z-index: 4
}

.fc-time-grid,
.fc-view,
.fc-view>table {
    position: relative;
    z-index: 1
}

.fc-view-container *,
.fc-view-container:after,
.fc-view-container:before {
    box-sizing: content-box
}

.fc-basic-view .fc-day-number {
    padding: 0 2px
}

.fc-basic-view .fc-week-number {
    padding: 0 2px;
    text-align: center
}

.fc-basic-view .fc-week-number span {
    display: inline-block;
    min-width: 1.25em
}

.fc-basic-view td.fc-day-number,
.fc-basic-view td.fc-week-number span {
    padding-top: 2px;
    padding-bottom: 2px
}

.fc-basic-view .fc-body .fc-row {
    min-height: 4em
}

.fc-time-grid {
    min-height: 100%
}

.fc-time-grid .fc-slats,
.fc-time-grid>hr {
    z-index: 2;
    position: relative
}

.fc-time-grid table {
    border: 0 hidden transparent
}

.fc-time-grid .fc-slats td {
    height: 30px;
    border-bottom: 0
}

.fc-time-grid .fc-slats .ui-widget-content {
    background: 0 0
}

.fc-time-grid .fc-slats .fc-minor td {
    border-top-style: dotted
}

.fc-time-grid .fc-bgevent-skeleton {
    z-index: 3
}

.fc-time-grid .fc-content-skeleton {
    z-index: 5
}

.fc-time-grid .fc-highlight-skeleton {
    z-index: 4
}

.fc-time-grid .fc-helper-skeleton {
    z-index: 6
}

.fc-time-grid .fc-highlight-container {
    position: relative
}

.fc-time-grid .fc-highlight {
    position: absolute;
    left: 0;
    right: 0
}

.fc-time-grid .fc-bgevent-container,
.fc-time-grid .fc-event-container {
    position: relative
}

.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
    position: absolute;
    z-index: 1
}

.fc-time-grid .fc-bgevent {
    left: 0;
    right: 0
}

.fc-time-grid>.fc-bg {
    z-index: 1
}

.fc-time-grid-container {
    position: relative;
    z-index: 1
}

.fc-v-event.fc-not-start {
    border-top-width: 0;
    padding-top: 1px;
    -moz-border-radius-topleft: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0
}

.fc-v-event.fc-not-end {
    border-bottom-width: 0;
    padding-bottom: 1px;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0
}

.fc-time-grid-event {
    overflow: hidden
}

.fc-time-grid-event .fc-time {
    padding: 0 1px;
    font-size: .85em;
    white-space: nowrap;
    color: #02043d;
    font-weight: 700
}

.fc-time-grid-event .fc-title {
    padding: 0 1px
}

.fc-time-grid-event.fc-short .fc-content {
    white-space: nowrap
}

.fc-time-grid-event.fc-short .fc-time {
    display: inline-block;
    vertical-align: top
}

.fc-time-grid-event.fc-short .fc-time span {
    display: none
}

.fc-time-grid-event.fc-short .fc-time:before {
    content: attr(data-start)
}

.fc-time-grid-event.fc-short .fc-time:after {
    content: "\000A0-\000A0"
}

.fc-time-grid-event.fc-short .fc-title {
    display: inline-block;
    vertical-align: top;
    font-size: .85em;
    padding: 0
}

.fc-time-grid-event .fc-resizer {
    left: 0;
    right: 0;
    bottom: 0;
    height: 8px;
    overflow: hidden;
    line-height: 8px;
    font-size: 11px;
    font-family: 'Playfair Display', serif;
    text-align: center;
    cursor: s-resize
}

.fc-time-grid-event .fc-resizer:after {
    content: "="
}

body .fc {
    font-size: 1em
}

.fc-icon-left-single-arrow:after {
    content: "\02039";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: 3%
}

.fc-icon-right-single-arrow:after {
    content: "\0203A";
    font-weight: 700;
    font-size: 200%;
    top: -7%;
    left: -3%
}

.fc-icon-left-double-arrow:after {
    content: "\000AB";
    font-size: 160%;
    top: -7%
}

.fc-icon-right-double-arrow:after {
    content: "\000BB";
    font-size: 160%;
    top: -7%
}

.fc-icon-left-triangle:after {
    content: "\25C4";
    font-size: 125%;
    top: 3%;
    left: -2%
}

.fc-icon-right-triangle:after {
    content: "\25BA";
    font-size: 125%;
    top: 3%;
    left: 2%
}

.fc-icon-down-triangle:after {
    content: "\25BC";
    font-size: 125%;
    top: 2%
}

.fc-icon-x:after {
    content: "\000D7";
    font-size: 200%;
    top: 6%
}

hr.fc-divider {
    height: 0;
    margin: 0;
    padding: 0 0 2px;
    border-width: 1px 0
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
    padding-top: 1px;
    padding-bottom: 1em
}

.fc-h-event .fc-resizer {
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    width: 5px
}

a.fc-more {
    margin: 1px 3px;
    font-size: .85em;
    cursor: pointer;
    text-decoration: none
}

a.fc-more:hover {
    text-decoration: underline
}

.fc-day-grid .fc-row {
    z-index: 1
}

.fc-day-number.fc-other-month {
    opacity: .3
}

.fc-agenda-view .fc-day-grid {
    position: relative;
    z-index: 2
}

.fc-agenda-view .fc-day-grid .fc-row {
    min-height: 3em
}

body,
ul {
    padding: 0
}

html {
    overflow-y: auto
}

body {
    background: #fff;
    color: #494949
}

body.pattern-1 {
    background: url(../img/pattern/1.png)
}

body.pattern-2 {
    background: url(../img/pattern/2.png)
}

body.pattern-3 {
    background: url(../img/pattern/3.png)
}

body.pattern-4 {
    background: url(../img/pattern/4.png)
}

body.pattern-5 {
    background: url(../img/pattern/5.png)
}

body.pattern-6 {
    background: url(../img/pattern/6.png)
}

body.pattern-7 {
    background: url(../img/pattern/7.png)
}

body.pattern-8 {
    background: url(../img/pattern/8.png)
}

ul {
    list-style: none;
    margin: 0
}

a {
    transition: all .3s ease;
    color: #02043d
}

#main-header .nav-container .b-header,
#top-logo {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
    outline: 0 !important
}

a:focus {
    color: #02043d
}

#main-header .nav-container .b-header nav>ul>li ul>li.active a,
#main-header .nav-container .b-header nav>ul>li ul>li.current-menu-item a,
#main-header .nav-container .b-header nav>ul>li.active>a,
#main-header .nav-container .b-header nav>ul>li.current-menu-item>a,
#main-header .nav-container .b-header nav>ul>li.current-menu-parent>a,
a:hover {
    color: #50b748
}

input,
textarea {
    resize: none
}

input:focus,
textarea:focus {
    border-color: #50b748;
    outline: 0 !important
}

.animated-box {
    opacity: 0
}

#main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-top: 4px solid #02043d;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    background: #fff;
    z-index: 10000
}

#main-header .nav-container {
    padding-right: 0
}

#main-header .nav-container .t-header .lang-box {
    float: right;
    padding-left: 40px;
    margin: 5px 0 0 30px;
    position: relative;
    min-width: 107px
}

@media (max-width:390px) {
    #main-header .nav-container .t-header .lang-box {
        display: none
    }
}

#main-header .nav-container .t-header .lang-box:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #d5d2e2
}

@media (max-width:1200px) {
    #main-header .nav-container .t-header {
        float: right
    }
    #main-header .nav-container .t-header .lang-box {
        margin-top: 23px
    }
    #main-header .nav-container .t-header .lang-box:before {
        top: -23px
    }
    #main-header .nav-container .t-header .contact-info {
        display: none
    }
}

@media (max-width:460px) {
    #main-header .nav-container .t-header .lang-box {
        display: none
    }
}

#main-header .nav-container .t-header .lang-box select {
    height: 25px;
    font-size: 11px;
    padding: 0 30px 0 10px;
    background-size: 15px
}

#main-header .nav-container .t-header .contact-info {
    float: right;
    margin-top: 5px;
    font-size: 13px
}

#main-header .nav-container .t-header .contact-info .email {
    padding-right: 3px;
    position: relative
}

#main-header .nav-container .t-header .contact-info .email:before {
    display: block;
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #d5d2e2
}

#main-header .nav-container .b-header {
    margin-top: 38px;
    transition: all .3s ease
}

#main-header .nav-container .b-header nav>ul {
    float: right;
    margin: 0;
    position: relative;
    z-index: 1
}

#main-header .nav-container .b-header nav>ul:before {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    content: ""
}

#main-header .nav-container .b-header nav>ul a {
    font-size: 13px
}

#main-header .nav-container .b-header nav>ul>li {
    padding: 0;
    position: relative;
    float: left
}

#main-header .nav-container .b-header nav>ul>li:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 1px;
    height: 15px;
    background: #d5d2e2
}

#main-header .nav-container .b-header nav>ul>li>a {
    display: block;
    line-height: 38px;
    padding: 0 8px;
    letter-spacing: 1px
}

#main-header .nav-container .b-header nav>ul>li ul {
    left: 50%;
    padding: 2px;
    min-width: 150px;
    visibility: hidden;
    position: absolute;
    top: calc(100% + 3px);
    border: 1px solid #fff;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

#main-header .nav-container .b-header nav>ul>li ul>li {
    display: block;
    padding: 0 20px;
    background: #fff;
    position: relative
}

#main-header .nav-container .b-header nav>ul>li ul>li:last-child a {
    border-bottom: 0
}

#main-header .nav-container .b-header nav>ul>li ul>li a {
    white-space: nowrap;
    text-transform: none;
    display: block;
    line-height: 40px;
    text-align: center;
    border-bottom: 1px solid #d5d2e2
}

#main-header .nav-container .b-header nav>ul>li ul>li>ul {
    left: 100%;
    top: 5px;
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    -webkit-transform: translateX(2px);
    transform: translateX(2px)
}

#main-header .nav-container .b-header nav>ul>li ul>li:hover>ul,
#main-header .nav-container .b-header nav>ul>li:hover>ul {
    opacity: 1;
    visibility: visible
}

#main-header .nav-container .b-header nav>ul>li.home a {
    text-indent: -999999px;
    width: 80px;
    height: 38px;
    text-align: center;
    overflow: hidden
}

#main-header .nav-container .b-header nav>ul>li.home a:before {
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 1.5em
}

#main-header .nav-container .b-header nav>ul>li.active:after,
#main-header .nav-container .b-header nav>ul>li.current-menu-item:after,
#main-header .nav-container .b-header nav>ul>li.current-menu-parent:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    content: "";
    background: #50b748
}

#main-header .nav-container .b-header nav>ul>li:first-child:before {
    display: none
}

#main-header.has-booking-btn .nav-container .b-header {
    margin-right: 294px
}

.logo-container {
    padding-left: 0
}

#top-logo {
    position: relative;
    display: block;
    width: 100%;
    height: 107px;
    text-align: center;
    border-top: 4px solid #50b748;
    margin-top: -4px;
    transition: all .3s ease
}

#top-logo .sub-title,
#top-logo .title {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    position: absolute
}

#top-logo img {
    margin-top: 0
}

@media (max-width:1200px) {
    #top-logo {
        font-size: .7em;
        height: 80px
    }
}

#top-logo:before {
    display: block;
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    height: 4px;
    background: #50b748
}

#top-logo .sub-title {
    color: rgba(75, 78, 83, .5);
    text-transform: lowercase;
    font-size: .8em;
    transition: all .3s ease;
    left: 65px;
    top: 32px;
    letter-spacing: 2px
}

@media (max-width:1200px) {
    #top-logo .sub-title {
        left: 49px;
        top: 22px
    }
}

@media (max-width:460px) {
    #top-logo .sub-title {
        display: none
    }
}

#top-logo .title {
    font-family: 'Playfair Display', serif;
    font-size: 3.3em;
    color: #02043d;
    top: 35px;
    transition: all .3s ease;
    left: 13px;
    letter-spacing: 5px
}

#top-logo .title b {
    font-size: 1.8em;
    font-weight: 400;
    margin-right: -7px
}

#main-menu-handle {
    float: right;
    border: 1px solid #e4e1ec;
    width: 40px;
    height: 40px;
    cursor: pointer;
    line-height: 40px;
    text-align: center;
    margin-top: 16px;
    color: #02043d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#main-menu-handle:hover,
#mobile-menu-container #main-menu li.active>a,
#mobile-menu-container #main-menu li.current_page_item>a,
#mobile-menu-container #main-menu li:hover>a {
    color: #50b748
}

#main-menu-handle.active i:before {
    content: "\f00d"
}

#mobile-menu-container {
    border-top: 1px solid #e4e1ec;
    background: #fff
}

@media (max-width:1200px) {
    #top-logo .title {
        top: 25px
    }
    #mobile-menu-container {
        display: none
    }
}

#mobile-menu-container #main-menu li {
    display: block
}

#mobile-menu-container #main-menu li.active>a:before,
#mobile-menu-container #main-menu li:hover>a:before {
    background: #50b748
}

#mobile-menu-container #main-menu li a {
    display: block;
    padding: 0 30px;
    line-height: 35px;
    border-bottom: 1px solid #e4e1ec
}

#mobile-menu-container #main-menu li>ul li a:after {
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    background: #02043d;
    margin: 15px 15px 0 0;
    float: left
}

#header-book-visit-btn,
#header-book-visit-btn1,
#header-book-visit-btn2 {
    display: block;
    border-bottom: 0;
    background: #50b748;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 145px;
    position: absolute;
    right: 0;
    bottom: 0
}

#header-book-visit-btn1:before,
#header-book-visit-btn2:before,
#header-book-visit-btn:before {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #02043d
}

#header-book-visit-btn .inner-box,
#header-book-visit-btn1 .inner-box,
#header-book-visit-btn2 .inner-box {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 8px 15px;
    position: relative
}

#header-book-visit-btn i,
#header-book-visit-btn1 i,
#header-book-visit-btn2 i {
    position: absolute;
    top: 0;
    display: none;
    font-size: 2.5em;
    opacity: .3;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header-book-visit-btn1:hover,
#header-book-visit-btn2:hover,
#header-book-visit-btn:hover {
    background: #2e2e2e;
    color: #fff
}

#header-book-visit-btn1:hover:before,
#header-book-visit-btn2:hover:before,
#header-book-visit-btn:hover:before {
    background: #50b748
}

@media (max-width:1200px) {
    #header-book-visit-btn,
    #header-book-visit-btn1,
    #header-book-visit-btn2 {
        position: relative;
        float: right;
        border-bottom: 1px solid transparent;
        margin: 13px 20px 0 0
    }
    #header-book-visit-btn .inner-box,
    #header-book-visit-btn1 .inner-box,
    #header-book-visit-btn2 .inner-box {
        padding: 10px 25px
    }
    #header-book-visit-btn1:hover,
    #header-book-visit-btn:hover,
    header-book-visit-btn2:hover {
        border-bottom-color: #02043d
    }
}

@media (max-width:650px) {
    #header-book-visit-btn,
    #header-book-visit-btn1,
    #header-book-visit-btn2 {
        width: 50px;
        height: 40px
    }
    #header-book-visit-btn .inner-box,
    #header-book-visit-btn1 .inner-box,
    #header-book-visit-btn2 .inner-box {
        padding: 0
    }
    #header-book-visit-btn .text,
    #header-book-visit-btn1 .text,
    #header-book-visit-btn2 .text {
        display: none
    }
    #header-book-visit-btn i,
    #header-book-visit-btn1 i,
    #header-book-visit-btn2 i {
        display: block;
        opacity: .6
    }
}

#main-slider {
    width: 100%;
    height: 100%;
    margin: 0
}

#main-slider .owl-controls {
    bottom: 50%;
    width: 100%
}

#main-slider .owl-controls .owl-next,
#main-slider .owl-controls .owl-prev {
    width: 50px;
    height: 50px
}

#main-slider .owl-controls .owl-next:before,
#main-slider .owl-controls .owl-prev:before {
    font-size: 15px;
    color: #50b748;
    background: rgba(255, 255, 255, .9);
    font-family: "Glyphicons Halflings";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    top: 0
}

#agent-section .detail-info .name,
#agent-section .detail-info .title,
#feature-section .section-box .content ul li span,
#feature-section .section-box .head-title,
#feature-section [class*=content-box] .head-title,
.slide-caption .title {
    font-family: 'Playfair Display', serif
}

#main-slider .owl-controls .owl-next:after,
#main-slider .owl-controls .owl-prev:after {
    display: none
}

#main-slider .owl-controls .owl-prev {
    left: 0
}

#main-slider .owl-controls .owl-prev:before {
    content: "\e079"
}

#main-slider .owl-controls .owl-next {
    right: 0
}

#main-slider .owl-controls .owl-next:before {
    content: "\e080"
}

#main-slider .img-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

#main-slider .img-container img {
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

#main-slider .items {
    height: 100%
}

#main-slider .owl-wrapper {
    width: 100% !important;
    height: 600px !important;
    left: 0 !important;
    position: relative;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    transform: translateX(0) !important
}

#main-slider .owl-item {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease;
    width: 100% !important;
    height: 100% !important;
    overflow: hidden
}

#main-slider .owl-item.active {
    opacity: 1;
    visibility: visible
}

.slide-caption {
    z-index: 1;
    position: relative;
    bottom: -75%
}

.slide-caption a {
    padding: 30px 40px;
    display: block;
    z-index: 1;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 20px;
    bottom: 70px;
    max-width: 90%
}

@media (max-width:992px) {
    .slide-caption a {
        font-size: .7em;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.slide-caption a:before {
    top: -5px;
    left: -5px;
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

.slide-caption a .corner-box {
    width: 0;
    height: 0;
    border-bottom: 70px solid #50b748;
    border-left: 70px solid transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    right: -10px
}

.slide-caption a .corner-box:before {
    display: block;
    content: "";
    position: absolute;
    right: 10px;
    bottom: -60px;
    width: 0;
    height: 0;
    border-bottom: 50px solid rgba(255, 255, 255, .5);
    border-left: 50px solid transparent
}

.slide-caption span {
    display: block
}

.slide-caption .title {
    color: #02043d;
    font-size: 3em;
    line-height: 1.3em;
    margin-bottom: 20px;
    max-width: 100%;
    padding-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.slide-caption .subtitle {
    color: #50b748;
    font-size: 1.3em;
    line-height: 1.2em;
    letter-spacing: 2px;
    font-weight: 300;
    position: relative
}

.slide-caption .subtitle:before {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: -18px;
    width: 30%;
    height: 1px;
    background: #d9d9d9
}

#about-section,
#welcome-section {
    padding: 60px 15px 10px;
    text-align: center
}

#agent-section img {
    width: 100%
}

@media (max-width:992px) {
    #about-section,
    #welcome-section {
        padding: 20px 15px 20px !important
    }
    #gallery-section,
    #gallery-section1 {
        padding: 0 0 50px !important
    }
}

#about-section .content,
#welcome-section .content {
    color: gray;
    line-height: 30px;
    margin-bottom: 60px;
    padding: 0 120px
}

@media (max-width:992px) {
    #about-section .content,
    #welcome-section .content {
        padding: 0
    }
}

#about-section .btn-row #agent-section .detail-info .contact-url,
#about-section .btn-row .btn,
#agent-section .detail-info #about-section .btn-row .contact-url,
#agent-section .detail-info #welcome-section .btn-row .contact-url,
#welcome-section .btn-row #agent-section .detail-info .contact-url,
#welcome-section .btn-row .btn {
    min-width: 200px;
    border-color: #50b748;
    background: #50b748;
    color: #fff;
    margin: 0 30px;
    line-height: 20px;
    letter-spacing: 1px;
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#about-section .img-container:before,
#welcome-section.has-image .img-container:before,
.has-image#about-section .img-container:before {
    display: block;
    content: "";
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff
}

#about-section .btn-row #agent-section .detail-info .contact-url:focus,
#about-section .btn-row .btn:focus,
#agent-section .detail-info #about-section .btn-row .contact-url:focus,
#agent-section .detail-info #welcome-section .btn-row .contact-url:focus,
#welcome-section .btn-row #agent-section .detail-info .contact-url:focus,
#welcome-section .btn-row .btn:focus {
    background-color: #fff
}

#about-section .btn-row #agent-section .detail-info .contact-url:hover,
#about-section .btn-row .btn:hover,
#agent-section .detail-info #about-section .btn-row .contact-url:hover,
#agent-section .detail-info #welcome-section .btn-row .contact-url:hover,
#welcome-section .btn-row #agent-section .detail-info .contact-url:hover,
#welcome-section .btn-row .btn:hover {
    background: 0 0;
    color: #50b748
}

#welcome-section.has-image,
.has-image#about-section {
    text-align: left;
    padding: 60px 15px 50px
}

#welcome-section.has-image .content,
.has-image#about-section .content {
    padding: 0 20px
}

#welcome-section.has-image .img-container,
.has-image#about-section .img-container {
    position: relative
}

#welcome-section.has-image .img-container img,
.has-image#about-section .img-container img {
    max-width: 100%
}

#welcome-section.has-image .img-container:before,
.has-image#about-section .img-container:before {
    position: absolute
}

#about-section {
    text-align: left;
    padding: 60px 15px 50px
}

#about-section .content {
    padding: 0 20px
}

#about-section .img-container {
    position: relative
}

#about-section .img-container img {
    max-width: 100%
}

#about-section .img-container:before {
    position: absolute
}

#feature-section {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 550px
}

#feature-section:after,
#feature-section:before {
    content: " ";
    display: table
}

@media (max-width:992px) {
    #feature-section {
        height: auto
    }
}

#feature-section.active-slide-1 .section-box .section-slide-1,
#feature-section.active-slide-2 .section-box .section-slide-2,
#feature-section.active-slide-3 .section-box .section-slide-3 {
    opacity: 1;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
}

#feature-section .section-box {
    height: 550px;
    position: relative;
    border-right: 2px solid #fff;
    overflow: hidden;
    -webkit-transition: all .9s ease;
    -o-transition: all .9s ease;
    transition: all .9s ease
}

@media (max-width:992px) {
    #feature-section .section-box {
        height: 400px
    }
}

@media (max-width:767px) {
    #feature-section .section-box {
        height: 350px
    }
    #feature-section .section-box .content {
        display: none
    }
}

@media (max-width:650px) {
    #about-section .btn-row #agent-section .detail-info .contact-url,
    #about-section .btn-row .btn,
    #agent-section .detail-info #about-section .btn-row .contact-url,
    #agent-section .detail-info #welcome-section .btn-row .contact-url,
    #welcome-section .btn-row #agent-section .detail-info .contact-url,
    #welcome-section .btn-row .btn {
        font-size: 13px;
        min-width: 150px;
        margin-bottom: 20px
    }
    #feature-section .section-box {
        height: 270px
    }
}

#feature-section .section-box:last-child {
    border: 0
}

#feature-section .section-box [class*=section-slide] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 300.2%;
    background-repeat: no-repeat;
    opacity: 0;
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease
}

#feature-section .section-box .section-slide-1,
#feature-section .section-box .section-slide-2,
#feature-section .section-box .section-slide-3 {
    background-image: url(../img/features-placeholder.jpg)
}

#feature-section .section-box.slide-1 [class*=section-slide] {
    background-position: center left
}

#feature-section .section-box.slide-2 [class*=section-slide] {
    background-position: center center
}

#feature-section .section-box.slide-3 [class*=section-slide] {
    background-position: center right
}

#feature-section .section-box .content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 80%;
    z-index: 1;
    text-align: center;
    background: rgba(255, 255, 255, .8);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border: 4px double transparent
}

#feature-section .section-box .content ul li:after,
#feature-section .section-box .content ul li:before,
#feature-section .section-box .content ul:after,
#feature-section .section-box .content ul:before {
    content: " ";
    display: table
}

#feature-section .section-box .content ul {
    margin: 30px 50px 10px
}

@media (max-width:992px) {
    #feature-section .section-box .content ul {
        margin: 10px 20px
    }
}

@media (max-width:650px) {
    #feature-section .section-box .content ul {
        margin: 10px
    }
}

#feature-section .section-box .content ul li {
    font-size: 1.2em;
    line-height: 35px;
    margin-bottom: 15px
}

#feature-section .section-box .content ul li span {
    display: inline-block;
    width: 50%;
    float: left
}

#feature-section .section-box .content ul li span.title {
    color: #50b748;
    padding-right: 20px;
    border-right: 1px solid #ccc;
    text-align: right
}

@media (min-width:768px) and (max-width:992px) {
    #feature-section .section-box .content ul li span.title {
        padding-right: 10px
    }
}

@media (max-width:992px) {
    #feature-section .section-box .content ul li {
        font-size: 1em
    }
    #feature-section .section-box .content ul li span.title {
        width: 115px
    }
    #feature-section .section-box .head-title {
        font-size: 1.7em
    }
}

#feature-section .section-box .content ul li span.value {
    padding-left: 20px;
    text-align: left
}

#feature-section .section-box .head-title {
    color: #02043d;
    text-align: center;
    display: inline-block;
    padding: 0 30px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width:650px) {
    #feature-section .section-box .content ul li {
        line-height: 30px
    }
    #feature-section .section-box .content ul li span.title {
        width: 105px
    }
    #feature-section .section-box .head-title {
        font-size: 1.3em
    }
}

#feature-section .section-box.active .content,
#feature-section .section-box:hover .content {
    top: 0;
    background: rgba(255, 255, 255, .9);
    border-color: #ccc
}

#feature-section .section-box.active .head-title,
#feature-section .section-box:hover .head-title {
    line-height: 3.7em;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #d9d9d9
}

#feature-section .section-box.active .head-title:after,
#feature-section .section-box.active .head-title:before,
#feature-section .section-box:hover .head-title:after,
#feature-section .section-box:hover .head-title:before {
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1
}

#feature-section .section-box.active .head-title:before,
#feature-section .section-box:hover .head-title:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

#feature-section .section-box.active .head-title:after,
#feature-section .section-box:hover .head-title:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

#feature-section [class*=content-box] {
    padding: 0 20px;
    display: none
}

#feature-section [class*=content-box].active {
    display: block
}

#feature-section [class*=content-box] ul {
    margin: 10px 50px
}

#feature-section [class*=content-box] ul:after,
#feature-section [class*=content-box] ul:before {
    content: " ";
    display: table
}

@media (max-width:992px) {
    #feature-section [class*=content-box] ul {
        margin: 10px 20px
    }
}

#feature-section [class*=content-box] ul li {
    font-size: 1em;
    line-height: 30px;
    width: 50%;
    float: left
}

@media (max-width:650px) {
    #feature-section [class*=content-box] ul {
        margin: 10px
    }
    #feature-section [class*=content-box] ul li {
        float: none;
        width: 100%
    }
    #feature-section [class*=content-box] .head-title {
        font-size: 1.3em
    }
}

#feature-section [class*=content-box] ul li .title {
    color: #50b748;
    display: inline-block;
    width: 150px
}

#feature-section [class*=content-box] .head-title {
    color: #02043d;
    text-align: center
}

#gallery-section,
#gallery-section1 {
    padding: 60px 0 100px
}

#gallery-section img,
#gallery-section1 img {
    max-width: 100%;
    width: 100%
}

#gallery-section .gallery-container,
#gallery-section1 .gallery-container {
    padding: 0
}

#gallery-section .image-main-box,
#gallery-section1 .image-main-box {
    border-left: 5px solid #fff;
    height: inherit !important
}

#gallery-section .image-main-box li,
#gallery-section1 .image-main-box li {
    padding: 0;
    border: 1px solid #fff
}

#gallery-section .image-main-box li,
#gallery-section1 .image-main-box li {
    top: inherit !important;
    position: relative !important;
    left: inherit !important
}

@media (max-width:650px) {
    #gallery-section .image-main-box li,
    #gallery-section1 .image-main-box li {
        float: none;
        width: 100%
    }
}

#gallery-section .image-main-box li figure,
#gallery-section1 .image-main-box li figure {
    position: relative;
    overflow: hidden
}

#gallery-section .image-main-box li figure a,
#gallery-section1 .image-main-box li figure a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0 15px
}

#gallery-section .image-main-box li figure figcaption,
#gallery-section1 .image-main-box li figure figcaption {
    display: block;
    position: absolute;
    left: 0;

    bottom: 0;
    text-align: left;
    overflow: hidden;
    width: 100%;
    height: 90px;
    padding: 20px;
    box-sizing: border-box;
    opacity: 1;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .01) 1%, rgba(0, 0, 0, .63) 97%, rgba(0, 0, 0, .65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .01) 1%, rgba(0, 0, 0, .63) 97%, rgba(0, 0, 0, .65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .01) 1%, rgba(0, 0, 0, .85) 97%, rgba(0, 0, 0, .68) 100%);
    -webkit-transition: height .8s;
    -moz-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

#gallery-section .image-main-box li figure figcaption h3,
#gallery-section1 .image-main-box li figure figcaption h3 {
    display: block;
    color: #fff;
    
    font-weight: 700;
    margin: 0 0 30px;
    font-family: 'Playfair Display', serif;
    width: 100%;
    text-shadow: 1px 0 10px #000;
    overflow: hidden;
    height: 55px
}

#gallery-section .image-main-box li figure figcaption p,
#gallery-section1 .image-main-box li figure figcaption p {
    display: block;
    margin: 0;
    font-weight:500;
    color: #fff;
    width: 100%
}

#gallery-section .image-main-box li figure figcaption h4,
#gallery-section1 .image-main-box li figure figcaption h4 {
    color: #fff
}

#agent-section .detail-info .name span,
#agent-section .detail-info .title span {
    color: #50b748
}

#gallery-section .image-main-box li figure:hover figcaption,
#gallery-section1 .image-main-box li figure:hover figcaption {
    opacity: 1;
    height: 220px;
    -webkit-transition: height .8s;
    -moz-transition: height .8s;
    -o-transition: height .8s;
    transition: height .8s
}

#gallery-section .image-main-box li figure:hover h3,
#gallery-section1 .image-main-box li figure:hover h3 {
    overflow: inherit;
    height: auto
}

#agent-section {
    background: url(../img/bg1.png);
    border-top: 1px solid #fff
}

#agent-section>.inner-container {
    padding-top: 0
}

#agent-section>.inner-container.right .detail-info {
    margin-bottom: 50px
}

#agent-section .agent-img img {
    margin: 0 auto;
    display: block;
    max-height: 100%;
    width: auto
}

@media (max-width:767px) {
    #agent-section .agent-img {
        float: none;
        width: 300px;
        height: 400px;
        text-align: center;
        padding-top: 30px;
        background: #fff;
        margin: 0 auto;
        border: 4px solid #ededed;
        -webkit-box-shadow: 0 0 0 1px #fff;
        box-shadow: 0 0 0 1px #fff
    }
}

#agent-section .detail-info {
    margin-top: 60px
}

@media (max-width:992px) {
    #agent-section>.inner-container,
    #agent-section>.inner-container.right {
        padding-bottom: 0
    }
    #agent-section .detail-info {
        margin-top: 0
    }
    #agent-section .detail-info .name {
        font-size: 2.2em
    }
}

@media (max-width:767px) {
    #agent-section .detail-info {
        float: none;
        width: 100%;
        margin-top: 50px;
        text-align: center
    }
}

#agent-section .detail-info .title {
    font-size: 1.8em;
    line-height: 1.7em;
    font-weight: 300
}

#agent-section .detail-info .desc {
    margin: 40px 0;
    line-height: 30px;
    color: gray
}

@media (max-width:992px) {
    #agent-section .detail-info .title {
        font-size: 1.3em
    }
    #agent-section .detail-info .desc {
        margin: 25px 0
    }
}

#agent-section .detail-info .contact-info {
    color: gray;
    font-weight: 300;
    margin-bottom: 50px
}

@media (max-width:992px) {
    #agent-section .detail-info .contact-info {
        margin-bottom: 30px
    }
    #agent-section .detail-info .contact-info li {
        text-align: center
    }
}

#agent-section .detail-info .contact-info li {
    width: 32.5%;
    margin: 0
}

@media (max-width:650px) {
    #agent-section .detail-info .contact-info li {
        width: 100%
    }
}

#agent-section .detail-info .contact-info li i {
    color: #50b748;
    display: inline-block;
    margin-right: 20px;
    font-size: 1.4em;
    width: 20px
}

@media (max-width:992px) {
    #agent-section .detail-info .contact-info li i {
        display: block;
        margin: 15px auto
    }
}

#agent-section .detail-info .contact-url {
    border-color: #50b748;
    background: #50b748;
    color: #fff;
    padding: 10px 40px;
    letter-spacing: 2px;
    -webkit-box-shadow: inset 0 0 0 1px #ededed;
    box-shadow: inset 0 0 0 1px #ededed;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#agent-section .detail-info .contact-url:hover {
    background: 0 0;
    color: #50b748
}

[id^=contact-agent-] {
    padding: 30px;
    background: #fff;
    border: 20px solid #f2f2f2;
    width: 520px;
    margin: 0 auto;
    position: relative
}

[id^=contact-agent-]>.wpcf7 input[type=email],
[id^=contact-agent-]>.wpcf7 input[type=tel],
[id^=contact-agent-]>.wpcf7 input[type=text],
[id^=contact-agent-]>.wpcf7 input[type=url],
[id^=contact-agent-]>.wpcf7 textarea {
    background: 0 0;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

[id^=contact-agent-]>.wpcf7 input[type=email]:focus,
[id^=contact-agent-]>.wpcf7 input[type=tel]:focus,
[id^=contact-agent-]>.wpcf7 input[type=text]:focus,
[id^=contact-agent-]>.wpcf7 input[type=url]:focus,
[id^=contact-agent-]>.wpcf7 textarea:focus {
    border-color: rgba(229, 17, 31, .5)
}

[id^=contact-agent-]>.wpcf7 input[type=email][type=submit],
[id^=contact-agent-]>.wpcf7 input[type=tel][type=submit],
[id^=contact-agent-]>.wpcf7 input[type=text][type=submit],
[id^=contact-agent-]>.wpcf7 input[type=url][type=submit],
[id^=contact-agent-]>.wpcf7 textarea[type=submit] {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    padding: 8px 25px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

[id^=contact-agent-]>.wpcf7 input[type=email][type=submit]:hover,
[id^=contact-agent-]>.wpcf7 input[type=tel][type=submit]:hover,
[id^=contact-agent-]>.wpcf7 input[type=text][type=submit]:hover,
[id^=contact-agent-]>.wpcf7 input[type=url][type=submit]:hover,
[id^=contact-agent-]>.wpcf7 textarea[type=submit]:hover {
    background: #fff;
    color: #50b748
}

[id^=contact-agent-]>.wpcf7 .row {
    margin: 0 0 20px
}

[id^=contact-agent-]>.wpcf7 .row:last-child {
    margin-bottom: 0
}

[id^=contact-agent-]>.wpcf7 .row>div:first-child {
    padding-left: 0
}

[id^=contact-agent-]>.wpcf7 .row>div:last-child {
    padding-right: 0
}

@media (max-width:650px) {
    [id^=contact-agent-] {
        width: 100%
    }
    [id^=contact-agent-]>.wpcf7 .row {
        margin-bottom: 0
    }
    [id^=contact-agent-]>.wpcf7 .row>div {
        float: none;
        width: 100%;
        padding: 0
    }
}

[id^=contact-agent-]>.wpcf7 textarea {
    padding: 20px;
    height: 120px
}

[id^=contact-agent-]>.wpcf7 .button-container {
    text-align: center;
    margin-bottom: 0
}

[id^=contact-agent-]>.wpcf7 .button-container input[type=submit] {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    padding: 8px 25px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

[id^=contact-agent-]>.wpcf7 .button-container input[type=submit]:hover {
    background: #fff;
    color: #50b748
}

[id^=contact-agent-]>.wpcf7 .wpcf7-mail-sent-ok,
[id^=contact-agent-]>.wpcf7 .wpcf7-not-valid-tip,
[id^=contact-agent-]>.wpcf7 .wpcf7-validation-errors {
    margin-top: 10px
}

#attraction-section {
    padding: 50px 0
}

#attraction-section .attraction-container {
    margin-top: 80px;
    text-align: center
}

#attraction-section .attraction-container .attraction-box {
    padding: 0 20px;
    margin-bottom: 40px
}

#attraction-section .attraction-container .attraction-box:nth-child(2n-2) {
    padding-right: 0
}

#attraction-section .attraction-container .attraction-box:nth-child(2n-1) {
    padding-left: 0
}

@media (max-width:650px) {
    #attraction-section .attraction-container .attraction-box {
        padding: 0 !important
    }
}

#attraction-section .attraction-container .attraction-box .inner-box {
    position: relative;
    border: 30px solid #ebebeb;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#attraction-section .attraction-container .attraction-box .inner-box:hover {
    border-color: #d9d9d9
}

#attraction-section .attraction-container .attraction-box .inner-box:hover .img-container:before {
    opacity: 1
}

#attraction-section .attraction-container .attraction-box .inner-box:hover .img-container:after {
    opacity: 1;
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1)
}

#attraction-section .attraction-container .attraction-box .inner-box:hover .img-container img {
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

@media (max-width:767px) {
    #attraction-section .attraction-container .attraction-box .inner-box:hover .img-container img {
        -moz-transform: translateY(0) scale(1.1);
        -ms-transform: translateY(0) scale(1.1);
        -webkit-transform: translateY(0) scale(1.1);
        transform: translateY(0) scale(1.1)
    }
}

#attraction-section .attraction-container .attraction-box .inner-box .img-container {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 200px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#attraction-section .attraction-container .attraction-box .inner-box .img-container:after,
#attraction-section .attraction-container .attraction-box .inner-box .img-container:before {
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#attraction-section .attraction-container .attraction-box .inner-box .img-container:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}

#attraction-section .attraction-container .attraction-box .inner-box .img-container:after {
    width: 50px;
    height: 50px;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
    background: #fff;
    color: #50b748;
    font: 1.3em/50px FontAwesome;
    content: "\f0c1"
}

#attraction-section .attraction-container .attraction-box .inner-box .img-container img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767px) {
    #attraction-section .attraction-container .attraction-box .inner-box .img-container {
        height: auto
    }
    #attraction-section .attraction-container .attraction-box .inner-box .img-container img {
        position: initial;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#attraction-section .attraction-container .attraction-box .inner-box .title {
    font-family: 'Playfair Display', serif;
    margin: 30px 0
}

#attraction-section .attraction-container .attraction-box .inner-box .title a {
    color: #02043d
}

#attraction-section .attraction-container .attraction-box .inner-box .title a:hover {
    color: #50b748
}

#attraction-section .attraction-container .attraction-box .inner-box .desc {
    line-height: 30px;
    color: gray;
    padding: 0 40px 40px
}

#attraction-section .attraction-container .more-attraction {
    border-color: #50b748;
    color: #fff;
    background: #50b748;
    padding: 8px 60px;
    margin: 40px 0 30px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

#attraction-section .attraction-container .more-attraction:hover {
    background: 0 0;
    border-color: #50b748;
    color: #50b748
}

#testimonials-section {
    position: relative;
    z-index: 1;
    padding: 0 0 40px
}

#testimonials-section:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    z-index: -1
}

#testimonials-section .header-sec h2 {
    margin-bottom: 50px
}

#testimonials-section .header-sec h2:after,
#testimonials-section .header-sec h2:before {
    background: #afb7b4
}

#testimonials-section .owl-item {
    padding: 5px;
    border: 1px solid #fff
}

#testimonials-section .item {
    background: #fff;
    padding: 60px 170px 100px;
    text-align: center
}

@media (max-width:650px) {
    #testimonials-section .item {
        padding: 60px 80px 90px
    }
}

#testimonials-section .item .user {
    font-family: 'Playfair Display', serif
}

#testimonials-section .item .user span {
    color: #50b748
}

#testimonials-section .item .text {
    color: gray;
    line-height: 30px;
    position: relative
}

#testimonials-section .item .text:after,
#testimonials-section .item .text:before {
    font: 2em/1em FontAwesome;
    color: #50b748;
    position: absolute
}

#service-section .services-container .service-box .bottom-sec .title,
#top-footer .widget h4 {
    font-family: 'Playfair Display', serif
}

#testimonials-section .item .text:before {
    content: "\f10d";
    top: -40px;
    left: -40px
}

#testimonials-section .item .text:after {
    content: "\f10e";
    right: -40px;
    bottom: -40px
}

#testimonials-section .owl-theme .owl-controls {
    bottom: -60px
}

#testimonials-section .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 6px;
    background: #fff
}

#testimonials-section .owl-theme .owl-controls .owl-page.active span {
    background: #50b748
}

#contact-section {
    padding: 1px;
    background: #fff;
    position: relative
}

#contact-section .contact-container {
    margin: 80px auto;
    padding: 0;
    border: 30px solid #ebebeb
}

#contact-section .contact-container .header-sec h2 {
    font-size: 28px;
    margin: 0 0 40px
}

#contact-section .contact-container .contact-box {
    background: #fff;
    padding: 50px 60px 80px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

@media (max-width:650px) {
    #contact-section .contact-container .contact-box {
        float: none;
        width: 100%;
        padding: 30px 20px 40px
    }
}

#contact-section .contact-container .contact-box .desc {
    line-height: 30px;
    text-align: center;
    color: #a6a6a6
}

#contact-section .contact-container .contact-box .contact-info {
    margin: 40px 0
}

#contact-section .contact-container .contact-box .contact-info li {
    margin-bottom: 14px;
    padding-left: 40px;
    position: relative;
    line-height: 30px;
    color: gray
}

#contact-section .contact-container .contact-box .contact-info li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #50b748;
    display: inline-block;
    width: 20px;
    font-size: 1.3em;
    text-align: center
}

@media (max-width:650px) {
    #contact-section .contact-container .contact-box .contact-info li {
        padding-left: 0;
        text-align: center
    }
    #contact-section .contact-container .contact-box .contact-info li i {
        position: initial;
        display: block;
        margin: 20px auto
    }
    #contact-section .map-container {
        float: none;
        width: 100%
    }
}

#contact-section .contact-container .contact-box .visit-request {
    display: block;
    margin: 0;
    background: #50b748;
    color: #fff;
    padding: 12px 30px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #50b748;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff
}

#contact-section .contact-container .contact-box .visit-request:hover {
    background: #fff;
    color: #50b748
}

#contact-section .map-container {
    padding: 0;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

#contact-section #map2 {
    width: 100%;
    height: 100%
}

#top-footer {
    background: #f2f2f2;
    padding: 80px 0;
    float: left;
    width: 100%
}

#top-footer img {
    max-width: 100%
}

#top-footer .widget {
    padding: 0 40px
}

@media (max-width:992px) {
    #top-footer .widget {
        padding: 0 15px
    }
}

#top-footer .widget:first-child {
    padding-left: 0
}

#top-footer .widget:last-child {
    padding-right: 0
}

@media (max-width:650px) {
    #top-footer .widget {
        float: none;
        width: 100%;
        padding: 0 40px !important;
        margin-bottom: 30px
    }
    #top-footer .widget:last-child {
        margin-bottom: 0
    }
}

#top-footer .widget h4 {
    margin-bottom: 30px;
    position: relative
}

#top-footer .widget h4:after {
    position: absolute;
    content: '';
    width: 40px;
    left: 0;
    height: 2px;
    background: #50b748;
    bottom: -13px
}

#top-footer .widget .textwidget,
#top-footer .widget .widget-content {
    color: gray;
    font-size: 12px;
    line-height: 13px
}

#top-footer .widget .textwidget .news-letter-form,
#top-footer .widget .widget-content .news-letter-form {
    margin-top: 20px
}

#top-footer .widget .textwidget .news-letter-form input,
#top-footer .widget .widget-content .news-letter-form input {
    display: block;
    border: 1px solid #50b748;
    padding: 5px;
    width: 100%;
    height: 35px
}

#top-footer .widget .textwidget .news-letter-form input.email,
#top-footer .widget .widget-content .news-letter-form input.email {
    background: #fff;
    color: #999;
    margin-bottom: 9px
}

#top-footer .widget .textwidget .news-letter-form input.email.placeholder,
#top-footer .widget .widget-content .news-letter-form input.email.placeholder {
    color: #999
}

#top-footer .widget .textwidget .news-letter-form input.email:-moz-placeholder,
#top-footer .widget .widget-content .news-letter-form input.email:-moz-placeholder {
    color: #999
}

#top-footer .widget .textwidget .news-letter-form input.email::-moz-placeholder,
#top-footer .widget .widget-content .news-letter-form input.email::-moz-placeholder {
    color: #999
}

#top-footer .widget .textwidget .news-letter-form input.email:-ms-input-placeholder,
#top-footer .widget .widget-content .news-letter-form input.email:-ms-input-placeholder {
    color: #999
}

#top-footer .widget .textwidget .news-letter-form input.email::-webkit-input-placeholder,
#top-footer .widget .widget-content .news-letter-form input.email::-webkit-input-placeholder {
    color: #999
}

#top-footer .widget .textwidget .news-letter-form input[type=submit],
#top-footer .widget .widget-content .news-letter-form input[type=submit] {
    background: #50b748;
    color: #fff;
    -webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#top-footer .widget .textwidget .news-letter-form input[type=submit]:hover,
#top-footer .widget .widget-content .news-letter-form input[type=submit]:hover {
    background: #fff;
    color: #50b748
}

#top-footer .widget .textwidget .news-letter-form .message-container,
#top-footer .widget .widget-content .news-letter-form .message-container {
    display: none;
    margin: -10px 0 10px
}

#top-footer .widget .textwidget .news-letter-form .message-container.active,
#top-footer .widget .widget-content .news-letter-form .message-container.active {
    display: block
}

#top-footer .widget .textwidget.recent-posts ul li,
#top-footer .widget .widget-content.recent-posts ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff
}

#top-footer .widget .textwidget.recent-posts ul li:after,
#top-footer .widget .textwidget.recent-posts ul li:before,
#top-footer .widget .widget-content.recent-posts ul li:after,
#top-footer .widget .widget-content.recent-posts ul li:before {
    content: " ";
    display: table
}

#top-footer .widget .textwidget.recent-posts ul li:last-child,
#top-footer .widget .widget-content.recent-posts ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0
}

#top-footer .widget .textwidget.recent-posts ul li .post-img,
#top-footer .widget .widget-content.recent-posts ul li .post-img {
    float: left;
    width: 100px;
    height: auto
}

#top-footer .widget .textwidget.recent-posts ul li .post-details,
#top-footer .widget .widget-content.recent-posts ul li .post-details {
    margin-left: 0
}

#top-footer .widget .textwidget.recent-posts ul li .post-details a,
#top-footer .widget .widget-content.recent-posts ul li .post-details a {
    color: #50b748;
    display: block;
    font-size: .9em;
    line-height: 20px
}

#top-footer .widget .textwidget.recent-posts ul li .post-details a:hover,
#top-footer .widget .widget-content.recent-posts ul li .post-details a:hover {
    color: #02043d
}

#footer {
    text-align: center;
    padding: 40px 0 60px;
    float: left;
    width: 100%
}

#footer .copyright {
    margin-top: 20px
}

.social-icons {
    margin: 30px 0;
    text-align: center
}

.social-icons ul {
    margin: 0
}

.social-icons ul li {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0
}

.social-icons ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 36px;
    text-align: center;
    background: #50b748;
    color: #fff;
    font-size: 1.3em;
    border: 3px double #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#client-section .client-container li a:before,
#service-section .services-container .service-box .img-box:before {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    content: "";
    display: block
}

.social-icons ul li a:hover {
    background: #fff;
    border-color: #50b748;
    color: #50b748
}

#client-section {
    padding: 70px 0 30px
}

#client-section .client-container {
    padding: 50px 0
}

#client-section .client-container img {
    max-width: 100%
}

#client-section .client-container li {
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:650px) {
    #client-section .client-container li {
        width: 100%;
        float: none
    }
}

#client-section .client-container li a {
    display: block;
    position: relative
}

#client-section .client-container li a:before {
    top: 0;
    left: 0;
    position: absolute;
    -webkit-box-shadow: 0 0 0 2px #d9d9d9;
    box-shadow: 0 0 0 2px #d9d9d9;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, .5);
    opacity: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    transition: all .5s ease;
    width: 100%;
    height: 100%
}

#client-section .client-container li a:hover:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

#service-section {
    padding: 70px 0 60px
}

#service-section .services-container {
    padding: 50px 0
}

#service-section .services-container .service-box {
    text-align: center
}

@media (max-width:992px) {
    #client-section .client-container li a img {
        width: 100%;
        height: auto
    }
    #service-section .services-container .service-box {
        padding-bottom: 20px
    }
}

#service-section .services-container .service-box .img-box {
    position: relative
}

#service-section .services-container .service-box .img-box:before {
    position: absolute;
    left: 5px;
    top: 5px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    transition: all .5s ease
}

#service-section .services-container .service-box .img-box img {
    max-width: 100%;
    height: auto
}

@media (max-width:992px) {
    #service-section .services-container .service-box .img-box img {
        width: 100%
    }
    body.sticky #main-header .nav-container .t-header {
        visibility: visible
    }
}

#service-section .services-container .service-box .bottom-sec {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#service-section .services-container .service-box .bottom-sec .title span {
    color: #50b748
}

#service-section .services-container .service-box .bottom-sec .desc {
    padding: 0 20px 20px;
    line-height: 25px;
    color: gray
}

#service-section .services-container .service-box:hover .img-box:before {
    background: rgba(0, 0, 0, .2)
}

#service-section .services-container .service-box:hover .bottom-sec {
    background: #f2f2f2
}

#breadcrumb-section {
    text-align: center;
    position: relative
}

#breadcrumb-section:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .4)
}

#breadcrumb-section .inner-container {
    padding: 80px 0;
    position: relative
}

#breadcrumb-section h1 {
    display: inline-block;
    background: #fff;
    padding: 20px 70px;
    position: relative
}

#breadcrumb-section h1:before {
    top: -5px;
    left: -5px;
    content: "";
    display: block;
    position: absolute;
    border: 1px solid #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px)
}

#breadcrumb-section h1 span {
    color: #50b748
}

#breadcrumb-section .breadcrumb {
    position: absolute;
    left: 20px;
    bottom: 0;
    background: 0 0;
    padding: 0;
    margin: 0;
    font-size: .8em
}

@media (max-width:767px) {
    #breadcrumb-section .breadcrumb {
        left: 10px
    }
}

#breadcrumb-section .breadcrumb ol,
#breadcrumb-section .breadcrumb ul {
    padding: 8px 17px;
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0
}

#breadcrumb-section .breadcrumb ol:after,
#breadcrumb-section .breadcrumb ol:before,
#breadcrumb-section .breadcrumb ul:after,
#breadcrumb-section .breadcrumb ul:before {
    content: " ";
    display: table
}

#breadcrumb-section .breadcrumb ol:before,
#breadcrumb-section .breadcrumb ul:before {
    display: block;
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    border: 1px solid #fff;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    z-index: -1
}

#breadcrumb-section .breadcrumb ol li,
#breadcrumb-section .breadcrumb ul li {
    float: left;
    padding: 0 30px 0 0;
    position: relative
}

#breadcrumb-section .breadcrumb ol li:last-child,
#breadcrumb-section .breadcrumb ul li:last-child {
    padding-right: 0
}

#breadcrumb-section .breadcrumb ol li:last-child:after,
#breadcrumb-section .breadcrumb ul li:last-child:after {
    display: none
}

#breadcrumb-section .breadcrumb ol li:after,
#breadcrumb-section .breadcrumb ul li:after {
    content: "/";
    position: absolute;
    right: 15px;
    top: 0;
    font-size: .8em;
    color: #ccc
}

#breadcrumb-section .breadcrumb ol li.home a,
#breadcrumb-section .breadcrumb ul li.home a {
    text-indent: -999999px;
    color: #50b748;
    width: 35px;
    height: 20px;
    text-align: center;
    overflow: hidden;
    display: block
}

#breadcrumb-section .breadcrumb ol li.home a:before,
#breadcrumb-section .breadcrumb ul li.home a:before {
    display: block;
    font-family: FontAwesome;
    text-indent: 0;
    font-size: 1.5em
}

#property-highlights-section #highlights-box {
    direction: ltr;
    margin-top: 50px;
    padding-bottom: 170px
}

#property-highlights-section #highlights-box .owl-item {
    background: #f7f7f7;
    text-align: center;
    border-right: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#property-highlights-section #highlights-box .owl-item .img-container {
    position: relative
}

#property-highlights-section #highlights-box .owl-item .img-container:before {
    display: block;
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    background: rgba(255, 255, 255, .6);
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#property-highlights-section #highlights-box .owl-item:last-child {
    border-right: 0
}

#property-highlights-section #highlights-box .owl-item .bottom-sec {
    border: 1px solid transparent;
    border-top: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#property-highlights-section #highlights-box .owl-item .title {
    font-family: 'Playfair Display', serif;
    margin: 30px 0
}

#property-highlights-section #highlights-box .owl-item .title span {
    color: #50b748
}

#property-highlights-section #highlights-box .owl-item .short-desc {
    line-height: 30px;
    color: gray;
    padding: 0 40px 40px
}

#property-highlights-section #highlights-box .owl-item:hover {
    background: 0 0
}

#property-highlights-section #highlights-box .owl-item:hover .img-container:before {
    opacity: 1
}

#property-highlights-section #highlights-box .owl-item:hover .bottom-sec {
    border-color: #f7f7f7
}

#property-highlights-section #highlights-box .owl-controls {
    bottom: 85px
}

#amenities-section .amenities-list-container {
    margin: 20px 0 60px
}

#amenities-section .amenities-list-container ul {
    margin: 0;
    padding: 0
}

#amenities-section .amenities-list-container ul .amenities-item {
    margin-bottom: 50px;
    padding: 0
}

@media (max-width:650px) {
    #amenities-section .amenities-list-container ul .amenities-item {
        float: none;
        width: 100%;
        padding: 0 30px
    }
}

#amenities-section .amenities-list-container ul .amenities-item i {
    display: block;
    width: 95px;
    height: 95px;
    background: #f7f7f7;
    float: left;
    line-height: 95px;
    text-align: center;
    color: #d9d9d9;
    font-size: 3em;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #f7f7f7;
    box-shadow: 0 0 0 2px #f7f7f7;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#amenities-section .amenities-list-container ul .amenities-item .text-box {
    margin-left: 130px;
    padding-top: 15px
}

#amenities-section .amenities-list-container ul .amenities-item .text-box .title {
    font-family: 'Playfair Display', serif
}

@media (max-width:767px) {
    #amenities-section .amenities-list-container ul .amenities-item .text-box .title {
        font-size: 1.6em
    }
}

#amenities-section .amenities-list-container ul .amenities-item .text-box .title span {
    color: #50b748
}

#amenities-section .amenities-list-container ul .amenities-item .text-box .value {
    font-size: 1.2em;
    color: #b3b3b3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

@media (max-width:767px) {
    #amenities-section .amenities-list-container ul .amenities-item .text-box .value {
        font-size: 1.2em
    }
}

#amenities-section .amenities-list-container ul .amenities-item:hover i {
    color: #50b748;
    background: #e6e6e6;
    -webkit-box-shadow: 0 0 0 2px #e6e6e6;
    box-shadow: 0 0 0 2px #e6e6e6
}

#amenities-section .amenities-list-container ul .amenities-item:hover .text-box .value {
    color: gray
}

#contact-info-box {
    padding: 50px 0 100px
}

#contact-info-box .header-sec {
    margin-bottom: 70px
}

#contact-info-box .contact-info-container {
    margin-bottom: 50px
}

#contact-info-box .contact-info-container .left-sec {
    padding-left: 0
}

@media (max-width:650px) {
    #contact-info-box .contact-info-container .left-sec {
        padding: 0 15px
    }
}

#contact-info-box .contact-info-container .left-sec .desc {
    line-height: 30px;
    color: gray
}

#contact-info-box .contact-info-container .left-sec .contact-info {
    margin: 40px 0 0
}

#contact-info-box .contact-info-container .left-sec .contact-info li {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 70px;
    position: relative;
    line-height: 60px;
    font-family: 'Playfair Display', serif
}

#contact-info-box .contact-info-container .left-sec .contact-info li:last-child {
    margin-bottom: 0
}

#contact-info-box .contact-info-container .left-sec .contact-info li i {
    position: absolute;
    left: 0;
    top: 6px;
    color: #50b748;
    display: block;
    font-size: 1.2em;
    line-height: 46px;
    text-align: center;
    background: #e6e6e6;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #e6e6e6;
    box-shadow: 0 0 0 3px #e6e6e6
}

#contact-info-box .contact-info-container .right-sec {
    padding-right: 0
}

@media (max-width:650px) {
    #contact-info-box .contact-info-container .right-sec {
        margin-top: 30px;
        padding: 0 15px
    }
}

#contact-info-box .contact-info-container .right-sec #map {
    margin-top: 15px;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 5px #e6e6e6;
    box-shadow: 0 0 0 5px #e6e6e6;
    width: 100%;
    height: 390px
}

#contact-info-box .contact-form-container #contact-form,
#contact-info-box .contact-form-container .wpcf7-form,
#contact-info-box .wpcf7 #contact-form,
#contact-info-box .wpcf7 .wpcf7-form {
    padding: 60px;
    background: #e6e6e6;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 0 0 5px #e6e6e6;
    box-shadow: 0 0 0 5px #e6e6e6
}

#contact-info-box .contact-form-container #contact-form input[type=email],
#contact-info-box .contact-form-container #contact-form input[type=tel],
#contact-info-box .contact-form-container #contact-form input[type=text],
#contact-info-box .contact-form-container #contact-form input[type=url],
#contact-info-box .contact-form-container #contact-form textarea,
#contact-info-box .contact-form-container .wpcf7-form input[type=email],
#contact-info-box .contact-form-container .wpcf7-form input[type=tel],
#contact-info-box .contact-form-container .wpcf7-form input[type=text],
#contact-info-box .contact-form-container .wpcf7-form input[type=url],
#contact-info-box .contact-form-container .wpcf7-form textarea,
#contact-info-box .wpcf7 #contact-form input[type=email],
#contact-info-box .wpcf7 #contact-form input[type=tel],
#contact-info-box .wpcf7 #contact-form input[type=text],
#contact-info-box .wpcf7 #contact-form input[type=url],
#contact-info-box .wpcf7 #contact-form textarea,
#contact-info-box .wpcf7 .wpcf7-form input[type=email],
#contact-info-box .wpcf7 .wpcf7-form input[type=tel],
#contact-info-box .wpcf7 .wpcf7-form input[type=text],
#contact-info-box .wpcf7 .wpcf7-form input[type=url],
#contact-info-box .wpcf7 .wpcf7-form textarea {
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #fff;
    width: 100%;
    height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#contact-info-box .contact-form-container #contact-form input[type=email].placeholder,
#contact-info-box .contact-form-container #contact-form input[type=tel].placeholder,
#contact-info-box .contact-form-container #contact-form input[type=text].placeholder,
#contact-info-box .contact-form-container #contact-form input[type=url].placeholder,
#contact-info-box .contact-form-container #contact-form textarea.placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=email].placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel].placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=text].placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=url].placeholder,
#contact-info-box .contact-form-container .wpcf7-form textarea.placeholder,
#contact-info-box .wpcf7 #contact-form input[type=email].placeholder,
#contact-info-box .wpcf7 #contact-form input[type=tel].placeholder,
#contact-info-box .wpcf7 #contact-form input[type=text].placeholder,
#contact-info-box .wpcf7 #contact-form input[type=url].placeholder,
#contact-info-box .wpcf7 #contact-form textarea.placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=email].placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel].placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=text].placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=url].placeholder,
#contact-info-box .wpcf7 .wpcf7-form textarea.placeholder {
    color: gray
}

#contact-info-box .contact-form-container #contact-form input[type=email]:-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=tel]:-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=text]:-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=url]:-moz-placeholder,
#contact-info-box .contact-form-container #contact-form textarea:-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=email]:-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel]:-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=text]:-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=url]:-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form textarea:-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=email]:-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=tel]:-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=text]:-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=url]:-moz-placeholder,
#contact-info-box .wpcf7 #contact-form textarea:-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=email]:-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel]:-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=text]:-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=url]:-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form textarea:-moz-placeholder {
    color: gray
}

#contact-info-box .contact-form-container #contact-form input[type=email]::-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=tel]::-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=text]::-moz-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=url]::-moz-placeholder,
#contact-info-box .contact-form-container #contact-form textarea::-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=email]::-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel]::-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=text]::-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=url]::-moz-placeholder,
#contact-info-box .contact-form-container .wpcf7-form textarea::-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=email]::-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=tel]::-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=text]::-moz-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=url]::-moz-placeholder,
#contact-info-box .wpcf7 #contact-form textarea::-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=email]::-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel]::-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=text]::-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=url]::-moz-placeholder,
#contact-info-box .wpcf7 .wpcf7-form textarea::-moz-placeholder {
    color: gray
}

#contact-info-box .contact-form-container #contact-form input[type=email]:-ms-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=tel]:-ms-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=text]:-ms-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=url]:-ms-input-placeholder,
#contact-info-box .contact-form-container #contact-form textarea:-ms-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=email]:-ms-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel]:-ms-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=text]:-ms-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=url]:-ms-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form textarea:-ms-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=email]:-ms-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=tel]:-ms-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=text]:-ms-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=url]:-ms-input-placeholder,
#contact-info-box .wpcf7 #contact-form textarea:-ms-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=email]:-ms-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel]:-ms-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=text]:-ms-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=url]:-ms-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form textarea:-ms-input-placeholder {
    color: gray
}

#contact-info-box .contact-form-container #contact-form input[type=email]::-webkit-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=tel]::-webkit-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=text]::-webkit-input-placeholder,
#contact-info-box .contact-form-container #contact-form input[type=url]::-webkit-input-placeholder,
#contact-info-box .contact-form-container #contact-form textarea::-webkit-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=email]::-webkit-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel]::-webkit-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=text]::-webkit-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form input[type=url]::-webkit-input-placeholder,
#contact-info-box .contact-form-container .wpcf7-form textarea::-webkit-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=email]::-webkit-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=tel]::-webkit-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=text]::-webkit-input-placeholder,
#contact-info-box .wpcf7 #contact-form input[type=url]::-webkit-input-placeholder,
#contact-info-box .wpcf7 #contact-form textarea::-webkit-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=email]::-webkit-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel]::-webkit-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=text]::-webkit-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form input[type=url]::-webkit-input-placeholder,
#contact-info-box .wpcf7 .wpcf7-form textarea::-webkit-input-placeholder {
    color: gray
}

#contact-info-box .contact-form-container #contact-form input[type=email]:focus,
#contact-info-box .contact-form-container #contact-form input[type=tel]:focus,
#contact-info-box .contact-form-container #contact-form input[type=text]:focus,
#contact-info-box .contact-form-container #contact-form input[type=url]:focus,
#contact-info-box .contact-form-container #contact-form textarea:focus,
#contact-info-box .contact-form-container .wpcf7-form input[type=email]:focus,
#contact-info-box .contact-form-container .wpcf7-form input[type=tel]:focus,
#contact-info-box .contact-form-container .wpcf7-form input[type=text]:focus,
#contact-info-box .contact-form-container .wpcf7-form input[type=url]:focus,
#contact-info-box .contact-form-container .wpcf7-form textarea:focus,
#contact-info-box .wpcf7 #contact-form input[type=email]:focus,
#contact-info-box .wpcf7 #contact-form input[type=tel]:focus,
#contact-info-box .wpcf7 #contact-form input[type=text]:focus,
#contact-info-box .wpcf7 #contact-form input[type=url]:focus,
#contact-info-box .wpcf7 #contact-form textarea:focus,
#contact-info-box .wpcf7 .wpcf7-form input[type=email]:focus,
#contact-info-box .wpcf7 .wpcf7-form input[type=tel]:focus,
#contact-info-box .wpcf7 .wpcf7-form input[type=text]:focus,
#contact-info-box .wpcf7 .wpcf7-form input[type=url]:focus,
#contact-info-box .wpcf7 .wpcf7-form textarea:focus {
    border-color: rgba(229, 17, 31, .5)
}

#contact-info-box .contact-form-container #contact-form .row,
#contact-info-box .contact-form-container .wpcf7-form .row,
#contact-info-box .wpcf7 #contact-form .row,
#contact-info-box .wpcf7 .wpcf7-form .row {
    margin: 0 0 20px
}

#contact-info-box .contact-form-container #contact-form .row:last-child,
#contact-info-box .contact-form-container .wpcf7-form .row:last-child,
#contact-info-box .wpcf7 #contact-form .row:last-child,
#contact-info-box .wpcf7 .wpcf7-form .row:last-child {
    margin-bottom: 0
}

@media (max-width:650px) {
    #contact-info-box .contact-form-container #contact-form,
    #contact-info-box .contact-form-container .wpcf7-form,
    #contact-info-box .wpcf7 #contact-form,
    #contact-info-box .wpcf7 .wpcf7-form {
        padding: 30px
    }
    #contact-info-box .contact-form-container #contact-form .row,
    #contact-info-box .contact-form-container .wpcf7-form .row,
    #contact-info-box .wpcf7 #contact-form .row,
    #contact-info-box .wpcf7 .wpcf7-form .row {
        margin-bottom: 0
    }
    #contact-info-box .contact-form-container #contact-form .row>div,
    #contact-info-box .contact-form-container .wpcf7-form .row>div,
    #contact-info-box .wpcf7 #contact-form .row>div,
    #contact-info-box .wpcf7 .wpcf7-form .row>div {
        float: none;
        width: 100%;
        padding: 0
    }
}

#contact-info-box .contact-form-container #contact-form .row>div:first-child,
#contact-info-box .contact-form-container .wpcf7-form .row>div:first-child,
#contact-info-box .wpcf7 #contact-form .row>div:first-child,
#contact-info-box .wpcf7 .wpcf7-form .row>div:first-child {
    padding-left: 0
}

#contact-info-box .contact-form-container #contact-form .row>div:last-child,
#contact-info-box .contact-form-container .wpcf7-form .row>div:last-child,
#contact-info-box .wpcf7 #contact-form .row>div:last-child,
#contact-info-box .wpcf7 .wpcf7-form .row>div:last-child {
    padding-right: 0
}

#contact-info-box .contact-form-container #contact-form textarea,
#contact-info-box .contact-form-container .wpcf7-form textarea,
#contact-info-box .wpcf7 #contact-form textarea,
#contact-info-box .wpcf7 .wpcf7-form textarea {
    height: 150px
}

#contact-info-box .contact-form-container #contact-form .button-container,
#contact-info-box .contact-form-container .wpcf7-form .button-container,
#contact-info-box .wpcf7 #contact-form .button-container,
#contact-info-box .wpcf7 .wpcf7-form .button-container {
    text-align: center
}

#contact-info-box .contact-form-container #contact-form .button-container input[type=submit],
#contact-info-box .contact-form-container .wpcf7-form .button-container input[type=submit],
#contact-info-box .wpcf7 #contact-form .button-container input[type=submit],
#contact-info-box .wpcf7 .wpcf7-form .button-container input[type=submit] {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    padding: 8px 25px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#contact-info-box .contact-form-container #contact-form .button-container input[type=submit]:hover,
#contact-info-box .contact-form-container .wpcf7-form .button-container input[type=submit]:hover,
#contact-info-box .wpcf7 #contact-form .button-container input[type=submit]:hover,
#contact-info-box .wpcf7 .wpcf7-form .button-container input[type=submit]:hover {
    background: #fff;
    color: #50b748
}

#contact-info-box .contact-form-container #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .contact-form-container #contact-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container #contact-form .wpcf7-validation-errors,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-mail-sent-ok,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .contact-form-container .wpcf7-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 #contact-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 #contact-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 #contact-form .wpcf7-validation-errors,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-mail-sent-ok,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-not-valid-tip,
#contact-info-box .wpcf7 .wpcf7-form .wpcf7-validation-errors {
    margin-top: 10px
}

#video-tour-section {
    padding: 50px 0 100px
}

#video-tour-section .desc {
    line-height: 30px;
    color: gray;
    padding: 0 120px;
    text-align: center
}

#video-tour-section iframe {
    margin-top: 50px;
    width: 100%;
    height: 650px
}

#slide-show-section {
    padding: 50px 0 100px
}

#slide-show-section .desc {
    line-height: 30px;
    color: gray;
    padding: 0 120px;
    text-align: center;
    margin-bottom: 70px
}

@media (max-width:767px) {
    #slide-show-section .desc {
        padding: 0 60px
    }
}

#slide-show-section #slide-show {
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    -webkit-box-shadow: 0 0 0 5px #ebebeb;
    box-shadow: 0 0 0 5px #ebebeb
}

#slide-show-section #slide-show:hover #thumbnail-slider {
    bottom: 0;
    visibility: visible;
    opacity: 1
}

#slide-show-section #main-image-slider .owl-controls {
    bottom: 50%;
    width: 100%
}

#slide-show-section #main-image-slider .owl-controls .owl-next,
#slide-show-section #main-image-slider .owl-controls .owl-prev {
    width: 50px;
    height: 50px
}

#slide-show-section #main-image-slider .owl-controls .owl-next:before,
#slide-show-section #main-image-slider .owl-controls .owl-prev:before {
    font-size: 15px;
    color: #50b748;
    background: rgba(255, 255, 255, .9);
    font-family: "Glyphicons Halflings";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-align: center;
    top: 0
}

#slide-show-section #main-image-slider .owl-controls .owl-next:after,
#slide-show-section #main-image-slider .owl-controls .owl-prev:after {
    display: none
}

#slide-show-section #main-image-slider .owl-controls .owl-prev {
    left: 0
}

#slide-show-section #main-image-slider .owl-controls .owl-prev:before {
    content: "\e079"
}

#slide-show-section #main-image-slider .owl-controls .owl-next {
    right: 0
}

#slide-show-section #main-image-slider .owl-controls .owl-next:before {
    content: "\e080"
}

#slide-show-section #thumbnail-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff;
    max-height: 200px
}

#slide-show-section #thumbnail-slider .slide-caption {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
    text-align: center;
    background: rgba(255, 255, 255, .9);
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#slide-show-section #thumbnail-slider .slide-caption .title {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    font-family: 'Playfair Display', serif;
    width: 80%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.comments-container .comment-box .comment footer:after,
.comments-container .comment-box .comment footer:before,
.comments-container .comment-box .comment:after,
.comments-container .comment-box .comment:before,
.comments-container .comment-box .pingback:after,
.comments-container .comment-box .pingback:before {
    content: " ";
    display: table
}

#slide-show-section #thumbnail-slider .slide-caption .title span {
    color: #50b748
}

#slide-show-section #thumbnail-slider .owl-item {
    cursor: pointer;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff
}

#slide-show-section #thumbnail-slider .owl-item:last-child {
    border-right: 0
}

#slide-show-section #thumbnail-slider .owl-item.synced .slide-caption {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.comments-container {
    margin: 30px
}

@media (max-width:650px) {
    #slide-show-section .desc {
        padding: 0 20px
    }
    .comments-container {
        margin: 30px 0
    }
}

.comments-container>h3 {
    margin: 0 0 40px;
    color: #50b748
}

.comments-container .comment-box .comment,
.comments-container .comment-box .pingback {
    padding: 30px;
    margin-bottom: 30px;
    background: #fff;
    border: 4px solid #f2f2f2;
    position: relative
}

.comments-container>h3 b,
.comments-container>h3 span {
    color: #02043d;
    font-weight: 400
}

.comments-container .comment-box .pingback {
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

.comments-container .comment-box .pingback .comment-body a {
    margin-left: 20px
}

.comments-container .comment-box .comment {
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

.comments-container .comment-box .comment:last-child {
    margin-bottom: 0
}

.comments-container .comment-box .comment:first-child {
    margin-left: 0
}

.comments-container .comment-box .comment footer {
    position: relative;
    padding-left: 120px
}

.comments-container .comment-box .comment footer .comment-author {
    float: left
}

.comments-container .comment-box .comment footer .comment-author>img {
    position: absolute;
    left: 0;
    float: left;
    top: 0;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.comments-container .comment-box .comment footer .comment-author .says {
    display: none
}

.comments-container .comment-box .comment footer .comment-author .fn {
    font-size: 1.5em;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    font-weight: 400;
    color: #50b748
}

.comments-container .comment-box .comment footer .comment-author .fn a {
    color: #50b748;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.comments-container .comment-box .comment footer .comment-author .fn a:hover,
.comments-container .comment-box .comment footer .comment-author .fn span {
    color: #02043d
}

@media (max-width:650px) {
    .comments-container .comment-box .comment {
        margin-left: 0
    }
    .comments-container .comment-box .comment footer .comment-author>img {
        float: none;
        margin: 0 auto
    }
    .comments-container .comment-box .comment footer .comment-author .fn {
        display: block;
        margin-bottom: 20px;
        text-align: center
    }
}

.comments-container .comment-box .comment footer .comment-metadata {
    float: left;
    margin: 5px 0 0 20px;
    color: #ccc;
    font-size: 12px;
    display: inline-block
}

.comments-container .comment-box .comment .comment-content {
    margin: 20px 0 0 120px;
    color: #b3b3b3;
    line-height: 25px;
    min-height: 60px
}

.comments-container .comment-box .comment .comment-content ul {
    list-style: square;
    padding-left: 30px
}

.comments-container .comment-box .comment .comment-content table {
    width: 100%
}

.comments-container .comment-box .comment .comment-content table td,
.comments-container .comment-box .comment .comment-content table th {
    padding: 5px;
    text-align: center;
    border: 1px solid #e9e8f0
}

.comments-container .comment-box .comment .comment-content blockquote {
    background: #f2f2f2;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #f2f2f2;
    box-shadow: 0 0 0 3px #f2f2f2;
    color: #737373;
    font-size: 1em;
    line-height: 30px;
    padding: 50px;
    margin: 30px 0;
    position: relative
}

.comments-container .comment-box .comment .comment-content blockquote:after,
.comments-container .comment-box .comment .comment-content blockquote:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 2em;
    color: #e6e6e6
}

.comments-container .comment-box .comment .comment-content blockquote:before {
    content: "\f10d";
    left: 20px;
    top: 20px
}

.comments-container .comment-box .comment .comment-content blockquote:after {
    content: "\f10e";
    right: 20px;
    bottom: 20px
}

.comments-container .comment-box .comment .reply {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px
}

.comments-container .comment-box .comment .reply a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    color: #ccc;
    display: block;
    text-indent: -9999999px;
    overflow: hidden;
    height: 100%
}

.comments-container .comment-box .comment .reply a:before {
    font-family: FontAwesome;
    display: block;
    text-indent: 0;
    position: absolute;
    left: 5px;
    top: 5px
}

.comments-container .comment-box .comment .reply a:hover {
    color: #50b748
}

.comments-container .comment-box .comment>.comment.depth-10,
.comments-container .comment-box .comment>.comment.depth-2,
.comments-container .comment-box .comment>.comment.depth-4,
.comments-container .comment-box .comment>.comment.depth-6,
.comments-container .comment-box .comment>.comment.depth-8 {
    background: #f2f2f2;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 0 3px #f2f2f2;
    box-shadow: 0 0 0 3px #f2f2f2
}

.comments-container .no-comments {
    padding: 30px;
    margin: 30px 0;
    background: #fff;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    color: #50b748;
    text-align: center
}

.comments-container .no-comments:after,
.comments-container .no-comments:before {
    content: " ";
    display: table
}

#respond,
body.page-template-default .main-page-container .inner-box .comment-respond {
    padding: 30px;
    margin: 80px 30px 30px;
    background: #fff;
    border: 4px solid #f2f2f2;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff
}

@media (max-width:650px) {
    #respond,
    body.page-template-default .main-page-container .inner-box .comment-respond {
        margin: 80px 0 30px
    }
}

#respond h3,
body.page-template-default .main-page-container .inner-box .comment-respond h3 {
    font-family: 'Playfair Display', serif;
    margin: 0;
    color: #50b748
}

#respond h3 b,
#respond h3 span,
body.page-template-default .main-page-container .inner-box .comment-respond h3 b,
body.page-template-default .main-page-container .inner-box .comment-respond h3 span {
    color: #02043d;
    font-weight: 400
}

#respond .comment-notes,
#respond>.desc,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-notes,
body.page-template-default .main-page-container .inner-box .comment-respond>.desc {
    color: #b3b3b3;
    margin-bottom: 40px
}

#respond .comment-form,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form {
    padding-bottom: 20px
}

#respond .comment-form input[type=email],
#respond .comment-form input[type=tel],
#respond .comment-form input[type=text],
#respond .comment-form input[type=url],
#respond .comment-form textarea,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=email],
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=tel],
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=text],
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=url],
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form textarea {
    border: 0;
    background: 0 0;
    border-bottom: 2px solid #f2f2f2;
    width: 100%;
    height: 40px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#respond .comment-form input[type=email]:focus,
#respond .comment-form input[type=tel]:focus,
#respond .comment-form input[type=text]:focus,
#respond .comment-form input[type=url]:focus,
#respond .comment-form textarea:focus,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=email]:focus,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=tel]:focus,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=text]:focus,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=url]:focus,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form textarea:focus {
    border-color: rgba(229, 17, 31, .5)
}

#respond .comment-form .field-row,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form .field-row {
    margin: 0 0 20px
}

#respond .comment-form .field-row:last-child,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form .field-row:last-child {
    margin-bottom: 0;
    text-align: center
}

#respond .comment-form textarea,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form textarea {
    height: 150px
}

#respond .comment-form input[type=submit],
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=submit] {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    padding: 8px 25px;
    margin-top: 20px;
    -webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
    box-shadow: inset 0 0 0 1px #f2f2f2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

aside.sidebar h3,
aside.sidebar ul li {
    border-bottom: 1px solid #d9d9d9;
    font-family: 'Playfair Display', serif
}

#respond .comment-form input[type=submit]:hover,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form input[type=submit]:hover {
    background: #fff;
    color: #50b748
}

#respond .comment-form .form-submit,
body.page-template-default .main-page-container .inner-box .comment-respond .comment-form .form-submit {
    text-align: center
}

aside.sidebar {
    padding-right: 0
}

@media (max-width:767px) {
    aside.sidebar {
        padding: 0 15px
    }
}

aside.sidebar h3 {
    margin: 0 0 40px;
    color: #02043d;
    position: relative;
    text-align: center;
    padding: 0 0 20px;
    white-space: nowrap
}

aside.sidebar .widget_recent_comments ul li,
aside.sidebar .widget_recent_entries ul li,
aside.sidebar .widget_rss ul li {
    text-align: left
}

aside.sidebar h3:after,
aside.sidebar h3:before {
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1
}

aside.sidebar h3:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

aside.sidebar h3:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

aside.sidebar h3 span {
    color: #50b748
}

aside.sidebar h3 img {
    vertical-align: middle;
    margin-right: 10px
}

aside.sidebar img {
    max-width: 100%;
    height: auto
}

aside.sidebar label {
    font-weight: 400;
    line-height: 35px
}

aside.sidebar .widget {
    margin-bottom: 40px
}

aside.sidebar .widget:last-child {
    margin-bottom: 0
}

aside.sidebar .textwidget {
    color: gray;
    line-height: 30px
}

aside.sidebar ul li {
    line-height: 40px;
    color: #50b748
}

aside.sidebar ul li:after,
aside.sidebar ul li:before {
    content: " ";
    display: table
}

aside.sidebar ul li:last-child {
    border-bottom: 0
}

aside.sidebar ul li a {
    display: block;
    float: left;
    margin-right: 10px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #02043d
}

aside.sidebar ul li a:hover {
    color: #50b748
}

aside.sidebar ul li>ul {
    padding: 0 0 0 10px;
    border-top: 1px solid #d9d9d9
}

aside.sidebar ul li>ul li {
    padding-right: 0
}

aside.sidebar ul li>ul li:before {
    content: "::";
    padding-right: 10px;
    float: left
}

aside.sidebar .widget_recent_comments ul li a {
    display: inline;
    float: none;
    margin: 0 5px
}

aside.sidebar .widget_rss ul li .rsswidget {
    display: inline-block;
    float: none;
    font-family: 'Playfair Display', serif;
    color: #50b748
}

aside.sidebar .widget_rss ul li .rsswidget:hover {
    color: #000
}

aside.sidebar .widget_rss ul li .rss-date,
aside.sidebar .widget_rss ul li .rssSummary {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    color: #02043d
}

aside.sidebar .widget_rss ul li .rss-date {
    display: block;
    font-size: .8em
}

aside.sidebar .widget_rss ul li .rssSummary {
    text-align: left;
    line-height: 30px
}

aside.sidebar .tagcloud a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #50b748;
    color: #50b748;
    background: #fff;
    margin: 0 5px 5px 0;
    padding: 0 15px;
    font-size: .9em !important
}

aside.sidebar .tagcloud a:hover {
    background: #50b748;
    color: #fff
}

aside.sidebar .widget_search .search-form:after,
aside.sidebar .widget_search .search-form:before {
    content: " ";
    display: table
}

aside.sidebar .widget_search .search-form label {
    float: left;
    width: 80%;
    position: relative;
    margin-bottom: 0
}

aside.sidebar .widget_search .search-form label>span {
    display: none
}

aside.sidebar .widget_search .search-form label input {
    border: 1px solid #d5d2e2;
    border-right: 0;
    background: #fff;
    color: #50b748;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    height: 40px
}

aside.sidebar .widget_search .search-form label input.placeholder {
    color: #50b748
}

aside.sidebar .widget_search .search-form label input:-moz-placeholder {
    color: #50b748
}

aside.sidebar .widget_search .search-form label input::-moz-placeholder {
    color: #50b748
}

aside.sidebar .widget_search .search-form label input:-ms-input-placeholder {
    color: #50b748
}

aside.sidebar .widget_search .search-form label input::-webkit-input-placeholder {
    color: #50b748
}

aside.sidebar .widget_search .search-form label:after {
    display: block;
    content: "\f002";
    font: 16px/20px FontAwesome;
    color: #d5d2e2;
    position: absolute;
    right: -40px;
    top: 9px;
    z-index: -1
}

aside.sidebar .widget_search .search-form .search-submit {
    border: 1px solid #d5d2e2;
    float: left;
    border-left: 0;
    background: 0 0;
    text-indent: -999999px;
    overflow: hidden;
    width: 20%;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

aside.sidebar .widget_calendar #calendar_wrap {
    text-align: center;
    font-size: 13px
}

aside.sidebar .widget_calendar #calendar_wrap caption {
    text-align: center
}

aside.sidebar .widget_calendar #calendar_wrap table {
    width: 100%;
    border: 1px solid #e9e8f0;
    background: #fff
}

aside.sidebar .widget_calendar #calendar_wrap table caption {
    background: #f7f7f7;
    color: #50b748;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Playfair Display', serif
}

aside.sidebar .widget_calendar #calendar_wrap table td,
aside.sidebar .widget_calendar #calendar_wrap table th {
    padding: 8px 0;
    color: #d5d2e2;
    text-align: center;
    font-weight: 400
}

aside.sidebar .widget_calendar #calendar_wrap table td a,
aside.sidebar .widget_calendar #calendar_wrap table th a {
    color: #50b748
}

aside.sidebar .widget_calendar #calendar_wrap table tfoot {
    background: #f7f7f7
}

#booking-form,
#property-highlights-section body #highlights-box,
body #property-highlights-section #highlights-box,
body .main-bg-color {
    background: #fff
}

aside.sidebar .widget_calendar #calendar_wrap table tfoot a {
    color: #000
}

aside.sidebar .widget_calendar #calendar_wrap table tfoot a:hover {
    color: #50b748
}

aside.sidebar .widget_calendar #calendar_wrap table tfoot td#prev {
    padding-left: 15px;
    text-align: left
}

aside.sidebar .widget_calendar #calendar_wrap table tfoot td#next {
    padding-right: 15px;
    text-align: right
}

body #main-wrapper {
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-top: 0
}

@media (max-width:1200px) {
    body #main-wrapper {
        padding-top: 0
    }
}

body.boxed #main-wrapper {
    padding: 0;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    box-shadow: 0 0 5px rgba(0, 0, 0, .5)
}

body.boxed #main-wrapper .inner-container {
    padding-right: 30px;
    padding-left: 30px
}

body.boxed:not(.sticky) #main-wrapper .inner-container {
    width: auto
}

body.boxed #main-header .nav-container .b-header nav>ul>li>a {
    padding: 0 20px
}

body.sticky #main-header {
    position: fixed
}

body.sticky #main-header #top-logo {
    height: 67px
}

body.sticky #main-header #top-logo .sub-title {
    top: 14px;
    font-size: .7em
}

body.sticky #main-header #top-logo .title {
    font-size: 2.3em;
    letter-spacing: 14px;
    top: 19px
}

#booking-form {
    padding: 0 30px 30px;
    border: 20px solid #f2f2f2;
    width: 520px;
    margin: 0 auto;
    position: relative
}

#booking-form.loading:after,
#booking-form.loading:before {
    display: block;
    content: '';
    position: absolute;
    z-index: 3
}

@media (max-width:650px) {
    #booking-form {
        width: 100%
    }
}

#booking-form.loading:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7)
}

#booking-form.loading:after {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    background: #50b748;
    margin: -15px 0 0 -15px;
    -webkit-box-shadow: 0 0 0 1px #50b748;
    box-shadow: 0 0 0 1px #50b748;
    -webkit-animation: spin 1s ease infinite;
    -o-animation: spin 1s ease infinite;
    animation: spin 1s ease infinite
}

#booking-form .header-sec h2 {
    font-size: 2em;
    margin-bottom: 40px
}

#booking-form .booking-fields {
    margin-bottom: 20px
}

#booking-form .booking-fields:last-child {
    margin-bottom: 0
}

#booking-form .booking-fields.two-cols>div {
    padding: 0 10px
}

#booking-form .booking-fields.two-cols>div:first-child {
    padding-left: 0
}

@media (max-width:460px) {
    #booking-form .booking-fields.two-cols>div {
        width: 100%;
        float: none;
        padding: 0
    }
    #booking-form .booking-fields.two-cols>div:first-child {
        padding-bottom: 20px
    }
}

#booking-form .booking-fields.two-cols>div:last-child {
    padding-right: 0
}

#booking-form input,
#booking-form textarea {
    background: 0 0;
    border: 1px solid #f2f2f2;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

#booking-form input.placeholder,
#booking-form textarea.placeholder {
    color: gray
}

#booking-form input:-moz-placeholder,
#booking-form textarea:-moz-placeholder {
    color: gray
}

#booking-form input::-moz-placeholder,
#booking-form textarea::-moz-placeholder {
    color: gray
}

#booking-form input:-ms-input-placeholder,
#booking-form textarea:-ms-input-placeholder {
    color: gray
}

#booking-form input::-webkit-input-placeholder,
#booking-form textarea::-webkit-input-placeholder {
    color: gray
}

#booking-form input:focus,
#booking-form textarea:focus {
    border-color: rgba(229, 17, 31, .5)
}

#booking-form input[type=submit],
#booking-form textarea[type=submit] {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    padding: 8px 25px;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

#booking-form input[type=submit]:hover,
#booking-form textarea[type=submit]:hover {
    background: #fff;
    color: #50b748
}

#booking-form textarea {
    padding: 20px;
    height: 120px
}

.blog-main-container .page-content .post-container .post-box .post-img-box img,
body.page-template-default .main-page-container .inner-box figure,
body.page-template-default .main-page-container .inner-box img {
    height: auto;
    max-width: 100%
}

#booking-form .response-message-box {
    display: none;
    text-align: center
}

#booking-form .response-message-box.active {
    display: block
}

body #main-wrapper>p {
    margin: 0
}

body .sep-line {
    border-bottom: 5px solid #fff
}

body.page-template-default .main-page-container {
    padding: 80px 0
}

body.page-template-default .main-page-container .inner-box {
    background: #f2f2f2;
    border: 3px solid #fff;
    padding: 20px;
    line-height: 30px;
    color: #b3b3b3;
    -webkit-box-shadow: 0 0 0 5px #f7f7f7;
    box-shadow: 0 0 0 5px #f7f7f7
}

body.page-template-default .main-page-container .inner-box figure.alignnone,
body.page-template-default .main-page-container .inner-box img.alignnone {
    margin: 20px 0
}

body.page-template-default .main-page-container .inner-box pre {
    background: #fff
}

body.page-template-default .main-page-container .inner-box blockquote {
    background: #fff;
    border: 4px solid #f2f2f2;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    color: #737373;
    font-size: 1em;
    line-height: 30px;
    padding: 50px;
    margin: 30px 0;
    position: relative
}

body.page-template-default .main-page-container .inner-box blockquote:after,
body.page-template-default .main-page-container .inner-box blockquote:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 2em;
    color: #e6e6e6
}

body.page-template-default .main-page-container .inner-box blockquote:before {
    content: "\f10d";
    left: 20px;
    top: 20px
}

body.page-template-default .main-page-container .inner-box blockquote:after {
    content: "\f10e";
    right: 20px;
    bottom: 20px
}

body.page-template-default .main-page-container .inner-box blockquote blockquote {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

body.page-template-default .main-page-container .inner-box blockquote blockquote:after,
body.page-template-default .main-page-container .inner-box blockquote blockquote:before {
    display: none
}

body.page-template-default .main-page-container .inner-box ul {
    list-style: square;
    padding-left: 30px
}

body.page-template-default .main-page-container .inner-box table {
    width: 100%
}

body.page-template-default .main-page-container .inner-box table td,
body.page-template-default .main-page-container .inner-box table th {
    padding: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #e9e8f0
}

body.page-template-default .main-page-container .inner-box .comment-respond {
    margin: 80px 0 30px
}

body.post-type-archive-agent #agent-section {
    padding-top: 5px
}

.blog-main-container {
    padding: 80px 0
}

.blog-main-container .page-content {
    padding: 0 50px 0 0
}

@media (max-width:767px) {
    .blog-main-container .page-content {
        padding: 0 15px 30px
    }
}

.blog-main-container .page-content .post-container .post-box {
    background: #f2f2f2;
    border: 3px solid #fff;
    padding: 20px;
    margin-bottom: 70px;
    -webkit-box-shadow: 0 0 0 5px #f7f7f7;
    box-shadow: 0 0 0 5px #f7f7f7
}

.blog-main-container .page-content .post-container .post-box:only-child {
    margin-bottom: 0
}

.blog-main-container .page-content .post-container .post-box .post-img-box {
    display: block;
    text-align: center
}

.blog-main-container .page-content .post-container .post-box .post-title-box {
    text-align: center;
    padding: 40px 0 0
}

.blog-main-container .page-content .post-container .post-box .post-title-box .post-title {
    font-family: 'Playfair Display', serif;
    margin: 0 0 40px;
    color: #02043d;
    position: relative;
    text-align: center;
    padding: 0 0 20px;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9
}

.blog-main-container .page-content .post-container .post-box .post-title-box .post-title:after,
.blog-main-container .page-content .post-container .post-box .post-title-box .post-title:before {
    display: block;
    content: "";
    position: absolute;
    background: #f2f2f2;
    border: 1px solid #d9d9d9;
    z-index: 1
}

.blog-main-container .page-content .post-container .post-box .post-title-box .post-title:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

.blog-main-container .page-content .post-container .post-box .post-title-box .post-title:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

.blog-main-container .page-content .post-container .post-box .post-title-box .post-title span,
.blog-main-container .page-content .post-container .post-box .post-title-box .post-title:hover {
    color: #50b748
}

.blog-main-container .page-content .post-container .post-box .post-meta {
    text-align: center;
    margin-bottom: 30px
}

.blog-main-container .page-content .post-container .post-box .post-meta>div {
    display: inline-block;
    color: gray;
    font-size: .9em;
    margin: 0 10px
}

.blog-main-container .page-content .post-container .post-box .post-meta>div>time:last-child {
    margin-left: 10px
}

.blog-main-container .page-content .post-container .post-box .post-meta>div>time:only-child {
    margin-left: 0
}

.blog-main-container .page-content .post-container .post-box .post-meta>div a {
    color: gray;
    margin: 0 5px
}

.blog-main-container .page-content .post-container .post-box .post-meta>div a:hover {
    color: #50b748
}

.blog-main-container .page-content .post-container .post-box .post-meta>div i {
    vertical-align: middle;
    margin-right: 5px
}

.blog-main-container .page-content .post-container .post-box .post-desc {
    padding: 0 30px;
    line-height: 30px;
    color: gray
}

.blog-main-container .page-content .post-container .post-box .post-desc figure {
    max-width: 100%
}

.blog-main-container .page-content .post-container .post-box .post-desc img {
    max-width: 100%;
    height: auto
}

@media (max-width:650px) {
    .blog-main-container .page-content .post-container .post-box .post-desc {
        padding: 0
    }
}

.blog-main-container .page-content .post-container .post-box .post-desc pre {
    background: #fff
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote {
    background: #fff;
    border: 4px solid #f2f2f2;
    -webkit-box-shadow: 0 0 0 3px #fff;
    box-shadow: 0 0 0 3px #fff;
    color: #737373;
    font-size: 1em;
    line-height: 30px;
    padding: 50px;
    margin: 30px 0;
    position: relative
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote:after,
.blog-main-container .page-content .post-container .post-box .post-desc blockquote:before {
    position: absolute;
    display: block;
    font-family: FontAwesome;
    font-size: 2em;
    color: #e6e6e6
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote:before {
    content: "\f10d";
    left: 20px;
    top: 20px
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote:after {
    content: "\f10e";
    right: 20px;
    bottom: 20px
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote blockquote {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin: 0
}

.blog-main-container .page-content .post-container .post-box .post-desc blockquote blockquote:after,
.blog-main-container .page-content .post-container .post-box .post-desc blockquote blockquote:before {
    display: none
}

.blog-main-container .page-content .post-container .post-box .post-desc ul {
    list-style: square;
    padding-left: 30px
}

.blog-main-container .page-content .post-container .post-box .post-desc table {
    width: 100%
}

.blog-main-container .page-content .post-container .post-box .post-desc table td,
.blog-main-container .page-content .post-container .post-box .post-desc table th {
    padding: 5px;
    background: #fff;
    text-align: center;
    border: 1px solid #e9e8f0
}

.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box {
    text-align: center
}

.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box>a {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #fff;
    color: #50b748;
    border: 3px double #d9d9d9;
    line-height: 30px;
    margin: 0 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box>a.active,
.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box>a.current,
.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box>a:hover {
    background: #fff;
    color: #50b748;
    border-color: #50b748
}

.blog-main-container .page-content .post-container .post-box .post-desc .post-pagination-box>span {
    width: 35px;
    height: 35px;
    display: inline-block;
    background: #fff;
    color: #50b748;
    border: 3px double #50b748;
    line-height: 30px;
    margin: 0 5px
}

.blog-main-container .page-content .post-container .post-box .read-more-container {
    text-align: center;
    padding: 40px
}

.blog-main-container .page-content .post-container .post-box .read-more-container a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #50b748;
    color: #fff;
    background: #50b748;
    padding: 3px 20px;
    -webkit-box-shadow: inset 0 0 0 1px #f2f2f2;
    box-shadow: inset 0 0 0 1px #f2f2f2
}

.blog-main-container .page-content .post-container .post-box .read-more-container a:hover {
    background: #f2f2f2;
    color: #50b748
}

.blog-main-container .page-content .post-container .post-box .post-tags {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 20px 0 15px;
    margin: 30px
}

@media (max-width:650px) {
    .blog-main-container .page-content .post-container .post-box .post-tags {
        margin: 30px 0
    }
}

.blog-main-container .page-content .post-container .post-box .post-tags ul li {
    padding: 0
}

.blog-main-container .page-content .post-container .post-box .post-tags a {
    display: inline-block;
    line-height: 30px;
    border: 1px solid #50b748;
    color: #50b748;
    background: #fff;
    margin: 0 5px 5px 0;
    padding: 0 15px;
    font-size: .9em
}

.blog-main-container .page-content .post-container .post-box .post-tags a:hover {
    background: #50b748;
    color: #fff
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form p {
    margin-bottom: 30px
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form p:last-child {
    margin-bottom: 0
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form label {
    font-weight: 400
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form label input {
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    min-width: 300px;
    margin-left: 10px
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form label+input {
    background: #50b748;
    color: #fff;
    border: 1px solid #50b748;
    margin-left: -5px;
    padding: 5px 20px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.blog-main-container .page-content .post-container .post-box.post-password-required .post-desc form.post-password-form label+input:hover {
    background: #fff;
    color: #50b748
}

.blog-main-container .page-content .post-container .post-box.sticky {
    background: #fff;
    border: 1px solid #50b748;
    -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px #50b748;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #50b748
}

.blog-main-container .page-content .post-container .post-box.sticky .post-title-box .post-title:after,
.blog-main-container .page-content .post-container .post-box.sticky .post-title-box .post-title:before {
    background: #fff
}

#not-found-page {
    text-align: center;
    padding: 80px 0
}

#not-found-page .search-box {
    width: 100%;
    max-width: 400px;
    margin: 40px auto
}

#not-found-page .search-box .search-form:after,
#not-found-page .search-box .search-form:before {
    content: " ";
    display: table
}

#not-found-page .search-box .search-form label {
    float: left;
    width: 90%;
    position: relative;
    margin-bottom: 0
}

#not-found-page .search-box .search-form label>span {
    display: none
}

#not-found-page .search-box .search-form label input {
    border: 1px solid #d5d2e2;
    border-right: 0;
    background: #fff;
    color: #50b748;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    height: 40px
}

#not-found-page .search-box .search-form label input.placeholder {
    color: #50b748
}

#not-found-page .search-box .search-form label input:-moz-placeholder {
    color: #50b748
}

#not-found-page .search-box .search-form label input::-moz-placeholder {
    color: #50b748
}

#not-found-page .search-box .search-form label input:-ms-input-placeholder {
    color: #50b748
}

#not-found-page .search-box .search-form label input::-webkit-input-placeholder {
    color: #50b748
}

#not-found-page .search-box .search-form label:after {
    display: block;
    content: "\f002";
    font: 16px/20px FontAwesome;
    color: #d5d2e2;
    position: absolute;
    right: -20px;
    top: 9px;
    z-index: -1
}

#not-found-page .search-box .search-form .search-submit {
    border: 1px solid #d5d2e2;
    float: left;
    border-left: 0;
    background: 0 0;
    text-indent: -999999px;
    overflow: hidden;
    width: 10%;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

#search-no-result {
    max-width: 670px;
    margin: 0 auto
}

#search-no-result h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2em;
    display: inline-block;
    margin: 10px 0 60px;
    color: #02043d;
    position: relative;
    padding: 20px 40px;
    border-bottom: 1px solid #d9d9d9
}

@media (max-width:992px) {
    #search-no-result h3 {
        font-size: 1.8em
    }
}

#search-no-result h3:after,
#search-no-result h3:before {
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1
}

#search-no-result h3:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

#search-no-result h3:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

#search-no-result h3 b {
    font-weight: 400
}

#search-no-result h5 {
    text-align: center;
    margin-top: -30px;
    font-weight: 400;
    font-size: 16px;
    color: #b3b3b3
}

#search-no-result .search-form {
    margin: 50px auto 0;
    max-width: 500px
}

#search-no-result .search-form:after,
#search-no-result .search-form:before {
    content: " ";
    display: table
}

#search-no-result .search-form label {
    float: left;
    width: 90%;
    position: relative;
    margin-bottom: 0
}

#search-no-result .search-form label>span {
    display: none
}

#search-no-result .search-form label input {
    border: 1px solid #d5d2e2;
    border-right: 0;
    background: #fff;
    color: #50b748;
    font-weight: 400;
    padding: 0 10px;
    width: 100%;
    height: 40px
}

#search-no-result .search-form label input.placeholder {
    color: #50b748
}

#search-no-result .search-form label input:-moz-placeholder {
    color: #50b748
}

#search-no-result .search-form label input::-moz-placeholder {
    color: #50b748
}

#search-no-result .search-form label input:-ms-input-placeholder {
    color: #50b748
}

#search-no-result .search-form label input::-webkit-input-placeholder {
    color: #50b748
}

#search-no-result .search-form label:after {
    display: block;
    content: "\f002";
    font: 16px/20px FontAwesome;
    color: #d5d2e2;
    position: absolute;
    right: -20px;
    top: 9px;
    z-index: -1
}

#search-no-result .search-form .search-submit {
    float: left;
    border: 1px solid #d5d2e2;
    border-left: 0;
    background: 0 0;
    text-indent: -999999px;
    overflow: hidden;
    width: 10%;
    height: 40px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.attraction-single,
body.page-template-booking-overview .page-main-container {
    padding: 80px 0
}

.attraction-single .page-content {
    padding: 0 50px 0 0
}

.attraction-single .page-content .post-container .post-box {
    border: 30px solid #ebebeb;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.attraction-single .page-content .post-container .post-box:hover {
    border-color: #d9d9d9
}

.attraction-single .page-content .post-container .post-box:hover .post-img-box:before {
    opacity: 1
}

.attraction-single .page-content .post-container .post-box:hover .post-img-box img {
    -moz-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

@media (max-width:767px) {
    .attraction-single .page-content {
        padding: 0 15px 30px
    }
    .attraction-single .page-content .post-container .post-box:hover .post-img-box img {
        -moz-transform: translateY(0) scale(1.1);
        -ms-transform: translateY(0) scale(1.1);
        -webkit-transform: translateY(0) scale(1.1);
        transform: translateY(0) scale(1.1)
    }
}

.attraction-single .page-content .post-container .post-box .post-img-box {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 350px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.attraction-single .page-content .post-container .post-box .post-img-box:before {
    display: block;
    position: absolute;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .6)
}

.attraction-single .page-content .post-container .post-box .post-img-box img {
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .attraction-single .page-content .post-container .post-box .post-img-box img {
        position: initial;
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.attraction-single .page-content .post-container .post-box .post-title-box {
    font-family: 'Playfair Display', serif;
    margin: 30px 0;
    text-align: center;
    position: relative
}

.attraction-single .page-content .post-container .post-box .post-title-box:after,
.attraction-single .page-content .post-container .post-box .post-title-box:before {
    display: block;
    content: "";
    position: absolute;
    background: #fff;
    border: 1px solid #d9d9d9;
    z-index: 1
}

.attraction-single .page-content .post-container .post-box .post-title-box:before {
    bottom: -6px;
    width: 22px;
    height: 12px;
    left: 50%;
    margin-left: -11px
}

.attraction-single .page-content .post-container .post-box .post-title-box:after {
    bottom: -4px;
    width: 18px;
    height: 8px;
    left: 50%;
    margin-left: -9px;
    z-index: 2
}

.attraction-single .page-content .post-container .post-box .post-title-box a {
    line-height: 3em;
    display: inline-block;
    border-bottom: 1px solid #d9d9d9;
    color: #02043d
}

.attraction-single .page-content .post-container .post-box .post-title-box a:hover {
    color: #50b748
}

.attraction-single .page-content .post-container .post-box .post-desc {
    line-height: 30px;
    color: #b3b3b3;
    padding: 0 40px 40px
}

#header-book-visit-btn .bl {
    font-weight: 700;
    -moz-animation: blink3 .9s linear infinite;
    -ms-animation: blink3 .9s linear infinite;
    -o-animation: blink3 .9s linear infinite;
    animation: blink3 .9s linear infinite
}

@keyframes blink3 {
    0% {
        color: #fff;
        background: #50b748
    }
    100% {
        color: #50b748;
        background: #fff;
        border: 1px solid #50b748
    }
}

@-webkit-keyframes blink3 {
    0% {
        color: #fff;
        background: #50b748
    }
    100% {
        color: #50b748;
        background: #fff;
        border: 1px solid #50b748
    }
}

@-moz-keyframes blink3 {
    0% {
        color: #fff;
        background: #50b748
    }
    100% {
        color: #50b748;
        background: #fff;
        border: 1px solid #50b748
    }
}

.blink3 {
    -webkit-animation: blink3 .9s linear infinite;
    -moz-animation: blink3 .9s linear infinite;
    -ms-animation: blink3 .9s linear infinite;
    -o-animation: blink3 .9s linear infinite;
    animation: blink3 .9s linear infinite
}

#header-book-visit-btn:before {
    background: 0 0
}

.nav1,
.sunrise-logo {
    display: none
}

#videoGallery .inner-content {
    padding: 0
}

.sticky-contact-container {
    position: fixed;
    right: -275px;
    top: 45%;
    width: 305px;
    z-index: 101;
    transition: all ease .5s
}

.sticky-contact-container p {
    color: #fff;
    margin: 5px 0;
    display: inline-block
}

.sticky-contact-container p a {
    color: #fff
}

.sticky-contact-container p i {
    margin-right: 10px;
    display: inline-block
}

.sticky-inner {
    float: right;
    width: 275px;
    padding: 20px;
    background: #50b748
}

.stick-contact-btn {
    float: left;
    width: 30px;
    cursor: pointer
}

.stick-contact-btn img {
    float: left
}

.sticky-remove {
    right: 0 !important
}

.bankLogo-box {
    float: left;
    width: 100px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    margin: 0 20px 20px 0
}

.bankLogo-box img {
    padding: 5px !important;
    margin: 0 !important;
    border: none !important
}

#feature-section .section-box .section-slide-1 {
    background-image: url(img/1-2.jpg) !important
}

#feature-section .section-box .section-slide-2 {
    background-image: url(img/2-2.jpg) !important
}

#feature-section .section-box .section-slide-3 {
    background-image: url(img/3-2.jpg) !important
}

.new-video-gal {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    margin-top: 60px
}

.new-video-gal iframe {
    width: 100%;
    height: 350px;
    display: inline-block;
    float: left;
    margin: 10px 10px 0;
    margin-bottom: 10px
}

.iframe-vidd .btn-row {
    margin-top: 50px;
    display: inline-block
}

.iframe-vidd {
    display: inline-block
}

.iframe-vidd h2 {
    font-size: 20px
}

@media (max-width:992px) {
    .new-video-gal iframe {
        width: 100%;
        margin: 10px 0 0
    }
    .iframe-vidd {
        margin-bottom: 30px;
        width: 100%
    }
}

#gallery-section img,
#gallery-section1 img {
    width: 100%
}

#feature-section .section-box .section-slide-1 {
    background-image: url(img/1-2.jpg) !important
}

#feature-section .section-box .section-slide-2 {
    background-image: url(img/2-2.jpg) !important
}

#feature-section .section-box .section-slide-3 {
    background-image: url(img/3-2.jpg) !important
}

.new-video-gal {
    width: 100%;
    float: left;
    margin: 0;
    text-align: center;
    padding: 0;
    margin-top: 60px
}

.new-video-gal iframe {
    width: 100%;
    height: 350px;
    display: inline-block;
    float: left;
    margin: 10px 10px 0;
    margin-bottom: 10px
}

.iframe-vidd .btn-row {
    margin-top: 50px;
    display: inline-block
}

.iframe-vidd {
    display: inline-block
}

.iframe-vidd h2 {
    font-size: 20px
}

@media (max-width:992px) {
    .new-video-gal iframe {
        width: 100%;
        margin: 10px 0 0
    }
    .iframe-vidd {
        margin-bottom: 30px;
        width: 100%;
        
    }
}

#gallery-section img,
#gallery-section1 img {
    width: 100%;
    height: 335px !important
}

.pmkay {
    width: 100%
}

#map {
    border: 0
}

.cnt223 p {
   line-height: 18px;
   text-decoration: none;
   font-weight:100!important;
   font-size:12px !important;
   font-family: 'ArialMT' !important;
   text-align:left !important;
   position:relative;
   z-index:1;
   color:#000 !important;
   margin-top:15px !important;
   margin-right:0px;
   float: right;
   color:#000;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none
}

.popup1 {
    width: 100%;
    margin: 0 auto;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100%;
    right: 0;
    background-color: hsla(0, 0%, 0%, .8);
    display:none;
}

.cnt223 h3{
    color: #50b748;
    display: block;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:0;
    font-family: 'ArialMT' !important;
    text-align: center;
    
}

.cnt223 .agree-btn{
    background: #50b748;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
    margin-top:20px;
    display:table;
    cursor:pointer;
    text-align: center;
    margin-left:auto;
    margin-right:auto;
}


.cnt223 {
    width: 650px;
    border-radius: 5px;
    min-height:435px;
    height: 435px !important;
    background-size: contain;
    margin:120px auto;
    left: 0;
    right: 0;
    position: relative;
    background:#fff;
    z-index: 3000;
    padding:30px 20px;
    border: 0 solid #fff !important
}

.tit {
    width: 100%;
    margin-bottom: 10px
}

.serenas {
    display: inline-block;
    width: 47%;
    margin-bottom: 20px;
    height: 260px
}

.serenas img {
    width: 100%;
    border: 2px solid #fff;
    height: 296px
}

.pop-logo {
    margin: 0 auto;
    width: 275px
}

.cnt223 h1 {
    font-size: 35px;
    text-align: center;
    line-height: 25px;
    color: #656464
}

.cnt223 .x:hover {
    cursor: pointer
}

.close {
    position: absolute;
    right: 0;
    top: -23px;
    color: #ccc;
    font-size: 15px;
    z-index: 11111;
    margin-top: 54px;
    margin-right: 365px;
    opacity: 1
}

.close2 {
    position: absolute;
    right: 0;
    top: -10px;
    color: #ccc;
    font-size: 15px;
    z-index: 11111;
    margin-top: 53px;
    margin-right: 380px
}

.close:hover {
    color: #fff
}

@media screen and (max-width:1024px) {
    .new-video-gal iframe {
        width: 31%
    }
    body {
        margin-top: 0 !important
    }
    .close {
        margin-right: 90px !important
    }
}

@media screen and (max-width:480px) {
    .close {
        right: 1% !important;
        top: -1% !important
    }
 
 .cnt223{

background-size: 100% auto;
margin:20% auto !important;

}   
    
}

@media screen and (max-width:780px) {
    .popup-box{
height:280px;
overflow: auto;
padding-right: 5px;
}

.cnt223 p{
    line-height: 13px;
    text-align: justify !important;
    font-size: 11px;
    
}

    .cnt223 {
        width: 90% !important;
        min-width: 90% !important;
        margin: 32% auto !important;
        height: 360px !important;
        border-radius: 0;
        padding: 30px 10px 30px 15px!important;
    }
    .double-popup {
        justify-content: center;
        align-items: center
    }
    .widget-content .submit {
        text-align: center;
        display: block;
        float: none;
        margin: 15px auto 0
    }
    .gcaptcha-div {
        margin: 0 auto;
        display: block;
        float: none;
        width: 300px
    }
    .new-video-gal iframe {
        width: 100%
    }
    #gallery-section .emi,
    #gallery-section1 .emi {
        margin-top: 15px !important
    }
    
    .cnt223 {
        width: 90%;
        min-width: 90%;
        margin: 30% auto;
        height: 400px;
        background-size: 100% auto;
        margin: 30% auto;
        border-radius: 0
    }
    .double-popup {
        justify-content: center;
        align-item: center
    }
    p.v1MsoNormal {
        text-align: justify
    }
    .zopim {
        display: none !important
    }
    .serenas {
        height: auto
    }
    .serenas img {
        height: auto
    }
    .cnt225 {
        width: 90%;
        min-width: 90%;
        height: auto;
        min-height: auto;
        background-size: 100% auto;
        margin: 10% auto;
        border-radius: 0
    }
    .close2 {
        position: absolute;
        right: 6%;
        top: 20%;
        color: #ccc;
        font-size: 15px;
        z-index: 11111;
        margin-top: 0;
        margin-right: -7px !important
    }
    .close {
        position: absolute;
        right: 6%;
        top: 20%;
        color: #ccc;
        font-size: 15px;
        z-index: 11111;
        margin-top: 0;
        margin-right: -7px !important
    }
}

#cboxClose {
    top: 0 !important
}

.draw-two {
    color: #fff;
    font-weight: 600;
    background-color: #447baf;
    padding: 12px 30px;
    margin-right: 9px;
    width: 32.5%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    font-family: arial;
    height: 44px;
    line-height: 15px;
    margin-top: 0;
    float: left
}

.draw {
    color: #fff;
    font-weight: 600;
    background-color: #447baf;
    padding: 5px 30px;
    margin-right: 5px;
    width: 32.5%;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    font-family: arial;
    height: 44px;
    line-height: 15px
}

.whatsapp1 {
    display: none
}

@media (max-width:767px) {
    .whatsapp1 {
        background-color: #161716;
        display: block;
        position: fixed;
        width: 100%;
        right: 0;
        bottom: 0;
        top: 17%;
        width: 60px;
        height: 80px;
        margin: auto;
        z-index: 99
    }
    .whatsapp1 ul {
        display: flex;
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        background: #000;
        height: 150px
    }
    .whatsapp1 ul li {
        font-size: 28px;
        padding: 6px 0;
        width: 50%;
        color: #fff;
        display: inline-flex;
        color: #50b748;
        justify-content: center;
        width: 100%
    }
    .whatsapp1 ul li a {
        color: #50b748;
        line-height: 62px
    }
    .whatsapp1 ul li:last-child {
        border-left: 0 solid #fff;
        border-top: solid 1px #fff;
        opacity: 1
    }
    .sitemap {
        display: flex;
        max-width: 1300px;
        padding: 10px 30px;
        flex-wrap: wrap
    }
}

.sitemap {
    display: flex;
    width: 1235px;
    padding: 10px 30px
}

.g-recaptcha {
    width: 270px
}

.li-neww {
    margin-top: 20px;
    border-top: 1px solid #fff;
    padding-top: 20px
}

.copyryt-mrr {
    margin-bottom: 20px
}

.res-header {
    position: relative;
    width: 100%;
    background: #333;
    display: none
}

.logores {
    position: relative;
    z-index: 123;
    padding: 10px;
    font: 18px verdana;
    color: #6ddb07;
    float: left;
    width: 15%
}

.logores img {
    width: 100px
}

nav {
    position: relative;
    margin: 0 auto
}

#cssmenu,
#cssmenu #head-mobile,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10
}

#cssmenu:after,
#cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    background: #333
}

#cssmenu>ul>li {
    float: left
}

#cssmenu>ul>li>a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 700
}

#cssmenu ul li.active a,
#cssmenu>ul>li:hover>a {
    color: #fff
}

#cssmenu ul li.active,
#cssmenu ul li.active:hover,
#cssmenu ul li.has-sub.active:hover,
#cssmenu>ul>li:hover {
    background: #50b748 !important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease
}

#cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

#cssmenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu>ul>li.has-sub>a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #333;
    transition: all .25s ease
}

#cssmenu li:hover>ul {
    left: auto
}

#cssmenu li:hover>ul>li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, .15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400
}

#cssmenu ul ul li.last-item>a,
#cssmenu ul ul li:last-child>a {
    border-bottom: 0
}

#cssmenu ul ul li a:hover,
#cssmenu ul ul li:hover>a {
    color: #fff
}

#cssmenu ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0
}

#cssmenu ul li.has-sub ul li.has-sub ul li:hover,
#cssmenu ul ul li.has-sub:hover {
    background: #363636
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu>ul ul>li.has-sub>ul>li.active>a,
#cssmenu>ul>li.has-sub>ul>li.active>a {
    border-top: 1px solid #333
}

@media screen and (max-width:1025px) {
    body #main-wrapper {
        padding: 0
    }
    .res-header {
        display: block
    }
    .logores {
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        height: 46px;
        text-align: center;
        padding: 5px 0 0 10px;
        float: none
    }
    nav {
        width: 100%
    }
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #444
    }
    #cssmenu ul li:hover {
        background: #363636
    }
    #cssmenu li:hover>ul>li,
    #cssmenu ul ul li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0
    }
    #cssmenu>ul>li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #333 !important
    }
    #cssmenu ul ul li:hover {
        background: #363636 !important
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: 0 0
    }
    #cssmenu ul ul li.active>a,
    #cssmenu ul ul li:hover>a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu ul ul>li.has-sub>a:after,
    #cssmenu ul ul>li.has-sub>a:before,
    #cssmenu>ul>li.has-sub>a:after,
    #cssmenu>ul>li.has-sub>a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        z-index: 12399994
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #444;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #262626
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu>ul ul>li.has-sub>ul>li.active>a,
    #cssmenu>ul>li.has-sub>ul>li.active>a {
        border-top: none
    }
}

.nav1 {
    position: relative;
    height: 50px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background-color: #333
}

.nav-container1 {
    position: relative;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow-y: auto;
    visibility: hidden;
    width: 100%;
    height: auto;
    min-height: 100%;
    margin: 0;
    padding: 0;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1) 0s;
    transition: all .25s cubic-bezier(.645, .045, .355, 1) 0s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #fff;
    -webkit-overflow-scrolling: touch
}

.nav-container1.is-visible1 {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.nav-toggle1 {
    line-height: 1;
    display: inline-block;
    padding: 15px;
    border: 0;
    background-color: #333
}

.nav-toggle1 .icon-menu1 {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 20px;
    vertical-align: middle;
    fill: none
}

.icon-menu1 .line1 {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    -webkit-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    background-color: #fff
}

.icon-menu1 .line-11 {
    top: 0
}

.is-active1 .icon-menu1 .line-11 {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg)
}

.icon-menu1 .line-21 {
    top: 50%;
    margin-top: -2px
}

.is-active1 .icon-menu1 .line-21 {
    opacity: 0
}

.icon-menu1 .line-31 {
    bottom: 0
}

.is-active1 .icon-menu1 .line-31 {
    -webkit-transform: translateY(-10px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-10px) translateX(0) rotate(-45deg);
    transform: translateY(-10px) translateX(0) rotate(-45deg)
}

.menu1 {
    list-style: none;
    margin: 0;
    padding: 0
}

.nav-menu1 {
    background-color: #333;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav-menu1 .menu-item1 {
    border-top: 1px solid #444
}

.nav-menu1>.menu-item1:last-child {
    border-bottom: 1px solid #bbb
}

.nav-menu1 .menu-link1 {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: .75rem 1rem;
    font-size: 13px
}

.has-dropdown1 {
    position: relative;
    cursor: pointer
}

.has-dropdown1>.menu-link1 {
    display: inline-block
}

.has-dropdown1:after {
    font-size: 20px;
    height: 33px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "+";
    color: #fff;
    background: #444;
    padding: 0 12px;
    line-height: 35px
}

.has-dropdown1.is-active1:after {
    content: "\2013"
}

.nav-dropdown1 {
    display: none
}

.has-dropdown1.is-active1>.nav-dropdown1 {
    display: block
}

.nav-dropdown1 .nav-dropdown1 {
    background-color: #aaa
}

.nav-dropdown1 .menu-item1 {
    border-color: #333;
    border-top: 1px solid #444
}

.nav-dropdown1 .nav-dropdown1 .menu-item1 {
    background-color: #333;
    border-color: #909090;
    padding-left: 15px
}

.res-logo1 {
    display: none
}

.nav-dropdown1 .menu-item1 a {
    color: #ccc;
    padding-left: 20px
}

@media (min-width:772px) and (max-width:1206px) {
    .nav1 {
        margin-top: 19px
    }
}

@media (max-width:1206px) {
    .inner-banner {
        margin-top: 0 !important
    }
    .layer {
        padding: 30px 0 !important
    }
    .pay-box:nth-child(3) {
        border-bottom: unset;
        border-top: 1px solid #ccc
    }
    .pay-box {
        width: 100%;
        padding: 10px;
        text-align: center;
        max-width: 100%;
        border-right: none !important;
        border-bottom: 1px solid #ccc;
        margin-top: 16px
    }
    .pay-online-banner {
        max-height: 532px
    }
    .strip {
        margin-top: 0 !important
    }
    #slider {
        margin-top: 0 !important
    }
    body #main-wrapper {
        padding-top: 0
    }
    #main-header {
        display: none
    }
    .inner-banner img {
        padding-top: 0
    }
    .inner-content-section {
        width: 95% !important
    }
    .inner-banner {
        height: auto;
        margin-top: 0
    }
    .inner-container {
        width: 95% !important
    }
    .sidelist-inner {
        display: none
    }
    .inner-content {
        width: 100%
    }
    #footer {
        padding: 10px 0 10px
    }
    .btn-bar,
    .btn-bar-faci {
        width: 21%;
        bottom: 4px
    }
    .inner-banner iframe {
        margin-top: 0 !important
    }
    .global-moll {
        width: 100%;
        padding-right: 0
    }
    .res-logo1 {
        display: block;
        float: right;
        width: 100px;
        margin-right: 10px;
        margin-top: 6px
    }
    .res-logo1 img {
        width: 100%
    }
    .mol-readmore {
        margin-top: 14px;
        margin-bottom: 19px
    }
    .right-section {
        height: 550px;
        width: 100%
    }
    .recreation-dic {
        margin-right: 0
    }
    .rec-box {
        margin-right: 25px
    }
    .video-thum {
        width: 45%
    }
    .footer-inner {
        max-width: 98%
    }
    .nav1 {
        display: block
    }
    .inner-content-section .smt {
        width: 47% !important
    }
}

@media screen and (max-width:769px) {
    .new-sidelist {
        width: 80% !important;
        display: inline-block !important;
        float: none !important;
        margin-bottom: 35px
    }
    .title {
        font-size: 59px;
        margin-top: -13px
    }
    .global-moll h1 {
        font-size: 22px
    }
    .video-thum {
        width: 100%;
        height: 169px;
        margin: 0 0 20px 0
    }
    .strip {
        position: relative;
        z-index: 1;
        margin-top: 0 !important
    }
    #contact-section .map-container {
        width: 100%
    }
    body {
        margin-top: 0 !important
    }
    .width__check {
        width: 100% !important
    }
    #main-header {
        display: none
    }
    .container,
    .inner-container {
        width: 95% !important;
        padding: 0
    }
    .phoenix-slider {
        height: 300px !important
    }
    .header-sec h2 {
        color: gray;
        margin-bottom: 15px
    }
    .btn-row {
        text-align: center
    }
    .img-holder {
        display: block
    }
    #about-section .content,
    #welcome-section .content {
        margin-bottom: 30px;
        line-height: 22px;
        font-size: 13px;
        text-align: center
    }
    #about-section,
    #welcome-section {
        padding: 0;
        text-align: justify
    }
    #gallery-section {
        padding: 0 0 30px
    }
    #gallery-section .image-main-box {
        border-left: 0
    }
    #agent-section {
        background-size: cover;
        padding-top: 0;
        padding-bottom: 0
    }
    #agent-section .detail-info {
        padding: 0
    }
    #agent-section .detail-info .title {
        font-size: 25px
    }
    #agent-section .detail-info .desc {
        line-height: 22px;
        text-align: justify;
        font-size: 13px
    }
    #gallery-section .gallery-container {
        margin-top: 30px
    }
    #testimonials-section .header-sec h2 {
        margin-bottom: 30px;
        color: #fff;
        font-size: 25px
    }
    .simple blockquote p {
        padding: 15px 0 0;
        font-style: normal
    }
    .inner-banner {
        height: auto;
        margin-top: 0
    }
    .inner-banner img {
        padding-top: 0
    }
    .inner-content-section {
        width: 95%;
        padding: 0
    }
    .sidelist-inner {
        display: none
    }
    .inner-content {
        width: 100%;
        padding-right: 0
    }
    .inner-content h1 {
        font-size: 25px
    }
    .inner-content blockquote {
        text-align: justify;
        font-size: 14.5px
    }
    .bank-logo img {
        margin-right: 10px
    }
    .inner-content form {
        position: relative
    }
    .inner-content form input {
        margin-bottom: 10px;
        width: 100%
    }
    .inner-content form textarea {
        margin-bottom: 10px;
        width: 100%
    }
    .inner-content form select {
        margin-bottom: 10px;
        width: 100% !important
    }
    #top-footer {
        padding: 20px 0
    }
    #top-footer .widget {
        padding: 0 !important
    }
    #top-footer .widget .textwidget,
    #top-footer .widget .widget-content {
        text-align: justify;
        line-height: 22px
    }
    #contact-section .contact-container .header-sec h2 {
        font-size: 25px;
        margin-bottom: 20px
    }
    #contact-section .contact-container .contact-box .desc {
        line-height: 22px;
        font-size: 13px
    }
    #contact-section .contact-container .contact-box .contact-info li {
        line-height: 22px;
        font-size: 13px
    }
    #contact-section .contact-container .contact-box {
        padding: 20px 10px 10px;
        width: 100%
    }
    #contact-section .contact-container {
        border: 0 solid #ebebeb;
        margin: 30px auto
    }
    #slider {
        margin-top: 0 !important
    }
    .roselia-logo {
        display: none
    }
    .tb {
        overflow-x: scroll;
        position: relative;
        width: 100%
    }
    .inner-content table tr td {
        padding: 5px
    }
    .pay-box img {
        width: 50%
    }
    .layer {
        padding: 30px 0 !important
    }
    .pay-box .emi {
        display: inline-block
    }
    #gallery-section1 .sort-section {
        margin-top: 30px
    }
}

@media screen and (max-width:400px) {
    .main {
        height: 200px;
        min-height: 200px
    }
    .rev_slider {
        height: 200px !important;
        min-height: 200px
    }
    #rev_slider_1_1_wrapper {
        height: 200px !important
    }
    #gallery-section .emi {
        margin-top: 20px
    }
    .counter {
        width: 100%
    }
    .pop-logo {
        width: 100%
    }
}

@media screen and (max-width:426px) {
    .nav-container1 {
        height: auto
    }
    .nav-container1::-webkit-scrollbar {
        width: 3px
    }
}

@media screen and (max-width:321px) {
    body {
        margin-top: 0 !important
    }
}

@media screen and (max-width:250px) {
    body {
        margin-top: 0 !important
    }
}

@media screen and (max-width:768px) and (orientation:landscape) {
    #top-footer .widget {
        padding: 0 15px !important;
        width: 100%
    }
    .cnt223 {
        margin: 5px auto;
        width: 40%;
        min-width: 40%
    }
    .pop-logo {
        width: 100%
    }
}

.daily-need-list {
    display: block;
    overflow: hidden;
    width: 100%;
    position: relative
}

.daily-need-list ul {
    width: 30% !important
}

.payment-plan-signum93 tr {
    background: #fff !important;
    text-align: left
}

.payment-plan-signum93 tr:nth-child(1) {
    background: #f3f3f3 !important;
    text-align: center
}

.sidelist-inner .grand-iva-list li {
    margin-bottom: 3px
}

.sidelist-inner .grand-iva-list li a {
    border: none;
    background: #50b748;
    color: #fff;
    padding: 0 20px;
    transition: all ease-in-out .3s
}

 .sidelist-inner .grand-iva-list li a:hover {
    background: #494949;
    color: #fff
}

.solera_section .sidelist-inner li {
    margin-bottom: 3px
}

.solera_section .sidelist-inner li a {
    border: none;
    background: #50b748;
    color: #fff;
    padding: 0 20px;
    transition: all ease-in-out .3s
}

.solera_section .sidelist-inner li a:hover {
    background: #494949;
    color: #fff
}




.our-blog{
    background-color: #f8f9fa;
    padding: 10px 0;
}


.row{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.text-center{
    text-align: center;
    font-size: 18px;
}

.text-center h2{
    font-weight: 500;
    font-size: 1.6em;
}

.text-center h2 span{
    font-weight: 800;
}

.text-center p{
    max-width: 500px;
    margin: 0 auto;
    color: #6c757d;
    line-height: 1.5;
    font-size: 1em;
}

.col{
    width: 33.3333333%;
    overflow: hidden;
    padding: 15px;
}

.col .card{
    width: 100%;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
    transition: transform 0.3s ease;
}

.col img{
    width: 100%;
    height: auto;
    border: 0;
}

.col .card-body{
    padding: 0 15px 15px 15px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.card-body h5{
    font-size: 24px;
    margin: 7px 0;
}

.card:hover{
    transform: translateY(-10px);
    transition: transform 0.3s ease;
}

.card p{
    color: #6c757d;
}

.card-body .date-author span{
    color: #e74c3c;
}

.card-body h5 a{
    color: #222;
}

@media(min-width: 577px) and (max-width: 768px){
    .col{
        width: 50%;
    }
}

@media(max-width: 576px){
    .col{
        width: 100%;
    }
}

.instructions {
   text-align: center;
   font-size: 20px;
   margin: 15vh;
}
/* ////////////////////////////////////////////////////////////////////////////////////////////// // Default Modal Styles // ////////////////////////////////////////////////////////////////////////////////////////////// */
/* This is the background overlay */
 .backgroundOverlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000;
   opacity: 0.85;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   z-index: 101;
   display: none;
}
/* This is the Popup Window */
 .delayedPopupWindow {
   display: none;
   position: fixed;
   width: auto;
   max-width: 680px;
   height: 480px;
   top: 35%;
   left: 50%;
   margin-left: -200px;
   margin-top: -180px;
   background-color: #efefef;
   border: 2px solid #333;
   z-index: 99999;
   padding: 10px 20px;
}
/* This is the closing button */
 #btnClose {
   width: 100%;
   display: block;
   text-align: right;
   text-decoration: none;
   color: #bcbcbc;
}
/* This is the closing button hover state */
 #btnClose:hover {
   color: #c90c12;
}
/* This is the description headline and paragraph for the form */
 #delayedPopup > div.formDescription {
   float: left;
   display: block;
   width: 80%;
   padding: 1% 3%;
   font-size: 18px;
   color: #666;
   clear: left;
}
/* This is the styling for the form's headline */
 #delayedPopup > div.formDescription h2 {
   color: #444;
   font-size: 36px;
   line-height: 40px;
}
/* ////////// MailChimp Signup Form ////////////////////////////// */
/* This is the signup form body */
 #delayedPopup #mc_embed_signup {
   float: left;
   width: 100%;
   padding: 1%;
   display: block;
   font-size: 16px;
   color: #666;
   margin-left: 1%;
}
/* This is the styling for the signup form inputs */
 #delayedPopup #mc-embedded-subscribe-form input {
   width: 100%;
   height: 30px;
   font-size: 18px;
   padding: 3px;
   margin-bottom: 5px;
}
/* This is the styling for the signup form inputs when they are being hovered with the mouse */
 #delayedPopup #mc-embedded-subscribe-form input:hover {
   border: solid 2px #40c348;
   box-shadow: 0 1px 3px #aaa;
}
/* This is the styling for the signup form inputs when they are focused */
 #delayedPopup #mc-embedded-subscribe-form input:focus {
   border: solid 2px #40c348;
   box-shadow: none;
}
/* This is the styling for the signup form submit button */
 #delayedPopup #mc-embedded-subscribe {
   width: 100% !important;
   height: 40px !important;
   margin: 10px auto 0 auto;
   background:  #ff7600;
   border: none;
   color: #fff;
}
/* This is the styling for the signup form submit button hover state */
 #delayedPopup #mc-embedded-subscribe:hover {
   background: #ff7600;
   color: #fff;
   box-shadow: none !important;
   cursor: pointer;
}
@media only screen and (max-width: 768px) {
    .backgroundOverlay {
   position: fixed;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
   background: #000;
   opacity: 0.85;
   filter: alpha(opacity=85);
   -moz-opacity: 0.85;
   z-index: 101;
   display: none;
}
/* This is the Popup Window */
 .delayedPopupWindow {
   display: none;
   position: fixed;
   width: auto;
   max-width: 580px;
   height: 450px;
   top: 50%;
   left: 50%;
   margin-left: -200px;
   margin-top: -180px;
   background-color: #efefef;
   border: 2px solid #333;
   z-index: 102;
   padding: 10px 20px;
}
/* This is the closing button */
 #btnClose {
   width: 100%;
   display: block;
   text-align: right;
   text-decoration: none;
   color: #bcbcbc;
}
/* This is the closing button hover state */
 #btnClose:hover {
   color: #c90c12;
}
/* This is the description headline and paragraph for the form */
 #delayedPopup > div.formDescription {
   float: left;
   display: block;
   width: 80%;
   padding: 1% 3%;
   font-size: 18px;
   color: #666;
   clear: left;
}
/* This is the styling for the form's headline */
 #delayedPopup > div.formDescription h2 {
   color: #444;
   font-size: 36px;
   line-height: 40px;
}
/* ////////// MailChimp Signup Form ////////////////////////////// */
/* This is the signup form body */
 #delayedPopup #mc_embed_signup {
   float: left;
   width: 100%;
   padding: 1%;
   display: block;
   font-size: 16px;
   color: #666;
   margin-left: 1%;
}
/* This is the styling for the signup form inputs */
 #delayedPopup #mc-embedded-subscribe-form input {
   width: 100%;
   height: 30px;
   font-size: 18px;
   padding: 3px;
   margin-bottom: 5px;
}
/* This is the styling for the signup form inputs when they are being hovered with the mouse */
 #delayedPopup #mc-embedded-subscribe-form input:hover {
   border: solid 2px #40c348;
   box-shadow: 0 1px 3px #aaa;
}
/* This is the styling for the signup form inputs when they are focused */
 #delayedPopup #mc-embedded-subscribe-form input:focus {
   border: solid 2px #40c348;
   box-shadow: none;
}
/* This is the styling for the signup form submit button */
 #delayedPopup #mc-embedded-subscribe {
   width: 100% !important;
   height: 40px !important;
   margin: 10px auto 0 auto;
   background:  #ff7600;
   border: none;
   color: #fff;
}
/* This is the styling for the signup form submit button hover state */
 #delayedPopup #mc-embedded-subscribe:hover {
   background: #ff7600;
   color: #fff;
   box-shadow: none !important;
   cursor: pointer;
}
  
}

    .mySlides {display:none}
.w3-left, .w3-right, .w3-badge {cursor:pointer}
.w3-badge {height:13px;width:13px;padding:0} 

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}
.div1 {
    display: flex;
    align-items: center;
        margin-bottom: 13px;
}
.icon-content p {
  margin: 0;
}
.icon .fa {
  color: #fff;
}

#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background: rgb(16, 31, 46);
}

.projectFactsWrap .item:nth-child(2){
  background: rgb(18, 34, 51);
}

.projectFactsWrap .item:nth-child(3){
  background: rgb(21, 38, 56);
}

.projectFactsWrap .item:nth-child(4){
  background: rgb(23, 44, 66);
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 0;
  font-weight: bold;
  text-align: center;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
  text-align: center;
}


.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 786px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
   img.shado {
        width: 40%!important;
        margin-bottom: 20px;
    }
     .row.mySlides {
      text-align:center;
  }
}




.call-fixed-button1 {
    width: 71px;
    height: 67px;
    position: fixed;
    bottom: 0px;
    top: 440px;
    right: 0px;
    z-index: 10000;
    float: right;
    border-radius: 6px 6px 0px 0px;
}

 .pulsating {
   box-sizing: border-box;
   height: 56px;
   width: 56px;
   border-radius: 100%;
   background: #4d4d4d;
   display: flex;
   align-items: center;
   align-content: center;
   justify-content: center;
   animation: pulsate 1.5s ease infinite;
}

@media (max-width:499px) {
    .slicknav_btn {
        top:-44px!important;
    }
}
@media (max-width:383px) {
    .slicknav_btn {
        top:-34px!important;
    }
}