:root {
	--primaryBtn: #f46f23;
	--primaryBtnBorder: #f46f23;
	
	--primaryBtnHover: #fb762c;
	--primaryBtnBorderHover: #fb762c;

}

#payment form ul {
    display: none;
}
#payment form .btn {
    display: none;
}

a.pagebuilder-button-primary:focus, button.pagebuilder-button-primary:focus, div.pagebuilder-button-primary:focus, a.pagebuilder-button-primary:active, button.pagebuilder-button-primary:active, div.pagebuilder-button-primary:active {
    background: var(--primaryBtnHover);
    border: 1px solid var(--primaryBtnBorderHover);
	color: #fff;
}

.action.primary, .action-primary {
	background: var(--primaryBtn);
	border: 1px solid var(--primaryBtnBorder);
}
.action.primary:hover, .action-primary:hover {
	background: var(--primaryBtnHover);
	border: 1px solid var(--primaryBtnBorderHover);
}

a.pagebuilder-button-primary, button.pagebuilder-button-primary, div.pagebuilder-button-primary {
	background: var(--primaryBtn);
	border: 1px solid var(--primaryBtnBorder);
	
}
a.pagebuilder-button-primary:hover, button.pagebuilder-button-primary:hover, div.pagebuilder-button-primary:hover {
	background: var(--primaryBtnHover);
	border: 1px solid var(--primaryBtnBorderHover);
	
}

/*----------- header -------------*/

.page-header .header.panel {
    padding-bottom: 6px;
    padding-top: 6px;
}
.page-header .panel.wrapper {
    background-color: #353535;
}
.logo {
	margin: -8px auto 15px 0;
}
.header.content {
    padding: 20px 20px 0px;
}
.block-search input{
	border-radius: 8px;
}
/*----------- home -------------*/

.ci-solution h3 {
    text-align: left;
    color: #fff !important;
    letter-spacing: 0px;
    margin-bottom: 20px;
    font-weight: bolder !important;
    -webkit-text-stroke: 1px #000;
}
.ci-solution h6 {
    border-bottom: 3px solid #f46f23;
    width: 20%;
}
.ci-success-number {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}
.ci-counter h3 {
    font-size: 30px;
    font-weight: 700;
	margin-top: 0;
}
.ci-counter p {
    font-size: 18px;
}
.ci-number-box {
    text-align: center;
    width: 20%;
}
.ci-number-box img {
    width: 150px;
}
.ci-srating {
    display: flex;
    gap: 15px;
    justify-content: center;
    background: #ffffff;
    box-shadow: 0px 0px 15px 1px #f1f1f1;
    width: 200px;
    padding: 7px 15px;
    border-radius: 41px;
    margin: auto;
    align-items: center;
}
.ci-social-rating img {
    width: 170px;
    margin-bottom: 15px;
}
.ci-social-rating {
    text-align: center;
}
.ci-star i.fas.fa-star {
    color: #ffe000;
    font-size: 18px;
}
.ci-star i.fas.fa-star.ci-half {
    background: linear-gradient(90deg, #ffe000, #ffffff);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fefefe8c;
}
.ci-srating p {
    margin: 0;
}
p.ci-n-rating {
    font-weight: 700;
    font-size: 18px;
}
.sections.nav-sections {
    margin-bottom: 0 !important;
}

/*----------- about -------------*/

.ci-team {
    position: relative;
    padding: 0 0 0 45px;
    margin: 10px;
}
.ci-team img {
    border-radius: 20px 20px 0 20px;
    width: 100%;
}
.ci-team .ci-likedin {
    position: absolute;
    bottom: 5px;
    right: 0px;
    width: 50px;
    height: 50px;
    background: #151515;
    border-top-left-radius: 50%;
    padding: 15px;
}
.ci-team .ci-likedin a {
    position: absolute;
    background: #f46f23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 60px;
    height: 60px;
    line-height: 60px;
}
.ci-team .ci-likedin a:before {
    position: absolute;
    content: "";
    bottom: -5px;
    left: -35px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 27px;
    box-shadow: 6px 6px 0 6px #151515;
}
.ci-team .ci-likedin a:after {
    position: absolute;
    content: "";
    top: -35px;
    right: -5px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #151515;
}
.ci-team .ci-name {
    bottom: 15px;
    left: 30px;
    position: absolute;
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
	display: flex;
}
.ci-team .ci-name h4.name {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: "Noah", sans-serif;
    color: #fff;
    display: inline-block;
}
.ci-team .ci-name h6.position {
    margin: 0;
}
.ci-team .ci-name h6.position {
    font-family: "Noah", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999;
    margin: 0;
    padding-left: 20px;
    position: relative;
}
.ci-team .ci-name h6.position:before {
    content: "·";
    left: 6px;
    position: absolute;
    top: -8px;
    font-size: 30px;
    color: rgb(255, 255, 255);
}
.ci-team .ci-likedin i.fab.fa-linkedin-in {
    font-size: 20px;
    color: #ffffff;
}
.ci-team .ci-likedin a:hover {
    text-decoration: none;
}
.ci-wcs-box {
    position: relative;
    padding: 20px 25px 90px 25px;
    border-radius: 20px 20px 0 20px;
    background: #000000;
    z-index: 2;
    margin-bottom: 20px;
}
.ci-choose-us {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 60px;
    height: 60px;
    background: #151515;
    border-top-left-radius: 50%;
    padding: 15px;
}
.ci-choose-us:before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 27px;
    box-shadow: 6px 6px 0 6px #151515;
}
.ci-choose-us:after {
    position: absolute;
    content: "";
    top: -20px;
    right: 0px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 6px 6px 0 6px #151515;
}
.ci-choose-us img {
    width: 60%;
}
.ci-choose-us a {
    position: absolute;
    background: #f46f23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 70px;
    height: 70px;
    line-height: 60px;
}
.ci-wcs-box:hover a.arrow {
    background: #000000;
}
.ci-mission {
    position: relative;
    padding: 20px 25px 25px 25px;
    border-radius: 20px 0px 20px 20px;
    background: #000000;
    z-index: 2;
    margin-bottom: 20px;
}
.ci-vision {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 58px;
    height: 69px;
    background: #151515;
    border-bottom-left-radius: 50%;
    padding: 12px;
}
.ci-vision:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 62px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 29px;
    box-shadow: 6px -6px 0 6px #151515;
}
.ci-vision:after {
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0px 6px #151515;
}
.ci-vision a {
    position: absolute;
    background: #f46f23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 70px;
    height: 70px;
    line-height: 50px;
}
.ci-vision img {
    width: 60%;
}
.ci-about-img svg.animated {
    width: 80%;
}

