﻿/**
* Name: Vicore
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*Regular*/
/*@import url('https://fonts.googleapis.com/css2?family=Tajawal&display=swap');*/

/*Medium*/
/*@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap');*/

/*Bold*/
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@500&display=swap');


@font-face {
    font-family: "CoHeadlineArabicRegular";
    src: url("fonts/7758d88db1fe2060f8b28055f108d316.eot"); /* IE9*/
    src: url("fonts/7758d88db1fe2060f8b28055f108d316.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/7758d88db1fe2060f8b28055f108d316.woff2") format("woff2"), /* chrome、firefox */
    url("fonts/7758d88db1fe2060f8b28055f108d316.woff") format("woff"), /* chrome、firefox */
    url("fonts/7758d88db1fe2060f8b28055f108d316.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url("fonts/7758d88db1fe2060f8b28055f108d316.svg#Co Headline W23 Arabic Regular") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: bold;
}

.CoHeadlineArabic {
    font-family: "CoHeadlineArabicRegular", sans-serif !important;
}

.TajawalArabic {
    font-family: "Tajawal", sans-serif !important;
}

@font-face {
    font-family: LatoBold;
    font-style: normal;
    font-weight: bold;
    src: local("LatoBold"), local("LatoBold"), url("fonts/Lato-Bold.ttf") format("truetype");
}

@font-face {
  font-family: LatoRegular;
  font-style: normal;
  font-weight: normal;
  src: local("LatoRegular"), local("LatoRegular"),
    url("fonts/Lato-Regular.ttf") format("truetype");
}
body {
  color: #444;
  background-color: #f6f5ee;
  overflow-x: hidden;
  line-height: 1.2 !important;
}
.left-to-right {
  direction: ltr !important;
.color-vicore-background {
    background-color: #f6f5ee;
}
}

a {
  color: #404e55;
}
a:hover {
  color: #45beff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold !important;
  color: #2c383d;
}

.h1,
h1 {
  font-size: calc(2rem + 1.5vw) !important;
}
.h4,
h4 {
  font-size: calc(1rem + 1vw) !important;
}
.h6,
h6 {
  font-size: calc(1.05rem + 0.1vw) !important;
  line-height: 1.4 !important;
}
.h5,
h5 {
  font-size: calc(0.7rem + 0.5vw) !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.cursor-pointer {
    cursor: pointer !important;
}

.color-4D5E64 {
  color: #556671 !important;
}

.color-394448 {
  color: #394448 !important;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: white !important;
}

.font-weight-100 {
  font-weight: 100 !important;
}
.font-weight-200 {
  font-weight: 200 !important;
}
.font-weight-300 {
  font-weight: 300 !important;
}
.font-weight-400 {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-weight-600 {
  font-weight: 600 !important;
}
.font-weight-700 {
  font-weight: 700 !important;
}
.font-weight-800 {
  font-weight: 800 !important;
}
.font-weight-bold {
  font-weight: bold !important;
}
.font-size-xxsmall {
  font-size: xx-small !important;
}
.font-size-xsmall {
  font-size: x-small !important;
}
.font-size-small {
  font-size: small !important;
}
.font-size-smaller {
  font-size: smaller !important;
}
.font-size-medium {
  font-size: medium !important;
}
.font-size-large {
  font-size: large !important;
}
.font-size-larger {
  font-size: larger !important;
}
.font-size-x-large {
    font-size: x-large !important;
}
.font-size-xx-large {
    font-size: xx-large !important;
}
.font-size-inherit {
  font-size: inherit !important;
}
.font-size-initial {
  font-size: initial !important;
}
.font-size-unset {
  font-size: unset !important;
}
.font-size-20 {
  font-size: 20px;
}
.height-85 {
  height: 85px !important;
}

.height-100 {
  height: 100px !important;
}

.height-200 {
  height: 200px !important;
}
.LatoRegularNormal {
  font-family: LatoRegular !important;
  font-weight: normal !important;
}
.LatoRegularBold {
  font-family: LatoRegular;
  font-weight: bold !important;
}
.LatoBold {
  font-family: LatoBold !important;
  font-weight: normal !important;
}
.LatoBlack {
  font-family: LatoBlack;
  font-weight: normal !important;
}
.LatoRegularNormalLine {
  font-family: LatoRegular;
  font-weight: normal !important;
}

p {
  line-height: 1.5rem;
}

.font-gold {
  color: #29353a !important;
}

.font-gold:hover {
  color: #968066 !important;
}

.back-gold {
  background-color: #a0886c !important;
}

.back-gold:hover {
  background-color: #968066 !important;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #1a1814;
}
#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1a1814;
  border-top-color: #a0886c;
  border-bottom-color: #a0886c;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.op-0 {
  opacity: 0 !important;
}

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
  border: 2px solid #404e55;
}
.back-to-top:hover {
  background: #404e55;
  color: #1a1814;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.back-to-top i {
  font-size: 28px;
  color: #404e55;
  line-height: 0;
}
.back-to-top:hover i {
  color: #444444;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
.top-bar {
  /*height: 350px;*/
  font-size: 14px;
  transition: all 0.5s;
  z-index: 996;
}
.top-bar .img-fluid {
  height: 40px !important;
}
.top-bar.topbar-scrolled {
  top: -350px;
}
@media only screen and (max-width: 768px) {
  .top-bar {
    /*height: 170px;*/
  }
  .top-bar.topbar-scrolled {
    /*top: -170px;*/
  }
}
.top-bar .contact-info i {
  font-style: normal;
  color: #d9ba85;
}
.top-bar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

.top-bar .languages ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #a0886c;
}
.top-bar .languages ul a {
  color: white;
}
.top-bar .languages ul li + li {
  padding-left: 10px;
}
.top-bar .languages ul li + li::before {
  content: "/";
  display: inline-block;
  padding-right: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.top-bar .top-content {
  background-color: #f6f5ee;
  color: #404e55;
}
.top-bar .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar-Ar {
  padding: 0;
  left: 0;
}
.navbar-Ar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: start;
}
.navbar-Ar li {
  /*display: block;
  float: left !important;*/
  position: relative;
}
.navbar-Ar a,
.navbar-Ar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar-Ar a i,
.navbar-Ar a:focus i {
  font-size: 16px;
  line-height: 0;
  margin-left: 5px;
}
.navbar-Ar a:hover,
.navbar-Ar .active,
.navbar-Ar .active:focus,
.navbar-Ar li:hover > a {
  color: #a0886c;
}
.navbar-Ar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #000;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}
.navbar-Ar .dropdown ul li {
  min-width: 200px;
}
.navbar-Ar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #a0886c;
}
.navbar-Ar .dropdown ul a i {
  font-size: 12px;
}
.navbar-Ar .dropdown ul a:hover,
.navbar-Ar .dropdown ul .active:hover,
.navbar-Ar .dropdown ul li:hover > a {
  color: #968066;
}
.navbar-Ar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar-Ar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar-Ar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar-Ar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar-Ar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #000;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

    .navbar-Ar ul {
        display: none;
    }
    .footer .navbar-Ar ul {
        display: block !important;
    }
  .Mainvertical-menu {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  /*background: rgb(238 243 245 / 90%);*/
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #1e4356;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  color: #68a4c4;
}
.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #68a4c4;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section:first-child {
  padding: 95px 0 5px;
  margin-bottom: 0px;
}

