* {
	margin: 0;
	padding: 0;
}

html{
	width: 100%;
    overflow-x: hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color : #090909;
	font-weight: 400;
	line-height: 150%;
	background:#FFFFFF;
	overflow-x: hidden;
}

body#bg{
}

*, :before, :after {
	margin: 0;
	padding: 0;
/*	position: relative;		*/
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		    box-sizing: border-box;
}

#page {
	position: relative; /* Set the position property so z-index will apply */
	z-index: 20; /* Make sure this is higher than #menu */
	height: 100%;
}

/* Normal link */
a:link, a:visited {
	text-decoration:none;
	color:#123763;	
}

a:hover {
	text-decoration : underline;
	color:#123763;	
}

a:active, a:focus  {
	text-decoration: underline;
	color:#123763;	
}

p {
    margin: 0 0 30px;
}

hr {
	font-size:1px;
}

.article_separator {
	clear:both;
	display:block;
	height:30px;
	margin:0;
	border-bottom:1px solid #f3f3f3;
}

img{
    max-width:100%;
    height:auto;
}

/* Small text */
.small, .smalldark, .createdate, .modifydate, .mosimage_caption,
.back_button, .pagenavcounter, .pagenav, .pagenavbar {
	font-size: 11px;
	color:#858583;
}

pre {
	overflow:auto
}
code, kbd, pre, samp {
	font-size:1em;
	font-family:Consolas, monospace, serif
}

code {
	white-space:nowrap
}

pre code {
	white-space:pre-wrap
}

pre {
	padding:10px;
	background:#ebebeb;
	color:#605f66;
	font-size:13px;
	line-height:20px;
	-moz-tab-size:4;
	tab-size:4
}

/* Heading */

h1, h2, h3, h4, h5, h6{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

ul {
	margin: 5px;
}

ul li {
	margin-left:30px;
}

a img {
	border: none;
}

td, div {
	font-size: 1em;
}

ul.check-list{
    margin:10px 0;
}

ul.check-list li{
    margin:3px 0;
    padding:0;
    font-size:14px;
    list-style:none;
}

ul.check-list li:before{
    content:'\f00c';
    font-family:'FontAwesome';
    font-size:30px;
    color:#00a65f;
    padding-right:10px;
}

ul.check-list li a{
    color:#515157;
}

.btn-green,
a.btn-green{
    background:#248cdc;
    box-shadow:0 3px #004424;
    border-radius:4px;
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    padding-left:25px;
    padding-right:25px;
    margin:15px 0;
    border:none;
}

.btn-green:hover,
.btn-green:focus,
a.btn-green:hover,
a.btn-green:focus{
    background:#004424;
    color:#fff;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
}

.bg-white{
	background: #fff;
}

.relative{
	position: relative;
}

.padding-none{
	padding: 0 !important;
}

/* FORM
--------------------------------------------------------- */

form {
	margin: 0;
	padding: 0;
}

input, select {
}

select, .inputbox {
}

textarea {

}

.button,
a.button {
	background: #ec3895;
	border: none;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin: 8px 0;
    padding: 8px 25px;
    text-transform: uppercase;
}

.button:hover, .button:focus {
	cursor:pointer;
	text-decoration:none;
}

.inputbox {
	
}

.inputbox:hover, .inputbox:focus {
	
}

.mt-btn,
a.mt-btn{
	width: auto;
	font-size: 16px;
	margin: 0 15px;
	padding: 10px 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	display: inline-block;
	color: #fff;
	background: #0099ff;
	border: solid 1px #0099ff;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.mt-btn:hover,
a.mt-btn:hover,
.mt-btn:focus,
a.mt-btn:focus{
	text-decoration: none;
	background: #fff !important;
	color: #0099ff !important;
}

.mt-btn.white,
a.mt-btn.white{
	background: #fff !important;
	color: #0099ff !important;
}

.mt-btn.white:hover,
a.mt-btn.white:hover,
.mt-btn.white:focus,
a.mt-btn.white:focus{
	background: #0099ff !important;
	color: #fff !important;
}

span.mt-btn-content,
span.mt-btn-content{
	position: relative;
	color: #fff;
}

/************************************************************************************
LAYOUT
*************************************************************************************/

.w100 {
	width: 100%;
}
.w75 {
	width: 75%;
}
.w50 {
	width: 50%;
}
.w25 {
	width: 25%;
}
.w20 {
	width: 20%;
}
.w0 {
	width: auto;
}
.clear {
	clear: both;
}
.overflow {
	overflow: hidden;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.margin-auto {
	margin: auto;
}
.wrapper {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
}

.pathway {
    margin: 10px 0;
}

ul.breadcrumb{
    margin:0 0 20px;
    padding:0;
    background:none;
    font-size:13px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

ul.breadcrumb li{
    margin:0;
    padding:0;
    list-style:none;
    color:#123763 !important;
	white-space: nowrap;
}

ul.breadcrumb li a{
    color:#868686;
}

ul.breadcrumb .divider{
    color:#868686;
    padding:0 5px;
}

.breadcrumb > li + li:before{
    content:'';
    padding:0;
}

.bg-gray{
	background: #f2f2f2;
}

.color{
	color: #ff9900;
}

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

.text-right{
	text-align: right;
}

/****/

#section1{
	background: #0a3870;
	color: #fff;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 15px 0;
}

#section1 a{
	color: #fff;
}

#section1 a:hover,
#section1 a:focus{
	color: #bbd0e8;
	text-decoration: none;
}

#mod-top{
	width: auto;
	float: right;
}

