a.close-banner {
  color: white !important;
  margin-left: 10px;
}

.homepage-gr-gift{
      padding: 10px;
      text-align: center;
      color: #e1e1e1;
      background: #d71634;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.homepage-gr-gift a {
      color: #fff;
      text-decoration: underline;
      font-weight: 600;
}
.homepage-gr-gift a:hover {
      color: #fff;
      text-decoration: underline;
      font-weight: 600;
}
.close-gift-banner{
      position: absolute;
      right: 20px;
      top: 8px;
      color: #fff !important;
      font-size: 1.2rem;
      text-decoration: none !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: auto;
background-color: transparent;
overflow: hidden;
position: relative;
padding: 0px;
}
#hero .carousel,  #hero .carousel-item, #hero .carousel-item::before {
position: relative;
top: 0;
right: 0;
left: 0;
bottom: 0;
}
#hero .carousel-item {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
display: flex;
justify-content: center;
align-items: flex-end;
}
#hero .container {
text-align: center;
background: rgba(255, 255, 255, 0.9);
padding-top: 30px;
padding-bottom: 30px;
margin-bottom: 50px;
border-top: 4px solid #3fbbc0;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-bg{
    height: 95vh;
}
@media (max-width: 1200px) {
#hero .container {
  margin-left: 50px;
  margin-right: 50px;
}
}
#hero h2 {
color: #2f2f2f;
margin-bottom: 20px;
font-size: 36px;
font-weight: 700;
}
#hero p {
margin: 0 auto 30px auto;
color: #555555;
}
#hero .carousel-inner .carousel-item {
transition-property: opacity;
background-position: center top;
}
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
opacity: 0;
}
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
opacity: 1;
transition: 0.5s;
}
#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
left: 0;
transform: translate3d(0, 0, 0);
}
#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {

background: #333;
border-radius: 50px;
transition: 0.3s;
color: rgba(255, 255, 255, 0.5);
width: 39px;
height: 39px;
display: flex;
align-items: center;
justify-content: center;
font-size: 2rem;
}
#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
background: #333;
color: rgba(255, 255, 255, 0.8);
}
#hero .carousel-indicators li {
cursor: pointer;
background: #fff;
overflow: hidden;
border: 0;
width: 12px;
height: 12px;
border-radius: 50px;
opacity: 0.6;
transition: 0.3s;
}
#hero .carousel-indicators li.active {
opacity: 1;
background: #3fbbc0;
}
#hero .btn-get-started {
font-family: "Roboto", sans-serif;
font-weight: 500;
font-size: 14px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 32px;
border-radius: 4px;
transition: 0.5s;
line-height: 1;
color: #fff;
background: #3fbbc0;
}
#hero .btn-get-started:hover {
background: #65c9cd;
}
.explore-more a {
background: #d61535;
z-index: 4;
color: #fff;
border-radius: 100px 100px 0 0;
bottom: 0;
height: 50px;
left: 50%;
padding-top: 10px;
position: absolute;
text-align: center;
transform: translateX(-50%);
transition: background 0.2s;
width: 100px;
}
.explore-more a i {
font-size: 32px;
line-height: 38px;
}
.bi-chevron-left::before, .bi-chevron-right::before{
  color: white;
}

main#main-section {
  margin-top: 50px;
}
.section-wrap {
  padding: 0px 0 15px;
}

@media (max-width: 992px) {
#hero {
  height: 100vh;
}
#hero .container {
  margin-top: 100px;
}
}
@media (max-width: 768px) {
#hero h2 {
  font-size: 28px;
}
}
@media (min-width: 1024px) {
#hero .carousel-control-prev, #hero .carousel-control-next {
  width: 5%;
}
}
@media (max-height: 500px) {
#hero {
  height: 160vh;
}
}



