.logos-carousel {
  position: relative
}

.logos-carousel .item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 20px
}

.info-list li, .logos-carousel .item img {
  vertical-align: top
}

.logos-carousel .item:first-child {
  padding-left: 0;
  text-align: left
}

.logos-carousel .item:last-child {
  text-align: right;
  padding-right: 0
}

.logos-carousel .slick-list {
  display: block;
  overflow: hidden;
  position: relative
}

.logos-carousel .slick-track {
  display: table;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%
}

.logos-carousel a:hover {
  opacity: .85
}

.logos-carousel .slick-next, .logos-carousel .slick-prev {
  position: absolute;
  border: 0;
  width: 21px;
  height: 32px;
  padding: 0;
  left: 0;
  background: url(../images/arrow-04.svg) no-repeat;
  top: 50%;
  margin: -11px 0 0;
  text-indent: -9999px;
  overflow: hidden;
  opacity: .2
}

.logos-carousel .slick-next {
  left: auto;
  right: 0;
  background: url(../images/arrow-05.svg) no-repeat
}

.logos-carousel .slick-next:hover, .logos-carousel .slick-prev:hover {
  opacity: .5
}

.intro {
  border-top: 2px solid #f4f4f4;
  padding: 20px 0;
  text-align: justify
}

.intro .holder {
  padding-right: 42.8%;
  position: relative;
  min-height: 460px
}

.intro h1 {
  margin: 0 -20px 24px 0;
  text-align: left
}

.intro h2 {
  font: 24px/28px 'NeueHaasUnicaProLight', Helvetica, sans-serif;
  text-align: left;
  margin: 0 0 33px
}

.intro h2 strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProBold', Helvetica, sans-serif
}

.testimonial-box {
  float: right;
  width: 37.1%;
  margin: 0;
  box-sizing: border-box;
  border: 6px solid #b8d9f1;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: -7px;
  right: 0
}

.testimonial-box:before {
  position: absolute;
  content: '';
  height: 100%;
  left: -500px;
  right: -500px;
  top: 100%;
  box-shadow: 0 -370px 170px rgba(7, 42, 67, .95)
}

.testimonial-box>img {
  vertical-align: top;
  width: 100%;
  border-radius: 100%
}

.testimonial-box figcaption {
  position: absolute;
  left: 28px;
  bottom: 55px;
  right: 28px;
  text-align: center;
  color: #fff
}

.testimonial-box blockquote {
  margin: 0
}

.testimonial-box blockquote q {
  color: white;
  display: block;
  font-family: 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
  margin: 0 auto; margin-top: 55%;
  text-align: center;
  transform: translateY(-50%);
  width: 80%;
}

.testimonial-box blockquote cite {
  color: white;
  font-family: 'NeueHaasUnicaProMedium', Helvetica, sans-serif; font-size: 14px;
  display: block;
  text-align: center;
}

.testimonial-box blockquote cite:before {
  content: '– '
}

.intro p {
  margin: 0 0 27px
}

.intro h3 {
  font: 28px/32px 'NeueHaasUnicaProRegular', Helvetica, sans-serif;
  margin: 0 0 29px;
  text-align: left
}
/* .facts-carousel-container { background: #0f4063; } */
.facts-carousel {
  background: #0f4063;
  position: relative;
  padding: 27px 80px 29px;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden
}

.facts-carousel dl {
  margin: 0;
  overflow: hidden
}

.facts-carousel dl dt {
  display: inline
}

.facts-carousel dl dd {
  margin: 0;
  display: inline;
  font-family: 'NeueHaasUnicaProMedium', Helvetica, sans-serif
}

.facts-carousel .slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative
}

.facts-carousel .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0
}

.facts-carousel .slide {
  float: left
}

.facts-carousel .slick-next, .facts-carousel .slick-prev {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 57px;
  border: 0;
  background: #19537d;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden
}

.facts-carousel .slick-next:before, .facts-carousel .slick-prev:before {
  position: absolute;
  width: 32px;
  height: 32px;
  content: '';
  opacity: .49;
  background: url(../images/arrow-02.svg) no-repeat;
  left: 50%;
  top: 50%;
  margin: -16px 0 0 -16px;
  transition: all .3s ease-out;
  background-size: 32px 32px
}

.no-svg .facts-carousel .slick-prev:before {
  background-image: url(../images/arrow-02.png)
}

.facts-carousel .slick-next:hover:before, .facts-carousel .slick-prev:hover:before {
  opacity: 1
}

.cases-slider .slick-next:after, .cases-slider .slick-next:hover:before, .cases-slider .slick-prev:after, .cases-slider .slick-prev:hover:before {
  opacity: 0
}

.facts-carousel .slick-next {
  left: auto;
  right: 0
}

.facts-carousel .slick-next:before {
  background: url(../images/arrow-03.svg) no-repeat;
  background-size: 32px 32px
}

.no-svg .facts-carousel .slick-next:before {
  background-image: url(../images/arrow-03.png)
}

.info-area {
  background: #f2f6fc;
  padding: 40px 0 83px
}

.info-area h2 {
  margin: 0 0 52px;
  font-size: 37px;
  line-height: 40px;
  padding: 0 0 20px;
  text-align: center;
  position: relative
}

.info-area h2:before {
  position: absolute;
  content: '';
  bottom: 0;
  width: 434px;
  height: 1px;
  background: #d7d9db;
  left: 50%;
  margin: 0 0 0 -217px
}

.info-area .holder {
  overflow: hidden
}

.info-list {
  margin: -15px 0 -18px;
  padding: 0;
  list-style: none;
  font-family: 'AdobeBlank';
  position: relative;
  overflow: hidden
}

.info-list li {
  display: inline-block;
  width: 25%;
  box-sizing: border-box;
  font: 21px/32px 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
  text-align: center;
  padding: 124px 25px 28px;
  border-top: 1px solid #ddd;
  position: relative;
  margin: 0 1px 0 -1px
}

.info-list li:after, .info-list li:before {
  position: absolute;
  content: ''
}

.info-list li:after {
  width: 70px;
  height: 78px;
  top: 35px;
  left: 50%;
  margin: 0 0 0 -35px;
  background: url(../images/ico-01.svg) no-repeat
}

.no-svg .info-list li:after {
  background-image: url(../images/ico-01.png)
}

.info-list li:before {
  width: 1px;
  top: 0;
  bottom: 0;
  background: #ddd;
  left: 0;
  height: 9999px
}

.info {
  padding-top: 58px;
  padding-bottom: 68px;
  font-size: 18px;
  line-height: 32px;
  position: relative
}

.info.has-border {
  padding-top: 65px;
  padding-bottom: 74px
}

.info.has-border:before {
  content: '';
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: -9999px;
  right: -9999px;
  height: 1px;
  background: #ccc
}

.info header {
  font: 33px/35px 'NeueHaasUnicaProThin', sans-serif;
  padding: 0 0 50px
}

.info header h2 {
  color: #000;
  font: 37px/41px 'NeueHaasUnicaProMedium', sans-serif;
  letter-spacing: 1px;
  margin: 0 0 9px
}

.info header p {
  margin: 0
}

.image-block, .info .logos-holder {
  float: left;
  width: 31.5%;
  margin: 11px 32px 0 0
}

.info .holder {
  padding: 0 0 37px
}

.info.has-border .holder {
  padding: 0 0 6px
}

.info .holder:after {
  content: '';
  display: block;
  clear: both
}

.info .logos-holder .logos {
  display: none
}

.info .logos-holder .image-block {
  float: none;
  width: auto;
  margin: 0
}

.image-block .img {
  position: relative;
  overflow: hidden
}

.image-block .img img {
  display: block;
  width: 100%;
  max-width: 100%
}

.image-block figcaption {
  text-align: center;
  color: #fff;
  font-size: 23px;
  line-height: 32px;
  padding: 21px 30px 27px;
  background: #0f4063
}

.image-block figcaption h3 {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 12px;
  padding: 10px 0 0;
  font: 23px/27px 'NeueHaasUnicaProMedium', sans-serif
}

.image-block figcaption p {
  margin: 0;
  padding: 0 0 12px
}

.image-block figcaption blockquote {
  margin: 0
}

.image-block figcaption blockquote q {
  display: block;
  padding: 0 0 9px;
  font: 18px/27px 'NeueHaasUnicaProMedium', sans-serif
}

.image-block figcaption blockquote cite {
  display: block;
  font: 18px/22px 'NeueHaasUnicaProLight', sans-serif
}

.info .holder .logos img, .info .holder .logos li {
  display: inline-block;
  vertical-align: middle
}

.info .holder .block {
  overflow: hidden
}

.info .holder .logos-block {
  padding: 0 0 31px;
  margin: -4px 0 0;
  overflow: hidden
}

.info .holder .logos {
  list-style: none;
  margin: 0;
  padding: 20px 0 0 25px;
  float: right;
  font-size: 0;
  line-height: 0;
  font-family: 'AdobeBlank'
}

.info .holder .logos li+li {
  padding: 0 0 0 37px
}

.info .holder .block p {
  margin: 0 0 32px;
  text-align: left;
  overflow: hidden
}

.info .holder .block em {
  font-style: normal;
  font-family: 'NeueHaasUnicaProLightItalic'
}

.info .holder .block strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProBold'
}

.info .holder .block a {
  color: #599ed1;
  text-decoration: underline
}

.info .holder .block a:hover {
  text-decoration: none
}

.info .holder .block .tel {
  color: #000;
  white-space: nowrap;
  text-decoration: none
}

.info .holder .block .tel:hover, .info-box p a {
  text-decoration: underline
}

.info .cols {
  margin: 0 -15px
}

.info .col {
  float: left;
  width: 33.33%;
  box-sizing: border-box;
  padding: 0 15px
}

.info-box {
  background: #f2f6fc;
  padding: 27px 34px 30px;
  color: #000;
  font-size: 18px;
  line-height: 30px;
  position: relative
}

.info-box.align-buttons {
  padding-bottom: 64px
}

.info-box .heading {
  padding: 0 0 22px;
  text-align: center;
  position: relative
}

.info-box .heading:before {
  content: '';
  width: 170px;
  height: 3px;
  background: #fff;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -85px
}

.info-box .heading .ico {
  display: block;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.info-box .heading .ico-001 {
  width: 50px;
  padding-top: 1px;
  margin-bottom: 14px
}

.info-box .heading .ico-002 {
  width: 53px;
  padding-top: 1px;
  margin-bottom: 17px
}

.info-box .heading .ico-003 {
  width: 47px;
  margin-top: 8px;
  margin-bottom: 22px
}

.info-box .heading .ico-004 {
  width: 63px;
  margin-top: 1px;
  margin-bottom: 20px
}

.info-box .heading .ico-005 {
  width: 53px;
  margin-top: 1px;
  margin-bottom: 16px
}

.info-box .heading .ico img {
  display: block;
  width: 100%;
  max-width: 100%
}

.info-box .heading h2 {
  color: #000;
  margin: 0;
  font: 30px/32px 'NeueHaasUnicaProLight', sans-serif
}

.info-box .collapse-block {
  padding: 19px 0 0
}

.info-box p {
  margin: 0 0 27px;
  text-align: left;
}

.btn-blue, .cases-slider, .cases-slider p, .footer-nav li, .footer-social, .info-box .date, .info-box footer {
  text-align: center
}

.info-box p em {
  font-style: normal;
  font-family: 'NeueHaasUnicaProLightItalic'
}

.info-box p strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProMedium'
}

.info-box p a {
  color: #599ed1
}

#content .phone, .breadcrumbs a:hover, .btn-blue:hover, .btn-directions:hover, .footer-logo a:hover, .info-box p a:hover {
  text-decoration: none
}

.info-box h3 {
  color: #000;
  margin: 0 0 18px;
  font: 20px/24px 'NeueHaasUnicaProMedium', sans-serif
}

.info-box h4 {
  color: #0f4063;
  margin: 0 0 12px;
  font: 20px/30px 'NeueHaasUnicaProBold', sans-serif
}

.info-box .list {
  list-style: none;
  margin: 0;
  padding: 0 0 35px
}

.info-box .list li {
  color: #000;
  font: 18px/26px 'NeueHaasUnicaProRegular', sans-serif;
  position: relative;
  padding: 9px 30px
}

.info-box .list li+li, .info-box .list a li {
  border-top: solid 1px #d9dde2
}

.info-box .list a:first-child li {
  border-top: 0px;
}

.info-box .list li:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 13px;
  left: 1px;
  width: 17px;
  height: 17px;
  background: url(../images/bull-001.svg) no-repeat;
  background-size: 17px 17px
}

.no-svg .info-box .list li:before {
  background: url(../images/sprite-001.png) -153px 0 no-repeat
}

.info-box .list a {
  color: #000
}

.info-box.align-buttons footer {
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 20px 20px
}
.save .info-box.align-buttons footer { position:relative;}
.btn-blue {
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  box-sizing: border-box;
  color: #fff;
  background: #599ed1;
  font: 16px/20px 'NeueHaasUnicaProMedium', sans-serif;
  padding: 9px 15px;
  border: 3px solid #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, .2);
  min-width: 170px
}

.btn-blue:hover {
  background: #68ade0
}

.cases-slider {
  position: relative;
  overflow: hidden;
  color: #000;
  font: 18px/22px 'NeueHaasUnicaProRegular', sans-serif;
  margin: -3px -20px 34px
}

.cases-slider .slick-list {
  display: block;
  overflow: hidden;
  position: relative
}

.cases-slider .slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0
}

.cases-slider .slide {
  float: left;
  height: 100%;
  min-height: 1px
}

.cases-slider .box {
  background: #fff;
  padding: 23px 10px 37px;
  border: 1px solid #dce0e5
}

.cases-slider h3 {
  color: #000;
  margin: 0 0 7px;
  font: 23px/27px 'NeueHaasUnicaProBold', sans-serif
}

.cases-slider h4 {
  color: #000;
  margin: 0 0 11px;
  font: 22px/26px 'NeueHaasUnicaProLight', sans-serif
}

.cases-slider h5 {
  color: #000;
  margin: 0 0 3px;
  font: 18px/22px 'NeueHaasUnicaProRegular', sans-serif
}

.cases-slider em {
  display: block;
  padding: 0 0 9px;
  font: 18px/22px 'NeueHaasUnicaProLightItalic', sans-serif
}

