/* Arabic Website Stylesheet */

/* Reset default styles */






* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Set default direction for Arabic content */
html, body {
    direction: rtl;

    line-height: 1.5;
    background-color: #f8f8f8;
    color: #505050;

}
.clear {
	clear:both;
}
.contain {
	position:relative;
}
.contain.bannar {
	width:100%;
}
.container.bannar img  {
	width:100%;
}
/*********************/
.slider {
  display: flex;
  align-items: center;        /* Vertically centered */
  padding: 0 0;            /* Space from left/right */
  color: white;
}
.slider img {
	width:100%;
	 object-fit: cover; /* crop to fill */
  object-position: center; /* center focus */
  display: block;
}

.slider-content {
  text-align: right;
  max-width: 660px;
  position: absolute;
    right: 246px;

	
}

.slider-content p {
  font-size: 22px;
  color: #ccc;

	font-weight: 350;
}

.slider-content h1 {
  font-size: 48px;
  font-weight: 400;
}

.slider h1 {
   font-size: 60px;
	line-height: 1.5;
  }

.slider p {
   font-size:40px;
   color: #fff;
	font-weight: 350;
}
	
	/**************************/
.content-logo {
	position:relative;
	width:100%;
}
	
.sticklogocontent {
    color: #0C1895;
    float: right;
    font-weight: 400;
    font-size:48px;
    padding: 0 0px 0 60px;
}	
.sticklogocontent span {
    font-size: 36px;
    display: block;
    font-weight: 300;
}
.sticklogo {
    float: right;
    padding: 0 0 0;
}
.sticklogo img {
    width: 80%;
}
.right-triangle {
    position: absolute;
    right: 0;
    top: 1015px;
}
.right-triangle img {
	width:8vw;
}

.impact-section {
  width: 100%;
  padding: 60px 0 0;
  direction: ltr;
}

.impact-wrap {
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 60px;
	text-align: right;
}

/* LEFT SIDE */

/* LEFT SIDE */
/* CONTAINER */
.impact-left {
  width: 50%;
  padding: 155px 160px 0 0;
  position: relative;
  height: 312px;
  overflow: hidden;
}


/* STACK ITEMS */
.impact-item {
    position: absolute;
    inset: 0;
    opacity: 0;
    animation: impactFade 16s infinite;
    top: 54%;
    right: 18%;
}

/* TYPOGRAPHY */
.impact-left h2 {
  font-size: 80px;
  font-weight: 700;
  color: #0C1896;
  margin: 0;
  line-height: 1;
}

.impact-left p {
  font-size: 40px;
  color: #0C1896;
  margin-top: 0px;
}

/* DELAYS (4 items × 4s) */
.impact-item:nth-child(1) { animation-delay: 0s; }
.impact-item:nth-child(2) { animation-delay: 4s; }
.impact-item:nth-child(3) { animation-delay: 8s; }
.impact-item:nth-child(4) { animation-delay: 12s; }

/* FADE ANIMATION */
@keyframes impactFade {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  30%  { opacity: 1; }
  38%  { opacity: 0; }
  100% { opacity: 0; }
}



.impact-right {
	display: block;
}


.impact-right-mob {
	display: none;
}
.impact-right-mob h3 {
	  font-size: 40px;
  font-weight: 600;
  color: #0C1896;
  margin-bottom: 20px;
  line-height: 1.4;
}
.impact-right-mob h3 span {
	font-weight: 300;
}
.impact-right-mob p {
    font-size: 30px;
    color: #505050;
    max-width: 650px;
 font-weight: 350;
}

/* RIGHT SIDE */
.impact-right h3 {
  font-size: 35px;
  font-weight: 400;
  color: #0C1896;
  margin-bottom: 20px;
}
.impact-right h3 span {
	font-weight: 300;
}

.impact-right p {
    font-size: 22px;
    color: #010101;
 font-weight: 350;
    max-width: 650px;
}


@media (max-width: 768px) {
  .impact-wrap {
    flex-direction: column;
    gap: 30px;
  }
}



.country-slide-sec {
  width: 100%;
  position: relative;
  direction: rtl;
  overflow: hidden;
}

/***************/
.contry-desk {
	display: block;
}
.contry-mob {
	display: none;
}

/*********************/
.country-leftslide {
    position: absolute;
    left: 0;
    width: 51.6%;
    height: 420px;
    overflow: hidden;
}

/* STACK IMAGES */
.country-leftslide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  animation: fadeSlider 24s infinite;
}

/* ANIMATION DELAYS (6 IMAGES × 4s) */
.country-leftslide img:nth-child(1) { animation-delay: 0s; }
.country-leftslide img:nth-child(2) { animation-delay: 4s; }
.country-leftslide img:nth-child(3) { animation-delay: 8s; }
.country-leftslide img:nth-child(4) { animation-delay: 12s; }
.country-leftslide img:nth-child(5) { animation-delay: 16s; }
.country-leftslide img:nth-child(6) { animation-delay: 20s; }

/* FADE KEYFRAMES */
@keyframes fadeSlider {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  30%  { opacity: 1; }
  38%  { opacity: 0; }
  100% { opacity: 0; }
}


/* IMAGE */
.country-hero {
    position: relative;
    width: 56.8%;
    height: 420px;
    overflow: hidden;
}

.country-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

/* BIG TEXT INSIDE IMAGE */
.country-title {
    position: absolute;
    top: 225px;
    right: 357px;
    color: #fff;
    font-size: 110px;
    font-weight: 700;
    letter-spacing: 2px;
    z-index: 2;
    white-space: nowrap;
    pointer-events: none;
	text-shadow: 0 7px 16px rgba(0, 0, 0, 0.7);
}

/* TABS */
.country-tabs {
    display: flex;
    justify-content: center;
    gap: 205px;
  padding: 18px 0;
}

.country-tabs span {
  cursor: pointer;
  font-size: 30px;
  color: #858585;
  position: relative;
}

.country-tabs span.tab-current {
  color: #0d1e8a;
  font-weight: 600;
}

/* TRIANGLE */
.country-tabs span.tab-current::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 24px solid #0d1e8a;
}

/* ===============================
   MOBILE TAB STYLE
   =============================== */
@media (max-width: 768px) {

  .country-tabs {
    justify-content: flex-start;
    gap: 28px;
    padding: 12px 16px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  /* Hide scrollbar */
  .country-tabs::-webkit-scrollbar {
    display: none;
  }

  .country-tabs span {
    font-size: 14px;
    font-weight: 500;
    color: #9c9c9c;
    flex-shrink: 0;
    padding-bottom: 8px;
  }

  /* ACTIVE TAB */
  .country-tabs span.tab-current {
    color: #0d1e8a;
  }

  /* TRIANGLE (MOBILE) */
  .country-tabs span.tab-current::after {
    bottom: -6px;
  }
}




/***************************/
.left-triangle {
	position:absolute;
	left:0;
	top:-375px;
	width:50%;
}
.below-case {
    width: 50%;
    direction: rtl;
    text-align: right;
    margin: 30px 0 0 0;
    line-height: 1.0;
	display: block;
}
.below-case-mob {
	display: none;
	    width: 80%;
    direction: rtl;
    text-align: right;
    margin: 30px 0 0 0;
    line-height: 1.0;
	clear: both;
	float: right;
}
.below-case-mob h2,
.below-case-mob h3 {
  margin: 0;
}
.below-case-mob p {
  display: block;
  font-weight: 300;
  color: #020102;
  font-size: 25px;
  margin-bottom: 8px;
}

.below-case-mob h2 {
  font-size: 32px;
  color: #0C1896;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 6px;
}

.below-case-mob h3 {
  font-size: 30px;
  color: #020102;
  font-weight: 500;
  line-height: 1.4;
}




.below-case h2,
.below-case h3 {
  margin: 0;
}

.below-case p {
  display: block;
  font-weight: 300;
  color: #020102;
  font-size: 25px;
  margin-bottom: 8px;
}

.below-case h2 {
  font-size: 30px;
  color: #0C1896;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 6px;
}

.below-case h3 {
  font-size: 30px;
  color: #020102;
  font-weight: 500;
  line-height: 1.4;
}

.left-triangle img {
	width:100%;
}
.tringle-g {
	display:block;
}
.tringle-m {
	display:none;
}
.right-section {
	width:50%;
	float:right;
}
.top-semibold {
    color: #505050;
    font-size: 22px;
    font-weight: 600;
	line-height: 30px;
    margin: 50px 243px 0 0;
	display: block;
}

.top-semibold-mob {
	display: none;
}

.only-dis {
	display: block;
}
.bold-thine {

    font-weight: normal;
    margin: 20px 0 0;
	display: block;
	font-size: 22px;
	font-weight: 350;
	line-height: 1.5;
}
.bold-thine-mob {
	line-height: 30px;
	display: none;
	   color: #101010;
    font-size: 22px;
}
.top-bold-color {
	color: #0C1896;
	font-size: 26px;	
	display: block;
	
}
.top-bold-color-mob {
    color: #0C1896;
    font-size: 28px;
    line-height: 1.2;
    margin: 0 0 0;
    float: right;
    padding: 40px 0;
}
.bold-head-part {
	width: 100%;
	float: right;
	position: relative;
	margin-bottom: 40px;	
}
.bold-head {
	width: 60%;
	float: right;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	display: block;
	
}
.bold-head-mob {
	width: 60%;
	float: right;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	display: none;
	
}
.bold-head-mob h2 {
	color:#0C1896;
	font-size: 32px;
}
.bold-head-mob p {
	color: #505050;
	font-size: 22px;
	font-weight: 300;
}
.bold-head h2 {
	color:#0C1896;
	font-size: 29px;
}
.bold-head p {
    color: #505050;
    font-size: 22px;
    margin: 10px 0 10px;
	font-weight:350;
	line-height: 1.5;
}
.blue-tri {
	position: absolute;
}
.top-semibold .button {
	width:170px;
	height:50px;
	background:url(../images/button-call.png) no-repeat center center;
	cursor:pointer;
	margin:20px 0 0;
}
.top-semibold .button:hover {
	background:url(../images/button-hover.png) no-repeat center center;
}

/********************************************/
.con-slie {
    width: 100%;
    position: relative;
    margin: 80px 0 0 0;
}

.confrnce {
  position: relative;
  overflow: hidden;
	min-height: 548px;
	padding: 10px 0;
}

.confrnce .slider {
  position: relative;
}

.confrnce .slider img {
  position: absolute;
  inset: 0;
  width: 100%;
  opacity: 0;
  animation: fadeSlider 12s infinite linear;
  animation-fill-mode: both;
}

/* Timing for each image */

.confrnce .slider img:nth-child(1) { animation-delay: 0s; }
.confrnce .slider img:nth-child(2) { animation-delay: 4s; }
.confrnce .slider img:nth-child(3) { animation-delay: 8s; }


/* FADE ANIMATION */
@keyframes fadeSlider {
  0%   { opacity: 0; }
  8%   { opacity: 1; }
  30%  { opacity: 1; }
  38%  { opacity: 0; }
  100% { opacity: 0; }
}


/* DOTS */
.confrnce .dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
}

