@font-face {
  font-family: 'ss-light';
  src: url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ss-regular';
  src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ss-semibold';
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ss-bold';
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'ss-black';
  src: url("../fonts/Montserrat-Black.woff2") format("woff2"), url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* line 5, ../sass/global.scss */
.at-share-dock.atss {
  box-shadow: none !important;
}

/* line 10, ../sass/global.scss */
html {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  /* line 10, ../sass/global.scss */
  html {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 10, ../sass/global.scss */
  html {
    font-size: 16px;
  }
}

/* line 23, ../sass/global.scss */
body {
  font-size: 0.9375rem;
  color: #4b5561;
  line-height: 20px;
  overflow-x: hidden;
  font-family: "ss-light";
  margin-top: 0;
}
/* line 30, ../sass/global.scss */
body .skip-link {
  display: none;
}

/* line 35, ../sass/global.scss */
strong {
  font-family: "ss-bold";
  font-weight: normal;
  vertical-align: baseline;
}

/* line 41, ../sass/global.scss */
h1, h2, h3, h4 {
  font-family: "ss-bold";
}

/* line 46, ../sass/global.scss */
.path-frontpage h1, .path-frontpage h2, .path-frontpage h3, .path-frontpage h4 {
  font-family: "ss-black";
}
@media screen and (max-width: 480px) {
  /* line 50, ../sass/global.scss */
  .path-frontpage h2 {
    font-size: 2.375rem;
  }
}

/* line 57, ../sass/global.scss */
h1 {
  font-size: 3.5rem;
}

/* line 61, ../sass/global.scss */
h2 {
  font-size: 3rem;
  text-align: center;
  font-family: "ss-bold";
  margin: 0 0 30px;
  color: #003352;
}
@media screen and (max-width: 767px) {
  /* line 61, ../sass/global.scss */
  h2 {
    font-size: 2.5rem;
  }
}

/* line 72, ../sass/global.scss */
h4 {
  line-height: 24px;
}

/* line 76, ../sass/global.scss */
button, a {
  outline: none !important;
}

/* line 80, ../sass/global.scss */
.breadcrumbwrapper {
  background: #e4e4e4;
}
/* line 82, ../sass/global.scss */
.breadcrumbwrapper .breadcrumb {
  margin-bottom: 0;
  background: #e4e4e4;
}
/* line 87, ../sass/global.scss */
.breadcrumbwrapper .breadcrumb li:before {
  color: #777;
}

/* line 104, ../sass/global.scss */
.logo {
  width: auto;
  float: left;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  /* line 104, ../sass/global.scss */
  .logo {
    padding: 7px 10px;
    width: 80px;
    overflow: hidden;
  }
  /* line 113, ../sass/global.scss */
  .logo img {
    width: 250px;
  }
}

/* line 118, ../sass/global.scss */
.menu-icon {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 222222;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
/* line 126, ../sass/global.scss */
.menu-icon .white-bg {
  width: 150px;
  background-color: #fff;
  height: 150px;
  position: absolute;
  top: -128px;
  transform: rotate(-45deg) translate(-50%, 0);
  right: -135px;
  z-index: 2222;
  box-shadow: 0px 0 7px rgba(0, 0, 0, 0.4);
}
/* line 137, ../sass/global.scss */
.menu-icon .bg1 {
  border-top: 92px solid #f7e833;
}

/*============= menu button css =====*/
/* line 143, ../sass/global.scss */
.button_container {
  position: fixed;
  z-index: 0;
  top: 15px;
  right: 10px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 2222222;
  transition: opacity .25s ease;
}
/* line 153, ../sass/global.scss */
.button_container:hover {
  opacity: .7;
}
/* line 157, ../sass/global.scss */
.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #003352;
}
/* line 161, ../sass/global.scss */
.button_container.active .middle {
  opacity: 0;
  background: #003352;
}
/* line 165, ../sass/global.scss */
.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #003352;
}
/* line 170, ../sass/global.scss */
.button_container span {
  background: #003352;
  border: none;
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}
/* line 180, ../sass/global.scss */
.button_container span:nth-of-type(2) {
  top: 11px;
}
/* line 183, ../sass/global.scss */
.button_container span:nth-of-type(3) {
  top: 22px;
}

/* line 189, ../sass/global.scss */
.content-section {
  float: left;
  width: 100%;
}

/*Footer*/
/* line 195, ../sass/global.scss */
.view-footer {
  text-align: center;
  width: 100%;
  padding: 50px 0 0;
  clear: both;
}
/* line 200, ../sass/global.scss */
.view-footer a {
  z-index: 1;
  display: inline-block;
  position: relative;
  padding: 15px 25px;
  text-transform: uppercase;
  text-decoration: none !important;
  color: #c1c1c1;
  font-size: 14px;
  font-family: "ss-bold";
  background-color: #222;
  outline: none;
  border: none;
  transition: all 0.2s ease-out;
  cursor: pointer;
  transform: scale(1);
}
/* line 216, ../sass/global.scss */
.view-footer a:hover {
  color: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 220, ../sass/global.scss */
.view-footer a .blob-btn__inner {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
/* line 230, ../sass/global.scss */
.view-footer a .blob-btn__blobs {
  position: relative;
  display: block;
  height: 100%;
}
/* line 236, ../sass/global.scss */
.view-footer a .blob-btn__blob {
  position: absolute;
  top: 5px;
  width: 48%;
  height: 130%;
  background: #555;
  border-radius: 100%;
  -webkit-transform: translate3d(0, 150%, 0) scale(1.7);
  transform: translate3d(0, 150%, 0) scale(1.7);
  transition: -webkit-transform 0.45s;
  transition: transform 0.45s;
  transition: transform 0.45s, -webkit-transform 0.45s;
}
/* line 248, ../sass/global.scss */
.view-footer a .blob-btn__blob:nth-child(1) {
  left: -10px;
  transition-delay: 0s;
}
/* line 252, ../sass/global.scss */
.view-footer a .blob-btn__blob:nth-child(2) {
  left: 30%;
  transition-delay: 0.08s;
}
/* line 256, ../sass/global.scss */
.view-footer a .blob-btn__blob:nth-child(3) {
  left: 60%;
  transition-delay: 0.16s;
}
/* line 260, ../sass/global.scss */
.view-footer a .blob-btn__blob:nth-child(4) {
  left: 90%;
  transition-delay: 0.24s;
}
@supports (-webkit-filter: url("#goo")) or (filter: url("#goo")) {
  /* line 267, ../sass/global.scss */
  .view-footer a .blob-btn__blob {
    -webkit-transform: translate3d(0, 150%, 0) scale(1.4);
    transform: translate3d(0, 150%, 0) scale(1.4);
  }
}
/* line 273, ../sass/global.scss */
.view-footer a:hover .blob-btn__blob {
  -webkit-transform: translateZ(0) scale(1.7);
  transform: translateZ(0) scale(1.7);
}
@supports (-webkit-filter: url("#goo")) or (filter: url("#goo")) {
  /* line 279, ../sass/global.scss */
  .view-footer a:hover .blob-btn__blob {
    -webkit-transform: translateZ(0) scale(1.4);
    transform: translateZ(0) scale(1.4);
  }
}

/* line 287, ../sass/global.scss */
footer {
  position: relative;
  background: #1f2327;
  padding: 50px 0 11px;
  color: #ffffff;
  width: 100%;
  float: left;
}
@media screen and (max-width: 992px) {
  /* line 287, ../sass/global.scss */
  footer {
    padding: 50px 0 60px;
  }
}
/* line 297, ../sass/global.scss */
footer:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  background-color: #000;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 992px) {
  /* line 297, ../sass/global.scss */
  footer:before {
    bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  /* line 297, ../sass/global.scss */
  footer:before {
    height: 70px;
  }
}
/* line 312, ../sass/global.scss */
footer h2 {
  color: #ffffff;
  font-size: 20px;
}
/* line 320, ../sass/global.scss */
footer #block-getintouch .block-title {
  margin-bottom: 20px;
}
/* line 324, ../sass/global.scss */
footer #block-getintouch p a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  /* line 331, ../sass/global.scss */
  footer .contact-us {
    width: 100%;
  }
}
/* line 337, ../sass/global.scss */
footer .contact-us a {
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  /* line 342, ../sass/global.scss */
  footer .latest-blog {
    width: 100%;
  }
}
/* line 348, ../sass/global.scss */
footer .latest-blog .views-row {
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
/* line 354, ../sass/global.scss */
footer .latest-blog .views-field-field-image {
  width: 60px;
  float: left;
}
/* line 358, ../sass/global.scss */
footer .latest-blog .views-field-field-image img {
  max-width: 100%;
  height: auto;
  margin-right: 5px;
}
/* line 365, ../sass/global.scss */
footer .latest-blog .views-field.views-field-title {
  width: 60%;
  float: left;
  margin-left: 10px;
}
/* line 371, ../sass/global.scss */
footer .latest-blog .views-field-view-node {
  display: none;
}
/* line 375, ../sass/global.scss */
footer .latest-blog a {
  color: #fff;
  display: inline-block;
  /*padding: 5px 20px;*/
  border-radius: 25px;
  text-decoration: none;
  /*background-color: #0065b3;*/
  text-transform: uppercase;
  /*margin-top: 7px;*/
  font-size: 12px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  /* line 388, ../sass/global.scss */
  footer .subscribe {
    width: 100%;
  }
}
/* line 394, ../sass/global.scss */
footer .subscribe input[type="email"] {
  width: 90%;
  background-color: transparent;
  border: 1px solid #555;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
}
/* line 403, ../sass/global.scss */
footer .subscribe input[type="email"]:focus {
  border: 1px solid #fff;
  box-shadow: none;
}
/* line 409, ../sass/global.scss */
footer .subscribe button {
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 25px;
  text-decoration: none;
  background-color: #555;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  outline: none;
  margin-bottom: 15px;
  outline: none;
}
/* line 422, ../sass/global.scss */
footer .subscribe button:hover {
  background-color: #777;
  color: #fff;
}
@media screen and (max-width: 480px) {
  /* line 430, ../sass/global.scss */
  footer #block-footerfollowmsgblockgroup.col-xs-6 {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  /* line 436, ../sass/global.scss */
  footer .follow-us {
    width: 100%;
  }
}
/* line 443, ../sass/global.scss */
footer .block-social-media-links-block ul {
  margin-top: 20px;
  text-align: center;
}
/* line 446, ../sass/global.scss */
footer .block-social-media-links-block ul li {
  margin-right: 10px;
  width: 50px;
  height: 50px;
  position: relative;
  padding: .2em 0 !important;
  background-color: #555;
  line-height: 4;
  transform: scale(0.9);
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media screen and (max-width: 768px) {
  /* line 446, ../sass/global.scss */
  footer .block-social-media-links-block ul li {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 635px) {
  /* line 446, ../sass/global.scss */
  footer .block-social-media-links-block ul li {
    margin-right: 5px;
  }
}
@media (max-width: 768px) {
  /* line 467, ../sass/global.scss */
  footer .block-social-media-links-block ul li:nth-child(1) span {
    color: #4867aa;
  }
}
/* line 473, ../sass/global.scss */
footer .block-social-media-links-block ul li:nth-child(1):hover a {
  color: #4867aa;
}
@media (max-width: 768px) {
  /* line 479, ../sass/global.scss */
  footer .block-social-media-links-block ul li:nth-child(2) span {
    color: #1da1f2;
  }
}
/* line 485, ../sass/global.scss */
footer .block-social-media-links-block ul li:nth-child(2):hover a {
  color: #1da1f2;
}
@media (max-width: 768px) {
  /* line 491, ../sass/global.scss */
  footer .block-social-media-links-block ul li:nth-child(3) span {
    color: #0077B5;
  }
}
/* line 497, ../sass/global.scss */
footer .block-social-media-links-block ul li:nth-child(3):hover a {
  color: #0077B5;
}
@media (max-width: 768px) {
  /* line 505, ../sass/global.scss */
  footer .block-social-media-links-block ul li:nth-child(4) span.fa-instagram {
    color: transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    background-clip: text;
    -webkit-background-clip: text;
  }
}
/* line 517, ../sass/global.scss */
footer .block-social-media-links-block ul li:nth-child(4):hover a .fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -moz-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}
/* line 528, ../sass/global.scss */
footer .block-social-media-links-block ul li::before {
  content: "";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(0);
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
  z-index: 0;
}
@media (max-width: 768px) {
  /* line 528, ../sass/global.scss */
  footer .block-social-media-links-block ul li::before {
    content: none;
  }
}
/* line 547, ../sass/global.scss */
footer .block-social-media-links-block ul li:hover {
  transform: scale(1);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
/* line 550, ../sass/global.scss */
footer .block-social-media-links-block ul li:hover::before {
  transform: scale(1);
  opacity: 1;
}
/* line 555, ../sass/global.scss */
footer .block-social-media-links-block ul li a {
  color: #e1e1e1;
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  z-index: 1;
  line-height: 54px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 571, ../sass/global.scss */
footer .copyright {
  margin-top: 50px;
  text-align: center;
  width: 100%;
  float: left;
}
/* line 576, ../sass/global.scss */
footer .copyright .companyname {
  color: #ff7900;
  font-style: italic;
}
@media screen and (max-width: 480px) {
  /* line 576, ../sass/global.scss */
  footer .copyright .companyname {
    width: 100%;
    float: left;
  }
}
/* line 586, ../sass/global.scss */
footer .footer-msg {
  display: inline-block;
}
/* line 588, ../sass/global.scss */
footer .footer-msg .footermsgbody {
  float: none !important;
  text-align: center;
}
/* line 592, ../sass/global.scss */
footer .footer-msg .footermsgbody .footermsglove:before {
  content: "\f004";
  font-family: FontAwesome;
  margin-right: 5px;
}
/* line 600, ../sass/global.scss */
footer .latest-blog {
  min-height: 210px;
}

/* ### ========= SIDE NAVIGATION START ========= ### */
/* line 606, ../sass/global.scss */
.outermost > .wrapper.active {
  filter: blur(1px);
}

/* line 609, ../sass/global.scss */
#side-navigation {
  height: 100%;
  width: 50%;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #222;
  z-index: 1 !important;
  text-align: center;
  transform: translate(100%, 0%);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (max-width: 768px) {
  /* line 609, ../sass/global.scss */
  #side-navigation {
    width: 90%;
  }
}
/* line 625, ../sass/global.scss */
#side-navigation .close {
  position: absolute;
  top: 35px;
  right: 35px;
  opacity: 1;
}
/* line 630, ../sass/global.scss */
#side-navigation .close i {
  color: #fff;
}
/* line 634, ../sass/global.scss */
#side-navigation .close:hover i {
  color: #d1d1d1;
}
/* line 639, ../sass/global.scss */
#side-navigation .navi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*@media screen and (max-width: $sm) {
  position: relative;
  top: inherit;
  left: inherit;
  transform: translate(0);
}*/
}
@media screen and (max-width: 480px) {
  /* line 639, ../sass/global.scss */
  #side-navigation .navi-wrap {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding-top: 70px;
  }
}
/* line 658, ../sass/global.scss */
#side-navigation .navi-wrap h4 {
  color: #fefefe;
  text-transform: uppercase;
  font-size: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 480px) {
  /* line 658, ../sass/global.scss */
  #side-navigation .navi-wrap h4 {
    margin: 30px 0 60px;
  }
}
/* line 667, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) {
  padding: 0;
  margin: 0;
  display: inline-block;
}
/* line 671, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) li {
  margin-bottom: 30px;
  list-style: none;
  background-color: transparent !important;
}
@media screen and (max-width: 766px) {
  /* line 671, ../sass/global.scss */
  #side-navigation .navi-wrap ul:not(.contextual-links) li {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 634px) {
  /* line 671, ../sass/global.scss */
  #side-navigation .navi-wrap ul:not(.contextual-links) li {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  /* line 671, ../sass/global.scss */
  #side-navigation .navi-wrap ul:not(.contextual-links) li {
    margin-bottom: 25px;
  }
}
/* line 685, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) li a {
  font-size: 30px;
  color: #fefefe;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  /* line 685, ../sass/global.scss */
  #side-navigation .navi-wrap ul:not(.contextual-links) li a {
    font-size: 24px;
  }
}
/* line 693, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  height: 2px;
  background-color: #fff;
  width: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
@media (max-height: 767px) {
  /* line 693, ../sass/global.scss */
  #side-navigation .navi-wrap ul:not(.contextual-links) li a:before {
    bottom: -7px;
  }
}
/* line 708, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) li a:hover {
  background-color: transparent !important;
  color: #ff7900;
}
/* line 711, ../sass/global.scss */
#side-navigation .navi-wrap ul:not(.contextual-links) li a:hover:before {
  width: 100%;
}
/* line 719, ../sass/global.scss */
#side-navigation.active {
  transform: translate(0%, 0%);
}

