/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,900|Montserrat:200,300,400,400i,500,500i,600,700,800,900|Open+Sans:300,400,400i,600,700,800");
*{
	/* padding:0px; */
	/* margin:0px; */
}
body {
   font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 13px;
   color: #504c4c;f
   line-height: 26px;
   overflow-x: hidden !important;
   -webkit-font-smoothing: antialiased;
}
::selection {
    background: #149eda;
    color: #fff;
    text-shadow: none;
}
ul li{
	list-style:none;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #159eda;
    outline: 0;
    box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
}
.br0{
	border:none !important;
}
.pd0{
	padding:0px !important;
}
.pt2{
	padding-top:20px !important;
}
.pb2{
	padding-bottom:20px !important;
}
.mb5{
	margin-bottom:50px !important;
}
.mt5{
	margin-top:35px !important;
}
.mb100{
   margin-bottom:100px !important;
}

	/* project counter */

.sectionClass {
  padding: 20px 0px 50px 0px;
  position: relative;
  display: block;
}

.fullWidth {
  width: 100% !important;
  display: table;
  float: none;
  padding: 0;
  min-height: 1px;
  height: 100%;
  position: relative;
}


.sectiontitle {
  background-position: center;
  margin: 30px 0 0px;
  text-align: center;
  min-height: 20px;
}

.sectiontitle h2 {
  font-size: 30px;
  color: #222;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
}


.headerLine {
  width: 160px;
  height: 2px;
  display: inline-block;
  background: #101F2E;
}


.projectFactsWrap{
    display: flex;
  margin-top: 30px;
  flex-direction: row;
  flex-wrap: wrap;
}


#projectFacts .fullWidth{
  padding: 0;
}

