/* 
    Created on : Mar 26, 2019, 8:42:58 PM
    Author     : Felix Kimutua <felixkimutua@gmail.com>
*/
html {
  font-size: 15px;
}

body {
  font-family: "Hind", sans-serif;
  background-color: #fdfdfd;
  font-size: 14px;
  font-size: 0.93333rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

#admin-menu {
  z-index: 999999999999;
}

.searchform-container {
  background: #FDB913;
  line-height: 100%;
}

.skip-link__wrapper {
  position: absolute;
}

.skip-link__wrapper a {
  padding: 6px;
  position: absolute;
  top: -120px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  -webkit-transition: top 1s ease-out, background 1s linear;
  transition: top 1s ease-out, background 1s linear;
  z-index: 100;
}

.map-area .map {
  min-height: 350px;
  height: 350px;
}

.icon-google-play-badge, .icon-appstore, .icon-googleplay, .icon-active, .icon-locations,
.icon-faqs, .icon-account, .icon-arrow, .icon-chat, .icon-contact-us,
.icon-faq-1, .icon-faq, .icon-faqcontact, .icon-hand, .icon-locator,
.icon-look, .icon-marker-map, .icon-mobile, .icon-tick {
  display: inline-block;
  background: url("../images/icon-sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.icon-google-play-badge {
  background-position: -2px -0px;
  width: 351px;
  height: 104px;
}

.icon-appstore {
  background-position: -2px -106px;
  width: 300px;
  height: 104px;
}

.icon-googleplay {
  background-position: -2px -212px;
  width: 95px;
  height: 27px;
}

.icon-active {
  background-position: -99px -212px;
  width: 51px;
  height: 37px;
}

.icon-locations {
  background-position: -304px -106px;
  width: 42px;
  height: 41px;
}

.icon-faqs {
  background-position: -304px -149px;
  width: 40px;
  height: 34px;
}

.icon-account {
  background-position: -304px -185px;
  width: 30px;
  height: 30px;
}

.icon-arrow {
  background-position: -152px -212px;
  width: 30px;
  height: 30px;
}

.icon-chat {
  background-position: -184px -212px;
  width: 30px;
  height: 30px;
}

.icon-contact-us {
  background-position: -216px -212px;
  width: 30px;
  height: 30px;
}

.icon-faq-1 {
  background-position: -248px -212px;
  width: 30px;
  height: 30px;
}

.icon-faq {
  background-position: -280px -217px;
  width: 30px;
  height: 30px;
}

.icon-faqcontact {
  background-position: -312px -217px;
  width: 30px;
  height: 30px;
}

.icon-hand {
  background-position: -2px -241px;
  width: 30px;
  height: 30px;
}

.icon-locator {
  background-position: -34px -241px;
  width: 30px;
  height: 30px;
}

.icon-look {
  background-position: -66px -241px;
  width: 30px;
  height: 30px;
}

.icon-marker-map {
  background-position: -152px -244px;
  width: 30px;
  height: 30px;
}

.icon-mobile {
  background-position: -184px -244px;
  width: 30px;
  height: 30px;
}

.icon-tick {
  background-position: -216px -244px;
  width: 26px;
  height: 20px;
}

.exchange-rates {
  margin-top: -58px;
  position: relative;
  z-index: 1000;
}

.exchange-rates .container {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  -o-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  -ms-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.08);
  background: rgba(0, 0, 0, 0.5);
}

.exchange-rates .container .row {
  border: 1px solid #aaa;
}

.exchange-rates .container .row .col-md-3 {
  border-right: 1px solid #aaa;
}

.exchange-rates .container .row .col-md-3 h3 {
  color: #fff;
  margin: 12px 0;
  font-size: 20px;
  text-align: center;
}

.exchange-rates marquee {
  width: 100%;
  padding-top: 5px;
  height: 40px;
}

.exchange-rates ul li {
  display: inline-block;
}

.exchange-rates ul li img {
  margin-left: 5px;
}

.exchange-rates ul li p {
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
  color: #fff;
}

.exchange-rates ul li p strong {
  font-size: 14px;
}

.exchange-rates span {
  color: #19398A;
  margin-left: 5px;
}

.team.management .faq .member-info {
  margin-bottom: 20px;
}

.team.management .faq .member-info h4, .team.management .faq .member-info span {
  color: #777;
  font-weight: 700;
}

.download-files li a {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  font-size: 14px;
  /*font-size: 1.06667rem;*/
  color: #19398A;
  padding: 17px 32px;
  margin-bottom: 10px;
  display: block;
  border-radius: 5px;
}

.download-files li a i {
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .exchange-rates {
    margin: 75px 10px 0 10px;
  }
  .container .row .col-md-3 {
    border: none !important;
  }
  .exchange-rates .container .row .col-md-3 h3 {
    color: #000;
  }
  .exchange-rates .container {
    background: #fff !important;
  }
  .exchange-rates ul li p {
    color: #000;
  }
}

.section-open-account .section-padding {
  padding: 15px 0;
  margin-top: 16px;
}

.section-open-account .service-single-content p {
  text-align: center;
  font-size: 1.2rem;
  color: #19398A !important;
  margin-bottom: 0 !important;
}

.section-open-account #webform-ajax-wrapper-54 {
  position: relative;
  height: 580px;
}

.section-open-account #webform-ajax-wrapper-54 form {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #cdd1da;
  padding: 22px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item input::-webkit-input-placeholder, .section-open-account #webform-ajax-wrapper-54 form .form-item textarea::-webkit-input-placeholder {
  color: #a09696;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item input:-ms-input-placeholder, .section-open-account #webform-ajax-wrapper-54 form .form-item textarea:-ms-input-placeholder {
  color: #a09696;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item input::-ms-input-placeholder, .section-open-account #webform-ajax-wrapper-54 form .form-item textarea::-ms-input-placeholder {
  color: #a09696;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item input::placeholder, .section-open-account #webform-ajax-wrapper-54 form .form-item textarea::placeholder {
  color: #a09696;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item select {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #a09696;
}

.section-open-account #webform-ajax-wrapper-54 form .form-item textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-open-account #webform-ajax-wrapper-54 .form-actions input {
  width: 100%;
  padding: 8px;
  background: #FDB913;
  color: #000;
  border: none !important;
  font-size: 16px;
}

.section-apply-loan-credit-facility-today .section-padding {
  padding: 10px 0;
}

.section-apply-loan-credit-facility-today .section-padding .service-single-content p {
  display: none;
}

.section-apply-loan-credit-facility-today h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #19398A !important;
  font-weight: 600;
  margin-bottom: 20px !important;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 {
  position: relative;
  height: 387px;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 form {
  width: 30%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #cdd1da;
  padding: 22px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  color: #fff;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 form .form-item {
  width: 100%;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 form .form-item input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 form .form-item select {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 form .form-item textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-apply-loan-credit-facility-today #webform-ajax-wrapper-56 .form-actions input {
  width: 100%;
  padding: 8px;
  background: #FDB913;
  color: #fff;
  border: none !important;
  font-size: 16px;
}

.section-user .user-form {
  position: relative;
  height: 600px;
}

.section-user .user-form form {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #cdd1da;
  padding: 22px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  color: #3e3e3e;
}

.section-user .user-form form .form-item input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
  color: #000;
}

.section-user .user-form form .form-item .description {
  display: none;
}

.section-user .user-form form .form-actions input {
  width: 100%;
  padding: 8px;
  background: #FDB913;
  color: #fff;
  border: none !important;
  font-size: 16px;
}

.navbar-header .navbar-brand.logo {
  margin-top: 0px;
}

.navbar-header .navbar-brand.logo img {
  max-height: 70px;
  width: auto;
}

.logotext {
  display: inline-block;
}

.logotext p {
  font-size: 11px;
  margin-top: 37px;
  font-weight: 900;
  text-transform: capitalize;
}

.btns a {
  border: 1px solid #fff;
  font-size: 16px;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  color: #444444;
  line-height: 1.8em;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #19398A;
}

ul {
  list-style-position: inside;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover, a:focus {
  text-decoration: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

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

@media (max-width: 767px) {
  .section-padding {
    padding: 50px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100%;
  padding: 15px 15px 0;
  clear: both;
}

.contact-validation-active label.error {
  color: red !important;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
}

.contact-validation-active #loader, .contact-validation-active #loader-2 {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #success, .contact-validation-active #success-2, .contact-validation-active #error, .contact-validation-active #error-2 {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

.contact-validation-active #success, .contact-validation-active #success-2 {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #error, .contact-validation-active #error-2 {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

.contact-validation-active #loader {
  text-align: center;
  color: #fff;
  font-size: 8px;
  font-size: 0.53333rem;
}

@media (max-width: 767px) {
  .contact-validation-active #success, .contact-validation-active #success-2, .contact-validation-active #error, .contact-validation-active #error-2 {
    font-size: 15px;
  }
}

#contact-form-s2 #loader i {
  color: #19398A;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(253, 212, 21, 0.9);
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
}

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

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg {
  opacity: 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout {
    width: 100%;
    height: 100%;
    background: url("../images/body-bg.html") center center/auto repeat fixed;
  }
}

@media screen and (min-width: 1200px) {
  .box-layout .page-wrapper {
    background-color: #fff;
    width: 1250px;
    margin: 50px auto 0;
  }
}

.section-title, .section-title-s2, .section-title-s3, .section-title-s4, .section-title-s5 {
  text-align: center;
  margin: 0 0 45px;
}

.section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  font-size: 36px;
  font-size: 2.4rem;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.47em;
  position: relative;
}

@media (max-width: 991px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .section-title h2, .section-title-s2 h2, .section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.section-title h2:after, .section-title-s2 h2:after, .section-title-s3 h2:after, .section-title-s4 h2:after, .section-title-s5 h2:after {
  content: "";
  background-color: #FDB913;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.section-title-s2 {
  text-align: left;
}

.section-title-s2 h2 {
  line-height: 1.2em;
}

.section-title-s2 h2:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-title-s3 h2, .section-title-s4 h2, .section-title-s5 h2 {
  margin-bottom: 0.33em;
}

.section-title-s4, .section-title-s5 {
  text-align: left;
}

@media (max-width: 991px) {
  .section-title-s4, .section-title-s5 {
    margin-bottom: 35px;
  }
}

.section-title-s4 h2:after, .section-title-s5 h2:after {
  left: 0;
  -webkit-transform: none;
  transform: none;
}

.section-title-s4 h2, .section-title-s5 h2, .section-title-s4 p {
  color: #fff;
}

.section-title-s5 p {
  color: #fff;
}

.section-title-s5 h2 {
  color: #19398A;
}

.section-title-s5 p {
  color: #444444;
}

.theme-btn, .theme-btn-s2 {
  font-family: "Poppins", sans-serif;
  background-color: #19398A;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
  padding: 12px 48px 12px 35px;
  border: 0;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}

.theme-btn:after, .theme-btn-s2:after {
  font-family: "FontAwesome";
  content: "\f0da";
  color: #FDB913;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .theme-btn:after, .theme-btn-s2:after {
    right: 15px;
  }
}

@media (max-width: 1199px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 40px 10px 25px;
  }
}

@media (max-width: 991px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 13px;
    font-size: 0.86667rem;
    padding: 9px 30px 9px 15px;
  }
}

@media (max-width: 767px) {
  .theme-btn, .theme-btn-s2 {
    font-size: 12px;
    font-size: 0.8rem;
    padding: 8px 30px 8px 15px;
  }
}

.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color: #FDB913;
  color: #19398A;
}

.theme-btn:hover:after {
  color: #19398A;
}

.theme-btn-s2 {
  background-color: #FDB913;
  color: #19398A;
}

.theme-btn-s2:hover:after, .theme-btn-s2:after {
  color: #19398A;
}

.form input, .form textarea, .form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #595959;
}

.form input:focus, .form textarea:focus, .form select:focus {
  border-color: #19398A;
  -webkit-box-shadow: 0 0 5px 0 #02498e;
  -o-box-shadow: 0 0 5px 0 #02498e;
  -ms-box-shadow: 0 0 5px 0 #02498e;
  box-shadow: 0 0 5px 0 #02498e;
}

.form ::-webkit-input-placeholder, .form :-moz-placeholder, .form ::-moz-placeholder, .form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: italic;
  background: url(../images/select-icon.html) no-repeat calc(100% - 15px) center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.social-links {
  overflow: hidden;
}

.service-sidebar input, .service-sidebar textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ceced4;
  padding: 6px 8px 6px 8px;
  color: #000;
  font-size: 12px;
}

.service-sidebar select {
  margin-bottom: 15px;
}

.form-actions input {
  background: #012e5c;
  color: #fff;
  border: none !important;
  font-size: 16px;
}

.form-actions input:hover {
  background: #fdc44d;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.element-invisible {
  display: none;
}

.upper-topbar-social ul li a span {
  margin-left: 8px;
}

.contact-strip li:nth-child(1):before {
  content: ' ';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../../default/files/icons/contact_us.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px auto;
}

.contact-strip li:nth-child(2):before {
  content: ' ';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../../default/files/icons/locator.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px auto;
}

.contact-strip li:nth-child(3):before {
  content: ' ';
  width: 30px;
  height: 30px;
  display: block;
  background-image: url(../../../../default/files/icons/faqcontact.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 3px auto;
}

/******************************
        #page title
******************************/
.page-banner {
  height: 100%;
  display: table;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(25, 56, 138, 0.93)), color-stop(60%, rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(25, 56, 138, 0.93) 20%, rgba(255, 255, 255, 0) 60%);
}

.page-title {
  width: 100%;
  height: 350px;
  text-align: left;
  position: relative;
  background-position: top right;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: local;
}

.page-title:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.page-title .container {
  height: 100%;
  display: table;
  /*width: 100%;*/
}

.page-title .container > .row {
  vertical-align: middle;
  display: table-cell;
}

.page-title h1, .page-title h2, .page-title ol {
  color: #fff;
}

.page-title h1, .page-title h2 {
  font-size: 48px;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 1em 0 0.23em;
}

.page-title .breadcrumb {
  background-color: transparent;
  padding: 0;
}

.page-title .breadcrumb li {
  font-size: 18px;
  font-size: 1rem;
  color: #FDB913;
  margin-right: 5px;
}

.page-title .breadcrumb li a {
  color: #fff;
}

.page-title .breadcrumb li a:hover {
  color: #FDB913;
}

.page-title .breadcrumb > li + li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #fff;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .page-title {
    height: 220px;
    background-position: right top !important;
  }
}

