@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: "Manrope", 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: #c5945a;
	color: #fff;
}

.btn-cancel {
	background: #ff5d05;
	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
***************/
.infosidebar{
	width: 60px;
    background: #d5a974;
    position: fixed;
    right: 0;
    height: 950px;
    z-index: 9;
    top: 110px;
}
.infosidebar .social-nav {
    position: absolute;
    /* right: 25px; */
    /* margin-top: 100% !important; */
    top: 40%;
    right: -12px;
    transform: rotateZ(90deg);
}
.infosidebar .social-nav ul {
    list-style: none;
    width: 100%;
    display: block;
}
.infosidebar  .social-nav ul li {
    float: left;
    width: 25%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
.infosidebar .social-nav ul li:first-child {
    position: relative;
    right: 310px;
}
.infosidebar .social-nav ul li:nth-child(2) {
    position: relative;
    right: 200px;
}
.infosidebar  .social-nav ul li:nth-child(3) {
    position: relative;
    right: 100px;
}
.infosidebar  .social-nav ul li:last-child {
    position: relative;
    right: -20px;
}
.infosidebar .social-nav ul li a {
    font-size: 14px !important;
    line-height: 24px;
    color: #0a0a0a !important;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    white-space: nowrap;
}


.icon-link {
   /* background: #fff; */
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 999;
   
}
.icon-link li {
    list-style: none;
    height: 35px;
    width: 35px;
    margin: 10px !important;
}

.icon-link a {
    text-align: center;
    height: 35px;
    width: 35px;
    display: block;
    position: relative;
}
.icon-link li a img {
    line-height: 50px;
    height: 35px;
    width: 35px;
    padding: 5px;
    background: #6d6d6d;
}
.icon-link span {
    width: 0;
    top: 0;
    left: 35px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    background: #231f20;
    color: #fff;
    line-height: 35px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
    white-space: nowrap;
}
.icon-link a:hover span {
    width: auto;
    padding: 0 10px;
    overflow: visible;
	background:#666;
}
.icon-link .m-first a:hover span {
	background:#16183e;
}



header .top-bar {
	background: #fff;
	position: relative;
	padding: 5px 0px;
	/*background: linear-gradient(90deg, #fff 0%, #002849 100%); */
	background:#002849;
}

header .top-bar .contact-sec {
	/* padding-left:50px; */
	position: relative;
}


header .cont-info {
	float: left;
	margin-top:2px;
}

header .cont-info ul {
	list-style: none;
	margin-top: 3px !important;
}

header .cont-info ul li {
	float: left;
	padding: 0 15px 0 15px !important;
}
header .cont-info ul li:first-child{
	padding-left:0 !important;
}

header ul .cont-icon {
	width: 22px;
	display: inline-block;
	vertical-align: top;
	/*filter:brightness(0) invert(1); */
}

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;
	margin-top:2px !important;
}

header ul .cont-text a {
	color: #fff !important;
	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: #ffc017 !important;
}

header .cont-nav {
	float: left;
	margin: 8px 0
}

header .cont-nav ul {
	list-style: none;
}

header .cont-nav ul li {
	float: left;
	display: block;
	padding-right: 15px !important;
}

header .cont-nav ul a {
	display: block;
	padding: 0px 15px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #FFF !important;
	letter-spacing: 1px;
	border-left: 1px solid #ce9233;
	-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 .cont-nav ul .cont-icon {
	width: 30px;
	display: inline-block;
	vertical-align: top;
}

header .cont-nav ul .cont-icon img {
	max-width: 100%;
}

header .cont-nav ul .cont-text {
	display: inline-block;
	vertical-align: top;
	padding-left: 10px !important;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	color: #FFF !important;
	letter-spacing: 1.3px;
	margin-top: 2px;
}

header .cont-nav ul .address {
	margin-left: 10px;
}

header .quote-outer {
	/* padding-right:50px; */
	float: right;
}

header .social-nav {
	float: right;
	margin: 10px 0;
	position: right;
}

header .social-nav ul {
	list-style: none;
}

header .social-nav li {
	float: left;
}

.social-nav li a .fa {
	color: #fff !important;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top:10px !important;
	font-size: 14px;
	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;
	background: #e81b44;
}

header .social-nav li a:hover .fa {
	color: #ce9233 !important;
}

header .social-nav li a .fa-facebook {
	background: #3b5a9a;
}

header .social-nav li a .fa-twitter {
	background: #28a8e0;
}

header .social-nav li a .fa-instagram {
	background: #e966cf;
}

header .social-nav li a .fa-youtube {
	background: #d81a1a;
}

header .header-contact {
	display: block;
	position: relative;
	margin-top: 5px;
	margin-bottom: -8px;
	padding: 8px 20px;
	border: none;
	background-color: #efb007;
}

header .header-contact:before {
	left: -8px;
	width: 0;
	height: 0;
	border-width: 0 8px 8px 0;
	border-style: solid;
	border-color: transparent #966f0c transparent transparent;
	position: absolute;
	display: block;
	bottom: 0;
	content: '';
}

header .header-contact:after {
	right: -8px;
	width: 0;
	height: 0;
	border-width: 8px 8px 0 0;
	border-style: solid;
	border-color: #966f0c transparent transparent transparent;
	position: absolute;
	display: block;
	bottom: 0;
	content: '';
}

header .header-contact .contact-blk {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-left: 50px;
}

header .header-contact img {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

header .header-contact span.first {
	margin-bottom: 5px;
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}

header .header-contact span.second {
	color: #FFF;
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	display: block;
}

/*logo bar*/
header .logo-bar {
	background: linear-gradient(90deg, #fff 0%, #cdcdcd 100%);
	padding: 0px 0;
}

header.logo-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0;
	z-index: 99;
}
header.logo-fixed-bar .top-bar{
	display:none;
}

header .logo {
	display: block;
    padding: 0px 10px;
    width: 165px;
    /* margin-bottom: -40px !important; */
    z-index: 999;
    position: relative;
    /* background: #fff; */
}

header .logo img {
	/* padding-top: 4px; */
	max-width: 100%;
}

/* nav bar */
header .nav-bar {
	float: right;
}

/*site nav*/
header .site-nav {
	float: left;
	margin: 0px 0;
}

/*user nav*/
header .user-nav {
	float: right;
	margin: 20px 0;
}

header .user-nav ul {
	list-style: none;
}

header .user-nav ul li {
	float: left;
}

header .user-nav ul a {
	display: block;
	margin-left: 5px;
	padding: 5px 8px 7px 10px;
	font-size: 14px;
	background: #ffee00;
	border-radius: 20px;
	color: #333 !important;
	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;
}

header .user-nav ul a .fa {
	margin-right: 5px;
}

header .user-nav ul a.login {}

header .user-nav ul a.join {
	background: #fb7c00;
	color: #fff !important;
}

header .user-nav ul a:hover {
	background: #666;
	color: #fff !important;
}

header .enquire-btn-outer {
	float: right;
}

header .enquire-btn-outer .btn-enquire {
	background: #ed6a00;
	min-width: 140px;
	padding: 10px 15px !important;
	margin: 17px 0px;
	color: #FFF !important;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-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.logo-fixed-bar {
	position: fixed !important;
	width: 100% !important;
	top: 0px !important;
	z-index: 99 !important;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
}
header.logo-fixed-bar .infosidebar {
    width: 60px;
    background: #d5a974;
    position: fixed;
    right: 0;
    height: 950px;
    z-index: 9;
    top: 55px;
}
header.logo-fixed-bar .logo{
	width: 140px !important;
    margin-bottom: 0 !important;
    background: transparent;
}
header.logo-fixed-bar .nav-bar {
    padding:5px 0 !important;
}
header.logo-fixed-bar .level_1 li a {
    padding: 12px 14px;
}
header .nav-bar {
	padding: 10px 0 !important;
	float: right;
	position: relative;
    z-index: 9;
}

/*search bar*/
.search-bar { 
    position: relative;
    z-index: 999; 
	border:1px solid rgba(255,255,255,.9);
}

.search-bar:after {
	content: '';
	display: table;
	clear: both;
}

.search-bar input[type=text] {
	background: transparent;
	color: #fff;
	border: 0;
	width: calc(100% - 40px);
	padding: 5px 15px;
	float: left;
}
.search-bar input[type=text]::placeholder {
	color: #fff !important;
}
.search-bar input[type=text]:focus {
	outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #fff !important;
	opacity: 0.9;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #fff !important;
	opacity: 0.9;
}

.search-bar input[type=text]:-webkit-input-placeholder {
	color: #fff !important;
	opacity: 0.9;
}

.search-bar #search-result {
    position: absolute;
    width: 100%;
    top: calc(100% - 15px);
    left: 0;
    z-index: -1;
    overflow: hidden;
    color: #FFF !important;
    background-color: #cecece;
    margin-top: 15px !important;
    padding: 15px 20px 15px;
    display: none;
    -webkit-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 15px 28px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 5px rgb(0 0 0 / 8%);
}

.search-bar #search-result ul {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 0
}

.search-bar #search-result ul li a {
	padding: 3px 0;
	display: block
}

