*{margin:0px;padding:0px;}
a{text-decoration:none !important;}
html{ overflow-x: hidden; scroll-behavior: smooth;}
body{font-family: 'Poppins', sans-serif; overflow-x: hidden;}
@font-face{font-family:"Century Gothic";font-style:normal;font-weight:normal;src:url("../fonts/breeserif-regular-webfontd41dd41d.html?#iefix") format("embedded-opentype"), url("../fonts/breeserif-regular-webfont.html") format("woff"), url("../fonts/Century%20Gothic.html") format("truetype"), url("../fonts/breeserif-regular-webfont-2.html#bree_regular") format("svg");}
.visible{display:block !important;}
.hidden{display:none;}
img{ max-width: 100%;}
.container{max-width:1280px; width:100%;}

.d-flex{
    display: flex !important;
}
.justify-content-center{justify-content: center;}
.align-items-center{align-items: center;}
.order-2{float:right !important;}

header{float: left; width: 100%; height: auto;}
.top-header{background-color: #055d60; padding:4px 0; text-align: center; color: #fff;}
.top-header a{color:#fff; font-size:17px; font-weight:600; letter-spacing: 1px;}
.logo01{float: left; width: 100%; height: auto; margin: 15px 0;}
.logo01 a{display:inline-block;}
.logo01 a img{height: 72px;}
.topright01{float: left; width: 100%; height: auto; margin-top: 37px;}
.topright01 ul{list-style: none; margin: 0px; padding: 0px; float: left; width: auto;}
.topright01 ul li{display: inline-block; margin-left: 20px; font-size: 15px; font-weight: 500;}
.topright01 ul li a{color: #25373f;}
.topright01 ul li a:hover{color: #e12933;}
.topcall{width: auto; display: flex; justify-content: flex-end; align-items: center; gap: 20px;}
.topcall a{position: relative; overflow: hidden; transition:all 0.4s ease-in-out;}
.topcall .request-demo{background-color: #e12933; padding: 9px 15px; border-radius: 6px; color: #fff; font-weight: 500;}
.topcall a::before{width:100%; height:100%; position: absolute; content:""; left:0; bottom:-100%; background-color:rgb(2, 116, 116); transition:all 0.4s ease-in-out; transform: scale(0);}
.topcall .request-demo span{position: relative;}
.topcall a:hover::before{transition:all 0.4s ease-in-out; bottom:0; transform: scale(1);}
.topcall .callToAction{font-weight: 700; color: #000; background-color: #fff; border:2px solid #585858; padding: 9px 15px; border-radius: 6px;}
.topcall .callToAction span{position: relative;}
.topcall .callToAction:hover{color:#fff;}
.topcall a img{vertical-align: sub; margin-right: 5px;}
.topcall a:hover{transition:all 0.4s ease-in-out;}

.changebox{margin: 0 5px; color: #01b5bb; overflow: hidden; transition: .5s; white-space: nowrap; line-height:40px !important; height: 40px !important;}

.banner{float: left; width: 100%; height: auto; padding:80px 0; position: relative; background:url(../images/home-banner.jpg) no-repeat center; background-size:100% 100%;}
.banner::before{position: absolute; content: ""; right:0; top:0; width:100%; height:100%; background-color:#000; opacity: .8;}
.banner h2{margin-top: 0; font-size:26px; color: #25373f; margin-bottom: 30px; font-weight: 700; display:flex;}
.banner h1{font-size:48px; font-weight:500; color:#fff; margin-bottom:20px; margin-top:10px; line-height:50px;}
.banner h1 span{color: #00ffea; font-weight:700;}
.banner h4 span#example{ display: block;}
.banner h4 span.typed_cursor{ font-weight: 300; opacity: 0.5;}
.banner h4{font-size:28px; color: #25373f; margin-bottom: 20px; font-weight:700;}
.banner p{font-size: 17px; line-height: 28px;}
.banner-content{display: flex;}
.banner-img{height: 280px; margin-top: 20px; margin-right: 30px;}
.banner ul{list-style: none; margin:20px 0 10px; padding: 0px; float: left; font-size: 16px; color:#fff;}
.banner ul li{float:left; display:flex; width:100%; position: relative; margin-bottom:6px; gap:10px; font-weight:500;}
.banner ul li i{display:flex; width:22px; height:22px; background-color:#fff; border-radius: 50%; flex: 0 0 22px; margin-top:0; position: relative; justify-content: center;}
.banner ul li i::before{position: absolute; content: ""; width:14px; height:7px; transform: rotate(-45deg); top:7px; border-left:2px solid #e12933; border-bottom:2px solid #e12933;}
.banner ul li img{}
.banner ul li p{color: #000; font-weight: 500; margin-top: 0; margin-bottom: 0px; position: relative; width: 100%; font-size:18px;}
.banner.thank-you h1{font-size:32px; margin-bottom: 15px; margin-top: 15px;}
.bnrform{float: right; width: 100%; height: auto; background-color: #fff; border: 1px solid #ddd;  border-top: 4px solid #e12933; border-radius: 8px; max-width: 400px; padding:40px; text-align: center; margin-bottom: 40px; margin-top: 40px; margin-right:0; box-shadow: 0px 0px 23px rgb(0 0 0 / 31%);}
.bnrform .error{float: left; width:100%; text-align: left; color:#e12933; font-size:12px;}
.bnrform h3{margin-top: 0px; font-size: 22px; margin-bottom: 20px; font-weight: 600; line-height: 26px;}
.bnrform form{float: left; width: 100%; height: auto;}
.bnrform form ul{margin:10px 0 0; width:100%;}
.bnrform form ul li{width: 100%; min-height: 10px; display: block; border: 0px; padding: 0px; border-radius: 0px; margin-bottom:20px; margin-right: 0px;}
.bnrform form ul li:last-of-type{margin-bottom: 0;}
.bnrform form ul li input{width: 100%; height:50px; border: 1px solid #ddd; border-radius: 4px; padding: 0px 15px; color: #000; outline: 0px; box-shadow: none;}
.bnrform form ul li select{width: 100%; height: 45px; border: 1px solid #ddd; border-radius: 4px; padding: 0px 15px; color: #000; outline: 0px; box-shadow: none;}
.bnrform form ul li textarea{width: 100%; height: 70px; border: 1px solid #ddd; border-radius: 4px;  padding: 15px; color: #000; outline: 0px; box-shadow: none;}
.bnrform form ul li img{margin-bottom: 5px;}
.bnrform form ul li button{background-color: #e12933; color: #fff; border: 0px; padding: 12px 25px; border-radius: 5px; font-weight: 500; width:100%; font-size: 17px; height:52px;}
.bnrform form ul li button:hover{background-color:#128171;}

.modal-form .bnrform{max-width: 100%;}
.modal-form .bnrform form ul li input{font-size:14px; font-weight:400;}
.modal-form .close{position: absolute; font-size: 42px; right: 10px; top: 50px; z-index: 1;}

.trusted-points{padding:40px 0; float: left; width:100%;}
.trusted-points ul{padding:0; margin:0; display: flex; justify-content: center; list-style: none; flex-wrap: wrap;}
.trusted-points ul li{padding:20px; max-width:20%; flex: 0 0 20%; text-align: center;}
.trusted-points ul li .trust-box{ gap:15px; background: #fff; padding: 10px; border-radius: 5px; align-items: center; height:88px;}
.trusted-points ul li .icon{display: inline-block; margin-bottom:0;}
.trusted-points ul li:first-of-type{border-left:none;}
.trusted-points ul li h3{font-size:18px; font-weight: 700; margin:15px 0; }
.trusted-points ul li h3 .counter{font-size:24px;}
.trusted-points ul li h3 .counter b{font-size:24px;}
.trusted-points ul li h3 .counter sup{top:-0.8em;}
.trusted-points ul li p{margin-bottom: 0; margin-top:0; font-weight: 500; opacity:.8;}
.sub-title{font-size:18px;}

.secion001{float: left; width: 100%; height: auto; padding:50px 0px;}
.heading01{width: 100%; height: auto; text-align: center; margin-top: 20px; margin-bottom: 20px;}
.heading01 h3{color: #e12933; font-size: 18px; font-weight: 400;}
.heading01 h2{font-weight: 700; color: #25373f; font-size:34px; margin-bottom:30px;}
.heading01 h2 span{color: #e12933;}
.brands{float: left; width: 100%; height: auto; text-align: center;}
.brands ul{float: left; width: 100%; height: auto; list-style: none; margin: 0px; padding: 0px; margin-top: 40px; display: flex; justify-content: center;}
.brands ul li{float: left; padding: 20px; width:25%; text-align: center;}
.brands ul li img{max-height:40px; margin-bottom:15px;}
.brands a{background-color: #e12933; color: #fff; border: 0px; padding: 12px 25px; border-radius: 5px; font-weight: 500;}
.brands .rating{font-weight:600; font-size:16px;}
.brands a:hover{background-color: #25373f;}

.secion002{float: left; width: 100%; height:430px; background-color: #128171; margin-top: 30px;}

.secion003{float: left; width: 100%; height: auto; padding-bottom:60px;}
.text-content{font-size:17px; padding:0 100px; text-align: center; line-height: 28xp;}
.heading02{float: left; width: 100%; height: auto; text-align: center; margin-bottom: 50px;}
.heading02 h3{font-size: 18px; font-weight: 400; color: #cf3232;}
.heading02 h2{font-weight: 700; font-size:34px; color: #25373f; line-height: normal;}
.heading02 h2 span{color: #cf3232;}
.featurebox{padding:30px; background-color: #fff; box-shadow: 0 0 8px #dbdada; border-radius: 15px; height: 260px; margin-bottom: 30px; gap:30px;}
.featurebox .feature-img{text-align: center; flex:0 0 150px  ;}
.featurebox .feature-img img{}
.featurebox .contents{padding-top: 0;}
.featurebox h4{color: #25373f; font-size:20px; font-weight: 600; line-height: normal; margin-bottom:10px;}
.featurebox p{color: #000; font-size: 13px; line-height:normal;}


.wishinbox01{float: left; width: 100%; height: auto;    margin-bottom: 50px;}
.wishinbox01 img{}
.wishinbox01 h4{color: #25373f; font-size:18px; font-weight: 600; line-height: 29px;}
.wishinbox01 p{color: #000; font-size: 13px; line-height:22px;}
.martingbtn{float: left; width: 100%; height: auto; text-align: center; margin-top: 35px;}
.martingbtn a{background-color: #e12933; color: #fff;  border: 0px; padding: 12px 25px; border-radius: 5px; font-weight: 500; font-size:24px;}
.martingbtn a:hover{background-color:#099; color:#fff;}

/* .secion004{float: left; width: 100%; height: auto; padding: 40px 0px; background-image: url(../images/bg003.png); background-repeat: no-repeat;  background-size: 100%; background-position: bottom right; background-attachment: fixed;} */
.secion004{background-color:#f2f2fb; float: left; width: 100%; height: auto; padding: 40px 0px;}
.servicebox0001{float: left; width: 100%; height: auto; padding: 20px; border-radius: 10px; min-height:325px; margin-bottom: 20px;}
.servicebox0001 img{margin:15px 0; height:450px;}
.servicebox0001 h3{font-size:18px; color: #25373f; line-height: 27px; margin-top: 12px; font-weight:600;}
.servicebox0001 p{color: #000; font-size:16px; margin-bottom: 0px; font-weight: 400; line-height:22px; line-height: 32px;}
.servicebox0001 p span{font-weight: 600; color: #e12933;}
.servicebox0001hed{ float: left; width: 100%; height: auto; min-height:auto; margin-bottom:30px; text-align: center;}
.servicebox0001hed h2{font-size:34px; font-weight: 700; margin-bottom: 10px; color: #25373f; line-height: normal;}
.servicebox0001hed p{color: #fff; font-size: 20px;}
.servicebox0001hed h2 span{color: #e12933;}
.btnhover{float: left; width: 100%; margin-top: 20px; text-align: center;}
.btnhover a{background-color: #e12933; color: #fff; border: 0px; padding: 12px 25px; border-radius: 5px; font-weight: 500;}
.btnhover a:hover{}

.secion005{float: left; width: 100%; height: auto;  padding: 50px 0px 70px;}
.secion005 h2{font-weight: 700; color: #25373f; font-size: 38px; text-align: center; margin-bottom: 10px; margin-top: 0px; line-height: normal;}
.secion005 h2 span{color:#e12933;}
.secion005 h2~img{margin-bottom:30px; height:380px;}
.container-sm .text-contents{padding:0;}
.container-sm .text-contents h3{font-size: 48px; margin-top: 0; line-height: normal; font-weight: 700; color: #25373f; line-height:58px;}
.container-sm .text-contents p{font-size:18px; opacity:.75; line-height: 32px;}
.text-contents ol{list-style: none; padding:0 0 0 15px; margin:15px 0 0; font-size:16px;}
.text-contents ol li{margin-bottom: 10px; padding-left: 20px; position: relative;}
.text-contents ol li::before{position: absolute; content:""; left:0; top:5px; width:10px; height:10px; background:#06696c; border-radius:50%;}
.secion005 ul{list-style: none; margin: 0px auto; padding: 0px; float: none; width: 100%; max-width: 1100px; position: relative; min-height:500px; margin-bottom: 30px;}
.secion005 ul li{float: left; position: absolute; bottom: 0; left: 0; width: 300px; height:230px; display: flex; align-items: center;}
.secion005 ul li span{position: absolute; top: 0; right: 0px; font-size: 50px; font-weight: 700; margin-top: 30px;}
.secion005 ul li p{display: block; margin-bottom: 0px; font-size: 15px;}
.secion005 ul li p img{margin-bottom: 10px;}
.secion005 ul li p strong{color: #25373f; font-weight: 600; font-size: 16px; display: block;}
.secion005 ul li:nth-child(1){left:0; padding-right: 60px;}
.secion005 ul li:nth-child(1) span{color: #fff; right: -12px; top: 100px;}
.secion005 ul li:nth-child(2){top:14%; bottom: auto; left: 16%;}
.secion005 ul li:nth-child(2) p{max-width:250px;}
.secion005 ul li:nth-child(2) span{top: auto; color: #fff; bottom:-60px; right: 35px;}
.secion005 ul li:nth-child(3){top:0; left: 42%; bottom: auto; padding-right: 30px;}
.secion005 ul li:nth-child(3) span{bottom: -90px; top: auto; left: 60px; color: #fff;}
.secion005 ul li:nth-child(4){right:2%; float: right; left: auto; bottom:44%; padding-right:40px;}
.secion005 ul li:nth-child(4) span{left:-90px; top: auto; bottom:-50px; color: #fff;}
.secion005 ul li:nth-child(5){right:0; left: auto; float: right; padding-left: 50px;}
.secion005 ul li:nth-child(5) span{left:-40px; color: #fff; top:100px;}

.container-sm{max-width:1280px; width:100%; margin:0 auto;}
.container-sm .row{display: flex; padding:40px  0; gap:50px; justify-content:space-between; align-items: center;}

.secion006{float: left; width: 100%; height: auto; background-color:transparent; padding: 40px 0px; padding-bottom: 50px;}
.secion006 .heading01{margin-bottom: 0;}
.secion006 .text-contents{padding-top:30px;}
.text-card{text-align: center; padding:20px; margin:15px 0;}
.text-card .text-card-body p{display: none;}
.secion006 .text-contents h3{font-size: 20px; margin-top: 15px; font-weight: 600; line-height: normal;}
.testislider{float: left; width: 100%; height: auto; margin-bottom: 20px;}
.video-reviews{float: left; width: 100%;}

.feature-lists{display:flex; list-style: none; flex-wrap:wrap; justify-content: center;}
.feature-lists li{max-width:20%; flex:0 0 20%; padding:15px;}
.feature-lists li img{height:80px;}
.feature-lists li .text-card{padding:0;}

.css-x0bsaa{border: 0.1rem solid rgb(141, 171, 216); float: left; width:100%; border-radius: 0.8rem; padding: 3rem 0 4rem; background-color: rgb(251, 253, 252); clear: both; margin-bottom: 50px;}
.css-x0bsaa .divider-section{text-align: center; display: flex; justify-content: space-around; -moz-box-align: center; align-items: center; padding: 0px 6rem;}
.css-1eg8k0{color: rgb(214, 214, 214); width: 100%;}
.css-1eg8k0 hr{border-color: rgb(234, 236, 240); border-width: 0px 0px thin; border-style: solid;margin: 0px;}
.css-x0bsaa .divider-section__title{min-width: 22rem; color: rgb(115, 115, 115); font-weight: 600;}
.css-1eg8k0{color: rgb(214, 214, 214);  width: 100%;}
.css-x0bsaa .portfolio__banner{margin-top: 1.5rem; display: flex; justify-content: space-evenly; flex-wrap: wrap;}
.css-1k8s45p{display: flex; flex-direction: column; text-align: center; width: 33%;}
.css-1k8s45p .icon{margin-top: 1rem; color: rgb(115, 115, 115);}
.css-x0bsaa .portfolio__title{font-weight: 600; font-size: 20px; margin: 0px; line-height: 1.4; letter-spacing: -0.2px;}
.css-x0bsaa .portfolio__description{width: 80%; align-self: center; padding: 0.5rem; color: rgb(115, 115, 115);}

#testimonial{padding-top:0;}

.testislider .owl-carousel img{border-radius:50%; padding:5px; background-color:#fff; box-shadow: 0px 0px 4px #dadada;}
.testislider .owl-nav,
.features .owl-nav{margin: 0px; position: absolute; top: 35%; left: 0; width: 100%;}
.testislider .owl-nav button,
.features .owl-nav button{background-color: #e93d17 !important;  width: 35px; height: 35px; font-size: 34px !important; color: #fff !important; border-radius: 50px !important; padding: 0px !important; line-height: 0px !important;}
.testislider .owl-nav button span,
.features .owl-nav button span{line-height: 0px; padding: 0px; height: 26px;}
.features .owl-prev,
.testislider .owl-prev{float: left; margin-left:0 !important;}
.features .owl-next,
.testislider .owl-next{right: 0; float: right; margin-right: 0 !important;}
.testislide .owl-nav{display: flex; justify-content: center; margin-top:20px; gap:5px;}
.testislide .owl-nav button{width: 50px; background: #1c6d70 !important; color: #fff !important;}
.testislide .owl-nav button:hover{background: #e93d17 !important;}
.testislide .owl-nav button span{font-size:25px;}

.text-review{margin-bottom: 50px;}
.testivideo{float: left; width: 100%; position: relative; margin-top: 40px;}
.testivideo img{border-radius: 10px;}
.testivideo h3{color: #25373f; font-size: 17px; font-weight: 600;}
.testivideo h3 strong{display: block; font-weight: 400; margin-top: 4px; font-size: 16px;}
.testivideo h3 span{float: right; margin-top: -37px;}
.testivideotext{float: left; width: 100%; height: auto; position: relative; background-color: #fff; padding:20px; margin-top: 40px; border-radius: 10px; padding-top:50px; border:1px solid #dadada}
.testivideotextface{float: left; width: 85px; position: absolute;  top: -36px;}
.testivideotext p{color: #000; font-size: 15px; line-height:24px; padding-top:10px; height:230px;}
.testivideotext h3{border-top: 1px solid #dadada; padding: 15px 15px 0; font-size: 15px; font-weight: 600; color: #25373f; margin-bottom: 0px; display: flex; justify-content: space-between; align-items: center; margin-left: -20px; margin-right: -20px;}
.testivideotext h3 strong{display: block; font-weight: 400; margin-top: 5px; display: none;}
.testivideotext h3 span{float: right; margin-top:0;}
.testislider .owl-carousel h3 span img{box-shadow:none; border-radius:0; padding: 0;}

/* .location-section .text-contents h3{font-size:20px; margin-top: 30px;} */
.location-section .text-contents h4{margin-top: 30px;}
.location-section .text-contents ol{padding-left:20px;}
.page-links{padding:20px 0 60px;}
.page-links h2{color:#e93d17; text-align: center;}
.page-links ul{margin:40px 0 0; padding:0; list-style:none; display: flex; flex-wrap: wrap;}
.page-links ul li{max-width:33.33%; flex:0 0 33.33%; margin-bottom:30px; text-align: center;}
.page-links ul li a{color:#e93d17;}
.page-links ul li a:hover{color:#06696c;}
.faq{padding:0 0 50px;}
.faq h4{margin-top:30px;}

footer{float: left; width: 100%; height: auto; padding:15px 0 0; background-color:#333; color:#ccc;}
.fotlocation01{float: left; width: 100%; height: auto; margin-top: 20px; margin-bottom: 20px;}
.fotlocation01 h2{font-weight: 700; color: #25373f; font-size:36px; text-align: center; margin-bottom: 30px; line-height: normal;}
.fotlocation01 h2 span{color:#e12933;}
.copyright{font-size:12px;}
.copyright a{color: #ccc; margin:0 5px;}
.copyright a:hover{color:#e12933;}

.features .owl-dots{display: flex; justify-content: center; gap: 5px; margin-top: 10px;}
.features .owl-dots .owl-dot{width:13px; height:13px; border-radius:50%; background-color:#ccc;}
.features .owl-dots .owl-dot.active{background-color:#e12933;}
.features.owl-carousel.owl-drag .owl-item{padding:0 10px;}
.features .owl-item img{display: inline-block; width:auto; height:70px;}

.features.award.owl-carousel.owl-loaded.owl-drag .owl-item{ background:#fff; border:1px solid #ccc; border-radius:8px; margin:5px; }
.features.award.owl-carousel.owl-loaded.owl-drag img{ height:auto; !important;  }
.features.award.owl-item img{ height:100px !important; }

.secion-influencers{padding-top: 40px; clear: both;}

.mobileshow{display: none;}
.desktopshow{display: block;}
.footer-call-link{
    position: fixed;
    width: 100%;
    height: 40px;
    bottom: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    z-index: 100;
    box-shadow: 0px -1px 10px 1px rgb(81 202 95);
    animation: glow 1.5s linear infinite alternate;
    background-color: #dd2734;
    padding: 9px;
    display:none
}

.promo-banner button.close {
    border: 3px solid #fff;
    border-radius: 50%;
    padding: 0px 3px;
    position: absolute;
    right: -12px;
    top: -12px;
    background: #727272;
    opacity: 0.8;
    color: #fff;
}
.promo-banner img {
    border-radius: 5px;
}
.samll-business-services{ padding:0px; margin:0px;}
.samll-business-services ul{ display:flex; justify-content:center; flex-wrap:wrap; list-style:none; }
.samll-business-services ul li{ flex: 0 0 33.33%; margin-bottom: 20px; padding:15px;}
.samll-business-services ul li small img{ width:70px; }
.samll-business-services ul li h3{ font-size:20px; text-align: left; color:rgb(22, 28, 38); line-height:30px;}
.samll-business-services ul li p{ font-size:16px; text-align: left; color:rgb(22, 28, 38); line-height:28px; font-weight:400;}
.samll-business-services ul li p span{display: none;}
.samll-business-services ul li p a{color:#e12933; cursor: pointer;}
 

.award .owl-carousel img{border-radius:50%;}
.award .owl-nav,
.award .owl-nav{margin: 0px; position: absolute; top: 35%; left: 0; width: 100%;}
.award .owl-nav button,
.award .owl-nav button{background-color: #e93d17 !important;  width: 35px; height: 35px; font-size: 34px !important; color: #fff !important; border-radius: 50px !important; padding: 0px !important; line-height: 0px !important;}
.award .owl-nav button span,
.award .owl-nav button span{line-height: 0px; padding: 0px; height: 26px;}
.award .owl-prev,
.award .owl-prev{float: left; margin-left:0 !important;}
.features .owl-next,
.award .owl-next{right: 0; float: right; margin-right: 0 !important;}
.award .owl-item { margin:10px 0px; border-radius:10px; }

.award .owl-item img {display: inline-block; width: auto; height: 120px;}
.award .owl-item .text-card {text-align: center;  padding: 0p !important;  margin: 0px auto;}
.award .owl-item .text-card p{ font-size:18px; text-align:center;color: #333; line-height:30px; }

.sectors{background-color:#f2f2fb;}

.industries .owl-carousel img{border-radius:50%;}
.industries .owl-nav,
.industries .owl-nav{margin: 0px; position: absolute; top: 35%; left: 0; width: 100%;}
.industries .owl-nav button,
.industries .owl-nav button{background-color: #e93d17 !important;  width: 35px; height: 35px; font-size: 34px !important; color: #fff !important; border-radius: 50px !important; padding: 0px !important; line-height: 0px !important;}
.industries .owl-nav button span,
.industries .owl-nav button span{line-height: 0px; padding: 0px; height: 26px;}
.industries .owl-prev,
.industries .owl-prev{float: left; margin-left:0 !important;}
.industries .owl-next,
.industries .owl-next{right: 0; float: right; margin-right: 0 !important;}
.industries .owl-item { margin:10px 0px; border-radius:10px; }

.industries .owl-item img {display: inline-block; border-radius: 10px; width: auto; height: 300px; margin:5px;}
.industries .owl-item .text-card {text-align: center; padding: 0 !important; margin: 0px auto;}
.industries .owl-item .img-top-pading {text-align: center; padding: 0p !important;  margin: 0px auto;}
.industries .owl-item .img-top-pading h5{ font-size:20px; text-align:center;color: #333; line-height:30px; }
.industries .owl-item .img-top-pading img{box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.1); }
.industries .owl-item .text-card h5{ font-size:20px; text-align:center;color: #333; line-height:30px; }
.industries-p{  font-size:22px; text-align:center;color: #333; line-height:30px; padding:0px 220x; }

ul.accordion-list {position: relative; display: block; width: 100%;  height: auto; margin: 0; list-style: none;}
ul.accordion-list li {position: relative; display: block; width: 100%; height: auto; background-color: #FFF; padding: 20px; margin: 0 auto 6px auto; border: 1px solid #eee; border-radius: 5px; cursor: pointer;}
ul.accordion-list li.active h3:after {transform: rotate(45deg);}
ul.accordion-list li h3 {font-weight: 700; position: relative; display: block; width: 100%; height: auto; padding: 0; margin: 0; font-size:17px; letter-spacing: 0.01em; cursor: pointer;}
ul.accordion-list li h3:after {content: "+"; position: absolute; right: 0; top: 0; color: #969696; transition: all 0.3s ease-in-out; font-size: 18px;}
ul.accordion-list li div.answer {position: relative; display: block; width: 100%; height: auto; margin:20px 0 0; padding:10px 0 0; cursor: pointer; border-top:1px solid #dadada}
ul.accordion-list li div.answer p {position: relative; display: block; font-weight:400; padding: 10px 0 0 0; cursor: pointer;  line-height: 150%;  margin: 0 0 15px 0;}
.awards-section{clear: both; padding:30px 0 70px;}
.awards-section .awards-group{padding: 15px;}

.pricing-section{padding: 70px 0 40px; clear: both;}
.pricing-section .row{display: flex;}
.custom-column{max-width:20%; flex:0 0 20%; padding-left:15px; padding-right:15px;}
@media screen and (max-width:1200px) {
    .custom-column{max-width:25%; flex: 0 0 25%;}
}
@media screen and (max-width:991px) {
    .custom-column{max-width:33.33%; flex: 0 0 33.33%;}
}
@media screen and (max-width:767px) {
    .custom-column{max-width:50%; flex: 0 0 50%;}
}
@media screen and (max-width:574px) {
    .custom-column{max-width:100%; flex: 0 0 100%;}
}
.container.max{max-width:1540px;}
.pricing-content{padding-top: 40px;}
.pricing-content-col { height: 100%;}
.gst-exclusive {text-align: right;}
.custmization-charge p {text-align: center;}
.pricing-content-col-wrapper {background: #fff; color: #000; padding: 24px; border-radius: 8px; box-shadow: 0 4px 8px rgba(21, 26, 40, .1), 0 1px 2px rgba(21, 26, 40, .1); border-radius: 20px; border: 1px solid rgb(9 23 64 / 8%); height: 100%;}
.pricing-plan-all {padding-top: 0px;position: relative;}
.pricing-content-text h6 {font-weight: 600; font-size: 25px;}
.pricing-content-text { margin-top: 9px;height: 160px;}
.include {padding: 15px 11px; background: #fff;  margin: 5px 9px; border-radius: 20px; margin-top: 20px;}
.pricing-content .include>ul {min-height: 140px; padding-left: 18px;}
.pricing-content .include>ul li{margin-bottom:3px;}
.pricing-content-col-wrapper {padding: 0;}
.pricing-content-col-inner {padding: 0px 20px; padding-top:40px;}
.pricing-content-text>span>del {color: #71748e; font-size: 17px; font-weight: 500;}
.include-plan ul>li svg {height: 1rem; width: 1rem;}
.include-plan ul>li .check {color: #0da89e;}
.include-plan ul>li .close {color: #87909d;}
.pricing-plan-all ul>li img {width: 16px;}
.pricing-content .yearly {border: 1px solid #ddd; border-radius: 100px; padding: 3px 10px; font-size: 14px;}
.pricing-content .plan {font-size:24px;  display: block; font-weight:600;}
.free-trail a {padding: 8px 0; text-align: center; border: 1px solid #091740; border-radius: 80px; color: #091740; display:block;}
span#contact-btn-add2 .free-trail {border-bottom: 0;}
.include-plan {height: 350px; overflow-y: auto;}
.free-trail {border-bottom: 1px solid #dbdbdb;  padding-bottom: 21px; margin: 24px 0;}
.include-plan::-webkit-scrollbar,
.selectDropdown::-webkit-scrollbar {width: 8px; height: 20px; border-radius: 5px;}
.include-plan::-webkit-scrollbar-track,
.selectDropdown::-webkit-scrollbar-track {background-color: #dbdbdb; padding: 0 5px; border-radius: 5px;}
.include-plan::-webkit-scrollbar-thumb,
.selectDropdown::-webkit-scrollbar-thumb {background-color: #fff; border-radius: 5px; box-shadow: 2px 2px 5px rgba(0, 41, 64, .12); }
.pricing-content-col-inner {padding: 0px 20px; padding-top:40px;}
.pricing-content-text>span>del {color: #71748e; font-size: 17px; font-weight: 500;}
.premium-plan{background:#68335b; border:7px solid #642955; box-shadow:0 0 15px #380f31; padding: 0 0 15px; position: relative;}
.pricing-content .premium-plan .plan{color: #ffea92; background: linear-gradient(45deg, #ffea92, white); -webkit-text-fill-color: transparent; background-clip: text;}
.pricing-content .premium-plan .pricing-content-text>p{color:#fff;}
.pricing-content .premium-plan .pricing-content-text h6,
.pricing-content .premium-plan .pricing-content-text h6 .small{color:#ffea92;}
.pricing-content .premium-plan .pricing-content-text h6 .small{font-size:50%%;}
.pricing-content .premium-plan .pricing-content-text > span > del{color: #c7c7ca;}
.recm {position: absolute; top: -10px; padding: 5px 10px; color: #df0000; border-radius: 8px; background: #ffea92; right: 23px; font-size: 15px; font-weight: 600;}

.free-trail a{background-color:#017d81; color:#fff;}
.free-trail a:hover{background-color:#df0000; color:#fff;}

.thankyou{background-color:#06696c;}
.thankyou-wrap{
  margin: 120px 0;
  background: #fff;
  overflow: hidden;
  border-radius: 20px;
  border: 15px solid #088387;
}
.thankyou-wrap .thank-you{padding: 40px 40px 0; font-size: 18px;}
.thankyou-wrap .thank-you h1{margin-bottom:30px;}
.thankyou-wrap .thank-you h1 span{-webkit-text-stroke-width: 1.7px; -webkit-text-stroke-color:#06696c; color:#fff; font-size: 56px;}
.thank-you-conbtent a.call{display: inline-block; margin:30px 10px 0; border: 2px solid; padding: 10px 20px; border-radius: 5px; letter-spacing: 1px;}
.thank-you-conbtent a.call:hover{background-color:#df0000; color:#fff;}

.industry-tabs .nav-tabs{
  display: flex;
    justify-content: center;
    margin: 40px 0 20px;
    gap:40px;
    border: none;
}
.industry-tabs .nav-tabs .nav-link{
  background-color: #fff;
    padding: 16px 40px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #686868;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 40px;
    border:2px solid transparent !important;
}
.industry-tabs .nav-tabs .nav-link .icon img{height:40px;}
.industry-tabs .nav-tabs li.active{margin-bottom:0;}
.industry-tabs .nav-tabs li.active .nav-link{
  border-color:#df0000 !important;
}

.industries-lists{display: flex; justify-content: center; text-align: center; gap:30px; flex-wrap: wrap;}
.industries-lists li{
  display: flex;
  gap: 0;
  width: 12%;
  height: 137px;
  align-items: center;  
  padding: 10px;
  border-radius: 8px;
  margin: 30px 0 0;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
  border: 1px solid transparent;
  transition: all 0.4s ease-in-out;
}
.industries-lists li:hover{background: #fff; border-color:#ffa692; transition: all 0.4s ease-in-out;}
.industries-lists li .icon{display:block; max-width:100%; flex: 0 0 100%;}
.industries-lists li .icon img{margin-bottom: 15px;}

.pricing-section .mange-height {
  min-height: 250px;
}

.pricing-section .content{
width: 100%;
margin: auto;
display: flex;
justify-content: space-between;
flex-wrap: wrap; margin-top: 50px;
}
.pricing-section .content .card{
background: #fff;
width: calc(20% - 12px);
text-align: center;
padding: 15px 30px  30px 30px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); position: relative;
}
.pricing-section .content .card .top{
height: 130px;
color: #fff;
padding: 12px 0 0 0 ;
clip-path: polygon(0 0, 100% 0, 100% 53%, 49% 100%, 0 53%);
}

.pricing-section .content .card .top .title{
font-size: 27px;
font-weight: 600;
}
.pricing-section .content .card .top .price-sec{
margin-top: -10px;
font-weight: 600;
}
.pricing-section .content .card .top .price{
font-size:32px;
}
.pricing-section .content .card .info{
font-size: 16px;
margin-top: 20px;
}
.pricing-section .content .card .details .one{
margin-top: 25px;
font-size: 15px;
display: flex;
justify-content: space-between;
align-items: center;
position: relative;
}
.pricing-section .content .card .details .one::before{
position: absolute;
content: "";
width: 100%;
background: #ddd;
height: 1px;
left: 0;
top: -12px;
border-radius: 25px;
}
.pricing-section .content .card .details .one i{
color: #2db94d;
}
.pricing-section .content .card .details i.fa-times{
color: #cd3241;
}
.pricing-section .content .card button{
outline: none;
border: none;
height: 42px;
color: #fff;
margin-top: 30px;
border-radius: 3px;
font-size: 18px;
width: 100%;
display: block;
transition: all 0.3s ease;
cursor: pointer;
letter-spacing: 1px;
}
.pricing-section .content .one .top,
.pricing-section .content .one button{
background: #e12933;
}
.pricing-section .content .two .top,
.pricing-section .content .two button{
background: #e87130;
}
.pricing-section .content .three .top,
.pricing-section .content .three button{
background: #11BCC3;
}
.pricing-section .content button:hover {
filter: brightness(90%);
}
.pricing-section .content .one ::selection{
background: #8af5b6;
}
.pricing-section .content .two ::selection{
background:  #f2b08c;
}
.pricing-section .content .three ::selection{
background: #d0f9fb;
}
@media (max-width:1000px) {
  .pricing-section .content .card{
  background: #fff;
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
}
@media (max-width:715px) {
  .pricing-section .content .card{
  width: 100%;
}
}

@media screen and (min-width:1141px) and (max-width:1280px){
  .container,
  .container.max,
  .container-sm{max-width:1140px;}
  .secion006 .text-contents h3{font-size:18px;}
  .container-sm .text-contents h3{font-size: 46px;}
  .industries-lists{gap:10px;}
  .pricing-section .content .card button{font-size:15px;}
  .pricing-section .content .card{padding:15px;}
  .pricing-section .content .card .top .title{font-size: 22px;}
  .pricing-section .content .card .top .price{font-size:25px;}
  .pricing-section .content .card .top .price-sec{margin-top: 0;}
  .pricing-section .content .card .info{font-size: 14px;}
  .pricing-section .content .card .info~span.price{display: none;}
}
@media screen and (min-width:768px) and (max-width:991px){
  .container,
  .container.max,
  .container-sm{max-width:720px;}
  .bnrform{max-width:100%;}
}
@media (max-width:767px){
  .top-header{background-color:#000; font-weight: 600;}
    .topright01 ul{ display: none;}
    .topright01{ margin-top: 23px;}
    .banner{text-align: left; padding-bottom:0;}
    .banner h1{font-size:32px; margin-top: 0; line-height: 42px;}
    .banner-img{float: none; margin:0 auto 30px; height: auto;}
    .banner-content{display: block; text-align: left;}
    .bnrform{ max-width: 100%; margin-right: 0px; margin-top:15px; padding:30px;}
    .bnrform form ul li img{    position: relative; height: auto;}
    .banner{ border-bottom: 0px;}
    .trusted-points{padding:35px 0 30px;}
    .trusted-points ul li{max-width:50%; flex:0 0 50%; padding:5px;}
    .trusted-points ul li .trust-box{height: auto;}
    .trusted-points ul li h3 .counter b{font-size:20px;}
    .secion001{padding:0;}
    .heading01 h2,
    .heading02 h2,
    .secion005 h2,
    .fotlocation01 h2,
    .servicebox0001hed h2{font-size: 26px; line-height: normal;}
    .heading01 h2,
    .heading01{margin-top: 0;}
    .heading02{margin-bottom: 20px;}
    .text-content{padding:0;}
    h2 br{display: none;}
    .servicebox0001 img{height: auto;}
    .brands ul{margin-top: 0; flex-wrap: wrap; margin-bottom: 0;}
    .brands ul li{ width: 50%; padding: 10px; border: 1px solid #ddd !important;}
    .brands ul li:nth-child(5){}
    .brands ul li:nth-child(10){ display: none;}
    .heading02 h3{font-size: 15px; line-height: 20px;}
    .heading02 h4{font-size: 21px;}
    .heading02{ margin-top: 0;}
    .container-sm .row{display:block; padding:40px 0 10px;}
    .half-img img{width:280px; margin-bottom: 20px;}
    .container-sm{padding-left:15px; padding-right:15px;}
    .container-sm .text-contents h3{font-size:24px; line-height: 32px;}
    .testivideotext p{height: auto;}
    .text-review{margin-bottom: 20px;}
    .text-card{min-height: auto;}
    .wishinbox01 img{ height: 50px;}
    .wishinbox01 h3{font-size: 14px; line-height: 19px; margin-top: 5px;}
    .wishinbox01 p{ font-size: 12px;}
    .wishinbox01{ margin-bottom: 10px; min-height: 230px;}
    .martingbtn a{font-size:14px;}
    .secion004{padding: 30px 0px;     background-size: cover; background-position: center top;     background-attachment: inherit; padding-bottom: 50px;}
    .servicebox0001{padding:0; text-align:center;}
    .servicebox0001 h3 br{ display: none;}
    .secion003{padding-bottom: 0;}
    .css-x0bsaa{margin-bottom: 15px;}
    .secion005 h2{margin-bottom: 20px;}
    .mobileshow{display: block;}
    .desktopshow{display: none;}
    .servicebox0001hed{ min-height: 10px;}
    .servicebox0001hed h3{ font-size: 28px;}
    .servicebox0001hed h3 br{ display: none;}
    .servicebox0001hed p{ font-size: 17px;}
    .secion005,
    .secion006,
    .location-section{text-align: center;}
    .page-links ul li{max-width:100%; flex:0 0 100%; margin-bottom: 15px;}
    .footer-call-link{display: block;}
    .features .owl-prev, .testislider .owl-prev{margin-left: 0 !important;}
    .features .owl-next, .testislider .owl-next{margin-right: 0 !important;}
    .secion005 h2~img{height: auto;}
    .testislide .owl-prev,
    .testislide .owl-next{width:40px; height: 40px; background-color:#ccc !important; margin: 0 5px;}
    .testislide .owl-prev span,
    .testislide .owl-next span{font-size:30px;}

    .banner{ margin-top:0px; }
    .banner h2{ margin-bottom:15px; display:block; font-size:19px;}
    .banner h4{font-size:20px;}
    .changebox{white-space:inherit; margin:5px auto 0; width:300px !important; line-height:28px !important; height:28px !important;}
    .changebox span{display: block;}
    .changebox br{display:none;}
    .feature-lists li { max-width: 50%; flex: 0 0 50%; padding:5px;}
    .secion006 .text-contents h3{ font-size:14px;margin-top: 9px; }
    .samll-business-services ul li{ flex: 0 0 100%; }
    .samll-business-services ul li{  text-align:center; display:inline-block; padding: 10px;}
    .samll-business-services ul li h3{ text-align:center; }
    .samll-business-services ul li p{text-align: center;}
    .css-1k8s45p{ flex: 0 0 100%;}
    .css-x0bsaa .portfolio__title{ font-size:18px; }
    .heading01 h2, .heading02 h2, .secion005 h2, .fotlocation01 h2, .servicebox0001hed h2 {
        font-size: 22px !important; line-height: normal;}
    .awards-section{padding: 40px 0 0;  float: left;  width: 100%;}
    .industries-p{  font-size:18px; }
    ul.accordion-list li h3{ font-size:16px; line-height:28px; font-weight:600; }
    .samll-business-services ul li h3{ font-size:18px; font-weight: 600;}
    .brands ul li img {max-height: 11px;margin-bottom: 15px;}
    .secion005{ padding: 20px 0px 40px; }
    .banner{ margin-bottom:0px; background:url(../images/m-home-banner.jpg) no-repeat center; background-size:cover; padding:40px 0;}
    .text-contents ol li{text-align: left; font-size: 14px;}

    .secion006{ margin-bottom:0px !important; }
    .pricing-section .row{display:block;}
    .custom-column{margin-bottom: 30px;}
    .industry-tabs .nav-tabs{gap:10px;}
    .industry-tabs .nav-tabs .nav-link{padding: 4px 7px;}
    .industries-lists{gap: 10px; margin-top: 40px;}
    .industries-lists li{width:48%; height: 125px; margin:0; border: 1px solid #ccc;}
    .pricing-section{padding-top:40px;}
    .pricing-section .mange-height{min-height: inherit;}
    .award .owl-item img{height: auto;}
    .award .owl-prev, .award .owl-prev{margin-left: -15px !important;}
    .award .owl-prev, .award .owl-next{margin-right: -15px !important;}
    .secion-influencers{padding-top: 0;}
    .faq .fotlocation01 h2,
    .faq .fotlocation01{margin-top: 0;}
    #testimonial{padding-bottom: 20px;}
    footer{padding-bottom:60px; text-align: center;}
}


.exit-popup .modal-dialog{
    max-width: 1000px;
    width:auto !important;
}
.close_exit_popup i{
    font-style: normal;
    font-size: 35px;
    transform: rotate(45deg);
    display: block;
}
.close_exit_popup{
    position: absolute;
    right: -10px;
    top: -10px;
    background: #fff !important;
    opacity: 1;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
}

#scroll-btn-modal-container-desktop {
    top:40%;
    left:55%;
    position:absolute;
    width:334px!important;
    transform:translate(-50%,-60%);
    min-height:450px!important;
    min-width:800px!important;
    background:url(../images/website-pop-up-design-1.jpg);
    background-size:100% 100%;
    background-repeat:no-repeat;
    margin-left:-50px;
    margin-top:70px;
    border-radius:8px
  }
  .desktop-popup-container {
    margin-top:50px
  }
  .white-text {
    color:#fff;
    font-size:50px!important;
    font-weight:600
  }
  .yellow-text {
    color:#ff0;
    font-size:50px!important;
    font-weight:600
  }
  .success-container {
    margin-top:125px;
    width:60%!important;
    margin-left:0;
    display:none;
    text-align:center
  }
  .success-text {
    font-size:24px!important;
    color:#ff0
  }
  .desktop-popup-input {
    border:2px solid #fff!important;
    border-radius:5px;
    color:#fff;
    font-weight:500
  }
  .call-button {
    background:#000;
    margin-top:28px;
    color:#fff;
    border-radius:5px;
    width:150px;
    border:none;
    font-size:20px
  }
  .phone-desktop {
    color:#fff!important;
    margin-top:5px;
    margin-bottom:15px
  }
  #error_message_desktop_popup {
    color:#fff
  }


