body {
color:#02124d;
line-height:28px;
}
/*header section*/
.sp-megamenu-parent > li.active > a {
transition: color 0.3s ease;
background:#00b1f5;
color:#fff;
font-weight:700;
} 
.sp-megamenu-parent > li.active:hover > a {
transition: color 0.3s ease;
color: #02124d;
}
.sp-megamenu-parent > li > a:hover {
color: #00b1f5;
transition: color 0.3s ease;
}
.sp-megamenu-parent > li > a {
font-weight: 700;
text-transform: uppercase;
transition: color 0.3s ease;
color:#fff;
}
.sp-megamenu-parent {
float: left;
}
.sp-dropdown-inner {
background:#02124d;
}
.sp-dropdown-inner a,
.sp-dropdown-inner .sp-megamenu-parent > li > a, 
.sp-dropdown-inner .sp-megamenu-parent > li > span, 
.sp-dropdown-inner .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a  {
color:#fff !important;
font-weight:400 !important;
transition: color 0.3s ease;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:hover {
background:#00b1f5;
transition: color 0.3s ease;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
transition: color 0.3s ease;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
padding:0;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
padding: 6.25px 25px;
}

[type="search"] {
background-color: #02124d;
padding: 0 25px;
height:60px;
border-radius:0px;
border:0px solid #fff;
width: 100%;
}
#sp-search.col-lg-3  {padding-right:0px;}
/*end hs*/
/**/

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?giunqr');
  src: url('../fonts/icomoon.eot?giunqr#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?giunqr') format('truetype'), url('../fonts/icomoon.woff?giunqr') format('woff'), url('../fonts/icomoon.svg?giunqr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="wicon-"],
[class*=" wicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wicon-decorated-bg:before {
  content: "\e913";
}
.wicon-section-header-decor:before {
  content: "\e900";
}
.wicon-iconmonstr-unlink-thin:before {
  content: "\e919";
}
.wicon-iconmonstr-flag-thin:before {
  content: "\e918";
}
.wicon-iconmonstr-play-thin:before {
  content: "\e917";
}
.wicon-iconmonstr-x-mark-thin:before {
  content: "\e916";
}
.wicon-iconmonstr-angel-left-circle-thin:before {
  content: "\e901";
}
.wicon-iconmonstr-angel-right-circle-thin:before {
  content: "\e902";
}
.wicon-iconmonstr-bar-chart-thin:before {
  content: "\e903";
}
.wicon-iconmonstr-briefcase-thin:before {
  content: "\e904";
}
.wicon-iconmonstr-computer-thin:before {
  content: "\e905";
}
.wicon-iconmonstr-database-thin:before {
  content: "\e906";
}
.wicon-iconmonstr-folder-full-thin:before {
  content: "\e907";
}
.wicon-iconmonstr-gear-thin:before {
  content: "\e908";
}
.wicon-iconmonstr-globe-thin:before {
  content: "\e909";
}
.wicon-iconmonstr-info-thin:before {
  content: "\e90a";
}
.wicon-iconmonstr-light-bulb-thin:before {
  content: "\e90b";
}
.wicon-iconmonstr-location-pin-thin:before {
  content: "\e90c";
}
.wicon-iconmonstr-mail-thin:before {
  content: "\e90d";
}
.wicon-iconmonstr-menu-thin .path1:before {
  content: "\e90e";
  color: #1040e2;
}
.wicon-iconmonstr-menu-thin .path2:before {
  content: "\e90f";
  margin-left: -1em;
  color: #000000;
}
.wicon-iconmonstr-minus-thin:before {
  content: "\e910";
}
.wicon-iconmonstr-phone-thin:before {
  content: "\e911";
}
.wicon-iconmonstr-plus-thin:before {
  content: "\e912";
}
.wicon-iconmonstr-search-thin:before {
  content: "\e914";
}
.wicon-iconmonstr-zoom-in-thin:before {
  content: "\e915";
}

/**/
.icon-box.v2 {
  background-color: #F8F8F8;
  color: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.icon-box.v2 {
  padding: 50px 25px;
  text-align: center;
  color: #fff;
  position: relative;
}
.icon-box.v2 [class^="wicon-"],
.icon-box.v2 [class*=" wicon-"] {
  color: #00b1f5;
  font-size: 48px;
}
.wicon-iconmonstr-folder-full-thin {
  height:48px;
}
.icon-box.v2 .hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000;
  transition: opacity 0.3s ease;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.icon-box.v2 .hover img {
  height: 100%;
  width: auto;
  max-width: none;
  opacity: .4;
  position: relative;
  z-index: 2;
}
.icon-box.v2 .hover a {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
}
.icon-box.v2 .hover a span {
  transition: color 0.3s ease;
  color: #fff;
}
.icon-box.v2 .hover a span:hover {
  color: #00b1f5;
}
.icon-box.v2 .title {
  font-weight: 700;
  text-transform: capitalize;
}
.icon-box.v2 h5 {
  color:#02124d;
  padding-top:17px;
  padding-bottom:15px;
  font-size: 15px !important;
  text-transform: uppercase;
}
.icon-box.v2 p {
	font-size: 16px;
  color:#02124d;
  line-height:27px;
}
.icon-box.v2:hover .hover {
  opacity: 1;
}
/**/
#sp-bottom .sp-module-title:after {
margin-top: 25px;
content: '';
width: 25px;
height: 3px;
background-color: #00b1f5;
display: block;
}
#sp-bottom .sp-module-title {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #02124d;
text-transform: uppercase;
font-size:20px !important;
}
/**/

.article-list .article .readmore a:hover, 
.article-list .article .readmore a:active, 
.article-list .article .readmore a:focus {
color: #02124d;
}
.article-list .article .readmore a {
color: #00b1f5;
font-size:16px;
}
.article-list .article .article-header h1 a, 
.article-list .article .article-header h2 a {
font-weight: 700;
color: #02124d;
text-transform: uppercase;
transition: color 0.3s ease;
}
.article-list .article .article-header h1 a:hover, 
.article-list .article .article-header h2 a:hover, 
.article-list .article .article-header h1 a:active, 
.article-list .article .article-header h2 a:active, 
.article-list .article .article-header h1 a:focus, 
.article-list .article .article-header h2 a:focus {
text-decoration: underline;
color: #00b1f5; 
transition: color 0.3s ease;
}
#sp-right,
#sp-left {
border:0px solid #eee;
background:#F8F8F8;
padding:50px;
}
#sp-left .sp-module .sp-module-title, 
#sp-right .sp-module .sp-module-title {
margin: 0 0 0px;
padding-bottom: 20px;
border-bottom: 0px solid #f3f3f3;
}
#sp-right .sp-module-title:after,
#sp-left .sp-module-title:after {
margin-top: 25px;
content: '';
width: 25px;
height: 3px;
background-color: #00b1f5;
display:block;
}
#sp-right .sp-module-title,
#sp-left .sp-module-title {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #02124d;
text-transform: uppercase;
line-height: 1.304;
}
#sp-left .sp-module, 
#sp-right .sp-module {
padding:0;
border:0px solid #eee;
}
.categories-module li a {
color: #02124d;
text-decoration: underline;
font-size: 16px;
font-weight:400;
transition: color 0.3s ease;
}
.categories-module li:hover a {
color: #00b1f5;
text-decoration: none;
font-size: 16px;
font-weight:400;
transition: color 0.3s ease;
}

