/*=======================
	Font Family
=======================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*=======================
 Main Css
=======================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
em {
    font-family: 'Poppins', sans-serif;
}
nav ul {
    list-style:none;
}
ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a:visited {
    color: #000;
}
/* change colours to suit your needs */
ins {
    /*background-color:#ff9;
    color:#000;*/
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
body, button, input, select, optgroup, textarea{
	color:#3C3F45;
	font-family: 'Poppins', sans-serif;
}
input, select {
    vertical-align:middle;
}

* {
    box-sizing: border-box;
}

body {
	margin: 0;
	font-size:16px;
	font-weight: 400;
	line-height: 1.2;
	color:#3C3F45;
	font-family: 'Poppins', sans-serif;
}

img {
	width: 100%;
	display: block;
	max-width: none;
}

a:hover, a:focus, a.active {
	text-decoration: none;
	outline: none;
}
a {
	color: #000;
}
a:hover {
    color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color:#133239;
	font-family: 'Poppins', sans-serif;
}
h2{
	font-size:36px;
	line-height: 46px;
	font-weight: bold;
}
p {
	color: #133239;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	line-height: 27px;
}
.container {
    /*max-width: 1032px;
	max-width: 1060px;*/
	max-width: 1180px;
    margin: 0 auto !important;
    padding: 0 15px;
}
img {
    max-width: 100%;
    width: auto;
}	
select:focus,
input:focus {
    outline: none;
}	

section.vc_section {
    float: left;
    width: 100%;
    position: relative;
    margin: 0 !important;
}
.post, .page {
    margin: 0;
}
/*=============================
	Header Css
=============================*/
.main_nav_header {
    display: flex;
	align-items: center;
	padding:0 15px;
	position:relative;
}
.header_proposal .btn {
    background: #fff;
    text-decoration: none;
    display: flex;
    color: #133239;
    padding: 15px 42px;
    align-items: center;
    justify-content: center;
    width: max-content;
    float: right;
    margin: 0 !important;
    border-radius: 5px;
	    font-size: 16px;
		font-weight: 500;
}
.light_page_hader .header_proposal .btn,
body.page-template.page-id-362 .header_proposal .btn {
    background: #133239;
    color: #fff;
}
.light_page_hader header#masthead {
    position: relative;
}
.header_proposal.testimonial img {
    max-width: 15px;
}
.header_proposal {
    width: 30%;
}.header_proposal a.btn img {
    margin-left: 10px;
}
ul.nav-menu {
    text-align: center;
    width: 100%;
    align-items: center;
    justify-content: center;
}
header#masthead {
    position: absolute;
    /*top: 37px;*/
	top:0;
    width: 100%;
    z-index: 2;
    padding: 10px 0;
}
.main-navigation li a {
    padding: 30px 15px;
    color: #fff;
}
.site-branding {
    width: 25%;
}
.main-navigation ul {
    justify-content: center;
}
.proposal_logo_mobile,
.mobile_logo {
    display: none;
}

/*===================
	Footer Css
===================*/
img.footer_img_border {
    float: left;
    width: 100%;
    position: relative;
}
footer#colophon {
    background-color: #F7F7F7;
    padding-top: 50px;
	margin-top: -1px;
	float: left;
    width: 100%;
    position: relative;
}
.footer_section {
    padding: 0 15px;
}
.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_top_right {
    width: 60%;
}
.footer_top_left {
    width: 40%;
}
.proposal_form input[type="submit"] {
    background: #133239;
    color: #fff;
    padding: 17px 46px;
    margin-left: 10px;
	line-height: 24px;
	border-radius: 5px;
	cursor:pointer;
	border-color: #133239;
	    font-size: 16px;
}
.proposal_email input {
    height: 60px;
    border-radius: 5px;
    border-color: #cccccc;
    padding-left: 44px;
	/*width: 431px;*/
	    width: 100%;
}
.proposal_form {
    display: flex;
}
.proposal_email {
    position: relative;
	    width: 60%;
}
.proposal_email span {
    display: block;
}
.proposal_email:before {
    content: "\f003";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    z-index: 1;
    top: 22px;
    left: 20px;
}
.footer_top_left h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #133239;
}
.footer_top_left p {
    font-size: 16px;
    line-height: 24px;
    color: #133239;
}
.proposal_form span.wpcf7-spinner {
    position: absolute;
}
.footer_middle_list {
    display: flex;
}
.footer_middle {
    width: 50%;
}
.footer_middle_list .footer_middle:first-child {
    width: 85%;
}
.footer_middle_part {
    display: flex;
	padding-top: 50px;
}
/*.footer_middle_list {
    width: 50%;
}*/
.footer_middle_list {
	width: 70%;
}
h2.footer_heading {
    font-size: 18px;
    padding-bottom: 24px;
	color: #133239;
	line-height: 27px;
	position: relative;
	font-weight: 600;
	pointer-events: none;
}
.footer_middle ul.menu li a {
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 20px;
    display: inline-block;
    color: #3C3F45;
	transition: all 250ms ease-in-out;
}

.footer_middle ul.menu li a:hover {
    color: #133239;
}
.footer_middle_right {
    width: 49%;
}
/*.footer_middle_right {
    width: 50%;
}*/
/*.footer_info_content img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    position: absolute;
}*/
.footer_info_content img {
    display: inline-block;
    height: 15px;
    margin-left: 2px;
}
.footer_info_content em:last-child {
    margin-left: 10px;
}
.footer_info_content div, .footer_middle div {
    position: relative;
}
/*.footer_info_content em:last-child {
    margin-left: 30px;
}*/
.footer_info_content p {
    color: #3C3F45;
    font-size: 16px;
    margin-bottom: 15px;
}
.footer_copyright {
    padding-top: 60px;
    padding-bottom: 30px;
}
.footer_copyright_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer_bottom_right {
    width: 60%;
}
.footer_bottom_left {
    width: 40%;
}
.footer_copyright_left img {
    max-width: 80px;
}
.footer_bottom_right {
    /*display: flex;*/
    justify-content: end;
    align-items: center;
	float: left;
    text-align: right;
}
ul.footer_rating li {
    display: inline-block;
    color: #FFCC00;
}
ul.footer_rating {
    margin-left: 20px;
	display: inline-block;
}
.footer_bottom_right p {
    color: #000;
    font-size: 14px;
	    display: inline-block;
}
.footer_bottom_left p {
    color: #000000;
    font-size: 14px;
}
span.space {
    padding: 0 15px;
}
/*======== Home page section ======*/
.slider_section {
    padding-top: 243px !important;
    padding-bottom: 200px !important;
}
.slider_section h1.banner_heading {
    margin-bottom: 25px;
	line-height:60px;
	font-weight: bold;
}
.slider_section .wpb_content_element {
    margin-bottom: 30px;
    max-width: 55%;
}
.slider_section .wpb_content_element p {
    color: #fff;
}
.theme_button a {
    background: transparent !important;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    padding: 15px 42px !important;
	transition: all 250ms ease-in-out;
}
.theme_button a:hover {
    background: #fff !important;
    color: #133239!important;
}
/*===== Business Growth Section =====*/
section.business_growth_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.business_growth_section h2 {
    color: #fff;
    line-height: 60px !important;
    margin-bottom: 20px;
}
.contact_form_text {
    margin-bottom: 0 !important;
}
.business_rigth_section {
    float: right !important;
}
.desktop_hide {
    display: none !important;
}
.business_precent_image {
    max-width: 190px;
}
.business_growth_content {
    max-width: 537px;
	margin-bottom: 0 !important;
}
.business_growth_content p {
    color: #fff;
}
.business_image {
    position: absolute;
    /*top: -244px;
	top:-190px;*/
	top:-280px;
    right: 10px;
    margin: 0 !important;
}
.business_image.mobile_hide {
    max-width: 93%;
}
.business_image.mobile_hide img {
    border-radius: 10px;
}
section.business_content_section {
    padding-top: 35px !important;
    padding-bottom: 100px !important;
}
.business_precent_image {
    position: absolute;
    /*top: -338px;
	top: -285px;*/
	top: -380px;
    z-index: 1;
    right: 51px;
    margin: 0 !important;
}
.growth_list ul li {
    list-style: none;
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    color: #133239;
    margin-bottom: 15px;
    line-height: 27px;
}
.growth_list ul li:before {
    content: "";
    position: absolute;
    background: #27BBED;
    width: 5px;
    height: 10px;
    left: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
}
.besiness_content_block .vc_column-inner {
    padding-right: 0 !important;
}
.business_content_section .proposal_email input{
    /*width: 315px;*/
	width:100%;
	background: #F7F7F7;
}
.growth_list {
    margin-bottom: 28px !important;
}
/*==================================
	 What can do for you
==================================*/
/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
    position: absolute;
    width: 1207px;
    right: 0;
}
section.store_work_section {
    padding-bottom: 520px;
	padding-top: 100px !important;
}
.shopify_work_slider .slick-list {
    padding-left: 0 !important;
    padding-right: 55px !important;
}

.shopify_work_list {
    margin-right: 20px;
}
section.store_work_section .vc_column-inner {
    padding-right: 0 !important;
}*/
section.store_work_section {
    padding-bottom:100px !important;
	padding-top: 100px !important;
}
.shopify_work h2 {
    margin-bottom: 40px;
    line-height: 46px;
}

.work_content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
	align-items: center;
}
.work_left img {
    max-width: 24px;
}
.shopify_work_image {
    position: relative;
}
.shopify_work_list {
    /*margin-right: 20px;*/
	margin: 0 10px;
}
.work_left h3 a,
.work_left h3 {
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 13px;
}
section.store_work_section {
    padding-right: 0 !important;
}

/*.shopify_work_slider .slick-arrow {
    position: absolute;
    right: 6%;
    top: -73px;
    width: 24px;
	height: 24px;
}*/

.home_customworkservice  .slick-arrow,
.shopify_work_slider .slick-arrow {
    position: absolute;
    right: 3px;
    top: -73px;
    width: 24px;
	height: 24px;
}
.home_customworkservice .prev_button,
.shopify_work_slider .prev_button {
    margin-right: 170px;
}
.home_customworkservice ul.slick-dots,
.shopify_work_slider ul.slick-dots {
    position: absolute;
    top: -70.5px;
    /*right: 10.5%;*/
	right: 55px;
    display: flex;
    align-items: center;
}
.home_customworkservice ul.slick-dots li,
.shopify_work_slider ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    padding: 4px 0;
    border-radius: 50%;
}
.home_customworkservice_heading h2 {
    margin-bottom: 40px;
}
.home_customworkservice ul.slick-dots li button,
.shopify_work_slider ul.slick-dots li button {
    background: #133239;
    border-color: #133239;
    width: 10px;
    height: 10px;
    padding: 0;
    color: transparent;
    border-radius: 50%;
	cursor: pointer;
}
.home_customworkservice ul.slick-dots li.slick-active,
.shopify_work_slider ul.slick-dots li.slick-active {
    border: 1px solid #27BBED;
}
.home_customworkservice ul.slick-dots li.slick-active button,
.shopify_work_slider ul.slick-dots li.slick-active button {
    background: #27BBED;
    border-color: #27BBED;
}

.shopify_work_slider ul.slick-dots li,
.shopify_work_slider ul.slick-dots li{
	cursor: pointer;
}
/*=================================
		Shopify Work List
=================================*/
section.have_idea_section {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
.shopify_work h2 {
    font-size: 36px;
    color: #133239;
    line-height: 46px;
}
.half_grid {
    width: 48.5%;
    display: initial;
    margin-right: 20px;
    float: left;
    margin-bottom: 45px !important;
}
.half_grid:nth-child(2n) {
    margin-right: 0;
}
.help_form input {
    border: none;
    border-bottom: 1px solid #133239;
    border-radius: 0;
    padding: 0 0 15px 0;
    font-size: 14px !important;
    width: 100%;
    color: #133239;
}
.help_form input::placeholder {
    color: #000;
}
.half_grid span {
    display: block;
}
.full_grid {
    float: left;
    width: 100%;
}
.half_grid select {
    width: 100% !important;
    display: block;
    padding: 15px 0;
    border: none;
    border-bottom: 1px solid #133239;
    font-size: 16px;
    color: #133239;
	padding-top:0;
	-webkit-appearance:none;
	height:35px;
	border-radius:0;
	background-image: url('https://itgeeks.com/wp-content/uploads/2022/04/chevron-down.png');
	background-repeat: no-repeat;
	background-position: right 8px;
    background-size: 17px;
	background-color: transparent;
}

.get_touch_form .half_grid select {
    background-image: url(https://itgeeks.com/wp-content/uploads/2023/08/arrow-right-1.svg)!important;
    background-repeat: no-repeat!important;
    background-position: right !important;
}

.help_form input[type="submit"] {
    width: auto;
    border: 1px solid #133239;
    padding: 18px 46px;
    margin-top: 40px;
    background: #133239;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
	transition: all 250ms ease-in-out;
	    cursor: pointer;
}
.help_form input[type="submit"]:hover {
    background: #fff;
    border-color: #133239;
    color: #133239;
}
/*=======================================
	Higher Orbital Section
=======================================*/
h2.border_bottom {
    margin-bottom: 25px;
    line-height: 46px;
    padding-bottom: 25px;
    position: relative;
}

h2.border_bottom:before {
    content: "";
    position: absolute;
    background: #27BBED;
    border-radius: 50px;
    width: 50px;
    height: 5px;
    bottom: 0;
}

.help_form {
    padding-left: 20px;
}
.wpcf7 form .wpcf7-response-output {
    float: left;
    width: 100%;
    position: relative;
	display: none;
}
.elementor-shortcode .wpcf7 form.sent .wpcf7-response-output {
    border-color: #ffffff;
    display: block;
    color: white!important;
}
.plan_form .wpcf7 form.sent .wpcf7-response-output {
    color: #000;
    max-width: 686px;
    margin: 0 auto !important;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 30px !important;
}
.help_form p {
    float: left;
    width: 100%;
}
section.higher_orbital_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    background: #F7F7F7;
}

.higher_number_block:before {
    content: "";
    position: absolute;
    background: red;
    background: #27BBED;
    border-radius: 50px;
    width: 5px;
    height: 26px;
    left: 0;
    top: 16px;
}

section.higher_orbital_section .wpb_content_element {
    margin-bottom: 0 !important;
}
section.higher_orbital_section .higher_number_block {
    position: relative;
    padding-left: 18px;
	margin-bottom: 50px !important;
}
section.higher_orbital_section .last_block .higher_number_block {
    margin: 0 !important;
}
section.orbital_bg_img {
    margin: 0 !important;
    margin-top: -2px !important;
}

section.orbital_bg_img .vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
section.orbital_bg_img .vc_row .vc_column-inner {
    padding: 0 !important;
}
.elvate_left_block {
    float: right !important;
}
/*========================================
	Bring Section
========================================*/
section.bring_website_section {
    padding-top: 100px;
    padding-bottom: 100px;
}

.bring_website_form .proposal_email span.wpcf7-form-control-wrap {
    display: inline-block;
}
.bring_website_form .proposal_email span.wpcf7-form-control-wrap input {
    width: 100%;
    background: #F7F7F7;
    border: 1px solid #CCCCCC;
}
section.bring_website_section .wpb_single_image {
    margin-bottom: 0 !important;
}
section.bring_website_section .container {
    display: flex !important;
    align-items: center !important;
}
.shopify_expert_image {
    max-width: 471px !important;
    margin: 0 auto;
}
.bring_website_form {
    margin-left: 60px;
}
/*========================================
	revered_reviews Section
========================================*/
section.revered_reviews_section {
    padding-top: 80px !important;
    padding-bottom: 100px !important;
    margin-bottom: 279px !important;
}
.revered_reviews_section .wpb_content_element p {
    color: #fff;
}
.shopify_review_list {
    margin: 0 10px;
    margin-bottom: 20px;
}
.shopify_reviews_content {
    background: #F7F7F7;
    padding: 40px 28px;
    border-radius: 5px;
	transition: 0.3s;
}
.shopify_review_image {
    margin-bottom: 33px;
	height: 40px;
}
.shopify_review_image img {
    max-height: 40px;
}
.shopify_reviews_content:hover {
	background: #fff;
    box-shadow: 0px 0px 28px rgb(0 0 0 / 15%);
}
.shopify_review_block {
    position: absolute;
    /*max-width: 1147px;*/
	max-width: 1120px;
	margin: 0 auto;
}
.review_content p {
    font-size: 16px;
}

.review_content h2 {
    font-size: 18px;
    line-height: 27px;
    margin-top: 25px;
    margin-bottom: 4px;
    color: #000000;
    font-weight: 400;
}

ul.review_list li {
    display: inline-block;
    color: #FFCC00;
}

.shopify_review .slick-arrow {
    position: absolute;
    right: 5px;
    top: -90px;
    width: 24px;
}

.shopify_review .prev_button {
    margin-right: 200px;
}
.shopify_review ul.slick-dots {
    position: absolute;
    top: -88px;
    right: 55px;
	width: 120px;
    display: flex;
    align-items: center;
}

.shopify_review ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    padding: 3.5px 0;
    border-radius: 50%;
}

.shopify_review ul.slick-dots li button {
    background: #FFFFFF;
    border-color: #fff;
    width: 10px;
    height: 10px;
    padding: 0;
    color: transparent;
    border-radius: 50%;
	cursor: pointer;
}

.shopify_review ul.slick-dots li.slick-active {
    border: 1px solid #27BBED;
}

.shopify_review ul.slick-dots li.slick-active button {
    background: #27BBED;
    border-color: #27BBED;
}
.shopify_review ul.slick-dots li{
	cursor: pointer;
}
.slick-arrow {
    cursor: pointer;
}
/*==========================================
	Prominently Section
==========================================*/
section.prominently_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.prominently_section h2 {
    margin-bottom: 25px;
}
section.prominently_section .wpb_content_element p {
    margin-bottom: 10px;
    line-height: 27px;
}
section.prominently_section .wpb_single_image.wpb_content_element {
    margin-bottom: 0px !important;
}
section.prominently_section input.wpcf7-email {
    background: #f7f7f7;
    width: 100%;
}
section.prominently_section .prominently_block {
    display: flex !important;
    align-items: center;
}
.prominently_img {
    padding-left: 30px;
}
.shopify_brand .slick-track {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.shopify_brand_image {
    padding: 28px 20px;
    background: #fff;
	box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
	border-radius: 5px;
}
.shopify_brand_list {
    margin: 10px;
}
section.top_brands_section h2 {
    padding-bottom: 30px;
}

section.top_brands_section {
    padding-top: 12px !important;
    padding-bottom: 165px !important;
}

section.top_brands_image {
    padding: 0 !important;
    margin: 0 !important;
}

section.top_brands_image .vc_row.wpb_row.vc_row-fluid {
    margin: 0;
    padding: 0;
}

section.top_brands_image .vc_column-inner {
    padding: 0;
}

section.top_brands_image .wpb_single_image.vc_align_center {
    margin-bottom: -1px;
}
.shopify_brand_image img {
    margin: 0 auto;
}
/*============ Shopify Section ====================*/

.shopify_expert_section .theme_button a {
    border-color: #133239 !important;
    color:  #133239 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
section.shopify_expert_section .wpb_single_image.wpb_content_element {
    margin-bottom: 20px !important;
}
section.shopify_expert_section {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
    margin-bottom: 60px !important;
}
section.shopify_expert_section h2 {
    margin-bottom: 30px;
}
section.store_section .theme_button {
    margin-top: 30px;
    margin-bottom: 0 !important;
}
section.store_section h2 {
    margin-bottom: 30px;
}
/*==========================================
	Shopify Case Studies
=========================================*/


.case_studies_section .case_studies_content p {
    color: #fff;
}

.case_studies_section .case_studies_content {
    margin: 15px 0 25px !important;
}

section.case_studies_section {
    padding-top: 100px !important;
    padding-bottom: 160px !important;
}
.case_studies_right {
    float: right !important;
}
.case_studies_right .theme_button {
    margin: 0 !important;
}
.shopify_brand_list {
    position: relative;
}

.csae_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
}

.csae_content h2 {
    color: #fff !important;
}
.csae_content p{
	color: #fff !important;
}
.csae_content {
    position: absolute;
    z-index: 1;
    bottom: 0;
    padding: 0 40px 33px 40px;
}
.shopify_case .slick-arrow {
    position: absolute;
    z-index: 1;
    bottom: 33px;
    right: 40px;
    width: 24px;
    height: 24px;
}
.shopify_case_list {
    margin: 0 10px;
}
.shopify_case_image img {
    border-radius: 10px;
}
.shopify_case .prev_button {
    margin-right: 41px;
}
.shopify_case_studies_block {
    position: absolute;
    top: -180px;
	width: 545px;
}
/*==============================================
	Blog Css
==============================================*/
/*.home_blog .slick-list {
    padding-right: 90px !important;
	padding-left: 0 !important;
}*/
section.news_section {
	padding-top: 183px !important;
    padding-bottom: 100px !important;
}
/*.new_right_section {
    position: absolute !important;
    right: 0 !important;
}
section.news_section .new_right_section .vc_column-inner {
    padding-right: 0;
}*/
.new_right_section {
    position: relative !important;
}
.pacakge_basic_content p span.package_price del {
    color: #df1111;
}

.content-box h2 {
    font-size: 18px;
    line-height: 27px;
	margin-top: 14px;
}
.content-box h2 a {
    text-decoration: none;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 54px;
	transition: all 250ms ease-in-out;
}
.content-box h2 a:hover {
    color: #133239 !important;
}
.home_blog_block {
    margin-left: 20px;
}
.blog_image img {
    border-radius: 5px;
}
.post-thumbnail img {
    border-radius: 10px;
}
/*.blog_page .post-thumbnail img {
    height: 285px;
    object-fit: cover;
    width: 100%;
}*/

.news_section .slick-arrow {
    position: absolute;
    right: 0;
    top: -83px;
    width: 24px;
}
.news_section .prev_button {
    margin-right: 167px;
}
.news_section ul.slick-dots {
    position: absolute;
    top: -81px;
    /*right: 27.8%;*/
    right: 50.5px;
	display: flex;
    align-items: center;
    justify-content: center;
}
section.shopify_expert_section .theme_button {
    margin-bottom: 0;
}
.news_section ul.slick-dots li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    padding: 4px 0;
    border-radius: 50%;
}
ul.slick-dots li {
    position: relative;
}
ul.slick-dots li button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    margin-top: -5px;
}
.news_section ul.slick-dots li button {
    background: #133239;
    border-color: #133239;
    width: 10px;
    height: 10px;
    padding: 0;
    color: transparent;
    border-radius: 50%;
	cursor: pointer;
	margin-top: -5.5px !important;
}
.news_section ul.slick-dots li.slick-active {
    border: 1px solid #27BBED;
}
.news_section ul.slick-dots li.slick-active button {
    background: #27BBED;
    border-color: #27BBED;
}
.news_section ul.slick-dots li{
	cursor: pointer;
}
.home_blog_heading h2 {
    color: rgba(0, 0, 0, 0.1);
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(0, 0, 0, 0.1);
    font-size: 80px;
    line-height: 120px;
    transform: rotate(-6.86deg);
    position: absolute;
    /* z-index: 1; */
    top: -73px;
    left: -15px;
    text-transform: uppercase;
}
section.news_section .vc_row {
    display: flex;
    align-items: center;
}
.news_left_section .wpb_content_element a {
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    color: #133239;
}

