/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family: 'Mulish', sans-serif;
}
body {
  color: #545051;
  font-weight: 300;
  font-family: 'Mulish', sans-serif;
}

@font-face {
    font-family:RusticLoveTattoo;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */



.container {
  max-width: 1545px;
}
.header-area {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 7px 17px #00000040;
    position: fixed;
    z-index: 10001;
    width: 100% !important;
    background-color: white;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.header-fl {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-menu {
  display: flex;
  align-items: center;
}
.header-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li {
  display: inline-block;
  margin-right: 32px;
}
.header-menu li a {
  font-size: 18px;
  font-weight: 600;
  color: #1B1B1B;
}
.header-btn {
  display: flex;
  align-items: center;
}
.header-btn a {
  margin-left: 16px;
  background: #3572C6;
  height: 56px;
  width: 233px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.header-btn a img {
  margin-right: 15px;
}
.hero-area {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 798px;
  display: flex;
  align-items: center;
  top:55px;
}
.whatsapp {
    position: fixed;
    right: 18px;
    bottom: 0;
    z-index: 1000;
    width: 90px;
}
.hero-title h3 {
  font-size: 40px;
  color: #FFFFFF;
  font-weight: 900;
  margin: 0;
  line-height: 48px;
}



.hero-title p {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.hero-title {
  margin-bottom: 15px;
}
.hero-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-list li {
  margin-bottom: 7px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
}

.hero-list li:last-child {
  margin: 0;
}
.hero-list li img {
  margin-right: 10px;
}
.hero-list {
  margin-bottom: 30px;
}
.hero-btn a {
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3572C6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 56px;
}

.theme-btn{
  width: 300px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3572C6;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  border-radius: 56px;
  border: 2px solid #3572C6;
  transition: 0.3s;
}

.theme-btn:hover{
  background: transparent;
  color: #3572C6;
}
/* cum-area-start */

.cum-area {
  padding-top: 94px;
  padding-bottom: 60px;
}
.section-title {
  text-align: center;
}
.section-title h3 {
  font-size: 40px;
  font-weight: 800;
  color: #212121;
  margin: 0;
}
.cum-area .section-title {
  margin-bottom: 15px;
}
.cum-fl {
  display: flex;
  justify-content: space-between;
}
.cum-fl {
  max-width: 1125px;
  margin: auto;
  margin-bottom: 17px;
}
.single-cum {
  width: 100% !important;
  box-shadow: 0 10px 30px #00000024;
  border-radius: 32px;
  position: relative;
  height: 328px;
  padding: 30px 22px;
  text-align: center;
  margin: 46px 0;
}
.num {
  position: absolute;
  left: 0;
  top: 0;
  height: 56px;
  width: 56px;
  background: #3572C6;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 32px;
  border-bottom-right-radius: 56px;
  padding-bottom: 8px;
  padding-right: 8px;
  font-size: 24px;
  color: #fff;
  font-weight: 600;
}
.cum-icon {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cum-text h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 11px;
}
.cum-text p {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  line-height: 24px;
}
.cum-btn {
  text-align: center;
  display: flex;
  justify-content: center;
}
/* cum-area-end */


/* rate-area-start */

.rate-area {
  background: #F8F8F8;
}
.rate-fl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:80px;
}
.rate-left {
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rate-right {
  width: 50%;
  padding-left: 120px;
}
.rateimg-text {
  position: absolute;
  right: 0;
  width: 286px;
  height: 128px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 30px #00000024;
  padding: 0 23px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rateimg-text h3 {
  font-size: 13px;
  color: #212121;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0px;
}
.rateimg-text p {
  font-size: 9px;
  color: #383838;
  font-weight: 600;
  line-height: 14px;
  margin: 0;
}
.rateimg-ster a {
  font-size: 11px;
}
.rateimg-ster {
  height: auto;
}
.rate-right h3 {
  max-width: 540px;
  font-size: 40px;
  color: #212121;
  font-weight: 700;
  margin-bottom: 10px;
}
.rate-right span {
  font-size: 12px;
  color: #212121;
  text-transform: uppercase;
  margin: 0;
  display: flex;
  align-items: center;
  font-weight: 600;
}
.rate-right p {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  line-height: 24px;
  max-width: 540px;
  margin-bottom: 20px;
}
.rate-btn {
  margin-top: 36px;
}
/* rate-area-end */

/* car-area-start */

.car-area {
  padding: 90px 70px;
}
.car-area .section-title {
  margin-bottom: 45px;
}
.car-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-car {
  width: 31%;
  box-shadow: 0 10px 30px #00000024;
  border-radius: 16px;
}
.car-img img {
  width: 100%;
}
.car-containt {
  padding: 25px 30px;
  text-align: center;
}
.car-con-title h3 {
  font-size: 24px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.car-con-title {
  margin-bottom: 25px;
}
.car-icon-fl {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.single-car-icon {
  width: 20%;
}
.single-car-icon img {
  margin-bottom: 7px;
}
.single-car-icon span {
  font-size: 12px;
  color: #212121;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}
.single-car-icon p {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.car-btn {
  display: flex;
  justify-content: center;
}
/* car-area-end */

/* review-area-start */

.review-area {
  padding: 100px 0;
  background: #F8F8F8;
}
.review-area .section-title {
  margin-bottom: 35px;
}
.single-review {
  background: #fff;
  border-radius: 16px;
  padding-top: 18px;
  padding-left: 35px;
  padding-right: 60px;
  padding-bottom: 20px;
  box-shadow: 0 10px 30px #0000001f;
  margin-top: 20px;
  margin-bottom: 37px;
}
.review-text h3 {
  font-size: 24px;
  color: #212121;
  font-weight: 700;
  margin: 0;
}
.review-text p {
  font-size: 16px;
  color: #3E3E3E;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.owl-dots button {
  height: 20px;
  width: 20px;
  background: #C9C9C9 !important;
  border-radius: 50%;
  margin: 0 7px;
  text-align: center;
}
.owl-dots {
  margin-top: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
}
.owl-dot.active {
  background: #3572C6 !important;
}
/* review-area-end */

/* dube-areas-start */

.dube-area {
  background: #3572C6;
  text-align: center;
  padding: 90px 0;
}
.dube-text h3 {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}
.dube-text p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}
.dube-text {
  max-width: 1360px;
  margin: auto;
}
/* dube-areas-end */

/* faq-area-start */

.faq-area {
  padding: 90px 0;
}
.faq-area .section-title {
  margin-bottom: 50px;
}
.faq-collaps button {
  border: 0 !important;
  background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 24px;
  color: #212121 !important;
  text-decoration: none !important;
  font-weight: 700;
  padding: 13px 0;
}
.card-header {
  background: transparent;
  padding: 0;
  border: 0;
}
.card {
  border: 0;
  border-bottom: 2px solid #000;
  border-radius: 0;
}
.card-body p {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
}
.card-body {
  padding-left: 0;
}
.faq-collaps {
  max-width: 1360px;
  margin: auto;
}
.faq-anss p:last-child {
  margin: 0;
}
/* faq-area-end */

/* footer-area-start */

.footer-area {
  padding: 50px 0;
  background: #3572C6;
}
.footer-fl {
  max-width: 1100px;
  margin: auto;
}
.footer-fl {
  display: flex;
  justify-content: space-between;
}
.footer-left {
  width: 38%;
}
.footer-lonk {
    width: 28.333333%;
}
.footer-logo {
  margin-bottom: 25px;
}

.footer-text p {
  font-size: 16px;
  color: #fff;
  line-height: 23px;
  margin: 0;
  font-weight: 600;
}
.footer-title h3 {
  font-size: 24px;
  color: #fff;
  font-weight: 600;
  padding-bottom: 13px;
  border-bottom: 1px solid #78A1D9;
}
.footer-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer-list ul li {
  margin-bottom: 10px;
}
.footer-list li a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.footer-listss a {
  display: block;
  margin-bottom: 19px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.footer-listss a img {
  margin-right: 16px;
}
.footer-listss {
  padding-right: 29px;
}
/* footer-area-end */


/* machine-area-start */

.machine-area {
  padding: 100px 0;
}
.machin-fl {
  max-width: 1150px;
  margin: auto;
  margin-top:50px !important;
}
.single-machine-fl {
  display: flex;
  justify-content: space-between;
}
.machin-left {
  width: 47%;
}
.machine-right {
  width: 49%;
}
.car-img.mac {
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 25px;
}
.car-icon-fl.mac {
  text-align: center;
}
.machine-title h3 {
  font-size: 48px;
  line-height: 47px;
  margin-bottom: 20px;
  font-weight: 700;
}
.mac-title h3 {
  font-size: 20px;
  color: #212121;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}
.mac-title {
  border-bottom: 2px solid #D6D6D6;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.single-mac-pur {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}
.single-mac-pur span {
  font-size: 16px;
  position: relative;
  color: #1B1B21;
  font-weight: 400;
  padding-left: 27px;
}
.single-mac-pur p {
  font-size: 16px;
  color: #1B1B21;
  font-weight: 700;
  margin: 0;
}
.single-mac-pur span:before {
  position: absolute;
  content: "";
  background: #3572C6;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-mac {
  margin-bottom: 20px;
}
.single-dim a {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #C9C9C9;
  margin-bottom: 15px;
}
.single-dim a span {
  font-weight: 700;
}
.single-dim a img {
  margin-right: 12px;
}
.single-dim {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.single-dim a:last-child {
  margin-right: 0;
  padding-right: 0;
  border: 0;
}
.mac-pur-alte ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mac-pur-alte li {
  font-size: 16px;
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
}
.mac-pur-alte li img {
  margin-right: 11px;
}
.single-machine-fl {
  margin-bottom: 80px;
}
.machine-area {
  padding-bottom: 20px;
}
/* machine-area-end */


/* service-area-start */

.service-area {
  padding: 80px 0;
  background: #F8F8F8;
}
.service-fl {
  max-width: 812px;
  margin: auto;
  margin-top: 50px;
}
.service-title h3 {
  font-size: 40px;
  color: #212121;
  margin-bottom: 12px;
  font-weight: 700;
}
.service-text p {
  font-size: 16px;
  color: #212121;
  font-weight: 400;
  line-height: 24px;
}
.service-list {
  margin-bottom: 23px;
}
.service-list h3 {
  font-size: 24px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 15px;
}

.service-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.service-list li {
  font-size: 16px;
  color: #212121;
  font-weight: 600;
  margin-bottom: 7px;
}
.service-list li img {
  margin-right: 10px;
}
.service-bor {
  border: 1px solid #CECECE;
  padding: 20px 0;
  padding-bottom: 5px;
  border-left: 0;
  border-right: 0;
  margin-bottom: 15px;
}
/* service-area-end */



/* contact-area-start */
/* The container */
.containers {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.containers input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  transform: translateY(-50%);
  border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.containers:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.containers input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.containers input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.containers .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}




.contact-area {
  background: #F8F8F8;
  padding: 80px 0;
}
.contact-box {
  box-shadow: 0 30px 60px #00000029;
  display: flex;
  justify-content: space-between;
}
.contact-text {
  width: 50%;
  background: #fff;
  padding: 40px 28px;
}
.contact-text-title h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 20px;
}
.contact-text-title {
  margin-bottom: 30px;
}
.contact-detles a {
  align-items: center;
  display: block;
  font-size: 18px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 15px;
}
.contact-detles a img {
  margin-right: 10px;
  max-width: 29px;
}
.contact-form-area {
  width: 50%;
  padding: 40px 0;
}
.contact-form {
  max-width: 525px;
  margin: auto;
}
.form-title h3 {
  font-size: 32px;
  color: #000000;
  font-weight: 700;
  margin: 0;
}
.form-title {
  margin-bottom: 30px;
}
.single-input label {
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 400;
  margin-bottom: 6px;
}
.single-input input {
  width: 100%;
  height: 64px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  padding: 0 30px;
  color: #000;
}
.single-input {
  margin-bottom: 15px;
}
.single-input-fl {
  display: flex;
  justify-content: space-between;
}
.single-input-fl .single-input {
  width: 49%;
}
.single-input textarea {
  color: #A0A0A0;
  width: 100%;
  height: 122px;
  border-radius: 8px;
  border: 0;
  background: #fff;
  font-size: 16px;
  padding: 10px 24px;
}
.single-check label {
  font-size: 12px;
  color: #000000;
  margin: 0;
}
.single-check {
  margin-bottom: 24px;
}
.contact-btn button {
  text-transform: uppercase;
  border: 0;
  cursor: pointer;
}
.single-input label span {
  color: #EA3E3E;
}
/* contact-area-end */



 /*ofcanva*/
 .offcanva {
  position: fixed;
  width: 300px;
  height: 100%;
  background: #fff;
  z-index: 99;
  top: 0;
  left: 0;
  transition: .3s;
  left: -100%;
}
.offcanva-menu {
    padding-top: 85px !important;
    overflow-y: scroll;
    height: 100%;
}
.offcanva-menu ul li a {
  font-size: 16px;
  color: #0000009e;
  padding: 12px 15px;
  display: block;
  border-bottom: 1px solid #ddd;
  transition: .3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: .3s;
  font-weight: 400;
}

.offcanva-menu ul li a[aria-expanded="true"] i {
transform: rotate(180deg);
transition: .3s;
}

.offcanva-menu ul li a[aria-expanded="false"] i {
transition: .3s;
}
.offcanva-menu ul li a:hover {
  background: #FFC821;
  padding-left: 40px;
}
.cross a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 24px;
  color: #0969DB;
}
.cross {
  position: absolute;
  top: 10px;
  right: 10px;
}
.bar a {
  width: 40px;
  height: 40px;
  /*! background: #0969DB; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  font-size: 23px;
  color: #000;
  font-weight: 900;
}
.bar {
  /*! position: absolute; */
  /*! top: 50%; */
  /*! transform: translateY(-50%); */
  /*! right: 0; */
}
.offcanva.active {
  left: 0;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 3;
  opacity: .3;
  transition: .3s;
  left: -100%;
  top: 0;
}
.overlay.active {
  left: 0;
}
.bar {
  display: none;
}

.offcanva-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.offcanva-menu ul li a:hover {
background: transparent;
color: #0969DB;
border-color: #0969DB;
}
.nice-number {
display: inline-flex;
justify-content: stretch;
align-items: center;
}
/*ofcanva*/




.trem-faq-top span {
  font-weight: 700;
}
.rate-ster a {
	color: #F05523;
}
.rateimg-ster a {
	color: #F05523;
}
.car-con-title h3 span {
	font-weight: 400;
}
.mb-20{
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}