
/* Fonts */
:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-primary: "Neuton", serif;
  --font-secondary: "Poppins", sans-serif;
}

/* Colors */
:root {
  --color-default: #222222;
  --color-primary: #0084c7;
  --color-secondary: #e83a54;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: 'Montserrat', sans-serif;
  color: var(--color-default);
  font-size: 15px;
}

a {
  color: var(--color-primary);
  text-decoration: none;
}

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

img{
  width: 100%;
}
/*.btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #0084c7;
    border-color: #004e76;
}*/
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 40px 0;
}

.sections-bg {
  background-color: #f6f6f6;
}

.section-header {
  text-align: center;
  padding-bottom: 60px;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.section-header p {
  margin-bottom: 0;
  color: #6f6f6f;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs .page-header {
  padding: 60px 0 60px 0;
  min-height: 20vh;
  position: relative;
  background-color: var(--color-primary);
}

.breadcrumbs .page-header h2 {
  font-size: 56px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
}

.breadcrumbs .page-header p {
  color: rgba(255, 255, 255, 0.8);
}

.breadcrumbs nav {
  background-color: #f6f6f6;
  padding: 20px 0;
}

.breadcrumbs nav ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-default);
}

.breadcrumbs nav ol a {
  color: var(--color-primary);
  transition: 0.3s;
}

.breadcrumbs nav ol a:hover {
  text-decoration: underline;
}

.breadcrumbs nav ol li+li {
  padding-left: 10px;
}

.breadcrumbs nav ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: var(--color-secondary);
  content: "/";
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: var(--color-secondary);
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(248, 90, 64, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  overflow: hidden;
  background: #fff;
  transition: all 0.6s ease-out;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #fff;
  border-color: var(--color-primary) transparent var(--color-primary) transparent;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1.5s linear infinite;
}

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

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

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

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.topbar {
  background: #0084c7;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

.topbar .contact-info i {
  font-style: normal;
  color: #fff;
  line-height: 0;
}

.topbar .contact-info i a,
.topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

@media (max-width: 575px) {

  .topbar .contact-info i a,
  .topbar .contact-info i span {
    font-size: 10px;
  }
}

.topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

.topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

.topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

.topbar .social-links a:hover {
  color: #fff;
}
.topbar .social-links .dropfacebook{
  position: relative;
margin-left: 20px
}

.topbar .social-links .dropfacebook .facebookicon{
cursor: pointer;
font-size: 15px
}

.topbar .social-links .dropfacebook .dropcontent{
  position: absolute;
    bottom: -88px;
    left: -10px;
    background: #0084c7;
    z-index: 1000;
    padding: 0px 10px;
    /* display: none; */
    text-align: start;
    display: none;
    line-height: 2.3;
    width: 190px;
    list-style: none;
}

.topbar .social-links .dropfacebook .dropcontent a{
  color: black;
  margin:0;
}

#facebookid:hover{
  font-size: 17px;
}


.topbar .social-links .droptelegram{
  position: relative;
margin-left: 20px
}

.topbar .social-links .droptelegram .telegramicon{
cursor: pointer;
font-size: 15px
}

.topbar .social-links .droptelegram .dropcontent{
  position: absolute;
    bottom: -88px;
    left: -30px;
    background: #0084c7;
    z-index: 1000;
    padding: 0px 10px;
    /* display: none; */
    text-align: start;
    display: none;
    line-height: 2.3;
    width: 190px;
    list-style: none;
}
#telegramid:hover{
  font-size: 17px;
}




.topbar .social-links .droptelegram .dropcontent a{
  color: black;
  margin:0;
}

.header {
  transition: all 0.5s;
  z-index: 997;
  height: 90px;
  background-color: #fff;
}