.news_left_section h2 {
    line-height: 46px;
    margin-bottom: 30px;
}
/*===============================
 Privacy Policy Page
===============================*/
section.section_breadcrumb {
    padding-top: 224px !important;
    padding-bottom: 100px !important;
    
}
section.vc_section.section_breadcrumb.vc_custom_1650117034578.vc_section-has-fill {
	background-position: left !important;
}
.theme_breadcrumb_content .wpb_content_element {
    margin-bottom: 0;
}
.theme_breadcrumb_content .wpb_content_element p {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.policy_section_content h2 {
    margin-bottom: 12px;
}
.policy_section_content h2 {
    margin-bottom: 12px;
}

section.policy_section_content {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

section.policy_section_content .wpb_text_column {
    margin-bottom: 0;
}

section.policy_information_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

section.policy_information_section h2 {
    margin-bottom: 12px;
}

section.policy_information_section p {
    margin-bottom: 12px;
}

section.policy_information_section ul li {
    list-style: disc;
    margin-bottom: 5px;
}

section.policy_information_section ul {
    padding-left: 20px;
}

.policy_information_section .wpb_text_column {
    margin-bottom: 0 !important;
}
section.policy_personal_information {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

section.policy_personal_information .wpb_content_element:last-child {
    margin-bottom: 0 !important;
}

section.policy_personal_information h2 {
    margin-bottom: 12px;
}
/*=====================================
	Contact US
=====================================*/
section.contact_breadcrumb {
    padding-top: 238px !important;
    padding-bottom: 80px !important;
}

section.contact_breadcrumb .wpb_content_element {
    margin: 0;
}

section.contact_breadcrumb .wpb_content_element p {
    color: #fff;
}
section.consultant_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.lets_talk_block h2 {
    padding-bottom: 16px;
    line-height: 46px;
}
.lets_talk_block .wpb_content_element {
    margin: 0;
}
.lets_talk_block  h2 {
    padding-bottom: 16px;
    line-height: 46px;
}
.lets_talk_block .wpb_content_element {
    margin: 0;
}

.lets_talk_block p {
    font-size: 16px;
    font-weight: 400;
}
.lets_talk_block p:nth-child(2) {
    margin: 25px 0;
}
section.letstalk_section {
	    padding-top: 0 !important;
    padding-bottom: 100px !important;
}
section.letstalk_section .vc_col-sm-8 {
    width: 60% !important;
}
.lets_talk_block {
    width: 40% !important;
}
.lets_talk_block .wpb_wrapper{
	background: #F7F7F7;
    padding: 31px 40px;
    margin-left: -15px;
}
.lets_talk_block .wpb_wrapper .wpb_wrapper {
    padding: 0;
    margin: 0;
}  
.shopify_faq {
    background: #F7F7F7;
    padding: 50px;
    /*max-width: 680px;*/
	    max-width: 100%;
}
.shopify_faq div#accordion {
    height: 204px;
    overflow: hidden;
    overflow-y: scroll;
}
.shopify_faq div#accordion::-webkit-scrollbar {
    width: 5px !important;
    background: #eee !important;
    border-radius: 5px !important;
}
.shopify_faq div#accordion::-webkit-scrollbar-thumb {
    border-radius: 5px !important;
    background-color: #333 !important;
}

.faq_heading h2 {
    line-height: 46px;
    margin-bottom: 20px;
}
.shopify_faq .faq_search {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -13px;
}
div#filter-form {
    position: relative;
    margin-bottom: 20px;
	display: none;
}
.shopify_faq input {
    box-shadow: none;
    height: 46px;
    border-radius: 0;
    padding: 10px 14px;
    border-color: #fff;
}
.shopify_faq .panel {
    background: transparent !important;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0;
}
.shopify_faq .panel a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    width: 100%;
    display: block;
	position: relative;
	padding-right: 20px;
}
.shopify_faq .panel-group .panel-heading {
    border-bottom: 0;
    padding: 14px 15px;
}
.shopify_faq .panel-group .panel+.panel {
    margin-top: 0px;
}
.shopify_faq input:focus {
    box-shadow: none;
    outline: none;
}
.shopify_faq .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px solid transparent;
    padding: 15px 15px;
    padding-top: 0;
    font-size: 14px;
    line-height: 21px;
}
/*span.plus_icon:after {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 12px;
    top: 35%;
    transform: translateY(-50%);
    right: 0;
}
span.plus_icon {
    float: right;
    width: 30px;
    height: 30px;
    position: relative;
	cursor: pointer;
}
span.plus_icon:before {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 12px;
    top: 35%;
    transform: rotate(90deg);
    right: 0;
}*/
.shopify_faq .panel a:after {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 12px;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.shopify_faq .panel a:before {
    content: "";
    position: absolute;
    border-top: 1px solid #000;
    width: 12px;
    top: 50%;
    transform: rotate(90deg);
    right: 0;
}
.shopify_faq .panel a[aria-expanded="true"]:before {
    display: none;
}
.help-block {
    display: none;
}
/*====================================
	Product Page
====================================*/
.blog_header_breadcrumb,
section.product_breadcrumb {
    padding-top: 360px !important;
    padding-bottom: 100px !important;
}
section.product_breadcrumb.background_breadcrumb {
    background-position: left !important;
}
.product_breadcrumb .theme_button {
    margin-top: 30px;
}
section.product_breadcrumb .wpb_content_element {
    margin-bottom: 0 !important;
    margin-top: 15px;
}
section.product_breadcrumb p {
    color: #fff;
    max-width: 926px;
}
section.store_optimzation_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
.store_optimzation_section h2, .store_optimzation_section h3, .store_optimzation_section p {
    color: #fff;
}
.store_optimzation_section h3 {
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}	
.store_optimzation_section p {
    font-size: 16px;
}
.product_page_faq .wpb_wrapper,
.product_page_faq .shopify_faq {
    background: #fff;
}
section.letstalk_section.product_page_faq {
    padding-top: 100px !important;
	padding-bottom: 40px !important;
}
.product_page_faq input#filter {
    background: #f7f7f7;
}
section.provide_services_section .container {
    display: flex;
    flex: 1;
}
.service_provide_left {
    background: #133239;
    width: 37%;
    border-radius: 5px;
	align-items: center;
    display: flex;
	padding-left: 35px !important;
    padding-right: 35px !important;
	margin-left: 15px;
}
.service_provide_right .wpb_wrapper .wpb_wrapper {
    padding: 0;
}
.service_provide_right .wpb_wrapper {
    background: #f7f7f7;
    padding: 50px;
    border-radius: 5px;
}
.service_provide_left h2, .service_provide_left p {
    color: #fff;
}
.service_provide_left p {
    margin-bottom: 30px;
    font-size: 16px;
}
.service_provide_left h2 {
    max-width: 305px;
    line-height: 46px;
    margin-bottom: 30px;
}
.service_provide_left img {
    max-width: 211px;
}
.service_provide_right h2 {
    line-height: 46px;
    margin-bottom: 30px;
}
.star_block h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.star_block {
    padding-left: 30px;
    position: relative;
}
.star_block:before {
    content: "";
    position: absolute;
    content: "\f005";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    font-size: 17px;
    top: 3px;
}
.star_block:last-child {
    margin: 0;
}
section.prioritize_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.prioritize_section .prioritize_section_image {
        float: right !important;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
section.prioritize_section .prioritize_section_image .wpb_single_image {
    margin-bottom: 0 !important;
}
.prioritize_section_left h2 {
    line-height: 46px;
    margin-bottom: 30px;
}
.prioritize_section_left p {
    font-size: 16px;
    color: #fff;
}
section.store_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.store_section .container {
    display: flex;
}
section.store_section .store_block {
    width: 33%;
	margin-left: 15px;
}
.store_block:last-child {
    margin-right: 15px;
}
section.store_section .store_block .vc_column-inner {
    background: #F7F7F7;
    border-radius: 5px;
    padding: 45px 33px;
}
section.store_section .store_block .wpb_content_element {
    margin: 0;
}
section.store_section .store_block h4 {
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 20px;
}

section.store_section .store_block ul li {
    margin-bottom: 16px;
    font-size: 14px;
}
section.store_section .store_block ul li:last-child {
    margin: 0;
}
.transaction_section {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}
.shopify_transactions {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 16px 20px;
}
.shopify_transactions p {
    color: #133239 !important;
	    font-size: 14px;

}
.shopify_transactions h2 {
    font-size: 30px;
    line-height: 46px;
}
.plan_block .wpb_wrapper {
    background: #133239;
    padding: 50px;
    border-radius: 10px;
	    float: left;
    width: 100%;
    position: relative;
}
section.choose_plan_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
	margin-top: 60px !important;
}
span.innercircle {
    width: 10px;
    height: 10px;
    background: #fff;
    display: inline-block;
    border-radius: 50%;
}
span.outercircle {
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    display: flex;
    text-align: center;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
.plan_list span.innercircle {
	display: none;
}
.plan_list.active span.innercircle {
    display: block;
}
.plan_list {
    display: inline-block;
    width: 31.66%;
    border: 1px solid #fff;
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 18px;
    margin-right: 25px;
}
.development_plan_list {
    float: left;
    width: 100%;
}
.plan_list h4 {
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
	text-transform: capitalize;
}
.plan_list p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 10px;
}
.plan_list h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
}
.shopify_plan_heading {
    float: left;
    display: inline-block;
    padding-left: 8px;
}
.type_radio {
    float: left;
    margin-top: 5px;
}

.plan_list:last-child {
    margin-right: 0 !important;
}
.plan_button {
    float: left;
    width: 100%;
	    margin-top: 30px;
}
.shopify_development_plandetail {
    float: left;
    width: 100%;
    position: relative;
}
.plan_button button {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
    padding: 18px 46px;
    background: #fff;
    border-radius: 5px;
}
.plan_detail h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    color: #FFFFFF;
}
.plan_detail {
    margin-top: 50px;
	display: none;
}
.plan_detail:first-child{
	display:block;
}
.shopify_plandetail_content ul li {
    color: #fff;
    list-style: disc;
    padding-left: 0;
    margin-left: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
}
.shopify_plandetail_content {
    margin-top: 30px;
}
.plan_button button span {
    text-transform: capitalize;
}
.shopify_plandetail_content ul {
    column-count: 3;
}
.store_optimzation_section h2 {
    margin-bottom: 30px;
}
/**/
.shopify_comparepackage {
    display: flex;
    /* border: 1px solid; */
    border: 1px solid #C4C4C4;
    box-sizing: border-box;
    border-radius: 5px;
    /*padding: 40px 0;
	padding: 30px 0;*/
}

.compare_detail {
    width: 25%;
    display: inline-block;
	border-left: 1px solid #C4C4C4;
	padding: 30px 0;
}
.compare_detail:first-child{
	border-left: transparent;
}
.compare_heading p {
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #133239;
}
.compare_heading h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #133239;
    padding: 16px 0 20px 0;
}
p.bold_subtitle {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    color: #133239;
}
.compare_heading p:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #133239;
    margin-top: 10px;
    /* margin-bottom: 30px; */
}
/*.compare_heading {
    padding-bottom: 30px;
    min-height: 211px;
    padding-right: 20px;
	
}*/
.compare_heading {
    padding-bottom: 0;
    /*min-height: 232px;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px;
	min-height: 165px;
}
.plan_left .compare_heading {
    min-height: 232px;
}
.shopify_comparepackage .compare_detail:last-child .compare_heading {
    padding-right: 20px;
}
/*.shopify_comparepackage .compare_detail:first-child .compare_heading {
    padding-left: 50px;
}
.shopify_comparepackage .compare_detail:first-child li {
    padding-left: 50px;
}*/
.shopify_comparepackage .compare_detail:first-child .compare_heading,
.shopify_comparepackage .compare_detail:first-child li {
    padding-left: 20px;
}
.choose_plan_section h2 {
    margin-bottom: 10px;
}
h2.compare_package_heading {
    margin-bottom: 20px;
}
/*li.odd {
    background: #F7F7F7;
    height: 60px;
    line-height: 20px !important;
    display: flex;
    align-items: center;
}*/
li.odd {
    background: #F7F7F7;
    display: flex;
    align-items: center;
    padding: 20px;
    padding-left: 20px !important;
}
.shopify_comparepackage_content ul li {
    /*padding-top: 15px;
    padding-bottom: 15px;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #133239;*/
	padding-top: 15px;
    padding-bottom: 15px;
	 padding-right: 15px;
    padding-left: 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #133239;
    height: 60px;
    display: flex;
    align-items: center;
}

.compare_detail .shopify_comparepackage_content ul li {
    text-align:center;
	justify-content: center;
}
.compare_detail:first-child .shopify_comparepackage_content ul li {
    justify-content: left;
	text-align:left;
}
li.odd.suscribe_row {
    height: auto;
    display: inherit;
}
li.odd.suscribe_row div {
    padding-top: 10px;
}
.shopify_comparepackage_content ul li img {
    margin-top: 8px;
    margin-bottom: 9px;
}
li.odd div select {
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    width: 134px;
    padding: 0 9px;
	-webkit-appearance: none;
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/04/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right 10px;
    background-size: 17px;
    background-position: right 4% bottom 11px;
	background-color: transparent;
}
.detail_subscription p {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    /* color: #133239; 
    margin-bottom: 16px;*/
}
.select_button button {
    background: #133239;
    border-radius: 5px;
    color: #fff;
    padding: 8px 46px;
    margin-top: 24px;
}
.compare_section h2 {
    margin-bottom: 30px;
}
section.compare_section {
    padding-bottom: 100px !important;
}

.package_tabs li.vc_tta-tab {
    width: 33.57%;
}
.development_tab li.vc_tta-tab {
    width: 100%;
}
.package_tabs li.vc_tta-tab a {
    padding: 14px 10px !important;
    
}

.package_tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a {
    border-color: #c4bfbf !important;
    background-color: #ebebeb;
    color: #133239 !important;
	font-weight: bold;
}
.package_tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a{
	color: #133239 !important;
	border-color: #f0f0f0 !important;
}
.package_tabs.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
    background-color: transparent !important;
}
.package_tabs.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
    background: transparent !important;
    border-bottom-color: #000 !important;
}
.pacakge_basic_content p {
    font-size: 14px;
    font-weight: 500;
}

.pacakge_basic_content p span.package_price {
    font-size: 20px;
    font-weight: 900;
    float: right;
}
.pacakge_basic_content h3 {
    font-size: 23px;
    letter-spacing: 0 !important;
    font-weight: bold;
    margin: 10px 0;
}
.pacakge_basic_content p {
    font-size: 14px;
    font-weight: 500;
}

.pacakge_basic_content p span.package_price {
    font-size: 26px;
    font-weight: 900;
    float: right;
}
.pacakge_basic_content h3 {
    font-size: 23px;
    letter-spacing: 0 !important;
    font-weight: 800;
    margin: 30px 0px 20px;
}
.development_pacakge_content h3 {
    margin-top: 0 !important;
}
.package_tabs.vc_tta.vc_general .vc_tta-panel-body {
    padding: 45px 20px !important;
}
.pacakge_basic_content ul li {
    list-style: disc;
    padding-left: 5px;
    margin-left: 30px;
    padding: 5px 0;
    font-size: 14px;
}
.pacakge_basic_content {
    margin-bottom: 0px !important;
}
.package_tabs .plan_button {
    margin-top: 15px;
}
.package_tabs .plan_button button {
    background: #133239 !important;
    color: #fff !important;
    width: 100%;
    border-color: #133239 !important;
	    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
}

.choose_plan_section .vc_col-sm-8 {
    width: 60.666667% !important;
}

.choose_plan_section .vc_col-sm-4 {
    width: 39%!important;
}
/*.choose_plan_section .vc_col-sm-4.plan_right.sticky {
    position: fixed;
    top: 25px;
    right: 65px;
    width: 36% !important;
}*/
.choose_plan_section .development_plan_sticky .vc_col-sm-4.plan_right {
    position: sticky;
    top: 0;
}
section.provide_services_section {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
}
.client_review {
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 10px;
}
.shopify_client_review_content {
    padding: 20px;
}
.client_header span {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
	cursor: pointer;
}
.client_header span:last-child {
    margin-left: 20px;
}
.detail_content ul.footer_rating li {
    font-size: 12px;
}
.detail_content ul.footer_rating {
    margin: 0 !important;
}
.detail_content {
    padding-top: 20px;
}
.review_content {
    margin-top: 20px;
}

.detail_content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
}
p.detail_email {
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
    color: #666666;
    margin-top: 15px;
    position: relative;
}
p.detail_email a{
    display: flex;
    align-items: center;
	color: #666666;
}
p.detail_email a:hover{
	color: #666666;
}
p.detail_email img {
    margin: 0;
    display: inline-block;
    max-width: 16px;
    margin-right: 5px;
}
.client_header span.active {
    border-bottom: 1px solid;
}
.details_desc {
    display: none;
}
section.client_review_section {
    margin-top: 65px !important;
	padding-left: 0 !important;
	padding-bottom: 50px !important;
}
.client_left_part {
    position: absolute !important;
    top: 0;
}
.client_right_part h3 {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 10px;
}
.client_right_header p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.our_review_client h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.our_review_client p {
    font-size: 16px;
    line-height: 24px;
}
.our_review_client {
    padding-left: 35px;
    position: relative;
	padding-bottom: 12px;
}
.our_review_client:before {
    content: "";
    content: "\f005";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    font-size: 22px;
}
.our_review_client:after {
    content: "";
    position: absolute;
    background: #000;
    width: 81px;
    height: 2px;
    bottom: 0;
}
.our_review_client:last-child:after {
    display: none;
}
.client_right_part {
    padding-left: 12px !important;
	float: right !important;
}
.plan_form .help_form {
    margin: 0 auto;
    position: relative;
    max-width: 686px;
    margin: 0 auto;
    padding: 0;
}
/*.plan_form .wpb_column {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.plan_form {
    position: fixed;
    top: 0;
    bottom: 0;
    background: #133239;
    z-index: 1;
    width: 100%;
	display:none;
	margin: 0 !important;
	left: 0;
	z-index: 2;
}*/
.plan_overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 76%);
    z-index: 1;
    width: 100%;
    margin: 0 !important;
    left: 0;
    z-index: 2;
	display:none;
}
/*.plan_form .wpb_column {
	position: fixed;
    top: 0;
    bottom: 0;
    background: rgb(0 0 0 / 76%);
    z-index: 1;
    width: 100%;
	margin: 0 !important;
	left: 0;
	z-index: 2;
}*/
.plan_form div#wpcf7-f288-p506-o1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	width: 100%;
}
.plan_form .wpcf7 form.invalid .wpcf7-response-output {
    position: relative;
    float: left;
    width: 100%;
    max-width: 686px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
}
.plan_form{
	display:none;
}
.close_form i {
    color: #fff;
    font-size: 30px;
	cursor: pointer;
}
.close_form {
    position: fixed;
    right: 20px;
    top: 10px;
	z-index: 2;
}
.plan_form form {
    top: 50%;
    position: fixed;
    left: 50%;
    transform: translate(-50%, -50%);
	background: #fff;
    padding: 30px;
	z-index: 2;
}
.plan_form form .half_grid {
    width: 48%;
}
.plan_form .help_form select {
	color:#000;
    padding: 8px 0px;
    background-position: right 2% bottom 13px;
	border-radius: 0px;
	background-color:#fff !important;
	height: 45px;
	
}

