/*style.css*/

@font-face {
  font-family: "FuturaStd-Medium";
  src: url("fonts/FuturaStd-Medium.otf");
}

@font-face {
  font-family: "FuturaStd-Light";
  src: url("fonts/FuturaStd-Light.otf");
}

@font-face {
  font-family: "FuturaStd-Heavy";
  src: url("fonts/FuturaStd-Heavy.otf");
}

@font-face {
  font-family: "FuturaStd-Condensed";
  src: url("fonts/FuturaStd-Condensed.otf");
}

@font-face {
  font-family: "FuturaStd-CondensedLight";
  src: url("fonts/FuturaStd-CondensedLight.otf");
}

@font-face {
  font-family: "FuturaStd-Medium";
  src: url("fonts/FuturaStd-Medium.otf");
}

@font-face {
  font-family: "FuturaStd-Bold";
  src: url("fonts/FuturaStd-Bold.otf");
}

html {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-family: "FuturaStd-Medium";
}

h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  letter-spacing: 0.06em !important;
}

p{
  color: #2b457b;
}

img {
  max-width: 100%;
}

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

header {
  background: #fff none repeat scroll 0 0;
  position: fixed;
  width: 100%;
  z-index: 3;
}

.top-logo-change {
  background: #ffff none repeat scroll 0 0;
  position: fixed;
  width: 100%;
  z-index: 12;
}

header nav,
header .navbar-fixed-top {
  position: relative;
  background: #fff;
  border: none;
}

section {
  padding: 0px 0 20px;
}

/* Header old style */
#mainheader {
  text-align: center;
  padding: 5px 0 15px;
}

header #mainNav {
  /* border-bottom: 2px solid #f1f1f1; */
  margin: 0;
  min-height: auto;
  padding: 0 0 0px;
}

#mainheader a {
  display: inline-block;
}

header #nav li a:hover,
header #nav li a:focus {
  text-decoration: none;
}

header #nav li ul li {
  display: block;
  margin: 10px 0 5px;
  text-align: left;
}

header #nav li ul li a {
  display: block;
}

header #nav li ul {
  background: #fff none repeat scroll 0 0;
  border-bottom: 2px solid #1fbbc7;
  left: 0px;
  padding: 5px 19px 15px;
  position: absolute;
  width: 222px;
}

header #nav li ul li a {
  padding: 0;
}

header #nav {
  text-align: center;
  float: none;
  padding-bottom: 13px;
}

header .navbar-nav li {
  float: none;
  display: inline-block;
}

/* Header new style */
header {
  height: 100px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#mainheader {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.nav-container {
  display: flex;
  align-items: center;
}

.header-wrap {
  background-color: #fff;
  padding: 10px 25px;
}

.header-logo {
  max-width: 150px;
}

#mainheader .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#mainNav .navbar-nav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

/* #mainNav .navbar-nav > li {
  margin-left: 20px;
} */

#mainNav .navbar-nav>li>a {
  color: #2c457c;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

#mainNav .navbar-nav li .togl-div2 {
  display: none;
  /* position: absolute; */
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

#mainNav .navbar-nav li:hover .togl-div2 {
  display: block;
}

#mainNav .navbar-nav li .togl-div2 li {
  /* padding: 10px 15px; */
}

/* #mainNav .navbar-toggle {
  display: none;
} */

@media (max-width: 991px) {
  #mainheader .container {
    flex-direction: column;
    align-items: flex-start;
  }

  /* #mainNav .navbar-toggle {
    display: block;
  } */

  /* #mainNav .collapse {
    display: none;
  }

  #mainNav .collapse.show {
    display: block;
  } */

  /* #mainNav .navbar-nav {
    flex-direction: column;
  } */

  #mainNav .navbar-nav li {
    margin-left: 0;
    padding: 5px;
  }
}

@media (max-width: 767px) {
  #mainNav .navbar-nav {
    flex-direction: column;
    min-width: 250px;
  }
}

/* Hamburger icon styles */
.wprmenu_icon {
  cursor: pointer;
  position: fixed;
  width: 30px !important;
  height: 20px !important;
  background: none;
  display: flex;
  right: 25px;
  top: 50px;
  transform: translateY(-50%);
}

.menu_is_opened {
  background: none !important;
}

.wprmenu_icon span {
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #333;
  transition: all 0.4s ease;
}

.wprmenu_ic_1 {
  top: 0;
}

.wprmenu_ic_2 {
  top: 8px;
}

.wprmenu_ic_3 {
  top: 16px;
}

/* Transformed icon for close state */
.menu-open .wprmenu_ic_1 {
  top: 10px;
  transform: rotate(45deg);
}

.menu-open .wprmenu_ic_2 {
  opacity: 0;
}

.menu-open .wprmenu_ic_3 {
  top: 10px;
  transform: rotate(-45deg);
}

/* Navbar menu transition */
@media (max-width: 768px) {
  .navbar-menu {
    display: none;
    transition: max-height 1s ease-in-out;
    overflow: hidden;
  }

  .navbar-menu.open {
    display: block;
  }

  /* .navbar-menu {
    max-height: 0;
  }

  .navbar-menu.open {
    max-height: 500px;
  } */
}


.error {
  font-weight: normal;
  color: #ff0000;
}

.team-member-info-arrow {
  border-bottom: 10px solid #caf6ef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: -9px;
  width: 0;
}

.team-member-info-arrow1 {
  border-bottom: 10px solid #caf6ef;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  display: block;
  height: 0;
  position: absolute;
  top: -9px;
  margin: 0 auto;
  width: 0;
  left: 0;
  right: 0;
}

#why-linc-block {
  background: #caf6ef;
  padding: 0px 0 60px;
}

.why-linc-inside2-block-i {
  padding: 20px 0 40px !important;
}

#why-linc-block.why-linc-inside4-block-i {
  padding: 30px 0 60px !important;
}

#why-linc-inside-block {
  background: #caf6ef;
  padding: 0px 0 50px;
}

#our-services-inside2-block {
  background: #caf6ef;
  padding: 20px 0 60px;
}

#d-q--block {
  background: #caf6ef;
  padding: 0px 0 60px;
}

#our-services-inside1-block {
  background: #fff;
  padding: 0 0 40px;
}

#why-linc-inside1-block {
  background: #fff;
  padding: 0px 0 60px;
}

#our-services-inside3-block {
  background: #fff;
  padding: 20px 0 60px;
}

#why-linc-inside3-block {
  background: #fff;
  padding: 20px 0 60px;
}

#why-linc-inside5-block {
  background: #fff;
  padding: 20px 0 60px;
}

#estimation-block {
  background: #caf6ef;
  padding: 40px 0px 0px;
}

#estimation-block h4 {
  color: #2c457c;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 26px;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

#estimation-block h5 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 12px 0 30px;
  text-align: center;
}

#s-engangement-block-list p {
  color: #2b457b;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  /* text-transform: uppercase; */
  text-align: center;
  letter-spacing: 0.6px;
}

#s-engangement-block-list .col-md-4 {
  padding: 0;
}

#s-engangement-block-list {
  margin-top: 50px !important;
}

#benefit-list {
  margin-top: 35px !important;
}

#s-engangement-block-list .col-md-4 {
  margin-bottom: 45px;
}

#contact-us-block {
  background: #1fbac6;
  padding: 12px 0px;
}

#contact-us-block div {
  padding-bottom: 0px;
}

#contact-us-block a {
  display: inline-block;
  color: #fff;
}

#contact-us-block a:hover {
  text-decoration: none;
}

#contact-us-block p {
  color: #fff;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  /* text-transform: uppercase; */
}

#b-l-f-info-block {
  background: #caf6ef;
  padding: 20px 0 60px;
}
.bg-white {
  background: #fff;
}
.bg-grey {
  /* background: #efefef */
  background: #f6f9fa
}

.bg-blue {
  background: #caf6ef;
}

.bg-darkblue {
  background: #1fbbc7;
}

.text-white {
  color: white !important;
}
.text-turquoise {
  color: #1fbbc7 !important;
}

.text-uppercase{
  text-transform: uppercase !important;
}

#d-q-block {
  background: #caf6ef;
  padding: 0px 0 60px;
}

.m-l-f-block.m-l-fp {
  padding: 0 0 60px;
}

#o-s-In-block {
  background: #caf6ef;
  padding: 0px 0 60px;
}

#o-s-In-b-block {
  background: #fff;
  padding: 20px 0 60px;
}

#o-s-In-bm-block {
  background: #caf6ef;
  padding: 20px 0 60px;
}

#o-s-In-bf-block {
  background: #fff;
  padding: 20px 0 60px;
}

#m-p-i-block {
  background: #fff;
  padding: 0px 0 60px;
}

#b-l-f-form-block {
  background: #fff;
  padding: 20px 0 50px;
}

.mob-display {
  display: none;
}

#b-l-f-info-block .col-md-6 {
  float: none;
  margin: 0 auto;
}

#b-l-f-form-block .col-md-5 {
  float: none;
  margin: 0 auto;
}

#our-approach-block,
#power-block {
  /* background: #f6f9fa; */
  padding: 0px 0 60px;
}

#benefit-block {
  background: #f6f9fa;
}

#video-block {
  background: #fff;
  color: #2b457b;
}

.our-approach-block-wht {
  background: #fff !important;
}

footer {
  background: #213468;
}

#our-services-block {
  background: #fff;
  padding: 0px 0 60px;
}

.our-services-block-ble {
  background: #caf6ef none repeat scroll 0 0 !important;
  padding: 20px 0 60px !important;
}

#video-block {
  background: #fff none repeat scroll 0 0;
  padding: 60px 0 60px;
  cursor: pointer;
}

#video-block .col-md-6 {
  float: none;
  margin: 0 auto;
}

.our-services-block-ble .col-md-6 {
  float: none;
  margin: 0 auto;
}

