body {
    background-color: #D4D4D4;
    overflow-x: hidden !important;
}

.v-hidden {
    visibility: hidden;
}

.scrolled {
    /* transition: 0.3s !important; */
    transition: opacity 2s cubic-bezier(0.5, 0, 0, 1) 0s !important;
}

.visit_btn {
    font-family: AbadiBold;
    font-size: 27pt;
    text-transform: uppercase;
    color: #fdfdfd;
    background-color: #7ccce8;
    padding: 6px 19px 2px 19px;
    border-radius: 9px;
    position: absolute;
    margin-top: 5%;
}

.visit_btn:hover {
    text-decoration: none;
}

.bluebot_icon {
    margin-top: 5%;
}

.bluebotfilms .head1 {
    font-family: Abadilight;
    font-size: 35pt;
    text-transform: uppercase;
    line-height: 32px;
    margin-bottom: 0px;
    color: #7ccce8;
}

@media screen and (min-width: 50px) and (max-width: 600px) {
    .v-hidden {
        display: none;
    }

    .mobile-center {
        text-align: center;
        vertical-align: middle;
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    body {
        -webkit-overflow-x: hidden !important;
        -moz-overflow-x: hidden !important;
        -o-overflow-x: hidden !important;
        overflow-x: hidden !important;
        width: 100% !important;
    }

}

@font-face {
    font-family: AbadiBold;
    src: url(./font/AbadiMTCondensedExtraBold.ttf);
}

@font-face {
    font-family: AbadiLight;
    src: url(./font/AbadiMTCondensedExtraLight.ttf);
}

.navbar {
    position: block;
    background: #000000b5;
    font-family: AbadiLight;
    text-transform: uppercase;
    font-size: 12pt;
    max-height: 60px !important;
}

.navbar-nav {
    margin-right: 0px !important;
}


.nav-item.bar {
    line-height: 35px;
    margin: 0 10px;
    color: #82A8BD;

}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: block;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .nav-item.bar {
        display: none;
    }

    .nav-item {
        background-color: rgba(255, 255, 255, 0.8) !important;
        padding-left: 10px !important;
        margin-right: 0 !important;
    }

    .navbar-collapse {
        height: 100vh !important;
        background-color: #fff;
        width: 100%;
        top: 0;
        /* margin-top: -55px; */
        position: absolute;
        left: 0;
        text-align: center;
    }

    .navbar-nav a {
        text-align: center;
        color: #828380 !important;
        font-family: AbadiBold;
    }

    a.nav-item.nav-link {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 30%;
    }

    .navbar {
        /* position: initial; */
        background: #ffffff00 !important;
    }

    .navbar-nav {
        /* align-items:initial !important; */
        align-items: center;
        margin: 0px;
        width: 100%;
        text-align: center;
        margin-top: 90px;
    }
}

@media screen and (min-width: 200px) and (max-width: 767px) {
    .nav-item.bar {
        display: none;
    }

    .nav-item {
        background-color: rgba(255, 255, 255, 0.8) !important;
        padding-left: 10px !important;
        margin-right: 0 !important;
    }

    .navbar-collapse {
        height: 100vh !important;
        background-color: #fff;
        width: 100%;
        top: 0;
        /* margin-top: -55px; */
        position: absolute;
        left: 0;
        text-align: center;
    }

    .navbar-nav a {
        text-align: center;
        color: #828380 !important;
        font-family: AbadiBold;
    }

    a.nav-item.nav-link {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 30%;
    }

    .navbar {
        /* position: initial; */
        background: #ffffff00 !important;
    }

    .navbar-nav {
        /* align-items:initial !important; */
        align-items: center;
        margin: 0px;
        width: 100%;
        text-align: center;
        margin-top: 90px;
    }
}

.carousel-head {
    margin-top: 58px;
    padding: 0;
}


.carousel-item {
    border: 0px !important;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .carousel-head {
        margin: 0;
        padding: 0;
    }
}


