/*----------------------------------------------------------------------------------------

	Theme Name: yanb2024

	Theme URI: yanb2024

	Description:yanb2024

	Author: yanb2024

	Author URI: yanb2024

	Version: 1.1

*/



 
 

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
 font-family: "Montserrat", sans-serif;
  text-decoration: none !important;
  -webkit-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -moz-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -ms-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  -o-transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  transition: all 0.7s cubic-bezier(0.165, 0.85, 0.45, 1);
  direction:ltr;
}

.clear {
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 
  font-weight: 400;
}
.current_page_item{
  background-color: var(--maincolor);
  border-bottom: 4px solid var(--greencolor)
}

.current_page_item a{
  color: #fff !important;
}
.current_page_item:hover:after{
  display: none !important;
}

 .logo_siteshrink{
  display: none;
}
.shrink .logo_siteshrink{
  display: block;
}
.shrink .logo_siteshrink img{
  height: 60px;
  margin-top: 5px;
}
.shrink .logo_site{
  display: none;
}
.footersocial{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  margin-top: 10px;
}
.footersocial li{
  width: 40px;
  height: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}
.footersocial li i{
  font-size: 2rem;
  vertical-align: middle;
}
.footersocial li:hover{
  background-color: var(--maincolor)
}
.footersocial li:hover i{
  color: #fff
}
html {
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
}

:hover {
  text-decoration: none;
}

body {
  box-sizing: border-box;

  overflow-x: hidden;

  margin: 0;
 
  color: #212529;
  text-align: left;
}
p{
  line-height: 30px;
  font-size: 1.5rem
}

h1 {
  font-size: 5.5rem;
}

h2 {
  font-size: 4.8rem;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.1rem;
}

h5 {
  font-size: 1.7rem;
}

h6 {
  font-size: 1.5rem;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style-type: none;
}

::selection {
  background-color: var(--maincolor);
  color: #fff;
}

:root {
  --maincolor: #253870;

  --greencolor: #0179c1;
  --redcolor: #bc2226;
}

ul {
  padding: 0;
    margin: 0
}
.footerlink li.current_page_item{
  background-color: transparent;
}

li{
  list-style-type: none;
}

#acaart_pagination .current:hover,
#acaart_pagination .inactive:hover {
  background: #000;
}

a:focus {
  outline: 0px !important;
}



 

.header_menu .sub-menu {
  opacity: 0;
  position: absolute;
  width: 273px !important;
  transform: translateY(16px);
  box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px 10px 30px -18px rgba(0, 0, 0, 0.75);
  pointer-events: none;
background-color: var(--maincolor) !important;
  border-radius: 0px !important;
}

.header_menu li.menu-item-has-children a:after {
  content: '\f107';
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 15px;

  margin-left: 9px;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
  display: inline-block;
}

 .header_menu ul ul{
  margin-top: 0;
  display: block;
  text-align: left;
}
.header_menu ul ul li{
  text-align: left;
}

.header_menu li.menu-item-has-children li a:after {

  display: none;
}

.header_menu li.menu-item-has-children a:hover:after {
  transform: rotate(180deg);
  transition-duration: 0.5s;
  transition-delay: 0.1s;

}

.header_menu li:hover .sub-menu {
  opacity: 1;
  z-index: 10000 !important;
  width: 220px;
  background: var(--footerbg);
  transform: translateY(0px);
  border-bottom-right-radius: 30px;
  pointer-events: visible;
}

.header_menu li li:before {
  height: 100% !important;
  z-index: -1;
  border-radius: 0 !important;
  border-bottom-right-radius: 30px !important;
}


 

.header_menu li li:hover {
  background-color: var(--secondcolor);
}
.topmenu li ul ul{
  display: none;

}
.topmenu li ul ul ul li{
  display: none;
}
.topmenu li ul ul li:hover ul li{
  display: block;
}
.topmenu li ul li:hover ul {
  display: block;
  left: 100%;
  right: 0;
  top: 0;

}

.header_menu li.current-menu-item li a::before {
  background-image: none !important;
  background-color: transparent !important;
}

.header_menu li li {
  padding: 10px;
 
  border-bottom: 1px solid #3f4a86;
  width: 100%;
  max-height: 53px !important;
  display: block;
  min-height: 53px !important;
  line-height: 53px !important;
  display: block;

  margin-right: 0;
 
  text-align: right;

  margin-left: 0;
}

