/* yo */

@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Light.ttf);font-weight:300;font-display:swap;}
@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Regular.ttf);font-weight:400;font-display:swap;}
@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Medium.ttf);font-weight:500;font-display:swap;}
@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-SemiBold.ttf);font-weight:600;font-display:swap;}
@font-face{font-family:Montserrat;src:url(../fonts/Montserrat-Bold.ttf);font-weight:700;font-display:swap;}

/*Global Styling*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Montserrat' , 'primary-font' , tahoma;
	font-size: 0.875rem;
	background-color: #560e26;
	color: #252525;
	position: relative;
	direction: ltr;
	overflow: hidden;
}

html {
	height: 100%;
	width: 100%;
	font-size: 16px;
	scroll-behavior: smooth;
	overflow-x: hidden;
}

video{border-radius:40px;}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	line-height: 1.75;
	font-weight: bold;
}

h1,
.h1 {
	color: #fff;
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 500;
    padding: 0 15px;
    width: fit-content;
    width: -moz-fit-content;
}

h2,
.h2 {
	font-size: 3rem;
}

h3,
.h3 {
	font-size: 1.5rem;
}

h4,
.h4 {
	font-size: 1.25rem;
}

h5,
.h5 {
	font-size: 1.125rem;
}

h6,
.h6 {
	font-size: 1rem;
}

p {
	font-size: 0.9375rem;
	font-weight: 300;
	line-height: 1.5;
}

p.title {
	font-size: 1rem;
}

.container {
	width: 1170px;
	max-width: 100%;
}

.container,
.container-fluid {
	padding-right: 10px;
	padding-left: 10px;
}

/* Helper Classes & Shorcodes */

.padding {
	padding: 7.5rem 0;
}

.padding_top {
	padding-top: 7.5rem;
}

.padding_bottom {
	padding-bottom: 7.5rem;
}

.padding_half {
	padding: 3.75rem 0;
}

.padding_bottom_half {
	padding-bottom: 3.75rem;
}

.padding_top_half {
	padding-top: 3.75rem;
}

.margin_bottom {
	margin-bottom: 7.5rem;
}

.margin_top {
	margin-top: 7.5rem;
}

.heading_space {
	margin-bottom: 3.75rem;
}

.bottom5 {
	margin-bottom: 5px;
}

.bottom10 {
	margin-bottom: 10px;
}

.top10 {
	margin-top: 10px;
}

