@import url(//db.onlinewebfonts.com/c/387520393827c11c675742b85368af6b?family=Dom);

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 1.65;
  color: #2d2f38;
}

a {
  color: #4B74FE;
  text-decoration: none;
  background-color: transparent;
}
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover {
  color: rgb(0, 75, 135);
  font-family: dom;
  font-size: 55px;
}
.ancor-size {
  font-size: 1rem !important;
}
.form-control, .form-control:focus{
background-color:#fff !important;
border:1px solid #000 !important;
}

a:hover {
  color: #3463FF;
  text-decoration: underline;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  line-height: 1.3;
}

.text-xs {
  font-size: 12px !important;
}

.text-sm {
  font-size: 14px !important;
}

.text-md {
  font-size: 16px !important;
}

.text-lg {
  font-size: 18px !important;
}

.text-xl {
  font-size: 21px !important;
}

/* Color Systems */
.bg-black {
  background-color: #000 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-primary {
  background-color: #2F89FC !important;
}
.search-page mark {
  background-color: #ff0;
}
.search-page {
  margin-top: 25px;
}
.search-page a {
  font-weight: 500;
  font-size: 25px;
  margin: 51px 5px 23px 1px;
  color: #002a5c;
}
.header {
  padding: 10px 16px;
background-color: #fff;
  color: #f1f1f1;
border-bottom: 8px solid #004a87;


}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 102px;
}

a.bg-primary:hover, a.bg-primary:focus {
  background-color: #167bfc !important;
}

.bg-accent {
  background-color: #F52E91 !important;
}

a.bg-accent:hover, a.bg-accent:focus {
  background-color: #f41684 !important;
}

.bg-secondary {
  background-color: #6D728B !important;
}
.search_submit {
  padding: 8px 1px 10px 7px;
  background-color: transparent;
  color: #fff;
  text-decoration: none;
  border: none;
  font-size: 18px;
  font-weight: 500;
}
.top-bar-search {
  display: inline-block;
  text-align: left;
width:56%;
}
.search_top {
  width: 81% !important;
background-color: #ffffff4a !important;
height: 31px !important;
margin-top: 16px !important;
border: none;
}
a.bg-secondary:hover, a.bg-secondary:focus {
  background-color: #62667d !important;
}
.hero-carousel h1 span {
text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
  font-size: 36px;
  font-weight: 600;
}
.bg-success {
  background-color: #06CC89 !important;
}

a.bg-success:hover, a.bg-success:focus {
  background-color: #05b378 !important;
}

.bg-info {
  background-color: #0EA1E6 !important;
}
/* #bc_menu8 .dropdown-menu {
  left: 52%;
  top: 35%;
} */
#bc_menu8 .dropdown-menu {
  left: 91%;
  top: 11%;
}
a.bg-info:hover, a.bg-info:focus {
  background-color: #0d90ce !important;
}

.bg-warning {
  background-color: #F68718 !important;
}

a.bg-warning:hover, a.bg-warning:focus {
  background-color: #eb7a09 !important;
}

.bg-danger {
  background-color: #FF4457 !important;
}

a.bg-danger:hover, a.bg-danger:focus {
  background-color: #ff2b40 !important;
}

.bg-grey {
  background-color: #AFB7C1 !important;
}

a.bg-grey:hover, a.bg-grey:focus {
  background-color: #a1aab6 !important;
}

.bg-dark {
  background-color: #33374B !important;
}

a.bg-dark:hover, a.bg-dark:focus {
  background-color: #292c3c !important;
}

.bg-light {
  background-color: #F2F4FE !important;
}

a.bg-light:hover, a.bg-light:focus {
  background-color: #dae0fc !important;
}

.fg-black {
  color: #000 !important;
}

.fg-white {
  color: #fff !important;
}

.fg-primary {
  color: #2F89FC !important;
}

a.fg-primary:hover, a.fg-primary:focus {
  color: #167bfc !important;
}

.fg-accent {
  color: #F52E91 !important;
}

a.fg-accent:hover, a.fg-accent:focus {
  color: #f41684 !important;
}

.fg-secondary {
  color: #6D728B !important;
}

a.fg-secondary:hover, a.fg-secondary:focus {
  color: #62667d !important;
}

.fg-success {
  color: #06CC89 !important;
}

a.fg-success:hover, a.fg-success:focus {
  color: #05b378 !important;
}

.fg-info {
  color: #0EA1E6 !important;
}

a.fg-info:hover, a.fg-info:focus {
  color: #0d90ce !important;
}

.fg-warning {
  color: #F68718 !important;
}

a.fg-warning:hover, a.fg-warning:focus {
  color: #eb7a09 !important;
}

.fg-danger {
  color: #FF4457 !important;
}

a.fg-danger:hover, a.fg-danger:focus {
  color: #ff2b40 !important;
}

.fg-grey {
  color: #AFB7C1 !important;
}

a.fg-grey:hover, a.fg-grey:focus {
  color: #a1aab6 !important;
}

.fg-dark {
  color: #33374B !important;
}

a.fg-dark:hover, a.fg-dark:focus {
  color: #292c3c !important;
}

.fg-light {
  color: #F2F4FE !important;
}

a.fg-light:hover, a.fg-light:focus {
  color: #dae0fc !important;
}

.border-primary {
  border-color: #2F89FC !important;
}

.border-accent {
  border-color: #F52E91 !important;
}

.border-secondary {
  border-color: #6D728B !important;
}

.border-success {
  border-color: #06CC89 !important;
}

.border-info {
  border-color: #0EA1E6 !important;
}

.border-warning {
  border-color: #F68718 !important;
}

.border-danger {
  border-color: #FF4457 !important;
}

.border-grey {
  border-color: #AFB7C1 !important;
}

.border-dark {
  border-color: #33374B !important;
}

.border-light {
  border-color: #F2F4FE !important;
}

/* Social Media Colors */
.bg-facebook {
  background-color: #3B5999 !important;
}

.btn.bg-facebook:hover, .btn.bg-facebook:focus {
  background-color: #344e87 !important;
}

.bg-twitter {
  background-color: #1DA1F2 !important;
}

.btn.bg-twitter:hover, .btn.bg-twitter:focus {
  background-color: #0d95e8 !important;
}

.bg-google-plus {
  background-color: #DB4437 !important;
}

.btn.bg-google-plus:hover, .btn.bg-google-plus:focus {
  background-color: #d33426 !important;
}

.bg-youtube {
  background-color: #CD201F !important;
}

.btn.bg-youtube:hover, .btn.bg-youtube:focus {
  background-color: #b71d1c !important;
}

.bg-dribbble {
  background-color: #EA4C89 !important;
}

.btn.bg-dribbble:hover, .btn.bg-dribbble:focus {
  background-color: #e7357a !important;
}