.carousel .btn{
 padding: 15px 30px;
 margin-top: 15px;
}
.slide-caption{
 top: 25%;
 z-index: 1;
}
.slide-caption .carousel-text-large{
 width: 95%;
 line-height: 1.4;
 font-size: 2.5rem;
}
@media (max-width: 768px){
 .slide-caption{
    padding-left: 15px;
    top: 25%;
 }
 .slide-caption .carousel-text-large {
     font-size: 1.4rem !important;
     line-height: 1.2;
 }
 .carousel .btn, .banner-600 .btn{
    padding: 10px 15px !important;
    font-size: 14px !important;
    margin-top: 7px;
 }
}

@media (min-width: 769px) and (max-width: 1024px){
 .slide-caption .carousel-text-large {
     font-size: 1.6rem !important;
     line-height: 1.2;
 }
 .slide-caption{
    padding-left: 15px;
    top: 15%;
 }
 .slide-caption .btn{
    padding: 8px 15px;
    margin-top: 7px;
 }
}
@media (min-width: 1025px) and (max-width: 1366px){
 .slide-caption .carousel-text-large {
     font-size: 2rem !important;
     line-height: 1.2;
 }
 .slide-caption{
    top: 22%;
 }
}
@media (min-width: 1367px) and (max-width: 1600px){
 .slide-caption{
    top: 20%;
 }
 .slide-caption .carousel-text-large {
     font-size: 2.2rem !important;
     line-height: 1.2;
 }
}

.services-container{
display:flex;
}
.service-description{
display:flex;
}
@media (max-width:768px){
.services-container{
display:block;
}
.service-description{
display:block;
}
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}

.section-wrap {
  padding: 30px 0;
}
.color-danger {
  color: #d63652!important;
}
.bgl, .bgl span {
  position: relative;
}
.bgl {
  overflow: hidden;
}
.heading {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0;
  text-transform: uppercase;
}
.text-center {
  text-align: center;
}
.bgl span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  padding: 0 20px;
  max-width: 85%;
}
.bgl span:before {
  right: 100%;
}
.bgl span:after {
  left: 100%;
}

.bgl span:after, 
.bgl span:before {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.5em;
  border-top: 1px solid #d61535;
}
.service {
  margin-bottom: 20px;
cursor: pointer;
}
.service-img {
  overflow: hidden;
  position: relative;
}
.home-services .service .service-img img {
  width: 100%;
  min-height: 152px;
  max-height: 152px;
}

