﻿
body {
    font-family: 'Rubik', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 16px;
    background: #0f71b8;
}
/*loader*/
.preloader * {
    box-sizing: content-box;
}

.preloader-body {
    text-align: center;
}

.cssload-bell {
    width: 97px;
    height: 99px;
    border-radius: 100%;
}

.cssload-circle {
    width: 100%;
    height: 100%;
    position: absolute;
}

.cssload-bell {
    animation: cssload-spin 5.75s infinite linear;
}

.cssload-circle:nth-of-type(1) {
    transform: rotate(70deg);
}

    .cssload-circle:nth-of-type(1) .cssload-inner {
        animation: cssload-spin 2.3s infinite linear;
    }

.cssload-circle:nth-of-type(2) {
    transform: rotate(140deg);
}

.cssload-circle .cssload-inner {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    border: 5px solid #0f71b8;
    border-right: none;
    border-top: none;
    background-clip: padding;
    box-shadow: inset 0 0 10px rgb(60 195 193 / 15%);
}

.cssload-circle:nth-of-type(2) .cssload-inner {
    animation: cssload-spin 2.3s infinite linear;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background: #fff;
    transition: .3s all ease;
}

    .preloader.loaded {
        opacity: 0;
        visibility: hidden;
    }

@keyframes cssload-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back-top {
    right: 20px;
    font-size: 26px;
    position: fixed;
    z-index: 1600;
    opacity: 0;
    visibility: hidden;
    bottom: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background: #f59018;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

    .back-top, .back-top:hover, .back-top:focus {
        color: #fff;
    }

.back-top-visible {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

a:hover {
    text-decoration: none;
}

.text-prim {
    color: #0f71b8 !important;
}

.text-sec {
    color: #f59018;
}

.text-white {
    color: #fff;
}

.line-height-30 {
    line-height: 30px;
}

.mg-btm-0 {
    margin-bottom: 0;
}

.mg-auto {
    margin: 0 auto;
}

.pad-right-10 {
    padding-right: 10px;
}

.pad30 {
    padding: 30px;
}

.pad0 {
    padding: 0;
}

.mg-btm-30 {
    margin-bottom: 30px;
}

.mg-btm-40 {
    margin-bottom: 40px;
}

.navbar-brand {
    padding: 0;
}

.header .fixedtop {
    padding: 0;
    margin-top: 40px;
    border: 2px solid #1f81c2;
}

.bg-clr-wt {
    background: #fff;
}

.pd-tp-bt-50 {
    padding-top: 100px;
    padding-bottom: 70px;
}

.mg-tp-btm-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pad-btm-0 {
    padding-bottom: 0;
}

.mg-left-15 {
    margin-left: 15px !important;
}

.split-nav {
    width: 100%;
    display: flex;
    flex-direction: column;
}

    .split-nav ul {
        background: #1f81c2;
        flex: 1;
        width: 100%;
    }

        .split-nav ul li a.nav-link {
            padding: 24px 1rem;
        }

.navbar-collapse {
    background: #fff;
    flex: 1;
    width: 100%;
}

.nav-mail-call li {
    width: 33%;
    padding-left: 8px;
    text-align: center;
}

    .nav-mail-call li a {
        color: #fff !important;
    }

        .nav-mail-call li a i {
            padding-right: 10px;
        }

.navbar-light .navbar-nav.menu-nav-bar .nav-link {
    padding: 24px 30px;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #0f71b8;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f8a546;
}

.image-puzzle {
    position: relative;
}

    .image-puzzle .image-hover .image {
        margin-left: 12.3%;
    }

    .image-puzzle .img-bg {
        position: absolute;
        width: 49%;
        height: 63.5%;
        z-index: 0;
        background-color: #1072ba;
        top: -30px;
        left: 0;
        content: '';
    }

.image {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.image-puzzle .image-hover .image::before {
    margin-top: 0px;
    left: -80%;
}

.image-hover:hover .image:before {
    -webkit-animation: shine2 1s;
    animation: shine2 1s;
}

.image-puzzle .img-bg2 {
    width: 65%;
    height: 55%;
    z-index: 0;
    border: 2px solid #434e6e;
    left: 6%;
    bottom: -8.5%;
    position: absolute;
}

.dropdown > a {
    display: flex;
    align-items: center;
}

    .dropdown > a .icon {
        margin-left: 0.25em;
    }

.dropdown:hover .dropdown-nav {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: 220px;
}

.dropdown-nav {
    opacity: 0;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #fff !important;
    text-align: left;
}

    .dropdown-nav a {
        font-weight: 300;
        font-size: 16px;
        padding: 10px 10px 0px 10px;
        display: block;
        color: rgba(0,0,0,.5);
        text-transform: capitalize;
    }

        .dropdown-nav a:hover {
            color: #f8a546;
        }

@-webkit-keyframes shine2 {
    100% {
        left: 125%;
    }
}

@keyframes shine2 {
    100% {
        left: 125%;
    }
}

.image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 10;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),to(rgba(255,255,255,.3)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0%,rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX( -25deg );
    -ms-transform: skewX(-25deg);
    transform: skewX( -25deg);
}

.aboutus span, .sec-product span {
    color: #f59018;
    letter-spacing: 6px;
    text-transform: uppercase;
    font-size: 100%;
}

.aboutus h3, .sec-product h3, .aboutus h4 {
    font-size: 45px;
    margin: 20px 0px;
    color: #0f71b8;
    text-transform: capitalize;
}

.infast-class h4 {
   color: #666;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 500;
}
.infast-class p {
    font-size: 16px;
    color: #666;
    font-weight: 100;
}
.aboutus h3.only-home {
    margin-top: 0px;
}

.sec-product h3 {
    color: #fff;
    font-weight: 600;
}

.saves p {
    background: #eee;
    padding: 15px 5px 15px 15px;
    display: flex;
    align-items: center;
}

.saves {
    padding: 0;
}

    .saves i {
        background: #f59018;
        color: #fff;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-right: 10px;
        font-size: 108%;
    }

    .saves p:hover i {
        background: #0f71b8;
    }

.services h4 {
    font-size: 20px;
    line-height: 30px;
    color: #434e6e;
    font-weight: 500!important;
    text-transform: uppercase;
    margin-top: 17px;
}

.border-left-btm {
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin: 0;
}

.border-right {
    border-right: 1px solid #ccc;
}

.border-line {
    border-bottom: 1px solid #ccc;
}

.border-btm-none {
    border-bottom: none;
}

.pad-btm-20 {
    padding-bottom: 20px;
}

.pad-top-30 {
    padding-top: 30px;
}

.pad-top-50 {
    padding-top: 50px;
}

.glass {
    position: absolute;
    width: 100%;
    left: -62px;
    background: #fff;
    z-index: 9;
    padding: 45px 30px 0 0;
    margin-top: -11px;
}

.pad-btm-50 {
    padding-bottom: 50px;
}

.services li {
    line-height: 40px;
}

.services.no-height li {
    line-height: inherit;
    color: #fff;
}

.count-town {
    padding: 80px;
}

    .count-town p {
        font-size: 50px;
        color: #0f71b8;
    }

        .count-town p#number1:after, .count-town p#number2:after, .count-town p#number3:after, .count-town p#number4:after {
            content: '+ ';
        }

    .count-town span {
        font-weight: 400;
        color: #303749;
        font-size: 22px;
    }
/*our products*/
.gtco-testimonials {
    position: relative;
}

@media (max-width: 767px) {
    .gtco-testimonials {
        margin-top: 20px;
    }
}

.gtco-testimonials h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    letter-spacing: 2px;
    background-color: black;
    padding: 10px 5px;
}

