body {
    font-family: barlow, sans-serif;
    margin: 0 auto;
    padding: 0;
    color: #212529;
    background-color: #fff;
    font-size: 16px;
    line-height: 28px;
}

@media (max-width:991px) {
    body {
        font-size: 16px
    }
}

html {
    scroll-behavior: smooth
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #263238;
    font-weight: 700
}

a {
    color: #072b83;
    text-decoration: none
}

a:hover {
    color: #0081c0
}

.breadcrumb-white .breadcrumb-item{
 color: #fff;
}
.breadcrumb-white .breadcrumb-item + .breadcrumb-item::before{
 color: #fff;
}
.breadcrumb-white .breadcrumb-item a{
 color: #ffc107;
}
.py-7 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important
}

@media (min-width:992px) {
    .py-7 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important
    }
}

.text-justify {
    text-align: justify
}

.text-justify-center {
    text-align: justify;
    text-align-last: center
}

.fw-500 {
    font-weight: 500
}

.text-blue {
    color: #0039ab;
}

.bg-blue {
    background-color: #072b83;
}


.navbar {
    border-bottom: 2px solid #072b83;
    background: #fff
}

.navbar-light .navbar-nav .nav-link {
    color: #333;
    font-size: 18px;
    font-weight: 700;
    padding-left: 1rem;
    padding-right: 1rem
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #072b83
}

.btn {
    padding: 12px 16px
}

.btn-green {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #008a4a;
    border-color: transparent;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #008a4a;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-green::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-green:hover {
    box-shadow: none;
    color: #008a4a !important;
    border: 2px solid #008a4a
}

.btn-green svg {
    fill: #fff
}

.btn-green:hover svg {
    fill: #008a4a
}

.btn-green:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #32579b;
    border-color: transparent;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #32579b;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #fff;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue:hover {
    box-shadow: none;
    color: #32579b !important;
    border: 2px solid #32579b
}

.btn-blue svg {
    fill: #fff
}

.btn-blue:hover svg {
    fill: #32579b
}

.btn-blue:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.btn-blue-outline {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #fff;
    border-color: transparent;
    color: #32579b !important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #32579b;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-blue-outline::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #32579b;
    transform: skewX(45deg) scale(0, 1);
    transition: all .5s ease 0s
}

.btn-blue-outline:hover {
    box-shadow: none;
    color: #fff !important;
    border: 2px solid #32579b
}

.btn-blue-outline svg {
    fill: #32579b
}

.btn-blue-outline:hover svg {
    fill: #fff
}

.btn-blue-outline:hover::after {
    transform: skewX(45deg) scale(1, 1)
}

.bg-blue20 {
    background-color: #daeaff
}

.shadow-box {
    align-content: center;
    border-radius: 8px 8px 8px 8px;
    padding: 40px;
    box-shadow: 0 0 20px 0 rgb(218, 234, 255);
}

.client-box {
    align-items: center;
    align-content: center;
    border-radius: 8px 8px 8px 8px;
    padding: 5px;
    box-shadow: 0 0 20px 0 rgba(20, 48, 126, .13)
}

.owl-carousel .owl-item img {
    display: initial !important
}

ul.list-green {
    list-style: none;
    margin: 0;
    padding: 0
}

ul.list-green li {
    margin-top: .33rem;
    padding-left: 1.55rem;
    position: relative;
    text-align: start
}

.list-green li:before {
    content: "";
    display: block;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: 5px;
    z-index: 1
}

ul.list-green li:after {
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background: #099e44;
    position: absolute;
    left: 0;
    margin: auto;
    content: '';
    top: 5px;
    z-index: 0
}

ul.list-right {
    list-style: none;
    padding-left: 14px
}

ul.list-right li {
    position: relative;
    text-align: left;
    padding-bottom: .5rem
}

ul.list-right li::before {
    position: absolute;
    height: 20px;
    width: 20px;
    content: "";
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 50 50"><path fill="rgb(200,200,200)" d="M18.356,7.059L32.471,20.945h0L36,24.415,18.645,42.058l-3.529-3.471L29,24.473,14.885,10.588Z"></path></svg>') no-repeat;
    background-size: auto;
    background-size: 17px 17px;
    top: 7px;
    margin-left: -20px
}


footer {
    padding-top: 3rem;
    padding-bottom: 3rem
}

footer {
    background: #001831
}

.footer-text {
    color: #fff
}

footer a {
    color: #fff
}

footer a:hover {
    color: #6BADFF
}

.social-media a {
    position: relative;
    border-radius: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #006eff;
    padding: .5rem !important
}

