/*== Font css End ==*/
:root {
    --web-font-family: "Nunito", serif;
    --web-titlefont-family1: "Bricolage Grotesque", serif;
    --web-black: #000000;
    --web-white: #ffffff;
    --web-blue:#11176B;
    --web-lightblue: #01ADED;
    --web-skyblue: #BAE7FF;
    --web-lightskyblue: #DDF3FF;
    --web-gray: #D9D9D9;
    --bofyfont-color:#354047;
    --red-color:#FF0040;
  }
  
  .fw-500{
    font-weight: 500;
  }
  .fw-600{
    font-weight: 600;
  }
  .font-bold{font-weight: bold;}
  .mt-20{margin-top: 20px;}
  .text-red{color: var(--red-color);}
  .bg-lightblue{background: var(--web-lightskyblue);}
  .bg-lightblue1{background: var(--web-lightblue);}
  .backgroundmultiply{background-blend-mode: luminosity;}
  .data-src{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .text-blue{color: var(--web-blue) !important;}
  /*== Basic css ==*/
  *,
  *::before,
  *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
    font-family: var(--web-font-family);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: var(--bofyfont-color);
  }
  @media (min-width:768px){
    body {font-size: 16px;line-height: 25px;}
  }
  
  h1, h2, h3, h4, h5, h6{font-family: var(--web-titlefont-family1);}
