@import url('./common.css');
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 400;
    overflow-x: hidden;
}

/* Navigation */
.navbar {
    background: #04c7f1;
    text-transform: capitalize;
}
.navbar.bgauto {
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(2, 1, 1, 0.1);
    z-index: 2;
}
.navbar-brand img{
    width: 66px;
    height: 26px;
}
.navbar-nav li a {
    font-size: 16px;
    color: #fff;
    position: relative;
}
.navbar.bgauto .navbar-nav li a {
    color: #333
}
.navbar-nav li a.active {
    font-weight: 700;
}
.navbar-nav li a.active::before {
    position: absolute;
    content: '';
    width: 26px;
    height: 4px;
    left: 50%;
    bottom: 3px;
    margin-left: -13px;
    background: #fff;
}

.navbar.bgauto .navbar-nav li a.active::before {
    background: #333;
}
.navbar-nav .nav-link {
    padding: 0.5rem 16px !important;
}
.section-padding {
    padding: 50px 0;
}

/* banner */
.body-section {
    padding-top: 56px;
    background: url(../images/banner.svg);
    background-size: cover;
    width: 100%;
    height: 590px;
}
.banner-section {
    /*margin-top: 40px;*/
}
.owl-dots {
    position: absolute;
    left: 0;
    bottom: 32%;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
.owl-theme .owl-dots .owl-dot span {
    display: inline-block;
    margin-right: 5px;
    background: #FFFFFF;
    width: 9px;
    height: 5px;
    opacity: 0.5;
    border-radius: 8px;
    cursor: pointer;
}
.owl-theme .owl-dots .owl-dot.active span{
    opacity: 1;
    width: 38px;
    height: 5px;
    background: #FFFFFF;
}
.owl-carousel h2 {
    color: #fff;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 8px;    
    font-weight: 400;
}
.owl-carousel p {
    font-size: 18px;
    color: #fff;
}
.about-text {
    opacity: 0.8;
}
.solutionlist {
    margin-top: 40px;
}
.solution-panel {
    padding: 20px 10px;
    cursor: pointer;
    position: relative;
}
.solution-panel:hover:after {
    position: absolute;
    content: '';
    border: 1px solid #F2F2F2;
    box-shadow: 0px 5px 10px rgba(103, 100, 126, 0.25);
    left: -10px;
    top: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
}

.solution-heading1, .solution-heading2, .solution-heading3 {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    color: #333;
    margin-left: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
.solution-heading1:before, .solution-heading2:before, .solution-heading3:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -6px;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: #007BFF;
}
.solution-heading2:before {
    background: #39F487;
}
.solution-heading3:before {
    background: #EB5757;
}
.solution-desc {
    margin-top: 30px;    
    color: #333333;
    opacity: 0.8;
    min-height: 126px;
}
.solution-list-heading1, .solution-list-heading2, .solution-list-heading3 {
    margin-top: 10px;
    font-weight: 500;
    font-size: 16px;
    color: #007BFF;
}
.solution-list-heading2 {
    color: #39F487;
}
.solution-list-heading3 {
    color: #EB5757;
}
.solution-list {
    color: #333333;
    opacity: 0.8;
    
}
.solution-list li {
    border-bottom: 1px dashed #000000;
    margin-bottom: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 15px;
}
.solution-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.solution-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 8px;
    width: 5px;
    height: 5px;
    background: #4f4f4f;
    border-radius: 5px;
}


/* Products */
.products-tabs {
    margin-top: 40px;
    border-bottom: 1px solid #BDBDBD;    
}
.products-tabs li {
    display: inline-block;
}
.products-tabs li a{
    display: block;
    padding: 10px 70px;
    color: #333333;
    opacity: 1.5;
    min-height: 62px;
}
.products-tabs li:first-child a{
    padding-left: 0px;
}
.products-tabs li a.active {
    position: relative;
    opacity: 1;
}
.products-tabs li a.active:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 4px;
    background:  #2F80ED;
}
.products-tabs li a:hover {
    text-decoration: none;
}
.product-image {
    margin: 30px 0;
    text-align: center;
}
.pro-heading {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}
.product-list-style li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
}
.product-list-style li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    background: url(../images/list-style.svg);
    width: 10px;
    height: 10px;
}
.product-list-style.whyus li{
    padding-left: 30px;
}
.product-list-style.whyus li:before {
    background: url(../images/whyus-list.svg) no-repeat;
    width: 18px;
    height: 18px;
}
.whyus-heading {
    margin: 40px 0;
}
.products.owl-carousel .owl-item img {
    width: auto;
}
.products .owl-dots {
    display: none;
}
.products .item {
    display: flex;
    align-items: center;
    height: 56px;
}
.products .item img{
    filter: grayscale(100%);
    cursor: pointer;
}
.products .item img:hover{
    filter: grayscale(0%);
}


