/**
*****************************************
	Theme Name: Packsense (Pvt) Ltd
	Author: ANTS Creation
	Author URI: http://www.ants.lk
	Version: 1.0
******************************************
**/

/***************************
    Font
****************************/
@font-face{
	font-family: "Poppins Light";
	src: url("../fonts/Poppins-Light.ttf");
}
@font-face{
	font-family: "Poppins Regular";
	src: url("../fonts/Poppins-Regular.ttf");
}
@font-face{
	font-family: 'Poppins Medium';
	src: url("../fonts/Poppins-Medium.ttf");
}
@font-face{
	font-family: 'Poppins Bold';
	src: url("../fonts/Poppins-Bold.ttf");
}
@font-face{
	font-family: 'Rubik Medium';
	src: url("../fonts/Rubik-Medium.ttf");
}
@font-face{
	font-family: 'Rubik Regular';
	src: url("../fonts/Rubik-Regular.ttf");
}

/***************************
    Layout
****************************/
body {
    font-family: "Poppins Regular";
    font-weight: normal;
    font-style: normal;
    scroll-behavior: smooth;
}
.table,
.table-cell {
    display: table;
    height: 100%;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}
.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.btn {
    border-radius: 0px;
}
a:focus,
.btn:focus {
    text-decoration: none;
    outline: none;
}
a:focus,
a:hover {
    text-decoration: none;
}
a,
button,
input {
    outline: medium none;
}
button:focus,
.form-control:focus{
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
	border-color: transparent;
	box-shadow: none;
}
.uppercase {
    text-transform: uppercase
}
.capitalize {
    text-transform: capitalize
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin: 0px;
    font-style: normal;
}
p {
    font-weight: normal;
    font-size: 0.95rem;
    margin: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    list-style: none
}
label {
    font-size: 0.9rem;
    font-weight: 400;
}
*::-moz-selection {
    text-shadow: none;
}
::-moz-selection {
    text-shadow: none;
}
::selection {
    text-shadow: none;
}

/*************************
    Input
*************************/
input {
    background: transparent none repeat scroll 0 0;
    box-shadow: none;
}
select {
    box-shadow: none;
}
input:focus {
    background: transparent;
}
textarea {
    resize: vertical;
    padding: 10px;
    width: 100%;
}
textarea:focus {
    background: transparent;
    outline: none;
}
::-moz-placeholder {
    font-size: 13px;
}


/* =================================== */
/*  Back Button
/* =================================== */
#back_button {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#back_button::after {
    font-family: "Font Awesome 5 Free";
    content: "\f077";
    display: inline-block;
    vertical-align: middle;
    font-weight:900;
    font-size: 1.2em;
    line-height: 38px;
    color: var(--dx-white);
}
#back_button:hover {
    cursor: pointer;
    background-color: var(--orange);
}
#back_button:active {
  	background-color: var(--orange);
}
#back_button.show {
  	visibility: visible;
	background-color: var(--orange);
	opacity: 0.5;
}


.rev_slider_wrapper, .rev_slider, .tp-fullwidth-forcer, .rev_slider .tp-bgimg.defaultimg {
    max-height: 580px !important;
}
.rev_slider .tp-mask-wrap .tp-caption {
    text-align: left !important
}
.rev_slider .tp-parallax-wrap{
	left: 100px !important;
}
.slider-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(1, 36, 72, 0.73) 0%, rgba(2, 24, 47, 0) 60%, rgba(255, 255, 255, 0) 100%);
}

.home-about-area {
	padding: 50px 0;
}
.home-journy{
	display: flex;
	padding: 0 0 0 30px;
}
.home-journy h2{
	font-family: "Poppins Bold";
	color: var(--light-orange);
	margin: 0;
	font-size: 9rem;
	line-height: 140px;
}
.home-journy h3{
	line-height: 35px;
    padding: 50px 0 0 0;
    font-family: "Poppins Bold";
    font-size: 2rem;
    text-transform: uppercase;
}
.home-about{
	position: relative;
}
.home-about h4{
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	float: left;
    position: absolute;
    left: -97px;
    top: 125px;
    font-size: 2rem;
    line-height: 0;
	font-family: 'Poppins Light';
	text-transform: uppercase;
	color: var(--dark-blue);
}
.home-about p{
	font-family: "Rubik Regular";
	line-height: 30px;
	font-size: 0.9rem;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
}
.home-about a{
	margin: 0 0 0 30px;
	font-family: "Rubik Medium";
	color: var(--orange);
}
.home-about a:hover{
	color: var(--dark-blue);
	text-decoration: underline;
}

