
*{
  margin:0;
  padding:0;
}
body{
  font-size: 16px !important;
}
.responsive {
  width: 100%;
  height: auto;
}
.header-top{
  background-color: #00546d;
  /* background-color: #29C6F4; */
}
.header-menu{
  background: #fff;
  border-bottom: 1px solid #eff2f8;
  box-shadow: 0px 3px 5px #333;
}
.header-menu .navbar{
  float: right;
}
.main-header{
  display: block;
  margin: 0px auto;
  width: 100%;
}
.user_menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*border: 1px solid #e7e7e7;*/
}

.navbar .nav-link {
  font-size: 16px;
  /* margin-left: 10px; */
  text-transform: uppercase;
  color: #00546d !important;
  font-weight: bold;
  text-align: center;
  /* background-color: hsla(0, 0%, 100%, 0.06); */
  border-radius: 20px;
  padding: 25px 10px !important;
}
.navbar .nav-link i {
  font-size: 20px !important;
}
.navbar .nav-link:hover {
  
  color: #fb0a26 !important;
  
}
.menu-span{
  padding-left: 6px;
}
.navbar .fa-bars{
  color: #fff;
}
.dropdown-menu {
  padding: 0px;
  background-color:hsl(0deg 0% 0% / 86%);
  /* border-radius: 20px; */
}
.dropdown-item:hover{
  background: transparent;
}
.dropdown-item{
  color: #fff !important;
  border-bottom: 1px solid #00809a;
}
.fa-bars {
  color: #000000;
  font-size: 30px;
}
.wrapper {
  border: 1px solid #000000;
  height: calc(100vh - 2px);
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  width: calc(100vw - 2.55px);
}
.scroll-top {
  background: #005a2b;
  border: 0;
  border-radius: 50%;
  bottom: 0;
  cursor: pointer;
  height: 50px;
  margin: 15px;
  opacity: 0.75;
  position: fixed;
  right: -70px;
  transition: right 0.2s ease-in-out;
  width: 50px;
  z-index: 99;
}
.scroll-top.visible {
  right: 0;
}
.arrow {
  border: solid #000000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  margin-top: 5px;
  padding: 4px;
}
.arrow.up {  
  transform: rotate(-135deg);
}
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}






.hom_categoty_product{
  padding-bottom: 50px;
}
.padding-mobile{
  padding-right: 5px;
  padding-left: 5px;
}