.bottom15 {
	margin-bottom: 15px;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.top25 {
	margin-top: 25px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

.bottom35 {
	margin-bottom: 35px;
}

.top40 {
	margin-top: 40px;
}

.bottom40 {
	margin-bottom: 40px;
}

.top50 {
	margin-top: 50px;
}

.bottom50 {
	margin-bottom: 50px;
}

.top60 {
	margin-top: 60px;
}

.bottom60 {
	margin-bottom: 60px;
}

.top80 {
	margin-top: 80px;
}

.bottom80 {
	margin-bottom: 80px;
}

.bottom45 {
	margin-bottom: 45px;
}

.bottom0 {
	margin-bottom: 0;
}

.top150 {
	margin-top: 150px;
}

.bottom150 {
	margin-bottom: 150px;
}

.nomargin {
	margin: 0;
}

.bglight {
	background: #f5f5f5;
}

.bgdark {
	background: red !important;
}

.bgdefault {
	background: #515A5F;
}

.whitecolor {
	color: #ffffff;
}

.darkcolor {
	color: #515A5F;
}

.colorblack {
	color: #232323;
}

/* background shapes */

.bg-shape-1 img , .bg-shape-3 img , .bg-shape-2 img , .bg-shape-4 img , .bg-shape-5 img , .bg-shape-6 img , .bg-shape-7 img , .bg-shape-8 img , .bg-shape-9 img , .bg-shape-10 img , .bg-shape-11 img{
  width: 100%;
	height: 100%;
}

.bg-shape-1 {
    position: absolute;
    top: -58px;
    left: -230px;
    z-index: -1;
    overflow: hidden;
    height: 600px;
}

.bg-shape-2 {
    position: absolute;
    top: 120px;
    left: -340px;
    z-index: -2;
    overflow: hidden;
    height: 670px;
    opacity: 0.3;
}

.bg-shape-3 {
    position: absolute;
    top: -100px;
    left: -90px;
    z-index: -1;
    overflow: hidden;
    height: 850px;
}

.bg-shape-4 {
  position: absolute;
  top: 130px;
  right: -180px;
  z-index: -1;
  overflow: hidden;
  height: 850px;
}

.bg-shape-5 {
  position: absolute;
  top: 340px;
  right: -80px;
  z-index: -2;
  overflow: hidden;
  height: 850px;
}

.bg-shape-6 {
  position: absolute;
  top: 1450px;
  left: -250px;
  z-index: -2;
  overflow: hidden;
  height: 550px;
}

.bg-shape-7 {
  position: absolute;
  top: 1300px;
  left: -140px;
  z-index: -2;
  overflow: hidden;
  height: 700px;
  opacity: 0.5;
}

.bg-shape-8 {
    position: absolute;
    top: -55px;
    left: -330px;
    z-index: -2;
    overflow: hidden;
    height: 450px;
    opacity: 1;
}

.bg-shape-9 {
    position: absolute;
    top: -140px;
    left: -280px;
    z-index: -2;
    overflow: hidden;
    height: 650px;
    opacity: 0.8;
}

.bg-shape-10 {
    position: absolute;
    top: -70px;
    right: -260px;
    z-index: -1;
    overflow: hidden;
    height: 700px;
    opacity: 1;
}

.bg-shape-11 {
    position: absolute;
    top: 100px;
    right: -290px;
    z-index: -1;
    overflow: hidden;
    height: 400px;
    opacity: 1;
}




/* header */

.header {
	overflow: hidden;
}

.menu {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
  padding: 29px 45px 0 45px;
	box-sizing: border-box;
	overflow: hidden;
}

.menu-buttons {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.menu-buttons a {
	color: #fff;
	direction: rtl;
	padding: 10px 8px;
  text-align: center;
	border-radius: 4px;
	margin-left: 15px;
	direction: ltr;
	width: 160px;
	border: 1px solid transparent;
	font-size: 17px;

}

.menu-buttons a i {
	font-size: 18px;
	margin-right: 5px;
	color:#56ff3e;
}

.menu-buttons a:nth-child(1) {
	background: #1972F5;
	border: 2px solid #1972F5;
}

.menu-buttons a:nth-child(2) {
  background: transparent;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  /*font-size: 16px;*/
	display: flex;
  align-items: center;
  justify-content: center;
}

.logo {
	width: 127px;
	height: 47px;
}

.logo img {
	width: 100%;
	height: 100%;
}

.header-content {
	/* padding-top: 120px; */
	text-align: left;
}

.header-content h3 {
  color: #fff;
  margin-bottom: 20px;
	font-size: 40px;
  font-weight: 500;
  background:#1972f5;padding:0 15px;
  width:fit-content;
  width:-moz-fit-content;
}

.header-content p {
  color: #fff;
  font-size: 19px;
  font-weight: 100;
  opacity: 0.7;
}
.gotoelement{cursor:pointer}
.fullmenu{transition:.1s ease-out;display:flex;align-items:center;flex-direction:column;justify-content:space-evenly;padding:10% 0;position:fixed;top:0;right:-100%;width:100%;height:100%;background:#fffe;z-index:99999999999999999;}
.fullmenu a{font-size:20px;font-weight:500;border-top:3px solid #0003;padding-top:5px;}
.fullmenu .navbar-fullmenu{position:absolute;top:50px;right:50px;background:#ccc;}
.fullmenu-active .navbar-fullmenu{transition:.3s ease-in;transform:rotateZ(90deg)}
.fullmenu .navbar-fullmenu span{background:#000}
.fullmenu-active .fullmenu{right:0;}
.navbar{display:flex;padding:70px;}
.navbar-logo img{width:150px}
.navbar-menu{display:flex;align-items:center;margin-left:0px;}
.navbar-menu a{transition:.2s ease-out;margin-left:20px;padding-top:7px;border-top:3px solid #fff3;color:#fff8;font-size:17px;font-weight:600;}
.navbar-menu a:hover{color:#fff;transition:.1s ease-in;border-width:0px;padding-bottom:7px}
.navbar-chat{background:#1972F5;margin-left:auto;color:#fff;font-size:17px;font-weight:600;padding:10px 20px;border-radius:3px;}
.navbar-chat:hover{color:#fff}
@media(max-width:1030px){
	.navbar-menu a,.navbar-chat{font-size:14px}
}
@media(max-width:930px){
	.navbar-menu{display:none}
	.navbar-chat{margin-left:15px;}
	.navbar-fullmenu{width:40px;height:40px;cursor:pointer;padding:5px 0;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;background:#fff3;border-radius:100%;margin-left:auto}
	.navbar-fullmenu span{background:#fff;border-radius:100%;width:5px;height:5px}
	.navbar{padding:50px 50px 20px;}
}
@media(max-width:500px){
	.navbar{padding:30px 30px 10px}
	.navbar-chat{font-size:11px;padding:10px 13px;margin-left:10px}
	.navbar-fullmenu{width:35px;height:35px}
	.navbar-logo img{width:120px;margin-top:2px}
	.fullmenu .navbar-fullmenu{top:30px;right:30px;}
}

.shape10 {
  width: 49%;
  height: 80px;
  border-right: 2px solid #707070;
  border-top: 2px solid #707070;
  margin-right: 14px;
	opacity: 37%;
	margin-top: 21px;
}

.contact-us {
	/*display: flex;*/
	display:none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 15px;
}

.header-image {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: absolute;
  right: 3%;
	top: 24%;
	width: 276px;
  height: auto;
}

.header-image img {
	width: 100%;
	height: 100%;
}

.contact-us::after {
	content: '';
	position: absolute;
	top: 120px;
	left: 50%;
	background: #707070;
	width: 2px;
	height: 145px;
	opacity: 0.32;
}

.inner-contact {
	width: 415px;
	margin: auto;
	position: relative;
	margin-top: -9px;
	overflow:hidden;
	height:52px;
}

.inner-contact input{transition:.2s ease-in;}
.inner-contact.error input{background-color:#f55;}
.inner-contact.success,.mjsubmit.pending{pointer-events:none;}
.inner-contact.success .mjsubmit{background:#666;}
.inner-contact-1,.inner-contact-2,.inner-contact-3{transition:.2s ease-in;position:absolute;width:100%;top:0;right:0;height:100%;}
.inner-contact:not(.next) .inner-contact-2,.inner-contact.next .inner-contact-1,.inner-contact:not(.success) .inner-contact-3,.inner-contact.success .inner-contact-2{right:-120%;}
.inner-contact-3{padding:15px;display:flex;align-items:center;justify-content:center;width:100%;background:#0002;font-size:18px;color:#1972F5;}
.contact-us .inner-contact-3{color:#386E57!important;}

.inner-contact a {
  cursor:pointer;
  position: absolute;
  top: 12%;
  right: 1%;
  width: 161px;
  height: 40px;
  background: #FF5C1B;
  color: #fff;
  border-radius: 5px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  display:flex;
  align-items:center;
  justify-content:center;
}

.inner-contact-2 a{background:#282B4C!important;}

.contact-us p {
	color: #DFDFDF;
	font-size: 11px;
	opacity: 0.7;
	font-weight: 100;
}

.contact-us input {
	width: 415px;
	height: 52px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 6px #00000029;
	border: 1px solid #CDCDCD;
	border-radius: 5px;
	padding: 0 10px;
	outline: none;
	font-size:16px;
	color:#444;
}

/* explain section */

.explain {
	margin-top: 200px;
	text-align: center;
	color: #fff;
}

.title h5 {
	margin-bottom: 14px;
	position: relative;
	font-size: 24px;
}

.title p {
	font-size: 19px;
}

.lined-title h5::after {
	content: '';
  position: absolute;
  top: 50%;
  left: 63%;
  height: 2px;
  width: 75px;
	background: #707070;
	opacity: 0.32;
}

.lined-title h5::before {
	content: '';
  position: absolute;
  top: 50%;
  left: 31%;
  height: 2px;
  width: 75px;
	background: #707070;
	opacity: 0.32;
}

.lined-title p::after {
	content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  height: 35px;
  width: 2px;
	background: #707070;
	opacity: 0.32;
}


.items-title {
	margin-top: 80px;
}

.card-group {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
}

.card-row {
	display: flex;
	flex-direction: row;
}

.card {
	width: 234px;
  height: 325px;
	margin: 14px;
	padding: 12px;
	background: transparent linear-gradient(216deg, #FFFFFF 0%, #C5C5C5 100%) 0% 0% no-repeat padding-box;
	box-shadow: -5px 4px 25px #FFFFFF1F;
	border-radius: 4px;
	position: relative;
	z-index: 2;
}

.inner-card {
	height: 100%;
	width: 100%;
	border-radius: 4px;
	background: rgba(255, 255, 255, 0.6);
	z-index: 3;
}

.card img {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin: 20% 0 28px 0;
}

.card-body h5 {
	color: #2C2C2C;
	font-size: 19px;
}

.card-body p {
  color: #2C2C2C;
  line-height: 1.4;
  margin-top: 20px;
	padding: 0 40px;
	font-size: 15px;
}

.card:after {
	content: '1';
	position: absolute;
	top: -7%;
  left: -13px;
  font-size: 235px;
  color: #a35770;
  z-index: -1;
	font-weight:700;
}

.card-1:after {	content: '1';left:-23px; }
.card-2:after {	content: '2';left:-20px; }
.card-3:after {	content: '3';left:-11px; }
.card-4:after {	content: '4';left:-19px; }


@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
.card-1:after { left:-19px; }
.card-2:after {	left:-14px; }
.card-3:after {	left:-7px; }
.card-4:after {	left:-14px; }
}


.dashed-shape {
	padding: 0 80px;
}

.dashed-shape > div {
	height: 64px;
	border-left: 2px dashed #707070;
	border-bottom: 2px dashed #707070;
	opacity: 0.32;
}

.dashed-shape > div:first-of-type {
	border-right: 2px dashed #707070;
}

.dashed-shape-2 {
	height: 27px;
  width: 1px;
  margin: auto;
  border: 1px dashed #707070;
  opacity: 0.32;
  margin-bottom: 15px;
}

.colored-title h5 {
	letter-spacing: 0px;
	color: #AFD5C5;
	font-weight: 100 !important;
	position: relative;
	font-size: 23px;
}

.colored-title h5::after {
	content: '';
  position: absolute;
  top: 50px;
  left: 50%;
  height: 60px;
  width: 2px;
	background: #707070;
	opacity: 0.32;
}

/* linear-items */

.linear-items {
	margin-top: 100px;
	text-align: center;
	color: #fff;
}

.linear-items h5 {
	direction: ltr;
	margin-bottom: 0;
}

.inner-linear-items {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	position: relative;
	margin-top: 60px;
	padding: 0 20px;
}

.exp-item:first-of-type::before {
	content: '';
	position: absolute;
	left: 6.5%;
	top: 15%;
  height: 4px;
	z-index: -1;
	width: 835px;
	box-shadow: 0px 3px 6px #DBBBBB40;
	background: #EBEBEB;
	border-radius: 5px;
}

.exp-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 18%;
  height: 200px;
	position: relative;
}

.exp-item::after {
	content: '';
  position: absolute;
  right: -25%;
	top: 12.5%;
  height: 14px;
  width: 14px;
  background: #EBEBEB;
  border-radius: 50%;
}

.exp-item:last-child::after {
	content: '';
  position: absolute;
  right: 0;
  top:0;
  height: 0;
  width: 0;
  background: red;
  border-radius: 50%;
}

.exp-item-image {
	background: #fff;
	width: 63px;
  height: 63px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exp-item-image img {
	width: 50%;
	height: 50%;
}

.exp-item-content {
	text-align: center;
	margin-top: 20px;
	padding: 0 20px;
}

.exp-item-content p {
	font-size: 14px;
	font-weight: 100;
	opacity: 0.7;
}

/* second-section */

.second-section {
	overflow: hidden;
	background: #fff;
	padding-top: 80px;
	background-image: url(../img/BG.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

.dark-title {
	color: #2C2C2C;
	text-align: center;
}

.guide-way-container {
	margin-top: 80px;
}

.guide-way {
	color: #5F5F5F;
	padding: 20px;
	border-right: 2px solid #FF5C1B;
	border-bottom: 2px solid #FF5C1B;
	position: relative;
}

.guide-way:first-of-type::before {
	content: '';
	position: absolute;
	left: 0;
	top:0;
	height: 2px;
	width: 65px;
	background: #FF5C1B;
}

.guide-way::after {
	content: '';
  width: 0;
  height: 0;
	border-top: 12px solid transparent;
  border-right: 17px solid #FF5C1B;
  border-bottom: 12px solid transparent;
	position: absolute;
  left: 78%;
  bottom: -13px;
	border-radius: 4px;
}

.guide-way:nth-of-type(odd) {
	border-left: 2px solid #FF5C1B;
	border-bottom: 2px solid #FF5C1B;
	border-right: none;
}

.guide-way:nth-of-type(4) {
	border-bottom: none;
}

.guide-way:nth-of-type(4)::before {
	content: '';
  width: 50%;
  height: 2px;
	background: #FF5C1B;
	position: absolute;
  right: 0;
  bottom: 0px;
	border-radius: 4px;
}

.guide-way:nth-of-type(4)::after {
  bottom: -11px;
}

.guide-way:nth-of-type(5) {
	border-left: none;
	border-bottom: none;
}

.guide-way:nth-of-type(5) .guide-way-content {
	padding-right: 8rem;
	background: #FF5C1B;
}

.guide-way:nth-of-type(5) .guide-way-content p {
	color: #FAFAFA;
}

.guide-way:nth-of-type(5)::before {
	content: '';
  width: 2px;
  height: 23px;
	background: #FF5C1B;
	position: absolute;
  right: 50%;
  top: -2px;
	border-radius: 4px;
}

.guide-way:nth-of-type(5)::after {
	content: '';
	border-top: none !important;
  border-right: none !important;
  border-bottom: none !important;
}

.guide-way:nth-of-type(odd)::after {
	content: '';
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-left: 17px solid #FF5C1B;
	border-right: 0;
  position: absolute;
  border-bottom: 12px solid transparent;
  left: 18%;
  bottom: -13px;
	border-radius: 4px;
}

.guide-way-content {
	padding: 2.5rem 3rem;
	padding-left: 8rem;
	background: #FFF8F3;
	border-radius: 4px;
}

.guide-way-content h4 {
	font-size: 24px;
}

.guide-way-content p {
	font-size: 18px;
}

.guide-way:nth-of-type(odd) .guide-way-content {
	padding-right: 8rem;
}

.guide-way:nth-of-type(even) .guide-way-content {
	padding-right: 4rem;
}

.guide-way h4 {
	margin-bottom: 15px;
}

.guide-step-odd {
	width: 76px;
	height: 150px;
	background: #FF5C1B;
	border-radius: 4px;
	position: absolute;
	top:0;bottom:0;margin:auto;
  right: -2px;
  text-align: center;
	color: #fff;
	padding-left: 0;
}

.guide-step-odd span , .guide-step-even span {
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	display: inline-block;
	margin-bottom:20px
}

.guide-step-odd h4 , .guide-step-even h4 {
	font-size: 75px;
	font-weight: 600;
	line-height: .5;
}

.guide-step-even {
	width: 76px;
	height: 150px;
	background: #FF5C1B;
	border-radius: 4px;
	position: absolute;
	top:0;bottom:0;margin:auto;
  left: -2px !important;
  text-align: center;
	color: #fff;
	padding-left: 0;
}

.guide-way:nth-of-type(5) .guide-step-odd {
	background: #FFF8F3;
	color: #2C2C2C;
	padding: 23px 13px;
}

.guide-way:nth-of-type(5) .guide-way-content {
	padding-top: 4rem;
}

.guide-way:nth-of-type(5) p {
	font-size: 20px;
}

.guide-step-final{writing-mode:vertical-rl;}
.guide-step-final h4{font-size:35px;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}

/* prices */

.prices-container {
	margin-top: 50px;
}

.price-responsive-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.prices-title {
	text-align: center;
}

.prices-boxes {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
}

.price-table {
  background: #282B4C;
  flex: 1;
  margin: 0 6px;
  border-top: 9px solid #FF5C1B;
	padding: 0 2.3rem;
  transition: all 0.4s;
  transform: translateY(0);
}

.price-table:hover {
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	transform: translateY(-5px);
	border-radius: 5px;
}


.price-table-header {
	text-align: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	padding-top: 12px;
	position: relative;
	min-width:100px;
}

.price-table-header::after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 10%;
	width: 80%;
	height: 1px;
	background: #707070;
	opacity: 0.7;
}

.price-table-header h4 {
    margin-bottom:5px;
	font-size: 20px;
}

.price-table-header span {
	font-size: 11px;
	font-weight: 100;
}


.price-table-body {
	text-align: center;
	display: flex;
	flex-direction: column;
	position: relative;
	margin: 40px 0 20px 0;
	color: #F9B092;
}

.price-table-footer a {
  width: calc(100% + 40px);
  text-align: center;
  color: #fff;
  background: #1972F5;
  border-radius: 5px;
  padding: 13px;
  display: block;
  margin: 0 -20px 15px;
  font-size: 13px;
}

.prices-dashed {
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	flex-direction: row;
	margin-top: 10px;
}

.dashed-line {
	flex: 1;
	height: 50px;
}

.dashed-shape-3 {
	margin-top: 15px;
	display: flex;
	flex-direction: row;
	padding: 0 95px;
}

.dashed-shape-3 > div {
	height: 18px;
	border-left: 2px dashed #707070;
	border-bottom: 2px dashed #707070;
	opacity: 0.32;
	flex: 1;
}

.dashed-shape-3 > div:first-of-type {
	border-right: 2px dashed #707070;
}

.main-contact {
	margin-top: 40px;
	text-align: center;
	position: relative;
	margin-bottom: 80px;
}

.main-contact::after {
	content: '';
	position: absolute;
	top: -40px;
	left: 50%;
	width: 0px;
	height: 27px;
	border-left: 2px dashed #707070;
	border-color: #707070;
}

.main-contact h6 {
	font-weight: 100;
	line-height: 1.6;
	font-size: 19px;
}

.main-contact .inner-contact {
	margin-top: 15px;
}

/* footer */

footer {
	position: relative;
}

.first-footer {
	padding-top: 20px;
	color: #fff;
	position: relative;
}
.first-footer-parent{position:relative;}
.first-footer-parent::after {
	content: '';
	position: absolute;
	/*bottom: -176px;*/
    bottom:0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #707070;
	opacity: 0.32;
}

.first-footer .about-us {
	padding: 0 5rem 0 0
}

.first-footer .about-us h3 , .services-container h3 {
	margin-bottom: 20px;
	font-weight: 500;
	font-size: 26px;
}

.services-container h3 {
	margin-right: 0;text-align:center;
}

.first-footer .about-us p {
	font-weight: 100;
	font-size: 16px;
}

.services > a {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.services h6 {
	font-size: 14px;
	font-weight: 100;
	font-size: 11px;
}


.services .circle {
	width: 10px;
  height: 10px;
	background: #1972F5;
	border-radius: 50%;
	margin-right: 6px;
	margin-top: 0;
}



.second-footer {
	padding-top: 40px;
	color: #fff;
	padding-bottom: 90px;
}

.second-footer-phone {
  width: 145px;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  text-align: center;
  padding: 8px 0;
  margin-left: 15px;
  margin-top: -8px;
  direction: ltr;
  font-size:16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.second-footer-phone i {
    color:#56ff3e;
  margin-right: 5px;
}

.address {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.logoes {
	display: flex;
	align-items: center;
	margin-top: -15px;
}

.logoes img {
	width: 60px;
  margin: 0 10px;
  background:#fff;
}

.cafelead-logo {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.cafelead-logo img {
	width: 130px;
  margin: 0;
}

.fixed-contact {
	display: none;
}

.services-container {
  padding-right: 0;
}





@media (max-width: 800px) {

	.services h6 {
		font-weight: 100;
		font-size: 20px;
	}

	.services-container {
	  padding-right: 0rem;
	  padding: 0;
	}

	.main {
		overflow: hidden;
	}

	.menu {
		padding: 22px 40px;
	}

	.menu-buttons a i {
    font-size: 11px;
    margin-right: 5px;
	}

	.menu-buttons a {
		padding: 6px 0 8px 0px;
		margin-left: 15px;
		width: 130px;
		font-size: 11px;
		border: 1px solid transparent;
	}

	.logo {
		width: 100px;
		height: 45px;
	}

	.header-content {
		/* padding-top: 100px; */
		text-align: center;
	}

	.header-image {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    right: 39%;
    top: 5px;
		width: 182px;
		height: auto;
    margin: auto;
    margin-top: 20px !important;
}

	.header-content p {
		font-size: 13px;
		width: 60%;
		margin: auto;
	}

	.shape10 {
	  height: 40px;
	  border-top: none;
	  margin-right: 14px;
		margin-top: 30px;
	}

	.header-content h3{margin:0 auto 10px;}
	.explain {
		overflow: hidden;
		margin-top: 10px;
		text-align: center;
	}

	.contact-us p {
		text-align: center;
		margin: 0px 0 10px 0;
	}

	.title h5 {
		margin-bottom: 14px;
	}

	.title p {
		font-size: 13px;
		opacity: 0.8;
	}

	.lined-title h5::after {
	  top: 50%;
	  left: 67%;
	  width: 40px;
	}

	.lined-title h5::before {
	  top: 50%;
	  left: 28%;
	  width: 40px;
	}

	.lined-title p::after {
		content: '';
	  position: absolute;
	  top: 100px;
	  left: 50%;
	  height: 35px;
	  width: 2px;
		background: #707070;
		opacity: 0.32;
	}

	.price-table-footer a {
    text-align: center;
    color: #fff;
    background: #1972F5;
    border-radius: 5px;
    padding: 13px;
    display: block;
    margin: auto;
    margin-bottom: 9px;
    font-size: 16px;
	}


	.items-title {
		margin-top: 80px;
	}

	.card-group {
		flex-direction: column;
		margin-top: 10px;
	}

	.card-row {
		display: flex;
		flex-direction: row;
	}

	.card {
		width: 245px;
		height: 325px;
		margin: 14px;
		padding: 12px;
	}

	.card img {
		width: 60px;
		height: 60px;
		object-fit: contain;
		margin: 20% 0 28px 0;
	}

	.card-body p {
	  margin-top: 15px;
	  padding: 0 15px;
	}

	.dashed-shape {
		padding: 0 80px;
	}

	.dashed-shape > div {
		height: 25px;
		border-left: 2px dashed #707070;
		border-bottom: 2px dashed #707070;
		opacity: 0.32;
	}

	.dashed-shape-2 {
		height: 25px;
    border: 1px dashed #707070;
	}

	.colored-title h5 {
		font-size: 18px;
    padding: 0 8rem;
	}

	.linear-items {
		margin-top: 100px;
		text-align: center;
		color: #fff;
		overflow: hidden;
	}

	.linear-items h5 {
		direction: ltr;
		margin-bottom: 0;
	}

	.inner-linear-items {
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-around;
		margin-top: 60px;
		margin-bottom: 50px;
	}

	.exp-item:first-of-type::before {
		content: '';
		position: absolute;
		right: 7%;
		top: 13%;
		height: 382px;
		z-index: -1;
		width: 2px;
		box-shadow: 0px 3px 6px #DBBBBB40;
		background: #EBEBEB;
		border-radius: 5px;
	}

	.exp-item {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: flex-start;
		width: 80%;
	  height: 100px;
	}

	.exp-item::after {
		content: '';
	  position: absolute;
		left: 5%;
		top: 95%;
	  height: 12px;
	  width: 12px;
	  background: #EBEBEB;
	  border-radius: 50%;
	}

	.exp-item-image {
		background: #fff;
		width: 50px;
		height: 50px;
		flex: 0 0 50px;
		border-radius: 50%;
	}

	.exp-item-content {
		text-align: left;
		margin-top: 5px;
		padding: 0 20px;
	}

  .title p {
    font-size: 13px;
    padding: 0 8rem;
  }

	.second-section {
		padding-top: 50px;
	}

	.guide-way-container {
		margin-top: 30px;
		padding: 0 3rem;
	}

	.guide-way {
		padding: 10px;
	}

	.guide-way:first-of-type::before {
		width: 30px;
	}



	.guide-way:nth-of-type(5) {
		border-left: none;
		border-bottom: none;
	}

	.guide-way:nth-of-type(5) .guide-way-content {
		padding-right: 8rem;
		background: #FF5C1B;
	}

	.guide-way:nth-of-type(5) .guide-way-content p {
		color: #FAFAFA;
	}

	.guide-way:nth-of-type(5)::before {
		content: '';
	  width: 2px;
	  height: 23px;
		background: #FF5C1B;
		position: absolute;
	  right: 50%;
	  top: -2px;
		border-radius: 4px;
	}

	.guide-way:nth-of-type(5)::after {
		content: '';
		border-top: none !important;
	  border-right: none !important;
	  border-bottom: none !important;
	}

	.guide-way-content {
		padding-left: 6rem;
		height: auto;
	}
	.guide-way:nth-of-type(5) .guide-way-content{padding-top:.8rem}

	.guide-way:nth-of-type(odd) .guide-way-content {
		padding-right: 7rem;
	}

	.guide-way:nth-of-type(even) .guide-way-content {
		padding-right: 3rem;
	}

	.guide-step-odd {
		width: 80px;
		height: 85px;
		padding-top: 10px;
	}

	.guide-step-odd span , .guide-step-even span {
		font-size: 14px;
	}

	.guide-step-odd h4 , .guide-step-even h4 {
		font-size: 29px;
	}

	.guide-step-even {
		width: 80px;
		height: 85px;
		background: #FF5C1B;
		border-radius: 4px;
		position: absolute;
		color: #fff;
		padding-top: 10px;
	}

	.guide-way:nth-of-type(5) .guide-step-odd {
		background: #FFF8F3;
		color: #2C2C2C;
		padding: 40px 8px;
	}

	.guide-way:nth-of-type(5) p {
    font-size: 17px;
	}

	.price-table {
		padding: 0 2.3rem;
	}

	.prices-container {
		margin-top: 30px;
	}

	.prices-boxes {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-between;
		margin-top: 30px;
	}

	.price-responsive-row {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}

	.price-table {
		background: #282B4C;
		flex: 1;
		margin: 15px 15px;
		border-top: 9px solid #FF5C1B;
		padding: 0 4rem
	}

	.price-table-header::after {
		left: 0%;
		width: 100%;
	}

	.price-table-body {
		margin: 30px 0 20px 0;
	}

	.price-table-footer a {
			width: calc(100% + 40px);
			margin:0 -20px 10px;
		    padding: 15px 5px;
		    font-size: 13px;
		}

	.prices-dashed {
		background: rgba(0, 0, 0, 0.5);
		display: flex;
		flex-direction: row;
		margin-top: 10px;
	}

	.dashed-line {
		flex: 1;
		height: 50px;
	}

	.dashed-shape-3 {
		padding: 0 100px;
		margin-top: 15px;
		display: flex;
		flex-direction: row;
	}

	.dashed-shape-3 > div {
		height: 18px;
		border-left: 1px dashed #707070;
		border-bottom: 1px dashed #707070;
		opacity: 0.32;
		flex: 1;
	}

	.dashed-shape-3 > div:first-of-type {
		border-right: 1px dashed #707070;
	}

	.main-contact {
		margin-top: 40px;
		text-align: center;
		position: relative;
		margin-bottom: 80px;
	}

	.main-contact::after {
		content: '';
		position: absolute;
		top: -40px;
		left: 50%;
		width: 0px;
		height: 27px;
		border-left: 2px dashed #707070;
		border-color: #707070;
	}

	.main-contact h6 {
		font-weight: 100;
		line-height: 1.6;
	}

	.main-contact .inner-contact {
		margin-top: 15px;
	}

	.first-footer {
		padding-top: 50px;
		overflow: hidden ;
	}

	.first-footer::after {
		display:none;
		content: '';
		position: absolute;
		/*bottom: -120px;*/
		left: 0;
		width: 100%;
		height: 2px;
		background: #707070;
		opacity: 0.32;
	}

	.first-footer .about-us {
		padding: 0;
		margin-bottom: 50px;
	}

	.first-footer .about-us h3 , .services-container h3 {
		margin-bottom: 30px;
		font-weight: 500;
		text-align: center;
		overflow: hidden;
		width: 100%;
		margin: auto;
	}

	.services-container h3 {
		margin-right: 0px;
	}

	.services > a {
		display: flex;
		align-items: center;
		margin: 10px 0;
	}

	.second-footer {
		padding-top: 80px;
		overflow: hidden;
		padding-bottom: 0;
	}

	.second-footer-phone {
		width: 160px;
		padding: 10px 0;
		margin-right: 15px;
		margin-top: 8px;
	}

	.address {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-bottom: 20px;
	}

	.logo-container {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		margin-bottom: 130px;
	}

	.logoes {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-top: 20px;
		padding:0;
	}

	.logoes img {
		width: 60px;
	  margin: 0 20px;
	  
	}

	.cafelead-logo {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.cafelead-logo img {
		width: 110px;
		margin: 0 0px;
		margin-top: 25px;
		height: 50px;
	}

  .bg-shape-1 {
        position: absolute;
        top: -70px;
        left: -250px;
        z-index: -1;
        overflow: hidden;
        height: 500px;
    }

  .bg-shape-2 {
      position: absolute;
      top: 20px;
      left: -330px;
      z-index: -2;
      overflow: hidden;
      height: 600px;
      opacity: 0.3;
  }

  .bg-shape-3 {
    position: absolute;
    top: -100px;
    left: -140px;
    z-index: -1;
    overflow: hidden;
    height: 650px;
  }

  .bg-shape-4 {
    position: absolute;
    top: 250px;
    right: -250px;
    z-index: -1;
    overflow: hidden;
    height: 550px;
  }

  .bg-shape-5 {
    position: absolute;
    top: 250px;
    right: -130px;
    z-index: -2;
    overflow: hidden;
    height: 650px;
  }

	.bg-shape-6 {
		position: absolute;
		top: 1430px;
		left: -250px;
		z-index: -2;
		overflow: hidden;
		height: 550px;
	}

	.bg-shape-7 {
			position: absolute;
			top: 1430px;
			left: -140px;
			z-index: -2;
			overflow: hidden;
			height: 600px;
			opacity: 0.5;
	}

  .bg-shape-8 {
    position: absolute;
    top: 10px;
    left: -250px;
    z-index: -2;
    overflow: hidden;
    height: 450px;
    opacity: 1;
  }

  .bg-shape-9 {
    position: absolute;
    top: -90px;
    left: -200px;
    z-index: -2;
    overflow: hidden;
    height: 700px;
    opacity: 0.8;
  }

  .bg-shape-10 {
    position: absolute;
    top: 80px;
    right: -330px;
    z-index: -1;
    overflow: hidden;
    height: 650px;
    opacity: 1;
  }

  .bg-shape-11 {
    position: absolute;
    top: 0px;
    right: -230px;
    z-index: -1;
    overflow: hidden;
    height: 850px;
    opacity: 1;
  }

	.fixed-contact {
		/*display: block;*/
		display:none;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		height: auto;
		z-index: 3333300;
		background: rgba(0, 0, 0, 0.8);
		padding-top:5px;	
	}

	.fixed-contact p {
		font-size: 12.5px;
		text-align: center;
		margin-top: 3px;
		margin-bottom: 3px;
		color: #cdcdcd;
		padding:5px 10px 5px;
	}

	.fixed-contact .fixed-inner-contact {
		width: 95%;
		margin: auto;
		position: relative;
	}

	.fixed-contact .fixed-inner-contact .inner-contact{width:100%;margin-top:0;}

	.fixed-contact .fixed-inner-contact a {
		content: 'ثبت درخواست مشاوره';
		position: absolute;
		top: 2px;
		left: auto;
		right: 2px;
		width: 122px;
		height: 35px;
		background: #FF5C1B;
		color: #fff;
		border-radius: 5px;
		padding: 11px 0;
		text-align: center;
		font-size: 12px;
	}

	.fixed-contact input {
		width: 100%;
		height: 40px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		border: 1px solid #CDCDCD;
		border-radius: 5px;
		padding: 0 10px;
		outline: none;
		font-size: 12px;
		margin: auto;
	}

	.guide-way:nth-of-type(5) p {
    font-size: 19px;
	}

	.exp-item-content p {
    font-size: 15px;
	}

	.guide-step-final{height:125px;}

}


@media (max-width: 580px) {

    
.services{display:flex;padding-bottom:20px;flex-direction:column;align-items:center;}
.services > a{margin:0;justify-content:center;display: flex;align-items: center;margin:0;width:100%;}
.services h6{font-size:15px;width:fit-content;width:-moz-fit-content;text-align:center;}

	.guide-way:nth-of-type(5) p {
		font-size: 13px;
		padding-top: 0;
	}

	.menu {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		padding: 22px 80px;
		box-sizing: border-box;
		overflow: hidden;
	}

	.menu-buttons {
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
	}

	.menu-buttons a {
		color: #fff;
		direction: rtl;
		padding: 10px 8px;
	  text-align: center;
		border-radius: 4px;
		margin-left: 15px;
		direction: ltr;
		width: 160px;
	}

	.menu-buttons a:nth-child(1) {
		background: #1972F5;
	}

	.menu-buttons a:nth-child(1) {
    border: 1px solid #1972F5;
	}

	.menu-buttons a:nth-child(2) {
		background: transparent;
		border: 1px solid #FFFFFF;
		border-radius: 4px;
		font-size: 9px;
	}

	.logo {
		width: 127px;
		height: 47px;
	}

	.logo img {
		width: 100%;
		height: 100%;
	}

	.header-content {
		/* padding-top: 140px; */
		/*text-align: right; */
	}

	.main .row .col-md-12{display:flex;flex-direction:column;}
	
	.header-image {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
	right: auto;
	left:auto;
    top: 5px;
    width: 200px;
    height: auto;
    margin-top: 20px !important;
}

	.header-content h3 {
		color: #fff;
		margin-bottom: 14px;
	}

	.header-content p {
		color: #fff;
		font-size: 14px;
	  font-weight: 100;
	}

	.shape10 {
	  width: 49%;
	  height: 80px;
	  border-left: 2px solid #707070;
	  border-top: 2px solid #707070;
	  margin-right: 14px;
		opacity: 37%;
		margin-top: -10px;
	}

	.title h5 {
    font-size: 20px !important;
    font-family: 'Yekan_Bakh';
	}

	.contact-us {
		/*display: flex;*/
		display:none;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		position: relative;
		margin-top: 25px;
	}

	.header-image {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
	}

	.contact-us::after {
		content: '';
		position: absolute;
		top: 120px;
		left: 50%;
		background: #707070;
		width: 2px;
		height: 145px;
		opacity: 0.32;
	}

	.inner-contact {
		width: 310px;
		margin: auto;
		position: relative;
	}

	.inner-contact a {
	  content: 'ثبت درخواست مشاوره';
	  position: absolute;
	  top: 12%;
	  right: 2%;
	  width: 120px;
	  height: 40px;
	  background: #FF5C1B;
		color: #fff;
	  border-radius: 5px;
	  padding: 11px 0;
	  text-align: center;
	font-size: 11px;
	}

	.contact-us p {
		color: #DFDFDF;
		font-size: 12px;
		opacity: 0.7;
	}

	.contact-us input {
		width: 310px;
		height: 52px;
		background: #FFFFFF 0% 0% no-repeat padding-box;
		box-shadow: 0px 3px 6px #00000029;
		border: 1px solid #CDCDCD;
		border-radius: 5px;
		padding: 0 10px;
		outline: none;
		font-size: 11px;
	}




	.menu {
		padding: 20px 25px;
	}

	.menu-buttons a {
		padding: 6px 0 8px 0px;
		margin-left: 10px;
		width: 100px;
		font-size: 14px;
	}

	.logo {
		width: 101px;
		height: 50px;
	}

	.header-content {
		/* padding-top: 15px; */
	}

	.header-image {
		display: flex;
		flex-direction: row;
		justify-content: center;
		margin-top: 50px;
		width:75%;
	}

	.header-content h3 {
		font-size: 23px;
		text-align: center;
	}

	.header-content p {
		font-size: 14px;
		font-weight:100;
		width: 95%;
		margin: auto;
		text-align: center;
	}

	.shape10 {
	  height: 40px;
	  border-top: none;
	  margin-right: 0px;
    margin-top: 20px;
	}

	.title h5 {
    margin-bottom: 10px;
    font-size: 13px;
	}

	.title p {
    font-size: 13px;
    padding: 0 1rem;
	}

	.lined-title h5::after {
    top: 50%;
		left: 86%;
    width: 25px;
	}

	.lined-title h5::before {
    top: 50%;
		left: 5%;
    width: 25px;
	}

	.lined-title p::after {
		top: 85px;
		left: 50%;
		height: 35px;
		width: 2px;
	}

	.items-title {
    margin-top: 60px;
	}

	.card-group {
		flex-direction: column;
		margin-top: 10px;
	}

	.card {
    width: 135px;
    height: auto;
		margin: 10px 10px;
    padding: 8px;
	}

	.card img {
		width: 40px;
    height: 40px;
		margin: 15% 0 15px 0;
	}

	.card-body h5 {
		font-size: 15px;
	}

	.card-body p {
	  margin-top: 5px;
	  padding: 0 5px;
		font-size: 11px;
	}

	.card:after {
    top: -15%;
		left: -10px;
	font-size: 161px;
	}
	.card-1:after {	left:-15.2px; }
	.card-2:after {	left:-13px; }
	.card-3:after {	left:-8px; }
	.card-4:after { left:-12.5px; }

    


	.dashed-shape {
		padding: 0px;
	}

	.colored-title h5 {
		font-size: 16px;
		padding: 0 10px;
        width:268px;
		margin:auto;
	}

	.linear-items {
		margin-top: 60px;
	}

	.colored-title {
    padding: 0 1rem;
	}

	.dark-title h3 {
		font-size: 19px;
	}

	.inner-linear-items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 50px;
		padding: 0 3rem;
	}

	.exp-item:first-of-type::before {
		content: '';
		position: absolute;
		right: 7%;
		top: 13%;
		height: 382px;
		z-index: -1;
		width: 2px;
		box-shadow: 0px 3px 6px #DBBBBB40;
		background: #EBEBEB;
		border-radius: 5px;
	}

	.exp-item {
		width: auto;
	  height: 100px;
	}

	.exp-item::after {
		right: 5.2%;
	}

	.exp-item-image {
		width: 50px;
    height: 50px;
	}


	.exp-item-content {
    text-align: left;
    margin-top: 10px;
    padding: 0 0px;
	width: 140px;
    margin-left: 15px;
	}

	.dark-title h4 {
		font-size: 14px;
	}


		.second-section {
			padding-top: 50px;
		}

		.guide-way-container {
			margin-top: 30px;
			padding: 0 0.5rem;
		}

		.guide-way {
			padding: 15px;
	    margin: 0px 0;
		}

		.guide-way::after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-right: 15px solid #FF5C1B;
	    border-bottom: 10px solid transparent;
	    position: absolute;
	    left: 78%;
	    bottom: -11px;
	    border-radius: 4px;
		}

		.guide-way:nth-of-type(odd)::after {
	    content: '';
	    width: 0;
	    height: 0;
	    border-top: 10px solid transparent;
	    border-left: 15px solid #FF5C1B;
	    border-right: 0;
	    position: absolute;
	    border-bottom: 10px solid transparent;
	    left: 18%;
	    bottom: -11px;
	    border-radius: 4px;
		}

		.guide-way h4 {
	    margin-bottom: 5px;
	    font-size: 14px;
		}

		.guide-way p {
			font-size: 12px;
		}

		.guide-way:nth-of-type(5) .guide-way-content {
			padding-right: 1rem;
		}

		.guide-way:nth-of-type(5)::before {
			content: '';
		  width: 2px;
		  height: 23px;
			background: #FF5C1B;
			position: absolute;
		  right: 50%;
		  top: -2px;
			border-radius: 4px;
		}

		.guide-way:nth-of-type(5)::after {
			content: '';
			border-top: none !important;
		  border-right: none !important;
		  border-bottom: none !important;
		}

		.guide-way-content {
			padding: 0.8rem 0rem;
	    padding-left: 1rem;
		}

		.guide-way:nth-of-type(2n+1) .guide-way-content {
	    padding-right: 4rem;
		}

		.guide-way:nth-of-type(2n) .guide-way-content {
	    padding-right: 1rem;
	    padding-left: 3.5rem;
		}

		.guide-step-odd {
	    width: 50px;
		}

		.guide-step-odd span , .guide-step-even span {
			font-size: 12px;
			line-height: 2
		}

		.guide-step-odd h4, .guide-step-even h4 {
	    font-size: 24px;
		}

		.guide-step-final{height:115px;}

		.guide-step-even {
			width: 50px;
		}

		.guide-way:nth-of-type(5) .guide-step-odd {
			background: #FFF8F3;
			color: #2C2C2C;
			padding: 40px 4px;
		}

		.prices-container {
			margin-top: 30px;
		}

		.prices-boxes {
			display: flex;
			flex-direction: column;
			align-items: center;
			justify-content: space-between;
			margin-top: 30px;
		}
		
		.price-responsive-row{width:100%;padding:0 5px;}

		.price-table {
	    background: #282B4C;
	    flex: 1;
	    margin: 10px;
	    border-top: 9px solid #FF5C1B;
	    padding: 0 2rem;
		}

		.price-table-header h4 {
	    font-size: 16px;
		}

		.price-table-header span {
	    font-size: 14px;
	    font-weight: 100;
		}

		.price-table-body {
			margin: 28px 0 10px 0;
		}

		.price-table-body h3 {
		    font-size: 16px;
		}

		.price-table-body span {
			font-size: 12px;
		}

	

		.prices-dashed {
			background: rgba(0, 0, 0, 0.5);
			display: flex;
			flex-direction: row;
			margin-top: 10px;
		}

		.dashed-line {
			flex: 1;
			height: 50px;
		}

		.dashed-shape-3 {
			padding: 0 100px;
			margin-top: 15px;
			display: flex;
			flex-direction: row;
		}

		.dashed-shape-3 > div {
			height: 18px;
			border-left: 1px dashed #707070;
			border-bottom: 1px dashed #707070;
			opacity: 0.32;
			flex: 1;
		}

		.dashed-shape-3 > div:first-of-type {
			border-right: 1px dashed #707070;
		}

		.main-contact {
			margin-top: 40px;
			text-align: center;
			position: relative;
			margin-bottom: 80px;
		}

		.main-contact::after {
			content: '';
			position: absolute;
			top: -40px;
			left: 50%;
			width: 0px;
			height: 27px;
			border-left: 2px dashed #707070;
			border-color: #707070;
		}

		.main-contact h6 {
			font-weight: 100;
			line-height: 1.6;
			font-size: 12px;
		}

		.main-contact .inner-contact {
			margin-top: 15px;
		}

		.first-footer {
			padding-top: 20px;
			overflow: hidden;
		}

		.first-footer::after {
			content: '';
			position: absolute;
			bottom: 0px;
			left: 0;
			width: 100%;
			height: 2px;
			background: #707070;
			opacity: 0.32;
		}

		.first-footer .about-us {
			padding: 0;
			margin-bottom: 20px;
		}

		.first-footer .about-us p {
	    font-size: 12px;
			margin-top: 15px;
			text-align: center;
		}

		.first-footer .about-us h3 , .services-container h3 {
			margin-bottom: 20px;
			font-weight: 500;
			text-align: center;
			overflow: hidden;
			width: 100%;
			margin: auto;
		}

		.services-container h3 {
			margin-right: 0;text-align:center;
		}

		.second-footer {
			padding-top: 10px;
			overflow: hidden;
			padding-bottom: 0;
			position: relative;
		}

		.second-footer-phone::after {
			content: '';
			position: absolute;
			bottom: -20px;
			left: 0;
			width: 100%;
			height: 1px;
			background: rgba(255, 255, 255, 0.2);
		}

		.second-footer-phone {
			width: 110px;
	    padding: 7px 0;
	    margin-right: 15px;
	    margin-top: 0;
	    font-size: 12px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
		}

		.second-footer-phone i {
			margin-right: 5px;
		}

		.address {
			display: flex;
			flex-direction: column;
			align-items: center;
			margin-bottom: 20px;
		}

		.address p {
			font-size: 12px;
			text-align: center;
		}

		.logo-container {
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			margin-bottom: 135px;
		}

		.logoes {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

		.logoes img {
			width: 55px;
		  margin: 0 0 0 10px;
		}

		.cafelead-logo {
			display: flex;
			flex-direction: row;
			align-items: center;
			justify-content: center;
			padding:0;
		}

		.cafelead-logo img {
			width: 111px;
			margin: 0 0px;
			height: auto;
			margin-top: 20px;
		}

		.bg-shape-1 {
		    position: absolute;
		    top: -50px;
		    left: -230px;
		    z-index: -1;
		    overflow: hidden;
		    height: 500px;
		}

		.bg-shape-2 {
		    position: absolute;
		    top: 120px;
		    left: -300px;
		    z-index: -2;
		    overflow: hidden;
		    height: 450px;
		    opacity: 0.3;
		}

		.bg-shape-3 {
		    position: absolute;
				top: -80px;
		    left: -140px;
		    z-index: -1;
		    overflow: hidden;
		    height: 600px;
		}

		.bg-shape-4 {
		    position: absolute;
				top: 240px;
		    right: -250px;
		    z-index: -1;
		    overflow: hidden;
		    height: 550px;
		}

		.bg-shape-5 {
		    position: absolute;
		    top: 260px;
		    right: -320px;
		    z-index: -2;
		    overflow: hidden;
		    height: 550px;
		}

		.bg-shape-6 {
		  position: absolute;
		  top: 1430px;
		  left: -250px;
		  z-index: -2;
		  overflow: hidden;
		  height: 550px;
		}

		.bg-shape-7 {
		    position: absolute;
		    top: 1430px;
		    left: -140px;
		    z-index: -2;
		    overflow: hidden;
		    height: 600px;
		    opacity: 0.5;
		}

		.bg-shape-8 {
		    position: absolute;
		    top: -1px;
		    left: -280px;
		    z-index: -2;
		    overflow: hidden;
		    height: 350px;
		    opacity: 1;
		}

		.bg-shape-9 {
	    position: absolute;
	    top: -230px;
	    left: -290px;
	    z-index: -2;
	    overflow: hidden;
	    height: 880px;
	    opacity: 0.8;
		}

		.bg-shape-10 {
		    position: absolute;
		    top: 270px;
		    right: -230px;
		    z-index: -1;
		    overflow: hidden;
		    height: 500px;
		    opacity: 1;
		}

		.bg-shape-11 {
		    position: absolute;
		    top: 290px;
		    right: -330px;
		    z-index: -1;
		    overflow: hidden;
		    height: 600px;
		    opacity: 1;
		}

}

.whatsapp-blank {
      z-index: 99;
  position: fixed;
  bottom: 20px;
  right: 24px;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 100%;
}
.whatsapp-blank img {
    width: 100%;
}
@media (max-height: 560px) {
    width: 54px;
height: 54px;
bottom: 14px;
left: 14px;
}

@media (max-width: 450px) {
	/* .exp-item:first-of-type::before {
		right: 5.5% !important;
	} */

	.exp-item::after {
		right: 4% !important;
	}
	
	/*.price-table-header span{width:20px;margin:auto;text-align:center;display:flex;flex-direction:column;align-items:center;}*/
	/*.price-table-header span b{white-space:nowrap;}*/
}

@media (max-width: 400px) {
    .price-responsive-row{flex-wrap:wrap;}
    .price-table{flex:0 0 calc(100% - 20px);}
}

@media (max-width: 760px) {
	.exp-item:first-of-type::before {
		left: 25px !important;
	}
	.exp-item::after {
		left: 20px !important;
	}
}
.googlize-chat,.googlize-chat-bottom{cursor:pointer;}
/* .navbar{display:none} */