@import url(https://fonts.googleapis.com/css?family=Calibri:400,300,700);
body{
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	box-sizing: border-box;
  position: relative;
  background-color: #f7f7f7;
  font-family: "Poppins", sans-serif;
}
.error{
	color: red;
}
section{
  width: 100%;
  position: relative;
}
.mt-200px{
  margin-top: 200px;
}
.wrapper{
  max-width: 1205px;
  margin: 0 auto;
  padding: 0px 15px;
}
.pt-50px{
  padding-top: 30px;
  }
.pb-50px{
  padding-bottom: 30px;
}
.pt-80px{
  padding-top: 80px;
}
.pb-80{
  padding-bottom: 80px;
}
.mt-50px{
  margin-top: 50px;
  } 
.mb-50px{
  margin-bottom: 50px !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1060;
}
.pt-100px{
  padding-top: 80px;
}
.pb-100px{
  padding-bottom: 80px;
}
.pb-200px{
  padding-bottom: 200px;
}

h5{
  color: black;
  font-size: 25px;
  font-weight: 700;
  text-transform: capitalize;
}
h5 {
  font-size: 18px;
  line-height: 24px;
}
h2 {
    font-size: 42px;
    line-height: 54px;
}
ul{
	padding: 0px;
    list-style: none;
    margin: 0px;
}
ul li{
	display: inline-block;
}
a:hover {
    color: #0056b3;
    text-decoration: none;
}
.close {
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  /* text-shadow: 0 1px 0 #fff; */
  opacity: .5;
  z-index: 9997;
  position: absolute;
  /* transform: translate(0%, -50%); */
  cursor: pointer;
  right: 4px;
}
.banner{
  background-color: #f8f8f8;
  color: white;
}
.section-banner{
  display: flex;
  align-items: center;
  position: relative;
  height: 250px;
}
.section-title1 span{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
    color: #f7941d;
    line-height: 1;
    margin-left: 5px;
}
/*navbar css start*/
#header{
  box-shadow: 0px 0px 2px;
  width: 100%;
  z-index: 99999;
}
#loginform{
  display: none;
}
.navbar-brand img{
	width: 100px;
}
.navbar-dark .navbar-nav .nav-link {
  color: black;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link i{
  margin-right: 10px;
  font-size: 20px;
  color: #058283;
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color:#F6922C;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
}
.get-touch{
  border-radius: 5px;
  background: #058283;
}
.get-touch .nav-link {
  color: white !important;
}
.get-touch .nav-link  i{
  color: white !important;
}
/*top header css*/
.header{
  width: 100%;
}
.top-header{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto 0;
  padding: 8px 20px;
  align-items: center;
}
.top-header-title1{
  width: 25%;
}
.mobile-title2{
    width:35%;
}
.mobile-title1{
    width:40%;
}
.top-header-title1 p{
  margin: 0px;
}
.top-header-title1 p a{
  font-size:15px;
}
.top-header-title1 p i{
  margin-right: 10px;
  color: #058283;
  font-size: 20px;
}
.social-icon{
  text-align: center;
  padding: 0px;
}
.social-icon li{
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #058283;
  text-align: center;
  color: white;
  margin-right: 10px;
}
.social-icon li:last-child{
  margin-right: 0px;
}
.social-icon li a{
  color: white;
}
.location{
    text-align: right;
}
.location a svg {
    height: 35px;
    width: 35px;
    margin-right: 10px;
}
.location a {
    font-family: none;
    color: #058283;
    font-size: 18px;
}
.location a span{
    /*color:#f7941d;*/
    color: #000000;
    font-weight: 700;
}
.call-mobile{
    display:none;
}
/*slider section css*/
.carousel {
    position: relative;
    opacity: 0.9;
}
.carousel-indicators {
	bottom: 0;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.carousel-item {
	height: 100%;
	width:100%;
}
.carousel-caption h3, .carousel .icon-container, .carousel-caption button {
  border: none;
  margin-bottom: 20px;
  border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
}
.carousel-caption h3 {
	padding: .5em;
}
.carousel-caption button {
  border-color: #058283 !important;
  margin-top: 1em;
  background: #058283 !important;
  font-size: 16px;
}
.carousel-caption {
  position: absolute;
  right: 30%;
  bottom:20px;
  left: 30%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}
/* Animation delays */
.carousel-caption h3:first-child {
	animation-delay: 1s;
}
.carousel-caption h3:nth-child(2) {
	animation-delay: 2s;
}
.carousel-caption button {
	animation-delay: 3s;
}
.skyblue .carousel-item:before {
  content: "";
  position: absolute;
  background: #301d44;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: .7;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: bold;
}

.p {
  padding-top: 125px;
  text-align: center;
}

.p a {
  text-decoration: underline;
}
.carousel-item img{
  width: 100%;
}
.btn-primary:hover {
  color: #fff;
  background-color: black;
  border-color:#F6922C;
}
.slider {
  width: 100%;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}
/*why chooose us css start*/
.why-bg::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: #131c34;
  opacity: 0.6;
}
.left-infinite-img {
  animation: infiLeftRight 4s infinite;
}
.about-image img{
  max-width: 100%;
  height: auto;
}
.side-line-left {
  position: relative;
  padding-left: 65px;
}
.side-line-left:after {
  position: absolute;
  content: "";
  background: #FF4800;
  height: 2px;
  width: 50px;
  left: 0;
  top: 15px;
}
.leSnake  { animation: leSnake 4s ease-in-out; animation-iteration-count: infinite }
@keyframes leSnake {
  from, to { transform: translateX(0px) }
  50% { transform: translateX(30px) }
}
/*--- about css start---*/
.section-title span {
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin-bottom: 15px;
  color: #f7941d;
  line-height: 1;
}
.section-title h2 {
  line-height: 1.3;
  margin-bottom: 0;
}
.about-area .about-contant .about-text .btn-bs {
  box-shadow: 1px 20px 20px 0 #e8e8e8;
  margin-top: 20px;
}
.default-btn-one {
  background-color: #058283;
  color: #fff;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  border: 1px solid #058283;
  border-radius: 5px;
}
.about-area .about-tabs .title {
  font-size: 25px;
  margin-bottom: 15px;
}
.about-area .about-tabs {
position: absolute;
width: 360px;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
.about-area .about-tabs .about-tabs-content{
  background: #f3fafd;
  padding: 30px 20px;
  box-shadow: 3px 7px 20px 0 #e8e8e8;
  border: 8px solid #fff;
  border-radius: 4px;
}
.about-area .about-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: initial;
  border-bottom: 4px solid #f5c78d !important;
  border: none;
}
.about-area .about-tabs .nav-tabs .nav-item .nav-link{
  font-size: 16px;
  font-weight: 500;
  color: #301d44;
  margin-bottom: 20px;
  border: none;
  border-bottom: 4px solid #fff;
  padding: 0;
  margin-right: 20px;
}
.about-area .about-tabs .nav-tabs {
  border-bottom: none;
}
.about-area .about-tabs .vision ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  line-height: 1.7;
}
.about-area .about-tabs  .vision ul li i {
  font-size: 20px;
  position: absolute;
  left: 0;
  color: #f7941d;
}
.about-area .about-tabs .mission ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  line-height: 1.7;
}
.about-area .about-tabs  .mission ul li i {
  font-size: 20px;
  position: absolute;
  left: 0;
  color: #f7941d;
}
.about-area .about-tabs .value ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  line-height: 1.7;
}
.about-area .about-tabs  .value ul li i {
  font-size: 20px;
  position: absolute;
  left: 0;
  color: #f7941d;
}
/*about us section start*/
/*our services */
.service-block-one .inner-box {
  position: relative;
  background-color: #058283;
  padding: 25px 30px 0;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
}
.service-block-one h4 {
  position: relative;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-block-one .text {
  position: relative;
  color: #cfd7f8;
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.service-block-one .link {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  transition: .5s;
}
.service-block-one .count {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: "Poppins", sans-serif;
  text-align: center;
  line-height: 80px;
  z-index: 9;
}
.service-block-one .count span {
  position: relative;
}
.service-block-one .image {
  position: relative;
  text-align: right;
  padding: 46px 0;
  min-height: 250px;
  right: -10px;
}
.service-block-one .image:before {
  position: absolute;
  content: '';
  right: -90px;
  bottom: -60px;
  width: 320px;
  height: 320px;
  background-color: #fff;
  border-radius: 50%;
}
.service-block-one .image:after {
  position: absolute;
  content: '';
  right: -103px;
  bottom: -73px;
  width: 346px;
  height: 346px;
  border: 2px dashed #fff;
  border-radius: 50%;
  transition: .5s;
}
.service-block-one .count span {
    position: relative;
}
.service-block-one .count:before {
  position: absolute;
  content: '';
  left: -130px;
  bottom: -115px;
  width: 230px;
  height: 230px;
  background-color: #79c4fe;
  border-radius: 50%;
}
.service-block-one .image img {
position: relative;
width: 170px;
height: 170px;
}
/*services details*/
.service-sidebar .widget {
  border-top: 5px solid #058283;
}

.service-sidebar .widget {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 20PX 15PX;
  margin-bottom: 60px;
}
.service-sidebar .widget .widget_title {
  padding-bottom: 0;
  margin-bottom: 18px;
}
.widget .widget_title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  transition: .5s;
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.widget_categories-two ul {
  position: relative;
}
.widget_categories-two ul li {
  position: relative;
  background: #fff;
  margin-bottom: 10px;
  border: 2px solid transparent;
  width: 100%;
}
.widget_categories-two ul li:before {
  font-family: "Poppins", sans-serif;
  content: "\f163";
  position: absolute;
  right: 20px;
  top: 22px;
  font-size: 14px;
  z-index: 5;
  font-weight: 400;
  color: #cecac4;
  transition: .5s;
}
.widget_categories-two ul li a {
  padding: 10px 15px;
  display: inline-block;
  color: #2a2a2a;
  transition: .5s;
  font-size: 16px;
  font-weight: 600;
}
.service-details .text-block {
  background: #058283;
}

.service-details .text-block {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 40px;
  padding: 30px 30px;
  width: 100%;
  color: white;
}
.services-box .content {
  position: relative;
  padding: 25px 30px;
  box-shadow: 0 0 20px rgb(0 0 0 / 0.05);
  padding-left: 110px;
  margin-bottom: 20px;
}
.services-box .content .icon {
  position: absolute;
  left: 30px;
  top: 55px;
}
.services-box h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.services-box .count-box {
  color: #058283;
}
.services-box .text {
  margin-bottom: 0;
}
.services-box .count-box {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 50px;
}
.service-details {
  position: relative;
}
.overview{
  margin-top: 30px;
}
 .features {
    position: relative;
    margin-bottom: 50px;
}
 .features h3 {
    position: relative;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}
.features .text {
    margin-bottom: 30px;
}
 .features .icon-box {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 35px 15px 30px;
    background-color: #f0ece5;
    transition: .5s;
}
.features .icon-box:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 6px solid #fff;
    transition: .9s;
}
 .features .icon {
    color: #058283;
}
 .features .icon-box .icon {
    position: relative;
    font-size: 65px;
    line-height: 60px;
    margin-bottom: 20px;
}
 .features h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
}
.features .icon-box:hover {
    background-color: #fff;
    box-shadow: none;
}
 .features .icon-box:hover:before {
    border: 2px dashed #058283;
}
/*contact css*/
.mrb-40 {
  margin-bottom: 40px;
}
.mrt--235 {
  margin-top: -225px;
}
.request-a-call-back-form {
  padding: 45px 50px 50px 50px;
  -webkit-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -khtml-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -moz-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -ms-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  -o-box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  box-shadow: -5px -1px 15px 10px rgba(38, 37, 37, 0.1);
  position: relative;
  border-radius: 8px;
}
.solid-side-line {
  position: relative;
}
.solid-side-line:after {
  content: "";
  background: #058283;
  height: 100%;
  width: 10px;
  position: absolute;
  left: -50px;
  top: 0;
}
.funfact {
  background: #F3F1F2;
  padding: 40px 40px 40px;
  position: relative;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  z-index: 9999;
}
.funfact .icon {
  margin-bottom: 30px;
  position: absolute;
  top: 120px;
  left: 0;
  right: 0;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.funfact .icon i:before {
  font-size: 118px;
  color: #03324d;
  opacity: 0.05;
}
.funfact:hover .icon {
    top: 85px;
    transform: scale(1.2);
}
.funfact:after {
    content: "";
    background: #FF4800;
    height: 8px;
    width: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 600ms;
    border-radius: 36px;
}
.funfact:hover:after {
    width: 100%;
}
.funfact .counter {
  font-size: 48px;
  margin-bottom: 15px;
  z-index: 1;
  position: relative;
  color: #058283;
}
.funfact .title {
  color: #747b87;
  position: relative;
  z-index: 2;
}
.funfact .icon span:before {
    font-size: 118px;
    color: #03324d;
    opacity: 0.05;
}
.funfact:after {
  content: "";
  background: #058283;
  height: 8px;
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 600ms;
  border-radius: 36px;
}
.person-object:after {
  content: "";
  background-image: url(../img/contact/delivery-boy.png);
  height: 855px;
  width: 365px;
  right: 45px;
  position: absolute;
  top: -170px;
  background-repeat: no-repeat;
  z-index: 0;
  animation: infiUpDown 3s infinite;
}
.infiUpDown{
  animation: infiUpDown 3s infinite;
}
.mrb-30 {
  margin-bottom: 30px;
}
@keyframes infiUpDown {
  50% { transform: translateY(30px) }
}
.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 100px;
    z-index: 1;
}
.contact-info-box .back-icon {
    position: absolute;
    right: 0;
    bottom: -15px;
    z-index: -1;
    color: var(--blackColor);
    line-height: 1;
    opacity: .04;
    font-size: 100px;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.contact-info-box .icon {
    width: 75px;
    height: 85px;
    background-color: #f7f7f7;
    border-radius: 3px;
    position: absolute;
    text-align: center;
    left: 0;
    font-size: 40px;
    color: var(--mainColor);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #058283;
}
.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
}
.contact-info-box p {
    margin-bottom: 3px;
    font-weight: 600;
}
.contact-info-box p:last-child {
    margin-bottom: 0;
    font-size: 14px;
}
/* testimonial start */
.pa-tesimonial-box {
    display: flex;
    max-width: 900px;
    justify-content: center;
    margin: auto;
    padding: 35px;
    align-items: center;
    position: relative;
}
.pas-testi-img {
    width: 300px;
    z-index: 1;
    position: relative;
}
.pas-testi-img img {
    border-radius: 10px;
}
.pas-testi-content {
    width: calc(100% - 300px);
    padding-left: 40px;
}
.pas-testi-content p {
    display: -webkit-box; 
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; 
  overflow: hidden;
}
.pas-testi-content h2 {
    font-size: 25px;
    margin-bottom: 20px;
}
.pas-testi-content .pa-view-all {
    font-size: 18px;
}
.pas-testi-content .pa-view-all:after {
    top: 6px;
}
.pas-testi-content .pa-view-all:before {
    width: 15px;
    top: 10px;
    right: -39px;
}
.pa-tesimonial-box:after {
    position: absolute;
    content: '';
    left: -8px;
    top: -2px;
    background-image: radial-gradient(#b6d2adeb 2px,transparent 2px);
    background-size: 20px 20px;
    width: 200px;
    bottom: -8px;
    z-index: 0;
}
.pa-tesimonial-button {
    width: 100px;
    right: 0;
    position: absolute;
    bottom: 53px;
}
.pas-testi-img:after {
    position: absolute;
    content: '';
    right: -90px;
    top: -35px;
    width: 150px;
    height: 150px;
    background: rgb(234 79 92 / 18%);
    z-index: -1;
    margin: auto;
    border-radius: 100%;
}
.pas-testi-img:before,.pa-about-img:before,.pa-services-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #8bcf87;
    z-index: -1;
    border-radius: 10px;
    transition: 0.3s;
}
.pa-tesimonial-box:hover .pas-testi-img:before,
.pa-about-img:hover:before,.pa-services-img:hover:before {
    top: -10px;
    left: -10px;
    bottom: 10px;
    right: 10px;
}
.pa-trending-product,.pa-product-single{
    padding-bottom: 65px;
}
.pa-services{
    padding-bottom: 63px;
}
/* testimonial end */
/*team css start*/
.team-bg{
background-image: url('../img/about/team-bg.png');
width: 100%;
background-size: cover;
background-repeat: no-repeat;
}
.team-title{
 margin-bottom: 60px;
}
.team-title-left-part {
  position: relative;
  padding-left: 30px;
}
.team-title-left-part.title-left-part-primary-color:before {
  background: #FF4800;
  opacity: 1;
}
.team-title-left-part:before {
  content: "";
  position: absolute;
  background: #fff;
  height: 100%;
  width: 10px;
  border-radius: 8px;
  top: 0;
  right: -70px;
  opacity: 0.3;
}
.team-bg .text-primary-color {
  color: #FF4800;
}
.team-bg h2 {
  font-size: 42px;
  line-height: 54px;
}
.team-upper-part {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.team-upper-part .social-list {
  position: absolute;
  bottom: -37px;
  width: 100%;
  transition: 600ms;
  transform: scaleY(0);
  z-index: 1;
}
.team-upper-part .social-list li {
  float: none;
  margin-right: 10px;
  display: inline;
}
.team-upper-part .social-list li a {
  border-radius: 5px;
  background: #f3f1f2;
  color: #03324d;
  height: 42px;
  width: 42px;
  display: inline-block;
  line-height: 42px;
  font-size: 16px;
}
.team-read a {
  background: #03324d;
  color: #ffff;
  border-radius: 5px;
  padding: 5px 10px;
  margin-top: 20px;
  display: inline-block;
}
.team-upper-part:after {
  content: "";
  position: absolute;
  background: #03324d;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.7;
  z-index: 0;
  transition: 500ms;
  transform: scaleX(0);
}
.team-block .team-bottom-part {
  text-align: center;
  padding: 30px 20px;
  position: relative;
  background: #058283;
  color: white;
}
.team-block .team-bottom-part:before {
  content: "";
  position: absolute;
  background: #fff;
  bottom: 0;
  height: 3px;
  width: 0;
  left: 0;
  transition: 600ms;
  right: 0;
  margin: 0 auto;
}
.team-block .team-bottom-part:after {
  content: "";
  height: 3px;
  width: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  background: #fff;
  transition: 400ms;
}
.team-bottom-part .team-title {
margin-bottom: 10px !important;
color: white;
}
.team-bottom-part .team-title a{
color: white;
}
.team-block:hover .team-upper-part .social-list {
  transform: scaleY(1);
  bottom: 30px;
}
.team-block:hover .team-upper-part:after {
  transform: scaleY(1);
}
.team-block:hover .team-bottom-part:before {
  width: 100%;
}
.team-block:hover .team-bottom-part:after {
  width: 25%;
}
.team-upper-part .social-list li a:hover {
  background:  #058283;
  color: #fff;
}
.team-upper-part img{
  width: 100%;
}
/*team details*/
.mrt-20 {
    margin-top: 20px;
}
.mrb-5 {
    margin-bottom: 5px;
}
.team-title a{
  color: black;
}
.list-items li {
    display: inherit;
    padding: 5px 0;
}
strong {
    color: #03324d;
}
.social-list li {
    display: inline;
    float: left;
    margin-right: 15px;
}
.social-list li a {
    background: #303743;
    height: 42px;
    width: 42px;
    display: inline-block;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 42px;
    font-size: 16px;
}

/*----------------------------------------------
11. Footer
----------------------------------------------*/

/* #region Footer */

footer {
    position: relative;
    background-color: #080d10;
}

footer.odd {
    background-color: #111111;
}
body .odd {
    color: #c0c3d0;
}

footer .card h4 {
    margin-top: 0;
}

footer .card i {
    margin-right: 10px;
}

footer .items .card a {
    margin: 0 0 0.5rem;
    display: block;
    color: #c0c3d0;
}

footer .odd .items .card a:last-child {
    margin-bottom: 5px;
}

footer .odd .items .card a {
    color: #c0c3d0;
    font-size: 14px;
}

footer .items .card::hover a:hover {
    color: #00a6a6;
}

footer .items .card a:hover i {
    color: #00a6a6;
}

footer a.navbar-brand{
    padding: 0;
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #f9f9f9;
    margin-bottom: 10px;
}

footer .navbar-brand i {
    color: var(--primary-color);
}

footer .navbar-brand img {
    height: var(--nav-brand-height);
}

footer .navbar-brand .brand {
    letter-spacing: 5px;
    color:#c0c3d0;
}

footer .navbar-brand .featured {
    position: relative;
    display: inline-block;
    padding: 13px 2px 14px 30px;
}
.offers .items .item {
    margin-bottom: 30px;
}

footer .navbar-brand .featured:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 7.5px);
    height: 100%;
    border-radius: 100px 0 0 100px;
    background-color:#00a6a6;
    opacity: 0.15;
}