@media (max-width: 1199px) {
  .page-title h2, page-title h1 {
    font-size: 42px;
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .page-title h2, page-title h1 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .page-title h2, page-title h1 {
    font-size: 28px;
    font-size: 1.86667rem;
    font-weight: bold;
  }
}

@media (max-width: 767px) {
  .page-title .breadcrumb {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .page-title .breadcrumb li {
    font-size: 15px;
    font-size: 1rem;
  }
}

.preloader {
  /*    background-color:$white;
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100000;*/
  display: none !important;
}

.preloader .inner {
  width: 55px;
  height: 15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader span {
  background-color: #0263c1;
  width: 9px;
  height: 5px;
  position: absolute;
  top: 0;
  display: block;
  -webkit-animation: preloader-animation 1.5s infinite ease-in-out;
  animation: preloader-animation 1.5s infinite ease-in-out;
}

.preloader .inner > span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader .inner > span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader .inner > span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader .inner > span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #0263c1;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #19398A;
  }
}

@-webkit-keyframes preloader-animation {
  0%, 100%, 50% {
    height: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background: #0263c1;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
    background: #19398A;
  }
}

/************************************
        service grid
**********************************/
.service-grids .img-details-link {
  margin-bottom: 30px;
  position: relative;
}

.service-grids .img-details-link:hover .details-link {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.service-grids .img-details-link:hover .details-link a {
  top: 50%;
}

.service-grids .details-link {
  background-color: rgba(1, 47, 92, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  opacity: 0;
}

.service-grids .details-link a {
  background-color: #FDB913;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #19398A;
  padding: 5px 10px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.service-grids .service-details h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 0.9em;
  padding-bottom: 0.4em;
  position: relative;
}

.service-grids .service-details h3:after {
  background-color: #FDB913;
  content: "";
  width: 27px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.service-grids .service-details p {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .service-grids .img-details-link {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .service-grids .details-link a {
    font-size: 16px;
    font-size: 1.06667rem;
    padding: 5px 8px;
  }
}

@media (max-width: 1199px) {
  .service-grids .service-details h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .service-grids .service-details h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .service-grids .service-details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/*** services-s2-grids ***/
.services-s2-grids .grid {
  position: relative;
}

.services-s2-grids .grid .inner {
  padding-left: 85px;
}

.services-s2-grids .icon {
  width: 85px;
  height: 85px;
  line-height: 85px;
  text-align: center;
  border: 2px solid #FDB913;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}

.services-s2-grids .icon .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #19398A;
}

.services-s2-grids .grid h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0.3em 0 0.5em;
}

.services-s2-grids .grid h3 a {
  color: #19398A;
}

.services-s2-grids .grid h3 a:hover {
  color: #FDB913;
}

.services-s2-grids .grid p {
  margin: 0;
}

@media (max-width: 767px) {
  .services-s2-grids .grid .inner {
    padding-left: 65px;
  }
}

@media (max-width: 1199px) {
  .services-s2-grids .icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
  }
}

@media (max-width: 991px) {
  .services-s2-grids .icon {
    left: 15px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .icon .fi:before {
    font-size: 27px;
    font-size: 1.8rem;
  }
}

@media (max-width: 1199px) {
  .services-s2-grids .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .services-s2-grids .grid h3 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0.2em 0 0.5em;
  }
}

/***********************
        service s2 grids
*************************/
.services-grid-s2 {
  /** hover **/
}

.services-grid-s2 .grid {
  text-align: center;
  padding: 10px 20px 50px 20px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  position: relative;
}

.services-grid-s2 .grid .icon, .services-grid-s2 .grid .details {
  position: relative;
  z-index: 2;
}

.services-grid-s2 .grid .icon {
  background-color: #19398A;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin: 0 auto 35px;
}

.services-grid-s2 .grid .fi:before {
  font-size: 45px;
  font-size: 3rem;
  color: #FDB913;
}

.services-grid-s2 .grid h3 {
  font-size: 1.2rem;
  margin: 0 0 0.87em;
  padding-bottom: 0.42em;
  position: relative;
}

.services-grid-s2 .grid h3:after {
  background-color: #FDB913;
  width: 28px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.services-grid-s2 .grid .details p {
  margin-top: 20px;
  text-align: justify;
}

.services-grid-s2 .grid .details a {
  float: right;
}

.services-grid-s2 .grid .details a:after {
  content: '>';
  margin-left: 10px;
  font-weight: bold;
}

.services-grid-s2 .read-more {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #19398A;
  display: inline-block;
  margin-top: 1.2em;
}

.services-grid-s2 .read-more:hover {
  color: #FDB913;
}

.services-grid-s2 .hover-grid {
  background: url("../images/services-s2-grid-bg.html") center center/cover no-repeat local;
}

.services-grid-s2 .grid:hover .hover-grid {
  opacity: 1;
}

.services-grid-s2 .grid:hover .hover-grid span {
  height: 100%;
  opacity: 1;
}

.services-grid-s2 .grid:hover .read-more {
  color: #FDB913;
}

@media (max-width: 991px) {
  .services-grid-s2 .grid {
    padding: 35px 20px;
  }
}

@media (max-width: 991px) {
  .services-grid-s2 .grid .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 991px) {
  .services-grid-s2 .grid .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 991px) {
  .services-grid-s2 .grid h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 767px) {
  .services-grid-s2 .grid h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.hover-grid {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hover-grid span {
  background-color: rgba(1, 47, 92, 0.9);
  width: 33.33%;
  height: 10%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hover-grid span:nth-child(2) {
  left: 33.33%;
  height: 20%;
  -webkit-transition: all 0.3s 0.1s ease-in-out;
  transition: all 0.3s 0.1s ease-in-out;
}

.hover-grid span:nth-child(3) {
  left: 66.66%;
  height: 30%;
  -webkit-transition: all 0.3s 0.2s ease-in-out;
  transition: all 0.3s 0.2s ease-in-out;
}

/************************************
        projects grid
**********************************/
.projects-grid .inner {
  position: relative;
  overflow: hidden;
}

.projects-grid .details {
  background-color: #19398A;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 80%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.projects-grid .grid:hover .details {
  top: 0;
  opacity: 1;
}

.projects-grid .details-inner {
  width: 100%;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.projects-grid .details ul li {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #FDB913;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-transition: all 0.3s 0.5s;
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}

.projects-grid .details ul li:first-child {
  margin-right: 10px;
  top: -30px;
}

.projects-grid .details ul li:last-child {
  margin-right: 10px;
  top: -50px;
}

.projects-grid .grid:hover .details ul li:first-child, .projects-grid .grid:hover .details ul li:last-child {
  top: 0;
  opacity: 1;
}

.projects-grid .details ul li a {
  color: #FDB913;
  display: block;
}

.projects-grid .details h3 {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  text-transform: uppercase;
  margin: 1em 0 0.5em;
}

.projects-grid .details p {
  font-size: 12px;
  font-size: 0.8rem;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .projects-grid .details h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/************************************
        news grids
**********************************/
.news-grids .grid {
  border: 1px solid #e5e5e5;
  border-radius: 5px;
}

.news-grids .entry-media img {
  border-radius: 0;
}

.news-grids .entry-body {
  padding: 30px 35px;
}

.news-grids .date {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
}

.news-grids .entry-header h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  font-weight: 600;
  margin: 0.2em 0 0.8em;
}

.news-grids .entry-header h3 a {
  color: #19398A;
}

.news-grids .entry-header h3 a:hover {
  color: #FDB913;
}

.news-grids .entry-meta {
  padding-top: 15px;
  overflow: hidden;
}

.news-grids .entry-meta .read-more, .news-grids .entry-meta .comments {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #19398A;
}

.news-grids .entry-meta .read-more:hover, .news-grids .entry-meta .comments:hover {
  color: #19398A;
}

.news-grids .entry-meta .read-more {
  float: left;
  display: block;
  background: #FDB913;
  padding: 10px;
  font-size: 12px;
  border-radius: 2px;
}

.news-grids .entry-meta .comments {
  float: right;
  color: #FDB913;
}

@media (max-width: 767px) {
  .news-grids .entry-body {
    padding: 20px 15px;
  }
}

@media (max-width: 1199px) {
  .news-grids .date {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 1199px) {
  .news-grids .entry-header h3 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 1199px) {
  .news-grids .entry-meta .read-more, .news-grids .entry-meta .comments {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

/************************************
        progress bar
**********************************/
.skills > .skill + .skill {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .skills > .skill + .skill {
    margin-top: 25px;
  }
}

.skill h6 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .skill h6 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.progress {
  background-color: transparent;
  height: 5px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.progress-bar {
  background-color: #19398A;
  position: relative;
}

.progress-bar span {
  font-family: "Poppins", sans-serif;
  background-color: #FDB913;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #19398A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 991px) {
  .progress-bar span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/************************************
        team grid
**********************************/
.team-grids {
  /*    .team-34{
            margin-left: -32vw;
        }
        .team-36{
            margin-left: -16vw;
        }
        .team-44{
            margin-left: -14vw;
        }
        .team-46{
            margin-left: -28vw;
        }
        .team-76{
            margin-left: -14vw;
        }
        .team-94{
            margin-left: -14vw;
        }
        .team-93{
            margin-left: -27.85vw;
        }
        .team-37{
            margin-left: -14vw;
        }*/
}

.team-grids .member-pic {
  padding-bottom: 70px;
}

.team-grids .grid:hover .member-info {
  background: rgba(0, 0, 25, 0.7);
  cursor: pointer;
}

.team-grids .grid:hover .member-info h4, .team-grids .grid:hover .member-info > span {
  color: #fff;
  cursor: pointer;
  margin: -5px 0 0 0;
}

.team-grids .grid:hover .member-info .summary {
  color: #fff;
}

.team-grids .grid:hover .member-info .summary p {
  color: #fff;
}

.team-grids .grid:hover .member-info .summary p a {
  color: #fff;
  cursor: pointer;
  display: block;
  background: #FDB913;
}

.team-grids .grid:hover .member-info .summary, .team-grids .grid:active .member-info .summary {
  display: block !important;
}

.team-grids .member-info {
  background-color: #19398A;
  text-align: center;
  padding: 14px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.team-grids .member-info h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin: 0 0 8px;
}

.team-grids .member-info > span {
  color: #FDB913;
}

.team-grids .full-summary {
  width: 50%;
  margin: 0 auto;
  padding: 0;
  top: 95px !important;
  left: 0 !important;
  border: none;
  -webkit-animation: fadeInUp 1s;
          animation: fadeInUp 1s;
  opacity: 1;
  height: auto;
  z-index: 1222;
  overflow: hidden;
}

.team-grids .full-summary .modal-body {
  max-height: 300px;
  min-height: 30px;
  height: auto;
  overflow-y: scroll;
}

.team-grids .show {
  display: block !important;
}

@media (max-width: 767px) {
  .team-grids .member-info h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .team-grids .full-summary {
    width: 100%;
  }
}

/**forex form styling**/
.page-node-add-exchange-rates .user-form {
  height: 780px;
  position: relative;
}

.page-node-add-exchange-rates .user-form form {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #cdd1da;
  padding: 22px;
  -webkit-box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 25px 0 rgba(0, 0, 0, 0.08);
  color: #3e3e3e;
}

.page-node-add-exchange-rates .user-form form input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ccc;
  padding: 14px 6px 6px 10px;
  font-size: 12px;
  background: #fff;
}

.page-node-add-exchange-rates .user-form form #edit-submit {
  background: #fcb913;
  width: 50%;
  border-right: 2px solid #fff !important;
}

.page-node-add-exchange-rates .user-form form #edit-preview {
  width: 50%;
  background: #fcb913;
}

/**eof forex form styling**/
/************************************
        pricing grids
**********************************/
.pricing-grids .grid {
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 48px 65px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.pricing-grids .pricing-header p {
  margin: 0;
}

.pricing-grids .type {
  color: #333;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.pricing-grids h3 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0.55em 0 0.35em;
  padding: 0 0 0.35em;
  position: relative;
}

.pricing-grids h3:after {
  content: "";
  background-color: #FDB913;
  width: 43px;
  height: 5px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pricing-grids .pricing-body {
  margin-top: 25px;
}

.pricing-grids .pricing-body p {
  margin-bottom: 2em;
  color: #666666;
  line-height: 2.57em;
}

.pricing-grids .center {
  background-color: #19398A;
  border-radius: 5px;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
}

.pricing-grids .center .type, .pricing-grids .center h3 {
  color: #fff;
}

.pricing-grids .center p {
  color: #999;
}

.pricing-grids .center .theme-btn, .pricing-grids .center .theme-btn-s2 {
  background-color: #FDB913;
  color: #19398A;
}

.pricing-grids .center .theme-btn:after, .pricing-grids .center .theme-btn-s2:after {
  color: #19398A;
}

.pricing-grids .grid:hover {
  background-color: #19398A;
}

.pricing-grids .grid:hover .type, .pricing-grids .grid:hover h3 {
  color: #fff;
}

.pricing-grids .grid:hover p {
  color: #999;
}

.pricing-grids .grid:hover .theme-btn, .pricing-grids .grid:hover .theme-btn-s2 {
  background-color: #FDB913;
  color: #19398A;
}

.pricing-grids .grid:hover .theme-btn:after, .pricing-grids .grid:hover .theme-btn-s2:after {
  color: #19398A;
}

@media (max-width: 767px) {
  .pricing-grids .grid {
    padding: 35px 25px;
  }
}

@media (max-width: 767px) {
  .pricing-grids h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

/************************************
        Service sidebar
**********************************/
@media screen and (min-width: 992px) {
  .service-sidebar, .case-study-sidebar {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .service-sidebar, .case-study-sidebar {
    margin-top: 60px;
  }
}

.service-sidebar ul, .case-study-sidebar ul {
  list-style: none;
}

.service-sidebar h3, .case-study-sidebar h3 {
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .service-sidebar h3, .case-study-sidebar h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.service-sidebar > .widget + .widget, .case-study-sidebar > .widget + .widget {
  margin-top: 55px;
}

.service-sidebar .link-widget li, .case-study-sidebar .link-widget li {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  border-radius: 5px;
  position: relative;
}

.service-sidebar .link-widget li:after, .case-study-sidebar .link-widget li:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-sidebar .link-widget ul > li + li, .case-study-sidebar .link-widget ul > li + li {
  margin-top: 10px;
}

.service-sidebar .link-widget a, .case-study-sidebar .link-widget a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  padding: 14px 25px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .link-widget a, .case-study-sidebar .link-widget a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .link-widget a, .case-study-sidebar .link-widget a {
    padding: 10px 20px;
  }
}

.service-sidebar .link-widget li:hover, .service-sidebar .link-widget li.active, .service-sidebar .link-widget li a.active {
  background-color: #19398A;
}

.service-sidebar .link-widget li a.active {
  border-radius: 5px;
  color: #FDB913;
}

.case-study-sidebar .link-widget li:hover, .case-study-sidebar .link-widget li.active {
  background-color: #19398A;
}

.service-sidebar .link-widget li:hover a, .service-sidebar .link-widget li.active a {
  color: #FDB913;
}

.case-study-sidebar .link-widget li:hover a, .case-study-sidebar .link-widget li.active a {
  color: #FDB913;
}

.service-sidebar .link-widget li:hover:after, .service-sidebar .link-widget li.active:after {
  color: #FDB913;
}

.case-study-sidebar .link-widget li:hover:after, .case-study-sidebar .link-widget li.active:after {
  color: #FDB913;
}

.service-sidebar .contact-widget ul li, .case-study-sidebar .contact-widget ul li {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #666;
  line-height: 1.6em;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 1199px) {
  .service-sidebar .contact-widget ul li, .case-study-sidebar .contact-widget ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .contact-widget ul > li + li, .case-study-sidebar .contact-widget ul > li + li {
  margin-top: 30px;
}

.service-sidebar .contact-widget ul li i, .case-study-sidebar .contact-widget ul li i {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #19398A;
  position: absolute;
  left: 0;
  top: 4px;
}

.service-sidebar .brochures-widget p, .case-study-sidebar .brochures-widget p {
  font-size: 15px;
  font-size: 1rem;
  color: #666;
  margin-bottom: 2em;
}

@media screen and (min-width: 1200px) {
  .service-sidebar .brochures-widget p, .case-study-sidebar .brochures-widget p {
    padding-right: 45px;
  }
}

.service-sidebar .brochures-widget .btns a, .case-study-sidebar .brochures-widget .btns a {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #19398A;
  padding: 17px 32px;
  margin-bottom: 15px;
  display: block;
  border-radius: 5px;
}

@media (max-width: 1199px) {
  .service-sidebar .brochures-widget .btns a, .case-study-sidebar .brochures-widget .btns a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .service-sidebar .brochures-widget .btns a, .case-study-sidebar .brochures-widget .btns a {
    padding: 10px 20px;
  }
}

.service-sidebar .brochures-widget .btns i, .case-study-sidebar .brochures-widget .btns i {
  display: inline-block;
  padding-right: 5px;
}

.service-sidebar .brochures-widget .btns a:last-child, .case-study-sidebar .brochures-widget .btns a:last-child {
  margin-bottom: 0;
}

.service-sidebar .brochures-widget .btns a:hover, .case-study-sidebar .brochures-widget .btns a:hover {
  background-color: #19398A;
  color: #fff;
}

.service-sidebar .brochures-widget .btns a:hover i, .case-study-sidebar .brochures-widget .btns a:hover i {
  color: #FDB913;
}

.service-sidebar .case-link-widget ul > li + li, .case-study-sidebar .case-link-widget ul > li + li {
  margin-top: 5px;
}

.service-sidebar .case-link-widget li a, .case-study-sidebar .case-link-widget li a {
  background-color: #f2f2f2;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #19398A;
  border-radius: 5px;
  padding: 15px 20px;
  display: block;
}

@media (max-width: 1199px) {
  .service-sidebar .case-link-widget li a, .case-study-sidebar .case-link-widget li a {
    font-size: 15px;
    font-size: 1rem;
  }
}

@media (max-width: 991px) {
  .service-sidebar .case-link-widget li a, .case-study-sidebar .case-link-widget li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.service-sidebar .case-link-widget li.current a, .service-sidebar .case-link-widget a:hover {
  background-color: #fff;
  color: #FDB913;
}

.case-study-sidebar .case-link-widget li.current a, .case-study-sidebar .case-link-widget a:hover {
  background-color: #fff;
  color: #FDB913;
}

.service-sidebar .newsletter-widget, .case-study-sidebar .newsletter-widget {
  background-color: #f2f2f2;
  padding: 35px 25px;
  position: relative;
}

.service-sidebar .newsletter-widget:before, .case-study-sidebar .newsletter-widget:before {
  content: "";
  background: url("../images/newsletter-env.html") center center/100% no-repeat local;
  width: 113px;
  height: 106px;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget:before, .case-study-sidebar .newsletter-widget:before {
    width: 80px;
    height: 75px;
  }
}

.service-sidebar .newsletter-widget form ::-webkit-input-placeholder, .case-study-sidebar .newsletter-widget form ::-webkit-input-placeholder, .service-sidebar .newsletter-widget form :-moz-placeholder, .case-study-sidebar .newsletter-widget form :-moz-placeholder, .service-sidebar .newsletter-widget form ::-moz-placeholder, .case-study-sidebar .newsletter-widget form ::-moz-placeholder, .service-sidebar .newsletter-widget form :-ms-input-placeholder, .case-study-sidebar .newsletter-widget form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #a6a6a6;
}

.service-sidebar .newsletter-widget h3, .case-study-sidebar .newsletter-widget h3 {
  line-height: 1.2em;
  margin: 0 0 2.7em;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget h3, .case-study-sidebar .newsletter-widget h3 {
    margin: 0 0 2em;
  }
}

.service-sidebar .newsletter-widget input, .case-study-sidebar .newsletter-widget input {
  height: 45px;
  font-size: 1.06667rem;
  border: 0;
  padding: 0 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #FDB913;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .service-sidebar .newsletter-widget input, .case-study-sidebar .newsletter-widget input {
    height: 40px;
  }
}

.service-sidebar .newsletter-widget button, .case-study-sidebar .newsletter-widget button {
  background-color: #19398A;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 1.06667rem;
  color: #fff;
  border: 0;
  padding: 0;
  margin-top: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .service-sidebar .newsletter-widget button, .case-study-sidebar .newsletter-widget button {
    height: 40px;
    line-height: 40px;
  }
}

.service-sidebar .newsletter-widget button:hover, .case-study-sidebar .newsletter-widget button:hover {
  background-color: #f6cb02;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  clear: both;
  overflow: hidden;
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  font-family: "Poppins", sans-serif;
  background-color: #19398A;
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #fff;
  font-weight: 500;
}

.pagination-wrapper .pg-pagination .active a, .pagination-wrapper .pg-pagination li a:hover {
  background-color: #FDB913;
  color: #19398A;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

/*** blog-sidebar ***/
@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 60px;
  }
}

.blog-sidebar ul {
  list-style-type: none;
}

.blog-sidebar .widget {
  margin-bottom: 75px;
}

.blog-sidebar .widget:last-child {
  margin-bottom: 0;
}

.blog-sidebar h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 1.25em;
  text-transform: uppercase;
}

.blog-sidebar .category-widget ul li, .blog-sidebar .archive-widget ul li {
  border-bottom: 1px solid #fff;
}

.blog-sidebar .category-widget ul li > a, .blog-sidebar .archive-widget ul li > a {
  padding: 13px 0;
}

.blog-sidebar ul li {
  font-size: 15px;
  font-weight: bold;
}

.blog-sidebar ul li > a {
  display: block;
  color: #404040;
  position: relative;
}

.blog-sidebar ul li:first-child a {
  padding-top: 0;
}

.blog-sidebar ul li:last-child {
  border: 0;
}

.blog-sidebar ul li:last-child a {
  padding-bottom: 0;
}

.blog-sidebar ul li > a:hover {
  color: #FDB913;
}

.blog-sidebar ul li > a .badge {
  background-color: transparent;
  font-size: 15px;
  color: #404040;
  position: absolute;
  right: 5px;
}

.blog-sidebar ul li > a .badge:before, .blog-sidebar ul li > a .badge:after {
  font-size: 14px;
  position: absolute;
  top: 3px;
}

.blog-sidebar ul li > a .badge:before {
  content: "(";
  left: 0;
}

.blog-sidebar ul li > a .badge:after {
  content: ")";
  right: 0;
}

.blog-sidebar .search-widget input {
  background-color: transparent;
  padding: 8px 12px;
  height: auto;
}

.blog-sidebar .search-widget input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #19398A;
}

.blog-sidebar .recent-post-widget ul li {
  border: 0;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.blog-sidebar .recent-post-widget ul li:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-widget .post-pic {
  width: 30%;
  float: left;
}

.blog-sidebar .recent-post-widget .details {
  width: 68%;
  float: right;
}

.blog-sidebar .recent-post-widget .details > span {
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}

.blog-sidebar .recent-post-widget .details h4 {
  font-size: 16px;
  margin: 0.5em 0;
  text-transform: capitalize;
}

.blog-sidebar .recent-post-widget .details h4 a {
  color: #000;
}

.blog-sidebar .recent-post-widget .details h4 a:hover {
  color: #FDB913;
}

.blog-sidebar .tag-widget .all-tags {
  margin-left: -12px;
}

.blog-sidebar .tag-widget .all-tags a {
  font-size: 15px;
  font-weight: bold;
  color: gray;
  border: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .tag-widget .all-tags a:hover {
  color: #FDB913;
}

.blog-sidebar .instagram-widget ul {
  overflow: hidden;
  margin-right: -8px;
}

.blog-sidebar .instagram-widget ul li {
  width: 33.33%;
  float: left;
  padding: 0 8px 8px 0;
}

.blog-sidebar .instagram-widget ul li img {
  max-width: 100%;
}

@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar h3 {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul {
    margin-left: -15px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget ul li {
    padding: 0 0 40px 100px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post-pic {
    width: 70px;
    float: none;
    position: absolute;
    left: 15px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .details h4 {
    font-size: 14px;
    padding-top: 10px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .instagram-widget ul li img {
    width: 100%;
  }
}

.style-switcher-box {
  background-color: #fff;
  width: 252px;
  padding: 50px 25px;
  position: fixed;
  left: -252px;
  top: 15%;
  z-index: 999;
  border: 1px solid #d9d9d9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.style-switcher-box ul {
  list-style: none;
}

.style-switcher-box button {
  background-color: #e6be05;
  width: 45px;
  height: 45px;
  line-height: 40px;
  text-align: center;
  color: #000;
  font-size: 20px;
  border: 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: absolute;
  right: -45px;
  top: 50px;
}

.style-switcher-box button i {
  color: #fff;
  -webkit-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.style-switcher-box h5 {
  font-size: 18px;
  color: #000;
  text-align: center;
  margin: 0 0 2em;
  text-transform: uppercase;
}

.style-switcher-box .main-list > .list {
  margin-bottom: 30px;
}

.style-switcher-box .main-list > .list:last-child {
  margin-bottom: 0;
}

.style-switcher-box .list-title {
  display: block;
  font-size: 12px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  text-transform: uppercase;
}

.style-switcher-box .list > .sublist {
  margin-bottom: 10px;
}

.style-switcher-box .list > .sublist:last-child {
  margin-bottom: 0;
}

.style-switcher-box .sublist span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}

.style-switcher-box .sublist ul {
  overflow: hidden;
}

.style-switcher-box .sublist ul li {
  float: left;
  min-width: 36px;
  min-height: 36px;
  margin: 0 5px 5px 0;
  cursor: pointer;
}

.style-switcher-box .sublist ul li:nth-child(5n+5) {
  margin-right: 0;
}

.style-switcher-box .layout ul li {
  background-color: #e6be05;
  min-height: 20px;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 5px;
}

.style-switcher-box p {
  font-size: 11px;
  margin: 15px 0 0;
}

.style-switcher-box p span {
  color: #ff6666;
}

.toggle-switcherbox {
  left: 0;
}

/*** rotating ***/
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
#0.3	header
--------------------------------------------------------------*/
.site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.site-header .navigation {
  background-color: #19398A;
  margin-bottom: 0;
  border: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navigation ul {
  list-style: none;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover, .site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #FDB913;
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1.06667rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #012a52;
    width: 220px;
    border-top: 2px solid #FDB913;
    position: absolute;
    left: 0;
    top: 130%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #013466;
  }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #fff;
    display: block;
    padding: 12px 15px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f105";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "FontAwesome";
    content: "\f107";
    font-size: 15px;
    font-size: 1rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu, .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #19398A;
    position: absolute;
    right: 0;
    top: 120%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.93333rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu, .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row, .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.93333rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn, .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #FDB913;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    border-radius: 3px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 22px;
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -300px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover {
    color: #19398A;
  }
  .site-header #navbar ul li.current a {
    color: #19398A;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #19398A;
    width: 35px;
    height: 35px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    outline: none;
    position: absolute;
    left: -18px;
    top: 10px;
    z-index: 20;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #cccccc;
  }
  .site-header #navbar > ul > li > a {
    padding: 10px 15px 10px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse, .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header, .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

.header-style-5 .topbar, .header-style-6 .topbar {
  background-color: #012c57;
  color: #fff;
  padding: 15px 0;
  border-top: 1px solid #012548;
  border-bottom: 1px solid #012548;
  /*** language ***/
}

.header-style-5 .topbar .contact-info, .header-style-6 .topbar .contact-info {
  list-style: none;
  margin-top: 5px;
}

.header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
  display: inline-block;
}

@media (max-width: 767px) {
  .header-style-5 .topbar .contact-info li, .header-style-6 .topbar .contact-info li {
    display: block;
    text-align: center;
  }
}

.header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .header-style-5 .topbar .contact-info > li + li, .header-style-6 .topbar .contact-info > li + li {
    margin-left: 0;
    margin-top: 5px;
  }
}

.header-style-5 .topbar .contact-info i, .header-style-6 .topbar .contact-info i {
  display: inline-block;
  padding-right: 3px;
  color: #FDB913;
}

.header-style-5 .topbar .language, .header-style-6 .topbar .language {
  float: right;
}

@media (max-width: 767px) {
  .header-style-5 .topbar .language, .header-style-6 .topbar .language {
    float: none;
    text-align: center;
  }
}

.header-style-5 .topbar .language i, .header-style-6 .topbar .language i {
  color: #FDB913;
}

.header-style-5 .topbar .select-box, .header-style-6 .topbar .select-box {
  display: inline;
}

.header-style-5 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn), .header-style-6 .topbar .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 65px;
}

.header-style-5 .topbar .bootstrap-select > .btn, .header-style-6 .topbar .bootstrap-select > .btn {
  background-color: transparent;
  color: #fff;
  border: 0;
}

.header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
  margin-top: 12px;
  display: inline-block;
  padding: 0 15px;
}

@media screen and (min-width: 992px) {
  .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    padding: 30px 12px;
  }
  .header-style-5 #navbar, .header-style-6 #navbar {
    margin-right: 115px;
  }
}

@media screen and (min-width: 1199px) {
  .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    padding: 30px 16px;
  }
  .header-style-5 #navbar, .header-style-6 #navbar {
    margin-right: 130px;
  }
}

@media (max-width: 991px) {
  .header-style-5 .navbar-header, .header-style-6 .navbar-header {
    padding-bottom: 15px;
  }
}

.header-style-5 .search-social, .header-style-6 .search-social {
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 991px) {
  .header-style-5 .search-social, .header-style-6 .search-social {
    right: 0;
  }
}

@media (max-width: 767px) {
  .header-style-5 .search-social, .header-style-6 .search-social {
    display: none;
  }
}

.header-style-5 .search-social > div, .header-style-6 .search-social > div {
  display: inline-block;
}

.header-style-5 .search-social .social ul li, .header-style-6 .search-social .social ul li {
  float: left;
}

.header-style-5 .search-social .social ul > li + li, .header-style-6 .search-social .social ul > li + li {
  margin-left: 10px;
}

.header-style-5 .search-social .social ul a, .header-style-6 .search-social .social ul a {
  color: #fff;
}

.header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
  background-color: transparent;
  color: #fff;
  padding: 0;
  border: 0;
  margin-right: 40px;
  position: relative;
  top: 0;
  left: 20px;
}

@media (max-width: 1199px) {
  .header-style-5 .search-social .open-btn, .header-style-6 .search-social .open-btn {
    margin-right: 30px;
  }
}

.header-style-5, .header-style-6 {
  position: relative;
}

.header-style-5 .topbar, .header-style-6 .topbar {
  background-color: #fff;
  padding: 0;
  border: 0;
}

.header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #19398A;
  padding: 4px 0;
}

@media (max-width: 767px) {
  .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
    text-align: center;
    padding: 8px 0;
  }
}

.header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
  color: #fff;
  margin: 3px 0 0;
}

@media (max-width: 767px) {
  .header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p {
    margin: 3px 0 10px;
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  .header-style-5 .site-logo, .header-style-6 .site-logo {
    text-align: center;
  }
}

.header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
  padding: 12px 0;
}

@media screen and (min-width: 992px) {
  .header-style-5 .lower-topbar, .header-style-6 .lower-topbar {
    padding-bottom: 50px;
  }
}

.header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
  float: right;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .contact-info, .header-style-6 .lower-topbar .contact-info {
    border-top: 1px solid #dedede;
    padding-top: 15px;
    margin-top: 10px;
    float: none;
    text-align: center;
  }
}

.header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
  float: left;
  padding-left: 45px;
  position: relative;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .contact-info > div, .header-style-6 .lower-topbar .contact-info > div {
    float: none;
    display: inline-block;
    text-align: left;
    padding-left: 40px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
}

.header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
  margin-left: 45px;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .contact-info > div + div, .header-style-6 .lower-topbar .contact-info > div + div {
    margin-left: 0;
  }
}

.header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
  font-size: 36px;
  font-size: 2.4rem;
  color: #FDB913;
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .header-style-5 .lower-topbar .contact-info i, .header-style-6 .lower-topbar .contact-info i {
    font-size: 32px;
    font-size: 2.13333rem;
    top: 5px;
  }
}

.header-style-5 .lower-topbar .contact-info span, .header-style-6 .lower-topbar .contact-info span {
  color: #19398A;
}

.header-style-5 .lower-topbar .contact-info p, .header-style-6 .lower-topbar .contact-info p {
  margin: 0;
  color: #666;
}

@media screen and (min-width: 992px) {
  .header-style-5 .navigation, .header-style-6 .navigation {
    background-color: transparent;
    width: 100%;
    /*position: absolute;*/
    position: relative;
    /*bottom: -25px;*/
    z-index: 10000;
  }
  .header-style-5 .navigation .container, .header-style-6 .navigation .container {
    background-color: #19398A;
    border-radius: 3px;
  }
}

@media (max-width: 991px) {
  .header-style-5 .navigation, .header-style-6 .navigation {
    height: 70px;
  }
  .header-style-5 .navigation .navbar-header button, .header-style-6 .navigation .navbar-header button {
    top: 17px;
  }
}

@media screen and (min-width: 992px) {
  .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    padding: 20px 16px;
    font-weight: 500;
  }
  .header-style-5 .search-social, .header-style-6 .search-social {
    top: 0;
    right: 0;
  }
}

@media (max-width: 991px) {
  .header-style-5 .search-social, .header-style-6 .search-social {
    top: 0;
    right: 0;
  }
}

.header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #dfdfdf;
  padding: 12px 0;
}

