@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&amp;display=swap');

* {
	margin: 0px;
	padding: 0px;
	outline: none;
}

html,
body {
	overflow-x: hidden !important;
}

ul {
	list-style: none;
}

a,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: 0px;
}

img {
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
ol,
li,
a {
	margin: 0px;
	padding: 0px;
	font-family: 'Montserrat', sans-serif;
}

body {
	font-size: 14px;
	color: #000;
	box-sizing: border-box;
	font-family: 'Montserrat', sans-serif;
	overflow-x: hidden;
}

/*********************/
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #eee;
	cursor: pointer;
}

body::-webkit-scrollbar {
	width: 7px;
	cursor: pointer;
}

body::-webkit-scrollbar-thumb {
	background-color: #333;
}

body::-webkit-scrollbar-thumb:hover {
	background-color: #000;
}

/*********************/
.container {
	width: 1225px;
	max-width: 1225px;
}

/********************/


.achivment-section {
	background-image: url("./bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	padding: 123px 0 40px;
  }
  
  .achivment-section::before {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
  }
  
  .achivment-section .counter-box {
	border: 1px dashed #fff;
	position: relative;
	text-align: center;
	margin-bottom: 60px;
  }
  
  .achivment-section .counter-box i {
	-webkit-clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	color: #fff;
	font-size: 20px;
	height: 60px;
	left: 0;
	line-height: 60px;
	margin: auto;
	position: absolute;
	right: 0;
	top: -30px;
	width: 60px;
	transition: .3s;
	-webkit-transition: .3s;
  }
  
  .achivment-section .counter-box h3 {
	font-size: 30px;
	margin: 50px 0 5px;
	color: #fff;
  }
  
  .achivment-section .counter-box p {
	color: #fff;
	font-weight: 600;
	margin: 0 0 30px;
  }

  .counter-box i {
    background-color: #dd3333;
}

.sticky1-container1 {
	padding: 0px;
	margin: 0px;
	position: fixed;
	left: 15px;
	top: 381px;
	width: 210px;
	z-index: 1100;
}


.header_tp {
	position: relative;
	background: #dd3333;
	height: 60px;
	border-bottom: 4px solid #dd3333;
}

.header-scrolled .header_tp {
	height: 40px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-scrolled .header_tp ul {
	padding: 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header_tp:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 0px;
	border-top: 60px solid #fff;
	border-right: 60px solid #dd3333;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}

.header-scrolled .header_tp:before {
	border-top: 40px solid #fff;
	border-right: 40px solid #222021;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header_tp:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 1000px;
	height: 60px;
	border-bottom: 4px solid #dd3333;
	background: #dd3333;
	z-index: -1;
}

.header-scrolled .header_tp:after {
	height: 40px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header_tp ul {
	float: right;
	padding: 10px 0;
}

.header_tp_lft ul li {
	display: inline-block;
	padding: 6px 20px;
	border-right: 1px solid #464646;
}

.header_tp_lft ul li:last-child {
	border-right: 0px;
}

.header_tp_lft ul li a {
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.50px;
	font-family: 'Montserrat', sans-serif;
}

.header_tp_lft ul li a:hover {
	color: #fff;
}

.header_tp_lft ul li:hover i {
	color: #fff;
}

.header_tp_lft ul li a i {
	color: #fff;
	font-size: 16px;
	padding-right: 7px;
}

/**********************/
.fixed-top {
	position: relative;
	top: 0px;
	display: block;
	background: #fff;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
}



.logo {
	display: contents;
	float: left;
}

.header_menu {
	display: flex;
}

#header .logo img {
	width: 250px;
	padding-top: 22px;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.header-scrolled .logo img {
	width: 250px !important;
}

.main-nav {
	margin: 20px 0 0 0;
	float: right;
}

.header-scrolled .main-nav {
	margin: 15px 0 0 0;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.main-nav>ul>li {
	position: relative;
	float: left;
}

.main-nav a {
	color: #222021;
	text-transform: uppercase;
	letter-spacing: 0.50px;
	transition: all 200ms linear;
	position: relative;
	display: inline-block;
	font-size: 15px;
	padding: 5px 20px;
	font-family: 'Montserrat', sans-serif;
}

.main-nav a:hover,
.main-nav .active>a,
.main-nav li:hover>a {
	color: #dd3333;
	text-decoration: none;
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	width: 250px;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: ease all 0.3s;
	padding: 10px;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	border: none;
	border-radius: 3px;
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}

.main-nav .drop-down li {
	min-width: 180px;
	position: relative;
}

.main-nav .drop-down ul li a {
	padding: 2px 5px;
	color: #222021;
	border-radius: 2px;
	transition: all 200ms linear;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.50px;
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul li:hover>a {
	color: #fff;
	background-color: #dd3333;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
	top: 0;
	left: calc(100% - 10px);
}

.main-nav .drop-down .drop-down:hover>ul {
	opacity: 1;
	top: 0;
	left: 100%;
}

.main-nav .drop-down .drop-down>a {
	padding-right: 35px;
}

.main-nav .drop-down .drop-down>a:after {
	content: "\f105";
	position: absolute;
	right: 15px;
}

.lst-nav {
	display: none;
}

/*******************/
.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #222021;
	transition: 0.4s;
}

.mobile-nav a {
	display: block;
	color: #fff;
	padding: 5px 15px;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 0px;
	text-transform: uppercase;
	position: relative;
	font-family: 'Montserrat', sans-serif;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
	color: #dd3333;
	text-decoration: none;
}

.mobile-nav .drop-down>a:after {
	content: "\f078";
	font-family: FontAwesome;
	padding-left: 10px;
	position: absolute;
	right: 15px;
}

.mobile-nav .active.drop-down>a:after {
	content: "\f077";
}

.mobile-nav .drop-down>a {
	padding-right: 35px;
}

.mobile-nav .drop-down ul {
	display: none;
	overflow: hidden;
}

.mobile-nav .drop-down li {
	padding-left: 20px;
}

.mobile-nav-toggle {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9998;
	border: 0;
	background: none;
	font-size: 24px;
	transition: all 0.4s;
	outline: none;
	line-height: 1;
	cursor: pointer;
	text-align: right;
}

.mobile-nav-toggle i {
	margin: 18px 18px 0 0;
	color: #222021;
	font-size: 30px;
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, 0.8);
	overflow: hidden;
	display: none;
}

.mobile-nav-active {
	overflow: hidden;
}

.mobile-nav-active .mobile-nav {
	left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
	color: #fff;
}

/************************/
#carousel .carousel-control {
	background: none;
	top: 44%;
	opacity: 1;
}

#carousel .carousel-control {
	color: #fff;
	background: #222021;
	width: 40px;
	height: 50px;
	z-index: 121;
	line-height: 55px;
	text-align: center;
	position: absolute;
}

.carousel-control-left,
.carousel-control-right span {
	font-size: 25px;
}

.carousel-control-left,
.carousel-control-right {
	width: 20px;
}

.carousel-control-right {
	right: 0px;
}

/************************/
#banner_bottom {
	background: url(../images/banner-btm-bg.png) no-repeat;
	margin-top: -60px;
	background-size: 100%;
	position: relative;
	height: 70px;
	z-index: 99;
}

.banner_bx {
	padding: 25px 15px;
	border: 1px solid #fff;
	transition: all 0.2s ease;
	background: #fff;
	box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	text-align: center;
	margin-top: 15px;
	cursor: pointer;
}

.banner_bx span {
	color: #222021;
	font-size: 20px;
	display: block;
}

.banner_bx span i {
	margin-right: 10px;
}

.banner_bx:hover {
	background: #dd3333;
	margin-top: 10px;
	border: 1px solid #dd3333;
}

.banner_bx:hover span {
	color: #fff;
}

.ml_lft {
	margin-left: 10rem;
}

/************************/
#hm_about_section {
	padding: 60px 0;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	z-index: 1;
	position: relative;
}