footer .navbar-brand .featured .first {
    position: relative;
    margin-right: -10px;
    color: #00a6a6;
}

footer .brand .logo {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 0.8;
    color: var(--primary-color);
}

footer .brand .logo img {
    width: auto;
    height: var(--footer-brand-height);
}

footer .brand a:hover {
    text-decoration: none;
}

footer .title {
    margin-top: 0;
}

footer .contacts {
    position: relative;
    top: 2.5rem;
    left: 2.5rem;
}

footer .contacts .nav-item {
    position: relative;
    z-index: 1;
}

footer .contacts:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: -40px;
    right: 40px;
    width: 100%;
    height: 165%;
    border-left: 4px solid;
    border-bottom: 4px solid;
    border-color: var(--primary-t-color);
    transition-timing-function: cubic-bezier(.25, .25, .75, .75);
    transition-duration: 0.6s;
    transition-property: opacity, transform;
}

footer .contacts:hover:before,
footer .contacts:hover:after {
    border-color: var(--primary-color);
}

footer .contacts li {
    margin: 0;
    font-size: 1.2rem;
}

footer .nav-item {
    margin: 0;
}

footer .nav-item .nav-link {
    font-weight: 400;
    line-height: 1.4;
    color: inherit;
}

footer.odd .nav-item .nav-link {
    color: var(--secondary-p-color);
}

