:root {
    --gblue: #4889F4;
    --gred: #EB493B;
    --gyellow: #FBBE0D;
    --ggreen: #3AAB58;
    --cblue: #005073;
  }


#white_button .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
    background-color:black!important;
}
/* Style the video: 100% width and height to cover the entire window */
.img-fluid{
    width:100%!important;
}
.project-hover-small.text-right{
    width:100%;
}
.video-control{
    opacity:.5!important;
}
.video-control:hover{
    opacity:.75!important;
}

.img-fluid{
    padding:10px;
}
.modal-full {
    min-width: 90%;
    margin-left: auto;
    margin-right:auto;
}
.carousel-item img {
    max-width: 100%;
    max-height: 100%;
}
.carousel-inner{
    text-align:center;
    height: 90vh;
}
/*.modal-full .modal-content {
    min-height: 80vh;
}*/
.carousel-control-prev-icon { 
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.parent {
    min-height: 200px;
}

.btn {
    margin: 15px;
    padding: 10px 10px;
    color: black;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out;
}

.centerbtn {
    display: flex;
    justify-content: center;
}

.img-fluid{
    padding:10px;
}
section.templateux-hero > div.container > div.row > div.col-md-10{
    margin-top:0!important;
}
.intro{
    height:auto!important;
}
.templateux-hero{
    height:auto!important;
    margin-top:100px!important;
}
a:focus, a:active, .color, .a-icon, .counter, .se-icon, .con-icon, .social-container a {
    /* color: #ff6f40; */
    color: #09F;
}
.contactBlockWrapper { margin-bottom: 20px; }
.contactBlock {
    display: block;
    /*height: 320px;*/
    overflow: hidden;
    /*margin: 0 20px 40px;*/
    margin: 0 20px 10px;
    text-decoration: none;
    position: relative;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    -ms-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.section-title {
    text-align: center;
    margin-bottom: 40px;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.con-icon {
    font-size: 52px;
    padding: 20px 0 0;
    position: relative;
    color: #ff6f40;
    text-align: center;
}
.contactBlock .con-icon i.ani[data-step="1"] {
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.contactBlock .con-icon i.ani[data-step="2"] {
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}
.contactBlock .con-icon i.ani {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -webkit-animation-name: diagram3;
    -moz-animation-name: diagram3;
    -o-animation-name: diagram3;
    -ms-animation-name: diagram3;
    animation-name: diagram3;
    animation-timing-function: linear 0s;
    -webkit-animation-timing-function: linear 0s;
    -moz-animation-timing-function: linear 0s;
    -o-animation-timing-function: linear 0s;
}
.shadow-con-icon {
    position: absolute;
    bottom: -40px;
    margin: 0 auto;
    text-align: center;
    font-size: 90px;
    color: #f2f2f2;
    width: 100%;
    z-index: -1;
}
.con-title {
    background-color: #f2f2f2;
    padding: 20px;
    display: block;
    text-align: center;
}
.contactBlock .con-title h4 {
    color: #212121;
    letter-spacing: -1px;
}

#ai-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 5000;
}
  
#ai-link a {
    display: block;
    /* width: 50px; */
    height: 9rem;
    text-decoration: none; /* removes underline from link */
}
  
#ai-link img {
    width: 100%;
    height: 100%;
}


.headings {
    letter-spacing: -1px!important;
    font-weight:700!important;
    color:black;
    margin-top: 1.5rem;
    font-size: 2rem;
    text-align: center;
}

.page_body {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-top: 8em;
    /*display:flex;*/
    justify-content:center;
}


.input-ai-question {
    width: 90%;
    padding: 0.5rem;
    padding-left: 1rem;
    border-radius: 20px;
    border-width: 1px;
    margin-left: 1rem;
    margin-top: 1rem;
}

.gemini-container {
    /* text-align: center;
    display: ruby-text; */
    /* margin-top: 1rem; */
    max-height: 73dvh;
    overflow-y: auto;
    scrollbar-width: thin;
}

.gemini-container .heading {
    /* font-size:x-large; */
    font-size: 1.5em;
    /* color:var(--cblue); */
    color: black;
    margin-bottom:0rem;
    line-height:normal;
    text-transform: uppercase;
    line-height: 1.7;
    margin-top: 2rem;
}
  
.gemini-inner-container {
    text-align: left;
    /* max-height: 73dvh; */
    /* overflow-y: auto; */
    padding: 1rem;
    /* scrollbar-width: thin; */
}

.gemini-inner-container .question {
    /* font-size:x-large; */
    font-size: 1em;
    /* color:var(--cblue); */
    color: black;
    margin-bottom:0rem;
    line-height:normal;
    text-transform: uppercase;
    line-height: 1.7;
}

.gemini-inner-container .answer {
    white-space:pre-wrap;
    padding-right:0.3rem;
    padding-left:0.2rem;
    margin-bottom:0rem;
}

.gemini-inner-container li, .gemini-inner-container p {
    margin: 0 !important;
    /* line-height: unset !important; */
    /* font-size: unset !important; */
    /* text-transform: unset !important; */
    /* margin: 0 0 1.5rem; */
    font-size: 1em;
    /* color: #000 !important; */
    line-height: 1.7;
    text-transform: uppercase;
    text-align: left;
    color: darkslategray !important;
    margin-bottom: -1rem !important;
}

.gemini-inner-container ul {
    margin-top: -2rem;
    margin-bottom: -1rem;
}

.gemini-inner-container h2 {
    font-size: 2.5rem;
}
  
  
  /* Clear floats after the columns */
  /* .row:after {
    content: "";
    display: table;
    clear: both;
  } */
  
  
  
.gemini-logo-animate {
    animation: rotation 6s infinite linear;
    margin-top:-0.2rem;
}
  
@keyframes rotation {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
}
  
  
.loader_container {
    width: 400px;
}
  
.loader_box {
    height: 40px;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
  
.ball {
    position: relative;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--cblue);
    transform: scaleX(1) translateY(0px);
    z-index: 2;
    animation: bouncing 0.5s infinite alternate linear;
    margin-right: 35px;
}
  
.ball:nth-child(2) {
    animation-delay: 0.2s;
    background-color: var(--cblue);
}
  
.ball:nth-child(3) {
    animation-delay: 0.4s;
    background-color: var(--cblue);
}
  
.ball:nth-child(4) {
    animation-delay: 0.4s;
    background-color: var(--cblue);
}
  
  
  
  
.shadow {
    width: 15px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--cblue);
    filter: blur(1px);
    animation: shadow 0.5s infinite alternate linear;
    margin-right: 35px;
}
  