#sp-left .menu li a,
#sp-right .menu li a  {
color: #02124d;
text-decoration: underline;
font-size: 16px;
font-weight:400;
transition: color 0.3s ease;
}
#sp-left .menu li:hover a,
#sp-right .menu li:hover a  {
color: #00b1f5;
text-decoration: none;
font-size: 16px;
font-weight:400;
transition: color 0.3s ease;
}
#sp-left .sp-module ul > li > a, 
#sp-right .sp-module ul > li > a {
padding:0;
}
#sp-left .sp-module ul > li, 
#sp-right .sp-module ul > li {
border-bottom: 0px solid #f3f3f3;
}
.latestnews li:last-child {
border-bottom: 0px solid #eee !important;
padding-bottom: 0px;
}
.latestnews li {
border-bottom: 1px solid #eee !important;
padding:10px 0;	
}
.latestnews li a {
color: #02124d;
transition: color 0.3s ease;
}
.latestnews li:hover a {
color: #00b1f5;
transition: color 0.3s ease;
}
.latestnews li a span {
color: #00b1f5;
font-weight: 500;
transition: color 0.3s ease;
}

#sp-left .sp-module .tagscloud .tag-name, 
#sp-right .sp-module .tagscloud .tag-name {
color: #02124d;
transition: color 0.3s ease;
background: transparent;
border-radius: 0px;
margin: 6px 0 6px 0;
padding: 0 15px 0 0;
font-weight:300;
text-decoration: underline;
font-style: italic;
}