footer .nav-item .nav-link:hover {
    color: var(--primary-color);
    outline: none;
}

footer .copyright {
    background-color: rgb(6 10 12);
}

footer .copyright p {
    font-size: 14px;
    line-height: 1.8;
}

footer .card {
    position: relative;
    z-index: 1;
    width: 100%;
    padding: 45px;
    border-radius: 10px;
    border: none;
    background-color: var(--card-bg-color);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: rgba(255, 255, 255, 0.035);
}
footer .card:hover {
    transform: translateY(-7.5px);
}
footer .odd .outline-button, footer .odd .outline-button:visited, footer .odd .outline-button:active {
    position: relative;
    z-index: 2;
    padding: 10px 25px;
    background-color: transparent;
    border-radius: 4px;
    border: 1px solid;
    border-color: var(--primary-color);
    color: var(--primary-b-color);
    font-weight: 500;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
/*tracking css*/
.tracking{
  background: linear-gradient(to top, rgb(0 166 166) 1%, white 99%);
  height: 85vh;
  vertical-align: middle;
  display: flex;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.tracking .card {
  margin: auto;
  width:50%;
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

@media(max-width:768px) {
  .tracking .card {
      width: 90%
  }
}

.tracking .upper {
  padding: 6vh 6vh 3vh 6vh
}

.tracking .lower {
  padding: 6vh 6vh 6vh 6vh;
  text-align: center;
}

.tracking .heading {
  display: flex;
  align-items: center;
  vertical-align: middle
}

.tracking .heading p {
  margin-bottom: 0
}

.tracking input {
  border: 1px solid rgba(0, 0, 0, 0.137);
  padding: 0.75rem;
  outline: none;
  width: 100%;
  min-width: unset;
  background-color: transparent
}

.tracking .form-element {
  margin: 4vh 0
}

.tracking form .col-3,
.col-9,
.col-1,
.col--11 {
  padding: 0;
  width: min-content
}

.tracking form .col-11 {
  padding-left: 10px
}

.tracking form .col-1 {
  display: flex;
  align-items: center;
  color: red;
  font-size: 3vh;
  justify-content: center
}

.tracking #code {
  text-align: center
}

.tracking form .row {
  margin: 0
}

.tracking hr {
  margin: 0;
  border-top: 2px solid rgba(0, 0, 0, .1)
}

.tracking #input-header {
  color: grey;
  margin-bottom: 10px;
  display: block;
}

.tracking .invalid {
  color: grey;
  line-height: 1.2
}

.tracking .btn {
  width: 50%;
  background-color: #058283;
  border-color: #058283;
  color: white;
  padding: 1.5vh 0;
}

.tracking .btn:focus {
  box-shadow: none;
  outline: none;
  box-shadow: none;
  color: white;
  -webkit-box-shadow: none;
  -webkit-user-select: none;
  transition: none
}

.tracking .btn:hover {
  color: white
}

.tracking input:focus::-webkit-input-placeholder {
  color: transparent
}

.tracking input:focus:-moz-placeholder {
  color: transparent
}

.tracking input:focus::-moz-placeholder {
  color: transparent
}

.tracking input:focus:-ms-input-placeholder {
  color: transparent
}
/*order tracking css*/
 .order_tracking .card {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   min-width: 0;
   word-wrap: break-word;
   background-color: #fff;
   background-clip: border-box;
   border: 1px solid rgba(0, 0, 0, 0.1);
   border-radius: 0.10rem
}

.order_tracking .card-header:first-child {
   border-radius: calc(0.37rem - 1px) calc(0.37rem - 1px) 0 0
}

.order_tracking .card-header {
   padding: 0.75rem 1.25rem;
   margin-bottom: 0;
   background-color: #fff;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.order_tracking .track {
   position: relative;
   background-color: #ddd;
   height: 7px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 60px;
   margin-top: 50px
}

.order_tracking .track .step {
   -webkit-box-flex: 1;
   -ms-flex-positive: 1;
   flex-grow: 1;
   width: 25%;
   margin-top: -18px;
   text-align: center;
   position: relative
}

.order_tracking .track .step.active:before {
   background: #058283;
}

.order_tracking .track .step::before {
   height: 7px;
   position: absolute;
   content: "";
   width: 100%;
   left: 0;
   top: 18px
}

.order_tracking .track .step.active .icon {
   background: #058283;
   color: #fff
}

.order_tracking .track .icon {
   display: inline-block;
   width: 40px;
   height: 40px;
   line-height: 40px;
   position: relative;
   border-radius: 100%;
   background: #ddd
}

.order_tracking .track .step.active .text {
   font-weight: 400;
   color: #000
}

.order_tracking .track .text {
   display: block;
   margin-top: 7px
}

.order_tracking .itemside {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%
}

.order_tracking .itemside .aside {
   position: relative;
   -ms-flex-negative: 0;
   flex-shrink: 0
}

.order_tracking .img-sm {
   width: 80px;
   height: 80px;
   padding: 7px
}

.order_tracking ul.row,
ul.row-sm {
   list-style: none;
   padding: 0
}

.order_tracking .itemside .info {
   padding-left: 15px;
   padding-right: 7px
}

.order_tracking .itemside .title {
   display: block;
   margin-bottom: 5px;
   color: #212529
}

.order_tracking p {
   margin-top: 0;
   margin-bottom: 1rem
}

.order_tracking .btn-warning {
  color: #ffffff;
  background-color: #058283;
  border-color: #058283;
  border-radius: 1px;
}

.order_tracking .btn-warning:hover {
   color: #ffffff;
   background-color: #ff2b00;
   border-color: #ff2b00;
   border-radius: 1px
}
/*shipment request css*/
.quote-form__title {
    margin-bottom: 23px;
}
.form__field {
    display: inline-block;
    width: 100%;
    height: 50px;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 0 20px;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.top-20 {
    margin-top: 20px!important;
}
.quote-form .form__checkbox-label {
    margin-right: 30px;
}
.form__checkbox-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin: 0;
}
.bottom-20 {
    margin-bottom: 20px!important;
}
.form__label-text {
    font-size: 14px;
    font-weight: 500;
}
.form__input-checkbox {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.form__checkbox-mask {
    height: 20px;
    width: 20px;
    border: 2px solid #e2e2e2;
    position: absolute;
    top: 3px;
    left: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.form__checkbox-mask::after, .form__checkbox-mask::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #00997d;
    visibility: hidden;
}
.form__checkbox-mask::after, .form__checkbox-mask::before {
    content: "";
    display: inline-block;
    position: absolute;
    background: #00997d;
    visibility: hidden;
}
.form__checkbox-mask::after {
    height: 2px;
    width: 5px;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
    top: 8px;
    left: 3px;
}
.form__checkbox-mask::before {
    height: 2px;
    width: 10px;
    -webkit-transform: rotate(
-45deg
);
    -ms-transform: rotate(-45deg);
    transform: rotate(
-45deg
);
    position: absolute;
    top: 7px;
    right: 1px;
}
.quote-form .form__radio-label:not(:last-of-type) {
    margin-right: 30px;
}

.form__radio-label {
    position: relative;
    cursor: pointer;
    padding-left: 30px;
    margin: 0;
}
.form__input-checkbox:checked+.form__checkbox-mask::after, .form__input-checkbox:checked+.form__checkbox-mask::before {
    visibility: visible;
}
.form__input-checkbox:checked+.form__checkbox-mask {
    border-color: #00997d;
}
.form__input-radio:checked+.form__radio-mask::after {
    -webkit-transform: translate(-50%,-50%) scale(1);
    -ms-transform: translate(-50%,-50%) scale(1);
    transform: translate(-50%,-50%) scale(1);
    opacity: 1;
}
.form__input-radio:checked+.form__radio-mask {
    border: 2px solid #00997d;
}
.form__input-radio {
    position: absolute;
    top: 6px;
    left: 0;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
}
.form__radio-mask {
    height: 20px;
    width: 20px;
    border: 2px solid #e2e2e2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.form__radio-mask::after {
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    background: #00997d;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%) scale(0);
    -ms-transform: translate(-50%,-50%) scale(0);
    transform: translate(-50%,-50%) scale(0);
    opacity: 0;
}
.request-quote .contact-trigger {
    margin-top: 53px;
}
.contact-trigger--style-2 {
    -webkit-clip-path: polygon(85% 0,100% 10%,100% 100%,0 100%,0 0);
    clip-path: polygon(85% 0,100% 10%,100% 100%,0 100%,0 0);
}
.contact-trigger {
    position: relative;
    color: #fff;
    background: #058283;
    padding: 28px 30px 40px 30px;
    width: 100%;
    max-width: 370px;
    -webkit-clip-path: polygon(90% 0,100% 18%,100% 100%,0 100%,0 0);
    clip-path: polygon(90% 0,100% 18%,100% 100%,0 100%,0 0);
}
.contact-trigger__img {
    height: 100px;
    width: auto;
    position: absolute;
    bottom: 0;
    right: 2px;
}
.contact-trigger__title {
    line-height: 45px;
}
.contact-trigger__text {
    margin-top: 13px;
}
.contact-trigger .button {
    position: relative;
    z-index: 2;
    margin-top: 20px;
}
.button--white {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: #fff;
    height: 50px;
    line-height: 46px;
    min-width: 170px;
    text-align: left;
    border: 2px solid #fff;
    border-radius: 0 0 20px 0;
    padding: 0 20px;
}
.button--white span {
    display: inline-block;
    min-width: 95px;
}
.button--white .icon {
    font-size: 18px;
}

.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
/*add user css*/
.user_form{
    padding: 20px;
    background: white;
}
/*login css*/
.login-reg-panel{
  position: relative;
  top: 50%;
  transform: translateY(0%);
  text-align:center;
  width:70%;
  right:0;left:0;
  margin:auto;
  height:300px;
  background-color:rgb(5 130 131);
  border-radius: 5px;
}
.login-reg-panel h2 {
  font-size: 25px;
  color: white;
  line-height: 30px;
}
.login-reg-panel p{
  color: white;
}
.white-panel{
    background-color: rgba(255,255, 255, 1);
    height:400px;
    position:absolute;
    top:-50px;
    width:50%;
    right:calc(50% - 50px);
    transition:.3s ease-in-out;
    z-index:0;
    box-shadow: 0 0 15px 9px #00000096;
    border-radius: 5px;
}
.login-reg-panel input[type="radio"]{
    position:relative;
    display:none;
}
.login-reg-panel{
    color:#B8B8B8;
}
.login-reg-panel #label-login, .login-reg-panel #label-register {
    border: 1px solid #fff;
    padding: 5px 5px;
    width: 150px;
    display: block;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    font-weight: 600;
    color: white;
    font-size: 18px;
}
.login-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    left:0;
    position:absolute;
    text-align:left;
}
.register-info-box{
    width:30%;
    padding:0 50px;
    top:20%;
    right:0;
    position:absolute;
    text-align:left;
    
}
.right-log{right:50px !important;}