.projectFactsWrap .item{
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

.projectFactsWrap .item:nth-child(1){
  background:#159eda;
}

.projectFactsWrap .item:nth-child(2){
  background:#504c4c;
}

.projectFactsWrap .item:nth-child(3){
  background:#159eda;
}

.projectFactsWrap .item:nth-child(4){
  background:#504c4c;
}

.projectFactsWrap .item p.number{
  font-size: 40px;
  padding: 5;
  font-weight: bold;
}

.projectFactsWrap .item p{
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  margin: 0;
  padding: 10px;
  font-family: 'Open Sans';
}

.projectFactsWrap .item span{
  width: 60px;
  background: rgba(255, 255, 255, 0.8);
  height: 2px;
  display: block;
  margin: 0 auto;
}


.projectFactsWrap .item i{
  vertical-align: middle;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p{
  color: white;
}

.projectFactsWrap .item:hover span{
  background: white;
}

@media (max-width: 986px){
  .projectFactsWrap .item {
     flex: 0 0 50%;
  }
}


/* Projects area
================================================== */
/* Project filter nav */
.shuffle-btn-group {
  display: inline-block;
  margin: 20px 0 50px;
  width: 100%;
  border-bottom: 3px solid #159eda;
}
.shuffle-btn-group label {
  display: inline-block;
  color: #212121;
  font-size: 14px;
  padding: 6px 25px;
  padding-top: 10px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s;
  cursor: pointer;
  margin: 0;
}
.shuffle-btn-group label.active {
  color: #212121;
  background: #159eda;
}
.shuffle-btn-group label input {
  display: none;
}

/* Project shuffle Item */
.shuffle-item {
  padding: 0;
}
.shuffle-item .project-img-container {
  position: relative;
  overflow: hidden;
}
.shuffle-item .project-img-container img {
  transform: perspective(1px) scale3d(1.1, 1.1, 1);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover img {
  transform: perspective(1px) scale3d(1.15, 1.15, 1);
}
.shuffle-item .project-img-container:after {
  opacity: 0;
  position: absolute;
  content: "";
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover:after {
  opacity: 1;
}
.shuffle-item .project-img-container .gallery-popup .gallery-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 5px 12px;
  background: #159eda;
  color: #fff;
  opacity: 0;
  transform: perspective(1px) scale3d(0, 0, 0);
  transition: all 400ms;
}
.shuffle-item .project-img-container:hover .gallery-popup .gallery-icon {
  opacity: 1;
  transform: perspective(1px) scale3d(1, 1, 1);
}
.shuffle-item .project-img-container .project-item-info {
  position: absolute;
  top: 50%;
  margin-top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 30px;
  z-index: 1;
}
.shuffle-item .project-img-container .project-item-info-content {
  opacity: 0;
  transform: perspective(1px) translate3d(0, 15px, 0);
  transition: all 400ms;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title {
  font-size: 20px;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a {
  color: #fff;
}
.shuffle-item .project-img-container .project-item-info-content .project-item-title a:hover {
  color: #159eda;
}
.shuffle-item .project-img-container .project-item-info-content .project-cat {
  background: #159eda;
  display: inline-block;
  padding: 2px 8px;
  font-weight: 700;
  color: #000;
  font-size: 10px;
  text-transform: uppercase;
}
.shuffle-item .project-img-container:hover .project-item-info-content {
  opacity: 1;
  transform: perspective(1px) translate3d(0, 0, 0);
}

.general-btn .btn-primary:hover {
  background: #000;
}

/* Project owl */
.owl-theme.project-slide {
  margin-top: 60px;
}

.project-slide .item {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.project-item img {
  width: 100%;
  max-width: auto;
  transition: all 0.6s ease 0s;
}

.project-item:hover img {
  transform: scale(1.1, 1.1);
}

.project-item-content {
  position: absolute;
  bottom: -1px;
  padding: 15px 20px;
  width: 100%;
  background: #159eda;
}

.owl-theme.project-slide .owl-nav > div {
  position: absolute;
  top: -70px;
  right: 0;
  transform: translateY(-50%);
}

.project-slide .owl-nav > div {
  display: inline-block;
  margin: 0 2px;
  font-size: 20px;
  background: #159eda;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

.owl-theme.project-slide .owl-nav > .owl-prev {
  right: 35px;
  left: auto;
}

/* Projects Single page */
.project-title {
  font-size: 30px;
}

.project-info-label {
  color: #303030;
  font-weight: 700;
  font-size: 14px;
}

.project-info-content {
  font-size: 12px;
}

.project-info li {
  margin-bottom: 5px;
}

.project-link {
  margin-top: 15px;
}


/* default styles so shuffle doesn't have to set them (it will if they're missing) */
.my-shuffle {
  position: relative;
  overflow: hidden;
	width: 100%;
}

/* Make vertical gutters the same as the horizontal ones */
/* .image-item {
  margin-bottom: 30px;
} */

/* Ensure images take up the same space when they load */
/* https://vestride.github.io/Shuffle/images */
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect--16x9 {
  padding-bottom: 56.25%;
}

.aspect--9x80 {
  padding-bottom: calc(112.5% + 30px);
}

.aspect--32x9 {
  padding-bottom: calc(28.125% - 8px);
}

.image-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}
[data-toggle=buttons]>.btn input[type=checkbox], [data-toggle=buttons]>.btn input[type=radio], [data-toggle=buttons]>.btn-group>.btn input[type=checkbox], [data-toggle=buttons]>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0,0,0,0);
    pointer-events: none;
}



/*////////////////////////////////////////
// Portfolio
///////////////////////////////////////*/
.portfolio {
    position: relative;
    width: 100%;
    float: left;
    padding: 0;
}
@media all and (max-width: 767px) {
  .portfolio {
        padding: 0 9px;
    }
}
.vossen-portfolio-filters {
    padding: 0;
    margin-bottom: 20px;
}
.vossen-portfolio-filters .btn {
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 3;
    text-transform: uppercase;
    color: #888;
    background-color: #f5f5f5;
    padding: 7px 30px;
    margin: 0 1.1px;
    border-radius: 4px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	box-shadow: none;
}
.vossen-portfolio-filters .btn:first-child {
    border-radius: 100px 0 0 100px;
    padding-left: 34px;
}
.vossen-portfolio-filters .btn:last-child {
    border-radius: 0 100px 100px 0;
    padding-right: 34px;
}
@media all and (max-width:992px) {
    .vossen-portfolio-filters .btn {
        margin: 3px 1.1px;
    }
    .vossen-portfolio-filters .btn:first-child,
    .vossen-portfolio-filters .btn:last-child {
        border-radius: 4px;
    }
}
.vossen-portfolio-filters .btn.active {
    cursor: default;
    color: #fff;
    opacity: 1;
	background-color: #07aaa5;
}
/* Portfolio Reveal */
.my-shuffle > div {
    padding: 0 10px;
    opacity: 0;

    transition: opacity .5s, padding-top .5s;
    -moz-transition: opacity .5s, padding-top .5s;
    -webkit-transition: opacity .5s, padding-top .5s;
}

.my-shuffle > div.reveal {
    opacity: 1;
}
.my-shuffle .portfolio-item {
    transition: transform .4s;
    -moz-transition: transform .4s;
    -webkit-transition: transform .4s;
    transform: translateY(20%);
    -moz-transform: translateY(20%);
    -webkit-transform: translateY(20%);
}
.my-shuffle .reveal .portfolio-item {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
}
.portfolio-item {
    position: relative;
    z-index: 1;
    overflow: hidden;
/*     margin-bottom: 19px; */
    border-radius: 2px;
}
.container-fluid .portfolio-item {
    border-radius: 0;
}
.item-caption {
    position: absolute;
    width: 100%;
    height: auto;
    z-index: 2;
    color: #fff;
    top: 50%;
    -webkit-transition: opacity 0.5s ease, transform 0.3s ease;
    -moz-transition: opacity 0.5s ease, transform 0.3s ease;
    transition: opacity 0.5s ease, transform 0.3s ease;
    opacity: 0;
}
.portfolio-item:hover .item-caption {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
}
.item-caption {
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
}
@media all and (max-width: 990px) {
    .item-caption,
    .portfolio-item:hover .item-caption {
        position: absolute;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 20px;
        -webkit-transition: opacity 0.5s ease, transform 0.3s ease;
        -moz-transition: opacity 0.5s ease, transform 0.3s ease;
        transition: opacity 0.5s ease, transform 0.3s ease;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
.item-caption h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 13px auto 8px auto;
    color: #fff;
}
.item-caption p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 8px auto;
    color: #ccc;
}
.item-image {
    -webkit-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: perspective(600px);
    -moz-transform: perspective(600px);
    transform: perspective(600px);
}
.portfolio-item:hover .item-image {
    -webkit-transform: scale(1.08) rotate(0.1deg);
    -moz-transform: scale(1.08) rotate(0.1deg);
    transform: scale(1.08) rotate(0.1deg);
}
.portfolio-item .item-image:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #191a1c;
    opacity: 0;
    transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    -webkit-transition: opacity 0.6s;
}
.portfolio-item:hover .item-image:after {
    opacity: .8;
}
@media all and (max-width: 990px) {
    .portfolio-item .item-image:after,
    .portfolio-item:hover .item-image:after {
        background: linear-gradient(rgba(0, 0, 0, 0) 0%, #191a1c 100%);
        opacity: 1;
    }
}

/* Content area
================================================== */
/* Accordion */
.accordion-group .card {
  border-radius: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #dfdfdf !important;
}
.accordion-group .card-body {
  padding: 15px 20px;
}
.accordion-group .card-body img {
  max-width: 100px;
  margin-bottom: 10px;
}
.accordion-group .card-header .btn {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 13px 15px;
  padding-bottom: 10px;
}
.accordion-group .card-header .btn:before {
  font-family: "Font Awesome 5 Free";
  position: absolute;
  z-index: 0;
  font-size: 14px;
  right: 16px;
  padding: 3px 8px 1px;
  text-align: center;
  border-radius: 3px;
  top: 12px;
  content: "\f107";
  font-weight: 700;
  background-color: #333;
  color: #01080b !important;
  transition: 0.3s;
}
.accordion-group .card-header .btn[aria-expanded=true]::before {
  content: "\f106";
  background-color: #159eda;
}
.accordion-group.accordion-classic .card-header .btn:before {
  display: none;
}



h2 {
    font-family: Arial, Verdana;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
}
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}
.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}
.accordion-section .panel-default .panel-title a:after {
    font-family: 'FontAwesome';
    font-style: normal;
    font-size: 3rem;
    content: "\f106";
    color: #1f7de2;
    float: right;
    margin-top: -12px;
}
.accordion-section .panel-default .panel-title a.collapsed:after {
    content: "\f107";
}
.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}


/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
  height: 700px;
  color: #fff;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 991px) {
  .banner-carousel .banner-carousel-item {
    height: 550px;
  }
}
@media (max-width: 575px) {
  .banner-carousel .banner-carousel-item {
    height: 450px;
  }
}

