*{box-sizing:border-box}:root{--main-heading-color:#00629b;--secondary-color-1:#4d6182;--secondary-color-2:#0350a0;--main-text-color:#212529;--section-background:#f7f7f7;--main-transition-duration:.3s;--main-padding-top:50px;--main-padding-bottom:50px;--error-msg-color:#7a272e}body{font-size:1rem;line-height:1.5}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1140px}}.home{min-height:100vh;position:relative;overflow-x:hidden}.home>*{animation:.6s ease-out both fadeInUp}.home>:first-child{animation-delay:.1s}.home>:nth-child(2){animation-delay:.2s}.home>:nth-child(3){animation-delay:.3s}.home>:nth-child(4){animation-delay:.4s}.home>:nth-child(5){animation-delay:.5s}.home>:nth-child(6){animation-delay:.6s}html{scroll-behavior:smooth}section{transition:all .3s;position:relative}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.lds-ellipsis{width:80px;height:80px;display:inline-block;position:relative}.lds-ellipsis div{background:var(--main-heading-color);border-radius:50%;width:13px;height:13px;animation-timing-function:cubic-bezier(0,1,1,0);position:absolute;top:33px}.lds-ellipsis div:first-child{animation:.6s infinite lds-ellipsis1;left:8px}.lds-ellipsis div:nth-child(2){animation:.6s infinite lds-ellipsis2;left:8px}.lds-ellipsis div:nth-child(3){animation:.6s infinite lds-ellipsis2;left:32px}.lds-ellipsis div:nth-child(4){animation:.6s infinite lds-ellipsis3;left:56px}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.shiny-button i.shine{opacity:0;background:-moz-linear-gradient(270deg,#0050a100 0%,#0050a108 1%,#0050a199 30%,#0050a1d9 50% 70%,#0050a1d9 71%,#0050a100 100%);background:-o-linear-gradient(270deg,#0050a100 0%,#0050a108 1%,#0050a199 30%,#0050a1d9 50% 70%,#0050a1d9 71%,#0050a100 100%);background:-ms-linear-gradient(left, #0050a100 0%, #0050a108 1%, #0050a199 30%, #0050a1d9 50%, #0050a1d9 70%, #0050a1d9 71%, #0050a100 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1);animation:2s 1s infinite shiny_move;-webkit-animation:2s 1s infinite shiny_move;-ms-animation:shiny_move 2s;-ms-animation-iteration-count:infinite;-ms-animation-delay:1s;-moz-animation:2s 1s infinite shiny_move;background:linear-gradient(90deg,#0050a100 0%,#0050a108 1%,#0050a199 30%,#0050a1d9 50% 70%,#0050a1d9 71%,#0050a100 100%);width:25%;height:100%;-o-animation:2s 1s infinite shiny_move;position:absolute;top:0;left:0;transform:skew(-10deg)}@keyframes shiny_move{0%{opacity:0;left:0}5%{opacity:0}48%{opacity:.3}80%{opacity:0}to{left:82%}}@-moz-keyframes shiny_move{0%{opacity:0;left:0}5%{opacity:0}48%{opacity:.3}80%{opacity:0}to{left:88%}}@-o-keyframes shiny_move{0%{opacity:0;left:0}5%{opacity:0}48%{opacity:.3}80%{opacity:0}to{left:82%}}