.hm_product_hed.two {
	margin-top: 60px;
}

.hm_product_hed.three {
	margin-top: 60px;
}


.hm_product_hed h2 {
	text-align: center;
	font-size: 25px;
	color: #dd3333;
	letter-spacing: 0.50px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}

.hm_product_hed h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
	margin: 0 auto;
	display: table;
}

.hm_product_hed h2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 40px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.hm_product_hed span {
	padding: 0 12% 0;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #222021;
}

.hm_product_hed {
	padding-bottom: 25px;
}

.prd_mg img {
	border-radius: 10px 10px 0 0;
	border: 2px solid #dddfe2;
}

.prd_dtl {
	padding: 25px 5px;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 10px;
	border-top: 2px solid #dddfe2;
	border-left: 2px solid #dddfe2;
	border-right: 2px solid #dddfe2;
	border-bottom: 3px solid #dd3333;
	border-radius: 5px;
}

.hm_prd_dtl {
	cursor: pointer;
}

.hm_prd_dtl:hover .prd_dtl {
	border-bottom: 3px solid #dd3333;
}

.prd_dtl h6 {
	text-align: center;
	color: #dd3333;
	font-size: 16px;
	padding-bottom: 20px;
}

.prd_dtl p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222021;
	padding-bottom: 20px;
	letter-spacing: 0.25px;
}