.plan_form .help_form input::placeholder, .plan_form .help_form textarea::placeholder {
    color: #000;
}
.plan_form .help_form input {
	height: 45px;
}
.plan_form .help_form input[type="submit"] {
    height: 45px;
}
.plan_form .help_form input, .plan_form .help_form textarea {
    padding: 0px;
	border-radius: 0px;
}
.plan_form .help_form textarea {
    height: 55px;
    border: transparent;
    border-bottom: 1px solid;
}
/*.plan_form .help_form input[type="submit"] {
    background: transparent;
    border-color: #fff;
    padding: 18px 46px;
	height:auto;
}*/
.plan_form .help_form input[type="submit"] {
    height: auto;
    background: #133239;
    color: #fff;
    padding: 18px 46px;
    line-height: 24px;
    border-radius: 5px;
    cursor: pointer;
    border-color: #133239;
    font-size: 16px;
}

.plan_form .help_form input[type="submit"]:hover {
    background: #fff;
    color: #133239;
}
.plan_form .half_grid {
    margin-bottom: 30px !important;
}

section.aboutus_section {
    padding-top: 290px !important;
    padding-bottom: 80px !important;
}
section.development_company_section {
    margin-bottom: 375px !important;
    padding-top: 0px !important;
}
section.development_company_section .best_design_wesite_block {
    padding-bottom: 148px;
    padding-top: 100px !important;
}
section.development_company_section .best_design_wesite_block .vc_column-inner {
    padding-top: 0 !important;
}
.development_company_block {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 78%;
}
.development_company {
    background: #FFFFFF;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.13);
    border-radius: 8px;
    padding: 25px 24px;
    margin-bottom: 25px !important;
}
.development_company_block .vc_column-inner {
    padding: 0 !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.development_company h4 {
    font-weight: 700;
    margin-bottom: 20px;
	font-size: 18px;
}

.development_company p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
section.aboutus_section h2 {
    line-height: 46px;
}
section.aboutus_section .wpb_content_element p {
    color: #fff;
	margin-top: 10px;
}
section.aboutus_section .wpb_content_element {
    margin: 0;
}
section.prominently_leading_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: 95px !important;
}
.prominently_leading_left {
    float: right !important;
    position: absolute !important;
    right: 15px;
    top: -195px !important;
}
.prominently_leading_right .wpb_content_element {
    margin-bottom: 10px !important;
}
.prominently_leading_left .wpb_single_image {
    margin: 0 !important;
}
section.prominently_leading_section .container {
    position: relative;
}
.prominently_leading_right p {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.start_work_block .slick-arrow {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px -1px rgb(0 0 0 / 20%);
    width: 50px;
    border-radius: 50%;
    height: 50px;
    padding: 13px 0;
}
.start_work_block .prev_button {
    position: absolute;
    bottom: 0;
}
.start_work_block .slick-arrow img {
    max-width: 24px;
    margin: 0 auto;
}
.start_work_block .next_button {
    margin-left: 60px;
}
section.itallstart_people_section .start_work_content {
    display: flex;
    align-items: center;
	margin-bottom: 50px;
}
section.shopify_expert_section.margin_top {
    margin-top: 100px !important;
    margin-bottom: 0 !important;
}
section.top_brands_section.contact_top_brands {
    padding-bottom: 100px !important;
	margin-bottom: 100px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #333;
}
.start_work_list {
    margin-bottom: 20px;
}
.itstart_block {
    margin-bottom: 30px !important;
}
.itstart_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
}
.itstart_block h4 {
    font-size: 18px;
    line-height: 27px;
    color: #133239;
    font-weight: 700;
    margin-bottom: 10px;
}
section.itallstart_people_section {
    padding-bottom: 65px !important;
    padding-top: 100px !important;
}
section.about_development_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
.development_company_left {
    float: right !important;
}
.development_company_right p {
    color: #fff;
}
.delivery_work_list {
    margin: 0 10px;
}
h2.border_center:before {
    content: "";
    position: absolute;
    background: #27BBED;
    border-radius: 50px;
    width: 50px;
    height: 5px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
h2.border_center {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.delivery_content {
    max-width: 859px;
    margin: 0 auto;
	margin-bottom: 0 !important;
}
.delivery_work {
    margin-top: 40px;
}
section.delivery_work_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.delivery_work_section .delivery_work_row {
    margin: 0 !important;
}
section.delivery_work_section .delivery_work_row .vc_column-inner {
    padding: 0 !important;
}
h2.glimpse_heading {
    margin-bottom: 40px;
}
.glimpse_block {
    margin-bottom: 30px !important;
}
.glimpse_row {
    padding-bottom: 70px !important;
}
.glimpse_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}
/*========== Portfolio ============*/
section.portfolio_breadcrumb {
    padding-top: 191px !important;
    padding-bottom: 122px !important;
    background-position: left !important;
}
section.portfolio_breadcrumb .wpb_content_element p {
    color: #fff;
}
section.portfolio_breadcrumb .wpb_content_element {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.portfolio_right_content {
    position: absolute;
    top: 52%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.portfolio_right_content h2 {
    position: relative;
    width: 100%;
    padding-left: 52%;
    border-bottom: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 60px;
}

.portfolio_left_content {
    z-index: 1;
    width: 50% !important;
    padding-left: 15px !important;
}
.portfolio_left_content .wpb_single_image {
    margin: 0;
}
.designation_heading {
    padding-left: 52%;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #133239;
}

.portfolio_right_content .wpb_content_element {
    padding-left: 52%;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 24px;
    padding-top: 24px;
}

.portfolio_right_content .wpb_content_element p {
    font-size: 16px;
}
section.prrtfolio_section_one {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.portfolio_section_one {
    padding-top: 100px !important;
    padding-bottom: 125px !important;
}
.portfolio_right_content .theme_button {
    margin: 0;
}

.theme_button.background_dark a {
    background-color: #133239 !important;
    padding: 15px 25px 15px 25px !important;
}
body.page-id-331 .theme_button.background_dark a{
	padding: 15px 44px 15px 25px !important;
}
section.store_section .theme_button.background_dark a {
    padding: 15px 25px 15px 25px !important;
}
.theme_button.background_dark a:hover {
    color: #133239!important;
    background-color: #fff !important;
}
.portfolio_right_content h2, .portfolio_right_content h5, .portfolio_right_content .wpb_content_element {
    width: 84%;
    padding-left: 36%;
    margin-left: 16%;
}
.portfolio_section_two .portfolio_right_content h2, .portfolio_section_two .portfolio_right_content h5, 
.portfolio_section_two .portfolio_right_content .wpb_content_element {
    padding-left: 0;
	margin-left: 0;
}
.portfolio_section_two .portfolio_left_content {
    float: right !important;
    padding-left: 0 !important;
}
.portfolio_right_content .wpb_content_element p {
    max-width: 543px;
}
/*======================================
	Testimonial Page
======================================*/
.light_page_hader .main-navigation li a,
body.page-template.page-id-362 .main-navigation li a {
    color: #133239;
}
section.tried_section {
    padding-top: 100px !important;
	z-index:1;
}
.light_page_hader header#masthead,
body.page-template.page-id-362 header#masthead {
    border-bottom: 1px solid #EEEEEE;
}
.revered_reviews_left {
    width: 27% !important;
	margin-bottom: 30px;
}
section.tried_section .main_review_section {
    display: flex;
    align-items: center;
}

.revered_reviews_right {
    width: 73% !important;
    padding-left: 23% !important;
}
.revered_reviews_right .theme_button {
    margin-bottom: 0 !important;
}
.revered_reviews_right .theme_button a {
    border-color: #133239 !important;
    color: #133239 !important;
	font-weight: 500;
}
.revered_reviews_right h2 {
    margin-bottom: 20px;
}
.review_one {
	width: 34% !important;
}
.review_two {
	width: 39% !important;
}
.review_three {
	width: 27% !important;
}
section.tried_section img {
    border-radius: 10px;
}
section.review_testimonila_section .wpb_content_element,
section.tried_section .wpb_content_element {
    margin-bottom: 0 !important;
}
section.review_testimonila_section p {
    color: #fff;
}
section.review_testimonila_section {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
	 margin-top: -75px !important;
}
section.itgeeks_customer_section {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
}
section.itgeeks_customer_section h2 {
    margin-bottom: 20px;
}
/*=======================================
	Progress bar testimonial page
=======================================*/
.circle_percent {
	font-size:200px; 
	width:150px; 
	height:150px; 
	position: relative; 
	background: rgb(50 85 92 / 59%);
	border-radius:50%; 
	overflow:hidden; 
	display:inline-block; 
	margin:0 20px 20px;
}
.circle_inner {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 150px; 
	height: 150px; 
	clip:rect(0 150px 150px 75px);
}
.round_per {
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 150px; 
	height: 150px; 
	background: #fff; 
	clip:rect(0 150px 150px 75px); 
	transform:rotate(180deg); 
	transition:1.05s;
}
.percent_more .circle_inner {
	clip:rect(0 75px 150px 0em);
}
.percent_more:after {
	position: absolute; 
	left: 75px; 
	top:0em; 
	right: 0; 
	bottom: 0; 
	background: #fff; 
	content:'';
}
.circle_inbox {
	position: absolute; 
	top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
	background: #133239; 
	z-index:3; 
	border-radius: 50%;
}
.percent_text {
    position: absolute;
    font-size: 24px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 3;
    font-weight: 700;
	color:#fff;
}
.review_testimonila_section .container {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}
.reveiw_percent {
    float: right;
}
.precent_heading {
    display: inline-block;
    text-align: center;
}
.precent_heading h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.review_customer .vc_column-inner {
    padding-top: 0 !important;
}
/*===========*/
.filtering .active {
    border-color: #27BBED;
    color: #27BBED;
}
.filtering span {
    border-bottom: 2px solid transparent;
    color: #282b2d;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    /* letter-spacing: 1px; */
    /* margin-right: 20px; */
    display: inline-block;
    /* margin-bottom: 5px; */
    line-height: 27px;
    padding: 20px;
    text-transform: capitalize;
}
.filtering span:last-child {
    margin: 0;
}

.reveiwlistblock .grid .grid-item {
    position: relative;
    overflow: hidden;
}
.reveiwlistblock .form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
	margin-bottom: 0;
}
.reveiwlistblock .review_content_block {
    position: relative;
    padding: 20px;
    background: #F7F7F7;
	border-radius: 5px;
	    transition: all 500ms ease;
}
.reveiwlistblock .review_content_block:hover {
    background: #133239;
}
.reveiwlistblock .review_content_block:hover h3, .reveiwlistblock .review_content_block:hover span, .reveiwlistblock .review_content_block:hover p {
    color: #fff;
}
.reveiwlistblock .grid-item {
    margin-bottom: 30px;
}
.review_content_block h3 {
    font-size: 18px;
	transition: all 500ms ease;
}
.review_content_block span {
    margin: 10px 0 20px 0;
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
	transition: all 500ms ease;
}
.review_content_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
	transition: all 500ms ease;
}
.review_content_block ul.footer_rating {
    margin: 0;
    margin-top: 10px;
}
.rating_box p {
    color: #000000;
}
.rating_box {
    margin-top: 20px;
}
.review_for p {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}
.review_for {
    margin-top: 20px;
}
/*============= Case Study Page===============*/
section.case_study_breadcrumb {
    padding-top: 175px !important;
    padding-bottom: 100px !important;
}
section.case_study_breadcrumb .wpb_content_element {
    margin: 20px 0 30px 0 !important;
}
section.case_study_breadcrumb .wpb_content_element p {
    color: #fff;
    max-width: 830px;
}
section.social_list_section {
    margin-top: 140px !important;
    padding-top: 0px !important;
}
section.social_list_section {
    padding-top: 0 !important;
    margin-top: 140px !important;
}
.sociallist {
    background-color: #f7f7f7;
    padding: 50px;
    border-radius: 5px;
}
.sociallist_block .sociallist_list {
    max-width: 100px;
    margin-right: 20px;
}
.sociallist_block {
    display: flex;
    margin-bottom: 20px;
}
.social_content {
    margin-bottom: 20px;
}
.social_content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.social_icon_list {
    display: flex;
    flex-wrap: wrap;
}
.social_icon_detail {
    display: flex;
    flex-wrap: wrap;
	margin-right: 30px;
}
.social_icon_detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-left: 10px;
}
section.business_impact_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.business_imact_percent h2 {
    font-weight: 400;
    margin-bottom: 5px;
}
.business_imact_percent {
    margin-top: 15px;
    margin-bottom: 0 !important;
}
.business_imact_percent p {
    font-size: 16px;
    line-height: 24px;
}
.imact_percent_right {
    width: 46% !important;
}
.imact_percent_left {
    width: 54% !important;
}
.imact_percent_right .content_business_impact {
    margin-bottom: 0 !important;
    padding: 30px;
    background: #133239;
    border-radius: 5px;
}
.imact_percent_right .content_business_impact p {
    color: #fff;
    font-size: 16px;
}
.imact_percent_left .wpb_column:first-child {
    width: 43% !important;
}
.imact_percent_left .wpb_column:last-child {
    width: 57% !important;
}
section.esteemed_marketing_section {
	padding-top: 100px !important;
	padding-bottom: 80px !important;
	}
section.esteemed_marketing_section .wpb_content_element p {
    margin-bottom: 20px;
}
section.esteemed_marketing_section .wpb_content_element {
	margin-bottom: 0 !important;
}
section.esteemed_marketing_section .wpb_content_element ul li {
    list-style: disc;
    padding-left: 5px;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #133239;
}
section.esteemed_marketing_section h2 {
    margin-bottom: 20px;
}
section.acceleration_plateform_section .theme_button a {
    border-color: #133239 !important;
    color: #133239 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}
section.acceleration_plateform_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.acceleration_plateform_section img {
    max-width: 197px;
}
section.acceleration_plateform_section h2,
section.acceleration_plateform_section .wpb_content_element {
    margin-bottom: 20px;
}
section.acceleration_plateform_section p {
    max-width: 874px;
    margin: 0 auto;
}
section.acceleration_plateform_section .theme_button {
    margin-bottom: 0 !important;
}
section.allsite_info_section {
    padding-top: 100px !important;
}
.othersite_list,
.othersite_header {
	display: flex;
}
/*.othersite_grid,
.othersite_name {
	width: 21%;
}
.revenue_increase,
.othersite_revenue_increase {
	width: 17%;
}

.conversion_rate,
.othersite_conversion_rate {
	width: 20%;
}
.timesite_increase,
.othersite_time_increase {
	width: 20%;
}
.site_category,
.othersite_category {
	width: 12%;
}*/
.other_list_grid {
    width: 20%;
}
.othersite_header h4 {
	font-size: 14px;
}
.othersite_list {
    align-items: center;
    background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 5px 20px;
    margin-top: 20px;
}
.othersite_grid {
	display: flex;
	align-items: center;
}
.othersite_grid p {
	font-size: 16px;
	line-height: 24px;
	color: #133239;
	margin-left: 10px;
}
.allsite_informationlist .progress {
    margin-bottom: 0;
}
.revenue_percent {
	display: flex;
	align-items: center;
}
.conversion_precent_bar,
.revenue_percentage_bar {
	float: left;
	width: 60px;
}
.revenue_percent .progress-bar {
	background-color: #133239;
}
.conversion_precent_bar .progress,
.revenue_percent .progress {
	height: 4px;
	border-radius: 100px;
	background-color: #f7f7f7;
}
.conversion_precent_bar .progress-bar {
    background: #27BBED;
}
span.conversion_precent,
span.revenue_percentage {
	font-size: 16px;
	line-height: 24px;
	padding-right: 10px;
}
.conversion_rate,
.timesite_increase {
	display: flex;
	align-items: center;
}
.conversion_rate,
.timesite_increase {
	/*padding-left: 7px;*/
}
span.timesite_gread {
	font-weight: 700;
	font-size: 36px;
	line-height: 46px;
}
.timesite_desc p {
	font-size: 12px;
	line-height: 18px;
}
.timesite_desc {
	padding-left: 11px;
}
.read_case_study a,
.site_category p {
    font-size: 12px;
	line-height: 18px;
}
/*.read_case_study {
    width: 12%;
}*/
.allsite_informationlist {
    /*background: #fff;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 5px 20px;*/
}
.othersite_name {
    padding-left: 25px;
}
.othersite_grid img {
    max-width: 18px;
}
.othersite_name.other_list_grid {
    width: 24%;
}
.othersite_category.other_list_grid {
    width: 14%;
}
.othersite_conversion_rate.other_list_grid {
    padding-left: 14px;
}
.othersite_time_increase.other_list_grid {
    padding-left: 28px;
}
.othersite_revenue_increase.other_list_grid {
    padding-left: 44px;
}
.othersite_time_increase.other_list_grid {
    padding-left: 28px;
}
.othersite_grid img {
    max-width: 18px;
}
.othersite_grid.other_list_grid {
    width: 28%;
}
.revenue_increase.other_list_grid {
    width: 20%;
}
.read_case_study.other_list_grid {
    width: 13%;
}
.site_category.other_list_grid {
    width: 14%;
}
.othersite_category_last.other_list_grid {
    width: 14%;
}
/*==============================================
	Case Study Detail Page
==============================================*/
section.case_study_detail_section {
    padding-top: 165px !important;
    padding-bottom: 80px !important;
}
.case_stydy_percent p, .case_stydy_percent h2 {
    color: #fff;
}
.case_study_detail_right .vc_single_image-wrapper {
    background: #fff;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 0px 1px 1px #ffffff5e;
}
.case_study_detail_right img {
    max-width: 30px !important;
}
.case_study_detail_right h2 {
    margin-bottom: 15px;
}
.case_study_detail_right p {
    color: #fff;
}
.case_detail {
    background: #0B2B32;
    border-radius: 5px;
    padding: 37px 30px;
	    display: none;
}
.case_detail ul li:last-child {
    margin: 0;
}
.case_detail ul li {
    margin-bottom: 16px;
}
.case_detail ul li span:first-child {
    width: 35%;
}
.case_detail ul li span {
    display: inline-block;
    color: #fff;
}
.last_column_case_study .vc_column-inner{
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.case_stydy_percent p {
    font-size: 14px;
    line-height: 21px;
}
.case_study_detail_left .wpb_content_element {
    margin-bottom: 20px !important;
}
.mokee_result p {
    color: #fff;
}
section.meet_cleveland_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.meet_cleveland_section h2 {
    margin-bottom: 20px;
}
.meet_cleveland_service {
    margin-bottom: 13px;
}
.services_used {
    margin-bottom: 0 !important;
}
.services_used a {
    background: #E9F8FD !important;
    border-radius: 0 !important;
    border-color: #E9F8FD !important;
    font-size: 12px !important;
    line-height: 18px !important;
    color: #133239 !important;
}
.services_used {
    margin-right: 20px;
}
.meet_cleveland_service {
    margin-bottom: 13px !important;
}
.meet_cleveland_service p {
    font-size: 14px;
    line-height: 21px;
}
section.desiyeah_section .container {
    display: flex;
    align-items: center;
	    flex-direction: row-reverse;
}
.desiyeah_right p {
    font-size: 18px;
    line-height: 24px;
    color: #133239;
    max-width: 100%;
}
.desiyeah_right h2 {
    margin-bottom: 20px;
}
.desiyeah_right .wpb_content_element {
    margin-bottom: 0;
}
.desiyeah_left .wpb_single_image {
    margin-bottom: 0;
}
section.desiyeah_section {
    padding-bottom: 100px;
	padding-top: 100px !important;
}
.website_update_right {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.website_update_right .wpb_content_element p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
section.traffic_revenu_section p{
	font-size: 18px;
    line-height: 24px;
}
.website_update_image {
    z-index: 1;
}
section.traffic_revenu_section h2,
.website_update_right h2 {
    margin-bottom: 30px;
}
section.website_update_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
section.traffic_revenu_section {
    padding-top: 100px !important;
}
section.traffic_revenu_section .container {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
}
.traffic_revenu_left .wpb_content_element {
    margin-bottom: 0 !important;
}
.website_update_right h3 {
    font-size: 20px;
    color: #fff;
    padding: 30px 0 15px;
}
.website_update_right .wpb_text_column.wpb_content_element {
    margin-bottom: 0 !important;
}
.result_table_mikee h2 {
    margin-top: 50px;
}
.result_table_mikee .wpb_single_image {
    margin-bottom: 0 !important;
}
/*=======================================
	Blog Page
======================================*/
.blog_header_breadcrumb h2 a,
.blog_header_breadcrumb h2 {
    color: #fff;
}
.blog_header_breadcrumb h2 {
    max-width: 60%;
}
.blog_header_breadcrumb h2 a {
    pointer-events: none;
}
.blog_header_breadcrumb {
    /*padding: 170px 0 30px;*/
	padding-top: 220px !important;
    padding-bottom: 100px !important;
    background: #133239;
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/09/blog_image_new.jpg);
    background-position: left;
    background-size: cover;
}
.blog_category_list ul li {
	display: inline-block;
	padding-right: 40px;
}
.blog_category_list ul li a {
	color: #fff;
}
.blog_category_list {
	padding-top: 15px;
}
.blog_page {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.blog_block {
    padding: 100px 0 70px;
}
h2.entry-title,
.blog_page .post h2 {
    font-size: 18px;
    line-height: 27px;
    color: #000;
}
.blog_content_box {
    padding-top: 20px;
}
.the_category {
    padding-bottom: 5px;
}
.the_category ul li a {
    color: red;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    color: #27BBED;
}
.blog_content_box .entry-summary,
.blog_content_box .entry-content {
    margin-top: 5px !important;
    color: #666666;
    line-height: 24px;
}
.blog_content_box .entry-content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.blog_page .post {
    margin-bottom: 30px;
}
a.prev.page-numbers,
a.next.page-numbers {
    width: 40px;
    height: 40px;
    border: 1px solid #133239;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
	border-radius: 5px;
	transition: 0.3s;
	color: #133239;
}
.page-numbers {
    margin-right: 20px;
}
span.page-numbers.current {
    border-bottom: 1px solid;
}
a.prev.page-numbers:hover, a.next.page-numbers:hover {
    background: #133239;
    color: #fff;
}
.blog_sidebar .widget_search label {
    display: none;
}
.blog_sidebar .widget_search .wp-block-search__inside-wrapper {
    position: relative;
}
.blog_sidebar .widget_search button.wp-block-search__button {
    position: absolute;
    right: 0;
    margin: 0 !important;
    width: 40px;
    height: 45px;
    color: transparent;
    text-align: center;
    background: transparent;
    border-color: transparent;
	font-size: 0;
}
.blog_sidebar .widget_search .wp-block-search__inside-wrapper input {
    height: 45px;
    border-radius: 0;
    border-color: transparent;
    border-bottom: 2px solid #000;
    padding-left: 0;
}
/*.blog_sidebar .widget_search button.wp-block-search__button:after {
    position: absolute;
    content: "\f002";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000000;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	font-size: 20px;
}*/
.blog_sidebar .widget_search button.wp-block-search__button:after {
	position: absolute;
    content: "";
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/07/search_icon.png);
    font-size: 20px;
    background-position: top;
    background-size: 20px;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -10px;
    right: -4px;
}
.blog_sidebar .widget_search .wp-block-search__inside-wrapper input::placeholder {
    color: #000;
}
.blog_header_block {
    margin-bottom: 40px;
	display: none;
}
.blog_header_block p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    padding-top: 20px;
}
.widget_block h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 10px;
}
ul.wp-block-latest-posts__list li a {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-weight: 400;
    line-height: 24px;
    color: #133239;
}
ul.wp-block-latest-posts__list li:first-child a {
    padding-top: 0;
}
.mail_subscribe {
    background: #133239;
    padding: 15px;
    text-align: center;
    border-radius: 5px;
	position: relative;
}
.mail_subscribe h2 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0px;
}
.mail_subscribe p {
    font-size: 14px;
    line-height: 21px;
    color: #Fff;
}
.mail_subscribe p input::placeholder {
    color: #ccc;
    
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.mail_subscribe p input[type="email"]{
	padding-left: 20px;
}
.mail_subscribe p input {
    height: 50px;
    width: 100%;
    /* padding-left: 20px; */
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}
.mail_subscribe p input[type="submit"] {
    font-weight: 500;
    font-size: 16px;
    line-height: initial;
    height: auto;
    padding: 10px 0;
}
.mail_subscribe .wpcf7-spinner {
    position: absolute;
    bottom: 18px;
    left: 40%;
}
.mail_subscribe p {
    margin: 0;
}
ul.quickstart_guides_post .wp-block-latest-posts__post-excerpt {
    color: #666666;
    line-height: 16px;
    overflow: hidden;
    height: 16px;
	margin: 5px 0 0;
}
ul.quickstart_guides_post li a {
    border-color: transparent;
    padding-bottom: 0;
    color: #000;
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 24px; */
    /* color: #133239; */
}
ul.quickstart_guides_post li {
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
ul.quickstart_guides_post li:first-child {
    padding-top: 0;
}
.blog_detail_page header.entry-header h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}
.blog_block.blog_detail_page section.vc_section {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.blog_block.blog_detail_page .blog_content_box .entry-content {
    float: left;
    width: 100%;
    position: relative;
	margin-top: 40px !important;
}
.explore_guide_section {
    background: #F7F7F7;
    padding: 40px;
    border-radius: 5px;
}
.explore_guide_section h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.explore_guide_section ul li {
    list-style: disc;
    margin-bottom: 10px;
    color: #133239;
    padding-left: 10px;
}
.explore_guide_section ul {
    /* padding-left: 30px; */
    margin-left: 17px;
}
.itgeeks_content h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 20px;
}
.blog_proposal_form .wpb_wrapper {
    background: #133239;
    padding: 40px;
	border-radius: 5px;
}
.blog_proposal_form .wpb_wrapper .wpb_wrapper {
    padding: 0;
}
.blog_proposal_form h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.blog_proposal_form p {
    color: #fff !important;
}
.blog_proposal_form .wpb_content_element {
    margin-bottom: 30px !important;
}
.blog_proposal_form input[type="submit"] {
    background: #fff;
    color: #133239;
    border-color: #fff;
}
.blog_subheader {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 10px;
}
.blog_subheader span {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #133239;
	display: inline-block;
}
.blog_subheader span.reading_time a,
.blog_subheader span.posted-on a {
    display: flex;
    align-items: center;
}
.blog_subheader span.reading_time a svg,
.blog_subheader span.posted-on svg {
    width: 16px;
	margin-right: 10px;
}
.blog_subheader span.posted-on i {
    padding-right: 10px;
}
.blog_social_share {
    width: 40%;
    float: right;
}
.blog_social_share ul li svg {
    max-width: 20px;
}
.blog_social_share ul li {
    display: inline-block;
    padding: 0 10px;
}
ul.share-buttons {
    text-align: right;
}
.blog_proposal_form .proposal_email input {
    height: 60px;
    border-radius: 5px;
    border-color: #cccccc;
    padding-left: 44px;
    width: 416px;
}
span.reading_time i {
    padding-right: 10px;
}
span.reading_time {
    margin-left: 40px;
}
.blog_header_block .page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
}
.blog_header_block .page-header h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}
.page-header {
    margin: 0;
    padding-bottom: 0;
    border-bottom-color: transparent;
}
.page-header h1 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}
.search_page p {
    margin-bottom: 20px;
}
.search_page input.search-field {
    height: 50px;
    border-radius: 0;
    padding: 10px;
    width: 100%;
}
.search_page form.search-form {
    display: flex;
}
.search_page label {
    width: 72%;
    display: inline-block;
}
.search_page input.search-submit {
    background: #133239;
    height: 50px;
    border-radius: 5px;
    padding: 17px 50px;
    color: #fff;
    display: inline-block;
    width: 26%;
    margin-left: 15px;
}
.search_page input.search-field::placeholder {
    font-weight: 400;
}
.mail_subscribe label {
    width: 100%;
}

