@font-face {
    font-family: 'CiscoSansTTRegular';
    src: url('../fonts/CiscoSansTTRegular.woff2') format('woff2'),
         url('../fonts/CiscoSansTTRegular.woff') format('woff');
    
}
@font-face {
    font-family: 'CiscoSansTTLight';
    src: url('../fonts/CiscoSansTTLight.woff2') format('woff2'),
         url('../fonts/CiscoSansTTLight.woff') format('woff');
    
}
@font-face {
    font-family: 'CiscoSansTTExtraLight';
    src: url('../fonts/CiscoSansTTExtraLight.woff2') format('woff2'),
         url('../fonts/CiscoSansExtraLight.woff') format('woff');
    
}
@font-face {
    font-family: 'CiscoSansTTBold';
    src: url('../fonts/CiscoSansTTBold.woff2') format('woff2'),
         url('../fonts/CiscoSansTTBold.woff') format('woff');
    font-style:thin;
    font-weight:200;
    
}
@font-face {
    font-family: 'CiscoSansTTReg';
    src: url('../fonts/CiscoSansTTRegular.woff2') format('woff2'),
         url('../fonts/CiscoSansTTRegular.woff') format('woff');
    
    
}
/*******************************Custom style===============*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
    
}
p {
    font-variant-ligatures:none;
    
}

/*=======================Main page=================*/

.main-page {
	overflow: hidden;
	width: 100%;
}


/*=======================Main Container=================*/