.search-bar #search-result ul li a:hover {
	text-decoration: underline !important;
}

.search-bar #search-result ul li a span {
	color: #f08e76;
}


.search-btn, .search-load {
    background: url(../design_img/icon-search.png) no-repeat center;
    background-size: 50%;
    width: 30px;
    height: 28px;
    display: block;
    float: right;
    cursor: default;
}
/* Google Translator */
/* gotrns */

header .gotrns {
    float: right;
    color: transparent !important;
    font-size: 14px;
    position: relative;
    line-height: 15px;
    margin: 0 !important;
    height: 32px;
    overflow: hidden;
}
header .gotrns .goog-te-gadget .goog-te-combo {
    
}
header .goog-te-gadget .goog-te-combo {
   /* padding: 8px;
	border:none;
	margin:6px 0 0 0; */
	margin: 0;
    padding: 6px 3px;
}
header .gotrns .goog-te-gadget-simple {
	border: 0px solid #fff;
	border-radius: 5px;
	font-size: 12px;
	background: transparent;
}
 
header .gotrns a {
  display: none;
} 

header .gotrns span {
	color: #fff !important;
	border-color: #fff !important
}

header .gotrns .goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    background:transparent !important;
}

header .gotrns a.goog-te-menu-value span:nth-child(3),
header .gotrns a.goog-te-menu-value img {
	display: none
}

header .gotrns img {
	background: url("../design_img/icon-glob.png") !important;
	background-repeat: no-repeat !important
}

header .gotrns a.goog-te-menu-value span:nth-child(5) {
	margin-left: 10px
}




/*
header .gotrns {
    float: right;
    color: transparent !important;
    font-size: 14px;
    position: relative;
    line-height: 15px;
    margin: 0 !important;
}
/*
header .gotrns .goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px;
}
header .gotrns .goog-te-gadget .goog-te-combo {
}
header .goog-te-gadget .goog-te-combo {
    margin: 0;
    padding: 10px;
    margin-top: 5px !important;
    width: 180px;
}

*/

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}


/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 32px !important;
	line-height: 45px;
	letter-spacing:1px;
	font-weight:900;
	margin-bottom: 20px !important;
	color: #060803;
}

.main-head span {
	color: #c5945a;
	font-size: 15px !important;
	line-height: 24px;
	display: block;
	font-weight:600;
}

.idx-btn {
	color: #fff !important;
	padding: 14px 30px !important;
	display: inline-block;
	font-size: 15px;
	outline: none;
	cursor: pointer;
	outline: none;
	border-width: 0;
	border-style: solid;
	border-color: #c5945a;
    background: #c5945a;
	line-height: 1.42857;
	border-radius: 3px;
	font-weight: 600;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	position: relative;
	position: relative;
	overflow: hidden;
	z-index: 1;
	margin-top: 20px !important;
}

.idx-btn:before,
.idx-btn:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: rgba(3, 46, 81, 0.9);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.1);
}

.idx-btn:after {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: #626c73;
}