@media(max-width:767px){
	
	h4{
		font-size:18px;
	}
	
}
  
  a {
    color: inherit;
    text-decoration: underline;
  }
  
  a:hover,
  a:focus {
    color: inherit;
    text-decoration: none;
  }
  
  p {
    margin-bottom: 1rem;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  .transition {
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }
  
  a.phonelink,
  a.phonelink:hover,
  a.phonelink:focus {
    cursor: default;
    text-decoration: none !important;
    color: inherit !important;
  }
  
  hr {
    opacity: 0.1;
  }
  
  .z-index10 {
    z-index: 10;
  }
  
  @media (max-width: 1024px) {
    a.phonelink {
      text-decoration: underline !important;
    }
  }
  
  @media (min-width: 768px) {
    p {
      margin-bottom: 1.5rem;
    }
  }
  .bg-primary{background-color: var(--web-lightblue) !important;}
  /*== Basic css End ==*/
  
  /* formcontrol css start */
  .form-control{width: 100%;border: 1px solid #E0E0E0;background: var(--web-white);border-radius: 50px; padding:19px 30px;color: #2A3990;font-size: 17px;font-weight: 500;line-height: 20px;outline: none;box-shadow: none;border-color:#E0E0E0}
  .form-control::placeholder{color: #2A3990;opacity: 0.54;}
  .form-control:focus{box-shadow: none;}
  .searchredbtn.btn-primary{    color: var(--web-white); background-color: var(--red-color); border-color: var(--red-color);font-size: 17px;font-weight: 500;line-height: 20px; padding: 19px 30px;}
  .searchredbtn.btn-primary:hover, .searchredbtn.btn-primary:active, .searchredbtn.btn-primary:focus, .searchredbtn.btn-primary:not(:disabled):not(.disabled):active, .searchredbtn.btn-primary:not(:disabled):not(.disabled):active:focus{background:var(--web-blue); color:var(--web-white); border-color:var(--web-blue);box-shadow:none;}
  .custom-select{background: url(../images/serviceselecticon.svg);background-repeat: no-repeat; background-position:calc(100% - 15px);    color: rgb(42 57 144 / 54%);}
  /* formcontrol css end */
  .borderradiuscustom{
    border-radius: 30px;
  }
  /*== Button ==*/
  .btn{
    border-radius: 0;
    padding: 0.5rem 1rem;
    font-size: 14px;
    border-radius:50px;
  }
  .btn-primary {color: var(--web-white);background-color: var(--web-lightblue); border-color: var(--web-lightblue); padding: 10px 20px; border-radius:50px; text-decoration:none; font-family: var(--web-titlefont-family1); font-weight: 700; font-size: 14px;line-height: 18px;}
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus{background:var(--web-blue); color:var(--web-white); border-color:var(--web-blue);box-shadow:none;}
  .btnblue{color: var(--web-white);background-color: var(--web-blue); border-color: var(--web-blue);}
  .btnred{color: var(--web-white);background-color: var(--red-color); border-color: var(--red-color);}
  .btn-white{color: var(--web-blue);background-color: var(--web-white); border-color: var(--web-white);}
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus{
    background:var(--web-lightblue); color:var(--web-white); border-color:var(--web-lightblue);box-shadow:none;
  }
  .badge{padding: 5px 12px;font-size: 14px;line-height: 19px;color: var(--web-lightskyblue);border-radius: 50px;}
  /*== Button End ==*/
  /*== Back to top ==*/ 
  #back-to-top { position: fixed; bottom: 50px; left: 30px; z-index: 1000; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #back-to-top { right: 20px; } }
  #back-to-top a { 
    color: var(--web-white); text-align: center; line-height: 33px; text-decoration: none; display: block; height: 2.25rem; width: 2.25rem; font-size: 1.25rem; -webkit-border-radius: 100%; border-radius: 100%;
    -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; transition-duration: 0.6s; 
    -webkit-box-shadow: 0px 0px 0px 5px var(--web-skyblue); -moz-box-shadow: 0px 0px 0px 5px var(--web-skyblue); box-shadow: 0px 0px 0px 5px var(--web-skyblue);
    background: var(--web-blue); 
  }
  #back-to-top a:hover { background-color: var(--web-black); color: var(--web-white); }
  /*== Back to top End ==*/
  /*== Menu ==*/
.blue-strip{ background-color: var(--web-lightblue);  color: #fff;  padding: 8px 5px;  text-align: center;   height: 35px;  position: relative;  font-size: 16px;  font-weight: 400;}
.blue-strip span { opacity: 0; position: absolute; animation: fadeInOut 4s infinite;  width: 100%;  left: 0;  right: 0;  margin: auto;  top: 0;  display: flex;  justify-content: center;  align-items: center;  height: 100%;padding:5px;font-size:17px;text-transform:capitalize;}
span.text1 {
  animation-delay: 0s; /* First text shows immediately */
}
span.text2 {
  animation-delay: 2s; /* Second text shows after 2 seconds */
}
@keyframes fadeInOut {
  0%, 45% {
    opacity: 0;
  }
  50%, 95% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.headerlogo, .mobile-logo{max-width: 150px;    display: block;}
.headermenuwrap{display: flex;justify-content: end;gap: 30px;align-items: center; }
.headermenuwrap .headercallbutton {width: 100%;flex: 0 0 auto;}
.headermenuwrap .headerphonecall{display: flex;text-decoration: none;gap: 5px;align-items: center;justify-content: end;}
.headermenuwrap .headerphonecall div {font-family: var(--web-titlefont-family1); color: var(--red-color);font-size: 18px;line-height: 24px; font-weight: 700;text-align: left;}
.headermenuwrap .headerphonecall div.phonicondivheader{width: 22px;}
.headermenuwrap .headerphonecall div span{display: block; font-family: var(--web-font-family); color: var(--red-color);font-size: 9px;line-height: 13px;}
.headermenuwrap .headerphonecall div.phoneicontextdiv{flex: 0 0 auto;}
header.fixed-top1{
  background: var(--web-white);
  position: fixed;
  top: 0;
  z-index: 1000;
  box-shadow: -2px 10px 20px 0px rgba(59,59,59,0.52);
-webkit-box-shadow: -2px 10px 20px 0px rgba(59,59,59,0.52);
-moz-box-shadow: -2px 10px 20px 0px rgba(59,59,59,0.52);
width: 100%;
}

.navbar-toggler {
  width: 30px;
  height: 20px;
  padding: 0;
  outline: none !important;
  vertical-align: middle;
  display: inline-block;
}
.navbar-toggler.closed{    position: fixed !important;right: 15px;    z-index: 100000;}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler .i-line {
  width: 100%;
  height: 3px;
  border-radius: 0px;
  background-color: var(--web-blue);
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.navbar-toggler.closed .i-line {
  background-color: var(--web-white);
}

.navbar-toggler .i-line.top {
  top: 0;
}

.navbar-toggler .i-line.middle {
  top: 50%;
  margin-top: -1.5px;
}

.navbar-toggler .i-line.bottom {
  bottom: 0;
}

.closed .i-line.middle {
  width: 0;
  opacity: 0;
}

.closed .i-line.top {
  top: 2px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.closed .i-line.bottom {
  bottom: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

nav {
  font-family: var(--web-titlefont-family1);
}

.navbar .nav-item {
  outline: none;
}

.navbar .nav-link {
  color: var(--web-lightblue);
  font-size: 14px;
  font-weight:700;
  line-height: 1.4;
  text-decoration: none;
  padding: 14px 16px;
	outline:none;
}

.active .nav-link,
.open .nav-link,
.nav-item:hover .nav-link,
.nav-item:focus .nav-link {
  background-color: transparent;
  color: var(--web-blue);
  text-decoration: none;
  border-bottom: 1px solid var(--web-green);
}

.navbar .dropdown-menu {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  background-color: var(--web-lightblue);
  color: var(--web-white);
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0px 0;
}

.navbar .dropdown-menu .dropdown-item, .navbar .dropdown-menu .nav-link {
  color: var(--web-white) !important;
  text-decoration: none;
  padding: 9px 16px;
  white-space: normal;
}

.navbar .dropdown-menu .dropdown-item:hover,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:active,
.navbar .dropdown-menu .nav-link:hover,
.navbar .dropdown-menu .nav-link:focus,
.navbar .dropdown-menu .nav-link:active {
  background-color: var(--web-blue);
  color: var(--web-white);
}

.navbar .dropdown-menu .sub-dropdown-menu.open>a {background-color: var(--web-blue);color: var(--web-white);}

.navbar .open>.dropdown-menu {
  display: block;
}

.sidebar-nav {
  z-index: 1021;
  position: fixed;
  left: -290px;
  top: 0;
  width: 100%;
  max-width: 290px;
  height: 100%;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 1px 0px 5px;
  box-shadow: rgba(0, 0, 0, .1) 1px 0px 5px;
  background: var(--web-white);
  display: block;
  overflow-y: auto;
}

.sidebar-nav .container,
.sidebar-nav .container-fluid {
  height: 100%;
}

.sidebar-nav .navbar-collapse {
  display: block;
  overflow-y: auto;
  height: 100% !important;
}

.sidebar-nav .navbar-nav>.nav-item {
  border-bottom: rgba(100, 100, 100, .5) 1px solid;
}
.sidebar-nav #menu-main-menu li.current-menu-parent>a.nav-link{background:var(--web-blue);color:var(--web-white);}
.sidebar-nav #menu-main-menu li.current-menu-parent>a.nav-link:after{filter: invert(1);}
.sidebar-nav .navbar-nav .dropdown-toggle1 {
  padding-right: 28px;
}

.sidebar-nav .dropdown-toggle1::after, .sidebar-nav .sub-dropdown-menu a[data-bs-toggle="dropdown"]:after {
  position: absolute;
  right: 15px;
  top: 17px;
  transform: rotate(0deg);
  content: '';
  background:url('../images/rightarrow.svg');
  width: 14px;
  height: 14px;
  background-size: contain;
}
.sidebar-nav .sub-dropdown-menu a[data-bs-toggle="dropdown"]:after{
	top:12px;
}
.sidebar-nav .sub-dropdown-menu a.show[data-bs-toggle="dropdown"]:after{
	filter: invert(1);
	transform: rotate(90deg);
}
.sidebar-nav .sub-dropdown-menu .dropdown-menu.show{padding-left:20px;}
.sidebar-nav .show.dropdown-toggle1::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-fade {
  position: fixed;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 1020;
  background-color: rgba(0, 0, 0, .5);
  display: none;
}
.mobile-logo-div{
  padding: 15px 16px;
  width: 80%;
}

.dropdown-toggle::after {
  height: 7px;
  width: 7px;
  border-style: solid;
  border-color: var(--web-black1);
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
  transition: border-width 150ms ease-in-out;
}

.sub-dropdown-menu .dropdown-toggle::after {
  top: 11px;
}


.page-title{
  font-size: 55px;
  line-height: 66px;
  color: var(--web-lightblue);
  font-weight: 400;
}
.page-title span{font-weight: 800;}
.headerbookingbutton .btn{
    background: transparent;
    color: var(--web-blue);
    border-color: var(--web-blue);
}
.headerbookingbutton .btn-primary:hover, .headerbookingbutton .btn-primary:active, .headerbookingbutton .btn-primary:focus, .headerbookingbutton .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled):active:focus{
    background: var(--web-blue);color: var(--web-white);border-color: var(--web-blue);
}
.mobilebtnheader {  gap: 0px;}
.mobilebtnheader>div:first-child{margin-right:10px;}
@media (min-width: 768px) {
  body.home .page-header{position: fixed; top: 0px; width: 100%;        z-index: 100;}
  
  .headermenuwrap .headerphonecall div.phonicondivheader{width: auto; flex: 0  0 auto;}
  .headermenuwrap .headerphonecall div span{    font-size: 10px;  line-height: 14px;}
  .headermenuwrap .headerphonecall div{    font-size: 22px;  line-height: 27px;}
  .headermenuwrap .headercallbutton {    width: auto;flex: 0 0 auto;}
  .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle::after{display: none;}
 
  .navbar .nav-link {
    color: var(--web-lightblue);
  } 
	.navbar .current-menu-item .nav-link, .navbar .current-menu-parent>.nav-link{color: var(--web-blue);}
	.navbar .dropdown-menu .current-menu-item>.nav-link{background:var(--web-blue);color:var(--web-white);}
  .active .nav-link,
.open .nav-link,
.nav-item:hover .nav-link,
.nav-item:focus .nav-link {
  color: var(--web-blue);
}

  .navbar-expand-md .navbar-nav .nav-item {
    position: relative;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding: 10px 5px;
    font-size: 11px;
  }

  .navbar-expand-md .dropdown-menu {
    min-width: 8.1rem;
    font-size: 11px;
  }

  .navbar-expand-md .dropdown-menu .dropdown-item {
    white-space: nowrap;
    padding: 7px 5px;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
  }

  .navbar-expand-md .dropdown-menu .dropdown-item:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }

  .sub-dropdown-menu .dropdown-menu {
    left: 100%;
    top: 0px;
  }

  .sub-dropdown-menu .dropdown-toggle::after {
    transform: rotate(-45deg);
    top: 2px;
    position: relative;
  }
  .page-title{
    font-size: 58px;
    line-height: 69px;
  }
  
  .headermenuwrap{gap:10px;flex-wrap: wrap;  flex-direction: column-reverse;    align-items: end;}
      .dropdown-toggle1::after {
        position: absolute;
        right: 0px;
        top: 13px;
        transform: rotate(90deg);
        content: '';
        background: url(../images/rightarrow.svg);
        width: 12px;
        height: 12px;
        background-size: contain;
        background-repeat: no-repeat;
    }
      .dropdown-toggle1::after {
        top: 13px;
        width: 10px;
        height: 10px;
        right: 4px;
    }
        .navbar-expand-md .navbar-nav .nav-link.dropdown-toggle1 {
        padding-right: 17px;
    }
}

@media (min-width: 992px) {
  .page-title{
    font-size: 68px;
    line-height: 79px;
  }
  
  .headerbookingbutton .btn{padding: 10px 10px;}
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 6px;
    font-size: 14px;
  }

  .navbar-expand-md .dropdown-menu .dropdown-item {
    padding: 7px 6px;
  }

  .navbar-expand-md .dropdown-menu {
    min-width: 8.9rem;
    font-size: 14px;
  }
  .headermenuwrap{gap:20px;flex-wrap: wrap;  flex-direction: row;    align-items: center;        row-gap: 5px;} 
  .headerbookingbutton .btn{font-size: 12px;}
      .dropdown-toggle1::after {
        top: 11px;
        width: 10px;
        height: 10px;
        right: 4px;
    }
}

@media (min-width:1200px){
  .page-title{
    font-size: 88px;
    line-height: 99px;
  }
  .headerbookingbutton .btn{padding: 10px 10px;    font-size: 14px;}
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 6px;
    font-size: 13px;
  }

  .navbar-expand-md .dropdown-menu .dropdown-item {
    padding: 7px 6px;
  }
  .navbar-expand-md .dropdown-menu {    
    font-size: 13px;
  }
  .headermenuwrap{gap:10px;}
      .dropdown-toggle1::after {
        top: 11px;
        width: 10px;
        height: 10px;
        right: 4px;
    }
}

@media (min-width: 1400px) {
  
  .headerbookingbutton .btn{padding: 10px 20px;}
  .navbar-expand-md .navbar-nav .nav-link {
    padding: 7px 12px;
  }

  .navbar-expand-md .dropdown-menu .dropdown-item {
    padding: 7px 12px;
  }

  .navbar-expand-md .dropdown-menu {
    min-width: 11.64rem;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;    
  }

  .navbar-expand-md .dropdown-menu {
    font-size: 14px;
  }
  
      .dropdown-toggle1::after {
        top: 11px;
        width: 10px;
        height: 10px;
        right: 2px;
    }
}

@media (min-width:1600px){
	.navbar-expand-md .navbar-nav .nav-link{ font-size: 14px;}
	.navbar-expand-md .dropdown-menu {font-size: 14px; }
}
@media (min-width:1700px){
	.navbar-expand-md .navbar-nav .nav-link{ font-size: 16px;}
	.navbar-expand-md .dropdown-menu {font-size: 16px; }
}

@media (max-width:360px){
	.headerbookingbutton .btn, .headercallbutton .btn{font-size:11px;}
}

/*== Menu End ==*/
  .overflow-x-hidden {
    overflow-x: hidden !important;
  }
  
  @media (min-width:1700px) {
    .container {
      max-width: 1640px;
    }
  }
  
  .section-spacing{padding: 50px 0px;}
  .section-title{font-size: 32px;line-height: 40px;font-family: var(--web-titlefont-family1);font-weight: 500; color: var(--web-lightblue);}
  .section-title span{font-weight: 700;}
  .commonlist{list-style: none; padding-left: 15px;}
  .commonlist li{position: relative; padding-left: 20px;}
  .commonlist li::before{content: ''; background: url('../images/listicon.svg');width: 14px;height: 14px;position: absolute;left: 0; top:4px;background-size: cover;}
  .subtilte{font-family: var(--web-titlefont-family1);font-size: 20px;font-weight: 800;line-height: 22px; }
  @media (min-width:992px){
    .section-spacing{padding: 100px 0px;}
    .section-title{font-size: 38px;line-height: 50px;}
    
  }
  
  /* innerbannersection css start */
  .innerbanner {position: relative;}
  .innerbanner::before{content: '';width: 100%;height: 100%;background: linear-gradient(87.53deg, rgba(1, 173, 237, 0.14) 0%, rgba(1, 173, 237, 0.7) 40.3%);
  position: absolute;left: 0; top: 0;}
  .innerbanner .container{position: relative;z-index: 10;}
  @media (min-width:1200px){
    .innerbanner .serviceimg{min-height: 300px;object-fit: contain; object-position: bottom;}
  }
  /* innerbannersection css end */
  .inner-banner-main{
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .inner-banner-main h1{
    text-transform: uppercase;
    color: #11176B;
    font-weight: 400;
  }
  @media(max-width:1199px){
    .inner-banner-main{
      min-height:200px;
    }
  }
  @media(max-width:767px){
    .inner-banner-main{
      min-height:170px;
    }
  }
  /* == footer css == */
  .footertop{background: var(--web-blue);position: relative;color: var(--web-white);background-position: center;}
  .footertop .form-wrap .form-text{text-transform: uppercase;color: #fff;font-weight: 400;font-size: 16px;}
  .footertop .form-wrap input{border-radius: 5px;padding: 15px 20px;}
  .footertop .form-wrap .btn-wrap{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .footertop .form-wrap .btn{
    color: #fff;
    background: #01ADED;
  }
  .footertop:after{ content: '';width: 100%;height: 100%;position: absolute;top: 0;background: rgba(17, 23, 107, 0.94);}
  .footersolcialmedia{margin-top: 0px;color: var(--web-white);font-family: var(--web-titlefont-family1);font-size: 16px;line-height: 19px;font-weight: 700;}
  .footersociallist{margin-top: 20px;list-style: none; padding-left: 0px; display: flex;gap: 12px; flex-wrap: wrap;align-items: center;margin-bottom: 0px;}
  .footertitle{font-family: var(--web-titlefont-family1); font-size: 18px; font-weight: 700; line-height: 27px; }
  .footernavlist{padding-left: 0; list-style: none;font-size: 16px;line-height: 24px;font-weight: 400; margin-top: 16px;}
  .footernavlist li:not(:last-child){margin-bottom: 5px}
  .footernavlist li a{text-decoration: none;}
  .footersubscribeform{font-weight: 700;}
  .klavioformmain{margin-top: 21px;margin-bottom: 45px;}
  .footercontactinfo_main_item{    display: flex;gap: 10px;}
  .footercontactinfo_main_item a{text-decoration: none;}
  .footercontactinfo_main_item .footercontactinfo_main_item_icon {width: 14px;flex: 0 0  auto;}
  .footercontactinfo_main_item .footercontactinfo_main_item_content{width: calc(100% - 24px); flex: 0 0 auto;}
  .footercontactinfo_main_item .footercontactinfo_main_item_content a{word-break: break-all;}
  .footercontactinfo_main .footercontactinfo_main_item:not(:last-child){margin-bottom: 5px;}
  .copyrightfooter{padding: 40px 15px;background: var(--web-blue);color: var(--web-white);font-weight: 700;}
  .footer_first_column{display: flex; flex-direction: row;align-items: end; gap: 40px; margin-bottom: 60px;}
  .footerlistmain{margin-bottom: 60px;}
  .copyrightfooter p{display: inline-block; margin-bottom: 0px;}
  .copyrightfooter span:last-child { display: none;}
  @media (min-width:1200px){
    .footersolcialmedia{margin-top: 40px;}
    .footer_first_column{flex-direction: column; gap: 0; margin-bottom: 0px;align-items: start;}
    .footerlistmain{margin-bottom: 0px;}
  }
  
  /* Customer-Testimonials-css */
  
  .customertestimonials .source-Google{
      background: #E1EFFF;
      padding: 32px;
      border-radius: 20px;
  }
  .customertestimonials .ti-reviews-container-wrapper{
          gap: 24px;
  }
  .customertestimonials .ti-widget.ti-goog .ti-widget-container .ti-name,
  .customertestimonials .ti-widget.ti-goog .ti-review-content,
  .customertestimonials .ti-date,
  .customertestimonials .ti-widget.ti-goog .ti-read-more span
  {
      color: var(--web-blue) !important;
  }
  .customertestimonials .section-title {
          margin-bottom: 30px;
  }
  /* Customer-Testimonials-css-end */
.form-section{
	padding:80px 0;
}
.form-section .login-remember,.form-section .wplf-lostpassword{display:none !important;}
.form-section #loginform{
	display:flex;
	flex-direction:column;
	column-gap:20px;
	max-width:900px;
	justify-content:center;
	margin:0 auto;
}
.form-section #loginform label{
	font-weight:700;
	display:block;
	margin-bottom:6px;
	color:#000;
}
.form-section .login-username,.form-section .login-password{width:calc(50% - 20px);}
.form-section .login-username input,.form-section .login-password input{
	border:1px solid #E0E0E0;
	border-radius:100px;
	padding:15px 20px;
	width:100%;
	outline:none;
}
.form-section .login-submit{
	margin-bottom:0;
}
.form-section .login-submit #wp-submit{
	background:#11176B;
	border-radius:100px;
	border:1px solid #11176B;
	padding:12px 40px;
	font-size:17px;
    color:#FFFFFF;
}

.form-section .login-username, .form-section .login-password {
    width: calc(100% - 20px);
}

.form-section .login-username, .form-section .login-password
Specificity: (0,2,0)
 {
    width: calc(100% - 20px);
}

.form-section input{
	border: 1px solid #E0E0E0 !important;
    border-radius: 100px !important;;
    padding: 15px 20px !important;;
    width: 100% !important;;
    outline: none !important;;
}

.form-section label {
    margin-bottom: 6px;
    color: #000;
	    font-weight: 700;
}

@media(max-width:767px){
	.form-section #loginform{
		display:block;
	}
	.form-section .login-username,.form-section .login-password{width:100%;}
	.form-section .login-submit{
	margin-top:25px;
	margin-bottom:0;
}
}

.icon-box-section .icon{
	height:120px;
	width:120px;
	border-radius:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#BAE7FF;
	box-shadow: 0px 2px 20px 0px #6F96AA40;
	margin:0 auto 10px auto;

}
.icon-box-section .icon img{
	width:46px;
}
.icon-box-section .link-title{
	color:#354047;
	font-weight:700;
	font-size:16px;
	text-decoration:none;
}
@media(max-width:767px){
	.icon-box-section .icon{
		height:100px;
		width:100px;
	}
}
.cms a{
	transition:all 0.5s ease-in-out;
	word-wrap:break-word;
}
.cms a:hover{
	color:var(--web-blue);
}
.cms h1+ol,
.cms h1+p,
.cms h1+ul,
.cms h2+ol,
.cms h2+p,
.cms h2+ul,
.cms h3+ol,
.cms h3+p,
.cms h3+ul,
.cms h4+ol,
.cms h4+p,
.cms h4+ul,
.cms h5+ol,
.cms h5+p,
.cms h5+ul,
.cms h6+ol,
.cms h6+p,
.cms h6+ul {
    margin-top: 20px;
}

.cms div.table-responsive+div.table-responsive,
.cms div.table-responsive+h1,
.cms div.table-responsive+h2,
.cms div.table-responsive+h3,
.cms div.table-responsive+h4,
.cms div.table-responsive+h5,
.cms div.table-responsive+h6,
.cms h1+div.table-responsive,
.cms h1+h1,
.cms h1+h2,
.cms h1+h3,
.cms h1+h4,
.cms h1+h5,
.cms h1+h6,
.cms h2+div.table-responsive,
.cms h2+h1,
.cms h2+h2,
.cms h2+h3,
.cms h2+h4,
.cms h2+h5,
.cms h2+h6,
.cms h3+div.table-responsive,
.cms h3+h1,
.cms h3+h2,
.cms h3+h3,
.cms h3+h4,
.cms h3+h5,
.cms h3+h6,
.cms h4+div.table-responsive,
.cms h4+h1,
.cms h4+h2,
.cms h4+h3,
.cms h4+h4,
.cms h4+h5,
.cms h4+h6,
.cms h5+div.table-responsive,
.cms h5+h1,
.cms h5+h2,
.cms h5+h3,
.cms h5+h4,
.cms h5+h5,
.cms h5+h6,
.cms h6+div.table-responsive,
.cms h6+h1,
.cms h6+h2,
.cms h6+h3,
.cms h6+h4,
.cms h6+h5,
.cms h6+h6,
.cms ol+div.table-responsive,
.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms p+div.table-responsive,
.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms ul+div.table-responsive,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6 {
    margin-top: 25px;
}

@media (max-width: 991.98px) {

    .cms div.table-responsive+div.table-responsive,
    .cms div.table-responsive+h1,
    .cms div.table-responsive+h2,
    .cms div.table-responsive+h3,
    .cms div.table-responsive+h4,
    .cms div.table-responsive+h5,
    .cms div.table-responsive+h6,
    .cms h1+div.table-responsive,
    .cms h1+h1,
    .cms h1+h2,
    .cms h1+h3,
    .cms h1+h4,
    .cms h1+h5,
    .cms h1+h6,
    .cms h2+div.table-responsive,
    .cms h2+h1,
    .cms h2+h2,
    .cms h2+h3,
    .cms h2+h4,
    .cms h2+h5,
    .cms h2+h6,
    .cms h3+div.table-responsive,
    .cms h3+h1,
    .cms h3+h2,
    .cms h3+h3,
    .cms h3+h4,
    .cms h3+h5,
    .cms h3+h6,
    .cms h4+div.table-responsive,
    .cms h4+h1,
    .cms h4+h2,
    .cms h4+h3,
    .cms h4+h4,
    .cms h4+h5,
    .cms h4+h6,
    .cms h5+div.table-responsive,
    .cms h5+h1,
    .cms h5+h2,
    .cms h5+h3,
    .cms h5+h4,
    .cms h5+h5,
    .cms h5+h6,
    .cms h6+div.table-responsive,
    .cms h6+h1,
    .cms h6+h2,
    .cms h6+h3,
    .cms h6+h4,
    .cms h6+h5,
    .cms h6+h6,
    .cms ol+div.table-responsive,
    .cms ol+h1,
    .cms ol+h2,
    .cms ol+h3,
    .cms ol+h4,
    .cms ol+h5,
    .cms ol+h6,
    .cms p+div.table-responsive,
    .cms p+h1,
    .cms p+h2,
    .cms p+h3,
    .cms p+h4,
    .cms p+h5,
    .cms p+h6,
    .cms ul+div.table-responsive,
    .cms ul+h1,
    .cms ul+h2,
    .cms ul+h3,
    .cms ul+h4,
    .cms ul+h5,
    .cms ul+h6 {
        margin-top: 20px;
    }
}

.cms ol,
.cms p,
.cms ul {
    color: var(--bofyfont-color);
}

.cms ol+h1,
.cms ol+h2,
.cms ol+h3,
.cms ol+h4,
.cms ol+h5,
.cms ol+h6,
.cms p+h1,
.cms p+h2,
.cms p+h3,
.cms p+h4,
.cms p+h5,
.cms p+h6,
.cms ul+h1,
.cms ul+h2,
.cms ul+h3,
.cms ul+h4,
.cms ul+h5,
.cms ul+h6 {
    margin-top: 40px;
}

@media (max-width: 767.98px) {

    .cms ol+h1,
    .cms ol+h2,
    .cms ol+h3,
    .cms ol+h4,
    .cms ol+h5,
    .cms ol+h6,
    .cms p+h1,
    .cms p+h2,
    .cms p+h3,
    .cms p+h4,
    .cms p+h5,
    .cms p+h6,
    .cms ul+h1,
    .cms ul+h2,
    .cms ul+h3,
    .cms ul+h4,
    .cms ul+h5,
    .cms ul+h6 {
        margin-top: 30px;
    }
}

.cms ol+p,
.cms p+p,
.cms ul+p {
    margin-top: 20px;
}

.cms ol+p+h2,
.cms ol+p+h3,
.cms ol+p+h4,
.cms ol+p+h5,
.cms ol+p+h6,
.cms p+p+h2,
.cms p+p+h3,
.cms p+p+h4,
.cms p+p+h5,
.cms p+p+h6,
.cms ul+p+h2,
.cms ul+p+h3,
.cms ul+p+h4,
.cms ul+p+h5,
.cms ul+p+h6 {
    margin-top: 40px;   
}

@media (max-width: 767.98px) {

    .cms ol+p+h2,
    .cms ol+p+h3,
    .cms ol+p+h4,
    .cms ol+p+h5,
    .cms ol+p+h6,
    .cms p+p+h2,
    .cms p+p+h3,
    .cms p+p+h4,
    .cms p+p+h5,
    .cms p+p+h6,
    .cms ul+p+h2,
    .cms ul+p+h3,
    .cms ul+p+h4,
    .cms ul+p+h5,
    .cms ul+p+h6 {
        margin-top: 30px;
    }
}

.cms ol+ol,
.cms ol+ul,
.cms p+ol,
.cms p+ul,
.cms ul+ol,
.cms ul+ul {
    margin-top: 20px;
}

.cms ol+p,
.cms p+p,
.cms ul+p {
    margin-top: 20px;
}
.cms p{
	margin-bottom:0;
}

.cms img{
	border-radius:10px;
}


.cms ol,
.cms ul {
    margin-left: 20px;
	padding-left:0;
    list-style-position: initial;
}

.cms ol+ol,
.cms ol+ul,
.cms ul+ol,
.cms ul+ul {
    margin-top: 20px;
}

.cms ol li,
.cms ul li {
    list-style: inherit;
    list-style-position: outside;
}

.cms ol li::marker,
.cms ul li::marker {
    color: var(--web-blue);
}

.cms ol li+li,
.cms ul li+li {
    margin-top: 15px;
}

.cms ol li ol,
.cms ol li ul,
.cms ul li ol,
.cms ul li ul {
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.common-table.table-responsive table {
    width: 100%;
    background: var(--web-white);
	margin-bottom:0;
}
@media (max-width: 1199.98px) {
    .common-table.table-responsive table {
        min-width: 1000px;
    }
}
.common-table.table-responsive table td,.common-table.table-responsive table th{
    padding: 8px 15px;
}
.common-table.table-responsive table td{
    border: 1px solid rgba(17,23,107, .35) !important;
    border-bottom: 1px solid #11176B;
}

.common-table.table-responsive table th{
    background: #11176B;
    border-bottom: 1px solid #11176B;
	border-top: 1px solid #11176B;
    color: var(--web-white);
}
.common-table.table-responsive table th+th {
    border-left: 1px solid rgba(255,255,255, .2) !important;
}
.common-table.table-responsive table th:first-child {
    border-left: 1px solid #11176B;
}
.common-table.table-responsive table th:last-child {
    border-right: 1px solid #11176B;
}
.common-table.table-responsive table tbody>tr:nth-of-type(even) {
    background: rgba(17,23,107, .05);
}
.thumbnail-container.object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
body .thumbnail-container,
body .thumbnail_container {
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-color: rgba(17, 23, 107, .025);
    border-radius: 0;
}

body .thumbnail {
    margin: 0;
    display: block;
    padding: 0;
    border: none;
    height: 100%;
    width: 100%;
    position: absolute;
    background: 0 0;
}

body .thumbnail a,
body .thumbnail img,
body .thumbnail video,
body .thumbnail iframe{
    display: block;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    position: absolute;
}
.common-section .video-box .thumbnail-container{
	padding-bottom:67.67%;
	border-radius:10px;
}
.common-section .title-box .item .title{
	line-height:150%;
}
.common-section .title-box .item{
	border-radius:10px;
}
.common-section .title-box .item .btn{
	min-width:130px;
}
.common-section .title-box .item + .item{
	margin-top:20px;
}

.common-section .title-box .item .title{
	line-height:150%;
}
.common-section .img-content .img{
	width:40%;
}
.common-section .img-content .top-content{
	width:60%;
}
@media(max-width:991px){
	.common-section .img-content .img{
	width:100%;
}
.common-section .img-content .top-content{
	width:100%;
}
}
 .contact-us-page{
    padding:100px 0;
  }
  .contact-us-page .content + .content{
    margin-top: 30px;
  }
  .contact-us-page .title{
    color:#11176B;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
    font-family:var(--web-font-family);
  }
  .contact-us-page .contact{
    list-style: none;
    margin-top: 5px;
    
  }
  .contact-us-page .box{
   background-color: #ddf3ffbf; 
   padding: 25px;
   border-radius: 15px;
   height: 100%;
  }
  .contact-us-page .box .col-4{
    width: auto !important;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .contact-us-page .box-inner{
    background: #ffffff;
    border-radius: 10px;
    padding: 15px !important;
  }
  /* .contact-us-page .item + .item{
    margin-top: 50px;
  } */
  .contact-us-page .contact li{
    font-size: 14px;
    font-weight: 400;
    display: flex;
    gap: 10px;
    color: #000000;
  }
  .contact-us-page .contact li svg path{
    fill: #11176B !important;
  }
  .contact-us-page .contact li + li{
    margin-top: 5px;
  }
  .contact-us-page .contact li a{
    text-decoration: none;
     word-break: break-word;
	  transition:all 0.5s ease-in-out;
  }
.contact-us-page .contact li a:hover{
	color:var(--web-blue);
}
  
  .contact-us-page .label-main{
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  }
  @media(max-width:767px){
     .contact-us-page{
    padding:60px 0;
  }

  }


.form-row-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.form-group.third {
  flex: 1 1 30%;
}

.form-row {
  margin-bottom: 20px;
}

.form-group.full {
  width: 100%;
}

.form-group label {
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 0px;
    border-radius: 20px;
}

.csm_form {
    padding: 100px 0;
}

@media(max-width:991px){
.csm_form {
    padding: 80px 0;
}	
}
@media(max-width:767px){
.csm_form {
    padding: 60px 0 30px 0;
}	
	.form-group.third {
  flex: 1 1 100%;
}
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding: 10px !important;
    border: 0px !important;
    border-radius: 49px !important;
    background-color: #11176B !important;
    color: #fff !important;
    min-width: 100px !important;
}

.box.csm_box {
    height: auto;
}

.icon-box-section .csm_column:nth-child(4) .icon-box .link-title{
	pointer-events:none !important;
}
.icon-box-section .csm_column:nth-child(10) .icon-box .link-title{
	pointer-events:none !important;
}
/* .icon-box-section .csm_column:nth-child(11) .icon-box .link-title{
	pointer-events:none !important;
} */
a.pdf-cls {
    width: 100px;
	padding:10px;
}
/* .box {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(392px, 1fr));
    gap: 15px;
    background: #f9f9f9;
    padding: 60px 0px !important;
    border-radius: 10px;
    max-width: none !important;
    box-shadow: none !important;
}

.box h2 {
  grid-column: 1 / -1; 
  text-align: center;
  margin-bottom: 20px;
}
 */
.entry {
     display: block !important;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px 12px !important;
    border-radius: 6px;
    font-size: 15px;
background: #ebf8ff !important;
}
.entry > div:first-child{
	 font-size: 16px;
    font-weight: 700;
    color: #11176b;
}
.sec-calendar-nav button{
	background-color: #00adee !important;
}

.sec-calendar-days {
    background: #11176b !important;
    color: #fff !important;
}
.sec-calendar-events {
    color: #fff;
	background-color: #00adee !important;
}
.dd-flex{
	display:flex;
}
.box-shadow {
 box-shadow: 0 0 3px 1px #d1cdcd;
    padding: 35px;
    border-radius: 12px;
    width: 100%;
    background: aliceblue;
}

.box-shadow h2{
	margin-bottom:20px;
}
[name="custom_register"] {
    background: #11176B !important;
	color:#fff;
}
[name="custom_register"]:hover {
    background: #01aded !important;
	transition:0.5s;
}
.form-section .login-submit #wp-submit:hover{
	  background: #01aded !important;
	transition:0.5s;
}

span.page-numbers.current {
    background: #11176b;
    padding: 5px 12px;
    color: #fff;
    margin-left: 4px;
    border-radius: 3px;
}

a.page-numbers {
    background: #dfdfdf;
    padding: 5px 12px;
    text-decoration: none;
    margin-left: 4px;
	 border-radius: 3px;
}

.gmb_table{
			padding: 60px 15px !important;
		}
		.gmb_table .table_body tr:nth-child(odd) {
		  background-color: #ebf8ff !important;
		}
		.gmb_table .table_body tr:nth-child(even) {
		  background-color: #ffffff;
		}
		.gmb_table .bg-table-head{
			background: #11176b !important;
			color: #fff;
		}
		.gmb_table .bg-table-head th{
			padding: 13px 13px;
			padding: 13px 13px;
			font-size: 18px;
			font-weight: 600;
		}
		.gmb_table .table_body td {
		    padding: 13px 13px;
			font-size: 16px;
			color: #000;
			font-weight: 600;
		}

		.content-table {
			  border-collapse: collapse;
			  margin: 25px 0;
			  font-size: 0.9em;
			  min-width: 400px;
			  border-radius: 5px 5px 0 0;
			  overflow: hidden;
			  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
			}

			.content-table thead tr {
			  background-color: #11176b;
			  color: #ffffff;
			  text-align: left;
			  font-weight: bold;
			}

			.content-table th,
			.content-table td {
			  padding: 12px 15px;
			}

			.content-table tbody tr {
			  border-bottom: 1px solid #dddddd;
			}

			.content-table tbody tr:nth-of-type(even) {
			  background-color: #f3f3f3;
			}

			.content-table tbody tr:last-of-type {
			  border-bottom: 2px solid #11176b;
			}

			.content-table tbody tr.active-row {
			  font-weight: bold;
			  color: #11176b;
			}
.breadcrumb-nav{
	background:#BAE7FF;
	display:inline-flex;
	align-items:stretch;
	position:relative;
	left:50%;
	transform:translatex(-50%);
	border-radius:100px;
	overflow:hidden;
	
}
.breadcrumb-nav a{
	text-decoration:none;
	display:flex;
	align-items:center;
	color:var(--web-blue);
	padding:7px 25px 7px 20px;
	position:relative;
	overflow:hidden;
	height:100%;
}
.breadcrumb-nav a::after{
	content: "";
    height: 120px;
    width: 240px;
    pointer-events: none;
    right: 0;
    top: 50%;
    transform: translatey(-50%);
    position: absolute;
    border: 5px solid #EBF8FF;
    border-radius: 50%;
    border-left: none;
	background:#BAE7FF;
	z-index:-1;
}
.breadcrumb-nav span{
	color:#fff;
	display:flex;
	align-items:center;
	position:relative;
}
.breadcrumb-nav span:last-child{
	padding:7px 20px 7px 40px;
	background:var(--web-blue);
	z-index:-2;
	margin-left:-25px;
	border-radius:0 100px 100px 0;
}
.nbr {
    width: 100% !important;
    padding: 10px !important;
    font-size: 1em !important;
    border: 0px !important;
    border-radius: 20px !important;
}
.screen-reader-response {
    display: none !important;
}
.page-id-301 a span:hover {
    color: #11176b !important;
}
.error-section{
	background:#EBF8FF;
	padding:120px 0;
	position:relative;
}

.error-section .floating-icon {
  animation: float 3s ease-in-out infinite;
  display: inline-block;
}
.error-section .box{
    max-width: 600px;
    margin: auto;
}
.error-section .num{
    font-size: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight:600;
    color: var(--web-blue);
	margin-bottom:0;
}
.error-section .sub-title{
    margin-top: -5px;
    font-weight: 600;
    font-size:30px;
}
.error-section .num svg{
	margin:0 10px;
	animation:rotates 5s linear infinite;
}
.error-section .num svg path{
    fill: var(--web-blue) !important;
}
@keyframes rotates {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.bubbles {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  top: 0;
  left: 0;
	pointer-events:none;
}

.bubble {
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 40px;
  background:var(--web-blue);
  border-radius: 50%;
  opacity: 0.2;
  animation: floating 10s infinite ease-in;
}

.bubble:nth-child(1) {
  width: 40px;
  height: 40px;
  left: 10%;
  animation-duration: 8s;
}

.bubble:nth-child(2) {
  width: 20px;
  height: 20px;
  left: 20%;
  animation-duration: 8s;
  animation-delay: 1s;
}

.bubble:nth-child(3) {
  width: 50px;
  height: 50px;
  left: 35%;
  animation-duration: 10s;
  animation-delay: 2s;
}

.bubble:nth-child(4) {
  width: 80px;
  height: 80px;
  left: 50%;
  animation-duration: 7s;
  animation-delay: 0s;
}

.bubble:nth-child(5) {
  width: 35px;
  height: 35px;
  left: 55%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble:nth-child(6) {
  width: 45px;
  height: 45px;
  left: 65%;
  animation-duration: 8s;
  animation-delay: 3s;
}

.bubble:nth-child(7) {
  width: 25px;
  height: 25px;
  left: 75%;
  animation-duration: 7s;
  animation-delay: 2s;
}

.bubble:nth-child(8) {
  width: 80px;
  height: 80px;
  left: 80%;
  animation-duration: 6s;
  animation-delay: 1s;
}

.bubble:nth-child(9) {
  width: 15px;
  height: 15px;
  left: 70%;
  animation-duration: 9s;
  animation-delay: 0s;
}

.bubble:nth-child(10) {
  width: 50px;
  height: 50px;
  left: 85%;
  animation-duration: 5s;
  animation-delay: 3s;
}

@keyframes floating {
  0% {
    bottom: -100px;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 1080px;
    transform: translateX(-200px);
  }
}
@media(max-width:1199.98px){
	.error-section{
	padding:100px 0;
}
}
@media(max-width:991.98px){
	.error-section{
	padding:80px 0;
}
}
@media(max-width:767.98px){
	.error-section{
	padding:70px 0;
}
}


@media(max-width:575.98px){
    .error-section .num svg{
        height: 100px !important;
        width: 100px !important;
    }
    .error-section .num{
          font-size: 125px;
    }
    .error-section .sub-title{
     font-size:25px;   
     margin-top: 0px;
    }
	@media(max-width:767.98px){
	.error-section{
	padding:60px 0;
}
}

}


.login-error {
    color: #d9534f;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 10px 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}