@import url("css/div_blocks.css");
@import url("css/form_elem.css");
@import url("css/nav_area.css");
@import url("css/notify.css");

@font-face {
     font-family: 'Montserrat-Bold';
     src: url('font/Montserrat-SemiBold.eot');
     src: url('font/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
          url('font/Montserrat-SemiBold.otf') format('truetype');
}

@font-face {
     font-family: 'Montserrat-Regular';
     src: url('font/Montserrat-Regular.eot');
     src: url('font/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
          url('font/Montserrat-Regular.otf') format('truetype');
}

@font-face {
     font-family: 'PlayfairDisplay-Bold';
     src: url('font/PlayfairDisplay-Bold.eot');
     src: url('font/PlayfairDisplay-Bold.eot?#iefix') format('embedded-opentype'),
          url('font/PlayfairDisplay-Bold.otf') format('truetype');
}


body{
	font-size: 13px;
	font-family: 'Montserrat-Medium', sans-serif;
	line-height: 1.5em;
	padding: 0;
	margin: 0;
}

:focus {
	outline: 0;
}

h1 {
	font-size: 5em;
	margin: 0;
	padding: 0
}

.main_content{
    float: left;
    margin: 0 0 20px;
    position: relative;
    width: 100%;
}

/*----------------mobile page-------------*/


.ui-field-contain, .ui-mobile fieldset.ui-field-contain {
	padding: 0px !important;	
}


.ui-input-text input, .ui-input-search input, textarea.ui-input-text {
    box-sizing: content-box !important;
    padding: 0.4em 10px !important;
    background-color: #f6f6f6 !important;
}

.ui-input-text input{
    width: 94% !important;
    font-size: 16px !important;
}

.postcodediv input{
    width: 85% !important;
}

.ui-shadow-inset {
    box-shadow: 0px 0px !important;
}

.ui-corner-all {
    border-radius: 0 !important;
}

.ui-select .ui-btn select.option {
	text-align: left !important;	
}

.ui-overlay-a, .ui-page-theme-a, .ui-page-theme-a .ui-panel-wrapper {
    background-color: #ffffff !important;	
}


.ui-checkbox input, .ui-radio input {
    margin: -2px 0 0 !important;
}

.ui-content {
	padding: 0px !important;	
}


/*----------------slide effect page-------------*/
.gallerythumbs {
	max-width: 20%;
	float: left;
	margin: 10px 20px;
	float: left;
	height: 220px;
	background-color: #fff;
}

.gallerythumbs h5 {
	color: #969696;
	font-size: 12px;
	padding: 0px 0 0 0;
	float: left;
	text-align: center;
	width: 100%;
	margin: 10px 0px 30px;
	font-family: 'TrajanProBold', sans-serif;
	font-weight: normal;
}

.gallerythumbs img {
	height: 210px;
}

.gallery_proimg {
	width: 220px;
	height: 210px;
}

.gallery_proimg img{
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
}

/*----------------menu page-------------*/

#myheader_list {
	display: none;	
}

#wrapper {
    width: 1100px;
    text-align: left;
    position: relative;
    height: auto;
    margin: auto;
}

.navi-wrapper ul li {
	display: inline-block;
	padding-left: 0;
	margin-left: 3.0rem;
	padding-top: 25px;
	font-weight: bold;
	float: left;
	width: auto;
}

.navi-wrapper ul li a:link, .navi-wrapper ul li a:visited{
    text-decoration: none;
}

.navi-wrapper {
	float: left;
	width: 50%;
	font-weight: bold;
}

.navi-wrapper ul li:hover {
	color: #becdae;
}

.navi-wrapper ul li:hover a:hover {

}

.navi-wrapper ul li ul {
    padding: 0px;
    position: absolute;
    top: 40px;
    left: 0px;
    width: auto;
    background: none repeat scroll 0% 0% #555;
    box-shadow: none;
    opacity: 0;
    visibility: hidden;
    color: #000000;
}
.navi-wrapper ul li ul li { 
    background: none repeat scroll 0% 0% #555;
    color: #FFF;
    z-index: 1;
    float: left;
}

#myheader_longbanner {
	float: left;
	width: 50%;
}

.header_banner {
	clear: both;
	float: left;
	height: 70px;
	width: 100%;
	z-index: 1000;
	position: fixed;
	background-color: #ffffff;
}

#myheader_logo img {
	height: 50px;
	float: left;
	margin-top: 10px;
	/* margin-left: 14px; */
}