#mod-top ul{
	margin: 0;
	padding: 0;
}

#mod-top ul li{
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	list-style: none;
	color: #fff;
}

#mod-top ul li:hover{
	color: #bbd0e8
}

#mod-top .fa{
	font-size: 0;
}

#mod-top .fa:before{
	font-size: 18px;
	margin-right: 10px;
}

#section2{
	padding: 25px 0 0;
}

#logo{
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	color: #123763;
	font-size: 16px;
}

#logo a:hover,
#logo a:focus{
	text-decoration: none;
}

.homepage #section3{
	margin-bottom: 55px;
}

#section3{
	position: relative;
}

#section3 .onSlider{
	width: 880px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -440px;
	text-align: center;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
}

#section3 .onSlider .text{
	font-size: 49px;
	font-weight: 700;
	line-height: 130%;
	text-shadow: 2px 2px 5px #000;
	margin-bottom: 70px;
}

a.button-play{
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #05254b;
	background: #fff;
	border: solid 2px #2d6bb6;
	border-radius: 10px;
	padding: 20px 45px;
	line-height: 24px;
	transition: all .2s ease-in-out;
}

a.button-play:after{
	content: '\f0a9';
	font-family: 'FontAwesome';
	font-size: 24px;
	padding-left: 30px;
}

a.button-play:hover,
a.button-play:focus{
	text-decoration: none;
	background: #0a3870;
	color: #fff;
	padding: 22px 50px;
	outline: none;
}

.mfp-close-btn-in .mfp-close{
	color: #fff;
}

#section3 p{
	margin: 0;
	padding: 0;
}

.slideshow img{
	width: 100%;
	height: auto;
}

#section4 h2.item-title,
#section4 .page-header h2{
	color: #0a3870;
	text-align: center;
	margin: 0 0 30px;
	text-transform: uppercase;
}

#section4 .leftcol{
    margin-top: 65px;
}

#section4 .leftcol .moduletable{
	background: #0a3870;
	color: #fff;
	padding: 20px;
	margin-bottom: 30px;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

#section4 .leftcol .moduletable h3{
	margin: 0 0 20px;
	padding: 0 0 20px;
	color: #fff;
	font-size: 26px;
	font-weight: normal;
	position: relative;
}

#section4 .leftcol .moduletable h3:after{
	content: '';
	width: 50%;
	height: 3px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
}

#section4 .leftcol ul{
	margin: 0;
	padding: 0;
}

#section4 .leftcol ul li{
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

#section4 .leftcol ul li a{
	color: #fff;
	background: none;
	margin: 0;
	padding: 0;
}

#section4 .leftcol ul li a:hover,
#section4 .leftcol ul li a:focus{
	background: none;
	color: #5ca6ff;
	text-decoration: none;
}

#section4 .mainbody{
	margin-bottom: 50px;
}

#wrap-videos{
	margin-bottom: 30px;
}

#section4 .video1,
#section4 .video2{
	display: inline-block;
	margin: 0 30px;
}

