@import url(https://fonts.googleapis.com/css?family=Ubuntu:700);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import "../css/flexslider.css";

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
	display: block
}

mark,
rp,
rt,
ruby,
summary,
time {
	display: inline
}

/* =========================Global properties ========================= */
html {
	width: 100%
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background: url(../images/bg-body.jpg) 0 0 repeat white;
	-webkit-text-size-adjust: none;
}

.main {
	max-width: 100%;
	margin: 0 auto;
	background: url(../images/bg-main.jpg) 0 0 repeat;
	height: auto;
}

p {
	padding-bottom: 18px;
}

/* ========================= fonts ========================= */
.txt-up {
	text-transform: uppercase;
}

.border-none {
	border: none !important;
}

.bg-none {
	background: none !important;
}

.dis-block {
	display: block;
}

.dis-inblock {
	display: inline-block;
}

.marg-left-0 {
	margin-left: 0 !important;
}

.marg-right-0 {
	margin-right: 0 !important;
}

.marg-left-right-0 {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.last-mbot {
	margin-bottom: 0 !important;
}

.last-pbot {
	padding-bottom: 0 !important;
}

.last-mpbot {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.col {
	color: #a32859;
}

.hov:hover {
	color: #000;
}

.bot {
	margin-bottom: 15px;
}

.bot-1 {
	margin-bottom: 25px;
	font-size: 24px;
}

.bot-2 {
	margin-bottom: 5px;
}

.bot-3 {
	margin-bottom: 50px;
}

.top {
	margin-top: -63px;
}

.top-1 {
	margin-top: 30px;
}

.gmail {
	text-transform: lowercase;
	font-size: 15px;
}

.container_12 .box-1 #HT h1{
	font-weight: bold;
	font-size: 22px;
}

/* ========================= Classes ========================= */
.clear {
	clear: both;
	line-height: 0;
	font-size: 0;
	width: 100%;
}

.wrapper,
.wrapper-extra,
.extra-wrap {
	overflow: hidden;
}

.wrapper-after:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

a[href^="tel:"] {
	color: inherit;
	text-decoration: none;
}

/* ========================= Google fonts ========================= */
h2,
h3,
h4 {
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	color: #2e2a30;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h3 {
	font-size: 22px;
	line-height: 28px;
	color: #2e2e2e;
	text-transform: uppercase;
	letter-spacing: -1px;
}

h4 {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.font18 {
	font-size: 18px;
	line-height: 21px;
	display: inline-block;
	color: #909090;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -1px;
}

a {
	color: #a32859;
	outline: none;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #000;
	text-decoration: none;
}

.button {
	display: inline-block;
	width: 92px;
	font-size: 16px;
	line-height: 24px;
	padding: 34px 0 34px 0;
	background: url(../images/bg-button.png) 0 0 repeat-x;
	color: #fff;
	z-index: 2;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}


.button:hover {
	background: url(../images/bg-button.png) 0 bottom repeat-x #8d1b43;
	color: #fff;
}

.button-1 {
	font-size: 18px;
	line-height: 24px;
	padding: 11px 22px 10px 22px;
	display: inline-block;
	background: url(../images/bg-button-1.jpg) 0 0 repeat-x;
	color: #fff;
	text-transform: uppercase;
}

.button-1:hover {
	background-position: 0 bottom;
	color: #fff;
}

figure.figure {
	padding: 5px;
	background: #fff;
	display: inline-block;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

figure.figure img {
	width: 100%;
}

/* ========================= header ========================= */
.over-head {
	background: #a32859;
	border-bottom: 6px solid #9a204e;
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 12px 0 13px 0;
}

.telephone {
	font-size: 15px;
}

.sign {
	text-align: right;
}

.sign a {
	color: #fff;
}

.sign a:hover {
	color: #000;
}

/* ========================= content========================= */
#content {
	padding: 88px 0 60px 0;
}

.divider {
	height: 1px;
	background: #d3d3d3;
	margin-bottom: 37px;
}

/* ========================= LISTS ========================= */
.list li {
	background: url(../images/bg-list-li.png) 0 7px no-repeat;
	padding: 10px 0 10px 39px;
	font-size: 13px;
	line-height: 18px;
}

.list a {
	color: #a32859;
}

.list a:hover {
	color: #000;
}


/* ========================= hovers ========================= */
.img-block {
	border-radius: 49%;
}

.box {
	text-align: center;
	padding-bottom: 37px;
}

.box-1 {
	margin-bottom: 39px;
	width: 100%;
}

#testimoni {
	margin-left: 600px;
}

.tabs {
	margin-bottom: 37px;
}

.tabs>div {
	position: relative;
	overflow: hidden;
}

.div-content {
	background: url(../images/bg-tabs.jpg) 0 0 repeat-x;
}

.tabs .tab-content {
	letter-spacing: -1px;
	text-shadow: 1px 0 #000;
	font-size: 26px;
	line-height: 36px;
	padding: 44px 34px 10px 34px;
	color: #fff;
	font-weight: bold;
	background: url(../images/tab-content.png) 34px 34px no-repeat;
}

.tabs .tab-content span {
	font-size: 12px;
	line-height: 16px;
	color: #c7c5c5;
	text-shadow: none;
	letter-spacing: normal;
	white-space: nowrap;
}

.tabs .tab-content span a {
	color: #c7c5c5;
}

.tabs .tab-content span a:hover {
	color: #000;
}

.tabs ul.nav {
	list-style-image: none;
	display: inline-block;
	overflow: hidden;
}

.tabs ul.nav li {
	display: inline-block;
	margin-top: 10px;
	margin-left: 65px;
}

.tabs ul.nav li a {
	background: url(../images/tabs-li.png) right 0 no-repeat;
	display: inline-block;
	width: 13px;
	height: 13px;
}


.tabs ul.nav li.selected a,
.tabs ul.nav li:hover a {
	background-position: 0 0;
}

.clients li {
	display: inline-block;
	float: left;
	margin: 0 73px 0 0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
	animation-play-state: paused;
	animation: infinite;
}


.clients li+li {
	margin-right: 67px;
}

.clients li+li+li {
	margin-right: 51px;
}

.clients li+li+li+li {
	margin-right: 50px;
}

.list-block li {
	overflow: hidden;
	display: block;
	padding: 25px 0 0 0;
	margin: 0 0 11px 0;
	border-top: 1px solid #e9e4e6;
}

.list-block li:first-child {
	border-top: none;
	padding: 0;
}

.list-block li span {
	font-size: 36px;
	line-height: 44px;
	display: block;
	background: url(../images/number.png) 0 0 no-repeat;
	font-weight: bold;
	position: relative;
	float: left;
	width: 51px;
	padding: 3px 0 4px 0;
	margin: 0 20px 0 0;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	color: #fff;
}

.list-block li strong {
	font-weight: normal;
	display: block;
	overflow: hidden;
	padding-bottom: 18px;
}

.list-block li span:after {
	position: absolute;
	content: '';
	background: url(../images/number-after.png) 0 0 no-repeat;
	width: 51px;
	height: 13px;
	bottom: -13px;
	left: 0;
}

.box-2 {
	padding-bottom: 2px;
	margin: 0 0 0 -29px;
}

.box-2 .block {
	float: left;
	margin: 0 0 29px 29px;
}

.block {
	background: #fff;
	width: 330px;
	height: 350px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-shadow: 1px 0 1px rgba(0, 0, 0, 0.11);
}

.block img {
	margin-bottom: 11px;
}


#content .main h1, h2 {
	font-size: 18px;
	color: rgb(36, 35, 35);
	text-transform: uppercase;
}
#content .main #mainHeading{
	font-size: 20px;
}

