body {
	margin: 0;
	padding: 0;
	background: #fff;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family: "DM Sans", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "DM Sans", sans-serif;
	font-weight: 700;
	font-style: normal;
}
h1 {
	font-size: 2em;
	margin-top: .67em;
	margin-bottom: .67em
}
h2 {
	font-size: 1.5em;
	margin-top: .83em;
	margin-bottom: .83em
}
h3 {
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em
}
h4 {
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em
}
h5 {
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em
}
h6 {
	font-size: .75em;
	margin-top: 2.33em;
	margin-bottom: 2.33em
}
ol, ul {
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	font-style: normal;
	color: #666;
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	list-style-type: none;
	font-family: "DM Sans", sans-serif;
}
p{
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	font-style: normal;
	color: #666;
	margin-top: 0;
	margin-bottom: 10px;
	font-family: "DM Sans", sans-serif;
}
a {
	border: none;
	color: inherit;
	outline: 0!important;
	text-decoration: none!important;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	font-family: "DM Sans", sans-serif;
}
a:focus,
a:hover {
	text-decoration: none !important;
}
input:focus {
	outline: none;
}
img, a {
	border: none;
	outline: none;
	text-decoration: none !important;	
}
.no-padd{
padding: 0px !important;
}
::selection {
	background: #2b2554;
	color: #7baff6;
}
::-moz-selection {
	background: #2b2554;
	color: #7baff6;
}
::-webkit-selection {
	background: #2b2554;
	color: #7baff6;
}
@-ms-viewport {
	width: device-width;
}
/*custome styles */
.wrapper {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
}
/*header secion style*/
.header-sec{
	float: left;
    width: 100%;
    position: relative;
    transition-duration: .3s;	
    z-index: 1;
}
.header-sec.affix{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 999;
    transition-duration: .3s;
    background: #333d51;
}
.header-sec.affix .hdtop-rht{
    display: none;
}
.header-sec.inrpg-hd{
    background: #333d51;
}

.header-sec.affix .navbar-header{
    min-height: 80px;
}
.navbar.navbar-default {
    background: #333d51;
    border-radius: 0px;
    margin-bottom: 0px;
    border: none;
/*	-webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         0px 1px 10px 0px rgba(0, 0, 0, 0.1);  */  
}
.headtopsec{
	float: left;
    width: 100%;
    min-height: 40px;
    display: block;
    color: #d1d1d1;
    background: #252837;
}
.headtopsec ul.hdleft-top{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    padding: 0px;	
}
.headtopsec ul.hdleft-top li{
	display: inline-block;
    float: left;
    width: auto;
    color: #d1d1d1;	
}
.headtopsec ul.hdleft-top li a{
    padding: 10px 10px;
    float: left;
    width: auto;
    color: #d1d1d1;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out    
}
.headtopsec ul.hdleft-top li a:hover{
	color: #ffc001;
}
.headtopsec ul.hdleft-top li a i.fa{
	color: #ffc001;
}
.headtopsec ul.hdrght-top{
    display: block;
    margin-bottom: 0px;
    line-height: normal;
    padding: 0px;
    float: right;	
}
.headtopsec ul.hdrght-top li{
	display: inline-block;
    float: left;
    width: auto;
    color: #d1d1d1;		
}
.headtopsec ul.hdrght-top li .hdtop-lbl{
    padding: 10px 10px;
    margin: 0px;
    float: left;
    width: auto;
    color: #d1d1d1;	
}
.headtopsec ul.hdrght-top li a{
    padding: 10px 10px;
    margin: 0px;
    float: left;
    width: auto;
    color: #d1d1d1;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out 	
}
.headtopsec ul.hdrght-top li a i.fa-facebook{
	color: #316fc3;
}
.headtopsec ul.hdrght-top li a i.fa-instagram{
	color: #b652ec;
}
.headtopsec ul.hdrght-top li a i.fa-twitter{
	color: #00a8ff;
}
.headtopsec ul.hdrght-top li a i.fa-linkedin{
	color: #00e4ac;
}
.headtopsec ul.hdrght-top li a i.fa-youtube-play{
	color: #de1010;
}
.headtopsec ul.hdrght-top li a:hover i.fa{
	color: #fff;
}
.navbar-brand{
	height: auto;
	padding: 10px 15px 10px 30px;
}
.navbar-brand>img {
    max-width: 280px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec{
    float: right;
	margin: 18px 0px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li{
	margin-left: 1px;
    border-bottom: 1px solid transparent;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo{
    float: left;
    width: 100%;
    background: none;
    display: none;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo a{
    float: left;
    width: 100%;	
	padding: 15px 15px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img{
	max-width: 100%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
	color: #cbd0d8;
	text-decoration: none;
    border-radius: 0px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: normal;    
    background: transparent;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out     	
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a.phsec{
    background: #046d3d; 
    color: #fff;  
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.active > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li:active > a{
    color: #ffffff;
    border-bottom: 1px solid #b89b6d;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a.phsec{
    background: #046d3d; 
    color: #fff;     
}
.carousel-indicators .active{
    width: 15px;
    height: 15px; 
    margin: 4px;   
    background-color: #ffffff;
}
.carousel-indicators li{
    width: 15px;
    height: 15px;
    border: none; 
    margin: 4px;
    background-color: #b99665;  
}
.carousel-control.right, .carousel-control.left{
    background: none !important;    
}
.carousel-control, .carousel-control{
    
    color: #bf9767 !important;
    opacity: 1 !important; 
    filter: alpha(opacity=100) !important;       
}
.carousel-control:focus, .carousel-control:hover{
    color: #cbcfd8 !important; 
}
.carousel-control.right, .carousel-control.left{
    font-family: 'FontAwesome' !important;
    content: '\f105' !important;
}

.hdtop-rht{
    float: left;
    width: 100%;
    display: block;
    background: #cbcfd8;
    padding: 0px 30px;    
}
.hdtop-rht .hdtop-in-lft{
    float: left;
}
.hdtop-rht .hdtop-in-rght{
    float: right;
}
.hdtop-rht .hdtop-in-rght .soc i.fa{
    color: #bf9767;
    font-size: 18px;
}
.hdtop-rht .hdtop-in-rght .soc a{
    text-decoration: none;
}
.hdtop-rht .hdtop-in-rght .soc > a:hover i.fa{
    color: #333;
}
.hdtop-rht .hdtop-in-rght .soc{
    float: left;
    padding: 10px 0px 10px 20px;
}

.hdtop-rht .hdtop-in-lft .hd-ph-em{
    font-size: 15px;
    text-align: right;
    display: inline-block;
    margin: 0px 15px 0px 0px;
    padding: 8px 0px;
    color: #2b2f38;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em:hover{
    color: #bf9767;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em i.fa{
    color: #bf9767;
}
.hdtop-rht p span{
    color: #000;
}

.whts-call-sec{
    float: right;   
}
.whts-call-sec > ul{
    float: left;
    font-size: 15px;
    margin: 20px 20px 15px 0px;
    padding: 0px;
}
.whts-call-sec > ul > li{
    display: inline-block;
}
.whts-call-sec > ul > li > a.callbtn{
    background: #cbd0d8;
    padding: 5px 15px;
    margin: auto 5px;
    color: #333d51;
    float: left;
    border-radius: 0px;  
}

.whts-call-sec > ul > li > a.whatsbtn{
    background: #cbd0d8;
    padding: 10px 25px;
    margin: auto 5px;
    color: #333d51;
    float: left;
    border-radius: 30px;
    -webkit-box-shadow: 1px 1px 8px 1px rgba(0,0,0,.3);
    box-shadow: 1px 1px 8px 1px rgba(0,0,0,.3);    
}

.whts-call-sec > ul > li:hover > a.callbtn, .whts-call-sec > ul > li:hover > a.whatsbtn{
   background: #bd9967;
}
.whts-call-sec .free-class{
    float: right;
    padding: 14px 15px;
    background: #e12158;
    background: -moz-linear-gradient(45deg,  #e12158 0%, #b81551 100%);
    background: -webkit-linear-gradient(45deg,  #e12158 0%,#b81551 100%);
    background: linear-gradient(45deg,  #e12158 0%,#b81551 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e12158', endColorstr='#b81551',GradientType=1 );
    margin-right: -15px;
}

.souvenir-lnk{
	display: block;
    position: absolute;
	right: -1px;
    top: 117px;
    padding: 0px 15px 0 5px;
    width: auto;
    height: auto;
    z-index: 1;
    background: #ffc001;
}
.souvenir-lnk:before{
	content: "";
    position: absolute;
    right: 100%;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 0px solid transparent;
    border-top: 38px solid #ffc001;
}
.souvenir-lnk a{
    float: left;
    padding: 9px 0px;
    margin-bottom: 0px;
    text-align: center;
    color: #252837;
}
.main-sec{
	float: left;
	width: 100%;
	position: relative;
}
#carousel-example{
	float: left;
	width: 100%;
	clear: both;
    top: -84px;
    z-index: 0;    
}

.bnr-top-grad{
    position: absolute;
    z-index: 1;
    top: 0px;
    width: 100%;
    min-height: 240px;
    background: url(../images/bnr-top-grad.png) repeat-x top center;    
}

#carousel-example .carousel-inner>.item>a>img, #carousel-example .carousel-inner>.item>img {
    width: 100%;
}
.carousel-indicators{
    bottom: 0px;   
}
.carousel-control{
    width: 5%;
    text-shadow: 0 1px 2px rgba(0,0,0,0);
    background-color: transparent;
    filter: alpha(opacity=0);
    opacity: 0;    
}
.abtsec{
    float: left;
    position: relative;
    width: 100%;
    padding:30px 0px;
    background: url(../images/about-nickelmarkets.png) no-repeat bottom right;
    background-size: 50%;
}
.hm-abt{
    padding: 0px 0px 70px;
}
.about-hm{
	float: left;
    width: 100%;
    display: block;
    padding: 0px 15px 15px;
    background: rgb(255 255 255 / 70%);
    position: relative; 
}
.about-hm a .btnmore {
    float: left;
    padding: 10px 20px;
    background: #bf9767;
    color: #fff;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out 
}
.about-hm a .btnmore:hover{
    background: #333d51;
    color: #bf9767;
}
.hmabt-img{
	float: left;
    padding: 30px;
}
.hmabt-img img{
	float: left;	
}
.hmabt-cont{
	float: left;
	width: 100%;
}
.hmabt-cont .panel ul li{
    list-style: disc;
    font-size: 16px;
    margin-bottom: 15px;    
}
.hmabt-cont .panel.panel-default>.panel-heading{
    color: #fff;
    background-color: #bf9767;
    border-color: #ddd;
    font-size: 18px;
}
.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 150px;
}
.hmabt-cont .panel{
   
    background: rgba(241 241 241 / 0.5);
    border-color: #bf9767;    
}
.hd-title{
	float: left;
    width: 100%;
}
.hd-title .imgsec{
    float: right;
    max-width: 450px;
    padding-left: 20px;
}
.abtsec1-img{
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    max-width: 620px;
}


.abtsec1-img img{
    float: left;
    width: 100%;   
}
.hd-title h2, .hd-title h1{
    font-size: 48px;
    font-weight: 700;
    margin: 25px auto 15px;
    color: #151515;
}
.hd-title h5{
    font-size: 21px;
    font-weight: 400;
    margin: 25px auto 15px;
    color: #151515;
    text-transform: uppercase;
}
.hmabt-cont .hd-title h1{
    position: relative;
    margin: 0px auto 15px;
    color: #151515;
    font-size: 34px;
    line-height: 40px;
    font-weight: 700;
}
.hmabt-cont .hd-title h1:before{
    content: "";
    position: absolute;
    top: 45px;
    height: 3px;
    width: 60px;
    background: #bf9767;
}
.hmabt-cont .hd-title h1 .h1sub{
    color: #333333;
    font-size: 18px;
}
.about-hm .hmabt-cont p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 25px;
    color: #222;
}
.about-hm .hmabt-cont img {
    max-width: 540px;
    width: 100%;
}
.about-hm .hmabt-cont .abt-btn-hm{
	float: left;
	width: auto;
	display: inline-block;
	padding: 8px 20px;
    border-radius: 3px;
    border: 2px solid #6bbe14;
	transition-duration: .3s;
}
.about-hm .hmabt-cont a.abt-btn-hm:hover, .about-hm .hmabt-cont a.abt-btn-hm:focus {
    background: #6bbe14;
    color: #fff;
}	
.white-color{
	color: #fff !important;
}
.nwsevnts-sec{
    display: block;
    position: relative;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
    z-index: 0;
	float: left;
	width: 100%;
	min-height: 300px;
	background: #010504 url(../images/projects-bg.jpg) no-repeat bottom center;
	background-size: cover;
	background-attachment: fixed;
}
#owlnews-events{
	float: left;
    width: 100%;
    display: block;
    padding: 15px 0px;
}
#owlnews-events.owl-carousel.owl-drag .owl-item{
	float: left;	   
}
#owlnews-events.owl-carousel{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;	
    clear: both;	
}
#owlnews-events .item{
	display: inline-block;
	float: left;
    width: 100%;
	padding: 10px 10px;
    border: 1px solid #4dd42e;
    background: rgb(0, 0, 0, 0.6);
	transition-duration: .3s;
}
#owlnews-events .item:hover, #owlnews-events .item:focus {
	background: #000000;
    border: 1px solid #ffc001;
}
#owlnews-events .item img{
  display: inline-block;	
  float: left;
  width: 100%;
  height: auto;
  display: block;  
}
#owlnews-events.owl-carousel .owl-stage-outer {
    width: auto !important;
}
#owlnews-events.owl-carousel .owlnews-cont{
	display: inline-block;
	float: left;
	width: 100%;
	padding: 15px 0px 5px;
}
#owlnews-events.owl-carousel .owlnews-cont .owldate{	
    float: left;
    width: auto;
    margin: 0px 0px 0px 10px;
    padding: 10px 15px;
    border-radius: 20px;
    background: #008ae4;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
