/* @import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400&display=swap"); */
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

*,
::after,
::before {
  box-sizing: border-box;
  font-family: 'PT Sans Narrow', sans-serif !important;
  font-weight: 400 !important;
}

body {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #4b5280;
  overflow-x: hidden !important;
}

body.body-color-three {
  background-color: #f5f7fa;
  margin: 0px;
  padding: 0px;
  overflow: hidden;

}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.3s;
  text-decoration: none;
  color: #4b5280;
}

a:hover {
  text-decoration: none;
  color: #e21f36;
}

a:focus {
  text-decoration: none;
}

.all-site-main-wrapper {
  margin: 0;
  /* overflow-x: hidden; */
}

.header-area.p-relative {
  position: fixed;
}

.header-area {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.default-btn {
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px 16px;
  line-height: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #d91f34;
  position: relative;
  overflow: hidden;
  margin-bottom: 9px;
}


.default-btn span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(transparent));
  background: linear-gradient(top, #ffffff, transparent);
  -webkit-animation: top 2s linear infinite;
  animation: top 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}


.default-btn span::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(transparent));
  background: linear-gradient(bottom, #ffffff, transparent);
  -webkit-animation: bottom 2s linear infinite;
  animation: bottom 2s linear infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
  background: linear-gradient(right, #ffffff, transparent);
  -webkit-animation: right 2s linear infinite;
  animation: right 2s linear infinite;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
  background: linear-gradient(left, #ffffff, transparent);
  -webkit-animation: left 2s linear infinite;
  animation: left 2s linear infinite;
}

.default-btn:hover {
  background-color: #ff5a00;
  color: #ffffff;
}

a:visited {
  color: white;
}

.navbar-area {
  background-color: rgba(255, 255, 255, 0.08);
}

.navbar-area .main-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-area .main-nav .navbar .navbar-brand {
  font-size: 0;
  padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item {
  position: relative;
  padding: 0 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-size: 17px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-left: 0;
  margin-right: 0;
  padding: 29px 0;
  position: relative;
  z-index: 1;
  margin: 0 15px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 22px;
  line-height: 0;
  position: relative;
  top: 4px;
  margin-left: -2px;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #ffffff;
}

.navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #ffffff;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 15px;
  width: 250px;
  z-index: 99;
  padding: 0;
  background-color: #ffffffeb;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-top: 2px solid #e21f36;
  max-height: 390px;

}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  position: relative;
  left: 0;
  border: 0;
  background: transparent;
}


/* .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    display: block;
  } */

.products-menu-government-cat::before {
  content: '';
  position: absolute;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/09/Group-769.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: transparent;
  width: 22px;
  height: 22px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* margin: 9px;
  padding: 11px!important; */
  left: 5px;
  right: 0;
  top: 9px;


}

.products-menu-healthcare-cat::before {
  content: '';
  position: absolute;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/09/Group-765.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: transparent;
  width: 22px;
  height: 22px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* margin: 9px;
  padding: 11px!important; */
  left: 5px;
  right: 0;
  top: 9px;

}

.products-menu-Financial-cat::before {
  content: '';
  position: absolute;
  background-image: url(https://optimiza.me/wp-content/uploads/2024/04/Group-763.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: transparent;
  width: 22px;
  height: 22px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* margin: 9px;
  padding: 11px!important; */
  left: 5px;
  right: 0;
  top: 9px;

}

ul .sub-single-cat-product:focus>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}



/* ul .sub-single-cat-product:hover > ul {
  visibility: visible!important;
  opacity: 1!important;
  display: block!important;
} */



ul .sub-single-cat-product:focus ul:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

/* ul .sub-single-cat-product:active ul:focus {
      visibility: visible!important;
      opacity: 1!important;
      display: block;
    }  */
ul .sub-single-cat-product:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}


ul .sub-single-cat-product:focus>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}



/* ul .sub-single-cat-product:hover > ul {
  visibility: hidden!important;
  opacity: 0!important;
  display: none!important;
}   */

/* ul .nav-item-products:hover > ul {
  visibility: visible!important;
  opacity: 1!important;
  display: block!important;
}  */


ul .nav-item-products:focus>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}



/* ul .nav-item-products:hover > ul {
  visibility: visible!important;
  opacity: 1!important;
  display: block!important;
}  */




ul .nav-item-products:focus ul:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

ul .nav-item-products:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

/* ul .nav-item-products:active {
      visibility: visible!important;
      opacity: 1!important;
      display: block;
    } */
ul .nav-item-products:focus>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}








.sub-single-cat-product {
  background: transparent url(https://optimiza.me/wp-content/uploads/2024/04/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position-x: 219px;
  background-position-y: 14px;
}








ul .nav-item-products:focus ul:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

ul .nav-item-products:focus {
  visibility: visible !important;
  opacity: 1 !important;
  display: block;
}

ul .nav-item-products:focus>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}

ul .nav-item-products:focus:focus-within>ul {
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important;
}








.products-menu-enterprise-cat::before {
  content: '';
  position: absolute;

  background-image: url(https://optimiza.me/wp-content/uploads/2023/09/Group-767.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: transparent;
  width: 22px;
  height: 22px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  /* margin: 9px;
  padding: 11px!important; */
  left: 5px;
  right: 0;
  top: 9px;

}

.products-menu-Financial-cat a {
  padding: 10px 36px !important;
}

.products-menu-enterprise-cat a {
  padding: 10px 36px !important;
}

.products-menu-healthcare-cat a {
  padding: 10px 36px !important;
}

.products-menu-government-cat a {
  padding: 10px 36px !important;
}



.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  position: relative;
  padding: 0;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 15.5px;
  color: #000219;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  text-transform: capitalize;
  display: block;
  font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 20px;

}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #e21f36;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e21f36;
}

/* .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: 100%;
    top: 0;
  } */

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

/* .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -98%;
    top: 20px !important;
    opacity: 0 !important;
    visibility: hidden !important;
  } */

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  position: relative;
  /* right: -100%; */
  top: 0;
  opacity: 0 !important;
  visibility: hidden !important;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #000219;
  text-transform: capitalize;
  font-weight: 600;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #e21f36;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #e21f36;
}

.navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e21f36;
}

/*
  .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -4px !important;
  } */

/* .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    /* top: -20px !important;
  } */

/* .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu:last-child .dropdown-menu {
    left: auto;
    right: -100%;
  } */

/* .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  } */


.navbar-area .main-nav nav .navbar-nav .nav-item:focus ul {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}


.navbar-area .others-option .get-quote {
  display: inline-block;
  position: relative;
  top: 7.5px;
}

.navbar-brand img {
    height: 42px !important;
    max-width: 180px;
    width: 100%;
}


.navbar-area.navbar-area-two {
  background-color: #ffffff;
  /* padding: 31px 13px 0;
     */
  padding: 0px 35px 0;
  box-shadow: 7px 4px 7px -3px #0000005c;
}


.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a {
  color: #000000;
  outline: none;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a:hover {
  color: #e21f36;
  outline: none;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item a.active {
  color: #e21f36;
  outline: none;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  color: #000219;
  outline: none;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #e21f36;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e21f36;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
  color: #e21f36;
  outline: none;

}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus-within {
  color: #e21f36;
}


.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #000219;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #e21f36;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
  color: #e21f36;
}

.navbar-area.navbar-area-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e21f36;
}





.navbar-area.navbar-area-two.is-sticky {
  background-color: #ffffff !important;
}



.navbar-area.navbar-area-five {
  background-color: rgba(0, 2, 25, 0.6);
}



.navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #000219;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

#mainMenuNavbar {
  justify-content: end;
}

#mainMenuNavbar .menu-main-menu-container {
  width: 70%;
}


button.navbar-toggler.main-menu-hamburger {
  box-shadow: unset;
  border: 0;
  outline: 0;
}

button.navbar-toggler.main-menu-hamburger span {
  width: 25px;
  height: 4px;
  background: #d91f34;
  display: block;
  margin-bottom: 4px;
  border-radius: 10px;
}

button.navbar-toggler.main-menu-hamburger span:nth-child(2) {
  margin-left: 6px;
}

/*
  Mobile Navbar Area Style
  ======================================================*/
.mobile-nav {
  display: none;
}



/*
    Others Option For Responsive Area Style
    ======================================================*/
.others-option-for-responsive {
  display: none;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9991;
  position: absolute;
  right: 60px;
  top: 21px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #e21f36;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: 0;
  top: 10px;
  max-width: 262px;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
}

.others-option-for-responsive .option-inner {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.others-option-for-responsive .option-inner .others-option {
  background-color: #ffffff;
  padding: 10px;
  position: absolute;
  top: 61px;
  right: 0;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.others-option-for-responsive .option-inner .others-option .option-item {
  margin-left: 15px;
  padding-left: 15px;
  position: relative;
}

.others-option-for-responsive .option-inner .others-option .option-item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.others-option-for-responsive .sidebar-menu {
  display: inline-block;
  margin-left: 10px;
}

.others-option-for-responsive .sidebar-menu a i {
  font-size: 25px;
  background-color: #e21f36;
  height: 50px;
  width: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  border-radius: 50px;
}

/******footer styles ********/

.footer-section {
  background: #ffffff0f;
  box-shadow: 0px -1px 7px 0px #e7e7e7;
  /* box-shadow: 2px 1px 8px 0px; */
  width: 100%;
}

.footer-content-optimiza {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 15px;
}

.footer-list-items-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.footer-content-optimiza p {
  color: #e21f36;
}

.footer-privacy-sentence {
  color: white;
  display: inline-block;
  padding: 40px;
  background: #bbb3b3;
  width: 100%;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px;
  box-shadow: 1px 0px 5px 0px black;
  background-size: cover;
}

.footer-privacy-sentence p {
  color: white;
  width: fit-content;
  margin-bottom: 13px;
  padding-bottom: 0;
  padding-left: 13px;
}

.footer-list-item {
  display: inline-block;
  margin-right: 20px;
}

.footer-item-padding {
  padding: 10px 10px;
  text-align: end;
}

.footer-copyright-sentence p {
  text-align: center !important;
  /* color: #6c757dab!important;
        background: #f0f0f1; */
  background: #888b8b;
  color: #fff;
  padding: 5px 20px;
  margin-bottom: 0;
}

.footer-list-items-wrapper li a {
  color: #6c757dab !important;
}

.main-contact-area {
  padding: 136px 0px 47px;
  color: #000;
}

.main-contact-area .contact-wrap {
  max-width: unset;
}

.main-contact-area .contact-wrap .contact-title {
  margin-top: -9px;
}

.main-contact-area .contact-wrap .contact-title p {
  margin-bottom: 30px;
  font-size: 22px;
  color: #d91f34;
}

.main-contact-area .contact-info a {
  color: #000;
  display: block;
}

.main-contact-area .contact-wrap .form-group {
  margin-bottom: 30px;
}

.main-contact-area .contact-wrap .default-btn {
  margin: auto;
  display: table;
  cursor: pointer;
}

.all-page-input-control {
  color: #666 !important;
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  padding: 12px !important;
}

.main-contact-area .contact-wrap .contact-form #msgSubmit {
  position: unset;
  text-align: center;
  margin-top: 20px;
}

.main-contact-area .contact-wrap .contact-form .hidden {
  display: none;
}

.main-contact-area .contact-info {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px 50px;
  position: relative;
  margin-bottom: 20px;
}

.main-contact-area .contact-info h6 {
  font-size: 24px;
  margin-bottom: 4px;
}


.main-contact-area .contact-wrap textarea {
  border-radius: 0 !important;
}




.main-contact-area .contact-info .company-info span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}



.main-contact-area .contact-info .company-info a {
  color: #4b5280;
  display: block;
}

.contact-us-meta-info-icon {
  width: 20%;

}




.contact-info h3 {
  font-size: 1.75rem;
  margin-bottom: 32px;
}


.contact-us-meta-info-wrapper {
  display: flex;
  margin: 10px 0;
}

.contact-us-meta-info-description {
  width: calc(80% - 10px) !important;
  margin-left: 9px;
}



.main-contact-area .contact-us-meta-info-description a:hover {
  color: #e21f36;

}

/*.main-contact-area .contact-info .company-info li:last-child {
    margin-bottom: 0;
  }*/



.main-contact-area .contact-info .company-info h6 {
  display: block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}

.main-contact-area .contact-info .sidebar-follow-us {
  margin-top: 30px;
}