/*----------- pdp -------------*/

.product.attribute.description {
    line-height: 26px;
}

.product-main-content {
	display: flex;
	column-gap: 20px;
}
.product-main-content .product.media {
    order: 1;
    width: 30%;
}
.product-main-content .product-info-main {
	width: 43.5%;
	order: 2;
}
.product-main-content .product-add-form {
    order: 3;
    width: 20%;
    background: #fff1ed;
    border-radius: 8px;
    padding: 20px;	
	height: fit-content;
}
.product-main-content .product-options-wrapper {
    display: block;
    width: 100%;
}
.product-main-content .product-options-bottom {
	display: block;
	width: 100%;    
}
.catalog-product-view h1.page-title {
    font-size: 30px;
	font-weight: bolder;
}
.catalog-product-view .product-options-wrapper .control select, .catalog-product-view .product-options-wrapper .control .input-text {
    padding: 10px 27px 10px 20px;
    border-radius: 5px;
    width: 100%;
    color: #333;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    border: 0;
    height: 40px;
    resize: none;
    -webkit-appearance: none;
}
.catalog-product-view .box-tocart .actions button#product-addtocart-button {
    padding: 12px 10px;
	background: #f46f23;
    border: none;
}
.catalog-product-view .box-tocart .actions button#product-addtocart-button:hover {
    background: #fb762c;
}
.main-product-image{
	position: relative;
}
.main-product-image .graphql{
	position: absolute;
    top: 15px;
    right: 15px;
    background-color: #fff1ed;
    border: 1px solid #f46f23;
    border-radius: 5px;
    padding: 5px 10px;
    color: #042552;
    font-size: 12px;
	font-weight: 800;
}
.after-product-img-version {
    display: flex;
    gap: 10px;
    margin: 12px 0px;
    justify-content: center;
    align-items: center;
}
.marketplace-approved {
    margin: 10px auto;
    font-size: 18px;
    display: flex;
    justify-content: center;
}
.marketplace-approved a {
    color: #f46f23;
    display: flex;
}
.marketplace-approved img {
    width: 24px;
    margin-right: 10px;
}
.screenshot-demo {
    display: flex;
    gap: 10px;
	margin: 10px 0px;
}
.product-screenshot {
    width: 49%;
}
.product-demo {
    width: 49%;
}
.product-screenshot a.btn-screenshots, .product-demo a.btn-demo{
    color: #151515;
    border: 2px solid #f46f23;
    padding: 10px 25px;
    border-radius: 5px;
    font-weight: 600;
    display: block;
    text-align: center;
	text-decoration: none;
    transition: 0.5s;
}
.product-screenshot a.btn-screenshots:hover, .product-demo a.btn-demo:hover {
    background: #f46f23;
    color: #ffffff;
    transition: 0.5s;
}