#owlnews-events.owl-carousel .owlnews-cont .owltitle{
	float: left;
    width: 100%;
    display: block;
    font-weight: normal;
    margin: 0px 0px 5px;
    font-size: 18px;
    color: #fff;
}
#owlnews-events.owl-carousel .owlnews-cont .owldes{
    float: left;
    width: 100%;
    display: block;
    margin: 0px 0px 0px;
    color: #bfbfbf;
    line-height: normal;
    overflow: hidden;    
}
#owlnews-events.owl-theme .owl-nav {
    margin-top: -56px;
    position: absolute;
    top: 0;
    right: 0;
}
#owlnews-events.owl-theme .owl-nav [class*=owl-] {
    color: #4dd42e;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
	margin: 0px 0px 0 20px;
    padding: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border: none;
    outline: none;
}
.viewmorebtn{
    float: left;
    width: 100%;
    margin: 10px auto 20px;
    display: block;
    text-align: center;
}
.viewmorebtn a{
	color: #fff;
	overflow: auto;
	outline: none;
    padding: 8px 30px;
    border-radius: 25px;
    border: 2px solid #ffc001;
    background: transparent;
    transition-duration: .3s;	
}
.viewmorebtn a:hover, .viewmorebtn a:focus{
    background: #ffc001;
    color: #000;
}
.gallery-sec{
    float: left;
    width: 100%;
    text-align: center;
    padding: 30px 0px 60px;
}
.gallery-sec .hd-title{
	text-align: center;
	margin-bottom: 20px;
}
.gallery-sec .hd-title:before{
	margin: auto;
	right: 0;
}
.gallery-sec .gal-item{
    position: relative;
    float: left;
    width: 100%;
    border: 2px solid #fff;
    opacity: .7;
    filter: alpha(opacity=70);    
    transition-duration: .3s;
}
.gallery-sec .gal-item:hover, .gallery-sec .gal-item:focus{
	opacity: 1;
    filter: alpha(opacity=100);	
}
.gallery-sec .gal-item .albm-item{
	outline: none;
	text-decoration: none;
}
.gallery-sec .gal-item .albm-item .albm-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    transition-duration: .3s;
}
.gallery-sec .gal-item .albm-item .albm-title p{
    padding: 0px 0px;
    margin: auto;
    text-align: center;
    color: #f5f5f5;
    font-size: 14px;
    line-height: normal;
}
.gallery-sec .gal-item img{
	float: none;
    width: 100%;
    text-align: center;
    height: auto;
    margin: auto;
    max-width: 100%;
    overflow: hidden;
}
.gallery-sec .gal-item .gal-text{
    position: absolute;
    bottom: 0;
    float: none;
    width: 100%;
    padding: 10px 10px;
    background: rgba(0,0,0,0.8);   	
}
.gallery-sec .gal-item .gal-text p{
	color: #fff;
	font-size: 14px;
	margin: 0px;
	line-height: normal;
    padding: 0px 10px;	
}
.gallery-sec .viewmorebtn{	
	margin-top: 40px;
}
.gallery-sec .viewmorebtn a{
	color: #000;
}
.tod-serm{
    float: left;
    width: 100%;
    min-height: 520px;
    padding: 20px 70px 60px;
	background: #2a2352;
	background: -moz-linear-gradient(left, #2a2352 0%, #44699b 100%);
	background: -webkit-linear-gradient(left, #2a2352 0%,#44699b 100%);
	background: linear-gradient(to right, #2a2352 0%,#44699b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2a2352', endColorstr='#44699b',GradientType=1 );	
}
.tod-serm .hd-title h2{
	color: #fff;
}
.our-mins{
    float: left;
    width: 100%;
    padding: 20px 70px 60px;
	background: #1e5799;
	background: -moz-linear-gradient(45deg,  #1e5799 0%, #2989d8 50%, #7db9e8 100%);
	background: -webkit-linear-gradient(45deg,  #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	background: linear-gradient(45deg,  #1e5799 0%,#2989d8 50%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 );
}

.our-mins .hmchos-sec{
	display: block;	
}

.our-mins .hd-title {
    margin-bottom: 15px;
}
.our-mins .hd-title h2{
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}
.our-mins .hmchos-sec img{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	border:4px solid #fff; 	
	-webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 1px 11px 0px rgba(0, 0, 0, 0.3);
	box-shadow:         0px 1px 11px 0px rgba(0, 0, 0, 0.3);	
}
.our-mins .hmchos-sec h3{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
    margin: 0px;
    line-height: 48px;
    text-transform: capitalize;
    margin-top: 30px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

#owlministry{
	position: relative;
	float: left;
    width: 100%;
    display: block;
    padding: 15px 0px;	
}
#owlministry.owl-carousel.owl-drag .owl-item{
	float: left;	   
}
#owlministry.owl-carousel{
	float: left;
	width: 100%;
	display: block;
	margin-bottom: 15px;	
    clear: both;	
}
#owlministry .item{
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 10px;
    background: white;
    transition-duration: .3s;
}
#owlministry.owl-carousel .owl-stage-outer{
    width: auto !important;
}
#owlministry .item .owlmins-cont{
    float: left;
    width: 100%;
}
#owlministry .item .owlmins-cont h4.owlmins-title {
    margin: 0;
    padding: 5px 0 15px;
    font-size: 24px;
    line-height: normal;
    font-weight: normal;
    color: #000;
}
#owlministry .item .owlmins-cont img{
    float: left;
    width: 100%;
    padding: 0px 0px;
}
#owlministry .item .owlmins-cont p.owlmins-des{}
#owlministry.owl-theme .owl-nav {
    right: 0;
    position: absolute;
    top: -72px;
}
#owlministry.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 28px;
    font-weight: normal;
    line-height: 1;
	margin: 0px 0px 0 20px;
    padding: 0px;
    background: transparent;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    border: none;
    outline: none;
}
.treat-sec{
    float: left;
    width:100%;
    padding: 25px 0px 25px;
    margin: 0px 0px;
    background: url(../images/hm-alloy-bg.jpg) repeat;
}
.treat-sec .hd-title{
    float: left;
    width: 100%;
    text-align: center;
    display: block;
    position: relative;
    margin: 15px 0px;
}
.treat-sec .hd-title h2{
    color: #333d51;
    font-size: 34px;
    line-height: 26px;
    font-weight: 700;
}
.treat-sec .hd-title:before {
    content: "";
    position: absolute;
    margin: 0px auto;
    text-align: center;
    top: 65px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 60px;
    background: #bf9767;
    display: inline-block;
}
.treat-sec .hd-title p{
    color: #333333;
    font-size: 18px;
}