.main-contact-area .contact-info .sidebar-follow-us h6 {
  font-size: 20px;
  margin-bottom: 25px;
  line-height: 1;
  padding-left: 10px;
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap {
  line-height: 1;
  display: flex;
  align-items: center;
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li {
  display: inline-block;
  margin: auto 7px;
  border-radius: 5px;
  border: 1px solid #e31f37;
  padding: 5px;

}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li a svg {
  line-height: 30px;
  text-align: center;
  fill: #e31f37;
  /* color: #4b5280; */
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.2s;
  width: 19px;
  height: 19px;

}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li svg a:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li:hover {
  background-color: #e21f36;
  color: #e21f36;
  border-radius: 5px;
  fill: white;
  transition: all ease 0.2s;
}

.main-contact-area .contact-info .sidebar-follow-us .social-wrap li:hover svg {
  fill: white;
  border: white;
}



.main-contact-area label {
  font-size: 16px;
}

label {
  margin-bottom: 10px;
}

.page-title-content img {
  max-height: 550px;
  width: 100%;
  object-fit: cover;
  /* padding-top: 34px; */
  /* padding-top: 90px; */
  /* padding-top: 20px; */
}

.page-title-content video {
  height: 100%;
  max-height: 600px;
  object-fit: fill;
  object-position: center;
  width: 100%;
  margin-top: 36px;
}

.page-title-area .page-title-content {
  position: relative;
  margin-top: 10px;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
}

.page-title-area.page-title-style-two {
  padding-top: 50px;
  /* padding-bottom: 90px; */
  padding-bottom: 20px;
  /* margin: 0 -60px 0; */

}

.latest-news-success-stories-card {
  margin-bottom: 33px;
  display: flex;
}

.single-blog-posts {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 100%;
  background-color: #f9fafb;
  height: 100%;
}

.single-blog-posts .single-blog-content {
  padding: 27px 19px;
}

.latest-news-success-stories-cards-wrapper {
  margin: 0;
  flex-flow: row wrap;
}

.single-blog-posts img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.single-blog-posts .posts-link {
  display: block;
  height: 190px;
}


.single-blog-posts .single-blog-content span {
  text-transform: uppercase;
  color: #e21f36;
  display: block;
  margin-bottom: 10px;
}

.single-blog-posts .single-blog-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  min-height: 60px;
}

.single-blog-posts .single-blog-content h3 a {
  color: #000219;
  height: auto;
  font-size: 19px;
  letter-spacing: 0.4px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: hidden;
  -webkit-box-orient: vertical;
  overflow: hidden
}

.latest-news-readmore-link {
  width: 100%;
  text-align: end;
  display: block !important;
}


.single-blog-posts .single-blog-content h3 a:hover {
  color: #e21f36;
}

.single-blog-posts .single-blog-content p {
  color: #00021961;
  height: auto;
  font-size: 19px;
  letter-spacing: 0.4px;
  line-height: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: hidden;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.single-blog-posts .single-blog-content .admin li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e21f36;
}

.single-blog-posts .single-blog-content .admin svg {
  width: 13px;
  height: 13px;
}

.single-blog-posts .single-blog-content .admin li:last-child {
  margin-right: 0;
  border-right: none;
}

.single-blog-posts .single-blog-content .admin li i {
  color: #e21f36;
  font-size: 18px;
  position: relative;
  top: 1px;
  margin-right: 5px;
}

.single-blog-posts:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.admin li {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid #e21f36;
}

.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #000219;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background-color: #f5f6fa;
  border: 1px solid #d7d7d7;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  border-color: #e21f36;
  background-color: #e21f36;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 25px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #e21f36;
  background-color: #e21f36;
}

.blog-column-two-area {
  margin: 0px 60px;
}

.single-blog-posts svg {
  margin-right: 8px;
  margin-bottom: 3px;
}

/*investors relations*/
.investors-icon-section {
  display: block;
  padding: 9px;

}

.investors-icon-section a {
  background-color: #e21f36;
  padding: 8px 20px;
}

.investors-annual-report-item img {
  max-width: 235px;
  height: 235px;
  margin-bottom: 20px;
  margin: auto;
  display: block;
}

.investors-annual-report-text-icon {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 15px;
}

.investors-annual-report-item {
  margin-bottom: 41px;
}

.investors-icon-section span {
  color: white;
}

.investors-annual-report-text-icon a {
  color: #000000;
}

.investor-icons-email-phone {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.investors-icons-email-phone-section {
  margin: 85px -60px;
  padding: 64px 0px 1px;
  background-color: #f0f0f1;



}

.investors-icon-social {
  background: transparent;
  border: 2px solid #d91f34;
  border-radius: 47px;
  padding: 9px;

}

.investors-icon-social svg {
  width: 40px;
  height: 40px;
}

.investors-icon-item {
  width: 20%;
  text-align: center;
  padding-bottom: 60px;
}

.investors-icon-item h6 {

  padding-top: 17px;
  font-size: larger;
  font-weight: 600;
}




.investors-icons-email-phone-section h4 {
  color: #d91f34;
  text-align: center;
  margin: 0 42px 42px;
  font-size: 28px;
  letter-spacing: 0.6px;
  padding: 0 40px 40px;
}

.partners-card-item {
  margin: 20px 0px;
}

.partners-card-content {
  border: 1px solid #80808029;

}

/*.main-partners-page-wrapper{
 margin: 0;
}*/

.partner-text-card {
  width: 100%;

  text-align: center;
  font-size: 22px;
  color: black;
  background: #aaa8a836;
  padding: 23px 5px;

}

.partner-text-card p {
  margin-bottom: 0;
}

.partners-text-top-container {
  text-align: left;
  margin: 25px 60px 55px;
}

.partners-text-top-container h4 {
  font-weight: 600 !important;
  font-size: 34px;
  margin-bottom: 20px;
  color: #d91f34;
}

.partners-text-top-container p {
  font-size: 20px;
  color: #808080d4 !important;
  letter-spacing: 0.6px;
}




.leaders-boxes-container {
  padding: 0 45px;
}

.leaders-text-top {
  text-align: center;
  margin-top: 10px;
  ;
  font-size: 26px;
  margin-bottom: 52px;
}

.leaders-button-box {
  display: flex;
}

.leaders-box-item {
  display: flex;
  justify-content: center;
}

.leaders-box-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  padding: 10px 0px;
  margin: 5px 0 20px;
  max-width: 576px !important;
  width: 100%;
}



.leaders-button-box a {
  color: #d91f34 !important;
  position: relative;
  padding: 9px 20px;
  font-size: 16px;
  margin-top: 8px;
  /* bottom: 70px; */
  transition:all ease 0.7s;

}

.leaders-button-box a svg {
  width: 10px;
  height: 10px;
  transform: rotate(273deg);
}

.leaders-button-box a:hover {
  background-color: #d91f34;
  color: white !important;

}

.leaders-button-box a:hover svg {
  fill: white;
}

.leaders-text-top p {
  color: #000000;
}

.leaders-boxes-container {
  margin: 0;
  justify-content: center;
}


.leaders-button-box a::before,
.leaders-button-box a::after {
  position: absolute;
  width: 66%;
  height: 30px;
  content: "";
}


.leaders-button-box a::before {
  left: 0;
  top: 0;
  border-left: 1px solid #d91f34;
  border-top: 1px solid #d91f34;

}

.leaders-button-box a::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #d91f34;
  border-bottom: 1px solid #d91f34;
}




.leader-text-box span {
  color: #d91f34 !important;
}

.leader-text-box p {
  color: #000000;
  font-size: 23px;
  margin-top: 13px;
  margin-bottom: 2px;
}

.leader-text-box {
  padding-left: 30px;
  padding-top: 11px;
}

.leaders-text-team {
  padding: 8px;
  text-align: center;
  background-color: #c4c5c666;
  margin: 50px -60px;
}

.leaders-text-team p {
  color: #000000;
  font-size: 31px;
  margin-bottom: 0;
}

.career-icon-text-wrapper {
  margin: 40px 60px;
}

.careers-title-wrapper {
  text-align: center;
}

.careers-title-wrapper span {
  font-size: 17px;
  color: black;
  letter-spacing: 0.7px;
}

.careers-title-wrapper h3 {
  color: #d91f34 !important;
  margin: 0px 0px 10px;
  font-size: 33px;
}

/*.career-icon img{
    width: 100%;
    height: 93px;
    margin-bottom: 23px;
}*/
.career-icon svg {
  width: 150px;
  height: 150px;
  margin: 16px;

}



.career-text {
  text-align: center;
}

.career-text h6 {
  color: #d91f34 !important;
  font-size: 29px;
}

.career-icon-text-item {
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.career-icon-text-item span {
  font-size: 18px;
  color: black;

}


.careers-images-section h3 {
  color: #d91f34 !important;
  margin-bottom: 40px;
  text-align: center;
  font-size: 33px;
}

.image-item {
  width: 90%;
  margin: auto;
}

.image-item img {
  max-height: 300px;
  margin-bottom: 14px;
  width: 100%;
  object-fit: cover;
}

.careers-images-section {
  background: #cacaca3b;
  margin: 20px 0px 0;
  padding: 36px;
}

.careers-images-wrapper {
  padding: 35px 80px 0;
  justify-content: center;
  position: relative;
}

.careers-images-wrapper .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  top: 50%;
}

.careers-images-wrapper .owl-dots {
  justify-content: center;
}

.careers-images-wrapper .owl-dots {
  display: none;
}

.careers-images-wrapper .owl-stage-outer {
  padding: 0;
  overflow: hidden;

}


.careers-images-wrapper .owl-nav .owl-prev {
  border-radius: 26px;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: #8080804a;
  width: 45px;
  height: 45px;
}




.careers-images-section .owl-theme .owl-nav .owl-prev:hover {
  background-color: #d91f34 !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-color: #8080804a;


}

.careers-images-section .owl-theme .owl-nav .owl-next:hover {
  background-color: #d91f34 !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  width: 45px;
  height: 45px;
  background-size: contain;
  background-color: #8080804a;
}

.careers-images-wrapper .owl-nav .owl-next {
  border-radius: 26px;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  background-color: #8080804a;
  width: 45px;
  height: 45px;
}


.careers-images-wrapper .owl-nav button span {
  color: transparent !important;


}


.careers-current-vacancies-title h5 {
  color: #d91f34;
  letter-spacing: 0.5px;
  font-size: 33px;
  margin: 7px;
  font-weight: 500 !important;
  line-height: 75px;
  margin-bottom: 0px;
  text-align: center;
}

.career-current-vacancies-wrapper {
  padding-top: 60px;
  /* background-color: #f0f0f1; */
  /* margin: 60px -60px 20px; */
  margin: 30px 60px 20px;
  padding: 60px 40px;

}



.career-current-vacancies-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 17px 5px;
  border-bottom: 1px solid #d6d6d6;
  text-align: left;
  align-items: baseline;

}


.career-current-vacancies-item-text {
  font-weight: 100 !important;
}


.career-current-vacancies-item-text a {
  text-decoration: none;
  color: #6f6f6f;
  background: transparent;
  /* font-size: 24px; */
  font-size: 24px;
}

.career-current-vacancies-item-button {
  margin-top: 20px;
}

.career-current-vacancies-item-button a {
  border: 1px solid transparent;
  /* padding: 10px 30px; */
  padding: 7px 30px;

  cursor: pointer;
  transition: 0.2s all linear;
  color: #fff;
  /* font-size: 17px; */
  background: #d91f34;
  font-size: 16px;

}

.career-current-vacancies-item-button a:hover {
  color: #d91f34;
  background-color: white;
  border: 1px solid #d91f34;
  ;
}






/*About Us */
.all-pages-breadcrumb-section ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 5px 10px;
}

.all-pages-breadcrumb-section li a {
  color: #717073;
  padding: 5px 0px;
}

.edit-breadcrumb-section ul {
  padding: 5px 0px !important;
}

.all-pages-breadcrumb-section li:not(:last-child):after {
  content: '';
  display: inline-block;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/05/right-chevron.svg);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  position: relative;
  top: 2px;
}

.all-page-breadcrumb-active {
  margin: 5px 10px;
  color: #df1e36;
}

/* .about-us-page-click{
  align-items: center;
  margin: 0px 9px 0px;
}
.about-us-page-click svg{
  margin-left: 2px;
  margin-right: 7px;
}


.about-us-home-click{
  color: #808080d6;
}
.about-us-click{
  color: #d91f34;
} */
.about-us-paragraph-image-section {
  display: flex;
  flex-wrap: wrap-reverse;

  margin: 34px 60px 60px;
}

.about-us-paragraph-section h5 {
  color: #d91f34;
  font-size: 28px;
  font-weight: 600 !important;
}

.about-us-paragraph-section p {
  color: #717073;
  margin-top: 24px;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 31px;

}

.about-us-paragraph-section a {
  color: #d91f34;
}

.about-us-paragraph-section a svg {
  margin-right: 5px;
  width: 10px;
  height: 10px;
}

