
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');


*,b,h1,h2,h3,h4,h5,h6,li,ol,p,span,strong,ul {
	margin: 0;
	padding: 0
}


.fixed-top,
.header_tp,
.main-nav a,
.main-nav>ul>li {
	position: relative
}

a,a:focus,a:hover {
	text-decoration: none
}

ul {
	list-style: none
}

img {
	border: none
}

body {
	font-size: 15px;
	color: #182333;
	box-sizing: border-box;
	overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	line-height: 1.5;
	font-weight: 400;
}

button:focus {
	outline: -webkit-focus-ring-color auto 0
}

html {
	scroll-behvior: smooth
}

::-webkit-scrollbar {
	-webkit-appearance: none
}

::-webkit-scrollbar:vertical {
	width: 7px
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	border: none;
	background-color: #7c797a
}

::-webkit-scrollbar:horizontal {
	height: 7px
}

::-webkit-scrollbar-track {
	background-color: rgba(239, 239, 239, .5)
}
/**/
.mt15{
	margin-top: 15px;
}
.mb15{
	margin-bottom: 15px;
}
.mtb20{
	margin-top: 20px;
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.mb30{
	margin-bottom: 30px;
}
.items-center{
	align-items: center;
}
/**/
.top-head{
    background-color: #bb1c20;
    position: relative;
    height: 10px;
    line-height: 23px;

}
.top-head::before{
    content: "";
    position: absolute;
    top: 0;
    left: -14px;
    width: 528px;
    /* right: -88px; */
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    bottom: 0;
    background: #545454;
    transform: skew(45deg, 0deg);
    box-shadow: 4px 0px 0 1px #fffffffa;

}

.banner-mbl,
.main-nav .drop-down ul li:after{
	display: none
}

.header_tp_dtl ul {
	display: block;
	float: right;
	margin-top: 0
}

.header_tp_dtl ul>li {
	float: left;
	display: flex;
	padding: 5px 15px
}

.header_tp_dtl ul li ol li {
	float: left;
	display: flex;
	padding: 0 10px
}

.header_tp_dtl ul li ol li a {
	font-weight: 600;
	letter-spacing: .5px;
	transition: .2s linear;
	display: inline-block;
	font-size: 17px;
	color: #959393
}

.header_tp_dtl ul li:first-child,
.header_tp_dtl ul li:nth-child(2) {
	position: relative;
	top: 5px;
}
.header_tp_dtl ul li:nth-child(3) {
	position: relative;
	top: 5px;
}
.header_tp_dtl ul li:last-child {
	border-right: 0px;
	border-left: 2px solid #ffffff26;
	margin-left: 5px;
	padding-left: 13px
}

.header_tp_dtl ul li.call_tp img {
	margin-right: 5px;
    width: 22px;
    height: 22px;
    margin-top: 0px;
}

.header_tp_dtl ul li.call_tp a {
	color: #fff;
	font-weight: 300;
	font-size: 15px
}

.main-nav .drop-down ul li a,
.main-nav a {
    color: #000000;
    font-weight: 400;
    letter-spacing: .25px;
}

.menu-icon {
	float: left;
	width: 60px;
	cursor: pointer;
	padding: 10px 0
}

.menu-icon .bar2 {
	width: 48px
}

.menu-icon .bar3 {
	width: 60px
}

.menu-icon:hover .bar1 {
	width: 38px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.menu-icon:hover .bar2 {
	width: 52px;
	transition: width .3s;
	-webkit-transition: width .3s;
	-ms-transition: width .3s;
	-moz-transition: width .3s;
	-o-transition: width .3s
}

.fixed-top {
    display: block;
    background: #fff;
    top: 0;
    padding: 4px 0 2px;
    box-shadow: 0px 3px 5px rgb(0 0 0 / 7%);
}

#header:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	display: block;
	height: 2px;
	width: 70%;
	background: linear-gradient(90deg, #fff, #e2e2e2);
}

.header-scrolled .logo {
	margin-top: -10px;
}
.header-scrolled .scrollto img {
    width: 320px;
    height: auto;
    margin-top: 12px;
}

.logo {
	    /* margin-top: -2px; */
    /* margin-left: 10px; */
    /* position: absolute; */
    width: 30%;
}

.header-scrolled {
    position: fixed;
    /* padding: 7px 0 8px; */
    /* box-shadow: 0px 10px 24px rgb(0 0 0 / 10%); */
}


.scrollto img {
    width: 100%;
    height: auto /* user-drag: none; -webkit-user-drag: none; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; */;

}



.main-nav {
	float: right
}

.main-nav>ul {
    margin: 17px 0 0 0;
    display: flex;
}

.main-nav>ul>li {
	white-space: nowrap;
	float: left
}

.main-nav a {
    display: inline-block;
    font-size: 17px;
    padding: 9px 20px;


}
.main-nav ul li::before {

    position: relative;
}
.main-nav ul li::before {
    content: '';
    width: 3px;
    position: absolute;
    height: 14px;
    background-color: #d9d9d9;
    top: 16px;
    left: 0;
    border-radius: 164px;
}
.header-scrolled .main-nav a {
    padding: 13px 20px;
    font-size: 16px;
}

.main-nav li:last-child {
	border-right: 0px
}

.main-nav .active>a,
.main-nav a:hover,
.main-nav li:hover>a,
.mobile-nav .active>a,
.mobile-nav a:hover,
.mobile-nav li:hover>a {
	color: #e22726;
	text-decoration: none
}

.main-nav .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	padding: 5px;
	background-color: #fff;
	box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
	border: none
}

.main-nav .drop-down:hover>ul {
	opacity: 1;
	top: 100%;
	visibility: visible
}

.main-nav .drop-down li {
	min-width: 220px;
	position: relative
}

.main-nav .drop-down ul li {
	border-bottom: 1px solid #f4f4f7;
	margin-top: 0
}

.main-nav .drop-down ul li:last-child {
	border-bottom: 0
}

.main-nav .drop-down .drop-down>a,
.mobile-nav .drop-down>a {
	padding-right: 35px
}

.main-nav .drop-down ul li a {
    padding: 4px 5px;
    border-radius: 2px;
    transition: .2s linear;
    font-size: 13px;
    text-transform: capitalize;
    width: 100%;

}

.main-nav .drop-down ul .active>a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover>a {
	color: #fff;
	background-color: #bb1c20;
}

.main-nav .drop-down>a:after {
	content: "\f107";
	font-family: FontAwesome;
	padding-left: 5px;
	font-size: 16px
}

.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:after {
	content: "\f105";
	position: absolute;
	right: 15px
}

.mega_wdth {
	width: 50%;
	display: inline-block
}

.mega_wdth span {
	font-weight: 600;
	display: block;
	letter-spacing: .5px;
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
	padding-left: 6px
}

.banner_sec p,
.mobile-nav a {
	font-weight: 600;
	letter-spacing: 1px;
	display: block
}

.mobile-nav {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	overflow-y: auto;
	left: -260px;
	width: 260px;
	padding-top: 18px;
	background: #416b9d;
	transition: .4s
}

.mobile-nav a {
	color: #fff;
	padding: 10px 20px;
	font-size: 13px;
	text-transform: uppercase;
	position: relative
}

.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 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: 0 0;
	font-size: 24px;
	transition: .4s;
	outline: 0;
	line-height: 1;
	cursor: pointer;
	text-align: right
}

