@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'Roboto', 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: #0EA1D7;
	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;
}

/**/ 
.btn-verify {
    position: absolute;
    bottom: 8px;
    right: 8px;font-size: 11px;
    font-weight: 500;
    background: #eaffef;
    color: #199344;
    border: 1px solid #17af4d;
    border-radius: 4px; 
    padding: 1px 5px;
}
.btn-verify:hover{ 
	background: #199344; 
	border-color:#17af4d;
    color: #eaffef;
}

/*********************************************************************************
header styles
***************/
header {
	/*Position:absolute;
	width:100%;
	z-index:99;
	*/
}

header.header-fixed-bar { 
 position: fixed !important;
 width: 100% !important;
 top: 0;
 z-index: 99; 
}

/*logo bar*/
header .top-bar {
	/*background: linear-gradient(to right, #00bbda 0%, #00b3de 100%) !important; */
    background:#01509d;
	padding: 5px 0;
    position: relative;
    z-index: 9999;
}

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;
    overflow: hidden;
    margin-top: 10px;
}

header .social-nav ul {
	list-style: none;
    overflow: hidden;
    margin: 0px 0 !important;
}
header .social-nav ul li{
	float:left;
	margin-right:10px !important;
}
header .social-nav li a {
	border: 0 !important;
    padding: 0 !important;
    color: #FFF !important;
}

header .social-nav li a .fa {
	color: #FFF !important;
    font-size: 11px !important;
    text-align: center;
    margin-right: 10px !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;
    padding: 8px 6px;
    position: relative;
    top: 6px;
    overflow: hidden;
}
}
header .social-nav li a .fa-facebook{
	background: #00b3de !important;
}
header .social-nav li a .fa-instagram {
    background: #ce4482;
}
header .social-nav li a .fa-linkedin {
    background: #117bb8;
}

header .social-nav li a:hover .fa {
	color: #FFF;
	border-color: #fff;
	background: #00b3de;
}

/* */
header .logo-bar {
	position:relative;
	width: 100%;
	z-index: 9999;
	padding: 4px 0;
	/* background: rgba(11, 34, 57, 0.9); */
	/* background: rgba(0, 101, 158, 0.9); */
}

header .logo {
	display: block;
	position: relative;
	z-index: 999;
	width: 70px;
}

header .logo img {
	max-width: 100%;
}

header .nav-bar {
	display: table;
    margin: 0 auto;
}

header .site-nav {
	float: left;
	margin: 5px 0;
}

header .cont-info {
	float: left;
}

header .cont-info ul {
	list-style: none;
	margin-top: 6px !important;
}

header .cont-info ul li {
	float: left;
	padding: 0 15px 0 0px !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: #002f60 !important;
	line-height: 22px;
	font-weight: 500;
	-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;
}

header .logo-fixed-bar {
	z-index: 1111;
	position: fixed;
	width: 100%;
	top: 0;
	background:#FFF !important;
	padding:5px 0 10px;
	box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3)  ; 
	-webkit-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3)  ; 
	-moz-box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.3)  ; 
}

header .logo-fixed-bar .logo {
	padding: 2px;
	width:60px;
	margin-top:0;
}

header .logo-fixed-bar .level_1 li a {
    padding: 12px 25px;
}

header .logo-fixed-bar .logo img {
	max-width: 100%;
}

header .logo-fixed-bar .site-nav {
	margin-top: 3px !important;
	margin-bottom: 0 !important;
}

header .logo-fixed-bar .right-blk {
	padding: 10px;
	width: 40px;
	right: -35px;
	top: 16px;
}

header .logo-fixed-bar .right-blk img {
	margin-top: 0 !important;
}

/*  */
header .map-right {
	width: 100%;
	height: 250px;
}

header .modal .social-nav {
	float: left;
}

header .modal .social-nav li {
	padding-left: 0px !important;
	padding-top: 0px !important;
}

header .right-blk {
	background: #fff;
	padding: 10px;
	display: block;
	text-align: center;
	margin: 0px 0px 0;
	width: 40px;
	right: -30px;
	top: -30px;
	position: absolute;
	border-radius: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

header .right-blk img {
	max-width: 100%;
	margin-top: 0px !important;
}

header .phone-blk {
	padding: 10px;
	position: relative;
	border: 2px solid #d1a783;
	width: 200px;
	margin-top: 30px;
	text-align: center;
	z-index: 9;
}

header .phone-blk a {
	font-size: 16px !important;
	line-height: 24px;
	color: #FFF !important;
	font-weight: 600;
}

.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 400px;
	height: 100%;
	z-index: 999;
	background: rgba(11, 34, 57, 0.9);
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);

}