header .header_menu .sub-menu li a{
  color: #fff !important;
}

.header_menu li li:last-child {
  border-bottom: 0px;

}

.header_menu li.menu-item-has-children ul li.current-menu-item:hover {
  background-color: var(--maincolor)
}

.header_menu li li a {
  color: #fff !important;
  font-size: 1.4rem;
  text-shadow: 0px 0px 0px transparent;
  width: 250px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  line-height: 20px !important;
  text-overflow: ellipsis;
  min-height: 53px;
}

header div.header_menu li li a:before {
  background-image: none !important;
  background-color: transparent !important;
}


.header_menu li:after {
  content: '';
  position: absolute;
  bottom: 0;
  height: 4px;
  background: var(--greencolor);
  left: 0;
  right: 0;
  transition: all .5s ease-in-out;
  opacity: 0;
  transform-origin: center;
  width: 0%
}

.header_menu li:hover:after {
  height: 4px;
  opacity: 1;
  width: 100%
}



.header_menu li {
  position: relative;
}

.header_menu li:before {
  content: '';
  position: absolute;

  height: 0%;
  background: var(--menbg);
  width: -moz-available;
  transition: all .5s ease-in-out;
  opacity: 0;
  transform-origin: center;
}

.header_menu li:hover:before {
  opacity: 1;
  height: 100%;
}
 
 
.header_menu li {
  display: inline-block;
  position: relative;
min-height: 35px;
  line-height: 35px;
}

.header_menu ul {
  min-height: 35px;
}

.header_menu li a {
  position: relative;
color: #fff;
  font-weight: 600;
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.4rem !important;
}

.header_menu li.current-menu-item:hover:before {
  background-color: var(--maincolor) !important;

  right: 0;
}
.category .loopblock{
  margin-bottom: 30px;
}

.header_menu li:hover{
  background-color: var(--maincolor);
}
.header_menu li:hover a{
  color: #fff !important;
}

.header_menu li.current-menu-item:before {
  display: none;
  right: 0;
}

.header_menu li li:before {
  display: none;

}

.header_menu ul {
  margin-bottom: 0;
display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 35px !important;
}

.header_menu ul ul {
  min-height: auto
}



header.shrink {
background-color: rgba(0, 114, 188, 0.9) !important;
 
}

.shrink ul.socialmedia {
  margin-top: 40px
}

.shrink ul.socialmedia li:last-child {
  background-color: #fff;
}

.shrink ul.socialmedia li:last-child a {
  color: var(--maincolor) !important;
  ;
}

.shrink .topmenu ul {
  margin-top: 0
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}



#acaart_pagination {
  text-align: center;
  margin-top: 29px;
  margin-bottom: 0;
}

#acaart_pagination span {
  background-color: var(--maincolor);
  color: #fff;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: bold;
  border-radius: 5px;
}

#acaart_pagination .inactive {
  font-size: 15px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
  height: 40px;
  border-radius: 0px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
}



.contactforma h1 {
  text-align: center;
  margin-bottom: 40px;
  background-color: var(--maincolor);
  border-radius: 10px;
  padding: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 2.5rem;
}

.site_mapo iframe {
  width: 100%;
  min-height: 350px;
  border: 0px;
  margin-top: 0;
}

.contactforma button.wpforms-submit {
  background-color: var(--maincolor) !important;
  font-weight: bold !important;
  height: 60px !important;
  width: 150px;
  border-radius: 10px !important;
}

.seealso li:hover a {
  color: var(--maincolor);
  padding-left: 5px;
}

.contactforma input {
  margin-bottom: 3px !important;
  height: 61px !important;
  border: 0 !important;
  width: 90%;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.09) !important;
  border-radius: 0px !important;
  background-color: #fff;
  padding-right: 14px !important;
  font-size: 17px !important;
  min-width: 100% !important;
  color: #AFAFAF !important;
  border-radius: 10px !important;
}

.contactforma input:focus {
  outline: none;
}


.contactforma label.vfb-error {
  color: red;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}

.contactforma {
  margin-bottom: 50px;
}


.contactforma .vfb-section-1 li:first-child,
.contactforma .vfb-section-1 li:nth-child(2) {
  display: inline-block;
  width: 49%;
  margin-bottom: 20px;
}

