@charset "UTF-8";

/*-----------------------------------------------------------------------------------

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    -- Common css
	-- Header css
	-- Hero css
	-- About css
	-- work-process css
	-- Features css
	-- Counter css
	-- Equipments css
	-- Testimonial css
	-- CTA css
	-- Blog css
	-- Sponsor css
	-- Newsletter css
	-- Footer css
	-- Categories css
	-- Shop css
	-- Team css
	-- FAQ css
	-- Contact css
	-- Cart css
	-- Error css
	-- Coming-soon css
	-- Pagination css
	-- Header css
	-- Header css
	-- Header css
	-- Header css
-----------------------------------------------------------------------------------*/


/*=========================
    1. Start Common css 
==========================*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&amp;display=swap');



:root {
	--primary-color: #ff0000;
	--secondary-color: #0C1239;
	--heading-color: #0C1239;
	--body-color: #727272;
	--white: #fff;
	--light-bg: #fafafa;
	--light-gray: #F9F9F9;
	--light-blue-gray: #F2F5FE;
	--black: #000;
	--bc: rgba(0, 0, 0, 0.1);
	--roboto: 'Roboto', sans-serif;
}


html {
	font-size: 100%;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:hover,
a:focus {
	color: inherit;
	text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

i,
span,
a {
	display: inline-block;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Roboto Slab", serif;
	color: #ff0000;
	margin: 0px;
	font-weight: 600;
}

h1 {
	font-size: 60px;
	line-height: 1.2;
}

h2 {
	font-size: 40px;
	line-height: 45px;
}

h3 {
	font-size: 30px;
	line-height: 1.4;
}

h4 {
	font-size: 24px;
	line-height: 30px;
}

h5 {
	font-size: 20px;
	line-height: 1;
}

h6 {
	font-size: 16px;
}

ul,
ol {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p {
	margin: 0px;
}

input,
textarea {
	display: inherit;
}

img {
	max-width: 100%;
}

body {
	font-family: "Manrope", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: var(--body-color);
	font-size: 16px;
	line-height: 30px;
	overflow-x: hidden;
}

:is(.lc-1, .lc-2, .lc-3) {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

:is(.lc-1, .lc-2, .lc-3) * {
	display: inline;
}

.lc-1 {
	-webkit-line-clamp: 1 !important;
	line-clamp: 1 !important;
}

.lc-2 {
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
}

.lc-3 {
	-webkit-line-clamp: 3 !important;
	line-clamp: 3 !important;
}

.bg_cover {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.slick-slide {
	outline: 0;
}

ul.social-link li {
	display: inline-block;
}

.form_group {
	position: relative;
	margin-bottom: 20px;
}

.form_control {
    padding: 0 20px;
    border: 1px solid #cccccc;
    background-color: #fff;
    width: 100%;
    height: 55px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    padding-left: 24px;
    padding-right: 25px;
    border-radius: 0px;
    transition: all 500ms ease;

}

textarea.form_control {
	padding-top: 15px;
	display: inherit;
	height: 120px;
}

@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}

.section-title span.sub-title {
	font-size: 20px;
	line-height: 27px;
	font-weight: 500;
	display: block;
	color: #ff0000;
	margin-bottom: 23px;
}

.section-title span.sub-title span.sub-bg {
	position: relative;
	padding: 5px 10px;
	z-index: 1;
}

.section-title span.sub-title span.sub-bg:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: #1d4988;
	z-index: -1;
}

.section-title span.sub-title span.sub-bg-2 {
	color: #ff0000;
}

.section-title span.sub-title span.sub-bg-2:before {
	background-color: #ff0000;
}

.section-title h2 {
	margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 500;
}

.section-title P {
	padding-top: 20px;
}

.section-title-white h2,
.section-title-white p {
	color: var(--white);
}
.theme-color{
    color: #000;
}

.mission {
    position: relative;
    padding-top: 185px;
    padding-bottom: 70px;
}
.mission-inner {
    position: relative;
    z-index: 2;
}
.large-8 {
    width: 66.66667%;
}
.large-offset-3 {
    margin-left: 15%;
}

.mission-left-text {
    margin-top: 10px;
    padding-bottom: 16px;
}
.side-separator:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background-color: #da251d;
}
.medium-10 {
    width: 80.33333%;
}
.large-offset-1 {
    margin-left: 8.33333%;
}
.mission-left-small-img {
    margin-top: 35px;
	margin-left: 80%;
}
.medium-6 {
    width: 50%;
}
.large-8 {
    width: 70.66667%;
}
.mission-right-text {
    margin-top: 85px;
}
.side-separator {
    position: relative;
    padding: 0px 0 40px 28px;
}
.mission-right-small-img {
    margin-top: -106px;
	margin-bottom:35px;
}
.vision-statement{
    color: #000;
    font-size: 15px;
    font-weight: 600;
	margin-top:10px;
}
/*===== All bg =====*/
.light-bg {
	background-color: var(--light-bg);
}

.light-gray {
	background-color: var(--light-gray);
}

.dark-blue {
	background-color: #180C39;
}
.infra-image{
    box-shadow: 0px 0px 10px #888;
    margin-top: 40px;
}
/*===== All Button Style =====*/
button {
	border: none;
}

.main-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	color: var(--white);
	padding: 14px 35px;
	line-height: 27px;
	text-transform: uppercase;
	background-color: #1d4988;
	z-index: 1;
	transition: all .3s;
	font-family: "Manrope", sans-serif;
}

.main-btn:hover {
	color: #fff;
}

.main-btn:hover:before {
	width: 100%;
	height: 100%;
	background-color: #ff0000;
}

.main-btn:hover:after {
	background-color: #1d4988;
}

.main-btn:before,
.main-btn:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	z-index: -1;
	transition: all .3s;
}

.main-btn:before {
	position: absolute;
	width: 0;
	height: 0;
	background-color: #1d4988;
}

.main-btn:after {
	width: 15px;
	height: 15px;
	background-color: #ff0000;
}

.main-btn-primary {
	color: #fff;
	background-color: #ff0000;
}

.main-btn-primary:after {
	background-color: #1d4988;
}

.main-btn4:after {
	background-color: #1d4988;
}
.main-btn4:hover:after {
	background-color: #1d4988;
}


.main-btn-primary:hover {
	color: var(--white);
}

.main-btn-primary:hover:before {
	background-color: #1d4988;
}

.main-btn-primary:hover:after {
	background-color: #ff0000;
}

/*
    nice select css
*/
.nice-select {
	width: 100%;
	outline: none;
}

.nice-select.open:after {
	-webkit-transform: none;
	transform: none;
}

.nice-select:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	right: 20px;
	font-size: 12px;
	font-weight: 400;
	-webkit-transform: none;
	transform: none;
	border: none;
	top: 0;
	margin-top: 0;
	color: #2E2E2E;
}

.nice-select .list {
	width: 100%;
	border-radius: 0;
}

/*
    Nice number css
*/
.nice-number {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
}

.nice-number input {
	vertical-align: middle;
	-moz-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0;
	text-align: center;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}


/*
    search 
*/
#search-modal {
	background: rgba(23, 26, 33, 0.85);
}

#search-modal .modal-content {
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

#search-modal .modal-content:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

#search-modal .form_control {
	padding-left: 0;
	background: transparent;
	border: none;
	border-bottom: 1px solid #e5e5e5;
	color: var(--white);
	margin-bottom: 0;
	height: 50px;
}

#search-modal .form_control:focus {
	border-color: #fd6350;
}

#search-modal .form_control::-webkit-input-placeholder {
	color: var(--white);
}

#search-modal .form_control::-moz-placeholder {
	color: var(--white);
}

#search-modal .form_control:-ms-input-placeholder {
	color: var(--white);
}

#search-modal .form_control::-ms-input-placeholder {
	color: var(--white);
}

#search-modal .form_control::placeholder {
	color: var(--white);
}

#search-modal .search_btn {
	position: absolute;
	background: transparent;
	top: 10px;
	right: 10px;
	color: var(--white);
}

/*
    Start Preloader css
*/
.preloader {
	background-color: var(--white);
	bottom: 0;
	height: 100vh;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100vw;
	z-index: 99999;
}

.lds-ellipsis {
	margin: 0 auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 64px;
	text-align: center;
	z-index: 9999;
}

.lds-ellipsis span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fd6350;
	-webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
	-webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
	-webkit-animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
	animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}

@-webkit-keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes ball-pulse-sync {
	33% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px);
	}

	66% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
/*
    Start scroll_up css
*/
.back-to-top {
	background: #ff0000;
	border-radius: 50%;
	bottom: 30px;
	color: var(--white);
	cursor: pointer;
	display: none;
	font-size: 20px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	text-align: center;
	text-decoration: none;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
	background: #202528;
	color: var(--white);
}

/*---=======================
   02. Start Header  css 
===========================---*/
header {
    z-index: 1;
}

.transparent-header {
	position: absolute;
	background-color: transparent;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.header-navigation .main-menu ul>li.menu-item-has-children>a:after {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	display: inline-block;
	color: #000;
	font-size: 14px;
	margin-left: 5px;
}

.header-navigation.breakpoint-on .primary-menu {
	padding: 15px 30px;
}

.header-navigation .nav-menu {
	text-align: right;
	width: 70%;
}

.header-navigation .main-menu ul li {
	display: inline-block;
	position: relative;
}

/* .header-navigation .main-menu ul li:last-child>a {
	padding-right: 0px;
} */
#testimonials {
    background: #ff0000;
    padding: 50px 0px 50px 0px;
    color: #fff;
}
#testimonials h2 {
    margin-top: -30px;
    font-weight: 400;
    font-size: 37px;
    color: #fff;
}
ul.countries {
    list-style: none;
    margin: 0;
}
ul.countries li {
    display: inline-block;
    width: 32%;
    background: #fff;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 5px;
}
ul.countries li img {
    display: inline-block;
    width: 35px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.country-more{
    text-align: center;
    font-size: 22px;
    padding: 7px 0px 0px 0px;
}

.form-shadow{
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 40px 30px 40px 30px;
}
.header-navigation .main-menu ul li>a {
	display: block;
    font-weight: 600;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding: 41px 13px;
    line-height: 1;
    padding-bottom: 40px;
	font-family: "Manrope", sans-serif;
}

.header-navigation .main-menu ul li .sub-menu {
	position: absolute;
	left: 0;
	top: 120%;
	width: 240px;
	background-color: var(--white);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	z-index: 999;
	height: auto;
	text-align: left;
}

.header-navigation .main-menu ul li .sub-menu li {
	display: block;
	margin: 0;
}

.header-navigation .main-menu ul li .sub-menu li:last-child>a {
	border-bottom: none;
}

.header-navigation .main-menu ul li .sub-menu li a {
	display: block;
	padding: 6px 12px;
	position: relative;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	border-radius: 0;
	line-height: 2;
	margin: 0;
	border-bottom: 1px solid #ececec;
	color: #000;
	font-size: 14px;
    font-weight: 700;
}

.header-navigation .main-menu ul li .sub-menu li a:hover {
	background-color: #ff0000;
	color: var(--white);
	border-color: transparent;
	font-weight:400;
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
	left: 100%;
	top: 50%;
}

.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
	top: 0%;
}

.header-navigation .main-menu ul li .sub-menu li:hover>a {
	background-color: #ff0000;
	color: var(--white);
}

.header-navigation .main-menu ul li:hover.menu-item-has-children>a:after {
	color: #000;
}

.header-navigation .main-menu ul li:hover>a {
	color: #000;
}

.header-navigation .main-menu ul li:hover>.sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.header-navigation .main-menu ul li .dd-trigger {
	display: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
	display: block;
	position: absolute;
	right: 0;
	height: 42px;
	width: 45px;
	top: 0;
	background-color: #ff0000;
	z-index: 2;
	text-align: center;
	line-height: 45px;
	cursor: pointer;
	color: var(--white);
	font-size: 20px;
}

.header-navigation.breakpoint-on .nav-menu {
	text-align: left;
	background-color: var(--white);
	position: fixed;
	top: 0;
	left: -300px;
	z-index: 9999;
	width: 300px;
	height: 100%;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0;
	-webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	display: block;
	overflow-x: hidden;
	overflow-y: scroll;
	padding-top: 70px;
}

.header-navigation.breakpoint-on .nav-menu.menu-on {
	left: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
	display: block;
	margin: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
	border-bottom: 0;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
	border-top: 1px solid #ececec;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
	display: block;
	border-bottom: 1px solid var(--bc);
	color: #000;
	padding: 13px 20px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	visibility: visible;
	opacity: 1;
	display: none;
	-webkit-transition: none;
	transition: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
	color: #000000;
	padding: 0px 20px 0 40px;
	line-height: 45px;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a:hover {
	border-color: rgba(255, 255, 255, 0.5);
	color: #fff;
}

.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
	left: 0;
}

.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
	display: block;
}

.header-navigation .navbar-toggler {
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	display: none;
	margin-left: 10px;
}

.header-navigation .navbar-toggler span {
	position: relative;
	background-color: #ff0000;
	border-radius: 3px;
	display: block;
	height: 3px;
	margin-top: 5px;
	padding: 0;
	-webkit-transition-duration: 300ms;
	transition-duration: 300ms;
	width: 30px;
	cursor: pointer;
	display: block;
}

.header-navigation .navbar-toggler.active span:nth-of-type(1) {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	top: 8px;
}

.header-navigation .navbar-toggler.active span:nth-of-type(2) {
	opacity: 0;
}

.header-navigation .navbar-toggler.active span:nth-of-type(3) {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
	top: -8px;
}

.header-navigation .navbar-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 12;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	display: none;
	background: #ff0000;
}
.header-navigation.sticky ul li a{
   color:#000;
   font-weight:600;
   padding-top:30px;
   padding: 28px 18px;
}
.header-navigation.sticky .brand-logo{
    width: 360px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.bottom-ftitle{
    color: #ffffff;
    font-family: "Noto Sans", Sans-serif;
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 1.4em;
    letter-spacing: 1.8px;
}
.border-tb{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #ffffff;
}
.bottom-text{
    color: #fff;
    margin: 17px 0px 20px 0px;
    font-weight: 400;
	font-size:15px;
}
.get-quote-area{
    background: #164281;
    padding-top: 50px;
    padding-bottom: 50px;
}
.header-navigation.sticky ul li:hover a{
  color:#000;
}
.header-navigation.sticky ul>li.menu-item-has-children>a:after{
   color:#000;
}
.header-navigation.sticky ul>li:hover.menu-item-has-children>a:after{
   color:#000;
}
.header-navigation.sticky ul li a:hover{
   color:#000;
}
.header-navigation .navbar-close i {
	color: var(--white);
	font-size: 20px;
}
.news-thumb2 img {
	width: 100%;
	-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;
}
.news-thumb2:hover img {
	transform: scale(1.1);
}
.news-item2 {
	overflow: hidden;
	box-shadow: 0px 0px 10px #888;
}
.info-indus p {
	font-weight: 600;
	color: #000;
	font-size: 16px;
	text-transform: capitalize;
}
.info-indus p {
	padding: 21px;
	text-align: center;
	margin-bottom:5px;
}
/* Sticky */
.header-navigation.sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	-webkit-animation: sticky 1.2s;
	animation: sticky 1.2s;
}

