/*
Custom css
*/
 
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/verdana-webfont.woff2') format('woff2'),
         url('../fonts/verdana-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Verdana';
    src: url('../fonts/verdana-grassetto-webfont.woff2') format('woff2'),
         url('../fonts/verdana-grassetto-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Open Sans';
    src:url('../fonts/OpenSans-Regular-webfont.eot');
    src:url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src:url('../fonts/OpenSans-Bold-webfont.eot');
    src:url('../fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold-webfont.woff') format('woff'),
        url('../fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold-webfont.svg#open_sansregular') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Monaco';
    src: url('../fonts/monaco_400.woff2') format('woff2'),
         url('../fonts/monaco_400.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/********** Global *******/
body{
	color:#3b3b3b;
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif; 
	font-weight: 400;
	line-height: 28px;
}
p{
	margin-bottom: 32px;
}
h1{
	color: #101214;
	font-size: 30px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
h2{
	color: #101214;
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
h3{
	color: #101214;
	font-size: 25px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
h4{
	color: #101214;
	font-size: 20px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
h5{
	color: #101214;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
h6{
	color: #101214;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	margin-bottom: 26px;
}
strong{
	font-weight: bold;
}
em, i{
	font-style: italic;
}
ul{
	list-style: disc;
	padding-left: 15px;
	margin-bottom: 40px;
}
ul li{
	margin-bottom: 14px;
}
ul li::marker {
        color: #0052cc;
    }
ol{
	list-style: decimal;
	padding-left: 20px;
	margin-bottom: 40px;
} 
ol li{
	margin-bottom: 14px;
} 
a{
	text-decoration: none;
	color: #0052cc;
}  
blockquote{
	background-color: #eff5fd;
	border-left:5px solid #0052cc;
	padding: 16px 51px 20px 16px;
	margin-bottom: 37px;
}
blockquote p{
	margin-bottom: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	border: 1px solid #e7e7e7;
	font-family: 'Verdana','Open Sans','Roboto', sans-serif;
	font-size: 15px;
	outline: none;
	width: 100%;
	padding: 5px 10px;
	 border-radius: 3px;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"]{
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}
 
::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input, select{
    outline-style:none;
box-shadow:none;
/*border-color:transparent;*/
outline: 0;
}
select{
	border: 1px solid #e7e7e7;
	font-family: 'Verdana','Open Sans','Roboto', sans-serif;
	font-size: 15px;
	padding: 5px 10px;
	 border-radius: 3px;
}
a,button,a:visited,a:focus{
    outline-style:none;
box-shadow:none;
border-color:transparent;
outline: 0;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active,
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover{
     border-color: transparent; 
}
/********** End Global *******/
.container{
	max-width: 1167px;
	margin: 0 auto;
}
/* Header */
#header{
	background-color: #f5fbff;
}
.header-content{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 50px 0;
}
.header-content #site-title img{
	display: block;
}
#branding{
	display: flex;
  align-items: center;
}
.header-content #menu{
	display: flex;
}
.header-content #menu .menu-menu-container{
	display: flex;
}
.header-content #menu ul {
	display: flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding:0;
}
.header-content #menu ul li{
	padding:0 8px;
	margin: 0;
}
.header-content #menu ul li a {
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	color: #3b3b3b;
	font-family: Verdana,'Roboto', sans-serif;
	min-height: 43px;
	display: flex;
	padding: 8px 15px;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	margin: 0;
}
.header-content #menu ul li a:hover, .header-content #menu ul li.current-menu-item a{
	color: #fff;
	background-color: #0c29ab ;
}
/* Header */
/* Footer */
#footer{
	background-color: #f5fbff;
	padding: 90px 0 0;
}
.footer-content{
	display: flex;
	flex-wrap: wrap;
}
.footer-content .footer-col1{
	flex:0 0 30%;
}
.footer-content .footer-col2{
	flex:0 0 25%;
}
.footer-content .footer-col3{
	flex:0 0 45%;
}
.footer-col1 p {
	display: flex;
	margin-top: 40px;
	align-items: center;
}
.footer-col1 p span{
	height: 15px;
  width: 17px;
  background-image: url(../images/footer-sprite.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -999em;
  margin: 2px 6px 0;
}
.footer-col-heading{
	font-size: 16px;
	text-transform: uppercase;
	color: #3b3b3b;
	margin-top: 20px;
	font-weight: normal;
}
.footer-content .footer-col2 ul{
 	padding:0;
	margin: 20px 0 0;
	list-style: none;
}
.footer-content .footer-col2 ul li{
	margin: 0;
	padding: 0;
}
.footer-content .footer-col2 ul li a{
	color: #0c29ab;
	font-size: 16px;
	line-height: 45px;
	text-decoration: none;
}
.footer-content .footer-col3 a{
	background-image:  url(../images/footer-sprite.png);
  background-repeat: no-repeat;
  text-indent: -999em;
  display: block;
}
.footer-content .footer-col3 ul{
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
}
.footer-content .footer-col3 ul li{
	margin: 0;
	padding: 0;
}
.x-icon{
	height: 23px;
  width: 24px;
  background-position: -17px 0px;
  margin-right: 10px;
}
.facebook-icon{
	height: 24px;
  width: 13px; 
  background-position:-43px 0px;
}
.x-icon:hover{ 
  background-position: -17px -24px; 
}
.facebook-icon:hover{ 
  background-position:-43px -24px;
}
#copyright{
	text-align: center;
	font-family: Verdana,'Roboto', sans-serif;
	padding: 40px 0;
	color: #3b3b3b;
	font-size: 16px;
	line-height: 30px;
}
/* Footer */
/* Home */
.section-1{
	background-color: #f5fbff;
	padding: 120px 0 140px;
}
.section-1 .content{
	text-align: center;
}
.section-1 .content h1{
	font-family: Open Sans,'Roboto', sans-serif; 
	color: #3b3b3b;
	font-size:48px;
	line-height: 48px;	
	text-transform: uppercase;
	font-weight: bold;
}
.section-1 .content h3{
	color: #0c29ab;
	font-size:28px;
	line-height: 48px;	
	font-weight: normal;
}
.section-1 .content h3 a{
	color: #0c29ab;
	text-decoration: underline;
}
.section-2 .content{
	text-align: center;
	padding:100px 0 0 ;
}
.section-2 .content h2{
	text-align: center;
	font-family: Verdana,'Roboto', sans-serif; 
	color: #3b3b3b;
	font-size: 28px;
	line-height: 30px;
	font-weight: normal;
}
.section-2 .content p{
	text-align: center;
	font-family: Verdana,'Roboto', sans-serif; 
	color: #3b3b3b;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 60px;
	margin-top: 30px;
} 
.section-2 .content a.btn{
	min-width: 400px;
	background-color: #0c29ab;
	min-height: 72px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	text-decoration: none;
}
.section-2 .content a.btn:hover{
	background-color: #1d39b5;
}

