@charset "utf-8";
.nav-bg-dark {
background-color: #00264d !important;
}
.navbar {
position: relative;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
align-items: center;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0.2rem 0.5rem;
}
.nav-item {
font-family: amaranth, sans-serif;
font-weight: 700;
font-size: 1.15rem;
font-style: normal;
color: #FFF;
}
.nav-link{
font-family: amaranth, sans-serif;
font-weight: 400;
font-size: 1.25em;
font-style: normal;
color: #FFF;
}
.dropdown-item {
display: block;
width: 100%;
padding-top: 0.25rem;
padding-bottom: 0.25rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
clear: both;
white-space: nowrap;
background-color: transparent;
border: 0;
font-family: open-sans, sans-serif;
font-weight: 400;
font-size: 1.2rem;
font-style: italic;
color: #3198d4;
text-align: center;
}
.dropdown-item:hover {
color: #FFF;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
float: left;
min-width: 200px;
padding: 0.75rem 0;
margin: 0.25rem 0 0;
font-size: 1rem;
color: #FFF;
text-align: center;
list-style: none;
background-color: rgba(0, 60, 121, .95);;
background-clip: padding-box;
border: 1px solid #00264d;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0.25rem;
border-bottom-left-radius: 0.25rem;
left: -80%;
right: -80%;
}
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, 1);
text-align: center;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
color: #fff;
}