.confrnce .dots span {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  animation: dotAnim 12s infinite;
}

/* Dot sync with slides */
.confrnce .dots span:nth-child(1) { animation-delay: 1s; }
.confrnce .dots span:nth-child(2) { animation-delay: 4s; }
.confrnce .dots span:nth-child(3) { animation-delay: 8s; }

@keyframes dotAnim {
  0% { background: rgba(255,255,255,0.4); }
  8% { background: #fff; }
  33% { background: #fff; }
  41% { background: rgba(255,255,255,0.4); }
  100% { background: rgba(255,255,255,0.4); }
}


/********************************************/



.top-semibold span {
	display:block;
	font-weight:350;
	margin:20px 0 0;
	line-height: 1.5;
}
.right-section .head {
	font-weight:400;
	font-size:40px;
	color:#00A0E3;
}
.right-section .head span {
	display:block;
	font-size:32px;
	color:#0C1896;
}
.traingle-down {
	position:absolute;
	left:0;
	top:-306px;
	width: 150px;
}
.trum {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 929px;
  width: 100%;
}

/* IMAGE */
.trum img {
  width: 100%;
  display: block;
}
.trum-mob {
	display: none;
}



.conf-text {
    width: 50%;
    float: left;
	  position: relative;
	
}
.conf-text-ani {
	
}
.conf-item {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: textFade 12s infinite linear;
  /*animation-fill-mode: both;*/
	pointer-events: none; 
}
.conf-item p span {
	display: block;
	font-weight: 400;
}
.conf-text p span {
	
}





.conf-item:nth-child(1) { animation-delay: 0s; }
.conf-item:nth-child(2) { animation-delay: 4s; }
.conf-item:nth-child(3) { animation-delay: 8s; }

@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
  }

  8% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;   /* ✅ clickable */
  }

  30% {
    opacity: 1;
    pointer-events: auto;   /* ✅ clickable */
  }

  38% {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}
@keyframes textFade {
  0% {
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
  }

  8% {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;   /* ✅ clickable */
  }

  30% {
    opacity: 1;
    pointer-events: auto;   /* ✅ clickable */
  }

  38% {
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
  }

  100% {
    opacity: 0;
    pointer-events: none;
  }
}


.conf-text p {
    font-size: 22px;
    color: #505050;
    line-height: 1.5;
    font-weight: 350;
}

/* TEXT ON TOP OF IMAGE */
/*.trum-text {
    position: absolute;
    top: 29%;
    right: 250px;
    transform: translateY(-50%);
    z-index: 2;
    direction: rtl;
    text-align: right;
    width: 50%;
}*/


/* TEXT STYLE */
.trum-text h2 {
    font-size: 45px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}
.trum-text span {
	display: block;
	font-size: 30px;
	font-weight: 350;
	color: #fff;
}
.trum-text p {
	color:#fff;
	font-size: 18px;
	padding: 10px 0;
}

.trump-wrap {
  position: relative;
}
/*.trumpss {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: trumpFade 12s infinite linear;
  animation-fill-mode: both;
}*/


.trumpss {
  position: absolute;
  inset: 0;
  opacity: 0;
  animation: trumpFade 12s infinite linear;
  pointer-events: none;   /* ⭐ MOST IMPORTANT */
}

.trum-text {
    position: absolute;
    top: 35%;
    right: 130px;
    transform: translateY(-50%);
    z-index: 5;
    direction: rtl;
    text-align: right;
    width: 50%;
	line-height: 1.2;
}

.trum-text a {
  pointer-events: auto;
}
.trumpss:nth-child(1) { animation-delay: 0s; }
.trumpss:nth-child(2) { animation-delay: 4s; }
.trumpss:nth-child(3) { animation-delay: 8s; }

@keyframes trumpFade {
  0% {
    opacity: 0;
    transform: translateY(16px);
  }

  8% {
    opacity: 1;
    transform: translateY(0);
  }

  30% {
    opacity: 1;
  }

  38% {
    opacity: 0;
    transform: translateY(-10px);
  }

  100% {
    opacity: 0;
  }
}

@media (max-width:1440px) { 
	.trum {
    max-width: 709px;
}
	.trum-text {
    right: 70px;
	top: 25%;
	}

}
@media (max-width:1366px) { 

.trum-text h2 {
    font-size:50px;
	}
	.trum-text span {
    font-size: 25px;
	}
}

@media (max-width:1280px) { 
.trum-text p {
    color: #fff;
    font-size: 16px;
	}
}


.blue-ribonsec {
	width: 100%;
	position: relative;
	z-index: -1;
}
.blue-train {
	width: 100%;
	position: relative;
	height: 190px;
}
.blue-train img {
    position: absolute;
    left: 0;
    width: 210px;
    top: 140px;
}
.vision-empower-sec {
	width: 100%;
	position: relative;
	text-align: right;
	line-height: 1.0;
	margin: 220px 0 0;
}

.vision-empower-sec h2 {
	color:#0C1896;
	font-size: 35px;
	font-weight: 400;
}
.vision-empower-sec span {
	display: block;
	font-weight: 300;
	font-size: 40px;
}

.visionsec-slide {
  width: 100%;
  position: relative;
  overflow: hidden; /* prevents overflow */
	margin: 20px 0;
}

.visionsec-rotate {
  width: 100%;
  padding: 10px 0;
  overflow: hidden; /* important */
}

.visionsec-rotate img {
  width: 100%;
  display: block;

  transform: scale(1);
  transition: transform 0.6s ease-in-out;

  will-change: transform;
  pointer-events: none;
}

/* Hover zoom */
.visionsec-rotate:hover img {
  transform: scale(1.08); /* adjust as needed */
}
/* TEXT OVER IMAGE */

.visionsec-text {
    position: absolute;
    top: 67%;
    left: 67%;
	display: block;
    transform: translate(-50%, -50%);
    max-width: 1273px;
    width: 90%;
    direction: rtl;
    text-align: right;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.5;
    z-index: 2;
    background-color: transparent;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%);
    transition: all 0.3s ease-in-out 0s;
    padding: 20px;
    height: 440px;
}
.visionsec-text-mob {
	display: none;
	    color: #fff;
    font-size: 35px;
    font-weight: 400;
    line-height: 1.2;
	width: 100%;
}


.visionsec-rotate:hover .visionsec-text {
    background-color: #1c45cdcf;
    mix-blend-mode: hard-light;
}
.text-same {
    float: right;
    width: 50%;
    position: relative;
    left: -290px;
    top: 104px;
}

.excelence-blue-sec {
    width: 100%;
    position: relative;
    min-height: 240px;
    z-index: 2;
}
.excelence-blue {
	width: 45%;
	position: relative;
	
}
.excelence-blue img {
    position: absolute;
    right: 0;
    width: 58%;
    top: -230px;
}
/* TEXT OVERLAY */
.excelence-text {
  position: absolute;
    right: 6%;
    top: -50px;
  width: 240px;
  text-align: center;
  direction: rtl;
  z-index: 2;
}

/* INDIVIDUAL LINES */
.excelence-text span {
    display: block;
    color: #fff;
    font-family: 'GE SS Two', 'Inter Custom', serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 1.3;
}


.innovationhead {
	width: 50%;
	float: left;
	text-align: right;
	color:#0C1895;
}
.innovationhead h2 {
    font-size: 35px;
    font-weight: 300;
    width: 60%;
}
.innovationhead h2 span {
	font-weight: 600;
}



.wrap-contain-nomargin {
		width:100%;
	position:relative;
	z-index:2;
}
.wrap-contain-nomargin .traingle-down {
	position:absolute;
	left:0;
	top:-130px;
}
.wrap-contain-nomargin .traingle-down img {
	width:100%;
}