.img-size-width .pagebuilder-column {
    box-shadow: 0px 0px 30px 0px #efdfdb99;
    padding: 0 30px 24px;
}
.img-size-width h3 {
    margin-top: 0px;
}
.img-size-width img.pagebuilder-mobile-hidden {
    width: 40%;
}

.services-type img.pagebuilder-mobile-hidden{
    width: 40%;
}
.docs, .video {
    display: flex;
    gap: 5px;
    align-items: center;
}
.docs-video {
    margin-top: 15px;
    display: grid;
    gap: 10px;
}
.docs a, .video a {
    font-size: 16px;
    color: #151515;
}
svg.user-video {
    width: 20px;
}
.product-info-main li {
    list-style: none;
    display: flex;
}
.product-info-main li:before, .ci-list-icon li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 400;
    content: "\f058";
    margin-right: 10px;
    color: #f46f23;
}
.product-info-main ul {
    padding: 0;
}
.ci-list-icon ul {
    padding: 0;
}
.ci-list-icon li {
    list-style: none;
    display: flex;
}
.ci-changelog pre {
    white-space: pre-wrap;
}
.catalog-category-view .product-item-info:hover {
    background: none;
    box-shadow: none;
    border: none;
    margin: 0;
    padding: 0;
}
.catalog-product-view .fieldset {
    margin: 0 0 20px;
}
.page-main-details .product.info.detailed {
    margin-top: 30px;
}

.current_version{
	border-bottom: 1px solid #ebebeb;
}
.ci-pdp-f-icon svg.ci-eicon {
    width: 25%;
    color: #f46f23;
}


.ci-m-box {
    padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
    border: 3px solid #fff;
    background-color: #fef6f4;
    box-shadow: 0px 0px 12px 0px #ededed;
}
.ci-m-box:hover {
    box-shadow: 0px 0px 12px 0px #ededed;
    transition: 0.5s;
	border: 3px solid #f46f23;
}

.ci-sfy-box{
	padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px #ededed;
}

.ci-sfy-box:hover{
	border: 1px solid #f46f23;
	background-color: #fef6f4;
}

.ci-instant-box{
	padding: 20px;
    border-radius: 10px;
    transition: 0.5s;
    border: 1px solid #cccccc;
    background-color: #ffffff;
   /* box-shadow: 0px 0px 12px 0px #ededed;*/
	box-shadow: 0 4px 4px #00000040;
	position: relative;
}

.rotate-left{
	transform: rotate(4deg);
}

.rotate-right{
	transform: rotate(-4deg);
}

.ci-instant-box:hover{
	border: 1px solid #f46f23;
	background-color: #fef6f4;
}
.instant-quotes{
    bottom: auto;
    color: #db765a;
    display: flex;
    flex-direction: column;
    font-family: system-ui;
    font-size: 94px;
    justify-content: flex-start;
    left: 21px;
    line-height: 1;
    max-width: 100%;
    position: absolute;
    right: auto;
    text-align: left;
    top: -26px;
}


/*----------- demo-popup -------------*/

.product-demo-popup .modal-inner-wrap{
	width:400px;
	min-width:310px;
}	
.product-demo-popup h1.modal-title{
	text-align: center;
}
.main-popup {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 20px;
}
.frontend-popup span, .backend-popup span {
    font-size: 16px;
    font-weight: 600;
    color: #151515;
}
.main-popup img {
    width: 60%;
}
a.frontend-popup, a.backend-popup {
    text-align: center;
}
a.frontend-popup:hover span, a.backend-popup:hover span {
    color: #f46f23;
}
a.frontend-popup:hover, a.backend-popup:hover {
    text-decoration: none;
}

.ci-product span.product-image-wrapper {
    padding-bottom: 100% !important;
}
.magento-img-size img.pagebuilder-mobile-hidden {
    width: 75%;
}

/*----------- Modern Development Approach -------------*/

