html {
  scroll-behavior: smooth;
  line-height: 1;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 100%;
}

a:hover,
a:hover,
a:focus {
  color: #fff;
}

a {
  text-decoration: none !important;
}

button:focus {
  outline: 0 none !important;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #061822;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 22px;
}

h6 {
  font-size: 20px;
}

img {
  max-width: 100%;
}

body {
  margin: 0;
  padding: 0;
  top: 0;
}

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.btn-check:focus+.btn,
.btn:focus {
  box-shadow: none !important;
}

.form-control:focus {
  box-shadow: none !important;
}
/* ---------------header css---------- */

.center {
	text-align: center;
}
.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-wrapper {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  border-radius: 15px;
  padding: 15px 25px !important;
  z-index: 2;
  background: #F2F6FB;
  box-shadow: none;
  margin-top:20px;
}
.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
}
.logo {
  width: 160px;
  object-fit: cover;
}

.nav-tabs {
	display: flex;
	font-weight: 600;
	font-size: 18px;
	list-style: none;
}

.nav-tab:not(:last-child) {
	padding: 0 10px;
	margin: 0;
	/* border-right: 1px solid #eee; */
}
nav {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.nav-tabs {
  border:none !important;
}
.nav-tab,
.menu-btn {
	cursor: pointer;
}

.hidden {
	display: none;
}
/* Reset */
.nav-tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
  }
  .nav-tab {
	position: relative;
  }
  .nav-tab a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.41px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
}
.nav-tab a:hover {
    color: #4f8df5;
}
  
  /* Dropdown */
  header .dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
	min-width: 180px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.062);
	z-index: 999;
	border-radius:10px !important;
  }
  header .dropdown-menu li a {
	padding: 10px 15px;
	color: #505050;
	white-space: nowrap;
	text-align:left;
  }
  header .dropdown-menu li a:hover {
	background:transparent;
	color: #4f8df5;
  }
  .nav-tab a i{margin-left:5px;}
  /* Show on hover */
  header .nav-tab.dropdown:hover .dropdown-menu {
	display: block;
  }
  .login-btn {
    transition: 0.3s;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.41px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #505050;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
	margin-right:10px;
}
.demo-btn:hover {
    color:#fff;
}
.demo-btn {
    transition: 0.3s;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.41px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
	background: linear-gradient(180deg, #538BF3 44%, #CBDDFF 100%);
    padding: 8px 20px;
    border:none;
    border-radius: 12px;
}
.mobile{
	display:none;
}
section.banner{padding:30px 0;overflow: hidden;}
section.banner small {
    display: inline-block;
    background: #E8F0FF;
    color: #4285F4;
    font-family: 'Manrope';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px 30px;
    border-radius: 30px;
}
.portfolio-mockup {
    width: 80%;
    margin: 0 auto !important;
}
section.banner h1 {
    font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 70px;
    letter-spacing: -3.6px;
    text-align: center;
    /* margin: 30px 0; */
}
.common-gred {
    background: linear-gradient(90deg, #3D62F0 20%, #944CB4 35%, #EB3578 55%);
    /* background: linear-gradient(90deg, #3D62F0 6.73%, #944CB4 18.27%, #EB3578 31.73%); */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
	position: relative;
}
.common-gred::after {
    content: "";
    position: absolute;
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    background: url("../images/border 1.png") no-repeat center/cover;
    opacity:1;
    z-index: -1;
    background-size: contain;
    min-width: 280px;
}
section.banner p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.3px;
    text-align: center;
    margin-bottom: 50px;
}
.start-demo {
    transition: 0.3s;
    font-family: 'Manrope', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14.41px;
    line-height: 100%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #505050;
    background: #fff;
    padding: 8px 20px;
    border: 1px solid #DCDCDC;
    border-radius: 12px;
    margin-left: 10px;
}
section.banner .img-banner svg {
    position: absolute;
    left: 50%;
    bottom: -32px;
    transform: translate(-50%, 0px);
}
section.banner .img-banner {
    margin-top: 120px;
    background: url(../images/bgbanner.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    height: 600px;
}
.banner-seo .img-banner svg {
    position: absolute;
    left: 50%;
    bottom: 0 !important;
    transform: translate(-50%, 0px);
}
body .banner-seo .img-banner {
    height: 480px;
}
.grid-card {
    background: #fff;
    padding:0 20px;
}
.grid-card h3 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 50px;
    letter-spacing: -3.6px;
    text-align: left;
    vertical-align: middle;
    color: #4285F4;
}
.grid-card p {
    color: #31373D;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.3px;
}
section.grid-bar {
    position: relative;
    padding: 40px 0 20px;
}
section.grid-bar .row {
    top: 0;
    left: -15px;
    width: 100%;
    height: 100%;
    background: url("../images/grid.svg") no-repeat center/cover;
    z-index: -1;
    background-size: cover !important;
    padding: 70px 50px;
}
section.successBg {
    margin-top: 50px;
	background: url(../images/RanktunezBG.png) no-repeat;
	padding:40px 0 0;
	background-size:cover;
}
section.successBg h3 {
    color: #fff;
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}
section.successBg p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 35px;
    letter-spacing: 0;
    color: #fff;
    margin-top: 20px;
}
.service-card {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 40px 0px #0000001A;
}
section.success-services {
    margin-top: -50px;
	font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
}
section.success-services p {
    color: #31373D;
	margin:10px 0 0;
}
section.service-items {
    padding: 60px 0;
}
section.service-items small {
    display: inline-block;
    background: #E8F0FF;
    color: #4285F4;
    font-family: 'Manrope';
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0em;
    padding: 10px 30px;
    border-radius: 30px;
}
section.service-items h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0;
}
.service-items .common-gred::after {
    content: "";
    position: absolute;
    top: -10px;
    left: -28px;
    width: 100%;
    height: 100%;
    background: url("../images/grid-2.png") no-repeat center/cover;
    opacity: 1;
    z-index: -1;
    background-size: cover;
    min-width: 420px;
    padding: 20px;
    min-height: 80px;
}
section.service-items .description {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.3px;
    text-align: center;
    margin-bottom: 50px;
}
section.service-items .items {
    display: flex;
    background: #F2F6FB;
    align-items: flex-start;
    padding: 17px;
    margin-bottom: 20px;
    border-radius: 10px;
}
section.service-items .items p {
    margin: 0;
    padding-left: 10px;
    color: #31373D;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.3px;
}
section.business-rankings h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 40px;
    letter-spacing: 0;
    text-align: left;
    margin: 30px 0;
}
section.business-rankings .common-gred::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -15px;
    width: 100%;
    height: 100%;
    background: url("../images/border 1.png") no-repeat center/cover;
    opacity: 1;
    z-index: -1;
    min-width: 313px;
    min-height: 91px;
}
section.business-rankings .col-md-6 p {
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 30px;
}
.business-card p{
	margin:10px 0;
    color: #31373D;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.3px;
	text-align:left;
}
.analysis_items .common-gred::after {
    content: "";
    position: absolute;
    top: 0;
    left: -28px;
    width: 100%;
    height: 100%;
    background: url("../images/grid-2.png") no-repeat center/cover;
    opacity: 1;
    z-index: -1;
    background-size: cover;
    min-width: 284px;
    padding: 26px;
    min-height: 47px;
}
.item-list {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}
.item-list p{
	font-family: 'Geist', sans-serif;
	font-weight: 500;       /* Medium weight */
	font-style: normal;     /* "Medium" is invalid → use normal */
	font-size: 18px;
	line-height: 30px;      /* same as font size */
	letter-spacing: 0;    
	color:#31373D;
	padding-left:10px;
	margin:0;
}
section.banner.banner-seo h1 {
	font-family: 'Geist', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 46px;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0;
}
section.banner.banner-seo .common-gred::after {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: 100%;
    height: 100%;
    background: url("../images/grid-2.png") no-repeat center/cover;
    opacity: 1;
    z-index: -1;
    background-size: cover;
    min-width: 284px;
    padding: 26px;
    min-height: 47px;
}
.portfolio-card img {
    width: 100%;
    border-radius: 12px;
    height: 400px;
    object-fit: cover;
}
.portfolio-card{
	position: relative;
	margin-bottom:20px;
}
body .portfolio-card p {
    color: #31373D;
    font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.3px;
    text-align: left;
    position: absolute;
    bottom: -40px;
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    left: 9px;
    width: 95%;
}
.terms {
    color: #fff;
}
.terms:hover {
    color: #fff;
}
section.cms-content {
    padding: 40px 0;
}
.portfolio-slider .slick-slide {
	margin: 0 20px; /* left and right margin */
  }
  /* .portfolio-slider  .slick-list {
	margin: 0 -10px; 
  } */
  .slide-card p{
	  display:none;
  }
  .portfolio-slider .slick-next:before, .slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #4285F4 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slide.slick-current.slick-active.slick-center p {
    display: block;
	font-family: 'Geist', sans-serif;
	font-weight: 500;       /* Medium weight */
	font-style: normal;     /* "Medium" is invalid → use normal */
	font-size: 14px;
	line-height:25px;      /* same as font size */
	letter-spacing: normal; /* slight tightening */
	text-align: center;
	margin-top:10px;
}
.portfolio-slider {
    padding-top: 0 !important;
}
.portfolio-slider .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1.1);
    transition: all 0.4s ease;
    opacity: 1;
}
.portfolio-slider .slick-slide.slick-current.slick-active.slick-center img{
	padding:10px;
	box-shadow: 4px 4px 26.7px 0px #83838340;
	border-radius:12px;

}
.portfolio-slider .slick-list.draggable {
    padding: 100px 0 50px !important;
}
section.tabs-benefit .container {
    background: #F2F6FB;
    padding:40px 0;
}
.tabItem h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    letter-spacing: 0;
    text-align: left;
}
.tabItem {
    padding: 20px 40px 0;
}
.tabs-benefit .common-gred::after {
    content: "";
    position: absolute;
    top: 0;
    left: -16px;
    width: 100%;
    height: 100%;
    background: url("../images/grid-2.png") no-repeat center/cover;
    opacity: 1;
    z-index: 1;
    background-size: cover;
    min-width: 320px;
    padding: 10px;
    min-height: 60px;
}
section.tabs-benefit #myTab {
    display: block;
    width: 100%;
	margin-top:40px;
}
section.tabs-benefit .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: #fff;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    display: block;
    width: 60%;
    font-family: 'Geist', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #001F3D;
	margin-bottom:10px;
	border-radius:10px !important;
}
section.tabs-benefit .nav-tabs .nav-link.active {
    background: #001F3D;
    box-shadow: 0px 4px 17.1px 0px #B1B1B140;
    border-radius: 10px;
    color: #fff;
}
section.tabs-benefit .nav-tabs .nav-link img{
	display:none;
}
section.tabs-benefit .nav-tabs .nav-link.active img{
	display:inline-block;
	margin-left:20px;
}
.tab-card {
    padding: 20px;
    box-shadow: 4px -4px 47.5px 0px #8B8B8B40;
    background: #fff;
    border-radius: 16px;
    width: 90%;
    position: relative;
    top: 0;
    min-height: auto;
}
.tab-card img {
    margin-top: 10px;
}
section.tabs-benefit {
    position: relative;
}
.tab-card h4 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #001F3D;
    margin-bottom: 10px;
    border-radius: 10px !important;
}
.tab-card p{
	font-family: 'Albert Sans', sans-serif;
	font-weight: 400;       /* 400 = Regular */
	font-style: normal;     /* "Regular" → normal */
	font-size: 20px;
	line-height: 30px;      /* spacing between lines */
	letter-spacing: 0px;
	color: #31373D;
}
.cta{
	margin:80px 0 40px !important;
}
.cta .container {
    background: url(../images/ctabanner.png) no-repeat;
    background-size: cover;
    border-radius: 16px !important;
    padding: 40px;
    background-position: center;
}
section.cta h2 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
}
section.cta p{
	font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    color: #fff;
	margin:30px;
}
section.cta .common-gred::after {
    content: "";
    position: absolute;
    top: -4px;
    left: -40px;
    width: 100%;
    height: 100%;
    background: url("../images/border 1.png") no-repeat center/cover;
    opacity: 1;
    z-index: 1;
    background-size: contain;
    min-width: 322px;
    filter: invert(1);
    min-height: 75px;
}
.faq-accordian .accordion-button:not(.collapsed) {
    background-color: transparent !important;
    box-shadow: none !important;
	color: #001F3D !important;
}
.faq-accordian .accordion-button{
	font-family: "Geist", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: 0;
    color: #001F3D;
	background: transparent !important;
}
.faq-accordian .accordion-body {
    padding: 0 1rem 1.25rem;
}
.faq-accordian .accordion-item {
    background-color:transparent !important;
    border-bottom: 20px !important;
    margin-bottom: 20px;
    border: 1px solid #D9DBE9 !important;
    border-radius: 16px !important;
}
.faq-accordian .accordion-item:not(:first-of-type) {
    border-top: 1px solid #D9DBE9;
    border-bottom: 1px solid #D9DBE9 !important;
}
.accordion-item:first-of-type .accordion-button{
	border:none !important;
}
section.faq-accordian h3 {
    font-family: 'Geist', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 46px;
    letter-spacing: 0;
    text-align: center;
    color: #001F3D;
}
section.faq-accordian p{
	font-family: 'Albert Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
    color:#31373D;
}
footer {
    background: #001F3D;
    margin-top: 40px;
    padding: 40px 40px 0;
}
.quick_link h4{
	font-family: "Geist", sans-serif; /* fallback in case Geist isn't loaded */
	font-weight: 600;                 /* SemiBold → 600 */
	font-style: normal;               /* font-style can't be SemiBold */
	font-size: 18px;                  /* as given */
	line-height: 26px;                /* matches your spec */
	letter-spacing: -0.02em;          /* -2% → -0.02em */
	text-transform: uppercase; 
	color:#fff;       /* keeps your uppercase */
  }
  .quick_link ul {
    padding: 0;
}
.quick_link ul li a {
    font-family: "Albert Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0;
    color: #fff;
    padding-top: 20px !important;
	display:block;
}
.social-icons p {
    color: #fff;
    font-family: "Geist", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.02em;
	margin:20px 0;
}
.social-icons ul {
    padding: 0;
	display: flex;
}
.social-icons ul li a {
    background: #fff;
    margin: 5px;
    display: inline-block;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #444444;
}
.social-icons ul li a:hover{
	color: #fff;
	background: #4285F4;
}
footer p {
    color: #fff;
    font-family: "Geist", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: -0.02em;
	margin:0 0 5px;
}
footer hr{
	background: #fff;
}
section.banner .img-banner img {
    width: 100%;
}
/* .business-card img {
    background: #F2F6FB;
    border-radius: 12px 12px 0 0;
    text-align: center;
} */
.items-image img {
    background: #F2F6FB;
    border-radius: 12px 12px 0 0;
    text-align: center;
    padding: 20px 0 0;
}
.portfolio-slider .slick-next:before {
    content: "" !important; /* remove the default arrow text */
    display: inline-block;
    width: 30px;   /* set size of arrow */
    height: 30px;
    background-image: url(../images/arrow.png); /* replace with your image */
    background-size: contain;  /* scale image inside box */
    background-repeat: no-repeat;
    background-position: center;
  }
  .portfolio-slider .slick-prev:before {
    content: "" !important;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotate(180deg);
}
section.service-items {
    padding: 40px 0 40px;
}
section.service-items small {
    margin: 30px 0;
}
#accordionExample {
    width: 70%;
    margin: 0 auto;
}
.slide-card {
    width: 280px;
}
.portfolio-slider .slick-slide.slick-current.slick-active.slick-center  .slide-card {
    transform: scale(1.4);
    transition: all 0.4s 
ease;
    opacity: 1;
}
/*---------media css-------------*/
@media (min-width: 1366px) and (max-width: 1440px) {
	section.grid-bar .row {
		padding: 50px 50px;
	}
}