.we-do-area{
	background: linear-gradient(90deg, rgb(255, 146, 60) 5%, rgba(255, 112, 0, 0) 80%),url(../images/we-do-bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 55px 0;
	min-height: 400px;
}
.we-do h2{
	font-family: "Poppins Bold";
	color: var(--black);
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.we-do p{
	font-family: "Rubik Regular";
	font-size: 1rem;
	line-height: 25px;
	text-align: justify;
}
.we-do ul{
	list-style: none;
	margin: 20px 0 0 0;
}
.we-do li{
	display: inline-block;
	padding: 0 20px 0 0;
}
.we-do a{
	margin: 20px 0 0 0;
	font-family: "Rubik Medium";
	color: var(--black);
	display: block;
}
.we-do a:hover{
	color: var(--dark-blue);
	text-decoration: underline;
}

.product-area {
	padding: 55px 0 15px 0;
}
.title-area{
	margin: 0 0 35px 0;
}
.title-area h2{
	text-align: center;
	font-family: "Poppins Bold";
	color: var(--black);
	font-size: 2.5rem;
	text-transform: uppercase;
	margin: 0 0 15px 0;
}
.title-area p{
	text-align: center;
	padding: 0 50px;
	font-family: "Rubik Regular";
	font-size: 0.9rem;
	line-height: 25px;
	margin: 0 0 10px 0;
}
.home-product-bg {
	border: 1px solid var(--gray);
	border-radius: 10px;
	background-color: var(--white);
	padding: 25px 20px;
	display: flex;
	margin: 0 25px;
}
.product-details {
	padding: 0 0 0 15px;
}
.product-details h3{
	font-family: 'Poppins Bold';
	font-size: 1.2rem;
	line-height: 28px;
	margin: 0 0 10px 0;
	color: #000;
}
.product-details p{
	font-family: "Rubik Regular";
	font-size: 0.9rem;
	line-height: 25px;
	color: #000;
}
.product-details .readbtn{
	margin: 20px 0 0 0;
	font-family: "Rubik Medium";
	color: var(--black);
	display: block;
}
.product-details a:hover{
	color: var(--dark-blue);
	text-decoration: underline;
}
.product-home .owl-nav button.owl-next, 
.product-home .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    top: 46%;
    position: absolute;
    cursor: pointer;
    margin-top: -12px;
    font-size: 2.5rem;
}
.product-home .owl-next {
    right: -25px;
}
.product-home .owl-prev {
    left: -25px;
}
.more-product {
	text-align: center;
	padding: 35px 0;
}
.more-product a{
	text-align: center;
	padding: 7px 15px;
	border: 2px solid var(--orange);
	color: var(--black);
	font-size: 1rem;
}
.more-product a:hover{
	background-color: var(--orange);
	color: var(--white);
}

.page-inner-header,
.page-banner-outer{
	position: relative;
    min-height: 345px;
}
.page-inner-header:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, rgb(255, 146, 60) 5%, rgba(255, 112, 0, 0) 80%);
}
.page-banner-area {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    position: absolute;
    bottom: 15%;
    left: 15px;
}
.page-banner-area h1 {
    font-size: 2.1rem;
    font-weight: 600;
    color: var(--black);
    margin: 0;
	text-transform: uppercase;
	font-family: "Poppins Medium";
	letter-spacing: 1px;
}
.page-breadcrumb, .breadcrumb {
	font-family: "Rubik Regular";
	font-size: 0.75rem;
	background-color: transparent;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 5px 0;
    margin: 0;
}
.page-breadcrumb ul.breadcrumb li+li:before {
    content: ">";
	padding:0 8px 0 8px;
}
.page-breadcrumb ul.breadcrumb li a{
	color: var(--black);
}
.page-breadcrumb ul.breadcrumb li a:hover, a:active{
	color: var(--dark-blue) !important;
}
.about-title h4{
	font-family: "Poppins Medium";
	font-size: 1.3rem;
	color: var(--blue);
	position: relative;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.about-title h4::after{
	content: "";
    display: inline-block;
    width: 35px;
    height: 2px;
    top: 10px;
    background: var(--blue);
    position: absolute;
    left: 135px;
}
.about-para p{
	font-family: "Rubik Regular";
	line-height: 30px;
	font-size: 0.9rem;
	margin: 0 0 10px 0;
	padding: 0 0 0 30px;
	text-align: justify;
}
.about-title h1{
	font-family: 'Poppins Bold';
    font-size: 1.5rem;
    text-transform: uppercase;
}
.about-journy{
	padding: 15px 0 0 0;
}
.vision-area{
	background-color: var(--blue);
}
.vision-image{
    margin-right: -65px;
}
.vision-image img {
    max-width: none;
    float: right;
}
.vision-content{
	position: relative;
    margin-left: 35px;
    padding: 50px 50px 50px 70px;
}
.arrow-box {
    top: 35%;
    left: -47px;	
    position: absolute;
}
.arrow-box i {
    color: var(--blue);
    font-size: 10rem;
    line-height: 125px;
}
.vision-content h2{
	color: var(--white);
    font-size: 2rem;
	margin: 0 0 10px 0;
    font-family: "Poppins Bold";
    position: relative;
    text-transform: uppercase;
}
.vision-content h2::before{
	left: -25px;
    width: 19px;
    height: 4px;
    top: 16px;
    background: var(--white);
    content: "";
    display: inline-block;
    position: absolute;
}
.vision-content p{
	color: var(--white);
    font-size: 0.95rem;
    line-height: 25px;
}
.mission-area{
	margin: 0 0 50px 0;
}
.chairman-msg-area{
	padding: 50px 0;
}
.chairman-msg-title h2{
	font-family: "Poppins Medium";
	font-size: 1.6rem;
	color: var(--blue);
	position: relative;
	text-transform: uppercase;
	margin: 0 0 25px 0;
}
.chairman-msg-title p{
	font-family: "Rubik Regular";
	line-height: 25px;
	font-size: 0.9rem;
	color: var(--black);
	text-align: justify;
	margin: 0 0 15px 0;
}
.chairman-msg-title h3{
	font-family: 'Rubik Medium';
	font-size: 1.2rem;
	line-height: 20px;
}
.chairman-msg-title span{
	font-size: 0.9rem;
	font-family: "Rubik Regular";
}

.product-bg{
	padding: 50px 0;
}
.product-para p{
	font-family: "Rubik Regular";
	text-align: center;
	margin: 0 0 40px 0;
	line-height: 25px;
}
.product-image-inner{
	padding: 0;
}
.inner-product-bg{
	margin: 15px;
	padding: 25px 20px;
}

.product-main-title h2{
	font-family: "Poppins Bold";
	font-size: 1.5rem;
	margin: 0 0 15px 0;
	text-transform: uppercase;
}
.product-inner{
	border: 1px solid var(--gray);
	border-radius: 10px;
}
.product-inner .item{
	margin: 15px;
	position: relative;
}
.product-image-slider{
	padding: 0 15px;
}
.product-inner .owl-nav button.owl-next, 
.product-inner .owl-nav button.owl-prev {
    border: none;
    padding: 0!important;
    top: 46%;
    position: absolute;
    cursor: pointer;
    margin-top: -12px;
    font-size: 1.5rem;
}
.product-inner .owl-next {
    right: -25px;
}
.product-inner .owl-prev {
    left: -25px;
}
.product-inner-detail{
	padding: 20px 0 0 0;
}
.product-inner-detail p{
	font-family: "Rubik Regular";
	line-height: 30px;
	text-align: justify;
	margin: 0 0 15px 0;
	}
.product-inner-detail a{
    padding: 7px 15px;
    border: 2px solid var(--orange);
    color: var(--black);
    font-size: 1rem;
    margin: 15px 0;
    display: inline-block;
}
.product-inner-detail a:hover {
    background-color: var(--orange);
    color: var(--white);
}
.related-product-title h4{
	background-color: var(--black);
	padding: 10px 15px;
	color: var(--white);
	font-size: 1.1rem;
}
.related-product-name ul{
	background-color: var(--gray);
	padding: 15px;
}
.related-product-name ul li{
	border-bottom: 1px dotted var(--black);
	padding: 10px 0;
}
.related-product-name ul li:first-child{
	padding: 0 0 10px 0;
}
.related-product-name ul li:last-child{
	border-bottom: none;
	padding: 10px 0 0 0;
}
.related-product-name ul li a{
	font-family: 'Rubik Medium';
	color: var(--black);
	font-size: 0.9rem;
	line-height: 18px;
}
.related-product-name ul li a:hover{
	color: var(--light-orange);
}

.achievement-area {
	display: flex;
}
.achievement-detail {
	padding: 0 0 0 20px;
	display: inline-block;
	margin: auto 0;
}
.achievement-detail p {
	display: inline-block;
  	vertical-align: middle;
	font-family: "Rubik Medium";
	font-size: 1rem;
	margin: 0 0 15px 0;
}
.achievement-area-outter hr{
	margin: 20px 0;
	border-top: 1px solid var(--blue);
	opacity: 0.5;
}
.event-para{
	margin: 0 0 20px 0;
}
.event-para p{
	font-family: "Rubik Regular";
	font-size: 0.9rem;
	line-height: 30px;
	padding: 0 50px;
	text-align: center;
}


.event-item {
    position: relative;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    margin: 0 0 20px 0;
    border-radius: 10px;
}
.event-date{
    color: var(--black);
    font-family: 'Rubik Regular';
    font-size: 0.8rem;
}
.snip1282 {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	border-radius: 10px 10px 0 0;
}
.snip1282 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.8s ease;
	transition: all 1s ease;
}
.snip1282 img {
	opacity: 1;
	width: 100%;
	border-radius: 0;
	background-size: cover;
}
.snip1282:hover img,
.snip1282.hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.event-card-body{
    padding: 10px 15px 15px 15px;
    background-color: var(--white);
    border-radius: 10px;
	overflow: hidden;
}
.event-card-body h2{
    font-family: 'Poppins Medium';
    font-size: 1.2rem;
    margin: 0;
    color: var(--blue);
}
.event-card-body p{
    font-family: 'Rubik Regular';
    font-size: 0.85rem;
    text-align: justify;
    margin: 3px 0 6px 0;
    color: var(--black);
}
.event-read-more{
    font-family: 'Poppins Medium';
    font-size: 0.85rem;
    color: var(--black);
	position: relative;
}
.event-read-more:hover{
    color: var(--orange);
}
.event-read-more i{
	font-size: 0.75rem;
	padding: 0 5px 0 0;
}