.login-show, 
.register-show{
    z-index: 1;
    display:none;
    opacity:0;
    transition:0.3s ease-in-out;
    color:#242424;
    text-align:left;
    padding:20px 30px;
}
.show-log-panel{
    display:block;
    opacity:0.9;
}
.login-show input[type="text"], .login-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.login-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #058283;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    float:right;
    cursor:pointer;
}
.login-show a{
    display:inline-block;
    padding:10px 0;
}

.register-show input[type="text"], .register-show input[type="password"]{
    width: 100%;
    display: block;
    margin:20px 0;
    padding: 15px;
    border: 1px solid #b5b5b5;
    outline: none;
}
.register-show input[type="button"] {
    max-width: 150px;
    width: 100%;
    background: #058283;
    color: #f9f9f9;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    border-radius: 5px;
    float:right;
    cursor:pointer;
}
.credit {
    position:absolute;
    bottom:10px;
    left:10px;
    color: #3B3B25;
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    z-index: 99;
}
/*my shipment css*/
.clearfix {
  content: "";
  display: table;
  clear: both;  
}

#site-header, #site-footer {
  background: #fff;
}

#site-header {
  margin: 0 0 30px 0;
}

#site-header h1 {
  font-size: 31px;
  font-weight: 300;
  padding: 20px 0;
  position: relative;
  margin: 0;
  text-align: left;
}

