@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-Thin.eot');
    src: url('../fonts/BRCobane-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-Thin.woff2') format('woff2'),
        url('../fonts/BRCobane-Thin.woff') format('woff'),
        url('../fonts/BRCobane-Thin.ttf') format('truetype'),
        url('../fonts/BRCobane-Thin.svg#BRCobane-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-Regular.eot');
    src: url('../fonts/BRCobane-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-Regular.woff2') format('woff2'),
        url('../fonts/BRCobane-Regular.woff') format('woff'),
        url('../fonts/BRCobane-Regular.ttf') format('truetype'),
        url('../fonts/BRCobane-Regular.svg#BRCobane-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-Medium.eot');
    src: url('../fonts/BRCobane-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-Medium.woff2') format('woff2'),
        url('../fonts/BRCobane-Medium.woff') format('woff'),
        url('../fonts/BRCobane-Medium.ttf') format('truetype'),
        url('../fonts/BRCobane-Medium.svg#BRCobane-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-SemiBold.eot');
    src: url('../fonts/BRCobane-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-SemiBold.woff2') format('woff2'),
        url('../fonts/BRCobane-SemiBold.woff') format('woff'),
        url('../fonts/BRCobane-SemiBold.ttf') format('truetype'),
        url('../fonts/BRCobane-SemiBold.svg#BRCobane-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-Bold.eot');
    src: url('../fonts/BRCobane-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-Bold.woff2') format('woff2'),
        url('../fonts/BRCobane-Bold.woff') format('woff'),
        url('../fonts/BRCobane-Bold.ttf') format('truetype'),
        url('../fonts/BRCobane-Bold.svg#BRCobane-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BR Cobane';
    src: url('../fonts/BRCobane-Black.eot');
    src: url('../fonts/BRCobane-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/BRCobane-Black.woff2') format('woff2'),
        url('../fonts/BRCobane-Black.woff') format('woff'),
        url('../fonts/BRCobane-Black.ttf') format('truetype'),
        url('../fonts/BRCobane-Black.svg#BRCobane-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


body {
    /* background-image: url("../img/bg.jpg"); */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: cover; */
    font-family: 'BR Cobane';
    font-weight: normal;
    font-size: 18px;
    overflow-x: hidden;
    padding-right: 0px !important;
    color: #2b3151;
}

h1,
h2 {
    font-weight: bold;
}

h5 {
    font-size: 22px;
}


.nav-link {
    color: #000000;
}

.blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: .3;
    }
}

@media screen and (min-width: 992px) {
    .navbar-nav .active .nav-link {
        background-color: #a73b92 !important;
        color: #fff;
        border-radius: 20px;
    }
}

@media screen and (max-width: 992px) {
    .navbar-nav .active .nav-link {
        border-bottom: 3px solid #a73b92 !important;
        width: 100px;
    }
}

.activee {
    color: #fff;
    background-color: #a73b92;
    cursor: pointer;
    border: 1px;
    border-radius: 20px;
    height: 35px;
}

.nav-link:hover {
    color: #a73b92;
}

.nav-item {
    padding-right: 20px;
}

.navy {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: larger;
    font-weight: 900;
    padding-bottom: 20px;
}


.all {
    color: #000;
    text-decoration: none;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 1320px;
    }
}

.firstSection {
    padding: 40px 0px;
    background-color: whitesmoke;
    color: #000;
}

.home-content {
    padding: 3rem;
}

