.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: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

a {
  text-decoration: none !important;
}

a:hover,
a:active {
  text-decoration: none !important;
}

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 {
  margin: 0;
  padding: 0;
}

.d-flex {
  display: flex;
}

.bg-darkblue {
  background-color: #12284c;
}

.bg-lightblue {
  background-color: #d2f1f9;
}

.bg-blue {
  background-color: #00bde3;
}

.bg-grey {
  background-color: #f7f7f7;
}

.bg-lightgrey {
  background-color: #efefef;
}

.title h3 {
  color: #12284c;
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.1px;
}

.title p {
  color: #4d4c4c;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1px;
  margin-bottom: 80px;
}

.sec1,
.sec2,
.sec3,
.sec5,
.sec6 {
  padding: 75px 100px;
}

/* Sec-1 */
.sec1 {
  background-image: url(../images/img1_banner1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec1 h2 {
  color: #14264a;
  font-size: 48px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 50px;
}

.sec1 p {
  color: #14264a;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  padding-top: 20px;
}



/* sec2 */
.sec2 .box {
  background-color: #f7f7f7;
  border-radius: 15px;
  margin: 70px 0;
  background-image: url(../images/img2_bg1.svg);
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 250px;
}

.sec2 .box:nth-child(3) {
  background-image: url(../images/img2_bg2.svg);
  height: auto;
  padding: 70px 0;
  margin: 70px 0 30px;
}

.sec2 .sec2_box_img {
  flex: 1.3;
  align-self: center;
}

.sec2 .sec2_box_img img {
  display: block;
  margin: 0 auto;
}

.sec2 .sec2_box_txt {
  flex: 3;
  padding: 0px 60px;
  align-self: center;
}

.sec2 .sec2_box_txt h5 {
  color: #14264a;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.sec2 .sec2_box_txt h5 sup,
.sec2 .sec2_box_txt p sup {
  font-size: 12px;
  vertical-align: super;
}
sup{
  vertical-align: super;
  font-size: 12px;

}

.sec2 .sec2_box_txt p {
  color: #495057;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.5;
  padding-top: 10px;
}

.sec2 .sec2_box_txt ul {
  padding-left: 15px;
}

.sec2 .sec2_box_txt ul li {
  color: #14264a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  padding: 10px 0;
  list-style: disc;
}


/* Progress bar start */
.circles {
  margin-bottom: -10px;
}

.circle {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.2;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
}

.circle canvas {
  vertical-align: top;
  height: 150px !important;
  width: 150px !important;
}


.circle strong {
  position: absolute;
  top: 60px;
  left: 3px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-size: 46px;
}

.circle strong i {
  font-style: normal;
}

/*.circle::before {
  box-shadow: 6px 0;
    left: 86px;
    width: 7%;
    height: 13px;
    color: #00b2e0;
    content: '';
    position: absolute;
    z-index: 1;
    border-radius: 23px;
    transform: rotate(180deg);
    top: 10px;
}
.circle::after {
  box-shadow: 0 -5px;
  left: 108px;
  width: 7%;
  height: 13px;
  color: #00b2e0;
  content: '';
  position: absolute;
  z-index: 1;
  border-radius: 23px;
  transform: rotate(247deg);
  bottom: 16px;
}*/

/* Progress bar end */

/* sec3 */
.sec3 .sec3_left,
.sec3 .sec3_right {
  flex: 1;
  padding: 50px 30px 0;
}

.sec3 .box {
  padding-bottom: 50px;
}

.sec3 .box_img {
  width: 20%;
}

.sec3 .box_txt {
  width: 70%;
  padding-left: 50px;
}

.sec3 .box h2 {
  margin: 0 0 20px 0 !important;
}

/* sec4 */
.sec4 {
  padding: 75px 10px;
}

.sec4 .d-flex {
  padding: 0 7%;
}

.sec4 .box {
  flex: 1;
  padding: 20px 30px;
  text-align: center;
}

.sec4 .box h2,
.sec3 .box h2 {
  color: #14264a;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3;
  margin: 60px 0 20px;
}

.sec4 .box p,
.sec3 .box p {
  color: #495057;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.1px;
}

.sec4 .sec4_sub {
  text-align: center;
  padding: 70px 8% 40px;
}

.sec4 .sec4_sub h3 {
  color: #14264a;
  background-color: #00b2e0;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3;
  padding: 10px 0;
  border-radius: 8px;
}

.sec4 .sec4_sub h6 {
  color: #14264a;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  padding-top: 30px;
}

.sec4 .solution_img {
  display: block;
  margin: 0 auto;
}

/* sec5 */
.accordion {
  overflow: hidden;
  padding: 30px 50px 0;
}

.accordion p {
  font-size: 22px;
  font-weight: 400;
  color: #495057;
  text-align: left;
  padding: 20px 0;
  line-height: 1.4;
}

.accordion__button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 40px;
  width: 100%;
  font-size: 28px;
  font-weight: 400;
  color: #12284c;
  text-align: left;
  background: #c3eaf4;
  border: 0;
  border-radius: 15px;
  transition: background 0.3s ease;
  cursor: pointer;
  margin-bottom: 30px;
}

.accordion__button:after {
  content: "";
  background-image: url(../images/plus.svg);
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px
}

.accordion__button.is-active {
  background: #c3eaf4;
  margin-bottom: 0;
  border-radius: 10px;
  position: relative;
}

.accordion__button.is-active:after {
  content: "";
  background-image: url(../images/minus.svg);
  background-position: center;
  background-size: cover;
  width: 15px;
  height: 15px
}

.accordion__button:focus {
  background: #c3eaf4;
  outline: none;
}

.accordion__body {
  max-height: 0;
  background: #fff;
  transition: max-height 0.3s ease;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: -10px;
  border-radius: 0px 0 10px 10px;
  padding: 40px 40px 40px 0;
}

.sec5 .sec5_img {
  display: block;
  margin: 0 auto;
  align-self: center;
}

.sec5 .sec5_txt {
  width: 85%;
}

/* sec6 */
.sec6 .box {
  flex: 1;
  padding: 40px 40px 0px 40px;
  text-align: center;
}

.sec6 a {
  color: #12284c !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding-top: 25px;
  display: block;
}

.sec6 a:hover,
.sec6 a:active {
  color: #12284c !important;
}

.sec6 .bubble_img {
  display: block;
  margin: 0 auto 40px;
}

/* sec7 */
.sec7 {
  padding: 50px 100px;
}

.sec7 a {
  color: #fff !important;
  background-color: #12284c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  padding: 10px 30px;
  border-radius: 50px;
  width: 20%;
  margin: 0 25px;
  text-align: center;
}

.sec7 a:hover,
.sec7 a:active {
  background-color: #34577f !important;
  color: #fff !important;
}

.sec7 .d-flex {
  justify-content: center;
}

/* responsive view */
@media (max-width: 1200px) {

  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7 {
    padding: 70px 40px;
  }

  .sec1 h1 {
    font-size: 38px;
  }

  .sec1 img {
    width: 25%;
  }

  .sec1 h2 {
    font-size: 38px;
  }

  .title h3 {
    font-size: 32px;
  }

  .title p {
    font-size: 22px;
  }

  .sec2 .box {
    height: auto;
    padding: 50px 0;
  }

  .sec2 br {
    display: none;
  }

  .sec2 .sec2_box_txt {
    padding: 0px 30px 0 0;
  }

  .sec3 .sec3_left,
  .sec3 .sec3_right {
    flex: 1;
    padding: 30px 10px 0;
  }

  .sec3 .box_txt {
    padding-left: 20px;
  }

  .sec4 .d-flex {
    padding: 0 0%;
  }

  .sec4 .box {
    padding: 0px 20px;
  }

  .sec4 .box h2,
  .sec3 .box h2 {
    font-size: 28px;
    margin: 20px 0 20px;
  }

  .sec4 .box p,
  .sec3 .box p {
    font-size: 20px;
  }

  .sec4 .sec4_sub {
    padding: 50px 0% 0px;
  }

  .accordion {
    padding: 20px 0px 0;
  }

  .accordion__body {
    padding: 20px;
  }

  .sec5 .sec5_txt {
    padding-left: 30px;
  }

  .sec6 .box {
    padding: 12px;
  }
}

@media (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }

  br {
    display: none;
  }

  .sec1,
  .sec2,
  .sec3,
  .sec4,
  .sec5,
  .sec6,
  .sec7 {
    padding: 50px 30px !important;
  }

  .title h3 {
    font-size: 28px;
  }

  .title p {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .sec1 h2 {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 20px;
  }

  .sec1 img {
    width: 50%;
  }

  .sec2 .box,
  .sec2 .box:nth-child(3) {
    background-image: none;
    height: auto;
    padding: 40px 0;
    margin: 50px 0 0;
  }

  .sec2 .sec2_box_txt {
    padding: 30px 20px 0;
    text-align: center;
  }

  .sec2 .sec2_box_txt ul {
    text-align: left;
  }

  .sec3 .sec3_left,
  .sec3 .sec3_right {
    padding: 20px 0px 0;
  }

  .sec3 .box {
    text-align: center;
  }

  .sec3 .box_img,
  .sec3 .box_txt,
  .sec5 .sec5_txt {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }

  .sec4 .solution_img {
    display: none;
  }

  .sec4 .box h2,
  .sec3 .box h2 {
    margin: 20px 0 10px;
  }

  .sec4 .box {
    padding: 20px 0px;
  }

  .sec4 .d-flex {
    padding: 0 0%;
  }

  .sec4 .sec4_sub {
    text-align: center;
    padding: 20px 0% 20px;
  }

  .sec4 .sec4_sub h3 {
    font-size: 24px;
    padding: 15px 20px;
  }

  .accordion {
    padding: 20px 0px 0;
  }

  .accordion__button {
    padding: 20px 20px;
    font-size: 22px;
  }

  .accordion__body {
    padding: 40px 20px 10px 20px;
  }

  .accordion p {
    font-size: 20px;
    text-align: center;
  }

  .sec6 .box {
    padding: 40px 10px 0px 10px;
  }

  .sec7 a {
    padding: 10px 20px;
    width: auto;
    margin: 10px 15px;
  }
}