@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap');

/*

ExtraLight 200 
Light 300 
Regular 400 
Medium 500 
SemiBold 600 
Bold 700

font-family: 'Montserrat', 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;
}

ul, li, ol{
	list-style-type: square;
}

ul{
	margin-left: 15px;
}

ul li{
	margin-bottom: 10px;
}

img {
	max-width:100%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Montserrat', 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: 'Montserrat', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Montserrat', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Montserrat', sans-serif;
	}

textarea{
	height: 100px;
}

body:not(.home) .header-top{
	background-color: #2541b2;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

body:not(.home) #site-header{
	-webkit-box-shadow: 0px 30px 34px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 30px 34px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 30px 34px 0px rgba(0,0,0, 0.25);
	background-color: #2541b2;
	}

body:not(.home) #site-content{
	padding-top: 4rem;
}

body{
	font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #4b4b4b;
	font-size: 16px;
	line-height: 27px;
}

.wrap{
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

a{
	color: #0554f2;
}

.home #site-header{
	position: absolute;
	background-color: transparent;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
}

#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: 1.2rem 20px 1.2rem 20px;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.home #site-header .header-inner{
	padding: 4rem 20px 0 20px;
}

.header-top{
	padding: 10px;
}

.header-top-right ul li{
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	padding-left: 35px;
	margin-left: 20px;
	font-size: 15px;
	font-weight: 400;
	list-style-type: none;
	color: #fff;
}

.header-top-right ul li a{
	color: #ffffff;
}

.header-top-right ul li.call-top, .header-top-right ul li.mail-top {
  position: relative;
  margin-right: 0;
}

.header-top-right ul li.call-top::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;
}

.header-top-right ul li.mail-top::before {
  content: "";
  background-image: url(../images/mail-icon.png);
  background-repeat: no-repeat;
  background-size: 90% auto;
  position: absolute;
  width: 22px;
  height: 23px;
  top: 7px;
  left: 0;
}

.home .header-top{
	position: absolute;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 999;
	border-bottom: solid 1px rgba(255,255,255,0.2);
}

.header-top .wrap{
	padding: 0 20px;
}

.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 26px;
}

.navgation-menu > ul > li:last-child, .navmenu > ul > li:last-child{
	margin-right: 0;
}

.navgation-menu > ul > li a, .navmenu > ul > li a, #navDemo > ul > li a{
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
}

.navgation-menu > ul > li a:hover, .navmenu > ul > li a:hover, #navDemo > ul > li a:hover{
	color: #06bee1;
}

#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;
}

#site-header.w3-bar.w3-card, .home#site-header.w3-bar.w3-card{
	position: fixed;
	top: 0;
	z-index: 9;
}

#site-header.w3-bar.w3-card .logo img{
	width: 180px;
}

.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);
	background-color: #2541b2 !important;
}

#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.dropdown, #navDemo > ul > li.dropdown {
  overflow: hidden;
}

.navmenu > ul > li.dropdown .fa, #navDemo > ul > li.dropdown .fa{
	margin-left: 5px;
	color: #ffffff;
}

.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;
  margin-left: 0;
  width: 22%;
}

.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;
}

ul.sub-menu li{
	margin-bottom: 0;
	list-style-type: none;
}

.navmenu > ul > li > ul > li a, #navDemo > ul > li > ul > li a{
	color: #000000;
	font-size: 14px;
	line-height: 20px;
}

.navmenu > ul > li.dropdown:hover .sub-menu, #navDemo > ul > li.dropdown:hover .sub-menu {
  display: block;
}

.mySlides img{
	border-bottom-left-radius: 24%;
	border-bottom-right-radius: 24%;
}

/* 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(8, 83, 242, 0.5);
}

/* 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: 670px;
  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: 90px;
	line-height: 100px;
	font-weight: 500;
	color: #ffffff;
	margin-bottom: 2rem;
}

.slider-text h3 span.big-text{
	font-weight: bold;
}

.slider-text .get-btn{
	display: block;
	width: 100%;
	margin-top: 1.2em;
}

.slider-text .get-btn a{
	background-color: #2541b2;
	color: #ffffff;
	width: 100%;
	max-width: 194px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	padding: 14px;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 8px;
  width: 40px;
  margin: 0 2px;
  background-color: transparent;
  border: solid 2px #fff;
  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: 40px;
	left: 0;
	display: none;
}


.hmserve-box-row, .hmabout-subserv-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.hmserve-box, .hmabout-subserv-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);
	text-align: center;
	position: relative;
}

.hmabout-subserv-box{
	overflow: hidden;
}

.hmabout-subserv-box img{
	transition: transform .5s ease;
	width: 100%;
}

.hmabout-subserv-box:hover img{
	transform: scale(1.5);
}

.hmabout-subserv-box h3{
	background-color: #ffffff;
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	width: 83%;
	right: 0;
	left: 0;
	margin: 0 auto;
	bottom: -20px;
	padding: 20px 13px 30px 13px;
	overflow: hidden;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.hmabout-subserv-box:hover h3{
	transform: translateY(-10px);
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.home-welcm{
	background-color: #1b3083;
	padding: 8rem 0;
	color: #ffffff;
	position: relative;
}

.home-welcm:before{
	content: "";
	position: absolute;
	background-image: url(../images/blue-shape.png);
	background-size: 100% 100%;
	background-position: top center;
	width: 100%;
	height: 68px;
	top: -59px;
	right: 0;
	left: 0;
}

.wlcm-img{
	overflow: hidden;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.wlcm-img:hover{
	transform: translateY(-10px);
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-ms-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
}

.welcm-right{
	position: relative;
	z-index: 2;
}

.welcm-right: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;
	left: -30px;
	z-index: -999;
}

.wlcm-img img{
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

.welcm-left h3{
	font-size: 50px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0.3em;
	max-width: 475px;
}

.welcm-left small{
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 80px;
	position: relative;
}

.welcm-left small:before{
	content: "";
	position: absolute;
	background-color: rgba(255, 255, 255, 0.2);
	width: 60px;
	height: 2px;
	top: 10px;
	left: -80px;
}

.more-btn {
  margin-top: 2.2em;
}

.more-btn a{
	background-color: #2541b2;
	color: #ffffff;
	width: 100%;
	max-width: 224px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	padding: 15px;
}

.home-services{
	padding: 0 0 8rem 0;
	color: #ffffff;
	margin-top: -7.5%;
	position: relative;
	z-index: 2;
}

.hmservice-box{
	width: 29%;
	display: inline-block;
	vertical-align: top;
	margin: 2%;
	background-color: #ffffff;
	color: #100d24;
	padding: 4%;
	height: 424px;
	-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;
	-webkit-box-shadow: 0px 12px 34px 0px rgba(159, 155, 155, 0.1);
	-moz-box-shadow: 0px 12px 34px 0px rgba(159, 155, 155, 0.1);
	box-shadow: 0px 12px 34px 0px rgba(159, 155, 155, 0.1);
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.hmservice-box:hover{
	 background: rgb(37,65,178);
	background: -moz-linear-gradient(0deg, rgba(37,65,178,1) 0%, rgba(46,83,234,1) 45%, rgba(6,190,225,1) 100%);
	background: -webkit-linear-gradient(0deg, rgba(37,65,178,1) 0%, rgba(46,83,234,1) 45%, rgba(6,190,225,1) 100%);
	background: linear-gradient(0deg, rgba(37,65,178,1) 0%, rgba(46,83,234,1) 45%, rgba(6,190,225,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2541b2",endColorstr="#06bee1",GradientType=1); 
	color: #ffffff;
	margin-top: 11px;
}

.hmservice-box:hover h5{
	color: #ffffff;
}

.hmser-wrap{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	height: 100%;
}

.hmservice-box img{
	transition: all .5s ease;
	margin-bottom: 12px;
}

.hmservice-box:hover img{
	transform: rotateY(1turn);
	filter: brightness(0) invert(1);
}

.hmser-img{
	width: 100%;
}

.hmser-img h3{
	font-size: 50px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.2);
}

.hmservice-box h5{
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #06bee1;
	margin: 10px 0;
}

.learn-btn{
	width: 100%;
	display: block;
}

.learn-btn a{
	background: transparent;
	color: #2541b2;
	text-decoration: underline;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
}

.hmservice-box:hover .learn-btn a{
	background: transparent;
	color: #ffffff;
}

.hmservice-box:hover .hmser-img h3{
	color: #ffffff;
}

.counter-number{
	padding: 5% 0;
}

.counter-number-row{
	text-align: center;
	max-width: 1100px;
	margin: 0 auto;
}

.counter-number-row span{
	font-size: 55px;
	font-weight: bold;
	color: #2541b2;
	display: block;
	margin-bottom: 24px;
}

.counter-number-row div h5{
	font-size: 22px;
	font-weight: 600;
	color: #2541b2;
}

#site-footer{
	background-image: url(../images/ftr-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #ffffff;
	margin-top: 4rem;
}

.home #site-footer{
	margin-top: 0;
}

.footer-widgets-wrapper{
	padding: 8rem 0 6rem 0;
}

/*.sitefooter-one{
	background: #0554f2;
	margin-top: -15rem;
	margin-bottom: 5rem;
	padding: 5% 7%;
}

.sitefooter-one h3{
	font-size: 36px;
}

.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(0px 0%, 88% 0%, 100% 100%, 0px 100%);
}
*/
.sitefooter-one, .sitefooter-two, .hmserve-box-row, .half-fields-row, .hmser-img,
.counter-number-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.sitefooter-one, .hmser-img{
	align-items: center;
}