/* ### ========= SIDE NAVIGATION END ========= ### */
/* line 728, ../sass/global.scss */
.btn {
  border-radius: 0;
  border: none;
  padding: 12px 15px;
  text-transform: uppercase;
}

/* line 735, ../sass/global.scss */
.btn-primary {
  background: #1d71b9;
}

/* line 740, ../sass/global.scss */
.form-submit:before {
  content: "\f1d8";
  font-family: FontAwesome;
  margin-right: 5px;
}

/* line 746, ../sass/global.scss */
.form-control {
  border: none;
  border-radius: 0;
  box-shadow: none;
  min-height: 40px;
}

/* BREADCRUMB */
@media screen and (max-width: 767px) {
  /* line 755, ../sass/global.scss */
  .breadcrumb {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 764, ../sass/global.scss */
.breadcrumb li + li:before {
  padding: 0 0 0 5px;
}
/* line 768, ../sass/global.scss */
.breadcrumb li a {
  display: inline-block;
  color: #222;
  text-decoration: none;
  font-family: "ss-bold";
}
/* line 773, ../sass/global.scss */
.breadcrumb li a:hover {
  color: #222;
  text-decoration: underline;
}
/* line 778, ../sass/global.scss */
.breadcrumb li.active {
  color: #333;
}
@media screen and (max-width: 767px) {
  /* line 778, ../sass/global.scss */
  .breadcrumb li.active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex-grow: 1;
  }
}

/*404 AND 403 ERROR PAGE */
/* line 791, ../sass/global.scss */
.error-page-heading {
  font-size: 150px;
  color: #004a85;
  font-weight: 800;
  float: left;
  width: 100%;
  line-height: 150px;
  text-align: center;
}

/* line 800, ../sass/global.scss */
.error-page-summary {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

/* line 807, ../sass/global.scss */
.oops {
  padding: 50px 0;
  text-align: center;
}
@media screen and (max-width: 380px) {
  /* line 810, ../sass/global.scss */
  .oops img {
    width: 100%;
  }
}

/* line 816, ../sass/global.scss */
.footer-msg {
  margin-top: 15px;
}

/* MADE WITH DRUPAL */
/* line 823, ../sass/global.scss */
.footermsglove:before {
  color: #c10d0c;
}
/* line 826, ../sass/global.scss */
.footermsglove .fa-drupal {
  color: #0071b8;
  font-size: 25px;
}

/* SOCIAL ICON FIXED */
/* line 834, ../sass/global.scss */
.social-buttons-links {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  z-index: 1;
}
/* line 840, ../sass/global.scss */
.social-buttons-links ul {
  padding: 0;
  margin: 0;
}
/* line 843, ../sass/global.scss */
.social-buttons-links ul li {
  width: 40px;
  -webkit-transition: all .2s ease-out;
  -moz-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
/* line 848, ../sass/global.scss */
.social-buttons-links ul li:hover {
  width: 60px;
}
/* line 851, ../sass/global.scss */
.social-buttons-links ul li a {
  width: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  /* line 859, ../sass/global.scss */
  .modal {
    width: 100%;
    margin: 0 0 30px;
  }
}
/* line 864, ../sass/global.scss */
.modal .modal-header {
  border-bottom: none;
}
/* line 866, ../sass/global.scss */
.modal .modal-header h4 {
  font-size: 1.875rem;
  font-family: 'ss-bold';
  text-transform: uppercase;
  padding: 10px;
}
/* line 130, ../sass/partials/_mixins.scss */
.modal .modal-header h4:after {
  content: "";
  display: block;
  width: 100px;
  padding-top: 5px;
  border-bottom: 4px solid;
}
@media (max-width: 767px) {
  /* line 866, ../sass/global.scss */
  .modal .modal-header h4 {
    font-size: 20px;
    margin: 0;
  }
}
/* line 876, ../sass/global.scss */
.modal .modal-dialog .modal-content {
  background: #e6e8f1;
}
/* line 880, ../sass/global.scss */
.modal .form-item {
  position: relative;
  margin-bottom: 30px;
}
/* line 883, ../sass/global.scss */
.modal .form-item input {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  color: #111;
  font-family: "ss-regular";
  padding-left: 0;
  background-color: transparent;
}
/* line 892, ../sass/global.scss */
.modal .form-item input:focus {
  border: none;
  border-bottom: 1px solid #999;
  box-shadow: none;
}
/* line 898, ../sass/global.scss */
.modal .form-item textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #999;
  color: #111;
  font-family: "ss-regular";
  padding: 10px 0 0;
  background-color: transparent;
}
/* line 907, ../sass/global.scss */
.modal .form-item textarea:focus {
  border: none;
  border-bottom: 1px solid #999;
  box-shadow: none;
}
/* line 913, ../sass/global.scss */
.modal .form-item p.title, .modal .form-item p.contact-disclaimer {
  color: #000000;
}
/* line 916, ../sass/global.scss */
.modal .form-item label {
  font-size: 13px;
  color: #555;
  opacity: 1;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-bottom: 5px;
}
/* line 928, ../sass/global.scss */
.modal .form-item:after {
  content: "";
  height: 1px;
  width: 0;
  position: relative;
  bottom: 1px;
  display: block;
  background-color: #333;
  -webkit-transition: all 0.125s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 940, ../sass/global.scss */
.modal .form-item.focused label {
  top: -15px;
}
/* line 943, ../sass/global.scss */
.modal .form-item.focused:after {
  width: 100%;
}
/* line 948, ../sass/global.scss */
.modal .form-item.has-error:after {
  background-color: red;
}
/* line 951, ../sass/global.scss */
.modal .form-item.has-error input, .modal .form-item.has-error textarea {
  color: red;
  box-shadow: none !important;
}

/* line 959, ../sass/global.scss */
#block-contactuseverywhere {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #ff7a00;
  border: 2px double #fff;
  cursor: pointer;
  transform: scale(1);
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
/* line 974, ../sass/global.scss */
#block-contactuseverywhere:after {
  content: "\f0e0";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 20px;
  color: #fff;
  transform: translate(-50%, -50%);
}
/* line 984, ../sass/global.scss */
#block-contactuseverywhere .field--name-body {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
/* line 992, ../sass/global.scss */
#block-contactuseverywhere #contact-us-everywhere {
  font-size: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 1000, ../sass/global.scss */
#block-contactuseverywhere:hover {
  transform: scale(1.1);
}

/*Pagination*/
/* line 1008, ../sass/global.scss */
.pager-nav {
  margin: 20px 0;
}

/* line 1013, ../sass/global.scss */
.pagination .pager__item a {
  border: none !important;
  font-family: "ss-bold";
  color: #555;
  display: block;
  min-width: 50px;
  min-height: 50px;
  text-align: center;
  line-height: 2.5;
  text-decoration: none;
}
/* line 1023, ../sass/global.scss */
.pagination .pager__item a:focus {
  text-decoration: none;
  background-color: transparent;
  color: #000;
}
/* line 1028, ../sass/global.scss */
.pagination .pager__item a:hover {
  color: #000;
  background-color: transparent;
}
/* line 1035, ../sass/global.scss */
.pagination .active a {
  background-color: #222 !important;
  color: #fff !important;
  border-radius: 50% !important;
}

/* line 1045, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 {
  padding: 0 15px;
}
@media screen and (max-width: 480px) {
  /* line 1045, ../sass/global.scss */
  .region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 {
    width: 90%;
    margin: 0 auto 40px;
  }
}
/* line 1050, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-inline {
  position: relative;
}
/* line 1052, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-inline .form-item {
  display: block;
}
/* line 1055, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-inline .form-group {
  display: block;
  margin: 0;
}
/* line 1061, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control {
  background: none;
  border-bottom: 1px solid #ffffff;
  width: 380px;
  margin: 0 auto;
  padding: 0 80px 0 0;
  height: 46px;
  color: #ffffff;
  font-size: 19px;
}
/* line 1070, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control::-webkit-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
/* line 1075, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control::-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
/* line 1080, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control:-ms-input-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
/* line 1085, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control:-moz-placeholder {
  color: #ffffff;
  text-transform: uppercase;
  opacity: 1;
}
/* line 1090, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control:focus {
  outline: none;
  box-shadow: none;
}
@media screen and (max-width: 480px) {
  /* line 1061, ../sass/global.scss */
  .region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .form-control {
    width: 100%;
  }
}
/* line 1098, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .btn#edit-submit-search-solr {
  font-size: 0;
  background: none;
  padding: 3px;
  position: absolute;
  right: 30px;
  color: #ffffff;
  margin: 0;
  bottom: 0;
  z-index: 9;
}
/* line 1108, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .btn#edit-submit-search-solr:focus {
  box-shadow: none;
}
/* line 1111, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .btn#edit-submit-search-solr:before {
  font-size: 22px;
  content: "\f002";
  margin: 0;
  line-height: 42px;
}
/* line 1118, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 #edit-reset {
  font-size: 0;
  background: none;
  color: #ffffff;
  padding: 3px;
  position: absolute;
  right: 57px;
  margin: 0;
  bottom: 0;
  z-index: 9;
}
/* line 1128, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 #edit-reset:focus {
  box-shadow: none;
}
/* line 1132, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 #edit-reset .icon:before {
  font-size: 22px;
  margin: 0;
  line-height: 44px;
  content: "\f00d";
  font-family: FontAwesome;
}
/* line 1140, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 #edit-reset:before {
  display: none;
}
/* line 1144, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .input-group-addon {
  background: none;
  border: 0;
  padding: 0;
  border-radius: 0;
}
/* line 1149, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .input-group-addon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  z-index: 2;
  color: #ffffff !important;
  opacity: 1 !important;
  -webkit-animation: none !important;
  animation: none !important;
}
/* line 1161, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .input-group-addon .icon:before {
  display: block;
  content: "\f021";
  font-family: FontAwesome;
}
/* line 1166, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .input-group-addon .icon.glyphicon-spin {
  color: #337ab7 !important;
}
/* line 1168, ../sass/global.scss */
.region-navigation .block-views-exposed-filter-blocksearch-solr-page-1 .input-group-addon .icon.glyphicon-spin:before {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

/*Blog listing*/
/* line 1181, ../sass/global.scss */
.view-blog .view-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
/* line 1192, ../sass/global.scss */
.view-blog .view-blog-row {
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
/* line 1204, ../sass/global.scss */
.view-blog .view-blog-row > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  /* line 1192, ../sass/global.scss */
  .view-blog .view-blog-row {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 992px) {
  /* line 1192, ../sass/global.scss */
  .view-blog .view-blog-row {
    margin-bottom: 20px;
  }
}
/* line 1219, ../sass/global.scss */
.view-blog .view-blog-row .views-field {
  background: #e6f6ff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  border: 2px solid #dbdddf;
  padding-bottom: 51px;
  position: relative;
}
/* line 1226, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-image {
  background: #ffffff;
}
/* line 1228, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-image img {
  width: 100%;
  height: auto;
  border-radius: 3px 3px 0 0;
}
/* line 1234, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content {
  padding: 20px 22px 25px;
}
/* line 1236, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content .date {
  color: #ff7900;
  font-size: 0.875rem;
  font-family: 'ss-semibold';
  margin-bottom: 10px;
}
/* line 1243, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content h2 {
  font-size: 1.125rem;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 15px;
}
/* line 1249, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content h2:after {
  content: '';
  display: block;
  background: #ff7900;
  width: 50px;
  height: 2px;
  margin-top: 10px;
}
/* line 1257, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content h2 a {
  color: #4b5561;
  text-transform: uppercase;
  display: inline-block;
}
/* line 1261, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content h2 a:hover {
  text-decoration: none;
}
/* line 1266, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content .read-more {
  margin-top: 15px;
  position: absolute;
  bottom: 25px;
  left: 22px;
}
/* line 1271, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content .read-more a {
  background-color: #1271cd;
  color: #fff;
  font-family: "ss-semibold";
  display: inline-block;
  padding: 8px 15px;
  font-size: 13px;
  opacity: .8;
  text-decoration: none !important;
  border-radius: 25px;
}
/* line 1281, ../sass/global.scss */
.view-blog .view-blog-row .views-field .blog-content .read-more a:hover {
  opacity: 1;
}
/* line 1289, ../sass/global.scss */
.view-blog .pager-nav {
  margin-top: 0;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*============ client css start =============*/
/* line 1307, ../sass/global.scss */
.block-views-blockclients-block-1 {
  padding: 50px 0;
}
/* line 1309, ../sass/global.scss */
.block-views-blockclients-block-1 h2 {
  text-align: center;
  margin: 0 0 20px;
}
/* line 1314, ../sass/global.scss */
.block-views-blockclients-block-1 .client {
  text-align: center;
}
/* line 1316, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img {
  display: inline-block;
  width: 16%;
  padding: 0 15px;
  cursor: pointer;
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
}
/* line 1327, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 90%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
@media only screen and (max-width: 992px) {
  /* line 1316, ../sass/global.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 32%;
  }
}
@media only screen and (max-width: 635px) {
  /* line 1316, ../sass/global.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 48%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 1316, ../sass/global.scss */
  .block-views-blockclients-block-1 .client .client-img {
    width: 100%;
  }
}
/* line 1359, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img:hover {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  cursor: pointer;
}
/* line 1362, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img:hover:before {
  opacity: 1;
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}
/* line 1368, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img .field-content {
  height: 100px;
  position: relative;
}
/* line 1372, ../sass/global.scss */
.block-views-blockclients-block-1 .client .client-img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: auto;
}

/*============ client css end =============*/
