@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Font/ProximaNova-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Font/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Font/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova-Font/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Font/ProximaNova-Regular.ttf") format("truetype"), url("../fonts/ProximaNova-Font/ProximaNova-Regular.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Light";
  src: url("../fonts/ProximaNova-Font/ProximaNova-Light.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Font/ProximaNova-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Font/ProximaNova-Light.woff2") format("woff2"), url("../fonts/ProximaNova-Font/ProximaNova-Light.woff") format("woff"), url("../fonts/ProximaNova-Font/ProximaNova-Light.ttf") format("truetype"), url("../fonts/ProximaNova-Font/ProximaNova-Light.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNovaT-Thin";
  src: url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.woff2") format("woff2"), url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.woff") format("woff"), url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.ttf") format("truetype"), url("../fonts/ProximaNova-Font/ProximaNovaT-Thin.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Font/ProximaNova-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Font/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Font/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova-Font/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Font/ProximaNova-Bold.ttf") format("truetype"), url("../fonts/ProximaNova-Font/ProximaNova-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../fonts/ProximaNova-Font/ProximaNova-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/ProximaNova-Font/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Font/ProximaNova-Semibold.woff2") format("woff2"), url("../fonts/ProximaNova-Font/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Font/ProximaNova-Semibold.ttf") format("truetype"), url("../fonts/ProximaNova-Font/ProximaNova-Semibold.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal;
}

.background_color {
  background: rgba(65, 128, 255, 0.75);
  background: -webkit-gradient(linear, left top, right top, from(rgba(65, 128, 255, 0.75)), to(rgba(65, 127, 253, 0.9)));
  background: linear-gradient(left, rgba(65, 128, 255, 0.75), rgba(65, 127, 253, 0.9));
}

.form-label-group input:-webkit-input-placeholder, .form-label-group input::-ms-input-placeholder, .form-label-group input::-moz-placeholder {
  color: transparent;
}

/* Global */
body {
  font-family: "ProximaNova-Regular";
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-size: 16px;
  color: #121921;
}

body.overlay {
  overflow: hidden;
}

body.overlay::after {
  background: rgba(255, 255, 255, 0.92);
  content: "";
  height: 100%;
  width: 100%;
  z-index: 1;
  position: fixed;
  top: 0;
  overflow: hidden;
}

p {
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  font-weight: normal;
  font-family: "ProximaNova-Semibold";
}

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

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

button {
  cursor: pointer;
}

input:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

a,
.btn {
  color: #121921;
  text-decoration: none;
}

.btn {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

a:focus,
a:hover,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
  outline: 0;
}

a.link {
  color: #17b286;
}