.wrap-contain {
	width:100%;
	position:relative;
	margin:-170px 0 0;
}
.traingle-down img {
	width:100%;
}
.wrap-contain ul {
	margin:0;
	padding:0;
}
.wrap-contain ul li {
	background:url(../images/stand.png) no-repeat right center;
	padding:10px;
	float:left;
	list-style:none;
}
.wrap-contain ul li .head {
	color:#000;
	font-size:22px;
	font-weight:400;
}
.wrap-contain ul li .head span {
	display:block;
	font-size:22px;
	font-weight:normal;
	margin:15px 0 0;
}

 .main-services-section {
	 margin:250px 0 0;

    }
    .main-services-title {
      text-align: right;
      font-size: 34px;
      font-weight: bold;
      margin-bottom: 38px;
      color: #222;
	  width:100%;
	  margin:0 auto;
    }
    .services-row {
      display: flex;
      flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    width: 72%;
    margin: 0 222px 0 0px;
    }
    .service-box {
      flex: 1 1 20%;
      min-width: 230px;
      margin-bottom: 18px;
      background: transparent;
      text-align: right;
      position: relative;
      padding:50px 18px 12px 18px;
	  background:url(../images/stand.png) no-repeat right center;;
	  min-height:230px;
    }
  
    .service-box h3 {
      font-size: 22px;
      font-weight: bold;
      margin: 0 0 7px 0;
    }
    .service-box span {
      font-weight: bold;
    }
    .service-box p {
      font-size:22px;
      color: #333;
      margin: 0;
	  font-weight:normaal;
    }
.content-logo-sec {
    position: relative;
    width: 100%;
	top:0;
	left: -48px;
}
.content-logo-sec .sticklogocontent2 {
    color: #00A0E3;
    float: right;
    font-weight: 600;
    font-size: 64px;
    padding: 0 0px 0 60px;
    line-height: 1.3;
}
.content-logo-sec .sticklogocontent2 span {
    font-size: 35px;
    display: block;
	color:#0C1895;
	font-weight: 400;
}

.content-logo-sec .sticklogo {
    float: right;
    padding: 0 0 0;
}
.content-logo-sec .sticklogo img {
width:80%;
}

.button {
    width: 125px;
    padding: 7px 0;
    text-align: center;
    color: #fff;
    background: #0C1895;
    cursor: pointer;
    font-size: 20px;
	height: 50px;
    margin: 10px 0 0;
}
.button:hover {
	 background: #0C1895;
}
.plata {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    padding: 10px 20px;
    background: #0C1895;
    color: #fff !important;
    font-size: 25px;
    font-weight: 400;
    cursor: pointer;
    direction: ltr;
    margin: 40px 0 0;
	border: none;
}

.plata .arrow {
  font-size: 32px;
  line-height: 1;
}

.plata:hover {
  background: #0C1895;
}

.arrowss {
    width: 21px;
    height: 21px;
    stroke: white;
    padding: 4px 0 0;
    float: left;
    position: relative;
    top: -70%;
}
.tab-section {
	margin:0 0 0;
}

  /* Container */
.tab-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding:15px 0;
  border-bottom:1px solid #0C1896;
  direction: ltr; /* ✅ force left-to-right */
}