.cases-slider p {
  margin: 0 0 15px
}

.cases-slider p strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProMedium'
}

.cases-slider h6 {
  color: #000;
  margin: 0;
  font: 24px/28px 'NeueHaasUnicaProRegular', sans-serif;
  letter-spacing: 1px
}

.cases-slider h6 span {
  display: block;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0
}

.cases-slider .direction-nav {
  font-size: 0;
  line-height: 0;
  font-family: 'AdobeBlank';
  padding: 10px 0 0
}

.cases-slider .slick-next, .cases-slider .slick-prev {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  width: 32px;
  height: 32px;
  border: 0;
  position: relative;
  margin: 0 15px;
  background: 0 0
}

.cases-slider .slick-next:after, .cases-slider .slick-next:before, .cases-slider .slick-prev:after, .cases-slider .slick-prev:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  transition: all .3s;
  width: 32px;
  height: 32px
}

.cases-slider .slick-prev:before {
  background: url(../images/arrow-001.svg) no-repeat;
  background-size: 32px 32px
}

.no-svg .cases-slider .slick-prev:before {
  background: url(../images/sprite-001.png) -170px 0 no-repeat
}

.cases-slider .slick-next:before {
  background: url(../images/arrow-003.svg) no-repeat;
  background-size: 32px 32px
}

.no-svg .cases-slider .slick-next:before {
  background: url(../images/sprite-001.png) -202px 0 no-repeat
}

.cases-slider .slick-prev:after {
  background: url(../images/arrow-002.svg) no-repeat;
  background-size: 32px 32px
}

.no-svg .cases-slider .slick-prev:after {
  background: url(../images/sprite-001.png) -170px -32px no-repeat
}

.cases-slider .slick-next:after {
  background: url(../images/arrow-004.svg) no-repeat;
  background-size: 32px 32px
}

.no-svg .cases-slider .slick-next:after {
  background: url(../images/sprite-001.png) -202px -32px no-repeat
}

.cases-slider .slick-next:hover:after, .cases-slider .slick-prev:hover:after {
  opacity: 1
}

.footer-social a:after, .footer-social a:hover:before {
  opacity: 0
}

.info-box .date {
  display: block;
  color: #000;
  padding: 7px 0 13px;
  font: 18px/22px 'NeueHaasUnicaProLightItalic', sans-serif
}

#footer {
  border-top: solid 10px #f2f6fc
}

#footer .footer-area {
  background-color: #0e3d5e;
  background-size: cover;
  border-top: solid 1px #fff
}

#footer .top {
  background: rgba(0, 0, 0, .14)
}

#footer .top .container {
  padding-top: 25px;
  padding-bottom: 31px
}

.footer-logo {
  font: 42px/46px 'NeueHaasUnicaProHeavy', sans-serif;
  text-shadow: 1px 2px 0 rgba(0, 0, 0, .6);
  color: #fff;
  float: left;
  white-space: nowrap;
  letter-spacing: -1px;
  margin: 0 20px 0 0
}

.footer-logo span {
  font: 31px/35px 'NeueHaasUnicaProThin', sans-serif;
  padding: 0 0 0 10px;
  letter-spacing: 4px
}

.footer-logo a {
  display: block;
  height: 100%;
  color: #fff
}

.footer-social a, .footer-social li {
  display: inline-block;
  vertical-align: top
}

.footer-social {
  float: left;
  width: 23.6%;
  list-style: none;
  margin: 0;
  padding: 9px 5px 0;
  font-size: 0;
  line-height: 0;
  font-family: 'AdobeBlank';
  box-sizing: border-box
}

.footer-social li {
  padding: 0 8px
}

.footer-social a {
  overflow: hidden;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  position: relative
}

.footer-social a:after, .footer-social a:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  transition: all .3s
}

.footer-social .facebook:before {
  background: url(../images/ico-facebook-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .facebook:after {
  background: url(../images/ico-facebook-white-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .google:before {
  background: url(../images/ico-google-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .google:after {
  background: url(../images/ico-google-white-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .twitter:before {
  background: url(../images/ico-twitter-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .twitter:after {
  background: url(../images/ico-twitter-white-001.svg) no-repeat;
  background-size: 36px 36px
}

.footer-social .linkedin:before {
  background: url(../images/icon-linkedin.png) no-repeat;
  background-size: 36px 36px
}

.footer-social .linkedin:after {
  background: url(../images/icon-linkedin-white.png) no-repeat;
  background-size: 36px 36px
}

.no-svg .footer-social .facebook:before {
  background: url(../images/sprite-001.png) no-repeat
}

.no-svg .footer-social .facebook:after {
  background: url(../images/sprite-001.png) 0 -36px no-repeat
}

.no-svg .footer-social .google:before {
  background: url(../images/sprite-001.png) -36px 0 no-repeat
}

.no-svg .footer-social .google:after {
  background: url(../images/sprite-001.png) -36px -36px no-repeat
}

.no-svg .footer-social .twitter:before {
  background: url(../images/sprite-001.png) -72px 0 no-repeat
}

.no-svg .footer-social .twitter:after {
  background: url(../images/sprite-001.png) -72px -36px no-repeat
}

.footer-social a:hover:after {
  opacity: 1
}

#footer .contact-block {
  max-width: 30%;
  padding: 5px 0 0
}

#footer .contact-block .btn-chat {
  background: rgba(89, 158, 209, .1)
}

#footer .contact-block .btn-chat:hover {
  background: #e75f2b
}

#footer .middle {
  padding-top: 46px;
  padding-bottom: 70px
}

.footer-contacts {
  float: left;
  width: 49%
}

.footer-contacts .map {
  float: left;
  width: 255px;
  height: 255px;
  position: relative;
  overflow: hidden;
  border: 7px solid #599ed1
}

.footer-contacts .block {
  overflow: hidden;
  padding: 30px 0 0 54px
}

.footer-contacts h3 {
  color: #fff;
  margin: 0 0 6px;
  font: 19px/23px 'NeueHaasUnicaProMedium', sans-serif
}

.footer-contacts address {
  font: 19px/23px 'NeueHaasUnicaProLight', sans-serif;
  color: #fff;
  margin: 0 0 -4px
}

.footer-contacts address span {
  display: inline-block;
  padding: 0 0 7px
}

.footer-contacts address a {
  color: #ffffff !important;
}

.footer-contacts dl {
  margin: 0 0 35px;
  color: #fff
}

.footer-contacts dt {
  font: 19px/23px 'NeueHaasUnicaProMedium', sans-serif;
  display: inline;
  padding: 0 2px 0 0
}

.footer-contacts dd {
  font: 19px/23px 'NeueHaasUnicaProLight', sans-serif;
  display: inline;
  margin: 0
}

.footer-contacts dd a {
  color: #fff
}

.footer-contacts dd a:hover {
  text-decoration: none;
  color: #599ed1
}

.btn-directions {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font: 17px/21px 'NeueHaasUnicaProRegular', sans-serif;
  padding: 15px 25px 17px 53px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, .41)
}

.btn-directions:hover {
  border-color: #fff
}

.btn-directions:before {
  content: '';
  position: absolute;
  z-index: 20;
  top: 9px;
  left: 18px;
  width: 23px;
  height: 34px;
  background: url(../images/ico-pin-001.svg) no-repeat;
  background-size: 23px 34px
}

.no-svg .btn-directions:before {
  background: url(../images/sprite-001.png) -108px 0 no-repeat
}

#footer .serve-box {
  float: right;
  width: 34.5%;
  text-align: center;
  padding: 40px 30px;
  min-height: 183px;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  background: rgba(0, 0, 0, .24);
  border: 3px solid rgba(255, 255, 255, .19)
}

#footer .serve-box h3 {
  color: #fff;
  margin: 0 0 16px;
  font: 20px/24px 'NeueHaasUnicaProBold', sans-serif
}

#footer .serve-box p {
  margin: 0
}

.footer-navbar {
  background: #f2f6fc;
  border-top: solid 2px #fff
}

.footer-nav {
  display: table;
  width: 100%
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table-row
}

.footer-nav li {
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
  position: relative;
  font: 16px/20px 'NeueHaasUnicaProMedium', sans-serif;
  padding: 0 2px
}

.footer-nav li+li:before {
  content: '';
  width: 2px;
  height: 61px;
  position: absolute;
  z-index: 20;
  top: 50%;
  left: 0;
  margin: -30px 0 0;
  background: url(../images/sprite-001.png) -131px 0 no-repeat
}

.footer-nav a {
  color: #000;
  display: inline-block;
  vertical-align: top;
  padding: 26px 20px 25px
}

#footer .bottom {
  color: #333;
  font-size: 13px;
  line-height: 26px;
  padding-top: 33px;
  padding-bottom: 33px
}

#footer .bottom p {
  float: left;
  width: 44%;
  margin: 0
}

#footer .bottom p a {
  color: #333
}

#footer .bottom p span {
  display: block
}

#footer .bottom p strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProBold'
}

#footer .bottom .by {
  float: right;
  width: 48%;
  text-align: right;
  position: relative;
  padding: 3px 0 0
}

#footer .bottom .by .ico-by {
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 8px 0 0;
  background: url(../images/ico-by-001.svg) no-repeat;
  background-size: 18px 18px
}

.no-svg #footer .bottom .by .ico-by {
  background: url(../images/sprite-001.png) -133px 0 no-repeat
}

#footer .bottom .by .mobile-ico {
  display: none
}

.breadcrumbs {
  background: #0f3a59;
  padding: 20px 10px 18px;
  font-size: 12px;
  line-height: 16px;
  color: #d9d9d9
}

.breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  max-width: 1170px;
  overflow: hidden
}

.breadcrumbs ul li {
  float: left;
  padding: 0 0 0 25px;
  margin: 0 25px 0 -25px;
  position: relative
}

.breadcrumbs ul li:before {
  content: '/';
  color: #838383;
  left: 10px;
  position: absolute
}

.breadcrumbs a:hover {
  color: #e75f2b
}

#content {
  float: left;
  width: 59.9%;
  padding: 42px 0
}

#content img {
  float: left;
  margin: 10px 30px 10px 0;
  height: auto;
  max-width: 45%
}
#content img.size-full {
 max-width: 100%;	
}
#content p {
  margin: 0 0 32px;
  text-align: justify
}

#content>h2 {
  padding-top: 24px
}

#content>h2:first-child, #content>h3:first-child {
  padding-top: 0
}

#content>h3 {
  padding-top: 5px
}

#content ul {
  margin: -4px 0 0;
  padding: 0 0 20px 20px;
  list-style: none
}

#content ul>li {
  padding: 0 0 8px 40px;
  background: url(../images/arrow-06.svg) 0 5px no-repeat;
  background-size: 20px 20px
}

.no-svg #content ul>li {
  background-image: url(../images/arrow-06.png)
}

#content ol {
  margin: -3px 0 0;
  padding: 0 0 20px 20px;
  list-style: none;
  counter-reset: section
}

#content ol>li {
  padding: 0 0 8px 40px;
  position: relative
}

#content ol>li:before {
  content: counter(section) '';
  counter-increment: section;
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
  background: #0f4063;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  font: 15px/20px 'NeueHaasUnicaProBold', Helvetica, sans-serif
}

.info-contacts {
  padding: 65px 30px 35px;
  position: relative;
  text-align: center;
  font-size: 23px
}

.info-contacts:before {
  position: absolute;
  top: 36px;
  content: '';
  left: 50%;
  height: 2px;
  width: 170px;
  margin: 0 0 0 -85px;
  background: #d9d9d9
}

.faq>li+li:after, .faq>li+li:before, .side-post h3:before {
  content: '';
  height: 3px
}

#content .info-contacts p, .info-contacts p {
  margin: 0;
  text-align: center
}

#content .info-contacts strong, .info-contacts strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProMedium', Helvetica, sans-serif
}

#content .phone, #content p a {
  font-family: 'NeueHaasUnicaProBold', Helvetica, sans-serif
}

#content .phone {
  color: #000;
  white-space: nowrap
}

#content p a {
  text-decoration: underline
}

#content p a:hover, .btn-archives:hover, .btn-white:hover, .links-box ul a:hover {
  text-decoration: none
}

#sidebar {
  float: right;
  width: 34.15%;
  padding: 46px 0 0
}

.logos-box {
  display: table;
  width: 100%;
  margin: 0 0 40px;
  text-align: center
}

.logos-box .by, .logos-box ul, .logos-box ul li {
  display: table-cell;
  vertical-align: middle
}

.logos-box .by {
  font: 16px/20px 'NeueHaasUnicaProLightItalic', Helvetica, sans-serif;
  padding: 0 10px;
  white-space: nowrap
}

.logos-box ul {
  margin: 0;
  padding: 0;
  list-style: none
}

.logos-box ul li {
  padding: 0 10px
}

.btn-white, .logos-box ul img {
  vertical-align: top
}

.logos-box ul a:hover {
  opacity: .85
}

.contact-form.type-2 {
  padding: 22px
}

.contact-form.type-2 .lbl-ttl {
  text-align: left;
  margin: 0 0 30px;
  line-height: 34px
}

.contact-form.type-2 .lbl-ttl span {
  display: block
}

.contact-form.type-2 .form-control {
  border-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 12px
}

.contact-form.type-2 textarea.form-control {
  min-height: 136px
}

.contact-form.type-2 .btn {
  margin: 29px 0 11px
}

#sidebar .contact-form {
  margin: 0 0 72px;
  background: #0f3a59
}

#sidebar h3 {
  font: 30px/32px 'NeueHaasUnicaProLight', Helvetica, sans-serif;
  margin: 0 0 21px
}

.links-box {
  margin: 0 0 78px;
  background: #f2f6fc;
  padding: 33px 32px 46px
}

#sidebar .links-box h3, .links-box h3 {
  margin: 0 0 26px -3px
}

.links-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #d9dde2;
  font: 18px/24px 'NeueHaasUnicaProRegular', Helvetica, sans-serif
}

.links-box ul li {
  border-top: 1px solid #d9dde2
}

.links-box ul a {
  display: block;
  padding: 10px 0 10px 29px;
  color: #000;
  background: url(../images/arrow-07.svg) 0 14px no-repeat
}

.no-svg .links-box ul a {
  background-image: url(../images/arrow-07.png)
}

