figcaption {
    text-align: center;
}

.bg-blue{
    background-color: #ffffff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

.navbar-blue.bg-blue {
    position: fixed;
    z-index: 1000;
    width: 100%;
}

.site-content {
   padding: 100px 0 0 0;
}

.navbar-blue .navbar-nav .nav-item:hover .nav-link{
    color: #00ce2c;
    position: relative;
}

.navbar-blue ul:not(.sub-menu)> .nav-item:hover>.nav-link::before{
    color: #ffffff;
    transform: translateX(-50%);
    width: 100%;
    content: " ";
    position: absolute;
    left: 50%;
    height: 3px;
    top: auto;
    bottom:0;
    background: #00ce2c;
}

.navbar-blue .navbar-nav .nav-link{
    color: #1968b3;
    font-size: 1em;
}
.navbar-blue a{
    text-transform: uppercase;
}
.cursor {
    cursor: pointer;
}
a.navbar-brand img {
    height: 61px;
    margin: 5px 0px;
}
ul#menu_main {
    font-weight: bold;
}
.product_mod .product-mod-img {
    overflow: hidden;
    height: 229px;
	display: flex;
	align-items:center;
}
.product_mod .product-mod-img a {
	width: 100%;
}
.product_mod .product-mod-img a img {
	width: 100%;
	max-height: 229px;
}
.product_mod .product-mod-title a {
    font-size: 15px;
	
}
.product-mod-title {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news_mod .product-mod-img {
    overflow: hidden;
    height: 229px;
	display: flex;
	align-items:center;
	background: #ffffff
}
.news_mod .product-mod-img a {
	width: 100%;
}
.news_mod .product-mod-img a img {
	width: 100%;
	max-height: 229px;
}
.news_mod .product-mod-title a {
    font-size: 15px;
	color: #000000!important;
}
.news_mod {
	background: #ffffff
}
.sv_mod {
  background: #ffffff
}
.sv_mod .product-mod-img {
    overflow: hidden;
    height: 229px;
	display: flex;
	align-items:center;
	background: #ffffff
}
.sv_mod .product-mod-img a {
	width: 100%;
}
.sv_mod .product-mod-img a img {
	width: 100%;
	max-height: 229px;
}
.sv_mod .product-mod-title a {
    font-size: 15px;
	color: #000000!important;
}

.product-mod-img> a:hover {
    transform: scale(1.1);
    opacity: 0.6;
}

footer {
    /* background-color: #d6dadc;*/
    background: linear-gradient(45deg, , transparent);
    padding: 20px 0px;
    color: #1968b3;
}
footer a{
    color: #1968b3;
}
#menu_main ul.sub-menu {
    display: none;
    position: absolute;
    min-width: 330px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1222;
    background-color: #fbfbfb;
    list-style: none;
    padding-left: 5px;
}
.news-cat-mod .news-mod-img {
    overflow: hidden;
    height: 189px;
}
.news-cat-mod {
    height: 263px;
}
#menu_main ul.sub-menu a{
    color: #333;
}
.menu-item-has-children{
    position: relative;
    display: inline-block;
  }

#menu_main .menu-item-has-children:hover .sub-menu {
    display: block !important;
}
.news-mod-img {
    height: 253px;
    overflow: hidden;
}

.news-mod-title {
    padding: 10px 0px;
}
@media (min-width: 992px){
    .navbar-blue .nav-link {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}


@media only screen and (min-width: 1200px) {
    .package-title{
        margin:30px 0px 10px 0px
    }
}
@media only screen and (max-width: 768px) {
    
}
@media only screen and (max-width: 416px) {
    .search-form {
        display: none;
    }
    .product_mod .product-mod-img {
        overflow: hidden;
        height: 276px!important;
    }
}

.navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }


a.page-numbers {
    padding: 10px 15px;
    background-color: #d6dadc;;
}

span.page-numbers.current {
	padding: 10px 15px;
    background-color: #1968b3;
    //color: #00ce2c;
	color: #ffffff;
	
    //font-size: 20px;
    font-weight: 600;
}

.contact textarea, .contact input {
	width: 100%
}

.contact-submit {
	margin-top: 20px
}
.contact-submit input {
	font-size:18px;
	padding: 5px
}