.bg-pinterest {
  background-color: #BD081C !important;
}

.btn.bg-pinterest:hover, .btn.bg-pinterest:focus {
  background-color: #a50718 !important;
}

.bg-slack {
  background-color: #3AAF85 !important;
}

.btn.bg-slack:hover, .btn.bg-slack:focus {
  background-color: #349c76 !important;
}

.bg-linkedin {
  background-color: #0077B5 !important;
}

.btn.bg-linkedin:hover, .btn.bg-linkedin:focus {
  background-color: #00669c !important;
}

.btn {
  padding: 10px 28px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.btn:focus, .btn.focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #004a87;
  border-color: #fff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #167bfc;
  border-color: #0974fb;
  -webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
          box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #4897fc;
  border-color: #3c90fc;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-primary:disabled, .btn-primary.disabled {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0974fb;
  border-color: #046df4;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-accent {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-accent:hover {
  color: #fff;
  background-color: #f41684;
  border-color: #f10c7e;
  -webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
          box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-accent:focus, .btn-accent.focus {
  color: #fff;
  background-color: #f6469e;
  border-color: #f63a97;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-accent:disabled, .btn-accent.disabled {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-accent:not(:disabled):not(.disabled):active, .btn-accent:not(:disabled):not(.disabled).active,
.show > .btn-accent.dropdown-toggle {
  color: #fff;
  background-color: #f10c7e;
  border-color: #e50b77;
}

.btn-accent:not(:disabled):not(.disabled):active:focus, .btn-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-accent.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #62667d;
  border-color: #5c6076;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #7a7f97;
  border-color: #737891;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5c6076;
  border-color: #575b6e;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-success:hover {
  color: #fff;
  background-color: #05b378;
  border-color: #05a770;
  -webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
          box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-success:focus, .btn-success.focus {
  color: #33374B;
  background-color: #07e59a;
  border-color: #06d891;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #05a770;
  border-color: #059a68;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-info:hover {
  color: #fff;
  background-color: #0d90ce;
  border-color: #0c88c2;
  -webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
          box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #1cadf1;
  border-color: #10a9f0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-info:disabled, .btn-info.disabled {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #0c88c2;
  border-color: #0b7fb6;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-warning:hover {
  color: #fff;
  background-color: #eb7a09;
  border-color: #df7409;
  -webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
          box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-warning:focus, .btn-warning.focus {
  color: #33374B;
  background-color: #f79431;
  border-color: #f68d24;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-warning:disabled, .btn-warning.disabled {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #df7409;
  border-color: #d36e08;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-danger:hover {
  color: #fff;
  background-color: #ff2b40;
  border-color: #ff1e35;
  -webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
          box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ff5e6e;
  border-color: #ff5162;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff1e35;
  border-color: #ff1129;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-grey {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-grey:hover {
  color: #33374B;
  background-color: #a1aab6;
  border-color: #99a4b0;
  -webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
          box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-grey:focus, .btn-grey.focus {
  color: #33374B;
  background-color: #bdc4cc;
  border-color: #b6bdc7;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-grey:disabled, .btn-grey.disabled {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-grey:not(:disabled):not(.disabled):active, .btn-grey:not(:disabled):not(.disabled).active,
.show > .btn-grey.dropdown-toggle {
  color: #33374B;
  background-color: #99a4b0;
  border-color: #929dab;
}

.btn-grey:not(:disabled):not(.disabled):active:focus, .btn-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-grey.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-dark:hover {
  color: #fff;
  background-color: #292c3c;
  border-color: #242634;
  -webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
          box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #3d425a;
  border-color: #383d53;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #242634;
  border-color: #1e212d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-light:hover {
  color: #33374B;
  background-color: #dae0fc;
  border-color: #ced6fb;
  -webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
          box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-light:focus, .btn-light.focus {
  color: #33374B;
  background-color: white;
  border-color: #fefeff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-light:disabled, .btn-light.disabled {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #33374B;
  background-color: #ced6fb;
  border-color: #c3ccfa;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary {
  color: #2F89FC;
  background-color: transparent;
  border-color: #2F89FC;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
  -webkit-box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
          box-shadow: 0 4px 12px rgba(47, 137, 252, 0.3);
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #2F89FC;
  background-color: transparent;
  border-color: #2F89FC;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #fff;
  background-color: #2F89FC;
  border-color: #2F89FC;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #167bfc;
  border-color: #0974fb;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-accent {
  color: #F52E91;
  background-color: transparent;
  border-color: #F52E91;
}

.btn-outline-accent:hover {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
  -webkit-box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
          box-shadow: 0 4px 12px rgba(245, 46, 145, 0.3);
}

.btn-outline-accent:focus, .btn-outline-accent.focus {
  color: #F52E91;
  background-color: transparent;
  border-color: #F52E91;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  color: #fff;
  background-color: #F52E91;
  border-color: #F52E91;
}

.btn-outline-accent:not(:disabled):not(.disabled):active, .btn-outline-accent:not(:disabled):not(.disabled).active,
.show > .btn-outline-accent.dropdown-toggle {
  color: #fff;
  background-color: #f41684;
  border-color: #f10c7e;
}

.btn-outline-accent:not(:disabled):not(.disabled):active:focus, .btn-outline-accent:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-accent.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary {
  color: #6D728B;
  background-color: transparent;
  border-color: #6D728B;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.3);
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #6D728B;
  background-color: transparent;
  border-color: #6D728B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #fff;
  background-color: #6D728B;
  border-color: #6D728B;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #62667d;
  border-color: #5c6076;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success {
  color: #06CC89;
  background-color: transparent;
  border-color: #06CC89;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
  -webkit-box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
          box-shadow: 0 4px 12px rgba(6, 204, 137, 0.3);
}

.btn-outline-success:focus, .btn-outline-success.focus {
  color: #06CC89;
  background-color: transparent;
  border-color: #06CC89;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #fff;
  background-color: #06CC89;
  border-color: #06CC89;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #05b378;
  border-color: #05a770;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info {
  color: #0EA1E6;
  background-color: transparent;
  border-color: #0EA1E6;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
  -webkit-box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
          box-shadow: 0 4px 12px rgba(14, 161, 230, 0.3);
}

.btn-outline-info:focus, .btn-outline-info.focus {
  color: #0EA1E6;
  background-color: transparent;
  border-color: #0EA1E6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #fff;
  background-color: #0EA1E6;
  border-color: #0EA1E6;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0d90ce;
  border-color: #0c88c2;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning {
  color: #F68718;
  background-color: transparent;
  border-color: #F68718;
}

.btn-outline-warning:hover {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
  -webkit-box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
          box-shadow: 0 4px 12px rgba(246, 135, 24, 0.3);
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  color: #F68718;
  background-color: transparent;
  border-color: #F68718;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #33374B;
  background-color: #F68718;
  border-color: #F68718;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #eb7a09;
  border-color: #df7409;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger {
  color: #FF4457;
  background-color: transparent;
  border-color: #FF4457;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
  -webkit-box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
          box-shadow: 0 4px 12px rgba(255, 68, 87, 0.3);
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #FF4457;
  background-color: transparent;
  border-color: #FF4457;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #fff;
  background-color: #FF4457;
  border-color: #FF4457;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #ff2b40;
  border-color: #ff1e35;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-grey {
  color: #AFB7C1;
  background-color: transparent;
  border-color: #AFB7C1;
}

.btn-outline-grey:hover {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
  -webkit-box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
          box-shadow: 0 4px 12px rgba(175, 183, 193, 0.3);
}

.btn-outline-grey:focus, .btn-outline-grey.focus {
  color: #AFB7C1;
  background-color: transparent;
  border-color: #AFB7C1;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-grey:disabled, .btn-outline-grey.disabled {
  color: #33374B;
  background-color: #AFB7C1;
  border-color: #AFB7C1;
}

.btn-outline-grey:not(:disabled):not(.disabled):active, .btn-outline-grey:not(:disabled):not(.disabled).active,
.show > .btn-outline-grey.dropdown-toggle {
  color: #33374B;
  background-color: #a1aab6;
  border-color: #99a4b0;
}

.btn-outline-grey:not(:disabled):not(.disabled):active:focus, .btn-outline-grey:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-grey.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark {
  color: #33374B;
  background-color: transparent;
  border-color: #33374B;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
  -webkit-box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
          box-shadow: 0 4px 12px rgba(51, 55, 75, 0.3);
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #33374B;
  background-color: transparent;
  border-color: #33374B;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #fff;
  background-color: #33374B;
  border-color: #33374B;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #292c3c;
  border-color: #242634;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light {
  color: #F2F4FE;
  background-color: transparent;
  border-color: #F2F4FE;
}

.btn-outline-light:hover {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
  -webkit-box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
          box-shadow: 0 4px 12px rgba(242, 244, 254, 0.3);
}

.btn-outline-light:focus, .btn-outline-light.focus {
  color: #F2F4FE;
  background-color: transparent;
  border-color: #F2F4FE;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #33374B;
  background-color: #F2F4FE;
  border-color: #F2F4FE;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #33374B;
  background-color: #dae0fc;
  border-color: #ced6fb;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.breadcrumb {
  background-color: #F2F4FE;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 1rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "\2022";
  padding-right: 1rem;
}

.breadcrumb .breadcrumb-item.active {
  color: #a1aab6;
}

.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a1aab6;
}

.breadcrumb-dark .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.4);
}

.breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumb-dark .breadcrumb-item.active {
  color: rgba(255, 255, 255, 0.8);
}

.navbar {
  min-height: 70px;
}

.navbar-float {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
  z-index: 1070;
}

.navbar.sticky {
  z-index: 1080;
}

.navbar.sticky.fixed ~ * {
  margin-top: 70px;
}

.navbar.sticky.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: navTransition .5s ease;
          animation: navTransition .5s ease;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.15);
  z-index: 1080;
}

@-webkit-keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

@keyframes navTransition {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}

.navbar-brand {
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-nav {
  margin-top: 10px;
  border-top: 1px solid #e4e7ee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.navbar-nav .nav-link {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.navbar-nav .btn {
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(109, 114, 139, 0.75);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #6D728B;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #2F89FC;
}

@media (min-width: 576px) {
  .navbar-expand-sm .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav {
    margin-top: 0;
    border-top: none;
width:100%;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2px;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-nav {
    margin-top: 0;
    border-top: none;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.form-control {
  padding: 8px 15px;
  height: calc(1.4em + 1.375rem + 2px);
  border-color: #dee1e6;
}

.custom-select {
  height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
  margin-left: 5px;
  min-width: 40px;
  color: #a1aab6;
  border: 1px solid #dee1e6;
  text-align: center;
  border-radius: 4px;
}

.page-link:hover {
  color: #6D728B;
  background-color: #F2F4FE;
  border-color: #dee1e6;
}

.page-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2F89FC;
  border-color: #0974fb;
}

.page-item.disabled .page-link {
  color: #6D728B;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.img-place {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.img-place img {
  width: auto;
  max-width: 100%;
  height: 100%;
}

.bg-img {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-img > * {
  position: relative;
  z-index: 10;
}

.bg-img-parallax {
  background-attachment: fixed;
}

.bg-img-overlay-dark {
  position: relative;
}

.bg-img-overlay-dark::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  background-color: #33374B;
}

.bg-img-size-contain {
  background-size: contain;
}

.bg-img-size-100 {
  background-size: 100% 100%;
}

.avatar {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.avatar-img {
  margin-right: 8px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-img img {
  width: 100%;
  height: 100%;
}

.divider {
  position: relative;
  display: block;
  margin: 12px 0 24px 0;
  max-width: 250px;
  height: 2px;
  background-color: #cbd9ff;
  border-radius: 20px;
  border: none;
}

.divider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  width: 40px;
  height: 2px;
  background-color: #2F89FC;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background:rgb(0, 74, 135);
  visibility: hidden;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1100;
}

.back-to-top::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: -4px auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.col-lg-12.fot-img img {
  width: 100%;
}
.back-to-top:hover {
  background: #2F89FC;
}

.back-to-top:hover::after {
  border-color: #fff;
}
.tab-sec-but {
  border: none;
}
.top-bar {
  display: block;
  height: 100%;
  border-bottom: 1px solid #f0f1f6;
  font-size: 14px;
  background-color: #004a87;
}
.fot-bar-anko {
  color: #fff !important;
  font-size: 19px;
}
.top-bar .container,
.top-bar .row {
  height: 100%;
}

.top-bar a {
  color: #6D728B;
}

.top-bar a:hover {
  color: #2F89FC;
  text-decoration: none;
}

.social-mini-button a {
  padding-left: 0px;
  padding-right: 6px;
}



.page-banner {
  position: relative;
  height: 340px;
  background-color: #6D728B;
}

.page-banner .container {
  position: relative;
  z-index: 10;
}

.page-banner.home-banner {
  height: auto;
  max-height: 500px;
}

.page-banner.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 114, 139, 0.75);
  z-index: 1;
}

@media (min-width: 768px) {
  .page-banner.home-banner {
   height: 540px;
    max-height: unset;
  }
}

.slider-wrapper {
  position: relative;
  height: 100%;
  min-height: 558px;
}

.hero-carousel {
  height: 100%;
}

.owl-carousel .owl-stage-outer {
  height: 100%;
}

.hero-carousel-item {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-carousel-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transperanrt;
}

.hero-carousel-item img {
  width: 100%;
  height: auto;
}

.hero-carousel .owl-nav {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.hero-carousel:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.hero-carousel .owl-nav .owl-prev,
.hero-carousel .owl-nav .owl-next {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hero-carousel:hover .owl-nav .owl-prev,
.hero-carousel:hover .owl-nav .owl-next {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.hero-carousel .owl-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}

.hero-carousel .img-caption {
  position: absolute;
  top: 0;
  left: 120px;
  
  bottom: 0;
  margin: auto;
  padding: 0 16px;
  width: auto;
  max-width: 600px;
 /* height: 100%;*/
  text-align: left;
  color: #fff;
  margin-top: 10%;
}

.hero-carousel h1 {
text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
  font-weight: 300;
}

.hero-carousel .subhead {
  color: #fff;
  font-weight: 400;
}

@media (min-width: 768px) {
  
  .hero-carousel .subhead {
    font-size: 20px;
  }
}

.page-section {
  position: relative;
  display: block;

}

.page-section p {
  color: #6D728B;
}

.subhead {
  display: block;
  text-transform: capitalize;
  color: #000;
  font-weight: 600;
  margin-bottom: 8px;
  font-size: 58px;
}

.title-section {
  display: block;
  
  color: #2d2f38;
  font-weight: 600;
  margin-bottom: 32px;
}

.text-center .title-section {
  margin-left: auto;
  margin-right: auto;
}

.about-img {
  position: relative;
  margin: 15px auto;
  width: auto;
  max-width: 500px;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
          box-shadow: 0 8px 16px rgba(109, 114, 139, 0.3);
  -webkit-transform: skewX(-3deg) rotateX(20deg);
          transform: skewX(-3deg) rotateX(20deg);
}

.about-img img {
  width: 100%;
}

.team-carousel {
  display: block;
  width: 100%;
}

.team-wrap {
  position: relative;
  margin: 0 auto;
  width: auto;
  max-width: 280px;
}

.team-profile {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6px;
  background-color: #AFB7C1;
  overflow: hidden;
}

.team-content {
  display: block;
  padding: 20px;
  background-color: #fff;
  color: #33374B;
}

.team-content .social-button {
  margin-top: 24px;
}

.team-content .social-button a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 14px;
  background-color: #F2F4FE;
  color: #6D728B;
  border-radius: 4px;
  -webkit-transition: background .2s ease, color .3s ease;
  transition: background .2s ease, color .3s ease;
}

.team-content .social-button a:hover {
  background-color: #2F89FC;
  color: #fff;
  text-decoration: none;
}

.portfolio {
  display: block;
  background-color: #F2F4FE;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.portfolio:hover {
  -webkit-box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
          box-shadow: 0 3px 12px rgba(109, 114, 139, 0.2);
}

.portfolio img {
  width: auto;
  max-width: 100%;
}

.card-testimonial {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 30px 20px;
  background-color: #F2F4FE;
  color: #6D728B;
  border-radius: 8px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.card-testimonial:hover {
  background-color: #fff;
}

.card-testimonial .content {
  margin-bottom: 24px;
}

.card-testimonial .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.card-testimonial .avatar {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}

.card-testimonial .avatar img {
  width: 100%;
  height: 100%;
}

.card-testimonial .author-name {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
  color: #33374B;
}

.card-testimonial .author-info {
  font-size: 11px;
  color: #a1aab6;
}

.card-blog {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 32px 20px 70px 20px;
  max-width: 260px;
  min-height: 290px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
}

.card-blog .header {
  margin-bottom: 16px;
}

.card-blog .avatar {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #d0d4e4;
  overflow: hidden;
}

.card-blog .avatar img {
  width: 100%;
  height: 100%;
}

.card-blog .entry-footer {
  display: inline-block;
  vertical-align: top;
}

.card-blog .post-author {
  font-weight: 500;
  color: #6D728B;
}

.card-blog .post-date {
  font-size: 13px;
  color: #b2b6c5;
}

.card-blog .post-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.card-blog .post-title a {
  font-weight: 500;
  color: #2d2f38;
}

.card-blog .post-excerpt {
  font-size: 14px;
  color: #AFB7C1;
}

.card-blog .footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.card-blog-row *:first-child .card-blog {
  background-color: #2F89FC;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
  color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
  color: rgba(255, 255, 255, 0.6);
}

.blog-single-wrap {
  position: relative;
  display: block;
  padding: 16px 0;
}

.blog-single-wrap .post-thumbnail {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
          box-shadow: 0 4px 24px rgba(109, 114, 139, 0.3);
  overflow: hidden;
}

.blog-single-wrap .post-thumbnail img {
  width: auto;
  max-width: 100%;
}

.blog-single-wrap .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 14px;
  font-weight: 600;
  margin-top: 12px;
  margin-bottom: 24px;
}

.blog-single-wrap .post-meta a {
  color: #6D728B;
}

.blog-single-wrap .post-meta a:hover {
  color: #167bfc;
  text-decoration: none;
}

.blog-single-wrap .post-meta .gap {
  padding-left: 8px;
  padding-right: 8px;
}

.blog-single-wrap .post-tags {
  display: block;
  padding: 16px 0;
}

.blog-single-wrap .post-tags a {
  display: inline-block;
  padding: 4px 12px;
  background-color: #F2F4FE;
  color: #99a4b0;
  font-size: 14px;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-single-wrap .post-tags a:hover {
  text-decoration: none;
  background-color: #2F89FC;
  color: #fff;
}

.widget {
  padding: 16px 0;
}

.widget-box {
  position: relative;
  display: block;
  padding: 24px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #ebeefd;
  -webkit-box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
          box-shadow: 0 4px 12px rgba(109, 114, 139, 0.1);
}

.widget-box::after {
  display: block;
  clear: both;
  content: "";
}

.widget-title {
  font-weight: 600;
  color: #6D728B;
}

.search-form .form-group {
  position: relative;
}

.search-form .btn {
  position: absolute;
  top: 5px;
  right: 6px;
  padding: 6px 12px;
  background-color: #2F89FC;
  color: #fff;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.search-form .btn:hover {
  background-color: #167bfc;
}

.categories {
  position: relative;
  list-style: none;
  padding-left: 0;
}

.categories li {
  display: block;
  float: left;
  margin-bottom: 12px;
  width: 50%;
}

.categories li a {
  display: inline-block;
  width: 90%;
  padding: 6px 12px;
  background-color: #eef5ff;
  color: #2F89FC;
  border-radius: 4px;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.categories li a:hover {
  text-decoration: none;
  background-color: #2F89FC;
  color: #fff;
}

.categories li a span {
  float: right;
  margin-left: 8px;
  padding: 3px 6px;
  background-color: #2F89FC;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 40px;
}

.categories li a:hover span {
  -webkit-box-shadow: 0 0 0 1px #fff;
          box-shadow: 0 0 0 1px #fff;
}

.blog-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 12px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dae0fc;
}

.blog-item .post-thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin-right: 15px;
  width: 100px;
  height: 80px;
  background-color: #AFB7C1;
  overflow: hidden;
}

.blog-item .post-thumb img {
  width: auto;
  height: 100%;
}

.blog-item .post-title a {
  color: #6D728B;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.blog-item .post-title a:hover {
  color: #2F89FC;
  text-decoration: none;
}

.blog-item .meta a {
  margin-right: 6px;
  font-size: 12px;
  color: #62667d;
}

.blog-item .meta a:hover {
  text-decoration: none;
}

.tagcloud {
  position: relative;
  display: block;
}

.tag-cloud-link {
  display: inline-block;
  padding: 4px 10px;
  margin-top: 4px;
  margin-bottom: 4px;
  border: 1px solid #dae0fc;
  border-radius: 40px;
  font-size: 14px;
  color: #6D728B;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tag-cloud-link:hover,
.tag-cloud-link:focus {
  text-decoration: none;
  background-color: #F2F4FE;
  color: #2F89FC;
  border-color: #2F89FC;
}

.filterable-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 24px;
}

.filterable-btn .btn {
  margin: 4px;
  padding: 8px 16px;
  font-size: 14px;
  background-color: #F2F4FE;
  color: #898da2;
}

.filterable-btn .btn.active {
  background-color: #2F89FC;
  color: #fff;
}

.grid-item {
  padding: 16px;
  width: 33.33333%;
}

.form-contact .form-control {
  background-color: #F2F4FE;
  border-color: transparent;
}

.form-contact .form-control:focus {
  background-color: transparent;
  border-color: #94c2fd;
  -webkit-box-shadow: 0 0 0 1px #94c2fd;
          box-shadow: 0 0 0 1px #94c2fd;
}

.maps-container {
  position: relative;
  display: block;
  width: 100%;
  height: 400px;
  background-color: #F2F4FE;
  overflow: hidden;
}

#google-maps {
  width: 100%;
  height: 100%;
}
.foot-qick-link {
  margin-top: 13px;
}
.row.bor-blu {
  border-bottom: 2px solid #004a87;
}
.page-footer {
  position: relative;
  display: block;
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #101010;
  color: #fff;
}

.page-footer hr {
  border-color: #464B61;
}


.page-footer p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-menu {
  position: relative;
  padding-left: 0;
  list-style: none;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: #AFB7C1;
}

.footer-menu a:hover {
  color: #fff;
}

.sosmed-button a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.6);
  outline: none !important;
}

/* Custom Plugin */
.owl-nav {
  display: block;
  margin: auto;
  text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  background-color: #101010;
  color: #fff;
}

.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel .owl-nav button.owl-prev:focus {
  outline: none;
}

.owl-carousel .owl-nav button.owl-next {
  right: 10px;
}

.owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}

