@media screen and (min-width: 320px) and (max-width: 1199px) {
.contactarea form > p input[type=tel]{
    float:right;
    width:84% !important;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	 width:100%;
}
.services-area > ul > li {
  width: 96%;
  margin: 0 2% 60px 2%;
}
#pagea ul.listthree li:hover h4{
    margin:180px 0 20px 0;
}
.contactarea form > p span > span > span{
    width:100%;
}
.container {
	width: 100%;
	height: auto;
	margin: 0px auto;
}
.container-box{
	width:96%;
	height:auto;
	float:left;
	padding:2%;
}
.logo-area{
	width:95%;
	text-align:left;
	margin:0 0 0 5%;
}
.logo-area img{
	max-width:180px;
	margin:20px 0 0 0 !important;
	position: relative;
    z-index: 9999;
}
.header-cta{
	display:none !important;
}
.err404{
	margin:60px 0 30px 0;
}
.err404 img{
	width:300px;
}
.thankyou{
	margin:0px 0 30px 0;
}
.thankyou img{
	width:300px;
}
.tabs-section ul li a p i {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 15px;
  line-height: 40px;
  font-size: 16px;
}
/************************** Menu Responsive CSS Starts Here **************************/
/************************** Menu Responsive CSS Starts Here **************************/
/************************** Menu Responsive CSS Starts Here **************************/
.menu_area {
	width: 100%;
	height: 45px;
	line-height: 45px;
	float: left;
	font-weight:bold;
	position:absolute;
	top:50%;
	margin-top:-26px;
	left:0;
	padding:0;
}
a.toggleMenu {
    width: 13%;
    float: right;
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 22px;
    margin: 0px 5% 0 5%;
    border-radius: 10px;
	line-height: 42px;
	padding:5px 0 0 0;
}
.active {
	display: block;
}
.nav > li {
	float: none;
	height:60px;
	line-height:60px;
	display:block;
	padding: 5px 0 5px 0;
}
.nav > li a:hover{
	background:none;
	color:var(--primary-color);
}
.nav > li > .parent {
	/*background-position: 95% 50%;*/
}
.nav li li .parent {
	/*background: url("../images/downArrow.png"), #645F5F;*/
	background:var(--primary-color);
	background-repeat: no-repeat;
	/*background-position: 95% 50%;*/
}
.nav ul {
	display: block;
	width: 100%;
}
.nav > li.hover > ul , .nav li li.hover ul {
	position: static;
}
.nav ul {
	width: 100% !important;
}
.nav > li:hover > .parent{
	background: url("../images/downArrow.png") no-repeat;
	background-position:right;
}
.nav a {
	color: var(--white);
	line-height:60px;
}
.nav > li a {
	color:var(--white);
	font-size:16px;
}
.nav > li.hover ul li:hover > .parent{
	background:var(--primary-color);
}
.dropdowns{
	width:100% !important;
	float:left;
	position:relative;
}
ul.nav{
	position:absolute;
	width:100%;
	z-index:9999 !important;
	background:rgba(43,56,143,0.95);
	top:67px;
	height:100vh;
}
.nav li li > a{
	height:60px;
	line-height:60px;
	background: var(--primary-color);
	z-index:999999;
}
.nav li li li > a{
	background: var(--primary-color);
	z-index:999999;
}
#newclmenu{
	width:100%;
	position:absolute;
	top:0;
	right:0;
	z-index:99999;
	float:right;
	color:var(--ltn__primary-dark);
	text-align:right;
	padding: 0 15px 0 0;
}
#newclmenu::after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	display:block;
	font-size:20px;
}
#newclmenu2{
	position:absolute;
	top:0;
	right:0;
	z-index:999999;
	width:50px;
	float:right;
	background:var(--white);
	color:var(--ltn__primary-dark);
	text-align:center;
}
#newclmenu2::after{
	font-family: 'FontAwesome';
	content: "\f0d7";
	display:block;
	font-size:20px;
}
.mobile-extra{
	width:100%;
	position:absolute;
	top:90.5vh;
	left:0;
	background:rgba(0,0,0,0.95);
	padding:20px 0;
}
.mobile-extra a{
	color:var(--white);
	font-family: 'Allura';
	font-size: 40px;
	line-height:50px;
	padding:0 10px;
}
.mobile-extra a i{
	font-size:16px;
}
.mobile-extra a i.fab{
	font-size:22px;
}
.nav li.mobmenu{
	display:block;
	float: left;
    padding:0 5px 25px 10px;
}
.nav li.mobmenu a i.fab{
	font-size:22px;
}
.nav li.mobmenulast{
	display:block;
	float: right;
    padding:0 10px 45px 10px;
	font-family: 'Allura';
}
.nav li.mobmenulast a{
	text-transform:lowercase !important;
	font-size: 40px;
	line-height:50px;
	padding:5px 0 0 0 !important;
}
.nav li.mobmenulast a i{
	font-size:16px;
}
.nav > li:last-child {
	display:inline-block;
	background: #2e2e2e;
    border-radius: 30px;
}
.mjsnbtn{
	display: flex; /* Use Flexbox for the entire body */
	justify-content: center;
}
/*.ctabtn{
	width:200px;
	height:30px;
	line-height:30px !important;
	background: var(--primary-color);
	display:inline-block;
	border-radius:30px;
	position:relative;
	padding:8px !important;
	text-align:right;
}
.ctabtn:hover{
	background: var(--primary-light) !important;
	color: var(--primary-color);
	text-align:left;
}
.ctabtn:hover::before{
	left: 170px;
}*/
/************************** Menu Responsive CSS Ends Here **************************/
/************************** Menu Responsive CSS Ends Here **************************/
/************************** Menu Responsive CSS Ends Here **************************/