.prd_dtl a {
	font-size: 14px;
	color: #dd3333;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 8px 15px;
	background: #fff;
}

.hm_prd_dtl:hover .prd_dtl a {
	background: #dd3333;
	color: #fff;
	font-weight: normal;
}

.carousel-wrap {
	position: relative;
}

.carousel-wrap .owl-next span {
	position: absolute;
	top: 42%;
	right: -15px;
	color: #fff;
	background: #222021;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-weight: bold;
	font-size: 25px;
	line-height: 45px;
}

.carousel-wrap .owl-prev span {
	position: absolute;
	top: 42%;
	border-radius: 50%;
	left: -15px;
	color: #fff;
	background: #222021;
	width: 50px;
	height: 50px;
	font-weight: bold;
	font-size: 25px;
	line-height: 45px;
}

.carousel-wrap .owl-prev span {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

.carousel-wrap .owl-next span {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	visibility: hidden;
	transition: transform 0.5s ease;
	opacity: 0;
}

.carousel-wrap:hover .owl-prev span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

.carousel-wrap:hover .owl-next span {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	visibility: visible;
	opacity: 1;
}

/************************/
#hm_about_main {
	padding: 80px 0;
	/* background:#e2e6ef; */
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	z-index: 1;
	position: relative;
}

.hm_abt_sec {
	position: relative;
	border: 7px solid #713279;
	padding: 40px 40px;
}

.hm_abt_hed {
	position: absolute;
	content: '';
	background: #d1cfcf;
	margin-top: -70px;
	padding: 8px 30px;
}

.hm_abt_hed h1 {
	font-size: 22px;
	color: #dd3333;
	font-weight: bold;
	letter-spacing: 1px;
}

.hm_abt_para span {
	color: #dd3333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 15px;
	position: relative;
}

.hm_abt_para span:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
}

.hm_abt_para span:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
}

.hm_abt_para p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222021;
	line-height: 22px;
	padding-bottom: 20px;
	letter-spacing: 0.25px;
}

.hm_abt_btn {
	padding: 10px 30px;
	background: #222021;
	color: #fff;
	font-size: 14px;
	margin-top: 5px;
	display: inline-block;
	border-bottom: 4px solid #dd3333;
}

.hm_abt_btn:hover {
	background: #dd3333;
	color: #222021;
	font-weight: bold;
	border-bottom: 4px solid #222021;
}

.abt_tp_br::before {
	position: absolute;
	content: '';
	top: -7px;
	left: -7px;
	width: 7px;
	height: 60px;
	background: #dd3333;
}

.abt_tp_br::after {
	position: absolute;
	content: '';
	top: -7px;
	left: -7px;
	width: 60px;
	height: 7px;
	background: #dd3333;
}

.abt_bt_br::before {
	position: absolute;
	content: '';
	bottom: -7px;
	right: -7px;
	width: 7px;
	height: 60px;
	background: #dd3333;
}

.abt_bt_br::after {
	position: absolute;
	content: '';
	bottom: -7px;
	right: -7px;
	width: 60px;
	height: 7px;
	background: #dd3333;
}

.hm_about_mg {
	/* margin-top:15px; */
}

.hm_about_mg img {
	border-radius: 10px;
}

/************************/
#hm_infra_main {
	padding: 60px 0;
	box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
	z-index: 1;
	position: relative;
}

.hm_infra_hed h2 {
	text-align: center;
	font-size: 25px;
	color: #dd3333;
	letter-spacing: 0.50px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 10px;
}