#team-block {
  background: #fff;
  padding: 0px 0 20px;
}

.contact-address-div .form-group {
  margin-bottom: 30px;
  padding: 5px 0;
}

.contact-address-div .form-control {
  border-bottom: 1px solid #000;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  box-shadow: none;
  border-radius: 0;
  padding: 5px;
}

.contact-address-div .form-control:focus {
  box-shadow: none;
  border-bottom: 1px solid #000;
}

.contact-address-div .btn {
  background: #1fbbc7 none repeat scroll 0 0;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 40px;
  letter-spacing: 0.6px;
  margin: 0 auto 10px;
  padding: 8px 45px;
  text-align: center;
  text-transform: uppercase;
}

.contact-address-div .btn,
.contact-address-div .btn:hover,
.contact-address-div .btn:focus {
  border: none;
  outline: 0 !important;
}

.f-left {
  float: left !important;
}

.f-right {
  float: right !important;
}

#m-p-i-block .btn {
  background: #1fbbc7 none repeat scroll 0 0;
  border-radius: 22px;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  letter-spacing: 0.6px;
  margin: 20px auto 10px;
  padding: 8px 35px 6px;
  text-align: center;
  text-transform: uppercase;
}

.hmpg-btn {
  background: #1fbbc7 none repeat scroll 0 0;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 17px;
  letter-spacing: 0.6px;
  margin: 20px auto 10px;
  padding: 10px 35px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}

.hmpg-btn:hover,
#m-p-i-block .btn:hover,
#b-l-f-form-block .btn:hover {
  color: #2b457b;
  text-decoration: none;
}

.contact-address-div .btn:hover,
.contact-address-div .btn:focus {
  color: #fff;
}

.contact-address-div .form-control:placeholder-shown {
  font-size: 13px;
}

.text-danger li {
  list-style: none;
  color: #ff0000;
  font-family: "FuturaStd-Medium";
  font-weight: normal;
}

textarea.form-control {
  resize: none;
}

.text-danger ul {
  padding: 0;
  margin: 0;
}

.main-heading {
  color: #2c457c;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 30px;
  letter-spacing: 0.6px;
  line-height: 35px;
  margin: 0 0 25px;
  padding-top: 50px;
  text-align: center;
  text-transform: uppercase;
}

#s-engangement-block-list h5,
#benefit-list h5 {
  color: #2c457c;
  display: block;
  font-size: 17px;
  letter-spacing: 0.6px;
  margin: 25px 0 15px;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaStd-Medium";
}

.b-l-f-info-block h5 {
  color: #2c457c;
  display: block;
  font-size: 16px;
  letter-spacing: 0.6px;
  margin: 45px 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaStd-Bold";
}

#about-us-block {
  padding: 0px 0 60px;
  background: #fff;
}

.abt-p {
  padding: 0px 0 0px !important;
}

#contact-us-block .col-md-4 {
  float: none;
  margin: 0 auto;
  text-align: center;
}

#team-list-info .col-md-8 {
  float: none;
  margin: 0 auto;
}

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

#team-list-info p {
  color: #2b457b;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
  letter-spacing: 0.6px;
}

.our-services-inside12-block-i p {
  color: #2b457b;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.team-info p {
  color: #2b457b;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 25px;
}

.team-member-info {
  padding: 30px 35px 5px;
  background: #caf6ef none repeat scroll 0 0;
  position: relative;
}

.our-services-inside12-block-i {
  background: #caf6ef none repeat scroll 0 0;
  margin-bottom: 15px;
  padding: 35px 15px 20px;
  position: relative;
}

.team-info {
  padding: 30px 20px 5px;
  background: #caf6ef none repeat scroll 0 0;
  position: relative;
  text-align: left;
  margin-top: 35px;
}

.abt-mark a {
  color: #24bcc5;
}

.abt-mark a:hover,
.abt-mark a:focus {
  color: #24bcc5;
  text-decoration: none;
}

.a_readmore,
.a_readless {
  color: #b8b8b8 !important;
  margin: 35px auto !important;
}

#a_readmore,
#a_readless,
#a_readmore1,
#a_readless1,
.toglereadbtn {
  color: #24bcc5;
  cursor: pointer;
  font-size: 15px;
  text-transform: none;
  margin: 0 auto;
  text-align: center;
  font-style: italic;
}

#our-approach-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.6px;
  text-align: center;
  /* text-transform: uppercase; */
}

#about-us-block p, .why-work-with-us-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0;
  text-align: center;
  /* text-transform: uppercase; */
}

#m-l-f-block-t p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 30px;
  margin: 0;
  text-align: center;
  /* text-transform: uppercase; */
}

#m-l-f-block-b .m-l-f-block-b-info p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 11px;
  letter-spacing: 0.6px;
  line-height: 22px;
  margin: 0;
  /* text-transform: uppercase; */
}

#m-l-f-block-b .col-md-8 {
  padding: 0;
}

#m-l-f-block-b img {
  display: block;
  height: 100px;
  margin: 0 auto 15px;
  width: auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

#b-l-f-info-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  line-height: 22px;
  margin: 0;
  text-align: center;
  /* text-transform: uppercase; */
}

#our-services-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0.6px;
  text-align: center;
  /* text-transform: uppercase; */
}

.our-services-block-ble #our-services-block-list2 {
  margin-top: 35px;
}

#why-linc-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 20px;
  /* text-transform: uppercase; */
}

#why-linc-block .abt-split {
  float: left;
}

#why-linc-block-list-l {
  float: left;
  left: 85px;
  position: relative;
  text-align: right;
  top: -57px;
}

#why-linc-block-list-r {
  float: right;
  left: -48px;
  position: relative;
  text-align: left;
  top: 85px;
}

.ext-l {
  background: #2b457b none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  left: 10px;
  position: relative;
  top: -4px;
  width: 35px;
}

.ext-r {
  background: #2b457b none repeat scroll 0 0;
  display: inline-block;
  height: 1px;
  margin-left: -38px;
  position: relative;
  right: 10px;
  top: -4px;
  width: 35px;
}

.ext-r-hidden {
  background: #2b457b none repeat scroll 0 0;
  float: none;
  height: 35px;
  left: 0;
  margin: 10px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: auto;
  width: 1px;
}

.ext-l-hidden {
  background: #2b457b none repeat scroll 0 0;
  float: none;
  height: 35px;
  left: -10px;
  margin: 10px auto;
  position: relative;
  right: 0;
  text-align: center;
  top: auto;
  width: 1px;
}

#team-list {
  margin-bottom: 30px;
}

#team-list-inside {
  margin-bottom: 30px;
}

#why-linc-block-list-c {
  float: none;
  margin: 0 auto;
  text-align: center;
}

.brand-mark {
  display: block;
  text-align: center;
  margin-bottom: 15px;
}

footer {
  padding: 10px 0;
}

footer ul {
  margin: 0;
  padding: 0;
}

.footer1 {
  text-align: left;
}

.footer2 {
  text-align: right;
}

.estimation-block1 {
  float: left;
}

.estimation-block2 {
  float: right !important;
}

#team-block h3 {
  color: #2b457b;
  display: block;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
  text-transform: uppercase;
}

#about-us-block .col-md-9,
.why-work-with-us-block .col-md-9,
.col-md-7.o-s-In-bf-block-t,
.col-md-8.o-s-In-bf-block-b {
  float: none;
  margin: 0 auto 0px;
}

.col-md-9.b-l-f-block-t,
#b-l-f-block .col-md-8 {
  float: none;
  margin: 0 auto 0px;
}

#m-l-f-block-t {
  float: none;
  margin: 35px auto 0px;
}

.m-l-f-block-b-info {
  margin-bottom: 50px;
}

.note {
  color: #2c457c;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 12px;
  text-align: center;
  font-style: italic;
}

#d-q-block p {
  color: #2c457c;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 12px;
  font-style: italic;
  margin: 25px 0 0 32px;
  text-align: left;
}

.read-policy {
  color: #2c457c;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 12px;
  font-style: italic;
  margin: 25px 38px 0 0px;
  text-align: right;
}

.read-policy:hover {
  text-decoration: none;
}

#d-q-block a {
  color: #2c457c;
  font-weight: bold;
}

#our-approach-block h3 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  margin: 0 0 15px;
  text-transform: uppercase;
}

#our-services-block-list3 {
  background: #1dbcc5;
  text-align: center;
}

#mainNav {
  text-align: center;
}

.navbar-collapse ul li {
  display: inline-block;
}

.navbar-toggle {
  border: medium none;
  background: none;
  margin: 0 auto 8px;
}

.menu_is_opened {
  /* background-image: url("../images/Icons/Cross.svg") !important; */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* height: 15px !important;
  width: 17px !important; */
}

footer ul li a {
  color: #c1d0ff;
}

footer ul li a:hover,
footer ul li a:visited {
  color: #c1d0ff;
  text-decoration: none;
}

.wprmenu_icon {
  height: 11px;
  width: 17px;
  background-image: url("../images/Icons/Hamburger.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 18px;
  width: 24px;
}

#our-services-block-list3 h3 {
  color: #2b457b;
  display: block;
  font-size: 20px;
  letter-spacing: 0.6px;
  margin: 15px 0 0;
}

.collapse {
  border: none !important;
  box-shadow: none !important;
}

.ext-r-hidden,
.ext-l-hidden {
  display: none;
}

#our-services-block-list3 h4 {
  color: #fff;
  display: block;
  font-size: 16px;
  letter-spacing: 0.6px;
  line-height: 24px;
  margin: 5px 0 0;
  padding: 0 15px;
}

#our-services-block-list2 {
  border: 3px solid #1dbcc5;
  margin-bottom: 25px;
  padding: 25px 0;
}

#video-block video {
  height: 304px;
  border: 3px solid #caf6ef;
}