.links-box ul a:hover {
  color: #e75f2b
}

.about-box {
  margin: 0 0 77px;
  background: #0f4063;
  padding: 22px 15px;
  color: #fff
}

#sidebar .about-box h3, .about-box h3 {
  color: #fff;
  text-align: center;
  margin-bottom: 23px
}

.about-box figure {
  margin: 0 -15px
}

.about-box figure>img {
  display: block;
  width: 100%
}

.about-box figcaption {
  display: block;
  padding: 26px 37px 18px;
  text-align: justify;
  line-height: 28px
}

.about-box p {
  margin: 0 0 36px
}

.btn-white {
  font: 16px/18px 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  border: 3px solid rgba(255, 255, 255, .39);
  display: inline-block
}

.btn-white:hover {
  background: #e75f2b
}

.about-box .btn-white {
  display: block
}

.about-box .logo-items {
  margin: 0 0 32px;
  padding-left: 6px;
  box-sizing: border-box
}

.about-box .logo-items .lbl {
  vertical-align: top;
  padding-top: 10px
}

.side-post {
  margin: 0 0 76px;
  background: #f2f6fc;
  padding: 35px 35px 40px;
  text-align: justify;
  line-height: 30px
}

.side-post .ico {
  display: block;
  margin: 0 auto 22px
}

#sidebar .side-post h3, .side-post h3 {
  margin: 0 0 27px;
  padding: 0 0 21px;
  position: relative;
  text-align: center
}

.side-post h3:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: #fff;
  width: 170px;
  margin: 0 0 0 -85px
}

.side-post .meta {
  display: block;
  text-align: center;
  font: 18px/22px 'NeueHaasUnicaProLightItalic', Helvetica, sans-serif;
  margin: 0 0 12px
}

.side-post h4 {
  font-size: 20px;
  line-height: 30px;
  color: #0f4063;
  margin: 0 0 13px;
  text-align: left
}

.side-post p {
  margin: 0 0 36px
}

.side-post .btn-wrap {
  text-align: center
}

#content .faq, .faq {
  list-style: none;
  margin: 0;
  padding: 20px 0 0
}

#content .faq>li, .faq>li {
  position: relative;
  background: 0 0;
  padding: 0;
  text-align: left
}

#content .faq>li.open, .faq>li.open {
  margin: 0 0 -3px;
  background: #fff;
  z-index: 30
}

#content .faq>li+li, .faq>li+li {
  padding: 3px 0 0
}

.faq>li+li:after, .faq>li+li:before {
  position: absolute;
  top: 0;
  right: 0;
  transition: all .3s
}

.faq>li+li:before {
  z-index: 20;
  left: 0;
  background: #19537d
}

.faq>li+li:after {
  z-index: 21;
  width: 57px;
  background: #0f4063
}

.faq>li>h2 {
  color: #fff;
  position: relative;
  background: #0f4063;
  font: 27px/32px 'NeueHaasUnicaProMedium', sans-serif;
  padding: 16px 160px 22px 29px;
  margin: 0;
  cursor: pointer;
  transition: all .3s
}

.faq>li>h2:after, .faq>li>h2:before {
  content: '';
  position: absolute;
  transition: all .3s
}

.faq>li.open>h2 {
  padding-top: 40px;
  padding-bottom: 48px
}

.faq>li>h2:hover {
  background: #1e4f72
}

.faq>li>h2:before {
  z-index: 20;
  top: 0;
  bottom: 0;
  right: 0;
  width: 57px;
  background: #19537d
}

.faq>li>h2:hover:before {
  background: #28628c
}

.faq>li>h2:after {
  z-index: 21;
  top: 50%;
  right: 15px;
  width: 27px;
  height: 27px;
  background: url(../images/arrow-007.svg) no-repeat;
  background-size: 27px 27px;
  margin: -14px 0 0;
  opacity: .49
}

.no-svg .faq>li>h2:after {
  background: url(../images/sprite-001.png) -234px 0 no-repeat
}

.faq>li.open>h2:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 32px;
  height: 32px;
  background-size: 32px 32px;
  margin: -16px 0 0;
  right: 13px
}

.faq .collapse-block {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  padding: 24px 0 52px
}

#content .faq h3, .faq h3 {
  color: #0f4063;
  font: 20px/30px 'NeueHaasUnicaProBold', sans-serif;
  margin: 0 0 34px
}

#content .faq h4, .faq h4 {
  color: #000;
  font: 18px/22px 'NeueHaasUnicaProBold', sans-serif;
  margin: 0 0 34px
}

#content .faq ol, .faq ol {
  padding: 0;
  margin: 0
}

#content .faq ol>li, .faq ol>li {
  padding: 0 0 30px 29px
}

#content .faq ol>li:before, .faq ol>li:before {
  font-size: 12px;
  top: 5px
}

.accordion .opener:before, .btn-archives:before {
  content: '';
  top: 50%
}

.faq .section {
  margin: 0 0 0 -30px;
  padding: 30px 0 0
}

#content .faq p, .faq p {
  margin: 0;
  text-align: left
}

#content .faq p+p, .faq p+p {
  margin-top: 30px
}

#content .faq ul, .faq ul {
  padding: 30px 0 0 30px;
  margin: 0
}

#content .faq ul li, .faq ul li {
  padding: 0;
  background: 0 0
}

.main-banner.type2 {
  margin: 0 0 1px;
  font-size: 28px;
  line-height: 32px
}

.main-banner.type2 figure {
  min-height: 358px
}

.main-banner.type2 figure>img {
  left: -37px;
  width: 298px
}

.main-banner.type2 figcaption {
  padding: 50px 0 0 230px
}

.main-banner.type2 .slogan {
  margin: 0 0 18px;
  font-size: 46px;
  line-height: 44px;
  text-shadow: none;
  letter-spacing: 1px
}

.main-banner.type2 .slogan strong {
  display: inline
}

.btn-load, .post .meta, .post:after {
  display: block
}

.main-banner.type2 p {
  margin: 0 0 39px;
  letter-spacing: 1px
}

.main-banner.type2 .logo-items .col:first-child {
  padding-left: 9.5%;
  padding-right: 10px
}

.main-banner.type2 .logo-items .logos {
  padding: 0;
  width: auto
}

.main-banner.type2 .logo-items .logos li {
  padding: 0 17px;
  width: auto
}

.posts-area {
  padding: 0 0 74px
}

.post {
  border-top: 1px solid #e5e5e5;
  padding: 39px 0 33px;
  line-height: 30px
}

.post:after {
  content: '';
  clear: both
}

.post:first-child {
  border: 0;
  padding-top: 13px
}

.post .meta {
  line-height: 22px;
  margin: 0 0px 25px;
}

.post .meta .date {
  font-style: normal;
  font-family: 'NeueHaasUnicaProLightItalic', Helvetica, sans-serif
}

.post .meta .sep {
  padding: 0 8px
}

.post .meta a {
  color: #072a43;
  font-family: 'NeueHaasUnicaProMedium', Helvetica, sans-serif
}

.post header h2, .post.single-post h1 {
  color: #0f4063;
  line-height: 35px;
  margin-bottom: 15px
}

.post.single-post h1 {
  font: 30px/32px 'NeueHaasUnicaProMedium', Helvetica, sans-serif
}

.post .btn-blue {
  float: right;
  margin: -18px 0 0
}

#content .post img, .post img {
  margin-top: 7px
}

.search-form .btn {
  float: right;
  margin: 0 0 0 18px;
  font: 18px/25px 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
  padding: 5px 10px;
  min-width: auto;
  background: #0f3a59;
  border-color: #072a43
}

.btn-archives, .search-form .text input {
  font: 18px/23px 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
  color: #000;
  display: block
}

.search-form .btn:hover {
  background: #e75f2b;
  border-color: #ff8c60
}

.search-form .text {
  overflow: hidden;
  padding: 0 0 0 12px
}

.search-form .text input {
  width: 100%;
  border: 0;
  background: 0 0;
  padding: 9px 0;
  height: 41px;
  margin: 0;
  box-sizing: border-box;
  -webkit-appearance: none
}

.btn-archives {
  margin: 0 0 45px;
  border: 3px solid #ececec;
  padding: 15px 55px 15px 18px;
  position: relative;
  display: block;
  clear: both;
}

.btn-archives:hover {
  border-color: #ddd
}

.btn-archives:before {
  position: absolute;
  width: 28px;
  height: 14px;
  background: url(../images/arrow-08.svg) no-repeat;
  right: 16px;
  margin: -7px 0 0
}

.no-svg .btn-archives:before {
  background-image: url(../images/arrow-08.png)
}

.single-post {
  border: 0;
  padding: 0px 0 44px
}
 
#content blockquote {
  background: #f2f6fc;
  padding: 31px 47px 33px;
  margin: 0 0 26px
}

#content blockquote cite {
  padding: 0 0 0 4px;
  font-style: normal
}

#content p strong {
  font-weight: 400;
  font-family: 'NeueHaasUnicaProBold', Helvetica, sans-serif
}

.intro-section {
  padding-top: 41px;
  padding-bottom: 27px
}

.intro-section .block {
  float: left;
  width: 60%;
  font-size: 18px;
  line-height: 32px
}

.intro-section h1 {
  margin: 0 0 35px
}

.intro-section p {
  text-align: justify;
  margin: 0 0 28px
}

.intro-section h2 {
  color: #000;
  font: 28px/32px 'NeueHaasUnicaProRegular', sans-serif;
  text-align: center;
  margin: 0 0 28px
}

#content .testimonial, .testimonial {
  margin: 0;
  text-align: center;
  background: #f2f6fc;
  padding: 24px 63px 31px
}

#content .testimonial q, .testimonial q {
  display: block;
  color: #0f588c;
  font: 23px/30px 'NeueHaasUnicaProMedium', sans-serif;
  padding: 0 0 10px
}

#content .testimonial cite, .testimonial cite {
  display: block;
  color: #000;
  font: 18px/22px 'NeueHaasUnicaProLight', sans-serif;
  padding: 0
}

.intro-section .contact-form {
  float: right;
  width: 34.1%;
  margin: 9px 0 0;
  background: #0f3a59
}

.content-area #content {
  padding-top: 0
}

.content-area #sidebar {
  padding-top: 56px
}

.main-banner.type3 {
  margin: 0 0 1px
}

.main-banner.type3 figure {
  min-height: 445px
}

.main-banner.type3 figure>img {
  width: 410px;
  bottom: -118px
}

.main-banner.type3 figcaption {
  padding: 51px 0 40px 438px
}

.main-banner.type3 .slogan {
  margin-bottom: 55px
}

.main-banner.type3 .cases-items {
  padding-bottom: 30px
}

.main-banner.type3 .logo-items {
  box-sizing: border-box;
  padding-left: 14px
}

.main-banner.type3 .testimonial-block {
  width: 320px;
  bottom: 54px
}

#content p .name {
  font-family: 'NeueHaasUnicaProMedium', sans-serif
}

#content .testimonial {
  margin: 0 0 62px
}

#content .contact-form.type-2 {
  overflow: hidden;
  margin: 0 0 37px
}

#content .contact-form.type-2 .lbl-ttl {
  margin: 0;
  padding: 7px 0 26px;
  line-height: 40px
}

#content .contact-form.type-2 .lbl-ttl span {
  display: inline
}

#content .contact-form.type-2 .form-control {
  border-color: #ececec
}

#content .contact-form.type-2 .btn {
  float: right;
  width: auto;
  font-size: 18px;
  margin: 8px 0 3px;
  padding: 13px 23px
}

.accordion {
  margin: -4px 0 54px;
  padding: 0;
  list-style: none
}

.accordion>li {
  border-bottom: 1px solid #e5e5e5
}

.accordion>li:last-child {
  border-bottom: 0
}

.accordion .collapse {
  display: none;
  margin: -2px 0 0;
  padding-bottom: 20px
}

#sidebar .accordion .opener, .accordion .opener {
  margin: 0;
  cursor: pointer;
  padding: 15px 70px 16px 0;
  position: relative
}

.accordion .opener:before {
  position: absolute;
  width: 10px;
  height: 19px;
  right: 0;
  margin: -10px 0 0;
  background: url(../images/arrow-09.svg) no-repeat;
  transition: all .3s ease-out
}

.accordion .active>.opener:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 5px
}

.no-svg .accordion .opener:before {
  background-image: url(../images/arrow-09.png)
}

.accordion>.active {
  border-bottom-color: transparent
}

.accordion .links-box {
  margin: 0;
  padding: 14px 30px 12px
}

.accordion .links-box ul {
  line-height: 25px;
  max-width: 302px;
  border-bottom: 0
}

.accordion .links-box ul li {
  padding-right: 10px
}

.accordion .links-box ul li:first-child {
  border: 0
}

.schedule td, .schedule th {
  border-top: 1px solid #ddd
}

.accordion .links-box ul a {
  padding-top: 11px;
  padding-bottom: 12px;
  background-position: 0 15px
}

.contacts-area {
  margin: -2px 0 0
}

.contacts-area h3 {
  margin-bottom: 5px
}

#content .contacts-area p {
  margin-bottom: 28px
}

#content .contacts-area .contact-form.type-2 .btn {
  font-size: 25px;
  min-width: 148px
}

.location-area {
  padding: 80px 0 0
}

.location-area .accordion {
  margin: 0 0 39px;
  padding: 6px 0 0
}

.location-box {
  background: #f2f6fc;
  padding: 20px 30px;
  font: 25px/32px 'NeueHaasUnicaProRegular', sans-serif
}

.location-box address {
  font-style: normal
}

.location-box address span {
  display: block;
  padding: 0 0 13px
}

.location-box dl {
  margin: 0;
  overflow: hidden
}

.location-box dl dt {
  float: left;
  padding: 0 6px 0 0
}

.location-box dl dd {
  margin: 0 0 5px
}

.location-box dl a {
  color: #000;
  white-space: nowrap
}

.location-box dl a:hover {
  text-decoration: none;
  color: #e75f2b
}

#sidebar .map {
  margin: 0 0 23px
}

#sidebar .map img {
  max-width: 100%;
  height: auto;
}

.btn-directions.type-2 {
  border-color: #99a7b2;
  color: #072a43;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  padding: 15px 22px 17px 50px
}

.btn-directions.type-2:before {
  background-image: url(../images/ico-location.svg);
  left: 16px
}

