.lined-list li::before {
    position: absolute;
    content: "-";
    margin-left: -10px;
    color:#ea6521;
}

.effect{
border-radius: 5px;
position:relative;
overflow: hidden;
width: 100%;
}

.effect > p{
line-height: 1.2;
font-size: 12px;
width: 100%;
position: absolute;
padding-left: 20px;
opacity: 0;
transition: all 0.3s linear;
text-decoration: none;
text-align: left;
}
.effect:hover > p{
opacity: 1;
}
.effect > p > a{
color: #e11f26;
text-decoration: none;
}
.effect > a{
top: 30%;
}
.effect:hover > a{
transform: translateY(-40px);
transition: all 0.3s;
}
.effect > a > h5{
font-size: 18px;
font-weight: 600;
text-align: left;
}
.effect > a > p{
font-size: 24px;
font-weight:500;
line-height: 1.05;
text-align: left;
}
@media (min-width:786px) and (max-width:991px){
.effect > a > h5{
font-size: 14px;
font-weight: 600;
}
}
@media (min-width:768px) and (max-width:991px){
.effect > a > p{
font-size: 18px;
font-weight:500;
line-height: 1.05;
}
}
.insight{
position: relative;
margin: auto;
}
.overlay-sec{
position: absolute;
left: 0;
right: 0;
top: 20%;
width: 75%;
padding-left: 40px;
transition: all ease-in-out .3s;
}
.red-learnmore{
position: absolute;
bottom: 10%;
}
.red-learnmore > a{
font-size: 16px;
font-weight: 600;
padding-left: 25px;
}
.img-bg{
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.section-bg-1 {
position: relative;
display: block;
width: 100%;
overflow-x: hidden;
}
.services-wrap:first-child {
margin-top: 1px;
}

.services-wrap {
display: block;
width: 100%;
position: relative;
background: rgba(255, 255, 255, 0.9);
margin-bottom: 1px;
padding: 30px 40px 30px 50px;
}

.services-wrap:hover {
margin-left: -100px;
}
.about-img {
position: relative;
}
.about-font-img {
position: absolute;
z-index: 1;
left: 0;
}
.about-back-img {
position: absolute;
top: 0;
right: 0;
z-index: 0;
}
.section-about {
padding-top: 200px;
padding-bottom: 200px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-img {
padding-top:50px
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-img {
padding-top:50px
}
}
@media (max-width: 575px) {
.about-img {
padding-top:50px
}
}
.about-font-img {
position:absolute;
z-index:1;
left:-46px;
}
@media (max-width: 575px) {
.about-font-img img {
width:100%
}
}
.about-back-img {
position:absolute;
top:0;
right:0;
z-index:0
}
@media (max-width: 575px) {
.about-back-img img {
width:90%;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.about-back-img {
position:unset
}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.about-back-img {
position:unset
}
}
@media (max-width: 575px) {
.about-back-img {
position:unset
}
}

.text-orange{
color: #ea6521;
}
.icon-size-70{font-size:70px;}

.prodfeat_h {
 font-size:17px;
 text-transform:uppercase;
 font-weight:700;
 font-family:Montserrat
}
.prodfeat_sh {
 font-size:28px;
 font-family:Montserrat
}

.enterprise1 {
 color:#fff;
 padding:40px 30px;
 border-top:5px solid #ea6521;
 margin-left:4px;
 min-height:585px;
 transition:ease-in-out .4s
}
.head-1 {
 font-size:23px;
 font-weight:600;
 line-height:34px;
 min-height:104px
}
.para-1 {
 color:#fff;
 font-size:18px;
 padding-top:50px
}
.enterprisebg {
 background: #000
}
.enterprisebg1 {
 background: #000
}
.enterprisebg2 {
 background: #000
}
.enterprisebg3 {
 background: #000
}
.enterprisebg:hover {
 background: #000;
 cursor:pointer
}
.enterprisebg:hover .overshow {
 display:block
}
.enterpriseach {
background-color: #fff;
border-radius: 3px;
padding: 14px 22px;
font-size: 17px;
font-weight: 700;
color: #000;
margin-top: 40px;
display: inline-block;
}

.rbox1{
border-radius: 20px;
background-color: #e9f1f6;
border:2px solid #ea6521;
height: auto;
width: auto;
color: #000;
box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.zoom {
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.zoom:hover {
  -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1); 
}
.card {
 border-radius:8px;
 background-color:#fff;
 padding:32px;
 -webkit-transition:300ms all cubic-bezier(.4,0,.2,1);
 transition:300ms all cubic-bezier(.4,0,.2,1);
 margin-top:24px;
 box-shadow:0 8px 60px 0 rgba(103,151,255,.11),0 12px 90px 0 rgba(103,151,255,.11)
}
.card:first-of-type {
 margin-top:0
}
 .three-column .column-container {
  -webkit-box-flex:0!important;
  flex:0 0 33.33333333%!important;
  max-width:33.33333333%!important
 }
 .three-column .column-container:nth-of-type(-n+3) {
  margin-top:0!important
 }
.column.centered,
.column .centered {
 text-align:center;
 -webkit-box-align:center!important;
 align-items:center!important
}
.blurb>img,
.blurb>svg,
.blurb .icon-container {
 margin-bottom:16px
}
.icon-container {
 box-shadow:0 4px 24px 0 rgba(103,151,255,.1),0 12px 64px 0 rgba(103,151,255,.1);
 border-radius:100px;
 padding:24px
}
.icon-container img {
 margin:0!important
}
.icon-container,
.icon-small,
.icon-big {
 flex-shrink:0;
 display:-webkit-box;
 display:flex
}
.icon-container svg,
.icon-small svg,
.icon-big svg {
 display:-webkit-box;
 display:flex
}
.banner_section .banner_box {
 padding-top:11.5rem
}
.slider_banner_img {
 width:100%;
}

.banner_section .carousel-caption {
 right:0!important;
 text-align:left;
 left:0
}
.banner_section .carousel-indicators {
 bottom:30px
}
.banner_section .carousel-indicators .active {
 background-color:#ed2024
}
.banner_section .carousel-indicators li {
 background-color:#59595b;
 cursor:pointer;
 width:15px;
 height:15px;
 border-radius:50px
}
.banner_box .banner-h1 {
 font-size:18px;
 text-transform:uppercase;
 color:#e11f26;
 font-weight:700
}
.banner_box .banner-h2 {
 font-size:34px;
 font-weight:300;
 line-height:42px;
 padding-top:32px
}
.banner_box .bh {
 font-size:58px;
 font-weight:600;
 text-transform:uppercase;
 line-height:64px;
 letter-spacing:3px
}
.banner_box .bh span {
 display:block
}
.banner_box .banner-p {
 font-family:Montserrat;
 margin-bottom:0;
 font-size:22px;
 color:#fff;
 font-weight:300
}
.adownload {
 border:solid 1px #fff;
 border-radius:3px;
 padding:18px 24px;
 font-size:21px;
 color:#fff;
 font-weight:300
}
.adownload:hover {
 color:#fff
}
.adownload:hover img {
 transform:translateY(3px)
}
.adownload img {
 transition:ease-in-out .3s
}
.abuy img {
 margin-right:10px;
 -webkit-filter:brightness(0) invert(1);
 filter:brightness(0) invert(1);
 transition:ease-in-out .3s
}
.abuy {
 border-radius:3px;
 padding:18px 24px 18px 19px;
 font-weight:600;
 font-size:21px;
 background-color:#e11f26;
 color:#fff;
 border:solid 1px #e11f26
}
.abuy:hover {
 border:solid 1px #e11f26;
 background-color:#bb030a;
 color:#fff
}
.abuy:hover img {
 transform:translateX(5px)
}
@media (min-width:1499px) {
 .banner_section .banner_box {
  padding-top:13rem
 }
}
@media (min-width:1599px) {
 .banner_section .banner_box {
  padding-top:15rem
 }
}
@media (min-width:1799px) {
 .slider_banner_img {
  max-height:821px
 }
}
@media (min-width:1499px) and (max-width:1798px) {
 .slider_banner_img {
  max-height:690px
 }
}
@media only screen and (max-width:1299px) {
 .banner_section .banner_box {
  padding-top:10rem
 }
 .slider_banner_img {
  min-height:570px
 }
 .banner_box .bh {
  font-size:52px;
  line-height:55px
 }
 .banner_box .banner-h2 {
  font-size:26px;
  padding-top:35px;
  margin-bottom:0
 }
 .banner_box .banner-p {
  font-size:18px;
  font-weight:300
 }
 .abuy {
  padding:15px 24px 15px 19px;
  font-size:20px
 }
 .adownload {
  padding:15px 24px;
  font-size:20px
 }
}
@media (min-width:768px) and (max-width:991.98px) {
 .banner_box {
  padding-left:15px!important;
  padding-right:15px!important;
  padding-top:7.5rem!important
 }
 .banner_box .banner-h1 {
  font-size:12px
 }
 .banner_box .bh {
  font-size:45px;
  line-height:48px;
  font-weight:700
 }
 .banner_box .banner-h2 {
  font-size:24px;
  padding-top:18px
 }
 .banner_section .carousel-indicators {
  bottom:0
 }
 .banner_section .carousel-indicators li {
  width:9px;
  height:9px
 }
 .slider_banner_img {
  min-height:435px;
  background-color:#e9f1f6;
 }
 .banner_box .banner-p {
  font-size:12px
 }
 .adownload {
  font-size:12px;
  padding:13px 9px
 }
 .adownload img {
  width:3%;
  margin-right:4px
 }
 .abuy {
  font-size:15px
 }
}
@media (min-width:480px) and (max-width:767.98px) {
 .banner_box {
  padding-left:15px!important;
  padding-right:15px!important;
  padding-top:7.5rem!important
 }
 .banner_box .banner-h1 {
  font-size:12px
 }
 .banner_box .bh {
  font-size:29px;
  line-height:33px;
  font-weight:700
 }
 .banner_section .carousel-indicators {
  bottom:0
 }
 .banner_section .carousel-indicators li {
  width:9px;
  height:9px
 }
 .slider_banner_img {
  min-height:407px;
  padding-top:125px;
  background-color:#e9f1f6;
 }
 .banner_box .banner-h2 {
  font-size:13px;
  padding-top:17px;
  line-height:29px
 }
 .banner_box .banner-p {
  font-size:12px
 }
 .adownload {
  font-size:12px;
  padding:13px 9px
 }
 .abuy {
  padding:14px 13px 14px 14px;
  font-size:12px
 }
 .adownload img {
  width:3%;
  margin-right:4px
 }
 .abuy img {
  width:5%;
  margin-right:6px
 }
}
@media (max-width:479px) {
 .banner_box {
  padding-left:15px!important;
  padding-right:15px!important;
  padding-top:7.5rem!important
 }
 .banner_box .banner-h1 {
  font-size:12px
 }
 .banner_box .bh {
  font-size:29px;
  line-height:33px;
  font-weight:700
 }
 .banner_section .carousel-indicators {
  bottom:0
 }
 .banner_section .carousel-indicators li {
  width:9px;
  height:9px
 }
 .slider_banner_img {
  display:none
 }
 .banner_section .carousel-item {
  min-height:407px;
  background-color:#e9f1f6;
 }
 .banner_box .banner-h2 {
  font-size:13px;
  padding-top:17px;
  line-height:29px
 }
 .banner_box .banner-p {
  font-size:12px
 }
 .adownload {
  font-size:12px;
  padding:13px 9px
 }
 .abuy {
  padding:14px 13px 14px 14px;
  font-size:12px
 }
 .adownload img {
  width:3%;
  margin-right:4px
 }
 .abuy img {
  width:5%;
  margin-right:6px
 }
}
.eraseracbox p {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Montserrat;
}
.eraseracbox p span {
    border-bottom: solid 4px #ea6521;
    padding-bottom: 10px;
    display: inline-block;
}
.eraseracbox ul {
    padding-top: 40px;
    padding-left: 0;
}
.eraseracbox li {
    list-style: none;
    line-height: 32px;
    font-weight: 500;
}

.bg-circle {
    width: 100%;
    position: static;
    background: url('../img/circles.webp') right top no-repeat, url('../img/circles1.webp') left bottom no-repeat;
        background-attachment: scroll, scroll;
    padding: 10px 0 0px 0;
    color: #293750;
    background-attachment: fixed;
}
.rbox {
    border-radius: 20px;
    height: auto;
    width: auto;
    border-bottom: 5px solid #fff;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.rbox:hover {
    border-radius: 20px;
    height: auto;
    width: auto;
    border-bottom: 5px solid #ea6521;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
.cbox-heading, .cbox-heading a{
   font-size: 1.5rem;
   color: #ea6521;
   text-decoration: none;
   outline: none;
   font-weight: 600;
}
.text-green{
  color: #12A912;	
}
.bg-yellow-light{
  background: #fff4dc;
}
.btn-adownload {
    color: #fff;
    background-color: #01A701;
    border-color: #28a745;
}
.btn-adownload:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.card-border{
	border-radius: 10px;
	border: 2px solid rgba(0,0,0,.125)
}
.card-border a {
	color: #000000;
	text-decoration: none;
}
.border-y-1{
	border-bottom: 1px solid #FFC215;
	border-top: 1px solid #FFC215;
	line-height: 125%;
	font-size: 20px;
	padding: 10px 0
}
.border-y-2{
	border-bottom: 1px solid #FDE56A;
	border-top: 1px solid #FDE56A;
	line-height: 125%;
	font-size: 20px;
	padding: 10px 0
}
.border-y-3{
	border-bottom: 1px solid #65E9D3;
	border-top: 1px solid #65E9D3;
	line-height: 125%;
	font-size: 20px;
	padding: 10px 0
}
.border-y-4{
	border-bottom: 1px solid #3993FF;
	border-top: 1px solid #3993FF;
	line-height: 125%;
	font-size: 20px;
	padding: 10px 0
}
.card-border-0{
	border-radius: 0px;
	box-shadow: 1px 1px 5px 1px #CBCBCB;
}
.card-border-0 a{
	text-decoration: none;
	color: #03c;
	transition: all .9s ease;
}
.card-border-0 a:hover{
	color: #e96656;
	transition: all .9s ease;
}
.bg-color1{
	background-color: #EF9D09;
	text-align: center;
	border-bottom: 5px solid #492100;
	height: 110px;
	padding: 25px;
}
.bg-color2{
	background-color: #EFC203;
	text-align: center;
	border-bottom: 5px solid #EF8803;
	height: 110px;
	padding: 25px;
}
.bg-color3{
	background-color: #00DBB6;
	text-align: center;
	border-bottom: 5px solid #007C89;
	height: 200px;
	padding: 25px;
}
.bg-color4{
	background-color: #AAD2FF;
	text-align: center;
	border-bottom: 5px solid #0060CE;
	height: 200px;
	padding: 25px;
}
.vs-section .container .row div span {
    font-size: 60px;
    font-weight: bold;
    font-style: italic;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.2);
}
.cert-section .bg {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2f5ca1+0,3d73ee+100 */
    background: #2f5ca1; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMmY1Y2ExIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzNkNzNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(-45deg,  #2f5ca1 0%, #3d73ee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #2f5ca1 0%,#3d73ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #2f5ca1 0%,#3d73ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f5ca1', endColorstr='#3d73ee',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}
.fingerprint-bg .cert-text span {
    display: block;
    color: #fff;
    font-size: 34px;
    font-weight: 100;
    margin: 0 0 40px 0;
}
.cert-section .adisa-title {
    margin: 0 0 90px 0;
}
.cert-section .adisa-title img {
    width: 115px;
    height: 115px;
    margin-right: 40px;
}
.cert-section .adisa-title h2 {
    margin: 0;
    text-align: left;
    font-size: 34px;
}
.cert-section p {
    color: #fff;
}
.cert-section a {
    color: #fff;
}
.cert-section .cert-group {
    margin: 30px 0 10px 0;
}
.cert-section .cert-group .row {
    margin-left: -10px;
    margin-right: -10px;
}
.cert-section .cert-group .col {
    padding-right: 5px;
    padding-left: 5px;
    text-align: center;
    margin: 0 0 50px 0;
}
.cert-section .cert-group .col img {
    border-radius: 4px;
    width: auto !important;
    height: 61px;
}
.cert-section .cert-group .col img.adisa-img {
    width:184px !important;
}
.cert-section .cert-group span {
    display: block;
    font-size: 24px;
    color: #fff;
    margin: 0 0 15px 0;
}
.cert-slider {
    width: 400px;
    margin: 0 auto;
}
.cert-slider .slick-slide {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all 300ms ease;
}
.cert-slider .slick-slide.slick-active.slick-center {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
}
.arrow-link {

}
.arrow-link:hover {
    text-decoration: none;
}
.arrow-link svg {
    width: 13px;
    height: auto;
    margin-top: -2px;
    transition: all 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.section-blocks h2 {
    text-align: left;
}
.cert-logos .col {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 50px 0;
    text-align: center;
}
.cert-logos img {
    width: auto !important;
    height: 61px;
}
.cert-logos .col img.adisa-img {
    width: 184px !important;
}
.arrow-link:hover svg {
    margin-left: 5px;
}
#slider {
    padding-left: 120px;
}
.dp-wrap {
    margin: 0 auto;
    /*position: relative;
    perspective: 1000px;
    height: 100%;*/
}
.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}
.dp-slider div {
    transform-style: preserve-3d;
}
.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    transition: transform 1.2s;
}
.dp-img img {
}
#dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}
#dp-slider .dp_item:first-child .dp-img img {
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#dp-slider .dp_item:first-child .dp-img:hover img {
    cursor: zoom-in;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(20%) scale(0.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(40%) scale(0.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(60%) scale(0.7);
}
.dp_item[data-position="5"] {
    z-index: 6;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="6"] {
    z-index: 5;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="7"] {
    z-index: 4;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="8"] {
    z-index: 3;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="9"] {
    z-index: 2;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="10"] {
    z-index: 2;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
.dp_item[data-position="11"] {
    z-index: 2;
    transform: rotateY(0deg) translateX(75%) scale(0.6);
}
#dp-slider .dp_item .btn-download, .dp-content p {
    visibility: hidden;
}
#dp-slider .dp_item:first-child .btn-download, .dp_item:first-child .dp-content p {
    visibility: visible;
}
#dp-next,
#dp-prev {
    position: absolute;
    top: 50%;
    right: 27%;
    height: 25px;
    width: 25px;
    z-index: 10;
    cursor: pointer;
}
#dp-next svg, #dp-prev svg {
    stroke: #fff;
}
#dp-prev {
    left: 15%;
    transform: rotate(180deg);
}
#dp-dots {
    display: none;
    position: absolute;
    bottom: 25px;
    z-index: 12;
    left: 38%;
    cursor: default;
}