.wrap-footer-item .wrap-list-item.apps-list,
.wrap-footer-item .wrap-list-item.social-network{
    margin-top: 4px;
}
.wrap-footer-item .wrap-list-item{
    text-align: left;
    margin-top: 5px;
}
.wrap-footer-item .wrap-list-item ul{
    margin: 0;
    padding: 0;
    display: inline-block;
}
.wrap-footer-item .wrap-list-item li{
    display: inline-block;
    margin-top: 5px;
}
.wrap-footer-item .wrap-list-item li:not(:last-child){
    margin-right: 6px;
}
.wrap-footer-item .wrap-gallery li .link-to-item img{
    border-radius: 1px;
}
.social-network ul li a{
    background-color: hsl(0deg 0% 100% / 21%);
    display: inline-block;
    width: 42px;
    height: 42px;
    text-align: center;
    padding: 12px 5px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
}
.social-network ul li a i{
    font-size: 25px;
    line-height: 14px;
}
.social-network ul li a:hover i{
    color: #ffffff;
}
.wrap-footer-item .wrap-list-item li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.social-network {
  margin-top: 0px;
}
.social-network .fa-twitter{
  color:#00acee !important;
}
.social-network .fa-facebook{
  color: #507edd !important;
}
.social-network .fa-pinterest{
  color: #c8232c  !important;
}
.social-network .fa-instagram{
  color: rgb(247 30 76) !important;
}
.social-network .fa-youtube{
  color: #FF0000 !important;
}
.social-network {
  padding: 15% 0;
  float: right;
}
.social-network ul{
  margin: 0;
}
.social-network-bottom{
  padding-top: 0px;
  padding-bottom: 0px;
}
.social-network-bottom ul li a{
  background-color:hsl(0deg 0% 100% / 11%);
  /* background-color: hsl(0deg 0% 100%); */
  display: inline-block;
  width: 42px;
  height: 42px;
  text-align: center;
  padding: 12px 5px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; 
}
.social-network-bottom ul li a i{
  font-size: 25px;
  line-height: 14px;
}
.social-network-bottom ul li a:hover i{
  color: #ffffff;
}
.social-network-bottom li {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.social-network-bottom {
  display: block;
  margin: 0px auto;
}
.top-contact ul{
  margin: 0;
}
.top-contact ul li{
  display: inline-block;
  list-style: none;
  padding: 14px 0;
}
.top-contact ul li a{
  text-decoration: none;
  color: #ffffff;
}
.text-size{
  font-size: 30px !important;
}
.link-banner{
  text-decoration: none;
  color: #000;
}
.link-banner:hover{
  text-decoration: none;
  color: #000;
}
.title-border-middle>.section-title {
  overflow: hidden;
  margin-bottom: 0px;
}
.section-title {
  color: #313131;
  font-size: 1rem;
}
.section-title {
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 1.25em;
  letter-spacing: normal;
}
.title-border-middle .section-title{
display: flex;
flex-direction: row;
align-items: center;
flex-wrap: nowrap;
}
.title-border-middle .section-title .line-l, .title-border-middle .section-title .line-r {
  height: 1px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  background: rgba(0,0,0,.06);
}
.title-border-middle .section-title .inline-title {
  padding: 0 12px;
}
.title-border-middle>.section-title .inline-title {
  position: relative;
}
.title-border-middle>.section-title .inline-title:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 1200px;
  right: calc(100% + 20px);
}
.card-body{
  border: 1px solid #cecece;
  box-shadow: 0 0 10px rgba(122,122,95,0.5);
  /* padding: 20px; */
}
.single-title{
  font-weight: bold;
  font-size: 16px;
}
.cat-image{
  margin-top:22px;
  
}

