﻿body
{
    font-family: 'Open Sans', Verdana, sans-serif;
    font-size: 10.5pt;
    color: #333;
}

h2 {
    font-size: 26px;
}

.section {
    padding: 20px 0px 0px 0px;
}

/*nav, .lead 
{
    font-family: 'Open Sans';
}*/

.logo
{
    margin-top: 7px;
}

.tp-caption a {
    font-size: 1.2em;
    color: #fff;
    text-shadow: none;
    transition: all 0.2s ease-out 0s;
}

.tp-caption.ps_bold_large_text_60 {
    position:absolute;
    color:#fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight:600;
    font-size:50px;
    line-height:50px;
    font-family:'Open Sans', sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}

.tp-caption.ps_bold_large_text_50 {
    position:absolute;
    color:#fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight:600;
    font-size:50px;
    line-height:50px;
    font-family:'Open Sans', sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}

.tp-caption.ps_bold_large_text_35 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 600;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
    letter-spacing: -1px;
}

.tp-caption.ps_thin_large_text_60 {
    position:absolute;
    color:#fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight:300;
    font-size:50px;
    line-height:50px;
    font-family:'Open Sans', sans-serif;
    margin:0px;
    border-width:0px;
    border-style:none;
    white-space:nowrap;
}

.tp-caption.ps_thin_large_text_50 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    font-size: 50px;
    line-height: 50px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.ps_thin_large_text_40 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    font-size: 40px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.ps_thin_large_text_35 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    font-size: 35px;
    line-height: 35px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.ps_bold_text_20 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 600;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.ps_thin_text_20 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption.ps_thin_text_14 {
    position: absolute;
    color: #fff;
    /*text-shadow:0px 2px 5px rgba(0, 0, 0, 0.5);*/
    font-weight: 300;
    font-size: 14px;
    line-height: 14px;
    font-family: 'Open Sans', sans-serif;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.box-style-1 i.small {
	font-size: initial;
	margin: 0px 0 5px;
	text-align: center;
}

.parallax-bg-1 {
	background: url("images/accents/parallax-bg-1.jpg") 5% 0px no-repeat;
}

.white-transparent-bg {
	background-color: rgba(255, 255, 255, .3); !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border: none !important;
}
.black-transparent-bg {
	background-color: rgba(0, 0, 0, .4); !important;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
	border: none !important;
}

.gray-bg .form-control,
.header-top-dropdown .form-control,
#footer.light .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
	background-color: #ffffff;
}

.totop a i {
    border-radius: 2px;
    display: block;
    font-size: 20px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    width: 32px;
}

.scrollToTop {
	color: #fff;
	position: fixed;
	bottom: 5px;
	right: 5px;
	width: 50px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: #21578a;
	z-index: 1005;
	display: none;
    border-radius: 2px;
}

.scrollToTop i {
	line-height: 47px;
	font-size: 24px;
}

.rounded-1 {
    border-radius: 2px !important;
}
.square-2 {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 22px;
}

.social-links li.facebook i {
    background: #134fa0 none repeat scroll 0 0;
    color: #fff;
}

.social-links li.facebook i:hover {
    background: #3280e7 none repeat scroll 0 0;
}

.social-links li.pinterest i {
    background: #b72411  none repeat scroll 0 0;
    color: #fff;
}

.social-links li.pinterest i:hover {
    background: #ed5441  none repeat scroll 0 0;
    color: #fff;
}

.social-links li.twitter i {
    background: #55acee none repeat scroll 0 0;
    color: #fff;
}

.social-links li.twitter i:hover {
    background: #32c8de none repeat scroll 0 0;
    color: #fff;
}

.social-links li.youtube i {
    background: #eb6440 none repeat scroll 0 0;
    color: #fff;
}

.social-links li.youtube i:hover {
    background: #f96f4a  none repeat scroll 0 0;
    color: #fff;
}

.owl-carousel .owl-item > div.testimonial {
    margin: 10px 0 0;
}

.testimonial-body {
	padding: 0 15px;
}

.testimonial-body blockquote
{
    margin: 0 0 0 25px;
}

.list-contact li {
    padding: 0 0 10px 0;
}

.page-intro i
{
    color: #ddd;
}

.fixed-header-on .header.fixed {
	background-color: rgba(255, 255, 255, 1) !important;
}