#vid-block {
  border: 3px solid #1dbcc5;
  margin-top: 30px;
  text-align: center;
  padding-top: 30px !important;
}

#vid-block .col-md-3,
#vid-block .col-md-6 {
  margin-bottom: 25px;
}

.pad-img-none1 img {
  width: 70px;
}

.pad-img-none2 img {
  width: 80px;
}

.our-services-block-list21 img {
  width: 50px;
}

.our-services-block-list22 img {}

#our-services-block-list2 .col-md-4 {
  text-align: center;
}

#our-services-block-list2 ul {
  height: 81px;
  margin: 0px;
  padding: 0;
}

#our-services-block-list2 .pad-img-none img {
  padding: 0;
}

#our-services-block-list2 img {
  padding-top: 15px;
}

#our-services-block-list2 ul li {
  display: inline-block;
  list-style: outside none none;
  padding: 0 10px;
}

#our-services-block-list1 {
  margin-bottom: 25px;
  margin-top: 30px;
  padding: 0;
}

.split {
  background: #1dbcc5 none repeat scroll 0 0;
  display: inline-block;
  float: left;
  height: 1px;
  margin: 0 auto;
  text-align: center;
  width: 35px;
}

.abt-split span {
  background: #1dbcc5 none repeat scroll 0 0;
  display: block;
  height: 2px;
  margin: 25px auto;
  width: 50px;
}

.abt-split {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

header #nav li a {
  color: #2c457c;
  font-size: 14px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0 18px;
  padding: 0;
  text-transform: uppercase;
  cursor: pointer;
}

header #nav li li a {
  margin: 0;
}

header #nav li span {
  color: #2c457c;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0 18px;
  text-transform: uppercase;
  cursor: pointer;
  display: inline-block;
}

header #nav li span span {
  padding: 0 5px;
}

header #nav li span img {
  position: relative;
  top: -2px;
  width: 9px;
}

header #nav li.active,
header #nav li.active a,
header #nav li.active span,
header #nav li.active li.active a,
header #nav li a:hover {
  background: none;
  color: #24bcc5;
}

header #nav li.active a {
  color: #24bcc5;
}

header #nav li:hover {
  color: #24bcc5;
}

header #nav li.active li a {
  color: #2c457c;
}

#b-l-f-info-block .col-md-4 div {
  float: none;
  margin: 0 auto;
  padding: 0 5px;
}

#d-q-block .col-md-8,
#d-q-block .col-md-7,
#m-p-i-block .col-md-9,
#o-s-In-bm-block .col-md-8,
.col-md-8.b-l-f-block-b,
#s-engangement-block .col-md-8,
#s-engangement-block .col-md-10,
#power-block .col-md-7,
#benefit-block .col-md-8,
#benefit-block .col-md-10 {
  float: none;
  margin: 0 auto 0px;
  text-align: center;
}

#d-q-block img,
.col-md-8.why-linc-inside-block-i img {
  margin: 15px 0 0;
}

#m-p-i-block img {
  margin: 20px 0 0;
  height: 140px;
  width: auto;
}

#o-s-In-bm-block img,
.b-l-f-block-b img,
.our-services-inside2-block-i img,
#d-q-block img {
  margin: 50px 0 0;
}

#o-s-In-bf-block img {
  margin: 30px 0 0;
}

#d-q-block ul,
#o-s-In-bm-block ul,
#o-s-In-bf-block ul,
.b-l-f-list,
.why-linc-inside1-block-i ul,
.our-services-inside2-block-i ul,
.our-services-inside3-block-i ul {
  margin: 50px 0 0;
  padding: 0;
}

.why-linc-inside-block-i ul {
  margin: 40px 0 0;
  padding: 0;
}

#m-p-i-block ul {
  margin: 25px 0 0;
  padding: 0;
}

#o-s-In-bf-block ul li {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  text-transform: uppercase;
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  display: block;
  letter-spacing: 0.6px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding-right: 35px;
  text-align: right;
}

#why-linc-block-list1.col-md-6 {
  float: none;
  margin: 0 auto 35px;
}

#o-s-In-block .col-md-5,
.col-md-6.why-linc-inside-block-t,
.why-linc-inside-block-i,
#why-linc-inside3-block .col-md-8,
.col-md-6.our-services-inside2top-block-i,
.col-md-8.our-services-inside2-block-i,
#our-services-inside1-block .col-md-10,
#our-services-inside1-block .col-md-7 {
  float: none;
  margin: 0 auto;
}

.why-linc-inside1-block-i {
  margin: 15px auto 0 !important;
}

.col-md-8.why-linc-inside3-block-i {
  margin: 45px auto 0;
  float: none;
}

#o-s-In-block .col-md-4,
#why-linc-inside5-block .col-md-7,
#why-linc-inside5-block .col-md-9 {
  float: none;
  margin: 0 auto;
}

#o-s-In-block .col-md-4 {
  text-align: center;
  padding: 0;
  width: 33.33%;
  margin: 0 auto;
}

#o-s-In-block .col-md-4 .col-md-4,
.o-s-In-block-img ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2b457b;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0 2px;
  text-align: center;
  /* text-transform: uppercase; */
  vertical-align: top;
  width: 122px;
}

.why-linc-inside-block-i .f-right ul li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #2b457b;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 5px 0 0;
  padding: 0 5px;
  text-align: center;
  /* text-transform: uppercase; */
  vertical-align: top;
  width: 110px;
}

.o-s-In-block-img .col-md-4 div {
  padding: 0 5px;
}

#o-s-In-b-block .col-md-9,
#o-s-In-b-block .col-md-8 {
  float: none;
  margin: 0 auto;
}

#o-s-In-block .col-md-5 img {
  margin: 30px 0;
}

#why-linc-block-list2 {
  position: relative;
}

#why-linc-block-list3 {
  padding-top: 20px;
}

#why-linc-block-list3 .col-md-4 div {
  text-align: center;
  float: none;
  margin: 0 auto;
}

#our-services-block-list1 h4 {
  background: #1dbcc5 none repeat scroll 0 0;
  color: #fff;
  display: block;
  font-family: "FuturaStd-Bold";
  font-size: 18px;
  height: 85px;
  line-height: 25px;
  margin: 0;
  padding: 17px 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

#our-services-block-list2 h4 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

h4 {
  color: #2b457b;
  display: block;
  font-size: 20px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 30px 0 0;
  text-align: center;
  text-transform: uppercase;
}

.our-services-inside1-block ul li.wht-bg-list.active_memeber .outer11,
.our-services-inside1-block ul li.wht-bg-list .outer11:hover {
  border: 3px solid #1fbbc7 !important;
}

#our-services-inside1-block h5 {
  background: -webkit-linear-gradient(left,
      rgba(202, 233, 231, 0.8),
      #32b9bf,
      rgba(202, 233, 231, 0.8));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left,
      rgba(202, 233, 231, 0.8),
      #32b9bf,
      rgba(202, 233, 231, 0.8));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left,
      rgba(202, 233, 231, 0.8),
      #32b9bf,
      rgba(202, 233, 231, 0.8));
  /* For Fx 3.6 to 15 */
  background: linear-gradient(to right,
      rgba(202, 233, 231, 0.8),
      #32b9bf,
      rgba(202, 233, 231, 0.8));
  /* Standard syntax (must be last) */
  border-radius: 35px;
  color: #29457c;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin: 35px 0 0px;
  padding: 8px 0 5px;
  text-align: center;
  text-transform: uppercase;
}

.our-services-inside11-block h6,
.our-services-inside13-block h6 {
  color: #c5c5c5;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 15px 0 35px;
  padding: 0px 0;
  text-align: center;
  text-transform: uppercase;
}

.our-services-inside1-block ul {
  padding: 0;
  margin: 0;
  text-align: center;
  position: relative;
}

.our-services-inside1-block ul li.wht-bg-list .outer11 {
  background: #fff !important;
  color: #2b457b !important;
  border: 1px solid #999898 !important;
}

.our-services-inside1-block ul li .outer11 {
  background: #e7e8e8 none repeat scroll 0 0;
  border-radius: 72px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 125px;
  margin: 0 auto 10px;
  position: relative;
  text-align: center;
  width: 125px;
  border: 1px solid #fff !important;
}

.our-services-inside1-block ul li .outer11 a {
  color: #2b457b !important;
  text-transform: uppercase;
}

.our-services-inside1-block ul li .outer11 a:hover,
.our-services-inside1-block ul li .outer11 a:focus {
  text-decoration: none;
}

.our-services-inside1-block ul li {
  list-style: outside none none;
  display: inline-block;
  cursor: pointer;
  margin-right: 10px;
}

.border-btm-b {
  border-bottom: 3px solid #23bbc4;
  width: 100%;
  display: block;
  float: left;
  margin-bottom: 15px;
}

.top-b {
  display: block;
  width: 3px;
  height: 18px;
  margin: 0 auto;
  background: #23bbc4;
}

.top-b1 {
  background: #cdebea;
  display: block;
  width: 3px;
  height: 18px;
  margin: 0 auto;
}

.our-services-inside12-block h6 {
  color: #23bbc4;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px;
  margin: 5px 0 25px;
  padding: 0px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 3px solid #23bbc4;
}

#o-s-In-b-block h5 {
  color: #2b457b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin: 45px 0 20px 30px;
  text-transform: uppercase;
}

.why-linc-inside3-block-i h5 {
  color: #2b457b;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin: 0px 0 15px 30px;
  text-transform: uppercase;
}

.block-left {
  float: left !important;
  padding: 0 !important;
}

.block-right {
  float: right !important;
  padding: 0 !important;
}

#why-linc-block-list3 h4 {
  color: #2b457b;
  display: block;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.6px;
  margin: 12px 0 0;
  text-align: center;
  text-transform: uppercase;
}