.contactforma .vfb-item-submit input {
  margin-top: 0;
  background-color: var(--maincolor) !important;
  color: #fff !important;
  border: 0px !important;
  padding-left: 0 !important;
  max-width: 150px;
  text-align: center;
  box-shadow: 0 0 0 transparent !important;
  float: left;
  border-radius: 10px !important;
  padding-right: 0 !important;
  font-weight: bold;
  font-size: 22px !important;
}

.vfb-section-2 li:first-child {
  display: none;
}

#contact_map .contactforma {
  margin-top: 50px;
}

input.vfb-error {
  background-color: #eee !important;
}

.contactforma input.vfb-text,
.contactforma input[type="text"].vfb-text,
.contactforma input[type="tel"].vfb-text,
.contactforma input[type="email"].vfb-text,
.contactforma input[type="url"].vfb-text,
.contactforma textarea.vfb-textarea {
  background-color: #fff;
  color: #333 !important;
}

.contactforma textarea {
  width: 100%;
  border: 0 !important;
  box-shadow: 0px 0px 0px !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.07) !important;
  border-radius: 0px !important;
  height: 118px !important;
  padding: 15px !important;
  background-color: #fff !important;
  font-size: 14px !important;
  font-weight: bold;
  color: #AFAFAF !important;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
}

.contactforma label {
  display: none;
  margin-bottom: 19px !important;
  font-size: 15px;
  margin-top: 20px;
  font-weight: normal !important;
}

.nolable label {
  display: none !important;
}


.contactforma .vfb-legend h3 {
  font-size: 16px !important;
  border: 1px solid #f1f1f1;
  padding: 15px;
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  border-right: 3px solid var(--colorblue) !important;
  border-bottom: 4px solid #f1f1f1;
}







/* The side navigation menu */
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #0072bc;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}


/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
position: absolute;
  top: 0;
  right: 25px;
  font-size: 35px !important;
  background-color: var(--greencolor) !important;
  margin-left: 0;
  padding-left: 0 !important;
  border-radius: 5px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }

  .sidenav a {
    font-size: 18px;
  }
}

.mobileicon {
  display: none;
}

.rightformcontent .vfb-item-secret {
  display: none !important;
}



.mobileicon {
  width: 13%;
  float: left !important;
  margin-top: 36px;
  text-align: left !important;
  direction: ltr;

}

.mobileicon span {
  background-color: #333;
  width: 30px;
  height: 4px;
  text-align: right !important;
  display: block;
  margin-bottom: 7px;

}

.mobileicon span:nth-child(2) {
  max-width: 23px;
}

.mobileicon a {
  display: block;
  cursor: pointer;
}

.sidenav {
  display: block;
}

#mySidenav li {
  border-bottom: 1px solid #1c8cce;

  line-height: 37px;
}

.sidenav a {
  font-size: 15px !important;
  color: #fff !important;
  padding-left: 11px !important;
}

.sidenav a:hover {
  color: #fff !important;
}

.closebtn {
  background: var(--lightcolor) !important;
  text-align: center;
  padding: 0px !important;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
  margin-top: 20px !important;
}

a.closebtn:hover {
  color: #fff !important;
}

.sidenav li.menu-item-has-children .sub-menu {
  display: none;

}


.sidenav li.menu-item-has-children a {
  position: relative;
}

.sidenav li.menu-item-has-children a:after {
  content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 10px;
  position: absolute;

  right: 30px;
  top: 20%;
  margin-top: 10px;
  z-index: 100;

}

.sidenav li.menu-item-has-children a::after {
content: '';
  display: block;
  background-color: #fff;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 23px;
  top: 24%;
  margin-top: 10px;
  z-index: 100;
  clip-path: polygon(51% 100%, 0 0, 100% 0);
  left: auto;
}

.sidenav li.menu-item-has-children li a::after {

  width: 0px;
  height: 0px;

  clip-path: none;
}

.sidenav li.menu-item-has-children a.active {

  background-color: #334988;
}



img {
  max-width: 100%;
}

.mobicon {

  display: none;
}

.header_menu li.menu-item-has-children ul li.current-menu-item a {

  color: #fff !important;
  padding-right: 0;
}

.header_menu li.menu-item-has-children ul li.current-menu-item {
  padding-right: 14px;
  line-height: 53px !important;
  background-color: #000;

}

.header_menu li a:hover {
  color: #fff;

  padding-top: 7px;
  padding-bottom: 7px;

  border-radius: 0px;
}