a.anchor
{
    display: block;
    position: relative;
    top: -180px;
    visibility: hidden;
}

/*.header-top-dropdown .btn-partner,
.header-top-dropdown .btn-partner>btn
{
	color: #fff !important;
	background-color: #bbb;
	border-left-color: #e3e3e3;
    border-right-color: #e3e3e3;
    border-radius: 0 !important;
}*/

.modal form {
    margin: 0px;
}

.modal-content .modal-title {
	font-size: 24px;
	color: #333;
    padding-top: 5px !important;
    padding-bottom: 10px !important;
}

.modal-open .page-wrapper {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}
@media (min-width: 480px) {
  .modal-alert .modal-dialog {
    width: 350px;
  }

  .modal-alert .modal-dialog-large {
    width: 350px;
  }
}
@media (min-width: 768px) {
  .modal-alert .modal-dialog {
    width: 585px;
  }

  .modal-alert .modal-dialog-large {
    width: 750px;
  }
}
@media (min-width: 1200px) {
  .modal-alert .modal-dialog {
    width: 585px;
  }

  .modal-alert .modal-dialog-large {
    width: 850px;
  }
}

@media (min-width: 1700px) {
  .modal-alert .modal-dialog {
    width: 585px;
  }

  #modal-player > .modal-dialog-large {
    width: 1280px;
  }

  #modal-player > .modal-dialog-large > .modal-content {
    border: 0px !important;
  }
}

.modal-backdrop
{
    opacity:0.6 !important;
}

.modal-alert .modal-header,
.modal-alert .modal-title,
.modal-alert .modal-body,
.modal-alert .modal-footer {
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: center !important;
}

.modal-alert .modal-lefttitle
{
  background: none;
  border: none;
  margin: 0;
  padding: 0 20px;
  text-align: left !important;
}

.modal-alert .modal-header {
  color: #fff;
  margin-bottom: 20px;
  padding: 25px 0 18px 0;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 4px solid rgba(0, 0, 0, 0.08);
}
.modal-alert .modal-header .fa {
  font-size: 75px;
}
.modal-alert .modal-header h1, .modal-alert .modal-header h4, .modal-alert .modal-header h4 small {
  color: #fff;
}
.modal-alert .modal-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 3px;
}
.modal-alert .modal-body {
  color: #888;
}
.modal-alert .modal-footer {
  margin: 25px 0 20px 0;
}
.modal-alert.modal-primary .modal-header {
  background: #21578a;
}
.modal-alert.modal-info .modal-header {
  background: #5bc0de;
}
.modal-alert.modal-danger .modal-header {
  background: #983222;
}
.modal-alert.modal-warning .modal-header {
  background: #ec7a08;
}
.modal-alert.modal-success .modal-header {
  background: #5cb85c;
}

.modal-alert .modal-footer {
    background-color: #f2f2f2;
    border-top: 1px solid #e4e4e4;
    margin: 25px 0 0 0;
    padding: 20px 0;
}

#modal-player.in {
    display: flex !important;
}

/* Ugly hack for video modal in IE to not be pinned to the top :-/  */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     #modal-player.modal {
         top: 50px;
     }

     #modal-player .modal-header .modal-close {
        right: 0px !important;
        top: 0px !important;
    }
}

#modal-player .modal-dialog {
    margin: auto !important;
}

#modal-player .modal-header {
    margin: 0 !important;
}

#modal-player .modal-body {
    padding: 0 !important;
}

#modal-player .modal-header .modal-close {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
}

.video-thumbnail {
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #eee;
}

.video-thumbnail:before {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f16a";
    font-family: FontAwesome;
    font-size: 60px;
    color: #21578a;
    opacity: .20;
}

.video-thumbnail:hover:before {
    color: #21578a;
    opacity: .75;
}

.box-style-parallax {
    padding: 20px;
}

.vertical .tab-content {
    box-shadow: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	color: #333;
	background-color: #fcfcfc;
}

.tab-content {
	background-color: #fcfcfc;
}

.vertical .nav-tabs {
	background-color: #21578a;
}

.vertical .nav-tabs > li a {
	border-bottom: 1px solid #1c4a75;
}
.vertical .nav-tabs > li > a:hover:after,
.vertical .nav-tabs > li.active > a::after {
    background-color: #333 !important;
    height: 103%;
    left: -1px;
    top: 0px;
}

