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

body

{

	font-family: "Josefin Sans", sans-serif;

	font-optical-sizing: auto;

	font-weight: 350;

}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1

{

		font-family: "Josefin Sans", sans-serif;

	font-optical-sizing: auto;

}

/* PRELOADER CSS */

.page-loader {

  width: 100%;

  height: 100vh;

  position: fixed;

  background: #083567;

  z-index: 1000;

}

.page-loader .txt {

  color: #fff;

  text-align: center;

  top: 40%;

  position: relative;

  text-transform: uppercase;

  font-size:2.4rem;

  letter-spacing: 0.3rem;

  font-weight: bold;

  line-height: 1.5;

}

/* SPINNER ANIMATION */

.spinner {

  position: relative;

  top: 35%;

  width: 80px;

  height: 80px;

  margin: 0 auto;

  background-color: #fff;

  border-radius: 100%;

  -webkit-animation: sk-scaleout 1s infinite ease-in-out;

  animation: sk-scaleout 1s infinite ease-in-out;

}

@-webkit-keyframes sk-scaleout {

  0% {

    -webkit-transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

    opacity: 0;

  }

}

@keyframes sk-scaleout {

  0% {

    -webkit-transform: scale(0);

    transform: scale(0);

  }

  100% {

    -webkit-transform: scale(1);

    transform: scale(1);

    opacity: 0;

  }

}



#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;

}

/*** Spinner End ***/

.back-to-top {

  position: fixed;

  right: 30px;

  bottom: 30px;

  transition: 0.5s;

  z-index: 99;

}



/*** Button Start ***/

.btn {

  font-weight: 600;

  transition: .5s;

}

.btn-square {

  width: 32px;

  height: 32px;

}

.btn-sm-square {

  width: 34px;

  height: 34px;

}

.btn-md-square {

  width: 44px;

  height: 44px;

}

.btn-lg-square {

  width: 56px;

  height: 56px;

}

.btn-xl-square {

  width: 66px;

  height: 66px;

}

.btn-square, .btn-sm-square, .btn-md-square, .btn-lg-square, .btn-xl-square {

  padding: 0;

  display: flex;

  align-items: center;

  justify-content: center;

  font-weight: normal;

}

.btn.btn-primary {

  color: var(--bs-white);

  border: none;

  background: #0152A6;

background: linear-gradient(90deg,rgba(1, 82, 166, 1) 0%, rgba(6, 148, 33, 1) 100%);

font-family: "Josefin Sans", sans-serif;

}

.btn.btn-primary:hover {

  background: #069421;

  color: #222;

}

.btn.btn-light {

  color: var(--bs-primary);

  border: none;

}

.btn.btn-light:hover {

  color: var(--bs-white);

  background: var(--bs-primary);

}

/*** Topbar Start ***/

.topbar .dropdown-toggle::after {

  border: none;

  content: "\f107";

  font-family: "myFirstFont";

  font-weight: 600;

  vertical-align: middle;

  margin-left: 8px;

  color: var(--bs-primary);

}

.topbar .dropdown .dropdown-menu a:hover {

  background: var(--bs-primary);

  color: var(--bs-white);

}

.topbar .dropdown .dropdown-menu {

  transform: rotateX(0deg);

  visibility: visible;

  background: var(--bs-light);

  padding-top: 11px;

  border: 0;

  transition: .5s;

  opacity: 1;

}

/*** Topbar End ***/

/*** Navbar ***/

.navbar-light .navbar-nav .nav-link {



  position: relative;

  margin-right: 25px;

  padding: 35px 0;

  color: #0825a2;

  font-size: 22px;

  font-weight: 500;

  outline: none;

  transition: .5s;

}
.navbar-light .navbar-nav .nav-link1 {

  position: relative;

  padding: 35px 0;

  color: #0825a2;

  font-size: 22px;

  font-weight: 500;

  outline: none;

  transition: .5s;

}

.sticky-top.navbar-light .navbar-nav .nav-link,.sticky-top.navbar-light .navbar-nav .nav-link1, .sticky-top.navbar-light .navbar-nav .nav-item .nav-link, .sticky-top.navbar-light .navbar-nav .nav-item .nav-link1 {

  padding: 20px 0;

  color: var(--bs-dark1);

}

.navbar-light .navbar-nav .nav-item .nav-link {

  color: #0825a2;

}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link1:hover, .navbar-light .navbar-nav .nav-link1.active, .navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar-light .navbar-nav .nav-item .nav-link.active {

  color: var(--bs-primary1);

}

.navbar-light .navbar-brand img {

  max-height: 95px;

  transition: .5s;

  padding:5px 0;

}

.sticky-top.navbar-light .navbar-brand img {

  max-height: 85px;

}

.navbar .dropdown-toggle::after {

  border: none;

  content: "\f107";

  font-family: "Font Awesome 5 Free";

  font-weight: 600;

  vertical-align: middle;

  margin-left: 8px;

}

.dropdown .dropdown-menu a:hover {

  background: var(--bs-primary);

  color: var(--bs-white1);

}

.navbar .nav-item:hover .dropdown-menu {

  transform: rotateX(0deg);

  visibility: visible;

  background: var(--bs-light);

  transition: .5s;

  opacity: 1;

}

@media (max-width: 991.98px) {

  .sticky-top.navbar-light {

    position: relative;

    background: var(--bs-white);

  }

  .navbar.navbar-expand-lg .navbar-toggler {

    padding: 10px 20px;

    border: 1px solid var(--bs-primary);

    color: var(--bs-primary);

  }

  .navbar-light .navbar-collapse {

    margin-top: 15px;

    border-top: 1px solid #979696;

  }

  .navbar-light .navbar-nav .nav-link, .sticky-top.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link1, .sticky-top.navbar-light .navbar-nav .nav-link1 {

    padding: 10px 0;

    margin-left: 0;

    color: var(--bs-dark1);

  }

  .navbar-light .navbar-nav .nav-item .nav-link {

    color: var(--bs-dark);

  }

  .navbar-light .navbar-brand img {

    max-height:

      45px;

  }

}

@media (min-width: 992px) {

  .navbar .nav-item .dropdown-menu {

    display: block;

    visibility: hidden;

    top: 100%;

    transform: rotateX(-75deg);

    transform-origin: 0% 0%;

    border: 0;

    border-radius: 10px;

    transition: .5s;

    opacity: 0;

  }

  .navbar-light {

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

    border-bottom: 1px solid rgba(255, 255, 255, .1);

    z-index: 999;

    background:#f5fcf8;

  }

  .sticky-top.navbar-light {

    position: fixed;

    background: #f5fcf8;

  }

  .navbar-light .navbar-nav .nav-link::before, .navbar-light .navbar-nav .nav-link1::before {

    position: absolute;

    content: "";

    width: 0;

    height: 2px;

    bottom: -1px;

    left: 50%;

    background: var(--bs-primary);

    transition: .5s;

  }

  .navbar-light .navbar-nav .nav-link:hover::before, .navbar-light .navbar-nav .nav-link.active::before, .navbar-light .navbar-nav .nav-link1:hover::before, .navbar-light .navbar-nav .nav-link1.active::before {

    width: calc(100% - 2px);

    left: 1px;

  }

  .navbar-light .navbar-nav .nav-link::after, .navbar-light .navbar-nav .nav-link1::after {

    position: absolute;

    content: "";

    width: 0;

    height: 0;

    bottom: -1px;

    left: 50%;

    background: var(--bs-primary);

    transition: .5s;

  }

  .navbar-light .navbar-nav .nav-link:hover::after, .navbar-light .navbar-nav .nav-link.active::after, .navbar-light .navbar-nav .nav-link1:hover::after, .navbar-light .navbar-nav .nav-link1.active::after {

    width: 2px;

    height: 12px;

  }

}

/*** Navbar End ***/

/*** Carousel Hero Header Start ***/

.header-carousel .header-carousel-item img {

  object-fit: cover;

}

.header-carousel .header-carousel-item, .header-carousel .header-carousel-item img {

  height: 600px;

}

.header-carousel .owl-nav .owl-prev, .header-carousel .owl-nav .owl-next {

  position: absolute;

  width: 60px;

  height: 60px;

  border-radius: 60px;

  background: var(--bs-primary);

  color: var(--bs-white);

  font-size: 26px;

  display: flex;

  align-items: center;

  justify-content: center;

  transition: 0.5s;

}

.header-carousel .owl-nav .owl-prev {

  bottom: 30px;

  left: 30px;

  margin-left: 90px;

}

.header-carousel .owl-nav .owl-next {

  bottom: 30px;

  left: 30px;

}

.header-carousel .owl-nav .owl-prev:hover, .header-carousel .owl-nav .owl-next:hover {

  box-shadow: inset 0 0 100px 0 var(--bs-light);

  color: var(--bs-primary);

}

.header-carousel .header-carousel-item .carousel-caption {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  bottom: 0;

  padding-top: 70px;

  background: rgba(0, 0, 0, .4);

  display: flex;

  align-items: end;

}

@media (max-width: 991px) {

  .header-carousel .header-carousel-item .carousel-caption {

    padding-top: 45px;

  }

}

@media (max-width: 768px) {

  .header-carousel .owl-nav .owl-prev {

    left: 50%;

    transform: translateX(-50%);

    margin-left: -45px;

  }

  .footer {

    padding: 25px;

  }

  .header-carousel .owl-nav .owl-next {

    left: 50%;

    transform: translateX(-50%);

    margin-left: 45px;

  }

}

.header-carousel .header-carousel-item img {

  animation-name: image-zoom;

  animation-duration: 10s;

  animation-delay: 1s;

  animation-iteration-count: infinite;

  animation-direction: alternate;

  transition: 1s;

}

@keyframes image-zoom {

  0% {

    height: 100%;

    opacity: 0.9;

  }

  25% {

    height: 110%;

    opacity: 0.50;

  }

  50% {

    height: 115%;

    opacity: 1;

  }

  75% {

    height: 110%;

    opacity: 0.50;

  }

  100% {

    height: 100%;

    opacity: 0.9;

  }

}

/*** Carousel Hero Header End ***/

/*** Single Page Hero Header Start ***/

.bg-breadcrumb {

  position: relative;

  overflow: hidden;

  /*background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../img/carousel-1.jpg);*/

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 140px 0 60px 0;

  transition: 0.5s;

}

/*** Single Page Hero Header Start ***/

.bg-breadcrumb1 {

  position: relative;

  overflow: hidden;

  /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/carousel-about.jpg);*/

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 70px 0 40px 0;

  transition: 0.5s;

}

/*** Single Page Hero Header Start ***/

.bg-breadcrumb2 {

  position: relative;

  overflow: hidden;

  /*background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/carousel-about1.jpg);*/

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  padding: 100px 0 40px 0;

  transition: 0.5s;

}

 .bg-breadcrumb1 h4,

 .bg-breadcrumb1 h4,

.bg-breadcrumb2 h4

{

    color:#0152a6 !important;

}

.py-5 {

  padding-top: 1rem !important;

  padding-bottom: 3rem !important;

}

@media (min-width: 992px) {

  .bg-breadcrumb {

    padding: 140px 0 60px 0;

  }

}

@media (max-width: 991px) {

  .bg-breadcrumb {

    padding: 60px 0 60px 0;

  }

}

.bg-breadcrumb .breadcrumb {

  position: relative;

}

.bg-breadcrumb .breadcrumb .breadcrumb-item a {

  color: var(--bs-white);

}

/*** Single Page Hero Header End ***/

/*** Service Start ***/

.service .service-item {

  background: var(--bs-light2);

  border-radius: 10px;

  transition: 0.5s;

}

.service .service-item1 {

  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/carousel-services.jpg);

  border-radius: 10px;

  border: 15px solid transparent;

  transition: 0.5s;

}

.service .service-item2 {

  background: var(--bs-light);

  border-radius: 8px;

  border: 1px solid transparent;

  transition: 0.5s;

}

.service .service-item:hover {

  box-shadow: 0 0 45px rgba(0, 0, 0, .2);

}

.service .service-item .service-img {

  position: relative;

  overflow: hidden;

  border-top-left-radius: 10px;

  border-top-right-radius: 10px;

  transition: 0.5s;

}

.service .service-item .service-img img {

  transition: 0.5s;

}

.service .service-item:hover .service-img img {

  transform: scale(1.2);

}

/*** Service End ***/

/*** Features Start ***/

.feature .feature-item {

  text-align: center;

  border-radius: 10px;

  border: 1px solid transparent;

  transition: 0.5s;

}

.feature .feature-item:hover {

  border: 1px solid var(--bs-primary);

    background: var(--bs-light2);

}

.feature .feature-item .feature-icon {

  background: var(--bs-white);

  border-radius: 10px;

  display: inline-block;

}

/*** Features End ***/

/*** Offer Start ***/

.offer-section .nav a.accordion-link {

  width: 100%;

  border-radius: 10px;

  display: flex;

  background: var(--bs-white);

  transition: 0.5s;

}

.offer-section .nav a.accordion-link.active {

  color: var(--bs-white);

  background: var(--bs-primary);

}

.offer-section .nav a.accordion-link h5 {

  transition: 0.5s;

}

.offer-section .nav a.accordion-link.active h5 {

  color: var(--bs-white);

}

/*** Offer End ***/

/*** Blog Start ***/

.blog .blog-item {

  border-radius: 10px;

  background: var(--bs-white);

  box-shadow: inset 0 0 45px rgba(0, 0, 0, .1);

  transition: 0.5s;

}

.blog .blog-item a {

  transition: 0.5s;

}

.blog .blog-item:hover a:hover {

  color: var(--bs-primary);

}

.blog .blog-item .blog-img {

  border-radius: 10px;

  position: relative;

  overflow: hidden;

}

.blog .blog-item .blog-img img {

  transition: 0.5s;

}

.blog .blog-item:hover .blog-img img {

  transform: scale(1.2);

}

.blog .blog-item .blog-img::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: rgba(0, 208, 132, 0.1);

  opacity: 0;

  transition: 0.5s;

  z-index: 1;

}

.blog .blog-item:hover .blog-img::after {

  opacity: 1;

}

.blog .blog-item .blog-img .blog-title {

  position: absolute;

  bottom: 25px;

  left: 25px;

  z-index: 5;

}

.Card_Boday {

  padding: 15px 0px;

  height:165px;

}

.Card_Boday .blog-description {

  color: rgb(6, 43, 81);

  ;

}

.blog .blog-item .blog-img .blog-title a {

  color: var(--bs-white);

  background: var(--bs-primary);

  transition: 0.5s;

}

.blog .blog-item:hover .blog-img .blog-title a:hover {

  color: var(--bs-dark);

}

.Blog_Details {

  color: #032344 !important;

}

.Blog_Details p, .Blog_Details span

{

     color: #032344 !important;

    font-size: 22px !important;

    line-height: 30px !important;

    margin-bottom: 13px !important;   

    font-family: "Josefin Sans", sans-serif !important;

}





.Blog_Details ul, .Blog_Details l1 {

  list-style: auto !important;

  list-style:disc !important;

}

.Blog_Details l1 ul li

{

    list-style:circle;

}

.Blog_Details h1, .Blog_Details h2, .Blog_Details h3, .Blog_Details h4, .Blog_Details h5, .Blog_Details h6 {

  color: #0152a6 !important;

  font-weight: normal !important;

}

.Blog_IMG {

  margin-bottom: 20px;

}

.Blog_IMG img {

  width: 100%;

  border-radius: 15px;

}

.Blog_Details h1 strong, .Blog_Details h2 strong, .Blog_Details h3 strong, .Blog_Details h4 strong, .Blog_Details h5 strong, .Blog_Details h6 strong {

  font-weight: normal !important;

}

.blog-carousel .owl-stage-outer {

  margin-top: 58px;

}

.blog .owl-nav .owl-prev {

  position: absolute;

  top: -58px;

  left: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 6px 35px;

  border-radius: 30px;

  transition: 0.5s;

}

.blog .owl-nav .owl-prev:hover {

  background: var(--bs-dark);

  color: var(--bs-primary);

}

.blog .owl-nav .owl-next {

  position: absolute;

  top: -58px;

  right: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 6px 35px;

  border-radius: 30px;

  transition: 0.5s;

}

.blog .owl-nav .owl-next:hover {

  background: var(--bs-dark);

  color: var(--bs-primary);

}

/*** Blog End ***/

/*** FAQs Start ***/

.faq-section .accordion .accordion-item .accordion-header .accordion-button {

  color: var(--bs-secondary2);

}

.faq-section .accordion .accordion-item .accordion-header .accordion-button.collapsed {

  color: var(--bs-dark);

}

/*** FAQs End ***/

/*** Team Start ***/

.team .team-item {

  position: relative;

  padding: 0 25px 25px 25px;

  border-radius: 10px;

  transition: 0.5s;

}

.team .team-item::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  bottom: 0;

  left: 0;

  background: var(--bs-light);

  border-radius: 10px;

  transition: 0.5s;

  z-index: -1;

}

.team .team-item:hover::before {

  height: 0;

}

.team .team-item::after {

  content: "";

  position: absolute;

  width: 100%;

  height: 0;

  bottom: 0;

  left: 0;

  border-radius: 10px;

  transition: 0.5s;

  z-index: -1;

}

.team .team-item:hover::after {

  height: 100%;

  background: var(--bs-primary);

}

.team .team-item .team-img {

  width: 100%;

  height: 100%;

  border-radius: 100%;

  position: relative;

  margin-top: 50%;

  transform: translateY(-50%);

  margin-bottom: -50%;

  display: flex;

  justify-content: center;

  border: 4px solid var(--bs-primary);

  border-style: dotted;

  padding: 4px;

  background: var(--bs-white);

  transition: 0.5s;

}

.team .team-item:hover .team-img {

  border: 4px solid var(--bs-white);

  border-style: dotted;

  background: 0;

}

.team .team-item .team-img img {

  width: 100%;

  height: 100%;

  border-radius: 100%;

  transition: 0.5s;

}

.team .team-item .team-title {

  padding: 25px 0 25px 0;

  text-align: center;

}

.team .team-item .team-title h4, .team .team-item .team-title p {

  transition: 0.5s;

}

.team .team-item:hover .team-title h4, .team .team-item:hover .team-title p {

  color: var(--bs-white);

}

.team .team-item .team-icon {

  display: flex;

  justify-content: center;

}

.team .team-item .team-icon a {

  transition: 0.5s;

}

.team .team-item:hover .team-icon a {

  color: var(--bs-dark);

  background: var(--bs-white);

}

.team .team-item:hover .team-icon a:hover {

  color: var(--bs-primary);

  background: var(--bs-dark);

}

/*** Team End ***/

/*** Testimonial Start ***/

.testimonial .testimonial-item {

  position: relative;

  margin-bottom: 0px;

  padding: 0 25px 25px 25px;

  /* height: 455px; */

}

.testimonial .testimonial-item::before {

  content: "";

  position: absolute;

  width: 100%;

  height: calc(100% - 50px);

  bottom: 0;

  left: 0;

  border-radius: 10px;

  background: var(--bs-light2);

  z-index: -1;

}

.testimonial .testimonial-item .testimonial-img {

  display: flex;

  justify-content: center;

}

.testimonial .testimonial-item .testimonial-img img {

  width: 100px;

  height: 100px;

  border-radius: 100px;

  border: 5px solid var(--bs-light);

  border-style: double;

  background: var(--bs-white);

}

.testimonial .testimonial-item .testimonial-text {

  padding: 25px 0;

  text-align: center;

}

.testimonial .testimonial-item .testimonial-title {

  display: flex;

  justify-content: space-between;

}

.testimonial .testimonial-item .testimonial-quote-left {

  position: absolute;

  width: 40px;

  height: 40px;

  top: 30px;

  left: 25px;

  border-radius: 60px;

  color: var(--bs-primary);

  background: var(--bs-white);

  display: flex;

  align-items: center;

  justify-content: center;

}

.testimonial .testimonial-item .testimonial-quote-left i {

  font-size: 1em !important;

}

.testimonial .testimonial-item .testimonial-quote-right {

  position: absolute;

  width: 40px;

  height: 40px;

  bottom: -16px;

  right: 25px;

  margin-top: -5px;

  border-radius: 60px;

  color: var(--bs-primary);

  background: var(--bs-white);

  display: flex;

  align-items: center;

  justify-content: center;

}

.testimonial .testimonial-item .testimonial-quote-right i {

  font-size: 1em !important;

}

.testimonial-carousel .owl-stage-outer {

  margin-top: 35px;

  margin-right: -1px;

}

.testimonial .owl-nav .owl-prev {

  position: absolute;

  top: -58px;

  left: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 5px 30px;

  border-radius: 30px;

  transition: 0.5s;

  display: none;

}

.testimonial .owl-nav .owl-prev:hover {

  background: var(--bs-secondary);

  color: var(--bs-white);

}

