.main-outer {
  font-family: CiscoSans;
  font-size: 16px;
  line-height: 1.3;
  color: #10284a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  max-width: 1280px;
  padding: 0 22px;
  margin: 0 auto;
}
.main-outer img {
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.overall {
  margin: 0;
  padding: 0;
}
.main-outer *,
.main-outer h1,
.main-outer h2,
.main-outer h3,
.main-outer h4,
.main-outer h5,
.main-outer h6,
.main-outer p {
  margin: 0;
  padding: 0;
}
.main-outer sup {
  vertical-align: super;
}
.main-outer ul {
  padding-left: 16px;
}
.main-outer ul li {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 200;
}
.main-outer h1 {
  font-size: 60px;
  font-weight: 200;
  line-height: 1.2;
  color: #ffffff;
  margin-bottom: 40px;
  text-transform: capitalize;
}
.main-outer h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 15px;
}
.main-outer h3 {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 14px;
  line-height: 1.2;
}
.main-outer h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}
.main-outer b {
  font-weight: 400;
}
.main-outer a {
  text-decoration: none !important;
}
.main-outer picture {
  display: block;
}
.main-outer p {
  font-weight: 300;
  line-height: 1.4;
  font-size: 16px;
  color: #ffffff;
}
.main-outer ul {
  padding-left: 0;
}
.main-outer ul {
  padding-left: 0;
}
.main-outer ul li {
  list-style: none;
  font-size: 16px;
  font-weight: 300;
}
.d-flex {
  display: flex;
}
.cisco-blue {
  background-color: #00bceb;
}
.section-space {
  padding: 60px;
}
.overall-bg {
  background-image: url(../images/lineart.png);
  background-repeat: no-repeat;
  background-size: 90%, cover;
  background-position: 33% 100%;
  background-color: #10284a;
  padding: 60px;
}
.left-content,
.right-content {
  flex-basis: 28%;
}
.middle-bg {
  flex-basis: calc(100% - 28% * 2);
  margin: 0px 40px;
}

.annexure li,
.annexure p,
.annexure h3,
.annexure a {
  color: #ffffff;
}
.annexure li {
  display: flex;
  align-items: center;
}
.annexure li:last-of-type {
  margin-bottom: 15px;
}
.annexure li figure {
  flex-basis: 10%;
  margin: 0 8px 0 0;
}
.annexure li figure img {
  width: auto;
}
.annexure li span {
  flex-basis: 90%;
  line-height: 1.3;
}
.annexure a {
  font-weight: 400;
  text-transform: capitalize;
}
.annexure a:visited {
  color: #fff !important;
}
.annexure a:hover,
.annexure a:visited:hover {
  border-bottom: 1px solid;
  color: #fff;
}
.left-content .annexure-1 {
  margin: 0 0 40px 0;
}
.left-content .annexure-2 {
  margin: 0 0 260px 0;
}
.right-content .annexure-1 {
  margin: 320px 0 340px 0;
}
.left-content .annexure-1 p:last-of-type {
  margin-bottom: 0;
}
/* .right-content .annexure-2 {
  margin: 0 0 0 30px;
} */
.annexure p {
  margin-bottom: 15px;
}
.link {
  position: relative;
}
.link:after {
  border-right: solid 2px;
  border-top: solid 2px;
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  display: inline-block;
  position: relative;
  right: -8px;
  margin-right: -8px;
  top: -2px;
}
.cta-sec {
  margin: 180px 0 0;
}
.cta-sec .left-ct {
  flex-basis: 59%;
}
.cta-sec .right-ct {
  flex-basis: calc(100% - 58%);
}
.cta-sec a,
.cta-sec a:visited {
  display: inline-block;
  padding: 6px 20px;
  border-radius: 30px;
  text-decoration: none !important;
  width: auto;
  line-height: 1.5;
  color: #0d274d !important;
  border: 1px solid #00bceb;
  margin: 32px 0 0;
  background: #00bceb;
}
.cta-sec a:hover,
.cta-sec a:visited:hover {
  background-color: #33c9ef;
  border: 1px solid #33c9ef;
  color: #0d274d !important;
}
.cta-sec a:focus {
  box-shadow: 0 0 8px 0 #00bceb;
}
.cta-sec a:active {
  text-decoration: underline;
  background-color: #66d6f2;
  border: 1px solid #66d6f2;
  color: #0d274d !important;
}
.line-art {
  display: none;
}
@media (max-width: 1024px) {
  .main-outer {
    padding: 0;
  }
  .d-flex {
    flex-direction: column;
  }
  .line-art {
    display: block;
  }
  .overall-bg {
    background-image: url(../images/bg.svg);
    background-size: cover;
  }
  .left-content .annexure-2 {
    margin: 0 0 40px 0;
  }
  .annexure li figure {
    flex-basis: auto;
  }
  .right-content .annexure-1 {
    margin: 30px 0;
  }
  br {
    display: none;
  }
  .annexure li figure {
    margin: 0 15px 0 0;
  }
  .cta-sec {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .overall-bg {
    padding: 60px 20px;
  }
}