.mymenu {
	width: 100%;
	color: #000000;
	font-family: 'Montserrat-Bold', sans-serif;
	font-size: 15px;
	font-weight: lighter;
}

.mymenu:hover{
	border-bottom: 6pt solid #72cef0;
	padding-bottom: 5px;;
}

.mymenu:active, .mymenu:focus{
	border-bottom: 6pt solid #72cef0;
	padding-bottom: 5px;;
}

.showcase {
	float: left;
	width: 100%;
	height: 100%;
}

.mysection3_imgbox {
	margin: auto 0% auto 10%;
	float: left;
	height: 420px;
	width: 385px;
	min-height: 250px;
}

.mysection3_imgbox img {
	float: left;
	left: 0;
	width: 385px;
	object-fit: cover;
	margin-left: 30px;
	height: 430px;
}


/*----------------zone page-------------*/
.homebannerbox img{
	width: 100%;
}

#desktopImg {
	display: block;
}

#mobiImg {
	display: none;
}

.mconbox{
	display: table;
	margin: 0 auto;
	width: 94%;
}

#slide1 img {
    float: left;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

#imgsectionbox{
	float: left;
}

.widelide img{
	width: 100%;
}


.sec0_mtitle {
	position: absolute;
	float: left;
	z-index: 98;
	text-align: center;
	width: 100%;
	top: 32%;
}

.sec0_mtitle img {
	height: 110px;
	right: 340px;
}

.ftchs2{
	font-size: 19px;

}

.ftchs2 p{
	padding: 0px;
	margin: 0px;
}

.sec0_rightpanel {
	float: left;
	position: absolute;
	z-index: 99;
	margin: 1% 17% 2%;
	width: 400px;
	top: 280px;
}

.sec0_rightpanel h4 {
	color: #55504e;
	text-align: center;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	text-align: left;
}

.sec0_rightpanel h4 p{
	padding: 0px;
	margin: 0px;
}

.sec1_rightpanel{
	float: left;
	position: absolute;
	z-index: 99;
	margin: 8% 10%;
	width: 300px;
}

.sec1_rightpanel h4{
	color: #55504e;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 40px;
}

#sec1wrapper {
	display: table;
	float: left;
	height: 22%;
	position: relative;
	margin: 0px 14%;
}

.section1_footerbar{
	bottom: 0;
	float: left;
	height: auto;
	position: absolute;
	width: 100%;
	z-index: 98;
}

.sec2_fullbox{
	float: right;
	width: 70%;
}

.sec2_rightpanel {
	float: left;
	position: absolute;
	z-index: 99;
	margin: 3% 5%;
}

.sec2_rightpanel h4 {
	text-align: left;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	padding-top: 0px;
	margin-top: -10px;
}

.sec3_productbox {
	float: left;
	position: relative;
	margin: 0 1%;
}
.ftchs{
	font-size: 17px;
}

.sec3_mtitle img{
	height: 130px;
}

.sec3_rightpanel{
	float: left;
	position: absolute;
	z-index: 99;
	margin: 5% 29%;
	width: 600px;
}

.sec4_rightbox{
	width: 35%;
	float: left;
	position: relative;
	margin-top: 10%;
}

.sec3_rightpanel h4{
	color: #55504e;
	text-align: center;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.sec4_rightpanel{
	float: left;
	position: absolute;
	z-index: 99;
	margin: 0% 15% 0 0;
}

.sec4_rightpanel h4{
	color: #55504e;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

#section4_mbox{
	position: absolute;
	float: left;
	width: 100%;
}

#ktable{
	margin: 0 auto;
	text-align: center;
	width: auto;
}

#mysection4_imgbox{
	display: table-cell;
	vertical-align: top;
	text-align: center;
	float: left;
	width: 57%;
	margin-top: 10%;
	z-index: 99;
	position: relative;
	left: 3%;
}


#mysection4_imgbox img{
	border: 1pt solid #ffffff;
	border-radius: 8px;
	box-shadow: 4px 4px 6px #888888;
	cursor: pointer;
	float: left;
	height: 200px;
	margin: 0 18px 35px;
	width: 234px;
}

.sec5_rightpanel{
	float: left;
	position: absolute;
	z-index: 99;
	margin: 10% -6%;
	width: 70%;
	padding: 0 10%;
}

.sec5_rightpanel h4{
	color: #55504e;
	text-align: justify;
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
}

.sec5_rightbox{
	width: 35%;
	float: left;
	position: relative;
	margin-top: 4%;
}