/*home alloys*/
.alloyitem {
    background: #333d51;
    float: left;
    color: #d1d1d1;
}
.alloyitem h5{
    color: #d1d1d1;
    font-size: 18px;
}
.alloysec h3 {
    font-size: 24px;
    margin: 5px 0px 20px 0px;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    position: absolute;
    top: 0;
    right: 0;
}
.owl-theme .owl-nav.disabled+.owl-dots{
    margin-top: -40px;
}
.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -40px;
    width: 30px;
    height: 60px;
    top: 40%;
    font-size: 70px !important;
    line-height: 60px !important;
    color: #bf9767 !important;
}

.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -40px;
    width: 30px;
    height: 60px;
    top: 40%;
    font-size: 70px !important;
    line-height: 60px !important;
    color: #bf9767 !important;
}


.treat-sec .hm-treatmain{
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px 0px 10px 0px;
    background: #fff;
    margin: 30px 0px;
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3)  ; 
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3)  ; 
    -moz-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.3)  ;     
}
.treat-sec .hm-treatsec{
    float: left;
    width: 23%;
    padding: 4px;
    margin: 10px 1%;
    background: #ccc;
    text-align: left;
    display: block; 
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out     
}
.treat-sec .hm-treatsec:hover{
    padding: 2px;
    background: #bf9767;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 11px 0px rgba(0, 0, 0, 0.3);    
}
.treat-sec .hm-treatsec img{
    text-align: center;
    margin: 0px auto;
    width: 100%;
    float: left;
}
.treat-sec .hm-treatsec h4{
    color: #333d51;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    margin: 10px auto;
    padding: 0px 10px;
    text-align: left;
    display: inline-block;
    text-transform: uppercase;
}
.treat-sec .hm-treatsec .arw{
    display: inline-block;
    float: right;
    padding: 14px 10px;
}
.treat-sec .hm-treatsec p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #666;
    text-align: center;
}
.rdmr-btn{
    float: left;
    width: auto;
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 2px solid #6bbe14;
    transition-duration: .3s;
}
.treat-sec .hm-treatmain .btnmore{
    display: inline-block;
    padding: 10px 20px;
    margin: 15px auto;
    background: #bf9767;
    color: #fff;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;   
}
.treat-sec .hm-treatmain .btnmore:hover{
    background: #333d51;
    color: #bf9767;  
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 11px 0px rgba(0, 0, 0, 0.3);      
}

.rdmr-btn:hover, .rdmr-btn:focus{
    background: #6bbe14;
    color: #fff;    
}

.courses-sec{
    float: left;
    width: 100%;
    padding: 15px 0px 50px;
    background: #fff;
}
.courses-sec .hdproduct{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.courses-sec .hdproduct h3{
    color: #333d51;
    font-size: 34px;
    line-height: 26px;
    font-weight: 700;    
}
.courses-sec .hdproduct h3:before{
    content: "";
    position: absolute;
    margin: 0px auto;
    text-align: center;
    top: 74px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 60px;
    background: #bf9767;
    display: inline-block;    
}
.courses-sec .hdproduct h5{
    color: #333d51;
    font-size: 18px;
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
}

.courses-sec .hdproduct .pro-item{
    float: left;
    width: 31.33%;
    background: #000000;
    position: relative;
    margin: 0px 1%;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;     
}
.courses-sec .hdproduct .pro-item:hover{
    background: #bf9767;
}

.courses-sec .hdproduct .pro-item .proimg{
    float: left;
    width: 100%;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;            
}
.courses-sec .hdproduct .pro-item:hover .proimg{
    padding: 1%;
}
.courses-sec .hdproduct .pro-item .pro-title{
    position: absolute;
    width: 100%;
    bottom: 20px;
    text-align: left;
    padding: 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #bf9767;
}
.courses-sec .hdproduct .pro-item:hover > .pro-title{
    background: #333d51; 
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);       
}
.courses-sec .hdproduct .pro-item .pro-title .fa{
    float: right;
}

.courses-sec .bgcolour{
    background: rgba(0,0,0,0.6);
    padding-top: 15px;
    padding-bottom: 30px;
    float: left;
}
.courses-sec .item-course{
    float: left;
    background: #fff;
    padding: 15px;
    margin: 10px;
    border-radius: 15px;
}
.courses-sec .item-course img{
    float: left;
    width: 100%;
}
.courses-sec .bgcolour h2{
    font-weight: 500;
    color: #fff;
    font-size: 36px;
    padding-left: 25px;
}


.market-sec{
    float: left;
    width: 100%;
    padding: 20px 0px 40px;
    background: url(../images/explore-the-markets-applications.jpg) no-repeat top center;
}
.market-sec .hdproduct{
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
}

.market-sec .hdproduct h3{
    color: #ffffff;
    font-size: 34px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 45px;   
}
.market-sec .hdproduct h3:before{
    content: "";
    position: absolute;
    margin: 0px auto;
    text-align: center;
    top: 85px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 60px;
    background: #bf9767;
    display: inline-block;    
}

.market-sec .hdproduct .owl-carousel{
    float: left;
    width: 100%;
}

.market-sec .hdproduct .market-crsl.owl-carousel{
    float: left;
    width: 100%;
    position: relative;    
}

.alloy-crsl.owl-carousel{
    float: left;
    width: 100%;
    position: relative;
}

.market-crsl.owl-carousel .owl-nav button.owl-next{
    position: absolute;
    right: -40px;
    width: 30px;
    height: 60px;
    top: 40%;  
    font-size: 70px;
    line-height: 60px;
    color: #bf9767;
}
.market-crsl.owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    left: -40px;
    width: 30px;
    height: 60px;
    top: 40%; 
    font-size: 70px;
    line-height: 60px;
    color: #bf9767;     
}
.market-crsl.owl-carousel .owl-nav [class*=owl-]:hover{
    background: none;
}

.market-sec .hdproduct .owl-carousel .owl-dots {
    display: none;
}

