/* fonts*/
@import url('https://fonts.googleapis.com/css?family=Cabin:400,400i,500,500i,600,600i,700,700i&display=swap');


* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: visible;
}

body {
    font-family: 'Cabin', sans-serif;
    ;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    overflow-x: hidden;
    background-color: #ffffff;
}

html,
body,
.wrapper {
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3a3333;
    font-weight: normal;
    line-height: 1.2;
    font-family: 'Cabin', sans-serif;
    letter-spacing: 0;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    margin-bottom: 15px;
}

h5,
h5 {
    margin-bottom: 10px;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
}

label {
    display: inline-block;
    font-weight: normal;
    margin-bottom: 5px;
    max-width: 100%;
}

a,
.btn,
button {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    outline: medium none;
}

a img,
iframe {
    border: none;
}

p {
    color: #232323;
    line-height: 26px;
    margin: 0 0 15px;
    text-transform: none;
    font-weight: 400;
}

hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #eee;
}

pre {
    display: block;
    margin: 0 0 30px;
    padding: 9.5px;
    word-wrap: break-word;
    word-break: break-all;
    color: #333;
    border: 1px solid #ededed;
    border-radius: inherit;
    background-color: #f9f9f9;
    font-size: 13px;
    line-height: 1.42857143;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    box-shadow: inherit;
}

ul {
    margin: 0;
    list-style-type: none;
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
    color: #232323;
}

a:hover {
    color: #232323;
}

a {
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    text-decoration: none;
    font-family: 'Cabin', sans-serif;
    ;
}

b,
strong {
    font-weight: 900;
}

/*header*/
.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 30px 0;

    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 0px 0 !important;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: white;
    position: fixed;
}

.start-header.scroll-on .navbar-brand img {
   
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  filter: none;
}

.navigation-wrap {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
}

.navbar-brand img {
    height: 44px;
    width: auto;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    filter: brightness(0) invert(1);
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #fff;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #fff;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: 
    #fff;
}
.nav-link {
  
    transition: all 200ms linear;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    padding: 18px 8px;
    display: inline-block;
}

.nav-item:hover .nav-link {
    color: #0098fa !important;
}

.nav-item.active .nav-link {
    color: #777 !important;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #0098fa;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
}

.fixed-me {
    transition: all 1s;
}

.fixed-me {
    background-color: #fff !important;
    padding: 0px !important;
    margin-bottom: 5px;
    position: fixed;
    top: 0;
    z-index: 888;
    width: 100%;
    border-bottom: 3px solid #ccc !important;

}

.navbar-light .navbar-brand {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}

.nav-link img {
    margin-right: 5px;
}

.scroll-on a.navbar-brand {
    color: #333333;
}

.scroll-on .nav-link {
    color: #333 !important;
}

.scroll-on .nav-link img {
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}

.button_book .nav-link {
    border: 1px solid #ccc;
    font-size: 13px;
    padding: 4px 20px !important;
    margin-top: 14px;
    border-radius: 5px;
}

.button_book:after {
    display: none;
}

.button_book .nav-link:hover {
    box-shadow: 0 5px 10px rgba(0, 184, 217, 0.2);
    color: white !important;
    border: 1px solid #2896ff;
}

/* ============================================================== 
     # Banner 
=================================================================== */
body,
.banner-area,
.banner-area div {
    height: 100%;
}

.double-items h1 {
    color: white;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto;background-repeat: no-repeat;background-size: 100%;
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.banner-area .box-table {
    display: table;
    width: 100%;
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto;
}

.banner-area {
    position: relative;
    
}

/*.banner-area.auto-height.text-center.text-light.shadow.dark-hard.small-text.bg-fixed{height: 100vh;}*/

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%;
}

.banner-area .wavesshape.shape {
    bottom: -50px;
}

.banner-area .content {
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1;
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101;
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(0.9);
}