.testimonial .owl-nav .owl-next {

  position: absolute;

  top: -58px;

  right: 0;

  background: var(--bs-primary);

  color: var(--bs-white);

  padding: 5px 30px;

  border-radius: 30px;

  transition: 0.5s;

  display: none;

}

.testimonial .owl-nav .owl-next:hover {

  background: var(--bs-secondary);

  color: var(--bs-white);

}

.testimonial-carousel .owl-dots {

  display: flex;

  justify-content: center;

}

.testimonial-carousel .owl-dots .owl-dot {

  width: 10px;

  height: 10px;

  border-radius: 30px;

  margin: 20px 10px 0 10px;

  background: var(--bs-primary);

  transition: 0.5s;

}

.testimonial-carousel .owl-dots .owl-dot.active {

  width: 10px;

  height: 10px;

  border-radius: 30px;

  background: var(--bs-secondary);

  transition: 0.5s;

}

.testimonial-carousel .owl-dots .owl-dot span {

  position: relative;

  margin-top: 50%;

  margin-left: 50%;

  transform: translate(-50%, -50%);

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

}

.testimonial-title h4 span

{

    font-size:15px !important;

}

/* .testimonial .testimonial-item .testimonial-text {

    height: 280px;

} */

.testimonial-carousel .owl-dots .owl-dot.active span::after {

  background: var(--bs-primary);

}

.testimonial-carousel .owl-dots .owl-dot span::after {

  content: "";

  width: 15px;

  height: 15px;

  border-radius: 15px;

  position: absolute;

  top: 50%;

  left: 0;

  transform: translateY(-50%);

  display: flex;

  align-items: center;

  justify-content: center;

  text-align: center;

  background: var(--bs-white);

  transition: 0.5s;

}

/*** Testimonial End ***/

/*** Footer Start ***/

.footer {

  background: var(--bs-secondary1);

  padding: 60px;

  width: 100%;

  float: left;

  position:relative;

  z-index:990;

}

.footer .footer-item {

  display: flex;

  flex-direction: column;

}

.footer .footer-item a {

  line-height: 30px;

  color: var(--bs-body);

  transition: 0.5s;

  font-size: 17px;

}

.footer .footer-item p {

  line-height: 35px;

  font-size: 16px;

}

.footer .footer-item a:hover {

  color: var(--bs-primary);

}

.footer .footer-item .footer-btn a, .footer .footer-item .footer-btn a i {

  transition: 0.5s;

}

.footer .footer-item .footer-btn a:hover {

  background: var(--bs-white);

}

.footer .footer-item .footer-btn a:hover i {

  color: var(--bs-primary);

}

/*** Footer End ***/

/*** copyright Start ***/

.copyright {

  background:#eef5ed;

  width:100%;

  float:left;

}

/*** copyright end ***/

/* 

------about us start----- */

.about-section {

  position: relative;

  padding: 0 0px 50px 0px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: bottom right;

}

.about-section .content-column {

  position: relative;

  margin-bottom: 40px;

}

.about-section .content-column .inner-column {

  position: relative;

  padding-top: 10px !important;

  padding-right: 0px;

}

.about-section .content-column .text {

position: relative;

    color: #032344;

    font-size: 22px;

    line-height: 30px;

    margin-bottom: 10px;

    text-align: justify;

}

.about-section .content-column .email {

  position: relative;

  color: #252525;

  font-weight: 700;

  margin-bottom: 50px;

}

.about-section .image-column {

  position: relative;

  margin-bottom: 50px;

}

.about-section .image-column .inner-column {

  position: relative;

  padding: 40px 40px 0px 0px;

  margin-left: 50px;

}

.about-section .image-column .inner-column:after {

  position: absolute;

  content: "";

  right: 0px;

  top: 0px;

  left: 40px;

  bottom: 100px;

  z-index: -1;

  border: 2px solid #043466;

}

.about-section .image-column .inner-column .image {

  position: relative;

}

.about-section .image-column .inner-column .image:before {

  position: absolute;

  content: "";

  left: -50px;

  bottom: -50px;

  width: 299px;

  height: 299px;

  background: url(img/pattern-2.png) no-repeat;

}

.about-section .image-column .inner-column .image img {

  position: relative;

  width: 100%;

  display: block;

}

.about-section .image-column .inner-column .image .overlay-box {

  position: absolute;

  left: 40px;

  bottom: 48px;

}

.about-section .image-column .inner-column .image .overlay-box .year-box {

  position: relative;

  color: #003071;

  font-size: 24px;

  font-weight: 700;

  line-height: 1.4em;

  padding-left: 125px;

}

.about-section .image-column .inner-column .image .overlay-box .year-box .number {

  position: absolute;

  left: 0px;

  top: 0px;

  width: 110px;

  height: 110px;

  color: #043466;

  font-size: 68px;

  font-weight: 700;

  line-height: 105px;

  text-align: center;

  background-color: #ffffff;

  border: 1px solid #043466;

}

.about-section p

{

    color: #032344;

    font-size: 22px;

    line-height: 30px;

    margin-bottom: 13px;

    text-align:justify;

}

.about-section .btn-style-three:before {

  position: absolute;

  content: "";

  left: 10px;

  top: 10px;

  z-index: -1;

  right: -10px;

  bottom: -10px;

  background: url(https://i.ibb.co/DKn55Qz/pattern-1.jpg) repeat;

}

.about-section .btn-style-three:hover {

  color: #ffffff;

  background: #069421;

}

.about-section .btn-style-three {

  position: relative;

  line-height: 24px;

  color: #123a8f;

  font-size: 15px;

  font-weight: 700;

  background: none;

  display: inline-block;

  padding: 7px 40px;

  background-color: #ffffff;

  text-transform: capitalize;

  border: 2px solid #043466;

  border-radius: 6px;

  margin-top: 30px;

}

.sec-title2 {

  color: #fff;

}

.sec-title {

  position: relative;

  padding-bottom: 0px;

}

.sec-title .title {

  position: relative;

  color: #043466;

  font-size: 25px;

  font-weight: 700;

  padding-right: 50px;

  margin-bottom: 15px;

  display: inline-block;

  text-transform: capitalize;

}

/*.sec-title .title:before {*/

/*  position: absolute;*/

/*  content: "";*/

/*  right: 0px;*/

/*  bottom: 7px;*/

/*  width: 40px;*/

/*  height: 1px;*/

/*  background-color: #043466;*/

/*}*/

.heading-about {

    color: #0152a6;

    font-size: 35px;

    font-weight: 600;

    line-height: 37px;



}

/* -----counter----- */

#counter {

  text-align: center;

  display: flex;

  align-items: center;

  justify-content: center;

  background: #e6e6e7;

  padding: 40px 0px;

  width: 100%;

}

#counter .item {

  background: #fff;

  width: 200px;

  padding: 35px 40px;

  margin: 30px;

  text-align: center;

  border-radius: 20px;

  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);

  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);

  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);

}

#counter .item .count {

  color: #e8b12d;

  margin-bottom: 5px;

  font-size: 40px;

}

#counter .item h3 {

  color: #123a8f;

  text-transform: capitalize;

  margin-top: 5px;

}

.container-fluid .testimonial {

  padding-top: 40px;

}

/* ---cta starts----- */

.cta {

  background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.9)), url('../img/cta-bg.jpg') fixed center center;

  background-size: cover;

  padding: 50px 0;

}

.cta h3 {

  color: #fff;

  font-size: 28px;

  font-weight: 700;

}

.cta p {

  color: #fff;

}

.cta .cta-btn {

  font-family: "Jost", sans-serif;

  font-weight: 500;

  font-size: 16px;

  letter-spacing: 1px;

  display: inline-block;

  padding: 12px 40px;

  border-radius: 50px;

  transition: 0.5s;

  margin: 10px;

  border: 2px solid #fff;

  color: #fff;

}

.cta .cta-btn:hover {

  background: #069421;

  border: 2px solid #069421;

}

@media (max-width: 1024px) {

  .cta {

    background-attachment: scroll;

  }

}

@media (min-width: 769px) {

  .cta .cta-btn-container {

    display: flex;

    align-items: center;

    justify-content: flex-end;

  }

}

/* ---blogs---- */

.blog-section {

  padding: 40px;

}

.wrapper {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

}

.card {

  overflow: hidden;

  box-shadow: 0px 2px 20px var(--clr-gray-light);

  background: white;

  border-radius: 0.5rem;

  position: relative;

  margin: 1rem;

  transition: 250ms all ease-in-out;

  cursor: pointer;

}

.card:hover {

  transform: scale(1.05);

  box-shadow: 0px 2px 40px var(--clr-gray-light);

}

.banner-img {

  position: absolute;

  object-fit: cover;

  height: 14rem;

  width: 100%;

}

.category-tag {

  font-size: 0.8rem;

  font-weight: bold;

  color: white;

  background: #069421;

  padding: 0.5rem 1.3rem 0.5rem 1rem;

  text-transform: uppercase;

  position: absolute;

  z-index: 1;

  top: 1rem;

  border-radius: 0 2rem 2rem 0;

}

/* .popular {

    background: var(--clr-popular);

  } */

/* .technology {

    background: var(--clr-technology);

  } */

/* .psychology {

    background: var(--clr-psychology);

  }

   */

.card-body {

  margin: 13rem 0rem 0rem 0rem;

}

.blog-hashtag {

  font-size: 0.9rem;

  font-weight: 500;

  color: var(--clr-link);

}

.blog-title {

  font-size: 22px;

  line-height: 25px;

  margin: 1rem 0 0.5rem;

  color: #123a8f;

}

.blog-description {

  color: rgb(6, 43, 81) !important;

  font-size: 0.9rem;

}

.testimonial-text p {

  color: rgb(6, 43, 81) !important;

  text-align:justify;

}

.card-profile {

  display: flex;

  margin-top: 2rem;

  align-items: center;

}

.profile-img {

  width: 40px;

  height: 40px;

  object-fit: cover;

  border-radius: 50%;

  margin-top: -15px;

}

.card-profile-info {

  margin-left: 0;

  margin-bottom:20px;

}

.profile-name {

  font-size: 1rem;

  color: #123a8f;

}

.profile-followers {

  color: var(--clr-gray-med);

  font-size: 0.9rem;

  color: #0a3671;

}

.heading-info {

    font-size: 22px;

    text-align: center;

    height: 130px !important;

    line-height: 24px;

}

.display-4 {

  padding-top: 80px;

}

/* ----about us----- */

.img-box img {

  width: 100%;

  max-width: 520px;

}

.about-body-item {

  display: flex;

  margin-top: 20px;

}

.icon-box {

  margin-right: 20px;

}

.about-body-item h3 {

  color: #0152a6;

  font-size: 23px;

}

.text-para {

  color: #032344;

  font-size: 17px;

}

.display-5 {

 font-size: 2.5rem !important;

    line-height: 60px;

}

.service-section {

  padding-top: 60px;

  padding-bottom: 60px;

  background-color: #f8f8f8;

}

.benifit_sec {

  width: 100%;

  float: left;

  background: #fff;

  padding: 50px 0;

}

.mid_img img {

  width: 100%;

}

.left-benifit {

  width: 100%;

  margin: 0;

  padding: 0;

  text-align: right;

}

.left-benifit ul {

  width: 100%;

  margin: 0;

  padding: 0;

  text-align: right;

}

.left-benifit ul li {

  font-size: 20px;

  line-height: 55px;

  color: #043466;

}

.left-benifit ul li:nth-child(2) {

  padding-right: 25px;

}

.left-benifit ul li:nth-child(3) {

  padding-right: 25px;

}

/* ------enquiry-form----- */

#contact {

  background: #052640;

  /* padding: 20px; */

  /* margin: 50px 0; */

  box-shadow: 0 4px 8px 0 rgb(5 36 64), 0 6px 20px 0 rgba(0, 0, 0, -4.81);

  border-radius: 2px;

  padding: 25px 30px;

  border-radius: 15px;

}

#contact h3 {

  color: #f5f5f5;

  display: block;

  font-size: 30px;

  font-weight: 400;

  margin-bottom: 13px;

}

#contact h4 {

  margin: 5px 0 15px;

  display: block;

  font-size: 13px;

  color: #ffffff;

}

#contact input::placeholder {

  color: #ededed;

  font-size: 15px;

}

#contact textarea::-webkit-input-placeholder {

  color: #ededed;

  font-size: 15px;

}

fieldset {

  border: medium none !important;

  margin: 0 0 10px;

  min-width: 100%;

  padding: 0;

  width: 100%;

}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact  {

  width: 100%;

  border: 1px solid #ccc;

  background: #022541;

  margin: 0 0 5px;

  padding: 5px;

  border-radius: 2px;

  color: #fff !important;

}

.form-floating select

{

    background-color:#fff !important;

}

.form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {

    padding-top: 2.1rem;

    font-family: "Josefin Sans", sans-serif;

}

.new_label label

{

    font-size:12px !important;

}

.Call_us p

{

  padding-bottom:20px;  

}

#contact

{

    padding:35px;

    border-radius:20px;

}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {

  -webkit-transition: border-color 0.3s ease-in-out;

  -moz-transition: border-color 0.3s ease-in-out;

  transition: border-color 0.3s ease-in-out;

  border: 1px solid #aaa;

}

#contact textarea {

  height: 100px;

  max-width: 100%;

  resize: none;

}

#contact button[type="submit"] {

  cursor: pointer;

  width: 100%;

  border: none;

  background: #ffffff;

  color: #080f67;

  /* margin: 0 0 5px; */

  padding: 5px;

  font-size: 22px;

  letter-spacing: 1px;

  border-radius: 2px;

}

#contact button[type="submit"]:hover {

  background: #09c;

  -webkit-transition: background 0.3s ease-in-out;

  -moz-transition: background 0.3s ease-in-out;

  transition: background-color 0.3s ease-in-out;

}

#contact button[type="submit"]:active {

  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);

}

#contact input:focus, #contact textarea:focus {

  outline: 0;

  border: 1px solid #999;

}

::-webkit-input-placeholder {

  color: #888;

}

:-moz-placeholder {

  color: #888;

}

::-moz-placeholder {

  color: #888;

}

:-ms-input-placeholder {

  color: #888;

}

.service-section .service-heading {

  color: #032344;

  font-size: 22px;

  line-height: 33px;

  margin-top: 15px;

  text-align: justify;

  font-weight:350;

}

.feature-section {

  padding-top: 60px !important;

}

.heading_content {

  font-size: 18px;

  font-weight: 600;

}

.heading-text {

  color: #0152a6;

}

.img-icon img {

  max-width: 63px;

  background-color: #ffffff;

  border-radius: 32px;

  padding: 8px;

    

}

.heading_content {

  font-size: 17px !important;

  font-weight: normal;

  padding: 25px !important;

}

.heading_content h4 {

  color: #069421;

  Text-align: left !important;

  padding-bottom: 15px;

}

#contact button {

background: linear-gradient(90deg,rgba(1, 82, 166, 1) 0%, rgba(6, 148, 33, 1) 100%);

  padding: 8px 35px;

  color: #fff;

  border-radius: 50rem !important;

  border: none;

}

#contact button:hover {

  background: #069421;

}

.Sec_pd-60 {

  padding-top: 60px;

  padding-bottom: 60px;

  width: 100%;

/*  float: left;*/

	display: inline-block;

}

.New_sub_services .col-md-8 {

  padding-left: 30px;

}

.New_sub_services .row {

  align-items: center;

}

.sfw{

   color: #0152a6;

  font-size: 28px;

  line-height: 38px;

}

.New_sub_services h4 {

  color: #0152a6;

  font-size: 38px;

  font-weight: 500;

  line-height: 38px;

}

.New_sub_services img {

  width: 100%;

  border-radius: 15px;

}



.New_sub_services p {

  color: #032344;

  font-size: 22px;

  line-height: 35px;

  margin-top: 10px;

  text-align: justify;

}

.bg_White {

  background: #fff;

}

.bg_White .col-md-8 {

  padding-left: 0 !important;

  padding-right: 35px !important;

}

.BR-B {

  border-bottom: 2px solid #fff;

  margin-bottom: 60px;

}

.QR_code img {

  width: 100%

}

.Footer_logo img {

  max-width: 225px;

  padding-bottom: 15px

}

.qr-code img {

  max-width: 200px;

}

.f_hr_img img {

  width: 100%;

}

.card-banner img

{

    border-radius:20px;

}

.iti__country-list {

    max-width: 343px;



}



@media (max-width: 768px) {

  .footer {

    padding: 25px;

  }

  .bg-breadcrumb1 {

    padding: 0 0 0 0;

  }

  #counter {

    display: inline;

    margin-bottom: 55px;

    float: left;

  }

  #counter .item {

    width: 42%;

    float: left;

    padding: 15px 15px;

    margin: 13px;

    height: 140px;

  }

  #counter .item h3 {

    font-size: 18px;

  }

  .display-5 {

    font-size: 2rem !important;
    line-height: 48px;

  }

  .blog-section {

    padding: 0 20px !important;

  }

  .bg_White .col-md-8 {

    padding-left: 25px !important;

    padding-right: 15px !important;

  }

  .New_sub_services .col-md-8 {

    padding-left: 25px;

  }

  .New_sub_services h4 {

    padding-top: 40px;

  }

  .M_PD_15 {

    padding-bottom: 25px;

  }

  .footer .footer-item {

    padding-bottom: 35px;

  }

  .New_sub_services p {

font-size: 25px;

        line-height: 36px;

  }

  .qr-code {

    display: flex;

    justify-content: center;

  }

  .qr-code img {

    max-width: 60%;

    margin: 50px auto 0 auto;

  }

}

/* -------featutres------ */

.pbmit-subheading, .pbmit-heading-subheading {

  margin-bottom: 50px;

}

.pbmit-subheading .pbmit-subtitle, .pbmit-heading-subheading .pbmit-subtitle {

  position: relative;

  display: inline-block;

  padding: 2px 20px;

  border-radius: 50px;

  margin-bottom: 5px;

  font-weight: 900;

  font-size: 11px;

  line-height: 22px;

  letter-spacing: 1px;

  color: #212c40;

  text-transform: uppercase;

  font-style: normal;

  border: 1px solid var(--pbmit-global-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle, .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle {

  border-color: var(--pbmit-white-color);

}

.pbmit-heading-subheading .pbmit-subtitle {

  margin-bottom: 15px;

}

.pbmit-heading-subheading .pbmit-title {

  font-weight: 500;

  font-size: 54px;

  line-height: 60px;

  letter-spacing: 0px;

  text-transform: none;

  font-style: normal;

  color: var(--pbmit-global-color);

}

.pbmit-heading-subheading.text-white .pbmit-subtitle, .pbmit-heading-subheading.text-white .pbmit-title {

  color: var(--pbmit-white-color);

}

.pbmit-heading-subheading .pbmit-heading-desc {

  margin-top: 30px;

}

/*----------------------------------------*/

/*  01 - Icon Box



/*----------------------------------------*/

/** Style 1 **/

.over-flow {

  overflow: hidden;

  border-radius: 20px;

}

.pbmit-col-wrapper {

  transform: scale(1);

  transition: 400ms;

  border-radius: 20px;

}

.pbmit-col-wrapper:hover {

  transform: scale(1.5);

  transition: all 800ms ease;

  -webkit-transition: all 800ms ease;

}

.pbmit-ihbox-style-1 {

  /*    -webkit-transition: all 500ms ease; */

  /* transition: all 500ms ease; */

  /* transform: scale(0.8); */

  /*    transition: 400ms;*/

  transform: scale(0.8);

  transition: all 500ms ease;

  -webkit-transition: all 500ms ease;

}

.pbmit-col-wrapper:hover .pbmit-ihbox-style-1 {

  transform: scale(0.5);

  transition: all 1200ms ease;

  -webkit-transition: all 1200ms ease;

}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-bottom: 30px;

}

.pbmit-ihbox-style-1 .pbmit-icon-type-icon i {

  font-size: 100px;

  line-height: 100px;

  color: #fff;

}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-text {

  font-size: 30px;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

}

.pbmit-ihbox-style-1 .pbmit-btn {

  background: #feb302;

  color: #000;

  margin-top: 20px;

}

.pbmit-ihbox-style-1 .pbmit-btn:hover .pbmit-svg-arrow line {

  stroke: #fff;

}

.pbmit-ihbox-style-1 .pbmit-btn .pbmit-svg-arrow line {

  stroke: #000;

}

.pbmit-ihbox-style-1 .pbmit-ihbox-icon-type-image {

  width: 80px;

  height: 80px;

}

.pbmit-ihbox-style-1 .pbmit-element-subtitle {

  font-size: 16px;

  line-height: 22px;

  margin-bottom: 10px;

}

.pbmit-ihbox-style-1 .pbmit-element-title {

  font-size: 40px;

  line-height: 50px;

  margin-bottom: 0;

  color: #fff;

}

.pbmit-ihbox-style-1 .pbmit-heading-desc {

  padding-top: 10px;

}

.pbmit-ihbox-style-1 .pbmit-ihbox-btn {

  padding-top: 35px;

}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {

  margin-bottom: 30px;

}

/** Style 2 **/

.pbmit-ihbox-style-2 {

  display: flex;

  align-items: flex-start;

}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-right: 35px;

}