.market-sec .hdproduct .owl-carousel .owl-item{
    float: left;
    min-height: 480px;
    padding: 0px 15px 15px 15px;
    background: #fff;
    text-align: left;

}
.market-sec .hdproduct .owl-carousel .owl-item:hover{
    background: #cbcfd8;
}
.market-sec .hdproduct .owl-carousel .owl-item h4{
    font-size: 18px;
    line-height: normal;
    margin: 15px auto;
}
.market-sec .hdproduct .owl-carousel .owl-item p{
    font-size: 14px;
    line-height: 22px;
    margin: 10px auto;
    float: left;
    height: 70px;
    white-space: break-spaces;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.market-sec .hdproduct .owl-carousel .owl-item .btnmore{
    display: inline-block;
    margin: auto;
    text-align: center;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: #bf9767;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);     
}
.market-sec .hdproduct .owl-carousel .owl-item .btnmore:hover{
    color: #cbcfd8;
    background: #333d51;  
}

.market-sec .hdproduct .morebtn, .hdproduct .morebtn{
    padding: 10px 15px;
    color: #333;
    font-weight: 400;
    background: #cbcfd8;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    text-transform: uppercase;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);     
}
.market-sec .hdproduct .morebtn:hover, .hdproduct .morebtn:hover{
    color: #bf9767;
    background: #333d51;
}

.testisec{
    float: left;
    width: 100%;
    background:#edecf1;
    padding: 30px;
    text-align: center;
}
.testisec .testi-hd{
    position: relative;
    color: #333d51;
    font-size: 34px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 15px; 
}
.testisec .testi-hd:before{
    content: "";
    position: absolute;
    margin: 0px auto;
    text-align: center;
    top: 45px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 60px;
    background: #bf9767;
    display: inline-block;       
}
.testisec .testi-hddescri{
    color: #333333;
    font-size: 18px; 
    margin-bottom: 30px;      
}
.testisec .owl-carousel .item{
    background: #fff;
    padding: 30px;
    text-align: center; 
    border-radius: 6px;   
}
.testisec .testimoni-crsl{
    float: left;
    width: 100%;
}
.testisec .testimoni-crsl.owl-theme .owl-nav {
    display: none;
}
.testisec .owl-theme .owl-dots .owl-dot.active span, .testisec .owl-theme .owl-dots .owl-dot:hover span{
    background: #333d51;
}
.testisec .owl-theme .owl-dots .owl-dot span{
    margin: 15px 4px;
    width: 15px;
    height: 15px; 
    background: #bf9767;   
}

.testisec .testimoni-crsl.owl-carousel .item{
    position: relative;
    margin: 15px 0px;
    padding: 20px;
    border-radius: 0px;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);      
}
.testisec .testimoni-crsl.owl-carousel .item:before{
    content: "\201D";
    font-size: 60px;
    position: absolute;
    margin: 0px auto;
    text-align: right;
    top: 0;
    right: 15px;
    color: #bf9767;
}
.testisec .testimoni-crsl.owl-carousel .item .tp-testi{
    float: left;
    width: 100%;
}

.testisec .testimoni-crsl.owl-carousel .item .tp-testi img{
    float: left;
    max-width: 75px;
    margin: auto;
    padding: 2px;
    border-radius: 50%;
    background: #e4e4e4;
    overflow: hidden;
}
.testisec .testimoni-crsl.owl-carousel .item .tp-testi h4{
    color: #000000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    margin: 8px auto 0px;
    text-align: left;
    padding-left: 85px;
}
.testisec .testimoni-crsl.owl-carousel .item .tp-testi p.testi-desig{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    color: #666;
    padding-left: 85px;    
}
.testisec .testimoni-crsl.owl-carousel .item p.testi-para{
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-style: normal;
    margin-top: 10px;
    padding-top: 65px;
}

.enquiry-sec{
    position: relative;
    float: left;
    width: 100%;
    padding: 30px 0px 180px 0px;
    min-height: 400px;
    background: #69758f url(../images/enquiry-bg.jpg) no-repeat bottom center;
}

.enquiry-sec .testi-hd{
    position: relative;
    color: #ffffff;
    font-size: 34px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 40px;
    text-align: center; 
}
.enquiry-sec .testi-hd:before{
    content: "";
    position: absolute;
    margin: 0px auto;
    text-align: center;
    top: 45px;
    left: 0px;
    right: 0px;
    height: 3px;
    width: 60px;
    background: #bf9767;
    display: inline-block;       
}

.enquiry-sec button {
  overflow: visible;
}

.enquiry-sec button, .enquiry-sec select {
  text-transform: none;
  padding: 15px 30px;
    border: none;
}
.enquiry-sec .sub-btn{
    background: #bf9767;
    color: #fff;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);    
}
.enquiry-sec .sub-btn:hover{
    background: #333d51;
}
.enquiry-sec .cancel-btn{
    background: #cbcfd8;
    color: #333;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;    
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.3);    
}
.enquiry-sec .cancel-btn:hover {
    background: #9a9fa9;
}

.enquiry-sec button, .enquiry-sec input, .enquiry-sec select, .enquiry-sec textarea {
  color: #122293;
  font: inherit;
  margin: 0;
}

.enquiry-sec input {
  line-height: normal;
}

.enquiry-sec textarea {
  overflow: auto;
}

.enquiry-sec form {
  padding: 15px 0px;
}


.enquiry-sec .email, .enquiry-sec .subject{
    float: right;
    width: 45%;
}

.enquiry-sec input[type='text'], .enquiry-sec [type='email'], .enquiry-sec select, .enquiry-sec textarea {
border: none;
    background: #fff;
    color: #333;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.enquiry-sec input[type='text']:focus, .enquiry-sec [type='email']:focus, .enquiry-sec textarea:focus {
    outline: none;
    padding: 15px;
}

.enquiry-sec .message {
    float: none;
}

.enquiry-sec .name, .enquiry-sec .phone{
    float: left;
    width: 45%;
}

.enquiry-sec .subject {
  width: 45%;
}

.enquiry-sec textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
    margin-top:15px;
}

::-webkit-input-placeholder {
    color: #122293;
}

.enquiry-sec #form_button {
    border: solid 1px #bf9767;
    color: #ffffff;
    background: #bf9767;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    outline: none;
    padding: 15px 25px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.enquiry-sec .submit {
    text-align: center;
}

.enquiry-sec #form_button:hover {
    background: #fff;
    color: #bf9767;
}


.ft-sec{
	float: left;
	width: 100%;
    background: #333d51;
    border-top: 2px solid #262d3c;
}
.ft-sec .ft-topmapSec{
    float: left;
    width: 100%;
    background-color: #a5d851;  
    margin: auto;
    text-align: center;    
}
.ft-sec .ft-topmapSec .mapifram{
    float: none;
    width: 100%;
    margin: auto;
    padding: 30px 30px;
    text-align: center;
}
.ft-sec .ft-topmapSec .mapifram iframe{
    width: 100%;
}
.ft-sec .ft-topsec{
	float: left;
	width: 100%;
    padding: 30px 0px 20px;
}
.ft-sec .ft-topsec .ft-wheresec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    color: #dceaf9;
    margin-bottom: 15px;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li a{
	color: #dceaf9;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li a:hover, .ft-sec .ft-topsec .ft-wheresec ul.wheresec li a:focus{
	color: #ffc001;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li i.fa{
	color: #ffc001;
}
.ft-sec .ft-topsec .ft-wheresec ul.wheresec li span.title-ft{
	color: #fff;
}
.ft-sec .ft-topsec h3.ft-hd{
    position: relative;
    float: left;
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    color: #bf9767;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.ft-sec .ft-topsec h3.ft-hd:before{
    content: "";
    position: absolute;
    top: 38px;
    display: block;
    height: 3px;
    width: 40px;
    background: #bf9767;
}