a {
  color: #000;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

a:hover {
  color: #53b5aa;
}

#site-header h1 span {
  color: #53b5aa;
}

#site-header h1 span.last-span {
  background: #fff;
  padding-right: 150px;
  position: absolute;
  left: 217px;

  -webkit-transition: all .2s linear;
  -moz-transition: all .2s linear;
  -ms-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
}

#site-header h1:hover span.last-span, #site-header h1 span.is-open {
  left: 363px;
}

#site-header h1 em {
  font-size: 16px;
  font-style: normal;
  vertical-align: middle;
}

.shipment .container {
  font-family: "Poppins", sans-serif;
  margin: 0 auto;
  width: 980px;
}

#cart {
  width: 100%;
}

#cart h1 {
  font-weight: 300;
}

#cart a {
  color: #53b5aa;
  text-decoration: none;

  -webkit-transition: color .2s linear;
  -moz-transition: color .2s linear;
  -ms-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

#cart a:hover {
  color: #000;
}

.product.removed {
  margin-left: 980px !important;
  opacity: 0;
}

.product {
  border: 1px solid #eee;
  margin: 20px 0;
  width: 100%;
  height: 195px;
  position: relative;

  -webkit-transition: margin .2s linear, opacity .2s linear;
  -moz-transition: margin .2s linear, opacity .2s linear;
  -ms-transition: margin .2s linear, opacity .2s linear;
  -o-transition: margin .2s linear, opacity .2s linear;
  transition: margin .2s linear, opacity .2s linear;
}