.main-page .main_container {
	font-size: 14px;
	color: #fff;
	font-family: 'CiscoSansThin';
	font-weight: 300;
	box-sizing: border-box;
	-webkit-font-smooRegularg: subpixel-antialiased;
	position: relative;
	text-rendering: optimizeLegibility;
	width: 100%;
	max-width: 1600px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.main-page .main_container * {
	box-sizing: border-box;
}


/*=======================Main page Banner=================*/
.align-center {
    text-align: center;
}
.pill-container {
	position: absolute;
	min-height: 100px;
	top: -50px;
	width: 100%;
	margin: auto;
}
.pill {
	font-family: "CiscoSansTTExtraLight";
	font-size: 50px;
	position: relative;
	background: #74bf4b;
	width: 90%;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.sec7-pill-container {
	position: absolute;
	min-height: 100px;
	top: 40px;
	width: 100%;
	margin: auto;
	
	text-align: center;
}
.sec7-pill {
	font-family: "CiscoSansTTExtraLight";
	font-size: 30px;
	position: relative;
	background: #74bf4b;
	width: 90%;
	border-radius: 18px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 120px;
}
.pill70 {
	font-family: "CiscoSansTTExtraLight";
	font-size: 50px;
	position: relative;
	background: #74bf4b;
	width: 70%;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.pill-org {
	font-family: "CiscoSansTTExtraLight";
	font-size: 50px;
	position: relative;
	background: #fbab2c;
	width: 90%;
	border-radius: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.half-pill-container {
	position: relative;
	padding-bottom: 20px;
	padding-top: 140px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.half-pill {
	cursor: pointer;
	font-family: "CiscoSansTTExtraLight";
	font-size: 36px;
	line-height: 22px;
	position: relative;
	background: #00bceb;
	width: 540px;
	border-radius: 80px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.btn-pill-container {
	z-index: 2;
	display: flex;
	float: left;
	position: relative;
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

.btn-pill {
	cursor: pointer;
	font-family: "CiscoSansTTExtraLight";
	font-size: 22px;
	line-height: 12px;
	position: relative;
	background: #00bceb;
	width: auto;
	border-radius: 40px;
	text-align: center;
	margin-left: 0px;
	margin-right: 15px;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
	margin-bottom: 20px;
}
.sec9-btns-container {
	position: relative;
	padding-top: 20px;
	width: 1000px;

}
#sec9-btn3 {
	padding-top: 32px;
}
.inv-half-pill {
	display: block;
	font-family: "CiscoSansTTExtraLight";
	font-size: 23px;
	position: relative;
	width: 80%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
    padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
.inv-half-pill p {

    padding-bottom: 20px;

}
.plus-container {
	position: absolute;
	min-height: 130px;
	top: 144px;
	width: 100%;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
.plus {
	position: relative;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sec7-btn-container {
	position: absolute;
	min-height: 100px;
	top: 60px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.sec7-btn {
	position: relative;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
    padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.divider-bg {
	width: 100px;
	height: 50px;
	background: #00f;

}
.navy_blue {
	background: #0D274D;
	padding: 50px;
	text-align: center;
}
.section-bg { 
	position: relative;
	width:100%;
	max-width: 1600px;
}
.section-bg img{ 
	width:100%;
	max-width: 1600px;
}

.section-one {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		padding: 0em 0em 180px 0em;
		background-image: url("../images/section1_bg.gif");
		background-position: 0px bottom;
		background-size: 100%;
		background-repeat: no-repeat;
		border-top: 0;
		position: relative;
		overflow: hidden;
		background-color: #ffffff;
	}
	.section-one-header {
		position: absolute;
		width: 100%;
		height: 100px;
	}
	.section-one-content {
		position: absolute;
		width: 100%;
		height: 500px;
	}
	.section1-logo {
		width: 178px;
		height: 95px;
		padding: 40px;
	}
	.section1-logo img{
		width: 178px;
		height: 95px;
	}
.sec-one-text {
	position: relative;
	text-align: left;
	color: #4d4c4c;
	font-size: 86px;
	left: 0px;
	padding-top: 300px;
	padding-left: 40px;
	width:76%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-nine-text {
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 86px;
	left: 0px;
	top: 300px;
	padding-left: 40px;
	width:70%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-nine-buttons {
	position: relative;
	display: block;
	text-align: left;
	color: #ffffff;
	font-size: 86px;
	left: 0px;
	top: 300px;
	padding-top: 20px;
	padding-left: 40px;
	width:70%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec9-disclaimer {
	position: relative;
	text-align: left;
	color: #4d4c4c;
	font-size: 20px;
	left: 0px;
	padding-top: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec2li2 {
	padding-left: 35px;
}
.sec2li3 {
	padding-top: 110px;
	padding-left: 90px;
}
.sec2li4 {
	padding-left: 90px;
}
.sec2li5 {
	padding-top: 100px;
	padding-left: 35px;
}
.sec2-txt-md {font-size: 40px;} 
#section1-pic {
	position: absolute;
	bottom:0px;
	right: 0px;
	max-width: 535px;
}
#section2-pic1 {
	overflow: hidden;
	position: absolute;
	top:130px;
	left: 0px;
	width: 577px;
	height: 500px;
}
#section2-pic1 img{
	position: relative;
	left:0px;
	width: 577px;
	height: 500px;
}

#section2-pic2 {
	position: absolute;
	top:130px;
	right: 0px;
	max-width: 555px;
}
.section3-icon {
	overflow: hidden;
	position: absolute;
	top:0px;
	right: 40px;
	width: 110px;
	height: 110px;
	text-align: center;
}
.section3-icon img{
	width: 110px;
	height: 110px;
}
#section5-pic {
	position: relative;
	padding-top: 0px;
	max-width: 1500px;
}
#section5-pic-m {
	position: relative;
	padding-top: 0px;
	max-width: 1200px;
	display: none;
}
#section7-pic {
	position: absolute;
	top:290px;
	left:-410px;
	margin-left: 26%;
	margin-right: auto;
	max-width: 809px;
}
#section3-pic {
	position: absolute;
	left:0px;
	margin-left: 0px;
	margin-right: auto;
	width: 410px;
	height: 666px;
}
#section3-pic img{
	width: 410px;
	height: 666px;
}
#section7-btn {
	position: absolute;
	width: 100%;
	right:0px;
	width: 90px;
	height: 110px;
	top:12px;
}
#section7-btn img{
	width: 90px;
	height: 110px;
}
#section9-pic {
	position: absolute;
	top:230px;
	right: 0px;
	max-width: 398px;
}
.image.fit {
    display: block;
    margin: 0 0 0 0;
    width: 100%;
}
.box {
    width: 32%;
}
.sec2-box1 {
    width: 40%;
}
.sec2-box2 {
    width: 20%;
}
.sec4-box {
    width: 30%;
}
.sec5-icon-box {
    width: 30%;
}
.sec5-pic-box {
    width:100%;
}
.sec7-pic-box {
    width: 100%;
}
.section-one .navy_blue h1 {
    line-height: 60px;
    color: #ffffff;
    font-size: 45px;
    padding-bottom: 20px;
	
	
}
.section-two {
		display: block;
		padding: 0em 0em 140px 0em;
		background-image: url("../images/section2_bg.gif");
		background-position: center;
		background-size: 100%;
		background-repeat: no-repeat;
		border-top: 0;
		position: relative;
		overflow: hidden;
		background-color: #1e4471;
			padding-left: 20px;
	padding-right: 20px;
}
.section-two-header {
		position: absolute;
		width: 100%;
		height: 100px;
	}
.sec-two-text {
	position: relative;
	left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 140px;
	width:85%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-three-text {
	position: relative;
	text-align: left;
	color: #4d4c4c;
	font-size: 86px;
	left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 80px;
	width:85%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-three-bullet-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	margin-left: -110px;
	display: none;
}
.sec-three-bullet-icon img{
	height: 80px;
	width: 80px;
}
.sec2-pillA-container {
	position: relative;
	min-height: 240px;
	padding-top: 40px;
	padding-bottom: 60px;
	width: 100%;
	margin-bottom: 0px;
}
.sec2-pillA {
	position: absolute;
	background: #74bf4b;
	max-width: 756px;
	border-radius: 20px;
	padding-top: 40px;
    padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-right: 7%;
	right:0px;
}
.sec2-pillA p {
	font-family: "CiscoSansTTExtraLight";
	font-size: 32px;
	color: #0d274d;
	text-align: left;
}
.sec2-pillB {
	position: relative;
	background: #102d54;
	max-width: 756px;
	border-radius: 20px;
	margin-left: 4%;
	padding-top: 40px;
    padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 20px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-right: 0px;
}

.sec2-pillB p {
	font-family: "CiscoSansTTExtraLight";
	font-size: 32px;
	color: #ffffff;
	text-align: left;
}
.sec2-pillC-container {
	position: relative;
	min-height: 240px;
	padding-top: 40px;
	padding-bottom: 60px;
	width: 100%;
	margin: auto;
}
.sec2-pillC {
	position: absolute;
	background: #00bceb;
	max-width: 756px;
	border-radius: 20px;
	padding-top: 40px;
    padding-bottom: 40px;
	padding-left: 30px;
	padding-right: 10px;
	margin-bottom: 40px;
	margin-right: 4%;
	margin-left: 0px;
	margin-right: 0px;
	right:0px;
}
.sec2-pillC p {
	font-family: "CiscoSansTTExtraLight";
	font-size: 32px;
	color: #0d274d;
	text-align: left;
}
#sec2-icon1 {
	position: absolute;
	width: 100%;
	right:20px;
	width: 152px;
	height: 152px;
	top:-120px;
}
#sec2-icon1 img{
	width: 152px;
	height: 152px;
}
#sec2-icon2 {
	position: absolute;
	width: 100%;
	left:20px;
	width: 152px;
	height: 152px;
	top:-120px;
}
#sec2-icon2 img{
	width: 152px;
	height: 152px;
}
#sec2-icon3A {
	position: absolute;
	width: 100%;
	left:200px;
	width: 92px;
	height: 92px;
	top:-57px;
}
#sec2-icon3A img{
	width: 92px;
	height: 92px;
}
#sec2-icon3B {
	position: absolute;
	width: 100%;
	left:100px;
	width: 128px;
	height: 128px;
	bottom:-95px;
}
#sec2-icon3B img{
	width: 128px;
	height: 128px;
}
#sec2-icon3C {
	position: absolute;
	width: 100%;
	right: 20px;
	width: 204px;
	height: 204px;
	bottom:-175px;
}
#sec2-icon3C img{
	width: 204px;
	height: 204px;
}
.sec-two-title {
	color: #0d274d;
	font-size: 26px;
	font-family: 'CiscoSansTTRegular';
	    max-width: 70%;
    margin: 0 auto;
}