.hm_infra_hed h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
	margin: 0 auto;
	display: table;
}

.hm_infra_hed h2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 40px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.hm_infra_hed span {
	padding: 0 12% 0;
	letter-spacing: 0.25px;
	text-align: center;
	font-size: 14px;
	display: block;
	color: #222021;
}

.hm_infra_hed {
	padding-bottom: 25px;
}

.hm_infra_bx img {
	border-radius: 10px;
	margin-bottom: 20px;
}

/************************/
#footer_top_main {
	padding: 50px 0;
	background: #dd3333;
}

.footer_bx span {
	float: left;
	font-size: 28px;
	margin-top: 0px;
	background: rgba(0, 0, 0, 0.3);
	text-align: center;
	width: 70px;
	height: 70px;
	display: block;
	line-height: 64px;
	border-radius: 100%;
}

.footer_bx .foot_add {
	margin-left: 90px;
}

.foot_add h5 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	letter-spacing: 0.50px;
	position: relative;
}

.foot_add h5:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #222021;
	margin: 0 auto;
	display: table;
}

.foot_add h5:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.foot_add p {
	font-size: 13px;
	color: #fff;
	padding-bottom: 5px;
	letter-spacing: 0.50px;
}

.foot_add p a {
	font-size: 14px;
	color: #fff;
	padding-bottom: 5px;
	letter-spacing: 0.50px;
}

.foot_add p a:hover {
	color: #222021;
}

.foot_nav_lst ul li a:hover {
	color: #dd3333;
}

/************************/
#footer_btm_main {
	padding: 40px 0 20px 0;
	background: #dd3333;
}

.footer_nav h5 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 5px;
	margin-bottom: 15px;
	letter-spacing: 0.50px;
	position: relative;
}

.footer_nav h5:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 0 auto;
	display: table;
}

.footer_nav h5:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 2px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.foot_nav_lst ul li a {
	font-size: 14px;
	color: #fff;
	letter-spacing: 0.25px;
}

.foot_lst {
	border-top: 1px solid #636363;
	margin-top: 30px;
}

.foot_lst h6 {
	color: #fff;
	text-align: center;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
	padding-top: 25px;
}

.foot_lst h6 a {
	color: #dd3333;
	font-weight: bold;
	letter-spacing: 1px;
}

/************************/
#inner-product-banner {
	background: url(../images/product-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	min-height: 170px;
	padding: 35px 0 15px;
}

.inner-prd-hed h2 span {
	text-align: center;
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #dd3333;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 5px;
}

.inner-prd-hed ul {
	margin: 0 auto;
	display: table;
}

.inner-prd-hed ul li {
	display: inline-block;
	padding: 0 15px 0 0;
}

.inner-prd-hed ul li a {
	color: #222021;
	letter-spacing: 0.50px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
}

.inner-prd-hed ul li a i {
	margin-left: 5px;
}

.inner-prd-hed ul li span {
	color: #dd3333;
	letter-spacing: 0.50px;
	font-size: 16px;
}

.inner-prd-hed ul li a:hover {
	color: #dd3333;
}

/************************/
#inner-product-section {
	padding: 60px 0;
}

.inn-prd_dtl {
	padding: 15px 5px;
	background: #fff;
	position: relative;
	z-index: 1;
	text-align: center;
	margin-top: 10px;
	border-top: 2px solid #dddfe2;
	border-left: 2px solid #dddfe2;
	border-right: 2px solid #dddfe2;
	border-bottom: 3px solid #dd3333;
	border-radius: 5px;
}

.inn-prd_dtl {
	cursor: pointer;
}

.inn-prd_dtl:hover .prd_dtl {
	border-bottom: 3px solid #dd3333;
}

.inn-prd_dtl h6 {
	text-align: center;
	color: #dd3333;
	font-size: 16px;
	padding-bottom: 10px;
}

.inn-prd_dtl p {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #222021;
	padding-bottom: 10px;
	letter-spacing: 0.25px;
}

.inn-prd_dtl a {
	font-size: 13px;
	color: #dd3333;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	padding: 0px 15px;
	letter-spacing: 1px;
}

.hm_prd_dtl:hover a {
	color: #000;
}

.hm_prd_dtl:hover .inn-prd_dtl {
	border-bottom: 3px solid #dd3333;
	background: #e2e6ef;
}

