﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charm&display=swap'); /*nearest to Gabriola*/
:root {
    /*Color Scheme*/
    --brandNavColor: #1f441e; /*#1F4C1E*/
    --headerBGColor: #1f441e;
    --navbarStartColor: #1f441e;
    --navbarEndColor: #649d66;
    --footerColor: darkseagreen;
    --bodyBGColor: #cfdac8;
    --bodyThemeColor: #649d66;
    --headerTextColor: goldenrod;
    --cardBGColor: #f1f1f1; /*dim gray*/
    --successColor: #649d66; /*Green*/
    --aboutUSTextColor: #fff9b0;
    --TaglineTextColor: #f4d160;
    /*Fonts*/
    --brandFont: 'Ubuntu';
    --punchlineFont: 'Charm';
    --aboutUSFont: 'Charm';
    --headerFont: 'Merriweather'
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn-success {
    color: #fff;
    background-color: var(--successColor);
}

    .btn-success:hover {
        background-color: var(--brandNavColor);
    }

.text-success {
    color: var(--successColor) !important;
}

.border-success {
    border-color: var(--successColor) !important;
}

.bg-success {
    background-color: var(--successColor) !important;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

h2 {
    color: var(--brandNavColor);
    font-family: var(--headerFont);
    display: inline-block;
    text-decoration: none;
    background-image: linear-gradient(to right, var(--brandNavColor), var(--brandNavColor));
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size 1.0s ease;
    margin-bottom: 2%;
}

    h2:hover {
        background-size: 100% 2px;
    }

h1 {
    color: var(--TaglineTextColor);
    font-size: xx-large;
}

h3 {
    color: var(--headerTextColor);
}

h4 {
    color: var(--headerTextColor);
}

h5 {
    color: var(--headerTextColor);
}

h6 {
    color: var(--successColor);
}

.h1CustomColor {
    color: var(--headerTextColor);
}
/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 120px;
    background-color: var(--bodyBGColor);
    /*    background: linear-gradient(to right, #335d2d 0%, #7ea04d 100%)
*/
}

/* footer style */
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    background-color: var(--footerColor); /*#0a4275*/
    font-size: small;
    color: white;
    max-height: 120px;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar {
    background-image: linear-gradient(to right, var(--navbarStartColor), var(--navbarEndColor));
    padding-top: 0;
    padding-bottom: 0;
    z-index: 2
}

.jumbotron {
    background-color: white;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
    padding-bottom: 2%;
    box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
    margin-bottom: 0px;
}


/* Brand BTechSoft */
.navbar-light .navbar-brand {
    color: #fffaf0;
    font-family: var(--brandFont);
    font-size: 36px;
}

/* Brand BTechSoft hover/active */
.navbar .navbar-brand.active,
.navbar .navbar-brand:hover {
    color: white;
    background-color: var(--brandNavColor);
}

/* Corporate, Product, Services, Contact Us & Login */
.navbar-light .navbar-nav .nav-link {
    color: #fffaf0;
    font-size: 16px
}
    /* Corporate, Product, Services, Contact Us & Login hover */
    .navbar-light .navbar-nav .nav-link.active,
    .navbar-light .navbar-nav .nav-link:hover {
        color: var(--headerTextColor) !important;
        background-color: var(--brandNavColor);
    }

/* Corporate & Product menus drop down state */
.navbar-light .navbar-nav .show > .nav-link {
    color: #fffaf0;
}


/* BTechSoft branding nav bar */
.navbar-Title {
    background-image: linear-gradient(to right, var(--brandNavColor), var(--brandNavColor));
    padding-top: 0;
    padding-bottom: 0;
    z-index: 3
}

    .navbar-Title .navbar-brand.active,
    .navbar-Title .navbar-brand:hover {
        color: white;
        background-color: var(--brandNavColor);
    }

/* container fluid that occupies entire view area */
.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

/* padding defined forcontainer */
.containerPadding {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 3%;
    padding-bottom: 3%;
}

/* Tool tip background color (used in publications page)*/

.tooltip-inner {
    background-color: var(--brandNavColor) !important;
}

/* area occupies entire browser width */
.fullsizeImageContainer {
    margin-left: 0%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 2px 2px;
    width: 100%;
    align-content: center;
    height: auto;
    background-position: center;
    background-size: 100% 100%;
    background-color: var(--bodyThemeColor);
}

.radialGradient {
    background: radial-gradient(#96bb7c, var(--bodyThemeColor));
}

.fixedHeight {
    height: 20%;
}

/* BTechSoft About section*/
.BTAboutFontStyle {
    font-family: var(--aboutUSFont);
    line-height: 200%;
}

.BTAboutFontSize {
    font-size: 16px;
}

.BTCustomLineHeight {
    line-height: 200%;
}

.BTAbout {
    padding: 4%;
    background-color: rgba(176, 196, 222, 0.0);
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    font-size: 19px;
    font-family: var(--aboutUSFont);
    color: var(--aboutUSTextColor);
    text-align: center;
    margin-top: 15px;
    height: auto;
    border-radius: 8px 8px;
    line-height: 200%;
}

/* header style for each section (like Product, Software Solutions etc)*/
.BTheaderold {
    background-color: var(--headerBGColor);
    width: 40%;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
    font-size: xx-large;
    font-family: var(--aboutUSFont);
    color: var(--headerTextColor);
    text-align: center;
    border-radius: 5px;
    margin-bottom: 2%;
    height: auto
}


.BTheader {
    width: 100%;
    font-size: xx-large;
    font-family: var(--headerFont);
    color: var(--brandNavColor);
    text-align: left;
    border-radius: 5px;
    margin-bottom: 2%;
    height: auto
}



/*Style the cards */
.card {
    padding: 0px;
    text-align: left;
    background-color: var(--cardBGColor);
}

    .card:hover {
        transition: all 0.5s ease;
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }

/*Flash card used in Evaluate PIC section */
.flashcard {
    background-color: var(--cardBGColor) !important;
    border-radius: 10px !important;
    max-width: 45rem;
    margin: 0 auto;
    color: var(--successColor);
}

.Logincard {
    border-radius: 10px !important;
    max-width: 35rem;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .Logincard:hover {
        transform: none;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    }

.imagecard {
    max-width: 70rem;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.newsimagecard {
    max-width: 50rem;
    margin: 0 auto;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.softSolnCard {
    background-color: var(--brandNavColor) !important;
    box-shadow: rgb(38, 57, 77) 0px 15px 25px -10px;
}

    .softSolnCard:hover {
        transform: scale(1.005);
    }

.productCard {
    background-color: var(--cardBGColor);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 20px;
}

.softSolnCard:hover {
    transform: scale(1.005);
}

/* Column padding, mainly used in tables here cards are placed*/
.col-md-2-padding {
    padding-bottom: 5px;
}

.col-lg-6-padding {
    padding-left: 15px;
    padding-bottom: 5px;
    padding-right: 15px;
}

/* Highlighted card*/
.cardhighlight {
    background-color: var(--bodyThemeColor);
}

/* BTechSoft punchline, which explains what we do in single line for each sections (Eg: Complete Coiled Tubing and Well Intervention Suite)*/
.punchline {
    color: var(--headerTextColor);
    font-family: var(--punchlineFont);
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: normal;
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

    .punchline:before,
    .punchline:after {
        background-color: var(--headerTextColor);
        content: "";
        display: inline-block;
        height: 3px;
        position: relative;
        vertical-align: middle;
        width: 10%;
    }

    .punchline:before {
        right: 0.3em;
    }

    .punchline:after {
        left: 0.3em;
    }

.BTClientLogoMaxWidth {
    max-width: 200px
}
/* carousel settings*/
.carousel {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.carousel-inner {
    max-height: 900px !important;
}

    .carousel-inner img {
        max-height: 900px;
    }

    .carousel-inner .carousel-item {
        transition: transform 1s ease-out;
    }

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

    .carousel.carousel-fade .carousel-item.active {
        opacity: 1 !important;
    }

.carousel-indicators li {
    border: none;
    background: var(--successColor);
}

    .carousel-indicators li.active {
        background: var(--navbarEndColor);
    }

.carousel-control-next,
.carousel-control-prev, .carousel-indicators {
    filter: invert(100%);
    width: 20px;
}

.carousel-control.right,
.carousel-control.left,
.carousel .item,
.carousel-inner,
.carousel-inner > .item > img {
    border-radius: 1px;
}

/* Scroll to Top  settings*/
#scroll {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: var(--brandNavColor);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    z-index: 99; /* Make sure it does not overlap */
}

    #scroll span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #scroll:hover {
        background-color: var(--navbarEndColor); /*#3498db*/
        opacity: 1;
        filter: "alpha(opacity=100)";
        -ms-filter: "alpha(opacity=100)";
    }

/* Publication page settings using blockquote*/
.blockquote-custom {
    position: relative;
    font-size: 1rem;
    background-color: white;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
    background-color: var(--successColor);
}

    .blockquote-custom-icon:hover {
        background-color: var(--brandNavColor);
    }

.blockquote-custom:hover {
    transform: scale(1.01);
    transition: all 0.5s ease;
}

.width-auto {
    width: auto;
}

.text-lg {
    font-size: 2rem;
}

/* fa social icons*/
.fa {
    padding: 0px;
    font-size: 1rem;
    width: 25px;
    text-align: center;
    text-decoration: none;
}

    /* Add a hover effect if you want */
    .fa:hover {
        opacity: 0.7;
    }

/* Contact Us link of address*/
.ContactUs-links {
    padding-top: 5%;
    width: 75%
}

.card-body-Font {
    font-size: 16px;
}

.captcha-refresh {
    font-size: 24px !important;
    margin-left: 5px;
}

.course-content-card {
    padding: 0px;
    text-align: left;
    background-color: whitesmoke;
}


.course-card {
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
    /*    background-image: linear-gradient(whitesmoke, white);
*/ border: 1px solid #73AD21;
}

.CourseCardCenter {
    margin: auto;
    width: 80%;
}

.trainingSolnCard {
    background-color: var(--brandNavColor) !important;
}

.custom-li {
    display: block;
}

    .custom-li:before {
        /*Using a Bootstrap glyphicon as the bullet point*/
        content: "\e080";
        font-family: 'Glyphicons Halflings';
        font-size: 12px;
        float: left;
        margin-top: 4px;
        margin-left: -14px;
        color: #CCCCCC;
    }

.iframeStyle {
    /*box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);*/
    border: 1px solid Black;
    width: 68%;
}

.SPEAdCard {
    max-width: 60rem;
    margin: 0 auto;
}
/* Menu drop down on mouse hover. better to create hover effect only for desktop screens. Use media query @media all and (min-width: 992px) { // CSScode } */
/* If the screen size is 768px wide or more */
@media only screen and (min-width: 768px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {
        color: var(--headerTextColor);
    }

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }

    .card-body-Font {
        font-size: inherit;
    }
}

@media only screen and (min-width: 768px) and (max-width: 995px) {

    .card-body-Font {
        font-size: 12px;
    }
}


/* If the screen size is 768px wide or less */
@media only screen and (max-width: 768px) {
    .punchline {
        font-size: 20px;
    }

    .BTTagline {
        font-size: large;
    }

    .BTAbout {
        font-size: medium;
    }

    .BTheader {
        font-size: large;
    }

    h2 {
        font-size: large;
    }

    h1 {
        font-size: x-large;
    }

    .footer {
        font-size: xx-small;
    }

    .card-body-Font {
        font-size: inherit;
    }
}