.ft-sec .ft-topsec .ft-infosec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-infosec img.ftlogo{
    max-width: 263px;
    margin: 25px 0px 15px;
}
.ft-sec .ft-topsec .ft-infosec p{
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
    color: #fff;    
}
.ft-sec .ft-topsec .ft-infosec .ft-rdmr{
    text-transform: uppercase;
    color: #6bbe13;
}
.ft-sec .ft-topsec .ft-infosec .ft-rdmr:hover, .ft-sec .ft-topsec .ft-infosec .ft-rdmr:focus{
    color: #000;
}
.ft-sec .ft-topsec .ft-infosec .ft-spcl{
    margin: 5px 0px 10px;
    float: left;
    width: 100%;
    color: #000;
    text-transform: uppercase;
}
.ft-sec .ft-topsec .ft-infosec .ft-info{
    padding: 10px 0px;
    margin: 0;    
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li{
    float: left;
    width: 100%;
    padding: 10px 0px;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >a{
    float: left;
    font-size: 14px;
    padding: 5px 0px;  
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >.fthdtxt{
    color: #bf9767;
    font-weight: 700;
    font-size: 16px;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >.fthdtxt .fa{
    width: 20px;
    line-height: 28px;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >.fthdtxt .ftsoc{
    color: #dedede;
    font-size: 14px;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >.fthdtxt .ftsoc:hover{
    color: #bf9767;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >a .fttxt{
    color: #dedede;
}
.ft-sec .ft-topsec .ft-infosec .ft-info >li >a >i.fa{
    padding-right: 5px;
    color: #aa0f4d;
}

.ft-sec .ft-topsec .ft-infosec ul.ft-links{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li{
    float: left;
    width: 100%;    
    margin-bottom: 0px;	
    text-transform: uppercase;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li a{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition-duration: .3s;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li a i.fa{
    padding-right: 5px;
    color: #aa0f4d;    
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li:hover a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li:focus a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li.active a{
    color: #bf9767;
    padding-left: 2px;
}

.ft-sec .ft-topsec .ft-infosec ul.ft-links li>ul{
    margin: 0px;
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li>ul>li>a{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    transition-duration: .3s;    
}
.ft-sec .ft-topsec .ft-infosec ul.ft-links li > ul li:hover a, .ft-sec .ft-topsec .ft-infosec ul.ft-links li > ul li:focus a{
    color: #fff;
}

.ft-sec .ft-topsec .ft-mapsec{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-mapsec .mapifram{
	float: left;
	width: 100%;	
}
.ft-sec .ft-topsec .ft-mapsec .mapifram iframe{
	float: left;
	width: 100%;
	min-height: 250px;	
}
.ft-sec .ft-btmsec{
	float: left;
	width: 100%;
    padding: 20px 0px;		
}
.ft-sec .ft-btmsec .ftbtmline{
    float: left;
    width: 100%;
    border-top: 1px solid #262d3c;
    margin-bottom: 15px;
}
.ft-sec .ft-btmsec .ftbtmline p{
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    margin-top: 25px;    
}
.ft-sec .ft-btmsec .ftbtmline p a{
	color: #c6c6c6;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght{
	float: right;
}
/*about us section*/
.inn-sec{
    float: left;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
}
.inn-sec .inn-bnr{
    float: left;
    width: 100%;
    padding: 10px 0px 20px;
    background: #4c5961;	
}
.inn-sec .inn-bnr h1 {
    margin: 15px auto 25px;
}
.inn-sec .inn-bnr ul.breadcrumb{
    clear: both;
    float: left;
    width: auto;
    background: transparent;
    padding: 0px 0px;
    margin: -5px 0 0 0;   
}
.inn-sec .inn-bnr ul.breadcrumb li{
	color: #ccc;
}
.inn-sec .inn-bnr ul.breadcrumb li a{
	color: #fff;
}
.inn-sec .breadcrumb>li+li:before {
    color: #2e3238;
}
.inn-sec #abt-tab{
	float: left;
	width: 100%;
}
.inn-sec #abt-tab ul.nav.nav-pills {    
    margin-top: 30px;
    position: relative;
}
.inn-sec #abt-tab ul.nav.nav-pills:before{
	content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #4c5961;
    margin-top: 24px;
}
.inn-sec #abt-tab .nav-pills>li >a{
    border-radius: 0px;
    color: #000;
    background: #fff;
}
.inn-sec #abt-tab .nav-pills>li.active>a, .inn-sec #abt-tab .nav-pills>li.active>a:focus, .inn-sec #abt-tab .nav-pills>li.active>a:hover{
	color: #fff;
    background-color: #252837;
}
.inn-sec #abt-tab .nav-pills>li {
    float: left;
    border: 1px solid #252837;
    margin-left: 0px !important;
}
.inn-sec #abt-tab .tab-content h2{
	font-size: 28px;
    line-height: 38px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content h3{
	font-size: 26px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content h4{
	font-size: 24px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: uppercase;	
}
.inn-sec #abt-tab .tab-content .bx-wrp{
	float: left;
	width: 100%;
	background: #fff;
	padding: 15px;
	border: 2px solid #04adee;
	min-height: 460px;
	margin: 20px auto;	
}
.inn-sec #abt-tab .tab-content .bx-wrp p{
    min-height: 55px;	
}
.inn-sec #abt-tab .tab-content .bx-wrp h4{
	margin-top: 0px;
}
.inn-sec #abt-tab .tab-content img{
	float: left;
	width: 100%;
	margin-bottom: 15px;
}
.inn-sec #abt-tab .tab-content .floatimg{
    float: left;
    width: 100%;
    height: auto;
    max-width: 500px;
    padding-right: 15px;
    padding-bottom: 15px;
}
.inn-sec #abt-tab .tab-content ul{
    padding: 0px;
    margin: 0px;
}
.inn-sec #abt-tab .tab-content p, .inn-sec #abt-tab .tab-content a{
	font-size: 15px;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: left;		
}
.inn-sec #abt-tab .tab-content ul li, .inn-sec #abt-tab .tab-content ol li{
    font-size: 15px;
    line-height: 26px;
    font-weight: normal;
    list-style: disc;
    text-align: left;
    padding: 0px 0px;	
}
.inn-sec #abt-tab .tab-content ul.serv-sub{
	float: left;
	width: 100%;
    padding: 15px 0px;
}
.inn-sec #abt-tab .tab-content ul.serv-sub li{
	float: left;
    width: 100%;
    padding: 10px 15px;
    list-style: none;
    border: 2px solid #4dd42e;
    margin: 0;
    margin-bottom: 5px;
    transition-duration: .3s;
}
.inn-sec #abt-tab .tab-content ul.serv-sub li:hover{
	border: 2px solid #ececec;
	padding-left: 20px;
}
.inn-sec #abt-tab .tab-content .build-img{
    margin-top: 15px;	
}
.inn-sec #abt-tab .tab-content .whyul{
	padding: 0px;
	clear: both;
}
.inn-sec #abt-tab .tab-content .whyul li{
    padding: 10px 10px;
    margin-bottom: 5px;
    list-style: none;
    border: 2px solid #ececec;
}

.inn-sec #abt-tab .tab-content .pric-sec{
	float: left;
	width: 100%;
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item{
	float: left;
	width: 100%;	
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item .pric-item-cont{
	float: left;
	min-height: 320px;
}
.inn-sec #abt-tab .tab-content .pric-sec .pricsec-itm{
	float: left;
	width: 100%;
	border:2px solid #ececec;
	padding: 15px; 
	margin-top: 10px;
	margin-bottom: 20px;	
}

.inn-sec #abt-tab .tab-content .pric-sec .pric-item h5{
    font-size: 24px;
    line-height: normal;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: normal;	
}
.inn-sec #abt-tab .tab-content .pric-sec p{
	margin-top: 5px;
}
.inn-sec #abt-tab .tab-content .pric-sec p.nbtxt{
	font-size: 18px;
	color: #0caace;
}

.inn-sec #abt-tab .tab-content .tab-pane{
	padding-bottom: 20px;
    padding-top: 5px;
    float: left;
    width: 100%;	
}
.inn-sec .add-info{
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.inn-sec .add-info i.fa{
    color: #ffc001;
}
.inn-sec .add-info .phno{
	text-decoration: none;
	outline: none;
	padding: 5px 5px;
}
.inn-sec .add-info .phno::first-child{
	padding-left: 0px;
}
.inn-sec .add-info h3{
	font-size: 21px;
    font-weight: normal;
    line-height: normal;
    margin-bottom: 5px;
    margin-top: 5px;
}

.inn-sec .frame-map{
	float: left;
	width: 100%;
}

.inn-sec #feedback-form{
	float: left;
	width: 100%;
}
.inn-sec #feedback-form .form-control{
	float: left;
	width: 100%;
	border-radius: 0;	
}
.inn-sec #feedback-form .subbutton{
	float: left;
    margin-top: 15px;
    min-height: 107px;	
    width: 100%;
    background: #ffc001;
    border: none;
    transition-duration: .3s;
}
.inn-sec #feedback-form .subbutton:hover{
    background: #252837;
    color: #fff;
}
.inn-sec #feedback-form textarea.form-control{
	resize: none;
}
.inn-sec .cont-sec{
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
}
.gal_sec {
    width: 100%;
    float: left;
    margin: 0;
    padding: 20px 0px;
    background: #FFF;
}
.gal_sec .form-group{
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.gal_sec .form-group .form-control{
    border-radius: 0px;
    outline: none;
    margin-bottom: 10px;
}
.gal_sec .holder {
    float: left;
    width: 100%;
    text-align: center;
    padding: 9px;
    margin: 0px auto 15px;
}
.gal_sec #itemContainer{
	float: left;
	width: 100%;
	padding: 0px;
}
.gal_sec #itemContainer li{
	position: relative;
    float: left;
    width: 25%;
    height: auto;
    max-height: 170px;
    min-height: 170px;
    overflow: hidden;
    border: 2px solid #fff;
}
.gal_sec #itemContainer li a.albm-item{
	outline: none;
	text-decoration: none;
}
.gal_sec #itemContainer li img{
	float: left;
	width: 100%;
	opacity: 0.7;
	filter: opacity(70);
	transition-duration: .3s;	
}
.gal_sec #itemContainer li:hover img{
	opacity: 1;
	filter: opacity(100);
}
.gal_sec #itemContainer li .albm-title{
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.6);
    transition-duration: .3s;
}
.gal_sec #itemContainer li:hover .albm-title{
	background: rgba(0, 0, 0, 1);
}
.gal_sec #itemContainer li .albm-title p{
    padding: 0px 0px;
    margin: auto;
    text-align: center;
    color: #f5f5f5;
    font-size: 14px;
    line-height: normal;
}
.fancybox img {
	display: block;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.inn-sec .cont-sec #itemContainer {
    margin-top: 15px;
    float: left;
    width: 100%;
}
.newswrap{
    float: left;
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #fff;
    transition-duration: .3s;
    background: #f3f3f3;   
}  
.newswrap:hover{    
    background: #fff;
    border: 2px solid #ccc;
}
.newsitem{
    float: left;
    width: 60%;
    padding-left: 15px;
    height: auto;
    max-height: 133px;
    overflow: hidden;
}
.newsitem p.newsdate{
    font-size: 14px;
    font-weight: 400;
    font-style: italic;	
    margin-bottom: 0;
}
.newsitem h4{
    margin: 5px auto;
    font-size: 18px;
    font-weight: 600;
}
.newsitem p{
	font-size: 14px;	
}
.imgnews{
	float: left;
	width: 40%;	
}
.imgnews img{
	float: left;
	width: 100%;
    height: auto;
    max-height: auto;
    overflow: hidden;	
}
.newsdetail {
    float: left;
    width: 100%;
}
.newsdetail h4{
    font-size: 21px;
    font-weight: 400;
    margin: 5px auto;
    padding-bottom: 15px;
    border-bottom: 1px solid #4c5961;	
}
.newsdetail p.nedate{
	font-size: 14px;
	font-style: italic;
}
.newsdetail img{
	float: left;
	width: 100%;
	max-width: 350px;
	height: auto;
	max-height: 200px;
	padding-right: 15px;
	padding-bottom: 5px;
}

.about-hm .hmabt-cont img.cont-img{
    width: 100%;
    max-width: 100%;
}

