@charset "UTF-8";

/*
Theme Name: IBP Base
Theme URI: https://github.com/WordPress/ibpbase
Author: the WordPress team
Author URI: https://wordpress.org/
*/

* {
  outline: none;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-family: 'neuzeit-grotesk';
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000000;
}

body {
  /*background-image:url('assets/images/grid.png');*/
  background-repeat: repeat-y;
  background-position: center center;
}


/*common css start here*/

h1, .title {
  font-family: 'Open Sans', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
}

.home .title {
  font-family: "neuzeit-grotesk";
  font-size: 60px;
  line-height: 60px;
}

h2, .sub-secondary-title {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 24px;

}
h2{
  color: #003e7e;
} 
h3{
  color: #003e7e;
} 
.sub-secondary-title, .sub-tertiary-title {
  color: #000000;
}
.home h2, .home .sub-secondary-title {
  font-family: 'neuzeit-grotesk';
  font-weight: 700;
  font-size: 30px;
  color: #003e7e;
}

h3, .sub-tertiary-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
}

.home h3, .home .sub-tertiary-title {
  font-family: 'neuzeit-grotesk';
  font-size: 25px;
}

p {
  margin-bottom: 15px;
  line-height: 28px;
}

p strong, strong {
  font-weight: bold;
}

ul, ol {
  margin: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin: 0px 15px 15px 0px;
}

.alignright {
  float: right;
  margin: 0px 0px 15px 15px;
}

.aligncenter {
  float: none;
  margin: 0px auto 15px auto;
}

a {
  text-decoration: none;
  color: #7c131a;
}

a:hover, a:focus {
  text-decoration: none;
  color: #a11c25;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  ;
}

.visible-ipad {
  display: none;
}

.bg-primary {
  background-color: #7c131a !important;
}

.bg-secondary {
  background-color: #222232 !important;
}

.bg-trinity {
  background-color: #a11c25 !important;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.bg-light-gray {
  background-color: #f4f5f6 !important;
}