.slider-content {
  position: relative;
  height: 100%;
  width: 100%;
}

.slide-title-box {
  font-size: 16px;
  line-height: 39px;
  background: #159eda;
  color: #fff;
  display: inline-block;
  padding: 0 15px;
  margin: 0 0 10px;
}

.slide-title {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0 10px;
}
@media (max-width: 991px) {
  .slide-title {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  .slide-title {
    font-size: 16px;
  }
}

.slide-sub-title {
  font-style: normal;
  font-size: 60px;
  line-height: 58px;
  margin: 20px 0;
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
}
@media (max-width: 991px) {
  .slide-sub-title {
    font-size: 46px;
  }
}
@media (max-width: 575px) {
  .slide-sub-title {
    font-size: 30px;
    line-height: 30px;
  }
}

.slider-text {
  display: table;
  vertical-align: bottom;
  color: #fff;
  padding-left: 40%;
  width: 100%;
  padding-bottom: 0;
  padding-top: 20px;
}

.slider-text .slide-head {
  font-size: 36px;
  color: #0052a5;
  position: relative;
}

.slider-img {
  display: block;
  position: absolute;
  top: -80px;
  left: 20%;
  width: 314px;
  max-height: 100%;
}

.slider-img img {
  display: block;
  position: relative;
  max-height: 100%;
  width: auto;
}

.slider.btn {
  margin: 15px 5px 0;
  border: 2px solid white !important;
}
@media (max-width: 575px) {
  .slider.btn {
    font-size: 12px;
  }
}

.slider.border {
  background: none;
  border: 2px solid #159eda !important;
}

.slider.border:hover {
  background: #159eda;
  border: 2px solid transparent;
}

/* Carousel control */
.banner-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  transform: translateY(-50%);
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  text-shadow: none;
  transition: all 0.25s ease;
  padding: 0;
  outline: 0;
  border: 0;
}
@media (max-width: 575px) {
  .banner-carousel .carousel-control {
    display: none !important;
  }
}

.banner-carousel .slick-dots {
  opacity: 0;
  filter: alpha(opacity=0);
  bottom: 60px;
}

.slick-dots li button::before {
  font-size: 12px;
}
.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #159eda;
}

.slick-slide {
  outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
  opacity: 1;
  filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
  left: 20px;
}

.banner-carousel .carousel-control.right {
  right: 20px;
}

.banner-carousel .carousel-control i {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 58px;
  width: 60px;
  height: 60px;
  font-size: 22px;
  border-radius: 0;
  transition: all 500ms ease;
}

.banner-carousel .carousel-control i:hover {
  background: #159eda;
  color: #fff;
}

/*-- Animation */
.banner-carousel [data-animation-in] {
  opacity: 0;
}

/* slick Box slider */
.box-slider-content {
  top: 50%;
  padding: 0;
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .box-slider-content {
    top: auto;
    transform: translateY(0);
    left: 20px;
    bottom: 20px;
    width: calc(100% - 40px);
  }
}

.box-slider-text {
  background: #111;
  background: rgba(0, 0, 0, 0.65);
  display: inline-block;
  padding: 20px 30px;
  max-width: 650px;
}

.box-slide-title {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-title {
    font-size: 16px;
  }
}

.box-slide-sub-title {
  font-size: 36px;
  margin: 8px 0 10px;
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-sub-title {
    font-size: 26px;
  }
}

.box-slide-description {
  color: #fff;
}
@media (max-width: 767px) {
  .box-slide-description {
    font-size: 15px;
  }
}

.box-slider-text .btn {
  padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
  margin: -20px;
}

/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 30px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #159eda;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/* AUTHOR LINK */


/*Image Gallery*/


* {
  box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */
.container {
  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

.mySlides img {
    width:100%;
    /*max-height: 400px;*/
}
/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.header-top{
    /*background: linear-gradient(90deg, #1b1968, #112f2b 52.1%)!important;*/
	background: #112f2b !important;
	/* padding:10px 0px; */
}
.header-bottom{
	box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
.cmpny {
 /* padding-top: 8px; */
}
.cmpny P {
	color: #fff;
	margin: 0px;
	line-height: 16px;
	font-weight: 400;
	font-size: 15px;
	padding-top: 16px;
}
@media (min-width:320px) and (max-width:991px) {
	.cmpny P {
		text-align:center !important;
	}
	.topbar-left {
    text-align: center !important;
	}
}
.topbar-left{
	text-align:right;
	font-weight: 400;
	color: #fff;
	padding: 9px 0px;
	/* line-height: 7px; */
}
.topbar-left ul{
	margin: 0px;
	padding: 0px;
}
.topbar-left ul li{
	display: inline-block;
	margin-right: 43px !important;
}
.topbar-left ul li a{
	color:#fff;
}
.topbar-left ul li i{
	background: #01080b;
	height: 29px;
	width: 29px;
	line-height: 28px;
	border-radius: 100%;
	font-size: 16px;
	margin-right: 6px;
	color: #fff;
	text-align: center;
}
.topbar-left ul li:last-child{
	margin-right: 0px !important;
}
.header-middle{
	padding:10px 0px;
}

@media (max-width:475px) {
	.topbar-left ul li i {
		background: transparent;
		height: auto;
		width: auto;
		line-height: 28px;
		margin-right: 3px;
		color: #01080b;
		font-size: 13px;
    }
}

@media (max-width:528px) {
	.header-top .topbar-left ul li{
		font-size:13px;
	}

}
@media (max-width:767px) {
	.header-top .topbar-left ul li {
        margin-right: 5px !important;
    }
}
@media (max-width:991px) {
	.cmpny-descptin h2,.wt-do h2  ,.anl-maintnce h2 {
		padding-top: 15px;
	}
	.logo a  img{
	    margin: 0px auto!important;
		float: none;
		display: block;
	}
	.header-middle .topbar-left {
       text-align: center;
        padding: 14px 0px;
	}
}
@media  (max-width:767px) {
.header-middle .topbar-left i{
    background: #149eda;
    height: 33px;
    width: 33px;
    line-height: 35px;
    border-radius: 100%;
    font-size: 16px;
    margin-right: 6px;
    color: #fff;
    text-align: center;
}
.header-middle .topbar-left.iq-contact{
	padding:10px 0px !important;
    text-align: left;
}
}
@media (max-width:380px) {
.header-middle .topbar-left {
       text-align: left;
        padding: 14px 0px;
	}
	.header-middle .topbar-left ul li{
       text-align: left;
        padding: 5px 0px;
	}
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.top-bnr .carousel-caption{
	bottom:30%;
}
.top-bnr .carousel-caption h3{
	font-size:16px;
}


@media (max-width:900px) {
.top-bnr .carousel-caption{
		bottom:0px;
	}
.top-bnr .carousel-caption h3{
		font-size:14px;
	}
}

@media (max-width:750px) {
.top-bnr .carousel-caption{
		bottom:0px;
	}
.top-bnr .carousel-caption h3{
		font-size:13px;
	}
}
@media (max-width:500px) {
.top-bnr .carousel-caption{
		bottom:0px;
	}
.top-bnr .carousel-caption h3{
		font-size:10px;
	}
}


 #carouselExampleIndicators .carousel-inner img {
    width: 100%; 
      height: 100%;
  }

#carouselExampleIndicators .carousel-indicators {
    bottom: 0;
}
#carouselExampleIndicators .carousel-control.right,
#carouselExampleIndicators .carousel-control.left {
    background-image: none;
}
#carouselExampleIndicators .carousel-item {
    /*min-height: 350px;*/
    height: 100%;
    width:100%;
}
#carouselExampleIndicators .carousel-caption h3,
#carouselExampleIndicators .carousel .icon-container,
#carouselExampleIndicators .carousel-caption button {
    background-color: transparent;
}


