﻿@charset "utf-8";

/* CSS Document */
html {
  scroll-behavior: smooth;
}

.allerta{
	font-family: 'Allerta Stencil', sans-serif;
}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: normal !important;
}
.header-bg {
    background: url("../images/strip.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}
.logo-img{
	position: relative;
    top: -22px;
	z-index: 99999;
}
.font-30{
	font-size:30px;
}

.logo {	
    font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #303030;
}
.logo a{
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: normal;
	color: #303030;
}
.dotted-image {
    position: absolute;
    right: 200px;
    z-index: -1;
    margin-top: -85px;
}
.dotted-image-1{
	position: absolute;
    right: 150px;
    z-index: -1;
}
/*.mobilelogo {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color:#fff;
}*/
.navbar-nav li a.active{
	background:transparent !important;
	color:#d92027 !important;
}
a.nav-link {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #303030;
}
a.nav-link.active {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #ffffff;
	background-color: #303847;
	border-right:solid 5px #d92027;
}
.border-right {
	border-right: 2px solid #dee2e6 !important;
}

/* Navs */

/*.nav a:hover {
	color:#fff;
	background-color:#000;
	border-right:solid 5px #fbda29;
}
.nav-link {
	display: block;
 padding: .7rem 1rem;
}*/

/* Button */

.btn {
	border-radius: 2px;
}
.btn-primary {
	background-color: #1f36fa;
	padding: 16px 30px;
	line-height: 14px;
	border-radius:6px;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #ffffff;
	border:1px solid #1f36fa;
	cursor:pointer;
}
.btn-primary:hover {
	background-color: #8e98fd;
	border-color: #8e98fd;
}
.btn-primary:active,
.btn-primary.focus,
.btn-primary:focus{
	box-shadow:none !important;
}

a:hover {
	text-decoration:none;
	color: initial;
}

/* Landing Page */
ul.secondary-nav {
    margin: 0;
    /*padding-top: 28px;*/
}
.navbar-nav li a:hover{
   color: #d92027;
}
ul.secondary-nav li {
    display: inline-block;
    padding: 18px 45px;
    line-height: 0;
}
ul.secondary-nav li:last-child {
	margin-right:0;
}
.landing-bg ul.secondary-nav li a {
    color: #000;
    font-weight: 700;
}
ul.secondary-nav li a{
   color:#111010;
   font-weight: 400;
   font-size:20px;
}
.landing-bg h4.logo a {
    color: #ffffff;
}

/* New Css */
.img-zoom img{
	transition: all .2s ease-in-out;
}
.img-zoom img:hover{
	transform: scale(1.1); 
}
.packaging-btn a{
	background: linear-gradient(180deg, rgba(159,29,34,1) 27%, rgba(217,32,39,1) 76%);
    color: #fff !important;
    margin: 5px;
    border-radius: 0px;
    padding: 20px;
	
}
.banner-text {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 39%;
    font-size: 24px;
    color: #fff;
    background: rgb(0 0 0 / 60%);
    padding: 20px;
    width: 80%;
    margin: 0 auto;
}
.home-slider .owl-prev {
    position: absolute;
    left: 10px;
	top:50%;
}
.home-slider .owl-next {
    position: absolute;
    right: 10px;
	top:50%;
}
.home-slider .owl-nav i:focus{
	outline:0px !important;
}
.title-bg{
	background: linear-gradient(180deg, rgba(159,29,34,1) 27%, rgba(217,32,39,1) 76%);
	/*background:#d92027;*/
	padding-left:120px;
}
.images-block h3:hover {
    color: #d92027;
}
/*.title-bg::after {
    border-bottom: 57px solid transparent;
    border-left: 43px solid #d92027;
    border-right: 25px solid #08080800;
    height: 0;
    width: 52px;
    content: '';
    position: absolute;
    right: -68px;
    height: 58px;
    top: 0px;
}*/
.box-title {
    position: absolute;
    right: 0px;
    left: 16px;
    text-align: center;
    top: 50%;
    color: #fff;
    background: #000000a8;
    width: 94.7%;
    padding: 22px;
}
.title-bg-2{
	background: linear-gradient(180deg, rgba(159,29,34,1) 27%, rgba(217,32,39,1) 76%);
	
}
.lic_bg {
    background: url("../images/lic.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	padding: 50px 0px;
}

.lic_bg02 {
    background: url("../images/lic_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
	padding: 50px 0px;
}

.footer {
    background: #494848;
	padding:30px;
}
.footer .fa-map-marker {
    font-size: 35px;
}
.footer-block2 i{
	font-size: 24px;
}
.navbar{
	float:left !important;
}
ul.navbar-nav li {
    /*  padding: 0px 20px;*/
    padding: 0px 26px;
}
.menu-fixed {
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    background: #fff;
	top: 0;
    padding: 15px 0px;

}


/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
img{
	max-width:100%;
}
.banner-icon li {
    margin-bottom: 15px !important;
}

.transfer-history ul li {
 width: 45% !important;
}
.landing-img-section {
    margin: 0px !important;
    padding: 0px !important;
}
.mobile-social-menu li {
    margin-right: 0px !important;
}
.navbar-toggler-icon{
	background:url('../images/menu.png') !important;
	background-repeat:no-repeat !important;
}
.open-menu .navbar-toggler-icon{
	background:url('../images/close.png') !important;
	background-repeat:no-repeat !important;
}
.navbar-toggler:focus{
	outline:none !important;
}
/*.navbar-nav {
    background: #1F36FA;
}*/
#collapsibleNavbar li a {
    color: #000;
}
#collapsibleNavbar li a.active{
	background:transparent !important;
	color:#d92027 !important
}
.get_started_mobile a {
    background: #1F36FA;
    color: #fff !important;
    width: 48%;
    border-radius: 5px;
    margin: 0 auto;
    padding: 16px 0px !important;
}
.header-bg{
	background:none;
}
.header-bg,
.landing-header {
    display: none;
}
.banner-text {
    bottom: 41px;
    font-size: 13px;
    padding: 5px;
}
.logo-img {
    position: relative;
    top: 0px;
	width: 253px;
}
.mb-bottom{
	margin-bottom:30px;
}
.mb-p{
	padding:0px !important;
}
.packaging-btn li{
	display:flex !important;
}
.box-title{
	width: 92.6%;
}
.top-header .navbar{
	float:none !important;
}
.navbar-toggler{
	padding:0px;
}
.dotted-image-3{
	display:none;
}
}

/* 11-202-2020 */
.images-block{
	position:relative;
}
.dotted-image-3 {
    position: absolute;
    bottom: 100px;
    z-index: -1;
    top: 68%;
    right: -50px;
}
 .back-to-top{
    position: relative;
    display: none;
 }
.back-to-top a{
    display: block;
    z-index: 99;
    position: fixed;
    right: 0px;
    bottom: 0px; 
}
.back-to-top i {
    position: relative;
    right: 15px;
    bottom: 25px;
    background: linear-gradient(180deg, rgba(159,29,34,1) 27%, rgba(217,32,39,1) 76%);
    padding: 10px;
    color: #fff;
}

