@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
body {
 overflow-x: hidden;
}
.sbc {
 background-color: #f2ac30;
}
.pbc {
 background-color: #0082a1;
}

* {
 margin: 0px;
 padding: 0px;
 border: none;
 outline: none;
 font-size: 100%;
}
html, body {
 height: 100%;
}
body {
 color: #8a8c93;
 font-size: 18px;
 line-height: 26px;
 font-weight: 400;
 font-family: 'Inter', sans-serif;
 overflow-x: hidden;
}
button:focus {
 outline: none;
}
button {
 cursor: pointer;
 border: none;
 background: transparent;
 padding: 0;
}
h1, h2, h3, h4, h5, h6 {
 color: #353742;
 font-weight: 600;
 font-family: 'Inter', sans-serif;
 margin: 0;
}
h3 {
 font-size: 18px;
 line-height: 30px;
 font-weight: 700;
}
h4 {}
a, a:hover, a:active, a:focus {
 text-decoration: none;
 outline: none;
 border: none;
}
img.lazy-image {
 background: url(../images/icon/image-bg.svg) center center no-repeat;
}
img.lazy-image.loaded {
 background-image: none;
}
.owl-theme img.lazy-image.loaded {
 height: auto;
 opacity: 1;
}
/* Tiny Scrollbar */
#scrollbar1 {
 width: 500px;
 margin: 0;
}
#scrollbar1 .viewport {
 position: relative;
 overflow: hidden;
 width: 500px;
 height: 450px;
}
#scrollbar1 .overview {
 list-style: none;
 position: absolute;
 left: 0;
 top: 0;
 padding: 0;
 margin: 0;
 max-width: 500px;
 width: 100%;
 height: 100%;
}
#scrollbar1 .scrollbar {
 position: absolute;
 top: 0;
 right: -30px;
 background: #02c18d;
 width: 10px;
 display: none;
}
#scrollbar1 .track {
 background: url(../images/icon/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
 height: 100%;
 width: 10px;
 position: relative;
 padding: 0;
}
#scrollbar1 .thumb {
 background: url(../images/icon/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
 background-image: none;
 height: 20px;
 width: 10px;
 cursor: pointer;
 overflow: hidden;
 position: absolute;
 top: 0;
 left: 0px;
 opacity: 1;
}
#scrollbar1 .thumb .end {
 background: #353742 no-repeat 50% 0;
 overflow: hidden;
 height: 120px;
 width: 10px;
}
#scrollbar1 .disable {
 display: none;
}
.noSelect {
 user-select: none;
 -o-user-select: none;
 -moz-user-select: none;
 -khtml-user-select: none;
 -webkit-user-select: none;
}
@media (min-width: 1200px) {
 .container {
  max-width: 1200px;
 }
}
.fix {
 position: relative;
 display: block;
 overflow: hidden;
}
img {
 max-width: 100%;
 height: auto;
 transition-delay: .1s;
 transition-timing-function: ease-in-out;
 transition-duration: .7s;
 transition-property: all;
}
.map-data {
 text-align: center;
 font-size: 14px;
 font-weight: 400;
 line-height: 1.8em;
 padding: 5px 10px 5px;
}
.map-data a {
 color: #0b59d9;
 display: block;
}
.map-data h6 {
 font-size: 16px;
 font-weight: 700;
 text-align: center;
 margin-bottom: 5px;
 color: #121212;
}
i {
 font-style: normal;
}
ul, li {
 list-style: none;
 margin: 0;
 padding: 0;
}
ol, li {
 margin: 0;
 padding: 0;
}
.clr1 {
 color: #f36727;
}
.bgclr1 {
 background: #f36727;
}
.auto-container {
 position: static;
 max-width: 1200px;
 padding: 0px 15px;
 margin: 0 auto;
}
.btn-one {
 position: relative;
 display: inline-block;
 padding-left: 30px;
 padding-right: 10px;
 background-color: #533c84;
 color: #ffffff;
 font-size: 16px;
 line-height: 70px;
 font-weight: 600;
 text-transform: capitalize;
 border-radius: 40px;
 font-family: 'Inter', sans-serif;
 -webkit-transition: all 0.1s linear;
 -o-transition: all 0.1s linear;
 transition: all 0.1s linear;
}
.btn-one:after {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 background: #533c84;
 content: "";
 border-radius: 40px;
 transform: scaleX(0.0) rotateX(0deg);
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
.btn-one:hover:after {
 transform: scaleX(1.0) rotateX(0deg);
 -webkit-transition: all 0.4s linear;
 -o-transition: all 0.4s linear;
 transition: all 0.4s linear;
}
.btn-one .txt {
 position: relative;
 display: flex;
 align-items: center;
 z-index: 1;
}
.btn-one i.round {
 position: relative;
 margin-left: 30px;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 background: #ffffff;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 font-size: 16px;
 color: #02c18d;
 -webkit-transition: all 0.2s linear;
 -o-transition: all 0.2s linear;
 transition: all 0.2s linear;
}
.btn-one:hover i.round {
 color: #ffffff;
 margin-left: 25px;
 transform: rotate(360deg);
 background: #7146ce;
}
.btn-one:hover, .btn-one:focus {
 color: #f7f7f7;
}
.btn-one.style2 {
 line-height: 50px;
}
.btn-one.style2 i.round {
 width: 30px;
 height: 30px;
 margin-left: 10px;
}
.btn-one.style2:hover i.round {
 margin-left: 15px;
}
.btn-style3 {
 position: relative;
 display: block;
 width: 40px;
 height: 40px;
 background: #f4f5f7;
 border-radius: 50%;
 color: #353742;
 font-size: 14px;
 line-height: 40px;
 text-align: center;
 transition: all 200ms linear;
 transition-delay: 0.1s;
 z-index: 1;
}
.btn-style3:before {
 position: absolute;
 top: 0;
 left: 0;
 bottom: 0;
 right: 0;
 border-radius: 50%;
 background: #a81d5e;
 content: "";
 transform: scale(0.0);
 transform-origin: center;
 transform-style: preserve-3d;
 transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
 z-index: -1;
}
.btn-style3:hover:before {
 transform: scale(1.0);
}
.btn-style3:hover {
 color: #ffffff;
}
.gra-bgclr1 {
 background: rgba(0, 0, 0, 0); /* Old Browsers */
 background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* FF3.6+ */
 background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(43%, rgba(0, 0, 0, 0.29)), color-stop(100%, rgba(0, 0, 0, 1))); /* Chrome, Safari4+ */
 background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* Opera 11.10+ */
 background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* IE 10+ */
 background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.29) 43%, rgba(0, 0, 0, 1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); /* IE6-9 */
}
.sec-title {
 position: relative;
 display: block;
 margin-top: -9px;
 padding-bottom: 59px;
}
.sec-title h2 {
 color: #a81d5e;
 font-size: 54px;
 line-height: 54px;
 font-weight: 900;
 text-align: center;
}
.sec-title h2 span {
 color: #007799;
 font-size: 33px;
}
.sec-title h2.clrwhite {
 color: #ffffff;
}
.parallax-bg-one {
 background-attachment: fixed;
 background-position: center top;
 background-repeat: no-repeat;
 background-size: cover;
 position: relative;
 z-index: 1;
}
.parallax-bg-one::before {
 background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: -1;
}
/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span, .owl-theme .owl-next span {
 display: none;
}
.owl-nav-style-one {}
.owl-nav-style-one.owl-theme .owl-prev span, .owl-nav-style-one.owl-theme .owl-next span {
 position: relative;
 top: -3px;
 display: block;
}
.owl-nav-style-one .owl-controls {}
.owl-nav-style-one.owl-theme .owl-stage-outer {
 position: relative;
 display: block;
 padding-top: 0px;
 padding-bottom: 0px;
}
.owl-nav-style-one.owl-theme .owl-nav {
 position: absolute;
 top: -100px;
 right: 0;
 z-index: 10;
 display: block;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
 position: relative;
 display: inline-block;
 width: 40px;
 height: 40px;
 background: transparent;
 border: 1px solid #031f4b;
 border-radius: 7px;
 color: #031f4b;
 font-size: 25px;
 font-weight: 500;
 line-height: 36px;
 margin: 0 0 0 0px;
 padding: 0;
 transition: all 700ms ease 0s;
}
.owl-nav-style-one.owl-theme .owl-nav .owl-prev {
 transform: rotate(0deg);
}
.owl-nav-style-one.owl-theme .owl-nav .owl-next {
 margin-left: 10px;
}
.owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
 color: #0098ff;
 border-color: #0098ff;
}
.owl-nav-style-two {}
.owl-nav-style-two .owl-controls {}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
 background: #fff none repeat scroll 0 0;
 border-radius: 0%;
 color: #3740b0;
 font-size: 24px;
 font-weight: 700;
 height: 50px;
 line-height: 50px;
 margin: 0 0 0 0px;
 padding: 0;
 width: 50px;
 transition: all 700ms ease 0s;
}
.owl-nav-style-two.owl-theme .owl-nav .owl-next {
 margin-left: 0px;
}
.owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
 color: #ffffff;
 background: #3740b0;
}
.owl-carousel.owl-dot-style1 .owl-stage-outer {
 position: relative;
 display: block;
 padding-top: 0px;
 padding-bottom: 60px;
}
.owl-carousel.owl-dot-style1 .owl-dots {
 position: relative;
 line-height: 8px;
 height: 8px;
 display: flex;
 flex-direction: row;
 justify-content: center;
 align-items: center;
 flex-wrap: wrap;
 text-align: center;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
 position: relative;
 display: inline-block;
 width: 10px;
 height: 4px;
 border: 0px solid transparent;
 background: #031f4b;
 margin: 0px 5px;
 padding: 0px;
 border-radius: 0%;
 transition: all 100ms linear;
 transition-delay: 0.1s;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
 display: none;
}
.owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
 background: #0098ff;
 width: 20px;
 height: 8px;
}
/* Accordion Box Css */
.accordion-box {
 position: relative;
 display: block;
}
.accordion-box .accordion {
 position: relative;
 display: block;
 background: #ffffff;
 border-bottom: 1px solid #dbdee4;
 border-radius: 0px;
}
.accordion-box .accordion.bordernone {
 border-bottom: none;
}
.accordion-box .accordion .accord-btn {
 position: relative;
 display: block;
 cursor: pointer;
 padding-left: 30px;
 padding-right: 70px;
 padding-top: 10px;
 padding-bottom: 10px;
 transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn h4 {
 color: #007799;
 font-size: 16px;
 line-height: 30px;
 font-weight: 600;
 transition: all 500ms ease;
}
.accordion-box .accordion .accord-btn::after {
 font-family: FontAwesome;
 position: absolute;
 content: "\f106";
 top: 50%;
 right: 30px;
 color: #f2ad2e;
 font-size: 20px;
 line-height: 20px;
 font-weight: 600;
 text-align: center;
 transform: translateY(-50%);
 transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active {
 -webkit-transition: all 0.4s linear;
 -o-transition: all 0.4s linear;
 transition: all 0.4s linear;
}
.accordion-box .accordion .accord-btn.active h4 {
 color: #f2ad2e;
}
.accordion-box .accordion .accord-btn.active:after {
 color: #007799;
 content: "\f107";
}
.accordion-box .accordion .accord-content {
 position: relative;
 display: block;
 border-top: 1px solid #dbdee4;
 padding-top: 25px;
 padding-bottom: 29px;
 padding-left: 30px;
 padding-right: 40px;
 display: none;
}
.accordion-box .accordion .accord-content.collapsed {
 display: block;
}
.accordion-box .accordion .accord-content p {
 color: #8a8c93;
 font-size: 18px;
 line-height: 34px;
 font-weight: 500;
 margin: 0;
}
@keyframes pulse {
 50% {
  box-shadow: 0 0 0 5px rgba(255, 255, 255, .1), 0 0 0 20px rgba(238, 238, 238, 0.3000);
 }
}
@keyframes pulse2 {
 50% {
  box-shadow: 0 0 0 5px rgba(255, 231, 1, .1), 0 0 0 20px rgba(255, 231, 1, 0.3000);
 }
}
.rating-box {
 position: relative;
 display: block;
 overflow: hidden;
}
.rating-box ul {
 overflow: hidden;
}
.rating-box ul li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 3px;
}
.rating-box ul li:last-child {
 margin-right: 0;
}
.rating-box ul li a {
 color: #031f4b;
 font-size: 18px;
 font-weight: 400;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.boxed_wrapper {
 position: relative;
 overflow: hidden;
 background: #ffffff none repeat scroll 0 0;
 margin: 0 auto;
 width: 100%;
 min-width: 320px;
 min-height: 400px;
}
/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
 position: relative;
 overflow-x: hidden;
 margin: 0 auto;
 width: 100%;
 min-width: 300px;
}
.body_switcher {
 position: fixed;
 top: 150px;
 z-index: 9999999;
 left: -200px;
 -webkit-transition: all .5s ease-in-out;
 transition: all .5s ease-in-out;
}
.body_switcher .body_switch_btn {
 position: absolute;
 right: -50px;
 z-index: -1;
}
.body_switcher .body_switch_btn button {
 width: 50px;
 height: 50px;
 color: #ffffff;
 font-size: 24px;
 line-height: 50px;
 background: rgba(0, 0, 0, 0.80);
 cursor: pointer;
 transition: all 500ms ease;
}
.body_switcher .boxed_switch_menu {
 position: relative;
 background: #fff;
 width: 200px;
 padding: 25px 15px 20px;
 text-align: center;
 box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
}
.body_switcher .boxed_switch_menu h5 {
 color: #222222;
 font-size: 20px;
 line-height: 24px;
 font-weight: 600;
 margin-bottom: 0px;
}
.body_switcher.switcher-show {
 left: 0;
}
.body_switcher .boxed_switch_menu .switch_body .box {
 cursor: pointer;
 display: inline-block;
 text-align: center;
 margin-top: 15px;
}
.body_switcher .boxed_switch_menu .switch_body .box > div {
 width: 80px;
 height: 50px;
 background: #fff;
 border: 2px solid #999;
}
.body_switcher .boxed_switch_menu .switch_body .box > div > span {
 display: block;
 width: 60px;
 height: 100%;
 margin: 0 auto;
 background: #fff;
 border-left: 2px solid #e5e5e5;
 border-right: 2px solid #e5e5e5;
}
.body_switcher .boxed_switch_menu .switch_body .box p {
 position: relative;
 display: block;
 color: #999;
 font-size: 16px;
 line-height: 20px;
 font-weight: 500;
 margin: 7px 0 0;
}
.main_page.active_boxlayout {
 max-width: 1550px;
 width: 100%;
 min-width: 300px;
 margin: 0 auto;
 background: url(../images/pattern/body-pattern.png) #f8f8f8;
 background-attachment: fixed;
 background-repeat: repeat;
 background-position: center;
 overflow-x: hidden;
}
/*=============== Color-Layout =============*/
.switcher {
 position: fixed;
 top: 220px;
 z-index: 99;
}
.switcher .switch_btn {
 position: absolute;
 top: 0px;
 right: -50px;
 z-index: -1;
}
.switcher .switch_btn button {
 width: 50px;
 height: 50px;
 color: #fff;
 line-height: 50px;
 cursor: pointer;
 border-radius: 0;
 margin-left: 0;
 transition: all 500ms ease;
 background: rgba(255, 255, 255, 0.70);
}
.switcher .switch_menu {
 position: absolute;
 width: 180px;
 height: 30px;
 background: transparent;
 display: none;
 top: 0px;
 left: 60px;
 bottom: 0;
 margin: 10px 0;
}
.switcher #styleOptions li {
 position: relative;
 display: inline-block;
 width: 30px;
 height: 30px;
 margin-right: 3px;
}
.switcher #styleOptions li:last-child {
 margin-right: 0;
}
.switcher #styleOptions li a {
 position: relative;
 display: inline-block;
 width: 100%;
 height: 100%;
 border-radius: 50%;
 box-shadow: 0 0 0 0px #fff;
}
.switcher #styleOptions li a.blue-color {
 background: #6377ee;
}
.switcher #styleOptions li a.pink-color {
 background: #ff6ec7;
}
.switcher #styleOptions li a.violet-color {
 background: #6936d8;
}
.switcher #styleOptions li a.crimson-color {
 background: #ba0913;
}
.switcher #styleOptions li a.orange-color {
 background: #FFA500;
}
/*________________Preloader_______________ */
.preloader {
 position: fixed;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 z-index: 999999999999999999;
 background-color: #ffffff;
 background-position: center center;
 background-repeat: no-repeat;
 background-image: url(../images/icon/preloader.gif);
}
.preloader.style-two {
 background-image: url(../images/icon/preloader-1.gif);
}
/*** Scroll To Top style ***/
.scroll-top {
 position: fixed;
 right: 15px;
 bottom: 20px;
 width: 55px;
 height: 55px;
 background: #007799;
 color: #ffffff;
 border-radius: 5px;
 font-size: 20px;
 line-height: 55px;
 font-weight: 600;
 text-align: center;
 text-transform: uppercase;
 display: none;
 cursor: pointer;
 transition: all 200ms linear;
 transition-delay: 0.1s;
 z-index: 999999999;
}
.scroll-top span {}
.scroll-top:after {
 position: absolute;
 content: '';
 top: 100%;
 left: 5%;
 height: 10px;
 width: 90%;
 opacity: 1;
 z-index: -1;
 background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
 background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
 background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll-top:hover {
 color: #f8f8f8;
}
.scroll-top.style2 {
 position: absolute;
 left: 0;
 top: -20px;
 right: 0;
 width: 40px;
 height: 40px;
 margin: 0 auto;
 border-radius: 5px;
 background-color: #0098ff;
 border: none;
 text-align: center;
 animation: auto;
 transition: all 200ms linear;
 transition-delay: 0.1s;
 font-size: 20px;
 line-height: 40px;
 font-weight: 400;
}
/* Form validation styles */
input:focus, textarea:focus, select:focus {
 border-color: #43c3ea;
 outline: none;
}
#contact-form input[type="text"].error {
 border-color: red;
}
#contact-form input[type="email"].error {
 border-color: red;
}
#contact-form select.error {
 border-color: red;
}
#contact-form textarea.error {
 border-color: red;
}
/* Post pagination styles */
.post-pagination {
 position: relative;
 display: block;
}
.post-pagination.martop20 {
 margin-top: 20px;
}
.post-pagination li {
 position: relative;
 display: inline-block;
 margin: 0 3px;
}
.post-pagination li a {
 position: relative;
 display: block;
 height: 60px;
 width: 60px;
 border-radius: 50%;
 border: 2px solid #eeeeee;
 color: #131313;
 font-size: 18px;
 line-height: 56px;
 font-weight: 600;
 transition: all 500ms ease 0s;
 font-family: 'Poppins', sans-serif;
}
.post-pagination li a i {
 color: #c1c1c1;
 font-size: 22px;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.post-pagination li.active a, .post-pagination li:hover a {
 background: #fec727;
 border-color: #fec727;
}
.post-pagination li.active a i, .post-pagination li:hover a i {
 color: #131313;
}
.post-pagination.style2 li a {
 border-radius: 0;
}
.secpd100-0 {
 padding: 100px 0;
}
/* Overlay styles */
.overlay-style-one {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 transition-delay: .1s;
 transition-timing-function: ease-in-out;
 transition-duration: .7s;
 transition-property: all;
 opacity: 0;
 z-index: 1;
}
.overlay-style-one.bg1 {
 background-color: rgba(0, 0, 0, 0.50);
}
.overlay-style-one.bg2 {
 background-color: #533c849c;
}
.overlay-style-one.bg3 {
 background-color: rgba(0, 83, 153, 0.90);
}
.overlay-style-one .box {
 display: table;
 height: 100%;
 width: 100%;
}
.overlay-style-one .box .content {
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
.overlay-style-one .box .inner {
 display: table-cell;
 text-align: center;
 vertical-align: middle;
}
.overlay-style-two {
 position: absolute;
 left: 0px;
 bottom: 0px;
 right: 0px;
 top: 0px;
 z-index: 2;
 opacity: 0;
 transition: all 900ms ease;
}
.overlay-style-two:before {
 position: absolute;
 content: '';
 top: 0px;
 left: 0px;
 width: 100%;
 height: 50%;
 display: block;
 opacity: 0;
 text-align: center;
 transform: perspective(400px) rotateX(-90deg);
 transform-origin: top;
 transition: all 0.5s;
 background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style-two:after {
 position: absolute;
 content: '';
 left: 0px;
 bottom: 0px;
 width: 100%;
 height: 50%;
 display: block;
 opacity: 0;
 text-align: center;
 transform: perspective(400px) rotateX(90deg);
 transform-origin: bottom;
 transition: all 0.5s;
 background-color: rgba(18, 18, 18, 0.90);
}
.overlay-style1 {
 position: absolute;
 top: 0;
 left: -100%;
 bottom: 0;
 width: 100%;
 opacity: 0;
 transform-origin: top;
 transform-style: preserve-3d;
 transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
 z-index: 1;
}
.overlay-style1.bg1 {
 background-color: rgba(0, 0, 0, 0.70);
}
.overlay-style2 {
 position: absolute;
 top: 20px;
 left: 20px;
 bottom: 20px;
 right: 20px;
 opacity: 0;
 background-color: rgba(0, 0, 0, 0.70);
 transform: skew(0deg, 0deg) scale(1.2, 1.2);
 transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
 z-index: 1;
}
.review-box {
 position: relative;
 display: block;
 overflow: hidden;
 line-height: 16px;
}
.review-box ul {
 display: block;
 overflow: hidden;
}
.review-box ul li {
 display: inline-block;
 float: left;
 margin-right: 4px;
}
.review-box ul li:last-child {
 margin-right: 0px;
}
.review-box ul li i {
 font-size: 18px;
 color: #ffba00;
}
.social-links-style1 {
 position: relative;
 display: block;
 overflow: hidden;
}
.social-links-style1 li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 10px;
}
.social-links-style1 li:last-child {
 margin-right: 0px;
}
.social-links-style1 li a i {
 position: relative;
 display: block;
 background: #f4f5f7;
 width: 50px;
 height: 50px;
 border-radius: 50%;
 color: #353742;
 font-size: 16px;
 font-weight: 400;
 line-height: 50px;
 text-align: center;
 transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
 color: #ffffff;
 background: #02c18d;
}
.sociallinks-style-two {
 position: relative;
 display: block;
 overflow: hidden;
 margin: 7px 0 8px;
}
.sociallinks-style-two li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 25px;
}
.sociallinks-style-two li:last-child {
 margin-right: 0px;
}
.sociallinks-style-two li a i {
 position: relative;
 display: block;
 color: #ffffff;
 font-size: 16px;
 transition: all 500ms ease 0s;
}
.sociallinks-style-two li a:hover i {
 color: #e4b33d;
}
/* Update header Style */
@keyframes menu_sticky {
 0% {
  margin-top: -90px;
 }
 50% {
  margin-top: -74px;
 }
 100% {
  margin-top: 0;
 }
}
/*** 



========================================



    Mobile Menu



========================================



***/
.nav-outer .mobile-nav-toggler {
 position: relative;
 display: none;
 float: right;
 cursor: pointer;
 padding: 30px 0;
}
.nav-outer .mobile-nav-toggler .inner {
 position: relative;
 display: block;
 padding: 3px 5px;
}
.mobile-menu {
 position: fixed;
 top: 0;
 right: 0;
 width: 300px;
 max-width: 100%;
 height: 100%;
 padding-right: 30px;
 opacity: 0;
 visibility: hidden;
 z-index: 999999;
}
.mobile-menu .menu-backdrop {
 position: fixed;
 top: 0;
 right: 0;
 width: 100%;
 height: 100%;
 background-color: rgba(3, 13, 40, 0.90);
 -webkit-transform: translateX(101%);
 -ms-transform: translateX(101%);
 transform: translateX(101%);
 transition: all 900ms ease;
 -moz-transition: all 900ms ease;
 -webkit-transition: all 900ms ease;
 -ms-transition: all 900ms ease;
 -o-transition: all 900ms ease;
 z-index: 1;
}
.mobile-menu-visible .mobile-menu .menu-backdrop {
 opacity: 0.70;
 visibility: visible;
 -webkit-transition: all 0.7s ease;
 -moz-transition: all 0.7s ease;
 -ms-transition: all 0.7s ease;
 -o-transition: all 0.7s ease;
 transition: all 0.7s ease;
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
.mobile-menu .mCSB_inside > .mCSB_container {
 margin-right: 5px;
}
.mobile-menu .navbar-collapse {
 display: block !important;
}
.mobile-menu .nav-logo {
 position: relative;
 padding: 30px 25px;
 text-align: left;
}
.mobile-menu .nav-logo a {
 position: relative;
 display: inline-block;
}
.mobile-menu-visible {
 overflow: hidden;
}
.mobile-menu-visible .mobile-menu {
 opacity: 1;
 visibility: visible;
}
.mobile-menu .menu-box {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 height: 100%;
 max-height: 100%;
 overflow-y: auto;
 background: #000000;
 padding: 0px 0px;
 z-index: 5;
 opacity: 0;
 visibility: hidden;
 border-radius: 0px;
 -webkit-transform: translateX(101%);
 -ms-transform: translateX(101%);
 transform: translateX(101%);
}
.mobile-menu-visible .mobile-menu .menu-box {
 opacity: 1;
 visibility: visible;
 -webkit-transition: all 0.7s ease;
 -moz-transition: all 0.7s ease;
 -ms-transition: all 0.7s ease;
 -o-transition: all 0.7s ease;
 transition: all 0.7s ease;
 -webkit-transform: translateX(0%);
 -ms-transform: translateX(0%);
 transform: translateX(0%);
}
.mobile-menu .close-btn {
 position: absolute;
 top: 10px;
 right: 10px;
 color: #ffffff;
 font-size: 20px;
 line-height: 30px;
 width: 24px;
 text-align: center;
 cursor: pointer;
 z-index: 10;
 -webkit-transition: all 0.9s ease;
 -moz-transition: all 0.9s ease;
 -ms-transition: all 0.9s ease;
 -o-transition: all 0.9s ease;
 transition: all 0.9s ease;
}
.mobile-menu-visible .mobile-menu .close-btn {
 -webkit-transform: rotate(360deg);
 -ms-transform: rotate(360deg);
 transform: rotate(360deg);
}
.mobile-menu .close-btn:hover {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}
.mobile-menu .navigation {
 position: relative;
 display: block;
 width: 100%;
 float: none;
}
.mobile-menu .navigation li {
 position: relative;
 display: block;
 border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation:last-child {
 border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > ul > li:first-child {
 border-top: 1px solid rgba(255, 255, 255, 0.10);
}
.mobile-menu .navigation li > a {
 position: relative;
 display: block;
 padding: 10px 25px;
 color: #ffffff;
 font-size: 15px;
 line-height: 24px;
 font-weight: 600;
 text-transform: uppercase;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}
.mobile-menu .navigation li > a:before {
 content: '';
 position: absolute;
 left: 0;
 top: 0;
 height: 0;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}
.mobile-menu .navigation li.current > a:before {
 height: 100%;
}
.mobile-menu .navigation li ul li > a {
 font-size: 15px;
 font-weight: 400;
 margin-left: 20px;
 text-transform: capitalize;
}
.mobile-menu .navigation li.dropdown .dropdown-btn {
 position: absolute;
 top: 6px;
 right: 6px;
 width: 32px;
 height: 32px;
 text-align: center;
 color: #ffffff;
 font-size: 16px;
 line-height: 32px;
 background: rgba(255, 255, 255, 0.10);
 cursor: pointer;
 border-radius: 2px;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
 z-index: 5;
}
.mobile-menu .navigation li.dropdown .dropdown-btn.open {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}
.mobile-menu .navigation li > ul, .mobile-menu .navigation li > ul > li > ul {
 display: none;
}
.mobile-menu .social-links {
 position: relative;
 text-align: center;
 padding: 30px 25px;
}
.mobile-menu .social-links li {
 position: relative;
 display: inline-block;
 margin: 0px 5px 10px;
}
.mobile-menu .social-links li a {
 position: relative;
 color: #ffffff;
 font-size: 20px;
 line-height: 32px;
 -webkit-transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 transition: all 500ms ease;
}
.mobile-menu .social-links li a:hover {
 color: #02c18d;
}
/*==============================================



    Main Header Css        



===============================================*/
.main-header {
 position: absolute;
 left: 0px;
 top: 0px;
 width: 100%;
 margin: 0px;
 z-index: 999999;
 transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
}
.sticky-header {
 position: fixed;
 top: 0px;
 left: 0px;
 width: 100%;
 padding: 0px 0px;
 background: rgba(255, 255, 255, 0.97);
 opacity: 0;
 visibility: hidden;
 transition: all 500ms ease;
 -moz-transition: all 500ms ease;
 -webkit-transition: all 500ms ease;
 -ms-transition: all 500ms ease;
 -o-transition: all 500ms ease;
 z-index: 0;
}
.fixed-header .sticky-header {
 visibility: visible;
 -ms-animation-name: fadeInDown;
 -moz-animation-name: fadeInDown;
 -op-animation-name: fadeInDown;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 -ms-animation-duration: 500ms;
 -moz-animation-duration: 500ms;
 -op-animation-duration: 500ms;
 -webkit-animation-duration: 500ms;
 animation-duration: 500ms;
 -ms-animation-timing-function: linear;
 -moz-animation-timing-function: linear;
 -op-animation-timing-function: linear;
 -webkit-animation-timing-function: linear;
 animation-timing-function: linear;
 -ms-animation-iteration-count: 1;
 -moz-animation-iteration-count: 1;
 -op-animation-iteration-count: 1;
 -webkit-animation-iteration-count: 1;
 animation-iteration-count: 1;
 box-shadow: 0 0 10px rgba(0, 0, 0, .1);
 opacity: 1;
 z-index: 999999;
}
.sticky-header .logo {
 position: relative;
 display: block;
 padding: 23px 0 24px;
}
.sticky-header .logo a {
 position: relative;
 display: inline-block;
}
.sticky-header .main-menu .navigation > li {
 padding: 0;
 margin-right: 40px;
}
.sticky-header .main-menu .navigation > li > a {
 padding: 27px 0 28px;
}
.header-style-one {
 position: relative;
}
.header-style-one .border-top {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 10px;
 background: #0098ff;
 content: "";
}
.header-top {
 position: relative;
 display: block;
 background: #ffffff;
}
.header-top .outer-box {
 position: relative;
 display: block;
 background: #353742;
 border-bottom-left-radius: 7px;
 border-bottom-right-radius: 7px;
}
.header-top-left {
 position: relative;
 display: block;
 padding: 10px 0 11px;
 padding-left: 40px;
}
.header-top-left p {
 color: #ffffff;
 font-size: 14px;
 line-height: 24px;
 font-weight: 600;
 margin: 0;
}
.header-top-right {
 position: relative;
 display: block;
}
.header-social-link {
 position: relative;
 display: block;
 float: left;
 padding: 7px 0 8px;
 margin-right: 40px;
}
.header-social-link ul {
 position: relative;
 display: block;
 overflow: hidden;
}
.header-social-link ul li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 30px;
}
.header-social-link ul li:last-child {
 margin-right: 0;
}
.header-social-link ul li a {
 position: relative;
 display: block;
 color: #ffffff;
 font-size: 14px;
 line-height: 30px;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.header-social-link ul li a:hover {
 color: #02c18d;
}
.header-top-right .button-box {
 position: relative;
 display: block;
 float: right;
}
.header-top-right .button-box a {
 position: relative;
 display: inline-block;
 background: #02c18d;
 color: #ffffff;
 font-size: 14px;
 line-height: 45px;
 font-weight: 700;
 padding: 0 40px;
 border-bottom-right-radius: 7px;
 -webkit-transition: all 0.4s linear;
 -o-transition: all 0.4s linear;
 transition: all 0.4s linear;
}
.header-top-right .button-box a:hover {
 background: #22232b;
}
.header {
 display: block;
 /*background: #fff;

  border-bottom: 2px solid #f0a607;*/
}
header.scrolled .nav-item > a {
 color: #00799e !important;
}
header.scrolled {
 background: #fff;
 box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}
header .nav-item > a {
 color: #fff !important;
}
.header .outer-box {
 position: relative;
 display: block;
}
.header-left {
 position: relative;
 display: block;
}
.header-left .logo {
 position: relative;
 display: block;
 padding: 41px 0;
}
.header-left .logo a {
 position: relative;
 display: inline-block;
}
.header-left .logo a img {
 width: auto;
}
.header-right {
 position: relative;
 display: block;
}
.header-right .nav-outer {
 position: relative;
 display: block;
 float: left;
}
.main-menu.style1 {}
.main-menu {
 position: relative;
 display: block;
 float: left;
}
.main-menu .navbar-collapse {
 padding: 0px;
 display: block !important;
}
.main-menu .navigation {
 position: relative;
 display: block;
}
.main-menu .navigation > li {
 position: relative;
 display: inline-block;
 float: left;
 margin-right: 50px;
 padding: 45px 0;
}
.main-menu .navigation > li:last-child {
 margin-right: 0;
}
.main-menu .navigation > li > a {
 position: relative;
 display: block;
 color: #8a8c93;
 font-size: 18px;
 line-height: 30px;
 font-weight: 600;
 text-transform: capitalize;
 transition: all 500ms ease;
 opacity: 1;
 font-family: 'Inter', sans-serif;
}
.main-menu .navigation > li > ul {
 position: absolute;
 top: 100%;
 left: 0;
 width: 270px;
 padding: 0px 0;
 opacity: 0;
 visibility: hidden;
 border-radius: 0;
 -moz-transform: translateY(30px);
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 -o-transform: translateY(30px);
 transform: translateY(30px);
 transition: all 100ms ease;
 z-index: 100;
}
.main-menu .navigation > li > ul:before {
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 100%;
 content: '';
 background: #ffffff;
 border-radius: 0;
 -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 z-index: -1;
}
.main-menu .navigation > li.dropdown:hover > ul {
 opacity: 1;
 visibility: visible;
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -webkit-transition: all 500ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li {
 position: relative;
 display: block;
 padding: 0 20px;
 width: 100%;
}
.main-menu .navigation > li > ul > li > a {
 position: relative;
 display: block;
 border-bottom: 1px solid #e9e9e9;
 padding: 13px 0px 13px;
 color: #353742;
 font-size: 15px;
 line-height: 24px;
 font-weight: 600;
 text-align: left;
 text-transform: capitalize;
 transition: all 500ms ease;
 font-family: 'Inter', sans-serif;
}
.main-menu .navigation > li > ul > li:last-child > a {
 border: none;
}
.main-menu .navigation > li > ul > li > a:hover {
 padding-left: 15px;
}
.main-menu .navigation > li > ul > li > a:before {
 position: absolute;
 top: 0;
 left: 0px;
 bottom: 0;
 content: "";
 margin: 15px 0;
 width: 0px;
 background: #02c18d;
 opacity: 0;
 transition: all 500ms ease;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li:hover > a:before {
 width: 5px;
}
.main-menu .navigation > li > ul > li.dropdown > a:after {
 position: absolute;
 top: 0px;
 right: 0px;
 bottom: 0;
 font-family: FontAwesome;
 content: "\f105";
 color: #031f4b;
 font-size: 14px;
 font-weight: 700;
 margin: 12px 0;
 text-align: right;
 z-index: 5;
}
.main-menu .navigation > li > ul > li:hover > a:before {
 opacity: 1;
}
.main-menu .navigation > li > ul > li > ul {
 position: absolute;
 top: 0%;
 left: 100%;
 width: 250px;
 padding: 0;
 display: none;
 background: #ffffff;
 border-radius: 0;
 -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
 -moz-transform: translateY(30px);
 -webkit-transform: translateY(30px);
 -ms-transform: translateY(30px);
 -o-transform: translateY(30px);
 transform: translateY(30px);
 transition: all 100ms ease;
 z-index: 100;
}
.main-menu .navigation li > ul > li.dropdown:hover ul {
 opacity: 1;
 visibility: visible;
 -moz-transform: translateY(0);
 -webkit-transform: translateY(0);
 -ms-transform: translateY(0);
 -o-transform: translateY(0);
 transform: translateY(0);
 transition: all 300ms ease;
 -moz-transition: all 300ms ease;
 -webkit-transition: all 500ms ease;
 -ms-transition: all 300ms ease;
 -o-transition: all 300ms ease;
}
.main-menu .navigation > li > ul > li > ul > li {
 position: relative;
 display: block;
 padding: 0 20px;
 width: 100%;
}
.main-menu .navigation > li > ul > li > ul > li > a {
 position: relative;
 display: block;
 border-bottom: 1px solid #e9e9e9;
 padding: 13px 0px 13px;
 color: #353742;
 ;
 font-size: 15px;
 line-height: 24px;
 font-weight: 600;
 text-align: left;
 text-transform: capitalize;
 transition: all 500ms ease;
 font-family: 'Inter', sans-serif;
}
.main-menu .navigation > li > ul > li > ul > li:last-child > a {
 border: none;
}
.main-menu .navigation > li > ul > li:hover > a {
 padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li > a:hover {
 padding-left: 15px;
}
.main-menu .navigation > li > ul > li > ul > li a:before {
 position: absolute;
 top: 0;
 left: 0px;
 bottom: 0;
 content: "";
 margin: 15px 0;
 width: 0px;
 background: #02c18d;
 transition: all 500ms ease;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.main-menu .navigation > li > ul > li > ul > li:hover > a:before {
 width: 5px;
}
/****



.main-menu .navigation> li> ul.megamenu {



    position: absolute;



    left: -232px;



    width: 700px;



}



.main-menu .navigation> li> ul.megamenu li {



    position: relative;



    max-width: 33.333333%;



    float: left;



}



***/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
 position: absolute;
 right: 0px;
 top: 0;
 width: 50px;
 height: 42px;
 border-left: 1px solid #04102a;
 text-align: center;
 font-size: 16px;
 line-height: 42px;
 color: #ffffff;
 cursor: pointer;
 display: none;
 z-index: 5;
}
.header-contact {
 position: relative;
 display: block;
 float: right;
 padding: 26px 0;
 margin-left: 60px;
}
.header-contact .icon {
 width: 80px;
}
.header-contact .icon span:before {
 position: relative;
 top: 7px;
 font-size: 60px;
 line-height: 60px;
}
.header-contact .icon, .header-contact .title {
 display: table-cell;
 vertical-align: middle;
}
.header-contact .title a {
 color: #353742;
 font-size: 18px;
 font-weight: 700;
 transition: all 200ms linear;
 transition-delay: 0.1s;
}
.header-contact .title a:hover {
 color: #02c18d;
}
.header-contact .title p {
 font-size: 16px;
 line-height: 20px;
 font-weight: 500;
 margin: 0px 0 0;
}
.title a {
 color: #fff;
 font-size: 18px;
 font-weight: normal;
}
.title h4 i {
 margin-right: 10px;
}
/* btn css*/
.btn.btn-primary {
 background: #00779b;
 border: 1px solid #00779b;
 color: #fff;
 border-radius: 20px;
}
.intro-form {
 padding: 30px 40px 40px;
 border-radius: 15px;
 background: #fff;
 webkit-box-shadow: 0px 40px 80px -40px rgba(0, 0, 0, 1) !important;
 -moz-box-shadow: 0px 40px 80px -40px rgba(0, 0, 0, 1) !important;
 box-shadow: 0px 40px 80px -40px rgba(0, 0, 0, 1) !important;
}
.header img {
 width: 100%;
 height: 90px;
 padding: 10px 0;
}
.mblbtn a {
 font-size: 14px;
}
/***



==================



slider style



================



***/
.intro1 {
 background: #000000 url(../images/hemodialysis.jpg) no-repeat;
 background-size: cover;
 padding: 140px 0 100px;
}
.intro {
 position: relative;
}
.overlay {
 background: #343434;
 opacity: 0.75;
 position: absolute;
 top: 0;
 left: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
.intro .container, .intro img {
 position: relative;
 z-index: 77;
}
.intro1 h2 {
 color: #fff;
 font-size: 53px;
 text-transform: none;
 font-weight: 700;
 margin: 0 0 15px;
}
.intro1 p {
    font-size: 12px;
    color: #fff;
    margin-bottom: 0;
    padding-top: 5px;
    text-align: center;
}
.features-list {
 margin-top: 10px;
 display: flex;
}
.features-list li {
 display: flex;
 color: #f0a607;
 margin: 0 auto;
}
.features-list li i {
 width: 80px;
 height: 80px;
 line-height: 78px;
 border-radius: 0px 15px 0px 15px;
 font-size: 36px;
 background: #fff;
 margin-right: 10px;
 text-align: center;
}
.features-list li h5 {
 color: #fff;
 font-size: 18px;
 letter-spacing: -0.5px;
 margin-top: 15px;
 margin-right: 15px;
}
/**



==========



about css



=========



**/
.about-section_one {
 background-image: url(../images/abt-bg-img.png);
 background-position: top center;
 background-repeat: no-repeat;
}
h2.pbmit-title {
 font-size: 30px;
 margin-bottom: 20px;
 color: #00779b;
 text-align: center;
}
ul h3 {
 font-size: 20px;
 color: #f0a607;
 margin-bottom: 10px;
}
ul.list-group.list-group-borderless li i {
 font-size: 14px;
 color: #f0a607;
 margin-top: 6px;
}
ul.list-group.list-group-borderless li span {
 margin-left: 10px;
 font-size: 16px;
}
.pbmit-heading-desc p {
 font-size: 16px;
}
ul.list-group.list-group-borderless li {
 display: flex;
 margin-bottom: 10px;
}
.form-group select:focus {
 border-right: 16px solid white;
}
.form-group select {
 border-right: 16px solid white;
}
/**



=======



hpns css



=====



**/
.laboratory-index_one {
 /* background: #f2f2f2 url(../images/dot-bg.png);*/
 background: #f2f2f2;
 background-position: top center;
 background-repeat: no-repeat;
}
h4.pbmit-title {
 font-size: 30px;
 margin-bottom: 20px;
 color: #00779b;
 text-transform: capitalize;
}
.round-20px {
 border-radius: 20px;
}
/** fiter css**/
section.filter {
 background: url(../images/dot-bg.png);
 background-position: right;
 background-repeat: no-repeat;
}
.title h4 {
 font-size: 20px;
 color: #fff;
 background: #00779b;
 padding: 5px 15px;
 border-radius: 20px;
}
.faqs .question {
 font-size: 1.2rem;
 font-weight: 500;
 padding: 15px 80px 15px 15px;
 position: relative;
 display: flex;
 align-items: center;
 cursor: pointer;
 color: #f0a607;
}
.faqs .question::after {
 content: "\002B";
 font-size: 2.2rem;
 position: absolute;
 right: 20px;
 transition: 0.2s;
}
.faqs .question.active::after {
 transform: rotate(45deg);
}
.faqs .answercont {
 max-height: 0;
 overflow: hidden;
 transition: 0.3s;
}
.faqs .answer {
 padding: 0 20px 20px;
 line-height: 1.5rem;
 font-size: 16px;
}
.faqs .question.active + .answercont {}
.faqs .answer a {
 color: #00779b;
 font-size: 16px;
}
/** home **/
section.section-lg.py-5.about-section_two {
 background: linear-gradient(45deg, #fbba00, #00779b);
}
section.section-lg.py-5.about-section_two ul li {
 display: flex;
 margin-bottom: 10px;
}
section.section-lg.py-5.about-section_two ul li i {
 font-size: 14px;
 margin-top: 6px;
 margin-right: 10px;
}
/* abt-dialysis*/
.abt-dialysis {
 background: #f2f2f2;
}
ul.list-group.list-group-borderless li img {
 width: 16px;
 filter: brightness(0.5);
}
.abt-img img {
 border-radius: 20px;
}
.footer.cpyrt {
 padding-bottom: 10px;
}
.rmenu {
 position: fixed;
 top: 150px;
 right: 0;
 display: block;
 flex-direction: column;
 padding: 20px 0;
 z-index: 99999;
}
.rmenu .menu-item-phn {
 position: fixed;
 right: 0px;
 cursor: pointer;
 z-index: 999;
 height: 46px;
 width: 52px;
 top: 241px;
 background: #f0a607;
 color: #fff !important;
 text-align: center;
 margin-top: 12px;
 transition: width 2s;
 padding: 10px;
 border-radius: 30px 0 0 30px;
}
.menu-item-phn a {
 color: #fff;
 display: flex;
 padding: 0 7px;
 margin: 0px 0;
}
.rmenu .menu-item-phn i {
 font-size: 24px;
}
.menu-item-phn span {
 font-size: 15px;
 right: -150px;
 position: absolute;
 opacity: 0;
 transition: 1s;
}
.menu-item-phn:hover {
 right: 0;
 width: 210px;
 padding: 10px 10px;
 border-top-left-radius: 30px !important;
 border-bottom-left-radius: 30px !important;
 border-radius: 0;
}
.menu-item-phn:hover span {
 display: block;
 font-size: 15px !important;
 float: left;
 right: 8px;
 opacity: 1;
 transition-delay: 1s;
 margin-top: 0px;
}
@media only screen and (max-width: 767px) {
 .footer.cpyrt {
  padding-bottom: 40px !important;
 }
 .title h4 i {
  margin-right: 0 !important;
 }
 .intro1 h2 {
  font-size: 22px !important;
 }
 .intro1 {
  padding: 130px 0 60px !important;
 }
 .features-list li {
  width: 32% !important;
  display: block !important;
 }
 h4.pbmit-title {
  font-size: 22px !important;
 }
 h2.pbmit-title {
  font-size: 22px !important;
 }
}
@media only screen and (min-width: 681px) and (max-width: 767px) {
 .mobbnr {
  height: 440px;
 }
 .appointmnt {
  top: 540px !important;
 }
}
@media only screen and (min-width: 768px) and (max-width: 920px) {
 .carousel-item {
  height: 420px;
 }
 .dstpbnr {
  width: 100%;
  background-size: cover;
  position: relative;
 }
 .appointmnt {
  top: 4%;
 }
}
@media only screen and (min-width: 921px) and (max-width: 1023px) {
 .carousel-item {
  height: 495px;
 }
 .dstpbnr {
  width: 100%;
  background: url(../images/slides/covid-19-banner-768.jpg) top no-repeat;
  background-size: cover;
  position: relative;
 }
 .appointmnt {
  top: 5%;
 }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
 .carousel-item {
  height: 430px;
 }
 .appointmnt {
  top: 4%;
 }
}
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
 .carousel-item {
  height: 510px;
 }
 .appointmnt {
  top: 5%;
 }
}
@media only screen and (min-width: 1780px) and (max-width: 2260px) {
 .carousel-item {
  height: 800px;
 }
}
@media only screen and (min-width: 2261px) and (max-width: 3000px) {
 .carousel-item {
  height: 1070px;
 }
}
@media only screen and (min-width: 3001px) and (max-width: 4000px) {
 .carousel-item {
  height: 1400px;
 }
}
header.fixed-header {
 position: fixed;
}
.testimonial img {
 width: 200px;
 height: 200px;
 border-radius: 100px;
 margin-bottom: 10px;
}
.btn {
 background: #00779b;
}


.rmenu .menu-item-whtsap {
    position: fixed;
    right: 2px;
    cursor: pointer;
    z-index: 999;
    height: 46px;
    width: 46px;
    top: 241px;
    background: #0dc143;
    color: #fff !important;
    text-align: center;
    transition: width 2s;
    padding: 10px;
    border-radius: 6px;
}
.menu-item-whtsap a {
    color: #fff;
    display: flex;
    padding: 0 4px;
    margin: 0px 0;
}
.menu-item-whtsap span {
    font-size: 15px;
    right: -150px;
    position: absolute;
    opacity: 0;
    transition: 1s;
}
.menu-item-whtsap:hover {
    right: 0;
    width: 140px;
    padding: 10px 10px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-radius: 0;
}
.menu-item-whtsap:hover span {
    display: block;
    font-size: 14px !important;
    float: left;
    right: 8px;
    opacity: 1;
    transition-delay: 1s;
    margin-top: 0px;
}
.menu-item-whtsap i {
    margin-top: 2px;
    font-size: 22px;
}