.no-svg .btn-directions.type-2:before {
  background: url(../images/ico-location.png) no-repeat
}

.btn-directions.type-2:hover, .schedule {
  background: #f2f6fc
}

.schedule {
  margin: 0 0 92px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: right;
  font: 20px/29px 'NeueHaasUnicaProRegular', sans-serif
}

.schedule td {
  padding: 10px 27px 10px 0
}

.schedule th {
  text-align: left;
  padding: 10px 10px 10px 27px;
  font-weight: 400;
  font-family: 'NeueHaasUnicaProBold', Helvetica, sans-serif
}

.schedule tr:first-child td, .schedule tr:first-child th {
  border: 0;
  padding-top: 19px
}

#footer.type-2 .footer-logo {
  font-size: 48px
}

#footer.type-2 .footer-logo span {
  font-size: 36px
}

#footer.type-2 .footer-social {
  text-align: right;
  width: 26.2%;
  margin: -3px 0 -10px
}

#footer.type-2 .footer-social li {
  padding: 0 0 0 28px
}

#footer.type-2 .footer-social a {
  width: 45px;
  height: 45px
}

#footer.type-2 .footer-social a:after, #footer.type-2 .footer-social a:before {
  width: 45px;
  height: 45px;
  background-size: 45px 45px
}

.contact-bottom-right {
  float: right;
  margin-bottom: 10px;
}

@media only screen and (max-width:1189px) {
  #main-nav>ul {
    width: 100%
  }
  #main-nav>ul>li>a {
    font-size: 16px
  }
  .main-banner figure>img {
    width: 360px;
    left: -50px
  }
  .main-banner figure {
    min-height: 575px
  }
  .main-banner figcaption {
    padding-left: 300px;
    padding-top: 70px
  }
  .main-banner .slogan {
    margin-left: -70px
  }
  .main-banner .cases-items {
    font-size: 20px;
    line-height: 24px
  }
  .main-banner .testimonial-block {
    width: 250px
  }
  .main-banner .meet-link {
    font-size: 16px;
    line-height: 20px
  }
  .main-banner .testimonial-block blockquote q {
    font-size: 22px;
    line-height: 26px
  }
  .main-banner .testimonial-block blockquote cite {
    font-size: 14px;
    line-height: 18px
  }
  .main-banner .contact-form {
    width: 672px
  }
  .contact-form .lbl-ttl {
    font-size: 28px;
    line-height: 32px;
    margin: 0 0 18px
  }
  .logos-carousel .item img {
    width: auto;
  }
  .testimonial-box blockquote q {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px
  }
  .testimonial-box figcaption {
    bottom: 40px
  }
  .facts-carousel {
    font-size: 22px;
    line-height: 26px
  }
  .info-list li {
    font-size: 18px;
    line-height: 22px
  }
  .footer-logo {
    font-size: 36px;
    line-height: 40px
  }
  .footer-logo span {
    font-size: 26px;
    line-height: 30px
  }
  .footer-social {
    width: 19.6%
  }
  #footer .contact-block {
    max-width: 35%
  }
  .footer-contacts .block {
    padding: 15px 0 0 30px
  }
  .footer-contacts {
    width: 57%
  }
  .footer-nav a {
    padding: 26px 5px 25px
  }
  .logos-box ul li {
    padding: 0 5px
  }
  .logos-box .by {
    padding-left: 0
  }
  .about-box figcaption {
    padding: 20px
  }
  .about-box .logo-items {
    padding-left: 0
  }
  .side-post {
    padding: 20px
  }
  .main-banner.type2 {
    margin: 0 0 1px;
    font-size: 22px;
    line-height: 26px
  }
  .main-banner.type2 figure {
    min-height: 358px
  }
  .main-banner.type2 figure>img {
    left: -20px;
    width: 280px
  }
  .main-banner.type2 figcaption {
    padding: 49px 0 0 270px
  }
  .main-banner.type2 .slogan {
    margin: 0 0 15px;
    font-size: 38px;
    line-height: 42px
  }
  .main-banner.type2 p {
    margin: 0 0 25px
  }
  .main-banner.type2 .logo-items .col:first-child {
    padding-left: 10px;
    padding-right: 10px
  }
  .main-banner.type2 .logo-items .logos li {
    padding: 0 10px
  }
  .main-banner.type3 figure>img {
    width: 370px
  }
  .main-banner.type3 figcaption {
    padding-left: 300px;
    padding-top: 50px
  }
  .main-banner.type3 .testimonial-block {
    width: 260px
  }
  #content .contact-form.type-2 .lbl-ttl {
    line-height: 32px
  }
  #footer.type-2 .footer-logo {
    font-size: 36px
  }
  #footer.type-2 .footer-logo span {
    font-size: 26px
  }
}

@media only screen and (max-width:991px) {
  body {
    font-size: 16px;
    line-height: 26px
  }
  #header {
    padding: 24px 0 37px
  }
  #header:before {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4MzY1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjJkNDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: linear-gradient(to bottom, #083657 0, #0b2d46 100%)
  }
  #header .logo {
    font-size: 31px;
    line-height: 34px;
    margin: 0 0 0 -2px
  }
  #header .logo span {
    font-size: 23px
  }
  #header .container:before {
    display: none
  }
  #header:after {
    background: #07304e
  }
  #header .contact-block {
    margin-right: -10px
  }
  .btn-chat {
    margin-left: 15px
  }
  #main-nav>ul>li:before {
    background: url(../images/sep-02.png) 0 50% no-repeat;
    height: 45px;
    top: 50%;
    bottom: 0;
    margin: 0
  }
  #main-nav>ul>li>a {
    font-size: 13px;
    line-height: 19px;
    padding: 15px 5px
  }
  #main-nav ul ul {
    width: 222px
  }
  #main-nav ul ul a {
    padding: 10px 5px 10px 25px;
    font-size: 12px;
    line-height: 16px
  }
  #main-nav ul ul a:after, #main-nav ul ul a:before {
    left: 8px;
    top: 9px
  }
  .main-banner figure>img {
    width: 318px;
    bottom: -46px;
    left: -75px
  }
  #main-nav-sticky-wrapper {
    height: 52px !important
  }
  .main-banner {
    margin-bottom: 7px
  }
  .main-banner figcaption {
    padding: 23px 0 125px 230px
  }
  .main-banner .slogan {
    font-size: 44px;
    line-height: 43px;
    margin: 0 0 18px -4px
  }
  .main-banner .cases-items {
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 10px
  }
  .main-banner .cases-items li {
    padding: 0 8px 10px 18px
  }
  .main-banner .cases-items li:before {
    font-size: 17px
  }
  .logo-items {
    overflow: hidden;
    display: block;
    width: auto;
    margin: 0 0 0 -30px
  }
  .logo-items .col {
    display: block;
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 20px
  }
  .logo-items .lbl {
    display: block;
    padding: 0 0 15px
  }
  .logo-items .logo-box {
    display: block;
    font-size: 10px;
    line-height: 12px
  }
  .logo-items .logos {
    display: table;
    width: 200px;
    margin: -3px auto 0;
    padding: 0
  }
  .logo-items .logos li {
    display: table-cell;
    vertical-align: middle
  }
  .logo-items .logos img {
    width: 100%
  }
  .logo-items img {
    max-width: 124px
  }
  .main-banner figure {
    min-height: 392px
  }
  .main-banner .contact-form {
    width: 524px
  }
  .contact-form {
    padding: 11px 20px 6px
  }
  .form-control {
    margin-bottom: 8px;
    line-height: 22px;
    height: 52px;
    padding: 12px 13px
  }
  .contact-form .lbl-required {
    line-height: 22px;
    top: 15px
  }
  .main-banner .contact-form .btn {
    margin: 0;
    padding: 10px 15px
  }
  .contact-form .lbl-ttl {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    margin: 0 0 11px
  }
  .contact-form.collapsed-form .lbl-ttl {
    margin-bottom: 11px
  }
  .main-banner .testimonial-block {
    width: 240px;
    left: -10px;
    bottom: 23px
  }
  .main-banner .testimonial-block blockquote q {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 9px
  }
  .main-banner .testimonial-block blockquote cite {
    font-size: 12px;
    line-height: 16px
  }
  .main-banner .meet-link {
    max-width: 140px;
    text-align: right;
    margin-bottom: 20px
  }
  .main-banner .meet-link:after {
    top: 50%;
    margin: -10px 0 0
  }
  h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px
  }
  .logos-area {
    border-width: 1px 0 0;
    padding: 15px 0 14px
  }
  .intro {
    padding: 25px 0
  }
  .intro .holder {
    padding-right: 326px;
    min-height: 420px
  }
  .intro h1 {
    margin: 0 -326px 25px 0
  }
  .intro h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 27px
  }
  .intro h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 58px
  }
  .intro p {
    margin-bottom: 38px
  }
  .testimonial-box {
    width: 306px
  }
  .testimonial-box figcaption {
    bottom: 17px
  }
  .testimonial-box blockquote q {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 12px
  }
  .testimonial-box blockquote cite {
    font-size: 15px;
    line-height: 20px;
    padding: 0 55px
  }
  .testimonial-box:before {
    box-shadow: 0 -160px 200px rgba(7, 42, 67, .95)
  }
  .facts-carousel {
    font-size: 20px;
    line-height: 24px;
    padding-top: 23px;
    padding-bottom: 25px
  }
  .info-area {
    padding: 33px 0 52px
  }
  .info-area h2 {
    font-size: 30px;
    line-height: 34px;
    padding-bottom: 16px;
    margin-bottom: 48px
  }
  .info-list {
    margin: -19px 0 -18px
  }
  .info-list li {
    font-size: 17px;
    line-height: 21px;
    padding: 87px 5px 32px
  }
  .info-list li:after {
    width: 55px;
    height: 61px;
    background-size: 55px 61px;
    top: 20px;
    margin: 0 0 0 -27px
  }
  .info {
    padding-top: 32px;
    padding-bottom: 53px;
    font-size: 18px;
    line-height: 32px
  }
  .info.has-border {
    padding-top: 37px;
    padding-bottom: 55px
  }
  .info header {
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 9px
  }
  .info header h2 {
    font-size: 30px;
    line-height: 32px
  }
  .info .holder {
    padding: 0 0 8px
  }
  .info.has-border .holder {
    padding: 0 0 22px
  }
  .info .logos-holder {
    width: 40.3%;
    margin: 20px 18px 0 0
  }
  .info .holder .logos-holder .logos {
    padding: 12px 0 0;
    display: block;
    float: none;
    text-align: center
  }
  .info .holder .logos-holder .logos li, .info .holder .logos-holder .logos li+li {
    padding: 0 17px
  }
  .image-block {
    float: left;
    width: 40.3%;
    margin: 12px 20px 0 0
  }
  .info .logos-holder .image-block {
    float: none;
    width: auto;
    margin: 0
  }
  .image-block figcaption {
    font-size: 20px;
    line-height: 27px;
    padding: 20px 30px
  }
  .image-block figcaption h3 {
    margin: 0 0 11px;
    padding: 0;
    font-size: 20px;
    line-height: 24px
  }
  .image-block figcaption p {
    padding: 0
  }
  .image-block figcaption blockquote {
    margin: -1px 0 0;
    padding: 0 0 8px
  }
  .image-block figcaption blockquote q {
    padding: 0 0 12px;
    font-size: 16px;
    line-height: 25px
  }
  .image-block figcaption blockquote cite {
    font-size: 16px;
    line-height: 20px
  }
  .info .holder .block {
    overflow: visible
  }
  .info .holder .logos-block {
    padding: 15px 0 32px;
    margin: 0;
    overflow: visible
  }
  .info .holder .block .logos {
    display: none
  }
  .info .holder .block p {
    margin: 0 0 32px
  }
  .info .cols {
    margin: 0 -9px
  }
  .info .col {
    padding: 0 9px
  }
  .info-box {
    padding: 27px 24px 20px;
    font-size: 15px;
    line-height: 25px
  }
  .info-box.align-buttons {
    padding-bottom: 29px
  }
  .info-box .heading {
    padding: 0 0 21px;
    margin: 0 -10px
  }
  .info-box .heading .ico-001 {
    padding-top: 0;
    margin-bottom: 14px
  }
  .info-box .heading .ico-002 {
    padding-top: 5px;
    margin-bottom: 12px
  }
  .info-box .heading .ico-003 {
    margin-top: 8px;
    margin-bottom: 22px
  }
  .info-box .heading .ico-004 {
    margin-top: 1px;
    margin-bottom: 26px
  }
  .info-box .heading .ico-005 {
    margin-top: -1px;
    margin-bottom: 24px
  }
  .info-box .heading h2 {
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0
  }
  .info-box h3, .info-box h4 {
    line-height: 25px;
    font-size: 15px
  }
  .info-box .heading h2 span {
    display: block
  }
  .info-box .collapse-block {
    padding: 14px 0 0
  }
  .info-box p {
    margin: 0 0 17px
  }
  .info-box h3 {
    margin: 0 0 5px;
    letter-spacing: 0
  }
  .info-box h4 {
    margin: 0 0 18px
  }
  .info-box .list {
    padding: 0 0 33px
  }
  .info-box .list li {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 0 13px 25px
  }
  .info-box .list li:before {
    top: 13px;
    left: -5px
  }
  .info-box.align-buttons footer {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    padding: 0
  }
  .cases-slider {
    font-size: 14px;
    line-height: 22px;
    margin: 0 -1px 19px
  }
  .cases-slider .box {
    padding: 9px 5px 12px
  }
  .cases-slider h3 {
    margin: 0;
    font-size: 18px;
    line-height: 22px
  }
  .cases-slider h4 {
    margin: 0;
    font-size: 17px;
    line-height: 22px
  }
  .cases-slider h5 {
    margin: 0;
    font-size: 14px;
    line-height: 22px
  }
  .cases-slider em {
    padding: 0;
    font-size: 14px;
    line-height: 22px
  }
  .cases-slider p {
    margin: 0
  }
  .cases-slider h6 {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0
  }
  .cases-slider h6 span {
    font-size: 14px;
    line-height: 22px
  }
  .cases-slider .direction-nav, .info-box .date {
    display: none
  }
  #footer {
    border-top-width: 6px
  }
  #footer .top .container {
    padding-top: 13px;
    padding-bottom: 13px
  }
  .footer-logo {
    font-size: 27px;
    line-height: 31px;
    letter-spacing: 0;
    margin: 0 20px 0 0
  }
  .footer-logo span {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 0 5px;
    letter-spacing: 2px
  }
  .footer-social {
    width: 16.5%;
    padding: 8px 5px 0
  }
  .footer-social li {
    padding: 0 5px
  }
  .footer-social a, .footer-social a:after, .footer-social a:before {
    width: 25px;
    height: 25px
  }
  .footer-social .facebook:after, .footer-social .facebook:before, .footer-social .google:after, .footer-social .google:before, .footer-social .twitter:after, .footer-social .twitter:before {
    background-size: 25px 25px
  }
  #footer .contact-block {
    max-width: 38%;
    padding: 0
  }
  #footer .contact-block .phone {
    font-size: 20px;
    line-height: 24px;
    margin: 8px 0 0
  }
  .footer-contacts address, .footer-contacts dd, .footer-contacts dt, .footer-contacts h3 {
    font-size: 14px;
    line-height: 18px
  }
  #footer .contact-block .btn-chat {
    margin: 0 0 0 12px
  }
  #footer .middle {
    padding-top: 30px;
    padding-bottom: 46px
  }
  .footer-contacts {
    width: 55%
  }
  .footer-contacts .map {
    width: 163px;
    height: 163px
  }
  .footer-contacts .block {
    padding: 19px 0 0 35px
  }
  .footer-contacts h3 {
    margin: 0 0 1px
  }
  .footer-contacts address {
    margin: 0 0 -5px
  }
  .footer-contacts address span {
    padding: 0 0 2px
  }
  .footer-contacts dl {
    margin: 0 0 21px
  }
  .footer-contacts dt {
    padding: 0 2px 0 0
  }
  .btn-directions {
    font-size: 11px;
    line-height: 15px;
    padding: 9px 20px 10px 34px
  }
  .btn-directions:before {
    top: 6px;
    left: 11px;
    width: 16px;
    height: 23px;
    background-size: 16px 23px
  }
  #footer .serve-box {
    width: 31.5%;
    padding: 22px 30px 25px;
    min-height: 1px;
    font-size: 13px;
    line-height: 18px
  }
  #footer .serve-box h3 {
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 19px
  }
  .footer-navbar .container {
    padding: 0
  }
  .footer-nav li {
    font-size: 11px;
    line-height: 15px
  }
  .footer-nav li+li:before {
    height: 41px;
    margin: -20px 0 0;
    background-position: -151px 0
  }
  .footer-nav a {
    padding: 16px 5px 14px
  }
  #footer .bottom {
    font-size: 10px;
    line-height: 17px;
    padding-top: 23px;
    padding-bottom: 23px
  }
  #footer .bottom p {
    width: 44%
  }
  #footer .bottom .by {
    width: 38%;
    padding: 0;
    line-height: 19px
  }
  #footer .bottom .by .ico-by {
    width: 12px;
    height: 12px;
    margin: 5px 9px 0 0;
    background-size: 12px 12px
  }
  .logos-box ul img {
    width: 100%
  }
  #content>h2 {
    padding-top: 0
  }
  #sidebar {
    width: 37%
  }
  .contact-form.type-2 .lbl-ttl {
    line-height: 24px
  }
  .contact-form.type-2 .btn {
    margin: 20px 0 0
  }
  .links-box {
    padding: 15px
  }
  #sidebar h3 {
    font-size: 24px;
    line-height: 28px
  }
  .info-contacts, .side-post h4 {
    font-size: 18px
  }
  #sidebar .logo-items .col {
    width: auto;
    padding: 0;
    float: none
  }
  .side-post h4 {
    line-height: 22px
  }
  .side-post {
    line-height: 26px
  }
  .main-banner.type2 {
    margin: 0 0 1px;
    font-size: 18px;
    line-height: 22px
  }
  .main-banner.type2 figure {
    min-height: 358px
  }
  .main-banner.type2 figure>img {
    width: 300px
  }
  .main-banner.type2 figcaption {
    padding: 62px 0 0 285px
  }
  .main-banner.type2 .slogan {
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 32px
  }
  #content .faq h3, #content .faq h4, .faq h3, .faq h4, .main-banner.type2 p {
    margin: 0 0 20px
  }
  #content .faq, .faq {
    padding: 20px 0 0
  }
  .faq>li>h2 {
    font-size: 20px;
    line-height: 24px;
    padding: 14px 70px 16px 20px
  }
  .faq>li.open>h2 {
    padding-top: 18px;
    padding-bottom: 22px
  }
  .faq .collapse-block {
    padding: 20px 0 30px
  }
  #content .faq ol>li {
    padding: 0 0 20px 30px
  }
  .faq .section {
    margin: 0 0 0 -30px;
    padding: 20px 0 0
  }
  #content .faq p+p, .faq p+p {
    margin-top: 20px
  }
  #content .faq ul, .faq ul {
    padding: 20px 0 0 20px
  }
  .post header h2 {
    font-size: 26px;
    line-height: 30px
  }
  .posts-area {
    padding-bottom: 30px
  }
  #content blockquote {
    padding: 20px
  }
  .single-post {
    padding-bottom: 20px
  }
  .intro-section {
    padding-top: 40px;
    padding-bottom: 40px
  }
  .intro-section .block {
    font-size: 16px;
    line-height: 26px
  }
  .intro-section h1, .intro-section p {
    margin: 0 0 20px
  }
  .intro-section h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px
  }
  #content .testimonial, .testimonial {
    padding: 20px
  }
  #content .testimonial q, .testimonial q {
    font-size: 19px;
    line-height: 26px
  }
  #content .testimonial cite, .testimonial cite {
    font-size: 14px;
    line-height: 18px
  }
  .intro-section .contact-form {
    width: 37%;
    margin: 5px 0 0
  }
  .main-banner.type3 figure>img {
    width: 340px
  }
  .main-banner.type3 figcaption {
    padding-left: 200px;
    padding-top: 40px
  }
  .main-banner.type3 .testimonial-block {
    width: 220px
  }
  .main-banner.type3 figure {
    min-height: 320px
  }
  .main-banner.type3 .slogan {
    margin-bottom: 30px
  }
  #content .contact-form.type-2 .lbl-ttl {
    line-height: 24px
  }
  #sidebar .accordion .opener, .accordion .opener {
    padding-right: 25px;
    font-size: 20px;
    line-height: 24px
  }
  .accordion {
    margin: 0 0 40px
  }
  .accordion .links-box ul {
    font-size: 15px;
    line-height: 20px
  }
  .accordion .links-box {
    padding: 15px
  }
  .location-box {
    padding: 15px;
    font-size: 20px;
    line-height: 25px
  }
  .btn-directions.type-2 {
    padding: 9px 20px 10px 34px
  }
  .btn-directions.type-2:before {
    left: 11px
  }
  .schedule {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px
  }
  .schedule td {
    padding-right: 20px
  }
  .schedule th {
    padding-left: 20px
  }
  .location-area .accordion {
    padding: 0;
    margin: 0 0 40px
  }
  #footer.type-2 .footer-logo {
    font-size: 27px
  }
  #footer.type-2 .footer-logo span {
    font-size: 20px
  }
  #footer.type-2 .footer-social {
    width: 16.5%;
    margin: 0
  }
  #footer.type-2 .footer-social li {
    padding: 0 5px
  }
  #footer.type-2 .footer-social a, #footer.type-2 .footer-social a:after, #footer.type-2 .footer-social a:before {
    width: 25px;
    height: 25px
  }
  #footer.type-2 .footer-social .facebook:after, #footer.type-2 .footer-social .facebook:before, #footer.type-2 .footer-social .google:after, #footer.type-2 .footer-social .google:before, #footer.type-2 .footer-social .twitter:after, #footer.type-2 .footer-social .twitter:before {
    background-size: 25px 25px
  }
  #footer.type-2 .contact-block {
    padding-bottom: 8px
  }
}