.pbmit-ihbox-style-2 .pbmit-icon-type-icon {

  font-size: 90px;

  line-height: 90px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-transform: translateY(0);

  transform: translateY(0);

  color: var(--pbmit-global-color);

}

.pbmit-ihbox-style-2:hover .pbmit-icon-type-icon {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-icon-type-icon i, .pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-icon-type-icon i {

  color: var(--pbmit-white-color);

}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {

  font-size: 30px;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

}

.pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-image {

  width: 80px;

  height: 80px;

}

.pbmit-ihbox-style-2 .pbmit-element-subtitle {

  font-size: 16px;

  line-height: 22px;

  margin-bottom: 10px;

}

.pbmit-ihbox-style-2 .pbmit-element-title {

  font-size: 24px;

  line-height: 30px;

  margin-bottom: 0;

  font-weight: 600;

}

.pbmit-ihbox-style-2 .pbmit-heading-desc {

  padding-top: 10px;

}

.pbmit-ihbox-style-2 .pbmit-ihbox-btn {

  padding-top: 35px;

}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-element-title {

  color: var(--pbmit-white-color);

}

.pbmit-bg-color-blackish .pbmit-ihbox-style-2 .pbmit-heading-desc, .pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-heading-desc {

  color: rgba(255, 255, 255, 0.7);

}

.pbmit-bg-color-global .pbmit-ihbox-style-2 .pbmit-ihbox-icon-type-text {

  background-color: var(--pbmit-blackish-color);

}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {

  margin-right: 35px;

}

/** Style 3 **/

.pbmit-ihbox-style-3 {

  display: flex;

  align-items: flex-start;

}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-right: 35px;

}

.pbmit-ihbox-style-3 .pbmit-icon-type-icon {

  font-size: 80px;

  line-height: 80px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-transform: translateY(0);

  transform: translateY(0);

  color: var(--pbmit-global-color);

}

.pbmit-ihbox-style-3:hover .pbmit-icon-type-icon {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-elementor-bg-color-globalcolor .pbmit-ihbox-style-3 .pbmit-icon-type-icon i, .pbmit-elementor-bg-color-blackish .pbmit-ihbox-style-3 .pbmit-icon-type-icon i {

  color: var(--pbmit-white-color);

}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-text {

  font-size: 30px;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

}

.pbmit-ihbox-style-3 .pbmit-ihbox-icon-type-image {

  width: 80px;

  height: 80px;

}

.pbmit-ihbox-style-3 .pbmit-element-subtitle {

  font-size: 16px;

  line-height: 22px;

  margin-bottom: 10px;

}

.pbmit-ihbox-style-3 .pbmit-element-title {

  font-size: 20px;

  line-height: 26px;

  margin-bottom: 0;

}

.pbmit-ihbox-style-3 .pbmit-heading-desc {

  padding-top: 8px;

}

.pbmit-ihbox-style-3 .pbmit-ihbox-btn {

  padding-top: 35px;

}

/** Style 4 **/

.pbmit-ihbox-style-4 {

  display: flex;

  padding: 40px 75px 40px 50px;

  align-items: flex-start;

  background: var(--pbmit-light-color);

  border-left: 3px solid var(--pbmit-global-color);

}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-right: 35px;

}

.pbmit-ihbox-style-4 .pbmit-icon-type-icon {

  font-size: 32px;

  line-height: 70px;

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

  -webkit-transform: translateY(0);

  transform: translateY(0);

  color: rgba(33, 44, 64, 0.5);

}

.pbmit-ihbox-style-4:hover .pbmit-icon-type-icon {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-icon-type-icon i, .pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-icon-type-icon i {

  color: var(--pbmit-white-color);

}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {

  font-size: 30px;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

}

.pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-image {

  width: 80px;

  height: 80px;

}

.pbmit-ihbox-style-4 .pbmit-element-subtitle {

  font-size: 14px;

  line-height: 20px;

  margin-top: 10px;

  margin-bottom: 0;

  color: #666666;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pbmit-ihbox-style-4 .pbmit-element-title {

  font-size: 22px;

  line-height: 34px;

  margin-bottom: 0;

  font-weight: 500;

}

.pbmit-ihbox-style-4 .pbmit-heading-desc {

  padding-top: 10px;

}

.pbmit-ihbox-style-4 .pbmit-ihbox-btn {

  padding-top: 35px;

}

.pbmit-bg-color-blackish .pbmit-ihbox-style-4 .pbmit-heading-desc, .pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-heading-desc {

  color: rgba(var(--pbmit-white-color-rgb), 0.7);

}

.pbmit-bg-color-global .pbmit-ihbox-style-4 .pbmit-ihbox-icon-type-text {

  background-color: var(--pbmit-blackish-color);

}

.pbmit-ihbox-style-1 .pbmit-ihbox-svg svg {

  margin-right: 35px;

}

/** Style 5 **/

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-bottom: 30px;

}

.pbmit-ihbox-style-5 .pbmit-ihbox-icon-wrapper i {

  font-size: 60px;

  line-height: 70px;

  color: #dbdbdb;

}

.pbmit-ihbox-style-5 .pbmit-element-title {

  font-size: 32px;

  line-height: 32px;

  margin-bottom: 0;

  color: #fff;

  text-align: center;

}

.pbmit-ihbox-style-5 .pbmit-heading-desc {

  margin-top: 20px;

  font-weight: 300;

  line-height: 22px;

}

.pbmit-ihbox-style-5 .list-group {

  padding-top: 50px;

  margin-left: 25px;

}

.pbmit-ihbox-style-5 .list-group .pbmit-icon-list-icon i {

  color: var(--pbmit-heading-color);

  transform: none;

}

.pbmit-ihbox-style-5 .pbmit-heading-desc, .pbmit-ihbox-style-5 .list-group .pbmit-icon-list-text {

  color: #666;

}

/** Style 6 **/

.pbmit-miconheading-style-6.swiper-slide-active .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text, .pbmit-ihbox-style-6 .pbmit-element-title {

  -webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

  -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);

}

