@import url('css2-Montserratwght300400500700900_swap.css');

@import url('css2-NotoSansitalwght0400070014001700_swap.css');

@import url('css2-NotoSansitalwght0400070014001700_NunitoSansitalwght02000300040006000700080009001200130014001600170018001900_Nunitoitalwght02000300040006000700080009001200130014001600170018001900_Quicksandwght300400500600700_swap.css');

@import url('css2-OpenSansitalwght040006000700080013001400160017001800_swap.css');

@import url('css2-Poppinsitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css');

@import url('css2-Montserratitalwght010002000300040005000600070008000900110012001300140015001600170018001900_swap.css');

@import url('css2-OpenSansitalwght030004000500060007000800130014001500160017001800_Outfitwght100200300400500600700800900_swap.css');

html {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	max-width: 100%;
}

html,
body {
	margin: 0;
	padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, a, p {
	/* font-family: 'Noto Sans', sans-serif;
font-family: 'Quicksand', sans-serif;
font-family: 'Nunito', sans-serif;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Open Sans', sans-serif;*/
	/* font-family: 'Poppins', sans-serif !important;*/
	/* font-family: 'Outfit', sans-serif !important;*/
	font-family: 'Poppins', 'arial', sans-serif;
	-webkit-font-smoothing: grayscale;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: grayscale;
}

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

p {
	font-weight: 400;
}

.navbar-light .navbar-toggler {
	padding: 10px;
}

.navbar-toggle {
	margin-left: auto;
}

.d_none {
	display: none;
}

a {
	color: #212529;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #212529;
	text-decoration: underline;
}

img {
	max-width: 100%;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-100 {
	margin-top: 100px;
}


.mb-60 {
	margin-bottom: 60px;
}

.pl-20 {
	padding-left: 20px;
}

.pl-40 {
	padding-left: 40px;
}

.navbar-brand img {
	max-width: 280px;
}

.btm_container .navbar-brand img {
	max-width: 220px;
}

.btm_container .navbar-brand {
	margin-top: -10px !important;
}

.btm_container .ercode-img img {
	max-width: 75%;
}

.btm_container .cbtm_col h6 {
	border: none;
}

.navbar-nav .nav-item {
	font-weight: normal;
	font-size: 1.1rem;
	padding: 0em 1.2em;
	color: #2d2d2d;
	padding-right: 0;
	padding-left: 2rem;
}

.navbar-nav .nav-item:not(.active) .nav-link {
	color: #2d2d2d;
}

.cs-nav {
	padding: 1.2em 3em;
	background-color: #fffffff0;
	text-transform: uppercase;
	z-index: 2;
}

.navbar .navbar-brand svg:not(:root).svg-inline--fa {
	color: #f70929;
}

.cs_srch {
	border: 0;
}

#cs-counter {
	background-color: #f70929;
	background-image: linear-gradient(250deg, #4583d0 19%, #0542a6 100%);
	border-radius: 30px;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 3px;
	border-radius: 1px;
	background-color: #000000;
	margin-bottom: 3px;
	transition: all 0.5s;
}

.index-video img,
.index-video video {
	max-width: 100% !important;
}

/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 15% 120%;
	-ms-transform-origin: 15% 120%;
	transform-origin: 15% 120%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 15% 5%;
	-ms-transform-origin: 15% 5%;
	transform-origin: 15% 5%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */


/* contact */

.inner_contact_service {
	background-color: #FFF;
	padding: 50px 30px 65px 30px;
	margin-bottom: 20px;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.contact-icon {
	display: inline-block;
	box-sizing: border-box;
	height: 2em;
	width: 2em;
	border-radius: 2em;
	border: 1px solid #f70929;
	color: #f70929;
	font-size: 2em;
	margin-bottom: 1em;
}
.inner_contact_service i,
.inner_contact_service svg {
	font-size: 30px;
	transition: .5s;
	line-height: 2em;
}

.inner_contact_service svg {
	margin-top: .45em;
}

.inner_contact_service h3 a {
	display: inline-block;
	font-size: 22px;
	margin: 12px 0 10px;
}
.inner_contact_service p{
	margin: 0;
}

.map-area {
	margin: 60px 0;
}

.map-area img,
.map-area iframe {
	max-width: 100%;
}


.yx-toast {
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	z-index: 10000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

.yx-toast span {
	display: inline-block;
	font-size: 16px;
	background-color: rgba(0, 0, 0, .5);
	color: #FFF;
	line-height: 24px;
	padding: 10px 20px;
	border-radius: 4px;
}


.navbar-toggle {
	transition: all 0.5s;
}

.main_logo {
	font-weight: bold;
	font-style: italic;
	text-transform: capitalize;
}

.logo_stl {
	color: #f70929;
}

.mega-custom {
	list-style: none;
	padding: 1em;
}

.search_toggle {
	visibility: hidden;
	position: absolute;
	bottom: -85px;
	right: -5%;
	padding: 1em;
	display: inline-flex;
	background: #ffffff;
	z-index: 99;
}

.p15 {
	padding: 1.5em 0 0 0;
}

.abs-c {
	left: 50%;
}

.portfolio-block {
	position: relative;
	cursor: pointer;
}

.nm .col-md-4, .nm .portfolio-content, .nm .portfolio-block {
	padding: 0 !important;
	margin: 0 !important;
}

.nm .slick-dotted.slick-slider {
	margin-bottom: 0;
}


.get-quote {
	border: 2px solid #ffffff;
	padding: 0.5em 0.9em;
	color: #d72121;
	background-color: #f7092900;
	border-radius: 5px;
	transition: .3s all;
	text-align: center;
}

.get-quote:hover {
	color: #f70929;
	border: 2px solid #f70929;
	background-color: transparent;
}

.get-quote:hover a {
	color: #f70929;
}

.get-quote a {
	color: #2d2d2d;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 1em;
}

.get-quote a:hover {
	color: #f70929;
	text-decoration: none;
}

.cta_btn {
	border: 2px solid #f70929;
	padding: 0.5em 0.9em;
	color: #fff;
	background-color: #f70929;
	transition: .3s all;
	text-align: center;
	font-size: 1em;
	text-transform: uppercase;
}

.cta_btn:hover {
	color: #f70929;
	border: 2px solid #f70929;
	background-color: transparent;
}

.cta-btn {
	border: 2px solid #f70929;
	padding: 0.5em 0.9em;
	margin-left: 1.5em;
	color: #fff;
	background-color: #f70929;
	border-radius: 5px;
	transition: .3s all;
}

.cta-btn:hover {
	color: #f70929;
	border: 2px solid #f70929;
	background-color: transparent;
}

.slider_container  h1, .slider_container  p, .slider_container  div {
	text-align: center;
	margin: 0 auto;
}

.bg_trans {
	margin-top: -90px;
}

.bg_trans .slider_container {
	padding-top: 13%;
}

.sp_content {
	background: #ef1d1d;
	padding: 0.3em 0.8em;
	border-radius: 50%;
	color: #ffffff;
	font-weight: 600;
	font-size: 0.6em;
}

.header-nav {
	background-color: #00122f;
	padding: 0.6em 3em;
	font-size: 0.9em;
}

.header-inner span .svg-inline--fa {
	color: #fff;
	margin-right: 0.5em;
}

.header-nav .circle_icons .svg-inline--fa {
	color: #fff;
	background-color: #d70e15;
	height: 30px;
	width: 30px;
	padding: 8px 1px;
}

.social-inner {
	color: #ffffff;
	font-size: 1em;
}

.social-inner .svg-inline--fa {
	display: inline-block;
	height: 35px;
	width: 25px;
	line-height: 35px;
	color: #fff;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding: 10px 1px;
	cursor: pointer;
}

.social-inner .svg-inline--fa:hover {
	color: #ffffff;
	background-color: #f70929;
}

.navbar-light .navbar-nav .nav-link {
	color: #4f4e4e !important;
	font-style: normal;
	padding-right: 0;
	padding-left: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
	color: #f70929 !important;
}

.navbar-light .navbar-nav .active .nav-link {
	color: #f70929 !important;
}

.navbar-light .navbar-nav .nav-item:after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 0;
	height: 2px;
	background-color: #000;
	transition: opacity 0.3s ease, width 0.3s ease;
	-ms-transition: opacity 0.3s ease, width 0.3s ease;
}

.navbar-light .navbar-nav .nav-item.active:after,
.navbar-light .navbar-nav .nav-item:hover:after {
	width: 100%;
}

.navbar-light .navbar-nav .nav-item.active:after {
	background-color: #f70929;
}

/*Navbar Hover Elements Starts*/





.navbar .nav-item:hover .nav-dropdown {
	opacity: 1;
	margin: 10px 0px 0px 0px;
	transform: translate3d(0, 0, 0);
	visibility: visible;
	border-radius: 0;
	background-color: #ffffffeb;
}

.navbar .nav-item .nav-dropdown li {
	position: relative;
	width: 100%;
	min-width: 170px;
	color: #737373;
}

.navbar .nav-item .nav-dropdown li:hover {
	background-color: #f70929;
	border-radius: 0;
}

.navbar .nav-item .nav-dropdown li a {
	display: block;
	padding: 10px 20px 10px 20px;
	color: #737373;
	font-weight: normal;
}

.navbar .nav-item .nav-dropdown li a:hover {
	color: #FFF;
	text-decoration: none;
}

.navbar .nav-item .nav-dropdown {
	list-style-type: none;
	padding: 0;
	position: absolute;
	z-index: 99;
	background: #ffffff;
	margin: 25px 0px 0px 0px;
	opacity: 0;
	transition: .2s all;
	visibility: hidden;
	-webkit-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
	-moz-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
	box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
}

.navbar .nav-item .nav-dropdown li:hover .fa-angle-right {
	right: 13px;
}

.navbar .nav-item .nav-dropdown-sub {
	list-style-type: none;
	padding: 0;
	border-radius: 10px;
	position: absolute;
	top: -28px;
	left: 100%;
	z-index: 99;
	background: #ffffff;
	margin: 25px 0px 0px 10px;
	opacity: 0;
	transition: .2s all;
	visibility: hidden;
	min-width: 170px;
	-webkit-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
	-moz-box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
	box-shadow: -1px 2px 9px -3px rgba(153,153,153,1);
}

.navbar .nav-item .nav-dropdown li:hover .nav-dropdown-sub {
	opacity: 1;
	left: 100%;
	visibility: visible;
	margin: 25px 0px 0px 0px;
	border-radius: 0;
	background-color: #ffffffeb;
}

.navbar .nav-item .nav-dropdown .fa-angle-right {
	position: absolute;
	top: 10px;
	right: 15px;
	transition: all .1s ease-out;
	font-weight: 600;
}

/*Navbar Hover Elements Ends*/


.li_row .svg-inline--fa {
	margin-right: 10px;
	color: #f70929;
}

/*Play Button CSS Starts*/

.video_btn {
	padding-top: 2em;
}

.video-play-button {
	position: relative;
	z-index: 10;
	box-sizing: content-box;
	display: block;
	width: 32px;
	height: 44px;
	/* background: #fa183d; */
	border-radius: 50%;
	padding: 18px 20px 18px 28px;
}

.video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #f70929;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #f70929;
	border-radius: 50%;
	transition: all 200ms;
}

.video-play-button:hover:after {
	background-color: darken(#fa183d, 10%);
}

.video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
}

.video-play-button span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 32px solid #fff;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}

.video-overlay {
	position: fixed;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,0.80);
	opacity: 0;
	transition: all ease 500ms;
}

.video-overlay.open {
	position: fixed;
	z-index: 1000;
	opacity: 1;
}

.video-overlay-close {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 20px;
	font-size: 36px;
	line-height: 1;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	cursor: pointer;
	transition: all 200ms;
}

.video-overlay-close:hover {
	color: #fa183d;
}

.video-overlay iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	/* width: 90%; */
	/* height: auto; */
	box-shadow: 0 0 15px rgba(0,0,0,0.75);
}

/*Play Button CSS Ends*/

/*
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('assets/icons/Blocks-1s-200px.gif') 50% 50% no-repeat rgb(255,255,255);
}
*/

/*Pulse Pre-loader Starts*/

.loader {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: #fff;
	opacity: 1;
	transition: .3s linear;
}

#pulse-loader .pulse-loader-1,
#pulse-loader .pulse-loader-2 {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
}

#pulse-loader {
	position: fixed;
	z-index: 1;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	transform: translate(-50%, -50%);
}