@media screen and (max-width:767px), screen and (orientation:landscape) and (max-width:767px), screen and (orientation:portrait) and (max-width:767px) {
  .logos-carousel .slick-track, .main-banner .cases-items li:first-child:before, .mobile-btns, .mobile-btns a {
    display: block
  }
  .main-banner figure>img {
    width: 226px;
    bottom: -56px;
    left: -72px
  }
  .main-banner figcaption {
    padding: 8px 0 5px 139px
  }
  .main-banner .slogan {
    font-size: 25px;
    line-height: 23px;
    margin: 0 0 7px -37px
  } 
  .main-banner .cases-items {
    margin: 0;
    padding: 0 0 14px;
    text-align: left;
    font-size: 11px;
    line-height: 16px
  }
  .main-banner .cases-items li {
    display: block;
    padding: 0 0 0 11px
  }
  .main-banner .cases-items li:before {
    font-size: 16px
  }
  .main-banner .testimonial-block {
    width: 120px;
    bottom: 29px
  }
  .main-banner .meet-link {
    font-size: 12px;
    line-height: 12px;
    margin: 0
  }
  .logo-items {
    margin: 0 -18px 0 0
  }
  .logo-items .col {
    float: none;
    padding: 0;
    width: auto
  }
  .logo-items .lbl {
    font-size: 10px;
    line-height: 12px;
    padding-bottom: 6px
  }
  .logo-items .logo-box span {
    text-shadow: 1px 2px 1px rgba(0, 0, 0, .6)
  }
  .mobile-btns {
    padding: 15px 10px 13px;
    margin: 0;
    list-style: none;
    background: #072a43;
    overflow: hidden;
    border-top: 1px solid #fff
  }
  .mobile-btns li {
    float: left;
    width: 50%;
    padding: 0 10px
  }
  .mobile-btns a {
    border: 3px solid #fff;
    text-align: center;
    font: 16px/18px 'NeueHaasUnicaProMedium', Helvetica, sans-serif;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #e75f2b
  }
  .mobile-btns a:hover {
    background: #f57747;
    text-decoration: none
  }
  .mobile-btns .blue {
    background: #599ed1
  }
  .mobile-btns .blue:hover {
    background: #68ade0
  }
  .logos-area {
    padding: 3px 0 12px;
    margin: 5px 0 0
  }
  #footer, #footer .footer-area, .info-list li:first-child {
    border: 0
  }
  .logos-carousel {
    padding: 0 30px
  }
  .logos-carousel .item {
    display: table;
    padding: 0;
    float: left
  }
  .logos-carousel .item a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 118px
  }
  .logos-carousel .item img {
    width: auto;
    max-width: 220px
  }
  .intro {
    padding: 22px 0 21px
  }
  .intro .holder {
    padding: 0;
    min-height: 1px;
    text-align: left
  }
  h1 {
    font-size: 25px;
    line-height: 30px
  }
  .intro h1 {
    margin: 0 0 1px
  }
  .intro h2 {
    margin-bottom: 15px
  }
  .testimonial-wrap {
    margin: 0 -20px;
  }
  .testimonial-box {
    position: relative;
    width: 312px;
    margin: 0 auto 7px;
    top: auto;
    right: auto;
    float: none
  }
  .testimonial-box figcaption {
    bottom: 34px
  }
  .testimonial-box blockquote q {
    margin-bottom: 9px
  }
  .intro p {
    margin-bottom: 29px
  }
  .intro h3 {
    margin-bottom: 30px
  }
  .facts-carousel {
    line-height: 25px;
    margin: 0 -20px;
    padding-bottom: 10px;
    padding-top: 10px
  }
  .info-area {
    padding: 28px 0 2px
  }
  .info-area h2 {
    font-size: 37px;
    line-height: 40px;
    overflow: hidden;
    padding-bottom: 21px;
    margin-bottom: 11px
  }
  .info-area .holder {
    overflow: visible
  }
  .info-list {
    margin: 0 -20px
  }
  .info-list li:before {
    display: none
  }
  .info-list li {
    display: block;
    width: auto;
    font-size: 21px;
    line-height: 32px;
    padding: 115px 50px 27px
  }
  .info-list li:after {
    width: 70px;
    height: 78px;
    background-size: 70px 78px;
    margin: 0 0 0 -35px;
    top: 24px
  }
  .image-block, .info .col, .info .logos-holder {
    width: auto;
    float: none
  }
  .info {
    padding-top: 34px;
    padding-bottom: 51px;
    font-size: 18px;
    line-height: 28px
  }
  .info.has-border {
    padding-top: 35px;
    padding-bottom: 59px
  }
  .info header {
    font-size: 25px;
    line-height: 35px;
    padding: 0 0 19px
  }
  .info header h2 {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0 0 24px
  }
  .info .holder {
    padding: 0 0 21px
  }
  .info.has-border .holder {
    padding: 0 0 17px
  }
  .info .logos-holder {
    margin: 0 -20px 21px
  }
  .info .holder .logos-holder .logos {
    display: none
  }
  .image-block {
    margin: 0 -20px 18px
  }
  .info .logos-holder .image-block {
    margin: 0
  }
  .image-block figcaption {
    font-size: 23px;
    line-height: 32px;
    padding: 32px 30px 39px
  }
  .image-block figcaption h3 {
    margin: 0 0 12px;
    font-size: 23px;
    line-height: 27px
  }
  .image-block figcaption blockquote {
    margin: -15px -10px -10px;
    padding: 0
  }
  .image-block figcaption blockquote q {
    padding: 0 0 10px;
    font-size: 18px;
    line-height: 27px
  }
  .image-block figcaption blockquote cite {
    font-size: 18px;
    line-height: 22px
  }
  .info-box, .info-box .heading h2 {
    line-height: 30px;
    transition: all .3s
  }
  .info .holder .logos-block {
    padding: 0 0 28px;
    margin: 0
  }
  .info .holder .block p {
    margin: 0 0 28px
  }
  .info .cols {
    margin: 0 -20px
  }
  .info .col {
    padding: 0
  }
  .info .col+.col {
    padding-top: 11px
  }
  .info-box {
    padding: 27px 20px 9px;
    font-size: 18px;
    height: auto !important
  }
  .info-box.align-buttons {
    padding-bottom: 9px
  }
  .info-box.open {
    padding-bottom: 15px
  }
  .info-box .heading {
    padding: 0 0 10px;
    transition: all .3s
  }
  .info-box.open .heading {
    padding: 0 0 21px
  }
  .info-box .heading:before {
    transition: all .3s;
    opacity: 0
  }
  .info-box.open .heading:before {
    opacity: 1
  }
  .info-box .heading .ico-001 {
    margin-top: -10px;
    margin-bottom: 14px
  }
  .info-box .heading .ico-002 {
    margin-top: -10px;
    margin-bottom: 2px
  }
  .info-box .heading .ico-003 {
    margin-top: -10px;
    margin-bottom: 14px
  }
  .info-box .heading .ico-004 {
    margin-top: 1px;
    margin-bottom: 21px
  }
  .info-box .heading .ico-005 {
    margin-top: -13px;
    margin-bottom: 3px
  }
  .info-box .heading h2 {
    font-size: 25px
  }
  .info-box.open .heading h2 {
    font-size: 30px;
    line-height: 32px
  }
  .info-box .heading h2 span {
    display: inline
  }
  .info-box .collapse-block {
    padding: 20px 0 31px
  }
  .info-box p {
    margin: 0 0 28px
  }
  .info-box h3 {
    margin: 0 0 18px;
    font-size: 20px;
    line-height: 24px
  }
  .info-box h4 {
    margin: 0 0 12px;
    font-size: 20px;
    line-height: 30px
  }
  .info-box .list {
    padding: 0 0 43px
  }
  .info-box .list li {
    font-size: 18px;
    line-height: 26px;
    padding: 9px 30px
  }
  .info-box .list li:before {
    top: 16px;
    left: 1px
  }
  .cases-slider {
    font-size: 18px;
    line-height: 22px;
    margin: -3px -20px 34px
  }
  .cases-slider .box {
    padding: 15px 10px
  }
  .cases-slider h3 {
    margin: 0 0 7px;
    font-size: 23px;
    line-height: 27px
  }
  .cases-slider h4 {
    margin: 0 0 11px;
    font-size: 22px;
    line-height: 26px
  }
  .cases-slider h5 {
    margin: 0 0 3px;
    font-size: 18px;
    line-height: 22px
  }
  .cases-slider em {
    padding: 0 0 9px;
    font-size: 18px;
    line-height: 22px
  }
  .cases-slider p {
    margin: 0 0 15px
  }
  .cases-slider h6 {
    font-size: 24px;
    line-height: 28px
  }
  .cases-slider h6 span, .info-box .date {
    font-size: 18px;
    line-height: 22px
  }
  .info-box .date {
    display: block;
    padding: 7px 0 13px
  }
  .info-box .btn-open {
    display: block;
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    text-transform: uppercase;
    color: #599ed1;
    text-align: center;
    font: 16px/20px 'NeueHaasUnicaProRegular', sans-serif;
    position: relative;
    padding: 18px 0 0;
    height: 0;
    transition: all .3s
  }
  .info-box.open .btn-open {
    height: auto
  }
  .info-box .btn-open:hover {
    text-decoration: none
  }
  .info-box .btn-open:after, .info-box .btn-open:before {
    content: '';
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    width: 19px;
    height: 14px;
    margin: 0 0 0 -9px
  }
  .info-box .btn-open:before {
    background: url(../images/arrow-005.svg) no-repeat;
    background-size: 19px 14px
  }
  .info-box .btn-open:after {
    opacity: 0;
    background: url(../images/arrow-006.svg) no-repeat;
    background-size: 19px 14px
  }
  .info-box .btn-open:hover:before {
    opacity: 0
  }
  .info-box .btn-open:hover:after {
    opacity: 1
  }
  .info-box.open .btn-open:after, .info-box.open .btn-open:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
  }
  .info-box .btn-open span {
    display: none;
    transition: all .3s;
    vertical-align: top;
    opacity: 0
  }
  .info-box.open .btn-open span {
    display: inline-block;
    opacity: 1
  }
  #footer .top .container {
    padding-top: 7px;
    padding-bottom: 17px
  }
  .footer-logo {
    font-size: 28px;
    line-height: 32px;
    float: none;
    display: block;
    letter-spacing: -1px;
    margin: 0 -15px 15px;
    text-align: center
  }
  .footer-logo span {
    font-size: 20px;
    line-height: 24px;
    padding: 0 0 0 6px;
    letter-spacing: 2px
  }
  .footer-logo a {
    display: inline-block
  }
  .footer-social {
    float: none;
    width: auto;
    text-align: center;
    list-style: none;
    margin: 0 0 11px;
    padding: 11px 0 12px;
    border: rgba(255, 255, 255, .14) solid;
    border-width: 1px 0
  }
  .footer-social li {
    padding: 0 10px
  }
  .footer-social a, .footer-social a:after, .footer-social a:before {
    width: 32px;
    height: 32px
  }
  .footer-social .facebook:after, .footer-social .facebook:before, .footer-social .google:after, .footer-social .google:before, .footer-social .twitter:after, .footer-social .twitter:before {
    background-size: 32px 32px
  }
  #footer .contact-block {
    max-width: none;
    float: none;
    padding: 0;
    text-align: center
  }
  #footer .contact-block .phone {
    margin: 0 0 5px;
    float: none;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    line-height: 29px
  }
  #footer .contact-block .btn-chat {
    display: none
  }
  #footer .contact-block .add-phone {
    display: inline-block;
    vertical-align: top;
    color: #90abbf;
    font: 20px/24px 'NeueHaasUnicaProRegular', sans-serif;
    letter-spacing: 2px
  }
  .footer-nav, .footer-nav ul {
    display: block
  }
  .footer-contacts address, .footer-contacts dd, .footer-contacts dt, .footer-contacts h3 {
    font-size: 19px;
    line-height: 23px
  }
  #footer .contact-block .add-phone:hover {
    text-decoration: none;
    color: #fff
  }
  #footer .middle {
    padding-top: 20px;
    padding-bottom: 28px
  }
  .footer-contacts {
    float: none;
    width: auto;
    padding: 0 0 35px
  }
  .footer-contacts .map {
    float: none;
    width: 255px;
    height: 255px;
    margin: 0 auto 20px
  }
  .footer-contacts .block {
    text-align: center;
    padding: 0
  }
  .footer-contacts h3 {
    margin: 0 0 6px
  }
  .footer-contacts address {
    margin: 0 0 -1px
  }
  .footer-contacts address span {
    padding: 0 0 7px
  }
  .footer-contacts dl {
    margin: 0 0 28px
  }
  .btn-directions {
    font-size: 17px;
    line-height: 21px;
    padding: 15px 25px 17px 53px
  }
  .btn-directions:before {
    top: 9px;
    left: 18px;
    width: 23px;
    height: 34px;
    background-size: 23px 34px
  }
  #footer .serve-box {
    float: none;
    width: auto;
    padding: 21px 30px 14px;
    font-size: 16px;
    line-height: 28px
  }
  #footer .serve-box h3 {
    margin: 0 0 3px;
    font-size: 20px;
    line-height: 28px;
    padding: 0 10px
  }
  .footer-navbar {
    border: 0
  }
  .footer-nav {
    width: auto
  }
  .footer-nav li {
    display: block;
    vertical-align: top;
    font-size: 16px;
    line-height: 20px;
    padding: 0;
    text-align: left;
    position: relative
  }
  .footer-nav li+li {
    padding-top: 1px
  }
  .footer-nav li+li:before {
    display: none
  }
  .footer-nav .sep {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    background: url(../images/sep-001.png) 100% 100% no-repeat;
    padding: 0 170px 0 0
  }
  .footer-nav .sep span {
    display: block;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/sep-001.png) no-repeat;
    height: 2px
  }
  .footer-nav a {
    display: block;
    padding: 15px 20px;
    position: relative;
    z-index: 20
  }
  .footer-nav .active a, .footer-nav a:hover {
    text-decoration: none;
    color: #fff;
    background: #599ed1
  }
  #footer .bottom {
    font-size: 13px;
    line-height: 26px;
    padding-top: 21px;
    padding-bottom: 25px;
    text-align: center
  }
  #footer .bottom p {
    float: none;
    width: auto;
    margin: 0 0 29px
  }
  #footer .bottom p span {
    display: inline
  }
  #footer .bottom .by {
    float: none;
    width: auto;
    text-align: center;
    padding: 0;
    line-height: 20px;
    margin: 0
  }
  #footer .bottom .by .ico-by {
    width: 18px;
    height: 18px;
    margin: 0;
    background-size: 18px 18px
  }
  #content, #sidebar {
    width: auto;
    float: none
  }
  #footer .bottom .by>.ico-by {
    display: none
  }
  #footer .bottom .by .mobile-ico {
    display: inline-block;
    vertical-align: top;
    margin: 1px 0 -1px 5px
  }
  #content {
    padding: 30px 0 10px
  }
  h2 {
    font-size: 26px;
    line-height: 30px
  }
  h3 {
    font-size: 28px;
    line-height: 32px
  }
  #content img {
    margin-right: 20px;
    margin-bottom: 10px
  }
  #content p {
    margin-bottom: 20px;
    text-align: left
  }
  #content ol, #content ul {
    padding-left: 0
  }
  #content ol>li, #content ul li {
    padding-left: 35px
  }
  .info-contacts {
    padding: 30px 0
  }
  .info-contacts:before {
    top: 0
  }
  #sidebar {
    padding: 0
  }
  #sidebar .contact-form {
    display: none
  }
  .logos-box {
    margin-bottom: 30px
  }
  .about-box figcaption {
    padding-bottom: 0
  }
  .contact-form.type-2, .links-box {
    padding: 20px
  }
  .about-box, .links-box, .side-post {
    margin: 0 -20px 30px
  }
  .mobile-form {
    display: block;
    margin: 0 0 30px
  }
  .contact-form.type-2 .lbl-ttl {
    margin-bottom: 20px
  }
  .main-banner.type2 {
    margin: 0;
    font-size: 15px;
    line-height: 19px
  }
  .main-banner.type2 figure {
    min-height: 250px
  }
  .main-banner.type2 figure>img {
    width: 240px;
    left: -70px
  }
  .main-banner.type2 figcaption {
    padding: 20px 0 20px 109px
  }
  .main-banner.type2 .slogan {
    margin: 0 0 5px;
    font-size: 19px;
    line-height: 23px
  }
  .main-banner.type2 p {
    margin: 0 0 15px;
    padding: 0 0 0 20px
  }
  .main-banner.type2 .logo-items {
    margin: 0 -19px 0 39px
  }
  #content .faq, .faq {
    padding: 15px 0 0;
    margin: 0 -20px
  }
  .faq>li>h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 14px 70px 16px 15px
  }
  .faq>li.open>h2 {
    padding-top: 17px;
    padding-bottom: 23px
  }
  .faq .collapse-block {
    padding: 20px 15px 25px
  }
  #content .faq h3, #content .faq h4, .faq h3, .faq h4 {
    margin: 0 0 15px
  }
  .faq .section {
    padding: 15px 0 0
  }
  #content .faq p+p, .faq p+p {
    margin-top: 15px
  }
  #content .faq ul, .faq ul {
    padding: 15px 0 0 15px
  }
  .post:first-child {
    padding-top: 0
  }
  .post .meta {
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 6px
  }
  .post header h2 {
    font-size: 22px;
    line-height: 26px
  }
  .post .btn-blue {
    margin-top: -5px
  }
  .posts-area {
    padding-bottom: 10px
  }
  .btn-archives, .btn-blue {
    margin-bottom: 30px
  }
  .intro-section {
    padding-top: 25px;
    padding-bottom: 0
  }
  .intro-section .block {
    float: none;
    width: auto;
    font-size: 17px;
    line-height: 27px
  }
  .intro-section h1, .intro-section p {
    margin: 0 0 20px
  }
  .intro-section h2 {
    font-size: 22px;
    line-height: 26px;
    margin: 0 0 20px
  }
  #content .testimonial, .testimonial {
    padding: 15px
  }
  .intro-section .contact-form {
    display: none
  }
  .content-area #content, .content-area #sidebar {
    padding-top: 0
  }
  .main-banner.type3 {
    margin: 0
  }
  .main-banner.type3 figure {
    min-height: 247px
  }
  .main-banner.type3 figure>img {
    width: 226px;
    bottom: -56px;
    left: -72px
  }
  .main-banner.type3 figcaption {
    padding: 8px 0 5px 139px
  }
  .main-banner.type3 .slogan {
    margin: 0 0 7px -37px
  }
  .main-banner.type3 .cases-items {
    padding: 0 0 14px
  }
  .main-banner.type3 .testimonial-block {
    width: 120px;
    bottom: 29px
  }
  #content .contact-form.type-2 {
    margin: 0 -20px 30px
  }
  #content .contact-form.type-2 .btn {
    float: none;
    width: 100%
  }
  #content .contact-form.type-2 .lbl-ttl {
    padding: 0 0 20px
  }
  .contacts-area {
    margin: 0;
    padding: 10px 0 0
  }
  .location-area {
    padding: 0
  }
  .btn-directions.type-2:before {
    left: 18px
  }
  .btn-directions.type-2 {
    padding: 15px 25px 17px 53px
  }
  .location-area .accordion, .schedule {
    margin-bottom: 30px
  }
  #footer.type-2 .footer-logo {
    font-size: 28px
  }
  #footer.type-2 .footer-social {
    margin: 0 0 11px;
    width: auto;
    text-align: center
  }
  #footer.type-2 .footer-social li {
    padding: 0 10px
  }
  #footer.type-2 .footer-social a, #footer.type-2 .footer-social a:after, #footer.type-2 .footer-social a:before {
    width: 32px;
    height: 32px
  }
  #footer.type-2 .footer-social .facebook:after, #footer.type-2 .footer-social .facebook:before, #footer.type-2 .footer-social .google:after, #footer.type-2 .footer-social .google:before, #footer.type-2 .footer-social .twitter:after, #footer.type-2 .footer-social .twitter:before {
    background-size: 32px 32px
  }
  #footer.type-2 .contact-block {
    padding-bottom: 0
  }
}