.contact-bg {
    padding: 50px 0 15px 0;
}
.contact-detail-area{
	position: relative;
    padding: 50px 35px 45px;
    background-color: var(--orange);
    -webkit-box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
    -ms-box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
    box-shadow: 0px 0px 45px rgba(0,0,0,0.20);
}
.contact-detail-area h3{
	font-family: "Poppins Medium";
	color: var(--white);
	font-size: 1.5rem;
	margin: 0 0 8px 0;
}
.contact-detail-area p{
	color: var(--white);
	font-size: 0.9rem;
	margin: 0 0 5px 0;
	font-family: "Rubik Regular";
}
.contact-detail li{
	padding: 0 0 20px 0;
}
.contact-detail li p{
	color: var(--white);
	position: relative;
	padding: 0 0 0 25px;
}
.contact-detail li p sapn{
	position: absolute !important;
    left: 0;
    font-size: 1.1rem;
}
.contact-detail li a{
	color: var(--white);
	line-height: 25px;
}
.contact-detail li a:hover{
	color: var(--black);
}
.social-link ul{
	list-style: none;
	margin: 0 0 45px 0;
}
.social-link ul li{
	display: inline-block;
	padding: 0 10px 0 0;
}
.social-link ul li a{
	width: 40px;
    height: 40px;
    border: 1px solid var(--white);
    border-radius: 3px;
    color: var(--white);
    display: block;
    text-align: center;
    line-height: 40px;
}
.social-link ul li a:hover{
	color: var(--orange);
	background-color: var(--white);
}
.open-time h2 {
    font-family: "Poppins Medium";
    color: var(--white);
    font-size: 1.5rem;
    margin: 0 0 8px 0;
}
.open-time ul li{
	display: inline-block;
	font-family: "Rubik Regular";
	font-size: 1rem;
	color: var(--white);
}
.open-time ul li.week{
	width: 30%;
}
.open-time ul li.work-time{
	width: 70%;
}
.contact-form-outter h3{
	font-family: "Poppins Medium";
	color: var(--black);
	font-size: 1.5rem;
	margin: 0 0 10px 0;
}
.contact-form-outter p{
	font-family: "Rubik Regular";
	font-size: 0.9rem;
	color: var(--black);
	margin: 0 0 30px 0;
}
.contact-form form .form-group .form-control {
	position: relative;
	height: 50px;
	border: 1px solid var(--gray);
	font-family: "Rubik Regular";
	padding: 6px 12px 6px 45px;
	width: 100%;
	display: block;
    overflow: hidden;
}
.contact-form form .form-group {
	margin: 0 0 25px 0;
}
.contact-form form .form-group i{
	position: absolute;
    z-index: 999;
    line-height: 50px;
    left: 30px;
	color: var(--gray);
}
.contact-form form .form-group .form-control:focus{
	border: 1px solid var(--black);
}
.contact-form form .form-group textarea{
	height: auto !important;
	padding: 6px 12px 6px 12px !important;
}
.contact-form form .form-group .btn{
	background-color: var(--light-orange);
	border: none;
	padding: 10px 15px;
	font-family: "Roboto Regular";
	color: var(--white);
	border-radius: 3px;
}
.map-responsive2 {
    overflow: hidden;
    padding-bottom: 35.25%;
    position: relative;
    height: 0;
    z-index: 0;
    min-height: 450px;
}
.map-responsive2 iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 0;
}
.quality p{
	font-family: "Rubik Regular";
	font-size: 0.95rem;
	line-height: 30px;
	text-align: justify;
	margin: 0 0 15px 0;
}