.header.sticked {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 90px;
  box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo img {
    max-height: 95px;
    margin-right: 1px;
    max-width: 180px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #ff0101;
  font-family: var(--font-primary);
}

.header .logo h1 span {
  color: #f96f59;
}

.sticked-header-offset {
  margin-top: 70px;
}

section {
  scroll-margin-top: 70px;
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .navbar {
    padding: 0;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .navbar li {
    position: relative;
  }

  .navbar>ul>li {
    white-space: nowrap;
    padding: 10px 0 10px 28px;
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Exo", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar>ul>li>a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
    background-color: var(--color-secondary);
    visibility: hidden;
    width: 0px;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar a:hover:before,
  .navbar li:hover>a:before,
  .navbar .active:before {
    visibility: visible;
    width: 100%;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #e83a54;
  }
  #header .navbar form a{
    color: #fff;
  }

  .navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 28px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
  }

  .navbar .dropdown ul li {
    min-width: 200px;
  }

  .navbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    color:#0084c7 ;
  }

  .navbar .dropdown ul a i {
    font-size: 12px;
  }

  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--color-secondary);
  }

  .navbar .dropdown:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .dropdown .dropdown:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: 100%;
  }
}

@media (min-width: 1280px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 400px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
    margin-top: 40px;
  }
  .header .navbar.navbar-mobile{
    right: 0%;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0 10px 0;
    margin: 0;
    /*background: #0084c7;*/
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;

    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
  }

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-family: var(--font-secondary);
    font-size: 15px;
    font-weight: 500;
    color: #0084C7;
    white-space: nowrap;
    transition: 0.3s;
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: #013b59;
  }
  .navbar .reg-btn a:hover{
    color: #fff;
  }
  .navbar .getstarted,
  .navbar .getstarted:focus {
    background: var(--color-primary);
    padding: 8px 20px;
    border-radius: 4px;
    margin: 15px;
    color: #fff;
  }

  .navbar .getstarted:hover,
  .navbar .getstarted:focus:hover {
    color: #fff;
    background: rgba(0, 131, 116, 0.8);
  }

  .navbar .dropdown ul,
  .navbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px;
    transition: all 0.5s ease-in-out;
    background-color: #fff;
    border: 1px solid #005581;
  }

  .navbar .dropdown>.dropdown-active,
  .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
  }
  
  .mobile-nav-show {
    color: rgb(232 58 84);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    margin-right: 10px;
  }

  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    right: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: #0084c7d6;
    z-index: 9997;
  }
}

/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
  padding: 40px 0;
}

.clients .swiper {
  padding: 10px 0;
}

.clients .swiper-slide img {
  transition: 0.3s;
}

.clients .swiper-slide img:hover {
  transform: scale(1.1);
}

.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  background-color: #ddd;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  background: none;
  padding: 0 60px;
  /*transform: translateY(-30%);*/
  margin-top: -80px;
}
.carousel .carousel-caption{
  right: 15%;
  bottom: 13.25rem;
  left: 15%;
  color: #fff;
  text-align: left;
  width:50%;
}
.hero.icon-boxes .rt-border{
  border-right: 1px solid #fff;
}
@media (min-width: 1365px) {
  .hero {
    background-attachment: fixed;
  }
}

.hero h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.hero p {
  color: #fff;
    font-weight: 400;
    margin-bottom: 30px;
    padding-left: 50px;
}

.hero .btn-get-started {
  font-family: var(--font-primary);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}

.hero .btn-get-started:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #fff;
  font-weight: 600;
}

.hero .btn-watch-video i {
  color: rgba(255, 255, 255, 0.5);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

.hero .btn-watch-video:hover i {
  color: #fff;
}

@media (max-width: 640px) {
  .hero h2 {
    font-size: 36px;
  }

  .hero .btn-get-started,
  .hero .btn-watch-video {
    font-size: 14px;
  }
  .hero {
    padding: 0px;
    /* transform: translateY(-30%); */
    margin-top: 10px;
  }
  .hero.icon-boxes .rt-border{
    border: none;
    margin-bottom: 30px;
  }
  .mb-sm-3{
    margin-bottom: 30px;
  }
  .testimonials .nav .nav-item{
    width: 100%;
    margin-bottom: 8px;
  }
  .testimonials .tab-content .owl-dots{
    display: none;
  }
}

.hero .icon-boxes {
  padding-bottom: 60px;
}

@media (min-width: 1280px) {
  .hero .icon-boxes:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(50% + 20px);
    background-color: #fff;
  }
}