@media only screen and (max-width:339px) {
  #header .logo {
    font-size: 24px
  }
  .main-banner .cases-items {
    font-size: 10px
  }
  .footer-logo {
    font-size: 26px;
    line-height: 30px
  }
  .footer-logo span {
    font-size: 18px;
    line-height: 22px
  }
  .single-post {
    padding: 0 0 10px
  }
  #content blockquote {
    margin: 0 -20px 25px
  }
  #footer.type-2 .footer-logo {
    font-size: 26px
  }
  #footer.type-2 .footer-logo span {
    font-size: 18px
  }
}

@media only screen and (min-width:768px) {
  .logos-carousel .slick-track {
    width: 100% !important
  }
  #main-nav ul ul, .info-box .collapse-block {
    display: block !important
  }
}

@media only screen and (min-width:992px) {
  #main-nav-sticky-wrapper {
    height: 65px !important
  }
}

.street-address {
  display: inline
}

.footer-contacts .street-address {
  display: block;
  margin-bottom: 8px;
}
.nymap {
    float: left;
}
#content ul.site-map ul.children {
  padding: 15px 15px 0
}

#content ul.site-map ul.children li:last-child {
  padding-bottom: 4px
}

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

.contact-top-left {
  float: left;
  width: 32%;
  margin: 4px 0 6px;
}