.gtco-testimonials .owl-stage-outer {
    padding: 30px 0;
}

.gtco-testimonials .owl-nav {
    display: none;
}

.gtco-testimonials .owl-dots {
    text-align: center;
    margin: 30px 0px;
}

    .gtco-testimonials .owl-dots span {
        position: relative;
        height: 10px;
        width: 10px;
        border-radius: 50%;
        display: block;
        background: #fff;
        border: 2px solid #ffffff;
        margin: 0 5px;
    }

    .gtco-testimonials .owl-dots .active {
        box-shadow: none;
    }

        .gtco-testimonials .owl-dots .active span {
            background: #0f71b8;
            box-shadow: none;
            height: 12px;
            width: 12px;
            margin-bottom: -1px;
        }

.gtco-testimonials .card {
    background: #fff;
    margin: 0 20px;
    padding: 0;
    border-radius: 0px;
    border: 0;
}

    .gtco-testimonials .card .card-img-top {
        margin: 0px auto 0;
    }

    .gtco-testimonials .card h5 {
        color: #000;
        font-size: 18px;
        line-height: 1.3;
        margin-top: -50px;
        background: #fff;
        padding: 10px;
        text-transform: uppercase;
    }

        .gtco-testimonials .card h5 span {
            font-size: 18px;
            color: #666666;
        }

    .gtco-testimonials .card p {
        font-size: 16px;
        color: #555;
        padding-bottom: 30px;
        padding-top: 15px;
    }