.inn_md {
	margin-bottom: 25px;
}

.inner-prdoct-lft h5 {
	font-size: 18px;
	color: #fff;
	padding: 5px;
	text-align: center;
	letter-spacing: 0.50px;
	margin-bottom: 15px;
	background: #dd3333;
	padding: 10px;
}

.inner-prdoct-lft ul li a {
	padding: 7px 10px;
	background: #e2e6ef;
	color: #222021;
	display: flex;
	font-size: 13px;
	border-bottom: 1px solid #dd3333;
	margin-bottom: 5px;
	letter-spacing: 0.25px;
}

.inner-prdoct-lft ul li a:hover {
	color: #fff;
	background: #222021;
}

.inner-prdoct-lft ul li a:hover i {
	color: #fff;
}

.inner-prdoct-lft ul li a i {
	margin-right: 5px;
	margin-top: 3px;
	color: #222021;
}

.inn-product-bx img {
	padding: 10px;
	box-shadow: 0 1px 9px 2px #e8e8e8;
	-webkit-box-shadow: 0 1px 9px 2px #e8e8e8;
	-o-box-shadow: 0 1px 9px 2px #e8e8e8;
	-moz-box-shadow: 0 1px 9px 2px #e8e8e8;
	margin-bottom: 30px;
	background: #f7f7f7;
}

.inn-product-hed h1 {
	font-size: 28px;
	color: #dd3333;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	letter-spacing: 1px;
}

.inn-product-hed h1:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
}

.inn-product-hed h1:after {
	position: absolute;
	content: '';
	top: 0;
	left: 20px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
}

.inn-prodcut-detail h4 {
	font-size: 21px;
	color: #dd3333;
	padding-bottom: 10px;
	letter-spacing: 0.50px;
	position: relative;
}

span.top-brd {
	width: 50px;
	height: 1px;
	margin-bottom: 2px;
	border-radius: 50px;
	background: #222021;
	display: block;
}

span.btm-brd {
	width: 25px;
	height: 1px;
	margin-bottom: 20px;
	border-radius: 50px;
	background: #222021;
	display: block;
}

.product-para p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222021;
	line-height: 22px;
	letter-spacing: 0.25px;
	padding-bottom: 15px;
}

.product-para p b {
	color: #222021;
}

.product-para h5 {
	font-size: 18px;
	color: #dd3333;
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.50px;
	position: relative;
}

.product-para h5:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #222021;
	margin: 0 auto;
	display: table;
}

.product-para h5:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.special-para h5 {
	font-size: 18px;
	color: #dd3333;
	padding-bottom: 10px;
	margin-bottom: 15px;
	letter-spacing: 0.50px;
	position: relative;
}

.special-para h5:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 20px;
	height: 3px;
	background: #222021;
	margin: 0 auto;
	display: table;
}

.special-para h5:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 20px;
	width: 20px;
	height: 3px;
	background: #dd3333;
	margin: 0 auto;
	display: table;
}

.special-para {
	padding: 30px 20px;
	background: #fff;
	box-shadow: 0 0 35px rgb(0 0 0 / 10%);
}

.special-para ul li {
	list-style: none;
	padding: 5px 0;
	color: #222021;
	font-size: 15px;
	line-height: 28px;
	border-bottom: 1px dotted #DDD;
	font-weight: 500;
	text-transform: capitalize;
	letter-spacing: 0.25px;
}

/************************/
#contact-page-section {
	padding: 60px 0;
}

.contact-hed {
	margin-bottom: 30px;
}

.contact-hed h2 {
	font-size: 25px;
	color: #dd3333;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	letter-spacing: 1px;
}

.contact-hed h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
}

.contact-hed h2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 20px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
}

.contact-bx {
	background-color: #fff;
	padding: 20px;
	height: 270px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px rgb(82 85 90 / 10%);
	-moz-box-shadow: 0 0 20px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 20px rgb(82 85 90 / 10%);
}

.contact-mg {
	display: flow-root;
}

.contact-dtl h4 {
	font-size: 20px;
	color: #222021;
	text-align: center;
	padding-bottom: 10px;
	letter-spacing: 0.50px;
}