header .header-navigation.sticky {
	background-color: var(--white);
	box-shadow: 0px 8px 60px rgba(24, 24, 24, .1);
	padding-top: 0px;
    padding-bottom: 0px;
}
.menu-w{
  width:250px!important;
}

@-webkit-keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

@keyframes sticky {
	0% {
		top: -200px;
	}

	100% {
		top: 0;
	}
}

/* Header Top Bar */
header .header-navigation .primary-menu,
header .container-fluid {
	padding: 0 15px;
}

.header-area-one .header-top-bar {
	background-color: #0C1239;
	padding: 14px 0;
}

.lang-dropdown {
	position: relative;
	display: flex;
}

.lang-dropdown .lang {
	position: absolute;
	top: 50%;
	z-index: 1;
	left: 0;
	transform: translateY(-50%);
}

.lang-dropdown .nice-select {
	padding-right: 35px;
	padding-left: 35px;
	background-color: transparent;
	border: none;
	font-weight: 500;
	font-size: 16px;
	color: #ff0000;
}

.header-area-one .header-top-bar .lang-dropdown .nice-select:after,
.header-area-one .header-top-bar .lang-dropdown .nice-select {
	color: var(--white);
}

.header-area-one .header-top-bar .lang-dropdown .nice-select .list {
	color: #ff0000;
}

.header-area-one .header-top-bar .top-right>ul>li {
	margin-left: 25px;
}

.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn,
.header-area-one .header-top-bar .top-right ul li .cart-btn {
	position: relative;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #272F60;
	color: #ff0000;
}

.header-area-two .header-navigation .header-right-nav .cart-button .cart-btn span.count,
.header-area-one .header-top-bar .top-right ul li .cart-btn span.count {
	position: absolute;
	top: -5px;
	right: -5px;
	width: 22px;
	height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	background-color: #ff0000;
	font-size: 12px;
	color: #ff0000;
	border-radius: 50%;
}

.header-area-one .header-top-bar .top-right ul li a {
	color: #fff;
}

.header-area-one .header-top-bar .top-right ul li a:hover {
	color: #fff;
}

.header-area-one .header-top-bar .top-left span {
	color: #fff;
	margin-right: 25px;
}

.header-area-one .header-top-bar .top-left span i {
	color: #ff0000;
}

.header-top-bar .top-left span i {
	margin-right: 5px;
	color:#fff;
}
.header-top-bar .top-left span a{
	color:#fff;
	font-size:14px;
	font-weight:600;
}
.header-area-two .header-top-bar:before {
    left: 0;
    width: 100%;
    background-color: #ff0000;
    z-index: -1;
}
.brand-logo{
    width: 365px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.header-area-two .header-top-bar {
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	z-index: 1;
	padding: 10px 0px 9px 0px;
}

.header-area-two .header-top-bar:before,
.header-area-two .header-top-bar:after {
	position: absolute;
	top: 0;
	content: '';
	height: 100%;
}



.header-area-two .header-top-bar .top-left span {
	color: #fff;
	margin-right: 25px;
	font-weight: 600;
}

.header-area-two .header-top-bar .top-right .nice-select:after,
.header-area-two .header-top-bar .top-right .nice-select {
	color: #fff;
}

.header-area-two .header-top-bar .top-right .nice-select .list {
	color: #ff0000;
}

.header-area-two .header-top-bar .top-right ul.social-link li {
	margin-left: 15px;
}

.header-area-two .header-top-bar .top-right ul.social-link li a {
	color: var(--white);
}

.header-area-two .header-top-bar .top-right ul.social-link li a:hover {
	color: #ff0000;
}

.header-area-one .header-navigation.breakpoint-on .header-right-nav {
	display: none;
}

.header-area-one .header-navigation.breakpoint-on .nav-menu {
	text-align: left;
}

/* Header Area One */
.header-area-one .primary-menu {
	position: relative;
}

.header-area-one .primary-menu:before,
.header-area-one .primary-menu:after {
	position: absolute;
	top: 0;
	content: '';
	width: 300px;
	height: 100%;
	background-color: #ff0000;
	z-index: -1;
}

.header-area-one .primary-menu:after {
	right: 0;
	clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
}

.header-area-one .primary-menu:before {
	left: 0;
	clip-path: polygon(0 0, 90% 0%, 100% 100%, 0% 100%);
}

.header-area-one .site-branding {
	max-width: 200px;
}

.header-area-one .header-navigation .nav-menu {
	text-align: center;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li {
	margin-left: 10px;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #ff0000;
	font-size: 14px;
	color: var(--white);
	transition: all .3s;
}

.header-area-one .header-navigation .header-right-nav ul.social-link li a:hover {
	background-color: var(--white);
	color: #ff0000;
}

/* Header Area Two */
.header-area-two .header-navigation .header-right-nav .user-info a {
	margin-left: 20px;
	color: #ff0000;
	font-weight: 500;
}

.header-area-two .header-navigation .header-right-nav .user-info a:hover {
	color: #ff0000;
}

.header-area-two .header-navigation .header-right-nav .user-info a i {
	display: none;
}

.header-area-two .header-navigation .navbar-toggler {
	margin-left: 30px;
}

.header-area-two .header-navigation .navbar-toggler span {
	background-color: #ff0000;
}

.header-navigation.breakpoint-on .main-menu ul>li.menu-item-has-children>a:after {
	display: none;
}

.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
	text-align: left;
}


/*---=======================
   	Start Hero  css 
===========================---*/
.hero-slider-one:hover .slick-arrow {
	visibility: visible;
	opacity: 1;
}

.hero-slider-one:hover .slick-arrow.prev {
	left: 0px;
}

.hero-slider-one:hover .slick-arrow.next {
	right: 0px;
}

.hero-slider-one .slick-arrow {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 999;
    width: 50px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
    font-size: 20px;
    color: #fff;
    background-color: rgb(0 0 0 / 63%);
    visibility: hidden;
    opacity: 999;
    transition: all .3s;
}

.hero-slider-one .slick-arrow.prev {
	left: 0;
}

.hero-slider-one .slick-arrow.next {
	right: 0;
}

.single-hero-slider {
	position: relative;
	z-index: 1;
	padding: 200px 0 250px;
}

.single-hero-slider:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 51%);
	z-index: -1;
}

.single-hero-slider .hero-content h1 {
	color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.single-hero-slider .hero-content p {
	color: var(--white);
	padding: 0 15%;
	margin-bottom: 20px;
}

.single-hero-slider .hero-search-wrapper {
	padding: 25px 30px 5px;
	background: rgba(0, 0, 0, 0.46);
}

.hero-search-wrapper .form_control {
	margin-bottom: 20px;
	color: var(--body-color);
}

.hero-search-wrapper .form_control::placeholder {
	color: var(--body-color);
}

.hero-search-wrapper .nice-select {
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
	border-radius: 0px;
	color: var(--body-color);
}

.hero-search-wrapper .search-btn {
	width: 100%;
	height: 50px;
	text-align: center;
	background-color: #ff0000;
	font-size: 18px;
	font-weight: 500;
}

.hero-wrapper-two {
	position: relative;
	z-index: 1;
	padding: 180px 0;
}

.hero-wrapper-two:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: .7;
	z-index: -1;
}

.hero-wrapper-two .hero-content h1 {
	margin-bottom: 20px;
	color: #fff;
}

.hero-wrapper-two .hero-content p {
	padding-right: 25%;
	margin-bottom: 55px;
	color: #fff;
}

.hero-wrapper-two .hero-search-wrapper {
	padding: 70px 45px;
	background: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(10px);
}

.hero-wrapper-two .hero-search-wrapper h3 {
	color: #ff0000;
	margin-bottom: 40px;
}

.hero-wrapper-two .hero-search-wrapper .main-btn {
	width: 100%;
	text-align: center;
	background-color: #ff0000;
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:before {
	background-color: var(--white);
}

.hero-wrapper-two .hero-search-wrapper .main-btn:hover:after {
	background-color: #ff0000;
}

.hero-wrapper-two .hero-search-wrapper .main-btn:after {
	background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:before {
	background-color: var(--white);
}

.hero-wrapper-two .hero-content .main-btn:hover:after {
	background-color: #ff0000;
}

.hero-wrapper-two .hero-content .main-btn:hover {
	color: #ff0000;
}

.hero-wrapper-two .hero-content .main-btn:after {
	background-color: var(--white);
}

/* Breadcrumbs css  */
.breadcrumbs-area {
	position: relative;
	z-index: 1;
	padding: 90px 0px 90px 0px;
}

.breadcrumbs-area:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 3 / 62%);
	z-index: -1;
}

.breadcrumbs-area .page-title h1 {
	font-size: 55px;
    line-height: 60px;
    color: var(--white);
    margin-bottom: 0px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li:after {
	display: inline-block;
	content: '/';
	margin-left: 10px;
	margin-right: 8px;
	color: var(--white);
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li:last-child:after {
	display: none;
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li.active {
	color: #ff0000;
}

.breadcrumbs-area .page-title ul.breadcrumbs-link li a {
	color: var(--white);
}
.contact-area{
  padding-top:60px;
  padding-bottom:60px;
}
.top-right{
    float: right;
    margin-top: -30px;
}
/*---========================
   	Start About  css 
==========================---*/
.about-img-box-one {
	position: relative;
}

.about-area{
    padding-top: 70px;
    padding-bottom: 80px;
}

.about-content-box-one p {
	margin-bottom: 5px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
    line-height: 28px;
	text-align:justify;
}

.about-content-box-one .block-quote {
	padding-left: 20px;
	position: relative;
	margin-bottom: 40px;
}

.about-content-box-one .block-quote:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	content: '';
	background-color: #ff0000;
}

.about-content-box-one .block-quote:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 20px;
	content: '';
	background-color: #1d4988;
}

.about-content-box-one .block-quote h5 {
	font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    color: #000;
    font-family: 'Rubik', sans-serif;
}

.about-content-box-two p {
	margin-bottom: 25px;
    font-size: 15px;
    color: #000;
    line-height: 28px;
    text-align: justify;
	font-weight:600;
	
}

.about-content-box-two ul.list li {
	padding-left: 25px;
	position: relative;
	z-index: 1;
	line-height: 13px;
	margin-bottom: 20px;
	color:#000;
	font-weight:600;
}

.about-content-box-two ul.list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 10px;
	height: 10px;
	background-color: #ff0000;
	vertical-align: middle;
	margin-right: 15px;
}

.about-content-box-two ul.list li:after {
	position: absolute;
	bottom: 3px;
	left: 4px;
	content: '';
	width: 6.5px;
	height: 6.5px;
	background-color: #1d4988;
}
.vision-text3{
    text-transform: uppercase;
    font-size: 35px;
}
.grey-bg{
	background-color: #E5E5E5;
}

.white-bg{
	background-color: #fff!important;
}
.about-section-two .image-column {
    position: relative;
}
.about-section-two {
    position: relative;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding: 50px 0 50px;
}
.about-section-two .image-column .inner-column {
    position: relative;
    padding-right: 0px;
}
.about-section-two .image-column .image {
    position: relative;
    display: block;
    margin-bottom: 0;
}
.about-section-two .image-column .image img {
    display: block;
    width: 100%;
    height: auto;
}
.about-section-two .content-column {
    position: relative;
}
.infra-column {
    padding: 60px 0px 0px 50px;
}
.list-detail2 li {
    font-size: 16px;
}
.list-detail li {
    margin-bottom: 10px;
}
.about-section-two .content-column .text {
    position: relative;
    padding-right: 30px;
    margin-bottom: 0px;
    text-align: justify;
}
.infra-column2 {
    padding: 110px 0px 0px 0px;
}
.quality-certi{
    box-shadow: 0px 0px 10px #888;
}
/*---========================
   	Start work-process  css 
==========================---*/
.process-column:last-child .process-item-one:after {
	display: none;
}

.process-item-one {
	position: relative;
	margin-top: 30px;
}

.process-item-one:after {
	position: absolute;
	right: -90%;
	top: 40%;
	content: '';
	transform: translateY(-50%);
	width: 80%;
	height: 100%;
	background: url(../images/line-1.png) no-repeat center;
	background-size: contain;
}

.process-item-one .count-box {
	position: relative;
	background-color: #0C1239;
	min-height: 135px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 18px;
}

.process-item-one .count-box .icon {
	position: absolute;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff0000;
	border: 3px solid var(--white);
}

.process-item-one .count-box .icon i {
	font-size: 24px;
	line-height: 1;
	color: #fff;
}

.process-item-one .count-box .process-count {
	padding-top: 20px;
	font-size: 60px;
	color: #6e7287;
	font-weight: 700;
}

.process-item-one .content h4 {
	font-weight: 500;
    color: #000;
    font-size: 24px;
    line-height: 24px;
}
.working-process{
   padding-top:50px;
   padding-bottom:30px;
}

.process-item-two {
	position: relative;
}

.process-item-two .count-box .process-count {
	font-size: 100px;
	-webkit-text-stroke: 1px #c4c4c4;
	-webkit-text-fill-color: #fff;
	font-weight: 700;
	line-height: 75px;
	margin-bottom: 20px;
}

.process-item-two .count-box .icon {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #ff0000;
	margin: auto;
	margin-bottom: 20px;
}

.process-item-two .count-box .icon i {
	font-size: 20px;
	color: #ff0000;
}

.process-item-two .content {
	padding: 0 15px;
}

.process-item-two .content h5 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 500;
}

.process-column .process-item-two {
	position: relative;
}

.process-column .process-item-two:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background-color: var(--bc);
	top: 62%;
	transform: translateY(-62%);
	right: 0;
	z-index: -1;
}

/*---========================
   	Start Features  css 
==========================---*/
.features-item-one {
	border: 1px solid var(--bc);
	padding: 50px 30px 43px;
    transition: all .3s;
    height: 340px;
}

.features-item-one .icon {
	width: 75px;
	height: 75px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ff0000;
	margin-bottom: 25px;
	transition: all .4s;
}

.features-item-one .icon i {
	font-size: 34px;
	line-height: 1;
	color: #fff;
}
.features-item-one:hover .icon i{
   color: #fff;
}

.features-item-one:hover {
	box-shadow: 0px 4px 18px 10px rgba(0, 0, 0, 0.02);
}

.features-item-one:hover .icon {
	background-color: #ff0000;
	border-radius: 30px 0px 30px 30px;
	color:#fff;
}

.features-item-one .content h4 {
	margin-bottom: 5px;
    color: #000;
    font-size: 22px;
}

