/*
 *  Theme Name: daybreakerlandscapes-voyager-theme 
 *  Author: The Search Engine Guys
 *  Author URI: http://www.thesearchengineguys.com/
 *  Description: A sensible starting place for freelancers hired by The Search Engine Guys.
 */
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&display=swap'); 
.font-family-opensans{
  font-family: 'Open Sans', sans-serif;
}
.font-family-opensans-condensed{
  font-family: 'Open Sans Condensed', sans-serif;
}
html{
  font-size: 16px;
}
body {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
.mb-10{
  margin-bottom: 10px;
}
.row-mlr-5{
  margin-left: -5px;
  margin-right: -5px;
}
.row-mlr-5 [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.row-mlr-20{
  margin-left: -20px;
  margin-right: -20px;
}
.row-mlr-20 [class*="col-"] {
  padding-left: 20px;
  padding-right: 20px;
}
.row-mlr-50{
  margin-left: -50px;
  margin-right: -50px;
}
.row-mlr-50 [class*="col-"] {
  padding-left: 50px;
  padding-right: 50px;
}
.tseg-footer {
  background-color: #03943f;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #ffffff;
}
.tseg-footercopyright{
  background-color: #03943f;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.tseg-grid-of-links {
  background-color: #c09b55;
  padding-bottom: 30px;
  padding-top: 30px;
}
.tseg-home-content {
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: center;
}
.tseg-logo {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tseg-logo__image {
  width: 100%;
  max-width: 200px;
}
.tseg-main-graphic {
  background-color: #1f6d6f;
}
.tseg-main-graphic__tagline {
  font-size: 36px;
  padding-bottom: 30%;
  padding-top: 30%;
}
ul {
  list-style: none;
  margin-left: 0px;
  line-height: 30px;
  padding-left: 0;
}
ul.befored-tag li:before {
  display: none;
  content: "\f0da";
  font-family: "Font Awesome 5 Solid";
  /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
}

ul.befored-tag li svg {
  font-size: 15px;
  margin-right: 10px;
  color: #ea4335;
}

ul.afterd-tag li:after {
  display: none;
  content: "\f0da";
  font-family: "Font Awesome 5 Solid";
  /*The values for font-family can be Font Awesome 5 Regular|Solid|Light|Brands*/
}

ul.afterd-tag li svg {
  font-size: 16px;
  margin-left: 10px;
  color: #4285f4;
}

/** This how to styled FA elements that are being implemented **/

.icon-set svg {
  font-size: 55px;
  margin-top: 15px;
}

svg.svg-inline--fa.fa-google-plus-square.fa-w-14 {
  color: #1b8a39;
}

svg.svg-inline--fa.fa-twitter-square.fa-w-14 {
  color: #2174fd;
}

svg.svg-inline--fa.fa-facebook.fa-w-14 {
  color: #1c4282;
}
/** End Font-awesome 5 **/

/* Slick Slider Section */
section.slick-section {
  text-align: center;
  padding-bottom: 30px;
}
.ft_label{
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  align-items: center;
}
.ft_label .ft_emailphoneicon{
  color: #fff;
  margin-right: 10px; 
}
.ft_emailus a, .ft_callus a{
  display: flex;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}
.ft_emailus a:hover, .ft_callus a:hover{
  color: #f4ed31;
  text-decoration: none !important;
}
.footerbox, .copyright{
  font-size:14px;
}
.socialmedia_wrap a{
  width: 50px;
  height:50px;
  display: flex;
  margin-left: 10px;
  border: 1px solid #fff;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition:all 0.4s;
  position: relative;
}
.socialmedia_wrap a:hover{
  background-color: #fff;
  color: #03943f;
  transition:all 0.4s;
}
.footer_logo{
  max-width: 340px;
}
.logopartner_section{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 100px 0 50px;
}
.aboutus_section{
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background-color: #ffffff;
    padding: 100px 0;
}
.midsection {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    background-color: #ffffff;
    padding-bottom: 100px;
}
.center-image-holder {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 30px;
}
.aboutus_section p{
  color: #666666;
}
.aboutus_found{
  display: flex;
  font-size:18px;
  line-height:32px;
  color: #313d70 !important;
}
.aboutus_paragraph{
  /* display: flex; */
  font-size: 14px;
  line-height: 24px;
}
.blue{
  color: #313d70;
}
.white{
  color: #ffffff;
}
.gold{
  color: #03943f;
}
.gold-200{
  color: #03943f;
}
.gray-100{
  color: #d3d3d3;
}
.gray-200{
  color: #666666;
}
.gray-300{
  color: #636363;
}
.warning-100{
  color: #cbab55;
}
.warning-200{
  color: #ff9609;
}
h1{
  font-size: 40px;
  line-height: 1.2em;
  Font-family: Trebuchet MS;
  font-weight: bold;
  color: #000;
}
h2{
  display: flex;
  flex-direction: column;
  font-size: 31px;
  line-height: normal;
  Font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
}
h2.white{
  color: #ffffff;
}
h1::after, h2::after, h3::after{
  content: "";
  background: #03943f;
  height: 4px;
  width: 86px;
  display: block;
  margin: 20px auto 0;
  text-align:center;
}
h1::after{
  margin: 10px 0 0;
}
.titleh2_paragraph{
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 0px; 
}
.whychoose_section{  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 0px 0;
}
.typeofmotor_section{  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background-color: #ffffff;
  padding: 80px 0;
}
.ourrecords_section{  
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  padding: 100px 0;
  /*background-color: #313d70;*/
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  /*background-blend-mode: multiply;*/
  overflow: hidden;
}
.ourrecords_section:after {
    content:'';
    /*background-color: #313d70;*/
    background-color: #03943f;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
    opacity: .3;
}
.ourrecords_section .white,
.record-inner,
.records_slider {
    position:relative;
    z-index:3;
}
.ourclients_section{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
  background-color: #f4f4f4;
  padding: 100px 0;
}
.contact_section{
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  width: 100%;
  /*flex-direction: column;*/
  /*background-image: url('/wp-content/themes/ fears-nchawati-law-theme/img/contact_bg.jpg');*/
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #03943f;
}
.contact_formbox{
  width: 100%;
  /*display: flex;*/
  /*flex-direction: column;*/
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
  margin-top: -150px;
}
.contact_img{
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
}
.contactus_wrapper{
  /*display: flex;*/
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
  padding: 60px;  
}
.contactus_wrapper h2 {
    display:block;
    width:100%;
}
.contactus_paragraph{
  /*display: flex;*/
  font-size:14px;
  line-height:16px;
  font-weight:700;
  margin-top: 10px;
  margin-bottom: 0;
  color: #636363;
}
.requestafree_wrapper{
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
  padding: 30px;
  margin-bottom: -30px;
}
.requestafree_wrapper h2 {
  font-size: 28px;
  margin-bottom: 0;
}
.logositem.slick-slide{
  background-color: #f4f4f4;
  border: 1px solid #dbdbdb;
  margin: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.logositem.slick-slide img {
  display: block;
  mix-blend-mode: darken;
}
.header_wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position:relative;
  /*background-blend-mode: multiply;*/
}
.header_wrap:after {
    content:'';
    /*background-color: #313d70;*/
    background-color: #000;
    opacity: .3;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1;
}
.callcasetop a:hover {
    color: #03943f;
    text-decoration: none !important;
    transition: all .7s;
}
.callcasetop a{
  font-size: 28px;
  color: #fff;
  line-height: 38px;
  font-weight: 800;
  transition: all .7s;

}
.callcasetop_label{
  display: flex;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
}
.callicon{
  margin-right: 15px;
}
.b_headtitle{
  font-size: 65px;
  line-height: 65px;
  color: #ffffff;
  font-weight: bold;
}
.b_subtitle{
  font-size: 30px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 24px;
  margin-top: 8px;
}
.b_paragraph{
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  font-weight: bold;
}
.b_or{
  max-width: 220px;
}
.btn.b_button{
  font-size: 22px;
  line-height:22px;
  font-weight:bold;
}
.btn{
  font-size: 12px;
  font-weight: bold;
  border-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.btn.btn-primary{
  background-color: #03943f;
  border-color: #03943f;
}
.btn-secondary{
  background-color: #03943f;
  border-color: #03943f;
}
.btn-white{
  background-color: #ffffff;
  color: #000;
  border-color: #ffffff;
}
.btn-warning{
  background-color: #cbab55;
  color: #ffffff;
  border-color: #cbab55;
}
.btn-play{
  background-color: rgba(0,0,0,0.6);
  border:2px solid #03943f;
  color: #03943f;
}
.btn-play:hover{
  background-color: rgba(0,0,0,1);
}
.whychoose_card{
  padding:20px;
  box-shadow: 0px 0px 50px rgba(0,0,0,0.2);
  background-color: #ffffff;
}
.whychoose_card .whychoose_icon{
  margin-bottom: 30px;
}
.whychoose_card .whychoose_title{
  color: #03943f;
  display: flex;
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.whychoose_card .whychoose_paragraph{
  color: #333333;
  display: flex;
  font-size: 12px;
  line-height: 22px;
}
.awarded_wrap{
  padding: 40px;
  /*display: flex;*/
  /*align-items: flex-start;*/
  /*justify-content: flex-start;*/
  /*flex-direction: column;*/
  text-align:left;
  width: 100%;
  background-color: #03943f;
  background-image: url('/img/awarded_bgimg.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
}
.awarded_h4{
  font-size: 18px;
  line-height: 32px;
  font-weight:700;
  color: #ffffff;
  margin-bottom: 0;
}
.awarded_overtext{
  display: flex;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.awarded_awarded{
  display: flex;
  font-size:30px;
  line-height: 34px;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 15px;
}
.awarded_contact{
  /*display: flex;*/
  font-size:15px;
  line-height:28px;
  font-weight: 600;
  color:#ffffff;
  margin-bottom: 30px;
}
.accident_card{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
}
.accident_card h4:before,
.accident_card h4:after{
  background-color: #03943f;
  height: 5px;
  width: 48px;
  content: "";
  position: absolute;
}
.accident_text_head{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 18px;
  font-weight:700;
  text-transform: uppercase;
  color: #fff;
}
.accident_card{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  flex-direction: column;
}
.accident_card .accident_text_head:before{
  left: 0;  
}
.accident_card .accident_text_head:after{
  right: 0;  
}
.accident_card .accident_text{
  width: 100%;
  position: absolute;
  background: rgba(0,0,0,0.6);
  top: 0;
  bottom: 0;
  margin: 0;
  left:0;
  right:0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.phonelink{
  /*margin-left: 8px;*/
  color: #03943f;
}
.phonelink a {
  color: #03943f;
  transition: all .7s;
}
.phonelink a:hover {
    color:#f4ed31;
    transition: all .7s;
    text-decoration: none!important;
}
.records_slider{
  margin-left: -20px;
  margin-right: -20px;
}
.records_card_box{
  padding: 0px 20px;
}
.records_slider_wrap{
  width: 100%;
  display: flex;
}
.records_card{
  padding: 24px;
  background-color: rgba(16,20,37,0.6);
  border: 1px solid rgba(255,255,255,0.25);
  margin-bottom: 40px;
}
.records_card_text{
  display: flex;
  font-size: 40px;
  line-height: 64px;
  font-weight: 600;
  margin: 0;
  color: #fff;
}
.records_card label{
  margin-bottom: 50px;
  margin-top:12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height:18px;
  font-weight:700;
  color: #03943f;
  text-transform: uppercase;
}
.records_card label::after{
  content: "";
  background: #03943f;
  height: 1px;
  width: 48px;
  display: flex;
  margin: 18px 0 0;
}
.records_card_paragraph{
  display: flex;
  font-size: 14px;
  line-height: 24px;
  color:#ffffff;
  margin: 0;
  text-align: center;
  min-height: 50px;
}
.ourrecords_text{
  display: flex;
  font-size:18px;
  line-height:32px;
  font-weight:700;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.testimonials{
  margin-left: -40px;
  margin-right: -40px;
}
.testimonials_items{
  background-color: #ffffff;
  box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
}
.testimonials_box.slick-slide{
  padding: 0 40px;
  /*background-color: #fff;*/
  /*margin: 0 40px;*/
  /*box-shadow: 0px 0px 30px rgb(0 0 0 / 10%);*/
}
.testimonials_items .testimonials_head{
  border-bottom: 1px solid #d3d3d3;
  padding: 15px 30px;
}
.testimonials_head_text{
  display: flex;
  font-size: 17px;
  line-height: 20px;
  color: #313d70;
}
.testimonials_head_paragraph{
  display: flex;
  font-size: 12px;
  line-height: 15px;
  color: #666666;
  margin: 0;
}
.testimonials_content{
  padding: 15px 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 25px;
  color: #636363;
}
.testimonials_content .quote_icon{
  position: absolute;
  right: 25px;
  top: 3px;
  font-size: 60px;
  color: #f4f4f4;
}
.testimonials_rating{
  margin-bottom: 25px;
  display: flex;
  flex-direction: row;
  color: #ff9609;
  font-size:20px;
}
.testimonials_rating .rating_icon{
  margin-right: 4px;
}
.testimonials_desc{
  max-height: 340px;
  overflow-y: auto;
  min-height: 130px;
}
.link_white{
  color: #ffffff;
}
.link_white:hover{
  color: #f4ed31;
  text-decoration: none;
}
.commentslink{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #ffff;
  color: #03943f;
  font-size: 24px;
}
.commentslink:hover{
  background-color: #fff;
  color: #03943f;
}
/* start modal video */
.video_wrap{
  position: relative;
  width: 100%;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  text-align: center;
}
.svg-inline--fa {
   display: inline-block;
    font-size: 30px;
    left: 4px;
    height: 1em;
    overflow: visible;
    vertical-align: 4.875em;
    position: relative;
}
.video_wrap .btn-play{
    width: 75px;
    height: 82px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video_icon{
 font-size: 36px; 
}

.video_modal .modal-body{
  padding: 0;
}
.video_modal .modal-content{
  border: 0;
  border-radius: 0;
  background-color: transparent;
}
.video_modal button.close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #ffffff;
  font-size: 24px;
  text-shadow:inherit;
  opacity: 1;
}
.modal-backdrop.show{
  opacity: 0.9;
  background-color: #000000;
}
.fade-scale {
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}
.fade-scale.show {
  opacity: 1;
  transform: scale(1);
}
.fade-scale .modal-dialog {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%) !important;
}

/* end modal video */

.slick-slide{
  outline: none;
}
.partnerlogos .slick-prev,
.partnerlogos .slick-next{
  top: 50%;
}
.partnerlogos .slick-prev{
  left: -20px;
}
.partnerlogos .slick-next{
  right: -20px;  
}
.slick-prev,
.slick-next{
  width: 20px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  top: calc(50% - 36px);
}
.slick-prev{
  background-image: url('img/prev_arrow_icon.png');
  left: -10px;
}
.slick-next{
  background-image: url('img/next_arrow_icon.png');
  right: -10px;
}
.slick-prev:hover{
  background-image: url('img/prev_arrow_icon.png');
}
.slick-next:hover{
  background-image: url('img/next_arrow_icon.png');
}
.slick-prev:before,
.slick-next:before{
  color: #313d70;
  content: ""; 
} 
@media (min-width: 576px){
  .video_modal .modal-dialog {
      max-width: 850px;
      margin: 28px auto;
  }
}
@media (min-width:576px) {
  .awarded_overtext {
    font-size:48px;
  }
  .awarded_awarded {
    font-size:34px;
  }
}


/* Start Form style */
@media screen {
  .sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{
    padding-right: 5px;
    padding-left: 0px;
    margin: 0px;
  }
  .sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
    padding-left: 5px;
    padding-right: 0px;
    margin:0 0 0 -5px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.email_half, 
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.phone_half{
    width: 50%;
    clear: inherit;
    float: left;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.email_half{
    padding-right: 5px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.phone_half{
    padding-left: 5px;
  }
  .contact {
    display: flex;
    width: 100%;
  }
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields{
    display: flex;
    width: 100%;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.flname,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.email_half,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.phone_half,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.inquiryselect,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea {
    width: 50%;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.flname{
    order: 0;
    padding-right: 5px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea{
    order: 1;
    padding-left: 5px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea textarea{
    height: 150px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.email_half{
    order: 2;
    padding-right: 5px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.inquiryselect{
    order: 4;
    padding-left: 5px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.phone_half{
    order: 5;
    padding-right: 0;
    padding-left:5px;
  }
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first{
    margin-bottom: 10px !important;
  }
  body .sidebar .gform_wrapper .top_label div.ginput_container,
  body .contact .gform_wrapper .top_label div.ginput_container{
    margin: 0;
  }
  .sidebar .gform_wrapper .gform_footer{
    padding: 0;
    margin: 0;
  }
  .contact .gform_wrapper .gform_footer{
/*     width: calc(50% - 5px); */
/*     float: right; */
/*     margin-top: -80px; */
margin: 0 auto;
margin-top:10px;
max-width: 600px;
    padding: 0;
  }
  .ginput_container {
      width: 100%;
      max-width:100%;
  }
  .contact-heading {
      margin-bottom: 20px;
  }
  .contact-heading .or-wrap {
      display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 2px 5px 2px 3px;
  color: #adadad;
  font-size: 22px;
  height: 35px;
  width: 35px;
  text-align: center;
  }
  .sidebar .gform_wrapper,
  .contact .gform_wrapper {
    width: 100%;
    margin: 0;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields,
  .contact .gform_wrapper form .gform_body .gform_fields {
      list-style:none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-wrap: wrap;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield {
      padding:0;
      margin-bottom: 10px;
      position: relative;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.half,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield.half{
    padding: 0 5px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield .validation_message,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield .validation_message {
  background-color: #c72828;
  color: white;
  font-size: 14px;
  padding: 5px 15px;
  width: 100%;
}
.sidebar .gform_wrapper form .gform_body .gform_fields .gfield label,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield label {
      font-family: 'Trajan';
      font-weight: 500;
      font-size: 17px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield input, textarea,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield input, textarea,
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield .gfield_select,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield .gfield_select{
      background-color:#f9f9f9;
      border:1px solid #d6d6d6;
      color:#999999;
      line-height: normal;
      padding: 15px 24px;
      height: 70px;
      font-size: 18px;
      outline: none;
      width: 100%;
      margin: 0px;
  }
  .sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
  .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])
  {
    padding: 15px 24px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield textarea,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield textarea {
    height: 120px;
    padding: 15px 24px;
  }
  .sidebar .gform_wrapper form .gform_footer input[type=submit],
  .contact .gform_wrapper form .gform_footer input[type=submit] {
      background-color: #03943f;
      border:1px solid #03943f;
      width: 100%;
      margin: 0;
      outline: none;
      text-transform: uppercase;
      text-align:center;
      transition:all 0.4s;
      font-size: 16px;
      font-weight: bold;
      border-radius: 0px;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 70px;
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 0;
      padding-bottom: 0;
      color: #ffffff;
  }
  .sidebar .gform_wrapper form .gform_footer input[type=submit]:hover,
  .contact .gform_wrapper form .gform_footer input[type=submit]:hover {
      background-color:#5f9fd7;
      border:1px solid #5f9fd7;
      transition:all 0.4s;
  }
  .contact-heading h4 {
      font-size: 22px;
  }
  .sidebar iframe {
  margin-top: 15px;
  }
  body .sidebar .gform_wrapper ul li.gfield,
  body .contact .gform_wrapper ul li.gfield{
    margin: 0;
    padding: 0;
  }
}
.b_headtitle,
.b_paragraph,
.b_subtitle {
    text-transform: uppercase;
}
@media (min-width: 992px) {
  .contact-heading {
      margin-bottom: 30px;
  }
  .contact .gform_wrapper form .gform_body .gform_fields {
      display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
      display: -webkit-flex;
      -ms-flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
  }
  .subpage-content .sidebar .gform_wrapper form .gform_body .gform_fields .gfield,
  .subpage-content .sidebar .gform_wrapper form .gform_body .gform_fields .gfield.half {
      width: 100%;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield, 
  .contact .gform_wrapper form .gform_body .gform_fields .gfield {
      width:100%;
  }

}
/* End Form Style */



/* col-xs */
@media (max-width: 767px) {
  html{
    font-size: 12px;
  }
  body {
    font-size: 12px;
  }
  .contactus_wrapper{
    padding: 24px;
  }
  .footer_logo{
    max-width: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 32px;
  }
  .footer_logo img{
    max-width: 75%;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.flname,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.email_half,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.phone_half,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.inquiryselect,
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea {
    width: 100%;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.flname{
    order: 0;
    padding-right: 0px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea{
    order: 2;
    padding-left: 0px;
    margin-bottom: 0;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.messagetextarea textarea{
    height: 150px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.email_half{
    order: 2;
    padding-right: 0px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.inquiryselect{
    order: 4;
    padding-left: 0px;
  }
  .contact .gform_wrapper form .gform_body ul.gform_fields li.gfield.phone_half{
    order: 2;
    padding-right: 0px;
    padding-left:0;
  }
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first,
  .contact .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last{
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .contact .gform_wrapper .gform_footer{
    width: 100%;
    float: left;
    margin-top: 10px;
    padding: 0;
  }
  .testimonials_box.slick-slide{
    height: auto;
  }  
  .row-mlr-50{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-mlr-50 [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .testimonials{
    margin-left: -15px;
    margin-right: -15px;
  }
  .testimonials_box.slick-slide{
    padding: 0 15px;
  } 
  .video_wrap{
    margin-bottom: 32px;
  }
  .contact_formbox{
    margin-top: -16px;
  }
  .ft_socialmedia, 
  .ft_emailus,
  .ft_callus{
    margin-bottom: 32px;
  }
  .ft_socialmedia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .b_headtitle{
    font-size: 44px;
    line-height: 44px;
  }
  .b_subtitle{
    font-size: 18px;
    line-height: 18px;
  }
  .b_paragraph{
    font-size: 14px;
    line-height: 18px;
  }
  .requestafree_wrapper{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 641px){
  .gform_wrapper .ginput_container span:not(.ginput_price){
    margin-bottom: 0px;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield{
    width: 100%;
  }
  .sidebar .gform_wrapper form .gform_body .gform_fields .gfield span.name_first,
  .contact .gform_wrapper form .gform_body .gform_fields .gfield span.name_first{
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 641px){
  div.ginput_container_name span{
    margin-right: 0px !important;
    padding-right:0px !important;
    display: flex !important;
    align-items: center;
  }
  body .sidebar .gform_wrapper .top_label div.ginput_container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  body .contact .gform_wrapper .top_label div.ginput_container{
    display: flex;
    flex-direction: column;
  }
  body .sidebar div.ginput_complex.ginput_container.gf_name_has_2 span{
    width: calc(50% - 5px);
  }
  body .contact div.ginput_complex.ginput_container.gf_name_has_2 span{
    width: 100%;
  }
  body .contact div.ginput_complex.ginput_container.gf_name_has_2 span.name_first{
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .partnerlogos,
  .testimonials,
  .records_slider {
      margin-left: auto;
      margin-right: auto;
      width: calc(100% - 100px);
  }
  .b_or {
    max-width: 200px;
  }
  .btn.b_button {
    font-size: 20px;
    line-height: 20px;
    padding-right: 16px;
    padding-left:16px;
  }
  .row-mlr-50{
    margin-left: -24px;
    margin-right: -24px;
  }
  .row-mlr-50 [class*="col-"] {
    padding-left: 24px;
    padding-right: 24px;
  }
  .footer_logo {
    max-width: 260px;
  }
  .ft_emailus a, .ft_callus a{
    font-size: 16px;
    line-height: 26px;
  }
  .ft_label{
    font-size: 13px;
  }
  .socialmedia_wrap a{
    width: 42px;
    height: 42px;
  }
  body .contact .gform_wrapper .top_label div.ginput_container{
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body .sidebar .gform_wrapper .top_label div.ginput_container span.name_first,
  body .sidebar .gform_wrapper .top_label div.ginput_container span.name_last{
    width: calc(50% - 5px);
    padding: 0;
    margin: 0;
  }
  body .sidebar .gform_wrapper .top_label div.ginput_container span.name_last{
    float: right;
  }
  body .sidebar .gform_wrapper .top_label div.ginput_container,
  body .sidebar .gform_wrapper .top_label div.ginput_container.ginput_container_select,
  .sidebar .gform_wrapper form .gform_body ul.gform_fields li.gfield.inquiryselect{
    width: 100%;
  }
  body .contact .gform_wrapper .top_label div.ginput_container span.name_first,
  body .contact .gform_wrapper .top_label div.ginput_container span.name_last{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  body .contact .gform_wrapper .top_label div.ginput_container span.name_first{
    margin-bottom: 10px;
  }
}
/* col-sm */
@media (min-width: 768px) and (max-width: 991px) {  
  .b_headtitle {
    font-size: 70px;
    line-height: 70px;
  }
  .b_subtitle{
    font-size: 18px;
    line-height: 18px;
  }
  h2{
    font-size: 30px;
    text-align: left;
  }
  h1{
   font-size: 35px !important;
   }
  .records_card_text{
    font-size: 32px;
    line-height: 46px;
  }
  .video_wrap{
    margin-bottom: 30px;
  }
  .footerbox{
    flex-wrap: wrap;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px;
  }
  .footerbox .footer_logo,
  .footerbox .ft_callus,
  .footerbox .ft_emailus,
  .footerbox .ft_socialmedia{
    width: 50%;
    align-items: center !important;
    justify-content: center !important;
  }
  .footerbox .footer_logo{
    order: 1;
    margin-bottom: 24px;
    max-width: 100%;
  }
  .footerbox .ft_socialmedia{
    order: 2;
    margin-bottom: 24px;
  }
  .footerbox .ft_callus{
    order: 3;
  }
  .footerbox .ft_emailus{
    order: 4;
  }
  .copyright{
    font-size: 12px;
  }
  
}@media screen and (max-width: 992px) {
    h1{
        font-size: 35px !important;
        }
    h2 {
        font-size: 30px !important;
    }
    .aboutus_section,.midsection,.newsection,.contact-section,.ourclients_section,.contact_section,.whychoose_section{
        padding: 50px 0 !important;
    }.
}

/* col-md */
@media (min-width: 992px) and (max-width: 1199px) {  
  .b_headtitle {
    font-size: 55px;
    line-height: 55px;
  }
  .b_subtitle{
    font-size: 22px;
    line-height: 22px;
  }
}

/* col-lg */
@media (min-width: 1200px) {
  .container{
    max-width: 1170px;    
  }
}

.sidebar .gform_wrapper form .gform_body .gform_fields .gfield textarea, .contact .gform_wrapper form .gform_body .gform_fields .gfield textarea,
.sidebar .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .contact .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  color:#000;
}
.sidebar .gform_wrapper form .gform_body .gform_fields .gfield input, textarea, .contact .gform_wrapper form .gform_body .gform_fields .gfield input, textarea, .sidebar .gform_wrapper form .gform_body .gform_fields .gfield .gfield_select, .contact .gform_wrapper form .gform_body .gform_fields .gfield .gfield_select {
  font-size:16px;
}

.btn {
  transition:all 0.4s;
}
body {word-break: break-word;}

.gform_body .gform_fields .gfield {
  width: 100%;
}
.records_card_text {
  text-align: center;
}
@media (max-width:991px) {
  .ft_socialmedia, .ft_emailus, .ft_callus {
    margin-bottom:32px;
  }
  .requestafree_wrapper {
    margin-top: 30px;
  }
}

@media screen {
  .default-page-wrapper {
    padding:35px 0;
  }
  .morelink  {
    display: block;
    color: #374374;
    font-weight: 600;
    outline:none;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
  }
  .sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
    padding:0 0 10px;
  }
  .morecontent span {
    display: none;
  }
  .header_wrap {
    height:1182px;
  }
  .ourclients_section {
    overflow: hidden;
  }
  .logo-header {
    display: block;
    text-align: center;
    margin:0 auto;
  }
  .logo-header img.tseg-logo__image {
    max-width:265px;
    height:37px;
  }
  .ft_socialmedia {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width:320px) {
    .img-fluid {
        width: 100%;
    }
    .contact-section {
        padding: 50px 0 ;
    }
    .whychoose_section h3 {
        text-align: center;
        margin-bottom: 25px;
    }
    .whychoose_card table tr td {
        padding: 5px;
        font-size: 14px;
    }
    .whychoose_card table {
        margin-bottom: 20px;
        width: 100%;
    }
    .whychoose_card table,
    .whychoose_card tr, 
    .whychoose_card td {
        border: solid 1px black;
    }
    .newsection {
        padding: 0 0 100px;
    }
    .new-image-right {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 250px; 
    }
    .contact-image {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 200px;
    }
    /*.testimonials .slick-track*/
    /*{*/
    /*    display: flex !important;*/
    /*}*/
    
    /*.testimonials .slick-slide*/
    /*{*/
    /*    height: inherit !important;*/
    /*}*/
    .ft_socialmedia .socialmedia_wrap a svg {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .contact_img img {
        width: 100%;
    }
    #playVideoModal video {
        height: 500px;
        background-color: black;
    }
	.form-wrapper, .requestafree_wrapper {height: 750px; max-height: 750px;}
}
@media (min-width:334px) {
    .form-wrapper, .requestafree_wrapper {height: 725px; max-height: 725px;}
}
@media (min-width: 576px) {
    .new-image-right {
     
        height: 300px; 
    }
    .contact-image {
        height: 350px;
    }
  .header_wrap {
    height:1111px;
  }
  .logo-header img.tseg-logo__image {
    height:44px;
    max-width:315px;
  }
}
@media (min-width: 641px) {
  .sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_first {
    padding: 0;
  }
  .sidebar .gform_wrapper.gf_browser_chrome ul.gform_fields li.gfield span.name_last {
    padding: 0;
  }
  .form-wrapper, .requestafree_wrapper {height: 600px; max-height: 600px;}
}
@media (min-width: 768px) {
    .new-image-right {
     
        height: 350px; 
    }
  .default-page-wrapper {
    padding:55px 0;
  }
  .header_wrap {
    height:952px;
  }
  .logo-header{
    text-align: left;
  }
  .form-wrapper, .requestafree_wrapper {height: 600px; max-height: 600px;}
  
  .footerbox {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}
@media (min-width: 992px) {
    .new-image-right {
     
        height: 100%; 
    }
  .header_wrap {
    height:726px;
  }
  .logo-header img.tseg-logo__image {
    max-width:200px;
    height: 59px;
  }
    .form-wrapper, .requestafree_wrapper {height: 632px; max-height: 632px;}
    .ft_callus,
    .ft_emailus,
    .ft_socialmedia,
    .footer_logo{
        margin-bottom:25px;
    }
}
@media (min-width: 1200px) {
  .default-page-wrapper {
    padding:75px 0;
  }
  .header_wrap {
    height: 694px;
  }
  .form-wrapper, .requestafree_wrapper {height: 600px; max-height: 600px;}
  .footerbox {
      flex-direction:row;
      justify-content:space-between;
  }
  .footer_logo {
      width:25%;
  }
}
header,
.homepage-banner {
    width:100%;
    z-index:3;
    position:relative;
}
.video-inner {
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
}

.homepage-banner svg {
    fill: #fff;
    width:33px;
    height:33px;
    transition:all 0.4s;
}
.homepage-banner .btn {
    color:#fff;
}
.callbtn:hover span svg{
  transition:all 0.4s;
  fill: #03943f !important;
}
.sidebar .gform_wrapper form .gform_footer input[type=submit]:hover, .contact .gform_wrapper form .gform_footer input[type=submit]:hover,
.btn:hover {
  background-color: #f4ed31;
  border-color: #03943f;
  transition:all 0.4s;
  color: #03943f;
}
.homepage-banner .btn:hover svg {
    fill:#fff;
    transition:all 0.4s;
}

    .video_wrap {
        margin-bottom:30px;
        order:1;
    }
    .video-inner p {
        order:2;
    }

    .center-image-holder img {
        margin-bottom: 30px;
    }

img.img-fluid.logo-img {
	max-width:330px;
}
.tseg-logo .container {
	    background: linear-gradient(90deg, rgba(255,255,255,1) 11%, rgba(9,9,121,0) 50%, rgb(255 255 255 / 0%) 100%);
    border-radius: 70px;
}
@media (max-width:991px) {
	.tseg-logo .container {
		    background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(9,9,121,0) 59%, rgb(255 255 255 / 0%) 100%);
	}
}
@media (max-width:767.98px) {
	.tseg-logo .container {
		    background:none;
	}
	.tseg-logo .logo-header img {
		    background: linear-gradient(90deg, rgba(255,255,255,1) 25%, rgba(9,9,121,0) 159%, rgb(255 255 255 / 0%) 100%);
		border-radius:70px;
		padding-right:20px;
	}
}
.pdf-link:hover .pdf-btn {
	background :#fbee4a;
	color:#000 !important;
}
.pdf-link:hover {cursor: pointer;}
.pdf-btn {
	    background: #29943f;
    border-radius: 50px;
    top: 30px;
    left: 0;
    right: 0;
    max-width: 200px;
    margin: 0 auto;
    transition: 300ms linear all;
}