.home_msg_div {
  height: 45px;
  border-radius: 0;
  text-align: center;
  padding-top:5px;
  margin-bottom: 0;
  display: none;
}

#top-bar {
  background-color: #FFFFFF;
  border-bottom: none;
}
#top-bar li {
  background-color: #F5F5F5;
  margin-right: -5px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#top-bar li a {
  font-size: 15px !important;
}

#navbar {
  box-shadow: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0px;
}
#navbar ul li a {
  font-size: 15px;
}
#navbar img {
  height: 80px;
  width: 312px;
  margin-top: -30px;
}
@media screen and (max-width: 1000px) {
  #navbar img {
    height: 50px;
    width: 225px;
    margin-top: -30px;
  }
}


.forcefullwidth_wrapper_tp_banner {
  max-height: 400px;
}

.news-desc h4 {
  font-size: 18px;
}

.img-corner {
  border-radius: 15px !important;
}
.img-border {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}

#footer {
  background-color: #F5F5F5 !important;
  padding-top: 15px;
}
#footer h4 {
  font-weight: normal !important;
  margin-bottom: 3px;
}
#footer p {
  font-weight: normal !important;
  margin-bottom: 0px;
  color: black !important;
}

.subpage_title_div {
  height: 200px !important;
  background-image: url('../img/bg-1.jpg');
  padding-top: 70px;
}
.subpage_title_div h2 {
  color: white;
}

.service_home_row .col-md-3 {
  text-align: center;
}
.service_home_row img {
  margin-bottom: 10px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.service_home_row h3 {
  margin-top: 10px;
}


.inquiry_form_row {
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  width:750px;
}

.contact_inquiry_form_row {
  display:inline-block;
  margin-left:auto;
  margin-right:auto;
  width:445px;
}

@media screen and (max-width: 768px) {
  .inquiry_form_row, .contact_inquiry_form_row {
    width:100%;
  }
  .inquiry_form_row input, .contact_inquiry_form_row input, .contact_inquiry_form_row textarea {
    float:none !important;
    width: 90% !important;
    margin-top: 10px;
    margin-left: 5%;
  }
}


.g-recaptcha {
  width: 170px;
  overflow: hidden;
  display: inline-block;
  border-right: 1px solid #C4C4C4;
  border-radius: 4px;
}


@media screen and (min-width: 768px) {
  #contact_left_block {
    position: absolute;
    max-width: 330px;
  }
  #contact_form_container {
    margin-left: 330px;
  }
}

@media screen and (max-width: 768px) {
  #contact_left_block {
    position: relative;
    max-width: 100%;
  }
  #contact_form_container {
    margin-left: 0px;
  }
}



ul.sortable {
  list-style-type: none;
  padding-left: 0px;
}
.sortable li {
  background-color: #FCF8E3;
  padding: 5px 10px;
  margin-top: 10px;
  position: relative;
  z-index: 10
}
/*.note-dialog .modal-dialog{ z-index:1050 !important; }*/
.admin_row_label {
  font-weight:600;
  color: #286090;
}


.caption.title-2 {
  font-weight: 700;
}
.breadcrumb-wrap h4 {
  letter-spacing: 3px;
  font-size: 20px;
}

blockquote {
  border-left: none;
}

.tp-arr-allwrapper {
  display: none;
}

.tp-rightarrow.tparrows.default.preview4.hashoveralready{
  transition: none;
}