.about-us-vision-section h4 {
  color: #d91f34;
  letter-spacing: 0.6px;
  font-size: 28px;
  margin: 0px;
  font-weight: 600 !important;
  display: flex;
  flex-wrap: wrap;
}

.about-us-vision-section svg {
  margin: 0 8px;
  width: 30px;
  height: 30px;
}

.about-us-vision-section p {
  margin: 18px 0px 2px;
  letter-spacing: 0.4px;
  color: #717073;
  font-size: 18px;
}

.about-us-vision-section {

  margin: 1px 60px 50px;
}

.about-us-mission-section {
  margin: 1px 60px 50px;
  padding-top: 48px;


}

.about-us-mission-text-side {
  margin: 0 0 40px;

}

.about-us-mission-text-side p {
  margin: 18px 0px 2px;
  letter-spacing: 0.4px;
  color: #717073;
  font-size: 18px;
}

.about-us-mission-text-side svg {
  margin: 0 8px;
  width: 30px;
  height: 30px;

}

.about-us-mission-text-side h4 {
  color: #d91f34;
  letter-spacing: 0.5px;
  font-size: 28px;
  margin: 0px;
  font-weight: 600 !important;
}

.about-us-box-content {
  margin: 0;
  padding: 23px;
  border: 2px dashed #f20c145e;
  width: 100%;
}

.about-us-mission-boxes {
  margin: 0;
}

.about-us-mission-box-icon svg {
  width: 100px;
  height: 65px;
}

.about-us-mission-box-icon img {
  width: 100%;
  max-width: 70px;
}

.about-us-mission-box-item {
  letter-spacing: 0.4px;
  color: #000000bf;
  font-size: 19px;
  margin: 0 0 18px;
  display: flex;
}

.about-us-our-values-section-wrapper {
  margin: 60px 60px;
}


.about-us-our-values-content {
  padding: 17px 18px 59px;
  box-shadow: 2px 5px 10px 0px #00000024;
  margin-bottom: 40px;


}

.about-our-values-item {
  display: flex;
}

.about-us-our-values-svg-title svg {
  width: 76px;
  height: 76px;
  margin-bottom: 10px;
}

.about-us-our-values-svg-title img {
  max-width: 100px;
  height: 100px;
  width: 100%;
  margin-bottom: 20px;
}

.about-us-our-values-svg-title h6 {
  font-size: 18px;
  font-weight: 600 !important;
  color: #000000;
  font-size: 17px;
}

.about-us-our-values-svg-title {
  text-align: center;
  margin-bottom: 28px;
}

.about-us-our-values-text p {
  color: #000000c9;
  font-size: 17px;
  font-weight: lighter !important;


}

.about-us-title-our-values h4 {
  color: #d91f34;
  letter-spacing: 0.5px;
  font-size: 29px;
  margin: 2px 0px 27px;
  font-weight: 600 !important;

}

.about-us-why-us-wrapper {
  margin: 0 60px;
}

.about-us-title-why-us h4 {
  color: #d91f34;
  letter-spacing: 0.5px;
  font-size: 30px;
  margin: 0;
  font-weight: 600 !important;
}

.about-us-why-us-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  padding: 17px 18px 59px;
  text-align: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;

}

.about-us-paragraph-box-content {

  background-color: #d91f34;
  text-align: left;
  padding-top: 31px;
  letter-spacing: 0.3px;
  font-weight: lighter;
  line-height: 32px;

}


.about-us-why-us-text p {
  font-size: 21px;
  font-weight: lighter;
  color: #000000c7;
  letter-spacing: 0.3px;
  width: 71%;
  margin: auto;

}

.about-us-text-box-why-us {
  font-size: 22px;
  color: white;
}

.about-us-why-us-svg {
  margin-bottom: 10px;
}

.about-us-why-us-svg svg {
  width: 91px;
}

.about-us-why-us-item {
  display: flex;
  margin-bottom: 14px;
  padding: 14px 9px;
}

.about-us-title-why-us {
  margin: 40px auto;
}


.flip-card {
  background-color: transparent;
  perspective: 1000px;
  /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
/*.flip-card-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.about-why-flip-card {
  box-shadow: 2px 5px 10px 0px #00000024;
  margin-bottom: 40px;
  background-color: transparent;
  border: 1px solid #f1f1f1;
  height: 100%;
}

.about-why-flip-card-inner {
  position: relative;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  height: 100%;
  width: 100%;
}

.about-why-flip-card-front {
  color: #717073;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  top: 0;
  left: 0;
  padding: 35px 20px;
}

.about-why-flip-card-front img {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.about-why-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #e31f37;
  color: white;
  transform: rotateY(180deg);
  top: 0;
  left: 0;
  padding: 20px 20px;
  overflow: hidden;
  font-size: 16px;
}

.about-why-flip-card:hover .about-why-flip-card-inner {
  transform: rotateY(180deg);
}


.why-optimiza-about-page-item {
  margin-bottom: 20px;
}

.about-why-flip-card-front h6 {
  margin-top: 10px;
  color: #000;
}

/** Martet-Trends **/

.market-trends-focus-subtitle h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-bottom: 23px !important;
}

/* .market-trends-focus-subtitle p {
  color: #232324;
  font-size: 24px;
  letter-spacing: 0.7px;
  width: 98%;

} */
.market-trends-focus-subtitle p {
  color: #717073;
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 31px;
    width: 95%;
}




.market-trends-targeted-solution-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 21px 15px 15px;
}


.market-trends-box-text p {
  color: #272629;
  font-size: 20px;
  margin-top: 20px;
}

.market-trends-targeted-solution-item {
  display: flex;
  margin-bottom: 23px;
}

.market-trends-targeted-solution-title h4 {
  color: #d91f34;
  font-size: 29px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;


}

.market-trends-targeted-solution-content svg {
  width: 75px;
  height: 75px;
  fill: black;
  stroke: black;
}

.market-trends-targeted-solution-content svg path {
  fill: black;
  stroke: black;
}



.market-trends-targeted-solution-content:hover svg {
  fill: white;
  stroke: #fff;
}

.market-trends-targeted-solution-section {
  justify-content: center;
  margin: 0 60px;
}

.market-trends-targeted-solution-content:hover svg path {
  fill: #fff;
  stroke: #fff;
}

.market-trends-targeted-solution-content:hover svg g {
  fill: #fff;
  stroke: #fff;
}

.market-trends-targeted-solution-content:hover svg circle {
  fill: #d91f34;
}

.market-trends-targeted-solution-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.market-trends-targeted-solution-content:hover p {
  color: white;
}

.market-focus-targeted-solution-title h4 {
  color: #d91f34;
  font-size: 29px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
}


.market-focus-targeted-solution-content {
  /* box-shadow: 2px 5px 10px 0px #00000024; */
  text-align: center;
  /* width: 100%; */
  /* padding-bottom: 26px; */
  position: relative;
  display: block;

}

.market-focus-targeted-solution-content svg polyline,
.market-focus-targeted-solution-content svg line {
  fill: #d91f34;
  stroke: #d91f34;
}

.market-focus-targeted-solution-content a:hover svg polyline,
.market-focus-targeted-solution-content a:hover svg line {
  fill: white;
  stroke: #ffff;
}

.market-focus-targeted-solution-item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  padding: 10px 10px;
  width: calc(150px + 136px);
}





/* .market-focus-targeted-solution-content a{
    padding: 7px 26px 10px;
    transition: all ease 0.5s;
    text-align: center;
    background-color: #d91f34;
    color: white;
    z-index: 8;
    position: relative;

  } */



/*.market-focus-targeted-solution-content::after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
    z-index: 1;
    background-image: linear-gradient(to bottom, transparent, #0000000a,#00000047 );
    mix-blend-mode: hard-light;

  }*/



.product-description-section h4 {
  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  padding: 0px;
  /* margin-bottom: 40px; */
}

.product-description-section video {
  max-height: 350px;
}

.product-main-features-wrapper {
  margin: 0 60px;
  justify-content: center;
}

.product-main-features-section h4 {
  color: #d91f34 !important;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-top: 40px;
}






.product-description-section p {
  color: #717073;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 31px;
  width: 100%;
  margin: 20px 0;
  padding: 0;
}

.product-main-features-content {

  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 15px 10px;
}

.product-main-features-item {
  display: flex;
  margin-bottom: 23px;
}

.product-main-features-content svg {
  width: 60px;
  height: 60px;
}




.product-main-features-title h4 {

  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 40px 0 28px;
}



.product-main-features-content p {
  color: #000000cf;
  font-size: 21px;
  margin-top: 42px;
  letter-spacing: 0.5px;
}

.product-main-features-content:hover svg {
  fill: white;
}

.product-main-features-content:hover svg g rect{
  fill: white;
  stroke: white !important;
}

.product-main-features-content:hover svg circle {
  fill: #d91f34;
  stroke: white;
}


.product-main-features-content:hover svg path#Path_780 {
  fill: #d91f34 !important;
}


.product-main-features-content:hover .Icon_awesome-question path {
  fill: #d91f34;
  stroke: white;
}

.product-main-features-content .Icon_awesome-question path {
  fill: #fff;
}

.product-main-features-content:hover svg path#Path_8093 {
  fill: #d91f34;
}


.product-main-features-content:hover svg tspan {
  fill: white;
}

.product-main-features-content:hover svg rect {
  fill: white;
}

.product-main-features-content:hover svg .fdi-9-svg-dolar-sign {
  fill: #d91f34;
  stroke: white;
}

.product-main-features-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.product-main-features-content:hover p {
  color: white;
}


.product-description-section a {

  padding: 10px 59px 10px;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #d91f34;
  color: white;
  letter-spacing: 0.9px;
  margin-bottom: 20px;
}

.product-main-benefits-wrapper {
  margin: 0 60px;
}

.product-main-benefits-title h4 {
  color: #d91f34;
  font-size: 29px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 30px 0 20px;
}

.product-main-benefits-title {
  margin: 0 60px;
}

.product-main-benefits-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 23px 19px;
  margin: 0;

}

.product-main-benefits-content:hover {
  background-color: #d91f34;
  transition: 0.3s;
}

.product-main-benefits-content:hover svg {
  fill: white;
}

.product-main-benefits-content:hover svg path#Path_372 {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover svg path#Path_373 {
  fill: white;
  stroke: white;

}

.product-main-benefits-content:hover svg path#Path_376 {
  fill: white;
  stroke: white;

}

.product-main-benefits-content:hover svg path#Path_375 {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover svg g {
  fill: white;
  stroke: white;
}



