@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400;1,500&family=Raleway+Dots&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --color1: #a10f09;
  --color2: #be1d2d;
  --color3: #e84e2a;
  --color4: #e12805;
  --color5: #f6931e;
  --color6: #849f88;
  --color7: #24a0d9;
  --color8: #1e6cb3;
  --color9: #10a7a1;
  --color10: #2a7123;
  --color11: #8cc63f;
  --primary-black-color: #000;
  --secondry-color: #16171d;
  --ternary-black-color: #010101;
  --white-color: #fff;
  --gray-color: #f5f5f5;
  --primary-font: "Raleway", sans-serif;
  --secondry-font: "Secular One", Sans-serif;
  --para-font: "Open Sans", sans-serif;
  --primary-gradient:linear-gradient(
    90deg,
    rgba(186, 27, 41, 1) 0%,
    rgba(246, 147, 30, 1) 20%,
    rgba(246, 147, 30, 1) 40%,
    rgba(36, 170, 225, 1) 60%,
    rgba(19, 167, 157, 1) 80%,
    rgba(140, 197, 64, 1) 100%
  );
}
:root {
  --font-size: 0.8em;
  --bg1: #f5f8f7;
  --blue: #a10f09;
  --green: #1e6cb3;
  --purple: #2a7123;
  --gold: #e84e2a;
  --red: #10a7a1;
  --orange: #8cc63f;
  --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
  --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
}

body{
    font-family: "Raleway", sans-serif;
}

/*   */
.fixed-bg > .elementor-background-overlay {
  background-attachment: fixed;
}
.theme-btn a {
  font-family: var(--primary-font);
  text-transform: uppercase;
}

p {
  font-family: var(--para-font);
  font-size: 16px;
}

a,
a:hover {
  text-decoration: none;
}

/* header  */
.menu-button-container {
  position: relative;
  display: block;
  height: 100%;
}

.mobile-btn {
  height: 40px;
  width: 40px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
  transform: translateY(-50%);
}

.mobile-btn span {
  height: 2px;
  width: 30px;
  background: #bf1d2c;
  position: absolute;
  right: 5px;
  transition: all.5s;
}
.mobile-btn span:first-child {
  top: 8px;
  transition: all.5s;
}
.mobile-btn span:nth-child(2) {
  top: 16px;
  width: 36px;
  transition: all.5s;
}
.mobile-btn span:nth-child(3) {
  top: 24px;
  width: 40px;
  transition: all.5s;
}
.mobile-btn span:last-child {
  top: 24px;
  width: 40px;
  transition: all.5s;
}
.mobile-btn.open span {
  height: 2px;
  width: 30px;
  background: var(--color1);
  position: absolute;
  right: 5px;
  transition: all.5s;
}
.mobile-btn.open span:first-child {
  top: 8px;
  width: 40px;
  transition: all.5s;
}
.mobile-btn.open span:nth-child(2) {
  top: 16px;
  width: 35px;
  transition: all.5s;
}
.mobile-btn.open span:nth-child(3) {
  top: 24px;
  width: 40px;
  transition: all.5s;
}
.mobile-btn.open span:last-child {
  top: 24px;
  width: 30px;
  transition: all.5s;
}
header {
  border-top: 3px solid rgba(255, 255, 255, 0.356);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  left: 0;
  transition: all 0.5s;
  background: #fff;
}

/* header.sticky {
    background: var(--secondry-color);
    width: 100%;
    transition: all 0.5s;
} */
.site-branding a {
    display: block;
}

.site-branding a img.custom-logo {
    width: 100%;
    height: auto;
}

header .site-branding .site-logo img.custom-logo {
  height: auto;
  width: auto;
}

header nav.primary-navigation,
header .primary-menu-container {
  height: 100%;
}

header nav.primary-navigation ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  margin: 0;
  transition: all 0.5s;
  margin-top: -3px;
}

header nav.primary-navigation ul li {
  height: 100%;
  list-style: none;
  background: transparent;
  padding: 0;
  transition: all 0.5s;
  position: relative;
  align-items: center;
  line-height: 50px;
  border-top: 3px solid transparent;
  display: flex;
  align-items: center;
}
/* header nav.primary-navigation ul li:nth-child(1){
    border-top: 3px solid var(--color1);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(1) a {
  color: var(--color1);
}
/* header nav.primary-navigation ul li:nth-child(2){
    border-top: 3px solid var(--color11);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(2) a {
  color: var(--color11);
}

/* header nav.primary-navigation ul li:nth-child(3){
    border-top: 3px solid var(--color6);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(3) a {
  color: var(--color6);
}
/* header nav.primary-navigation ul li:nth-child(4){
    border-top: 3px solid var(--color8);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(4) a {
  color: var(--color8);
}

/* header nav.primary-navigation ul li:nth-child(5){
    border-top: 3px solid var(--color10);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(5) a {
  color: var(--color10);
}
/* header nav.primary-navigation ul li:nth-child(6){
    border-top: 3px solid var(--color2);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(6) a {
  color: var(--color2);
}
/* header nav.primary-navigation ul li:nth-child(7){
    border-top: 3px solid var(--color5);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(7) a {
  color: var(--color5);
}
/* header nav.primary-navigation ul li:nth-child(8){
    border-top: 3px solid var(--color3);
} */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(8) a {
  color: var(--color3);
}
/* header nav.primary-navigation ul li:nth-child(9){
    border-top: 3px solid var(--color4); */
/* } */
header.sticky nav.primary-navigation ul li.current-menu-item:nth-child(9) a {
  color: var(--color4);
}

/* 
header nav.primary-navigation ul li.current_page_item {
    background: var(--color1);
}

header nav.primary-navigation ul li.current_page_item a {
    color: var(--white-color);
} */


header nav.primary-navigation ul li a {
  color: #6c6c6c;
  text-decoration: none;
  transition: all 0.5s;
  font-family: var(--primary-font);
  font-weight: 600;
  padding: 12px 16px;
}

/* header nav.primary-navigation ul li:hover a {
    color: var(--white-color);
}

header nav.primary-navigation ul li:hover {
    background-color: var(--color1);
} */

header nav.primary-navigation ul li button {
  display: none;
}

.heading_style h1.elementor-heading-title.elementor-size-default {
  color: var(--color1);
}

header nav.primary-navigation ul li ul.sub-menu li {
  line-height: 20px;
}

/* header nav.primary-navigation ul li ul.sub-menu li a {
    color: var(--secondry-color);
} */

header nav.primary-navigation ul li ul.sub-menu li:hover a {
  color: var(--color2);
}

header nav.primary-navigation ul li:hover ul.sub-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
  transition: 150ms;
}

header nav.primary-navigation ul li ul.sub-menu {
  position: absolute;
  top: 60px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(15px);
  transition: 150ms;
  background: #fff;
  min-width: 250px;
  z-index: 2;
  left: 0;
  height: auto;
  border-radius: 0 0 6px 6px;
  padding: 16px 0;
  overflow: hidden;
}

/* header nav.primary-navigation ul li.menu-item-has-children {
    padding-right: 25px;
} */

header nav.primary-navigation ul li.menu-item-has-children > a::after {
  color: inherit;
  content: "\f107";
  font-family: "FONT AWESOME 5 FREE";
  font-size: 16px;
  margin-left: 5px;
}