@media screen and (max-width: 800px) {
	.nav-container {
		position: fixed;
		display: none;
		overflow-y: auto;
		z-index: -1;
		top: 0;
		right: 0;
		width: 280px;
		height: 100%;
		background: #fff;
		box-shadow: -1px 0 2px rgba(0, 0, 0, 0.2);
	}

	.nav-tabs {
		flex-direction: column;
		align-items: start;
		margin-top: 0;
		width: 100%;
		border: none !important;
	}

	.nav-tab:not(:last-child) {
		margin: 0;
		border-right: unset;
		border-bottom: 1px solid #f5f5f5;
		display: block;
		width: 100%;
		text-align: left;
	}
	.header-btn.mobile {
		margin: 15px;
	}

	.menu-btn {
		position: relative;
		display: block;
		margin: 0;
		width: 20px;
		height: 15px;
		cursor: pointer;
		z-index: 2;
		padding: 0;
		border-radius: 10px;
	}

	.menu-btn .menu {
		display: block;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background: #111;
	}

	.menu-btn .menu:nth-child(2) {
		margin-top: 4px;
		opacity: 1;
	}

	.menu-btn .menu:nth-child(3) {
		margin-top: 4px;
	}

	#menuToggle:checked + .menu-btn .menu {
		transition: transform 0.2s ease;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(1) {
		transform: translate3d(0, 6px, 0) rotate(45deg);
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(2) {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}

	#menuToggle:checked + .menu-btn .menu:nth-child(3) {
		transform: translate3d(0, -6px, 0) rotate(-45deg);
	}

	#menuToggle:checked ~ .nav-container {
		z-index: 1;
		display: block;
		animation: menu-slide-left 0.3s ease;
		align-items: flex-start;
	}
	.nav-tab a {
		text-align: left;
		display: flex;
	}
	li.nav-tab.dropdown {
		width: 100%;
		padding-left: 10px;
	}
	.nav-wrapper {
		margin-top: 0;
		border-radius:0;
	}
	.nav-tabs {
		margin-top: 20px;
	}
	
	@keyframes menu-slide-left {
		0% {
			transform: translateX(200px);
		}
		to {
			transform: translateX(0);
		}
	}
}