.section-2 .content .btn-container {
	display: flex;
	justify-content: center;
}
.section-3{
	margin-top: 130px;
	margin-bottom: 100px;
}
.section-3 .content h3.heading-section{
	color: #0c29ab;
	font-size: 30px;
	text-transform: uppercase;
	line-height: 24px;
	font-family: Open Sans,'Roboto', sans-serif; 
	font-weight: bold;
	text-align: center;
}
.section-3 .content p.heading-sub-text{
	text-align: center;
	font-family: Verdana,'Roboto', sans-serif; 
	color: #3b3b3b;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 120px;
	margin-top: 20px;
}
.section-3 .content .section-3-cols{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:50px;
}
.section-3 .content .section-3-cols .section-3-col-left{
	flex:0 0 calc( 50% - 25px);
}
.section-3 .content .section-3-cols .section-3-col-right{
	flex:0 0 calc( 50% - 25px);
}
.section-3 .content .box-content{
	margin-bottom: 168px;
}
.section-3 .content .box-content p{
	font-family: Verdana,'Roboto', sans-serif; 
	color: #3b3b3b;
	font-size: 16px;
	line-height: 30px; 
	margin: 0;
}
.section-3 .content .box-content .img-box-content{
	margin-bottom: 30px;
}
.section-3 .content .box-content .img-box-content img{
	display: block;
}
.section-3 .content .box-content .btn-box-content{
	display: flex;
}
.section-3 .content .box-content .btn-box-content a{
	color: #0c29ab;
	text-decoration: none;
	font-family: Verdana,'Roboto', sans-serif;  
	font-size: 16px;
	line-height: 30px; 
	border:1px solid  #0c29ab;
	border-radius: 4px;
	padding: 2px 15px 3px;
	margin-top: 30px;
}
.section-3 .content .box-content .btn-box-content a:hover{
	color: #fff;
	background-color: #0c29ab;
}
.section-3 .content a.btn{
	min-width: 400px;
	background-color: #0c29ab;
	min-height: 72px;
	text-align: center;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	text-decoration: none;
}
.section-3 .content a.btn:hover{
	background-color: #1d39b5;
}