section {
  padding: 40px 0;
  overflow: hidden;
}

section:last-child {
  padding: 10px 0;
}

.section-bg {
  background-color: #f3f8fa;
}

.section-title {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 30px;
}
.section-title h2 {
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}
.section-title p {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  section:first-child {
    padding: 75px 0 5px;
  }
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .row + .row {
  margin-top: 100px;
}

.features ul {
  list-style: none;
  padding: 0;
}
.features ul li {
  padding-bottom: 10px;
}
.features ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68a4c4;
}
.features p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about ul {
  list-style: none;
  padding: 0;
}
.about ul li {
  padding-bottom: 10px;
}
.about ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68a4c4;
}
.about p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Motifs
--------------------------------------------------------------*/
.motifs ul {
  list-style: none;
  padding: 0;
}

.motifs ul li {
  padding-bottom: 10px;
}

.motifs ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68a4c4;
}

.motifs p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  background: #29353a;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  padding-bottom: 100px;
}

.footer .footer-newsletter form input[type="submit"]:hover {
  background: #468db3;
}
.footer .footer-top {
  background: #29353a;
  background-image: url(../../assets/img/Asset19.png);
  background-size: contain;
  object-fit: cover;
  background-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  background-position-x: left;
}

.footer .footer-top h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

.footer .img-fluid {
  max-height: 40px;
}
#VicoreSocialResponsibility .img-fluid {
  height: 40px;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
  color: #404e55;
}