.button {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  border: none;
  text-transform: uppercase;
  background-color: #7c131a;
  padding: 20px 30px;
  position: relative;
  font-size: 18px;
  z-index: 1;
  min-width: 200px;
  text-align: center;
  cursor: pointer;
  border-radius: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.button:before {
  width: 0;
  height: 100%;
  background-color: #a11c25;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: -1;
}

@media (min-width:1200px) {
  .button:hover:before, .button:focus:before {
    width: 100%;
    left: 0;
  }
  .button:focus {
    color: #fff;
  }
}

.button-active:before {
  width: 100%;
  left: 0;
}

.button:hover, .button-active {
  color: #fff;
}

.hr-line {
  position: relative;
}

.hr-line:before {
  content: '';
  background-color: #ccccd1;
  height: 2px;
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.main-menu-more {
  display: none
}

@media (min-width:576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width:992px) {
  .container {
    max-width: 1200px;
  }
  .hr-line:before {
    max-width: 960px;
  }
}

@media (min-width:1200px) {
  .container {
    max-width: 1200px;
  }
  .hr-line:before {
    max-width: 1170px;
  }
}

@media (min-width:1920px) {
  .container-full {
    max-width: 1800px;
    margin: 0 auto;
  }
}

html.overlflow-hidden, html.overlflow-hidden body {
  height: auto !important;
  overflow: hidden;
}

.dropdown-toggle, .icon-angle-down, .submenu-expand, .main-menu-more, .mobile-parent-nav-menu-item {
  display: none;
}

.toggle-icon {
  color: #222232;
  font-size: 23.24px;
  text-transform: uppercase;
  text-align: right;
}

.close-toggle {
  position: absolute;
  right: 25px;
  color: #fff;
  font-size: 22px;
  top: 0;
  display: none;
}

.submenu-expand, .dropdown-toggle {
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 11px;
  margin: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-webkit-appearance: none;
  background: 0 0;
  border: none;
  z-index: 10;
  outline: none;
  width: 35px;
}

.submenu-expand:after, .dropdown-toggle:after {
  position: relative;
  content: "\f105";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 25px;
  margin: 0;
  vertical-align: middle;
  border: none;
  height: auto;
  width: auto;
  line-height: initial;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  border: none;
}

.submenu-expand .svg-icon {
  display: none;
}

.menu-item-link-return {
  color: #fff;
  display: block;
  text-transform: capitalize;
  text-decoration: none !important;
  background: transparent;
  border: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  padding: 15px 0;
}

.sub-menu-back {
  color: #fff;
  display: none;
  text-transform: capitalize;
  text-decoration: none !important;
  background: transparent;
  border: none;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  padding: 15px 20px;
}

.sub-menu-back:before {
  position: relative;
  content: "\f104";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 22px;
  margin: 0;
  vertical-align: top;
  border: none;
  height: auto;
  width: auto;
  line-height: initial;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  border: none;
  margin-right: 10px;
}

.mobile-parent-nav-menu-item svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}


/*---------------------------------------------------------------------- home-page --------------------------------------------*/

header {
  position: relative;
  z-index: 112;
  width: 100%;
  background-color: #fff;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.site-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.7);
}

.top-header {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

top-address {
  font-family: 'neuzeit-grotesk';
  text-transform: uppercase;
  font-size: 14px;
}

.top-header a, .top-header input[type="submit"] {
  color: #fff;
  font-family: 'neuzeit-grotesk';
  padding: 15px 0;
  text-align: center;
  display: block;
  border: none;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.top-header a:hover, .top-header input[type="submit"]:hover {
  background-color: #a11c25;
  color: #fff;
}

.lang-child {
  text-align: center;
  background-color: #222232;
  cursor: pointer;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.lang-child:hover {
  background-color: #a11c25;
}

.lang-child a:before {
  content: "\f0e5";
  font-family: FontAwesome;
  position: absolute;
  left: 25px;
}
.top-address {
    padding: 15px 0;
}



.top-header .lang-child a {
  padding: 15px 15px 15px 35px;
  display: block;
  background-color: transparent !important;
}

.eng {
  display: none;
}

.translated-ltr .spnsh {
  display: none;
}

.translated-ltr .eng {
  display: block;
}

.middle-header {
  background-color: #ffffff;
  padding: 25px 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.bottom-header {
  background-color: #ffffff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 0 solid #e5e5e5;
}

.header-logo {
  max-width: 150px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  margin: 0 auto;
}

.top-button {
  background-color: transparent;
  color: #555555;
  font-family: 'neuzeit-grotesk';
  font-weight: 700;
  text-align: left;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  position: relative;
  display: block;
  width: 100%;
}

.top-button a {
  color: #7c131a;
  font-size: 36px;
  font-weight: 700;
}

.top-button span {
  color: #7c131a;
  display: block;
  font-size: 36px;
  font-weight: 700;
}

.wizardinfosys_autosearch_wrapper {
  max-width: 300px;
}

div.wp_autosearch_suggestions {
  box-shadow: #2d2d2d 0px 2px 5px;
  -webkit-box-shadow: #2d2d2d 0px 2px 5px;
}

div.wp_autosearch_suggestions .wp_autosearch_category {
  background: #7c131a !important;
}

div.wp_autosearch_suggestions .wp_autosearch_more {
  background: #7c131a !important;
}

div.wp_autosearch_suggestions .wps_odd a {
  padding: 10px;
}

.wp_autosearch_suggestions a .searchheading {
  padding-top: 0;
}

.wizardinfosys_autosearch_wrapper .wp_autosearch_form_wrapper {
  width: auto;
  border: none !important;
  height: auto !important;
  background-color: #fff !important;
}

.search-form .search-field, .wizardinfosys_autosearch_wrapper .wp_autosearch_input {
  background-color: #e5e5e5 !important;
  border: none !important;
  padding: 10px 10px 10px 35px !important;
  color: #000 !important;
  max-width: 100%;
  min-width: 300px;
  font-family: 'neuzeit-grotesk';
  width: auto !important;
  height: 49px !important;
  float: none;
}

.search-form label {
  display: block;
  position: relative;
  margin: 0;
}

.search-form label:before, .wizardinfosys_autosearch_wrapper .wp_autosearch_submit:before {
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f002";
  position: absolute;
  left: 9px;
  top: 13px;
  color: #000000;
}

.search-form label:before {
  top: 10px;
}

.search-submit, .wizardinfosys_autosearch_wrapper .wp_autosearch_submit {
  background-color: transparent;
  border: none;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  cursor: pointer;
  height: 49px;
  width: 35px;
  float: none;
}

.wizardinfosys_autosearch_wrapper .wp_autosearch_submit {
  text-indent: inherit;
}

@media (min-width:1200px) {
  .top-offset {
    padding-top: 286px;
  }
  .site-header-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
  }
  .fixed-bar .top-header {
    margin-top: -50px;
  }
  .fixed-bar .middle-header {
    padding: 10px 0;
  }
  .mobile-number {
    display: none;
  }
}

.main-site-banner {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden;
}

.main-banner-col {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 418px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.main-banner-col .container {
  margin: 0;
}

.main-banner-col:after {
  background-color: rgba(0, 0, 0, 0.40);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-caption {
  font-size: 50px;
  font-family: "neuzeit-grotesk";
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  line-height: 55px;
  margin: 10px 0;
}

.banner-sub-caption {
  font-size: 18px;
  font-family: "neuzeit-grotesk";
  font-weight: 700;
  letter-spacing: 3px;
  color: #fff;
  text-transform: uppercase;
}

.edge-round {
  border-radius: 5px;
  overflow: hidden;
}

.card-block {
  padding-bottom: 30px;
}

.card-block>div {
  width: 100%;
}

.card-caption {
  font-family: 'neuzeit-grotesk';
  font-weight: 700;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
}

.card-link {
  color: #ffffff;
}

.card-img {
  border-radius: 5px;
}

.min-h-300 {
  min-height: 281px;
}
.card_block_bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
}
.card_block_bg > img {
    opacity: 0 !important;
}
.card-block-hover .bg-primary {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.card-block .card-block-hover:hover {
  background-color: #a11c25 !important;
}

.read-more-text {
  margin-bottom: 10px;
}

button.sm-show {
  background-color: transparent;
  border: none;
  color: #7c131a;
  padding: 0;
  font-family: 'neuzeit-grotesk';
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
}

.services-content-sec {
  padding-bottom: 88px;
}

.services-overlay {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  position: absolute;
  z-index: 2; 
  bottom: 0;
  padding: 25px;
  padding-right: 55px;
  bottom: calc(-100% + 104px); 
  height: 100%;
}

.services-panel:hover .services-overlay {
  bottom: 0;
}

.services-overlay * {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.services-panel {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.services-panel:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#222232+1,222232+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00222232', endColorstr='#222232', GradientType=0);
  /* IE6-9 */
}

.services-panel:hover:after {
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#222232+1,222232+100&0.6+1,0.6+100 */
  background: -moz-linear-gradient(top, rgba(34, 34, 50, 0.6) 1%, rgba(34, 34, 50, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(34, 34, 50, 0.6) 1%, rgba(34, 34, 50, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(34, 34, 50, 0.6) 1%, rgba(34, 34, 50, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#99222232', endColorstr='#99222232', GradientType=0);
  /* IE6-9 */
}

.services-panel img {
  width: 100%;
}

.services-panel .icon-cart {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  padding: 20px;
  z-index: 3;
  border-top-left-radius: 5px;
  color: #262626;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.services-panel .icon-cart:after {
  width: 0;
  height: 100%;
  background-color: #7c131a;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: -1;
}

.services-panel:hover .icon-cart:after {
  width: 100%;
  left: 0;
}

.services-panel:hover .icon-cart {
  color: #fff;
}
.services_block_bg > img {
    opacity: 0 !important;
}
.services_block_bg {
    background-color: #000;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.services-title {
  font-size: 30px;
  color: #fff;
  font-family: 'neuzeit-grotesk';
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.services-content {
  color: #fff;
  line-height: 22px;
  font-weight: 400;
}

.services-middle-sec {
  padding: 88px 0 40px;
}

.services-middle-sec .title {
  padding-bottom: 50px
}

.resource-row.slick-slider, .services-middle-row.slick-slider, .page-service.slick-slider {
  margin-right: -15px;
  margin-left: -15px;
}

.services-middle-row .slick-track, .resource-row .slick-track, .page-service .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
}

.services-middle-row .slick-track:before, .resource-row .slick-track:before, .page-service .slick-track:before, .services-middle-row .slick-track:after, .resource-row .slick-track:after, .page-service .slick-track:after {
  display: none;
}

.services-middle-row .slick-slide, .resource-row .slick-slide, .page-service .slick-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
  padding: 0 15px;
}

.services-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.services-block-title {
  font-size: 30px;
  line-height: 30px;
  color: #000;
  font-family: 'neuzeit-grotesk';
  font-weight: 700;
  margin-bottom: 15px;
}

.services-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.services-img {
  min-height: 194px;
}

.services-body-in {
  padding: 20px 30px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.services-body-in p {
  color: #000000;
  font-weight: 400;
}

.services-btn {
  display: block;
  padding: 25px 30px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.services-btn:before {
  width: 0;
  height: 100%;
  background-color: #7c131a;
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  z-index: -1;
}

.services-btn:hover:before {
  width: 100%;
  left: 0;
}

.services-btn:hover {
  color: #fff;
}

.services-btn:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  right: 30px;
}

.resource-col {
  float: left;
  width: 33.333%
}

.resource-icon {
  position: relative;
  min-height: 102px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
}

.resource-icon img {
  max-width: 100px;
  height: auto;
}

.resource-icon .img-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  opacity: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.resource-block:hover .img {
  opacity: 0;
}

.resource-block:hover .img-hover {
  opacity: 1;
}

.resource-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 72px 42px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.resource-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.resource-sec {
  padding: 15px 0 54px
}

.resource-icon {
  margin-bottom: 10px;
}

.resource-block:hover {
  background-color: #7c131a;
}

.resource-title {
  font-size: 21px;
  color: #333333;
  margin-bottom: 20px;
}

.resource-block .fa {
  color: #000;
  margin-bottom: 20px;
  font-size: 2.5em;
}

.resource-body p {
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 400;
}

.resource-block:hover * {
  color: #fff !important;
}

.testimonails-sec {
  padding: 88px 0;
}

.testimonails-sec .title {
  padding-bottom: 88px;
}

.testimonail-body {
  padding: 40px;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
}

.testimonail-body:hover {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.21);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}

.testimonail-body p {
  font-weight: 400;
}

.testimonail-author span {
  display: block;
  color: #7c131a;
}

.testimonail-author {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ccc;
  font-weight: 400;
}

.review-block {
  padding: 30px 32px 0 32px;
  position: relative;
  width: 100%;
}

.review-slide {
  padding: 1px;
}

.qoute {
  position: absolute;
  right: 25px;
  color: #540e12;
  font-size: 100px;
  font-family: 'neuzeit-grotesk';
  top: 0;
  z-index: 0;
}

.review-slider p {
  font-style: italic;
  font-weight: 400;
  line-height: 23px;
}

.review-author {
  font-weight: 700;
}

.review-slider * {
  color: #fff;
}

.review-slider .slick-dots {
  text-align: left;
}

.review-slider .slick-dots li button:before {
  color: #540e12;
}

.review-slider .slick-dots li.slick-active button:before {
  color: #fff;
}

.page-services-sec {
  background-color: #f7f7f7;
  padding: 60px 0;
}

.page-service-col {
  float: left;
  width: 25%;
}

.page-services-title {
  color: #7c131a;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

.page-services-subtitle {
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 30px;
}

.page-services-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.page-services-block-title {
  font-size: 25px;
  line-height: 28px;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.page-services-body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding-bottom: 10px;
}

.page-services-img {
  min-height: 194px;
}

.page-services-body-in {
  padding: 20px 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.page-services-body-in p {
  color: #000000;
  font-weight: 400;
}

.page-services-btn {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.gallery-body {
  overflow: hidden;
}

.gallery-body a {
  display: block;
}

.gallery-body img {
  display: none;
}

.photo-thumbnail {
  height: 170px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

.gallery-title {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  z-index: 2;
  padding: 8px;
  font-size: 20px;
  color: #fff;
}

.photo-thumbnail:after {
  content: '';
  display: block;
  position: absolute;
  height: 100%;
  bottom: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  background: -moz-linear-gradient(top, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  background: linear-gradient(to bottom, rgba(34, 34, 50, 0) 0%, rgba(34, 34, 50, 0.01) 1%, rgba(34, 34, 50, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00222232', endColorstr='#222232', GradientType=0);
}

#photo_gallery .photo-thumbnail:after {
  display: none;
}

div.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  width: 6px;
}

div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
}

div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
}

div.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #959595;
}

.main-banner-link {
  color: #1e50a4;
  font-size: 25px;
  font-family: 'museosansregular500';
  display: inline-block;
  padding: 10px 0;
}

.main-content-sec {
  padding: 88px 0;
}

.home .main-content-sec {
  padding-bottom: 0;
}

.main-content-sec p:last-child {
  margin: 0;
}

.main-content-sec ul p {
  margin: 0 30px 0;
}

.sub-content-sec {
  padding: 70px 0;
}

.subpage-site-banner {
  position: relative;
}

.sub-banner-col {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  position: relative;
  z-index: 1;
}

.sub-banner-col:after {
  background-color: rgba(0, 0, 0, 0.21);
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.subpage-site-banner .banner-sub-caption {
  margin: 0;
}

.entry-content:after, entry-content:before {
  content: '';
  clear: both;
  display: table;
}

.entry-content ul, .entry-content ol {
  margin-left: 35px;
  margin-bottom: 30px;
} 
/* 
.entry-content ul {
  list-style: none;
}

.entry-content ol {
  list-style: none;
} */

.entry-content li {
  line-height: 1.8;
  position: relative;
}

/* .entry-content ul li:before {
  content: "\f100";
  font-family: FontAwesome;
  display: inline-block;
  color: #7c131a;
  position: absolute;
  left: -20px;
} */

.entry-content li>ul, .entry-content li>ol {
  margin-bottom: 0;
}

.form-sec {
  position: absolute;
  z-index: 102;
  top: calc(100% - 100px);
  width: 100%;
  left: 0;
  right: 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  /* Permalink - use to edit and share this gradient:http://colorzilla.com/gradient-editor/#a11c25+50,7c131a+50 */
  background: -moz-linear-gradient(left, rgba(161, 28, 37, 1) 50%, rgba(124, 19, 26, 1) 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(161, 28, 37, 1) 50%, rgba(124, 19, 26, 1) 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(161, 28, 37, 1) 50%, rgba(124, 19, 26, 1) 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a11c25', endColorstr='#7c131a', GradientType=1);
  /* IE6-9 */
  height: 100%;
}

.footer-form-sec {
  top: 0;
  z-index: 1;
}

.footer-form-outer {
  overflow: hidden;
  height: 100px;
  position: relative;
  -moz-transition: height 0.5s ease;
  -webkit-transition: height 0.5s ease;
  -o-transition: height 0.5s ease;
  transition: height 0.5s ease;
}

.form-outer-overlapped .footer-form-outer {
  height: 365px;
}

.overlapped {
  top: 0;
}

.form-panel {
  padding: 20px 25px;
}

.form-title {
  font-size: 25px;
  color: #fff;
  font-family: "neuzeit-grotesk";
  font-weight: 700;
}

.form-title span {
  font-size: 16px;
  display: block;
  font-weight: 400;
}

.form-sec .desktop-close, .form-sec .close {
  background-color: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 10px;
  top: 3px;
  cursor: pointer;
  z-index: 2;
}

.form-sec .desktop-close {
  display: none;
}

.form-sec.overlapped .desktop-close {
  display: block;
}

.sticky-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 111;
}

.sticky-button button {
  background-color: transparent;
  border: none;
  display: block;
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
}

.sidebar-area .form-title {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.promotion-block {
  text-align: center;
  width: 100%;
}

.promotion-title {
  padding: 15px 0;
  text-align: center;
  border-bottom: 1px solid #cfd6da;
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

.promotion-subtitle {
  padding: 10px 0;
  color: #7c131a;
  font-size: 18px;
  font-weight: 400;
}

.full-img {
  width: 100%;
}

.image_cover {
  display: block;
  position: absolute;
  width: 48%;
  z-index: 2;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image_right_cover {
  right: 0
}

.scrollTop {
  position: absolute;
  left: -65px;
  top: 50%;
  background-color: #222232;
  padding: 8px 15px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform: translate(0, -50%) rotate(-90deg);
  -moz-transform: translate(0, -50%) rotate(-90deg);
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 101;
}

.scrollTop:hover {
  background-color: #7c131a;
}

.scrollTop span {
  display: block;
}

.scrollTop a {
  font-size: 18px;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.scrollTop a:hover, .scrollTop a:focus {
  color: #fff;
}

.window {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  transition: all 0.5s ease 0s;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex!important;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
}

.fade-mask {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 1;
  visibility: visible;
}

.mainouterdailog {
  position: relative;
  width: auto;
  margin: .5rem;
}

.mainouterdailog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.mainouterdailog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

.fade-mask .mainouterdailog {
  -webkit-transform: none;
  transform: none;
}

.mainouterdailog-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #7c131a;
  padding: 10px 15px;
  outline: 0;
  font-family: 'Open Sans', sans-serif;
}

.dailog_head {
  text-align: center;
  color: #fff;
  margin-bottom: 10px;
  font-size: 16px;
}

.close_dailog .close-dialog {
  color: #fff;
  text-shadow: none;
  opacity: 1;
  cursor: pointer;
}

.close_dailog {
  position: absolute;
  right: 15px;
}

.dailog_content {
  background: #f0f0f0;
  font-size: 12px;
  line-height: 18px;
  padding: 10px;
  text-align: justify;
}

.dailog_button {
  text-align: center;
  padding-top: 10px;
}

.modal-btn {
  background: #fff;
  border: 1px solid #ababab;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 14px;
  font-weight: normal;
  line-height: inherit;
  opacity: 1;
  padding: 5px 10px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
}

.modal-btn:hover {
  background: #a11c25;
  color: #fff;
}

div#mask {
  display: none !important;
}

.join-title {
  font-size: 24px;
  text-transform: uppercase;
  padding: 0 0 10px;
}

.ready-row {
  background: #7c131a;
  border: 15px solid #a11c25;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 23px 0;
  margin: 30px 0 0 0;
  clear: both;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.ready-txt {
  display: inline-block;
  border-right: 2px solid #fff;
  padding: 20px 18px 20px 0;
  vertical-align: middle;
  margin-right: 18px;
}

.ready-link {
  display: inline-block;
  vertical-align: middle;
}

.ready-row a {
  text-decoration: none;
  font-size: 22px;
  padding: 12px 64px;
  background: #fff;
  display: inline-block;
}

.sidebar-address {
  padding: 20px 25px;
}

.sidebar-address:after, .sidebar-address:before {
  content: '';
  display: table;
  clear: both;
}

.sidebar-address .sub-tertiary-title {
  color: #fff;
  margin-bottom: 15px;
}

.page-description {
  text-transform: capitalize;
}


/*#mask {position:fixed; top:0; left:0; z-index:1040; width:100vw; height:100vh; background-color:#000; display:none; opacity:0; }

/****blog css start here****/

.post_single {
  margin: 0 0 30px;
}

.posted_date {
  color: #33425b;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 5px;
  width: auto;
}

#wp_page_numbers>ul {
  float: right;
  list-style: none;
  margin: 0;
  width: auto;
}

#wp_page_numbers>ul li {
  float: left;
  font-size: 16px;
  padding: 0 5px 10px;
  width: auto;
  font-weight: 400;
}

#wp_page_numbers .active_page a {
  color: #a11c25;
}

#wp_page_numbers a:hover {
  color: #a11c25;
}


/* */

/************
landing-page css start************/

.helping{display:table;width:100%;}
.helping-inner{box-shadow: 13.383px 4.863px 29px 0px rgba(0, 0, 0, 0.35);   padding: 26px 45px; float: left;margin: 0 0 56px;}
.helping > img {
    display: table-cell;
    margin: 12px 30px 12px 0;
    vertical-align: middle;
}
.helping-improve .subti_tle {
    margin: 0 0 54px;
}
.area-project {
    background: #f7f7f7 ;
    padding: 54px 0 28px;
}

.helping p {
    display: table-cell;
    line-height: 24px;
    vertical-align: middle;
    margin:0px;
    padding:0px;
}
.helping-inner a{color:#00aeef;}

.helping > img {max-width:113px;}

.landing_form .form-title span {
    font-size: 27px;
    text-transform: uppercase;
}
/* */


/*form css*/

.gform_wrapper {
  position: relative;
  font-weight: 400;
}

.gform_wrapper ul {
  padding: 0 !important;
  list-style: none !important;
  margin: 0 !important;
}

.gform_wrapper .gform_body {
  position: relative;
}

.gform_wrapper .gform_body>ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gform_wrapper .gform_body>ul:before, .gform_wrapper .gform_body>ul:after {
  content: " ";
  display: table;
}

.gform_wrapper .gform_body>ul:after {
  clear: both;
}

.gform_title {
  display: none;
}

.default-hidden {
  opacity: 0;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.overlapped .default-hidden {
  opacity: 1;
}

.gform_wrapper li {
  color: #fff;
  margin: 0 0 10px 0;
  position: relative;
}

.gform_wrapper li:before {
  display: none;
}

.gfield_label {
  color: #fff;
  display: block;
  font-family: 'neuzeit-grotesk';
  font-size: 16px;
  line-height: 16px;
  text-align: left;
  margin-bottom: 0;
  z-index: 1;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  left: 0;
  top: 14px;
}

.form-sec .gfield_label {
  left: 14px;
}

.transition-label .gfield_label {
  font-size: 13px;
  top: 0;
  top: 5px;
}

.hide-label>.gfield_label {
  display: none;
}

.static-label>.gfield_label {
  position: static;
  margin-bottom: 10px;
}

.gform_wrapper input[type="text"],.gform_wrapper input[type="tel"],.gform_wrapper input[type="email"], .gform_wrapper textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  font-weight: 400;
  font-family: 'neuzeit-grotesk';
  font-size: 16px;
  padding: 12px 0;
  width: 100%;
  outline: none;
  box-shadow: none;
  min-height: 53px;
}

.form-sec .gform_wrapper input[type="text"],.form-sec .gform_wrapper input[type="tel"],.form-sec .gform_wrapper input[type="email"], .form-sec .gform_wrapper textarea {
  background: #540e12;
  border: none;
  border-radius: 5px;
  padding: 12px 14px;
  min-height: 43px;
}

.gform_wrapper .transition-label input[type="text"], .gform_wrapper .transition-label textarea {
  padding: 16px 0 8px 0;
}

.form-sec .gform_wrapper .transition-label input[type="text"], .form-sec .gform_wrapper .transition-label textarea {
  padding: 16px 14px 8px 14px;
}

.gform_wrapper textarea {
  height: 100px;
  resize: none;
  display: block;
}

.form-sec .gform_wrapper textarea {
  height: 200px;
}

.contact-pag-form .gform_wrapper textarea {
  height: 116.5px;
}

.gform_wrapper .textarea-white textarea {
  background-color: #fff;
  padding: 12px;
  color: #000000;
  padding-top: 20px;
}

.gform_wrapper .textarea-white .gfield_label {
  color: #000000;
  left: 12px;
}

input, select {
  vertical-align: middle;
}

.gform_wrapper .validation_message {
  color: #e60303;
  font-size: 14px;
  position: absolute;
  right: 12px;
  top: 14px;
  line-height: inherit;
}

.validation_error, .instruction, .gform_ajax_spinner {
  display: none;
}

.ginput_recaptcha+.validation_message {
  display: none;
}

.gform_footer {
  clear: both;
  padding: 0;
}

.gform_button {
  display: block;
  width: auto;
  padding: 15px;
  min-width: 120px;
  color: #7c131a;
  font-family: 'neuzeit-grotesk';
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff !important;
}

.gform_wrapper .selectric {
  background: #ffffff;
  color: #404b52;
  font-size: 18px;
  border: none;
}

.gform_wrapper .selectric .button {
  background-color: #a1a1a1;
  color: #bbbbbb;
  display: block;
  font: 0/0 a;
  height: 47px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.gform_wrapper .selectric .button:after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ffffff rgba(0, 0, 0, 0) currentcolor;
  border-image: none;
  border-style: solid solid none;
  border-width: 8px 8px medium;
}

.gform_wrapper .selectric .label {
  color: #404b52;
  font-size: 20px;
  height: auto;
  padding: 4.5px 0;
  margin: 0 38px 0 18px;
}

.gform_wrapper .selectric-items li {
  font-size: 20px;
  line-height: 22px;
}

.gform_wrapper .gfield_checkbox input {
  display: none;
}

.gform_wrapper .gfield_checkbox label {
  position: static;
  display: inline-block;
  margin: 0 0 0 30px;
  min-height: 40px;
}

.gform_wrapper .gfield_checkbox label:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  top: 4px;
  cursor: pointer;
}

.gform_wrapper .gfield_checkbox input:checked+label:before {
  content: "\2713" !important;
  font-family: "FontAwesome";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 18px;
}

.gfield_checkbox li {
  margin: 0 !important;
  font-size: 15px;
}

.gfield_checkbox li:last-child {
  display: none;
}

.grecaptcha-badge {
  z-index: 999;
  bottom: 70px !important;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 1;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 1;
}

@media only screen and (min-width:768px) {
  .col-gfields_wrapper .gform_fields>li {
    float: left;
    margin-right: 1.33333%;
    width: 49.3333%;
  }
  .col-gfields_wrapper .gform_fields>li:nth-child(2n+2) {
    margin: 0 0 10px;
  }
  .col-gfields_wrapper .gform_fields>li.mr-l {
    margin-right: 1.33333%;
  }
  .col-gfields_wrapper .gform_fields>li.mr-0 {
    margin-right: 0;
  }
  .col-gfields_wrapper .clear-field {
    clear: both;
  }
  .col-gfields_wrapper li.position-field {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 10px;
  }
  .col-gfields_wrapper li.position-field-2 {
    margin: 0 0 10px;
    bottom: 51px;
    right: 0; 
    position: absolute;
  }
  .form-sec .gform_footer {
    position: absolute;
    left: 50.5%;
    bottom: 13px;
  }
  .col-gfields_wrapper .gform_fields>.full-field {
    clear: both;
    width: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (min-width:768px) and (max-width:1023px) {
  .sm-col-gfields_wrapper {
    margin: 0 auto;
  }
  .sm-col-gfields_wrapper .gform_fields>li {
    float: left;
    margin-right: 1.33333%;
    width: 49.3333%;
  }
  .sm-col-gfields_wrapper .gform_fields>li:nth-child(2n+2) {
    margin: 0 0 10px;
  }
  .sm-col-gfields_wrapper .sm-clear-field {
    clear: both;
  }
  .sm-col-gfields_wrapper li.sm-position-field {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 10px;
  }
  .sm-col-gfields_wrapper li.sm-position-field-2 {
    margin: 0 0 10px;
    bottom: -2px;
    right: 0;
    position: absolute;
  }
}


/*slick-dots*/

slick-dotted.slick-slider {
  margin-bottom: 60px;
}

.slick-initialized .slick-slide {
  outline: none;
}

.slick-slide img {
  margin: 0 auto;
}

.slick-prev, .slick-next {
  height: 44px;
  width: 57px;
  z-index: 1;
  background-color: #7c131a;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}

.slick-arrow:before {
  content: "\f104";
  font-family: FontAwesome;
  font-size: 25px;
  color: #fff;
  opacity: 1;
}

.slick-next:before {
  content: "\f105";
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  color: #fff;
  opacity: 1;
  background: #a11c25;
}

.slick-prev {
  left: -70px;
}

.slick-next {
  right: -70px;
}

.slick-dots {
  bottom: -55px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li.slick-active button:before {
  color: #222232;
  opacity: 1;
  font-size: 14px;
}

.slick-dots li button:before {
  color: #d3d3d6;
  opacity: 1;
  content: "\f111";
  font-family: FontAwesome;
  font-size: 12px;
  transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}


/* Footer */

.site-footer {
  position: relative;
}

.footer-service:after, .footer-service:before, .inner-content:after, .inner-content:before {
  content: '';
  display: table;
  clear: both;
}

.footer-service .msg-inner {
  width: 100% !important;
}

.footer-service .service-area {
  background-color: #5b5b5b;
  padding: 0;
}

.footer-service .inner-content ul li {
    padding-right: 5px;
    line-height: inherit;
    border: none;
    display: block;
    margin: 0;
    font-size: 15px;
}
.footer-service .inner-content ul li a {
     float: none;
    display: block;
}
.footer-service .inner-content ul li a:hover {
  color: #a11c25;
}

.footer-service .butonimg {
  margin-top: -68px;
  padding: 5px 15px;
  height: auto;
  background: #5b5b5b !important;
  float: left;
}

.footer-service .inner-content {
  margin-bottom: 25px;
}

.footer-top {
  padding: 50px 0 70px 0;
  position: relative;
}

.border-fot-left {
  border-left: 1px solid #ffffff
}

.footer-title {
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 700;
}

.footer-col p {
  color: #fff;
  margin: 0;
}

.footer-col-in {
  padding-left: 50px;
}

.footer-logo img {
  display: block; width: 170px;
}

.footer-logo {
  display: inline-block;
  margin: 0 0 40px;
}

.footer-address:not(:last-child) {
  margin-bottom: 30px;
}

.footer-address li {
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
  font-weight: 400;
}

.footer-address li:last-child {
  margin-bottom: 0;
}

.footer-address li a {
  color: #fff;
  font-weight: 400;
}

.footer-address li a:hover {
  color: #a11c25;
}

.sidebar-address .footer-address li a:hover {
  color: #000;
}

html body .footer-address li.fax-icon a:hover,
html body .footer-address li.fax-icon a:focus{color: #ffffff;}

.footer-address [class^="-icon"]:before, .footer-address [class*="-icon"]:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f015";
  position: absolute;
  left: 0;
  font-size: 19px;
}

.footer-col-1 {
  padding-bottom: 22px;
}

.footer-col .menu {
  margin-bottom: 30px;
}

.footer-col li {
  color: #fff;
  list-style: none;
  margin-bottom: 15px;
}

.footer-col a {
  color: #fff;
  font-weight: 400;
}

.footer-col a:hover {
  color: #a11c25;
}

.footer-col li.dead-link-anchor a:hover {
  color: #fff;
}

.footer-address .call-icon:before {
  content: "\f095";
}

.footer-address .mail-icon:before {
  content: "\f0e0";
}

.footer-address .fax-icon:before {
  content: "\f1ac";
}

.license-no {
  position: absolute;
  bottom: 0;
  left: 15px;
  color: #fff;
}

.social-icon {
  margin: 0 0 15px;
}

.social-icon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-icon li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0 5px;
  font-weight: 400;
}

.social-icon li:last-child {
  margin: 0;
}

.social-icon li a {
  display: block;
  text-align: center;
  font-weight: 400;
}

.social-icon i {
  color: #fff;
  background-color: transparent;
  font-size: 20px;
  transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
}


.footer-bottom {
  padding: 29px 0;
  background-color: #14141e;
}

.footer-bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-bottom li {
  display: inline-block;
  list-style: none;
  font-weight: 400;
  margin: 0 10px 0 0;
  /* border-right: 1px solid #fff; */
  line-height: 14px;
  color: #fff;
  padding-right: 10px;
  font-size: 15px;
}

.footer-bottom a {
  color: #fff;
  font-weight: 400;
}

.footer-bottom a:hover {
  color: #a11c25;
}

.footer-bottom li:last-child {
  border: none;
}

.footer-bottom p {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}


/* For responsive tables */

table {
  background-color: transparent;
  border-collapse: collapse;
  font-family: Arial, Helvetica, sans-serif
}

.dcf-table tbody, .dcf-table thead {
  font-size: .84em
}

.dcf-table tfoot {
  font-size: .75em
}

.dcf-table tbody {
  border-bottom: 1px solid #e3e3e2;
  border-top: 1px solid #e3e3e2
}

.dcf-table td, .dcf-table th {
  padding-right: 1.78em
}

.dcf-table-bordered, .dcf-table-bordered td, .dcf-table-bordered th {
  border: 1px solid #e3e3e2
}

.dcf-table-bordered td, .dcf-table-bordered th, .dcf-table-striped td, .dcf-table-striped th {
  padding-left: 1em;
  padding-right: 1em
}

.dcf-table-bordered tr:not(:last-child), .dcf-table-striped tr:not(:last-child) {
  border-bottom: 1px solid #e3e3e2
}

.dcf-table-striped tbody tr:nth-of-type(2n) {
  background-color: #f6f6f5
}

.dcf-table thead td, .dcf-table thead th {
  padding-bottom: .75em;
  vertical-align: bottom
}

.dcf-table tbody td, .dcf-table tbody th, .dcf-table tfoot td, .dcf-table tfoot th {
  padding-top: .75em;
  vertical-align: top
}

.dcf-table tbody td, .dcf-table tbody th {
  padding-bottom: .75em
}

.dcf-table-bordered thead th {
  padding-top: 1.33em
}

.dcf-wrapper-table-scroll {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1em;
  position: relative;
  right: 50%;
  width: 100vw
}

@media only screen and (max-width:42.09em) {
  .dcf-table-responsive thead {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
    white-space: nowrap
  }
  .dcf-table-responsive tr {
    display: block
  }
  .dcf-table-responsive td {
    -webkit-column-gap: 3.16vw;
    -moz-column-gap: 3.16vw;
    column-gap: 3.16vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2fr;
    grid-template-columns: 1fr 2fr;
    text-align: left!important
  }
  .dcf-table-responsive.dcf-table-bordered, .dcf-table-responsive.dcf-table-bordered thead th {
    border-width: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody td {
    border-top-width: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody tr {
    padding-bottom: .75em
  }
  .dcf-table-responsive:not(.dcf-table-bordered) tbody td {
    padding-bottom: 0
  }
  .dcf-table-responsive:not(.dcf-table-bordered):not(.dcf-table-striped) tbody td {
    padding-right: 0
  }
  .dcf-table-responsive.dcf-table-bordered tbody tr:last-child td:last-child {
    border-bottom-width: 0
  }
  .dcf-table-responsive tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: 700;
    padding-right: 1.78em
  }
}


/* CCPA updates */

#bottom-footer .left-footer {
  width: 100%;
}

#bottom-footer .left-footer ul {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
}

#bottom-footer .license span {
  font-size: 12px;
}

#bottom-footer .license .vertical-pipe {
  padding: 0 5px;
}

#bottom-footer .license a {
  color: white;
  text-decoration: none;
}

#bottom-footer .license a:hover {
  color: #CE233C;
  text-decoration: underline;
}

#input_5_2_4 {
  min-height: 42px;
  margin-bottom: 10px;
}

.do-not-sell-choices .gfield_checkbox label {
  color: white;
}

.do-not-sell-choices .gfield_label {
  color: white;
}

#gform_submit_button_5 {
  margin: -20px 22px 0 0;
}

#gform_submit_button_5:hover {
  background: #a7a9ac;
}

.hidden_sub_label {
  display: none;
}

#field_5_5>label {
  position: relative;
  padding: 0 0 25px 0;
}

.nav ul>li:hover {
  background: none;
}

em {
  font-style: italic;
}

#input_5_2_1_container>br:first-child, #input_5_2_1_container>br:last-child, #input_5_2_3_container>br:first-child, #input_5_2_3_container>br:last-child, #input_5_2_4_container>br:first-child, #input_5_2_4_container>br:last-child, #input_5_2_5_container>br:first-child, #input_5_2_5_container>br:last-child {
  display: none;
}

.list-padding {
  padding: 0 0 10px 40px!important;
  margin: 0;
}

#gform_wrapper_5 .gfield_checkbox li:last-child {
  display: block;
}

#gform_wrapper_5 ul li {
  width: 100%;
  margin: 0 23px 19px 0;
  position: relative;
  float: none;
}

#input_5_2_5 {
  width: 167px!important;
}


#gform_wrapper_5 p {
  margin: 0;
  padding: 0;
}

ul#gform_fields_5 {
  margin: 0;
}