#mysection5_imgbox{
	margin: 4% 10%;
}

#mysection5_imgbox img{
	float: left;
	height: 550px;
	z-index: 98;
	position: relative;
	margin-top: 5%;
	margin-left: 1%;
}

#section6_mbox{
	position: absolute;
	float: left;
	width: 100%;
	z-index: 999;
}

#section6_mpanel{
	height: auto;
	margin: 11% auto;
	position: relative;
	text-align: left;
	width: 900px;
}

#section6_mtitle{
	font-size: 15px;
	color: #55504e;
}

#section6_stitle{
	font-size: 13px;
	color: #55504e;
	margin-bottom: 37px;
}

.mysection2headerbg {
	height: auto;
	margin-bottom: 0;
}


.sliderbox {
	margin-top: 60px;
	width: 529px;
	height: 290px;
}

.mysection7headerbg {
	background-color: #edfaff;
	height: 90%;
	margin-bottom: 0;
}

#mysection6footerbg {
	background-color: #f0f0f0;
	bottom: 0;
	float: left;
	height: 10%;
	width: 100%;
}

#mysection6footerbg h4 {
	color: #000000;
	text-align: center;
	padding: 10px;
}

.section7_mtitle {
	padding: 6% 0;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.section7_mtitle h2 {
	font-family: 'PlayfairDisplay-Bold', sans-serif;
	font-size: 25px;
	text-align: center;
	margin-top: 60px;
	letter-spacing: 1px;
}

#section7_mtitle h2 {
	font-family: 'PlayfairDisplay-Bold', sans-serif;
	font-size: 25px;
	text-align: left;
	margin-top: 60px;
	letter-spacing: 1px;
	color: #243f87;
	font-weight: lighter;
}

.sec7_engtitle{
	font-size: 23px;
}

#sec7wrapper {
	display: table;
	float: left;
	height: 22%;
	position: relative;
	margin: 0px 14%;
	width: 1000px;
}

.sec7combox {
	display: table;
	float: left;
	margin: 10% 0 0 40px;
}

#sec7center {
	float: left;
	height: auto;
	margin: 0 auto 20px auto;
	position: relative;
	width: 100%;
	font-size: 15px;
	line-height: 23px;
	text-align: left;
}

#sec7m_desc{
	padding: 10px 0;
	font-size: 16px;
	position: relative;
	float: left;
	width: 100%;
}



.sec6comcode{
	font-size: 12px;
}

#myact_leftimgbox {
	margin: 14% 6%;
	float: right;
}

#myact_leftimgbox img {
    float: left;
	height: 550px;
    z-index: 98;
    position: relative;
    margin-top: 5%;
    margin-left: 1%;
}

#myact_rightimgbox {
	margin: 14% 6%;
	float: left;
}

#myact_rightimgbox img {
    float: left;
	height: 550px;
    z-index: 98;
    position: relative;
    margin-top: 5%;
    margin-left: 1%;
}

.tos-slide > * {
	max-height: 100% !important;
}

.prophotos{
	margin-top: 0px;
	float: left;
	width: 100%;
}

.galleryclass {
	float: left;
	width: 18%;
	height: auto;
	background-color: #fafafa;
}

.galleryclass img {
	max-width: 65px;
	height: 58px;
	margin-bottom: 4px;
}

/*----------------Section4 thumb page-------------*/

.thumbs {
    float: left;
    text-align: center;
}
.thumbs:after {
	content: " ";
	display: block;
	clear: both;
}
.thumbs a {
	display: inline-block;
}

.thumbs img,
.gallery img {
	border: 1px solid #ccc;
	background: #fff;
	padding: 1px;
}
.thumbs a:hover img {
	border-color: #999;
}

.warning {
    color: #F00;
    width: 7px;
}

.space {
    width: 11px;
    float: left;
}

.contactbox {
	background-color: #243f87;
	padding: 30px 30px 20px;
}

#skc td {
	padding: 5px 0px;
	font-size: 14px;
	color: #fff;
	font-weight: lighter;
	text-align: left;
	line-height: 30px;
}

#skc input{
    display: block;
    padding: 5px;
    background: none repeat scroll 0% 0% #F4F4F4;
    line-height: 20px;
    font-size: 13px;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    box-sizing: border-box;
    transition: all 0.2s linear 0s;
    float: left;
    margin: 3px 0px 3px 5px;
    width: 100%;
}