.service-block{
padding-left: 10px;
  padding-right: 10px;
}
.service{
max-width: 313px;
  margin: 0 auto;
}
.service .service-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 1s;
}
.overlay-bg-dark, .overlay-bg-light-dark {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.overlay-bg-dark {
  opacity: .18;
}
.service h3.home-service-heading {
  bottom: 15px;
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  padding: 0 70px 0 30px;
  line-height: 29px;
  margin: 0;
  position: absolute;
  text-transform: uppercase;
}
.service>.service-description {
  background: #ededed;
}

.service>.service-description a {
  color: #222;
}
.service>.service-description p {
  padding: 20px;
  margin-bottom: 0;
}
.service:hover .service-heading {
min-height: 100px;
background: rgba(0, 0, 0, .9)
}
.service:hover .service-img img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service:focus .service-heading,
.service:hover .service-heading {
  background: #eaeaea
}
.btn-gr.btn-lg, .btn-group-lg>.btn-gr.btn {
  padding: 15px 40px;
  font-weight: 600;
}


.btn-gr {
  font-size: .8889rem;
  font-family: Open Sans, sans-serif;
  border: 0 solid;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0 1px 6px rgb(0 0 0 / 12%);
  -o-box-shadow: 0 1px 6px rgba(0, 0, 0, .12) 1px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 6px 1px 2px rgba(0, 0, 0, .12) rgba(0, 0, 0, .1);
  text-shadow: 0 1px rgb(0 0 0 / 10%);
  transition: all .2s;
}
.btn-white {
  background: #fff;
  border: 1px solid #ccc !important;
  border-radius: 0 !important;
  letter-spacing: 1px !important;
  color: #222!important;
}
.btn-lm {
  font-size: 1rem;
  line-height: 1;
}

.btn-gr:focus,
.btn-gr:hover{
  box-shadow: 0 6px 10px rgba(0, 0, 0, .23);
-o-box-shadow: 0 6px 10px rgba(0, 0, 0, .23) 1px 2px rgba(0, 0, 0, .1);
box-shadow: 0 6px 10px 1px 2px rgba(0, 0, 0, .23) rgba(0, 0, 0, .1);
outline: 0!important
}
.btn-lm:focus, 
.btn-lm:hover {
  background: #ededed;
  box-shadow: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.learn-more{
border-radius: 0px;
}
.btn-danger {
  color: #fff;
  background-color: #d61535;
}
.btn-gr i {
  padding-left: 10px;
  transition: padding .2s;
}
.btn-lm:focus i, .btn-lm:hover i {
  padding-left: 15px;
}
@media (min-width:1200px) {
.container {
  width: 1000px
}
}

.m-b-20{
margin-bottom: 20px;
}
.m-t-10 {
  margin-top: 10px;
}

.m-grt-10 {
  margin-top: 50px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-grb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width:992px) {
html {
  font-size: 14px
}
.middle-content {
  padding-top: 200px;
  padding-bottom: 200px
}
.middle-content .home-heading {
  margin-bottom: 60px
}
.testimonial {
  text-align: center
}

.text-large {
  font-size: 2.74rem;
  line-height: 1
}
.heading {
  font-size: 25px !important;
  line-height: 25px
}
.heading.lg {
  font-size: 34px;
  line-height: 34px
}
.bgl2:after {
  top: 10px
}
.section-wrap {
  padding: 30px 0
}
.home-services .service {
  display: table;
  display: table;
  max-width: 100%;
  margin-bottom: 20px !important;
}
.home-services .service .service-img {
  display: table-cell;
  width: 50%;
  vertical-align: middle
}
.home-services .service .service-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  display: block
}
.home-services .service .service-description {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  padding: 0 20px 10px
}
.home-services .service .service-description p {
  padding-left: 0;
  padding-right: 0;
  text-align: center
}
.service .service-img img {
  display: none
}
.service .service-heading {
  cursor: pointer;
  position: static;
  background: #f7f7f7;
  border-left: 5px solid #d61535
}
.service .service-heading:after {
  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: "\f107";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 38px
}
.service .service-heading h3 {
  color: #222
}
.service:focus .service-heading,
.service:hover .service-heading {
  background: #eaeaea;
}
footer .footer-social-links {
  text-align: right;
}
.btn-sb-link {
  margin-bottom: 5px
}
.service-block .header {
  min-height: 50px
}
.service-block .header .overlay-bg-dark,
.service-block .header img {
  display: none
}
.service-block .header .title,
.service-block .header .title p {
  position: static!important;
  color: #222!important
}
.service-block .header .close-icon {
  padding: 0;
  font-size: 40px
}
.video,
.video img {
  width: 100%
}

}

@media only screen and (max-width:480px) {
.navbar-toggle {
  top: 0
}
.middle-content {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%
}
.text-large {
  font-size: 2rem;
  line-height: 2rem
}
.mob-active .nav-outline-btn {
  border-bottom-color: transparent;
  color: #d61535
}
footer {
  height: auto;
  position: static
}
.partner-logos-footer .official-text:after {
  display: none
}
.partner-logos-footer .partner-name {
  text-align: center
}
.partner-logos-footer .official-text {
  font-size: .8rem
}
.partner-logos-footer .partner-logos {
  margin-bottom: 0
}
#wrapper.toggled #sidebar-wrapper {
  width: 100%
}

.btn {
  white-space: normal
}
.navbar-brand {
  padding-left: 10px;
  padding-right: 10px
}
.navbar-brand img {
  max-height: 18px
}

.home-services .service {
  display: block
}
.home-services .service .service-img {
  display: block;
  width: 100%
}
.home-services .service .service-img img {
  display: block
}
.home-services .service .service-description {
  display: block;
  width: 100%;
  vertical-align: middle;
  padding: 0 20px 10px
}
.home-services .service .service-description p {
  padding-left: 0;
  padding-right: 0
}


.service .service-heading h3 {
  font-size: 18px;
  line-height: 1;
  padding-right: 20px
}
.service-block .header h3.title {
  line-height: 1;
  padding-right: 30px
}
.service-block .header h3.title sup {
  top: -.4em
}
.service-block .header .title p {
  color: #222
}
footer img {
  margin-bottom: 10px
}
#gr-menu {
  max-height: inherit
}
#gr-menu:after {
  height: 100vh
}
.bgl2 span:after,
.bgl2 span:before,
.bgl2:after {
  content: none
}
.partner-logos-footer .partner-logos {
  max-width: 100%
}
}
.tls_estimator_content h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 40px;
  letter-spacing: 0;
  color: #D71635 !important;
  margin-top: 60px;
}
.tls_estimator_content p {
  color: #222222;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
  max-width: 444px;
  letter-spacing: 0.5px;
}