.modern-approch img.mdp-section {
    background: #fff;
    box-shadow: inset 0px 0px 13px 0px #e7e7e7cc;
    padding: 4px 8px;
    border-radius: 12px;
}
.modern-approch h3 {
    margin-top: 0;
}
.modern-approch p {
    margin-bottom: 0;
}

/*----------- hire laravel developer -------------*/

.ci-hld svg.animated {
    width: 70%;
}

/*----------- hire magento developer -------------*/

.ci-pricelist {
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px #ededed;
    padding: 40px 35px;
	background: #ffffff;
	border: 1px solid #e1e1e1;
	position: relative;
	top: 0;
	transition: top ease 0.5s;
	position: relative;
    overflow: hidden;
}
.ci-m-pricelist {
	background: #151515;
	color: #ffffff;
}
.ci-m-pricelist span {
    color: #ffffff !important;
}
.ci-pricelist:hover {
    top: -10px;
}
.ci-pricelist p.ci-hire-model {
    font-weight: 700;
    font-size: 14.8718px;
    line-height: 20px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    background: #f46f23;
    display: block;
    position: absolute;
    width: 100%;
    left: 54px;
    top: 32px;
    transform: translateX(-50%) rotate(-43deg);
}
.ci-hire-magento {
    position: relative;
    padding: 20px 25px 25px 25px;
    border-radius: 20px 20px 20px 20px;
    background: #ffffff;
    z-index: 2;
}
.ci-hire-magento:hover {
    box-shadow: 0px 0px 15px 1px #f3f3f3;
}
.ci-hire-magento a {
    position: absolute;
    background: #f46f23;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    width: 70px;
    height: 70px;
    line-height: 50px;
}
.ci-hire-icon {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 58px;
    height: 69px;
    background: #f9f9f9;
    border-bottom-left-radius: 50%;
    padding: 12px;
}
.ci-hire-icon img {
    width: 60%;
}
.ci-hire-icon:before {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 62px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 29px;
    box-shadow: 6px -6px 0 6px #f9f9f9;
}
.ci-hire-icon:after {
    position: absolute;
    content: "";
    top: 5px;
    left: -20px;
    background: transparent;
    width: 20px;
    height: 20px;
    border-top-right-radius: 20px;
    box-shadow: 6px -6px 0px 6px #f9f9f9;
}
.ci-m-specialist {
    display: flex;
    gap: 15px;
	margin-top: 30px;
}
.ci-m-content h4 {
    margin-top: 0px;
    font-size: 22px;
}
.ci-m-developer h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 38px;
}
.ci-m-developer p {
    font-size: 16px;
}
.ci-m-content p {
    font-size: 16px;
}
.ci-m-specialist .ci-m-icon p {
    font-size: 28px;
    font-weight: 900;
    border: 2px solid;
    padding: 0 5px;
    border-radius: 5px;
}

.ci-technology-specialist {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 20px;
	scrollbar-width: none;
}
.ci-technology-specialist::-webkit-scrollbar {
    display: none;
}
.ci-hire-magento:hover a {
    background: #000000;
}

/*----------- Magento 2 Headless E-Commerce Services -------------*/

.ci-box {
    display: flex;
    align-items: center;
    gap: 30px;
    background: #ffffff;
    box-shadow: 0 6px 40px rgba(0, 0, 0, .04);
    border-radius: 5px;
    padding: 10px 20px;
    margin-bottom: 45px;
    width: 65%;
}
.headless-ecommerce {
    display: flex;
    position: absolute;
    top: 110px;
}
.middle-box {
    width: 65%;
    margin: 0px auto 45px;
}
.ecommerce-service {
    width: 65%;
    margin: 0 0px 45px auto;
}
.service-img img {
    max-width: 100%;
}
.service-img {
    width: 60%;
}
.ci-box h4 {
    margin: 0;
    font-size: 15px !important;
	color: #151515 !important;
}
.service-content p {
    margin-bottom: 0;
    font-size: 14px;
    margin-top: 10px;
	color: #444444;
}
.service-content {
    text-align: left;
}
.banner-main img.main-banner-img {
    width: 100%;
}
.banner-main {
    position: relative;
}

.main-services {
    height: 716px;
}

.banner-bg-cl {
	background-color: #fff9f5 !important;
}
.bg-cover-img {
    background-size: contain, cover !important;
}
.ci-call-buy a {
    background: #f46f23;
    color: #ffffff;
    font-weight: 600;
    padding: 12px 25px;
    border-radius: 3px;
    font-size: 16px;
    transition: 0.5s;
}
.ci-call-buy a:hover {
    background: #fb762c;
    text-decoration: none;
    transition: 0.5s;
}
.ci-call-buy {
    display: flex;
    gap: 15px;
}