.blog_block.search_page nav.navigation.posts-navigation{
	margin-top:30px;
}
.blog_block.search_page .nav-previous a,
.blog_block.search_page .nav-next a {
    font-weight: bold;
}
.blog_header_breadcrumb p {
    color: #fff;
    padding-top: 10px;
}
.blog_page .col-md-6:nth-child(2n) {
    clear: both;
}
/*============ Custom post type Service page ================*/
.serach_service_section {
    background: #f7f7f7;
    padding: 20px 0;
}
.serach_service_section h3 {
    font-size: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #133239;
	    padding-top: 8px;
    padding-bottom: 8px;
}
.serach_service_section input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 5px;
    height: 40px;
	padding: 15px;
	border-color: #fff;
}
.serach_service_section button {
    position: absolute;
    right: 0;
}
.service_search_form {
    position: relative;
}
.serach_service_section button {
    position: absolute;
    right: 0;
    height: 40px;
    background: transparent;
    border-color: transparent;
    padding: 10px 15px;
}
.serach_service_section input::placeholder {
    color: #ccc;
    font-size: 14px;
    font-weight: 400;
}

.blog_service_box {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 20px;
	margin-bottom: 30px;
}
.home_customworkservice_block .blog_service_box {
    padding: 0;
    border-radius: 5px;
    overflow: hidden;
	margin-bottom: 0;
}
.home_customworkservice_block .blog_service_box .blog_content_box {
    padding: 20px !important;
}
.home_customworkservice_block h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    height: 48px;
}
.home_customworkservice_block {
    margin: 0 10px;
}
.home_customworkservice_block h2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 0;
    height: auto;
}
.blog_page.service_blog_page .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.service_blog_page .blog_detailheader_content h2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
}
.blog_service_box .blog_content_box {
    padding-top: 0;
}
.service_blog_page .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
}
.service_blog_page .col-md-4:nth-child(3n+1) {
    clear: both;
}
.the_category {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}
.service_price {
    padding: 28px 0;
}
.service_job_profile h5,
.service_price h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #666666;
}
.service_job_profile {
    display: flex;
	align-items: center;
	justify-content: space-between;
	display:none;
}
.service_price p {
    font-weight: 500 !important;
}
.service_job_profile p {
    font-size: 12px !important;
    line-height: 18px !important;
}
.service_job_right {
    width: 40%;
    float: right;
    text-align: right;
}
.service_job_right ul li {
    color: #000;
    font-size: 13px;
}
.service_job_left p {
    margin-top: 4px;
}
.service_job_left p i {
    padding-right: 10px;
    font-size: 16px;
}
.service_job_right p {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    color: #133239 !important;
}
.service_job_right p span {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}
.service_job_right ul.footer_rating {
    margin: 0;
}
.service_job_left {
    width: 70%;
}
.blog_block.service_blog_page .blog_page {
    padding-left: 30px;
}
.col-md-3.col-sm-12.custom_width_3 {
    width: 23%;
}
.col-md-9.col-sm-12.custom_width_9 {
    width: 77%;
}
.service_sidebar .widget_nav_menu {
    border-bottom: 1px solid #EEEEEE;
}
.service_sidebar .widget_nav_menu {
    margin-bottom: 20px;
}
.service_sidebar .widget_nav_menu h3.widget-title {
    padding-bottom: 20px;
    cursor: pointer;
}

.service_sidebar h3.widget-title span {
    float: right;
}
.service_sidebar .widget_nav_menu div {
    display: none;
	transition: all 5s ease-out;
	padding-bottom: 20px;
}
.service_sidebar .widget_nav_menu.active div {
    display: block;
}
.service_sidebar .widget_nav_menu div ul li {
    padding-bottom: 10px;
}
.service_sidebar .widget_nav_menu div ul li:last-child {
    padding-bottom: 0;
}
.service_sidebar .widget_nav_menu:last-child {
    margin-bottom: 0;
}
.blog_block.service_blog_page .blog_pagination {
    padding-left: 30px;
}
/*========== 404 Page ===========*/
section.error-404.not-found {
    text-align: center;
}
section.error-404.not-found label {
    width: 50%;
}
section.error-404.not-found input.search-submit {
    height: 60px;
    background: #133239;
    color: #fff;
    border-color: #133239;
	margin-left: 8px;
}
section.error-404.not-found input.search-field {
    height: 60px;
    padding: 10px 20px;
    width: 100%;
}
section.error-404.not-found {
    text-align: center;
    padding: 70px 0 100px;
}
section.error-404.not-found input.search-field::placeholder {
    font-weight: 400;
}
/*================================================
	Woocomerce Shop Page
================================================*/
 
.woocommerce.columns-3 ul.products li.product:nth-child(3n) {
    margin-right: 0;
}
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
    width: 31.99%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 1.8% 2.992em 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    padding-top: 14px;
    padding-bottom: 10px;
	color:#000;
}
.woocommerce ul.products li.product .price {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.woocommerce ul.products li.product .button {
    display: none;
}
.woocommerce .woocommerce-ordering, 
.woocommerce p.woocommerce-result-count {
    display: none;
}
nav.woocommerce-pagination ul.page-numbers {
    border-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
	 border-bottom: 1px solid #000;
    color: #000;
}
.woocommerce nav.woocommerce-pagination ul li {
    border-right: transparent;
}
nav.woocommerce-pagination ul.page-numbers li a.prev,
nav.woocommerce-pagination ul.page-numbers li a.next {
	padding: 10px;
}
nav.woocommerce-pagination ul.page-numbers .page-numbers {
    margin-right: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: transparent;
}
.woocommerce nav.woocommerce-pagination ul li a.prev.page-numbers:hover, 
.woocommerce nav.woocommerce-pagination ul li a.next.page-numbers:hover {
    background: #133239;
    color: #fff;
}

.shop_page main#primary {
    /*max-width: 1140px !important;
    margin: 0 auto !important;
    padding: 0 15px;
	padding: 100px 15px;*/
    width: 100%;
    position: relative;
}
.shop_page header.woocommerce-products-header {
    padding-top: 360px;
    padding-bottom: 100px;
    background-color: #133239;
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/04/gradiant_bg.png?id=216) !important;
	background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    
}
.shop_page header.woocommerce-products-header h1 {
    text-align: left;
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
    max-width: 1145px !important;
    margin: 0 auto;
    padding: 0 15px;
}
.shop_page header.woocommerce-products-header .page-description {
    /*margin-top: 10px;*/
    max-width: 1145px !important;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 10px;
}
.shop_page header.woocommerce-products-header .page-description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}
.shop_page ul.products.columns-3 {
    /*padding-top: 30px;
    float: left;
    width: 100%;
    position: relative;*/
	padding-top: 30px;
    width: 100%;
    position: relative;
    max-width: 1145px !important;
    margin: 0 auto;
    padding: 0 15px;
    padding-top: 50px;
}
.shop_page nav.woocommerce-pagination {
    float: left;
    width: 100%;
    position: relative;
	padding-bottom: 100px;
}
/*========== Product Single =============*/
.woocommerce div.product div.summary {
    float: left;
}
nav.woocommerce-breadcrumb {
    display: none;
}
.woocommerce div.product div.images, .woocommerce-page div.product div.images{
	float: right;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #133239;
}
.woocommerce div.product p.price {
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.woocommerce div.product div.images, 
.woocommerce-page div.product div.images {
    float: right;
    width: 50%;
}
.woocommerce div.product div.summary {
    float: left;
    width: 50%;
    padding-right: 95px;
	    margin-top: 0 !important;
}
.woocommerce-tabs.wc-tabs-wrapper {
    float: left;
    width: 100%;
    position: relative;
}
body.single-product main#primary {
    width: 100%;
    position: relative;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
}
h1.product_title.entry-title {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #133239;
    margin-bottom: 20px;
}
.woocommerce-product-details__short-description ul li img {
    max-width: 12px;
    display: inline-block;
    margin-right: 10px;
}
.woocommerce-product-details__short-description ul li {
    display: flex;
    align-items: center;
}
.woocommerce-product-details__short-description {
    padding-bottom: 30px;
}
.woocommerce-product-details__short-description ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    color: #133239;
}
.woocommerce-product-details__short-description ul li:last-child {
    margin-bottom: 0;
}
.quantity {
    display: none;
}
button.single_add_to_cart_button {
    padding: 18px 0;
    background: #133239;
    border-radius: 5px;
    color: #fff;
    width: 78%;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.single-product div.product {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
.star-rating span::before,
.star-rating::before{
	font-size:11px;
}
.star-rating span::before {
    color: #FFCC00 !important;
}
.woocommerce-product-rating {
    display: flex;
    margin-bottom: 20px;
}
a.woocommerce-review-link {
    font-size: 12px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #133239;
}
.star-rating {
    width: 4.3em !important;
}
.product_meta {
    display: none;
}
.product_desc p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
	margin-bottom: 20px;
}
.product_desc {
    padding-top: 30px;
	font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
}
.product_accordian {
    float: left;
    width: 100%;
    position: relative;
    padding-top: 100px;
}
.product_accordian .panel-group .panel+.panel {
    margin-top: 0px;
}
.product_accordian .panel-group .panel {
    box-shadow: none;
    border-top: 1px solid #CCCCCC;
	border-radius: 0;
}
.product_accordian .panel-heading {
    padding: 40px 0;
    border-radius: 0;
}
.product_accordian .panel-body {
    border-top: transparent !important;
    padding: 0;
    padding-bottom: 40px;
	line-height: 24px;
}
.product_accordian .panel:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.product_accordian .panel-heading a {
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.other_theme_box {
    width: 33.33%;
    padding: 0 5px;
}
.product_accordian .panel-heading a span.headline {
    flex: 0 0 23.625rem;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #133239;
}
.product_accordian .panel-heading a span.sub-headline {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.product_accordian .panel-heading a:before {
    border-bottom: 1px solid #000000;
    border-left: 1px solid #000000;
    transition: all 250ms ease-in-out;
    content: "";
    position: absolute;
    right: 10px;
    width: 12px;
    height: 12px;
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -8px;
}
.product_accordian .panel-heading a[aria-expanded="true"]:before {
    transform: rotate(135deg);
	    top: 18px;
}
.woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel {
    display: block !important;
    border-bottom: transparent !important;
    box-shadow: none;
	margin: 0 !important;
}
.woocommerce-tabs ul.tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.woocommerce-tabs ul.tabs li#tab-title-attrib_review_button a {
    border: 1px solid #133239;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 42px;
    border-radius: 5px;
	transition: all 250ms ease-in-out;
	    color: #133239;
}
.woocommerce-tabs ul.tabs li#tab-title-attrib_review_button a:hover {
    background: #133239;
    border-color: #133239;
    color: #fff;
}
h2.woocommerce-Reviews-title {
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
}
div.comment_container {
    display: flex;
    align-items: flex-start;
}
ol.commentlist li {
    padding-left: 10px;
}
ol.commentlist {
    padding-left: 20px;
}
.comment-text {
    /*padding-left: 15px;*/
}
div.comment_container img{
	width: 80px;
	display:none;
}
ol.commentlist .star-rating {
    line-height: 25px;
}
strong.woocommerce-review__author {
    font-size: 18px;
    text-transform: capitalize;
}
time.woocommerce-review__published-date {
    font-size: 16px;
    color: #666666;
}
div.comment_container .description p {
    font-size: 16px;
}
p.stars.selected a:not(.active)::before,
p.stars.selected a.active::before,
p.stars:hover a::before {
    color: #FFCC00 !important;
}
div#review_form_wrapper {
    display: none;
	margin-top: 40px;
}
div#comments {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 40px;
}
div#review_form span#reply-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
div#review_form form#commentform {
    float: right;
    width: 69%;
    margin: 0;
}
/*div#review_form label {
    padding-bottom: 5px;
	font-size: 15px;
}*/
div#review_form p.comment-form-comment textarea {
    height: 130px;
}
div#review_form p.form-submit input {
    padding: 15px 42px;
    background: #133239;
    border-color: #133239;
    color: #fff;
	font-size: 16px;
}
div#review_form p.form-submit input:hover {
    border-color: #133239;
}
/*div#review_form p.form-submit {
    margin-top: 20px;
}
p.comment-form-author {
    margin: 10px 0;
}*/
p.comment-notes {
    font-size: 16px;
    margin-bottom: 10px;
}
p.comment-form-email {
    margin-bottom: 10px;
}
p.comment-form-email input,
p.comment-form-author input {
    width: 100%;
    border: transparent;
    border-bottom: 1px solid #000;
    border-radius: 0;
	font-size: 16px;
    line-height: 24px;
    color: #133239;
	padding: 0;
    padding-bottom: 15px;
}
p.comment-form-cookies-consent input {
    margin: 0;
}
.comment-form-rating p.stars{
	padding-left: 10px;
}
p.comment-notes span.required,
.comment-form-rating span.required {
    color: #133239;
}
.comment-form-rating p.stars,
.comment-form-rating label {
    float: left;
}
/*.comment-form-rating {
    position: absolute;
    bottom: 70px;
}*/
.comment-form-rating {
    float: left;
    width: 100%;
    position: relative;
    margin: 10px 0 0;
}
p.comment-form-cookies-consent {
    width: 100%;
    float: left;
}
p.comment-form-cookies-consent label {
    font-size: 12px !important;
    color: #666666;
    font-weight: 400;
}
p.comment-notes {
    position: absolute;
    width: 29%;
    left: 0;
    top: 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
div#review_form p.form-submit {
    margin-top: 30px;
    float: left;
    width: 100%;
    position: relative;
}
div#respond {
    position: relative;
    float: left;
    width: 100%;
    position: relative;
}
p.comment-form-email {
    margin-right: 0 !important;
}
div#review_form p.comment-form-email, 
div#review_form p.comment-form-author {
    margin: 0 0 10px;
    width: 48.87%;
    display: inline-block;
    margin-right: 13px;
}
div#review_form p.comment-form-comment textarea {
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
    padding: 0;
}
div#review_form p.comment-form-comment textarea:focus {
    outline: none;
}
div#review_form p.comment-form-comment {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
div#review_form label {
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #133239;
}
div#review_form p.comment-form-comment label,
div#review_form p.comment-form-author label, 
div#review_form p.comment-form-email label {
    display:none;
	
}
p.comment-form-email input::placeholder, 
p.comment-form-author input::placeholder,
div#review_form p.comment-form-comment textarea::placeholder {
    color: #133239;
}
.comment-form-rating p.stars {
    margin-top: 5px;
}

