img {
    max-width: 100%;
}

.container-fluid {
    max-width: 1600px;
}

a {
    text-decoration: none;
    color: #176B52;
}


.text-main {
    color: #176B52;
}

.text-alt {
    color: #0072BB;
}

.p-less p {
    margin-bottom: 5px;
}

.breadcrumb-why-item+.breadcrumb-why-item:before {
    content: '>>';
}

.header-main {
    position: relative;
    z-index: 123;
}

.header-home {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right:0;
    background: none;
    z-index: 1;
    /*background: linear-gradient(to bottom, rgba(0,0,0,0.7), rgba(0,0,0,0));*/
    background: linear-gradient(to bottom, rgba(255,255,255,0.9) 20%, rgba(255,255,255,0));
    height: 200px;
}

.header-home .sm-simple > li > a, .header-home .sm-simple > li > a:hover, .header-home .sm-simple > li > a:focus, .header-home .sm-simple > li > a:active, .header-home .sm-simple > li > a.highlighted {
    /*color: #fff;*/
    background: none;
}

.sm-simple > li {
    border: none;
}

.bg-main {
    background: #def7e8;
}

.bg-white {
    background: #fff;
}

.bg-main-2 {
    background: #0072BB;
}

.top-menu {
    padding: 10px 0;
    text-align: right;
}