.banner-area.auto-height .double-items {
    overflow: hidden;
    padding-top: 18%;
    width: 100%;
}
/*.complesoftware.padd_70 {
    padding-top: 15%;
}*/
.shadow {
    position: relative;
    z-index: 1;
}

.double-items p {
    font-size: 18px;
    color: white;
    font-weight: 500;
    font-family: 'Cabin', sans-serif;
    padding: 0 20px;
    line-height: 32px;
}

.double-items .btn.btn-primary {
    font-size: 16px;
    text-transform: uppercase;
    padding: 10px 34px;
    margin-top: 10px;
}

.banner {
    margin-top: 20px;
}

.left_img_dv {
    box-shadow: 0 5px 25px 0 rgba(4, 124, 253, 0.11);
    text-align: center;
    border-radius: 25px;
    padding: 35px 0;
    margin-right: 30px;
}

.padd_70 {
    padding: 70px 0;
}

.right_dv p {
    color: #676767;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    padding-right: 38px;
}

.right_dv h2 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
}
.footer a {
    font-size: 15px !important;
}
p.copyright-text.mb-0.text-white {
    font-size: 15px;
}
.Connecting_left h3 {
    font-size: 20px;
    line-height: 23px;
    max-width: 254px;
    color: #423b3b;
    text-transform: uppercase;
    font-weight: 500;
}

hr.border_bottom {
    width: 90px;
    border: 1px solid #0066e0;
}

.icon_outer p {
    color: #676767;
    font-size: 15px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 10px;
}

.Connecting_left {
    margin-top: 10px;
}

/* software platform*/
.soft_left {
    padding-left: 250px;
}

.soft_left h2 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 35px;
    margin-bottom: 30px;
    max-width: 561px;
}

.soft_left ul li {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.soft_left ul li::before {
    content: "\f058";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -22px;
    width: 25px;
    color: #6dc33a;
    text-shadow: 0 2px 5px rgba(109, 195, 58, 0.3);
}

.col-lg-5.pd_left {
    padding-left: 0;
}

/*Vehicle Management*/
.gray_bg {
    background: #f7f9fc;
}

.padd_50 {
    padding-top: 40px;
}

.vehicle_left img {
    margin-bottom: -445px;
}

.VehicleManagement .soft_left {
    padding-left: 0;
}

.vehicle_right h2 {
    margin-bottom: 15px;
}

.vehicle_right hr {
    margin-bottom: 30px;
}

.vehicle_right {
    padding-left: 20px;
}

.mar_top_50 {
    margin-top: 50px;
}

h3.heading_h3 {
    font-size: 20px;
    color: #3c4149;
}

.soft_right img {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}
.soft_right .various-mobs {
    animation: alltuchtopdown 3s infinite;
    -webkit-animation: alltuchtopdown 3s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 1s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }

    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }

    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.ProudlyServing_logo ul {
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.ProudlyServing_logo li {
    display: inline-block;
    padding: 14px;
    /* margin: 16px 0;*/
}

.carousel-inner {
    box-shadow: 0 5px 25px 0 rgba(106, 108, 111, 0.16);
    background: white;

}

.item.carousel-item {
    padding: 44px 70px;
}

.col-center {
    margin: 0 auto;
    float: none !important;
}

.carousel {
    margin: 50px auto;
    padding: 0 70px;
}

.carousel .item {
    color: #999;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    min-height: 290px;
}

.carousel .item .img-box {
    width: 135px;
    height: 135px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 50%;
}

.carousel .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.carousel .testimonial {
    padding: 10px 0 10px;
    font-size: 18px;
    font-style: italic;
    color: #676767;
}

.carousel-control-next,
.carousel-control-prev {
    opacity: 1;
}

.carousel .overview {
    font-size: 18px;
}

.carousel .overview b {
    text-transform: uppercase;
    color: #7AA641;
}

.carousel .carousel-control {
    width: 70px;
    height: 70px;
    margin-top: -20px;
    top: 50%;
    background: none;
    box-shadow: 0 5px 25px 0 rgba(106, 108, 111, 0.16);
    border-radius: 50px;
}

.carousel-control i {
    font-size: 32px;
    line-height: 42px;
    position: absolute;
    display: inline-block;
    color: rgb(118, 176, 232);
    -webkit-text-stroke: 3.2px #FFF;
}

.carousel .carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li,
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 1px 3px;
    border-radius: 50%;
}

