@charset "utf-8";
.nav-bg-dark {
background-color: rgba(20, 41, 59, .85) !important;
background-image: linear-gradient(to top, rgba(20, 41, 59, .25) 93% , #15569c );

}
.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.2rem;
}
.nav-link{
font-family: "muli", sans-serif;
font-size: 1.2rem;
font-weight: 400;
font-style: normal;
color: #FFF;
padding-bottom: 5px;
}
.dropdown-item {
display: block;
width: 100%;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
padding-left: 1.5rem;
padding-right: 1.5rem;
clear: both;
white-space: nowrap;
background-color: transparent;
border: 0;
font-family: "muli", sans-serif;
font-weight: 400;
font-size: 1rem;
font-style: normal;
color: #fff;
text-align: center;
}
.dropdown-item:hover {
color: #9dccff!important;
}
.dropdown-menu {
position: absolute;
top: 100%;
z-index: 1000;
display: none;
float: left;
min-width: 250px;
padding: 0.75rem 0;
margin: 0rem 0 0;
font-size: 1rem;
color: #FFF;
text-align: center;
list-style: none;
background-color: rgba(20, 41, 59, .85);
background-image: linear-gradient(to top, rgba(21, 86, 156, .50), rgba(20, 41, 59, .590) 100% );
background-clip: padding-box;
border: 1px solid #15569c;
box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, .25);
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-right-radius: 0.5rem;
border-bottom-left-radius: 0.5rem;
left: -50%;
right: -50%;
}
.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: #9dccff !important;
text-decoration: none;
}
.nav-link:focus {
color: #9dccff !important;
text-decoration: none;
}
.dropdown-divider {
height: 0;
margin: 0.25rem 0;
overflow: hidden;
border-top: 1px dotted #15569c;
}
.dropdown-menu a:hover {
background-color: transparent;
}
.border-md-right {
border-right: 1px dotted #15569c ;
padding-left: 10px;
padding-right: 10px;
}
.mega-arrow {
padding-top: 1px
}
/*---General---*/
.background-video {
  background-image: url("https://player.vimeo.com/video/996231685?");
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 500px;
  z-index: -1; /* Ensure the video is behind other content */

}
body {
overflow-x: hidden;
background-color: #14293B;
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: "muli", sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #07203a;
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: circle;
}
hr {
display: block;
min-height: 1px;
border: 0;
margin: 0 0; padding: 0;
background-color: #15569c;
}
hr.hr{
display: block;
min-height: 3px dotted;
width: 95%;
border: 0;
margin: 10px; padding: 0px;
background-color: #A9BDD6;
}
hr.hr2{
display: block;
min-height: 3px dotted;
width: 90%;
border: 0;
margin: auto; padding: 0px;
background-color: #CADAE4;
}
.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:12px;
}
.img-logo {
margin-left: auto;
margin-right: auto;
}
.paddingsmall{
padding: 1px !important;
margin: 1px !important;
}
.mega-arrow {
padding-top: 1px
}
/*---Fonts---*/
.FontMegaMenu-title {
font-family: "muli", sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
color: #9dccff;
text-align: center;
line-height: 1rem;
}
.FontMegaMenu-sub {
font-family: "muli", sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
color: #9dccff;
text-align: center;
line-height: 1rem;
}
.FontHeader-title {
    font-family: "abril-display", serif;
    font-size: 1.5rem;
    font-weight: 400;
    font-style: italic;
    color: #9dccff;
    text-align: center;
    line-height: 1.5rem;
    filter: drop-shadow(1px 1px 0px #07203a);
    padding-bottom: 10px;
    padding-top: 10px;
}
.FontHeader-number {
font-family: "muli", sans-serif;
font-size: 2rem;
font-weight: 700;
font-style: normal;
color: #FFF;
line-height: 2rem;
}
.FontHeader-address {
font-family: "muli", sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
line-height: .85rem;
color: #FFF;
}
.FontBanner1 {
 font-family: "abril-display", serif;
 font-size: 2.25rem;
 font-weight: 400;
 font-style: normal;
 color: #15569c;
 filter: drop-shadow(1px 1px 0px #07203a);
}
.FontBanner1B {
font-family: "abril-display", serif;
font-size: 1.5rem;
font-weight: 400;
font-style: normal;
color: #FFF;
padding-bottom: 20px;
filter: drop-shadow(1px 1px 1px #07203a);
}
.FontBanner2 {
font-family: "abril-display", serif;
font-size: 2.25rem;
font-weight: 400;
font-style: normal;
color: #9dccff;
line-height: 2.5rem;
}
.FontStandard {
font-family: "muli", sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #07203a;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontStandard-bold {
font-family: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: italic;
color: #07203a;
line-height: 1.5rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
}
.FontStandard-bold-lite {
font-family: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 400;
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: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: normal;
color: #9dccff;
line-height: 1.5rem;
padding-top: 0px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
}
.FontStandard-bold2 {
font-family: "abril-display", serif;
font-size: 1.4rem;
font-weight: 400;
font-style: normal;
color: #07203a;
line-height: 1.5rem;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
}
.FontStandard-bold3 {
font-family: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 700;
font-style: normal;
color: #07203a;
line-height: 1.75rem;
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 0px;
margin-left: 25px;
}
.FontStandard-lite {
font-family: "muli", sans-serif;
font-size: 1rem;
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: #07203a;
line-height: 2.75rem;
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
}
.FontScript2 {
font-family: alpine-script, sans-serif;
font-size: 2.75rem;
font-weight: 400;
font-style: normal;
color: #fff;
line-height: 2.5rem;
padding-top: 0px;
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: #07203a;
line-height: 1.75rem;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
}
.FontScript-banner {
font-family: alpine-script, sans-serif;
font-size: 6.75rem;
font-weight: 400;
font-style: normal;
color: #9dccff;
line-height: 6rem;
padding-left: 5px;
padding-right: 5px;
filter: drop-shadow(1px 1px 0px #07203a);
}
.FontTitle-dark {
 font-family: "abril-display", serif;
 font-size: 1.75rem;
 font-weight: 400;
 font-style: italic;
 color: #07203a;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
line-height: normal;
}
.FontTitle-lite {
 font-family: "abril-display", serif;
 font-size: 1.75rem;
 font-weight: 400;
 font-style: italic;
 color: #fff;
 padding-top: 5px;
 padding-bottom: 5px;
 padding-left: 5px;
 padding-right: 5px;
line-height: normal;
 filter: drop-shadow(1px 1px 1px #07203a);
}
.FontTitle-service {
    font-family: "muli", sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    font-style: normal;
    color: #FFFFFF;
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
	filter: drop-shadow(1px 1px 1px #07203a);
}
.FontTitle-1 {
 font-family: "abril-display", serif;
 font-size: 2rem;
 line-height: 2rem;
 font-weight: 400;
 font-style: normal;
 color: #fff;
 padding-bottom: 10px;
 padding-top:10px;
 filter: drop-shadow(1px 1px 0px #07203a);
}
.FontFoot-name {
font-family: "abril-display", serif;
font-size: 1.25rem;
font-weight: 400;
font-style: normal;
color: #9dccff;
line-height: 1.75rem;
margin-top:20px;
 filter: drop-shadow(1px 1px 0px #07203a);
}
.FontFoot-number {
 font-family: "abril-display", serif;
 font-size: 2rem;
line-height: 1.25rem;
 font-weight: 400;
 font-style: normal;
 color: #fff;

}
.FontFoot-address {
font-family: "muli", sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #FFF;
line-height: 1rem;
}
.FontBullet {
font-family: "muli", 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: "muli", sans-serif;
font-size: 1.5em;
font-weight: 300;
font-style: normal;
color: #FFFFFF;
line-height: 1.2em;
padding-top: 0px;
}
.FontSmallCenter {
font-family: "muli", 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;
}
.FontXSmall {
font-family: "muli", 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;
}
.FontTitle-lite2 {
 font-family: "abril-display", serif;
 color: #FFFFFF;
 font-size: 2rem;
 font-weight: 400;
 font-style: italic;
 font-style: normal;
 padding-top: 15px;
 padding-bottom: 0px;
}
.FontTitle-subhead {
 color: #a4b5cb;
 font-family: "muli", sans-serif;
 font-size: 1.5rem;
 font-weight: 500;
 font-style: italic;
 padding-bottom: 15px;
}
/*---Boxes---*/
.clinic-box {
margin-top: 20px;
margin-bottom: 20px;
background-color: #14293B;
}
.clinic-box .profile-img {
position: relative;
}
.clinic-box .inner {
padding: 25px;
background-image: linear-gradient(to top, #a4b5cb, #FFFFFF);
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}
.clinic-box h3 {
margin-top: 0;
margin-bottom: 0;
font-family: "abril-display", serif;
font-weight: 700;
font-size: 1.5rem;
color: #07203a;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
}
.service-box {
margin:5px;
font-family: "muli", sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
line-height: 1.5rem;

}
.service-box-back{
background: linear-gradient(to top, rgba(21,86,156,0.25) 50%, rgba(157,204,255,.5) 100%);
border-radius: 2px;
}
.video {
background-color: #151515;
border-radius: 10px;
margin-bottom: 2rem;
margin-top: .5rem;
margin-left:10%;
margin-right:10%;
border-color: #FFFFFF;
border-wirdth: 5px;
}
.video4x3 {
background-color: #151515;
border-radius: 10px;
margin-bottom: 2rem;
margin-top: .5rem;
margin-left:20%;
margin-right:20%;
border-color: #FFFFFF;
border-wirdth: 5px;
}
.video-back {
background-color: #15569c;
}
.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(21, 86, 156, .50) 50%, rgba(21, 86, 156, 0.0));
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(21, 86, 156, .25), rgba(21, 86, 156, 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-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(157, 204, 255, 0), rgba(157, 204, 255, .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-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(157, 204, 255, 0), rgba(157, 204, 255, .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: #07203a;
background-image: linear-gradient(to top, #07203a 50%, #15569c);
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;
}
/*---Forms---*/
.form-back {
background-color: #07203a;
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: #07203a;
font-weight: 400;
font-style: normal;
margin-bottom: 15px;
margin-left:auto;
margin-right:auto;
}
.form-control {
display: block;
font-family: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 400;
width: 100%;
height: 50px;
padding: 6px 12px;
background: #FFF;
background-image: none;
border: 1px solid #07203a;
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: "muli", sans-serif;
font-weight: 700;
font-style: italic;
font-size: 1.25rem;
color: #E10003 !important;
padding-top:5px;
}
.form-control2 {
display: block;
font-family: "muli", sans-serif;
font-size: 1.25rem;
font-weight: 400;
width: 100%;
height: 20px;
padding: 0px 0px;
background: #fff;
background-image: none;
border: 1px solid #07203a;
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;
opacity: 0;
}
/*---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: #9dccff;
}
a.read-more {
font-family: "muli", 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: #07203a;
}
.footer {
margin-top:0px;
padding: 0px;
text-align: center;
background-color: #15569c;
background-image: url("../images/HeadBack.jpg");
background-position: center bottom;
background-attachment:fixed;
}
footer a {
color: #FFFFFF;
font-size: 25px;
padding: 5px;
transition: all .5s ease;
}
footer a:hover {
color: #1e4079;
}
a {
font-family: "muli", sans-serif;
font-size: 1.15em;
font-weight: 400;
font-style: normal;
color: #FFFFFF;
text-decoration: none;
}
a:hover,
a:focus {
color: #9dccff;
text-decoration: none;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
/*---Backgrounds---*/
.head-bg {
background-image: radial-gradient( circle, rgba(21,86,156,0.75) 20%, rgba(7,32,58,0.8) 70%);
}
.body-back{
background: url("../images/BodyBack.jpg");
 background-size: cover;
 background-position: center;
 background-attachment: fixed; 
 background-repeat: no-repeat;
 background-color: #FFFFFF;
 padding-top: 0px;
 padding-bottom: 0px;
}
.body-back2{
background: radial-gradient( circle, rgba(157,204,255,0.95) 50%, rgba(7,32,58,.75) 100%);
}
.iconboxdark {
background-color: #14293B;
background-image: linear-gradient(to top, #14293B 50%, #15569c);
}
.iconboxdark2 {
background: linear-gradient(to top, rgba(7,32,58,0.75) 20%, rgba(20,41,59,.5) 100%);
}
.bg-1{
background-color: #fff;
}
.bg-2{
background-color: #14293B;
}
.bg-3{
background-color: #14293B;
}
.bg-grad-7 {
background-image: linear-gradient(to left, rgba(7,32,58,0.0) 30%, #07203a);
border-radius: 5px;
padding: 15px;
}
.bg-grad-1 {
background: linear-gradient(to top, #14293B 50%, #15569c 100%);
}
.bg-grad-2 {
 background-color: #14293B;
background-image: linear-gradient(to top, #14293B, #15569c 80%, #14293B);
}
.bg-grad-3 {
 background-color: #14293B;
background-image: linear-gradient(to left, #14293B 40%, #15569c);
line-height: 1.5rem;
padding-top: 10px;
padding-bottom: 10px;
}
.bg-grad-4 {
 background-color: #14293B;
background-image: linear-gradient(to top, #14293B 30%, #15569c, #14293B);
line-height: 1.5rem;
padding-top: 10px;
padding-bottom: 10px;
}
.bg-grad-6 {
background-image:linear-gradient(#14293B, #a4b5cb);
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
box-shadow: 7px 7px 5px 1px rgba(0, 0, 0, .25);
}
.Copyright-bg{
background-color: rgba(20, 41, 59, .8)
}
.cellpaddercolor{
max-height: 5px;
min-height: 5px;
background-color: #15569c;
}
.cellpaddercolor-dark{
max-height: 5px;
min-height: 5px;
background-color: #14293B;
}
.cellpaddercolor-dark2{
max-height: 15px;
min-height: 15px;
background-color: #14293B;
}

/*---Buttons---*/
.btn {
font-family: "abril-display", serif;
font-size: 1.15em;
font-weight: 400;
font-style: normal;
color: #fff;
margin-bottom:10px;
}
.btn-info1 {
font-family: "muli", sans-serif;
font-size: 1.1em;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(20, 41, 59, 0.90);
border-color: rgba(21, 86, 156, 0.50);
}
.btn-info1:hover {
color: #fff;
background-color: rgba(157, 204, 255, 0.75);
border-color: rgba(21, 86, 156, 0.50);
}
.btn-info1:focus, .btn-info.focus {
 color: #fff;
background-color: rgba(157, 204, 255, 0.75);
border-color: rgba(21, 86, 156, 0.50);
box-shadow: 0 0 0 0.2rem rgba(157, 204, 255, 0.25);
}
.btn-info2 {
font-family: "muli", sans-serif;
font-size: 1.15rem;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(21, 86, 156, 0.75);
border-color: rgba(157, 204, 255, .5);
}
.btn-info2:hover {
color: #fff;
background-color: rgba(157, 204, 255, 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: "muli", sans-serif;
font-size: 1rem;
font-weight: 400;
font-style: normal;
color: #fff;
background-color: rgba(7, 32, 58, 0.8);
border-color: rgba(20, 41, 59, .5);
}
.btn-info3:hover {
color: #fff;
background-color: rgba(21, 86, 156, 0.75);
border-color: rgba(20, 41, 59, 0.5);
}
.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: radial-gradient( circle, rgba(21,86,156,0.5) 20%, rgba(7,32,58,0.1) 80%);
border-radius: 10px;
}
.carousel-item  {
min-height: 400px;
position: relative;
display: none;
float: left;
width: 100%;
margin: auto;
background:rgba(0,0,0,0.0);
-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;
;
}
/* Video Back */
.background-video {
 height: 100%;
 width: 177.77777778vh; 
 min-width: 100%;
 min-height: 56.25vw; 
 z-index: -1; 

}
.fader:hover {
-webkit-filter: opacity(40%);
filter: opacity(40%);
transition: all 3s ease;
}
/* Style the content overlay */
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
  padding: 20px;
}
/*---Accordian---*/
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(21, 86, 156, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.myaccordion {
  max-width: 1200px;
  margin: 25px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}
 
.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}
 
.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}
 
.myaccordion .fa-stack {
    font-size: 18px;
    color: #07203a;
}
 
.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  padding: 0;
}
 
.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
 
.myaccordion li + li {
  margin-top: 10px;
}
/*---Preloader---*/
#preloader {
 position: fixed;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 z-index: 9999;
 overflow: hidden;
 background: rgba(21, 86, 156, .7);
}
#preloader:before {
 content: "";
 position: fixed;
 top: calc(50% - 30px);
 left: calc(50% - 30px);
 border: 8px solid #15569c;
 border-top-color: #9dccff;
 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(21, 86, 156, 0.25), rgba(157, 204, 255, 0.25));
  border-radius: 10px;
  position: relative;
}

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

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

.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: #07203a;
}

.faq .faq-list a.collapsed:hover {
  color: #15569c;
}

.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;
  }
}
@media all and (min-width: 992px) {
.navbar
{ padding-top: 0;
padding-bottom: 0; 
}
.navbar .has-megamenu
{ position:static;
}
.navbar .megamenu
{ left: 5%;
right: 0;
width:90%;
padding:20px;
}
	}