.pbmit-ihbox-style-6 {

  position: relative;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {

  padding-bottom: 40px;

  border-bottom: 1px solid rgb(8 15 67);

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image {

  margin-right: 30px;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon-type-image img {

  width: 90px;

  height: auto;

}

.pbmit-ihbox-style-6 .pbmit-icon-type-icon {

  font-size: 74px;

  line-height: 74px;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {

  font-size: 90px;

  line-height: 90px;

  font-weight: 800;

  margin-bottom: 0;

  display: inline-flex;

  -webkit-text-size-adjust: 0%;

  overflow: visible !important;

  color: var(--pbmit-global-color);

  -webkit-text-fill-color: transparent;

  -webkit-text-stroke-width: 1px;

  -webkit-text-stroke-color: rgba(255, 255, 255, .3);

  font-family: Open Sans, sans-serif;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon {

  position: relative;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {

  content: "";

  position: absolute;

  width: 10px;

  height: 10px;

  line-height: 10px;

  bottom: -5px;

  left: 0;

  background: var(--pbmit-global-color);

  background-color: var(--pbmit-white-color);

}

.pbmit-ihbox-style-6 .pbmit-element-title {

  font-size: 26px;

  line-height: 32px;

  margin-bottom: 0;

  color: var(--pbmit-white-color);

}

.pbmit-ihbox-style-6 .pbmit-element-subtitle {

  font-size: 18px;

  line-height: 28px;

  font-weight: 500;

  margin-bottom: 10px;

}

.pbmit-ihbox-style-6 .pbmit-ihbox-btn a {

  padding-top: 15px;

}

.pbmit-ihbox-style-6 .pbmit-heading-desc {

  padding-top: 10px;

  color: rgba(255, 255, 255, .5);

}

.pbmit-ihbox-style-6 .pbmit-ihbox-contents {

  margin: 30px 80px 0 0;

}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {

  -webkit-text-stroke-color: var(--pbmit-global-color-rgb);

}

.swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {

  color: var(--pbmit-white-color);

  text-shadow: 1px 1px 0 var(--pbmit-white-color), -1px -1px 0 var(--pbmit-white-color), 1px -1px 0 var(--pbmit-white-color), -1px 1px 0 var(--pbmit-white-color), 1px 1px 0 var(--pbmit-white-color);

}

.pbmit-bg-color-secondary .swiper-slide-next .pbmit-ihbox-style-6 .pbmit-ihbox-icon .pbmit-ihbox-icon-type-text {

  -webkit-text-stroke-color: var(--pbmit-global-color-rgb);

  -webkit-text-fill-color: var(--pbmit-global-color);

}

.pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::after, .pbmit-bg-color-secondary .pbmit-element-miconheading-style-6 .pbmit-elemnt-line::before {

  background: rgba(33, 44, 64, .2);

}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon::before {

  background: var(--pbmit-global-color);

}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-ihbox-icon {

  border-color: rgba(33, 44, 64, .2);

}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-element-title {

  color: var(--pbmit-global-color-rgb);

}

.pbmit-bg-color-secondary .pbmit-ihbox-style-6 .pbmit-heading-desc {

  color: var(--pbmit-body-typography-color);

}

/** Style 7 **/

.pbmit-ihbox-style-7 .pbmit-ihbox-contents {

  display: inline-flex;

  align-items: flex-start;

  padding-top: 30px;

  border-top: 2px solid #080f43;

}

.pbmit-ihbox-style-7 .pbmit-element-title {

  font-size: 18px;

  line-height: 24px;

  font-weight: 700;

  margin-bottom: 0;

}

.pbmit-ihbox-style-7 .pbmit-ihbox-btn, .pbmit-ihbox-style-7 .pbmit-ihbox-btn a {

  display: inline-block;

}

.pbmit-ihbox-style-7 svg {

  width: 17px;

  height: 17px;

  line-height: 16px;

  margin-left: 70px;

}

.pbmit-ihbox-style-7 svg line {

  stroke: var(--pbmit-global-color);

  stroke-width: 2px;

}

.pbmit-ihbox-style-7:hover .pbmit-ihbox-btn svg line {

  stroke-dashoffset: 0;

}

/** Style 8 **/

.pbmit-ihbox-style-8 {

  -webkit-transition: all 500ms ease;

  transition: all 500ms ease;

}

.pbmit-ihbox-style-8:hover {

  -webkit-transform: translateY(-10px);

  transform: translateY(-10px);

}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg-wrapper, .pbmit-ihbox-style-8 .pbmit-ihbox-icon-wrapper {

  display: inline-block;

  margin-right: 30px;

}

.pbmit-ihbox-style-8 .pbmit-icon-type-icon i {

  font-size: 100px;

  line-height: 100px;

  color: var(--pbmit-global-color);

}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg svg {

  width: 110px;

  height: 110px;

  fill: var(--pbmit-global-color);

}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-text {

  font-size: 30px;

  width: 80px;

  height: 80px;

  line-height: 80px;

  text-align: center;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

}

.pbmit-ihbox-style-8 .pbmit-ihbox-icon-type-image {

  width: 80px;

  height: 80px;

}

.pbmit-ihbox-style-8 .pbmit-element-subtitle {

  font-size: 16px;

  line-height: 22px;

  margin-bottom: 10px;

}

.pbmit-ihbox-style-8 .pbmit-element-title {

  font-size: 26px;

  line-height: 32px;

  margin-bottom: 0;

}

.pbmit-ihbox-style-8 .pbmit-heading-desc {

  padding-top: 5px;

}

.pbmit-ihbox-style-8 .pbmit-ihbox-btn {

  padding-top: 35px;

}

.pbmit-ihbox-style-8 .pbmit-ihbox-svg .pbmit-ihbox-svg-wrapper svg, .pbmit-ihbox-style-8 .pbmit-icon-type-icon i:not(.pbmit-cleanfin-icon) {

  margin-bottom: 20px;

}

.pbmit-ihbox-style-8 .pbmit-ihbox-wapper {

  display: flex;

  align-items: center;

}

/*----------------------------------------*/

/*  02 - Team Member



/*----------------------------------------*/

/** Style 1 **/

.team .pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle {

  border-color: #020202 !important;

}

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links, .pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-title, .pbmit-team-style-1 .pbmit-featured-wrapper, .pbmit-team-style-1 .pbmit-featured-wrapper::before {

  -webkit-transition: 0.6s ease-in-out;

  transition: 0.6s ease-in-out;

}

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-team-position {

  transition: 0.7s ease-in-out;

}

.pbmit-team-style-1 .pbmit-team-title {

  font-size: 24px;

  line-height: 30px;

  margin-bottom: 5px;

  transform: translateY(120px);

}

.pbmit-team-style-1 .pbmit-team-title a {

  color: var(--pbmit-white-color);

}

.pbmit-team-style-1 .pbmit-team-title a:hover {

  color: rgba(255, 255, 255, 0.8);

}

.pbmit-team-style-1 {

  position: relative;

  overflow: hidden;

}

.pbmit-team-style-1 .pbmit-featured-wrapper {

  position: relative;

  overflow: hidden;

}

.pbmit-team-style-1 .pbmit-featured-wrapper::before {

  position: absolute;

  content: "";

  width: 0%;

  height: 100%;

  left: 0;

  background: rgba(33, 44, 64, 0.9);

}

.pbmit-team-style-1:hover .pbmit-featured-wrapper::before {

  width: 100%;

}

.pbmit-team-style-1 .pbminfotech-box-content .pbminfotech-box-social-links {

  position: absolute;

  top: 0;

  right: 0;

  padding: 35px;

  transform: translateY(-100%);

}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-team-social-links {

  width: fit-content;

}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li {

  padding: 0;

  display: block;

  margin: 0 0 10px 0;

}

.pbmit-team-style-1 .pbmit-team-social-links .pbmit-social-li a {

  color: var(--pbmit-white-color);

}

.pbmit-team-style-1 .pbminfotech-box-content .pbmit-titlebox {

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 35px 45px;

  width: 100%;

}

.pbmit-team-style-1 .pbminfotech-box-team-position {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  text-transform: uppercase;

  color: var(--pbmit-white-color);

  transform: translateY(120px);

}

.pbmit-team-style-1 .pbminfotech-box-team-position::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: rgba(255, 255, 255, 0.9);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-social-links {

  transform: translateY(0px);

}

.pbmit-team-style-1:hover .pbminfotech-box-content .pbmit-team-title, .pbmit-team-style-1:hover .pbminfotech-box-content .pbminfotech-box-team-position {

  transform: translateY(0px);

}

/** Style 2 **/

.pbmit-team-style-2 {

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

}

.pbmit-team-style-2:hover {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-team-style-2 .pbminfotech-box-team-position {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  margin-bottom: 12px;

  text-transform: uppercase;

  position: relative;

  color: var(--pbmit-global-color);

}

.pbmit-team-style-2 .pbminfotech-box-team-position::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-team-style-2 .pbmit-featured-wrapper {

  padding-bottom: 20px;

}

.pbmit-team-style-2 .pbmit-team-title {

  font-size: 24px;

  line-height: 30px;

  margin-bottom: 10px;

  font-weight: 600;

}

.pbmit-team-style-2 .pbmit-team-social-links li {

  margin: 0;

  padding-right: 10px !important;

}

.pbmit-team-style-2:last-child .pbmit-team-social-links li {

  padding-right: 0;

}

.pbmit-team-style-2 .pbmit-team-social-links li a {

  width: 25px;

  height: 25px;

  line-height: 25px;

  font-size: 12px;

  text-align: center;

  display: inline-block;

  border-radius: 100%;

  color: var(--pbmit-blackish-color);

  background-color: var(--pbmit-light-color);

}

.pbmit-team-style-2 .pbmit-team-social-links li a:hover {

  color: var(--pbmit-white-color);

  background-color: var(--pbmit-global-color);

}

/** Style 3 **/

.pbmit-team-style-3 {

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

}

.pbmit-team-style-3:hover {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-team-style-3 .pbminfotech-box-team-position {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  margin-bottom: 12px;

  text-transform: uppercase;

  position: relative;

  font-weight: 500;

  color: var(--pbmit-global-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-team-style-3 .pbminfotech-box-team-position::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-team-style-3 .pbmit-featured-wrapper {

  padding-bottom: 20px;

}

.pbmit-team-style-3 .pbmit-team-title {

  font-size: 24px;

  line-height: 30px;

  margin-bottom: 10px;

  font-weight: 600;

}

.pbmit-team-style-3 .pbmit-team-social-links li {

  margin: 0;

  padding-right: 10px !important;

  float: left;

}

.pbmit-team-style-3:last-child .pbmit-team-social-links li {

  padding-right: 0;

}

.pbmit-team-style-3 .pbmit-team-social-links li a {

  width: 25px;

  height: 25px;

  line-height: 25px;

  font-size: 12px;

  text-align: center;

  display: inline-block;

  border-radius: 100%;

  color: var(--pbmit-blackish-color);

  background-color: var(--pbmit-light-color);

}

.pbmit-team-style-3 .pbmit-team-social-links li a:hover {

  color: var(--pbmit-white-color);

  background-color: var(--pbmit-global-color);

}

/*----------------------------------------*/

/*  03 - Counter



/*----------------------------------------*/

/** Style 1 **/

.pbminfotech-ele-fid-style-1 .pbmit-fld-contents {

  text-align: center;

}

.pbminfotech-ele-fid-style-1 .pbmit-circle {

  position: relative;

  display: inline-block;

  margin-bottom: 15px;

}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner {

  position: absolute;

  top: 48%;

  left: 50%;

  margin: 0;

  font-size: 28px;

  font-weight: 600;

  letter-spacing: -0.5px;

  color: var(--pbmit-global-color);

  -khtml-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner .pbmit-number-rotate {

  position: relative;

  left: 6px;

}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub, .pbminfotech-ele-fid-style-1 .pbmit-fid-inner sup {

  font-size: 16px;

  line-height: 16px;

  position: relative;

  bottom: 0px;

  left: 0px;

}

.pbminfotech-ele-fid-style-1 .pbmit-fid-inner sub {

  bottom: 0;

}

.pbminfotech-ele-fid-style-1 .pbmit-fid-title {

  font-size: 18px;

  line-height: 24px;

  margin-bottom: 0;

}

.pbminfotech-ele-fid-style-1 .pbmit-heading-desc {

  margin-top: 10px;

}

.pbmit-bg-color-global .pbminfotech-ele-fid-style-1 .pbmit-fid-inner, .pbmit-bg-color-blackish .pbminfotech-ele-fid-style-1 .pbmit-fid-inner {

  color: var(--pbmit-cleanfin-white-color);

}

/** Style 2 **/

.pbminfotech-ele-fid-style-2 .pbmit-title-wrap {

  display: flex;

  align-items: center;

  justify-content: space-between;

  padding-bottom: 10px;

  margin-bottom: 30px;

  border-bottom: 1px solid var(--pbmit-global-color);

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner {

  font-size: 120px;

  line-height: 120px;

  margin-bottom: 0;

  font-weight: 700;

  letter-spacing: -5px;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-title {

  font-size: 12px;

  line-height: 24px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-number {

  font-size: 12px;

  line-height: 12px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid > span {

  left: -20px;

  position: relative;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sup, .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub {

  font-size: 60px;

  line-height: 60px;

  position: relative;

  left: -20px;

  top: -50px;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub, .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sup {

  font-size: 30px;

  line-height: 30px;

  position: relative;

  left: 0;

  top: -20px;

}

.pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid sub, .pbminfotech-ele-fid-style-2 .pbmit-fid-inner .pbmit-fid-before sub {

  bottom: -8px;

  top: inherit;

}

/** Style 3 **/

.pbminfotech-ele-fid-style-3 .pbmit-circle-outer {

  display: inline-flex;

  align-items: center;

}

.pbminfotech-ele-fid-style-3 .pbmit-circle {

  position: relative;

  display: inline-block;

  margin-right: 35px;

}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner {

  position: absolute;

  top: 48%;

  left: 50%;

  margin: 0;

  font-size: 28px;

  font-weight: 600;

  letter-spacing: -0.5px;

  color: var(--pbmit-global-color);

  -khtml-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner .pbmit-number-rotate {

  position: relative;

  left: 6px;

}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub, .pbminfotech-ele-fid-style-3 .pbmit-fid-inner sup {

  font-size: 16px;

  line-height: 16px;

  position: relative;

  bottom: 0px;

  left: 0px;

}

.pbminfotech-ele-fid-style-3 .pbmit-fid-inner sub {

  bottom: 0;

}

.pbminfotech-ele-fid-style-3 .pbmit-fid-title {

  font-size: 22px;

  line-height: 28px;

  margin-bottom: 0;

  font-weight: 600;

}

.pbminfotech-ele-fid-style-3 .pbmit-heading-desc {

  margin-top: 8px;

}

/** Style 4 **/

.pbminfotech-ele-fid-style-4 .pbmit-circle-outer {

  display: inline-flex;

  align-items: center;

}

.pbminfotech-ele-fid-style-4 .pbmit-circle {

  position: relative;

  display: inline-block;

  margin-right: 35px;

}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner {

  position: absolute;

  top: 48%;

  left: 50%;

  margin: 0;

  font-size: 28px;

  font-weight: 600;

  letter-spacing: -0.5px;

  -khtml-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner .pbmit-number-rotate {

  position: relative;

  left: 6px;

}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub, .pbminfotech-ele-fid-style-4 .pbmit-fid-inner sup {

  font-size: 16px;

  line-height: 16px;

  position: relative;

  bottom: 0px;

  left: 0px;

}

.pbminfotech-ele-fid-style-4 .pbmit-fid-inner sub {

  bottom: 0;

}

.pbminfotech-ele-fid-style-4 .pbmit-fid-title {

  font-size: 22px;

  line-height: 28px;

  margin-bottom: 0;

  font-weight: 600;

  color: var(--pbmit-white-color);

}

.pbminfotech-ele-fid-style-4 .pbmit-heading-desc {

  margin-top: 10px;

}

/** Style 5 **/

.pbminfotech-ele-fid-style-5 .pbmit-circle-outer {

  display: inline-flex;

  align-items: center;

}

.pbminfotech-ele-fid-style-5 .pbmit-circle {

  position: relative;

  display: inline-block;

  margin-right: 22px;

}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner {

  position: absolute;

  top: 48%;

  left: 50%;

  margin: 0;

  font-size: 24px;

  font-weight: 600;

  letter-spacing: -0.5px;

  -khtml-transform: translateX(-50%) translateY(-50%);

  -moz-transform: translateX(-50%) translateY(-50%);

  -ms-transform: translateX(-50%) translateY(-50%);

  -o-transform: translateX(-50%) translateY(-50%);

  transform: translateX(-50%) translateY(-50%);

  color: var(--pbmit-white-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner .pbmit-number-rotate {

  position: relative;

  left: 2px;

}

.pbminfotech-ele-fid-style-5 .pbmit-fid-title {

  font-size: 18px;

  line-height: 24px;

  color: var(--pbmit-white-color);

}

.pbminfotech-ele-fid-style-5 .pbmit-fid-inner sup {

  font-size: 16px;

  line-height: 16px;

  position: relative;

  bottom: 0px;

  left: 0px;

  font-weight: normal;

}

/** Style 6 **/

.pbminfotech-ele-fid-style-6 {

  margin-bottom: 40px;

}

.pbminfotech-ele-fid-style-6 .pbmit-fld-wrap {

  position: relative;

  display: flex;

  align-items: center;

}

.pbminfotech-ele-fid-style-6 .pbmit-fid-inner {

  font-size: 120px;

  line-height: 120px;

  -webkit-text-fill-color: var(--pbmit-global-color);

  -webkit-text-stroke-width: 0px;

  -webkit-text-stroke-color: var(--pbmit-global-color);

  font-weight: 800;

  margin-bottom: 0;

  display: inline-flex;

  margin-right: 35px;

  font-weight: 800;

  font-family: "EB Garamond", serif;

  font-style: normal;

  text-shadow: 1px 1px 0 #bec2e5, -1px -1px 0 #080f43, 1px -1px 0 #7d86c9, -1px 1px 0 #080f43, 1px 1px 0 #a0a8dd;

}

.pbminfotech-ele-fid-style-6 .pbmit-fid-title {

  font-size: 14px;

  line-height: 20px;

  margin-bottom: 0;

  text-transform: uppercase;

  font-weight: 700;

  color: #666;

}

/*----------------------------------------*/

/*  04 - Service



/*----------------------------------------*/

/** Style 1 **/

.pbmit-ele-service.pbmit-service-style-1 {

  margin-bottom: 30px;

}

.pbmit-service-style-1 .pbminfotech-post-item {

  position: relative;

}

.pbmit-service-style-1 .pbmit-featured-wrapper img {

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

}

.pbmit-service-style-1 .pbmit-featured-img-wrapper {

  position: relative;

  overflow: hidden;

}

.pbmit-service-style-1 .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.01);

  -ms-transform: scale(1.01);

  -moz-transform: scale(1.01);

  -o-transform: scale(1.01);

  transform: scale(1.01);

}

.pbmit-service-style-1:hover .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}

.pbmit-service-style-1 .pbmit-featured-wrapper::after {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: -moz-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: -webkit-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: linear-gradient(to top, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

}

.pbmit-service-style-1 .pbminfotech-service-content {

  position: relative;

}

.pbmit-service-style-1 .pbminfotech-box-content {

  position: absolute;

  bottom: 0;

  left: 0;

  padding: 35px;

}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {

  font-size: 50px;

  line-height: 50px;

}

.pbmit-service-style-1 .pbmit-service-icon-wrapper img {

  width: 60px;

  height: 60px;

}

.pbmit-service-style-1 .pbmit-service-icon-wrapper {

  display: none;

}

.pbmit-service-style-1 .pbmit-serv-cat {

  font-family: var(--pbmit-heading-typography-font-family);

  font-weight: 500;

  font-style: normal;

}

.pbmit-service-style-1 .pbmit-serv-cat a {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  text-transform: uppercase;

  position: relative;

  color: rgba(255, 255, 255, 0.8);

}

.pbmit-service-style-1 .pbmit-serv-cat a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-white-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-service-style-1 .pbmit-service-title {

  font-size: 26px;

  line-height: 32px;

  margin: 0;

  color: var(--pbmit-white-color);

}

.pbmit-service-style-1 .pbmit-service-title a {

  color: var(--pbmit-white-color);

}

.pbmit-service-style-1 .pbmit-service-title a:hover {

  color: rgba(var(--pbmit-white-color-rgb), 0.8);

}

.pbmit-service-style-1 .pbmit-link, .pbmit-service-style-2 .pbmit-link, .pbmit-team-style-3 .pbmit-link, .pbmit-portfolio-style-2 .pbmit-link, .pbmit-blog-style-1 .pbmit-link, .pbmit-blog-style-3 .pbmit-link, .pbmit-team-style-2 .pbmit-link {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}

/** Style 2 **/

.pbmit-service-style-2 .pbminfotech-post-item {

  -webkit-transform: translateY(0);

  transform: translateY(0);

  -webkit-transition: all 500ms ease;

  -ms-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;

}

.pbmit-service-style-2:hover .pbminfotech-post-item {

  -webkit-transform: translateY(-5px);

  transform: translateY(-5px);

}

.pbmit-service-style-2 .pbmit-service-wrapper {

  position: relative;

  margin-bottom: 30px;

}

.pbmit-service-style-2 .pbmit-svg-btn {

  position: absolute;

  right: 0;

  bottom: 0;

}

.pbmit-service-style-2 .pbmit-svg-btn a {

  padding: 0;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  border-radius: inherit;

  display: inline-block;

  background: var(--pbmit-white-color);

}

.pbmit-service-style-2 .pbmit-svg-btn a svg {

  height: 15px !important;

  width: 15px !important;

}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {

  font-size: 50px;

  line-height: 50px;

}

.pbmit-service-style-2 .pbmit-service-icon-wrapper i {

  color: var(--pbmit-global-color);

}

.pbmit-service-style-2 .pbmit-service-icon-wrapper img {

  width: 60px;

  height: 60px;

}

.pbmit-service-style-2 .pbmit-service-icon-wrapper {

  display: none;

}

.pbmit-service-style-2 .pbmit-serv-cat a {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  text-transform: uppercase;

  position: relative;

}

.pbmit-service-style-2 .pbmit-serv-cat a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-service-style-2 .pbmit-service-title {

  font-size: 28px;

  line-height: 34px;

  font-weight: 600;

}

.pbmit-svg-btn a svg line {

  fill: none;

  stroke: var(--pbmit-global-color);

  stroke-width: 2;

  stroke-miterlimit: 10;

}

.pbmit-svg-btn a svg line:nth-child(1) {

  stroke-dasharray: 25px;

  stroke-dashoffset: 50px;

  transition: stroke-dashoffset .5s cubic-bezier(.61, 1, .88, 1);

}

.pbmit-svg-btn a svg line:nth-child(2), .pbmit-svg-btn a svg line:nth-child(3) {

  stroke-dasharray: 20px;

  stroke-dashoffset: 40px;

  transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;

}

.pbmit-service-style-2:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-global-color);

}

/** Style 3 **/

.pbmit-service-style-3 {

  position: relative;

  margin-bottom: 30px;

}

.pbmit-service-style-3 .pbminfotech-post-item {

  padding-bottom: 15px;

  border-bottom: 1px solid rgba(33, 44, 64, 0.2);

}

.pbmit-service-style-3 .pbminfotech-box-content {

  position: relative;

  justify-content: space-between;

}

.pbmit-service-style-3 .pbmit-service-icon-wrapper {

  font-size: 50px;

  line-height: 50px;

}

.pbmit-service-style-3 .pbmit-service-icon-wrapper i {

  color: var(--pbmit-global-color);

}

.pbmit-service-style-3 .pbmit-service-icon-wrapper img {

  width: 80px;

  height: 80px;

  margin-right: 45px;

}

.pbmit-service-style-3 .pbminfotech-icon-box i {

  font-size: 80px;

  line-height: 80px;

  padding-right: 45px;

  color: var(--pbmit-global-color);

}

.pbmit-service-style-3 .pbmit-serv-cat a {

  font-size: 12px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  font-weight: 500;

  text-transform: uppercase;

  position: relative;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-service-style-3 .pbminfotech-content-wrapper {

  padding-right: 10px;

}

.pbmit-service-style-3 .pbmit-serv-cat a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-service-style-3 .pbmit-service-title {

  font-size: 26px;

  line-height: 32px;

  font-weight: 600;

  margin-bottom: 20px;

}

.pbmit-service-style-3 .pbmit-svg-btn a {

  padding: 0;

  background-color: transparent;

}

.pbmit-service-style-3 .pbmit-svg-btn a svg {

  height: 20px !important;

  width: 20px !important;

}

.pbmit-service-style-3 .pbmit-featured-wrapper {

  opacity: 0;

  visibility: hidden;

  transition: all 500ms ease;

  position: absolute;

  transform: scale(0);

  top: -100px;

  right: 5%;

  z-index: 10;

}

.pbmit-service-style-3 .pbmit-featured-wrapper img {

  transform: rotate(5deg);

}

.pbmit-service-style-3:hover .pbmit-featured-wrapper {

  opacity: 1;

  visibility: visible;

  transform: scale(1);

}

.pbmit-service-style-3:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-global-color);

}

/** Style 4 **/

.pbmit-service-style-4 {

  position: relative;

}

.pbmit-service-style-4 .pbminfotech-box-content {

  position: absolute;

  top: auto;

  left: 0;

  bottom: 0;

  padding: 40px;

  text-align: left;

  display: flex;

  align-items: center;

  width: 100%;

  justify-content: space-between;

  transition: .5s;

}

.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-content {

  padding-left: 90px;

  transition: .5s;

}

.pbmit-service-style-4 .pbmit-content-inner {

  display: flex;

  align-items: center;

}

.pbmit-service-style-4 .pbmit-serv-cat a {

  position: relative;

  padding-left: 15px;

  color: var(--pbmit-light-color);

}

.pbmit-service-style-4 .pbmit-serv-cat a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-light-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-service-style-4 .pbmit-service-title {

  font-size: 26px;

  line-height: 32px;

  transition: .5s;

  margin: 0;

  z-index: 1;

  width: 450px;

  color: var(--pbmit-white-color);

}

.pbmit-service-style-4 .pbmit-service-title a {

  color: var(--pbmit-white-color);

}

.pbmit-service-style-4 .pbmit-cat-wrap {

  opacity: 0;

  transition: .5s;

}

.pbmit-service-style-4.pbmit-active .pbmit-svg-btn, .pbmit-service-style-4.pbmit-active .pbmit-cat-wrap {

  opacity: 1;

}

.pbmit-service-style-4 .pbmit-service-img-wrapper {

  height: 100%;

  width: 100%;

  background-repeat: no-repeat;

  transition: 0.5s;

  z-index: 0;

  position: absolute;

  background-position: center center;

  background-size: auto;

  object-fit: cover;

}

.pbmit-service-style-4 .pbmit-service-img-wrapper::after {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: -moz-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: -webkit-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: linear-gradient(to top, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

}

.pbmit-element-service-style-4 .pbmit-service-style-4 {

  flex: 1;

  height: 100%;

  transition: 0.7s;

  position: relative;

  overflow: hidden;

  padding: 0;

  height: 700px;

}

.pbmit-element-service-style-4 .pbmit-service-style-4.pbmit-active {

  flex: 6;

}

.pbmit-service-style-4 .pbminfotech-box-number {

  font-size: 80px;

  line-height: 80px;

  display: inline-block;

  position: relative;

  padding-right: 20px;

  z-index: 0;

  font-weight: 700;

  color: var(--pbmit-white-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-service-style-4:not(.pbmit-active) .pbminfotech-box-number {

  transform: rotate(-90deg);

  transition: 0.5s;

}

.pbmit-service-style-4.pbmit-active .pbminfotech-box-number {

  transition: 0s;

}

.pbmit-service-style-4 .pbmit-svg-btn a {

  padding: 0;

  background-color: transparent;

}

.pbmit-service-style-4 .pbmit-svg-btn {

  opacity: 0;

  transition: 0.9s;

}

.pbmit-service-style-4 .pbmit-svg-btn a svg {

  height: 30px !important;

  width: 30px !important;

}

.pbmit-service-style-4 .pbmit-svg-btn a svg line {

  stroke: var(--pbmit-white-color);

}

.pbmit-service-style-4:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

}

.pbmit-service-style-4 .pbmit-svg-btn i {

  font-size: 30px;

  line-height: 80px;

  color: var(--pbmit-white-color);

}

.pbmit-service-style-4 .pbmit-featured-wrapper {

  display: none;

}

.pbmit-service-style-4 .pbmit-link {

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

  z-index: 1;

}

/** Style 5 **/

.pbmit-service-style-5 .pbminfotech-post-item {

  position: relative;

}

.pbmit-service-style-5 .pbmit-content-inner, .pbmit-service-style-5 .pbminfotech-box-content {

  position: relative;

  display: inline-flex;

  align-items: center;

}

.pbmit-service-style-5 .pbminfotech-box-content {

  padding-bottom: 10px;

}

.pbmit-service-style-5 .pbmit-content-inner::after {

  content: "";

  position: absolute;

  width: 0;

  height: 1px;

  bottom: -10px;

  left: 0;

  background-color: var(--pbmit-white-color);

  -webkit-transition: all .800s ease-in-out;

  transition: all .800s ease-in-out;

}

.pbmit-service-style-5:hover .pbmit-content-inner::after {

  width: 100%;

}

.pbmit-service-style-5 .pbmit-service-icon-wrapper img {

  width: 80px;

  height: 80px;

  margin-right: 45px;

}

.pbmit-service-style-5 .pbminfotech-icon-box i {

  font-size: 80px;

  line-height: 80px;

  padding-right: 45px;

  color: var(--pbmit-global-color);

}

.pbmit-service-style-5 .pbminfotech-box-number {

  font-size: 14px;

  line-height: 14px;

  position: relative;

  font-weight: 300;

  color: rgba(255, 255, 255, 0.4);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-service-style-5 .pbminfotech-box-number::after {

  content: ".";

  position: absolute;

  bottom: 0;

  right: -3px;

}

.pbmit-service-style-5 .pbmit-service-title {

  font-size: 20px;

  line-height: 26px;

  margin: 0;

  padding-left: 10px;

  font-weight: 500;

}

.pbmit-service-style-5 .pbmit-service-title, .pbmit-service-style-5 .pbmit-service-title a {

  color: var(--pbmit-white-color);

}

.pbmit-service-style-5 .pbmit-svg-btn a {

  padding: 0;

  background-color: transparent;

}

.pbmit-service-style-5 .pbmit-svg-btn a svg {

  height: 12px !important;

  width: 12px !important;

  opacity: 0;

  visibility: hidden;

}

.pbmit-service-style-5:hover .pbmit-svg-btn a svg {

  opacity: 1;

  visibility: visible;

}

.pbmit-service-style-5:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-white-color);

}

.pbmit-service-style-5 .pbmit-hover-img {

  position: absolute;

  z-index: 1;

  opacity: 0;

  margin-top: -100px;

  margin-left: 50px;

  transform: scale(0.4);

  transform-origin: 50% 50%;

}

/*----------------------------------------*/

/*  05 - Portfolio



/*----------------------------------------*/

/** Style 1 **/

.pbmit-portfolio-style-1 {

  margin-bottom: 30px;

}

.pbmit-portfolio-style-1 .pbminfotech-post-content {

  position: relative;

  display: block;

  overflow: hidden;

}

.pbmit-portfolio-style-1 .pbmit-portfolio-title {

  font-size: 22px;

  line-height: 24px;

  margin: 0;

  margin-top: 5px;

}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper {

  position: relative;

  display: block;

  overflow: hidden;

}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper::after {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 100%;

  background: -moz-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: -webkit-linear-gradient(bottom, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

  background: linear-gradient(to top, rgba(33, 44, 64, 0.7) 0%, rgba(33, 44, 64, 0.7) 5%, rgba(33, 44, 64, 0) 59%, rgba(33, 44, 64, 0) 100%);

}

.pbmit-portfolio-style-1 .pbmit-featured-wrapper img {

  width: 100%;

  transition: all 500ms ease;

}

.pbmit-portfolio-style-1:hover .pbmit-featured-wrapper img {

  transform: scale(1.05);

}

.pbmit-portfolio-style-1 .pbminfotech-box-content {

  margin: 0;

  position: absolute;

  left: 0;

  width: 100%;

  height: auto;

  top: auto;

  bottom: 0;

  display: flex;

  justify-content: flex-end;

  flex-direction: column;

  align-items: center;

  text-align: center;

  padding: 30px 30px 50px 30px;

}

.pbmit-portfolio-style-1 .pbmit-port-cat, .pbmit-portfolio-style-1 .pbmit-portfolio-title {

  opacity: 0;

  transform: translateY(15px);

  transition: .5s ease;

}

.pbmit-portfolio-style-1:hover .pbmit-port-cat, .pbmit-portfolio-style-1:hover .pbmit-portfolio-title {

  opacity: 1;

  transform: translateY(0);

}

.pbmit-portfolio-style-1 .pbminfotech-box-content .pbmit-port-cat a {

  font-size: 12px;

  line-height: 24px;

  letter-spacing: 1px;

  font-weight: 500;

  text-transform: uppercase;

  color: rgba(255, 255, 255, 0.8);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-portfolio-style-1 .pbminfotech-box-content a {

  color: var(--pbmit-white-color);

}

.pbmit-portfolio-style-1:hover .pbmit-portfolio-title {

  transition-delay: .1s;

}

/** Style 2 **/

.pbmit-portfolio-style-2 {

  overflow: hidden;

}

.pbmit-ele-portfolio.pbmit-portfolio-style-2 {

  margin-bottom: 30px;

}

.pbmit-portfolio-style-2 .pbminfotech-box-content {

  position: absolute;

  bottom: 50px;

  left: 50px;

  padding: 25px 30px;

  opacity: 0;

  word-break: break-word;

  transform: translateX(-100%);

  background: var(--pbmit-white-color);

  transition: all .5s;

  border-radius: 15px;

}

.pbmit-portfolio-style-2:hover .pbminfotech-box-content {

  transition: all .5s;

  opacity: 1;

  transform: translateX(0);

}

.pbmit-portfolio-style-2 .pbmit-port-cat a {

  font-size: 14px;

  line-height: 24px;

  padding-left: 15px;

  letter-spacing: 1px;

  text-transform: uppercase;

  position: relative;

  font-weight: 500;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-portfolio-style-2 .pbmit-port-cat a::before {

  content: "";

  position: absolute;

  top: 50%;

  left: 0;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: rgba(33, 44, 64, 0.9);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-portfolio-style-2 .pbmit-title:hover, .pbmit-portfolio-style-2 .pbmit-port-cat a:hover {

  color: var(--pbmit-global-color);

}

.pbmit-portfolio-style-2 .pbmit-title {

  font-size: 22px;

  line-height: 28px;

  margin-bottom: 0;

  font-weight: 600;

}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper {

  position: relative;

  overflow: hidden;

}

.pbmit-portfolio-style-2 .pbmit-featured-wrapper img {

  width: 100%;

  transform: scale(1.05) rotate(.5deg);

  transform-origin: 90% 50%;

  transition: transform 1.2s cubic-bezier(.4, .01, .14, .99);

}

.pbmit-portfolio-style-2:hover .pbmit-featured-wrapper img {

  transform: scale(1.001) rotate(0);

}

.pbmit-portfolio-style-2 .pbminfotech-post-content {

  position: relative;

  overflow: hidden;

  border-radius: 30px;

}

/*----------------------------------------*/

/*  06 - Blog



/*----------------------------------------*/

.pbmit-ele-blog .pbmit-meta-line {

  font-size: 12px;

  line-height: normal;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #666;

  margin-bottom: 5px;

  margin-right: 15px;

  position: relative;

  font-weight: 500;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-ele-blog .pbmit-meta-line a {

  color: var(--pbmit-body-typography-color);

}

.pbmit-ele-blog .pbmit-meta-line > * {

  display: inline-block;

}

.pbmit-ele-blog .pbmit-meta-line > :not(:last-child) {

  padding-right: 30px;

  position: relative;

}

.pbmit-ele-blog .pbmit-meta-line > :not(:last-child)::after {

  content: "";

  position: absolute;

  top: 50%;

  right: 12px;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color) !important;

  -khtml-transform: translateX(0) translateY(-50%);

  -moz-transform: translateX(0) translateY(-50%);

  -ms-transform: translateX(0) translateY(-50%);

  -o-transform: translateX(0) translateY(-50%);

  transform: translateX(0) translateY(-50%);

}

/** Style 1 **/

.pbmit-blog-style-1 {

  position: relative;

}

.pbmit-blog-style-1 .pbmit-featured-img-wrapper {

  position: relative;

  overflow: hidden;

  margin-bottom: 40px;

}

.pbmit-blog-style-1 .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.01);

  -ms-transform: scale(1.01);

  -moz-transform: scale(1.01);

  -o-transform: scale(1.01);

  transform: scale(1.01);

  -webkit-transition: all 0.5s ease 0s;

  -ms-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.pbmit-blog-style-1:hover .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}

.pbmit-blog-style-1 .pbmit-post-title {

  font-size: 26px;

  line-height: 32px;

  margin: 15px 0 20px 0;

}

.pbmit-blog-style-1 .pbmit-svg-btn a:hover {

  background: var(--pbmit-blackish-color);

}

.pbmit-ele.pbmit-blog-style-1 {

  margin-bottom: 30px;

}

.pbmit-blog-style-1 .pbmit-svg-btn {

  display: inline-block;

}

.pbmit-blog-style-1 .pbmit-svg-btn a {

  padding: 10px 30px;

  border-radius: 50px;

  color: var(--pbmit-global-color);

  background: var(--pbmit-global-color);

  -webkit-transition: all .25s ease-in-out;

  -ms-transition: all .25s ease-in-out;

  -o-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

  display: inline-block;

  font-weight: 600;

  font-size: 12px;

  line-height: 24px;

  letter-spacing: 1px;

  text-transform: uppercase;

  font-style: normal;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-blog-style-1 .pbmit-svg-btn svg {

  height: 10px;

  margin-top: -2px;

  margin-left: 8px;

}

.pbmit-blog-style-1 .pbmit-svg-btn svg line {

  stroke: var(--pbmit-white-color);

}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-post-title a {

  color: var(--pbmit-global-color);

}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn a {

  background: var(--pbmit-white-color);

  color: var(--pbmit-global-color);

}

.pbmit-bg-color-global .pbmit-blog-style-1 .pbmit-svg-btn svg line {

  stroke: var(--pbmit-global-color);

}

.pbmit-blog-style-1 .pbmit-svg-btn:hover svg line {

  stroke-dashoffset: 0 !important;

}

/** Style 2 **/

.pbmit-blog-style-2 .post-item {

  padding: 30px 0;

  display: -ms-flexbox;

  display: flex;

  align-items: center;

  position: relative;

  border-bottom: 1px solid rgba(17, 25, 38, 0.2);

}

.pbmit-blog-style-2 .pbmit-featured-wrapper {

  position: relative;

  overflow: hidden;

  margin-right: 25px;

}

.pbmit-blog-style-2 .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.01);

  -ms-transform: scale(1.01);

  -moz-transform: scale(1.01);

  -o-transform: scale(1.01);

  transform: scale(1.01);

  -webkit-transition: all 0.5s ease 0s;

  -ms-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

  width: 160px;

}

.pbmit-blog-style-2:hover .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}

.pbmit-blog-style-2 .post-item .pbmit-content-wrapper {

  flex: 1;

  padding-right: 60px;

}

.pbmit-blog-style-2 .pbmit-meta-category a {

  font-weight: 500;

  color: #666;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-blog-style-2 .pbmit-post-title {

  font-size: 26px;

  line-height: 32px;

  margin: 0;

  font-weight: 600;

  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}

.pbmit-blog-style-2 .pbmit-svg-btn a {

  padding: 0;

  background-color: transparent;

}

.pbmit-blog-style-2 .pbmit-svg-btn a svg {

  height: 30px !important;

  width: 30px !important;

}

.pbmit-blog-style-2 .pbmit-svg-btn a svg line {

  stroke-width: 1px !important;

}

.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-post-title a, .pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-post-title a {

  color: var(--pbmit-white-color);

}

.pbmit-bg-color-global .pbmit-meta-line > *:not(:last-child)::after, .pbmit-bg-color-blackish .pbmit-meta-line > *:not(:last-child)::after {

  background-color: rgba(255, 255, 255, 0.2);

}

.pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line a, .pbmit-bg-color-global .pbmit-blog-style-2 .pbmit-meta-line, .pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line a, .pbmit-bg-color-blackish .pbmit-blog-style-2 .pbmit-meta-line {

  color: rgba(var(--pbmit-white-color-rgb), 0.6);

}

.pbmit-bg-color-global .pbmit-blog-style-2 .post-item, .pbmit-bg-color-blackish .pbmit-blog-style-2 .post-item {

  border-bottom-color: rgba(var(--pbmit-white-color-rgb), 0.06);

}

.pbmit-blog-style-2:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-global-color);

}

/** Style 3 **/

.pbmit-blog-style-3 {

  margin-bottom: 30px;

}

.pbmit-blog-style-3 .post-item {

  padding: 34px;

  position: relative;

  border: 1px solid rgba(17, 25, 38, 0.1);

}

.pbmit-blog-style-3 .pbmit-featured-wrapper {

  position: relative;

  overflow: hidden;

  margin-right: 25px;

}

.pbmit-blog-style-3 .pbmit-featured-wrapper img {

  max-width: 250px;

  -webkit-transition: all 0.5s ease 0s;

  -ms-transition: all 0.5s ease 0s;

  -o-transition: all 0.5s ease 0s;

  transition: all 0.5s ease 0s;

}

.pbmit-blog-style-3:hover .pbmit-featured-wrapper img {

  -webkit-transform: scale(1.05);

  -ms-transform: scale(1.05);

  -moz-transform: scale(1.05);

  -o-transform: scale(1.05);

  transform: scale(1.05);

}

.pbmit-blog-style-3 .pbmit-content-wrapper {

  display: grid;

}

.pbmit-blog-style-3 .pbmit-cat-arrow-wrap {

  align-self: self-start;

}

.pbmit-blog-style-3 .pbmit-meta-line > * {

  display: inline-block;

}

.pbmit-blog-style-3 .pbmit-meta-line > *:not(:last-child) {

  padding-right: 30px;

  position: relative;

}

.pbmit-blog-style-3 .pbmit-meta-line > *:not(:last-child)::after {

  content: "";

  position: absolute;

  top: 50%;

  right: 12px;

  width: 7px;

  height: 7px;

  border-radius: 50px;

  background-color: var(--pbmit-global-color);

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-blog-style-3 .pbmit-meta-line {

  font-weight: 500;

  text-transform: uppercase;

  margin-bottom: 5px;

  margin-right: 15px;

  position: relative;

  font-size: 12px;

  line-height: normal;

  text-transform: uppercase;

  letter-spacing: 1px;

  color: #666666;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-blog-style-3 .pbmit-post-title {

  font-size: 26px;

  line-height: 32px;

  margin: 0;

  overflow: hidden;

  align-self: self-end;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}

.pbmit-blog-style-3 .pbmit-svg-btn a {

  padding: 0;

  background-color: transparent;

}

.pbmit-blog-style-3 .pbmit-svg-btn a svg {

  height: 15px !important;

  width: 15px !important;

}

.pbmit-blog-style-3 .pbmit-svg-btn a svg line {

  stroke-width: 1px !important;

}

.pbmit-blog-style-3:hover .pbmit-svg-btn a svg line {

  stroke-dashoffset: 0;

}

/*----------------------------------------*/

/*  07 - Testimonial



/*----------------------------------------*/

/** Style 1 **/

.pbmit-testimonial-style-1 .pbminfotech-box-wapper, .pbmit-testimonial-style-1 .pbminfotech-conten-inner {

  display: flex;

  align-items: center;

}

.pbmit-testimonial-style-1 .pbminfotech-conten-inner {

  justify-content: space-between;

  margin-bottom: 90px;

}

.pbmit-testimonial-style-1 .pbmit-featured-wrapper img {

  width: 75px;

  height: 75px;

  margin-right: 15px;

  border-radius: 100%;

}

.pbmit-testimonial-style-1 .pbminfotech-box-title {

  font-size: 18px;

  line-height: 24px;

  margin-bottom: 0;

  font-weight: 600;

}

.pbmit-testimonial-style-1 .pbminfotech-testimonial-detail {

  font-size: 12px;

  line-height: 20px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {

  color: rgba(var(--pbmit-global-color-rgb), 0.6);

}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {

  color: var(--pbmit-global-color);

}

.pbmit-testimonial-style-1 .pbminfotech-post-item {

  padding: 50px 40px;

  background: var(--pbmit-light-color);

}

.pbmit-testimonial-style-1 blockquote {

  position: relative;

  padding: 0;

  margin: 0;

  font-size: 17px;

  line-height: 24px;

  padding-top: 60px;

  border: 0;

  color: var(--pbmit-global-color);

}

.pbmit-testimonial-style-1 blockquote::before {

  content: '\e88e';

  font-family: 'pbminfotech-base-icons';

  font-size: 35px;

  line-height: 36px;

  position: absolute;

  left: 0;

  top: 0;

}

.pbmit-testimonial-style-1 blockquote p {

  margin-bottom: 0;

  position: relative;

  z-index: 1;

}

.pbmit-testimonial-style-1 .pbminfotech-post-item {

  background-color: var(--pbmit-white-color);

}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings i {

  color: rgba(var(--pbmit-global-color-rgb), 0.15);

}

.pbmit-testimonial-style-1 .pbminfotech-box-star-ratings .pbmit-active {

  color: #dfe0e2;

}

/** Style 2 **/

.pbmit-testimonial-style-2 blockquote {

  padding: 0;

  margin: 0;

  font-size: 30px;

  line-height: 40px;

  border: 0;

  margin-bottom: 30px;

  font-weight: 500 !important;

  color: var(--pbmit-global-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {

  color: rgba(var(--pbmit-global-color-rgb), 0.6);

}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {

  color: var(--pbmit-global-color);

}

.pbmit-testimonial-style-2 .pbminfotech-box-content-inner {

  display: flex;

  align-items: center;

  margin-top: 20px;

}

.pbmit-testimonial-style-2 .pbminfotech-box-content {

  position: relative;

  padding-left: 115px;

}

.pbmit-testimonial-style-2 .pbminfotech-box-content::before {

  content: '\e88e';

  font-family: 'pbminfotech-base-icons';

  font-size: 60px;

  line-height: 70px;

  position: absolute;

  left: 0;

  top: 0;

  color: #feb302;

}

.pbmit-testimonial-style-2 .pbmit-featured-wrapper img {

  width: 80px;

  height: 80px;

  margin-right: 15px;

  border-radius: 100%;

}

.pbmit-testimonial-style-2 .pbminfotech-box-title {

  font-size: 18px;

  line-height: 24px;

  font-weight: 600;

  margin-bottom: 5px;

  color: #feb302;

}

.pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {

  font-size: 12px;

  line-height: 20px;

  letter-spacing: 1px;

  text-transform: uppercase;

}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {

  color: rgba(var(--pbmit-global-color-rgb), 0.6);

}

.pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {

  color: var(--pbmit-global-color);

}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 blockquote {

  color: var(--pbmit-white-color);

}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings i {

  color: rgba(255, 255, 255, 0.3);

}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-star-ratings .pbmit-active {

  color: rgba(255, 255, 255, 0.8);

}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-box-title {

  color: var(--pbmit-white-color);

}

.pbmit-bg-color-blackish .pbmit-testimonial-style-2 .pbminfotech-testimonial-detail {

  color: rgba(255, 255, 255, .5);

}

/*----------------------------------------*/

/*  08 - Header



/*----------------------------------------*/

.site-header .pbmit-header-overlay {

  position: absolute;

  width: 100%;

  z-index: 2;

}

.site-title {

  margin: 0;

  padding: 0;

  display: flex;

  align-items: center;

  vertical-align: middle;

  text-align: center;

  width: 100%;

  transition: none;

  line-height: inherit;

}

.site-title a {

  display: flex;

  align-items: center;

  line-height: inherit;

}

.site-header-menu-wrapper .site-header-menu {

  height: 80px !important;

  display: grid;

  align-items: center;

}

.site-branding.pbmit-logo-area, .pbmit-header-search-btn, .pbmit-button-box {

  margin: -18px 0 0;

}

.site-header .pbmit-header-button a {

  font-weight: 600;

  font-size: 12px;

  line-height: 24px;

  letter-spacing: 1px;

  text-transform: uppercase;

  font-style: normal;

  display: inline-block;

  padding: 10px 30px;

  border-radius: 50px;

  color: var(--pbmit-white-color);

  background: var(--pbmit-global-color);

  -webkit-transition: all .25s ease-in-out;

  -ms-transition: all .25s ease-in-out;

  -o-transition: all .25s ease-in-out;

  transition: all .25s ease-in-out;

  font-family: var(--pbmit-btn-typography-font-family);

}

.site-header .pbmit-svg-btn a svg line {

  stroke: var(--pbmit-white-color);

}

/** Header Style 1 **/

.pbmit-header-info-inner .pbmit-header-box span {

  display: block;

}

.pbmit-header-info-inner .pbmit-header-box-content {

  font-weight: normal;

  font-size: 15px;

  line-height: 25px;

  letter-spacing: 0px;

  color: var(--pbmit-white-color);

}

.pbmit-header-search-btn {

  padding: 0 20px;

  position: relative;

}

.pbmit-header-search-btn a {

  font-size: 27px;

  font-weight: 100;

  color: rgba(255, 255, 255, 1);

}

/** Header Style 2 **/

.header-style-2 .pbmit-header-content {

  position: relative;

}

.header-style-2 .site-header-menu {

  border-bottom: 1px solid rgba(255, 255, 255, .2);

}

/** Header Style 3 **/

.header-style-3 .pbmit-logo-menuarea {

  padding: 0 35px;

  border-right: 1px solid rgba(33, 44, 64, .1);

}

.header-style-3 .pbmit-pre-header-wrapper {

  height: 55px;

  line-height: 55px;

}

.header-style-3 .pbmit-contact-info {

  font-size: 15px;

}

.header-style-3 .pbmit-contact-info li {

  display: inline-block;

  vertical-align: top;

  float: left;

  color: #666;

}

.header-style-3 .pbmit-contact-info li:first-child {

  padding-left: 0;

}

.header-style-3 .pbmit-contact-info li:not(:last-child) {

  padding: 0 20px 0 0;

}

.header-style-3 .pbmit-contact-info li i {

  font-size: 20px;

  margin-right: 6px;

  position: relative;

  top: 2px;

  font-weight: 800;

  color: var(--pbmit-global-color);

  -webkit-transition: all .3s;

  -o-transition: all .3s;

  transition: all .3s;

}

.header-style-3 .pbmit-pre-header-right {

  display: flex;

  align-items: center;

}

.header-style-3 .pbmit-pre-header-right ul li {

  float: left;

}

.header-style-3 .pbmit-header-search-btn a {

  color: rgba(17, 25, 38, 1);

}

.header-style-3 .pbmit-header-search-btn a:hover {

  color: var(--pbmit-global-color);

}

.header-style-3 .pbmit-button-box .pbmit-btn {

  padding: 10px 30px;

}

.header-style-3 .pbmit-button-box .pbmit-btn .pbmit-svg-arrow {

  margin-left: 5px;

  margin-top: -2px;

}

/** Header Style 5 **/

.header-style-5 .site-title {

  height: 80px;

}

.header-style-5 .pbmit-header-info-inner .pbmit-header-box-content {

  color: var(--pbmit-blackish-color);

}

.header-style-5 .pbmit-header-info .pbmit-social-links li {

  float: left;

}

.header-style-5 .pbmit-header-search-btn a {

  color: rgba(17, 25, 38, 1);

}

/*----------------------------------------*/

/*  09 - Footer



/*----------------------------------------*/

.footer.site-footer {

  position: relative;

  padding: 100px 0 40px 0;

  font-size: 16px;

  color: var(--pbmit-white-color);

  background-color: #050a2c;

}

.pbmit-footer-logo img {

  max-width: 250px;

}

.foot-para {

  margin-top: 40px;

  text-align: justify;

}

.pbmit-footer-big-area-wrapper h3 {

  font-size: 26px;

  line-height: 30px;

  margin: 0;

  color: var(--pbmit-white-color);

}

.pbmit-footer-newsletter {

  position: relative;

  padding-left: 80px;

}

.pbmit-footer-newsletter input {

  display: block;

  width: 100%;

  height: 50px;

  font-size: 14px;

  font-weight: 400;

  line-height: normal;

  padding: 0;

  border: none;

  background-color: transparent;

  border-bottom: 1px solid var(--pbmit-white-color);

  border-radius: 0;

  transition: all 500ms ease;

}

.pbmit-footer-newsletter input::placeholder {

  opacity: .7;

  color: var(--pbmit-white-color);

}

.pbmit-footer-newsletter button {

  position: absolute;

  top: 50%;

  right: 0;

  text-align: center;

  width: 20px;

  height: 50px;

  line-height: 50px;

  background: transparent;

  padding: 0;

  border: none;

  border-radius: 0;

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-footer-newsletter button svg {

  margin: 0;

  height: 15px;

  width: 15px;

}

.pbmit-footer-newsletter button svg line {

  stroke: var(--pbmit-white-color);

}

.pbmit-footer-newsletter button:hover svg line {

  stroke-dashoffset: 0;

  stroke: rgba(255, 255, 255, .7);

}

.pbmit-footer-widget-area {

  border-top: 1px solid rgba(255, 255, 255, .1);

  padding: 15px 0px 15px 0px;

  margin: 15px 0 0;

}

.pbmit-footer-widget-area .widget {

  padding-top: 0px;

  position: relative;

}

.pbmit-footer-widget-area .widget-title {

  font-family: var(--pbmit-heading-typography-font-family);

  font-weight: 600;

  font-size: 18px;

  line-height: 28px;

  letter-spacing: 0px;

  color: #fff;

  text-transform: capitalize;

  margin-bottom: 8px;

}

.pbmit-footer-widget-col-2 .pbmit-contact-widget-lines {

  display: flex;

  flex-direction: column-reverse;

}

.pbmit-contact-widget-phone a {

  font-size: 22px;

  line-height: 42px;

  font-weight: 700;

  margin: 15px 0;

  color: #feb302

}

.pbmit-contact-widget-email a {

  display: inline-block;

  color: #feb302

}

.pbmit-contact-widget-phone a:hover, .pbmit-contact-widget-email a:hover {

  color: #fff !important;

}

.pbmit-footer-widget-col-3 .pbmit-social-links li {

  float: left;

  margin: 0 20px 8px 0;

}

.pbmit-footer-widget-col-3 .pbmit-social-links li a {

  font-size: 15px;

  display: inline-block;

  border-radius: 0;

  text-align: center;

  color: var(--pbmit-white-color);

}

.pbmit-footer-copyright-text-area a, .pbmit-footer-menu-area li a, .pbmit-footer-widget-col-3 .pbmit-social-links li a:hover {

  color: rgb(255 255 255);

}

.pbmit-footer-text-area {

  padding: 5px 0 0;

  margin-top: 5px;

  border-top: 1px solid rgba(255, 255, 255, .1);

  color: rgba(255, 255, 255, .6);

}

.pbmit-footer-text-area .pbmit-footer-text-inner {

  font-size: 14px;

}

.pbmit-footer-copyright-text-area a:hover {

  color: var(--pbmit-white-color);

}

.pbmit-footer-menu-area {

  text-align: right;

}

.pbmit-footer-menu-area li {

  display: inline-block;

}

.pbmit-footer-menu-area li a {

  position: relative;

  padding: 0 12px 0 0;

  margin: 0 12px 0 0;

  font-size: 14px;

  line-height: 14px;

  text-transform: capitalize;

}

.pbmit-footer-menu-area li a:hover {

  color: var(--pbmit-white-color);

}

.pbmit-footer-menu-area li:not(:last-child) a:after {

  content: "";

  position: absolute;

  width: 2px;

  height: 11px;

  background-color: rgba(255, 255, 255, .1);

  top: 50%;

  right: 0;

  -webkit-transform: translateX(0) translateY(-50%);

  -ms-transform: translateX(0) translateY(-50%);

  transform: translateX(0) translateY(-50%);

}

.pbmit-footer-menu-area li:last-child a {

  padding-right: 0;

  margin-right: 0;

}

/*----------------------------------------*/

/*  10 - Title Bar



/*----------------------------------------*/

.pbmit-title-bar-wrapper {

  background-image: url(../images/images-titlebar-bg.jpg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

  background-attachment: scroll;

  position: relative;

  z-index: 1;

}

.pbmit-title-bar-wrapper:before {

  content: "";

  display: block;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: none !important;

}

.pbmit-title-bar-wrapper:after {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  opacity: .8;

  width: 100%;

  height: 100%;

  background: -moz-linear-gradient(right, rgba(33, 44, 64, .77) 0%, rgba(33, 44, 64, .77) 63%, rgba(33, 44, 64, 0) 100%);

  background: -webkit-linear-gradient(right, rgba(33, 44, 64, .77) 0%, rgba(33, 44, 64, .77) 63%, rgba(33, 44, 64, 0) 100%);

  background: linear-gradient(to right, rgba(33, 44, 64, .77) 0%, rgba(33, 44, 64, .77) 63%, rgba(33, 44, 64, 0) 100%);

}

.pbmit-title-bar-wrapper, .pbmit-title-bar-content {

  min-height: 595px;

}

.pbmit-title-bar-content {

  position: relative;

  z-index: 1;

  display: flex;

  align-items: center;

  padding: 64px 0;

  padding-top: 190px;

}

.pbmit-tbar-title {

  font-weight: 500;

  font-size: 60px;

  line-height: 70px;

  letter-spacing: 0px;

  text-transform: none;

  font-style: normal;

  margin-bottom: 10px;

  color: var(--pbmit-white-color);

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {

  display: block;

}

.pbmit-title-bar-wrapper .pbmit-breadcrumb {

  margin-top: 5px;

}

.pbmit-title-bar-wrapper .pbmit-breadcrumb, .pbmit-title-bar-wrapper .pbmit-breadcrumb a {

  font-weight: normal;

  font-size: 15px;

  line-height: 25px;

  letter-spacing: 0px;

  color: var(--pbmit-white-color);

  text-transform: none;

  font-style: normal;

  font-family: var(--pbmit-body-typography-font-family);

}

.pbmit-breadcrumb-inner .sep {

  margin: 0;

}

.pbmit-breadcrumb-inner i {

  font-size: 14px;

  line-height: 14px;

  top: 0;

  margin: 0 0;

  display: inline-block;

  position: relative;

  color: var(--pbmit-white-color);

}

.pbmit-breadcrumb-inner i:before {

  margin: 0;

}

/*----------------------------------------*/

/*  11 - Overlap Colomn



/*----------------------------------------*/

.overlap-colomn {

  position: relative;

}

.overlap-wrapper {

  position: absolute;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  z-index: 9;

}

.overlap-img, .overlap-bg {

  position: absolute;

  width: 100%;

  height: 100%;

}

.overlap-left {

  margin-left: -500px;

}

.overlap-right {

  margin-right: -500px;

  width: auto;

  left: 0;

  right: 0;

}

.overflow-hidden {

  overflow: hidden;

}

.content-element-text {

  position: relative;

  z-index: 99;

  padding-top: 60px;

  padding-bottom: 40px;

  padding-right: 30px;

}



/*----------------------------------------*/

/*  13 - Circle Progress



/*----------------------------------------*/

.db-circle-overlay {

  position: absolute;

  top: 50%;

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

  left: 0;

  width: 100%;

  text-align: center

}

.db-fidbox-style-2 .db-circle-w {

  position: relative;

  text-align: center

}

.db-fidbox-style-2 .db-fid-title {

  text-align: center;

  color: #fff;

  font-size: 14px;

  font-weight: 600;

  margin-top: 0

}

.db-fidbox-style-2 .db-circle-number sub, .db-fidbox-style-2 .db-circle-number {

  font-size: 20px;

  color: #fff;

  font-weight: bold

}

.db-fidbox-style-2 .db-circle-number sub {

  bottom: 0

}

.db-fidbox-style-1 .db-fid-title {

  font-size: 18px;

  line-height: 20px;

  margin-top: 0

}

.db-fidbox-style-1 .db-fid-title-w, .db-fidbox-style-1 .db-circle-w {

  display: inline-block

}

.db-fidbox-style-1 .db-fid-title-w {

  width: 43%;

  margin-left: 12px

}

.db-fidbox-style-1 .db-circle-w {

  width: 122px;

  position: relative;

  vertical-align: top

}

.db-fidbox-style-1 .db-circle-number sub, .db-fidbox-style-1 .db-circle-number {

  font-size: 20px;

  font-weight: bold

}

.db-fidbox-style-1 .db-circle-number sub {

  bottom: 0

}

.db-fidbox-style-1 .db-fid-title-w {

  position: absolute;

  top: 50%;

  -khtml-transform: translateX(0%) translateY(-50%);

  -moz-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  -o-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%)

}

.db-fidbox-style-1 .db-fid-title-w h3 {

  margin-bottom: 0

}

.db-circle canvas {

  image-rendering: optimizeSpeed;

  image-rendering: -moz-crisp-edges;

  image-rendering: -webkit-optimize-contrast;

  image-rendering: -o-crisp-edges;

  image-rendering: pixelated;

  -ms-interpolation-mode: nearest-neighbor;

}

.db-circle canvas {

  max-width: 100%;

  height: auto !important

}

.db-overlap-row {

  position: relative;

  z-index: 1

}

.db-overlap-row-section {

  position: relative;

  z-index: 2

}

/*----------------------------------------*/

/*  14 - List Group



/*----------------------------------------*/

.list-group-borderless .list-group-item {

  display: flex;

  font-size: inherit;

  align-items: center;

  margin: 0;

  padding: 0;

  position: relative;

  border: none;

  background: transparent;

}

.list-group-borderless .list-group-item:not(:last-child) {

  padding-bottom: calc(15px/2);

}

.list-group-borderless .list-group-item:not(:first-child) {

  margin-top: calc(15px/2);

}

.list-group .pbmit-icon-list-icon {

  display: flex;

  position: relative;

  line-height: normal;

  margin-top: 0px;

  padding-right: 0px;

}

.list-group .pbmit-icon-list-icon i {

  font-size: 17px;

  position: relative;

  width: 1.25em;

  line-height: 0px;

  top: 0;

  color: var(--pbmit-global-color);

  font-weight: 900;

  transform: rotate(16deg);

}

.list-group .pbmit-icon-list-text {

  font-size: 18px;

  font-weight: 400;

  padding-left: 10px;

  margin-bottom: 0;

  line-height: 28px;

  color: var(--pbmit-body-typography-color);

}

/*----------------------------------------*/

/*  15 - Revolution



/*----------------------------------------*/

/** Slider 01 **/

#rev_slider_1_1_wrapper .zeus.tparrows {

  cursor: pointer;

  min-width: 70px;

  min-height: 70px;

  position: absolute;

  display: block;

  z-index: 1000;

  border-radius: 50%;

  overflow: hidden;

  background: rgba(0, 0, 0, 0.1)

}

#rev_slider_1_1_wrapper .zeus.tparrows:before {

  font-family: 'pbminfotech-base-icons';

  font-size: 31px;

  color: #ffffff;

  display: block;

  line-height: 70px;

  text-align: center;

  z-index: 2;

  position: relative

}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-leftarrow:before {

  content: '\e81e'

}

#rev_slider_1_1_wrapper .zeus.tparrows.tp-rightarrow:before {

  content: '\e814'

}

#rev_slider_1_1_wrapper .zeus .tp-title-wrap {

  background: rgba(0, 0, 0, 0.5);

  width: 100%;

  height: 100%;

  top: 0px;

  left: 0px;

  position: absolute;

  opacity: 0;

  transform: scale(0);

  -webkit-transform: scale(0);

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border-radius: 50%

}

#rev_slider_1_1_wrapper .zeus .tp-arr-imgholder {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0px;

  left: 0px;

  background-position: center center;

  background-size: cover;

  border-radius: 50%;

  transform: translatex(-100%);

  -webkit-transform: translatex(-100%);

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s

}

#rev_slider_1_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {

  transform: translatex(100%);

  -webkit-transform: translatex(100%)

}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {

  transform: translatex(0);

  -webkit-transform: translatex(0);

  opacity: 1

}

#rev_slider_1_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {

  transform: scale(1);

  -webkit-transform: scale(1);

  opacity: 1

}

.pbmit-svg-arrow {

  height: 10px;

  margin-left: 8px;

}

.pbmit-svg-arrow line {

  fill: none;

  stroke: var(--pbmit-global-color);

  stroke-width: 2;

  stroke-miterlimit: 10;

}

.pbmit-svg-arrow line:nth-child(1) {

  stroke-dasharray: 25px;

  stroke-dashoffset: 50px;

  transition: stroke-dashoffset .5s cubic-bezier(.61, 1, .88, 1);

}

.pbmit-svg-arrow line:nth-child(2), .pbmit-svg-arrow line:nth-child(3) {

  stroke-dasharray: 20px;

  stroke-dashoffset: 40px;

  transition: stroke-dashoffset .6s cubic-bezier(.61, 1, .88, 1) .3s;

}

.rev-btn:hover svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-white-color);

}

/** Slider 02 **/

.pbmit-slide-title svg {

  height: 10px;

  margin-top: -2px;

  margin-left: 5px

}

.pbmit-slide-title svg {

  width: 120px;

  height: 80px;

  position: relative;

  top: -11px

}

.pbmit-slide-title svg {

  fill: none;

  stroke: var(--pbmit-global-color);

  stroke-width: 2;

  stroke-miterlimit: 10

}

.pbmit-slide-title svg line:nth-child(1) {

  stroke-dasharray: 25px;

  stroke-dashoffset: 50px;

  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1)

}

.pbmit-slide-title svg line:nth-child(2), .pbmit-slide-title svg line:nth-child(3) {

  stroke-dasharray: 20px;

  stroke-dashoffset: 40px;

  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s

}

.pbmit-slide-title:hover svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-white-color)

}

.pbmit-slide-title svg line {

  stroke: var(--pbmit-white-color)

}

.pbmit-rev-button-global.rev-btn svg line {

  stroke: var(--pbmit-white-color);

}

.pbmit-rev-button-global.rev-btn:hover svg line {

  stroke: var(--pbmit-global-color);

}

#rev_slider_2_1_wrapper .uranus .tp-bullet {

  border-radius: 50%;

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);

  -webkit-transition: box-shadow 0.3s ease;

  transition: box-shadow 0.3s ease;

  background: transparent;

  width: 15px;

  height: 15px

}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected, #rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover {

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);

  border: none;

  border-radius: 50%;

  background: transparent

}

#rev_slider_2_1_wrapper .uranus .tp-bullet-inner {

  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;

  transition: background-color 0.3s ease, transform 0.3s ease;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  outline: none;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0);

  background-color: rgba(255, 255, 255, 0.3);

  text-indent: -999em;

  cursor: pointer;

  position: absolute

}

#rev_slider_2_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_2_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {

  transform: scale(0.4);

  -webkit-transform: scale(0.4);

  background-color: rgba(255, 255, 255, 1)

}

/** Slider 03 **/

#rev_slider_3_1_wrapper .uranus .tp-bullet {

  border-radius: 50%;

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);

  -webkit-transition: box-shadow 0.3s ease;

  transition: box-shadow 0.3s ease;

  background: transparent;

  width: 15px;

  height: 15px

}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected, #rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover {

  box-shadow: 0 0 0 2px rgba(255, 255, 255, 1);

  border: none;

  border-radius: 50%;

  background: transparent

}

