/*
Theme Name: Ief Study
Theme URI: https://hopdevserver.com/ief-study/
Author: IEFSTUDY
Author URI: https://innosoftworks.com/
Description: Wordpress theme designed for Ief Study with Blog Integration.
Version: 1.0.17
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: college-alumni
Tags: one-column, two-columns, custom-menu, featured-images, left-sidebar, right-sidebar
*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary: #66AADB;
  --secondary: #F8ED42;
  --dark: #1A1A1A;
  --white: #FFFFFF;
  --text: #323232;
  --font1: "Nokora", sans-serif;
  --font2: "Saprona",  sans-serif;
}

@font-face {
  font-family: "Saprona Regular";
  src: url("fonts/Saprona-Regular.ttf");
  font-weight: 700;
  font-style: normal;
}

body {
  overflow-x: hidden;
  font-family: var(--font1);
  
}

header {
  position: relative;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

li {
  font-size: 23px;
  color: var(--dark);
  padding: 0;
  margin: 0;
}

a {
  display: inline-block;
  color: var(--black);
  text-decoration: none;
}

img {
  max-width: 100%;
  object-fit: cover;
}

h1,h2,h3,h4,h5,h6 {font-weight: 700;color: var(--dark);font-family: var(--font2);}

p {
  font-size: 18px;
  font-weight: 400;
  color: var(--text);
  line-height: 30px;
}

h1 {
  font-size: 55px;
  font-weight: 700;
}

h2 {
  font-size: 43px;
  line-height: 70px;
  font-weight: 700;
}

h3 {
  font-size: 27px;
  line-height: 1.3;
  font-weight: 700;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 20px;
}



section {
  padding: 50px 0;position: relative;
}

.btn-primary {
  color: var(--white);
  font-size: 16px;
  background-color: var(--blue);
  border-color: var(--blue);
  border-radius: 46px;
  padding: 17px 30px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-transform: capitalize;
  width: fit-content;
  transition: .2s linear;
}

.btn-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}


.btn-dark img{transition: all .2s ease;}
.btn-dark:hover img{transform: translateX(3px);}
.btn-dark {
color: var(--white);
  font-size: 16px;
  background-color: var(--dark);
  border-color: var(--dark);
  border-radius: 46px;
  padding: 17px 30px;
  font-weight: 400;
  display: inline-flex;
  justify-content: center;
  gap: 10px;
  box-shadow: 0px 4px 15px 0px #00000026;
  
  align-items: center;
  text-transform: capitalize;
  width: fit-content;
  transition: .2s linear;
}

.btn-dark:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-white {
  color: var(--black);
  font-size: 16px;
  background-color: var(--white);
  border-color: var(--white);
  border-radius: 46px;
  padding: 17px 30px;
  font-weight: 400;
  display: inline-flex;
  box-shadow: 0px 4px 15px 0px #00000026;
  justify-content: center;
  gap: 10px;
  align-items: center;
  text-transform: capitalize;
  width: fit-content;
  transition: .3s ease;
}
.btn-white img{transition: all .3s ease;}

.btn-white:hover {
  background: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}
.btn-white:hover img {filter: invert(1) brightness(7);}



header {
  position: relative;
  background: transparent;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
}

ul.top_right {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: right;
}

ul.top_right li {
  display: inline-block;
  margin-right: 25px;
}

ul.top_right li:last-child {
  margin-right: 0;
}

ul.top_right li a {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}

.top_featured_wrap {
  position: relative;
}

#menu {
  position: relative;
}

#menu ul {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

#menu ul li {
  position: relative;
}

#menu ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  -webkit-transition: all .3s linear;
  font-size: 16px;
  transition: all .2s ease-in;
  padding: 5px 0px;
  color: var(--dark);
}

#menu li>a:only-child::after {
  margin-left: 0;
  content: '';
}

#menu ul li a:hover,
#menu ul li.active a,
#menu ul li.current_page_item>a,
#menu ul li.current-menu-ancestor>a,
#menu ul li.current-menu-item>a,
#menu ul li.current-menu-parent>a {
  opacity: 1;
}


#menu li.active ul li a {
  color: #fff;
  background: #000
}

#menu li.active ul li a:hover {
  color: #fff;
  background: #333
}

#menu li>ul {
  position: absolute;
  left: 0;
  top: 4px;
  z-index: 999;
  white-space: nowrap;
  padding-left: 0;
}

#menu li>ul li {
  background: var(--white);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  display: block;
  position: relative;
  margin: 0;
  text-align: left;
}

#menu li>ul li:hover {
  background: var(--primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.09)
}

#menu li>ul li a {
  color: #333;
  font-size: 13px;
  padding: 10px 15px;
  border-right: 0;
  transition: none;
}

#menu li>ul li a:hover {
  color: #fff;
  text-decoration: none;
}

#menu li ul li.current_page_item>a,
#menu li ul li.current-menu-ancestor>a,
#menu li ul li.current-menu-item>a,
#menu li ul li.current-menu-parent>a {
  background: #333;
  color: #fff
}

#menu>li:first-child,
#menu>li.has-submenu+li {
  border-left: 0
}

#menu li>ul>li>ul {
  position: absolute;
  left: 100%;
  top: 0;
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0
}

#menu li>ul>li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block
}

#menu li>ul {
  transition: all linear .2s 0s;
  -webkit-transition: all linear .2s 0s;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  display: block;
  flex-direction: column;
  margin: 0;
  background: transparent;
  padding-top: 30px;
}

#menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  display: block;
}

#menu li>ul li a {
  padding: 0 23px;
}

#menu li>ul li a {
    padding: 13px 14px;
    font-size: 16px;
}

#menu li ul li:hover ul li a {
  color: #000;
}

#menu li ul li:hover ul li:hover a {
  color: var(--white);
}

#menu li ul li:hover a {
  color: #fff;
  border-color: var(--primary);
}

@keyframes menu_sticky {
  0% {
    margin-top: -240px;
  }

  50% {
    margin-top: -90px;
  }

  100% {
    margin-top: 0;
  }
}

header.sticky {
  margin: 0;
  position: fixed;
  background: var(--white);
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  animation-name: menu_sticky;
  box-shadow: 0 4px 20px #00000029;
  animation-duration: 0.60s;
  animation-timing-function: ease-out;
}



header.sticky #menu>ul {
  margin-top: 15px;
  margin-bottom: 15px;
}


/* extra css for hreader */
/* #menu>ul {
  margin-right: 70px;
} */

