/* Main Color

Blue: #1e67a7

*/


/* Overrides */
/*
.page,
.main-container,
.main,
.col-main,
.col-main .std {
  height: 100%;
}

*/

.std ul {
  list-style: outside none disc;
  margin-bottom: 0em!important;
}

.main-container {
  max-width: 100%!important;
  padding: 0!important;
}

.header-language-background,
#header,
.breadcrumbs,
#top-nav-ddmenu_fly_bg {
  display: none!important;
}
.footer-container {
  min-width: 100%!important;
  padding: 0!important;
}
/*
.footer {
  width: 1200px;
  margin: 0 auto;
}
*/
/* Google Font */

h1.tf-title,
h2.tf-title,
h3.tf-title,
h4.tf-title,
h5.tf-title,
h6.tf-title {
  font-weight: bold;
}

h2.tf-title {
  text-transform: capitalize;
}

h2.tf-title__large {
  font-size: 32px;
}


/* Structure */

.tf-row {
  width: 100%;
}

.tf-row::after {
  content: "";
  clear: both;
  display: table;
}

.tf-row.tf-in-grid {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[class*="tf-col-"] {
  float: left;
  width: 100%;
  padding-right: 20px;
  min-height: 1px;
  position: relative;
}

.tf-row-pad {
  padding-top: 50px;
  padding-bottom: 50px;
}


/* Hero */

.tf-hero-wrap {
  height: 500px;
  width: 100%;
  background-image: url(../images/landing-page/background.jpg);
  background-size: cover;
  background-attachment: scroll;
  background-position: top right;
}

.tf-hero-wrap>.tf-inner-content,
.tf-hero-wrap .tf-inner-content>.tf-row,
.tf-hero-wrap>.tf-inner-content>.tf-row>div {
  height: 100%;
}

.tf-hero-wrap .tf-inner-content>.tf-row>div {
  display: table;
}

.tf-hero-wrap .tf-inner-content>.tf-row>div .tf-logo {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.tf-hero-wrap .tf-inner-content>.tf-row>div .tf-logo img {
  display: inline-block;
}


/* Form */

.tf-form-wrap {
  width: 100%;
  background-color: rgba(255, 255, 255, 1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: -180px;
  left: 0;
  border-radius: 10px;
  z-index: 4;
}

.tf-form-wrap .fields {
  margin: 0;
}

.tf-form-wrap .webforms-fields-full-name label,
.tf-form-wrap .webforms-fields-email-address label,
.tf-form-wrap .webforms-fields-phone-number label {
  display: none;
}

.fieldset .legend {
  display: none;
}

.tf-form-wrap input[type="email"],
.tf-form-wrap input[type="search"],
.tf-form-wrap input[type="number"],
.tf-form-wrap input[type="password"],
.tf-form-wrap input[type="tel"],
.tf-form-wrap input[type="text"] {
  padding: 10px;
  height: 45px;
  line-height: 45px;
  width: 100%;
  border-radius: 10px;
}

.tf-form-wrap .form-list .control {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 0;
}

.tf-form-wrap .form-list .control label {
  box-sizing: border-box;
}

.tf-form-wrap #recaptcha_area table {
  margin: 0 auto!important;
}

.tf-form-wrap button {
  height: 45px;
  float: left;
  border-radius: 10px;
}


/* Main Message */

.tf-main-message__wrap {
  display:none;
  background-color: #f9f9f9;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 75px 20px 20px;
  position: relative;
}


.tf-main-message__wrap:after {
  content:"";
  font-size: 72px;
  display: block;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  background: transparent url('../images/down-arrow.png') no-repeat top center;
}


/* Special Services List */

.tf-special-services__item {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 30px;
}

.tf-special-services__icon {
  border-right: 1px solid #ccc;
  text-align: center;
}
.tf-special-services__icon img {
  display: inline-block;
}
.tf-special-services__text,
.tf-special-services__icon {
  height: 275px;
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;

}

.tf-special-services__text .tf-inner-content,
.tf-special-services__icon .tf-inner-content {
  display: table-cell;
  vertical-align: middle
}

.tf-special-services__list {
  margin-bottom: 0!important;
}


/* Images */

.tf-image-section {}

.tf-image-section__img-col {
  padding-right: 0;
}


/* Footer */

.tf-footer {
  width: 100%;
  text-align: center;
  height: 45px;
  line-height: 45px;
  background-color: #1e67a7;
  color: #ffffff;
}


/* Responsive */


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {
  .tf-col-sm-1 {
    width: 8.33%;
  }
  .tf-col-sm-2 {
    width: 16.66%;
  }
  .tf-col-sm-3 {
    width: 25%;
  }
  .tf-col-sm-4 {
    width: 33.33%;
  }
  .tf-col-sm-5 {
    width: 41.66%;
  }
  .tf-col-sm-6 {
    width: 50%;
  }
  .tf-col-sm-7 {
    width: 58.33%;
  }
  .tf-col-sm-8 {
    width: 66.66%;
  }
  .tf-col-sm-9 {
    width: 75%;
  }
  .tf-col-sm-10 {
    width: 83.33%;
  }
  .tf-col-sm-11 {
    width: 91.66%;
  }
  .tf-col-sm-12 {
    width: 100%;
  }
}


/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {
  .tf-form-wrap {
    top: 50px;
  }
  .tf-main-message__wrap {
    display: block;
  }
  .tf-col-md-1 {
    width: 8.33%;
  }
  .tf-col-md-2 {
    width: 16.66%;
  }
  .tf-col-md-3 {
    width: 25%;
  }
  .tf-col-md-4 {
    width: 33.33%;
  }
  .tf-col-md-5 {
    width: 41.66%;
  }
  .tf-col-md-6 {
    width: 50%;
  }
  .tf-col-md-7 {
    width: 58.33%;
  }
  .tf-col-md-8 {
    width: 66.66%;
  }
  .tf-col-md-9 {
    width: 75%;
  }
  .tf-col-md-10 {
    width: 83.33%;
  }
  .tf-col-md-11 {
    width: 91.66%;
  }
  .tf-col-md-12 {
    width: 100%;
  }
}


/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
  .tf-row.tf-in-grid {
    width: 1200px;
    margin: 0 auto;
  }
  .tf-col-lg-1 {
    width: 8.33%;
  }
  .tf-col-lg-2 {
    width: 16.66%;
  }
  .tf-col-lg-3 {
    width: 25%;
  }
  .tf-col-lg-4 {
    width: 33.33%;
  }
  .tf-col-lg-5 {
    width: 41.66%;
  }
  .tf-col-lg-6 {
    width: 50%;
  }
  .tf-col-lg-7 {
    width: 58.33%;
  }
  .tf-col-lg-8 {
    width: 66.66%;
  }
  .tf-col-lg-9 {
    width: 75%;
  }
  .tf-col-lg-10 {
    width: 83.33%;
  }
  .tf-col-lg-11 {
    width: 91.66%;
  }
  .tf-col-lg-12 {
    width: 100%;
  }
}