.carousel-indicators li {
    background: #999;
    border-color: transparent;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

.carousel-indicators li.active {
    background: #555;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.2);
}

h2.completeSoftHead {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.carousel-control-prev {
    left: -26px;
}

.carousel-control-next {
    right: -26px;
}

.logoDiv {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
}

.logoDiv::before {
    content: "\f10d";
    font-family: FontAwesome;
    display: inline-block;
    color: #76b0e8;
    /*  text-shadow: 0 2px 5px rgba(109, 195, 58, 0.3);*/
    font-size: 40px;
    position: absolute;
    left: 0px;
    top: 10px;
}

.logoDiv::after {
    content: "\f10e";
    font-family: FontAwesome;
    display: inline-block;

    color: #76b0e8;
    /*  text-shadow: 0 2px 5px rgba(109, 195, 58, 0.3);*/
    font-size: 40px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.inner_DivText {
    line-height: 18px;
    margin-top: 10px;
}

.p_t_150 {
    padding-top: 150px;
}



.icon_outer {


    padding: 5px;
}

.icon_outer:hover {
    box-shadow: 0px 5px 33px 0px rgba(0, 134, 250, 0.13);
    background: white;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s linear !important;
}

.contact-form-wrap .form-wrap form.form .form-group label {
    position: absolute;
    z-index: 999;
    left: 40px;
    top: 10px;
    font-size: 16px;
    color: #a6b0bd;
    border-right: 1px solid #c6cdd5;
    padding-right: 10px;
    width: 30px;
}

.contact-form-wrap .form-wrap form.form .form-group .form-control {
    padding: 22px 0;
    padding-left: 65px;
    background: #fff;
    border-radius: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.9695rem + 2px);
    padding: .375rem .75rem;
    font-size: .813rem;
    line-height: 1.5;
    color: #665c70;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #f4f4f4;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form-wrap .form-wrap form.form .form-group textarea.form-control {
    padding: 14px 0 24px;
    padding-left: 65px;
}

select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}

.btn.btn-block {
    background: #2896ff;
    color: white;
    box-shadow: 0 5px 10px rgba(0, 184, 217, 0.2);
    border-radius: 10px;
    font-size: 20px;
}

.contact-form-wrap .form-wrap form.form .form-group .form-control:focus {
    box-shadow: 4px 4px 15px 0 rgba(36, 37, 38, .08);
}



/*demo popup*/
.modal-dialog.modal-lg.Onlinedemo {
    max-width: 575px;
}

.Onlinedemo .modal-content {
    background: #f2f6f7;
    margin-top: 74px;
}

.scheduling_head h4 {
    font-size: 28px;
    font-weight: bolder;
    color: #133656;
    font-family: 'Cabin', sans-serif;
}

.scheduling_head p {
    color: #737f82;
    font-size: 14px;
    font-weight: 400;
}

.Onlinedemo .modal-body {
    padding: 15px 36px;
}

.scheduling_head {
    margin-top: 40px;
}

.formRow {
    position: relative;
    width: 100%;
}

.formRow--item {
    display: block;
    width: 100%;
    margin-bottom: 22px;
}

.formRow--input {
    position: relative;
    padding: 11px 20px 8px;
    width: 100%;
    outline: none;
    border: solid 1px #c7d1e4;
    border-radius: 4px;
    color: #97a0a5;
    letter-spacing: .2px;
    font-weight: 400;
    font-size: 16px;
    resize: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    background: transparent;
}

.formRow--input-wrapper {
    position: relative;
    display: block;
    width: 100%;
}

.formRow--input-wrapper.active .placeholder {
    top: -5px;
    background-color: #f1f7f7;
    color: #133656;
    letter-spacing: .8px;
    font-size: 13px;
    line-height: 15px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
}

.formRow--input-wrapper.active .formRow--input:not(:focus):not(:hover)~.placeholder {
    color: #133656;
}

.formRow--input-wrapper .formRow--input:focus,
.formRow--input-wrapper .formRow--input:hover {
    border-color: #b0b5b9;
}

.formRow .placeholder {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    padding: 0 10px;
    color: #95989a;
    white-space: nowrap;
    letter-spacing: .2px;
    font-weight: normal;
    font-size: 16px;
    -webkit-transition: all, .2s;
    transition: all, .2s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

button.btn.btn-secondary.submit {
    background: #2896ff;
    color: white;
    box-shadow: 0 5px 10px rgba(0, 184, 217, 0.2);
    font-size: 19px;
    border: none;
    border-radius: 50px;
    padding: 10px 50px;
    margin: 0 auto;
}

.footerdv.text-center {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
}

button.close.popupClose {
    position: absolute;
    right: -19px;
    top: -18px;
    background: white;
    border-radius: 50px;
    font-size: 29px;
    opacity: 1;
    z-index: 1024;
    line-height: 20px;
    padding: 8px 12px;
    border: 1px solid #f1eded;
    text-align: center;
}

.footer a {
    color: 
    #fff;
    
}
.footer {
    background: 
#01051c;
padding: 10px 0;
    padding-top: 10px;
    padding-bottom: 10px;
font-size: 12px;
color:
    #231f20;
}
.footernavs.float-sm-right li {
    display: inline-block;
    float: left;
}

.footer h3 {
    color: #9e9c9c;
    font-size: 16px;
}

a.footer__logo h1 {
    color: #d8d0d0;
}

.footer h3 {
    color: #9e9c9c;
    font-size: 16px;
    font-weight: bold;
}

.widget.widget_nav_menu li {
    line-height: 21px;
}

.widget.widget_nav_menu li a {
    font-size: 13px;
    font-weight: 300;
    color: #9a9ba0;
    padding: 0;
}

.textwidget.custom-html-widget p {
    font-size: 13px;
    font-weight: 300;
    color: #9a9ba0;
    line-height: 22px;
}

.social__link {
    background-color: #324354;
    border-radius: 2px;
    padding: 4px 12px;
    display: inline-block;
    margin-right: 7px;
}

.social__icon {
    height: 14px;
    width: 14px;
    transition: transform .3s;
    margin-top: -4px;
}

.social__link:hover .social__icon {
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

h6.footer__schedule {
    color: #caccd2;
    font-size: 16px;
    margin-top: 40px;
}

h6.footer__schedule a {
    color: #2896ff;
    font-weight: bold;
}

.privacy_policy ul {
    margin: 0 auto;
    position: relative;
    text-align: center;
    margin-top: 45px;
}

.privacy_policy li {
    border-right: 1px solid #787b81;
    line-height: 15px;
    display: inline-block;
}

.privacy_policy li a {
    color: #9a9ba0;
    font-size: 12.5px;
    padding: 1px 30px;
}

.privacy_policy li:last-child {
    border-right: 0px;
}

.privacy_policy p {
    color: #9a9ba0;
    font-size: 13px;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
}

.widget.widget_nav_menu li:hover a {
    padding-left: 4px;
    color: #2996ff;
    transition: 1.2s;
}

.privacy_policy li:hover a {
    color: white;
}

a.nav-link.active {
    color: #0098fa !important;
    border-bottom: 2px solid #0098fa;
}
.software_platform {
    overflow-x: hidden;
}

.scroll-on .nav-link {
    padding: 30px 8px;
}

.scroll-on .button_book .nav-link {
    margin-top: 26px;
    font-size: 12px;
}
.call_details::after {
    display: none;
}

ul.contact-info li {
    font-size: 13px;
    font-weight: 300;
    color: #9a9ba0;
}

ul.contact-info li {
    margin-bottom: 8px;
}

.contact-info li i {

    position: absolute;
    color: #8c97a0;
    left: -3px;
    top: 5px;

}

.contact-info li {

    padding-left: 0px;
    position: relative;

}

.footer_bottom {
    background: #202225;
    padding: 10px 0;
    margin-top: 45px;
}

.textwidget.custom-html-widget {
    margin-top: 20px;
}

.bg-light-gray {
    background-color:
        #f3f3f3;
}

.contactDetails {
    padding: 80px 0;
}

.headbrderbtm::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    bottom: 7px;
    top: 45px;
    left: 3px;
    background: rgb(0, 146, 254);
    z-index: 0;
}

.standout {
    font-size: 24px;
    font-weight: bold;
    color: #666464;
    font-family: 'Cabin', sans-serif;
}

.mb-4.f-bold {
    font-weight: bold;
    margin-top: 15px;
}

.contactVcols h3::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    background:
       rgb(0, 146, 254);
    left: 0;
    bottom: 0;
    top: auto;
}

.headbrderbtm>span {
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: bold;
}

.text-green {
    color: rgb(0, 146, 254);
}

.contactVcols h3 {
    font-size: 26px;
    position: relative;
    font-weight: bold;
    margin-bottom: 0px;
}

.address-list li {

    margin: 0;
    line-height: 20px;
    font-weight: bold;

}

.address-list li a {

    font-weight: bold;

}

.address-list {
    margin-top: 10px;
}

.connect-social li a {
    font-size: 14px;
    background:
        rgb(0, 146, 254);
    color:
        #fff;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 28px;
    height: 28px;
}

.d-flex.connect-social.justify-content-center.justify-content-md-start {

    margin-top: 15px;

}
.box-newsletter.bg-black {
    background-color:  #00072e;
}
.box-newsletter h3 {
    font-size: 30px;
    color: white;
}
.box-newsletter h3 {
    font-size: 36px;
    color: white;
    font-weight: bold;
        text-transform: capitalize;
}
.officeAddress p {
    color: 
    white;
    font-size: 17px;
}
.row.ReverseRow {
    display: -webkit-flex;
    -webkit-flex-direction: row-reverse;
    display: flex;
    flex-direction: row-reverse;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 15px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    font-size: 15px;
    color: 
    #000;
}

.form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
    font-size: 100%;
    transform: translate3d(-12px, -113%, 0);
    opacity: 1;
}
.wpcf7-form-control:hover {
    background: 
#0069d9 !important;
color:
    white;
}