#menu>ul>li>a {
  opacity: 0.7;
}

#menu>ul>li {
  border-right: 1px solid #1313136E;
  padding: 0 25px;
  line-height: 1;
}
#menu>ul>li:first-child {
padding-left: 0;
}
#menu>ul>li:last-child {
padding-right: 0;
border: 0;
}
#menu>ul>li:nth-last-of-type(1) a {
  padding-right: 0;
  border-right: 0;
}

#menu>ul>li:nth-child(1) a {
  padding-left: 0;
}

#menu>ul>li ul {
  padding-top: 30px;
  min-width: 260px;
  top: 22px;

}

header .logo {
  border-right:  2px solid #3232324D;
  padding-right: 20px;
  width: fit-content;
  margin: 10px 0;
}
header .logo img{
  max-width: 100px;
}
.topbar {

  background: linear-gradient(90deg, rgba(26, 26, 26, 1) 0%, rgba(26, 26, 26, 1) 29%, rgba(102, 170, 219, 1) 29%, rgba(102, 170, 219, 1) 100%);
}

.topbar ul li {
  display: inline-block;
  color: var(--white);
  position: relative;
  padding-inline: 10px;
  border-right: 1px solid var(--white);
}
.topbar ul li:first-child {padding-left: 0;}
.topbar ul li:last-child {border: 0;padding-right:0;  }
.topbar ul li a{
  font-size: 16px;
}
.topbar ul {
  display: flex;
  margin-bottom: 0;
  justify-content: end;
}

.topbar .social a:first-child {
  border-right: 1px solid var(--white);
}

.topbar .social a {
  display: inline-block;
  margin-bottom: 0;
}