.owl-carousel .owl-dots {
  display: block;
  margin: 16px auto;
  text-align: center;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  margin: 0 4px;
  width: 36px;
  height: 4px;
  background-color: #c6ccd3;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
  outline: none;
}

.owl-carousel button.owl-dot.active {
  background-color: #2F89FC;
}
/*# sourceMappingURL=theme.css.map */



span.call-us-top-bar {
    color: #fff;
	font-size: 20px;
}

.d-inline-block.topbar {
    margin-top: 11px;
}
.trip-alert-box {
    margin-top: 6px;
}
.trip-alert-box {
    text-align: center;
}
.trip-alert-box a {
    color: #fff;
    border: 1px solid #fff;
    padding: 7px 40px 7px 40px;
    font-size: 16px;
}
.social-mini-button a {
    color: #fff;
    font-size: 18px;
}
.social-mini-button {
display: inline;
  margin-top: 11px;
}
.request-quote-box a {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.request-quote-box img {
  margin-right: 44px;
  margin-top: -10px;
  margin-bottom: -6px;
}
.request-quote-box {
    margin-top: 11px;
	text-align:right;
}
.container-fluid.top-nav {
  margin-bottom: 4px;
}
@media screen and (max-width: 1162px) and (min-width: 992px) {
li.nav-item a {  font-size: 12px !important;}
}
@media screen and (max-width: 1162px){.container-fluid.logo-section {  width: 42% !important;}.divi {  display: none;}}
@media screen and (max-width: 1305px) and (min-width: 1163px) {
li.nav-item a {  font-size: 12px !important;}
.container-fluid.menu-section {  width: 70% !important;}
.container-fluid.logo-section {  width: 35% !important;  margin-left: 0;}
}
@media screen and (max-width: 1319px){
.search_top {  width: 51% !important;}
.top-bar-search{width: 35%;}
.trip-alert-box a {
padding: 7px 10px 7px 10px;
    font-size: 13px;}
}
@media screen and (max-width: 991px) {	
.divi {  display: none;}
.request-quote-box {
  text-align: center;}
.trip-alert-box a {    font-size: 13px;}
.container-fluid.top-nav {  text-align: center;}
.slider-wrapper {
  position: relative;
  height: 100%;
  min-height: 218px;
}
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding: 0;
}
.container-fluid.logo-section {
    width: 32%;
	padding-right: 0;
margin-right: -19px;
}
.container-fluid.menu-section {
    height: 113px;
    background-color: #101010;
	    width: 76%;
    margin-right: 0;
}

li.nav-item a {
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
}
.abut-sec {
    text-align: center;
   margin-bottom: 30px;
   margin-top: 30px;
}
.container-fluid.mid-blue-sec {
    background-color: #004a87;
}
.subhead-mid-blue {
    font-size: 31px;
    color: #fff;
    font-weight: 600;
}
.col-lg-4.mid-cont-btn {
    margin-bottom: 10px;
}
.page-section.tours-special-sec {
    margin-top: 30px;
}
.subhead.tour-spe {
    text-align: center;
    margin-bottom: 22px;
    font-size: 46px;
}
.col-lg-4.tour-img{margin-bottom:5px; width: 265px;}
.col-lg-4.tour-img img {height: 100%; width: 100%;}
.container-fluid.logo-section a img {  width: 99%;}




.container-fluid.mid-tab-sec {
  padding: 0;
}

.tabs {
  
  position: relative;
  

  width: 100%;
}

.tabs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  
  background: #fff;
  color: #004a87;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 150px;
}
.fas.fa-users,.fas.fa-basketball-ball,.fas.fa-calendar,.fas.fa-graduation-cap {
  font-size: 30px;
}
.tabs nav a {
  padding: 45px 0px;
  text-align: center;
  border-bottom: 1px solid #004a87;
  width: 100%;
  cursor: pointer;
}