.text-align-justify {
  text-align: justify;
}

.color-VicorePartners {
  background-color: #404e54;
}
.color-VicoreCompetencies {
  background-color: #404e54;
}
.VicorePartners-img {
  height: inherit;
  width: inherit;
  object-fit: cover;
  max-width: 95vw;
}

#VicoreSocialResponsibility .service-img-set {
}

#VicoreSocialResponsibility .service-img-set img.left {
  height: 100%;
  object-fit: cover;
  /* object-position: left;*/
}

#VicoreSocialResponsibility .service-img-set img.right {
  height: 100%;
  object-fit: cover;
  /*object-position: right;*/
}

#VicoreSocialResponsibility .service-img-set img.center {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#VicoreSocialResponsibility .service-img-set span {
  height: 40px;
  display: block;
}

.color-design,
.color-Connected {
  background-color: #778963;
}

.color-VicoreTouch {
  /*background-color: #F6F5EE;*/
  background-color: #fff;
}

.text-small {
  font-size: small;
}
.footer-ul {
  list-style-type: none;
}

.footer-ul > li {
  /*float: left;*/
}

.footer-ul > li a {
  text-align: center;
  /*padding: 16px;*/
}

.img-full {
  min-width: 100%;
}
.footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #28251f;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #454035;
}

.footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  background: #28251f;
  color: white;
}

.footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #cda45e;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

.footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #d3af71;
}

.footer .copyright {
  text-align: center;
  padding-top: 30px;
}

.footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#Location .force-right-text {
  /*margin-right: -100px;*/
  position: relative;
}
#VicorePartners .force-right-text {
  /*margin-right: -100px;*/
  position: relative;
}
#VicorePartners {
  /*margin-right: -100px;*/
  /*padding-top: 1px;*/
}

.vicore-strength .force-right-text {
  /*margin-right: -100px;*/
  position: relative;
}
.div-height-70 {
  width: 100%;
  height: 70px;
}