.mobile-nav-toggle i {
	margin: 0;
	color: #004289
}

.mobile-nav-overly {
	width: 100%;
	height: 100%;
	z-index: 9997;
	top: 0;
	left: 0;
	position: fixed;
	background: rgba(19, 39, 57, .8);
	display: none
}

.mobile-nav-active .mobile-nav {
	left: 0
}

.head_brochure a{
	background: #00adf300;
    border: 2px solid #03acef;
    border-radius: 50px;
    padding: 4px 18px;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.head_brochure a:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #03acef;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
    z-index: -1;
}
.head_brochure a:hover:after {
    transform: scaleX(1);
}
.head_brochure a img{
	position: relative;
	top: -2px;
	margin-right: 5px;
}
.head_brochure a:hover img{
	filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}

/*-- ------------------------ --*/
.carousel-sec {
	overflow-x:hidden;
	border-bottom: 5px solid #f8fafb;
}
.carousel-inner {
	position:relative;
}
#carousel .carousel-control {
	background:none;
	top:46%;
	font-size:20px;
	text-align:center;
	width:40px;
	height:40px;
	opacity:1;
	position:absolute;
}
#carousel .carousel-control-right {
	right:4%;
}
#carousel .carousel-control-left {
	left:2%;
}
#carousel .carousel-control-right span {
	-webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel .carousel-control-left span {
	-webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
	visibility:hidden;
	transition:transform 0.5s ease;
	opacity:0;
}
#carousel:hover .carousel-control-right span {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel:hover .carousel-control-left span {
	-webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	visibility:visible;
	opacity:1;
}
#carousel .carousel-control span {
	color: #fff;
    background: rgb(49 49 49 / 50%);
    height: 55px;
    width: 55px;
    z-index: 121;
    line-height: 55px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
}
.carousel-indicators li {
	background-color: rgb(0 0 0 / 50%);
}


