@import url('https://fonts.googleapis.com/css2?family=Poppins: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');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
:root {
  --primary: #1798fd;
  --secondary: #5F656F;
  --light: #F5F5F5;
  --dark: #f65b18 ;
}

.bnnr{
	position:relative;
}
.bnnr:before{
	background: linear-gradient(to right, rgb(5 5 5 / 73%), rgb(9 76 56 / 0%));
	content:'';
	top:0;
	left:0;
	position:absolute;
	width:100%;
	height:100%;
	z-index:9;
}
.exp-p{
	display:flex;
}
.exp-p i{
	line-height: 25px;
}
.fs-15{font-size: 15px;}
.back-to-top {
  position:fixed;
  display:none;
  right:30px;
  bottom:30px;
  z-index:99;
}

.cr-services{
	position:relative;
	margin-top: 30px;
}
.cr-services .carousel-control-prev{
	justify-content:start;
	left: -40px;
}
.cr-services .carousel-control-next{
	justify-content:end;
	right: -40px;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #fff;
  background-color: #f65b18 ;
}
h1,
h2,
.h1,
.h2,
.fw-bold {
  font-weight:700!important;
  font-family: "Poppins", serif;
}
h3,
h4,
.h3,
.h4,
.fw-medium {
  font-weight:600 !important;
  font-family: "Poppins", serif;
}
h5,
h6,
.h5,
.h6,
.fw-semi-bold {
  font-family: "Poppins", serif;
  font-weight: 500;
}
p{font-family: "Poppins", serif;font-size:16px;line-height:26px;color: #222;margin-bottom: 10px;text-align: left;}
span{font-family: "Poppins", serif;}
ul li{font-size:16px;line-height:24px;font-family: "Poppins", serif;}
.head-img{
	padding: 10px 0;
}
.cnt-tc {
    background: rgb(89 69 153);
    padding: 20px;
    margin: 0 0 35px;
    min-height: 225px;
    border-radius: 0 0px 20px 20px;
    box-shadow: 2px 2px 6px #5c5858;
}
.sector-bx{margin-top:30px;}
.cnt-tc h5{
	    font-size: 22px;
	    font-weight: 600;
	    color: #fff;
	    text-align: justify;
	    margin: 10px 0 20px;
}
.cnt-tc p{
	    font-size: 15px;
	    text-align: justify;
	    line-height: 1.7;
	    color: #fff;
}
.sector-bx img{width:100%;border-top-left-radius: 20px;border-top-right-radius: 20px;}
a{ color:#fff; text-decoration:none;font-family: "Poppins", serif !important;}
.text-primary{ color: #1798fd !important;}

/*
#spinner {
  opacity:0;
  visibility:hidden;
  transition:opacity .5s ease-out,visibility 0s linear .5s;
  z-index:99999;
}
#spinner.show {
  transition:opacity .5s ease-out,visibility 0s linear 0s;
  visibility:visible;
  opacity:1;
}

*/
.btn-hm{background-color: #1798fd!important;color: #fff !important;border: 0;padding: 12px 45px!important;font-family: "Poppins", serif;}

.btn-primary{background-color: #f65b18 !important;color: #fff !important;border: 0;}
.bg-primary{ background-color: #1798fd !important; color: #fff !important;}
.bg-dark{background-color: #1798fd !important;color: #fff !important;}

.abt-crds{box-shadow: 1px 1px 5px #e4d7d7;padding: 10px;border-radius: 10px;}
.abt-crds h5{
	color: #f65b18;
	margin-top: 20px;
	font-size: 16px;
}
.btn {
  transition:.5s;
  font-weight:500;
  text-decoration:none;
}
.btn-primary,
.btn-outline-primary:hover {
  color:#fff;
}
.btn-square {
  width:38px;
  height:38px;
}
.btn-sm-square {
  width:32px;
  height:32px;
}
.btn-lg-square {
  width:20px;
  height:20px;
}
.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight:400;
  padding: 20px;
  font-size: 16px;
}

.logo {background: #fff;padding: 25px 15px;margin: 20px 0;box-shadow: 1px 1px 6px gray;display: flex;align-items: center;justify-content: center;text-align: center;border-radius: 10px;}
.logo h4{font-size: 16px;line-height: 24px;}
.logo:hover{background: #f65b18;color:#fff;}



.testimonial-item{ box-shadow: 0 0 45px rgba(0,0,0,.08); width: 60%; margin: 50px auto;}
.quote-square{ margin:0 auto; position:relative; top:-20px; z-index:999;}

.topbar-right {
  position:relative;
  background:#1798fd;
}
.topbar-right::before {
  position:absolute;
  content:"";
  width:30px;
  height:100%;
  top:0;
  left:-15px;
  transform:skewX(-30deg);
  background-color:#1798fd;
}
.navbar.sticky-top {
  top:-100px;
  transition:.5s
}
.navbar .navbar-brand {
  right: 36px!important;
  position:relative;
  padding-right:50px;
  height:85px;
  display:flex;
  align-items:center;
  background: #ffffff;
}

header{
    padding-right:50px;
    display:flex;
    align-items:center;
    background: #ffffff;
    }
.navbar .navbar-brand::after {
  position:absolute;
  content:"";
  width:50px;
  height:100%;
  top:0;
  right:-25px;
  transform:skewX(-30deg);
  background-color: #ffffff;
}
.navbar .navbar-nav .nav-link {
  /* margin-right:35px; */
  /* padding:20px 0; */
  color: #1798fd;
  font-size: 18px;
  font-weight:500;
  outline:none;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color:#1798fd;
}
.navbar .dropdown-toggle::after {
  /* border:none; */
  /* content:"\f107"; */
  /* font-family:"font awesome 5 free"; */
  /* font-weight:900; */
  /* vertical-align:middle; */
  /* margin-left:8px; */
}

.carousel-caption {
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items:center;
  /* background:linear-gradient(to right,rgba(2,36,91,1) 0%,rgba(2,36,91,0) 100%); */
  z-index: 99;
}
.carousel-control-prev,
.carousel-control-next {
  width: 15%;
  z-index: 99;
}
#myslider .carousel-control-prev,
#myslider .carousel-control-next {
  width: 5%;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  width:3.5rem;
  height:3.5rem;
  background-color:#1798fd;
  border:15px solid #1798fd;
  border-radius:3.5rem;
}

.bnnr p {font-size:16px;line-height:1.5em;}

.page-header {
  background:linear-gradient(to right,rgba(2,36,91,1) 0%,rgba(2,36,91,0) 100%),url(image/carousel-2.jpg) center center no-repeat;
  background-size:cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  color:var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
  font-size:18px;
  color:var(--light);
}
.why-choose h4 {
  color: #222;  font-family: "Poppins", serif; font-size: 22px;
}
.why-choose span {
  color: #222;  font-family: "Poppins", serif;font-size: 15px;
}


.radius1{border-radius: 100% 50% 100% 50% !important;position:relative;bottom:-30px;border:10px #fff solid;display: none;}
.radius2{border-radius: 5% !important;aspect-ratio: 1/1;}
.radius3{ border-radius: 100% 50% 100% 50% !important;}

.why-radius{ border-radius: 5% 100% 100% 5% !important;}


.facts {
  position:relative;
  margin:6rem 0;
  background:var(--dark);
}

.facts .border {
  border-color:rgba(255,255,255,.1) !important;
}

.btn-play {
  position:absolute;
  top:50%;
  right:-30px;
  transform:translateY(-50%);
  display:block;
  box-sizing:content-box;
  width:16px;
  height:26px;
  border-radius:100%;
  border:none;
  outline:none!important;
  padding:18px 20px 20px 28px;
  background:#1798fd;
}
.indus_hm_img img{
	width:500px !important;
}
.bnnr h1.display-2 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-family: "Lato", sans-serif;
}
.btn-play:before {
  content:"";
  position:absolute;
  z-index:0;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:#1798fd;
  border-radius:100%;
  animation:pulse-border 1500ms ease-out infinite;
}
.btn-play:after {
  content:"";
  position:absolute;
  z-index:1;
  left:50%;
  top:50%;
  transform:translateX(-50%) translateY(-50%);
  display:block;
  width:60px;
  height:60px;
  background:#1798fd;
  border-radius:100%;
  transition:all 200ms;
}
.btn-play span {
  display:block;
  position:relative;
  z-index:3;
  width:0;
  height:0;
  left:-1px;
  border-left:16px solid #fff;
  border-top:11px solid transparent;
  border-bottom:11px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity:1;
  }
  100% {
    transform:translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity:0;
  }
}

.modal-video .modal-dialog {
  position:relative;
  max-width:800px;
  margin:60px auto 0;
}
.modal-video .modal-body {
  position:relative;
  padding:0;
}
.modal-video .close {
  position:absolute;
  width:30px;
  height:30px;
  right:0;
  top:-30px;
  z-index:999;
  font-size:30px;
  font-weight:400;
  color:#fff;
  background:#000;
  opacity:1;
}
.service-item {
  position:relative;
  margin:65px 0 25px;
  box-shadow:0 0 45px rgba(0,0,0,.07);
}

.service-item .service-img {
  position:absolute;
  padding:12px;
  width:130px;
  height:130px;
  top:-65px;
  left:50%;
  transform:translateX(-50%);
  background:#fff;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
  border-radius:16px;
}
.service-item .service-img img{ border-radius:10px;}

.service-item .service-detail {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  overflow:hidden;
  z-index:1;
}
.service-item .service-detail hr{ color: #1798fd; border-top: 2px solid; opacity:1; width:70% !important;}

.service-item .service-title {
  position:absolute;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:0;
  left:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:#fff;
  background: rgb(89 69 153);
  transition:.5s;
}
.service-item:hover .service-title {
  top:-100%;
}
.service-item .service-text {
  position:absolute;
  overflow:hidden;
  padding:65px 30px 25px;
  width:100%;
  height:100%;
  top:100%;
  left:0;
  display:flex;
  align-items:center;
  text-align:center;
  background:rgba(2,36,91,.7);
  transition:.5s;
}

.service-item:hover .service-text{ top:0;}

.service-item .service-text::before {
  position:absolute;
  content:"";
  width:100%;
  height:100px;
  top:-100%;
  left:0;
  transform:skewY(-12deg);
  background:#fff;
  transition:.5s;
}

.service-item:hover .service-text::before {
  top:-55px;
}
.service-item .btn {
  position:absolute;
  width:130px;
  height:50px;
  left:50%;
  bottom:-25px;
  transform:translateX(-50%);
  display:flex;
  align-items:center;
  justify-content:center;
  color: #1798fd;
  background:#fff;
  border:none;
  box-shadow:0 0 45px rgba(0,0,0,.09);
  z-index:2;
}
.service-item .btn:hover {
  color:#fff;
  background:#1798fd;
}
.project-carousel {
  position:relative;
  background:var(--dark);
}
.project-item {
  position:relative;
  display:block;
}
.project-item img {
    height:270px;
  transition:.5s;
  border-radius: 10px 10px 0 0;
}
.project-item:hover img,
.project-carousel .owl-item.center img {
  margin-top: -30px;
}
.project-item .project-title {
  position:absolute;
  padding:0 15px;
  width:100%;
  height: 65px;
  bottom: -125px;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  background:var(--dark);
  transition:.5s;
}
.project-item:hover .project-title,
.project-carousel .owl-item.center .project-title {
  bottom:-60px;
}

.project-item .project-title::before {
  position:absolute;
  content:"";
  width:100%;
  height: 45px;
  top: -22px;
  left:0;
  transform:skewY(-5deg);
  background:var(--dark);
  transition:.5s;
}

 /* # Counts */
.counter-hm{ background: #f65b18 ; /*background:url(image/count-bg.jpg) no-repeat fixed; background-size:cover;*/ position:relative;}

.counter-hm::before {
  position:absolute;
  content:"";
  width:130px;
  height:100%;
  top:0;
  left:-100px;
  transform:skewX(-30deg);
  background-color:#1798fd;
}

/*
.counter-hm::after {
  position:absolute;
  content:"";
  width:50px;
  height:100%;
  top:0;
  right:-50px;
  transform:skewX(-30deg);
  background-color:#1798fd;
}
*/

.counter-box {
    padding: 40px 20px 37px;
    text-align: center;
	border:1px solid #1798fd;
	border-radius:100%;
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #fff;
}

.counter {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    line-height: 28px;
}



.counter-box:hover{ background: #1798fd;}
.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff;
}

.count-box h4 { font-size: 40px; display: block; font-weight: 600; padding-top: 10px; color: #fff;}
.count-box p { font-size: 18px; }
.why-choose h1{color:#212529;    font-size: 46px;}
.why-choose{padding-bottom:20px}
.services h1{color: #f65b18;}
.services{padding-bottom: 7% !important;}
.services .carousel-control-prev{
	justify-content:start;
	left: -10px;
}
.ser_crd{
	box-shadow:1px 1px 5px gray;
}
.services .carousel-control-next{
	justify-content:end;
	right: -10px;
}
.team-section h1{color:#212529;}

.team-item .team-social {
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:-100%;
  display:flex;
  align-items:center;
  background:#1798fd;
  transition:.5s;
}
.team-item:hover .team-social {
  left:0;
}

.team-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: 320px;
}

.testimonial-carousel::before {
  position:absolute;
  content:"";
  top:0;
  left:0;
  height:100%;
  width:0;
  background:linear-gradient(to right,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}
.testimonial-carousel::after {
  position:absolute;
  content:"";
  top:0;
  right:0;
  height:100%;
  width:0;
  background:linear-gradient(to left,rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
  z-index:1;
}

.testimonial-carousel .owl-nav {
  position:absolute;
  width:350px;
  top:20px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  justify-content:space-between;
  opacity:0;
  transition:.5s;
  z-index:1;
}
.testimonial-carousel:hover .owl-nav {
  width:300px;
  opacity:1;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  position:relative;
  color:#1798fd;
  font-size:45px;
  transition:.5s;
}
.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color:var(--dark);
}
.testimonial-carousel .testimonial-img img {
  width:100px;
  height:100px;
}
.testimonial-carousel .testimonial-img .btn-square {
  position:absolute;
  bottom:-19px;
  left:50%;
  transform:translateX(-50%);
}
.testimonial-carousel .owl-item .testimonial-text {
  margin-bottom:30px;
  box-shadow:0 0 45px rgba(0,0,0,.08);
  transform:scale(.8);
  transition:.5s;
}
.testimonial-carousel .owl-item.center .testimonial-text {
  transform:scale(1);
}
.footer {
  color:#b0b9ae;
  position:relative;
}

.footer::before {
  position:absolute;
  content:"";
  width:70px;
  height:100%;
  top:0;
  left:-70px;
  transform:skewX(-30deg);
  /* background-color: #f65b18; */
}

.ft-bg{ background-color:#1798fd;}


.footer .btn.btn-link {
  display:block;
  margin-bottom:5px;
  padding:0;
  text-align:left;
  color:#fff;
  font-weight:400;
  text-transform:capitalize;
  transition:.3s;
  font-size: 15px;
  margin-bottom: 12px;
}
.footer .btn.btn-link::before {
  position:relative;
  content:"";
  font-family:"Font Awesome";
  font-weight:900;
  margin-right:10px
}
.footer .btn.btn-link:hover {
  color:var(--light);
  letter-spacing:1px;
  box-shadow:none;
}
.copyright {
  color:#b0b9ae;
  border-top:1px solid rgba(255,255,255,.1);
}


.footer a{  font-family: "Poppins", serif;}

@media(max-width:991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right:0;
    padding:10px 0;
  }
  .navbar .navbar-nav {
    border-top:1px solid #eee;
  }
}

@media(min-width:992px) {
  
  
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:300px;
  }
  
  .btn-play {
    left:auto;
    right:-12%;
    transform:translate(-50%,-50%);
  }
  
}
header img{width: 240px;}

@media(max-width:767px) {
	.rvr-rw{
	flex-direction: column-reverse;
	}
	.cr-services .carousel-control-prev{
	left: 0;
}
.cr-services .carousel-control-next{
	right: 0;
}
	.fs-15{
		font-size:13px;
	}
	.services .carousel-control-prev{
		left:0;
	}
	.services .carousel-control-next{
		right:0;
	}
  .btn-play {
    position: absolute;
    top: 50%;
    right: -9px;
  }
  .bnnr .carousel-caption p{display: none;}
  .navbar .navbar-nav .nav-link{color:#fff;text-align: center;}
  #MenuControl .bg-light {
    background-color: #1798fd !important;padding:0px;}
    .navbar-toggler{background-color: #fff!important;}
  header{display: flex;justify-content: center;}
  .testimonial-carousel::before,
  .testimonial-carousel::after {
    width:200px;
  }
	.bnnr h1.display-2{font-size:16px;}
  	.bnnr .btn{margin-top:10px;}
	.justify-content-end{justify-content:left !important;}
  .team-item img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    height: auto;
}
  .project-item img {
    height:auto;}
  
  #header-carousel .carousel-item {
    position:relative;
    min-height:450px
  }
  
  #header-carousel .carousel-item img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:cover;
  }
    
  .counter-hm::before{ width: 15px; left: 0; transform: skewX(0deg);}
  .counter-box{ margin-top: 10px; margin-bottom: 20px; border-radius: 30px;}
  
  .footer::before{ width: 100%; height: 10px; left: 0; transform: skewX(0deg);}
    
}

@media(max-width:480px) {

.navbar-toggler{ margin: 10px;}	
/* .navbar .navbar-nav .nav-link{ border-bottom: 1px #ccc solid;} */
	
}



/* about-us internal page css */

.about-banner {
    background-image: url('image/banner-1.jpg');
    background-size: cover;
    background-position: center;
}
.contact-banner{
    background-image: url('image/contact-banner.jpg');
    background-size: cover;
    background-position: center;
}
.inner-banner h1 {
  padding: 100px 0px;
  color: #fff;
  font-size: 52px;
  z-index: 99;
  margin: 0;
  letter-spacing: 1px;
  position: relative;
}
.inner-banner:after {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  width: 100%;
  height: 264px;
  background-image: linear-gradient(to right, rgba(2, 36, 91, 1) 0%, rgba(2, 36, 91, 0) 100%);
}
.about-page {
    padding: 5% 0;
}
.main-table {
    padding:40px 0px;
    Font-size: 15px;
    color: #1a1a1a;
    line-height: 24px;
    text-align: justify;
}
.heading {
    font-size: 38px;
    color: #0f0f0f;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: .8px;
    font-family: "Poppins", serif;
}
.heading-p {
    font-size: 30px;
    color: #0f0f0f;
    margin: 0 0 20px 0;
    font-weight: 700;
    letter-spacing: .8px;
    font-family: "Poppins", serif;
}

/* #HomepagecontentControl p, #HomepagecontentControl li {
    text-align: left;
    margin: 0 0 10px 0;
} */

.about h1{color:#212529;text-transform: capitalize;font-size: 28px;}
.abt-crds h6{
	font-size: 14px;
	margin:10px 0;
	color:#f65b18;
}
.about-page .pic {
    position: relative;
}
.about-page .pic img {
    position: relative;
    z-index: 2;
}

.about-page .pic::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 100px;
    background: #c8daa9;
    border-radius: 50%;
    top: -30px;
    right: -40px;
}

.ups-about-page {
    padding: 5% 0;
    background: #efad8f;
}
.ups-about-page .ups {
    background: #fff;
    padding: 30px 20px;
    margin: 20px 0 0 0;
    text-align: center;
    min-height: 472px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.ups-about-page .ups img {
    width: 80px;
    margin: 0 0 20px 0;
}

.team_img {
    width: 150px;
    border: 3px solid #1798fd;
    border-radius: 10px;
}
.sub-heading {
    font-weight: 600;
    Font-size: 18px;
    color: #000;
    margin-top: 0px;
    line-height: 30px;
    margin-bottom: 5px;
    text-transform: capitalize;
}
.team-banner {
    background-image: url(image/team-banner.jpg);
    background-size: cover;
    background-position: center;
}

.service-banner1 {
    background-image: url('image/banner-2.jpg');
    background-size: cover;
    background-position: center;
}
.service-banner-alt{
    background-image: url(image/banner-alt.jpg);
    background-size: cover;
    background-position: center;
}

.service-banner2 {
  background-image: url(image/services2.jpg);
  background-size: cover;
  background-position: center;
}
.service-banner3 {
  background-image: url(image/services3.jpg);
  background-size: cover;
  background-position: center;
}

/* contact us page */

.cont-page h2 {
    font-size: 21px;
    font-weight: 600;
    line-height: 34px;
    color: #000;
    text-align: left;
  }
   
  .cont-page .st-feature-box {
    background: #1798fd;
    text-align: left;
    padding-top: 18px;
    padding-bottom: 18px;
    margin-bottom: 10px;
    padding-right: 10px;
    color: #fff;
  }
  .st-feature-box {
    padding-left: 70px;
    position: relative;
  }
  .st-feature-box .st-feature-box-icon {
    color: #fff;
    display: block;
    position: absolute;
    width: 61px !important;
    height: 52px;
    line-height: 0px;
    top: 27 !important;
    left: 0;
    text-align: center;
    font-size: 30px;
    -webkit-transition: all .3s;
    -khtml-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .st-feature-box h3 {
    color: #fff;
    padding:3px 0px;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
  }
  
  .st-feature-box a 
  {
    text-decoration: none;
  }
  .feature-box-content{
    font-family: "Poppins", serif;
      line-height: 24px;
      font-size: 15px;
  }


  /* services page css */

  .contact-page {
    padding: 5% 0;
}

.adderas-section .nav-pills .nav-link {
    border-radius: 0;
    background: #fff;
    border: aliceblue;
    border-bottom: 2px solid #e2e2e2;
    text-align: start;
    color: black;
    font-family: "Poppins", serif;
    font-size: 14px;
    line-height: 34px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.adderas-section .nav-pills .nav-link.active,.adderas-section  .nav-pills .show>.nav-link {
    background-color: #f65b18 ;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    }
  .adderas-section  .nav-pills .nav-link:hover{background: #1798fd;color:#fff;}

    .contact-page .sub-heading {
        font-size: 27px;
        color: #0f0f0f;
        margin: 0 0 30px 0;
        font-weight: 700;
        letter-spacing: .5px;
        font-family: "Poppins", serif;
    }

    .main-table .ups ul li {    list-style: none!important;
        text-align: left!important;
        font-size: 16px;
        line-height: 24px;}
.about h5{font-size:16px;color: #222;font-weight: 400 !important;}
.team-section span{font-size:16px;}
@media (min-width: 1023px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
	    .dropend .dropdown-menu {
        right: 100% !important;
        top: 0;
        left: auto !important;
    }
}
/* industry */

 .industry-bx {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px 10px;
    margin: 12px 0;
    text-align: center;
    min-height: 174px;
} .industry-bx img {
    width: 30%;
    transition: all .3s ease-in-out;
} .industry-bx h2 {
    text-align: center;
    font-size: 17px;
    margin: 20px 0 0 0;
    font-weight: 700;
    color: black;
}



/* workflow */
.workflow-card{
    position:relative;
    background:#fff;
    padding:35px 25px;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    text-align:center;
    transition:.3s;
    height:303px;
}

.workflow-card:hover{
    transform:translateY(-8px);
}

.workflow-card .step{
    position:absolute;
    top:15px;
    right:20px;
    font-size:42px;
    color:#e8eefc;
    font-weight:700;
}

.workflow-card i{
    width:75px;
    height:75px;
    background:#1798fd;
    color:#fff;
    border-radius:50%;
    line-height:75px;
    font-size:28px;
    margin-bottom:20px;
}

.workflow-card h5{
    font-weight:700;
    margin-bottom:12px;
    color: #000;
    font-size:20px;
}

.workflow-card p{
    margin:0;
    color:#666;
}

.arrow{
    font-size:50px;
    color:#1798fd;
    font-weight:bold;
}

.down-arrow{
    font-size:55px;
    color:#1798fd;
    line-height:1;
}

.last-card{
    max-width:450px;
    margin:auto;
}

@media(max-width:991px){

.arrow,
.down-arrow{
    display:none;
}

.workflow-card{
    margin-bottom:30px;
}

}

/* header a{width:58%;} */
.main-table ul li{line-height:30px;font-size: 14px;}
.sub-head{    padding-bottom: 5px;font-size: 20px;color: #f65b18 !important;padding-top: 10px;}
header{display:flex;justify-content:center;}

.ser_crd .crd-text{text-align:center;margin-top:20px;padding:10px;position: relative;z-index: 999;}
.ser_crd .crd-text h6{font-size: 19px;font-weight: 600;color: #1798fd;}
.ser_crd .crd-text p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
p.prmry_btn a{background-color:#f65b18;display:inline-block;padding:10px 20px;border-radius:3px;}
p.prmry_btn a:hover{color:#fff;}
ul.ind_lst {list-style: none;/* margin-bottom:50px; */padding: 0;}
ul.ind_lst li:before{content:"\f192";font-family:FontAwesome;padding-right:10px;color: #1798fd;}
section.inds_hm h1 {
    color: #212529;
    text-align: left;
}
.crd_wrp{box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;border-radius:5px;overflow:hidden;padding: 5px;}
.crd_wrp p{text-align:center;font-weight:700;margin-top:20px;display:none;}