#why-linc-block h3 {
  color: #2c457c;
  display: block;
  font-size: 26px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 0 0 40px;
  text-align: center;
  text-transform: uppercase;
}

#our-services-block-list1 h5 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  padding: 22px 0 0;
  text-align: center;
  text-transform: uppercase;
  height: 80px;
  letter-spacing: 0.6px;
}

#our-services-block-list3 .col-md-6 {
  padding: 22px 0 !important;
  float: none;
  margin: 0 auto;
}

.r-arrow {
  display: block;
  padding: 65px 0;
  position: relative;
}

#our-approach-block-list .r-arrow img {
  width: auto;
  height: 13px;
}

#our-approach-block-list {
  text-align: center;
  margin: 40px 0 0;
}

#our-approach-block-list .col-md-4 {
  padding: 0;
  margin-bottom: 45px;
}

#our-approach-block-list .col-md-4 div {
  margin: 0 auto;
  float: none;
  padding: 0;
}

#vid-block .col-md-4 div {
  margin: 0 auto;
  float: none;
  padding: 0;
}

#our-approach-block-list .col-md-1 {
  padding: 0;
  width: 4%;
}

#our-approach-block h5 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 25px auto auto;
  /* max-width: 300px; */
}

#vid-block h5 {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 20px 0 0;
}

#our-approach-block .col-md-7 {
  float: none;
  text-align: center;
  margin: 0 auto;
}

.team-list-div {
  float: left;
  width: 100%;
}

#team-block h4 {
  color: #2b457b;
  display: block;
  font-size: 14px;
  height: 35px;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 15px 0 8px;
  text-align: center;
  text-transform: uppercase;
}



#team-block h5 {
  letter-spacing: 0.6px;
  color: #b3b3b3;
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin: 0px 0 0px;
  text-align: center;
}

.our-services-block-list {
  border: 3px solid #1dbcc5;
  margin: 0 0 0 22px;
}

#midcontainer {
  padding-top: 100px;
  position: relative;
  max-width: 100vw;
  overflow: hidden !important;
}

.team-list-inside img.active_memeber {
  border-radius: 75px;
  border: 3px solid #1fbbc7 !important;
}

.team-list-inside img:hover,
#team-list-inside img:hover {
  border-radius: 75px;
  border: 3px solid #1fbbc7 !important;
  opacity: 1 !important;
}

.b-l-f-icon {
  display: block;
  margin: 35px auto;
  text-align: center;
}

.our-services-inside3-block-i {
  padding: 0;
  margin: 0px 0 0;
}

.col-md-8.why-linc-inside-block-i,
.col-md-8.why-linc-inside1-block-i,
.col-md-8.our-services-inside3-block-i {
  float: none;
  margin: 0 auto;
}

.col-md-8.our-services-inside3-block-i img {
  margin-top: 115px;
}

.col-md-8.why-linc-inside1-block-i img {
  margin-top: 95px;
}

.why-linc-inside-block-i ul li {
  color: #2b457b;
  margin-bottom: 50px;
  list-style: none;
  display: block;
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  list-style: outside none none;
  padding-left: 30px;
  text-transform: uppercase;
}

.our-services-inside1-block .our-services-inside12-list {
  text-align: left;
}

#power-list {
  margin-top: 35px !important;
}

#power-list ul {
  padding-left: 0;
  padding-top: 105px;
}

#benefit-list ul {
  padding-left: 0;
  margin-bottom: 45px;
}
.our-approach-wrapper ul{
  padding-left: 0;
}

.b-l-f-list li,
#d-q-block ul li,
.our-services-inside2-block-i li,
.our-services-inside1-block .our-services-inside12-list li,
#o-s-In-bm-block ul li,
#power-list ul li,
#benefit-list ul li,
.our-approach-wrapper ul li {
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #2b457b;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 10px;
  padding-left: 35px;
  /* text-transform: uppercase; */
  line-height: 20px;
  text-align: left;
  letter-spacing: 0.6px;
}

.l-more {
  color: #24bcc5;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 13px;
  margin-bottom: 15px;
  padding-left: 35px;
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0.6px;
}

#m-p-i-block ul li,
.our-services-inside3-block-i li {
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #2b457b;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 20px;
  padding-right: 35px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  text-align: right;
}

.why-linc-inside3-block-i ul {
  padding: 0;
  margin: 0;
}

.why-linc-inside3-block-i ul li {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 15px;
  list-style: none;
  display: block;
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}

.why-linc-inside1-block-i ul li,
.our-services-inside3-block-i li {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 50px;
  list-style: none;
  display: block;
  text-align: right;
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: right 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-right: 30px;
}

.why-linc-inside5-block-i-list {
  margin: 0;
  padding: 0;
}

.why-linc-inside5-block-i-list li {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  text-transform: uppercase;
  font-size: 15px;
  list-style: none;
  display: block;
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  padding-left: 35px;
  text-align: left;
}

.why-linc-inside5-block-i-list2 {
  padding: 0;
  margin: 0px 0 0 0;
}

.why-linc-inside5-block-i-list2 li {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  text-transform: uppercase;
  font-size: 15px;
  list-style: none;
  display: block;
}

.img-title {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

#b-l-f-block {
  padding: 0 0 50px;
  background: #fff;
}

.o-s-In-b-list {
  margin: 0;
  padding: 0;
}

.o-s-In-b-list li {
  background-image: url("../images/become-linc-fellow/2-list.svg");
  background-position: left 3px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  color: #2b457b;
  display: block;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  list-style: outside none none;
  margin-bottom: 25px;
  padding-left: 30px;
  text-transform: uppercase;
}

.why-linc-inside5-block-i .col-md-4 {
  padding: 0;
}

.b-border {
  height: 10px;
  border-radius: 12px;
  width: 100%;
  background: #cdebea;
  display: block;
  float: left;
  margin: 20px 0;
}

.team-list-inside img.inactive_memeber {
  opacity: 0.5;
}

.team-list-inside .t-close img.inactive_memeber {
  opacity: 1;
}

.team-list-inside img,
#team-list-inside img {
  border: 3px solid #fff;
  border-radius: 75px;
  cursor: pointer;
}

.t-close {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 11px;
  z-index: 1;
  width: 15px;
}

.t-close img,
.team-list-inside .t-close img,
#team-list-inside .t-close img,
.team-list-inside .t-close img:hover,
#team-list-inside .t-close img:hover {
  height: 11px;
  width: auto;
  border: none !important;
}

#t-close-b {
  cursor: pointer;
  left: 0;
  margin: 0 auto 0px;
  position: relative;
  right: 0;
  text-align: center;
  z-index: 1;
  top: -15px;
}

#t-close-b img {
  height: 11px;
  width: auto;
  border: 0;
}

footer ul li {
  color: #c1d0ff;
  font-size: 10px;
  display: inline;
  border-right: 1px solid #c1d0ff;
  padding: 0px 5px;
}

.f-border-none {
  border: none;
}

#our-services-block-list1 .col-md-3 {
  padding: 0;
}

#team-list .col-md-2 {
  text-align: center;
}

.con-banner {
  max-width: 1170px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.caption {
  background: rgba(38, 188, 197, 0.8) none repeat scroll 0 0;
  padding: 50px;
  position: absolute;
  right: 0;
  top: 28%;
  width: 42vw;
  height: 250px;
}

.caption h3 a,
.caption h3 {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.caption a {
  color: #2b457b;
  font-size: 15px;
  letter-spacing: 0.6px;
  margin: 20px 0 0;
  text-decoration: none;
  text-transform: uppercase;
}

.caption a:hover {
  text-decoration: none;
}

.con-banner {
  height: 550px;
  overflow: hidden;
}

.bx-wrapper img {
  height: 550px;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.outer {
  display: table;
  height: 100%;
  left: 0;
  margin: 0;
  top: 0;
  width: 100%;
}

.middle {
  display: table-cell;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.inner {
  margin: 0 auto;
  width: 100%;
}

.p-chart-desk {
  display: inline-block;
}

.p-chart-mob {
  display: none;
}

#myList {
  padding: 0;
  margin: 0;
}

#myList li {
  display: none;
  list-style: none;
}

#loadMore {
  color: #b8b8b8;
  float: left;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 100%;
  font-style: italic;
}

#showLess {
  float: left;
  color: #000;
  cursor: pointer;
  display: block;
  font-style: italic;
  text-align: center;
  width: 100%;
}

.outer1 {
  display: table;
  height: 100%;
  width: 100%;
}

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

.inner {
  margin-left: auto;
  margin-right: auto;
}

.why-linc-inside-block-i .f-right ul,
.o-s-In-block-img ul {
  margin: 0px auto;
  width: 100%;
  text-align: center;
  padding: 0;
}

.desk-display {
  display: block;
}

.svg4 {
  left: 15px;
  margin: 40px auto 0;
  position: relative;
}

.svg5 {
  margin: 0 auto;
  position: relative;
  right: 25px;
}

.svg6 {
  margin: 0 auto;
  position: relative;
  right: 35px;
  width: 215px;
  height: 35px;
}

.svg7 {
  margin: 0 auto;
  position: relative;
  right: -25px;
  width: 215px;
  height: 35px;
}

.svg8 {
  margin: 0 auto;
  position: relative;
  right: 40px;
}

.m1-svg {
  left: -15px;
  margin: 40px auto 0 !important;
  position: relative;
}

.m1 {
  margin: 0 auto;
  position: relative;
  right: 60px;
}

.m2 {
  margin: 0 auto;
  position: relative;
  right: 60px;
}

.m3 {
  margin: 0 auto;
  position: relative;
  right: 60px;
}

.m4 {
  margin: 0 auto;
  position: relative;
  right: 60px;
}

#t-close-b {
  display: none;
}

textarea.form-control {
  border: 1px solid #000 !important;
  height: 115px !important;
}