/*.carousel-indicators{
	bottom: 30px;
}
#slider {
  	margin-right: 0;
  	margin-left: 0;
}
.carousel-caption {
  	top: 50%;
  	left: 7%;
  	right: 100%;
  	bottom: 0;
  	opacity: 0;
  	transition: all 800ms linear;
  	text-align: left;
  	padding: 0px;
  	width: 500px;
  	transform: translate(0%,-40%);
}
.carousel-item.active .carousel-caption {
  	opacity: 1;
  	right: 13%;
  	transform: translate(0%,-50%);
}
.carousel-caption img{
	filter: brightness(0.9);
}
.carousel-caption p{
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.9px;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px #0000000a;
}
.carousel-caption h5{
	font-size: 32px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 35px;
    word-wrap: break-word;
    text-shadow: 2px 2px 2px #0000000a;
}
.carousel-caption a span{
	position: relative;
	z-index: 1;
}
.carousel-caption a{
	background: #e48e3b;
    padding: 8px 25px;
    border-radius: 0px 50px 50px 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid white;
    margin-top: 10px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 2%);
    overflow: hidden;
    position: relative;
}
.carousel-caption a:hover {
    border: 2px solid #fff !important;
}
.carousel-caption a.orange-btn{
	background-color: #ce6200;
}
.carousel-caption a.orange-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e48e3b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.carousel-caption a.blue-btn{
	background-color: #0091ee;
}
.carousel-caption a.blue-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00c0fe;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.carousel-caption a.dark-blue-btn{
	background-color: #1c2541;
}
.carousel-caption a.dark-blue-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #29334c;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.carousel-caption a:hover:before {
    transform: scaleX(1);
}*/
/**/
#carousel {
    overflow:hidden;
}
#carousel .carousel-control {
    background:none;
    top: 45%;
    font-size: 30px;
    text-align:center;
    width: 40px;
    height: 40px;
    opacity:1;
    position:absolute;
}
#carousel .carousel-control-right {
    right: 4%;
}
#carousel .carousel-control-left {
    left:0;
}
#carousel .carousel-control-right span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel .carousel-control-left span {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility:hidden;
    transition:transform 0.5s ease;
    opacity:0;
}
#carousel:hover .carousel-control-right span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel:hover .carousel-control-left span {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility:visible;
    opacity:1;
}
#carousel .carousel-control span {
    color:#fff;
    background-color: rgb(50 52 51 / 50%);
    height:45px;
    width:45px;
    z-index:121;
    line-height:45px;
    text-align:center;
    position:absolute;
}
#carousel .carousel-control span:hover {
    background-color:#1e1e1e;
}
#carousel .carousel-item .caption {
    background-color:rgb(0 0 0 / 20%);
    padding:40px;
    animation-duration:1s;
    animation-delay:1s;
}
.carousel-indicators {
    left: 11%;
    transform: translate(-50%, -50%);
    bottom: 30px;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}
.carousel-indicators li {
    height:4px;
    background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active{
	background-color: #fff;
}
/*-- ------------------------ --*/
.hm-about{
	padding: 100px 0;
	position: relative;
	overflow: hidden;
}
.hm-about-shadow{
	position: absolute;
	right: -10px;
	bottom: -20px;
	z-index: -1;
	width: 400px;
	opacity: 0.5;
}
.hm-about-head{
	margin-bottom: 0px;
}
.hm-about-head h2{
    position: relative;
}

.hm-about-head h2::after{
    position: absolute;
    content: '';
    left: 5%;
    bottom: -9px;
    width: 52px;
    margin-left: -33px;
    height: 4px;
    background: #aaaaaa;
    border-radius: 26px;

}
.hm-about-head h2{
    text-align: left;
    text-align: left;
    font-weight: 700;
    /* font-style: italic; */
    margin-bottom: 13px;
    font-size: 22px;
    color: #524f4f;
    font-family: math;
    font-weight: 600;
    /* font-style: normal; */
}

.hm-about-head p{
    text-align: left;
    font-size: 29px;
    /* color: #000; */
    /* font-style: italic; */
    font-weight: 500;
    font-family: 'Poppins';
    font-weight: 600;
}
.hm-about-head p span{
	padding: 0px 2px;
}
.hm-about-head .orange-text{
	color: #bb1c20;
    
}
.hm-about-head .navyblue-text{
	color: #37336e;
}
.hm-about-head .green-text{
	color: #158a3f;
}
.hm-about-img{
	position: relative;
}
/* .hm-about-img img{
	border-radius: 50%;
    border: 6px solid #f4f6f8;
} */
.hm-about-year{
    width: 231px;
    background: #ffffff;
    height: 231px;
    padding: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    color: #fff;
    position: absolute;
    right: -9%;
    top: 65%;
    right: -1%;

}
.hm-about-year p{
	font-weight: 600;
	margin-bottom: 0;
}
.hm-about-year p span{
	font-size: 30px;
	font-weight: 700;
}

.hm-about-dtl a {
    background: #bb1c20;
    padding: 11px 30px;
    /* border-radius: 0px 50px 50px 50px; */
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    margin-top: 10px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 2%);
    overflow: hidden;
    position: relative;
    border: none;

}
.cerifecte{
    position: relative;
}
.cerifecte::before{
    position: absolute;
    content: '';
    /* left: 7%; */
    box-shadow: rgba(38, 67, 67, 0.3) 0px 1px 2px 0px, rgba(60, 35, 47, 0.1) 0px 1px 3px 1px;
    bottom: -29px;
    width: 396px;
    margin-left: 2px;
    height: 166%;
    background: #393939;
    /* border-radius: 25px 0 0 25px; */
    transform: skew(40deg, 0deg);
    box-shadow: -10px 0px 0 -1px #e12826;
    border-left: 5px solid #ffffff;
    border-bottom: 5px solid #adadad73;
}
.hm-about-dtl a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #524f4f;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.hm-about-dtl a:hover:before {
    transform: scaleX(1);
}
.hm-about-dtl a span {
    position: relative;
    z-index: 1;
}
.hm-about-dtl a span img{
	position: relative;
	top: -2px;
	left: 2px;
}
.hm-about-dtl p{
	letter-spacing: 0.2px;
    word-spacing: 0.2px;
    padding-bottom: 15px;
    line-height: 27px;
    text-align: justify;
}
.hm-about-text{
	color: #182333;
	font-weight: 500;
}
.hm-about-dtl p .fa-quote-left{
	color: #ec771c;
    margin: 0px 10px;
    font-style: italic;
    font-size: 25px;
}	
.hm-about-dtl p .fa-quote-right{
	color: #ec771c;
    margin: 0px 10px;
    font-style: italic;
    font-size: 25px;
    position: relative;
    bottom: -5px;
}
/*-----------------*/
.leaders{
    background-color: #f9f9f982;
    padding: 28px 0;
}
.leaders-box{
	border-right: 1px solid #e1e3e8;
	display: flex;
	height: 90px;
	padding: 0 10px;
	align-items: center;
}
.leaders-box-none{
	border-right: none;
}
.leaders-box-text{
    padding-bottom: 10px;
    color: #060606;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.5px;
    padding-left: 20px;
}
.leaders-box-img{
	position: relative;
	margin-top: 10px;
}
/*-- ------------------------ --*/

