@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: "Rubik", sans-serif!important;
	font-size: 14px !important;
 	background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #f88530
}

.btn {
	padding: 10px 25px !important;
	border-radius: 4px !important;
	text-transform: uppercase;
	letter-spacing: 0.5px
}

.btn-submit {
	background: #26295c;
	color: #fff;
}

.btn-cancel {
	background: #e52224;
	color: #fff;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/*********************************************************************************
header styles
***************/
header {
    position: fixed;
    top: 0;
    width: 100%; 
    z-index: 99;
}

header.header-fixed-bar { 
	position: fixed !important;
    width: 100% !important;
    top: 0;
    z-index: 99;
    /* background: rgba(255, 247, 242, .95); */
    background: #fff;
    padding: 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px;
}
header.header-fixed-bar .site-nav {
     margin: 6px 0;
}
header.header-fixed-bar  .logo {
    width: 105px;
}
header.header-fixed-bar .level_1 li a {
    padding: 8px 20px;
    font-size: 16px !important;
    line-height: 25px;
	color: #26295c !important;
}

header.header-fixed-bar .level_1 li a.has-nav::after {
   	color: #26295c !important;
}


/*logo bar*/
header .top-bar {
	/* background: #fa5f0b; */
	background: #f27822;
	/* background: linear-gradient(to right, #dc321f 0%, #e35140 100%) !important; */
	padding: 5px 0;
	position: relative;
	display: none;
}

header .top-bar p {
	font-size: 14px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	padding: 10px 0 !important;
	margin-bottom: 0 !important;
}

header .social-nav {
	float: right;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li a {
	position: relative;
	display: block;
}

header .social-nav li a .fa {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 0;
	/* background: #FFF; */
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 13px !important;
}

header .social-nav li {
	padding-left: 8px !important;
	padding-top: 5px !important;
}

header .social-nav li {
	float: left;
}

/* header .social-nav li a .fa.fa-twitter {
	color: #55acee;
	border-color: #55acee;
} */

/* header .social-nav li a .fa.fa-linkedin {
	color: #0077b7;
	border-color: #0077b7;
} */

/* header .social-nav li a .fa.fa-instagram {
	color: #e4405f;
	border-color: #e4405f;
} */

/* header .social-nav li a:hover .fa.fa-instagram {
	background: #e4405f;
	color: #FFF;
	border-color: #FFF;
} */

/* header .social-nav li a:hover .fa.fa.fa-twitter {
	background: #55acee;
	color: #FFF;
	border-color: #FFF;
} */

/* header .social-nav li a:hover .fa.fa-linkedin {
	background: #0077b7;
	color: #FFF;
	border-color: #FFF;
} */

header .social-nav li a:hover .fa {
	color: #fa5f0b;
	border-color: #fff;
	background: #fff;
	/* #fa5f0b */
}


/* */


header .logo-bar {
    padding:10px 0;
  /*  background: linear-gradient(180deg, #000000 5%, #58426400 95%); */
    position:relative;
}
header .logo {
	display: block;
	position: relative;
	z-index: 999;
	width: 130px;
}

header .logo img {
	max-width: 100%;
}

/* nav bar */
header .nav-bar {}

/*site nav*/
header .site-nav {
	float: right;
	margin: 10px 0;
}

/* 13-09-2022 Additional CSS */
header .cont-info {
	float: right;
}

header .cont-info ul {
	list-style: none;
	margin-top: 10px !important;
}

header .cont-info ul li {
	float: left;
	padding: 0 10px 0 10px !important;
}

header ul .cont-icon {
	width: 22px;
	display: inline-block;
	vertical-align: top;
}

header ul .cont-icon img {
	max-width: 100%;
}

header ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px !important;
	margin-right: 10px;
}

header ul .cont-text a {
	font-size: 14px;
	color: #fff !important;
	line-height: 20px;
	font-weight: 400;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* header ul .cont-text a:hover {
	color: #1c8adb !important;
} */

/* 13-09-2022 Additional CSS */


/*  */



/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

.video-bar {
	width: 100%;
	overflow: hidden;
    position: relative;
}

.video-bar:after {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0px;
	background: rgb(0 0 0 / 10%);
	z-index: 3;
}

.video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	line-height: 32px !important;
	font-weight: 600;
	font-size: 28px !important;
	color: #0EA1D7;
}

.main-head span {
	font-size: 15px !important;
	font-weight: 400;
	color: #666;
	display: block;
}

.main-head span.brdr {
	background: #666;
	height: 1px;
	width: 50px;
	margin: 20px 0 !important;
}

/**/


/*home gallery-bar */
.home-tech-bar {
	padding: 50px 0 70px !important;
	background: #f2f2f2;
}

.home-tech-bar .main-head {
	text-align: center;
}

.home-tech-bar .main-head span.brdr {
	margin: 20px auto !important;
}

.home-tech-bar .tech-logo {
	/* border: 1px solid #DEF2F1; */
	text-align: center;
}

.home-tech-bar .tech-logo img {
	max-width: 100%;
}

/**/
section.contents .content-bar {
	padding: 50px 0;
	/*overflow:hidden;*/
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/page-banner.jpg) no-repeat center center;
	padding: 160px 0 100px;
	background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {
	/* background: #049fd6a6; */
	/* padding: 20px; */
	max-width: 600px;
}

.banner-bar .banner-content h1 {
	font-weight: 600;
	color: #fff;
	font-size: 30px !important;
	line-height: 40px;
	margin-bottom: 20px !important;
	font-family: "Rubik", sans-serif !important;
}

.banner-bar .banner-content p {
	color: #fff;
	margin: 5px 0 0px !important;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px 0 0 !important;
}

.location li {
	color: #666 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}
.pro-detail .location li:last-child {
    color: #fff !important;
    margin-top: 3px !important;
}
.location li a:after {
	content: '\f0da';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 10px;
	color: #fff;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #fff !important;
	font-size: 16px !important;
	line-height: 24px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.location li a:hover {
	color: #bd733c !important;
}

.location li a.active {
    color: #ffe27b !important;
}

/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}

.col-bar {}

.col-bar:after {
	content: '';
	display: table;
	clear: both;
}

.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}

.col-bar .col .txt-title {
	display: none;
}

.col-bar .cont-col {}

header .btn-enquire {
	font-size: 16px;
	font-weight: 500;
	padding: 18px 28px !important;
	color: #fff !important;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	background: #154d93;
	position: relative;
	border: none;
}

header .btn-enquire:before {
	position: absolute;
	content: '';
	left: 92%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: skewX(-25deg);
	background: #c72528;
}

header .btn-enquire:hover:before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background: #c72528;
}

header .btn-enquire:hover {
	background: #c72528;
}

.col-bar .img-col {
	position: relative;
}

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col img {
	max-width: 100%;
}

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 50%;
	color: #faaa1d;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
	opacity: 1;
}