.d-img {
  display: block;
}

.m-img {
  display: none;
}

#teams,
#team {
  float: left;
  width: 100%;
}

.l-150 {
  left: 150px;
}

.l-r-0 {
  left: 0;
  right: 180px;
  margin: 0 auto;
}

.r-150 {
  right: 330px;
}

.r-50 {
  right: 145px;
}

.l-65 {
  left: 145px;
}

.l-250 {
  left: 330px;
}

.r-250 {
  right: 250px;
}

.r-65 {
  right: 65px;
}

.cap-slide {
  width: 78%;
}

.bxslider li {
  list-style: none;
}

#privacypolicy-block p {
  color: #2b457b;
  font-family: "FuturaStd-Medium";
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 22px;
  padding-bottom: 15px;
  margin: 0;
  text-align: justify;
}

#privacypolicy-block ul,
#privacypolicy-block ol {
  color: #2b457b;
}

#privacypolicy-block li {
  color: #2b457b;
  padding-bottom: 5px;
  text-align: justify;
}

#privacypolicy-block h3 {
  color: #2b457b;
  display: block;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 30px 0;
  text-transform: uppercase;
}

#privacypolicy-block h4 {
  color: #2b457b;
  display: block;
  font-size: 18px;
  text-align: unset;
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 20px 0;
  text-transform: uppercase;
}

.mob-ul {
  display: none;
}

.desk-ul {
  display: block;
}

.arrow1 {
  left: 35px;
}

.arrow2 {
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
}

.arrow3 {
  right: 35px;
}

/******************Testimonial ------------------------------------*/
#testimonial-block {
  background: #caf6ef;
  padding: 0px 0 60px;
}

.testimonial-block-linc {
  background: #f6f9fa !important;
}

.testimonials {
  overflow: hidden;
  position: relative;
  /*max-height: 300px;*/
}

.testimonial .blockquote {
  color: #2b457b;
  display: block;
  font-size: 15px;
  letter-spacing: 0.6px;
  line-height: 28px;
  text-align: center;
  /* text-transform: uppercase; */
  position: relative;
}

.testimonial .blockquote p {
  margin: 0;
}

.text-navy {
  color: #2b457b;
  margin-bottom: 5px;
}

.text-grey {
  color: #707070;
  font-size: 13px;
  font-weight: 100;
}

.one-slide,
.testimonial,
.message {
  border: none !important;
  outline: none !important;
}

.icon-overlay {
  position: absolute;
  opacity: 0.3;
  right: 10%;
  top: 0;
  height: auto;
  width: 100%;
  max-width: 400px;
}

.carousel-controls .control {
  position: absolute;
  width: 45px;
  height: 45px;
  top: 45%;
  z-index: 1;
  cursor: pointer;
}

.prev {
  left: -50px;
  background-image: URL("../images/arrow.svg");
  background-repeat: no-repeat;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  background-position: center;
}

.next {
  right: -50px;
  background-position: center;
  background-image: URL("../images/arrow.svg");
  background-repeat: no-repeat;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
}

/** Awards & Recognitions***/
#customer-logos2-scroller {
  padding: 0px 0 60px;
}

#customer-logos2 {
  padding: 0;
  padding-top: 20px;
}

/** Client logo***/
#customer-logos-scroller {
  padding: 0px 0 60px;
}

#customer-logos {
  padding: 20px 0;
}

#our-details-block {
  background: #caf6ef;
}

#our-details-block-list {
  padding: 25px;
  text-align: center;
}

#our-details-block h3 {
  color: #2b457b;
  display: block;
  font-size: 24px;
  letter-spacing: 0.6px;
  line-height: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

#our-details-block h5 {
  color: #2b457b;
  vertical-align: middle;
  font-size: 12px;
  display: inline;
  letter-spacing: 0.6px;
  line-height: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

#div_email {
  background-color: #1fbac6;
  text-align: center;
  padding: 12px 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: white;
  font-size: 11px;
}

#testimonial-bg {
  float: none;
  margin: 0 auto;
  position: relative;
  padding-top: 30px !important;
}

#testimonial-bg .col-md-12 {
  float: none;
  margin: 0 auto;
  position: relative;
  padding-top: 30px !important;
}

.testimonial-inside {
  padding: 30px 25px 50px;
  background: white;
}

.testimonial-inside .abt-split span {
  margin: 35px auto;
}

#customer-logos-scroller .container {
  width: 100% !important;
}

.icon-estimate1 {
  color: #7ba4f4 !important;
}

.icon-estimate2 {
  color: #f4a866 !important;
}

.icon-estimate3 {
  color: #f46f6f !important;
}

.icon-estimate4 {
  color: #00bfc7 !important;
}

textarea::-webkit-input-placeholder {
  color: #0bf;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #0bf;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #0bf;
}

textarea:-ms-input-placeholder {
  color: #0bf;
}

textarea::placeholder {
  color: #0bf;
}

/*
.d1{
margin-top:45px;
}

.d2{
margin-top:50px;
}
.d3{
margin-top:65px;
}
.d4{
margin-top:0px;
}
.d5{
margin-top:-5px;
}
.d11{
margin-top:25px;
}

.d21{
margin-top:35px;
}
.d31{
margin-top:0px;
}
.d41{
margin-top:20px;
}
.d51{
margin-top:-5px;
}*/
@media screen and (max-width: 1200px)
/* Desktop */
  {
  #power-block .col-md-7 {
    width: 57% !important;
  }

  .our-services-inside1-block ul li {
    margin-right: 0;
  }

  .our-services-inside1-block ul li .outer11 {
    font-size: 13px;
    width: 105px;
    height: 105px;
  }

  #our-services-inside12-block-info .col-md-11 {
    width: 100% !important;
    padding: 0;
  }

  .arrow1 {
    left: 48px;
  }

  .arrow3 {
    right: 48px;
  }

  .arrow2 {
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
  }

  .our-services-inside12-in {
    float: none;
    margin: 0 auto;
    width: 330px;
  }

  .mob-ul {
    /*display:block;*/
  }

  .desk-ul {
    /*display:none;*/
  }

  #video-block video {
    height: 248px;
  }

  #why-linc-block h3 {
    font-size: 24px;
  }

  .main-heading {
    font-size: 28px;
  }

  h4 {
    font-size: 17px;
  }

  .svg7 {
    right: -60px;
  }

  .caption h3 a,
  .caption h3 {
    font-size: 22px;
  }

  .caption a {
    font-size: 14px;
  }

  .cap-slide {
    width: 90%;
  }

  .l-150 {
    left: 120px;
  }

  .l-r-0 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .r-150 {
    right: 120px;
  }

  .l-65 {
    left: 40px;
  }

  .l-250 {
    left: 190px;
  }

  .r-250 {
    right: 190px;
  }

  .r-65 {
    right: 40px;
  }

  .inside51 li {
    margin-top: 5px !important;
  }

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

  #o-s-In-block .col-md-4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 42.33%;
  }

  .why-linc-inside-block-i .f-right ul li {
    width: 100px;
    font-size: 10px;
  }

  #o-s-In-block .col-md-4 .col-md-4,
  .o-s-In-block-img ul li {
    font-size: 10px;
    width: 120px;
  }

  #our-services-block-list1 h4 {
    padding: 18px 10px;
    font-size: 15px;
  }

  .pad-img-none {
    vertical-align: bottom;
    width: 90px;
  }

  #team-block h4 {
    font-size: 13px;
  }

  #why-linc-block-list3 .col-md-4 div {
    padding: 0;
  }

  #why-linc-block-list-l {
    left: 55px;
  }

  #why-linc-block-list-r {
    left: -15px;
  }

  #why-linc-block-list3 h4 {
    font-size: 14px;
  }

  #testimonial-bg .col-md-9 {
    width: 90%;
  }
}

@media screen and (min-width: 991px) {

  .team-info,
  .our-services-inside12-block-i-mob {
    display: none !important;
  }

  #testimonial-bg .slick-list {
    height: 295px !important;
  }

  .testimonial-block-linc #testimonial-bg .slick-list {
    height: 320px !important;
  }
}