/*----------------------------------------------------------------*/
.performance-type img.pagebuilder-mobile-hidden {
    width: 35%;
}
.performance-type h3.mk-box-icon-2-title {
    margin: 0;
}
figure.nextjs-image {
    width: 70%;
}
.book-demo-btn .pagebuilder-button-primary {
    border: 2px solid #000000;
    background: none;
    color: #000000;
    padding: 13px 17px;
}
.book-demo-btn .pagebuilder-button-primary:hover {
    background: var(--primaryBtnHover);
    border: 1px solid var(--primaryBtnBorderHover);
    padding: 14px 18px !important;
}

/*---------------------- portfolio --------------------------*/

.ci-portfolio ul.tabs-navigation {
    text-align: center !important;
}
.ci-portfolio .tabs-content {
    border: none !important;
}
.ci-portfolio .tabs-navigation li.tab-header {
    border: none !important;
}

.ci-portfolio .tabs-navigation li.tab-header.ui-state-active a {
    background: #f46f23 !important;
    color: #ffffff !important;
}

/*---------------------- web design --------------------------*/

.ci-expertise-logo img {
    width: 70px;
}
.ci-custom-hero div svg.animated {
    width: 90%;
}

/*---------------------- web Development --------------------------*/

.ci-trusted-client {
    display: flex;
    justify-content: space-around;
    margin: 40px 0;
}
.ci-client-logo {
    box-shadow: 0px 0px 12px 0px #ededed;
    padding: 10px;
    background: #ffffff;
}
.cil-logo {
    justify-content: center;
    gap: 18px;
}

/*---------------------- hire shopify developer --------------------------*/

.ci-s-img img {
    width: 40%;
}
.ci-s-btn .pagebuilder-button-primary {
    background: #64943E;
    border-color: #64943E;
}
.ci-s-btn .pagebuilder-button-primary:hover {
    background: #578d2d;
    border-color: #578d2d;
}
.ci-s-img {
    background: #ffffff;
    padding: 25px;
}
p.cis-hire-model {
    font-weight: 700;
    font-size: 14.8718px;
    line-height: 20px;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    background: #64943E;
    display: block;
    position: absolute;
    width: 100%;
    left: 54px;
    top: 32px;
    transform: translateX(-50%) rotate(-43deg);
}

/*---------------------- magento Development --------------------------*/

