/* ======================================================== */
/*
/* 00. Common Style
/* 01. Header 
/* 02. Slider 
/* 03. Banner
/* 04. Latest section 
/* 05. Mission section 
/* 06. Claims page
/* 07. Major Projects 
/* 08. Carreer page 
/* 09. Carreer (Single)
/* 10. Contact Page 
/* 11. Testimonial section 
/* 12. About Us Page 
/* 13. Claims Modal 
/*
/* ======================================================== */
/*@import url('https://fonts.googleapis.com/css?family=Montserrat:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');*/
/*====================Common Styles====================*/
@font-face {
  font-family: 'montserratbold';
  src: url("../fonts/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-bold-webfont.woff2") format("woff2"), url("../fonts/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat-bold-webfont.ttf") format("truetype"), url("../fonts/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratlight';
  src: url("../fonts/montserrat-light-webfont.eot");
  src: url("../fonts/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-light-webfont.woff2") format("woff2"), url("../fonts/montserrat-light-webfont.woff") format("woff"), url("../fonts/montserrat-light-webfont.ttf") format("truetype"), url("../fonts/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'montserratregular';
  src: url("../fonts/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/montserrat-regular-webfont.woff2") format("woff2"), url("../fonts/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat-regular-webfont.ttf") format("truetype"), url("../fonts/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  padding: 0;
  margin: 0; }

h1 {
  /*font-family: $font-stack;*/
  font-size: 24px;
  line-height: 36px;
  color: white;
  font-family: 'montserratregular'; }

p {
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-family: 'montserratlight'; }

h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px; }

h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 24px; }

@media (min-width: 230px) and (max-width: 479px) {
  h1 {
    font-size: 18px; }

  	/*h2{
  		font-size: 14px;
      	line-height: 21px;
  	}*/
  p {
    font-size: 12px;
    line-height: 18px; } }
@media (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 20px;
    /*line-height: 24px;*/ }

  h2 {
    font-size: 12px;
    line-height: 18px; }

  p {
    font-size: 16px;
    line-height: 24px; } }
@media (min-width: 768px) and (max-width: 991px) {
  h1 {
    font-size: 18px;
    line-height: 24px; }

  h2 {
    font-size: 12px;
    line-height: 18px; } }
.btn {
  color: white;
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 0;
  font-family: 'montserratregular';
  font-size: 16px;
  /*line-height: 21px;*/
  border: 3px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
  /*background: #aeaeae99;*/ }

.btn-red {
  border: 3px solid #C9182B;
  background: transparent;
  color: #C9182B;
  /*font-weight: 500;*/ }

.btn-red:hover {
  background: #C9182B;
  color: white;
  transition: 0.4s; }

.btn-red:focus {
  outline: 0; }

.btn-primary:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #C9182B;
  transition: 0.4s;
  border: 3px solid #fff; }

.btn-primary:focus {
  outline: 0; }

.button:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #C9182B;
  transition: 0.4s; }

.button:focus {
  outline: 0; }

.no-padding {
  padding: 0; }

.padding-right {
  padding-right: 0; }

.padding-left {
  padding-left: 0; }

ul {
  margin: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #1d1d1b; }

/*==================== 01. Header Styles====================*/
.logo {
  padding: 25px 0;
  margin-left: 50px; }
  .logo img {
    min-width: 136px; }

.navbar-nav li a {
  padding: 46px 29px 49px 33px;
  /*font-family: $font-stack;*/
  font-size: 15px;
  color: #272624;
  font-family: 'montserratregular'; }
.navbar-nav li a:hover {
  background: #C9182B;
  color: white; }

.navbar-header .navbar-toggle {
  /*background: url(../img/burgermenu2.png);*/
  margin-top: 21px;
  margin-right: 0;
  z-index: 10; }
  .navbar-header .navbar-toggle .icon-bar {
    background: #C9182B;
    width: 40px;
    height: 4px; }
  .navbar-header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 8px; }