.cat-cat-ul {
  width: 100%;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0px 8px 16px rgba(0,0,0,.75);
  background: #585858;
}
.cat-cat-ul :hover{
  transition: 1s;
  transform: scale(1);
}
.cat-cat-ul a{
  text-decoration: none !important; 
  font-size:20px; 
  font-weight:bold;  
  color:#444;
}
.cat-cat-ul a:hover{
  color:#2889FF;
}
.cat-cat-ul img{
  border-radius: 10px;
  transform: scale(0.9);
}
.cat-cat-ul figure{
  margin: 0px;
}
.category-name span {
  text-align: center !important;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  color: #222222;
  text-align: left;
  display: inline-block;
  width: 100%;
  margin-top: 5px;
  text-transform: uppercase;
}
.breadcrumb{
  background: #efefef;
  padding: 16px 0;
}
.wrap-breadcrumb ul{
  padding: 0;
  text-align: left;
  margin: 0;
}
.wrap-breadcrumb ul li{
  display: inline-block;
  list-style: none;
  text-align: left;
}
.wrap-breadcrumb ul li:not(:last-child)::after{
  content: '/';
  font-size: 13px;
  color: #222222;
  padding-left: 11px;
  padding-right: 11px;
}
.wrap-breadcrumb ul a{
  font-size: 13px;
  color: #666666;
  text-transform: uppercase;
}
.wrap-breadcrumb ul span{
  font-size: 13px;
  color: #222222;
  text-transform: uppercase;
}
.reveal{
  position: relative;  
  margin: 0 auto
}
.reveal img{ 
  position: absolute; 
  left:0; 
  top:0; 
  right:0; 
  bottom:0; 
  margin:0 auto; 
  transition: all .3s ease-in-out;
  width: 100%;
}
.grid-product__image{opacity:1}
.hidden2{opacity:0;}
.reveal:hover .grid-product__image{opacity:0;}
.reveal:hover .hidden2{opacity:1}
.product__discount:hover {
  transition: 0.3s;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
  transform: translateY(-6px);
}
.product__discount {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #999;
}
.product__discount__title {
  text-align: left;
  margin-bottom: 65px;
}
.product__discount__title h2 {
  display: inline-block;
}
.product__discount__title h2:after {
  margin: 0;
  width: 100%;
}
.product__discount__item:hover .product__discount__item__pic .product__item__pic__hover {
  bottom: 20px;
}
.product__discount__item__pic {
  height: 200px;
  position: relative;
  overflow: hidden;
}
.product__discount__item__pic .product__discount__percent {
  height: 45px;
  width: 45px;
  background: #dd2222;
  border-radius: 50%;
  font-size: 14px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  position: absolute;
  left: 15px;
  top: 15px;
}
.product__item__pic__hover {
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  text-align: center;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li {
  list-style: none;
  display: inline-block;
  margin-right: 6px;
}
.product__item__pic__hover li:last-child {
  margin-right: 0;
}
.product__item__pic__hover li:hover a {
  background: #7fad39;
  border-color: #7fad39;
}
.product__item__pic__hover li:hover a i {
  color: #ffffff;
  transform: rotate(360deg);
}
.product__item__pic__hover li a {
  font-size: 16px;
  color: #1c1c1c;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  background: #ffffff;
  display: block;
  border-radius: 50%;
  -webkit-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s;
}
.product__item__pic__hover li a i {
  position: relative;
  transform: rotate(0);
  -webkit-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -ms-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  transition: all, 0.3s;
}
.product__discount__item__text {
  text-align: center;
  padding-top: 0px;
}
.product__discount__item__text span {
  font-size: 14px;
  color: #b2b2b2;
  display: block;
  margin-bottom: 4px;
}
.product__discount__item__text h5 {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  /*margin: 0 0 5px;*/
  transition: all .3s ease 0s;
  max-height: 33px;
    overflow: hidden;
    min-height: 33px;
}
.product__discount__item__text h5 a {
  color: #1c1c1c;
}
.exzoom .exzoom_img_ul_outer .exzoom_img_ul li img{
  margin: 0px !important;
}
.exzoom_img_box{
  height: auto !important;
  overflow: hidden;
}

.widget:first-child{
  margin-top: -4px;
}
.widget .widget-content{
  display: inline-block;
  width: 100%;
}
.widget .widget-banner{
  margin-top: 30px;
  display: inline-block;
  margin-bottom: 17px;
  width: 100%;
  text-align: left;
}
.widget .widget-title{
  font-size: 14px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 19px;
  margin-bottom: 18px;
  float: left;
}
.widget ul li a{
  font-size: 14px;
  line-height: 40px;
  color: #444444;
  text-decoration: none;
}
.widget ul li{
  list-style: none;
  float: left;
  width: 100%;
}
.widget ul{
  padding: 0;
  margin: 0;
}
.widget.categories-widget .widget-title{
  padding-bottom: 13px;
  border-bottom: none;
  margin-bottom: 0;
}
.widget.categories-widget ul li{
  display: block;
  width: 100%;
  float: left;
}
.widget.categories-widget .sub-cate{
  padding-left: 33px;
}
.widget.categories-widget .has-child-cate:not(.open) .sub-cate{
  display: none;
}
.advance-info .tab-control, .advance-info .tab-contents{
  display: inline-block;
  width: 100%;
  /* float: left; */
}
.advance-info .tab-contents{
  position: relative;
}
.advance-info .tab-control a{
  display: block;
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
  font-weight: 600;
  background-color: #f5f5f5;
  border-top: 1px solid #e6e6e6; 
  border-left: 1px solid #e6e6e6; 
  border-right: 1px solid #e6e6e6;
  text-transform: uppercase; 
  padding: 6px 18px;
  margin-right: 5px;
  margin-bottom: -1px;
}
.advance-info .tab-control a.active{
  font-weight: 700;
  padding-bottom: 7px;
  color: #666;
}
.advance-info .tab-contents{
  border: 1px solid #e6e6e6; 
}
.advance-info .tab-contents .tab-content-item{
  padding: 12px 16px 5px 16px;
}
.advance-info .tab-contents .tab-content-item p{
  font-size: 14px;
  color: #888888;
  line-height: 20px;
  margin-bottom: 20px;
}
/* Call to action
================================================== */
.call-to-action {
  background-color: #272d33;
  padding: 50px;
}

.call-to-action-title {
  color: #fff;
  margin: 0;
  padding: 25px 0;
  line-height: normal;
  font-size: 22px;
  text-transform: capitalize;
}

/* Action style box */
.call-to-action-box {
  margin-top: -50px;
}

.call-to-action-box .action-style-box {
  background: #ffb600;
  padding: 30px;
}

.action-title {
  color: #fff;
  margin: 0;
  line-height: 36px;
  font-size: 18px;
  text-transform: uppercase;
}

/* Bootstrap Lightbox using Modal */

#profile-grid { overflow: auto; white-space: normal; } 
#profile-grid .profile { padding-bottom: 40px; }
#profile-grid .panel { padding: 0 }
#profile-grid .panel-body { padding: 15px }
#profile-grid .profile-name { font-weight: bold; }
#profile-grid .thumbnail {margin-bottom:6px;}
#profile-grid .panel-thumbnail { overflow: hidden; }
#profile-grid .img-rounded { border-radius: 4px 4px 0 0;}
.badge {
  display: block;
  position: relative;
  /* width: 250px; */
  /* height: 250px; */
  cursor: pointer;
  background-size: 120%;
  border-radius: 5%;
  transition: all 0.5s cubic-bezier(.55,0,.1,1);
  box-shadow: 0px 8px 16px rgba(0,0,0,.75);  
}
.badge:hover {
  box-shadow: 0px .5rem 2rem rgba(0,0,0,.75);
  background-position: 0% 50%;
}
.badge:hover .text {
  transform: rotate(-45deg) translate(0px) rotate(-315deg);
  background: #663399bd;
  width: 330px;
  height: 260px;
  display: block;
  letter-spacing: 1rem;
  line-height: 20rem;
  margin-top: -130px;
  margin-left: -165px;
  transition: all 0.5s cubic-bezier(.55,0,.1,1), letter-spacing 1.5s ease-out;
}
.badge .text {
    display: block;
    position: absolute;
    width: 150px;
    height: 150px;
    line-height: 150px;
    left: 50%;
    top: 50%;
    margin-top: -78px;
    margin-left: -310px;
    font-size: 2rem;
    font-family: Raleway, sans-serif;
    text-align: center;
    color: #fff;
    border-radius: 5%;
    background: rebeccapurple;
    transform: rotate(-180deg) translate(-20rem) rotate(180deg);
    box-shadow: 0px 0.5rem 1rem rgb(0 0 0 / 50%);
    transition: all 0.5s cubic-bezier(.55,0,.1,1);
}
.client-logo{
  box-shadow: 0 3px 10px #000;
  border-radius: 10px;
}
.client-logo:hover{
  background-color: #073B4C;
}
.client-logo:hover .image {
  opacity: 0;
}
.client-logo:hover .overlay {
  opacity: 1;
}
.clients-name {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.client-logo .image {
  /* opacity: 0.3; */
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  border-radius: 10px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  cursor: pointer;
}
.material-info{
  background-color: #005a2b;
  padding: 10px 0;
  border-radius: 5px;
}
.material-title p{
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
}
.material{
  padding: 15px 0;
  border-bottom: 3px dotted #025b04;
}

.material-image img {
  border: 1px solid;
  padding: 5px;
  max-height: 130px;
  min-height: 130px;
}
.material-padding{
  padding:0px 5px;
}

.our-services {
  background-color: #f2ffff;
}

.specialitie {
  background-color: #ffffff;
}
.specialitie .blurb_content{
  background-color: #f1f1f1;
}
.our-services .main_blurb_image img{
  display: block;
  margin: 0px auto;
}
.our-services .module_header{
  text-align: center;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  /* margin: 0px; */
  padding-top: 10px;
}
.our-services .blurb_content:hover {
  padding: 15px;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, .8);
  background: #e3feff;
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.1);
  transform: translateY(-6px);
}
.our-services .blurb_content{
  min-height: 185px;
  max-height: 185px;
  padding: 15px;
  margin-bottom: 15px;
  border: 1px solid #00546d;
  border-radius: 10px;
}
.our-services .blurb_description{
  text-align: center;
}