.ft-sec .ft-topmapSec .mapifram .hd-title{
    float: left;
    width: 100%;
}
.ft-sec .ft-topmapSec .mapifram .hd-title h2{
    margin: 15px auto 25px;
    color: #fff;   
}
.hmabt-cont .hd-title h1.spcl-hd{
    color: #c09867;
    font-size: 32px;
    margin-bottom: 15px;
    font-weight: 400;
}
.hmabt-cont h3{
    color: #333d51;
    font-size: 26px;   
    margin: 15px auto; 
    font-weight: 400;       
}
.hmabt-cont h4{
    color: #333;
    font-weight: 500;
    font-size: 21px;
    line-height: normal;
    border-bottom: 1px solid #c09867;
    margin: 5px 0px 15px;
    padding-bottom: 15px;  
}
.hmabt-cont h4.panel-title{
    margin: 0;
    padding-bottom: 0px;
    color: #ffffff;    
}
.hmabt-cont h4.panel-title a{
    display: block;
}
.hmabt-cont ol {
    list-style: decimal;
}
.hmabt-cont ul {
    list-style: disc;
}
.hmabt-cont ul.cont-info li{
    list-style: none;
}
.hmabt-cont ul.chemicaltble{
    list-style: none;
    padding: 0px;
    margin: 0px;    
}
.hmabt-cont h5{
    font-size: 16px;
}
.hmabt-cont ul.chemicaltble li {
    float: left;
    width: 20%;
    margin: 1%;
    padding: 10px;
    background: #aeb8cc;
    text-align: center;
    transition: .3s;
}
.hmabt-cont ul.chemicaltble li:hover{
    background: #e1e6ee;    
}
.hmabt-cont ul.chemicaltble li h5{
    font-size: 16px;
    padding: 5px 0px 5px;
    margin: 0px; 
}
.hmabt-cont ul.chemicaltble li h4{
    font-size: 24px;
    padding: 0px 0px 0px;
    margin: 0px;
    border: none;  
}
.hmabt-cont ul.chemicaltble li p{
    font-size: 14px;
    padding: 5px 0px 0px 0px;
    margin: 0px;   
}
.hmabt-cont .tab-content h4{
    color: #333;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;
    margin: 15px 0px;
    padding-bottom: 0px;
    border-bottom: none;    
}
.hmabt-cont .tab-content h3{
    color: #333;
    font-weight: 500;
    font-size: 24px;
    line-height: normal;    
}
.hmabt-cont .nav-tabs>li{
    width: 50%;
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 28px;
    text-align: center;
    color: #333d51;
    border: 1px solid #333d51;
}
.hmabt-cont .tab-content {
    padding: 15px 0px 15px;
}
.hmabt-cont .tab-content p{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
}
.hmabt-cont .tab-content ol{
list-style-type: decimal;    
}

.hmabt-cont .nav-tabs>li.active>a, .hmabt-cont .nav-tabs>li.active>a:focus, .hmabt-cont .nav-tabs>li.active>a:hover{
    color: #bf9767;
    cursor: default;
    background-color: #333d51;
    border-bottom: 0px solid #bf9767;
    border-radius: 0px;
}
.hmabt-cont h5{
    text-transform: capitalize;
}
.hmabt-cont .nav-tabs {
    border-bottom: 3px solid #bf9767;
}
.abt-img img{
    float: left;
    width: 100%;
}
.trtsec{
    float: left;
    width: 100%;
    border-top: 2px solid #a5d851;
    margin: 25px 0px 0px;    
}
.greenhd{
    color: #056c3f; 
    font-size: 17px;   
}

.hmabt-cont .table>tbody>tr>td, .hmabt-cont .table>tbody>tr>th, .hmabt-cont .table>tfoot>tr>td, .hmabt-cont .table>tfoot>tr>th, .hmabt-cont .table>thead>tr>td, .hmabt-cont .table>thead>tr>th{
    font-size: 14px;
}

.hmabt-cont .table-responsive{
    margin: 15px auto 0px;
}

.cont-info{
    padding: 15px 0px;
    list-style: none;  
}
.cont-info h5{
    font-size: 16px;
    line-height: normal;
    font-weight: 500;
    margin: 5px 0px;
    color: #bf9767;     
}
.cont-info p{
    font-size: 15px;
}

.hmabt-cont .contfrm{
    margin-top: 25px;
    margin-bottom: 20px;
}

.hmabt-cont .form-control{
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
    border-radius: 0px;
    resize: none;
    padding: 0px 0px;   
}
.hmabt-cont .btnContact{
      padding: 10px;
    float: right;
    background: #aa0f4d;
    color: #fff;
    border: 0px;
}

.alloysec{
    float: left;
    width: 100%;
    display: block;
}
.alloysec ul{
    margin: 0;
    padding: 0;
}
.alloysec ul li{
    margin: 0;
    padding: 0;
    position: relative;
    float: left;
    width: 33.33%;  
    list-style: none;  
}
.alloysec ul li a{
    text-decoration: none;
}
.alloysec ul li .alloyitem{
    background: #333d51;
    margin: 2px;
    transition: .3s;
    padding: 5px;
}
.alloysec ul li:hover .alloyitem{
    background: #bf9767;
}
.alloysec ul li .alloyitem h5{
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #bf9767;
    padding: 10px 0px 8px;
    margin: 0px;
    transition: .3s;
}
.alloysec ul li:hover .alloyitem h5{
    color: #333d51;
}
.alloysec ul li .alloyitem .alloyimg{
    max-width: 100%;
    width: 100%; 
    opacity: 0.5; 
    transition: .3s;
}
.alloysec ul li:hover .alloyitem .alloyimg{
    opacity: 0.8;
}


@media (min-width: 1465px) {

.abtsec1-img{
    margin-top: 0px;
}

}

@media (min-width: 1113px) and (max-width: 1283px){

   .abtsec1-img{
    margin-top: 0px;
   }

}
/*Extra large devices (1201px and up)*/
@media (min-width: 1201px) {

.container {
    width: 90%;
}

}

@media (min-width: 992px) and (max-width: 1113px){

.abtsec1-img{
    margin-top: 0px;
} 

}


@media (min-width: 1007px) and (max-width: 1100px){

   .abtsec1-img{
    margin-top: 0px;
   }

}
@media (min-width: 1101px) and (max-width: 1113px){

   .abtsec1-img{
    margin-top: 0px;
   }

}