.product-main-benefits-content:hover svg path {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover svg g {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover svg text {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover svg line {
  fill: white;
  stroke: white;
}

.product-main-benefits-content:hover p {
  color: white;

}

.product-main-module-svg svg {
  max-width: 72px !important;
  height: 68px !important;
}



.product-main-benefits-item {
  display: flex !important;
  padding: 11px 10px;
}

.product-main-benefit-text p {
  color: #424144;
  font-size: 19px !important;
  margin: 7px 0;
  text-align: center !important;
}

.product-main-benefit-svg svg {
  width: 100%;
  max-width: 56px;
  height: 79px;
  object-fit: contain;
}

.product-form-section h4 {

  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 30px 0 20px;
}

.product-form-section p {
  color: #0000009c;
  font-size: 20px;
  margin-top: 11px;
}

.product-input-control {
  padding: 9px !important;
  margin: 8px 0px;
}



.product-form-section a {
  padding: 9px 42px 9px;
  transition: all ease 0.5s;
  text-align: center;
  background-color: #d91f34;
  color: white;
  margin: 5px;
}

.product-input-control::placeholder {
  color: #00000040 !important;
  opacity: 1;
}

.product-form-section h6 {
  font-weight: 500 !important;
  margin-left: 6px;
  color: black;
  font-size: 15px;
}

.product-form-section {
  margin: 60px 60px;
}


.product-checkbox {
  color: #0000009c;
  margin-left: 6px;
}

.product-main-input-wrapper {
  margin: 0;
}

.product-checkbox {
  color: #6c757dab !important;
}

.product-main-input-item {
  padding-left: 0 !important;
}

.product-main-features-content p {
  color: #000000bd;
  font-size: 20px;
  margin-top: 41px;
}

.product-main-features-content:hover svg {
  fill: white;
}

.product-main-features-content:hover svg rect {
  fill: white;
}


.product-main-features-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.product-main-features-content:hover p {
  color: white;
}






/*acculab page */





.acculab-product-boxes-wrapper {
  margin: 0;
}

.acculab-product-boxes-content {

  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 21px 15px 21px;
}

.acculab-product-box-item {
  display: flex;
  margin-bottom: 23px;
}



.acculab-product-boxes-content svg {
  width: 80px;
  height: 80px;

}

.acculab-product-boxes-content svg path {
  fill: #d91f34;
}



.acculab-product-boxes-content p {
  color: #000000a6;
  font-size: 18px;
  margin: 11px auto 15px;
  width: 95%;
}

.acculab-product-boxes-content h4 {
  font-size: 21px;
  color: #8b8b8b;
  margin-top: 15px;
  font-weight: lighter !important;
}

.acculab-product-boxes-content:hover svg {
  fill: white;
}

.acculab-product-boxes-content:hover svg path {
  fill: white;
}

.acculab-product-boxes-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.acculab-product-boxes-content:hover p {
  color: white;
}

.acculab-product-boxes-content:hover h4 {
  color: white;
}


.acculap-product-img-edit img {
  width: 100%;
  height: 100%;
}




.acculap-product-our-cloud-image img {
  width: 100%;
  height: 100%;
}

.acculab-product-description-section-wrapper {

  justify-content: center;
  margin: 20px 60px;

}






.acculab-product-lis-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 21px 15px 15px;
}

.acculab-product-lis-item {
  display: flex;
  margin-bottom: 23px;
}

.acculab-product-lis-content svg path {
  width: 70px;
  height: 70px;

}

.acculab-product-lis-content:hover h6 {
  color: white;
}








.acculab-product-lis-section-wrapper {
  margin: 0 60px;
}

.acculab-product-lis-title h4 {

  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 50px 0 28px;
}


.acculab-product-lis-content p {
  color: #000000bd;
  font-size: 17px;
  margin-top: 15px;
}

.acculab-product-lis-content h6 {
  color: #0000009e;
  font-size: 21px;
  margin: 14px;

}

.acculab-product-lis-content:hover svg path {
  fill: white;
  stroke: white;
}

.acculab-product-lis-content:hover svg circle {
  fill: white;
  stroke: white;
}


.acculab-product-lis-content:hover svg {
  fill: white;
  stroke: white;
}


.acculab-product-lis-content svg {
  width: 65px;
  height: 65px;
}



.acculab-product-lis-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.acculab-product-lis-content:hover p {
  color: white;
}

.acculab-product-title-our-cloud p {
  color: gray;
  font-size: 24px;
  letter-spacing: 1.1px;

}

.acculab-product-packages-title h4 {
  font-size: 29px;
  font-weight: 600 !important;
  padding: 20px 0;
  margin: 17px 0;
  color: #d91f34;
  letter-spacing: 0.8px;
}


.acculab-product-packages-title p {
  text-align: left;
  font-size: 21px;
  color: #00000060;
}


.acculap-product-packages-list-items li {
  position: relative;
  margin: 20px;
  font-size: 22px;
  text-align: initial;

}



.acculap-product-packages-content h5 {
  font-size: 33px;
  display: inline-block;
  padding: 4px 17px;
}

.acculap-product-packages-content h5::after {
  content: '';
  width: 90%;
  height: 1px;
  display: block;
  border: 1px solid #d91f34;
  margin: 5px;

}

.acculap-product-packages-content:hover h5::after {
  border: 1px solid white;
}


.acculap-product-packages-content {

  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 21px 15px 45px;


}

.acculap-product-packages-item {
  display: flex;
  margin-bottom: 23px;

}

.acculap-product-packages-wrapper {

  margin: 40px 0;

}


.acculap-product-packages-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;

}

.acculap-product-packages-content:hover li {
  color: white;
}

.acculap-product-packages-content:hover h5 {
  color: white;
}

.acculap-product-packages-content:hover svg {
  fill: white;
}

.acculap-product-packages-content:hover svg path {
  fill: white;
}



.acculab-product-quotes-logo-section p {
  position: relative;
  line-height: 34px;
  font-size: 16px;
  color: #0000009d;
  text-align: left;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}




.acculab-product-quotes-logo-section p::before {
  content: '';
  background-image: url(https://optimiza.me/wp-content/uploads/2023/05/quote-svgrepo-com.svg);
  height: 16px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  top: -14px;

}




.acculab-product-quotes-logo-section p::after {
  content: '';
  background-image: url(https://optimiza.me/wp-content/uploads/2023/05/quote-svgrepo-com-1.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;


}



.acculab-product-dr-name h4 {
  color: #d91f34;
  font-size: 18px;
  font-weight: 600 !important;
  margin: 0;



}

.acculab-product-dr-name {
  padding: 0;
}

.acculab-product-logo-section {
  padding: 0;
}

.acculab-product-dr-name h5 {
  color: #000000d1;
  font-size: 18px;
  margin: 0;

}


.acculab-product-dr-name {
  text-align: start;
  margin-top: 15px;
}



.acculab-product-customers-testimonials-title h4 {
  font-size: 32px;
  font-weight: 600 !important;
  padding: 20px 0;
  margin: 12px 0;
  color: #d91f34;
  letter-spacing: 0.8px;
}

.acculab-product-customers-testimonials-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 34px 25px 14px;
  margin: 0 0 28px;
}

.acculab-product-customers-testimonials-item {
  display: flex;
  margin: 0;

}


.acculab-product-customers-testimonials-wrapper {
  margin: 30px 0 0;

}





.acculab-product-logo-section img {
  width: 100%;
  max-width: 194px;
}


.acculab-product-dr-name-logo-section {
  margin: 0;
  align-items: center;
}




.acculab-product-dr-image-raduis img {
  width: 203px;
  border: 1px solid #d91f34;
  border-radius: 50%;
  padding: 4px;
  margin: 24px 0;
  aspect-ratio: 1/1;

}

.product-main-benefit-svg svg {
  margin: 9px !important;
}

.product-main-module-wrapper {
  justify-content: center;
  margin: 0 60px;
}





/*.aman-product-main-modules-content .product-main-benefit-svg{
  margin-bottom: 26px;
  }



  .aman-product-main-modules-content{
    box-shadow: 2px 5px 10px 0px #00000024;
    text-align: center;
    width: 100%;
    padding:1px !important;
    margin: 0;
  }*/



.acculab-product-cloud-seciton {
  margin: 15px 0;
}

.acculap-product-packages-list-items li span {
  margin-left: 5px;
  font-size: 18px;
}


.agmpro-product-customers-testimonials-wrapper {
  margin: 0 60px;
}

.agmpro-product-customers-testimonials-title h4 {
  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 50px 0 28px;
}

.agmpro-product-customers-testimonials-description h5 {
  color: #d91f34;
  letter-spacing: 0.3px;
  font-size: 18px;
  font-weight: 600 !important;
  margin-bottom: 5px;
  margin-top: 12px;

}

.agmpro-product-customers-testimonials-description h6 {
  color: #595959;
  font-size: 17px;
  letter-spacing: 0.3px;
  font-weight: 600 !important;

}

.agmpro-product-customers-testimonials-description p {
  font-size: 16px;
  color: #000000a6;
  letter-spacing: 0.4px;
  margin-bottom: 0;
}

.agmpro-product-customers-testimonials-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 2/1;
  /* max-width: 291px;
max-height: 291px;
width: 100%; */
}

.agmpro-product-customers-testimonials-content {

  box-shadow: 2px 5px 10px 0px #00000024;
  width: 100%;
  padding: 25px 10px;
  margin: 0 0 28px;
}

.agmpro-product-customers-testimonials-item {
  display: flex;
}

.agmpro-product-customers-testimonials-title h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 50px 0 28px;

}

.agmpro-product-beneficiaries-list-items {
  margin: 0;
}

.agmpro-product-beneficiaries-list-items li::before {
  content: '';
  background-image: url(https://optimiza.me/wp-content/uploads/2023/05/svgviewer-output-3.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  /* position: absolute; */
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}

.agmpro-product-beneficiaries-list-items li {
  padding-bottom: 12px;
  color: #6a6a6ae0;
  font-size: 20px;
  letter-spacing: 0.6px;
  margin: 5px 0px;

}

.agmpro-product-beneficiaries-section-wrapper {
  margin: 0 60px;
}

.agmpro-product-beneficiaries-list-items span {
  margin-left: 10px;
}

.agmpro-product-beneficiaries-list-items {
  padding: 0;
}


.agmpro-product-meeting-collapse-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  width: 100%;
  padding: 0px 0px 10px;
  margin: 20px 0;
  text-align: center;

}


.agmpro-product-meeting-collapse-content a.collapse-before {
  display: block;
  outline: 0;
  border: 0;
  box-shadow: unset;
  height: 200px;
}


.agmpro-product-meeting-collapse-content a.collapse-before span {
  font-size: 20px;
  margin: 10px auto;
  color: #212529;
  display: inline-block;
  padding: 5px 15px;
}



.agmpro-product-meeting-collapse {
  margin: 0 60px;
}


/* .agmpro-product-meeting-collapse-content h4{
    color: #606060;
    padding: 9px;
    width: 82%;
    margin: auto;
 } */





.agmpro-product-meeting-collapse-content:hover {
  background-color: #d91f34;
  color: white;
  transition: .2s ease all;
}

li.acculap-product-general-features-list-items {
  display: flex;
  align-items: baseline;
}

.agmpro-product-meeting-collapse-content:hover svg {
  fill: transparent;

}

.agmpro-product-meeting-collapse-content:hover svg path {
  fill: white !important;

}

.agmpro-product-meeting-collapse-content svg path {
  stroke: white !important;
}

.agmpro-product-meeting-collapse-content:hover span {
  color: white !important;
}

a[aria-expanded="true"] span {
  border-bottom: 1px solid #d91f34;
}

.agmpro-product-meeting-collapse-content:hover a[aria-expanded="true"] span {
  border-bottom: 1px solid #fff;
}

/* a[aria-expanded="false"].agmpro-product-meeting-collapse-item{
  display: flex!important;
 } */
.agmpro-product-meeting-collapse-item {
  display: block;
}


.agmpro-product-meeting-collapse-content .collapse-before svg {
  max-width: 141px;
  width: 100%;
  display: block;
  margin: auto;
  /* max-width: 230px; */

}

.agmpro-product-meeting-collapse-content p {
  color: #d91f3496;
  font-size: 19px;
  margin-bottom: 2px;
}

.agmpro-product-meeting-collapse-content:hover p {
  color: rgba(255, 255, 255, 0.644);
}

.acculap-product-packages-list-items li svg {
  width: 10px;
  height: 10px;
}

/*********Enterprise Application Section********/


.enterprise-application-services-cards-wrapper {
  margin: 0 60px;
}

.enterprise-application-services-card-content {
  width: 100%;
  box-shadow: 2px 5px 10px 0px #00000024;


}

.enterprise-application-services-card-content:hover {
  background-color: #d91f34 !important;
  transition: 0.3s;
}

.enterprise-application-services-card-content:hover h6 {
  color: white;
}

.enterprise-application-services-card-item {
  display: flex;
  margin-bottom: 20px;
}



.enterprise-application-services-card-img {
  max-height: 500px;
}

.enterprise-application-services-card-content img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  max-height: 193px;
}

.enterprise-application-services-card-text {
  text-align: center;
  width: 100%;
  padding: 24px;

}

.enterprise-application-services-card-text h6 {
  font-weight: 600 !important;
  font-size: 20px;
  /* width: 56%; */
  margin: auto;
  letter-spacing: 0.4px;
  color: #000000e8;
  padding-bottom: 15px;
}


.enterprise-application-services-description {
  margin: 0 60px;
}

.enterprise-application-services-description p {
  width: 97%;
  font-size: 22px;
  letter-spacing: 0.5px;
  color: #000000db;
  font-weight: 100 !important;
}



.enterprise-application-services-transformation-title h4 {
  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.9px;
  margin: 50px 0 20px;
}



.enterprise-application-services-transformation-svg-text {
  box-shadow: 2px 5px 10px 0px #00000024;
  width: 100%;
  padding: 17px;
  text-align: center;
  margin-bottom: 19px;
}

.enterprise-application-services-transformation-svg-text:hover {
  background-color: #d91f34;
  transition: 0.3s;
}

.enterprise-application-services-transformation-svg-text:hover svg {
  fill: white;
  stroke: white;
}

.enterprise-application-services-transformation-svg-text:hover p {
  color: white;
}

.enterprise-application-services-transformation-svg-text:hover svg path {
  fill: white;
  stroke: white;

}

.enterprise-application-services-transformation-svg-text:hover svg g {
  stroke: white;

}

.enterprise-application-services-transformation-svg-text:hover svg line {
  fill: white;
  stroke: white;
}

.enterprise-application-services-transformation-svg-text svg {
  width: 63px !important;
  height: 63px !important;
}

.enterprise-application-services-transformation-svg-text:hover .enterprise-svg-change-color {
  fill: white
}

.enterprise-application-services-transformation-svg-text:hover #Icon_material-settings {
  fill: #d91f34 !important;
}
/*
.eai-section-item-height {
  display: block !important;
} */