.hm-prod{
	padding: 80px 0;
	background-color: #1c2541;
}
.hm-prod-head {
    margin-bottom: 20px;
}
.hm-prod-head h2{
    color: #fff;
    text-align: left;
    font-weight: 600;
   
}
.hm-prod-box{
	background-color: #e0f1fa;
	padding: 20px;
	margin-bottom: 30px;
}
.hm-prod-box h4{
	font-weight: 600;
	font-size: 20px;
	height: 48px;
	line-height: 20px;
	color: #060606;
}
.hm-prod-box a {
    background: #fff;
    padding: 4px 14px;
    font-size: 13px;
    border-radius: 0px 50px 50px 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #060606;
    margin-top: 2px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 8%);
    overflow: hidden;
    position: relative;
    border: none;
}
.hm-prod-box:hover a{
	color: #fff;
}
.hm-prod-box:hover a img{
	filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.hm-prod-box a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ea7b20;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.hm-prod-box:hover a:before {
    transform: scaleX(1);
}
.hm-prod-box a span {
    position: relative;
    z-index: 1;
}
.hm-prod-box a span img{
	position: relative;
	top: 0px;
	left: 2px;
}
.hm-prod-box .prod-img{
	margin-top: 10px;
}
.hm-prod-box-green{
	background-color: #cdfddf;
}
.hm-prod-more {
    box-shadow: 0px 12px 20px 0px rgb(0 0 0 / 10%);
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 2px dashed #0072b5;
    margin-top: 20px;
    display: block;
}
.hm-prod-more p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 27px;
    color: #fff;
    word-spacing: 1px;
}
.hm-prod-more p a {
    text-decoration: underline !important;
    font-size: 17px;
    margin-left: 10px;
    color: #ec771c;
    font-weight: 600;
}
.hm-prod-more p a:hover{
	color: #fff;
}
.hm-prod-more p a span {
    font-size: 20px;
}
/* .hm-brick-head img{
    border: 6px solid #e8e8e8;
} */
.cont_bxs img{
    width: 35px;
}
/*-- ------------------------ --*/
.hm-brick{
    padding: 80px 0 50px 0px;
    background-image: url(../images/core-bg.jpg);
    background-size: cover;
}
.core-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}
.hm-brick-head{
	margin-bottom: 40px;
}
.hm-brick-head h2{
	text-align: center;
	font-weight: 600;
}
.core-wrapper .core-single {
    width: 20% !important;
    background: #fff;
    padding: 25px 0px;
    border-right: 2px solid #ccccccab;
    cursor: pointer;
    height: 100%;
    text-align: center;
    margin-bottom: 2px;
    border-bottom: 1px solid #ccc;
}
.core-wrapper .core-single:hover{
	background: #ea7b20;
}
.core-wrapper .core-single h4{
	font-size: 15px;
	text-align: center;
    line-height: 1.2;
    margin-top: 10px;
    color: #060606;
    letter-spacing: 0.2px;
}
.core-wrapper .core-single:hover h4{
	color: #fff;
}
.core-wrapper .core-single:hover img{
	filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.icon-core-single{
	display: block;
	height: 75px;
}
/*---------------*/
.hm-cetificate{

    padding: 100px 0;
    background-color: #ffffff;
}
.hm-cetificate-head{
	margin-top: 85px;
}
.hm-cetificate-head h2{
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    color: #575757;
    margin-bottom: 20px;
    position: relative;
}
.hm-cetificate-head h2::before{
    position: absolute;
    content: '';
    left: 1%;
    left: 34px;
    width: 52px;
    top: 45px;
    margin-left: -33px;
    height: 4px;
    background: #da2727;
    border-radius: 26px;

}
.hm-cetificate-head span {
    font-size: 16px;

}

/* .hm-brick-head {
position: relative;
}
.hm-brick-head::before {
    position: absolute;
    content: '';
    background-image: url(.../images/qolaty.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    } */
.hm-cleint-certifications ul{
	display: flex;
	justify-content: center;	
}
.hm-cleint-certifications ul li {
    margin: 0 30px;
}
/*---------------*/
.hm-cleint{
    padding: 100px 0 150px;
}
.hm-cleint-head{
	margin-bottom: 40px;
}
.hm-cleint-head h2{
	text-align: center;
    font-weight: 600;
}
.hm-cleint-dtl{
	/* box-shadow: 0 2px 33px 2px rgb(121 124 148 / 18%);
	padding: 20px 20px; */
	border-radius: 10px;
}
.hm-cleint-box{
	position: relative;
}
.hm-cleint-box:after{
	content: "";
	width: 1px;
	background-color: #0000001a;
	height: 100%;
	position: absolute;
	top: 0;
	left: -15px;
}
.dual-laminate .owl-dots {
    text-align: center;
    margin-top: 15px;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -80px;
    transform: translate(-50%, -50%);
}
.owl-dots button {
	background: #dcdee1 !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots button.active {
	width: 30px;
	background:#bb1c20 !important;
}
/*---------------*/
.hm-industry{
	padding: 80px 0;
}
.hm-industry-single{
	position: relative;
    background: #334a7b;
    cursor: pointer;
}
.hm-industry-single:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #0000008c;
    content: "";
}
.hm-industry-single:hover:before {
  display:none;
}
.product-svg {
    position: absolute;
    top: 30%;
    left: 30%;
    width: 110px;
    height: 110px;
    border-radius: 50%;
}
.hm-industry-single:hover .product-svg {
    background-color: #fff;
}
.hm-industry-single .white-svg {
    opacity: 1;
}
.product-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 75px;
    height: 70px;
    filter: invert(99%) sepia(0%) saturate(7500%) hue-rotate(136deg) brightness(114%) contrast(93%);
}
.hm-industry-single:hover .product-icon {
    filter: invert(0%) sepia(95%) saturate(21%) hue-rotate(319deg) brightness(106%) contrast(105%);
}