.mobile {
	width: 100%;
	float: left;
}

.mobile img {
	max-width: 100%;
	line-height: 0;
	display: block;
}

.swiper-container {
	width: 100%;
	height: 100%;
}
.main_container .globe{
	display: flex;
	justify-content: center;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	color: #000000;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.slider-icon{
	width: 60px;
}
.main-page .com-slide{display: flex;align-items: center;min-height: 462px;}
.slide1 {
	width: 100%;
	float: left;
	padding: 40px;
	background: #0d274d;
	
}

.slide2 {
	width: 100%;
	    height: 462px;
	float: left;
	padding: 40px;
	background: #00bdeb;
}
.slide3 {
	width: 100%;
	height: 462px;
	float: left;
	padding: 40px;
	background: #0d274d;
}
.slide4 {
	width: 100%;
	height: 462px;
	float: left;
	padding: 40px;
	background: #00bdeb;
}
.slide5 {
	width: 100%;
	height: 462px;
	float: left;
	padding: 40px;
	background: #0d274d;
}
.s-left {
	width: 60%;
	float: left;
}

.s-right {
	width: 40%;
	float: left;
	margin: 55px 0;
}

.num {
	width: 25%;
	float: left;
}

.txt {
	width: 75%;
	float: left;
	text-align: left;
}
.txt-lg {
    font-size: 80px;
}
.txt-md {
    font-size: 48px;
} 
.txt-md-sec2 {
	color:#ffffff;
    font-size: 48px;
} 
.txt-sm {
    font-size: 26px;
} 
.txt-md-sm {
    font-size: 30px;
} 
.txt-b {
   font-family: 'CiscoSansTTReg';
    font-weight: 1000;
}
.txt-bB {
    font-family: 'CiscoSansTTReg';
    font-weight: 1000;
}
.txt-b-blue {
	font-family: 'CiscoSansTTReg';
    font-weight: 1000;
	color:#00bceb;

}