@media (max-width:480px) {
	.nav-tabs > li > a:hover:after {
		background-color: #983222;
	}
}

.navbar-default .navbar-nav > li > a {
    padding: 12px 35px 12px 20px;
}

.navbar-default .navbar-nav > li.NoDrop > a {
    padding: 12px 20px 12px 20px;
}

.dropdown > a::before {
    right: 20px;
}

.dropdown-menu > li > a {
	padding: 12px 20px;
}

.submenu
{
    background-color: #fafafa;
    border: 1px solid #f5f5f5;
}

.submenu > li > a {
  color: #777;
  margin: 0px 15px;
  transition: none !important;
}

.submenu > li:hover, .submenu > li.active,
.submenu > li.active > a, .submenu > li > a:hover
{
  text-decoration: none;
  background-color: #fff !important;
  color: #000;
  transition: none !important;
}

.list-icons li i {
    text-align: left;
    width: 15px;
}

.tab-content.clear-style {
	border: none;
	padding: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}

.affix .hide-affix
{
    display: none;
}



.tab-content h1 {
    font-size: 30px;
}

.pl-25 {
	padding-left: 25px;
}

.pr-25 {
	padding-left: 25px;
}

.mt-10 {
	margin-top: 10px;
}
.mb-10 {
	margin-bottom: 10px;
}
.space-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}
.space-top-10 {
	padding-top: 10px;
}
.space-bottom-10 {
	padding-bottom: 10px;
}

ul.pagination li.active a, .pagination > .active > a:hover, .pagination > .active > a:focus {
    background-color: #21578a;
    border-color: #21578a;
    color: #ffffff;
}

ul.pagination li a:hover
{
    background-color: #ccc;
    border-color: #ccc;
    color: #000;
}

.has-error.dark .control-label
{
    color: #555555;
}

.has-error.dark .form-control
{
    border-color: #e66454;
    box-shadow: none;
}

.has-warning .help-block, .has-error .help-block, .has-success .help-block {
    border: 1px solid;
    border-radius: 4px;
    display: block;
    margin-top: 2px;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}

.has-error.dark .help-block {
    background: none repeat scroll 0 0 / 20px 20px #e66454;
    border-color: #df3c28;
    color: #ffffff;
}

.has-error.dark .help-block {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #e66454;
}

.has-error.dark .help-block:after {
    border-bottom-color: #e76858;
}
.has-error .help-block:after {
    border-bottom-color: #f3e2e2;
}
.has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
    border-bottom: 6px solid;
    left: 17px;
    top: -6px;
}
.has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before, .has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    position: absolute;
}

.alert.alert-danger.alert-dark {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #e66454;
    border-color: #df3c28;
}
.alert.alert-dark {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #f4b04f;
    background: #e66454;
    border-color: #f19a1f;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.tabs-style-2 .nav-tabs > li.active > a,
.tabs-style-2 .nav-tabs > li.active > a:hover,
.tabs-style-2 .nav-tabs > li.active > a:focus {
    background: none repeat scroll 0 0 #fbfbfb;
    border-bottom: 3px solid #21578A;
	color: #21578A;
    font-size: 1.15em;
}

.tabs-style-2 .nav-tabs > li > a {
    font-size: 1.15em;
}

.tabs-style-2 .nav-tabs > li > a:hover {
    color: #333;
    font-size: 1.15em;
}

@media print {
  a[href]:after {
    content: none;
  }
}

.help-block { margin: 0; }

.has-error.dark .control-label
{
    color: #555555;
}

.has-error.dark .form-control
{
    border-color: #e66454;
    box-shadow: none;
}

.has-warning .help-block, .has-error .help-block, .has-success .help-block {
    border: 1px solid;
    border-radius: 4px;
    display: block;
    margin-top: 2px;
    padding: 15px;
    position: relative;
    margin-bottom: 10px;
}

.has-error.dark .help-block {
    background: none repeat scroll 0 0 / 20px 20px #e66454;
    border-color: #df3c28;
    color: #ffffff;
}

.has-error.dark .help-block {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #e66454;
}

.has-error.dark .help-block:after {
    border-bottom-color: #e76858;
}
.has-error .help-block:after {
    border-bottom-color: #f3e2e2;
}
.has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
    border-bottom: 6px solid;
    left: 17px;
    top: -6px;
}
.has-warning .help-block:before, .has-error .help-block:before, .has-success .help-block:before, .has-warning .help-block:after, .has-error .help-block:after, .has-success .help-block:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    position: absolute;
}