.contactForm_div .form-control {
   
    position: relative;
    padding: 14px 10px;
    width: 100%;
    outline: 0;
    transition: box-shadow 150ms ease-out;
    border: 1px solid #cdcdcd;
    background:transparent;
    height: 52.5px;
    border-radius: 0;
}
.contactForm_div .form-group {
    margin-bottom: 45px;
}

.contactForm_div .form-control:focus {
    color: 
#495057;
background-color: #fff;
border-color: #80bdff;
outline: 0;
box-shadow: none;
background:
white !important;
border: 1px solid
    #76b0e8 !important;
}
.wpcf7-form-control.wpcf7-submit.btn.btn-outline-primary.text-uppercase.f-bold.btn-submit.rounded-0 {
    padding: 0.75rem 65px;
    background: white;
    font-weight: bold;
    border-color: #0092fe;
    color: #0092fe;
}
address.officeAddress.mb-5 {
    margin-top: 70px;
}
.form-control.textarea_height {
    height: 100px;
}

.bluebg{background: #00072e;}
.navigation-wrap.start-header.start-style.bgbluecolor {
    box-shadow: 0 5px 10px 0 rgb(138 155 165 / 15%);
    position: relative;
        padding: 15px 0;
}
.navigation-wrap.start-header.start-style.bgbluecolor .navbar-brand img{filter: none;}
.navigation-wrap.start-header.start-style.bgbluecolor a {
    color: #333 !important;
}
.navigation-wrap.start-header.start-style.bgbluecolor .nav-link img {
    filter: invert(1) brightness(50%) sepia(100%) saturate(10000%);
}
section.banner_commitee {
    padding: 80px 0 12px;
}

.banner_commitee h2 {
    font-weight: bold;
    font-size: 1.7em;
}
.privacypolicy h3 {
    font-size: 1.5em;
    font-weight: bold !important;
}
.privacypolicy {
    padding-bottom: 50px;
}
.privacypolicy h4 {
    font-size: 1.4em;
    font-weight: bold !important;
}
.privacypolicy ul li {
    font-size: 14px;
}
.privacypolicy ul{margin-bottom: 20px;}
.privacypolicy p {
    font-size: 14px;
    line-height: 26px;
}
.privacypolicy ul li {
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    margin-bottom: 5px;
    /* text-transform: capitalize; */
}
.privacypolicy ul li:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    float: left;
    background: black;
    left: 0px;
    top: 8px;
    border-radius: 50%;
}
_p-sr-mobsec {
    padding: 80px 0 40px;
    position: relative;
    background-color: #F7F8F9;
}
._p-sr-wh-appdo h1 {
    font-family: 'Barlow', sans-serif;
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 48px;
}
._p-sr-wh-appdo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 26px;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 38px;
}
._p-sr-wh-appdo p {
    font-family: Segoe-UI;
    font-size: 22px;
    color: #252B33;
    line-height: 34px;
}
._p-sr-wh-appdo ._p-sr-wh-p1 {
    padding-right: 4em;
}
._p-sr-wh-appdo ._p-sr-wh-p2 {
    padding-right: 1em;
}
._p-sr-wh-appdo._p-sr-wh-marg1 {
    margin: 50px 0 100px;
}
._p-sr-wh-marg2 {
    margin: 50px 0;
}
._p-mobs-sec {
    position: relative;
}
.various-mobs {
    background-image: url(../img/lot-of-mobs.png);
    width: 100%;
    background-size: contain;
    height: 1410px;
    background-position: 170%;
    background-repeat: no-repeat;
    position: absolute;
    top: -15em;
    z-index: 500;
}
.v-mob-h {
    height: 100vh;
    display: grid;
    align-items: center;
}
.clientsImgs {
    width: 80px;
    margin-right: 10px;
}