.header-style-5 .upper-topbar ul, .header-style-6 .upper-topbar ul {
  list-style: none;
  overflow: hidden;
}

.header-style-5 .upper-topbar ul li, .header-style-6 .upper-topbar ul li {
  float: left;
}

.header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li, .header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
  color: #fff;
}

.header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
  display: inline-block;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .header-style-5 .upper-topbar-contact ul li, .header-style-6 .upper-topbar-contact ul li {
    float: none;
    display: inline;
  }
}

.header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .header-style-5 .upper-topbar-contact ul > li + li, .header-style-6 .upper-topbar-contact ul > li + li {
    margin-left: 30px;
    margin-top: 8px;
  }
}

.header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
  float: right;
}

@media (max-width: 767px) {
  .header-style-5 .upper-topbar-social, .header-style-6 .upper-topbar-social {
    float: none;
    display: inline-block;
    margin-top: 15px;
  }
}

.header-style-5 .upper-topbar-social ul > li + li, .header-style-6 .upper-topbar-social ul > li + li {
  margin-left: 10px;
}

.header-style-5 .navigation, .header-style-6 .navigation, .header-style-5 .upper-topbar, .header-style-6 .upper-topbar {
  background-color: #19398A;
}

/******************************
        header style 5
******************************/
.header-style-5 .upper-topbar p, .header-style-6 .upper-topbar p, .header-style-5 .upper-topbar li, .header-style-6 .upper-topbar li, .header-style-5 .upper-topbar a, .header-style-6 .upper-topbar a {
  color: #fff;
}

