*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

html, body {
  background: #ffffff;
  font-family: "gothambook";
}

.wrapper {
  width: 100%;
  height: 100%;
}

.hide-md {
  display: block !important;
}
@media screen and (max-width: 992px) {
  .hide-md {
    display: none !important;
  }
}

.hide-lg {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .hide-lg {
    display: block !important;
  }
}

.sprite-icon {
  background: url(../images/common/redington-sprite.png) no-repeat;
  background-size: 1000px auto;
  display: inline-block;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.menu-overlay, .overlay, .popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
}
.menu-overlay.active, .overlay.active, .popup-overlay.active {
  display: block;
}

.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
}

.popup-wrapper {
  width: 90%;
  max-width: 400px;
  position: fixed;
  z-index: 100;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #ffffff;
  border-radius: 5px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
}
.popup-wrapper .popup-header .popup-close {
  padding: 10px 10px 0 10px;
  text-align: right;
}
.popup-wrapper .popup-header .popup-close a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  border: 1px solid #434343;
  border-radius: 50%;
  display: inline-block;
  color: #434343;
  text-align: center;
  font-size: 16px;
  font-family: "gothambook";
  line-height: 19px;
  cursor: pointer;
}
.popup-wrapper .popup-content {
  padding: 10px;
}
.popup-wrapper.quote-popup .popup-content {
  padding: 10px 30px 20px;
}
.popup-wrapper.quote-popup .popup-content input[type=text] {
  width: 100%;
  padding: 8px 14px;
  margin-bottom: 10px;
  border-radius: 4px;
  border: 1px solid #D6D6D6;
}
.popup-wrapper.quote-popup .popup-content .form-btn {
  text-align: center;
  padding-top: 10px;
}
.popup-wrapper.quote-popup .popup-content .form-btn button {
  background: #326BAF;
  padding: 8px 10px;
  border-radius: 4px;
  width: 100px;
  color: #ffffff;
  font-family: "gothammedium";
  text-transform: uppercase;
  outline: none;
  border: 1px solid #326BAF;
  font-size: 14px;
  cursor: pointer;
}
.popup-wrapper.video-popup {
  max-width: 700px;
}