.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
	background: rgba(11, 34, 57, 0.9);
}

.modal.right .modal-body {
	padding: 15px 40px 80px 40px;

}




/*search*/
.search-btn,
.search-load {
	background: url(../design_img/icon-search.png) no-repeat center;
	background-size: 50%;
	width: 40px;
	height: 35px;
	display: block;
	float: right;
	cursor: default;
}

.search-load {
	background: url(../design_img/icon-load.jpg) no-repeat center;
	background-size: 60%;
}

/*search bar*/
.search-bar {
	border-radius: 5px;
	background: #f7f3f3;
	position: relative;
	z-index: 999;
	width:calc(100% - 160px);
	float:left;
	margin-top:8px !important;
}

.search-bar:after {
	content: '';
	display: table;
	clear: both;
}

.search-bar input[type=text] {
	background: transparent;
	color: #666;
	border: 0;
	width: calc(100% - 40px);
	padding: 9px 20px;
	float: left;
}

.search-bar input[type=text]:focus {
	outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-webkit-input-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar #search-result {
	position: absolute;
	width: 100%;
	top: calc(100% - 15px);
	left: 0;
	z-index: -1;
	overflow: hidden;
	background-color: #f7f3f3;
	padding: 25px 20px 15px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	display: none;

}

.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;
}



/*Left*/
.modal.left.fade .modal-dialog {
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, left 0.3s ease-out;
	-o-transition: opacity 0.3s linear, left 0.3s ease-out;
	transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog {
	left: 0;
}

.rgt-mdl-info .modal-header {
	border-bottom: 1px solid #e5e5e5;
	background: rgba(11, 34, 57, 0.9);
}

header .rgt-mdl-info .logo {
	width: 110px;
	display: block;
	padding: 10px 0 20px;
	background: rgba(11, 34, 57, 0.9);
}

header .rgt-mdl-info .logo img {
	max-width: 100%;
}

header .rgt-mdl-info p {
	font-size: 14px !important;
	line-height: 24px;
	color: #FFF !important;
	text-align: justify;
}

header .rgt-mdl-info .mdl-cont-info {
	padding: 10px 0 0;
	position: relative;
}

header .rgt-mdl-info .mdl-cont-info h4 {
	font-size: 22px !important;
	line-height: 30px;
	color: #FFF !important;
	font-weight: 700;
	letter-spacing: 1.3px;
	font-family: 'Rajdhani', sans-serif;
	margin-bottom: 20px !important;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk {
	width: 100%;
	display: block;
	margin-bottom: 20px !important;

}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-icon {
	display: inline-block;
	width: 30px;
	vertical-align: top;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-icon img {
	max-width: 100%;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text {
	display: inline-block;
	width: calc(100% - 35px);
	vertical-align: top;
	padding-left: 10px;

}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text a {
	color: #FFF !important;
}

header .rgt-mdl-info .mdl-cont-info .m-cont-blk .m-cont-text p {
	/* font-size:16px !important; */
}

header .rgt-mdl-info .mdl-close-outer {
	background: rgba(11, 34, 57, 0.9);
	height: 80px;
	width: 80px;
	float: right;
	padding: 20px;
}

header .rgt-mdl-info .close {
	float: right;
	font-size: 40px;
	line-height: 40px;
	font-weight: 400;
	line-height: 1;
	color: #FFF;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
	opacity: 1;
}

.rgt-mdl-info .modal-header {
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}

/*Right*/
.modal.right.fade .modal-dialog {
	right: -400px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
	right: 0;
}

/* ----- MODAL STYLE ----- */
.modal-content {
	border-radius: 0;
	border: none;
}

.modal-header {
	border-bottom-color: #EEEEEE;
	background-color: #FAFAFA;
}

/* ----- v CAN BE DELETED v ----- */

/*  */

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}
/*
section.slider:after {
    content: '';
    background: linear-gradient(180deg, #ffffffd1 30%, #ffffff00 90%);
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    z-index: 98;
}
*/

/**/
section.contents {}

/*home gallery-bar */
.home-tech-bar {
	padding: 100px 0 100px !important;
	background: #fff;
	/* border-top: 1px solid #DEF2F1; */

}

.home-tech-bar .main-head {
	text-align: left;
	padding-left: 30px !important;
}

.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: 80px 0;
	/*overflow:hidden;*/
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/page-banner.jpg) no-repeat center center;
	padding: 80px 0;
	background-size: cover;
	position: relative;
}

.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-size: 50px !important;
	line-height: 60px;
	font-weight: 700;
	color: #323232;
	margin-bottom: 10px !important;
	position: relative;
	top: 0px;
	font-family: 'Rajdhani', sans-serif;
}