@media screen and (max-width: 991px)
/* Tablet */
  {
  #testimonial-bg .col-md-12 {
    padding: 0 !important;
  }

  #power-block .col-md-7 {
    width: 100% !important;
  }

  .our-services-inside11-block,
  .our-services-inside13-block,
  .new-desk-ul {
    display: none;
  }

  .new-mob-ul {
    display: block !important;
  }

  .our-services-inside1-block .new-mob-ul li .outer11 {
    font-size: 14px;
    width: 125px;
    height: 125px;
  }

  .new-mob-ul .team-member-info-arrow {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .our-services-inside1-block #t-close-b {
    top: -2px;
  }

  .t-close {
    display: none;
  }

  #testimonial-bg .col-md-9 {
    width: 100%;
    padding: 0 !important;
  }

  .testimonial-inside .message div {
    margin: 0 !important;
  }

  .read-policy {
    margin: 25px 0px 0 35px !important;
    text-align: left !important;
  }

  #estimation-block .col-md-3 {
    width: 50%;
    float: left;
    height: 120px;
  }

  .testimonial-inside {
    padding: 60px 20px 50px !important;
  }

  .carousel-controls .control {
    /*
width: 25px !important;
height: 25px !important;*/
    display: none !important;
  }

  .prev {
    left: -28px !important;
  }

  .next {
    right: -28px !important;
  }

  #testimonial-bg {
    width: 100%;
  }

  #benefit-list img,
  #our-approach-block-list img,
  #s-engangement-block-list img {
    margin: 0 !important;
  }

  #power-list ul {
    padding-top: 40px;
  }

  #video-block video {
    height: 406px;
  }

  #vid-block img {
    margin: 0 !important;
  }

  #vid-block .col-md-3,
  #vid-block .col-md-6,
  #estimation-block h5 {
    margin-bottom: 45px;
  }

  footer ul {
    text-align: center !important;
  }

  .estimation-block1,
  .estimation-block2 {
    float: none !important;
  }

  .l-150 {
    left: 0px;
    right: 0;
  }

  .l-r-0 {
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .r-150 {
    left: 0px;
    right: 0;
  }

  .l-65 {
    left: 0px;
    right: 0;
  }

  .l-250 {
    left: 0px;
    right: 0;
  }

  .r-250 {
    left: 0px;
    right: 0;
  }

  .r-65 {
    left: 0px;
    right: 0;
  }

  .d-img {
    display: none;
  }

  .m-img {
    display: block;
  }

  #t-close-b {
    display: block;
  }

  .our-services-inside12-in {
    float: none;
    margin: 0 auto;
    width: 330px;
  }

  #o-s-In-block .col-md-4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 63.33%;
  }

  .m1 {
    right: -10px;
  }

  .m1-svg {
    left: 0;
  }

  .m4 {
    right: 0;
  }

  .why-linc-inside5-block-i-list2 li {
    margin-left: 35px;
  }

  #why-linc-block.why-linc-inside4-block-i {
    padding: 60px 0 60px !important;
  }

  .why-linc-inside1-block-i .note {
    text-align: left !important;
    margin-left: 32px !important;
    margin-right: 0 !important;
  }

  #m-p-i-block ul li,
  .our-services-inside3-block-i li,
  .why-linc-inside1-block-i ul li,
  #o-s-In-bf-block ul li {
    text-align: left;
    background-position: left 3px;
    padding-left: 35px;
    padding-right: 0;
    margin-right: 0;
  }

  .f-left {
    float: none !important;
    margin: 0 auto;
    width: 55%;
  }

  .f-right {
    float: none !important;
    margin: 0 auto;
    width: 55%;
  }

  .col-md-8.why-linc-inside3-block-i {
    float: none !important;
    margin: 0 auto;
    width: 40%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    padding: 0 !important;
  }

  .hmpg-btn {
    margin: 40px auto 10px !important;
  }

  .our-services-inside2-block-i img {
    display: block;
    margin: 25px auto 0 !important;
  }

  .our-services-inside3-block-i img {
    display: block;
    margin: 25px auto 20px !important;
  }

  .our-services-inside3-block-i li {
    margin-bottom: 30px;
  }

  .desk-display {
    display: none;
  }

  .b-border {
    float: none;
  }

  .why-linc-inside5-block-i img {
    margin: 20px 0 !important;
  }

  .why-linc-inside5-block-i-list li,
  .why-linc-inside5-block-i-list2 li {
    margin-top: 0 !important;
  }

  .mob-display {
    display: block;
  }

  .block-left,
  .block-right {
    float: none !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
  }

  .why-linc-inside3-block-i h5 {
    margin-top: 5px;
  }

  .why-linc-inside-block-i ul li {
    margin-bottom: 30px !important;
  }

  .why-linc-inside-block-i .f-right ul li {
    margin-bottom: 0px !important;
  }

  .why-linc-inside1-block-i .col-md-3 {
    text-align: center;
  }

  #o-s-In-bm-block img {
    margin: 45px 0 0;
  }

  .col-md-8.why-linc-inside1-block-i img,
  .col-md-8.our-services-inside3-block-i img {
    margin-top: 40px;
  }

  .why-linc-inside1-block-i ul {
    margin-top: 40px;
  }

  .why-linc-inside1-block-i ul li {
    margin-bottom: 30px !important;
  }

  #o-s-In-b-block h5 {
    margin: 25px 0 20px;
  }

  .m-l-f-block-b-info {
    margin-bottom: 30px;
    text-align: center;
  }

  .team-member-info {
    display: none !important;
  }

  #midcontainer {}

  .con-banner {
    height: 350px;
    overflow: hidden;
  }

  .bx-wrapper img {
    height: 350px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    display: none;
  }

  #our-services-block-list1 h4 {
    padding: 18px 15px;
  }

  .pad-img-none {
    vertical-align: bottom;
    width: 90px;
  }

  #why-linc-block-list3 .col-md-4 div {
    padding: 0;
    margin-bottom: 35px;
  }

  #why-linc-block-list-l {
    float: none;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
  }

  #why-linc-block-list-r {
    float: none;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
  }

  #why-linc-block-list2 {
    position: relative;
  }

  #why-linc-block-list3 h4 {
    font-size: 14px;
  }

  #our-services-block-list1 .col-md-3 {
    margin: 0 auto 25px;
    padding: 0;
    width: 40%;
  }

  .our-services-block-list {
    margin: 0;
  }

  #our-services-block-list2 .col-md-4 {
    margin-bottom: 40px;
    text-align: center;
  }

  #why-linc-block-list-c {
    float: none;
    margin: 10px 0 10px;
    text-align: center;
  }

  .r-arrow {
    display: block;
    padding: 25px 0;
    position: relative;
  }

  #team-list .col-md-2 #team-list-inside {
    margin-bottom: 50px;
  }

  #team-block h4 {
    height: auto;
    margin: 15px 0 5px;
  }

  .ext-r-hidden,
  .ext-l-hidden {
    display: block;
  }

  .ext-r,
  .ext-l {
    display: none;
  }

  .caption h3 a,
  .caption h3 {
    font-size: 24px;
    line-height: 25px;
  }

  .caption {
    padding: 30px;
    position: relative;
    top: auto;
    width: 100%;
    z-index: 1;
    height: 200px;
    margin: -110px auto auto !important;
  }

  .caption a {
    font-size: 14px;
    margin: 10px 0 0;
  }

  header #mainNav {
    margin: 0;
  }

  header .navbar-nav li {
    display: inline-block;
    float: none;
    text-align: left;
  }

  #our-approach-block-list .r-arrow img {
    width: auto;
    height: auto;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .why-linc-inside5-block-i .col-md-4 img {
    width: auto;
    height: auto;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  /* #mainheader a {
    width: 80px !important;
  } */

  #midcontainer {
    padding-top: 105px !important;
  }

  .p-chart-desk {
    display: none;
  }

  .p-chart-mob {
    display: inline-block;
  }

  #our-approach-block-list .col-md-3 {
    width: 100%;
  }

  #our-approach-block-list .col-md-1 {
    width: 100%;
  }

  .team-list-div {
    float: none;
  }

  header #nav li a,
  header #nav li span {
    font-size: 14px;
    font-weight: bold;
  }
}

@media screen and (max-width: 767px)
/* Mobile */
  {
  #video-block video {
    height: auto;
  }

  header #nav li ul li {
    text-align: left;
    margin: 0;

  }

  .our-services-inside12-block {
    float: none;
    margin: 0 auto;
    width: 330px;
  }

  #o-s-In-block .col-md-4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 83.33%;
  }

  .f-left {
    float: none !important;
    margin: 0 auto;
    width: 75%;
  }

  .f-right {
    float: none !important;
    margin: 0 auto;
    width: 75%;
  }

  .col-md-8.why-linc-inside3-block-i {
    float: none !important;
    margin: 0 auto;
    width: 50%;
  }

  header #nav li ul {
    /* left: 0; */
    position: relative;
    /* right: 0; */
    margin-left: 20px;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0px!important;
  }

  .why-linc-inside-block-i .col-md-4 {
    width: 55%;
    margin-top: 25px;
  }

  #o-s-In-block .col-md-4 .col-md-4 {
    font-size: 12px;
  }

  .our-services-inside2-block-i img {
    display: block;
    margin: 25px auto 0 !important;
  }

  .our-services-inside3-block-i img {
    display: block;
    margin: 25px auto 20px !important;
  }

  .our-services-inside3-block-i li {
    margin-bottom: 30px;
  }

  .desk-display {
    display: none;
  }

  .b-border {
    float: none;
  }

  .why-linc-inside5-block-i img {
    margin: 20px 0 !important;
  }

  .why-linc-inside5-block-i-list li,
  .why-linc-inside5-block-i-list2 li {
    margin-top: 0 !important;
  }

  .mob-display {
    display: block;
    margin: 0 auto;
  }

  .block-left,
  .block-right {
    float: none !important;
    margin-bottom: 5px !important;
    margin-top: 0 !important;
  }

  .why-linc-inside-block-i ul li {
    margin-bottom: 30px !important;
  }

  .why-linc-inside-block-i .col-md-4 {
    text-align: center;
  }

  .why-linc-inside1-block-i .col-md-3 {
    text-align: center;
  }

  #o-s-In-bm-block img {
    margin: 45px 0 0;
  }

  .col-md-8.why-linc-inside1-block-i img,
  .col-md-8.our-services-inside3-block-i img {
    margin-top: 40px;
  }

  .why-linc-inside1-block-i ul {
    margin-top: 40px;
  }

  .why-linc-inside1-block-i ul li {
    margin-bottom: 30px !important;
  }

  .m-l-f-block-b-info {
    margin-bottom: 30px;
    text-align: center;
  }

  #midcontainer {
    padding-top: 105px !important;
  }

  .con-banner {
    height: 275px;
    overflow: hidden;
  }

  .bx-wrapper img {
    height: 275px;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }

  .caption {
    height: 150px;
    padding: 10px 20px;
    position: relative;
    margin: -80px 0 0 !important;
    width: 100%;
    z-index: 1;
  }

  header .navbar-nav li {
    display: block;
    float: none;
  }

  header #nav li a,
  header #nav li span {
    padding: 6px 5px 5px;
    display: block;
  }

  #our-services-block-list1 h4 {
    padding: 18px 15px;
  }

  .pad-img-none {
    vertical-align: bottom;
    width: 90px;
  }

  #why-linc-block-list3 .col-md-4 div {
    padding: 0;
  }

  #why-linc-block-list-l {
    float: none;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
  }

  #why-linc-block-list-r {
    float: none;
    left: auto;
    right: auto;
    text-align: center;
    top: auto;
  }

  #why-linc-block-list2 {
    position: relative;
  }

  #why-linc-block-list3 h4 {
    font-size: 14px;
  }

  #our-services-block-list1 .col-md-3 {
    margin: 0 auto 25px;
    padding: 0;
    width: 80%;
  }

  .our-services-block-list {
    margin: 0;
  }

  #our-services-block-list2 .col-md-4 {
    margin-bottom: 25px;
    text-align: center;
  }

  #why-linc-block-list-c {
    float: none;
    margin: 10px 0 10px;
    text-align: center;
  }

  .r-arrow {
    display: block;
    padding: 25px 0;
    position: relative;
  }

  #team-list {
    margin-bottom: 15px;
  }

  .ext-r-hidden,
  .ext-l-hidden {
    display: block;
  }

  .ext-r,
  .ext-l {
    display: none;
  }

  .main-heading,
  #why-linc-block h3 {
    font-size: 25px;
  }

  h4 {
    font-size: 18px;
  }

  .caption h3 a,
  .caption h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .caption a {
    font-size: 13px;
    margin: 10px 0 0;
  }

  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    top: -25px !important;
  }

  header #mainNav {
    margin: 0;
  }

  #our-approach-block-list .r-arrow img {
    width: auto;
    height: auto;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .why-linc-inside5-block-i .col-md-4 img {
    width: auto;
    height: auto;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .p-chart-desk {
    display: none;
  }

  .p-chart-mob {
    display: inline-block;
  }

  #our-approach-block-list .col-md-3 {
    width: 100%;
  }

  #our-approach-block-list .col-md-1 {
    width: 100%;
  }

  .team-list-div {
    float: none;
  }

  #our-services-inside1-block h5 {
    font-size: 13px;
  }

  .our-services-inside12-block {
    padding: 0 !important;
  }
}

