/*custom css*/
body{
	font-family:"Outfit", sans-serif;
	font-weight: 500;
	margin:0;
	padding:0;
	line-height:24px;
	font-size:16px;
	color:#333;
}
*, *::after, *::before {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    letter-spacing: 0.005em;
}
/*top bar*/
.top-bar {
    padding: 5px 0;
    border-bottom: 1px solid #EEEEEE;
}
.pxl-item--icon.icon-gradient {
    background: linear-gradient(to right, #24b7d3, #30efad);
    float: left;
    border-radius: 50%;
    padding: 2px 0 0 0;
    width: 30px;
    height: 30px;
    text-align: center;
}
.pxl-item--phone.el-empty a {
    color: #000;
    margin-top: 4px;
    display: inline-block;
    margin-left: 10px;
    font-weight: 600;
}
.pxl-link {
    list-style: none;
    margin: 0;
    padding: 0; text-align:right;
}
.pxl-link li {
	margin-right: 8px;
	padding-right: 10px;
	display: inline-block;
    margin-top: 3px;
    margin-bottom: 3px; position:relative;    font-size: 14px;
}
.pxl-link a {
	color: #1D2864;display: inline-flex;
    position: relative;
}
.pxl-link-l1 li:after {
    content: "";
    width: 1px;
    height: 15px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #eee;
}
.pxl-link a i {
    margin-top: 2px;
    font-size: 18px;
    min-width: 15px;    color: #28cac5;    margin-right: 5px;
}
.pxl-link li .bi.bi-clock {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-animation: pxl_spin 3s infinite linear;
    animation: pxl_spin 3s infinite linear;
}
@keyframes pxl_spin{
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
a{
	text-decoration:none;
}
.tu-navbar {
    padding: 0 8px;
    position: relative;
    box-shadow: inset 0px -1px 0px #eeeeee;
}
.navbar-brand img {
    max-width: 160px;
}
.pxl-icon1 a {
    color: #13406a;
    background-color: #F5F8FD;
    margin: 1px;width: 35px;
        height: 35px;
        line-height: 35px;
        -webkit-border-radius: 50%;
        -khtml-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;display: inline-block;
    text-align: center;
}
.pxl-icon1 a:hover {
    color: #FFFFFF;
    background-color: #2AD2C1;
}
li.nav-item {
    padding: 18px 10px;
	position:relative;
}
.dropdown .dropdown-menu {
  display: none;
}
.nav-link{
	color:#1C1C1C;
	font: 500 1rem / 1.625em "Outfit", sans-serif;
}
.dropdown:hover > .dropdown-menu,
.dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.tu-navbar .navbar-collapse .navbar-nav > .nav-item > a:hover::before, .tu-navbar .navbar-collapse .navbar-nav > .nav-item > a.active::before {
    width: 100%;
	transition:all linear .3s;
}

.tu-navbar .navbar-collapse .navbar-nav > .nav-item > a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #28c9c7;
	transition:all linear .3s;
}
.navbar-nav .nav-link:hover{
	color:#28c9c7;
}
/*banner*/
.hero-banner {
    background-image: url(../images/hero-home-01.jpg);
    background-size: cover;
    padding: 130px 0;
    background-position: top;
}
.page-banner {
    background-image: url(../images/bg-slide1.jpg);
    background-size: cover;
    padding: 60px 0 100px;
    background-position: center;
}
.hero-banner h1{
    font-size: 80px;
    font-weight: 700;
    line-height: 85px;
}
.page-banner h1 {
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
}
.hero-banner h1 span, .page-banner h1 span {
    color: #28c9c7;
    text-shadow: 2px 2px #0cadab;
}
.short-head {
    font-size: 16px;
    letter-spacing: 2px;
}
.btn-hero{
	background:linear-gradient(to right, #24b7d3, #30efad);
	line-height: 50px;background-size: 180%, 1px;
    background-position: 0;    font-size: 17px;
    font-weight: 500;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px; transition:all linear .5s;
}
.breadcrumb a {
    color: #204970;
}
.color-green{
	color:#2AD2C1;
}
.bg-grey{
	background:#EAEEF3;
}
.btn-hero-outline {
    background: #143e67;
    color: #fff;line-height: 50px;font-weight: 500;
    color: #fff;
    padding: 0 30px;
    border-radius: 50px; transition:all linear .5s;
}
.btn-hero:hover,
.btn-hero-outline:hover{
	transition:all linear .5s;
	color:#fff;
	opacity:.8;
}
.bt_bb_section_top_section_coverage_image, .bt_bb_section_bottom_section_coverage_image {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
    z-index: 2;
	bottom:-1px;
}
.bt_bb_section_top_section_coverage_image img, .bt_bb_section_bottom_section_coverage_image img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bt_bb_shape_square {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 2;
}
.about-image{
	-webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;max-width: 500px;width: 100%;
}
.bt_bb_shape_square img {
    max-width: 120px;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.pxl-item--inner {
     -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 30px 24px;
    -webkit-box-shadow: 0 2px 11px 0 rgba(13, 14, 67, 8%);
    -khtml-box-shadow: 0 2px 11px 0 rgba(13, 14, 67, 8%);
    -moz-box-shadow: 0 2px 11px 0 rgba(13, 14, 67, 8%);
    -ms-box-shadow: 0 2px 11px 0 rgba(13, 14, 67, 8%);
    -o-box-shadow: 0 2px 11px 0 rgba(13, 14, 67, 8%);
    box-shadow: 0 2px 11px rgba(13, 14, 67, 8%);
    }
.item-number {
    color: #fff;
    position: absolute;
    top: -28px;
    right: -25px;
    padding: 30px 30px 15px 20px;
    border-radius: 50% 0% 50% 50%;
    font-size: 20px;
    font-weight: 600;
    width: 85px;
    height: 85px;
    display: flex;
    align-items: end;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
	background-image: linear-gradient(to right, #24b7d3, #30efad);
}
.pxl-item--meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-right: 30px;
}
 .pxl-item--image {
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1);
    -khtml-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -moz-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -ms-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: all .25s cubic-bezier(.645, .045, .355, 1);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
    max-width: 50px;
    min-width: 50px;
    margin-right: 20px;
    position: relative;
}
.pxl-item--image:before {
    content: '';
    width: 100%;
    height: 13px;
    background-image: url(../images/icon-shadow.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: .3s cubic-bezier(.24, .74, .58, 1);
    transition: .3s cubic-bezier(.24,.74,.58,1);
    opacity: 0;
}
.pxl-item--image img {
    width: auto;
    -webkit-transition: all .3s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: all .3s cubic-bezier(.24, .74, .58, 1);
    -moz-transition: all .3s cubic-bezier(.24, .74, .58, 1);
    -ms-transition: all .3s cubic-bezier(.24, .74, .58, 1);
    -o-transition: all .3s cubic-bezier(.24, .74, .58, 1);
    transition: all .3s cubic-bezier(.24,.74,.58,1);max-width: 50px;
    height: auto;
}
.pxl-item--title {
    margin-bottom: 0;
    font-size: 20px;
    color: #1d2864;
}
.pxl-item--title a {
    color: #1d2864;
}
 .pxl-item--excerpt {
    font-size: 15px;min-height: 100px;
}
 .pxl-item--inner:hover .pxl-item--image img {
	 transform: rotate(10deg) translateY(-10px);
 }
.pxl-item--inner:hover .pxl-item--image:before {
    opacity: 1;
}
.pxl-item--inner:hover .item-number {
    top: -25px;
}
.pxl-item--inner:hover .item-number {
	background-image: linear-gradient(to bottom, #24b7d3, #30efad);
}

#contact {
    padding: 8em 0;
    background: url(../images/hero-home.jpg);
    background-size: cover;
    background-position: center;
}
.contact-form{
	padding-left: 50px;
    padding-right: 50px;
}
.contact-box{
	background:rgba(51, 209, 203, 0.8);
	padding:40px;
	border-radius:22px;
}
.d-form .form-control {
    height: 3em !important;
    /* line-height: 3.5em !important; */
    padding: .8em 1.5em;
    border-radius: 50px !important;
    background: #fff;
    border: none;
    margin-top: 20px;
}
.d-form textarea#message{
	height:100px !important;
	overflow:hidden;	
}
#contact .bt_bb_shape_square img {
    max-width: 150px;
}
#contact .bt_bb_shape_square {
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate;
    position: absolute;
    bottom: -4%;
    left: 19%;
    z-index: 3;
}
.bt_bb_progress_bar_advanced_content {
    width: 100%;
    padding-top: 1.8em;
}
.bt_bb_progress_bar_advanced_title {
    font-size: 1.4em;
    display: block;
}
.bt_bb_progress_bar_advanced_content p {
    line-height: 1.1;
}
.container .bt_bb_icon_holder {
    color: #33d1cb;
    font-size: 4.5rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 28%;
}
.fot-i-box ul a:hover {
    color: #fff !important;
    opacity: .9;
}
#product .btn-hero-outline, #product .btn-hero{
	line-height:40px;padding: 0 25px;
}
footer{
	background:#12406A;
}
.pxl-open-hour1 .pxl--item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.pxl-open-hour1 label {
    color: #FFFFFF;flex-grow: 1;
}
.pxl-open-hour1 span {
    color: #00FB8A;
}
.footer-box ul li {
    line-height: 40px;
}
.fot-info {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF33;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 80px;
    background: #ffffff14;
}
.fot-i-box {
    padding: 20px 30px;
    border-right: 1px solid #FFFFFF33;
}
.fot-i-box .pxl-link {
    text-align: center;
}
.fot-i-box .pxl-link li {
    font-size: 20px;
}
.fot-i-box .pxl-link-l1 li:after{
	display:none;
}
.fot-i-box .pxl-link a {
    color: #FFFFFF;display: inline-flex;
    position: relative;
}
.fot-i-box .pxl-link a i {
    color: #00FB8A;
    margin-top: 4px;
    font-size: 22px;
    min-width: 15px;
}
.fot-i-box .pxl-phone-call .pxl-item--phone {
    color: #00FB8A;
    font-size: 30px;
    font-weight: 700;position: relative;
    display: inline-block;
}
.fot-i-box .pxl-phone-call .pxl-label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;line-height: 1.785;
    display: block;
}
.fot-i-box .pxl-item--phone.el-empty a {
    color: #2fedae;
    margin-top: 4px;
    display: inline-block;
    margin-left: 0;
    font-weight: 600;
}
.fot-i-box .pxl-item--icon.icon-gradient {
    width: 57px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px;
}
.fot-info .col-md-4:last-child .fot-i-box {
    border: none;
}
.fot-info .col-md-4:nth-child(2) .fot-i-box {
    padding: 33px;
}
#contact .container svg {
    width: 150px !important;
	margin:auto;
}
@media only screen and (max-width:767px){
.top-bar{
	display:none;
}
.hero-banner h1 {
	font-size: 45px;
	line-height: 50px;
}
.hero-banner{
	padding:50px 0;
}
.bt_bb_shape_square img {
    max-width: 35px;
}
#product h1 br{
	display:none;
}
#product .pxl-item--inner{
	padding: 25px 10px;
    margin-bottom: 20px;
}
#product .btn-hero-outline, #product .btn-hero {
    line-height: 33px;
    padding: 0 20px;
}
#contact {
    padding: 3em 0;
}
#contact svg {
    width: 100px !important;margin: auto;
}
.container .bt_bb_icon_holder {
    font-size: 2.5rem;
    left: -5px;
    top: 32%;
}
.contact-form{
	padding:0;
}
.contact-box{
	padding:15px;
}
#contact .bt_bb_shape_square img {
    max-width: 54px;
}
#contact .bt_bb_shape_square{
	bottom:-2%;
}
.fot-i-box{
	border-right:0;padding: 20px 15px;border-bottom: 1px solid #FFFFFF33;
}
.fot-info .col-md-4:nth-child(2) .fot-i-box {
    padding: 15px;
}
.fot-i-box .pxl-link span {
    text-align: left;
    margin-left: 10px;
    font-size: 15px;
}
.fot-i-box .pxl-link {
    text-align: left;
}
.fot-info{
	border-radius:20px;
}
.footer-box {
    border-bottom: 1px solid #FFFFFF33;
    padding: 20px 0;
}
.navbar-nav li.nav-item {
    padding: 0px 10px;
}
.tu-navbar {
    padding: 0 8px 10px;
}
#page-content .col-md-6:nth-child(2) table thead {
    display: none;
}
}