.search-box {
      position: relative;
      width: 250px;
    }

    .search-box input {
      width: 100%;
      padding: 10px 12px 10px 40px; /* left padding for icon */
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
	  text-align:right;
    }

    .search-box .icon {
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      font-size: 18px;
      color: #333;
    }



    .search-box input {
      width: 100%;
      padding: 8px 12px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    /* Tabs */
.tabs {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
  order: 2; /* tabs always second (right) */
}

    .tabs a {
      text-decoration: none;
      color: #333;
      font-size:20px;
      padding-bottom: 5px;
	  font-weight:400;
      position: relative;
      cursor: pointer;
    }

    .tabs a.active {
      font-weight: bold;
      color: #0018a8; /* Blue */
    }

    .tabs a.active::after {
      content: "";
      position: absolute;
      bottom: -21px;
      left: 0;
      width: 100%;
      height: 5px;
      background: #0018a8;
    }

    /* Tab Content */
    .tab-content {
      display: none;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
      padding: 20px 0;
    }

    .tab-content.active {
      display: block;
      opacity: 1;
    }
	
.hero {
	width:100%;
	float:left;
	margin:30px 0 0;
}
.hero-image {
	width:50%;
	float:right;
}
.tab-section .hero-image img {
	width:100%;
}
.hero-text h1 {
        margin-bottom: 10px;
		color:#0C1896;
		font-size: clamp(18px, 3vw, 40px);
		line-height:1.1;
    }
.hero-text h1 span {
        color: #002d7a;
		display:block;
		font-weight:normal;
    }
	.hero-text p {
        font-size: 22px;
        line-height: 1.6;
        margin-bottom: 20px;
        color: #505050;
    }
.hero-text {
	width:50%;
	float:left;
}
.hero-text ul li {
	font-size: 22px;
	margin: 0 20px 0 0px;
}
.cta {
        font-size: 35px;
        color: #00A0E3;
        font-weight: normal;
        margin-bottom: 20px;
    }
	.blocky {
		display:block;
	}
	.hero-text button {
        padding: 10px 18px;
        background-color: #002d7a;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }
	
/****************************************/


.stats-header {
	width:100%;
	text-align:right;
	padding:10px 0;
	float:left;
}
.stats-header .h2tag {
	color:#C38511;
	font-size: clamp(18px, 3vw, 40px);
	background: url(../images/clippath.png) no-repeat center left;
	font-weight:400;
	width:30%;
}
.stats-header .h3tag {
	color:#0C1896;
	font-size: clamp(18px, 3vw, 40px);
	width:100%;
}
.stats-header .h3tag span {
	font-weight:400;
}

.stats-section {
 background: url(../images/statistics.webp) no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  padding: 40px 0 0;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}


.stats-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-bottom: 20px;
  font-family: 'Inter Custom','Inknut Antiqua', serif;
}

.stats-footer {
 font-size: 38px;
  font-weight: normal;
  line-height: 1.6;
  margin-top: auto; /* pushes it to the bottom */
  background: url(../images/spectrum.webp) no-repeat center center;
  font-family: 'Inknut Antiqua', 'Inter Custom', serif;
  padding:20px 0;
}
 
    .stat-box {
      flex: 1 1 250px;
      max-width: 250px;
    }

    .stat-box h2 {
      font-size: clamp(28px, 5vw, 58px);
      margin: 0;
      font-weight:normal;
    }

    .stat-box p {
      margin: 8px 0 0;
    font-size: clamp(16px, 3vw, 30px);
    }

    .stats-footer span {
    font-weight:400;
    }
	
/**************training-courses*****/
.training-courses {
	background:#E5E7EA;
	padding:110px 0 30px;
	width:100%;
	position:relative;
	z-index:1;
	margin-top: -166px;
     min-height: 660px;
}

/*************************/
.left {
    opacity: 1;
	position: relative;
}

.text-rotator {
  position: relative;
  width: 100%;
}

.text-rotator .item {
 position: absolute;
  inset: 0;                 /* top:0; right:0; bottom:0; left:0; */
  width: 100%;
  opacity: 0;
  animation: fadeRotate 25s linear infinite;
  will-change: opacity;

}

/* delays: 0s, 5s, 10s, 15s, 20s (5s per slide) */
.text-rotator .item:nth-child(1) { animation-delay: 0s;  }
.text-rotator .item:nth-child(2) { animation-delay: 5s;  }
.text-rotator .item:nth-child(3) { animation-delay: 10s; }
.text-rotator .item:nth-child(4) { animation-delay: 15s; }
.text-rotator .item:nth-child(5) { animation-delay: 20s; }

/* Fade animation */
@keyframes fadeRotate {
  0%   { opacity: 0; }
  4%   { opacity: 1; }   /* fade in quickly (≈1s) */
  20%  { opacity: 1; }   /* remain visible until end of its segment */
  24%  { opacity: 0; }   /* fade out quickly */
  100% { opacity: 0; }
}
/*****************************/

.ciscp-rotator {
  position: relative;
  width: 100%;
	z-index: 2;
}

.ciscp-rotator .ciscp-content {
  position: absolute;
  width: 100%;
  opacity: 0;
  animation: fadeRotate 25s linear infinite;
  will-change: opacity;
}

/* 4s delay for each item */
.ciscp-rotator .ciscp-content:nth-child(1) { animation-delay: 0s; }
.ciscp-rotator .ciscp-content:nth-child(2) { animation-delay: 5s; }
.ciscp-rotator .ciscp-content:nth-child(3) { animation-delay: 10s; }
.ciscp-rotator .ciscp-content:nth-child(4) { animation-delay: 15s; }
.ciscp-rotator .ciscp-content:nth-child(5) { animation-delay: 20s; }

/* Smooth fade animation */
@keyframes fadeRotateCiscp {
  0%   { opacity: 0; }
  4%   { opacity: 1; }   /* fade in quickly (≈1s) */
  20%  { opacity: 1; }   /* remain visible until end of its segment */
  24%  { opacity: 0; }   /* fade out quickly */
  100% { opacity: 0; }
}


/***************************/
 

/************************/
.training-courses .hold-left {
	width:45%;
	float:left;
	text-align:right;
}
.training-courses .left {
	width:100%;
	
	float:left;
	text-align:right;
}
.training-courses .left h2 {
	color:#0C1896;
	font-size: clamp(18px, 3vw, 40px);
	font-weight:400;
}

.training-courses .left p {
	color:#505050;
	font-size: clamp(16px, 2.5vw, 30px);
}
.training-courses .left .cta {
	color:#00A0E3;
	font-size: clamp(18px, 2vw, 25px);
}

.training-courses .right {
	width:50%;
	float:right;
}

.desktop-ab {
	display:block
}

.tab-ab {
	display:none;
}

.ciscp-content {
      max-width: 600px;
      margin: 0 auto;
    }
.ciscp-content h3 {
    font-size: 25px;
    margin: 0 0 10px;
    color: #0C1896;
    position: absolute;
    z-index: 10;
    top: 193px;
    right: 300px;
    line-height: 1.2;
}
	.ciscp-content h3 span {
		display:block;
	}
.ab-logo {
	
}
.ciscp-content h1 {
    font-size: 30px;
    margin: 84px 0 0;
    font-weight: bold;
    color: #0C1896;
    position: absolute;
    right:0;
    z-index: 10;
    line-height: 1.2;
}
 .ciscp-content h1 span {
   display:block;
	}
	.ciscp-content img {
    width: 420px !important;
    margin:315px -140px 0 0px;
    position: absolute !important;
    z-index: 10;
    }
.training-courses .right img {
	position:absolute;
	width:50%;
	right:0;
	top: -150px;
	}
	   .ciscp-content ul {
    list-style: disc;
    padding-right: 0px;
    margin: 0;
    text-align: right;
    color: #0C1896;
    font-size: 20px;
    position: absolute;
    z-index: 10;
    bottom: 71px;
    }
	
	/*****************************/
	.global-recognition {
		position:relative;
		
	}
	.global-recognition .heading {
		width:70%;
		text-align:right;
		float:left;
		padding:0 0 10px;
		
	}
	.global-recognition .heading h2 {
		color:#0C1896;
		font-weight:normal;
		font-size:40px;
	}
	.global-recognition .heading h2 span {
		font-weight:400;
	}
	.global-recognition .heading p {
		color:#505050;
		font-size:25px;
	}
	.global-recognition .heading p span {
		font-weight:400;
		display:block;
	}
	.chain-gallery {
		position:relative;
	}
	
	
    .chain-gallery .hero-section {
      position: relative;
      width: 100%;
      height:80vh;
	   background: url(../images/maskgroup.webp) no-repeat center center;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: center;
	  overflow: hidden; /* hide edges while zooming */
  /* remove any background-image from here if you had one */
  background: none;
    }
/* background image lives in the pseudo-element */
.chain-gallery .hero-section::before {
  content: "";
  position: absolute;
  inset: 0;                    /* shorthand for top:0; right:0; bottom:0; left:0; */
  background-image: url(../images/maskgroup.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;      /* cover so it fills the box */
  transform: scale(1);
  transform-origin: center center;
  transition: transform 2s ease; 
  will-change: transform;
  z-index: 0;                   /* sits behind content but above element background */
}

/* make any direct children (text/buttons) appear above the pseudo-element */
.chain-gallery .hero-section > * {
  position: relative;
  z-index: 1;
}

/* hover zoom */
.chain-gallery .hero-section:hover::before,
.chain-gallery .hero-section:focus-within::before {
  transform: scale(1.08);      /* tweak scale to taste */
}

    .overlay-text {
      background: #0C1896; /* Dark blue */
      color: #fff;
      padding: 15px 40px;
      font-size:40px;
      font-weight: bold;
      text-align: center;
      border-radius: 5px;
	  width:70%;
    }
	
/******************************************/

.excellence {
	width:100%;
	position:relative;
    background: url(../images/home-page/bgback.webp) no-repeat center center;
    background-size: cover;
}
.excellence .head {
    font-size: clamp(18px, 4vw, 40px);
    color: #0C1896;
    padding: 0 56px 0 0;
}
.excellence .head span {
	font-weight:400;
}

.excellence .traingle {
	position:absolute;
	left:0;
	top:0;
}
.excellence.traingle img {
	width:100%;
}
.excellence .traingle-sec {
	width:100%;
	padding:10px 0;
}
.excellence .traingle-rigtht {
}

/****2sections***/

 .excellence-section {
   display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  gap: 40px;
  flex-wrap: wrap;
  direction: ltr; /* Force left-to-right layout */
    }

    /* Left Side */
   .excellence-section .triangle-container {
      position: relative;
    width: 650px;
    height: 720px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .excellence-section .triangle {
      width: 0;
      height: 0;

     /* border-left: 150px solid transparent;
      border-right: 150px solid transparent;
      border-bottom: 260px solid #eaeaea;*/
      position: absolute;
	  z-index:10;
	 

    }
	.excellence-section .triangle img {
		width: 150px;
    border: 0;
    right: 0;
    left: -71px;
    top: -106px;
	}

    .excellence-section .triangle-container img {
      position: relative;
      max-width:760px;
      height: auto;
      z-index: 1;
    }

    /* Right Side */
    .excellence-section .text-content {
      /*max-width: 500px;*/
      text-align: right; /* because of Arabic */
	  margin-top:-100px;
    }

    .excellence-section .text-content h2 {
      margin: 0 0 15px;
      font-size: 35px;
      color: #505050;
    }

    .excellence-section .text-content p {
      font-size: 20px;
      line-height: 1.6;
      color: #505050;
	  padding:20px 0;
    }

    .excellence-section .highlight {
      color: #00A0E3!important;
      font-weight: bold;
	  font-size:36px!important;
	  line-height: 1.2!important;
    }
	.excellence-section .highlight span {
		font-weight:100;
		display:block;
	}

    .excellence-section .btn {
      display: inline-block;
      margin-top: 15px;
      padding: 10px 20px;
      background: #0033cc;
      color: #fff;
      text-decoration: none;
      border-radius: 6px;
      font-size: 14px;
    }

    .excellence-section .btn:hover {
      background: #002299;
    }
	
	
	


/* Container for main content */
.container {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0;
}
.container2 {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 50px 0px;
}



/* Header styles */
header {
    background-color: #2c3e50;
    color: #fff;
    padding: 0 0;
    text-align: center;
}


/* Main content area */
main {
    padding: 0 0;
}

.slider-controls {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 20px;
    position: relative;
    left: 60px;
}


.slider-controls  .arrow {
    background: #0C1896;
    border: none;
    padding: 12px 15px 8px;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    transition: background 0.3s ease;
}

.mob-ab {
		display: none;
	}


.businessdiv {
  width: 100%;
  position: relative;
  background: url(../images/home-page/b2b-b2c-background.webp) no-repeat center center;
  background-size: cover;
  min-height: 862px;
  padding: 80px 0;
  direction: rtl;
  overflow: hidden;
	margin: 40px 0 0;
}

/* LEFT IMAGE */
.businessimage {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}

.businessimage img {
    width: 80%;
    height: 120%;
    object-fit: cover;
    float: left;
}

/* RIGHT CONTENT */
.business-content {
  max-width: 520px;
     margin-right: 240px;

  margin-top: 40px;
  color: #020102;
}

/* LOGO */
.business-logo img {
    width: 390px;
  margin-bottom: 20px;
}

/* TEXT */
.business-subtitle {
    color: #0C1896;
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: 350;
    line-height: 1.5;
}

.business-title {
  color: #0C1896;
font-size: 80px;
  font-weight: 700;
  margin-bottom: 20px;
}

.business-desc {
    font-size: 22px;
    margin-bottom: 40px;
    color: #020102;
    font-weight: 350;
}

.business-highlight {
    color: #009EE2;
    font-size:50px;
    font-weight:400;
    margin-bottom: 25px;

}
.business-highlight span {
	color: #0C1896;
	font-weight: 300;
}


/* BUTTON */
.business-btn {
  display: inline-block;
  padding: 10px 22px;
  background: #0C1896;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 3px;
}


@media (max-width:1440px) { 

/*************************/
.stat-box {
    flex: 1 1 250px;
    max-width: 250px;
}	
	.ciscp-content h1 {
        
        left: 0;
        margin: 0 0 0 0px;
		top: 90px;
}
	.ciscp-content img {
        margin: 254px -16px 0 0px;
		width: 355px !important;
	}
	.ciscp-content h3 {
         top: 207px;
        right: 345px;
        line-height: 1.0;
	}
	.ab-logo {
	    top: -70px!important;	
	}
	
	
	
	
.top-semibold {
    font-size: 15px;
	margin:50px 142px 0 0;
}
.right-section .head {
    font-size: 25px;
}

.training-courses .right img {

    top: 0;
}

.tab-ab {
	display:block;
}
	.left-triangle {
    top: -310px;
	}

	.sticklogo img {
    width: 60%;
}
	.sticklogocontent {
    font-size: 50px;
    margin: 0 75px 0 0;
	}
	.main-services-title {
    margin: 0px 44px 30px 0;

    width: 50%;
    float: right;
	}
	.services-row {
    display: flex;
    flex-wrap: wrap;
    width: 82%;
    margin: 0 121px 0 0px;
}
	.content-logo-sec {
    position: relative;
    right: 40px;
}
	.slider-content {
    right: 140px;
	}
	.stats-header .h2tag {
    width: 34%;
}

	.below-case h3 {
    font-size: 28px;
	}
	.confrnce {
    min-height: 428px;

}
	.text-same {
	    left: -440px;
    top: 34px;
}
	.excelence-text {
    right: 0%;
	}
	.visionsec-rotate::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.25); /* adjust darkness */
    pointer-events: none;
  }
	.visionsec-rotate {
    width: 100%;
    padding: 0 0;
	}
	.excelence-text span {
    display: block;
    color: #fff;
    font-family: 'GE SS Two', 'Inter Custom', serif;
    font-size: 40px;
	}
	.innovationhead h2 {
    font-size: 27px;
	}
	.impact-right h3 {
    font-size: 30px;
	}
	.impact-right {
		    position: relative;
    width: 37%;
	}
	.impact-right p {
    font-size: 28px;
	}
	.country-hero {
          height: 329px;
		width: 54.6%;
	}
	.country-leftslide {
    width: 53.1%;
    height: 422px;
}
	.country-title {
    right: 357px;
            top: 163px;
    font-size: 100px;
	}
	.country-tabs {
    display: flex;
    justify-content: center;
           gap: 97px;
	}
	.country-tabs span {
    cursor: pointer;

	}
	.business-content {
    margin-right: 140px;
	}
	.country-leftslide img {
    height: 70%;
	}

	

}

@media (max-width:1366px) {
   .vision-empower-sec {
    width: 98%;

    margin: 210px 0 30px;
    float: left;
}
	.excelence-text {
    top: -100px;
	}
	.impact-section {
    padding: 0px 0 0;
	}
	.country-hero {
        height: 327px;
        width: 53.8%;
    }
	.country-title {

        top: 180px;
        font-size: 80px;
    }
	    .country-leftslide {
        width: 53.9%;
        height: 422px;
    }
	    .below-case h2 {
        font-size: 28px;
    }
	    .below-case h3 {
        font-size: 26px;
    }
	
	    .innovationhead h2 {
        font-size: 25px;
    }
	.text-same {
        left: -350px;
        top: 34px;
    }
	    .trum {
        max-width: 672px;
    }
	    .impact-right p {
        font-size: 22px;
    }
	    .sticklogocontent {
        font-size: 50px;
        margin: 0 80px 0 0;
    }
}

@media (max-width:1366px) {
    .left-triangle {
        top: -304px;
    }
	.top-semibold {
        font-size: 16px;
	}
	
	
	
}
@media (max-width:1368px) {
    .left-triangle {
        top:-303px;
    }
	    .ciscp-content h1 {

        font-size: 25px;
    }
	.ciscp-content img {
    width: 300px !important;
	}
    .ciscp-content h1 {
        right: 86px;
        bottom: 390px;
    }
	    .ciscp-content h3 {
        right: 288px;
        top: 178px;
    }
	.ab-logo {
		 top: -90px!important;
	}
	.traingle-down img {
    width: 150px;
}
}

@media (max-width:1280px) {

      .left-triangle {
        top: -297px;
    }
	    .ciscp-content h1 {
        bottom: 420px;
	}
    .ciscp-content img {
        margin: 237px 0 0 0px;
    }
    .ciscp-content h3 {
        top: 165px;
        font-size: 20px;
        right: 301px;
    }
	.traingle-down {
    top: 1px;
}
    .top-semibold {
        margin: 0 138px 0 0 !important;
    }
	
	    .country-hero {
        height: 306px;
        width: 53.8%;
    }
	    .below-case h2 {
        font-size: 26px;
    }
	    .country-title {
        top: 158px;
    }
	.businessimage img {
    width: 50%;
	}
	    .trum {
        max-width: 630px;
    }
	.container2 {
		padding: 0;
	}
	.content-logo {
    margin: 50px 0 0;
}
	.content-logo-sec {
        margin: 50px 0 0 0;
    }

}


@media (max-width:1117px) {
     .ciscp-content h1 {
        bottom: 0;
        right: 78px;
        top: 44px;
    }
	
    .ciscp-content img {
        width: 290px !important;
        margin: 196px 0px 0 0px;
    }
    .ciscp-content h3 {
        top: 198px;
        right: 81px;
        font-size: 20px;
        position: relative;
    }
	    .stats-header .h2tag {
        width: 38%;
    }
	.top-semibold {
        margin: 0 100px 0 0;
    }
	.stats-footer {
    font-size: 30px;
	}
	.global-recognition .heading p {
    font-size: 20px;
}
	.global-recognition .heading {
    width: 100%;
	}
	.slider h1 {
    font-size: 80px;
}
	.slider p {
    font-size: 35px;
	}
	
	.top-bold-color {
    font-size: 22px;
}
	    .below-case h2 {
        font-size: 23px;
    }
	.below-case h3 {
        font-size: 21px;
    }
	.trum-text h2 {
        font-size: 30px;
    }
	.trum-text span {
    font-size: 18px;
	}
	    .trum-text p {
        font-size: 14px;
    }

	    .trum {
        max-width: 552px;
    }
	 
	    .text-same {
        font-size: 24px;
    }
	    .innovationhead h2 {
        font-size: 21px;
    }
	.plata {
    font-size: 18px;
	}
	.plata .arrow {
    font-size: 22px;
}
	    .country-hero {
        height: 253px;
        width: 55.8%;
    }
	.country-title {
	   top: 120px;	
	   right: 287px;
	}
	    .country-tabs {
        gap: 57px;
    }
	    .country-tabs span {
        cursor: pointer;
        font-size: 30px;
    }
	    .excelence-text {
        top: -130px;
    }
	    .trum-text {
        top: 35%;
    }

	
	
}
@media (max-width:1024px) {
	
	    .excelence-text span {
        font-size: 30px;
    }
	    .excelence-text {
        top: -100px;
    }
	
    .ciscp-content img {
        margin: 158px 0 0 0px;
    }
    .ciscp-content h3 {
        top: 172px;
        right: 0px;
        font-size: 18px;
    }
	/*.ciscp-content h3 {
        top: 216px;
        right: 0;
        font-size: 18px;
        position: relative;
        width: 93%;
        float: left;
    }*/

	.stats-footer {
    font-size: 28px;
	}
	.stat-box p {
    font-size: clamp(16px, 3vw, 20px);
}
	.cta {
    font-size: 25px;
	}
	.global-recognition .heading {
    width: 100%;
	}
	.stat-box h2 {
    font-size: clamp(28px, 3vw, 58px);
    font-weight: bold;
}
	.stats-section {
    padding: 60px 0 0;
	}
	.left-triangle {
       top: -277px;
    }
	.top-semibold {
      margin: 50px 92px 0 0;
    }
	.content-logo-sec .sticklogocontent {
		margin: 0 0 0 0;
		width: 100%;
		
	}
	.training-courses .hold-left {
    width: 46%;
	}
	.training-courses .left {
    width: 100%;
	}
	.excellence-section .text-content {
    margin-top: 0;
}
    .ciscp-content h1 {
        right: 0px;
        top: 0;
    }
	    .training-courses .right img {
        top: -15px;
    }
	    .top-semibold {
        margin: 50px 112px 0 0!important;
    }
	.excellence .traingle img {
		width: 150px;
	}
	
	.business-desc {
    font-size: 22px;
    width: 60%;
}
	.sticklogocontent {
	 padding: 0 0 0 17px;
	}
	.impact-right p {
        font-size: 20px;
    }
	    .impact-right {
        position: relative;
        width: 37%;
        margin: 70px 0 0 0;
    }
	.content-logo-sec .sticklogo img {
    width: 80%;
}
	.content-logo-sec .sticklogocontent2 span {
    font-size: 26px;
	}
	.content-logo-sec .sticklogo {
    float: right;
    padding: 0 0 0;
    width: 30%;
}
	    .confrnce {
        min-height: 308px;
    }
	    .trum {
        max-width: 507px;
    }
	.blue-train img {
    top: 200px;
}
	    .vision-empower-sec {
        margin: 270px 0 30px;
	}
	
}
@media (max-width:1000px) {
	  .right-section {
        width: 90%;
        float: left;
        padding: 0 5%;
    }
	.tringle-g {
	display:none;
}
.tringle-m {
	display:block;
}
.left-triangle {
    position: relative;
    left: 0;
    top: 0;
	width:100%;
	margin:50px 0 0;
}
	.top-semibold {
        margin: 50px 0 0 0;
		font-size: 20px;
    }
	.stats-footer {
    font-size: 28px;
	}
	.hero-text .cta {
    font-size: 25px;
	}
	.global-recognition .heading {
    width: 100%;
	}
	.excellence-section .text-content {

    margin-top: 0;
}
	.container2 {
    padding: 20px 0px 0;
}
	.slider-content {
       right: 100px;
    }
	.left-triangle img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
	.right-section {
        padding: 0 0% 0 5%;
    }
	.training-courses .left {
        margin: 50px 0 0 0;
    }
	 .ciscp-content img {
        width: 258px !important;
		 margin: 208px 0 0 0px;
	}
    .ciscp-content h3 {
        right: 0;
        top: 203px;
    }

}
@media (max-width:980px) {
	    .stat-box h2 {
        font-size: clamp(28px, 4vw, 58px);
	}
	    .stat-box p {
        font-size: clamp(16px, 3vw, 25px);
    }
		.ab-logo {
		    top: -87px!important;
	}
	    .ciscp-content h1 {
        right: 9px;
    }
	    .top-semibold {
        margin: 50px 0 0 0 !important;
    }
	    .ciscp-content h1 {
        top: 65px;
    }
	.below-case {
    margin: 30px 100px 0 0;
	}
	    .trum {
        max-width: 483px;
    }
	
    .trum-text {
        right: 58px;
    }
	    .confrnce {
        min-height: 300px;
    }
	.excelence-text span {
        font-size: 30px;
    }
	    .excelence-text {
        right: -20px;
    }
	.aw-media-card {
        aspect-ratio: 3 / 5;
    }
	    .sticklogocontent {
        margin: 0 50px 0 0;
    }
	    .slider-content {
        right: 113px;
    }
	    .top-bold-color {
        font-size: 20px;
    }
	
	    .content-logo-sec {
        margin: 80px 0 0 0;
    }
	    .country-title {
        right: 200px;
    }
	    .country-hero {
        height: 243px;
    }
	.vision-empower-sec h2 {
    font-size: 30px;
	}
	.business-highlight {
    font-size: 40px;
	}
		.slider h1 {
    font-size: 50px;
}
	
	    .sticklogocontent {
        font-size: 40px;
	}
	    .business-content {
        margin-right: 100px;
    }
	

}
@media (max-width:953px) {

    .container2 {
        padding: 20px 0px 0;
        width: 98%;
        max-width: 100%;
    }
	    .ue-scroll-sec .seminar-sld-sec {
        max-width: 190px;
	}
	    .country-hero {
        height: 235px;
	    width: 56.4%;
    }
	.content-logo-sec {
        right: 0;
    }
	    .business-content {
        margin-right: 70px;
    }
	    .trum {
        max-width: 473px;
    }
	    .vision-empower-sec {
        width: 90%;
	}
	    .country-hero {
        height: 227px;
	}
	.business-title {
    font-size: 60px;
	}
	
}

@media (max-width:914px) {
    .confrnce {
        min-height: 275px;
    }
	    .trum {
        max-width: 454px;
    }
}


@media (max-width:912px) {
    .ab-logo {
        top: -85px !important;
    }
	    .training-courses .right img {
        top: 0;
    }
	    .ciscp-content h1 {
        bottom: 389px;
	}
	    .sticklogocontent {
        margin: 0 100px 0 0;
    }
	    .trum {
        max-width: 455px;
    }
	    .content-logo-sec {
        padding: 0 40px 0 0;
    }
	.country-title {
	top: 99px;	
	}
	.bold-head {
    width: 75%;
	}
	
	
	
}

@media (max-width:900px) {
	
	  .services-row {
        flex-direction: column;
        gap: 10px;
      }
      .service-box {
        min-width: 0;
      }
	  .main-services-title {
		  width:100%;
		  text-align:right;
	  }
	  .services-row {	  
    margin: 0 70px 0 0px;
	  }
	  .traingle-down {
		  display:none;
	  }
	
	
	.tringle-g {
	display:none;
}
.tringle-m {
	display:block;
}
.left-triangle {
    position: relative;
    left: 0;
    top: 0;
	width:100%;
	margin:100px 0 0;
}
  .right-section {
        width: 90%;
        float: left;
        padding: 0 0 0 5%;
    }
  
.top-semibold {
    margin: 50px 0 0 0;
}
	    .main-services-title {
        margin: 0px 23px 30px 0;
	}
    .ciscp-content img {
        margin: 160px 0px 0 0px;
    }
	    .ciscp-content h3 {
        top: 200px;
	}
	.content-logo-sec .sticklogocontent {
    font-size: 50px;
	}
        .ab-logo {
        top: -45px !important;
    }
	
}
@media (max-width:853px) {
    .main-services-title {
        width: 100%;
        margin: 0px 22px 30px 0;
		text-align: right;
    }
	.stats-footer {
        font-size: 23px;
    }
	.global-recognition .heading p {
    font-size: 20px;
}

.overlay-text {
    font-size: 28px;
	}
    .ciscp-content h3 {
        right: 0;
        top: 180px;
    }
	.right-section {
        width: 95%;
		padding: 0 5% 0 5%;
    }
	.content-logo-sec {
    top: 0px;
}
	.ciscp-content img {
        width: 220px !important;
    }
	    .ciscp-content h1 {
        font-size: 20px;
        right:0;

    }
	    .left-triangle {
        margin: 50px 0 0;
    }
    .ab-logo {
        top: -46px !important;
    }
	.excellence-section .triangle-container img {
    max-width: 100%;
	}
	    .country-hero {
        height: 212px;
	}
	.country-title {
		 top: 86px;
		 right: 170px;
		font-size: 70px;
		
	}
	 .country-hero {
        height: 213px;
    }
	    .trum {
        max-width: 427px;
    }
	.text-same {
		left: -280px;
        top: 56px;
		font-size: 20px;
	}
	
	.blue-train img {
		    visibility: hidden;
	}
	    .vision-empower-sec {
        margin: 350px 0 30px;
	}

}
@media (max-width: 853px) {
	.excelence-blue img {
    top: -210px;
}
	    .trum-text p {
        font-size: 12px;
    }
	    .trum-text h2 {
        font-size: 17px;
    }
	    .trum-text span {
        font-size: 14px;
    }
}

@media (max-width:820px) {
    .ciscp-content img {
        width:200px !important;
    }
    .ciscp-content h1 {
        font-size: 20px;
        right: 0;
    }
    .ciscp-content h3 {
        right: 0;
        font-size: 14px;
        top: 170px;
    }
	.excellence-section .triangle-container img {
    max-width: 100%;
	}
	.slider-controls {
    left: 20px;
}
    .ab-logo {
        top: -55px !important;
    }
	    .sticklogocontent {
        font-size: 50px;
        margin: 0 100px 0 0;
    }
	.right-triangle img {
    width: 7vw;
}
	    .top-semibold {
        margin: 50px 0 0 0 !important;
    }
	.top-semibold-mob {
		display: block;
		 padding:30px 100px 30px 100px;
	}
	    .bold-thine-mob {
        display: block;
       
    }
	.bold-thine {
		display: none;
	}
	.only-dis {
		display: none;
	}
	.bold-head-mob {
		display: block;
	}
	.top-bold-color {
		display: none;
	}
	.top-semibold span {
		display: none;
	}
	.below-case-mob h2 {
    font-size: 25px;
	}
	.below-case-mob h3 {
    font-size: 25px;
    line-height: 1.0;
}
	    .country-hero {
        height: 205px;
    }
	.excelence-text {
top: -140px;
		 right: -50px;
	}
	.impact-left h2 {
    font-size: 60px;
	}
	.impact-item {
    top: 64%;
	}
	.country-leftslide {
        height: 372px;
    }
	.below-case {
		display: none;
	}
	.below-case-mob {
		display: block;
	}
		
	
}

/* Responsive design */
@media (max-width: 768px) {
	.right-triangle img {
	width:50px;
}
    .excellence-section .text-content {
	  margin-top:0;
    }
	    .excellence-section .triangle-container img {
      position: relative;
      max-width:100%;
		}
	
	  .excellence-section .triangle-container {
  
    }
	.global-recognition .heading {
		width:100%;
	}
	  .chain-gallery .hero-section {
        height: 40vh;
      }
      .chain-gallery .overlay-text {
        font-size: 1.1rem;
        padding: 10px 20px;
      }
    .training-courses .right {
        width: 100%;
        position: relative;
        top: 294px;
    }
	.training-courses .right img {
        top: 0;
        position: relative;
        width: 100%;
    }
	.ciscp-content img {
        margin: 10px 20px 0 0px;
    }
	.training-courses .hold-left {
    width: 100%;
	}
	.training-courses .left  {
	width:100%;
	}
    .slider-content {
        right: 38px;
    }
.slider-content h1 {
  font-size: 38px;
}
.container {
	padding:50px 0;
}
.container2 {
	padding:25px 0;
}
    .right-triangle {
        bottom: 8px;
    }
    .sticklogocontent {
        float: right;
        margin: 0 96px 0 0;
    }
.sticklogo {
        float: right;
        margin: 0 90px 0 0;
    }
	    .sticklogo img {
        width: 100%;
    }
	
	.right-section {
        width: 92%;
    }
	.content-logo-sec .sticklogocontent2 {
    padding: 0 110px 0 0;
	}
	    .aw-paragraph {
        font-size: 25px;
	}
/*********************/
    .tab-header {
        flex-direction: column;
        align-items: flex-start;
      }

      .tabs {
        justify-content: flex-end;
        width: 100%;
      }
	  .hero-image {
	width:100%;
	float:left;
}
.hero-image img {
	width:100%;
}

.hero-text {
	width:100%;
	float:left;
}
	.search-box {
    top: 40px;
}
/*******************/
      .stat-box h2 {
        font-size: 24px;
      }
      .stat-box p {
        font-size: 14px;
      }
      .stats-footer {
        font-size: 16px;
      }
	  .stats-header .h2tag {
	background:none;
	width:100%;
}
	
	    .left-triangle {
        margin: 0 0 0;
    }
	.main-services-section {
    margin: 180px 0 0;
}
	.tab-section {
    margin: 0px 0 0;
}
	.ciscp-content {
    max-width: 100%;
    top: 160px;
		position: relative;
}
	.ciscp-content img {
        width: 400px !important;
    }
    .ciscp-content h1 {
        position: relative;
        margin: 0 0 0 0;
        top: -80px;
        line-height: 1.0;
        right: 30px;
        font-size: 30px;
    }
    .ciscp-content h3 {
        right: 30px;
        top: 90px;
        font-size: 23px;
    }
	.training-courses {
    padding:60px 0 0;
	}
	    .ab-logo {
        top: 0 !important;
    }
	.desktop-ab {
		display: none;
	}
	.mob-ab {
		display: block;
	}
	.global-recognition {
		    margin: 270px 0 0 0;
	}
	
    .impact-left {
        width: 100%;
        position: absolute;
        z-index: 2;
        margin: -100px 0 0 0;
    }
	.impact-left h2 {
		color: #fff;
	}
	.impact-left p {
    color: #fff;
	}
	.country-leftslide img {
		 filter: brightness(70%);
	}
	    .impact-right {
        width: 90%;
    }
	    .content-logo-sec .sticklogo {
        width: 60%;
    }
	    .content-logo-sec .sticklogocontent2 span {
        font-size: 48px;
    }
	    .country-leftslide {
        height: 372px;
        position: relative;
        width: 100%;
			
    }
	.country-hero {
		        height: 295px;
		        width: 100%;
		     background: #0c1895;
		
	}
	    .trum {
        max-width: 387px;
    }
	.trum-text h2 {
        font-size: 30px;
    }
	.trum-text span {
        font-size: 20px;
    }
	.impact-right {
		display: none;
	}
	 .impact-right-mob {
        display: block;
        width: 91%;
        float: left;
        margin: 0 0 40px;
    }
	   .below-case {
        margin: 30px 83px 0 0;
    }
	    .below-case {
        margin: 30px 83px 0 0;
    }
	    .country-tabs span {
        font-size: 25px;
    }
	.excelence-blue-sec {
    min-height: 180px;
	}
	.innovationhead {
    width: 73%;
	}
		.trum {
		display: none;
	}
    /*.trum-mob {
        display: block;
        background: #0C1895;
        width: 100%;
        padding: 10px 0;
        position: absolute;
        top: -50px;
        min-height: 100px;
    }*/
	    .trum-mob {
        display: block;
        background: linear-gradient(90deg, #4A52AB 0%, #0EA3FF 100%);

        width: 100%;
        padding: 10px 0;
        position: relative;
        top: 0;
        min-height: 160px;

    }
	    .confrnce {
        min-height: 220px;
			padding: 0;
    }
	.conf-text {
    width: 95%;
		
}
	    .trum-text {
        width: 80%;
       right: 88px;
    }
	
	.vision-empower-sec {
        margin: 120px 0 30px;
    }
	    
	



}
@media (max-width:650px) {
	
	.visionsec-text {
		display:none;
	}
    .visionsec-text-mob {
        display: block;
        position: relative;
        z-index: 2;
		background:url("../images/home-page/vission-text-hover.png") no-repeat center center;
		background-size: cover;
        font-size: 25px;
        padding: 50px;
		margin: 0 0 40px;
    }
	.visionsec-slide {
    margin: 20px 0 0;
}
    .excelence-text {
        top: -520px;
        right: -13px;
    }
	    .innovationhead {
        width: 92%;
    }
	    .innovationhead h2 {
        font-size: 25px;
    }
    .sticklogo {
        float: right;
        width: 50%;
		margin: 0 40px 0 0;
    }
	.sticklogocontent {
        float: left;
    }
	    .sticklogo img {
        width: 75%;
			margin: 0 0 0 0;
    }
	.search-box {
		top: 0;
		width: 100%;
	}
	 .right-triangle {
        bottom: 60px;
    }
	.sticklogocontent {
    padding: 0 0px 0 0;
		float: right;
	}
    .slider-content {
        right: 104px;
    }
	.hero-text h1 {
    font-size: clamp(18px, 5vw, 40px);
	}
	.content-logo-sec .sticklogocontent {
		padding: 0;
	}
	.content-logo-sec .sticklogo img {
    width: 100%;
}
	.content-logo-sec {
		right: 0;
	}
	.stats-header .h2tag {
    font-size: clamp(18px, 5vw, 40px);
	}
	
	.ciscp-content {
        top: 0px;
	}
	    .stat-box h2 {
        font-size: 40px;
    }
	    .stat-box p {
        font-size: 22px;
    }
	    .ciscp-content h3 {
        top: 230px;
	}
	    .ciscp-content img {
        margin: 145px 20px 0 0px;
    }
	    .ciscp-content h1 {
        top: 60px;
	}

	.trum-text h2 br {
		display: none;
		
	}
	.trump-wrap {
    top: -12px;
}
	 .trum-text h2 {
        font-size: 25px;
    }
.confrnce {
        min-height: 190px;
    }
	.conf-text {
        width: 79%;
    padding: 0;
    right: -50px;
}
	 .country-tabs {
        gap: 37px;
    }
	.businessimage {
		display: none;
	}
	.country-title {
        top: 146px;
        right: 270px;
    }
	.right-triangle {
    top: 1195px;
    z-index: 2;
}
	    .right-triangle img {
        width: 75px;
    }
	.excelence-blue img {
		display: none;
	}
    .content-logo-sec .sticklogocontent2 {
        padding: 0 40px 0 0;
    }
	.country-leftslide img {
        height: 100%;
    }
    .vision-empower-sec {
        margin: 270px 0 30px;
    }
	
	
}
@media (max-width: 600px) {
.sticklogo {
        margin: 0 54px 0 0;
    }

    .sticklogo img {
        margin: 0 42px 0 0;
    }
	    .content-logo-sec .sticklogocontent {
        float: right;
        margin: 0 30px 0 0px;
    }
	    .ciscp-content img {
        width: 360px !important;
    }
    .ciscp-content h3 {
        right: 30px;
    }
    .right-triangle {
        top: 1325px;
	}

	    .country-tabs span {
        font-size: 18px;
        font-weight: bold;
    }
	
	    .content-logo {
        margin: 0 0 0;
    }
	.contry-desk {
	display: none;
}
.contry-mob {
	display: block;
}
    .vision-empower-sec {
        margin: 260px 0 30px;
    }
}
@media (max-width:550px) {
	
	.business-title {
    font-size: 60px;
	}
	.business-logo img {
    width: 300px;
	}
    .ciscp-content img {
        width: 300px !important;
    }
    .ciscp-content h3 {
        top: 187px;
        right: 30px;
    }
    .ciscp-content h1 {
        margin: 0 10px 0 0;
    }
	.slider-controls {
		left: 0;
	}
	    .content-logo-sec .sticklogocontent {
        margin: 0 0 0 0px;
			text-align: center;
    }
	    .main-services-section {
        width: 95%;
    }
	    .left-triangle img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: center center;
    }
	    .global-recognition {
        margin: 150px 0 0 0;
    }
	    .trum-text {
        right: 68px;
    }
	.trum-mob {
        min-height: 100px;
    }
	    .vision-empower-sec {
        margin: 230px 0 30px;
    }
}

@media (max-width: 544px) {
.right-triangle img {
	width:50px;
}
	.training-courses .left h2 {
    font-size: clamp(25px, 3vw, 40px);
	}
	    .training-courses .left {
        margin: 40px 0 0 0;
    }
	.tabs {
  gap: 20px;
}
	.tabs a {
    width: 100%;
    text-align: right;
    padding: 0 20px 0 0px;
}

}

@media (max-width: 482px) {
	
		.blue-ribonsec {
    z-index: -1;
			display: none;
}
	
	.vision-empower-sec span {
    font-size: 20px;
}
	.vision-empower-sec h2 {
    font-size: 30px;
	}
	    .content-logo-sec .sticklogo img {
        width: 60%;
    }
	    .content-logo-sec .sticklogocontent2 span {
        font-size: 30px;
    }
	    .impact-item {
        top: 54%;
    }
	    .impact-left h2 {
        font-size: 40px;
    }
	.impact-left p {
    font-size: 30px;
	}
	.impact-right-mob h3 {
    font-size: 30px;
	}
	.impact-right-mob p {
    font-size: 20px;
	}
	    .country-tabs {
        gap: 25px;
    }
	.business-highlight {
    font-size: 40px;
	}
	    .innovationhead {
        line-height: 1.0;
    }
	    .sticklogocontent {
        margin: 0 33px 0 0;
    }
	    .visionsec-text-mob {
        font-size: 20px;
	}
	    .sticklogo {
        margin: 20px 30px 0 0;
    }
	.right-triangle img {
        width: 60px;
    }
	    .top-semibold-mob {
        padding: 30px 40px 30px 50px;
    }
	
	  .chain-gallery .overlay-text {
        font-size: 1rem;
        padding: 8px 15px;
      }
    .container {
        width: 95%;
		padding-left: 20px;
		padding-right: 20px;
    }
	.container2 {
	 width: 95%;
}
	.slider-content p {
		 font-size:17px;
	} 
    .slider-content {
        right: 58px;
    }
	.services-row {
        margin: 0 20px 0 0px;
    }
	.global-recognition .heading h2 {

    font-size: 30px;
}
	.global-recognition .heading h2 span {
		display: block;
	}
    .ciscp-content h3 {
        top: 177px;
        right: 0;
        position: relative;
        float: right;
        text-align: center;
        width: 40%;
    }
	.ciscp-content h1 {
		right: 0;
	}
	    .sticklogo img {
        margin: 0 0 0 0;
			width: 100%;
    }
	    .right-triangle {
        bottom: 175px;
		top: 1215px;
    }
	.slider-content h1 {
        font-size: 26px;
    }
	    .content-logo-sec .sticklogocontent {
        font-size: 35px;
    }
	.content-logo-sec .sticklogo {
    float: left;
    padding: 0 0 0;
    width: 99%;
}
	
    .confrnce {
        min-height: 140px;
    }
    .excelence-text {
        top: -440px;
    }
	    .impact-left {
        margin: -30px 0 0 0;
    }
	    .country-leftslide {
        height: 250px;
	}
	.impact-item {
		 right: 9%;
		 top: 40%;
	}
	    .content-logo-sec .sticklogocontent2 {
        padding: 0 0px 0 0;
    }
	    .vision-empower-sec {
        margin: 280px 0 30px;
	}
    .vision-empower-sec {
        margin: 540px 0 30px;
    }
	

}

@media (max-width: 450px) {
    .ciscp-content h1 {
        top: 20px;
    }
	.ciscp-content img {
        margin: 100px 20px 0 0px;
    }
	    .ciscp-content h3 {
        top: 130px;
	}
	.excellence .head {
    font-size: clamp(24px, 4vw, 40px);
	}
	.sticklogocontent span {
    font-size: 25px;
	}
	.top-bold-color-mob {
    font-size: 22px;
	}
	    .sticklogocontent {
        font-size: 40px;
	}
	.bold-thine-mob {
    font-size: 20px;
}
	    .below-case-mob h2 {
        font-size: 20px;
    }
	.below-case-mob h3 {
        font-size: 20px;
	}
	.trum-text {
        right: 60px;
    }
	.blue-train img {
    left: 0;
    width: 100px;
    top: 220px;
	}

    .conf-text p {
        font-size: 16px;
    }
	
     .excelence-text {
        top: -400px;
        right: -34px;
    }
	.plata {
    margin: 30px 0 0;
	}
}

@media (max-width: 430px) {
    .ciscp-content h3 {
        top: 128px;
        right: 0;
        position: relative;
        float: right;
        width: 45%;
    }
	    .ciscp-content h1 {
        top: 20px;
    }
	    .ciscp-content img {
        margin: 95px 20px 0 0px;
    }
	    .global-recognition {
        margin: 60px 0 0 0;
    }
		.stats-header {
    width: auto;
    text-align: right;
    padding: 20px;
    float: right;
}
	    .global-recognition .heading {
        width: 95%;
    }
	    .trum-text h2 {
        font-size: 20px;
    }
	    .business-desc {
        font-size: 20px;
        width: 80%;
    }
	    .business-title {
        font-size: 40px;
    }
	.business-subtitle {
    font-size: 20px;
	}
	    .business-logo img {
        width: 200px;
    }
	.businessdiv {
    min-height: 692px;
    padding: 0 0;
}
	    .country-tabs {
        gap: 15px;
    }
	.country-title {
		right: 120px;
		font-size: 60px;
	}
	    .excelence-text span {
        font-size: 25px;
    }

    .excelence-text {
        top: -455px;
    }
	    .confrnce {
        min-height: 120px;
    }
	    .vision-empower-sec {
        margin: 260px 0 30px;
    }
  
}
@media (max-width: 414px) {

    .global-recognition {
        margin: 60px 0 0 0;
    }
	    .right-triangle {
        bottom: 65px;
    }
	    .impact-right-mob p {
        font-size: 18px;
        padding: 0 0 0 30px;
    }
	
    .vision-empower-sec {
        margin: 400px 0 30px;
    }
	

	
}
@media (max-width: 390px) {
	
	.slider-content {
		 right: 46px;
	}
    .ciscp-content h3 {
        right:10px;
        top: 120px;
    }
	    .hero-text {
        width: 91%;
	}
	.stats-header {
    width: 91%;
	}
	    .training-courses .left {
        width: 91%;
    }
	.global-recognition .heading {
        width: 91%;
    }
	.tabs a {
    font-size: 14px;
	}
	    .vision-empower-sec h2 {
        font-size: 25px;
    }
    .country-tabs span {
        font-size: 14px;
        font-weight: 700;
    }
	.country-tabs span.tab-current::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #0d1e8a;
}
}