.dot-horizontal {
  background-image: radial-gradient(#a0886c 10%, transparent 10%);
  background-position: 0 0;
  background-size: 20px 20px;
  height: 65px;
  width: 100vw;
  position: relative;
  z-index: -1;
  margin-bottom: -30px;
  transform: scale(1.7);
  top: 25px;
  overflow: hidden;
}

.location-bg {
  background-image: url(../../assets/img/location.png);
  background-repeat: no-repeat;
  background-position: bottom right 0;
  background-size: contain;
  /*background-size: 40vh;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;*/
}
.VicorePartners-bg {
  /*background-image: url(../../assets/img/Vicore5.png);
    background-repeat: no-repeat;
    background-position: bottom right 0;
    background-size: contain;*/
  /*background-size: 40vh;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;*/
  text-align: center;
  padding-bottom: 10vh;
}

.VicorePartners-bg1 {
  /*background-image: url(../../assets/img/Vicore5.png);
    background-repeat: no-repeat;
    background-position: bottom left 15px;
    background-size: contain;
    background-size: 40vh;
    opacity: 0.4;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: -1;*/
  text-align: center;
}

.location-p {
  min-width: 420px;
}
.VicorePartners-p {
  /*min-width: 420px;*/
}

.VicoreStrength-p {
  min-width: 420px;
}

.p-about {
  /*padding: 3vw 0;*/
}
.p-about > div,
.p-aboutFT > div,
.p-aboutValues > div,
.p-aboutPartners > div,
.p-aboutPartnersimg > div {
  max-width: 65vw;
  /*max-width: 970px;*/
}
.p-about > div {
  margin: auto;
  vertical-align: middle;
  margin-top: 40px;
}
.p-aboutFT > div {
  margin: auto;
  vertical-align: middle;
  /*margin-top: 40px;*/
}
.p-aboutValues {
  padding: 50px 0;
}

.p-aboutValues > div {
  margin: auto;
  vertical-align: middle;
  margin-top: 40px;
}

.p-aboutPartners {
  padding: 3vw 0;
}

.p-aboutPartners > div {
  margin: auto;
  vertical-align: middle;
  margin-top: 40px;
}
p-aboutPartnersimg {
  padding: 7vw 0;
}

.p-aboutPartnersimg > div {
  vertical-align: middle;
  margin-top: 10px;
}

.opacity-0 {
  opacity: 0 !important;
}
.vicore-Ar {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*padding-top: 150px;*/
  min-height: 320px;
}
.color-vicore {
  /* background-color: #F6F5EE;*/
  background-color: #ffffff;
}
.color-vicorewhite {
  background-color: white;
}

.top-center {
    position: relative;
    top: 0;
    right: 33.5vw;
    z-index: 100;
}
.top-center h1 {
    /*text-shadow: 0px 3px #36444a;*/
}
.black-shadow {
    text-shadow: 0px 2px #5f6669;
}
.top-center-left {
    position: relative;
    font-weight: bold;
    font-size: 50px;
    top: 0;
    right: 5%;
    transform: translate(50%, 0);
}
.top-rt-footer {
  position: absolute;
  font-weight: bold;
  font-size: 50px;
  top: 2.5%;
}
.abWhiteAndBlack2 {
  background-image: linear-gradient(180deg, #f6f5ee 70%, white 30%);
}
.vicore-strength {
  margin-bottom: -51px;
}
.vicore-strength .VicoreStrengthimg {
  background-image: url(../../assets/img/Asset18.png);
  background-size: 45%;
  object-fit: cover;
  background-repeat: no-repeat;
  height: auto;
  max-width: 100%;
  background-position: top;
  background-position-x: right;
}

.PadClsRight {
  padding-right: 3vw;
  padding-top: 0.6vw;
}

.img-height {
  height: 10vh !important;
  min-height: 75px;
}

/* Bottom center text */
.RTLbottom-center {
  position: absolute;
  font-weight: bold;
  top: 40%;
  right: 33%;
  font-size: 50px;
  /*transform: translate(-50%, -50%);*/
}

.vicore-about-Ar {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.clearlist {
  clear: both;
  margin: 0 410px 0 34px;
}
#VicoreTouch1 {
  background-image: url(../../assets/img/favicon.png);
  height: 100%;
  background-size: 30% !important;
  background-repeat: no-repeat;
  background-position: left;
  min-height: 125px;
}

.Bg-right {
  background-position: right !important;
}

#VicoreTouch {
  background-color: #fff;
}
.p-r-img-0 {
  padding-right: 0 !important;
}
.p-l-img-0 {
  padding-left: 0 !important;
}
.footer-ul a {
  text-decoration: none;
}

@media only screen and (max-width: 600px) {
  .vicore-Ar {
    margin-left: 0;
    margin-right: 0px !important;
  }
  #divContact {
    margin-top: 12%;
  }
  .h1,
  h1 {
    font-size: calc(1.5rem + 2.5vw) !important;
    /*font-size:54px!important*/
  }
  .vicore-strength .VicoreStrengthimg {
    background-position: top;
    background-position-x: center;
    /* -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);*/
  }
  #VicoreTouch1 {
    background-size: 6% !important;
    background-position: center;
  }
  .VicoreImage {
    width: 95vw;
  }
  .footer .footer-top {
    background-size: cover;
  }
  .right-to-left .VicoreImage {
    margin-right: 2vw;
  }
  .bottom-center {
    font-size: 30px;
    left: 30%;
  }
  .RTLbottom-center {
    font-size: 20px;
  }
  .img-height {
    height: 4vh !important;
  }

  .top-center-left {
    right: 15%;
    font-size: 20px;
    transform: translate(10%, 0);
  }
}
@media only screen and (max-width: 768px) {
  #VicoreTouch1 {
    background-size: 10% !important;
  }
  .footer .footer-top {
    background-size: cover;
  }
  .bottom-center {
    font-size: 40px;
    left: 40%;
  }
  .RTLbottom-center {
    font-size: 20px;
  }
  .img-height {
    height: 7vh !important;
  }

  .VicoreImage {
    width: 85vw;
  }
  .top-center-left {
    right: 15%;
    font-size: 20px;
    transform: initial !important;
    /*transform: translate(-50%, -50%);*/
  }
  #Location .force-right-text {
    margin: 0;
    position: relative;
  }
  #VicorePartners .force-right-text {
    margin: 0;
    position: relative;
  }
  .vicore-strength .force-right-text {
    margin: 0;
    position: relative;
  }

  .location-p {
    min-width: inherit;
  }
  .VicorePartners-p {
    min-width: inherit;
  }
  .VicoreStrength-p {
    min-width: inherit;
  }

  .p-img-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .location-bg {
    background-position: top left 0;
  }
  .VicorePartners-bg {
    background-position: top left 0;
    padding: 0;
    width: 80vw;
  }
  .VicorePartners-bg1 {
    background-position: top right 0;
  }
  .p-about {
    /*padding: 20px 20px;*/
  }
  .vicore-strength .p-about {
    padding: 0px 0px;
  }
  .p-aboutValues {
    padding: 20px 20px;
  }
  .p-aboutPartners {
    padding: 20px 20px;
  }
  .p-aboutPartnersimg {
    padding: 20px 20px;
  }

  #Vicoreabout_1 {
    height: 42vh;
  }

  .vicore-about-Ar {
    background-position: right;
  }
  #VicoreSocialResponsibility .service-img-set img.center,
  #VicoreSocialResponsibility .service-img-set img.left,
  #VicoreSocialResponsibility .service-img-set img.right {
    height: 28vh !important;
  }
  .top-left-footer {
    top: 0%;
  }
  .top-right-footer {
    top: 0%;
  }

  .right-to-left .footer .img-fluid {
    max-height: 34px;
  }
}