.sitefooter-two .footer-widget{
	/* 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);
}

.footer-widget .ftr-logo img{
	max-width: 240px;
	margin-bottom: 30px;
}

.footer-widget h3.widget-title{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 24px;
}

.half-fields{
	/* Firefox */
	width: -moz-calc(100% /2 - 15px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 15px);
	/* Opera */
	width: -o-calc(100% /2 - 15px);
	/* Standard */
	width: calc(100% /2 - 15px);
}

input[type=text], input[type="email"], input[type="tel"], input[type="url"], select, textarea{
	width: 100%;
	padding: 12px;
	border: solid 1px #ccc;
	background-color: #ffffff;
	outline: none;
}

#contact-form input[type=text], #contact-form input[type="email"], 
#contact-form textarea{
	background-color: transparent;
	margin-bottom: 25px;
	border-color: rgba(255, 255, 255, 0.3);
	color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 11px 20px;
}

.submit-btn input[type="submit"]{
	background-color: transparent;
	border: 0;
	border-radius: 0;
	text-transform: uppercase;
	color: #ffffff;
	cursor: pointer;
	float: right;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

/* Placeholder text color -- selectors need to be separate to work. */
#contact-form input[type=text]::-webkit-input-placeholder{
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
	}

#contact-form input[type=text]:-moz-placeholder{
	color: rgba(255, 255, 255, 0.3);
	font-family: 'Montserrat', sans-serif;
	}