.header-style-5 .upper-topbar-contact i, .header-style-6 .upper-topbar-contact i {
  color: #fff;
}

.header-style-5 .navigation, .header-style-6 .navigation, .header-style-5 .navigation .container, .header-style-6 .navigation .container {
  background-color: #fff;
  border-radius: 2px;
}

.header-search-area {
  background: #FDB913;
  line-height: 70px;
  border-radius: 3px;
}

.header-style-5 .header-search-area {
  line-height: 90px;
}

@media screen and (min-width: 992px) {
  /*    .header-style-5 .navigation, .header-style-6 .navigation {
            bottom: -90px;
        }*/
  .header-style-5 #navbar, .header-style-6 #navbar {
    margin-right: 50px;
  }
  .header-style-5 #navbar > ul > li > a, .header-style-6 #navbar > ul > li > a {
    color: #444444;
    padding: 35px 16px;
  }
  .header-style-5 #navbar > ul > li > a:hover, .header-style-6 #navbar > ul > li > a:hover {
    color: #19398A;
  }
}

@media screen and (min-width: 992px) {
  .header-style-5 .search-social, .header-style-6 .search-social {
    top: 0;
    right: 0;
  }
}

.header-style-5 .search-social .open-btn {
  color: #19398A;
}

.header-style-6 {
  position: relative;
}

.header-style-6 .search-social .open-btn {
  color: #19398A;
}

.header-style-6 .upper-topbar a {
  color: #FDB913;
}

.header-style-6 .navbar-brand {
  margin-top: 7px;
}

@media (max-width: 991px) {
  .header-style-5 .navbar-brand, .header-style-6 .navbar-brand {
    margin-top: 6px;
  }
}

/******************************
        header style 6
******************************/
@media screen and (min-width: 992px) {
  .header-style-6 .upper-topbar {
    padding-top: 20px;
    padding-bottom: 60px;
  }
  .header-style-6 .navigation {
    background-color: transparent;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -33px;
    z-index: 1;
  }
  .header-style-6 .navigation .container {
    background-color: #fff;
  }
  .header-style-6 #navbar > ul > li > a {
    color: #444444;
    padding: 25px 16px;
  }
  .header-style-6 .search-social {
    /*top: 35px;*/
    top: 0px;
    right: -15px;
  }
}

.header-search-form {
  width: 100%;
  height: 40%;
  position: fixed;
  left: 24%;
  top: 0;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.header-search-form .search-button input[type="submit"] {
  font-family: FontAwesome;
  color: #fff !important;
  display: inline;
  font-size: 18px;
}

.header-search-form .close-btn {
  top: 10px;
  right: 10px;
  position: fixed;
  font-size: 24px;
}

.header-search-form form {
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.header-search-form form input {
  height: 60px;
  font-size: 20px;
  padding: 15px 25px;
}

.header-search-form form input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-form form .btn {
  background-color: #19398A;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.header-search-form form .btn:focus, .header-search-form form .btn:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .header-search-form form {
    width: 300px;
  }
}

@media (max-width: 767px) {
  .header-search-form form input {
    height: 45px;
    font-size: 17px;
  }
}

/**@media (max-width: 1048px) {
    .header-search-form form {
        width: 100%;
        height: 36.3%;
        position: fixed;
        left: 23.5%;
        top: 0;
        z-index: 9999;
    }
}***/
/*--------------------------------------------------------------
#0.4	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  /** slider controls **/
  /*** hero slider animation ***/
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.24);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev, .hero .slick-next {
  background-color: #fff;
  width: 50px;
  height: 50px;
  z-index: 9;
  border-radius: 50%;
  display: none !important;
  /*@inlcude transition-time(0.3s);*/
}

.hero .slick-prev:before, .hero .slick-next:before {
  color: #19398A;
}

.hero .slick-prev:hover, .hero .slick-next:hover {
  background-color: #19398A;
}

.hero .slick-prev:hover:before, .hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-prev {
  left: 15px;
}

.hero .slick-prev:before {
  font-family: "FontAwesome";
  content: "\f104";
  opacity: 1;
}

.hero .slick-next {
  right: 15px;
}

.hero .slick-next:before {
  font-family: "FontAwesome";
  content: "\f105";
  opacity: 1;
}

.hero .slick-dots {
  bottom: 20px;
}

.hero .slick-dots li {
  margin-left: 10px !important;
  display: none;
}

