/************************************/
/*** 	   02. General css		  ***/
/************************************/

body{
	 font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	 color: rgba(255, 255, 255, 0.7);
	 background-color: #070300;
}
p{
	line-height: 1.5em;
	margin-bottom: 1.6em;
}

h1,
h2,
h3,
h4,
h5,
h6{
	margin :0;
	font-family: var(--accent-font);
	font-weight: 400;
	line-height: 1.2em;
	color: #fff;
}

figure{
	margin: 0;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
	outline: 0;
}

a:focus{
	text-decoration: none;
	outline: 0;
}

html,
body{
	width: 100%;
	overflow-x: clip;
}
.mvin-section
{
font-weight:300;
}
.page-template-custom-service-page .kc_column > .kc-col-container {
	height: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.page-template-custom-service-page .header-style-two .header-upper {
	padding-top: 0px;
}
.page-template-custom-service-page .main-header .header-upper .upper-right {
	padding: 16px 0 0;
}
.container {
    max-width: 1170px;
    width: 100%;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl{
    padding-right: 15px;
    padding-left: 15px;
}
.container-fluid
{
max-width:1500px;
	margin:0px auto;
	width:100%;
}
.section-title .title-style1 {
    font-size: 75px;
    margin-bottom: 20px;
    font-weight: 600;
}
.section-title .title-style1 span{
	color: #ff6100;
}
.section-title .details-style1 {
    font-size: 18px;
}
.section-title .sup-title-style1 {
    display: inline-block;
    color: #ff6100;
    background-color: rgba(255, 85, 0, 0.2);
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 14px;
}
.custom-btn-default {
    border: 1px solid #302626;
    padding: 10px;
    min-width: 186px;
    display: inline-block;
    margin: 0px 10px;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.custom-btn-default.orange {
    background-color: #ff6100;
	border-color:#ff6100;
}
.custom-btn-default.orange i {
	padding-left:8px;
} 
.custom-btn-default i.left-icon {
	padding-right:8px;
	font-family: 'Font Awesome 5 Brands';
} 
.custom-btn-default:hover{
	color:#fff;
	opacity: 0.8;
}
.hero {
   padding-top:80px;
    padding-bottom:80px;
}
.hero .hero-content {
    text-align: center;
    margin: auto;
    max-width: 900px;
}
.our-delivery {
    padding-bottom: 80px;
}
.our-delivery .delivery-list {
    margin: auto;
}
.our-delivery .delivery-list .delivery-item {
    text-align: center;
    border: 1px solid #302626;
    padding: 25px 10px;
    border-radius: 10px;
    color: #fff;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.our-delivery .delivery-list .delivery-item:hover {
    border-color: #ff610099;
}
.our-delivery .delivery-list .delivery-item .delivery-icon {
	color: #ff6100;
    background-color:rgb(255 85 0 / 13%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    margin-bottom: 24px;
    border-radius: 50%;
}
.our-delivery .delivery-list .delivery-item .delivery-icon i {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
	color:#ff6100;
}
.our-delivery .delivery-list .delivery-item .dtetails {
	font-size: 16px;color: rgba(255, 255, 255, 0.7);
}
.our-delivery .delivery-list .delivery-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
.title-style2 {
	font-size: 50px;
    margin-bottom: 40px;
    font-weight: 600;
	position: relative;
}
.title-style2.center-border:before {
    content: '';
    width: 100px;
    height: 4px;
    position: absolute;
    top: 115%;
    right: 43%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0, -50%);
    background-color: #ff6100;
}
.leaders-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.section-row {
	text-align: center;
    margin: auto;
    max-width: 900px;
}
.industry-leaders-list {
    padding-top: 50px;
    margin: 0;
}
.industry-leaders-list .col-custom {
    display: flex !important;
}
.industry-leaders-list .industry-leaders-item {
    position: relative;
    height: calc(100% - 30px);
    text-align: center;
    border: 1px solid #302626;
    padding: 30px;
    border-radius: 10px;
    color: #fff;
    margin: 15px 0px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	width: 100%;
}
.industry-leaders-list .industry-leaders-item:hover {
    border-color: #ff610099;
}
.industry-leaders-list .industry-leaders-item .industry-leaders-item-image {
	background: white;
	padding: 20px;
	border-radius: 10px;
	height: 200px;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.industry-leaders-list .industry-leaders-item .industry-leaders-item-image img {
	margin: auto;
	max-height: 120px;
}
.industry-leaders-list .industry-leaders-item .industry-leaders-body {
    padding-top: 20px;
}
.industry-leaders-list .industry-leaders-item .industry-leaders-body .industry-leaders-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}
.industry-leaders-list .industry-leaders-item .industry-leaders-body .industry-leaders-category {
    font-size: 14px;
    margin-bottom: 0px;
    color: #ff6100;
    font-weight: 400;
}
.industry-leaders-body ul, .industry-leaders-body ul li
{
list-style: unset;
  text-align: left;
  font-size: 14px;
  line-height: 20px;

}
.industry-leaders-body ul
{
	padding-left:15px;
	min-height: 125px;
	margin-top:10px;
}
/****/
.transform-idea {
    padding-bottom: 80px;
}

.transform-idea .transform-idea-list .transform-item {
    text-align: left;
    border: 1px solid #302626;
    padding: 40px 40px 20px 40px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    min-height: 275px;
}
.transform-idea .transform-idea-list .transform-item:hover {
    border-color: #ff610099;
}
.transform-idea .transform-idea-list .transform-item .transform-content .title-number {
    color: #ff6100;
    background-color: rgb(255 85 0 / 13%);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin-bottom: 24px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 20px;
    font-weight: 500;
}
.transform-idea .transform-idea-list .transform-item .transform-content .dtetails {
	font-size: 16px;color: rgba(255, 255, 255, 0.7);
}
.transform-idea .transform-idea-list .transform-item .transform-content .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
/***********/
.speed-section {
	padding-bottom: 80px;
	padding-top: 50px;
}
.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list li {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: 500;
}
.check-list li:before {
    content: "\f00c";
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 1px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #ff6100;
    background-color: rgb(255 85 0 / 13%);
    font-family: 'FontAwesome';
    font-size: 14px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.align-items-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    float: none;
    margin: 0px auto;
}
.speed-section .speed-body .title {
	margin-bottom:20px;
}
.speed-section .speed-row {
    border: 1px solid #302626;
    padding: 50px 20px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: auto;
	width: 100%;
}
.speed-section .speed-row  .check-list {
    padding-top: 20px;
}
.hyper-column {
    background-image: url('https://rightcliqsolutions.com/wp-content/themes/rightcliq/mvpin7days/images/bg-image.png');
    box-shadow: 0 0 30px 5px #ff610026;
    position: relative;
    min-height: 500px;
    border-radius: 10px;
    border: 1px solid #302626;
}
.hyper-column .hyper-content {
    height: 500px;
    width: 100%;
}
.hyper-column .hyper-content .top {
	
}
.hyper-column .hyper-content .top p {
    display: inline-block;
    padding: 15px 20px;
    border: 1px solid #302626;
    border-radius: 10px;
    font-weight: 900;
    font-size: 20px;
    color: white;
    background: #0e0606;
    margin-top: -19px;
    margin-left: -27px;
}
.hyper-column .hyper-content .top p svg { 
color: #ff6100;margin-right: 5px;
}
.hyper-column .hyper-content .middle {
    position: absolute;
    top: 40%;
    left: auto;
    text-align: center;
    width: 100%;
}
.hyper-column .hyper-content .middle p.time {
    margin-bottom: 0px;
    font-size: 60px;
    font-weight: 900;
    color: white;
    line-height: 26px;
}
.hyper-column .hyper-content .middle p.month {
    font-size: 22px;
    margin-bottom: 0px;
    color: #ff6100;
    font-weight: 400;
    margin-top: 25px;
    line-height: 24px;
}
.hyper-column .hyper-content .bottom {
    position: absolute;
    bottom: -25px;
    right: -30px;
    padding: 15px;
    background-color: #ff6100;
    border-radius: 10px;
}
.hyper-column .hyper-content .bottom p.text-10x {
   font-size: 25px;
    margin: 0;
    font-weight: 900;
    color: white;
}
.hyper-column .hyper-content .bottom p.faster-txt {
   font-size: 16px;
    margin: 0;
    color: white;
}
/********************/
.powered-development {
    padding-bottom: 80px;
    padding-top: 50px;
}
.powered-development .powered-list {
margin-top: 30px;
}
.powered-development .powered-list .powered-item {
    text-align: center;
    border: 1px solid #302626;
    padding: 25px 10px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    min-height: 250px;
}
.powered-development .powered-list .powered-item:hover {
    border-color: #ff610099;
}
.powered-development .powered-list .powered-item .powered-icon {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 50%;
}
.powered-development .powered-list .powered-item .powered-icon  i {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
	    color: #ff6100;
}
.powered-development .powered-list .powered-item .dtetails {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.powered-development .powered-list .powered-item .title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}
/*****/
.AI-human  {
   padding-bottom: 80px;
}
.AI-human .AI-human-row {
    margin: auto;
    border: 1px solid #302626;
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    max-width: 1000px;
}
.AI-human .AI-human-row .AI-human-body .title {
    font-size: 1.75rem;
    font-weight: 600;
    color: white;
    margin-bottom: 25px;
    line-height: 16px;
}
.AI-human .AI-human-row .AI-human-body .title span{
	color:#ff6100;
}
.AI-human .AI-human-row .AI-human-body .dtetails {
	margin:0px;
}
.AI-human .AI-human-row .AI-human-body-right {
    background-color: rgb(255 85 0 / 13%);
    border-radius: 50%;
    width: 170px;
    height: 170px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    padding: 0px 15px;
    text-align: center;
	float: right;
}
.text-right{
	text-align:right;
}
.AI-human .AI-human-row .AI-human-body-right .title {
    color: #ff6100;
    font-size: 45px;
    font-weight: 600;
    margin: 0;
}
.AI-human .AI-human-row .AI-human-body-right .dtetails {
    margin: 0;
    font-size: 16px;
    color: white;
}
/*****************/
.bungkusit-section {
	padding-bottom: 80px;
	padding-top: 50px;
}
.bungkusit-section .check-list2 {
    list-style: none;
    padding: 0;
    margin: 0;
}
.bungkusit-section .check-list2 li {
    padding-left: 0;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    color: white;
}
.bungkusit-section .check-list2 li span {
    display: flex;
    width: 60px;
    height: 45px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    color: #ff6100;
    background-color: rgb(255 85 0 / 13%);
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    margin-right: 20px;
    font-weight: 600;
    border-radius: 30px;
}
.bungkusit-section .bungkusit-body .title {
    margin-bottom: 20px;
    font-size: 35px;
    font-weight: 600;
}
.bungkusit-section .bungkusit-body .title span, .icon-section-row .dtetails  span{
	color: #ff6100;
}
.bungkusit-section .bungkusit-row {
    border: 1px solid #302626;
    padding: 50px 40px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: auto;
	width: 100%;
}
.bungkusit-section .bungkusit-row  .check-list {
    padding-top: 20px;
}
.bungkusit-column {
    box-shadow: 0 0 30px 5px #ff610026;
    position: relative;
    border-radius: 10px;
    border: 1px solid #302626;
    /* height: 330px !important; */
    margin: auto;
    text-align: center;
    margin-top: 55px;
    margin-left: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.bungkusit-column .bungkusit-content {
    width: 100%;
}
.bungkusit-column  img{
  height: 100%;
}
.bungkusit-column .bungkusit-content .bottom {
    position: absolute;
    bottom: -25px;
    right: -30px;
    padding: 12px 15px;
    background-color: #ff6100;
    border-radius: 10px;
}
.bungkusit-column .bungkusit-content .bottom p.text-10x {
    font-size: 20px;
    margin: 0;
    font-weight: 700;
    color: white;
}
.bungkusit-column .bungkusit-content .bottom p.faster-txt {
    font-size: 16px;
    margin: 0;
    color: white;
    font-weight: 500;
}
/*****************/
.packages-section  {
   padding-bottom: 80px;
   padding-top:50px;
}
.packages-section .packages-row {
    margin: 0;
}
.packages-section .packages-row .packages-body {
    border: 1px solid #302626;
    padding: 30px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: auto;
    min-height: 695px;
    padding-top: 50px;
}
.packages-section .packages-row .packages-body .left-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.packages-section .packages-row .packages-body .left-div .title {
    font-size: 25px;
    font-weight: 700;
    color: white;
    line-height: 16px;
}
.packages-section .packages-row .packages-body .left-div .dtetails {
	font-size: 16px;
    font-weight: 400;
	margin-bottom: 10px;
}
.packages-section .packages-row .packages-body .price {
   font-size: 40px;
    font-weight: 600;
    color: white;
    line-height: 16px;
}
.packages-section .packages-row .packages-body .price span{
	font-size: 16px;
    font-weight: 400;color: rgba(255, 255, 255, 0.7);
}
.packages-section .packages-row .packages-body .right-div {
    background: rgb(42 38 38 / 90%);
    padding: 3px 15px;
    border-radius: 20px;
    color: white;
    font-size: 14px;
}
.packages-section .packages-row .packages-body .right-div i {
       padding-right: 5px;
}
.package-btn-div {
	text-align:center;
    padding-top: 25px;
}
.packages-section .packages-row .packages-body .package-btn-div .btn-get-started, .text-white {
	color:#fff;
}
.cta-section-title {
    margin: auto;
    text-align: center;
    padding-top: 80px;
}
.cta-section-title .title {
    font-size: 25px;
    margin-bottom: 20px;
}
.packages-section .packages-row .packages-body .popular-txt {
    position: absolute;
    right: 32px;
    top: 13px;
    margin: 0;
    font-weight: 500;
}

/*****Team******/
.team-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.team-section .team-list {
    margin-top: 30px;
}
.team-section .team-list .team-item {
    text-align: center;
    border: 1px solid #302626;
    padding: 25px 10px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    min-height: 350px;
    text-align: center;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: flex-start;
}
.team-section .team-list .team-item:hover {
    border-color: #ff610099;
}
.team-section .team-list .team-item .team-img {
    color: #ff6100;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    /* margin: auto; */
    margin-bottom: 24px;
    border-radius: 50%;
    width: 110px;
    height: 110px;
}
.team-section .team-list .team-item .team-img img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.team-section .team-list .team-item .team-content figure i {
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-section .team-list .team-item .team-content .dtetails {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}
.team-section .team-list .team-item .team-content .name {
    font-size: 20px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 26px;
}
.team-section .team-list .team-item .team-content .deseg {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
	color: #ff6100;
}
/*************************/
.idea-section .kc_row .kc_col-sm-12 {
    padding-left: 15px !important;
    padding-right:15px !important;
}
.idea-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.idea-section .idea-list {
    margin-top: 30px;
}
.idea-section .idea-tbl table {
    margin: 0 0 2rem;
    border-collapse: collapse;
    width: 100%;
	-webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}
.idea-section .idea-tbl table th {
    height: 60px;
    margin-top: 0;color: #ff6100;   padding: 15px;
}
.idea-section .idea-tbl table tr td {
    border-top: 1px solid #302626;
    padding: 15px;
    font-size: 16px;
    height: 40px;
}
.idea-section .idea-tbl table tr td:first-child {
    color:#fff;
}
.idea-section .idea-tbl table tr:hover td , .idea-section .idea-tbl table tr:hover th{
    background: #161111;
}
/**********************/
.right-for-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.right-for-section .right-for-list {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.right-for-section .right-for-list .right-for-body {
    border: 1px solid #302626;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	width:100%;
	max-width: 750px;
}
.button-div-center  {
	text-align: center;
}

/**********************/
.enterprises-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.enterprises-section .enterprises-list {
    margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    max-width: 900px;
}
.enterprises-section .enterprises-list .enterprises-body {
    border: 1px solid #302626;
    padding: 40px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
	margin-bottom:30px;
}
.section-row.left {
    text-align: left;
}
/*******************************/
.experience-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.experience-section .experience-row {
	margin: auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
}
.experience-section .experience-row  .experience-body {
    padding-right: 60px;
}
.icon-check-list, .experience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.icon-check-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 55px;
}
.icon-check-list li .icon {
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #ff6100;
    background-color: rgb(255 85 0 / 13%);
    font-family: 'FontAwesome';
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    left: 0;
    top: -5px;
}
.icon-check-list li .body .title{
	font-size: 16px;
    color: white;
    font-weight: 600;
    margin-bottom: 7px;
}
.icon-check-list li .body .details{
	font-size: 14px;
    margin-bottom: 0px;
}
.icon-section-row .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 32px;
}
.icon-section-row .title .icon {
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #ff6100;
    background-color: rgb(255 85 0 / 13%);
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.experience-list {
    display: flex;
    flex-wrap: wrap;
    /* column-gap: 15px; */
    width: 50% !important;
    flex-direction: row;
    margin-bottom: 15px;
    margin-top: 15px;
}
.experience-list li {
    border: 1px solid #302626;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-bottom: 15px;
    width: 45%;
}
.experience-list .top {
    color: #ff6100;
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}
.experience-list .bottom {
    margin: 0;
    font-size: 16px;color: rgba(255, 255, 255, 0.7);
}
.experience-list-item {
    width: 100%;
    border: 1px solid #302626;
    padding: 25px;
    border-radius: 10px;
    color: #fff;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin-right: 30px;
    /* width: 45%; */
}
/****************/
.launch-section {
    padding-bottom: 80px;
    padding-top: 50px;
}
.launch-section .launch-row {
	
}
.launch-section .launch-row .launch-body {
    background-image: url('https://rightcliqsolutions.com/wp-content/themes/rightcliq/mvpin7days/images/bg-image.png');
    position: relative;
    border-radius: 10px;
    border: 1px solid #302626;
    text-align: center;
    padding: 70px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.launch-section .launch-row .launch-body  .launch-section-title .title {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 600;
}
.launch-section .launch-row .launch-body  .launch-section-title .title span{
	color: #ff6100;
}
.launch-section .launch-row .launch-body  .launch-section-title .details {
    font-size: 18px;
}
.launch-section .launch-row .launch-body  .launch-section-title .sub-title {
    display: inline-block;
    color: #ff6100;
    background-color: rgba(255, 85, 0, 0.2);
    border-radius: 50px;
    padding: 7px 15px;
    font-size: 14px;
}

.footer-top .widget .logo-txt {
    font-size: 24px;
    margin-bottom: 25px;
    color: white;
}
.footer-top .widget .logo-txt span{
    color: #ff6100;
}
.footer-top .widget .logo-paragraph {
    font-size: 16px;
}
.footer-top .widget .footer-social-links {
    display: flex;
    column-gap: 15px;
    list-style: none;
    justify-content: left;
    padding: 0;
}
.footer-top .widget .footer-social-links li {
	
}
.footer-top .widget .footer-social-links li a {
    border: 1px solid #302626;
    padding: 10px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: white;
}
.footer-top .widget .footer-social-links li a i{
	font-family: 'FontAwesome';
}
.footer-top .widget .footer-title {
    font-size: 18px;
    margin-bottom: 25px;
    color: white;
}
.footer-top .widget .footer-list {
	margin: 0;
    padding: 0;
    list-style: none;
}
.footer-top .widget .footer-list li  {
	margin-bottom:15px;
}
.footer-top .widget .footer-list li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
.footer-top .widget .footer-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-icon-list li {
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 55px;
}
.footer-icon-list li .icon {
    display: flex;
    width: 40px;
    height: 40px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #ff6100;
    font-family: 'FontAwesome';
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
    position: absolute;
    left: 0;
    top: -5px;
}
.footer-icon-list li .body .details {
    font-size: 16px;
    margin-bottom: 0px;
}
.footer-icon-list li .body .details a, footer .footer-bottom ul li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
}
footer .footer-bottom ul {
	display: flex;
    column-gap: 15px;
    list-style: none;
    justify-content: end;
}
footer .footer-bottom{
	padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #302626;
    margin-top: 30px;
}
.footer-bottom .copy-text {
	font-size: 16px;
}
.check-list-color {
    list-style: none;
    padding: 0;
    margin: 0;
}
.check-list-color li {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    color: rgb(55 65 81 / 1);
    font-weight: 500;
}
.check-list-color li:before {
    content: "\f00c";
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 1px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.check-list-svg {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-bottom: 20px;
}
.check-list-svg li {
    padding-left: 40px;
    position: relative;
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
    font-weight: 500;
    text-align: left;
}
.check-list-svg li::before {
    font-family: 'simple-line-icons';
    content: "\e080";
    font-size: 24px;
    position: absolute;
    left: 0px;
    color: #ef4323;
}
.check-list-svg li svg {
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 1px;
    box-shadow: 2.5px 4.33px 15px 0 rgb(0 0 0 / .15);
    border-radius: 50%;
    color: #ff6100;
    font-family: 'FontAwesome';
    font-size: 16px;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.icon-title-style2 {
    font-size: 48px;
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    line-height: 1;
}
.icon-title-style2 figure{
   color: #ff6100;
    padding-right: 15px;
}
.enterprises-section .enterprises-list .enterprises-body p {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 400;
    text-align: left;
}
	.footer-bottom {
    position: relative;
    font-size: 10px;
    padding: 10px 0;
    line-height: 30px;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1;
    background: #2F2F2F;
    font-family: 'Montserrat';
    font-weight: 500;
}
.page-template-custom-service .header-style-two .header-upper {
    padding-top: 0px;
}
.page-template-custom-service .main-header .header-upper .upper-right {
	padding: 16px 0 0;
}
/************************************/
/***   	 Start Responsive css        ***/
/************************************/
@media(max-width:1140px)
{
	.page-template-custom-service .header-style-two .header-upper .logo-outer
	{
	width: 50%;
  text-align: left;
		margin-bottom: 0px;
	}
	.page-template-custom-service .header-style-two .header-upper .upper-right
	{
		width: 50%;
  position: relative;
	}
	.page-template-custom-service .header-style-two .header-upper .upper-right .nav-outer
	{
	position: absolute;
  right: 0px;
  top: 60px;
	}
}
@media (max-width:1024px) {
	.our-delivery .delivery-list {
    margin: 0px auto;
    width: auto;
}
	.align-items-center {
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: row;
    float: none;
    margin: 0px auto;
    width: 100%;
    flex-wrap: wrap;
    width: auto !important;
}
.bungkusit-section .bungkusit-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
	.bungkusit-column  img {
    height: auto;
}
	.bungkusit-column {
    height: 330px !important;
}
	.custom-btn-default {
    margin-bottom: 10px;
}
	.transform-idea .transform-idea-list .transform-item {
    display: flex;
}
	.speed-section .speed-row {
    border: 1px solid #302626;
    padding: 50px 20px;
    border-radius: 10px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: auto;
    width: 100%;
    display: flex;
    height: 100%;
    /* clear: both; */
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
	.AI-human .AI-human-row {
    max-width: 706px;
		margin-bottom: 20px;
}
.our-delivery .delivery-list .delivery-item{
    margin-bottom: 20px;
	padding: 15px 10px;
}
.our-delivery , .leaders-section, .transform-idea, .speed-section, .powered-development, .AI-human, .bungkusit-section, .packages-section, .team-section, .idea-section, .right-for-section, .enterprises-section, .experience-section, .launch-section {
    padding-bottom: 50px;
}
.leaders-section, .speed-section, .powered-development, .bungkusit-section, .packages-section, .team-section, .idea-section, .right-for-section, .enterprises-section, .experience-section, .launch-section {
    padding-top: 0px;
}
.transform-idea .transform-idea-list .transform-item {
	 margin-bottom: 20px;
    padding: 20px;
}
.hyper-column {
    margin-top: 50px;
}
.powered-development .powered-list .col-lg-3, .powered-development .powered-list .col-md-6, .packages-section .packages-row .col-lg-6 {
	width: 50%;
}
.powered-development .powered-list .powered-item {
    min-height: auto;
    margin-bottom: 30px;
}
.powered-development .powered-list, .packages-section .packages-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px auto;
    width: auto;
    justify-content: center;
    flex-direction: row;
    width: 100%;
}
.package-btn-div {
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
}
	.launch-section .launch-row .launch-body {
    margin: 15px;
}
.footer-top .col-lg-3 {
width:50%;
} 
.footer-top .row {
display:flex;
flex-wrap:wrap;
} 
.footer-top .col-lg-2 {
width:30%;
} 
.footer-top .col-lg-4 {
width:70%;
} 

.footer-top .widget {
	padding-bottom: 30px;
}
.footer-bottom {
    margin-top: 0px;
}
.footer-bottom ul {
    justify-content: center;
    margin-top: 10px;
}
.footer-bottom .copy-text {
    text-align: center;
}
}
@media(max-width:992px)
{
	.section-row {
    text-align: center;
    margin: auto;
    max-width: 700px;
}
}
@media(max-width:767px) {
.section-title .title-style1 {
    font-size: 35px;
}
.title-style2, .bungkusit-section .bungkusit-body .title, .launch-section .launch-row .launch-body .launch-section-title .title, .packages-section .packages-row .packages-body .left-div .title, .packages-section .packages-row .packages-body .price, .icon-title-style2 {
    font-size: 25px;line-height: 30px;
}
.icon-section-row .title{
	font-size: 20px;
}
.section-title .details-style1, .bungkusit-section .bungkusit-body .dtetails, .bungkusit-column .bungkusit-content .bottom p.text-10x, .hyper-column .hyper-content .bottom p.text-10x, .launch-section .launch-row .launch-body .launch-section-title .details {
    font-size: 16px;
}
.footer-icon-list li .body .details a, footer .footer-bottom ul li a, footer .footer-bottom .copy-text, .bungkusit-column .bungkusit-content .bottom p.faster-txt, .hyper-column .hyper-content .bottom p.faster-txt {
    font-size: 14px;
}	
.custom-btn-default {
    padding: 7px;
    min-width: auto;
    font-size: 14px;
    margin: 5px 3px;
}	
.hero {
    padding-top: 30px;
    padding-bottom: 30px;
}	
.our-delivery, .leaders-section, .transform-idea, .speed-section, .powered-development, .AI-human, .bungkusit-section, .packages-section, .team-section, .idea-section, .right-for-section, .enterprises-section, .experience-section, .launch-section {
    padding-bottom: 30px;
}	
.title-style2.center-border:before {
    right: 34%;
}	
.hyper-column .hyper-content {
    height: 260px;
}	
.hyper-column {
	min-height: 260px;
}
.powered-development .powered-list .col-lg-3, .powered-development .powered-list .col-md-6, .packages-section .packages-row .col-lg-6 {
    width: 100%;
}	
.powered-development .powered-list .powered-item {
    margin-bottom: 20px;
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}	
.bungkusit-section .bungkusit-row {
    padding: 20px 5px;
}
.footer-top .col-lg-3, footer .footer-top .col-lg-2, footer .footer-top .col-lg-4 {
    width: 100%;
}	
.footer-bottom ul {
    padding: 0;
}	
.footer-bottom ul {
    column-gap: 10px;
}
.packages-section .packages-row .packages-body .left-div .title, .AI-human .AI-human-row .AI-human-body .title {
    line-height: 30px;
}	
.idea-section .idea-tbl {
    overflow-x: auto;
}	
.idea-section .idea-tbl table {
    max-width: 450px;
}	
.idea-section .idea-tbl table tr td , .idea-section .idea-tbl table tr th{
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    width: 145px;
    line-height: 16px;
    height: auto;
    word-break: normal;
    padding: 5px;
}
.experience-section .experience-row {
    flex-wrap: wrap;
}
.experience-section .experience-row  .experience-body {
    padding-right: 0;
}
.AI-human .AI-human-row {
    margin: auto;
    max-width: 100%;
    flex-wrap: wrap;
}
.industry-leaders-list, .transform-idea .transform-idea-list {
    padding-top: 20px;
}
.section-title .details-style1 {
    margin: 0;
}
.hero .hero-content {
    max-width: 100%;
}
.hero .hero-content .hero-content-body {
   margin-top: 15px;
}
	#Industry-Leaders-slider .slick-prev, #Industry-Leaders-slider .slick-next
	{
    background: #ff6100;
    width: 40px;
    height: 30px;
		z-index: 9;
	}
#Industry-Leaders-slider .slick-prev {
    left: 0px;
}
#Industry-Leaders-slider .slick-next {
    right: 5px;
}
#Industry-Leaders-slider .slick-next:before, #Industry-Leaders-slider .slick-prev:before {
    font-size: 25px;
    opacity: 1;
}
.speed-section .speed-row {
    padding: 16px 0px;
    margin: 15px;
    width: auto;
}
.speed-section {
	margin-top: -20px;
}
.hyper-column .hyper-content .top p {
    padding: 10px 10px;
    font-size: 16px;
}
.hyper-column .hyper-content .middle p.time, .AI-human .AI-human-row .AI-human-body-right .title {
    font-size: 40px;
}
.hyper-column .hyper-content .middle p.month {
    font-size: 16px;
    margin-top: 15px;
}
.hyper-column .hyper-content .bottom {
    padding: 4px 10px;
}
.powered-development .powered-list {
    margin-top: 20px;
}
.AI-human .AI-human-row, .bungkusit-section .bungkusit-row {
    padding: 15px 0px;
    max-width: 100%;
    margin: 15px;
    width: auto;
}
.AI-human .AI-human-row .AI-human-body-right {
    width: 150px;
    height: 150px;
    padding: 0px 10px;
}
.mb-order1 {
	order: 1;
}
.AI-human .AI-human-row .AI-human-body, .packages-section .packages-row {
	margin-top: 20px;
}
.bungkusit-column {
    height: auto;
    margin-top: 30px;
    margin-left: 0;
}
.bungkusit-column .bungkusit-content .bottom {
    padding: 6px 15px;
}
.section-row {
    max-width: 100%;
}
.packages-section .packages-row .packages-body {
    padding: 15px 10px;
    min-height: auto;
    margin-bottom: 15px;
}
.packages-section .packages-row .packages-body .price {
    margin-bottom: 15px;
}
.package-btn-div {
    padding-top: 5px;
}
.cta-section-title {
    padding-top: 20px;
}
.cta-section-title .details {
    margin-bottom: 10px;
}
.cta-section-title .custom-btn-default {
    min-width: 100%;
}
.enterprises-section .title-style2 {
    margin-bottom: 0px;
}
.enterprises-section .enterprises-list .enterprises-body {
    padding: 15px;
}
.enterprises-section .enterprises-list .enterprises-body p{
    margin-bottom: 10px;
}
.enterprises-section .enterprises-list .enterprises-body p {
    margin-bottom: 10px;
    font-size: 16px;
}
.experience-section .experience-row .experience-column {
	padding-top: 20px;
}
.launch-section .launch-row .launch-body {
    padding: 20px 10px;
}

.footer-top .widget {
    padding-bottom: 15px;
}
.main-footer .service-widget , .main-footer .company-widget {display:none;}
.packages-section .packages-row .packages-body .popular-txt {
    position: static;
    margin-bottom: 10px;
}
.right-for-section .right-for-list .right-for-body {
 padding: 20px;
margin-top: 30px;
}
.check-list-svg {
    padding-bottom: 0px;
}
	.industry-leaders-body ul {
	padding-left: 15px;
	min-height: unset;
	margin-top: 10px;
}
.industry-leaders-list .industry-leaders-item {
	height: calc(100% - 10px);
	padding: 10px;
}
	.mvin-section .container-fluid {
    padding: 0px;
}
	.icon-title-style2 
	{
		margin-bottom:30px;
	}
	.experience-section .experience-row {
    width: auto;
}
	.industry-leaders-list .col-custom {
    display: flex !important;
}
	.padding-mobile-0 .kc_column_inner
	{
		padding-left:0px;
		padding-right:0px;
	}
	.margin-bottom-mobile-20 
	{
		margin-bottom:20px;
	}
	.powered-development .powered-list .kc_col-sm-3
	{
		margin-bottom:20px;
	}
	.footer-top .widget .footer-list li {
    margin-bottom: 6px;
}
	.footer-top .widget .footer-title {
    margin-bottom: 10px;
}
}
/************************************/
/***   	 End Responsive css        ***/
/************************************/