#contact-form input[type=text]::-moz-placeholder{
	font-family: 'Montserrat', sans-serif;
	opacity: 1;
	}

#contact-form input[type=text]:-ms-input-placeholder{
	font-family: 'Montserrat', sans-serif;
	}

.footer-widget.widget-menu{
	padding-left: 6%;
}

.footer-nav_menu ul li{
	list-style-type: none;
}

.footer-nav_menu ul li a{
	font-weight: 400;
	color: #ffffff;
	font-size: 16px;
	position: relative;
}

.footer-nav_menu ul li a:hover{
	color: #2541b2;
	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: #2541b2;
}

.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: 54px;
	font-size: 16px;
	margin-bottom: 20px;
	list-style-type: none;
	color: #fff;
}

.btm-details-list li a{
	color: #fff;
}

.btm-details-list li a:hover{
	color: #2541b2;
}

.socials-btm{
	margin-top: 3em;
}

.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 10px;
	font-size: 18px;
}

.socials-btm ul li a{
	color: #ffffff;
	background-color: #0554f2;
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	border-radius: 50px;
	line-height: 40px;
	font-size: 15px;
}

.socials-btm ul li a:hover,
.footer-credits a:hover{
	color: #ffffff;
}

.footer-bottom-info{
	background-color: #203899;
	color: #ffffff;
	padding: 16px 0;
}