.social-media a:hover {
    background: #098de4
}

.main,
.main.white {
    position: relative
}

.main span {
    font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  background-color: #0039ab;
  color: #fff;
  border: 1px solid #0039ab;
  border-radius: 7px;
  padding: 10px 20px;
}

.btn-block {
    width: 100%
}

.product-guides {
    display: flex;
    column-gap: 1px;
    border-radius: 3px;
    overflow: hidden;
    flex-wrap: wrap;
    border: 1px dashed #006eff
}

.product-guides a {
    background: #072b83;
    padding: 9px 14px;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    flex-grow: 1;
    text-align: center;
    font-weight: 600;
    transition: all .3s ease 0s
}

.product-guides a:hover {
    background: #002b59
}

@media only screen and (max-width:576px) {
    .product-guides a {
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 9px 2px;
        gap: 4px
    }
}

.spec_table tr td:first-child {
    min-width: 200px;
    padding-left: 0
}

.spec_table tr td {
    padding: .3rem .5rem;
    padding-right: 1rem;
    vertical-align: top
}

@media (max-width:767px) {
    .stc {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        direction: ltr !important
    }
}

.blue-pills .nav-pills .nav-link {
    text-align: left !important;
    color: #000;
    background-color: transparent;
    font-weight: 700;
    border-left: 2px solid transparent;
    padding: 20px;
    margin: 5px 0
}

.blue-pills .nav-pills .nav-link:hover {
    border-left: 2px solid #869acd;
    background-color: #ecf4ff
}

.blue-pills .nav-pills .nav-link.active,
.blue-pills .nav-pills .nav-link:focus {
    text-align: left !important;
    color: #072b83;
    border-left: 2px solid #072b83;
    background-color: #daeaff
}

.blue-pills .nav-pills .nav-link span {
    color: #000;
    font-weight: 400
}

.blue-faq .accordion-item {
    border: none
}

.blue-faq .accordion-item {
    margin: 20px 0
}

.blue-faq .accordion-button:focus {
    z-index: 3;
    border-color: #072b83;
    outline: 0;
    box-shadow: none !important
}

.blue-faq .accordion-button {
    border-left: 2px solid #072b83;
    font-weight: 700;
    background-color: #072b83;
    color: #fff;
    padding: 25px
}

.blue-faq .accordion-button .ques {
    padding-right: 10px;
    font-size: 22px;
    align-self: flex-start !important
}

.blue-faq .accordion-body {
    border-left: 2px solid #072b83;
    background: #daeaff;
    font-weight: 400;
    padding: 2px 55px 25px 70px
}

.blue-faq .accordion-button:not(.collapsed) {
    color: #000;
    background-color: #daeaff;
    box-shadow: none
}

.accordion-button::after {
    filter: invert(100%) sepia(100%) hue-rotate(-90deg) saturate(1);
    align-self: flex-start !important
}

.blue-faq .accordion-button:not(.collapsed)::after {
    filter: invert(0) sepia(0) hue-rotate(0) saturate(200%)
}

