@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/*
Regular 400 
Medium 500 
SemiBold 600 
Bold 700 
ExtraBold 800 
Black 900

font-family: 'Figtree', sans-serif;
*/

@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@300;400;500;600;700;800;900&display=swap');

/*
font-family: 'Figtree', 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;
	color: #2f8ad9;
}

a:focus, a:active {
	outline: none;
}
	
a, a img {
	border:none;
}
	
img {
	max-width:100%;
}
	
h1, h2, h3, h4, h5, h6 {
	font-family: 'Figtree', 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: 'Figtree', sans-serif;
	}

:-moz-placeholder{
	/*color: #131313;*/
	font-family: 'Figtree', sans-serif;
	}

::-moz-placeholder{
	font-family: 'Figtree', sans-serif;
	opacity: 1;
	}

:-ms-input-placeholder{
	font-family: 'Figtree', 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);
	background-color: #000000;
	}*/

body:not(.home) #site-content{
	/*	padding-top: 2rem;
	padding-bottom:3rem;*/
}

body{
	font-family: 'Figtree', sans-serif;
  font-weight: 400;
  color: #000000;
	font-size: 17px;
	line-height: 27px;
}

.wrap{
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

a{
	color: #2f8ad9;
}

.header-top-row{
	position: relative;
	width: 100%;
}

.header-top-row{
	font-size: 15px;
}

.header-top{
	background-color: #1F3C72;
	position: relative;
	z-index: 9;
	color: #ffffff;
}

.header-top p{
	margin-bottom: 0;
}

.header-top a{
	color: #ffffff;
}

.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: 10px 0;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

/*.header-top-right.wdhinline{
	justify-content: space-around;
	position: absolute;
  right: 0;
  top: 24px;
}*/

.hdr-info li{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.hdr-top-left ul, .top-socials ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-start;
}

.hdr-top-left ul li{
	margin: 0 30px;
	position: relative;
}

.hdr-top-left ul li.email:after{
	content: "";
	position: absolute;
	background-image: url(../images/email-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 18px;
	height: 14px;
	left: -30px;
	top: 6px;
}

.hdr-top-left ul li.phn:after{
	content: "";
	position: absolute;
	background-image: url(../images/phn-icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 19px;
	height: 20px;
	left: -30px;
	top: 6px;
}

.top-socials ul{
	justify-content: end;
}

.top-socials ul li a{
	color: #1f3c72;
  background-color: #E9ECF1;
  border: solid 1px #E9ECF1;
  width: 28px;
  height: 28px;
  line-height: 28px;
  display: block;
  text-align: center;
  border-radius: 50px;
  font-size: 15px;
}

.top-socials ul li a:hover{
	background-color: transparent;
  border: solid 1px #E9ECF1;
  color: #E9ECF1;
}

.top-socials ul li{
	margin: 0 4px;
}

.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;
}

.header-inline{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 4rem 4rem 2rem 4rem;
	max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0 auto;
}

.header-inline .logo{
	max-width: 240px;
}

.navmenu{
	text-align: center;
}

#site-header.w3-bar.w3-card{
	position: fixed;
}

#site-header.w3-bar.w3-card{
	width: 100%;
	background-color: #ffffff !important;
}

.navgation-menu{
	width: 94%;
	text-align: right;
}

.navgation-menu > ul > li, .navmenu > ul > li{
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.navgation-menu > ul > li a, .navmenu > ul > li a{
	color: #000000;
	font-family: 'Figtree', sans-serif;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}

ul li a.active {
	background-color: transparent;
	color: #000000;
}

.navmenu > ul > li a{
	padding: 7px 20px;
	display: inherit;
}

.navgation-menu > ul > li a:hover, .navmenu > ul > li a:hover{
	color: #000000;
}

.navmenu > ul > li{
	position: relative;
}

.navmenu > ul > li:after{
	content: "";
  position: absolute;
  background-color: #000000;
  width: 1px;
  height: 12px;
  top: 40%;
  right: 2px;
}

.navmenu > ul > li:first-child:after{
	display: none;
}

.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{
	background-color: transparent;
	overflow: initial;
	border-bottom: none;
}

#site-header.w3-bar.w3-card .header-inline{
	padding: 1rem;
}

#site-header.w3-bar.w3-card .header-inline .logo img{
	width: 150px;
}

#site-header.w3-bar.w3-card .navgation-menu > ul > li a, #site-header.w3-bar.w3-card .navmenu > ul > li a{
	font-size: 14px;
}

#site-header.w3-bar.w3-card .navmenu > ul > li a{
	padding: 8px 20px;
}

.w3-hover-red:hover{
	background-color: #0d1c56 !important;
}

.hdr-center{
	padding: 1rem 0 1rem 0;
}

.hdr-center-right h5{
	color: #727070;
  font-style: italic;
  font-weight: 500;
}

.hdr-center-right a.enquiry-btn{
	max-width: 210px;
  background: #f17667;
  text-align: center;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
}

#site-header.w3-bar.w3-card .hdr-center{
	padding: 10px 0;
	-webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

#site-header.w3-bar.w3-card .hdr-center .logo img{
	width: 220px;
	-webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*.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 {
  overflow: hidden;
}*/

.navmenu > ul > li.dropdown .fa{
	margin-left: 5px;
	color: #ffffff;
}

.navmenu > 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 li{
	display: block;
}

.sub-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
	width: 15%;
  min-width: 220px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.sub-menu a {
  float: none;
  color: black;
/*  padding: 12px 16px;*/
  text-decoration: none;
  display: block;
  text-align: left;
}

/*.sub-menu a:hover {
  background-color: #fff;
}*/

.navmenu > ul > li.dropdown:hover .sub-menu {
  display: block;
}

.navmenu > ul > li .sub-menu li a{
	color: #555555;
}

.navmenu > ul > li .sub-menu li a:hover{
	color: #ffffff;
	border-radius: 0;
}

/* main Menu */

nav .navbar{
  height: 100%;
  max-width: 1250px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  /* background: red; */
  border: solid 2px #f6f6f6;
}
.navbar .logo img{
	max-width: 220px;
}
.navbar .logo a{
  font-size: 30px;
  color: #333333;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
line-height: 70px;
	width: 94%;
  height: 100%;

}
nav .navbar .links{
  display: flex;
  justify-content: center;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  padding: 0 30px;
}

nav .navbar .links li:after{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 1px;
	height: 12px;
	top: 40%;
	right: 2px;
}