.footer-bottom-info p{
	margin-bottom: 0;
}

.ftr-btm-left a{
	color: #06bee1;
}

.ftr-btm-left a:hover{
	color: #ffffff;
}

ul.ftr-btm-links li{
	list-style-type: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 0;
	margin-left: 11px;
	padding-left: 12px;
	border-left: solid 1px rgba(255,255,255,0.1);
}

ul.ftr-btm-links li:first-child{
	border-left: 0;
}

ul.ftr-btm-links li a{
	color: rgba(255, 255, 255, 0.6);
}

ul.ftr-btm-links li a:hover{
	color: #ffffff;
}
/* inner pages */

.inner-banner{
	background-image: url(../images/inner-banner.png);
	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, .solutions-pg-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, .solutions-pg-box h3{
	font-size: 24px;
	font-weight: bold;
	color: #2541b2;
	margin-bottom: 0.5em;
}

.btn1 a, .read-btn a {
  background-color: #2541b2;
	color: #ffffff;
	width: 100%;
	max-width: 120px;
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: 500;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-transform: capitalize;
	letter-spacing: 0.7px;
	padding: 6px;
}

.service-inner-box h3{
	font-size: 28px;
	font-weight: bold;
	color: #2541b2;
	margin-top: 1em;
	margin-bottom: 1em;
}

.service-inner-box h4{
	font-size: 21px;
	font-weight: 600;
	color: #2541b2;
	margin-bottom: 1em;
}

.clor-blue-italic{
	color: #000000;
	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;
}
.contact-form input[type="submit"],
.contact-form input[type="reset"]{
	background-color: #2541b2;
  width: 150px;
  border: 0px;
  color: #fff;
  padding: 10px;
  margin-right: 10px;
}
.contact-form input[type="reset"]{
	background-color: #ccc;
}
.dflex{
	display: flex;
}
.dflex .span8{
	width: 64%;
}
.dflex .span4{
	width: 35%;
}
.span4 img{
	margin-left: 10px;
}
/* responsive styles */

@media only screen and (min-width: 1000px) {
.logo{
	width: 24%;
	}

.navmenu {
  width: 76%;
  text-align: right;
	}

.top-right{
	width: 15%;
	}

.top-right{
	display: block;
	}

.chat-top{
	display: none;
	}
}

@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: 66%;
	}

.sitefooter-one .footer-widget:last-child{
	width: 34%;
	text-align: right;
	}
}

@media only screen and (max-width: 1200px) {
nav.navmenu{
	width: 80%;
	}

.navgation-menu > ul > li, .navmenu > ul > li{
	margin: 0 16px;
	}

div.slider-text h3{
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 15px;
	}

div.slider-text .get-btn{
	margin-top: 0;
	}

div.welcm-left{
	max-width: 600px;
	}

div.welcm-left:after{
	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: 20%;
	}

.navmenu {
  width: 75%;
  text-align: right;
	}

.navgation-menu > ul > li, .navmenu > ul > li{
	margin: 0 4px;
	}

.navgation-menu > ul > li a, .navmenu > ul > li a, #navDemo > ul > li a{
	font-size: 14px;
	}

.top-right{
	display: none;
	}

.chat-top{
	display: block;
	}

div.slider-text h3{
	font-size: 48px;
	line-height: 55px;
	}

div.slider-text .get-btn a{
	max-width: 164px;
	font-size: 15px;
	padding: 10px;
	}

div.hmservice-box{
	width: 45.6%;
	}

div.hmserve-box:first-child h3{
	font-size: 22px;
	}

div.hmabout-subserv-box{
	width: -moz-calc(100% /3 - 15px);
	width: -webkit-calc(100% /3 - 15px);
	width: -o-calc(100% /3 - 15px);
	width: calc(100% /3 - 15px);
	}

div.hmabout-subserv-box h3{
	font-size: 15px;
	}

div.counter-number-row span{
	font-size: 30px;
	}

div.counter-number-row div h5{
	font-size: 14px;
	}
}

@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;
	}

section.home-welcm{
	padding: 3rem 0;
	}

