:root {
    --primary:#0D1F64;
    --secondary:#95989A;
    --light:#EEF9FF;
    --dark:#081442
    }
    
    .spinner {
    width:40px;
    height:40px;
    background:var(--primary);
    margin:100px auto;
    -webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;
    animation:sk-rotateplane 1.2s infinite ease-in-out
    }
    
    @-webkit-keyframes sk-rotateplane {
    0% {
    -webkit-transform:perspective(120px)
    }
    
    50% {
    -webkit-transform:perspective(120px) rotateY(180deg)
    }
    
    100% {
    -webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)
    }
    }
    
    @keyframes sk-rotateplane {
    0% {
    transform:perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)
    }
    
    50% {
    transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }
    
    100% {
    transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
    }
    }
    
    #spinner {
    opacity:0;
    visibility:hidden;
    transition:opacity .5s ease-out,visibility 0s linear .5s;
    z-index:99999
    }
    
    #spinner.show {
    transition:opacity .5s ease-out,visibility 0s linear 0s;
    visibility:visible;
    opacity:1
    }
    
    h1,h2,.fw-bold {
    font-weight:800!important;
    font-family:'Heebo',sans-serif
    }
    
    h3,h4,.fw-semi-bold {
    font-weight:700!important
    }
    
    h5,h6,.fw-medium {
    font-weight:600!important
    }
    
    .btn {
    font-family:'Heebo',sans-serif;
    font-weight:600;
    transition:.5s;
    border-radius: 3px;
    }
    
    .btn-primary,.btn-secondary {
    color:#FFF;
    box-shadow:inset 0 0 0 50px transparent
    }
    
    .btn-primary:hover {
    box-shadow:inset 0 0 0 0 var(--primary)
    }
    
    .btn-secondary:hover {
    box-shadow:inset 0 0 0 0 var(--secondary)
    }
    
    .btn-square {
    width:36px;
    height:36px
    }
    
    .btn-sm-square {
    width:30px;
    height:30px
    }
    
    .btn-lg-square {
    width:48px;
    height:48px
    }
    
    .btn-square,.btn-sm-square,.btn-lg-square {
    padding-left:0;
    padding-right:0;
    text-align:center
    }
    
    .navbar-dark .navbar-nav .nav-link {
    font-family:'Heebo',sans-serif;
    position:relative;
    margin-left:25px;
    padding:35px 0;
    color:#FFF;
    font-size:18px;
    font-weight:600;
    outline:none;
    transition:.5s
    }
    
    .sticky-top.navbar-dark .navbar-nav .nav-link {
    padding:20px 0;
    color:var(--dark)
    }
    
    .navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link.active {
    color:var(--secondary)
    }
    
    .navbar-dark .navbar-brand h1 {
    color:#FFF
    }
    
    .navbar-dark .navbar-toggler {
    color:var(--primary)!important;
    border-color:var(--primary)!important
    }
    
    @media (max-width: 991.98px) {
    .sticky-top.navbar-dark {
    position:relative;
    background:#FFF
    }
    
    .navbar-dark .navbar-nav .nav-link,.navbar-dark .navbar-nav .nav-link.show,.sticky-top.navbar-dark .navbar-nav .nav-link {
    padding:10px 0;
    color:var(--dark)
    }
    
    .navbar-dark .navbar-brand h1 {
    color:var(--primary)
    }
    }
    
    @media (min-width: 992px) {
    .navbar-dark {
    position:absolute;
    width:100%;
    top:0;
    left:0;
    border-bottom:1px solid rgba(256,256,256,.1);
    z-index:999
    }
    
    .sticky-top.navbar-dark {
    position:fixed;
    background:#FFF
    }
    
    .navbar-dark .navbar-nav .nav-link::before {
    position:absolute;
    content:"";
    width:0;
    height:2px;
    bottom:-1px;
    left:50%;
    background:var(--primary);
    transition:.5s
    }
    
    .navbar-dark .navbar-nav .nav-link:hover::before,.navbar-dark .navbar-nav .nav-link.active::before {
    width:100%;
    left:0
    }
    
    .navbar-dark .navbar-nav .nav-link.nav-contact::before {
    display:none
    }
    
    .sticky-top.navbar-dark .navbar-brand h1 {
    color:var(--primary)
    }
    }
    
    .carousel-caption {
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(43,65,98,.7);
    z-index:1
    }
    
    @media (max-width: 576px) {
    .carousel-caption h5 {
    font-size:14px;
    font-weight:500!important
    }
    
    .carousel-caption h1 {
    font-size:30px;
    font-weight:600!important
    }
    }
    
    .carousel-control-prev,.carousel-control-next {
    width:10%
    }
    
    .carousel-control-prev-icon,.carousel-control-next-icon {
    width:3rem;
    height:3rem
    }
    
    .section-title::before {
    position:absolute;
    content:"";
    width:150px;
    height:5px;
    left:0;
    bottom:0;
    background:var(--secondary);
    border-radius:2px
    }
    
    .section-title.text-center::before {
    left:50%;
    margin-left:-75px
    }
    
    .section-title.section-title-sm::before {
    width:90px;
    height:3px
    }
    
    .section-title::after {
    position:absolute;
    content:"";
    width:6px;
    height:5px;
    bottom:0;
    background:#FFF;
    -webkit-animation:section-title-run 5s infinite linear;
    animation:section-title-run 5s infinite linear
    }
    
    .section-title.section-title-sm::after {
    width:4px;
    height:3px
    }
    
    .section-title.text-center::after {
    -webkit-animation:section-title-run-center 5s infinite linear;
    animation:section-title-run-center 5s infinite linear
    }
    
    .section-title.section-title-sm::after {
    -webkit-animation:section-title-run-sm 5s infinite linear;
    animation:section-title-run-sm 5s infinite linear
    }
    
    @-webkit-keyframes section-title-run {
    0% {
    left:0
    }
    
    50% {
    left:145px
    }
    
    100% {
    left:0
    }
    }
    
    @-webkit-keyframes section-title-run-center {
    0% {
    left:50%;
    margin-left:-75px
    }
    
    50% {
    left:50%;
    margin-left:45px
    }
    
    100% {
    left:50%;
    margin-left:-75px
    }
    }
    
    @-webkit-keyframes section-title-run-sm {
    0% {
    left:0
    }
    
    50% {
    left:85px
    }
    
    100% {
    left:0
    }
    }
    
    .service-item {
      position: relative;
      height: 300px;
      padding: 0 30px;
      transition: transform 0.3s ease-in-out; /* Faster transition */
      transform-origin: center;
    }
    
    .service-item:hover {
      transform: scale(1.1); /* Increased scale for a bigger pop out */
    }
    
    .service-item .service-icon {
      margin-bottom: 30px;
      width: 60px;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary);
      border-radius: 2px;
      transform: rotate(-45deg);
    }
    
    .service-item .service-icon i {
      transform: rotate(45deg);
    }
    
    .service-item a.btn {
      position:absolute;
      width:60px;
      bottom:-48px;
      left:50%;
      margin-left:-30px;
      opacity:0
      }
      
    .service-item:hover a.btn {
    bottom:-24px;
    opacity:1
    }  

    .smaller-service-item {
      position: relative;
      width: 100%;
      height: 175px;
      perspective: 1000px;
    }
    
    .smaller-service-item .service-front,
    .smaller-service-item .service-back {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      backface-visibility: hidden;
      transition: transform 0.5s;
    }
    
    .smaller-service-item .service-front {
      transform: rotateY(0deg);
    }
    
    .smaller-service-item .service-back {
      transform: rotateY(-180deg);
    }
    
    .smaller-service-item:hover .service-front {
      transform: rotateY(180deg);
    }
    
    .smaller-service-item:hover .service-back {
      transform: rotateY(0deg);
    }
    
    
    

    .smaller-service-item .service-icon {
      margin-bottom: 15px; /* Reduced margin */
      width: 30px; /* Reduced width to half */
      height: 30px; /* Reduced height to half */
      display: flex;
      align-items: center;
      justify-content: center;
      background: var(--primary);
      border-radius: 2px;
      transform: rotate(-45deg);
    }

    .smaller-service-item .service-icon i {
      transform: rotate(45deg);
    }

    .smaller-service-item .service-back {
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      background-color: #f9f9f9; /* Background color for the back of the box */
      color: #333;
      padding: 10px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1.4;
    }

    /* Adjustments for the smaller service boxes */
    .row.g-5 {
      margin-left: -15px;
      margin-right: -15px;
    }

    .row.g-5 [class^="col-"],
    .row.g-5 [class*=" col-"] {
      padding-left: 15px;
      padding-right: 15px;
    }

    
    .testimonial-carousel .owl-dots {
    margin-top:15px;
    display:flex;
    align-items:flex-end;
    justify-content:center
    }
    
    .testimonial-carousel .owl-dot {
    position:relative;
    display:inline-block;
    margin:0 5px;
    width:15px;
    height:15px;
    background:#DDD;
    border-radius:2px;
    transition:.5s
    }
    
    .testimonial-carousel .owl-dot.active {
    width:30px;
    background:var(--primary)
    }
    
    .testimonial-carousel .owl-item.center {
    position:relative;
    z-index:1
    }
    
    .testimonial-carousel .owl-item .testimonial-item {
    transition:.5s
    }
    
    .testimonial-carousel .owl-item.center .testimonial-item {
    background:#FFF!important;
    box-shadow:0 0 30px #DDD
    }
    
    .team-item {
    transition:.5s
    }
    
    .team-social {
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.5s
    }
    
    .team-social a.btn {
    position:relative;
    margin:0 3px;
    margin-top:100px;
    opacity:0
    }
    
    .team-item:hover {
    box-shadow:0 0 30px #DDD
    }
    
    .team-item:hover .team-social {
    background:rgba(9,30,62,.7)
    }
    
    .team-item:hover .team-social a.btn:first-child {
    opacity:1;
    margin-top:0;
    transition:.3s 0s
    }
    
    .team-item:hover .team-social a.btn:nth-child(2) {
    opacity:1;
    margin-top:0;
    transition:.3s .05s
    }
    
    .team-item:hover .team-social a.btn:nth-child(3) {
    opacity:1;
    margin-top:0;
    transition:.3s .1s
    }
    
    .team-item:hover .team-social a.btn:nth-child(4) {
    opacity:1;
    margin-top:0;
    transition:.3s .15s
    }
    
    .team-item .team-img img,.blog-item .blog-img img {
    transition:.5s
    }
    
    .team-item:hover .team-img img,.blog-item:hover .blog-img img {
    transform:scale(1.15)
    }
    
    @media (min-width: 991.98px) {
    .facts {
    position:relative;
    margin-top:-75px;
    z-index:1
    }
    }
    
    .back-to-top {
    position:fixed;
    display:none;
    right:45px;
    bottom:45px;
    z-index:99
    }
    
    .bg-header {
    background:linear-gradient(rgba(9,30,62,.7),rgba(9,30,62,.7)),url(../img/carousel-1.jpg) center center no-repeat;
    background-size:cover
    }
    
    .link-animated a {
    transition:.5s
    }
    
    .link-animated a:hover {
    padding-left:10px
    }
    
    @media (min-width: 767.98px) {
    .footer-about {
    margin-bottom:-75px
    }
    }
    
    .navbar-brand .logo {
    max-height:150px;
    max-width:250px
    }
    /*The toggle switch for pricing*/
    .toggle-switch {
        display: flex;
        height: 30px;
        width: 100%;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .toggler {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 50px;
        height: 25px;
        background-color: #0D1F64;
        border-radius: 25px;
        margin: 0 1rem;
        position: relative;
    }

    .toggler::before {
        content: "";
        width: 16px;
        height: 16px;
        background-color: white;
        position: absolute;
        border-radius: 50%;
        top: 50%;
        transform: translateY(-50%);
        left: 4px;
    }

    .toggler:checked:before {
        left: 55%
    }
    .stacked-photos {
      display: flex;
      flex-direction: column;
    }
    
    .stacked-photos figure {
        margin-bottom: 10px; /* Adjust as needed */
    }
  
    .small-photo img {
      display: block;
      width: 50%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }
    
    .photo-grid-safe {
        overflow: hidden; /* Clear the float */
    }
  
    .free-quote {
        background-image: url(../img/BannerGrey.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 100px 0px;
        text-align: center;
        position: relative;
        z-index: 2;
        height: 300px;
        width: 1315px;
        border-radius: 10px;
        overflow: hidden;
        box-sizing: border-box;
        margin-right: auto;
        margin-left: auto;
    }
    .about-start {
      background-image: url(../img/BannerGrey.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 100px 0px;
      text-align: center;
      position: relative;
      z-index: 2;
      height: 1000px;
      width: 1315px;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
      color: #0D1F64;
    }
    .book-quote {
      background-image: url(../img/BannerGrey.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 25px 0px;
      text-align: center;
      position: relative;
      z-index: 2;
      height: 100%;
      width: 100%;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
    }

    .fivenfive {
      background-image: url(../img//BannerBlue.jpg);
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      padding: 100px 0px;
      text-align: center;
      position: relative;
      z-index: 2;
      height: 795px;
      width: 1315px;
      border-radius: 10px;
      overflow: hidden;
      box-sizing: border-box;
      margin-right: auto;
      margin-left: auto;
    }

    .fivenfiveImg {
      max-width: 100%;
      height: auto;
      display: inline-block; /* Use inline-block to ensure proper alignment */
      margin: 0; /* Reset margin to ensure no extra spacing */
      vertical-align: middle; /* Align images vertically */
    }


    .thead-sticky {
      position: sticky;
      top: 57px;
      background-color: #fff;
      z-index: 9;
      transition: 0.3s all;
    }

    .pricingFeatures table tbody tr td, .pricingFeatures table thead tr th {
      border: 0;
    }

    table tbody tr:nth-child(odd) {
      background-color: #F2F3F5;
    }

    .customTable {
      background-color: transparent;
      border-collapse: collapse;
      border-width: 0px;
      border-color: transparent;
      border-style: solid;
      align-content: center;
      text-align: center;
      position: relative;
      width:95%;
      padding-right:var(--bs-gutter-x,.75rem);
      padding-left:var(--bs-gutter-x,.75rem);
      margin-right:auto;
      margin-left:auto;      
    }
    
    .customTable td, .customTable th, .customTable tr{
      border-width: 0px;
      border-color: transparent;
      border-style: solid;
      background-color: transparent;

    }

    .customTable th {
      font-size: large; 
      width: 50%; 
      margin-top: 10px;
    }
    
    .customTable thead, .customTable tbody{
      background-color: transparent;
    }
    @media only screen and (max-width: 600px) {
      .customTable {
        width: 100%; /* Make the table take full width on small screens */
      }
    
      .customTable td, .customTable th {
        display: block; /* Stack cells vertically on small screens */
        text-align: left; /* Align text to the left for better readability */
        width: 100%;
      }
    
      .customTable tr {
        margin-bottom: 8px; /* Add spacing between rows on small screens */
      }
    }

    [data-tooltip] {
      position: relative;
      cursor: pointer;
    }
    [data-tooltip]:before,
    [data-tooltip]:after {
      line-height: 1;
      font-size: .9em;
      pointer-events: none;
      position: absolute;
      box-sizing: border-box;
      display: none;
      opacity: 0;
    }
    [data-tooltip]:before {
      content: "";
      border: 5px solid transparent;
      z-index: 100;
    }
    [data-tooltip]:after {
      content: attr(data-tooltip);
      text-align: center;
      min-width: 10em;
      max-width: none; /* Remove the maximum width */
      white-space: normal; /* Allow the tooltip to wrap text */
      overflow: hidden;
      padding: 9px 9px;
      border-radius: 3px;
      background: #0D1F64;
      color: #FCFDFF;
      z-index: 99;
    }
    [data-tooltip]:hover:before,
    [data-tooltip]:hover:after {
      display: block;
      opacity: 1;
    }
    [data-tooltip]:not([data-flow])::before,
    [data-tooltip][data-flow="top"]::before {
      bottom: 100%;
      border-bottom-width: 0;
      border-top-color: #0D1F64;
    }
    [data-tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::after {
      bottom: calc(100% + 5px);
    }
    [data-tooltip]:not([data-flow])::before, [tooltip]:not([data-flow])::after,
    [data-tooltip][data-flow="top"]::before,
    [data-tooltip][data-flow="top"]::after {
      left: 50%;
      -webkit-transform: translate(-50%, -4px);
              transform: translate(-50%, -4px);
    }
    [data-tooltip][data-flow="bottom"]::before {
      top: 100%;
      border-top-width: 0;
      border-bottom-color: #0D1F64;
    }
    [data-tooltip][data-flow="bottom"]::after {
      top: calc(100% + 5px);
    }
    [data-tooltip][data-flow="bottom"]::before, [data-tooltip][data-flow="bottom"]::after {
      left: 50%;
      -webkit-transform: translate(-50%, 8px);
              transform: translate(-50%, 8px);
    }
    [data-tooltip][data-flow="left"]::before {
      top: 50%;
      border-right-width: 0;
      border-left-color: #0D1F64;
      left: calc(0em - 5px);
      -webkit-transform: translate(-8px, -50%);
              transform: translate(-8px, -50%);
    }
    [data-tooltip][data-flow="left"]::after {
      top: 50%;
      right: calc(100% + 5px);
      -webkit-transform: translate(-8px, -50%);
              transform: translate(-8px, -50%);
    }
    [data-tooltip][data-flow="right"]::before {
      top: 50%;
      border-left-width: 0;
      border-right-color: #0D1F64;
      right: calc(0em - 5px);
      -webkit-transform: translate(8px, -50%);
              transform: translate(8px, -50%);
    }
    [data-tooltip][data-flow="right"]::after {
      top: 50%;
      left: calc(100% + 5px);
      -webkit-transform: translate(8px, -50%);
              transform: translate(8px, -50%);
    }
    [data-tooltip=""]::after, [data-tooltip=""]::before {
      display: none !important;
    }
    
    .term {
      font-size: xx-large;
      color: #0D1F64;
      display: inline;
      font-family: 'Heebo', sans-serif;
      font-family: 'Playfair Display', serif;
    }
    
    .spelling, .typeword {
      font-style: italic;
      font-family: 'Heebo', sans-serif;
      font-family: 'Playfair Display', serif;
      color: #95989A;
      padding-left: 5px;
    }

    .definition {
      margin-top: 5px;
      color: #636566;
      font-size: large;
      font-family: 'Heebo', sans-serif;
      font-family: 'Playfair Display', serif;
    }

    .iframe-wrapper {
      width: 100%;
      height: 400px;
      overflow: hidden;
    }
    
    .iframe-wrapper iframe {
      width: 100%;
      height: 100%;
      transform: translateY(-50%);
      transform-origin: top;
    }
    
    .photo-item {
      position: relative;
      overflow: hidden;
      width: 100%;
      padding-bottom: 100%;
    }
    
    .photo-item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }
    
    .photo-item:hover img {
      transform: scale(1.1);
    }
    
    .column-photo {
      float: left;
      width: 50%;
      padding: 10px;
    }
    
    .row-photo::after {
      content: "";
      display: table;
      clear: both;
    }
    

    .iframe-wrapper {
      width: 100%;
      height: 400px;
      overflow: hidden;
    }
    
    .iframe-wrapper iframe {
      width: 100%;
      height: 100%;
      transform: translateY(-50%);
      transform-origin: top;
    }
    .photo-grid-safe {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      width: 100%;
    }
    
    .photo-item-safe {
      position: relative;
      margin: 5px;
      overflow: hidden;
      width: 100%;
      height: 100%;
    }
    
    .photo-frame-safe {
      position: relative;
      width: 100%;
      height: 100%;
      border: 0px solid #95989A;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
    .photo-item-safe img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
    }  
    
    .photo-item-safe:hover img {
      transform: scale(1.1);
    }

    .small-tr {
      height: 90%;
    }
    .small-tr td{
      height: 10px;
    }

    ul.dashed {
      list-style-type: none;
    }
    ul.dashed > li {
      text-indent: -5px;
    }
    ul.dashed > li:before {
      content: "-";
      text-indent: -5px;
    }
    
    
    
    
    
    
    
    

    