.topbar .social img {
  margin-bottom: 0;
  padding: 10px;
}
.header-btn {
width: fit-content;
margin-left: auto;
}
.banner-sec .heading .yellow {
  color: var(--secondary);
}

.banner-sec {
  position: relative;
  overflow: hidden;
}
.banner-sec::after{    content: "";
  position: absolute;
  top: -100px;
  /* left: 430px; */
  left: -600px;
  background: #0000004f;
  backdrop-filter: blur(9px);
  width: 319px;
  height: 120%;
  transition: all .3s ease;
  transform: rotate(23deg) skewY(-30deg);
  animation: banner-effect 2s ease 2s  forwards;
}
@keyframes banner-effect {
  0%{opacity: 0;
  left: -600px;
  }
  40%{opacity: 0;
  }
  100%{opacity: 1;
  left: 430px;
  }

}
.banner-sec-effect-none::after{
  display: none !important;
}

.banner-sec .effect {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;z-index: 1;
}

.banner-sec .effect img{width: 100%;}
.banner-sec .heading  {z-index: 2;}
.banner-sec .heading h1 {
  color: var(--white);
  text-transform: uppercase;
}

.banner-sec .content {
  background-color: var(--primary);
  color: white;
  border-radius: 20px;
  text-align: center;
  padding: 50px 0 30px;
  font-family: var(--font1);
  position: relative;
  z-index: 2;
}

.banner-sec .content p {
  max-width: 350px;
  margin: 0 auto;
  font-size: 25px;
  line-height: 40px;
  border-top: 2px solid var(--white);
  padding-top: 20px;
  margin-bottom: 30px;
  color: var(--white);
}

.banner-sec .content .years {
  font-size: 17px;
  font-weight: 700;
  text-transform: capitalize;
  border-top: 2px solid var(--white);
}

.banner-sec .content .tag {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.3;
  text-transform: uppercase;
}

.banner-sec .content-effect {
  border-top: 5px solid var(--secondary);
  border-radius: 20px;
  position: absolute;
  top: -5%;
  left: 20px;
  pointer-events: none;
  height: 287px;
  width: 100%;
  border-right: 5px solid var(--secondary);
}

.banner-sec .content p span {
  font-size: 70px;
  font-family: var(--font1);
  text-align: center;
}

.small-quote {
  bottom: 25%;
  margin-left: 2px;
  position: absolute;
}

.banner-sec {
  min-height: 950px;
  display: flex;
  align-items: center;
  padding-bottom: 110px;  
}


.heading {
  position: relative;
}

.heading-design h2::before {
  content: "";
  position: absolute;
  background:var(--secondary);
  top: 25%;
  left: 0;
  width: 20%;
  height: 2px;
}

.heading-design h3::before {
  content: "";
  position: absolute;
  background:var(--secondary);
  top: 25%;
  left: 0;
  width: 20%;
  height: 2px;
}

.heading.heading-design h2 {
  position: relative;
  margin-bottom: 20px;
  color: var(--text);
  font-family: var(--font1);
}
.whyus-sec .heading-design   h2 {width: fit-content;
  position: relative;
}
.whyus-sec .heading-design   h2::before {
    top: 88%;
    left: 0;
    width: 31%;
    height: 2px;
}


.whyus-sec .heading-design .heading-top{    right: -50px;
  top: -30px;
}
.whyus-sec .heading-design p {
  letter-spacing: 0.6px;
  font-family: var(--font2);
}

.whyus-sec .list-card {
  box-shadow: 0px 4px 58px 0px #00000021;
  border-radius: 20px;
  padding: 50px 50px;
  background-color: var(--white);
}

.whyus-sec .list-card ul li {
  font-size: 18px;
  color: var(--text);
  line-height: 1.5;
  padding: 20px 0 0 20px;
  position: relative;
}