div.footer-widgets-wrapper{
	padding: 4rem 0 2rem 0;
	}

div.ftr-btm-left{
	margin-bottom: 10px;
	}

div.ftr-btm-left, div.ftr-btm-right{
	text-align: center;
	}
}

@media screen and (max-width: 768px) {
.navgation-menu > ul > li a, .navmenu > ul > li a, .header-top-right ul li a{
	font-size: 13px;
	}

body:not(.home) #site-content {
  padding-top: 2rem;
	}

body, body p, .btm-details-list li, .footer-nav_menu ul li a{
	font-size: 14px;
	line-height: 25px;
	}

div.slider-text p{
	margin-bottom: 5px;
	line-height: 22px;
	font-size: 14px;
	}

div.slider-text h3 {
  font-size: 40px;
  line-height: 50px;
	}

div.slider-text .get-btn{
	margin-top: 0.5em;
	}

.welcm-left h3{
	font-size: 27px;
	max-width: 100%;
	}

div.inner-banner-content h1, div.welcm-right 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, div.solutions-pg-box h3{
	font-size: 18px;
	}

div.service-inner-box h4{
	font-size: 20px;
	}

div.sitefooter-two, div.hmserve-box-row, div.sitefooter-one, .hmabout-subserv-row {
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block;
  display: -o-block;
  display: block;
	}

div.hmabout-top h3, div.hmabout-top p{
	width: 100%;
	}

div.hmabout-top h3{
	font-size: 24px;
	margin-bottom: 30px;
	}

div.hmabout-top{
	padding: 2rem 0;
	}

div.call-btn a{
	display: block;
	padding: 13px 46px 13px 25px;
	max-width: 180px;
	}

.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, div.hmabout-subserv-box {
  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;
	}

div.sitefooter-one h3{
	font-size: 28px;
	margin-bottom: 24px;
	}

#site-footer{
	margin-top: 2rem;
	}

.footer-widget .ftr-logo img{
	max-width: 200px;
	}
}

@media screen and (max-width: 600px) {
.topnav a:not(:first-child) {display: none;}
.topnav a.icon {
   float: right;
   display: block;
  }

#navDemo ul li{
	list-style-type: none;
	}

#navDemo > ul > li a{
	color: #000000;
	}

.navmenu > ul > li.dropdown .fa{
 	display: none;
 }

.chat-top{
	margin-right: 40px;
	}

header .logo{
	width: 70%;
	}

header .navmenu{
	width: 30%;
	}

header .logo img{
	max-width: 150px;
	}

#myNavbar .navmenu .w3-button{
	position: absolute;
	top: 1px;
	right: 0;
	padding: 0
	}

#myNavbar .navmenu .w3-button .fa{
	padding: 10px;
	}

#myNavbar .navmenu .w3-hover-black:hover{
	background-color: #0d1c56 !important;
	}

div.slider-text h3{
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 10px;
	}

div.slider-text{
	justify-content: flex-end;
	padding-bottom: 50px;
	}

.mySlides img{
	height: 300px;
	}

.slider-dots{
	display: none;
	}

div.sitefooter-one h3 {
  font-size: 22px;
  margin-bottom: 17px;
	}

div.hmser-img h3{
	font-size: 30px;
	}

.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{
	padding: 1rem 20px;
	}

.header-top .wrap{
	padding: 0 40px;
}

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;
	}

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;
	}
	.dflex .span8,	
	.dflex .span4,
	.dflex{
		width: 100%;
		display: block;
	}
}

@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) {

.header-top-right ul li{
	padding-left: 25px;
	margin-left: 0;
	}

.home #site-header .header-inner{
	padding: 6rem 20px 0 20px;
	}

.header-top-right ul li.call-top::before, .header-top-right ul li.mail-top::before{
	background-size: 72% auto;
	top: 7px;
	}

div.slider-text h3 {
  font-size: 21px;
  line-height: 24px;
	}

div.slider-text p {
  margin-bottom: 0;
  line-height: 15px;
  font-size: 12px;
	}

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;
	}

div.counter-number-row span{
	font-size: 20px;
	margin-bottom: 12px;
	}

div.counter-number-row div h5 {
  font-size: 7px;
	}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}