.banner-bar .banner-content p {
	color: #fff;
	margin: 5px 0 0px !important;
}

/*location*/
.location {
	list-style: none;
	position: relative;
	display: table;
	margin: 0px 0 !important;
	padding: 10px 25px !important;
	background: #D24E1A !important;
	z-index: 1;
	border-radius: 5px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	width: 200px;
	text-align: center;
	align-items: center;
	justify-content: center;
	display:none;
}

.location li {
	color: #fff !important;
	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 {
	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: #eafdff !important;
}

.location li a.active {
	color: #eafdff !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*/

/*about-bar*/
.about-us-pg {
	margin: 0 -15px;
}

.about-us-pg .col-row {
	/* padding-top: 50px; */
	overflow: hidden;
	position: relative;
}

.about-us-pg .col {
	width: 50%;
	padding: 0 15px;
}

.about-us-pg .col-img {
	float: right;
}

.about-us-pg .col-desc {
	float: left;
}

.about-us-pg .col-desc p {
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 400;
	color: #333;
	text-align: justify;
}

.about-us-pg .abt-text-3 {}

.about-us-pg .abt-text-3 .col-desc {
	float: right;
	padding: 40px 0 0 30px;
}

.about-us-pg .abt-text-3 .col-img {
	float: left;
}

/*  */
.inn-sf-col-outer {}

.about-us-pg .inn-sf-col-outer .col {
	width: 100%;
	padding-top: 50px;
}

.col-sf {
	position: relative;
	padding: 30px 20px;
	background: #fff;
	border: 1px solid #f2f2f2;
	margin: 5px;
	min-height: 520px;
}

.col-sf:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.3s ease-in-out 0s;
}

.col-sf .col-sf-icon {
	width: 50px;
	display: block;
	margin: 0 0 20px !important;
}

.col-sf .col-sf-icon img {
	max-width: 100%;
}

.col-sf .col-sf-text h4 {
	font-size: 25px !important;
	line-height: 35px;
	font-weight: 700;
	color: #004486;
	font-family: 'Rajdhani', sans-serif;
	margin: 0 0 20px !important;
	padding: 0 0 20px !important;
	border-bottom: 1px solid #f2f2f2;
}

.col-sf .col-sf-text p {
	font-size: 16px !important;
	line-height: 24px;
	color: #333 !important;
	text-align: justify;
	padding-right:0px !important;
}

.col-sf .col-sf-text .sf-num {
	position: absolute;
	right: 20px;
	bottom: 15px;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	opacity: 0.1;
	font-family: 'Rajdhani', sans-serif;
	color: rgb(0, 101, 158);
}

.col-sf:hover .col-sf-text .sf-num {
	opacity: 1;
	transition: all 1.3s ease 0s;
}

/*  */
.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: #0EA1D7;
	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;
	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%;
	border: 2px solid #e5e5e5;
	padding: 10px;
}

.product-detail-bar h4.pr_name {
	position: relative;
    font-size: 24px !important;
    line-height:32px !important;
    font-weight: 700;
    margin-bottom: 10px !important;
    color: #0e141f;
    font-family: 'Rajdhani', sans-serif;
}

/**/
.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: #0EA1D7;
	color: #fff !important;
	border-radius: 5px !important;
	font-weight: 500;
	width: 200px;
}

/**/
.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 h5{
	font-size:16px !important;
	line-height:25px;
	color:#D24E1A;
	font-weight:600;
	margin-bottom:10px !important;
}

.product-detail-bar .pr_desc  p{
	font-size: 15px !important;
    line-height: 24px;
    color: #333;
    text-align: justify;
}

.product-detail-bar .pr_desc ul{
	list-style:none;
	padding:0 !important;
	margin:0 0 0 15px !important;
}
.product-detail-bar .pr_desc ul li{
	font-size: 15px !important;
    line-height: 25px;
    color: #333 !important;
    font-weight: 400;
    text-align: left;
    text-indent: -15px;
}
.product-detail-bar .pr_desc ul li:before{
	content: "\f192";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right: 10px !important;
    color: #00659e;
    font-size: 10px;
    font-weight: 700;
}

/* enquiry box */
#prModal {
	z-index: 9999;
}

.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;
    max-height: 500px;
    overflow: auto;
}

.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: #0EA1D7;
	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%);
}