@media (min-width:1201px) {
    .product-navbar {
        top: 0;
        width: 100%;
        z-index: 100;
        background: #fff !important;
        border-bottom: 2px solid #072b83
    }

    .product-navbar li a {
        color: #212529;
        font-weight: 700;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .product-navbar li:hover a {
        color: #072b83;
        font-weight: 700
    }

    .product-navbar li svg {
        fill: #072b83
    }

    .product-navbar li:hover svg {
        fill: #072b83
    }

    .product-navbar li:focus a {
        color: #072b83;
        font-weight: 700;
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }

    .product-navbar li:focus svg {
        fill: #072b83
    }
}

.initial-caps {
    text-transform: capitalize
}

.youtube-player {
 position: relative;
 padding-bottom: 56.23%;
 height: 0;
 overflow: hidden;
 max-width: 100%;
 background: #000;
 margin: 5px;
}
.youtube-player iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 100;
 background: 0 0;
}
.youtube-player img {
 bottom: 0;
 display: block;
 left: 0;
 margin: auto;
 max-width: 100%;
 width: 100%;
 position: absolute;
 right: 0;
 top: 0;
 border: none;
 height: auto;
 cursor: pointer;
 -webkit-transition: 0.4s all;
 -moz-transition: 0.4s all;
 transition: 0.4s all;
}
.youtube-player img:hover {
 -webkit-filter: brightness(75%);
}
.youtube-player .play {
 height: 72px;
 width: 72px;
 left: 50%;
 top: 50%;
 margin-left: -36px;
 margin-top: -36px;
 position: absolute;
 background: url(https://www.ostviewer.com/assets/img/yt-play.webp)
 no-repeat;
 cursor: pointer;
}

.comp_table {
    border-radius: 0 0 0 40px
}

.comp_table table {
    border-collapse: inherit
}

.comp_table .value {
    background: linear-gradient(180deg, #0054c4 0, #10336f 100%);
    border: 6px solid #0054c4;
    min-width: 300px;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    text-align: center;
    box-sizing: border-box;
    border-radius: 20px 20px 0 0
}

.comp_table .table_box {
    border-radius: 30px 0 0 0;
    box-shadow: 0 20px 60px 0 rgba(160, 161, 170, .15);
    overflow: clip
}

.comp_table .table_title {
    background: #041737;
    color: #fff
}

.comp_table .table_list {
    background: #00173e;
    color: #fff
}

.comp_table .table_list td:first-child,
.comp_table .table_title th:first-child {
    align-items: flex-start;
    padding-left: 36px;
    text-align: left
}

.comp_table .table_list td:last-child,
.comp_table .table_list th:last-child,
.comp_table .table_title th:last-child {
    border-left: 6px solid #0054c4;
    border-right: 6px solid #0054c4;
    background-color: #011230
}

.comp_table td,
.comp_table th {
    padding: 20px
}

@media (max-width:767px) {
    .comp_table .value {
        min-width: auto;
        font-size: 16px;
        line-height: 20px
    }

    .comp_table .table_list td:first-child,
    .comp_table .table_title th:first-child {
        padding-left: 10px
    }

    .comp_table td,
    .comp_table th {
        padding: 10px;
        vertical-align: top
    }
}
button.gotoTop {
 position: fixed;
 z-index: 1100;
 right: 20px;
 bottom: 100px;
 width: 40px;
 color: #fff;
 background-color: #072b83;
 padding: 0px 10px 5px 10px;
 display: none;
 border: 1px solid #072b83;
 border-radius: 10px;
  height: 60px;
  width: 60px;
  opacity: .8;
}
button.gotoTop:hover {
    opacity: 1;
    transition: .3;
}
button.gotoTop span{
    font-size: 30px;
    font-weight: bold;
}
button.gotoTop:hover {
 text-decoration: none;
 background-color: #142f7e;
 border: 1px solid #142f7e;
}

.guide p {
 margin-top: 0;
 /*margin-bottom: 2rem;*/
 font-size: 18px;
 font-weight: 500;
}
.guide .clearfix{
 margin: 1rem 0;
 color: inherit;
 border: 0;
 border-top-color: currentcolor;
 border-top-style: none;
 border-top-width: 0px;
 border-top: 1px solid #1073d6;
 opacity: .3;
}
.guide .steps-area .btn-steps{
 cursor: context-menu;
background: linear-gradient(45deg, rgb(18, 81, 174), #2563eb, #0d4c9c) !important;
  color: #fff;
  font-weight: bold;
  border: 2px solid #2563eb;
}
.guide .steps-area .steps {
 background: #e5edff;
 border: 1px solid #2563eb;
 color: #2563eb;
 margin: 2px;
 float: right;
}


/*Awards*/
.awards .awards-card {
 position: relative;
 background: #fff;
 border: solid 1px #d3d3d3;
 padding: 50px 35px 20px;
 box-shadow: 0px 0px 24px 0px rgba(66, 86, 250, 0.24);
 border-radius: 10px;
 margin-bottom: 28px;
 min-height: 130px;
}
.awards:before {
 content: "\201C";
 font-family: "Arial";
 font-style: normal;
 font-weight: 900;
 position: absolute;
 top: 20px;
 left: 20px;
 line-height: 0px;
 padding: 0;
 color: #4357fb;
 font-size: 120px;
 z-index: 999;
}
.awards:after {
 content: "\201C";
 font-family: "Arial";
 font-style: normal;
 font-weight: 900;
 position: absolute;
 bottom: 13px;
 right: 5%;
 line-height: 0px;
 padding: 0;
 color: #4357fb;
 font-size: 60px;
 z-index: 999;
 /* opacity: .7;*/
 transform: rotateZ(180deg);
}
.awards .awards-part {
 display: flex;
 align-items: center;
 /*    margin-left: 1.2rem;*/
}
.awards .awards-part .img {
 -webkit-border-radius: 90px;
 border-radius: 90px;
 margin-right: 20px;
}
.awards .awards-part .info .name {
 font-weight: 700;
 color: #555;
}
.awards .awards-part .info .desc {
 font-weight: 600;
 color: #888888;
}
.awards .awards-desc blockquote{
 margin: 1rem 0rem;
 color: #181617;
}
.awards .carousel-control-next, .awards .carousel-control-prev{
 width: 5%!important;
}
.awards .carousel-control-prev .icon-left-open-big, .awards .carousel-control-next .icon-right-open-big{
 color: #0065cc;
}

.carousel-indicators {
 bottom: -1px
}

.carousel-indicators [data-bs-target]{
 background-color: #4357fb;
 width: 6px;
 height: 6px;
 border-radius: 18px;
 border: 2px solid #4357fb;
}
.carousel-indicators [data-bs-target].active{
 background-color: #4357fb;
 width: 35px;
 height: 6px;
 border-radius: 18px;
 border: 2px solid #4357fb;
}
/*End Awards*/

.image-anime {
 position: relative;
 overflow: hidden
}

.image-anime:after {
 content: "";
 position: absolute;
 width: 200%;
 height: 0%;
 left: 50%;
 top: 50%;
 background-color: rgba(255, 255, 255, .3);
 transform: translate(-50%, -50%) rotate(-45deg);
 z-index: 1
}

.image-anime:hover:after {
 height: 250%;
 transition: all .6s linear;
 background-color: transparent
}

@keyframes rotate-loading {
 0% {
  transform: rotate(0)
 }

 100% {
  transform: rotate(360deg)
 }
}


/*Testimonials*/
#client-testimonial .owl-nav .owl-next{
 right: -40px;
}
#client-testimonial .owl-nav .owl-prev{
 left: -40px;
}
#client-testimonial .owl-nav .owl-next,
#client-testimonial .owl-nav .owl-prev{
 position: absolute;
 top: 0;
 bottom: 25px;
 margin-top: auto;
 margin-bottom: auto;
 font-size: 50px !important;
 line-height: 0;
 color: #f80 !important;
 z-index: 3;
}
#client-testimonial .owl-nav .owl-next:before,
#client-testimonial .owl-nav .owl-prev:before{
 content: "";
 position: absolute;
 width: 45px;
 height: 45px;
 background-color: #fff;
 border: 1px solid #cecece;
 top: -100px;
 bottom: -110px;
 margin: auto;
 border-radius: 50%;
 z-index: -1;
}