#sp-left .sp-module .tagscloud .tag-name:hover, 
#sp-right .sp-module .tagscloud .tag-name:hover {
color: #00b1f5;
transition: color 0.3s ease;
background: transparent;
text-decoration: none;

}
blockquote {
  margin: 0;
  padding: 0;
  margin-top: 25px;
  border: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  padding-left: 25px;
  border-left: 3px solid #08237e;
  font-size: 1.4rem;
  font-style: italic;
  color: #02124d;
}
blockquote footer {
  font-size: .7rem;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  color: #00b1f5;
  font-style: normal;
  margin-bottom: 25px;
}
blockquote * {
  margin-top: 12.5px;
}
.sppb-article-info-wrap h3 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #02124d;
text-transform: uppercase;
line-height: 30px;
font-size: 17px;
padding-top:20px;
}
.sppb-article-info-wrap h3 a {
color: #02124d;
}
.sp-page-title {
padding:110px 0;
background-attachment: inherit;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

#sp-header {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.sp-page-title .sp-page-title-heading {
font-size: 4rem;
font-weight: 700;
letter-spacing: -2px;
text-transform: uppercase;
line-height: 1;
}
.menuzero #sp-main-body {
    padding-top: 0 !important;
}
ol.ul-check,
ul.ul-check {
  padding-left: 0;
}
ol.ul-check li,
ul.ul-check li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
    padding-bottom: 10px !important;
}
ol.ul-check li:before,
ul.ul-check li:before {
  content: '\f00c';
  font-family: FontAwesome;
  color: #00b1f5;
  margin-right: 12.5px;
}
ul.li-check,
ul.li-arrow {
  padding: 0;
}
ul.li-check li,
ul.li-arrow li {
  padding-left: 25px;
}
ul.li-check li:before,
ul.li-arrow li:before {
  margin-left: -25px;
  content: '\f00c';
  font-family: FontAwesome;
  margin-right: 12.5px;
  color: #00b1f5;
}
ul.li-arrow li:before {
  content: '\f0a9';
}
.sp-page-title .breadcrumb > .active {text-decoration: underline !important; color: #fff;}
.sp-page-title .breadcrumb > span, 
.sp-page-title .breadcrumb > li, 
.sp-page-title .breadcrumb > li + li::before, 
.sp-page-title .breadcrumb > li > a {
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}
.sp-page-title .breadcrumb {
margin: 20px 0 0 0;
}
.pager > li a {
    border: 1px solid #00b1f5;
    border-radius: 100px;
}
.pager > li a:hover {
    border: 1px solid #00b1f5;
    background: #00b1f5;
	color:#fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li.active > a {
background: transparent;
color: #00b1f5;
text-decoration:underline;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a {
background: transparent;
color: #08237e;
font-size: .75rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
padding-left:0;
padding-right:25px;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li > a:hover {
color: #00b1f5;
}
.sp-simpleportfolio .sp-simpleportfolio-filter {
text-align: left;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
margin: 0;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info {
background: #f8f8f8;
font-size: .7rem;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
color: #00b1f5;
border: 2px solid transparent;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info:hover h3 > a {
color: #08237e;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-info h3 > a {
font-size: 1rem;
color: #02124d;
text-transform: capitalize;
font-weight:400;
}
.sp-simpleportfolio .sp-simpleportfolio-item:hover .sp-simpleportfolio-info {
    background: #f8f8f8;
    color: #00b1f5;
	border: 2px solid #02124d;
}
.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a:hover {
background: #02124d;
border-color: #02124d;
}
.featherlight:last-of-type {
z-index: 9999 !important;
}
.sp-simpleportfolio .sp-simpleportfolio-img {width: 100%;}
.sp-simpleportfolio .sp-simpleportfolio-image {margin-bottom: 40px;}
.sp-simpleportfolio-link .btn-primary {
border-radius: 2px;
font-weight: 700;
text-transform: capitalize;
border: 0;
padding: 13px 35px;
text-decoration: none;
font-size: 16px;
transition: all 0.3s ease;
background: #00b1f5;
}
.sp-simpleportfolio-link .btn-primary:hover {
color: #fff;
background: #008cc2;
border-color: #0085b8;
}
.sp-simpleportfolio .sp-simpleportfolio-meta h4 {
font-size: 15px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 2px;
color: #00b1f5;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
margin-top: 42px;
}
.sp-simpleportfolio .sp-simpleportfolio-description > h2 {
font-family: 'Poppins', sans-serif;
font-weight: 700;
color: #02124d;
text-transform: uppercase;
font-size: 1.71rem;
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #eee;
}
.sp-simpleportfolio .sp-simpleportfolio-img {
border: 5px solid #02124d;
}
.sp-simpleportfolio .sp-simpleportfolio-description {
width: 63%;
}
.sp-simpleportfolio .sp-simpleportfolio-meta {
  width: 37%;
  padding-left:50px;
  }
/**/

.icon-box.v3 {
  position: relative;
  overflow: hidden;
  margin-top: 25px;
}
.icon-box.v3 figure {
  margin-top: 0;
}
.icon-box.v3 .content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.icon-box.v3 .content .content-inner {
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #08237e;
  padding: 10px 30px;
  color: #fff;
  height: auto;
  width: auto;
  transition: all 0.3s ease;
}
.icon-box.v3 .content .content-inner .title {
  color: #fff;
}
.icon-box.v3 .content .content-inner p {
  opacity: 0;
  display: none;
  transition: all 0.3s ease;
  transition-delay: 0.3s;
}
.icon-box.v3 .content .content-inner p a {
  font-weight: 700;
  color: #fff;
}
.icon-box.v3:hover .content .content-inner {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-top:20px;
  padding-left: 30px;
  background-color: rgba(0, 0, 0, 0.6);
}
.icon-box.v3:hover .content .content-inner p {
  opacity: 1;
  display: inline-block;
}
.icon-box.v3 h4 {
font-size: 24px;
line-height: 35px;
}