.navbar-dark .navbar-toggler {
color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
color: #fff;
}
.nav-link:color {
color: #ffffff !important;
text-decoration: none;
}
.nav-link:hover {
color: #a8dfff !important;
text-decoration: none;
}
.nav-link:focus {
color: #3198d4 !important;
text-decoration: none;
}
.dropdown-divider {
height: 0;
margin: 0.5rem 0;
overflow: hidden;
border-top: 1px dotted #24719e;
}
.dropdown-menu a:hover {
background-color: transparent;
}
.border-md-right {
border-right: 1px dotted #264D70 ;
padding-left: 10px;
padding-right: 10px;
}
/*---General---*/
body {
overflow-x: hidden;
background-color: #00264d;
height: 100%;
}
.image-pad {
padding-bottom: 20px;
padding-top: 20px;
padding-left: 5px;
padding-right: 5px;
border-radius: 100px;
}
.Mobile {
display: none;
}
.nopadding {
padding: 0 !important;
margin: 0 !important;
}
.padding {
padding: 5px !important;
}
.contact-padding {
margin: 5px !important;
}
p {
margin: 0;
padding-bottom: 10px;
 padding-left: 5px;
 padding-right: 5px;
font-family: open-sans, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #00264d;
line-height: 1.5rem;
}
h1 {
margin: 0;
padding: 0;
}
h2 {
margin: 0;
padding: 0;
}
h3 {
margin: 0;
padding: 0;
}
h4 {
margin: 0;
padding: 0;
}
h5 {
margin: 0;
padding: 0;
}
h6 {
margin: 0;
padding: 0;
}
ol{
list-style: disc;
}
hr {
display: block;
min-height: 1px;
border: 0;
margin: 0 0; padding: 0;
background-color: #003c79;
}
hr.hr{
display: block;
min-height: 3px dotted;
width: 95%;
border: 0;
margin: 15px; padding: 0px;
background-color: #A9BDD6;
}
hr.hr2{
display: block;
min-height: 1px dotted;
width: 100%;
border: 0;
margin: auto; padding: 0px;
background-color: #a8dfff;
}
hr.hr3 {
display: block;
min-height: 1px;
border: 0;
margin: 10px 10px; padding: 0;
background-color: #3198d4;
}
.ml-autoL,
.mx-autoL {
 margin-left:0px !important;
}
.img-fluid-min {
 width: 100%;
 height: auto;
}
.img-rad {
border-radius:20px;
}
.vid-rad {
border-radius:10px;
}
.img-pad {
padding:10px;
}
.paddingsmall{
padding: 1px !important;
margin: 1px !important;
}
.box {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlay {
  z-index: 9;
  }
.docs {
  width: 150px;
  height: 150px;
  position: relative;
  margin: 30px;

}
/*---Fonts---*/
.FontHeader-title {
font-family: amaranth, sans-serif;
font-size: 1.75rem;
font-weight: 400;
font-style: italic;
color: #a8dfff;
text-align: center;
line-height: 1.5rem;
filter: drop-shadow(1px 1px 0px #00264d);
padding-bottom:5px;
}
.FontHeader-number {
font-family: open-sans, sans-serif;
font-size: 2rem;
font-weight: 700;
font-style: normal;
color: #FFF;
padding:5px;
}
.FontHeader-number2 {
font-family: open-sans, sans-serif;
font-size: 2.25rem;
font-weight: 700;
font-style: normal;
color: #FFF;
line-height: 2rem;
}
.FontHeader-address {
font-family: open-sans, sans-serif;
font-size: 1.2rem;
font-weight: 400;
font-style: normal;
line-height: 1rem;
color: #FFF;
}
.FontBanner1 {
 font-family: amaranth, sans-serif;
 font-size: 2.25rem;
 font-weight: 700;
 font-style: normal;
 color: #3198d4;
 filter: drop-shadow(1px 1px 0px #00264d);
}
.FontBanner1B {
font-family: amaranth, sans-serif;
font-size: 1.5rem;
font-weight: 400;
font-style: normal;
color: #FFF;
padding-bottom: 20px;
}
.FontBanner2 {
font-family: amaranth, sans-serif;
font-size: 2.5rem;
font-weight: 700;
font-style: normal;
color: #a8dfff;
line-height: 2.5rem;
}
.FontStandard {
font-family: open-sans, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #00264d;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontStandard-bold {
font-family: open-sans, sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: italic;
color: #00264d;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.FontStandard-bold-lite {
font-family: open-sans, sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: italic;
color: #fff;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.FontStandard-bold-color {
font-family: open-sans, sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: normal;
color: #a8dfff;
line-height: 1.5rem;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
}
.FontStandard-bold2 {
font-family: amaranth, sans-serif;
font-size: 1.4rem;
font-weight: 700;
font-style: normal;
color: #00264d;
line-height: 1.5rem;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
}
.FontStandard-lite {
font-family: open-sans, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #FFF;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontScript1 {
font-family: alpine-script, sans-serif;
font-size: 3rem;
font-weight: 400;
font-style: normal;
color: #00264d;
line-height: 2.75rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontScript2 {
font-family: alpine-script, sans-serif;
font-size: 3rem;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: 2.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontScript3 {
font-family: alpine-script, sans-serif;
font-size: 2.5rem;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: 2rem;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
.FontScript4 {
font-family: alpine-script, sans-serif;
font-size: 1.75rem;
font-weight: 400;
font-style: normal;
color: #00264d;
line-height: 1.75rem;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
.FontScript-banner {
font-family: alpine-script, sans-serif;
font-size: 5.75rem;
font-weight: 400;
font-style: normal;
color: #a8dfff;
line-height: 5rem;
padding-left: 5px;
padding-right: 5px;
filter: drop-shadow(1px 1px 0px #00264d);
}
.FontTitle-dark {
 font-family: amaranth, sans-serif;
 font-size: 1.75rem;
 font-weight: 700;
 font-style: italic;
 color: #00264d;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 line-height: 2rem;
}
.FontTitle-lite {
 font-family: amaranth, sans-serif;
 font-size: 1.75rem;
 font-weight: 700;
 font-style: italic;
 color: #fff;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
 filter: drop-shadow(1px 1px 0px #00264d);
}
.FontTitle-service {
 font-family: amaranth, sans-serif;
 font-size: 1.5rem;
 font-weight: 700;
 font-style: italic;
 color: #00264d;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
}
.FontTitle-1 {
 font-family: amaranth, sans-serif;
 font-size: 2rem;
 line-height: 2rem;
 font-weight: 700;
 font-style: normal;
 color: #fff;
 padding-bottom: 10px;
 padding-top:10px;
 filter: drop-shadow(1px 1px 0px #00264d);
}
.FontTitle-2 {
 font-family: amaranth, sans-serif;
 font-size: 1.75rem;
 font-weight: 700;
 font-style: normal;
 color: #fff;
 padding-bottom: 15px;
 padding-top: 0px;
 filter: drop-shadow(1px 1px 0px #16433e);
}
.FontFoot-name {
font-family: amaranth, sans-serif;
font-size: 1.5rem;
font-weight: 400;
font-style: normal;
color: #a8dfff;
line-height: 1.75rem;
margin-top:20px;
 filter: drop-shadow(1px 1px 0px #00264d);
}
.FontFoot-number {
 font-family: amaranth, sans-serif;
 font-size: 2rem;
line-height: 1.25rem;
 font-weight: 700;
 font-style: normal;
 color: #fff;

}
.FontFoot-address {
font-family: open-sans, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #FFF;
line-height: 1rem;
}
.FontBullet {
font-family: open-sans, sans-serif;
font-size: 1.5em;
font-weight: 400;
font-style: normal;
color: #2f3e55;
line-height: 1.2em;
padding-top: 0px;
}
.FontBullet-lite {
font-family: open-sans, sans-serif;
font-size: 1.5em;
font-weight: 300;
font-style: normal;
color: #FFFFFF;
line-height: 1.2em;
padding-top: 0px;
}
.FontSmallCenter {
font-family: open-sans, sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
margin-top: 10px;
text-align: center;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}
.FontSmallCenter2 {
font-family: open-sans, sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: italic;
color: #FFFFFF;
text-align: center;
}
.FontXSmall {
font-family: open-sans, sans-serif;
font-size: .9rem;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
line-height: 1.2rem;
}
.subhead{
 color: #a8dfff;
 font-family: open-sans, sans-serif;
 font-size: 1.5rem;
 font-weight: 500;
 font-style: italic;
 padding-bottom: 15px;
}
/*---Boxes---*/
.service-box {
margin-top: 5px;
margin-bottom: 0px;
font-family: open-sans, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #00264d;
line-height: 1.5rem;
min-height:350px;
}
.service-box-back{
background-image: linear-gradient(to top, rgba(50, 150, 210, .25) 50%, rgba(50, 150, 210, 0.0));
border-radius: 0px;
}
.service-box-back2{
background-image: linear-gradient(to top, rgba(0, 60, 121, .25) 50%, rgba(50, 150, 210, 0.0));
border-radius: 0px;
}
.video {
background-color: #151515;
border-radius: 10px;
margin-bottom: 1rem;
margin-top: .5rem;
border-color: #FFFFFF;
border-wirdth: 5px;
}
.video-back {
background-color: #3198d4;
}
.video-back-dark {
background-color: #00264d;
}
.video-box {
margin-top: 0px;
margin-bottom: 20px;
background-color: #151515;
}
.testimonial-box {
display: block;
padding: 8px;
margin-bottom: 20px;
line-height: 1.42857143;
background-image: linear-gradient(to top, rgba(168, 223, 255, .50) 50%, rgba(168, 223, 255, 0.25));
border-radius: 10px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.testimonial-box-copy {
display: block;
padding: 8px;
margin-bottom: 20px;
line-height: 1.42857143;
background-image: linear-gradient(to top, rgba(168, 223, 255, .25), rgba(168, 223, 255, 0.0)  70%);
border-radius: 10px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.testimonial-box-page {
background-image: linear-gradient(to top, rgba(168, 223, 255, .25), rgba(168, 223, 255, 0.0)  90%);
border-radius: 10px;
}
.testimonial-box-sm {
display: block;
margin: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
border-radius: 5px;
background-image: linear-gradient(to top, rgba(50, 150, 210, 0), rgba(50, 150, 210, .50));
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.testimonial-box-sm-left {
display: block;
margin: 5px;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
border-radius: 5px;
background-image: linear-gradient(to top, rgba(50, 150, 210, 0), rgba(50, 150, 210, .50));
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
text-align: left;
}
.testimonial-box-md {
display: block;
margin: 5px;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom:5px;
border-radius: 5px;
background-image: linear-gradient(to top, rgba(50, 150, 210, 0), rgba(50, 150, 210, .50));
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.contact-box {
display: block;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #00264d;
background-image: linear-gradient(to top, #3198d4 20%, #00264d);
border-radius: 10px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.contact-box2 {
display: block;
padding-top: 10px;
padding-left: 10px;
padding-right: 10px;
background-image: linear-gradient(to top, rgba(7, 32, 58, 0) 10%, rgba(7, 32, 58, 1));
border-radius: 10px;
-webkit-transition: border 0.2s ease-in-out;
-o-transition: border 0.2s ease-in-out;
transition: border 0.2s ease-in-out;
}
.clinic-box {
margin-top: 20px;
margin-bottom: 20px;
background-color: #fff;
}
.clinic-box .profile-img {
position: relative;
}
.clinic-box .inner {
padding: 25px;
background-image: linear-gradient(to top, #a8dfff, #FFFFFF);
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.clinic-box h3 {
margin-top: 0;
margin-bottom: 0;
font-family: amaranth, sans-serif;
font-weight: 700;
font-size: 1.75rem;
color: #00264d;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
/*---Forms---*/
.form-back {
background-color: #00264d;
background-image: linear-gradient(to right, rgba(25, 106, 53, 0.25), rgba(137, 197, 64, 0.25));
background-position: center top;
background-attachment: fixed;
}
.form-group{
opacity: 0;
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
z-index: -1;
}
.form-group2 {
color: #00264d;
font-weight: 400;
font-style: normal;
margin-bottom: 15px;
margin-left:auto;
margin-right:auto;
}
.form-control {
display: block;
font-family: open-sans, sans-serif;
font-size: 1.25rem;
font-weight: 400;
width: 100%;
height: 50px;
padding: 6px 12px;
background: #FFF;
background-image: none;
border: 1px solid #00264d;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
border-color: #414852;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(179,237,236,0.08),0 0 8px rgba(179,237,236,0.08);
box-shadow: inset 0 1px 1px rgba(179,237,236,0.08),0 0 8px rgba(179,237,236,0.08);
}
.form-control::-moz-placeholder {
color: #414852;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #414852;
}
.form-control::-webkit-input-placeholder {
color: #414852;
}
.form-control1 {
 display: block;
 width: 100%;
 height: calc(1.5em + 0.75rem + 2px);
 padding: 0.375rem 0.75rem;
 font-size: 1rem;
 font-weight: 400;
 line-height: 1.5;
 color: #495057;
 background-color: #fff;
 background-clip: padding-box;
 border: 1px solid #ced4da;
 border-radius: 0.25rem;
 transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.err {
font-family: open-sans, sans-serif;
font-weight: 700;
font-style: italic;
font-size: 1.25rem;
color: #E10003 !important;
padding-top:5px;
}
/*---Links---*/
.social-links a {
 color:#fff;
 margin: 5px;
 font-size: 2rem;
 padding-left: 15px;
 display: inline-block;
 line-height: 1px;
 transition: 0.3s;
}
.social-links a:hover {
 color: #3198d4;
}
a.read-more {
font-family: open-sans, sans-serif;
font-style: italic;
font-size: .9em;
font-weight:400;
color: #FFF;
border-bottom: 1px solid #fff;
}
a.read-more:hover {
text-decoration: none;
border-color: #fff;
color: #00264d;
}
.footer {
margin-top:0px;
padding: 0px;
text-align: center;
background-color: #3198d4;
background-image: linear-gradient(to bottom, #00264d, #3198d4 95%);
}
footer a {
color: #FFFFFF;
font-size: 25px;
padding: 5px;
transition: all .5s ease;
}
footer a:hover {
color: #1e4079;
}
a {
font-family: open-sans, sans-serif;
font-size: 1.15em;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
text-decoration: none;
}
a:hover,
a:focus {
color: #3198d4;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/*---Backgrounds---*/
.head-bg {
background-image: linear-gradient(to bottom, #003c79, #3198d4 20%);
background-position: center top;
background-attachment:fixed;
}
.body-back{
background: url("../images/BodyBack.png");
 background-position: center; 
 background-repeat: repeat-y;
 background-color: #FFFFFF;
 padding-top: 0px;
 padding-bottom: 0px;
}
.iconboxdark {
background-color: #00264d;
background-image: linear-gradient(to top, #00264d 10%, #3198d4, #00264d );
}
.iconboxdark2 {
background-color: #00264d;
background-image: linear-gradient(to top, #00264d 10%, #3198d4, #00264d );
border-radius: 10px;
}
.bg-1{
background-color: #fff;
}
.bg-2{
background-color: #00264d;
}
.bg-grad-1 {
 background-color: #00264d;
background-image: linear-gradient(to top, #00264d 50%, #3198d4);
}
.bg-grad-1-r {
background-color: #00264d;
background-image: linear-gradient(to top, #00264d 50%, #3198d4);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.bg-grad-2 {
 background-color: #00264d;
background-image: linear-gradient(to top, #00264d, #3198d4 80%, #00264d);
}
.bg-grad-3 {
 background-color: #00264d;
background-image: linear-gradient(to left, #00264d 40%, #3198d4);
line-height: 1.5rem;
padding: 10px;

}
.bg-grad-4 {
 background-color: #00264d;
background-image: linear-gradient(to top, #00264d 30%, #3198d4, #00264d);
line-height: 1.5rem;
padding-top: 10px;
padding-bottom: 10px;
}
.bg-grad-5 {
 background-color: #00264d;
background-image: linear-gradient(to top, #3198d4 10%, #00264d);
}
.bg-grad-6 {
 background-color: #00264d;
background-image: linear-gradient(to top, #3198d4 20%, #00264d, #3198d4);
line-height: 1.5rem;
padding-top: 10px;
padding-bottom: 10px;
}
.bg-grad-7 {
background-image: linear-gradient(to left, rgba(0,60,121,0) 30%, #00264d);
border-radius: 5px;
padding: 15px;
}
.Copyright-bg{
background-color: #00264d;
}
.cellpaddercolor{
max-height: 5px;
min-height: 5px;
background-color: #3198d4;
}
.cellpaddercolor-dark{
max-height: 5px;
min-height: 5px;
background-color: #00264d;
}
.cellpaddercolor-dark2{
max-height: 15px;
min-height: 15px;
background-color: #00264d;
}
/*---Buttons---*/
.btn {
font-family: amaranth, sans-serif;
font-size: 1.15em;
font-weight: 400;
font-style: normal;
color: #fff;
margin-bottom:10px;
}
.btn-info1 {
font-family: amaranth, sans-serif;
font-size: 1.15em;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(0, 38, 77, 0.75);
border-color: rgba(168, 223, 255, 0.50);
}
.btn-info1:hover {
color: #fff;
background-color: rgba(50, 150, 210, 0.75);
border-color: rgba(168, 223, 255, 0.50);
}
.btn-info1:focus, .btn-info.focus {
 color: #fff;
background-color: rgba(50, 150, 210, 0.75);
border-color: rgba(168, 223, 255, 0.50);
box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
}
.btn-info2 {
font-family: amaranth, sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(168, 223, 255, 0.75);
border-color: rgba(157, 204, 255, .5);
}
.btn-info2:hover {
color: #fff;
background-color: rgba(50, 150, 210, 0.75);
border-color: rgba(157, 204, 255, 0.5);
}
.btn-info2:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
webkit-box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
}
.btn-info3 {
font-family: amaranth, sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(0, 38, 77, .80);
border-color: rgba(50, 150, 210, .75);
}
.btn-info3:hover {
color: #fff;
background-color: rgba(50, 150, 210, 1);
border-color: rgba(0, 38, 77, .75);
}
.btn-info3:focus, .btn-info.focus {
box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
webkit-box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
}
/*---Carousel---*/
.carousel.carousel-fade .carousel-item {
 display: block;
 opacity: 0;
 transition: opacity ease-out 2s;
 left: 0;
 top: 0;
 position: absolute;
}
.carousel.carousel-fade .carousel-item.active {
 opacity: 1 !important;
}
.carousel.carousel-fade .carousel-item:first-child {
 top: auto;
 position: relative;
 transition: opacity ease-out 2s;
}
.carousel.carousel-fade .carousel-item:second-child {
 top: auto;
 position: relative;
 transition: opacity ease-out 2s;
}
.carousel-caption {
margin:auto;
bottom:initial;
top: 50%;
transform: translateY(-50%);
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
background: rgba(0, 60, 121, .50);
border-radius: 10px;
width: 65%;
}
.carousel-item {
min-height: 350px;
position: relative;
display: none;
float: left;
width: 100%;
margin: auto;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transition: -webkit-transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out;
transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
/*---Preloader---*/
#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999;
 overflow: hidden;
 background: rgba(168, 223, 255, .7);
}
#preloader:before {
 content: "";
 position: fixed;
 top: calc(50% - 30px);
 left: calc(50% - 30px);
 border: 8px solid #3198d4;
 border-top-color: #3198d4;
 border-radius: 50%;
 width: 100px;
 height: 100px;
 -webkit-animation: animate-preloader 1s linear infinite;
 animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
 }
 100% {
 transform: rotate(360deg);
 }
}

@keyframes animate-preloader {
 0% {
 transform: rotate(0deg);
 }
 100% {
 transform: rotate(360deg);
 }
}
/*-Frequently Asked Questions-*/

.faq .faq-list {
  padding: 0 10px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
   background-image: linear-gradient(to top, rgba(168, 223, 255, 0.25), rgba(157, 204, 255, 0.25));
  border-radius: 10px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
 font-family: amaranth, sans-serif;
 font-size: 1.5rem;
 font-weight: 700;
 font-style: italic;
 color: #003c79;
  padding: 0 40px;
  outline: none;
  line-height: 1.25;
}

.faq .faq-list .icon-help {
  font-size: 2rem;
  position: absolute;
  right: 0;
  left: 20px;
  color:  #003c79;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #00264d;
}

.faq .faq-list a.collapsed:hover {
  color: #3198d4;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}
@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