.product img {
  width: 100%;
  height: 100%;
}

.product header, .product .content {
  background-color: #fff;
  border: 1px solid #ccc;
  border-style: none none solid none;
  float: left;
}

.product header {
  background: #000;
  margin: 0 1% 20px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 24%;
  height: 195px;
}

.product header:hover img {
  opacity: .7;
}

.product header:hover h3 {
  bottom: 73px;
}

.product header h3 {
  background: #058283;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;

  -webkit-transition: bottom .2s linear;
  -moz-transition: bottom .2s linear;
  -ms-transition: bottom .2s linear;
  -o-transition: bottom .2s linear;
  transition: bottom .2s linear;
}

.remove {
  cursor: pointer;
}

.product .content {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 140px;
  padding: 0 20px;
  width: 75%;
}

.product h1 {
  color: #058283;
  font-size: 25px;
  font-weight: 300;
  margin: 17px 0 20px 0;
}

.product footer.content {
  height: 50px;
  margin: 6px 0 0 0;
  padding: 0;
}

.product footer .price {
  background: #fcfcfc;
  color: #000;
  float: right;
  font-size: 15px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;
}

.product footer .full-price {
  background: #058283;
  color: #fff;
  float: right;
  font-size: 22px;
  font-weight: 300;
  line-height: 49px;
  margin: 0;
  padding: 0 30px;

  -webkit-transition: margin .15s linear;
  -moz-transition: margin .15s linear;
  -ms-transition: margin .15s linear;
  -o-transition: margin .15s linear;
  transition: margin .15s linear;
}