.w-txt-title {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0;
	font-family: 'CiscoSansExtraLight';
}
.w-txt-title-3 {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0;
	    font-family: "CiscoSansTTLight";
        line-height: 32px;
}
.w-txt-title-5 {
	font-size: 28px;
	color: #ffffff;
	font-weight: bold;
	margin: 0px 0;
	font-family: 'CiscoSansExtraLight';
	    line-height: 32px;
}
.w-txt {
font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    line-height: 24px;
}

.b-txt {
    font-size: 18px;
    color: #6ebe4a;
    margin: 20px 0;
    font-family: 'CiscoSansRegular';

}

.b-txt sup {
vertical-align: super;
font-size: smaller;
}

.btn {
    background: #00bdeb;
    text-align: center;
    border-radius: 30px;
    padding: 10px 2px;
    width: 60%;
    font-weight: bold;
    margin: 25px 0;
	
}
.navy_btn {
	background: #12284d;
    text-align: center;
    border-radius: 30px;
     padding: 10px 2px;
    width: 60%;
    font-weight: bold;
    margin: 25px 0;
    color: #ffffff;
}
.navy_txt {
	width: 75%;
	float: left;
	text-align: left;
}

.navy-txt-title{
	
	
	line-height: 24px;
    font-family:'CiscoSansTTRegular';
	    font-weight: bold;
    font-size: 18px;
    color: #12284d;
    margin: 27px 0;
	
}