/* video  */

.videoContainer {
  max-width: 500px;
}

#video-laptop {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
}
@media screen and (min-width: 1199px) {
  video#homevideo {
    height: 100vh;
    width: 100%;
    object-fit: cover;
  }
}
#video-laptop iframe {
  box-sizing: border-box;
  background: url("https://wp.localserverweb.com/nueway/wp-content/uploads/2021/12/bg.png")
    center center no-repeat;
  background-size: contain;
  padding: 3% 7% 22% 7%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* end  */
/* service  */
.tabs-btn {
  bottom: 0;
  color: #ffffff;
  left: 0;
  min-height: 139px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.tabs-btn ul li {
  list-style: none;
  float: left;
  line-height: 180px;
  width: 20%;
  height: 139px;
  position: relative;
}
.tabs-btn ul li a.active:after {
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  content: " ";
  height: 0px;
  width: 0px;
  border: 14px solid transparent;
}
.tabs-btn ul li a {
  display: block;
  height: 139px;
  overflow: hidden;
}
.tabs-btn ul li a i {
  color: #ffffff;
  font-size: 72px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tabs-btn ul li:hover {
  line-height: 20px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tabs-btn ul li:hover a i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  font-size: 30px;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  margin-bottom: 10px;
  margin-top: 20px;
}
.tabs-btn ul li p {
  line-height: 17px;
  display: none;
  color: #fff;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tabs-btn ul li p span {
  display: block;
  font-size: 15px;
  font-weight: bolder;
  padding-bottom: 6px;
  font-family: var(--primary-font);
}
.tabs-btn ul li:hover p {
  display: block;
  font-size: 13px;
}
/* .tabs-btn colors */
.tabs-btn.green {
  margin-bottom: -10px;
}
.tabs-btn.green ul li:nth-child(1) {
  background: var(--color1);
}
.tabs-btn.green ul li:nth-child(1) a.active:after {
  border-top-color: var(--color1);
}
.tabs-btn.green ul li:nth-child(2) {
  background: var(--color2);
}
.tabs-btn.green ul li:nth-child(2) a.active:after {
  border-top-color: var(--color2);
}
.tabs-btn.green ul li:nth-child(3) {
  background: var(--color3);
}
.tabs-btn.green ul li:nth-child(3) a.active:after {
  border-top-color: var(--color3);
}
.tabs-btn.green ul li:nth-child(4) {
  background: var(--color4);
}
.tabs-btn.green ul li:nth-child(4) a.active:after {
  border-top-color: var(--color4);
}
.tabs-btn.green ul li:nth-child(5) {
  background: var(--color5);
}
.tabs-btn.green ul li:nth-child(5) a.active:after {
  border-top-color: var(--color5);
}
.tabs-btn.green ul li:nth-child(6) {
  background: var(--color6);
}
.tabs-btn.green ul li:nth-child(6) a.active:after {
  border-top-color: var(--color6);
}
.tabs-btn.green ul li:nth-child(7) {
  background: var(--color7);
}
.tabs-btn.green ul li:nth-child(7) a.active:after {
  border-top-color: var(--color7);
}

@media screen and (min-width: 768px) {
  .for-mobile {
    display: block;
  }
  .for-desktop {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  video.hero-video.mobile-video {
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .for-desktop {
    display: block;
  }
  .for-mobile {
    display: none;
  }
  ul.serviceSlide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    align-items: center;
  }
  .tabs-btn {
    bottom: 0;
    color: #ffffff;
    left: 0;
    min-height: 139px;
    position: static;
    text-align: center;
    width: 100%;
  }
  .tabs-btn ul li {
    list-style: none;
    float: left;
    line-height: 190px;
    width: 20%;
    height: 150px;
    position: relative;
    min-width: 200px;
  }
  .tabs-btn ul li a {
    display: block;
    height: 200px;
    overflow: hidden;
  }
}
/* end  */
.about_sec .img_about img,
.about_sec .img_about iframe,
.about_sec .img_about video{
  border-radius: 100px 0 100px 0 !important;
}
.about_sec .img_about {
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
.about_sec .img_about::before {
  transition: all 0.5s;
  background: transparent;
  content: "";
  height: 100%;
  width: 100%;
  right: -10px;
  bottom: -10px;
  position: absolute;
  border: 2px dotted var(--color11);
  border-radius: 100px 0 100px 0;
  border-top: none;
  border-left: none;
  box-shadow: 0px 0px 20px 5px #00000024;
  z-index: 0;
}
.about_sec .img_about::after {
  background: transparent;
  transition: all 0.5s;
  content: "";
  height: 100%;
  width: 100%;
  left: -10px;
  top: -10px;
  position: absolute;
  border: 2px dotted var(--color2);
  border-radius: 100px 0 100px 0;
  border-bottom: none;
  border-right: none;
  box-shadow: 0px 0px 20px 5px #00000024;
  z-index: 0;
}
/* .about_sec .img_about:hover::before {
    background: var(--color1);
    transition: all .5s;
    z-index: -1;
} */

/* .about_sec .img_about:hover::after {
    background: var(--color1);
    transition: all .5s;
    z-index: -1;
} */
/* end  */
/* icon sec  */
.icon-sec img {
  height: 70px !important;
  width: 70px !important;
}

/* end  */
/* .how-can_sec  */
.how-can_sec .icon img {
  height: 100px !important;
  width: 100px !important;
}
.how-can_sec .imgmic img {
  max-width: 300px !important;
}
/* end  */

.partner-item {color: #fff;}
.partner-item h3 {font-weight: 800;margin-bottom: 15px;}
.partner-slider .slick-dots li button{border: 2px solid #fff; border-radius: 50%;}
.partner-slider .slick-dots li.slick-active button,
.partner-slider .slick-dots li.slick-active button:before{background: #fff;color:#fff;border-radius: 50%;}

/* testimonial  */

.testimonial {
  position: relative;
}

.testimonial::after {
  content: "";
  border-bottom: 25px solid var(--color1);
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  position: absolute;
  bottom: -24px;
  left: -26px;
  display: none;
}

.testimonial .pic {
  width: 100px;
	min-width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid var( --e-global-color-6f319bf );
  overflow: hidden;
  position: relative;
	top:-20px;
  margin-top: -30px;
  display: block;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
 object-fit:cover;
}

.testimonial .title {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: var(--primary-font);
  letter-spacing: 1px;
  margin: 0;
}

.testimonial .post {
  display: block;
  font-size: 15px;
  font-family: var(--primary-font);
  color: #fff;
  text-transform: uppercase;
}

.testimonial .description {
  font-size: 15px;
    color: var(--secondry-color);
    line-height: 28px;
    max-width: 100%;
    font-family: var(--para-font);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #f9f9f9;
    padding: 30px 30px 70px;
	border-radius:20px;
	min-height: 470px;
}

.testimonial .testimonial-np {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
	padding-left: 20px;
}

.testimonial .testimonial-np .title-name {
    margin-left: 15px;
}

#testimonial-slider ul.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 1px solid var(--color2);
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.testimonialvideo {
  margin: 0 5px;
}

#testimonial-slider ul.slick-dots li.slick-active button {
  background: var(--color1);
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  width: 35px;
  height: 15px;
  border-radius: 0;
  background: var(--color1);
  opacity: 0.8;
  transition: all 0.3s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--color1);
}
.testimonialSlider.slick-dotted.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.testimonialSlider .slick-dots {
  bottom: 0;
}

.testimonialSlider .slick-dots li button:hover {
  border: none;
}

.testimonialSlider .slick-dots li button {
	background-color: #ffffff57;
	width: 8px;
	height: 8px;
	border-radius: 50px;
}
.testimonialSlider .slick-dots li.slick-active button {
	background-color: #df4002;
	font-size: 0;
	border:none;
}

.testimonialSlider .slick-dots li.slick-active button::before,
.testimonialSlider .slick-dots li.slick-active button::after{
	display:none;
}

.testimonialVSlider.slick-dotted.slick-slider {
  margin-bottom: 0px;
  padding-bottom: 30px;
}
.testimonialVSlider .slick-dots {
  bottom: 0;
}
.slick-dots li button:before {
  color: transparent;
}
.testimonialVSlider .slick-dots li button:hover {
  border: none;
}
.testimonialVSlider .slick-dots li button {
  background-color: var(--white-color);
  border-radius: 50%;
}
.testimonialVSlider .slick-dots li.slick-active button:before {
  color: transparent;
}
.testimonialVSlider .slick-dots li.slick-active button {
  background-color: var(--color1);
  color: transparent;
}


@media (min-width: 1700px){
	.testimonial .description {min-height: 400px}
}
@media screen and (max-width: 1199px) {
  .hero_container {
    position: static !important;
  }
  .hero_container .hetoText {
    color: #212529;
  }
}
@media screen and (max-width: 767px) {
  .testimonial .description {
    font-size: 13px;
    line-height: 18px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  .testimonial {
    padding: 20px 0 20px 60px;
    margin: 10px 20px 50px 50px;
  }
  .testimonial .title {
    font-size: 20px;
  }
}

/* end  */

@media screen and (max-width: 424px) {
  #video-laptop iframe {
    padding: 3% 5.5% 22% 6%;
  }
}

/* client logo  */

/* Footer  */
footer {
  background-color: #373a39;
  padding-top: 90px;
}

.footer p {
  font-weight: 700;
}
.footer p span,
.footer p a {
  color: #6c6c6c;
  font-weight: 600;

}

.footer #nav_menu-2 nav ul li a {
	font-size: 16px;
	color: #6c6c6c;
	transition: all 0.5s;
	line-height: 1.5;
	width: 100%;
	display: block;
	font-weight: 600;
	font-family: "Raleway", sans-serif;
}

.footer #nav_menu-2 nav ul li a:hover {
  color: var(--color2);
  transition: all 0.5s;
}

.footer #nav_menu-2 nav ul li {
  line-height: 24px;
  margin-bottom: 16px;
}
#nav_menu-2 nav ul li a {
  font-size: 14px;
  color: #fff;
}


#custom_html-5 ul ~ p {
  font-size: 12px;
  margin-top: 10px;
}
.clinet_logo {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

img.imgClient {
	max-width: 80px;
	width: 100%;
	height: 30px;
	object-fit: cover;
	margin: 5px;
	background: #219cd6;
}

footer .col-1,
footer .col-2,
footer .col-3 {
  padding: 60px 20px;
}

/* footer .col-2{
       background: white;
       box-shadow: rgba(255, 255, 255, 0.4) 0px 10px 30px;
       
   } */

.footer a img {
  height: auto !important;
  width: 160px !important;
  object-fit: cover;
  margin-bottom: 20px;
}

.footer h3.widget-title {
  font-family: var(--primary-font);
  color: #fff;
  text-transform: capitalize;
  position: relative;
  margin-bottom: 42px;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
}

.footer h3.widget-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 30px;
  background: var(--primary-gradient);
  cursor: pointer;
  transition: all 0.5s;
}