#rev_slider_3_1_wrapper .uranus .tp-bullet-inner {

  -webkit-transition: background-color 0.3s ease, -webkit-transform 0.3s ease;

  transition: background-color 0.3s ease, transform 0.3s ease;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  outline: none;

  border-radius: 50%;

  background-color: rgba(255, 255, 255, 0);

  background-color: rgba(255, 255, 255, 0.3);

  text-indent: -999em;

  cursor: pointer;

  position: absolute

}

#rev_slider_3_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner, #rev_slider_3_1_wrapper .uranus .tp-bullet.rs-touchhover .tp-bullet-inner {

  transform: scale(0.4);

  -webkit-transform: scale(0.4);

  background-color: rgba(255, 255, 255, 1)

}

#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline svg line {

  stroke: var(--pbmit-white-color);

}

#rev_slider_3_1_wrapper .rev-btn.pbmit-rev-outline:hover svg line {

  stroke: var(--pbmit-blackish-color);

}

/** Slider 04 **/

#rev_slider_4_1_wrapper .zeus.tparrows {

  cursor: pointer;

  min-width: 70px;

  min-height: 70px;

  position: absolute;

  display: block;

  z-index: 1000;

  border-radius: 50%;

  overflow: hidden;

  background: rgba(0, 0, 0, 0.1)

}