@media (max-width: 375px) {
    .ciscp-content h3 {
        top: 122px;
        right: 0;
        position: relative;
        float: left;
        text-align: right;
        width: 96%;
    }
	    .global-recognition {
        margin: 30px 0 0 0;
    }
	    .slider-content {
        right: 48px;
    }
	    .impact-item {
        top: 62%;
    }
	    .business-content {
        padding-bottom: 40px;
    }
	  .impact-left {
        margin: -100px 0 0 0;
    }
	 .excelence-text {
        top: -443px;
    }
	.excelence-text span {
        font-size: 20px;
    }
    .excelence-text {
        top: -472px;
		right: -46px;
	}
	    .confrnce {
        min-height: 110px;
    }
	    .trum-text {
        top: 35%;
    }
}

@media (max-width: 350px) {
.right-triangle {
        top: 1295px;
    }
}


@media (max-width: 344px) {
    .ciscp-content img {
        width: 230px !important;
    }
	    .ciscp-content h3 {
        top: 100px;
	}
}



@media screen and (min-width: 853px) and (max-width: 1280px) {
  /* Your CSS here */
.excelence-blue img {
    position: absolute;
    right: 0;
    width: 58%;
    top: -210px;
}
  
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	    .slider-content {
        right: 98px;
    }
}