/*--------responsive css------*/
@media (max-width: 1366px){
    section.successBg p{font-size:16px;line-height:30px;}
    .grid-card p {
        font-size: 16px;
        line-height: 30px;
    }
    section.grid-bar .row {
        padding: 40px 50px;
    }
}

@media (max-width: 767px) {
    section.banner .img-banner {
        height: 300px;
    }
    section.banner .img-banner svg {
        position: absolute;
        left: 0;
        bottom: 0;
        transform: inherit;
        width: 390px;
        height: auto;
        border-radius: 0px !important;
        object-fit: cover !important;
    }
    .service-card{margin-bottom:20px;}
    section.success-services {
        margin-top: 40px;
    }
    .portfolio-mockup {
        width: 100%;
    }
	.mobile{
		display:block;
	}
	.desktop{
		display:none;
	}
    .common-gred::after{
        display: none;
    }
    section.banner h1 {
        font-weight: 600;
        font-style: normal;
        font-size: 30px;
        letter-spacing: 1px;
        margin: 20px 0;
    }
    section.banner p {
        font-size: 18px;
        margin: 0;
        bottom: 30px;
    }
    section.banner.banner-seo.portfolio-section {
        padding: 0;
    }
    section.grid-bar .row{background: none;padding:0;}
    section.grid-bar .col-md-3 {
        width: 50%;
    }
    section.service-items h2 {
        font-size: 30px;
    }
    section.service-items .description{font-size:18px;}
    section.business-rankings h2{font-size:30px;margin:0;}
    .item-list{margin:10px 0 10px !important;}
    section.service-items {
        padding: 0;
    }
    section.banner.banner-seo h1{
        font-size:30px;
    }
    .tab-card {
        width: 100%;
        position: relative;
        top: 0;
        min-height: 100%;
    }
    section.tabs-benefit .nav-tabs .nav-link{width:100%;}
    .tabItem h2{font-size:30px;}
    .tabItem {
        padding: 20px;
    }
    #accordionExample {
        width: 100%;
        margin: 0 auto;
    }
    .cta .container{padding:20px;}
    section.cta h2{font-size:30px;}
    section.cta p{font-size:18px;margin:0 0 20px;}
    section.faq-accordian h3{font-size:30px;}
    section.faq-accordian p{font-size:16px;}
}