.qt, .qt-plus, .qt-minus {
  display: block;
  float: left;
}

.qt {
  font-size: 19px;
  line-height: 50px;
  width: 70px;
  text-align: center;
}

.qt-plus, .qt-minus {
  background: #fcfcfc;
  border: none;
  font-size: 30px;
  font-weight: 300;
  height: 100%;
  padding: 0 20px;
  -webkit-transition: background .2s linear;
  -moz-transition: background .2s linear;
  -ms-transition: background .2s linear;
  -o-transition: background .2s linear;
  transition: background .2s linear;
}

.qt-plus:hover, .qt-minus:hover {
  background: #53b5aa;
  color: #fff;
  cursor: pointer;
}

.qt-plus {
  line-height: 50px;
}

.qt-minus {
  line-height: 47px;
}

#site-footer {
  margin: 30px 0 0 0;
}

#site-footer {
  padding: 40px;
}

#site-footer h1 {
  background: #fcfcfc;
  border: 1px solid #ccc;
  border-style: none none solid none;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 5px;
  text-align: center;
}

#site-footer h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 10px 0 0 0;
  line-height: 25px;
}

#site-footer h3 {
  font-size: 19px;
  font-weight: 300;
  margin: 15px 0;
}

.left {
  float: left;
}

.right {
  float: right;
}
.btn:hover {
  color: #fff;
  background: #429188;
}