#skc textarea{
     display: block;
     padding: 5px;
     background: none repeat scroll 0% 0% #F4F4F4;
     line-height: 20px;
     font-size: 13px;
     border: 1px solid #D6D6D6;
     border-radius: 2px;
     box-sizing: border-box;
     transition: all 0.2s linear 0s;
     width: 100%;
     float: left;
	margin: 3px 0px 3px 5px;
}

.videobox {
	float: left;
	width: 31%;
	margin: 10px;
}

.videotitle {
	font-size: 1.25rem;
	color: #243fa5;
	padding-top: 20px;
	line-height: 23px;
}

.videodesc {
	font-weight: 300;
	line-height: 20px;
	font-size: 14px;
}
/*----------------slide effect page-------------*/

#sec0_etitle{
	opacity: 0;
	top: -10px !important;
	position: relative;
}

#sec0_etitle.active{
	opacity: 1;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform:translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
}

#sec3_etitle{
	opacity: 0;
	top: -10px !important;
	position: relative;
}

#sec3_etitle.active{
	opacity: 1;
	-webkit-transform: translate3d(0px, 10px, 0px);
	-moz-transform: translate3d(0px, 10px, 0px);
	-ms-transform:translate3d(0px, 10px, 0px);
	transform: translate3d(0px, 10px, 0px);
}

#myactimg1{
	opacity: 0;
}

#myactimg1.active{
	opacity: 1;
}

#myactimg2{
	opacity: 0;
}

#myactimg2.active{
	opacity: 1;
}

#mymap{
	opacity: 0;
	left: -40px;
}

#mymap.active{
	opacity: 1;
	-webkit-transform: translate3d(40px, 0px, 0px);
	-moz-transform: translate3d(40px, 0px, 0px);
	-ms-transform:translate3d(40px, 0px, 0px);
	transform: translate3d(40px, 0px, 0px);
}
.productthumbs {
	float: left;
	margin: 10px 0px;
	background-color: #fff;
	width: 32%;
}

.servleft_box {
	float: left;
	width: 60%;
}

.servright_box {
	float: left;
	width: 40% !important;
}

.servright_box {
	float: left;
	width: 40% !important;
	height: 140px !important;
}

.servinn_box {
	margin: 4px;
	float: left;
	height: 100%;
	flex-direction: column;
}

.servright_desc {
	color: #ffffff;
	height: 77px;
	overflow: hidden;
	margin-bottom: 3px;
}
.servright_desc ul {
	padding: 0 25px;
	margin: 0px;
}

.servright_desc li{
	text-align: left;
	font-size: 90%;
	line-height: 15px;
}

.productthumbs h5 {
	color: #ffffff;
	font-size: 12px;
	font-family: 'Montserrat-Bold', sans-serif;
	text-align: left;
	width: 100%;
	float: left;
	margin: 3px 6px;
	font-weight: lighter;
}

.servspace_box{
	float: left;
	width: 20px;
}

#mfloat{
	float: left;
}

.productthumbs {
	/* max-width: 80%; */
	float: left;
	cursor: pointer;
}


.sec3_fullbox, .mypage_fullbox {
	float: left;
	width: 100%;
	margin: 5% -20%;
	/* position: absolute; */
	height: 100%;
}

.sec3_fullbox h4, .mypage_fullbox h4 {
	font-size: 18px;
	color: #848a89;
}

#section4{
	background-color: #edfaff;
}

.section2_proimg {
	width: 570px;
	height: 290px;
}
.section2_proimg img{
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
}

.section3_proimg {
	height: 150px;
}
.section3_proimg img{
	float: left;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	width: 100%;
}

.sec4_fullbox {
	float: left;
	width: 100%;
	margin: 5% auto 0;
}

.sec4_fullbox h4{
	font-size: 18px;
	color: #848a89;
}



#etextfade1.active, #etextfade2.active, #etextfade3.active, #etextfade4.active, #etextfade5.active{
	opacity: 1;
	 transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
}

.sec7innerwrapper {
	padding: 0 5px;
	margin-top: 40px;
	float: left;
	width: 100%;
	line-height: 100%;
}

#etextdown7.active{
	opacity: 1;
	 transition: opacity 0.1s ease-in-out;
	-moz-transition: opacity 0.1s ease-in-out;
	-webkit-transition: opacity 0.1s ease-in-out;
}

.contactoutbox {
	margin: 20px 0 0;
	float: left;
	width: 100%;
}