/* Contact us section */
.contact-section {
    background: url(../images/footer-bg.svg);
    background-size: cover;
    width: 100%;
    height: 422px;
    padding-top: 114px;
    color: #fff;
}
.footer-headings {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 8px;
    margin-left: 8px;
}
.footer-headings.normal{
    font-size: 14px;
    font-weight: 400;
}
.form-group {
    position: relative;
}
.form-group label.error {
    position: absolute;
    color: #ffa6a6;
    bottom: -15px;
    font-size: 10px;
    margin-bottom: 0;
}
.form-group textarea {
    width: 100%;
    resize: none;
    padding: .375rem .75rem;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    display: block;
}
.button {
    background: #FA3B3B;
    border: 1px solid #fa3b3b;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}
.connect-list li {
    margin-right: 10px;
}
.connect-list li img {
    width: 24px;
    height: 24px;
}
.connect-list li:last-child {
    margin-right: 0;
}
.copyrights {
    margin-top: 10px;
    padding: 10px 0;
    background: #000;
    text-align: center;
    font-size: 12px;
}
.loader {
    display: none;
}
@media only screen and (max-width: 1280px) {
    .owl-carousel h2 {
        margin-top: 20px;
    }
    .owl-dots {
        bottom: 42%;
    }
}
@media only screen and (max-width: 1279px) and (min-width: 992px) {
    .owl-carousel h2 {
        margin-top: 0;
    }
    .owl-dots {
        bottom: 32%;
    }
}
@media only screen and (max-width: 991px){
    .navbar-toggler:focus {
        outline: 0;
    }
    .navbar-nav li a.active::before {
        position: static;
        width: 0;
        height: 0;
        left: 0;
        margin-left: 0;
    }
    .navbar-toggler {
        padding: .25rem .75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: .25rem;
    }
    .bgauto .bar1,.bgauto .bar2,.bgauto .bar3 {
        background-color: #333;
    }
    .bar1, .bar2, .bar3 {
        width: 34px;
        height: 4px;
        background-color: #fff;
        margin: 6px 0;
        transition: .4s;
        display: block;
    }
    [aria-expanded=true] .bar1 {
        -webkit-transform: rotate(-45deg) translate(-6px,6px);
        transform: rotate(-45deg) translate(-6px,6px);
    }
    [aria-expanded=true] .bar2 {
        opacity: 0;
    }
    [aria-expanded=true] .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px,-8px);
        transform: rotate(45deg) translate(-8px,-8px);
    }
    .body-section {
        background: #04c7f1;
        height: auto;
        padding: 60px 0 30px 0;
    }
    .owl-dots {
        bottom: -20px;
        left: 50%;
        margin-left: -65px;
    }
    .mobile-image{
        text-align: center;
    }
    .solution-panel:hover:after {
        position: static;
        width: 100%;
        height: 100%;
    }
    .solution-desc {
        min-height: auto;
    }
    .products-tabs {
        margin-top: 20px;
        white-space: nowrap;
        overflow: auto;
        flex-wrap: nowrap;
    }
    .contact-section {
        background: #575a89;
        height: auto;
        padding: 30px 0 0 0;
    }
    .copyrights {
        margin-top: 20px;
    }
    .owl-carousel h2 {
        font-size: 30px;
    }
    .owl-carousel p {
        font-size: 16px;
    }
    .section-padding {
        padding: 20px 0; 
    }
    .solutionlist {
        margin-top: 0;
    }
    .solution-heading1, .solution-heading2, .solution-heading3 {
        font-size: 16px;
    }
}

#loading-bar-spinner.spinner {    
    margin-right: 10px;
    animation: loading-bar-spinner 400ms linear infinite;
}

#loading-bar-spinner.spinner .spinner-icon {
    width: 20px;
    height: 20px;
    border:  solid 4px transparent;
    border-top-color:  #fff !important;
    border-left-color: #fff !important;
    border-radius: 50%;
}

@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}