/* captcha */
.col-captcha{
	
}
.col-captcha img {
    margin-bottom: 10px;
    border: 1px solid #666;
}
.col-captcha p {
    text-align: right;
    font-size: 12px!important; margin-top:5!important
}
.col-captcha p a {
    color: #32bed5!important;
}

/*items*/
.item {
	/* margin-bottom: 20px; */
	margin: 0 5px 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-bottom: 0;
	/* border-radius: 5px */
}

.item-back {
	background: rgba(11, 34, 57);
	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-transform: skew(0deg) scaleX(0);
	transform: skew(0deg) scaleX(0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


.item-pic {
	/* height: 239px; */
	height: 348px;
	overflow: hidden;
}

.idx-products .item-pic {
	height: 267px;
}

.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: rgba(11, 34, 57) !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: rgba(11, 34, 57);
	color: #fff !important;
}

.item-name {
	padding: 15px 8px !important;
	color: #fff !important;
	background: linear-gradient(to right, #014180 0%, #00366a 100%) !important;
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important;
	text-align: center;
}

.item-name a {
	color: #fff !important;
	font-weight: 500;
	display: block;
}

.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); */
	-webkit-transform: skew(0deg) scaleX(1);
	transform: skew(0deg) 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 {
	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.gnv-capital-table{
	margin-top:30px;
}
section.contents .mytable.gnv-capital-table th {
	background:#01509d;
}
section.contents .mytable.gnv-capital-table tr td{
	padding:10px 15px;
	color:#333;
	font-size:15px;
	font-weight:400;
}

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.gnv-capital-table tr:nth-child(odd) {
	background: #f3f9ff;
}

section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}
section.contents .mytable tr:hover {
	background: #eee
}

.product-detail-bar .note{
	font-size:16px !important;
	line-height:25px;
	color:#D24E1A;
	font-weight:700;

}

/* otp */

.otp-col {  
	margin-top: 20px;
}
.otp-col label { 
    color: #17af4d;
}
.otp-col .form-group {
    margin-bottom: 5px!important;
}
.otp-col .otp-rsend-col {  
    color: #b5b5b5;
}
.otp-col .otp-rsend-col .otp-rsend {
    color: #17af4d!important;
    text-decoration: underline!important;
    cursor: pointer;
}
.otp-col .otp-rsend-col span{
    margin-left: 5px;
}
	
/*********************************************************************************
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 label.success { 
    color: #17af4d;
    margin-top: 5px;
}

.form-group .form-control {
	border-radius: 4px !important;
	height: auto;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #ddd;
	box-shadow: inherit;
}

.form-group .form-control[disabled] {
 background-color: #f7f7f7;
 opacity: 1;
 border-color: #ddd;
}
.form-group .form-control[readonly] {
background-color: #f7f7f7;	
}

.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
}

/* Google Translator */
/* gotrns */
.google-trans {
	position: relative;
	z-index: 9;
	overflow: hidden;
}

.google-trans ul {
	list-style: none;
	margin-top: 3px !important;
}

.gotrns {
	float: right;
    color: #fff !important;
    font-size: 14px;
    position: relative;
    line-height: 0px;
    padding: 10px 12px;
    margin: 8px 0 !important;
    background: #fff;

}

.VIpgJd-ZVi9od-xl07Ob-lTBxed>span:nth-child(3) {
	display: none;
}

.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;
	font-weight: 600;
	font-size: 13px;
}

.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
}


header .gotrns a {
	/* color: #fff !important; */
	padding-right: 0px;
	margin-right: 0px;
	padding-left: 0 !important;
}

.gotrns span {
	color: #002f60 !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
}

/* 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;
}

/* .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 {
	display: block;
	width: 140px;
	font-size: 14px !important;
	font-weight: 500;
	background: #00b3de;
	border: 1px solid #00b3de;
	border-radius: 5px;
	padding: 13px 20px !important;
	letter-spacing: 1px;
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
}

.contact-us .enq-form form .btn-submit:hover {
	background: #fff !important;
	color: #00b3de !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;
}

/* 02-12-2022 */
.contact-us {
	padding: 80px 0 0px !important;
}

.contact-us .container {
	width: 100%;
	padding: 0;
}


/* 02-12-2022 */


.career-msg p {
	text-align: center;
}

/* Date 26-08-2022 */