.idx-btn:hover:before,
.idx-btn:hover:after {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* ******************************************
Home Page Css
****************************************** */

/* Home About Us */
.idx-about-sec {
	padding: 80px 0;
	position: relative;
}

.idx-about-sec .about-left {
	position: relative;
}

.idx-about-sec .about-left img {
	max-width: 100%;
}

.idx-about-sec .about-right {
	padding: 30px 0px 0px 15px;
    position: relative;
}

.idx-about-sec .about-right p {
	font-size: 15px !important;
	line-height: 24px;
	color: #333;
	font-weight: 400;
}
/* */
.valuesSection {
    background: #f36884;
    cursor: grab;
    padding: 80px 0;
}
.valuesSection .main-head{
	text-align:center;
	font-size:50px !important;
	line-height:60px;
	margin-bottom:40px !important;
	color:#fff !important;
}
.yarnBox {width:420px;height:420px;position:relative;margin:50px auto;position:relative;}
.yarnBox .rotateYarn {width:100%;height:100%;}

.valueItem {position:absolute;width:165px;text-align:center; -webkit-transition:all 0.5s ease-in-out; -moz-transition:all 0.5s ease-in-out; transition:all 0.5s ease-in-out;}
.valueItem .vIcon {width:65px;height:65px;display:block;padding:9px;margin:0 auto 15px;background:#fff;border-radius:50%;vertical-align:middle;text-align:center;line-height:45px;position:relative;cursor:grabbing;}
.valueItem .vIcon img {width:40px;height:40px;}
.valueItem .vIcon:before {width:100%;height:100%;display:block;border:1px dashed #fff;position:absolute;top:0;left:0;content:'';border-radius:50%;
-webkit-transform:scale(.9,.9);-moz-transform:scale(.9,.9);transform:scale(.9,.9);opacity:0;transition:all .3s .1s linear;animation:rotation 15s infinite linear;}
.valueItem:hover{
	-webkit-transform:scale(1.5); -moz-transform:scale(1.5); transform:scale(1.5);}
.valueItem:hover:before{
	display:none;}
.valueItem:hover .vIcon:before {opacity:1;}
.valueItem .vName {font-size:15px;color:#fff;text-transform:uppercase;letter-spacing:.03em;}

.yarnBox .vic_1 {top:-40px;left:-180px;}
.yarnBox .vic_2 {top:-40px;right:-180px;}
.yarnBox .vic_3 {top:37%;left:-230px;}
.yarnBox .vic_4 {top:37%;right:-230px;}
.yarnBox .vic_5 {top:85%;left:-180px;}
.yarnBox .vic_6 {top:85%;right:-180px;}

.valueItem:before {content:'';width:80px;border-top:2px dashed #fff;position:absolute;}
.valueItem.vic_1:before {top:80%;left:95%;transform:rotate(45deg);transform-origin:top left;}
.valueItem.vic_2:before {top:80%;right:95%;transform:rotate(-45deg);transform-origin:top right;}
.valueItem.vic_3:before {top:50%;left:95%;}
.valueItem.vic_4:before {top:50%;right:95%;}
.valueItem.vic_5:before {top:-20%;left:75%;transform:rotate(-45deg);transform-origin:top right;}
.valueItem.vic_6:before {top:-20%;right:75%;transform:rotate(45deg);transform-origin:top left;}

@-webkit-keyframes rotation {
	from {-webkit-transform: rotate(0deg) scale(1.2,1.2);} to {-webkit-transform: rotate(359deg) scale(1.2,1.2);}
}
@-moz-keyframes rotation {
	from {-moz-transform: rotate(0deg) scale(1.2,1.2);} to {-moz-transform: rotate(359deg) scale(1.2,1.2);}
}
@keyframes rotation {
	from {transform: rotate(0deg) scale(1.2,1.2);} to {transform: rotate(359deg) scale(1.2,1.2);}
}




.idx-feature{
	padding:40px 0;
	position:relative;
	background:#e81b44;
}
.counter-outer {
	position: relative;
	margin-bottom: 20px;
}

.counter-outer .main-text {
	font-weight: 600;
	color: transparent;
	letter-spacing: 2px;
	font-size: 60px;
	line-height:70px;
	text-transform: capitalize;
	text-align: center;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, 0.95);
}

.counter-outer .main-text::after {
	content: '+';
	font-size: 30px;
	margin-left: 5px;
	vertical-align: top;
}

.counter-outer p {
	font-size:18px !important;
	line-height:25px;
	letter-spacing:1px;
	font-weight:700;
	color: #f2f2f2;
	text-align: center;
	margin-bottom:30px !important;
}
/* Product Category */
.idx-project-cate{
	padding:60px 0 50px;
	position:relative;
	background:rgba(240,240,240);
}

.idx-project-cate .pro-details{
	position:relative;
	width:100%;
	display:block;
	margin-bottom:20px !important;
	overflow:hidden;
	box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding: 20px 15px;
    position: relative;
    text-align: left;
    border-radius: 12px;
	min-height:227px;
}
.idx-project-cate .pro-details .pro-left{
	width:45px;
	margin-bottom:5px;
	float:left;
}
.idx-project-cate .pro-details .pro-left img{
	max-width:100%;
}
.idx-project-cate .pro-details .pro-right{
	width:100%;
	float:left;
}
.idx-project-cate .pro-details h4{
	font-size:18px !important;
	line-height:25px;
	color:#16183e;
	font-weight:700;
	margin-bottom:5px !important;
	letter-spacing:1px;
}
.idx-project-cate .pro-details p{
	font-size: 14px !important;
    line-height: 24px;
    color: #231f20;
    font-weight: 400;
}

.idx-project-cate .pro-cate{
	position:relative;
	text-align:center;
	margin-bottom:30px;
	padding:10px;
}
.idx-project-cate .pro-cate .h-icon{
	width:80px !important;
	margin:0 auto 10px !important;
}
.idx-project-cate .pro-cate .h-icon img{
	max-width:100%;
}
.idx-project-cate .pro-cate h4{
	font-size:20px !important;
	line-height:27px;
	color:#4c4ea1;
	font-weight:400;
	margin-bottom:5px !important;
	font-family: "Anton", sans-serif;
	letter-spacing:1.2px;
}

.idx-project-cate .choose-outer{
	position:relative;
	margin-bottom:25px;
	overflow:hidden;
}
.idx-project-cate .choose-outer .choose-img{
	float:left;
	width:80px;
	height:80px;
	background:#d6b469;
	border-radius:100%;
	margin-top:10px;
}
.idx-project-cate .choose-outer .choose-img img{
	max-width:100%;
	padding:12px;
}
.idx-project-cate .choose-outer .choose-text{
	margin-left:20px;
	padding:15px;
	width:calc(100% - 100px);
	float:left;
	border-radius:10px;
	background:#d6b469;
}
.idx-project-cate .choose-outer .choose-text h4{
	font-size:18px !important;
	line-height:25px;
	font-weight:700;
	margin-bottom:10px;
	color:#fff;
}
.idx-project-cate .choose-outer .choose-text p{
	font-size:14px !important;
	line-height:24px;
	color:#fff;
	margin-bottom:0 !important;
}

.idx-project-cate .choose-right{
	position:relative;
	border-radius:10px;
}
.idx-project-cate .choose-right img{
	max-width:100%;
	border-radius:10px;
}
.margin-40{
	margin-top:40px !important;
}
/* Date 28-08-2024 */
.idx-project-cate .main-head{
	text-align:center;
	margin-bottom:10px !important;
}
.idx-project-cate.prd-cate .main-head{
	text-align:left;
	margin-bottom:20px !important;
}
.idx-project-cate .msn-sub{
	text-align:center;
	font-size:16px !important;
	line-height:25px;
	margin-bottom:30px !important;
	font-weight:500;
}


/* Testimonial Sec */
.idx-testional-sec {
	padding: 80px 0;
	position: relative;
	background: #060803 url('../design_img/test-bg.png') center center no-repeat;
	background-size: cover;
}

.idx-testional-sec .main-head {
	text-align: center;
	color: #fff;
}

.idx-testional-sec .item {
	position: relative;
	padding: 20px 15px;
}

.idx-testional-sec .item::after {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: -8px;
	background: #fff;
	top: 0;
	opacity: 0.2;
}

.idx-testional-sec .item.last::after {
	opacity: 0;
}

.idx-testional-sec .testimonial-text {
	position: relative;
	margin-bottom: 20px;
	min-height: 175px;
}

.idx-testional-sec .testimonial-text::before {
	font-weight: 600;
	position: absolute;
	z-index: 10;
	top: -25px;
	left: -15px;
	content: "\f10d";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	margin-right: 10px;
	color: #efb007;
	font-size: 24px !important;
}

.idx-testional-sec .testimonial-text::after {
	font-weight: 600;
	position: absolute;
	z-index: 10;
	bottom: -15px;
	right: -15px;
	content: "\f10e";
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 14px;
	margin-right: 10px;
	color: #efb007;
	font-size: 24px !important;
}

.idx-testional-sec .testimonial-text p {
	font-size: 17px !important;
	font-weight: 400;
	line-height: 28px;
	color: #FFF;
}

.idx-testional-sec .test-details {
	width: 100%;
	position: relative;
}

.idx-testional-sec .test-details .client-pics {
	width: 80px;
	height: 80px;
	float: left;
	border-radius: 100%;
	border: 3px solid #f2f2f2;
}

.idx-testional-sec .test-details .client-pics img {
	max-width: 100%;
	padding: 4px;
	border-radius: 100%;
}

.idx-testional-sec .test-details .name {
	float: left;
	padding-left: 15px;
	font-size: 18px !important;
	line-height: 25px;
	color: #FFF;
	font-weight: 600;
	position: relative;
}

.idx-testional-sec .test-details .farm-name {
	float: left;
	padding-left: 15px;
	font-size: 12px !important;
	line-height: 25px;
	color: #FFF;
	font-weight: 600;
	position: relative;
}

/* Home 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: 10px 10px 10px 10px;
}

.idx-services .services-blk .co-down .co-text h4 {
	font-size: 17px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 0px !important;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}

.idx-services .services-blk .co-down .co-text h3 {
	font-size: 20px !important;
	line-height: 27px;
	color: #FFF;
	font-weight: 500;
	margin-bottom: 0px !important;
	text-transform: capitalize;
	text-align: center;
	font-family: 'Roboto Condensed', sans-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;
}

/* Home Products */
.idx-products {
	padding: 80px 0;
	position: relative;
	background:#fffbf7;
}

.idx-products .main-head {
	text-align: center;
}

.idx-products .item-pic {
	height: 200px;
}

.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 {
	text-align: center;
}

.idx-products .prod-btn .idx-btn {
	margin: auto;
}

/* Home Vision Mission */
.idx-vsn {
	position: relative;
	width: 100%;
	display: block;
}

.idx-vsn .vsn-left {
	position: relative;
}

.idx-vsn .vsn-left img {
	min-height: 460px;
}

.idx-vsn .vsn-left img {
	max-width: 100%;
}

.idx-vsn .vsn-right {
	padding: 98px 0px;
}

.idx-vsn .vsn-right {
	position: relative;
	background: #060803 url('../design_img/vsn-right-bg.jpg') no-repeat center center;
	background-size: cover;
}

.idx-vsn .vsn-right .vsn-heading {
	padding: 0 40px;
	text-align: center;
}

.idx-vsn .vsn-right .main-head {
	color: #FFF !important;
	font-size: 24px !important;
	line-height: 32px;
	margin-bottom: 0 !important;
}

.idx-vsn .client-block-here {
	padding: 30px 60px 0;
	position: relative;
}

.idx-vsn .client-block-here h4 {
	font-size: 22px !important;
	line-height: 30px;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 15px !important;
}

.idx-vsn .client-block-here p {
	font-size: 16px !important;
	line-height: 28px;
	color: #FFF;
	font-weight: 400;
	text-align: justify;
}

.idx-vsn .owl-dots {
	margin: auto;
	display: table;
	top: 0px;
	position: relative;
}

.idx-vsn .owl-dot {
	width: 10px;
	height: 10px;
	background: #fce5cd;
	border-radius: 100%;
	float: left;
	margin: 0 4px;
}

.idx-vsn .owl-dot.active {
	background: #d98b64;
}

.category-pr-col p{
	font-size: 15px !important;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}

.category-pr-col ul.mylist{
	list-style: none;
    margin: 0 0 30px 20px !important;
}
.category-pr-col ul.mylist li{
	line-height: 28px;
    font-size: 15px !important;
    color: #333;
    text-indent: -20px;
    font-weight: 400;
    text-align: left;
}
.category-pr-col ul.mylist li:before{
	content: '\f00a';
    font-family: 'FontAwesome';
    font-size: 7px;
    margin-right: 10px;
    color: #e81741;
    margin-top: -2px !important;
}

.category-pr-col h5{
	font-size:20px !important;
	line-height:27px;
	color:#666;
	font-weight:700;
	margin-bottom:10px !important;
}
/*.category-pr-col .pr_list{
	margin-top:30px !important;
} */

/*home tech-bar */
.home-tech-bar {
	padding: 50px 0 70px !important;
	background: #f2f2f2;
	border-top: 1px solid #DEF2F1;
}

.home-tech-bar .main-head {
	text-align: center;
}

.home-tech-bar .tech-logo {
	text-align: center;
}

.home-tech-bar .tech-logo img {
	max-width: 100%;
}

/* Home Gallery */
.home-gallery-bar {
	padding: 60px 0;
	position: relative;
}

/* ***********************************************
Home Page Css End's
*********************************************** */

section.contents .content-bar {
	padding: 50px 0 100px;
	/*overflow:hidden;*/
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/inner-banner.jpg) no-repeat center center;
    padding: 90px 0 90px;
    background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {}

.banner-bar .banner-content h1 {
	color: #fff;
	font-size: 30x !important;
	line-height: 40px;
	font-weight:700;
	letter-spacing:1px;
	margin-bottom: 10px !important;
	text-align:center;
	text-shadow: 1px 1px 1px #000,
		1px 1px 1px #fff;
}

.banner-bar .banner-content p {
	color: #fff;
	margin: 0px 0 0px !important;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px auto 0 !important;
	background: #00000057;
	padding: 8px 25px !important;
}

.location li {
	color: #efb007 !important;
	font-size: 16px !important;
	line-height: 24px;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !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 {
	font-size: 16px !important;
	font-weight: 600;
	line-height: 26px;
	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;
}

.location li a:hover {
	color: #e7b57a !important;
}

.location li a.active {
	color: #e7b57a !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;
}

.col-bar .file-col {}

.col-bar .file-col img {
	max-width: 100%;
}

.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*/

/* **********************************************
Inner Page Css Start's
********************************************** */

/*About Us Page */
section.contents .content-bar.about-us {
	padding: 80px 0 80px;
}

.about-us-pg {
	margin: 0 -15px;
}

.about-us-pg .col-row {
	position: relative;
	width: 50%;
	padding: 0 15px;
}

.about-us-pg .col-row:nth-child(2n+1) {
	float: left;
}

.about-us-pg .col-row:nth-child(2n+1) .col-desc {
	padding-right: 20px;
	position: relative;
}

.about-us-pg .col-row:nth-child(2n) {
	float: right;
}
.about-us-pg .col-row.row2:nth-child(2n) {
    float: left;
}

.about-us-pg .col-row.text-gape{
	padding-top:60px;
}
.about-us-pg .col-row.text-gape h5{
	font-size:18px !important;
	line-height:27px;
	color:#333;
	font-weight:600;
}

.about-us-pg .col-row.vsn-sec {
	float: left;
}
.about-us-pg .col-row.msn-sec {
	float:right;
}
.about-us-pg .col-row.clear-fix {
    width: 100%;
	padding:30px 0;
}

.about-us-pg .col-img {
	float: right;
	position: relative;
}

.about-us-pg .col-img::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	bottom: 20px;
	background: #ddb684;
	transform: skew(-3deg);
	z-index: -1;
}

.about-us-pg .col-desc p {
	font-size: 15px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.qlt-blk1 {
	padding: 20px 20px;
	padding-right: 20px;
	background: #ffb120;
	text-align: center;
	position: absolute;
	bottom: 100px;
	right: -10px;
	width: 250px;
	display: flex;
}

.qlt-blk1::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -50px;
	width: 50px;
	height: 50px;
	background: #cc9020;
	clip-path: polygon(0 0, 0 100%, 100% 0);
	z-index: -1;
}

.qlt-blk1 .exper-heading {
	position: relative;
	font-size: 40px !important;
	line-height: 50px;
	font-weight: 700;
	color: #FFF !important;
	text-align: left;
	font-family: 'Manrope', sans-serif;
}

.qlt-blk1 .exper-heading::after {
	content: '+';
	font-size: 25px;
	margin-left: 5px;
	vertical-align: 3px;
	position: absolute;
	top: -9px;
}

.about-us-pg .qlt-blk1 p {
	font-size: 19px !important;
	line-height: 26px !important;
	font-weight: 700;
	margin-bottom: 0 !important;
	color: #FFF !important;
	text-transform: capitalize;
	text-align: left !important;
	margin-left: 30px !important;
	font-family: 'Manrope', sans-serif;
	letter-spacing: 1px;
}

/*  */
.about-us-pg .about-quality {
	border:1px solid #e5e5e5;
	padding: 50px 20px 10px !important;
	width: calc(50% - 30px);
	margin:0 15px;
	min-height:518px;
}
.about-us-pg .about-quality .h-icon{
	width:80px;
	margin-bottom:10px !important;
	position:relative;
}
.about-us-pg .about-quality .h-icon img{
	max-width:100%;
}

.about-us-pg .about-quality h4{
	font-size:20px !important;
	line-height:27px;
	margin-bottom:10px !important;
	font-weight:700;
}

.about-us-pg .about-quality .main-head {
	font-size: 30px !important;
	margin-bottom: 10px !important;
}

.about-us-pg .about-quality .col {
	padding: 0 15px;
}

.about-us-pg .about-quality .col-img {
	float: left;
	width: 50%;
	padding-left: 0;
}

.about-us-pg .about-quality .col-img::after {
	left: -5px;
	right: 12px;
}

.about-us-pg .about-quality .col-desc {
	width: 100%;
	float: right;
	padding:0 !important;
}

.clear-fix{
	clear:both;
}

.about-us-pg .about-quality ul {
	font-size: 14px;
	margin: 0 0 10px 28px !important;
	color: #333;
	list-style: none;
}

.about-us-pg .about-quality ul li {
	font-size: 15px !important;
	line-height: 25px;
	color: #333;
	text-indent: -30px;
	font-weight: 400;
	text-align: left;
	margin-bottom: 5px !important;
}

.about-us-pg .about-quality ul li::before {
	content: "\f0a9 ";
	font: normal normal normal 14px/1 FontAwesome;
	font-weight: normal;
	font-size: 14px;
	font-weight: normal;
	font-size: 14px;
	margin-right: 10px !important;
	color: #ffb120;
	font-size: 15px;
	font-weight: 700;
}

.about-us-pg .our-mission .col-img {
	float: right;
	padding-left: 15px;
	padding-right: 0;
}

.about-us-pg .our-mission .col-img::after {
	left: 12px;
	right: -5px;
}

.about-us-pg .our-mission .col-desc {
	float: left;
}
/* About Us End's */
.gallery-pg .gall-blk{
	margin-bottom:30px !important;
}
.infra-pg .infra-details{
	padding:30px 20px 0;
	position:relative;
}
.infra-pg .infra-details p{
	font-size: 15px !important;
    line-height: 24px;
    color: #333;
    font-weight: 400;
}
.video-gallery-pg .video-blk{
	position:relative;
	width:100%;
	height:300px;
	border:1px  solid #e5e5e5;
	border-bottom:none;
}
.video-gallery-pg p.txt-title{
	display:block !important;
	padding:8px 10px !important;
	background: #d5a974;
	font-size:15px !important;
	line-height:25px;
	color:#fff !important;
	text-align:center;
	font-weight:600;	
	text-transform:capitalize;
	margin-top:-5px !important;
}


/*Download Page*/
.download-bar {
	margin: 0px -15px;
}

.download-bar .col-row {
	width: 25%;
	float: left;
	padding: 0 15px;
	position: relative;
	margin-bottom: 15px;
}

.download-bar .col-file {
	border: 1px solid #f2f2f2;
	border-bottom: 0;
}

.f-product-gallery a {
	font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(33% - 8px);
    margin-right: 4px;
}
.f-product-gallery a img{
	max-width:100%;
}

.download-bar .col-row p.txt-title {
	font-size: 13px;
	font-weight: 500 !important;
	text-align: center;
	display: block;
}

.download-bar .col-row p.txt-title a {
	display: block;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap !important;
	width: 100%;
	padding: 15px 0 !important;
	background: #009ed6;
	color: #fff !important;
}

.idx-process-sec{
	padding:80px 0;
	position:relative;
}
.idx-process-sec .top-right{
	position:relative;
}
.idx-process-sec .top-right h4{
	font-size:18px !important;
	line-height:25px;
	color:#e81741;
	font-weight:700;
	margin-bottom:10px !important;
	font-family: 'Unbounded', sans-serif !important;
}
.idx-process-sec .top-right p{
	font-size: 15px !important;
    line-height: 25px;
    color: #333;
    text-align: justify;
}

.idx-process-sec .pro-blk{
	width:100%;
	height:230px;
	background:#f2f3f3;
	padding:30px;
	margin:60px 0!important;
	position:relative;
	border-top-right-radius: 80px 80px;
	border-bottom-right-radius: 80px 80px;
}

.idx-process-sec .pro-blk.step2{
	position:relative;
	border-top-left-radius: 80px 80px;
	border-bottom-left-radius: 80px 80px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	margin-top:120px !important;
	margin-bottom:120px !important;
}

.idx-process-sec .pro-blk img{
	max-width:100%;
}
.idx-process-sec .pro-blk .pro-left{
	position:absolute;
	top:-30px;
	margin-bottom:30px;
	width:35%;
}
.idx-process-sec .pro-blk .pro-right{
	width:65%;
	position:relative;
	float:right;
	padding-left:40px;
	display: flex;
    align-items: center;
    padding: 0;
}
.idx-process-sec .pro-blk.step2 .pro-right{
	float:left;
}
.idx-process-sec .pro-blk.step2 .pro-left{
	float:right;
	right:30px !important;
}
.idx-process-sec .pro-blk .pro-right .pro-text{
	display:inline-block;
	width:calc(100% - 145px);
	padding-left:55px;
}
.idx-process-sec .pro-blk .pro-right .pro-text h4{
	font-size:20px !important;
	line-height:27px !important;
	font-weight:700;
	margin-bottom:10px !important;
	color:#e81741;
	font-family: 'Unbounded', sans-serif !important;
}
.idx-process-sec .pro-blk .pro-right .pro-text p{
	font-size:16px !important;
	line-height:24px;
	color:#333;
	font-weight:500;
	text-align:justify;
}
.idx-process-sec .pro-blk .pro-right .pro-no{
	position: relative;
    font-size: 40px;
    line-height: 140px;
    background-image: linear-gradient(to right, #e81b44 0%, #fb869e 50%, #e81b44 100%) !important;
    border-right-color: #f87892;
    border-left-color: #ec2d53;
    transition: 0.5s;
    background-size: 200% auto;
    color: #fff;
    width: 140px;
    height: 140px;
    margin-right: 50px;
    border-radius: 50%;
    display: block;
    text-align: center;
    top: 0px;
    left: 50px;
    z-index: 1;
    font-weight: 600;
    min-width: 140px;
	display:inline-block;
}
.idx-process-sec .pro-blk.step2 .pro-right .pro-no {
   left: 0px;
   right:0px;
   margin-bottom:30px;
}
.idx-process-sec .pro-blk.step2 .pro-right .pro-text {
   padding-left: 0px;
   padding-right:75px;
}



/* Career Page */
.career .career-right {
	float: right;
}

.career-msg p {
	text-align: center;
}

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 13px;
	padding: 10px 10px;
	border: 1px solid #333 !important;
	background: #fff;
}

.career .btn-submit {
	min-width: 135px;
	color: #FFF !important;
	background: #1d68c4 !important;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 15px !important;
	margin-top: 20px;
	border-radius: 0px !important;
}

.career .btn-submit:hover {
	background: #333 !important;
}

/* Contact Us Page */
.contact-pg {
	margin: 0 0px;
}

/* Contact Details */
.contact-pg .cont-details-bg {
	padding-bottom: 50px !important;
	width: 1170px;
	margin: 0 auto !important;
	display: block;
	float: none;
}

.contact-pg .cont-details-bg .col-desc {
	padding: 0 15px;
}

.contact-pg .cont-details-bg .main-head {
	text-align: center;
	margin-bottom: 0px !important;
}

.contact-pg .cont-details-bg .main-tex {
	font-size: 15px !important;
	line-height: 24px;
	font-weight: 500;
	color: #333;
	text-align: center;
	margin-bottom: 20px !important;
}

.contact-pg .contact-form {
	width: 1170px;
	margin: 0 auto  !important;
	display: block;
	float: none;
	padding-bottom:60px !important;
	overflow:hidden;
}

.contact-pg .gst-blk{
	padding:30px;
	background:#e81741 !important;
	color:#fff !important;
	margin-bottom:40px;
}

.contact-pg .gst-blk h4{
	font-size:20px !important;
	line-height:27px;
	color:#fff !important;
	margin-bottom:0 !important;
	text-align:center;
	font-weight:700;
}


.contact-pg .contact-form .col {
	padding: 0 15px;
}

.contact-pg .contact-form .col-desc {
	width:80%;
	float: left;
	margin-left:10%;
}

.contact-pg .contact-form .col-img {
	float: right;
	width: 50%;
	display:none;
}

.contact-pg .contact-blk {
	padding: 20px 20px 0px;
    position: relative;
    display: block;
    min-height: 115px;
    border-radius: 10px;
    border: 1px solid #cfcfcf;
}

.contact-pg .contact-blk .h-icon {
	display: inline-block;
	width: 45px;
	height: 45px;
	vertical-align: top;
	text-align: left;
	transition: all 300ms linear;
}

.contact-pg .contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}

.contact-pg .contact-blk .cont-text {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 50px);
	padding-left: 10px !important;
}

.contact-pg .contact-blk .cont-text p {
	font-size: 15px !important;
	line-height: 24px;
	color: #121212;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-pg .contact-blk .cont-text p a {
	color: #121212 !important;
}

/* Contact Form */
.contact-pg .enq-form {
	text-align: left;
	padding: 20px 20px;
	border-radius: 0px;
}

.contact-pg .enq-form h2 {
	font-size: 36px !important;
	line-height: 45px !important;
	font-weight: 600;
	letter-spacing: 0px;
	text-transform: none;
	color: #fff !important;
	margin-bottom: 0px !important;
	font-family: 'Roboto Condensed', sans-serif;
}

.contact-pg .enq-form p {
	font-size: 15px !important;
	line-height: 24px;
	color: #efb007 !important;
	margin-bottom: 20px;
	text-align: justify;
	font-weight: 600;
}

/* CONTACT_FORM */
.contact-form label {
    color: #062c53 !important;
    font-weight: 500;
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 5px !important;
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #258cd6 !important;
	color: #121212;
}

/* Contact Map */
.contact-pg .map-outer iframe {
	margin-top: 20px !important;
}

.contact-pg .ftr-map {
	width: 100% !important;
	height: 350px !important;
}

.contact-us-bar .btn-submit {
	border-color: #c5945a;
    background: #c5945a;
    margin: 20px auto;
    display: table;
	padding:10px 15px !important;
    width: 150px;
	font-weight:600;
}

.contact-us-bar .btn-submit:hover {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
	background: #002e50 !important;
	border-color: #002e50 !important;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

/* **********************************************
Inner Page Css End's
********************************************** */

/*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 {
	font-size: 19px;
	font-weight: 600;
	background: #c5945a;
	color: #fff;
	padding: 8px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
	font-family: 'Manrope', sans-serif;
}

.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: #333 !important;
	font-size: 15px !important;
	line-height: 30px;
	font-weight: 600;
	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:hover {
	color: #e92049 !important;
}

.category-list ul li a.active {
	color: #e92049 !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%;
	border: 1px solid #e5e5e5;
}

.product-detail-bar h4.pr_name {
	font-size: 28px !important;
	line-height: 38px;
	font-weight: 400;
	letter-spacing:1.3px;
	margin-bottom: 10px !important;
	color: #060803;
	font-family: "Anton", sans-serif;
	padding-bottom: 10px !important;
	margin-bottom: 10px !important;
	text-transform: capitalize;

}

.product-detail-bar .pr_desc ul {
	list-style: none;
	padding: 0 0 0 10px;
	margin: 0 0 15px 0px !important;
	font-size: 14px;
}

.product-detail-bar .pr_desc h4 {
	font-size: 20px !important;
	line-height: 27px;
	color: #efb007;
	font-weight: 700;
	margin-bottom: 10px !important;
}

.product-detail-bar .pr_desc ul li {
	font-size: 15px !important;
	line-height: 25px;
	color: #343434;
	font-weight: 500;
	text-align: justify;
}

.product-detail-bar .pr_desc ul li:before {
	content: "\f219";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px;
	color: #898779;
	font-size: 20px;
}


/**/
.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: 14px 20px !important;
	border-color: #c5945a;
    background: #c5945a;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 150px;
}

.product-detail-bar .btn-enq:hover {
	background: #626c73 !important;
	border-color:#626c73 !important;
}

/**/
.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;
}