.gtco-testimonials .active {
    transition: all 0.3s;
}


.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    outline: 0;
}

.button-imagebox {
    position: absolute;
    bottom: -24px;
    transition: all .5s ease-in-out;
    left: 43.5%;
}

    .button-imagebox a i {
        position: relative;
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        border-radius: 50%;
        transition: .3s ease-in-out;
        cursor: pointer;
        background-color: #f59018;
        color: #fff;
    }

.foot-content ul {
    margin: 0;
    padding: 0;
}

    .foot-content ul li {
        list-style-type: none;
        padding-bottom: 18px;
        padding-top: 17px;
    }

        .foot-content ul li a {
            color: #fff;
        }

            .foot-content ul li a i {
                margin-right: 20px;
            }

.pad-left-40 {
    padding-left: 40px;
}

.foot-content ul.links li {
    padding-top: 0px;
}

.aboutbg {
    height: 500px;
    position: relative;
}

    .aboutbg:before {
        content: '';
        background: #1f81c29e;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0.8;
        height: 500px;
    }

.head-abs {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
}

    .head-abs h3 {
        font-size: 220%;
    }

.page-title-content .blog-title span {
    font-size: 18px;
    line-height: 33px;
    font-weight: 400;
}

.blog-title a {
    margin-right: 8px;
    margin-left: 2px;
}

    .blog-title a::after {
        content: "";
        position: absolute;
        background-color: #fff;
        width: 2px;
        height: 20px;
        bottom: 2px;
    }

.icon span {
    font-size: 20px;
    background-color: #0f71b8;
    padding: 19px 27px 17px 24px;
    border-radius: 5px;
    color: #fff;
}

.ic-con ul {
    margin: 0;
    padding: 0;
}

    .ic-con ul li {
        list-style: none;
    }

        .ic-con ul li a {
            font-size: 97%;
            color: #212529;
        }

.ic-con p {
    margin-bottom: 0;
}

.ic-con ul li a i {
    padding-right: 11px;
    padding-left: 6px;
}

.ic-con {
    padding-left: 7px;
}

.form-control {
    color: #0f71b8;
    font-size: 16px;
    line-height: 30px;
    padding: 1px 26px 0 17px;
    border: 2px solid #e1e1e1;
    outline: 0;
    height: 70px;
}

    .form-control:focus {
        outline: 0;
        box-shadow: none;
        border: 2px solid #e1e1e1;
    }

.request-demo {
    box-shadow: 0 10px 30px rgb(0 0 0 / 6%);
    background: #ffffff;
    padding: 30px;
    width: 50%;
    margin: 0 auto;
    margin-top: -10%;
    position: relative;
    border-radius: 5px;
}

.btn {
    position: relative;
    display: inline-block;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    overflow: hidden;
    vertical-align: middle;
    background-color: #0f71b8;
    width: 100%;
    margin: 0;
    padding: 0;
}

    .btn:hover {
        color: #fff;
        background-color: #f59018;
    }
/* product */

/* img */
.our-products img {
    max-width: 100%;
    height: auto;
    border: none;
    vertical-align: middle;
}