.idx-about-sec {
	padding: 80px 0;
	position: relative;
	background:#FFF;
	/*background: url(../design_img/home-abt-bg.png) no-repeat center center;
	background-size: cover; */
}
.idx-about-sec:before{
	content:"";
	left:0;
	top:0;
	width:75%;
	height:560px;
	position:absolute;
	background:#f2f2f2;
	border-top-right-radius: 75px;
}
.idx-about-sec .abt-prbg{
	-webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.idx-about-sec .abt-prbg img{
	position: absolute;
    top: -20px;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
}


.idx-about-sec .abt-outer{
	
}

.idx-about-sec .about-left {
	position: relative;
	z-index: 11;
	display:block;
	margin:60px auto 0;
	text-align:center;
}
.idx-about-sec .about-left img{
	max-width:90%;
}

@keyframes rotation {
    0% {
      transform: rotate(0deg);
    }
    50% {
      transform: rotate(180deg);
    }
    100%{
      transform: rotate(360deg);
    }
  }
.rotate{
    animation: rotation 30s infinite linear;
}
.shadow{
    filter: drop-shadow(3px 5px 2px rgb(0 0 0 / 0.4));
}


/*
.idx-about-sec .about-left::before {
	content: "";
	position: absolute;
	width: 350px;
	height: 350px;
	border: 8px solid #00659e;
	left: -70px;
	top: -35px;
	z-index: -1;
}

*/


.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;
}

.idx-sf-sec {
	padding: 80px 0;
	position: relative;
	/* background: #0e141f; */
}

.idx-sf-sec .home-web-col {
	width: 100%;
    float: left;
    clear: both;
    height: 100%;
    position: relative;
    border: 10px solid #eee;
    padding: 70px 40px 0 50px;
    border-radius: 5px;
    min-height: 225px;
}

.idx-sf-sec .home-web-col:hover {
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	transition: box-shadow 0.3s ease-in-out 0s;

}

.idx-sf-sec .home-web-col h4 {
	font-size: 24px !important;
	line-height: 30px;
	color: #0e141f;
	font-weight: 600;
	text-align: justify;
	margin-bottom: 10px !important;
	font-family: 'Rajdhani', sans-serif;
}

.idx-sf-sec .home-web-col p {
	font-size: 15px !important;
	line-height: 24px;
	color: #0e141f !important;
	text-align:left;
}

.flip-box {
	background-color: transparent;
	width: 100%;
	height: 252px;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
}

.flip-box-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 2s;
	transform-style: preserve-3d;
}