.product-detail-bar .pr_desc table tr td {
	padding-right: 15px;
}

/* 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: #c5945a;
	font-weight: 600;
	font-family: 'Manrope', sans-serif;
}

.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: 0 6px 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.item-pic-container {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	position: relative;
	overflow: hidden;
	border: 1px solid #eee;
	border-radius: 0px
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	opacity: 0.4;
	z-index: 1;
	-webkit-transform: skew(0deg) scaleY(0);
	transform: skew(0deg) scaleY(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-container:hover .item-back {
	-webkit-transform: skew(0deg) scaleY(1);
	transform: skew(0deg) scaleY(1);
	transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.item-pic {
	height: 250px;
	overflow: hidden;
}

.category-pr-col .item-pic {
	height: 190px;
}


.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: #c5945a !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: #e81741;
	color: #fff !important;
}

.item-btn a.view {}

.item-btn a:hover {
	background: #c5945a;
	color: #fff !important;
}

.item-name {
	font-size: 20px !important;
	line-height: 27px;
	font-weight: 600;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	padding: 10px !important;
	text-align: center;
	display:block;
}

.item-name a {
	color: #213140 !important;
	font-weight: 500;
	text-align: center;
}

.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-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);
}

/*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
}

.our-clients .client-blk{
	position:relative;
	border:1px solid #e5e5e5;
	padding:10px;
	margin:0 15px;
	width:calc(25% - 30px);
}

.product-gallery .col-row{
	width:calc(33.33% - 30px);
	float:left;
	border:1px solid #e5e5e5;
	margin:0 15px 30px !important;
}



/* ********************************************************************************
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
}



.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;
}

.form-group .form-control {
	border-radius: 0 !important;
    box-shadow: none;
    background: none;
    padding: 8px 12px;
    height: auto;
    background: #ffffff;
    border-color: #c2955e;
}

.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: #fdc9d3 !important;
    color: #333;
}

.form-group textarea.form-control {
	resize: none;
}

/* ********************************************************************************
footer styles
************** */