.features-item-two {
	background-color: transparent;
	padding: 50px;
	transition: all .3s;
}
.features-text{
    font-size: 15px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
}

.features-item-two.active-item,
.features-item-two:hover {
	background-color: rgba(255, 255, 255, 0.04);
}

.features-item-two.active-item .icon,
.features-item-two:hover .icon {
	background-color: #ff0000;
	color: #ff0000;
	transform: none;
}
.features-area{
  padding-bottom:30px;
  padding-top:50px;
}
.features-item-two.active-item .icon i,
.features-item-two:hover .icon i {
	transform: matrix(1, 0, 0, 1, 0, 0);
}

.features-item-two.active-item .content .btn-link,
.features-item-two:hover .content .btn-link {
	color: #ff0000;
}

.features-item-two .icon {
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px 0px 30px 30px;
	transform: matrix(1, 0, 0, -1, 0, 0);
	margin: auto;
	background-color: #211641;
	font-size: 36px;
	color: #ff0000;
	margin-bottom: 25px;
	transition: all .3s;
}

.features-item-two .icon i {
	transform: matrix(1, 0, 0, -1, 0, 0);
}

.features-item-two .content h4 {
	margin-bottom: 15px;
}

.features-item-two .content h4,
.features-item-two .content p {
	color: var(--white);
}

.features-item-two .content p {
	margin-bottom: 30px;
}

.features-item-two .content .btn-link {
	color: var(--white);
	font-size: 22px;
}

.table-pro-head {
    background: #f3f3f3;
    font-weight: 700;
}

td {
    padding: 5px 5px !important;
    color: #000000;
    border: 1px solid #ddd;
    font-weight: 500;
	text-align:center;
	font-size: 15px;
}
.pro-t{
  margin-bottom:25px!important;
}
.pro-padd{
   padding-top:0px;
}
.pro-head2{
    color: #000;
    font-size: 19px;
    margin-top: 17px;
    margin-bottom: 10px;
}
.line2{
    margin-top: 35px;
    margin-bottom: 20px;
}

.pro-table{
    background: #ff0000;
    color: #fff;
    font-weight: 600;
}
.sec-2 {
    padding: 60px 0px;
    position: relative;
}
.sec-2::before {
    background: url(../images/parallex-1.jpg) 50% 0 fixed;
    width: 100%;
    position: absolute;
    left: 0px;
    top: 30%;
    content: '';
    height: 40%;
    z-index: -1;
}
.sec-2 .sec2-outtter {
    box-shadow: 0px 5px 15px 1px rgb(2 2 2 / 15%);
    background: #fff;
    display: inline-block;
    width: 100%;
}
.pad0 {
    padding: 0px;
}
.wel-left .side-curve {
    background: url(../images/arrow.png) no-repeat;
    position: absolute;
    z-index: 1;
    width: 61px;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0px;
}
.wel-right {
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
}
.sec-2 h1 {
    color: #d50005;
    position: relative;
    margin-bottom: 15px;
    letter-spacing: 1px;
    margin-top: 0px;
}
.sec-2 p {
    color: #000;
    line-height: 26px;
    font-size: 15px;
    font-weight: 600;
}
.footer-contact-wrapper {
    margin-top: 0px;
    border: 1px solid #464242;
}
.footer-contact {
    padding: 50px 40px;
    border-right: 1px solid #464242;
	height: 175px;
}
.footer-contact .contact-icon {
    font-size: 40px;
    color: #5f6168;
    margin-right: 20px;
}
.footer-contact .contact-info .top-text {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}
.footer-contact .contact-info .main-text {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

/*---========================
   	Start Counter  css 
==========================---*/

/* Footer Common CSS */

.footer-top3 {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

footer .widget-title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    font-size: 23px;
    color: #fff;
}

footer .contact {
  padding-right: 0px;
}

footer .contact ul li {
  margin-bottom: 5px;
  font-size:14px;
}

footer .contact ul {
  margin-top: -6px;
}

footer .contact ul li i {
  margin-right: 10px;
  min-width: 0px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  color: #ff0000;
  font-size:18px;
}
footer .contact ul li a {
  font-weight:400;
}


footer.bg-dark .contact ul li i {
  border-color: rgba(255, 255, 255, 0.2);
}

footer .contact ul li:last-child {
  margin-bottom: 0;
}

footer .link ul li {
  margin-bottom: 8px;
  padding-left: 15px;
  position: relative;
}

footer .link ul li::after {
      content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #fff;
    margin: auto 0;
}

footer .link ul li:last-child {
  margin-bottom: 0;
}

footer .link ul li a {
  color: #666666;
  font-weight: 500;
}

footer.bg-dark .link ul li a {
  color: #fff;
  font-size:14px;
}

footer .link ul li a:hover {
  color: #ff0000;
}

footer .opening-hours li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
}

footer.bg-dark .opening-hours li {
  border-color: rgba(255, 255, 255, 0.2);
  color: #cccccc;
}

footer .opening-hours li:last-child {
  margin: 0;
  padding: 0;
  border: navajowhite;
}

footer .opening-hours li .closed {
  color: #ffffff;
  background: #ff0000;
  padding: 0 15px;
  border-radius: 5px;
}

/* Footer Bottom  */

ul.social-link2 li {
    display: inline-block;
}
ul.social-link2 li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #1d4988;
    color: var(--white);
    font-size: 14px;
    transition: all .4s;
    margin-left: 5px;
    margin-right: 5px;
}
.social-link2{
  float:right;
}
.footer-bottom {
    padding-bottom: 20px;
    margin-top: -10px;
    border-top: 1px solid rgba(255,255,255,.1);
    padding-top: 20px;
}

.footer-bottom p {
  margin: 0;
  font-size:14px;
  text-align: center;
}

.desc-text{
    text-align: justify;
    color: #000;
    font-weight: 600;
    font-size: 15px;
}

.footer-bottom li {
  display: inline-block;
  margin-bottom: 0 !important;
}

.footer-bottom .text-right li {
  margin-left: 15px;
}

.footer-bottom .text-right li a {
  font-weight: 600;
}

.bg-dark {
  background: #0e0e0e none repeat scroll 0 0 !important;
}
.sec5 {
    background: #f8f8f8;
    padding: 50px;
    text-align: center;
}
.sec5 p {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    color: #000;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 0;
}
.differnt_popup {
    cursor: pointer;
    height: auto;
    position: fixed;
    left: 13px;
    top: 92%;
    width: 60px;
    z-index: 999999;
}
.map {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #ddd;
}

.counter-column:nth-child(odd) .counter-item-one .icon {
	border-radius: 30px 0px 30px 30px;
}

.counter-column:nth-child(even) .counter-item-one .icon {
	border-radius: 30px 30px 30px 0px;
}

.counter-item-one .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;
	background: #ff0000;
	margin: auto;
	margin-bottom: 23px;
}

.counter-item-one .icon i {
	line-height: 1;
	color: #fff;
	font-size: 30px;
}

.counter-item-one .content h2 {
	color: #fff;
	font-weight: 500;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 5px;
}

.counter-item-one .content h5 {
	color: var(--white);
	font-weight: 500;
	font-size: 23px;
}

.bg-with-overlay.bg-with-overlay-white:after {
	background-color: rgba(255, 255, 255, 0.9);
}

.counter-item-two .icon {
	position: relative;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px 0px 0px 0px;
	font-size: 42px;
	color: #ff0000;
	background-color: #ff0000;
	margin: auto;
	margin-bottom: 30px;
}

.counter-item-two .icon:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	width: 20px;
	height: 20px;
	background-color: #ff0000;
}

.counter-item-two .content h2 {
	font-weight: 700;
	margin-bottom: 10px;
}

/*---========================
   	Start Equipments Pricing  css 
==========================---*/
ul.rating li {
	display: inline-block;
}

ul.rating li i {
	color: #ff0000;
}

ul.rating li span {
	color: #ff0000;
}

.pricing-nav-filter .nav-tabs {
	justify-content: center;
	border-bottom: none;
	gap: 10px;
}

.pricing-nav-filter .nav-link {
	border: 1px solid var(--bc);
	border-radius: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 27px;
	font-weight: 500;
	padding: 8px 20px;
}

.pricing-nav-filter .nav-link.active {
	border-color: var(--bc);
}

.pricing-nav-filter .nav-link.active,
.pricing-nav-filter .nav-link:hover {
	background-color: #ff0000;
	color: #ff0000;
	border-color: transparent;
}

.pricing-item .pricing-info .price-info {
	position: relative;
	padding: 22px 100px 16px 25px;
}

.pricing-item .pricing-info .price-info .price-tag {
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
}

.pricing-item .pricing-info .pricing-body .price-option span.span-btn {
	font-weight: 500;
	font-size: 12px;
	line-height: 27px;
	color: #0C1239;
}

.pricing-item .pricing-info .pricing-body ul.info-list li:before {
	display: inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #ff0000;
	margin-right: 15px;
}

.pricing-item .pricing-info .pricing-body span.delivary {
	font-size: 14px;
	font-weight: 500;
	line-height: 27px;
}

.pricing-item-one .pricing-info {
	background-color: var(--light-bg);
}

.pricing-item-one .pricing-info .price-info {

	border-bottom: 1px solid var(--bc);
}

.pricing-item-one .pricing-info .price-info h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

.pricing-item-one .pricing-info .price-info span {
	font-size: 14px;
}

.pricing-item-one .pricing-info .price-info .price-tag {
	background-color: #ff0000;
}

.pricing-item-one .pricing-info .pricing-body {
	padding: 34px 20px 29px;
}