.about-img {
  color: #fff;
  animation: fadeInRight 1s ease-in-out;
  transition: 0.3s;
  box-shadow: 0 6px 25px #000;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}

.ship-img {
  color: #fff;
  animation: fadeInLeft 1s ease-in-out;
  transition: 0.3s;
  box-shadow: 0 6px 25px #000;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transition: 4ms;
    transform: translateX(-300px);
  }
  to {
    opacity: 1;
  }
}
.request-img {
  color: #fff;
  animation: fadeInBottom 1s ease-in-out;
}

@keyframes fadeInBottom {
  from {
    opacity: 0;
    transform: translateY(300px);
  }
  to {
    opacity: 1;
  }
}

.text-box {
  /* position: absolute;
  top: 40%;
  left: 50%; */
  transform: translate(0%, 0%);
  text-align:center;  
}

.heading-primary {
    color:#333;
    text-transform: uppercase;
}

.heading-primary-main {
  display: block;
  font-size: 46px;
  font-weight: 400;
  animation-name: moveInleft;
  animation-duration: 3s;
  text-transform: capitalize;
  font-family: cursive;
}
.heading-primary-sub {
    display: block;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 5px;
    animation-name: moveInRight;
    animation-duration: 3s;
}

@keyframes moveInleft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    80% {
        transform: translateX(10px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        transform: translateX(100px);
    }

    80% {
        transform: translateX(-10px);
    }
    
    100% {
        opacity: 1;
        transform: translate(0);
    }

}

