body {
font-size: 16px;
font-family: arial,sans-serif;
background-color:#fff;
color: #555;
}
html {
scroll-behavior: smooth
}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
color: #333;
}
a {
color: #034b6e;
text-decoration: none
}
a:hover {
color: #3367cc
}
.fw-boldh{
    font-weight: 600;
}
mt-lg-n1,.mt-lg-n2,.mt-lg-n3,.mt-lg-n4{margin-top:0!important}
@media(min-width:992px){
.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
}
}
.text-justify {
text-align: justify
}
.text-justify-center {
text-align: justify;
text-align-last: center
}
a.gotoTop {
position : fixed;
z-index : 1100;
right : 0;
bottom : 180px;
width : 30px;
color : #FFF;
background-color : #202738;
padding : 2px 10px 5px 10px;
display : none;
}
a.gotoTop:hover {
text-decoration : none;
background-color : #b30000;
}
.header-area {
position: relative;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #b30000;
opacity: .9
}
.header-area::after {
position: absolute;
content: "";
left: 0;
top: 0;
height: 100%;
width: 100%;
background-image: url("../img/small-patern.webp");
opacity: .2;
z-index: -1;
}
/*btn*/
.btnlight {
display: inline-block;
position: relative;
overflow: hidden;
z-index: 1;
background-color: #cadeee;
border-color: transparent;
color: #034b6e !important;
border-radius: 5px;
font-size: 18px;
border: 2px solid #cadeee;
border-style: solid;
box-shadow: none;
transition: all .3s ease 0s;
cursor: pointer;
z-index: 1;
}
.btnlight::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
}
.btnlight:hover {
box-shadow: none;
color: #034b6e !important
}
.btnlight:hover::after {
transform: skewX(45deg) scale(1, 1)
}
.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: #0d6efd;
    border-color: transparent;
    color: #fff!important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #0d6efd;
    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: #0d6efd!important;
    border: 2px solid #0d6efd
}

.btn-blue svg {
    fill: #fff
}

.btn-blue:hover svg {
    fill: #0d6efd
}

.btn-blue:hover::after {
    transform: skewX(45deg) scale(1, 1)
}
.btn-orange {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #c63;
    border-color: transparent;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    border: 2px solid #c63;
    border-style: solid;
    box-shadow: none;
    transition: all .3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative
}

.btn-orange::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-orange:hover {
    box-shadow: none;
    color: #c63 !important;
    border: 2px solid #c63
}

.btn-orange svg {
    fill: #fff
}

.btn-orange:hover svg {
    fill: #c63
}

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