/* Animation delays */
#carouselExampleIndicators .carousel-caption h3:first-child {
    animation-delay: 1s;
}
#carouselExampleIndicators .carousel-caption h3:nth-child(2) {
    animation-delay: 3s;
}
#carouselExampleIndicators .carousel-caption button {
    animation-delay: 3s;
}
.ftrs{
	color: #fff;
	background: linear-gradient(#1b1968, #051311 61.34%)!important;
	 /*background: linear-gradient(172deg, #122f2b, #3e8e41 88.66%);*/
    position: relative;
    padding: 5px 30px 5px;
}
.ftrs:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: url(../images/pettern-1.png);
}
.ftrs .contact-box {
    background: #5b5e5f;
    padding: 15px 30px 5px;
    position: relative;
    z-index: 9;
    top: -20px;
	color:#fff;
}
.ftrs .contact-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: -20px;
    top: 0;
    border-bottom: 20px solid #da9a00;
    border-right: 20px solid transparent;
}
.ftrs .contact-box:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: -20px;
    top: 0;
    border-bottom: 20px solid #da9a00;
    border-left: 20px solid transparent;
}
.ftrs .contact-box i {
	color: #fff;
    border-radius: 100%;
    font-size: 42px;
    margin-right: 15px;
    line-height: 50px;
    text-align: center;
}
.ftrs .contact-box  .iq-title {
    font-family: open sans, sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.ftrs .contact-box  p a {
    color: #fff;
}
.ftr-logo img {
    width: 200px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px;
	margin-bottom:15px;
}
.ftr-logo p {
    color: #fff;
    /* text-align: justify; */
    font-size: 14px;
}
.ftr-main{
	color:#fff;
}
.ftr-main h5{
	color: #fff;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 28px;
}
.ftr-main h5:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #6e787c !important;
    display: inline-block;
}
.ftr-main ul{
	padding: 0px;
}
.ftr-main ul li {
    display: block;
    border-bottom: 0;
    /*margin-bottom: 10px;*/
    line-height: 24px;
    padding: 0;
}
.ftr-main ul li  a{
	 color: #fff;
}
.ftrs hr {
    margin: 0;
    border-top: 0;
    padding: 0;
    border-bottom: 1px solid #323232;
}
.newsletter-form .input-group .form-control{
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	margin-right: -1px;
	background: inherit!important;
	color: #fff;
	border: 1px solid #fff;
}
.newsletter-form .input-group .button{
	    background: #5b5e5f;
	    border: 1px solid #f8f9fa;
	    font-size: 16px;
	    color: #fff;
	    text-decoration: none;
	    padding: 2px 40px;
	    display: inline-block;
	    vertical-align: middle;
	    cursor: pointer;
	    -webkit-transition: all .5s ease-out 0s;
	    -moz-transition: all .5s ease-out 0s;
	    -ms-transition: all .5s ease-out 0s;
	    -o-transition: all .5s ease-out 0s;
	    transition: all .5s ease-out 0s;
	    outline: none!important;
	    line-height: 46px;
}
.copyright a {
    color: #149eda;
}
.scl-link ul li{
    margin: 0 0 0 8px;
    float: left;	
}
.scl-link ul li a {
    height: 45px;
    width: 45px;
    font-size: 18px;
    line-height: 45px;
    background: #222;
    text-align: center;
    color: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: left;
    border: 1.5px solid #fff;
}
.why-cmpny h2{
	position: relative;
	padding-bottom: 20px;
	font-weight: 600;
	text-align: center;
	font-size: 29px;
	line-height: 50px;
}
.why-cmpny h2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.why-cmpny p{
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
	font-size: 13px;
	line-height: 28px;
	text-align: justify;
	/* padding: 0 100px; */
	/* font-family: open sans, sans-serif; */
}
@media (max-width:488px) {
	.why-cmpny h2 {
		 font-size: 22px;
	}
}
@media (max-width:310px) {
	.why-cmpny h2 {
		font-size: 17px;
	}
}
.feature{
   margin-top: 30px
}
.feature .feature-detl img {
    width: 80px;
}
.feature .feature-detl{
	top: 0;
	position: relative;
	padding: 20px;
	background: #eeeef6;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	z-index: 1;
	border-bottom: 4px solid transparent;
	text-align: center;
}
.feature-detl {
    top: 0;
    position: relative;
    padding: 20px;
    background: #f8f8f8;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1;
    border-bottom: 4px solid transparent;
}
.feature-detl h5 {
    position: relative;
    text-transform: none;
    transition: all .3s ease-out 0s;
    margin: 20px 0 5px;
    font-weight: 600;
    font-size: 16px;
    color: #4a4747;
    line-height: 35px;
}
.feature-detl a {
  color: #4a4747;
  }