/***Inline CSS***/
.align-center {
  align-items: center;   
}
.home_hero_btns a:hover {
  text-decoration: inherit;
  color: #ffffff;
}
.home_hero_btns_fill:hover {
  background-color: #a81029;
  border-color: #870d21;
}
.home_hero_btns_hollow:hover {
  background-color: rgba(0,0,0,0.3);
}
.margin-auto {
  margin: 0 auto !important;
}

.gr_services {
  padding: 55px 15px;
  background-color: #EDEDED;
}

.gr_services h2 {
  font-family: 'Roboto', 'Sans Serif';
  font-weight: 900;
  font-size: 35px;
  color: #232621;
  text-align: left;
  margin: 0 0 0 0;
  padding: 0 0 25px 0;
}

.gr_services p {
  font-family: 'Roboto', 'Sans Serif';
  font-weight: 900;
  font-size: 22px;
  color: #000000;
  text-align: center;
  margin: 5px auto 0 auto;
  max-width: 980px;
  line-height: 26px;
  letter-spacing: 0 !important;
}

.gr_services_item {
  margin: 0;
  padding: 0 !important;
  max-width: 500px;
  width: 100%;
}

.gr_services_item .gr_services_items {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.gr_services_item .gr_services_items img {
  margin-right: 20px;
  padding: 0 !important;
}

.gr_services_item .gr_services_items h3 {
  font-family: 'Roboto', 'Sans Serif';
  font-weight: 900;
  font-size: 22px;
  color: #000000;
  margin: 0 auto;
}

.gr_services_item .gr_services_items p {
  font-family: 'Roboto', 'Sans Serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  margin: 10px auto 0 auto;
  text-align: left;
}

.gr_services_item .gr_services_items a {
  font-family: 'Roboto', 'Sans Serif';
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #D71635;
  margin: 10px 0 0 0;
  display: inline-block;
  text-decoration: underline;
}

@media only screen and (min-width: 576px) {
  .gr_services_item {
      max-width: 100%;
      width: 1010px;
  }

  .gr_services h2 {
      padding: 0 0 50px 0;
  }
}

@media only screen and (min-width: 768px) {
  .gr_services h2 {
      font-size: 60px;
      text-align: center;
  }

  .gr_services p {
      font-size: 25px;
      line-height: 29px;
  }

  .gr_services_item .gr_services_items {
      justify-content: space-between;
  }

  .gr_services_item .gr_services_items h3 {
      font-size: 25px;
  }
}







.gr-home-content-left-image-right .wpb_content_element {
  margin-bottom: 0;
}

.home_content_right_image_left .vc_column-inner {
  padding: 0 !important;
}

.home_content_right_image_left {
  padding: 0 0 60px 0;
  max-width: 600px;
  margin: 0 auto;
}

.home_content_section_full_image .wpb_content_element {
  margin-bottom: 0;
}

.home_content_right_image_left h2 {
  display: none;
}

.home_content_section_text {
  width: 100%;
  padding: 0 30px;
}

.home_content_section_img {
  display: none !important;
}

.home_content_section_img .wpb_content_element {
  margin-bottom: 0;
}

.home_content_section_full_image {
  display: block;
  position: relative;
  margin: 0 0 24px 0;
}

.home_content_section_full_image h4 {
  position: absolute;
  top: 0;
  left: 0;
  color: #ffffff;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  margin: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}

.home_content_section_full_image img {
  width: 100%;
}

.home_content_section_img img {
  width: 100%;
  padding: 0 !important;
}

.home_content_section_text h3 {
  color: #D71635;
  font-size: 25px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0;
  letter-spacing: -1px;
}

.home_content_section_text p {
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.home_content_section_btn {
  margin-top: 35px;
}

.home_content_section_btn a {
  width: 100%;
  display: block;
  text-align: center;
}

.home_content_section_filled_btn {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  background-color: #D71635;
  border-radius: 4px;
  border: 1px solid #D71635;
  padding: 10px 14px;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}

.home_content_section_filled_btn:hover {
  background-color: #a81029;
  border-color: #870d21;
  color: #ffffff;
  text-decoration: none;
}

.home_content_section_filled_btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.home_content_section_hollow_btn {
  color: #000000;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  background: transparent;
  border-radius: 4px;
  border: 1px solid #000000;
  padding: 10px 14px;
  transition: all 0.5s ease;
  letter-spacing: 1px;
  margin: 10px 0 0 0;
}

.home_content_section_hollow_btn:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #000000;
  text-decoration: none;
}

.home_content_section_hollow_btn:focus {
  color: #000000;
  text-decoration: none;
}

.home_content_right_image_left_heading {
  display: none;
}

@media only screen and (min-width: 576px) {
  .home_content_right_image_left .vc_column-inner {
      padding-left: 15px;
      padding-right: 15px;
  }

  .home_content_section_text h3 {
      font-size: 28px;
  }

  .home_content_right_image_left {
      padding: 60px 0;
  }

  .home_content_section_full_image {
      margin: 0 15px 24px 15px;
  }
}

@media only screen and (min-width: 768px) {
  .home_content_section_full_image {
      display: none;
  }

  .home_content_section_img {
      display: block !important;
  }

  .home_content_right_image_left h2 {
      color: #232621;
      font-size: 44px;
      font-family: 'Roboto', sans-serif;
      font-weight: 900;
      text-align: center;
      margin: 0 0 50px 0;
      display: block;
  }

  .home_content_right_image_left {
      max-width: 100%;
  }

  .home_content_right_image_left_heading {
      display: block;
  }
}

@media only screen and (min-width: 992px) {
  .home_content_right_image_left {
      padding: 100px 0;
  }

  .home_content_section_text h3 {
      font-size: 40px;
  }

  .home_content_section_btn a {
      width: auto;
      display: inline-block;
      letter-spacing: 0px;
  }

  .home_content_section_hollow_btn {
      margin: 0 0 0 10px;
      padding: 13px 14px;
  }

  .home_content_section_filled_btn {
      padding: 13px 14px;
  }

  .home_content_section_btn {
      margin-top: 50px;
  }

  .home_content_right_image_left h2 {
      font-size: 60px;
  }
}

.home_content_section_full_image .vc_column-inner {
  padding: 0;
}










.odometer_count {
  padding: 60px 0;
  background-color: #EFF0F3;
}

.odometer_count .gr-count {
  margin: 0 auto;
  max-width: 275px;
  text-align: center;
  padding: 0;
}

.margin-top-35 {
  margin-top: 35px;
}

.gr-count-data {
  list-style: none;
}

.gr-count-data h4 {
  color: #232621;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0;
}

.gr-count-data h5 {
  color: #232621;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0;
}

.gr-count-data p {
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  letter-spacing: 0px;
  margin: 40px 0 0 0;
  position: relative;
}

.gr-count-data p::after {
  content: '0';
  font-size: 0;
  background-color: #D71635;
  height: 4px;
  width: 125px;
  top: -24px;
  left: 0%;
  position: absolute;
  transform: translateX(50%);
}

.gr-count .wpb_content_element {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .odometer_count .gr-count {
      max-width: 100%;
      text-align: left;
  }

  .gr-count-data p::after {
      left: 0;
      transform: translateX(0);
  }

  .gr-count-data {
      margin-top: 0;
  }

  .gr-count-data h4 {
      font-size: 32px;
  }

  .gr-count-data h5 {
      font-size: 17px;
  }

  .margin-top-35 {
      margin-top: 0;
  }
}

@media only screen and (min-width: 992px) {
  .gr-count-data h4 {
      font-size: 42px;
  }

  .gr-count-data h5 {
      font-size: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .gr-count-data h4 {
      font-size: 44px;
  }
}









.home_clients {
  background: #434343 url('https://www.globalrescuetravel.com/grcom/2022/03/Har-Rai-Khalsa_8_Global-Rescue-photo-contest_2021.png') center no-repeat;
  padding: 60px 0;
  background-size: cover;
  text-align: center;
}

.home_clients_heading .wpb_content_element {
  margin-bottom: 0;
}

.home_clients h2 {
  color: #ffffff;
  font-size: 35px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0;
}

.home_clients .home_clients_logos {
  margin: 15px auto 0 auto;
  text-align: center;
  flex-wrap: wrap;
  max-width: 250px;
  padding: 0;
}

.home_clients .home_clients_logos .home_clients_logo {
  min-height: auto;
  max-width: 312px;
  margin: 0 auto 36px auto;
}

.home_clients_logo .wpb_content_element {
  margin-bottom: 0;
}

.home_clients .home_clients_logos .home_clients_logo h3 {
  min-height: auto;
  color: #ffffff;
  font-size: 22px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: italic;
  margin: 0;
  line-height: 1.1em;
}

.home_clients .home_clients_logos .home_clients_logo img {
  margin: 16px auto 0 auto;
}

.home_clients .home_clients_logos .home_clients_logo:first-child img {
  width: 92px;
}

.home_clients .home_clients_logos .home_clients_logo:nth-child(2) img {
  width: 161px;
}

.home_clients .home_clients_logos .home_clients_logo:last-child img {
  width: 195px;
}

.home_clients .home_clients_logos .home_clients_logo:last-child {
  margin: 0 auto;
}

@media only screen and (min-width: 576px) {
  .home_clients h2 {
      font-size: 44px;
  }

  .home_clients .home_clients_logos {
      margin: 30px auto 0 auto;
      max-width: 977px;
  }
}

@media only screen and (min-width: 768px) {
  .home_clients .home_clients_logos .home_clients_logo:first-child img {
      width: 86px;
  }

  .home_clients .home_clients_logos .home_clients_logo:nth-child(2) img {
      width: 145px;
  }

  .home_clients .home_clients_logos .home_clients_logo:last-child img {
      width: 170px;
  }

  .home_clients .home_clients_logos .home_clients_logo h3 {
      font-size: 26px;
      min-height: 64px;
  }

  .home_clients .home_clients_logos .home_clients_logo {
      min-height: 164px;
  }
}

@media only screen and (min-width: 992px) {
  .home_clients {
      padding: 100px 0;
  }

  .home_clients h2 {
      font-size: 60px;
  }

  .home_clients .home_clients_logos .home_clients_logo h3 {
      font-size: 32px;
      min-height: 84px;
      margin-bottom: 30px;
  }

  .home_clients .home_clients_logos .home_clients_logo:first-child img {
      width: 108px;
      margin-top: 35px;
  }

  .home_clients .home_clients_logos .home_clients_logo:nth-child(2) img {
      width: 196px;
  }

  .home_clients .home_clients_logos .home_clients_logo:last-child img {
      width: 234px;
  }

  .home_clients .home_clients_logos .home_clients_logo {
      min-height: 193px;
  }

  .home_clients .home_clients_logos {
      margin: 50px auto 0 auto;
  }
}

@media (max-width: 767px) {
  .home_content_right_image_left.home_content_right_image_left_membership_section h2 {
    margin:40px 10px;
    text-transform:uppercase;
  }
  .estimator-v3 {
      padding: 15px;
  }

  .gr_estimator .estimator-v3 {
      margin: 35px 0 0 0 !important;
  }

  .estimator-v3 label.btn-gr {
      letter-spacing: 0;
  }

  .tls_estimator_content h2 {
      font-size: 26px;
      margin-top: 0;
  }

  .gr_estimator .tls_estimator_content h2 {
      margin-top: 0;
  }

  .tls_estimator_content p {
      max-width: unset;
  }

  .tls_estimator {
      margin-bottom: 0;
  }

  .testimonial-content {
      padding: 20px 30px 60px;
  }

  .section-partner .home_content_section_text {
      margin: 20px 0;
  }

  .section-partner .home_content_section_full_image {
      margin: 0;
  }

  .home_content_right_image_left.section-partner {
      padding-bottom: 0;
  }

  .section-partner .wpb_wrapper {
      display: flex;
      flex-direction: column-reverse;
  }
  
  
}








.home_content_right_image_left.home_content_right_image_left_membership_section {
  padding: 60px 0 60px 0;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  background-color: #EFF0F3
}

.home_content_right_image_left.home_content_right_image_left_membership_section h2 {
  color: #232621;
  font-size: 35px;
  line-height: 41px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
  display: block;
}

.home_content_section {}

.home_content_section_img {}

.home_content_right_image_left_membership_section .home_content_section_text {
  width: 100%;
  text-align: center;
}

.home_content_section_img {
  display: none;
}

.home_content_section_img img {
  width: 100%;
  padding: 0 !important;
}

.home_content_right_image_left.home_content_right_image_left_membership_section h5 {
  color: #232621;
  font-size: 22px;
  line-height: 25.5px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  margin: 0;
}

.home_content_section_text p {
  color: #222222;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  margin: 20px 0 0 0;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.home_content_section_btn {
  margin-top: 35px;
}

.home_content_right_image_left_membership_section .home_content_section_btn a {
  text-align: center;
  width: auto;
  display: inline-block;
}

.home_content_right_image_left_membership_section .home_content_section_filled_btn {
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  background-color: #D71635;
  border-radius: 4px;
  border: 1px solid #D71635;
  padding: 10px 14px;
  transition: all 0.5s ease;
  letter-spacing: 1px;
}

.home_content_right_image_left_membership_section .home_content_section_filled_btn:hover {
  background-color: #a81029;
  border-color: #870d21;
  color: #ffffff;
  text-decoration: none;
}

.home_content_right_image_left_membership_section .home_content_section_filled_btn:focus {
  color: #ffffff;
  text-decoration: none;
}

.home_content_section_link {
  display: block;
  margin: 22px 0 0 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}

.home_content_section_link a {
  text-decoration: underline;
}

.home_content_section .wpb_content_element {
  margin-bottom: 0;
}

@media only screen and (min-width: 576px) {
  .home_content_right_image_left.home_content_right_image_left_membership_section {
      padding: 60px 0;
  }

  .home_content_section_full_image {
      margin: 0 15px 24px 15px;
  }

  .home_content_right_image_left.home_content_right_image_left_membership_section h5 {
      font-size: 25px;
      line-height: 27.5px;
  }

  .home_content_right_image_left.home_content_right_image_left_membership_section h2 {
      font-size: 44px;
      line-height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .home_content_section_full_image {
      display: none;
  }

  .home_content_section_img {
      display: block;
  }

  .home_content_right_image_left {
      max-width: 100%;
  }

  .home_content_right_image_left.home_content_right_image_left_membership_section {
      text-align: center;
  }

  .home_content_right_image_left_membership_section .home_content_section_text {
      text-align: left;
  }
}

@media only screen and (min-width: 992px) {
  .home_content_right_image_left.home_content_right_image_left_membership_section {
      padding: 100px 0;
  }

  .home_content_right_image_left.home_content_right_image_left_membership_section h2 {
      font-size: 60px;
      line-height: 66px;
  }

  .home_content_section_btn a {
      width: auto;
      display: inline-block;
  }

  .home_content_section_hollow_btn {
      margin: 0 0 0 10px;
      padding: 13px 14px;
  }

  .home_content_section_filled_btn {
      padding: 13px 14px;
  }

  .home_content_section_btn {
      margin-top: 50px;
  }
}

.vc_color-danger {
  color: #d63652 !important;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #d61535 !important;
  border-radius: 4px;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
.img-container img {
      width: 100%;
  }
  
  .testimonial-content {
      padding-bottom: 60px;
  }
  .odometer_count {
      padding: 60px 15px;
  }
  .home_clients .home_clients_logos .home_clients_logo h3 {
      min-height: 70px;
  }
  .testimonial-content > img {
      width: 40px;
  }

  .home_clients .home_clients_logos .home_clients_logo:first-child img {
      margin-top: 30px;
  }
  footer .footer-social-links {
      text-align: left;
  }
}
@media all and (min-device-width: 1024px) and (min-device-height: 768px) and (orientation:landscape) {
  .home_clients .home_clients_logos .home_clients_logo:first-child img {
      margin-top: 35px;
  }
  .home_clients .home_clients_logos .home_clients_logo h3 {
      min-height: 84px;
  }

}
.recent-block-heading{
  color: white !important;
}
section.gr_video_bg {
  position: relative;
  padding: 0px !important;
}
.gr_video-background {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
  overflow: hidden;
}
.gr_video-background video {
  pointer-events: none;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.estimator-v3 {
padding: 25px;
background: #ffffff;
box-shadow: 0px 0px 10px #c5c5c5;
-webkit-box-shadow: 0px 0px 30px #c5c5c5;
border-radius: 3px;
position: relative;
z-index: 1;
}

.gr_video_content {
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
}

.gr_video_tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.gr_video_tag h1 {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 70px;
  font-weight: 900;
  margin: 0;
}
.gr_video_tag p {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  margin: 35px 0 0 0;
  max-width: 401px;
  width: 100%;
  line-height: 24px;
  position: relative;
}
.home_hero_btns {
  margin-top: 45px;
  display: none;
}
.home_hero_btns a {
  letter-spacing: 1px;
}
.home_hero_btns_fill {
  background-color: #d71635;
  border-radius: 4px;
  padding: 13px 50px;
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  border: 1px solid #d71635;
}
.home_hero_btns_hollow {
  background-color: transparent;
  border-radius: 4px;
  padding: 13px 50px;
  color: #ffffff;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  border: 1px solid #ffffff;
  margin-left: 30px;
}
.gr_estimator .estimator-v3 {
  margin: -222px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .gr_video_tag {
    padding: 0 0 0 15%;
  }
  .gr_video_tag h1 {
    font-size: 101px;
  }
  .gr_video_tag p {
    font-size: 25px;
    margin: 15px 0 0 0;
    line-height: 30px;
  }
  .home_hero_btns {
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
  .gr_estimator .estimator-v3 {
      margin: -122px 0 0 0;
  }
}