#content .main h2{
	font-size: 22px;
	color: rgb(36, 35, 35);
	text-transform: uppercase;
}

#content .container_12 .wrapper .grid_4 #contact{
	font-size: 24px;
	line-height: 30px;
	color: #2e2a30;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#content .container_12 .wrapper .grid_4 #bot{
	font-size: 22px;
	color: rgb(36, 35, 35);
	text-transform: uppercase;
	font-weight: bold;
}

#content .container_12 .wrapper .grid_8 #form{
	font-size: 24px;
	line-height: 30px;
	color: #2e2a30;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.bot-2{
	font-size: 22px;
}

#content .container_12 .wrapper .grid_8 #makes_vertex{
	font-size: 24px;
	line-height: 30px;
	color: #2e2a30;
	text-transform: uppercase;
	letter-spacing: -1px;
}

#content .main .heading_5 p {
	text-align: justify;
	font-size: 18px;
	color: rgb(88, 86, 86);
	line-height: 1.5;
}

#about{
	color: rgb(54, 53, 53);
}

#content .main .main_img img {
	width: 300px;
	border: 1px solid black;
}

#content .main .main_img_all img {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 1px solid black;
}

.main #content .main #digital_img img {
	width: 250px;
	height: 250px;
}

#content .main #digital_packing {
	margin-right: 70px;
}