.product_accordian .panel-group {
    margin-bottom: 0px;
}
.woocommerce-tabs.wc-tabs-wrapper{
	margin-top: 100px;
}
div#review_form p.stars a {
    height: 0.6em;
    width: 0.6em;
}
div#review_form p.stars a::before {
    font-size: 12px;
}
div#review_form p.form-submit input:hover {
    background: transparent;
    color: #133239;
}
section.related.products {
    display: none;
}
p.woocommerce-noreviews {
    background: transparent;
    font-size: 16px;
}
.other_theme_box h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #133239;
    margin-top: 15px;
    padding-left: 10px;
}
.other_theme_content {
    display: flex;
}
/*=====================================================
	Cart Page
=====================================================*/
form.woocommerce-cart-form table.woocommerce-cart-form__contents a img {
    max-width: 50px;
}
form.woocommerce-cart-form th.product-quantity {
    width: 25%;
}
.cart_page .page {
    padding: 100px 0;
}
.cart_page .page h1.entry-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
}
.form.woocommerce-cart-form td.product-quantity .quantity {
    display: block;
}
form.woocommerce-cart-form thead tr th {
    border-top: 1px solid #eee;
    border-bottom: 1.5px solid #eee;
    padding: 20px 0;
}
form.woocommerce-cart-form table.woocommerce-cart-form__contents a img {
    max-width: 56px;
    margin: -28px 0;
}
form.woocommerce-cart-form tbody tr td {
    padding: 10px 0;
    border-top: 1px solid #eee;
}
form.woocommerce-cart-form td.product-price {
    padding: 40px 0;
}
form.woocommerce-cart-form td.product-quantity {
    padding: 50px 0;
}
form.woocommerce-cart-form td.product-quantity input {
    padding: 8px 10px;
	    border-radius: 5px;
}
form.woocommerce-cart-form tbody tr td.actions {
    padding: 30px 0;
}
.coupon label {
    width: 100%;
    margin-bottom: 10px;
}
.coupon input#coupon_code {
    height: 50px;
    padding: 10px;
}
.coupon button.button {
    padding: 15px 42px;
    margin-left: 10px;
    background: #133239;
    color: #fff;
	border-color:#133239;
	transition: all 250ms ease-in-out;
}
table.shop_table button.button[name="update_cart"]:hover,
.coupon button.button:hover {
    background: transparent;
    color: #133239;
    border-color: #133239;
}
table.shop_table button.button[name="update_cart"] {
    padding: 15px 42px;
    background: #133239;
    color: #fff;
	border-color:#133239;
	transition: all 250ms ease-in-out;
	margin-top: 20px;
}
.cart_totals h2 {
    font-size: 24px;
    line-height: 30px;
	margin-bottom: 10px;
}
.cart_totals th, 
.cart_totals td {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.cart_totals .wc-proceed-to-checkout {
    margin-top: 30px;
}
.cart_totals a.checkout-button {
    background: #133239;
    color: #fff;
    padding: 15px 42px;
    border-radius: 5px;
    display: inline-block;
	border: 1px solid #133239;
	transition: all 250ms ease-in-out;
}
.cart_totals a.checkout-button:hover {
    background: transparent;
    color: #133239;
    border-color: #133239;
}

form.woocommerce-cart-form .product-quantity {
    display: none !important;
}
/*=============================================
 Checkout Page
=============================================*/
.checkout_page main#primary {
    padding: 100px 0;
}
.checkout_page h1.entry-title {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    background: #133239;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
}
.woocommerce-form-coupon-toggle .woocommerce-info a {
    color: #fff;
}
form.checkout_coupon.woocommerce-form-coupon {
    padding: 20px 0;
}
form.checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 10px;
	font-size: 16px;
}
form.checkout_coupon.woocommerce-form-coupon input#coupon_code {
    padding: 10px 10px;
    width: 35%;
    margin-bottom: 10px;
    font-size: 16px;
}
form.checkout_coupon.woocommerce-form-coupon button.button {
    background: #133239;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    padding: 15px 42px;
	transition: all 250ms ease-in-out;
}
form.checkout.woocommerce-checkout {
    margin-top: 30px;
}
form.checkout.woocommerce-checkout h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}
.woocommerce-billing-fields__field-wrapper {
    padding: 20px 0 30px;
}
.woocommerce-billing-fields__field-wrapper label {
    width: 100%;
}
.woocommerce-billing-fields__field-wrapper input {
    width: 100%;
}
.woocommerce-billing-fields p.form-row {
    margin-bottom: 30px;
}
.woocommerce-billing-fields__field-wrapper label {
    width: 100%;
    display: none;
}
.woocommerce-billing-fields__field-wrapper input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #133239;
    border-radius: 0;
    padding: 0 0 10px 0;
    font-size: 16px !important;
    width: 100%;
    color: #133239;
}
.woocommerce-billing-fields__field-wrapper input::placeholder{
	color: #133239;
}
.select2-container--default .select2-selection--single {
	border:none;
    border-bottom: 1px solid #133239;
    border-radius: 0;
    padding: 0 0 35px 0;
    font-size: 16px !important;
    width: 100%;
    color: #133239;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: #133239;
}
.woocommerce-additional-fields__field-wrapper {
    padding: 20px 0 50px;
}
.woocommerce-additional-fields__field-wrapper label {
    margin-bottom: 10px;
}
.woocommerce-additional-fields__field-wrapper textarea {
    height: 100px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    font-size: 16px;
	    padding: 0;
}
.woocommerce-additional-fields__field-wrapper textarea::placeholder {
    color: #000;
}
.woocommerce-additional-fields__field-wrapper textarea:focus {
    outline: none;
}
div#order_review {
    padding-top: 20px;
}
div#payment {
    padding-top: 50px;
}
ul.wc_payment_methods.payment_methods.methods li input {
    margin: 0;
    margin-right: 4px;
}
ul.wc_payment_methods.payment_methods.methods li {
    margin-bottom: 15px;
}
li.wc_payment_method.payment_method_cheque .payment_box.payment_method_cheque,
li.wc_payment_method.payment_method_bacs .payment_box.payment_method_bacs {
    padding-top: 10px;
}
li.wc_payment_method.payment_method_cheque .payment_box.payment_method_cheque p,
li.wc_payment_method.payment_method_bacs .payment_box.payment_method_bacs p {
    font-size: 16px;
    line-height: 20px;
}
.form-row.place-order {
    margin-top: 20px;
}
.form-row.place-order label.checkbox.woocommerce-form__label {
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
	padding-left: 20px;
}
.woocommerce-privacy-policy-text p {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
}
.woocommerce-privacy-policy-text p a {
    color: #133239;
}
button#place_order {
    background: #133239;
    border-color: #133239;
    color: #fff;
    font-size: 16px;
    padding: 16px 42px;
	transition: all 250ms ease-in-out;
}
form.checkout_coupon.woocommerce-form-coupon button.button:hover,
button#place_order:hover{
	background: transparent;
    color: #133239;
    border-color: #133239;
}
table.shop_table.woocommerce-checkout-review-order-table tr td {
    padding: 15px 0;
    border-bottom: 0.5px solid #000;
}
table.shop_table.woocommerce-checkout-review-order-table tr th {
    padding: 15px 0;
    border-bottom: 0.5px solid #000;
}
.form-row.place-order label.checkbox.woocommerce-form__label input#mailpoet_woocommerce_checkout_optin {
    margin-top: 7px;
}
.woocommerce-notices-wrapper .woocommerce-message {
    padding: 15px;
    border-radius: 5px;
	color: #133239;
    background: #eee;
	    margin-bottom: 15px;
}
.woocommerce-notices-wrapper .woocommerce-message a {
    color: #133239;
    margin-right: 10px;
}
p.cart-empty.woocommerce-info {
    background: transparent;
	    margin-bottom: 10px;
}
ul.woocommerce-error {
    /* background-color: transparent; */
    border-radius: 5px;
    padding: 20px;
    background-color: rgb(226 64 28 / 12%);
	margin-bottom: 20px;
}
ul.woocommerce-error li {
    padding-bottom: 4px;
}
.form-row.woocommerce-validated input.input-text{
	box-shadow: none !important;
	border-bottom-color: #0f834d;
}
.form-row.woocommerce-invalid input.input-text {
    box-shadow: none !important;
    border-bottom-color: red;
}
.plan_form .help_form textarea:focus {
    outline: none;
}
/*==Service Price==*/
.plan_list h3 {
    display: none;
}
.compare_heading p:first-child {
    display: none;
}
.shopify_comparepackage .compare_detail:first-child .compare_heading p:first-child {
    display: block;
}
li.suscribe_row {
    display: none;
}
.last_row_price {
    display: none;
}
.shopify_comparepackage_content ul li.last_row .select_button button {
    margin: 0;
	padding: 8px 17px;
}
.shopify_comparepackage_content ul li.last_row {
    padding-top: 0px;
    height: auto;
    padding-bottom: 0;
}
.shopify_comparepackage_content ul li.last_row.landing_lat_row {
    padding-top: 30px;
}
.package_tabs ul.vc_tta-tabs-list {
    display: flex !important;
	justify-content: center;
}
.package_tabs.vc_tta.vc_tta-shape-square .vc_tta-panel-body {
    min-height: auto !important;
    height: auto !important;
}

.commingsoon_page header#masthead {
    position: static!important;
    background: #1b3138;
	display: block;
}
.commingsoon_page {
    height: 100vh;
    float: left;
    width: 100%;
}
.comingsoon_section {
    background: white;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.comingsoon_box {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 50px 0;
}
.comingsoon_box img {
    max-width: 100%;
    margin: 0 auto;
}
.comingsoon_logo {
    position: absolute;
    top: -31%;
    left: 50%;
    transform: translateX(-50%);
    width: 183px;
    height: 183px;
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.comingsoon_box h2 {
    text-transform: capitalize;
    font-family: 'Jost', sans-serif;
	font-style: normal;
    font-weight: 400;
	margin-bottom: 17px;
	margin-top: 5px;
	font-size: 30px;
}
.comingsoon_box input[type="email"] {
    position: relative;
    border: 1px solid #CCCCCC;
    max-width: 375px;
    height: 52px;
    padding:10px 23px;
}

.comingsoon_box input[type="email"]::placeholder {
    font-family: 'Jost', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
}
.comingsoon_box form.wpcf7-form {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
}
.comingsoon_box .wpcf7 form .wpcf7-response-output {
    margin: 0;
    font-size: 12px;
    margin-bottom: 10px;
}
.comingsoon_box input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    background: #5BB8E8;
    color: #fff;
    padding: 13.5px 36px;
    border-radius: 0;
    border-color: #5BB8E8;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Jost', sans-serif;
}
ul.coming_soon_social {
    display: flex;
    justify-content: center;
    align-items: center;
	margin-top: 6px;
	    width: 100%;
}
ul.coming_soon_social li a {
    padding: 0 10px;
}
.copyright_comingsoon p {
    color: #F7F7F7;
    font-size: 16px;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
}
.copyright_comingsoon {
    bottom: 25px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.comingsoon_login {
    position: absolute;
    right: 20px;
    top: 20px;
}

.comingsoon_login span {
    color: #fff;
    text-decoration: underline;
	cursor: pointer;
    /* border-bottom: 1px solid #fff; */
}
.password_section {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1B3138;
    z-index: 1;
	display: none;
}
.password_section.active{
	display: block;
}
.password_box {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
.password_box input#password_field {
    height: 52px;
    padding: 10px 24px;
    border-radius: 0;
    border-color: #fff;
	font-family: 'Jost', sans-serif;
	width: 400px;
}

.password_box input[type="submit"] {
    
    position: absolute;
    top: 0;
    right: 0;
    background: #5BB8E8;
    color: #fff;
    padding: 13.5px 36px;
    border-radius: 0;
    border-color: #5BB8E8;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Jost', sans-serif;
}
span.password_close {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff;
    font-size: 25px;
	cursor: pointer;
	
}
body.logged-in .comingsoon_section {
    display: none;
}
section.summery_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
	background: #f7f7f7;
	margin-top: 100px !important;
}
section.summery_section .container {
    display: flex;
    align-items: center;
	    flex-wrap: wrap;
}
section.portfolio_section_one.last_bg_secction {
    margin-bottom: 80px !important;
}
.review_content_pra {
    height: 150px;
    min-height: 150px;
    overflow-x: hidden;
    overflow-y: scroll;
    line-height: 1.8;
    font-weight: 300;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}
.review_content_pra::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: transparent;
}

.review_content_pra::-webkit-scrollbar
{
	width: 6px;
	background-color: transparent;
}

.review_content_pra::-webkit-scrollbar-thumb
{
	background-color: transparent;
}
section.client_review_section {
    padding-bottom: 55px !important;
}
.blog_image img {
    /*height: 204px;*/
    object-fit: cover;
	width:100%;
}
.patners_logo_row div.wpb_wrapper {
    border: 1px solid #fff;
    /*padding: 59px 0;
    border-radius: 5px;
	border-color: #fff;*/
    padding: 28px 20px;
    background: #fff;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
    border-radius: 5px;
}
.patners_logo_row div.wpb_wrapper img {
    max-width: 90%;
    margin: 0 auto;
}

.patners_logo_row div.wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0 !important;
}
body.woocommerce-shop span.onsale {
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 5px;
}
span.onsale {
    background: #000;
    color: #fff;
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 5px;
}
.single-product div.product span.onsale {
    margin-bottom: 10px !important;
    display: inline-block;
}
.package_tabs .vc_tta-tabs-container {
    z-index: 2 !important;
}
section.industries_section {
    margin-top: 60px !important;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}
section.industries_section .container {
    display: flex;
    align-items: center;
}
section.industries_section h2 {
    margin-bottom: 15px;
}
section.industries_section {
    margin-top: 60px !important;
    padding-top: 100px !important;
    padding-bottom: 0px !important;
}

section.industries_section .container {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}

section.industries_section h2 {
    margin-bottom: 15px;
}
.industry_hours p {
    background: #eee;
    display: inline;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
.industry_hours {
    margin-bottom: 0;
}
.industry_hours p span {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    padding-left: 15px;
}
body.postid-505 section.choose_plan_section {
    margin: 0 !important;
    margin-top: 0 !important;
}
section.include_starting_price {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.industries_right_part {
    padding: 70px 0;
}

.industries_left_part {
    position: absolute !important;
    right: 0;
    top: 0;
}
.industries_left_part .vc_column-inner {
    padding: 458px 0 !important;
}
.industries_right_part h2 {
    margin-bottom: 10px;
}
.migration_process_content ul li:last-child {
    margin-bottom: 0;
}
.industries_right_part p {
    margin-bottom: 20px;
}
.industries_right_part .wpb_content_element {
    margin-bottom: 0;
}
/*.industries_left_part {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}*/

.industries_left_part .vc_column-inner {
    padding-right: 0 !important;
}

/*.industries_right_part {
    position: relative;
    left: 50%;
}*/


.industries_right_part ul li {
    list-style: none;
    padding-bottom: 10px;
    position: relative;
    padding-left: 15px;
    line-height: 27px;
}

.industries_right_part ul li:before {
    content: "";
    position: absolute;
    background: #27BBED;
    width: 5px;
    height: 10px;
    border-radius: 5px;
    left: 0;
    top: 9px;
    /* transform: translateY(-50%); */
}
.dedicated_heire_tab li.vc_tta-tab {
    width: 50.1%;
}
.migration_review_section h2 {
    margin-bottom: 15px;
}
.migration_review_section .wpb_text_column.wpb_content_element {
    max-width: 954px;
	margin-bottom: 50px;
}
.migration_review_section .wpb_text_column.wpb_content_element p {
    color: #666666;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
}
.migration_review_section .shopify_work h2 {
    max-width: 617px;
	margin-bottom: 40px;
}
section.migration_review_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
section.revered_reviews_section.migration_process_review {
    margin-bottom: 358px !important;
}
section.migration_process_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.shopify_migration_process {
    display: flex;
}
.shopify_migration_process_list {
    background: #fff;
    padding: 40px 30px;
    margin-right: 20px;
    border-radius: 10px;
    width: 33.3%;
	transition: all 250ms ease-in-out;
	margin-bottom: 30px;
}
.shopify_migration_process_list:hover {
    box-shadow: 0px 4px 43px rgb(0 0 0 / 14%);
}
.shopify_migration_process_image {
    display: flex;
    align-items: center;
}
section.services_list_block {
    padding-top: 100px !important;
    padding-bottom: 70px !important;
}
.shopify_migration_process_image img {
    max-width: 50px;
}
.shopify_migration_process_image h3 {
    padding-left: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
}
.migration_process_content {
    margin-top: 20px;
}
.migration_process_content ul li {
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 8px;
    position: relative;
    padding-left: 15px;
}
.migration_process_content ul li:before {
    content: "";
    position: absolute;
    background: #27BBED;
    width: 5px;
    height: 10px;
    border-radius: 5px;
    top: 8px;
    left: 0;
}
section.migration_process_section .wpb_text_column {
    max-width: 681px;
	    margin-bottom: 50px;
}
section.migration_process_section h2 {
    margin-bottom: 15px;
}
.shopify_migration_process .slick-arrow {
    position: absolute;
    right: 3px;
    top: -73px;
    width: 24px;
    height: 24px;
}
.shopify_migration_process .prev_button {
    margin-right: 170px;
}
.shopify_migration_process ul.slick-dots li button{
	background: #133239;
    border-color: #133239;
    width: 10px;
    height: 10px;
    padding: 0;
    color: transparent;
    border-radius: 50%;
    cursor: pointer;
}
.shopify_migration_process ul.slick-dots li.slick-active button {
    background: #27BBED;
    border-color: #27BBED;
}
.shopify_migration_process ul.slick-dots li {
    cursor: pointer;
	display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    position: relative;
    text-align: center;
    border: 1px solid transparent;
    padding: 4px 0;
    border-radius: 50%;
}
.shopify_migration_process ul.slick-dots {
    position: absolute;
    top: -70.5px;
    /* right: 10.5%; */
    right: 70px;
    display: flex;
    align-items: center;
}
.shopify_migration_process ul.slick-dots li.slick-active {
    border: 1px solid #27BBED;
}
.progress_right {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
section.gallery_section {
    padding-top: 100px !important;
    padding-bottom: 45px !important;
}
.industries_left_part .wpb_single_image {
    margin-bottom: 0;
}
.footer_social_media ul li {
    display: inline;
    padding-right: 15px;
    font-size: 20px;
}
.footer_social_media {
    margin-top: 20px;
}
span.detail_title {
    display: none;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    margin-bottom: 20px;
}
section.main_faq_page_section .shopify_faq {
    background: transparent;
    padding: 0;
}
section.main_faq_page_section .shopify_faq div#accordion {
    margin: 0;
    height: auto;
	overflow: visible;
    overflow-y: auto;
}
.shopify_faq div#accordion::-webkit-scrollbar {
    width: 0px;
	background:transparent;
	border-radius: 0px;
}
.shopify_faq div#accordion::-webkit-scrollbar-track
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: transparent;
}
.shopify_faq div#accordion::-webkit-scrollbar-thumb
{
	border-radius: 0;
	background-color: transparent;
}
section.main_faq_page_section {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
section.main_faq_page_section .shopify_faq .panel a:before{
	opacity:0;
}
section.main_faq_page_section .shopify_faq .panel a.collapsed:before {
	opacity:1;
}
.plan_right ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    /* height: 32px; */
    border-bottom: 1px solid #f0f0f0;
    width: 100%;
	    display: flex;
}

.plan_right ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    padding: 14px 5px;
    /* height: 31px; */
    /* line-height: 31px; */
    border-top: 1px solid #c4bfbf;
    border-left: 1px solid #c4bfbf;
    border-bottom: 1px solid #c4bfbf;
    background-color: #ebebeb;
    color: #333;
    overflow: hidden;
    position: relative;
    width: 33.3%;
    text-align: center;
    font-weight: bold;
}

.plan_right .tab_last {
    border-right: 1px solid #c4bfbf;
}

.plan_right ul.tabs li:hover {
	background-color: #ccc;
	color: #333;
}

.plan_right ul.tabs li.active {
    background-color: #fff;
    color: #333;
    border-bottom: 1px solid #333;
    display: block;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
}

.plan_right .tab_container {
    border: 1px solid #f0f0f0;
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
}

.plan_right .tab_content {
	padding: 20px;
	display: none;
	float: left;
    width: 100%;
    position: relative;
}

.plan_right .tab_drawer_heading { display: none; }
.announcment_bar {
    text-align: center;
    padding: 10px 0;
    background: #133239;
    color: #fff;
	display: none;
}
.announcment_bar p {
    font-size: 15px;
    color: #fff;
}
.blog_wordpress_content h3 span,
.blog_wordpress_content h3 {
    font-size: 22px;
    font-weight: bold !important;
    margin-bottom: 20px !important;
}
.blog_wordpress_content h4 {
    margin-bottom: 20px;
    font-size: 18px;
	    line-height: 26px;
}
.blog_wordpress_content h2 span,
.blog_wordpress_content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}
.blog_wordpress_content ul li {
    margin-bottom: 10px;
    line-height: 25px;
}
.blog_wordpress_content table tr {
    border: 1px solid #ddd;
    /* padding: 10px; */
}
.blog_wordpress_content table tr td {
    padding: 10px;
    border: 1px solid #ddd;
}
.payment_image {
    margin-bottom: 0;
}
section.landing_breadcrumb {
    padding-top: 178px !important;
    padding-bottom: 50px !important;
}
section.landing_breadcrumb h2 {
    font-size: 48px;
    color: #fff;
    line-height: 60px;
    font-weight: 700;
}
section.landing_breadcrumb p {
    color: #fff;
    max-width: 681px;
    margin: 20px auto;
    /* margin-top: 20px; */
}
.talk_us_button a {
    padding: 18px 75px !important;
    font-size: 16px !important;
    color: #133239 !important;
}
.landing_buttons {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 30px;
    flex-wrap: wrap;
}
a.custom_button img {
    display: inline-block;
}
.landing_buttons a {
    background: #13262B;
    padding: 30px 50px;
    border-radius: 50px;
    width: 400px !important;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}
