@charset "utf-8";
/* CSS Document */
html, body{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

body{
	background: url("../img/images/bgAll.gif") no-repeat;
	text-align: center;
}
.homebg, .servicebg, .aboutbg, .customerbg, .worksbg{
	position:static;
	padding-top:100px;
}
.homebg {
  background: url("../img/images/home-bg-smV2.png") no-repeat right top;
  background-size: 600px auto;   /* กำหนดความกว้างภาพเอง */
  background-position: right top;
}
.servicebg{
	background: url("../img/images/service-bg.png") no-repeat right top ;
}
.aboutbg{
	background: url("../img/images/about-bg.png") no-repeat right top ;
}
.customerbg{
	background: url("../img/images/customer-bg.png") no-repeat right top ;
}
.worksbg{
	background: url("../img/images/works-bg.png") no-repeat right top ;
}

/*top header phone number*/
.topheader{
	background: #00912d;
	font-family: 'Prompt', sans-serif;
	margin: 0 auto;
	transform: 0.3s all ease;
}
.mainmenu{
	width: 100%;
	background-color: transparent;
	transition: all 0.3s ease;
}
.scrolldown {
		background-color: #f9f9f9 !important;
		box-shadow: 0px 2px 3px #b2b2b2;
}
.attention{
	color: #ffffff;
	font-size: 1.2vw;
	line-height: 50%!important;	
}
.phone{
	color: #ffffff;
	padding: 2px 0px 2px 60px;
	min-width: 300px;
	font-size: 15px;
	background: linear-gradient(120deg, #00912d 10%, #464646 5%);
	width: 300px;
	height: auto;
}
.phonenum{
	color: #fff200;
	font-size: 27px;
	font-weight: 600;
}
.phone .icon a{
	text-decoration: none;
	color: #ffffff;
}
.phone .icon a:hover i{
	font-size:17px;
	cursor: pointer;
}

/*navbar menu dropdown*/
	/*logo*/
	.logo{
		margin-top:-10px; 
		max-width: 250px;
	}
	.logo img{
		width:auto;
		height: 70px;
		margin-top: -15px;
		position:absolute;
		z-index:10;
	}
	.logo h5{
		color: #004696;
		line-height: 1.0;
		margin-left: 85px;
		position:relative;
		z-index:11;
	}
	.logo span{
		font-family: "Kanit", sans-serif !important;
		color: #464646;
		font-size:1rem;
		font-weight: 500;
		position: absolute;
		margin-top:-5px;
		margin-left:95px;
		z-index:11;
	}
	/*menu*/
	.nav-item{
	font-family: 'Prompt', sans-serif!important;
	font-size:1rem!important;
	font-weight:500!important;
	text-shadow: #030101 0.5px 0.5px 0.5px;
	text-align: center!important;
	}
	.nav-item .active .nav-link, .nav-item .nav-link:hover, .nav-item .nav-link:focus{
		color:#ce0000!important;	
	}
	/*dropdown*/
	.dropdown-menu{
		background: rgba(255, 255, 255, 0.9)!important;
		margin-top:10px!important;
		margin-left: -20px!important;
		text-shadow:none!important;
	}
	div.dropdown-multicol{
  		width: 36em;
		padding-left: 10px;
	}
	div.dropdown-multicol>div.dropdown-col{
  		display:inline-block;
  		width: 32%;
	}
	div.dropdown-multicol>div.dropdown-col a:hover{
		background: rgba(212, 239, 252, 0.7); 
	}
.dropdown-item{
	margin: 0;
}
 	.dropdown-col .dropdown-item img, .dropdown-col .dropdown-item i{
	  	float:left;
	  	height: 20px;
	  	font-size: 20px;
	  	width: auto;
	  	margin: 0 5px 5px -10px;
  	}
	.dropdown-col .dropdown-item span{
		font-size: 0.8rem;
		color: #464646;
		font-weight: 500;
	}
 	.dropdown-col .dropdown-item p{
		font-size: 0.5rem !important;
		margin: 0 0 0 -20px;
		color:#959595;
		clear: both;
  	}
	/*quatation*/
	.btn-danger{
		font-family: 'Prompt', sans-serif!important;
		background: #ce0000!important;
		color: #fff!important;
		font-weight: 600;
		border:none!important;
	}
	.btn-danger:hover{
		background: #707070!important;
		color: #fff!important;	
}
/*home heading animation*/
.content-heading{
	font-family: 'Prompt', sans-serif;
	display:block!important;
	
}
.content-heading .animate {
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px 1px;
	font-size: 3.5vw;
	font-weight: 600;
	color: #252525;
	line-height: 1.0;
}
.animate .and{
	font-size: 3.5vw;
}
.animate span {
	display: inline-block;
}
.animate span:nth-of-type(2) {
	animation-delay: .05s;
}
.animate span:nth-of-type(3) {
	animation-delay: .1s;
}
.animate span:nth-of-type(4) {
	animation-delay: .15s;
}
.animate span:nth-of-type(5) {
	animation-delay: .2s;
}
.animate span:nth-of-type(6) {
	animation-delay: .25s;
}
.animate span:nth-of-type(7) {
	animation-delay: .3s;
}
.animate span:nth-of-type(8) {
	animation-delay: .35s;
}
.animate span:nth-of-type(9) {
	animation-delay: .4s;
}
.animate span:nth-of-type(10) {
	animation-delay: .45s;
}
.animate span:nth-of-type(11) {
	animation-delay: .5s;
}
.animate span:nth-of-type(12) {
	animation-delay: .55s;
}
.animate span:nth-of-type(13) {
	animation-delay: .6s;
}
.animate span:nth-of-type(14) {
	animation-delay: .65s;
}
.animate span:nth-of-type(15) {
	animation-delay: .7s;
}
.animate span:nth-of-type(16) {
	animation-delay: .75s;
}
.animate span:nth-of-type(17) {
	animation-delay: .8s;
}
.animate span:nth-of-type(18) {
	animation-delay: .85s;
}
.animate span:nth-of-type(19) {
	animation-delay: .9s;
}
.animate span:nth-of-type(20) {
	animation-delay: .95s;
}
.animate span:nth-of-type(21) {
	animation-delay: 1s;
}
.animate span:nth-of-type(22) {
	animation-delay: 1.05s;
}
.animate span:nth-of-type(23) {
	animation-delay: 1.1s;
}
.animate span:nth-of-type(24) {
	animation-delay: 1.15s;
}
.animate span:nth-of-type(25) {
	animation-delay: 1.2s;
}
.animate span:nth-of-type(26) {
	animation-delay: 1.25s;
}
.animate span:nth-of-type(27) {
	animation-delay: 1.3s;
}
.animate span:nth-of-type(28) {
	animation-delay: 1.35s;
}
.animate span:nth-of-type(29) {
	animation-delay: 1.4s;
}
.animate span:nth-of-type(30) {
	animation-delay: 1.45s;
}
/* Animation bigheading */
.seven span {
	color: #252525;
	opacity: 0;
	transform: translate(-150px, 0) scale(.3);
	animation: leftRight .5s forwards;
}
@keyframes leftRight {
	40% {
		transform: translate(50px, 0) scale(.7);
		opacity: 1;
		color: #ce0000;
	}

	60% {
		color: #006bcf;
	}

	80% {
		transform: translate(0) scale(2);
		opacity: 0;
	}

	100% {
		transform: translate(0) scale(1);
		opacity: 1;
	}
}
/*heading paragraph*/
.content-heading p{
	margin-top: 10px;
	font-size: 1.5vw;
	color: #464646;
	text-shadow: #ffffff 1px 1px 1px;
	line-height: 1.2;
	opacity: 0;
	transform: translateY(60px);
}
/* Animation paragraph */
.fadetext{
	animation: animateIn 1.5s ease 1.5s forwards;
}
@keyframes animateIn{
	0%{
		transform: translateY(60px);
		opacity: 0;
	}
	100%{
		transform: translateY(0);
		opacity: 1;
	}
}
/*nav button product and about*/
.content-heading nav{
	margin: 0 20px 20px 20px 20px;
}
.content-heading nav a{
	transition: all .3s ease;
}
.content-heading nav a:hover{
	background: #707070;
	border-radius: 10px;
	border: solid 2px #707070 ;
	color: #fff;
}
.content-heading nav .product{
	padding: 10px 20px;
	background: #006bcf;
	border-radius: 10px;
	border: #006bcf 2px solid;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
.content-heading nav .about{
	padding: 10px 20px;
	background: #fff;
	border-radius: 10px;
	border: solid 2px #707070 ;
	color: #464646;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	cursor: pointer;
}
/* Animation nav button */
a.product{
	opacity: 0;
	animation: navIn 1s ease 3s forwards;
}
a.about{
	opacity: 0;
	animation: navIn 1s ease 3.5s forwards;
}
@keyframes navIn{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}
/*end Home heading*/

/*service box*/
.service-box{
	margin-top:40px
}
.service-box .box{
	padding:10px 5px
}
.service-box .box h2{
	font-size: 1.4rem;
	line-height: 1.0;
}
.service-box .box ul{
	padding-left: 5px;
	margin-top:0;
}
.service-box .box .icon img{
	height: 50px;
	width: auto;
}
.service-box .box .icon{
	font-size: 50px;
	color:white;
}
.cctv-box, .network-box, .call-box, .solar-box {
	background-color: rgba(0, 100,200, 0) ;
	background-blend-mode: normal;
	border-radius: 20px;
	height:310px;
	box-shadow: #252525 2px 2px 5px;
	color:white;
	cursor: pointer;
	transition:all 0.7s ease;
	padding-top: 170px;
	padding-left:15px;
	padding-right: 25px;
	position: relative;
	margin-top: 0;
}
.cctv-box {
	background: url("../img/images/CCTV.jpg") no-repeat ;
	background-size: cover;
	z-index: 5;	
}
.network-box {
	background: url("../img/images/LINE_ALBUM_Server.jpg") no-repeat ;
	background-size: cover;
	z-index: 5;	
}
.call-box{
	background: url("../img/sampleworks/ipphone.jpg") no-repeat ;
	background-size: cover;
	z-index: 5;
}
.solar-box{
	background: url("../img/works/SolarCell/SolarCell-02.jpg") no-repeat ;
	background-size: cover;
	z-index: 5;
}
.cctv-box ul, .network-box ul, .call-box ul, .solar-box ul{
	opacity: 0;
	overflow: hidden;
	position: absolute;
	margin-left: -300px;
	z-index: 6;
	font-size: 16px;
}
.cctv-box ul li, .network-box ul li, .call-box ul li, .solar-box ul li{
	padding-top: 8px;
	line-height: 1.0;
	font-family: 'Prompt', sans-serif!important;
}
.cctv-box:hover, .network-box:hover, .call-box:hover, .solar-box:hover {
	background-color: rgba(0, 100,200, 0.6) ;
	background-blend-mode:multiply ;
	margin-top: -20px;
	padding-top: 5px;
}
.cctv-box:hover ul, .network-box:hover ul, .call-box:hover ul, .solar-box:hover ul{
	margin-left: 0;
	opacity: 100%;

}
.cctv-box ul:hover, .network-box ul:hover, .call-box ul:hover, .solar-box ul:hover{
	margin-left: 0;
	opacity: 100%;

}
/*About JSS*/
.abouthome{
	background-color: white;
	position: relative;
	z-index: 8;
	padding-top:20px
}
.abouthead, .page-heading{
	font-family: 'Kanit', sans-serif!important;
	padding: 10px;
}
.abouthead h1, .page-heading h1{
	color:#252525;
	font-size: 3.2vw;
	font-weight: 600!important;
	line-height: 0.7;
	text-transform: uppercase;
	text-shadow: #ffffff 1px 1px 1px;
}
.abouthead h4, .page-heading h4{
	color: #555555;
	font-weight: 500!important;
	line-height: 1.2;
	font-size: 2vw;
	text-shadow: #ffffff 1px 1px 1px;
}
.abouthead span, .page-heading span{
	color:#ce0000;
	line-height: 0.8;
	font-size: 1.5vw;
	padding-left: 10px;
	text-shadow: #ffffff 1px 1px 1px;
}
.aboutcontent{
	font-family: 'Prompt', sans-serif!important;
	padding: 5px 20px;
}
.aboutcontent p{
	
	text-indent: 50px;
	color: #252525;
	text-align: justify;
	font-size:1.2vw;
}
.aboutface{
	text-align: center;
	padding-top: 20px
}
.fb-page{
	width: 100%;
	min-width: 360px;
}
.aboutimage img{
	max-width: 100%;	
	height: auto;
}
.aboutlist{
	font-family: 'Prompt', sans-serif!important;
	padding-top: 20px;
}
.aboutlist h3{
	color: #006bcf;
	font-size: 1.5vw;
}
.aboutlist ul{
	color: #006bcf ;
	margin-left: 20px;
	line-height: 1.4;
}
.aboutlist ul li span{
	color: #252525 ;
	font-weight: 600;
	font-size: 1.2vw;
}
/*Other page content*/
.vision-bg{
	background-color: #00aeef; 
	background-image: linear-gradient(#0072bc, #00aeef);
	padding: 20px 0;
}
.vision-head{
	bottom:0;
	font-family: 'Prompt', sans-serif!important;
}
.vision-head h4{
	font-size:50px;
	color:#0054a6;
	font-weight: 500;
	display: inline-block;
	margin-bottom: -15px
}
.vision-head span{
	font-size:20px;
	color:#141496;
	display: inline-block;
	margin-bottom: -15px;
}
.vision-content{
	position:relative;
	height: 100px;
}
.vision-content p{
	position:relative;
	font-family: 'Prompt', sans-serif!important;
	color:#fff200;
	font-size: 2.5vw;
}
.vision-content img{
	position:absolute;
	right:30px;
	top:-50px;
	width: 200px;
	height: auto!important;
}
.page-bg{
	background-color: white;
	border-radius: 10px;
	padding:10px!important;
}
.page-content{
	font-family: 'Prompt', sans-serif!important;
	padding:10px!important;
}
.page-content p{
	text-indent: 50px;
}
.page-content p, .page-content ul{
	color: #252525;
	text-align:left;
	font-size:1.2vw;
	margin-left: 5px;
}
.service-content{
	border:#006bcf 2px solid!important; 
	border-radius: 20px!important;
	padding: 20px!important;
	text-align: center!important;
	width: 100%;
	height: 100%;
	transition: 0.3S all ease;
	margin-bottom: 10px;
	cursor: pointer;
}
.service-content:hover{
	-moz-box-shadow:    inset 0 0 20px rgba(0, 174, 239, 0.5 );
	-webkit-box-shadow: inset 0 0 20px rgba(0, 174, 239, 0.5 );
	box-shadow:         inset 0 0 20px rgba(0, 174, 239, 0.5 );
}
.service-content a, .service-content a:hover{
	text-decoration: none!important
}
.service-content img, .service-content i{
	height:50px!important;
	width: auto!important;
	font-size: 50px;
	color:#006bcf;
	margin-bottom: 5px
}
.service-content h3, .service-heading h3{
	color:#006bcf!important;
	font-size: 2vw!important;
	
}
.service-content p{
	text-align:left!important;
	text-indent: 30px!important;
	font-size:1.2vw;
	
} 
.service-heading{
	font-family: 'Prompt', sans-serif!important;
	margin-top: 20px;
}
.service-heading h3{
	display:inline;
	margin-left: 10px;
}
.service-heading img, .service-heading i{
		height:30px!important;
	width: auto!important;
	font-size: 30px;
	color:#006bcf;
}
.red-head h5{
	color:#ce0000!important;
	font-family: 'kanit', sans-serif!important;
	font-weight: 500!important;
	font-size: 30px;
}
/*Ourwork Gallery*/
.sportlight-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px 20px 0;	
}
.column1 {
  flex: 16.5%;
  max-width: 16.5%;
  padding: 0 8px;
}
.column2{
	flex: 32.5%;
  max-width: 32.5%;
  padding: 0 8px;	
}
.column1 a, .column2 a{
    display: inline-block;
	text-align: center;
	margin-bottom: 5px;
}
.column1 img, .column2 img {
  margin-top: 10px;
  vertical-align: middle;
  width: 100%;
box-shadow: 0px 2px 3px #929292;
	transition: 0.3s ease all;
	border-radius: 3px;
}
.column1 img:hover, .column2 img:hover{
	filter:opacity(60%);
	box-shadow: 0px 3px 5px #3fa1fc!important
}
.sportlight img, .image{
    width: 30vw;
    max-width: 300px;
    margin: 1vh 1vw;
}
.image{
    display: inline-block;
    height: 20vw;
    max-height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.spotlight.image{
    cursor: pointer;
}
/*why we*/
.whywe-bg{
	margin: 0!important;
	padding: 0!important;
	width: 100%;
	background-color: #0044cf;
}
.whywe-imgbg01{
	background: url("../img/images/whywebg01.png" ) no-repeat top left;
}
.whywe-imgbg02{
	background: url("../img/images/whywebg02.png") no-repeat bottom right;
}
.whywe-head, .customer-head, .partner-head{
	padding-top: 20px;
	text-align: center!important;
	display: block!important;
}
.whywe-detail{
	font-family: 'Prompt', sans-serif!important;
	color: white;
	font-size: 25px;
	text-align: center!important;
	padding: 20px 0;
}
.whywe-detail img{
	height: 100px;
	width: auto;
}
.whywe-head h1, .worksample-head h1, .customer-head h1, .partner-head h1{
	font-family: 'Kanit', sans-serif!important;
	font-size: 45px;
	font-weight: 600;
	letter-spacing: 1.2px;
}
.whywe-head h1, .worksample-head h1{
	color: white;
}
.customer-head h1, .partner-head{
	color: #252525;
}
.whywe-head div, .customer-head div, .partner-head div, .worksample-head div{
	margin: 0 auto;
	width: 100px;
	height: 5px;
	border-bottom: red 3px solid;
	display:block!important;
}
/*customer home*/
.customer-logo{
	text-align: center!important;
	display: block!important;
	padding:10px 0
}
.customer-logo img{
	margin: 0 10px;
	display: inline;
	width:10%!important;
	height:10%!important;
}
.customer-logo-t1{
	text-align: center!important;
	display: block!important;
	padding:10px 0
}
.customer-logo-t1 img{
	margin: 0 10px;
	display: inline;
	width:15%!important;
	height:15%!important;
}
.customer-button{
	text-align: center!important;
	display: block!important;
	padding: 30px 0;
}
.customer-button a{
	padding: 10px 40px;
	background: #006bcf;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none!important;
	cursor: pointer;
	transition: background-color .6s ease
}
.customer-button a:hover{
	background: #707070;
	border-radius: 10px;
	color: #fff;
}
/*Our Partner Slide Show*/
.carousel-indicators{
			top:30px!important;
			margin: 20px auto 10px auto!important;
			text-align: center!important;
			bottom:auto; 
			width: 100%!important;
		}
		.carousel-indicators a{
			background:#fff!important;
			border-radius: 10px!important;
			cursor: pointer;
    		margin: 5px 10px;
    		padding: 10px 20px;
   			color:#363636;
    		border:2px solid #ce0000;
			font-size: 1.2vw;
			font-weight: 600;
    		transition: background-color .6s ease
		}
		.carousel-indicators a.active,
		.carousel-indicators a:hover {
    		background-color: #ce0000!important;
			color:#fff!important;
}
		.carousel-indicators,.carousel-inner {
  			position:static!important;
		}
		.partner-network, .partner-cctv, .partner-voip{
			padding:20px 0; 
			text-align: center;
		}
		.partner-network img, .partner-cctv img, .partner-voip img{
			margin: 0 10px;
			display: inline;
			height: auto;
}
		.partner-network img{
			width:98%;
}
		.partner-cctv img {
			width:98%;
}
		.partner-voip img{
			width:98%;
}
		.carousel-control-prev,
		.carousel-control-next{
		top: 120px!important;
  		bottom: auto!important;
		width: 30px!important;
		height: 50px!important;
		background: #006bcf;
		}
		.carousel-control-next{
			right:-20px!important;
			border-bottom-right-radius: 5px!important;
			border-top-right-radius: 5px!important;
			
		}
		.carousel-control-prev{
			left:-20px!important;
			border-bottom-left-radius: 5px!important;
			border-top-left-radius: 5px!important;
			
		}
/*work sample*/
.worksample-container, .worksample-content{
	font-family: 'Prompt', sans-serif;
	margin:0 auto;
	max-width: 1200px;
	padding: 10px;
	display: block;
	justify-content: center;	
}
/*sample works*/
.worksample{
	background: url("../img/images/workbg.jpg") no-repeat ;
	background-size: cover;
	margin-bottom: 0;
}
.worksample-container{
	text-align: center;
	padding-bottom: 40px;

}
.worksample-content{
	display:grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-auto-rows: inherit;
	grid-gap:20px;
}
.worksample-button{
	padding-top: 30px;
}
.worksample-button a{
	padding: 10px 40px;
	border-radius: 10px;
	border:#fff 2px solid;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none!important;
	cursor: pointer;
	transition: background-color .6s ease
}
.worksample-button a:hover{
	background: #1e398d;
	border-radius: 10px;
	color: #fff;
	box-shadow: #fff 0 0 5px;
}
/* Style the Image Used to Trigger the Modal */
.small-pic .myImg{
	width: 45%;
}
.big-pic{
	grid-area: span 2 / span 1;

}
.mycaption{
	float: right;
	color:#fff;
	font-weight: 500;
	line-height: 1.0;
	font-size: 15px;
}
.myImg {
	border-radius: 10px;
	border: #fff 2px solid;
	cursor: pointer;
	transition: 0.3s;
	margin:5px;
	/*filter: opacity(5%);*/
	width: 100%;
	height: auto;
  }
  
  .myImg:hover {
	  filter:none;
	  transform: scale(1.05);
	  box-shadow: #fff 0 0 8px;

  }
  
  /* The Modal (background) */
  .modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	padding-top: 30px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */  
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }
  
  /* Modal Content (Image) */
  .modal-content {
	margin: auto;
	display: block;
	  width: auto!important;
	  height: 92%;
	  max-width: 80%;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  #caption {
	margin: auto;
	display: block;
	width: 80%;
	max-width: 700px;
	text-align: center;
	color: #ccc;
	padding: 10px 0;
	height: 50px;
  }
  
  /* Add Animation - Zoom in the Modal */
  .modal-content, #caption {
	animation-name: zoom;
	animation-duration: 0.6s;
  }
  
  @keyframes zoom {
	from {transform:scale(0)}
	to {transform:scale(1)}
  }
  
  /* The Close Button */
  .close {
	position: absolute;
	top: 30px;
	right: 50px;
	color: #fff!important;
	text-shadow: 2px 2px #000!important;
	font-size: 50px!important;
	font-weight: bold;
	z-index: 20;  
	transition: 0.3s;
  }
  
  .close:hover,
  .close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
  }
  
 
/*end sample work*/
/*footer*/
.footer-contact{
	background:url("../img/images/contactbg.gif") no-repeat top;
	background-size: cover;
	text-align: center;
	padding-top: 20px;
}
.footer-contact-line img{
	width:35%!important;
	height:35%!important;

}
.contact-content{
	text-align: left !important;
	font-family: 'Prompt', sans-serif!important;
	padding: 6px;
	width: 100%;
}
.contact-content h1 {
	color: #252525;
	line-height: 0.8;
	font-size: 3vw;
	font-weight: 600;
}
.contact-content .caption{
	color:#555;
	line-height: 0.5;
	font-size: 1.8vw;
}
.contact-content h2{
	text-align:center;
	color:#ce0000;
	font-size: 30px;
}
.contact-content h3{
	color: #006bcf;
	text-indent: 20px;
	margin-top: 10px;
	line-height: auto;
	font-size: 2vw;
}
.contact-content p{
	color: #252525;
	font-size: 1.5vw;
}
.contact-content .telephone{
	font-size: 1.8vw;
	margin-left: 20px;
}

.contact-content .telephone b{
	font-size: 30px;
	color:#ce0000;
}
.contact-content .telephone-time{
	font-size: 0.6vw;
	margin-left: 20px;
}

.contact-content .telephone-time b{
	font-size: 20px;
	color:#ce0000;
	margin: auto;
}
.contact-content .quatationbut{
	text-align: left;
	margin-bottom: 20px;
}
.contact-content .quatationbut a{
	font-size: 1.2vw !important;
	font-weight: 600 !important ;
}

.googlemap i{
	color:#c12e44;
	font-size:50px;
	margin-right: 10px;
}
.googlemap a{
	color:#0044cf;
	font-size:20px;
}
.googlemap a:hover{
	color:#ce0000;
}
.contact-form{
	padding: 30px 0;
	
}
.contact-form form, .contact-form .map{
	background: #1e398d;
	border-radius: 20px;
	padding: 20px;
	width: 100%;
	min-width: 300px;
	text-align: center

}
.map h2{
	color:#FBED00;
	font-size: 25px;
}
.map .google iframe{
	width:100%;
	height: 400px;
}
.contact-form form label{
	color:#fff!important;
	float: left;
	margin: 0 10px;
	font-family: 'Prompt', sans-serif!important;
}
.content-form input, .content-form textarea{
	display: block;
	resize: none;
}
.contact-form form .inputtext{
	width: 95%;
	margin: 5px;
	padding: 2px;
	height: 40px;
	border: none;
}
.contact-form form .inputtextarea{
	width: 95%;
	margin: 5px;
	padding: 2px;
	min-height: 200px;
	border: none;
}
.contact-form .submitbut{
	margin-top: 20px;
	padding: 10px 30px;
	background: #006bcf;
	border-radius: 10px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	border: none;
	cursor: pointer;
	transition: all .3s ease;
	font-family: 'Prompt', sans-serif!important;
}
.contact-form .submitbut:hover{
	background: #707070;
	border-radius: 10px;
	transform: scale(1.1);
}
.g-recaptcha{
	margin-left:5px;
	transform: scale(90%,90%)
}
.footer {
	background-color: #464646;
	color: #fff!important;
	padding:20px 0;
	font-family: 'Prompt', sans-serif!important;
}
.footer-container h3{
	font-size: 20px!important;
	font-weight: 600!important;
}
.footer-container h4{
	padding-left:20px;
}
.foot h4 a, .biglink ul li a{
	font-size: 20px !important;
	font-weight: 600 !important;
	color: #fff!important;
	text-decoration: none!important;
}
.footer-container p{
	font-size: 13px!important;
	text-align: justify;
}
.footer-container ul{
	margin-left: 20px;
}
.biglink ul li{
	line-height: 2;
	list-style: none!important;
	color:#fff!important;
}
.Services-link li {
	text-decoration: none!important;
	font-size: 17px;
}
.Services-link li a{
	color:#0b0606!important;
}
.Services-link li a:hover, .biglink ul li a:hover, .foot h3 a:hover{
	color:#009bff!important;
	text-decoration: none;
}
.footer-link li {
	text-decoration: none!important;
}
.footer-link li a{
	color:#fff!important;
}
.footer-link li a:hover, .biglink ul li a:hover, .foot h4 a:hover{
	color:#009bff!important;
	text-decoration: none;
}
.footer-container .biglink .line:hover{
	color:#00c800!important;
}
.footer-container .biglink .fb:hover{
	color:#004696!important;
}
.footer-container .biglink .mail:hover{
	color:#fff200!important;
}
.copyright{
	background:#252525;
	color: #fff;
}
.copyright div{
	padding: 20px !important;
	text-align: center;
	font-size: 15px;
}

@media only screen and (max-width: 992px){
	/*top header*/
 	.attention{
		font-size: 12px;
	}
	/*navbar menu dropdown*/
	.navbar{
		padding-left:0!important;
		padding-right:0!important;
		margin-left: 0!important;
		margin-right: 0!important
	}
	.dropdown-menu{
		margin-left: -70px!important;
	}
	/*home heading animation*/
	.content-heading .animate{
		font-size: 35px;
	}
	.animate .and{
		font-size: 30px;
	}
	.content-heading p{
		font-size: 16px;
	}
	/*service box*/
	.service-box .box{
		padding:20px 10px;
	}
	/*about JSS*/
	.abouthead h1, .pageheading h1{
	font-size: 2rem;
}
	.abouthead h4, .pageheading h4{
	font-size: 1.4rem;
}
	.abouthead span, .pageheading span{
	font-size: 1rem;
}
	.aboutcontent p{
	font-size:0.7rem;
	}
	.aboutlist h3{
	font-size: 1rem;
	}
	.aboutlist ul{
	line-height: 1.2;
	}
	.aboutlist ul li span{
	font-size: 0.8rem;
	}
	/*customer home*/
	.customer-logo img{
	width:15%!important;
	height:15%!important;
}
	/*partner slideshow*/
	.carousel-indicators a{
			margin: 5px;
    		padding: 7px 15px;
   			color:#363636;
    		border:2px solid #ce0000;
			font-size: 12px;
			font-weight: 600;
    		transition: background-color .6s ease
		}	
		.partner-network img{
			width:20%;
}
		.partner-cctv img {
			width:20%;
}
		.partner-voip img{
			width:20%;
}
	.small-pic .myImg{
		width: 44%;
	}
	/*footer*/
	.contact-content h1 {
	font-size: 30px;
}
.contact-content .caption{
	font-size: 15px;
}
.contact-content h3{
	font-size: 20px;
}
.contact-content p {
	font-size: 15px;
}
.contact-content .telephone{
	font-size: 20px;
}
.contact-content .quatationbut a{
	font-size: 15px !important;
	font-weight: 600 !important ;
}
	.service-content h3, .service-heading h3{
		font-size: 18px!important;
	}
	.service-content p, .page-content p, .page-content ul{
		font-size: 12px;
	}
	.vision-content p{
		width:60%;
	}
	.column1 {
    flex: 33%;
    max-width: 33%;
  }
}
@media only screen and (max-width: 768px){
	/*top header*/
	.attention{
		font-size: 11px;
	}
	.phone{
	background:#464646;
	}
	/*navbar menu dropdown*/
	.mainmenu {
		background-color: #f9f9f9 !important;
		box-shadow: 0px 2px 3px #b2b2b2!important;
}
	.nav-item{
	text-align: left!important;
	}
	.dropdown-menu{
		margin-left: -20px!important;
	}
	
	/*home heading animation*/
	.content-heading .animate span, .animate .and, .content-heading p{
		color:#fff;
		text-shadow: #000 1px 1px 1px;	
	}
	.content-heading nav{
		transform: scale(0.9,0.9);
	}
	.modal-content {
	  width: 100%;
	}
	.worksample-content{
		grid-template-columns: 1fr 1fr;
	}
	.small-pic .myImg{
		width: 43%;
	}
	.page-heading h1{
		font-size:25px!important;
		color:#fff!important;
		text-shadow: 1px 1px 0 #000 ;
	}
	.page-heading h4{
		font-size:15px!important;
		color:#ccc!important;
		text-shadow: 1px 1px 0 #000 ;
	}
	.page-heading span{
		font-size:12px!important;
		text-shadow:none ;
	}
	.page-content div:nth-of-type(1), .page-content div:nth-of-type(2){
		margin-bottom: 20px
	}
	.vision-content p{
		font-size:18px;
	}
	.vision-content img{
	right:10px!important;
	width: 180px;
}
	.column1, .column2 {
    flex: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 576px){
	/*small background*/
	.homebg{
	background: url("../img/images/home-bg-sm.jpg") no-repeat ;
	}
	.servicebg{
	background: url("../img/images/service-bg-sm.jpg") no-repeat ;
	}
	.aboutbg{
	background: url("../img/images/about-bg-sm.jpg")no-repeat ;
	}
	.customerbg{
	background: url("../img/images/customer-bg-sm.jpg") no-repeat ;
	}
	.worksbg{
	background: url("../img/images/works-bg-sm.jpg") no-repeat ;
	}

	/*navbar menu dropdown*/
	.navbar{
		padding-left:0!important;
		padding-right:0!important;
		margin-left: -10px!important;
		margin-right: -10px!important
	}
	.dropdown-menu{
		margin-left: 0!important;
	}
	div.dropdown-multicol{
  		width: 20em;
	}
	div.dropdown-multicol>div.dropdown-col{
  		display:block;
		width: 100%
	}
	.dropdown-col .dropdown-item p{
		display: none;
	}

	/*home heading animation*/
	.content-heading{
		padding-top: 30px;
		padding-left: 30px;
	}
	.content-heading .animate{
		font-size: 30px;
	}
	.animate .and{
		font-size: 25px;
	}	
	.content-heading p{
		font-size: 14px;
	}
	.content-heading nav{
		width: 350px;
		margin-left:-20px;
		transform: scale(0.8,0.8);
	}
	.worksample-content{
		grid-template-columns:1fr;
	}
	.modal-content {
		width: 100%;
	  }
	  .small-pic .myImg{
		width: 44%;
	}
	.close {
		right: 30px;
	}
	.vision-content img{
	width: 160px;
	right:-10px!important;
}
	.vision-content p{
		width:45%;
	}
	.vision-head h4{
	font-size:40px;
}
.vision-head span{
	font-size:15px;
}
 .column1, .column2 {
    flex: 98%;
    max-width: 98%;
  }
.sportlight-group {
  padding:0!important;	
}
	.contact-content h2{
	font-size: 20px;
}
}
@media only screen and (max-width: 360px){
.g-recaptcha{
	margin-left:-5px;
}
	.map .google iframe{
	width:260px;
}
}