.shadow:nth-child(2) {
    animation-delay: 0.2s;
    background-color: var(--cblue);
}
  
.shadow:nth-child(3) {
    animation-delay: 0.4s;
    background-color: var(--cblue);
}
  
.shadow:nth-child(4) {
    animation-delay: 0.6s;
    background-color: var(--cblue);
}
  
@keyframes shadow {
    0% {
      transform: scaleX(0.2);
      opacity: 0.4;
    }
    50% {
      transform: scaleX(1);
      opacity: 0.7;
    }
    100% {
      transform: scaleX(1.5);
    }
}
  
  
@keyframes bouncing {
    from { transform: translate3d(0, 0, 0); } 
    to { transform: translate3d(0, 25px, 0); }
    /* 0% {
      height: 60px;
      border-radius: 50%;
      transform: scaleX(1);
    }
    100% {
      height: 10px;
      border-radius: 100px 100px 50px 50px;
      transform: scaleX(1.7) translateY(40px);
    } */
}




.footer-custom {
    /* margin-left: -3rem;
    padding-left: 3rem !important;
    min-height: 10rem; */
    background-color: white !important;
    position: absolute !important;
    margin-top: 2rem !important;
    text-align: center;
    bottom: 0 !important;
    width: 100% !important;
}
  





@media (min-width: 768px){
    h4 small.ad {
        font-size: 16px;
        letter-spacing: 0px;
    }
}
@media (max-width: 767px){
    h4 small.ad {
        font-size: 12px;
        letter-spacing: 0px;
    }

    #ai-link a {
        height: 6rem;
    }
}
.templateux-hero h1, #text-logo-herosection, .intro h1 {text-transform: uppercase!important; }
@media (max-width: 991.98px) and (min-width: 770px){
    body > div > section.templateux-hero > div > div.row.align-items-center.justify-content-center.intro > div > h1{
        font-size:30px!important;
    }
}

@media (max-width: 767px){
    .carousel-item p {
        padding-left:0!important;
        padding-right:0!important;
    }
}

@media screen and (min-width:768px){
    .top-about{
        height: calc(95vh - 100px);
        display: flex;
        align-items: center;
    }   
}

@media screen and (max-width: 991px){
    .templateux-navbar {
        padding-top:2px!important;
    }

    .templateux-hero { height: 56.25vw; }

    .videoWrapper {
        position: relative;
        padding-bottom: 56.25%; /* 16:9 */
        padding-top: 25px;
        height: 0;
    }
    
    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 56.25vw;
    }
    .videoWrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    .video-control{top:82.5%!important;height: 3rem!important;width: 3rem!important;}
    svg.video-svg-icon {
        width:2.0em!important;
        height:2.0em!important;
    }
    .video-control span.video-icon {
        margin-top: -1.0em!important;
        margin-left: -1.0em!important;
    }
    .intro,.hero-container { height: 57vw!important; }
    .video_overlay{
        width: 100%;
        height:56.25vw!important;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        z-index: 10;
    }
    .templateux-navbar .templateux-menu{
        padding-top:75px!important;
    }
    #fixedlogo,#fixedlogo2 {
        transform: translateY(-50%);
        -webkit-transform:  translateY(-50%); /* Safari & Chrome */
        -moz-transform:  translateY(-50%); /* Firefox */
        -ms-transform:  translateY(-50%); /* Internet Explorer */
        -o-transform: translateY(-50%);
        top: 50%;
        position: relative;
    }
}