.header_menu li.current-menu-item li a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

 

.header_menu li a:before {
  content: '';
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  transform: skew(-15deg);
  z-index: -1;

  transition: all .5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}


.header_menu li.current-menu-item:hover a:before {

  height: 100%;
  opacity: 1;
}

.header_menu li.current-menu-item li a {
  padding: 0 !important;
  background-color: transparent !important;
  color: #fff !important;
  font-size: 17px !important;
}

.header_menu li:hover a {
  color: #fff;
}



h2.title-bkp {
  color: var(--maincolor);
  text-align: center;
}

.content-bkp h2 {
  color: #fff;
}

.searchform {
  margin-top: 40px;
  text-align: center;
}

.searchform input {
  border: 0px;
  padding: 10px;
  border-radius: 0px;
  border: 1px solid #eee;
  width: 70%;
}

.searchform input:focus {
  border: 0px;
  outline: none;
}









.shrink {
  position: fixed !important;
  width: 100% !important;
  z-index: 110 !important;
  top: 0;
 

}



.clear {
  clear: both;
}








.totopa {
  display: none;
}

.totopa2:hover {
  background-color: var(--greencolor);
  border-radius: 0;
}

.totopa2:hover i {
  color: #fff;
}

.totopa2 {
  display: block;
  position: fixed;
  right: 20px;
  background-color: var(--maincolor);
  width: 45px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  height: 45px;
  z-index: 100;
  border-radius: 55px;
  border: 0px solid #fff;
  bottom: 60px;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.07);

}

.totopa2 i {
  color: #fff;
  font-size: 19px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0px;

}

.totopa2 i.upclass {
  bottom: 12px;
}

.totopa2 i.bottomclass {
  bottom: -124px;
}

.totopa2:hover i.upclass {
  bottom: 50px;
}

.totopa2:hover i.bottomclass {
  bottom: 10px;

}








 

.header_menu li:hover a {
  color: var(--maincolor);
}


.regionfull2 {
  text-align: center;
}

















.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}













 



.header_menu li.current_page_item {
  position: relative;

}


.header_menu li.current_page_item a {
  color: #fff;
}

.header_menu li.current-menu-item a {
  color: #000;
  font-weight: 600 !important;
}






.contactforma .wpforms-field-container {
  display: flex !important;
  flex-wrap: wrap;
  gap: 20px;
}

.contactforma .wpforms-field-name,
.contactforma .wpforms-field-email {
  width: 46% !important;
  padding: 0 !important;
}

.contactforma .wpforms-field-textarea {
  width: 96% !important;
  padding: 0 !important;
}

.contactforma {
  margin-top: 45px;
}

.contactforma .wpforms-submit-container {
  text-align: left;
  margin-left: 0px;
}



.contactforma h4,
.contactforma h3 {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  font-weight: normal;
}

.contactforma22 ul {
  border: 1px solid #f1f1f1;
  padding: 20px;
  border-radius: 10px;

}

.contactforma22 li {
  list-style-type: none;
  line-height: 35px;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  padding-top: 5px;
}

.contactforma22 li:last-child {
  border: 0;
}

.contactforma22 li a {
  color: #333;
 
}
 

.contactforma22 li i {
  color: var(--maincolor);
  margin-right: 10px;
  font-size: 2rem;
  vertical-align: middle;
}

.slider_th {
  text-align: center;
 
  min-height: 114px;
 
  position: relative;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 81%, 75% 100%, 25% 100%, 0 81%);
 
}

 
.slider_th h3 {
  margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.slider_th p {
  display: block;
  position: absolute;
  z-index: -1;
  background-color: var(--maincolor);
  width: 100%;
  height: 100%;
}





.single .slider_th span {
  font-size: 1.9rem;
  margin: 0;
  color: #fff;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 1;
}

.postcontent img {
display: block;
  margin: 6px;
  float: none;
  max-width: 100%;
  max-height: 773px;
  object-fit: cover;
  border-radius: 10px;
}

.postcontent p {
  line-height: 40px;
  font-size: 2.1rem;

  padding-top: 30px;
}
.post_title{
  font-weight: 600;
  line-height: 58px;
}

.slideloop.hoverbutton .slideimg::after {
  background-image: url(images/1375.png);
}

.newsloop img {
  max-height: 170px
}


.postcontent h2{
  font-size: 32px !important;
}
 
.singlepost{
  padding-top: 30px;
}

 
 .fe_loop i{
  color: var(--greencolor);
  font-size: 48px;
  font-weight: 400 !important;
}
 
 
 
 #filters {
  margin: 1%;
  padding: 9px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap:10px;
  flex-direction: row-reverse;
}

