
body {
	color: #252525;
	font-size: 16px;
	 font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}
/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/


.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-xl-square {
    width: 66px;
    height: 66px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    background: #fff;
    color: #000;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}
.display-1 {
    font-size: 70px;
}
.btn.btn-primary:hover, .btn-trans:hover {
    background: #fff;
    color: #2a4da0;
}
.btn.btn-dark {
    background: #000;
    color: #fff;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-dark:hover {
    background: #fff;
    color: #000;
}

.btn.btn-light {
    background: #2a4da0;
    color: #fff;
    border: none;
    font-weight: 400;
    transition: 0.5s;
}

.btn.btn-light:hover {
    background: #fff;
    color: #000;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1, strong, b, th {
	font-weight: 600;
}
h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
    color: #252525;
}
.color-primary {
	color: #1c398e!important;
}
.display-5 {
    font-size: 40px;
}
 
 .btn.btn-lg-square {
    padding: 10px 20px!important;
}
.fs-5 {
    font-size: 20px !important;
}
.carousel-caption p {
    display: inline-block;
    width: 100%;
}
.btn {
    font-weight: 500;
    font-size: 20px;
    border-radius: 4px;
    padding: 11px 38px!important;
}
.btn-trans {
    background: rgba(42,77,160,.4);
    color: #fff;
    border: solid 2px #ffffff;
}
section {
    display: inline-block;
    width: 100%;
}
a {
    color: #1c398e;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
.d-flex {
    flex-wrap: wrap;
}
a:-webkit-any-link:focus-visible {
    outline: none;
}
/****
      START
	        ******/
			
			
/* TOP BAR */
.hx-topbar {
  background: #f5f5f5;
  font-size: 14px;
  padding: 5px 0;
}

/* HEADER */
.hx-header {
    background: #1c398e;
    color: #fff;
    padding: 20px 0 50px;
}

/* NAVBAR */
.hx-navbar {
  z-index: 999;
}

/* STICKY */
.hx-sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* NAV LINKS */

.hx-navbar .nav-link {
    text-transform: uppercase;
    color: #333; 
}
.navbar .navbar-nav .nav-item {
	border-left: solid 1px #cccccc;
}
.navbar .navbar-nav .nav-link {
    padding: 0;
    font-weight: 500;
    margin: 0 20px;
    text-align: center;
	border-bottom: solid 3px transparent;
}
.navbar .navbar-nav li:first-child  {
	padding-left: 0;
	border-left: none;
}
.navbar .navbar-nav .nav-item .nav-link.active, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    border-left: none;
    border-bottom: solid 3px #1c398e;
}
/* DROPDOWN HOVER */
.hx-navbar .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

/* CAROUSEL */
.hx-carousel-item {
  height: 85vh;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hx-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
}