#section5{
	/* 
	background-image: url('../images/bg-section.png');
	background-position: center center;
	background-size: cover;
	 */
	padding: 60px 0 30px;
	color: #fff;
}

#section5 h3{
	margin: 0 0 30px;
	color: #cdd9e6;
	font-size: 19px;
	line-height: 47px;
}

#section5 .user1:hover h3,
#section5 .user2:hover h3,
#section5 .user3:hover h3{
	color: #fff;
}

#section5 .user1 h3{
	padding-left: 60px;
	background: url('../images/icon1.png') left center no-repeat;
}

#section5 .user1:hover h3{
	background: url('../images/icon1-active.png') left center no-repeat;
}

#section5 .user2 h3{
	padding-left: 100px;
	background: url('../images/icon2.png') left center no-repeat;
}

#section5 .user2:hover h3{
	background: url('../images/icon2-active.png') left center no-repeat;
}

#section5 .user3 h3{
	padding-left: 65px;
	background: url('../images/icon3.png') left center no-repeat;
}

#section5 .user3:hover h3{
	background: url('../images/icon3-active.png') left center no-repeat;
}

/***/

#section6 h2{
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0;
	color: #123763;
}

#section6 .custom{
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	background: #234a78;
	position: relative;
	overflow: hidden;
}

#section6 .service0 .custom{
	background: none;
	color: #090909;
}

#section6 .custom a,
#section6 .custom a:hover,
#section6 .custom a:focus{
	color: #000;
	text-decoration: none;
}

#section6 .service2 .custom,
#section6 .service4 .custom{
	background: #66717e;
}

#section6 .col-img,
#section6 .col-title{
	display: table;
	padding: 0;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#section6 .col-img{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

#section6 .col-img img{
	width: 100%;
	height: auto;
}

#section6 .col-title:after{
	content: '';
	position: absolute;
	margin-top: -15px;
	top: 50%;
	left: -15px;
	z-index: 1;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right: 15px solid #234A78;
}

#section6 .service2 .col-title:after,
#section6 .service4 .col-title:after{
	left: auto;
	right: -15px;
	border-right: none;
	border-left: 15px solid #66717E;
}

#section6 .col-img > span,
#section6 .col-title > span {
    display: table-cell;
    vertical-align: middle;
}

#section6 .col-title .col-link{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	color: #fff;
	line-height: 100%;
    padding: 25px;
	background: #4e6d93;
}

#section6 .col-title .col-link:hover,
#section6 .col-title .col-link:focus{
	text-decoration: none;
}

#section6 .col-title .col-link:before{
	font-size: 28px;
	font-family: 'FontAwesome';
	content: '\f0c1';
	line-height: 100%;
}

#section6 .custom div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 0;
	background: rgba(35, 74, 120, 0.8);
	color: #fff;
	z-index: 2;
}

#section6 .custom div .col-img{
	padding: 30px;
}

#section6 .custom div .col-title:after{
	display: none;
}

#section6 .custom div .col-title .col-link{
	background: rgba(35, 74, 120, 0.8);
}

.service-boxes{
	width: 100%;
	float: left;
	margin-top: 50px;
}

.service-boxes .service-box{
	min-height: 148px;
	position: relative;
}

.service-boxes .service-box:after{
	content: '\f0c1';
	font-family: 'FontAwesome';
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	line-height: 100%;
	display: none;
}

.service-boxes .service-box{
	background: #fff;
}

.service-boxes .service-box:hover,
.service-boxes .service-box:focus{
	background: #e9edf1;
}

.service-boxes .service-box:nth-child(2),
.service-boxes .service-box:nth-child(3),
.service-boxes .service-box:nth-child(4){
	border-left: solid 5px #fff;
}

.service-boxes .custom{
	background: none !important;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

.service-boxes .custom p{
	margin: 0;
	padding: 0;
}

.service-boxes .custom a.full{
	display: block;
	padding: 50px 15px;
}

/***/

#section7 h2{
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0;
	color: #123763;
}

#section7 .product1,
#section7 .product2,
#section7 .product3,
#section7 .product4{
	padding: 0;
}

#section7 .custom{
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	background: #234a78;
	position: relative;
	overflow: hidden;
}