nav .navbar .links li a{
  height: 100%;
  text-decoration: none;
  white-space: nowrap;
  color: #000000;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}
nav .navbar .links li a:hover{
	color: #000000;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #538fcb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}

nav .navbar .links li .sub-menu li:after{
	display: none;
}

#site-header.w3-bar.w3-card .navbar .search-box i, 
#site-header.w3-bar.w3-card nav .navbar .nav-links, 
#site-header.w3-bar.w3-card nav .navbar .links li .arrow{
	line-height: 50px;
}

#site-header.w3-bar.w3-card .navbar .search-box{
	height: 50px;
}

#site-header.w3-bar.w3-card nav .navbar .links li .sub-menu{
	top: 50px;
}

.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu a{
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  width: 100%;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
	background-color: #727070;
  position: relative;
  width: 6%;
   height: 66px;
   margin-right: 2px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 67px;
  text-align: center;
  font-size: 17px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #538FCB;
  z-index: 99;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 250px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}

.mySlides{
	position: relative;
}

.slider{
    position: relative;
/*     max-width: 40rem; */
    height: 100vh; 
    margin: 0 auto;
    overflow: hidden;
}
.slide{ 
    position: absolute;
    top:0;
    width: 100%;
    height: 26.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 1s;
}
.slide > img{
    width: 100%;
    /*height: 100%;
    object-fit: cover;*/
}
.mySlides .text{
	width: 100%;
	max-width: 1240px;
	position: absolute;
	top: 40%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.mySlides .text h2{
	width: 40%;
	max-width: fit-content;
/*  background-color: rgba(83,143,203,0.8);*/
  color: #fff;
  padding: 0 25px;
  font-size: 46px;
  line-height: 54px;
  font-weight: 800;
}

.mySlides .text h2 span{
	display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
}

button{
    background: none;
    border: none;
}
button .fas{
    color: rgba(255, 255, 255, .5);
}
.btn-slide{
    position:absolute;
    top:50%;
    z-index: 10;

    height: 5.5rem;
    width: 5.5rem;
    cursor: pointer;
}
.prev{
    left:3rem;
    transform: translate(-50%, -50%);
}
.next{
    right: 3rem;
    transform: translate(50%, -50%); 
}
.dots-container{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.dot{
    width: 25px;
    height: 5px;
    margin: 15px 5px;
    border-radius: .5rem;
    background: rgba(39,39,39, .5);
    cursor: pointer;
}
.dot.active{
background:#272727;
}

/* Slideshow container */
.slideshow-container {
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 22px;
  transition: 0.6s ease;
  border-radius: 50px;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #ffffff;
}

/* 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: rgb(31, 60, 114);
  color: #ffffff;
}

/* 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: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
}

.slider-text-box {
	padding: 0;
/*	background-color: #ffffffb5;*/
	border-radius: 0px 50px 50px 50px;
	text-align: right;
	max-width: 480px;
	width: 100%;
	margin: 0 auto;
}

.slider-text h3{
	font-family: 'Figtree', sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #f1b519;
	text-transform:capitalize;
	line-height:45px;
}

.slider-text h3 span {
	display: inline-block;
	font-size: 40px;
}

.slider-text h4{
	font-size: 48px;
	font-weight: 700;
	color: #004d45;
}

.slider-text p {
	font-size: 16px;
	color: #ffffff;
	margin-bottom:0px;
}

.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%);
}

.slider-text-box ul{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
 justify-content: center;
}

.slider-text-box ul li a{
	background-color: #273065;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #ffffff;
	padding: 14px 24px;
}

.slider-text-box ul li{
	margin: 30px 10px;
}

.slider-text-box a{
	color: #fff;
  text-transform: uppercase;
  text-decoration: underline;
  font-weight: 600;
}

/* 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: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* 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: 0;
	left: 0;
	display: none;
}

.pading {
  padding: 5rem 0;
}

.half-pading{
	padding: 2.2rem 0;
}

.about_us_row-img{
	text-align: center;
}

.about_col-img img{
	width: 100%;
}

.about_col-right p{
	font-size: 20px;
}
/*.about_us_row-img img{
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
	-moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
	box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
}*/

.about_us_row-left p span{
	font-weight: 600;
}

h6.subhding{
	color: #273065;
	font-weight: bold;
	letter-spacing: 3px;
	text-transform: uppercase;
}

.new-features-services-row{
	margin-top: 3rem;
}

h3.titles{
	font-size: 32px;
	line-height: 42px;
	font-weight: 800;
	color:#2c1a66;
	text-transform: capitalize;
	margin: 0 0 10px 0;
	position: relative;
}

h3.titles span{
	display: block;
	color: #2f7ae4;
  font-size: 19px;
  font-weight: 500
}

.service-hding{
	text-align: center;
}

/*.more-btn {
  margin-top: 1.2em;
}*/

a.more-btn {
	background-color: #e8871e;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 0;
  display: block;
  max-width: fit-content;
  position: relative;
  padding: 11px 23px;
  border-radius: 4px;
}

a.more-btn:hover{
	background-color: #1f3c72;
}

.more-btn a{
	font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  padding: 8px 18px;
  display: block;
  max-width: fit-content;
  position: relative;
  background: #fff;
  color: #548fcb;
}