.cont-bar {
	/*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

/**/
.home-abt-bar {
	background:#fff;
	padding:80px 0px 70px 0px!important;
	position:relative
} 
.home-abt-bar p{ 
	margin-bottom:0!important
} 

.home-abt-bar .img-col{
position:relative;
text-align:right
}
.home-abt-bar .img-col img.smll {
    width: 150px;
    height: 150px;
    border-radius: 10px;
    border: 5px solid #fff;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-bottom: -50%; 
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home-abt-bar .img-col img.lrge {
	width: calc(100% - 58px);
    border-radius: 10px;
    margin-right: 5px;
}	

.home-abt-bar a.btn-arrow {
    position: relative;
    color: #fff!important;
    background: #ffffff;
    width: 50px;
    height: 50px;
    display: block;
    float:left;
    margin-top: 15px;
    border: 1px solid #8d8d8d;
    border-radius: 100%!important;
    overflow: hidden; 
}

.home-abt-bar a.btn-arrow:before, .home-abt-bar a.btn-arrow:after  {
	content:  '';
	background: url(../design_img/right-arrow-grey.png) no-repeat center;
    background-size: 23px !important;
    position: absolute;
    width:50px;
    height:48px;	
    left: -50px; 
    -webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}
.home-abt-bar a.btn-arrow:after  {
	left: 0px;
}
.home-abt-bar a.btn-arrow:hover{
    background:#f2f2f2;
}
.home-abt-bar a.btn-arrow:hover:before{
	left: 0px;
}
.home-abt-bar a.btn-arrow:hover:after{
	left: 50px;
}

 
/* count bar*/
.count-bar {  
}
 
.count-col { 
	padding:15px 0; border-bottom:1px solid #ddd; 
}
.count-col:first-child{
	padding-top:0; 
}
.count-col:last-child{
	padding-bottom:0;
    border:0
}
.count-col .icon {
	width:55px;
	height:55px;
	line-height: 55px; 
	text-align:center;
	background:#26295c;
	border-radius:100%;
    float: left;
	margin-right: 10px;
}
.count-col .icon img {
 max-width:80%;
 filter:brightness(0) invert(1) 
}
.count-col .main-text {
	 font-size: 28px !important;
	 font-weight: 700; 
	 color: #d6261c;
	 line-height: 32px;   
}
.count-col .main-text::after {
 content: '+';
 font-size: 20px;
 margin-left: 2px;
 vertical-align: 3px;
}
.count-col .common-text {  
	margin-bottom:0px!important;   
	color: #222;
}   




/*about-bar*/
.about-us .container {
	width: 100%;
}

.about-us {
	padding-top: 0px;
}

.about-us-pg .inner-abt-left {
	padding: 0 15px;
	padding-bottom: 50px;
}

.about-us-pg .Manufacturing-text {
	padding: 0 100px;
	padding-bottom: 50px;
}

.about-us-pg .vision-mission-text {
	padding: 0 100px;
}

.about-us-pg .vision-mission-text {
	padding: 0 100px;
}

.about-us-pg .team-text {
	padding: 0 100px;
	padding-bottom: 80px;
}

.about-us-pg .production-text {}

section.contents .content-bar.about-us {
	padding-top: 0px;
}

.about-us-pg {
	margin: 0 -15px;
}

.about-us-pg .col-row {
	clear: both;
	padding-top: 50px;
	overflow: hidden;
	position: relative;
}

.about-us-pg .col {
	width: 50%;
	padding: 0 15px;
}
.about-us-pg .inn-feature .col{
	width:100%;
}

.about-us-pg .inn-feature .main-head{
		text-align:center;
		margin-bottom:40px;
}

.about-us-pg .inn-feature .exqui-blk{
	background:#f6f6f6;
	border-radius:5px;
	padding:20px 30px 15px 15px;
	margin-bottom:30px !important;
}
.about-us-pg .inn-feature .exqui-blk h4{
	font-size: 18px !important;
	line-height:27px;
    font-weight: 500;
    margin-bottom: 5px !important;
    color: #1d4b74;
    text-transform: capitalize;
}
.about-us-pg .inn-feature .exqui-blk p{
	font-weight: 400;
    font-size: 15px;
	line-height:25px;
    margin-top: 10px;
    display: block;
    text-transform: none;
    color: #333;
}


.about-us-pg .col-img {
	float: right;
}

.about-us-pg .col-desc {
	float: left;
}

.about-us-pg .col-desc p {
	font-size: 14px !important;
	line-height: 24px;
	color: #757575;
	text-align: justify;
}

.about-us-pg .abt-row-2 {}

.about-us-pg .abt-row-2 .col-img {
	float: left;
}

.about-us-pg .abt-row-2 .col-desc {
	float: right;
}

.about-us-pg .vision-mission-text {
	padding-top: 90px;
	overflow: hidden;
}

.about-us-pg .vision-mission-text .col {
	width: 100%;
}

.about-us-pg .vision-mission-text .visi-miss-outer {}

.about-us-pg .vision-mission-text .visi-miss-outer .vision {
	width: 48%;
	float: left;
	padding: 0 15px;
}

.about-us-pg .vision-mission-text .visi-miss-outer .mission {
	width: 48%;
	float: right;
	padding: 0 15px;
}

.about-us-pg .vision-mission-text .visi-miss-outer .visi-miss {
	background: #bd733c;
	border-radius: 15px;
	padding: 15px;
	min-height: 257px;
	margin: 0 15px;
	width: 47%;
}

.about-us-pg .vision-mission-text .visi-miss-outer .visi-miss .main-head {
	font-size: 26px !important;
	line-height: 36px !important;
	color: #fff;
}

.about-us-pg .vision-mission-text .visi-miss-outer .visi-miss p {
	color: #fff;
}

.about-us-pg .vision-mission-text .visi-miss-outer .visi-miss .vis-miss-icon {
	width: 90px;
	background: #fff;
	padding: 13px;
	border-radius: 100%;
	position: relative;
	top: -110px;
	margin: 0 auto -90px;
	border: 3px solid #bd733c;
}

.about-us-pg .vision-mission-text .visi-miss-outer .visi-miss .vis-miss-icon img {
	max-width: 100%;
}

.about-us-pg .production-text {
	overflow: hidden;
	padding: 100px 0;
	position: relative;
}

.about-us-pg .production-text::before {
	content: '';
	background: #666 url(../design_img/production-bg.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	background-attachment: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.about-us-pg .production-text .col-desc {
	width: 100%;
}

.about-us-pg .production-text .production-outer {
	text-align: center;
	width: 60%;
	margin: auto;
}

.about-us-pg .production-text .production-outer .main-head {
	color: #bd733c;
}

.about-us-pg .production-text .production-outer p {
	color: #fff;
	text-align: center;
}

/*  */
.about-us-pg .quality-text {
	overflow: hidden;
	padding: 100px 0;
	position: relative;
}

.about-us-pg .quality-text::before {
	content: '';
	background: #666 url(../design_img/production-bg.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	background-attachment: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.about-us-pg .quality-text .col-desc {
	width: 100%;
}

.about-us-pg .quality-text .quality-outer {
	text-align: center;
	width: 60%;
	margin: auto;
}

.about-us-pg .quality-text .quality-outer .main-head {
	color: #bd733c;
}

.about-us-pg .quality-text .quality-outer p {
	color: #fff;
	text-align: center;
}

.faq-pg .faq-details{
	background: #f0f6fb;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px !important;
}
.faq-pg .faq-details h4{
	font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px !important;
    margin-bottom: 15px !important;
}
.faq-pg .faq-details p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
	margin-bottom:0 !important;
}
.dir-pg .dir-block{
	background: #f0f6fb;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 40px !important;
	overflow:hidden;
	display:block;
}
.dir-pg .dir-block .col-img{
	width:250px;
	float:left;
	border:1px solid #e5e5e5;
	border-radius:8px;
}
.dir-pg .dir-block .col-img img{
	max-width:100%;
}
.dir-pg .dir-block .col-desc{
	width:calc(100% - 250px);
	float:left;
	padding:30px 30px 20px;
	position:relative;
}
.dir-pg .dir-block .col-desc h4{
	font-size: 27px !important;
    line-height: 35px !important;
    font-weight: 600;
    letter-spacing: 0px;
    text-transform: none;
    color: #232323;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: "Rubik", sans-serif !important;
}
.dir-pg .dir-block .col-desc p{
	font-size: 15px !important;
    line-height: 25px;
    font-weight: 400;
    text-align: justify;
}

.home-abt-bar p{
	font-size:14px !important;
	line-height:25px;
	color:#333;
	font-weight:400;
}
.advantage-bar{
	background: #0256a1 url(../design_img/body-back-01.jpg) no-repeat center;
	background-attachment: scroll;
	padding: 60px 0;
	background-attachment: fixed;
}
.advantage-bar .advantage {
  width: 100%;
  height: 215px;
  background: #00000038;
  border-radius: 8px;
  padding: 12px;
}
.advantage-bar .advantage-icon {
  width: 65px;
  margin-bottom: 18px;
}
.advantage-bar .advantage-icon img {
  max-width: 100%;
  filter: brightness(0) invert(1);
}
.advantage-bar .advantage-text p {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #ffc03e;
  text-transform: capitalize;
}
.advantage-bar .advantage-text p span {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  display: block;
  text-transform: none;
  color: #fff;
}
.idx-vision-sec{
	padding:60px 0;
	position:relative;
}
.idx-vision-sec .vsn-image{
	position:relative;
}
.idx-vision-sec .vsn-image img{
	max-width:100%;
	border-radius:15px;
}
.idx-vision-sec .vsn-blk-outer{
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 10px;
}
.idx-vision-sec .vsn-blk-outer .vsn-blk{
		background: #f0f6fb;
		padding: 15px;
		border-radius: 10px;
		margin-bottom:15px !important;
}
.idx-vision-sec .vsn-blk-outer .vsn-blk h4{
	font-weight: 600;
	color: #000;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px !important;
	margin-bottom: 15px !important;
}
.idx-vision-sec .vsn-blk-outer p{
	font-size:15px !important;
	line-height:25px;
	font-weight:400;
	text-align:justify;
}
.idx-vision-sec .vsn-blk-outer h4{
	font-weight: 600;
	color: #000;
	padding-bottom: 8px !important;
	margin-bottom: 8px !important;
}


/**/
.vision-pg {
	padding: 50px 0;
	overflow: hidden;
}

.vision-pg:after {
	content: '';
	background: #666 url(../design_img/back-vision-mission.jpg) no-repeat center center;
	background-size: cover;
	border-bottom: 1px solid #FFDC8E;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/*certificate bar*/
.certificate-pg {
	margin: 0 -15px;
	padding: 50px 0;
}

.certificate-pg .col-row {
	width: 33.3333%;
	padding: 0 15px;
	display: inline-block;
	margin-bottom: 10px;
}

/* shop filter */
.shop-filter {
	margin-bottom: 15px;
}

.shop-filter .form-group {
	margin-bottom: 0 !important;
}

.shop-filter .form-group label {
	padding-top: 10px !important;
	color: #666;
	font-weight: 600;
	color: #f08e76
}

.shop-filter .form-control {
	width: 100%;
	text-transform: capitalize
}

.shop-filter:after {
	content: '';
	display: table;
	clear: both;
}

/* product category bar */
.category-bar {}

.category-bar h4 {
	background: #d6261c;
	color: #fff;
	padding: 6px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
}

.category-list {
	background: #fff;
	padding: 12px 15px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.category-list ul {
	list-style: none;

}

.category-list ul li ul {
	display: none;
}

.category-list ul li ul.active {
	display: block;
	margin-top: 8px !important;
}

.category-list ul li a {
	display: block;
	color: #000 !important;
	font-size:15px !important;
	line-height:25px;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category-list ul li a.active {
	color: #f79523 !important;
}

.category-list>ul>li>a:after {
	content: url(../design_img/icon-plus.png);
	float: right;
}

.category-list>ul>li>a.active:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.category-list ul ul li a {
	color: #666 !important;
}

.filter-list {
	background: #fff;
	padding: 20px 15px 40px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
}

/* product list ********************************************/
.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}

.product-detail-bar img {
	max-width: 100%;
}

.product-detail-bar h4.pr_name {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-weight: 600;
	text-transform: capitalize
}

/**/
.product-detail-bar .pr_rate {
	color: #333;
	padding-bottom: 10px !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.product-detail-bar .pr_rate_before {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
	border: 1px solid #333;
	color: #333;
	padding: 0px 15px;
	margin-left: 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
	margin: 15px 0px 0;
    padding: 10px 20px !important;
    background: #26295c;
    color: #fff !important;
    border-radius: 5px !important;
    font-weight: 500;
    width: 150px;
}

/**/
.product-detail-bar .social.mob {
	display: none
}

.product-detail-bar .social {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-top: 18px !important;
}

.product-detail-bar .social li {
	float: left;
	margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
	line-height: 33px !important;
	font-weight: 600
}

.product-detail-bar .social li a .fa {
	background: #f2f2f2;
	color: #fff !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
	border: 0px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
	background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
	background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
	background: #333;
	color: #fff !important;
}

/**/
.product-detail-bar .pr_desc {
	word-break: break-word;
}

/* enquiry box */
.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}

.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../design_img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}

.modal-dialog.frm-model .frm-content {
	padding: 20px 30px 30px;
}

.modal-dialog.frm-model .frm-content h4 {
	color: #666;
	font-weight: 400;
	margin-bottom: 20px !important
}

.modal-dialog.frm-model .frm-content h4 b {
	color: #e52224;
	font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
}

.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 7px !important;
}

/*after open popup*/
.modal.fade .modal-dialog.frm-model {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -60%);
	transform: translate(-50%, -60%);
}

