body {
    font-family: Montserrat;
}

/* Default class modifications */
.custom-row {
    margin: 0px;
}


/* =============== Carousel Slides Start  =============== */

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.carousel-item {
    height: var(--slider-height);
}

.img-container {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    height: inherit !important;
}

.slider-caption {
    padding: 0 12px;
    height: 60%;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, #00000075, #000000C0, #00000000);
}

.slider-caption h1 {
    font-size: 56px;
    font-weight: 800;
}

.slider-caption p {
    padding-top: 8px;
    font-size: 20px;
    font-weight: 500;
}

.slider-caption p span {
    color: var(--color-secondary);
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .slider-caption h1 {
        font-size: 26px;
    }
    
    .slider-caption p {
        font-size: 18px;
    }
}

/* ===============  Carousel Slides End  =============== */


/* =============== Buttons Start =============== */

.btn:active, .btn:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn {
    font-weight: 500;
}

.btn-large {
    font-size: 18px;
}

.btn-outline {
    background-color: white;
    border: 1px solid black;
}

.btn-rounded {
    border-radius: 0.25rem !important;
}

.btn-outline-light {
    border: 1px solid white;
    font-weight: 100;
    color: white;
    background-color: transparent;
}

.group-button {
    display: inline-flex;
}

.group-button i {
    padding: 12px;
    color: white;
    border: 1px solid var(--color-secondary);
    background-color: var(--color-secondary);
}

.group-button:hover i {
    padding: 12px;
    color: var(--color-secondary);
    border: 1px solid var(--color-secondary);
    background-color: white;
}

.btn-outline-secondary {
    border-color: var(--color-secondary);
    border-radius: 0px;
    outline: none;
    color: var(--color-secondary);
}

.btn-outline-secondary:hover, .btn-outline-secondary:active {
    background-color: var(--color-secondary) !important;
    color: white;
    border-color: var(--color-secondary) !important;
}

.btn-outline-primary {
    border-color: var(--color-primary);
    border-radius: 0px;
    outline: none;
    color: var(--color-primary);
}

.btn-outline-primary:hover, .btn-outline-primary:active {
    background-color: var(--color-primary) !important;
    color: white;
    border-color: var(--color-primary) !important;
}

/* =============== Buttons End =============== */

/* =============== Misc Start =============== */

.divider-white {
    background: white;
}

.icon-secondary {
    color: var(--color-secondary);
}

/* =============== Misc End =============== */


/* =============== Titles Start =============== */

.title {
    font-weight: 700;
    font-size: 36px;
}

.title-primary {
    color: var(--color-primary);
}

.title-center {
    text-align: center;
    width: 100%;
    font-weight: 700;
}

@media screen and (max-width: 600px) {
    .title {
        font-size: 24px !important;
    }
}

/* =============== Titles End =============== */



/* =============== Header Start =============== */


header {
    position: relative;
}

.menu-header{
    position: absolute;
    top: 0;
    right: 0;
    display: inline-flex;
    z-index: 999;
}

.menu-header .logo{
    width: 100px;
    height: 100px;
    background-color: white;
    padding: 18px;
    z-index: 999;
    box-shadow: 0 8px 16px -8px black;
}
.fa-bars{
   /* margin-left: -29px;*/
    z-index: 999;
}
.menu-header .icon{
    width: 100px;
    height: 100px;
    color: white;
    font-size: 62px !important;
    background-color: var(--color-primary);
    padding: 15px;
    text-align: center;
}

.header-content{
    position: absolute;
    /**/
    width: 37%; /*40%*/
    right: 0;
    background: var(--color-primary);
    color: white;
    padding: 0; /*24px;*/
    padding-top: 101px;
    display: flex;
    align-items: flex-start;
    height: 400px;
}

.extra{
    z-index: 1;
}