.hero .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;background-image: linear-gradient(150deg, #0084c7, #e83a54);
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.img-fluid{
  bottom: 30px;
  float: right;
  width: 100%;
    max-width: 100%;
    height: 398px;
}
.img-fluid.img{    vertical-align: middle;
    display: inline-block;
}


.hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  padding: 0 0 0 50px;
  color: #fff;
  transition: 0.3s;
}

.hero .icon-box .icon {
  font-size: 30px;
  color: #fff;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.hero .icon-box:hover {
  background-image: linear-gradient(316deg, #0084c7, #e83a54);
}

.hero .icon-box:hover .title,
.hero .icon-box:hover .icon {
  color: #fff;
}
/*--------------------------------------------------------------
            #Our-Courses
--------------------------------------------------------------*/
.our-courses .image-widget{
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  /*box-shadow: -20px 20px 0 0 #ff7489;*/
}
.our-courses .shape10 {
    position: absolute;
    left: -11%;
    bottom: 8%;
    z-index: -1;
}
.shape10 img {
    border-radius: 0;
    animation: moveleftbounce 4s linear infinite;
}
@keyframes moveleftbounce{
0% {
    transform: translateX(0px);
}

50% {
    transform: translateX(20px);
}
100% {
    transform: translateX(0px);
}
}
.our-courses .course-box{
    padding: 20px;
    border: 1px solid #0084c7;
    margin-right: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 8px;
}
.our-courses .course-image img{
  border-radius: 6px;
  margin-bottom: 14px;
}
.our-courses .course-content h5{
  color: #e83a54;
}

/*--------------------------------------------------------------
            #ABOUT MRCOG
--------------------------------------------------------------*/
.about-mrcog{
  background: #fff3f3;
}
.mrcog-img img{
  border-radius: 10px;
}
.about-mrcog .shape9 {
    position: absolute;
    left: -2%;
    bottom: 20%;
    z-index: -1;
}
.shape9 img {
  animation: MoveUpDown 10s linear infinite;
}

@keyframes MoveUpDown{
  0% {
      transform: translateY(0px);
  }

  50% {
      transform: translateY(100px);
  }
  100% {
      transform: translateY(0px);
  }
}

/*.shape9 img {
  animation: rotate 4s linear infinite;
}
@keyframes rotate{
  0% {
    transform: rotate(0deg);
  }

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

.about-mrcog .mrcog-content h3{
  color: var(--color-primary);
  font-size: 24px;
  font-weight: 600;
}
.about-mrcog .mrcog-subcontent {
  background: #0492da;
  border-radius: 10px;
  padding: 30px 20px;
  height: 320px;
}

.mrcog-link-container{
  /*background: #fce8ff;*/
  background: linear-gradient(90deg, rgba(231,255,222,1) 0%, rgba(235,243,255,1) 100%);
  padding: 30px 20px;
  border-radius: 10px;
  border: 1px solid red;
  box-shadow: rgba(99, 99, 99, 0.4) 0px 2px 8px 0px;
}
.mrcog-link-container li{
  list-style: none;
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.mrcog-link-container li i{
  position: absolute;
  font-size: 16px;
  left: 0;
  top: 0;
  color: var(--color-primary);
}
.mrcog-link-container .partner-info li:hover a{
  border-bottom: 1px solid red;
}
@media (max-width: 767px) {
  .mrcog-info-link .partner-info ul{
    padding: 0px;
  }
}
/*--------------------------------------------------------------
            #TESTIMONIAL
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  /*padding-left: 10px;*/
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 20px;
  margin: 30px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  border-radius: 10px;
  height: 500px;
}

/*.testimonials .testimonial-item .testimonial-img {*/
/*  width: 100px;*/
/*  height:100px;*/
/*  border-radius: 50px;*/
/*  margin-right: 12px;*/
/*  border: 0px solid #e83a54;*/
/*}*/

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  height:100px;
  border-radius: 50px;
  margin-right: 12px;
  border: 0px solid #e83a54;
}
.testimonials .testimonial-item .testimonial-img{ 
   overflow: hidden;

}
.testimonials .testimonial-item .testimonial-img:hover {
  transform: scale(1.1);
}
.testimonials .testimonial-item .testimonial-img{ 
   overflow: hidden;
}
.testimonials .testimonial-item .testimonial-img:hover {
  transform: scale(1.1);
}