.featr-content{
	line-height: 26px;
	text-align: justify;
	/* font-family: open sans, sans-serif; */
}
.feature .feature-detl:hover:before {
    width: 100%;
}
.feature .feature-detl:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 0;
    height: 5px;
    background: url(../images/features/pettern-1.png);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.feature .feature-detl:hover, .feature .feature-detl.active {
    top: -4px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 10px 20px 0 rgba(0,0,0,.12);
    /* box-shadow: 0 10px 20px 0 rgba(0,0,0,.12); */
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}




.cmpny-descptin h2{
	position: relative;
    padding-bottom: 13px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
}
.cmpny-descptin h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.cmpny-descptin p{
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #504c4c;
	text-align: justify;
	line-height: 26px;
}
.cmpny-descptin a{
    background: #5b5e5f;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 1px 40px;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    outline: none!important;
    line-height: 35px;
}
.cmpny-descptin a:hover{
	background: #222;
}




.anl-mnimg {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.anl-mnimg .anl-mnt {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.anl-mnimg:hover .anl-mnt{
  background-color: rgba(170,170,170,0.4);
}

.anl-mnimg h2, .anl-mnimg img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.anl-mnimg img {
  display: block;
  position: relative;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.anl-mnimg:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}



.anl-mnimg  a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff !important;
  border: 1px solid #fff;
  margin:17% 0 0 0;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px;
}

.anl-mnimg:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  background-color: rgba(20, 158, 218, 0.41);
}


.testimnl {
	background: url(../images/testi-cover.jpg);
	margin-bottom: 17px;
	overflow: hidden;
	position: relative;
	background-size: 100%;
}
.testimnl:before {
    background: #4a4747cc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.testimnl .card {
  margin: 0 auto;
  background: transparent;
}
.testimnl .card .carousel-item {
  min-height: 200px;
}
.testimnl .card .carousel-caption {
  padding: 0;
  right: 0;
  left: 0;
  bottom: 0px !important;
  color: #3d3d3d;
  /* position: relative; */
  display: content;
  
}
.testimnl .card .carousel-caption h3 {
  color: #ffffff;
}
.testimnl .card .carousel-caption small {
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
}
.testimnl .card .carousel-caption Headdd {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
}
.testimnl .card .carousel-caption p {
  line-height: 30px;
}
.testimnl .card .carousel-caption .col-sm-3 {
  display: flex;
  align-items: center;
}
.testimnl .card .carousel-caption .col-sm-9 {
  text-align: left;
}
.testimnl  .navi a {
    text-decoration:none;
    font-size: 12px;
    color: #149eda;
    background: #ffffff;
    padding: 2px 11px;
    border: 1px solid #149edacc;
}
.testimnl  a > .ico {
    background-color: grey;
    padding: 10px;
    
}
.testimnl  a:hover > .ico {
    background-color: #666;
}

.servc-list{
  text-align: center;
}
.servc-list span{
     padding: 5px 15px;
     text-transform: uppercase;
     color: #4e4e4e;
     font-weight: 500;
     font-size: 15px;
}
.servc-list h2{
     padding-bottom: 20px;
    font-weight: 600;
}
.servc-list  p{
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
	text-align: center;
}
.serv-des h5{
	font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
}
.serv-des {
	-webkit-box-shadow: 0 0 15px 0 #bfbfbf;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #d2d2d2;
}
.serv-des:hover{
	-webkit-box-shadow: 0 0 15px 0 #969292;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #969292;
}
.serv-des .card-body{
	padding:13px 10px;
}
.serv-des p{
	font-weight:400;
	text-align:justify;
}
.serv-des .card-body .read-more {
    color: #222;
    font-weight: 600;
    outline: none!important;
	text-decoration:none;

}
.serv-des .card-body .read-more:hover{
	 color: #149eda;
}
.serv-des .card-body .read-more i {
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.serv-des .card-body .read-more:hover i {
    color: #149eda;
    margin-left: 6px;
}


.wht-wd{
	 width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: -webkit-linear-gradient(45deg, #159eda 0%, #05abe0 100%);
  background: linear-gradient(45deg, #159eda 0%,#05abe0 100%);
}
.wht-wd .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 3em;
  text-align: left;
}

.wht-wd img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 60px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-40px,0,0);
  transform: translate3d(-40px,0,0);
}

.wht-wd h2 {
  text-transform: uppercase;
  color: #fff;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  padding: 15% 0 10px 0;
  text-align: left;
}

.wht-wd .overlay:before {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #fff;
  content: '';
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
  transition: opacity 0.35s, transform 0.45s;
  -webkit-transform: translate3d(-20px,0,0);
  transform: translate3d(-20px,0,0);
}


.wht-wd:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.wht-wd:hover .overlay:before,
.wht-wd:hover a, .wht-wd:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.wt-do h2{
	position: relative;
    padding-bottom: 13px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    }