/* TEXT */
.hx-caption {
    position: absolute;
    top: 30%;
    color: #fff;
    max-width: 58%;
}
.hx-caption p {
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    line-height: 38px;
}
a.hx-btn {
    margin-top: 12px;
}
/* ANIMATION */
.hx-animate {
  animation: fadeUp 1s ease;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* BUTTON */

.hx-btn {
    background: #1c398e;
    color: #fff;
    padding: 10px 30px;
    border-radius: 10px;
    text-decoration: none;
    border: solid 2px #6a8ef6;
    line-height: 28px;
}
.hx-btn:hover {
    background: #6a8ef6;
	color: #fff;
}

.carousel-control-prev {
    left: -4%;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-color: rgba(28,57,142,1);
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    background-size: 30px;
}

/* SOCIAL */

.hx-social {
    display: flex;
    flex-wrap: wrap;
}
.hx-social a {
    color: #fff;
    margin-left: 3px;
    font-size: 18px;
    background: #1c398e;
    width: 34px;
    display: block;
    height: 34px;
    padding: 5px;
    border-radius: 50%;
}
.hx-caption h1 {
    color: #fff;
    font-size: 63px;
    line-height: 70px;
    margin-bottom: 12px;
}
.ctop {
    justify-content: space-between;
    align-items: center;
}
.ctop i {
    font-size: 30px;
    margin-right: 12px;
}
.ctop span {
    width: 264px;
    text-align: left;
    line-height: 22px;
    font-size: 16px;
}
.ctop span strong {
    width: 100%;
    float: left;
    font-size: 18px;
}
.emailus span strong {
    text-align: right;
}
.emailus i {
    margin-right: 0;
	margin-left: 12px;
}
.hx-header .container {
    position: relative;
}
.navigation_sec {
    background: #ffff;
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}
.navigation_sec {
    position: absolute;
    bottom: -96%;
    z-index: 9;
    left: 0;
    padding: 7px 12px;
}

.content-sec p {
    margin: 30px 0 20px;
}
/* TITLE */

.main-title {
    font-size: 48px;
    font-weight: 700;
    color: #1c2338;
    line-height: 54px;
    margin-top: 10px;
    margin-bottom: 16px;
}
/* SUBTEXT */
.subtitle {
    max-width: 60%;
    margin: auto;
    color: #1c2338;
    margin-top: 18px;
    line-height: 26px;
}

.zx-card {
    background: #e9efff;
    padding: 56px 20px;
    /* border-radius: 6px; */
    height: 100%;
    transition: 0.3s;
}
/*
.zx-card:hover {
  transform: translateY(-5px);
  background: #d3dbec;
}
*/



/* ICON */

.zx-icon, .ab-card .ab-icon {
    width: 80px;
    height: 80px;
    background: #1c398e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto auto 15px;
    /* font-size: 24px; */
    border: solid #fff 10px;
}

/* IMAGE */
.zx-image-box img {
  width: 100%;
}
img.why_ico {
    width: 40px;
}
.zx-card h5 {
    font-size: 24px;
    color: #1c2338;
}
.ab-card .ab-icon {
    margin: 0;
}
 
/* LOGO */
.ft-logo {
  max-height: 40px;
}

/* MENU */
.ft-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ft-menu li {
  display: inline-block;
  margin: 0 15px;
}

.ft-menu li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: 0.3s;
}

.ft-menu li a:hover {
  color: #1c398e;
}
 
 
/* HOVER */
.ft-social a:hover {
  transform: scale(1.1);
}
.ft-main-wrap {
	border-top: 1px solid #ddd;
}
/* BOTTOM */
.ft-bottom {
    background: #fafafa;
    padding: 40px;
    font-size: 14px;
    color: #0d0d0d;
	border-top: 1px solid #ddd;
}

/* SECTION */
.lb-section {
  background: #e9efff;
}

/* TAG */
.lb-tag {
  color: #1c398e;
  font-weight: 600;
  letter-spacing: 1px;
}

/* TITLE */
.lb-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 10px;
  color: #1e2a3a;
}

/* SUBTEXT */
.lb-subtitle {
  max-width: 700px;
  margin: 10px auto 0;
  color: #555;
}

/* CARD */
.lb-card {
  background: #fff;
  padding: 30px;
  transition: 0.3s;
  height: 100%;
}

.lb-card img {
  width: 100%;
}

/* CONTENT */
.lb-content {
  text-align: left;
  padding: 15px 5px;
}

.lb-content h5 {
    font-size: 24px;
    font-weight: 600;
    color: #1e2a3a;
}

/* BUTTON */
.lb-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 12px;
  border: 1px solid #1c398e;
  color: #1c398e;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.lb-btn:hover {
  background: #1c398e;
  color: #fff;
}

/* HOVER EFFECT */
.lb-card:hover {
  transform: translateY(-6px);
}

 
/* IMAGE */
.ab-img {
  border-radius: 6px;
}