.landing_buttons a strong {
    padding: 0 10px;
    font-size: 24px;
}
.payment_image img {
    max-width: 431px;
}
.talk_us_button {
    margin-bottom: 60px !important;
}
.landing_breadcrumb .wpb_raw_html {
    margin-bottom: 30px;
}
a.custom_button i {
    margin-right: 5px;
    color: #FFCC00;
    font-size: 16px;
}
.payment_image img {
    max-width: 431px !important;
}
.video_review_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
section.video_review_section h2 {
    font-size: 48px;
	line-height: 60px;
	margin-bottom: 15px;
}
.video_review_block .vc_col-sm-6:first-child {
    width: 120px;
}
.video_review_block h4 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}
.video_review_block p {
    margin-bottom: 10px;
}
.video_review_section a {
    background-color: #133239 !important;
    color: #fff !important;
}
.video_left_part {
    width: 36% !important;
}
.video_right_part {
    width: 64% !important;
}

section.video_review_section .container {
    display: flex;
    align-items: center;
}
section.landing_compare_package {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

section.landing_help_section h2,
section.landing_compare_package h2,
section.services_list_block h2 {
    margin-bottom: 15px;
    font-size: 48px;
    line-height: 60px;
}

section.landing_compare_package .wpb_content_element p,
section.services_list_block .wpb_content_element p {
    max-width: 740px;
    margin: 0 auto;
    color: #666666;
}
section.landing_help_section .wpb_content_element p {
    max-width: 680px;
	margin: 0 auto;
    color: #666666;
}
section.landing_help_section .wpb_content_element,
section.landing_compare_package .wpb_content_element,
section.services_list_block .wpb_content_element {
    margin-bottom: 40px;
}
section.landing_help_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
section.landing_help_section input, 
section.landing_help_section textarea {
    background: transparent;
}
section.landing_help_section .help_form input[type="submit"] {
    text-align: center;
    width: 100%;
    max-width: 253px;
    margin: 0 auto;
    margin-top: 40px;
    float: none;
    display: inherit;
}
section.landing_main_patner {
    padding-top: 100px !important;
    padding-bottom: 80px !important;
}
.landing_main_patner div.wpb_wrapper img {
    max-width: 70%;
    margin: 0 auto;
}
.landing_main_patner div.wpb_wrapper {
    border: 1px solid #133239;
    padding: 80px 20px;
    background: #F7F7F7;
    /* box-shadow: 0px 0px 14px rgb(0 0 0 / 10%); */
    border-radius: 50%;
}
.landing_main_patner div.wpb_wrapper .wpb_single_image.wpb_content_element.vc_align_center {
    margin-bottom: 0 !important;
}
.play_circle_image {
    position: absolute;
    top: 50%;
    margin: 0 !important;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100px;
    cursor: pointer;
}
.video_block #video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	padding: 0 15px !important;
	height: 645px;
}
.video_block {
    display: none;
}
/*.review_page_block {
    column-count: 1;
    column-gap: 20px;
    column-fill: balance;
    margin: 20px auto 0;
    column-count: 3;
}
.reviewpage_column {
    display: inline-block;
    margin: 0 0 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
}*/
.review_page_block {
    column-gap: 15px;
    display: flex;
    flex-wrap: wrap;
	justify-content: center;
}
.reviewpage_column {
    display: inline-block;
    margin: 0 0 15px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 23%;
    transition: 0.3s;
}
.reviewpage_column:hover {
    box-shadow: 0px 0px 14px rgb(0 0 0 / 10%);
}
.reviewpage_box {
    padding: 20px;
    margin-top: 50px;
    text-align: center;
}
img.review_thumbnail_img {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90px;
}
.reviewpage_box h3 {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 20px;
}
.reviewpage_box ul.footer_rating {
    margin: 0;
    margin-bottom: 15px;
}
.reviewpage_content {
    height: 150px;
    overflow-y: scroll;
}
.reviewpage_box span {
    margin-top: 15px;
    display: inline-block;
	color: #afa8a8;
}
.reviewpage_main_image {
    position: relative;
}
.reviewpage_content::-webkit-scrollbar {
    width: 0px;
	background:transparent;
	border-radius: 0px;
}
.reviewpage_content::-webkit-scrollbar-track
{
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: transparent;
}
.reviewpage_content::-webkit-scrollbar-thumb
{
	border-radius: 0;
	background-color: transparent;
}
section.review_page_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.trust_badges {
    padding-bottom: 65px !important;
}
.wpb_single_image.wpb_content_element.vc_align_left.trust_badges_image {
    display: inline-block;
    width: 100%;
    margin-bottom: 0 !important;
    margin-top: 30px;
}

/*===============================================
	Free Praposal Page
===============================================*/
section.free_proposal_patner_logo {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
section.free_proposal_patner_logo.patners_logo_row div.wpb_wrapper {
    box-shadow: none !important;
    border: 1px solid #ccc;
    border-radius: 20px;
}
section.unloack_bebifit_section {
    padding-top: 100px !important;
    padding-bottom: 40px !important;
}
section.unloack_bebifit_section h2 {
    margin-bottom: 15px;
}
section.unloack_bebifit_section p {
    max-width: 725px;
    margin: 0 auto;
}
section.unloack_bebifit_section p img {
    background: #133239;
    max-width: 67px;
    padding: 9px;
    height: 67px;
    border-radius: 50%;
    object-fit: contain;
}
.unblock_list_column h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 15px 0;
}
.unblock_list_column ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.unblock_list_column ul li img {
    max-width: 24px;
    margin-right: 10px;
}
.unblock_list_column ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 18px;
    color: #666666;
    font-weight: 400;
}
.unblock_list_column {
    margin-bottom: 60px !important;
}
.free_proposal_mokee_main_content  .case_stydy_percent p, 
.free_proposal_mokee_main_content  .case_stydy_percent h2 {
    color: #000 !important;
}
.case_stydy_percent {
    margin-bottom: 30px !important;
}
.mokee_favicon img {
    max-width: 30px !important;
    border: 1px solid #133239;
    padding: 2px;
}
.mokee_favicon {
    margin-bottom: 10px !important;
}
.free_proposal_mokee_main_content h2 {
    margin-bottom: 10px;
}
.mokee_free_content .vc_col-sm-4:last-child {
    width: 40%;
}
.mokee_free_content .vc_col-sm-4:nth-child(2) {
    width: 32%;
}
.mokee_free_content .vc_col-sm-4:first-child {
    width: 28%;
}
section.featured_case_study_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
.theme_main_heading h2 {
    margin-bottom: 40px;
}
.theme_main_heading p {
    max-width: 739px;
    margin: 0 auto;
}
.theme_main_heading p .wpb_content_element {
    margin-bottom: 50px !important;
}
.free_shipping_content {
    margin-bottom: 30px;
}
.restion_rate {
    padding-top: 400px !important;
    padding-bottom: 100px !important;
}
.free_top_block {
    padding-bottom: 200px;
    padding-top: 65px;
}
.free_top_block .shopify_reviews_content {
    background: #fff;
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.15);
}
.free_top_block .shopify_review_list {
    margin: 10px;
}
.free_bottom_block {
    padding-top: 300px;
    padding-bottom: 100px;
}
.free_percent_column p,
.free_percent_column h3{
	color:#fff;
}
.free_bottom_block h3 {
    font-size: 100px;
    color: #FFFFFF;
    opacity: 0.5;
    font-weight: bold;
    line-height: 85px;
    margin-bottom: 20px;
}
.free_bottom_block p:nth-child(2) {
    margin-bottom: 10px;
}
.free_bottom_block {
    padding-top: 300px;
    padding-bottom: 65px;
}
.free_prpposal_review_section .shopify_review ul.slick-dots {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    width: auto;
    justify-content: center;
	margin-top: 40px;
}
/*.shopify_review .slick-arrow {
    position: absolute;
    bottom: -6px;
    top: auto;
    right: auto;
    z-index: 1;
}
.shopify_review .prev_button.slick-arrow {
    left: 40%;
}
.shopify_review .next_button.slick-arrow {
    right: 40%;
}*/
.shopify_review .slick-arrow {
    position: absolute;
    bottom: auto;
    right: 0;
    right: auto;
    transform: translateX(-50%);
    z-index: 1;
    left: auto;
}
.shopify_review .next_button.slick-arrow {
    right: 0;
}
.shopify_review .prev_button.slick-arrow {
    right: 0;
}
section.drivan_content_section p {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}
section.drivan_content_section p strong {
    color: #27BBED;
}
section.request_free_proposal_form {
    padding-top: 100px !important;
    padding-bottom: 55px !important;
}
section.request_free_proposal_form h2 {
    margin-bottom: 40px;
}
section.drivan_content_section {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
.request_free_proposal_form .help_form input[type="submit"] {
    width: 100%;
}
.request_free_proposal_form .help_form {
	padding-left: 0;
}
section.free_praposal_section .vc_column-inner {
    padding-right: 0;
}
section.free_praposal_section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 150px !important;
    padding-bottom: 100px;
}
.free_proposal_left_image{
	position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}
section.free_praposal_section .help_form {
    padding: 0;
}
section.free_praposal_section .half_grid {
    width: 47.5%;
}
section.free_praposal_section .help_form input {
    background: transparent;
    color: #fff;
    border-bottom-color: #fff;
}
section.free_praposal_section .help_form input::placeholder {
    color: #fff;
}
section.free_praposal_section .help_form select {
    border-bottom-color: #fff;
    color: #fff;
}
section.free_praposal_section .half_grid select {
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/09/arrow_down_white.png);
}
.free_proposal_right_form h2 {
    margin-bottom: 40px;
}
.free_proposal_right_form .full_grid {
    width: 98%;
}
section.free_praposal_section .free_proposal_right_form .help_form input[type="submit"] {
    background: #fff;
    border-color: #133239;
    color: #133239;
}
/*.free_proposal_left_image {
    background-image: url(https://dev.shopifyexperthelp.com/new_itgeeks/wp-content/uploads/2022/09/free_proposal.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}*/
.free_proposal_left_image .vc_column-inner {
    padding-top: 150px !important;
    padding-bottom: 474px !important;
}
.free_proposal_right_form select option {
    color: #000 !important;
}
.help_form input[type=number]::-webkit-inner-spin-button, 
.help_form input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.free_top_block .review_content_pra::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
	background-color: #eee;
	border-radius: 5px;
}
.free_top_block .review_content_pra::-webkit-scrollbar {
	width: 6px;
	background-color: #eee;
	border-radius: 5px;
}
.free_top_block .review_content_pra::-webkit-scrollbar-thumb {
	background-color: #333;
	border-radius: 5px;
}
body.page-id-1242 nav#site-navigation {
    opacity: 0;
    visibility: hidden;
}
body.page-id-1242 .footer_middle_part {
    display: none;
}
section.refund_policy {
    padding-top: 100px !important;
    padding-bottom: 65px !important;
}
section.refund_policy h3 {
    margin-bottom: 15px;
    font-size: 20px;
}
section.free_proposal_contact_section {
    padding-top: 50px !important;
    padding-bottom: 15px !important;
}
section.free_proposal_contact_section h2, section.free_proposal_contact_section p, section.free_proposal_contact_section a {
    color: #fff;
}
.free_proposal_contact_left_block h2 a {
    font-size: 36px;
    line-height: 50px;
}
.free_proposal_contact_left_block img {
    border: 10px solid #ffffff29;
    border-radius: 50%;
}
.free_proposal_contact_left_block .vc_row.wpb_row.vc_inner.vc_row-fluid {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}
section.free_proposal_contact_section .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.service_title {
    pointer-events: none;
	text-transform: capitalize;
}
.review_one_section .vc_separator {
    margin-top: 100px;
    margin-bottom: 100px;
}
section.review_page_section .vc_separator {
    margin-top: 80px;
    margin-bottom: 0;
}
.page-id-1242 .header_proposal {
    display: none;
}
.zls-sptwndw.siqembed.siqtrans.zsiq-mobhgt.zsiq-newtheme.siq_rht.zsiq_size2.siqanim,
.zsiq_floatmain.zsiq_theme1.siq_bR.siq_noanim {
    display: none !important;
}
section.free_praposal_section .zcwf_title,
section.request_free_proposal_form .zcwf_title {
    display: none;
}
/*== New Home ===*/
section.top_brands_section.extra_space {
    padding-bottom: 100px !important;
    margin-bottom: 100px !important;
}
section.shopify_expert_section.extra_space {
    /* margin-top: 100px !important; */
    padding-top: 60px !important;
    margin-bottom: 0 !important;
}
section.case_studies_section.extra_space {
    margin-top: 80px !important;
}
.home_customworkservice_grid {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 20px;
}
.home_customworkservice_grid .home_customworkservice_block {
    width: 32.1%;
	    margin: 0;
}
section.top_brands_section.service_brand_section {
    padding-bottom: 0 !important;
}
section.top_brands_image.extra_space {
    margin-top: 100px !important;
}
body.postid-505 section.top_brands_image.extra_space {
    margin-top: 0 !important;
}
section.orbital_bg_img.extra_space {
    margin-bottom: 50px !important;
}
section.shopify_expert_section.service_extra_space {
    padding-bottom: 0 !important;
    margin-bottom: 25px !important;
    padding-top: 60px !important;
}
section.shopify_expert_section.contact_expert_section {
    margin: 0 !important;
}
section.shopify_expert_section.service_migration_expert {
    padding-top: 0px !important;
    padding-bottom: 100px !important;
    margin-bottom: 0 !important;
}


section.product_breadcrumb.maintance_service_breadcrumb .transaction_section {
    z-index: 1;
}
section.choose_plan_section.service_choose_plan_section {
    margin-top: 0 !important;
	padding-top: 160px !important;
    padding-bottom: 507px !important;
}
.package_top_banner .plan_left h2 {
    margin-bottom: 15px !important;
}
.package_top_banner {
    position: relative;
    margin-bottom: 92px !important;
}
.package_content_banner.container {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    padding-left: 15px;
	display: flex !important;
    /* align-items: center; */
    column-gap: 15px;
	flex-wrap: wrap;
}
.choose_plan_section .package_content_banner .vc_col-sm-4 {
    width: 32% !important;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 4px solid #133239;
    
}
/*.choose_plan_section .package_content_banner .vc_col-sm-4 .wpb_wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 4px solid #133239;
}*/
.choose_plan_section .package_content_banner .vc_col-sm-4 .wpb_wrapper .wpb_wrapper {
    padding: 0;
	background: transparent;
	border-bottom-color: transparent;
}
.choose_plan_section .package_content_banner .vc_col-sm-4 .wpb_wrapper .wpb_content_element {
    margin-bottom: 0 !important;
}

.choose_plan_section .package_content_banner .vc_col-sm-4 .wpb_wrapper .wpb_content_element h3 {
    font-size: 23px;
    letter-spacing: 0 !important;
    font-weight: 800;
    margin: 30px 0px 20px;
	display: inline-block;
    width: 100%;
}
.choose_plan_section .package_content_banner .vc_col-sm-4 .wpb_wrapper .wpb_content_element ul li {
    list-style: disc;
    padding-left: 7px;
    margin-left: 20px;
    list-style: disc;
    padding-left: 5px;
    margin-left: 30px;
    padding: 5px 0;
    font-size: 14px;
}
.package_content_banner h2 {
    font-size: 30px;
}
span.package_price {
    font-size: 26px;
    font-weight: 900;
    float: right;
}
.choose_plan_section .package_content_banner p {
	    font-size: 14px;
    font-weight: 500;
    float: left;
    width: 100%;
}
.package_content_banner .plan_button {
    float: none;
    width: auto;
    margin-top: 15px;
}
.package_content_banner .plan_button button{
	background: #133239 !important;
    color: #fff !important;
    width: 100%;
    border-color: #133239 !important;
    font-size: 14px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
	width: 100%;
}
.package_top_banner .plan_right {
    margin-top: 40px;
}
.choose_plan_section .package_content_banner .vc_col-sm-4 .vc_column-inner {
    padding: 0;
}
body.page-id-222 .half_grid select option:first-child {
    display: none;
}
section.top_brands_section.landingtop_brand {
    padding-bottom: 100px !important;
}
section.shopify_expert_section.landing_expert_section {
    margin: 0 !important;
    padding-bottom: 0 !important;
}
.landing_help_section .zcwf_title {
    display: none !important;
}
.landing_help_section  .zcwf_lblLeft .zcwf_col_fld {
    width: 50%;
}
.landing_help_section .zcwf_lblLeft .zcwf_col_fld input[type=text], 
.landing_help_section .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
    border-color: transparent !important;
    border-bottom: 1px solid #133239 !important;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
}
.landing_help_section .zcwf_lblLeft .zcwf_button {
    padding: 14px 48px;
    background: #133239;
    border-color: #133239;
    color: #fff;
    padding: 18px 46px;
    margin-top: 10px;
    box-sizing: initial !important;
    border-radius: 5px;
    font-size: 16px;
}
section.landing_help_section .wpb_raw_code.wpb_content_element.wpb_raw_html {
    margin-bottom: 0 !important;
}
section.landing_help_section  #crmWebToEntityForm.zcwf_lblLeft {
	padding:0 !important;
}
.landing_help_section .zcwf_lblLeft .zcwf_col_fld {
    width: 100%;
    margin-bottom: 0px;
}
body.page-id-1145 nav#site-navigation {
    opacity: 0;
    visibility: hidden;
}

.black_overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    z-index: 3;
	display:none;
}
.free_proposal_main_popup {
    position: fixed;
    top: 50%;
    z-index: 3;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: #fff;
    padding: 50px;
    border-radius: 5px;
	    display: none;
}
.proposal_popup_box ul li i {
    color: #133239;
}
.patners_images {
    display: flex;
    align-items: center;
    justify-content: center;
}
.patners_images img {
    max-width: 147px;
}
.patners_images img:last-child {
    margin-left: 30px;
    padding-left: 20px;
    border-left: 1px solid #133239;
}
.patners_images {
    margin: 15px 0 40px 0;
}
h2.center_border:before {
    left: 50%;
    transform: translateX(-50%);
}
.proposal_popup_box .proposal_form {
    flex-wrap: wrap;
}
.proposal_popup_box .proposal_form .proposal_email {
    width: 100%;
}
.proposal_popup_box h2.border_bottom {
	margin-bottom: 40px;
}
.proposal_popup_box .proposal_form p {
    width: 100%;
}
.proposal_popup_box .proposal_form input[type="submit"] {
    width: 100%;
    margin: 0;
    margin-top: 10px;
}
	.free_proposal_main_popup ul.footer_rating {
    margin-left: 0;
}
span.popup_close {
    position: absolute;
    right: 15px;
    top: 12px;
    cursor: pointer;
}
.free_proposal_main_popup .zcwf_title {
    max-width: 100% !important;
    padding: 0;
    display: none;
}
.free_proposal_main_popup div#crmWebToEntityForm {
    padding: 0;
}
.free_proposal_main_popup div#crmWebToEntityForm .zcwf_col_lab {
    display: none;
}
.free_proposal_main_popup .zcwf_lblLeft .zcwf_col_fld {
    width: 48%;
    padding: 0px 6px 0px;
}
.free_proposal_main_popup .zcwf_lblLeft .zcwf_col_fld:last-child {
    margin-right: 0 !important;
}
.free_proposal_main_popup .zcwf_lblLeft .zcwf_col_fld input[type=text], .zcwf_lblLeft .zcwf_col_fld textarea {
    width: 100%;
    border-color: transparent !important;
    border-bottom: 1px solid #133239 !important;
    border-radius: 0;
    padding: 0;
    padding-bottom: 10px;
}
.free_proposal_main_popup .zcwf_lblLeft .zcwf_col_fld input[type=text]::placeholder, .zcwf_lblLeft .zcwf_col_fld textarea::placeholder {
    color: #133239;
}
.free_proposal_main_popup .zcwf_lblLeft .zcwf_button {
    background: red;
    padding: 14px 48px;
    background: #133239;
    border-color: #133239;
    color: #fff;
    padding: 18px 46px;
    margin-top: 10px;
    box-sizing: initial !important;
    border-radius: 5px;
    font-size: 16px;
}