/************************** Banner CSS Starts Here **************************/
/************************** Banner CSS Starts Here **************************/
/************************** Banner CSS Starts Here **************************/
.banner_area {
	height: auto;
	margin: 50px 0 0 0;
}
.owl-carousel .owl-wrapper-outer{
    height: 90vh !important;
}
.post-content-parent {
	height: 90vh !important;
}
.c--post-content-image-wrapper {
	height: 90vh !important;
}
/************************** Banner CSS Ends Here **************************/
/************************** Banner CSS Ends Here **************************/
/************************** Banner CSS Ends Here **************************/
.innerbanner{
	padding:90px 0 20px 0;
}
.breadcrumb {
	margin:30px 0 20px 10px;
}
.innerbanner h1{
	width:96%;
	font-size:28px;
	line-height:36px;
	margin:0 2% 50px 2%;
}
.innerbanner p{
	padding:0 0 0 10px;
}
.contactarea form{
	width:80%;
	margin:0 10%;
}
.contactarea form > span{
	width:100%;
}
ul.listone li{
	width:96%;
	margin:0 2% 30px 2%;
}
ul.listone li:first-child{
	margin:0 2% 30px 2%;
}
ul.listone li:last-child{
	margin:0 2% 30px 2%;
}
.grid-second > h2 {
	width: 90%;
	padding: 0 5% 50px 5%;
	font-size: 40px;
	line-height: 50px;
}
.grid-section .container > img{
	position:relative;
	top:0;
	right:0;
	width:100%;
}
.grid-second .grid-section p {
  width: 90%;
  font-size: 16px;
  line-height: 26px;
  margin: 40px 5% 20px 5%;
}
.grid-second .grid-section h3 {
  width: 90%;
  font-size: 60px;
  line-height: 70px;
  margin: 0 5% 20px 5%;
  text-align:center;
}
.grid-content ul.listtwo li {
  width: 90%;
  margin: 0 5% 0 5%;
}
.grid-content ul.listtwo li:last-child{
	margin: 0 5% 0 5%;
}
.secondclass {
  width: 90%;
  font-size: 40px;
  line-height: 50px;
  margin: 100px 5% 20px 5%;
}
ul.listthree li{
	width:89%;
	padding:30px 5% 50px 5%;
}
ul.listfour li{
	width:94%;
	height:auto;
	float:left;
	padding:50px 3% 50px 3%;
	border-right:none;
	border-top:1px solid var(--primary-color);
	border-bottom:none;
}
ul.listfour li:first-child{
	border-left:none;
}
.innerblogbanner{
	width:96%;
	margin:0 2% 0 2%;
	padding:20px 0 50px 0;
}
.innerblogbanner > .container > h1{
	width:80%;
	height:auto;
	float:left;
	color: var(--primary-color);
	font-size:36px;
	line-height:44px;
	font-family: 'Araboto-Medium';
	margin:0 10% 50px 10%;
	text-align:center;
}
#mainblogs ul li {
  width: 96%;
  margin: 0 2% 30px 2%;
}
#mainblogs ul li:first-child{
	width:96% !important;
}
#mainblogs ul li{
	width:96% !important;
}
#mainblogs ul li:first-child span{
	top:620px;
}
#mainblogs ul li span{
	top:280px;
}
}
@media screen and (min-width: 320px) and (max-width: 480px) {
.services-area > ul > li .services-arealeft {
  width: 100%;
  height: auto;
  float: left;
  margin: 20px 0 40px 0;
}
.openingleft{
	width:100%;
	text-align:center;
}
.openingleft h3{
	width:100%;
	font-size:56px;
	line-height:70px;
	text-align:center;
}
.openingright{
	width:94%;
	height:auto;
	float:left;
	text-align:center;
	margin:50px 3% 10px 3%;
}
.block-section ul li{
	width:94%;
	height:auto;
	min-height:200px;
	margin:0 2.5% 30px 2.5%;
}
.block-section ul li:last-child{
	margin:0 2.5% 30px 2.5%;
}
.grid-section{
	height:auto;
}
.grid-section ul li:nth-child(1){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	left:0;
}
.grid-section ul li:nth-child(1) img{
	max-width:150px;
}
.grid-section ul li:nth-child(2){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(3){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.grid-section ul li:nth-child(4){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(4) img{
	max-width:150px;
}
.grid-section ul li:nth-child(5){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.gridbtn{
	display:block;
	margin: 30px 20px;
	padding: 10px 60px;
}
.tabs-section h3{
	font-size:60px;
	line-height:70px;
	text-align:center;
}
.tabs-section ul li{
	height:auto;
	line-height:40px;
	padding:20px 0;
}
.tabs-section ul li a span{
	width:15%;
	padding:0 0 0 5%;
}
.tabs-section ul li a p{
	width:66%;
	font-size:30px;
}
.tabs-section ul li a p i {
    width: 40px;
    height: 40px;
    right: -30px;
    top: 15px;
    line-height: 40px;
    font-size: 16px;
  }
.tabs-section ul li a p::before {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 15px;
  line-height: 40px;
  font-size: 16px;
}
.work-section h3{
	width:90%;
	font-size:36px;
	line-height:48px;
	margin:0 5% 40px 5%;
}
.process {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: -80px;*/
	position: relative;
	margin:0 0 100px 0;
}
.circle {
	margin-bottom: 30px;
}
.circle:not(:last-child) {
	margin-right: 0;
}
.circle.active {
	background: white;
	color: black;
	z-index:2;
	margin:0;
	margin-bottom: 30px;
}
.centercircle{
	background: white;
	width: 250px;
	height: 250px;
	border: none;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.work-section p {
  width: 90%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 22px;
  margin: 0 5% 15px 5%;
}
.featured-section {
  margin: 20px 0 40px 0;
}
.featured-section h3{
	font-size:60px;
	line-height:70px;
	margin:0 0 50px 0;
	text-align:center;
}
.featured-section ul li{
	width:90%;
	margin:0 5% 20px 5%;
}
.featured-section ul li p{
	bottom:15px;
	left:15px;
	font-size:22px;
}
.featured-section ul li span{
	top:10px;
	right:10px;
}
.gridbox-section .grid{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.gridbox-section .gridheader{
	position:relative;
	right:0;
	top:0;
	font-size: 60px;
	line-height:70px;
	text-align:center;
	margin:0 0 30px 0;
}
.gridbox-section .tagline{
	margin-top: 40px;
	position:relative;
	left:0;
	bottom:0;
	text-align:center;
}
.blogs-section h3{
	text-align:left;
}
.blogs-section ul li span{
	position:absolute;
	top:20px !important;
	left:20px;
	font-family: 'Araboto-Normal';
	border: 1px solid #7baff8;
	padding:5px 10px;
	border-radius:30px;
	font-size:12px;
	background:rgba(123,175,248,0.30);
}
.tBoxText{
	width:90%;
	margin:30px 5%;
}
.conclusion-section h3{
	font-size:36px;
	line-height:44px;
	margin:0 0 50px 0;
	text-align:center;
}
footer{
	padding:60px 0 0 0;
}
.footer-left{
	width:100%;
	text-align:center;
	margin:0 0 50px 0;
}
.footer-left img{
	width:80%;
}
.footer-right{
	width:100%;
	text-align:center;
}
.footer-bottom{
	padding:30px 0 0 0;
}
.footer-bottom ul li{
	width:90%;
	height:auto;
	float:left;
	margin:0 5% 30px 5%;
}
.footer-bottom ul li h5{
	font-size:15px;
	line-height:22px;
}
.copyright ul{
	width:100%;
	float:left;
}
.copyright ul li{
	width:50%;
	text-align:center;
	float:left;
	margin:0 0 20px 0;
}
.copyright p{
	width:100%;
	text-align:center;
}
}
@media screen and (min-width: 481px) and (max-width: 640px) {
.openingleft{
	width:100%;
	text-align:center;
}
.openingleft h3{
	width:100%;
	font-size:56px;
	line-height:70px;
	text-align:center;
}
.openingright{
	width:94%;
	height:auto;
	float:left;
	text-align:center;
	margin:50px 3% 10px 3%;
}
.block-section ul li{
	width:94%;
	height:auto;
	min-height:200px;
	margin:0 2.5% 30px 2.5%;
}
.block-section ul li:last-child{
	margin:0 2.5% 30px 2.5%;
}
.grid-section{
	height:auto;
}
.grid-section ul li:nth-child(1){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	left:0;
}
.grid-section ul li:nth-child(1) img{
	max-width:150px;
}
.grid-section ul li:nth-child(2){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(3){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.grid-section ul li:nth-child(4){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(4) img{
	max-width:150px;
}
.grid-section ul li:nth-child(5){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.gridbtn{
	display:block;
	margin: 30px 20px;
}
.tabs-section h3{
	font-size:60px;
	line-height:70px;
	text-align:center;
}
.tabs-section ul li{
	height:auto;
	line-height:40px;
	padding:20px 0;
}
.tabs-section ul li a span{
	width:15%;
	padding:0 0 0 5%;
}
.tabs-section ul li a p{
	width:80%;
	font-size:30px;
}
.tabs-section ul li a p::before {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 15px;
  line-height: 40px;
  font-size: 16px;
}
.work-section h3{
	width:90%;
	font-size:36px;
	line-height:48px;
	margin:0 5% 40px 5%;
}
.process {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: -80px;*/
	position: relative;
	margin:0 0 100px 0;
}
.circle {
	margin-bottom: 30px;
}
.circle:not(:last-child) {
	margin-right: 0;
}
.circle.active {
	background: white;
	color: black;
	z-index:2;
	margin:0;
	margin-bottom: 30px;
}
.centercircle{
	background: white;
	width: 250px;
	height: 250px;
	border: none;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.work-section p {
  width: 90%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 22px;
  margin: 0 5% 15px 5%;
}
.featured-section {
  margin: 100px 0 40px 0;
}
.featured-section h3{
	font-size:60px;
	line-height:70px;
	margin:0 0 50px 0;
	text-align:center;
}
.featured-section ul li{
	width:90%;
	margin:0 5% 20px 5%;
}
.featured-section ul li p{
	bottom:15px;
	left:15px;
	font-size:22px;
}
.featured-section ul li span{
	top:10px;
	right:10px;
}
.gridbox-section .grid{
	display: flex;
	flex-direction: column;
    align-items: center;
}
.gridbox-section .gridheader{
	position:relative;
	right:0;
	top:0;
	font-size: 60px;
	line-height:70px;
	text-align:center;
	margin:0 0 30px 0;
}
.gridbox-section .tagline{
	margin-top: 40px;
	position:relative;
	left:0;
	bottom:0;
	text-align:center;
}
.blogs-section h3{
	text-align:center;
}
.blogs-section ul li span{
	position:absolute;
	top:20px !important;
	left:20px;
	font-family: 'Araboto-Normal';
	border: 1px solid #7baff8;
	padding:5px 10px;
	border-radius:30px;
	font-size:12px;
	background:rgba(123,175,248,0.30);
}
.tBoxText{
	width:90%;
	margin:30px 5%;
}
.conclusion-section h3{
	font-size:36px;
	line-height:44px;
	margin:0 0 50px 0;
	text-align:center;
}
footer{
	padding:60px 0 0 0;
}
.footer-left{
	width:100%;
	text-align:center;
	margin:0 0 50px 0;
}
.footer-left img{
	width:80%;
}
.footer-right{
	width:100%;
	text-align:center;
}
.footer-bottom{
	padding:30px 0 0 0;
}
.footer-bottom ul li{
	width:90%;
	height:auto;
	float:left;
	margin:0 5% 30px 5%;
}
.footer-bottom ul li h5{
	font-size:15px;
	line-height:22px;
}
.copyright ul{
	width:100%;
	float:left;
}
.copyright ul li{
	width:50%;
	text-align:center;
	float:left;
	margin:0 0 20px 0;
}
.copyright p{
	width:100%;
	text-align:center;
}
}
@media screen and (min-width: 641px) and (max-width: 1199px) {
 a.toggleMenu {
    width: 5%;
    float: right;
    color: var(--primary-blue);
    font-weight: bold;
    font-size: 22px;
    margin: 0px 5% 0 5%;
    border-radius: 10px;
    line-height: 42px;
    padding: 5px 0 0 0;
  }
.openingleft{
	width:100%;
	text-align:center;
}
.openingleft h3{
	width:100%;
	font-size:56px;
	line-height:70px;
	text-align:center;
}
.openingright{
	width:94%;
	height:auto;
	float:left;
	text-align:center;
	margin:50px 3% 10px 3%;
}
.block-section ul li{
	width:44%;
	height:400px;
	min-height:200px;
	margin:0 2.5% 30px 2.5%;
}
.block-section ul li img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
 .tabs-section ul li a p i {
    right: 20px;
    top: 0px;
  }
.block-section ul li:last-child{
    width: 95%;
    height:auto;
	margin:0 2.5% 30px 2.5%;
}
.grid-section{
	height:auto;
}
.grid-section ul li:nth-child(1){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	left:0;
}
.grid-section ul li:nth-child(1) img{
	max-width:150px;
}
.grid-section ul li:nth-child(2){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(3){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.grid-section ul li:nth-child(4){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	right:0;
}
.grid-section ul li:nth-child(4) img{
	max-width:150px;
}
.grid-section ul li:nth-child(5){
	position:relative;
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	top:0;
	left:0;
}
.gridbtn{
	display:inline-block;
	margin: 30px 20px;
}
.tabs-section h3{
	font-size:60px;
	line-height:70px;
	text-align:center;
}
.tabs-section ul li{
	height:auto;
	line-height:40px;
	padding:20px 0;
}
.tabs-section ul li a span{
	width:15%;
	padding:0 0 0 5%;
}
.tabs-section ul li a p{
	width:80%;
	font-size:30px;
}
.tabs-section ul li a p::before {
  width: 40px;
  height: 40px;
  right: 20px;
  top: 15px;
  line-height: 40px;
  font-size: 16px;
}
.work-section h3{
	width:90%;
	font-size:36px;
	line-height:48px;
	margin:0 5% 40px 5%;
}
.process {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: -80px;*/
	position: relative;
	margin:0 0 100px 0;
}
.circle {
	margin-bottom: 30px;
}
.circle:not(:last-child) {
	margin-right: 0;
}
.circle.active {
	background: white;
	color: black;
	z-index:2;
	margin:0;
	margin-bottom: 30px;
}
.centercircle{
	background: white;
	width: 250px;
	height: 250px;
	border: none;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
.work-section p {
  width: 90%;
  height: auto;
  float: left;
  font-size: 16px;
  line-height: 22px;
  margin: 0 5% 15px 5%;
}
.featured-section {
  margin: 100px 0 40px 0;
}
.featured-section h3{
	font-size:60px;
	line-height:70px;
	margin:0 0 50px 0;
	text-align:center;
}
.featured-section ul li{
	width:90%;
	margin:0 5% 20px 5%;
}
.featured-section ul li p{
	bottom:15px;
	left:15px;
	font-size:22px;
}
.featured-section ul li span{
	top:10px;
	right:10px;
}
.gridbox-section .grid{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
	justify-content: center;
}
.gridbox-section .gridheader{
	position:relative;
	right:0;
	top:0;
	font-size: 60px;
	line-height:70px;
	text-align:center;
	margin:0 0 30px 0;
}
.gridbox-section .tagline{
	margin-top: 40px;
	position:relative;
	left:0;
	bottom:0;
	text-align:center;
}
.blogs-section h3{
	text-align:center;
	margin:10px 0 25px 0 !important;
}
.blogs-section ul li span{
	position:absolute;
	top:20px !important;
	left:20px;
	font-family: 'Araboto-Normal';
	border: 1px solid #7baff8;
	padding:5px 10px;
	border-radius:30px;
	font-size:12px;
	background:rgba(123,175,248,0.30);
}
.innerblogbanner > .container > span {
  margin: 90px 0 20px 0;
}
.tBoxText{
	width:90%;
	margin:30px 5%;
}
.conclusion-section h3 {
  width: 80%;
}
 .innerbanner {
    padding: 80px 0 20px 0;
  }
 .services-arealeft .mjsnbtn{
     justify-content: flex-start;
 }
 .blogs-section ul li h5{
     text-align:center;
 }
.conclusion-section h3{
	font-size:36px;
	line-height:44px;
	margin:0 10% 50px 10%;
	text-align:center;
}
footer{
	padding:60px 0 0 0;
}
.footer-left{
	width:100%;
	text-align:center;
	margin:0 0 50px 0;
}
.footer-left img{
	max-width: 30%;
    margin: 0px 0 20px 0;
}
.footer-right{
	width:100%;
	text-align:center;
}
.footer-bottom{
	padding:30px 0 0 0;
	text-align: center;
}
.contactarea form > p input[type="tel"] {
    float: right;
    width: 93% !important;
  }
.footer-bottom ul li{
	width:90%;
	height:auto;
	float:left;
	margin:0 5% 30px 5%;
}
.footer-bottom ul li h5{
	font-size:15px;
	line-height:22px;
}
.copyright ul{
	width:100%;
	float:left;
}
.copyright ul li{
	width:50%;
	text-align:center;
	float:left;
	margin:0 0 20px 0;
}
.copyright p{
	width:100%;
	text-align:center;
}
}
@media screen and (min-width: 1720px) {
h2.slidercontent-one {
  margin: 360px 0% 20px 0%;
}
p.slidercontent-two{
margin: 430px 0 0px 0;
}
.banner-cta{
top: 470px;
}
}
@media screen and (min-width: 320px) and (max-width: 460px) {
h2.slidercontent-one{
	width: 70%;
    margin: 120px 15% 10px 15%;
	font-size:30px;
	line-height:38px;
}
img.sliderimage-linkone {
  	width: auto !important;
	height:95vh;
}
p.slidercontent-two{
    width: 90%;
	margin:230px 5% 0px 5%;
	font-size:15px;
}
.banner-cta {
    top: 300px;
    display: grid;
}
}
@media screen and (min-width: 461px) and (max-width: 580px) {
h2.slidercontent-one{
	width: 70%;
    margin: 200px 15% 10px 15%;
    font-size: 40px;
    line-height: 45px;
}
img.sliderimage-linkone {
  	width: auto !important;
	height:95vh;
}
p.slidercontent-two{
    width: 90%;
	margin:320px 5% 0px 5%;
	font-size:15px;
}
.banner-cta {
    top: 380px;
    display: flex;
}
}
@media screen and (min-width: 581px) and (max-width: 767px) {
h2.slidercontent-one{
	width: 70%;
    margin: 200px 15% 10px 15%;
    font-size: 40px;
    line-height: 45px;
}
img.sliderimage-linkone {
  	width: auto !important;
	height:95vh;
}
p.slidercontent-two{
    width: 90%;
	margin:320px 5% 0px 5%;
	font-size:15px;
}
.banner-cta {
    top: 380px;
    display: flex;
}
}
@media screen and (min-width: 767px) and (max-width: 900px) {
h2.slidercontent-one{
	width: 52%;
    margin: 360px 24% 10px 24%;
    font-size: 52px;
    line-height: 62px;
}
img.sliderimage-linkone {
  	width: auto !important;
	height:97vh;
}
p.slidercontent-two{
    width: 58%;
    margin: 510px 21% 0px 21%;
    font-size: 18px;
    line-height: 24px;
}
.banner-cta {
    top: 600px;
    display: flex;
}
}
@media screen and (min-width: 901px) and (max-width: 1199px) {
h2.slidercontent-one{
	width: 50%;
    margin: 360px 25% 10px 25%;
    font-size: 52px;
    line-height: 62px;
}
img.sliderimage-linkone {
  	width: auto !important;
	height:97vh;
}
p.slidercontent-two{
    width: 58%;
    margin: 510px 21% 0px 21%;
    font-size: 18px;
    line-height: 24px;
}
.banner-cta {
    top: 600px;
    display: flex;
}
.process {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	/*gap: -80px;*/
	position: relative;
	margin:0 0 100px 0;
}
.circle {
	margin-bottom: 30px;
}
.circle:not(:last-child) {
	margin-right: 0;
}
.circle.active {
	background: white;
	color: black;
	z-index:2;
	margin:0;
	margin-bottom: 30px;
}
.centercircle{
	background: white;
	width: 250px;
	height: 250px;
	border: none;
	border-radius: 50%;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
}
}