.hm-industry-single p {
    text-align: center;
    position: absolute;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background: #ffffff9e;
    padding: 10px;
    color: #012060;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    /* opacity: 0; */
    transition: all 0.3s ease-in-out;
}
.hm-industry-single:hover p {
    opacity: 1;
}
.hm-ind-pd{
	padding:3px 3px;
}
/*-- ------------------------ --*/
#footer_bg {
    background: #545454;
    padding: 70px 0 35px 0;
}
.footer_logo {
    padding: 5px 9px 5px 5px;
    background: #fff;
    margin: 0 auto;
    width: 85%;

}
.foot-bottom {
  
    position: relative;
}
.foot-bottom::before{
    border-top: 1px dashed #fff;
    position: absolute;
    content: '';
    width: 1168px;
    top: 18px;
    left: 100px;

}
/************************/
.other_footer_sec {
    position: relative;
    margin-bottom: 70px;
}
.other_footer_sec:before {
    position: absolute;
    content: '';
    position: absolute;
    top: 465%;
    left: 0;
    height: 1px;
    width: 100%;
    border-top: 1px dashed;
    border-color: rgb(242 245 250 / 60%);
    z-index: 0;

}
.footer_contact_hed{
	margin-top: 10px;
}
.frst_block_fot {
	padding: 25px 15px;
    background: #f6f8fb;
    position: relative;
    z-index: 1;
}
.secnd_block_fot {
	padding: 25px 15px;
    background: #e22726;
    position: relative;
    z-index: 1;
}
.cont_details {
	display: flex;
    justify-content: center;
    align-items: center;
}
.cont_bx {
	width: 52px;
    height: 52px;
    line-height: 48px;
    text-align: center;
    border-radius: 100%;
    background: #545454;
	display:block;
	margin-right:18px;
}
.cont_bx img {
	width:50%;
}
.cont_dtl a {
    font-size: 14px;
    line-height: 22px;
    display: block;
    color: #ffffff;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.cont_dtl a:hover {
	color: #dd3d41;
}
.cont_dtl span {
	font-size: 15px;
    color: #dd3d41;
    font-weight: 600;
    letter-spacing: 0.25px;
    display: block;
}
.call_dtl a {
	font-size: 14px;
    line-height: 22px;
    display: block;
    color: #fff;
    letter-spacing: 0.30px;
    font-weight: 500;
}
.call_dtl a:hover {
	color: #2c3032;
}
.call_dtl span {
	font-size: 15px;
    color: #e22726;
    font-weight: 600;
    letter-spacing: 0.25px;
    display: block;
}
.foot-bottom {
    padding-top: 15px;
}
.foot-btm-head p {
    color: #ffffffa6;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 0.30px;
    margin-top: 25px;
}
.foot-btm-head p a {
    color: #fff;
    font-weight: 600;
}
.social-link{
	margin-top: 60px;
}
.social-link ul{
	text-align: center;
}
.social-link ul li{
	display: inline-block;
	padding: 0 15px;
	position: relative;
}
.social-link ul li:nth-child(1):after, .social-link ul li:nth-child(2):after{
	content: "";
    position: absolute;
    width: 1px;
    height: 50px;
    background-color: #ffffff29;
    right: 0;
    top: 0;
}
.social-link ul li a{
	color: #fff;
	font-size: 13px;
    letter-spacing: 0.5px;
}
.social-link ul li a:hover{
	color: #2ab1e1;
}
.social-link ul li a i{
	font-size: 18px;
}
.cont_details_none{
	padding-top: 0px !important;
}
.ftr-quick-head h6{
	color: #fff;
	font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
}
.ftr-quick-link ul li a{
	font-size: 14px;
    color: #ffffffa6;
    font-weight: 400;
    letter-spacing: 0.45px;
    display: block;
    padding: 5px 0;
}
.ftr-quick-link ul li a:hover{
	color: #e22726;
}
.cont_detailss {
    padding: 20px 0;

}
.cont_bxs {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    float: left;
    border-radius: 10%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont_detailss {
    padding-left: 60px;
    display: block;
}
.contact_dtl p {
    font-size: 13px;
    line-height: 20px;
    display: block;
    color: #ffffffa6;
    letter-spacing: 0.30px;
    font-weight: 400;
}
.contact_dtl h6{
	color: #fff;
    padding-bottom: 2px;
    position: relative;
    top: -3px;
    font-weight: 600;
    letter-spacing: 0.4px;
}
.cont_detail_bb{
	border-top: 1px dashed rgb(242 245 250 / 60%);
}
/************************/


.hm-product {
    padding: 125px 0 145px;
    background: url(../images/industry-bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: scroll;
    position: relative;
}

.tekup-portfolio-data {
    opacity: 0;
    visibility: hidden;
    bottom: 0;
    left: 28px;
    z-index: 2;
    padding: 20px 24px;
    width: calc(100% - 56px);
    position: absolute;
    transition: all .4s;
    background-color: var(--white-bg);
}
.tekup-portfolio-data h5 {
    margin-bottom: 10px;
}




.project-text {
    width: 335px;
    padding: 12px 15px;
    position: absolute;
    left: -2px;
    bottom: 30px;
    background: #fff;
}

.leaders-box h5{
    font-size: 40px;
    font-weight: 600;
    font-family: math;
    text-align: right;
    /* border: 1px solid #fff; */
    color: #ffffff;
    /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
}

#background{
    background-color: #fff;
    padding: 10px;
    border-radius: 7px;
}

.btn-12,
.btn-12 *,
.btn-12 :after,
.btn-12 :before,
.btn-12:after,
.btn-12:before {
  border: 0 solid;
  box-sizing: border-box;
}

.btn-12 {
    -webkit-tap-highlight-color: black;
    -webkit-appearance: button;
    background-color: #e22726;
    background-image: none;
    color: #fff !important;
    cursor: pointer;
    border: 1px solid #c6c5c5;
    font-size: 100%;
    font-weight: 500;
    /* line-height: unset; */
    line-height: 1.6;
    margin: 0;
    font-size: 17px;
    -webkit-mask-image: -webkit-radial-gradient(#e22726, #818181);
    padding: 0;
    text-transform: uppercase;
}

.btn-12:disabled {
  cursor: default;
}

.btn-12:-moz-focusring {
  outline: auto;
}

.btn-12 svg {
  display: block;
  vertical-align: middle;
}

.btn-12 [hidden] {
  display: none;
}

.btn-12 {
    border-radius: 6px;
    border-width: 2px;
    overflow: hidden;
    padding: 7px 23px;
    position: relative;
    margin-top: -26px;
}


/* .btn-12 span {
  mix-blend-mode: difference;
} */
/* .btn-12 span:hover{
    mix-blend-mode: difference;
  } */
  .btn-12 span:hover {
    mix-blend-mode: difference;
    color: #000 !important;
}

.main-nav ul li:nth-child(1):before {
    background-color: #ffffff;
}
.drop-down ul li:nth-child(2):before {
  display: none;
}
.drop-down ul li:nth-child(3):before {
    display: none;
  }
  .drop-down ul li:nth-child(4):before {
    display: none;
  }
  .drop-down ul li:nth-child(5):before {
    display: none;
  }
  .drop-down ul li:nth-child(6):before {
    display: none;
  }
  .drop-down ul li:nth-child(7):before {
    display: none;
  }
  .drop-down ul li:nth-child(8):before {
    display: none;
  }
  .drop-down ul li:nth-child(9):before {
  display: none;
}
.drop-down ul li:nth-child(10):before {
    display: none;
  }
  .drop-down ul li:nth-child(11):before {
    display: none;
  }
  .drop-down ul li:nth-child(12):before {
    display: none;
  }
  .drop-down ul li:nth-child(13):before {
    display: none;
  }
  .drop-down ul li:nth-child(14):before {
    display: none;
  }
  .drop-down ul li:nth-child(15):before {
    display: none;
  }
  .drop-down ul li:nth-child(16):before {
    display: none;
  }
  .drop-down ul li:nth-child(17):before {
    display: none;
  }
s
.hm-about-dtl p{
    padding-right:40px ;
}

/* .hm-cleint-certifications img {
    width: 105px;
} */
.hm-cleint-certifications ul li {
    background-color: #f4f1f1;
    border-radius: 21px;
    padding: 0px 48px;
}

.hm-prod{background-image: url(../images/bg2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;}

.service-info h4{
    font-size: 16px;
    padding: 16px 0 0 0;
    color: #3d3d3d;
    font-weight: 500;
}
   
    .service-box{     background-color: #fff;
        padding: 13px;
        border: 1px solid #ebebeb;
        border-radius: 10px;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.hm-prod-head p{
    color: #fff;
    margin-top: 15px;
}

.hm-prod-head span{
    position: relative;
}

.hm-prod-head span::before{
   
    position: absolute;
    content: '';
    left: 1%;
    left: 34px;
    width: 52px;
    top: 48px;
    margin-left: -33px;
    height: 4px;
    background: #ffffff !important;
    border-radius: 26px;

}

.owl-stage-outer {

    padding: 0 0 25px 0;
}

.cer-box img {
    background-color: #f4f1f1;
    border-radius: 0px;
    padding: 1px 11px;
    text-align: right;
    border: 5px solid #fff;
    width: 210px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}


.cer-box {
    width: 115%;
}

.hm-maraging {
    margin-top: 40px;
}


.pargrat h2 {
    text-align: left;
    font-weight: 600;
    font-size: 30px;
    color: #575757;
    margin-bottom: 20px;
    position: relative;
}
.pargrat h2::before {
    position: absolute;
    content: '';
    left: 1%;
    left: 34px;
    width: 52px;
    top: 45px;
    margin-left: -33px;
    height: 4px;
    background: #da2727;
    border-radius: 26px;
}

.pargrat p {
    font-size: 16px;
}

.im-bo img{
    width: 100%;
    border: 4px solid #dedddd;
}
.images-col {
    margin-top: 30px;
}
.hm-cleint-head h2 {
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    color: #575757;
    margin-bottom: 20px;
    position: relative;
}

.hm-cleint-head h2::before {
    position: absolute;
    content: '';
    left: 566px;
    width: 52px;
    top: 45px;
    margin-left: -33px;
    height: 4px;
    background: #bb1c20;
    border-radius: 26px;
}
.hm-about-dtl-1 a {
    background: #bb1c20;
    padding: 9px 18px;
    /* border-radius: 0px 50px 50px 50px; */
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    margin-top: 0px;
    box-shadow: 0 8px 15px rgb(0 0 0 / 2%);
    overflow: hidden;
    position: relative;
    border: none;
    font-size: 16px;
}
.hm-about-dtl-1 a:hover {
 
    background: #524f4f;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff !important;
}
.owl-nav {
    position: relative;
   
    bottom: 530px;
    left: 1044px;
}
.update_product_banner {
    position: relative;
    background-size: 100%;
    min-height: 245px;
    display: block;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    padding-top: 75px;

}
.update_banner_hed h1 {
    font-size: 33px;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
    /* opacity: 33; */
    padding: 8px 0;
    position: relative;
    text-transform: uppercase;
    display: block;
    z-index: 99;
}
.update_product_banner .banner_nav li {
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 30px;
    z-index: 999;
    font-weight: 600;
    text-transform: capitalize;
    padding-right: 10px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-right: 10px;
}
.banner_nav li:before {
    position: absolute;
    right: -2px;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    content: "-";
}
.update_product_banner .banner_nav li a {
    color: #ffffff;
    font-weight: 500;
}
.update_product_banner:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background:rgb(42 41 41 / 68%);
    z-index: 0;
}

.prod-dtl h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: #292929;
    font-size: 25px;
    line-height: 33px;
    position: relative;
}

.prod-dtl h2:after {
    content: "";
    width: 110px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: #bb1c20;
}
/* .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    
} */

.prod-images img {
    padding: 5px;
    background: #fdfdfd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: all .5s ease;
}

.prod-section-table {
    margin-top: 5px;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table-responsive>.table-bordered {
    border: 0;
}

.prod-section-table table thead, .prod-section-table table thead {
    background: #eaeaea;
    color: #d12125;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.2px;
}
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.product {
    padding: 80px 0;
}
.manufacturing-sidebar {
    background: #f8f8f8;
    box-shadow: 0 0 0 7px #f8f8f8;
    border-radius: 1px;
    padding: 10px;
    text-align: center;
    margin-right: 22px;
    position: sticky;
    top: 38px;
}


.manufacturing-sidebar-head h4 {
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 25px;
    color: #292929;
}
.manufacturing-sidebar-list ul li.active, .manufacturing-sidebar-list ul li:hover {
    background: #bb1c20;
}
.manufacturing-sidebar-list ul li {
    background: #292929;
    border-radius: 5px 5px 5px 5px;
    padding: 12px 10px 12px 10px;
    margin: 11px 0;
    transition: 0.3s;
}
.manufacturing-sidebar-list ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 500;
}

.prod-dtl p {
    color: #3c3a3a;
    text-align: justify;
    padding-bottom: 7px;
    font-weight: 400;
}

.prod-owl-dtl img {
   
    padding: 5px;
    background: #fdfdfd;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    transition: all .5s ease;

}

.paregarft-pading p {
    padding-left: 45px;
}

.other_list {
    padding-bottom: 20px;
}
.other_list h4, .specifications_data h4 {
    padding-bottom: 1px;
    display: block;
    font-size: 18px;
    color: #d1171c;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 10px;
}    

.other_list ul li i {
    left: 15px;
    line-height: 24px;
    color: #606060;
    position: absolute;
    font-size: 20px;
}
.other_list ul li span {
    display: inline-block;
    padding-left: 18px;
    position: relative;
    color: #606060;
    letter-spacing: 0.50px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
}

.features {

    padding: 20px 0;
}
.contact_right h5 {
    text-align: center;
    font-size: 18px;
    color: #d1171c;
    font-weight: 600;
    letter-spacing: 0.50px;
}

.contact_right span a {
    color: #d1171c;
}
.contact_right iframe {
    border-radius: 15px;
    margin-top: 20px;
}
.contact_right span {
    text-align: center;
    display: block;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.50px;
}
.contact_right {
    padding-top: 60px;
}
.prod-section-table h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.cont_hed {
    margin-bottom: 30px;
}
.cont_hed h2 {
    font-size: 35px;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 25px;
    letter-spacing: 0.50px;
    text-transform: capitalize;
    font-weight: 600;
    color: #bb1c20;
    position: relative;
    text-align: center;
}
.cont_hed h2:before {
    position: absolute;
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #bb1c20;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.contact_box {
    position: relative;
    padding: 20px 20px;
    border: 2px solid #f4f4f4;
}
.contact_detail ul {
    position: relative;
}
.contact_detail ul li {
    position: relative;
    padding-left: 50px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px solid #f4f4f4;
    font-size: 15px;
    color: #464646;
}



.contact_detail ul li span {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 15px;
    border: 1px solid #bb1c20;
    background: #bb1c20;
    width: 30px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    padding: 5px;
    border-radius: 50px;
    color: #fff;
    display: block;
}
.contact_detail ul li strong {
    font-size: 16px;
    color: #464646;
    letter-spacing: 0.50px;
}
.contact_detail ul li p, .contact_detail ul li p a {
    font-weight: 500;
    letter-spacing: 0.25px;
    color: #464646;
    display: block;
    font-size: 14px;
}
.contact_box {
    position: relative;
    padding: 20px 20px;
    border: 2px solid #f4f4f4;
}
.social_icon ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 15px;
    border: 2px solid #bb1c20;
    text-align: center;
    display: block;
    color: #bb1c20;
    border-radius: 50px;
}
.contact_form .form-group input {
    display: block;
    width: 100%;
    color: #3e454c;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 2px;
    background: #fff;
    border-color: #ebebeb;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
}

.contact_form .form-group textarea {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 28px;
    color: #ee2324;
    font-weight: 500;
    height: 100px;
    font-size: 14px;
    border-radius: 2px;
    border-color: #ebebeb;
    border-width: 1px 1px 4px 1px;
    border-style: solid;
    background: #fff;
}
.butn-bg {
    font-size: 16px;
    padding: 12px 30px;
    background: #bb1c20;
    color: #fff;
    margin-top: 15px;
    float: right;
    cursor: pointer;
    display: inline-block;
    border: 2px solid #fff;
}

.social_icon ul li {
    display: inline-block;
    margin-right: 10px;
}
.inner_contact_main {
    padding: 80px 0;
}