.tabs nav a:hover,
.tabs nav a.selected {
  background: #004a87;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tabs .content {
  padding: 20px 0px;
  position: absolute;
  top: 0px;
  left: 150px;
  color: #6C5D5D;
 
  height: 100%;
  
  opacity: 0;
  transition: opacity 0.1s linear 0s;
}

.tabs .content.visible {
  padding: 20px;
  width:calc(100% - 150px);
  
  opacity: 1;
}

.tabs .content p{ padding-bottom: 2px;color:#fff; }
.tabs .content h3 {
padding-bottom: 2px;
color: #fff;
font-size:45px;
font-weight: 600; }

.tabs .content p:last-of-type { padding-bottom: 0px; }
.tab-con {
top: 28%;
left:55%;
width: auto;
max-width: 542px;
height: 72%;
text-align: left;
color: #fff;
background-color: #0000007d;
padding: 21px;
position: absolute;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #004a87 !important;
}
.page-section.latest-info {
  padding-top: 30px;
  padding-bottom:30px;
}
.col-lg-6.lates-img img {
  width: 100%;
}
.page-section.latest-info {
  background-color: #f3f3f3;
}
.page-section.foot-bar {
  background-color: #2b2b2b;
  padding: 14px;
}
.fa.fa-phone,.fa.fa-envelope {
  color: #fff;
  background-color: #004a87;
  padding: 10px;
  margin-right: 10px;
  border-radius: 16px;
}
.col-lg-4.but-cont-us {
  text-align: right;
}
.row.mt-4.copy-right {
  text-align: center;
}
.footer-menu {
  padding-left: 0;margin-top: 2px;
}
.footer-menu li {
  position: relative;
  padding-left: 4px;
  list-style: none;
  display: inline;
  margin-right: 5px;
}
.footer-menu li a{font-size:15px;}
.btn.btn-primary.btn-sm.mt-2 {
  width: 25%;
  display: inline-block;
  background-color: #101010;
  border-bottom: 1px solid #004a87;
border-left: none;
border-right: none;
border-top: none;
  box-shadow: none;
  padding:8px;
  border-radius: 0;
}
.short-bar {
  margin-top: 15px;
}
.form-control,.form-control:focus {
  padding: 8px 15px;
  height: calc(1.5em + 1.375rem + 2px);
  border-color: #dee1e6;
  background-color: #101010;
  border-bottom: 1px solid #004a87;
  border-left: none;
  border-right: none;
  border-top: none;
  display: inline-block;
  width: 50%;
  box-shadow: none;
  border-radius: 0;
}
.fot-bar-anko.ss {
  margin-left: 36px;
}
.subscribe {
  margin-left: 0px;
}
.emailField {
  display: none;
}
.fas.fa-arrow-right {
  font-size: 18px;
  color: #004a87;
}
.slider-content p {
  position: absolute;
  bottom: 0;
  left: 7%;
  color: #fff;
  font-size: 23px;
}
.slider-content a.btn-solid-lg.page-scroll.slider-but {
  position: absolute;
  bottom: 0px;
  right: 15px;
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  background-color: #004a87;
  padding: 6px 21px 5px 22px;
}
.slider-content p {
 position: absolute;
bottom: -14px;
left: 4%;
color: #fff;
font-size: 23px;
background-color: #000000b3;
width: 77%;
height: 15%;
padding: 8px 19px 8px 13px;
border-bottom: 7px solid #004a87;
}
#bc_menu2:hover > .dropdown-menu {
  display: block;
transition-delay: 444444s;transition: 44444s;
}
#bc_menu2, #bc_menu30, #bc_menu6, #bc_menu5 {transition-delay: 4s;}
#bc_menu30:hover > .dropdown-menu {
  display: block;