#content .main #digital_packing img {
	border-radius: 0%;
	width: 250px;
	height: 250px;
}

.img-block-1 {
	background: #fff;
	padding: 15px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11);
	margin: 0 0 21px 0;
}

.img-block-1 img {
	width: 100%;
	margin-bottom: 11px;
}

.calibration {
	font-size: medium;
	color: rgb(54, 53, 53);
}

.box-3 {
	margin-bottom: 45px;
}

.div-admin {
	overflow: hidden;
	color: #A32859;
}

.block-2 {
	overflow: hidden;
	margin-bottom: 28px;
}

.block-2 h3 {
	font-size: 20px;
	margin-bottom: 9px;
	overflow: hidden;
}

.block-2 .extra-wrap {
	text-align: right;
	padding: 37px 6px 0 0;
}

.block-3 {
	overflow: hidden;
}

.block-3 .figure {
	margin: 0 20px 0 0;
}

.time {
	display: block;
	float: left;
	width: 51px;
	height: 51px;
	background: url(../images/number.png) 0 0 no-repeat;
	text-align: center;
	font-size: 15px;
	margin: 0 18px 0 0;
}

.time strong {
	display: block;
	color: #fff;
	padding: 10px 0 0 0;
}

.time strong span {
	display: block;
	margin: -3px 0 0 0;
}

#contact-form {
	padding: 2px 0 0 0;
	position: relative;
}

#contact-form .success {
	width: 246px;
	padding: 10px;
	position: absolute;
	background: #a8a8a8;
	color: #fff;
	left: 0;
	right: 0;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 100;
}


#contact-form textarea,
#contact-form input {
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	color: #a8a8a8;
	padding: 8px 14px;
	outline: none;
	position: relative;
	border: 1px solid #e5e5e5;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}


#contact-form input {
	width: 347px;
	height: 36px;
}

#contact-form textarea {
	overflow: auto;
	width: 620px;
	height: 283px;
	resize: none;
	float: left;
	margin: 0 0 0 0;
}

#contact-form .div-label {
	min-height: 46px;
	overflow: hidden;
}

#contact-form label {
	display: inline-block;
	position: relative;
}

#contact-form label.message {
	display: block;
	padding-bottom: 0;
}

#contact-form .button {
	margin-left: 8px;
}

#contact-form .error,
#contact-form .empty,
#contact-form .success {
	display: none;
}

#contact-form .error,
#contact-form .empty {
	text-align: left;
	font-size: 11px;
	clear: both;
	position: absolute;
	right: 5px;
	top: 10px;
}

#contact-form .buttons2 {
	overflow: hidden;
	text-align: right;
	position: relative;
	clear: both;
	padding-top: 29px;
}

#contact-form .buttons2 a {
	cursor: pointer;
	margin-top: 0;
	text-align: center;
	margin-left: 20px;
}