.btn-primary {
    background-image: linear-gradient(#aa3c94, #a73b92 50%, #973583);
    filter: none;
    border: 1px solid #a73b92;
}

.btn-primary:hover {
    background-image: white;
    filter: none;
    border: 1px solid #712863;
    --bs-btn-hover-color: #712863;
}

.form-control {
    /* background-color: #efefef; */
}

textarea.form-control {
    min-height: calc(9.5em + 0.75rem + 2px);
}

lable {
    color: black
}

.container-text {
    text-align: center;
    margin-bottom: 15px;
}

/* footer{ */
/* background-color: #efefef; */
/* } */
.footer-menu {
    padding: 50px 0px;
    /* color:black; */
}

ul li {
    text-decoration: none;
    list-style: none;
}

ul .tick:before {
    content: '✓';
    color: blue;
    font-size: 20px;
    font-weight: bolder;
}

.anonymous {
    animation: blinker 1.5s linear infinite;
    color: #f459f2;
    ;
    font-weight: bolder;
}

.bgForm {
    border: 1px solid;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: rgb(0 0 0 / 50%);
}


.margin-30 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.col-md-6,
.col-md-4,
.col-md-3 {
    float: left;
}

.img-align-center {
    text-align: center;
}

.round-image {
    height: 111px;
    opacity: 1;
}

.employee-background {
    top: 1406px;
    left: 0px;
    width: 1366px;
    height: 772px;
    background: transparent url('img/Group 628.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.container-background {
    top: 878px;
    left: 0px;
    width: 100%;
    height: auto;
    /* UI Properties */
    background: var(--unnamed-color-f6f6f6) 0% 0% no-repeat padding-box;
    background: #F6F6F6 0% 0% no-repeat padding-box;
    opacity: 1;
}

.img-width {
    width: 20%;
    text-align: center;
}

.img-container {
    width: 50%;
    text-align: center;
}

.feature-slider {
    background-image: url("../img/phone-example2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.text-color {
    color: black;
}

.feature-container {
    width: 80%;
}

.padding-100px {
    padding-right: 15px;
    padding-left: 15px;
}

.padding-100px img {
    width: 30px;
    height: 30px;
}

.img-width-40 {
    width: 40%;
}

.padding-top {
    padding-top: 50px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-bottom {
    padding-bottom: 30px;
}

.padding-bottom-200 {
    padding-bottom: 200px;
}

.padding-bottom-100 {
    padding-bottom: 100px;
}

.home-slider {
    background-image: url("../img/background-image1.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.text-color-white {
    color: white;
}

.img-size {
    max-width: 100%;
    height: auto;
}

.img-outline {
    outline: #F6F6F6 solid 1px;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    padding: 18px;
}

.emp7 {
    top: 1901px;
    left: 1078px;
    /* UI Properties */
    background: transparent url('img/pexels-kürşat-kuzu-11761460.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.emp6 {
    top: 1971px;
    left: 744px;
    width: 40%;
    height: auto;
    /* UI Properties */
    background: transparent url('img/Mask Group 26.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.emp5 {
    top: 1917px;
    left: 453px;
    width: 40%;
    height: auto;
    /* UI Properties */
    background: transparent url('img/Mask Group 25.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.emp4 {
    top: 1993px;
    left: 96px;
    width: 40%;
    height: auto;
    /* UI Properties */
    background: transparent url('img/Mask Group 24.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.emp3 {
    top: 1687px;
    left: 974px;
    width: 40%;
    height: auto;
    /* UI Properties */
    background: transparent url('img/Mask Group 23.png') 0% 0% no-repeat padding-box;
    opacity: 1;
}

.emp2 {
    top: 1697px;
    left: 682px;
    width: 40%;
    height: auto;
    background: transparent url('img/Mask Group 22.png') 0% 0% no-repeat pad
}

.emp1 {
    top: 1733px;
    left: 155px;
    width: 40%;
    height: auto;
    /* UI Properties */
    border: 1px solid #FFFFFF4F;
    opacity: 1;
}

.img-align-right {
    text-align: right;
}

.img-align-top {
    text-align: center;
}

.img-align-bottom {
    margin-top: 50px;
    text-align: center;
}

.int-circle {
    padding: 3px 10px;
    color: white;
    background-color: #000000;
    border-radius: 50%;
}

.padding-left {
    padding-left: 10px
}

.video-frame {
    height: 50%;
}

.w-100 {
    width: 45% !important;
}

.w-50 {
    width: 60% !important;
}

.center-text {
    padding: 100px;
}

.card-background-color {
    background-color: #a73b92;
}

.card-img {
    padding: 0px 5px 0px 0px;
}

.w-80 {
    width: 93% !important;
}

.cart-text {
    font-size: 50px;
    color: #000000;
    text-align: center;
    vertical-align: middle;
}

.text-align-right {
    text-align: right;
}

.text-middle {
    text-align: center;
    vertical-align: middle;
    padding: 100px;
}

.card-title-padding {
    padding-bottom: 6px;
}

.padding-30 {
    padding: 30px
}

.about-slider {
    background-repeat: no-repeat;
    background-size: cover;
}

.img-container-1 {
    width: 50%;
    text-align: center;

}

.padding-15 {
    padding: 15px
}

/* .card-top{ */
/* margin-top: -150px; */
/* } */

.text-align-left {
    text-align: left;
}

.row-margin {
    margin-right: 0px;
}

.img-margin {
    width: 100%;
}

@media screen and (max-width:768px) and (min-width:384px) {
    .home-content {
        padding: 40px;
    }

    .img-width {
        width: 100%;
        text-align: center;
    }

    .padding-100px {
        padding: 10px
    }

    .center-text {
        padding: 50px;
    }

    .padding-bottom-100 {
        padding-bottom: 20px;
    }

    .w-100 {
        width: 100% !important;
        text-align: center;
    }

    .img-container-1 {
        width: 100%;
        text-align: center;

    }

    .col-md-6 {
        width: 100%;
    }

}

.carousel-item video {
    display: block;
    margin: auto;
    width: 800px ! important;

}

.row .videoBorder iframe {
    width: 100%;
    border: 15px solid black;
    border-radius: 20px;
    height: 365px;
}

.carousel-item iframe {
    display: block;
    margin: auto;
    width: 70%;
    height: 500px;

}

.HomeTopBanner .carousel-item iframe {
    display: block;
    margin: auto;
    width: 100%;
    height: 358px;

}

.carousel-item .carousel-caption {
    padding: 0px;
    margin-bottom: 40px;
}

@media screen and (max-width:820px) and (min-width:481px) {

    .carousel-item iframe,
    .HomeTopBanner .carousel-item iframe {
        width: 100%;
        height: 394px;
    }

    .row .videoBorder iframe {
        height: 215px;
    }

}

@media screen and (max-width:481px) {

    .carousel-item iframe,
    .HomeTopBanner .carousel-item iframe {
        width: 100%;
        height: 198px;
    }

    .row .videoBorder iframe {
        height: 211px;
    }
}

#phone1 {
    height: auto;
    width: 100%;

}

#text-justify {
    text-align: justify !important;
}


.owl-prev span,
.owl-next span {
    color: #000;
    font-size: 50px;
    position: absolute;
    top: 20%;
    cursor: pointer;
}

.owl-prev span {
    content: '<';
    left: 0;
}

.owl-next span {
    content: '>';
    right: 0;
}

.allButFooter {
    min-height: calc(100vh - 400px);
}

.paddin ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

@media screen and (max-width:480px) {
    .noneFloat {
        float: none;
    }

    .appBtn {
        text-align: center;
    }

    .topLeft {
        margin-top: 20px;
    }

    .paddingRightLeft {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-text {
        text-align: left;
    }

    .topHeaderFont {
        font-size: 34px;
    }

    .topTitle {
        padding: 0px 10px 0px 10px;
    }
}

@media screen and (max-width:991px) and (min-width:481px) {
    .col-md-12 .widthTab {
        width: 100% !important;
    }

    .col-md-12 .widthTab .widthDiv {
        width: 50% !important;
    }
}

.blogs_banr_txt {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 25px;
}


.backToNews {
    padding: 10px 15px;
    background: #3c373a;
    color: #fff !important;
    border-radius: 7px;
    font-weight: 500;
    margin-bottom: 30px;
}

.backToNews:hover {
    background-color: #a73b92;
}


.faq_main_txt .card-header .card-link .arrow {
    float: right;
}

.faq_main_txt .card-header .card-link .arrow i {
    transition: all linear 0.3s;
    color: #a73b92;
    font-size: 22px;
    background: rgba(255, 56, 56, 0.12);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
}

[data-bs-toggle="collapse"][aria-expanded="true"]>.arrow i {
    transform: rotate(180deg) !important;
}

.faq_main_txt .card-header {
    background-color: transparent;
    border-radius: 12px;
    padding: 0;
    border: none;
}

.faq_main_txt .card {
    margin-bottom: 10px;
    border-radius: 12px;
}

.faq_main_txt .card .show {}

.faq_main_txt .card-body {
    border: 1px solid #a73b92;
    border-top: none;
    border-radius: 0px 0px 7px 7px;
    margin-top: -2px;
    padding-top: 5px;
}

.faq_main_txt .card-header a {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    /*letter-spacing: -0.01em;*/
    color: #18214d;
    border: 1px solid #a73b92;
    display: block;
    padding: 15px;
}

.faq_main_txt .card-header .collapsed {
    border-radius: 10px !important;
}

[data-bs-toggle="collapse"][aria-expanded="true"] {
    border-radius: 10px 10px 0px 0px;
    color: #a73b92 !important;
    border-bottom: 0px solid #fff !important;
}

.faq_main_txt .card-body p {
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: -0.01em;
    color: #18214d;
}

.col-md-12 .widthTab .blink {
    animation: blinker 1.5s linear infinite;
    color: red;
    font-weight: bold;
}

@keyframes blinker {
    50% {
        opacity: .3;
    }
}


.whats-app {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 15px;
    background-color: #25d366;
    border-radius: 50px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#subscribe-section5 .center-col .koowiImg img {
    border-radius: 50%;
    border: 2px solid #a73b92;
}

/*top marquee tag*/
.allButFooter marquee {
    /* box-shadow: 0 0.1em 0.5em;  */
    background: #ef9e0a;
    padding: 10px 0px;
    margin-bottom: -10px;
}

.allButFooter marquee .marquee {
    margin: 0px;
    font-weight: 501;
}

.allButFooter marquee .marquee p {
    color: #fff;
    margin: 0px;
}

/* background color for home page and footer*/
.bgBlackColor {
    background-color: #3c373a;
    /* background-color:; */
    color: #fff;

}

.bgBlackColor .footer-menu .nav-link {
    color: #fff;

}

.bgBlackColor .headingTextColor {
    color: #fff;
}

.bgWhiteColor {
    background-color: #ffffff;
}

.row .videoBorder video {
    width: 102%;
    border: 15px solid black;
    border-radius: 20px;
}

/* background color for home page and footer end*/

/* who we are slider start */
.containerImgSlider img {
    vertical-align: middle;

}

.containerImgSlider .mySlides img {
    border-radius: 50%;
    height: 255px;
    width: 40% !important;
    margin: auto;
    display: block;

}

.containerImgSlider .column img {
    border-radius: 50%;
    height: 109px;
    width: 100%;
}

/* Position the image container (needed to position the left and right arrows) */
.containerImgSlider {
    position: relative;
}

/* Hide the images by default */
.containerImgSlider .mySlides {
    display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.containerImgSlider .cursor {
    cursor: pointer;
}

/* Next & previous buttons */
.containerImgSlider .prev,
.containerImgSlider .next {
    cursor: pointer;
    color: black;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}

/* Position the "next button" to the right */
.containerImgSlider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
    text-decoration: none;
}

/* On hover, add a black background color with a little bit see-through */
.containerImgSlider .prev:hover,
.containerImgSlider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}


.containerImgSlider .row:after {
    content: "";
    display: table;
    clear: both;
}

/* Six columns side by side */
.containerImgSlider .column {
    float: left;
    width: 20%;
    padding-bottom: 20px;
}

/* Add a transparency effect for thumnbail images */
.containerImgSlider .demo {
    opacity: 0.6;
}

.containerImgSlider .active,
.containerImgSlider .demo:hover {
    opacity: 1;
}

/* who we are slider end */
.card h5 {
    color: black;
}

/* Testimonials slider start */
.homeBannerSec {
    width: 100%;
    overflow: hidden;
    margin-bottom: 35px;
}


.slick-prev,
.slick-next {
    font-family: 'Linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    -ms-font-feature-settings: "liga" 1;
    font-feature-settings: "liga";
    -webkit-font-variant-ligatures: discretionary-ligatures;
    font-variant-ligatures: discretionary-ligatures;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    transition: 0.5s;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    z-index: 99;
}

.slick-prev::before,
.slick-next:before {
    font-size: 20px;

    font-family: 'Linearicons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    /* position: absolute;
    top: 50%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%); */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333;
    z-index: 99;
    transform: none;
    opacity: 1;
}

/* .slick-next:before{ */
/* content: "\e93c"; */
/* } */

.slick-prev {
    left: 25px;
}

.slick-next {
    right: 25px;
}

/* Testimonials slider end */


/* .countryCrousel .carousel-control-next { */
/* right: 15%; */
/* } */

/* .countryCrousel .carousel-control-prev { */
/* left: 15%; */
/* } */

.justify-content-center {
    justify-content: center !important;
}

.blogs_recent_head {
    text-align: center;
}

.blogs_recent_box img {
    border-radius: 10px;
    padding-bottom: 10px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.blogs_filter_txt h5,
.blogs_recent_box h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 23px;
    line-height: 28px;
    /* letter-spacing: -0.382733px; */
    color: #18214d;
    padding-bottom: 10px;
}

.blogs_filter_txt p,
.blogs_recent_box p {
    font-style: normal;
    font-weight: 500;
    line-height: 19px;
    /* letter-spacing: -0.382733px; */
    color: rgba(24, 33, 77, 0.75);
}


.row .nws {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}

/* About US page Backbone Team Members css */
/* Four columns side by side */
.teamMembers .column {
    float: left;
    width: 25%;
    margin-bottom: 30px;
    padding: 0 8px;
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (max-width: 650px) {
    .teamMembers .column {
        width: 100%;
        display: block;
    }
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (min-width: 651px) and (max-width: 768px) {
    .teamMembers .column {
        width: 50%;
        display: block;
    }
}

/* Display the columns below each other instead of side by side on small screens */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .teamMembers .column {
        width: 33.3%;
        display: block;
    }
}

.teamMembers .flip-card {
    perspective: 1000px;
    height: 400px;
}

/* Add some shadows to create a card effect */
.teamMembers .card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.teamMembers .card-front,
.teamMembers .card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.teamMembers .card-front {
    background-color: #ffcd7d;
    color: black;
    text-align: center;
}

.teamMembers .card-front img {
    width: 70%;
    margin-bottom: 20px;
    padding-top: 12px;
    filter: drop-shadow(2px 5px 2px #b98e4b);
}

/* Style the back side */
.teamMembers .card-back {
    background-color: white;
    overflow-y: scroll;
    padding: 12px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    text-align: left;
    color: black;
    font-family: inherit;
    transform: rotateY(180deg);
}

.teamMembers .title {
    color: gray !important;
    font-size: 70% !important;
}

.teamMembers .title strong {
    color: #883c0e !important;
    font-size: 120%;
    letter-spacing: 0.5px;
}

/* rotate card on hover on pc */
@media screen and (min-width: 769px) {
    .teamMembers .flip-card:hover .card-inner {
        transform: rotateY(180deg);
    }

    .teamMembers .card-front .container span {
        display: none;
    }

    .teamMembers .card-back span {
        display: none;
    }
}

/* rotate card on click more button on mobile */
@media screen and (max-width: 768px) {
    .teamMembers .rotated {
        transform: rotateY(180deg);
    }
}


/* About US page Backbone Team Members css end */
@media screen and (max-width: 480px) {
    .pac-card input {
        width: 160px !important;
    }

    .containerImgSlider .mySlides img {
        height: 175px;
    }

    .containerImgSlider .column img {
        border-radius: 50%;
        height: 50px;
        width: 100%;
    }
}

@media screen and (min-width: 481px) {
    .pac-card input {
        width: 310px !important;
    }

    .topHeaderFont {
        font-size: 38px;
    }

}

.imgHoverText {
    position: relative;
    /* width: 50%; */
}

.imgHoverText .middle {
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 30%;
}

.imgHoverText:hover .imageHover {
    opacity: 0.3;
}

.imgHoverText:hover .middle {
    opacity: 1;
}

.imgHoverText .text a {
    color: white;
}

/* cookie style start */
#cookies {
    width: 100%;
    display: none;
    /* margin: 0px 10%; */
    position: fixed;
    bottom: 0px;
    color: #fff;
    background-color: #1d1c1c;
    /* border:2px solid #fff; */
    /* border-radius:10px; */
    z-index: 10;
}

.cookies h3 {
    color: #fff;
}

.cookieDiv {
    margin: 10px;
    padding: 5p;
}

.cookieButton,
.cookieA {
    background-color: #a73b92;
    border: 0;
    border-radius: 20px;
    margin: 0 5px 10px 5px;
    padding: 0px 7px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition-duration: 100ms;
    transition-timing-function: ease-in-out;
    min-width: 103px;
    font-size: 11px;
    line-height: 3.3;
}

.cookieA {
    background-color: gray;
    text-decoration: none;
}

/* cookie style end */

/* video model style start */
@media screen and (max-width: 820px) {
    .fade {
        margin-top: 74px;
    }

    .modal-dialog {
        max-width: 94% !important;
    }

    #disclaimer.modal.fade {
        height: calc(100% - 90px);
    }
}

.modal-dialog {
    max-width: 50%;
    /*margin: 30px auto;*/
}

.modal-body {
    position: relative;
    padding: 0px;
}

.btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10;
}

.cardVideo .card-body {
    background: black;
    color: white;
    padding: 10px;
}

.cardVideo .card {
    width: 18rem;
    padding: 0px 10px 10px 10px;
}

.videoSize {
    padding-top: 10px;
}

.modal-header {

    padding: 15px;

    border-bottom: 1px solid #e5e5e5;

    background: #2D7FC7;

    color: #fff;

}

/* video model style end */
.dropdown-menu li {
    margin: 1px 5px;
    padding: 2px;
}

.dropdown-menu li:hover {
    background: #ddd;
    border-radius: 5px;
}

.dropdown-menu li a {
    text-decoration: none;
    color: #000;
}

.reddot,
.greendot {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    float: right;
    margin-top: 7px;
}

.reddot {
    background-color: #bbb;
}

.greendot {
    background-color: green;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #0080CB;
}