.hero .slick-dots button {
  background-color: #FDB913;
  width: 48px;
  height: 48px;
  margin: 0 0 10px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before {
  display: none;
}

.hero .hero-slider .slide-caption h2, .hero .hero-slider .slide-caption p, .hero .hero-slider .slide-caption .btns {
  color: #fff;
  opacity: 1;
  text-align: left;
}

.hero .hero-slider .slick-list .slick-current .slide-caption h2 {
  -webkit-animation: fadeInLeftSlow 1.5s 0.8s forwards;
  animation: fadeInLeftSlow 1.5s 0.8s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption p {
  -webkit-animation: fadeInLeftSlow 1.5s 1.4s forwards;
  animation: fadeInLeftSlow 1.5s 1.4s forwards;
}

.hero .hero-slider .slick-list .slick-current .slide-caption .btns {
  -webkit-animation: fadeInLeftSlow 1.5s 1.8s forwards;
  animation: fadeInLeftSlow 1.5s 1.8s forwards;
}

@media (max-width: 991px) {
  .hero {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  .hero .slide {
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

@media (max-width: 991px) {
  .hero .slick-prev, .hero .slick-next {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero-center {
  text-align: center;
  display: block;
}

/************************************
        hero style 1
*************************************/
.slide-caption {
  top: -10vh;
}

.hero-style-1 .slide-caption h2,
.hero-style-2 .slide-caption h2,
.hero-style-3 .slide-caption h2 {
  font-size: 30px;
  font-size: 1.5rem;
  margin: 0 0 0.3em;
  text-align: left;
}

@media (max-width: 1199px) {
  .hero-style-1 .slide-caption h2,
  .hero-style-2 .slide-caption h2,
  .hero-style-3 .slide-caption h2 {
    font-size: 25px;
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption h2, .hero-style-2 .slide-caption h2, .hero-style-3 .slide-caption h2 {
    font-size: 30px;
    font-size: 1.3rem;
  }
  .floating-widget {
    display: none;
  }
  .floatingwidgetmobile {
    display: block !important;
    position: absolute;
    bottom: 21%;
    width: 100%;
  }
  .floatingwidgetmobile .our-products {
    float: left;
    background: #feb912;
    width: 50%;
    text-align: center;
    border-right: 2px solid #000;
  }
  .floatingwidgetmobile .our-products a {
    color: #000;
    font-size: 16px;
  }
  .floatingwidgetmobile .internetbanking {
    float: left;
    background: #feb912;
    width: 50%;
    text-align: center;
  }
  .floatingwidgetmobile .internetbanking a {
    color: #000;
    font-size: 16px;
  }
}

.hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
  font-size: 18px;
  font-size: 1.2rem;
  margin: 1.2em 0 2em;
  text-align: left;
}

@media (max-width: 767px) {
  .hero-style-1 .slide-caption p, .hero-style-2 .slide-caption p, .hero-style-3 .slide-caption p {
    font-size: 15px;
    font-size: 1rem;
    text-align: left;
  }
}

/************************************
        hero style 2
*************************************/
.hero-style-2,
.hero-style-3 {
  height: 520px;
}

@media (max-width: 991px) {
  .hero-style-2, .hero-style-3 {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2, .hero-style-3 {
    height: 420px;
  }
}

.hero-style-2 .slide {
  height: 670px;
  position: relative;
}

.hero-style-3 {
  text-align: left;
}

.hero-style-3 .slide {
  height: 670px;
  position: relative;
}

.hero-style-3 .slide-caption {
  position: absolute;
  left: 10vw;
  top: 21vh;
}

.hero-style-3 .slide-caption h2 {
  margin-bottom: 0.7em;
}

@media (max-width: 991px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style-2 .slide, .hero-style-3 .slide {
    height: 420px;
  }
  /*--------------------------------------------------------------
products styling mobile
--------------------------------------------------------------*/
  .products-services {
    padding-bottom: 20px;
  }
  .products-services .grid {
    border: 0;
    margin-bottom: 30px;
  }
  .products-services .grid .entry-body {
    padding: 10px 35px;
  }
  .products-services .grid .entry-body .entry-meta {
    bottom: 45px;
    right: 50px;
  }
  /*--------------------------------------------------------------
  end of products styling mobile
  --------------------------------------------------------------*/
}

/************************************
        hero style 3
*************************************/
/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
.site-footer {
  /*** about widget ***/
  /*** links-widget ***/
  /*** support-widget ***/
  /*** twitter-feed-widget ***/
  /*** copyright-info ***/
}

.site-footer .upper-footer {
  background-color: #19398A;
  padding: 40px 0;
}

.site-footer .upper-footer ul {
  list-style: none;
  color: #7f97ad;
}

.site-footer .upper-footer li, .site-footer .upper-footer p {
  color: #7f97ad;
}

.site-footer .upper-footer a {
  color: #fff;
}

.site-footer .upper-footer a:hover {
  color: #FDB913;
}

.site-footer .upper-footer .footer-social {
  display: block;
}

.site-footer .upper-footer .footer-social .contact-info {
  color: #fff;
}

.site-footer .upper-footer .footer-social .contact-info li {
  color: #fff;
}

.site-footer .upper-footer .footer-social .contact-info i {
  color: #fff;
}

.site-footer .upper-footer .footer-social .apps-download li a svg:nth-child(1) {
  margin-top: 5px;
}

.site-footer .upper-footer .footer-social .social-links {
  display: inline;
}

.site-footer .upper-footer .footer-social .social-links li {
  display: inline-block;
}

.site-footer .upper-footer .footer-social .social-links li a {
  background: #FDB913;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding-top: .28em;
  padding-left: .08em;
  display: block;
  text-align: center;
  line-height: 31px;
  margin-left: 10px;
}

.site-footer .upper-footer .footer-social .social-links li a:hover {
  color: #19398A;
}

.site-footer .upper-footer .footer-social .social-links li a:hover .fa {
  color: #19398A;
}

.site-footer .upper-footer .footer-social .social-links li a .fa {
  color: #19398A;
}

.site-footer .widget > h3 {
  font-size: 16px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
}

.site-footer .widget .footer-logo {
  font-size: 24px;
  font-size: cacl-rem-value(24);
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 2em;
  padding-bottom: 0.5em;
  position: relative;
  margin-bottom: 15px;
}

.site-footer .widget .footer-logo:before {
  content: "";
  background-color: #FDB913;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .widget > h3:before {
  content: "";
  background-color: #FDB913;
  width: 28px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
}

.site-footer .about-widget .contact-info {
  margin-top: 30px;
}

.site-footer .about-widget .footer-logo:before {
  display: none;
}

.site-footer .about-widget ul li {
  position: relative;
  padding-left: 38px;
  line-height: 1.78em;
}

.site-footer .about-widget ul li i {
  color: #FDB913;
  position: absolute;
  left: 0;
  top: 3px;
}

.site-footer .about-widget ul > li + li {
  margin-top: 5px;
}

.site-footer .links-widget {
  overflow: hidden;
}

.site-footer .links-widget ul li {
  position: relative;
  padding-left: 20px;
}

.site-footer .links-widget ul li:before {
  font-family: "FontAwesome";
  content: "\f105";
  color: #FDB913;
  position: absolute;
  left: 0;
  top: -1px;
}

.site-footer .links-widget ul li + li {
  margin-top: 25px;
}

.site-footer .support-widget {
  overflow: hidden;
}

.site-footer .support-widget ul li + li {
  margin-top: 15px;
}

.site-footer .twitter-feed-widget ul li + li {
  padding-top: 10px;
  margin-top: 0;
  border-top: 1px solid #013466;
}

.site-footer .twitter-feed-widget i {
  color: #198cfa;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .twitter-feed-widget a {
  color: #fff;
}

.site-footer .copyright-info {
  background-color: #FDB913;
  padding: 15px 0;
}

.site-footer .copyright-info p {
  margin: 0;
}

.site-footer .copyright-info .footer-social {
  float: right;
}

.site-footer .copyright-info .footer-social span {
  color: #7f97ad;
  display: inline-block;
  padding-right: 5px;
}

.site-footer .copyright-info .social-links {
  list-style: none;
  float: right;
  overflow: hidden;
}

.site-footer .copyright-info .social-links li {
  float: left;
}

.site-footer .copyright-info .social-links > li + li {
  margin-left: 8px;
}

.site-footer .copyright-info .social-links a {
  font-size: 18px;
  font-size: cacl-rem-value(18);
  color: #fff;
}

.site-footer .copyright-info .social-links a:hover {
  color: #FDB913;
}

@media (max-width: 991px) {
  .site-footer .upper-footer {
    padding: 80px 0 35px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 70px 0 30px;
  }
}

@media (max-width: 991px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 55px;
  }
}

@media (max-width: 767px) {
  .site-footer .upper-footer .row > .col {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .site-footer .widget > h3, .site-footer .widget .footer-logo {
    font-size: 20px;
    font-size: cacl-rem-value(20);
  }
}

@media (max-width: 767px) {
  .site-footer .widget > h3, .site-footer .widget .footer-logo {
    font-size: 16px;
    font-size: cacl-rem-value(16);
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget {
    padding-right: 25px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .about-widget .contact-info {
    padding-right: 105px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget .contact-info {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .site-footer .about-widget img {
    max-width: 160px;
  }
}

@media (max-width: 767px) {
  .site-footer .links-widget ul li + li {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .site-footer .support-widget {
    padding-right: 45px;
  }
}

@media (max-width: 767px) {
  .site-footer .support-widget ul li + li {
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .site-footer .copyright-info {
    text-align: center;
  }
}

@media (max-width: 600px) {
  .site-footer .copyright-info .col {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social {
    float: none;
    margin-top: 5px;
  }
}

@media (max-width: 600px) {
  .site-footer .copyright-info .footer-social span {
    display: none;
  }
}

@media (max-width: 600px) {
  .site-footer .copyright-info .social-links {
    float: none;
    display: inline-block;
  }
}

.sticky-header {
  width: 100%;
  position: fixed !important;
  left: 0;
  top: -200px;
  z-index: 9999 !important;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
  z-index: 9999;
}

.header-style-5 .sticky-header, .header-style-6 .sticky-header {
  background-color: #19398A;
}

@media screen and (min-width: 992px) {
  .header-style-5 .sticky-header, .header-style-6 .sticky-header {
    bottom: auto;
    top: 0;
  }
}

.header-style-5 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.header-style-6 .sticky-header {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

@media screen and (min-width: 992px) {
  .header-style-6 .sticky-header {
    bottom: auto;
    top: 0;
  }
}

/**** style for box layout ***/
@media screen and (min-width: 1200px) {
  .box-layout .sticky-header {
    width: 1250px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

/*--------------------------------------------------------------
#0.6	services-section
--------------------------------------------------------------*/
.services-section {
  padding-bottom: 30px;
}

.services-section .service-grids {
  overflow: hidden;
  margin: 0 -15px;
}

.services-section .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 50px;
}

@media (max-width: 991px) {
  .services-section .service-grids .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .services-section .service-grids .grid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#0.7	cta
--------------------------------------------------------------*/
.cta {
  background: url("../images/cta-bg.html") center center/cover no-repeat fixed;
  text-align: center;
  padding: 60px 0;
  position: relative;
}

.cta:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.cta .container {
  position: relative;
}

.cta h2 {
  font-size: 30px;
  font-size: 2rem;
  color: #fff;
  margin: 0;
}

.cta h2 span {
  color: #FDB913;
}

@media (max-width: 767px) {
  .cta {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .cta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .cta h2 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

/*--------------------------------------------------------------
#0.8	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 img, .services-section-s3 img {
  position: relative;
}

.services-section-s2 .services-phone, .services-section-s3 .services-phone {
  max-width: 250px;
  position: relative;
}

@media (max-width: 991px) {
  .services-section-s2 .services-phone, .services-section-s3 .services-phone {
    display: none;
  }
}

.services-section-s2 .phone-bg, .services-section-s3 .phone-bg {
  background: url("../images/services-phone-bg.html") center center/cover no-repeat local;
  width: 96%;
  height: 96%;
  position: absolute;
  left: 5px;
  top: 10px;
  border-radius: 25px;
}

.services-section-s2 .phone-bg:before, .services-section-s3 .phone-bg:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0%;
  top: 0%;
  border-radius: 25px;
}

.services-section-s2 .phone-inner, .services-section-s3 .phone-inner {
  width: 165px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.services-section-s2 .phone-inner h3, .services-section-s3 .phone-inner h3 {
  font-size: 24px;
  font-size: 1.6rem;
  color: #fff;
  margin: 0 0 0.33em;
}

.services-section-s2 .phone-inner h3 span, .services-section-s3 .phone-inner h3 span {
  color: #FDB913;
}

.services-section-s2 .phone-inner p, .services-section-s3 .phone-inner p {
  color: #fff;
  font-style: italic;
  line-height: 1.29em;
  margin-bottom: 2em;
}

.services-section-s2 .phone-inner .theme-btn-s2, .services-section-s3 .phone-inner .theme-btn-s2 {
  font-size: 14px;
  font-size: 0.93333rem;
  padding: 7px 10px;
}

.services-section-s2 .phone-inner .theme-btn-s2:after, .services-section-s3 .phone-inner .theme-btn-s2:after {
  display: none;
}

.services-section-s2 .phone-inner .theme-btn-s2:hover, .services-section-s3 .phone-inner .theme-btn-s2:hover {
  background-color: #ddb602;
}

.services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
  overflow: hidden;
  margin: 30px -25px 0;
}

@media (max-width: 1199px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 15px -25px 0;
  }
}

@media (max-width: 1199px) and (max-width: 767px) {
  .services-section-s2 .services-s2-grids, .services-section-s3 .services-s2-grids {
    margin: 0 -15px;
  }
}

.services-section-s2 .services-s2-grids .grid, .services-section-s3 .services-s2-grids .grid {
  width: 50%;
  float: left;
  padding: 0 25px 80px;
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids .grid, .services-section-s3 .services-s2-grids .grid {
    width: 100%;
    float: none;
    padding: 0 15px 50px;
  }
}

.services-section-s2 .services-s2-grids > .grid:nth-child(5), .services-section-s3 .services-s2-grids > .grid:nth-child(5), .services-section-s2 .services-s2-grids > .grid:nth-child(6), .services-section-s3 .services-s2-grids > .grid:nth-child(6) {
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .services-section-s2 .services-s2-grids > .grid:nth-child(5), .services-section-s3 .services-s2-grids > .grid:nth-child(5) {
    padding-bottom: 50px;
  }
}

/*--------------------------------------------------------------
#0.9	about-section
--------------------------------------------------------------*/
.about-section, .about-section-s3, .about-section-s4, .about-section-s5, .about-section-with-bg {
  background-color: #f5f5f5;
}

.about-section .about-details, .about-section-s3 .about-details, .about-section-s4 .about-details, .about-section-s5 .about-details, .about-section-with-bg .about-details {
  padding-right: 30px;
}

.about-section .about-details p, .about-section-s3 .about-details p, .about-section-s4 .about-details p, .about-section-s5 .about-details p, .about-section-with-bg .about-details p {
  color: #4a4a4a;
  margin-bottom: 2em;
}

.about-section .skills > .skill + .skill, .about-section-s3 .skills > .skill + .skill, .about-section-s4 .skills > .skill + .skill, .about-section-s5 .skills > .skill + .skill, .about-section-with-bg .skills > .skill + .skill {
  margin-top: 40px;
}

@media (max-width: 991px) {
  .about-section .skills > .skill + .skill, .about-section-s3 .skills > .skill + .skill, .about-section-s4 .skills > .skill + .skill, .about-section-s5 .skills > .skill + .skill, .about-section-with-bg .skills > .skill + .skill {
    margin-top: 25px;
  }
}

.about-section .skill h6, .about-section-s3 .skill h6, .about-section-s4 .skill h6, .about-section-s5 .skill h6, .about-section-with-bg .skill h6 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.56em;
}

@media (max-width: 991px) {
  .about-section .skill h6, .about-section-s3 .skill h6, .about-section-s4 .skill h6, .about-section-s5 .skill h6, .about-section-with-bg .skill h6 {
    font-size: 15px;
    font-size: 1rem;
  }
}

.about-section .progress, .about-section-s3 .progress, .about-section-s4 .progress, .about-section-s5 .progress, .about-section-with-bg .progress {
  background-color: transparent;
  height: 5px;
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: visible;
}

.about-section .progress-bar, .about-section-s3 .progress-bar, .about-section-s4 .progress-bar, .about-section-s5 .progress-bar, .about-section-with-bg .progress-bar {
  background-color: #19398A;
  position: relative;
}

.about-section .progress-bar span, .about-section-s3 .progress-bar span, .about-section-s4 .progress-bar span, .about-section-s5 .progress-bar span, .about-section-with-bg .progress-bar span {
  font-family: "Poppins", sans-serif;
  background-color: #FDB913;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #19398A;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

@media (max-width: 991px) {
  .about-section .progress-bar span, .about-section-s3 .progress-bar span, .about-section-s4 .progress-bar span, .about-section-s5 .progress-bar span, .about-section-with-bg .progress-bar span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.about-section .about-chart, .about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart, .about-section-with-bg .about-chart {
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  box-shadow: 0 0 10px #e6e6e6;
}

@media (max-width: 991px) {
  .about-section .about-chart, .about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart, .about-section-with-bg .about-chart {
    display: none;
  }
}

/*--------------------------------------------------------------
#1.0	projects-section
--------------------------------------------------------------*/
.projects-section ul, .projects-section-s2 ul, .project-section-s3-3grid ul {
  list-style: none;
}

.projects-section .projects-list, .projects-section-s2 .projects-list, .project-section-s3-3grid .projects-list {
  text-align: center;
  margin-bottom: 40px;
}

.projects-section .projects-list li, .projects-section-s2 .projects-list li, .project-section-s3-3grid .projects-list li {
  display: inline-block;
}

@media (max-width: 767px) {
  .projects-section .projects-list li, .projects-section-s2 .projects-list li, .project-section-s3-3grid .projects-list li {
    display: block;
  }
}

.projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #19398A;
  padding: 8px 12px;
  border-radius: 5px;
  display: block;
  position: relative;
}

@media (max-width: 991px) {
  .projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .projects-section .projects-list li a, .projects-section-s2 .projects-list li a, .project-section-s3-3grid .projects-list li a {
    display: block;
  }
}

.projects-section .projects-list li a:after, .projects-section-s2 .projects-list li a:after, .project-section-s3-3grid .projects-list li a:after {
  content: "";
  border: 5px solid transparent;
  border-top: 5px solid #FDB913;
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.projects-section .projects-list li a.current, .projects-section-s2 .projects-list li a.current, .project-section-s3-3grid .projects-list li a.current {
  background-color: #FDB913;
}

.projects-section .projects-list li a.current:after, .projects-section-s2 .projects-list li a.current:after, .project-section-s3-3grid .projects-list li a.current:after {
  display: block;
}

.projects-section .projects-grid, .projects-section-s2 .projects-grid, .project-section-s3-3grid .projects-grid {
  overflow: hidden;
  margin: 0 -5px;
}

.projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
  width: 25%;
  float: left;
  padding: 0 5px 10px;
}

@media (max-width: 1199px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .projects-section .projects-grid .grid, .projects-section-s2 .projects-grid .grid, .project-section-s3-3grid .projects-grid .grid {
    width: 100%;
    float: none;
  }
}

.projects-section .all-projects, .projects-section-s2 .all-projects, .project-section-s3-3grid .all-projects {
  text-align: center;
  margin-top: 50px;
}

/*--------------------------------------------------------------
#1.1	partners-section
--------------------------------------------------------------*/
.partners-section {
  background-color: #f5f5f5;
  padding: 40px 0;
  text-align: center;
}

.partners-section img {
  max-width: 100%;
  display: inline-block;
}

/*--------------------------------------------------------------
#1.2	testimonials-section
--------------------------------------------------------------*/
.testimonials-section .grid, .testimonials-pg-content .grid {
  overflow: hidden;
}

.testimonials-section .client-pic, .testimonials-pg-content .client-pic {
  width: 36%;
  float: left;
}

@media (max-width: 991px) {
  .testimonials-section .client-pic, .testimonials-pg-content .client-pic {
    width: 100%;
    float: none;
  }
}

.testimonials-section .grid .details, .testimonials-pg-content .grid .details {
  width: 64%;
  float: left;
  padding: 0 30px 10px;
  position: relative;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details, .testimonials-pg-content .grid .details {
    width: 100%;
    float: none;
    padding: 20px 10px 20px 0;
  }
}

.testimonials-section .grid .details:after, .testimonials-pg-content .grid .details:after {
  content: "";
  background-color: #FDB913;
  width: 30px;
  height: 4px;
  border-radius: 5px;
  position: absolute;
  left: 30px;
  bottom: 0;
}

@media (max-width: 991px) {
  .testimonials-section .grid .details:after, .testimonials-pg-content .grid .details:after {
    left: 0;
  }
}

.testimonials-section .client-pic img, .testimonials-pg-content .client-pic img {
  width: auto;
}

.testimonials-section .details h4, .testimonials-pg-content .details h4 {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 0.12em;
}

@media (max-width: 991px) {
  .testimonials-section .details h4, .testimonials-pg-content .details h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .client-post, .testimonials-pg-content .client-post {
  color: #444444;
  display: block;
  margin-bottom: 10px;
}

.testimonials-section .details p, .testimonials-pg-content .details p {
  color: #666;
}

.testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls, .testimonials-pg-content .owl-controls {
    width: 100%;
    position: absolute;
    top: 40%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev, .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  background-color: transparent;
  color: #19398A;
  font-size: 24px;
  font-size: 1.6rem;
}

@media screen and (min-width: 1200px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev, .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media (max-width: 991px) {
  .testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev, .testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.testimonials-section .owl-controls .owl-nav .owl-prev:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-prev:hover, .testimonials-section .owl-controls .owl-nav .owl-next:hover, .testimonials-pg-content .owl-controls .owl-nav .owl-next:hover {
  background-color: transparent;
  color: #FDB913;
}

.testimonials-section .owl-controls .owl-nav .owl-prev, .testimonials-pg-content .owl-controls .owl-nav .owl-prev {
  left: -80px;
}

.testimonials-section .owl-controls .owl-nav .owl-next, .testimonials-pg-content .owl-controls .owl-nav .owl-next {
  right: -40px;
}

/*--------------------------------------------------------------
#1.3	newsletter-section
--------------------------------------------------------------*/
.newsletter-section {
  background: url("../images/newsletter-bg.html") center center/cover no-repeat fixed;
  padding: 110px 0;
  position: relative;
}

.newsletter-section:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.newsletter-section .container {
  position: relative;
}

.newsletter-section h2 {
  font-size: 42px;
  font-size: 2.8rem;
  line-height: 1.2em;
  color: #fff;
  margin: 0 0 0.88em;
}

.newsletter-section h2 span {
  color: #FDB913;
}

.newsletter-section form div {
  position: relative;
}

.newsletter-section form div input {
  background-color: transparent;
  font-size: 16px;
  font-size: 1.06667rem;
  height: 46px;
  border: 2px solid #fff;
  color: #fff;
  padding: 6px 15px;
  border-radius: 40px;
}

.newsletter-section form div button {
  font-family: "Poppins", sans-serif;
  background-color: #FDB913;
  width: 205px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #19398A;
  border: 0;
  border-radius: 40px;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-section .newsletter-man {
  position: absolute;
  right: 0;
  bottom: -110px;
}

@media (max-width: 991px) {
  .newsletter-section {
    padding: 70px 0;
  }
}

@media (max-width: 767px) {
  .newsletter-section {
    padding: 60px 0;
  }
}

@media (max-width: 1199px) {
  .newsletter-section h2 {
    font-size: 36px;
    font-size: 2.4rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .newsletter-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section form div input {
    height: 40px;
  }
}

@media (max-width: 767px) {
  .newsletter-section form div input {
    height: 37px;
    border: 1px solid #fff;
  }
}

@media (max-width: 1199px) {
  .newsletter-section form div button {
    width: 185px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section form div button {
    width: 145px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .newsletter-section form div button {
    width: 115px;
    height: 37px;
    line-height: 37px;
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .newsletter-section .newsletter-man {
    display: none;
  }
}

/*--------------------------------------------------------------
#1.4	blog-section 
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .blog-section {
    padding-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .blog-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .blog-section .news-grids > .col {
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .blog-section .news-grids > .col {
    width: 100%;
  }
}

/*------------------------------------------------------
loan calculator styling
-------------------------------------------------------*/
#loan-calc input {
  width: 100%;
  margin-bottom: 25px;
  border: 1px solid #ceced4;
  padding: 6px 8px 6px 8px;
  color: #000;
  font-size: 12px;
}

.submit-btn button {
  background: #19398A;
  color: #fff;
  border: none;
  font-size: 16px;
  width: 100%;
  padding: 8px;
}

.submit-btn button:hover, #edit-webform-ajax-submit-56:hover {
  background: #FDB913;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
}

.loans-results {
  height: 292px;
  background: #19398A;
}

.loans-lead-form form {
  margin-top: 30px;
}

.loans-lead-form input {
  width: 100%;
  margin-bottom: 22px;
  border: 1px solid #ceced4;
  padding: 6px 8px 6px 8px;
  color: #000;
  font-size: 12px;
}

.loans-lead-form select {
  width: 100%;
  height: 30px;
  margin-bottom: 25px;
}

.loans-lead-form h4 {
  font-size: 1rem;
  margin: 0;
  text-align: center;
}

.loans-lead-form p {
  line-height: 1.2rem;
  text-align: center;
  margin-top: 8px;
}

.loans-lead-form .col-md-6 {
  padding-left: 2px;
}

#edit-webform-ajax-submit-56 {
  background: #012f5c;
  color: #fff;
  border: none;
  font-size: 16px;
  width: 100%;
  padding: 8px;
}

.results h3 {
  color: #fff;
  text-align: center;
  font-size: 1rem;
}

.results p {
  display: inline-block;
  color: #fff;
  margin: 0;
}

.results span {
  color: #FDB913;
  float: right;
}

.loans-results button {
  background: #FDB913;
  color: #fff;
  border: none;
  font-size: 16px;
  width: 60%;
  padding: 8px;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .loans-results {
    margin: 15px;
    padding: 0;
    width: 90%;
  }
  .results {
    padding: 15px;
  }
  .loans-results button {
    width: 80%;
  }
}

/*eof loan calculator styling--------------------/

/*-----------------------------------------------
modal overides
-----------------------------------*/
.modal {
  z-index: 99999;
}

.modal-title h4 {
  text-align: center;
}

.modal-body {
  min-height: 500px;
  height: 500px;
  overflow-y: scroll;
}

.table-heading {
  background: #012e5c;
  color: #fff;
}

.modal-body td {
  border: 1px solid #012e5c;
  padding: 15px;
}

/*eof loan calculator styling--------------------/

/*------------------------------------------------
pagination styling 
---------------------------------------*/
.pager li > a, .pager li > span {
  background-color: #19398A;
  color: #fff;
  border: none;
  border-radius: 0px;
  padding: 10px 18px;
}

.pager li > a li > a:active, .pager li > a .pager li > a:hover, .pager li > span li > a:active, .pager li > span .pager li > a:hover {
  background: #FDB913;
}

.no-results img {
  max-width: 70%;
}

/*eof pagination--------------------/

/*-----------------------------------------------------------/
start of toggle styling
------------------------------------------------------------*/
.switch {
  margin-top: 20px;
  width: 100%;
}

.switch h3 {
  font-size: 18px !important;
  text-align: center;
}

.btn-toggle {
  margin: 0 4rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #19398A;
}

.btn-toggle:focus, .btn-toggle.focus, .btn-toggle:focus.active, .btn-toggle.focus.active {
  outline: none;
}

.btn-toggle:before, .btn-toggle:after {
  line-height: 1.5rem;
  width: 4rem;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.btn-toggle:before {
  content: 'Branch';
  left: -4rem;
}

.btn-toggle:after {
  content: 'On';
  right: -4rem;
  opacity: 0.5;
}

.btn-toggle > .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #fff;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.active {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.active:before {
  opacity: 0.5;
}

.btn-toggle.active:after {
  opacity: 1;
}

.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}

.btn-toggle.active {
  background-color: #FDB913;
}

.btn-toggle.btn-lg {
  margin: 0 6rem;
  padding: 0;
  position: relative;
  border: none;
  height: 2.5rem;
  width: 5rem;
  border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
  outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
  line-height: 2.5rem;
  width: 5rem;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.btn-toggle.btn-lg:before {
  content: 'Branch';
  left: -6rem;
}

.btn-toggle.btn-lg:after {
  content: 'ATM';
  right: -5rem;
  opacity: 0.5;
}

.btn-toggle.btn-lg > .handle {
  position: absolute;
  top: 0.3125rem;
  left: 0.3125rem;
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 1.875rem;
  background: #fff;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active > .handle {
  left: 2.8125rem;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.btn-lg.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-lg.active:after {
  opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
  line-height: 0.5rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.6875rem;
  width: 3.875rem;
}

.btn-toggle.btn-xs {
  margin: 0 0;
  padding: 0;
  position: relative;
  border: none;
  height: 1rem;
  width: 2rem;
  border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
  outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
  line-height: 1rem;
  width: 0;
  text-align: center;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.btn-toggle.btn-xs:before {
  content: 'Branch';
  left: 0;
}

.btn-toggle.btn-xs:after {
  content: 'ATM';
  right: 0;
  opacity: 0.5;
}

.btn-toggle.btn-xs > .handle {
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.75rem;
  background: #fff;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active {
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active > .handle {
  left: 1.125rem;
  -webkit-transition: left 0.25s;
  transition: left 0.25s;
}

.btn-toggle.btn-xs.active:before {
  opacity: 0.5;
}

.btn-toggle.btn-xs.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
  line-height: -1rem;
  color: #fff;
  letter-spacing: 0.75px;
  left: 0.275rem;
  width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
  text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
  text-align: left;
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
  opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
  opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
  display: none;
}

.btn-toggle.btn-secondary {
  color: #6b7381;
  background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
  color: #6b7381;
}

.btn-toggle.btn-secondary.active {
  background-color: #ff8300;
}

.links {
  padding: 20px;
  margin: 20px 30px 0;
  width: 90%;
  height: auto;
  background: #19398A;
  display: inline-block;
}

.links li {
  border-bottom: 1px solid #FDB913;
  line-height: 40px;
}

.links li.active a {
  color: #FDB913;
  font-weight: 600;
}

.links li a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
}

.map-area {
  margin-top: 30px;
}

.map-area p {
  margin-bottom: 0;
  font-weight: bold;
}

.map-area .branch-name {
  font-weight: bold;
}

.map-area .adress span:nth-child(1) {
  font-weight: bold;
  display: block;
  margin-top: 2px;
}

.map-area .contact span:nth-child(1), .map-area .contact span:nth-child(3) {
  font-weight: bold;
  margin-top: 2px;
  display: block;
}

.current:after {
  border-left: 15px solid transparent;
  border-right: 13px solid transparent;
  content: "";
  border-top: 13px solid #f0f0f1;
  position: absolute;
  bottom: -30px;
  width: 16px;
  height: 1px;
  left: 50%;
  margin-left: -12px;
}

/*eof toggle styling--------------------/

/*--------------------------------------------------------------
#1.5	contact-section 
--------------------------------------------------------------*/
.contact-section, .contact-pg-content {
  background: url("../images/newsletter-bg.html") center center/cover no-repeat fixed;
  position: relative;
}

.contact-section:before, .contact-pg-content:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-section .container, .contact-pg-content .container {
  position: relative;
}

.contact-section form .col, .contact-pg-content form .col {
  margin-bottom: 15px;
}

.contact-section form label, .contact-pg-content form label {
  color: #fff;
  text-transform: uppercase;
}

.contact-strip {
  background: #f0f0f1;
  height: 100px;
}

.contact-strip ul {
  text-align: center;
  padding: 18px;
  list-style: none;
}

.contact-strip li a {
  font-size: 20px;
  color: #333;
}

.service-single-content .col-md-6:nth-child(1) {
  background: #f0f0f1;
  margin-top: 30px;
  padding: 20px;
}

.contactinfo address h3 {
  color: #333;
}

.contactinfo address {
  color: #333;
}

.service-single-content .col-md-6:nth-child(2) {
  padding: 25px;
}

#webform-ajax-wrapper-35 input, #webform-ajax-wrapper-35 textarea {
  width: 100%;
  margin-bottom: 15px;
  border: 1px solid #ceced4;
  padding: 6px 8px 6px 8px;
  font-size: 12px;
}

@media (max-width: 767px) {
  .contact-strip ul {
    padding: 0;
  }
  .contact-strip ul li {
    margin-top: 25px;
  }
  .contact-strip ul li a {
    font-size: 14px;
  }
  .current:after {
    bottom: -30px;
  }
  .switch button {
    margin: 50px 6rem 0 !important;
  }
  .links {
    margin: 20px 0 0;
    width: 100%;
    height: auto;
  }
}

/*--------------------------------------------------------------
#	Homepage products styling
--------------------------------------------------------------*/
.products-services .entry-media {
  position: relative;
}

.products-services .grid {
  border: 0;
}

.products-services .entry-body {
  position: absolute;
  top: 0;
  width: 92.4%;
  height: 100%;
  background: rgba(0, 0, 0, 0.34);
}

.products-services .entry-body .entry-header {
  text-align: center;
  margin-top: 20px;
}

.products-services .entry-body .entry-header a {
  color: #fff !important;
}

.products-services .entry-body .entry-details {
  font-weight: 500;
  font-size: 15px;
}

.products-services .entry-body .entry-details ul {
  text-align: left;
}

.products-services .entry-body .entry-details ul li {
  list-style-position: outside;
  line-height: 28px;
}

.products-services .entry-body .entry-details p {
  color: #fff !important;
}

.products-services .entry-body .entry-meta {
  padding-top: 0;
  overflow: hidden;
  bottom: 18px;
  position: absolute;
  right: 45px;
}

.products-services .entry-body .entry-meta .read-more {
  display: block;
  background: #FDB913;
  padding: 10px;
  font-size: 12px;
  border-radius: 2px;
}

/*eof products styling--------------------*/
/*--------------------------------------------------------------
#	Homepage adverts styling
--------------------------------------------------------------*/
.adverts {
  margin: 60px 0 60px;
}

.adverts .advert-item {
  border: 0;
  position: relative;
}

.adverts .advert-item .entry-media {
  position: relative;
}

.adverts .advert-item .entry-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.adverts .advert-item .entry-body .entry-details {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 20px 0;
}

.adverts .advert-item .entry-body .entry-details p {
  line-height: 15px;
  color: #fff;
  font-size: 100%;
  padding: 0 20px;
}

.adverts .advert-item .entry-body .entry-details p a {
  display: inline-block;
  background: #FDB913;
  padding: 10px;
  font-size: 12px;
  border-radius: 2px;
  color: #19398A;
  font-weight: bold;
  font-weight: 900;
  margin-top: 10px;
}

@media (max-width: 767px) {
  /*--------------------------------------------------------------
    adverts styling mobile
    --------------------------------------------------------------*/
  .adverts {
    margin: 0 !important;
  }
  .adverts .advert-item {
    margin-bottom: 30px;
  }
  .adverts .advert-item .entry-body {
    padding: 30px;
  }
  .adverts .advert-item .entry-body .entry-details p {
    line-height: 20px;
  }
  /*--------------------------------------------------------------
  end of adverts styling mobile
  --------------------------------------------------------------*/
}

/*eof adverts styling--------------------*/
/*--------------------------------------------------------------
#	Homepage floating tabs  styling
--------------------------------------------------------------*/
.first-fold {
  position: relative;
}

.first-fold .floating-widget {
  width: 15%;
  position: absolute;
  right: 0;
  bottom: 30%;
}

.first-fold .floating-widget .nav-tabs {
  background-color: #FDB913;
  border: 0;
}

.first-fold .floating-widget .nav-tabs li {
  border: 0;
}

.first-fold .floating-widget .nav-tabs li:nth-child(1) {
  border-right: 1px solid #19398A;
  width: 50%;
}

.first-fold .floating-widget .nav-tabs li.active {
  background: none;
}

.first-fold .floating-widget .nav-tabs a {
  color: #000;
  text-align: center;
  font-weight: bold;
  background: none;
  border: 0;
}

.first-fold .floating-widget .nav-tabs a:focus {
  background: none;
  border: 0;
}

.first-fold .floating-widget .nav-tabs a:hover {
  background: none;
  border: 0;
}

.first-fold .floating-widget .tab-content {
  margin-top: 8px;
  background: #FDB913;
}

.first-fold .floating-widget .tab-content #personal span, .first-fold .floating-widget .tab-content #business span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.first-fold .floating-widget .tab-content #personal span li, .first-fold .floating-widget .tab-content #business span li {
  list-style: none;
  line-height: 30px;
}

.first-fold .floating-widget .tab-content #personal span li a, .first-fold .floating-widget .tab-content #business span li a {
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-transform: uppercase;
  margin-left: 15px;
  line-height: 34px;
}

.first-fold .floating-widget .tab-content #personal span:nth-child(1), .first-fold .floating-widget .tab-content #business span:nth-child(1) {
  content: '';
  /*background-image: url(/sites/default/files/icons/account.png);*/
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  /*                        display: inline-block;*/
  border-bottom: 1px solid #000;
}

.first-fold .floating-widget .tab-content #personal span:nth-child(2), .first-fold .floating-widget .tab-content #business span:nth-child(2) {
  content: '';
  /*background-image: url(/sites/default/files/icons/mobile.png);*/
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  /*display: inline-block;*/
  border-bottom: 1px solid #000;
}

.first-fold .floating-widget .tab-content #personal span:nth-child(3), .first-fold .floating-widget .tab-content #business span:nth-child(3) {
  content: '';
  /*background-image: url(/sites/default/files/icons/faq-1.png);*/
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  /*display: inline-block;*/
  border-bottom: 1px solid #000;
}

.first-fold .floating-widget .tab-content #personal span:nth-child(4), .first-fold .floating-widget .tab-content #business span:nth-child(4) {
  content: '';
  /*background-image: url(/sites/default/files/icons/chat.png);*/
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  /*display: inline-block;*/
  border-bottom: 1px solid #000;
}

.first-fold .floating-widget .tab-content #personal span:nth-child(5), .first-fold .floating-widget .tab-content #business span:nth-child(5) {
  content: '';
  /*background-image: url(/sites/default/files/icons/chat.png);*/
  background-repeat: no-repeat;
  width: 100%;
  height: 35px;
  margin-left: 10px;
  /*display: inline-block;*/
}

.floatingwidgetmobile {
  display: none;
}

@media (max-width: 1024px) {
  .first-fold .floating-widget {
    width: 25%;
  }
  .products-services .entry-body .entry-meta {
    position: static;
    float: right;
    margin-right: 25px;
  }
  .products-services .entry-body .entry-details {
    font-weight: 400;
  }
}

/*eof floating tabs styling--------------------*/
/*--------------------------------------------------------------
#	products services styling
--------------------------------------------------------------*/
.prod-services {
  margin-top: 30px;
  margin-bottom: 30px;
}

.prod-services div {
  margin-bottom: 20px;
}

.prod-services .grid {
  border: 0;
  min-height: 300px;
}

.prod-services .grid:nth-child(odd) {
  background-color: #f0f0f1;
}

.prod-services .grid:nth-child(even) {
  background-color: #f0f0f1;
}

@media (max-width: 1024px) {
  .prod-services .grid {
    min-height: 250px;
  }
}

/*eof products services styling--------------------*/
/*--------------------------------------------------------------
#	search results styling
--------------------------------------------------------------*/
.search-results ul {
  margin-top: 20px;
}

.search-results ul li {
  list-style: none;
  margin-bottom: 30px;
}

.search-results ul li a {
  font-size: 16px;
}

/*eof search results styling--------------------*/
@media (max-width: 991px) {
  .contact-section form label, .contact-pg-content form label {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

.contact-section form input, .contact-pg-content form input, .contact-section form select, .contact-pg-content form select {
  background-color: #fff;
  height: 38px;
  border-radius: 5px;
  border: 0;
}

.contact-section form button, .contact-pg-content form button {
  font-family: "Poppins", sans-serif;
  background-color: #FDB913;
  width: 100%;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #19398A;
  border: 0;
  border-radius: 5px;
  outline: 0;
}

@media (max-width: 991px) {
  .contact-section form button, .contact-pg-content form button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.contact-section form button:hover, .contact-pg-content form button:hover {
  background-color: #ddb602;
}

.contact-section form .submit-btn, .contact-pg-content form .submit-btn {
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .contact-section form .submit-btn, .contact-pg-content form .submit-btn {
    margin: 15px 0 0;
  }
}

.contact-section .contact-location-map, .contact-pg-content .contact-location-map {
  height: 380px;
  border-radius: 5px;
}

@media (max-width: 991px) {
  .contact-section .contact-location-map, .contact-pg-content .contact-location-map {
    margin-bottom: 60px;
  }
}

/*--------------------------------------------------------------
        #home style 2
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#2.0	services-section-s2
--------------------------------------------------------------*/
.services-section-s2 .owl-controls, .services-section-s3 .owl-controls {
  margin-top: 50px;
}

.services-section-s2 .owl-dots .owl-dot.active span, .services-section-s3 .owl-dots .owl-dot.active span, .services-section-s2 .owl-dots .owl-dot:hover span, .services-section-s3 .owl-dots .owl-dot:hover span {
  background-color: #19398A;
}

/*--------------------------------------------------------------
#2.1	fun-fact
--------------------------------------------------------------*/
.fun-fact {
  background: url("../images/fun-fact-bg.html") center center/cover no-repeat fixed;
  padding: 85px 0;
  position: relative;
}

.fun-fact:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.fun-fact .grid {
  position: relative;
  padding-left: 125px;
  text-align: left;
}

.fun-fact .icon {
  background-color: #FDB913;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -12px;
}

.fun-fact .icon .fi:before {
  font-size: 52px;
  font-size: 3.46667rem;
  color: #19398A;
}

.fun-fact h3 {
  font-size: 48px;
  font-size: 3.2rem;
  color: #fff;
  margin: 0;
}

.fun-fact span {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
}

@media (max-width: 991px) {
  .fun-fact {
    padding: 85px 0 25px;
  }
}

@media (max-width: 767px) {
  .fun-fact {
    padding: 70px 0 5px;
  }
}

@media (max-width: 500px) {
  .fun-fact {
    padding: 50px 0 10px;
  }
}

@media (max-width: 991px) {
  .fun-fact .row > .col {
    margin-bottom: 60px;
  }
}

@media (max-width: 500px) {
  .fun-fact .row > .col {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .fun-fact .grid {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .fun-fact .grid {
    padding-left: 80px;
  }
}

@media (max-width: 500px) {
  .fun-fact .grid {
    display: inline-block;
  }
}

@media (max-width: 1199px) {
  .fun-fact .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .fun-fact .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    top: 0;
  }
}

@media (max-width: 1199px) {
  .fun-fact .icon .fi:before {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 1199px) {
  .fun-fact h3 {
    font-size: 35px;
    font-size: 2.33333rem;
  }
}

@media (max-width: 767px) {
  .fun-fact h3 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  .fun-fact span {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .fun-fact span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

/*--------------------------------------------------------------
#2.2	about-section-s2 
--------------------------------------------------------------*/
.about-section-s2 .video {
  position: relative;
}

.about-section-s2 .video:before {
  content: "";
  background-color: rgba(1, 47, 92, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.about-section-s2 .video-btn {
  background-color: #fff;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-size: 18px;
  font-size: 1.2rem;
  color: #FDB913;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.about-section-s2 .about-text h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 1.6em 0 0.8em;
  padding-bottom: 0.4em;
  position: relative;
}

.about-section-s2 .about-text h3:after {
  content: "";
  background-color: #FDB913;
  width: 40px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section-s2 .about-text p {
  color: #666;
  margin-bottom: 2em;
}

.about-section-s2 .container > .row:first-child {
  margin-bottom: 70px;
}

@media (max-width: 1199px) {
  .about-section-s2 .video-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .video-btn {
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {
  .about-section-s2 .about-text h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .about-section-s2 .about-text h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    margin: 0 0 0.8em;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-text h3 {
    font-size: 20px;
    font-size: 1.33333rem;
    margin: 1.6em 0 0.8em;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .about-text h3:after {
    width: 30px;
    height: 3px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .container > .row:first-child {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .container > .row:first-child .about-text {
    padding-right: 150px;
  }
}

@media screen and (min-width: 1200px) {
  .about-section-s2 .container > .row:last-child .about-text {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .about-section-s2 .container > .row:last-child .about-text {
    margin-bottom: 45px;
  }
}

/*--------------------------------------------------------------
        #home style 3
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#3.0	services-section-s3
--------------------------------------------------------------*/
.services-section-s3 {
  padding-bottom: 10px;
}

.services-section-s3 .services-s2-grids {
  margin: 0 -15px;
}

.services-section-s3 .services-s2-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px 70px;
}

@media (max-width: 991px) {
  .services-section-s3 {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .services-section-s3 {
    padding-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 {
    padding-bottom: 30px;
    padding-top: 20px;
  }
}

@media (max-width: 991px) {
  .services-section-s3 .services-s2-grids .grid {
    width: 50%;
    padding: 0 15px 50px;
  }
}

@media (max-width: 600px) {
  .services-section-s3 .services-s2-grids .grid {
    width: 100%;
    float: none;
    padding: 0 15px 40px;
  }
}

/*--------------------------------------------------------------
#3.1	about-section-s3
--------------------------------------------------------------*/
.about-section-s3 .about-chart, .about-section-s4 .about-chart, .about-section-s5 .about-chart {
  margin-top: -100px;
}

.about-section-s3 .about-details p:last-child, .about-section-s4 .about-details p:last-child, .about-section-s5 .about-details p:last-child {
  margin-bottom: 0;
}

.about-section-s4 .about-img, .about-section-s5 .about-img {
  margin-top: -140px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #b3b3b3;
  box-shadow: 0 0 10px #b3b3b3;
}

@media (max-width: 1199px) {
  .about-section-s4 .about-img, .about-section-s5 .about-img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .about-section-s4 .about-img, .about-section-s5 .about-img {
    margin-top: 40px;
  }
}

.about-section-s4 .about-img img, .about-section-s5 .about-img img {
  width: 100%;
}

/*--------------------------------------------------------------
#3.2	projects-section-s2
--------------------------------------------------------------*/
.projects-section-s2 .section-title-s5 {
  margin-top: 50px;
}

.projects-section-s2 .projects-grid .grid {
  width: 50%;
}

.projects-section-s2 .skill-progress-bar {
  margin: 40px 0 75px;
}

.projects-section-s2 .more-work {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #19398A;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}

.projects-section-s2 .more-work i {
  color: #FDB913;
}

.projects-section-s2 .more-work:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #19398A;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media (max-width: 1199px) {
  .projects-section-s2 .section-title-s5 {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .projects-section-s2 .section-title-s5 {
    margin-top: 50px;
  }
}

@media (max-width: 550px) {
  .projects-section-s2 .projects-grid .grid {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .projects-section-s2 .skill-progress-bar {
    margin: 40px 0 55px;
  }
}

@media (max-width: 767px) {
  .projects-section-s2 .more-work {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

/*--------------------------------------------------------------
#3.3	team-section
--------------------------------------------------------------*/
.team-section, .team-pg-section {
  padding-bottom: 50px;
}

.team-section .section-title-s5, .team-pg-section .section-title-s5 {
  border: 2px solid #19398A;
  padding: 50px 30px;
}

@media screen and (min-width: 1200px) {
  .team-section .section-title-s5, .team-pg-section .section-title-s5 {
    margin-top: 110px;
  }
}

@media (max-width: 991px) {
  .team-section .section-title-s5, .team-pg-section .section-title-s5 {
    padding: 30px 25px;
  }
}

.team-section .section-title-s5 h2, .team-pg-section .section-title-s5 h2 {
  margin-bottom: 0.7em;
}

.team-section .section-title-s5 p, .team-pg-section .section-title-s5 p {
  margin-bottom: 2em;
}

.team-section .team-grids, .team-pg-section .team-grids {
  margin: 0 -15px;
}

.team-section .team-grids .grid, .team-pg-section .team-grids .grid {
  float: left;
  padding: 0 15px 30px;
  height: auto;
}

@media (max-width: 500px) {
  .team-section .team-grids .grid, .team-pg-section .team-grids .grid {
    width: 100%;
    float: none;
  }
}

.team-section .all-member, .team-pg-section .all-member {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #19398A;
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  .team-section .all-member, .team-pg-section .all-member {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.team-section .all-member i, .team-pg-section .all-member i {
  color: #FDB913;
}

.team-section .all-member:after, .team-pg-section .all-member:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #19398A;
  position: absolute;
  left: 0;
  bottom: 0;
}

/*--------------------------------------------------------------
        #home style 4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#4.0	projects-section-s2
--------------------------------------------------------------*/
.project-section-s3-3grid .projects-grid .grid {
  width: 33.33%;
}

.project-section-s3-3grid .projects-grid .grid .details {
  border: 4px solid #FDB913;
}

@media (max-width: 991px) {
  .project-section-s3-3grid .projects-grid .grid {
    width: 50%;
  }
}

@media (max-width: 550px) {
  .project-section-s3-3grid .projects-grid .grid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#4.1	pricing-section
--------------------------------------------------------------*/
.pricing-section .section-title, .pricing-section .section-title-s2, .pricing-section .section-title-s3, .pricing-section .section-title-s4, .pricing-section .section-title-s5 {
  margin-bottom: 75px;
}

.pricing-section .container {
  overflow: hidden;
}

.pricing-section .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.pricing-section .owl-controls {
  margin-top: 50px;
}

.pricing-section .owl-controls .owl-dots .owl-dot span {
  background-color: #19398A;
}

.pricing-section .owl-controls .owl-dots .active span {
  background-color: #FDB913;
}

@media (max-width: 767px) {
  .pricing-section .section-title, .pricing-section .section-title-s2, .pricing-section .section-title-s3, .pricing-section .section-title-s4, .pricing-section .section-title-s5 {
    margin-bottom: 45px;
  }
}

.pricing-pg-section .pricing-grids {
  padding-top: 25px;
}

/*--------------------------------------------------------------
        #about page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#5.0	about-section-with-bg
--------------------------------------------------------------*/
.about-section-s5 {
  background-color: #fff;
}

.about-section-with-bg {
  background-color: #f5f5f5;
}

/*--------------------------------------------------------------
        #team page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#6.0	team-pg-section
--------------------------------------------------------------*/
.team-pg .page-title {
  background: url("../images/pg-title/img-2.html") center center/cover no-repeat local;
}

.team-pg-section .team-grids .grid .member-details {
  position: relative;
}

@media (max-width: 1199px) {
  .team-pg-section .team-grids .grid {
    width: 33.33%;
  }
}

@media (max-width: 991px) {
  .team-pg-section .team-grids .grid {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .team-pg-section .team-grids .grid {
    width: 100%;
  }
}

/*--------------------------------------------------------------
        #services
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#7.0	services-pg-section
--------------------------------------------------------------*/
.services-pg .page-title {
  background: url("../images/pg-title/img-3.html") center center/cover no-repeat local;
}

.services-pg-section {
  padding-bottom: 50px;
}

.services-pg-section .services-grid-s2 {
  overflow: hidden;
  margin: 0 -15px;
}

.services-pg-section .services-grid-s2 .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 767px) {
  .services-pg-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .services-pg-section .services-grid-s2 .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .services-pg-section .services-grid-s2 .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

/*--------------------------------------------------------------
        #service single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#8.0	service-single-section
--------------------------------------------------------------*/
.service-single-pg .page-title {
  background: url("../images/pg-title/img-3.html") center center/cover no-repeat local;
}

.service-single-section ul {
  list-style: none;
}

.service-single-section p {
  color: #6a6a6a;
  margin-bottom: 10px;
}

.service-single-section li {
  color: #6a6a6a;
  margin-bottom: 20px;
}

.service-single-section .service-single-content h2, .service-single-section .service-single-content h3 {
  font-size: 1.6rem;
  margin: 5px 0 0.1em;
}

.service-single-section .service-single-content .img-holder {
  margin: 35px 0 0;
}

.service-single-section .service-single-content h4 {
  font-size: 24px;
  font-size: 1.2rem;
  margin: 10px 0 10px;
}

.service-single-section .service-single-content table {
  width: 70%;
  margin: 20px 0 20px;
}

.service-single-section .service-single-content table tr {
  border: 1px solid #000;
}

.service-single-section .service-single-content table tr:nth-child(odd) {
  background: #f0f0f1;
}

.service-single-section .service-single-content table tr td {
  border: 1px solid #000;
  padding: 10px;
}

.service-single-section .service-single-content ol {
  list-style-position: inside;
  line-height: 28px;
}

.service-single-section .service-single-content .product-cta {
  background: #FDB913;
  padding: 10px;
  color: #fff;
  margin-top: 4px;
  display: inline-block;
  border-radius: 2px 2px 2px 2px;
}

.service-single-section .discussion-faq {
  margin: 50px -15px 0;
  overflow: hidden;
}

.service-single-section .discussion-faq .discussion, .service-single-section .discussion-faq .faq {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.service-single-section .discussion ul {
  margin-top: 25px;
}

.service-single-section .discussion ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.service-single-section .discussion ul li i {
  position: absolute;
  left: 0;
  top: 3px;
}

.service-single-section .faq .panel {
  border: 1px solid #d8d8d8;
}

.service-single-section .faq .panel-heading {
  padding: 0;
}

.service-single-section .faq .panel-heading a {
  font-family: "Poppins", sans-serif;
  background-color: #f0f0f1;
  font-size: 16px;
  font-size: 1.06667rem;
  color: #777;
  padding: 15px 30px;
  display: block;
  position: relative;
  font-weight: 700;
}

.service-single-section .faq .panel-heading a:after {
  font-family: "FontAwesome";
  content: "\f068";
  font-size: 16px;
  font-size: 1.06667rem;
  color: #19398A;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.service-single-section .faq .panel-heading .collapsed:after {
  content: "\f067";
}

.service-single-section .faq .panel-body .files {
  padding-left: 30px;
}

.service-single-section .mission {
  text-align: center;
}

.service-single-section .mission h3:before {
  content: '';
  width: 40px;
  display: inline-block;
  height: 28px;
  background-image: url(../../../../default/files/icons/arrow.png);
  background-repeat: no-repeat;
}

.service-single-section .vision {
  text-align: center;
}

.service-single-section .vision h3::before {
  content: '';
  width: 40px;
  display: inline-block;
  height: 28px;
  background-image: url(../../../../default/files/icons/look.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
}

.service-single-section .core-values {
  margin: 20px 0;
}

.service-single-section .core-values h3 {
  text-align: center;
}

.service-single-section .core-values h3:before {
  content: '';
  width: 40px;
  display: inline-block;
  height: 28px;
  background-image: url(../../../../default/files/icons/hand.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
}

.service-single-section .core-values li {
  margin: 10px 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.service-single-section .core-values li:before {
  content: '';
  width: 40px;
  display: inline-block;
  height: 28px;
  background-image: url(../../../../default/files/icons/tick.png);
  background-repeat: no-repeat;
  background-position-y: 5px;
}

.section-banking-channels address {
  float: left;
  margin-bottom: 43px;
  margin-left: 15px;
}

@media (max-width: 1199px) {
  .service-single-section .service-single-content h2,
  .service-single-section .service-single-content h3 {
    font-size: 30px;
    font-size: 2rem;
  }
  .service-single-section .faq .panel-heading a {
    font-size: 14px;
    font-size: 0.93333rem;
  }
  .service-single-section .faq .panel-heading a:after {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 991px) {
  .service-single-section .service-single-content h2,
  .service-single-section .service-single-content h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
  .service-single-section .service-single-content h4 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
  .service-single-section .discussion-faq .discussion, .service-single-section .discussion-faq .faq {
    width: 100%;
    float: none;
  }
  .service-single-section .faq {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .service-single-section .service-single-content h2,
  .service-single-section .service-single-content h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
  .service-single-section .service-single-content h4 {
    font-size: 18px;
    font-size: 1.2rem;
  }
  .section-banking-channels address {
    float: none;
  }
  .no-results img {
    max-width: 100%;
  }
  .service-single-section .faq .panel-heading a {
    padding: 10px 20px;
  }
  .service-single-section .faq .panel-heading a:after {
    right: 20px;
  }
  /*--------------------------------------------------------------
        #about us mobile
--------------------------------------------------------------*/
  .service-single-section .core-values li:before {
    width: 90px;
  }
  /*--------------------------------------------------------------
          #end of about us mobile
  --------------------------------------------------------------*/
}

/*--------------------------------------------------------------
        #testimonails page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#11.0	testimonials-pg-content
--------------------------------------------------------------*/
.testimonials-pg .page-title {
  background: url("../images/pg-title/img-5.html") center center/cover no-repeat local;
}

.testimonials-pg-content {
  padding-bottom: 25px;
}

.testimonials-pg-content .testimonials-grids {
  margin: 0 -30px;
  overflow: hidden;
}

.testimonials-pg-content .testimonials-grids .grid {
  width: 50%;
  float: left;
  padding: 0 15px 55px;
}

@media (max-width: 767px) {
  .testimonials-pg-content {
    padding-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .testimonials-pg-content .testimonials-grids {
    margin: 0 -15px;
  }
}

@media (max-width: 600px) {
  .testimonials-pg-content .testimonials-grids .grid {
    width: 100%;
    float: none;
  }
}

/*--------------------------------------------------------------
        #contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#12.0	contact-pg-content
--------------------------------------------------------------*/
.contact-pg .page-title {
  background: url("../images/pg-title/img-5.html") center center/cover no-repeat local;
}

.contact-pg-content {
  background: none;
}

.contact-pg-content:before {
  display: none;
}

.contact-pg-content form ::-webkit-input-placeholder, .contact-pg-content form :-moz-placeholder, .contact-pg-content form ::-moz-placeholder, .contact-pg-content form :-ms-input-placeholder {
  font-style: 16px;
  font-style: normal;
  color: #899199;
}

.contact-pg-content form input {
  height: 45px;
  font-size: 15px;
  font-size: 1rem;
  border: 1px solid #7f7f7f;
  border-radius: 10px;
  padding: 6px 15px;
}

.contact-pg-content form textarea {
  height: 45px;
  font-size: 15px;
  font-size: 1rem;
  border: 1px solid #7f7f7f;
  border-radius: 10px;
  padding: 6px 15px;
  height: 140px;
}

.contact-pg-content form .submit-btn {
  margin-top: 0;
}

.contact-pg-content form button {
  height: 45px;
  line-height: 45px;
  background-color: #19398A;
  color: #fff;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .contact-pg-content form input, .contact-pg-content form textarea {
    font-size: 14px;
    font-size: 0.93333rem;
    height: 40px;
  }
}

@media (max-width: 991px) {
  .contact-pg-content form button {
    height: 40px;
    line-height: 40px;
  }
}

/*--------------------------------------------------------------
        #blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#13.0	blog-pg-content
--------------------------------------------------------------*/
.blog-pg-content .news-grids > .col {
  margin-bottom: 50px;
}

@media (max-width: 600px) {
  .blog-pg-content .news-grids > .col {
    width: 100%;
  }
}

/*--------------------------------------------------------------
#13.1	blog-with-sidebar-section
--------------------------------------------------------------*/
.blog-with-sidebar-section .news-grids .grid {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 30px;
}

.blog-with-sidebar-section .pagination-wrapper {
  padding-top: 40px;
}

@media (max-width: 600px) {
  .blog-with-sidebar-section .news-grids .grid {
    width: calc(100% - 15px);
    float: none;
  }
}

@media (max-width: 991px) {
  .blog-with-sidebar-section .pagination-wrapper {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
#13.2	blog-list
--------------------------------------------------------------*/
.blog-list .news-grids .grid {
  width: 100%;
  margin-bottom: 50px;
}

.blog-list .news-grids .pagination-wrapper {
  padding-top: 0;
}

/*--------------------------------------------------------------
#	blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
#20.1	blog-single-content	
--------------------------------------------------------------*/
.blog-single-content {
  /*** tags ***/
  /*** comments ***/
}

.blog-single-content ul {
  list-style: none;
}

.blog-single-content .post .post-title-meta {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 25px;
  margin-bottom: 20px;
}

.blog-single-content .post .post-title-meta h2 {
  font-size: 36px;
  font-size: 2.4rem;
  margin: 0 0 0.6em;
}

.blog-single-content .post .meta-info {
  overflow: hidden;
}

.blog-single-content .post .meta-info li {
  float: left;
  margin-right: 50px;
}

.blog-single-content .post .meta-info li:last-child {
  margin-right: 0;
}

.blog-single-content .post .meta-info li a {
  color: #444444;
}

.blog-single-content .post .post-body h3 {
  font-family: "Hind", sans-serif;
  font-size: 24px;
  font-size: 1.6rem;
  margin: 0 0 0.63em;
}

.blog-single-content .post .post-body p {
  font-size: 18px;
  font-size: 1.2rem;
  margin-bottom: 1.2em;
}

.blog-single-content .post .post-body p:first-child:first-letter {
  font-size: 35px;
  font-size: 2.33333rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
}

.blog-single-content .post .gallery-post {
  padding-top: 40px;
  margin-bottom: 50px;
}

.blog-single-content .post .gallery-post .gallery {
  overflow: hidden;
}

.blog-single-content .post .gallery-post .gallery img {
  width: 100%;
}

.blog-single-content .post .gallery-post .gallery > div:first-child {
  width: 60%;
  float: left;
}

.blog-single-content .post .gallery-post .gallery > div:last-child {
  width: 39%;
  float: right;
}

.blog-single-content .tag-share {
  overflow: hidden;
  padding: 20px 0 0;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 40px;
}

.blog-single-content .tag-share > div {
  display: inline-block;
}

.blog-single-content .tag-share > div > span {
  color: #000;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: -13px;
}

.blog-single-content .tag-share > div:first-child {
  float: left;
}

.blog-single-content .tag-share > div:last-child {
  float: right;
}

.blog-single-content .tag-share .tag, .blog-single-content .tag-share .share {
  overflow: hidden;
  display: inline-block;
}

.blog-single-content .tag-share .tag li, .blog-single-content .tag-share .share li {
  float: left;
}

.blog-single-content .tag-share .tag li:last-child, .blog-single-content .tag-share .share li:last-child {
  margin-right: 0;
}

.blog-single-content .tag-share .tag a {
  color: #19398A;
  display: inline-block;
  padding: 6px 20px;
  text-align: center;
  border-radius: 8px;
}

.blog-single-content .tag-share .tag a:hover {
  background: #FDB913;
  color: #fff;
}

.blog-single-content .tag-share .tag .active a {
  background: #FDB913;
  color: #fff;
}

.blog-single-content .tag-share .share li {
  margin-right: 15px;
}

.blog-single-content .tag-share .share li a {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #19398A;
}

.blog-single-content .tag-share .share li a:hover {
  color: #FDB913;
}

.blog-single-content .comments {
  padding: 55px 0 0;
  /*** .article ***/
}

.blog-single-content .comments > ol {
  padding-left: 0;
}

.blog-single-content .comments ol {
  list-style: none;
}

.blog-single-content .comments ol > li {
  margin-bottom: 35px;
}

.blog-single-content .comments ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-content .comments ol > li > ol {
  margin-left: 28px;
  margin-top: 35px;
  padding: 0;
}

.blog-single-content .comments ol > li > ol > li {
  background-color: #fafafa;
  padding: 30px;
  margin-bottom: 35px;
}

.blog-single-content .comments ol > li > ol > li:last-child {
  margin-bottom: 0;
}

.blog-single-content .comments .article {
  overflow: hidden;
}

.blog-single-content .comments .article h4 {
  font-size: 16px;
  font-size: 1.06667rem;
  margin: 0;
  text-transform: capitalize;
}

.blog-single-content .comments .article p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 5px;
}

.blog-single-content .comments .article .replay {
  width: 95px;
  height: 32px;
  margin-top: 10px;
  position: relative;
}

.blog-single-content .comments .article .replay button {
  background-color: #fff;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: bold;
  color: #19398A;
  padding: 0;
  border: 1px solid #19398A;
  outline: 0;
  z-index: 10;
  border-radius: 10px;
}

.blog-single-content .comments .article .replay button:hover {
  color: #FDB913;
}

.blog-single-content .comments .article .author-meta {
  overflow: hidden;
  margin-bottom: 5px;
}

.blog-single-content .comments .article .author-meta > div {
  display: inline-block;
}

.blog-single-content .comments .article .author-meta > div:last-child {
  font-size: 13px;
  font-size: 0.86667rem;
  color: gray;
  padding-left: 5px;
}

.blog-single-content .comments .article .author-pic {
  width: 10%;
  float: left;
}

.blog-single-content .comments .article .author-pic img {
  border-radius: 50%;
}

.blog-single-content .comments .article .details {
  width: 90%;
  float: left;
}

.blog-single-content .comment-respond {
  margin-top: 75px;
}

.blog-single-content .comment-respond h3 {
  margin: 0 0 2em;
}

.blog-single-content .comment-respond form {
  margin: 0 -15px;
  position: relative;
}

.blog-single-content .comment-respond form input {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
}

.blog-single-content .comment-respond form textarea {
  border-radius: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #cccccc;
  height: 110px;
}

.blog-single-content .comment-respond form > div {
  margin-bottom: 50px;
}

.blog-single-content .comment-respond form .theme-btn, .blog-single-content .comment-respond form .theme-btn-s2 {
  background: #19398A;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: none;
  padding: 10px 45px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 10px;
}

.blog-single-content .comment-respond form .theme-btn:hover, .blog-single-content .comment-respond form .theme-btn-s2:hover, .blog-single-content .comment-respond form .theme-btn:hover:after, .blog-single-content .comment-respond form .theme-btn-s2:hover:after {
  color: #FDB913;
}

.blog-single-content .comment-respond form .comment-respond-submit {
  margin: 0;
  text-align: center;
}

@media (max-width: 991px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .post .post-title-meta h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

@media (max-width: 991px) {
  .blog-single-content .post .post-body p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .post .gallery-post {
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div {
    display: block;
  }
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div:first-child {
    float: none;
  }
}

@media (max-width: 1199px) {
  .blog-single-content .tag-share > div:last-child {
    float: none;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments {
    padding: 40px 25px 0;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments ol > li > ol {
    margin: 30px 0 0 0;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments ol > li > ol > li {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments .article h4 {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments .article p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .replay button {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .author-pic {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comments .article .details {
    width: 100%;
    float: none;
  }
}

@media (max-width: 767px) {
  .blog-single-content .comment-respond form .theme-btn, .blog-single-content .comment-respond form .theme-btn-s2 {
    font-size: 14px;
    font-size: 0.93333rem;
    padding: 10px 35px;
  }
}
/*# sourceMappingURL=main.css.map */