#contact-form span {
	display: block;
	margin: 0px 0 0 5px;
}

.map_wrapper {
	overflow: hidden;
	display: inline-block;
	margin-bottom: 29px;
}

#map_canvas {
	width: 289px;
	height: 348px;
}

.adress {
	font-size: 13px;
	line-height: 18px;
	color: #242323;
}

.adress span {
	display: inline-block;
	width: 83px;
}

.adress dt {
	color: #8b3e5f;
}

.adress dt strong {
	font-weight: normal;
}

.adress a {
	color: #8b3e5f;
	text-decoration: underline;
}

.adress a:hover {
	color: #252832;
}


footer {
	background: url(../images/bg-footer.jpg) 0 0 repeat-x #1d181c;
	border-top: 6px solid #a32859;
	padding: 48px 0 70px 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #6a6a6a;
}

#footerAddress li:hover {
	color: white;
}

.copy {
	color: #ff3c8a;
	margin-left: 700px;
}

.copy li {
	font-size: 12px;
}

.copy a {
	color: #fff;
}

.copy a:hover {
	color: #fff;
}

.soc-icon {
	position: relative;
}

.social {
	position: absolute;
	top: -5px;
	right: 10px;
}

.social li {
	float: left;
	margin: 0 0 0 1px;
}

.social a {
	display: inline-block;
}

.social a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#soc1 {
	background: url(../images/icon.png) 0 0 no-repeat;
}

#soc2 {
	background: url(../images/icon1.png) 0 0 no-repeat;
}

#soc3 {
	background: url(../images/icon2.png) 0 0 no-repeat;
}

#soc4 {
	background: url(../images/icon3.png) 0 0 no-repeat;
}

video {
	width: 790px;
	height: 410px;
}


/* ========================= RESPONSIVE LAYOUTS ========================= */
@media only screen and (max-width: 995px) {
	body {
		min-width: 768px;
	}

	h3 {
		font-size: 18px;
	}

	.main-head {
		text-align: center;
	}

	header h1 {
		display: inline-block;
		float: none;
	}

	.tabs .tab-content {
		font-size: 20px;
		line-height: 24px;
		padding: 50px 40px 20px 40px;
	}

	.clients li {
		display: inline-block;
		float: left;
		margin: 0 10px 0 0 !important;
	}

	.map_wrapper {
		overflow: hidden;
		display: block;
		width: 100%;
		margin-bottom: 29px;
	}

	#map_canvas {
		width: 100%;
		height: 248px;
	}

	#contact-form label {
		display: block;
	}

	#contact-form textarea,
	#contact-form input {
		width: 100%;
	}

	.social {
		position: relative;
		margin: 20px 0 0 0;
		right: 0 !important;
	}

	.main-slider .container_12 .clearfix {
		width: 500px;
		height: 280px;
	}

	video {
		width: 490px;
		height: 260px;
		margin-left: -5px;
		
	}
}




@media only screen and (max-width: 767px) {
	body {
		min-width: 420px;
	}

	.main .over-head .main-head {
		height: 10px;
	}

	.main-head .container_12 h1 {
		width: 80px;
		height: auto;
	}

	.main-head .container_12 h4 {
		margin-left: 0px;
		font-size: 10px;
		display: none;
	}

	.main-head .container_12 h6 {
		margin-left: 0px;
		font-size: 10px;
		display: none;
	}

	.list-block li span:after {
		display: none;
	}

	header h1 {
		display: block;
		margin: 0;
	}

	.box .img-block {
		width: 100%;
	}

	.divider {
		margin-bottom: 20px;
	}

	.clients li {
		display: block;
		float: left;
		margin: 0 15px 10px 0 !important;
	}

	.img-indent figure.figure {
		float: left;
		margin: 0 19px 10px 0;
	}


	.img-indent .extra-wrap {
		overflow: visible;
	}

	.img-indent .font18 {
		display: block;
	}

	.block-3 .extra-wrap {
		overflow: visible;
	}

	.block-3 figure.figure {
		margin-bottom: 10px;
	}

	.block-3 .font18 {
		display: block;
	}

	
}


