@font-face {
  font-family: 'SegoeUI';
  src:
    url('assets/fonts/Segoe-sans.woff2') format('woff2'),
    url('assets/fonts/Segoe-sans.woff') format('woff'),
    url('assets/fonts/Segoe-sans.ttf') format('truetype');
}


html {
  scroll-padding-top: 4.5rem;
}

body {
  position: relative;
  font-family: 'Segoe UI', sans-serif;

}

p {
  line-height: 1.75;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

.page-section {
  padding: 5rem 0;
}

.page-section h2.section-heading,
.page-section .section-heading.h2 {
  font-size: 2.5rem;
  margin-top: 0;
  margin-bottom: 4rem;
  color: #0078d4;
}

.page-section h3.section-subheading,
.page-section .section-subheading.h3 {
  font-size: 1rem;
  font-weight: 400;
  font-style: italic;
  margin-bottom: 4rem;
}

@media (min-width: 768px) {
  section {
    padding: 9rem 0;
  }
}

.btn-xl {
  padding: 1.25rem 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
}

.btn-social {
  height: 2.5rem;
  width: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border-radius: 100%;
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: transparent;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 700;
}

#mainNav .navbar-brand {
  color: #ffc800;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}

#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #ffc800;
}

.team-member {
  margin-bottom: 3rem;
  text-align: center;
}

.team-member img {
  width: 10rem;
  height: 10rem;
}

.team-member h4,
.team-member .h4 {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.img-brand {
  height: 2.75rem;
}


.footer {
  font-size: 0.9rem;
background-color: #064884;
  border-top: 3px solid #2290b8;
}


.logo img {
  height: 60px;
}

.other-links a {
  color: #8ec8e8;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border: none;
    background-color: transparent;
  }

  #mainNav .navbar-brand {
    font-size: 1.5em;
  }

  #mainNav .navbar-brand img {
    height: 2rem;
  }

  /*#mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
  }*/

  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }

/*  #mainNav.navbar-shrink .navbar-brand svg,
  #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
*/
  #mainNav .navbar-nav .nav-item {
    margin-right: 1rem;
  }

  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

header.masthead {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  color: #fff;
  background-image: url("https://info.indigoslate.com/rs/248-GBV-165/images/Kloudynet_header.png?version=0");
  /*background: #0078d4;*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size:cover;
}


header.masthead-two {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  color: #fff;
  background-image: url("https://info.indigoslate.com/rs/248-GBV-165/images/thank-you-banner.png?version=0");
  /*background: #0078d4;*/
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: 100%;
}

header.masthead.masthead-two .masthead-heading
{
  text-align: center;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(to bottom, #2ebfee, #4ac3d8);
    background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  color: transparent;
  font-weight: 600;
  font-size: 65px;
}

header.masthead.masthead-two .masthead-subheading
{
  color: #134e85;
  font-weight: 700;
}

header.masthead .masthead-subheading {
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}

header.masthead .masthead-subheading.masthead-subheading2
{
  color: #134e85;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: initial;
}

.btn-blue-gradient
{
background: linear-gradient(to bottom, #2ebfee, #4ac3d8);
color: #fff;
}

.btn.btn-outline-info {
  background: #2cbfec;
  color: #fff;
  padding: 0;
  height: 45px;
  display: flex;
  align-items: center;
  padding: 13px 0px 16px 16px;
  border:2px solid #47c0d6;
  overflow: hidden;
  position: relative;
  width: 140px;
  max-width: 100%;
}

.btn.btn-outline-info span
{
  position: absolute;
  right: 0;
  background: #47c0d6;
  height: 45px;
  padding: 10px;
}

header.masthead .masthead-heading {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }

  header.masthead .masthead-subheading {
    font-size: 1.25rem;    margin-bottom: 2rem;
  }

  header.masthead .masthead-heading {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 3.5rem;
    margin-bottom: 2rem;
 margin-top: 2rem; 

font-size: 2.2rem;
    font-weight: inherit;
    line-height: normal;
  }
}



@media (max-width: 1200px) {
  .logo img {
    height: 50px;
  }
.j_card
{
  margin-bottom: 15px;
}
}

@media (max-width: 767px) {
  .row>div:last-child .team-member {
    margin-bottom: 0 !important;
  }
  .page-section {
  padding: 3rem 0;
}
  header.masthead {
  padding-top: 0;
  padding-bottom: 2rem;
  background-size: inherit;
    background-position: inherit;
}
header.masthead .masthead-subheading {
  font-size: 1.2rem;
  line-height: initial;
}
  .border-list p {
    padding: 10px  15px !important;
  }
header.masthead .masthead-heading {
  font-size: 2rem;
  line-height: initial;
}
.left-content {
  padding-right: 0px !important;
}

.bg-text
{
  margin:15px auto 0 !important;
}
}

@media (max-width: 500px) {
  .logo img {
    height: 40px;
  }

  #mainNav .navbar-brand img {
    height: 1.3rem;
  }
}


.border-list
{
  position: relative;
}

.border-list::before {
  position: absolute;
  content: "";
  background: #3ac6ea;
  width: 4px;
  height: 100%;
  border-radius: 16px;
}

.border-list p {
  padding: 10px 90px 10px 25px;
}

.border-list {
  margin-bottom: 40px;
  min-height: 99px;
  display: flex;
  align-items: center;
}

.left-content
{
  padding-right: 70px;
}

.j_card {
  box-shadow: 0 .15rem 1.75rem #21283226;
  background: #fff;
  text-align: center;
  border-radius: 14px;
  padding: 20px 25px;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.j_card h4 {
  color: #2ec0ee;
  font-size: 36px;
  font-weight: 700;
}

.j_card p {
  color: #316595;
  font-size: 18px;
  line-height: initial;
}

.bg-text
{
  text-align: center;
  background: #e6f7fe;
  color: #316595;
  font-size: 14px;
  width: fit-content;
  padding: 4px 10px;
  border-radius: 8px;
  margin: 70px auto 0;
}

.form-heading
{
    font-size: 2.2rem;
    font-weight: inherit;
    line-height: normal;
}

.form-area {
  color: #fff;
  background-image: url("https://info.indigoslate.com/rs/248-GBV-165/images/kloudynet_form_bg.png?version=0");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
}

.form-control {
  background: rgb(255, 255, 255);
  color: rgb(69, 65, 66);
  border-radius: 8px;
  border: medium;
  height: 50px;
  margin-bottom: 15px;
  font-size: 14px;
}

.btn-blue {
  background: #064884;
  color: #fff;
  padding: 9px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
}

a.btn-blue {
  background: #064884;
  color: #fff;
  padding: 9px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 6px;
  display: block;
  text-decoration: none;
  text-align: center;
}