#filters li {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
}

#filters li span {
  display: block;
  padding: 10px 10px;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  transition: color 300ms ease-in-out;
}

#filters li span:hover {
  color: #fff;
}
#filters li:hover {
  color: #fff;
   background: var(--greencolor);
}

#filters li span.active {
  background: var(--greencolor);
  color: #fff;
}

#portfoliolist .portfolio {
  width: 23%;
  margin: 1%;
  display: none;
  float: left;
  overflow: hidden;
}
#filters{
  display: none !important;
}
.footerlink img{
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}

.portfolio-wrapper {
  overflow: hidden;
  position: relative !important;
  cursor: pointer;
}

.portfolio img {
  max-width: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label {
  position: absolute;
  width: 100%;
  height: 40px;
  bottom: -40px;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.portfolio .label-bg {
  background: #222;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.portfolio .label-text {
  color: #fff;
  position: relative;
  z-index: 500;
  padding: 5px 8px;
}

.portfolio .text-category {
  display: block;
  font-size: 9px;
}

.portfolio:hover .label {
  bottom: 0;
}

.portfolio:hover img {
  top: -30px;
}


/* #Tablet (Portrait) */

@media only screen and (min-width: 768px) and (max-width: 959px) {
  .container {
    width: 768px;
  }
}


/*  #Mobile (Portrait) - Note: Design for a width of 320px */

@media only screen and (max-width: 767px) {
  .container {
    width: 95%;
  }
  #portfoliolist .portfolio {
    width: 48%;
    margin: 1%;
  }
  #ads {
    display: none;
  }
}


/* #Mobile (Landscape) - Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 70%;
  }
  #ads {
    display: none;
  }
}


/* #Clearing */


/* Self Clearing Goodness */

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after,
.clearfix:after {
  clear: both;
}

.row,
.clearfix {
  zoom: 1;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
 header{
  position: absolute;
  width: 100%;
  z-index: 11;
  background-color: transparent ;
}
.header_menu li a{
	color:#111;
	font-weight:normal;
}
 .header_menu li a{
	color:#fff;
	font-weight:bold;
}

#portofolio_site{
  position: relative;
}

.slider_site{
  direction: ltr;
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.slider_site img{
    height: 100vh;
  min-height: 100vh;
  object-fit: cover;
  display: block;
  width: 100%;
}
.slidecontent{
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  text-align: center;
  z-index: 11;
 
}
.slider_site .owl-item:before{
  content:'';
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}
.slidecontent a, .slidecontent h2, .slidecontent p{
  color: #fff;
  display: block;
  margin-bottom: 20px;
}
.slidecontent h2{
  font-weight: bold;
}
.slidecontent p{
  font-size: 1.8rem;
  line-height: 40px;
}
.slidecontent a{
  width: 180px;
  height: 46px;
  text-align: center;
  margin: 0 auto;
  background-color: var(--greencolor);
  line-height: 46px;
  border-radius: 65px;
  font-size: 1.6rem;
}

.logo_site{
 
  border-radius: 55px;
  padding:13px;
  text-align: center;
   margin: 10px;
}
.logo_site img{
height: auto;
  width: auto;
}
.feature_site{
  background-color: var(--redcolor);
  text-align: left;
}
.fe_loop{
padding: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
  padding-top: 25px;
  padding-bottom: 25px;
}
.fe_loop p, .fe_loop img{
  display: block;
}
.fe_loop p{
  color: #fff;
  margin-top: 10px;
  font-size: 1.8rem;
  margin-bottom: 0;
}
.feature_site .col-md-4:nth-child(2){
  background-color: var(--maincolor)
}
.maintitle{
  text-align: center;
  font-weight: bold;
  color: var(--redcolor);
  position: relative;
  display: block;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.maintitle:before{
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: var(--greencolor);
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
}
.maintitle:after{
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background-color: #ddd;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
  z-index: -1
}
#aboutus_site, 
.bus_philo, 
#success_fator, 
#sustainability_site,
#hse_site,
#polices_site, 
#dmt_site, 
.vmv_loop, 
#managnment_site, 
#statics_site,
#portofolio_site,
#workplace,
#contact_us
{
  padding-top:  40px;
  padding-bottom: 40px;
}
.v_loop{
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 625px;
}
.v_loop h4, .v_loop p{
  margin: 20px;
 
}
.v_loop h4{
  text-align: center;
  font-weight: bold;
}
#aboutus_site{

  background-repeat: no-repeat;
  background-position: top;

  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding-bottom: 40px;
  margin-top: 0;
  padding-top: 40px;
}
#aboutus_site:before{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: -1;
}
.bus_philo2 a{
  color: var(--greencolor)
}