.ci-industries {
    background: #f9f9f9;
    padding: 10px;
    transition: 0.5s;
}
.ci-industries:hover {
    box-shadow: 0px 0px 12px 0px #ededed;
    transition: 0.5s;
    background: #f8e0d3;
}
.ci-pl-main {
    display: flex;
    justify-content: center;
    gap: 40px;
	text-align: center;
}
.ci-pl-logo img {
    width: 70px;
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px #ededed;
    padding: 20px;
    height: 70px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.ci-pl-logo p {
    font-size: 20px;
    font-weight: 600;
}

/*---------------------- react Development --------------------------*/

.ci-react-services {
    max-height: 70vh;
    overflow-y: auto;
    padding-right: 20px;
    scrollbar-width: none;
}

/*---------------------- eBook - Laravel CMS Script --------------------------*/

.ci-main-ebook {
    display: flex;
    gap: 20px;
}
.ci-ebook-btn a {
    background: #333645;
    color: #ffffff;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
    box-shadow: 0px 1px 2px 0px #242424;
}
.ci-ebook-btn a:hover {
    text-decoration: none;
}
figure.ci-ebook-limg {
    box-shadow: 0px 0px 12px 0px #4a4d58;
}
.ci-feature-slider li {
    list-style: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 6px 10px 90px -11px rgba(34, 34, 34, 0.1);
    border-radius: 40px;
    box-shadow: 6px 10px 90px 9px rgb(34 34 34 / 23%);
    padding: 15px;
}
ul.ci-feature-slider {
    display: flex;
    gap: 20px;
    padding: 0;
    justify-content: center;
}
.ci-cc-review {
    box-shadow: 0 0 90px -11px rgba(34, 34, 34, 0.10);
    padding: 30px;
    border-radius: 15px;
}
.ci-name-rating p {
    font-size: 16px;
    font-weight: 700;
}
.ci-cc-review p {
    text-align: justify;
}
li.ci-flist {
    display: flex;
    align-items: center;
    gap: 16px;
}
.ci-flist img {
    width: 30px !important;
}
.ci-flist p {
    margin: 0;
    font-size: 16px;
}
.ci-ebook-review {
    display: flex;
    gap: 15px;
    margin-bottom: 15px;
}
.ci-ebook-review img {
    width: 50px;
    height: 50px;
    border-radius: 26px;
}
.ci-name-rating img {
    width: 90px;
    height: 18px;
}
.ci-name-rating p {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 2px;
}
p.cir-for {
    font-weight: 400;
    font-size: 10px;
}
.ci-ebl-cms {
    background: #f9f9f9;
    padding: 20px 8px 10px;
    transition: 0.5s;
}
.ci-ebl-cms:hover {
    box-shadow: 0px 0px 10px 3px #ededed;
    transition: 0.5s;
}
.ci-customers img {
    box-shadow: 0px 0px 6px 0px #cfcfcf;
    border-radius: 6px;
}

/*---------------------- partner program --------------------------*/

.ci-partner-icon img {
    width: 15%;
}

/*---------------------- laravel development --------------------------*/

.ci-laravel .pagebuilder-column {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
    margin: 0 10px;
}
.ci-laravel .pagebuilder-column:hover {
	box-shadow: 0px 0px 12px 0px #ededed;
}
.ci-list-clm  li {
    width: 50%;
    float: left;
}
.laravel-product {
    display: flex;
    justify-content: center;
    gap: 30px;
}
a.ci-view-btn {
    color: #000000;
    font-size: 18px;
    border: 2px solid #f46f23;
    padding: 8px 20px;
    border-radius: 5px;
    transition: 0.5s;
}
a.ci-but-btn {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #f46f23;
    border: 2px solid #f46f23;
	transition: 0.5s;
}
a.ci-view-btn:hover {
    color: #ffffff;
    font-size: 18px;
    padding: 8px 20px;
    border-radius: 5px;
    background: #f46f23;
    border: 2px solid #f46f23;
    text-decoration: none;
    transition: 0.5s;
}
a.ci-but-btn:hover {
    color: #000000;
    font-size: 18px;
    border: 2px solid #f46f23;
    padding: 8px 20px;
	background: none;
    border-radius: 5px;
	text-decoration: none;
    transition: 0.5s;
}
.laravel-btn {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}


/*---------------------- wordpress development --------------------------*/

.ci-wp-clm li {
    width: 33%;
    float: left;
}
.ci-b-border h6 {
    border-bottom: 3px solid #f46f23;
    width: 20%;
    margin: 0px 0 25px;
}

/*---------------------- contact --------------------------*/
.ci-contact-form ._keyfocus *:focus, input:not([disabled]):focus, .ci-contact-form textarea:not([disabled]):focus, .ci-contact-form select:not([disabled]):focus{
	box-shadow: none;
	border: 1px solid #f46f23;
}.contact-index-index .page-title-wrapper {
    text-align: center;
}
.ci-contact-main {
    margin: 50px 0;
    display: flex;
    gap: 30px;
}
.ci-contact-form input {
    padding: 0px 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
}
.ci-contact-form textarea {
    border-radius: 5px;
    border: 1px solid #dcdcdc;
}
.ci-contact-form .legend {
    font-size: 24px;
    font-weight: 500;
    border-color: #f46f23;
}
.contact-index-index .page-title-wrapper {
    text-align: center;
}
.contact-index-index h1.page-title {
    font-weight: 600;
}
.ci-contact-form button.action.submit.primary {
    padding: 12px 40px;
    font-size: 16px;
}
.ci-contact-form {
    background: #ffffff;
    box-shadow: 0px 0px 12px 0px #ededed;
    padding: 40px 30px;
    border-radius: 7px;
}
.ci-bottom-content {
    text-align: center;
    padding: 18px 0;
	font-size: 16px;
}
.ci-bottom-content a {
    color: #f46f23;
    font-weight: 600;
}
.ci-address-mail svg.ci-contact-icon {
    width: 26px;
    color: #f46f23;
}
.ci-address-mail p {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    padding: 15px 20px;
    box-shadow: 0px 0px 12px 0px #ededed;
    border-radius: 10px;
}
.ci-address-mail {
    margin: 30px 0;
}
.ci-address-mail a {
    color: #151515;
}
.ci-talk h2 {
    margin: 0px 0px 12px 0;
    font-size: 30px;
    font-weight: 600;
}
.ci-talk p {
    font-size: 18px;
    line-height: 30px;
}
.ci-contact-img img{
	max-width: 65%;
}
.contact-index-index h1 {
	margin-bottom: 30px;
	margin-top: 40px;
}
.ci-support-img svg.animated {
    width: 55%;
}


/*---------------------- Footer --------------------------*/

footer.page-footer {
    padding: 0;
    color: #ffffff;
}
p.ci-box-title {
    font-size: 16px;
    font-weight: 700;
}
ul.ci-link-list {
    padding: 0;
    margin: 0;
}
ul.ci-link-list li, .ci-social li {
    list-style: none;
	color: #b9b9b9;
}
ul.ci-social {
    padding: 0;
    display: flex;
    gap: 10px;
	margin-bottom: 8px;
}
.adobe-logo img {
    width: 25%;
}
.copyright {
    background-color: #151515;
	padding: 18px 0;
}
p.ci-address, p.ci-mail, p.ci-phone, p.about-content {
    color: #dbdbdb;
}
.column.main {
    padding-bottom: 0px !important;
}
svg.social-icon {
    width: 20px;
    color: #f46f23;
}
.ci-mail, .ci-phone, .ci-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
	margin: 20px 0;
}
.ci-social a {
    font-size: 22px;
    color: #dbdbdb;
	transition: 0.5s;
}
.ci-social a:hover {
    color: #f46f23;
    transition: 0.5s;
}
.ci-link-list a, .ci-info a {
    color: #dbdbdb;
    transition: 0.5s;
}
.ci-link-list a:hover, .ci-info a:hover {
    color: #f46f23;
    text-decoration: none;
    transition: 0.5s;
}
.ci-footer-review {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ci-footer-review .ci-rating-box img {
    width: 90px;
}
.ci-rating-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
    border: 1px solid;
}
.ci-upwork {
    padding: 14px 10px;
}
.ci-rating p {
    display: flex;
    gap: 5px;
    margin: 0;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
}
.ci-rating svg.ci-icon-cl {
    width: 20px;
	color: #ffc522;
}
.ci-fborder {
    border: 1px solid;
    height: 15px;
}