@-webkit-keyframes rotate-style {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
@keyframes rotate-style {
0% {
transform: rotate(0)
}
100% {
transform: rotate(360deg)
}
}
ul.list-circle-green {
list-style: none;
padding-left: 25px
}
ul.list-circle-green li {
position: relative;
text-align: left;
padding-bottom: 10px
}
ul.list-circle-green 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(92, 230, 105)" d="M25,49A24,24,0,1,1,49,25,24,24,0,0,1,25,49ZM35.733,13.986l-14.062,13.7-6.405-6.24L11,25.6,21.672,36,40,18.146Z"/> <path fill="rgb(255, 255, 255)" d="M40,18.146L21.672,36,11,25.6l4.27-4.16,6.405,6.24,14.062-13.7Z"/></svg>') no-repeat;
background-size: 20px 20px;
top: 3px;
margin-left: -27px;
}
.clients .item {
background: #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
box-shadow: 0px 3px 0px 0px #f0f2f4;
padding: 30px 30px;
position: relative;
margin: 15px 15px;
border: 1px solid #b7d7f7;
opacity:.7;
}
.clients .item:hover {
border: 1px solid #b30000;
opacity:1;
}
.cta2-shadow2 {
background-color: #893c3c;
opacity: .3;
width: calc(100% - 128px);
height: 28px;
margin: -14px auto 0;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.cta2-shadow1 {
background-color: #893c3c;
opacity: .3;
width: calc(100% - 64px);
height: 14px;
margin: 0 auto;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.pull-top {
margin-top: -20px;
}
/* Multiple border */
.border-multiple>span {
display: inline-block;
}
.border-multiple>span:not(:last-child) {
margin-right: 8px;
}
.border-multiple>span.first {
width: 6px;
height: 3px;
background-color: #ff7b79;
}
.border-multiple>span.second, .border-multiple>span.third {
width: 25px;
height: 3px;
background-color: #ff7b79;
}
.box {
text-align: center;
background: #fff;
padding: 60px 30px 30px 30px;
-webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
-moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
box-shadow: 0px 3px 0px 0px #f0f2f4;
color: #555;
border-radius: 8px;
margin-bottom: 30px;
}
.box:hover {
-webkit-box-shadow: 0px 3px 0px 0px #ff7b79;
-moz-box-shadow: 0px 3px 0px 0px #ff7b79;
box-shadow: 0px 3px 0px 0px #ff7b79;
}
@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-2px,0,0)}40%,60%{transform:translate3d(2px,0,0)}}
.testimonial .item{
background:#fff;
-webkit-border-radius:8px;
border-radius:8px;
-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.1);
padding:30px 45px 30px;
position:relative;
margin:15px 15px;
border:1px solid #b7d7f7
}
.testimonial .item:hover{
border:1px solid #b30000
}
.testimonial .client-info-wrapper{
display:flex;
flex-wrap:nowrap;
width:auto;
align-items:center;
margin-top:0;
margin-bottom:20px;
position:relative
}
.testimonial .client-info-wrapper:before{
content:"\201C";
font-family:Arial;
font-style:normal;
font-weight:900;
position:absolute;
top:30px;
right:0;
line-height:40px;
padding:0;
color:#111;
opacity:.1;
font-size:70px
}
.testimonial .client-img{
-webkit-border-radius:90px;
border-radius:90px;
margin-right:20px
}
.testimonial .client-img img{
-webkit-border-radius:90px;
border-radius:90px;
max-width:100px
}
.testimonial blockquote{
margin:0;
border:0;
padding:0
}
.testimonial blockquote::before{
display:none
}


.navbar{
    border-bottom: 2px solid #dc3545;
}
.navbar-light .navbar-nav .nav-link{
color: #333;
font-size: 18px;
font-weight: bold;
padding-left: 1rem;
padding-right: 1rem;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
color: #b30000;
}
.blink-text {
color:#c00 !important;
animation:1s blinker linear infinite;
-webkit-animation:1s blinker linear infinite;
-moz-animation:1s blinker linear infinite;
color: #b30000;
}

@-moz-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.0; }
}