.contact-bottom-right .btn-chat {
  margin-left: 0px;
}

.contact-block {
  float: right;
  width: 42.43697479%;
}

.contact-top-right {
  margin-bottom: 13px;
  float: right;
  width: auto;
  text-align: center;
}

.contact-top-right input#paypal-submit {
  margin: 0px !important;
  margin-top: -4px !important;
}

input#paypal-submit {
background: #e36018;
border: 3px solid #fd8b57;
}

.payment-item {
	background: #e36018;
	border: 3px solid #fd8b57;
}

.payment-item a{ color:#ffffff; }

.contact-top-right .btn-chat {
  float: none;
  margin: 0px;
  display: inline-block;
}

.contact-top-right #paypal, .contact-top-right input#paypal-submit {
  float: none;
  display: inline-block;
}

.contact-top-right #paypal {
  margin: 0px 0px 0px 10px !important;
}

.contact-top-left a {
  font-size: 18px !important;
  display: block;
  clear: both;
  line-height: 1.3 !important;
  padding: 0px !important;
  margin: 0px auto !important;
}

#menu-item-9240 a {
  background: transparent !important;
}

.current-menu-item>a {
  text-decoration: none;
}

#main-nav ul ul li:hover>a {
  background: #0f4063 !important;
  color: #fff;
  text-decoration: none;
}

.current_page_ancestor a {
  background-color: inherit !important;
}

@media only screen and (max-width: 1164px) {
  .contact-top-right, .contact-bottom-right {
    width: 265px;
  }
}

@media only screen and (max-width: 1015px) {
  .logo {
    font-size: 31px !important;
    line-height: 34px !important;
    margin: 0 0 0 -2px !important;
  }
  #header .contact-block {
    float: right;
    width: 50% !important;
  }
}

@media only screen and (max-width: 830px) {
  #header .contact-block {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  #header .contact-block {
    display: none;
  }
  .btn-chat {
    margin-bottom: 5px;
  }
  .contact-top-left a {
    font-size: 14px !important;
  }
}

img.alignnone.size-full.wp-image-12251 {
  max-width: 100% !important;
}

.underline {
  border-bottom: 1px solid #000000;
}

.no-border {
  border: 0px !important;
}

.dark-blue .su-box-content {
  background: #d2e2ee;
}

.light-gray .su-box-content {
  background: #e7eff6;
}

.light-gray {
  background: #e7eff6;
}

.custom-faq .su-spoiler {
  background: #d2e2ee;
}

.custom-faq .su-spoiler-title {
  background: #0a4161;
  color: #ffffff;
  font-size: 18px;
  font-weight: 100;
  padding-right: 20px !important;
}

.custom-faq .su-spoiler-icon {
  display: none;
}

.custom-faq .su-spoiler-content {
  padding: 20px !important;
}

.su-row.img-caption {
  position: relative;
}

.img-caption img {
  width: 100%;
  max-width: 100% !important;
  position: relative;
}

.caption-text {
  background: rgba(40, 78, 103, 0.82);
  position: absolute;
  bottom: 8px;
  color: #ffffff;
}

.text-wrapper {
  padding: 10px 20px;
}

.fl-banner {
  padding: 140px 0px;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.fl-banner h1 {
  color: #fff;
  text-transform: uppercase;
  display: table;
  width: 50%;
}

.fl-main section {
  padding: 40px 0px;
}

.fl-main h2 {
  text-transform: uppercase;
}

.white-text {
  color: #fff;
}

.right-bg {
  background-repeat: no-repeat;
  background-position: center right;
}

.col_2-3_1-3>div>div, .col_1-2_1-2>div>div {
  float: left;
  display: inline-block;
}

.fl-main li {
  list-style: none;
  position: relative;
}

.fl-main li:before {
  content: "";
  background-image: url('https://www.nylegalhelp.com/wp-content/themes/ny-legal-help/public/images/bullet-arrow.png');
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 7px;
}

.fl-main a {
  color: #599ed1;
  text-decoration: underline;
}

.fl-main h6 {
  color: #185a89;
  text-align: center;
  border-top: 2px solid #185a89;
  border-bottom: 2px solid #185a89;
  padding: 10px;
  font-weight: 300 !important;
}

@media screen and (min-width: 768px) {
  .c_w_bg_image.right-bg .container {
    padding-right: 30%;
  }
}

.col-2-small div {
  float: left;
  width: 50%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .col-2-small {
    width: 60%;
    margin: 0 auto;
  }
  .col_2-3_1-3 .col-2-3 {
    width: 66%
  }
  .col_2-3_1-3 .col-1-3 {
    width: 33%;
  }
  .col_1-2_1-2 .col-1-2 {
    width: 50%;
  }
}

@media (max-width:767px) {
  .large_super_lawyers_badge {
    margin: 0 auto;
  }
}

.footer-social .youtube:before {
  background: url(../images/icon-youtube.png) no-repeat;
  background-size: 36px 36px
}

.footer-social .youtube:after {
  background: url(../images/icon-youtube-white.png)
}

/* this is the style for the new homepage 2018 */

.tv {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.screen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  margin: auto;
  /* 	opacity: 0; */
  transition: opacity .5s;
}

.screen .active {
  opacity: 1;
}

.testimonial-box2 {
  float: right;
  position: absolute;
  right: 0;
  width: 37.1%;
  bottom: 0;
  text-align: center;
}

@media only screen and (max-width:767px) {
  .testimonial-box2 {
    float: left;
    position: static;
    right: 0;
    width: 100%;
    bottom: 0px;
    text-align: center;
    margin-bottom: 20px;
  }
}

/* ************************ */


.facts-carousel .slick-track {
  display: flex;
  align-items: center;
}

.testimonial-box2 .meet-link:after {
  position: absolute;
  content: '';
  width: 22px;
  height: 20px;
  background: url(//s11783.pcdn.co/wp-content/themes/ny-legal-help/public/css/../images/arrow-01.svg) no-repeat;
  margin: 7px;
  transition: all .3s ease-out;
}

.testimonial-box2 q {
  display: block;
  font-size: 26px;
}



/* modal */

/* The Modal (background) */

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: rgb(0, 0, 0);
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content/Box */

.modal-content2 {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  padding: 10px;
  border: 1px solid #888;
  width: 40%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: bold;
}

.close:hover, .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Modal Content */

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0
  }
  to {
    top: 0;
    opacity: 1
  }
}

.search-form {
  border: 3px solid #ececec;
  padding: 0;
  overflow: hidden;
  width: 245px;
  float: right;
}

.search-form .text input {
  color: #ffffff !important;
}

.search-form .text input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
}

.search-form .text input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
}

.search-form .text input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
}

.search-form .text input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
}

#sidebar .search-form {
    background: #0e3a59;
    width: 100%;
    margin: 20px auto;
    display: table;
    border: 0;
    float: none;
}

a.no-link:hover {
    color: unset !important;
}

@media screen and (max-width: 767px) { .testimonial-wrap { position: relative; } }
.testimonial-box { background: #072a43; }
.testimonial-box:before { content: none; }
.testimonial-box .slide { float: left; }
.testimonial-arrows {
  display: flex;
  flex-direction: row; flex-wrap: wrap;
  justify-content: space-between;
  position: absolute;
  right: -33px; top: 200px;
  width: 500px;
}
.testimonial-arrows .slick-prev {
  background: none; border: none;
  font-size: 0;
  height: 20px; width: 22px;
  position: relative;
}
.testimonial-arrows .slick-prev:after {
  background: url(//s11783.pcdn.co/wp-content/themes/ny-legal-help/public/css/../images/arrow-01.svg) no-repeat;
  content: '';
  height: 20px; width: 22px;
  left: 0; top: 0;
  position: absolute;
  transform: rotateY(180deg);
}
.testimonial-arrows .slick-next {
  background: none; border: none;
  font-size: 0;
  height: 20px; width: 22px;
  position: relative;
}
.testimonial-arrows .slick-next:after {
  background: url(//s11783.pcdn.co/wp-content/themes/ny-legal-help/public/css/../images/arrow-01.svg) no-repeat;
  content: '';
  height: 20px; width: 22px;
  left: 0; top: 0;
  position: absolute;
}
@media screen and (max-width: 399px) {
  .testimonial-box { height: 200px !important; width: 200px !important; }
  .testimonial-arrows {
    top: 50%; transform: translateY(-50%);
    width: 270px;
  }
  .testimonial-box blockquote q {
    font-size: 12px;
    line-height: 12px;
  }
  .testimonial-box blockquote q cite { display: none; }
}
@media screen and (min-width: 400px) and (max-width: 767px) {
  .testimonial-box { height: 261px !important; width: 261px !important; }
  .testimonial-arrows {
    top: 50%; transform: translateY(-50%);
    width: 340px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-arrows {
    left: 0; right: 0px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 989px) {
  .testimonial-box {
    height: 261px !important;
    width: 261px;
  }
  .testimonial-arrows {
    right: 0; top: 260px;
    width: 260px;
  }
}
@media screen and (min-width: 990px) and (max-width: 1129px) {
  .testimonial-box { height: 360px !important; }
  .testimonial-arrows {
    right: 0; top: 340px;
    width: 360px;
  }
}
.chapter-list a {
  font-family: 'NeueHaasUnicaProBold'; font-weight: 400;
  text-decoration: underline;
}


.video-foreground, .video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.video-background {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -99;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground {
    height: 300%;
    top: -100%;
  }
}

@media (max-aspect-ratio: 16/9) {
  .video-foreground {
    width: 300%;
    left: -100%;
  }
}
.video-foreground:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(3, 48, 76, 0.35);
  z-index: 1;
}
/*6063254 */
body.home figure.video-box {
	padding: 0px 5px;
}
@media (min-width: 992px){
	/*body.home figure.video-box {
		float: right;
		width: 31.1%;
		position: absolute;
		top: -7px;
		right: 0;
	}*/
  body.home .testimonial-box2 {
    float: right;
    position: absolute;
    right: 0;
    width: 37.1%;
    bottom: -29px;
    text-align: center;
  }
}
@media (max-width: 991px){
  body.home .intro .holder {
    padding-right: 0;
  }
  body.home .testimonial-box2 {
      float: none;
      position: relative;
      width: 100%;
  }
  body.home .intro h1 {
    margin: 0 0px 25px 0;
  }
}
/*body.home figure.video-box * {
    color: #0f4063;
}*/
body.home figure.video-box h3 {
    font-size: 37px;
    text-transform: uppercase;
    font-family: "NeueHaasUnicaProBold";
		margin-bottom: 20px;
}
body.home figure.video-box p {
    font-size: 18px;
    font-family: "Myriad Pro";
    line-height: 1.2;
}
body.home figure.video-box .img-container {
    text-align: center;
    position: relative;
}
body.home figure.video-box .img-container img.play {
    position: absolute;
    top: 30%;
    left: 38%;
}

body.home .facts-carousel .slick-track {
	height: 50px;
}
/* body.home .testimonial-box2 {
	 bottom: -29px;
} */
body.home .testimonial-wrap h2 {
	font-size: 37px;
	font-weight: bold;
	padding-top: 50px;
}

@media (min-width: 767px){
	body.home .testimonial-wrap .testimonials .testimonial-itms {
		width: 49%;
	}
	body.home .testimonial-wrap .testimonials {
		display: flex;
		justify-content: space-between;
	}
}
@media (max-width: 767px){
	body.home .testimonial-wrap .testimonials {
		padding: 0 10px;
	}
	body.home .testimonial-wrap h2 {
		padding-left: 10px;
		padding-right: 10px;
	}
	body.home figure.video-box .img-container img.play {
    left: 44%;
	}
}
body.home .testimonial-wrap .testimonials .testimonial-itms p:before {
    content: '';
    border-left: 11px solid #19537d;
    position: absolute;
    height: 45px;
    top: 9px;
    left: 0;
}
body.home .testimonial-wrap .testimonials .testimonial-itms p {
		position: relative;
    padding-left: 20px;

}
body.home .testimonial-wrap .testimonials .testimonial-itms h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: "NeueHaasUnicaProHeavy";
	color: #19537d;
	margin-top: 35px;
  padding-left: 20px;
	position: relative;
}
body.home .testimonial-wrap .testimonials .testimonial-itms h3 img {
	position: absolute;
  top: 4px;
  padding-left: 10px;
}
body.home .testimonial-wrap .center {
	text-align: center;
}
body.home .testimonial-wrap .center p{
	font-size: 26px;
}
/* ^end^ 6063254 ^*/

/* Added by Carlo P. - 10.29.2019 - #6565498 */
.btn-chat { vertical-align: middle; }
@media screen and (min-width: 1165px) { .btn-chat { padding: 12px 15px; } }
#make-payment-btn {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
#make-payment-btn img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  .search-form {
    margin: 0 27px;
    width: 287px;
  }

}




.col-boxes .boxes {
   padding: 20px;
   min-height: 250px;
   margin: 1% 0;
   text-align: center;
   box-shadow: 0px 0px 10px 0px rgba(35, 35, 35, 0.65);
}
.col-boxes .boxes h2 {
  text-transform: uppercase;
  font-family: 'NeueHaasUnicaProLight',Helvetica,sans-serif;
}
.col-boxes .blue {
  background: #072a43;
}

.col-boxes .client-content .text{
  text-align: left;
  font-size: 18px;
  line-height: 1.2;
}
.col-boxes .client-content img {
  padding: 15px;
}
.col-boxes .blue * {
  color: white;
}
.col-boxes .white {
  background: white;
}
.col-boxes .white strong {
  color: #e35f18;
  font-family: 'NeueHaasUnicaProMedium',Helvetica,sans-serif;
}
.col-boxes .white .col-md-4 p {
  font-family: 'NeueHaasUnicaProMedium',Helvetica,sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 5px 10px;
}
.home .intro {
  border-top: none;
}
@media (min-width: 992px){
  .home .flex {
    display: flex;
  }
  .col-boxes {
    margin-top: 20px;
  }
  .col-boxes .boxes {
    width: 45%;
  }

  .col-boxes .flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col-boxes .client-content img {
    width: 30%;
    height: 3%;
  }
  .col-boxes .client-content .text {
    width: 60%;
  }
  .home .info img.alignright {
    float: right;
    padding-left: 10px;
  }

}

/*^^end^^6605979^^*/



.saboxplugin-gravatar img {
    width: 100% !important;
    max-width: 100% !important;
}

.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 20px;
    width: 150px !important;
    height: 100% !important;
}