.ci-privacy-policy {
    padding: 25px 45px;
    box-shadow: 0px 0px 12px 0px #ededed;
    border-radius: 10px;
}

/*--------------------- Create New Customer Account --------------------------*/

.form-create-account {
    margin-bottom: 30px;
}
.form-create-account .fieldset.create.account:after {
    margin-top: 10px;
}
.additional_info {
    margin: 0 0 20px;
}
.ci-account-form input.input-text {
    display: block;
    width: 100%;
    padding: 20px 18px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dcdcdc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.customer-account-create .page-title-wrapper {
    text-align: center;
}
.customer-account-create h1.page-title {
    font-weight: 600;
}
.ci-account-form .legend span {
    font-weight: 500 !important;
}
.ci-account-form button.submit {
    padding: 12px 20px;
}
.ci-main-account {
    display: flex;
    gap: 30px;
} 
.ci-form-img {
    width: 100%;
}
.ci-form-img .ci-register-customer span {
    font-size: 2.2rem;
    font-weight: 500;
}
legend.ci-register-customer {
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 5px;
}
.ci-form-img p {
    margin-top: 20px;
}



/*--------------------------shopify btn------------------------*/



.btn-get-now-link {
    width: 100%;
    text-align: center;
    background: #f46f23;
    border: 1px solid #f46f23;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 12px 10px;
    font-size: 1.7rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
}
.btn-get-now-link:hover {
    background: #fb762c;
}


/*----------------------------------------------------------------*/

@media only screen and (max-width: 1400px) {
	.main-services {
		height: 545px;
	}
	.headless-ecommerce {
		top: 55px;
	}
	.ci-technology-specialist {
		max-height: 70vh;
	}
}

@media only screen and (max-width: 1200px) {
	.main-services {
		height: 567px;
	}
	.headless-ecommerce {
		top: 55px;
	}
	.ci-contact-form form#contact-form {
		min-width: 460px;
	}
	.ci-technology-specialist {
		max-height: 60vh;
	}
	.ci-trusted-client {
		display: block;
	}
	.ci-client-logo {
		text-align: center;
		float: left;
		margin-left: 40px;
		margin-bottom: 50px;
		width: 25%;
	}
}