.header-content-mobile {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-container {
    flex-grow: 1;
    padding-bottom: 8%;
}

.sub-menu-container {
    flex-grow: 3;
    position: relative;
}

.sub-menu {
    background-color: black;
    color: white;
    padding-left: 8px;
    display: none;
    /*z-index: 999;*/
}

.solution_height{
    height:295px;
}

.product_height{
    height: 165px
}

.service_height{
    height:168px;
}

.aboutus_height{
    height:251px;
}

.sub-menu-mobile {
    display: unset;
    padding-left: 0px;
}

.sub-menu-mobile ul {
    padding-left: 12px;
    padding-bottom: 12px;
}

.sub-menu ul {
    list-style: none;
}

.sub-menu ul li {
    border-bottom: 1px solid #EFEFEF;
    padding: 10px 0px;
    font-weight: 300;
    font-size: 12px;
    width: 315px;
}



.sub_menu_service_height{
    height:62px;
}

.header-content a {
    color: white;
}


.navbar-nav .nav-item {
    padding-left: 8px;
    font-weight: 300;
    font-size: 14px;
}

.accordian-menu .accordian-header {
    color: white;
    padding: 8px 24px 0px 24px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom-color: white;
}

.accordian-menu .accordian-header h6 {
    font-weight: 500;
    padding-left: 0px;
    font-size: 12px;
    padding: 8px 0px 0px 0px;
}

.accordian-menu .accordian-body {
    color: white;
}

.accordian-menu .accordian-body ul {
    padding: 8px 24px 0px 24px !important;
}

.accordian-menu .accordian-body li {
    border-bottom: 0 !important;
}

.accordian-menu .accordian-body.collapse.show ul {
    background-color: black;
}

.accordian-menu .accordian-header[data-toggle="collapse"].collapsed {
    background-color: transparent;
}

.accordian-menu .accordian-header[data-toggle="collapse"] {
    background-color: black;
}

.navbar-nav .nav-item:hover {
    background-color: rgba(0, 0, 0, 0.2) !important;
}

.navbar-nav .nav-item:active, .navbar-nav .nav-item:focus {
    background-color: black;
}

@media screen and (max-width: 600px) {
    .header-content {
        width: 100%;
    }
}

/* Page content */
.content {
    padding: 16px;
  }
  
  /* The sticky class is added to the header with JS when it reaches its scroll position */
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  
  /* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
  /*.sticky + .content {
    padding-top: 102px;
  }*/

/* =============== Header End =============== */


/* Accordian For Products and Solutions */
.accordian-group {
    padding: 24px 32px;
    background-color: var(--background-color);
}

.accordian-group .accordian-desc {
    padding: 30px 300px;
    font-weight: 700;
    color: #454545;
    font-size: 20px;
    text-align: center;

}

.img-container .bread-crumb {
    font-weight: 300;
}

.bread-crumb i {
    color: var(--color-secondary);
}

.accordian-header {
    width: 100%;
    display: inline-flex;
    align-items: center;
    color: var(--color-primary);
    padding-bottom: 16px;
    border-bottom: 1px solid var(--color-primary);
    margin-bottom: 30px;
    cursor: pointer;
}

/*.accordian-header img {
    width: 20px;
    height: 20px;
}*/

.accordian-header h6 {
    font-weight: 500;
    flex-grow: 2;
    padding-left: 12px;
}

.accordian-header_font_size{
    font-size: 26px;
    padding: 10px;
}

.accordian-body {
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 500;
    /* display: flex; */
}

/* Buttons */
.action-buttons {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.action-buttons button {
    color: white;
    font-weight: 300;
}

.btn-demo {
    background-color: var(--color-primary);
}

.btn-gateway {
    background-color: var(--color-secondary);
}


@media screen and (max-width: 600px) {
    .accordian-group {
        padding: 24px 16px;
    }

    .accordian-group .accordian-desc {
        padding: 24px 16px;
    }
}

/* =============== Cookie Banner =============== */
.cookie-container{
    position:fixed;
    bottom: -100%;
    left: 4%;
    right: 4%;
    background-color: white;
    color: black;
    transition: 400ms;
    padding: 2%;
    z-index: 999;
    box-shadow: 0 8px 16px -8px black;
    margin-bottom: -3%;
}

.cookie-container.active{
    bottom: 0;
}

.cookie-container a{
    color:#F8991D;
}

.cookie-container p{
    font-size: 16px;
    font-weight: 20px;
}

/*.btn-cookie-decline{
    background-color: white;
    color: #801517;
    border: 1px solid #801517;
    border-radius: 8px;
    cursor: pointer;
    font-size: 22px;
    margin-left: 5%;
}*/

.btn-cookie-accept{
    background-color: #801517;
    color: white;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font-size: 22px;
    margin-left: 4%;
}

/* =============== Cookie Banner End =============== */
/* =============== Footer Start =============== */

.footer {
    background-color: var(--color-primary);
    padding: 40px 32px 20px 0px;
    color: white;
    width: 100%;
}

.footer h6 {
    font-size: 12px;
}

.footer ul {
    list-style-type:none;
    padding: 0px;
    font-size: 12px;
}
.extra{
    z-index: 999;

}
.footer li {
    font-weight: 200 !important;
}

.footer-divider {
    margin: 16px -32px;
}

.aboutus-container {
    padding-left: 0px;
}

.contactus-container .contact-item {
    display: inline-flex;
    width: 100%;
    align-items: center;
    padding: 5px 0px;
}

.contactus-container .contact-item img {
    border-radius: 50%;
    /*width: 30px;
    height: 30px;*/
}

.contactus-container .contact-item .contact-info {
    padding-left: 8px;
    display: block;
}

.contactus-container .contact-item .contact-info p {
    margin: 0px;
}

.newsletter-container .social-icons {
    display: inline-flex;
    width: 100%;
    padding-bottom: 24px;
}

.newsletter-container .social-icons .mail-icon {
    background-color: white;
    padding: 6px;
}

.newsletter-container .social-icons img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 8px;
}

.newsletter-container h6 {
    font-size: 16px;
}

.newsletter-container .newsletter-input {
    background-color: transparent;
    color: white;
}

input::placeholder {
    color: white !important;
    opacity: 1;
    font-weight: 200;
}

input:-ms-input-placeholder {
    color: white !important;
}

input::-ms-input-placeholder {
    color: white !important;
}

.newsletter-container .subscribe-btn {
    color: var(--color-primary);
    font-weight: 300;
}

.footer .copyright-text {
    font-size: 11px;
    font-weight: 300;
}

.footer .accorian {
    width: 100%;
}

.footer .accordian-header {
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    padding-bottom: 0;
    margin-bottom: 0;
}

.footer .accordian-header h6 {
    padding-left: 0px;
    font-weight: 500;
}

.footer .accordian-body {
    color: white;
}

.accordian-header[data-toggle="collapse"].collapsed .header-icon {
    -webkit-transform: rotate(0deg);
    -moz-transform:    rotate(0deg);
    -ms-transform:     rotate(0deg);
    -o-transform:      rotate(0deg);
    transform:         rotate(0deg);
}

.accordian-header[data-toggle="collapse"] .header-icon {
    -webkit-transform: rotate(180deg);
    -moz-transform:    rotate(180deg);
    -ms-transform:     rotate(180deg);
    -o-transform:      rotate(180deg);
    transform:         rotate(180deg);
}

/* =============== Footer End =============== */