@media screen and (max-width:768px){
    .templateux-navbar .templateux-menu ul li {
        margin-bottom:0!important;
    }

    .video-control span.video-icon {
        margin-top: -.6em!important;
        margin-left: -.67em!important;
    }

    svg.video-svg-icon {
        width: 1.25em!important;
        height: 1.25em!important;
    }

    .video-control{
        top:82.5%!important;
        height: 2rem!important;
        width: 2rem!important;
    }

    .video-control {
        top: 76.5%!important;
        height: 2rem!important;
        width: 2rem!important;
    }

    .templateux-navbar .templateux-menu{
        padding-top:30px!important;
    }

    #fixedlogo,#fixedlogo2{
        transform: translateY(-75%);
        -webkit-transform:  translateY(-75%); /* Safari & Chrome */
        -moz-transform:  translateY(-75%); /* Firefox */
        -ms-transform:  translateY(-75%); /* Internet Explorer */
        -o-transform: translateY(-75%);
        top: 50%;
        position: relative;
    }
}

header{
    background:white;
    background-color:white;
}

@media screen and (min-width: 992px){
    #fixedlogo,#fixedlogo2 {
        transform: translateY(-38%);
        -webkit-transform:  translateY(-38%); /* Safari & Chrome */
        -moz-transform:  translateY(-38%); /* Firefox */
        -ms-transform:  translateY(-38%); /* Internet Explorer */
        -o-transform: translateY(-38%);
        top: 50%;
        position: relative;
    }

    .templateux-hero { height: 100vh; }
    #hpVideo,#video_container iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        -webkit-transform:  translate(-50%, -50%); /* Safari & Chrome */
        -moz-transform:  translate(-50%, -50%); /* Firefox */
        -ms-transform:  translate(-50%, -50%); /* Internet Explorer */
        -o-transform: translate(-50%, -50%);
    }

    #hpVideo,#video_container iframe{
        transition: visibility 0s 1s, opacity 1s linear!important;
    }

    .video_overlay{
        width: 100%;
        height:100%;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.5);
        z-index: 10;
    }

    #video_container iframe,#video_container video{
        width: 100vw;
        height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
        /*min-height: 100vh;*/
        min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform:  translate(-50%, -50%); /* Safari & Chrome */
        -moz-transform:  translate(-50%, -50%); /* Firefox */
        -ms-transform:  translate(-50%, -50%); /* Internet Explorer */
        -o-transform: translate(-50%, -50%);
    }

    #video_container {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        box-sizing: border-box;
        overflow: hidden;
    }

    .intro { height: 95vh !important; }
    .hero-container { height: 100vh !important; }
}

.toggle-menu {
    margin-left: 30px;
    z-index: 9999;
    position: relative;
    top: -5px;
    transform: rotateY(0deg) rotate(45deg);
    -webkit-transform:  rotateY(0deg) rotate(45deg); /* Safari & Chrome */
    -moz-transform:  rotateY(0deg) rotate(45deg); /* Firefox */
    -ms-transform:  rotateY(0deg) rotate(45deg); /* Internet Explorer */
    -o-transform: rotateY(0deg) rotate(45deg);
}

#fixedlogo{
    margin-top:-.5%!important;
    margin-bottom:30px!important;
}

@media (min-width:1156px){
    #fixedlogo{font-size:3rem;}
}

@media (max-width: 549px){
    #fixedlogo {
        font-size: 1.3rem!important;
    }
}

@media (min-width:550px) and (max-width: 624px){
    #fixedlogo {
        font-size: 1.75rem;
    }}

@media (min-width:625px) and (max-width: 991.98px){
    #fixedlogo {
        font-size: 2.5rem;
    }}

@media (min-width:991.99px) and (max-width: 1155px){
    #fixedlogo {
        font-size: 2.75rem;
    }}

    .templateux-navbar{padding-top:0!important;}






.card {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.mt-5 {
    margin-top: 3rem !important;
}

.page_body p, .page_body li, .card-body p, .card-body li {
    font-size: 1rem;
    line-height: 1.6;
}

.page_body h3.headings {
    font-size: 1.75rem;
}

.card-body ul {
    padding-left: 1.2rem;
}

.page_body ol {
    padding-left: 1.2rem;
}