.contact-mg span {
	margin-top: 0px;
	background: #fff;
	text-align: center;
	width: 70px;
	float: right;
	height: 70px;
	margin-bottom: 10px;
	display: block;
	line-height: 70px;
	border-radius: 100%;
	box-shadow: 0 5px 12px rgb(0 0 0 / 15%);
}

.contact-mg span img {
	width: 35px;
	height: auto;
}

.contact-dtl span {
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	color: #222021;
	display: block;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0.25px;
}

.contact-dtl span a {
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	color: #222021;
	display: block;
	text-align: center;
	line-height: 22px;
	letter-spacing: 0.50px;
}

.contact-dtl span a:hover {
	color: #222021;
}

.contact-dtl ul {
	margin: 10px auto;
	display: table;
}

.contact-dtl ul li {
	display: inline-block;
	padding: 0 5px;
}

.rw-md {
	margin-top: 40px;
}

.contact-form {
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	-moz-box-shadow: 0 0 40px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 40px rgb(82 85 90 / 10%);
	padding: 25px;
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select {
	position: relative;
	display: block;
	width: 100%;
	color: #ea0101;
	line-height: 26px;
	padding: 10px 28px;
	height: 60px;
	font-size: 16px;
	border-radius: 2px;
	background: #f3f5f9;
	border: 1px solid transparent;
}

.contact-form .form-group input::placeholder {
	color: #222021;
	opacity: 1;
	font-size: 14px;
}

.contact-form .form-group textarea::placeholder {
	color: #222021;
	opacity: 1;
	font-size: 14px;
}

.contact-form .form-group textarea {
	position: relative;
	display: block;
	width: 100%;
	line-height: 26px;
	padding: 10px 28px;
	color: #ee2324;
	height: 120px;
	font-size: 14px;
	resize: none;
	border-radius: 2px;
	border: 0px;
	background: #f3f5f9;
}

.butn-bg {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	background: #222021;
	color: #fff;
	cursor: pointer;
	width: 100%;
	line-height: 40px;
	display: block;
	border: 2px solid #fff;
}

.butn-bg:hover {
	border: 2px solid #dd3333;
	color: #fff;
	background: #dd3333;
}

/************************/
.gallery {
	padding: 10px;
	margin-bottom: 5px;
	border: 2px solid #d2d2d2;
}

.gallery-box a span {
	color: #dd3333;
	font-size: 15px;
	text-align: center;
	display: block;
}

.gallery-box:hover span {
	color: #222021;
	text-decoration: underline;
}

.gallery-box {
	margin-bottom: 25px;
}

.gallery img {
	margin: 0 auto;
	display: table;
}

/************************/
.inner-about-hed h2 {
	font-size: 25px;
	color: #dd3333;
	padding-bottom: 20px;
	padding-top: 10px;
	position: relative;
	letter-spacing: 1px;
}

.inner-about-hed h2:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	width: 20px;
	height: 5px;
	background: #222021;
}

.inner-about-hed h2:after {
	position: absolute;
	content: '';
	top: 0;
	left: 20px;
	right: 0;
	width: 20px;
	height: 5px;
	background: #dd3333;
}

.inner-about-para p {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222021;
	line-height: 22px;
	padding-bottom: 20px;
	letter-spacing: 0.25px;
}

.inner-about-para ul {
	padding-bottom: 25px;
}

.inner-about-para ul li span {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #222021;
	line-height: 26px;
	letter-spacing: 0.25px;
}

.inner-abt-bx img {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 20px rgb(82 85 90 / 10%);
	-moz-box-shadow: 0 0 20px rgba(82, 85, 90, 0.1);
	box-shadow: 0 0 20px rgb(82 85 90 / 10%);
	padding: 10px;
	margin-bottom: 20px;
}

/************************/
.sidebar-contact {
	position: fixed;
	top: 50%;
	right: -350px;
	transform: translateY(-50%);
	width: 350px;
	height: 100vh;
	padding: 40px 40px;
	background: #e2e6ef;
	/* box-shadow: 0 20px 50px rgba(0,0,0,.5); */
	box-sizing: border-box;
	transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	-moz-transition: 0.5s ease;
	z-index: 1111;
}

.toggle i {
	float: right;
	width: 45px;
	height: 45px;
	line-height: 45px;
	background: #222021;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	display: block;
	cursor: pointer;
	margin-top: -20px;
	margin-right: -10px;
	text-align: center;
}