/* Approx for 125% zoom */
@media (min-resolution: 120dpi) and (max-resolution: 130dpi) {
    .left-triangle {
        top: -346px;
    }
	.sticklogocontent {
    padding: 0 150px 0 60px;
}
	.main-services-title {
    width: 50%;
    margin: 0;
    padding: 0 140px 0 0;
}
	.content-logo-sec .sticklogo {
    float: right;
    padding: 0 120px 0 0;
}
    .ciscp-content img {
        width: 290px !important;
        margin: 233px 0 0 0px;
    }
    .ciscp-content h3 {
        top: 186px;
        right: 0;
    }
	.ciscp-content h1 {
    right: 0;
	margin: 4px 0 0;
	}
	.ciscp-content ul {
    font-size: 15px;
    bottom: 170px;
}
	.trum {
    max-width: 750px;
	}

	.text-same {
    left: -350px;
    top: 54px;
}
	.excelence-text {
    right: 0%;
    top: -100px;
	}
	.country-hero {
    height: 385px;
	}
	.slider h1 {
    font-size: 70px;
}
	.top-semibold span {
    margin: 20px 0 0;
}
	.confrnce {
    min-height: 448px;
	}
	.country-tabs span {
    cursor: pointer;
    font-size: 35px;
	}
	.country-title {
    top: 205px;
    right: 307px;
	}
	.impact-right p {
    font-size: 25px;	
	}
	.impact-section {
    padding: 0;
	}
	.containers {
    width: 75%;
	}
.trum-text h2 {
    font-size: 38px;
	}
	.conf-text p {
    font-size: 20px;
}
	.bold-thine {
    font-size: 20px;
}
	.bold-head p {
    font-size: 20px;
	}
	.visionsec-text {
		font-size: 25px;
	}
	.impact-wrap {
    gap: 0px;
	}
	.below-case h2 {
    font-size: 25px;
	}
	
}

