.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;
}
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, .main-outer p {
	margin: 0;
	padding: 0;
}
.d-flex {
	display: flex;
}
.bg-darkblue{
    background-color: #12284c;
}
.bg-lightgrey{
  background-color: #f3f2f2;
}
.bg-lightblue{
  background-color: #daf4fb;
}
.bg-green{
  background-color:#76bd4a ;
}
.bg-blue{
  background-color: #00bcea;
}
 .sec1, .sec2, .sec3, .sec4{
  padding: 100px 100px;
}
/* Sec-1 */
.sec1, .sec2{
  padding-bottom: 0px !important;
}

.sec1{
  padding-top: 0px;
}
.sec1 .sec1_left, .sec1 .sec1_right{
  flex:1;
  align-self: center;
}
.sec1 h1{
  font-size: 72px;
  color: #12284c;
  font-weight: 200;
  line-height: 1.3;
  letter-spacing: 1px;
  padding: 0px 0px;
}
/* sec2 */
.sec2 h4{
  font-size: 44px;
  color: #fff;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.sec2 p{
  font-size: 27px;
    color: #fff;
    font-weight: 200;
    line-height: 1.4;
    text-align: center;
    padding: 40px 80px;
}
.sec2 img{
  display: block;
  margin: 0 auto;
  width: 70%;
}
/* sec3 */
.sec3{
  padding-right: 0px !important;
}
.sec3 .sec3_left{
  flex:1.2;
}
 .sec3 .sec3_right{
  flex:1;
}
.sec3 h4, .sec4 h4{
  font-size: 42px;
  color: #12284c;
  font-weight: 400;
  line-height: 1.3;
  text-align:left;
  padding-left: 20px;
  letter-spacing: 0.1px;
  align-self: center;
  padding-right: 20%;
}
.sec3 p, .sec4 p{
  font-size: 24px;
  color: #000;
  font-weight: 300;
  line-height: 1.4;
  text-align: left;
  padding: 30px 65px 0 0;
  letter-spacing: 0.1px;
}
.sec3 .number_text, .sec4 .number_text{
  display: flex;
}
 .sec3 .btn_sec, .sec4 .btn_sec{
  margin-top: 40px;
}
.sec3 .btn_primary, .sec4 .btn_primary{
  margin-top: 20px;
}
.sec3 .btn a, .sec4 .btn a{
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  color: #1d4574;
  padding: 10px 55px;
    border-radius: 50px;
    display: table-cell;
    margin-top: 20px;
    width: 372px;
    height: 50px;
    vertical-align: middle;
}
.sec3 .btn_sec a, .sec4 .btn_sec a{
    background-color: #00bcea;
    color: #0d274d;
}
.sec3 .btn_primary a, .sec4 .btn_primary a{
    background-color: transparent;
    border: 2px solid #1d4574;
}
.sec3 .btn_sec a:hover, .sec3 .btn_sec a:active, .sec4 .btn_sec a:hover, .sec4 .btn_sec a:active{
  background-color: #33c9ef;
    color: #0d274d;
}
.sec3 .btn_primary a:hover, .sec3 .btn_primary a:active, .sec4 .btn_primary a:hover, .sec4 .btn_primary a:active{
  background-color: #0d274d;
  border: 2px solid #0d274d;
  color: #fff;
}
/* sec4 */
.sec4{
  padding-left: 0px !important;
}
.sec4 .sec4_left{
  flex:1;
}
 .sec4 .sec4_right{
  flex: 1.1;
    padding-left: 3%;
}
 .sec4 h4 {
  padding-right: 2% !important;
}
 .sec4 p {
  padding: 30px 52px 0 0;
}
/* sec8 */
.sec8{
  padding: 80px 100px;
}
 .sec8 p{
  font-size: 34px;
  color: #12284c;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  padding: 0px 15% 0;
}
.sec8 .d-flex{
  justify-content: center;
  margin: 30px auto 0;
}
.sec8 .btn{
  font-size: 22px;
  font-weight: 400;
  padding: 21px 55px;
  border-radius: 50px;
  margin: 20px 20px 0;
  text-align: center;
  line-height: 16px;
}
.sec8 .btn1{
  background-color: #1d4574;
    color: #fff !important;
}
.sec8 .btn2{
  background-color: transparent;
  border:2px solid #1d4574;
  color: #12284c !important;
}
.sec8 .btn1:hover, .sec8 .btn1:active{
    background-color: #34577f;
    color: #fff;
}
.sec8 .btn2:hover, .sec8 .btn2:active{
  background-color: #12284c;
  border:2px solid #12284c;
  color: #fff !important;
}
/* responsive view */
@media (max-width: 1024px) {
  .sec1, .sec2, .sec3, .sec4, .sec8 {
    padding: 60px 40px;
    }
    p {
      font-size: 24px;
    }
    .sec1{
      padding: 60px 40px !important;
    }
    .sec1 h1 {
      font-size: 40px;
    }
    .sec2 p {
      font-size: 24px;
      padding:20px;
    }
    .sec2 h4 {
      font-size: 40px;
    }
    .sec3 h4, .sec4 h4 {
      font-size: 32px;
      padding-right: 0%;
      }
    .sec3 p, .sec4 p {
      font-size: 20px;
      padding: 30px 0 0 0;
    }
    .sec3 .number_text img, .sec4 .number_text img{
      width: auto;
    }
    .sec3 .sec3_right, .sec4 .sec4_left {
      align-self: center;
    }
    .sec8 p {
      font-size: 30px;
      padding: 0px 4% 0;
    }
    .sec8 .d-flex {
      width: 100%;
      margin: 10px auto 0;
      justify-content: center;
    }
    .sec8 .btn {
      padding: 10px 53px;
    }
}

@media (max-width: 767px) {
	.d-flex{
		flex-direction: column;
    }
    br{
      display: none;
    }
    .sec1, .sec2, .sec3, .sec4, .sec8 {
      padding: 50px 30px !important;
    }
    .sec1 h1 {
      text-align: center;
      font-size: 46px;
    }
    .sec2 h4 {
      font-size: 34px;
    }
    .sec2 p {
      font-size: 24px;
      padding: 30px 10px;
    }
    .sec2 img {
      width: 100%;
    }
    .sec3 h4, .sec4 h4 {
      font-size: 30px;
      padding-right: 0%;
    }
    .sec3 p, .sec4 p {
      font-size: 22px;
      padding: 30px 0px 0 0;
      text-align: center;
    }
    .sec3 .btn a, .sec4 .btn a {
      font-size: 18px;
      padding: 10px 10px;
    }
    .sec3 .sec3_right, .sec4 .sec4_left {
      margin-top: 28px;
      background-color: #00bcea;
    }
    .order{
      order: 1;
    }
    .sec3 .btn_sec, .sec4 .btn_sec {
      display: table;
      margin: 40px auto 0;
    }
    .sec3 .btn_primary, .sec4 .btn_primary {
      display: table;
      margin: 20px auto 0;
    }
    .sec8 p {
      font-size: 24px;
      padding: 0px;
    }
    .sec8 .d-flex {
      width: auto;
      margin: 0px auto 0;
    }
    .sec8 .btn {
      font-size: 20px;
      padding: 10px 15px;
    }
}

