.flip-box:hover .flip-box-inner {
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front,
.flip-box-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-box-front {
	background-color: #13315c;
	color: black;
}

/* Style the back side */
.flip-box-back {
	background-color: #01233e;
	color: white;
	transform: rotateY(180deg);
	padding: 50px 15px 20px !important;
}
.flip-box-back h4{
	font-size:24px !important;
	line-height:32px;
	color:#00b3de !important;
	font-weight:700;
	margin-bottom:10px !important;
}

.flip-box-back p {
	font-size: 14px !important;
	line-height: 30px !important;
	letter-spacing: 1.2px;
}

.flip-box-front img {
	max-width: 100%;
	height: 250px;
}




.idx-sf-sec .home-web-col .number-holder {
	position: absolute;
    width: 80px;
    height: 80px;
    left: 50px;
    top: -42px;
    font-size: 36px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D24E1A;
    color: #eee;
    border-radius: 50%;
}

/*
.idx-sf-sec .home-web-col .number-holder:after {
	border-top: 70px solid rgba(210, 78, 26, 0.4);
	content: '';
	position: absolute;
	left: 100%;
	top: 10px;
	border-right: 20px solid transparent;
	transition: all .3s ease;
	border-top-color: rgba(210, 78, 26, 0.4);
}
*/

.idx-facts-block {
	/* background:url('../design_img/feature-bg.jpg') no-repeat center center;
	background-size: cover; */
	background: #f2f2f2; 
	padding: 60px 0;
}

.idx-facts-block .fact-blk {
	margin: 0;
	background:#FFF;
	padding: 35px 17px 30px;
	position: relative;
	text-align: center;
	text-align: left;
	transition: all 1.3s ease 0s;
	min-height: 230px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.idx-facts-block .fact-blk .h-icon-bg {
	display: block;
	position: absolute;
	/* width: 65px; */
	width: 5px;
	height: 70px;
	background: #00b3de;
	left: 13px;
	top: 22px;
	transition: all 1.3s ease 0s;
}

.idx-facts-block .fact-blk .h-icon-bg.bulb {
	left: 18px;
}

.idx-facts-block .fact-blk:hover .h-icon-bg {
	width: 75px;
	transition: all 1.3s ease 0s;
}

.idx-facts-block .fact-blk:hover .h-icon-bg.bulb {
	width: 65px;
}

.idx-facts-block .fact-blk .h-icon {
	width: auto;
	clear: both;
	position: absolute;
	left: 25px;
	top: 30px;
}

/* filter: brightness(0) invert(1); */
.idx-facts-block .fact-blk .h-icon img {
	/* opacity: 0.3; */
	width: 50px;
	transition: all 1.3s ease 0s;
}

.idx-facts-block .fact-blk:hover .h-icon img {
	/* opacity: 0.6; */
	filter: brightness(0) invert(1);
}

.idx-facts-block .fact-blk h2 {
	font-size: 40px !important;
	line-height: 50px;
	font-weight: 700;
	color: #00659e;
	margin-bottom: 30px !important;
	text-align: right;
	font-family: 'Rajdhani', sans-serif;
}

.idx-facts-block .fact-blk h4 {
	font-size: 22px !important;
	line-height: 27px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #0b2239;
	font-family: 'Rajdhani', sans-serif;
}

.idx-facts-block .fact-blk p {
	font-size: 15px !important;
	line-height: 24px;
	color: #333;
	font-weight: 500;
}


/* 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-about-sec .about-right {
	padding-top: 0px !important;
	padding-right: 20px !important;
	position: relative;
}

.idx-about-sec .about-right p {
	font-size: 15px !important;
	line-height: 24px;
	color: #232332;
	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%;
}

/* 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;
}

/*  */

/*
.idx-about-sec .main-head {
	color:#FFF !important;
}
*/
.main-head {
	position: relative;
	font-size: 40px !important;
	line-height: 50px !important;
	font-weight: 700;
	margin-bottom: 10px !important;
	color: #01509d;
	font-family: 'Rajdhani', sans-serif;
}

.sub-heading {
	margin: 0;
	color: #00b3de;
	font-size: 16px !important;
	line-height: 26px !important;
	font-weight: 600;
	letter-spacing: .02em;
	font-family: 'Roboto Serif', serif;
	display:block;
}

.idx-btn {
	display: inline-block;
	overflow: hidden;
	background:#01509d;
	color: #FFF !important;
	border-radius: 5px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 600;
	padding: 13px 40px !important;
	border: 2px solid transparent;
	box-shadow: none;
	transition: all .3s ease 0s;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	position: relative;
	margin-top: 20px !important;
}

.idx-btn:hover {
	box-shadow: none;
	color: rgba(0, 101, 158) !important;
}

.idx-btn:after {
	position: absolute;
	content: "";
	z-index: -1;
	display: block;
	left: -20%;
	right: -20%;
	top: -4%;
	height: 150%;
	width: 150%;
	bottom: 0;
	background: #FFF;
	transform: skewX(45deg) scaleX(0);
	transition: all .5s ease 0s;
}

.idx-btn:hover:after {
	transform: skewX(45deg) scale(1);
}

/*  */
.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;
}

.contact-us .map-outer iframe {
	margin-top: 50px !important;
}

.career .career-right {
	float: right;
}

/* My Index Page Css */
/* Home Producs */
.idx-products {
	padding: 80px 0 60px;
	position: relative;
	background:#e4faff;
}
.idx-products .dot1{
	Position:relative;
}
.idx-products .dot1:before{
	animation: wave 2s infinite;
    content: '';
    display: block;
    height: 20%;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #3f3a70, #ff7b6b, #ff8d5e, #ff9657, #ffa54c, #fe9958, #ffb442);
    transition: all linear .3s;
    width: 100%;
}



/*
.idx-products .main-head {
	padding-left: 25px !important;
	color: #fff;
}

.idx-products .sub-heading {
	color: #f6bb3d;
}
*/

.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;
	border: 2px solid #00b3de;
	background:#00b3de;
}

/* Inner Pages Css */



/* Inner Service Sec*/
.services-pg {
	margin: 0 -15px;
}

.services-pg .col-row:nth-child(2n+1) {
	padding-top: 50px;
}

.services-pg .col-row:nth-child(2n) {
	padding-top: 50px;
}

.services-pg .col-row {
	clear: both;
	overflow: hidden;
}

.services-pg .col-row:nth-child(2n+1) .col-img {
	float: right;
}

.services-pg .col-row:nth-child(2n+1) .col-desc {
	float: left;
	padding: 0 40px 0 0;
}

.services-pg .col-row:nth-child(2n) .col-img {
	float: left;
}

.services-pg .col-row:nth-child(2n) .col-desc {
	float: right;
	padding: 0 0 0 40px;
}