.wt-do  h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.wt-do ul li{
	margin-bottom: 3px;
}
.wt-do ul li:before {
    content: "\f009";
    font-family: FontAwesome;
    color: #149eda;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 300;
}
.anl-maintnce h2{
	position: relative;
    padding-bottom: 13px;
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 28px;
    text-transform: capitalize;
}
.anl-maintnce h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.anl-maintnce ul li{
	padding-bottom:13px;
}
.anl-maintnce ul li:before{
	content:"\f009";
	    font-family: FontAwesome;
    color: #149eda;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight:400;
}
.advrtsmnt{
	background: url(../images/advrtsmnt-banner.jpg);
	margin-bottom: 25px;
	background-attachment: fixed;
	overflow: hidden;
	position: relative;
	z-index: 9;
}
.advrtsmnt:before {
    background: #4a4747cc;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.advrtsmnt  p{ 
    color: #fff;
    font-size: 25px;
    line-height: 45px;
    font-weight: 500;
}
.advrtsmnt  p span{ 
    color: #ffde39;
    font-weight: 600;
}
.advrtsmnt  a{ 
   background: #ad161c;
    color: #ffffff;
    border: none;
    font-size: 16px;
    padding: 1px 40px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    outline: none!important;
    line-height: 35px;
	text-decoration:none;
}
.advrtsmnt  a:hover{ 
   background:#149eda;
    color: #fff ;
}
.map   iframe {
    border: 0;
    width: 100% !important;
    height: 350px;
}
.get-in {
    padding:  30px;
    /* position: relative; */
    /* margin-top: -12%; */
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 37px 0 rgba(0,0,0,.15);
    background:#fff;
}
.get-in h4{
	position: relative;
    padding-bottom: 12px;
    margin-bottom:20px;
    font-size: 18px;
    line-height: 28px;
    
}
.get-in h4:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #6e787c!important;
    display: inline-block;
}
.get-in-touch .contact-form .section-field input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding-left: 20px;
    height: 45px;
    line-height: 45px;
    clear: both;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
}
.contact-form .section-field.textarea textarea {
    width: 100%;
    float: left;
    color: #b6b6b6;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 15px 0 0 20px;
    resize: none;
    outline: none;
}
.get-in-touch button{
	background: #011105 !important;
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 1px 40px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    outline: none!important;
    line-height: 35px;
    margin-bottom: 20px;
	margin-top: 20px;
}
.contact-form button:hover{
	background: #37393a;
    color: #fff;
}
.cntact .left {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 50px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.cntact .left i {
    color: #01080b !important;
    font-size: 50px;
    display: block;
    line-height: 52px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    font-weight: normal;
}
.cntact .info-share li a {
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
    background: 0 0;
    border: 1px solid #666;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.cntact  i {
    font-size: 14px;
}
.cntact .info-share li :hover {
    background: #149eda;
    border-color: #149eda;
    color: #fff;
}
.cntact .media{
	margin-bottom:10px;
}
.cntact .media h6{
	font-size: 17px;
	line-height: 26px;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	color: #5d5858;
}
.cntact .media p{
	font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #504c4c;
}
.title h5{
	font-size: 19px;
    line-height: 35px;
	margin-bottom:20px;
}
.title  ul li{
	margin-bottom:15px;
}
.title  ul li:before {
    content: "\f009";
    font-family: FontAwesome;
    color: #149eda;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 400;
}
.carir-secton .title p{
	font-family: 'Montserrat', sans-serif;
   font-weight: 400;
   font-style: normal;
   font-size: 13px;
   color: #504c4c;
   line-height: 26px;
   overflow-x: hidden !important;
   -webkit-font-smoothing: antialiased;
	
}
.carir-secton .form-control{
	border-radius: 0px;
    height: 50px;
    font-size: 14px;
}
.file-input{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	background-color:transparent;
	color:transparent;
}
.button {
    background: #5b5e5f;
    border: none;
    font-size: 13px;
    color: #fff;
    padding: 1px 30px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    outline: none!important;
    line-height: 35px;
}
.button:hover{
    background: #464040;
    color: #f6f6f6;	
}
.pro-secton h2{
	    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}
.pro-secton h2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.pro-secton  p{
	    margin-bottom: 24px;
	    margin-top: 10px;
	    text-align: center;
	    font-size: 13px;
}

.pro-box {
    -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #d2d2d2;
}
.pro-box:hover {
    -webkit-box-shadow: 0 0 15px 0 #969292;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #969292;
}

.pro-box h5{
	font-weight: 600;
    margin-bottom: 5px;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
    line-height: 26px;
}
.pro-box p{
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    margin: 0px;
}
@media (max-width:940px) {
.serv-banner img{
	height: 119px;
}
}
@media (min-width:320px) and (max-width:570px) {
.serv-banner img{
		height:65px;
}
}
@media (min-width:580px) and (max-width:750px) {
.serv-banner img{
		height:100px;
}
}
/*@media (max-width:716px) {
.serv-banner img{
		height:100px;
}
}
@media (max-width:700px) {
.serv-banner img{
		height:100px;
}
}*/
.serv-secton h2{
	    position: relative;
    padding-bottom: 20px;
    font-weight: 600;
}
.serv-secton h2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.serv-secton p{
	margin-bottom: 24px;
	margin-top: 10px;
    font-size: 14px;
}
.serv-secton h5{
    padding: 5px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #807c7c;
}



.ser-detl {
    position: relative;
    background: #fff;
    padding: 20px 30px;
    margin-top: 30px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #d2d2d2;
}
.ser-detl:hover, .ser-detl.active {
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 0 15px 0 #a7a1a1;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #a7a1a1;
}
.ser-detl:hover:before {
	content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 4px;
    background: url(../images/features/pettern-1.png);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -ms-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
    width: 100%;
}
.ser-detl  .card-body{
	padding:0px !important;
}
.ser-detl  .card-body h5{
	text-transform: none;
	transition: all .3s ease-out 0s;
	padding-top: 5px;
	font-weight: 600;
	font-size: 19px;
	text-align: center;
	color: #383535;
	padding: 14px 0px;
	margin: 0px;
}
.ser-detl  .card-body p{
	font-size: 13px;
	line-height: 26px;
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

.carr-banner{
	background: url(../images/carrier-banner.jpg);
	margin-bottom: 25px;
	background-attachment: fixed;
	overflow: hidden;
	padding: 100px 0px;
	position: relative;
	z-index: 9;
}	
.carr-banner:before {
    background:#4a474785;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.carr-banner h5{
	color: #f8f9fa;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
}
.brdr{
	-webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    z-index: 1;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 0 15px 0 #bfbfbf;
    -moz-box-shadow: 0 0 15px 0 #bfbfbf;
    -o-box-shadow: 0 0 15px 0 #bfbfbf;
    -ms-box-shadow: 0 0 15px 0 #bfbfbf;
    box-shadow: 0 0 15px 0 #d2d2d2;
    padding: 20px 2px;
}
.br-rht{
	 border-right: 2px dashed #149eda47;
}
.hotspot-wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}
.hotspot-wrapper img {
    max-width:100% !important;
    clear:both;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
}

.hotspot-wrapper:hover img {
  -webkit-transform:scale(1.3);
transform:scale(1.3);
}



.ch-banner{
	background: url(../images/carrier-banner.jpg);
	margin-bottom: 25px;
	background-attachment: fixed;
	overflow: hidden;
	padding: 24px 0px;
	position: relative;
	z-index: 9;
	margin-bottom:100px;
}
.ch-banner:before {
    background: rgba(0,0,0,.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.ch-banner h4{
	color:#fff;
	font-weight: 600;
	margin-top: 0;
	text-align: left;
	position: relative;
	padding-bottom: 12px;
	margin-bottom: 15px;
	font-size: 21px;
	line-height: 28px;
	text-transform: uppercase;
}
.ch-banner h4:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}

.abt-sectn h2:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 4px;
    display: inline-block;
    background: rgb(20, 158, 218);
}
.abt-sectn h4{
	    position: relative;
	    padding-bottom: 12px;
	    margin-bottom: 15px;
	    font-weight: 600;
	    text-align: left;
	    font-size:24px;
}
.abt-sectn h4:before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 4px;
    display: inline-block;
    background: rgb(20, 158, 218);
}
.abt-sectn p{
    margin-bottom: 1px;
    text-align: justify;
}
.abt-sectn ul li{
	margin-bottom:6px;
}
.abt-sectn  ul li:before {
    content: "\f009";
    font-family: FontAwesome;
    color: #149eda;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 300;
}  