.context-img{
  border-radius: 10px;
}
.login-block{
  padding: 50px;
}
.padding-zero{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.accordion .btn{
  white-space: inherit !important;
  text-align: left !important;
}
.card-block{
  padding: 0px 30px;
}
.container{
  max-width: 1280px;
}
.btn-button{
  background-color: #3B2314;
  color: #fff;
}
.common-padding{

  padding-top: 50px;
  padding-bottom: 50px;
}
.display-table{
  display: table;
}
.display-table .table-cell{
  display: table-cell;
}


.sideber-menu li{
  list-style: none;
  padding: 8px 0px;
  border-bottom: 2px dotted #3B2314;
}
.sideber-menu li a{
  color:#231F20;
  text-decoration: none;
  font-size: 13px;
}
.sideber-title p{
  margin: 0px;
}
.translate{
  text-align: right;
}
.main-title p{
  color:#2E3191;
  padding: 10px 0px;
  font-weight: bold;
  font-size: 26px;
}
.body-context{
  text-align: justify;
}
.right-sideber-title{
  color:#2E3191;
  text-align: center;
  padding: 10px 0px;
  font-weight: bold;
}
.at-glance .right-sideber-title p{
  font-size: 26px !important;
}
.at-glance{
  padding: 50px !important;
}
.at-glance ul li{
  list-style: none;
  padding: 10px;
  background-color: #262261;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px !important;
}
.at-glance-footer{
  font-size: 14px !important;
}
.at-glance-list{
  background-color: #00A69C;
  padding: 20px;
}
.at-glance-list ul li:nth-child(odd){
  background-color: #3B2314;
}

.at-glance-list ul li{
  list-style: none;
  padding: 10px;
  background-color: #262261;
  margin-bottom: 5px;
  color: #fff;
  font-size: 13px;
}
.at-glance-list p{
  color:#fff;
  padding-top: 10px;
  font-size: 12px;
  text-align: center;
}
.founder-message-title p{
  font-weight: bold;
  margin: 0px;
  text-align: center;
}
.founder-message-title img{
  height: 300px;
  display: block;
  margin: 20px auto;
}

.footer{
  background-color: #231F20;
  /* height: 100px; */
}
.footer-address{
  display: block;
  margin: 0px auto;
  padding: 30px 0px;
}
.footer .footer-menu{
  display: block;
  margin: 0px auto;
}
.footer .footer-address p{
  text-align: center;
  color: #fff;
  margin: 0px;
  padding-bottom: 10px;
}
.footer .navbar .nav-link {
  font-size: 16px;
  /* margin-left: 10px; */
  /* text-transform: uppercase; */
  color: #fff !important;
  font-weight: 400 !important;
  text-align: center;
  padding-left: 0px !important;
}
.footer-menu .navbar{
  padding: 0px !important;
}
  .user_menu li {
    float: left;
    margin-right: 5px;
  }
  .navbar-light .navbar-nav .nav-link{
      color: #000;
  }
  .user_menu li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
  }
  .navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color: red;
  }