.top-menu a {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.top-menu i {
    font-size: 25px;
    margin-top: -5px;
}

.list-blank, ul.list-blank {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list-blank > li, ul.list-blank > li {
    display: inline-block;
    margin-left: 15px;
}

.header-search-form {
    position: relative;
    width: 300px;
}

.header-search-form input {
    border-radius: 50px;
    padding: 14px;
}

.header-search-form button{
    position: absolute;
    right: 8px;
    top: 8px;
    border-radius: 50px;
}

.profile-menu i {
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 50%;
    padding: 7px;
}

.dropdown-toggle-clean.dropdown-toggle::after {
    display:none;
}

.btn-success {
    background: #176B52;
}

.text-shadow {
    text-shadow: 2px 2px 8px #333;
}

.text-md {
    font-size: 18px;
}

.text-lg {
    font-size: 20px;
}

.text-xlg {
    font-size: 24px;
}

.text-xxlg {
    font-size: 32px;
}

.text-xxxlg {
    font-size: 40px;
}

.text-success {
    color: #176B52;
}

.text-bolder {
    font-weight: 700;
}

.text-strike {
    text-decoration: line-through;
}

.form-group {
    margin-bottom: 15px;
}

.page-title {
    color: #fff;
    background: #0072BB;
    padding: 40px;
}

.page-title h1 {
    font-size: 50px;
    margin: 0;
}

.page-content {
    padding: 50px 0;
    background: #def7e8;
}

.page-package {
    padding: 30px 0;
}

.page-wrap {
    min-height: 500px;
}

.product-page {
    padding: 30px 0;
}

.login-form-1{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-1 h3{
    text-align: center;
    color: #333;
}

.login-form-2{
    padding: 5%;
    background: #fff;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

.login-form-2 h3{
    text-align: center;
    color: #333;
}

.footer-main {
    background: #176B52;
    color: #fff;
}

.footer-main a {
    color: #fff;
}

.footer-title {
    font-size: 24px;
    font-weight: 700;
}

.footer-main ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-main li {
    margin-top: 5px;
}

.footer-main .list-blank > li, .footer-main ul.list-blank > li {
    margin-left: 0;
    margin-right: 20px;
    font-size: 20px;
}

.col-wrap img {
    width: 100%;
}

.col-content {
    padding: 10px;
    background: #def7e8;
    color: #333;
}

.thumbnails-wrap {
    position: relative;
}

.thumbnails {
	overflow: hidden;
	margin: 0;
	text-align: center;
	z-index: 1;
	background: #def7e8;
	padding: 5px;
	line-height: 1;
}

.thumbnails li {
	display: inline-block;
	width: 70px;
	margin: 0 1px;
}

.thumbnails img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

#myList {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-header h1:after, .section-header h2:after{
    background-color: #0072BB;
    border-radius: 0.25rem;
    content: '';
    display: block;
    height: 0.25rem;
    width: 50px;
    margin-bottom: 1.25rem;
}

.section-header h2, .section-header h1 {
    font-size:30px; line-height:1.5em; padding-bottom:15px; letter-spacing: 2px; color:#111; margin: 0;
    position: relative;
}

.product-card {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.product-card__image {
    height: 250px;
    overflow: hidden;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-card:hover .product-card__image img {
    transform: scale(1.05);
}

.product-card__info {
    padding: 20px;
}

.product-card__title {
    margin-bottom: 10px;
    font-size: 20px
}

.product-card__price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why-item {
    background: #fff;
    text-align: center;
    padding: 30px 25px;
    -webkit-box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow:0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border:5px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.why-item .icon {
    font-size: 40px;
    margin-bottom:25px;
    color: #f91942;   
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}
.why-item .feature_box_col_one{
    background:rgba(247, 198, 5, 0.20);
    color:#f91942
}
.why-item .feature_box_col_two{
    background:rgba(255, 77, 28, 0.15);
    color:#f91942
}
.why-item .feature_box_col_three{
    background:rgba(0, 147, 38, 0.15);
    color:#f91942
}
.why-item .feature_box_col_four{
    background:rgba(0, 108, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_five{
    background:rgba(146, 39, 255, 0.15);
    color:#f91942
}
.why-item .feature_box_col_six{
    background:rgba(23, 39, 246, 0.15);
    color:#f91942
}
.why-item p{
    font-size:15px;
    line-height:26px;
}
.why-item h6 {
    margin-bottom:20px;
    color:#2f2f2f;
}

#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #333;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #333;
  font-size: 22px;
}

.quick-inquiry {
  padding: 100px;
  width: 100%;
  background-image: linear-gradient(to left bottom, #0072BB, rgba(177,244,207, 0.9));
  background-position: center;
  backgroun-size: conver;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}

.quick-inquiry-box{
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  font-weight: 900;
}

.quick-inquiry-heading {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 40px;
  
  animation-name: moveInLeft;
  animation-duration: 2s;
  animation-timing-function: ease-out; 
}

@keyframes moveInLeft {
  0% {
    opacity: 0%;
    transform: translateX(-100px);
  }
  80% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0px);
  }
}

.quick-inquiry-paragraph {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  animation-name: moveInRight;
  animation-duration: 2s;
  animation-timing-function: ease-out;
}

@keyframes moveInRight {
  0% {
    opacity: 0%;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-20px);
  }
  100% {
    transform: translateX(0px);
  }
}

@keyframes moveInButton {
    0% {
        opacity: 0;
        transform: translateY(-40px);
    }

    100% {
        opacity: 1;
        transform: translate(0);
    }
}

.quick-inquiry-btn:link,
.quick-inquiry-btn:visited {
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 100px;
    transition: all .2s;
    position: relative;
}

.quick-inquiry-btn:hover{
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
}

.quick-inquiry-btn:active{
    transform: translateY(-1px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
}

.quick-inquiry-btn-white {
    background-color: #fff;
    color: #777;
}

.quick-inquiry-btn::after {
    content: "" ;
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: all 0.4s;
}

.quick-inquiry-btn-white::after {
    background-color: #fff;
}

.quick-inquiry-btn:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

.quick-inquiry-btn-animated {
    animation: moveInButton .5s ease-out .75s;
    animation-fill-mode: backwards;
}

@media (max-width: 575.98px) {
    .header-search-form {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    .page-title h1 {
        font-size: 24px;
    }
    
    .header-home {
        position: relative;
        background: #fff;
        height: auto;
    }
    
    .header-home .sm-simple > li > a, .header-home .sm-simple > li > a:hover, .header-home .sm-simple > li > a:focus, .header-home .sm-simple > li > a:active, .header-home .sm-simple > li > a.highlighted {
        color: #333;
    }
    
    #main-navbar {
        background: #def7e8;
    }
}

@media (max-width: 991.98px) {
    
}

@media (max-width: 1199.98px) {
    
}

@media (max-width: 1399.98px) {
    
}