#nav_menu-2 nav ul {
  list-style: none;
  column-count: 2;
}

/* .footer .col-2 h3.widget-title::before {
        position: absolute;
        content: '';
        left: 0;
        bottom: -5px;
        height: 2px;
        width: 50px;
        background: var(--color1);
        cursor: pointer;
        transition: all .5s;
    } */

.footer h3.widget-title:hover::before {
  width: 50px;
  transition: all 0.5s;
}

.footer p {
  color: #fff;
  font-family: var(--primary-font);
}

ul.footer_social {
  display: flex;
}

ul.footer_social li {
  height: 35px;
  list-style: none;
  width: 35px;
  background: transparent;
  margin-right: 10px;
  text-align: center;
  border-radius: 50%;
  transition: all 1s;
  padding: 20px;
  border: 1px solid #3876c5;
}

ul.footer_social li a {
  color: #3876c5;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}

ul.footer_social li a i {
  font-size: 16px;
  transition: all 1s;
}

ul.footer_social li:hover {
  background: var(--color11);
  border: 1px solid var(--color11);
  transition: all 1s;
}

ul.footer_social li:hover a i {
  color: var(--gray-color);
  transition: all 1s;
  transform: scale(1.3);
}
ul.rating {
  display: flex;
  justify-content: flex-start;
  list-style: none;
  margin: 0;
}

ul.rating li {
  margin-right: 5px;
}

ul.rating li a {
	color: #ffef00;
	transition: all 0.5s;
}

ul.rating li a:hover {
  transition: all 0.5s;
  color: var(--white-color);
  /* transform: scale(1.5); */
}
.copyright {
    background-image: url(https://wp.localserverweb.com/nueway/wp-content/uploads/2022/01/background__layout.png);
    background-size: cover;
    background-position: top;
    background-attachment: scroll;
    background-color: #373a39;
    height: 60px;
    border-top: 1px solid #464646;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.copyright p {
	margin: 0;
	color: #d5d7df;
	font-weight: 600;
	font-size: 14px;
}

/* contact form css */
.input-box h4 {
  color: #000;
  font-family: var(--primary-font);
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 10px;
}

.input-box span.wpcf7-spinner {
  display: none;
}
.input-box input::-moz-focus-inner,
.input-box textarea:focus-within,
.input-box select {
  border: 1px solid #11ad48 !important;
}

.input-box input,
.input-box textarea,
.input-group .dropdown_opt select {
  width: 100%;
  box-sizing: border-box;
  border: none;
  margin: 10px 0;
  padding: 13px 15px;
  font-size: 16px;
  border-radius: 0;
  resize: none;
  outline: none;
  background: transparent;
  border: #a9a9a9 1px solid;
  color: #4e4e4e;
  font-family: var(--para-font);
}
/* .input-group .dropdown_opt {
    margin: 10px 5px;
    box-sizing: border-box;
    width: calc(33.33% - 10px);
} */
.input-group .dropdown-form select {
  width: calc(100% / 3);
}

.input-box input::placeholder,
.input-box textarea::placeholder,
.input-box select::placeholder {
  color: #ccc;
}

.input-group .input-box {
  padding: 0 10px;
  width: 50%;
}
.dropdown_opt input[type="file" i] {
  padding: 10px;
}
/* 
.input-group {
    display: flex;
    margin: 0 -10px;
} */

.submit-box input {
  border: none;
  text-transform: uppercase;
  font-family: var(--primary-font);
  font-weight: 600;
  fill: #ffffff;
  color: #ffffff;
  background-color: var(--color1);
  border-radius: 0;
  padding: 15px 30px;
  font-size: 16px;
  width: 100%;
  max-width: 200px;
  margin: 10px auto;
  cursor: pointer;
  line-height: 1;
}

.submit-box input:hover {
  background-color: var(--darkgreen);
  color: var(--white);
}
.BRANDING span.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-direction: column;
}

.chck-label label {
  padding-left: 15px;
  font-size: 18px;
  font-weight: 500;
  color: black;
}

.chck-label {
  padding-top: 20px;
}
.contact-from .input-box [type="submit"] {
  color: var(--white-color) !important;
  background: var(--color1) !important;
  border: 1px solid var(--color1);
  font-weight: 600;
  font-family: var(--primary-font);
  font-size: 18px;
  transition: all 0.5s;
  display: inline-block;
  max-width: 150px;
  padding: 10px !important;
}

.contact-from .input-box [type="submit"]:hover {
  letter-spacing: 1px;
  transition: all 0.5s;
  border: 1px solid var(--color1);
  background: transparent !important;
  color: var(--color1) !important;
}


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

/* contact form end  */
/* process  */
.ourProcess {
  font-family: var(--primary-font);
}
.ourProcess:after {
  content: "";
  display: block;
  clear: both;
}
.ourProcess .timeline {
  width: calc(50% + 70px);
  padding: 50px 15px 10px 0;
  margin: 0 0 30px 10px;
  float: right;
  position: relative;
}
.ourProcess .timeline:before {
  content: "";
  background: var(--color3);
  border-radius: 0 10px 10px 0;
  position: absolute;
  top: 60px;
  left: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 93%);
}
.ourProcess .timeline-content {
  color: var(--color3);
  background: #fff;
  min-height: 140px;
  padding: 20px 20px 20px 175px;
  border-radius: 15px 15px 15px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: block;
  position: relative;
}
.ourProcess .timeline-content:before {
  content: "";
  background: #333;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 140px;
}
.ourProcess .timeline-content:after {
  content: "";
  background: var(--color3);
  width: 15px;
  height: 30%;
  position: absolute;
  bottom: 0;
  left: 135px;
}
.ourProcess .timeline-content:hover {
  text-decoration: none;
}
.ourProcess .timeline-icon {
  font-size: 50px;
  line-height: 50px;
  position: absolute;
  bottom: 20px;
  left: 45px;
}
.ourProcess .timeline-year {
  color: #fff;
  background: linear-gradient(45deg, #555 1px, var(--color3) 40px);
  font-size: 42px;
  font-weight: 600;
  text-align: center;
  line-height: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  top: -50px;
  left: 20px;
}
.ourProcess .timeline-year span {
  font-size: 18px;
  font-weight: 400;
}
.ourProcess .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  margin: 0 0 8px;
}
.ourProcess .description {
  color: #222;
  font-size: 13px;
  margin: 0;
  font-family: var(--para-font);
}
.ourProcess .timeline:nth-child(even) {
  float: left;
  padding: 50px 0 10px 15px;
  margin: 0 10px 30px 0;
}
.ourProcess .timeline:nth-child(even):before {
  border-radius: 10px 0 0 10px;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 0 100%);
}
.ourProcess .timeline:nth-child(even) .timeline-content {
  padding: 20px 175px 20px 20px;
  border-radius: 15px 15px 0 15px;
}
.ourProcess .timeline:nth-child(even) .timeline-content:before {
  left: auto;
  right: 140px;
}
.ourProcess .timeline:nth-child(even) .timeline-content:after {
  left: auto;
  right: 135px;
}
.ourProcess .timeline:nth-child(even) .timeline-icon {
  left: auto;
  right: 45px;
}
.ourProcess .timeline:nth-child(even) .timeline-year {
  left: auto;
  right: 20px;
}
.ourProcess .timeline:nth-child(4n + 2) .timeline-content {
  color: var(--color1);
}
.ourProcess .timeline:nth-child(4n + 2):before,
.ourProcess .timeline:nth-child(4n + 2) .timeline-content:after {
  background-color: var(--color1);
}
.ourProcess .timeline:nth-child(4n + 2) .timeline-year {
  background: linear-gradient(45deg, #555 1px, var(--color1) 40px);
}
.ourProcess .timeline:nth-child(4n + 3) .timeline-content {
  color: var(--color5);
}
.ourProcess .timeline:nth-child(4n + 3):before,
.ourProcess .timeline:nth-child(4n + 3) .timeline-content:after {
  background-color: var(--color5);
}
.ourProcess .timeline:nth-child(4n + 3) .timeline-year {
  background: linear-gradient(45deg, #555 1px, var(--color5) 40px);
}
.ourProcess .timeline:nth-child(4n + 4) .timeline-content {
  color: var(--color8);
}
.ourProcess .timeline:nth-child(4n + 4):before,
.ourProcess .timeline:nth-child(4n + 4) .timeline-content:after {
  background-color: var(--color8);
}
.ourProcess .timeline:nth-child(4n + 4) .timeline-year {
  background: linear-gradient(45deg, #555 1px, var(--color8) 40px);
}
.ourProcess .timeline:nth-child(4n + 5) .timeline-content {
  color: var(--color11);
}
.ourProcess .timeline:nth-child(4n + 5):before,
.ourProcess .timeline:nth-child(4n + 5) .timeline-content:after {
  background-color: var(--color11);
}
.ourProcess .timeline:nth-child(4n + 5) .timeline-year {
  background: linear-gradient(45deg, #555 1px, var(--color11) 40px);
}
@media screen and (max-width: 767px) {
  .ourProcess .timeline {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .ourProcess .timeline .timeline-content,
  .ourProcess .timeline:nth-child(even) .timeline-content {
    text-align: center;
    padding: 115px 15px 15px;
  }
  .ourProcess .timeline-content:before,
  .ourProcess .timeline:nth-child(even) .timeline-content:before {
    width: 100%;
    height: 3px;
    top: 85px;
    left: 0;
  }
  .ourProcess .timeline-content:after {
    width: 30%;
    height: 15px;
    top: 79px;
    bottom: auto;
    left: auto;
    right: 0;
  }
  .ourProcess .timeline:nth-child(even) .timeline-content:after {
    left: 0;
  }
  .ourProcess .timeline-icon {
    top: 15px;
    bottom: auto;
    right: 25px;
    left: auto;
  }
  .ourProcess .timeline:nth-child(even) .timeline-content .timeline-icon {
    right: auto;
    left: 25px;
  }
}
/*process  end  */
/* new process  */
.mainDiv {
  padding: 2vw;
}

ul.infoGraphic {
  font-size: var(--font-size);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
ul.infoGraphic li {
  list-style-type: none;
  position: relative;
  width: 100%;
  max-width: 25em;
  background: var(--bg1);
  border-radius: 0.5em;
  padding: 0.5em;
  z-index: 1;
  transition: all 0.2s;
  cursor: pointer;
}
ul.infoGraphic li .numberWrap {
  position: absolute;
}
ul.infoGraphic li .number {
  font-family: "maven pro", sans-serif;
  font-size: 13em;
  font-weight: 900;
  width: 0.9em;
  text-align: center;
}
ul.infoGraphic li .number.fontColor1 {
  color: var(--blue);
}
ul.infoGraphic li .number.fontColor2 {
  color: var(--green);
}
ul.infoGraphic li .number.fontColor3 {
  color: var(--purple);
}
ul.infoGraphic li .number.fontColor4 {
  color: var(--gold);
}
ul.infoGraphic li .number.fontColor5 {
  color: var(--red);
}
ul.infoGraphic li .number.fontColor6 {
  color: var(--orange);
}
ul.infoGraphic li .coverWrap {
  transform: rotate(130deg);
  position: absolute;
  width: 18em;
  height: 15em;
  left: -3em;
  top: -1em;
}
ul.infoGraphic li .coverWrap .numberCover {
  position: absolute;
  background: var(--bg1);
  width: 18em;
  height: 6em;
  border-radius: 50% 50% 0 0;
  border-bottom: 3px solid #f5f8f7;
  transition: all 0.4s;
}
ul.infoGraphic li .coverWrap .numberCover::before {
  position: absolute;
  content: "";
  bottom: 5px;
  left: 4em;
  right: 4em;
  top: 5em;
  box-shadow: 0 0 30px 17px #48668577;
  border-radius: 100px/10px;
  z-index: -1;
}
ul.infoGraphic li .coverWrap .numberCover::after {
  position: absolute;
  bottom: 0;
  content: "";
  left: -10%;
  width: 120%;
  height: 150%;
  background: radial-gradient(at bottom, #48668533, transparent, transparent);
  z-index: 1;
}
ul.infoGraphic li .content {
  margin: 8em 3em 1em 7em;
  position: relative;
}
ul.infoGraphic li .content h2 {
  font-size: 1.7em;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  text-transform: uppercase;
}
ul.infoGraphic li .content p {
  line-height: 1.5em;
}

ul.infoGraphic li:hover .coverWrap .numberCover {
  border-radius: 100%;
}

.infoGraphic .icon {
  position: absolute;
  font-size: 2rem;
  text-align: center;
  top: -1.3em;
  left: 50%;
  transform: translatex(-50%);
}
.infoGraphic .icon:before {
  color: #666;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

.iconCodepen:before {
  content: "\f370";
}

.iconSocial:before {
  content: "\f370";
}

.iconAirplane:before {
  content: "\f370";
}

.iconMap:before {
  content: "\f370";
}

.iconBulb:before {
  content: "\f370";
}

.iconPeace:before {
  content: "\f370";
}

/* *,
      *:before,
      *:after {
        box-sizing: inherit;
      } */

.body-process {
  font-family: var(--primary-font);
  background: var(--bg1);
  min-height: 100vh;
  color: #444;
  display: grid;
  place-items: center;
  padding: 3rem 1rem 10em;
}

.infoGraphic .controls {
  position: fixed;
  z-index: 2;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background: #d7d7d7a1;
  padding: 0.5rem 2em;
  border-top-right-radius: 1rem;
  border-top-left-radius: 1rem;
  border: 1px solid #0000004d;
}

.sliderBox {
  text-align: center;
}
.sliderBox .range-value {
  font-weight: 500;
  font-size: 22px;
}

.infoGraphic input[type="range"] {
  width: 100%;
  margin: 1em 0;
  -webkit-appearance: none;
}

.infoGraphic input[type="range"]:focus {
  outline: none;
}

.infoGraphic input[type="range"]::-webkit-slider-runnable-track {
  background: #00000066;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 2px;
  cursor: pointer;
}

.infoGraphic input[type="range"]::-webkit-slider-thumb {
  margin-top: -10px;
  width: 20px;
  height: 20px;
  background: #eee;
  box-shadow: inset 0px 1px 1px #ffffff66, 0px 1px 3px black;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
}

.infoGraphic input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #eee;
}

.infoGraphic input[type="range"]::-moz-range-track {
  background: #000;
  border: 0;
  border-radius: 1.3px;
  width: 100%;
  height: 1px;
  cursor: pointer;
}

.infoGraphic input[type="range"]::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: #151728;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
}

.infoGraphic input[type="range"]::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 13px 0;
  color: transparent;
  width: 100%;
  height: 1px;
  cursor: pointer;
}

.infoGraphic input[type="range"]::-ms-fill-lower {
  background: #151728;
  border: 0;
  border-radius: 2.6px;
}

.infoGraphic input[type="range"]::-ms-fill-upper {
  background: #151728;
  border: 0;
  border-radius: 2.6px;
}

.infoGraphic input[type="range"]::-ms-thumb {
  width: 25px;
  height: 25px;
  background: #151728;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
  /*Needed to keep the Edge thumb centred*/
}

.infoGraphic input[type="range"]:focus::-ms-fill-lower {
  background: #ffffff;
}

.infoGraphic input[type="range"]:focus::-ms-fill-upper {
  background: #ffffff;
}
/* new process  end  */

/* 7-feb-2022 Start */

.styled-heading h2,
.styled-heading h3,
.styled-heading h4,
.styled-heading h5,
.styled-heading h6 {
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.styled-heading h2 span,
.styled-heading h3 span,
.styled-heading h4 span,
.styled-heading h5 span,
.styled-heading h6 span {
  padding: 3px 8px 3px 0;
  flex-grow: 1;
  text-align: left;
  color: #fff;
  background: #3f3e3c;
  margin-left: 16px;
  font-weight: 900;
  position: relative;
}

.styled-heading.heading-allies span {
  background-color: #b7ce74;
}

.styled-heading.heading-revolutionary span {
  background-color: #4c866d;
}

.styled-heading.heading-visionary span {
  background-color: #ed8422;
}

/* 	.styled-heading h2 span::before{
		content:"";
		position:absolute;
		bottom:-10px;
		width:100%;
		height:2px;
		background-color:#3F3E3C;
		display:block;
	}

	.styled-heading h2 span::after{
		content:"";
		position:absolute;
		bottom:10px;
		width:100%;
		height:2px;
		background-color:#3F3E3C;
		display:block;
	} */

/* 7-feb-2022 End */

@media screen and (max-width: 567px) {
  .input-group {
    flex-direction: column;
  }
  .input-group .input-box {
    width: 100%;
  }
  .service_column {
    padding: 30px 15px;
  }
  .header_banner h1 {
    font-size: 36px;
  }
  a.banner_btn {
    margin-top: 10px;
  }
  .appoinment_sec form {
    width: 95%;
    padding: 20px;
  }
}

/* .BRANDING span.wpcf7-form-control.wpcf7-checkbox {
    display: flex;
    flex-direction: column;
}

.chck-label label {
    padding-left: 15px;
    font-size: 18px;
    font-weight: 500;
    color: black; 
}

.chck-label {
    padding-top: 20px;
}

.dropdown-form .wpcf7-select {
    padding: 5px;
}

.dropdown-form-2 {
    padding-top: 20px;
}

.dropdown-form {
    padding-left: 10px;
}

.uplod-cont {
    padding-left: 10px;
    padding-top: 20px;
}

.input-box.addnote {
    padding-top: 20px;
    width: 100%;
} */
@media screen and (max-width: 1199px) and (min-width: 992px) {
  header nav.primary-navigation ul li {
    padding: 10px;
  }
}
@media screen and (min-width: 992px) {
  .menu-button-container {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  header nav.primary-navigation {
    display: none;
  }
  header nav.primary-navigation.open {
    display: block;
  }
  /* header nav.primary-navigation{
        right: -100%;
        transition: all .5s;
    } */
  header nav.primary-navigation.open ul {
    display: flex;
    justify-content: inherit;
    height: 100vh;
    align-items: center;
    margin: 0;
    flex-direction: column;
    align-items: inherit;
    position: fixed;
    right: 0px;
    background: #fff;
    width: 280px;
    top: 0px;
    transition: all 0.5s;
    padding-top: 60px;
  }
  header nav.primary-navigation.open ul li.current_page_item {
    background: transparent;
    color: var(--color1);
  }
  /* header nav.primary-navigation{
        right: -100%;
    } */
  header nav.primary-navigation.open {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s;
  }
  .menu-button-container.open {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 0px;
    height: auto;
  }
  header nav.primary-navigation ul li {
    height: 50px;
    list-style: none;
    background: transparent;
    transition: all 0.5s;
    position: relative;
    align-items: center;
    line-height: 46px;
    border-top: 3px solid transparent;
  }
  header nav.primary-navigation ul li ul.sub-menu li {
    line-height: 40px;
  }
}

/* 30-mar-2022 Start */

#masthead {
  position: relative;
}

#masthead::after {
  content: "";
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  height: 3px;
  background: rgb(186, 27, 41);
  background: var(--primary-gradient);
}

#masthead .row {
    align-items: center;
}

.site-branding {
  display: block;
  padding: 12px 0;
  transition: 150ms;
}

.mobile-btn.open {
  position: static;
  transform: translateY(0);
  margin-top: 16px;
  margin-right: 16px;
}

header nav.primary-navigation ul ul {
  display: block;
}

header nav.primary-navigation ul li ul a {
  padding: 6px 16px;
  color: #6c6c6c;
  width: 100%;
}

header nav.primary-navigation ul li a:hover {
  color: var(--color2);
}

header nav.primary-navigation ul li:hover ul.sub-menu::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-gradient);
  height: 3px;
}

#masthead.sticky {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	box-shadow: 4px 4px 20px rgba(0,0,0,.06);
}

#masthead.sticky .site-branding {
  padding: 6px 0;
  transition: 150ms;
}