.whyus-sec .list-card ul li::before {
  content: "";
  background: url(images/icons/tick_icon.png);
  border: 2px solid var(--primary);
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: -20px;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px;
  border-radius: 3px;
  box-shadow: 0 4px 4px #0000001a;
}
.world-sec{border-radius: 0 0 40px 40px;margin-bottom: 58px;}
.extra-line hr{margin-bottom: 50px;border-color: #3232328c;margin-top: 0;}
.world-sec .heading {
  position: relative;
}
.world-img img{width: 100%;}
.heading-top {
  position: absolute;
  top: -20px;
  right: -40px;
}
.testimonial-heading{display: flex;justify-content: space-between;}
.program-heading{display: flex;justify-content: space-between;}
.testimonial-sec {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 30px;
  width: 97%;
  padding-top: 70px;
  margin: 0 auto;
}
.item_video .name{display: flex;flex-direction: column;}
.item_video h5{color: var(--white);font-size: 27px;border-bottom: 2px solid var(--secondary);width: 88%;padding-bottom: 3px;}
.item_video .name .item_location img{max-width: 13px;}
.item_video .name span{margin-bottom: 5px;}
.item_video .name .item_location{margin: 0; display: flex;align-items: center;gap: 6px;}
.item_video .name .item_location span{margin: 0;}
.testimonial-sec .heading h2 {
  color: var(--white);
  font-size: 53px;
}

.testimonial-sec .owl-carousel .video-wrapper iframe {
  border-radius: 30px;
  /* width: 230px;
  height: 400px; */
}

.testimonial-sec .play-btn {
  position: absolute;
  top: 40%;
  left: 37%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: var(--dark);
  background: var(--white);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s ease;}

.testimonial-sec .owl-carousel .item .name img {
  width: 10px;
  height: 10px;
}

.testimonial-sec .owl-carousel .item .name span {
  font-size: 16px;
}

.testimonial-sec .owl-carousel .item .name strong {
  border-bottom: 2px solid var(--secondary);
  padding: 0 0px 10px 0;
  width: 90%;
  text-transform: uppercase;
}

.testimonial-sec .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next,
.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
  background: 0 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--white)
}

.testimonial-sec .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  right: -50px;
  display: flex;
  align-items: center;
  justify-content: center
}

.testimonial-sec .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left: -70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-sec .heading-design h2::before {
  top: 84%;
  left: 0;
  width: 45%;
  height: 2px;
}

.testimonial-sec .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 40px;
}