#mybtn {
	font-size: 18px;
	font-weight: 600;
	margin: 8px 8px 15px 7px;
	text-transform: uppercase;
	cursor: pointer;
	border-radius: -1.5rem;
	background-color: #72cef0;
	float: left;
	width: 334px;
	text-align: center;
	top: 10px;
	position: absolute;
	top: 88%;
	padding: 10px;
}

#mybtn a {
	color: #243f87;
	padding: 2px 0;
	text-decoration: none;
	text-align: center;
	float: left;
	width: 100%;
}

/*----------------banner page-------------*/

#bannerSlider li.img {
	width: 1100px;
	height: 370px;
	object-fit: cover;
}

.lSSlideOuter {
  max-width: 1100px;
  margin: auto;
	margin-top: 70px;
}

.bbimg {
	margin: 10px 0 70px;
}

.bbimg img{
	width: 100%;
}


.product-gallery {
  display: flex;
  gap: 15px;
  max-width: 700px;
}

.main-slider {
	width: 80%;
	float: left;
}

.main-slider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.thumbnail-slider {
	width: 20%;
	height: 450px;
	float: left;
}

.thumbnail-slider img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 0px solid #000;
}

.splide__slide.is-active img {
  border: 0px solid #000;
}

.splide__slide.is-active img.active{
  border: 0px solid #000!important;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border:1px solid #233f88 !important;
}

@media only screen and (max-width: 1350px) {
	
	#mysection5_imgbox img {
		height: 500px;
	}
	
	.sec0_mtitle {
		top: 10%;
	}
	
	.sec0_mtitle img {
		height: 65px;
		left: 70px;
	}
	
	.ftchs {
		font-size: 15px;
	}
	
	.sec1_rightpanel {
		margin: 7% 7%;
	}
	
	.sec1_rightpanel h4, .sec5_rightpanel h4, .sec2_rightpanel h4 {
		font-size: 13px;	
	}

}