@media screen and (min-width: 920px) {
    .items {
        height: auto;

    }
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
    transition-duration: 3.5s;
    transition-timing-function: linear;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

    .carousel-fade .carousel-inner>.item.next,
    .carousel-fade .carousel-inner>.item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.prev,
    .carousel-fade .carousel-inner>.item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .carousel-fade .carousel-inner>.item.next.left,
    .carousel-fade .carousel-inner>.item.prev.right,
    .carousel-fade .carousel-inner>.item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.home {
    position: block;
    background: url("./../images/bluebot_art1.jpg") fixed;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .home {
        height: 100vh;
        background: url("./../images/mob/homemob-copy.jpg") no-repeat scroll;
        /* background-size: 100% 100%; */
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100%;
        width: 100%;
        overflow-x: hidden;
    }
}

.head-p {
    font-size: 18pt;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .head-p {
        font-size: 14pt;
    }
}

.fpContent {
    margin-top: 15%;
    font-family: AbadiBold;
    font-size: 45pt;
    text-transform: uppercase;
    color: white;
    line-height: 1.2;
}


.fpContent1 {
    margin-top: 15%;
    color: white;
    line-height: 1.2;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .fpContent1 {
        margin-top: 5%;
    }
}

.fpContent3 {
    margin-top: 15%;
    font-family: AbadiBold;
    color: white;
    line-height: 1.2;
}

.fpContent4 {
    padding-top: 3%;
    font-family: AbadiBold;
    color: white;
    line-height: 1.2;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .fpContent {
        margin-top: 10%;
        font-size: 25pt;
    }
}

hr {
    border: 1px solid white;
}

.hr-ser {
    width: 50%;
    margin-left: 40px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .hr-ser {
        width: 75%;
    }
}

.tophr {
    border: 1px solid white;
    width: 90%;
    margin-bottom: 20px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .tophr {
        width: 92%;
    }
}

.bottomhr {
    border: 1px solid white;
    width: 100%;
    margin-top: 20px;
}

.about {
    /* position: block; */
    background: url("./../images/bluebot_about.jpg") no-repeat fixed;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
    height: 100vh;
    width: 100%;
    overflow-x: hidden;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .about {
        background: url("./../images/mob/aboutmob-copy.jpg") no-repeat scroll;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        height: 90vh
    }
}

.head1 {
    font-family: AbadiBold;
    font-size: 45pt;
    text-transform: uppercase;
}

.subhead {
    font-family: AbadiBold;
    font-size: 14pt;
    margin-top: 25px;
}

.para {
    font-family: AbadiLight;
    font-size: 14pt;
    text-align: justify;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .para {
        font-family: AbadiLight;
        font-size: 12pt;
    }
}


.services {
    background: url("./../images/art3.png") no-repeat fixed;
    background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    font-size: 14pt;
    padding-bottom: 30%;
    height: auto;
}

@media screen and (min-width: 320px) and (max-width: 700px) {

    /* .paraxify {
        background-attachment: fixed;
    } */

    .services {
        /* background: url("./../images/mob/servicesmob.png") no-repeat fixed;
        background-size: 100%; */
        /* background-position: left top;         */
        /* height: auto !important; */
        /* padding-top: 30%;
        overflow-x: hidden; */


        background: url("./../images/mob/servicesmob.jpg");
        background-attachment: fixed;
        -o-background-size: 100%;
        -moz-background-size: 100%;
        -webkit-background-size: 100%;
        background-size: 100%;
        background-repeat: no-repeat;
        padding-top: 30%;
        overflow-x: hidden;
        margin-bottom: 50%;
    }

    .services-head {
        margin-left: 0px !important;
    }
}

.head2 {
    font-family: AbadiBold;
    font-size: 40pt;
    text-transform: uppercase;
    color: #6B9FBA;
    margin-left: 40px;
    width: 100%;
}

.fpContent3 a {
    color: #6B9FBA;
}

#accordion .panel-heading {
    padding: 0;
}

#accordion .panel-title>a {
    display: block;
    outline: none;
    font-weight: bold;
    color: #333333;
}