.active .menu-span{
  color:#000;
}

.footer-menu .navbar .nav-link {
  font-size: 16px;
  /* margin-left: 10px; */
  text-transform: uppercase;
  color: #fff !important;
  font-weight: bold;
  text-align: center;
  background-color: hsl(0deg 0% 100% / 0%) !important;
  border-radius: 20px;
  padding: 10px 20px;
}
.gallery-image{
    position: relative;
}
.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 10px;
}
.bottom-right p{
    margin:0px;
    line-height: 23px;
}
.title{
  margin-bottom: 30px;
  margin-top: 30px;
  text-transform: uppercase;
}
.title h2{
  padding-left: 20px;
}

.details p{
  margin-bottom: 4px;
}
.bottom-left {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #000;
  padding: 2px 43px;
  margin: 0px;
  font-weight: bold;
  color: #fff;

}
/* .volunteers .row{
  border-bottom: 2px solid #efefef;
} */
.volunteers-title{
  padding-top:  30px;
}
.volunteers-line{
  height: 8px;
  background: #282478;
  border-radius: 2px;
  margin: 30px 0;
}
.hr-line:last-child{
  display: none;
}
.nav-pills {
  margin-left: 15px;
  margin-right: 15px;
}
.nav-pills .summaryAuthorites{
  margin-left: 50px;
}
.padding{
  padding:0px 15px;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title p {
    margin-bottom: 0;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #37517e;
}  
  /*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact .info i {
  font-size: 20px;
  color: #47b2e4;
  float: left;
  width: 44px;
  height: 44px;
  background: #e7f5fb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #37517e;
}

.contact .info p {
  padding: 0 0 10px 60px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #6182ba;
}

.contact .info .email p {
  padding-top: 5px;
}

.contact .info .social-links {
  padding-left: 60px;
}

.contact .info .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #333;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  margin-right: 10px;
}

.contact .info .social-links a:hover {
  background: #47b2e4;
  color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #47b2e4;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form .form-group {
  margin-bottom: 20px;
}

.contact .php-email-form label {
  padding-bottom: 8px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #47b2e4;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #47b2e4;
  border: 0;
  padding: 12px 34px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #209dd8;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
}
.team .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.team .member .pic img {
  transition: ease-in-out 0.3s;
}
.team .member:hover {
  transform: translateY(-10px);
}
.team .member .member-info {
  padding-left: 30px;
}
.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}
.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}
.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
  text-decoration: none;
}
.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}
.team .member .social a:hover {
  background: #47b2e4;
}
.team .member .social a:hover i {
  color: #fff;
}
.team .member .social a+a {
  margin-left: 8px;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  list-style: none;
  margin-bottom: 20px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  margin: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #444444;
  transition: all 0.3s;
  padding: 8px 20px;
  border-radius: 50px;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #47b2e4;
  color: #fff;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
}

.portfolio .portfolio-item .portfolio-img {
  overflow: hidden;
}

.portfolio .portfolio-item .portfolio-img img {
  transition: all 0.6s;
  height: 300px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 15px;
  bottom: 0;
  z-index: 3;
  right: 15px;
  transition: all 0.3s;
  background: rgba(55, 81, 126, 0.8);
  padding: 10px 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #f9fcfe;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #fff;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #47b2e4;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item:hover .portfolio-img img {
  transform: scale(1.15);
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}

.gallery-image{
  position: relative;
}
.bottom-right {
position: absolute;
bottom: 0px;
right: 10px;
}
.bottom-right p{
  margin:0px;
  line-height: 23px;
}
.title{
margin-bottom: 30px;
margin-top: 30px;
text-transform: uppercase;
}
.title h2{
padding-left: 20px;
}
.search{
  background: #00546d;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 100px;
  bottom: 15px;
  z-index: 996;
  background: green;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top a{
    text-decoration: none;
}
.back-to-top i {
  font-size: 40px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: green;
  color: #fff;
  text-decoration: none;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
































@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .container-fluid{
    padding: 0;
  }
  .our-services .module_header{

  font-size: 12px;

}
.our-services .blurb_description{
  font-size: 12px;
}
  .navbar-nav.navbar-center {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
  .navbar-light .navbar-nav .nav-link{
    text-align: left;
    background: #efefef;
    border-bottom: 1px solid #999;
    padding-left: 10px !important;
    border-radius: 5px;
  }
  .main-header{
    width: 50%;
  }
  .social-network {
    padding: 0px;
  }
  .animate-charcter{
    text-align: center;
    font-size: 38px;
    padding: 10px 0;
    margin: 0;

  }
  .absulate-menu{
    position: inherit;
  }
  .menu-span{
    display: none;
  }
  .nav-pills .summaryAuthorites {
    margin-left: 0px !important;;
  }
  .members-image img {
    width: 50% !important;
  }
  .translate{
    padding-bottom:20px;
  }
  .footer-menu .navbar-expand-lg{
    display: none !important;
  }
  .footer .footer-menu .footer-address p{
    padding-top:20px !important;
  }
  .product__discount__item__pic{
      height: 150px;
  }
}
.clinical{
  background-color: #efefef;
}
.clinical-services{
  color: #025b04;
  font-weight: bold;
  font-size: 18px;
}


/* .partner  */
.swiper {
  width: 100%;
  height: 100%;
}
.swiper-wrapper{
  max-height: 250px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  

}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-area {
	background: #0098c5;
	position: relative;
	z-index: 2;
	padding: 50px 0;
}
.testimonial-area .section-title h2 {

  color: #fff;
}
.testimonial-area .section-title p {
  margin-bottom: 0;
  color: #efefef;
}
.testmion-img{
  width: 100px;
  display: block;
  margin: 0px auto;
  padding-top: 25px;
  border-radius: 50%;
}
.testmion-img img{
  border-radius: 50%;
}
.testimonial-area .owl-carousel {
	overflow: hidden;
	padding: 0 0px;
	margin: 0px 0px;
	/* padding-right: 40px; */
}
.testimonial-area .owl-stage-outer {
	padding: 30px 50px;
	margin-left: -34px;
	width: calc(100% + 100px);
}
.single-testimonial {
	border: 7px solid #fff;
	text-align: center;
	border-radius: 45px;
	position: relative;
	z-index: 2;
}
.single-testimonial p {
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	padding: 50px;
	padding-bottom: 30px;
	position: relative;
	z-index: 3;
  padding-top: 20px;
}
.single-testimonial::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -35px;
  background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #0098c5;
  background-size: 60%;
  width: 100px;
  height: 90px;
  transform: rotate(180deg);
  background-position: 30px 15px;
}
.single-testimonial::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -34px;
	background: url(https://i.ibb.co/nb8Hjms/quote.png) no-repeat #0098c5;
	background-size: 60%;
	width: 100px;
	height: 90px;
	background-position: 30px 15px;
}
.round {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}
.round-1::before {
	content: "";
	position: absolute;
	left: 88px;
	top: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
}
.round-1::after {
	content: "";
	position: absolute;
	left: -7px;
	top: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
}
.round-2::before {
	content: "";
	position: absolute;
	right: 87px;
	bottom: -7px;
	width: 50px;
	height: 7px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.round-2::after {
	content: "";
	position: absolute;
	right: -7px;
	bottom: 62px;
	width: 7px;
	height: 50px;
	background: #fff;
	border-radius: 30px;
	z-index: 1;
}
.client-video {
	padding-right: 15px;
}
.client-info {
	position: relative;
	z-index: 3;
}
.client-info a {
	width: 40px;
	height: 40px;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
	font-size: 22px;
}
.client-info {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: left;
	padding-bottom: 50px;
}
.client-info h6 {
	color: #000;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.client-info span {
	display: inline-block;
	color: #fff;
	font-size: 12px;
}
.sec-title.white-title h2 {
	color: #fff;
}
.owl-dots button {
	background: #fff !important;
	width: 10px;
	height: 10px;
	border-radius: 26px;
	margin: 0 5px;
	transition: 0.3s;
}
.owl-dots {
	text-align: center;
	margin-top: 50px;
}
.owl-dots button.active {
	width: 30px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #00546d;
}



#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #00546d;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact i{
  margin-right: 10px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #efefef;
}