#dp-dots li {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: #ffff;
    border-radius: 50%;
}
#dp-dots li:hover {
    cursor: pointer;
    background: #FA8C8C;
    transition: background .3s;
}
#dp-dots li.active {
    background: #FA8C8C;
}
.dp_item {
    width: 225px;
}
.dp-content ,
.dp-img {
    text-align: left;
}
.dp_item {
    /*display: flex;
    align-items: center;*/
}
.dp-content {
    padding-right: 0;
    display: inline-block;
    width: 100%;
}
.dp-content h2 {
    color: #41414B;
    font-family: Circular Std Bold;
    font-size: 48px;
    max-width: 460px;
    margin-top: 8px;
    margin-bottom: 0px;
}
.dp-content p {
    font-size: 12px;
    text-align: center;
    height: 54px;
}
.dp-content .site-btn {
   margin-top: 15px;
   font-size: 13px;
   padding: 19px 40px;
}

.dp-img img {
    object-fit: cover;
    object-position: right;
}
.dp-img img {
    width: auto;
    height: 320px;
}
#dp-slider {
    width: auto;
    height: 460px;
}
.dp-img img {
    box-shadow: 0 50px 37px -40px rgba(0, 62, 125, 0.75)
}
#dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
}
.box-border-bottom{
  border-bottom: 5px solid transparent;
  background-color: #fff;
  height: 100%;
}
.box-border-bottom:hover{
  border-bottom: 5px solid #ea6521;
  background-color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  font-weight: 600;
  padding: 1rem 0.7rem;
 }
 header a.btn{
  border-radius: .25rem;
 }
 .card-feature-head {
  position: relative;
  top: -24px;
  left: -24px;
  overflow: visible;
  background: #f76c26;
  width: max-content;
  border: 0px solid #051c3b;
  padding: .25rem 1.5rem;
  color: #fff;
  border-radius: 9px;
  /* margin-left: auto; */
  /* margin-right: auto; */
 }
 .feature-box {
  overflow: visible;
  padding: 5px 15px;
  border-radius: 10px;
  box-shadow: 0 2px 29px 0 rgba(68, 88, 144, .12);
  width: 100%;
 }
 .feature-box  ul.list-check li {
  position: relative;
  text-align: left;
  margin: 5px 0px;
  color: #fff;
 }
 .feature-box  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(247, 108, 38)" 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: 16px 16px;
  top: 5px;
  margin-left: -25px;
 }
 .bg-pattern::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url(https://www.bitrecover.com/assets/img/elements/white-pattern.svg);
  background-size: cover;
  background-position: 50%;
 }
 .bg-topbar {
  background-color: #051c3b !important;
 }

 /*acree tabs*/
 #screen-tab .nav-pills .nav-link.active, .nav-pills > .nav-link {
  color: #000!important;
  background-color: #ffe7db!important;
  text-align: left!important;
  margin: 10px 0px 10px 30px;
  border: 2px solid #ccc;
 }
 #screen-tab .nav-pills .nav-link.active, .nav-pills .show > .nav-link, #screen-tab .nav-pills .nav-link:hover {
  color: #000!important;
  background-color: #fff!important;
  border-radius: 5px;
  border: 2px solid #000;
 }
 .timeline {
  list-style-type: none;
  position: relative;
  z-index: 1;
 }
 .timeline::before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 10px;
  width: 2px;
  height: 100%;
  z-index: 400;
 }
 .timeline > button::before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #C63;
  left: 1px;
  width: 20px;
  height: 20px;
  z-index: 400;
 }
 .rounded2 {
  border-radius: 20px;
 }
 .blue .nav-tabs .nav-link{color:#cecece;font-weight:700}.blue .nav-tabs .nav-item .nav-link svg,.nav-tabs .nav-link svg{fill:#cecece}.blue .nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#036}.blue .nav-tabs .nav-item.show .nav-link svg,.nav-tabs .nav-link.active svg{fill:#036}