#shiva 
{
  width: 100px;
	height: 100px;
	background: red;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
  float:left;
  margin:5px;
}
.count
{
  line-height: 100px;
  color:white;
  margin-left:30px;
  font-size:25px;

}
.accordion  .card {
	margin-bottom: 10px;
	border-radius: 5px;
	overflow: hidden;
	padding: 0;
	background: transparent !important;
	border: none
}
.accordion  .card-header {
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	padding: 0;
	background-color: inherit;
	border-bottom: none
}
/*.accordion .card-body {*/
/*	padding: 0;*/
/*    margin-top: 5px;*/
/*    color: #fff !important;*/
/*}*/
.accordion  .card-header a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	width: 100%;
	font-weight: 600;
	position: relative;
	padding: 15px 15px 15px 55px
}
.accordion .card-header a:after {
	background-color: rgba(255,255,255,.1);
	font-family: fontawesome;
	content: "\f068";
	color: #6e787c !important;
	font-weight: 200;
	text-align: center;
	font-size: 18px;
	left: 0;
	top: 10px;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px
}
.accordion  .card-header a.collapsed:after {
	content: "\f067"
}
.accordion  .card:last-child {
	margin-bottom: 0
}
.ch-banner  ul li{
	margin-bottom:6px;
	color:#fff;
}
.ch-banner  ul li:before {
    content: "\f009";
    font-family: FontAwesome;
    color: #149eda;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    font-weight: 300;
}


.our-tem h2{
	position: relative;
	padding-bottom: 20px;
	font-weight: 600;
	text-align: center;
}
.our-tem h2:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    background: #149eda;
    display: inline-block;
}
.our-tem p{
	margin-bottom: 24px;
	margin-top: 10px;
    font-size: 14px;
}
.our-tem h5{
    padding: 5px 15px;
    font-size: 15px;
    text-transform: uppercase;
    color: #807c7c;
    text-align: center;
}
#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#5b5e5f;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#5b5e5f;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#login{
	background-color:#01080b !important;
	border-radius:0px;
}
#login > a{
	color:#fff;
	font-weight:500;
}
#crmlogin{
     /*background-color:linear-gradient(113.23deg,#36a61f -34.99%,#105ca5 55.37%,#632667 109.59%) !important;*/
	background-color:#01080b;
	border-radius:0px;
	margin-top: 8px;
}
#crmlogin > a{
	color:#fff;
	font-weight:500;
}
#modalLogin .modal-content{
	border:5px solid #f8f9fa !important;
}
#modalLogin .modal-header{
	background-color:#01080b !important;
}
#modalLogin .modal-header h4{
	color:#fff;
	margin:0 auto;
}
#modalLogin .modal-body a{    
	background-color: #5b5e5f;
    border-color: #5b5e5f;
}
#modalLogin .modal-body a:hover{
	background-color: #28a745;
    border-color: #28a745;
} 
#modalLogin .modal-body img{
	margin: 10px auto;
    display: block;
}
#modalLogin .close{
	position: absolute;
    right: 10px;
    font-size: 35px;
}
.Message{
	background:#f00;
	padding:10px;
	text-align:center;
	color:#fff;
	border-radius:10px;
	font-weight:600;
    margin: 10px 40px;
	display:none;
}
.employee{
	text-align: center;
    margin: 50px;
    padding: 50px;
    border: 1px solid #ccc;
    background-color: #fff;

}
.error-border{
	border-color:#f00 !important;
}
.isoDIV{
    height:150px;
    width:260px;
    margin-left:40%;
    margin-bottom:20px;
}
.isoID{
    display:flex;
    height:100%;
    width:100%;
}

#errorDIV{
    height:100%;
    width:100%;
}
#errorImg{
    height:100%;
    width:100%;
}

@media (width:500px) {
.isoDiv{
	height:50px;
    width:100px;
		
	}
}

a.footer-contact-link {
    color: #fff;
}

a.footer-contact-link:hover {
    color: #fff;
}
.white-font{
    color: #fff;
}
.topbar-left ul li i {
    background: #01080b !important;
    height: 29px !important;
    width: 29px !important;
    color: #fff !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    background: linear-gradient(90deg, #1b1968, #112f2b 52.1%)!important;
}

.ftrs .contact-box {
    background: #75a7bd !important;
}
.btn-primary {
    background:  #01080b !important;
}