.enquiry_form {
	padding-top: 30px;
}

.enquiry_form h2 {
	text-align: center;
	font-size: 30px;
	color: #222021;
	font-weight: bold;
	letter-spacing: 0.50px;
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
}

.enquiry_form span {
	color: #dd3333;
	text-transform: capitalize;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 5px;
	display: block;
	margin-bottom: 15px;
}

.sidebar-contact.active {
	right: 0;
}

.sidebar-contact textarea,
.sidebar-contact input {
	position: relative;
	display: block;
	width: 100%;
	color: #ea0101;
	line-height: 26px;
	padding: 10px 10px;
	font-size: 13px;
	margin-bottom: 10px;
	border-radius: 2px;
	background: #f3f5f9;
	border: 1px solid transparent;
}

.sidebar-contact textarea {
	height: 90px;
	resize: none;
}

.sidebar-contact .butn-bg0:hover {
	color: #fff;
	background: #dd3333;
}

.sidebar-contact .butn-bg0 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	padding: 10px 25px;
	background: #222021;
	color: #fff;
	cursor: pointer;
	width: 100%;
	border: 0px;
	display: block;
}

.toggle img {
	position: absolute;
	text-align: center;
	cursor: pointer;
	top: 70%;
	left: -40px;
}

.enq_dtl ul {
	margin: auto;
	display: table;
	margin-top: 20px;
}

.enq_dtl ul li a {
	color: #222021;
	display: block;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
	letter-spacing: 0.50px;
	font-family: 'Montserrat', sans-serif;
}

.enq_dtl ul li a:hover {
	color: #dd3333;
}

.enq_dtl ul li a i {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #dd3333;
	font-size: 14px;
	margin-right: 7px;
}

/************************/
.btm-watsap {
	position: fixed;
	bottom: 20px;
	left: 10px;
	z-index: 99;
}

.enq_dtl {
	padding-top: 20px;
}











.hm_testimonial_section {}


.hm_prd_dtl {
	text-align: center;
}


.hm_prd_dtl h1.test-hed-tex {
	font-size: 20px;
	font-weight: bold;
	color: red;
	padding: 20px 0px;
}

.hm_prd_dtl .testm-bg img {
	background-size: cover;
	width: 200px !important;
	margin: 0px auto;
	border-radius: 100%;
}

div#hm_testimonial_section {
	margin: 60px 0px;
}


.foot_nav_lst ul li {
	padding: 10px 0px;
}

.wht-bx {
	color: rgb(97, 92, 92);

	text-align: center;
	background: #f6fdff;
	border: 1px solid;
	padding: 15px 15px 20px;
	margin-top: 30px;
	min-height: 300px;
	box-shadow: 0px 5px 15px #dd3333;
}

.wht-bx:hover {
	border: 1px dashed #000;
	color: #000;
}

.bg-overlayy {
	background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url("bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	color: #fff;
	height: 300px;
	padding-top: 91px;
}

.cl-nw {
	background-color: #dd3333;
	color: #fff;
	padding: 8px 18px;
	border-radius: 25% 25% 25% 25% / 32% 2% 32% 0%;
	display: inline-block;
	margin-top: 15px;
	box-shadow: 0px 10px 15px #71337a;

}

.btn-send:hover {
	background-color: #71337a;
	color: white;
	box-shadow: 0px 5px 10px #dd3333;


}

.cl-nw:hover {
	background-color: #71337a;
	color: white;
	
	
	box-shadow: 0px 10px 15px #dd3333;

}



.curse-duratn {
	text-align: center;
	border: 1px dashed;
	padding: 10px;
	margin-bottom: 30px;
	min-height: 355px;
	box-shadow: 0px 5px 10px #dd3333;
}

.curse-duratn:hover {
	border: 1px solid;
	
}

.curse-duratn:hover >img{
	opacity: 0.8;
	
}

.curse-duratn1 {
	text-align: center;
	border: 1px dashed;
	padding: 10px;
	margin-bottom: 50px;
	height: 355px;
	box-shadow: 0px 5px 10px #dd3333;
}

.curse-duratn1:hover {
	opacity: .5;
}


.curse-duratn img {
	margin-bottom: 15px;
}

.curse-duratn p {
	color: #000;
	margin-top: 15px;

}

.cu-gl img {
	width: 100%;
	margin-bottom: 30px;
}

.partner-bg {
	border: 1px solid #000;
}

@import "https://fonts.googleapis.com/css?family=Roboto:400,500";

.box>.icon {
	text-align: center;
	position: relative;
}

.box>.icon>.image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: #dd3333;
	vertical-align: middle;
}