@media (max-width: 1199px) {
  header nav.primary-navigation ul li a {
    padding: 0 4px;
  }
}

/* 30-mar-2022 End */

/* 31-mar-2022 Start */

.custom_backdrop {
  display: none;
}

#media_image-3 {
	max-width: 140px;
	margin-bottom: 32px;
}

.footer {
	padding-bottom: 90px;
}

.our-team .pic::before, .our-team .pic::after,
.our-team .social{
    display: none;
}



@media (max-width: 991px) {
  header nav.primary-navigation ul li ul.sub-menu {
    position: static;
    transform: translate(0);
    opacity: 1;
    display: block;
    width: 100%;
    min-width: 100%;
    background: #eee;

    padding: 0;
    border-radius: 4px;
    max-height: 0;
    transition: 150ms;
  }

  header nav.primary-navigation ul li {
    display: block;
  }

  header nav.primary-navigation ul li {
    height: auto;
    border: none;
  }

  header nav.primary-navigation ul li a {
    padding: 0 24px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  header nav.primary-navigation ul li ul a {
    padding: 2px 32px;
  }

  header nav.primary-navigation ul li ul.sub-menu::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--primary-gradient);
    height: 3px;
  }

  header nav.primary-navigation ul li.expand-child ul.sub-menu {
    max-height: 1000px;
    transition: 150ms;
  }

  header nav.primary-navigation ul li.expand-child > a::after {
    transform: translateZ(180deg);
    transition: 150ms;
  }

  .custom_backdrop {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    opacity: 0;
    transition: 150ms;
    display: block;
  }

  .mobile-menu-toggled .custom_backdrop{
      opacity: 1;
      transition: 150ms;
      pointer-events: all;
  }
}