.navy-title {
	font-size: 28px;
	color: #12284d;
	font-weight: bold;
	margin: 0px 0;
	font-family: "CiscoSansTTLight";
        line-height: 32px;
}
.navy-title-2 {
	font-size: 28px;
	color: #12284d;
	font-weight: bold;
	margin: 0px 0;
	font-family: "CiscoSansTTLight";
       line-height: 32px;
}

.navy-txt {
	font-size: 22px;
	color: #12284d;
	font-weight: bold;
	line-height: 32px;
}

.navy-txt {
    line-height: 24px;
    font-weight: 800;
    font-family: 'CiscoSansExtraLight';
    font-size: 18px;
    color: #12284d;
    margin: 27px 0;
    /* font-weight: bold; */
}
.s-right img {
	max-width: 100%;
}

/*---===================Section Four======--------------*/
.section-four{
    display: block;
	padding: 0em 0em 0em 0em;
	position: relative;
	background-color: #1e4471;
}
#section4-pic {
	position: relative;
	width: 1099px;
	height: 840px;
	left:-700px;
	margin-left: 26%;
}
#section4-pic img{
	width: 1099px;
	height: 840px;
}
.sec-four-title {
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 86px;
	left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-four-title p {
	color: #ffffff;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-four-subtext {
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 86px;
	left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-right: 20px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-four-subtext p {
	color: #ffffff;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-five-title {
	position: relative;
	text-align: left;
	color: #4d4c4c;
	font-size: 86px;
	left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-six-title {
	position: relative;
	text-align: left;
	color: #ffffff;
	font-size: 86px;
	left: 0px;
	padding-top: 40px;
	padding-left: 20px;
	padding-bottom: 20px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}
.sec-six-title p {
	color: #ffffff;
}
.sec-five-subtext {
	position: relative;
	text-align: left;
	color: #4d4c4c;
	font-size: 86px;
	left: 0px;
	padding-top: 0px;
	padding-left: 20px;
	padding-bottom: 40px;
	width:100%;
	font-family: 'CiscoSansTTExtraLight';
}

.sec4-left-text {
	position: absolute;
	font-family: 'CiscoSansTTExtraLight';
	color: #ffffff;
	font-size: 42px;
	right: 280px;
	top: 680px;
}
.sec4-left-text p {
	font-family: 'CiscoSansTTExtraLight';
	color: #ffffff;
	font-size: 42px;
}
.sec-four-bullet-text1 {
	position: relative;
	padding-left: 440px;
	padding-right: 190px;
}
.sec-four-bullet-text2 {
	position: relative;
	padding-left: 530px;
	padding-right: 90px;
}

.sec-four-bullet-icon {
	position: absolute;
	height: 170px;
	width: 170px;
	margin-left: -180px;

}
.sec-four-bullet-icon img{
	height: 170px;
	width: 170px;
}
.sec-six-bullet-icon {
	position: absolute;
	height: 170px;
	width: 170px;
	margin-left: -180px;
	margin-right: 20px;
	right: -10px;
	top: 10px;
}
.sec-six-bullet-icon img{
	height: 170px;
	width: 170px;
}
.sec-four-bullet-text-bg {
	position: absolute;
	height: 170px;
	width: 100%;
	margin-left: -150px;
	background-color: #0d274d;
	padding-left: 170px;
	overflow: hidden;
	padding-top: 30px;
	border-radius: 90px;
}
.sec-four-bullet-text-bg p {
	text-align: left;
	font-size: 28px;
	font-family: 'CiscoSansTTExtraLight';
	line-height: 36px;
	color:#ffffff;
}
.sec-four-bullet-text-bgB {
	position: absolute;
	height: 170px;
	width: 100%;
	margin-left: -150px;
	background-color: #0d274d;
	padding-left: 170px;
	overflow: hidden;
	padding-top: 50px;
	border-radius: 90px;
}
.sec-four-bullet-text-bgB p {
	text-align: left;
	font-size: 28px;
	font-family: 'CiscoSansTTExtraLight';
	line-height: 36px;
	color:#ffffff;
}
/*---===================Section five======--------------*/
.section-five {
	padding: 0em 0em 10em 0em;
	position: relative;
	overflow: hidden;
}
.section-five-header {
		position: relative;
		width: 100%;
		background-color: #00bceb;
		padding-top: 22px;
		padding-bottom: 30px;

}
#section5-icon-container  {
	position: absolute;
	top:60px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 420px;
}
#section9-icon-container  {
	position: absolute;
	top:-100px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 420px;
}
#section5-icon  {
	position: absolute;
	margin-left: -25px;
	margin-right: auto;
	width: 340px;
	height: 340px;
}
#section5-icon  img{
	width: 340px;
	height: 340px;
}