/* styles */
.product {
    max-width: 50ch;
    padding: 2em;
    border-radius: 5px;
    margin: auto;
    background-color: white;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: box-shadow 200ms ease-in-out;
}

    .product:hover {
        box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
    }

        .product:hover .product-lower {
            position: relative;
            top: 0;
            opacity: 1;
        }

        .product:hover .product-short-description, .product:hover .product-atc {
            display: block;
        }

.product-rrp {
    line-height: 1;
    font-size: 0.9em;
    color: #b3b3b3;
}

.product-price {
    line-height: 1;
    font-size: 1em;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-lower {
    top: -5px;
    opacity: 0;
    transition: opacity 200ms, top 200ms ease-in-out;
}

.product-short-description {
    display: none;
    margin-top: 1em;
    margin-bottom: 1em;
    color: #737373;
}

.product-atc {
    display: none;
    padding: 0.5em;
    background-color: mediumspringgreen;
    font-weight: 700;
    font-size: 1.4em;
    color: white;
    transition: opacity 100ms ease-in-out;
}

    .product-atc:hover {
        text-decoration: none;
        opacity: 0.6;
    }

.flex-cont {
    padding: 40px 0px 0 0;
}

.product-heading a {
    font-size: 46%;
    color: #000;
    text-transform: capitalize;
}

.product-price {
    display: flex;
    justify-content: center;
}

.colorqt {
    width: 25px;
    height: 25px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 50%;
    display: flex;
    margin-right: 10px;
}

.wt {
    background: #fff;
}

.wdf {
    background: #6E2701;
    border: 1px solid #6E2701;
}

.our-project-img {
    text-align: center;
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / 40%);
    margin-bottom: 30px;
}

.div-simg {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

    .div-simg p {
        padding-left: 30px;
        font-size: 120%;
    }

    .div-simg img {
        border-radius: 50%;
    }
.ex-wn-ser {
    padding: 70px 0px;
    padding-bottom: 80px;
}
/*navbar*/
@media (max-width: 992px) {
    html {
        overflow: scroll;
        overflow-x: hidden;
    }

    ::-webkit-scrollbar {
        width: 0;
        background: #fff;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar-thumb {
        background: #fff;
        width: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    body {
        overflow-x: hidden;
    }


    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        left: -45%;
        transition: all 0.2s ease;
        z-index: 99;
        width: 45%;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        flex-direction: column;
        height: auto;
        width: 45%;
        transition: left 0.2s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        z-index: 99;
    }

    .split-nav ul {
        width: auto;
        left: 100%;
    top: 24%;
    }

    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: 0;
    }

    .header .fixed-top {
        padding: 0.5rem 1rem;
    }

    .hid-xs {
        display: none;
    }

    .navbar-light .navbar-toggler {
        border-color: rgb(16 114 186);
        margin-right: 5px;
    }

    .header .fixedtop {
        padding: 0 0px;
    }

    .navbar-light .navbar-nav.menu-nav-bar .nav-link {
        padding: 24px 9px;
        justify-content: center;
    }

    .aboutus {
        margin-top: 70px;
    }

    .saves {
        margin: 0;
    }

    .glass {
        left: 0;
        position: inherit;
    }

        .glass .border-left-btm {
            border-bottom: none;
        }

        .glass .border-right {
            border-right: none !important;
        }

    .pad-left-40 {
        padding-left: 15px;
        padding-top: 30px;
    }

    .ic-con {
        padding-left: 10px;
        padding-bottom: 17px;
        margin-top: 14px;
    }

    .request-demo {
        width: 100%;
    }

    .div-simg {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

        .div-simg p {
            padding-left: 0px;
            padding-top: 30px;
            text-align: center;
        }

    .mg-no-space {
        padding: 0;
        margin: 0;
    }
    .mg-on-sp { 
            padding-top: 0px;
    }
    .mg-on-sp .aboutus{
        margin-top: 0px;
    }
    .sec-abt-space .pd-tp-bt-50 { 
            padding-bottom: 0px;
    }
    .foot-content ul li a i {
    margin-right: 15px;
}
    .mb-pad-right {
        padding-right:0px;
            margin-left: -10px;
    }
}
