.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-midnightblue {
  background-color: #03294c;
}

.bg-skyblue {
  background-color: #00bceb;
}

.bg-lightgrey {
  background-color: #ededed;
}

.bg-lightblue {
  background-color: #cff7ff;
}

.bg-grey {
  background-color: #dbdfe2;
}

.bg-blue {
  background-color: #004673;
}

.sec_title h2 {
  color: #0d274d;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 20px;
}

.sec_title p {
  color: #414344;
  font-size: 24px;
  font-weight: 200;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.1px;
}

.btn {
  font-size: 22px;
  font-weight: 300 !important;
  line-height: 1.3;
  border-radius: 40px;
  display: inline-block;
}

.btn1:hover,
.btn1:active {
  background-color: #0060ad !important;
  color: #fff !important;
  outline:none !important;
}

.btn2:hover,
.btn2:active {
  background-color: #fff !important;
  border: 1px solid #0051AF;
  color: #0051AF !important;
  outline:none !important;
}

hr {
  width: 75%;
  display: block;
  margin: 0 auto !important;
  height: 0px;
  background-color: #00284d;
}

/* Sec-1 */
.sec1 {
  padding: 80px 0px 100px;
}

.sec1 h1 {
  color: #0d274d;
  font-size: 54px;
  font-weight: 200;
  line-height: 1.3;
  text-align: center;
  padding-bottom: 70px;
}

.sec1 .mobile_banner{
  display: none;
}
/* sec2 */
.sec2 {
  padding: 0px 80px 100px;
  text-align: center;
}

.sec2 img {
  margin: 45px auto 0;
  display: block;
}



/* sec3 */
.sec3,
.sec5,
.sec8 {
  padding: 100px 80px 100px;
  text-align: center;
}

.sec3 .box,
.sec5 .box {
  flex: 1;
  padding: 20px 40px;
  margin-top: 20px;
}

.sec3 .box p {
  margin-top: 20px;
}

.sec3 .box p,
.sec5 .box p {
  color: #414344;
  font-size: 22px;
  font-weight: 200;
  line-height: 1.3;
}

.sec3 .box h6,
.sec5 .box h6 {
  padding-top: 15px;
  color: #414344;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.3;
}

.sec3 .box a{
  padding-top: 5px;
  color: #0051AF;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
  display: inline-block;
  text-decoration-line: underline !important;
  text-decoration-skip-ink: none;
}

.sec5 .box h3 {
  color: #0d274d;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  padding: 30px 0 20px;
  letter-spacing: 0.1px;
}

.sec5 .btn1, .sec2 .btn1 {
  padding: 20px 60px 20px;
  margin: 40px 0 0 0 !important;
}

/* sec4 */
.sec4 {
  padding: 100px 80px 100px;
  text-align: center;
}

.sec4 img {
  margin: 45px auto 0;
}

/* sec8 */
.sec8 .d-flex {
  justify-content: center;
}

.btn1 {
  background-color: #0051AF  !important;
  color: #fff !important;
  margin: 40px 5% 0 0 !important;
  padding: 23px 60px 20px;
}

 .btn2 {
  background-color: #fff !important;
  border: 1px solid #0051AF ;
  color: #0051AF !important;
  margin: 40px 0 0 0 !important;
  padding: 22px 60px;
  letter-spacing: 0.1px;
}

/* responsive view */
@media (max-width: 1200px) {

  .sec1,
  .sec3,
  .sec4,
  .sec5,
  .sec8 {
    padding: 50px 40px;
  }

  br {
    display: none;
  }

  .sec1 h1 {
    font-size: 42px;
  }

  .sec2 {
    padding: 0px 40px 50px;
  }

  .sec_title h2 {
    font-size: 36px;
  }

  .sec3 .box,
  .sec5 .box {
    padding: 20px 10px;
    margin-top: 0px;
  }

  .sec4 img {
    margin: 5px auto 0;
  }
}

@media (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }

  .sec1,
  .sec3,
  .sec4,
  .sec5,
  .sec8 {
    padding: 50px 30px;
  }

  .sec1 h1 {
    font-size: 38px;
    padding-bottom: 31px;
  }

  .sec1 .main_banner{
    display: none;
  }

  .sec1 .mobile_banner{
    display: block;
  }

  .sec2 {
    padding: 0px 30px 50px;
  }

  .sec_title p {
    font-size: 22px;
  }

  .sec_title h2 {
    font-size: 32px;
  }

  .btn {
    font-size: 18px;
  }

  .sec3 .box,
  .sec5 .box {
    padding: 20px 5px;
    margin-top: 0px;
  }

  .sec4 img {
    margin: 25px auto 0;
  }

  .sec8 .btn1 {
    margin: 20px 0% 0 0 !important;
  }

  .sec8 .btn2 {
    margin: 30px 0 0 0 !important;
    padding: 22px 20px;
  }
}