body, html{
    color: #102b3e;
}

a {
    color: #0070ba;
    transition: 0.5s ease;
    outline: 0 !important;
    text-decoration: none;
}
a:hover, a:active, a:focus {
    color: #287bf8;
    text-decoration: none !important;
}
/*start-additional*/
@media(min-width:992px){
.text-lg-left{
text-align:left!important
}
.text-lg-right{
text-align:right!important
}
.text-lg-center{
text-align:center!important
}
.mt-lg-n1{
margin-top:-5rem!important
}
.mt-lg-n2{
margin-top:-10rem!important
}
.mt-lg-n3{
margin-top:-15rem!important
}
.mt-lg-n4{
margin-top:-20rem!important
}
}
/*end-additional*/

/*btn*/
.btn-download {
    color: #fff !important;
    background: #18ba60;
    border: solid 1px #10a95b;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    margin: 10px;
}
.btn-download:hover {
    background: #10a95b;
}

.btn-buy {
    color: #fff !important;
    background: #f58b3c;
    border: solid 1px #e97931;
    border-radius: 10px;
    padding: 15px 20px 15px 20px;
    margin: 10px;
}
.btn-buy:hover {
    background: #e97931;
}

/*btn*/

/*text-color*/
.textblue{
    color: #0070ba;
}
/*text-color*/

/*bg-color*/
.bgblue{
    background-color: #0070ba;
}

/*bg*/

.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: .4s all;
  -moz-transition: .4s all;
  transition: .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://i.imgur.com/TxzC70f.png) no-repeat;
  cursor: pointer
}


a.gotoTop{
position:fixed;
z-index:1100;
right:0;
bottom:120px;
width:30px;
color:#fff;
background-color:#135893;
padding:2px 10px 5px;
display:none
}
a.gotoTop:hover{
text-decoration:none;
background-color:#06c
}

.product-vs a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}



/*header*/
.menu-primary .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 0px 15px;
    min-width: 280px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
}
.menu-primary li.menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
.menu-primary > li.menu-item.mega-menu {
    position: static;
}
.menu-primary .mega-menu-inner {
    width: 100%;
    max-width: 1170px;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    z-index: 999;
}
.card-hover {
    border-left: 1px solid #dc3545;
    padding: 15px 0px 15px 10px;
    margin-bottom: 10px;
}
.card-hover:hover {
    border-left: 2px solid #dc3545;
    padding: 15px 0px 15px 9px;
    box-shadow: 0px 0px 5px #C0C0C0;
    -webkit-box-shadow: 0px 0px 5px #C0C0C0;
}
/*end header*/



.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
    font-weight: bold;
    padding: 5px 10px 5px 20px;
}


a.life-chat{
position:fixed;
z-index:99999999;
right:-90px;
top:150px;
color:#FFF !important;
font-size:16px;
background:#111;
padding:5px 5px 7px 5px;
width:120px;
transition-duration:0.9s;
}

a.life-chat:hover, a.life-chat:focus, a.life-chat:active{
right:-0px;
background:#0070ba;
text-decoration:none;
color:#fff !important;
}

.zn-index{
    z-index: -1;
}
.nav-fill .nav-item, .nav-fill > .nav-link {
    flex: 1 1 auto;
    text-align: center;
    border: 2px solid #e3e3e3!important;
}

.btn-white{
    background: #fff;
    border: 2px solid #fff;
    color: #0070ba;
    font-weight: 600;
}
.btn-white:hover {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-weight: 600;
}

.btn-line{
    position:relative;
    display:inline-block;
    transition:all ease .3s;
    font-weight:600;
    color:#0070ba
}
.btn-line:after{
    position:absolute;
    width:30px;
    height:1px;
    background:#0070ba;
    content:'';
    top:50%;
    transform:translateY(-50%);
    right:0;
    transition:.4s;
    opacity:0
    }
.btn-line:hover:after{
    right:-40px;
    opacity:1
    }

.btn-blue-border{
    border: 2px solid #0070ba;
    background-color: transparent;
    color: #0070ba;
}
.btn-blue-border:hover {
    border: 2px solid #0070ba;
    background-color: #0070ba;
    color: #fff;
}

.card1 {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1.5rem;
}


.pre {
color : #FFFFFF;
font-size : 38px;
line-height : 53px;
font-weight : 700;
margin-bottom : 10px;
}
@media (max-width: 765px) {
.pre {
color : #FFFFFF;
font-size : 30px;
line-height : 40px;
font-weight : 700;
margin-bottom : 10px;
}
}

.breadcrumb-white a{
    color: #fff;
}
.breadcrumb-white .active{
    color: #c1c1c1 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: .5rem;
    /*color: #fff;*/
    content: var(--bs-breadcrumb-divider, "/");
}
.products-icons a {
    display: inline-block;
    padding: 10px;
    border: 1px solid #ccc;
}
.fw-boldh{
    font-weight: 600 !important;
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.bg-globe{
    background: url(../img/bg/bg-globe.png);
    background-position: center;
    background-size: cover;
}

ul.list-check {
list-style : none;
padding-left : 10px;
}
ul.list-check li {
position : relative;
text-align : left;
padding-bottom : 5px;
margin-left : 27px;
}

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

ul.list-check li:before {
position : absolute;
height : 20px;
width : 20px;
content : "";
background : url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" viewBox="0 0 50 50"><path fill="rgb(255,146,0)" d="M20.5,42a2.368,2.368,0,0,1-1.759-.766l-14-14.423a2.584,2.584,0,0,1,0-3.626l3.988-4.109a2.4,2.4,0,0,1,3.518,0l8.249,8.5L38.755,8.76a2.4,2.4,0,0,1,3.518,0l3.988,4.109a2.584,2.584,0,0,1,0,3.626l-24,24.737A2.37,2.37,0,0,1,20.5,42Z"></path></svg>') no-repeat;
background-size : 20px 20px;
top : 5px;
margin-left : -27px;
}