.testimonials .testimonial-item h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0 5px 0;
  color: #000;;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #009d8b;
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
font-style: italic;
  margin: 12px auto 0px auto;
  font-size: 14px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
.testimonials .nav-tabs{
  border-bottom: 1px solid #fff;
}
.testimonials .nav-tabs .nav-link.active {
    background: #e83a54;
    color: #fff;
    border: 1px solid #0084c7;
    border-radius: 6px;
    margin-right: 10px;
}
.testimonials .nav-tabs .nav-link {
    color: #0084c7;
    border: 1px solid #0084c7;
    border-radius: 6px;
    margin-right: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.testimonials .nav-tabs .nav-item:hover .nav-link {
  border: 1px solid #e83a54;
}

/*---------  VIDEO TESTIMONIALS  -----------------*/
.testimonials .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(var(--color-primary) 50%, rgb(232 58 84 / 31%) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}
.testimonials .play-btn:before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgb(232 58 84 / 70%);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
.testimonials .play-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.testimonials .play-btn:hover:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}
.testimonials .play-btn:hover:after {
  border-left: 15px solid var(--color-primary);
  transform: scale(20);
}
.testimonials .video-content img{
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

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

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

/*---------  AUDIO TESTIMONIALS  -----------------*/
.audio__testimonial__container {
    border: 1px solid #e32d5d;
}
.audio__testimonial__container h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 10px 15px;
    background: #e32d5d;
    color: #ffffff;
}
.play__audio__container {
    padding: 15px 20px;
    display: flex;
    align-items: center;
}
.audio__play__icon {
    
}
/*.play_audio_container {*/
/*  font-size: 30px;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;  */
/*  color: #e32d5d !important;*/
/*  margin-right: 10px;*/
/*  height: 50px;*/
/*}*/

.play_audio_container i{
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;  
  color: #e32d5d !important;
  margin-right: 10px;
  height: 50px;
}

.audio-testimonials .modal-body audio{
  width: 100%;
}
.audio-testimonials .modal-header{
  background: #e32d5d;
  color: #fff;
}