#partner_site{
  background-image: url(images/call.jpg);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}
#partner_site h3, #partner_site p{
  color: #fff;
  display: block;
  line-height: 40px;
}
#partner_site h3{
  font-weight: bold;
}
#partner_site a{
  display: block;
text-transform: uppercase;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 25px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}
#statics_site p{
  text-align: center;
}
#statics_site ul{
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 50px;
}
#statics_site li span{
  display: block;
  font-size: 1.5rem;
  margin-top: 20px;
  color: #111;
  font-weight: normal;
}
#statics_site li p{
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--greencolor);
}
.shrink li a{
  color: #fff !important;
}

#statics_site{
  background-color: #f6f8ff;
}
.keyloop{
display: flex;
  gap: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  min-height: 146px;
}
.keyicon{
  width: 20%;
}
.keyicon i{
  color: var(--greencolor);
  font-size: 3rem;
  display: block;
  margin-top: 26px;
}
.keytext h4{
  font-weight: bold;
  color: #111;
  line-height:38px;
}
#portofolio_site{
  background-color: #f6f8ff;
}
.keytext a{
  color: #049547;
}
#sustainability_site, #hse_site, #dmt_site, #contact_us{
  background-color: #f6f8ff;
}
#sustainability_site img{
border-radius: 5px;
  height: 180px;
  display: block;
  margin: 50px auto 50px;
  width: auto;
}
.bus_philo2 p, .bus_philo p{
  text-align: center;
}
#contact_us p{
  text-align: center;
}
.contactloop{
  text-align: center;
  margin-top:30px;
   margin-bottom:30px;
}
.contactloop i{
  font-size: 3rem;
  color: var(--greencolor)
}
.contactloop h4{
  font-weight: bold;
  display:block;
  margin-top: 20px;
}

.rightinfo {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  min-height: 357px;
  background-color: #fff;
  margin-top: 25px;
}
#dmt_site ul{
  text-align: center;
}
#dmt_site ul li p{
  font-weight: bold;
  margin: 0;
}
#dmt_site ul li span{
  font-weight: normal;
  font-style: italic;
}
.rightinfo strong{
  font-size: 2rem;
  display: block;
}
.rightinfo ul{
  margin-top: 20px;
}
.rightinfo li{
  line-height: 45px;
}
.rightinfo li a{
  color: #666;
  font-size: 1.6rem;
}
.rightinfo li i{
  color: var(--greencolor);
  vertical-align: middle;
  font-size: 2rem;
  margin-right: 5px;
}
.rightinfo p{
  text-align: left !important;
  display: block;
  margin-top: 20px;
}
footer{
  background-color: #0072bc;
  padding-top: 30px;
 
}
.footerbottom_site{
  text-align: center;
  background-color: #000;
  min-height: 70px;
  line-height: 70px;
}
.footerbottom_site h6{
  margin: 0;
  line-height: 70px;
  color: #fff;
}
.footerlogo{
 
  border-radius: 55px;
  padding: 18px;
  text-align: center;
   
}
.footerlink h5{
  color: #fff;
  font-weight: bold;
  position: relative;
}

.footerlink h5:before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 2px;
  right: 0;
  background: #fff;
  max-width: 90%;
}

.footerlink h5:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -16px;
  height: 2px;
  right: 0;
  background: #2ca3ea;
  max-width: 50px;
  transition: all 0.5s ease-in-out
}
.footertop_site{
  padding-bottom: 20px;
}
.slidecontent a:hover, #partner_site a:hover{
  background-color: var(--maincolor);
}
 