transition-delay: 444444s;transition: 44444s;
}
#bc_menu6:hover > .dropdown-menu {
  display: block;transition-delay: 444444s;transition: 44444s;
}
#bc_menu8:hover > .dropdown-menu {
  display: block;
transition-delay: 444444s;transition: 44444s;
}
#bc_menu5:hover > .dropdown-menu {
  display: block;
transition-delay: 444444s;transition: 44444s;
}
.dropdown-menu {
  background-color: #004a87;
transition-delay: 444444s;transition: 44444s;
}

@media screen and (max-width: 992px)  {
.col-lg-4.short-bar {  text-align: center;color: #fff;font-size: 20px;}
.navbar-toggler {  margin-right: 20px;}
.navbar-nav {  margin-top: 0;}
.slider-content p {  left: 4%;}
.nav.navbar-nav { position: absolute;  z-index: 9999;  width: 100%;}
.container-fluid.menu-section {  height:100%; width:100%;background-color: transparent;}
.nav.navbar-nav {  background-color: #053862;  padding-left: 20px;}
.tab-con {  top: 10%;  left: 0;width: 98%;height: 79%;}
.tabs .content h3{font-size:35px;}
.menu-seprator {  display: none;}
.container-fluid.logo-section {  width: 50%;  margin: 0 auto;}
}
@media screen and (max-width: 767px) and (min-width: 465px) {
.slider-content p {  left: 3%;}
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
.slider-content p {  left: 5%;}
}
@media screen and (max-width: 993px) and (min-width: 767px) {
.hero-carouse1 h1{font-size:40px;}
}
@media screen and (min-width: 993px)  {
.hero-carousel h1 {
text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
    font-size: 56px;
  }}
@media screen and (max-width: 450px)  {
.navbar-light .navbar-brand, .navbar-light .navbar-brand:hover{font-size: 45px !important;}
}
@media screen and (max-width: 767px)  {
.owl-carousel button.owl-dot{width: 6px;}
.hero-carousel .img-caption{margin-top: 5%;left: 60px;}
.img-caption h1 {  font-size: 18px;}
.hero-carousel h1 span{ font-size: 22px;text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);}
.slider-content p{width: 84%;}
}



.col-lg-12.charter-banner {
  background-image: url("/content/images/bus1.jpg");
  position: relative;
  background-color: #fff;
  background-position: 100%;
  background-size: cover;
    padding: 200px 0 !important;
}
.et_pb_text_inner {
  width: 80%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.et_pb_text_inner h1 {
  color: #fff;
  font-size: 55px;
  font-weight: 700;
  text-shadow: 0.08em 0.08em 0.08em rgba(0,0,0,0.4);
}
.et_pb_text_inner h1 span {
  border-bottom: 5px solid #003da5;
}
.col-lg-6.charter-ser {
  background-position: 100%;
  background-size: cover;
  background-image: url(/content/images/sup-tours-new.jpg);
  z-index: 9 !important;
  position: relative;
}
.page-section.services-charter {
  margin-top: 6px;
}
.et_pb_text_inner.first-sec h2 {
  text-transform: uppercase;
  font-size: 34px;
  color: #403c36 !important;
  font-weight: 500;
}
.et_pb_text_inner.first-sec {
  text-align: center;
}
.col-lg-6.charter-ser h2 {
  padding-top: 115px;
  color: #fff;
  font-size: 27px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
}
.service_list li {
  display: block;
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  width: 50%;
  float: left;
  text-align: left;
  margin-bottom: 20px;
}
.service_list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
text-decoration: none;
}

.service_list a.business::before {
  content: "\f0b1";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}


.service_list a.sports::before {
  content: "\f434";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.plane::before {
  content: "\f072";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.casino::before {
  content: "\f155";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.ring::before {
  content: "\f3a5";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.road::before {
  content: "\f018";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.school::before {
  content: "\f19d";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.service_list a.church::before {
  content: "\f51d";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}

.service_list a.military::before {
  content: "\f0fb";
  font-family: 'Font Awesome 5 Free';
  margin-right: 5px;
  color: #004a87;
}
.bassiness-img {
  background-position: 100%;
  background-size: cover;
  z-index: 9 !important;
  position: relative;
  height: 385px;
  width: 99%;
  display: inline-block;
}
.first_img{
 background-image: url(/content/images/charters-buses.jpg);
}
.second_img{
 background-image: url(/content/images/charters-destinations.jpg);
}
.third_img{
 background-image: url(/content/images/charters-baseball.jpg);
}
.fourth_img{
 background-image: url(/content/images/charters-amusement.jpg);
}
.fifth_img{
 background-image: url(/content/images/charters-airport.jpg);
}
.sixth_img{
 background-image: url(/content/images/image-content.jpg);
}
.seventh_img{
 background-image: url(/content/images/charters-casino.jpg);
}
.eighth_img{
 background-image: url(/content/images/charters-special-olympics.jpg);
}
.nineth_img{
 background-image: url(/content/images/charters-wedding.jpg);
}
.road-img {
  background-position: 100%;
  background-size: cover;
  z-index: 9 !important;
  position: relative;
  height: 385px;
  width: 99%;
  float: right;
}
.back-line {
  width: 1%;
  background-color: #004a87 !important;
  z-index: 9 !important;
  position: relative;
  height: 385px;
  float: right;
}
.back-line2 {
  width: 1%;
  background-color: #004a87 !important;
  z-index: 99 !important;
  position: relative;
  height: 385px;
  float: left;
}
.service-icon1 a.in-view::before {
  font-family: 'Font Awesome 5 Free';
  border: 6px solid #004a87;
  color: #004a87;
  border-radius: 50%;
font-size: 50px;
padding: 15px;
background-color:#fff;
}
.service-icon2 a.in-view::before {
	content: "\f018";
  font-family: 'Font Awesome 5 Free';
  border: 6px solid #004a87;
  color: #004a87;
  border-radius: 50%;
font-size: 50px;
padding: 15px;
background-color:#fff;
}
.business-icon a.in-view::before {
content: "\f0b1";
}
.road-icon a.in-view::before {
	content: "\f018";
}
.athletic-icon a.in-view::before {
	content: "\f434";
}
.school-icon a.in-view::before {
	content: "\f19d";
}
.airport-icon a.in-view::before {
	content: "\f072";
}
.church-icon a.in-view::before {
	content: "\f51d";
}
.casino-icon a.in-view::before {
	content: "\f155";
}
.military-icon a.in-view::before {
	content: "\f0fb";
}
.wedding-icon a.in-view::before {
	content: "\f3a5";
}
.et_pb_text_inner.service-icon1 {
  position: absolute;
  left: -80px;
  top: 39%;

}
.et_pb_text_inner.service-icon2 {
  position: absolute;
  left: -80px;
  top: 39%;

}
.all_services h3 {
  color: #004a87;
  font-size: 32px;
  font-weight: 600;
}
.casino-icon a.in-view::before {
	padding: 19px 32px 18px 31px !important;
}
.col-lg-6.left-sec {
  background-color: #004a87;
}
.col-lg-6.right-sec {
  background-color: #2b2b2b;
}
.row.no-gutters.chated_fot-sec {
  text-align: center;
}
.left-sec a,.right-sec a {
  color: #fff;
  font-size: 23px;
text-decoration: none;
font-weight: 600;
}
.left-sec p,.right-sec p {
  padding-top:20px;
}
.fas.fa-caret-right {
  border: 2px solid #fff;
  border-radius: 52%;
  padding: 9px 13px 8px 15px;
  font-size: 16px;
}

@media screen and (max-width: 991px) {	

.et_pb_text_inner.service-icon1 {
  position: 0;
  left: 43%;
  top: -32px;
}
.et_pb_text_inner.service-icon2 {
  position: 0;
  left: 43%;
  top: -32px;
}
.back-line {
  width: 100%;
  background-color: #004a87 !important;
  z-index: 9 !important;
  position: relative;
  float: right;
  height: 10px;
}
.back-line2 {
  width: 100%;
  background-color: #004a87 !important;
  z-index: 9 !important;
  position: relative;
  float: right;
  height: 10px;
}
.bassiness-img{
	
	height: 375px;
width: 100%;
}
.road-img{
	
	height: 375px;
width: 100%;
}
.back-line.service_list {
  margin-bottom: 65px;
}
.back-line2.service_list {
  margin-bottom: 65px;
}
.responsive-hide{
	display:none;
}
.desktop-hide {
  display: block !important;
  margin-top: 20px;
}
.setting-res {
  margin-top: 20px;
}
}
.desktop-hide{display:none;}
.time {display: none}


.WidgetTitle__Header-sc-581bc1ec-2.dLkQRC {
    margin-top: 20px;
}

/* Google review*/

/* Header section with Google branding */
 

.google-reviews-section {
  padding: 30px 30px; /* top/bottom spacing like other sections */
  background-color: #fff;  
}
 .reviews-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 30px;
            flex-wrap: wrap;
            gap: 20px;
           padding-top: 50px;
        }

        .google-branding {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .google-logo {
            font-size: 24px;
            font-weight: 500;
            color: #4285f4;
            font-family: 'Product Sans', Arial, sans-serif;
        }

        .reviews-title {
            font-size: 24px;
            color: #3c4043;
            font-weight: bold;
            margin: 0;
        }

        .overall-rating {
            display: flex;
            align-items: center;
            gap: 10px;
        }

        .rating-score {
            font-size: 28px;
            font-weight: 400;
            color: #3c4043;
        }

        .rating {
            font-size: 20px;
            line-height: 1;
        }

        .rating-count {
            color: #70757a;
            font-size: 14px;
        }

        .review-us-btn {
            background: #1a73e8;
            color: white!important;
            padding: 10px 20px;
            border-radius: 4px;
            text-decoration: none;
            font-weight: 500;
            font-size: 14px;
            transition: background-color 0.3s;
            border: none;
            cursor: pointer;
        }

        .loading {
            text-align: center;
            padding: 60px 20px;
            color: #70757a;
            font-size: 16px;
        }

        .error {
            text-align: center;
            padding: 60px 20px;
            color: #d93025;
            font-size: 16px;
            background: #fce8e6;
            border-radius: 8px;
        }

        .reviews-slider {
            position: relative;
            overflow: hidden;
            margin-bottom: 30px;
        }

        .reviews-track {
            display: flex;
            transition: transform 0.3s ease-in-out;
        }

        .slide {
            min-width: 100%;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            padding: 0 5px;
        }

        .review {
            background: #ffffff;
            border-radius: 8px;
            padding: 16px;
            border: 1px solid #dadce0;
            transition: box-shadow 0.3s;
            position: relative;
        }

        .review:hover {
            box-shadow: 0 1px 6px rgba(32,33,36,.28);
        }

        .review-header {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            margin-bottom: 12px;
        }

        .avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #1a73e8;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 500;
            font-size: 14px;
            flex-shrink: 0;
        }

        .author-info {
            flex: 1;
            min-width: 0;
        }

        .author {
            font-weight: 400;
            color: #3c4043;
            font-size: 14px;
            line-height: 1.3;
            margin-bottom: 2px;
        }

        .review-time {
            color: #70757a;
            font-size: 12px;
            line-height: 1.3;
        }

        .review .rating {
            font-size: 12px;
            margin-bottom: 8px;
        }

        .review-text {
            color: #3c4043;
            line-height: 1.4;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .review-text.collapsed {
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
        }

        .read-more-btn {
            background: none;
            border: none;
            color: #1a73e8;
            cursor: pointer;
            font-size: 14px;
            padding: 0;
            text-decoration: none;
            font-weight: 500;
        }

        .read-more-btn:hover {
            text-decoration: underline;
        }

        .slider-controls {
            position: relative;
            margin-bottom: 20px;
        }

        .slider-arrow {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            background: rgba(255, 255, 255, 0.95);
            border: 1px solid #dadce0;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 18px;
            color: #3c4043;
            transition: all 0.3s;
            box-shadow: 0 2px 5px 1px rgba(64,60,67,.16);
            z-index: 10;
        }

        .slider-arrow:hover:not(:disabled) {
            background: #ffffff;
            border-color: #bdc1c6;
            box-shadow: 0 4px 8px 3px rgba(60,64,67,.15);
        }

        .slider-arrow:disabled {
            opacity: 0.3;
            cursor: not-allowed;
        }

        .slider-arrow.prev {
            left: -20px;
        }

        .slider-arrow.next {
            right: -20px;
        }

        .dots-container {
            display: flex;
            justify-content: center;
            gap: 8px;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #dadce0;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .dot.active {
            background: #1a73e8;
        }

        /* Modal Styles */
        .modal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            display: flex;
            align-items: center;
            justify-content: center;
            z-index: 1000;
            padding: 20px;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s, visibility 0.3s;
        }

        .modal-overlay.active {
            opacity: 1;
            visibility: visible;
        }

        .modal {
            background: white;
            border-radius: 8px;
            max-width: 600px;
            width: 100%;
            max-height: 90vh;
            overflow-y: auto;
            position: relative;
            box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
            transform: scale(0.9);
            transition: transform 0.3s;
        }

        .modal-overlay.active .modal {
            transform: scale(1);
        }

        .modal-header {
            padding: 24px 24px 16px;
            border-bottom: 1px solid #e8eaed;
            display: flex;
            align-items: flex-start;
            gap: 16px;
        }

        .modal-close {
            position: absolute;
            top: 16px;
            right: 16px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #5f6368;
            padding: 8px;
            border-radius: 50%;
            transition: background-color 0.3s;
        }

        .modal-close:hover {
            background: #f1f3f4;
        }

        .modal-avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            background: #1a73e8;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 500;
            font-size: 16px;
            flex-shrink: 0;
        }

        .modal-author-info {
            flex: 1;
            min-width: 0;
        }

        .modal-author-name {
            font-weight: 400;
            color: #3c4043;
            font-size: 16px;
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 4px;
        }

        .google-icon {
            display: inline-block;
            width: 16px;
            height: 16px;
            background: #1a73e8;
            color: white;
            border-radius: 2px;
            text-align: center;
            line-height: 16px;
            font-size: 10px;
            font-weight: bold;
        }

        .modal-review-time {
            color: #70757a;
            font-size: 14px;
            margin-bottom: 8px;
        }

        .modal-rating {
            font-size: 16px;
        }

        .modal-content {
            padding: 24px;
        }

        .modal-review-text {
            color: #3c4043;
            line-height: 1.4;
            font-size: 14px;
            margin-bottom: 20px;
        }

        .owner-reply {
            background: #f8f9fa;
            border-radius: 8px;
            padding: 16px;
            margin-top: 16px;
            border-left: 4px solid #34a853;
        }

        .owner-reply-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
        }

        .owner-reply-avatar {
            width: 32px;
            height: 32px;
            border-radius: 50%;
            background: #34a853;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 500;
            font-size: 12px;
        }

        .owner-reply-info {
            flex: 1;
        }

        .owner-reply-name {
            font-weight: 500;
            color: #3c4043;
            font-size: 14px;
            display: flex;
            align-items: center;
            gap: 6px;
        }

        .owner-badge {
            background: #34a853;
            color: white;
            padding: 2px 6px;
            border-radius: 12px;
            font-size: 10px;
            font-weight: 500;
        }

        .owner-reply-time {
            color: #70757a;
            font-size: 12px;
            margin-top: 2px;
        }

        .owner-reply-text {
            color: #3c4043;
            line-height: 1.4;
            font-size: 14px;
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px 15px;
            }

            .reviews-header {
                flex-direction: column;
                align-items: stretch;
                text-align: center;
                gap: 15px;
            }

            .google-branding {
                justify-content: center;
            }

            .overall-rating {
                justify-content: center;
            }

            .slide {
                grid-template-columns: 1fr;
            }

            .slider-arrow {
                width: 35px;
                height: 35px;
                font-size: 16px;
            }

            .slider-arrow.prev {
                left: -15px;
            }

            .slider-arrow.next {
                right: -15px;
            }

            .modal {
                margin: 10px;
                max-height: calc(100vh - 20px);
            }

            .modal-header {
                padding: 16px 16px 12px;
            }

            .modal-content {
                padding: 16px;
            }
        }