@media only screen and (max-width: 767px) {
  .header {
    min-height: 105px; }

  .navbar-header .navbar-toggle {
    margin-top: 14px; }

  .logo img {
    width: 53%; }

  .logo {
    margin-left: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); }

  .navbar-collapse.collapse {
    display: none !important; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav li a {
    padding: 41px 10px 41px 10px; } }
/*====================02. Slider====================*/
.slider {
  position: relative; }
  .slider .slider-background {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: 500px; }
    .slider .slider-background .slider-description {
      padding-top: 98px;
      padding-bottom: 50px;
      padding-left: 30px; }
      .slider .slider-background .slider-description .text {
        padding-left: 15px; }
        .slider .slider-background .slider-description .text p {
          /*background: $primary-color;*/
          color: white;
          line-height: 24px;
          font-size: 18px; }
        .slider .slider-background .slider-description .text .title {
          margin-bottom: 20px;
          line-height: 2.5;
          display: inline-block; }
          .slider .slider-background .slider-description .text .title .highlight {
            display: inline;
            background: #C9182B;
            color: white;
            padding: 10px;
            padding-left: 0;
            padding-right: 0; }
        .slider .slider-background .slider-description .text .title.step-1 .highlight {
          box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }

/*====================03. Banner ====================*/
.home-banner {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 500px; }
  .home-banner .banner-text {
    /*display: inline-block;*/
    padding-top: 50px; }
    .home-banner .banner-text .slider-title {
      text-transform: uppercase;
      margin-bottom: 20px;
      display: inline-block;
      font-family: 'montserratbold';
      margin: 0;
      padding-left: 15px; }
      .home-banner .banner-text .slider-title .slider-hightlight {
        display: inline;
        background: #fff;
        color: #C9182B;
        padding: 10px 14px 10px 20px;
        box-shadow: 15px 0 0 #fff, -15px 0 0 #fff; }
    .home-banner .banner-text .page-description {
      background: #C9182B;
      padding: 32px 19px 42px 21px;
      color: white;
      margin-top: 44px; }
      .home-banner .banner-text .page-description p {
        margin: 0; }
      .home-banner .banner-text .page-description .btn {
        margin-top: 20px; }

@media (min-width: 230px) and (max-width: 479px) {
  .slider .slider-background {
    height: 250px; }

  .slider .slider-background .slider-description {
    display: none; } }
@media (min-width: 480px) and (max-width: 767px) {
  .slider .slider-background {
    height: 324px; }

  .slider .slider-background .slider-description {
    display: none; }

  .home-banner {
    height: 500px;
    background-position-x: 65% !important; }

  .home-banner .banner-text {
    padding-top: 40px; }

  .home-banner .banner-text .slider-title {
    padding-bottom: 0; }

  .home-banner .banner-text .page-description {
    margin-top: 28px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .home-banner {
    background-position-x: 65% !important; }

  .slider .slider-background {
    background-position-x: 31% !important; }

  .slider .slider-background .slider-description {
    padding-left: 0; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .home-banner {
    background-position-x: 65% !important; } }
/*====================04. Latest section====================*/
.latest-page .wrapper {
  display: inline-block;
  padding: 73px 0 20px 0px;
  overflow: hidden; }
  .latest-page .wrapper .page-text .page-title {
    /*padding: 10px 20px;
    background-color: #fff;*/ }
    .latest-page .wrapper .page-text .page-title .title-color {
      margin-bottom: 20px;
      line-height: 55px;
      display: inline-block;
      font-family: 'montserratbold';
      margin: 0;
      padding-left: 15px; }
      .latest-page .wrapper .page-text .page-title .title-color .page-highlight {
        display: inline;
        background: #fff;
        color: #C9182B;
        padding: 10px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: 15px 0 0 #fff, -15px 0 0 #fff; }
  .latest-page .wrapper .page-text p {
    margin: 0;
    margin-top: 20px;
    text-align: left;
    font-family: 'montserratlight'; }
  .latest-page .wrapper .page-text .buttons {
    margin-top: 30px; }
  .latest-page .wrapper .image img {
    margin: 28px auto;
    width: 75%; }
.latest-page .color-major {
  background: #000; }
  .latest-page .color-major .wrapper {
    padding: 30px; }

@media only screen and (max-width: 767px) {
  .latest-page .wrapper .image img {
    position: absolute;
    /* bottom: 0; */
    right: 0px;
    top: 51px;
    width: 69%; }

  .latest-page .wrapper {
    padding: 30px 0 30px 15px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .latest-page .wrapper .image img {
    position: absolute;
    /* bottom: 0; */
    right: 0px;
    top: 51px;
    width: 69%; }

  .latest-page .wrapper {
    padding: 30px 0 30px 15px;
    min-height: 300px; } }
@media only screen and (min-width: 992px) {
  .latest-page .wrapper {
    min-height: 374px; } }
@media only screen and (min-width: 1200px) {
  .latest-page .wrapper .image img {
    width: 75%; }

  .latest-page .wrapper {
    min-height: 345px; } }
@media only screen and (min-width: 1600px) {
  .latest-page .wrapper .image img {
    width: 45%; } }
/*====================05. Mission section====================*/
.mission {
  background-position: right;
  padding-top: 104px;
  padding-bottom: 150px;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position-y: 0px; }
  .mission .mission-title .title-mission {
    padding-left: 15px; }
    .mission .mission-title .title-mission .step-1 {
      text-transform: uppercase;
      font-family: 'montserratbold'; }
      .mission .mission-title .title-mission .step-1 .highlight {
        display: inline;
        background: #C9182B;
        color: white;
        padding: 10px 20px;
        box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }
  .mission .text-mission {
    padding-top: 40px; }
    .mission .text-mission h1 {
      font-family: 'montserratlight';
      color: #1d1d1b;
      margin: 0;
      line-height: 1.5; }
    .mission .text-mission p {
      font-family: 'montserratlight';
      color: #1d1d1b;
      font-size: 24px;
      text-transform: normal;
      margin: 0;
      line-height: 1.5;
      padding-bottom: 36px; }

@media only screen and (max-width: 767px) {
  .mission {
    background-image: none;
    padding-top: 60px;
    padding-bottom: 60px;
    background-size: 62%; }

  .mission .text-mission {
    margin-left: 30px; }

  .mission .mission-title .title-mission {
    margin-left: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .mission {
    background-size: 62%; }

  .mission .mission-title .title-mission {
    padding-left: 45px; }

  .mission .text-mission {
    padding-left: 30px; } }
/*====================06. Claims page====================*/
.claims {
  padding-bottom: 60px;
  padding-top: 60px; }
  .claims .claims-box {
    padding-bottom: 40px; }
    .claims .claims-box .box {
      background: #D8D8D8;
      padding: 0px 10px; }
      .claims .claims-box .box .box-title-center {
        display: table;
        min-height: 100px;
        overflow: hidden;
        width: 100%; }
      .claims .claims-box .box img {
        margin: 0 auto;
        width: 50%; }
      .claims .claims-box .box h1 {
        font-family: 'montserratbold';
        color: #C9182B;
        margin: 0;
        text-transform: uppercase;
        margin-top: 15px;
        display: table-cell;
        vertical-align: middle; }
    .claims .claims-box .claims-description {
      padding-top: 15px;
      padding-bottom: 15px; }
      .claims .claims-box .claims-description p {
        color: #272624;
        font-family: 'montserratlight';
        min-height: 193px; }

.pagination-wrapper span.current {
  font-size: 24px;
  display: inline-block;
  padding-left: 10px;
  font-family: 'montserratbold';
  color: #272624; }
.pagination-wrapper .inactive {
  font-size: 24px;
  display: inline-block;
  padding-left: 10px;
  font-family: 'montserratbold';
  color: #C9182B; }
.pagination-wrapper .next-arrow {
  display: inline-block; }
.pagination-wrapper .next-arrow a {
  background-image: url(../img/pagination-arrow.png);
  font-size: 25px;
  padding-left: 16px;
  margin-left: 10px;
  font-family: 'montserratbold';
  color: #C9182B;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: auto;
  height: 50px;
  width: 50px; }
.pagination-wrapper .prev-arrow a {
  background-image: url(../img/pagination-prev.png);
  font-size: 25px;
  padding-left: 16px;
  margin-left: 10px;
  font-family: 'montserratbold';
  color: #C9182B;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: auto;
  height: 50px;
  width: 50px; }

.careers .claims {
  padding-bottom: 0;
  padding-top: 0; }

@media (min-width: 230px) and (max-width: 559px) {
  .claims .claims-box {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center; }

  .claims .claims-box .claims-description p {
    min-height: 0; } }
@media (min-width: 560px) and (max-width: 767px) {
  .claims .claims-box {
    text-align: center;
    padding-left: 100px;
    padding-right: 100px; }

  .claims .claims-box .box img {
    width: 60%; }

  .claims .claims-box .claims-description p {
    min-height: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
  .claims .clearfix {
    display: none; }

  .claims .claims-box {
    padding-left: 0px;
    padding-right: 0px; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .claims .claims-box .box h1 {
    font-size: 18px;
    line-height: 24px; }

  .claims .claims-box {
    padding-left: 0px;
    padding-right: 0px; } }
@media only screen and (min-width: 1201px) {
  .claims .claims-box {
    padding-left: 0px;
    padding-right: 0px; }

  .claims .claims-box .claims-description {
    padding-right: 10px; } }
/*====================07. Major Projects====================*/
.projects-box {
  padding-bottom: 40px;
  display: inline-block; }
  .projects-box .wrapper-box .projects-img {
    /*min-width: 300px;
    padding-right: 15px;*/ }
  .projects-box .projects-description {
    /*padding-bottom: 15px;*/
    padding-top: 7px;
    padding-left: 15px; }
    .projects-box .projects-description h1 {
      font-family: 'montserratbold';
      padding-left: 15px;
      margin: 0;
      text-transform: uppercase; }
      .projects-box .projects-description h1 .highlight {
        display: inline;
        background: #C9182B;
        color: white;
        padding: 10px;
        padding-left: 0;
        padding-right: 0;
        box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }
    .projects-box .projects-description p {
      color: #272624;
      font-family: 'montserratlight';
      margin: 0;
      padding-top: 40px; }

@media (min-width: 230px) and (max-width: 559px) {
  .projects-box {
    padding-right: 0px;
    padding-left: 0px; }

  .projects-box .projects-description {
    padding-top: 30px;
    padding-left: 0;
    margin-left: -15px; }

  .projects-box .wrapper-box .projects-img {
    width: 100%; } }
@media (min-width: 600px) and (max-width: 767px) {
  .projects-box .projects-description {
    padding-top: 30px;
    padding-left: 0;
    margin-left: -15px; }

  .projects-box .wrapper-box .projects-img {
    width: 100%; }

  .projects-box .projects-description h1 {
    font-size: 12px;
    line-height: 18px; }

  .projects-box .projects-description h2 {
    padding-top: 30px; }

  .projects-box {
    padding-right: 100px;
    padding-left: 100px; }

  .pagination-wrapper {
    padding-left: 100px; } }
/*====================08. Carreer page====================*/
.job-box {
  padding-bottom: 60px; }
  .job-box .wrapper-box h1 {
    margin: 0;
    color: #C9182B;
    font-family: 'montserratbold';
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 78px; }
  .job-box .jobs-description {
    padding-top: 20px;
    padding-bottom: 25px;
    min-height: 165px; }
    .job-box .jobs-description p {
      color: #272624;
      /*font-weight: 300;*/
      margin: 0; }

.job_current {
  padding-top: 60px;
  padding-bottom: 60px; }
  .job_current .job-current-title h1 {
    font-family: 'montserratbold';
    padding-left: 15px;
    margin: 0;
    text-transform: uppercase; }
    .job_current .job-current-title h1 .highlight {
      display: inline;
      background: #C9182B;
      color: white;
      padding: 10px;
      padding-left: 0;
      padding-right: 0;
      box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }
  .job_current .job-current-title p {
    color: #272624;
    margin-top: 40px; }

/*.job_current:nth-child(even){
		padding-top: 0 ;
		padding-bottom: 60px;
	}
.careers .job_current:first-child{
		padding-bottom: 0px ;
	}*/
/*====================09. Carreer Single Page====================*/
.single-career {
  background-image: url(../img/shutterstock_557849188.png); }

.single-job {
  padding-bottom: 60px;
  padding-top: 60px; }
  .single-job .job-title {
    padding-bottom: 45px; }
    .single-job .job-title h1 {
      color: #C9182B;
      font-family: 'montserratbold';
      margin: 0;
      text-transform: uppercase;
      text-align: left; }
  .single-job .job-summary p {
    color: #272624;
    margin: 0;
    line-height: 1.5;
    padding-bottom: 20px; }
  .single-job .job-summary a {
    color: #C9182B; }
  .single-job .job-summary ul {
    font-size: 16px;
    padding-left: 32px;
    padding-bottom: 25px;
    font-family: 'montserratlight'; }

.wpcf7 .wpcf7-form .form-control {
  border-radius: 0px;
  border: none;
  box-shadow: none;
  background: #ededec;
  color: #a19d9d;
  font-family: 'montserratlight';
  padding: 14px 15px 12px 14px;
  margin-bottom: -14px;
  line-height: 1.71;
  font-size: 14px;
  height: auto; }
.wpcf7 .wpcf7-form .wpcf7-file {
  border: 3px solid #C9182B;
  background: transparent;
  color: #C9182B;
  font-weight: 500; }
.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: 15px; }
.wpcf7 .wpcf7-form .wpcf7-textarea {
  height: 100px; }
.wpcf7 .wpcf7-form #fileuploadfield {
  display: none; }
.wpcf7 .wpcf7-form #uploadtextfield {
  height: 18px;
  width: 139px; }
.wpcf7 .wpcf7-form #uploadbrowsebutton {
  margin-top: -2px;
  text-align: center;
  border: 3px solid #C9182B;
  background: transparent;
  color: #C9182B;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 20px; }
  .wpcf7 .wpcf7-form #uploadbrowsebutton:hover {
    background-color: #C9182B;
    color: #fff; }
  .wpcf7 .wpcf7-form #uploadbrowsebutton:focus {
    outline: 0; }
.wpcf7 .wpcf7-form input[type="radio"] {
  display: none; }
.wpcf7 .wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 12px;
  padding-top: 11px; }
.wpcf7 .wpcf7-form div.wpcf7-validation-errors {
  border: 2px solid #C9182B; }
.wpcf7 .wpcf7-form div.wpcf7-response-output {
  margin-top: 30px;
  margin: 0; }
.wpcf7 .wpcf7-form .radio-656 {
  float: right; }
.wpcf7 .wpcf7-form .wpcf7-submit {
  padding: 7px 42px; }
.wpcf7 .wpcf7-form span.wpcf7-list-item-label {
  padding: 6px;
  cursor: pointer;
  color: #a19d9d;
  font-family: 'montserratlight';
  line-height: 1.71; }
.wpcf7 .wpcf7-form .wpcf7-list-item input[type="radio"] {
  display: none;
  position: absolute;
  top: 0px;
  height: 20px;
  width: 20px;
  background: #EDEDEC;
  color: #a19d9d;
  z-index: -1; }
.wpcf7 .wpcf7-form span:before {
  display: block;
  position: absolute;
  top: 0px;
  height: 20px;
  width: 20px;
  background: #EDEDEC;
  padding: 4px 19px 18px 4px;
  color: #a19d9d;
  z-index: -1; }
.wpcf7 .wpcf7-form input[type="radio"]:active + span:focus {
  background: #C9182B;
  color: #fff; }
.wpcf7 .wpcf7-form p {
  color: #a19d9d; }
.wpcf7 .wpcf7-form .wpcf7-list-item-label {
  font-size: 14px; }

.footer-upper {
  padding-top: 83px;
  padding-bottom: 80px;
  background-position: right;
  background-repeat: no-repeat;
  background-size: 45%;
  background-position-y: 0px; }
  .footer-upper .footer-upper-text {
    padding-bottom: 30px; }
    .footer-upper .footer-upper-text h1 {
      text-transform: uppercase;
      color: white;
      margin: 0;
      font-family: 'montserratbold';
      line-height: 1.3; }

@media only screen and (max-width: 767px) {
  .footer-upper {
    padding-top: 60px;
    padding-bottom: 30px;
    /*background-color: $primary-color;*/ }

  .footer-upper-text {
    padding-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .footer-upper {
    background-position-y: 0px;
    /*background-color: $primary-color;*/ } }
/*====================10. Contact Page====================*/
.contact {
  padding-bottom: 60px;
  padding-top: 60px; }
  .contact .contact-office {
    padding-bottom: 40px;
    display: inline-block; }
    .contact .contact-office h1 {
      color: #C9182B;
      font-family: 'montserratbold';
      margin: 0;
      text-transform: uppercase; }
  .contact .contact-details .viewmap {
    display: inline-block;
    margin-top: 20px; }
    .contact .contact-details .viewmap .btn {
      color: #d0021b; }
  .contact .contact-details p {
    color: #1d1d1b; }
    .contact .contact-details p a {
      color: #1d1d1b; }
  .contact .contact-details:nth-child(2) {
    /*padding-bottom: 40px;*/ }
    .contact .contact-details:nth-child(2) .form-group label {
      font-size: 16px; }
  .contact .contact-details .form-group label {
    font-size: 16px; }
  .contact .office-location {
    display: grid;
    padding-bottom: 60px; }

.contact .contact-details .viewmap .btn:hover {
  background-color: #d0021b;
  color: white; }

/*====================11. Testimonial section====================*/
.testermonial {
  background: #EDEDEC; }
  .testermonial .testimonials .testimonials-image {
    background: url(../img/shutterstock_538443850.png);
    background-size: cover !important;
    height: 400px;
    background-repeat: no-repeat !important; }
  .testermonial .testimonials .left-arrow {
    background: url(../img/left-arrow-testimonial.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 9999999;
    position: absolute;
    top: 38%;
    left: -103%; }
    .testermonial .testimonials .left-arrow:hover {
      cursor: pointer; }
  .testermonial .testimonials .right-arrow {
    background: url(../img/right-arrow-testimonial.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 35px;
    width: 35px;
    display: block;
    z-index: 9999999;
    position: absolute;
    top: 38%;
    right: 0%; }
    .testermonial .testimonials .right-arrow:hover {
      cursor: pointer; }
  .testermonial .testimonials .author-comment {
    padding-top: 40px;
    padding-bottom: 40px; }
    .testermonial .testimonials .author-comment .wrapper {
      padding: 0px 40px 0px 35px;
      display: inline-block;
      background: url(../img/comma.png);
      background-repeat: no-repeat;
      background-position-x: 46px;
      background-position-y: 0%;
      background-size: 50px; }
      .testermonial .testimonials .author-comment .wrapper .page-title img {
        position: absolute;
        width: 62%;
        left: 15px; }
      .testermonial .testimonials .author-comment .wrapper .comma h1 {
        color: #C9182B;
        font-family: 'montserratregular';
        padding-left: 15px;
        text-transform: inherit;
        line-height: 2.5;
        margin-top: 60px;
        padding-bottom: 20px; }
        .testermonial .testimonials .author-comment .wrapper .comma h1 .tesi-highlight {
          display: inline;
          background: #fff;
          color: #C9182B;
          padding: 10px;
          padding-left: 0;
          padding-right: 0;
          box-shadow: 15px 0 0 #fff, -15px 0 0 #fff; }
      .testermonial .testimonials .author-comment .wrapper .comma .author {
        margin-top: 20px;
        color: #C9182B;
        font-family: 'montserratregular';
        font-size: 20px;
        /*line-height: 33px;*/
        letter-spacing: 1px; }

@media only screen and (max-width: 767px) {
  .testermonial .testimonials .author-comment .wrapper {
    padding: 0px 10px 0px 20px;
    background-position-x: 29px; }

  .testermonial .testimonials .author-comment .wrapper .page-title img {
    width: 7%;
    left: 0px; }

  .testermonial .testimonials .author-comment .wrapper h1 {
    padding-left: 0px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .testermonial .testimonials .author-comment .wrapper {
    padding: 0px 10px 0px 10px;
    background-position-x: 22px; }

  .testermonial .testimonials .author-comment .wrapper .page-title img {
    width: 30%; } }
@media (min-width: 992px) and (max-width: 1300px) {
  .testermonial .testimonials .author-comment .wrapper h1 {
    font-size: 18px; }

  .testermonial .testimonials .author-comment .wrapper {
    padding: 0px 10px 0px 10px;
    background-position-x: 22px; } }
/*====================12. About Us Page====================*/
.about-us .mission .text-mission {
  padding-top: 0; }
  .about-us .mission .text-mission h1 {
    font-size: 16px;
    line-height: 24px; }

@media only screen and (max-width: 767px) {
  .about-us .mission .text-mission {
    margin-left: 0; }

  .about-us .mission .text-mission h1 {
    font-size: 12px;
    line-height: 18px; }

  .about-us .mission .text-mission {
    padding-left: 30px; } }
.footer {
  padding-top: 60px;
  padding-bottom: 30px;
  background: #000; }
  .footer .cta {
    padding: 17px 0px; }
    .footer .cta ul {
      list-style: none; }
      .footer .cta ul li {
        display: inline-block;
        padding-right: 40px; }
        .footer .cta ul li a {
          font-family: 'montserratbold';
          font-size: 20px;
          line-height: 30px;
          color: white;
          text-decoration: none; }
  .footer .client-logo ul {
    list-style: none;
    float: right; }
    .footer .client-logo ul li {
      width: 21%;
      float: right;
      display: inline-block;
      padding-left: 15px; }
      .footer .client-logo ul li a {
        /*padding-left: 20px;*/ }
  .footer .copyright {
    padding-top: 20px;
    text-align: left; }
    .footer .copyright span {
      font-family: 'montserratlight';
      font-size: 9px;
      color: white;
      letter-spacing: 0.1px; }
      .footer .copyright span a {
        color: white;
        text-decoration: underline;
        font-size: 10px;
        font-family: 'montserratlight'; }

@media only screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px; }

  .footer .client-logo ul li {
    float: left;
    width: 25%; }

  .footer .client-logo ul li:first-child {
    padding-left: 0; }

  .footer .copyright {
    text-align: left;
    padding-top: 10px; } }
/*====================13. Claims Modal====================*/
.modal {
  text-align: center;
  padding: 0 !important; }
  .modal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    float: none;
    overflow-y: initial !important; }
  .modal .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0px; }
    .modal .modal-content .modal-header {
      border-bottom: none;
      padding: 20px 30px 0px 50px;
      position: absolute;
      right: 0;
      z-index: 20; }
      .modal .modal-content .modal-header h1 {
        font-family: 'montserratbold';
        padding-left: 30px; }
        .modal .modal-content .modal-header h1 .highlight {
          display: inline;
          background: #C9182B;
          color: white;
          padding: 10px;
          padding-left: 0;
          padding-right: 0;
          box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }
      .modal .modal-content .modal-header .close {
        opacity: 1;
        margin-top: 15px; }
        .modal .modal-content .modal-header .close img {
          width: 80%; }
    .modal .modal-content .modal-body {
      padding: 20px 60px 10px 0px;
      display: inline-block;
      height: 525px;
      overflow-y: auto; }
      .modal .modal-content .modal-body p {
        color: #272624;
        font-family: 'montserratlight';
        margin: 0;
        padding-top: 30px;
        padding-bottom: 30px; }
      .modal .modal-content .modal-body .image img {
        margin: 0 auto; }
      .modal .modal-content .modal-body .content h1 {
        font-family: 'montserratbold';
        padding-left: 15px;
        line-height: 2.5; }
        .modal .modal-content .modal-body .content h1 .highlight {
          display: inline;
          background: #C9182B;
          color: white;
          padding: 10px;
          padding-left: 0;
          padding-right: 0;
          box-shadow: 15px 0 0 #C9182B, -15px 0 0 #C9182B; }
    .modal .modal-content .modal-footer {
      border-top: none; }

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; }

@media (min-width: 260px) and (max-width: 479px) {
  .modal .modal-content .modal-body {
    height: 400px; } }
@media (min-width: 480px) and (max-width: 767px) {
  	/*.modal{
  		position: fixed;
          top: 0%;
          bottom: auto;
  	}*/
  .modal-dialog {
    width: 80%;
    height: auto; }

  .modal .modal-content .modal-body .content {
    text-align: center; }

  .modal .modal-content .modal-body {
    padding: 20px 20px 10px 0px; }

  .modal .modal-content .modal-body .content h1 {
    line-height: 41px;
    font-size: 16px; }

  .modal .modal-content .modal-body .content h1 .highlight {
    padding: 7px; }

  .modal .modal-content .modal-body {
    height: 400px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .modal .modal-content .modal-body {
    height: 400px; } }
@media only screen and (min-width: 992px) {
  .modal-dialog {
    width: 940px; } }
.top-animate {
  background: #C9182B !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg); }

.mid-animate {
  opacity: 0; }

.bottom-animate {
  background: #C9182B !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg); }

.top-menu {
  top: 8px; }

.mid-menu {
  top: 18px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #C9182B; }

.bottom-menu {
  top: 28px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #C9182B; }

.hamburger {
  width: 50px;
  height: 50px; }

.menui {
  width: 42px;
  height: 4px;
  float: left;
  background: #C9182B;
  border-radius: 18px;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(0.75, 0, 0.29, 1.01);
  margin-top: 6px;
  margin-left: 6px;
  position: absolute; }

.iconssss {
  z-index: 9999;
  position: relative;
  float: right;
  margin-top: 30px;
  border-radius: 75%;
  margin-right: 20px;
  display: none; }

.mobilenav {
  font-family: inherit;
  top: 9.5%;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #C9182B;
  opacity: 0.8;
  margin: 0; }

.mobilenav li {
  list-style-type: none;
  padding-left: 30px; }

.mobilenav li a {
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  font-family: 'montserratregular';
  width: 100%;
  text-align: left;
  padding: 20px 0;
  display: inline-block; }

.mobilenav li:first-child {
  margin-top: 30px; }

.mobilenav .nav > li > a:focus {
  background-color: transparent; }

@media only screen and (max-width: 500px) {
  .iconssss {
    display: inline-block; }

  .mobilenav {
    top: 16.5%; } }
@media (min-width: 501px) and (max-width: 550px) {
  .iconssss {
    display: inline-block; }

  .mobilenav {
    top: 11%; } }
@media (min-width: 551px) and (max-width: 767px) {
  .iconssss {
    display: inline-block; }

  .mobilenav {
    top: 13.3%; } }
@media (min-width: 768px) and (max-width: 991px) {
  .iconssss {
    display: inline-block; }

  .mobilenav {
    top: 11%; } }
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  color: #fff;
  text-decoration: none; }

.navigation li {
  display: inline; }

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
  background-color: #6FB7E9;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem; }

.navigation li a:hover,
.navigation li.active a {
  background-color: #3C8DC5; }

span.wpcf7-list-item.active .wpcf7-list-item-label:before {
  background: #C9182B;
  color: #fff; }

textarea {
	resize: none;
}

/*# sourceMappingURL=style.css.map */