/*----------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
	    .middle-box {
        width: 70%;
        margin: 0px auto 45px;
    }
    .ecommerce-service {
        width: 70%;
        margin: 0 auto 45px;
    }
    .ci-box {
        width: 70%;
        margin: 0px auto 45px;
    }
	.bg-cover-img {
		background-image: none !important;
	}
	.ci-contact-form form#contact-form {
		min-width: 460px;
	}
	.ci-wp-clm li {
		width: 50%;
	}
	.ci-account-form .form.create.account{
		min-width: 480px;
	}
	.ci-number-box {
		width: 33%;
		float: left;
	}
	.ci-success-number {
		display: block;
	}
	.ci-technology-specialist {
		max-height: 51vh;
	}

}

@media only screen and (max-width: 991px) {
	.product_detail_right {
        float: left;
        width: 100%;
    }
    .middle-box {
        width: 70%;
        margin: 0px auto 45px;
    }
    .ecommerce-service {
        width: 70%;
        margin: 0 auto 45px;
    }
    .ci-box {
        width: 70%;
        margin: 0px auto 45px;
    }
    .service-img {
        width: 15%;
    }
	.headless-ecommerce {
		display: block;
		width: 100%;
		z-index: 1;
	}
	.banner-main img.main-banner-img {
		display: none;
	}
	.banner-bg-cl {
		background-color: #FFEADF !important;
	}
	.main-services {
		height: 875px;
	}
	
}


/*----------------------------------------------------------------*/

@media only screen and (min-width: 769px) {
	.catalog-product-view .product-add-form .product-options-wrapper .field .control {
		width: 100%;
	}
	.catalog-product-view .product-add-form .box-tocart .action.tocart {
		width: 100%;
	}
	.page-products .products-grid .product-item {
    padding: 8px;
}
}


@media only screen and (max-width: 768px) {
	
	.product-main-content {
		display: contents;
	}

	.product-main-content .product.media {
		order: 1;
		width: 100%;
	}
	.product-main-content .product-info-main {
		width: 100%;
		order: 2;
		margin-top: 30px;
	}

	.product-main-content .product-add-form {
		order: 3;
		width: 94%;	
	}
	.main-product-image {
		text-align: center;
	}
	.ci-box {
		width: 90%;
		margin: 0px auto 45px;
	}
	.service-img {
		width: 15%;
	}
	.main-services {
		height: 890px;
	}
	.ci-contact-main {
		margin: 50px 0;
		display: block;
		gap: 30px;
	}
	.ci-contact-form {
		margin-top: 50px;
	}
	.ci-contact-form form#contact-form {
		min-width: 100%;
	}
	.catalog-category-view li.item.product.product-item.ci-product {
		width: calc((100% - 0%) / 3);
	}
	.page-products .product-item-info {
		width: 200px;
	}
	.ci-footer-review {
		display: grid;
	}
	.ci-main-account {
		display: grid;
		gap: 30px;
	}
	
	.page-header {
		margin-bottom: 0px;
	}
	
	.header.content {
		padding: 10px 20px 0px;
	}
	
	.logo {
		margin: 0 0 10px 40px;
	}
	.logo img {
		width:90%;
	}
	.ci-hero-content {
		margin-top: 40px;
	}
	.book-demo-btn, .ci-schedule-call {
		justify-content: center;
		display: flex;
	}
	.ci-technology-specialist {
		max-height: 70vh;
	}
	.product-media, .ci-custom-hero {
		margin-top: 20px;
	}
	.ci-client-logo {
		text-align: center;
		float: left;
		margin-left: 40px;
		margin-bottom: 50px;
		width: 37%;
	}
}

@media only screen and (max-width: 640px) {
	.ci-number-box {
		width: 50%;
		float: left;
	}
	.catalog-category-view li.item.product.product-item.ci-product {
		width: calc((100% - -47%) / 3);
	}
	.ci-pl-logo {
		width: 33%;
		float: left;
	}
	.ci-pl-main {
		display: block;
	}
	.ci-main-ebook {
		display: grid;
		gap: 40px;
		text-align: center;
	} 
	.laravel-product {
		display: grid;
		gap: 30px;
		justify-content: center;
	}
	
}

@media only screen and (max-width: 500px) {
    .service-img {
		width: 60%;
	}
	.main-services {
		height: 1150px;
	}
	.ci-list-clm  li {
		width: 100%;
	}
	.product-main-content .product-add-form {
		width: 90%;
	}
	.ci-wp-clm li {
		width: 100%;
	}
	.catalog-category-view li.item.product.product-item.ci-product {
		width: calc((100% - 2%) / 2);
	}
	.ci-pl-logo {
		width: 50%;
		float: left;
	}
	.ci-client-logo {
		text-align: center;
		float: left;
		margin-left: 30px;
		margin-bottom: 50px;
		width: 80%;
	}
}