@media (max-width: 767px) {
  .custom-logo {
    max-width: 140px;
  }
}

/* 31-mar-2022 End  */

.hom-nue-col > div {
    padding: 80px 40px;
}

.hom-nue-col > div .elementor-widget-heading {
    margin: 20px 0;
}

.video-video, .video-video div, .video-video img, .video-video video {height: 100% !important;width: 100%; display: flex; justify-content: stretch;flex-direction: column;}
.video-video .e-hosted-video {display: flex;height: 100%;padding: 0 !important;}
.video-video div.elementor-custom-embed-play {height: auto !important;}
.video-col * {height: 100%; max-height: inherit !important;}





.new-header-sec .container {width: 100%; max-width: 1480px !important; padding: 0;}
.new-header-sec .container .row-box{display: flex; align-items: center; justify-content: space-between;}
.new-header-sec-logo {padding: 0 15px; }
.new-header-sec-logo img {width: 100%; max-width: 150px; }
.new-header-sec-menu {display: flex; align-items: center; justify-content: flex-end; }
.new-header-sec-menu .new-header-sec-menu-col2 {padding: 0 15px; }
.new-header-sec-menu-col2 a {background-color: #df4002; padding: 20px 25px; color: #FFF; text-transform: uppercase; font-weight: 500;white-space:nowrap; }
.new-header-sec-menu-col1-top > ul > li {display: inline-block; padding: 0 15px; color: #283033; font-size: 16px; position: relative;}
.new-header-sec-menu-col1-top > ul > li a {color: #283033; }
.new-header-sec-menu-col1-top ul.sub-menu {z-index: 9;position: absolute; right: 0; background-color: #fff; padding: 15px; box-shadow: 0 0 10px rgb(54 57 57 / 15%); min-width: 250px; display: none; width: 100%; text-align: left;}
.new-header-sec-menu-col1-top > ul > li i {color: #df4002; font-size: 20px; padding-right: 5px; }
.new-header-sec-menu-col1-top > ul {position: relative; text-align: right;margin: 0;}
.new-header-sec-menu-col1-top ul.sub-menu li {display: block; padding: 5px 0; color: #df4002; font-weight: 700; }
.new-header-sec-menu-col1-top ul.sub-menu li a {color: #283033; font-weight: 500; }
.new-header-sec-menu-col1-top > ul > li:hover ul.sub-menu {display: block; }

.new-header-sec-menu-col1-bottom ul.desktop-menu {margin: 0; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li {display: inline-block; padding: 14px 15px; position: relative; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li a {color: #283033; text-transform: uppercase; font-size: 14px; font-weight: 500; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li ul.sub-menu {position: absolute; left: 0; background-color: #df4002; min-width: 280px; display: none; z-index: 9; padding: 20px; top: 100%; margin: 0; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li:hover ul.sub-menu {display: block; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li ul.sub-menu li {display: block; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li ul.sub-menu li a {font-size: 13px; padding: 2px 0; display: block; color: #FFF; font-weight: 600; }
.new-header-sec-menu-col1-bottom li.menu-item-has-children > a:after {color: #283033; content: "\f107"; font-family: FontAwesome; font-size: 14px; line-height: 16px; position: absolute; right: -2px; top: 20px; -webkit-transition: all .3s ease-in; transition: all .3s ease-in; }
.new-header-sec-menu-col1-top > ul > li:not(:last-child) {border-right: #CCC 2px solid; }
.new-header-sec-menu-col1-top {padding: 15px 0 0; }
.new-header-sec-menu-col1-bottom ul.desktop-menu > li:hover > a {color: #df4002; }

@media (max-width: 1300px){
  .new-header-sec-menu-col1-bottom ul.desktop-menu > li a {font-size: 13px;}
}

@media (max-width: 1199px){
  .new-header-sec {display: none;}
  #header-outer {display: block;}
}

@media (max-width: 1199px) and (min-width: 1000px){
  #header-outer header .col.span_3 {position: inherit !important;left: 0;}
  #header-outer header .col.span_3 a#logo {transform: none !important;}
  #header-outer header .col.span_3 a#logo img {width: 100% !important;max-width: 150px !important;height: auto !important;}
  #header-outer header .col.span_9.col_last {width: auto !important;}
  #header-outer header > .container > .row {display: flex; align-items: center;}
  #header-outer header .col.span_9.col_last {width: auto !important; right: 0; left: inherit !important; position: absolute !important; }
}





.compare-stairlift-section{ background: linear-gradient(180deg, #3876C5 0%, #0A9BDE 100%); padding: 60px 0px 50px 80px; }
.compare-sec-head h3{ font-weight: 900; color: #FFFFFF; margin-bottom: 40px;  font-size: 36px; line-height: 118%; letter-spacing: -0.02em; }
.compare-sec-head h5{color: #FFFFFF; margin-bottom: 10px;  font-size: 19px; line-height: 118%; letter-spacing: -0.02em; }
#pinContainer { width: 100%; height: 100%; overflow: hidden; -webkit-perspective: 1000; perspective: 1000; }
#slideContainer { width: 400%; height: 100%; }
.panel { height: 100%; width: 25%; float: left;}
.demo#section-slides .panel > b, .demo#section-wipes .panel > b{ height: auto; color: #000; font-size: 40px; }
#slideContainer .panel{ background: none; }
.compare-section { padding-bottom: 200px; overflow: hidden; position: relative; padding-top: 100px;background: linear-gradient(180deg, #3876C5 0%, #0A9BDE 100%); }
.compare-section::after { content: '';  height: 80%; width: 100%; position: absolute; top: 0px; }
.compare-section .container { position: relative; z-index: 2; }
.compare-section .content-block { margin-bottom: 42px; }
.compare-section .content-block h2 { margin-bottom: 9px; }
.works-steps { margin-bottom: 60px; width: max-content; }

@media (max-width: 1700px){
  .compare-section { padding-bottom: 120px; padding-top: 50px;}
  .compare-sec-head h3{font-size: 30px;}
.compare-sec-head h5{font-size: 16px;}
}

@media all and (max-width: 575px) {
    .works-steps { width: auto; }
}
.single-step {display: inline-block;vertical-align: top;position: relative;padding-top: 60px;}
@media all and (max-width: 575px) {
    .single-step{padding-left: 35px;padding-bottom: 40px;border-left: 1px dashed rgba(255, 255, 255, 0.53); }
    .single-step:last-child { padding-bottom: 0; }
    .single-step:last-child::before { height: calc(100% - 12px); }
    .single-step::after { content: ""; position: absolute; width: 26px; height: 26px; background: url(/wp-content/uploads/2021/03/step-dots.png) no-repeat; left: -12px; top: 0px; opacity: 1; z-index: 1; }
}
.single-step h2 {letter-spacing: 0;font-weight: 500;font-size: 48px;line-height: 54px;text-align: left;color: #FFFFFF;margin-bottom: 20px;}
.single-step h2 img {max-height: 60px;position: relative;top: -57px;height: 60px;}
@media all and (max-width: 991px) {
    .single-step h2 { font-size: 52px; line-height: 70px; }
}
@media all and (max-width: 575px) {
    .single-step h2 { font-size: 45px; line-height: 25px; }
}
.single-step .single-step-border {height: 1px;position: relative;border-bottom: 1px dashed rgba(255, 255, 255, 0.53);padding-top: 12px;margin-bottom: 65px;}
@media all and (max-width: 575px) {
    .single-step .single-step-border { display: none; }
}
/.single-step .single-step-border::after { content: ""; position: absolute; width: 26px; height: 26px; background: url(/wp-content/uploads/2021/03/step-dots.png) no-repeat; left: -8px; top: 0px; opacity: 1; z-index: 1; }/
.single-step .single-step-border::after{ content: ""; position: absolute; width: 16px; height: 16px; left: -4px; top: 4px; opacity: 1; z-index: 1; border: 1px solid #2487D1;-webkit-box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .3); box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, .3); border-radius: 50%; background: #fff; }
@media all and (max-width: 575px) {
    .single-step .single-step-border::after { display: none; }
}


.single-step .step-content { max-width: 330px; min-height: 300px; margin-right: 80px; border-radius: 10px; padding: 50px 25px; text-align: center; position: relative; }
.single-step .step-content:before { content: ''; background: #FFFFFF; opacity: 0.1; border-radius: 10px; position: absolute; top: 0px; left: 0px; height: 100%; width: 100%; }


.single-step .step-content h3 { color: #ffffff; margin-bottom: 20px; font-weight: 900; font-size: 24px; line-height: 34px; text-align: center; }
.single-step .step-content p {font-weight: 500; text-align: center; color: #BDDAFE; font-size: 20px; line-height: 144%; letter-spacing: -0.01em; }
.single-step:last-child .single-step-border::before { right: -10px; top: 0px; opacity: 1; z-index: 1; content: ""; position: absolute; width: 16px; height: 16px; top: 4px; opacity: 1; z-index: 1; border: 1px solid #2487D1; -webkit-box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%); box-shadow: 0px 0px 0px 10px rgb(255 255 255 / 30%); border-radius: 50%; background: #fff; }
@media all and (max-width: 575px) {
    .single-step:last-child::before { width: calc(100% - 10px); content: ""; position: absolute; width: 26px; height: 26px; background: url(/wp-content/uploads/2021/03/step-dots.png) no-repeat; bottom: -12px; left: -12px; opacity: 1; z-index: 1; }
}
.single-step:last-child .step-content { margin-right: 0px; }

.single-step .single-step-border::after {content: ""; position: absolute; width: 16px; height: 16px; left: -4px; top: 4px; opacity: 1; z-index: 1; border: 1px solid #2487d1; -webkit-box-shadow: 0px 0px 0px 10px rgba(255,255,255,.3); box-shadow: 0px 0px 0px 10px rgba(255,255,255,.3); border-radius: 50%; background: #fff;
}



@media (max-width: 1700px){
  .single-step .step-content { max-width: 330px; min-height: 250px; padding: 30px 15px; }
  .single-step h2{font-size: 28px;}
  .single-step h2 img{max-height: 40px; height: 40px; top: -37px;}

  .single-step .step-content{min-height: 200px;}
  .single-step .step-content h3{font-size: 20px; line-height: 24px; margin-bottom: 15px;}
  .single-step .step-content p {font-size: 16px;}

}
@media all and (max-width: 1200px) {
    .single-step .step-content { max-width: 300px; margin-right: 50px; }
}
@media all and (max-width: 991px) {
    .single-step .step-content { max-width: 270px; margin-right: 30px; }
}
@media all and (max-width: 767px) {
    .single-step .step-content { max-width: 240px; }
}
@media all and (max-width: 575px) {
    .single-step .step-content { max-width: 100%; }
}


.heading-t-2 span{color: #8CC540}

.div-hidden{display: none;}

.timeline {
  position: relative;
  margin-inline: 1rem;
}

.timeline-pipe {
  position: absolute;
  top: 2px;
  bottom: 30px;
  left: 54px;
  width: 5px;
  background-color: #000;
  z-index: 0;
}

.timeline-item {
  display: flex;
}

.timeline-meta {
  flex-basis: 0;
  display: none;
}

.timeline-card {
  flex-basis: 100%;
}
.timeline-card > div {
    padding: 25px;
}

.timeline-pointer {
  order: 1;
}

.timeline-card {
  order: 2;
}

.timeline-item {
  margin-block: 1.5rem;
}

.timeline-pointer {
  margin-inline: 2rem;
  flex-shrink: 0;
  flex-grow: 0;
  order: 2;
	position: relative;
	z-index:1;
}
.timeline-pointer .pointer-item {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

@media screen and (min-width: 30rem) {
  .timeline-pipe {
    left: 50%;
    transform: translateX(-50%);
  }

  .timeline-meta {
    flex-basis: 50%;
    display: block;
  }

  .timeline-meta {
    order: 1;
  }

  .timeline-card {
    order: 3;
    flex-basis: 50%;
  }

  .timeline-item:nth-child(2n+1) .timeline-meta {
    order: 3;
  }
  .timeline-item:nth-child(2n+1) .timeline-card {
    order: 1;
  }
}

/* 12-apr-2022 Start */

.sticky_footer-section {
	position: sticky;
	bottom: 0;
	background: #f48b32;
	box-shadow: 0px -6px 15px rgba(0,0,0,.1);
	z-index:9;
}
.sticky_footer-row ul {
	margin: 0;
	list-style: none;
/* 	display: flex; */
	align-items: center;
	justify-content: space-between;
}
.sticky_footer-row ul li a{text-align:center !important;color:white !important;}

.sticky_footer-row ul li a {
	display: block;
	color: #333;
	font-weight: 800;
	padding: 12px 0;
	
}

.sticky_footer-row ul li a i {
	color: #df4002;
}

.sticky_footer-section::after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
/* 	background: var(--primary-gradient); */
	z-index: -1;
	content: "";
	opacity: 0.75;
}

@media(max-width:767px){
	.sticky_footer-row ul{
		flex-direction:column;
		padding:3px 0;
	}
	
	.sticky_footer-row ul li a{
		margin-bottom:8px;
		padding:0;
	}
}

/* 12-apr-2022 End */


/* 20-apr-2022 Start  */
/* 
.testimonialSlider .slick-slide:nth-child(1n){
	width:25%;
}

.testimonialSlider .slick-slide:nth-child(2n){
	width:50%;
}

.testimonialSlider .slick-slide:nth-child(3n){
	width:25%;
} */

.discover-txt p {
    margin-bottom: 0;
    font-size: 18px;
}

.discover-txt p a {
    display: inline-block;
    padding: 10px 20px;
    background: #f48b32;
    color: #fff;
    margin-left: 10px;
}

.discover-txt p a:hover{
   background: #000;
    color: #fff; 
}
/* 20-apr-2022 End  */

body #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
	padding: 0 8px 0 8px;
}


/* 9-june-2022 Start  */

ul.infoGraphic li .coverWrap {
	width: 20em;
	height: 17em;
}

ul.infoGraphic li .coverWrap .numberCover {
	width: 19em;
	height: 8em;
}

/* Temporary menu hide */
/* #mega-menu-item-4347 {
	display: none !important;
}

#mega-menu-item-265{
  display: none !important;
}
 */
/* 9-june-2022 End */


/* 13-june-2022 Start */

body .video-icon-with-con {
	left: -14%;
}

/* 13-june-2022 End */

/* 14-june-2022 Start  */

.elementor-260 .elementor-element.elementor-element-e9e29e9 .elementor-heading-title{
	font-family: "Montserrat", Sans-serif !important;
}


.new-contact-us-form input[type="text"],
.new-contact-us-form input[type="email"],
.new-contact-us-form input[type="password"],
.new-contact-us-form input[type="tel"], 
.new-contact-us-form input[type="url"], 
.new-contact-us-form input[type="search"],
.new-contact-us-form input[type="date"], 
.new-contact-us-form textarea{
	width: 100%;
	color: #555;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-right: 1em;
	padding-left: 1em;
	line-height: 1em;
	font-size: 16px; 
	background-color: rgba(0,0,0,0.04);
	border-radius: 4px;
	border: 2px solid rgba(0,0,0,0);
}

.new-contact-us-form input[type="text"]:focus,
.new-contact-us-form input[type="email"]:focus,
.new-contact-us-form input[type="password"]:focus,
.new-contact-us-form input[type="tel"]:focus, 
.new-contact-us-form input[type="url"]:focus, 
.new-contact-us-form input[type="search"]:focus,
.new-contact-us-form input[type="date"]:focus, 
.new-contact-us-form textarea:focus{
	border-color:#a0e068;
	outline:none;
}

.new-contact-us-form .wpcf7-list-item{
	display:block;
}

.new-contact-us-form p:empty{
	display:none;
}

.wpcf7-form-control-wrap.checkbox-marketing,
.wpcf7-form-control-wrap.checkbox-video,
.wpcf7-form-control-wrap.checkbox-branding{
	margin-bottom: 9px;
	display: block;
}

.select2-container .select2-choice {
	border-color: #e0e0e0;
	padding-top: 5px;
	padding-bottom: 5px;
}

.select2-container .select2-choice:hover{
	background-color:#a0e068 !important;
	border-color:#a0e068 !important;
	color:#fff;
}

.select2-container .select2-choice > .select2-chosen {
	width: auto;
	line-height: 30px;
	padding-left: 3px;
}

.wpcf7-form-control-wrap.file-775 {
	display: block;
	margin-top: 5px;
}

.wpcf7-form-control-wrap.textarea-notes {
	margin-top: 10px;
	display: block;
}


.new-contact-us-form .wpcf7-form-control.has-spinner.wpcf7-submit,
.new-contact-us-form .wpcf7-form-control.has-spinner.wpcf7-submit:hover {
	padding: 15px 22px !important;
	background: #a0e068;
	color: #fff;
	font-family: Montserrat;
	text-transform: uppercase !important;
	letter-spacing: 0px;
	font-size: 16px;
	font-weight: 600;
	border-color: #a0e068;
	border-radius: 5px;
	cursor:pointer;
}

.new-contact-us-form .wpcf7-form-control.has-spinner.wpcf7-submit:hover{
	box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16) !important;
	-ms-transform: translateY(-3px);
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition:150ms;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 479px) and (orientation: portrait) {
.con-div[style]{display:block!important;}
.con-div > div[style]{ margin-left:0!important; margin-right:0!important;width:100%!important;}
input[type="tel"] { margin-left: 0px; margin-top:0px!important;}
input[type=email] {margin-bottom:10px!important;}
}

/* 14-june-2022 End */