#rev_slider_4_1_wrapper .zeus.tparrows:before {

  font-family: 'pbminfotech-base-icons';

  font-size: 30px;

  color: #ffffff;

  display: block;

  line-height: 70px;

  text-align: center;

  z-index: 2;

  position: relative

}

#rev_slider_4_1_wrapper .zeus.tparrows.tp-leftarrow:before, #rev_slider_5_1_wrapper .persephone.tparrows.tp-leftarrow:before {

  content: '\e81e'

}

#rev_slider_4_1_wrapper .zeus.tparrows.tp-rightarrow:before, #rev_slider_5_1_wrapper .persephone.tparrows.tp-rightarrow:before {

  content: '\e814'

}

#rev_slider_4_1_wrapper .zeus .tp-title-wrap {

  background: rgba(0, 0, 0, 0.5);

  width: 100%;

  height: 100%;

  top: 0px;

  left: 0px;

  position: absolute;

  opacity: 0;

  transform: scale(0);

  -webkit-transform: scale(0);

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s;

  border-radius: 50%

}

#rev_slider_4_1_wrapper .zeus .tp-arr-imgholder {

  width: 100%;

  height: 100%;

  position: absolute;

  top: 0px;

  left: 0px;

  background-position: center center;

  background-size: cover;

  border-radius: 50%;

  transform: translatex(-100%);

  -webkit-transform: translatex(-100%);

  transition: all 0.3s;

  -webkit-transition: all 0.3s;

  -moz-transition: all 0.3s

}

#rev_slider_4_1_wrapper .zeus.tp-rightarrow .tp-arr-imgholder {

  transform: translatex(100%);

  -webkit-transform: translatex(100%)

}

#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-arr-imgholder {

  transform: translatex(0);

  -webkit-transform: translatex(0);

  opacity: 1

}

#rev_slider_4_1_wrapper .zeus.tparrows.rs-touchhover .tp-title-wrap {

  transform: scale(1);

  -webkit-transform: scale(1);

  opacity: 1

}

/** Style 5 **/

.pbmit-slide-title svg {

  height: 10px;

  margin-top: -2px;

  margin-left: 5px

}

.pbmit-slide-title svg {

  width: 60px;

  height: 60px;

  margin: 0

}

.pbmit-slide-title svg {

  fill: none;

  stroke: var(--pbmit-global-color);

  stroke-width: 1;

  stroke-miterlimit: 10

}

.pbmit-slide-title svg line:nth-child(1) {

  stroke-dasharray: 25px;

  stroke-dashoffset: 50px;

  transition: stroke-dashoffset 0.5s cubic-bezier(0.61, 1, 0.88, 1)

}

.pbmit-slide-title svg line:nth-child(2), .pbmit-slide-title svg line:nth-child(3) {

  stroke-dasharray: 20px;

  stroke-dashoffset: 40px;

  transition: stroke-dashoffset 0.6s cubic-bezier(0.61, 1, 0.88, 1) 0.3s

}

.pbmit-slide-title:hover svg line {

  stroke-dashoffset: 0;

  stroke: var(--pbmit-white-color)

}

#rev_slider_5_1_wrapper .pbmit-slide-title svg line {

  stroke: var(--pbmit-white-color);

  stroke-width: 1px;

}

#rev_slider_5_1_wrapper .persephone.tparrows {

  cursor: pointer;

  background: transparent;

  width: 60px;

  height: 60px;

  position: absolute;

  display: block;

  z-index: 1000;

  border: 1px solid #ffffff

}

#rev_slider_5_1_wrapper .persephone.tparrows.rs-touchhover {

  background: transparent

}

#rev_slider_5_1_wrapper .persephone.tparrows:before {

  font-family: 'pbminfotech-base-icons';

  font-size: 30px;

  color: #ffffff;

  display: block;

  line-height: 60px;

  text-align: center

}

/*----------------------------------------*/

/*  16 - Marquee



/*----------------------------------------*/

/** Style 1 **/

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after, .pbmit-marquee-effect-style-1 .pbmit-element-title {

  -webkit-text-size-adjust: 0%;

  -webkit-text-fill-color: transparent;

  -moz-text-stroke-color: rgba(33, 44, 64, .5);

  -webkit-text-stroke-color: #080f43;

  -webkit-text-stroke-width: 2px;

}

.pbmit-marquee-effect-style-1 .pbmit-element-title {

  font-size: 80px;

  line-height: 80px;

  text-transform: uppercase;

  font-weight: 800;

  margin-bottom: 0;

  font-family: Open Sans, sans-serif;

}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper {

  position: relative;

  margin-left: 50px !important;

  margin-right: 50px !important;

  display: flex;

  align-items: center;

}

.pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {

  content: "\e88f";

  font-family: 'pbminfotech-base-icons';

  position: absolute;

  top: 40%;

  left: -70px;

  display: inline-block;

  font-size: 35px;

  line-height: 35px;

  -webkit-transform: translateX(0%) translateY(-50%);

  -ms-transform: translateX(0%) translateY(-50%);

  transform: translateX(0%) translateY(-50%);

}

.pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-element-title, .pbmit-bg-color-global .pbmit-marquee-effect-style-1 .pbmit-tag-wrapper::after {

  -webkit-text-stroke-color: rgb(254 179 2);

}

/*----------------------------------------*/

/*  17 - Client



/*----------------------------------------*/

.pbmit-hide {

  display: none;

}

.pbmit-client-style-1 {

  overflow: hidden;

  padding: 25px;

  position: relative;

  background: #ffffff;

  border: 1px solid #d5d5d5;

  transition: all 0.5s ease-in-out;

  display: flex;

  flex-direction: column;

  justify-content: space-between;

  align-items: center;

  gap: 25px;

  border-radius: 12px;

  height: 175px;

}