.bb-title {
   text-transform: uppercase
}
.bb-title h2 {
   font-size: 1.6em
}
.bb-title h2> span {
 font-size: 120%
}
.bb-title h2> span::after {
    content: "";
    width: 180px;
    height: 3px;
    background: #FD9B28;
    display: block;
    margin: 12px auto;
}



.wpcf7 .contact input,
.wpcf7 .contact textarea{
    font-size: 16px;
    padding: 10px;
    margin: 15px 0 0;
    border-radius: 15px;
    font-style: italic;
    border: none;
}

.wpcf7 .contact input:focus-visible,
.wpcf7 .contact textarea:focus-visible{
    outline: solid 1px #a2a1a1;
}
.wpcf7-submit
{
    background: #1968b3;
    color: #ffffff;
    border-radius: 10px;
    width: 100%;
    font-weight: 500;
}

.contact-home {
   background: #e9e9e9
}

.partner-slider {
  margin: 20px 0 0 0;
}

.contact-s input,.contact-s textarea {
   border: solid 1px!important;
}


ul:not(.sub-menu)>li> a {
  padding: 26px 5px;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(200px);
  }
  to {
    opacity: 1;
  }
}

.fdInR1 {
  animation: fadeInRight 1s ease-in-out;
}

.fdInR2 {
  animation: fadeInRight 1.5s ease-in-out;
}

.fdInR3 {
  animation: fadeInRight 2s ease-in-out;
}

@keyframes fadeInTop {
  from {
    opacity: 0;
    transform: translateY(-200px);
  }
  to {
    opacity: 1;
  }
}

.sub-menu > li > a  {
  font-weight: 400
}

.sub-menu > li:hover > a  {
  font-weight: 700
}


@keyframes zoomout{
    0% { 
      transform: scale(1),
      z-index: 1000
    }
    100% { 
       transform: scale(1.1)
    }
}

.swiper-slide-active .zo2 {
  animation: zoomout 5s ease-in-out infinite alternate;
}

ul.contact-footer li {
    list-style: none;
    position: relative;
    padding: 8px 0 8px 5px;
    margin: 0;
    border-bottom: 1px solid #ececec;
	
}
ul.contact-footer li::before {
    content: "\f105";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
}

.footer-cat-menu li  {
   margin-bottom: 0.6em;
}


.news-mod-title {
    padding: 10px 0px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
}

 .news-mod-title > a {
   font-size: 15px;
   color: #000000!important;
   font-weight: 500 
}

.news-cat-mod {
  margin: 20px 0 0 0;	
}

.sidebar-mod .list-group-item.active {
	background-color: #1968b3!important;
}

.post-detail-title h1 {
	font-size: 1.7rem
}

footer {
	background-color: #ffffff;
    box-shadow: 1px 1px 10px rgb(0 0 0 / 15%);
}

ul:not(.sub-menu)>.current-menu-item >.nav-link,
ul:not(.sub-menu)>.current-menu-parent >.nav-link
{
	color: #00ce2c !important;
    position: relative;
}


ul:not(.sub-menu)> .current-menu-item >.nav-link::before,
ul:not(.sub-menu)>.current-menu-parent >.nav-link::before{
    color: #ffffff;
    transform: translateX(-50%);
    width: 100%;
    content: " ";
    position: absolute;
    left: 50%;
    height: 3px;
    top: auto;
    bottom: 0;
    background: #00ce2c;
}

#menu_main:hover> .current-menu-item:not(:hover)>.nav-link::before,
#menu_main:hover> .current-menu-parent:not(:hover)>.nav-link::before{
	opacity: 0
}

li.fb-ct > a::before {
	content: "\f09a";
    font-family: "Font Awesome 6 Brands";
    display: inline-block;
    font-size: 22px;
}

li.fb-ct > a > strong {
	display: none
}

.footer-cat-title > h4  {
	width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: solid 2px #ececec;
}

.footer-cat-title > h4 > span.main {
	border-bottom: solid 2px #00ce2c;
    padding: 0 0 10px 0;
    margin-bottom: -2px;
}


.footer-cat-title > h4 > span.hidden {
	display: none
}


.section {
    display: flex;
    flex-direction: column;
}

.card-cov:hover {
    background: #ecfaf9;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 30%);
    transition: all 0.3s ease-out;
}