footer .footer-top {
	width: 850px;
    height: 340px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20%;
    padding: 40px 20px;
    position: relative;
    background-size: 100%;
    margin-bottom: -170px;
    z-index: 99;
    overflow: hidden;
    background-image: url(../design_img/footer-social.png);
}

footer .footer-bar {
	/*background:#d3341a url("../design_img/footer-image.png") center center; */
	padding: 70px 0 30px;
	position: relative;
	/*background: linear-gradient(#042f52, #e79c5c); */
	background: linear-gradient(180deg, #042f52, #e79c5c75 99%) no-repeat;
}

footer .logo {
	width: 200px;
	margin-top:-30px;
	display: block;
	margin-bottom: 10px !important;
}

footer .logo img {
	max-width: 100%;
}

footer h3 {
	text-align: left;
	color: #fff;
	font-size: 20px !important;
	line-height: 32px;
	font-weight: 600;
	margin-bottom: 10px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-abt {
	padding-right: 30px !important;
}

footer .footer-abt p {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
	font-weight: 400;
	text-align: justify;
}

/* Social nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0px !important;
	font-size: 14px;
	font-weight: 300;
	margin-top: 50px !important;
}

footer .social-nav li {
	float: left;
    line-height: 20px;
    margin-right: 10px !important;
    width: 50px;
    height: 50px;
    padding: 2px !important;
    background-color: #FFF;
    transform: rotate(45deg);
    margin: 0 16px !important;
}

footer .social-nav li a {
	transform: rotate(-45deg);
    line-height: 20px;
    padding-top: 22px !important;
    position: relative;
    top: -3px;
    left: 12px;
}
footer .social-heading
{
	position:relative;
	top:75px;
	margin-bottom:-75px;
	text-align:center;
}
footer .social-heading h4
{
	font-size:50px !important;
	line-height:50px !important;
	color:#7c040e !important;
	font-weight:600;
	font-family: 'Cookie', cursive !important;
}
footer .social-nav li a .fa {
	font-size: 24px !important;
	color: #3b5999;
	line-height:50px;
	 transform: rotate(-45deg);
	-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 .fa.fa-twitter {
	color: #55acee;
	border-color: #55acee;
}

footer .social-nav li a .fa.fa-linkedin {
	color: #0077b7;
	border-color: #0077b7;
}

footer .social-nav li a .fa.fa-instagram {
	color: #e4405f;
	border-color: #e4405f;
}
/*
footer .social-nav li a:hover .fa.fa-instagram {
	background: #e4405f;
	color: #FFF;
	border-color: #FFF;
}

footer .social-nav li a:hover .fa.fa.fa-twitter {
	background: #55acee;
	color: #FFF;
	border-color: #FFF;
}

footer .social-nav li a:hover .fa.fa-linkedin {
	background: #0077b7;
	color: #FFF;
	border-color: #FFF;
}
*/

/* Nav Manu */
footer .nav-menu ul {
	list-style: none;
}

footer .nav-menu ul li {
	color: #FFF !important;
	text-transform: capitalize;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px !important;
}

footer .nav-menu ul li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	margin-right: 10px !important;
	color: #f5c499;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	top: 0px;
	transform: rotate(45deg);
}

footer .nav-menu ul li a {
	color: #FFF !important;
}

footer .nav-menu ul li:hover a {
	color: #f5c499 !important;
}

/* Footer Site Nav */
footer .site-nav ul {
	list-style: none;
	margin-top: 6px !important;
	margin-bottom: 0px !important;
}

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 .site-nav ul li .icon-outer i {
	margin-right: 0px;
	color: #1c8adb !important;
	font-size: 15px;
	padding-top: 8px;
	padding-left: 0px;
}

footer .add-text {
	display: inline-block;
	width: calc(100% - 45px);
	margin-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #FFF;
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #eed518 !important;
}

footer .site-nav ul li a {
	font-size: 14px;
	line-height: 24px;
	color: #fff !important;
	text-align: left;
	-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 .site-nav ul li:hover a {
	color: #f7fb4b !important;
}

/* Footer Bottom */
footer .footer-bar-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	background: #000;
	padding: 10px 0;
}

footer .footer-bar-bottom .com-right {}

footer .footer-bar .copy {
	text-align: center !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
	margin-top:30px !important;
}

footer .footer-bar .com-right{
	margin-top:20px !important;
}
footer .footer-bar .copy .co-name {
	color: #f6d624 !important;
	font-weight: 600;
}

footer .footer-bar-bottom .copy img {
	margin-left: 5px !important;
}

/* Footer Map */
footer .ftr-map {
	width: 100%;
	height: 210px;
}

footer h4.firm-info{
	font-size:16px !important;
	line-height:25px;
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	margin-bottom:10px !important;
}

/* footer_social_icon */
.footer-social-icon {
	position: fixed;
	width: 80px;
	bottom: 20px;
	left: 15px;
	z-index: 9999;
}

.footer-social-icon .social-chat-icon {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.social-chat-icon .cont-nav {
	float: left;
}

.social-chat-icon .cont-nav ul {
	list-style: none;
	font-size: 14px;
}

.social-chat-icon .cont-nav ul li img {
	max-width: 65px;
}

.footer-social-icon .whats-mobile {
	display: none;
}

.social-chat-icon .cont-nav ul li img {
	max-width: 50px;
}

footer .footer-gallery a{
	width: calc(20% - 8px);
    float: left;
    margin: 20px 4px 0 !important;
}
footer .footer-gallery a img{
	max-width:100%;
}

/* top and down button */
#goTop,
#goDown {
	border-radius: 100%;
	width: 40px;
	height: 40px;
	text-align: center;
	position: fixed;
	bottom: 30px;
	right: 45px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	cursor: pointer;
	color: #fff !important;
	font-weight: bold;
	background: #1d9ca1 !important;
	border: 3px solid #1d9ca1 !important;
	z-index: 9999;
	font-size: 16px !important;
	line-height: 44px;
}

#goTop:hover,
#goDown:hover {
	background: #ddd;
	border: 3px solid #ddd;
	color: #4c85c1 !important;
}

/*  */