@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

/*
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800

font-family: 'Inter', sans-serif;
*/

*{
	margin: 0px;
	padding: 0px;
}
	
ul, li, ol{
	list-style-type: none;
}

.clr {
	clear:both;
	display:block;
	width:100%;
	height:0px;
}

a {
   	text-decoration: none;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	box-shadow:none;
}

a:focus, a:active {
	outline: none;
}
	
a, a img {
	border:none;
}
	
img {
	max-width:100%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Inter', sans-serif;
    font-weight: bold;
	margin:0px;
	padding:0px;
	letter-spacing:0px;
	text-transform:none;
	line-height: 1.4;
}
	
h1 {
	font-size:32px;
}
	
h2 {
	font-size:28px;
}
	
h3 {
	font-size:25px;
}
	
h4 {
	font-size:21px;
}
	
h5 {
	font-size:17px;
}
	
h6 {
	font-size:14px;
}
	
p{
	margin-bottom:15px;	
	padding-bottom:0px;
}

iframe{
	width: 100%;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder{
	/*color: #131313;*/
	font-family: 'Inter', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Inter', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Inter', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Inter', sans-serif;
	}

textarea{
	height: 100px;
}

body:not(.home) #site-header{
	-webkit-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	border-bottom: solid 1px #e9e0e0;
	}

body:not(.home) #site-content{
	padding-top: 4rem;
}

body{
	font-family: 'Inter', sans-serif;
  font-weight: 400;
  color: #555555;
	font-size: 16px;
	line-height: 27px;
}

.wrap{
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

a{
	color: #00c881;
}

#site-header .header-inner, .header-top .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 20px;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.header-top{
	background: #0d1c56;
	color: #ffffff;
	font-size: 14px;
}

.header-top .wrap{
	padding: 0.6rem 20px;
}

.socials-top ul li{
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.socials-top ul li a{
	color: #ffffff;
}

.socials-top ul li a:hover{
	color: #00c881;
}

.help img{
	margin-right: 10px;
	margin-top: -4px;
}

.help a{
	margin-left: 5px;
}

.help a:hover{
	color: #ffffff;
}

.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}

.topnav .icon {
  display: none;
}

.navgation-menu{
	width: 94%;
	text-align: right;
}

.navgation-menu > ul > li, .navmenu > ul > li{
	display: inline-block;
	vertical-align: top;
	margin: 0 22px;
}

.navgation-menu > ul > li a, .navmenu > ul > li a, #navDemo > ul > li a{
	color: #0e2b5c;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 600;
}

.navgation-menu > ul > li a:hover, .navmenu > ul > li a:hover, #navDemo > ul > li a:hover{
	color: #00c881;
}

#myNavbar{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.w3-top{
	position: relative;
}

.w3-bar.w3-card{
	position: fixed;
	top: 0;
	z-index: 9;
}

.w3-card, .w3-card-2{
	-webkit-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 12px 38px 0px rgba(0,0,0, 0.25);
	border-bottom: solid 1px #e9e0e0;
}

#site-header.w3-bar{
	overflow: initial;
}

#site-header.w3-bar.w3-card .header-inner{
	padding: 1rem;
}

.w3-hover-red:hover{
	background-color: #0d1c56 !important;
}

/*.navmenu > ul > li > ul, #navDemo > ul > li > ul{
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	z-index: 1;
	width: 220px;
	height: auto;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #fff;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	text-align: left;
	opacity: 0;
	margin: 0 auto;
	visibility: hidden;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}

.navmenu > ul > li:hover > ul, #navDemo > ul > li:hover > ul{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
*/

.navmenu > ul > li.dropdown, #navDemo > ul > li.dropdown {
  overflow: hidden;
}

.navmenu > ul > li.dropdown .fa, #navDemo > ul > li.dropdown .fa{
	margin-left: 5px;
	color: #0c1b54;
}

.navmenu > ul > li.dropdown .dropbtn, #navDemo > ul > li.dropdown.dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.sub-menu, #navDemo > ul > li > ul.sub-menu {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.sub-menu a, #navDemo > ul > li > ul.sub-menu a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.sub-menu a:hover, #navDemo > ul > li > ul.sub-menu a:hover {
  background-color: #fff;
}

.navmenu > ul > li.dropdown:hover .sub-menu, #navDemo > ul > li.dropdown:hover {
  display: block;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */

.slider-content{
	color: #f2f2f2;
	font-size: 16px;
	padding: 8px 12px;
	position: absolute;
	max-width: 1240px;
	margin: 0 auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-text {
  width: 100%;
  height: 100%;
  max-width: 560px;
  text-align: left;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 justify-content: center;
 align-items: flex-start;
 flex-direction: column;
}

.slider-text h3{
	font-size: 48px;
	font-weight: 900;
	color: #ffffff;
}

.slider-text .get-btn{
	margin-top: 1.2em;
}

.slider-text .get-btn a{
	background-color: #ffffff;
	color: #032060;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 18px 40px 18px 20px;
	clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 6px;
  width: 34px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 20px;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #ffffff;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.slider-dots{
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
}

.home-welcm{
	background-image: url(../images/welcm-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 6rem 0;
}

.welcm-left{
	position: relative;
	z-index: 2;
}

.welcm-left:after{
	content: "";
	position: absolute;
	background-image: url(../images/dots.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right top;
	width: 90px;
	height: 150px;
	top: -30px;
	right: 30px;
	z-index: -999;
}

.wlcm-cyber{
	position: absolute;
	background-color: #00c881;
	border-radius: 4px;
	color: #ffffff;
	right: 0;
	bottom: 60px;
	width: 100%;
	max-width: 235px;
	padding: 26px
}

.wlcm-cyber img{
	margin-bottom: 10px;
}

.welcm-right small{
	font-size: 15px;
	font-weight: 600;
	color: #00c881;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 15px;
	display: block;
}

.welcm-right h5{
	font-size: 22px;
	font-weight: 600;
	color: #0e2b5c;
	margin-bottom: 1.2em;
}

.more-btn {
  margin-top: 2.2em;
}

.more-btn a{
	background-color: #0e2b5c;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 15px 37px 15px 20px;
	clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
	display: block;
	max-width: 200px;
	position: relative;
}

.home-services{
	background-image: url(../images/hmservice-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	padding: 6% 0;
	color: #ffffff;
}

.hmservice-box{
	width: 29%;
	display: inline-block;
	vertical-align: top;
	margin: 2%;
	background-color: #0e2b5c;
	color: #ffffff;
	padding: 3%;
	border-radius: 5px;
	height: 270px;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.hmservice-box:hover{
	background-color: #00c881;
	color: #ffffff;
	margin-top: 17px;
}

.hmservice-box img{
	transition: all .5s ease;
}

.hmservice-box:hover img{
	transform: rotateY(1turn);
	filter: brightness(0) invert(1);
}

.hmservice-box h5{
	font-size: 21px;
	font-weight: 600;
	margin: 10px 0;
}

.home-serve{
	padding: 8% 0 4% 0;
}

.hmserve-box-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hmserve-box{
	/* Firefox */
	width: -moz-calc(100% /3 - 30px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 30px);
	/* Opera */
	width: -o-calc(100% /3 - 30px);
	/* Standard */
	width: calc(100% /3 - 30px);
}

.hmser-hding{
	max-width: 625px;
	margin: 0 auto;
	text-align: center;
}

.hmser-hding small{
	font-size: 15px;
	font-weight: 400;
	color: #00c881;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hmser-hding h3{
	font-size: 36px;
	font-weight: 900;
	color: #ffffff;
	margin: 9px 0px;
}

.hmser-hding p{
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
}

#site-footer{
	background-image: url(../images/ftr-bg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	margin-top: 8rem;
}

.footer-widgets-wrapper{
	padding: 10rem 0 4rem 0;
}

.sitefooter-one{
	background-image: url(../images/ftrtop-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: -15rem;
	margin-bottom: 5rem;
	padding: 5% 7%;
}

.call-btn a {
  background-color: #ffffff;
  color: #032060;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 18px 60px 18px 32px;
  clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

.sitefooter-one, .sitefooter-two, .hmserve-box-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.sitefooter-one{
	align-items: center;
}

.sitefooter-two .footer-widget{
	/* Firefox */
	width: -moz-calc(100% /3 - 0px);
	/* WebKit */
	width: -webkit-calc(100% /3 - 0px);
	/* Opera */
	width: -o-calc(100% /3 - 0px);
	/* Standard */
	width: calc(100% /3 - 0px);
}

.footer-widget .ftr-logo img{
	margin-bottom: 30px;
}

.footer-widget h3.widget-title{
	margin-bottom: 24px;
}

.footer-widget.widget-menu{
	padding-left: 8%;
}

.footer-nav_menu ul li{
	margin-bottom: 3px;
}

.footer-nav_menu ul li a{
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.footer-nav_menu ul li a:hover{
	color: #00c881;
	margin-left: 10px;
}

.footer-nav_menu ul li a:before{
	content: "\f0da";
	position: absolute;
	font-size: 0;
	width: 0;
	top: -4px;
	left: -10px;
	font-family: "fontawesome";
	color: #fff;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-o-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}

.footer-nav_menu ul li a:hover:before{
	width: 10px;
	font-size: 13px;
	color: #00c881;
}

.btm-details-list, .socials-btm ul{
	margin: 0;
}

.btm-details-list li.location,
.btm-details-list li.email,
.btm-details-list li.hours,
.btm-details-list li.call{
	position: relative;
	margin-right: 0;
}

.btm-details-list li{
	padding-bottom: 15px;
	padding-left: 40px;
	font-size: 15px;
	margin-bottom: 10px;
	list-style-type: none;
	color: #fff;
}

.btm-details-list li a{
	color: #fff;
}

.btm-details-list li a:hover{
	color: #00c881;
}

.btm-details-list li.location:before{
	content: "";
	background-image: url(../images/location-icon.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	position: absolute;
	width: 21px;
	height: 31px;
	top: 4px;
	left: 0;
}

.btm-details-list li.email:before{
	content: "";
	background-image: url(../images/mail-icon.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	position: absolute;
	width: 21px;
	height: 15px;
	top: 6px;
	left: 0;
}

.btm-details-list li.hours:before{
	content: "";
	background-image: url(../images/hour-icon.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	position: absolute;
	width: 21px;
	height: 21px;
	top: 6px;
	left: 0;
}

.btm-details-list li.call:before{
	content: "";
	background-image: url(../images/phone-icon.png);
	background-repeat: no-repeat;
	background-size: 90% auto;
	position: absolute;
	width: 22px;
	height: 23px;
	top: 5px;
	left: 0;
}

.socials-btm ul li{
	display: inline-block;
	margin: 0 6px;
	font-size: 18px;
}

.socials-btm ul li a{
	color: #00c781;
	border: solid 1px rgba(255,255,255,0.2);
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	border-radius: 50px;
	line-height: 30px;
	font-size: 13px;
}

.socials-btm ul li a:hover,
.footer-credits a:hover{
	color: #ffffff;
}

.footer-bottom-info{
	background-color: #0b2653;
	color: #ffffff;
	padding: 16px 0;
}

.footer-bottom-info p{
	margin-bottom: 0;
}

/* inner pages */

.inner-banner{
	background-image: url(../images/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 0;
}

.inner-banner-content h1{
	font-size: 28px;
	color: #ffffff;
}

.about-cnt h3, .serve-cnt-box h2{
	font-size: 32px;
	font-weight: 900;
	color: #081834;
	margin-top: 1em;
	margin-bottom: 1em;
}

.prdt-service-box{
	background: #ffffff;
	padding: 30px;
	box-shadow: 0px 5px 40px rgba(0,0,0,0.1);
	margin-bottom: 3em;
}

.prdt-service-box h3, .serve-cnt-box h3{
	font-size: 24px;
	font-weight: bold;
	color: #081834;
	margin-bottom: 0.5em;
}

.btn1 a, .read-btn a {
  background-color: #0e2b5c;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 12px 40px 12px 20px;
	clip-path: polygon(0 0%, 100% 0%, 85% 100%, 0 100%);
}

.service-inner-box h3{
	font-size: 28px;
	font-weight: 900;
	color: #081834;
	margin-top: 1em;
	margin-bottom: 1em;
}

.clor-blue-italic{
	color: #0e2b5c;
	font-size: 17px;
	font-weight: 600;
}

.serve-cnt-box h2{
	margin-top: 0;
	margin-bottom: 0.5em;
}

.btn1.view-btn{
	margin-top: 1.5em;
}

.btn1.view-btn a{
	padding: 16px 55px 16px 30px;
	font-size: 14px;
}

.serve-item h4{
	font-size: 18px;
	font-weight: bold;
	color: #081834;
	margin: 1.25em 0;
}

.hmserve-box:first-child{
	padding-right: 3%;
}

.hmserve-box:first-child h3{
	font-size: 36px;
	font-weight: 900;
	color: #081834;
	padding-right: 20px;
	margin-bottom: 0.7em;
}


/* responsive styles */

@media only screen and (min-width: 1000px) {
.logo{
	width: 26%;
	}

.navmenu {
  width: 74%;
  text-align: right;
	}
}

@media only screen and (min-width: 780px) {
.welcm-row, .footer-bottom-info .wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}

.welcm-left, .welcm-right{
	/* Firefox */
	width: -moz-calc(100% /2 - 40px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 40px);
	/* Opera */
	width: -o-calc(100% /2 - 40px);
	/* Standard */
	width: calc(100% /2 - 40px);
	}

.sitefooter-one .footer-widget:first-child{
	width: 68%;
	}

.sitefooter-one .footer-widget:last-child{
	width: 30%;
	text-align: right;
	}
}

@media only screen and (max-width: 1200px) {
div.welcm-left{
	max-width: 600px;
	}

div.welcm-left:after{
	right: -30px
	}

.wlcm-cyber{
	right: -30px;
	}
}

@media only screen and (max-width: 1024px) {
div.hmserve-box:first-child h3{
	font-size: 28px;
	}
}

@media only screen and (max-width: 1000px) {
.logo{
	width: 25%;
	}

.navmenu {
  width: 75%;
  text-align: right;
	}

.navgation-menu > ul > li, .navmenu > ul > li{
	margin: 0 9px;
	}

div.hmservice-box{
	width: 45.6%;
	}

div.hmserve-box:first-child h3{
	font-size: 22px;
	}
}

@media only screen and (max-width: 780px) {
div.welcm-left {
  max-width: 500px;
  margin-bottom: 30px;
	}	

div.welcm-left:after {
  right: -20px;
  background-size: 60% auto;
	}

footer#site-footer{
	margin-top: 4rem;
	}

div.footer-widgets-wrapper{
	padding: 10rem 0 1rem 0;
	}

div.ftr-btm-left{
	margin-bottom: 10px;
	}

div.sitefooter-one{
	margin-bottom: 3rem;
	}
}

@media screen and (max-width: 768px) {
.navgation-menu > ul > li a, .navmenu > ul > li a{
	font-size: 13px;
	}

body:not(.home) #site-content {
  padding-top: 2rem;
	}

body{
	font-size: 15px;
	line-height: 25px;
	}

div.slider-text h3{
	font-size: 30px;
	}

div.slider-text .get-btn a{
	font-size: 12px;
	padding: 12px 30px 12px 14px;
	}	

div.slider-text p{
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 14px;
	}

div.slider-text .get-btn{
	margin-top: 0.5em;
	}

div.inner-banner-content h1, div.hmser-hding h3{
	font-size: 24px;
	}

.about-cnt h3, div.serve-cnt-box h2{
	font-size: 22px;
	}

div.prdt-service-box h3, div.serve-cnt-box h3{
	font-size: 18px;
	}

div.sitefooter-two, div.hmserve-box-row, div.sitefooter-one {
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block;
  display: -o-block;
  display: block;
	}

div.call-btn a{
	display: block;
	padding: 13px 46px 13px 25px;
	max-width: 160px;
	}

.hmserve-box:nth-child(1){
	width: 100%;
	margin-bottom: 30px;
}

.hmserve-box:nth-child(2), .hmserve-box:nth-child(3){
	width: 44%;
	display: inline-block;
	margin: 7px;
	vertical-align: top
}

div.sitefooter-two .footer-widget {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
  margin-bottom: 2em;
	}

div.footer-widget.widget-menu{
	padding-left: 0;
	}
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
   float: right;
   display: block;
  }

.navmenu > ul > li.dropdown .fa{
 	display: none;
 }

header .logo{
	width: 70%;
	}

header.navmenu{
	width: 30%;
	}

.header-top .wrap{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	text-align: center;
	padding: 0.6rem 40px;
	}

#site-header .header-inner, .header-top .wrap{
	padding: 1rem 20px;
	}

div.welcm-left {
  margin-right: 50px;
	}	

div.wlcm-cyber{
	bottom: 25px;
	padding: 5%;
	}

div.wlcm-cyber h4{
	font-size: 18px;
	}

div.wlcm-cyber p{
	font-size: 12px;
	line-height: 19px;
	margin-bottom: 5px;
	}

div.wlcm-cyber img{
	max-width: 34px;
	}

div.welcm-right h5{
	font-size: 18px;
	}

div.hmservice-box:hover{
	margin-top: 2%;
	}

div.more-btn a{
	padding: 13px 37px 12px 20px;
	font-size: 13px;
	max-width: 180px;
	}

section.home-welcm{
	padding: 5rem 0 3rem 0;
	}

div.hmservice-box{
	width: 100%;
	height: auto;
	margin: 2% 0;
	}

div.hmservice-box img{
	width: 32px;
	height: 32px;
	}

div.hmservice-box h5{
	font-size: 18px;
	}

 div.inner-banner-content h1 {
  font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

@media screen and (max-width: 480px) {
div.slider-text h3 {
  font-size: 21px;
  line-height: 24px;
	}

div.slider-text p {
  margin-bottom: 0;
  line-height: 15px;
  font-size: 12px;
	}

.slider-dots{
	display: none;
	}

div.hmserve-box:nth-child(2), div.hmserve-box:nth-child(3){
	width: 100%;
	margin: 7px 0;
	}

div.hmserve-box img{
	width: 100%;
	}

div.serve-item h4{
	margin: 1em 0;
	}

div.hmserve-box:first-child h3{
	font-size: 18px;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}