#gform_wrapper_5.gform_validation_error ul li input[type="text"] {
  margin-top: 10px;
}

#gform_wrapper_5.gform_validation_error .gfield_label {
  position: relative;
}

#field_5_2 .gfield_label_before_complex, .hidden_sub_label {
  display: none!important;
}

#field_5_2 input {
  margin-bottom: 25px!important;
}

#gform_wrapper_5 .hidden_label label {
  display: none;
}

@media (max-width: 767px) {
  #input_5_2_5 {
    max-width: 50%;
  }
  #gform_submit_button_5 {
    margin: 0;
  }
  #bottom-footer .left-footer ul, #bottom-footer .license {
    display: flex;
    flex-direction: column; 
  }
  #bottom-footer .license .vertical-pipe {
    display: none;
  }
  #bottom-footer li {
    font-size: 14px !important;
  }
}
/*21-8-2020 TS ADD CSS START*/
table.commercial-insulationosa a{
  line-height: 1.5!important;
  font-family: 'neuzeit-grotesk'!important;
    font-weight: 400!important;
    font-size: 18px!important;
}
table.commercial-insulationosa tr td {
    width: 18%!important;
}
.promotion-subtitle{
  display: none!important;
}
.promotion-title{
  display: none!important;
}
 .promotion-img img {
    width: 100%!important;
}
.top-button{
  font-size: 13px!important;
}
.promotion-block{
  display: none!important;
}
.home .services-body-in {
    padding: 20px 0px!important;
    text-align: center!important;
}
@media only screen and (min-width:768px) and (max-width:991px){
  .promotion-img img {
    width: 100%!important;
}
}
@media screen and (max-width:767px){
  .footer-bottom .license span {
    font-size: 10px!important;
}
table.commercial-insulationosa tr td {
    width: 50%!important;
    display: inline-block!important;
}
.msg-body .inner-content ul{
  width: 50%!important;
}
.msg-body .inner-content ul li {
   
    width: 100%;
    display: inline-block;
}
.msg-body .inner-content ul:nth-child(5n) {
    width: 100%!important;
}
.msg-body .inner-content ul:nth-child(5n) > li{
  width: 50%!important;
}

.helping p{display: block;}

}
@media only screen and (max-width: 1024px) {
.service-area{background:#0c4a8f none repeat scroll 0 0;display:inline-block;padding:15px 0;width:100%}
}
/*21-8-2020 TS ADD CSS END*/

/* CTA Button CSS */
.cta-container {text-align: center; margin: 30px 0;}
.cta-container > a {color: #ffffff;}
.cta-container-inner {position: relative; z-index: 2; text-align: center; display: flex; align-items: center;}
.cta-container-inner .cta-left {color: #ffffff; text-decoration: none; position: relative; padding:15px 25px 15px; font-family: "neuzeit-grotesk"; font-size:26px; display:block; background-color: #003e7d; text-transform: uppercase; transition: all 0.5s ease 0s;-webkit-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; position: relative;}

.cta-container-inner .cta-left::after{width: 0;height: 100%; background-color:#9eade5; content: ""; position: absolute; left: 50%; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s;}
.cta-container > a{display: inline-block;} 
.cta-left-inner{position: relative; z-index: 2;}

.cta-container a:hover .cta-left::after ,
.cta-container a:focus .cta-left::after {width: 100%; left: 0;}
.cta-container-inner .cta-left .sub-text{ display: block;font-size:16px; font-family: 'Open Sans', sans-serif; letter-spacing: 2px; text-transform: capitalize; }

.cta-right{width: 80px; background-color: #9eade5; height: 80px; display: flex; align-items: center; justify-content: center;}

@media(min-width:680px) {
     .cta-container-inner .cta-left{padding:15px 100px 15px;}
}

@media(max-width:526px) {
     .cta-container-inner .cta-left{font-size: 18px;}
     .cta-container-inner .cta-left .sub-text{font-size: 14px;}
     .cta-container-inner .cta-left{padding:21px 20px 21px;}
}

@media(max-width:394px) {
     .cta-container-inner .cta-left{font-size: 13px;}
     .cta-container-inner .cta-left .sub-text{font-size: 10px;}
     .cta-container-inner .cta-left{padding:26px 5px;}
}

/* CTA Button CSS */