@media only screen and (max-width: 1280px) {
  .top-right-footer {
    top: -14%;
    right: 5%;
  }
}

@media only screen and (max-width: 991px) {
  #divContact {
    margin-top: 12%;
  }

  .vicore-Ar {
    margin-left: 0;
    margin-right: 2vw;
  }

  .abWhiteAndBlack2 {
    background-image: linear-gradient(180deg, #f6f5ee 80%, white 20%);
  }

  #VicoreTouch1 {
    background-size: 10% !important;
  }

  .footer .footer-top {
    /* background-size: 176%;*/
  }

  .height-85 {
    height: 73px !important;
  }

  .top-right-footer {
    top: -5%;
    right: 8%;
  }

  .top-left-footer {
    top: 5%;
  }

  .top-center-left {
    right: 15%;
    font-size: 20px;
    transform: translate(-25%, 0);
  }
  /* .bottom-center {
        font-size: 40px;    
    }*/
  .RTLbottom-center {
    font-size: 20px;
    right: 21% !important;
  }

  .img-height {
    height: 7vh !important;
  }

  .color-VicorePartners {
    /*height: 132vh;*/
  }

  .VicoreImage {
    width: 95vw !important;
    margin: initial !important;
    /*height: 22vh;*/
  }

  .location-p,
  .VicorePartners-p {
    min-width: inherit;
  }

  .VicoreStrength-p {
    min-width: inherit;
  }

  h5Vic {
    line-height: 2.2rem !important;
  }

  .p-about {
    /*padding: 20px 20px;*/
  }

  .p-aboutValues {
    padding: 20px 20px;
  }

  .vicore-strength .p-about {
    padding: 0px 0px;
  }

  .p-aboutPartners {
    padding: 20px 20px;
  }

  .p-aboutPartnersimg {
    padding: 20px 20px;
  }

  .top-center-right {
    font-size: 35px;
  }
}