@media only screen and (max-width: 479px) {
	body {
		min-width: 300px;
	}

	.clients li {
		float: none;
	}

	.box-2 {
		margin: 0;
	}

	.box-2 .block {
		float: none;
		margin: 0 0 15px 0;
	}

	.img-indent figure.figure {
		float: none;
		margin: 0 0 10px 0;
		width: 100%;
	}

	.block-2 {
		margin-bottom: 10px;
	}

	.block-3 figure.figure {
		display: block;
		width: 100%;
		float: none;
		margin: 0 0 15px 0;
	}

	.main-slider .container_12 .clearfix {
		width: 300px;
		height: 180px;

	}

	video {
		width: 290px;
		height: 200px;
		margin-top: -40px;
	}
}

    .whatsapp_main {
      position: fixed;
      bottom: 40px;
      right: 20px;
      text-align: right;
    }

    @media only screen and (max-width: 1024px) {
      .whatsapp_img {
        width: 90%;
        height: 130px;
      }
    }

    @media only screen and (max-width: 768px) {
      .whatsapp_img {
        width: 90%;
        height: 110px;
      }
    }

    @media only screen and (max-width: 600px) {
      .whatsapp_img {
        width: 90%;
        height: 90px;
      }
    }

    .custom-video {
      width: 640px;
      height: 360px;
    }

	.footer_address{
		color: white;
		font-weight: bold;
	}

	#Our_Customer{
		vertical-align:middle;
		text-align:center; 
		color: maroon;
	}

	#content .main .all_H2{
		font-size: 18px;
		font-weight: bold;
	}

	.bold{
		font-weight: bold;
		/* width: 500px; */
	}



	/* .................................................................. New app Launched update .................................................................. */


    /* Custom Keyframes for Blinking Effect */
    @keyframes blink-animation {
        0%, 100% { background-color: #a32859; }
        50% { background-color: #ebc1bf; }
    }
    
    #launch-notification-bar {
        width: 100%;
        position: relative;
        color: #FFFFFF;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        cursor: pointer;
        /* margin-bottom: 1rem; */
		margin-top: 72px;
        animation: blink-animation 1.5s infinite;
        font-family: Arial, sans-serif;
    }

    /* Inner Content Container */
    #notification-content {
        max-width: 1280px;
        margin-left: auto;
        margin-right: auto;
		margin-bottom: -70px;
        padding: 0.5rem 1rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        transition: background-color 0.3s;
    }

    /* Icon Bounce */
    @keyframes bounce-icon {
        0%, 100% { transform: translateY(0); }
        50% { transform: translateY(-5px); }
    }

    .bounce-icon-svg {
        animation: bounce-icon 1s infinite;
        height: 1.5rem; 
        width: 1.5rem; 
        color: #fcd34d;
    }

    .text-container {
        display: flex;
        align-items: center;
        flex-grow: 1;
        justify-content: center;
    }
    
    @media (min-width: 640px) {
        .text-container {
            justify-content: flex-start;
            flex-grow: 0.9;
        }
    }

    .announcement-text {
        font-size: 0.875rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.05em;
        margin-left: 0.75rem;
        text-align: center;
		margin-top: 3px;
    }
    
    @media (min-width: 640px) {
        .announcement-text {
            font-size: 1rem;
        }
    }

    /* Action Button (Desktop Only) */
    .action-button-wrapper {
        display: none;
    }

    @media (min-width: 640px) {
        .action-button-wrapper {
            display: block;
        }
    }

    .action-button {
        display: inline-block;
        padding: 6px 1px 16px 20px;
        font-size: 0.675rem;
        font-weight: 600;
        color: #b91c1c;
        background-color: #fcd34d;
        border-radius: 9999px;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: all 0.3s;
        text-decoration: none;
		width: 140px;
		height: 30px;
    }

    .action-button:hover {
        background-color: #ffffff;
        transform: scale(1.05);
    }