.services-pg .col {
	width: 50%;
	padding: 0 15px;
}

.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;
}

/* Infrastructure */
.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: 45px !important;
	line-height: 55px !important;
	font-weight: 700;
	letter-spacing: 0px;
	text-transform: none;
	color: #0e141f;
	margin-bottom: 0px !important;
	font-family: 'Rajdhani', sans-serif;
}

.contact-pg .enq-form p {
	font-size: 14px !important;
	line-height: 24px;
	color: #333;
	text-align: justify;
}

.cont-form {
	padding-left: 0 !important;
}

/*  */
.cont-details-bg {
	padding-right: 0 !important;
	padding-left: 113px !important;
}

.cont-bg-outer {
	position: relative;
}

.cont-bg {
	padding: 20px 40px !important;
	min-height: 505px;
	background: #01509d;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	margin-bottom:50px;
	overflow: hidden;
}

.cont-bg h4 {
	font-size: 35px !important;
	line-height: 45px;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin-bottom: 15px !important;
	font-family: 'Rajdhani', sans-serif;
}

.cont-bg p {
	font-size: 15px !important;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
	text-align: justify;
}

.contact-info {
	width: 100%;
	display: block;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.contact-info .cont-icon {
	width: 26px;
	display: inline-block;
	vertical-align: top;
}

.contact-info .cont-icon img {
	max-width: 100%;
	color: #fff;
}

.contact-info .cont-text {
	width: calc(100% - 35px);
	vertical-align: top;
	display: inline-block;
	padding-left: 10px;
}

.contact-info .cont-text p {
	font-size: 16px !important;
	line-height: 24px;
	color: #FFF;
	font-weight: 400;
	text-align: left;
}

.contact-info .cont-text a {
	font-size: 16px !important;
	line-height: 24px;
	color: #FFF !important;
	font-weight: 400;
}

.cont-bg .social-blk h4 {
	font-size: 25px !important;
	line-height: 35px;
	color: #fff !important;
	font-weight: 700;
	letter-spacing: 1.3px;
	margin-top: 30px !important;
	margin-bottom: 5px !important;
	font-family: 'Rajdhani', sans-serif;
}

.cont-bg .social-blk .social-nav ul {
	list-style: none;
}

.cont-bg .social-blk .social-nav li {
	float: left;
	padding-right: 10px !important;
}

.cont-bg .social-blk .social-nav li a .fa {
	color: #FFF !important;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 14px !important;
	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;
}

/*  */

.contact-pg .map-outer iframe {
	margin-top: 0px !important;
}

.cont-map {
	padding: 0 0 !important;
}

.contact-pg .ftr-map {
	width: 100% !important;
	height: 320px !important;
}

.contact-pg .enq-form {
	background: #fff;
	text-align: left;
	padding: 20px 20px;
	margin: 0px 0 0 0 !important;
	border-radius: 0px;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
	min-height: 660px;
}

/*  */
.downloads-pg .download-col {
	position: relative;
	border: 1px solid #f2f2f2;
	padding: 20px 15px;
	margin: 0 0 20px !important;
	min-height: 250px;
}

.downloads-pg .download-col .down-col-img {
	display: block;
	width: 60px;
	margin: 0 auto 20px !important;
}

.downloads-pg .download-col .down-col-img img {
	max-width: 100%;
}

.downloads-pg .download-col h4 {
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	font-family: 'Rajdhani', sans-serif;
}

.downloads-pg .download-col .down-btn {
	display: block;
	width: 140px;
	font-size: 14px !important;
	font-weight: 500;
	background: #00659e;
	border: 1px solid #00659e;
	padding: 13px 20px !important;
	letter-spacing: 1px;
	color: #FFF !important;
	text-transform: uppercase;
	text-align: center;
	margin: 20px auto 0 !important;
}

.downloads-pg .download-col .down-btn:hover {
	background: #fff !important;
	color: #00659e !important;
}

/*  */

/*********************************************************************************
footer styles
***************/
/*
footer {
	background: url(../design_img/footer-bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
	padding:50px 0 0;
}
*/
footer {
	padding:50px 0 0;
	Position:relative;
	    background-image: linear-gradient(to bottom,rgba(7,180,228,.02) 50%,rgba(1,80,157,.55)  100%),linear-gradient(to bottom,#fff,#fff);
}

footer .footer-bar {
	padding: 0px 0 40px;
	position: relative;
}

.footer-info-left {
	position: relative;
	/* background: #fff; */
	margin-top: 0px;
	padding: 0 0 20px;
	/*border-top:5px solid #ffa01b; */
}

footer .logo {
	display: block;
	margin: 20px 0 10px !important;
	padding: 0 0px 0;
	width: 110px;
}

footer .logo img {
	max-width: 100%;
}

footer .footer-abt {
	padding: 0 0px 10px;
}

footer .footer-abt p {
	font-size: 14px !important;
	line-height: 24px !important;
	color: #003f7c;
	font-weight: 500;
}

footer .social-nav {
	padding: 8px 0px;
}

footer .social-nav ul {
	font-size: 14px;
	font-weight: 300;
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0  0 !important;
}

footer .social-nav li {
	float: left;
	line-height: 30px;
	margin-right: 10px !important;
	font-size:12px;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
	color:#003d77 !important;
}

footer .social-nav li a .fa {
	color: #003d77;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 5px !important;
    text-align: center;
    border: 1px solid #003d77;
    border-radius: 100%;
    background: transparent;
    -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: 10px !important;
}

footer .social-nav li a:hover .fa {
	color: #00b3de;
	border-color: #FFF;
	background: #fff;
}

footer .footer-cont-info {
	padding: 0 0px 0;
}

footer .important-link-sec {
	padding: 30px 0px 0 0px;
}

footer .important-link-sec h3 {
	text-align: left;
	color: #003a73;
	font-size: 25px !important;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 30px !important;
	text-transform: capitalize;
	position: relative;
	font-family: 'Rajdhani', sans-serif;
}

footer .important-link-sec h3 span {
	color: #c72528;
}

footer .nav-menu ul {
	list-style: none;
}

footer .nav-menu ul li {
	color: #FFF !important;
	text-transform: capitalize;
	font-weight: 500;
	font-size: 15px;
	line-height: 28px !important;
}

footer .nav-menu ul li a {
	color: #003f7c !important;
}

footer .nav-menu ul li:hover a {
	color: #00b3de !important;
}

footer .nav-menu ul li:hover:before {
	color: #fbb51d !important;
}

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: 20px !important;
}

footer .site-nav ul li .icon-outer {
	width: 35px;
	height: 35px;
	position: relative;
	display: inline-block;
	vertical-align: top;
}

footer .site-nav ul li .icon-outer img {
	max-width: 100%;
	margin-top:-5px;
}

footer .site-nav ul li .icon-outer i.fa-map-marker {
	padding-left: 12px;
	padding-top: 7px;
}

footer .site-nav ul li .icon-outer i.fa-envelope {
	padding-left: 10px;
	padding-top: 9px;
	font-size: 12px;
}

footer .site-nav ul li .icon-outer i {
	margin-right: 8px;
	color: #f58220 !important;
	font-size: 16px;
	padding-top: 8px;
	padding-left: 10px;
}

footer .add-text {
	display: inline-block;
	width: calc(100% - 50px);
	margin-left: 10px !important;
	font-size: 14px !important;
	line-height: 24px !important;
	color: #003f7c;
}

footer .add-text p{
	font-size: 14px !important;
	line-height: 24px !important;
}

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: #003f7c !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 a:hover {
	color: #00b3de !important;
}