.section-3 .content .btn-container {
	display: flex;
	justify-content: center;
}
/* Home */
/**** 404 *****/
.header-404-content {
	margin: 0 auto;
	max-width: 630px;
	text-align: center;
	min-height: 210px;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-404-content h1{
	margin: 0 0 10px;
	font-weight: bold;
	font-size: 30px;
	color: #3b3b3b;
	font-family: "Open Sans",'Verdana','Roboto', sans-serif;
	padding: 0;
}
.header-404-content p {
	line-height: 25px;
	font-weight: normal;
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 0;
	font-family: 'Verdana',"Open Sans",'Roboto', sans-serif;
}
.error404 .entry-content .main {
	max-width: 730px;
	min-height: 500px;
	margin: 0px auto 0;
	background: url(../img/404.png) no-repeat scroll center top;
}
.error404 .entry-content{
	background-color: #f5f5f5;
	padding-top: 120px;
}
/**** 404 *****/
/**** Default page *****/
.section-document{
	padding-top: 110px;
	padding-bottom: 70px;
}
/**** Default page *****/
/**** Support page *****/
.section-support-1 .content {
	max-width: 670px;
	margin: 0 auto;
}
.section-support-1 .content h3{
	font-weight: normal;
	font-size: 16px;
	color: #3b3b3b;
	margin-bottom: 0;
	font-family: 'Verdana',"Open Sans",'Roboto', sans-serif;
	line-height: 30px;
}
.contact-form-content{
	margin: 0 auto;
	max-width: 670px; 
	padding-top: 90px;
}
.contact-form-content p.contact-form-note{
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif;
	line-height: 30px; 
	font-weight: 400;
	color: #101214;
	margin-bottom: 0;
}
.contact-form-content form .field{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	padding-bottom: 45px;
}
.contact-form-content form label{
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif;
	line-height: 30px; 
	font-weight: 400;
	color: #101214;
	padding-bottom: 2px;
}
.contact-form-content form  input{
	height: 60px;
	border:1px solid #e7e7e7;
	background-color: #fff;
	border-radius: 5px;
	padding : 10px;
	color: #101214;
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif;
	line-height: 30px; 
	font-weight: 400;
}
.contact-form-content form textarea{
	border:1px solid #e7e7e7;
	background-color: #fff;
	border-radius: 5px;
	padding : 10px;
	color: #101214;
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif;
	line-height: 30px; 
	font-weight: 400;
	height: 240px;
}
.contact-form-content form  input#submit{
	width: 100%;
	color: #fff;
	font-size: 16px;
	font-family: Verdana,'Roboto', sans-serif;
	line-height: 30px; 
	font-weight: 400;
	background-color: #0c29ab;
	text-align: center;
	border:0;
	cursor: pointer;
}
.contact-form-content form  input#submit:hover{
	background-color: #1d39b5;
}
.contact-form-note-text{
	margin: 0;
	font-size: 16px;
	color: #a3a3a3;
	line-height: 24px; 
	margin-bottom: 63px;
}
@media(max-width:1140px){
	 
}
@media(max-width:890px){ 
	.contact-container{
		padding-left: 20px;
		padding-right: 20px;
	} 
}
@media(max-width:660px){
	
	 
}
@media(max-width:500px){
	 
}
/**** Support page *****/