#pulse-loader {
	top: 45%
}

#pulse-loader>div {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #f70929;
	background-color: #f70929;
}

#pulse-loader .pulse-loader-1 {
	-webkit-animation: pulse1 2s .5s ease infinite;
	-moz-animation: pulse1 2s .5s ease infinite;
	-ms-animation: pulse1 2s .5s ease infinite;
	-o-animation: pulse1 2s .5s ease infinite;
	animation: pulse1 2s .5s ease infinite
}

#pulse-loader .pulse-loader-2 {
	-webkit-animation: pulse1 2s ease infinite;
	-moz-animation: pulse1 2s ease infinite;
	-ms-animation: pulse1 2s ease infinite;
	-o-animation: pulse1 2s ease infinite;
	animation: pulse1 2s ease infinite
}

@-webkit-keyframes pulse1 {
	0% {
		-webkit-transform: scale(0)
	}

	40% {
		-webkit-transform: scale(0.3);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes pulse1 {
	0% {
		-moz-transform: scale(0)
	}

	40% {
		-moz-transform: scale(0.3);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes pulse1 {
	0% {
		-o-transform: scale(0)
	}

	40% {
		-o-transform: scale(0.3);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		opacity: 0
	}
}

@-ms-keyframes pulse1 {
	0% {
		-ms-transform: scale(0)
	}

	40% {
		-ms-transform: scale(0.3);
		opacity: 1
	}

	100% {
		-ms-transform: scale(1);
		opacity: 0
	}
}

@keyframes pulse1 {
	0% {
		transform: scale(0)
	}

	40% {
		transform: scale(0.3);
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

@keyframes pulse1 {
	0% {
		transform: scale(0)
	}

	40% {
		transform: scale(0.3);
		opacity: 1
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}


/*Pulse Pre-loader Ends*/



/*Col 4 Row CSS Starts*/

.col-4-section {
	background: transparent;
	padding-bottom: 2em;
}

.col-4-section .col_4_cs_row .col-md-3 .col_4_inner {
	border-radius: 10px;
	transition: .4s all;
	border: 1px solid #f70929;
}

.col-4-section .col_4_cs_row .col-md-3 .col_4_inner:hover {
	transform: scale(1.1);
}

.col-4-section h4 {
	font-size: 1.2em;
	font-weight: 800;
	text-transform: uppercase;
}

.col_4_cs_row {
	padding: 5% 0;
}

.col_4_cs_row .svg-inline--fa {
	height: 100px;
	width: 100px;
	padding: 20px;
	border-radius: 50px;
	background-color: #f70929;
}

.col_4_cs_row .col-md-3 .col_4_inner {
	/*  -webkit-box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);
    -moz-box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);
    box-shadow: -4px 0px 23px -5px rgba(189,168,189,1);*/
}

.col_4_cs_row .col_4_cs {
	padding: 20px 10px;
}

.col_4_cs .fas, .col_4_cs .far, .col_4_cs .fa, .col_4_cs .fab, .col_4_cs svg:not(:root).svg-inline--fa {
	/*color: #5fe25f;*/
	color: #f70929;
}

.col_4_cs_row .col_4_cs h3 {
	padding: 10px 0;
}

.col_4_inner {
	padding: 30px 20px;
	border-radius: 5px;
	height: 100%;
	background: #ffffff;
}

.col_4_inner p {
	font-size: 0.93rem;
}


/*Col 4 Row CSS Ends*/


/*Col 2 Row CSS Starts*/


.col_2_cs_row {
	padding: 1em 0 4em 0;
}

.col_2_cs h2 {
	font-weight: 900;
}

.col_2_cs .col_2_p {
	font-size: 1rem;
	color: #4c4b4b;
}

.col_2_custom {
	padding: 2.5em 0em 2.5em 0em;
}

.about_projects_icon .svg-inline--fa {
	color: #f70929;
}

h5.bars {
	font-size: 1em;
	font-weight: bold;
}

.c2_btn_col {
	padding: 1em 0em 0em 0em;
}

.col_2_custom .btn_get_started {
	font-size: .9em;
	padding: 9px 16px;
	border-radius: 0;
}

/* you-are-here */
.you-are-here {
	background-color: #F6F6F6;
	padding: 20px 0;
	margin-bottom: 3em;
}

.you-are-here ul {
	margin: 0;
	padding: 0;
}

.you-are-here ul li {
	list-style: none;
	display: inline-block;
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #666;
	position: relative;
	padding-right: 24px;
}

.you-are-here ul li a {
	color: #333;
	text-decoration: none;
}

.you-are-here ul li a:hover {
	color: #f70929;
}

.you-are-here ul li::after {
	content: ">";
	position: absolute;
	right: 6px;
	font-size: 20px;
	font-weight: 200;
	color: #CCC;
}

.you-are-here ul li:last-child::after {
	display: none;
}


.prdct-top {
	margin-top: -3em;
	padding: 2em 0 3em 0;
	background-color: #F6F6F6;
}

.prdct-top .craft-wrapper {
	padding-top: 1em;
	height: 100%;
}

.prdct-top-title {
	padding: 1em 0;
	font-size: 1.8rem;
	line-height: 2.4rem;
	border-bottom: 1px solid #E6E6E6;
}

.prdct-top-type {
	padding: .5em 0;
	font-size: 1rem;
	font-weight: normal;
	color: #666;
}

.prdct-top-con {
	padding: .5em 0;
	font-size: .9rem;
	font-weight: normal;
	color: #666;
}

/*Col 2 Row CSS Ends*/


/*Subscribe Section Starts*/

.subscribe_section {
	background-color: #38384b;
	padding-top: 3.5em;
	padding-bottom: 3.5em;
}

.subscribe_section h2 {
	color: #fff;
	font-weight: bold;
}

.subscribe_section p {
	color: #fff;
}

.subscribe_section .form-control {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	padding-top: 22px;
	padding-bottom: 22px;
}

.form-control.chk-btn {
	text-align: center;
	cursor: pointer;
	color: #666;
}

.form-control.disabled,
.form-control.disabled:hover {
	background: #f5f7fa;
	color: #D3D3D3;
	cursor: not-allowed;
}

.search-result {

}

.search-result > span,
.search-result > div {
	display: block;
	box-sizing: border-box;
	padding: 0.4em ;
	font-size: 1.1rem;
}

.search-result > span {
	float: left;
	width: 160px;
	text-align: right;
	color: #666;
}

.search-result > div {
	margin-left: 160px;
	color: #000;
}


.subscribe_section #btm_submit {
	border: 2px solid #fff;
	padding: 0.5em 2em;
	color: #fff;
	background-color: #38384b;
	transition: .3s all;
	text-align: center;
	cursor: pointer;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.subscribe_section #btm_submit:hover {
	color: #f70929;
	background-color: #fff;
	font-weight: bold;
}

/*Subscribe Section Ends*/

/*Heading Line CSS Starts*/

.heading_line {
	position: relative;
	background-color: #f70929;
	height: 8px;
	width: 20%;
	margin: 20px auto;
	transform: skew(-30deg);
}


/*Heading Line CSS Ends*/

/*Home 2 CSS Starts*/

.slider_container2 p {
	color: #4c4b4b;
	font-size: 1.2em;
}

.mw_80 {
	max-width: 80%;
}

.banner_row {
	padding-top: 4em;
}

.banner_row .top_img_float {
	position: absolute;
	left: -40px;
	top: -35px;
	z-index: -1;
	max-width: 200px;
}

.bg_clr2 {
	background-color: #e8efff;
}

.pbt5_pr {
	padding-bottom: 5%;
}

.banner_row .bottom_img_float {
	position: absolute;
	top: 243px;
	right: 43px;
	z-index: -1;
	max-width: 125px;
}

.demo_btn {
	color: #f70929;
	font-weight: 600;
	padding-left: 3em;
	margin-left: 1em;
	position: relative;
}

.demo_btn:hover {
	color: #f70929;
}

.demo_btn .svg-inline--fa {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: transparent;
	border: 1px solid #f70929;
	border-radius: 50px;
	color: #f70929;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding: 10px 1px;
	margin-right: 11px;
	left: 5px;
	top: -8px;
	position: absolute;
}

.lists-div .fa-li {
	color: #89a6e9;
}

.drp_icon:after {
	display: inline-block;
	margin-left: 0.23375rem;
	vertical-align: 0.23375rem;
	content: "";
	border-top: 0.275rem solid;
	border-right: 0.275rem solid rgba(0,0,0,0);
	border-bottom: 0;
	border-left: 0.275rem solid rgba(0,0,0,0);
}

.drp_icon_rt::after {
	display: inline-block;
	margin-top: 6px;
	margin-left: 0.43375rem;
	vertical-align: 0.23375rem;
	content: "";
	border-top: 0.275rem solid;
	border-right: 0.275rem solid rgba(0,0,0,0);
	border-bottom: 0.275rem solid rgba(0,0,0,0);
	border-left: 0.275rem solid rgba(0,0,0,0);
	transform: rotate(271deg);
	text-align: right;
	right: 12px;
	position: absolute;
}

.brd_rt {
	border-right: 1px solid #e5e2e2;
}

.brd_lt {
	border-left: 1px solid #e5e2e2;
}

.brd_btm {
	border-bottom: 1px solid #e5e2e2;
}

.brd_top {
	border-top: 1px solid #e5e2e2;
}

.brd_cols .col-md-3 .col_4_inner {
	box-shadow: none !important;
}

.accordion_bg {
	background-image: linear-gradient(250deg, #4583d0 19%, #0542a6 100%);
	height: 100%;
	padding: 5% 0;
	margin-top: 3em;
}

.accordion_bg .gb {
	color: #e5e540;
	border-left: 2px solid #fff;
}

.accordion_bg h1 {
	color: #fff;
}

.accordion_bg .panel-default>.panel-heading {
	background-color: transparent;
	color: #fff;
}

.accordion_bg .panel-body {
	color: #fff;
}

.accordion_bg .panel-default>.panel-heading a {
	color: #fff;
}

.accordion_bg .panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #eee;
	border-radius: 15px;
	color: #163967;
}

.btn_sec2 {
	background-image: url(../image/overlay.jpg);
	background-size: cover;
	min-height: 500px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 6%;
	padding: 7% 1%;
}

.btn_sec2 h3, .btn_sec2 h6, .btn_sec2 p {
	color: #fff;
}

.custom_clients .testimonials_img {
	max-width: 100px;
}

.projects_row_bg {
	margin-top: 5em;
	background-image: linear-gradient(250deg, #4583d0 19%, #0542a6 100%);
}

.projects_row_bg h2, .projects_row_bg p {
	color: #fff;
}

.projects_row h2 {
	padding-top: 2em;
}

.projects_row_bg .counter_row {
	background-color: transparent;
	padding-top: 1em;
}

.projects_row_bg h2 {
	padding-top: 2em;
}

.projects_row_bg .txt_para {
	max-width: 50%;
	margin: 0 auto;
}

.slider-rw2 .slick-prev:before, .slider-rw2 .slick-next:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	z-index: 10;
	color: #d5ddeb;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slider-rw2 .slick-next {
	right: 0px;
}

.slider-rw2 .slick-prev {
	left: -20px;
}

/*Home 2 CSS Ends*/

/*Btm container starts*/

.btm_container {
	background-color: #2b2b2d;
	padding: 4em 0em 0em 0em;
	border-top: 1px solid gray;
}

.cbtm_col h6 {
	font-size: 1.2em;
	font-weight: normal;
	border-bottom: 1px solid #313333;
	padding-bottom: 15px;
	margin-bottom: 10px;
}

.cbtm_col h6, .cbtm_col a {
	color: #ffffff;
}

.cbtm_col p {
	font-size: 1em;
	color: #e4e3e3;
}

.btm_ul {
	list-style-type: none;
	padding-left: 0;
}

.cbtm_col h6 {
	text-transform: uppercase;
	font-weight: 500;
}

.btm_ul li {
	padding-bottom: 10px;
	font-size: .9em;
}

.fa {
	font-family: FontAwesome;
}

.logos_btm .svg-inline--fa {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: transparent;
	border-radius: 50px;
	color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding: 10px 1px;
}

.logos_btm .svg-inline--fa:hover {
	color: #fff;
	background-color: transparent;
	border: 1px solid #f70929;
}

.cbtm_col .svg-inline--fa {
	color: #f70929;
}

.cright {
	box-sizing: border-box;
	width: 100%;
	color: rgba(255, 255, 255, .7);
	border-top: 1px solid #404040;
	padding: 2em 0em;
}

.cright .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.cright a {
	color: #FFF;
}

.cright p {
	margin: 0;
}

.circle_icons .svg-inline--fa {
	display: inline-block;
	height: 35px;
	width: 35px;
	line-height: 35px;
	background-color: transparent;
	border-radius: 50px;
	color: #ffffff;
	-webkit-transition: 0.3s;
	transition: 0.4s;
	text-align: center;
	padding: 10px 1px;
	color: #f70929;
	background-color: #393939;
	margin-right: 10px;
	cursor: pointer;
}

.btm_container .circle_icons .svg-inline--fa:hover {
	background-color: #494949;
}

.cbtm_col p {
	align-items: center;
	display: flex;
}

.text_left {
	text-align: left;
}

.text_right {
	text-align: right;
}

.btm_menu li {
	display: inline-block;
	padding: 0 0 0 24px;
}

.btm_menu a {
	color: #fff;
}

/*Btm container ends*/





/*Reviews Section Starts*/




.reviews_section {
	padding: 0 0 0 0;
}

.rw_content {
	text-align: center;
	background-color: #f5f5f5;
	padding: 1em;
	margin: 1em;
	padding-top: 2em;
}

.rw_stars svg:not(:root).svg-inline--fa {
	color: #f2b827;
}

.rw_img {
	width: 82px !important;
	height: 82px;
	margin: 0 auto;
	padding: 0;
	border-radius: 50px;
	border-radius: 50%;
	border: 5px solid #ffffff;
	width: 90px;
	border: 3px solid #f70929;
	color: #FFF;
	margin-bottom: 15px;
}

.client_img_sm {
}

.rw_h6 {
	font-weight: bold;
}

.rw_des {
	margin: 0.5em 0em;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0.2em;
}

.rw_h5 {
	font-weight: bold;
	font-size: 1.1em;
}

.rw_p {
	color: #4c4b4b;
	font-size: .93rem;
}

/*Reviews Section Ends*/


.pricing-div {
	padding: 2em 1em;
	transition: 0.3s all;
	border: 1px solid #f70929;
}

.pricing-div:hover {
	transform: scale(1.05,1.05);
}

.pricing-div .slider_h1 {
	font-style: normal;
	text-transform: uppercase;
}

.pricing-section ul li {
	padding: 0.6em 0;
	border-bottom: 1px solid #d5d5d6;
	font-size: 14px;
}

.pd2 {
	padding: 3em 1em;
	margin-top: -1.5em;
}

.pd2 .buy-now {
	font-size: 1.2em;
}

.buy-now {
	text-align: center;
	padding: 1em;
}

.buy-now a {
	background-color: #163967;
	border: 0;
	padding: 0.7em 1.8em;
	color: #ffffff;
}

/*Testimonials Section Starts*/



.testimonials_section img.testimonials_img {
	padding: 1em 2em;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
}

.cs_h1 {
	font-weight: 300;
	text-align: center;
	padding: 1em 0em;
	color: #f70929;
	padding-bottom: 10px;
}

.cs_sp {
	color: #0b0b0b;
	font-weight: 800;
	font-style: normal;
	text-transform: capitalize;
}

.slider_container .cs_sp {
	color: #fff;
	font-weight: 800;
}

/*Testimonials Section Ends*/


/*Quote Section Starts*/


.quote_btn {
	background-color: #f70929;
	padding: 15px 20px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: 600;
}

.quote_h2 {
	font-weight: 700;
}

.quote_p {
	color: #f70929;
	font-weight: 600;
	font-size: 1.5em;
}

.get_quote {
	padding: 5em 0em;
	background-image: url('../image/white-abstract.jpg');
	background-size: cover;
	background-position: center;
}

/*Quote Section Ends*/



/*Blog Section Starts*/


.read_btn {
	color: #135198;
	font-size: 1em;
	padding: 7px 7px;
	border-radius: 0;
}

.read_btn:hover {
	color: #f70929;
	text-decoration: underline;
}

.read_btn_div a:hover {
	color: #f70929;
	text-decoration: underline;
}

.read_btn_div {
	padding: 1em;
	text-align: left;
	padding-bottom: 1.5em;
}

.pro_content {
	background-color: #FFF;
	border: 1px solid #E3E3E3;
	margin-bottom: 1.4em;
}

.pro_content h4 {
	padding-top: 1.6em;
	font-weight: 600;
}

.blog-content-p {
	padding-top: 2em;
	text-align: left;
}

.blog-content-p img {
	max-width: 100%;
}

.blog-content-p .blog-ccc {
	color: #777;
}

.pro_content .blog_img img {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.blog-meta {
	color: #4c4b4b;
	font-size: .9em;
	padding: 1em 20px;
	text-align: center;
	border-bottom: 1px solid #E9E9E9;
}

.blog_tag_abs {
	background-color: #f70929;
	color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 30px;
	padding: 5px 10px;
	margin: 5px 5px;
	font-size: 14px;
}

.blog_img {
	position: relative;
}

.blog_tag {
	margin-top: 0;
}

.blog_tag .read_btn {
	border-radius: 30px;
	background-color: #f5f5f5;
	color: #4a4848;
}

.date_abs {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-radius: 5px;
	padding: 10px 10px;
	margin: 5px 5px;
	text-transform: uppercase;
	font-weight: 500;
}

.blog_outer {
	border-radius: 10px;
}

.blog_p {
	text-align: left;
	font-weight: normal;
	color: #666;
	font-size: 1em;
	padding: 1em 1em 0 1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog_section {
	padding: 1em 0em 3em 0em;
}

.blog_h1 {
	padding: 2em 0em;
}

.news_wrapper {
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
}

.news_wrapper .full_blog {
	padding: 0 1em;
}

.blog_expanded .blog_expanded_col {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1.5em;
}

.blog_content {
	border: 1px solid #E3E3E3;
	background-color: #FFF;
}

.prod_h4,
.blog_h4,
.news_h4 {
	box-sizing: content-box;
	margin: 0;
	text-align: left;
	font-weight: 400;
	color: #222;
	text-transform: uppercase;
	font-style: normal;
}

.prod_h4 {
	padding: 1em;
	text-align: center;
	font-size: 1.2em;
	height: 2em;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog_h4 {
	padding: 1em;
	font-size: 1em;
	text-align: left;
	height: 3em;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_h4 {
	text-align: left;
	padding-left: .6em;
	font-size: 1.6em;
	height: 2em;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.blog-meta .svg-inline--fa {
	color: #f70929;
	margin-right: 0.5em;
}

.blog-meta-span:not(:first-child) {
	padding: 0 0 0 0.5em;
}

.blog_single_p {
	text-align: left;
	padding: 1em 0em;
	font-weight: 500;
	margin-bottom: 0;
	color: #4c4b4b;
}

.blog-s4 .blog_p {
	font-size: 0.9em;
}

.blog-s4 .read_btn {
	font-size: 1em;
}

/*Video Post Starts*/


.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
	max-width: 1920px;
	margin: 0 auto;
}

.video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-height: 1080px;
}

/*Video Post Ends */

/*Gallery Post Starts*/


.gallery_img {
	padding-bottom: 1em;
}


/*Video Post Ends*/


/*Audio Post Starts*/


.custom-audio {
	width: 100%;
}

/*Audio Post Starts*/


/*Link Post Starts*/


.link-post {
	text-align: center;
	padding: 3em;
	background: #f2f5f5;
	margin-bottom: 2em;
}

.link-post a {
	font-size: 1.5em;
	color: #f70929;
	font-weight: 800;
	transition: 0.4s all;
	position: relative;
	text-decoration: none;
}

.link-post a:hover:before {
	text-decoration: none;
	width: 100%;
}

.link-post a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 0%;
	border-bottom: 5px solid #f70929;
	transition: 0.4s all;
}

/*Link Post Ends*/

/*aside Post Starts*/


.aside {
	border-left: 5px solid #f70929;
	padding: 2em 1em 2em 2em;
	background-color: #f5f5f5;
	margin-bottom: 2em;
}

.aside-2 {
	border-right: 5px solid #f70929;
	text-align: right;
	padding: 2em 2em 2em 2em;
	background-color: #f5f5f5;
	margin-bottom: 2em;
}

.quote-div {
	width: 10%;
}

.aside-3 {
	display: flex;
	padding: 2em 1em 2em 2em;
	background-color: #f5f5f5;
	margin-bottom: 2em;
}

.aside-4 {
	border: 1px solid #d8dada;
	padding: 2em 1em 2em 2em;
	background-color: #f5f5f5;
	margin-bottom: 2em;
}

.aside-5 {
	border: 1px solid #d8dada;
	padding: 2em 1em 2em 2em;
	background-color: #f5f5f5;
	margin-bottom: 2em;
	border-radius: 10px;
}

.aside p, .aside-1 p, .aside-2 p, .aside-3 p, .aside-4 p, .aside-5 p {
	padding: 0;
	margin: 0;
	color: #4c4b4b;
}

/*aside Post Ends*/

.share-info {
	font-size: .8em;
	display: inline-block;
	vertical-align: top;
	padding-top: 9px;
	font-weight: bold;
}

.blog-social {
	background-color: #25252e !important;
	border: 1px solid #ffffff !important;
	color: #fff !important;
}

.author_img {
	border-radius: 20%;
	width: 100%;
	object-fit: cover;
}

.author_p {
	font-size: 0.9em;
	color: #8e8d8f;
}

.sbar-h5 {
	padding: 0.5em 0 0.5em 0;
}

.tag-content {
	display: inline-block;
	background-color: #ffefef;
	border: 1px solid #f70929;
	padding: 0.3em 0.8em;
	border-radius: 20px;
	color: #f70929;
	line-height: 1.5;
	font-size: .8em;
	cursor: pointer;
	margin-bottom: .6rem;
}

.tag-content:hover {
	color: #FFF;
	background-color: #f70929;
}

.read_btn_blog {
	float: right;
}

.pagination-area {
	text-align: center;
	margin-bottom: 5%;
}

.pagination-area .page-numbers {
	width: 45px;
	height: 45px;
	margin: 0 3px;
	display: inline-block;
	background-color: #ffffff;
	line-height: 48px;
	color: #3a3838;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	font-size: 18px;
	font-weight: 500;
	border-radius: 0;
}

.pagination-area .page-numbers:hover {
	background: #f70929;
	color: #ffffff;
	text-decoration: none;
}

.pagination-area .page-numbers.current {
	background: #f70929;
	color: #ffffff;
}

/*Blog Section Ends*/



/*Slider Section Starts*/

.slider-main .slick-dots {
	bottom: 10px;
}

.slick-dots li.slick-active button:before {
	font-size: 20px;
	color: #f70929 !important;
	opacity: 1 !important;
}

.cs_slider {
	background-image: url(../image/header-bg01.jpeg);
	background-size: cover;
	background-position: center;
}

.cs_slider_2 {
	background-image: url(../image/header-bg02.jpeg);
	background-size: cover;
	background-position: center;
}

.cs_slider_3 {
	background-image: url(../image/header-bg03.jpeg);
	background-size: cover;
	background-position: center;
}

.cs_slider_4 {
	background-image: url(../image/header-bg04.jpeg);
	background-size: cover;
	background-position: center;
}

.cs_slider_5 {
	background-image: url(../image/header-bg05.jpeg);
	background-size: cover;
	background-position: center;
}

.cs_slider_6 {
	background-image: url(../image/header-bg06.jpeg);
	background-size: cover;
	background-position: center;
}

.slider_container {
	padding: 6em 3em;
}

.slider-main .cs_slider {
	-webkit-animation: zoomin 10s ease-in infinite;
	animation: zoomin 10s ease-in infinite;
	transition: all .5s ease-in-out;
}

.slider-main .slick-next {
	right: 10px;
}

.slider-main .slick-prev {
	left: 10px;
}

.slider_p {
	margin: 1em 0em 1em 0em;
	font-size: 1.2em;
	font-weight: 300;
	width: 50%;
}

.slider_container .slider_p {
	color: #fff;
}

.over_lay {
	background-color: rgb(48 48 48 / 50%);
}

/*.cs_slider_3 .slider_p {
  margin: 0 auto;
}*/

.slider_btns {
	padding: 1em 0em;
	margin-top: 1em;
}

.slider_btn_1,
.slider_btn_2 {
	color: #ffffff;
	padding: .8em 1.6em;
	margin: 0 .2em;
	font-size: 1em;
	text-decoration: none !important;
	cursor: pointer;
}

.slider_btn_1 {
	background-color: rgba(51, 51, 51, .8);
}

.slider_btn_1:hover {
	color: #FFF;
	background-color: rgba(75, 75, 75, .9);
}

.slider_btn_2 {
	background-color: rgba(209, 13, 16, .8);
}

.slider_btn_2:hover {
	color: #FFF;
	background-color: rgba(209, 13, 16, 1);
}

.slider_h1 {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: left;
	padding: 0em;
	color: #f70929;
	text-transform: uppercase;
	margin-bottom: 1.5rem;
}

.testimonials_section .slick-slide {
	/*width: 199px !important;*/
}

.testimonials_section .slick-track {
	display: flex !important;
	align-items: center !important;
}

.reviews_section .svg-inline--fa {
	color: #f70929;
}

/*Slider Section Ends*/

.craft-wrapper {
	background-color: #FFF;
	-webkit-box-shadow: 0 2px 10px 0 #d8dde6;
	box-shadow: 0 2px 10px 0 #d8dde6;
	padding: 1.6rem;
	padding-top: 0;
}

.craft-item {
	padding-top: 2em;
}

.craft-item .info-area {
	padding-bottom: 1.2em;
}

.craft-detail .craft-item .info-area {
	border: none;
}

.section-shape {
	margin-right: 15px;
	display: inline-block;
}

.section-sub-title {
	display: inline-block;
}

.section-sub-title h4 {
	font-size: 22px;
	color: #226BBF;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 26px;
	margin-bottom: 16px;
}

.section-main-title {
	margin-bottom: 62px;
}

.section-main-title h2 {
	font-size: 45px;
	font-weight: 500;
	line-height: 44px;
}

.craft-item {
	padding-top: 40px;
	padding-bottom: 20px;
}

.craft-item:first-child {
	padding-top: 30px;
}

.craft-item + .craft-item {
	border-top: 1px solid #E6E6E6;
}

.craft-links {
	margin-top: 30px;
}

.craft-links .cl-text {
	display: flex;
	justify-content: space-evenly;
	height: 56px;
	font-size: 18px;
	line-height: 56px;
	gap: 2px;
}

.craft-links .cl-text li {
	text-align: center;
	list-style: none;
	width: 100%;
	background-color: #F3F3F3;
}

.craft-links .cl-text li:hover {
	background-color: #FFF;
	box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);
}

.craft-links .cl-text li:hover a {
	font-weight: bold;
}

.craft-links .cl-text li a {
	display: block;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.craft-content {
	padding: 40px 10px;
	margin: 0 !important;
}

.craft-content .craft-content-info:last-child {
	border: none;
}

.craft-content .section-sub-title h3 {
	font-size: 24px;
}

.craft-content-info {
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px #E3E3E3 dashed;
}

.craft-content-info .blog-title.style-two h4 {
	border-bottom: none;
	line-height: 22px;
}

.craft-content-info .blog-title.style-two h4 a {
	font-size: 16px;
	padding: 0;
}

.craft-content-info h4 {
	font-size: 20px;
	line-height: 32px;
	padding: 12px 0;
}

.craft-content .section-title img {
	position: relative;
	top: -6px;
}


.project-details-title h5 {
	color: #18191D;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 45px;
}

.project-detials-discriopton p {
	color: #747474;
	font-size: 1em;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	margin: 17px 0 25px;
}

.portfolio-section img {
	max-width: 100%;
}


/*Google Map Starts*/

/* Set the size of the div element that contains the map */
#map {
	height: 400px;
	/* The height is 400 pixels */
	width: 100%;
	/* The width is the width of the web page */
}

.map_container {
	padding: 0;
}
/*Google Map Ends*/


/*Title Sections CSS Starts*/


/* products-area */

.products-area {
	padding: 60px 0;
	background: #F6F7F9;
}

.products-area.blog-grid {
	padding: 120px 0 107px;
}

.products-area.blog-grid  .single-blog-box {
	margin-bottom: 22px;
}

.products-area.blog-list {
	padding: 120px 0 100px;
}

.products-area.partner-list {
	margin-top: 2em;
}

.products-area.partner-list.frosted-glass {
	background-image: linear-gradient(rgb(32 32 86), rgb(0 0 0 / 80%)), url(../image/portfolio_img_5.jpg);
	background-size: cover;
	background-position-y: center;
}

.products-area.partner-list .part-img {
	margin-bottom: 30px;
}

.products-area.blog-list .single-blog-box {
	margin-bottom: 28px;
}
.products-area.blog-list .blog-content {
	text-align: left;
}
.products-area.blog-list .blog-content p {
	width: 100%;
}

.products-area.blog-tow-column {
	padding: 120px 0 98px;
}

.products-area.blog-tow-column .single-blog-box {
	margin-bottom: 28px;
}


.about-content {
	color: rgba(255, 255, 255, .9);
	font-size: 1.2em;
	line-height: 2em;
}

.blog-thumb,
.blog_img,
.part-img {
	overflow:hidden;
}

.blog-thumb img,
.blog_img img,
.part-img img {
	width: 100%;
	transition: 0.3s;
}

.single-blog-box:hover .blog-thumb img,
.pro_content:hover .blog_img img,
.partner-list .part-img:hover img
{
	transform: scale(1.1);
}

.blog-content {
	background: #fff;
	padding: 16px;
}

.blog-content .small-text {
	font-size: .9em;
	text-align: center;
	color: #999;
}

.blog-content h4 a {
	font-size: 1em;
	text-decoration: none;
	display: inline-block;
	color: #222;
	padding: .3em 0;
	font-weight: 700;
}

.blog-content h4 a:hover {
	color: #f70929;
}

.blog-content p {
	font-size: 1em;
	color: #333;
	text-align: left;
}

/* head-search */

.header-inner > div {
	float: left;
}

.header-inner::after {
	content: "";
	clear: both;
	height: 0;
	display: table;
	overflow: hidden;
}
.head-left {
	width: 65%;
}

.head-right {
	width: 35%;
	line-height: 1.6rem;
	position: relative;
	display: inline-block;
	text-align: right;
}

.head-right > input {
	width: 50%;
	height: 1.6rem;
	background-color: rgba(255, 255, 255, .8);
	border: none;
	outline: none;
	font-size: .9rem;
	padding: 0 .6rem;
	padding-right: 30px;
	color: #FFF;
	border-radius: 2rem;
}

.head-right > input::placeholder {
	color: rgba(0, 0, 0, .6);
}

.head-right > button {
	position: absolute;
	right: 0;
	top: 0;
	height: 1.6rem;
	font-size: .9rem;
	color: #fff;
	background-color: #f70929;
	border: none;
	padding: 0 .8rem;
	border-radius: 2rem;
}

/*Title Sections CSS Ends*/

.page-breadcrumb {
	position: relative;
	margin-top: 5px;
	padding-left: 0;
}

.page-breadcrumb li {
	position: relative;
	display: inline-block;
	margin-right: 12px;
	padding-right: 13px;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 2em;
	padding: 0.8rem 0;
	font-weight: 400;
	text-transform: capitalize;
}

.page-breadcrumb li:last-child {
	padding-right: 0px;
	margin-right: 0px;
}

.page-breadcrumb li a {
	color: #fff;
}

.page-breadcrumb li a:after {
	position: absolute;
	content: "\f105";
	right: -6px;
	top: 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #ffffff;
}

.title_container {
	margin-bottom: 3em;
}

.title_container .slider_h1 {
	border-bottom: 0;
}

.index-title-white,
.index-title-white span {
	font-size: 2.8rem;
	color: rgba(255, 255, 255, .9);
	text-align: center;
	margin-bottom: 1.4em;
}

.about_icons .svg-inline--fa {
	color: #fff;
	background-color: #f70929;
	padding: 7px;
	width: 38px;
	height: 37px;
	border-radius: 30px;
}

/*****
About Us Page 1 CSS Starts
*****/



/*Services CSS Starts*/

.yellow_txt {
	border: 0;
	color: #e5e540;
}

.serv_col .gb {
	border: 0;
}

.p_wt {
	max-width: 60%;
	margin: 0 auto;
}

.btn_wt {
	color: #f70929;
	background-color: #fff;
	border: 0;
}

.btn_wt:hover {
	color: #fff;
	background-color: #f70929;
}

.serv_col h3 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.serv_col {
	background-color: #000;
	min-height: 400px;
}

.serv_details .col_4_inner {
	-webkit-box-shadow: -4px 8px 23px -8px rgb(189 168 189);
	-moz-box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
	box-shadow: -4px 8px 23px -8px rgb(189 168 189);
	border-radius: 10px;
	transition: .4s all;
}

.single_page p {
	color: #4c4b4b;
	font-size: 1em;
}

.query_section {
	background-color: #f70929;
	padding: 2em 1em;
	background-image: linear-gradient(250deg, #4583d0 19%, #0542a6 100%);
	border-radius: 15px;
	margin-top: 2em;
	text-align: center;
	padding-bottom: 3em;
}

.query_section h2 {
	font-weight: 800;
	font-size: 1.5em;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
}

.query_section p {
	color: #fff;
	text-align: center;
	padding-bottom: 1em;
}

.our-services {
	background-color: #e8efff;
	padding: 1em 1em;
	border-radius: 15px;
}

.our-services h2 {
	font-weight: 800;
	font-size: 1.5em;
	padding-top: 10px;
	padding-bottom: 10px;
}

.our-services ul {
	list-style-type: none;
	padding-left: 0;
}

.our-services ul li {
	padding: 10px 10px;
	border-radius: 10px;
	color: #fff;
	background-color: #f70929;
	margin-bottom: 1em;
	font-size: .9em;
}

.our-services ul li a {
	color: #fff;
}

/*Services CSS Ends*/


/*Choose Us Section Starts*/


.choose_section svg:not(:root).svg-inline--fa {
	color: #f70929;
}

.choose_section h5 {
	font-weight: 600;
}

.col_3_cs_row_2 {
	padding: 2em 0;
}

/*Choose Us Section Ends*/

/*About Team Section Ends*/


.team_socials .fa-facebook {
	color: #3b5998;
}

.team_socials .fa-linkedin {
	color: #007bb5;
}

.team_socials .fa-google {
	color: #dc4e40;
}

.team_row .team_img {
	padding: 0;
	height: 130px;
	max-width: 130px;
	border-radius: 50%;
	object-fit: cover;
}

.team_row .team_inner_col .team_info {
	color: #878585;
	font-size: .9rem;
}

.team_row {
	padding: 2em 0 3em 0;
}

.team_row .team_inner_col p {
	padding: 0 15px 10px 15px;
	margin-bottom: 0;
}

.team_row .team_inner_col .rw_des {
	padding-top: 10px;
	text-transform: uppercase;
	font-weight: 600;
}

.team_inner_col .logos_btm .svg-inline--fa {
	color: #b4b3b3;
	background-color: #e7e7e7;
	transition: .3s all;
}

.team_inner_col .logos_btm .svg-inline--fa:hover {
	color: #b4b3b3;
	border: 1px solid #b4b3b3;
}

.team_row .team_inner_col .logos_btm {
	padding-bottom: 15px;
}

.team_row .team_inner_col {
	background-color: #f5f5f5;
	padding: 2em 1em;
}

.team_dark .team_inner_col {
	background-color: #2b2b2d;
}

.team_dark .team_inner_col p {
	color: #f70929;
}

.team_dark .team_inner_col .rw_des {
	color: #fff;
}

.team_dark .team_inner_col .team_info {
	color: #b3b3b3;
}

.team_dark .team_inner_col .logos_btm .svg-inline--fa {
	color: #ffffff;
	background-color: #f70929;
}


/*About Team Section Ends*/



/*Counter Section Starts*/


.counter_row .col-md-3 {
	/*padding: 0 0 2em 0;*/
}

.counter_row {
	margin-top: 5em;
	padding: 4em 0;
	background-color: #f70929;
	width: 100%;
	margin: 0;
	align-items: center;
}

.counter_row h6 {
	color: #939393;
	font-weight: 600;
	text-align: center;
	min-height: 20%;
}

.counter-value {
	font-weight: 800;
	font-size: 3em;
	text-align: center;
	color: #ffffff;
}

.counter-percent {
	font-weight: 800;
	font-size: 3em;
	color: #ffffff;
}

.counter_percent {
	text-align: center;
	font-weight: 800;
}

.dark_bg {
	background-image: url('../image/overlay.jpg');
	background-size: cover;
	min-height: 270px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 6%;
}

/*Counter Section Ends*/


/*Circular Scroll Section Starts*/




.progressbar {
	display: inline-block;
	width: 100px;
	margin: 25px;
}

.circle {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	display: inline-block;
	position: relative;
	text-align: center;
}

.circle canvas {
	vertical-align: middle;
}

.circle div {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}

.circle strong i {
	font-style: normal;
	font-size: 0.6em;
	font-weight: normal;
}

.circle span {
	display: block;
	color: #aaa;
	margin-top: 12px;
}
/*Circular Scroll Section Ends*/




/*****
About Us Page 1 CSS Ends
*****/



/*****
About Us Page 2 CSS Starts
*****/

.btn_div_2 a {
	color: #ffffff;
	font-weight: 800;
	background: #f70929;
	padding: 1em 1em;
	font-size: 1em;
	border-radius: .3rem;
}

.about_col_2 .about_2_p {
	padding: 1em 0 2em 0;
}

.center_btn_section {
	background-color: #2b2b2d;
	margin: 4em 0;
}

.center_btn_section .center_btn_row svg:not(:root).svg-inline--fa {
	overflow: visible;
	color: #f70929;
}

.center_btn_i {
	padding: 1em 0;
}

.center_btn_h3 {
	padding: 2em 0;
	font-weight: 500;
	text-transform: uppercase;
}

.center_btn_p {
	font-size: 0.9em;
}

.center_btn_h6 {
	font-weight: 600;
}

.center_btn_simple {
	text-align: center;
	padding: 5em 0;
}

.center_btn_h3_s {
	color: #fff;
	width: 50%;
	text-align: center;
	font-weight: 300;
	margin: 0 auto;
	padding: 1em 0;
	text-transform: capitalize;
}

.textbox {
	height: 700px;
}

.progress {
	margin-bottom: 10px;
	height: 18px;
}

.progress-bar-h {
	width: 0;
	background-color: #f70929;
	text-align: center;
	color: #ffffff;
	padding: 0;
	font-weight: 700;
}


/*****
About Us Page 2 CSS Ends
*****/



/*****
About Us Page 3 CSS Starts
*****/

.about_col_3 {
	padding: 4em 0;
	text-align: center;
}



/*****
About Us Page 3 CSS Ends
*****/




/*****
Team Page 3 CSS Ends
*****/



.team_1_p {
	font-size: 1.1em;
}

.social_icons .team_socials .svg-inline--fa {
	color: #3b3c3c;
}

.follow {
	vertical-align: middle;
	padding-right: 10px;
	font-size: 0.8em;
	font-weight: 700;
}

.p_team_row {
	padding: 1em 0 3em 0;
}

.btn_team {
	color: #fff;
	background-color: #f70929;
	border-color: #f70929;
	font-size: 0.8em;
	padding: 0.8rem 1.2rem;
	border-radius: .3rem;
	text-transform: uppercase;
	font-weight: 700;
}

/*****
Team Page 3 CSS Ends
*****/

/*****
Contact Page CSS Starts
*****/

.contact-btn {
	color: #fff;
	background-color: #f70929;
	border: none;
	font-size: 0.8em;
	padding: 0.8rem 2.2rem;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 700;
}

.contact-section {
	padding: 4em 0;
}

.contact-left h3 {
	color: rgba(255, 255, 255, .9);
	padding-bottom: 1em;
}

.contact-left {
	color: rgba(255, 255, 255, .7);
}

.contact-left .container {
	padding: 0 2em;
	font-size: 1.1em;
}


.contact-form label {
	font-weight: 700;
	margin: .5em 0;
}

.info_h3 {
	padding: 0em;
	color: #f70929;
	margin-bottom: 1.5rem;
}

.info_office .svg-inline--fa {
	color: #f70929;
}

/*****
Contact Page CSS Ends
*****/





/*****
Portfolio Page Col 1 CSS Starts
*****/



.slider-portfolio .slick-dots {
	position: absolute;
	bottom: 10px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.col-md-2 .slider-portfolio .slick-dots {
	bottom: 0;
}

.pd12 {
	padding: 1em 2em;
}

.portfolio-info {
	position: absolute;
	z-index: 99;
	width: 100%;
	top: 50%;
	left: 50%;
	right: 0;
	opacity: 0;
	color: rgba(255, 255, 255, .9);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.portfolio-info h4 {
	color: rgba(255, 255, 255, .7);
	margin-bottom: .9em;
}

.portfolio-info .con {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-overflow: ellipsis;
}

.col-md-12 .portfolio-h1 {
	color: #ffffff;
	font-size: 2.5vw;
	white-space: nowrap;
}

.col-md-6 .portfolio-h1 {
	color: #ffffff;
	font-size: 2vw;
	white-space: nowrap;
}

.col-md-3 .portfolio-h1 {
	color: #ffffff;
	font-size: 1.5vw;
	white-space: nowrap;
}

.portfolio-h1 {
	color: #ffffff;
	font-size: 1.2vw;
	white-space: nowrap;
	text-transform: uppercase;
}

.portfolio-p {
	border: 1px solid #f70929;
	color: #ffffff;
	font-weight: 300;
	font-size: 1vw;
}

.content-overlay {
	position: relative;
}

.portfolio-content .content-overlay:after {
	content: '';
	background: rgba(0,0,0,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	z-index: 2;
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.portfolio-title {
	padding-top: 0.8em;
	font-weight: 500;
	font-size: 1.2em;
	height: 3.8em;
	line-height: 1.5em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.portfolio-content:hover .content-overlay:after {
	opacity: 1;
}

/* index-case */
.portfolio-content.index-case .portfolio-title {
	font-size: .9em;
}

.portfolio-content.index-case .portfolio-info h4 {
	font-size: 1em;
}

.portfolio-content.index-case .portfolio-info .con {
	font-size: .8em;
}

.pch .slick-dotted.slick-slider {
	margin-bottom: 0px;
}

.pch .portfolio-content {
	padding: 1em;
	background: #FFF;
	box-shadow: 0px 4px 30px 0px #E3E3E2;
}

.portfolio-content:hover .portfolio-info {
	top: 40%;
	opacity: 1;
}

.portfolio-content:hover .slick-dots li.slick-active button:before {
	color: #ffffff;
}

.portfolio_img_div img {
	width: 100%;
}

/*****
Portfolio Page Col 1 CSS Ends
*****/

/*****
Portfolio Related Project Page CSS Starts
*****/



.related-projects {
	padding: 3em 0;
}

.view-project {
	color: #fff;
	background-color: #f70929;
	border-color: #f70929;
	font-size: 0.8em;
	padding: 0.8rem 1.2rem;
	text-transform: uppercase;
	font-weight: 700;
	position: absolute;
	bottom: 10px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}

.view-project:hover {
	color: #ffffff;
}

.category-content {
	border-bottom: 1px solid #ced4da;
	padding-bottom: 1.2em;
	margin-bottom: 1.2em;
	cursor: pointer;
}

.category-content:hover {
	text-decoration: underline;
}

.psf {
	padding: 0.8em 0;
	margin: 0;
	border-bottom: 1px solid #e0dede;
}

.psf .svg-inline--fa {
	color: #f70929;
	padding-right: 0.3em;
}

.psf span {
	color: #929090;
}

.psf .cd {
	color: #ffffff;
	background: #3e3e3e;
	padding: 0.1em 0.8em;
	border-radius: 15px;
}

.portfolio-single .slick-prev,
.portfolio-single .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	z-index: 99;
	width: 100px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.portfolio-single .slick-prev:before,
.portfolio-single .slick-next:before {
	font-family: 'slick';
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: #bfbebe;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.portfolio-single .slick-dots {
	display: none !important;
}

.project-des-p {
	font-size: 1.2em;
}




/*****
Portfolio Related Project Page CSS Ends
*****/




/*Mansory Layout Starts*/


.mansory-row {
	width: 100%;
	display: -ms-flexbox;
	/* IE10 */
	display: flex;
	-ms-flex-wrap: wrap;
	/* IE10 */
	flex-wrap: wrap;
	padding: 0 4px;
}

/* Create four equal columns that sits next to each other */

.mansory-col img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.mansory-col .portfolio-block {
	position: relative;
	margin-top: 8px;
}

.mansory-col .portfolio-block img {
	margin-top: 0;
}

.portfolio_img {
	width: 100%;
}

.project-description {
	padding-top: 0 !important;
}

.blog-srch {
	margin-bottom: 0 !important;
}

.recent-posts-row {
	padding-bottom: 1em;
}

.cs_srch {
	color: #fff !important;
	border: 2px solid #fff !important;
	background-color: #f70929 !important;
	border-radius: 0;
}

.cs_srch:hover {
	color: #f70929 !important;
	background-color: #fff !important;
	border: 2px solid #f70929 !important;
}

.plusicon {
	position: relative;
	width: 100%;
	height: 100%;
}

.plus1 {
	width: 2px;
	height: 100px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plus2 {
	width: 100px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home_pfolio .portfolio-content:hover .portfolio-info {
	width: 100%;
}

.home_pfolio_cols .col-md-3 {
	padding-right: 0;
	padding-left: 0;
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
	.column {
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
	}
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
	.column {
		-ms-flex: 100%;
		flex: 100%;
		max-width: 100%;
	}
}


/*Mansory Layout Ends*/


/*General Styling Starts*/

/*a{
  transition: 0.3s ease-out;
}
a:hover {
  color: #ffffff;
  margin-bottom: 10px;
  text-decoration: none;
}
*/
:focus {
	outline: none !important;
	-webkit-outline: none !important;
	-moz-outline: none !important;
	box-shadow: unset !important;
}

* {
	box-sizing: border-box;
}

.gb {
	padding: 0.5em 0 0.5em 1em;
	border-left: 4px solid #f70929;
	font-size: 14px;
	font-weight: bold;
}

h1,h2,h3,h4,h5,h6 {
	color: #4a4848;
}

.grp {
	padding: 3em 0;
}

.bgw {
	background: #ffffff !important;
	background-image: unset;
}

.bfw {
	font-weight: bold;
}

.psi {
	padding: 0 3px;
}

.plr {
	padding: 0 1em;
}

.p1 {
	padding: 1em;
}

.ppd {
	padding: 1em 0;
}

.p3 {
	padding: 3em 0;
}

.pdcs {
	padding: 1em 4em;
}

.ml0 {
	margin-left: 0 !important;
}

.p0 {
	padding: 0;
}

.pb1 {
	padding-bottom: 1em;
}

.pb2 {
	padding-bottom: 2em;
}

.pb3 {
	padding-bottom: 3em;
}

.pt1 {
	padding-top: 1em;
}

.pt2 {
	padding-top: 2em;
}

.pt3 {
	padding-top: 3em;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pr {
	padding-right: 1em !important;
}

.pl {
	padding-left: 1em !important;
}

.p7 {
	padding: 0.7em 0;
}

.pr1 .buy-now a {
	background-color: #f70929;
	border: 0;
	padding: 0.7em 1.8em;
	color: #ffffff;
}

.pr2 .buy-now a {
	background-color: #ffffff;
	padding: 0.7em 1.8em;
	color: #f70929;
	font-weight: normal;
	border: 1px solid #f70929;
}

.pr2 .pricing-div {
	border: 1px solid #dcd9d9;
	box-shadow: unset;
	-webkit--box-shadow: unset;
	-moz-box-shadow: unset;
}

.center_prc {
	background-color: #2b2b2d;
	border: none;
}

.center_prc .pricing-h2, .center_prc .pricing-section ul li {
	color: #fff;
}

.center_prc .slider_h1 {
	color: #ffffffcf;
}

.center_prc ul li {
	color: #fff;
}

.pricing-section .fa-li {
	left: -2em;
	position: absolute;
	text-align: center;
	width: 2em;
	line-height: inherit;
	font-size: 10px;
	border: 1px solid #f70929;
	border-radius: 3px;
	height: 19px;
	padding-top: 1px;
	color: #f70929;
}

.center_prc .cta_btn:hover {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
}

.center_prc .fa-li {
	color: #fff;
}

.buy_now {
	text-align: center;
	padding: 1em;
}

.buy_now .cta_btn {
	border: 1px solid #fff;
}

.pr3 .pricing-div {
	border-radius: 15px;
}

.pr3 .buy-now a {
	background-color: #f70929;
	border: 0;
	padding: 0.7em 1.8em;
	color: #ffffff;
	border-radius: 25px !important;
}

ol.cs-ol-1, ol.cs-ol-2, ol.cs-ol-3, ol.cs-ol-4 {
	counter-reset: list;
	list-style: none;
	padding-left: 0.8em;
}

ol.cs-ol-1 li, ol.cs-ol-2 li, ol.cs-ol-3 li, ol.cs-ol-4 li {
	counter-increment: list;
	margin-bottom: 10px;
}

ol.cs-ol-1 li::before {
	content: counter(list);
	background: #f70929;
	font-family: Arial, sans-serif;
	color: #fff;
	font-size: 13px;
	text-align: center;
	border-radius: 50%;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.3em;
	display: inline-block;
	margin-right: 1em;
}

ol.cs-ol-2 li::before {
	content: counter(list);
	font-family: Arial, sans-serif;
	color: #f70929;
	font-size: 13px;
	text-align: center;
	border-radius: 50%;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.3em;
	display: inline-block;
	margin-right: 1em;
}

ol.cs-ol-3 li::before {
	content: counter(list);
	font-family: Arial, sans-serif;
	color: #f70929;
	border: 1px solid #f70929;
	font-size: 13px;
	text-align: center;
	border-radius: 50%;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.3em;
	display: inline-block;
	margin-right: 1em;
}

ol.cs-ol-4 li::before {
	content: counter(list);
	font-family: Arial, sans-serif;
	color: #f70929;
	border: 1px solid #f70929;
	font-size: 13px;
	text-align: center;
	width: 2.2em;
	height: 2.2em;
	line-height: 2.3em;
	display: inline-block;
	margin-right: 1em;
}

.blog-srch {
	width: 80% !important;
}


/*Accordion Css Starts*/



/* */

.panel-default>.panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	margin: 1.5em 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default>.panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 700;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform .25s linear;
	-webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
	background-color: #eee;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-title a {
	color: #163967;
}

/*Accordion Css Ends*/


/*Comments Section Css starts*/

.comments-section {
	-webkit-box-shadow: -8px 1px 21px -14px rgba(189,168,189,1);
	-moz-box-shadow: -8px 1px 21px -14px rgba(189,168,189,1);
	box-shadow: -8px 1px 21px -14px rgba(189,168,189,1);
	padding: 1em 2em;
}

.comment-reply a {
	color: #f70929;
}

.comment-meta {
	color: #8e8dac;
}

.replied-comment {
	padding-left: 5em;
}

/*Comments Section Css Ends*/


/*Shop Css Starts*/




.cart-form-row h4 {
	padding-bottom: 1em;
}

.submit-cart {
	margin-top: 1em;
}

.cart-table a {
	color: #212529;
}

.cart-table thead {
	border-top: 3px solid #f70929;
}

.cart-table td {
	vertical-align: middle;
}

.w6 {
	width: 60%;
}

.info-th-cart {
	color: #3a3838;
	width: 50%;
	font-weight: 700;
	padding: 1em 0;
}

.cart-img {
	width: 100px;
	padding: 0 1em;
}

.shop_p {
	text-align: left;
	padding: 1em 0em;
	margin: 0;
	font-weight: 500;
	color: #4c4b4b;
}

.num-block {
	float: left;
	width: 100%;
	padding: 1em 0;
}

.p_rel {
	position: relative;
}

.top_img_float {
	position: absolute;
	left: -40px;
	top: -56px;
	z-index: -1;
	max-width: 250px;
}

.bottom_img_float {
	position: absolute;
	top: 284px;
	right: 43px;
	z-index: -1;
	max-width: 320px;
}

.top_img_float, .bottom_img_float {
	animation: float 6s ease-in-out infinite;
}

@keyframes float {
	0% {
		transform: translatey(0px);
	}

	50% {
		transform: translatey(-20px);
	}

	100% {
		transform: translatey(0px);
	}
}

/* skin 1 */
.skin-1 .num-in {
	float: left;
	width: 94px;
}

.skin-1 .num-in span {
	display: block;
	float: left;
	width: 30px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	position: relative;
	cursor: pointer;
}

.skin-1 .num-in span.dis:before {
	background-color: #ccc !important;
}

.skin-1 .num-in input {
	float: left;
	width: 32px;
	height: 32px;
	border: 1px solid #6E6F7A;
	border-radius: 5px;
	color: #000;
	text-align: center;
	padding: 0;
}

.skin-1 .num-in span.minus:before {
	content: '';
	position: absolute;
	width: 15px;
	height: 2px;
	background-color: #00A94F;
	top: 50%;
	left: 0;
}

.skin-1 .num-in span.plus:before, .skin-1 .num-in span.plus:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 15px;
	height: 2px;
	background-color: #00A94F;
	top: 50%;
}

.skin-1 .num-in span.plus:after {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

/* / skin 1 */



.info-table {
	width: 100%;
}

.info-tr {
	border-bottom: 1px solid #f5f5f5;
}

.info-th {
	color: #3a3838;
	width: 20%;
	font-weight: 700;
	padding: 0.5em 0;
}

.info-td {
}

/* Tabbed content css starts */

/*Bootstrap tabbed content*/

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #f70929;
	font-weight: 600;
	border: 0;
	border-bottom: 2px solid #f70929;
}

.nav-tabs .nav-item {
	text-align: center;
	width: 33.33%;
}

.nav-tabs .nav-link {
	color: #3a3838;
	font-weight: 500;
}

.tab-pane {
	padding: 2em 1em;
	color: #4c4b4b;
	font-weight: normal;
}

/*Bootstrap tabbed content*/


/* Style the tab */
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}

.form-control {
	margin-bottom: 1em;
}

/* Change background color of buttons on hover */
.tab button:hover {
	background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
	background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
	display: none;
	padding: 6px 12px;
	-webkit-animation: fadeEffect 1s;
	animation: fadeEffect 1s;
}

/* Fade in tabs */
@-webkit-keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeEffect {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.add-to-cart {
	background-color: #f70929;
	padding: 1em 1.5em;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	margin-left: 1em;
	border: 0;
}

.ucase {
	text-transform: uppercase;
}

.recent-posts-info .aaaa {
	display: block;
	width: 100%;
	height: 3em;
	padding-top: 1.8em;
	font-size: 1em;
	line-height: 1.2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.recent-posts-info p {
	font-size: .9em;
	font-weight: 300;
}

/* / Tabbed content css ends */

.sbar-h5 {
	padding: 1.5em 0 0.5em 0;
	text-transform: uppercase;
	font-weight: 400;
}

.shop-h4 {
	font-weight: 700;
}

.shop-quantity {
	margin-bottom: 2em;
}

.shop-content {
	color: #4c4b4b;
}

.shop_img {
	width: 100%;
}




/*Lightbox css starts*/


/* these styles are for the demo, but are not required for the plugin */
.zoom {
	display: inline-block;
	position: relative;
}

/* magnifying glass icon */
.zoom:after {
	content: '';
	display: block;
	width: 33px;
	height: 33px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(https://modest-themes.com/html/karting-arena-html-template/icon.png);
}

.zoom img {
	display: block;
}

.zoom img::selection {
	background-color: transparent;
}

#ex2 img:hover {
	cursor: url(https://modest-themes.com/html/karting-arena-html-template/grab.cur), default;
}

#ex2 img:active {
	cursor: url(https://modest-themes.com/html/karting-arena-html-template/grabbed.cur), default;
}


/*Lightbox css ends*/

.product-info {
	padding: 1em 1em;
}

.shop-img {
	height: 300px;
	padding: 1em 0;
}

.shop-img img {
	min-height: 100%;
	height: 100%;
}

.shop-img-3s {
	height: 230px;
	padding: 1em 0;
}

.shop-img-3s img {
	min-height: 100%;
	height: 100%;
}

.shop-img-1 {
	text-align: center;
	height: 300px;
	width: auto;
	max-width: 100%;
}

.shop__img {
	text-align: center;
}

.shop-row {
	padding: 3em 0;
}

.shop-col {
	text-align: center;
	padding: 0 1em;
	height: 100%;
	-webkit-box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
	-moz-box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
	box-shadow: -4px 8px 23px -8px rgba(189,168,189,1);
}

/*Shop Css Ends*/

.bgimg {
	background-image: url('../image/overlay.jpg');
	height: 100%;
	background-position: center;
	background-size: cover;
	position: relative;
	color: white;
	font-family: "Courier New", Courier, monospace;
	font-size: 25px;
}

.bg_cs {
	background-image: url(../image/slider_img_2.jpg);
	height: 100%;
	padding: 10% 0;
}

.bg_cs2 {
	background-image: url(../image/slider_img_3.jpg);
	height: 100%;
	padding: 10% 0;
}

.topleft {
	position: absolute;
	top: 0;
	left: 16px;
}

.middle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.construction-div {
	padding: 7em 3em;
}

.construction-icon .svg-inline--fa {
	font-size: 25vw;
}

.grb {
	padding: 2em 2em;
}

.mb0 {
	margin-bottom: 0;
}

.m1 {
	margin: 2em 0;
}

.mb1 {
	margin-bottom: 1em;
}

.mb2 {
	margin-bottom: 2em;
}

.mb3 {
	margin-bottom: 3em;
}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.mt3 {
	margin-top: 3em;
}

.mg3 {
	margin: 3em 0;
}

.m0a {
	margin: 0 auto;
}

.mg {
	margin: 1em;
}

.mrl {
	margin: 0 1em;
}

.r0 {
	border-radius: unset;
}

.ro {
	border-radius: 20px;
}

.btd {
	background-color: #f70929;
	padding: 1em 1.5em;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	border: 0;
}

.btr {
	background-color: #f70929;
	padding: 1em 1.5em;
	color: #ffffff;
	font-size: 1em;
	font-weight: 600;
	border: 0;
	border-radius: 30px;
}

.btt {
	background-color: #ffffff;
	padding: 1em 1.5em;
	color: #f70929;
	font-size: 1em;
	font-weight: 600;
	border: 2px solid #f70929;
;
	border-radius: 30px !important;
}

.btsq {
	background-color: #ffffff;
	padding: 1em 1.5em;
	color: #f70929;
	font-size: 1em;
	font-weight: 600;
	border: 2px solid #f70929;
;
}

.ul {
	text-decoration: underline;
}

.fn {
	font-weight: normal;
}

.f7 {
	font-weight: 700;
}

.f8 {
	font-weight: 800;
}

.f9 {
	font-weight: 900;
}

.tdn {
	text-decoration: none !important;
}

.cg {
	background-color: #f70929;
}

.cw {
	color: #ffffff;
}

.cb {
	color: #3a3838 !important;
}

.cgp {
	color: #4c4b4b;
}

.txt_para {
	color: #4c4b4b;
	max-width: 60%;
	margin: 0 auto;
}

.cfr {
	border-radius: 30%;
	max-width: 200px;
}

.cwb {
	background-color: #ffffff;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	animation: sticky 1s;
	z-index: 99;
	transition: 0.3s all;
	box-shadow: 0 0 10px 0 rgba(18,24,32,.1);
	-webkit-backdrop-filter: saturate(180%) blur(5px);
	backdrop-filter: saturate(180%) blur(5px);
	box-shadow: 0 0 10px 0 rgba(18,24,32,.1);
	background-color: hsl(0deg 0% 100% / 26%);
	background-image: linear-gradient(315deg, #fffdfd 0%, #ffffff9e 90%);
}

.sticky + .content {
	padding-top: 60px;
}

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

	100% {
		top: 0;
	}
}

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

	100% {
		top: 0;
	}
}

.sticky .nav-item .nav-dropdown {
	background: #ffffff !important;
}

.sticky .nav-item .nav-dropdown-sub {
	background: #ffffff !important;
}

.tdu {
	text-decoration: underline;
}

.visible {
	visibility: visible;
}

.pt_0 {
	padding-top: 0 !important;
}

.cb {
	color: #000000;
}

.my-2 {
	position: relative;
}

/*Border Hover Effect Starts*/


.bgh a:hover:before {
	text-decoration: none;
	width: 100%;
}

.bgh a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 5px;
	width: 0%;
	border-bottom: 5px solid #f70929;
	transition: 0.4s all;
}

/*Border Hover Effect Ends*/

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px;
	width: 20%;
}

.col-xs-15 {
	width: 20%;
	float: left;
}

@media (max-width: 768px) {

	.pt3 {
		padding-top: 1em;
	}

	.col-md-15 {
		width: 100% !important;
	}

	.col-sm-15 {
		width: 20%;
		float: left;
	}

	.checker_border {
		margin-top: 0 !important;
		padding-top: 0 !important;
	}

	.checker_border .col_4_cs, .checker_border .col_4_cs .col_4_inner {
		padding-bottom: 0 !important;
	}

	.team_row .team_inner_col {
		margin-bottom: 1rem;
	}

	.circle_icons {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.home_pfolio_cols .portfolio-content {
		padding-top: 0;
		padding-bottom: 0;
	}

	.top_img_float {
		position: absolute;
		left: -7px;
		top: -15px;
		z-index: -1;
		max-width: 220px;
	}

	.col_2_custom .col_2_img {
		padding-bottom: 15px;
	}

	.banner_row {
		padding-top: 1em;
	}

	.slider_p {
		font-size: 1em;
	}

	.bottom_img_float {
		position: absolute;
		top: 90px;
		right: 43px;
		z-index: -1;
		max-width: 250px;
	}

	.subscribe_section h2 {
		font-size: 1.5em;
	}
}

@media (max-width: 992px) {
	.col-md-15 {
		width: 20%;
		float: left;
	}

	.navbar-collapse {
		max-height: 250px;
		overflow-y: scroll;
	}

	.cs_srch {
		padding: 0;
	}

	.get-quote {
		margin-left: 0 !important;
		display: none;
	}

	.btn {
		border: 2px solid #f70929;
		padding: 0.5em 0.9em;
		color: #fff;
		background-color: #f70929;
		border-radius: 5px;
		transition: .3s all;
		text-align: center;
	}

	.cart_sp {
		position: absolute;
		left: 20px;
		top: -10px;
	}

	.cart-nav {
		padding: 1em;
		padding-top: 0;
		padding-left: 0;
		position: absolute;
		top: 27px;
		right: 67px;
	}
}

@media (max-width: 1300px) {
	.get-quote {
		font-size: 1vw;
		padding: 0.5em 0.3em;
	}

	.navbar-brand {
		width: 15%;
	}
}

@media (max-width: 1200px) {
	.col-lg-15 {
		width: 20%;
		float: left;
	}

	.get-quote {
		display: none;
	}

	.slider_h1 {
		font-size: 1.4em;
		padding-top: 1.4em;
	}

	.page-breadcrumb li {
		font-size: 1.1em;
	}

	.navbar-nav .nav-item {
		padding-left: .8rem;
		font-size: 1rem;
	}

}

.l1 {
	line-height: 1;
}

.l2 {
	line-height: 2;
}

.l3 {
	line-height: 3;
}

.l4 {
	line-height: 4;
}

/*Socials Icons Rounded Starts */

.br0 {
	border-radius: 0;
}

.bgp {
	background: #ffffff !important;
}

.bgt {
	background: transparent !important;
}

.circle_social {
	border-radius: 50%;
	margin: 0.15em;
	font-size: 3em;
}

.fa_tw {
	/*background: #4099FF;*/
	color: #4099FF;
	/* padding: 0.08em 0.2em;*/
}

.fa_gp {
	color: #dd4b39;
	/*background: #dd4b39;*/
	/* padding: 0.1em 0.1em;*/
}

.fa_db {
	color: #ea4c89;
}

.fa_pt {
	color: #cb2027;
}

.fa_fb {
	/*  background: #3B5998;*/
	color: #3B5998;
	/*padding: 0.05em 0.3em;*/
}

.fa_yt {
	/*background: #bb0000;*/
	color: #bb0000;
	/* padding: 0.25em 0.25em;*/
}

/*Social Icons Rounded Ends */

.non-sticky {
	position: relative !important;
}

.slider-main .slick-prev, .slider-main .slick-next {
	transform: unset !important;
}

.slider-main .slick-prev:before, .slider-main .slick-next:before {
	content: unset;
}

.slider-main .fa-angle-left {
	position: absolute;
	top: 50%;
	display: block;
	z-index: 9;
	font-size: 40px;
	color: #fff;
	background-color: #00000063;
	padding: 8px 3px;
	width: 50px;
	left: 0px;
	height: 50px;
	cursor: pointer;
}

.slider-main .fa-angle-right {
	position: absolute;
	top: 50%;
	display: block;
	z-index: 9;
	font-size: 40px;
	color: #fff;
	background-color: #00000063;
	padding: 8px 3px;
	width: 50px;
	right: 0px;
	height: 50px;
	cursor: pointer;
}

@keyframes zoomAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.3) translate(0px);
	}
}

@-webkit-keyframes zoomAnimation {
	from {
		-webkit-transform: scale(1) translate(0px);
	}

	to {
		-webkit-transform: scale(1.3) translate(0px);
	}
}

#backtotop {
	display: inline-block;
	background-color: #f70929;
	width: 50px;
	height: 50px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}

#backtotop::after {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-style: normal;
	font-size: 2em;
	line-height: 34px;
	color: #fff;
	display: block;
	margin: 19px 10px 10px 14px;
	width: 20px;
	height: 20px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(44deg);
}

#backtotop:hover {
	cursor: pointer;
	background-color: #333;
}

#backtotop:active {
	background-color: #555;
}

#backtotop.show {
	opacity: 1;
	visibility: visible;
}

/*Custom Background*/

.bg-container {
	background-image: url('../image/slider_img_1.jpg');
	background-size: cover;
}

.slick-slide img {
	width: 100%;
}

.img-fluid {
	width: 100% !important;
}

/*General Styling Ends*/


.checker_border .col_4_cs {
	padding: 20px 0;
}

.checker_border .col_4_inner p {
	width: 75%;
	margin: 0 auto;
}

.brd_rt {
	border-right: 1px solid #edebeb;
}

.brd_btm {
	border-bottom: 1px solid #edebeb;
}

.portfolio_full .col-md-4, .portfolio_full .portfolio-content {
	padding-right: 0;
	padding-left: 0;
}

.col_icons {
	display: flex;
}

.col_icons .col_icons_des {
	padding-left: 1rem;
}

.col_icons  .col_4_img svg {
	background-color: #f9f9f9;
	width: 70px;
	height: 70px;
	padding: 10px;
	border-radius: 50px;
	border: 1px solid #d9d9d9;
	fill: #f70929;
}

.col_icons_des h4 {
	font-size: 1rem;
	padding-top: 5px;
	font-weight: 600;
}

.popup-contact {
	height: 100%;
	background: none !important;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 !important;
}

.popup-contact .row.contact {
	width: 100%;
	background: #FFF;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.10);
	padding: 1.5em;
}


/*Media Queries Starts*/



@media only screen and (max-width: 480px) {
	.slider_h1 {
		font-size: 2em;
	}

	.slider_bg_heading_2 {
		font-size: 2rem !important;
	}

	.slider_p {
		width: 100%;
		font-size: 1em;
	}

	.cbtm_col h6 {
		font-size: 1em;
	}

	.cbtm_col p {
		font-size: .9em;
	}

	.btm_container .logos_btm .svg-inline--fa {
		border: 1px solid #fff;
	}

	.navbar-brand img {
		max-width: 150px;
	}

	.navbar-nav .nav-link:hover {
		color: #f70929 !important;
	}

	.slider_container {
		padding-top: 3%;
		padding-bottom: 3%;
	}

	.slick-slider .rw_p {
		width: 100% !important;
	}

	.c2_btn_col {
		margin: 1em 0;
	}

	.cs_h1 {
		font-size: 1.6em;
	}

	.progress_section {
		text-align: center;
	}

	.col_4_cs_row .col-md-4 {
		margin-top: 0 !important;
	}

	.center_btn_h3_s {
		width: 95%;
	}

	.col_4_cs_row .fs {
		font-size: 1.2em !important;
	}

	.pro_content {
		background: #FFF;
		margin: 1em 0;
	}

	.pricing-div {
		margin: 1em 0;
	}
}

@media only screen and (max-width: 768px) {

	.txt_para {
		color: #4c4b4b;
		max-width: 90%;
		margin: 0 auto;
	}

	.project-description {
		padding-right: 15px;
		padding-left: 15px;
	}

	.slider_h1 {
		font-size: 0.9em;
	}

	.slick-slider .rw_p {
		width: 100% !important;
	}

	.page-breadcrumb li {
		font-size: 0.9em;
	}

	.c2_btn_col {
		margin: 1em 0;
	}

	.col_4_cs_row .col-md-4 {
		margin-top: 0 !important;
	}

	.center_btn_h3_s {
		width: 95%;
	}

	.col_4_cs_row .fs {
		font-size: 1.2em !important;
	}

	.pro_content {
		margin: 1em 0;
	}

	.pricing-div {
		margin: 1em 0;
	}

	.related-projects {
		padding-top: 0;
	}

	.related-projects-inner .portfolio_img_div {
		padding-bottom: 1em !important;
	}

	.view-project {
		bottom: 25px;
	}

	.brd_rt, .brd_btm {
		border: none;
	}
}

@media only screen and (max-width: 992px) {

	.navbar .nav-item:hover .nav-dropdown {
		position: relative;
		border-top: unset;
		box-shadow: unset;
		border-bottom: unset;
	}

	.navbar .nav-item .nav-dropdown li:hover .nav-dropdown-sub {
		position: relative;
		border-top: unset;
		box-shadow: unset;
		left: 0;
		border-bottom: unset;
	}

	.navbar .nav-item .nav-dropdown li {
		border-bottom: unset;
	}

	.navbar .nav-item .nav-dropdown-sub li:first-child {
		padding-top: 2em;
	}

	.navbar .nav-item .nav-dropdown li a, .navbar .nav-item .nav-dropdown-sub li a {
		color: #2d2d2d;
	}

	.navbar .nav-item .nav-dropdown li:hover {
		background-color: #ffffff;
		border-bottom: unset;
	}

	.navbar .nav-item .nav-dropdown li:hover a {
		color: #f70929;
	}

	.cs-nav {
		padding: 1.2em 1em;
	}

	.mobile_nav {
		display: block;
	}

	.mobile_hide {
		display: none;
		visibility: hidden;
	}

	.search_toggle {
		width: 100%;
		left: 0;
		padding: 5px 0 0 0;
		top: 30px;
		bottom: 0px;
	}

	.get-quote {
		display: block;
		font-size: 14px;
		width: fit-content;
		padding-right: 10px;
		padding-left: 10px;
	}

	.btm_ul.btm_menu {
		justify-content: center;
		display: flex;
		flex-wrap: wrap;
		padding-inline: 10px;
	}

	.btm_menu li {
		padding-inline: 5px;
	}

	.search_toggle .cs_srch {
		padding-left: 10px;
	}

	.cs_srch:focus,
	.cs_srch:hover,
	.cs_srch:active {
		padding-right: 5px !important;
		padding-left: 5px !important;
	}

	.abs-c {
		left: 0;
	}

	.abs-c h6 {
		text-align: left !important;
	}

	.cart-info {
		top: 36px;
		right: 0;
	}

	.cs-nav .form-inline {
		position: absolute;
		top: 18px;
		right: 140px;
	}

	body {
		overflow-x: hidden;
		overflow-y: auto;
	}

	.header-nav {
		padding: 0.6em 1.2em;
		font-size: 0.7em;
	}

	.header-nav .head-left {
		display: none;
	}

	.header-nav .head-right {
		width: 100%;
	}

	.header-nav .head-right > input {
		width: 50%;
		font-size: .75rem;
	}

	.header-nav .head-right > button {
		font-size: .75rem;
	}

	.slider_btns {
		padding: 0 !important;
		margin-top: 1.2em !important;
	}

	.slider_btn_1,
	.slider_btn_2 {
		padding: .6em 1em;
		margin: 0 .2em;
		font-size: 0.8em;
		text-decoration: none !important;
		cursor: pointer;
	}


	.slider_p {
		width: 100%;
		font-size: 1em;
	}

	.slider_btns a {
		display: inline-block;
	}

	.slider_container {
		padding-top: 4em;
		padding-bottom: 4em;
	}

	.navbar .navbar-brand {
		width: 60% !important;
	}

	.btm_container .container .cbtm_col {
		width: 100%;
		max-width: 100% !important;
		flex: none !important;
	}

	.get_quote .col-md-4 {
		text-align: left !important;
		padding: 1em;
	}

	.col_2_custom h5 {
		margin: 1em 0;
	}

	.team_row .team_img {
		padding: 0;
		height: 130px;
		max-width: 130px;
		border-radius: 50%;
		object-fit: cover;
	}

	.container {
		margin: 0 auto;
	}

	.cright {
		font-size: 0.8rem;
		margin-bottom: 50px;
	}

	.cbtm_col {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-bottom: 15px;
	}

	.cta-one__title {
		font-size: 1rem !important;
		line-height: 24px !important;
	}

	.cta-one__title span {
		font-size: 1.2rem !important;
	}

	.cta-one__right .thm-btn {
		padding: 8px 12px;
		letter-spacing: 0 !important;
		font-size: .8rem !important;
	}

}

@media only screen and (max-width: 757px) {

	.slider_bg_heading_2 {
		font-size: 1.4rem !important;
	}

	.slider_bg_heading_1 {
		font-size: 0.8rem !important;
	}

	.slider_home .slide .slide__content {
		width: 100%;
	}

	.slider_home .slide .slide__content--headings .animated {
		margin-bottom: 2rem;
	}
}

@media only screen and (max-width: 575px) {

	.cs_sp {
		font-size: 1.2rem;
	}

	.col_4_inner {
		padding-top: 10px;
	}

	.cs-nav .form-inline {
		position: absolute;
		top: 10px;
		right: 120px;
	}

	#pulse-loader {
		position: fixed;
		z-index: 1;
		left: 50%;
		top: 50%;
		width: 100px;
		height: 100px;
	}

	.slider_home h1 {
		font-size: 1.2em;
	}

	.slider_home .slide .slide__content {
		top: 60% !important;
	}

	.arrow-right-wrap {
		width: 30px !important;
		height: 30px !important;
	}

	.arrow-left-wrap {
		width: 30px !important;
		height: 30px !important;
	}

	.arrow-right {
		margin: 10px 10px 10px 10px !important;
		width: 10px !important;
		height: 10px !important;
	}

	.arrow-left {
		margin: 10px 10px 10px 10px !important;
		width: 10px !important;
		height: 10px !important;
	}
}

/*Media Queries Ends*/


/*Banner Slider CSS Starts*/

@-webkit-keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSD {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}



/*Banner Slider CSS Ends*/

@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1300px;
	}
}

/*Custom Home Slider Starts*/

@media (min-width: 992px) {
	.slider_home,
	.slider_home .slide {
		height: 72vh;
	}
}

.slider_home .slidee {
	position: relative;
}

.slider_home .slide .slide__img {
	width: 100%;
	height: auto;
	overflow: hidden;
}

@media (min-width: 992px) {
	.slider_home .slide .slide__img {
		position: absolute;
		top: 50%;
		left: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}

.slider_bg_heading_1 {
	font-size: 1.5rem;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	text-transform: capitalize;
	background-color: #26262994;
	padding: 3px 10px;
	border-radius: 30px;
}

.slider_bg_heading_2 {
	font-size: 4rem;
	font-style: normal;
}

.slider_home .slide__img:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 90%);
}

.slider_home .slide .slide__img img {
	max-width: 100%;
	height: auto;
	opacity: .5 !important;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.slider_home .slide .slide__content {
	width: 90%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.slider_home .slide .slide__content--headings {
	text-align: center;
	color: #fff;
}

.slider_home .slide .slide__content--headings h2 {
	font-size: 4.5rem;
	margin: 10px 0;
}

.slider_home .slide .slide__content--headings .animated {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.slider_home [data-animation-in] {
	opacity: 0;
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-transition: opacity 0.5s ease 0.3s;
	transition: opacity 0.5s ease 0.3s;
}

.slider_home .slick-dotted .slick-slider {
	margin-bottom: 30px;
}

.slider_home .slick-dots {
	position: absolute;
	bottom: 25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slider_home .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slider_home .slick-dots li button {
	border: 0;
	display: block;
	outline: none;
	line-height: 0px;
	font-size: 0px;
	color: transparent;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.slider_home h1 {
	color: #fff;
	font-weight: 600;
}

.slide__content .slider_h1 {
	border-bottom: 0;
}

.slider_home .slick-dots li button:hover,
.slider_home .slick-dots li button:focus {
	outline: none;
}

.slider_home .simple-dots .slick-dots li {
	width: 20px;
	height: 20px;
}

.slider_home .simple-dots .slick-dots li button {
	border-radius: 50%;
	background-color: white;
	opacity: 0.25;
	width: 20px;
	height: 20px;
}

.slider_home .simple-dots .slick-dots li button:hover,
.slider_home .simple-dots .slick-dots li button:focus {
	opacity: 1;
}

.slider_home .simple-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}

.stick-dots .slick-dots li {
	height: 3px;
	width: 50px;
}

.stick-dots .slick-dots li button {
	position: relative;
	background-color: white;
	opacity: 0.25;
	width: 50px;
	height: 3px;
	padding: 0;
}

.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
	opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
	color: white;
	opacity: 0.75;
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
	opacity: 1;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}

@keyframes zoomInImage {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	to {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
}

.zoomInImage {
	-webkit-animation-name: zoomInImage;
	animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
	from {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

@keyframes zoomOutImage {
	from {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

.zoomOutImage {
	-webkit-animation-name: zoomOutImage;
	animation-name: zoomOutImage;
}

.slick-arrow {
	position: relative;
}

.arrow-right-wrap,
.arrow-left-wrap {
	position: absolute;
	font-size: 40px;
	color: #fff;
	background-color: #00000063;
	cursor: pointer;
	z-index: 5;
}

.arrow-right-wrap {
	right: 0;
	top: 50%;
	width: 60px;
	height: 60px;
}

.arrow-left-wrap {
	left: 0;
	top: 50%;
	width: 60px;
	height: 60px;
}

.arrow-right {
	display: block;
	margin: 18px 10px 10px 10px;
	width: 25px;
	height: 25px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(135deg);
}

.arrow-left {
	display: block;
	margin: 18px 10px 10px 20px;
	width: 25px;
	height: 25px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(-45deg);
}

.slider_btns {
	width: fit-content;
	margin: 4em auto 0;
}

.slider_home .slick-dots li button:before {
	display: none;
}

.frosted-glass {
	overflow: hidden;
	background: transparent;
	position: relative;
}

.frosted-glass:before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	/* filter: blur(4px); */
	/* -webkit-filter: blur(4px); */
	background-image: linear-gradient(rgb(32 32 86), rgb(0 0 0 / 80%)), url(../image/portfolio_img_6.jpeg);
	background-size: cover;
	background-position-y: center;
}


/*Custom Home Slider Ends*/



/*--------------------------------------------------------------
# Cta One
--------------------------------------------------------------*/
.cta-one {
	position: relative;
	display: block;
	padding: 5em 0;
}

.cta-one-bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #283279;
	background-image: url(../image/cta-one-bg.png);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-blend-mode: overlay;
}

.cta-one__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cta-one__title {
	font-size: 2.4rem;
	color: rgba(255, 255, 255, .9);
	line-height: 50px;
	text-transform: uppercase;
	letter-spacing: var(--thm-letter-space-small);
}

.cta-one__title span {
	color: #FFF000;
	font-size: 3rem;
}

.thm-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	-webkit-appearance: none;
	border: none;
	outline: none !important;
	background-color: #FFF;
	color: #222;
	font-weight: 700;
	text-transform: uppercase;
	padding: 18px 50px;
	transition: 500ms;
	letter-spacing: 0.1em;
}

.cta-one__btn {
	border: 2px solid transparent;
	background-color: #FFF;
	color: #283279;
	text-decoration: none !important;
	font-size: 1.4em;
}

.cta-one__btn:hover {
	border-color: #FFF;
	background-color: #222;
	color: #FFF;
}


/* yx-tabs */

.yn-tabs {
	padding: 40px 0;
	background-repeat: no-repeat;
	background-size: cover;
}

.yn-tabs .yn-nav {
	text-align: center;
	margin: 0 auto;
	justify-content: center;
}

.yn-tabs .yn-nav .nav-item {
	display: inline-block;
	margin: 0 0.4em;
}

.yn-tabs .yn-nav .nav-item a {
	color: #666;
	border-radius: 2em;
	border: 1px solid #D8D8D8;
	padding: 0.4em 1.4em;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	font-size: 1.2em;
	text-decoration: none;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-items: center;
	position: relative;
	-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;
}

.yn-tabs .yn-nav .nav-item a.active {
	color: #FFF;
	border-color: #f70929;
	background-color: #f70929;
}

.yn-tabs .yn-nav .nav-item a.active:hover {
	color: #FFF;
}

.yn-tabs .yn-nav .nav-item a:hover {
	border-color: #f70929;
	color: #f70929;;
}

.yn-tabs-content {
	padding: 40px 0;
}

.feature-items-box {
	padding: 40px 30px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
}



/* blog standard box css */

.blog-standard-thumb {
	position: relative;
}

.blog-single-video {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	transform: translateY(-50%);
}

.blog-video-icon a {
	height: 72px;
	width: 72px;
	background: #fff;
	color: #f70929;
	text-align: center;
	font-size: 2em;
	display: inline-block;
	line-height: 72px;
	border-radius: 100%;
	-webkit-animation: ripple-white 1s linear infinite;
	animation: ripple-blue 1s linear infinite;
	-webkit-transition: .2s;
}

/*==========================
 <--start-subscribe-area -->
===========================*/
.subscribe-area {
	padding: 104px 0 120px;
	background: url(../image/subscribe-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.subscribe-area .container {
	padding: 0 10%;
}

.subscribe-area .section-title h1{
	color: #fff;
}

.subscribe-area .section-title p.text {
	color: #fff;
	margin-bottom: 22px;
}

.subscribe-form input {
	width: 100%;
	height: 65px;
	outline: 0;
	border: transparent;
	padding-left: 20px;
	position: relative;
	background: #fff;
}

.subscribe-form button {
	border: transparent;
	background: #1c3fa5;
	color: #fff;
	padding: 11px 31px;
	right: 26px;
	position: absolute;
	margin-top: 10px;
}



/*悬浮链接*/
.suspension {
	position: fixed;
	z-index: 99;
	right: 0;
	bottom: 36px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	background-color: #353535;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
}

.suspension .a.active,
.suspension .a:hover {
	background: #f70929;
}

.suspension .a .i {
	float: left;
	width: 44px;
	height: 44px;
	background-image: url(../image/side_icon.png);
	background-repeat: no-repeat;
}



/* .suspension .a-service .i{background-position:0 0;} */
.suspension .a-service .i {
	width: 22px;
	height: 22px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../image/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.suspension .a-service-phone .i {
	width: 20px;
	height: 20px;
	margin-top: 12px;
	margin-left: 12px;
	background-image: url(../image/suspension-bg.png);
	background-repeat: no-repeat;
	background-position: -27px 0;
}

.suspension .a-qrcode .i {
	background-position: -44px 0;
}

.suspension .a-cart .i {
	background-position: -88px 0;
}

.suspension .a-top .i {
	background-position: -132px 0;
}

.suspension .a-top {
	background: #f70929;
	display: none;
}

.suspension .a-top:hover {
	background: #cc161d;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrow {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../image/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 31px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 34px;
}

.suspension .d-qrcode {
	top: 78px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	border-bottom: 1px solid #eee;
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../image/side_con_icon03.png) no-repeat center 5px;
	background-size: 36px 36px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../image/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 112px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
	margin-top: 0;
}

.suspension .d-service-item .text {
	float: left;
	width: 112px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text .number {
	font-family: Arial, "Microsoft Yahei", "HanHei SC", PingHei, "PingFang SC", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	color: red;
}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 20px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../image/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

.widget_search.box {
	box-sizing: border-box;
	display: block;
	text-decoration: none;
	padding: 8px 0;
	border-radius: 4px;
	margin-bottom: 20px;
	background: #FFF;
	font-size: .9rem;
	color: #f70929;
	text-align: center;
	cursor: pointer;
	border: 1px solid #f70929;
}

.widget_search.box:hover {
	color: #f70929;
}

@-webkit-keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
		box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
	}
}

@keyframes ripple-blue {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
		box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
	}
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
		box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
	}
}