@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');


/*-------------- Defaults Css ------------------*/

body {
    font-family: "Rubik", sans-serif;
	font-size: 16px;
	line-height: 24px;
    font-weight: 300;
	color: #fff;
	margin: 0px;
	padding: 0px;
	background: linear-gradient(to bottom,  #003b67 0%,#010511 100%);
	min-height: 100vh;
}
a {
	outline: none;
    text-decoration: none;
	color: #ffffff;
}
a:hover {
	color: #ee1d23;
}
button, button:active, button:focus, button:visited {
	outline: none !important;
}

a, .logo, i, button, header, .scrollup, .logo img, .action-button, .recommender-btn img, .our-product ul, .service-block h3:before, span.mob-menu-icon, .has-submenu > a:before, .service-block ul{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
	font-weight: 600;
}
h1 {
	font-size: 48px;
	line-height: 56px;
}
h2 {
	font-size: 42px; 
}
h3 {
	font-size: 32px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 16px;
}
strong{ 
    font-weight: 700;
}
p{
	margin-top: 0px;
}
p:last-child{
	margin-bottom: 0px;
}


/*-------------- important Css ------------------*/

.mtb-auto {
	margin-bottom: auto;
	margin-top: auto;
}
.item-table {
	display: table;
	width: 100%;
	height: 100%;
}
.item-tablecell {
	display: table-cell;
	vertical-align: middle;
}
.page-content-block {
	padding: 20px 0px 60px;
}
.separetor {
	border-bottom: 1px solid #010714;
	margin: 40px 0px;
}
.container {
	max-width: 1400px;
}
.max-width-100 {
	max-width: 100% !important;
}

/*-------------- Scroll Top Css ------------------*/

.scrollup {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	display: none;
	z-index: 3;
	background-color: rgba(0, 50, 88, 0.9);
	border-radius: 100%;
	text-align: center;
	line-height: 36px;
	font-size: 18px;
	cursor: pointer;
}
.scrollup:hover {
	background-color: rgba(238, 29, 35, 0.9);
}
.scrollup img {
	width: 30%;
}

/*-------------- Button Css ------------------*/

.main-btn {
    border: 1px solid #ee1d23;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0;
    margin-top: 15px;
    padding: 12px 29px;
    text-align: center;
    background: #ee1d23; 
    position: relative;
    z-index: 1;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    animation: shadow-pulse 3s infinite;
    font-weight: 600;
	border-radius: 50px;
}
.main-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff; 
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.main-btn:hover:before{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.main-btn:hover{
    color: #ee1d23;
    text-decoration: none;
	border-color: #ffffff;
}
.main-btn img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	max-width: 16px;
	padding-bottom: 2px;
}

/*-------------- Commun Css ------------------*/

/*==Section Title==*/

.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    color: #001A72;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 15px;
}
.section-title p{
    line-height: 24px;
}

/*-------------- Custom Check Css ------------------*/


.custom-check, .custom-radio {
    position: relative;
	padding-bottom: 15px;
}
.checkbox-input, .radio-field, .device-field {
    position: absolute;
    left: 0px;
    opacity: 0;
}
.checkbox-input + label.checkbox-label {
    padding-left:32px;
    display:inline-block;
    font-size: 20px;
    line-height: 24px;
    cursor:pointer;
    position: relative;
}
.checkbox-input + label.checkbox-label:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    border: 0px;
    border-radius: 4px;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center;
	background-color: #073559;
}
.checkbox-input:checked + label.checkbox-label:before {
    background-image: url(../images/check.svg);
    background-color: #095088;
}
.radio-field + label.radio-label {
    background-color: #06416e;
	color: #fff;
	text-align: center;
	width: 50px;
	height: 32px;
	line-height: 32px;
	border-radius: 6px;
	cursor: pointer;
}
.radio-field:checked + label.radio-label {
    background-color: #ee1d23;
}
.device-field + label.device-label {
    background-color: #fff;
	color: #fff;
	display: flex;
	width: 120px;
	height: 130px;
	flex-direction: column;
	border-radius: 6px;
	cursor: pointer;
	position: relative;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 5px;
}
.device-field + label.device-label:before {
    background-color: rgba(238, 29, 35, 0.6);
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 6px;
	position: absolute;
	opacity: 0;
}
.device-field:checked + label.device-label:before {
	opacity: 1;
}
.device-field + label.device-label span{
	color: #353535;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
}
.device-field + label.device-label img{
	max-width: 60px;
}