input[type="search"] {
-webkit-appearance:textfield;
box-sizing:content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
/* Navbar */
.nav {
/*	background-color: #4c6881;*/
/*    overflow: hidden;
		border: solid 2px #f6f6f6;
	*/
    z-index: 50;
    position: relative;
}
.nav ul {
	padding: 0;
    margin: 0;
    text-align: center;
}
.sol-menu{
	width: 100%;
}
.sol-menu li {
/*    float: left;*/
    display: block;
    list-style: none;
}
.sol-menu li a {
	display: block;
	text-decoration: none;
	color: #000000;
    padding: 15px 20px;
    /*background-color: #4c6881;
    border-bottom: 1px solid #4C6881;*/
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
    font-size: 16px;
  font-weight: 500;
}

ul.sag-menu {
	float: right;
	padding: 16px 10px;
    overflow: hidden;
    background-color: #727070;
}
.sag-menu i {
	color: #FFFFFF;
	margin: 8px;
	cursor: pointer;
}
input.search {
	display: none;
    padding: 5px;
    max-width: 95%;
    position: absolute;
    top: 0;
    right: 50px;
    width: 80%;
    padding: 16px 10px;
}

.sag-menu input[type="text"], .sag-menu  input[type="text"]:focus{
	padding: 19px 10px;
	border: solid 2px #727070;
}

.altmenu-ac {
	display: none;
}
.menu-ac {
	display: none;
	padding: 10px;
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
}

.menu-ac .fa{
	color: #000000;
	font-size: 30px;
  text-align: center;
}
.sol-menu li:hover ul.sub-menu{
	display: block !important;
}

.sol-menu li:hover ul.sub-menu li a{
	padding: 10px 20px;
	font-size: 13px;
}

.sol-menu li:hover ul.sub-menu li a:hover{
	background-color: #1F3C72;
	color: #ffffff;
}

.sol-menu li a .sub-arrow{
	padding: 10px 0 10px 10px;
	top: -5px;
  position: relative;
}

.text-center{
	text-align: center;
}

.subhding{
	max-width: 820px;
	margin: 0 auto;
	text-align: center;
}

.subhding h2{
	text-align: center;
	color: #2C1A66;
	font-size: 31px;
}

.cloud-check-row{
	background: #f1b519;
  padding: 2rem 4rem;
}

.cloud-check-row p{
	margin-bottom: 0;
	color: #ffffff;
	font-size: 21px;
}

.cloud-check-right{
	text-align: right;
}

.cloud-check-right a{
	background-color: #ffffff;
	padding: 14px 30px;
  color: #8c8c8c;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.popular-services{
	background-image: url(../images/Our-Services-bg-1.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.popular-services h3.titles span{
	color: #e8871e;
}

.popular-services h3.titles{
	color: #ffffff;
	font-weight: bold;
	margin-bottom: 3rem;
}

.popular-services-col h4, .popular-services-col h4 a{
	padding: 15px 0;
	color: #002e5b;
	text-transform: uppercase;
}

.popular-services-col img{
	width: 100%;
}

.popular-services-col{
	position: relative;
}

.popular-services-col h4{
	background-color: rgba(44, 123, 234, 0.9);
	color: #ffffff;
	position: absolute;
	bottom: -40px;
	padding: 20px 30px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 80%;
}

.popular-services-col:hover h4{
	background-color: rgba(232, 135, 30, 0.9);
}
.send_form{
	background-image: url(../images/send-msg-bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.send_form_left h3.titles{
	font-size: 45px;
	color: #000000;
	font-weight: bold;
	text-transform: initial;
}

.send_form_left h3.titles span{
	color: #e8871e;
	text-transform: uppercase;
	font-size: 17px;
  font-weight: 400;
}


.send_form_right input[type="text"], .send_form_right input[type="password"], 
.send_form_right input[type="email"], .send_form_right textarea, .send_form_right select, 
.send_form_right input[type="date"], .send_form_right input[type="text"]:focus, 
.send_form_right input[type="password"]:focus, .send_form_right input[type="email"]:focus, 
.send_form_right textarea:focus, .send_form_right select:focus, .send_form_right input[type="date"]:focus {
  outline: none;
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 20px;
  color: rgba(24, 14, 14, 0.7);
  font-size: 16px;
  width: 100%;
  margin-bottom: 18px;
}

.whychoose{
	padding: 4rem 0;
}

.whychoose_col_right{
	text-align: right;
}

.new-features-cnt{
	margin: 2rem 0;
	border-bottom: solid 1px #999999;
}

.new-features-cnt h4, .new-features-cnt h4 a{
	color: #538fcb;
}

.new-features-services-col.wdh33{
	margin: 0 10px;
}

.talk-about-row{
	position: relative;
}

.talk-abt-img{
	height: 300px;
}

.talk-abt-img img{
	height: 300px;
  object-fit: cover;
  width: 100%;
}

.talk-about-cnt{
	position: absolute;
  top: 0;
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
  padding: 0 50px;
  color: #ffffff;
}

.talk-about-cnt .subhding{
	max-width: 100%;
	margin: 0;
}

.talk-about-cnt .subhding h3.titles span, .talk-about-cnt .subhding h3.titles{
	color: #ffffff;
	margin-bottom: 10px;
}

.talk-about-cnt .subhding h3.titles:after{
	display: none;
}

.btm-mrgn{
	margin-bottom: 4rem;
}

.talk-about.btm-mrgn{
	height: 220px;
}

.talk-about.btm-mrgn img{
	width: 100%;
  height: 220px;
  object-fit: cover;
}

.view-btn a.more-btn{
	margin: 0 auto;
	text-align: center;
}

.cusm-socials{
	padding: 0rem 0 2rem 0;
}

.cusm-socials ul{
	text-align: center;
}

.cusm-socials ul li{
	display: inline-block;
	vertical-align: top;
	/* Firefox */
	width: -moz-calc(100% /4 - 40px);
	/* WebKit */
	width: -webkit-calc(100% /4 - 40px);
	/* Opera */
	width: -o-calc(100% /4 - 40px);
	/* Standard */
	width: calc(100% /4 - 40px);
}

.my-testimonial{
	position: relative;
	background-image: url(../images/test-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.my-testimonial h3.titles{
	text-align: center;
  color: #e8871e;
  text-transform: uppercase;
  font-weight: bold;
}

/*.testim {
		width: 100%;
		position: absolute;
		top: 50%;
		-webkit-transform: translatey(-50%);
		-moz-transform: translatey(-50%);
		-ms-transform: translatey(-50%);
		-o-transform: translatey(-50%);
		transform: translatey(-50%);
}
*/
.testim .wrap {
    position: relative;
    /*width: 100%;
    padding: 40px 20px;*/
    max-width: 1020px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    background-color: #c7c1c1;
    border-radius: 50px;
  	width: 44px;
  	height: 44px;
  	line-height: 44px;
  	text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.4em;
    top: 50%;
    -webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;    
    -ms-transition: all .3s ease-in-out;    
    -moz-transition: all .3s ease-in-out;    
    -o-transition: all .3s ease-in-out;    
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 2;
}

.testim .arrow:before {
		cursor: pointer;
}

.testim .arrow:hover {
    color: #000;
}
    
.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    display: block;
    z-index: 2;
		height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
		position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #1F3C72;
    border-color: #1F3C72;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;   
    -moz-animation: testim-scale .5s ease-in-out forwards;   
    -ms-animation: testim-scale .5s ease-in-out forwards;   
    -o-animation: testim-scale .5s ease-in-out forwards;   
    animation: testim-scale .5s ease-in-out forwards;   
}
    
.testim .cont {
    position: relative;
		overflow: hidden;
}

.testim .cont > div {
		background-color: transparent;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont > div.inactive {
    opacity: 1;
}
    
.testim .cont > div.active {
    position: relative;
    opacity: 1;
}
    
.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #000000;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 16px;
    font-style: italic;
    color: #555555;
    width: 70%;
    height: 135px;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;            
    -moz-animation: testim-show .5s ease-in-out forwards;            
    -ms-animation: testim-show .5s ease-in-out forwards;            
    -o-animation: testim-show .5s ease-in-out forwards;            
    animation: testim-show .5s ease-in-out forwards;            
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;    
    -moz-animation: testim-content-in .4s ease-in-out forwards;    
    -ms-animation: testim-content-in .4s ease-in-out forwards;    
    -o-animation: testim-content-in .4s ease-in-out forwards;    
    animation: testim-content-in .4s ease-in-out forwards;    
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;    
    -moz-animation: testim-content-in .5s ease-in-out forwards;    
    -ms-animation: testim-content-in .5s ease-in-out forwards;    
    -o-animation: testim-content-in .5s ease-in-out forwards;    
    animation: testim-content-in .5s ease-in-out forwards;    
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;            
    -moz-animation: testim-hide .5s ease-in-out forwards;            
    -ms-animation: testim-hide .5s ease-in-out forwards;            
    -o-animation: testim-hide .5s ease-in-out forwards;            
    animation: testim-hide .5s ease-in-out forwards;            
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;        
    -moz-animation: testim-content-out .4s ease-in-out forwards;        
    -ms-animation: testim-content-out .4s ease-in-out forwards;        
    -o-animation: testim-content-out .4s ease-in-out forwards;        
    animation: testim-content-out .4s ease-in-out forwards;        
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;    
    -moz-animation: testim-content-out .5s ease-in-out forwards;    
    -ms-animation: testim-content-out .5s ease-in-out forwards;    
    -o-animation: testim-content-out .5s ease-in-out forwards;    
    animation: testim-content-out .5s ease-in-out forwards;    
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;        
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;        
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -webkit-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -moz-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -ms-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        -o-transform: translateY(0);        
        transform: translateY(0);        
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    
    to {
        opacity: 1;
        transform: translateY(0);        
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
        transform: translateY(-100%);        
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    
    to {
        opacity: 0;
        transform: translateY(-100%);        
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    
    to {
        opacity: 1;
        transform: scale(1);       
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);       
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);       
    }
    
    to {
        opacity: 0;
        transform: scale(0);
    }
}

.half-eldt-col{
	max-width: 460px;
	margin: 0 auto;
	color: #ffffff;
}

.half-eldt-col h3{
	font-size: 36px;
	font-weight: 900;
}

.half-eldt-col ul li{
	position: relative;
	margin-left: 30px;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 600;
}

.half-eldt-col ul li:before{
	content: "";
	position: absolute;
	background-image: url(../images/arrow-1.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 16px;
	height: 21px;
	left: -30px;
	top: 4px;
}

.half-eldt-left, .half-eldt-right{
	padding: 7%;
}

/*#site-footer{
	background-image: url(../images/footer-bg-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}*/

.footer-top .footer-widget{
	background-color: #e93700;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: -5rem;
	padding: 3rem;
  position: relative;
  color: #ffffff;
}

.footer-widget h3.widget-title{
	font-size: 30px;
	margin-bottom: 0;
}

.footer-widgets-wrapper{
	background-image: url(../images/footer-bg-new.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	width: 100%;
	color: #555555;
}

.sitefooter-one .wrap{
	background-image: url(../images/footer-top-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	/*margin-top: -15rem;*/
	margin-bottom: -5rem;
	padding: 4rem;
	z-index: 2;
	position: relative;
}

.sitefooter-one ul{
	display: flex;
	align-items: center;
}

.sitefooter-one ul li{
	margin-right: 20px;
}

.sitefooter-one ul li a{
	color: #ffffff;
}

.sitefooter-one ul li .fa-solid{
	margin-right: 10px;
}

.call-btn a {
  background-color: #555555;
  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-two{
	padding: 8rem 0 2rem 0;
}

.sitefooter-two .footer-widget{
	width: 21%;
	margin: 16px;
	display: inline-block;
	vertical-align: top;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
}

.sitefooter-two .footer-widget:nth-child(1){
	width: 27%;
}

.sitefooter-two .footer-widget:nth-child(2){
	width: 15%;
}

.sitefooter-two .footer-widget:nth-child(3), .sitefooter-two .footer-widget:nth-child(4){
	width: 21%;
}

.sitefooter-two .footer-widget:first-child img{
	max-width: 260px;
}

.recent-post{
	display: flex;
	margin-bottom: 1rem;
	max-width: 290px;
}

.recent-post .recent-post-img{
	width: 40%;
}

.recent-post-cnt{
	padding-left: 15px;
}

.repost-title h4{
	font-size: 15px;
	margin-bottom: 7px;
}

.repost-title h4, .repost-title h4 a, .repost-date span, .repost-date span a{
	color: #ffffff;
}

.sitefooter-one{
	align-items: center;
}

.footer-widgets-wrapper h3.widget-title{
	font-size: 22px;
	margin-bottom: 2em;
	position: relative;
	font-weight: 600;
  text-transform: uppercase;
}

.footer-widgets-wrapper h3.widget-title:after{
	content: "";
	position: absolute;
	background-color: #E8871E;
	width: 65px;
	height: 2px;
	right: 0;
	bottom: -15px;
	left: 0;
}
/*.footer-widget:last-child{
	background: #f2f2f2;
  padding: 20px;
}

.footer-widget:last-child .form-row{
	background-color: #ffffff;
	padding: 30px;
}

.footer-widget:last-child .form-row h3.titles{
	max-width: 500px;
	font-size: 26px;
}
*/
.form-btns [type="submit"]{
	background-color: #e8871e;
  width: 100%;
  max-width: 144px;
  padding: 11px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  border-radius: 6px;
  font-size: 17px;
}

.form-btns [type="submit"]:last-child{
	background-color: #e8871e;
}

.form-btns [type="submit"]:hover{
	background-color: #1f3c72;
}

.form-btns{
	text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  margin-top: 1rem;
}

.footer-nav_menu ul li{
	margin-bottom: 8px;
}

.footer-nav_menu ul li a{
	font-weight: 400;
	color: rgba(255, 255, 255, 0.9);
	font-size: 16px;
	position: relative;
}

.footer-nav_menu ul li a:hover{
	color: #2f8ad9;
	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: #2f8ad9;
}

.ftr-btm-right ul li{
	display: inline-block;
	vertical-align: top;
	padding: 0 10px;
	position: relative;
}

.ftr-btm-right ul li:after{
	content: "";
	position: absolute;
  background-color: #ffffff;
  width: 1px;
  height: 15px;
  top: 5px;
  right: -2px
}

.ftr-btm-right ul li:last-child:after{
	display: none;
}

.ftr-btm-right ul li a{
	color: #ffffff;
}

.contact-us-pg-left ul.btm-details{
	padding: 0;
}

.contact-us-pg-left ul.btm-details li, 
.contact-us-pg-left ul.btm-details li a {
	color: #000000;
}

.contact-us-pg-left ul.btm-details li.arresss:before, 
.contact-us-pg-left ul.btm-details li.call:before, 
.contact-us-pg-left ul.btm-details li.email:before, 
.contact-us-pg-left ul.btm-details li.hours:before{
	color: #2C1A66;
}

ul.btm-details{
	margin: 0;
	max-width: 250px;
}

ul.btm-details b, ul.btm-details li h4{
	color: #ffffff;
	text-transform: capitalize;
	margin-bottom: 12px;
	display: block;
	font-weight: normal;
	font-size: 16px;
}

ul.btm-details li{
	list-style-type: none;
	margin-left: 30px;
	margin-bottom: 7px;
}

.btm-details li h4{
	font-size: 14px;
	font-weight: 400;
	text-transform: capitalize;
}

.btm-details li.arresss, .btm-details li.call, .btm-details li.email, .btm-details li.hours{
	position: relative;
}

.btm-details li.arresss:before{
	content: "\f3c5";
	position: absolute;
	font-family: fontawesome;
	color: #ffffff;
	top: 0;
	left: -30px;
  text-align: center;
}

.btm-details li.call:before{
	content: "\f095";
	position: absolute;
	font-family: fontawesome;
	color: #ffffff;
	top: 0;
	left: -30px;
  text-align: center;
}

.btm-details li.email:before{
	content: "\f0e0";
	position: absolute;
	font-family: fontawesome;
	color: #ffffff;
	top: 0;
	left: -30px;
  text-align: center;
}

.btm-details li.hours:before{
	content: "\f017";
	position: absolute;
	font-family: fontawesome;
	color: #ffffff;
	top: 0;
	left: -30px;
}

ul.btm-details li a{
	color: #ffffff;
}

ul.btm-details li a:hover{
	color: #2f8ad9;
}

/*.btm-details li.email a{
	font-size: 20px;
	color: #ffffff;
}

.btm-details li.call a{
	font-size: 24px;
	font-weight: 800;
	color: #e93700;
	letter-spacing: 1px;
}

.btm-details li.call a:hover{
	color: #ffffff;
}*/

.socials-btm ul li{
	display: inline-block;
	font-size: 18px;
}

.socials-btm ul li a{
	color: #303092;
	background-color: #ffffff;
	border: solid 1px #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;	
	border-radius: 50px;
	font-size: 15px;
	
}

.socials-btm ul li a:hover{
	background-color: transparent;
	border: solid 1px #ffffff;
	color: #ffffff;
}

.footer-bottom-info{
	background-color: transparent;
	color: #ffffff;
	padding: 13px 0 0 0;
}

.footer-bottom-info .wrap{
	border-top: solid 1px rgba(255, 255, 255, 0.5);
	padding: 1rem 10px;
}

.footer-bottom-info p{
	margin-bottom: 0;
}

.ftr-btm-left a{
	color: #ffffff;
}

.ftr-btm-left a.copyright-link{
	color: #ffffff;
}

.ftr-btm-left a.copyright-link:hover{
	text-decoration: underline;
}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /2 - 10px);
/*	margin-bottom: 10px;*/
}

input[type="text"], input[type="password"], input[type="email"], textarea, select, input[type="date"], input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus, input[type="date"]:focus {
  outline: none;
  border: solid 1px #cdcdcd;
  background-color: #ffffff;
  border-radius: 0;
  padding: 20px;
  color: rgba(24, 14, 14, 0.7);
  font-size: 16px;
  width: 100%;
  padding: 0.8rem 0.8rem;
  margin-bottom: 18px;
}

.contact-form{
	padding: 28px;
	background-color: #f17667;
}

.submit-btn{
	margin-top: 1.5rem;
}

.submit-btn input{
	background: #273065;
  color: #fff;
  border: none;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 50px;
  padding: 9px 30px;
  cursor: pointer;
}

.contact-form h2{
	font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0 0 15px 0;
}

.contact-form .fullfrm-field{
	margin-bottom: 15px;
}

.contact-form textarea{
	height: 80px;
}

.form-row{
	overflow: hidden;
}

.send-btn [type="submit"] {
  background-color: #2c1b62;
  font-family: 'Figtree', sans-serif;
  width: 100%;
  max-width: fit-content;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 1rem;
  border-radius: 4px;
  font-size: 16px
}

.ful-fields{
	margin-bottom: 7px;
}
/* inner pages */

.inner-banner{
	color: #ffffff;
	position: relative;
	background: #2c1b62;
  padding: 22px;
  border-bottom: 6px solid #e8871e;
  margin-bottom: 3em;
}

/*.innerbnr-bg{
	height: 220px;
}

.innerbnr-bg img{
  width: 100%;
  object-fit: cover;
  height: 220px
}*/

.inner-banner-content{
	/*position: absolute;
	right: 0;
	left: 0;
	top: 45%;*/
	max-width: 1000px;
  text-align: center;
  margin: 0 auto;
}

.inner-banner-content h1{
	font-size: 32px;
	font-weight: 700;
	text-transform: capitalize;
	color: #ffffff;
}

.inner-banner-content p{
	font-size: 18px;
}

.about-pg-left img{
	width: 100%;
}

.whychoose_row{
	background-image: url(../images/bgimage.png);
	background-repeat: repeat;
	background-color: #EEEEEE;
	padding: 4rem 0 2rem 0;
}

.whychs_img{
	margin: 15px;
}

.whychoose_col{
	padding: 15px;
}

.whychoose_one .whychoose_col:last-child{
	background-color: #2C1A66;
	padding: 25px;
	color: #ffffff;
	border-radius: 8px;
}

.sub-pg-col{
	padding: 12px;
}

.img_right{
	float: right;
/*  width: 198px;*/
	margin: 0.3rem 0 0 2rem;
}

.service-areas-col-row{
	max-width: 1000px;
	margin: 0 auto;
}

.service-areas-col ul li{
	margin-bottom: 10px;
}

.service-areas-col ul li a .fas{
	color: #2C1A66;
	margin-right: 20px;
	font-size: 20px;
}

.servie-area-map{
	background-color: #EEEEEE;
}

.servie-area-map h2{
	margin-bottom: 2rem;
}

.our-services-box{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  padding: 20px 20px 20px 20px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
	margin: 15px;
}

.our-services-box img{
	width: 100%;
}

.our-services-text{
	text-align: center;
}

.our-services-text h4{
	margin: 10px 0 5px 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}

.our-services-text .ser-post-date{
	font-size: 14px;
	font-weight: 400;
  color: #adadad;
}

.our-services-text a.post-read-more{
	font-size: 15px;
	font-weight: 500;
	color: #000000;
}

.our-services-text a.post-read-more .fa-solid{
	font-size: 13px;
}

h2{
	color: #2C1A66;
}

.service-sub-col img{
	margin-bottom: 2rem;
}

.service-sub-col h3{
	font-size: 44px;
  margin-bottom: 15px;
}

.service-sub-col ul{
	margin: 0 0 2rem 2rem;
}

.service-sub-col ul li{
	list-style-type: disc;
	margin-bottom: 15px;
}

.team-member-col{
	text-align: center;
	margin: 10px;
}

.team-member-col .team-info{
	background-color: rgba(24, 1, 44, 0.6);
}

.single-team .content {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
  padding: 30px 20px;
}

.single-team .content h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}

.single-team .content h4 a{
	color: #ffffff;
}

.meet-the-team-page .team-thumb img{
	width: 100%;
}

.single-team-member{
	width: 100%;
}

.single-team-name h4{
	font-size: 32px;
}

/*
	Yoast FAQ CSS
*/
body .wp-block-yoast-faq-block .schema-faq-section{
    border: 2px solid #2c1b62;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background-color: #ffffff;
}
body .schema-faq-question {
    position: relative;
    display: block;
    cursor: pointer;
    padding: 20px 65px 20px 20px;
    font-weight: bold;
    font-size: 20px;
    color: #2c1b62 ;
}
body .schema-faq-question:after {
    position: absolute;
    content: "+";
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid #2c1b62;
    line-height: 1;
    border-radius: 50%;
    font-size: 25px;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c1b62;
}
body .schema-faq-section.active .schema-faq-question:after {
    content: "-";
    align-items: normal;
    font-size: 30px;
    line-height: 20px;
}
body .schema-faq-question:hover{
    background: #eee;
    border-radius: 8px;
}
body .schema-faq-section.active .schema-faq-question{
  background: #eee;
  border-radius: 0;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;  
}
body .schema-faq-answer {
    display: none;
    margin: 20px 0 20px;
    padding: 0 20px;
}


.btn1 a, .read-btn a {
  background-color: #538fcb;
	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-pg-left h2, .service-pg-right h2, .sub-pg-col h2{
	font-size: 31px;
	text-transform: uppercase;
	color: #2C1A66;
	margin: 1rem 0;
}

.sub-pg-col h2{
	text-transform: capitalize;
}

.features-subpg-col ul li{
	position: relative;
	margin-left: 34px;
  margin-bottom: 15px;
}

.features-subpg-col ul li:after{
	content: "\f061";
  position: absolute;
 	font-size: 20px;
 	font-family: fontawesome;
  top: 0px;
  left: -34px;
  color: #f17667;
}

.service-pg-block{
	margin: 2rem 0;
}

.service-pg-left img, .cusmapp-sub-pg-col img{
	-webkit-box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
  -moz-box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
  box-shadow: 0px 4px 11px 0px rgba(0,0,0, 0.25);
	margin-bottom: 15px;
}

.service-pg-block h3{
	font-size: 20px;
	color: #002e5b;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 10px;
}

.service-pg-block ul{
	margin: 0;
}

.service-pg-block ul li{
	position: relative;
	margin-left: 34px;
  margin-bottom: 4px;
}

.service-pg-block ul li:before{
	content: "";
	position: absolute;
	background-image: url(../images/arrow-1.png);
	background-repeat: no-repeat;
	width: 22px;
	height: 16px;
	top: 7px;
	left: -34px;
}

.cusmapp-sub-pgrow:first-child{
	padding-top: 0;
}

.cusmapp-sub-pgrow:last-child{
	margin-bottom: 2rem;
}

.cusmapp-sub-pgrow{
	padding: 2rem 0;
}

.view-btn.btm-space{
	margin-bottom: 2rem;
}

.contact-us-col ul.btm-details{
	padding: 0;
}


@media only screen and (min-width: 1000px) {
.logo{
	width: 32%;
	}

/*.main-navgation-menu{
	background-color: #dfebe3;
	}*/

.navmenu {
  width: 100%;
  text-align: center;
  max-width: 1240px;
	padding-left: 20px;
	padding-right: 20px;
  margin: 0 auto;
	}

/*.footer-nav_menu ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }*/

  .header-top-right{
  	width: 88%;
  }

  .send_form_left{
  	padding-right: 6rem;
  }
}

@media only screen and (min-width: 780px) {
.footer-bottom-info .wrap, .wdhinline{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	}

.logo.wdh40{
	width: 24%;
	}
 .about_col-right{
  	padding: 0 5%;
  }
.align-center{
	align-items: center;
	}

.popular-services-col{
	margin: 0 10px 5rem 10px;
	}

.form-row.subscribe-form{
	padding-right: 10%;
	}

.wdh20{
	width: 20%;
	}

.wdh25{
	width: 25%;
	}

.wdh30{
	width: 30%;
	}

.wdh33{
	width: 33%;
	}

.wdh35{
	width: 35%;
	}


.wdh40{
	width: 40%;
	}

.wdh50{
	width: 50%;
	}

.wdh60{
	width: 60%;
	}

.wdh65{
	width: 65%;
	}


.wdh70{
	width: 70%;
	}

.wdh75{
	width: 75%;
	}

.wdh80{
	width: 80%;
	}

.wdh90{
	width: 90%;
	}

.about_us_row{
	background-image: url(../images/hmabout-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.about_us_row-img img{
	float: right;
	}

.about_us_row-left{
	padding-right: 5%;
	}

.half-fields-row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}

.half-fields{
	width: calc(100% /2 - 15px);
/*	margin-bottom: 20px;*/
}

.service-pg-left{
	margin-right: 5%;
}

.cusmapp-sub-pgrow:nth-child(even) .cusmapp-sub-pg-col:first-child{
	padding: 0 3%;
}

.cusmapp-sub-pgrow:nth-child(odd) .cusmapp-sub-pg-col:last-child{
	padding: 0 3%;
}

.hdr-top-left, .hdr-top-right, .welcm-left, .welcm-right, .service-left, .service-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);
	}

.half-eldt-left, .half-eldt-right{
	/* Firefox */
	width: -moz-calc(100% /2 - 0px);
	/* WebKit */
	width: -webkit-calc(100% /2 - 0px);
	/* Opera */
	width: -o-calc(100% /2 - 0px);
	/* Standard */
	width: calc(100% /2 - 0px);
	height: 70vh;
	}

.service-pg-full ul{
	column-count: 3;
	}

.col-padding-right{
	padding-right: 7%;
	}
}

@media (min-width: 700px ){
	.ac {
		display: flex!important;
	}

.sol-menu li{
	position: relative;
}

/*.sol-menu li:after{
		content: "";
  position: absolute;
  background-color: #000000;
  width: 1px;
  height: 12px;
  top: 40%;
  right: 3px
	}*/

.sub-menu li{
	display: block;
	width: 100%;
	}

.sub-menu li:after{
	display: none;
	}

.sol-menu li{
	display: inline-block;
	}
}

@media only screen and (max-width: 1200px) {
.mySlides .text{
	top: 30%;
	}

.mySlides .text h2{
	font-size: 38px;
	line-height: 48px;
	}

.mySlides .text h2 span{
	font-size: 15px;
	}
}

@media screen and (max-width: 1024px) {
.pading {
  padding: 2rem 0;
	}
.hdr-center-right h5{
	font-size: 15px;
	}

h3.titles{
	font-size: 30px;
	}

.cloud-check-row{
	padding: 2rem;
	}

.number-counter .counter h2.count{
	font-size: 28px;
	}

.service-pg-left h2, .service-pg-right h2{
	font-size: 22px;
	}

.service-pg-block h3{
	font-size: 17px;
	}

.footer-top h3.widget-title{
	width: 40%;
	}

.footer-top .news-form {
    max-width: 60%;
  }

.form-btns [type="submit"]{
 	max-width: 210px;
 }

.header-top-right.wdhinline{
	justify-content: center;
	align-items: center;
	}
.header-top-row{
	align-items: center;
	}
.header-top::after{
	width: 65%;
  height: 80px;
}
.logo{
	width: 28%;
	}
.sol-menu li a{
	padding: 14px;
	}
.mySlides .text h2{
	width: 50%;
	}
.mySlides .text h2 {
    font-size: 32px;
    line-height: 42px;
  }
 .prev, .next{
 	width: 40px;
  height: 40px;
  line-height: 40px;
 }

 .popular-services-col h4{
 	padding: 20px 20px;
 	font-size: 16px;
 }
}

@media screen and (max-width: 1000px) {
.header-top-left{
	width: 25%;
	}

.hdr-info{
	text-align: center;
	}

.half-pading{
	padding: 1rem 0;
	}

.whychoose_row{
	padding-top: 2rem;
	padding-bottom: 0;
	}
}

@media screen and (max-width: 920px) {
.number-counter .counter{
	width: -moz-calc(100% /2 - 15px);
  width: -webkit-calc(100% /2 - 15px);
  width: -o-calc(100% /2 - 15px);
  width: calc(100% /2 - 15px);
	}

}

@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0;
  }

  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    padding: 0 10px;
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }

 .talk-about-cnt{
 	width: 85%;
 	padding: 0 30px;
 }
.testim .arrow{
	width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1.1em;
	}

.cusm-socials ul li{
	display: inline-block;
	vertical-align: top;
	/* 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-two .footer-widget:nth-child(1), 
.sitefooter-two .footer-widget:nth-child(2),
.sitefooter-two .footer-widget:nth-child(3),
.sitefooter-two .footer-widget:nth-child(4){
	width: 45%;
	margin: 10px 5px;
	}

.col-padding-right{
	padding-right: 5%;
	}
}

@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #3E8DA8;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #fff;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  display: none;
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }
.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }
    .navbar .nav-links.show1 .links .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
	} 
}


@media only screen and (max-width: 780px) {
.header-top::after{
	background-size: 100% 100%;
	height: 60px;
	bottom: -30px;
	display: none;
}

.logo {
    width: auto;
  }

.header-top-right.wdhinline{
	position: relative;
	top: 0;
	display: block;
	justify-content: space-between;
}

.top-socials ul{
	justify-content: center;
}

.hdr-center{
	display: flex;
	justify-content: space-between;
  align-items: center;
}

.header-top-left{
	width: 100%;
	text-align: center;
}

.logo.wdh40{
	width: 40%;
	margin-right: 15px;
}

.logo img{
	width: 100%;
	max-width: 100%;
	}

.inner-banner{
	margin-bottom: 1em;
	}

.service-sub-col h3{
	font-size: 36px;
	}

.btm-mrgn {
  margin-bottom: 1.5rem;
	}

.hdr-center-right a.enquiry-btn{
	display: block;
	}
.slider-text h3{
	font-size: 28px;
	line-height: 36px;
	}

.slider-text-box{
	padding-top: 15%;
	}

#site-header.w3-bar .header-inline .logo img{
	max-width: 160px;
	}

.whychs_img{
	margin: 15px;
  width: 44%;
  display: inline-block;
	}

.cloud-check-right{
	text-align: center;
	margin-top: 2rem;
	}

.about_us_row-left{
	padding-bottom: 2rem;
	}

.about_us_row-right img{
	width: 100%;
	}

.popular-services-col{
	margin-bottom: 5rem;
	}

.solutions-slide-track .solutions-slide {
  width: -moz-calc(100% /2 - 15px);
  width: -webkit-calc(100% /2 - 15px);
  width: -o-calc(100% /2 - 15px);
  width: calc(100% /2 - 15px);
	}

.solutions-slide .solutions-img{
	width: 110px;
  height: 110px;
  line-height: 110px;
	}

.solutions-slide-track{
	margin-top: 2rem;
	}

.cusmapp-sub-pgrow:nth-child(even){
	display: flex;
	flex-direction: column;
	}

.cusmapp-sub-pgrow:nth-child(even) .cusmapp-sub-pg-col:first-child{
	-webkit-box-ordinal-group: 2;  
  	-moz-box-ordinal-group: 2;     
  	-ms-flex-order: 2;     
  	-webkit-order: 2;  
  	order: 2;
	}

.cusmapp-sub-pgrow:nth-child(even) .cusmapp-sub-pg-col:last-child{
	-webkit-box-ordinal-group: 1;  
  	-moz-box-ordinal-group: 1;     
  	-ms-flex-order: 1;     
  	-webkit-order: 1;  
  	order: 1;
	}

.cusmapp-sub-pg-col img{
	width: 100%;
	}

.cusmapp-sub-pgrow{
	padding: 8px 0;
	}

.footer-widget:last-child .form-row h3.titles{
	font-size: 20px;
	}

.service-pg-left h2, .service-pg-right h2, .sub-pg-col h2, .subhding h2{
	font-size: 26px;
	}

.testim .dots{
	display: none;
	}

.team-member-col{
	margin: 10px 0;
	}
}

@media screen and (max-width: 768px) {
body:not(.home) #site-content {
  padding-top: 2rem;
	}

body{
	font-size: 15px;
	line-height: 25px;
	}

div.inner-banner-content h1{
	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, .half-fields-row {
  display: -webkit-block;
  display: -moz-block;
  display: -ms-block;
  display: -o-block;
  display: block;
	}

div.sitefooter-two .footer-widget {
  width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
  margin-bottom: 2em;
	}

.half-fields{
	width: -moz-calc(100%);
  width: -webkit-calc(100%);
  width: -o-calc(100%);
  width: calc(100%);
}

.inner-banner-content p {
  font-size: 15px;
}

.innerbnr-bg img{
	height: 35vh;
}

.mySlides .text h2 {
    width: 80%;
  }

.mySlides .text h2{
		font-size: 30px;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
	}

.mySlides .text h2 span{
	font-size: 14px;
	}

.prev, .next{
	width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 0px;
}

.new-features-services-col.wdh33{
	margin: 20px 0;
}

.new-features-services-col img{
	width: 100%;
	}

.mySlides .text{
	top: 25%;
	}

.sitefooter-two{
	padding: 7rem 0 2rem 0;
}

.sitefooter-one .wrap{
	padding: 3rem;
}

.send_form_left h3.titles{
	font-size: 30px;
}

#site-footer{
	padding-top: 2rem;
}

.btm-details li.arresss h4{
	font-size: 16px;
}

div.footer-widget.widget-menu{
	padding-left: 0;
	}

body:not(.home) #site-content{
	padding-top: 0;
	}
}

@media (max-width: 700px ){
	.ac  {
		display: none;
	}
	.nav ul li {
		float: none;
	}
	.menu-ac {
		display: block;
	}
	ul.sag-menu{
		position: relative;
	}

	.menu-ac .fa{
		position: absolute;
  	right: 0;
  	top: 0;
	}

	.sol-menu li a{
		padding: 10px 15px;
	}
	.hdr-center-right a.enquiry-btn{
		max-width: 160px;
		font-size: 12px;
	}
	.menu-ac{
		padding: 0;
	}
	.nav{
		right: 0;
  width: 100%;
	}

	.ac{
		position: absolute;
  	right: 0px;
  	left: -80px;
  	background-color: rgb(250, 250, 250);
  	top: 35px;
	}
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }

.header-top .wrap{
	display: -webkit-block;
	display: -moz-block;
	display: -ms-block;
	display: -o-block;
	display: block;
	text-align: center;
	padding: 0.6rem;
	}

.hdr-center{
	display: flex;
	}

.logo.wdh40{
	width: 100%;
	}
.number-counter .counter {
  width: -moz-calc(100% /2 - 15px);
  width: -webkit-calc(100% /2 - 15px);
  width: -o-calc(100% /2 - 15px);
  width: calc(100% /2 - 15px);
	}

.service-sub-col h3, .service-sub-col h2{
	font-size: 24px;
	}

.img_right{
	float: none;
	clear: both;
  display: block;
  margin: 0 0 10px 0;
}

.form-btns{
	text-align: center;
	}

.form-btns [type="submit"]{
	max-width: 100%;
	}

/* div.inner-banner-content h1 {
  font-size: 30px;
	}*/

.mySlides .text {
    top: 50px;
  }

.service-pg-left h2, .service-pg-right h2, .service-pg-left h2, .service-pg-right h2, .sub-pg-col h2{
	font-size: 20px;
	}

.whychs_img{
	width: 100%;
	display: block;
	margin: 15px 0;
}
/*.footer-widget:last-child .form-row, .footer-widget:last-child{
	padding: 15px;
	}*/

.sitefooter-two .footer-widget:nth-child(1), 
.sitefooter-two .footer-widget:nth-child(2),
.sitefooter-two .footer-widget:nth-child(3),
.sitefooter-two .footer-widget:nth-child(4){
	width: 100%;
	}
}

@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;
  }

 .header-top-right.wdhinline{
 	display: block;
 }
.sub-menu{
	width: 100%;
  min-width: 160px
}
.sub-menu li{
	text-align: center;
}
.top-socials ul{
	justify-content: center;
	}

.hdr-center {
  padding: 1rem 0 1rem 0;
  text-align: center;
	}
.hdr-center-right a.enquiry-btn{
	margin: 0 auto;
	}
h3.titles {
    font-size: 25px;
    line-height: 36px;
  }
 .about_col-right p {
  font-size: 17px;
	}

	body .schema-faq-question{
		font-size: 17px;
		padding: 17px 65px 17px 17px;
	}
}

@media only screen and (max-width: 480px) {
.logo {
    width: auto;
  }

.mySlides .text h2{
	width: 92%;
	}
	.mySlides .text {
    top: 28px;
  }
  .mySlides .text h2 span {
    font-size: 14px;
  }
.slider-text h3{
	font-size: 20px;
	line-height: 30px;
	}

.slider-text-box a{
	font-size: 14px;
	}

.mySlides .text h2{
	font-size: 28px;
	line-height: 38px;
	}

.number-counter .counter {
    width: -moz-calc(100%);
    width: -webkit-calc(100%);
    width: -o-calc(100%);
    width: calc(100%);
  }

.sitefooter-one .wrap{
	padding: 2rem;
	}

	.sitefooter-one ul li a.more-btn{
		margin-bottom: 10px;
	}

 .sitefooter-one ul{
 	display: block;
 }
}

@media only screen and (max-width: 380px) {
.mySlides .text h2 {
    font-size: 22px;
    line-height: 24px;
  }
 .mySlides .text {
    top: 16px;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}