.event-detail h2{
	font-family: "Poppins Medium";
	color: var(--dark-blue);
	font-size: 1.8rem;
	text-align: left;
	margin: 0 0 5px 0;
}
.event-detail h4{
	color: var(--black);
	font-size: 1rem !important;
	text-align: left;
	margin: 0 0 10px 0;
}
.event-detail p{
	color: var(--black);
	font-size: 0.9rem !important;
	text-align: justify;
	line-height: 25px;
	margin: 0 0 30px 0;
	font-family: "Rubik Regular";
}

.snip1281 {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 8px 0;
	width: 100%;
	text-align: center;
}
.snip1281 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
}
.snip1281 img {
	opacity: 1;
	max-width: 100%;
}
.snip1281 figcaption {
	position: absolute;
	bottom: 5%;
	left: 0;
	width: 100%;
	padding: 0 30px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.snip1281 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
.snip1281:hover img,
.snip1281.hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}


/*---- make css changes after developing ---*/
.social-link ul li a i{
    line-height: 40px;
}
/*--- quality policy -----*/
.quality-area{
    padding: 50px 0;
    background: linear-gradient(-90deg, rgb(255, 146, 60) 30%, rgba(255, 112, 0, 0) 120%);
}
.quality-area .we-do a{
	text-align: right !important;
}
.quality-bg{
	padding: 50px 0;
}