@keyframes blinker {  
0% { opacity: 1.0; }
50% { opacity: 0.0; }
100% { opacity: 1.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: 14px 14px;
top: 5px;
margin-left: -20px;
}

.breadcrumb-white{
    position: relative;
}
.breadcrumb-white a{
    color: #fff;
}
.breadcrumb-white .active{
    color: #c1c1c1 !important;
}

.carousel-control-next-icon.red{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%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.red{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23dc3545'%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");
}
.header-area.carousel-control-next,.carousel-control-prev{
    width: 5%;
}


@media (min-width:1200px) {
.product-navbar {
    background: #fff;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 100
}

.product-navbar .logo {
    border-right: 1px solid #f2f2f2;
    padding-right: 1rem;
    display: block;
    width: 151px
}

.product-navbar li a {
    color: #000;
    font-size: 13px;
    position: relative;
    font-weight: 700;
    display: flex;
    margin-left: 1.3rem
}

.product-navbar li>a:before {
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e11f26;
    z-index: 2;
    content: '';
    transform: scaleX(0);
    transition: all .5s;
    transform-origin: left
}

.product-navbar .nav-link {
    padding: .5rem 0
}

.product-navbar .nav-pills .nav-link {
    border-bottom: 3px solid #fff;
    border-radius: 0
}
.product-navbar .nav-pills .nav-link svg{
    fill: #000;
}
 .product-navbar .dropdown-item{
      margin-left: 0px!important;
    }
.nav-link:hover, .product-navbar .nav-link:focus {
    color: #dc3545
}

.nav-pills .show>.nav-link, .product-navbar .nav-pills .nav-link.active {
    color: #dc3545;
    background-color: transparent !important;
    border-bottom: 3px solid #dc3545
}
.nav-pills .show>.nav-link, .product-navbar .nav-pills .nav-link.active svg{
    fill: #dc3545;
}
.product-navbar .dropdown-menu[data-bs-popper]{
  left: -100px!important;
}
}

 .dropdown-menu .download-win{
    background-color: #fff;
    border: 1px solid #28a745;
    color: #28a745;
    padding: 15px 15px;
    font-weight: bold;
  }
    .dropdown-menu .download-win .svg{
    fill: #28a745;
  }
    .dropdown-menu .download-win:hover {
    background-color: #e3ffea;
    border: 1px solid #28a745;
    color: #218838;
  }
    .dropdown-menu .download-win:hover .svg{
    fill: #218838;
  }
   .dropdown-menu .download-mac{
    background-color: #fff;
    border: 1px solid #004efd;
    color: #004efd;
    padding: 15px 15px;
    font-weight: bold;
  }
    .dropdown-menu .download-mac .svg{
    fill: #004efd;
  }
    .dropdown-menu .download-mac:hover {
    background-color: #e8f0ff;
    border: 1px solid #004efd;
    color: #004efd;
  }
    .dropdown-menu .download-mac:hover .svg{
    fill: #004efd;
  }
  .dropdown-menu .buy-win{
    background-color: #fff;
    border: 1px solid #f58b3c;
    color: #f58b3c;
        padding: 15px 15px;
    font-weight: bold;
  }
    .dropdown-menu .buy-win .svg{
    fill: #f58b3c;
  }
    .dropdown-menu .buy-win:hover {
    background-color: #ffebe9;
    border: 1px solid #f58b3c;
    color: #f58b3c;
  }
    .dropdown-menu .buy-win:hover .svg{
    fill: #f58b3c;
  }
  .dropdown-menu .buy-mac{
    background-color: #fff;
    border: 1px solid #004efd;
    color: #004efd;
        padding: 15px 15px;
    font-weight: bold;
  }
    .dropdown-menu .buy-mac .svg{
    fill: #004efd;
  }
    .dropdown-menu .buy-mac:hover {
    background-color: #e8f0ff;
    border: 1px solid #004efd;
    color: #004efd;
  }
    .dropdown-menu .buy-mac:hover .svg{
    fill: #004efd;
  }

#red-pills .nav-pills .nav-link {
    text-align: left !important;
    color: #000;
    background-color: transparent;
    font-weight: 700;
    opacity: .4;
    border-left: 2px solid transparent
}
#red-pills .nav-pills .nav-link.active,
#red-pills .nav-pills .nav-link:focus {
    text-align: left !important;
    color: #dc3545;
    opacity: 1;
    border-left: 3px solid #dc3545!important;
}

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

#red-faq .accordion-button:focus {
  z-index: 3;
  border-color: #dc3545;
  outline: 0;
  box-shadow: none !important;
}
#red-faq .accordion-button {
    border-left: 2px solid #dc3545;
    font-weight: 700
}

#red-faq .accordion-body {
    border-left: 2px solid #888;
    font-weight: 700
}

#red-faq .accordion-button:not(.collapsed) {
    color: #dc3545;
    background-color: #fff3f4;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125)
}

.testimonial-section3 .testimonial-single-box {
    box-shadow: 0 0 24px rgb(0 0 0 / 13%);
    padding: 29px 0 41px 30px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    transition: .5s;
    background: #fff;
    margin-bottom: 20px
}
.bg-red-light{
    background-color: #fff3f4;
}
.bg-shadow {
    background-image: url(../img/bg-shadow.png);
    background-position: top center;
    background-repeat: no-repeat
}