.enterprise-application-services-transformation-svg-text p {
  font-size: 20px;
  margin-top: 16px;
  color: #000000d6;
  font-weight: 100 !important;
  letter-spacing: 0.6px;

}


/*.enterprise-application-services-transformation-content{
  width: 100%;
}*/

.enterprise-application-services-transformation-item {
  display: flex;
}



.enterprise-application-services-transformation-title p {
  font-size: 22px;
  letter-spacing: 0.3px;
  color: #000000db;
  font-weight: 100 !important;
  margin-bottom: 21px;

}

/* .enterprise-application-services-transformation-images {
  margin: 0;
} */



.enterprise-application-services-transformation-wrapper {
  margin: 0 60px;
}



.enterprise-application-services-transformation-image img {
  width: 100%;
  object-fit: cover;
  height: 395px;

}



.enterprise-application-services-transformation-image {
  margin: 2px auto 18px;
  height: 100%;
  width: 100%;

}


.enterprise-application-services-oracle-title h5 {
  color: #d91f34 !important;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.9px;
  margin: 15px 70px;
}

.enterprise-application-services-oracle-content {
  /* box-shadow: 2px 5px 10px 0px #00000024; */
  width: 100%;
  /* padding: 10px; */
  text-align: center;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 21px;
  padding: 0px 23px;

}

.enterprise-application-services-oracle-item {
  display: flex;
  height: 100%;
}

.enterprise-application-services-oracle-wrapper {
  margin: 0 !important;
}


.enterprise-application-services-oracle-content img {
  /* max-width: 188px;
    padding: 17px; */
  width: 100%;
  margin: auto;

}

.defense-our-product-content-title svg {
  width: 88px;
  height: 88px;
  margin: 10px;

}

.defense-our-product-content-title h6 {
  font-size: 19px;
  margin-top: 11px;
}

.defense-our-product-content p {
  font-size: 18px;
  letter-spacing: 0.4px;
}

.defense-solutions-card-front svg {
  width: 82px;
  height: 82px;
}

.defense-solutions-card-front h6 {
  font-size: 18px;
  margin-top: 30px;
  letter-spacing: 0.4px;
}

.defense-solutions-card-back p {
  text-align: left;
  color: #ffffffe0;
  line-height: 33px;
  letter-spacing: 0.4px;
  font-size: 17px;
}

.defense-subtitle {
  margin: 0 60px;
}

.about-us-title-why-us p {
  font-size: 18px;
  margin-top: 14px;
  color: #717073;
  letter-spacing: 0.4px;
}


.Construction-our-services-model-wrapper {
  margin: 0 60px;
  border: none;
}

.Construction-our-services-model-wrapper ul {
  margin: 0;
}


.Construction-our-services-model-item {
  display: flex;
  margin-bottom: 20px;
}

.Construction-our-services-model-item a {
  border: none !important;
}

.Construction-our-services-model-item a:active {
  border: none !important;
}


.Construction-our-services-model-content {
  width: 100%;
  box-shadow: 2px 5px 10px 0px #00000024;
  display: flex;
  flex-direction: column;
  padding: 0 !important;
}

.Construction-our-services-model-card-image {
  width: 100%;
}

.Construction-our-services-model-content img {
  width: 100%;
  object-fit: cover;
  /* height: 100%; */
  max-height: 222px;

}

/*.Construction-our-services-model-card-text{
    text-align: center;
    width: 100%;
    padding: 22px;
  }*/


/*.Construction-our-services-model-card-text span{
    font-weight: 600!important;
    font-size: 20px;
    width: 83%;
    margin: auto;
    letter-spacing: 0.6px;
    color: #000000e8;
  }*/
.Construction-our-services-model-wrapper ul {
  border: none !important;
}

.Construction-our-services-model-content span {
  font-weight: 600 !important;
  font-size: 20px;
  width: 83%;
  margin: auto;
  letter-spacing: 0.6px;
  color: #000000e8;
  display: block;
  text-align: center;
  width: 100%;
  padding: 22px;
}

.construction-box-list-items {
  border: 0;
}


.Construction-our-services-model-content:hover {
  background-color: #d91f34 !important;
  transition: 0.3s;
}

.Construction-our-services-model-content:active {
  background-color: #d91f34 !important;
  outline: none !important;
}

.Construction-our-services-model-content:focus {
  background-color: #d91f34 !important;
  outline: none !important;
}

.Construction-our-services-model-content:active span {
  color: white;
}

.Construction-our-services-model-content:focus span {
  color: white;
}

.Construction-our-services-model-content:hover span {
  color: white;
}

.Construction-our-services-model-title h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 15px 0 15px;

}

.Construction-our-services-model-title h5 {
  color: #000000db;
  font-size: 22px;
  font-weight: 600 !important;
  margin-bottom: 15px;
}






.Construction-Project-Management-title h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 61px 0 20px;
}

.Construction-Project-Management-title {
  margin: 0px !important;
}

.Construction-Project-Management-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  margin: 0;
  align-items: center;
  padding: 21px 7px 12px;
}

.Construction-Project-Management-item {
  display: flex;
  margin: 18px 0px 7px 0 !important;
  min-height: 150px;
}



.Construction-Project-Management-text p {
  color: #0e0e0f;
  font-size: 20px;
  text-align: start;
  letter-spacing: 0.6px;
  margin: 0;
}

.Construction-Project-Management-paragraph p {
  color: #717073;
  font-size: 18px;
  margin-top: 19px;
  letter-spacing: 0.7px;

}

.Construction-Project-Management-title p {
  color: #717073;
  font-size: 18px;
  letter-spacing: 0.7px;
}

.Construction-our-services-model-title {
  margin: 0;
}

.Construction-our-services-model-title p {
  color: #717073;
  font-size: 18px;
  margin-bottom: 41px;
  letter-spacing: 0.7px;
}

.Construction-Project-Management-wrapper {
  margin: 0 60px;
}

/* new css  */

.main-image-mobile-view-wrapper {
  display: none;
}

p.main-job-description-wrapper {
  color: #575756 !important;
}

svg#Layer_55 {
  width: 111px;
  height: 49px;
}

.main-blog-single-page {
  padding: 80px 0px 0px 0px;
  margin: 45px 60px;
}

.main-title-single-blog-items-header h1{
  color: #000;
  font-size: 25px;
  text-align: center;
  padding: 80px 60px 9px;
  letter-spacing: 0.4px;
  margin: 10px 0;
  width: 100%;
  font-weight: 700 !important;
}

.main-success-stories-wrapper p {
font-size: 19px;
  letter-spacing: 0.7px;
  line-height: 32px;
  color: #717073;
}

.postid-2354 article{
margin: 0px 60px;
}

.postid-2357 article{
margin: 0px 60px;
}

.postid-2359 article{
margin: 0px 60px;
}

.postid-2361 article{
margin: 0px 60px;
}

.main-latest-news-box {
  padding: 0px 60px;
  align-items: center !important;
}

div#glance_value_1,#glance_value_2,#glance_value_3,#glance_value_4,#glance_value_5,#glance_value_6{
      margin: 0 80px 0 0px;
      text-align: initial;
}



.main-apply-now-job button{
    background: #d91f34;
      color: #fff;
      border: 0;
      box-shadow: unset;
      margin-top: 10px;
      padding: 15px 60px;
      border-radius: 0;
      font-size: 15px;
}

.navbar-logo-headar-wrapper {
    margin-left: 34px;
    margin-right: 0px;
}

.social-icons-footer-wrapper svg path {
  fill: #fff !important;
  stroke: #fff !important;
}

.agmpro-product-meeting-collapse-content:hover #before_the_meeting path{
  fill: transparent !important;
}

.agmpro-product-meeting-collapse-content:hover #after_the_meeting path{
  fill: transparent !important;
}

.sitemap-main-col ul{
  list-style: circle;
  color: #d91f34;
}

ul.sub-sitemap-main-item{
list-style: disc;
}

.main-hybrid-cloud-with-text img {
  /* height: 341px; */
  width: 97%;
}

.main-hybrid-cloud-with-text {
  text-align: end;
}

/* .main-home-page-latest-news {
  display: flex !important;
  flex-wrap: wrap !important;
  padding: 0px 30px;
  justify-content: center !important;
} */

.main-home-why-optimiza-wrapper {
  margin: 0px 60px !important;
}

.main-form-contact-us-wrapper {
    margin: 0 60px;
}

.Construction-Project-Management-dropdown {
  background-color: #E21F36;
  width: calc(100% - 24px);
  border-radius: 0 !important;
}
.construction-Project-Management-dropdown li{
  display:flex;
  align-items: center;
}

.Construction-Project-Management-dropdown a {
  color: white;
  display: flex;
  justify-content: start;
  align-items: center;
}

.Construction-Project-Management-dropdown img {
  margin: 0 10px;
}

.Construction-Project-Management-dropdown p {
  margin: 0;
}

.Construction-Project-Management-item>.show {
  background-color: #E21F36 !important;
  z-index: -1;
}

.Construction-Project-Management-item>.show p {
  white-space: normal;
  color: white;
}

.Construction-Project-Management-item>ul {
  transform: translate3d(12px, 130px, 0px) !important;
}

.dropdown-toggle::after {
  display: none !important;
}

.page-id-784 .dropdown-item:hover {
  background-color: transparent;
  cursor: default;
}

.Construction-Project-Management-item>.show .Construction-Project-Management-svg>svg {
  fill: white;
}

.Construction-Project-Management-item>.show .Construction-Project-Management-svg>svg path {
  stroke: white;
}

.construction-our-Capabilities-content>.Construction-Project-Management-svg {
  margin-right: 20px;
}

/* .page-id-784 .Construction-Project-Management-wrapper.row.justify-content-center {
  margin: 0 60px;
} */

.main-title-standard-size {
  margin: 0 60px;
}

.market-trends-focus-subtitle {
  margin: 0 60px;
}

.market-focus-targeted-solution-title {
  margin: 0 60px;
}

.market-focus-targeted-solution-section {
  margin: 0 60px;
}

.postid-189 .main-title-standard-size {
  margin: 0 !important;
}

.page-id-316 .main-title-standard-size {
  margin: 0 !important;
}

.main-partners-page-wrapper {
  margin: 0 60px;
}

@media screen and (max-width: 1000px) {
  .page-title-content video {
    margin-top: 20px;
  }
}

@media screen and (max-width: 650px) {
  .enterprise-application-services-description {
    margin: 0;
  }

  .Construction-Project-Management-wrapper {
    margin: 0px;
  }

  .enterprise-application-services-cards-wrapper {
    margin: 0;
  }

  .enterprise-application-services-transformation-wrapper {
    margin: 0;
  }

  .main-title-standard-size {
    margin: 0;
  }

  .next-generation-image-p-section {
    margin: 5px 0 !important;
  }



  .market-focus-targeted-solution-title {
    margin: 0;
  }

  .market-focus-targeted-solution-section {
    margin: 0;
  }

  .acculab-product-description-section-wrapper {
    margin: 20px 0;
  }

  .product-main-features-wrapper {
    margin: 10px 0!important;
  }

  .product-main-benefits-wrapper {
    margin: 10px 0!important;
  }

  .product-main-benefits-title {
    margin: 0!important;
  }

  .product-main-module-wrapper {
    margin: 0!important;
  }

  .acculab-product-lis-section-wrapper {
    margin: 0!important;
  }

  .agmpro-product-meeting-collapse {
    margin: 0!important;
  }

  .agmpro-product-customers-testimonials-wrapper {
    margin: 0!important;
  }

  .agmpro-product-beneficiaries-section-wrapper {
    margin: 0!important;
  }

  .about-us-paragraph-image-section {
    margin: 34px 0px 60px;
  }

  .about-us-vision-section {
    margin: 1px 0px 50px;
  }

  .about-us-mission-section {
    margin: 1px 0px 50px;
  }

  .about-us-our-values-section-wrapper {
    margin: 60px 0;
  }

  .about-us-why-us-wrapper {
    margin: 0;
  }

  .processes-and-methodologies-description-section {
    margin: 0 !important;
  }

  .processes-and-methodologies-objectives {
    margin: 20px 0px 20px !important;
  }

  .processes-Quality-Consulting-wrapper {
    margin: 0 !important;
  }

  .main-partners-page-wrapper {
    margin: 0;
  }

  .partners-text-top-container {
    margin: 25px 60px 55px;
  }

  .career-icon-text-wrapper {
    margin: 40px 0;
  }

  .career-current-vacancies-wrapper {
    margin: 30px 0px 20px;
  }
  .main-home-why-optimiza-wrapper{
    /* margin: 0 35px !important; */
    margin: 0 20px !important;
  }
  .page-title-area .page-title-content{
    margin-top: 15px;
  }
  .main-form-contact-us-wrapper {
    margin: 0 !important;
  }
  .product-form-section{
    margin: 60px 0;
  }
  .acculab-customers-section{
    margin: 0 !important;
  }
  .next-generation-sevices-description-boxes-section{
    margin: 23px 0px 25px !important;
  }
}