.banner-wrapper {
  position: relative;
}
.banner-wrapper img {
  width: 100%;
  display: block;
}
.banner-wrapper .banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 105px;
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .banner-wrapper .banner-content {
    min-width: auto;
    left: 0px;
    padding: 0 15px;
  }
}
.banner-wrapper .banner-content .banner-title {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 10px;
  font-family: "gothamblack";
}
@media screen and (max-width: 992px) {
  .banner-wrapper .banner-content .banner-title {
    font-size: 34px;
  }
}
.banner-wrapper .banner-content .banner-title.alt-color1 {
  color: #000000;
}
.banner-wrapper .banner-content .banner-subtitle {
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 10px;
  font-family: "gothammedium";
}
@media screen and (max-width: 992px) {
  .banner-wrapper .banner-content .banner-subtitle {
    font-size: 22px;
  }
}
.banner-wrapper .banner-content .banner-subtitle.alt-color2 {
  color: #000000;
}
.banner-wrapper .banner-content .banner-description {
  color: #ffffff;
  font-size: 18px;
  padding: 30px 0;
  font-family: "gothammedium";
}
@media screen and (max-width: 992px) {
  .banner-wrapper .banner-content .banner-description {
    font-size: 15px;
  }
}
.banner-wrapper .banner-content .banner-description.alt-color3 {
  color: #888888;
}
.banner-wrapper .banner-content .banner-description.alt-color4 {
  color: #404040;
}
.banner-wrapper .banner-content .banner-btn a {
  display: inline-block;
  padding: 12px;
  border-radius: 20px;
  color: #002046;
  font-family: "gothammedium";
  font-size: 14px;
  text-align: center;
  background: #ffffff;
  text-decoration: none;
  letter-spacing: -0.84px;
}
.banner-wrapper .banner-content .banner-btn.alt-color-btn a {
  background: #1B66BF;
  color: #ffffff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

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

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

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

.m-bottom-36 {
  margin-bottom: 36px;
}

.w_table_row {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.w_table_row > div {
  display: table-cell;
}

.border-shadow {
  box-shadow: 0px 27px 40px #07070724;
}

.border-shadow1 {
  box-shadow: 0 0px 40px #07070724;
}

.bg-white {
  background: #ffffff;
}

.bg-green {
  background: #82E31E;
}

.bg-blue {
  background: #1B66BF;
}

.border-rwhite {
  border-right: 1px solid #ffffff;
}

.catsticky {
  position: fixed;
  top: 79px;
  width: 100%;
  box-shadow: 0px 27px 40px #07070724;
  z-index: 10;
}
.catsticky .border-shadow {
  box-shadow: none;
}
@media screen and (max-width: 992px) {
  .catsticky {
    top: 55px;
  }
}

.category-nav {
  background: #ffffff;
  overflow-x: auto;
}
.category-nav ul {
  list-style: none;
  text-align: center;
  white-space: nowrap;
}
.category-nav ul li {
  display: inline-block;
}
.category-nav ul li a {
  text-decoration: none;
  font-size: 15px;
  font-family: "gothambook";
  padding: 16px 12px;
  color: #585858;
  display: inline-block;
  text-transform: uppercase;
}
.category-nav ul li:hover a {
  background: #59B557;
  color: #ffffff;
}
.category-nav ul li.active a {
  background: #59B557;
  color: #ffffff;
}

.left-image-layout {
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0 0px 40px #07070724;
}
.left-image-layout .left-image-sec {
  background: #1B66BF;
  padding: 50px 0;
  text-align: center;
}
.left-image-layout .left-image-sec img {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 992px) {
  .left-image-layout .right-content-sec {
    padding-top: 20px;
  }
}
.left-image-layout .right-content-sec .left-image-subtitle {
  font-size: 17px;
  font-family: "gothambook";
  line-height: 20px;
  color: #000000;
  padding: 10px 0;
}
.left-image-layout .right-content-sec .left-image-title {
  font-size: 76px;
  font-family: "gothamblack";
  color: #000000;
}
.left-image-layout .right-content-sec .left-image-title span {
  color: #82E31E;
}
@media screen and (max-width: 992px) {
  .left-image-layout .right-content-sec .left-image-title {
    font-size: 36px;
  }
}
.left-image-layout .right-content-sec .left-image-description {
  font-size: 12px;
  margin-top: 40px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .left-image-layout .right-content-sec .left-image-description {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.jumbling-sec .julbling-color-tiles {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.jumbling-sec .julbling-color-tiles .color-tile-title {
  font-size: 16px;
  font-family: "gothammedium";
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 18px;
}
.jumbling-sec .julbling-color-tiles .color-tile-description {
  font-size: 11px;
  color: #ffffff;
  font-family: "gothambook";
  line-height: 14px;
}
.jumbling-sec .julbling-color-tiles .blue-color-tile {
  background: #1B66BF;
  padding: 22px 15px;
}
@media screen and (max-width: 992px) {
  .jumbling-sec .julbling-color-tiles .blue-color-tile {
    border: 1px solid #ffffff;
  }
}
.jumbling-sec .julbling-color-tiles .green-color-tile {
  background: #82E31E;
  padding: 22px 15px;
}
.jumbling-sec .julbling-color-tiles .green-color-tile .color-tile-title {
  color: #000000;
}
.jumbling-sec .julbling-color-tiles .green-color-tile .color-tile-description {
  color: #000000;
}
@media screen and (max-width: 992px) {
  .jumbling-sec .julbling-color-tiles .green-color-tile {
    border: 1px solid #ffffff;
  }
}

.product-video .pdvideo-sec {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-video .pdvideo-sec .pdvideo-title {
  font-size: 34px;
  font-family: "gothamblack";
  text-align: right;
  padding-right: 65px;
  color: #82E31E;
  margin-bottom: 40px;
}
.product-video .pdvideo-sec .pdvideo-title span {
  color: #373737;
}
@media screen and (max-width: 992px) {
  .product-video .pdvideo-sec .pdvideo-title {
    font-size: 24px;
    padding-right: 0px;
    text-align: center;
  }
}
.product-video .pdvideo-sec .pdvideo-btn {
  text-align: center;
  padding-top: 50px;
}
.product-video .pdvideo-sec .pdvideo-btn a {
  margin: 0 18px;
  font-size: 14px;
  display: block;
  text-decoration: none;
}
@media screen and (max-width: 992px) {
  .product-video .pdvideo-sec .pdvideo-btn a {
    margin: 0 8px;
    font-size: 12px;
  }
}
.product-video .pdvideo-sec .pdvideo-btn .pdvideo-primary {
  background: #1B66BF;
  display: inline-block;
  color: #ffffff;
  padding: 10px 8px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
}
.product-video .pdvideo-sec .pdvideo-btn .pdvideo-secondary {
  background: #ffffff;
  display: inline-block;
  color: #1B66BF;
  padding: 10px 8px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
}

.product-portfolio .pdportfolio-sec {
  background: #ffffff;
  padding-top: 40px;
  padding-bottom: 40px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-title {
  font-size: 34px;
  font-family: "gothamblack";
  text-align: left;
  padding-left: 60px;
  color: #82E31E;
  margin-bottom: 40px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-title span {
  color: #373737;
}
@media screen and (max-width: 992px) {
  .product-portfolio .pdportfolio-sec .pdportfolio-title {
    font-size: 24px;
    padding-left: 0px;
    text-align: center;
  }
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles {
  padding: 0 15px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile {
  border: 1px solid #B7B7B7;
  border-radius: 5px;
  margin-bottom: 44px;
  padding: 18px 24px;
  min-height: 562px;
}
@media screen and (max-width: 992px) {
  .product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile {
    margin-bottom: 20px;
  }
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-title {
  font-size: 15px;
  color: #373737;
  line-height: 22px;
  font-family: "gothamblack";
  text-align: center;
  margin-bottom: 15px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-img {
  margin: 0px auto 10px;
  display: block;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-description {
  color: #373737;
  font-size: 13.3px;
  line-height: 17px;
  font-family: "gothambook";
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 992px) {
  .product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-description {
    margin-bottom: 15px;
  }
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-list {
  list-style: none;
  padding: 0 20px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-list li {
  display: block;
  position: relative;
  margin-bottom: 30px;
  font-family: "gothambold";
  font-size: 12.2px;
  color: #373737;
  padding-left: 24px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-list li::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  background: #ffffff;
  border-radius: 50%;
  border: 3px solid #717171;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-btn {
  text-align: center;
  padding-top: 20px;
}
.product-portfolio .pdportfolio-sec .pdportfolio-tiles .pdportfolio-tile .tile-btn a {
  text-decoration: none;
  background: #1B66BF;
  border-radius: 8px;
  padding: 8px 15px;
  color: #ffffff;
  font-size: 11.5px;
  line-height: 20px;
}
.product-portfolio .pdportfolio-sec .tile-explore-btn {
  text-align: center;
  padding-top: 20px;
}
.product-portfolio .pdportfolio-sec .tile-explore-btn a {
  background: #1B66BF;
  border-radius: 10px;
  display: inline-block;
  text-decoration: none;
  font-size: 14.4px;
  font-family: "gothambold";
  padding: 10px 25px;
  color: #ffffff;
}

.case-study .casestudy-sec {
  padding: 30px;
}
.case-study .casestudy-sec .casestudy-title {
  color: #4D4D4D;
  font-size: 26px;
  font-family: "gothambold";
  text-align: center;
  margin-bottom: 10px;
}
.case-study .casestudy-sec .case-study-tiles .casestudy-tile {
  background: #82E31E;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
}
.case-study .casestudy-sec .case-study-tiles .casestudy-tile .casestudy-tile-title {
  font-size: 16px;
  color: #000000;
  font-family: "gothambold";
  display: block;
  text-decoration: none;
  padding: 40px 25px;
}
@media screen and (max-width: 992px) {
  .case-study .casestudy-sec .case-study-tiles .casestudy-tile .casestudy-tile-title {
    padding: 20px 15px;
  }
}
.case-study .casestudy-sec .case-study-tiles .casestudy-tile .casestudy-tile-description {
  font-size: 12px;
  color: #000000;
  padding-bottom: 30px;
}
.case-study .casestudy-sec .case-study-tiles .casestudy-tile .casestudy-tile-description sup {
  vertical-align: revert;
  font-size: 10px;
}
.case-study .casestudy-sec .case-study-tiles .casestudy-tile .casestudy-tile-description a {
  color: #000000;
  text-decoration: underline;
  font-family: "gothammedium";
}

.spec-sheet-btn {
  text-align: center;
}
.spec-sheet-btn a {
  background: #ffffff;
  display: inline-block;
  color: #1B66BF;
  padding: 10px 12px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
  text-decoration: none;
  font-size: 13.8px;
}

.right-image-layout {
  background-color: #fff;
  z-index: 1;
  position: relative;
  box-shadow: 0 0px 40px #07070724;
}
.right-image-layout .right-image-sec {
  background: #1B66BF;
  padding: 50px 0;
  text-align: center;
}
.right-image-layout .right-image-sec img {
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 992px) {
  .right-image-layout .left-content-sec {
    padding-top: 20px;
  }
}
.right-image-layout .left-content-sec .right-image-subtitle {
  font-size: 17px;
  font-family: "gothambook";
  line-height: 20px;
  color: #000000;
  padding: 10px 0;
}
.right-image-layout .left-content-sec .right-image-title {
  font-size: 76px;
  font-family: "gothamblack";
  color: #000000;
}
.right-image-layout .left-content-sec .right-image-title span {
  color: #82E31E;
}
@media screen and (max-width: 992px) {
  .right-image-layout .left-content-sec .right-image-title {
    font-size: 36px;
  }
}
.right-image-layout .left-content-sec .right-image-description {
  font-size: 12px;
  margin-top: 40px;
  color: #000000;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .right-image-layout .left-content-sec .right-image-description {
    margin-bottom: 40px;
    margin-top: 20px;
  }
}

.series-tiles-info .series-tiles {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.series-tiles-info .series-tiles .series-tile {
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .series-tiles-info .series-tiles .series-tile {
    margin-bottom: 24px;
  }
}
.series-tiles-info .series-tiles .series-tile.border-right {
  border-right: 2px solid #373737;
}
@media screen and (max-width: 992px) {
  .series-tiles-info .series-tiles .series-tile.border-right {
    border: none;
  }
}
.series-tiles-info .series-tiles .series-tile .series-tile-title {
  font-size: 16px;
  font-family: "gothamblack";
  margin-bottom: 12px;
  color: #373737;
  text-align: center;
}
.series-tiles-info .series-tiles .series-tile .series-tile-description {
  font-size: 16px;
  color: #373737;
  font-family: "gothambook";
  line-height: 24px;
  text-align: center;
  width: 100%;
  max-width: 440px;
  margin: 0px auto 14px;
}
.series-tiles-info .series-tiles .series-btn {
  padding-top: 30px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .series-tiles-info .series-tiles .series-btn {
    padding-top: 20px;
  }
}
.series-tiles-info .series-tiles .series-btn a {
  background: #1B66BF;
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  border: 2px solid #1B66BF;
  font-family: "gothammedium";
  text-decoration: none;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  .series-tiles-info .series-tiles .series-btn a {
    font-size: 14px;
  }
}

header {
  width: 100%;
  border-bottom: 1px solid #434343;
  background: #ffffff;
  z-index: 11;
}
@media screen and (max-width: 992px) {
  header {
    padding: 10px 0px;
  }
}
header .icon-nav {
  background-position: -870px -255px;
  width: 24px;
  height: 16px;
}
header .logo-sec {
  padding-left: 58px;
}
@media screen and (max-width: 992px) {
  header .logo-sec {
    padding-left: 0;
  }
}
header .logo-sec a {
  display: inline-block;
}
header .logo-sec a img {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 992px) {
  header .logo-sec a img {
    width: 110px;
  }
}
@media screen and (max-width: 992px) {
  header .logo-sec a:last-child {
    float: right;
  }
  header .logo-sec a:last-child img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 992px) {
  header .main-nav {
    width: 100%;
    max-width: 320px;
    background: #434343;
    border-radius: 0;
    position: fixed;
    top: 0px;
    left: -320px;
    height: 100%;
    z-index: 100;
    transition: left 0.5s ease-in-out;
  }
  header .main-nav.active {
    left: 0px;
  }
}
header .main-nav > ul {
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 992px) {
  header .main-nav > ul {
    text-align: left;
  }
}
header .main-nav > ul > li {
  display: inline-block;
  position: relative;
  padding: 30px 0px;
}
@media screen and (max-width: 992px) {
  header .main-nav > ul > li {
    display: block;
    padding: 10px 20px;
  }
}
header .main-nav > ul > li > a {
  display: inline-block;
  color: #424242;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "gothambook";
  padding: 0 24px;
  border-right: 1px solid #424242;
}
@media screen and (max-width: 1140px) {
  header .main-nav > ul > li > a {
    padding: 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 992px) {
  header .main-nav > ul > li > a {
    color: #ffffff;
    padding: 0px;
  }
}
header .main-nav > ul > li:last-child a {
  border-right: none;
}
header .main-nav > ul > li ul.sub-nav {
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  left: 0px;
  top: 79px;
  transform: scale(0);
  transform-origin: left top;
  transition: 0.2s ease-in-out;
  width: calc(100% + 100px);
  z-index: 1;
}
@media screen and (max-width: 992px) {
  header .main-nav > ul > li ul.sub-nav {
    width: 100%;
    background: #434343;
    border-radius: 0;
    position: static;
    box-shadow: none;
    transform: scale(1);
    margin-top: 10px;
  }
}
header .main-nav > ul > li ul.sub-nav li {
  text-align: left;
}
header .main-nav > ul > li ul.sub-nav li a {
  display: inline-block;
  color: #424242;
  text-decoration: none;
  font-size: 13px;
  font-family: "gothambook";
  padding: 10px 24px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  header .main-nav > ul > li ul.sub-nav li a {
    color: #ffffff;
  }
}
header .main-nav > ul > li ul.sub-nav li:hover a {
  background: #434343;
  color: #ffffff;
}
header .main-nav > ul > li:hover ul.sub-nav {
  transform: scale(1);
}
header .main-nav .close-icon {
  padding: 10px 10px 0 10px;
  text-align: right;
}
header .main-nav .close-icon a {
  text-decoration: none;
  width: 24px;
  height: 24px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: inline-block;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-family: "gothambook";
  line-height: 19px;
}
header .quote-link {
  background: #002046;
  width: 134px;
  padding: 10px;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  font-family: "gothammedium";
  font-size: 12.2px;
  border-radius: 20px;
}
@media screen and (max-width: 992px) {
  header .quote-link {
    position: fixed;
    width: 100%;
    left: 0px;
    bottom: 0px;
    border-radius: 0;
  }
}

footer {
  background: #434343;
  padding: 70px 0 50px 0;
}
@media screen and (max-width: 992px) {
  footer {
    padding: 40px 20px 30px 20px;
  }
}
footer .footer-logo {
  margin-left: 58px;
}
@media screen and (max-width: 992px) {
  footer .footer-logo {
    margin-left: 0px;
  }
}
footer .footer-nav h4 {
  color: #828282;
  font-family: "gothambold";
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  footer .footer-nav h4 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
footer .footer-nav ul {
  list-style: none;
}
footer .footer-nav ul li {
  display: block;
}
footer .footer-nav ul li a {
  color: #828282;
  text-decoration: none;
  font-family: "gothambook";
  font-size: 16px;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 992px) {
  footer .footer-nav ul li a {
    margin-bottom: 10px;
    font-size: 14px;
  }
}
footer .copyright-link {
  color: #FFFFFF;
  font-family: "gothambook";
  padding-top: 50px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 992px) {
  footer .copyright-link {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 14px;
  }
}
.fixed-logo.logo-sec a{width:200px;}
@media only screen and (max-width: 600px) {
    .fixed-logo.logo-sec a{width:110px;}
}
/*# sourceMappingURL=common.css.map */