.pricing-item-one .pricing-info .pricing-body h5.title {
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 22px;
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn {
	background-color: #E7E7ED;
	padding: 4px 20px;
	margin-bottom: 15px;
}

.pricing-item-one .pricing-info .pricing-body span.delivary {
	color: #ff0000;
}

.pricing-item-one .pricing-info .pricing-body ul.info-list {
	margin-top: 25px;
	text-align: left;
	padding-left: 15%;
}

.pricing-item-one .pricing-info .pricing-body .price-option span.span-btn.active-btn {
	background-color: #ff0000;
	color: #ff0000;
}

.pricing-item-one .pricing-info .pricing-body,
.pricing-item-one .pricing-info .pricing-bottom {
	text-align: center;
}

.pricing-item-one .pricing-info .pricing-bottom {
	padding: 34px 20px 40px;
	border-top: 1px solid var(--bc);
}

.pricing-item-one .pricing-info .pricing-bottom .rating {
	margin-bottom: 31px;
}

/* pricing two */
.pricing-item-two .pricing-info {
	background-color: #FAFAFA;
}

.pricing-item-two .pricing-info .price-info {
	background-color: #0C1239;
}

.pricing-item-two .pricing-info .price-info h5.title {
	color: var(--white);
	margin-bottom: 5px;
}

.pricing-item-two .pricing-info .price-info span {
	color: var(--white);
}

.pricing-item-two .pricing-info .price-info .price-tag {
	background-color: #211641;
}

.pricing-item-two .pricing-info .price-info .price-tag h4 {
	color: var(--white);
}

.pricing-item-two .pricing-info .pricing-body .price-option {
	display: flex;
	justify-content: center;
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn {
	padding: 4px 31.5px;
	margin-bottom: 15px;
	background-color: #ff0000;
}

.pricing-item-two .pricing-info .pricing-body .price-option span.span-btn.active-btn {
	background-color: #EE9308;
}

.pricing-item-two .pricing-info .pricing-body .info-list li {
	padding: 10px 70px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.pricing-item-two .pricing-info .pricing-body span.delivary {
	display: flex;
	justify-content: center;
	padding: 15px 0;
	color: #ff0000;
}

.pricing-item-two .pricing-info .pricing-bottom {
	background-color: #0C1239;
	text-align: center;
	padding: 35px 40px 40px;
}

.pricing-item-two .pricing-info .pricing-bottom ul.rating {
	margin-bottom: 32px;
}

.pricing-item-two .pricing-info .pricing-bottom ul.rating li span {
	color: var(--white);
}

.pricing-item-two .pricing-info .main-btn-primary::before {
	background-color: #fff;
}

.pricing-item-two .pricing-info .main-btn-primary::after {
	background-color: #fff;
}

.pricing-item-two .pricing-info .main-btn-primary:hover {
	color: #ff0000;
}

.pricing-item-two .pricing-info .main-btn-primary:hover::after {
	background-color: #ff0000;
}

/* Pricing list section css */
.equipments-search-filter {
	margin-bottom: 105px;
}

.equipments-search-filter .search-filter-form {
	background-color: #ff0000;
	padding: 25px 30px;
}

.equipments-search-filter .search-filter-form .form_control {
	height: 50px;
}

.equipments-search-filter .search-filter-form .nice-select {
	height: 50px;
	line-height: 50px;
	border-radius: 0px;
}

.equipments-search-filter .search-filter-form .search-btn {
	width: 100%;
	text-align: center;
	padding: 10px 30px;
	font-size: 18px;
	font-weight: 500;
	background-color: #ff0000;
}

.equipments-search-filter .reserved-filter {
	background-color: #ff0000;
	padding: 15px 30px;
	max-width: 320px;
	width: 100%;
	float: right;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%);
}

.equipments-search-filter .reserved-filter .single-method {
	margin-right: 20px;
}

.equipments-search-filter .reserved-filter .single-method:last-child {
	margin-right: 0px;
}

.equipments-search-filter .reserved-filter .single-method input {
	display: none;
}

.equipments-search-filter .reserved-filter .single-method label {
	font-size: 14px;
	line-height: 15px;
	cursor: pointer;
	color: var(--white);
	margin-bottom: 0px;
}

.equipments-search-filter .reserved-filter .single-method label:before {
	display: inline-block;
	width: 10px;
	height: 10px;
	content: '';
	border-radius: 50%;
	border: 2px solid var(--white);
	margin-right: 10px;
}

.equipments-search-filter .reserved-filter .single-method input[type=radio]:checked+label:before {
	background-color: var(--white);
}

.equipments-show-search .show-text p {
	color: #ff0000;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 10px;
}

.equipments-show-search .show-dropdown .nice-select {
	height: 50px;
	line-height: 50px;
	border-radius: 0px;
	outline: none;
	color: #ff0000;
	font-weight: 500;
	margin-bottom: 10px;
}

.pricing-item-three {
	display: flex;
	align-items: stretch;
	background-color: #FAFAFA;
}

.pricing-item-three .pricing-img {
	position: relative;
	overflow: hidden;
	max-width: 370px;
	width: 100%;
}

.pricing-item-three .pricing-img a {
	width: 100%;
	height: 100%;
}

.pricing-item-three .pricing-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pricing-item-three .pricing-img span.discount {
	background-color: #ff0000;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 700;
	color: #ff0000;
	position: absolute;
	top: 20px;
	left: 20px;
}

.pricing-item-three .pricing-info {
	width: 100%;
	border: 1px solid #ccc;
	border-left: 0;
	padding-bottom: 30px;
}

.pricing-item-three .pricing-info .price-info {
	border-bottom: 1px solid var(--bc);
}

.pricing-item-three .pricing-info .price-info h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

.pricing-item-three .pricing-info .price-info span {
	font-size: 14px;
}

.pricing-item-three .pricing-info .price-info .price-tag {
	background-color: #ff0000;
}

.pricing-item-three .pricing-info .pricing-body {
	padding: 15px 30px;
}

.pricing-item-three .pricing-info .pricing-body h3.title {
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 15px;
}

.pricing-item-three .pricing-info .pricing-body .price-option span.span-btn {
	background-color: #E7E7ED;
	padding: 4px 20px;
	margin-bottom: 15px;
	margin-right: 5px;
}

.pricing-item-three .pricing-info .pricing-body span.delivary {
	color: #ff0000;
	margin-bottom: 15px;
}

.pricing-item-three .pricing-info .pricing-bottom {
	padding: 0 30px;
}

/* sidebar css */
.sidebar-widget-area .widget.location-widget ul.list li {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}

.sidebar-widget-area .widget.location-widget .btn-link {
	text-decoration: underline;
	font-size: 14px;
	line-height: 24px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ff0000;
}

.sidebar-widget-area .widget.price-range-widget .ui-widget.ui-widget-content {
	border: none;
	background: #DFDADA;
	height: 8px;
	border-radius: 100px;
}

.sidebar-widget-area .widget.price-range-widget .ui-slider .ui-slider-range {
	background-color: #ff0000;
	border-radius: 0px;
}

.sidebar-widget-area .widget.price-range-widget .ui-widget-content .ui-state-default {
	background: #ff0000;
	border: none;
	width: 15px;
	height: 15px;
	outline: none;
	border-radius: 50%;
}

.sidebar-widget-area .widget.price-range-widget .price-number {
	justify-content: space-between;
}

.sidebar-widget-area .widget.price-range-widget .price-number span {
	font-weight: 500;
	font-size: 14px;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.text {
	width: 60%;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount {
	width: 80%;
}

.sidebar-widget-area .widget.price-range-widget .price-number span.amount input {
	width: 100%;
	border: none;
	background-color: transparent;
	font-weight: 500;
	font-size: 14px;
	color: var(--body-color);
}

.sidebar-widget-area .widget.categories-widget-two a {
	background-color: #DFDADA;
	padding: 5px 10px;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	color: #ff0000;
	margin-right: 5px;
	margin-bottom: 10px;
}

.sidebar-widget-area .widget.categories-widget-two a:hover {
	background-color: #ff0000;
}

/* Pricing details */
.clients-img {
    border: 1px solid #ddd;
    padding: 20px;
}
.clients div {
    padding: 0;
}
.equipment-slider-warp {
	width: 100%;
}
.bold-heading2 {
    font-size: 19px;
    margin-bottom: 10px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    margin: 50px 0px 0px;
	font-family: 'Rubik', sans-serif;
	text-align:center;
	background: #1d4988;
    padding: 15px;
}
.equipment-gallery-arrow {
	width: 25%;
}
.products-section{
    padding-top: 50px;
    padding-bottom: 30px;
}
.pro-boredr{
    border: 1px solid #e7e7e7;
    padding: 10px;
	margin-bottom: 50px;
}
.pro-boredr:last-child{
  margin-bottom:30px;
}
.pic-border{
    border: 1px solid #ccc;
	position:relative;
}
.pro-box {
    overflow: hidden;
	box-shadow: 0px 0px 10px #888;
}
.pro-box img {
    transition: 0.6s;
}
.pro-box p {
    text-align: center;
    color: #000;
    font-size: 16px;
    margin: 0;
    position: relative;
    padding: 7px 0px;
	font-weight:600;
}
.pro-box p::before {
    position: absolute;
    content: '';
    top: -7px;
    left: 25px;
    width: 200px;
    height: 1px;
    background: #ececec;
	display:none;
}
.pro-box:hover img {
    transform: scale(1.2);
    transition: 1s;
}
.pt-error-block {
	text-align:center;
}

.equipment-gallery-arrow ul.slick-dots li {
	display: block;
	margin-bottom: 35px;
}

.equipment-gallery-arrow ul.slick-dots li:last-child {
	margin-bottom: 0px;
}

.equipment-gallery-arrow ul.slick-dots li img {
	width: 100%;
}

.equipment-slider-warp {
	margin-right: 30px;
}

.equipment-gallery-slider .single-gallery-itam a {
	display: block;
}

.equipment-gallery-slider .single-gallery-itam img {
	width: 100%;
}

.equipment-gallery-slider .slick-arrow {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1;
	background-color: #ff0000;
	color: #fff;
}

.equipment-gallery-slider .slick-arrow.prev {
	left: 0;
}

.equipment-gallery-slider .slick-arrow.next {
	right: 0;
}

.description-wrapper h3.title {
	margin-bottom: 20px;
}

.description-wrapper .voucher-btn {
	padding: 12px 35px;
	background-color: #FFF0D9;
	font-size: 16px;
	font-weight: 500;
	color: #ff0000;
	margin-bottom: 55px;
}

.description-wrapper .voucher-btn i {
	margin-right: 10px;
}

.description-wrapper .content-box {
	margin-bottom: 35px;
}

.description-wrapper .content-box h4.title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.description-wrapper .content-box h4.title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ff0000;
}

.description-wrapper .content-box p {
	margin-bottom: 33px;
}

.description-wrapper .content-box ul.list li {
	position: relative;
	padding-left: 25px;
	line-height: 15px;
	margin-bottom: 17px;
}

.description-wrapper .content-box ul.list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #ff0000;
}

.description-wrapper .content-box ul.list li:after {
	position: absolute;
	top: 7px;
	left: 7px;
	content: '';
	width: 5px;
	height: 5px;
	background-color: #ff0000;
}

.description-wrapper .content-box .content-table .table td {
	padding: 10px 30px;
	border: 1px solid var(--bc);
}

.equipement-sidebar-info .booking-form .price-info {
	position: relative;
	padding: 10px 100px 10px 30px;
	background-color: #ff0000;
}

.equipement-sidebar-info .booking-form .price-info .price-tag {
	background-color: #ff0000;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 23px;
}

.equipement-sidebar-info {
	background-color: #F8F8F8;
}

.equipement-sidebar-info .booking-form .price-info span,
.equipement-sidebar-info .booking-form .price-info h5 {
	color: var(--white);
}

.equipement-sidebar-info .booking-form .price-info h5 {
	font-weight: 500;
	font-size: 18px;
	line-height: 27px;
}

.equipement-sidebar-info .booking-form .price-info span {
	font-size: 14px;
}

.equipement-sidebar-info .booking-form .pricing-body {
	padding: 40px 30px;
}

.equipement-sidebar-info .booking-form .pricing-body .price-option span.span-btn {
	background-color: #E7E7ED;
	font-weight: 500;
	font-size: 12px;
	line-height: 27px;
	color: #0C1239;
	padding: 4px 15px;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

.equipement-sidebar-info .booking-form .pricing-body .form_group {
	clear: both;
	padding: 30px 0;
	border-bottom: 1px solid var(--bc);
}

.equipement-sidebar-info .booking-form .pricing-body .form_group .form_control {
	padding: 0;
	height: auto;
	background-color: transparent;
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select {
	background-color: transparent;
	padding: 0;
	border: none;
	height: auto;
	line-height: 1;
	float: none;
}

.equipement-sidebar-info .booking-form .pricing-body .nice-select:after {
	right: 0;
}

.equipement-sidebar-info .booking-form .pricing-body p.available-text {
	color: #019657;
}

.equipement-sidebar-info .booking-form .pricing-body p.available-text i {
	margin-right: 10px;
}

.price-option-table ul .single-price-option .single-method input,
.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input {
	display: none;
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method input:checked+label::before {
	border-color: transparent;
	background-color: #ff0000;
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label {
	margin-bottom: 0px;
	line-height: 15px;
	line-height: 16px;
	font-size: 14px;
}

.equipement-sidebar-info .booking-form .pricing-body .reserved-filter .single-method label:before {
	display: inline-block;
	content: '';
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1.5px solid var(--body-color);
	margin-right: 10px;
}

.equipement-sidebar-info .booking-form .pricing-body .extra-option h4 {
	margin-bottom: 20px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method {
	justify-content: space-between;
	margin-bottom: 15px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label {
	margin-bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #0C1239;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title {
	line-height: 1;
	position: relative;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:before {
	display: inline-block;
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #ff0000;
	margin-right: 10px;
	border-radius: 2px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.title:after {
	position: absolute;
	top: 2px;
	left: 2px;
	content: '\f00c';
	font-family: 'Font Awesome 5 Pro';
	font-size: 12px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.price,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method label span.price {
	line-height: 25px;
	font-weight: 500;
	color: #ff0000;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price span.title {
	color: #ff0000;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .single-method input:checked+label span.title:after {
	visibility: visible;
	opacity: 1;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-input {
	display: flex;
	align-items: center;
	margin-bottom: 21px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price #quantity,
.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
	width: 30px;
	height: 30px;
	text-align: center;
	border: 1px solid var(--bc);
	cursor: pointer;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-down {
	border-right: none;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
	border-left: none;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option .quantity-total-price .quantity-up {
	margin-right: 20px;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total {
	display: block;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total span.total-price {
	float: right;
}

.equipement-sidebar-info .booking-form .price-option-table ul .single-price-option span.total {
	font-weight: 500;
	color: #ff0000;
}

.welcome-one__left {
    position: relative;
    display: block;
    margin-right: 70px;
}

.welcome-one__img-box {
    position: relative;
    display: block;
}

.welcome-one__img-box:before {
    position: absolute;
    top: 30px;
    left: -30px;
    bottom: 30px;
    background-color: #ff0000;
    content: "";
    width: 30px;
}


.welcome-one__img {
    position: relative;
    display: block;
    overflow: hidden;
}

.welcome-one__img:after {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    transform: skewX(-25deg);
    z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
    -webkit-animation: shine 1.5s;
    animation: shine 1.5s;
}

.welcome-one__img>img {
    width: 100%;
}

.welcome-one__small-img {
    position: absolute;
    bottom: -60px;
    right: -70px;
    z-index: 3;
}

.welcome-one__small-img>img {}

.welcome-one__completed {
    position: absolute;
    top: 60px;
    left: -112px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 60px 0px rgb(0, 0, 0, .10);
    display: flex;
    align-items: center;
    padding: 33px 45px 33px;
}

.pro-section2{
    padding-top: 22px;
    padding-bottom: 18px;
    text-align: center;
}
.pro-title{
    font-size: 18px;
    margin-bottom: 2px;
    font-weight: 600;
    font-family: "Roboto Slab", serif;
    color: #000;
    text-transform: uppercase;
}
.protext{
    margin-bottom: 10px;
    color: #ff0000;
    font-weight: 600;
}
.table-h{
    height: 425px;
}

.testimonial-area .prev.slick-arrow {
    float: left;
    margin-left: -55px;
    margin-top: 13%;
    width: 40px;
    height: 40px;
    background-color: #1d4988;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.testimonial-area .next.slick-arrow {
    float: right;
    margin-right: -60px;
    margin-top: -16%;
    width: 40px;
    height: 40px;
    background-color: #1d4988;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.heading_banner .cat_title {
    margin: 0 0 0px;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    background: rgba(0,0,0,.5);
    display: inline-block;
    width: auto;
    padding: 17px 20px;
	font-family: "Manrope", sans-serif;
}
.heading_banner {
    width: 100%;
    position: relative;
    background-size: 100%;
    padding: 70px 0;
    margin: 0;
}
.heading_banner::before {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.4);
    top: 0;
    left: 0;
    z-index: 0;
    content: '';
}
.inner_breadcrumb {
    width: 100%;
    background: #f5f3f3;
    margin: 0;
	padding: 15px 0px 15px 0px;
}
.inner_breadcrumb .breadcrumb {
    background: 0 0;
    border-radius: 0;
    border: none;
    list-style: none;
    padding: 0;
    float: left;
    display: inline-block;
    text-transform: capitalize;
    margin: 0;
}
.inner_breadcrumb .breadcrumb li {
    font-weight: 600;
    text-transform: uppercase;
    color: #666;
    float: left;
    display: inline-block;
    line-height: 28px;
	font-family: "Manrope", sans-serif;
}
.inner_breadcrumb .breadcrumb li a {
    float: left;
    padding: 0;
    color: #666;
    letter-spacing: .3px;
}
.inner_breadcrumb .breadcrumb li.active {
    color: #006bb7;
}
.inner_breadcrumb .breadcrumb li+li:before {
    float: left;
    padding: 20px 10px;
    color: #bfbfbf;
}
.inner_breadcrumb .breadcrumb li:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    padding: 0 14px;
    color: #fff;
    display: inline-block;
}
.bd-spanc{
    color: #666;
    margin-left: 10px;
    margin-right: 3px;
}
.infra-box {
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 8px 2px rgb(209 209 209 / 53%);
    margin-bottom: 15px;
    margin-top: 15px;
}
.infra-box h1{
    font-size: 19px;
    text-align: center;
    margin: 10px 0px 10px 0px;
	color: #ff0000;
}
.infra-gallery{
    position: relative;
    overflow: hidden;
    transition: .4s;
    -webkit-transition: .4s;
    padding: 2px;
    margin: 10px 0px;
}
.sec-7{
padding: 60px 0px;
background: url(../images/side-dot.png);
}

.sec-7 h5{
text-transform: uppercase;
color: #ff5e15;
position: relative;
font-size: 16px;
}

.sec-7 h5::before{
position: absolute;
content: '';
background-color: #ff5e15;
width: 70px;
height: 2px;
bottom: 7px;
left: 21%;
}

.sec-7 h2{
text-transform: uppercase;
color: #ff0000;
position: relative;
font-size: 33px;
font-weight: 600;
margin-top: 0px;
}

.sec-7 p{
    line-height: 26px;
    color: #444;
    margin-bottom: 26px;
    margin-top: 10px;
}

.why-box .why-icon{
float: left;
background: #ff0000;
font-size: 23px;
height: 60px;
width: 60px;
text-align: center;
line-height: 60px;
color: #fff;
border-bottom: 4px solid #9d1316;
border-radius: 6px;
}

.why-box .why-detail{
margin-left: 75px;
}

.why-box .why-detail h4{
color: #000;
margin-bottom: 0px;
}

.why-box .why-detail p{
    line-height: 26px;
    color: #444;
	margin-bottom:30px;  
}
.pro-asse{
    text-align: center;
    padding: 5px;
    font-size: 18px;
    padding-top: 10px;
    color: #000;
}
.pro-img {
    border: 1px solid #ccc;
    padding: 0px;
	width:100%;
}
/*---========================
   	Start Testimonial  css 
==========================---*/


.counter-area{
    padding-top: 60px;
    padding-bottom: 30px;
}
.testimonial-item-one {
	padding: 25px 30px 45px;
    background-color: var(--white);
    height: 350px;
}
.testimonial-area{
  padding-top:60px;
  padding-bottom:60px;
}

.testimonial-item-one .testimonial-content .quote {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E7E7ED;
	margin-bottom: 17px;
}

.testimonial-item-one .testimonial-content .quote i {
	font-size: 25px;
	color: #ff0000;
}

.testimonial-item-one .testimonial-content p {
	margin-bottom: 25px;
    color: #000;
    font-weight: 600;
    line-height: 27px;
    font-size: 15px;
}

.testimonial-item-one .testimonial-content h5 {
	font-size: 19px;
    font-weight: 600;
    color: #000;
}

.testimonial-item-one .testimonial-content h5 span {
	color: #ff0000;
}

.testimonial-item-two .testimonial-content {
	position: relative;
	background-color: #211641;
	padding: 30px 35px 33px;
	margin-bottom: 55px;
}

.testimonial-item-two .testimonial-content:after {
	position: absolute;
	bottom: -25px;
	left: 30px;
	content: '';
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #211641;
}

.testimonial-item-two .testimonial-content .quote i {
	color: rgba(255, 255, 255, 0.05);
	font-size: 55px;
	line-height: 1;
}

.testimonial-item-two .testimonial-content p {
	color: rgba(255, 255, 255, 0.7);
	font-style: italic;
}

.testimonial-item-two .testimonial-thumb-title {
	padding-left: 35px;
}

.testimonial-item-two .testimonial-thumb-title .thumb {
	min-width: 65px;
	max-width: 65px;
	height: 65px;
	margin-right: 20px;
}

.testimonial-item-two .testimonial-thumb-title .thumb img {
	width: 100%;
	border-radius: 50%;
}

.testimonial-item-two .testimonial-thumb-title .title h4,
.testimonial-item-two .testimonial-thumb-title .title span {
	color: var(--white);
}

.testimonial-2 .main-btn-primary::before {
	background-color: #fff;
}

.testimonial-2 .main-btn-primary::after {
	background-color: #fff;
}

.testimonial-2 .main-btn-primary:hover {
	color: #ff0000;
}

.testimonial-2 .main-btn-primary:hover::after {
	background-color: #ff0000;
}

/*---========================
   	Start CTA  css 
==========================---*/

.client-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
.bg-with-overlay {
	position: relative;
	z-index: 1;
}

.bg-with-overlay:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(8, 23, 117, 0.8);
}

.content-white h2,
.content-white h4 {
	color: #fff;
}

.cta-content-box-one h2 {
	margin-bottom: 25px;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 43px;
    color: #fff;
}

.cta-content-box-one h4 {
	font-weight: 500;
	margin-bottom: 47px;
}
.pro-section{
   padding-top:60px;
   padding-bottom:60px;
}
/*---========================
   	Start Blog  css 
==========================---*/
.blog-arrows-one {
	display: flex;
	justify-content: flex-end;
}

.blog-arrows-one .slick-arrow {
	width: 40px;
	height: 40px;
	background-color: #ff0000;
	color: var(--white);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .3s;
}

.blog-arrows-one .slick-arrow:hover {
	background-color: #212425;
	color: var(--white);
}

.blog-arrows-one .slick-arrow.prev {
	margin-right: 15px;
}

.post-meta ul li {
	display: inline-block;
}

.post-meta ul li span i {
	margin-right: 10px;
	color: #ff0000;
}

.blog-post-item-one:hover .entry-content:after {
	background-color: #ff0000;
}

.blog-post-item-one .post-thumbnail {
	position: relative;
}

.blog-post-item-one .post-thumbnail .cat-btn {
	position: absolute;
	bottom: -20px;
	left: 40px;
	z-index: 1;
	background-color: #ff0000;
	padding: 10px 25px;
	color: #ff0000;
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 500;
	line-height: 20px;
	clip-path: polygon(0 0, 95% 0, 100% 100%, 5% 100%);
}

.blog-post-item-one .entry-content {
	position: relative;
	padding: 20px 0px 15px;
	background-color: var(--light-bg);
	margin-top:-10px;
}



.blog-post-item-one .entry-content .post-meta ul li {
	margin-bottom: 13px;
}

.blog-post-item-one .entry-content .post-meta ul li span {
	margin-right: 20px;
}

.blog-post-item-one .entry-content .post-meta ul li span a:hover {
	color: #000;
}

.blog-post-item-one .entry-content .post-meta ul li span i {
	color: #ff0000;
}

.blog-post-item-one .post-thumbnail img {
	width: 100%;
}

.blog-post-item-one .entry-content h3.title {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 5px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.blog-post-item-one .entry-content h3.title:hover {
	color: #000;
}

.blog-post-item-one .entry-content p {
	margin-bottom: 15px;
}

.blog-post-item-one .entry-content .btn-link {
	color: #0C1239;
	font-weight: 500;
}

.blog-post-item-one .entry-content .btn-link:hover {
	text-decoration: none;
}

.blog-post-item-two .post-thumbnail {
	position: relative;
}

.blog-post-item-two .post-thumbnail img {
	width: 100%;
}

.blog-post-item-two .post-thumbnail .date {
	position: absolute;
	bottom: -30px;
	left: 30px;
	width: 80px;
	height: 80px;
	border: 4px solid #FFFFFF;
	border-bottom: none;
	border-radius: 30px 0px 0px 0px;
	background-color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.blog-post-item-two .post-thumbnail .date:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	background-color: #ff0000;
	bottom: 0;
	left: 0;
}

.blog-post-item-two .post-thumbnail .date {
	color: #ff0000;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
}

.blog-post-item-two .post-thumbnail .date span {
	font-size: 14px;
	font-weight: 500;
}

.blog-post-item-two .entry-content {
	padding: 55px 40px 30px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-top: none;
}

.blog-post-item-two .entry-content h3.title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
}

.blog-post-item-two .entry-content h3.title:hover {
	color: #ff0000;
}

.blog-post-item-two .entry-content .post-meta {
	margin-bottom: 10px;
}

.blog-post-item-two .entry-content .post-meta ul li:last-child {
	margin-left: 25px;
}

.blog-post-item-two .entry-content .post-meta ul li span {
	font-size: 14px;
	margin-bottom: 10px;
}

.blog-post-item-two .entry-content .post-meta ul li span i {
	color: #ff0000;
}

.blog-post-item-two .entry-content .main-btn {
	padding: 7px 22px;
	font-size: 14px;
}
.news-thumb2:after{
    border-color: transparent #1d4988 #1d4988 transparent;
    bottom: 77px;
    content: "";
    border-style: solid;
    border-width: 15px;
    position: absolute;
    right: 15px;
    z-index: 1;
    transition: all 0.3s;
}
/* Blog Details Css */
.blog-details-wrapper .blog-post-item .post-thumbnail {
	margin-bottom: 25px;
}

.blog-details-wrapper .blog-post-item .post-thumbnail img {
	width: 100%;
}

.blog-details-wrapper .blog-post-item .entry-content .post-meta ul li {
	margin-right: 20px;
}

.blog-details-wrapper .blog-post-item .entry-content h3 {
	font-size: 30px;
	margin-bottom: 20px;
}

.blog-details-wrapper .blog-post-item .entry-content p {
	margin-bottom: 20px;
}

.blog-share ul li {
	margin-right: 15px;
}

.blog-share ul li a {
	color: var(--white);
	padding: 7px 20px;
	border-radius: 30px;
}

.blog-share ul li a.facebook {
	background-color: #275baa;
}

.blog-share ul li a.twitter {
	background-color: #28c8f0;
}

.blog-share ul li a.linkedin {
	background-color: #0e76a8;
}

.blog-share ul li a i {
	margin-right: 10px;
}

/* Sidebar css */
.sidebar-widget-area .widget {
	padding: 25px 30px 30px;
	background-color: #F8F8F8;
}

.sidebar-widget-area .widget h4.widget-title {
	position: relative;
	font-weight: 500;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

.sidebar-widget-area .widget h4.widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0%;
	content: '';
	width: 50px;
	height: 3px;
	background-color: #ff0000;
}

.sidebar-widget-area .widget.search-widget .form_control {
	height: 60px;
}

.sidebar-widget-area .widget.search-widget .search-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 60px;
	color: #ff0000;
	background-color: #ff0000;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e5e5;
	margin-bottom: 10px;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li:last-child {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: none;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a {
	display: block;
	color: #3a416f;
	font-weight: 500;
	font-size: 18px;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a span {
	float: right;
}

.sidebar-widget-area .widget.categories-widget ul.widget-link li a:hover {
	color: #ff0000;
}

.sidebar-widget-area .widget.widget-tag-cloud a {
	background-color: #DFDADA;
	font-weight: 500;
	font-size: 12px;
	line-height: 26px;
	color: #ff0000;
	padding: 4px 15px;
	margin-bottom: 10px;
	margin-right: 5px;
}

.sidebar-widget-area .widget.widget-tag-cloud a:hover {
	background-color: #ff0000;
}

.blog-details-section .comments .comment-box {
	overflow: hidden;
	background: var(--color-white);
	padding: 30px 30px 0;
	border: 1px solid var(--bc) !important;
}

.blog-details-section .comments .name {
	margin-top: -3px;
	margin-bottom: 2px;
}

.blog-details-section .comments p {
	margin-bottom: 0;
}

.blog-details-section .comments .comment-list {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-details-section .comments .comment-list .comment .comment-body {
	display: flex;
	margin-bottom: 30px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-author {
	-webkit-padding-end: 16px;
	padding-inline-end: 16px;
	max-width: 100px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-author .lazy-container {
	height: auto;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-content p {
	margin-bottom: 10px;
}

.blog-details-section .comments .comment-list .comment .comment-body .comment-content .btn-text {
	color: #ff0000;
	display: inline-block;
	line-height: 1;
}

.blog-details-section .comments .comment-list .comment .children {
	list-style-type: none;
	padding: 0;
	-webkit-padding-start: 30px;
	padding-inline-start: 30px;
}

.blog-details-section .comments .comment-list .comment .children .comment-body {
	-webkit-padding-start: 35px;
	padding-inline-start: 35px;
	margin-bottom: 25px;
}

.blog-details-section .comments .comment-reply .comment-notes {
	margin-bottom: 25px;
}
@keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes infiUpDown {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-25px);
    transform: translateY(-25px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*---========================
   	Start Sponsor  css 
==========================---*/
.sponsor-slider-one .slick-track {
	display: flex;
	align-items: center;
}
.sponsor .next.slick-arrow{
    float: right;
    margin-right: -45px;
    margin-top: -122px;
    width: 40px;
    height: 40px;
    background-color: #1d4988;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.sponsor .prev.slick-arrow{
    float: left;
    margin-left: -40px;
    margin-top: 90px;
    width: 40px;
    height: 40px;
    background-color: #1d4988;
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}
.sponsor-item-one {
	padding: 0 20px;
	text-align: center;
}

.sponsor-item img {
	margin: auto;
	border: 1px solid #ccc;
	padding:10px;
}
.main-image::before {
    position: absolute;
    left: 3px;
    bottom: -12px;
    height: 22%;
    width: 22%;
    background-color: #ff0000;
    content: "";
}
.main-image::after {
    position: absolute;
    right: 3px;
    top: -12px;
    height: 22%;
    width: 22%;
    background-color: #ff0000;
    content: "";
}
.main-image img {
    position: relative;
    margin: 0;
    z-index: 9;
}

.abt-info ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #000;
    font-size: 15px;
}
.abt-info ul li:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    left: 0;
    top: 10px;
    border-radius: 50%;
    background-color: #ff0000;
}
.abt-info ul {
    margin: 0px 0 0 5px;
    padding: 0;
    list-style: none;
}
.sponsor-slider-two {
	margin-left: -15px;
	margin-right: -15px;
}

.sponsor-item-two {
	margin-left: 15px;
	margin-right: 15px;
}

.sponsor-item-two a {
	display: block;
	background-color: var(--light-gray);
	padding: 25px 50px;
}

.sponsor-item-two a:hover {
	background-color: #ff0000;
}

/*---========================
   	Start Newsletter  css 
==========================---*/
.newsletter-wrapper-one {
	position: relative;
	padding: 50px 30px;
	margin-bottom: -120px;
	z-index: 2;
	transform: skewX(-10deg);
}

.newsletter-wrapper-one::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: calc(100% - 60px);
	margin-inline: auto;
	content: '';
	background-color: #ff0000;
	z-index: -2;
}

.newsletter-wrapper-one:after {
	position: absolute;
	top: -50px;
	left: 5px;
	content: '';
	width: 75px;
	height: 175px;
	z-index: -1;
	background: #D38307;
	clip-path: polygon(35% 31%, 34% 100%, 0% 100%);
}

.newsletter-wrapper-one .newsletter-content-box {
	transform: skewX(10deg);
	overflow: hidden;
}

.newsletter-wrapper-one .newsletter-form .form_control {
	padding: 0 40px;
	height: 70px;
	clip-path: polygon(2% 0, 100% 0%, 98% 100%, 0% 100%);
}

.newsletter-wrapper-one .newsletter-form .newsletter-btn {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #0C1239;
	padding: 20px 40px;
	color: var(--white);
	clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.newsletter-wrapper-two {
	position: relative;
	z-index: 1;
	background-attachment: fixed;
    padding-top: 70px;
    padding-bottom: 30px;
}

.newsletter-wrapper-two:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(225,28,37 , 0.6 );
	z-index: -1;
}
.cta-title{
  color:#fff;
}
.cta-text{
    color: #fff;
    text-align: center;
    margin-bottom: 22px;
    margin: 0px 100px 25px;
}

.newsletter-wrapper-two .newsletter-content-box .form_control {
	height: 70px;
}

.newsletter-wrapper-two .newsletter-content-box .newsletter-btn {
	background-color: #1d4988;
	color: var(--white);
	padding: 21px 24px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
}
.cta-list2 li{
    color: #fff;
    display: flex;
    line-height: 28px;
    margin-bottom: 5px;
}
.cta-list2 li i{
    color: #fff;
    font-size: 25px;
    margin: 2px 10px 10px 0px;
}

/*---====================
   	Start Footer  css 
=====================---*/
.footer-area-one {
	position: relative;
	z-index: 1;
}

.footer-area-one:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background-color: rgba(12, 18, 57, 0.95);
	z-index: -1;
}

.footer-area-one .footer-widget {
	padding-top: 214px;
	padding-bottom: 45px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area-one .footer-widget .widget h4.widget-title {
	margin-bottom: 30px;
	color: var(--white);
}

.footer-area-one .footer-widget .widget p {
	color: var(--white);
}

.footer-area-one .footer-widget .widget.about-widget {
	margin-top: 6px;
}

.footer-area-one .footer-widget .widget.about-widget .brand-logo {
	margin-bottom: 35px;
}

.footer-area-one .footer-widget .widget.about-widget p {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	margin-bottom: 25px;
}

.footer-area-one .footer-widget .widget.about-widget .social-box h5 {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 20px;
	color: #fff;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li {
	margin-right: 5px;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #24294C;
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.footer-area-one .footer-widget .widget.about-widget .social-box ul.social-link li a:hover {
	background-color: #ff0000;
	color: var(--white);
}

.footer-area-one .footer-widget .widget.footer-widget-nav {
	padding-left: 40%;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li {
	margin-bottom: 10px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:before {
	display: inline-block;
	content: '';
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #ff0000;
	vertical-align: middle;
	margin-right: 20px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li:last-child {
	margin-bottom: 0px;
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a {
	color: var(--white);
}

.footer-area-one .footer-widget .widget.footer-widget-nav ul.widget-nav li a:hover {
	color: #ff0000;
}

.footer-area-one .footer-widget .widget.contact-info-widget {
	padding-left: 25px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 25px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon {
	margin-right: 15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #ff0000;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon i {
	color: #fff;
	font-size: 18px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .info {
	margin-top: -8px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .info p a:hover {
	color: #ff0000;
}

.footer-area-one .copyright-area {
	padding: 25px 0;
}

.footer-area-one .copyright-area .copyright-text p {
	color: var(--white);
}

.footer-area-two .footer-top {
	padding: 120px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-area-two .footer-top .footer-logo {
	display: block;
	margin-bottom: 60px;
}

.footer-area-two .footer-top ul.social-link li span.title {
	font-size: 20px;
	line-height: 30px;
	color: var(--white);
	margin-right: 10px;
}

.footer-area-two .footer-top ul.social-link li a {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #24294C;
	color: var(--white);
	font-size: 14px;
	transition: all .4s;
	margin-left: 5px;
	margin-right: 5px;
}

.footer-area-two .footer-top ul.social-link li a:hover {
	background-color: #ff0000;
	color: var(--white);
}

.footer-area-two .footer-widget {
	padding-top: 100px;
}

/*---====================
   	Start Categories  css 
=====================---*/
.categories-item-one {
	position: relative;
	background-color: #FAFAFA;
	padding: 50px 35px 40px;
	height: 325px;
	transition: all .3s;
}

.categories-item-one:hover {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #ff0000;
}

.categories-item-one:hover .icon i {
	color: #ff0000;
	background-color: #ff0000;
	border-radius: 40px 40px 0px 40px;
}

.categories-item-one:hover .content p {
	display: none;
}

.categories-item-one:hover .content h5 {
	color: var(--white);
	margin-bottom: 30px;
}

.categories-item-one:hover .content .main-btn {
	display: inline-block;
}

.categories-item-one .icon {
	margin-bottom: 25px;
}

.categories-item-one .icon i {
	width: 90px;
	height: 80px;
	background-color: #FFF0D9;
	border-radius: 40px 0px 40px 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 40px;
	color: #ff0000;
	transition: all .3s;
}

.categories-item-one .content h5 {
	margin-bottom: 20px;
}

.categories-item-one .content .main-btn {
	display: none;
}

/*---====================
   	Start Shop  css 
=====================---*/
.product-filter .form_group i {
	position: absolute;
	top: 17px;
	right: 20px;
}

.product-filter .form_control {
	border: 1px solid var(--bc);
	border-radius: 4px;
	padding: 0 20px;
	margin-bottom: 20px;
}

.product-filter .nice-select {
	padding: 0 20px;
	border: 1px solid var(--bc);
	border-radius: 4px;
	margin-bottom: 20px;
	height: 50px;
	line-height: 50px;
}

.product-item-one .product-img img {
	width: 100%;
}

.product-item-one {
	border: 1px solid var(--bc);
}

.product-item-one .product-info {
	padding: 25px 30px 30px;
}

.product-item-one .product-info h3.title {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 5px;
}

.product-item-one .product-info .rating {
	margin-bottom: 20px;
}

.product-item-one .product-info .rating li {
	font-size: 14px;
}

.filter-products-list .single-method {
	margin-bottom: 15px;
}

.filter-products-list .single-method:last-child {
	margin-bottom: 0px;
}

.filter-products-list .single-method label {
	margin-bottom: 0;
	line-height: 15px;
}

.filter-products-list .single-method label span {
	margin-left: 10px;
}

.product-item-two:hover .product-img .product-overlay {
	height: 100%;
	visibility: visible;
	opacity: 1;
}

.product-item-two:hover .product-img .product-overlay .product-meta .wishlist-btn,
.product-item-two:hover .product-img .product-overlay .product-meta .cart-btn,
.product-item-two:hover .product-img .product-overlay .product-meta .img-popup {
	transform: translateY(0px);
}

.product-item-two .product-img {
	position: relative;
	overflow: hidden;
}

.product-item-two .product-img .product-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 5%;
	background-color: rgba(12, 18, 57, 0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.product-item-two .product-img .product-overlay .product-meta {
	display: flex;
}

.product-item-two .product-img .product-overlay .product-meta a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #ff0000;
	border-radius: 50%;
	background-color: #ff0000;
	margin-left: 7px;
	margin-right: 7px;
}

.product-item-two .product-img .product-overlay .product-meta .img-popup {
	transform: translateY(40px);
	transition: all .4s;
}

.product-item-two .product-img .product-overlay .product-meta .cart-btn {
	transform: translateY(50px);
	transition: all .5s;
}

.product-item-two .product-img .product-overlay .product-meta .wishlist-btn {
	transform: translateY(60px);
	transition: all .6s;
}

.product-item-two .product-info {
	padding-top: 26px;
}

.product-item-two .product-info h3.title {
	font-size: 20px;
	line-height: 30px;
}

.product-item-two .product-info span.price {
	font-weight: 600;
	color: #ff0000;
}

.product-item-two .product-info span.price span.pre-price {
	margin-left: 5px;
	text-decoration: line-through;
	font-weight: 400;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow,
.products-gallery-wrap .products-big-slider .slick-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 1;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	font-size: 14px;
	background-color: #ff0000;
	color: #ff0000;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow:hover,
.products-gallery-wrap .products-big-slider .slick-arrow:hover {
	background-color: #ff0000;
	color: #ff0000;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow.prev,
.products-gallery-wrap .products-big-slider .slick-arrow.prev {
	left: 0;
}

.products-gallery-wrap .products-thumb-slider .slick-arrow.next,
.products-gallery-wrap .products-big-slider .slick-arrow.next {
	right: 0;
}

.products-gallery-wrap .products-big-slider a {
	display: block;
}

.products-gallery-wrap .products-big-slider a img {
	width: 100%;
}

.products-gallery-wrap .products-thumb-slider {
	margin-left: -10px;
	margin-right: -10px;
}

.products-gallery-wrap .products-thumb-slider .product-img {
	margin-left: 10px;
	margin-right: 10px;
}

.products-gallery-wrap .products-thumb-slider .product-img img {
	width: 100%;
}

.products-details-wrapper .product-info h2 {
	margin-bottom: 15px;
}

.products-details-wrapper .product-info ul.rating {
	margin-bottom: 5px;
}

.products-details-wrapper .product-info span.price {
	font-weight: 600;
	color: #ff0000;
}

.products-details-wrapper .product-info span.price span.pre-price {
	font-weight: 400;
	text-decoration: line-through;
}

.products-details-wrapper .product-info p {
	margin-bottom: 20px;
}

.products-details-wrapper .product-info .button .main-btn {
	margin-right: 10px;
	margin-bottom: 10px;
}

.products-details-wrapper .product-info ul.social-link li {
	margin-right: 10px;
}

.products-details-wrapper .product-info .product-tags a {
	color: #ff0000;
	font-weight: 600;
	margin-left: 10px;
}

.products-details-wrapper .product-info .product-tags a:hover {
	color: #ff0000;
}

.description-wrapper .description-tabs .nav-link {
	position: relative;
	border-radius: 0px;
	border: none;
	margin-bottom: 0px;
	color: #ff0000;
	padding: 0;
	margin-right: 20px;
	font-weight: 600;
	padding-bottom: 10px;
}

.description-wrapper .description-tabs .nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background-color: #ff0000;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
}

.description-wrapper .description-tabs .nav-link.active,
.description-wrapper .description-tabs .nav-link:hover {
	color: #ff0000;
}

.description-wrapper .description-tabs .nav-link.active:after {
	visibility: visible;
	opacity: 1;
}

.shop-review-area h4.title {
	margin-bottom: 20px;
}

.shop-review-area .shop-review-user {
	margin-bottom: 30px;
}

.shop-review-area .shop-review-user .thumb {
	min-width: 60px;
	max-width: 60px;
	height: 60px;
	margin-right: 20px;
}

.shop-review-area .shop-review-user .thumb img {
	width: 100%;
	border-radius: 50%;
}

.shop-review-area .shop-review-user .content span.date {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	color: #ff0000;
}

.shop-review-area .shop-review-user .content .rating li {
	font-size: 14px;
	line-height: 20px;
}

.shop-review-area .form_group .form_control {
	height: 150px;
	border: 1px solid var(--bc);
	border-radius: 5px;
	margin-bottom: 20px;
}

.shop-review-area .form_group ul.rating li {
	margin-bottom: 10px;
}

.shop-review-area .form_group ul.rating li:after {
	display: inline-block;
	content: '|';
	margin-left: 10px;
	margin-right: 7px;
}

.shop-review-area .form_group ul.rating li:last-child:after {
	display: none;
}

.shop-review-area .form_group ul.rating li:hover span {
	color: #ff0000;
}


/*---====================
   	Start Team  css 
=====================---*/
.team-item-one:hover .team-img:after {
	width: 100%;
	clip-path: none;
	height: 100%;
}

.team-item-one:hover .team-img .team-social {
	visibility: visible;
	opacity: 1;
	transform: translateY(0px);
}

.team-item-one .team-img {
	position: relative;
	overflow: hidden;
}

.team-item-one .team-img img {
	width: 100%;
}

.team-item-one .team-img:after {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 80px;
	height: 80px;
	content: '';
	background-color: rgb(251 163 28 / 80%);
	clip-path: polygon(0 0, 100% 0, 0 95%);
	z-index: 1;
	transition: all .3s;
}

.team-item-one .team-img .team-social {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	transform: translateY(-20px);
	visibility: hidden;
	opacity: 0;
	transition: all .4s;
}

.team-item-one .team-img .team-social ul.social-link li {
	display: inline-block;
	margin-left: 7.5px;
	margin-right: 7.5px;
}

.team-item-one .team-img .team-social ul.social-link li a {
	color: #ff0000;

}

.team-item-one .team-info {
	padding-top: 23px;
}

.team-item-one .team-info h3.title {
	font-size: 22px;
	line-height: 30px;
}

.team-item-one .team-info h3.title:hover {
	color: #ff0000;
}

.team-item-one .team-info span.position {
	font-size: 14px;
}

/*---=======================
   Sart FAQ  css 
===========================---*/



.widget.faq-nav-widget {
	padding: 45px 20px 50px;
}
.c-form{
     padding: 12px 0px 0px 15px;
}

.career-img{
  margin-top:25%;
}
.about-image:before{
    position: absolute;
    content: "";
    top: 20px;
    left: 20px;
    width: 100%;
    height: 100%;
    border: 6px solid #ff0000;
}
.about-image{
    box-shadow: 0px 0px 11px 0px rgb(0 0 0 / 25%);
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-right: 20px;
	margin-top:20px;
}
.about-image img{
  z-index: 999;
  position:relative;
}
.about-section{
  padding-bottom:60px;
  padding-top:60px;
}

.widget.faq-nav-widget .nav-tabs {
	border-bottom: none;
}

.widget.faq-nav-widget .nav-tabs .nav-item {
	flex: 0 0 auto;
	width: 100%;
}

.widget.faq-nav-widget .nav-tabs .nav-link {
	display: block;
	border: none;
	background-color: transparent;
	font-weight: 500;
	font-size: 18px;
	color: #3a416f;
}

.widget.faq-nav-widget .nav-tabs .nav-link.active,
.widget.faq-nav-widget .nav-tabs .nav-link:hover {
	color: #ff0000;
}

.faq-wrapper-one .card {
	border-radius: 0px;
	border: none;
}

.faq-wrapper-one .card .card-header {
	background-color: #f9f9f9;
	color: #3a416f;
	font-weight: 500;
	border-bottom: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.faq-wrapper-one .card .card-header[aria-expanded=true] {
	background-color: #ff0000;
	color: var(--white);
}

.faq-wrapper-one .card .card-header[aria-expanded]:after {
	display: inline-block;
	content: '\f107';
	font-weight: 600;
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	float: right;
	transition: all .3s;
	margin-left: 15px;
}

.faq-wrapper-one .card .card-header[aria-expanded=true]:after {
	transform: rotate(-180deg);
}

.faq-wrapper-one .card .card-body {
	border: 1px solid #f9f9f9;
	border-top: none;
	padding: 15px 20px;
}

/*---====================
   	Start Contact  css 
=====================---*/
.information-list-item .information-item {
	display: flex;
	align-items: center;
	padding: 25px 35px 25px 35px;
    border: 1px solid #1d4988;
    background: #1d4988;
}

.information-list-item .information-item .icon {
	transition: all .3s;
}

.information-list-item .information-item .info {
	margin-left: 20px;
}

.information-list-item .information-item .icon i {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	transition: all .7s;
}

.information-list-item .information-item .info p {
	line-height: 26px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}

.information-list-item .information-item .info p a:hover {
	color: #fff;
}

.contact-wrapper .section-title span.span {
	font-weight: 500;
	font-size: 18px;
	color: #ff0000;
}

.contact-wrapper .contact-form .form_control {
	height: 60px;
	border: 1px solid #e5e5e5;
	margin-bottom: 20px;
}

.contact-wrapper .contact-form .nice-select {
	height: 60px;
	line-height: 60px;
	border-radius: 0px;
	margin-bottom: 20px;
}

.contact-wrapper .contact-form textarea.form_control {
	height: 150px;
}

/*---====================
   	Start Shop  css 
=====================---*/
.cart-area-section .total-item-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
}

.cart-area-section .total-item-info li {
	color: #ff0000;
}

.cart-area-section .cart-table {
	width: 100%;
}

.cart-area-section .cart-table thead {
	background-color: #eaeaea;
}

.cart-area-section .cart-table thead tr th {
	padding: 10px 20px;
	color: #ff0000;
}

.cart-area-section .cart-table thead tr th.remove {
	text-align: center;
}

.cart-area-section .cart-table tbody tr td {
	padding: 15px 0;
	border-bottom: 1px solid var(--bc);
}

.cart-area-section .cart-table tbody .title h3.prod-title {
	font-size: 20px;
}

.cart-area-section .cart-table tbody .qty .quantity-input {
	max-width: 150px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cart-area-section .cart-table tbody .qty .quantity-input input,
.cart-area-section .cart-table tbody .qty .quantity-input .quantity-up,
.cart-area-section .cart-table tbody .qty .quantity-input .quantity-down {
	width: 50px;
	height: 40px;
	padding: 0 10px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

.cart-area-section .cart-table tbody .qty .quantity-input input {
	border-left: none;
	border-right: none;
}

.cart-area-section .cart-table tbody .unit-price .available-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.cart-area-section .cart-table tbody .unit-price .available-info span.icon {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #ff0000;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.cart-area-section .cart-table tbody .remove {
	text-align: center;
}

.cart-area-section .cart-middle {
	float: right;
	margin-top: 20px;
}

.cart-area-section .cart-middle .cart-btn {
	display: inline-block;
	margin-left: 15px;
	padding: 10px 30px;
	color: #fff;
	background-color: #ff0000;
	border-radius: 4px;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.cart-area-section .cart-middle .cart-btn:hover {
	background-color: #14212b;
	color: #fff;
}

.checkout-area-section .shop-title-box h3 {
	margin-bottom: 20px;
}

.checkout-area-section .form_group label {
	display: block;
	font-weight: 600;
	color: #000;
	margin-bottom: 15px;
}

.checkout-area-section .form_group .form_control {
	border: 1px solid #e5e5e5;
}

.checkout-area-section .bottom {
	margin-top: 30px;
}

.checkout-area-section .bottom .table-one {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 40px;
}

.checkout-area-section .bottom .cart-table {
	width: 100%;
}

.checkout-area-section .bottom .cart-table tbody .product-title .prod-title {
	font-size: 20px;
}

.checkout-area-section .bottom .cart-table tbody input {
	width: 40px;
	height: 40px;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
}

.checkout-area-section .bottom .cart-table tbody input[type=radio] {
	width: 15px;
	height: 15px;
}

.checkout-area-section .bottom .cart-table tbody tr td p {
	line-height: 18px;
}

.checkout-area-section .bottom .cart-total .cart-total-table {
	border: 1px solid #e8e6f4;
	border-radius: 6px;
}

.checkout-area-section .bottom .cart-total .cart-total-table li {
	border-bottom: 1px solid #e8e6f4;
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col {
	position: relative;
	display: block;
	float: left;
	color: #111;
	font-size: 16px;
	font-weight: 700;
	line-height: 28px;
	padding: 10px 18px;
	width: 50%;
}

.checkout-area-section .bottom .cart-total .cart-total-table li span.col.col-title {
	border-right: 1px solid #e8e6f4;
}

.checkout-area-section .coupon {
	position: relative;
	display: block;
	background: #f8f7ff;
	padding: 20px 28px 21px;
	margin-bottom: 60px;
	border-radius: 5px;
}
.checkout-area-section .coupon .form-control,
.checkout-area-section .coupon button {
	border-radius: 0 !important;
}
.checkout-area-section .coupon .btn {
	background-color: #ff0000;
	color: #fff;
	font-size: 14px;
}

.checkout-area-section .payment-options {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e8e6f4;
	padding: 23px 20px 35px;
	border-radius: 6px;
}

.checkout-area-section .payment-options h4 {
	margin-bottom: 15px;
}

.checkout-area-section .payment-options .accordion-item {
	margin-bottom: 15px;
}

.checkout-area-section .payment-options .accordion-header {
	display: flex;
}

.checkout-area-section .payment-options .accordion-header label {
	margin-bottom: 0;
	line-height: 17px;
	margin-left: 10px;
	cursor: pointer;
}

.checkout-area-section .payment-options input[type=radio] {
	width: 15px;
	height: 15px;
}

.checkout-area-section .payment-options .placeorder-button {
	margin-top: 30px;
}

/*---====================
   	User Area css 
=====================---*/
.user-area-section .user-form .form_group label {
	font-weight: 700;
}

.user-area-section .user-form .form_group .form_control {
	border: 1px solid #e5e5e5;
	margin-bottom: 30px;
}

.user-area-section .user-form .form_group .main-btn {
	margin-right: 10px;
}

.user-area-section .user-form .form_checkbox .single-checkbox {
	margin-right: 15px;
}

.user-area-section .user-form input[type=radio] {
	width: 13px;
	height: 13px;
}

.user-area-section .user-form input[type=checkbox] {
	width: 13px;
	height: 13px;
}

.user-area-section .user-form .form_checkbox {
	display: flex;
	margin-bottom: 20px;
}

.user-area-section .user-form .form_checkbox label {
	line-height: 15px;
}

.user-area-section .user-form .form_checkbox label span {
	margin-left: 15px;
}

.user-area-section .user-form .form_text {
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.contact-info-box {
    display: block!important;
}
ul.countries li {
    width: 100%;
    }
.grve-column-1-2{
	width: 100%!important;
}
.grv_content {
    padding-right: 20px!important;
    padding-left: 20px!important;
    padding-top: 40px!important;
}
.contact-form-style1-shadow-area {
    padding: 0px 0px 0px 20px!important;
}
.contact-sec-title {
    margin-top: 30px!important;
}

	.dataTables_length {
		margin-bottom: 20px;
	}
	.medium-6 {
    width: 100%;
}

.large-offset-3 {
    margin-left: 0%;
}
.large-8 {
    width: 100%;
}
.column, .columns {
    width: 100%;
    float: left;
	}
	.mission {
    padding-top: 20px;
    padding-bottom: 50px;
}
.mission-right-small-img {
    margin-top: 15px;
}
.large-offset-1 {
    margin-left: 0%;
}
.mission-left-small-img {
    margin-left: 0%;
}
.brand-logo {
    width: 240px;
}
.header-navigation.sticky .brand-logo {
    width: 240px;
}
.cta-text {
    margin: 0px 0px 25px;
}
.about-image {
    margin-bottom: 50px;
}
.cta-content-box-one h2 {
    line-height: 35px;
    font-size: 21px;
}

	div.dataTables_wrapper div.dataTables_length,
	div.dataTables_wrapper div.dataTables_filter,
	div.dataTables_wrapper div.dataTables_info,
	div.dataTables_wrapper div.dataTables_paginate {
		float: none;
	}

	div.dataTables_wrapper div.dataTables_paginate ul.pagination {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 20px;
	}
	#footer .flex_column .widget:first-child {
        min-height: auto!important;
    }
        #footer .widget {
        margin: 11px 0;
    }
     div .flex_column {
        width: 100%!important;
        margin-left: 25px;
        margin-right: 25px;
    }
}

/* -----------------------------------------
	Error CSS
----------------------------------------- */
.error-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
}

.error-area .error-content {
	text-align: center;
}

.error-area .error-content img {
	max-width: 70%;
}

.error-area .error-content h3 {
	margin-bottom: 20px;
	font-size: 40px;
}

.error-area .error-content p {
	max-width: 550px;
	margin: auto;
	margin-bottom: 20px;
}

/* -----------------------------------------
	Coming Soon CSS
----------------------------------------- */
.coming-soon-area {
	display: flex;
	align-items: center;
	height: 100vh;
}

.coming-soon-area .coming-soon-box {
	max-width: 640px;
	margin: 0 auto;
	padding: 60px 30px;
	border: 2px solid #ff0000;
	background-color: #ffffff;
	box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
}

.coming-soon-area .coming-soon-box .title-box {
	text-align: center;
	margin-bottom: 30px;
}

.coming-soon-area .coming-soon-box .title-box .title {
	margin-top: -2px;
	margin-bottom: 10px;
}

.coming-soon-area .coming-soon-box .title-box .text {
	margin-bottom: 0;
}

.coming-soon-area .coming-soon-box #timer {
	margin-bottom: 30px;
}

.coming-soon-area .coming-soon-box #timer .counter {
	width: 100px;
	height: 105px;
	margin-left: 10px;
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #f8faff;
}

.coming-soon-area .coming-soon-box #timer .counter .h1 {
	font-weight: 700;
	color: #ff0000;
	margin-bottom: 0;
}

.coming-soon-area .coming-soon-box #timer .counter span {
	display: block;
	color: #132150;
	font-weight: 600;
	font-size: 17px;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group {
	border: 2px solid #dddddd;
	-webkit-box-shadow: 0px 15px 32px 0px rgba(97, 78, 249, 0.08);
	box-shadow: 0px 15px 32px 0px rgba(97, 78, 249, 0.08);
	background-color: #ffffff;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-webkit-input-placeholder {
	color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group :-ms-input-placeholder {
	color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::-ms-input-placeholder {
	color: #8c929d;
}

.coming-soon-area .coming-soon-box .newsletter-form .input-group ::placeholder {
	color: #8c929d;
}

/* -----------------------------------------
	Newsletter Form CSS
----------------------------------------- */
.newsletter-form .input-group {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 3px;
	background-color: rgba(255, 255, 255, 0.259);
}

.newsletter-form .input-group .form-control {
	height: auto;
	border: none;
	border-radius: 0;
	padding: 15px 25px;
	background-color: transparent;
}

/* -----------------------------------------
	Pagination CSS
----------------------------------------- */
.pagination-nav {
	padding-top: 20px;
}

.pagination-nav .page-link {
	color: #ff0000;
    text-align: center;
    display: inline-block;
    width: 110px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    padding: 0;
    font-size: 17px;
    border-color: transparent;
    font-weight: 600;
}

.pagination-nav .page-item:first-child .page-link,
.pagination-nav .page-item:last-child .page-link {
	border-radius: 0;
}

.pagination-nav .page-item.active .page-link {
	color: #fff;
	background-color: #ff0000;
	border-color: transparent;
}
.pagination-nav .page-item:hover .page-link {
	color: #fff;
	background-color: #0e0e0e;
	border-color: transparent;
}

.pagination-nav .page-item.next,
.pagination-nav .page-item.prev {
	border: none;
}

.pagination-nav .page-item.next:hover,
.pagination-nav .page-item.prev:hover {
	color: #ff0000;
	background: transparent;
}



.thm-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: none !important;
    background-color: #ff0000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Roboto Slab", serif;
    text-transform: uppercase;
    padding: 16px 59px 16px;
    transition: all 0.5s linear;
    z-index: 1;
}

.thm-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #030303;
  content: "";
  transform: scaleY(0.0) rotateX(0deg);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: -1;
}

.thm-btn:hover {
  color: #fff;
}

.thm-btn:hover:before {
  transform: scaleY(1.0) rotateX(0deg);
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.thm-btn i {
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}


.breadcrumb-area {
    position: relative;
    display: block;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    z-index: 10;
}
.breadcrumb-area:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #000000;
    opacity: 0.70;
    content: "";
    z-index: -1;
}
.breadcrumb-area .inner-content {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title {
    position: relative;
    display: block;
    overflow: hidden;
}
.breadcrumb-area .title h2 {
    color: #ffffff;
    font-size: 45px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
}
.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 18px;
}
.breadcrumb-menu ul li {
    position: relative;
    display: inline-block;
    float: none;
    color: #ffffff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    margin-right: 15px;
    padding-right: 20px;
    text-transform: capitalize;
}
.breadcrumb-menu ul li :after {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    width: 2px;
    content: "";
    background: #fff;
}
.breadcrumb-menu ul li a {
    color: #ffffff;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
.breadcrumb-menu ul li:last-child {
    margin: 0;
    padding: 0;  
}

.breadcrumb-menu ul li.active{
	color: #fff;
}
.breadcrumb-area:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 250px;
    background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
    opacity: 0.702;
    content: "";
    z-index: -1;
}


.contact-info-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 70px 0 30px;
}
.contact-info-box {
    position: relative;
    display: flex;
}
.single-contact-info-box {
    position: relative;
    display: block;
    max-width: 380px;
    text-align: center;
    padding: 0 40px;
    width: 100%;
    margin-bottom: 40px;
}
.single-contact-info-box:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #e1e1e1;
    content: "";
}
.single-contact-info-box .icon {
    position: relative;
    display: block;
    margin-bottom: 10px;
}
.single-contact-info-box .icon span {
    font-size: 90px;
}
.single-contact-info-box .text {
    position: relative;
    display: block;
}
.single-contact-info-box .text h3 {
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
.single-contact-info-box .text p {
    color: #000000;
    font-size: 17px;
    line-height: 26px;
    font-weight: 500;
    margin: 0;
}
.call-imgs{
	width: 65px;
}
.single-contact-info-box:last-child:before{
    display: none;

}

.contact-form-outer-box {
    position: relative;
    display: block;
    padding-top: 40px;
    padding-right: 90px;
    padding-bottom: 80px;
    background-color: rgb(255, 255, 255);
    border-radius: 0px;
    margin-top: -60px;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 10;
}
.contact-form-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 30px 0 80px;
    z-index: 1;
}
.contact-inner-box {
    position: relative;
    display: block;
}
.contact-form {
    position: relative;
    display: block;
    width: 100%;
    z-index: 100;
    padding-right: 30px;
}
.contact-inner-box .contact-image-box {
    position: absolute;
    bottom: -80px;
    width: 570px;
}
.contact-sec-title h2{
    font-size: 44px;
    line-height: 48px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 5px;
}
.contact-sec-title h4{
	position: relative;
    display: block;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}
.contact-form-style1-shadow-area{
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    padding: 0px 0px 0px 50px;
}

.contact-sec-title{
	margin-top: 80px;
}
.contact-image-box{
	margin-bottom: -7px;
}


.promo-area-1 {
    background: #ff0000;
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 130px;
}
.tp-promo-info {
    display: flex;
    align-items: center;
}
.tp-promo-info i {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    margin-right: 35px;
}
.tp-promo-info .tp-support p {
    font-size: 16px;
    color: #fff;
}
.tp-promo-info .tp-support h3 a{
    color: #ffffff;
}
.tp-promo-info .tp-support h3{
    font-size: 38px;
    line-height: 1.1;
    color: #ffffff;
    font-weight: 400;
}
.tp-promo-info .bar {
    position: relative;
}
.tp-promo-info .bar::before {
    position: absolute;
    width: 100px;
    height: 1px;
    content: "";
    background: #fff;
    left: -130px;
    top: 50%;
}


.tp-counter__item {
    text-align: center;
    padding: 35px 10px;
    background: #f9f6f6;
    box-shadow: 0px 40px 80px 0px rgb(0 0 0 / 6%);
    margin-top: -145px;
    margin-bottom: 78px;
    height: 320px;
}
.tp-counter__item i {
    font-size: 70px;
    color: #ff0000;
}
.tp-counter__item .tp-counter__text h4 {
    position: relative;
    font-size: 45px;
    color: #000;
}
.tp-counter__item .tp-counter__text h4::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 50px;
    background: #ff0000;
    top: -120%;
    right: 0;
    left: 0;
    margin: 0 auto;
}
.tp-counter__item .tp-counter__text h4 span {
    font-size: 45px;
    line-height: 55px;
    color: #000000;
    margin-right: 5px;
}

.tp-counter__item .tp-counter__text span {
    font-size: 15px;
    color: #000000;
    text-transform: capitalize;
    font-weight: 500;
    line-height: 26px;
}
.tp-counter__text{
	margin-top: 100px;
}

.section-visionm{
	padding-top: 60px;
	padding-bottom: 60px;
}
.block-bg-hover {
    position: relative;
    z-index: 1;
}
.data-title-large {
    position: relative;
    overflow: hidden;
    padding-bottom: 25px;
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #f6f7f8;
    height: 430px;
}
.icon-xl.inline-icon {
    width: auto;
}


.icon-xl i {
    font-size: 78px;
    line-height: 80px;
    color: #000;
}
.v-icon {
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.block-bg-hover:after {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0px;
    top: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    background-color: #ff0000;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.wt-tilte-large{
	font-size: 30px;
    line-height: 26px;
    font-weight: 600;
    color: #ff0000;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.data-title-large .wt-tilte-large:after {
    position: absolute;
    content: attr(data-title);
    opacity: 0.1;
    color: #000;
    font-weight: 700;
    font-size: 360px;
    line-height: 360px;
    text-transform: uppercase;
    bottom: -90px;
    right: -40px;
    z-index: 2;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-text-fill-color: rgba(0,0,0,0);
    -ms-text-fill-color: rgba(0,0,0,0);
    -moz-text-fill-color: rgba(0,0,0,0);
    -o-text-fill-color: rgba(0,0,0,0);
    -webkit-text-stroke-width: 1px;
    -ms-text-stroke-width: 1px;
    -moz-text-stroke-width: 1px;
    -o-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    -ms-text-stroke-color: #000;
    -moz-text-stroke-color: #000;
    -o-text-stroke-color: #000;
}
.icon-content p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
}
.block-bg-hover:hover:after{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	z-index: -1;
}

.block-bg-hover:hover,
.block-bg-hover:hover .wt-tilte-large, 
.block-bg-hover:hover a{
	color:#fff;
}
.block-bg-hover:hover .icon-xl i{
	color: #fff;
}
.block-bg-hover:hover .wt-tilte-large span{
	color: #fff;
}
.block-bg-hover:hover .icon-content p{
	color: #fff;
}
.block-bg-hover:hover a:hover{
	color:#d5dd02;
}
.block-bg-hover:hover .icon-xl i::after{
color: #fff;
}
.block-bg-hover:hover .wt-tilte-large::after{
	-webkit-text-stroke-color: #f6f7f8;
	-ms-text-stroke-color: #f6f7f8;
	-moz-text-stroke-color: #f6f7f8;
	-o-text-stroke-color: #f6f7f8;
}


.block-bg-hover{
	position:relative;
	z-index:1;
}

.pad-mr {
    padding-left: 40px;
}
.solution-heading h1 {
    color: #ff0000;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 31px;
    letter-spacing: 0px;
}
.abt-infor-sec ul {
    margin: 20px 0 0 0px;
    padding: 0;
    list-style: none;
}
.abt-infor-sec ul li {
    width: 100%;
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 0px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    font-size: 16px;
}
.list-item2 {
    margin-bottom: 15px!important;
}
.font_bold {
    font-weight: 600;
    color: #ff0000;
    font-size: 20px;
    letter-spacing: 0;
    font-family: "Roboto Slab", serif;
}


.feature_grv_img {
    background-image: url(../images/about/about-imgg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 465px;
}
.grve-column-1-2 {
    width: 50.0%;
}
.grv_content{
	padding-right: 118px;
    padding-left: 70px;
    padding-top:35px;
}


.features-area {
    background-color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.features-area ul li:first-child {
}
.features-area ul li {
    border-right: 1px solid #c6c5c5;
    border-bottom: 1px solid #c6c5c5;
    padding: 30px 35px;
}
.features-area ul li img {
    margin: 0 auto 22px;
}
.features-area ul li p {
    text-align: center;
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}
.features-area ul li:nth-child(4) {
    border-bottom: none;
}
.features-area ul li:nth-child(3) {
    border-right: none;
}
.features-area ul li:nth-child(5) {
    border-bottom: none;
}
.features-area ul li:nth-child(6) {
    border-bottom: none;
    border-right: none;
}
.border-bt-n{
	border-bottom: none!important;
}



.section-block-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 90px 0px 90px 0px;
}
.text-content-big p {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    margin-bottom: 15px;
    text-align: justify;
    margin-top: 20px;
}
.feature-flex-square {
    position: relative;
    border-radius: 5px;
    margin: 30px 0px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.feature-flex-square-icon {
    float: left;
    width: 25%;
    margin-top: 5px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.feature-flex-square-icon i {
    color: #d21e2b;
    border-radius: 10px;
    padding: 10px;
    font-size: 55px;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.feature-flex-square-content {
    float: left;
    width: 75%;
    padding-left: 10px;
}
.feature-flex-square-content h4 {
    color: #111;
    font-size: 19px;
    font-weight: 500;
}


.footer_color{
	background-color: #000;
    color: #888;
}

#footer .av_one_half.first {
    width: 67%;
}
div .flex_column {
    z-index: 1;
    float: left;
    position: relative;
    min-height: 1px;
    width: 100%;
}
#footer .flex_column .widget:first-child {
    min-height: 345px;
}
#footer .widget {
    padding: 0;
    margin: 30px 0;
    overflow: hidden;
}
#footer h3 {
    padding-bottom: 15px;
    border-bottom: 2px solid #666666;
    text-transform: uppercase !important;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 0px;
    color: #ffffff;
}
#top #footer .widget ul {
    float: none;
}
#footer ul.product-categories {
    columns: 1;
    -moz-columns: 1;
}
#footer ul.pro-cat2{
    columns: 1!important;
    -moz-columns: 1;
}
#top .widget ul {
    padding: 0;
    margin: 0;
    width: 100%;
    float: left;
}
#top .widget_product_categories ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.widget_product_categories li a {
    font-size: 14px;
    font-weight: 400;
}
.footer-contact-details .tel {
    font-size: 30px;
    line-height: 46px;
    text-decoration: none;
    border-bottom: 2px solid #666666;
    margin-bottom: 10px;
}
#footer .flex_column .widget:first-child {
    min-height: 345px;
}
#footer .av_one_half.el_after_av_one_half {
    width: 32%;
}

#footer .av_one_half.first {
    width: 33%;
}

.column_second_half {
    margin-left: 5%;
}
.column_third_half{
	width: 25%!important;
    margin-right: 5%;
}
.footer-contact-details{
	margin-bottom: 25px;
}



.bggrey {
    background: #f5f5f5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.work-section {
    position: relative;
    z-index: 12;
    padding: 60px 0px 30px;
}
.img_block {
    z-index: 999;
}
.p-0 {
    padding: 0!important;
}
.cont_block {
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 30px;
}
.cont_block h2 {
    font-size: 31px;
    text-transform: uppercase;
    color: #000;
}
.bdr_left {
    padding-bottom: 15px;
    position: relative;
}
.bdr_left::before {
    content: "";
    display: block;
    height: 1px;
    width: 65%;
    background: #000;
    position: absolute;
    left: -40%;
    bottom: 0;
}
.cont_block h2 span {
    font-size: 30px;
    font-weight: 400;
    color: #ff0000;
}
.cont_block p {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 28px;
    text-align: justify;
    margin-top: 18px;
}


.video-area {
    position: relative;
    z-index: 10;
    background-attachment: fixed;
    background-size: cover;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}
.video-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #222;
    opacity: .6;
    z-index: -1;
}
.video-area .video-item .title {
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 66px;
    padding-top: 0;
    padding-bottom: 50px;
    margin-top: 40px;
}

.video-area .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: project-shape 5s infinite;
    animation: project-shape 5s infinite;
    margin-left: 30%;
}
.video-area .shape-1 img {
    width: 90%;
}
.video-area .shape-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    -webkit-animation: footer-shape 10s infinite;
    animation: footer-shape 10s infinite;
}
@-webkit-keyframes project-shape {
  0% {
    left: 100px; }
  50% {
    left: 0; }
  100% {
    left: 100px; } }
@keyframes project-shape {
  0% {
    left: 100px; }
  50% {
    left: 0; }
  100% {
    left: 100px; }
}
.product_outer_area{
	background-color: #c9c4c4;
    padding-top: 50px;
    margin-bottom: 320px;
    margin-top: 50px;
    height: 320px;
}
.infra_bg_img{
	margin-top: 30px;
	margin-bottom: 60px;
}

.lead_title_text{
	font-size: 40px;
    color: #fff;
    line-height: 50px;
    font-weight: 500;
}
.lead_text{
	color: #fff;
    font-size: 16px;
    line-height: 27px;
}
.slice {
    position: relative;
    padding-top: 8rem;
    padding-bottom: 19rem;
    margin-bottom: 80px;
}
.bg-gradient-primary {
    background: linear-gradient(50deg, #2f2929 0, #2f2929 100%) !important;
}
section.comp-cs:before {
    background: url(../images/brand-v1-bg.png);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
}
.tongue-section-secondary {
    background-image: url(../images/arrosvg1.png);
    color: #273444;
}
.tongue {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    transform: rotate(180deg) translateX(50%);
    width: 138px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #000;
    background-size: 100%;
    background-repeat: no-repeat;
}
.tongue-section-secondary:hover {
  color: #000; }

  .tongue i {
  animation: floating-sm 2s ease infinite; }
.tongue:hover i {
  animation-play-state: paused; }

@keyframes floating-sm {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }

    @keyframes floating-lg {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(15px); }
  100% {
    transform: translateY(0px); } }

@keyframes floating {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(10px); }
  100% {
    transform: translateY(0px); } }

@keyframes floating-sm {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0px); } }

.floating-items {
    position: relative;
    left: 50%;
    margin-left: -570px;
    z-index: 10;
}
.icon-floating:nth-child(1) {
    top: 140px;
    left: -60px;
    width: 120px;
    height: 120px;
}
.icon-floating {
    position: absolute;
    text-align: center;
    box-shadow: 0 30px 40px 0 rgb(31 45 61 / 10%);
    border-radius: 50%;
}
.floating {
    animation: floating 3s ease infinite;
    will-change: transform;
}


.icon-floating img {
    max-width: 100%;
}
.icon-floating:nth-child(2) {
    top: 200px;
    left: 180px;
    width: 160px;
    height: 160px;
    animation-delay: .5s;
}
.icon-lg {
    min-width: 4rem;
    min-height: 4rem;
    line-height: 4rem;
}
.bg-white {
    background-color: #FFF !important;
}
.icon-lg img {
    width: 4rem;
    height: 4rem;
}
.icon-floating:nth-child(3) {
    top: 120px;
    left: 480px;
    width: 80px;
    height: 80px;
    animation-delay: 1s;
}
.icon-sm {
    min-width: 2rem;
    min-height: 2rem;
    line-height: 2rem;
}
.icon-floating span {
    height: 100%;
}
.icon-sm img {
    width: 2rem;
    height: 2rem;
}
.icon-floating:nth-child(4) {
    top: 210px;
    left: 680px;
    width: 140px;
    height: 140px;
    animation-delay: 1.5s;
}
.icon-lg img {
    width: 4rem;
    height: 4rem;
}
.icon-floating:nth-child(5) {
    top: 100px;
    left: 920px;
    width: 100px;
    height: 100px;
    animation-delay: 2s;
}
.icon-floating:nth-child(6) {
    top: 200px;
    left: 1120px;
    width: 80px;
    height: 80px;
    animation-delay: 2.5s;
}

.icon-floating span, .icon-floating img {
    display: inline-block;
    vertical-align: middle;
}

.bdr_btn{
	background-color: transparent!important;
    border: 1px solid #fff!important;
    margin-left: 20px!important;
}

.md-border {
    border: 1px solid #e7e7e7;
    padding: 30px 30px 40px 18px;
    margin-bottom: 40px;
}

.social-links2 {
    float: right;
    margin-top: 0px;
}
.social-links2 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-links2 li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.bg-phone {
    background: #003265;
}
.bg-whatsapp {
    background: #14c462;
}
.features_title{
	font-size: 21px;
    color: #000;
    text-align: center;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 10px;
}
.left_top{
	float: left;
    margin-top: -30px;
}


.custom-bg-text-with-img .block-container .horizontal-line {
    align-items: center;
    justify-content: space-between;
    margin: 40px 0;
    display: flex;
}
.custom-bg-text-with-img .block-container .horizontal-line .line {
    width: 100%;
    height: 1px;
    background-color: #a79a91;
}
.custom-bg-text-with-img .d--flex .icon {
    margin-right: 25px;
    width: 120%;
}
.custom-bg-text-with-img .block-container img {
    max-width: 50px;
    margin-bottom: 10px;
}
.vlocktitle {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 4px;
    margin-top: 5px;
}
.custom-bg-text-with-img .block-container .body-small-text {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    line-height: 27px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.d--flex {
    display: flex;
}
.mrg_bn{
	margin-right: 8px;
}
.mrg_bn_top{
	margin-top: 30px;
	padding: 16px 10px 16px;
	width: 100%;
	text-align: center;
}
.table_spec{
	border-top: 3px solid #ff0000;
    border-radius: 5px 5px 0 0;
    overflow-y: hidden;
    overflow-x: auto;
    margin-top: 25px;
}

.md-border {
    border: 1px solid #e7e7e7;
    padding: 30px 15px 40px 15px;
    margin-bottom: 40px;
}
.pro-box2 {
    overflow: hidden;
    box-shadow: 0px 0px 10px #888;
}
.pro-box2 img {
    transition: 0.6s;
    width: 100%;
}
.pro-box2:hover img {
    transform: scale(1.2);
    transition: 1s;
}
.social-links2 {
    float: right;
    margin-top: -10px;
}
.social-links2 li {
    position: relative;
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.social-links2 li a {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
}
.bg-phone {
    background: #003265;
}
.bg-whatsapp {
    background: #14c462;
}
.sec-mt {
    margin-top: -7px;
}
.mb_15 {
    margin-bottom: 15px;
}
.text-light {
    color: #f8f9fa!important;
}

.main-tagline2 {
    background: #ff0000;
    padding: 50px 0;
    text-align: center;
}
.main-tagline2 p {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 10px;
}
.main-tagline2 p a {
    color: #fff;
}
.main-tagline2 p i {
    font-size: 43px;
    margin-right: 10px;
}
.grtsec{
	padding: 40px 50px 40px 50px!important;
    margin-top: 50px!important;
}
.sgt_title{
	font-size: 24px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 17px;
}
.pro_padding{
    padding-left: 30px;
}


.client-section{
   padding-top:60px;
   padding-bottom:30px;
}
.client-border {
    border: 1px solid #dee2e6!important;
	margin-bottom:30px;
}
.team-img img {
    width: 100%;
}
.team-img:hover img{
  transform: scale(1.1);
}
.team-img{
    overflow: hidden;
	position: relative;
	transition: transform .5s ease;
}
.team-img img{
    overflow: hidden;
	position: relative;
	transition: transform .5s ease;
	
}
.img-pad img{
   padding: 37px 30px 36px 30px;
}