.Construction-our-Capabilities-wrapper ul {
  /* margin:15px 0; */
  border: 0;
  padding: 0;
  width:100%;
  margin: 0;
}

.Construction-our-services-model-paragraph-box h5 {
  color: #d91f34;
  font-size: 29px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  padding: 7px;
}

.Construction-our-services-model-paragraph-box p {
  color: black;
  font-size: 22px;
  margin: 7px;
  letter-spacing: 0.7px;
}

.Construction-our-services-model-paragraph-box {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 10px;
}

.construction-our-Capabilities-content {
  width: 100%;
  align-items: center;
  border-radius: 0 !important;
  /* padding: 17px 15px 10px; */
  margin: 0;
  display: flex;
  /* border: 2px solid transparent !important; */
  box-shadow: 2px 5px 10px 0px #00000024;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    /* padding: 10px !important; */
    /* text-align: center; */
    /* justify-content: center; */
    /* box-shadow: 2px 5px 10px 0px #00000024; */
}
.construction-our-Capabilities-content a{
  align-items: center;
  width: 100%;
  padding: 17px 15px 10px;
  border: 2px solid transparent;
}
.construction-our-Capabilities-content .construction-capabilities-icon-text{
    padding: 8px 15px 26px;
}


/* .construction-our-Capabilities-content a .show > .construction-our-Capabilities-content{
  background-color: #42DCA3;
  color: white;
} */
/*
a[aria-expanded="true"] .construction-our-Capabilities-content{
  background-color: #42DCA3;
} */

/* .construction-our-Capabilities-content:hover {
  border: 2px solid #d91f34 !important;
  outline: none !important;
  color: white;
} */


/* .construction-our-Capabilities-content:active {
  border: 2px solid #d91f34 !important;
  outline: none !important;
  background:#d91f34 !important;
  color: white;

} */

/* .construction-our-Capabilities-content:focus >.construction-our-Capabilities-content{
  border: 2px solid #d91f34 !important;
  outline: none !important;
  background:#d91f34 !important;
  color: white;
} */

/* .construction-our-Capabilities-content .collapse.show:focus,
.construction-our-Capabilities-content .collapse:hover {
  /* border-bottom: 1px solid #d91f34 !important;
  background:#d91f34 !important;
} */



/* .construction-our-Capabilities-content.show > .construction-our-Capabilities-content{
   background:#d91f34 !important;
} */

.construction-our-Capabilities-content ul li{
  display: flex;
  align-items:center;
  /* margin: 8px 0; */
  margin-bottom: 17px;

}
.construction-our-Capabilities-content ul li img{
  width: 50px;
  height: 50px;
  margin: 0 8px;
}
.construction-our-Capabilities-content ul li p{
  width: calc(100% - 80px);
      padding: 0;
      margin: 0;
      margin-right:8px;
      text-align: initial;

}



.Construction-our-site-references-content {
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  width: 100%;
  padding: 17px 13px 8px;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: baseline;
}


.Construction-our-site-references-item {
  display: flex;
  /* padding: 17px 15px; */
  width: 20%;
  padding-bottom: 24px;
}

.Construction-our-site-references-content img {
  width: 58px;
}

.Construction-our-site-references-content p {
  font-size: 23px;
}

.Construction-technology-partners-subtitle p {
  color: #717073;
  font-size: 18px;
  letter-spacing: 0.7px;
  line-height: 35px;
  width: 95%;

}

.Construction-Project-Management-svg {
  text-align: end;
}

.Construction-Project-Management-svg img {
  width: 84px;
  height: 56px;
  object-fit: contain;
}

.market-focus-targeted-solution-content img {
  /* max-width: 200px; */
  width: 100%;
  margin: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  cursor:pointer;
}

.page-success-stoeies-banner-section {
  padding-bottom: 74px !important;
}

.agmpro-product-meeting-collapse-content:hover svg tspan {
  fill: white;
}

.next-generation-sevices-image-section {
  margin: auto;
  width: 100%;
  box-shadow: none;
  text-align: center;
}

.next-generation-sevices-image-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 40px auto;
  box-shadow: none;
  max-width: 918px;
}

.next-generation-sevices-image-description-section img {
  width: 100%;
  aspect-ratio: 2/1;
  height: 346px;
  OBJECT-FIT: cover;
  object-position: top;
  margin: 30px 0;
}

.next-generation-sevices-image-description-title h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-bottom: 18px !important;
}

.next-generation-sevices-image-description p {
  color: #232324;
  font-size: 21px;
  letter-spacing: 0.5px;
  line-height: 35px;
  width: 95%;
  font-weight: 500 !important;
}

.next-generation-sevices-image-description-title {
  margin: 0px 0 15px;
}

.next-generation-image-p-section {
  margin: 30px 60px;
}


.next-generation-sevices-icon-text-content {
  width: 100%;
  box-shadow: 2px 5px 10px 0px #00000024;
  text-align: center;
  padding: 24px 9px 11px;
  margin-bottom: 14px;
}


.next-generation-sevices-icon-text-content svg {
  width: 83px;
  height: 83px;
  margin: 0px auto 22px
}

.next-generation-sevices-icon-text-content:hover svg {
  fill: white;
  stroke: white;
}

.next-generation-sevices-icon-text-content:hover {
  background-color: #d91f34;
  transition: 0.6s;
}

.next-generation-sevices-icon-text-content:hover p {
  color: white;
}

.next-generation-sevices-icon-text-content:hover svg path {
  fill: white;
  stroke: white;
}
.next-generation-sevices-icon-text-content:hover svg path#Path_7811{
  stroke: white;
    fill: #ee0011;
}

.next-generation-sevices-icon-text-content p {
  font-size: 20px;
  color: #000000d9;
  margin-top: 11px;
  letter-spacing: 0.8px;
  font-weight: lighter !important;
}


.next-generation-sevices-icon-text-item {
  padding: 0 8px;
  display: flex;
}

.next-generation-sevices-description-boxes-section {
  margin: 23px 60px 25px;
  padding: 10px 0;
}

.next-generation-sevices-description-boxes-section h6 {
  font-weight: bolder !important;
  font-size: 22px;
  color: black;
  letter-spacing: 0.5px;
}

.next-generation-sevices-icon-text-section {
  margin: 20px 0;
}

.product-feature-benefit-description p {
  font-size: 17px;
  text-align: start;
}

.product-meta-feature-benefits-description-item a:hover {
  border: 0;
  outline: 0;
  transition: none;
  border-radius: 0;
}

.product-meta-feature-benefits-description-item a:active {
  border: 0;
  outline: 0;
  transition: none;
  border-radius: 0;
}

.product-meta-feature-benefits-description-item a:focus {
  border: 0;
  outline: 0;
  transition: none;
  border-radius: 0;
}

.product-meta-feature-benefits-description-item a {
  display: block;
  height: 165px;
  transition: none;
  border: 0;
  outline: 0;
  border-radius: 0;
}
.construction-our-Capabilities-content a{
   height: 107px;
   /* border:2px solid transparent; */

}
.construction-our-Capabilities-content  a[aria-expanded="false"]{
 border:2px solid transparent!important;
}


.product-meta-feature-benefits-description-item {
  display: block;
  padding: 11px 10px;
}

.construction-our-Capabilities-content a[aria-expanded="true"]{
  background-color: #d91f34;
  color: white;
}
.construction-our-Capabilities-content a[aria-expanded="false"]:hover {
  border: 2px solid #d91f34!important;
}


.construction-our-Capabilities-content a[aria-expanded="true"] svg path{
  fill:white ;
  stroke:white;
}
.construction-our-Capabilities-content a[aria-expanded="true"] svg path#Icon_material-location-on{
  /* fill:white ; */
  stroke:white;
  fill:none !important;

}


.construction-our-Capabilities-content .construction-capabilities-icon-text.show{
  background-color: #d91f34;
  color: white;
  border: 2px solid #d91f34;
}

.construction-our-Capabilities-content a[aria-expanded="true"] .Construction-Project-Management-text p {
    color: white !important;
}


.construction-our-Capabilities-content a[aria-expanded="true"] .construction-capabilities-icon-text{
  background-color: #d91f34!important;
  color: white!important;
}


.product-meta-module-description-content:hover {
  background-color: #d91f34;
  transition: 0.6s;
}

.product-meta-module-description-content:hover svg {
  fill: white;
  stroke: white;
}

.product-meta-module-description-content:hover svg path {
  fill: white;
  stroke: white;
}

.product-meta-module-description-content:hover ul li {
  color: white;
}

.product-meta-module-description-content:hover span {
  color: white !important;
}


.product-meta-module-description-content ul svg {
  width: 20px;
  height: 20px;
}

.product-meta-module-description-content {
  padding: 10px 0 0 !important;
}

.product-main-features-content span {
  display: block;
  font-size: 20px;
  color: #000;
}

.read-more-feature-benefit-module {
  color: gray !important;
  font-size: 17px !important;
  font-weight: 100 !important;
  margin: 9px;
  text-decoration: underline !important;

}


.product-main-features-content a[aria-expanded="true"] span {
  text-decoration: 0;
  border-bottom: none !important;
}

.product-main-features-content:hover span {
  color: white;
}

.product-meta-module-description-content:hover p {
  color: white;
}

.product-main-features-content:hover .read-more-feature-benefit-module {
  color: white !important;

}

.product-meta-feature-benefits-description-item svg {
  margin-bottom: 15px;
  width: 60px;
  height: 38px;
  margin: 0 5px;
}

a[aria-expanded="true"] .product-main-module-text .read-more-feature-benefit-module {
  text-decoration: 0;
  border-bottom: none !important;
}

.product-main-features-content:hover svg path,
.product-main-features-content:hover svg line {
  fill: none;
  stroke: none;
}

.home-latest-news-item .home-latest-news-img img {
  aspect-ratio: 1/1 !important;
  max-height: 261px !important;
  object-fit: cover !important;
  object-position: top !important;
  height: 175px !important;
}

.home-latest-news-text h6 {
  font-size: 16px !important;
  line-height: 28px !important;
  letter-spacing: 0.4px !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  min-height: 60px;
}

.home-latest-news-text {
  padding: 11px 13px 21px !important;
}



.home-latest-news-item {
  padding-bottom: 2px;
  position: relative;
}


.post-template-default.single-post article .entry-header h1,
.blogs-template-default.single-blogs .entry-header h1 {
  color: #000;
  font-size: 25px;
  text-align: center;
  padding: 6px 60px 9px;
  letter-spacing: 0.4px;
  margin: 10px 0;
  width: 100%;
  font-weight: 700 !important;

}


.post-template-default.single-blogs article {
  text-align: center;
}




.post-template-default.single-post .post-thumbnail,
.blogs-template-default.single-blogs .post-thumbnail {
  text-align: right;
  width: 22%;
}

.post-template-default.single-post .post-thumbnail {
  display: none;
}

.post-template-default.single-post .entry-content p {
  font-size: 19px;
  letter-spacing: 0.7px;
  line-height: 32px;
  color: #717073;
}

.blogs-template-default.single-blogs .entry-content {
  color: black;
  font-size: 22px;
  text-align: center;
  margin: 40px 0;
}

/*
.blogs-template-default.single-blogs  article .post{
  display: flex!important;
}  */


.post-template-default.single-post .post-thumbnail img,
.blogs-template-default.single-blogs .post-thumbnail img {
  max-width: 493px;
  /* width: 100%; */
  margin-top: 20px;
}

/* .post-template-default.single-post  article{
  display: flex!important;
} */


.post-template-default.single-post .entry-footer a {
  font-size: 30px;
  color: #d91f34;
}

.post-template-default.single-post .entry-footer {
  width: 100%;
}

.post-template-default.single-post .entry-footer .cat-links {
  display: none;
}

.post-template-default.single-post .entry-footer .edit-link {
  display: none;
}


.post-template-default.single-post .comments-area {
  display: none;
}




.post-template-default.single-post .entry-footer span {
  font-size: 30px;
  color: #d91f34;
}

.post-template-default.single-post .post-navigation span {
  font-size: 20px;
  color: black;
  text-align: left;
  display: block;
}

.post-template-default.single-post .post-navigation .nav-subtitle {
  color: #d91f34;
  font-size: 25px;
  padding-bottom: 10px;
}

.post-template-default.single-post .entry-meta {
  display: none;
}

.post-template-default.single-post .site-main {
  margin-top: 170px !important;
}

.post-template-default.single-post .post-navigation .nav-links {
  display: none;
}