.modal.show .modal-dialog.frm-model {
	-webkit-transform: translate(-50%, -53%);
	transform: translate(-50%, -53%);
}

/*items*/
.item {
	margin-bottom: 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 5px
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.4;
	z-index: 1;
	-webkit-transform: skew(-45deg) scaleX(0);
	transform: skew(-45deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.item-pic {
	height: 252px;
	overflow: hidden;
}

.idx-products .item-pic{
	height:365px;
}

.item-pic img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.item .discount {
	background: #f48736;
	border-bottom-left-radius: 10px;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-20%, -50%);
	transform: translate(-20%, -50%);
	opacity: 0;
	visibility: hidden;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a {
	background: #fff;
	font-size: 16px;
	color: #e52224 !important;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
	padding: 11px 15px;
	border-radius: 5px;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item-btn a.cart {
	background: #d4b037;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #e52224;
	color: #fff !important;
}

.item-name {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	display:none;	
}

.item-name a {
	color: #fa5f0b !important;
	font-weight: 500;
	font-size: 16px !important;
}


.item-price {
	text-transform: capitalize;
	margin-bottom: 15px !important;
	line-height: 15px;
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #d4b037;
}

.item-container:hover .item-back {
	-webkit-transform: skew(-45deg) scaleX(1);
	transform: skew(-45deg) scaleX(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item-container:hover .item-btn {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	visibility: visible;
	opacity: 1;
}

/**/
.no-item {
	display: table;
	margin: 0 auto 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}


/*daily-darshan-bar*/
.gallery-bar {
	margin: 0 -15px;
}

.gallery-bar .col {
	padding: 0 15px;
	width: 33.3333%;
	float: left;
	margin: 12px 0;
}

.gallery-bar .col-desc {
	display: none;
}

.gallery-bar .col .txt-title {
	display: block;
	padding: 10px 0 !important;
	font-weight: 600;
	border-bottom: 1px solid
}

/*contact page*/
.contact-pg -pg {
	margin: 0 -15px;
}

.contact-pg -pg .col {
	padding: 0 15px;
	width: 100%;
}

.contact-pg iframe {
	width: 100% !important;
	height: 300px !important;
	border: 0;
}

.contact-pg .site-nav ul {
	list-style: none;
	margin: 0 -15px !important;
}

.contact-pg .site-nav ul:after {
	content: '';
	display: table;
	clear: both;
}

.contact-pg .site-nav ul li {
	line-height: 24px;
	padding: 0px 0px !important;
	margin: 0 25px 20px 30px !important;
	color: #FFF;
	text-align: left;
	/* overflow: hidden; */
	position: relative;
	text-indent: -30px;
}

.contact-pg .site-nav ul li .call {
	color: #FFF !important;
}

.contact-pg .site-nav ul li:before {
	position: absolute;
	content: "";
	left: -30px !important;
	height: 24px !important;
	width: 2px !important;
	background: #FFF !important;
}

.contact-pg .site-nav ul li:first-child:before {
	height: 70px !important;
}

.contact-pg .site-nav ul li .fa {
	/* height: 40px;
 width: 40px;
 background-color: #d4b037;
 border-bottom-right-radius: 50%; */
	line-height: 24px;
	color: #FFF;
	font-size: 16px;
	position: relative;
	top: 0;
	left: 0px;
	margin-right: 28px !important;
	font-weight: 600;
}

/*enquiry form*/
.enq-form {
	background: #d4b037;
	text-align: center;
	padding: 25px;
	max-width: 600px;
	width: calc(100% - 30px);
	margin: 20px auto 0;
	border-radius: 10px;
}

.enq-form h2 {
	color: #fff;
	font-weight: 700
}

.enq-form p {
	margin-bottom: 20px !important;
	color: #fff;
}

.enq-form form .btn-submit {
	border: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-weight: 500
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #00839f;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/*********************************************************************************
default form styles start
***************/
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}

.form-group label {
	font-weight: normal;
}

.form-group label.error {
	background: #c3511a;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 11px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c3511a;
	position: absolute;
	top: -14px;
	left: 20px;
}

.form-group .form-control {
	border-radius: 4px !important;
	height: auto;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #ddd;
	box-shadow: inherit;
}

.form-group select.form-control {}

.form-group input[type=file] {
	border: 0 !important
}

.form-group textarea {
	resize: none;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
	margin-top: 0px;
}

.form-group .checkbox a {
	color: #e16d18 !important
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #f4b724
}

/* 12-08-2022 New Class start Here */
.management {
	padding: 0px 0 !important;
	position: relative;
}

.management .container {
	width: 100%;
}

.management .management-pg .col-row {
	margin: 0 -15px;
	padding: 50px 100px 0;
}

.management .management-pg .col-row:after {
	content: '';
	display: table;
	clear: both;
}

.management .management-pg .col-img {
	float: left;
	width: 45%;
	padding: 0 15px;
}

.management .management-pg .col-img .img-col img {
	max-width: 100%;
	display: block;
}

.management .management-pg .col-desc {
	float: left;
	width: 55%;
	padding: 0 15px;

}

.management .management-pg .col-desc .cont-col {
	padding: 20px 0px 20px 30px;
	position: relative;
}

.management .management-pg .col-desc h2 {
	color: #fff !important;
	font-size: 27px !important;
	line-height: 35px;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.management .management-pg .col-desc h4 {
	font-size: 18px !important;
	line-height: 24px;
	color: #fff;
	font-weight: 600;
	margin-bottom: 20px !important;
	position: relative;
}

.management .management-pg .col-desc h4:after {
	position: absolute;
	content: "";
	width: 100px;
	height: 2px;
	background: #fff !important;
	margin-bottom: 30px !important;
	left: 0;
	top: 35px;
}

.management .management-pg .col-desc p {
	color: #fff;
	font-weight: 400;
	text-align: justify;
}

/*.management .col-row:nth-child(2),.management .col-row:nth-child(3){
	padding-top:80px !important;
}*/

.management .management-ot {
	position: relative;
	overflow: hidden
}

.management .management-ot:before {
	content: '';
	background: #666 url(../design_img/team-back-1.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.management .management-md {
	position: relative;
	overflow: hidden
}

.management .management-md:before {
	content: '';
	background: #666 url(../design_img/team-back-2.jpg) no-repeat center center;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

/* Growth Story */
.growth-story .cont-col {
	margin-bottom: 30px !important;
}

.growth-story .cont-col h2 {
	width: 150px !important;
	height: 150px !important;
	padding: 10px;
	background: #345c6a;
	font-size: 40px !important;
	line-height: 55px;
	font-weight: 800;
	color: #FFF;
	text-align: center;
}

.presence-sec .col-img {
	float: right;
	width: 65%;

}

.presence-sec .col-desc {
	width: 35%;
	float: left;
	padding-right: 20px;
}


.presence-sec .col-desc table {
	width: 100% !important;

}

.presence-sec .col-desc table tr td {
	padding: 8px 5px !important;
}

.presence-sec .col-desc table tr:nth-child(odd) {
	background: #009ed6;
	font-size: 12px !important;
	line-height: 20px;
	color: #FFF !important;
	font-weight: 400;
}

.presence-sec .col-desc table tr:nth-child(even) {
	background: #FFF;
	font-size: 12px !important;
	line-height: 20px;
	color: #999 !important;
	font-weight: 400;
}

/* Section Plant & Machinery 
Ring Spun Yarn */

.ring-spun-yarn-manufacturing .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.ring-spun-yarn-manufacturing .col-row p {
	background: #009ed6;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	padding: 10px;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

.open-end-yarn-manufacturing .col-row {
	width: 50%;
	float: left;
	padding: 0 15px;
	position: relative;
}

.news-and-events .col-row {
	width: 33.33%;
	float: left;
	padding: 0 10px;
	position: relative;
}

.news-and-events .col-row img {
	max-width: 100%;
}

.knitting-fabric .col-row img {
	max-width: 100%;
}

.open-end-yarn-manufacturing .col-row img {
	max-width: 100%;
}

.open-end-yarn-manufacturing .col-row:first-child {
	width: 100%;
}

.open-end-yarn-manufacturing .col-row:nth-child(7) {
	width: 100%;
}

.ring-spun-yarn-manufacturing .col-row img {
	max-width: 100%;
}

.ring-spun-yarn-manufacturing .col-row:first-child {
	width: 100%;
}

.ring-spun-yarn-manufacturing .col-row:nth-child(6),
.ring-spun-yarn-manufacturing .col-row:nth-child(13),
.ring-spun-yarn-manufacturing .col-row:nth-child(16),
.ring-spun-yarn-manufacturing .col-row:nth-child(21) {
	width: 100%;
}

.ring-spun-yarn-manufacturing .col-row:nth-child(24) {
	width: 100%;
}

.ring-spun-yarn-manufacturing .col-row .truetzschler-heading.mj-heading h2 {
	margin-top: 30px !important;
}

.ring-spun-yarn-manufacturing .col-row .truetzschler-heading {
	text-align: center;
	margin-bottom: 20px !important;
}

.ring-spun-yarn-manufacturing .col-row .truetzschler-heading h2 {
	font-size: 24px !important;
	line-height: 32px;
	color: #009ed6 !important;
	font-weight: 500;
}

.open-end-yarn-manufacturing .col-row .open-end-yarn-heading {
	text-align: center;
	margin-bottom: 20px !important;
}

.open-end-yarn-manufacturing .col-row .open-end-yarn-heading h2 {
	font-size: 24px !important;
	line-height: 32px;
	color: #009ed6 !important;
	font-weight: 500;
}

.ring-spun-yarn-manufacturing .machine-name h4 {
	background: #009ed6;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	padding: 10px;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

.ring-spun-yarn-manufacturing .packing-gape {
	margin-bottom: 30px !important;
}

.open-end-yarn-manufacturing .wo-name {
	margin-bottom: 30px !important;
}


.open-end-yarn-manufacturing p {
	background: #009ed6;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	padding: 10px;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

.knitting-fabric .kf-name h4 {
	background: #009ed6;
	text-align: center;
	font-size: 16px;
	color: #fff !important;
	padding: 10px;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

.knitting-fabric-blk p {
	background: #009ed6;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}


.news-and-events .news-event-name h4 {
	background: #009ed6;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

.news-and-events .col-desc p {
	background: #009ed6;
	text-align: center;
	font-size: 13px;
	color: #fff !important;
	font-weight: 500 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}

/* .gallery-bar .col {
	width: 100%;
} */

.gallery-bar .col .txt-title {
	background: #009ed6;
	text-align: center;
	font-size: 12px !important;
	color: #fff !important;
	font-weight: 400 !important;
	margin-bottom: 30px !important;
	padding: 15px 0 !important;
}


/* Quality Control */
.quality-control .col-row:first-child,
.quality-control .col-row:nth-child(2),
.quality-control .col-row:nth-child(3) {
	width: 33.33%;
	float: left;
	padding: 0 15px;
	position: relative;
	margin-bottom: 30px;
}

.quality-control .col-row img {
	max-width: 100%;
}

.quality-control .quality-control-content {
	padding: 0 15px;
	position: relative;

}

.quality-control .quality-control-content p {
	font-size: 14px !important;
	line-height: 24px;
	color: #999;
	text-align: justify;
}

.quality-control .quality-control-content .mylist {
	font-size: 14px;
	margin: 0 0 15px 25px !important;
	color: #898989;
	list-style: none;
}

.quality-control .quality-control-content .mylist li {
	line-height: 26px;
	font-size: 14px !important;
	color: #999;
	text-indent: -20px;
	font-weight: 400;
	text-align: left;
}

.quality-control .quality-control-content .mylist li:before {
	content: "\f111 ";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #0ba292;
	font-size: 8px;
	font-weight: 700;
}

/* Contact Us */
.contact-us .cont-blk {
	position: relative;
	text-align: center;
	margin-bottom: 40px !important;
	min-height: 140px;
}

.contact-us .cont-blk .col-img {
	width: 45px !important;
	margin: 0 auto 10px !important;

}

.contact-us .cont-blk:hover .col-img img {
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
}

.contact-us .cont-blk .col-img img {
	max-width: 100%;
	;
}

.contact-us .cont-blk h4 {
	font-size: 15px !important;
	line-height: 24px;
	color: #666;
	font-weight: 600;
	margin-bottom: 8px !important;
}

.contact-us .cont-blk p {
	font-size: 13px !important;
	line-height: 20px;
	color: #999;
	font-weight: 400;
}

.contact-us .enq-form {
	background: #FFF;
	text-align: left;
	padding: 0px 10px;
	width: calc(100% - 30px);
	margin: 20px auto 0;
	border-radius: 0px;
}

.contact-us .enq-form h2 {
	color: #c72528;
	font-weight: 400;
}

.contact-us .enq-form p {
	margin-bottom: 20px !important;
	color: #999;
}

.contact-us .enq-form form .btn-submit {
	background: #26295c;
	border: 0;
	padding: 10px 20px;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px !important;
	color: #FFF !important;
	text-transform: uppercase;
	border-radius: 6px !important;
}

.contact-us .enq-form form .btn-submit:hover {
	background: #e52224 !important;
}

.contact-us .form-group .form-control {
	border: 1px solid #121212 !important;
	font-size: 13px !important;
	line-height: 20px;
	color: #999 !important;
	border-radius: 0 !important;
	padding: 8px 10px !important;
}

.career-msg p {
	text-align: center;
}

/* Date 26-08-2022 */
.idx-about-sec {
	padding: 80px 0;
	position: relative;
}

.idx-about-sec .about-left {
	position: relative;
	z-index: 11;
}

.idx-about-sec .about-left img {
	max-width: 100%;
}

.idx-about-sec .since-overlay {
	position: relative;
	background: #FFF !important;
	z-index: 11;
	height: 120px;
	width: 180px;
	bottom: 0px;
	left: -1px;
	margin-top: -120px;

}

.idx-about-sec .since-text {
	position: absolute;
	background: url(../design_img/dots.png) no-repeat center center;
	background-size: cover;
	height: 120px;
	width: 180px;
	color: #db261b !important;
	font-size: 30px !important;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	padding-top: 15px !important;
	left: 0;
	bottom: 0;
	z-index: 999;
	position: relative;
}

.idx-about-sec .since-text h2 {
	display: block;
	font-size: 80px !important;
	line-height: 80px;
	color: #db261b;
	font-weight: 800;
	margin-bottom: 0 !important;
}

.idx-about-sec .since-text h2 span {
	font-size: 30px !important;
	line-height: 40px;
	position: absolute;
}

.idx-about-sec .since-text p {
	font-size: 16px !important;
	line-height: 24px;
	color: #121212;
}

/* Index Form Start */
.idx-about-sec .enq-form {
	background: transparent;
	text-align: left;
	padding: 0px;
	max-width: 600px;
	width: 100%;
	margin: 20px auto 0;
	border-radius: 0px;
}

.idx-about-sec .enq-form h2,
.idx-about-sec .enq-form p {
	display: none;
}

.idx-about-sec .enq-form form .btn-submit {
	font-size: 16px;
	font-weight: 500;
	min-width: 150px;
	padding: 15px 10px !important;
	color: #fff !important;
	line-height: 1;
	background: #154d93;
	position: relative;
	border: none;
	text-transform: capitalize;
	margin-top: 20px !important;
	border-radius: 0 !important;
}

.idx-about-sec .enq-form form .btn-submit:hover {
	background: #c72528 !important;
}

/* CONTACT_FORM */
.cont-form-outer .main-head {
	margin-bottom: 20px !important;
	color: #ffaa37 !important;
}

.cont-form-outer label {
	color: #333 !important;
	font-weight: 500;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #258cd6 !important;
	color: #121212;
}

.cont-gape {
	margin-top: 50px !important;
}

.gape-form {
	margin-top: 50px !important;
}

.main-color {
	color: rgb(114, 6, 6) !important;
}



.idx-btn {
	font-size: 16px;
	font-weight: 500;
	display: block;
	width: 150px;
	text-align: center;
	padding: 16px 15px !important;
	color: #fff !important;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	background: #26295c;
	border: none;
	border-radius:6px;
	transition: 0.5s all ease;
}

.idx-btn:hover {
	background: #e52224;
	color: #fff !important;
}

.idx-about-sec .about-right {
	padding-left: 20px !important;
	position: relative;
}

.idx-about-sec .about-right p {
	font-size: 14px !important;
	line-height: 24px;
	color: #757575;
	text-align: justify;
}

.idx-about-sec .cont-form-outer {
	padding-top: 20px !important;
}

.idx-about-sec .contact-blk {
	padding: 20px;
	position: relative;
	background: #f3f3f3;
	width: 100%;
	margin-bottom: 30px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}


.idx-enquiryForm .form-control {
	width: 100%;
	border: 1px solid #efefef;
	background: #fef7f1;
	padding: 10px 20px !important;
	margin-bottom: 20px;
	border-radius: 0;
	outline: none;
	font-size: 14px;
	line-height: 24px;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;

}

.idx-enquiryForm .form-control:focus {
	border-color: #392917 !important;
	font-size: 14px;
	color: #777 !important;
	line-height: 24px;
}


.form-group {
	position: relative;
	margin-bottom: 18px !important;
}

.form-group label {
	font-weight: normal;
}

.form-group .label-err,
.form-group .error:not(.form-control) {
	background: #ec0b0b;
	width: auto;
	font-size: 11px;
	color: #fff !important;
	padding: 0px 5px 2px;
	border-radius: 2px;
	position: absolute;
	bottom: -22px;
	z-index: 1;
	font-weight: 400 !important;
}

.form-group .label-err::before,
.form-group .error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #011828;
	position: absolute;
	top: -13px;
	left: 20px;
}

.inner-contact .form-group .form-control {
	border-radius: 0 !important;
	box-shadow: none;
	background: none;
	padding: 8px 12px;
	height: auto;
	background: #f2f2f2;
	border-color: #f2f2f2;
}

.form-group select.form-control {
	background-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url(../design_img/icon-select-arrow.png);
	background-repeat: no-repeat;
	background-position: right 6px top 50%;
	z-index: 0;
	/*padding: 7px 20px 7px 4px; */
	padding-left: 5px;
	padding-right: 20px;
}


.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group .label-check {
	margin-right: 15px;
	text-transform: none !important;
	font-family: 'Poppins', sans-serif !important;
}

.form-group .label-check a {
	color: #fcd80f !important;
}

.form-group .label-check a:hover {
	text-decoration: underline !important
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #2759ab !important;
	color: #777;
}

.form-group textarea.form-control {
	resize: none;
}

.cont-form-heading .main-head {
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.inner-contact .form-right {
	overflow: hidden;
	height: 250px;
}

.form-right img {
	max-width: 100%;
}

/* Google Translator */
/* gotrns */
.google-trans {}

.google-trans ul {
	list-style: none
}

.gotrns {
	float: left;
	color: #fff !important;
	font-size: 14px;
	position: relative;
	line-height: 0px;
	padding: 20px;
	/* margin: 15px 0 !important; */
	background: #fff;
	clip-path: polygon(calc(100% - 15px) 0, 100% 15px, 100% 100%, 0 100%, 0 0);
}

.goog-te-gadget-simple .goog-te-menu-value span {
	text-decoration: none;
	color: #000 !important;
	font-weight: 600;
	font-size: 13px !important;
}

.gotrns .goog-te-gadget-simple {
	border: 0px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}

header .gotrns a {
	/* color: #fff !important; */
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0 !important;
}

.gotrns span {
	color: #fff !important;
}

.gotrns a.goog-te-menu-value span:nth-child(3),
.gotrns a.goog-te-menu-value img {
	display: none
}

.gotrns img {
	background: url("../design_img/icon-glob.png") !important;
	background-repeat: no-repeat !important;
	display: none;
}

.gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}

/* Quality-Sec */
.idx-quality-sec {
	padding: 80px 0;
	position: relative;
	background: url(../design_img/quality-bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.idx-quality-sec .main-head {
	color: #fff;
	text-align: center;
}

.idx-quality-sec .fea-blk {
	background: #FFF !important;
	padding: 30px;
	min-height: 235px;
	-moz-transition: all .6s ease;
	-webkit-transition: all .6s ease;
	-o-transition: all .6s ease;
	-ms-transition: all .6s ease;
	transition: all .6s ease;
}

.idx-quality-sec .fea-blk .c-top {
	width: 60px;
	position: relative;
	margin-bottom: 10px;
}

.idx-quality-sec .fea-blk .c-top img {
	max-width: 100%;
}

.idx-quality-sec .fea-blk h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #0b2b43 !important;
	font-weight: 700;
	margin-bottom: 5px !important;
}

.idx-quality-sec .fea-blk p {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #777;
	font-weight: 400;
	margin-bottom: 0 !important;
	text-align: left;
}


/* Index Services */
.idx-services {
	padding: 80px 0 80px !important;
	position: relative;
	background: #f2f2f2;
}

.idx-services .services-heading {
	text-align: center;
	margin-bottom: 30px;
}

.idx-services .idx-head-upper {
	font-size: 15px !important;
	line-height: 30px;
	color: #f96003;
	text-transform: uppercase;
	font-weight: 800;
	width: 100%;
	margin-bottom: 10px !important;
}

.idx-services .idx-head-upper:after {
	position: absolute;
	content: "";
	top: 30px;
	height: 2px;
	width: 115px;
	background: #f96003;
	display: flex;
	justify-content: center;
	left: 41%;
	-webkit-transform: translateX(40%);
	-ms-transform: translateX(40%);
	transform: translateX(40%);
}

.idx-services .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	border: 1px solid #e5e5e5;
}

.idx-services .services-blk .co-top {
	position: relative;
	overflow: hidden;
}

.idx-services .services-blk .co-top img {
	max-width: 100%;
}

.idx-services .services-blk .co-down {
	width: 100%;
	display: block;
	background: #1c8adb;
}

.idx-services .services-blk .co-down .co-icon {
	width: 90px;
	padding: 20px 15px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	min-height: 91px;
	/* display: none; */
}

.idx-services .services-blk .co-down .co-icon img {
	width: 60px;
	margin: 0 auto;
}

.idx-services .services-blk .co-down .co-text {
	width: 100%;
	display: block;
	padding: 20px 10px 10px 10px;
}

.idx-services .services-blk .co-down .co-text h4 {
	font-size: 17px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 5px !important;
	text-transform: uppercase;
}

.idx-services .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', serif;
}

.idx-services .services-blk .co-link {
	padding: 20px 15px !important;
	background: #FFF !important;
	display: none;
}

.idx-services .services-blk .co-link .btn-link {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	color: #232323;

}

.idx-services .services-blk .co-link i {
	margin-left: 15px !important;
}

.idx-services .services-blk .co-bottom p {
	font-size: 14px !important;
	line-height: 24px;
	color: #777;
	text-align: center;
}

.idx-services .services-blk .btn-outer {
	position: relative;
	text-align: center;
}

.idx-services .services-blk .btn-outer .btn-link {
	position: absolute;
	bottom: -20px;
	height: 40px;
	width: 40px;
	background: #FFF;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	left: 45%;
}

.idx-services .services-blk .btn-outer .btn-link i {
	font-size: 12px !important;
	line-height: 30px;
	color: #000;
	margin-left: 0px;
	font-weight: 100;
}

.idx-services .services-blk .btn-outer .btn-link:hover {
	background: #f96003;
}

.idx-services .services-blk .btn-outer .btn-link:hover i {
	color: #FFF;
}

.idx-services .ser-btn .idx-btn {
	margin: auto;
}

/*  */

.main-head {
	font-size: 32px !important;
	line-height: 42px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #232323;
	line-height: 1.2;
	margin-bottom: 20px;
	font-family: "Rubik", sans-serif!important;
}

.main-head span {
	font-size: 14px !important;
	line-height: 24px;
	color: #e52224;
	text-transform: uppercase;
	font-weight: 400;
	display: block;
	font-family: "Rubik", sans-serif!important;
}

.brd-line {
	height: 2px;
	width: 100px;
	background: #f59019;
	display: block;
	margin: 0 auto 20px;
}

.idx-contact-info {
	background: #212b46 url(../design_img/pattern_bg_1.png) center center;
	background-size: contain;
	position: relative;
}

.cont-info-block {
	display: block;
	width: 100%;
	padding: 30px 0px;
}

.cont-info-block.min-sec {
	background: #c72528;
	padding: 30px 15px !important;
}

.cont-info-block .cont-info-icon {
	width: 60px;
	display: inline-block;
	vertical-align: top;
	padding: 8px;
}

.cont-info-block .cont-info-text {
	width: calc(100% - 65px);
	display: inline-block;
	color: #FFF;
	font-weight: 400;
	padding: 8px 0 0 10px;
}

.cont-info-block .cont-info-text p {
	font-size: 14px !important;
	line-height: 24px;
}

.cont-info-block .cont-info-text p span {
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 0px;
	color: #f2f2f2;
	font-weight: 600;
	display: block;
}

.cont-info-block .cont-info-icon img {
	width: 100%;
}

.btn-more {
	font-size: 16px;
	font-weight: 500;
	padding: 18px 35px !important;
	color: #fff !important;
	z-index: 1;
	overflow: hidden;
	line-height: 1;
	background: #154d93;
	position: relative;
	border: none;
	text-transform: capitalize;
	margin-top: 20px !important;
}

.btn-more:before {
	position: absolute;
	content: '';
	left: 92%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 1;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	transform: skewX(-25deg);
	background: #c72528;
}

.btn-more:hover:before {
	left: 0;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	background: #c72528;
}

.btn-more:hover {
	background: #c72528;
}

.idx-home {
	padding: 80px 0 80px;
	position: relative;
	background: #161923;
	position: relative;
}

.idx-home .abt-blk img {
	max-width: 100%;
}

.idx-home .main-head {
	color: #FFF !important
}

.idx-home .main-head span {
	color: #c72528 !important;
}

.idx-home .abt-left p {
	font-size: 14px !important;
	line-height: 24px;
	color: #FFF;
	text-align: justify;
}


.idx-home .h-outer {
	width: 100%;
	margin-top: 20px;
}

.idx-home .h-icon {
	width: 70px;
	height: 70px;
	line-height: 70px;
	float: left;
	background: #dbecdd;
	border-radius: 100%;
	text-align: center;
}

.idx-home .h-icon img {
	max-width: 36px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.idx-home .h-text {
	width: calc(100% - 85px);
	float: right;
	margin-top: 8px;
}

.idx-home .h-text h4 {
	font-size: 18px !important;
	line-height: 24px;
	color: #FFF;
	font-weight: 700;
	text-transform: capitalize;
	margin-bottom: 5px !important;
}

.idx-home .h-text p {
	font-size: 14px !important;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 0 !important;
}

.clear-fix {
	clear: both;
}

.repair-design {
	padding: 30px 30px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-bottom: 80px;
}

.repair-design .repair-icon {
	position: relative;
	top: -80px;
	margin-bottom: -70px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background: #212b46;
	border-radius: 100%;
	padding: 10px;
	border: 8px solid #eeeeee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;

}

.repair-design .repair-icon img {
	padding: 10px;
	max-width: 100%;
}

.repair-design p {
	font-size: 14px !important;
	line-height: 24px;
	color: #757575;
	font-weight: 400;
	text-align: justify;
}

.skd-choose .col-desc p {
	font-size: 16px !important;
	line-height: 24px;
	font-weight: 600;
	color: #757575;
	text-align: center;
}

.skd-choose .col-desc .main-head:first-child {
	font-size: 30px !important;
	line-height: 40px !important;
	text-align: center;
}

.skd-choose .col-desc .main-head {
	font-size: 27px !important;
	line-height: 35px;
}

.skd-choose .repair-design {
	padding: 30px 30px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-top: 80px;
	margin-left: 10px;
	margin-right: 10px;
	width: 48%;
	min-height: 240px;
}

.skd-choose .repair-design .choose-icon {
	position: relative;
	top: -80px;
	margin-bottom: -70px;
	border-radius: 100%;
	width: 100px;
	height: 100px;
	background: #013646;
	border-radius: 100%;
	padding: 10px;
	border: 8px solid #eeeeee;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.skd-choose .repair-design .choose-icon img {
	padding: 10px;
	max-width: 100%;
}

.skd-choose .repair-design p {
	font-size: 14px !important;
	line-height: 24px;
	color: #757575;
	font-weight: 400;
	text-align: justify;
}

.skd-choose .choose-last-sec {
	margin-top: 40px;
	position: relative;
	border: 1px solid #e5e5e5;
	margin-left: 10px;
	margin-right: 10px;
	width: 48%;
	padding-left: 0;
	padding-right: 0;
	min-height: 160px;
	min-height: 245px;
}

.skd-choose .choose-last-sec h3 {
	background: #6d6d6b;
	padding: 10px 15px !important;
	margin-bottom: 15px !important;
	font-size: 24px !important;
	line-height: 32px;
	color: #FFF !important;
	font-family: 'Fira Sans', sans-serif;
}

.skd-choose .choose-last-sec p {
	font-size: 14px !important;
	line-height: 24px;
	font-weight: 400;
	text-align: justify;
	padding: 20px 20px 0px 20px !important;
}

.working-policy ul.my-list {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 30px !important;
	font-size: 14px;
}

.working-policy ul.my-list li {
	font-size: 14px !important;
	line-height: 28px;
	color: #757575;
	font-weight: 400;
	text-indent: -30px;
}

.working-policy ul.my-list li:before {
	content: "\f0a4";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #c72528;
	font-size: 16px;
}

.contact-us .map-outer iframe {
	margin-top: 50px !important;
}

.career .career-right {
	float: right;
}

/* My Css */
/* Home Producs */
.idx-products {
	padding: 80px 0;
	position: relative;
}

.idx-products .main-head {
	text-align: center;
}

.idx-products .services-blk {
	margin: 0px 15px 20px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	position: relative;
	overflow: visible !important;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	border: 1px solid #e5e5e5;
}

.idx-products .services-blk .co-top {
	position: relative;
	overflow: hidden;
}

.idx-products .services-blk .co-top img {
	max-width: 100%;
}

.idx-products .services-blk .co-down {
	width: 100%;
	display: block;
	background: #1c8adb;
}

.idx-products .services-blk .co-down .co-icon {
	width: 90px;
	padding: 20px 15px;
	background: #FFF;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	min-height: 91px;
	display: none;
}

.idx-products .services-blk .co-down .co-icon img {
	width: 60px;
	margin: 0 auto;
}

.idx-products .services-blk .co-down .co-text {
	width: 100%;
	display: block;
	padding: 20px 10px 10px 10px;
}

.idx-products .services-blk .co-down .co-text h4 {
	font-size: 17px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 5px !important;
	text-transform: uppercase;
}

.idx-products .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 5px !important;
	text-transform: capitalize;
	font-family: 'Cormorant Garamond', serif;
}

.idx-products .services-blk .co-link {
	padding: 20px 15px !important;
	background: #FFF !important;
	display: none;
}

.idx-products .services-blk .co-link .btn-link {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	color: #232323;

}

.idx-products .services-blk .co-link i {
	margin-left: 15px !important;
}

.idx-products .services-blk .co-bottom p {
	font-size: 14px !important;
	line-height: 24px;
	color: #777;
	text-align: center;
}

.idx-products .services-blk .btn-outer {
	position: relative;
	text-align: center;
}

.idx-products .services-blk .btn-outer .btn-link {
	position: absolute;
	bottom: -20px;
	height: 40px;
	width: 40px;
	background: #FFF;
	padding: 5px;
	margin: 0 auto;
	border: 1px solid #e5e5e5;
	left: 45%;
}

.idx-products .services-blk .btn-outer .btn-link i {
	font-size: 12px !important;
	line-height: 30px;
	color: #000;
	margin-left: 0px;
	font-weight: 100;
}

.idx-products .services-blk .btn-outer .btn-link:hover {
	background: #f96003;
}

.idx-products .services-blk .btn-outer .btn-link:hover i {
	color: #FFF;
}

.idx-products .prod-btn {}

.idx-products .prod-btn .idx-btn {
	margin: auto;
}

/* Inner Service */
.inner-secvice-col {
	clear: both;
}

.service-row-gap {
	padding-top: 50px !important;
}

.inner-secvice-col .col {
	width: 50%;
}

.inner-secvice-col .col-img {
	float: right;
	max-width: 100%;
}

.inner-secvice-col .col-desc {
	float: left;
	padding: 20px 30px 0 0 !important;
}

.inner-secvice-col .col-desc h2 {
	font-size: 36px !important;
	line-height: 55px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #121212;
	font-family: 'Roboto Condensed', sans-serif;
}

.inner-secvice-col .col-desc p {
	font-size: 14px !important;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.service-02 {}

.service-02 .col-img {
	float: left;
	max-width: 100%;
}

.service-02 .col-desc {
	float: right;
	padding: 20px 0 0 30px !important;
}

/* Infrastructure */
.infrastructure-pg {}

.infrastructure-pg .col-img {
	padding-top: 30px !important;
	width: 33.33%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
}

/* Inner Gallery */
.gallery-bar .col .txt-title {
	display: none;
}

/* Contact Us */
.contact-pg .enq-form h2 {
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #232323;
	margin-bottom: 0px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-pg .enq-form p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.cont-details-bg {
	padding-bottom: 50px !important;
}

.contact-blk {
	padding: 30px 10px 20px;
	background: #f0f6fb;
	position: relative;
	text-align: center;
	display: block;
	min-height: 243px;
	border-radius: 10px;
}

.contact-blk .h-icon {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 100px;
	height: 100px;
	background: #e52224;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 10px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.contact-blk .h-icon .h-icon-inner {
	max-width: 100px;
	border-radius: 100%;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 55px !important;
}

.contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
}

.contact-blk .cont-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #121212;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-blk .cont-text p a {
	color: #121212 !important;
}

.contact-pg .map-outer iframe {
	margin-top: 20px !important;
}

.contact-pg .ftr-map {
	width: 100% !important;
	height: 630px !important;
}

.contact-pg .enq-form {
	background: #f0f6fb;
	text-align: left;
	padding: 20px 20px;
	margin: 20px 0 0 0 !important;
	border-radius: 0px;
	width: 100%;
}

.cont-row-gap {
	margin-top: 30px;
}


/*********************************************************************************
footer styles
***************/
footer {
	background: #f2f2f2;
	position:relative;
}

footer .footer-abt p {
	color: #000;
	text-align: left;
	font-size:14px;
	line-height:25px;
	font-weight:400;
}

footer .footer-abt h3{
	font-size: 24px !important;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px !important;
}
footer p a {
	color: #ffc63d !important
}

footer h6 {
	text-align: center;
	color: #ffeba4;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px !important;
	position: relative;
}

footer .footer-bar {
    padding:60px 0 30px;
    position: relative;
    z-index: 1;
}

.layer-outer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120%;
    height: 420px;
    background-position: left center;
    background-repeat: repeat-x;
    z-index: -1;
    opacity: 0.08;
}

footer .logo{
	margin-bottom:20px !important;
	position:relative;
	display:block;
	width:150px;
	margin-top:-20px;
}
footer .logo img{
	max-width:100%;
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;
    margin-top: 6px !important;
    margin-bottom: 0px !important;
}

footer .site-nav ul:after {
	content: '';
	display: table;
	clear: both;
}

footer .site-nav ul li {
	color: #FFF !important;
    margin-bottom: 15px !important;
}
footer .site-nav ul li .icon-outer {
    height: 27px;
    width: 27px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: -2px;
}
footer .site-nav ul li .icon-outer img {
    max-width: 100%;
}
footer .add-text {
    display: inline-block;
    width: calc(100% - 45px);
    margin-left: 10px !important;
    font-size: 15px !important;
    line-height: 25px !important;
    font-weight: 400;
    color: #FFF;
}
footer .add-text p{
	color: #000 !important;
    text-align: left;
    font-size: 14px !important;
    line-height: 25px;
    font-weight: 400;
}
footer .important-link-sec h3{
	font-size: 24px !important;
    line-height: 32px;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px !important;
}
footer .social-blk{
	
}


footer .ftr-map{
	width:100%;
	height:250px;
}

/*social nav*/
footer .social-nav ul {
	list-style: none;
	display: table;
	margin:0px !important;
}

footer .social-nav li {
	float: left;
	margin: 0 5px !important
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important
}

footer .social-nav li a .fa {
	color: #fff !important;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background:#e52224;
	border-radius:4px !important;
	font-size: 16px;
	text-align:center;
	border-radius: 100%;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a:hover .fa {
	background: #ffea00;
	color: #fff !important;
}

/*footer bar bottom*/
footer .footer-bar-middle {
	background: #0393d8;
	padding: 20px 0 !important;
	margin: 0 0 -28px 0;
	position: relative;
	z-index: 1;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	display: table;
	margin: 0 !important;
	text-align: center;
}

footer .nav-menu ul li {
	margin: 0 0 10px !important;
	display: block;
	text-align:left;
}

footer .nav-menu ul a {
	display: block;
	color: #00074d !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	color:#da251c !important;
	text-decoration: underline !important
}

/*footer bar bottom*/
footer .footer-bar-bottom {
	background: #00074d;
	padding: 15px 0 15px !important;
}

footer .footer-bar-bottom .copy {
	text-align:center;
	margin-bottom: 0px !important;
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #f4d691;
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
	color: #fff;
}

footer .footer-bar-bottom .designer img {
	vertical-align: -3px;
}

.banner-animate {
    animation-name: banner-animate; 
    animation-duration: 70s; 
    animation-iteration-count: infinite;
    animation-timing-function: linear;
	-webkit-animation-name: banner-animate; 
    -webkit-animation-duration: 70s; 
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	
	-moz-animation-name: banner-animate; 
    -moz-animation-duration: 70s; 
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
	
	-ms-animation-name: banner-animate; 
    -ms-animation-duration: 70s; 
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
	
	-o-animation-name: banner-animate; 
    -o-animation-duration: 70s; 
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

@-webkit-keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}

@keyframes banner-animate {
    0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }

    50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    }

    100% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    }
}



/* top and down button*/
#goTop,
#goDown {
	width: 40px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    text-align: center;
    color: #fff;
    background: #d6261c;
    border-radius: 50%;
    font-size: 14px;
    padding-top: 6px;
    display: none;
}

#goDown {
	display: block;
}

#goTop .fa,
#goDown .fa {
	color: #fff;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #d6261c;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes spin {
	100% {
		transform: rotateZ(360deg);
	}
}