::selection {
  background: #92C83E;
  color: #fff;
  text-shadow: none; }

::-moz-selection {
  background: #92C83E;
  color: #fff;
  text-shadow: none; }

* {
  padding: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box; }

.section, .main-raw,
.text-wrap,
.img-wrap,
ul,
section {
  float: left;
  width: 100%; }

body {
  background: white;
  font-size: 100%;
  color: #444444;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  padding: 120px 0 0px !important;
  overflow: hidden; }

html {
  overflow-x: hidden;
  -webkit-tap-highlight-color: transparent; }

html,
html a,
body {
  -webkit-font-smoothing: antialiased; }

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999999; }

a {
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  color: #333; }
  a:hover, a:focus {
    color: #93C93F;
    text-decoration: none;
    text-decoration: none; }

:focus {
  outline: 0; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: 'Montserrat', sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%; }

/* remember to define focus styles! */
ol,
ul {
  list-style: none;
  margin: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0; }

button {
  cursor: pointer;
  border: none; }

caption,
th,
td {
  text-align: left;
  font-weight: normal; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

input[type=checkbox] {
  vertical-align: top; }

input[type=radio] {
  height: auto;
  vertical-align: top; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: #666666; }

:-ms-input-placeholder {
  color: #666666; }

::placeholder {
  color: #666666; }

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  vertical-align: top; }

img {
  border: 0 none;
  max-width: 100%;
  height: auto; }

.left {
  float: left; }

.right {
  float: right; }

.clear {
  clear: both; }

.text_right {
  text-align: right; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0; }

.relative {
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6,
p {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  font-weight: 400;
  line-height: 120%; }

h1 {
  font-weight: 700;
  font-size: 64px;
  line-height: 120%;
  font-family: 'Kumbh Sans', sans-serif;
  color: #222222; }

h2 {
  font-size: 50px;
  color: #131313;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 400; }

h3 {
  font-size: 40px;
  color: #131313;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: bold; }

h4 {
  font-size: 28px;
  color: #131313;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

h5 {
  font-size: 22px;
  color: #131313;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold; }

h6 {
  font-size: 18px;
  color: #93C93F;
  line-height: 120%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700; }

p {
  font-size: 16px;
  color: #828186;
  line-height: 180%;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400; }

b,
strong {
  font-weight: 500; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

.bg-green {
  background: #93C93F; }

.btn-main,
input[type=submit] {
  background-color: #93C93F;
  height: 70px;
  line-height: 74px;
  display: inline-block;
  width: auto;
  padding: 0 50px;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  color: white;
  letter-spacing: 1px;
  border-radius: 70px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .btn-main.white,
  input[type=submit].white {
    background-color: #ffffff;
    color: #111111; }
    .btn-main.white:hover,
    input[type=submit].white:hover {
      background-color: #82B733 !important;
      color: #ffffff; }
  .btn-main:hover, .btn-main:focus,
  input[type=submit]:hover,
  input[type=submit]:focus {
    background-color: #82B733 !important;
    color: white !important; }

.btn-schedule a {
  height: 50px !important;
  line-height: 50px !important;
  display: inline-block;
  width: auto;
  padding: 0 50px !important;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white !important;
  background-color: #93C93F;
  border: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }
  .btn-schedule a:hover, .btn-schedule a:focus {
    background-color: #82B733 !important;
    color: white !important; }

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.9s !important; }

.post-type-archive-services #header .header .header-right .nav-main ul.menu li#menu-item-30 a {
  color: #1034A6; }

/*  Header  Start */
#header {
  float: left;
  width: 100%;
  position: fixed;
  background-color: white;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1); }
  #header .header {
    width: 100%;
    float: left;
    padding: 8px 80px;
    -webkit-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s; }
    #header .header .header-main {
      position: relative;
      -webkit-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      #header .header .header-main .logo {
        float: left;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s;
        width: auto;
        position: relative;
        z-index: 999;
        top: 0; }
        #header .header .header-main .logo a {
          width: 100%;
          float: left;
          position: relative; }
          #header .header .header-main .logo a img {
            height: 105px;
            margin: 0 auto;
            display: inline-block;
            -webkit-transition: all 0.25s ease 0s;
            transition: all 0.25s ease 0s; }
    #header .header .header-right {
      float: right;
      position: relative;
      z-index: 9;
      -webkit-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s;
      padding: 27px 0; }
      #header .header .header-right .nav-main {
        float: right;
        width: auto;
        -webkit-transition: all 0.25s ease 0s;
        transition: all 0.25s ease 0s; }
        #header .header .header-right .nav-main ul.menu {
          height: auto;
          -webkit-transition: all 0.25s ease 0s;
          transition: all 0.25s ease 0s; }
          #header .header .header-right .nav-main ul.menu .menu-item-39 ul.sub-menu {
            width: 200px; }
          #header .header .header-right .nav-main ul.menu li {
            float: left;
            width: auto;
            position: relative;
            padding: 0 25px; }
            #header .header .header-right .nav-main ul.menu li:last-child {
              padding-right: 0px; }
            #header .header .header-right .nav-main ul.menu li.current-menu-item a {
              color: #1034A6; }
            #header .header .header-right .nav-main ul.menu li a {
              float: left;
              width: auto;
              height: auto;
              padding: 16px 0;
              font-weight: 600;
              font-size: 15px;
              line-height: 120%;
              color: #333333;
              text-decoration: none;
              text-transform: uppercase;
              -webkit-transition: all 0.25s ease 0s;
              transition: all 0.25s ease 0s;
              position: relative;
              overflow: hidden;
              font-family: 'Montserrat', sans-serif;
              letter-spacing: 1px; }
              #header .header .header-right .nav-main ul.menu li a:hover, #header .header .header-right .nav-main ul.menu li a:focus {
                color: #1034A6; }
  #header.sticky {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1); }

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 40px;
  -webkit-transition: all 0.25s ease 0s;
  transition: all 0.25s ease 0s; }

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer; }
  .nav-toggle:focus {
    outline: none; }
  .nav-toggle.active .top {
    -webkit-transform: translateY(12px) translateX(0) rotate(45deg);
    -ms-transform: translateY(12px) translateX(0) rotate(45deg);
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #93c93f;
    top: -3px; }
  .nav-toggle.active .bottom {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #93c93f;
    top: 16px; }
  .nav-toggle.active .middle {
    opacity: 0;
    background: #93c93f; }
  .nav-toggle span {
    background: #93c93f;
    border: none;
    height: 2px;
    width: 100%;
    position: absolute;
    top: -2px;
    left: 0;
    -webkit-transition: all .55s ease;
    transition: all .35s ease;
    cursor: pointer; }
    .nav-toggle span:nth-of-type(2) {
      top: 7px; }
    .nav-toggle span:nth-of-type(3) {
      top: 16px; }

/*-----------------res-nav-end-------------------*/
/*  Header  End */
.container {
  padding: 0;
  max-width: 1400px; }

.main-raw {
  padding: 100px 0; }

.padtb70 {
  padding: 70px 0;
  overflow: overlay; }

.main-banner {
  width: 100%;
  float: left;
  height: calc(100vh - 120px);
  min-height: 540px;
  background-color: #2C2E3D;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  position: relative; }
  .main-banner .banner-conn {
    position: absolute;
    width: 100%;
    float: left;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
    .main-banner .banner-conn h1 {
      margin-bottom: 20px; }
      .main-banner .banner-conn h1 b {
        font-size: 54px;
        color: #93C93F; }
    .main-banner .banner-conn p {
      color: #646466;
      font-size: 24px;
      margin-bottom: 50px;
      padding-right: 50%; }
    .main-banner .banner-conn .border {
      margin: 40px 0 20px; }

h6.title-col {
  width: auto;
  display: inline-block;
  float: none;
  margin-bottom: 20px;
  color: white;
  letter-spacing: 6px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600; }
  h6.title-col::before {
    position: absolute;
    content: "";
    left: -70px;
    top: 44%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 48px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/title-decor-white.png);
    background-size: contain; }
  h6.title-col::after {
    position: absolute;
    content: "";
    right: -70px;
    top: 44%;
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    width: 48px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/title-decor-white.png);
    background-size: contain; }
  h6.title-col.color {
    color: #92C83E; }
    h6.title-col.color::before, h6.title-col.color::after {
      background-image: url(../images/title-decor-red.png); }
  h6.title-col.left {
    margin-left: 70px; }

.mission-raw {
  text-align: center; }
  .mission-raw h6.title-col {
    margin-bottom: 30px; }
  .mission-raw p {
    line-height: 200%;
    color: white;
    font-size: 20px;
    padding: 0 5%; }

.about-wrapper .img-box {
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
  margin-left: -15%;
  padding-right: 8%;
  margin-bottom: -90px; }
  .about-wrapper .img-box .box1 {
    width: 40%;
    float: left;
    padding-right: 30px; }
    .about-wrapper .img-box .box1 img {
      width: 100%;
      float: left; }
    .about-wrapper .img-box .box1 .img1 {
      width: 100%;
      float: left;
      padding-bottom: 30px; }
    .about-wrapper .img-box .box1 .img2 {
      width: 62%;
      float: right; }
  .about-wrapper .img-box .box2 {
    width: 60%;
    float: left; }
    .about-wrapper .img-box .box2 img {
      width: 100%;
      float: left; }
    .about-wrapper .img-box .box2 .img1 {
      width: 74%;
      float: left;
      padding-bottom: 30px; }
    .about-wrapper .img-box .box2 .img2 {
      width: 100%;
      float: left; }
.about-wrapper .text-box {
  padding-left: 3%; }
  .about-wrapper .text-box p {
    margin-top: 20px;
    line-height: 220%;
    font-weight: 500; }

.link {
  color: #92C83E;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Kumbh Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 120%;
  margin-top: 50px;
  float: left;
  background-repeat: no-repeat;
  background-position: right top 3px;
  padding-right: 14px;
  background-image: url(../images/link-arrow.svg);
  background-size: 6px; }
  .link:hover {
    padding-right: 18px; }

.why-us-wrapper {
  background-color: #F7F7F7;
  background-image: url(../images/why-us-after-img.png);
  background-repeat: no-repeat;
  background-size: 466px;
  background-position: right -20px center;
  margin-top: -90px; }
  .why-us-wrapper .title-box {
    margin-top: 90px;
    padding: 0 10%; }
    .why-us-wrapper .title-box h2 {
      margin-bottom: 30px; }
    .why-us-wrapper .title-box p {
      line-height: 200%;
      font-weight: 500; }
  .why-us-wrapper .why-us-box ul {
    width: 100%;
    float: left; }
    .why-us-wrapper .why-us-box ul li {
      width: 200px;
      margin: 50px 25px 0;
      display: inline-block;
      background-color: #ffffff;
      box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
      padding: 25px 0;
      -webkit-transition: all 0.1s;
      transition: all 0.1s; }
      .why-us-wrapper .why-us-box ul li:hover {
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.2); }
      .why-us-wrapper .why-us-box ul li .icon {
        width: 100%;
        float: left;
        padding-bottom: 20px; }
        .why-us-wrapper .why-us-box ul li .icon img {
          display: inline-block;
          height: 100px;
          width: auto; }
      .why-us-wrapper .why-us-box ul li h6 {
        font-weight: 600;
        font-family: 'Montserrat', sans-serif;
        color: #ffffff;
        float: left;
        width: calc(100% - 20px);
        padding: 11px 15px 8px;
        background-color: #F68924;
        text-align: left;
        border-radius: 0 20px 20px 0; }
      .why-us-wrapper .why-us-box ul li:nth-child(2) h6 {
        background-color: #1034A6; }
      .why-us-wrapper .why-us-box ul li:nth-child(3) h6 {
        background-color: #92C83E; }

.services-wrapper {
  padding-bottom: 100px !important; }
  .services-wrapper .title-box {
    padding-bottom: 30px; }
  .services-wrapper .services-wrap {
    text-align: center; }
  .services-wrapper .services-box {
    margin: 40px 4px 0;
    width: calc(25% - 12px);
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .services-wrapper .services-box .box {
      width: 100%;
      float: left;
      text-align: left;
      position: relative;
      padding: 40px 20px;
      border: 1px solid #E3E3E6;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .services-wrapper .services-box .box:hover:after {
        background-color: rgba(147, 201, 63, 0.85); }
      .services-wrapper .services-box .box:hover h5, .services-wrapper .services-box .box:hover p {
        color: #ffffff; }
      .services-wrapper .services-box .box:hover .read-more-btn {
        background-color: #ffffff !important;
        color: #93C93F;
        stroke: #93C93F; }
      .services-wrapper .services-box .box:before {
        content: '';
        position: absolute;
        width: 40px;
        height: 40px;
        background-color: #93C93F;
        left: -4px;
        top: -4px;
        z-index: -1; }
      .services-wrapper .services-box .box:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        left: 0;
        top: 0;
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
      .services-wrapper .services-box .box h5 {
        color: #92C73E;
        margin-bottom: 30px;
        line-height: 140%;
        min-height: 90px;
        position: relative;
        z-index: 1; }
      .services-wrapper .services-box .box p {
        font-size: 17px;
        font-weight: 500;
        position: relative;
        z-index: 1;
        min-height: 140px; }
      .services-wrapper .services-box .box .read-more-btn {
        margin: 30px 0 0 -20px;
        position: relative;
        z-index: 1; }
    .services-wrapper .services-box:nth-child(even) .box:hover:after {
      background-color: rgba(16, 53, 167, 0.85); }
    .services-wrapper .services-box:nth-child(even) .box:hover h5 {
      color: #ffffff; }
    .services-wrapper .services-box:nth-child(even) .box:hover .read-more-btn {
      color: #1034A6;
      stroke: #1034A6; }
    .services-wrapper .services-box:nth-child(even) .box h5 {
      color: #1034A6; }
    .services-wrapper .services-box:nth-child(even) .read-more-btn {
      background-color: #1035A7; }

.read-more-btn {
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  float: left;
  min-width: 200px;
  padding: 11px 30px 10px;
  background-color: #93C93F;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: left;
  border-radius: 0 20px 20px 0;
  stroke: #ffffff; }
  .read-more-btn svg {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    transform: translate(0px, -50%); }

.resources-wrapper .title-box {
  margin-bottom: 50px; }
.resources-wrapper .left-box {
  padding-right: 60px; }
.resources-wrapper .right-box {
  padding-left: 60px; }
  .resources-wrapper .right-box .post-box {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .resources-wrapper .right-box .post-box .img-box {
      width: 260px;
      float: left; }
      .resources-wrapper .right-box .post-box .img-box img {
        width: 100%; }
    .resources-wrapper .right-box .post-box .text-box {
      width: calc(100% - 260px);
      float: left;
      padding-left: 25px; }
      .resources-wrapper .right-box .post-box .text-box h6 {
        color: #666666;
        line-height: 160%;
        font-weight: 500;
        margin-bottom: 15px; }
      .resources-wrapper .right-box .post-box .text-box p {
        font-weight: 500; }
      .resources-wrapper .right-box .post-box .text-box .link {
        margin-top: 30px;
        color: #1035A7;
        background-image: url(../images/b-link-arrow.svg); }
    .resources-wrapper .right-box .post-box:last-child {
      margin-bottom: 0px; }
.resources-wrapper .btn-wrap {
  margin-top: 60px; }
  .resources-wrapper .btn-wrap .btn-main {
    font-size: 16px;
    height: 50px;
    line-height: 54px;
    padding: 0 30px; }

.video-box {
  width: 100%;
  float: left; }
  .video-box .img-box {
    width: 100%;
    float: left;
    position: relative; }
    .video-box .img-box:before {
      content: "";
      position: absolute;
      width: 80px;
      height: 80px;
      background-color: #93C93F;
      left: -10px;
      top: -10px;
      z-index: 1; }
    .video-box .img-box img,
    .video-box .img-box iframe {
      width: 100%;
      height: 320px;
      object-fit: cover;
      position: relative;
      z-index: 2; }
  .video-box .text-box {
    width: 100%;
    float: left;
    padding-top: 40px; }
    .video-box .text-box h5 {
      font-size: 20px;
      font-weight: 500;
      line-height: 180%;
      color: #333333;
      margin-bottom: 15px; }
      .video-box .text-box h5:last-child {
        margin-bottom: 0; }
    .video-box .text-box p {
      font-weight: 500; }
    .video-box .text-box .link {
      float: right;
      margin-top: 30px;
      color: #1035A7;
      background-image: url(../images/b-link-arrow.svg); }

.cta-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  float: left;
  padding: 180px 0; }
  .cta-wrapper .container {
    z-index: 1;
    position: relative; }
  .cta-wrapper::after {
    position: absolute;
    content: "";
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 498px;
    height: 801px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/cta-after-img.png);
    background-size: contain; }
  .cta-wrapper:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, black 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, black 100%); }
  .cta-wrapper .cta-box {
    max-width: 580px;
    position: relative;
    z-index: 1;
    float: right; }
    .cta-wrapper .cta-box h2 {
      color: #ffffff;
      font-size: 60px;
      font-weight: 700;
      margin-bottom: 15px; }
    .cta-wrapper .cta-box h4 {
      line-height: 160%;
      color: #ffffff;
      margin-bottom: 50px; }

.inner-banner {
  background-image: url(../images/inner-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
  position: relative; }
  .inner-banner:after {
    content: '';
    position: absolute;
    width: 422px;
    height: 401px;
    background-image: url(../images/inner-after-img.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .inner-banner .banner-conn {
    position: absolute;
    width: 100%;
    float: left;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1; }
    .inner-banner .banner-conn h1 {
      color: #ffffff;
      font-size: 64px;
      margin-bottom: 20px;
      position: relative; }
      .inner-banner .banner-conn h1:before {
        content: '';
        position: absolute;
        width: 67px;
        height: 50px;
        background-image: url(../images/inner-page-title.png);
        background-repeat: no-repeat;
        background-size: contain;
        left: -90px;
        top: 5px; }
    .inner-banner .banner-conn h4 {
      color: #ffffff;
      font-size: 24px;
      line-height: 180%;
      padding-right: 20%; }

.services-page-wrapper .title-box p {
  font-size: 20px;
  font-weight: 500;
  padding: 0 6%; }
.services-page-wrapper .box-wrap .box {
  width: 100%;
  float: left;
  margin-top: 80px;
  padding: 50px 0;
  position: relative; }
  .services-page-wrapper .box-wrap .box:before {
    content: '';
    position: absolute;
    width: 78%;
    height: 100%;
    background-color: #F7F7F7;
    right: 0;
    top: 0; }
  .services-page-wrapper .box-wrap .box .img-box {
    width: 37%;
    float: left;
    position: relative; }
    .services-page-wrapper .box-wrap .box .img-box:before {
      content: '';
      position: absolute;
      width: 60px;
      height: 60px;
      background-color: #93C93F;
      right: -6px;
      bottom: -6px;
      z-index: -1; }
    .services-page-wrapper .box-wrap .box .img-box img {
      width: 100%;
      box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15); }
  .services-page-wrapper .box-wrap .box .text-box {
    width: 63%;
    float: left;
    padding: 40px 120px 40px 0px; }
    .services-page-wrapper .box-wrap .box .text-box h5 {
      width: 100%;
      background-color: #92C83E;
      color: #ffffff;
      font-weight: 600;
      padding: 12px 60px;
      border-radius: 0 50px 50px 0;
      line-height: 120%; }
    .services-page-wrapper .box-wrap .box .text-box p {
      line-height: 200%;
      color: #636466;
      font-weight: 500;
      padding: 50px 60px 0; }
  .services-page-wrapper .box-wrap .box:nth-child(even):before {
    right: initial;
    left: 0; }
  .services-page-wrapper .box-wrap .box:nth-child(even) .img-box {
    float: right; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .img-box:before {
      right: initial;
      left: -6px;
      background-color: #1035A7; }
  .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
    padding: 40px 0px 40px 120px; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box h5 {
      border-radius: 50px 0 0 50px;
      background-color: #1035A7; }
.services-page-wrapper .id-box {
  width: 100%;
  float: left;
  margin-top: -240px; }

.about-page-wrapper .text-box {
  padding-right: 15%; }
  .about-page-wrapper .text-box h6 {
    float: none; }
  .about-page-wrapper .text-box h2 {
    float: none;
    margin-bottom: 30px; }
  .about-page-wrapper .text-box p {
    float: none;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 200%;
    color: #807F85;
    font-weight: 500; }
    .about-page-wrapper .text-box p:last-child {
      margin-bottom: 0; }
    .about-page-wrapper .text-box p strong,
    .about-page-wrapper .text-box p b {
      font-weight: 600;
      color: #1033A5; }
.about-page-wrapper .img-box {
  float: right;
  width: 70%;
  margin-top: -100px;
  margin-right: -40%;
  margin-left: 50px;
  position: relative; }
  .about-page-wrapper .img-box img {
    width: 100%; }
  .about-page-wrapper .img-box .img1 {
    width: 52%;
    float: left;
    padding: 0 10px 20px; }
  .about-page-wrapper .img-box .img2 {
    width: 48%;
    float: left;
    bottom: -150px;
    position: relative;
    padding: 0 10px; }

.team-wrapper {
  background-color: #F7F7F7;
  background-image: url(../images/why-us-after-img.png);
  background-repeat: no-repeat;
  background-size: 466px;
  background-position: right -20px bottom 20px;
  position: relative;
  z-index: 1; }
  .team-wrapper .title-box h2 {
    margin-bottom: 20px; }
  .team-wrapper .title-box p {
    font-weight: 500;
    line-height: 200%; }
  .team-wrapper ul {
    width: 100%;
    float: left;
	display: table;}
    .team-wrapper ul li {
      padding: 60px 60px 0;
      width: 33.33%;
      /*float: left;*/
	  display: inline-block;
      position: relative;
      z-index: 1;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .team-wrapper ul li:nth-child(3n) .box-wrap:before,
      .team-wrapper ul li:nth-child(3n) .box-wrap .text-box h5 {
        background-color: #1035A7; }
      .team-wrapper ul li:nth-child(3n) .tooltip-box {
        left: initial;
        right: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
        .team-wrapper ul li:nth-child(3n) .tooltip-box h5 {
          color: #1035A7; }
      .team-wrapper ul li:nth-child(3n+1) .box-wrap:before,
      .team-wrapper ul li:nth-child(3n+1) .box-wrap .text-box h5 {
        background-color: #F68826; }
      .team-wrapper ul li:nth-child(3n+1) .tooltip-box {
        left: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
        .team-wrapper ul li:nth-child(3n+1) .tooltip-box h5 {
          color: #F68826; }
      .team-wrapper ul li .box-wrap {
        width: 100%;
        float: left;
        background-color: #ffffff;
        position: relative; }
        .team-wrapper ul li .box-wrap:before {
          content: '';
          position: absolute;
          width: 80px;
          height: 80px;
          background-color: #93C93F;
          left: -8px;
          top: -8px;
          z-index: -1; }
        .team-wrapper ul li .box-wrap .image-box {
          width: 100%;
          float: left;
          background-color: #F8F1E1; }
          .team-wrapper ul li .box-wrap .image-box img {
            width: auto;
            height: 300px;
            object-fit: cover; }
        .team-wrapper ul li .box-wrap .text-box {
          width: 100%;
          float: left;
          padding: 20px;
          text-align: left;
          border: 1px solid #EBEBEB; }
          .team-wrapper ul li .box-wrap .text-box h5 {
            font-weight: 500;
            color: #ffffff;
            padding: 8px 20px 6px;
            background-color: #92C83E;
            text-align: left;
            margin-left: -20px;
            border-radius: 0 20px 20px 0;
            margin-bottom: 20px; }
          .team-wrapper ul li .box-wrap .text-box h6 {
            width: calc(100% - 45px);
            font-weight: 500;
            color: #828186;
            display: inline-block;
            vertical-align: middle;
            float: none; }
          .team-wrapper ul li .box-wrap .text-box .tool-btn {
            width: 40px;
            height: 40px;
            display: inline-block;
            vertical-align: middle;
            border-radius: 100%;
            border: 1px solid #D6D6D6;
            text-align: center;
            cursor: pointer;
            position: relative;
            -webkit-transition: all 0.3s;
            transition: all 0.3s; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn span {
              font-size: 34px;
              color: #828186;
              font-weight: 600;
              line-height: 120%;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              -webkit-transition: all 0.3s;
              transition: all 0.3s; }
              .team-wrapper ul li .box-wrap .text-box .tool-btn span.minus {
                opacity: 0;
                visibility: hidden;
                margin-top: -2px; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn.active:after {
              opacity: 1;
              visibility: visible; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn.active .minus {
              opacity: 1;
              visibility: visible; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn.active .plus {
              opacity: 0;
              visibility: hidden; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn:after {
              content: '';
              position: absolute;
              width: 0;
              height: 0;
              border-left: 20px solid transparent;
              border-right: 20px solid transparent;
              border-bottom: 20px solid #ffffff;
              bottom: -10px;
              left: 0;
              z-index: 1;
              -webkit-transition: all 0.3s;
              transition: all 0.3s;
              opacity: 0;
              visibility: hidden; }
      .team-wrapper ul li.active {
        z-index: 2; }
        .team-wrapper ul li.active .tooltip-box {
          opacity: 1;
          visibility: visible; }
      .team-wrapper ul li .tooltip-box {
        min-width: 600px;
        background-color: #ffffff;
        text-align: left;
        padding: 25px;
        float: left;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
        position: absolute;
        opacity: 0;
        visibility: hidden;
        bottom: 14px;
        left: 50%;
        -webkit-transform: translate(-50%, 100%);
        transform: translate(-50%, 100%);
        -webkit-transition: all 0.3s;
        transition: all 0.3s; }
        .team-wrapper ul li .tooltip-box h5 {
          margin-bottom: 25px;
          font-weight: 400;
          font-family: 'Kumbh Sans', sans-serif;
          color: #92C83E; }
        .team-wrapper ul li .tooltip-box p {
          line-height: 190%;
          font-weight: 400;
          margin-bottom: 20px;
          max-height: 208px;
          overflow: auto; }
          .team-wrapper ul li .tooltip-box p:last-child {
            margin-bottom: 0px; }

.collective-wrapper .title-box h2 {
  margin-bottom: 20px; }
.collective-wrapper .title-box p {
  font-size: 20px;
  font-weight: 500;
  padding: 0 12%; }
.collective-wrapper .collective-wrap {
  padding: 0 60px;
  margin-top: 40px; }
.collective-wrapper .box-wrap {
  width: 100%;
  float: left;
  padding: 50px;
  text-align: center;
  box-shadow: 0px 0px 37px 0px rgba(0, 0, 0, 0.1); }
  .collective-wrapper .box-wrap .logo {
    display: inline-block;
    vertical-align: middle;
    padding: 0 50px; }

.resources-page-wrapper {
  padding-bottom: 40px;
  margin-top: -70px;
  width: 100%;
  float: left;
  z-index: 1;
  position: relative; }
  .resources-page-wrapper .resources-page {
    width: calc(100% + 130px);
    margin: 0 -65px;
    float: left; }
  .resources-page-wrapper .left-wrap {
    width: 74%;
    float: left;
    padding: 0 15px; }
    .resources-page-wrapper .left-wrap .video-box {
      padding-bottom: 70px; }
      .resources-page-wrapper .left-wrap .video-box .img-box img {
        width: 100%;
        height: auto; }
      .resources-page-wrapper .left-wrap .video-box .img-box iframe {
        height: 510px; }
      .resources-page-wrapper .left-wrap .video-box .img-box:before {
        width: 134px;
        height: 134px;
        left: -14px;
        bottom: -14px;
        top: inherit; }
    .resources-page-wrapper .left-wrap .box-wrap {
      width: 100%;
      float: left;
      padding: 70px 50px 0;
      background-color: #ffffff; }
      .resources-page-wrapper .left-wrap .box-wrap .post-box {
        margin-bottom: 70px; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box .img-box {
          width: 100%;
          float: left; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .img-box img {
            width: 100%;
            float: left; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
          width: 100%;
          float: left;
          border: 1px solid #EBEBEB;
          padding: 30px; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
            font-size: 20px;
            line-height: 150%;
            color: #333333;
            margin-bottom: 20px;
            min-height: 60px; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
            font-size: 17px;
            font-weight: 500;
            color: #636466; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box .link {
            margin-top: 30px; }
  .resources-page-wrapper .right-wrap {
    width: 26%;
    float: left;
    padding: 0 15px; }
    .resources-page-wrapper .right-wrap .box-wrap {
      width: 100%;
      float: left;
      padding: 30px 20px;
      background-color: #ffffff;
      border: 1px solid #EBEBEB;
      margin-bottom: 60px; }
      .resources-page-wrapper .right-wrap .box-wrap:last-child {
        margin-bottom: 0px; }
      .resources-page-wrapper .right-wrap .box-wrap h6 {
        letter-spacing: 6px;
        position: relative;
        width: auto;
        padding-right: 60px;
        text-transform: uppercase;
        margin-bottom: 20px; }
        .resources-page-wrapper .right-wrap .box-wrap h6:after {
          position: absolute;
          content: "";
          right: 0px;
          top: 44%;
          -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
          width: 48px;
          height: 10px;
          background-repeat: no-repeat;
          background-position: center center;
          background-image: url(../images/title-decor-red.png);
          background-size: contain; }
      .resources-page-wrapper .right-wrap .box-wrap .category ul {
        width: 100%;
        float: left;
        padding-top: 10px; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul li {
          width: 100%;
          float: left;
          padding-bottom: 20px;
          margin-bottom: 20px;
          border-bottom: 1px solid #EBEBEB; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border: none; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
            font-weight: 600;
            color: #333333;
            font-size: 18px;
            line-height: 160%; }
            .resources-page-wrapper .right-wrap .box-wrap .category ul li a:hover {
              color: #93C93F; }
      .resources-page-wrapper .right-wrap .box-wrap .post-box {
        width: 100%;
        float: left; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          width: 100%;
          float: left;
          margin-bottom: 30px;
          padding-bottom: 30px;
          border-bottom: 1px solid #EBEBEB; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box:last-child {
            padding-bottom: 0px;
            margin-bottom: 0px;
            border: none; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 20px;
            line-height: 160%;
            color: #333333;
            margin-bottom: 10px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box p {
            font-weight: 500;
            color: #636466; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box .link {
            margin-top: 15px;
            background-image: none;
            padding-right: 0px; }
            .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box .link:hover {
              color: #82B733; }

.resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .img-box img {
  width: auto; }
.resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
  border: none;
  padding: 50px 0 0; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
    margin-bottom: 30px; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
    font-size: 18px;
    margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p:last-child {
      margin-bottom: 0px; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h4,
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h6 {
    margin-bottom: 20px; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul {
    width: 100%;
    float: left;
    margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul:last-child {
      margin-bottom: 0px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
      width: 100%;
      float: left;
      font-size: 18px;
      line-height: 180%;
      padding-left: 30px;
      margin-bottom: 15px;
      position: relative; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
        content: '';
        width: 7px;
        height: 7px;
        border-radius: 100%;
        background-color: #92C83E;
        left: 0;
        top: 12px;
        position: absolute; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:last-child {
        margin-bottom: 0px; }

.notfound-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 70px; }
.notfound-content h3 {
  margin: 25px 0 30px;
  font-weight: 600; }

.contact-wrap .modal-dialog {
  margin: 70px auto;
  max-width: 650px; }
.contact-wrap .modal-content {
  overflow: hidden;
  border: none;
  border-radius: 5px; }
.contact-wrap .modal-body {
  padding: 35px;
  position: relative; }
  .contact-wrap .modal-body button.close {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f68826;
    color: #ffffff;
    opacity: 1;
    padding: 6px 15px;
    font-size: 26px;
    line-height: 120%;
    outline: none;
    border: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .contact-wrap .modal-body button.close:hover, .contact-wrap .modal-body button.close:focus {
      background-color: #ff7800;
      color: #ffffff;
      opacity: 1; }
  .contact-wrap .modal-body h3 {
    margin-bottom: 25px;
    padding: 0 10px; }
    .contact-wrap .modal-body h3.lf_success, .contact-wrap .modal-body h3.lf_failure {
      font-size: 22px;
      background-color: #93c93f;
      padding: 18px 30px;
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-family: 'Montserrat', sans-serif;
      line-height: 140%;
      border-radius: 5px; }
    .contact-wrap .modal-body h3.lf_failure {
      background-color: red !important; }
.contact-wrap input[type="text"],
.contact-wrap input[type="email"],
.contact-wrap select,
.contact-wrap textarea {
  width: 100% !important;
  float: left;
  border: 1px solid #8a8a8a;
  border-radius: 0px;
  height: auto;
  padding: 15px 20px !important;
  line-height: 125% !important;
  font-size: 16px !important;
  color: #444444;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif !important;
  margin: 0 !important; }
.contact-wrap textarea {
  height: 120px !important; }

div#lf_form_container {
  width: 100%;
  float: left; }
  div#lf_form_container form {
    width: calc(100% + 20px);
    margin: 0 -10px;
    float: left; }
    div#lf_form_container form p {
      width: 50%;
      float: left;
      padding: 0 10px 20px; }
      div#lf_form_container form p label {
        font-size: 16px;
        font-family: 'Montserrat', sans-serif;
        color: #000000;
        font-weight: 600;
        line-height: 120%;
        width: 100%;
        float: left; }
      div#lf_form_container form p#lf_message_block, div#lf_form_container form p.buttons {
        width: 100%; }
      div#lf_form_container form p.buttons {
        padding-bottom: 0px;
        padding-top: 20px; }

ul.lf_errors {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  background-color: red;
  padding: 18px 30px;
  border-radius: 5px; }
  ul.lf_errors li {
    width: 100%;
    float: left;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 140%; }
    ul.lf_errors li:last-child {
      margin-bottom: 0px; }

/*  Footer  Start */
footer {
  width: 100%;
  float: left; }
  footer h6 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #333333;
    font-family: 'Kumbh Sans', sans-serif;
    text-transform: capitalize; }

.footer-wrapper {
  padding: 50px 0;
  background-color: #F7F7F7; }
  .footer-wrapper .menu-footer-menu-container {
    width: 100%;
    float: left; }
    .footer-wrapper .menu-footer-menu-container ul.menu li {
      margin-bottom: 20px; }
  .footer-wrapper .menu-services-menu-container {
    width: 100%;
    float: left; }
    .footer-wrapper .menu-services-menu-container ul.menu li {
      margin-bottom: 30px; }
  .footer-wrapper ul.menu {
    width: 100%;
    float: left; }
    .footer-wrapper ul.menu li {
      width: 100%;
      float: left; }
      .footer-wrapper ul.menu li:last-child {
        margin-bottom: 0px !important; }
      .footer-wrapper ul.menu li a {
        color: #333333;
        font-size: 16px;
        line-height: 120%;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block; }
        .footer-wrapper ul.menu li a:hover {
          color: #93C93F; }
  .footer-wrapper .col2 {
    padding-right: 3%; }
  .footer-wrapper .col3 {
    padding-left: 4%; }
    .footer-wrapper .col3 .contact-info-col {
      width: 100%;
      float: left; }
      .footer-wrapper .col3 .contact-info-col li {
        margin-bottom: 40px;
        width: 100%;
        float: left;
        padding-left: 40px;
        background-repeat: no-repeat;
        background-position: left top 1px; }
        .footer-wrapper .col3 .contact-info-col li.email {
          background-image: url(../images/ic-email.svg);
          background-size: 24px; }
          .footer-wrapper .col3 .contact-info-col li.email a {
            font-size: 18px;
            font-weight: 700;
            line-height: 120%;
            color: #222222; }
            .footer-wrapper .col3 .contact-info-col li.email a:hover {
              color: #93C93F; }
        .footer-wrapper .col3 .contact-info-col li.phone {
          background-image: url(../images/ic-phone.svg);
          background-size: 22px; }
          .footer-wrapper .col3 .contact-info-col li.phone a {
            font-size: 20px;
            font-weight: 700;
            color: #828186;
            line-height: 120%; }
            .footer-wrapper .col3 .contact-info-col li.phone a:hover {
              color: #93C93F; }
  .footer-wrapper .social {
    width: 100%;
    float: left; }
    .footer-wrapper .social li {
      width: auto;
      float: left;
      margin-right: 12px; }
      .footer-wrapper .social li:last-child {
        margin-right: 0px; }
    .footer-wrapper .social a {
      width: 48px;
      height: 48px;
      line-height: 46px;
      border-radius: 100%;
      border: 1px solid #E4E4E4;
      background-color: #ffffff;
      color: #93C93F;
      font-size: 16px;
      float: left;
      text-align: center; }
      .footer-wrapper .social a:hover {
        border-color: #93C93F;
        background-color: #93C93F;
        color: white; }
  .footer-wrapper .col4 {
    text-align: center; }
  .footer-wrapper .footer-logo,
  .footer-wrapper .nyc-col {
    width: auto;
    display: inline-block; }
    .footer-wrapper .footer-logo a,
    .footer-wrapper .nyc-col a {
      width: auto;
      float: left; }
  .footer-wrapper .footer-logo img {
    height: 77px; }
  .footer-wrapper .nyc-col {
    margin-top: 60px; }

.seprator-raw {
  background-color: #F7F7F7; }
  .seprator-raw .seprator-col {
    background: rgba(0, 0, 0, 0.1);
    height: 1px;
    position: relative; }

.copyright {
  padding: 22px 0;
  background-color: #F7F7F7; }
  .copyright p {
    font-size: 16px;
    line-height: 160%;
    color: #666666; }

/*  Footer  End */
/*  Responsive Start */
@media (min-width: 1921px) {
  body {
    padding: 6.25vw 0 0px !important; }

  #header .header {
    padding: 0.4166666666666667vw 4.166666666666666vw; }
    #header .header .header-main .logo a img {
      height: 5.46875vw; }
    #header .header .header-right {
      padding: 1.40625vw 0; }
      #header .header .header-right .nav-main ul.menu .menu-item-39 ul.sub-menu {
        width: 10.416666666666668vw; }
      #header .header .header-right .nav-main ul.menu li {
        padding: 0 1.3020833333333335vw; }
        #header .header .header-right .nav-main ul.menu li a {
          padding: 0.8333333333333334vw 0;
          font-size: 0.78125vw;
          letter-spacing: 0.052083333333333336vw; }
  #header.sticky {
    box-shadow: 0px 0px 1.0416666667vw 0px rgba(0, 0, 0, 0.1); }

  footer h6 {
    font-size: 0.8333333333333334vw;
    margin-bottom: 1.0416666666666665vw; }

  .footer-wrapper {
    padding: 2.604166666666667vw 0; }
    .footer-wrapper .menu-footer-menu-container ul.menu li {
      margin-bottom: 1.0416666666666665vw; }
    .footer-wrapper .menu-services-menu-container ul.menu li {
      margin-bottom: 1.5625vw; }
    .footer-wrapper ul.menu li a {
      font-size: 0.8333333333333334vw; }
    .footer-wrapper .col3 .contact-info-col li {
      margin-bottom: 2.083333333333333vw;
      padding-left: 2.083333333333333vw;
      background-position: left top 0.052083333333333336vw; }
      .footer-wrapper .col3 .contact-info-col li.email {
        background-size: 1.25vw; }
        .footer-wrapper .col3 .contact-info-col li.email a {
          font-size: 0.9375vw; }
      .footer-wrapper .col3 .contact-info-col li.phone {
        background-size: 1.1458333333333333vw; }
        .footer-wrapper .col3 .contact-info-col li.phone a {
          font-size: 1.0416666666666665vw; }
    .footer-wrapper .social li {
      margin-right: 0.625vw; }
    .footer-wrapper .social a {
      width: 2.5vw;
      height: 2.5vw;
      line-height: 2.3958333333333335vw;
      border: 0.052083333333333336vw solid #E4E4E4;
      font-size: 0.8333333333333334vw; }
    .footer-wrapper .footer-logo {
      width: 100%; }
      .footer-wrapper .footer-logo img {
        height: 4.010416666666667vw; }
    .footer-wrapper .nyc-col {
      margin-top: 3.125vw;
      width: 100%; }
      .footer-wrapper .nyc-col img {
        height: 5.208333333333334vw; }

  .seprator-raw .seprator-col {
    height: 0.052083333333333336vw; }

  .copyright {
    padding: 1.1458333333333333vw 0; }
    .copyright p {
      font-size: 0.8333333333333334vw; }

  h1 {
    font-size: 3.3333333333333335vw; }

  h2 {
    font-size: 2.604166666666667vw; }

  h3 {
    font-size: 2.083333333333333vw; }

  h4 {
    font-size: 1.4583333333333333vw; }

  h5 {
    font-size: 1.1458333333333333vw; }

  h6 {
    font-size: 0.9375vw; }

  p {
    font-size: 0.8333333333333334vw; }

  .btn-main,
  input[type=submit] {
    height: 3.6458333333333335vw;
    line-height: 3.854166666666667vw;
    padding: 0 2.604166666666667vw;
    font-size: 0.9375vw;
    letter-spacing: 0.052083333333333336vw;
    border-radius: 3.6458333333333335vw; }

  .btn-schedule a {
    height: 2.604166666666667vw !important;
    line-height: 2.604166666666667vw !important;
    padding: 0 2.604166666666667vw !important;
    font-size: 0.78125vw;
    letter-spacing: 0.052083333333333336vw;
    border-radius: 2.604166666666667vw; }

  .container {
    max-width: 72.91666666666666vw; }

  .main-raw {
    padding: 5.208333333333334vw 0; }

  .padtb70 {
    padding: 3.6458333333333335vw 0; }

  .main-banner {
    height: calc(100vh - 6.25vw);
    min-height: 28.125vw; }
    .main-banner .banner-conn h1 {
      margin-bottom: 1.0416666666666665vw; }
      .main-banner .banner-conn h1 b {
        font-size: 2.8125vw; }
    .main-banner .banner-conn p {
      font-size: 1.25vw;
      margin-bottom: 2.604166666666667vw; }
    .main-banner .banner-conn .border {
      margin: 2.083333333333333vw 0 1.0416666666666665vw; }

  h6.title-col {
    margin-bottom: 1.0416666666666665vw;
    letter-spacing: 0.3125vw; }
    h6.title-col::before {
      left: -3.6458333333333335vw;
      width: 2.5vw;
      height: 0.5208333333333333vw; }
    h6.title-col::after {
      right: -3.6458333333333335vw;
      width: 2.5vw;
      height: 0.5208333333333333vw; }
    h6.title-col.left {
      margin-left: 3.6458333333333335vw; }

  .mission-raw h6.title-col {
    margin-bottom: 1.5625vw; }
  .mission-raw p {
    font-size: 1.0416666666666665vw; }

  .about-wrapper .img-box {
    margin-bottom: -4.6875vw; }
    .about-wrapper .img-box .box1 {
      padding-right: 1.5625vw; }
      .about-wrapper .img-box .box1 .img1 {
        padding-bottom: 1.5625vw; }
    .about-wrapper .img-box .box2 .img1 {
      padding-bottom: 1.5625vw; }
  .about-wrapper .text-box p {
    margin-top: 1.0416666666666665vw; }

  .link {
    font-size: 0.8333333333333334vw;
    letter-spacing: 0.052083333333333336vw;
    margin-top: 2.604166666666667vw;
    background-position: right top 0.15625vw;
    padding-right: 0.7291666666666666vw;
    background-size: 0.3125vw; }
    .link:hover {
      padding-right: 0.9375vw; }

  .why-us-wrapper {
    background-size: 24.270833333333332vw;
    background-position: right -1.0416666666666665vw center;
    margin-top: -4.6875vw; }
    .why-us-wrapper .title-box {
      margin-top: 4.6875vw; }
      .why-us-wrapper .title-box h2 {
        margin-bottom: 1.5625vw; }
    .why-us-wrapper .why-us-box ul li {
      width: 10.416666666666668vw;
      margin: 2.604166666666667vw 1.3020833333333335vw 0;
      box-shadow: 0px 0px 1.0416666667vw 0px rgba(0, 0, 0, 0.08);
      padding: 1.3020833333333335vw 0; }
      .why-us-wrapper .why-us-box ul li:hover {
        box-shadow: 0px 0px 3.125vw 0px rgba(0, 0, 0, 0.2); }
      .why-us-wrapper .why-us-box ul li .icon {
        padding-bottom: 1.0416666666666665vw; }
        .why-us-wrapper .why-us-box ul li .icon img {
          height: 5.208333333333334vw; }
      .why-us-wrapper .why-us-box ul li h6 {
        width: calc(100% - 1.0416666666666665vw);
        padding: 0.5729166666666666vw 0.78125vw 0.4166666666666667vw;
        border-radius: 0 1.0416666666666665vw 1.0416666666666665vw 0; }

  .services-wrapper .title-box {
    padding-bottom: 1.5625vw; }
  .services-wrapper .services-box {
    margin: 2.083333333333333vw 0.20833333333333334vw 0;
    width: calc(25% - 0.625vw); }
    .services-wrapper .services-box .box {
      padding: 2.083333333333333vw 1.0416666666666665vw;
      border: 0.052083333333333336vw solid #E3E3E6; }
      .services-wrapper .services-box .box:before {
        width: 2.083333333333333vw;
        height: 2.083333333333333vw;
        left: -0.20833333333333334vw;
        top: -0.20833333333333334vw; }
      .services-wrapper .services-box .box h5 {
        margin-bottom: 1.5625vw;
        min-height: 4.6875vw; }
      .services-wrapper .services-box .box p {
        font-size: 0.8854166666666666vw;
        min-height: 7.291666666666667vw; }
      .services-wrapper .services-box .box .read-more-btn {
        margin: 1.5625vw 0 0 -1.0416666666666665vw; }

  .read-more-btn {
    min-width: 10.416666666666668vw;
    padding: 0.5729166666666666vw 1.5625vw 0.5208333333333333vw;
    font-size: 0.8333333333333334vw;
    letter-spacing: 0.052083333333333336vw;
    border-radius: 0 1.0416666666666665vw 1.0416666666666665vw 0; }
    .read-more-btn svg {
      right: 1.3020833333333335vw; }

  .resources-wrapper .title-box {
    margin-bottom: 2.604166666666667vw; }
  .resources-wrapper .left-box {
    padding-right: 3.125vw; }
  .resources-wrapper .right-box {
    padding-left: 3.125vw; }
    .resources-wrapper .right-box .post-box {
      margin-bottom: 1.0416666666666665vw; }
      .resources-wrapper .right-box .post-box .img-box {
        width: 13.541666666666666vw; }
      .resources-wrapper .right-box .post-box .text-box {
        width: calc(100% - 13.541666666666666vw);
        padding-left: 1.3020833333333335vw; }
        .resources-wrapper .right-box .post-box .text-box h6 {
          margin-bottom: 0.78125vw; }
        .resources-wrapper .right-box .post-box .text-box .link {
          margin-top: 1.5625vw; }
  .resources-wrapper .btn-wrap {
    margin-top: 3.125vw; }
    .resources-wrapper .btn-wrap .btn-main {
      font-size: 0.8333333333333334vw;
      height: 2.604166666666667vw;
      line-height: 2.8125vw;
      padding: 0 1.5625vw; }

  .video-box .img-box:before {
    width: 4.166666666666666vw;
    height: 4.166666666666666vw;
    left: -0.5208333333333333vw;
    top: -0.5208333333333333vw; }
  .video-box .img-box img,
  .video-box .img-box iframe {
    height: 16.666666666666664vw; }
  .video-box .text-box {
    padding-top: 2.083333333333333vw; }
    .video-box .text-box h5 {
      font-size: 1.0416666666666665vw;
      margin-bottom: 0.78125vw; }
    .video-box .text-box .link {
      margin-top: 1.5625vw; }

  .cta-wrapper {
    padding: 9.375vw 0; }
    .cta-wrapper::after {
      right: -1.0416666666666665vw;
      width: 25.937500000000004vw;
      height: 41.71875vw; }
    .cta-wrapper .cta-box {
      max-width: 30.208333333333332vw; }
      .cta-wrapper .cta-box h2 {
        font-size: 3.125vw;
        margin-bottom: 0.78125vw; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 2.604166666666667vw; }

  .inner-banner {
    height: 23.4375vw; }
    .inner-banner:after {
      width: 21.979166666666668vw;
      height: 20.885416666666668vw;
      right: -1.5625vw; }
    .inner-banner .banner-conn h1 {
      font-size: 3.3333333333333335vw;
      margin-bottom: 1.0416666666666665vw; }
      .inner-banner .banner-conn h1:before {
        width: 3.4895833333333335vw;
        height: 2.604166666666667vw;
        left: -4.6875vw;
        top: 0.26041666666666663vw; }
    .inner-banner .banner-conn h4 {
      font-size: 1.25vw; }

  .services-page-wrapper .title-box p {
    font-size: 1.0416666666666665vw; }
  .services-page-wrapper .box-wrap .box {
    margin-top: 4.166666666666666vw;
    padding: 2.604166666666667vw 0; }
    .services-page-wrapper .box-wrap .box .img-box:before {
      width: 3.125vw;
      height: 3.125vw;
      right: -0.3125vw;
      bottom: -0.3125vw; }
    .services-page-wrapper .box-wrap .box .img-box img {
      box-shadow: 0px 0px 2.0833333333vw 0px rgba(0, 0, 0, 0.15); }
    .services-page-wrapper .box-wrap .box .text-box {
      padding: 2.083333333333333vw 6.25vw 2.083333333333333vw 0px; }
      .services-page-wrapper .box-wrap .box .text-box h5 {
        padding: 0.625vw 3.125vw;
        border-radius: 0 1.5625vw 1.5625vw 0; }
      .services-page-wrapper .box-wrap .box .text-box p {
        padding: 2.604166666666667vw 3.125vw 0; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .img-box:before {
      left: -0.3125vw; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
      padding: 2.083333333333333vw 0px 2.083333333333333vw 6.25vw; }
      .services-page-wrapper .box-wrap .box:nth-child(even) .text-box h5 {
        border-radius: 1.5625vw 0 0 1.5625vw; }
  .services-page-wrapper .id-box {
    margin-top: -12.5vw; }

  .about-page-wrapper .text-box h2 {
    margin-bottom: 1.5625vw; }
  .about-page-wrapper .text-box p {
    margin-bottom: 1.5625vw;
    font-size: 0.8333333333333334vw; }
  .about-page-wrapper .img-box {
    margin-top: -5.208333333333334vw;
    margin-left: 2.604166666666667vw; }
    .about-page-wrapper .img-box .img1 {
      padding: 0 0.5208333333333333vw 1.0416666666666665vw; }
    .about-page-wrapper .img-box .img2 {
      bottom: -7.8125vw;
      padding: 0 0.5208333333333333vw; }

  .team-wrapper {
    background-size: 24.270833333333332vw;
    background-position: right -1.0416666666666665vw bottom 1.0416666666666665vw; }
    .team-wrapper .title-box h2 {
      margin-bottom: 1.0416666666666665vw; }
    .team-wrapper ul li {
      padding: 3.125vw 3.125vw 0; }
      .team-wrapper ul li .box-wrap:before {
        width: 4.166666666666666vw;
        height: 4.166666666666666vw;
        left: -0.4166666666666667vw;
        top: -0.4166666666666667vw; }
      .team-wrapper ul li .box-wrap .image-box img {
        height: 15.625vw; }
      .team-wrapper ul li .box-wrap .text-box {
        padding: 1.0416666666666665vw;
        border: 0.052083333333333336vw solid #EBEBEB; }
        .team-wrapper ul li .box-wrap .text-box h5 {
          padding: 0.4166666666666667vw 1.0416666666666665vw 0.3125vw;
          margin-left: -1.0416666666666665vw;
          border-radius: 0 1.0416666666666665vw 1.0416666666666665vw 0;
          margin-bottom: 1.0416666666666665vw; }
        .team-wrapper ul li .box-wrap .text-box h6 {
          width: calc(100% - 2.34375vw); }
        .team-wrapper ul li .box-wrap .text-box .tool-btn {
          width: 2.083333333333333vw;
          height: 2.083333333333333vw;
          border: 0.052083333333333336vw solid #D6D6D6; }
          .team-wrapper ul li .box-wrap .text-box .tool-btn span {
            font-size: 1.7708333333333333vw; }
            .team-wrapper ul li .box-wrap .text-box .tool-btn span.minus {
              margin-top: -0.10416666666666667vw; }
          .team-wrapper ul li .box-wrap .text-box .tool-btn:after {
            border-left: 1.0416666666666665vw solid transparent;
            border-right: 1.0416666666666665vw solid transparent;
            border-bottom: 1.0416666666666665vw solid #ffffff;
            bottom: -0.5208333333333333vw; }
      .team-wrapper ul li .tooltip-box {
        min-width: 31.25vw;
        padding: 1.3020833333333335vw;
        box-shadow: 0px 0px 1.0416666667vw 0px rgba(0, 0, 0, 0.15);
        bottom: 0.7291666666666666vw; }
        .team-wrapper ul li .tooltip-box h5 {
          margin-bottom: 1.3020833333333335vw; }
        .team-wrapper ul li .tooltip-box p {
          margin-bottom: 1.0416666666666665vw;
          max-height: 10.833333333333334vw; }

  .collective-wrapper .title-box h2 {
    margin-bottom: 1.0416666666666665vw; }
  .collective-wrapper .title-box p {
    font-size: 1.0416666666666665vw; }
  .collective-wrapper .collective-wrap {
    padding: 0 3.125vw;
    margin-top: 2.083333333333333vw; }
  .collective-wrapper .box-wrap {
    padding: 2.604166666666667vw;
    box-shadow: 0px 0px 1.9270833333vw 0px rgba(0, 0, 0, 0.1); }
    .collective-wrapper .box-wrap .logo {
      padding: 0 2.604166666666667vw; }

  .resources-page-wrapper {
    padding-bottom: 2.083333333333333vw;
    margin-top: -3.6458333333333335vw; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 6.770833333333333vw);
      margin: 0 -3.3854166666666665vw; }
    .resources-page-wrapper .left-wrap {
      padding: 0 0.78125vw; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 3.6458333333333335vw; }
        .resources-page-wrapper .left-wrap .video-box .img-box iframe {
          height: 26.5625vw; }
        .resources-page-wrapper .left-wrap .video-box .img-box:before {
          width: 6.979166666666667vw;
          height: 6.979166666666667vw;
          left: -0.7291666666666666vw;
          bottom: -0.7291666666666666vw; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 3.6458333333333335vw 2.604166666666667vw 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 3.6458333333333335vw; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            border: 0.052083333333333336vw solid #EBEBEB;
            padding: 1.5625vw; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
              font-size: 1.0416666666666665vw;
              margin-bottom: 1.0416666666666665vw;
              min-height: 3.125vw; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
              font-size: 0.8854166666666666vw; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box .link {
              margin-top: 1.5625vw; }
    .resources-page-wrapper .right-wrap {
      padding: 0 0.78125vw; }
      .resources-page-wrapper .right-wrap .box-wrap {
        padding: 1.5625vw 1.0416666666666665vw;
        border: 0.052083333333333336vw solid #EBEBEB;
        margin-bottom: 3.125vw; }
        .resources-page-wrapper .right-wrap .box-wrap h6 {
          letter-spacing: 0.3125vw;
          padding-right: 3.125vw;
          margin-bottom: 1.0416666666666665vw; }
          .resources-page-wrapper .right-wrap .box-wrap h6:after {
            width: 2.5vw;
            height: 0.5208333333333333vw; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul {
          padding-top: 0.5208333333333333vw; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li {
            padding-bottom: 1.0416666666666665vw;
            margin-bottom: 1.0416666666666665vw;
            border-bottom: 0.052083333333333336vw solid #EBEBEB; }
            .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
              font-size: 0.9375vw; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          margin-bottom: 1.5625vw;
          padding-bottom: 1.5625vw;
          border-bottom: 0.052083333333333336vw solid #EBEBEB; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 1.0416666666666665vw;
            margin-bottom: 0.5208333333333333vw; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box .link {
            margin-top: 0.78125vw; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
    padding: 2.604166666666667vw 0 0; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
      margin-bottom: 1.5625vw; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
      font-size: 0.9375vw;
      margin-bottom: 1.0416666666666665vw; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h4,
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h6 {
      margin-bottom: 1.0416666666666665vw; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul {
      margin-bottom: 1.0416666666666665vw; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
        font-size: 0.9375vw;
        padding-left: 1.5625vw;
        margin-bottom: 0.78125vw; }
        .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
          width: 0.3645833333333333vw;
          height: 0.3645833333333333vw;
          top: 0.625vw; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .img-box img {
    width: 100%; }

  .notfound-content h1 {
    font-size: 3.6458333333333335vw; }
  .notfound-content h3 {
    margin: 1.3020833333333335vw 0 1.5625vw; }

  .contact-wrap .modal-dialog {
    margin: 3.6458333333333335vw auto;
    max-width: 33.854166666666664vw; }
  .contact-wrap .modal-body {
    padding: 1.8229166666666667vw; }
    .contact-wrap .modal-body button.close {
      padding: 0.3125vw 0.78125vw;
      font-size: 1.3541666666666667vw; }
    .contact-wrap .modal-body h3 {
      margin-bottom: 1.3020833333333333vw;
      padding: 0 0.5208333333333334vw; }
      .contact-wrap .modal-body h3.lf_success {
        font-size: 1.1458333333333333vw;
        padding: 0.9375vw 1.5625vw;
        border-radius: 0.2604166666666667vw; }
  .contact-wrap input[type="text"],
  .contact-wrap input[type="email"],
  .contact-wrap select,
  .contact-wrap textarea {
    border: 0.052083333333333336vw solid #8a8a8a;
    padding: 0.78125vw 1.0416666666666667vw !important;
    font-size: 0.8333333333333334vw !important; }
  .contact-wrap textarea {
    height: 6.25vw !important; }

  div#lf_form_container form {
    width: calc(100% + 1.0416666666666667vw);
    margin: 0 -0.5208333333333334vw; }
    div#lf_form_container form p {
      padding: 0 0.5208333333333334vw 1.0416666666666667vw; }
      div#lf_form_container form p label {
        font-size: 0.8333333333333334vw; }
      div#lf_form_container form p.buttons {
        padding-top: 1.0416666666666667vw; }

  ul.lf_errors {
    margin-bottom: 1.3020833333333333vw;
    padding: 0.9375vw 1.5625vw;
    border-radius: 0.2604166666666667vw; }
    ul.lf_errors li {
      margin-bottom: 0.4166666666666667vw;
      font-size: 0.8333333333333334vw; } }
@media only screen and (min-width: 1401px) and (max-width: 1649px) {
  .container {
    width: 1280px; }

  #header .header {
    padding: 8px 40px; }

  h1 {
    font-size: 58px; }

  h2 {
    font-size: 46px; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: -10%;
    padding-right: 5%; }

  .why-us-wrapper .title-box {
    margin-top: 70px;
    padding: 0 5%; }

  .services-wrapper .services-box .box p {
    min-height: 180px; }

  .resources-wrapper .left-box {
    padding-right: 30px; }
  .resources-wrapper .right-box {
    padding-left: 30px; }
  .resources-wrapper .btn-wrap {
    margin-top: 50px; }

  .cta-wrapper {
    padding: 140px 0; }
    .cta-wrapper .cta-box h2 {
      font-size: 56px; }

  .inner-banner .banner-conn h1 {
    font-size: 58px; }
    .inner-banner .banner-conn h1:before {
      width: 62px;
      height: 46px;
      left: -85px;
      top: 3px; }
  .inner-banner .banner-conn h4 {
    padding-right: 10%; }
  .inner-banner .banner-conn .text-box {
    padding-left: 70px; }

  .about-page-wrapper .img-box {
    width: 60%;
    margin-top: -100px;
    margin-right: -30%; }
  .about-page-wrapper .text-box {
    padding-right: 18%; }

  .team-wrapper ul li {
    padding: 60px 50px 0; }

  .services-page-wrapper .title-box p {
    padding: 0 4%; }
  .services-page-wrapper .box-wrap .box .text-box {
    padding: 40px 80px 40px 0px; }
  .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
    padding: 40px 0px 40px 80px; }

  .resources-page-wrapper {
    margin-top: -60px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 110px);
      margin: 0 -55px; }
    .resources-page-wrapper .left-wrap {
      width: 72%; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 60px 40px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 60px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 60px; }
    .resources-page-wrapper .right-wrap {
      width: 28%; } }
@media only screen and (min-width: 1280px) and (max-width: 1400px) {
  .container {
    width: 1170px; }

  body {
    padding: 106px 0 0px !important; }

  #header .header {
    padding: 8px 30px; }
    #header .header .header-main .logo a img {
      height: 90px; }
    #header .header .header-right {
      padding: 20px 0; }
      #header .header .header-right .nav-main ul.menu li {
        padding: 0 20px; }

  .btn-schedule a {
    padding: 0 35px !important; }

  h1 {
    font-size: 52px; }

  h2 {
    font-size: 42px; }

  h3 {
    font-size: 38px; }

  h4 {
    font-size: 26px; }

  .padtb70 {
    padding: 60px 0; }

  .main-raw {
    padding: 90px 0; }

  .main-banner .banner-conn p {
    font-size: 22px;
    margin-bottom: 40px;
    padding-right: 45%; }

  .btn-main, input[type=submit] {
    height: 60px;
    line-height: 62px;
    padding: 0 50px;
    font-size: 16px; }

  .mission-raw h6.title-col {
    margin-bottom: 20px; }
  .mission-raw p {
    padding: 0 2%; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    margin-left: -10%;
    padding-right: 3%;
    margin-bottom: -70px; }

  .link {
    margin-top: 40px; }

  .why-us-wrapper {
    background-size: 346px; }
    .why-us-wrapper .title-box {
      margin-top: 60px;
      padding: 0 3%; }

  .services-wrapper .title-box {
    padding-bottom: 20px; }
  .services-wrapper .services-box .box p {
    min-height: 180px; }
  .services-wrapper .services-box .box h5 {
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 84px; }

  .resources-wrapper .left-box {
    padding-right: 30px; }
  .resources-wrapper .right-box {
    padding-left: 30px; }
    .resources-wrapper .right-box .post-box .text-box h6 {
      margin-bottom: 10px; }
    .resources-wrapper .right-box .post-box .text-box .link {
      margin-top: 25px; }
  .resources-wrapper .btn-wrap {
    margin-top: 50px; }

  .video-box .text-box h5 {
    font-size: 18px; }

  .cta-wrapper {
    padding: 120px 0; }
    .cta-wrapper .cta-box {
      max-width: 540px; }
      .cta-wrapper .cta-box h2 {
        font-size: 52px; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 40px; }

  .footer-wrapper .col2 {
    padding-right: 2%; }
  .footer-wrapper .col3 {
    padding-left: 2%; }

  .inner-banner {
    height: 380px; }
    .inner-banner:after {
      width: 342px;
      height: 321px; }
    .inner-banner .banner-conn h1 {
      font-size: 52px; }
      .inner-banner .banner-conn h1:before {
        width: 54px;
        height: 40px;
        left: -80px;
        top: 4px; }
    .inner-banner .banner-conn h4 {
      padding-right: 10%;
      font-size: 22px; }
    .inner-banner .banner-conn .text-box {
      padding-left: 60px; }

  .about-page-wrapper .img-box {
    width: 60%;
    margin-top: -90px;
    margin-right: -30%; }
  .about-page-wrapper .text-box {
    padding-right: 18%; }

  .team-wrapper ul li {
    padding: 60px 40px 0; }
    .team-wrapper ul li .box-wrap .text-box h5 {
      font-size: 20px; }

  .collective-wrapper .box-wrap .logo {
    padding: 0 30px; }

  .services-page-wrapper .title-box p {
    padding: 0; }
  .services-page-wrapper .id-box {
    margin-top: -230px; }
  .services-page-wrapper .box-wrap .box .text-box {
    padding: 40px 70px 40px 0px; }
    .services-page-wrapper .box-wrap .box .text-box h5 {
      padding: 12px 50px; }
    .services-page-wrapper .box-wrap .box .text-box p {
      padding: 40px 50px 0; }
  .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
    padding: 40px 0px 40px 70px; }

  .resources-page-wrapper {
    margin-top: -50px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 80px);
      margin: 0 -40px; }
    .resources-page-wrapper .left-wrap {
      width: 72%; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 50px 35px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 50px; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            padding: 25px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 50px; }
    .resources-page-wrapper .right-wrap {
      width: 28%; }
      .resources-page-wrapper .right-wrap .box-wrap h6 {
        letter-spacing: 3px; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
    margin-bottom: 20px; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
    font-size: 16px; }
  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
    font-size: 16px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
      top: 10px; } }
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  body {
    padding: 96px 0 0px !important; }

  #header .header {
    padding: 8px 20px; }
    #header .header .header-main .logo a img {
      height: 80px; }
    #header .header .header-right {
      padding: 18px 0; }
      #header .header .header-right .nav-main ul.menu li {
        padding: 0 20px; }
        #header .header .header-right .nav-main ul.menu li a {
          padding: 14px 0;
          font-size: 14px; }

  .btn-schedule a {
    padding: 0 30px !important;
    height: 46px !important;
    line-height: 46px !important; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 36px; }

  h3 {
    font-size: 32px; }

  h4 {
    font-size: 24px; }

  .padtb70 {
    padding: 60px 0; }

  .main-raw {
    padding: 80px 0; }

  .main-banner .banner-conn p {
    font-size: 22px;
    margin-bottom: 40px;
    padding-right: 45%; }

  .btn-main, input[type=submit] {
    height: 60px;
    line-height: 62px;
    padding: 0 50px;
    font-size: 16px; }

  .mission-raw h6.title-col {
    margin-bottom: 20px; }
  .mission-raw p {
    padding: 0;
    font-size: 18px; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    margin-left: -6%;
    padding-right: 3%;
    margin-bottom: -60px; }
    .about-wrapper .img-box .box1 {
      padding-right: 20px; }
      .about-wrapper .img-box .box1 .img1 {
        padding-bottom: 20px; }
    .about-wrapper .img-box .box2 .img1 {
      padding-bottom: 20px; }
  .about-wrapper .text-box p {
    margin-top: 15px;
    font-size: 14px; }

  .link {
    margin-top: 30px;
    font-size: 14px;
    background-position: right top 1px; }

  .why-us-wrapper {
    background-size: 346px; }
    .why-us-wrapper .title-box {
      margin-top: 60px;
      padding: 0 15px; }
    .why-us-wrapper .why-us-box ul li {
      width: 190px;
      margin: 40px 20px 0; }
      .why-us-wrapper .why-us-box ul li h6 {
        font-size: 16px; }

  .services-wrapper .title-box {
    padding-bottom: 10px; }
  .services-wrapper .services-box .box {
    padding: 30px 20px; }
    .services-wrapper .services-box .box p {
      min-height: 196px;
      font-size: 16px; }
    .services-wrapper .services-box .box h5 {
      font-size: 18px;
      margin-bottom: 20px;
      min-height: 76px; }

  .resources-wrapper .left-box {
    padding-right: 20px; }
  .resources-wrapper .right-box {
    padding-left: 20px; }
    .resources-wrapper .right-box .post-box .img-box {
      width: 220px; }
    .resources-wrapper .right-box .post-box .text-box {
      width: calc(100% - 220px); }
      .resources-wrapper .right-box .post-box .text-box h6 {
        margin-bottom: 10px; }
      .resources-wrapper .right-box .post-box .text-box p {
        font-size: 14px; }
    .resources-wrapper .right-box .post-box .link {
      margin-top: 25px; }
  .resources-wrapper .btn-wrap {
    margin-top: 40px; }

  .video-box .text-box {
    padding-top: 30px; }
    .video-box .text-box h5 {
      font-size: 16px; }

  .cta-wrapper {
    padding: 120px 0;
    /*background-position: left -120px center;*/ }
    .cta-wrapper .cta-box {
      max-width: 500px; }
      .cta-wrapper .cta-box h2 {
        font-size: 48px; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 40px; }

  .footer-wrapper .col2 {
    padding-right: 15px; }
  .footer-wrapper .col3 {
    padding-left: 30px; }
    .footer-wrapper .col3 .contact-info-col li.email {
      background-size: 22px; }
      .footer-wrapper .col3 .contact-info-col li.email a {
        font-size: 16px; }
    .footer-wrapper .col3 .contact-info-col li.phone {
      background-size: 20px; }
      .footer-wrapper .col3 .contact-info-col li.phone a {
        font-size: 18px; }

  .inner-banner {
    height: 360px; }
    .inner-banner:after {
      width: 322px;
      height: 301px; }
    .inner-banner .banner-conn h1 {
      font-size: 48px; }
      .inner-banner .banner-conn h1:before {
        width: 51px;
        height: 38px;
        left: -74px;
        top: 2px; }
    .inner-banner .banner-conn h4 {
      padding-right: 10%;
      font-size: 20px; }
    .inner-banner .banner-conn .text-box {
      padding-left: 80px; }

  .about-page-wrapper .img-box {
    width: 60%;
    margin-top: -80px;
    margin-right: -30%; }
  .about-page-wrapper .text-box {
    padding-right: 18%; }
    .about-page-wrapper .text-box p {
      margin-bottom: 25px; }

  .team-wrapper {
    background-size: 326px; }
    .team-wrapper ul li {
      padding: 50px 30px 0; }
      .team-wrapper ul li .box-wrap .text-box h5 {
        font-size: 20px; }
      .team-wrapper ul li .box-wrap .text-box h6 {
        font-size: 16px; }

  .collective-wrapper .box-wrap {
    padding: 30px; }
    .collective-wrapper .box-wrap .logo {
      padding: 20px 30px; }

  .services-page-wrapper .title-box p {
    padding: 0;
    font-size: 18px; }
  .services-page-wrapper .id-box {
    margin-top: -210px; }
  .services-page-wrapper .box-wrap .box {
    margin-top: 70px;
    padding: 40px 0; }
    .services-page-wrapper .box-wrap .box .text-box {
      padding: 30px 50px 30px 0px; }
      .services-page-wrapper .box-wrap .box .text-box h5 {
        padding: 12px 40px;
        font-size: 20px; }
      .services-page-wrapper .box-wrap .box .text-box p {
        padding: 30px 40px 0;
        font-size: 15px; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
      padding: 30px 0px 30px 50px; }

  .resources-page-wrapper {
    margin-top: -50px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 40px);
      margin: 0 -20px; }
    .resources-page-wrapper .left-wrap {
      width: 72%; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 50px 35px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 50px; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            padding: 25px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
              font-size: 18px;
              min-height: 54px;
              margin-bottom: 15px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
              font-size: 15px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 50px; }
        .resources-page-wrapper .left-wrap .video-box .img-box:before {
          left: -10px;
          bottom: -10px; }
        .resources-page-wrapper .left-wrap .video-box .img-box iframe {
          height: 400px; }
    .resources-page-wrapper .right-wrap {
      width: 28%; }
      .resources-page-wrapper .right-wrap .box-wrap {
        margin-bottom: 50px; }
        .resources-page-wrapper .right-wrap .box-wrap h6 {
          letter-spacing: 2px;
          font-size: 16px;
          padding-right: 52px; }
          .resources-page-wrapper .right-wrap .box-wrap h6:after {
            width: 40px;
            height: 8px;
            top: 46%; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul li {
          padding-bottom: 16px;
          margin-bottom: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
            font-size: 16px; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 18px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box p {
            font-size: 15px; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
    padding: 40px 0 0; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
      margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
      font-size: 16px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
      font-size: 16px; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
        top: 10px; } }
@media only screen and (min-width: 992px) and (max-width: 1120px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  body {
    padding: 86px 0 0px !important; }

  #header .header {
    padding: 8px 20px; }
    #header .header .header-main .logo a img {
      height: 70px; }
    #header .header .header-right {
      padding: 14px 0; }
      #header .header .header-right .nav-main ul.menu li {
        padding: 0 18px; }
        #header .header .header-right .nav-main ul.menu li a {
          padding: 14px 0;
          font-size: 12px; }

  .btn-schedule a {
    padding: 0 30px !important;
    height: 42px !important;
    line-height: 44px !important; }

  h1 {
    font-size: 40px; }

  h2 {
    font-size: 34px; }

  h3 {
    font-size: 30px; }

  h4 {
    font-size: 22px; }

  h5 {
    font-size: 20px; }

  .padtb70 {
    padding: 50px 0; }

  .main-raw {
    padding: 70px 0; }

  .main-banner .banner-conn p {
    font-size: 20px;
    margin-bottom: 40px;
    padding-right: 45%; }

  .btn-main, input[type=submit] {
    height: 56px;
    line-height: 58px;
    padding: 0 50px;
    font-size: 16px; }

  .mission-raw h6.title-col {
    margin-bottom: 15px; }
  .mission-raw p {
    padding: 0;
    font-size: 17px; }

  h6.title-col {
    letter-spacing: 4px;
    margin-bottom: 15px; }
    h6.title-col.left {
      margin-left: 55px; }
    h6.title-col:before {
      left: -55px;
      width: 38px;
      height: 8px; }
    h6.title-col:after {
      right: -55px;
      width: 38px;
      height: 8px; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    margin-left: -6%;
    padding-right: 3%;
    margin-bottom: 0px; }
    .about-wrapper .img-box .box1 {
      padding-right: 20px; }
      .about-wrapper .img-box .box1 .img1 {
        padding-bottom: 20px; }
    .about-wrapper .img-box .box2 .img1 {
      padding-bottom: 20px; }
  .about-wrapper .text-box p {
    margin-top: 15px;
    font-size: 14px; }

  .link {
    margin-top: 30px;
    font-size: 14px;
    background-position: right top 1px; }

  .why-us-wrapper {
    background-size: 296px;
    margin-top: 0px; }
    .why-us-wrapper .title-box {
      margin-top: 0px;
      padding: 0 15px; }
      .why-us-wrapper .title-box h2 {
        margin-bottom: 20px; }
      .why-us-wrapper .title-box p {
        font-size: 14px; }
    .why-us-wrapper .why-us-box ul li {
      width: 190px;
      margin: 35px 15px 0; }
      .why-us-wrapper .why-us-box ul li h6 {
        font-size: 16px; }

  .services-wrapper .title-box {
    padding-bottom: 0px; }
  .services-wrapper .services-box .box {
    padding: 20px 15px; }
    .services-wrapper .services-box .box p {
      min-height: 175px;
      font-size: 14px; }
    .services-wrapper .services-box .box h5 {
      font-size: 17px;
      margin-bottom: 15px;
      min-height: 69px; }
    .services-wrapper .services-box .box .read-more-btn {
      margin: 20px 0 0 -15px; }

  .read-more-btn {
    min-width: 180px;
    padding: 11px 20px 10px;
    font-size: 14px; }

  .resources-wrapper .title-box {
    margin-bottom: 30px; }
  .resources-wrapper .left-box {
    padding-right: 20px; }
  .resources-wrapper .right-box {
    padding-left: 20px; }
    .resources-wrapper .right-box .post-box .img-box {
      width: 160px; }
    .resources-wrapper .right-box .post-box .text-box {
      width: calc(100% - 160px);
      padding-left: 20px; }
      .resources-wrapper .right-box .post-box .text-box h6 {
        margin-bottom: 10px;
        font-size: 16px; }
      .resources-wrapper .right-box .post-box .text-box p {
        font-size: 14px; }
    .resources-wrapper .right-box .post-box .link {
      margin-top: 25px; }
  .resources-wrapper .btn-wrap {
    margin-top: 20px; }
    .resources-wrapper .btn-wrap .btn-main {
      font-size: 14px;
      height: 44px;
      line-height: 48px;
      padding: 0 30px; }

  .video-box .img-box img,
  .video-box .img-box iframe {
    height: 280px; }
  .video-box .text-box {
    padding-top: 20px; }
    .video-box .text-box h5 {
      font-size: 16px; }

  .cta-wrapper {
    padding: 100px 0;
    /*background-position: left -120px center;*/ }
    .cta-wrapper .cta-box {
      max-width: 420px; }
      .cta-wrapper .cta-box h2 {
        font-size: 44px; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 30px; }
    .cta-wrapper:after {
      width: 228px;
      height: 371px; }

  .footer-wrapper ul.menu li {
    margin-bottom: 20px; }
    .footer-wrapper ul.menu li a {
      font-size: 14px; }
  .footer-wrapper .col2 {
    padding-right: 15px; }
  .footer-wrapper .col3 {
    padding-left: 30px; }
    .footer-wrapper .col3 .contact-info-col li {
      margin-bottom: 35px;
      padding-left: 35px; }
      .footer-wrapper .col3 .contact-info-col li.email {
        background-size: 18px; }
        .footer-wrapper .col3 .contact-info-col li.email a {
          font-size: 14px; }
      .footer-wrapper .col3 .contact-info-col li.phone {
        background-size: 20px; }
        .footer-wrapper .col3 .contact-info-col li.phone a {
          font-size: 18px; }
  .footer-wrapper .nyc-col {
    margin-top: 40px; }

  .copyright {
    padding: 20px 0; }
    .copyright p {
      font-size: 14px; }

  .inner-banner {
    height: 340px; }
    .inner-banner:after {
      width: 302px;
      height: 281px; }
    .inner-banner .banner-conn h1 {
      font-size: 40px; }
      .inner-banner .banner-conn h1:before {
        width: 46px;
        height: 34px;
        left: -66px;
        top: 1px; }
    .inner-banner .banner-conn h4 {
      padding-right: 10%;
      font-size: 18px; }
    .inner-banner .banner-conn .text-box {
      padding-left: 70px; }

  .about-page-wrapper .img-box {
    width: 60%;
    margin-top: -70px;
    margin-right: -30%;
    margin-left: 30px; }
  .about-page-wrapper .text-box {
    padding-right: 18%; }
    .about-page-wrapper .text-box p {
      margin-bottom: 20px;
      font-size: 15px; }

  .team-wrapper {
    background-size: 276px; }
    .team-wrapper ul li {
      padding: 50px 20px 0; }
      .team-wrapper ul li .tooltip-box h5 {
        margin-bottom: 18px; }
      .team-wrapper ul li .box-wrap:before {
        left: -6px;
        top: -6px; }
      .team-wrapper ul li .box-wrap .image-box img {
        height: 280px; }
      .team-wrapper ul li .box-wrap .text-box {
        padding: 15px; }
        .team-wrapper ul li .box-wrap .text-box h5 {
          font-size: 18px;
          margin-left: -15px;
          padding: 10px 15px 8px; }
        .team-wrapper ul li .box-wrap .text-box h6 {
          font-size: 16px; }

  .collective-wrapper .title-box p {
    font-size: 18px;
    padding: 0 8%; }
  .collective-wrapper .box-wrap {
    padding: 25px; }
    .collective-wrapper .box-wrap .logo {
      padding: 15px 18px; }

  .services-page-wrapper .title-box p {
    padding: 0;
    font-size: 16px; }
  .services-page-wrapper .id-box {
    margin-top: -160px; }
  .services-page-wrapper .box-wrap .box {
    margin-top: 60px;
    padding: 30px 0; }
    .services-page-wrapper .box-wrap .box .text-box {
      padding: 30px 40px 30px 0px; }
      .services-page-wrapper .box-wrap .box .text-box h5 {
        padding: 12px 30px;
        font-size: 18px; }
      .services-page-wrapper .box-wrap .box .text-box p {
        padding: 20px 30px 0;
        font-size: 14px; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
      padding: 30px 0px 30px 40px; }

  .resources-page-wrapper {
    margin-top: -40px;
    padding-bottom: 20px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 40px);
      margin: 0 -20px; }
    .resources-page-wrapper .left-wrap {
      width: 70%; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 40px 30px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 40px; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            padding: 25px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
              font-size: 16px;
              min-height: 48px;
              margin-bottom: 15px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
              font-size: 14px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 40px; }
        .resources-page-wrapper .left-wrap .video-box .img-box:before {
          left: -8px;
          bottom: -8px; }
        .resources-page-wrapper .left-wrap .video-box .img-box iframe {
          height: 350px; }
    .resources-page-wrapper .right-wrap {
      width: 30%; }
      .resources-page-wrapper .right-wrap .box-wrap {
        margin-bottom: 50px; }
        .resources-page-wrapper .right-wrap .box-wrap h6 {
          letter-spacing: 1px;
          font-size: 16px;
          padding-right: 52px; }
          .resources-page-wrapper .right-wrap .box-wrap h6:after {
            width: 40px;
            height: 8px;
            top: 46%; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul li {
          padding-bottom: 16px;
          margin-bottom: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
            font-size: 16px; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box p {
            font-size: 14px; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
    padding: 40px 0 0; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
      margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
      font-size: 16px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
      font-size: 16px; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
        top: 10px; }

  .notfound-content h1 {
    font-size: 60px; } }
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 98%;
    padding: 0 15px; }

  body {
    padding: 76px 0 0px !important; }

  #header .header {
    padding: 8px 20px; }
    #header .header .header-main .logo a img {
      height: 60px; }
    #header .header .header-right {
      padding: 10px 0; }
      #header .header .header-right .nav-main ul.menu li {
        padding: 0 10px; }
        #header .header .header-right .nav-main ul.menu li a {
          padding: 14px 0;
          font-size: 11px;
          line-height: 115%; }

  .btn-schedule a {
    padding: 0 20px !important;
    height: 40px !important;
    line-height: 42px !important; }

  h1 {
    font-size: 32px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  .padtb70 {
    padding: 50px 0; }

  .main-raw {
    padding: 60px 0; }

  .main-banner {
    height: calc(100vh - 76px);
    min-height: 400px; }
    .main-banner .banner-conn p {
      font-size: 18px;
      margin-bottom: 40px;
      padding-right: 30%; }

  .btn-main, input[type=submit] {
    height: 48px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 14px; }

  .mission-raw h6.title-col {
    margin-bottom: 15px; }
  .mission-raw p {
    padding: 0;
    font-size: 17px; }

  h6.title-col {
    letter-spacing: 4px;
    margin-bottom: 15px; }
    h6.title-col.left {
      margin-left: 50px; }
    h6.title-col:before {
      left: -50px;
      width: 34px;
      top: 48%;
      height: 7px; }
    h6.title-col:after {
      right: -50px;
      width: 34px;
      top: 48%;
      height: 7px; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 56%;
    flex: 0 0 56%;
    max-width: 56%;
    margin-left: -6%;
    padding-right: 3%;
    margin-bottom: 0px; }
    .about-wrapper .img-box .box1 {
      padding-right: 20px; }
      .about-wrapper .img-box .box1 .img1 {
        padding-bottom: 20px; }
    .about-wrapper .img-box .box2 .img1 {
      padding-bottom: 20px; }
  .about-wrapper .text-box {
    padding-left: 15px; }
    .about-wrapper .text-box p {
      margin-top: 15px;
      font-size: 14px; }

  .link {
    margin-top: 30px;
    font-size: 14px;
    background-position: right top 1px; }

  .why-us-wrapper {
    background-size: 266px;
    margin-top: 0px; }
    .why-us-wrapper .title-box {
      margin-top: 0px;
      padding: 0 15px; }
      .why-us-wrapper .title-box h2 {
        margin-bottom: 20px; }
      .why-us-wrapper .title-box p {
        font-size: 14px; }
    .why-us-wrapper .why-us-box ul li {
      width: 180px;
      margin: 30px 10px 0;
      padding: 20px 0; }
      .why-us-wrapper .why-us-box ul li .icon img {
        height: 80px; }
      .why-us-wrapper .why-us-box ul li h6 {
        font-size: 14px;
        padding: 12px 15px 12px; }

  .services-wrapper .title-box {
    padding-bottom: 0px; }
  .services-wrapper .services-box {
    margin: 30px 10px 0;
    width: calc(50% - 24px); }
    .services-wrapper .services-box .box {
      padding: 20px 15px; }
      .services-wrapper .services-box .box p {
        min-height: 108px;
        font-size: 15px; }
      .services-wrapper .services-box .box h5 {
        font-size: 18px;
        margin-bottom: 15px;
        min-height: 50px; }
      .services-wrapper .services-box .box .read-more-btn {
        margin: 20px 0 0 -15px; }

  .read-more-btn {
    min-width: 180px;
    padding: 11px 20px 10px;
    font-size: 14px; }

  .resources-wrapper .title-box {
    margin-bottom: 30px; }
  .resources-wrapper .left-box {
    padding-right: 15px; }
  .resources-wrapper .right-box {
    padding-left: 15px; }
    .resources-wrapper .right-box .post-box .img-box {
      width: 140px; }
    .resources-wrapper .right-box .post-box .text-box {
      width: calc(100% - 140px);
      padding-left: 20px; }
      .resources-wrapper .right-box .post-box .text-box h6 {
        margin-bottom: 10px;
        font-size: 15px; }
      .resources-wrapper .right-box .post-box .text-box p {
        font-size: 13px; }
      .resources-wrapper .right-box .post-box .text-box .link {
        margin-top: 20px; }
  .resources-wrapper .btn-wrap {
    margin-top: 20px; }
    .resources-wrapper .btn-wrap .btn-main {
      font-size: 14px;
      height: 44px;
      line-height: 48px;
      padding: 0 30px; }

  .video-box .img-box:before {
    left: -6px;
    top: -6px; }
  .video-box .img-box img,
  .video-box .img-box iframe {
    height: 200px; }
  .video-box .text-box {
    padding-top: 20px; }
    .video-box .text-box h5 {
      font-size: 16px; }

  .cta-wrapper {
    padding: 80px 0;
    /*background-position: left -120px center;*/ }
    .cta-wrapper:after {
      width: 228px;
      height: 371px; }
    .cta-wrapper .cta-box {
      max-width: 350px; }
      .cta-wrapper .cta-box h2 {
        font-size: 40px; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 30px; }

  .footer-wrapper ul.menu li {
    margin-bottom: 20px; }
    .footer-wrapper ul.menu li a {
      font-size: 14px; }
  .footer-wrapper .col2 {
    padding-right: 15px; }
  .footer-wrapper .col3 {
    padding-left: 15px; }
    .footer-wrapper .col3 .contact-info-col li {
      margin-bottom: 30px;
      padding-left: 30px; }
      .footer-wrapper .col3 .contact-info-col li.email {
        background-size: 18px; }
        .footer-wrapper .col3 .contact-info-col li.email a {
          font-size: 12px; }
      .footer-wrapper .col3 .contact-info-col li.phone {
        background-size: 18px; }
        .footer-wrapper .col3 .contact-info-col li.phone a {
          font-size: 16px; }
  .footer-wrapper .nyc-col {
    margin-top: 40px; }

  .copyright {
    padding: 18px 0; }
    .copyright p {
      font-size: 14px; }

  .inner-banner {
    height: 300px; }
    .inner-banner:after {
      width: 282px;
      height: 261px; }
    .inner-banner .banner-conn h1 {
      font-size: 32px;
      margin-bottom: 15px; }
      .inner-banner .banner-conn h1:before {
        width: 35px;
        height: 26px;
        left: -50px;
        top: 1px; }
    .inner-banner .banner-conn h4 {
      padding-right: 10%;
      font-size: 16px; }
    .inner-banner .banner-conn .text-box {
      padding-left: 60px; }

  .about-page-wrapper .text-box h2 {
    margin-bottom: 20px; }
  .about-page-wrapper .img-box {
    width: 60%;
    margin-top: -60px;
    margin-right: -28%;
    margin-left: 20px; }
  .about-page-wrapper .text-box {
    padding-right: 18%; }
    .about-page-wrapper .text-box p {
      margin-bottom: 20px;
      font-size: 14px; }

  .team-wrapper {
    background-size: 276px; }
    .team-wrapper .title-box h2 {
      margin-bottom: 15px; }
    .team-wrapper ul li {
      padding: 50px 20px 0;
      width: 50%; }
      .team-wrapper ul li:nth-child(even) .tooltip-box {
        left: initial;
        right: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
      .team-wrapper ul li:nth-child(odd) .tooltip-box {
        left: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
      .team-wrapper ul li .tooltip-box h5 {
        margin-bottom: 18px; }
      .team-wrapper ul li .box-wrap:before {
        left: -6px;
        top: -6px; }
      .team-wrapper ul li .box-wrap .text-box h5 {
        font-size: 18px;
        padding: 10px 20px 8px; }
      .team-wrapper ul li .box-wrap .text-box h6 {
        font-size: 16px; }

  .collective-wrapper .title-box p {
    font-size: 16px;
    padding: 0 0; }
  .collective-wrapper .box-wrap {
    padding: 15px; }
    .collective-wrapper .box-wrap .logo {
      padding: 15px 15px; }
      .collective-wrapper .box-wrap .logo img {
        max-height: 100px; }

  .footer-wrapper .menu-services-menu-container ul.menu li {
    margin-bottom: 20px; }

  .services-page-wrapper .title-box p {
    padding: 0;
    font-size: 15px; }
  .services-page-wrapper .id-box {
    margin-top: -140px; }
  .services-page-wrapper .box-wrap .box {
    margin-top: 50px;
    padding: 30px 0; }
    .services-page-wrapper .box-wrap .box .text-box {
      padding: 20px 30px 20px 0px; }
      .services-page-wrapper .box-wrap .box .text-box h5 {
        padding: 12px 25px;
        font-size: 16px; }
      .services-page-wrapper .box-wrap .box .text-box p {
        padding: 20px 25px 0;
        font-size: 14px;
        line-height: 180%; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
      padding: 20px 0px 20px 30px; }

  .resources-page-wrapper {
    margin-top: -30px;
    padding-bottom: 20px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 40px);
      margin: 0 -20px; }
    .resources-page-wrapper .left-wrap {
      width: 65%; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 30px 25px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 30px;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            padding: 25px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
              font-size: 18px;
              min-height: initial;
              margin-bottom: 15px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
              font-size: 15px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 30px; }
        .resources-page-wrapper .left-wrap .video-box .img-box:before {
          left: -8px;
          bottom: -8px; }
        .resources-page-wrapper .left-wrap .video-box .img-box iframe {
          height: 300px; }
    .resources-page-wrapper .right-wrap {
      width: 35%;
      padding-left: 0px; }
      .resources-page-wrapper .right-wrap .box-wrap {
        padding: 20px 15px;
        margin-bottom: 40px; }
        .resources-page-wrapper .right-wrap .box-wrap h6 {
          letter-spacing: 1px;
          font-size: 16px;
          padding-right: 52px; }
          .resources-page-wrapper .right-wrap .box-wrap h6:after {
            width: 40px;
            height: 8px;
            top: 46%; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul li {
          padding-bottom: 16px;
          margin-bottom: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
            font-size: 16px; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box p {
            font-size: 14px; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
    padding: 30px 0 0; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
      margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
      font-size: 14px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 12px; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
        top: 8px; }

  .notfound-content h1 {
    font-size: 60px; } }
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 20px; }

  .scroll {
    overflow: hidden; }

  #header .header .header-right {
    padding-top: 45px; }
    #header .header .header-right .nav-main {
      width: 100%;
      height: 100vh !important;
      position: fixed;
      left: -100%;
      top: 0px;
      padding-right: 0;
      overflow: hidden;
      z-index: 9;
      display: none;
      -webkit-transition: all 0.25s ease 0s;
      transition: all 0.25s ease 0s; }
      #header .header .header-right .nav-main ul.menu {
        background: #ffffff;
        padding: 100px 0 30px;
        position: relative;
        z-index: 9;
        height: 100vh; }
        #header .header .header-right .nav-main ul.menu li {
          float: none;
          display: inline-block;
          width: 100%;
          height: auto;
          padding: 12px 20px;
          opacity: 0;
          -webkit-transform: translate3d(-80px, 0, 0);
          transform: translate3d(-80px, 0, 0);
          -webkit-transition: all 0.2s ease-out 0.2s;
          transition: all 0.2s ease-out 0.2s; }
          #header .header .header-right .nav-main ul.menu li:last-child {
            padding-right: 20px; }
          #header .header .header-right .nav-main ul.menu li a {
            float: none;
            display: inline-block;
            height: auto;
            line-height: 120%;
            font-size: 16px;
            padding: 0;
            color: white;
            -webkit-transition: inherit;
            transition: inherit; }
            #header .header .header-right .nav-main ul.menu li a::after {
              display: none; }
          #header .header .header-right .nav-main ul.menu li .hover {
            display: none; }

  .nav_open {
    overflow: hidden; }
    .nav_open .w-logo {
      opacity: 0;
      visibility: hidden; }
    .nav_open .dark-logo {
      opacity: 1;
      visibility: visible; }
    .nav_open #header .header .header-right .nav-main {
      left: 0px; }
      .nav_open #header .header .header-right .nav-main ul.menu li {
        opacity: 1; }
        .nav_open #header .header .header-right .nav-main ul.menu li a {
          color: #000000; }
        .nav_open #header .header .header-right .nav-main ul.menu li.current-menu-item a {
          color: #537f32; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(1) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.2s;
          transition: all 0.3s ease-out 0.2s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(2) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.3s;
          transition: all 0.3s ease-out 0.3s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(3) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.4s;
          transition: all 0.3s ease-out 0.4s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(4) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.5s;
          transition: all 0.3s ease-out 0.5s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(5) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.6s;
          transition: all 0.3s ease-out 0.6s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(6) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.6s;
          transition: all 0.3s ease-out 0.6s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(7) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.8s;
          transition: all 0.3s ease-out 0.8s; }
        .nav_open #header .header .header-right .nav-main ul.menu li:nth-child(8) {
          -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: all 0.3s ease-out 0.9s;
          transition: all 0.3s ease-out 0.9s; }

  .res_navigation {
    width: 30px;
    display: block;
    top: 25px; }

  .nav_open .nav-toggle span,
  #header.sticky .nav-toggle span {
    background: #93c93f !important; }

  body {
    padding: 86px 0 0px !important; }

  #header .header {
    padding: 8px 20px; }
    #header .header .header-main .logo a img {
      height: 70px; }
    #header .header .header-right {
      padding: 10px 0; }

  .btn-schedule a {
    padding: 0 35px !important;
    height: 48px !important;
    line-height: 50px !important; }

  h1 {
    font-size: 30px; }

  h2 {
    font-size: 28px; }

  h3 {
    font-size: 24px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  p {
    font-size: 14px; }

  .padtb70 {
    padding: 40px 0; }

  .main-raw {
    padding: 60px 0; }

  .main-banner {
    height: auto;
    min-height: initial;
    background-position: left center;
    padding: 60px 0; }
    .main-banner .banner-conn {
      position: initial;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
      .main-banner .banner-conn h1 {
        margin-bottom: 15px; }
      .main-banner .banner-conn p {
        font-size: 18px;
        margin-bottom: 30px;
        padding-right: 0%; }

  .btn-main, input[type=submit] {
    height: 48px;
    line-height: 50px;
    padding: 0 40px;
    font-size: 14px; }

  .mission-raw h6.title-col {
    margin-bottom: 15px; }
  .mission-raw p {
    padding: 0;
    font-size: 16px;
    line-height: 180%; }

  h6.title-col {
    letter-spacing: 4px;
    margin-bottom: 15px; }
    h6.title-col.left {
      margin-left: 50px; }
    h6.title-col:before {
      left: -50px;
      width: 34px;
      top: 48%;
      height: 7px; }
    h6.title-col:after {
      right: -50px;
      width: 34px;
      top: 48%;
      height: 7px; }

  .about-wrapper .img-box {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 15px;
    margin-bottom: 40px; }
    .about-wrapper .img-box .box1 {
      padding-right: 20px; }
      .about-wrapper .img-box .box1 .img1 {
        padding-bottom: 20px; }
    .about-wrapper .img-box .box2 .img1 {
      padding-bottom: 20px; }
  .about-wrapper .text-box {
    padding-left: 15px; }
    .about-wrapper .text-box p {
      margin-top: 15px;
      font-size: 14px; }

  .link {
    margin-top: 30px;
    font-size: 14px;
    background-position: right top 1px; }

  .why-us-wrapper {
    background-size: 266px;
    margin-top: 0px; }
    .why-us-wrapper .title-box {
      margin-top: 0px;
      padding: 0 15px; }
      .why-us-wrapper .title-box h2 {
        margin-bottom: 20px; }
      .why-us-wrapper .title-box p {
        font-size: 14px; }
    .why-us-wrapper .why-us-box ul li {
      width: 180px;
      margin: 30px 10px 0;
      padding: 20px 0; }
      .why-us-wrapper .why-us-box ul li h6 {
        font-size: 14px;
        padding: 12px 15px 12px; }

  .services-wrapper .title-box {
    padding-bottom: 0px; }
  .services-wrapper .services-box {
    margin: 30px 0px 0;
    width: calc(100% - 0px); }
    .services-wrapper .services-box .box {
      padding: 20px 15px; }
      .services-wrapper .services-box .box p {
        min-height: initial;
        font-size: 16px; }
      .services-wrapper .services-box .box h5 {
        font-size: 18px;
        margin-bottom: 15px;
        min-height: initial; }
      .services-wrapper .services-box .box .read-more-btn {
        margin: 20px 0 0 -15px; }

  .read-more-btn {
    min-width: 180px;
    padding: 11px 20px 10px;
    font-size: 14px; }

  .resources-wrapper .title-box {
    margin-bottom: 30px; }
  .resources-wrapper .left-box {
    padding-right: 15px; }
  .resources-wrapper .right-box {
    padding-left: 15px;
    margin-top: 30px; }
    .resources-wrapper .right-box .post-box .img-box {
      width: 160px; }
    .resources-wrapper .right-box .post-box .text-box {
      width: calc(100% - 160px);
      padding-left: 20px; }
      .resources-wrapper .right-box .post-box .text-box h6 {
        margin-bottom: 10px;
        font-size: 16px; }
      .resources-wrapper .right-box .post-box .text-box p {
        font-size: 14px; }
      .resources-wrapper .right-box .post-box .text-box .link {
        margin-top: 20px; }
  .resources-wrapper .btn-wrap {
    margin-top: 30px; }
    .resources-wrapper .btn-wrap .btn-main {
      font-size: 14px;
      height: 44px;
      line-height: 48px;
      padding: 0 30px; }

  .video-box .img-box:before {
    left: -6px;
    top: -6px; }
  .video-box .img-box img,
  .video-box .img-box iframe {
    height: 300px; }
  .video-box .text-box {
    padding-top: 20px; }
    .video-box .text-box h5 {
      font-size: 16px; }

  .cta-wrapper {
    padding: 70px 0;
    /*background-position: left -160px center;*/ }
    .cta-wrapper:after {
      width: 228px;
      height: 371px; }
    .cta-wrapper:before {
      background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, black 100%);
      background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.3) 0%, black 100%);
      background: linear-gradient(to right, rgba(0, 0, 0, 0.3) 0%, black 100%); }
    .cta-wrapper .cta-box {
      max-width: 320px; }
      .cta-wrapper .cta-box h2 {
        font-size: 34px; }
      .cta-wrapper .cta-box h4 {
        margin-bottom: 30px;
        font-size: 18px; }

  .footer-wrapper ul.menu li {
    margin-bottom: 20px; }
    .footer-wrapper ul.menu li a {
      font-size: 14px; }
  .footer-wrapper .col1,
  .footer-wrapper .col2 {
    display: none; }
  .footer-wrapper .col3 {
    padding-left: 15px; }
    .footer-wrapper .col3 .contact-info-col li {
      margin-bottom: 30px;
      padding-left: 40px; }
      .footer-wrapper .col3 .contact-info-col li.email {
        background-size: 22px; }
        .footer-wrapper .col3 .contact-info-col li.email a {
          font-size: 16px; }
      .footer-wrapper .col3 .contact-info-col li.phone {
        background-size: 20px; }
        .footer-wrapper .col3 .contact-info-col li.phone a {
          font-size: 18px; }
  .footer-wrapper .footer-logo,
  .footer-wrapper .nyc-col {
    margin: 20px 15px 0; }

  .copyright {
    padding: 18px 0; }
    .copyright p {
      font-size: 14px; }

  .inner-banner {
    height: 260px; }
    .inner-banner:after {
      width: 232px;
      height: 211px; }
    .inner-banner .banner-conn h1 {
      font-size: 24px;
      margin-bottom: 12px; }
      .inner-banner .banner-conn h1:before {
        width: 27px;
        height: 20px;
        left: -40px;
        top: 1px; }
    .inner-banner .banner-conn h4 {
      padding-right: 0;
      font-size: 14px; }
    .inner-banner .banner-conn .text-box {
      padding-left: 50px; }

  .about-page-wrapper .text-box h2 {
    margin-bottom: 18px; }
  .about-page-wrapper .img-box {
    display: none; }
  .about-page-wrapper .text-box {
    padding-right: 15px; }
    .about-page-wrapper .text-box p {
      margin-bottom: 20px;
      font-size: 14px; }

  .team-wrapper {
    background-size: 276px; }
    .team-wrapper ul li {
      padding: 50px 20px 0;
      width: 100%;
      max-width: 380px;
      float: none;
      display: inline-block; }
      .team-wrapper ul li:nth-child(even) .tooltip-box {
        left: initial;
        right: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
      .team-wrapper ul li:nth-child(odd) .tooltip-box {
        left: 0;
        -webkit-transform: translate(0%, 100%);
        transform: translate(0%, 100%); }
      .team-wrapper ul li .tooltip-box {
        min-width: 100%; }
        .team-wrapper ul li .tooltip-box h5 {
          margin-bottom: 18px; }
      .team-wrapper ul li .box-wrap:before {
        left: -6px;
        top: -6px; }
      .team-wrapper ul li .box-wrap .text-box h5 {
        font-size: 18px;
        padding: 10px 20px 8px; }
      .team-wrapper ul li .box-wrap .text-box h6 {
        font-size: 16px; }

  .collective-wrapper .collective-wrap {
    padding: 0 15px;
    margin-top: 30px; }
  .collective-wrapper .title-box p {
    font-size: 14px;
    padding: 0 0; }
  .collective-wrapper .box-wrap {
    padding: 15px; }
    .collective-wrapper .box-wrap .logo {
      padding: 15px 15px; }
      .collective-wrapper .box-wrap .logo img {
        max-height: 80px; }

  .services-page-wrapper .title-box p {
    padding: 0;
    font-size: 14px; }
  .services-page-wrapper .id-box {
    margin-top: -130px; }
  .services-page-wrapper .box-wrap .box {
    margin-top: 50px;
    padding: 0px 0; }
    .services-page-wrapper .box-wrap .box:before {
      display: none; }
    .services-page-wrapper .box-wrap .box .img-box {
      width: 100%; }
      .services-page-wrapper .box-wrap .box .img-box img {
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15); }
    .services-page-wrapper .box-wrap .box .text-box {
      width: 100%;
      padding: 30px 0px 0px 0px; }
      .services-page-wrapper .box-wrap .box .text-box h5 {
        padding: 12px 25px;
        font-size: 16px; }
      .services-page-wrapper .box-wrap .box .text-box p {
        padding: 20px 0px 0 25px;
        font-size: 14px;
        line-height: 180%; }
    .services-page-wrapper .box-wrap .box:nth-child(even) .text-box {
      padding: 30px 0px 0px 0px; }
      .services-page-wrapper .box-wrap .box:nth-child(even) .text-box h5 {
        border-radius: 0 50px 50px 0; }

  .resources-page-wrapper {
    margin-top: 0px;
    padding-bottom: 20px; }
    .resources-page-wrapper .resources-page {
      width: calc(100% + 0px);
      margin: 0 0px; }
    .resources-page-wrapper .left-wrap {
      width: 100%;
      padding: 0px; }
      .resources-page-wrapper .left-wrap .box-wrap {
        padding: 50px 0px 0; }
        .resources-page-wrapper .left-wrap .box-wrap .post-box {
          margin-bottom: 30px;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
          .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
            padding: 25px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
              font-size: 18px;
              min-height: initial;
              margin-bottom: 15px; }
            .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
              font-size: 15px; }
      .resources-page-wrapper .left-wrap .video-box {
        padding-bottom: 30px; }
        .resources-page-wrapper .left-wrap .video-box .img-box:before {
          width: 100px;
          height: 100px;
          left: -6px;
          bottom: -6px; }
        .resources-page-wrapper .left-wrap .video-box .img-box iframe {
          height: 300px; }
    .resources-page-wrapper .right-wrap {
      width: 100%;
      padding: 0px;
      margin-top: 20px;
      margin-bottom: 30px; }
      .resources-page-wrapper .right-wrap .box-wrap {
        margin-bottom: 30px; }
        .resources-page-wrapper .right-wrap .box-wrap h6 {
          letter-spacing: 1px;
          font-size: 16px;
          padding-right: 52px; }
          .resources-page-wrapper .right-wrap .box-wrap h6:after {
            width: 40px;
            height: 8px;
            top: 46%; }
        .resources-page-wrapper .right-wrap .box-wrap .category ul li {
          padding-bottom: 16px;
          margin-bottom: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .category ul li a {
            font-size: 16px; }
        .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box {
          margin-bottom: 25px;
          padding-bottom: 25px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box h5 {
            font-size: 16px; }
          .resources-page-wrapper .right-wrap .box-wrap .post-box .text-box p {
            font-size: 14px; }

  .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box {
    padding: 30px 0 0; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box h3 {
      margin-bottom: 20px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box p {
      font-size: 14px; }
    .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li {
      font-size: 14px;
      padding-left: 20px;
      margin-bottom: 12px; }
      .resources-page-wrapper.resources-single .left-wrap .box-wrap .post-box .text-box ul li:before {
        top: 8px; }

  .notfound-content h1 {
    font-size: 50px; }

  .contact-wrap .modal-dialog {
    margin: 50px auto;
    padding: 0 20px; }
  .contact-wrap .modal-body {
    padding: 25px; }
    .contact-wrap .modal-body button.close {
      padding: 6px 14px; }
    .contact-wrap .modal-body h3.lf_success,
    .contact-wrap .modal-body h3.lf_failure {
      font-size: 18px;
      padding: 18px 20px; }
  .contact-wrap input[type="text"],
  .contact-wrap input[type="email"],
  .contact-wrap select,
  .contact-wrap textarea {
    padding: 12px 20px !important; }
  .contact-wrap textarea {
    height: 100px !important; }

  ul.lf_errors {
    margin-bottom: 25px;
    padding: 15px 20px; }
    ul.lf_errors li {
      font-size: 16px; }

  div#lf_form_container form p.buttons {
    padding-top: 10px; } }
@media only screen and (max-device-width: 480px) {
  html {
    -webkit-text-size-adjust: none; } }
@media (max-width: 479px) {
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px; }

  body {
    padding: 80px 0 0px !important; }

  #header .header {
    padding: 8px 15px; }
    #header .header .header-main .logo a img {
      height: 64px; }
    #header .header .header-right .nav-main ul.menu li {
      padding: 12px 15px; }
      #header .header .header-right .nav-main ul.menu li a {
        font-size: 14px; }

  .res_navigation {
    top: 23px; }

  .btn-schedule a {
    padding: 0 25px !important;
    height: 46px !important;
    line-height: 46px !important; }

  .main-banner {
    padding: 50px 0; }
    .main-banner .banner-conn h1 br {
      display: none; }
    .main-banner .banner-conn p {
      font-size: 16px; }

  h1 {
    font-size: 26px; }

  h2 {
    font-size: 24px; }

  .mission-raw p {
    font-size: 15px; }

  .about-wrapper .text-box p {
    line-height: 200%; }

  .services-wrapper .services-box .box p {
    font-size: 14px; }

  .video-box .img-box img, .video-box .img-box iframe {
    height: 220px; }

  .resources-wrapper .right-box .post-box .img-box {
    width: 100%; }
  .resources-wrapper .right-box .post-box .text-box {
    width: calc(100% - 0px);
    padding-left: 0px;
    padding-top: 20px; }
    .resources-wrapper .right-box .post-box .text-box h6 {
      font-size: 18px; }

  .cta-wrapper {
    padding: 60px 0; }
    .cta-wrapper:after {
      width: 168px;
      height: 371px; }
    .cta-wrapper .cta-box h2 {
      font-size: 28px; }

  .footer-wrapper .col3 .contact-info-col li.email {
    background-size: 20px; }
    .footer-wrapper .col3 .contact-info-col li.email a {
      font-size: 14px; }

  .copyright {
    padding: 15px 0; }

  .main-raw {
    padding: 50px 0; }

  .inner-banner .banner-conn .text-box {
    padding-left: 44px; }
  .inner-banner .banner-conn h1 {
    font-size: 20px; }
    .inner-banner .banner-conn h1:before {
      width: 21px;
      height: 16px;
      left: -32px;
      top: 1px; }

  .about-page-wrapper .text-box p {
    margin-bottom: 15px;
    line-height: 180%; }

  .team-wrapper .title-box h2 {
    margin-bottom: 10px; }
  .team-wrapper .title-box p {
    line-height: 180%; }

  .team-wrapper ul li {
    padding: 40px 0px 0; }

  .services-page-wrapper .id-box {
    margin-top: -120px; }

  .services-page-wrapper .box-wrap .box {
    margin-top: 40px; }
    .services-page-wrapper .box-wrap .box .text-box h5 {
      padding: 12px 20px; }
    .services-page-wrapper .box-wrap .box .text-box p {
      padding: 20px 0px 0 20px; }

  .resources-page-wrapper .left-wrap .video-box .img-box iframe {
    height: 250px; }

  .resources-page-wrapper .left-wrap .box-wrap .post-box {
    margin-bottom: 20px; }
    .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box {
      padding: 20px; }
      .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box h5 {
        font-size: 16px; }
      .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box p {
        font-size: 14px; }
      .resources-page-wrapper .left-wrap .box-wrap .post-box .text-box .link {
        margin-top: 20px; }

  div#lf_form_container form p {
    width: 100%; }

  .contact-wrap .modal-body {
    padding: 20px; }
    .contact-wrap .modal-body h3 {
      margin-bottom: 15px; }
      .contact-wrap .modal-body h3.lf_success, .contact-wrap .modal-body h3.lf_failure {
        font-size: 16px;
        padding: 15px 15px;
        margin-bottom: 20px; }
    .contact-wrap .modal-body button.close {
      padding: 4px 12px; }
  .contact-wrap input[type="text"],
  .contact-wrap input[type="email"],
  .contact-wrap select,
  .contact-wrap textarea {
    padding: 12px 15px !important;
    font-size: 14px !important; }
  .contact-wrap .modal-dialog {
    margin: 30px auto;
    padding: 0 15px; }
  .contact-wrap input[type=submit] {
    height: 46px;
    line-height: 48px;
    padding: 0 30px;
    font-size: 12px; }

  div#lf_form_container form p.buttons {
    padding-top: 0px; }

  div#lf_form_container form p label {
    font-size: 14px; }

  ul.lf_errors li {
    font-size: 14px; }

  ul.lf_errors {
    margin-bottom: 20px;
    padding: 12px 15px; } }
/*  Responsive End */

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