#section5-btn1  {
	position: absolute;
	padding-top:60px;
	right:40px;
	width: 764px;
	height: 130px;
}
#section5-btn1  img{
	width: 764px;
	height: 130px;
}
.sec5-header-text-container {
	position: relative;
	left:300px;
	padding-top:0px;
}
.sec5-header-text {
	text-align: left;
	color: #ffffff;
	font-family: 'CiscoSansTTExtraLight';
	font-size: 35px;
	padding-bottom: 8px;
}
#sec5-ht-li1,#sec5-ht-li2,#sec5-ht-li3 {
	display: block;
}
#sec5-ht-mb {
	text-align: center;
	display: none;
}
.sec5li2 {
	padding-left: 80px;
}
.sec5li3 {
	padding-left: 120px;
}
.section-five-content {
		padding: 0em 0em 0em 0em;
		position: relative;
		overflow: hidden;
		background-color: #ffffff;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
}
.section-seven-content {
		padding: 0em 0em 0em 0em;
		position: relative;
		overflow: hidden;
		min-height: 400px;
		background-color: #ffffff;
		width: 100%;
}
.section-nine {
	padding: 0em 0em 0em 0em;
	position: relative;
	overflow: hidden;
}
.section-nine-content {
		padding: 0em 0em 0em 0em;
		background-image: url("../images/section9_bg.gif");
		background-position: 0px bottom;
		background-size: 100%;
		background-repeat: no-repeat;
		border-top: 0;
		position: relative;
		min-height: 940px;
		background-color: #1e4471;
		width: 100%;
}
.section-seven-header {
		position: relative;
		width: 100%;
		height: 180px;
		padding-top: 30px;
		padding-bottom: 30px;

}
.sec-five-text {
	text-align: left;
	color: #ffffff;
	font-size: 24px;
	padding-left: 112px;
	font-family: 'CiscoSansTTExtraLight';
	background-image: url("../images/sec5_check_mark.png");
	background-position: 0px 0px;
	background-size: 87px 92px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	height: 96px;
	width:500px;
}
.sec-seven-text {
	text-align: left;
	color: #ffffff;
	font-size: 24px;
	padding-left: 112px;
	font-family: 'CiscoSansTTExtraLight';
	background-image: url("../images/sec7_check_mark.png");
	background-position: 0px 0px;
	background-size: 87px 92px;
	background-repeat: no-repeat;
	padding-bottom: 20px;
	height: 96px;
	width:500px;
}
.secction-five .black {
    font-weight: 800;
        color: #000000!important;
}