.post-template-default.single-post .post-navigation .nav-next {
  text-align: left;
}

.home-client-tape-item {
  padding: 0 17px !important;
}

.home-latest-news-item {
  margin: 1px 12px !important;
}

.about-us-paragraph-section .about-us-description-secton.active .text-more {
  display: block;
}

.about-us-description-secton a,
.about-us-paragraph-section .toggle_btn {
  margin-top: 15px;
  font-weight: 700;
  color: #ff406c;
  cursor: pointer;
  font-size: 15px;
}

.about-us-description-secton .text-more {
  display: none;
}

.about-us-paragraph-section .toggle_btn:active .fas {
  transform: rotate(180deg);
}



/*
 .about-us-description-secton.show-btn:active  .hide-btn{
    display: none ;
 }
 #complete{
  display: none;
 }



 .hide-btn:active .show-btn{
  display: none ;
 }*/
.acculab-customers-title h4 {
  color: #d91f34;
  font-size: 32px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-bottom: 18px !important;

  margin: 12px 0;
}

.acculab-customers-content {
  width: 100%;
  /* box-shadow: 2px 5px 10px 0px #00000024; */
  /* margin: 15px 0; */
  align-items: center !important;
  /* padding: 10px 7px; */
}

.acculab-customers-item {
  text-align: center;
}

.acculab-customers-content img {

  max-width: 155px !important;
  height: 100%;
  object-fit: contain;

}

.acculab-customers-section {
  margin: 0 60px;
}

.under-flag-col img {
  display: none;
}

.social-icons-home-page-wrapper {

  /* width: 20%;
  position: fixed;
  opacity: 1;
  z-index: 3;
  display: flex;
  justify-content: right;
  width: 100%;
  margin: -22px;
  padding: 0;
  top: 52%;
  right: 0%; */
  /* height: 220px; */
  /* position: fixed; */
  /* margin-top: 30px; */
  /* perspective: 1000px; */
  /* transform: translateY(-50%); */
  /* top: 52%; */
  /* -webkit-transform: translateY(-50%); */
  /* -ms-transform: translateY(-50%); */
  /* margin: 0 -60px 0; */
  /* right: 0; */
  /* left: 0; */

    position: fixed;
    opacity: 1;
    z-index: 3;
  /* display: flex; */
    margin: -22px;
    padding: 0;
    right: 0%;
    bottom: 50%;
}


.contact-us-fixed-icon {
  /* transform: rotate(270deg) !important;
  color: white !important;
  background-color: #d91f34 !important;
  z-index: 1;
  font-size: 19px;
  padding: 18px 30px 19px;
  line-height: 1;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-right: -20px;
  border-radius: 12px 12px 0px 0px;
  border: 1px solid transparent; */
    transform: rotate(270deg) !important;
    color: white !important;
    background-color: #d91f34 !important;
    font-size: 19px;
    padding: 18px 30px 19px;
    line-height: 1;
    transition: all ease 0.5s;
    border-radius: 12px 12px 0px 0px;
    border: 1px solid transparent;
    margin-right: -20px;

}

.contact-us-fixed-icon:hover {
  color: white !important;
  background-color: grey !important;

}


.social-icons-home-page-wrapper svg {
  width: 29px;
  height: 29px;
}

.footer-contact-us-wrapper a svg path.st0 {
  fill: white;
  stroke: white;

}

.social-icons-home-page-wrapper li a {
  display: block;
  height: 48px;
  width: 60px;
  /* background: #afafafa6; */
  /* border-bottom: 1px solid #333; */
  font: normal normal normal 16px/20px 'FontAwesome', 'Source Sans Pro', Helvetica, Arial, sans-serif;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  transition: .5s ease .300ms;
  display: block;
  text-align: center;
  /* padding: 28px; */
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
  /* background: #bb0000; */
  color: white;
  margin-top: 6px;
}



/*
.social-icons-home-page-wrapper li:first-child a:hover { background:  #dd4b39  }
.social-icons-home-page-wrapper li:nth-child(2) a:hover { background: #3b5998 }
.social-icons-home-page-wrapper li:nth-child(3) a:hover { background: #f35d97 }
.social-icons-home-page-wrapper li:nth-child(4) a:hover { background: #c4d63b }

.social-icons-home-page-wrapper li:first-child a { border-radius: 0 5px 0 0 }
.social-icons-home-page-wrapper li:last-child a { border-radius: 0 0 5px 0 }
     */
/* .social-icons-home-page-wrapper li a span {
  width: 100px;
  float: left;
  text-align: center;
  background: #222;
  color: #fff;
  margin: -25px 74px;
  padding: 8px;
  transform-origin: 0;
  visibility: hidden;
  opacity: 0;
  transform: rotateY(45deg);
  border-radius: 5px;
  transition: all .5s ease .300ms
}

.social li span:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: -20px;
  top: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid #222;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
} */

.social li a:hover span {
  visibility: visible;
  opacity: 1;
  transform: rotateY(0)
}

.processes-and-methodologies-description-section h6 {
  font-size: 18px;
  color: #717073;
  margin: 20px 0px 20px;
      line-height: 31px;
  /* font-weight: 700 !important; */
  /* padding: 0px 7px 0; */
  text-align: inherit;

}

.processes-and-methodologies-description-section {
  margin: 0 60px;
}

.processes-and-methodologies-description-section p {
  color: #717073;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 31px;
  margin: 0px 0 20px;

}

.line-text-under-image {
  margin: 40px 0;
}

.processes-and-methodologies-description-section img {
  width: 100%;
  max-width: 1000px;
  /* margin: auto; */
  display: block;
  margin: 40px auto 60px;
}

.processes-page-cmmi-section a {
  height: 150px;
}

.methodologies-project-management-section img {
  width: 100%;
  max-width: 788px;
  /* margin: auto; */
  display: block;
  margin: 40px auto 60px;
}

.processes-and-methodologies-objectives {
  justify-content: center !important;
  /* align-items: center; */
  flex-flow: row wrap;
  margin: 20px 60px 20px;
  /* margin: 0; */
}

.methodologies-objectives-item {
  display: flex;
}

.methodologies-objectives-content {
  width: 100%;
  box-shadow: 2px 5px 10px 0px #00000024;
  padding: 10px 11px 10px;
  text-align: center;
  margin-bottom: 22px;
}

.methodologies-objectives-content:hover {
  background-color: #d91f34;
  transition: all ease 0.7s;
}

.methodologies-objectives-content:hover svg {
  fill: white;
  stroke: white;
}

.methodologies-objectives-content:hover svg path {
  fill: white;
  stroke: white;
}

.methodologies-objectives-content:hover p {
  color: white;
}

.methodologies-objectives-content:hover h6 {
  color: white;
}





.methodologies-objectives-content svg {
  margin: 10px 0 23px;
  width: 82px;
  height: 66px;
}

.methodologies-objectives-content h6 {
  font-size: 21px;
  color: black;
  margin: 20px 0px 27px;
  font-weight: 600 !important;
  padding: 0px 7px 0;
  text-align: center;
  max-height: 54px;
}

.methodologies-objectives-content p {
  font-size: 18px;
  margin-top: 54px;
  /* max-height: 387px; */
  width: 100%;
  text-align: initial;
  letter-spacing: 0.5px;
  padding: 30px 16px 33px;
}


.processes-and-methodologies-description-section h4 {
  color: #d91f34;
  font-size: 30px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin-bottom: 20px;
  /* margin-bottom: 40px; */
}

.processes-page-subtiltles h5 {
  color: #d91f34;
  font-size: 27px;
  font-weight: 600 !important;
  letter-spacing: 0.8px;
  margin: 20px 0 20px;
  /* margin-bottom: 40px; */
}

.processes-Quality-Consulting-item {
  display: flex;
}

.processes-Quality-Consulting-content {
  width: 100%;
  box-shadow: 2px 5px 10px 0px #00000024;
  padding: 10px;
  text-align: center;
  margin: 11px 0;
  display: flex;
  align-items: center;
}

.processes-Quality-Consulting-wrapper {
  margin: 0 60px;
  justify-content: center;
}

.processes-Quality-Consulting-content svg {
  width: 69px;
  height: 49px;
  margin: 0 17px;
}

.processes-Quality-Consulting-content span {
  font-size: 21px;
  color: #000000d1;
  font-weight: 100 !important;
  font-weight: 100 !important;
  letter-spacing: 0.6px;
}

/* .processes-and-methodologies-description-section .processes-last-text-bold {
  text-align: center !important;
} */



.social-icons-footer-wrapper {
  display: flex;
  margin: 0;
  align-items: baseline;
}

.social-icons-footer-wrapper li {
  padding: 4px 1px;
  margin: 7px 4px;
}

.social-icons-footer-wrapper a {
  border-radius: 7px;
}

.enterprise-application-services-oracle-wrapper .owl-dots {
  display: none;
}

/**/
.enterprise-application-services-oracle-wrapper {
  padding: 0px 80px 0;
  justify-content: center;
  position: relative;
}

.enterprise-application-services-oracle-wrapper .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  top: 30%;
}

.enterprise-application-services-oracle-wrapper .owl-dots {
  justify-content: center;
}

.enterprise-application-services-oracle-wrapper .owl-dots {
  display: none;
}

.enterprise-application-services-oracle-wrapper .owl-stage-outer {
  padding: 0;
  overflow: hidden;
  /* margin: 0; */
}


.enterprise-application-services-oracle-wrapper .owl-nav .owl-prev {
  border-radius: 26px !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  background-color: #8080804a !important;
  height: 45px !important;
  width: 45px !important;

}
.enterprise-application-services-transformation-icon{
    margin-bottom: 0!important;
}




.enterprise-application-services-oracle-wrapper .owl-theme .owl-nav .owl-prev:hover {
  background-color: #d91f34 !important;
  background-image:  url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  width: 45px;
  height: 45px;
  background-size: contain !important;
  background-color: #8080804a !important;


}

.enterprise-application-services-oracle-wrapper .owl-theme .owl-nav .owl-next:hover {
  background-color: #d91f34 !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  width: 45px !important;
  height: 45px !important;
  background-size: contain !important;
  background-color: #8080804a !important;
}

.enterprise-application-services-oracle-wrapper .owl-nav .owl-next {
  border-radius: 26px !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  background-color: #8080804a !important;
  width: 45px;
  height: 45px;
}


.enterprise-application-services-oracle-wrapper .owl-nav button span {
  color: transparent !important;


}

/**/
.country-logos-list .owl-dots {
  display: none;
}

/**/
.country-logos-list {
  padding: 35px 71px 11px;
  justify-content: center;
  position: relative;
  margin: 0;
}

.jordan-acculab-image {
  padding: 10px 0 4px;
}

/* .logos-acculab{
    margin: 1px 0 30px;
  } */

.country-logos-list .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  top: 28%;
}

.country-logos-list img {
  width: auto;
  max-width: 160px !important;
  max-height: 100px;
}


.country-logos-list .owl-dots {
  justify-content: center;
}

.country-logos-list .owl-dots {
  display: none;
}

.country-logos-list .owl-stage-outer {
  padding: 0;
  overflow: hidden;
  align-items: center;
}

.country-logos-list .owl-nav .owl-prev {
  border-radius: 26px !important;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  background-color: #8080804a !important;
  width: 45px;
  height: 45px;
}




.country-logos-list .owl-theme .owl-nav .owl-prev:hover {
  /* background-color: #d91f34 !important;
  background-image: url(https://falcon-clients.com/Optimiza/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
  width: 45px;
  height: 45px;
  background-size: contain !important; */
  background-color: grey !important;


}

.country-logos-list .owl-theme .owl-nav .owl-next:hover {

  /* background-image: url(https://falcon-clients.com/Optimiza/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  width: 45px;
  height: 45px;
  background-size: contain !important; */
  background-color: grey !important;
}

.country-logos-list .owl-nav .owl-next {
  border-radius: 26px;
  background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
  background-repeat: no-repeat !important;
  background-position: center right !important;
  background-size: contain !important;
  background-color: #8080804a !important;
  width: 45px;
  height: 45px;
}




.country-logos-list .owl-nav button span {
  color: transparent !important;
}

.country-logos-list .owl-stage {

  align-items: center;

}

.country-logos-list .owl-item {
  display: flex;
  justify-self: center;
}

.leader-name-title h4 {
  color: #d91f34;
  font-size: 29px;
  margin: 10px 0;
  font-weight: 600 !important;
  letter-spacing: 0.4px;

}

.leader-name-title h5 {
  font-size: 26px;
  font-weight: 600 !important;
  letter-spacing: 0.4px;
  color: #808080e6;
}

.management-image-item p {
  font-size: 18px;
  color: #808080c2;
  font-weight: 100 !important;
  line-height: 33px;
  letter-spacing: 0.4px;

}