.testimonial-sec .owl-dots .owl-dot {
  background-color: #D9D9D9A1;
  width: 15px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.testimonial-sec .owl-dots .owl-dot.active{
    background-color: var(--secondary);
    width: 84px;
    height: 15px;
    border-radius: 45px;
}

.testimonial-sec .owl-next,
.owl-prev {
  font-size: 40px !important;
  position: absolute;
  top: 30%;
  color: rgb(0, 0, 0) !important;
  background: transparent !important;
}

.program-sec {
  overflow-x: hidden;
}

.program-sec .p-box img {
  border-radius: 20px;
  height: 400px;
}

.program-sec .heading-design h2{font-size: 58px;}
.program-sec .heading-design h2::before {  top: 109%;  left: 0;  width: 50%;}

.program-sec .box-heading {  position: relative;}
.program-sec .box-heading h3 {max-width: 480px;}
.program-sec .program-card img{border-radius: 20px;box-shadow: 0 4px 38px 0 #00000025;filter: brightness(.8);}
.program-sec .program-card span{position: relative;overflow: hidden;border-radius: 20px;display: inline-block;}
.program-sec .program-card span::after{content: ""; position: absolute;bottom: 0;width: 100%;height: 58px;background-color: #32323246;backdrop-filter: blur(16px);left: 0;right: 0;}
.program-sec .box-heading h3::before {  content: "";  position: absolute;  background: var(--secondary);  bottom: -10px;    left: 0;  width: 20%;  height: 2px;  top: 117%;}
.program-sec .owl-carousel .owl-nav button.owl-prev {  position: absolute;  left: -70px;  display: flex;  align-items: center;  justify-content: center;  width: 50px;  height: 50px;  border-radius: 50%;  border: 1px solid var(--text);top: 50%;}
.program-sec .owl-carousel .owl-nav button.owl-next{position: absolute;  right: -70px;  display: flex;  align-items: center;  justify-content: center;  width: 50px;  height: 50px;  border-radius: 50%;  border: 1px solid var(--text);top: 50%;}
.program-sec .owl-carousel .owl-nav button.owl-prev img,.program-sec .owl-carousel .owl-nav button.owl-next img{filter: invert(1);}

.oranization-sec .logo-box {  background-color: var(--white);  display: flex;align-items: center;justify-content: center;border-radius: 12px;height: 100px;padding: 20px;}

.oranization-sec .logo-box img {
  max-width: 230px;
  object-fit: cover;
  max-height: 80px;
}

.oranization-sec .scroll-box {
  background-color: var(--white);
  border-radius: 12px;
  display: flex;flex-direction: column;gap: 45px;
  padding: 20px 35px;
  padding-right: 14px;
  text-align: center;
  position: relative;
  height: 80%;
	max-height:890px;
}
.oranization-sec .scroll-box::after{position: absolute;content: "";bottom: 0;left: 0;right: 0;height: 200px;width: 83%;background: #FFFFFF;
background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);pointer-events: none;margin: auto;}
.oranization-sec .scroll-main {
  overflow-y: auto;
  padding-right: 18px;
  width: 100%;
  overflow-x: hidden;
}
.oranization-sec .row .row{row-gap: 24px;}
.oranization-sec .scroll-main  .row{row-gap: 45px;}
.oranization-sec .scroll-main::-webkit-scrollbar {
  width: 8px; /* scrollbar ki width */
}

.oranization-sec .scroll-main::-webkit-scrollbar-track {
  background: #f1f1f1; /* track ka background */
}

.oranization-sec .scroll-main::-webkit-scrollbar-thumb {
  background: var(--primary); /* scroll ka color */
  border-radius: 10px; /* gol corner */
}

.oranization-sec .scroll-main::-webkit-scrollbar-thumb:hover {
  background: var(--secondary); /* hover pe color */
}
.oranization-sec .scroll-box h3{font-size: 29px;margin-bottom: 9px;}
.oranization-sec .scroll-box .logo-box {
  border: 1px solid #00000033;
  width: 100%;
}
.oranization-sec .scroll-box .logo-box img {
  max-width: 200px;
}
.oranization-btn{margin-top: 40px;}

.oranization-sec h3 {
  position: relative;
  margin-bottom: 41px;
  font-size: 33px;
  width: fit-content;
}
.oranization-sec .heading-design h3::before{top: 110%;}

.oranization-sec .heading-top {
  position: absolute;
  top: -43px;
 right:-60px;
}
.certifications-sec{overflow: hidden;}
.certifications-sec h2 {margin-bottom: 30px; position: relative;width: fit-content;margin-inline:auto ;}
.certifications-sec .logo-box {
  background-color: var(--white);
  border-radius: 12px;
  height: 100px;
  padding: 20px;
  box-shadow: 0px 5px 21px 0px #0000001F;
}

.certifications-sec .logo-box img {max-width: 230PX;    object-fit: contain;    WIDTH: 100%;    HEIGHT: auto;    MAX-HEIGHT: 100%;}

.certifications-sec .heading-top {
  right: -55px;
}

footer {
  background-color: #F6F6F6;
  padding: 0px 0 50px;
}

footer .logo img {
  border: none;
}

footer ul li {
  color: var(--text);
  font-size: 19px;
  padding: 10px;
}

footer ul li img {
  padding-right: 10px;
}

footer form input,
textarea::placeholder {
  color: #010101B2;
  font-size: 16px;
}

footer form .form-control {
  border-radius: 5px;border: none !important;height:60px;
  background-color: #EDEDED !important;box-shadow: none !important;
}
footer form .form-control option{color: black;}

footer .copyright {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding-top: 50px;
  border-top: 2px solid #01010126;
}

footer .contact {
  border-left: 2px solid #01010126;
  border-right: 2px solid #01010126;
  height: 100%;
  padding: 50px;
  /* padding-top: 0; */
}
footer .contact_2 {padding-top: 50px;padding-bottom: 50px;}
footer .heading {margin-bottom: 23px;}
.footer_logo img{    max-width: 230px;padding-top: 50px;}
.mission-sec .vision-heading {
  background-color: var(--white);
  border-radius: 20px;
  padding: 30px 27px 60px 27px;
  box-shadow: 0px 4px 58px 0px #00000021;


}

.vision .vision-img img {
  transform: translateY(-50px);
  border-radius: 20px;
  max-height: 345px;
  width: 100%;
}

.mission-sec .vision-img  {
  width: 92%;margin: auto;
}

.mission-sec .heading-top {
  top: -20px;
  left: 251px;
}
.heading-design h2::before {
  top: 25%;
  left: 30px;
  width: 15%;
  height: 2px;
}
.mission-sec .heading-design h2::before{    
  top: 85%;
  left: 0px;
  width: 17%;
  height: 2px;
}
.mission-sec .heading.heading-design p {
  max-width: 599px;
  line-height: 37px;
}
.history-sec .history-img img {
  border-radius: 20px;
      margin-top: 20px;
  width: 100%;
  
}

.history-sec .heading-top {
  top: -20px;
  left: 240px;
}

.history-sec .heading-design h2::before {
  left: 0;
  width: 10%;
  top: 65%;
}

.history-sec .heading-design h2 {
  padding-bottom: 20px;
}
.history-sec .heading-design p{line-height: 37px;}


.test-sec  .switch-tab .row{column-gap: 2px;}
.test-sec  .switch-tab .tab-content {
  padding: 30px;
}

.test-sec .nav-pills .nav-link.active,
.test-sec .nav-pills .show>.nav-link {
  color: #ffff;
  background: var(--primary);


}

.test-sec .nav-link:focus-visible {
  box-shadow: none;
}

.test-sec .nav-fill .nav-item {
  height: 60px;

}

.test-sec .nav-pills .nav-link {
  color: var(--dark);
  font-size: 18px;
  height: 55px;
}

.test-sec .nav-pills {
  gap: 20px;
  color: #FFFFFF;
  font-size: 16px;position: relative;
  font-weight: 600;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}
.test-sec .nav-fill .nav-item {position:relative;}

.test-sec .nav-fill .nav-item::after{content: "";position: absolute;top: 6px;bottom: 4px;left: -11px;width: 1px;height: 80%;margin: auto;background:#32323235;}
.test-sec .nav-fill .nav-item:nth-child(1)::after{display:none;}
.test-sec .nav-item {
  display: flex;
  align-items: center;
}

.test-sec .nav-pills {
  border-radius: 50px;
  border: 1px solid #323232;
  padding: 1px 8px;
  margin: 0 auto;
}

.owl-carousel {
  display: block;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {

  border-radius: 50px;
}

.test-sec {
  background-color: #F6F6F6;
  color: var(--white);
  border-radius: 30px;
  width: 98%;
  margin: 30px auto 54px;
  color: var(--dark);
  }

.test-sec .heading h2 {
  color: var(--dark);
}

.test-sec .video-wrapper iframe {
  border-radius: 30px;
  width: 100%;
    height: 424px;
  
}
.test-sec .video-wrapper{position: relative;}


.test-sec .item .name img {
  width: 10px;
  height: 10px;
  color: var(--dark);
}

.test-sec .item .name .item_location {
      font-size: 16px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.test-sec .item .name  h5{

  border-bottom: 2px solid var(--secondary);
  padding: 0 0px 10px 0;
  width: 98%;
}
.test-sec .item .name strong {
  border-bottom: 2px solid var(--secondary);
  padding: 0 0px 10px 0;
  width: 90%;
  text-transform: uppercase;
}
.test-sec .play-btn{top: 50%;}
.test-sec .heading-design h2::before{top: 80%;left: 40%;width: 9%;}

.services-sec .service-card .card-img {transition: all .3s ease-in; box-shadow: 0px 4px 21px 0px #00000040;
  width:150px;height:150px;border-radius: 50%;background-color: var(--primary);display: flex;align-items: center;justify-content: center;}
  .services-sec .service-card:hover .card-img{background: var(--secondary);}
  .services-sec .service-card:hover  .card-img img{filter: invert(1);}
.services-sec .service-card .card-img img{max-width: 90px;transition: all .3s ease-in;}
.services-sec .service-card{margin-bottom: 33px; display: flex;align-items: center;justify-content: center;flex-direction: column;row-gap: 30px;box-shadow: 0px 4px 58px 0px #00000021;border-radius: 20px;padding: 20px;text-align: center;height: 100%;} 
.services-sec .service-card h4{font-size: 20px;}
.services-sec .row{row-gap: 20px;}

.programs-sec .program_card{margin-bottom: 24px; box-shadow: 0px 4px 58px 0px #00000021;background-color: var(--white);border-radius: 20px;padding:16px 20px 31px 16px;display: flex;align-items: center;gap: 24px;}
.programs-sec .row .program-img img{border-radius: 20px;min-height: 300px;max-width:341px ;}
.programs-sec .content p{line-height: 40px;margin-bottom: 0;}
.programs-sec .program-img{position: relative;}
.programs-sec .program-img .intern-effect{min-height:300px; width: 100%;border-radius: 20px;border: 2px solid var(--primary);position: absolute;top:10px;left: 10px;}
 .organ-sec .accordion-item{box-shadow: 0px 4px 4px 0px #00000040;}
.organ-sec .accordion-button{padding: 0 10px;box-shadow: none;padding-inline: 20px;height: 63px;background: var(--white);border-radius: 4px;}
.organ-sec .accordion-item img{padding-right: 10px;}
.organ-sec .accordion-item a{font-size: 16px;}
.organ-sec .heading-design h2::before { top: 90%;left: 45%;width: 10%;height: 2px;}
.organ-sec .heading-design{margin-bottom: 50px;}
.organ-sec .organ-card{box-shadow: 0px 4px 4px 0px #00000040;border-radius: 12px;background-color: var(--white);display: flex;align-items: center;justify-content: center;padding: 10px;height: 100%;}
.organ-sec .organ-card img {    max-height: 70px;}
.organ-sec .accordion-button:not(.collapsed){box-shadow: none;color: var(--dark);}
.organ-sec .accordion-button:not(.collapsed)::after{filter: invert(1) brightness(.1);}
.countries .list-group {padding-bottom: 50px;}
.countries .list-group li{    margin-inline: 24px;  padding-inline: 0;  border-bottom: 1px solid #32323252;}
.countries .list-group li:first-child{border-top: 1px solid #32323252;}
.countries .list-group li:last-child{border-bottom: 1px solid #32323252;}
.countries .accordion-item{border: none;}
.countries .accordion-button::after{margin-right: 12px;}
 .certifications-sec .owl-carousel{overflow: visible !important;}
.certifications-sec .owl-stage-outer{overflow: visible !important;}
.certifications-sec .owl-item {opacity: 1;}
.certifications-sec .active.owl-item+.owl-item,.owl-item.active {opacity: 1;}
.heading-design h3::before{top: 100%;}
.img-box{width: 100%;height: auto;aspect-ratio: 9/16;overflow: hidden;border-radius: 30px;margin-bottom: 10px;}
.img-box iframe{height: 100%;}
.img-box img{width: 100%;height: 100%;object-fit: cover;}
.img-box.has-video{position: relative;overflow: hidden;}
/* .img-box.has-video:hover img {opacity: 0;} */
.img-box .video-wrapper {position: absolute;top: 0;left: 0;width: 100%;height: 100%;transition: opacity 0.3s 
ease;    z-index: 3;}
.img-box .video-wrapper iframe{width: 100%;height: auto;aspect-ratio: 9/16;overflow: hidden;}
.img-box.has-video:hover .video-wrapper{opacity: 1;position:event;pointer-events: auto;}



 /* end css */
 .banner-btn{margin-top: 32px;}

 .inner_banner {
    min-height: 710px;
    display: block;
    padding-bottom: 0;
    padding-top: 70px;
}
.history-sec hr{margin-bottom: 41px;}


.world-sec .world-img{padding-inline:12px;}
.world-sec .world-img #world-map{width: 100%;aspect-ratio: 16/9;}


.item_video .img-box {
    position: relative;
}
.item_video .video-overlay {
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
   
    z-index: 5;
}
.item_video .play-video-btn {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background: rgba(0,0,0,0.8);
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    font-size: 18px;
}
.item_video .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.item_video.testimonial h5{color: var(--dark);}