.termsSec {
    padding: 5em 0;
}
.privacySec  {
    padding: 5em 0;
}
.tnc-box {
    padding: 2rem;
    background-color: #f1f1f1;
}
.tnc-head h1 {
    font-size: 32px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
.tnc-head p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
p.ag-head-p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.agree-terms {
    margin-bottom: 25px;
}
.agree-terms p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.agree-terms a {
    color: #0000ee;
}
.in-marg-remo {
    margin: 0;
}
.int-pr-act p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.in-prp-head {
    font-weight: 600;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.tr-padd {
   padding: 20px 0; 
}
.agre-list li {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.in-prp-p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
}
.prv-head h1{
    text-align: center;
    font-size: 32px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.prv-content {
    margin-top: 80px;
}
.prv-content p {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin: 0;
}
ol.prv-ol-list h4 {
    margin: 10px 0;
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
ol.prv-ol-list li {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.prv-ol-list ul {
    list-style: circle;
}
.prv-ol-list ul li::marker {
    font-size: 18px;
    color: #000;
}
.prv-ol-list p a {
    color: #0000ee;
    text-decoration: underline;
}
.prv-define h1 {
    font-size: 24px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    font-weight: 600;
}
.prv-define p{
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
    margin: 0;
}
.prv-define li {
    font-size: 16px;
    color: #000;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
}
.prv-define ul {
    list-style: unset;
}
.prv-define ul li::marker {
    font-size: 18px;
    color: #000;
}
.prv-consent {
    margin-top: 15px !important;
}
/*.tr-padd .nav-item:hover .nav-link {
    color: #0f3276 !important;
}
.tr-padd .nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}
.tr-padd .nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #0f3276;
    opacity: 0;
    transition: all 200ms linear;
}
.tr-padd .button_book .nav-link:hover {
    box-shadow: 0 5px 10px rgb(63 117 126 / 20%);
    color: #fff !important;
    border: 1px solid #2896ff;
}
.tr-padd .hvr-bounce-to-right:before {
    background: #0f3276;
}*/
.bann-height {
    height: 450px !important;
    background-position: 0 -330px;
    width: 100%;
    background-attachment: fixed;
    display: grid;
    align-items: center;
}
.bann-height .double-items {
    overflow: hidden;
    padding-top: 10% !important;
    width: 100%;
}
.bread-crums {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bread-crums a, .bread-crums p {
    font-size: 14px;
    color: #f9f9f9;
    margin: 0;
    padding: 0;
    font-weight: 400;
}
.bread-crums a:hover {
    color: #0098fa ;
}
.bread-crums i {
    font-size: 22px;
}
.about-img {
    position: relative;
    border-radius: 3px;
    height: 510px;
}
.aboutImg-wrap {
    right: auto;
    left: 0;
}
.aboutImg-wrap {
    position: absolute;
    right: 0;
    max-width: 400px;
    border-radius: 3px;
    height: 510px;
}
.aboutImg-wrap:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(91%, #1b1a1a));
    background-image: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
    background-image: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 91%);
    opacity: .6;
}
.bg-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}
.bg-overlay:before {
    content: "";
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
div#counters {
    background-color: rgb(0, 146, 254);
    color: #ffffff;
    border-radius: 4px;
    padding: 25px 40px 30px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 0;
    left: auto;
    bottom: 80px;
    z-index: 1;
    width: 207px;
}
.progress_counter {
    text-align: center;
}
.progress-count {
    font-size: 38px;
    color: #fff;
    line-height: 48px;
}
.progress_counter h2 {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}
.count-icon {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 15px;
}
.ab-subtitle {
    text-transform: capitalize;
    color: rgb(0, 146, 254);
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 15px;
}
.ab-title {
    font-size: 43px !important;
    line-height: 57px !important;
    font-family: "Rubik", sans-serif;
    text-transform: capitalize;
    font-size: 34px;
    line-height: 48px;
    margin-bottom: 0;
    font-weight: 500;
    color: #1b1a1a;
}
.about-heading {
    margin-bottom: 38px;
}
.about-block .block-left p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    line-height: 26px;
    color: #9b9b9b;
    margin-bottom: 25px;
}
.about-block .block-left p:last-child {
    margin-bottom: 0;
}
.about-block .block-right .detail {
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
}
.about-block .block-right .detail::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: rgb(0, 146, 254);
    border-radius: 2px;
}
.about-block .block-right .detail h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 29px;
    color: #222222;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.about-block .block-right .detail p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 23px;
    color: #9b9b9b;
    margin-bottom: 0;
}
.signature-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 22px;
}
.signature-block .signature-body h6 {
    font-family: "Rubik", sans-serif;
    font-weight: 700;
    color: #222222;
    font-size: 15px;
    line-height: 29px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.signature-block .signature-body p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: #616161;
    font-size: 12px;
    line-height: 13px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.signature-block img {
    margin-left: 68px;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.about-secPadd {
    padding: 130px 0;
}
.ab-feature {
    background-color: rgb(0, 146, 254) ;
}
.h-light .ab-subtitle,.h-light .ab-title {
    color: #f9f9f9;
}
.prief-set p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 17px;
    line-height: 27px;
    color: #f9f9f9;
    margin-bottom: 42px;
}
.prief-set .advantages-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
    color: #f9f9f9;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.prief-set .advantages-list {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prief-set .advantages-list li i {
    color: #f9f9f9;
    line-height: 30px;
    margin-right: 10px;
}
.action-panels {
    padding-top: 0px;
    -webkit-transform: translateY(245px);
    -ms-transform: translateY(245px);
    transform: translateY(352px);
    margin-top: -245px;
}
.action-panel {
    position: relative;
}
.action-panel .action-panel-img {
    position: relative;
    height: 460px;
}
.action-panel .action-panel-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 26, 26, 0)), color-stop(0%, rgba(27, 26, 26, 0)), color-stop(105%, #1b1a1a));
    background: -o-linear-gradient(top, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
    background: linear-gradient(180deg, rgba(27, 26, 26, 0) 0%, rgba(27, 26, 26, 0) 0%, #1b1a1a 105%);
}
.action-panel .action-panel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgb(0, 146, 254);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    padding: 35px 40px;
    border-radius: 0 4px 0 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 230px;
    z-index: 99;
}
.action-panel .action-panel-content:hover {
    background-color: #1b1a1a;
}
.pannlIcon {
    height: 50px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.action-panel .action-panel-content .panel-heading h3 {
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: #ffffff;
}
.action-panel .action-panel-content a i {
    display: inline-block;
    color: #ffffff;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 28px;
}
.action-panel .action-panel-content a:hover i {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.action-panel .action-panel-content.inverted {
    background-color: #1b1a1a;
}
.action-panel .action-panel-content.inverted:hover {
    background-color: rgb(0, 146, 254);
}
.product-padTop {
    padding-top: 320px;
}
.ProudlyServing .ab-subtitle {
    margin-bottom: 5px;
}
.ProudlyServing .ab-title {
    margin-bottom: 21px;
}
.ProudlyServing .heading .heading-desc {
    font-family: roboto,sans-serif;
    color: #9b9b9b;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 0;
}
#customers-testimonials {
    padding: 15px 0;
}
#customers-testimonials.owl-carousel .owl-item img {
    max-width: 100%;
    width: auto!important;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.contact-info {
    padding: 130px 0 105px;
}
.contact-info h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #1b1a1a;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.contact-nav {
    position: relative;
    background-color: #00072e;
    padding: 15px 0;
}
.contact-info .cont-details {
    margin-bottom: 33px;
}
.list-inline, .list-unstyled {
    padding-left: 0;
    list-style: none;
}
.contact-info .cont-details .info li a {
    font-family: roboto,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    margin-left: 10px;
}
.contact-info .cont-details .info li a:hover {
    color: rgb(0, 146, 254);
}
.contact-info .cont-details .info li span {
    color: rgb(0, 146, 254);
    font-size: 18px;
}
.contact-info .contactForm_div .form-control {
    border: 2px solid #cdcdcd;
    height: 48px;
    padding: 8px 10px;
}
.contact-info  .form-control.textarea_height {
    height: 100px;
}
.contact-info .contactForm_div .form-control:focus {
    border: 2px solid #76b0e8 !important;
}
.contact-info .contactForm_div .form-group {
    margin-bottom: 30px;
}
.contact-info .form-control:focus + .form-control-placeholder, .form-control:valid + .form-control-placeholder {
    font-size: 100%;
    transform: translate3d(-12px, -95%, 0);
    opacity: 1;
}
.contact-info .wpcf7-form-control.wpcf7-submit.btn.btn-outline-primary.text-uppercase.f-bold.btn-submit.rounded-0 {
    padding: 0.75rem 65px;
    background: #0092fe;
    font-weight: bold;
    border-color: #0092fe;
    color: #ffffff;
    text-transform: capitalize !important;
    font-size: 14px;
}
.contact-info .form-control-placeholder {
    padding: 10px 0 0 13px;
}
.contact-info .wpcf7-form-control:hover {
    color: white;
    background-color: #1b1a1a !important;
    border-color: #1b1a1a !important;
}
.contact-info .opening-hours ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 29px;
    color: #9b9b9b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-transform: capitalize;
}