/* Approx for 150% zoom */
@media (min-resolution: 140dpi) and (max-resolution: 160dpi) {
	    .left-triangle {
        top: -15px;
    }
	    .content-logo {
        margin: 0 0 0!important;
    }
		.stats-header .h2tag {
    width: 40%;
}
	    .top-semibold {
           margin: 0 150px 0 0 !important;
    }
	    .sticklogocontent {
        margin: 0 89px 0 0;
    }
	.excellence-section .text-content {

    margin-top: 0;
}
}

/* Approx for 175% zoom */
@media (min-resolution: 165dpi) and (max-resolution: 185dpi) {
	.stats-footer {
    font-size: 27px;
	}
	.stat-box p {
    font-size: clamp(16px, 3vw, 19px);
}
	.stat-box h2 {
    font-size: clamp(28px, 3vw, 58px);
}
	.content-logo {
        margin: 0 0 0!important;
    }
	.left-triangle {
        top: -282px;
    }
	.content-logo-sec .sticklogocontent {
    padding: 0 0px 0 0;
	font-size: 38px;
	}
	.cta {
    font-size: 25px;
	}
	.stats-header .h2tag {
    width: 40%;
}
	    .top-semibold {
        margin: 50px 142px 0 0 !important;
    }

    
}

@media (min-resolution: 96dpi) {

}

/* Approx for 90% zoom */
@media (min-resolution: 85dpi) and (max-resolution: 95dpi) {
    .right-triangle {
    top: 1035px;
}
	.con-slie {
    margin: 250px 0 0 0;
}
}
/* Approx for 80% zoom */
@media (min-resolution: 70dpi) and (max-resolution: 80dpi) {
  .training-courses .right img {
    top: -333px;
}
	.ciscp-content img {
    margin: 482px -140px 0 0px;
	}
	.con-slie {
    margin: 440px 0 0 0;
}
}