/* COUNTER BOX */
.ab-exp-box {
    position: absolute;
    top: -8%;
    right: 0;
    background: #1c398e;
    color: #fff;
    padding: 28px 20px;
    text-align: center;
    border: solid #fff 12px;
    width: 200px;
    height: 200px;
}
.ab-exp-box h2 {
    font-size: 50px;
    margin: 0;
    color: #fff;
}
.ab-exp-box p {
    font-size: 24px;
    color: #a9bfff;
    font-weight: 600;
    line-height: 26px;
    margin: 4px;
}

/* TEXT */
.ab-tag {
  color: #1c398e;
  font-weight: 600;
}

.ab-title {
  font-size: 36px;
  font-weight: 700;
  margin: 10px 0;
}

.ab-text {
  color: #555;
}

/* CARD */
.ab-card {
    background: #e9efff;
    padding: 30px;
    display: flex;
    margin-top: 40px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab-card p {
    margin: 0;
}
 
.abt-text {
    width: 83%;
}
.abt-text h5 {
    font-size: 24px;
    margin-bottom: 6px;
}
 

/* TITLE */
.fx-title {
  font-size: 42px;
  font-weight: 700;
  color: #1e2a3a;
}

/* BOX */
.fx-box {
    background: #e9efff;
    padding: 25px;
    border-radius: 0;
    transition: 0.3s;
}

.fx-box:hover {
  transform: translateY(-5px);
}
.fx-box .fx-icon {
	margin: 0;
}
/* ICON */
.fx-icon {
  width: 60px;
  height: 60px;
  background: #1c398e;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 10px;
  font-size: 22px;
}

/* NUMBER */
.fx-box h3 {
    font-size: 48px;
    font-weight: 800;
    margin: 0 10px;
}

/* TEXT */
.fx-box p {
    margin: 6px 0 0;
    color: #555;
    font-size: 20px;
}

/* SECTION */
.sv-section {
  background: #e9efff;
}

/* TITLE */
.sv-title {
  font-size: 36px;
  font-weight: 700;
  color: #1e2a3a;
}

/* SUBTEXT */
.sv-subtitle {
  max-width: 700px;
  margin: 10px auto;
  color: #555;
}

/* CARD */
.sv-card {
    background: #fff;
    padding: 20px;
    transition: 0.3s;
    height: 100%;
    padding-left: 0;
}

/* TOP CONTENT */
.sv-top {
  display: flex;
  gap: 15px;
  text-align: left;
  margin-bottom: 15px;
}

/* ICON */
.sv-icon {
    width: 100px;
    height: 74px;
    background: #e9efff;
    display: flex;
    justify-content: center;
    padding: 7px;
    padding-top: 0;
}

/* TEXT */
.sv-top h5 {
  margin: 0;
  font-weight: 600;
}

.sv-top p {
    color: #555556;
    margin: 5px 0 10px;
}

/* BUTTON */
.sv-btn {
  display: inline-block;
  border: 1px solid #1c398e;
  color: #1c398e;
  padding: 5px 10px;
  text-decoration: none;
  transition: 0.3s;
}

.sv-btn:hover {
  background: #1c398e;
  color: #fff;
}

/* IMAGE */
.sv-card img {
    margin-top: 10px;
}
.sv-card .img-fluid {
    padding-left: 20px;
}

/* HOVER */
.sv-card:hover {
  transform: translateY(-6px);
}
h5, .h5 {
    font-size: 24px;
}
.sv-text {
    padding: 0 34px 0 10px;
}
.cl-section {
  padding: 80px 0;
}
 
/* WRAPPER */
.cl-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* SLIDER */
.cl-slider {
  overflow: hidden;
  width: 100%;
}

/* TRACK */
.cl-track {
    display: flex;
    gap: 51px;
    transition: transform 0.5s ease;
    padding: 40px;
}
/* ITEM */
.cl-item {
    min-width: 226px;
    box-shadow: 0 0 10px #ccc;
    padding: 0;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cl-item img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}

/* BUTTONS */
.cl-btn {
  border: 2px solid #1c398e;
  background: transparent;
  color: #1c398e;
  font-size: 22px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
}

.cl-prev {
  left: -50px;
}

.cl-next {
  right: -50px;
}

.cl-btn:hover {
  background: #1c398e;
  color: #fff;
}
.ind-section {
  background: #1c398e;
  color: #fff;
}

/* LEFT */
.ind-left {
  padding: 60px;
}

.ind-title {
  font-size: 40px;
  font-weight: 700;
}

.ind-text {
  margin-top: 15px;
  max-width: 500px;
  color: #dcdcdc;
}

/* BOX */
.ind-box {
    display: flex;
    align-items: center;
    background: #a9bfff;
    color: #1e2a3a;
    gap: 12px;
    font-weight: 600;
    transition: 0.3s;
    font-size: 20px;
    line-height: 25px;
}

.ind-box:hover {
  background: #ffffff;
  transform: translateY(-3px);
}

/* ICON */
.ind-icon {
    width: 100px;
    height: 100px;
    background: #fff;
    color: #1c398e;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}
.ind-icon img {
    max-width: 100%;
}

/* RIGHT IMAGE */
.ind-right img {
  height: 100%;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ind-left {
    padding: 40px 20px;
  }

  .ind-title {
    font-size: 30px;
  }

  .ind-right img {
    height: 300px;
  }
}
.ind-left .subtitle {
    max-width: 100%;
}
.ind-left .subtitle, .ts-section .subtitle {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 10px;
}
.ind-left .main-title, .ind-left .subtitle, .ts-section .main-title, .ts-section .subtitle {
	color: #fff;
}
.ct-info .call_ct strong {
    font-size: 20px;
}
/* LEFT */
.ct-heading {
  color: #1c398c;
  font-weight: 600;
  font-size: 24px;
}

.ct-text {
  color: #555;
  margin: 15px 0;
}

.ct-info p {
  margin: 10px 0;
  color: #333;
}

.ct-info i {
  color: #1c398c;
  margin-right: 8px;
}

/* FORM */
.ct-form .form-control {
    background: #e9efff;
    padding: 12px;
    font-size: 14px;
    border: solid 1px #cccccc;
    border-radius: 5px;
}

.ct-form .form-control:focus {
  box-shadow: none;
  border: 1px solid #1c398c;
}

/* BUTTON */
.ct-btn {
    background: #1c398c;
    color: #fff;
    padding: 12px;
    border: none;
    font-weight: 600;
    transition: 0.3s;
    border-radius: 4px;
}

.ct-btn:hover {
  background: #1e3575;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .ct-title {
    font-size: 30px;
  }
}

.ts-section {
  background: linear-gradient(rgba(28,57,142,0.6), rgba(28,57,142,0.6)),
              url('../img/bg.jpg') center/cover;
  color: #fff;
}

/* LEFT */
 

.ts-text {
  margin: 15px 0;
  color: #dcdcdc;
}

.ts-btn {
    border: 1px solid #fff;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 18px 0 0;
}

.ts-btn:hover {
  background: #fff;
  color: #1c398c;
}

/* CARD */
.ts-card {
  background: #fff;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  height: 430px;
  
}

/* IMAGE */
.ts-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

/* QUOTE ICON */
.quote {
  position: absolute;
  left: 20px;
  top: 42%;
  width: 40px;
  height: 40px;
  background: #5b7bd5;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ts-section .lb-tag {
	color: #a9bfff;
}
.ts-section .container {
    background: #1c398e;
    padding: 70px 50px;
    position: relative;
}
.quoteout {
    position: absolute;
    top: -6%;
    left: 6%;
    background: #7094fc;
    color: #fff;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    font-size: 100px;
    padding: 4px;
}
.ts-section {
    padding: 100px 0;
}
.ts-content p span {
	font-style: italic;
}
 
/* CONTENT */
.ts-content {
  padding: 40px 20px 60px;
  color: #333;
}

.ts-content h6 {
  margin-top: 20px;
  margin-bottom:0;
  color: #1c398c;
}

.ts-content span {
  font-size: 13px;
  color: #777;
}

/* HOVER */
.ts-card:hover {
  transform: translateY(-5px);
  transition: 0.3s;
}
button.navbar-toggler {
    display: none;
}
.bg-light {
    background-color: transparent !important;
}
section {
    overflow: hidden;
}
.innerpage {
    height: 40vh;
}
.innerpage .hx-caption, .innerpage .hx-caption p {
    max-width: 86%;
    text-align: center;
    width: 100%;
}
.innerpage .hx-caption p {
    display: inline-block;
}
.innerpage .hx-caption p span { 
    color: #a9bfff;
}
.innerpage .hx-caption p a { 
    color: #fff;
	font-weight: 600;
}
.innerpage .hx-caption p a:hover {
	color: #a9bfff;
}
 
/* Heading */
.faq-small {
  color: #1c398e;
  font-weight: 600;
  letter-spacing: 1px;
}

.faq-title {
  font-size: 42px;
  font-weight: 800;
}

.faq-title span {
  color: #1c398e;
}

/* Accordion */
.accordion-item {
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
}

.accordion-button {
  background: transparent;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  box-shadow: none;
  padding: 18px 0;
}

/* Active Question */
.accordion-button:not(.collapsed) {
  color: #1c398e;
  background: transparent;
}

 
 
.accordion-button:focus {
    border: none;
    outline: 0;
    box-shadow: none;
}
/* Answer */
.accordion-body {
  padding: 10px 0 20px;
  color: #555;
}
.content-section p, .content-section ul, .content-section ol {
    margin: 14px  0;
}
.content-section li {
	margin: 6px 0;
}
.content-section h4, .content-section h5, .content-section h3 {
    margin: 40px 0 10px;
}
.blogout {
    text-align: center;
}
.blogout {
    text-align: center;
}
.blog-thumb {
    box-shadow: 0 0 20px #ccc;
    border: solid 8px #fff;
    border-radius: 10px;
    max-height: 450px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.navbar-brand {
    height: 80px;
}
/* RESPONSIVE */
@media (max-width: 991px) {
  .ts-title {
    font-size: 30px;
  }
}

@media (min-width:0px) and (max-width:991px) {
.cl-btn {
    bottom: -32px;
}
.cl-next {
    right: 38%;
}
.cl-prev {
    left: 38%;
}
.main-title {
    font-size: 30px;
    line-height: 30px;
}
.ind-icon {
    width: 60px;
    height: 60px;
    padding: 5px;
}
.ind-box {
    font-size: 16px;
    line-height: 20px;
}
.ind-icon {
	width: auto;
    padding: 5px;
    max-width: 60px;
}
h5, .h5 {
    font-size: 20px;
}
.subtitle {
    margin-top: 18px;
}
.ab-card {
    justify-content: center;
}
.abt-text {
    width: 83%;
    text-align: center;
    margin-top: 20px;
}
.hx-caption h1 {
    color: #fff;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 10px;
}
.hx-caption {
    max-width: 100%;
    padding: 0 8%;
    top: 16%;
}
.hx-caption p {
    font-size: 14px;
    line-height: 22px;
}
.hx-carousel-item {
    height: 30vh;
}
.hx-btn {
    padding: 4px 24px;
    border-radius: 5px;
    line-height: 28px;
}
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: rgba(0,0,0,0);
    border: 1px solid #1c398e;
    border-radius: 10px;
    transition: box-shadow .15s ease-in-out;
    color: #1c398e;
}
.locationmap, .top-right-menu {
    font-size: 12px;
    padding: 6px 0 4px;
}
.locationmap {
    width: 42%;
}
.top-right-menu {
    width: 54%;
}
.callus {
    width: 30%;
}
.emailus {
    width: 100%;
    margin-top: 12px;
}
.logobox {
    width: 38%;
}
a.brandlogo {
    display: inline-block;
}
.navbar-brand {
    max-width: 100%;
}
.ctop span strong {
    font-size: 14px;
}
.ctop span {
    font-size: 13px;
}
.emailus span {
	text-align: right;
}
.navigation_sec {
    position: relative;
    padding: 5px 7px;
    margin-top: 12px;
    border-radius: 6px 6px 0 0;
}
.hx-header {
    padding: 20px 0 0;
    width: 100%;
}
.navbar>.container {
    padding: 0;
    background: transparent;
}
.navbar .bg-light {
    background-color: transparent!important;
}
.navbar {
    position: absolute;
    left: 0;
    top: 46px;
    width: 100%;
    text-align: left;
    background: #fff!important;
    padding: 0;
    border-radius: 0 0 6px 6px;
    overflow: hidden;
}
.navbar-expand-lg .navbar-nav .nav-link {
    text-align: left;
    font-size: 14px;
    padding: 8px 16px;
    margin: 0;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    border-bottom: solid 1px #cccccc;
}
.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
    border-bottom: solid 1px #1c398e;
}
button.navbar-toggler {
    display: block;
}
.navbar-toggler-icon:before, .navbar-toggler-icon:before {
    content: "\f0c9";
}
.navbar-toggler {
    padding: 0.4rem .75rem;
    border-radius: 4px;
}
.subtitle {
    max-width: 90%;
}
.zx-card h5 {
    font-size: 20px;
}
.main-title {
    text-align: center;
}
.fx-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.fx-box p {
    width: 100%;
    text-align: center;
}
.fx-box h3 {
    font-weight: 700;
}
.cl-section {
    padding: 40px 0 60px;
}
.subtitle, .ct-heading, .ct-text, .ts-section .lb-tag, .lb-content, .lb-tag {
    text-align: center;
}
.ct-text {
    margin-bottom: 20px;
}
.ct-form {
    padding: 0 20px;
}
.ft-menu li {
    margin: 0 8px;
}
.lb-tag {
    display: block;
}
.ctop span {
    width: 98px;
    line-height: 18px;
}
.emailus span {
    text-align: center;
    width: 100%;
}
.emailus span strong {
    text-align: center;
}
.emailus i {
    display: none;
}
.logobox {
    width: 200px;
}
.callus {
    width: 135px;
}
.header {
    flex-direction: row-reverse;
}
.ctop i {
    margin-right: 6px;
}
.hx-topbar .container {
    padding-left: 1.5%;
    padding-right: 1.5%;
}
.navbar-brand {
    height: auto;
}
}