#Vicore-logo-picture {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

#Vicore-logo-picture:hover {
    filter: none !important;
    -webkit-filter: grayscale(0) !important;
    -webkit-filter: none !important;
}

.VicoreImage body {
  background-color: #f6f5ee !important;
}

.VicoreImage {
  vertical-align: middle;
  margin: 0 auto;
  width: 65vw;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.VicoreImage img {
  width: 100%;
  height: 100%;
  /* -webkit-clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);
        clip-path: polygon(20% 0%, 80% 0%, 100% 0%, 100% 80%, 80% 100%, 0% 100%, 0% 86%, 0% 20%);*/
}

.VicoreImageblackBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.VicoreImageAbout body {
  background-color: #f6f5ee !important;
}

.VicoreImageAbout {
  vertical-align: middle;
  margin: 0 auto;
  min-width: 50vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow-clip-margin: content-box;
  overflow: clip;
}

.VicoreImageAbout img {
  width: 100%;
  height: 100%;
/*  -webkit-clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0%,
    100% 80%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );
  clip-path: polygon(
    20% 0%,
    80% 0%,
    100% 0%,
    100% 80%,
    80% 100%,
    0% 100%,
    0% 86%,
    0% 20%
  );*/
}

.VicoreImageAboutblackBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.line-1 {
  height: 1px;
  background: #3a484e;
}

.line-2 {
  height: 1px;
  background: #f0f0f0;
}

.vertical-menu {
  /*width: 144px;*/
  height: 250px;
  overflow-y: auto;
}

.vertical-menu a {
  /*background-color: #29353A;*/
  color: white;
  display: block;
  padding: 3px;
  text-decoration: none;
}

.vertical-menu a:hover {
  /* background-color: #ccc;*/
}

.vertical-menu a.active {
  /*background-color: #29353A;*/
  color: white;
}

.Mainvertical-menu {
  /* width: 200px;*/
  height: 200px;
  overflow-y: auto;
}

.Mainvertical-menu a {
  background-color: transparent;
  color: #404e55;
  display: block;
  padding: 3px;
  text-decoration: none;
}

.Mainvertical-menu a:hover {
  /* background-color: #ccc;*/
}

.Mainvertical-menu a.active {
  background-color: transparent;
  color: #404e55;
}

#Responsibility {
  margin-bottom: -51px;
}

#Responsibility1 {
  margin-bottom: -51px;
}
.gg-arrow-up {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px
}

    .gg-arrow-up::after,
    .gg-arrow-up::before {
        content: "";
        display: block;
        box-sizing: border-box;
        position: absolute;
        top: 4px
    }

    .gg-arrow-up::after {
        width: 8px;
        height: 8px;
        border-top: 2px solid;
        border-left: 2px solid;
        transform: rotate(45deg);
        left: 7px
    }

    .gg-arrow-up::before {
        width: 2px;
        height: 16px;
        left: 10px;
        background: currentColor
    }



#VicorePartners .carousel-item {
    transition: transform 30s ease-in-out;
    margin-right: -100%;
}

#VicorePartners .carousel-item-next,
#VicorePartners .carousel-item-prev,
#VicorePartners .carousel-item.active {
    display: flex;
}

#VicorePartners .carousel-inner img{
    /*min-width:100px;*/
}

#VicorePartners .carousel-inner .carousel-item > div {
    /*min-width: 100px;*/
}

@media only screen and (max-width: 768px) {
    #VicorePartners .carousel-item {
        transition: transform 10s ease-in-out;
    }
}