.carousel-inner .item {
  text-align: center;
}
.carousel-inner img {
  width: 100%;
  min-width: 687px;
  min-height: 250px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
.carousel-caption {
  text-align: left !important;
}

@media screen and (min-width: 1000px) {
  .carousel-caption {
    position: absolute;
    top:70px;
  }
  .carousel-caption h1 {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 1000px) {
  .carousel-caption {
    position: absolute;
    top:40px;
  }
  .carousel-caption h1 {
    font-size: 28px !important;
    line-height: 28px !important;
    margin-bottom: 15px !important;
  }
}

@media screen and (max-width: 768px) {
  .carousel-caption {
    position: absolute;
    top: 30px;
  }
  .carousel-caption h1 {
    font-size: 20px !important;
    line-height: 20px !important;
    margin-bottom: 15px !important;
  }

  .carousel-caption h3 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .carousel-caption h3 {
    font-size: 18px !important;
    line-height: 18px !important;
  }
  .carousel-caption a {
    display: none;
  }
}




/*.fullwidthbanner .caption.h4*/



.white {
  color: white !important;
}
.black {
  color: black !important;
}
.gray {
  color: #DCDCDC !important;
}
.dark_gray {
  color: #C0C0C0 !important;
}
.green {
  color: #009966;
}
.blue {
  color: #309CD3 !important;
}
.dark_blue {
  color: #3984C6 !important;
}
.red {
  color: #E74C3C;
}
.bg-gray {
  background-color: #F5F5F5;
}
.bg-white {
  background-color: #FFFFFF;
}

.link_blue {
  color: #309CD3;
}
.link_blue:hover {
  color: blue;
}
.link_red {
  color: #E74C3C;
}
.link_red:hover {
  color: #D34537;
}

.p-t-1 {
  padding-top: 15px;
}
.p-t-2 {
  padding-top: 30px;
}
.p-b-3 {
  padding-bottom: 45px;
}
.p-x-1 {
  padding-left: 15px;
  padding-right: 15px;
}
.p-y-3 {
  padding-top: 45px;
  padding-bottom: 45px;
}
.p-a-1 {
  padding: 15px;
}
.p-a-2 {
  padding: 30px;
}
.m-t-sm {
  margin-top: 5px;
}
.m-t-0 {
  margin-top: 0;
}
.m-t-1 {
  margin-top: 15px;
}
.m-t-2 {
  margin-top: 30px;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-1 {
  margin-bottom: 15px;
}
.m-b-2 {
  margin-bottom: 30px;
}
.m-r-sm {
  margin-right: 6px;
}
.m-r-1 {
  margin-right: 15px;
}
.m-b-sm {
  margin-bottom: 7px;
}
.m-b-1 {
  margin-bottom: 15px;
}
.m-x-0 {
  margin-left: 0;
  margin-right: 0;
}
.m-y-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.table-no-border {
  border: none !important;
}
.table-no-border td, .table-no-border th, .table-no-border tr {
  border: none !important;
}

.image-shadow {
  border: 1px solid #ccc;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 10px;
}

.float-left {
  display: inline-block;
  float: left;
}
.position-absolute {
  position: absolute;
}

.width-50 {
  width: 50px !important;
}
.width-70 {
  width: 70px !important;
}
.width-80 {
  width: 80px !important;
}
.width-90 {
  width: 90px !important;
}
.width-100 {
  width: 100px !important;
}
.width-115 {
  width: 115px !important;
}
.width-135 {
  width: 135px !important;
}
.width-150 {
  width: 150px !important;
}
.width-200 {
  width: 200px !important;
}
.width-215 {
  width: 215px !important;
}
.width-300 {
  width: 300px !important;
}
.width-330 {
  width: 330px !important;
}
.width-400 {
  width: 400px !important;
}
.width-415 {
  width: 415px !important;
}
.width-430 {
  width: 430px !important;
}
.max-width-330 {
  max-width: 330px;
}
.max-width-500 {
  max-width: 500px;
}
.height-100 {
  height: 100px !important;
}
.height-150 {
  height: 150px !important;
}
.height-200 {
  height: 200px !important;
}

.min-width-200 {
  min-width: 200px;
}

/*.show-sm-down {
  display: none;
}*/

@media screen and (min-width: 768px) {
  .show-sm-down {
    display: none;
  }
}




/*--------------------------------------------------------------------------------*/
/*-- Modal --*/
/*--------------------------------------------------------------------------------*/

.modal-dialog {
  margin-top: 15vh;
}
.modal-error .modal-header {
  background-color: #D34537;
  border-bottom: none;
  text-align: center;
}
.modal-error .modal-header .modal-title {
  font-size: 26px;
  font-weight: 300;
  color: #FFFFFF !important;
}
.modal-error .modal-body, .modal-error .modal-footer {
  background-color: #E74C3C;
  border: none;
  text-align: center;
}
.modal-error .modal-body {
  padding-top: 25px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}
.modal-error .modal-footer .btn {
  background-color: #C0392B;
  border: none;
  border-radius: 0;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.3s ease 0s;
}
.modal-error .modal-footer .btn:hover {
  background-color: #A5281B;
}


.modal-success .modal-header .modal-title {
  color: #009966 !important;
}