#section7 .product0 .custom{
	background: none;
	color: #090909;
}

#section7 .custom a,
#section7 .custom a:hover,
#section7 .custom a:focus{
	color: #fff;
	text-decoration: none;
}

#section7 .product3 .custom,
#section7 .product4 .custom{
	background: #66717e;
}

#section7 .col-img,
#section7 .col-title{
	display: table;
	padding: 0;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#section7 .col-img{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

#section7 .col-img img{
	width: 100%;
	height: auto;
}

#section7 .col-title:after{
	content: '';
	position: absolute;
	margin-top: -15px;
	top: 50%;
	left: -15px;
	z-index: 1;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent; 
	border-right: 15px solid #234A78;
}

#section7 .product3 .col-title:after,
#section7 .product4 .col-title:after{
	left: auto;
	right: -15px;
	border-right: none;
	border-left: 15px solid #66717E;
}

#section7 .col-img > span,
#section7 .col-title > span {
    display: table-cell;
    vertical-align: middle;
}

#section7 .col-title .col-link{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	color: #fff;
	line-height: 100%;
    padding: 15px;
	background: none;
}

#section7 .product3 .col-title .col-link,
#section7 .product4 .col-title .col-link{
	left: 0;
	right: auto;
}

#section7 .col-title .col-link:hover,
#section7 .col-title .col-link:focus{
	text-decoration: none;
}

#section7 .col-title .col-link:before{
	font-size: 28px;
	font-family: 'FontAwesome';
	content: '\f0c1';
	line-height: 100%;
}

#section7 .custom div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 0;
	background: rgba(35, 74, 120, 0.8);
	color: #fff;
	z-index: 2;
}

#section7 .custom div .col-img{
	padding: 30px;
}

#section7 .custom div .col-title:after{
	display: none;
}


/***/

#explore h2{
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0;
	color: #123763;
}

#explore p{
	margin: 0;
	padding: 0;
}

#explore a{
	color: #fff;
}

#explore .explore1,
#explore .explore2,
#explore .explore3{
	padding: 0;
	text-align: center;
	color: #fff;
}

#explore .explore1,
#explore .explore2{
	height: 230px;
	background: #234a78;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

#explore .explore2{
	background: #66717e;
}

#explore .explore1:hover,
#explore .explore1:focus,
#explore .explore2:hover,
#explore .explore2:focus{
	background: #4e6d93;
}

#explore .explore1 .custom,
#explore .explore2 .custom{
	width: 100%;
	height: 100%;
	float: left;
}

#explore .col-title{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
	padding: 0;
	font-size: 22px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
}

#explore .explore3 .col-title{
	height: 50px;
}

#explore .col-title > span {
    display: table-cell;
    vertical-align: middle;
}

#explore .col-title .col-link{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0;
	color: #fff;
	line-height: 100%;
    padding: 15px;
	background: #4e6d93;
}

#explore .col-title .col-link:hover,
#explore .col-title .col-link:focus{
	text-decoration: none;
}

#explore .col-title .col-link:before{
	font-size: 28px;
	font-family: 'FontAwesome';
	content: '\f0c1';
	line-height: 100%;
}

#explore .explore3{
	background: #234a78;
	padding: 25px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	margin-top: 10px;
	-moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -webkit-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer;
}

#explore .explore3:hover,
#explore .explore3:focus{
	background: #4e6d93;
}

/***/

#section8 h2{
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0;
	color: #123763;
}

#section8 p{
	margin: 0;
	padding: 0;
}

#section8 .industry1,
#section8 .industry2,
#section8 .industry3{
	padding: 0;
}

#section8 .industry1{
	border-right: solid 6px #fff;
}

#section8 .industry2{
	border-left: solid 4px #fff;
	border-right: solid 4px #fff;
}

#section8 .industry3{
	border-left: solid 6px #fff;
}

#section8 .custom{
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	background: #234a78;
	position: relative;
	overflow: hidden;
}

#section8 .industry0 .custom{
	background: none;
	color: #090909;
}

#section8 .custom a,
#section8 .custom a:hover,
#section8 .custom a:focus{
	color: #fff;
	text-decoration: none;
}

#section8 .col-img{
	width: 100%;
	display: table;
	padding: 0;
	font-size: 19px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}