.v_loop:hover img{
  transform: scale(1.03);
}
.v_loop img{
  width: 100%;
  height: 210px;
  object-fit: cover;
}
.keytext:hover h4{
  color: var(--redcolor)
}
.footerlink h5:hover:after{
  max-width: 100px !important;
}
.rightinfo li:hover{
  padding-left: 5px;
}


.v_loop p {
 
  font-size: 14px;
}
#managnment_site img{
  float: right;
  margin: 30px;
  border: solid black 1px;
  padding: 2px;
}

.site_map iframe{
  border: 0px;
  width: 100%;
  min-height: 400px;
}
.leftforma{
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  background-color: #fff;
  padding-top: 10px;
   padding-bottom:  10px;
   margin-top:25px;
}
.nameclas, .nameclas2{
  float: left !important;
  width: 48% !important;
  clear: none !important;
  margin-right: 2% !important;
}
.nameclas input, .nameclas2 input{
  width: 100% !important;
  min-width: 100% !important;
  border: 1px solid #ced4da !important;
}
.nameclas3 input{
  min-width: 100% !important;
    border: 1px solid #ced4da !important;
}
.nameclas4 textarea{
  border: 1px solid #ced4da !important;
}
#filters li:last-child .active2{
  background-color: var(--greencolor);
  color: #fff;
}

.portfolio {
 box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  text-align:center;
  background-color:#fff;
  padding: 20px;
}
.portfolio h4{
  font-weight: bold;
}
.portfolio-wrapper{
  width: 100%;
  height: 200px;
  padding: 20px;
}
.portfolio-wrapper img{
  object-fit: cover;
    width: 100%;
  height: 100%;
}


.footerlink h5{
  margin-bottom: 40px; 
}
 
.footerlink li a{
  color: #fff;
}
.footerlink li{
  border-bottom: 1px solid #1c8cce;
  line-height: 40px;
}

.footerlink li:before{
  content: '\f054';
  font-family: "Font Awesome 6 Free";
  font-weight: 700 !important;
  margin-right: 10px;
  color: #fff;
  font-size: 1rem;
}
.shrink .header_menu ul ul{
  margin-top: 0 !important;
}

.header_menu li li:after{
  display: none !important;
}
.header_menu li li:hover{
  background-color: #000 !important;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  }
  @keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
  } 
  
  
   .slider_site .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.6s;
}
.slider_site .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.6s;
}

.slider_site .owl-item.active a {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.8s;
}



.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  }
  @-webkit-keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  }
  @keyframes fadeInUp {
  0% {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  }
  100% {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  }
  } 
  
  
  
  








.animate-on-scroll {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

.animate-on-scroll.animated {
  opacity: 1;
  transform: translateY(0);
}

.animate-on-scroll2 {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
  transition-delay: 0.5s;
}

.animate-on-scroll2.animated {
  opacity: 1;
  transform: translateY(0);
}
.spinner {
  width: 56px;
  height: 56px;
  display: grid;
  border: 4.5px solid #0000;
  border-radius: 50%;
  border-color: #f1f1f1 #0000;
  animation: spinner-e04l1k 1s infinite linear;

  top: 50%;
  left: 44%;
  position: absolute;
}

.spinner::before,
.spinner::after {
  content: "";
  grid-area: 1/1;
  margin: 2.2px;
  border: inherit;
  border-radius: 50%;
}

.spinner::before {
  border-color: var(--maincolor) #0000;
  animation: inherit;
  animation-duration: 0.5s;
  animation-direction: reverse;
}

.spinner::after {
  margin: 8.9px;
}

@keyframes spinner-e04l1k {
  100% {
    transform: rotate(1turn);
  }
}


.header_menu ul ul{
  margin-top: 0 !important;
}
.con_us li span{
  color: #fff;
}
.con_us li:first-child{
  line-height: 34px;
}

header .container{
  width: 100%;
}
.topmenu ul{
 justify-content: left !important;
}
.lang_site{
  background-color: var(--maincolor);
  width: 40px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  text-align: center;
  margin-top: 30px;
}
.lang_site li a{
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
.notdesk{
	display:none;
}

.employ_block{
 background: #fff;
  border-radius: 14px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
 padding-top: 40px;
}
 
.emplimg{
  width: 200px;
  height: 200px;
  border-radius: 100%;
  overflow: hidden;
  margin: -20px auto;
  border: 7px solid #f9f9f9;
  display: block;
  margin-bottom: 20px;
}
.emplimg img{
  object-fit: cover;
    width: 200px;
  height: 200px;
}
.empltext{
  text-align: center;
}
.empltext h3{
  font-weight: bold;
    font-size: 2.5rem;
}
.employcontact ul{
  text-align: center;
  direction: ltr;
  margin-top: 30px;
}
.page .mobicon i{
  color: var(--maincolor)
}
.employcontact li i{
 background-color: var(--redcolor);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  color: #fff;
  margin-right: 10px;
  font-size: 1.5rem;
}
.employcontact li p{
  font-size: 1.7rem;
}

.employsocial ul{
  display: flex;
  justify-content: center;
  background-color: #f6f8ff;
  padding: 15px;
  margin-top: 20px;
  gap:20px;
    border-top-right-radius:120px;
   border-top-left-radius:120px;
}
.employsocial li{
  border: 1px solid var(--maincolor);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background-color: #fff;
}
.employsocial li i{
  color: #000;
}

.page_content{
  background-color: #f6f8ff;
}
.employsocial li:hover{
  background-color: var(--greencolor);
  border-color: var(--greencolor);
}
.employsocial li:hover i{
  color: #fff;
}
.employcontact li{
  text-align: left;
}
.employcontact li i{
  text-align: center;
}
.employcontact ul{
  max-width: 90%;
 
  margin: 24px auto;
 
}

#success_fator .col-md-4:nth-child(3n+1), #sustainability_site .col-md-4:nth-child(3n+1){
  clear: both;
}

#polices_site, #hse_site, #workplace{
  display: none;
}
#dmt_site{
  background-color: #fff !important;
}
.footerlogo img {
width: 409px;
 
}
.shrink .container{
  display: flex;
  justify-content: space-evenly
}
.shrink .col-md-5{
  width: 25%;
}