.pbmit-client-style-1.active, .pbmit-client-style-1:hover {

  background: rgb(55 106 152);

  border-color: #376a98;

  /* background-color: #080f43; */

  /* border-color: #080f43; */

  box-shadow: 0px 35px 40px 10px rgba(#222, 0.25);

}

.pbmit-client-style-1 .pbmit-client-content {

  text-align: center;

  transition: all 0.5s ease-in-out;

}

.pbmit-client-style-1 .pbmit-client-content h4 {

  font-size: 14px;

  line-height: 20px;

  color: #080f43;

}

.pbmit-client-style-1:hover .pbmit-client-content h4, .pbmit-client-style-1.active .pbmit-client-content h4 {

  color: #fff;

}

.ind--icon {

  text-align: center;

  position: relative;

}

.ind--icon img {

  transition: all 0.5s ease-in-out;

}

.ind--icon .hover-icon {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  margin: auto;

  opacity: 0;

  visibility: hidden;

  transform: scale(0);

}

.pbmit-client-style-1:hover .ind--icon .default-icon, .pbmit-client-style-1.active .ind--icon .default-icon {

  opacity: 0;

  visibility: hidden;

}

.pbmit-client-style-1:hover .ind--icon .hover-icon, .pbmit-client-style-1.active .ind--icon .hover-icon {

  position: absolute;

  left: 0;

  right: 0;

  top: 0;

  margin: auto;

  opacity: 1;

  visibility: visible;

  transform: scale(1);

}

/*----------------------------------------*/

/* 18 - Pricing Table



/*----------------------------------------*/

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-box {

  position: relative;

  overflow: hidden;

  padding: 65px;

  z-index: 1;

  text-align: center;

  background-color: var(--pbmit-light-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-pricing-table-box {

  background: var(--pbmit-white-color);

  border: 1px solid rgba(33, 44, 64, 0.2);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w {

  font-size: 15px;

  line-height: 25px;

  padding: 0px 12px 0 15px;

  position: absolute;

  top: 18px;

  right: 0;

  background-color: #e6b906;

  color: var(--pbmit-blackish-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptablebox-featured-w::before {

  content: "";

  position: absolute;

  left: 0px;

  bottom: 0;

  width: 0;

  height: 0;

  border-left: 4px solid var(--pbmit-white-color);

  border-top: 12px solid transparent;

  border-bottom: 12px solid transparent;

}

.pbminfotech-ele-ptable-style-1 .pbmit-icon-type-icon {

  font-size: 100px;

  line-height: 100px;

  color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-image img {

  margin-bottom: 30px;

  width: 150px;

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-icon-type-text {

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  font-size: 24px;

  margin-bottom: 20px;

  display: inline-block;

  color: var(--pbmit-white-color);

  background-color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-pricing-table-featured-col .pbmit-icon-type-icon {

  color: rgba(var(--pbmit-global-color-rgb), 0.2);

}

.pbminfotech-ele-ptable-style-1 .pbmit-head-wrap {

  padding-bottom: 40px;

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-heading {

  font-size: 26px;

  line-height: 32px;

  margin-bottom: 15px;

  color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {

  font-size: 80px;

  line-height: 80px;

  color: var(--pbmit-global-color);

  padding: 0 1px;

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price-w {

  position: relative;

  display: inline-flex;

  margin: 0 auto;

  text-align: center;

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol {

  font-size: 45px;

  line-height: 50px;

  color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-frequency {

  margin-left: 2px;

  align-self: center;

  font-size: 16px;

  line-height: 16px;

  position: relative;

  bottom: -16px;

  letter-spacing: -0.6px;

  font-weight: 500;

  font-family: var(--pbmit-heading-typography-font-family);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn {

  display: inline-flex;

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a {

  padding: 12px 28px;

  background-color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-btn a:hover {

  background-color: var(--pbmit-blackish-color);

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-desc {

  font-size: 16px;

  line-height: 20px;

  font-style: italic;

  padding: 0 30px;

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w {

  padding: 50px 35px;

  margin-top: 30px;

  border-top: 1px solid rgba(33, 44, 64, 0.2);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line {

  font-size: 16px;

  line-height: 24px;

  font-weight: 500;

  margin-bottom: 12px;

  display: flex;

  align-items: flex-start;

  text-align: left;

  color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line:last-child {

  margin-bottom: 0;

}

.pbminfotech-ele-ptable-style-1 .pbmit-ptable-lines-w .pbmit-ptable-line i {

  padding-right: 10px;

  font-size: 15px;

  font-weight: bold;

  line-height: 20px;

  position: relative;

  top: 3px;

  transform: rotate(14deg);

  color: var(--pbmit-global-color);

}

.pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-symbol, .pbminfotech-ele-ptable-style-1 .pbminfotech-ptable-price {

  font-family: var(--pbmit-heading-typography-font-family);

  font-weight: 800;

  font-style: normal;

}

/* --------------------------------------



* 19 - Sortable



* ---------------------------------------*/

.pbmit-sortable-list-ul {

  list-style: none;

  margin: 0;

  padding: 0;

  margin-bottom: 50px;

  display: block;

  text-align: center;

}

.pbmit-sortable-list-ul li {

  display: inline-block;

}

.pbmit-sortable-list a {

  font-size: 13px;

  letter-spacing: 1px;

  padding: 12px 23px;

  font-weight: 600;

  text-transform: uppercase;

}

.pbmit-sortable-list a.pbmit-selected {

  background: var(--pbmit-blackish-color);

  color: var(--pbmit-white-color);

}

/* --------------------------------------



* 20 - Img Animation



* ---------------------------------------*/

.pbmit-animation-style4, .pbmit-animation-style3, .pbmit-animation-style2, .pbmit-animation-style1 {

  display: inline-block;

  position: relative;

  overflow: hidden;

  transition: 2s cubic-bezier(.5, .5, 0, 1);

}

.pbmit-animation-style4 img, .pbmit-animation-style3 img, .pbmit-animation-style2 img, .pbmit-animation-style3 img {

  transform-origin: 50% 50%;

  transition: 2s cubic-bezier(.5, .5, 0, 1);

}

/* --------------------------------------



* 21 - Card Box



* ---------------------------------------*/

.pbmit-element-card-box-style-1 .pbmit-content-box .pbmit-card-box-wrapper-inner {

  border: 1px solid #e5e5e5;

  background-color: var(--pbmit-white-color);

}

.pbmit-element-card-box-style-1 .pbmit-card-box {

  padding: 150px;

}

.pbmit-element-card-box-style-1 .pbmit-card-box-number h4 {

  font-size: 130px;

  line-height: 130px;

  font-weight: 800;

  margin: 0;

  padding-bottom: 60px;

  -webkit-text-size-adjust: 0%;

  -moz-text-fill-color: transparent;

  -webkit-text-fill-color: transparent;

  -moz-text-stroke-color: var(--pbmit-global-color);

  -webkit-text-stroke-color: var(--pbmit-global-color);

  -moz-text-stroke-width: 1px;

  -webkit-text-stroke-width: 1px;

  font-family: Open Sans, sans-serif;

}

.pbmit-element-card-box-style-1 .pbmit-card-box-title h4 {

  font-size: 30px;

  line-height: 36px;

  margin-bottom: 15px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  color: var(--pbmit-global-color);

}

.pbmit-element-card-box-style-1 .pbmit-card-box-desc {

  color: #666666;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

}

.pbmit-element-card-box-style-1 .pbmit-card-box-line {

  padding: 40px 0 0 20px;

}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p {

  margin-bottom: 10px;

  position: relative;

  padding-left: 35px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 1;

  -webkit-box-orient: vertical;

  color: var(--pbmit-global-color);

}

.pbmit-element-card-box-style-1 .pbmit-card-box-line-inner p::before {

  content: '\e88d';

  position: absolute;

  font-family: 'pbminfotech-base-icons';

  top: 6px;

  left: 0;

  font-size: 18px;

  line-height: 18px;

  font-weight: 600;

  color: var(--pbmit-global-color);

}

/* --------------------------------------



* 22 - Split-Slide



* ---------------------------------------*/

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-split-slide-box {

  padding: 100px 250px 150px 120px;

  position: relative;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox .pbmit-split-slide-item {

  margin: 0 0 35px 0;

  position: relative;

}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {

  font-size: 16px;

  line-height: 26px;

  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  color: rgba(255, 255, 255, 0.8);

}

.pbmit-element-split-slide-style-1 .pbmit-heading-subheading {

  margin: 0;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-contentbox, .pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img {

  padding: 150px 0 0 0;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-bg-imgbox {

  position: relative;

}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.first, .pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.last, .pbmit-element-split-slide-style-1 .pbmit-split-slide-item-image.active {

  opacity: 1;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-highlight-image {

  position: relative;

  overflow: hidden;

}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-ihbox-icon {

  margin-right: 30px;

}

.pbmit-element-split-slide-style-1 .pbmit-split-slide-title h4 {

  font-size: 36px;

  line-height: 42px;

  z-index: 1;

  margin-bottom: 35px;

  padding-bottom: 35px;

  color: var(--pbmit-white-color);

  border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.pbmit-bg-color-global .pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-desc {

  color: rgba(255, 255, 255, 0.8);

}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {

  font-size: 100px;

  line-height: 100px;

  font-weight: 800;

  margin: 0;

  padding-bottom: 140px;

  -webkit-text-size-adjust: 0%;

  -moz-text-fill-color: transparent;

  -webkit-text-fill-color: transparent;

  -moz-text-stroke-color: rgba(255, 255, 255, 0.3);

  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);

  -moz-text-stroke-width: 1px;

  -webkit-text-stroke-width: 1px;

  font-family: Open Sans, sans-serif;

}

.pbmit-bg-color-global.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-number h4 {

  -moz-text-stroke-color: rgba(255, 255, 255, 0.3);

  -webkit-text-stroke-color: rgba(255, 255, 255, 0.3);

}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-split-slide-box .pbmit-icon-type-icon {

  font-size: 85px;

  color: var(--pbmit-global-color);

}

.pbmit-element-split-slide-style-1 .pbmit-contentbox .pbmit-icon-box-wrapper {

  margin: 0 0 40px 0;

  padding: 0 0 60px 0;

  position: relative;

  border-bottom: 1px solid rgba(var(--pbmit-blackish-color-rgb), .20);

}

.pbmit-element-split-slide-style-1 .pbmit-split-video-box, .pbmit-element-split-slide-style-1 .pbmit-subheading-wraper {

  display: flex;

  justify-content: space-between;

  align-items: center;

}

.pbmit-element-split-slide-style-1 .pbmit-split-icon-title {

  margin-right: 40px;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox {

  justify-content: space-between;

  overflow: hidden;

}

.pbmit-element-split-slide-style-1 .pbmit-split-icon-title h4 {

  margin: 0;

  font-size: 18px;

  line-height: 28px;

  position: relative;

}

.pbmit-element-split-slide-style-1 .pbmit-element-split-slide-wrapper {

  margin-top: -110px;

  z-index: -1;

}

.pbmit-element-split-slide-style-1 .pbmit-bg-imgbox .pbmit-img .pbmit-img-box {

  position: relative;

}

/* --------------------------------------



* 23 - Vertical Snap



* ---------------------------------------*/

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {

  position: relative;

}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-main-snap {

  position: relative;

  overflow: hidden;

}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image::after {

  position: absolute;

  content: "";

  bottom: 0;

  left: 0;

  right: 0;

  width: 100%;

  height: 100%;

  opacity: 0.5;

  background: -moz-linear-gradient(right, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);

  background: -webkit-linear-gradient(right, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);

  background: linear-gradient(to left, rgba(33, 44, 64, 0.8) 0%, rgba(33, 44, 64, 0.8) 63%, rgba(33, 44, 64, 0) 100%);

}

.pbmit-verticle-snap-style-1 {

  height: 100vh;

  display: flex;

  align-items: center;

  justify-content: center;

}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-bg-image {

  position: absolute;

  top: 0;

  left: 0;

  width: 100vw;

  height: 100vh;

  z-index: -1;

  background-size: cover;

  background-position: bottom center;

  background-image: url(../images/bg-verticle-snap.jpg);

}

.pbmit-element-verticle-snap-style-1 .pbmit-verticle-snap-section {

  position: relative;

  z-index: 3;

}

.pbmit-verticle-snap-style-1 .pbmit-hs-wrap .container {

  padding: 0;

}

.pbmit-verticle-snap-style-1 .pbmit-hs-wrap {

  margin-left: 25%;

}

.pbmit-verticle-snap-style-1 .pbmit-verticle-content {

  display: flex;

  padding-bottom: 15px;

  margin-bottom: 40px;

  justify-content: space-between;

  border-bottom: 1px solid var(--pbmit-white-color);

}

.pbmit-verticle-snap-style-1 .pbmit-step-number, .pbmit-verticle-snap-style-1 .pbmit-verticle-title {

  font-size: 12px;

  line-height: 20px;

  letter-spacing: 1px;

  margin-bottom: 0;

  text-transform: uppercase;

  color: var(--pbmit-white-color);

}

.pbmit-verticle-snap-style-1 .pbmit-step-number {

  padding-right: 160px;

}

.pbmit-verticle-snap-style-1 .pbmit-verticle-number {

  font-size: 120px;

  line-height: 120px;

  font-weight: 700;

  margin-bottom: 0;

  letter-spacing: -2px;

  color: var(--pbmit-white-color);

}

.pbmit-bg-color-global .pbmit-heading-subheading .pbmit-subtitle, .pbmit-bg-color-blackish .pbmit-heading-subheading .pbmit-subtitle {

  border-color: 1px solid var(--pbmit-global-color);

}

.industry {

  padding: 40px 0 80px 0;

}

.industry .sec-title {

  padding-bottom: 15px;

}

.industry .owl-item img {

  max-width: 60px;

  margin: 0 auto;

}

.industry .pbmit-client-style-1 .pbmit-client-content h4 {

  font-weight: 600;

}

.industry .heading-about {

  color: #fff !important

}

.indus_card {

  width: 100%;

  margin: 0;

  padding: 0;

}

.indus_card-img {

  width: 100%;

  margin: 0;

  padding: 25px;

  text-align: center;

}

.indus_card figure {

  margin: 0;

  position: relative;

}

.indus_card video {

  width: 100%;

  max-width: 100%;

}

.hero-wrapper {

  position: fixed;

  bottom: 0;

  right: 0;

  height: auto;

  width: auto;

  min-height: 100%;

  min-width: 100%;

  z-index: -9999;

  overflow:hidden;

}

.white-bg {

  background: #fff;

}

.Process_img img {

  width: 100%;

  margin-top:0;

}

.services {

  background: #eef5ed;

}

.services p span {

  font-size: 22px;

}



.P_card

{

	padding: 20px;

	height: 370px;

	margin:15px 0;

	border-radius: 15px;

}

.img-box img

{

border-radius: 15px;	

}

.P_card p

{

	font-size: 20px;

	color: #032344;

	text-align: justify;

}

.P_card h3{

    color: #0152a6;

    font-size: 35px;

    font-weight: 600;

    line-height: 32px;

	text-align: center;

	padding-bottom: 10px;

}

.mid-bdr 

{

    border-right:1px solid #ccc;

     border-left:1px solid #ccc;

}

.miss_viss

{

    background:rgba(255,255,255,0.4);

    padding:50px 0 45px 0;

}

.P_card h4 {

    color: #043466;

    font-size: 17px;

    margin-bottom: 15px;

}

.P_card ul li

{

text-align: left;

   font-size: 18px;

    color: #032344;

	font-weight: 600;

	padding-left: 1.8rem;

	line-height:40px;

}

.bg-light

{

background: #e9e8e4 !important;	

}

	.order-1

	{

		order:1;

	}

		.order-2

	{

		order:2;

	}



.custom-btn {

  width: 150px;

  height: 45px;

  color: #fff;

	text-align: center;

  border-radius: 5px;

  padding: 10px 25px;

  font-weight: 500;

  background: transparent;

  cursor: pointer;

  transition: all 0.3s ease;

  position: relative;

  display: inline-block;

   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),

   7px 7px 20px 0px rgba(0,0,0,.1),

   4px 4px 5px 0px rgba(0,0,0,.1);

  outline: none;

	margin-top: 25px;

}

.btn-7 {

background: #0152A6;

background: linear-gradient(90deg,rgba(1, 82, 166, 1) 0%, rgba(6, 148, 33, 1) 100%);

  line-height: 45px;

  padding: 0;

  border: none;

}

.btn-7 span {

  position: relative;

  display: block;

  width: 100%;

  height: 100%;

}

.btn-7:before,

.btn-7:after {

  position: absolute;

  content: "";

  right: 0;

  bottom: 0;

background: #0152A6;

  box-shadow:

   -7px -7px 20px 0px rgba(255,255,255,.9),

   -4px -4px 5px 0px rgba(255,255,255,.9),

   7px 7px 20px 0px rgba(0,0,0,.2),

   4px 4px 5px 0px rgba(0,0,0,.3);

  transition: all 0.3s ease;

}

.btn-7:before{

   height: 0%;

   width: 2px;

}

.btn-7:after {

  width: 0%;

  height: 2px;

}

.btn-7:hover{

background: #0152A6;

  background: transparent;

}

.btn-7:hover:before {

  height: 100%;

}

.btn-7:hover:after {

  width: 100%;

}

.btn-7 span:before,

.btn-7 span:after {

  position: absolute;

  content: "";

  left: 0;

  top: 0;

  background: #0152A6;

  box-shadow:

   -7px -7px 20px 0px rgba(255,255,255,.9),

   -4px -4px 5px 0px rgba(255,255,255,.9),

   7px 7px 20px 0px rgba(0,0,0,.2),

   4px 4px 5px 0px rgba(0,0,0,.3);

  transition: all 0.3s ease;

}

.btn-7 span:before {

  width: 2px;

  height: 0%;

}

.btn-7 span:after {

  height: 2px;

  width: 0%;

}

.btn-7 span:hover:before {

  height: 100%;

}

.btn-7 span:hover:after {

  width: 100%;

}

.text-primary2

{

    font-size:22px;

}

.MV_new

{

    padding: 0 0 65px 0;

}













ul.infoGraphic {

  font-size: 0.7rem;

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  margin:0;

  padding:0;

}

ul.infoGraphic li {

  position: relative;

  width: 100%;

  max-width: 25em;

  background: #fff;

  border-radius: 0.5em;

  padding: 0.5em;

  z-index: 1;

  transition: all 0.2s;

  cursor: pointer;

    margin:0;

  padding:0;

}

ul.infoGraphic li .numberWrap {

  position: absolute;

}

ul.infoGraphic li .number {

  font-size: 13em;

  font-weight: 900;

  width: 0.9em;

  text-align: center;

}

ul.infoGraphic li .number.fontColor1 {

  color:#3498db;

}

ul.infoGraphic li .number.fontColor2 {

  color: #2ecc71;

}

ul.infoGraphic li .number.fontColor3 {

  color: #9b59b6;

}

ul.infoGraphic li .number.fontColor4 {

  color: #f1c40f;

}

ul.infoGraphic li .number.fontColor5 {

  color:#e74c3c;

}

ul.infoGraphic li .number.fontColor6 {

  color:#e67e22;

}

ul.infoGraphic li .number.fontColor7 {

  color:#0152a6;

}

ul.infoGraphic li .number.fontColor8 {

  color:#2fc468;

}





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:#fff;

  width: 18em;

  height: 6em;

  border-radius: 50% 50% 0 0;

  border-bottom: 3px solid #fff;

  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 7.5em;

  position: relative;

}

ul.infoGraphic li .content h2 {

  font-size: 1.5em;

  font-weight: 500;

  text-align: left;

  margin-bottom: 10px;

  text-transform: uppercase;

}

ul.infoGraphic li .content p {

  line-height: 1.5em;

}



ul.infoGraphic li:hover .coverWrap .numberCover {

  border-radius: 100%;

}





@media (max-width: 768px) {

  .navbar {

    background: #fff;

    padding: 5px 15px !important;

  }

  .about-section {

    background-size: contain;

    background-repeat: no-repeat;

    background-position: bottom right;

  }

  .heading-about {

    font-size: 25px;

    line-height: 30px;

    margin-bottom: 22px;

  }

  .hero-wrapper {

    bottom: -78px;

    min-height: 109%;

    min-width: 175%;

  }

  .bg-breadcrumb2 {

    padding: 0 !important;

  }

	.order-1

	{

		order: 2 !important;

	}

		.order-2

	{

		order: 1 !important;

	}

	.M-pt-0

	{

		padding-top: 0 !important;

	}

	.New_sub_services h4 {

    font-size: 28px;

}

	.Sec_pd-60 {

    padding-top: 0;

    padding-bottom: 20px;

}

	    .New_sub_services h4 {

        padding-top: 12px;

    }

}











.services-section{

	position:relative;

	padding:95px 0px 80px;

}



.services-section .pattern-layer{

	position:absolute;

	right:0px;

	bottom:0px;

	width:800px;

	height:455px;

}



.services-block-three{

	position:relative;

	margin-bottom:30px;

}



.services-block-three.style-two{

	text-align:center;

}



.services-block-three.style-two .inner-box h3:before{

	margin-left:-25px;

	left:50%;

}



.services-block-three .inner-box{

	position:relative;

}



.services-block-three .inner-box .service-number{

	position:absolute;

	right:0px;

	top:40px;

	color:#e9c37a;

	opacity:0.4;

	font-size:72px;

	line-height:1em;

	font-weight:700;

}



.services-block-three .inner-box .icon-box{

	position:relative;

	font-size:54px;

	line-height:1em;

	color:#e9c37a;

}



.services-block-three .inner-box h3{

	position:relative;

	color: #0152a6;

  font-size: 35px;

	font-weight:600;

	margin-top:18px;

	padding-bottom:12px;

}



.services-block-three .inner-box h3 a{

  color: #0152a6;

  font-size: 35px;

  font-weight: 600;

  line-height: 32px;

  text-align: center;

  padding-bottom: 10px;

}



.services-block-three .inner-box h3 a:hover{

	color:#2cb86e;

}



.services-block-three .inner-box h3:before{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	height:2px;

	width:50px;

	background-color:#004498;

}



.services-block-three .inner-box .text{

  font-size: 20px;

  color: #032344;

  text-align: justify;

	

}

.clr-heading {

  color: #043466;

}



.services-section-three {

    position: relative;

  

}











.services-section-two .left-column .image{

	position:relative;

	margin-top:70px;

	margin-left:-210px;

}



.services-section-two .right-column{

	position:relative;

	margin-bottom:40px;

}



.services-section-two .right-column .inner-column{

	position:relative;

	margin-right:-350px;

}



.services-section-two .right-column .image-box{

	position:relative;

	margin-bottom:40px;

}



.services-block-four{

	position:relative;

}



.services-block-four .inner-box{

	position:relative;

}



.services-block-four .inner-box .image{

	position:relative;

}



.services-block-four .inner-box .image img{

	position:relative;

	width:100%;

	display:block;

}



.services-block-four .inner-box .lower-content{

	position:relative;

}



.services-block-four .inner-box .lower-content .content-inner{

	position:relative;

	margin-left:40px;

	margin-right:40px;

	margin-top:-180px;

	padding:70px 70px 70px 120px;

	background-color:#ffffff;

	box-shadow:0px 0px 25px rgba(0,0,0,0.10);

}



.services-block-four .inner-box .lower-content h2{

	position:relative;

	font-size:30px;

	font-weight:700;

	line-height:1.4em;

	margin-bottom:18px;

}



.services-block-four .inner-box .lower-content h2:before{

	position:absolute;

	content:'';

	left:-65px;

	top:19px;

	height:2px;

	width:50px;

	background-color:#e9c37a;

}



.services-block-four .inner-box .lower-content h2 a{

	position:relative;

	color:#222222;

	transition:all 300ms ease;

	-webkit-transition:all 300ms ease;

	-ms-transition:all 300ms ease;

	-o-transition:all 300ms ease;

}



.services-block-four .inner-box .lower-content h2 a:hover{

	color:#e9c37a;

}



.services-block-four .inner-box .lower-content .text{

	position:relative;

	margin-bottom:35px;

}



.services-block-four .inner-box .lower-content .text p{

	position:relative;

	color:#666666;

	font-size:14px;

	line-height:1.9em;

	margin-bottom:15px;

}



.services-block-four .inner-box .lower-content .text p:last-child{

	margin-bottom:0px;

}



.services-section-three{

	position:relative;

	

}



.services-section-three .pattern-layer{

	position:absolute;

	right:0px;

	top:0px;

	width:695px;

	height:395px;

}



.services-section-three .pattern-layer-two{

	position:absolute;

	left:0px;

	bottom:0px;

	width:695px;

	height:395px;

}



/* Services Block Five */

.services-section-three {

  position: relative;

  padding: 100px 0px 70px;

}

.services-block-five{

	position:relative;

	margin-bottom:50px;

}



.services-block-five .inner-box{

	position:relative;

}



.services-block-five .inner-box .image-column{

	position:relative;

	margin-bottom:30px;

  /* margin-top: 95px; */

}



.services-block-five .inner-box .image-column .inner-column{

	position:relative;

}



.services-block-five .inner-box .image-column .inner-column .image{

	position:relative;

}



.services-block-five .inner-box .image-column .inner-column .image img{

	position:relative;

	width:100%;

	display:block;

  border-radius: 15px;

}



.services-block-five .inner-box .content-column{

	position:relative;



}



.services-block-five .inner-box .content-column .inner-column{

	position:relative;

	/* padding-top:60px; */

}



.services-block-five .inner-box .content-column{

	position:relative;

}



.services-block-five .inner-box .content-column .inner-column{

	position:relative;

	padding-right:50px;

}



.services-block-five.style-two .inner-box .content-column .inner-column{

	position:relative;

	padding-right:0px;

	padding-left:50px;

}



.services-block-five .inner-box .content-column h3{

	position:relative;

	color: #0152a6;

  font-size: 35px;

	font-weight:600;

	line-height:1.3em;

	margin-bottom:13px;

	padding-bottom:15px;

}



.services-block-five .inner-box .content-column h3:before{

	position:absolute;

	content:'';

	left:0px;

	bottom:0px;

	height:2px;

	width:50px;

	background-color:#0152a6;

}



.services-block-five .inner-box .content-column h3 a{

  color: #0152a6;

  font-size: 35px;

  font-weight: 600;

  line-height: 32px;

  text-align: center;

  padding-bottom: 10px;

}



.services-block-five .inner-box .content-column h3 a:hover{

	color:#2ec367;

}



.services-block-five .inner-box .content-column .text{

	font-size: 20px;

    color: #032344;

    text-align: justify;

	

}

.b-card h4{

  color: #043466;

  font-size: 17px;

  

}

.b-card ul li{

  text-align: left;

  font-size: 18px;

  color: #032344;

  font-weight: 600;

  line-height: 36px;

}



.footer-list{

  margin-top: 45px;

}

.footer-detail{

  margin-top: 65px;

}

.down-load{

  margin-left: 100px;

  margin-top: -50px;

}

.feature-menu{

  display: grid;

      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);

      padding: 50px;

      margin-top: 30px;

      padding: 50px;

    margin-top: 30px;

    color: #032344;

    font-size: 22px;

    line-height: 30px;

    margin-bottom: 13px;

    background-color: aliceblue;

}

.icon-bg img{

  max-width: 35px;

  margin-right: 23px;

}
.icon-bg {

  display: flex;
  align-items: center;

}

.qr-scan img{

  width: 100%;

  margin-top: 57px;

}

.qr-scan p

{

    font-size: 17px;

    line-height: 17px;

}

.Sec_pd-60

{

    padding:0 ;

}

.MID_pad

{

    padding-left:10px;

}

.accordion-button::after {

  transition: all 0.5s;

}

	.accordion-item:first-of-type {

    border-radius: 10px;

    margin-bottom: 30px;

}

	.accordion-button {

    padding: 1rem 1.25rem;

    font-size: 1.2rem;

	border-radius: 10px;

	color: #00274d;

	font-family: "Josefin Sans", sans-serif;

	font-weight:700;

	text-transform: uppercase;

}

	.accordion-button::after {

    width: 2.25rem;

    height: 2.25rem;

		background-size: 2.25rem

}

.accordion-item:not(:first-of-type) {

    border-top: 1px solid;

}

.FAQ_mmain .accordion-item:last-of-type {

    border-bottom: 2px solid #0152a6 !important;

}

.accordion-item {

background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0%/10px 10px no-repeat,

            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0%/10px 10px no-repeat,

            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100%/10px 10px no-repeat,

            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100%/10px 10px no-repeat,

            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 20px) no-repeat,

            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 6px) no-repeat,

            linear-gradient(90deg, #00274d 0%, #00bcaf 100%);

border-radius: 10px;

padding: 3px;

box-sizing: border-box;

border: none;

margin-bottom: 30px;



}

	.accordion-button:not(.collapsed)

	{

		background: none;

		box-shadow: inset 0 -2px 0 #00bcaf;

		border-radius: 0;

		color: #00274d;

		text-transform: uppercase;

	}

.accordion-item:not(:first-of-type) {

    border-top:none;

}

.accordion-body p

{

    font-size:22px;

    line-height:30px;

    color:#05336c;

    text-align:justify;

}

.accordion-body h4,

.accordion-body h5,

.accordion-body h3

{

 color:#0152a6 !important;  

 font-weight:bold;

}

.list-details{

  color: #032344;

    font-size: 22px;

    line-height: 35px;

    margin-top: 10px;

    text-align: justify;

}

.list-details li{

  list-style: disc !important;

}

.list-details li strong

{

 color:#0152a6;   

}

.PDR-50

{

    padding-right:50px;

}

.pd-60 

{

    padding-bottom:60px !important;

}

.pt-60

{

     padding-top:60px !important;

}

.img_holder

{

    position:relative;

    width:100%;

    margin-top:80px;

    float:left;

    border-radius:20px;

    background: #0152A6;

background: linear-gradient(90deg,rgba(1, 82, 166, 1) 0%, rgba(6, 148, 33, 1) 100%);





}

.img_holder img

{

    position:relative;

    left:25px;

    bottom:25px;

    width:100%;

    border-radius:20px;

   height:100%;

    object-fit: cover;

}

.accordion-body

{

    padding:40px;

}

.accordion-body h6,

.accordion-body h5

{

    padding:8px 0;

        font-size: 22px;

    line-height: 30px;

    color: #05336c;

    text-align: justify;

}

.color-bg

{

 background:#f1f0f3 !important;   

}



.accordion-button::after {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");

  transition: all 0.5s;

	filter: invert(65%) sepia(69%) saturate(4255%) hue-rotate(137deg) brightness(95%) contrast(101%);

}

.accordion-button:not(.collapsed)::after {

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");

	filter: invert(65%) sepia(69%) saturate(4255%) hue-rotate(137deg) brightness(95%) contrast(101%);

}

.accordion-button::after {

  transition: all 0.5s;

}

	.accordion-item:first-of-type {

    border-radius: 10px;

    margin-bottom: 30px;

}

	.accordion-button {

    padding: 1rem 1.25rem;

    font-size: 1.2rem;

	border-radius: 10px;

	color: #00274d;

}

	.accordion-button::after {

    width: 2.25rem;

    height: 2.25rem;

		background-size: 2.25rem

}

.accordion-item:not(:first-of-type) {

    border-top: 1px solid;

}

.accordion-item {

background: radial-gradient(circle at 100% 100%, #ffffff 0, #ffffff 7px, transparent 7px) 0% 0%/10px 10px no-repeat,

            radial-gradient(circle at 0 100%, #ffffff 0, #ffffff 7px, transparent 7px) 100% 0%/10px 10px no-repeat,

            radial-gradient(circle at 100% 0, #ffffff 0, #ffffff 7px, transparent 7px) 0% 100%/10px 10px no-repeat,

            radial-gradient(circle at 0 0, #ffffff 0, #ffffff 7px, transparent 7px) 100% 100%/10px 10px no-repeat,

            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 6px) calc(100% - 20px) no-repeat,

            linear-gradient(#ffffff, #ffffff) 50% 50%/calc(100% - 20px) calc(100% - 6px) no-repeat,

            linear-gradient(90deg, #00274d 0%, #00bcaf 100%);

border-radius: 10px;

padding: 3px;

box-sizing: border-box;

border: none;

margin-bottom: 30px;

}

	.accordion-button:not(.collapsed)

	{

		background: none;

		box-shadow: inset 0 -2px 0 #00bcaf;

		border-radius: 0;

		color: #00274d;

		text-transform: uppercase;

	}

.accordion-item:not(:first-of-type) {

    border-top:none;

}

.M-pt-0

{

margin-top:0 !important;

padding-top:0 !important;

}

.about-section.M-pt-0 p

{

    text-align:justify;

}

.about-section.M-pt-0 .img-box

{

    padding-top:0;

    margin-top:-15px;
    display: flex;
    justify-content: end;

}

.feature-item .text-primary1 {

    padding: 20px 0;

}

.feature-item

{

    height:560px;

}

.TERM_uses

{

       margin-top: -15px; 

}

.TERM_uses p

{

        color: #032344;

    font-size: 22px;

    line-height: 33px;

    margin-bottom:15px;

    text-align: justify;

    font-weight: 350;

    padding-top:0;

}



.TERM_uses h6

{

    padding:8px 0;

        font-size: 35px;

    line-height: 30px;

    color: #0152a6;

    text-align: justify;

}

.Social_media

{

    padding-top:25px;

}

.Social_media a svg

{

    width:20px;

}

.Social_media  path {

  fill: #fff;

}

.Blog_footer ul

{

    width:100%;

    display:flex;

    justify-content:space-between;

    border-bottom:1px solid #eee;

    padding:0 0 10px 0;

    margin:0 0 50px 0;

}

.Blog_footer ul li

{

    color:#032344;

    font-weight:bold;

}

.Blog_footer ul li i

{

    color:#069421;

}

.recent_blogs

{

    width:100%;

    margin:40px 0;

    float:left;

}

.R-blog_cart

{

    width:100%;

    margin:10px 0 25px 0;

    display:flex;

}

.R-blog_cart:hover h2

{

  color: #069421;   

}

.RB-img

{

width:140px;  

}

.RB-img img

{

width:140px;

 border-radius:10px;

}

.RB-body h2

{

    font-size:17px;

    font-weight:400;

    padding-left:15px;

    color:#0152a6;

}

.RB-body p{

    font-size:14px;

    font-weight:400;

    padding-left:15px;

}

.RB-body p i {

    color: #069421;

}

.R_b_heading h4

{

    padding:15px 0 5px 0;

    border-bottom:1px solid #eee ;

    margin-bottom:25px;

    color:#0825a2;

}

.F_con img

{

 max-width:45px;  

 padding-right:10px;



}

.F_con i

{

font-size:32px;

}

.F_con p

{

    font-size:17px !important;

}

select.form-control

{

    padding-top:0.65rem !important;

}

.contact-add-item h4

{

color:#043466 

}

.contact-add-item i

{

    color:#069421;

}

.PD_thanks

{

    margin:90px 0 100px 0;

    padding:80px 50px;

   background: #f5fcf8;

}

.contact-new p,

.contact-add-item p a

{

    font-size:23px;

}

#contact select

{

    background:none;

    border-radius:4px;

    color:#fff;

        font-family: "Josefin Sans", sans-serif;

    font-size: 0.9rem !important;

}

#contact select option

{

       background: #022541; 

}

.PD-L

{

    padding-right:25px;

}

.contact-new p {

    font-size: 18px;

    padding: 0;

    margin-top: 3px;

    color: #032344;

    text-align:justify;

}

.PD_A_80 

{

    padding-top:80px;

}
@media (max-width: 991px) {

  .PD_A_80 

  {

      padding-top:160px;

  }

}
.PD_B_80 

{

    padding-top:80px;

}

.bg-breadcrumb1 .py-5

{

    padding-bottom:0 !important;

}

.pfT-0

{

    padding-top:0 !important;

}

.captcha-img

{

  border-radius:20px !important;

      float: left;

}

.captcha-img img

{

    width: 130px;

    border-radius: 5px !important;

}

.contact .bg-light1

{

min-height:100%;

}

.card-banner img

{

    width:100%;

}

.testimonial-carousel .owl-item

{

padding-bottom:35px;

}

.captchNew

{

    float:left;

    width:100%;

    margin-bottom:15px;

    margin-top:-15px;

}

.captchNew .form-control

{

    max-width:150px;

    float:right;

}

.contact_no .form-control 

{

height:55px;  

    font-family: "Josefin Sans", sans-serif;

}

input, button, select, optgroup, textarea

{

  font-family: "Josefin Sans", sans-serif;   

      font-size: 1.1rem !important;

}

.reload-captcha

{

    padding: 10px 0 0 10px;

    display: inline-block;

}

.M-order-1

{

    order:2 ;

}

.M-order-2

{

    order:1 ;

}

.Blog_Details li {

    list-style: disc !important;

}

.New-FAQ

{

background: #0152A6;

background: linear-gradient(90deg,rgba(1, 82, 166, 1) 0%, rgba(6, 148, 33, 1) 100%);

width:100%;

padding: 20px 0 10px 0;

margin-bottom: 20px;

}

.New-CTA {

    text-align:center;

}

.New-CTA h2 {

    text-align:center;

    color:#fff;

}

.New-CTA p,

.New-CTA p a {

    text-align:center;

    color:#fff;

    position:relative;

}

.New-CTA p a:hover

{

    background:#fff;

    color:#0152A6;

    padding:6px 10px;

    border-radius:5px

}

.FAQ_mmain

{

    background:#f5fcf8;

    width:100%;

    margin:0;

    padding:0;

    /* float:left; */

}

.FAQ_mmain .display-4

{

padding-top:0 !important;

}

.FAQ_mmain .accordion-item

{

padding-left:0 !important;

padding-right:0 !important;

border-radius:0 !important;

}

.FAQ_mmain .accordion-button

{

border-radius:0 !important;

}

.FAQ_mmain .accordion-item:last-of-type .accordion-button.collapsed {

    border-bottom-right-radius: 0;

    border-bottom-left-radius: 0;

}

.FAQ_mmain .accordion-item

{

 background:none;

}



.FAQ_mmain .accordion-item

{

border-top:2px solid #0152a6 !important;

/* border-bottom:2px solid #0152a6 !important;  */
margin-bottom: 0px;

}

.FAQ_mmain .accordion-header

{

    margin-top:0 !important;

     margin-bottom:0 !important;

     padding-bottom:0 !important;

}

.FAQ_mmain .accordion-button

{

background:none;

padding: 16px 8px;

}



.FAQ_mmain p,

.FAQ_mmain li{

    font-size: 18px;

    line-height: 26px;

    margin-bottom: 13px;

    list-style:disc;

    text-align: justify;

    color:#05336c !important;

}

.FAQ_mmain li ul li

{

    list-style:circle !important;

}



.FAQ_mmain h2 {

    color: #0152a6;

    font-size: 28px;

    font-weight: 600;

    line-height: 35px;

    /* margin-top:40px; */

    padding-block:20px 40px;
    text-align: center;

}

.FAQ_mmain .accordion-body {

    padding: 20px 10px;
    color: #05336c !important;

}

.back-to-top {

    z-index: 999999;

}

  body, html

{

	background-size: cover;

    background-repeat: no-repeat;

    background-position: center center;

	background-attachment: fixed;

	overflow-x:hidden;

}

@supports (-webkit-touch-callout: none) {
  body, html {
    background-attachment: scroll !important;
    
  }
}

.iti__flag-box, .iti__country-name,

.iti__dial-code{

    margin-right: 6px;

    color: #0152a6 !important;

}

.owl-item .text-primary1

{

        font-size: 1.4rem !important;

    }


@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 993px) 

  and (-webkit-min-device-pixel-ratio: 2) {
     .display-4 {

        padding-top: 0;

    }
  }
    

@media only screen 

  and (min-device-width: 768px) 

  and (max-device-width: 1024px) 

  and (-webkit-min-device-pixel-ratio: 2) {

  

         .M-grid

{

    display:grid !important;

} 

 .M-grid .col-md-6

 {

     width:100% !important;

 }

  .order-2

 {

     order:1 !important;

 }

   .order-1

 {

     order:2;

 }

 .img-box 

 {

     margin-top:25px !important;

 } .col-12

 {

     width:100% !important;

 }



.img-box img {

    width: 100%;

    max-width: 100%;

}.testimonial .testimonial-item {



    height: 495px;

}

.M-order-1 {

    order: 1;

}

.R-blog_cart {

    width: 50%;

    float: left;

}

.RB-body h2 {

    padding-right: 10px;

    font-size: 15px;

}

.PD-L {

    padding-right: 0;

}

body, html {



    background-position: left;

}

.wrapper .card {

  flex: 0 0 45%; /* Each takes 1/3 of the row */

  box-sizing: border-box;

}

.contact .bg-light1 {

    min-height: 50vh;

}

    }

@media (max-width: 768px) {

.accordion-body {

    padding: 25px;

}

.contact .bg-light1 {

    min-height: 50vh;

}

.accordion-button {

    font-size: 1rem;

}

.PD-L {

    padding-right: 0;

}

body, html {

  background-size: auto;

    background-position: left;

}

.MOB_no

{

    display:grid !important;

}

.MOB_no p

{

    margin-bottom:15px !important;

}

.H-about

{

    background:#e9e8e4;

}

.M-order-1

{

    order:1;

}

.M-order-2

{

    order:2;

}

.about-section .content-column

{

    width:100%;

}

.about-section .col-md-6

{

    width:100%;

}

  .M-grid

{

   display:grid !important;;

}

 .M-grid .col-md-6

 {

     width:100% !important;

 }

  .order-2

 {

     order:1;

 }

   .order-1

 {

     order:2;

 }

 .img-box 

 {

      margin-top:25px !important;

 }

 .col-12

 {

     width:100% !important;

 }

 .display-4 {

    padding-top: 0;

}

.img-box img {

    width: 100%;

    max-width: 100%;

}

/* .testimonial .testimonial-item {



    height: 495px;

} */

.down-load {

    margin-left: 0;

    margin-top: -50px;

}

.services-block-five .inner-box .content-column .inner-column {

    padding-right: 0;

}.PDR-50 {

    padding-right: 0;

}

.services-section-three .pattern-layer-two {

    position: relative;

    left: 0px;

    bottom: 0px;

    width: auto;

    height: auto;

}

.services-block-five.style-two .inner-box .content-column .inner-column {

    position: relative;

    padding-right: 0px;

    padding-left: 0;

}

.services-section-three {

    position: relative;

    padding: 0px 0 0 0;

}

.M-bdcm 

{

    padding-top:50px !important;

}

.img_holder

 {

    width: 92%;

}

.PD-L {

    padding-right: 0;

}

.captchNew .form-control {

    max-width: 130px;

    float: right;

}

.RB-img

{

    width:100px;

}

.RB-img img {

    width: 100px;

    height: 80px;

}

.contact  .p-5 {

    padding: 2rem 0.9rem  !important;

}

.bg-light1 .row

{

    padding: 15px 10px !important;

}

.form-floating>label {

    font-size: 0.8rem;

}

.form-control {

    font-size: 0.7rem;

}

.footer-detail {

    margin-top: 0;

}



.qr-scan img {

    margin-top: 0;

}

.services-block-five .inner-box .image-column .inner-column .image {

    position: relative;

    margin-top: 30px;

}

}