/*---===================Section six======--------------*/
.sec-six-bullet-text-bg {
	position: absolute;
	height: 190px;
	width: 100%;
	margin-left: -150px;
	background-color: #0d274d;
	text-align: left;
	padding-left: 170px;
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	overflow: hidden;
	padding-top: 54px;
	line-height: 40px;
	border-radius: 100px;
}
.sec-six-bullet-text-bg p {
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	line-height: 40px;
	color:#ffffff;
}
.sec-six-bullet-text-bgB {
	position: absolute;
	height: 190px;
	width: 100%;
	margin-left: -150px;
	background-color: #0d274d;
	text-align: left;
	padding-left: 170px;
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	overflow: hidden;
	padding-top: 37px;
	border-radius: 100px;
}
.sec-six-bullet-text-bgB p {
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	line-height: 40px;
	color:#ffffff;
}
.sec-six-bullet-text-bgC {
	position: absolute;
	height: 190px;
	width: 100%;
	margin-left: -150px;
	background-color: #0d274d;
	text-align: left;
	padding-left: 170px;
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	overflow: hidden;
	padding-top: 54px;
	line-height: 40px;
	border-radius: 100px;
}
.sec-six-bullet-text-bgC p {
	font-size: 30px;
	font-family: 'CiscoSansTTExtraLight';
	line-height: 40px;
	color:#ffffff;
}
#section6-icon-container  {
	position: relative;
	padding-top:120px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 210px;
}
#section6-icon  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 210px;
	height: 210px;
}
#section6-icon  img{
	width: 210px;
	height: 210px;
}
#section6-pic {
	position: absolute;
	width: 580px;
	height: 559px;
	right: 60px;
	padding-top: 180px;
}
#section6-pic img{
	width: 580px;
	height: 559px;
}
.main-page .primary-btn,.main-page .secondary-btn{
	font-family: 'CiscoSansRegular';
	font-weight: normal;
	text-decoration: none;
	display: inline-block;

	width: auto;
	padding: 10px 60px;
	border-radius: 30px;
	margin: 25px 0;
}
.main-page .primary-btn{
		background: #00bdeb;    
	color: #0d274d;
}

.main-page .primary-btn:hover{
		background: #33c9ef;    
	
}

.main-page .secondary-btn{
	background: #12284d;
	color: #ffffff;
}

.main-page .secondary-btn:hover{
	background: #385e8b; 
	color: #ffffff;
}

.main-page .secondary-btn:hover,.main-page .secondary-btn:visited {color: #ffffff;}
.main-page .primary-btn:hover, .main-page .primary-btn:visited{color: #0d274d;}
.mt-0{
	margin-top: 0;
}
.m0{
	margin: 0!important;
}
.clearfix::after{
	content:"";
	display: table;
	clear: both;
}
.section-four .inner-wrapper{
	max-width: 65%;
	margin: 0 auto;
}
.main_container a:hover,.main-container a:visited,.main-container a:focus,.main-container a:active{text-decoration:none;}
 .globe-img{display:none;}
.section-three { 
	display: block;
	padding: 0em 0em 10px 0em;
	background-image: url("../images/section3_bg.gif");
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
	padding-left: 20px;
	padding-right: 20px;
}
.sec3-container {
	font-family: "CiscoSansTTExtraLight";
	font-size: 34px;
	color:#4d4c4c;
	position: relative;
	min-height: 100px;
	width: 100%;
	margin-left: 24%;
	left:-200px;
	text-align: left;
}
.sec3-container p {
	font-family: "CiscoSansTTExtraLight";
	font-size: 34px;
	color:#4d4c4c;
	text-align: left;
}
.sec3_bullet_font_size {
	font-size: 34px;
}
.sec3-container-inner {
	font-family: "CiscoSansTTExtraLight";
	font-size: 40px;
	position: relative;
	width: 90%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.section-three-left { 
	position: relative;
	color: #fff;
	float: left;  
	min-height: 100px;
	width: 15%;
	padding-bottom: 20px;
}
.section-three-right { 
	color: #fff;
	float: left;   
	min-height: 100px;
	width: 85%;
}

.sec4-container {
	position: relative;
	min-height: 100px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px; 
	overflow: hidden;
	text-align: center;
}
.sec4-bullet-container {
	position: absolute;
	min-height: 100px;
	width: 100%;
	padding-top: 130px;
	overflow: hidden;
	top: 0px;
	margin-left: 26%;
	padding-left: 214px;
}
.sec6-bullet-container {
	position: absolute;
	min-height: 100px;
	width: 100%;
	padding-top: 180px;
	overflow: hidden;
	top: 0px;
	padding-left: 0px;
}
.sec4-button-container {
	position: relative;
	min-height: 100px;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 30px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.sec4-btn-pill {
    cursor: pointer;
    font-family: 'CiscoSansTTReg';
    font-size: 26px;
    line-height: 12px;
    color: #0d274d;
    position: relative;
    background: #00bceb;
    width: 300px;
    border-radius: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 14px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.sec4-btn-pill p {
    font-family: 'CiscoSansTTReg';
    font-size: 26px;
    line-height: 12px;
    color: #0d274d;
    text-align: center;
}
.sec4-container-inner {
	font-family: "CiscoSansTTExtraLight";
	font-size: 40px;
	position: relative;
	width: 74%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
}
.sec5-container {
	position: relative;
	min-height: 100px;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 260px; 
	overflow: hidden;
	text-align: center;
	right: 0px;
}
.sec5-container-inner {
	font-family: "CiscoSansTTExtraLight";
	font-size: 40px;
	position: relative;
	width: 74%;
	text-align: left;
	margin-left: 40px;
	margin-right: 240px;
	padding-top: 0px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
	right: 0px;
	float: right;
}

.sec7-container {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;; 
	overflow: hidden;
}
.sec7-container-inner {
	font-family: "CiscoSansTTExtraLight";
	font-size: 40px;
	position: relative;
	width: 200px;
	text-align: left;
	margin-left: 40%;
	margin-right: auto;
	padding-top: 0px;
	padding-bottom: 80px;
	padding-left: 20px;
	padding-right: 20px;
}
#sec7-li1 {
	padding-left: 0px;
}
#sec7-li2 {
	padding-left: 120px;
}
#sec7-li3 {
	padding-left: 160px;
}
#sec7-li4 {
	padding-left: 20px;
}
#sec-three-li1 {
	padding-left: 400px;
}
#sec-three-li2 {
	padding-left: 440px;
}
#sec-three-li3 {
	padding-left: 400px;
}
#sec-four-li1 {
	padding-left: 200px;
}
#sec-four-li2 {
	padding-left: 260px;
}
#sec-four-li3 {
	padding-left: 200px;
}
#sec-six-li1 {
	margin-left: -440px;
}
#sec-six-li2 {
	margin-left: -530px;
}
#sec-six-li3 {
	margin-left: -530px;
}
#sec-six-li4 {
	margin-left: -440px;
}