.under-line {
  text-decoration: underline;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

/* color */
.blue {
  color: #263860;
}

.green {
  color: #73be46;
}

.lightgreen {
  color: #17b286;
}

.red {
  color: #17b286;
}

/* other */
.valign {
  vertical-align: top;
}

/* heading */
.section-heading {
  margin-bottom: 30px;
}

.section-heading h2,
.section-heading h3,
.section-heading h4,
.section-heading h5 {
  font-family: "ProximaNova-Semibold";
  text-transform: uppercase;
  line-height: 1.3;
  color: #263860;
}

.section-heading h2 span,
.section-heading h3 span,
.section-heading h4 span,
.section-heading h5 span {
  font-family: "ProximaNovaT-Thin";
  display: block;
}

.section-heading h2 span.inline,
.section-heading h3 span.inline,
.section-heading h4 span.inline,
.section-heading h5 span.inline {
  display: inline-block;
}

.section-heading h2 span.green,
.section-heading h3 span.green,
.section-heading h4 span.green,
.section-heading h5 span.green {
  color: #17b286;
}

.section-heading h2::after,
.section-heading h3::after,
.section-heading h4::after,
.section-heading h5::after {
  position: relative;
  content: "";
  width: 60px;
  display: block;
  height: 3px;
  background: #17b286;
  margin-top: 15px;
  top: 0;
}

.section-heading h2 {
  font-size: 50px;
}

.section-heading h2 span {
  font-size: 36px;
}

.section-heading h3 {
  font-size: 35px;
}

.section-heading h3 span {
  font-size: 28px;
}

.section-heading h4 {
  font-size: 24px;
}

.section-heading h4 span {
  font-size: 20px;
}

.section-heading.text-center h2:after,
.section-heading.text-center h3:after,
.section-heading.text-center h4:after,
.section-heading.text-center h5:after {
  margin: 15px auto 0;
}

@media screen and (max-width: 767px) {
  .section-heading h2 {
    font-size: 30px;
  }
  .section-heading h2 span {
    font-size: 26px;
  }
  .section-heading h3 {
    font-size: 26px;
  }
}

.other-heading {
  margin-bottom: 30px;
}

.other-heading h2,
.other-heading h3,
.other-heading h4,
.other-heading h5 {
  font-family: "ProximaNova-Semibold";
  text-transform: uppercase;
  line-height: 1.3;
  color: #263860;
}

.other-heading h3,
.other-heading h4 {
  color: #263860;
  text-transform: capitalize;
}

.other-heading h3::after,
.other-heading h4::after {
  content: "";
  width: 80px;
  height: 3px;
  display: block;
  background: #17b286;
  margin-top: 10px;
}

.other-heading h3 span,
.other-heading h4 span {
  color: #17b286;
}

.other-heading h3 {
  font-size: 28px;
}

.other-heading h4 {
  font-size: 20px;
}

.other-heading.text-center h3::after,
.other-heading.text-center h4::after {
  margin: 15px auto;
}

.section-padding {
  padding: 50px 0;
}

.btn {
  background: #17b286;
  color: #FFF;
  padding: 10px 20px;
  display: inline-block;
  font-size: 14px;
  outline: none;
  cursor: pointer;
  outline: none;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  line-height: 1.42857;
  border-radius: 3px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.btn:hover {
  color: #FFF;
  background: #17b286;
}

.btn.reset-btn {
  background: #263860;
}

.btn-group {
  margin: 30px 0 0;
}

.btn-group .btn {
  margin: 0 10px 10px !important;
}

.btn-group .btn.inverse {
  background: transparent;
}

.btn-group .btn.btn-border {
  border: 1px solid #FFF;
}

.image-content {
  position: relative;
}

.image-content img {
  position: relative;
  z-index: 2;
  padding: 20px;
}

.image-content::after {
  content: "";
  width: calc(100% - 50px);
  height: 100%;
  border: 2px solid #263860;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .image-content {
    margin-bottom: 20px;
  }
}

/* padding & margin */
.nopadding {
  padding: 0 !important;
}

.nopadd-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mt30 {
  margin-top: 30px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb100 {
  margin-bottom: 100px;
}

/* owl-carousel */
.owl-carousel .owl-controls {
  width: 100%;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}

.owl-carousel .owl-nav [class*="owl-"] {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
  z-index: 9;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.owl-carousel .owl-nav [class*="owl-"] .fa {
  display: none;
}

.owl-carousel .owl-nav [class*="owl-"]::after, .owl-carousel .owl-nav [class*="owl-"]::before {
  position: absolute;
  border: 5px #EEE solid;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: inherit;
  -webkit-border-radius: inherit;
}

.owl-carousel .owl-nav [class*="owl-"]:hover::after, .owl-carousel .owl-nav [class*="owl-"]:hover::before {
  border: 5px #17b286 solid;
}

.owl-carousel .owl-nav .owl-prev {
  left: 0;
  background: #FFF url(../images/prev-icon.png);
  background-size: 120px;
}

.owl-carousel .owl-nav .owl-prev:hover {
  background-position: -60px 0;
}

.owl-carousel .owl-nav .owl-next {
  right: 0;
  background: #FFF url(../images/next-icon.png) -60px 0;
  background-size: 120px 60px;
}

.owl-carousel .owl-nav .owl-next:hover {
  background-position: 0 0;
}

.owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  width: 100%;
}

.owl-carousel .owl-dots .owl-dot {
  margin: 5px;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #b0b0b0;
  transition: all 0.15s;
  -webkit-transition: all 0.15s;
}

.owl-carousel .owl-dots .owl-dot span:hover {
  background: #17b286;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background: #17b286;
  transform: scale(1.3);
  -webkit-transform: scale(1.5);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* nav-tabs */
.nav-tabs {
  border-bottom: 2px solid #17b286;
  margin-bottom: 30px;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
  color: #FFF;
  background: #17b286;
  border: none;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

/* m-hide */
.m-show {
  display: inline-block !important;
}

@media screen and (min-width: 641px) {
  .m-show {
    display: none !important;
  }
}

.m-hide {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .m-hide {
    display: inline-block !important;
  }
}

/* loading */
#loader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background: #FFF;
  background-image: url(../images/loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}

/* logo */
.logo .logo-img {
  width: 120px;
}

.header .top-bar {
  background: #263860;
  color: #FFF;
}

.header .top-bar .topbar-left,
.header .top-bar .topbar-right {
  width: 100%;
  text-align: right;
}

.header .top-bar .topbar-left ul,
.header .top-bar .topbar-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.header .top-bar .topbar-left ul li,
.header .top-bar .topbar-right ul li {
  display: inline-block;
  position: relative;
  padding: 10px 0;
}

.header .top-bar .topbar-left ul li a,
.header .top-bar .topbar-right ul li a {
  padding: 0 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 12px;
  border-right: 1px solid #FFF;
}

.header .top-bar .topbar-left ul li:last-child a,
.header .top-bar .topbar-right ul li:last-child a {
  border-right: none;
}

.header .top-bar .topbar-left ul li i,
.header .top-bar .topbar-right ul li i {
  font-size: 16px;
  color: #FFF;
  margin-right: 10px;
  position: relative;
  top: 2px;
}

.header .top-bar .topbar-left ul li.link a {
  display: inline-block;
  vertical-align: middle;
}

.header .top-bar .topbar-left ul li.link img {
  height: 25px;
}

.header .navbar-toggler {
  border: 0 solid #263860;
  font-size: 16px;
  line-height: 24px;
  margin: 32px 0 24px 15px;
  padding: 0;
  float: right;
  outline: none;
}

.header .navbar-toggler.menuicon {
  width: 20px;
  height: 14px;
  position: relative;
  margin-left: auto;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.header .navbar-toggler.menuicon span {
  background: #121921;
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.header .navbar-toggler.menuicon span:nth-child(1) {
  top: 0px;
}

.header .navbar-toggler.menuicon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .navbar-toggler.menuicon span:nth-child(3) {
  bottom: 0;
}

.header .navbar-toggler.menuicon.open span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.header .navbar-toggler.menuicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.header .navbar-toggler.menuicon.open span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.header .sticky-header .menu-bar {
  width: 100%;
  position: relative;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.header .sticky-header .menu-bar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .sticky-header .menu-bar .menu-links {
  float: right;
  margin-right: 0px !important;
}

.header .sticky-header .menu-bar .menu-links .nav i {
  font-size: 9px;
  margin-left: 3px;
  margin-top: -3px;
  vertical-align: middle;
}

.header .sticky-header .menu-bar .menu-links .nav > li {
  margin: 0px;
  font-weight: 400;
  position: relative;
  padding: 0 15px;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a {
  position: relative;
  font-family: "ProximaNova-Semibold";
  border-radius: 0px;
  font-size: 14px;
  padding: 30px 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  overflow: hidden;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a::after {
  content: "";
  height: 4px;
  background: #17b286;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a.active, .header .sticky-header .menu-bar .menu-links .nav > li > a:hover {
  color: #17b286;
}

.header .sticky-header .menu-bar .menu-links .nav > li > a.active::after, .header .sticky-header .menu-bar .menu-links .nav > li > a:hover::after {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

.header .sticky-header .menu-bar .menu-links .nav > li.dropdown:hover > a {
  color: #263860;
}

.header .sticky-header .menu-bar .menu-links .nav > li.dropdown:hover > a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #FFF;
  top: calc(100% - 8px);
  position: absolute;
  left: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 11;
  -webkit-transition: none;
  transition: none;
}

.header .sticky-header .menu-bar .menu-links .nav > li.dropdown:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu {
  background-color: #FFF;
  border: 1px solid #EEE;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  width: 230px;
  z-index: 10;
  border-radius: 6px;
  top: 90%;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu.right {
  left: auto;
  right: 0;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #EEE;
  position: relative;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a {
  font-family: "ProximaNova-Regular";
  text-transform: uppercase;
  color: #121921;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li a:hover {
  background-color: #EEE;
  color: #263860;
  text-decoration: none;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > a {
  color: #263860;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:last-child {
  border-bottom: 0px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu.left,
.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover .sub-menu.left {
  left: auto;
  right: 220px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa {
  color: inherit;
  display: block;
  float: right;
  font-size: 15px;
  position: absolute;
  right: 15px;
  top: 12px;
  opacity: 1;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li .fa.fa-nav {
  color: inherit;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-right: 5px;
  opacity: 1;
  position: unset;
  right: 10px;
  top: 12px;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li > .sub-menu {
  left: 220px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu {
  left: 220px;
  margin: 0px;
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.header .sticky-header .menu-bar .menu-links .nav > li .sub-menu li:hover > .sub-menu :before {
  background-color: transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 100%;
  left: -6px;
  position: absolute;
  top: 0px;
  width: 6px;
}

.header .sticky-header.is-fixed .navbar-toggler {
  margin: 28px 0 20px auto;
}

.header .sticky-header.is-fixed .logo-img img {
  height: 55px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.header .sticky-header.is-fixed .menu-bar {
  position: fixed;
  background: #FFF;
  z-index: 99;
  top: 0;
  left: 0;
}

.header .sticky-header.is-fixed .menu-bar .menu-links .nav > li a {
  padding: 24px 0;
}

/* other-header */
.other-header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
  z-index: 99;
  padding: 5px 10px;
}

.other-header .logo img {
  height: 65px;
}

.other-header .link {
  margin: 22px 0;
}

.other-header .link li {
  display: inline-block;
  padding: 0 15px;
  font-size: 18px;
  border-right: 1px solid #adbcc3;
}

.other-header .link li:last-child {
  border: none;
  padding-right: 0;
}

.other-header .link li .fa {
  color: #17b286;
  margin-right: 10px;
}

.other-header .link li a {
  color: #263860;
}

@media screen and (max-width: 480px) {
  .other-header .logo img {
    height: auto;
  }
  .other-header .link {
    margin: 0;
  }
  .other-header .link li {
    font-size: 14px;
    padding: 0;
    border: none;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1025px) {
  .header .sticky-header .menu-bar .menu-links .nav > li {
    padding: 0 6px;
  }
}

@media only screen and (max-width: 991px) {
  .header .topbar-right {
    padding-left: 0;
    padding-right: 15px;
  }
  .header .topbar-left {
    padding-left: 15px;
    padding-right: 0;
  }
  .header.is-fixed .menu-links .nav {
    height: auto;
  }
  .header.is-fixed .menu-links .nav > li > a {
    padding: 10px 15px;
  }
  .header.rs-nav .sticky-header .menu-links {
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #17b286;
    margin: 0;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header.rs-nav .sticky-header .menu-links li.open a {
    position: relative;
  }
  .header.rs-nav .sticky-header .menu-links.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 100%;
    width: 270px;
    padding: 15px 15px 5px 15px;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav {
    height: auto;
  }
  .header.rs-nav .sticky-header .menu-links .navbar-nav > li > a {
    color: #FFF !important;
    display: block;
    padding: 15px 20px;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo {
    display: block;
    float: none;
    height: auto;
    max-width: 100%;
    padding: 20px 15px;
    width: 100%;
    text-align: center;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a {
    display: inline-block;
  }
  .header.rs-nav .sticky-header .menu-links .menu-logo a img {
    max-width: unset;
    width: 130px;
    vertical-align: middle;
  }
  .header.rs-nav .sticky-header .navbar-toggler.open::after {
    background-color: #FFF;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    outline: none;
    right: -40px;
    top: -40px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: top right;
            transform-origin: top right;
    margin: 0 0px 0px 10px;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links .nav {
    height: auto !important;
  }
  .header.rs-nav .sticky-header.is-fixed .menu-links .nav > li > a {
    color: #FFF !important;
    padding: 15px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .header .top-bar {
    padding: 5px 0;
  }
  .header .top-bar [class*="col-"] {
    width: 100%;
    text-align: right;
    padding: 10px 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .top-bar [class*="col-"]:last-child {
    border-bottom: none;
  }
  .header .topbar-center,
  .header .topbar-left,
  .header .topbar-right {
    display: black;
    width: 100%;
    text-align: center;
    padding: 3px 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .header .topbar-left ul li {
    padding: 0 5px;
  }
  .header .sticky-header .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header .menu-logo img {
    max-width: 100px;
  }
  .header .sticky-header.is-fixed .menu-logo {
    width: 100px;
    max-width: 100px;
    height: 50px;
  }
  .header .sticky-header.is-fixed .menu-logo a img {
    vertical-align: sub;
  }
  .header .sticky-header.is-fixed .menu-links .nav {
    height: 225px;
  }
  .header .sticky-header.is-fixed .menu-links .nav > li > a {
    padding: 0;
  }
}

@media only screen and (max-width: 640px) {
  .header .top-bar .topbar-left,
  .header .top-bar .topbar-right {
    text-align: center;
  }
  .header .top-bar .topbar-left ul li,
  .header .top-bar .topbar-right ul li {
    font-size: 12px;
    text-transform: uppercase;
    padding: 0;
    margin: 5px 0 0;
  }
  .header .top-bar .topbar-left ul li i,
  .header .top-bar .topbar-right ul li i {
    font-size: 16px;
  }
  .header .top-bar .topbar-left ul li a,
  .header .top-bar .topbar-right ul li a {
    padding: 0 6px 0 3px;
    font-size: 10.2px;
  }
  .header .top-bar .topbar-left ul li.link img,
  .header .top-bar .topbar-right ul li.link img {
    height: 17px;
  }
  .header .top-bar .topbar-left ul li.link.fk-link img,
  .header .top-bar .topbar-right ul li.link.fk-link img {
    height: 15px;
  }
}

/* footer Start */
footer {
  background: #001950;
  font-size: 14px;
  border-top: 8px solid #17b286;
  color: #FFF;
  position: relative;
}

footer a {
  color: rgba(255, 255, 255, 0.75);
}

footer .footer-inner .footer-middle {
  padding: 50px 0 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

footer .footer-inner .footer-middle .footer-static-block .footer-logo {
  margin-bottom: 20px;
}

footer .footer-inner .footer-middle .footer-static-block .footer-logo img {
  max-width: 160px;
}

footer .footer-inner .footer-middle .footer-static-block ul {
  margin: 0;
}

footer .footer-inner .footer-middle .footer-static-block ul li {
  margin-bottom: 15px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.75);
}

footer .footer-inner .footer-middle .footer-static-block ul li a:hover {
  color: #17b286 !important;
}

footer .footer-inner .footer-middle .footer-static-block b {
  color: #FFF;
}

footer .footer-inner .footer-middle .footer-static-block .f-logo {
  margin-bottom: 20px;
}

footer .footer-inner .footer-middle .footer-static-block .section-heading h4 {
  font-family: "ProximaNova-Regular";
  font-size: 20px;
  color: #FFF;
  font-weight: 500;
}

footer .footer-inner .footer-middle .footer-static-block .section-heading h4::after {
  display: none;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant {
  display: block;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.productlink li {
  font-family: "ProximaNova-Regular";
  color: #FFF;
  font-weight: 500;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li {
  position: relative;
  display: block;
  padding: 5px 0 10px 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li:last-child {
  border: none;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li i {
  position: absolute;
  color: #17b286;
  left: 0;
  top: 10px;
  font-size: 18px;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a {
  display: block;
  width: auto;
  height: auto;
  border-radius: inherit;
  border: none;
}

footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.footer-address li a:hover {
  color: #FFF;
}

footer .footer-inner .footer-bottom {
  background: #263860;
  padding: 15px 0;
}

footer .footer-inner .footer-bottom .copywrite p {
  margin: 5px 0 0 0;
}

footer .footer-inner .footer-bottom .copywrite p a {
  color: #FFF;
}

footer .footer-inner .footer-bottom .footer_social {
  text-align: right;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons {
  margin-bottom: 0;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons li {
  display: inline-block;
  margin: 0 5px;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons li a {
  width: 36px;
  height: 36px;
  border: none;
  background-color: #FFF;
  font-size: 15px;
  display: block;
  text-align: center;
  border-radius: 50%;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons li a .fa {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #263860;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons li a:hover {
  background: #121921;
}

footer .footer-inner .footer-bottom .footer_social ul.social-icons li a:hover .fa {
  color: #FFF;
}

footer .footer-inner .footer-bottom .footer_social p {
  margin: 0;
}

footer .footer-inner .footer-bottom .footer_social p a {
  color: rgba(255, 255, 255, 0.75);
}

@media screen and (max-width: 640px) {
  footer .section-heading {
    margin-bottom: 10px;
  }
  footer .footer-inner .footer-middle {
    padding: 0;
  }
  footer .footer-inner .footer-middle .footer-static-block {
    margin-top: 25px;
  }
  footer .footer-inner .footer-middle .footer-static-block .footer-block-contant.productlink li {
    margin-bottom: 5px;
  }
  footer .footer-inner .footer-bottom .copywrite {
    text-align: center;
  }
  footer .footer-inner .footer-bottom .footer_social {
    text-align: center;
    margin-top: 20px;
  }
}

/* footer End */
/* loading Start */
#loading-icon-bx {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 9999;
  background-image: url(../images/loading.gif);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: center;
}

/* loading End */
/* scroll top Start */
button.back-to-top {
  background: #17b286;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  -webkit-box-shadow: 2px 2px 12px -5px #121921;
          box-shadow: 2px 2px 12px -5px #121921;
  color: #FFF;
  cursor: pointer;
  display: none;
  height: 45px;
  line-height: 26px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 45px;
  z-index: 999;
}

/* scroll top End */
/*  top-to-back*/
.top-to-back {
  background: #17b286;
  border-radius: 4px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  -webkit-box-shadow: 2px 2px 12px -5px #121921;
  box-shadow: 2px 2px 12px -5px #121921;
  color: #fff;
  cursor: pointer;
  height: 45px;
  line-height: 45px;
  margin: 0;
  position: fixed;
  left: 15px;
  text-align: center;
  width: 45px;
  z-index: 999;
}

.top-to-back:hover {
  color: #FFF;
}

/* fixed-icon start */
.fixed-icon {
  position: fixed;
  width: 45px;
  top: calc(50% - 50px);
  right: 0px;
  z-index: 1;
}

.fixed-icon ul li {
  display: block;
  text-align: center;
  background: #17b286;
  color: #FFF;
  font-size: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}

.fixed-icon ul li a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 45px;
  color: #FFF;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.fixed-icon ul li img {
  width: 40px;
  margin: 7px auto 0;
}

.fixed-icon ul li span {
  font-size: 13px;
  width: 110px;
  background-color: #17b286;
  color: #FFF;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  line-height: initial;
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 99;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: none;
}

.fixed-icon ul li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #17b286;
}

.fixed-icon ul li .fa {
  line-height: 45px;
}

.fixed-icon ul li:hover {
  background: #17b286;
}

.fixed-icon ul li:hover span {
  display: block;
}

/* fixed-icon End */
/* main-slider */
.main-slider {
  overflow: hidden;
}

.main-slider .owl-dots {
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  .main-slider .owl-nav {
    display: none;
  }
  .main-slider .owl-dots {
    position: static;
    margin-top: 20px;
  }
}

.homecategory-list {
  position: relative;
  background: url(../images/homebg3.png) bottom left no-repeat;
  background-size: 400px;
}

.homecategory-list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) bottom repeat-x;
  z-index: -1;
}

.homecategory-list .right-content {
  padding-bottom: 30px;
}

.homecategory-list .right-content .heading {
  font-family: "ProximaNova-Regular";
  color: #263860;
  font-size: 28px;
  line-height: 1.5;
  padding: 30px 0;
  font-weight: 400;
}

.homecategory-list .right-content .heading span {
  display: block;
  text-align: right;
  font-size: 18px;
}

.homecategory-list .right-content .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.homecategory-list .right-content .category-list li {
  width: 33%;
}

.homecategory-list .right-content .category-list li:not(:last-child) {
  margin-bottom: 35px;
}

.homecategory-list .right-content .category-list li a {
  display: table;
}

.homecategory-list .right-content .category-list li a .list-img,
.homecategory-list .right-content .category-list li a .list-content {
  display: table-cell;
  vertical-align: middle;
}

.homecategory-list .right-content .category-list li a .list-img {
  width: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.homecategory-list .right-content .category-list li a .list-img img {
  height: 60px;
}

.homecategory-list .right-content .category-list li a .list-content {
  padding: 0 12px;
}

.homecategory-list .right-content .category-list li a .list-content p {
  font-family: "ProximaNova-Semibold";
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2;
}

.homecategory-list .right-content .category-list li a:hover .list-img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.homecategory-list .right-content .category-list li a:hover .list-content p {
  color: #263860;
}

@media screen and (max-width: 991px) {
  .homecategory-list {
    background: none;
  }
  .homecategory-list::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .homecategory-list .right-content {
    padding-bottom: 0;
  }
  .homecategory-list .right-content .heading {
    line-height: 1;
  }
  .homecategory-list .right-content .heading span {
    margin-top: 15px;
  }
  .homecategory-list .right-content .category-list {
    margin-bottom: 0;
  }
  .homecategory-list .right-content .category-list li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.homeproduct-section {
  padding: 50px 0;
  background: #EEE;
}

.homeproduct-section .section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.homeproduct-section .section-heading h2 {
  color: #263860;
  font-size: 36px;
}

.homeproduct-section .section-heading h2 span {
  font-size: 30px;
}

.homeproduct-section .section-heading h2::after {
  background: #17b286;
}

.homeproduct-section .homeproduct-slider .product-thumb {
  background: #FFF;
  padding: 20px 20px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homeproduct-section .homeproduct-slider .product-thumb:hover {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner {
  position: relative;
  overflow: hidden;
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner .overlay {
  color: #FFF;
  /* &::before {
                          content: "";
                          position: absolute;
                          opacity: 0;
                          top: 0;
                          left: 0;
                          bottom: 0;
                          right: 0;
                          background-color: rgba(255, 48, 48, 0.86);
                          -webkit-transition: all 0.5s ease 0s;
                          transition: all 0.5s ease 0s;               
                      } */
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner .overlay .media-link {
  position: absolute;
  z-index: 5;
  opacity: 0;
  top: 0%;
  width: 100%;
  text-align: center;
  padding: 0 15px;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner .overlay .media-link a {
  background: #17b286;
  width: 43px;
  height: 43px;
  line-height: 42px;
  display: inline-block;
  border-radius: 50%;
  font-size: 17px;
  border: 1px solid #FFF;
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner .overlay .media-link a i {
  color: #FFF;
  display: block;
  line-height: 43px;
  text-align: center;
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner:hover .overlay::before {
  opacity: 1;
}

.homeproduct-section .homeproduct-slider .product-thumb .product-thumb-inner:hover .overlay .media-link {
  opacity: 1;
  top: 50%;
}

.homeproduct-section .homeproduct-slider .product-thumb h5 {
  color: #17b286;
  font-size: 18px;
  margin: 15px 0 0;
  text-align: center;
}

.homeproduct-section .homeproduct-slider .owl-dots {
  margin-top: 20px;
}

.homeproduct-section .offer-thumb {
  background: #FFF;
  padding: 20px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.homeproduct-section .offer-thumb:hover {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

.homeproduct-section .offer-thumb img {
  margin: 0 auto 20px;
  max-width: 160px;
}

.homeproduct-section .offer-thumb .offerText {
  margin-top: 15px;
}

.homeproduct-section .offer-thumb h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #263860;
}

.homeproduct-section .offer-thumb h5 {
  font-size: 16px;
  color: #263860;
}

@media screen and (max-width: 767px) {
  .homeproduct-section {
    padding: 30px 0;
  }
}

/** page-banner **/
.page-banner {
  position: relative;
  padding: 18px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* &::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: $blue;
      opacity: 0.7;
    } */
}

.page-banner h3 {
  font-family: "ProximaNovaT-Thin";
  font-size: 50px;
  line-height: 1;
  text-align: center;
  color: #263860;
  position: relative;
  z-index: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page-banner h3 {
    font-size: 30px;
  }
}

/** breadcrumb **/
.breadcrumb {
  background: transparent;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  padding-bottom: 0;
}

.breadcrumb ul[class*="list-"] {
  font-size: 15px;
  margin: 0 auto;
}

.breadcrumb ul[class*="list-"] li {
  font-size: 18px;
  padding: 0;
  margin-right: 3px;
  color: #263860;
  display: inline-block;
}

.breadcrumb ul[class*="list-"] li:after {
  content: "\f105";
  margin-left: 7px;
  color: #263860;
  font-family: fontawesome;
  opacity: 0.4;
}

.breadcrumb ul[class*="list-"] li .fa {
  opacity: 0.8;
  margin-right: 10px;
}

.breadcrumb ul[class*="list-"] li:last-child::after {
  display: none;
}

.breadcrumb ul[class*="list-"] li a {
  color: #263860;
}

/* main-section */
.main-section {
  min-height: 500px;
  padding: 50px 0;
  /* about-page */
  /* engineering-page */
  /* institutions-page */
  /* career-section */
  /* enquiry-page */
  /* contact-page */
  /* contact-page */
  /* feedback-page */
  /* customise-page */
  /* testimonial-page */
  /* store-locator-page */
  /* complaints-page */
  /* offer-page */
  /* service-center-page */
  /* download-page */
  /* disclaimer */
}

@media screen and (max-width: 767px) {
  .main-section {
    padding: 30px 0;
  }
}

.main-section.about-page ul {
  margin: 30px 20px 30px;
}

.main-section.about-page ul li {
  list-style: initial;
  line-height: 25px;
  margin-bottom: 15px;
  color: #263860;
  font-weight: 600;
}

.main-section.about-page ul li:last-child {
  margin-bottom: 0;
}

.main-section.engineering-page {
  /* .accordion {
              width: 100%; 
              margin-bottom: 50px;
              &:last-child {
                  margin-bottom: 0;
              }
              .card {     
                  width: 100%;           
                  .card-header {
                      padding: 0;
                      h2 {      
                          padding: 0;                                   
                         a {  
                              font-size: 16px; 
                              @include flexbox();
                              @include align-items(center);                     
                              padding: 15px 20px;   
                              background: transparent;
                              color: $blue;
                              
                              &.collapsed {
                                  color: $lightgreen;
                                  &:hover {
                                      color: $blue; 
                                  }
                              }
                              span {
                                  @include flexbox();
                                  @include align-items(center);
                                  &:first-child {
                                      margin-right: 15px;
                                      img {
                                          height: 30px;
                                      }
                                  }
                              }
                          }                       
                      }
                  }
              }
              .card-body {
                  padding: 40px;
                  p {
                      &:last-child {
                          margin-bottom: 0;
                      }
                  }
              }
          }    */
}

.main-section.engineering-page .engineering-top-content {
  position: relative;
  padding: 30px 50px 0;
}

.main-section.engineering-page .engineering-top-content::after {
  content: "";
  background: #fcfcfc;
  width: 100%;
  height: 70%;
  border: 2px solid #17b286;
  position: absolute;
  right: 0;
  top: -30px;
  z-index: -1;
}

.main-section.engineering-page .engineering-top-content .image-content {
  margin: 30px 0 50px;
}

.main-section.engineering-page .engineering-top-content .image-content img {
  width: 100%;
  padding: 0;
  max-width: 875px;
  margin: 0 auto;
}

.main-section.engineering-page .engineering-top-content .image-content::after {
  display: none;
}

.main-section.engineering-page .engineering-feature ul {
  margin-top: 30px;
}

.main-section.engineering-page .engineering-feature ul li h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  margin: 15px 0;
  cursor: pointer;
}

.main-section.engineering-page .engineering-feature ul li h4:hover {
  color: #17b286;
}

.main-section.engineering-page .engineering-feature ul li h4::after {
  display: none;
}

.main-section.engineering-page .engineering-feature ul li h4 span {
  font-family: "ProximaNova-Regular";
  display: inline-block;
  font-size: 16px;
}

.main-section.engineering-page .engineering-feature ul li h4 span:first-child {
  margin-right: 15px;
  border-radius: 50%;
  max-width: 35px;
  overflow: hidden;
}

.main-section.engineering-page .engineering-feature .modal-dialog {
  max-width: 750px;
}

.main-section.engineering-page .engineering-feature .modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-section.engineering-page .engineering-feature .modal-title span {
  font-size: 20px;
  text-transform: uppercase;
}

.main-section.engineering-page .engineering-feature .modal-title span:first-child {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .main-section.engineering-page .engineering-top-content {
    padding: 30px 15px 0;
  }
  .main-section.engineering-page .engineering-top-content::after {
    height: calc(100% - 90px);
  }
  .main-section.engineering-page .engineering-feature {
    padding: 0 15px;
  }
  .main-section.engineering-page .engineering-feature ul li h4 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.main-section.institutions-page .left-content .other-heading {
  margin: 30px 0;
}

.main-section.institutions-page .right-content .institutions-list {
  margin-top: 30px;
}

.main-section.institutions-page .right-content .institutions-list h5 {
  font-family: "ProximaNova-Regular";
  background: #17b286;
  color: #FFF;
  padding: 12px 20px;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}

.main-section.institutions-page .right-content .institutions-list ul {
  background: #fcfcfc;
}

.main-section.institutions-page .right-content .institutions-list ul li {
  line-height: 25px;
  padding: 12px 15px;
  border-bottom: 1px solid #FFF;
}

.main-section.career-page .career-content {
  width: 100%;
  padding: 0 15px;
}

.main-section.career-page .career-content .card {
  border: none;
}

.main-section.career-page .career-content .card-header {
  position: relative;
  background: transparent;
  padding: 25px 30px;
}

.main-section.career-page .career-content .card-header h4 {
  color: #263860;
  cursor: pointer;
}

.main-section.career-page .career-content .card-header h4 a {
  display: block;
}

.main-section.career-page .career-content .card-header h4 a:after {
  color: #263860;
  position: absolute;
  left: 0;
  top: 28px;
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 20px;
  -webkit-text-stroke: 1px #FFF;
}

.main-section.career-page .career-content .card-header h4 a.collapsed:after {
  font-family: "FontAwesome";
  content: "\f067";
}

.main-section.career-page .career-content .card-header .btn-apply {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-section.career-page .career-content .card-body {
  background: #fcfcfc;
  border: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 10px;
  border-bottom: 2px solid #17b286;
}

.main-section.career-page .career-content .card-body h5 {
  font-family: "ProximaNova-Bold";
  font-weight: 600;
  font-size: 16px;
}

.main-section.career-page .career-content .card-body ul li {
  line-height: 35px;
}

.main-section.career-page .career-content .card-body .btn {
  margin: 10px 0 20px;
  background: #263860;
}

.main-section.enquiry-page .top-content {
  max-width: 800px;
  margin: 0 auto 50px;
  text-align: center;
}

.main-section.enquiry-page .enquiry-form .enquiry-area {
  max-width: 1000px;
  margin: 0 auto;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group label {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #121921;
  position: absolute;
  top: 10px;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group .form-control {
  width: 100%;
  border-width: 0 0 1px 0;
  border-color: #17b286;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  border-radius: 0;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group .form-control textarea {
  height: 120px;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group input:focus,
.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group select:focus,
.main-section.enquiry-page .enquiry-form .enquiry-area .form-group .input-group textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 1px solid #17b286;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group.focused .input-group label {
  color: #17b286;
  top: -8px;
  font-size: 10px;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .form-group.shiftleft15 {
  margin-left: -15px;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .btn {
  text-transform: uppercase;
  margin: 30px 5px 0;
}

.main-section.enquiry-page .enquiry-form .enquiry-area .btn.reset-btn {
  background: #263860;
}

.main-section.contact-page .container {
  position: relative;
}

.main-section.contact-page .container .row {
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-section.contact-page .contact-text {
  background: #17b286;
  color: #FFF;
  padding: 30px 20px;
  width: 100%;
  border-radius: 8px;
}

.main-section.contact-page .contact-text .heading-bx.left .title-head {
  font-weight: 300;
  padding-left: 15px;
  border-left: 5px solid #FFF;
}

.main-section.contact-page .contact-text .heading-bx.left p {
  color: #FFF;
}

.main-section.contact-page .contact-text ul {
  margin-bottom: 0;
}

.main-section.contact-page .contact-text ul li {
  position: relative;
  padding: 13px 0 13px 25px;
  border-bottom: 1px solid #EEE;
  line-height: 30px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 15px;
}

.main-section.contact-page .contact-text ul li a {
  color: #FFF;
  font-size: 15px;
}

.main-section.contact-page .contact-text ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.main-section.contact-page .contact-text ul li i {
  position: absolute;
  left: 0;
  top: 18px;
  font-size: 18px;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .main-section.contact-page .contact-text {
    margin-bottom: 30px;
  }
}

.main-section.video-page .video-content {
  border: 2px solid #17b286;
}

.main-section.video-page .video-content:not(:last-child) {
  margin-bottom: 30px;
}

.main-section.video-page .video-content iframe {
  padding: 20px;
}

.main-section.video-page .video-content h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  background: #17b286;
  padding: 0 10px;
  font-size: 15px;
  line-height: 23px;
  color: #FFF;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  min-height: 75px;
}

.main-section.feedback-page {
  padding-bottom: 30px;
}

.main-section.feedback-page .feedback-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 50px;
}

.main-section.feedback-page .feedback-content p {
  line-height: 35px;
}

.main-section.feedback-page .border-top {
  border-top: 1px solid #adbcc3;
  margin-top: 20px;
  padding-top: 30px;
}

.main-section.feedback-page .feedback-form .feedback-form-content h2 {
  font-size: 26px;
  margin-bottom: 20px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top {
  padding: 20px;
  -webkit-box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top label {
  width: 150px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top input,
.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top textarea,
.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top select {
  display: inline-block;
  border: 1px solid #adbcc3;
  width: calc(100% - 160px);
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom {
  padding: 20px;
  -webkit-box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom h5 {
  color: #263860;
  margin-bottom: 30px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li {
  margin-bottom: 20px;
  line-height: 25px;
  display: table;
  width: 100%;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div {
  display: inline-block;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div.radiobtn-txt {
  width: calc(100% - 125px);
  max-width: 280px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div.radiobtn-txt.full {
  width: 100%;
  margin-bottom: 15px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div.radiobtn-desc {
  width: 120px;
  vertical-align: top;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div.radiobtn-desc input[type="radio"] {
  width: auto;
  margin: 0px 5px 0 10px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list li div.radiobtn-desc.full {
  width: 100%;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li {
  display: inline-block;
  width: calc(50% - 3px);
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li:nth-child(2n + 1) {
  padding-right: 15px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li:nth-child(2n) {
  padding-left: 15px;
}

.main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom input {
  width: 100%;
}

.main-section.feedback-page .feedback-form .btn {
  width: auto;
  margin: 0 5px;
}

@media screen and (max-width: 767px) {
  .main-section.feedback-page .feedback-content {
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top,
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom {
    margin: 0 0 20px;
    padding: 0 0 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #adbcc3;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top label {
    width: 100%;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top input,
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top textarea,
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-top select {
    width: 100%;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list {
    margin-bottom: 0;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li {
    display: inline-block;
    width: 100%;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li:nth-child(2n + 1) {
    padding-right: 0;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom .radiobtn-list.other-list li:nth-child(2n) {
    padding-left: 0;
  }
  .main-section.feedback-page .feedback-form .feedback-form-content .feedback-form-bottom input {
    width: 100%;
  }
}

.main-section.customise-page {
  padding-bottom: 30px;
}

.main-section.customise-page .customise-content {
  text-align: center;
  max-width: 960px;
  margin: 0 auto 50px;
}

.main-section.customise-page .customise-content p {
  line-height: 35px;
}

.main-section.customise-page .form-content {
  width: 100%;
  margin: 0 30px;
}

.main-section.customise-page .form-content .form-innercontent {
  padding: 40px;
  -webkit-box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 40px;
}

.main-section.customise-page .form-content .form-innercontent .form-title .num {
  background: #17b286;
  display: inline-block;
  color: #FFF;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
}

.main-section.customise-page .form-content .form-innercontent .form-group label {
  width: 80px;
}

.main-section.customise-page .form-content .form-innercontent .form-group .form-control {
  width: calc(100% - 85px);
  display: inline-block;
}

.main-section.customise-page .form-content .form-innercontent .form-area {
  background: #fcfcfc;
  padding: 20px 40px;
  margin: 30px -40px;
}

.main-section.customise-page .form-content .form-innercontent .form-area .form-control {
  border-width: 0 0 1px 0;
  border-color: #17b286;
  background-color: rgba(0, 0, 0, 0);
  padding: 10px 0;
  border-radius: 0;
}

.main-section.customise-page .form-content .form-innercontent .form-area .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #17b286;
}

.main-section.customise-page .form-content .form-innercontent .form-area .inline {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}

.main-section.customise-page .form-content .form-innercontent .form-area .w200 {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .main-section.customise-page .customise-content {
    padding: 0 20px;
    margin: 0 auto 20px;
  }
  .main-section.customise-page .form-content {
    margin: 0;
  }
  .main-section.customise-page .form-content .form-innercontent {
    padding: 20px;
  }
  .main-section.customise-page .form-content .form-innercontent .col-md-6 {
    padding: 0;
  }
  .main-section.customise-page .form-content .form-innercontent .form-title .num {
    position: absolute;
    left: 15px;
  }
  .main-section.customise-page .form-content .form-innercontent .form-title .des {
    padding-left: 30px;
    display: block;
  }
  .main-section.customise-page .form-content .form-innercontent .form-area {
    margin: 30px -20px;
  }
  .main-section.customise-page .form-content .form-innercontent .form-group label {
    width: 100%;
  }
  .main-section.customise-page .form-content .form-innercontent .form-group .form-control {
    width: 100%;
  }
  .main-section.customise-page .form-content .form-innercontent .form-area .inline {
    padding: 0;
    margin: 0 10px 10px;
  }
  .main-section.customise-page .form-content .form-innercontent .form-area .w200 {
    width: 150px;
  }
}

.main-section.testimonial-page {
  padding-bottom: 0;
}

.main-section.testimonial-page .testimonials-item {
  margin-bottom: 50px;
}

.main-section.testimonial-page .testimonials-item .img-box .client-photo {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  overflow: hidden;
}

.main-section.testimonial-page .testimonials-item .img-box,
.main-section.testimonial-page .testimonials-item .text-box {
  display: table-cell;
  vertical-align: middle;
}

.main-section.testimonial-page .testimonials-item .text-box {
  padding-left: 30px;
}

.main-section.testimonial-page .testimonials-item .text-box .fa {
  color: #17b286;
  font-size: 30px;
}

.main-section.testimonial-page .testimonials-item .text-box .text {
  margin-top: 15px;
}

.main-section.testimonial-page .testimonials-item .text-box .text h3 {
  color: #263860;
  font-size: 18px;
  text-transform: capitalize;
}

.main-section.testimonial-page .testimonials-item .text-box .text h4 {
  color: #17b286;
  font-size: 16px;
  text-transform: capitalize;
}

.main-section.testimonial-page .testimonials-item .text-box .text p .fa {
  font-size: 12px;
  padding-left: 5px;
}

@media screen and (max-width: 556px) {
  .main-section.testimonial-page .testimonials-item .img-box,
  .main-section.testimonial-page .testimonials-item .text-box {
    display: block;
  }
  .main-section.testimonial-page .testimonials-item .img-box .client-photo {
    margin: 0 auto;
  }
  .main-section.testimonial-page .testimonials-item .text-box {
    padding-left: 0;
  }
}

.main-section.store-locator-page {
  padding-bottom: 20px;
}

.main-section.store-locator-page .store_button_group {
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 15px 30px;
  background: #17b286;
  color: #FFF;
  text-transform: uppercase;
  border-radius: 15px;
  margin-bottom: 50px;
}

.main-section.store-locator-page .store_button_group h5 {
  margin: 0;
  font-size: 15px;
  padding-top: 5px;
}

.main-section.store-locator-page .store_button_group .store_button {
  position: absolute;
  top: 8px;
  right: 30px;
  display: inline-block;
  padding: 0;
  margin: 0;
  z-index: 1;
}

.main-section.store-locator-page .store_button_group .store_button li {
  display: none;
  cursor: pointer;
  padding: 5px 10px;
  min-width: 150px;
  background: #FFF;
  border: 1px solid #adbcc3;
}

.main-section.store-locator-page .store_button_group .store_button li:hover {
  background: #263860;
}

.main-section.store-locator-page .store_button_group .store_button li:hover button {
  color: #FFF;
}

.main-section.store-locator-page .store_button_group .store_button li:first-child {
  display: block;
  border-top: 0px;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.52);
}

.main-section.store-locator-page .store_button_group .store_button li:first-child button {
  color: #FFF;
}

.main-section.store-locator-page .store_button_group .store_button li:first-child:hover {
  background: transparent;
}

.main-section.store-locator-page .store_button_group .store_button li button {
  text-transform: capitalize;
  background: none;
  border: none;
  width: calc(100% - 30px);
  text-align: left;
  outline: none;
  color: #263860;
}

.main-section.store-locator-page .store_button_group .store_button:before {
  font: normal normal normal 20px/1 FontAwesome;
  position: absolute;
  width: 30px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  top: 0px;
  right: 0px;
  content: "\f107";
  color: #FFF;
}

.main-section.store-locator-page .store_button_group .store_button.open li {
  display: block;
}

.main-section.store-locator-page .store_button_group .store_button.open li:first-child:hover {
  background-color: transparent;
}

.main-section.store-locator-page .store_button_group .store_button.open:before {
  content: "\f106";
}

.main-section.store-locator-page .col-lg-4.col-md-4.col-sm-6 {
  padding: 10px;
}

.main-section.store-locator-page .store-list {
  border: 1px solid #17b286;
  padding: 50px 30px 30px;
  margin-bottom: 30px;
  text-align: center;
}

.main-section.store-locator-page .store-list::before {
  font: normal normal normal 35px/1 FontAwesome;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  top: -15px;
  left: calc(50% - 25px);
  content: "\f041";
  margin: 0 auto;
  background: #17b286;
  color: #FFF;
  border-radius: 50%;
}

.main-section.store-locator-page .store-list h4 {
  font-size: 20px;
  color: #263860;
  text-transform: uppercase;
}

.main-section.store-locator-page .store-list h5 {
  color: #17b286;
}

@media screen and (max-width: 556px) {
  .main-section.store-locator-page .store_button_group .store_button {
    position: relative;
    padding: 0;
    left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .main-section.store-locator-page .store_button_group .store_button li {
    padding-left: 0;
  }
  .main-section.store-locator-page .store_button_group .store_button li button {
    padding-left: 0;
  }
}

.main-section.complaints-page .left-content,
.main-section.complaints-page .right-content {
  display: inline-block;
}

.main-section.complaints-page .left-content {
  width: 250px;
}

.main-section.complaints-page .left-content.complaints-sidebar {
  position: relative;
  max-width: 250px;
  padding: 45px 0;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky {
  width: 100%;
  max-width: 250px;
  position: fixed;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky h3 {
  text-transform: capitalize;
  color: #263860;
  font-size: 28px;
  margin-bottom: 30px;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100vh - 250px);
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky ul li {
  border-bottom: 1px solid #17b286;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky ul li > a {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121921;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky ul li > a:hover {
  color: #17b286;
}

.main-section.complaints-page .left-content.complaints-sidebar .stricky ul li > a.active {
  background: #17b286;
  color: #FFF;
}

.main-section.complaints-page .right-content {
  width: calc(100% - 250px);
  padding: 40px 0 40px 40px;
}

.main-section.complaints-page .right-content .complaints-content {
  padding: 40px;
  -webkit-box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
  min-height: 450px;
}

.main-section.complaints-page .right-content .complaints-content h4 {
  font-size: 24px;
  color: #17b286;
  margin-bottom: 30px;
}

.main-section.complaints-page .right-content .complaints-content label {
  width: 150px;
}

.main-section.complaints-page .right-content .complaints-content input,
.main-section.complaints-page .right-content .complaints-content textarea,
.main-section.complaints-page .right-content .complaints-content select {
  display: inline-block;
  border: 1px solid #adbcc3;
  width: calc(100% - 160px);
}

.main-section.complaints-page .right-content .complaints-content .filebox {
  display: inline-block;
  border: 1px solid #adbcc3;
  width: calc(100% - 160px);
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 30px;
}

.main-section.complaints-page .right-content .complaints-content .filebox input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.main-section.complaints-page .right-content .complaints-content .filebox label {
  width: 100%;
}

.main-section.complaints-page .right-content .complaints-content .filebox label .fa {
  margin-right: 10px;
  color: #17b286;
}

.main-section.complaints-page .right-content .complaints-content .btn {
  width: auto;
  margin: 0 5px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-report {
  background: #FFF;
}

.main-section.complaints-page .right-content .complaints-content .complaints-report ul {
  padding: 0;
  margin: 40px 0 40px 40px !important;
}

.main-section.complaints-page .right-content .complaints-content .complaints-report ul li {
  border-bottom: 1px solid #adbcc3;
  margin-bottom: 20px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-report ul li:last-child {
  border-bottom: none;
}

.main-section.complaints-page .right-content .complaints-content .complaints-report ul li p span {
  color: #17b286;
  padding-right: 20px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-status label {
  width: 70px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-status input {
  width: calc(100% - 75px);
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists h5 {
  margin-bottom: 25px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul {
  margin: 30px 0 0;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li a {
  display: block;
  padding: 30px;
  border-bottom: 1px solid #adbcc3;
  background: #fcfcfc;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li a:hover {
  background: #17b286;
  color: #FFF;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li a:hover a,
.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li a:hover .fa {
  color: #FFF;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li .fa {
  color: #263860;
  margin-right: 10px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li div.block {
  display: block;
  margin-bottom: 20px;
  color: #263860;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li div.inline {
  display: inline-block;
  border-right: 1px solid #adbcc3;
  padding-right: 15px;
  margin-right: 15px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-lists ul li div.inline:last-child {
  border: none;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul {
  overflow: hidden;
  background: #fcfcfc;
  padding: 30px;
  margin: 0;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul li {
  font-size: 16px;
  width: calc(50% - 15px);
  max-width: 320px;
  float: left;
  position: relative;
  line-height: 25px;
  border-right: 1px solid #adbcc3;
  margin-right: 30px;
  padding: 15px 15px 15px 30px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul li:first-child {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 10px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul li:nth-child(odd) {
  margin-right: 0;
  border: none;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul li .fa {
  color: #263860;
  position: absolute;
  left: 0;
  top: 18px;
}

.main-section.complaints-page .right-content .complaints-content .complaints-details ul li img {
  height: 80px;
}

@media screen and (max-width: 767px) {
  .main-section.complaints-page .left-content.complaints-sidebar {
    max-width: 100%;
    width: 100%;
    padding: 15px 15px 0;
  }
  .main-section.complaints-page .left-content.complaints-sidebar .stricky {
    width: 100%;
    max-width: 100%;
    position: static;
  }
  .main-section.complaints-page .left-content.complaints-sidebar .stricky ul {
    height: auto;
  }
  .main-section.complaints-page .right-content {
    width: 100%;
    padding: 0 15px;
  }
  .main-section.complaints-page .right-content .complaints-content {
    padding: 20px 10px;
  }
  .main-section.complaints-page .right-content .complaints-content label,
  .main-section.complaints-page .right-content .complaints-content input,
  .main-section.complaints-page .right-content .complaints-content select,
  .main-section.complaints-page .right-content .complaints-content textarea {
    width: 100%;
  }
  .main-section.complaints-page .right-content .complaints-content .complaints-status label,
  .main-section.complaints-page .right-content .complaints-content .complaints-status input {
    width: 100%;
  }
  .main-section.complaints-page .right-content .complaints-content .complaints-details ul {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 480px) {
  .main-section.complaints-page .right-content .complaints-content .complaints-details ul li {
    width: 100%;
    margin: 5px 0;
    border: none;
  }
}

.main-section.offer-page h4 {
  color: #263860;
  margin-bottom: 40px;
}

.main-section.offer-page .offer-thumb {
  border: 1px solid #adbcc3;
  border-radius: 4px;
  background: #FFF;
  padding: 20px;
  line-height: normal;
  display: inline-block;
  margin-bottom: 30px;
  vertical-align: top;
  white-space: normal;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
}

.main-section.offer-page .offer-thumb img {
  margin: 0 auto 30px;
  max-width: 145px;
  max-height: 135px;
}

.main-section.offer-page .offer-thumb h5 {
  color: #263860;
}

.main-section.offer-page .offer-thumb:hover, .main-section.offer-page .offer-thumb.active {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
  cursor: pointer;
}

.main-section.offer-page .offer-thumb .offerText {
  margin-top: 10px;
}

.main-section.offer-page .offer-thumb .offerText h4 {
  color: #263860;
  margin: 20px 0;
  font-size: 18px;
}

.main-section.offer-page .offer-thumb .offerText h4 .fa {
  color: #263860;
}

.main-section.offer-page .offer-thumb .offerText a {
  color: #263860;
}

.main-section.service-center-page {
  padding-bottom: 20px;
}

.main-section.service-center-page .service-center .store-list {
  border: 1px solid #17b286;
  padding: 30px 30px 0 40px;
  margin-bottom: 30px;
}

.main-section.service-center-page .service-center .store-list::before {
  font: normal normal normal 35px/1 FontAwesome;
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  left: -10px;
  top: calc(50% - 25px);
  content: "\f041";
  margin: 0 auto;
  background: #17b286;
  color: #FFF;
  border-radius: 50%;
}

.main-section.service-center-page .service-center .store-list h4 {
  font-size: 20px;
  color: #263860;
  text-transform: uppercase;
}

.main-section.service-center-page .service-center .store-list h5 {
  color: #17b286;
}

.main-section.service-center-page .service-center .store-list ul {
  margin-top: 20px;
  border-top: 1px solid #adbcc3;
  padding-top: 30px;
}

.main-section.service-center-page .service-center .store-list ul li {
  line-height: 25px;
  margin-bottom: 10px;
  position: relative;
  display: block;
  padding: 5px 0 10px 30px;
}

.main-section.service-center-page .service-center .store-list ul li:last-child {
  margin-bottom: 0;
}

.main-section.service-center-page .service-center .store-list ul li .fa {
  position: absolute;
  color: #17b286;
  left: 0;
  top: 10px;
  font-size: 18px;
}

.main-section.service-center-page .service-center .store-list:hover {
  background: #fcfcfc;
  border: 1px solid #17b286;
}

.main-section.service-center-page .service-center .store-list:hover::before {
  background: #17b286;
}

.main-section.download-page .download-content::after {
  content: "";
  margin: 20px 0 45px;
  border-bottom: 1px solid #adbcc3;
  display: block;
  width: 100%;
  height: 1px;
}

.main-section.download-page .download-content.last::after {
  display: none;
}

.main-section.download-page .download-content h5 {
  color: #263860;
  text-transform: uppercase;
}

.main-section.download-page .download-content ul {
  margin-bottom: 0;
}

.main-section.download-page .download-content ul li {
  margin-bottom: 30px;
}

.main-section.download-page .download-content ul li a {
  display: table;
  color: #263860;
}

.main-section.download-page .download-content ul li a span {
  display: table-cell;
  vertical-align: top;
}

.main-section.download-page .download-content ul li a span.pdfIcon {
  width: 40px;
  padding-right: 10px;
}

.main-section.disclaimer-page ul, .main-section.privacy-page ul {
  padding-left: 15px;
}

.main-section.disclaimer-page ul li, .main-section.privacy-page ul li {
  list-style: initial;
  margin-bottom: 15px;
  line-height: 25px;
}

/* contact-img */
.contact-img {
  margin: 30px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-img li {
  width: 25%;
  border: 2px solid #FFF;
  overflow: hidden;
}

.contact-img li img {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.contact-img li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product-details {
  margin: -60px 0;
}

.product-details .left-content,
.product-details .right-content {
  display: inline-block;
}

.product-details .left-content {
  width: 300px;
}

.product-details .left-content.product-sidebar {
  position: relative;
  max-width: 300px;
  padding: 45px 0;
}

.product-details .left-content.product-sidebar .stricky-sidebar {
  width: 100%;
  max-width: 300px;
}

.product-details .left-content.product-sidebar .stricky-sidebar.fixed {
  position: fixed;
  top: 80px;
}

.product-details .left-content.product-sidebar .stricky-sidebar h3 {
  color: #263860;
  font-size: 17px;
  margin-bottom: 30px;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: calc(100vh - 250px);
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li {
  padding: 15px 0;
  border-bottom: 1px solid #17b286;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #121921;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li > a:hover {
  color: #17b286;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li .list-img {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li .list-img img {
  width: 50px;
  -webkit-transition: transform 0.8s ease-in-out;
  -webkit-transition: -webkit-transform 0.8s ease-in-out;
  transition: -webkit-transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out;
  transition: transform 0.8s ease-in-out, -webkit-transform 0.8s ease-in-out;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li .list-content {
  width: calc(100% - 75px);
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li .list-content p {
  margin: 0;
}

.product-details .left-content.product-sidebar .stricky-sidebar .category-list li:hover .list-img img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.product-details .left-content.product-sidebar .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #263860 !important;
}

.product-details .left-content.product-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #17b286 !important;
}

.product-details .right-content {
  width: calc(100% - 300px);
  padding: 40px 0 40px 40px;
  min-height: 700px;
}

.product-details .right-content .product-thumb {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #adbcc3;
  padding: 20px 20px 10px;
}

.product-details .right-content .product-thumb img {
  margin: 0 auto;
  height: 230px;
}

.product-details .right-content .product-thumb .brand-logo {
  margin-top: 15px;
}

.product-details .right-content .product-thumb .brand-logo img {
  margin: 0 auto;
  height: 85px;
}

.product-details .right-content .product-thumb:hover {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -4px);
          transform: translate(0, -4px);
}

.product-details .right-content .productdetails-top .pro-icon {
  margin: 0 auto 30px;
  min-height: 80px;
}

.product-details .right-content .productdetails-top .pro-icon.pro-icon1 .pro-icon-inner {
  border: 2px solid #17b286;
  color: #17b286;
  text-align: center;
  max-width: 110px;
  margin: 0 auto 30px;
}

.product-details .right-content .productdetails-top .pro-icon.pro-icon1 .pro-icon-inner h5 {
  font-size: 18px;
  margin: 0;
  padding: 5px;
}

.product-details .right-content .productdetails-top .pro-icon.pro-icon1 .pro-icon-inner p {
  background: #17b286;
  color: #FFF;
  margin: 0;
  font-size: 12px;
  padding: 3px;
}

.product-details .right-content .productdetails-top .pro-image img {
  margin: 0 auto;
}

.product-details .right-content .other-deatils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFF;
  padding: 10px 15px;
  min-height: 60px;
  margin-top: 30px;
  border: 1px solid #EEE;
  border-radius: 5px;
  -webkit-box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
          box-shadow: 3px 4px 8px 6px rgba(0, 0, 0, 0.04);
}

.product-details .right-content .other-deatils ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

.product-details .right-content .other-deatils ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.product-details .right-content .other-deatils ul li:not(:last-child) {
  padding-right: 20px;
  border-right: 1px solid #17b286;
  margin-right: 20px;
}

.product-details .right-content .other-deatils ul li p {
  font-size: 18px;
  margin: 0 15px 0 0;
}

.product-details .right-content .other-deatils ul li .icon {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #17b286;
  padding: 8px;
  cursor: pointer;
}

.product-details .right-content .other-deatils ul li .icon img {
  margin: 0 auto;
  vertical-align: middle;
}

.product-details .right-content .other-deatils ul li .icon:hover {
  background: #263860;
}

.product-details .right-content .other-deatils ul li .price-tag {
  width: 55px;
  margin-right: 15px;
}

.product-details .right-content .other-deatils ul li .price {
  font-size: 16px;
  color: #263860;
  font-weight: 600;
}

.product-details .right-content .other-deatils ul li h4 {
  position: relative;
  font-size: 18px;
  color: #263860;
  text-align: left;
  padding-left: 40px;
  margin: 0;
}

.product-details .right-content .other-deatils ul li h4 .fa {
  font-size: 22px;
  position: absolute;
  left: 0;
}

.product-details .right-content .video-popup .modal-dialog {
  max-width: 900px !important;
}

.product-details .right-content .video-popup .modal-dialog .modal-header {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 9;
  border: none;
}

.product-details .right-content .video-popup .modal-dialog .modal-header .close {
  width: 45px;
  height: 45px;
  font-size: 40px;
  padding: 0;
  background: #17b286;
  opacity: 1;
  color: #FFF;
  border-radius: 50%;
  outline: none;
  border: none;
}

.product-details .right-content .productdetails-middle {
  background: #eee;
  padding: 30px 30px 20px;
  margin: 30px 0;
  border-radius: 8px;
}

.product-details .right-content .productdetails-middle .feature-section {
  background: #EEE;
}

.product-details .right-content .productdetails-middle .feature-section ul li {
  display: inline-block;
  width: calc(50% - 21px);
  vertical-align: top;
  margin: 0px 20px 20px 0;
}

.product-details .right-content .productdetails-middle .feature-section ul li:nth-child(2n) {
  margin-right: 0;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading {
  display: table;
  width: 100%;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading .feature-icon,
.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading h4 {
  display: table-cell;
  vertical-align: middle;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading h4 {
  font-size: 18px;
  color: #263860;
  padding-left: 10px;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading .feature-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-heading .feature-icon img {
  width: 40px;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-desc {
  display: block;
  margin: 10px 0 0 50px;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-desc p {
  font-size: 15px;
  color: #263860;
  margin-bottom: 0;
}

.product-details .right-content .productdetails-middle .feature-section ul li .feature-item .feature-desc ul li {
  width: 100%;
}

.product-details .right-content .productdetails-bottom .tab-content {
  width: 100%;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane ul {
  margin-left: 30px;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane ul li {
  list-style: disc;
  line-height: 1.5;
  margin-bottom: 10px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane ul li:last-child {
  margin-bottom: 0;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane h3 {
  font-size: 22px;
  color: #17b286;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane h4 {
  font-size: 20px;
  color: #263860;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane h5 {
  font-size: 18px;
  color: #17b286;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane img {
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction {
  min-height: 300px;
  background: #EEE;
  padding: 20px;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction .heading {
  display: table;
  margin-bottom: 20px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction .heading .icon,
.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction .heading h4 {
  display: table-cell;
  vertical-align: middle;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction .heading .icon img {
  margin-bottom: 0;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction .heading h4 {
  padding-left: 15px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction ul {
  margin-bottom: 0;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .other-appliction ul li:last-child {
  margin-bottom: 0;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane table {
  width: 100%;
  margin-bottom: 30px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane table tr td {
  border: 1px solid #121921;
  padding: 10px;
}

.product-details .right-content .productdetails-bottom .tab-content .tab-pane .specification-list ul li .title {
  color: #263860;
  font-weight: 600;
}

@media screen and (min-width: 768px) and (max-width: 1025px) {
  .product-details .left-content.product-sidebar {
    width: 250px;
  }
  .product-details .left-content.product-sidebar .stricky-sidebar {
    width: 250px;
  }
  .product-details .right-content {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 767px) {
  .product-details .left-content.product-sidebar {
    padding: 45px 15px 0;
    max-width: 100%;
    width: 100%;
  }
  .product-details .left-content.product-sidebar .stricky-sidebar {
    display: none;
  }
  .product-details .right-content {
    width: 100%;
    padding: 25px 15px;
  }
  .product-details .right-content .productdetails-top .pro-icon,
  .product-details .right-content .productdetails-top .pro-image {
    margin-bottom: 20px;
  }
  .product-details .right-content .productdetails-middle {
    padding: 30px 20px 20px;
  }
  .product-details .right-content .productdetails-middle .feature-section ul li {
    width: 100%;
    margin: 0 0 20px;
  }
  .product-details .right-content .productdetails-bottom .tab-content .content {
    overflow-y: auto;
  }
}

@media screen and (max-width: 480px) {
  .product-details .right-content .other-deatils ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .product-details .right-content .other-deatils ul li:not(:last-child) {
    margin: 10px 0;
    width: 100%;
    border: none;
  }
}
/*# sourceMappingURL=main.css.map */