@media (min-width: 993px) and (max-width: 1200px) {
 
.header_menu ul {
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-top: 18px !important;
  flex-wrap: wrap;
}
}

@media (min-width: 320px) and (max-width: 992px) {
	
.topmenu {
  display: none;
}
.slidecontent{
  width: 100%;
}
 
.container{
  width: 100% !important;
}
.feature_site .container{
  width: 100% !important;
  padding: 0
}
#aboutus_site p, 
#managnment_site p, 
#sustainability_site p, 
#polices_site p, 
#workplace p,
#hse_site p
{
  text-align: justify
}
.v_loop{
  min-height: auto;
}
#managnment_site img{
  float: none !important;
  padding: 0;
  margin: 0 auto !important;
  height: auto;
}
#managnment_site table{
  width: 100% !important;
}
#statics_site ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 50px;
  flex-wrap: wrap;
}
#portfoliolist .portfolio {
    width: 97%;
    margin: 2%;
  }
  #sustainability_site img {
  border-radius: 5px;
  height: auto;
 
  width: auto;
}
.nameclas, .nameclas2 {
  float: none !important;
  width: 100% !important;
  clear: none !important;
  margin-right: 0% !important;
}
.footerlogo, .footerlink {
 
  margin-bottom: 38px;
}
h2 {
  font-size: 4rem;
}
h3 {
  font-size: 2.6rem;
}
.maintitle{
  line-height: 40px;
}
header .col-md-5{
  display: flex;
  justify-content: space-between;
}
header .container{
  padding: 0;
  width: 60%;
}
.mobicon{
  display: block !important;
  position: relative;
  width: 20%;
}
.lang_site{
  display: none;
}

.lang_site.notdesk{
  display: block;
    width: 20%;
}
.mobicon i{
  color: #fff;
  font-size: 2.8rem;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  cursor: pointer;
}
.footerlogo{
  display: none;
}
.contact_th .col-md-4{
  padding: 0
}
.employcontact ul {
  max-width: 86%;
 
}
.logo_site {
  border-radius: 55px;
  padding: 13px;
  text-align: center;
  margin: 10px;
 
  width: 80%;
}
.logo_site img {
  height: 45px;
  width: 205px;
}
.footerbottom_site h6 {
  margin: 0;
  line-height: 37px;
  color: #fff;
  padding-top: 14px;
  padding-bottom: 14px;
}
.shrink .col-md-5 {
  width: 100%;
}
.shrink .container {
  display: block;
 
}
.footersocial {
 
  margin-bottom: 42px;
}
}