@media screen and (max-width: 530px)
/* Mobile */
  {
  .col-md-8.why-linc-inside3-block-i {
    float: none !important;
    margin: 0 auto;
    width: 60%;
  }

  #o-s-In-block .col-md-4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 93.33%;
  }

  .our-services-inside12-block {
    float: none;
    margin: 0 auto;
    width: 330px;
  }
}

@media screen and (max-width: 430px)
/* Mobile */
  {
  .our-services-inside12-block {
    float: none;
    margin: 0 auto;
    width: 100%;
  }

  .f-left {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }

  .f-right {
    float: none !important;
    margin: 0 auto;
    width: 100%;
  }

  .col-md-8.why-linc-inside3-block-i {
    float: none !important;
    margin: 0 auto;
    width: 85%;
  }

  #o-s-In-block .col-md-4 {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  #o-s-In-block .col-md-4 .col-md-4,
  .o-s-In-block-img ul li {
    font-size: 10px;
    width: 105px;
  }
}

#power-block .col-md-7 {
  width: 54%;
}

#customer-logos-scroller .slick-list {
  height: auto !important;
}

video:focus {
  outline: none;
}

.our-services-inside1-block ul li.wht-bg-list:last-child {
  margin: 0 !important;
}

.readmore {
  height: 112px;
  overflow: hidden;
}

.testimonial-block-linc .readmore {
  height: 164px;
  overflow: hidden;
}

.readless {
  height: auto;
  overflow: none;
}

.horizontal-slider {
  padding-left: 45px;
  padding-bottom: 10px;
}

.hmap-btn {
  background: #1fbbc7 none repeat scroll 0 0;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 17px;
  letter-spacing: 0.6px;
  /* margin: 20px auto 10px; */
  margin: auto;
  padding: 10px 35px 8px;
  text-align: center;
  text-transform: uppercase;
  width: 190px;
}

.hmap-btn:hover,
#m-p-i-block .btn:hover,
#b-l-f-form-block .btn:hover {
  color: #2b457b;
  text-decoration: none;
}

.text-home {
  min-height: 70px;
}

.margin-15px-bottom {
  margin-bottom: 15px;
}

.logo-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; /* or flex-start / space-between */
  gap: 20px; /* adds spacing between logo boxes */
  margin: 0 auto;
  /* max-width: 1200px; */
}