@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }

  .testimonials .testimonial-item {
    padding: 16px 20px;
    margin: 15px;
  }
  .testimonials .testimonial-item p {
    font-size: 14px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
            #ONLINE CLASS
--------------------------------------------------------------*/
.online-class {
  background-color: #fef8ef;
}
.online-class h2{
  color: #e83a54;
}
.online-img img {
    border-radius: 0;
    animation: moveleftbounce 4s linear infinite;
}
@keyframes moveleftbounce{
0% {
    transform: translateX(0px);
}

50% {
    transform: translateX(15px);
}
100% {
    transform: translateX(0px);
}
}
/*--------------------------------------------------------------
            #NEWSLETTER
--------------------------------------------------------------*/
.news-letter{
  background-image: url(../img/newsletter_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.news-letter .newsletter-sec {
    padding: 57px 100px 55px;
}

.news-letter h1{
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 36px;
}
.news-letter h3{
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 24px;
  margin-bottom: 30px;
}
.news-letter form input{
  border: 1px solid #ffffff;
  border-radius: 40px;
  padding: 12px 18px;
  
}

.news-letter form button{
    position: absolute;
    right: 3px;
    top: 0px;
    background-color: #e32d5d;
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 40px;
    cursor: pointer;
    border: 1px solid #fff;
    border-left: none;
}
.news-letter form button:hover{
    background: #0084c7;
    border: 1px solid #fff;
    border-left: none;
}
@media (max-width: 767px){
  .news-letter .newsletter-sec {
    padding: 57px 0px 55px;
  }
  .news-letter h1 {
    font-size: 26px;
  }
  .news-letter h3 {
    font-size: 18px;
  }
}

/*--------------------------------------------------------------
             #Footer
--------------------------------------------------------------*/
.footer {
  font-size: 15px;
  background-color: #fff;
  padding: 50px 0;
  color: #242424;
  box-shadow: rgb(255 221 226) 6px -4px 6px 1px;
}

.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 14px;
}

.footer .footer-info .logo img {
  max-height: 90px;
  margin-right: 6px;
  width: 164px;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-family: 'Montserrat', sans-serif;
  color: var(--color-default);
  font-size: 15px;
    
}

.footer .social-links i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgb(232 58 84);;
  font-size: 16px;
  color: rgb(0 132 199);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover i{
  transform: scale(1.3);
  transition: .4s;
}
.footer .social-links{
  position: relative;
  overflow: hidden;
}

.footer h4 {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  color: #0084c7;
}

.footer .footer-links {
  margin-bottom: 30px;
}

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

.footer .footer-links ul i {
  padding-right: 2px;
  color: rgba(0, 131, 116, 0.8);
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: #242424;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

.footer .footer-links ul a:hover {
  color: #ff0026;
}

.footer .footer-contact p {
  line-height: 26px;
}

.footer .copyright {
  text-align: center;
  border-top: 1px solid #0084c7;
}

.footer .credits {
  padding-top: 4px;
  text-align: center;
  font-size: 13px;
}

.footer .credits a {
  color:#f50a0a;
}
.footer .info i {
    font-size: 20px;
    color: #e83a54;
    float: left;
    width: 30px;
    height: 30px;
    background: #ffd7dd;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}
.footer .info h5 {
    padding: 0 0 0 60px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #feffffc4;
}
.footer .info p {
    padding: 0 0 0 35px;
    margin-bottom: 0;
    font-size: 16px;
}
.contact-bg{
    background-image: url(../img/banner/banner-1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
}

.contact .php-email-form button[type=submit] {
  background: #e83a54;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}
.contact .info p {
  margin-bottom: 0;
  font-size: 14px;
  color:#0084c7;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  padding: 20px 0 30px 0;
  background: #fff;
  border-top: 3px solid #0084c7;
  border-bottom: 3px solid #0084c7;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 31px;
}
.contact .form-fill {
  background: #fff8fa;
  padding: 22px 14px;
  margin-top: 22px !important;
  border-top: 3px solid #0084c7;
  border-bottom: 3px solid #0084c7;
}

/*--------------------------------------------------------------
# why chooses us
--------------------------------------------------------------*/

.section-headline h2 {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  color: var(--color-primary);
  padding-bottom: 14px;
}
.section-headline h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #0084c7;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-headline h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #e83a54;
  bottom: 0;
  left: calc(50% - 20px);
}
.single-well{
  width: 500px !important;
  display: inline-block;
}
.why-choose-us{
  background-image: url(../img/why-choose-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

/*--------------------------------------------------------------
# why chooses us
--------------------------------------------------------------*/

.about-bg{
  background-image: url(../img/about-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.about{
  background-color: #f6f6f6;
}
.about .about-item {
  padding: 40px;
  background: #fff;
  height: 100%;
  border-radius: 10px;
}
.about .about-item .icon {
  width: 48px;
  height: 48px;
  position: relative;
  margin-bottom: 50px;
}
.about .about-item .icon i {
  color: var(--color-primary);
  font-size: 56px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}

.about .about-item .icon:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #ffd6d6;
  border-radius: 50px;
  z-index: 1;
  top: 10px;
  right: -20px;
  transition: 0.3s;
}
.about .about-item h3 {
  color: var(--color-default);
  font-weight: 700;
  margin: 20px 0 20px 50px;
  padding-bottom: 8px;
  font-size: 22px;
  position: relative;
  display: inline-block;
  /*border-bottom: 4px solid #eeeeee;*/
  transition: 0.3s;
}
.about .about-item p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
}
.about .about-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}
.about .about-item:hover .icon:before {
  background: #ff9eac;
}

.about .about-item:hover h3 {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Our Team Section
--------------------------------------------------------------*/

.team .member {
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0px 2px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team .member img {
  border-radius: 10px;
  overflow: hidden;
}

.team .member .member-content {
  padding: 0 20px 30px 20px;
}

.team .member h4 {
  font-weight: 700;
  margin-top: 16px;
  margin-bottom: 2px;
  font-size: 20px;
  color: var(--color-primary);
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 14px;
  color: #6c757d;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #333333;
}

.team .member .social {
  margin-top: 15px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.team .member .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}

.team .member .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# VIDEO Section
--------------------------------------------------------------*/

.hodavideo{
  background-image: url(../img/video-bg/video-bg.jpg);
  background-repeat: no-repeat; 
  background-position:center;
  background-size:cover;
  max-width: 100%;
  height: 400px;
}
.blog-1{
  display: flex !important;
  align-items:flex-start;
  gap: 50px;
}
.blog-card{
  box-shadow: rgba(117, 44, 44, 0.1) 0px -4px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 8px;
}
.card-body{
  padding: 14px;
  height: 100px;
}
.card-body h5{
    font-size: 16px;
    font-weight: 500;
}
.mrcog-telegram{
  text-align: center;
  padding: 20px 20px 10px;
}
.mrcog-telegram i{
  font-size: 36px;
  color: #e83a54;
}
.card-body1{
  padding: 15px;
  height: 72px;
}
.card-body1 h5{
    font-size: 15px;
    font-weight: 500;
  }
.mrcog-telegram{
  text-align: center;
  padding: 20px 20px 10px;
  background-color: #f6d6ef;
  border-bottom: 1px solid #0b0507;
}
.mrcog-telegram {
  font-size: 40px;
  background: radial-gradient(circle, rgb(255 255 255) 0%, rgb(158 192 221) 100%);
}

.blog-card1{
  box-shadow: rgba(117, 44, 44, 0.1) 0px -4px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  border-radius: 8px;
}
/*--------------------------------------------------------------
# UPCOMING EVENT Section
--------------------------------------------------------------*/
.upcoming_event{
  background-image: url(../img/event-bg.jpg);
  background-repeat: no-repeat; 
  background-position:center;
  background-size:cover;
}
.upcoming_event .owl-carousel .owl-nav .owl-prev{
  color: #fff;
  position: absolute;
  top: 35%;
  left: -4%;
}
.upcoming_event .owl-carousel .owl-nav .owl-next{
  color: #fff;
  position: absolute;
  top: 35%;
  right: -4%;
}
.upcoming_event .owl-carousel .owl-nav span{
  font-size: 300%;
}
.upcoming_event .brand-img img{
    height:80%; 
    width:90%;
}
@media (max-width: 768px){
    .upcoming_event .brand-img img{
        margin:0 auto;
        height:auto; 
        width:100%;
    }
}

/*--------------------------------------------------------------
# register
--------------------------------------------------------------*/
.reg-btn{
  margin-left: 40px;
}
.register{
  background-image: url(../img/register-bg.jpg);
  background-repeat: no-repeat; 
  background-position:center;
  background-size:cover;
  height: 400px;
}

.login input::-webkit-input-placeholder{
    color: #dadada;
  }
.login select::-webkit-select-placeholder{
    color: #dadada;
  }
.ebiz-video .modal-header .btn-close{
    position: relative;
    left: -16px;
    top: -10px;
}
/*.ebiz-video .modal-header{
    padding: 0 !important;
    border-bottom:0px;
}*/
.login h1{
  font-size: 24px;
    margin: 0;
    font-weight: 600;
    color: var(--color-secondary);
    display: inline-block;
}
.login .form-label{
  color: #425466;
    font-weight: 500;
    font-size: 15px;
}
.login .login-social-links i{
      font-size: 20px;
}
.head-via h5:after,.head-via h5:before{
  content: "";
  width: 50px;
  height: 1px;
  background: var(--color-primary);
  display: inline-block;
}
.head-via h5:before{
  margin: 0 15px 2px 0;
}
.head-via h5:after{
  margin: 0 0 3px 15px
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--color-primary);
    outline: 0;
    box-shadow: none;
}
.login-btn{
  color: var(--color-inverse);
    background: var(--color-primary);
    font-size: 14px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
    padding: 10px;
    border: none;
}
.create-btn{
    color: var(--color-inverse);
    border:1px solid var(--color-primary);
    font-size: 14px;
    width: 100%;
    margin: 0;
    border-radius: 4px;
    transition: 0.3s;
    padding: 10px;
}
.register .modal-content{
  width: 700px;
}
.register .modal-dialog{
      margin-top: 2%;
}
.register.school-reg .modal-content{
  width: 1000px;
}
.register.school-reg .modal-content {
    right: 220px;
}
.reg-mt{
  margin-top: 10px;
}
.facebook-box {
    border: 1px solid #3a589a;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
}
.box-icon-f {
    text-align: center;  
    color: #3a589a; 
}
.facebook-box:hover {
    background: #3a589a;
}
.box-icon-f:hover {  
    color: #fff; 
}
.google-box {
    border: 1px solid #EA4335;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
}
.box-icon-g {
    text-align: center;  
    color: #EA4335; 
}
.google-box:hover {
    background: #EA4335;
}
.box-icon-g:hover { 
    color: #fff; 
}
.email-box {
    border: 1px solid #757575;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
}
.email-box:hover {
    background: #333333;
}
.box-icon-e{
  text-align: center;  
  color: #333333;
}
.box-icon-e:hover{
  text-align: center;  
  color: #fff;
}

.reg-form-bg{
  border: 1px solid #274782;
  background: #fff;
  border-radius: 5px;
}
.login-cat-tab .nav-tabs .active{
    background: #e84545 !important;
    color: #fff !important;
}
.login-cat-tab .nav-tabs li a{
    color: #e84545;
    font-weight: 500;
    border: 1px solid #e84545 !important;
    border-radius: 0px !important;
    min-width: 140px;
    text-align: center;
}
.btn-wdt{
  width: 10% !important;
}
.skip-btn{
  background: transparent;
  border: 1px solid #e84545;
  color: #e84545;
}
.details-header{
    background-image: url(../img/details-top-bg.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    padding: 20px;
    min-height: 160px;
    border-radius: 10px;
}
.personal-info .modal-dialog {
    margin-top: 4% !important;
}
.form-label{
  margin-bottom: 2px !important;
}
.form-control{
  border-color: #bebebe !important;
}
.login a.login-btn:hover{
  color: #fff;
}
.gender-border {
    border: 1px solid #ccc7c7;
    width: 95.5%;
    padding: 6px;
    border-radius: 6px;
    margin: 0 0 0 11px;
}

/*------------------- Hoda Education Web & Mobile View Banner  --------------------------*/
@media (min-width: 767px){
  .mob-banner {
      display: none !important;
  }
  .idoss-mobile-info{
    display: none !important;
  }
  .readmore_web_hide{
    display: none;
  }
  
}
@media (max-width: 768px){
  .web-banner {
      display: none !important;
      
  }
  
  .idoss-web-info{
    display: none !important;
  }
  .carousel .carousel-caption {
    bottom: 25.25rem;
    color: #fff;
    width: 90%;
  left: 8%;
      
  }
  .carousel-caption h2{
    font-size: 22px;
  }
  .readmore_mob_hide{
    display: none;
  }
}

/*------------------- Mobile View CSS  --------------------------*/
@media (max-width: 768px){
  .reg-btn{
    margin-left: 22px;
  }
  .reg-btn a{
    color: #fff;
  }
}

.mrcp-more{
    cursor: pointer;
       
}
.mrcog-telegram, .card-body1 .card-title{
  cursor: pointer;
}
.audio-telegram i{
      color: #e32d5d;
    font-size: 30px;
}
.testimonials .owl-carousel .owl-nav .owl-next {
  color: #000;
  position: absolute;
  top: 35%;
  right: -4%;
}
.testimonials .owl-carousel .owl-nav span {
  font-size: 300%;
}
.testimonials .owl-carousel .owl-nav .owl-prev {
  color: #000;
  position: absolute;
  top: 35%;
  left: -4%;
}

.panel-heading{
  padding:20px 20px;
}
.panel-body{
  padding:30px;
}
.card-img {
    height: 300px; /* Adjust this value as needed */
    object-fit: cover; /* Ensures the image covers the entire space */
}