.sec-three-bullet {
	padding-bottom: 180px;
	padding-top: 18px;
}
.sec-four-bullet {
	padding-bottom: 190px;
	padding-top: 18px;
	overflow: hidden;
}
.sec-six-bullet {
	padding-bottom: 210px;
	padding-top: 0px;
	overflow: hidden;
}
#sec-five-li1 {
	padding-left: 260px;
}
#sec-five-li2 {
	padding-left: 120px;
}
#sec-five-li3 {
	padding-left: 80px;
}
.desc-1 span sup{
	vertical-align: super;
	font-size: 12px;
	}
.section-six {   
	padding: 0em 0em 0em 0em;
	position: relative;
	background-color: #1e4471;
	overflow: hidden;
	min-height: 1060px;

}
.sec8-container {
	display: flex;
	padding: 0em 0em 0em 0em;
	position: relative;
	width: 100%;
}
.section-six-left { 

	position: relative;
	color: #fff;
	float: left;
	background: #1c3456;   
	width: 50%;
}
.section-six-right { 

	position: relative;
	color: #fff;
	float: left;
	background: #0d274d;   
	min-height: 900px;
	width: 50%;
}
.section-seven-left { 
	position: relative;
	color: #fff;
	float: left;   
	width: 50%;
}
.section-seven-right { 
	position: relative;
	color: #fff;
	float: left;  
	width: 50%;
}
.section-seven {   
	position: relative;
    display: block;
	clear: both;
	padding: 0px;
}

#section8-plus  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 125px;
	height: 125px;
}
#section8-plus  img{
	width: 125px;
	height: 125px;
}
.section-ten {
    background: #00bceb;
    padding: 50px 20px;
    text-align: center;
}
.section-eleven {   
	position: relative;
    display: block;
	clear: both;
	padding: 0px;
}