#accordion .panel-title>a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f077";
    color: #6B9FBA;
    float: left;
    margin-right: 1em;
}

#accordion .panel-title>a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
    content: "\f078";
    /* content: "\f077"; */
}

.panel-body {
    margin-left: 40px;
    color: #333333;
}

.body-panel {
    font-family: AbadiLight !important;
    color: #333333;
}

.clients {
    margin-top: 20px;
    background: #DDE3DE;
    font-size: 14pt;
    padding-bottom: 10%;
}

.logo-row {
    margin-bottom: 50px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .logo-row {
        margin-bottom: 5px;
    }
}

.gap {
    padding: 30px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .gap {
        padding: 10px;
    }
}

.logo-div {
    position: relative;
}

.logo-div:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 25%;
    height: 50%;
    border-right: 1px solid #888888;
}

.logo-div-1 {
    position: relative;
}

.logo-div-1:after {
    content: '';
    position: absolute;
    right: 0px;
    bottom: 25%;
    height: 50%;
    border-right: 1px solid #888888;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .logo-div-1:after {
        display: none;
    }
}

.ethos {
    height: 100vh;
    background: #A3C4CB;
    font-size: 14pt;
    padding-top: 40px;
    padding-bottom: 10%;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .ethos {
        height: auto;
        padding-bottom: 20%;
    }

    .ethos-head {
        text-align: left;
        margin-bottom: 15%;
        margin-top: 0;
        /* margin-left: 13%; */
    }
}

.ethos-head {
    margin-right: 10%;
}

.carousel {
    margin-left: 40px;
    margin-right: 40px;
}

.carousel-control-prev {
    margin-left: -40px;
}