.client-logo-box {
  flex: 0 1 calc(16.66% - 20px); /* 6 per row by default (desktop) */
  max-width: calc(16.66% - 20px);
  border: 1px solid #2b457b;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

/* Tablets: 3 per row */
@media (max-width: 991px) {
  .client-logo-box {
    flex: 0 1 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }
}

/* Mobiles: 2 per row */
@media (max-width: 575px) {
  .client-logo-box {
    flex: 0 1 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
}

.client-logo-box .logo-wrapper {
  border-radius: 8px;
  /* Optional: Add rounded corners */
}
.client-logo-box .logo-wrapper img{
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.client-logo-box .name{
  text-align: center;
  color: #2b457b;
  display: block;
  margin-top: 15px;
  font-size: 11px;
  font-family: "FuturaStd-Bold";
}

#view-more-btn,
.primary-button {
  background: #1fbbc7 none repeat scroll 0 0;
  border-radius: 22px;
  color: #fff;
  display: block;
  font-size: 17px;
  letter-spacing: 0.08em;
  margin: 20px auto 10px;
  padding: 10px 35px 8px;
  text-align: center;
  text-transform: uppercase;
  /* width: 190px; */
  border: none;
  text-decoration: none;
}

.primary-button:hover,
.primary-button:focus {
  text-decoration: none;
  color: white;
}

#benefit-list ul li {
  text-transform: none;
}

img.header-logo {
  height: 80px;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  opacity: 1;
  /* Ensure full visibility */
}

/* Active pagination bullet */
.swiper-pagination-bullet-active {
  background-color: #2c457c !important;
  /* Active bullet color */
}

/* Testimonial slider */
.testimonial-swiper .swiper-wrapper {
  padding-top: 50px;
}

.testimonial-swiper .testimonial-item {
  background-color: #1fbbc7;
  color: white;
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  text-align: center;
  overflow: visible;
  /* To hide parts of the profile picture if necessary */
}


/* Profile picture styling */
.testimonial-swiper .profile-pic-container {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  /* border: 5px solid white; */
}

.testimonial-swiper .profile-pic-container .profile-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-swiper .testimonial-content {
  padding-top: 70px;
  
}
.testimonial-swiper .testimonial-content h3, .testimonial-swiper .testimonial-content p{
  color: white
}

.testimonial-swiper.testimonial-without-headshot .testimonial-content {
  padding-top: 0 !important;
}

.testimonial-swiper .name {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.testimonial-swiper .designation,
.testimonial-swiper .country {
  font-size: 1.1rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.testimonial-swiper .testimonial-text {
  font-size: 1rem;
  line-height: 1.6;
  max-height: 200px;
  overflow: auto;
}

.testimonial-swiper .swiper-container {
  width: 100%;
  padding: 20px 0;
}

.testimonial-swiper .swiper-slide {
  display: flex;
}

.testimonial-swiper .swiper-slide.testimonial-item {
  height: auto !important;
}

.testimonial-swiper.testimonial-without-headshot .profile-pic-container {
  display: none;
}

.p-top-25 {
  padding-top: 25px;
}

.p-bottom-25 {
  padding-bottom: 25px;
}

.infographic-box img {
  max-width: 250px !important;
}

.jumbo-banner {
  position: relative !important;
  padding: 0;
}

.jumbo-banner .text-overlay {
  position: absolute !important;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.jumbo-banner .responsive-banner {
  width: 100%;
  opacity: 0.4;
  height: calc(90vh - 100px);
  object-fit: cover;
  position: relative;
}

.jumbo-banner .headline-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.jumbo-banner .headline {
  background-color: #1fbbc7;
  color: white;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.jumbo-banner .lead-text-container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jumbo-banner .lead-text {
  font-size: 1.8rem;
  padding: 0px 10px;
  color: #2c457c;
  text-align: center;
  border-left: 4px solid #1fbbc7;
  line-height: 1.5;
}

.jumbo-banner .image-container{
  display: flex;
  justify-content: center;
}
.jumbo-banner .image-container img{
  max-width: 180px;
}

@media (min-width: 1024px) {
  .jumbo-banner .responsive-banner {
    height: 70vh;
    opacity: 1;
  }

  .jumbo-banner .headline-container {
    justify-content: flex-start;
    padding-left: 0;
  }

  .jumbo-banner .headline {
    padding: 10px 20px;
    width: 40%;
    text-align: left;

  }

  .jumbo-banner .lead-text-container {
    justify-content: flex-start;
    padding-left: 20px;
  }

  .jumbo-banner .lead-text {
    text-align: left;
    padding-left: 10px;
    border-left: 6px solid #1fbbc7;
    width: 40%;
  }

  .jumbo-banner .button-container {
    width: 40%;
    padding-left: 10px;
  }
  .jumbo-banner .image-container{
    justify-content: flex-start;
    padding-left: 20px;
  }
  .jumbo-banner .image-container img{
    max-width: 250px;
  }
}

@media (max-width: 1023px) {

  .jumbo-banner .lead-text-container,
  .jumbo-banner .button-container {
    justify-content: center;
  }

  .jumbo-banner .lead-text {
    text-align: center;
    border-left: none;
  }
}

.mirrored {
  transform: scaleX(-1) !important;
}

.horizontal-icon-box{
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  /* padding: 20px; */
  gap: 10px;
}
.horizontal-icon-box img {
  max-width: 150px;
  order: -1; /* Ensures image comes before content */
}

@media (min-width: 768px) {
  .horizontal-icon-box {
    flex-direction: row;
    text-align: justify;
  }

  .horizontal-icon-box img {
    order: 0;
  }

  .horizontal-icon-box .content-container {
    text-align: justify;
  }
}

.events-swiper .event-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 10px;
  text-align: center;
}
.events-swiper .event-item .content-wrapper{
  flex: 1;
}

.events-swiper .event-item .title{
  font-size: 1.5em;
  font-weight: bold;
  min-height: 3em; /* approx. 2 lines with 1.5 line-height */
  line-height: 1.5;
  margin-bottom: 10px; /* Optional spacing */
  color: #2b457b;
}
.events-swiper .event-item .date{
  color: #2b457b;
}

/* Accordion */
.accordion {
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
}
.accordion button, .accordion p{
  color: #2b457b;
}

.accordion-item {
  border: 2px solid #1fbbc7;
  border-left: 15px solid #1fbbc7;
}

.accordion-header {
  width: 100%;
  padding: 15px 20px;
  font-size: 1rem;
  text-align: left;
  background-color: white;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: background-color 0.3s;
}

.accordion-header:hover {
  background-color: #caf6ef;
}

.accordion-header .icon {
  font-size: 1.2rem;
  margin-right: 10px;
  transition: transform 0.3s;
}
.accordion-header .icon img{
  max-width: 24px;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-item.active .accordion-content {
  max-height: 500px; /* adjust based on content */
  background: white;
  padding: 15px 20px;
  line-height: 28px;
}

.accordion-item.active .icon {
  content: "-";
  transform: rotate(180deg);
}

.mt-2{
  margin-top: 10px;
}

.team-swiper{
  padding: 50px 0px 100px 0px !important;
}
.team-swiper .team-item{
  padding: 10px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team-swiper .team-item .profile-pic-container{
  margin-top: -35px;
}
.team-swiper .team-item .title{
  background-color: #2c457c;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 10px;
}
.team-swiper .team-item .designation{
  font-size: 1.2rem;
  line-height: 1.5em;
  font-weight: normal;
  margin-bottom: 10px;
  text-align: center;
}
.team-swiper .team-item .profile_description{
  text-align: center;
  margin-bottom: 10px;
  line-height: 28px;
}
.team-swiper .team-item .linkedin-button img{
  max-width: 42px;
}
.contact-button-container{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.collage{
  max-height: 70vh;
  object-fit: contain;
}

.icon-tab::before, .icon-tab::after{
  content: "";
  display: block;
  width: 100%;
  /* width: var(--tab-border-width, 100%); */
  height: 3px;
  background-color: #1fbbc7;
}
.icon-tab::before{
  margin-bottom: 20px;
}
.icon-tab::after{
  margin-top: 20px;
}

.icon-tab .tab-title-container{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  /* justify-content: space-around; */
  gap: 5px;
}

.flex-gap-10{
  gap: 10px!important;
}

.icon-tab .tab-title-container .clickable{
  max-width: 120px;
  padding-top: 6px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: transform 400ms ease;
}
.icon-tab .tab-title-container .clickable h3{
  color: #2b457b;
}
.icon-tab .tab-title-container .clickable.without-icon{
  max-width: 150px;
}
.icon-tab .tab-title-container .clickable.without-icon h3{
  border-radius: 50%;
  border: 1px solid #1fbbc7;
  width: 150px;
  height: 150px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.justify-flex-center{
  justify-content: center !important;
}
@media screen and (max-width: 767px) {
  .icon-tab .tab-title-container {
    display: flex;
    justify-content: space-between !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* Smooth scroll on iOS */
    gap: 10px;
  }

  .icon-tab .tab-title-container span {
    flex: 0 0 auto; /* Prevent shrinking and allow scrolling */
    min-width: 120px; /* Optional: ensures each tab has enough width */
    text-align: center;
  }
  .icon-tab .tab-title-container .clickable{
    max-width: 80px;
  }
  /* .icon-tab .tab-title-container .clickable img{
    max-width: calc((100vw / 5));
  } */
  
}
.icon-tab .tab-title-container .clickable:hover{
  transform: scale(1.05);
}

.icon-tab .tab-title-container .clickable.active {
  opacity: 1;
}
.icon-tab .tab-content-container .tab-content { 
  display: none;
}
.icon-tab .tab-content-container .tab-content.active { 
  display: block;
}
.icon-tab .tab-content-container .tab-content .content-sheet{
  padding: 30px 20px 15px;
    background: #caf6ef none repeat scroll 0 0;
    position: relative;
    text-align: left;
    margin-top: 35px;
}
.icon-tab .tab-content-container .tab-content .content-sheet .close{
  width: 20px;
  height: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  opacity: 1;
}
.icon-tab .tab-content-container .tab-content .content-sheet p{
  line-height: 28px;
}

.icon-tab .tab-content-container .tab-content .content-sheet .title{
  color: #2b457b;
  margin-bottom: 15px;
}

.icon-tab .tab-content-container .tab-content .cta-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.award-swiper .award-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  border-radius: 10px;
  height: 300px; /* Adjust based on your design */
  overflow: hidden;
}

.award-swiper .award-item .img-container{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60%;
  padding: 10px;
  overflow: hidden;
}
.award-swiper .award-item .img-container::before{
  content: "";
  width: 100%;
  height: 5px;
  background-color: #1fbbc7;
  position: absolute;
  top: 0;
  padding-bottom: 5px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.award-swiper .award-item .img-container img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.award-swiper .award-item .text-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  padding-bottom: 20px;
  text-align: center;
  width: 100%;
  height: 40%;
}
.award-swiper .award-item .text-container .award-title{
  color: #2b457b;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: color 0.3s;
}

.our-approach-wrapper.row {
  margin-left: -10px;
  margin-right: -10px;
  gap: 20px;
}

.our-approach-wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 20px !important;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

@media screen and (max-width: 991px){
  .our-approach-wrapper .item{
    margin-bottom: 20px !important;
  }
}

.our-approach-wrapper .item .img-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-approach-wrapper .item .img-container img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  min-height: 86.5px;
}

/* .our-approach-wrapper .item .text-block {
  height: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
} */

.our-approach-wrapper .item .text-block h5 {
  color: #2b457b;
  font-size: 18px !important;
  /* font-weight: bold; */
  letter-spacing: 0.6px;
  line-height: 28px;
  margin: 10px !important;
  /* margin-bottom: 5px; */
}
.our-approach-wrapper .item .text-block p {
  color: #2b457b;
  font-size: 15px !important;
  /* font-weight: bold; */
}

.our-approach-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.our-approach-wrapper .item {
  flex: 0 1 calc(33.333% - 13.33px); /* 3 items per row minus the gap */
  display: flex;
  flex-direction: column;
  background: #fff; /* optional styling */
  padding: 10px; /* optional styling */
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .our-approach-wrapper .item {
    flex: 0 1 calc(50% - 10px); /* 2 items per row */
  }
}

@media (max-width: 600px) {
  .our-approach-wrapper .item {
    flex: 0 1 100%; /* 1 item per row */
  }
}

/* Hide submenu by default */
.submenu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 1000;
  padding: 10px 0;
  min-width: 200px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.has-submenu > a::after {
    content: " ▼";
    font-size: 0.7rem;
  }

/* Show submenu on hover (desktop only) */
@media (min-width: 768px) {
  .has-submenu {
    position: relative;
  }

  .has-submenu:hover .submenu {
    display: block;
  }
}

/* Show submenu on mobile via JS toggle */
@media (max-width: 767px) {
  #menuContent {
    max-height: 80vh;
    overflow-y: auto;
    position: absolute;
    right: 0;
    background: white;
  }
  .submenu.open {
    display: block;
    position: static;
    box-shadow: none;
  }

  .submenu {
    padding-left: 20px;
  }

  
}


 .team-swiper {
  background-color: #f6f9fa; /* Remove top/bottom background */
}

.team-swiper .swiper-wrapper {
  padding: 0; /* Ensure no vertical padding */
}

.team-swiper .swiper-slide {
  background-color: #f6f9fa; /* Actual slide color */
  border-right: #1fbbc7 5px solid;
}

/* Optional: remove last slide's extra right margin */
.team-swiper .swiper-slide:last-child {
  border-right: none;
}

/* Override lightGallery backdrop */
.lg-backdrop {
  background-color: rgba(0, 0, 0, 0.7) !important; /* 70% black */
}

/* Container grid */
.post-block .container .row {
  display: grid;
  /* grid-template-columns: repeat(3, 1fr); */
  grid-template-columns: repeat(auto-fill, minmax(287px, 1fr));
  gap: 20px;
}
.post-block .container .row:before{
  display: none;
}
.post-block .container{
  width: 901px;
}

/* Card item styling */
.card-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #2c457c !important;
}


.story-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 287px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.story-card .story-content{
  padding: 15px;
}

/* Thumbnail */
.story-thumb {
  width: 100%;
  height: 230px;
  object-fit: cover;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

/* Meta section */
.story-meta {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
  color: #888;
}
.card-item .story-meta span {
  color: #2b457b !important;
}

/* Title */
.story-title {
  font-size: 17px;
  margin: 10px 0;
  flex-shrink: 0;
  color: #2c457c !important;
}
.story-title a {
  color: #2c457c !important;
  text-decoration: none;
}
.story-title a:hover {
  text-decoration: none;
}

/* Description with ellipsis */
.story-desc {
  font-size: 15px;
  /* letter-spacing: 0.6px; */
  line-height: 25px;
  color: #555;
  margin-top: auto;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* trims after ~150 chars */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #2b457b !important;
}

/* 🔹 Responsive Breakpoints */
@media (max-width: 991px) {
  .post-block .container .row {
    grid-template-columns: repeat(2, 1fr); /* 2 per row on tablet */
  }
  .post-block .container{
    width: 594px
  }
}

@media (max-width: 767px) {
  .post-block .container .row {
    grid-template-columns: 1fr; /* 1 per row on mobile */
    
  }
  .post-block .container{
    width: 100%;
  }
}