#section8 .col-img img{
	width: 100%;
	height: auto;
}

#section8 .col-img > span{
    display: table-cell;
    vertical-align: middle;
}

#section8 .custom div{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	padding: 0;
	background: rgba(35, 74, 120, 0.8);
	color: #fff;
	z-index: 2;
}

#section8 .custom div .col-img{
	padding: 30px;
}

/***/

#section9{
	text-align: center;
}

#section9 p{
	margin: 0;
	padding: 0;
}

#section9 h3{
	text-transform: uppercase;
	text-align: center;
	margin: 60px 0 30px;
	color: #123763;
}

#back-top{
	width: 100%;
	float: left;
	padding: 15px;
	text-align: center;
	color: #0c0c0c;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 30px;
	cursor: pointer;
}

#back-top:after{
	content: '\f106';
	font-family: 'FontAwesome';
	font-size: 24px;
	padding-left: 10px;
}

/***/

#section10{
	padding: 40px 0 10px;
	background: #0c1825;
	color: #e7e7e7;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

#section10 a{
	color: #e7e7e7; 
}

#section10 a:hover,
#section10 a:focus{
	color: #fff; 
}

#section10 h3{
	color: #e7e7e7;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 30px;
	text-transform: uppercase;
}

#section10 ul{
	margin: 0;
	padding: 0;
}

#section10 ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}

.bottom1{
	width: 290px;
	float: left;
}

.bottom2{
	width: 280px;
	float: left;
	padding-top: 48px;
}

.bottom2 .fa{
	font-size: 0;
}

.bottom2 .fa:before{
	font-size: 24px;
	margin-right: 30px;
}

.bottom3{
	width: 160px;
	float: left;
}

.bottom4{
	width: 195px;
	float: left;
	padding-top: 48px;
}

.bottom5{
	width: 210px;
	float: left;
	padding-top: 48px;
}

/***/

#section11{
	font-size: 14px;
	color: #1c1c1c;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 20px 0;
}

#section11 a{
	color: #1c1c1c;
}

#section11 p{
	margin: 0;
	padding: 0;
}

.info2{
	text-align: right;
}

#mobile-top{
	display: none;
}

/*** SOLUTION ADDED ***/

.padding-left-none{
	padding-left: 0;
}

.padding-right-none{
	padding-right: 0;
}

.about-page .row{
	margin-bottom: 60px;
}

.about-page .about-row2 .about-text{
	float: right;
}

.about-page .about-img img{
	width: 100%;
}

.about-page h3,
.about-page h3 a{
	color: #0a3870;
}

/***/

.about-mod h3{
	color: #0a3870;
	font-size: 26px;
    margin: 30px 0;
    text-align: center;
    text-transform: uppercase;
}

.about-mod-content{
	position: relative;
}

.about-mod-content:after{
	content: '';
	width: 80%;
	height: 2px;
	background: #0a3870;
	position: absolute;
	left: 0;
	bottom: 0;
}

.about-mod-left .about-mod-content:after{
	left: auto;
	right: 0;
	background: #66717e;
}

.about-mod-content-text{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 45px;
	padding-right: 200px;
	color: #0a3870;
    font-size: 18px;
	line-height: 120%;
}

.about-mod-content-text h4{
	margin: 0 0 5px;
	padding: 0;
}

.about-mod-left .about-mod-content-text{
	padding-left: 200px;
	padding-right: 45px;
	text-align: right;
}

.about-mod-content-icon{
	width: 125px;
	height: 125px;
	float: right;
	background: #0a3870;
	padding: 25px;
	border-radius: 50% 50% 50% 0;
}

.about-mod-left .about-mod-content-icon{
	float: left;
	background: #66717e;
	border-radius: 50% 50% 0 50%;
}

.about-mod-left,
.about-mod-right{
	position: relative;
	display: flex;
}

.about-mod-left:before,
.about-mod-right:before{
	content: '';
	width: 36px;
	height: 70px;
	background: #0a3870;
	position: absolute;
	bottom: 28px;
	left: 50%;
	margin-left: -18px;
}

.about-mod-left:before{
	background: #66717e;
}

.about-mod-left:after,
.about-mod-right:after{
	content: '';
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #0a3870;
	position: absolute;
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
}

.about-mod-left:after{
	background: #66717e;
}