section.landing_help_section select#Lead_Source,
section.landing_help_section select#LEADCF1 {
    border-color: transparent !important;
    border-bottom: 1px solid #133239 !important;
    color: #133239;
    background-image: url(https://itgeeks.com/wp-content/uploads/2022/04/chevron-down.png);
    background-repeat: no-repeat;
    background-position: right 0px top 3px;
    background-size: 17px;
    background-color: transparent;
    border-radius: 0;
}
section.landing_help_section select#Lead_Source {
    width: 100%;
	background-image: none;
    font-size: 16px;
    padding: 0;
    padding-bottom: 6px;
	margin-bottom: 30px;
}
section.landing_help_section input.zcwf_button,
section.landing_help_section input#formsubmit{
	margin-top: 0 !important;
}
section.landing_help_section .zcwf_row {
    text-align: center;
}
a.btn.proposal_logo_desktop i {
    padding-left: 10px;
}
.video_review_block img {
    border-radius: 50%;
}
body.page-id-1145 .header_proposal {
    display: none;
    visibility: hidden;
}
section.clutch_section_landing_page .wpb_content_element.wpb_raw_html {
    margin-bottom: 0;
}
section.home_clutch_section {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
/*section.home_clutch_section center,
section.clutch_section_landing_page center {
    max-width: 74%;
    margin: 0 auto;
}*/
.clutch_section_landing_page .wpb_raw_html,
.home_clutch_section .wpb_raw_html {
    max-width: 74% !important;
    margin: 0 auto !important;
}
section.top_brands_section.home_page_brand {
    padding-bottom: 0px !important;
}
section.home_clutch_section h2 {
    margin-bottom: 30px;
}
section.clutch_section_landing_page {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
section.clutch_section_landing_page h2 {
    margin-bottom: 30px;
}
section.thankyou_page_section {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}
section.thankyou_page_section h2 {
    margin-bottom: 20px;
}
@media only screen and (min-width: 1300px) {
.container {
    max-width: 1440px;
    width: 100%;
}
/*.besiness_content_block.wpb_column.vc_column_container.vc_col-sm-6 {
    width: 57% !important;
}*/

.business_image.mobile_hide {
    max-width: 88%;
}
.business_image {
    top: -346px;
}
.business_precent_image {
    top: -450px;
}
}
@media only screen and (min-width: 1600px) {
	.shopify_case_studies_block {
		width: 670px;
	}
	section.case_studies_section {
		padding-bottom: 300px !important;
	}
}
@media only screen and (min-width: 1300px) and (max-width: 1500px){
	.shopify_case_studies_block {
		width: 625px;
	}
}
@media only screen and (min-width: 768px) {
section.desiyeah_section .desiyeah_left.vc_col-sm-4 {
    width: 41.66666667%;
}
section.desiyeah_section .desiyeah_left.vc_col-sm-8 {
    width: 58.33333333%;
}
}


@media only screen and (min-width: 1440px) {
.business_image.mobile_hide {
    max-width: 80%;
}
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		width: 1495px !important;
	}*/
	.shopify_review_block {
		/*max-width: 1120px;*/
		max-width: 1381px;
	}
	/*.container {
		max-width: 1348px;
	}
	.news_section ul.slick-dots {
		right: 36%;
	}*/
	section.store_work_section {
		padding-bottom: 590px;
	}
	/*.shopify_work_slider ul.slick-dots {
		right: 9.7%;
	}
	.shopify_work_slider .slick-arrow {
		right: 6.5%;
	}
	.news_section ul.slick-dots {
		right: 38%;
	}
	.news_section .slick-arrow {
		right: 30%;
	}*/
	.client_left_part {
		width: 62% !important;
	}
	.lets_talk_block .wpb_wrapper {
		padding: 44px 60px;
	}
	.news_section ul.slick-dots li button {
		margin-top: -4.5px !important;
	}
	.business_growth_content {
		max-width: 758px;
	}
	.industries_left_part .vc_column-inner {
		padding: 450px 0 !important;
	}
	.industries_right_part {
		padding: 76px 0;
	}
}
@media only screen and (min-width: 1400px) and (max-width: 1439px) {
	.shopify_review_block {
		max-width: 1295px;
	}
	.lets_talk_block .wpb_wrapper {
		padding: 44px 60px;
	}
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		width: 1374px;
	}*/
	.business_growth_content {
    max-width: 655px;
}
}
@media only screen and (min-width: 1400px) and (max-width: 1500px){
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 136px;
		width: 444px !important;
		top: 60px;
	}
}
@media only screen and (min-width: 1600px) and (max-width: 1700px){
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 225px;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 1700px) and (max-width: 1800px){
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		 width: 1418px !important;
		width: 1547px !important;
	}*/
	/*.shopify_work_slider ul.slick-dots {
		right: 13%;
	}
	.shopify_work_slider .slick-arrow {
		right: 9.8%;
	}*/
	section.store_work_section {
		padding-bottom: 600px;
	}
	li.has-mega-menu .sub-menu {
		top: 81px !important;
	}
	.client_right_part {
		/*padding-left: 92px !important;*/
	}
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 278px;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);
	}
	
}
@media only screen and (min-width: 1801px) and (max-width: 2000px){
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		width: 1654px !important;
	}*/
	/*.shopify_work_slider .slick-arrow {
		right: 15.5%;
	}
	.shopify_work_slider ul.slick-dots {
		right: 18.5%;
	}*/
	section.store_work_section {
		padding-bottom: 645px;
	}
	li.has-mega-menu .sub-menu {
		top: 81px !important;
	}
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 385px;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 2001px) and (max-width: 3000px){
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		width: 1837px !important;
		width: 1970px !important;
	}*/
	/*.shopify_work_slider .slick-arrow {
		right: 29%;
	}
	.shopify_work_slider ul.slick-dots {
		right: 31.7%;
	}*/
	section.store_work_section {
		padding-bottom: 695px;
	}
	section.news_section {
		padding-top: 275px !important;
		padding-bottom: 180px !important;
	}
	li.has-mega-menu .sub-menu {
		top: 81px !important;
	}
	.client_left_part {
    width: 58% !important;
}

.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 689px;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 3001px) and (max-width: 4000px){
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		/*width: 2454px !important;*/
		/*width: 2600px !important;
	}*/
	/*.shopify_work_slider ul.slick-dots { 
		right: 48.7%;
	}
	.shopify_work_slider .slick-arrow {
		right: 46.5%;
	}*/
	section.store_work_section {
		padding-bottom: 910px;
	}
	section.news_section {
		padding-top: 500px !important;
		padding-bottom: 430px !important;
	}
	li.has-mega-menu .sub-menu {
		top: 81px !important;
	}
	.client_left_part {
		width: 54% !important;
	}
	section.client_review_section {
		padding-bottom: 300px !important;
	}
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 35%;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);	}
}

@media only screen and (min-width: 4001px) {
	/*.store_work_section .wpb_column.vc_column_container.vc_col-sm-12 {
		width: 3232px !important;
	}*/
	section.store_work_section {
		padding-bottom: 910px;
	}
	/*.shopify_work_slider .slick-arrow {
		right: 57%;
	}
	.shopify_work_slider ul.slick-dots {
		right: 58.7%;
	}*/
	li.has-mega-menu .sub-menu {
		top: 81px !important;
	}
	.client_left_part {
		width: 54% !important;
	}
	section.client_review_section {
		padding-bottom: 350px !important;
	}
	.choose_plan_section .vc_col-sm-4.plan_right.sticky {
		right: 39%;
		width: 444px !important;
		top: 50%;
		transform: translateY(-50%);
	}
}
@media only screen and (min-width: 3001px) {
section.client_review_section {
    padding-bottom: 900px !important;
}
}
/*Blog Page Css 23-11*/

.post-template-default .blog_subheader { 
    padding-bottom: 0; 
}
.post-template-default .entry-content p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: initial;
}
.post-template-default .blog_block.blog_detail_page .col-md-8.col-sm-12.col-lg-pull-4.col-md-pull-4 {
    font-size: 15px;
}
.post-template-default p.has-text-align-center.img-width {
    max-width: 50%;
    margin: 0 auto;
}
.post-template-default .wp-block-separator {
    border-top: 1px solid;
    border-bottom: none;
    border-color: #ddd;
    margin-bottom: 50px;
    margin-top: 30px;
}
.post-template-default hr.wp-block-separator.img_border {
    visibility: hidden;
    margin: 15px 0;
}
.it-proposal textarea {
    background: transparent;
    color: #fff;
    border: none;
    border-bottom: 1px solid #fff!important;
    border-radius: 0;
    padding: 0 0 15px 0;
    font-size: 16px !important;
    width: 100%;
    height: 36px;
}
.it-proposal textarea::placeholder {
    color: white;
}
.it-proposal .wpcf7-submit {
    margin: 0!important;
}
.it-proposal textarea:visited, .it-proposal textarea:focus {
    outline: none;
}

/* New Landing Page */
.page-id-1579 header#masthead, .page-id-1579 img.footer_img_border, .page-id-1579 .site-footer, .page-id-1579 .entry-title {
    display: none;
}

.page-id-1579 .entry-content{
	margin: 0!important;
}
.top-industry .wpb_wrapper {
    border: 0!important;
    padding-top: 0!important;
}
div#bottom-form textarea {
    border-bottom: 1px solid #133239!important;
	color: #133239!important;
}
div#bottom-form textarea::placeholder {
    color: #133239;
}
div#bottom-form input[type="submit"] {
    width: 14%!important;
    text-align: center!important;
}
/*why-choose */
.why-choose-wrapper {
    float: left;
    width: 100%;
}
.why-choose-list {
    float: left;
    width: 100%;
    position: relative;
}
.why-choose-item {
    float: left;
    width: 50%;
    position: relative;
	margin-bottom: 30px
}
.why-choose-inner {
    padding: 25px 50px;
    background: #F7F7F7;
    border: 0;
    position: relative;
    border-radius: 20px;
}
.why-choose-inner h3 {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
.why-choose-inner p {
	font-family: Poppins;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
}
.why-choose-item:nth-child(odd) .why-choose-inner {
    margin-right: 100px;
}
.why-choose-item:nth-child(even) .why-choose-inner {
    margin-left: 100px;
}
.why-choose-icon {
    position: absolute;
    top: 30%;
    background: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
}
.why-choose-icon img {
    width: 30px;
}

.why-choose-item:nth-child(odd) .why-choose-icon {
    right: -25px;
}
.why-choose-item:nth-child(even) .why-choose-icon {
    left: -25px;
}
.why-choose-list:before {
    content: '';
    position: absolute;
    top: 13.2%;
    height: 66.9%;
    transform: translate(36%, 0%);
    left: 50%;
    border-left: 1px solid #F7F7F7;
}
.why-choose-item:nth-child(odd):after {
    content: '';
    background: black;
    width: 13%;
    position: absolute;
    top: 48%;
    right: 0;
    border-top: 1px solid #F7F7F7;
}
.why-choose-item:nth-child(even):after {
    content: '';
    background: black;
    width: 13%;
    position: absolute;
    top: 48%;
    left: 0;
    border-top: 1px solid #F7F7F7;
}
.services_icon {
    width: 205px!important;
    height: 205px;
    border-radius: 100px;
    background: white;
    box-shadow: 0px 0px 3px #00000038;
    padding: 10px;
	margin: auto;
}
.services_icon .elementor-widget-container {
    border: 1px dotted #e1e1e1!important;
    border-radius: 100px!important;
    width: 100%;
    height: 100%;
}
.services_icon .elementor-widget-container img {
    padding: 67px 0;
}
.store_development, .store_marketing {
    display: none;
}
.revenue_tab p {
    font-size: 13px;
    margin-bottom: 10px;
}
.mirsad_paragrap p {
    font-family: Poppins;
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
}
.contact-form-landing .help_form .half_grid {
    width: 46.5%;
}
.contact-form-landing .help_form .half_grid input {
    background: transparent!important;
}
.contact-form-landing .help_form textarea {
    color: #133239!important;
    border-bottom-color: #133239!important;
}
.contact-form-landing .help_form .full_width {
    width: 96%;
}
.contact-form-landing .help_form textarea::placeholder {
    color: #133239!important;
}
.single-post .entry-content ul li {
    list-style: circle;
    margin-left: 40px;
    color: #133239;
    font-size: 16px;
    margin-bottom: 15px;
    line-height: initial;
}
.single-post h3 {
    font-size: 20px;
	font-weight: bold !important;
    margin-bottom: 20px !important;
	line-height: 30px;
}
.single-post .entry-content h2 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px !important;
    font-weight: bold !important;
}
.single-post .entry-content a {
    color: #0000EE;
}
.page-id-2841 header.entry-header {
    display: none!important;
}
.faq_seo .elementor-accordion-item .elementor-tab-title {
    border-bottom: 1px solid #CCCCCC!important;
}
ul.seo_list li {
    list-style: disc;
    margin-left: 20px;
    line-height: 28px;
    font-size: 18px;
    color: #133239;
}
.seo_accordian .vc_tta-panel-heading h4 {
    background: #133239;
}
.seo_accordian .vc_tta-panel-heading h4 a, .seo_accordian .vc_tta-panel-heading h4 i {
    color: white!important;
}
.seo_accordian .vc_tta-panel-heading h4 {
    background: #133239;
    font-weight: 400;
    font-size: 18px;
}
.seo_accordian .vc_tta-panel-heading h4 a i {
    display: none;
}
.seo_accordian .vc_tta-panel-heading h4 a {
    padding-left: 30px!important;
}
.landing_page_form .it-proposal {
    margin: -15px;
    display: flex;
    flex-wrap: wrap;
}
.landing_page_form .it-proposal .half_grid {
    width: 50%;
    padding: 0 15px;
    margin-right: 0!important;
}
.landing_page_form .it-proposal .half_grid input, .landing_page_form .it-proposal .half_grid select, .landing_page_form .it-proposal .half_grid textarea {
    background: transparent;
    border-bottom: 1px solid white;
    color: white;
}
.landing_page_form .it-proposal .half_grid select option{
	color: #133239;
}
.landing_page_form .it-proposal .half_grid input::placeholder, .landing_page_form .it-proposal .half_grid select::placeholder, .landing_page_form .it-proposal .half_grid textarea::placeholder {
    color: white;
}
.landing_page_form .it-proposal input[type="submit"] {
    background: white;
    color: #133239;
}

a.load_services {
    width: auto;
    border: 1px solid #133239;
    padding: 18px 46px;
    margin-top: 40px;
    background: #133239;
    color: #fff;
    border-radius: 5px;
    line-height: 22px;
    transition: all 250ms ease-in-out;
    cursor: pointer;
    margin: auto;
}
.load_button {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 60px;
}
.hide_class {
    display: none;
}
.home_customworkservice_grid .hide_class:nth-child(1), .home_customworkservice_grid .hide_class:nth-child(2), .home_customworkservice_grid .hide_class:nth-child(3) {
    display: block;
}
.load_slow{
	transition: all 1s;
}

.theme-images-seo .vc_column-inner, .theme-images-seo .wpb_wrapper, .theme-images-seo .wpb_text_column, .theme-images-seo p, .theme-images-seo img {
    height: 100%;
}