.management-image-item img {
  width: 100%;
  object-fit: contain;
  margin-bottom: 14px;
}



.main-single-management-wrapper {
  margin: 0px 60px;
  padding: 80px 0px 0px 0px;
}

.leader-name-title {
  margin-bottom: 30px;
  margin-top: 30px;
}

.leaders-button-box-market-focus a {
  color: #d91f34 !important;
  position: relative;
  padding: 9px 20px;
  font-size: 16px;
  margin-top: 8px;
  bottom: 70px;

}

.leaders-button-box-market-focus a svg {
  width: 10px;
  height: 10px;
  transform: rotate(273deg);
}

.leaders-button-box-market-focus:hover a {
  background-color: #d91f34;
  color: white !important;
}

.leaders-button-box-market-focus:hover svg {
  fill: white;
}


.leaders-button-box-market-focus a::before,
.leaders-button-box-market-focus a::after {
  position: absolute;
  width: 66%;
  height: 30px;
  content: "";
}


.leaders-button-box-market-focus a::before {
  left: 0;
  top: 0;
  border-left: 1px solid #d91f34;
  border-top: 1px solid #d91f34;

}

.leaders-button-box-market-focus a::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #d91f34;
  border-bottom: 1px solid #d91f34;
}









@media only screen and (max-width: 991px) {
  .others-option-for-responsive {
    display: block;
  }
  .enterprise-application-services-transformation-images{
    margin: 0!important;
  }

  .others-option-for-responsive .container {
    max-width: 100%;
  }

  .others-option-for-responsive .container .container {
    max-width: 400px;
    margin: auto;
  }

  .others-option-for-responsive .option-inner .others-option {
    background-color: #000000;
    margin-right: 15px;
  }

  .others-option-for-responsive .option-inner .others-option .dot-menu:hover .inner .circle {
    background-color: #ffffff;
  }

  .others-option-for-responsive .option-inner .others-option .cart-icon a i {
    color: #ffffff;
  }

  .others-option-for-responsive .option-inner .others-option .cart-icon a span {
    background-color: #ffffff !important;
    color: #000000;
  }

  .others-option-for-responsive .option-inner .others-option .search-btn {
    color: #ffffff;
  }

  .others-option-for-responsive .option-inner .others-option .search-btn:hover {
    color: #ffffff !important;
  }

  .others-option-for-responsive .option-inner .others-option .close-btn {
    color: #ffffff;
  }

  .footer-desc-wrapper,
  .footer-contact-us-wrapper {
    text-align: center;
    margin-top: 15px;
  }

  .footer-list-items-wrapper {
    justify-content: center;
  }

  .mobile-nav {
    display: block;
    position: relative;
  }

  .mobile-nav .logo {
    text-decoration: none;
    position: absolute;
    top: 10px;
    z-index: 999;
    left: 15px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    max-width: 145px;
  }

  .mobile-nav nav .navbar-nav {
    height: 300px;
    overflow-y: scroll !important;
  }

  .mobile-nav nav .navbar-nav .nav-item a i {
    display: none;
  }

  .mean-container .mean-bar {
    background-color: rgba(255, 255, 255, 0.08);
    height: 70px;
    padding: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
  }

  .mean-container .mean-nav {
    margin-top: 70px;
  }

  .mean-container .mean-nav ul li a:hover {
    color: #e21f36;
  }

  .mean-container .mean-nav ul li a.active {
    color: #e21f36;
  }

  .mean-container a.meanmenu-reveal {
    padding: 23px 15px 0 0;
    color: #ffffff;
  }

  .mean-container a.meanmenu-reveal span {
    background-color: #ffffff;
    position: relative;
    top: 8px;
    margin-top: -5px;
    border-radius: 0;
  }

  .about-us-mission-box-icon svg {
    width: 100%;
    height: 78px;
    max-width: 120px;
  }

  /* .main-nav {
          display: none !important;
        } */
  .navbar-area .others-option {
    display: none;
  }

  .navbar-area .others-option .get-quote {
    top: 4.5px;
  }

  .navbar-area.is-sticky .mean-container .mean-bar {
    background-color: #000000;
    border: none;
  }

  .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #ffffff;
  }

  .navbar-area.navbar-area-two .mean-container .mean-bar {
    background-color: #ffffff;
    border: none;
  }

  .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal {
    color: #000000;
  }

  .navbar-area.navbar-area-two .mean-container a.meanmenu-reveal span {
    background-color: #000000;
  }

  .navbar-area.navbar-area-two .others-option-for-responsive .dot-menu .inner .circle {
    background-color: #000000;
  }

  .top-header.top-header-three .appointment {
    display: none;

  }



  /* .market-focus-targeted-solution-content { */
  /* padding: 23px 44px 24px; */
  /* } */
  /* .market-focus-targeted-solution-item { */

  /* padding: 40px 40px 0; */


  /* } */

  .management-image-item img {
    margin-bottom: 20px;
  }

  .market-focus-targeted-solution-item {
    margin-bottom: 0;
  }

  .agmpro-product-customers-testimonials-content {
    text-align: center;
  }


  .agmpro-product-customers-testimonials-content {
    align-items: center;
  }

  .enterprise-application-services-transformation-icon {
    padding: 0;
  }

  .Construction-our-site-references-item {
    width: 33.33%;
  }


  .market-trends-focus-subtitle h4 {
    font-size: 26px;
  }

  .Construction-technology-partners-subtitle p {
    font-size: 19px;
    width: 100%;
  }


  .Construction-our-services-model-paragraph-box h5 {
    font-size: 23px;
  }

  .Construction-our-services-model-paragraph-box p {
    font-size: 16px;
  }

  .Construction-Project-Management-title p {
    font-size: 19px;
  }


  .Construction-our-services-model-title p {
    font-size: 19px;
  }

  .market-trends-focus-subtitle p {
    font-size: 19px;
  }

  .market-trends-focus-subtitle h4 {
    font-size: 26px;
  }

  .Construction-Project-Management-title h4 {
    font-size: 25px;
  }

  .Construction-our-services-model-title h4 {
    font-size: 25px;
  }

  .Construction-Project-Management-paragraph p {
    font-size: 19px;
  }

  .social-icons-footer-wrapper {
    justify-content: center;
  }

}






@media only screen and (max-width: 767px) {
  .main-contact-area .contact-info {
    margin-top: 50px;
    padding: 20px;

  }


  .pagination-area {
    margin-top: 0;
  }

  .partners-text-top-container {
    width: 100%;
  }

  .about-us-paragraph-section {
    order: 1;
  }

  .page-title-area.page-title-style-two {
    margin: 0px -30px 0;
    padding-bottom: 10px;
    padding-top: 22px;
  }

  .navbar-area.navbar-area-two {
    padding: 7px 24px 0;
  }


  /* .market-focus-targeted-solution-content {
          padding: 21px 0px 24px; */
  /* } */
  .market-focus-targeted-solution-item {

    padding: 40px 27px 0;


  }

  .navbar-area .main-nav .navbar {
    padding: 9px 0;
  }

  .career-current-vacancies-item-text a {
    font-size: 19px;
  }

  .careers-images-wrapper .owl-nav .owl-next {
    background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
    width: 33px;
    height: 33px;
    transform: rotate(180deg);
  }

  .careers-images-wrapper .owl-nav .owl-prev {
    width: 33px;
    height: 33px;
  }


  .market-focus-targeted-solution-item {
    margin-bottom: 0;
    width: 80%;
  }

  .career-current-vacancies-item-button a {
    padding: 7px 13px;
    font-size: 14px;
  }

  .leader-text-box {
    padding-bottom: 25px;
  }

  .investor-icons-email-phone {
    display: block;
  }

  .investors-icon-item {
    width: 100%;
  }

  .Construction-our-site-references-item {
    width: 100%;
  }


}




@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-contact-area .contact-info {
    margin-top: 50px;
    padding: 30px;
  }
  /* .acculab-product-description-section-wrapper{
    margin: 0px !important;
  } */



  .page-title-content img {
    padding-top: 20px;
  }

}


@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .main-contact-area .contact-info {
    padding: 20px;
  }

  /* .page-title-content img{
              padding-top:47px;

            } */



}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pagination-area {
    margin-top: 0;
  }





}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .investors-icon-item {
    width: 30% !important;
  }
}

@media only screen and (max-width: 1199px) {

  /* .enterprise-application-services-card-text h6{
          width: 90%;
        } */
  .Construction-our-services-model-card-text {
    width: 100%;
  }

  .enterprise-application-services-oracle-content {
    margin: 8px;
    padding: 10px;
  }

}

@media only screen and (max-width: 1200px) {
  .enterprise-application-services-transformation-svg-text svg {
    width: 54px !important;
    height: 54px !important;
  }

  .enterprise-application-services-transformation-svg-text p {
    font-size: 18px;
  }

  .enterprise-application-services-transformation-svg-text {
    padding: 11px 20px;
  }
}





@media only screen and (max-width: 900px) {

  .investors-icon-item {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {


  .single-product.postid-211 .product-main-features-item {
    width: 20%;
  }

  .market-focus-targeted-solution-content img {
    max-width: 270px;
    width: 100%;
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: fill !important;
    display: block;
    object-fit: none;
    /* padding: 5px; */
    box-shadow: 2px 3px 10px 0px #00000024;
  }
}

@media only screen and (max-width: 768px) {
  .market-focus-targeted-solution-content img {
    /* max-width: 263px; */
    width: 100%;
    margin: auto;
    aspect-ratio: 1/1;
    object-fit: fill !important;
    display: block;
    object-fit: none;
    padding: 5px;
  }
  .Construction-Project-Management-wrapper {
    margin: 0px;
  }
  .Construction-Project-Management-wrapper{
    margin: 0px;
  }
  .market-trends-focus-subtitle{
      margin: 0px;
  }
  .market-trends-focus-subtitle {
    margin: 0;
  }
  .Construction-Project-Management-wrapper{
    margin: 0;
  }
  .Construction-our-services-model-wrapper{
    margin: 0;
  }
  /* .page-id-784 .Construction-Project-Management-wrapper.row.justify-content-center{
    margin: 0 30px;
  } */
  /* .market-trends-focus-subtitle{
    margin: 0 30px;

  } */
  .enterprise-application-services-oracle-title h5 {
    margin: 15px 10px !important;
  }

  .page-title-content img {
    padding-top: 20px;

  }

  .careers-title-wrapper h3 {
    font-size: 19px;
  }

  .navbar-brand img {
    max-width: 117px;
  }

  .acculab-customers-content img {
    max-width: 130px !important;
  }

  .country-logos-list .owl-nav .owl-next {
    background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-4.svg) !important;
    width: 33px;
    height: 33px;
    transform: rotate(180deg);
  }

  .leaders-button-box a svg {
    transform: rotate(273deg) !important;
  }

  body {
    overflow-x: hidden;
  }

  .country-logos-list .owl-nav .owl-prev {
    background-image: url(https://optimiza.me/wp-content/uploads/2023/07/chevron-left-svgrepo-com-3.svg) !important;
    width: 33px;
    height: 33px;

  }



  .country-logos-list .owl-theme .owl-nav {
    margin-top: 0 !important;
  }

  .logos-acculab {
    margin: 0 !important;
  }


  /* .country-logos-list .owl-nav{
  top:7%;
} */
  /* .country-logos-list{
  padding: 11px 71px 11px;
} */
  .career-current-vacancies-wrapper {
    margin: 60px -30px 20px;
  }

  .careers-images-section {
    margin: 20px -30px 0;
  }



}

@media only screen and (max-width: 600px) {
  .contact-us-fixed-icon {
    margin-right: -50px;
}
}


@media only screen and (max-width: 480px) {



  .country-logos-list .owl-nav {
    top: 35% !important;
  }

  .country-logos-list {
    padding: 0px 65px 0px !important;
  }

  .jordan-acculab-image {
    padding: 2px;
    max-height: 130px;
  }

  /* .acculab-customers-content{
  max-height: 222px;
} */
  .acculab-customers-content img {
    max-width: 135px !important;
    padding-bottom: 3px;
  }

  .country-single-logo {
    max-height: 62px;
    /* margin: -4px 0; */
  }

  .country-single-logo img {
    max-width: 178px !important;
  }

  .logos-acculab {
    justify-content: center;
  }

  .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
  }

  ul .nav-item-products:hover {
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
  }

  */ ul .nav-item-products:hover>ul {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  ul .sub-single-cat-product:hover {
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
  }

  ul .sub-single-cat-product:hover>ul

   {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  ul .sub-single-cat-product:active>ul {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
  }

  ul .sub-single-cat-product:active {
    visibility: visible !important;
    opacity: 1 !important;
    display: block;
  }

}