.carousel-control-next {
    margin-right: -40px;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.carousel-item {
    border: 12px solid white;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -moz-transition: .5 ease;
    -webkit-transition: .5 ease;
    -o-transition: .5 ease;
    transition: .5s ease;
    background-color: white;
}

.itemm1:hover .overlay {
    -moz-opacity: .9;
    -webkit-opacity: .9;
    -o-opacity: .9;
    opacity: 0.9;
}

.text {
    color: #6B9FBA;
    font-size: 22pt;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.touch {
    background: url("./../images/art4.jpg") no-repeat fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14pt;
    padding-bottom: 17%;
    height: 100vh;
}

.br-div-1 {
    display: none;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .touch {
        background: url("./../images/mob/mob4.jpg") no-repeat scroll;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        height: 80vh;
    }
}

.touch-mail {
    font-family: AbadiBold;
    font-size: 45pt;
    color: white;
    margin-left: 40px;
}


@media screen and (min-width: 320px) and (max-width: 600px) {
    .touch-mail {
        font-size: 20pt;
        margin-left: 0;
    }

    .touch-head {
        margin-left: 0;
    }


    .br-div {
        display: none;
    }

    .br-div-1 {
        display: block;
    }
}


.awards {
    background: linear-gradient(#638592, #B2CFD7);
}

.awards-head {
    margin-top: 20px;
    margin-left: 30px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .awards {
        height: auto;
        padding-bottom: 20%;
    }

    .awards-head {
        margin-left: 0;
    }
}

.awards-square {
    margin: 15px 0;
    position: relative;
    width: 50%;
    height: auto;
    border: 1px solid white;
    padding: 10px;
    -o-transition: border-width 0.6s linear;
    -moz-transition: border-width 0.6s linear;
    -webkit-transition: border-width 0.6s linear;
    transition: border-width 0.6s linear;
}

.awards-square:hover {
    transform: scale(1.3);
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .awards-square {
        width: 50%;
        margin: 10px;
        padding: 10px;
    }
}

/* .awards-square:hover {
    border-left: 1px solid #3EC8AC;
    border-right: 1px solid #4E90A4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 1px;
    -moz-background-size: 100% 1px;
    background-size: 100% 2px;
    background-image: -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -webkit-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -moz-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%), -o-linear-gradient(left, #3EC8AC 0%, #4E90A4 100%);
    background-image: linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%), linear-gradient(to right, #3EC8AC 0%, #4E90A4 100%);
} */

.awards-square:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.awards-square img {
    position: absolute;
    width: 90%;
    height: 90%;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .awards-square img {
        position: absolute;
        width: 83%;
        height: 82%;
    }
}


.work {
    background: url("./../images/art5.jpg") no-repeat fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14pt;
    padding-bottom: 17%;
    height: 100vh;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .work {
        background: url("./../images/work-new.jpg") no-repeat scroll;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        padding-bottom: 70%;

    }

    .work img {
        width: 50px !important;
        height: 50px !important;
        margin: 10px;
    }

    .work-head {
        margin-top: 0;
    }
}


.bluebotfilms {
    background: url("./../images/with_bg.gif ") no-repeat fixed;
    background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    font-size: 14pt;
    padding: 10%;
    background-size: cover;
    background-position: center center;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .bluebotfilms {
        background: url("./../images/with_bg_mob.gif") no-repeat scroll;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        padding-bottom: 90%;
    }

    .bluebotfilms img {
        width: 300px !important;
    }

    .bluebotfilms .img-tv {
        width: auto;
        padding-top: 50px;
        margin-top: 40px;
    }
}

/*

.awards-square img {
    width: 100%;
    height: 100%;
} */

.inthenews {
    background: #B1BDC3;
    font-size: 14pt;
    padding-top: 40px;
    /* padding-bottom: 10%; */
}



.inthenews p {
    font-size: 15pt;
}

.inthenews img {
    width: auto;
    height: 40px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .inthenews img {
        width: auto;
        height: 30px;
    }

    .inthenews .row {
        margin-bottom: 0px !important;
    }
}

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

.inthenews a {
    color: #5caad1;
    text-decoration: none;
}


/* WORK WITH US */

.curtain {
    width: 100%;
    /* Ensures the component is the full screen width */
    height: 100vh;
    /* We're using this for demo purposes */
    overflow: hidden;
    /* Allows us to slide the panels outside the container without them showing */
}

.curtain__wrapper {
    width: 100%;
    height: 100%;
}

.curtain__panel {
    /* background: #435887; */
    background: #dfddde;
    width: 50%;
    /* Each panel takes up half the container */
    height: 100vh;
    /* Used for demo purposes */
    float: left;
    /* Makes sure panels are side-by-side */
    position: relative;
    /* Needed to define the z-index */
    z-index: 2;
    /* Places the panels in front of the prize */
    transition: all 1s ease-out;
    /* Animates the sliding transition */
    -o-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}

.workwithush2 {
    margin-top: 10%;
    margin-right: 10%;
}

.curtain__panel--left {
    transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    background: url(./../images/mob/clickheremob_1.png) no-repeat;
    background-color: #DFDBDC;
    background-position: center right;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    width: 50%;
}

/* Slide the panel to the right out of the container */
.curtain__panel--right {
    transform: translateX(100%);
    -o-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    background: url(./../images/mob/clickheremob_2.png) no-repeat;
    background-color: #DFDBDC;
    background-position: center left;
    background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    width: 50%;
}

.curtain__prize {
    background: #c4c4c4;
    position: absolute;
    /* Forces the prize position into the container start */
    z-index: 1;
    /* Places the prize behind the panels, which are z-index 2 */
    width: 100%;
    height: 100%;
}

.curtain__prize h4 {
    font-family: AbadiBold;
}

.curtain__prize p {
    font-family: AbadiLight;
}

input[type=checkbox] {
    position: absolute;
    /* Force the checkbox at the start of the container */
    cursor: pointer;
    /* Indicate the curtain is clickable */
    width: 100%;
    /* The checkbox is as wide as the component */
    height: 100% !important;
    /* The checkbox is as tall as the component */
    z-index: 99;
    /* Make sure the checkbox is on top of everything else */
    opacity: 0;
    /* Hide the checkbox */
}

input[type=checkbox]:checked~div.curtain__panel--left {
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/* Slide the second panel in */
input[type=checkbox]:checked~div.curtain__panel--right {
    -o-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.workwithus-head {
    margin-top: 15%;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .bot-image-image {
        display: none;
    }

    .workwithush2 {
        display: none;
    }

    .curtain {
        height: 100%;
        /* We're using this for demo purposes */
    }

    .curtain__wrapper {
        height: 100%;
    }

    .curtain__panel {
        height: 100%;
        /* Used for demo purposes */
    }

    .curtain__prize {
        height: 100%;
    }

    input[type=checkbox] {
        height: 100% !important;
        /* The checkbox is as tall as the component */
    }


    .curtain__panel--left {
        background: url(./../images/mob/clickheremob_1.png);
        background-position: center right;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        width: 50%;
    }

    /* Slide the panel to the right out of the container */
    .curtain__panel--right {
        background: url(./../images/mob/clickheremob_2.png);
        background-position: center left;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        width: 50%;
    }


    .workwithus-head {
        margin-top: 15%;
    }

}

.icon-social {
    filter: brightness(0) invert(1);
}

.icon-social:hover {
    filter: none;
}

.carousel-indicators .active {
    background-color: #FF00FF;
}

.carousel-indicators li {
    background-color: white;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff00ff' 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");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff00ff' 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");
}

#inthenews p {
    font-family: AbadiLight;
}

/*accordian styling*/
.fom {
    color: #333333;
    position: relative;
    z-index: 1;
    padding-left: 100px;
}

@media screen and (min-width: 320px) and (max-width: 600px) {
    .fom {
        padding: 0 20px;
    }
}

.fom h3 {
    text-align: center;
    padding-bottom: 20px;
}

.fom a {
    color: #6B9FBA;
    text-decoration: underline;
}

button.accordion {
    color: #ffffff;
    background-color: inherit;
    cursor: pointer;
    padding: 12px 2px;
    margin-bottom: 10px;
    border: none;
    border-bottom: 1px solid #333333;
    text-align: justify;
    outline: none;
    font-size: 20px;
    transition: 0.4s;
}

button.accordion:before {
    font-family: 'Font Awesome\ 5 Free';
    content: "\f078";
    font-weight: 900;
    font-size: 22px;
    color: #3d3d3d;
    margin-right: 35px;
}

button.accordion.active:before {
    content: '\f077';
}

div.panel_acc {
    padding-left: 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: inherit;
    font-size: 18px;
    text-align: justify;
    border: none;
}

@media (max-width: 768px) {
    div.panel_acc {
        padding: 0 20px;
    }
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 35px;
    height: 32px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #000;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.navbar-light .navbar-toggler {

    border-color: transparent;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 13px;
}

#nav-icon1 span:nth-child(3) {
    top: 25px;
}

#nav-icon1.open span:nth-child(1) {
    top: 18px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.navbar-light .navbar-toggler {
    float: right;
    position: absolute;
    /* text-align: right; */
    right: 0;
    /* display: block; */
    top: 0;

}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #48acd8;
}

/* AiLabs css */

.ailabs {
    padding: 0px;
    height: 100vh;
}

.desktop-video {
    display: block;
}

.mobile-video {
    display: none;
}

@media screen and (max-width: 450px) {
    .desktop-video {
        display: none !important;
        overflow: hidden !important;
    }

    .mobile-video {
        display: block !important;
        height: 100%;
        width: 100%;
        width: -webkit-fill-available;
    }

    /* .ailabs {
        background: url("./../images/videos/ailabs-mob.gif") no-repeat scroll;
        background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -webkit-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        padding-bottom: 90%;
    } */

}

@media screen and (min-width: 451px) and (max-width: 1024px) {
    .video-bg {
        object-fit: fill !important;
    }

    .ailabs {
        height: 45vh;
    }
}

@media screen and (max-width: 420px) {
    .video-bg {
        object-fit: contain !important;
    }
}

.video-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    background-color: #000;
}

.cta-desktop {
    width: 180px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.clickable-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}