#footer .footer-top h4 {
  font-size: 22px;
  font-weight: bold;
  color: #94e1ff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #efefef;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
  background: #002c39;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}
#footer .social-network-bottom{
  float: left;
}
@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }
    .how-we-work{
        padding:0px 10px;
    }
  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}



.ram-video-1 {
  position: relative;
  max-width: 800px;
  margin: auto;
  }
  .ram-video-1 .tv-wrap {
  margin: 6% 6% 10%;
  position: relative;
  }
  .ram-video-1 .tv-ram {
  position: absolute;
  z-index: 1;
  top: -16%;
  left: -11.5%;
  width: 123%;
  height: 142%;
  pointer-events: none;
  }
  .ram-video-1 .tv-ram img {
  width: 100%;
  height: 100%;
  }
  .ram-video-1 .tv-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: #000;
  cursor: pointer;
  }
  .ram-video-1 .tv-video:before {
  content: "";
  border: 3px solid #6a6a6c;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  background-image: url("https://i82.servimg.com/u/f82/19/38/53/40/youtub11.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: 50% 50%;
  width: 20%;
  height: 25%;
  z-index: 2;
  box-shadow: 0 8px 26px rgba(0,0,0,0.4), 0 28px 30px rgba(0,0,0,0.3);
  position: absolute;
  top: 35%;
  left: 40%;
  transition: 0.3s;
  }
  .ram-video-1 .tv-video:hover:before {
  background-color: #337ab7;
  border-color: #bfe2ff;
  }
  .ram-video-1 .tv-video.show:before {
  display: none;
  }
  .ram-video-1 .tv-video iframe,
  .ram-video-1 .tv-video img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  }


  .post-entry {
    position: relative;
}
.post-entry.small-post-entry-v .thumbnail {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    margin-bottom: 30px;
    max-height: 280px;
    min-height: 280px;
    overflow: hidden;
    border-radius: 7px !important;
}
.post-entry img {
    border-radius: 7px !important;
}
.post-entry .post-meta .category {
    color: #222;
    font-weight: 600;
}
.post-entry .date {
    color: #999;
}
.post-entry a {
    color: #222;
    text-decoration: none;
}
.post-entry.small-post-entry-v .heading {
    font-size: 18px;
}
.section .heading {
    font-size: 40px;
    font-weight: 700;
}