.why-cmpny h1:before {
    background: #6e787c!important;
}
.abt-sectn h2:before {
    background: #6e787c!important;
}
.abt-sectn h4:before {
    background: #6e787c!important;
}
.abt-sectn ul li:before {
    color: #6e787c!important;
}
.serv-secton h2:before {
    background: #6e787c!important;
}
.ch-banner ul li:before {
    color: #6e787c!important;
}
.ch-banner h4:before {
    background: #6e787c!important;
}
.accordion .card-header {
    color: #6e787c!important;
}
.navbar-dark .navbar-toggler {
    background: #6e787c!important;
}
.focus {
    outline: #149eda auto 1px!important;
}
.pro-secton h2:before {
    background: #6e787c!important;
}
.h2, 
h2 {
    font-size: 1.5rem !important;
}
.title  ul li:before {
    color: #6e787c !important;
}
/*.container {*/
    /*max-width: 1228px!important;*/
/*    max-width: 1677px!important;*/

}
.hero-section {
    background-image: <img src="<?php echo base_url();?>/images/banner/datacore_erp_banner_1.jpg" alt="Banner-1">; /* Replace with your image path */
    background-size: cover;
    background-position: center;
    height: 60vh;
    position: relative;
}

.overlay {
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.content {
    color: white;
    max-width: 600px;
    padding: 20px;
}

.cta-button {
    background: linear-gradient(90deg, #1b1968, #3e8e41); /* Adjust the colors and angle as needed */
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.2em;
    transition: background 0.3s;
}
.home-cta-button {
    background: linear-gradient(90deg, #1a7de2, #1e344a); /* Adjust the colors and angle as needed */
    color: white;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1.em;
    transition: background 0.3s;
}

.cta-button:hover {
    background: linear-gradient(90deg, #45a049, #2e7031); /* Adjust the colors and angle as needed */
}

.home-cta-button:hover {
    background: linear-gradient(90deg, #807e7a, #0b243d)!important; /* Adjust the colors and angle as needed */
}

.flex-box-gradient-box {
    display: flex;
    /*background: linear-gradient(90deg, #36a61f, #112f2b 52.1%);*/
    background:linear-gradient(113.23deg,#36a61f -34.99%,#105ca5 55.37%,#632667 109.59%);
    border-radius: 10px;
    overflow: hidden;
    max-width: 100%!important;
    width: 100%;
}

.flex-box-content {
    /*padding: 20px;*/
    color: white;
    flex: 1;
    
}
.flex-box-content-image {
    /*padding: 64px;*/
    color: white;
    flex: 1;
}
.flex-box-content h1 {
    margin-top: 0;
}

.solutions-section {
    padding: 50px 0;
    text-align: center;
}

.solutions-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.solutions-section h2 {
    font-size: 1.5em;
    color: #670d0d;
    margin-bottom: 20px;
}

.solutions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.solutions-list li {
    background-color: #c5ced7;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
    text-align: center; /* Center text within the item */
}

.solutions-list li:hover {
    background-color: #007bff;
    color: #fff;
}

.solutions-section {
    padding: 50px 0;
    text-align: center;
}

.solutions-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.solutions-section h2 {
    font-size: 1.5em;
    color: #670d0d;
    margin-bottom: 20px;
}

.solutions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.solutions-list li {
    background-color: #c5ced7;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.solutions-list li:hover {
    background-color: #007bff;
    color: #fff;
}

.ch-banner {
    margin-bottom: 2px !important;
}
/* Ensure image container doesn't overflow */
.flex-box-image-container {
    text-align: center; /* Center image horizontally */
    margin-top: 20px; /* Adjust margin for spacing */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .flex-box-image-container {
        text-align: center; /* Center image horizontally */
        margin-top: 0; /* Remove margin for smaller devices */
    }
    .col-lg-6.col-md-6 {
        padding: 15px; /* Add padding around content on smaller devices */
    }
}
.flex-box-image-container {
  position: relative;
  overflow: hidden;
}

.about-main-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay color and opacity */
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.about-main-overlay:hover .overlay {
  opacity: 1;
}

.about-main-overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  padding: 20px;
}

.about-main-overlay .content h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.about-main-overlay .content p {
  font-size: 16px;
  line-height: 1.6;
}

/* Card with link */
body {
    font-family: Arial, sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}
#cod-card-set {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 20px;
}

#cod-card-slot {
    flex: 1;
    min-width: 300px;
    margin: 10px;
}

#cod-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
}

#cod-card:hover {
    transform: translateY(-10px);
}

#cod-image-container img {
    width: 100%;
    height: auto;
}

#cod-text-container {
    padding: 20px;
}

#cod-tag {
    background-color: #0073e6!important;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0.9em;
}

#cod-headline {
    font-size: 1.5em;
    margin: 10px 0;
    color: #333;
}

#cod-description {
    font-size: 1em;
    color: #666;
    margin-bottom: 20px;
}

#cod-cta-button {
    background-color: #0073e6;
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 1em;
    transition: background-color 0.2s ease;
}

#cod-cta-button:hover {
    background-color: #005bb5;
}


/* Home page list boxes */

.home-solutions-section {
    padding: 50px 0;
    text-align: center;
}

.home-solutions-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.home-solutions-section h2 {
    font-size: 1.5em;
    color: #670d0d;
    margin-bottom: 20px;
}

.home-solutions-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.home-solutions-list li {
    background-color: #377ec6;
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    white-space: nowrap;
}

.home-solutions-list li:hover {
    background-color: #1073db;
    color: #fff;
}

/*pbox home page*/
/*.pbox-data-box {*/
    width: 23%; /* Adjust width to fit four boxes in a row 
/*    background-color: #f2f2f2;*/
/*    padding: 20px;*/
/*    margin: 10px;*/
/*    text-align: center;*/
/*    border-radius: 8px;*/
/*    box-shadow: 0 4px 8px rgba(0,0,0,0.1);*/
/*    display: inline-block;*/
/*}*/

/*.pbox-data-box i {*/
/*    font-size: 36px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.pbox-data-box h2 {*/
/*    font-size: 24px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.pbox-data-box p {*/
/*    font-size: 16px;*/
/*    color: #666;*/
/*}*/

.container {
  width: 100%;
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px!important;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px!important;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 960px!important;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1140px!important;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1280px!important;
  }
}

@media (min-width: 1600px) {
  .container {
    max-width: 1366px!important;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 1536px!important;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px!important;
  padding-left: 15px!important;
  margin-right: auto!important;
  margin-left: auto!important;
}