.alert.alert-danger.alert-dark {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #e66454;
    border-color: #df3c28;
}
.alert.alert-dark {
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.06) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.06) 50%, rgba(255, 255, 255, 0.06) 75%, transparent 75%, transparent) repeat scroll 0 0 / 20px 20px #f4b04f;
    background: #e66454;
    border-color: #f19a1f;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.btn
{
    padding: 6px 12px;
    /*min-width: 1px !important;*/
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    transition: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.1;
}

img
{
    max-width: initial;
}

a.tooltip_link
{
    margin-left: 10px;
    text-decoration: none;
}
.input-group-addon-left {
    border-right: 0 none !important;
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.input-group-addon {
    background-color: #f2f2f2;
    border-color: #acacac;
    /*border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;*/
    font-weight: bold;
}



/*.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none;
}*/

/*.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}*/

.alert-sm
{
    margin: 0;
    line-height: 0.8;
}

.alert-sm::after {
    left: 15px;
    top: 12px;
}

.btn-small-min-width
{
    min-width: 75px;
}

.alert::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    height: 101%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 2;
}

.alert-info {
    background-color: #e8f1f9;
    color: #1a4e68;
}

.text-green
{
    color: #32AB3E;
}

.bold
{
    font-weight: bold !important;
}

.video-thumbnail > .img-responsive {
    width: 100%;
}

.search-form ul {
    width: 500px;
}

.search-form .st-default-search-input {
    width: 300px;
}

.search-form .btn-sm {
    padding: 6px;
    margin-top: -2px;
}

.st-ui-type-heading  {
    font-size: 15px !important;
}

.st-ui-type-detail {
    font-size: 13px !important;
    color: #666 !important;
}

.st-default-autocomplete {
    width: 452px !important;
}

svg.spinner {
    width: 100px;
    height: 100px;
    x: 0px;
    y: 0px;
    viewBox: 0 0 100 100;
}

    svg.spinner > circle {
        fill: transparent;
        stroke: #212121;
        stroke-width: 4;
        stroke-linecap: round;
        stroke-dasharray: 314px;
        -webkit-transform-origin: 50px 50px 0;
        -moz-transform-origin: 50px 50px 0;
        -ms-transform-origin: 50px 50px 0;
        -o-transform-origin: 50px 50px 0;
        transform-origin: 50px 50px 0;
        -webkit-animation: spinner 2s linear infinite;
        -moz-animation: spinner 2s linear infinite;
        -ms-animation: spinner 2s linear infinite;
        -o-animation: spinner 2s linear infinite;
        animation: spinner 2s linear infinite;
    }

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        -webkit-transform: rotate(720deg);
        stroke-dashoffset: 314;
    }

    100% {
        -webkit-transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}

@-moz-keyframes spinner {
    0% {
        -moz-transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        -moz-transform: rotate(720deg);
        stroke-dashoffset: 314;
    }

    100% {
        -moz-transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}

@-ms-keyframes spinner {
    0% {
        -ms-transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        -ms-transform: rotate(720deg);
        stroke-dashoffset: 314;
    }

    100% {
        -ms-transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}

@-o-keyframes spinner {
    0% {
        -o-transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        -o-transform: rotate(720deg);
        stroke-dashoffset: 314;
    }

    100% {
        -o-transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}

@keyframes spinner {
    0% {
        transform: rotate(0deg);
        stroke-dashoffset: 66;
    }

    50% {
        transform: rotate(720deg);
        stroke-dashoffset: 314;
    }

    100% {
        transform: rotate(1080deg);
        stroke-dashoffset: 66;
    }
}



svg {
    display: block;
    margin: 0 auto;
}

div#svgContainer {
    height: 100px;
    width: 100px;
    margin: 0 auto;
}

.grad-ps-blue {
    background-image: linear-gradient(180deg, #156ca0, #156ca0 23.52%, #156ca0 48.11%, #21578a)
}

.grad-ps-blue a {
    color: white;
    text-decoration: underline;
}

.label-blue {
    background-color: #21578A;
}