.type {
  background: #fcfcfc;
  font-size: 13px;
  padding: 10px 16px;
  left: 100%;
}

.type, .color {
  border: 1px solid #ccc;
  border-style: none none solid none;
  position: absolute;
}

.color {
  width: 40px;
  height: 40px;
  right: -40px;
}

.red {
  background: #cb5a5e;
}

.yellow {
  background: #f1c40f;
}

.blue {
  background: #3598dc;
}

.minused {
  margin: 0 50px 0 0 !important;
}

.added {
  margin: 0 -50px 0 0 !important;
}
/*clients css*/
.section-header p {
 text-align: center;
 margin: auto;
 font-size: 15px;
 padding-bottom: 60px;
 color: #556877;
 width: 50%
}

#clients {
 padding: 60px 0
}

#clients .clients-wrap {
 border-top: 1px solid #d6eaff;
 border-left: 1px solid #d6eaff;
 margin-bottom: 30px
}

#clients .client-logo {
 padding: 64px;
 display: -webkit-box;
 display: -webkit-flex;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-pack: center;
 -webkit-justify-content: center;
 -ms-flex-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 -webkit-align-items: center;
 -ms-flex-align: center;
 align-items: center;
 border-right: 1px solid #d6eaff;
 border-bottom: 1px solid #d6eaff;
 overflow: hidden;
 background: #fff;
 height: 160px
}

#clients img {
 transition: all 0.4s ease-in-out
}
/* Style the tab */
.tab {
  overflow: hidden;
  border: none;
  background-color:transparent;
}

/* Style the buttons inside the tab */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #058283;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: none;
  border-top: none;
}