/*--------Single Blog -------*/
.single-post ul#primary-menu li a {
    color: #133239;
}
.single-post main#primary {
    margin-top: 100px;
}
.single-post header#masthead {
    border-bottom: 1px solid #EEEEEE;
}
.single-post .header_proposal .btn {
    background: #133239;
    color: white;
}
.blog-content {
    margin: 40px auto 0 auto!important;
    float: none;
    display: block;
	padding: 0 30px!important;
}
.itg-breadcrumb {
    text-align: center;
    display: block;
    margin-bottom: 10px;
}
.blog-template h2 {
    text-align: center;
	font-size: 38px!important;
}
.blog-template .blog_subheader span a {
    color: #666666;
}
.blog-template .blog_subheader {
    margin-top: 20px;
    padding: 0;
}
.blog-thumbnail {
    margin-top: 40px;
}
.itg-blog-content p, .itg-blog-content li, .itg-blog-content span, .itg-blog-content div, .itg-blog-content b, .itg-blog-content {
    color: #133239!important;
    font-size: 18px!important;
    line-height: 27px!important;
    font-weight: 400!important;
}
.itg-blog-content p {
    margin-bottom: 20px!important;
} 
.single-post .itg-blog-content h2 {
    color: #133239;
    font-weight: 700!important;
    font-size: 32px!important;
    line-height: 38px!important;
    margin-bottom: 15px!important;
}
.single-blog img {
    border: 1px solid #0000002b;
}
.single-post .itg-blog-content h3 {
    font-size: 24px!important;
    line-height: 32px!important;
    margin-bottom: 15px!important;
}
.itg-blog-content ul {
    margin-bottom: 20px!important;
    display: block!important;
    float: left;
    width: 100%;
}
.itg-blog-content img {
    border-radius: 8px;
	vertical-align: middle;
    margin: 0;
}
.post-template-default .entry-content p strong {
    color: #133239;
}
.single-blog {
    position: relative;
}
.single-blog form.wpcf7-form.init {
    position: absolute;
    top: 3%;
    right: 0;
    width: 16%;
}
.itg-blog-content p b {
    font-weight: bold!important;
}
.itg-blog-content ul li b {
    font-weight: bold!important;
}
ul.blog_index {
    border: 1px solid #afafaf8f;
    padding: 30px 20px 15px 20px;
}
li.heading-index {
    list-style: none!important;
    margin-left: 0px!important;
    font-size: 22px!important;
    font-weight: bold!important;
}
.blog_content_box ul.post-categories {
    margin-bottom: 10px;
    display: block;
    font-weight: bold;
    font-size: 14px;
}
ul.post-categories li a {
    color: #32323a;
}
ul.catlist {
    display: flex;
    gap: 40px;
    padding: 30px 40px;
}
.blog_block.index-block {
    padding-top: 50px;
}
ul.catlist li a {
    font-weight: 500;
}
.blog_content {
    border-bottom: 1px solid #00000030;
}
.pattern-font {
    color: white!important;
}
.tab-section-wrapper {
    float: left;
    width: 100%;
}
.tab-section-top {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.tab-section-top h2 {
    width: 18%;
    color: #0A191D;
    font-family: "Poppins", Sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
}
.tab-section-top ul {
    display: flex;
    gap: 10px;
} 
.tab-section-top ul li a {
    padding: 10px;
    font-family: "Poppins", Sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    fill: #133239;
    color: #133239;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #133239;
    border-radius: 5px 5px 5px 5px;
    display: block;
}
.tab-section-bottom {
    padding-top: 50px;
    overflow: hidden;
}
.tab-item-div {
    width: 100%;
    display: flex;
    gap: 15px;
}
.tab-item-item1, .tab-item-item2, .tab-item-item3, .tab-item-item4, .tab-item-item5 {
	display: none;
    -webkit-animation-name: itgloading;
    animation-name: itgloading;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    line-height: 1.4;
} 
.item-show {
    display: flex;
}
@keyframes itgloading {
	0% {
		opacity: 0;
		transform: translateY(5%);
	}
	100% {
		opacity: 1;
		transform: translateY(0%);
	}
}
.tab_item_wrapper_div p {
    font-size: 14px;
    text-align: center;
}
.tab_item_wrapper {
    width: 100%;
}
.tab_item_wrapper_div {
    width: 100%;
    text-align: center;
}
.item-images img {
    margin: auto!important;
}
.item-images {
    width: 140px;
    height: 140px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    border: 1px solid #00000024;
    border-radius: 100px;
    background: white;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
}
.item-images:before {
    position: absolute;
    top: 5px;
    left: 5px;
    height: calc(100% - 10px);
    width: calc(100% - 10px);
    content: '';
    border-radius: 100px;
    border: 1px solid #00000024;
}
.contact-form-landing .help_form.it-proposal {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.contact-form-landing .help_form.it-proposal .half_grid {
    width: calc(50% - 20px);
}
.tab_item_wrapper_div .item-images img {
    max-width: 50px!important;
}
.category-34 ul.catlist li:nth-child(1) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-42 ul.catlist li:nth-child(2) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-41 ul.catlist li:nth-child(3) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-36 ul.catlist li:nth-child(4) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-38 ul.catlist li:nth-child(5) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-39 ul.catlist li:nth-child(6) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-40 ul.catlist li:nth-child(7) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-1 ul.catlist li:nth-child(8) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-37 ul.catlist li:nth-child(9) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-35 ul.catlist li:nth-child(10) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
.category-60 ul.catlist li:nth-child(11) a {
    background: #27bbed;
    padding: 10px 20px;
    color: white;
    border-radius: 100px;
}
span.p-text-left {
    margin-left: 15px;
    display: block;
}
.code-copy h5 {
    padding: 10px;
    background: rebeccapurple;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    text-align: right;
    font-size: 12px;
    color: white;
}
.code-copy {
    background: black;
    margin-bottom: 15px;
    border-radius: 5px;
	float: left;
    width: 100%;
}
.code-copy pre {
    background: #000;
    margin-bottom: 0px;
    border-radius: 5px;
    color: white;
    padding: 10px;
}
.single-post .entry-content ul.abc li {
    list-style: lower-latin;
}
.single-post .entry-content ul.abc li::marker {
    font-weight: bold;
    padding-right: 10px!important;
}
.itg-blog-content ul.number li {
    list-style: decimal;
}
.itg-blog-content ul.number li::marker {
    font-weight: bold;
    padding-right: 10px!important;
}
.itg-blog-content ul.abcnumber {
    margin-left: 30px; 
}
.itg-blog-content ul.abcnumber li {
    list-style: lower-latin;
}
.read-more {
    border-top: 2px solid #0000001c;
    padding-top: 30px;
    margin-top: 30px;
} 
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle {
    background: #626262;
    padding: 10px;
    color: white;
}
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle a h4 {
    color: white; 
}
.ewd-ufaq-faq-title.ewd-ufaq-faq-toggle a span {
    color: white!important;
}
.ewd-ufaq-faq-body {
    border: 1px solid #0000002b;
}
.itg-blog-content h5 {
    font-weight: bold;
    margin-bottom: 20px;
}
.ewd-ufaq-faq-body .ewd-ufaq-faq-categories {
    display: none!important;
}
.left-line h3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}
.left-line-text {
    text-align: right;
    padding-right: 100px!important;
    border-right: 1px solid #0000003b;
    padding-top: 20px;
}
.left-line-text .wpb_text_column {
    margin: 0;
} 
.left-line-text:after {
    top: 30px;
    right: 0;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #0000003b;
    display: block;
    content: '';
}
.left-line-text:before {
    content: '';
    position: absolute;
    top: 23px;
    width: 15px;
    height: 15px;
    background: #0000003b;
    border-radius: 100px;
    right: 80px;
}
.right-line-text {
    padding-left: 100px!important;
	border-left: 1px solid #0000003b;
}
.right-line-text .wpb_text_column {
    margin: 0;
} 
.right-line-text {
    margin-left: -0.5px;
}
.right-line-text:after {
    top: 12px;
    left: 0;
    position: absolute;
    width: 80px;
    height: 1px;
    background: #0000003b;
    display: block;
    content: '';
}
.right-line-text:before {
    content: '';
    position: absolute;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #0000003b;
    border-radius: 100px;
    left: 80px;
}
.left-line-text p {
    font-size: 16px;
    max-width: 550px;
    float: right;
}
.right-line-text p {
    font-size: 16px;
    max-width: 550px;
}
.landing-from {
    padding: 50px 20px 20px 20px;
    background: #ffffff;
    border-radius: 5px;
	position: relative;
}
.landing-from h3 {
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.landing-from p {
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: 20px;
}
.landing-from-col input[type="text"], .landing-from-col input[type="email"], .landing-from-col textarea {
    width: 100%;
    padding: 15px 15px 15px 0;
    border-radius: 0;
    border-width: 0 0 2px 0;
    border-style: solid;
    border-color: #666;
    margin-bottom: 20px;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.landing-from-col img {
    position: absolute;
    top: 15px;
    right: 10px;
}
.landing-from-col {
    position: relative;
}
.landing-from-col br {
    display: none;
}
.landing-from-col textarea:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.landing-from-col textarea {
    height: 110px;
}
.button-gk input#landing-btn:hover {
    background: transparent;
    color: #133239;
}
.button-gk input#landing-btn {
    width: 100%;
    margin: 0;
    background: #133239;
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 14px 46px;
    border: 2px solid #133239;
    border-radius: 5px;
    transition: all 1s;
}
.landing-from-badge {
    width: 150px;
    height: 150px;
    position: absolute;
    top: -70px;
    left: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(https://itgeeks.com/wp-content/uploads/2023/08/Star-1.svg);
    background-repeat: no-repeat;
}
.landing-from-badge h1 {
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
    color: white;
    text-align: center;
}
.itg-testimonial-item {
    width: 100%;
    text-align: center;
    padding: 50px 20px;
    border: 1px solid #133239;
}
.itg-testimonial-item h3 {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 20px;
}
.itg-testimonial-item p {
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}
.itg-testimonial-item h5 {
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    margin-top: 20px;
}
.itg-testimonial .swiper-slide {
    width: 100%!important;
    max-width: 840px!important;
}
.new-page-faq .elementor-accordion-item {
    margin-bottom: 20px;
}
.new-page-faq .elementor-tab-title {
    border-radius: 5px 5px 5px 5px;
}
.new-page-faq .elementor-tab-content {
    border-radius: 0px 0px 5px 5px;
}
.new-page-faq .elementor-tab-title.elementor-active {
    border-radius: 5px 5px 0px 0px;
}

.footer_info_content {
    width: 50%;
    float: left;
}
.footer_social_media {
    width: 100%;
    float: left;
}
.footer_info_content ul li {
    line-height: 30px;
}

/*new services page */
.plan-itgeeks-ser > .elementor-widget-wrap {
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
    padding: 40px!important;
}
.mm-itgeeks-ser-row > .elementor-container {
    gap: 30px;
}
.mm-clutch-ser .widgets_wrapper.with-nonce {
    margin: auto;
}
.mm-itgeeks-acc .elementor-accordion-item {
    border: 1px solid #d4d4d4;
    border-radius: 5px;
}
.mm-itgeeks-acc .elementor-tab-title {
    border-radius: 5px;
}
.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4!important;
    margin-bottom: 20px;
}
.services-form-new br {
    display: none;
}
.services-form-row {
    display: flex;
    column-gap: 30px;
    width: 100%;
    flex-wrap: wrap;
}
.services-form-row-col6 {
    width: calc(50% - 30px);
}
.services-form-row input[type="text"], .services-form-row input[type="email"], .services-form-row select, .services-form-row textarea {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 2px solid white;
    padding: 6px 0 15px 0;
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
    outline: -webkit-focus-ring-color auto 0px;
}
.services-form-row input[type="text"]::placeholder, .services-form-row input[type="email"]::placeholder, .services-form-row textarea::placeholder {
    color: white;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.services-form-row label {
    color: white;
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.services-form-row select option {
    color: #333;
}
.services-form-row textarea {
	height: 80px;
}
.services-form-row-col12 {
    width: calc(100% - 30px);
}
input#ser-mm-submit {
    padding: 18px 46px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 1px solid #E7EAEB;
    background: #E7EAEB;
}
input#ser-mm-submit:hover {
    background: transparent;
    color: white;
}
.mm-pack-main, .mm-pack-main-inner {
    width: 100%;
}
.mm-pack-main-row {
    display: flex;
    width: 100%;
}
.mm-pack-main-col {
    border: 1px solid #EEEEEE;
    width: 100%;
}
.mm-pack-main-col h3 {
    font-family: Poppins;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #133239;
}
.mm-pack-head h3 span {
    display: flex;
    flex-direction: row;
}
span.mm-pack-base-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
span.mm-pack-base-stitle {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    margin: 10px 0;
}
span.mm-pack-base-desc {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #666;
}
.mm-pack-head {
    width: 100%;
    min-height: 190px;
    padding: 15px;
}
h3.mm-pack-fw {
    background: #F7F7F7;
    padding: 10px 15px;
}
.mm-pack-content h3 {
    width: 100%;
    display: flex;
    align-items: center;
}
h3.mm-pack-spg {
    background: #F7F7F7;
    padding: 10px 15px;
}
h3.mm-pack-dc, h3.mm-pack-dt {
    padding: 10px 15px;
}
.mm-pack-sub-for {
    background: #F7F7F7;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mm-pack-sub-for h3 {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.mm-pack-last-src a {
    padding: 18px;
    display: block;
    width: 100%;
    text-align: center;
    background: #133239;
    color: white;
    border-radius: 5px;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.mm-pack-last-src {
    padding: 15px;
}
.col-center h3.mm-pack-fw, .col-center h3.mm-pack-dc, .col-center h3.mm-pack-spg, .col-center h3.mm-pack-dt, .col-center .mm-pack-sub-for, .col-center .mm-pack-last-src h3 {
    justify-content: center;
}
.mm-pack-last-src h3 {
    margin-bottom: 15px;
}
.col-center .mm-pack-sub-for h3 {
    align-items: center;
}
.mm-pack-sub-for select {
    padding: 8px 10px;
    background: transparent;
    border-radius: 5px;
    margin-top: 15px;
    font-family: Poppins;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: #133239;
}
span.mm-pack-base-desc {
    line-height: normal;
}
.col-center h3.mm-pack-fw, .col-center .mm-pack-dc, .col-center .mm-pack-spg, .col-center .mm-pack-dt, .col-center .mm-pack-dt {
    padding: 12px 15px;
}
.mm-pack-sub-for {
    height: 110px;
}
.landing_page_form .it-proposal .full_grid {
    padding: 0 15px;
}
span.reviews-count a {
    color: white!important;
}
 
.page-id-5603 header#masthead, .page-id-5603 footer#colophon, .page-id-5603 img.footer_img_border {
    display: none;
}
.scrollcalendy {
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%!important;
}
ul.calendy-point li {
    list-style-type: square;
}
ul.calendy-point {
    margin: 25px 0 25px 15px;
}
.poup-form textarea.wpcf7-form-control {
    border-bottom: 1px solid black!important;
    height: 40px;
}
.poup-form textarea::placeholder, .poup-form input::placeholder,.poup-form select {
    color: black!important;
    font-weight: 600;
}
.poup-form input[type="text"], .poup-form textarea, .poup-form select, .poup-form input[type="email"] {
    color: black!important;
    font-weight: 600;
}
.poup-form {
    margin-top: 21px!important;
}


.book-footer-shot a {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: center;
}
.book-footer-shot a img {
    width: 20px;
}
.book-footer-shot a span {
    width: 30px;
    display: flex;
}
#pot {
  -webkit-animation: linear infinite;
  -webkit-animation-name: run;
  -webkit-animation-duration: 2s;
}
@-webkit-keyframes run {
  0% {
    margin-left: 0px;
  }
  50% {
    margin-left: 20px;
  }
  100% {
    margin-left: 0px;    
  }
}

body.single-post ul#primary-menu > li > a {
    color: #133239!important;
}
.read-more {
    float: left;
    width: 100%;
}
body.blog header.entry-header, body.archive.category header.entry-header {
    display: block!important;
}
body.archive.category .blog_content_box .entry-content, body.blog .blog_content_box .entry-content{
    display: none;
}
.blog_content_box ul.post-categories {
    display: none!important;
} 
button#load-more-posts {
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    box-sizing: border-box;
    word-wrap: break-word;
    background: #133239 !important;
    color: white !important;
    font-size: 16px !important;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.load-btn {
    justify-content: center;
    display: flex;
    margin-top: 50px;
}
img.loding-time-shoq {
    animation: itgloading 1s linear infinite;
    filter: invert(1);
    max-width: 20px;
    display: none;
}
img.loding-time-shoq.showbil {
    display: block;
}
.hide-loadbtn {
    display: none!important;
}
@keyframes itgloading {
    0% { 
      transform: rotate(0); 
    }
    100% { 
      transform: rotate(360deg);
    }
}






/*Priynka*/
.its_sections{
    width: 100%;
    position: relative;
}

.its_mainHeading {
    text-align: center;
    width: 100%;
    padding: 50px 0 40px;
}

.its_mainHeading h1 {
    font-size: 13.6rem;
    line-height: 1em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
}
body.page-id-8748{
    background: #f8f8f8;
}
.row.itss_section_b {
    padding: 40px;
    background: white;
    width: 100%;
    display: flex;
    border-radius: 15px;
    flex-direction: row;
    gap: 50px;
    height: 538px;
    overflow: hidden;
}
.row.itss_section_b:after, .row.itss_section_b:before {
    content: '';
    display: none!important;
}
.itss_section_b-col-6 {
    width: calc(50% - 25px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    gap: 15px;
}
.itss_section_b-col-6.rightb-row {
    flex-direction: row;
	position: relative;
}
.swiper.ourservices-slider1, .swiper.ourservices-slider2 {
    margin: 0;
}
.leftb-row-4 h3 {
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
}
body.page-id-8748 .container {
    max-width: 1652px;
}
.leftb-row-4 p {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
a.itss_section_button {
    font-family: "Sora", sans-serif;
    padding: 15px 25px;
    display: flex;
    background: rgb(9, 27, 31);
    max-width: 140px;
    font-size: 14px;
    color: white;
    border-radius: 5px;
    transition: all 1s;
    flex-direction: column;
    height: 50px;
	overflow: hidden;
}
a.itss_section_button:hover span.span_bt_title1 {
    margin-top: -36px;
    transition: all 1s;
}
a.itss_section_button span.span_bt_title1 {
    transition: all 1s;
}
a.itss_section_button:hover span.span_bt_title2 {
	display: block;
    margin-top: 20px;
    transition: all 1s;
}
a.itss_section_button span.span_bt_title2 {
	margin-top: 20px;
    transition: all 1s;
	font-family: "Sora", sans-serif;
}


.itss_section_b_slider {
    display: flex;
    width: 100%;
    gap: 10px;
    transform: rotate(34deg);
}
.itss_section_b_slider {
    display: flex;
    width: 100%;
    gap: 10px;
    transform: rotate(34deg);
    position: absolute;
    right: -150px;
    top: -92px;
    height: 882px;
}
.swiper.ourservices-slider1 .swiper-wrapper, .swiper.ourservices-slider2 .swiper-wrapper {
    transition-timing-function: linear;
}
section.its_sections.its_sectionBlocks.new-section {
    padding-top: 40px;
}
section.its_sections.its_sectionBlocks.new-section .row.itss_section_b {
    flex-direction: row-reverse;
}
section.its_sections.its_sectionBlocks.new-map-3 {
    padding-top: 40px;
}
section.its_sections.its_sectionBlocks.new-map-3 .row.itss_section_b {
    padding-bottom: 0;
    overflow: hidden;
}
.logo-slider-4client {
    padding-top: 50px;
    padding-bottom: 50px;
}
.row.itss_section_slider_title h3 {
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
	font-family: "Sora", sans-serif;
}
.row.itss_section_slider_title {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.row.itss_section_slider_slide {
    margin-top: 50px;
}
.itsslogo-item {
    width: 100%;
    background: white;
    display: flex;
    gap: 30px;
    padding: 30px;
	border-radius: 5px;
}
.swiper.itss_section_sliderlogo .swiper-slide {
    width: 610px;
}
.itsslogo-item img {
    max-width: 80px!important;
    height: 80px!important;
    border-radius: 5px!important;
}
.itsslogo-item-content h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
	font-family: "Sora", sans-serif;
}
.itsslogo-item-content p {
    font-family: "Sora", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.itsslogo-item-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.itsslogo-item-content a.itss_section_button {
    max-width: 190px;
    text-align: center;
    background: white;
    border: 1px solid #333;
    color: #333;	
	font-family: "Sora", sans-serif;
}
.swiper.itss_section_sliderlogo .swiper-wrapper {
    transition-timing-function: linear;
}
.swiper.itss_section_sliderlogo {
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
}
section.its_sections.its_sectionBlocks.Customers-4client {
    background: white;
    padding: 50px 0;
}
.row.itss-customers-title {
    text-align: center;
    width: 100%;
    flex-direction: column;
    gap: 15px;
	align-items: center;
}
.itss-customers-logo img {
    height: 26px !important;
    max-width: 151px;
}
.row.itss-customers-title h3 {
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
	font-family: "Sora", sans-serif;
}
.row.itss-customers-title h5 {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
	font-family: "Sora", sans-serif;
}
.itss-customers-logo {
    display: flex;
    justify-content: space-between;
    gap: 50px;
    margin-top: 40px;
}

section.its_sections.its_sectionBlocks.feature-4client {
    padding: 80px 0;
}
.row.itss-feature-title {
    display: flex;
    gap: 30px;
    flex-direction: row;
	align-items: flex-start;
}
.feature-left-m40 {
    width: calc(28% - 15px);
    display: flex;
    flex-direction: column;
    gap: 10px;
	position: sticky;
    top: 150px;
}
.feature-left-m60 {
    width: calc(70% - 15px);
    display: flex;
    flex-direction: column;
}
.feature-left-m40 h3 {
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
	font-family: "Sora", sans-serif;
}
.feature-left-m40-items h4 {
    font-size: 22px;
    line-height: normal;
    font-weight: 400;
	font-family: "Sora", sans-serif;
}
.feature-left-m40-items {
    display: flex;
    gap: 15px;
    align-items: center;
}
.feature-left-m40-items img {
    max-width: 168px!important;
}
.feature-left-m60-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.f-right-item {
    padding: 30px;
    display: flex;
    width: 100%;
    background: white;
    border-radius: 5px;
    flex-direction: column;
    gap: 15px;
}
.f-right-item h4 svg {
    width: 24px;
	font-family: "Sora", sans-serif;
}
.f-right-item h4 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    display: flex;
    gap: 15px;
    align-items: center;
	font-family: "Sora", sans-serif;
}
span.f-right-item-date {
    font-size: 16px;
}
.f-right-item p {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    display: flex;
    gap: 15px;
    align-items: center;
	font-family: "Sora", sans-serif;
}
section.its_sections.its_sectionBlocks.shortcode-4client {
    background: white;
    padding: 80px 0;
}
.section-top-mg500 {
    padding-top: 60px;
}
.row.itss-shortcode-title h4 {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
	font-family: "Sora", sans-serif;
}
.row.itss-shortcode-title h3 {
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
	font-family: "Sora", sans-serif;
}
.row.itss-shortcode-title {
    flex-direction: column;
    gap: 15px;
    text-align: center;
}
.row.itss-shortcode-form {
    margin-top: 40px;
    gap: 40px;
}
.itss-shortcode-left {
    width: 23%;
    display: flex;
    gap: 15px;
}
.itss-shortcode-right {
    width: 72%;
}
.itss-shortcode-left-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.itss-shortcode-left-info h5 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
}
.itss-shortcode-left-info p {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    text-align: center;
    font-family: "Sora", sans-serif;
    display: flex;
    gap: 15px;
}
.itss-shortcode-left-info p svg {
    width: 22px;
    height: 22px;
}
h5.irs-m15px {
    margin-top: 15px;
}
.itss-serb1-form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.itss-serb1-form-col-6 {
    width: calc(50% - 10px);
}
.itss-serb1-form-col-6 input, .itss-serb1-form-col-6 select {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
    width: 100%;
    padding: 15px 25px;
	border-radius: 5px;
}
.itss-serb1-form-col-12 {
    width: 100%;
}
.itss-serb1-form-col-12 textarea{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
    width: 100%;
    padding: 15px 25px;
	border-radius: 5px;
}
.itss-serb1-form-col-12 button {
    font-family: "Sora", sans-serif;
    padding: 15px 25px;
    display: flex;
    background: rgb(9, 27, 31);
    font-size: 14px;
    color: white;
    border-radius: 5px;
    transition: all 1s;
    flex-direction: column;
    height: 50px;
    width: 100% !important;
    max-width: 100%;
    text-align: center;
    align-items: center;
}

.itss-serb1-form-col-12 button:hover span.span_bt_title1 {
    margin-top: -36px;
    transition: all 1s;
}
.itss-serb1-form-col-12 button span.span_bt_title1 {
    transition: all 1s;
}
.itss-serb1-form-col-12 button:hover span.span_bt_title2 {
	display: block;
    margin-top: 20px;
    transition: all 1s;
}
.itss-serb1-form-col-12 button span.span_bt_title2 {
	margin-top: 20px;
    transition: all 1s;
	font-family: "Sora", sans-serif;
}
section.serb8-footer {
    padding: 80px 0;
    background: rgb(9, 27, 31);
    width: 100%;
    display: block;
}
.serb8-row.serb8-first-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.serb8-first-left h2 {
    display: flex;
    font-size: 63.96px;
    line-height: 1.4em;
    font-weight: 300;
    font-family: "Sora", sans-serif;
    align-items: center;
    color: white;
	gap: 15px;
}
.serb8-first-left h2 img {
    max-width: 150px;
}
.serb8-first-right img {
    max-width: 786px;
}
.serb8-first-left h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: "Sora", sans-serif;
    color: white;
}
.serb8-first-left a.itss_section_button {
    background: white;
    color: black;
}
.serb8-first-left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 50%;
}
.serb8-first-right {
    width: 50%;
}
.serb8-row.serb8-second-row {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.serb8-row.serb8-second-row h3 {
    font-size: 22px;
    line-height: 1.4em;
    font-weight: 300;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: "Sora", sans-serif;
    color: white;
}
.serb8-second-left p, .serb8-second-center p, .serb8-second-right ul li a, .serb8-last-left p, .serb8-last-right ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    display: flex;
    gap: 15px;
    align-items: center;
    font-family: "Sora", sans-serif;
    color: white;
}
.serb8-second-left {
    width: 38%;
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.serb8-second-right {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 36%;
}
.serb8-second-right ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px 0;
}
.serb8-second-right ul li {
    width: 33.33%;
}
.serb8-second-center {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.serb8-info {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 10px;
}
.serb8-row.serb8-last-row {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.serb8-last-right {
    display: flex;
    width: 50%;
    justify-content: flex-end;
    gap: 20px;
}
.serb8-last-right ul {
    display: flex;
    gap: 20px;
}
.serb8-last-right ul li:last-child {
    position: relative;
}
.serb8-last-right ul li:last-child:before {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: -10px;
    background: white;
}
body.page-id-8748 img.footer_img_border, body.page-id-8748 footer#colophon {
    display: none;
}

section.its_sections.its_sectionBlocks {
    position: relative;
    z-index: 1;
    background: rgb(248, 248, 248);
}
.serb8-footer-fixed {
    display: flex;
    position: fixed;
    width: 100%;
    bottom: 80px;
    left: 0;
}
section.serb8-footer {
    height: 734px;
}
body.page-id-8748 header#masthead {
    background: rgba(50, 50, 58, 1);
}
.feature-left-m60 {
    overflow: hidden;
}