#client-testimonial .owl-nav .owl-next:before{
 right: -100px;
 left: -100px;
}
#client-testimonial .owl-nav .owl-prev:before{
 left: -100px;
 right: -102px;
}
#client-testimonial .owl-nav .disabled{
 color: #e3e5e8 !important;
}

.owl-theme .owl-nav [class*="owl-"]:hover{
    background: none!important;
}

@media(max-width:1199px){
 .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled{
  display: block;
 }
 #client-testimonial .owl-nav .disabled{
  color: #0eb47a !important;
 }
 #client-testimonial.owl-carousel .owl-dots{
  display: none;
 }
}



@media(max-width:992px){
 #client-testimonial .owl-nav .owl-prev {
  top: 80%;
  bottom: 0;
  left: 85%;
 } 
 #client-testimonial .owl-nav .owl-next {
  top: 80%;
  bottom: 0;
  right: 5%;
 }
 #client-testimonial .owl-nav .owl-next,
 #client-testimonial .owl-nav .owl-prev {
  font-size: 30px !important;
 }
 #client-testimonial .owl-nav .owl-next:before,
 #client-testimonial .owl-nav .owl-prev:before {
  width: 35px;
  height: 35px;
  top: -105px;
  bottom: -110px;
 }
}

@media(max-width:767px){
 #client-testimonial .owl-nav .owl-prev {
  top: 90%;
  bottom: 10%;
  left: 80%;
 } 
 #client-testimonial .owl-nav .owl-next {
  top: 90%;
  bottom: 10%;
  right: 5%;
 }
}
@media(max-width:575px){
 #client-testimonial .owl-nav .owl-prev {
  top: 85%;
  bottom: 12%;
  left: 70%;
 } 
 #client-testimonial .owl-nav .owl-next {
  top: 85%;
  bottom: 12%;
  right: 10%;
 }
 #client-testimonial .owl-nav .owl-next,
 #client-testimonial .owl-nav .owl-prev {
  font-size: 20px !important;
 }
 #client-testimonial .owl-nav .owl-next:before,
 #client-testimonial .owl-nav .owl-prev:before {
  width: 25px;
  height: 25px;
  top: -105px;
  bottom: -110px;
 }
}
/*end testimonials*/