/* front-page revamp */


#header .contact-block {
	margin-top:20px;
}
.home figure.video-box {
    float: right;
    width: 31.1%;
    position: absolute;
    top: -7px;
    right: 0;
}
.home figure.video-box {
    overflow: hidden;
    padding: 0px 5px;
}
.main-h {
    font-size: 68px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding: 40px 10px;
	color: #0f4063;
	line-height: 70px;
}
.intro .holder {
    padding-right: 55%;
    position: relative;
    min-height: 460px;
}
.home figure.video-box {
    float: right;
    width: 43%;
    position: absolute;
    top: -7px;
    right: 0;
    overflow: inherit;
}
.play-box {
    position: absolute;
    bottom: -60px;
    background: #0f4063;
    color: #ffffff;
    padding: 20px;
    left: -60px;
    width: 100%;

}
.intro .play-box h3 {
    margin: 0 0 12px;
}
.intro .play-box p {
    margin-bottom: 0px;
    line-height: 26px;
}
.intro h2.h1-class {
    margin: 0 -20px 24px 0;
    text-align: left;
    font: 40px/41px 'NeueHaasUnicaProBold', Helvetica, sans-serif;
    margin: 0 0 39px;
    color: #212121;
}
.why-hire h2 {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    text-align: left;
    padding: 0px;
    color: #0f4063;
	margin-bottom: 44px;
}
.row .col-md-6 {
    width: 45%;
    margin-right: 1%;
    float: left;
}

.why-hire li {
    list-style: none;
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/blue-square.png);
    background-repeat: no-repeat;
    padding-left: 30px;
    background-position: 0px 4px;
    margin-bottom: 28px;
    line-height: 24px;
    color: #000000;
    font-weight: normal;
    font-family:'NeueHaasUnicaProRegular', sans-serif;
}
@media (min-width: 481px){
  section.why-hire {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/why-hire-bg.png);
  }
}
@media (max-width: 480px){
  section.why-hire {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/why-hire-bg-mobile.png);
  }
}
section.why-hire {
    padding: 80px 0px 70px;
    background-size: cover;
}
section.why-hire ul {
    padding: 0px;
}
img.atty-left {
    width: 100%;
    margin-top: -120px;
}
section.why-hire .row .col-md-6, section.lawyer-service .row .col-md-6, .save .row .col-md-6  {
    width: 49%;
    margin-right: 1%;
    float: left;
}
.lawyer-service img {
    width: 98%;
}
section.lawyer-service {
    padding: 80px;
}
.lawyer-service h2, .bankruptcy-section h2, section.foreclosure .col-md-12 h2{
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding: 0px;
    color: #0f4063;
    margin-bottom: 10px;
	line-height: 48px;
}
.lawyer-service .col-md-12, .bankruptcy-section .col-md-12, section.foreclosure .col-md-12 {
    margin-bottom: 50px;
    text-align: center;
}
.lawyer-service .col-md-12 span {
    font-size: 30px;
    font-weight: 100;
}
 .bankruptcy-section .col-md-12 span, section.foreclosure .col-md-12 span {
    font-size: 18px;
    font-weight: 100;
}
section.foreclosure {
    background: #f7f8fb;
    padding: 60px 0px;
}
.lawyer-service img {
    width: 95%;
}
.lawyer-service .play-box {
    position: absolute;
    bottom: -24px;
    background: #0f4063;
    color: #ffffff;
    padding: 20px;
    left: -60px;
    width: 90%;
}
section.bankruptcy-section {
    background: #f7f8fb;
    padding: 60px;
}
.col-cw-5 {
    width: 20%;
    float: left;
}
.bank-box {
	padding: 20px;
    background: #ffffff;
    margin: 10px;
    text-align: center;
    box-shadow: 0px 0px 6px #acbdca;
    border-radius: 2px;
}
.row {
    display: block;
    float: left;
    width: 100%;
}
.learn-more {
    margin: 0 auto;
    background: #599ed1;
    color: #ffffff;
    width: 120px;
    text-align: center;
    border: 4px solid #ffffff;
    margin-top: 20px;
    text-transform: uppercase;
    padding: 5px 20px;
}
.bankruptcy-section footer {
    text-align: center;
    padding: 30px 0px 0px;
}
.qa-section .info-box .heading .ico-005 {
    display: inline-block;
    margin-bottom: -16px;
    margin-right: 10px !important;
}
.qa-section .info-box .heading {
    padding: 0 0 22px;
    text-align: left;
    position: relative;
}
.qa-section .info-box {
    background: none;
}
section.qa-section {
    padding: 50px 0px;
}
section.qa-section .info-box.align-buttons footer {
    text-align: left;
}
img.testi-image {
    width: 90%;
    float: right;
}
.foreclosure .row .col-md-6 {
    width: 48%;
    margin-right: 2%;
    float: left;
}
.foreclosure .row .col-md-6 .play-box{
    font-size: 18px;
    line-height: 24px;
    position: absolute;
    bottom: -60px;
    background: #0f4063;
    color: #ffffff;
    padding: 20px;
    left: 0px;
    width: 86%;
}
section.save {
    padding: 60px 0px;
}
img.image-door {
    width: 96%;
}
.info-box .heading h2 {
    color: #000;
    margin: 0;
    font: 30px/42px 'NeueHaasUnicaProLight', sans-serif;
}
.save .info-box.eq-height.align-buttons.open {
    background: none;
	padding: 0px 34px 30px;
}
.save .info-box .heading h2 {
    text-align: left;
    font-family: 'Roboto Slab', serif;
    color: #0f4063;
	margin-top: -10px;
}
.save a.btn-blue {
    float: left;
    background: #0f4063;
}
.career-highlight .info-box {
    background: none;
    padding: 0px 24px 34px 3px;
}
.career-highlight .cases-slider .box {
    background: #0f4063;
    padding: 23px 10px 37px;
    border: 0px;
    color: #ffffff;
}
.career-highlight .cases-slider {
    position: relative;
    overflow: hidden;
    color: #000;
    font: 18px/22px 'NeueHaasUnicaProRegular', sans-serif;
    margin: -3px -20px 34px;
    background: #0f4063;
    border: 6px solid #599ed1;
	padding-top: 28px;
}
.career-highlight .cases-slider .direction-nav {
    font-size: 0;
    line-height: 0;
    font-family: 'AdobeBlank';
    padding: 10px 0 0;
    float: right;
}
.career-highlight .cases-slider p {
    margin: 0px;
    font-size: 15px;
}
.career-highlight em {
    display: inline;
    font-size: 15px;
}
.career-highlight .cases-slider h4 {
    font-size: 30px;
    padding: 10px 0px;
    color: #ffffff;
}
.career-highlight h3 {
    color: #599ed1;
    font-size: 60px;
}
.career-highlight .cases-slider .slick-prev:after {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/arrow-left-1.png) no-repeat;
    background-size: 62px 62px;
    width: 100%;
    height: 100%;
}
.career-highlight .cases-slider .slick-prev:before {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/arrow-left-1.png) no-repeat;
    background-size: 62px 62px;
    width: 100%;
    height: 100%;
}
.career-highlight .cases-slider .slick-next:after {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/arrow-right-1.png) no-repeat;
    background-size: 62px 62px;
    width: 100%;
    height: 100%;
}
.career-highlight .cases-slider .slick-next:before {
    background: url(https://www.nylegalhelp.com/wp-content/uploads/2020/04/arrow-right-1.png) no-repeat;
    background-size: 62px 62px;
    width: 100%;
    height: 100%;
}
.career-highlight .cases-slider .slick-next, .cases-slider .slick-prev { width:62px; height: 62px;margin: 4px;}
.career-highlight .cases-slider .slick-list {
    display: block;
    overflow: hidden;
    position: relative;
    padding: 20px 0px 20px;
}
.play-box h3 {
    margin-bottom: 10px;
}
.row.below-logo {
    padding: 60px 0px 0px;
}
.col-md-8 {
    width: 60%;
    float: left;
}
.col-md-4 {
    width: 40%;
    float: left;
}
.lawyer-service .col-md-4{ text-align:center;}
.lawyer-service img.size-full {
    width: auto;
    margin: 0 auto;
    float: none;
}
img.small-play {
    float: right;
    padding-left: 10px;
    border-left: 1px solid #ffffff;
	margin-left: 10px;
}
.career-highlight .cases-slider, .cases-slider p strong {
	font-family:  sans-serif;
}
@media screen and (max-width: 980px) {
.row .col-md-6 {
    width: 95%;
    margin-right: 1%;
    float: left;
}
.career-highlight .cases-slider { padding-top:10px;}
.intro .holder {
    padding-right: 0;
    position: relative;
    min-height: 460px;
}
.home figure.video-box {display:none;}
.info-box.open .heading h2 {
    font-size: 30px;
    line-height: 44px;
}
}

@media screen and (max-width: 900px) {
	img.atty-left { display:none;}
	section.why-hire .row .col-md-6, section.lawyer-service .row .col-md-6, .save .row .col-md-6 {
    width: 100%;
    margin-bottom:30px;
    float: left;
}
.foreclosure .row .col-md-6 {
    width: 90%;
    margin: 0 auto !important;
    float: none;
	text-align: center;
}
img.testi-image {
    width: 90%;
    float: none;
}
.foreclosure .row .col-md-6 .play-box {
    font-size: 18px;
    line-height: 24px;
    position: relative;
    bottom: 0px;
    background: #0f4063;
    color: #ffffff;
    padding: 20px;
    left: 0px;
    width: 94%;
    float: none;
    margin: 0 auto;
}
.career-highlight h3 {
    color: #599ed1;
    font-size: 60px;
    margin-top: 20px;
}
section.save {
    padding: 10px 0px;
}
.info-box .heading h2 span {
    display: inline-block;
}
img.image-door {
    width: 96%;
    display: none;
}
}


@media screen and (max-width: 767px) {
#header {
    padding: 24px 0 15px;
}
.row.below-logo {
    padding: 0px 0px 0px;
}
section.bankruptcy-section {
    background: #f7f8fb;
    padding: 15px 60px;
}
.lawyer-service .col-md-12, .bankruptcy-section .col-md-12, section.foreclosure .col-md-12 {
    margin-bottom: 20px;
    text-align: center;
}
section.foreclosure {
    background: #f7f8fb;
    padding: 10px 0px;
}
section.qa-section {
    padding: 10px 0px;
}
 .save .row .col-md-6 {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}
}

@media screen and (max-width: 700px) {
.col-cw-5 {
    width: 50%;
    float: left;
}
}

@media screen and (max-width: 600px) {
	.lawyer-service .col-md-12, .bankruptcy-section .col-md-12, section.foreclosure .col-md-12 {
    margin-bottom: 20px;
    text-align: left;
}
.foreclosure .row .col-md-6 {
    width: 90%;
    margin: 0px !important;
    float: none;
    text-align: left;
    padding: 0px !important;
}
.save .info-box.eq-height.align-buttons.open {
    background: none;
    padding: 0px 10px 30px;
}
.info-box.open .heading h2 {
    font-size: 30px;
    line-height: 44px;
    margin-left: 10px;
}
	.badges-m .col-md-4 {
    width: 50%;
    float: left;
    min-height: 100px;
    text-align: center;
}
	section.bankruptcy-section {
    background: #f7f8fb;
    padding: 20px;
}
section.qa-section {
    padding: 10px 0px;
}
section.foreclosure {
    background: #f7f8fb;
    padding: 10px 0px;
}
section.lawyer-service {
    padding: 22px;
}
.lawyer-service .play-box {
    position: relative;
    bottom: 0;
    background: #0f4063;
    color: #ffffff;
    padding: 20px;
    left: 0;
    width: 90%;
}
.below-logo .col-md-8, .below-logo .col-md-4 {
    width: 100%;
    text-align: center;
}
.career-highlight .info-box {
    background: none;
    padding: 10px 24px 10px 3px;
}
.video-background iframe {
	display:none;
}
#header .contact-block .contact-top-left {
    margin: 4px auto !important;
    text-align: center;
    width: 100% !important;
}
}

@media screen and (max-width: 500px) {
.col-cw-5 {
    width: 100%;
    float: left;
}
.info-box.open .heading h2 {
    font-size: 30px;
    line-height: 44px;
}
.col-md-6.boxes.white {
    background: none;
    box-shadow: none;
}
}
@media screen and (max-width: 420px) {
.row .col-md-6 {
    width: 90%;
    margin-right: 0;
    float: none;
}
.main-h {
    font-size: 46px;
	padding: 20px 10px 0px;
    line-height: 48px;
}
.intro h2.h1-class {
    margin: 0 -20px 24px 0;
    text-align: left;
    font: 30px/41px 'NeueHaasUnicaProBold', Helvetica, sans-serif;
    margin: 0 0 39px;
    color: #212121;
}
section.lawyer-service {
    padding: 10px;
}

.qa-section .row .col-md-6 {
    width: 100%;
}
}

.links-box ul li.no-link {
  display: block;
  padding: 10px 0 10px 29px;
  color: #000;
  position: relative;
}
.links-box ul li.no-link::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #599ed1;
  left: 0;
  top: 17px;
}

#toc_container p.toc_title+ul.toc_list {
  padding-left: 0;
}