footer .footer-bar-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	position: relative;
	background:#01509d;
}

footer .footer-bar-bottom .right-bg {
	background: #a6ce38 !important;
	padding: 15px 0;
	position: relative;
}

footer .footer-bar-bottom .copy {
	text-align: center !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px !important;
	margin-bottom: 0 !important;
}

footer .footer-bar-bottom .copy .co-name {
	color: #15c6f0 !important;
	font-weight: 600;
}

footer .footer-bar-bottom .com-right {
	padding: 15px 0;
}

footer .footer-bar-bottom .com-right p {
	margin-bottom: 0 !important;
	color: #FFF !important;
	font-size: 14px !important;
	line-height: 24px;
}

footer .footer-bar-bottom .copy img {
	margin-left: 5px !important;
}

footer .footer-abt .logo img {
	max-width: 50%;
}

footer .ftr-map {
	width: 100%;
	height: 340px;
}

footer .footer-map {
	padding-top: 40px;
}

footer .footer-gallery a {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 8px;
    width: calc(33% - 8px);
    margin-right: 4px;
}
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: #4c85c1;
	border: 3px solid #4c85c1;
	z-index: 9999;
	font-size: 16px !important;
	line-height: 44px;
}

/* 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;
}

#goTop:hover,
#goDown:hover {
	background: #ddd;
	border: 3px solid #ddd;
	color: #4c85c1 !important;
}

/*  */