.box>.icon:hover>.image {
	background: #333;
}

.box>.icon>.image>i {
	font-size: 36px !important;
	color: #fff !important;
}

.box>.icon:hover>.image>i {
	color: white !important;
}

.box>.icon>.info {
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.04);
	border: 1px solid #dd3333;
	padding: 15px 0 10px 0;
	min-height: 164px;
	padding-top: 39px;
	border: 1px solid #1c4b86
}

.box>.icon:hover>.info {
	background: rgba(0, 0, 0, 0.04);
	border-color: #e0e0e0;
	color: white;
}

.box>.icon>.info>h3.title {
	font-family: "Robot", sans-serif !important;
	font-size: 16px;
	color: #dd3333;
	font-weight: 700;
}

.box>.icon>.info>p {
	font-family: "Robot", sans-serif !important;
	font-size: 13px;
	color: #666;
	line-height: 1.5em;
	margin: 20px;
}

.box>.icon:hover>.info>h3.title,
.box>.icon:hover>.info>p,
.box>.icon:hover>.info>.more>a {
	color: #222;
}

.box>.icon>.info>.more a {
	font-family: "Robot", sans-serif !important;
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}

.box>.icon:hover>.info>.more>a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}

.box .space {
	height: 30px;
}

@media only screen and (max-width: 768px) {
	.contact-form {
		margin-top: 25px;
	}

	.btn-send {
		width: 100%;
		padding: 10px;
	}

	.second-portion {
		margin-top: 25px;
	}
}

.ctc-mg-btm-30 {
	margin-bottom: 30px;
}

.cu-whte {
	color: #fff;
}

.wh-us-mg-tp-15 {
	margin-top: 15px;

}
.modal-dialog{
	width:300px;
	top:100px;
	margin:0 auto;
}
#btn-fix{
             position: fixed;
                top: 235px;
                right: 0px;
                z-index: 999;   
            }
            #btn-fix img{
                width:40px;
            }
#callme {
    position: fixed;
    right: 10px;
    bottom: 100px;
    width: 70px;
    height: 70px;
    cursor: pointer;
   
    z-index: 99990;
}
#callme #callmeMain {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #4caf50;
    width: 70px;
    height: 70px;
    -webkit-animation: zcwmini2 1.5s 0s ease-out infinite;
    -moz-animation: zcwmini2 1.5s 0s ease-out infinite;
    animation: zcwmini2 1.5s 0s ease-out infinite;
}
#callme #callmeMain:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(https://ss.zadarma.com/callbackWidget/images/mini.png);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: zcwphone2 1.5s linear infinite;
    -moz-animation: zcwphone2 1.5s linear infinite;
    animation: zcwphone2 1.5s linear infinite;
}
@-webkit-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-moz-keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@keyframes zcwphone2 {
    0% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    25% {-ms-transform:rotate(30deg);-webkit-transform:rotate(30deg);transform:rotate(30deg);}
    50% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
    75% {-ms-transform:rotate(-30deg);-webkit-transform:rotate(-30deg);transform:rotate(-30deg);}
    100% {-ms-transform:rotate(0deg);-webkit-transform:rotate(0deg);transform:rotate(0deg);}
}
@-webkit-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-webkit-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@-moz-keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@keyframes zcwmini2 {
    0% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 0 rgba(0,0,0,0), 0 0 0 0 rgba(207,8,8, 0);}
    10% {box-shadow: 0 0 8px 6px , 0 0 12px 10px rgba(0,0,0,0), 0 0 12px 14px ;}
    100% {box-shadow: 0 0 8px 6px rgba(207,8,8, 0), 0 0 0 40px rgba(0,0,0,0), 0 0 0 40px rgba(207,8,8, 0);}
}
@media(max-width:767px) {
	.hm_about_mg {
		margin-top: 30px;
	}
}

@media(max-width:390px) {
	.navbar-brand img {
		width: 212px;
	}
}