@media only screen and (max-width: 720px) {
	
	#myheader_longbanner {
		width: 100%;
	}
	
	.extrow{
		width: 100%;
		float: left;
		position: relative;
	}
		
	#myheader_list {
		display: block;
		float: left;
	}
		
	#myheader_logo {
		float: right;
		margin: 5px 5px;
	}
	
	#etextfade1, #etextfade2, #etextfade3, #etextfade4, #etextfade5 {
		float: left;
		position: relative;
		margin: 10px;
		width: 95%;
	}
		
	.mslide{
		height: 30%;
	}
	
	.mslide img{
		float: left;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height: 220px;
	}
	

	
	.mslide2{
		height: 20%;
	}
	
	.mslide2 img{
		float: left;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: fixed;
		height: 180px;
	}
	
	.sec0_mtitle {
		top: 76%;
	}
	
	#myheader_logo img {
		height: 35px;
	}
	
	.header_banner {
		height: 56px;
		z-index: 999;
	}
	
	.navi-wrapper {
		display: none;
	}
	
	#desktopImg {
		display: none;
	}

	#mobiImg {
		display: block;
		height: 500px;
	}
	
	.footer_content{
		float: left;
		height: 100%;
		width: 100%;
	}
	
	.navi-contact {
		display: none;
	}
	
	.sec0_rightpanel {
		width: 95%;
		margin: 0;
		bottom: auto;
		top: 6.5%;
	}
	
	.tos-wrapper.tos-fixed {
		border: 0px !important;
		width: 100% !important;
		height: 100% !important;
	}
	
	.tos-close {
		top: 0px !important;
		right : 0px !important;
	 }
	 
	 .tos-desktop .tos-wrapper.tos-fixed {
		z-index: 999;	
	 }
	
	.sec0_rightpanel h4 {
		font-size: 11px;
		line-height: 19px;
		font-weight: lighter !important;
	}
	

	.sec1_rightpanel h4, .sec2_rightpanel h4, .sec3_rightpanel h4 {
		font-size: 14px;
		line-height: 25px;
		text-align: justify;
		font-weight: normal;
	}
	
	.sec0_mtitle img {
		height: auto;
		width: 70%;
		left: 0px;
	}
	
	#section1{
		height: 800px;
	}
	
	.sec1_rightpanel h4 {
		margin-bottom: 0px;	
	}
	
	.sec2_rightpanel {
		margin: 3% 1%;
	}

	.sec2_fullbox, .sec4_rightbox, .sec5_rightbox {
		width: 100%;
	}
	
	.sec3_rightpanel {
		margin: 5% 10%;
		width: 90%;
	}
	
	.sec3_mtitle img {
		height: auto;
		width: 100%;
	}
	
	.ftchs2 {
		font-size: 14px;
	}
	
	.ftchs {
		font-size: 15px;
		line-height: 27px;
		text-align: left;
	}
	
	#myact_leftimgbox {
		margin: auto;
		float: left;
	}
	
	#myact_rightimgbox {
		margin: auto;
		float: left;
	}
	
	#myact_leftimgbox img {
		height: auto;
		width: 100%;
	}
	
	#myact_rightimgbox img {
		height: auto;
		width: 100%;
	}
	
	#myactimg1, #myactimg2 {
		opacity: 1;
	}
	
	.btchs{
		font-size: 13px;
	}
	
	#fp-nav.right {
		right: 5px !important;
	}
	
	.fp-slides {
		float: left;
		position: relative !important;
		top: 0 !important;
	}
	
	#menu{
		z-index: 1000;
	}
	
	.mm-menu .mm-navbar > *, .mm-menu .mm-navbar a {
		color: #ffffff !important;
		text-transform: uppercase;
	}
	
	.mm-navbar {
		 border-bottom: 1px #ffffff solid !important;
	}
	
	.sec1_rightpanel {
		width: 88%;
		margin: 3% 6%;
		float: left;
		position: relative;
	}
	
	#section4_mbox {
		position: relative;
		margin-top: 14%;
	}
	
	#mysection4_imgbox {
		width: 90%;	
	}
	
	#mysection5_imgbox {
		margin: 0%;
		position: relative;
		float: left;
		margin-bottom: 40px;
	}
	
	
	#mysection4_imgbox img {
		height: auto;
		width: 90%;
		margin: 10px 10px;
	}
	
	#mysection5_imgbox img {
		height: auto;
		width: 100%;
		margin-top: 0%;
		margin-left: 0%;
		border: 0pt;
	}
	
	#section6_mbox{
		position: relative;
		z-index: 80;
		background-color: #ededeb;
	}
	
	#section4 h2 {
		font-size: 18px;
		font-weight: bold;
		color: #5a5162;
		line-height: 19px;
		margin-top: 40px;
		margin-bottom: 0px;
	}
		 
	.section7_mtitle h2 {
		font-size: 18px;
		font-weight: bold;
		color: #5a5162;
		line-height: 19px;
	}
	
	.sliderbox {
		margin-top: 5px;
	}
	
	#section7_mtitle h2 {
		margin-top: 20px;
	}
	
	#section6_mpanel {
		width: 90%;
	}
	
	#section6_mtitle {
	    font-size: 13px;
	}
	
	#section6_stitle {
		font-size: 12px;
		margin-bottom: 5%;
		color: #ea4335;
	}
	
	.videobox {
		width: 45%;
		float: left;
	}

	.fp-slides {
		height: 300px;
	}
	
	#skc {
		width: 100%;
	}
	
	#skc td {
		font-size: 12px;
		float: left;
		width: 98%;
	}
	
	#skc input {
		margin: 0px 0px 0px 5px;
		background-color: #ffffff;
	}
	
	#skc textarea {
		background-color: #ffffff;
	}
	
	.sec6com {
		font-size: 14px;	
	}
	
	#mybtn a {
		padding: 10px 0;
	}
	
	#sec7center {
		font-size: 13px;
		line-height: 20px;
		margin: 0 auto 10px auto;
	}
	
	#sec7m_desc{
		padding: 0;
		font-size: 13px;
	}
		
	#mysection6footerbg h4 {
		font-size: 10px;
		padding: 0 10px;
		margin: 9px 	}
	
	#sec7wrapper {
		margin: 0px;
		width: 100%;
	}
	
	.sec5_rightpanel {
	    margin: 2% -6%;
	    width: 92%;
	}
	
	.sec3_productbox{
		margin: 0;
	}
	
	.productthumbs {
		width: 48%;
		margin: 0 !important;
		float: left;
		margin-right: 2% !important;
	}
	
	#wrapper {
		width:  100%;
	}
		
	.mx_icon img {
		height: 20px;
		width: 20px;
	}
	
	.mm-menu .mm-listview > li.mm-selected > a:not(.mm-next), .mm-menu .mm-listview > li.mm-selected > span {
		background-color: rgba(49, 37, 59, 0.8) !important;
	}
	
	.mm-menu > .mm-panel > .mm-listview {
		margin: 0 20px 20px -20px !important;
		padding: 0px !important;
	}
	
	.toPopupformclass {

		width: 100%;

	}
	
	.section3_proimg {
		width: 100%;
		height: 220px;
	}
}
	