/*Extra large devices (992 - 1200px)*/
@media (min-width: 992px) and (max-width: 1200px) {

.container {
    width: 95%;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
    padding: 10px 5px;
    font-size: 13px; 
}
.bnr-top-grad{
    top: 14px;
}
.hdtop-rht h4{
    padding: 25px 25px 20px 0px;
    font-size: 16px;   
}
.hd-title .imgsec{
    display: none;
}
.navbar-brand>img {
    max-width: 220px;
}
.whts-call-sec > ul > li > a.callbtn{
    /*padding: 10px 15px;*/
}
.whts-call-sec > ul > li > a.whatsbtn{
    padding: 10px 15px;
}
.whts-call-sec .free-class{
    padding: 15px 10px;
}
.whts-call-sec .free-class > img{
    max-width: 75px;
}
.whts-call-sec{
    margin-right: 15px;
}
.whts-call-sec > ul{
    margin: 17px 5px 0px 5px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec{
   margin: 15px 0px; 
}
.abtsec1-img::before{
    display: block;
}
.market-sec .hdproduct .owl-carousel .owl-item{
    min-height: 420px;
}

}

@media (min-width: 992px){
    .hdtop-rht{
        width: 100%;
    }
.header-sec.affix .navbar-header {
    min-height: 60px;
}

}
/*Large devices (768 - 991 pixels)*/
@media (min-width: 768px) and (max-width: 991px) {

.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 2px;
}     

.container {
    /*width: 98%;*/
}

.abtsec1-img::before{
    display: none;
}

.navbar-brand>img {
    max-width: 220px;
}
.hdtop-rht h4 {
    float: right;
    padding: 25px 0px 0px;
    font-size: 16px;
}
.hdtop-rht{
    width: 100%;
    padding: 0px 10px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec {

}
#carousel-example{
    top: -65px;
}
.whts-call-sec{
    top: 116px;
}
.whts-call-sec .free-class{
  padding: 12px 15px; 
}
.whts-call-sec .free-class > img{
    max-width: 75px;
}
.whts-call-sec > ul > li > a.callbtn{
    margin: auto 0px;
    padding: 5px 10px;
    font-size: 12px;
}
.whts-call-sec > ul > li > a.callbtn >span.getqtxt {
    display: none;
}
.whts-call-sec > ul{
    margin: 14px 10px 0px 10px;
}

.navbar-header{
   /* width: 100%;*/
}
.header-sec.affix .navbar-header{
    min-height: 60px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: 0;
    max-width: 335px;
}
.navbar-brand>img {
     max-width: 170px;
    text-align: center;
    margin:5px auto;
}
.navbar-default .navbar-brand{
    margin: auto;
    text-align: center;
    width: 100%;
    padding: 10px 15px 10px 5px;
}
.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{
/*    border-bottom: 1px solid #272e3f; 
    background: #121720; */
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li.lstphsec{
    float: right;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a {
    
    font-size: 12px;
    padding: 5px 8px;
}
.souvenir-lnk{
	top: 107px;
}
#owlnews-events .item img{
	width: 100%;
	display: block;
    margin-bottom: 20px;	
}
#owlnews-events.owl-carousel .owlnews-cont{
	width: 100%;
	display: block;
}
.our-mins, .tod-serm{
	min-height: 300px;
    padding: 20px 15px 40px;	
}

.ft-sec .ft-btmsec .ftbtmline{
	padding-top: 20px;
}
.ft-sec .ft-btmsec .ftbtmline p{
	text-align: center;
	margin: 0;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght {
    width: 100%;
}

.gal_sec #itemContainer li{
	width: 33.33%;
}
.hd-title .imgsec{
    display: none;
}
.treat-sec .hm-treatsec{
    padding: 2px;
    width: 48%;    
}

.hmabt-cont ul.chemicaltble h5 {
    line-height: 31px;
}
.hmabt-cont ul.chemicaltble li{
    width: 23%;
    text-align: center;   
}
.hmabt-cont ul.chemicaltble li h5{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li h4{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li p{
   text-align: center; 
}
.hmabt-cont .hd-title h5{
    font-size: 18px;
    line-height: 26px;    
}

}

/*common large device section*/
@media (min-width: 768px) {

#carousel-example .carousel-indicators {
    bottom: 35px;
}
.our-mins .hmchos-sec h3{
	font-size: 36px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu{
    margin: 0px;
    padding: 5px 10px;
    min-width: 240px;    
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li{
    border-bottom: 1px dotted #bf9767;
    font-size: 14px;
    font-weight: 400;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:last-child{
    border-bottom: none;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li >ul{
    padding: 0px 10px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li >ul >h4{
    margin: 10px 0px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li >ul >li{
    float: left;
    width: 100%;    
}


#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li>a{
    padding: 10px 10px;
    text-transform: capitalize; 
    background: transparent;   
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:hover a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li:focus a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu >li.active a{
    color: #c0985b;
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 24px;
}
   
}

/*Medium devices (tablets, 768px and up)*/
@media (max-width: 767px) {

#carousel-example{
    top: 0px;
}    

.courses-sec .bgcolour h2{
    font-size: 28px;
    font-weight: bold;
}   
.testisec .testi-hd{
    font-size: 24px;
} 
.ft-sec .ft-topsec h3.ft-hd{
    font-size: 18px;
}

.hmabt-cont .hd-title h1.spcl-hd{
    font-size: 24px;
    margin-bottom: 15px;
} 
.hmabt-cont .panel ul li {
    font-size: 16px;
    margin-bottom: 15px;
} 
.hmabt-cont .panel.panel-default>.panel-heading{
    font-size: 16px;
}  

.hmabt-cont .panel.panel-default>.panel-body{
    min-height: 2px;
}    

.abtsec1-img::before{
    display: none;
}    

.header-sec.affix .hdtop-rht{
    display: none;
}
.header-sec.affix .navbar-header {
    min-height: 50px;
}
.navbar.navbar-default {
	border: none;
}
.headtopsec ul.hdleft-top li a{
    padding: 10px 5px;
    width: 30px;
    height: 41px;
    text-align: center;
}
.headtopsec ul.hdleft-top li a .hdtxt-sec, .headtopsec ul.hdrght-top li .hdtop-lbl{
	display: none;
}
.headtopsec ul.hdrght-top li a {
    float: right;
    width: 35px;
    height: 41px;
    font-size: 16px;
    line-height: 22px;
}

.navbar-header .navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 17px;
    background-color: transparent !important;    
}
.navbar-header {
    border-bottom: 1px solid #39445a;
    background: #333d51;
}

.hdtop-rht .hdtop-in-lft .hd-ph-em{
    margin: 0px 10px 0px 0px;
    padding: 5px 0px;
}
.navbar-brand{
    padding: 10px 15px 10px 15px;
}
.hdtop-rht .hdtop-in-lft .hd-ph-em{
    font-size: 14px;
    margin: 5px 5px;
}

.whts-call-sec{
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 999;
    background: #cbd0d8;
}

.whts-call-sec .free-class{
    width: 100%;
    text-align: center;
    margin: auto;
    display: none;
}
.whts-call-sec .free-class > img {
    text-align: center;
    margin: auto;
}
.whts-call-sec > ul{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 14px;
    line-height: normal;
    margin: 0px 0px 0px 0px;   
}
.whts-call-sec > ul > li > a.whatsbtn{
    padding: 10px 20px;
    margin: 0;
}
.whts-call-sec > ul > li > a.callbtn{
    padding: 10px 20px;
    margin: 0;
}

.hmabt-cont ul.chemicaltble li{
    width: 48%;
}

/*navigation menu media*/

  #slide-navbar-collapse {
    position: fixed;
    top: -1px;
    left: 0px;
    z-index: 99;
    width: 80%;
    max-width: 325px;
    height: 100%;
    background-color: #1f283a;
    border-right: 1px solid #151b27;
    overflow: auto;
  }
  .menu-overlay {
    display: none;
    background-color: #171717;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 0;
  }

.hdtop-rht h4{
    padding: 25px 0px 0px;
    line-height: 26px;
    font-size: 16px;
    text-transform: capitalize;
    color: #ffbc00;
    width: 100%;
    text-align: center;    
}
.menu-overlay{
    opacity: 0;
    filter: alpha(opacity=0);    
}
.hdtop-rht p{
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: capitalize;    
}
.hdtop-rht p span {
    color: #fff;
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo{
	display: block;
}

#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
	border-radius: 0px;
	background: none;
    float: left;
    width: 100%;
    padding: 10px 20px; 
    color: #999;  
    border-bottom: 1px dotted #070c15;   	
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li:hover > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.active > a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li:active > a{
	background: transparent;
    color: #b89b6d;
    border-bottom: 1px dotted #b89b6d;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec {
    margin-top: 0px;
    width: 100%;
    margin-bottom: 10px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a{
	background: none !important;
    padding: 10px 0px 15px;    
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img {
    padding: 10px 5px 10px 0px;
    margin-top: 20px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.mob-logo >a >img {
    padding: 0px 5px 10px;
    margin: 0px auto;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li>a{
    padding: 10px 10px;       
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open>ul.dropdown-menu{
    text-align: center;
    display: block !important;
    background: #0d1525;
    border-radius: 0px;
    float: left;
    width: 100%;
    font-size: 13px;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li{
    text-align: center;
    letter-spacing: 1.2px;
    text-transform: capitalize;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li>a{
    color: #999999;
    padding: 10px 10px;
    border-bottom: none;
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li:hover >a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li:focus >a, #slide-navbar-collapse ul.navbar-nav.navmenusec>li.open> ul.dropdown-menu>li.active >a{
    background: transparent;
    color: #b89b6d;
    border-bottom: none;  
/*    -webkit-box-shadow: 3px 0 10px 1px rgba(0,0,0,0.3);
    box-shadow: 3px 0 10px 1px rgba(0,0,0,0.3);  */  
}
#slide-navbar-collapse ul.navbar-nav.navmenusec>li {
    text-align: center;
    letter-spacing: 1.2px;
    font-size: 13px;
}
.hdtop-rht .hdtop-in-lft a{
    margin: 0px 5px;
}
.navbar-toggle{
    padding: 9px 5px;
}
.souvenir-lnk{
    right: 0;
    top: 0px;
    background: #000;	
}
.souvenir-lnk a{
	color: #fff;
}
.souvenir-lnk:before{
	border-top: 38px solid #000;
}
.about-hm{
	margin-top: 0px;
}

.nwsevnts-sec{
	margin-top: 0px;
	padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;	
}
#owlnews-events .item img{
	width: 100%;
	display: block;
    margin-bottom: 20px;	
}
#owlnews-events.owl-carousel .owlnews-cont{
	width: 100%;
	display: block;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgb(169 221 44) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}
.carousel-control.left{
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-linear-gradient(left,rgb(107 190 19) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;    
}
.hmabt-cont .table-responsive {
    margin: 15px auto 0px;
}

.hmabt-cont{
    padding: 0px 0px;    
}
.treat-sec .hd-title h2{
    text-align: center;
    font-size: 24px;
}
.treat-sec .hm-treatsec{
    margin: 15px 0px;
    width: 50%;
    padding: 0px;
}
.treat-sec .hm-treatsec:hover{
    padding: 0px;
}
.enquiry-sec .testi-hd{
    font-size: 24px;
    line-height: 34px;    
}
.courses-sec .hdproduct .pro-item .pro-title{
    font-size: 14px;
}
.market-sec .hdproduct h3{
    font-size: 24px;
    line-height: 34px;    
}
.market-sec .hdproduct h3:before{
    top: 70px;
}
.market-sec .hdproduct .owl-carousel .owl-item{
    min-height: 410px;
}
.carousel-indicators {
    bottom: 30px;
}

.courses-sec .hdproduct h3{
   font-size: 24px;
   line-height: 34px; 
}
.courses-sec .hdproduct h3:before{
   top: 65px; 
}
.courses-sec .hdproduct h5{
    font-size: 16px;
    line-height: 24px; 
    margin: 15px 0px;   
}

.treat-sec .hm-treatsec h4{
    font-size: 14px;
    margin: 5px auto;
    text-align: center;
}
.treat-sec .hm-treatsec .arw{
    padding: 8px 10px;
}

.treat-sec .hm-treatmain{
    padding: 0px 15px 10px;    
}

.gallery-sec{
    padding-left: 15px;
    padding-right: 15px;	
}
.our-mins, .tod-serm{
	min-height: 300px;
    padding: 20px 15px 40px;	
}
.tod-serm .hd-title h2{
	margin-top: 15px;
}
.shedu-sec {
    padding: 20px 0px 60px;
}
.shedu-sec ul.schedu-lst{
	padding: 0px 0px;
}
.shedu-sec ul.schedu-lst li:last-child{
	border-bottom: 1px solid #333c6b;
}

.ft-sec .ft-btmsec .ftbtmline{
	padding-top: 20px;
}
.ft-sec .ft-btmsec .ftbtmline p{
	text-align: left;
	margin: 0;
}
.ft-sec .ft-btmsec .ftbtmline p.txt-rght {
    width: 100%;
}
.ft-sec .ft-topmapSec .mapifram .hd-title h2{
    text-align: left;
}
.ft-sec .ft-btmsec{
    padding: 20px 0px 80px 0px; 
}
.shedu-sec ul.schedu-lst li{
	width: 100%;
}

.inn-sec #abt-tab .tab-content ul.serv-sub{
	padding: 0px 0px;
}
.inn-sec #abt-tab .tab-content .bx-wrp{
	min-height: 1px;
}
.inn-sec #abt-tab .tab-content .pric-sec .pric-item .pric-item-cont{
	min-height: 1px;	
}
.inn-sec .frame-map{
	margin-top: 15px;
}
.hd-title .imgsec{
    display: none;
}

.rdmr-btn{
    float: left;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    display: block;    
}
.hmabt-cont .hd-title h1{
    text-align: left;    
}
.about-hm .hmabt-cont p{
    font-size: 14px;
    line-height: 24px;
    text-align: left;    
}
.about-hm .hmabt-cont .abt-btn-hm{
    float: left;
    width: 130px;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
    display: block;     
}
/*.treat-sec .hm-treatsec{
    padding: 15px 15px 25px;    
}*/
.abtsec{
    padding: 30px 30px;    
}
.ft-sec .ft-topmapSec .mapifram{
    padding: 30px 15px;    
}
.ft-sec .ft-btmsec .ftbtmline p{
    margin: 0px 0px 10px;
    line-height: normal;
}
.ft-sec .ft-btmsec .ftbtmline{
    margin-bottom: 0px;   
}
.hmabt-cont h3{
    text-align: left;
    font-size: 22px;
}
.hmabt-cont h4{
    text-align: left;
    line-height: 32px;
}

.hd-title h5{
    font-size: 16px;
    line-height: 24px;
}

.hmabt-cont .hd-title h1{
    font-size: 24px;
    line-height: 24px;
}
.hmabt-cont .hd-title h1:before{
    top: 34px;
}
.abtsec {
    padding: 30px 5px;
}

.treat-sec .hm-treatsec {
    margin: 15px 1%;
    width: 48%;
}
.enquiry-sec .name, .enquiry-sec .phone, .enquiry-sec .email, .enquiry-sec .subject{
    float: left;
    width: 100%;
}
.enquiry-sec input[type='text'], .enquiry-sec [type='email'], .enquiry-sec select, .enquiry-sec textarea{
    margin: 0em 0 5px 0;  
}
.enquiry-sec textarea{
    margin: 20px 0 15px 0;
}

.hmabt-cont ul.chemicaltble li{
    width: 23%;
    text-align: center;   
}
.hmabt-cont ul.chemicaltble li h5{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li h4{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li p{
   text-align: center; 
}
.hmabt-cont .hd-title h5{
    font-size: 18px;
    line-height: 26px;    
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 22px;
}


}

/*special ( 660px - 768px )*/
@media (min-width: 660px) and (max-width: 767px) {

.hdtop-rht .hdtop-in-lft{
    width: auto;
    text-align: left;  
}
.hdtop-rht .hdtop-in-rght{
    width: auto;
    text-align: left;   
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 22px;
}

}

/*special ( 320px - 576px )*/
@media (min-width: 320px) and (max-width: 576px) {

.alloysec ul li{
    width: 100%;
    list-style: none;
} 
.hmabt-cont .nav-tabs>li{
    width: 100%;
    list-style: none; 
}   

.hdtop-rht .hdtop-in-lft{
    width: 100%;
    text-align: center;  
}
.hdtop-rht .hdtop-in-rght{
    width: 100%;
    text-align: center;
    background: #dadada;
    display: none;  
}

.hdtop-rht .hdtop-in-rght .soc {
    float: none;
    display: inline-block;
}
.navbar-brand>img{
    max-width: 220px;
}

.hd-title h5{
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px 15px;
}

.hmabt-cont .hd-title h1{
    font-size: 24px;
    line-height: 24px;
}
.hmabt-cont .hd-title h1:before{
    top: 34px;
}
.treat-sec .hd-title:before{
    top:45px;
}
.courses-sec .hdproduct h5{
    font-size: 14px;
    line-height: 24px; 
    text-transform: capitalize;   
}
.courses-sec .hdproduct .pro-item{
    width: 100%;
    margin-bottom: 10px;
}
.treat-sec .hm-treatsec{
    width: 98%;
}
.courses-sec .hdproduct .pro-item .pro-title{
    bottom: 0px;
}
.treat-sec .hm-treatsec{
    margin: 5px 1%; 
}
.treat-sec .hd-title h2, .courses-sec .hdproduct h3{
    margin: 10px 0px;
}
.courses-sec .hdproduct h3:before {
    top: 48px;
}
.market-sec .hdproduct h3 {
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0px 35px;
}
.market-sec .hdproduct h3:before {
    top: 95px;
}    
.market-sec .hdproduct .market-crsl.owl-carousel.owl-theme .owl-nav{
    display: none;
}
.market-sec .hdproduct .owl-carousel .owl-dots{
    display: block;
    margin: 20px 0px 0;
}
.enquiry-sec{
    padding: 30px 0px 100px 0px; 
}
.enquiry-sec .testi-hd{
    margin-bottom: 10px;
    margin-top: 10px;
}
.testisec{
    padding: 20px 5px;
}

.hmabt-cont ul.chemicaltble li{
    width: 48%;
    text-align: center;   
}
.hmabt-cont ul.chemicaltble li h5{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li h4{
    text-align: center;
}
.hmabt-cont ul.chemicaltble li p{
   text-align: center; 
}
.hmabt-cont .hd-title h5{
    font-size: 18px;
    line-height: 26px;    
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 22px;
}

}

/*Small devices ( 576px - 767px )*/
@media (min-width: 576px) and (max-width: 767px)  {

.hdtop-rht{
    padding: 0px 0px;
}    
.hdtop-rht .hdtop-in-rght{
    margin-right: 10px;
}
.inn-sec #abt-tab .tab-content .floatimg{
	max-width: 50%;
}
.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.gal_sec #itemContainer li{
	width: 50%;
}
.abtsec1-img{
    width: 40%;
}
.hd-title{
    width: 100%;
}
.hmabt-cont .hd-title h1 {
    text-align: left;
}
.about-hm .hmabt-cont p{
    text-align: left;    
}
.about-hm .hmabt-cont .abt-btn-hm{
    float: left;
}
.hmabt-cont h4{
   text-align: left; 
}
.navbar-header .navbar-toggle{
   margin-top: 24px; 
}
.hdtop-rht {
    padding: 0px 0px;
}
.hmabt-cont .nav-tabs>li>a{
    font-size: 18px;
}

}

/*smallest device 381 - 575 pixels*/
@media (min-width: 381px) and (max-width: 575px) {

.hdtop-rht{
    padding: 0px 0px;
}      

.navbar-brand{
    padding: 10px 15px 10px 15px; 
}
.navbar-brand>img {
    max-width: 230px;
}
.inn-sec #abt-tab .tab-content .floatimg{
	padding-right: 0px;
	max-width: 100%;
}
.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.gal_sec #itemContainer li{
	width: 50%;
    max-height: 120px;
    min-height: 120px;
}
.abtsec1-img{
    width: 100%;    
}
.abtsec1-img img{
    padding-right: 0px;
}
.hd-title{
    width: 100%;
}
.hmabt-cont .hd-title h1{
    margin: 15px auto 15px;  
}
.hmabt-cont h4{
   text-align: left; 
}

.abtsec{
    padding: 30px 10px;    
}

}

/*smallest device 320 - 380 pixels*/
@media (min-width: 320px) and (max-width: 380px) {

.hdtop-rht{
    padding: 0px 0px;
}       

.hdtop-rht .hdtop-in-lft .hd-ph-em {
    margin: 0px 0px 0px 0px;
}    

#slide-navbar-collapse{
	width: 268px;
}

.navbar-header .navbar-toggle{
    margin-top: 15px;    
}
.inn-sec #abt-tab .nav-pills>li{
    float: left;
    width: 100%;
    display: block;	
}
.inn-sec #abt-tab .tab-content .floatimg{
	padding-right: 0px;
	max-width: 100%;
}
.gal_sec #itemContainer li{
	width: 100%;
}
.abtsec1-img{
    width: 100%;
    margin-bottom: 15px;
}
.hd-title{
    width: 100%;
}
.abtsec1-img img{
    padding-right: 0px;    
}
.hmabt-cont h4{
   text-align: left; 
}

.abtsec {
    padding: 30px 10px;
}

.treat-sec .hm-treatsec{
    width: 100%;
}


}
