.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: #d0f6fd;
}

.bg-blue {
  background-color: #00bceb;
}

.bg-grey {
  background-color: #f1f1f1;
}

.bg-lightgrey {
  background-color: #efefef;
}

/* Sec-1 */
.sec1 {
  padding: 50px 100px;
}

.sec1 .sec1_left {
  flex: 1.2;
  align-self: center;
}

.sec1 .sec1_right {
  flex: 1;
  align-self: center;
}

.sec1 h1 {
  color: #0d274d;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.2;
}

.sec1 p {
  color: #0d274d;
  font-size: 36px;
  font-weight: 300;
  line-height: 1.3;
  margin-top: 40px;
}

/* sec2 */
.sec2 {
  padding: 100px 100px 80px;
}

.main_box {
  padding-bottom: 80px;
}

.main_box1,
.main_box3 {
  padding-bottom: 120px !important;
}

.sec2 .title h3 {
  color: #0d274d;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.2;
  text-align: center;
  padding: 0 6% 60px;
}

.sec2 .box {
  flex: 1;
  text-align: center;
  background-color: #fff;
  padding: 50px 20px;
  margin: 70px 0px 40px;
  border-radius: 20px;
}

.sec2 .box:nth-child(2) {
  margin: 70px 25px 40px;
}

.sec2 .box p {
  color: #495057;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
  padding: 50px 5px 10px;
}

.sec2 .box a {
  color: #00bceb !important;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}
.sec2 .box a:hover, .sec2 .box a:active{
  color: #00bceb !important;
}

.sec2 .main_box_list .box {
  margin: 25px 15px 0px !important
}

.sec2 .main_box_list {
  padding-top: 50px;
}

.sec2 .box .box_img {
  width: 25%;
}

.sec2 .box .box_text {
  width: 75%;
  align-self: center;
}

.sec2 .box .box_text h5 {
  color: #495057;
  text-align: left;
  padding: 0 0px 10px;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 0.1px;
}

.sec2 .box .box_text p {
  color: #495057;
  text-align: left;
  padding: 0 0px 10px;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.1px;
}

.sec2 .box .box_text p b {
  font-weight: 400;
}

.sec2 .box .box_text ul {
  padding-left: 20px;
}

.sec2 .box .box_text ul li {
  color: #495057;
  text-align: left;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.1px;
  padding-bottom: 10px;
  list-style: disc;
}

.sec2 .main_box2 .box {
  margin: 0 0 20px;
}

.sec2 .main_box2 .box .box_img {
  width: 12%;
}

.sec2 .main_box2 .box .box_text {
  width: 88%;
}

.sec2 .main_box2 .box_end {
  margin-top: 60px;
  border-radius: 40px;
}

.sec2 .main_box2 .box_end .box_text p {
  font-size: 30px !important;
  font-weight: 200 !important;
}

.sec2 .main_box2 .box .box_text p {
  color: #0d274d;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.3;
}

.sec2 .main_box3_banner {
  background-color: #fff;
  border-radius: 25px;
}

.sec2 .main_box3_banner img {
 display: block;
 margin: 0 auto;
}

.sec2 .btn {
  text-align: center;
}

.sec2 .btn a {
  display: inline-flex;
  background-color: #0d274d;
  color: #fff;
  border: 1px solid #0d274d;
  font-size: 28px;
  font-weight: 400;
  padding: 8px 70px;
  border-radius: 50px;
}

.sec2 .btn a:hover,
.sec2 .btn a:active {
  color: #0d274d !important;
  background-color: transparent !important;

}

/* responsive view */
@media (max-width: 1200px) {

  .sec1,
  .sec2 {
    padding: 70px 40px;
  }

  .sec1 h1 {
    font-size: 48px;
  }

  .sec2 .title h3 {
    font-size: 42px;
    padding: 0 6% 30px;
  }

  .sec2 .box .box_text {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .d-flex {
    flex-direction: column;
  }

  br {
    display: none;
  }

  .sec1,
  .sec2 {
    padding: 50px 30px !important;
  }

  .sec1 h1 {
    font-size: 42px;
    text-align: center;
  }

  .sec1 p {
    font-size: 32px;
    margin: 20px 0 30px;
    text-align: center;
  }

  .sec2 .title h3 {
    font-size: 42px;
    padding: 0 0 50px;
  }

  .sec2 .box {
    padding: 30px 20px;
    margin: 20px 0px;
  }

  .sec2 .box p {
    font-size: 24px;
    padding: 20px 5px 10px;
  }

  .sec2 .box:nth-child(2) {
    margin: 20px 0px;
  }

  .main_box {
    padding-bottom: 40px !important;
  }

  .sec2 .main_box_list .box {
    margin: 0px 0px 0px !important;
  }

  .sec2 .box .box_img,
  .sec2 .box .box_text,
  .sec2 .main_box2 .box .box_img,
  .sec2 .main_box2 .box .box_text {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec2 .main_box_list .box {
    margin: 0px 0px 20px !important;
  }

  .sec2 .box .box_text {
    padding-left: 0;
  }

  .sec2 .main_box3 img {
    border-radius: 10px;
}

  .sec2 .box .box_text h5,
  .sec2 .main_box2 .box .box_text p,
  .sec2 .box .box_text p {
    text-align: center;
  }

  .sec2 .btn a {
    font-size: 24px;
    padding: 8px 30px;
  }
}