.founder-section .ts-box {
  background: #fff;
  border-radius: 15px;
  padding: 60px 20px 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* IMAGE */
.founder-section .ts-img-wrap {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.founder-section .ts-img-wrap img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #fff;
}

/* CONTENT */
.founder-section .ts-content {
  padding: 10px;
}

.founder-section .ts-content p {
  font-size: 14px;
  color: #fff;
}

/* NAME */
.founder-section .ts-content h5 {
  margin-top: 10px;
  color: #fff;
}

.founder-section .ts-content span {
  font-size: 12px;
  color: #ccc;
}

/* BUTTON */
.founder-section .read-btn {
  background: none;
  border: none;
  color: #ff9800;
  cursor: pointer;
  font-weight: 600;
  margin: 10px 0;
}
.founder-section .ts-btn {
    border: 1px solid #fff;
    padding: 8px 25px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin: 18px 0 0;
    background: transparent;
}
 

/* THEMES */
.founder-section .ts-box.dark, .founder-section .ts-box.orange {
    background: #1c398e;
    min-height: 450px;
}
 

/* TEXT COLOR FIX */
.founder-section .ts-box.orange .ts-content p,
.founder-section .ts-box.orange h5,
.founder-section .ts-box.orange span {
  color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .founder-section .ts-box {
    margin-top: 50px;
  }
}