body {
  font-family: "Inter", sans-serif !important;
  font-weight: normal;
  color: #000;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
figure,
label {
  margin: 0;
  padding: 0;
}
dl, ol, ul {
  list-style: none; margin-bottom: 0px !important;
}
textarea {
  resize: none;
}

/* UTILITIES */

.para {
  font-size: 16px;
  font-family: "Lato";
}
.txt__xs {
  font-size: 12px;
}
.txt__sm {
  font-size: 13px;
}
.txt__md {
  font-size: 15px;
}
.txt__lg {
  font-size: 18px;
}
.txt__primary {
  color: var(--primaryClr);
}
.bg__primary {
  background-color: var(--primaryClr);
}
.txt__black {
  color: #000;
}
.txt__light {
  color: #8d99b6;
}
.font-weight-medium {
  font-weight: 500;
}
/* END UTILITIES */

/* COMPONENTS */
.button {
  font-size: 13px;
  display: inline-block;
  font-weight:400;
  padding: 12px 25px;
  border: 1px solid rgb(239, 239, 239);
  background-color: rgb(239, 239, 239);
  border-radius: 5px;
}
.button:focus {
  outline: none;
}
.button:hover {
  text-decoration: none;
}
.button-white {
  background-color: #fff;
  border-color: #fff;
  color:#000;
  font-size: 14px;
  text-transform: uppercase;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.button-white:hover {
  background-color:#be0000;
  border-color: #be0000;
  color: #fff;
}
.button-white-outline {
  background-color: transparent;
  color: #fff;
}
.button-white-outline:hover {
  background-color: #fff;
  border-color: #fff;
  color: var(--primaryClr);
}
.button-green {
  background-color: var(--greenClr);
  border-color: var(--greenClr);
  color: #fff;
}
.button-green:hover {
  background-color: transparent;
  border-color: var(--greenClr);
  color: var(--greenClr);
}

/* END COMPONENTS */

/* LAYOUT */
.main {
  max-width: 1920px;
  margin: 0 auto; display: table;
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1280px;
  }
}
/* END LAYOUT */

.top-bar-section{width: 100%; height: auto; background: #be0000}

/*--------------------------------*/

/*  2. Header top Area

/*--------------------------------*/

.header-middle-part{width: 100%; height: auto; float: left; padding: 10px 0px;}

.menu-navber{width: 100%; height: auto; float: left; padding: 5px 0px; background: #f5ce0e}


.topbar-left ul li {

    display: inline-block;

}

.topbar-area {

    background:#be0000;

}

.topbar-left ul li a {

    color: #fff;

    display: block;

    font-weight: 400;

    margin-right: 15px;

    padding: 14px 0;

    text-decoration: none;

}

.topbar-left ul li a i {

    color:#f5ce0e;

    font-size: 16px;

    padding-right: 7px;

}

.topbar-right {
    width: 100%; float: left;

}

.top-social {

    float:left;

    padding: 12px 0px;

}

.top-social ul li{

    display: inline-block;

}

.top-social ul li a {

    color:#a40132;

    margin-left: 5px;

    display: block;

    text-align: center;

    font-size: 15px;

    width: 26px;

    height: 26px;

    border-radius: 5px;

    line-height: 28px;

    background: #fff;

}

.top-social ul li a:hover{

    color:#ff7a24;

    background: #fff;

}

.appli {
    background:#f5ce0e;
     padding:5px 20px;
    font-weight: 600;
    color: #000;
    margin-top:9px;
    text-transform: uppercase;
  float:right;
}
.appli a{color: #000; font-size: 16px}
.appli a:hover{color: #fff}
.logo-one{width:185px; height: auto; float: left; padding: 0px;}
.logo-one img{width: 100%; height: auto;}
.modal{ z-index:99999 !important }

/* NAVBAR */
.mainNav.navbar {
  transition: all ease-in-out 0.3s;
  padding:5px 0px;
}
.mainNav.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mainNav.not-fixed {
  background-color: #fff;
}
.mainNav.navbar.sticky {
  background-color: var(--primaryClr);
  padding: 0.4rem 1rem;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
}
.mainNav.navbar .nav-item {
  margin-right: 20px;
}
.mainNav.navbar .nav-item:last-child {
  margin-right: 0;
}
.mainNav.navbar .nav-item .nav-link {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}
.mainNav.navbar .nav-item .nav-link.active,
.mainNav.navbar .nav-item .nav-link:hover {
  color: var(--txtClr);
}
.mainNav.navbar .nav-item .nav-link.active {
  font-weight: bold;
}
.mainNav.navbar .navbar-toggler {
  padding: 0.15rem 0.5rem;
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-action-button {
  display: flex;
  align-items: center;
  padding-left: 80px;
}
.navbar-action-item {
  margin-right: 8px;
}
.navbar-action-item:last-child {
  margin-right: 0;
}
/* END NAVBAR */

/* BANNER */
.banner-deskstop{width: 100%; height: auto; float: left; position: relative;}
/* Slider
/*-----------------------------------------------------------------------------------*/
.slider_container{ width:100%; height:847px; margin:auto; position: relative; clear:both; overflow: hidden; background:url(../images/shadow_top.png) no-repeat top center; padding:0px 0 0 0;}
.flex-caption{ position: absolute;
    left: 0;
    top: 205px;
    right: 0;}
.caption_title_line{ width:1200px; height:auto; padding:5px 365px 10px 15px; margin: 0px auto;}
.flex-caption h1{ font-family: "PT Sans", sans-serif; font-size:60px; font-weight:800; padding:0px;line-height: 70px;
  margin:0px;color:#fff; margin-bottom: 15px;}
.flex-caption h2{ font-family: "PT Sans", sans-serif; font-size:30px; font-weight: 400; padding:0px;line-height: 40px; 
  margin:0px;color:#fff; margin-bottom: 15px;}
.flex-caption p{ font-size:18px; font-weight:300; padding:0px; margin:0px;color:#fff; margin-bottom: 15px;}

.flex-caption > a.btn-default{background: #ff8270;color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 12px 28px;
    border: 2px solid #ffa396 !important;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.flex-caption >  a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 12px 28px;
    border: 2px solid #ff8270 !important;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #ff8270;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.flex-container a:active,
.flexslider a:active {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none; } 
/*ul.flex-direction-nav {
    display: none;
}*/
/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 100%; height:770px; margin: 0; padding: 0 0 0px 0;background:url(images/shadow_bottom.png) no-repeat center bottom;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {position: relative; zoom: 1;}
.flexslider .slides {zoom: 1; height: 770px}
.flexslider .slides > li {position: relative; padding-bottom: 0px;}
.flex-container {zoom: 1; position: relative;}

/* Direction Nav */
.flex-direction-nav li a {width:45px; height:56px; margin:0; display: block; position: absolute; right:11px; cursor: pointer; text-indent: -9999px; display: none;}
.flex-direction-nav li a.next {background:url(../images/next1.png) no-repeat center;top:39%;right: 8%; z-index: 9999}
.flex-direction-nav li a.prev {background:url(../images/prev1.png) no-repeat center; top:39%;left: 5%; z-index: 9999}
.flex-direction-nav li a.next:hover {background:url(../images/next_a.png) no-repeat center;}
.flex-direction-nav li a.prev:hover {background:url(../images/prev_a.png) no-repeat center;}
.flex-direction-nav li a.disabled {opacity: .3; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom:0px; text-align: center; display:none;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width:35px; height: 10px; display: block; cursor: pointer; text-indent: -9999px; background: #b80294}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default; background: #195ec8}



.dt-section{width: auto; height: auto; float: left;}

ul.dt-section {display: block; margin-top:18px}

ul.dt-section li{float: left; margin: 0px 15px; color: #fff}
ul.dt-section li:first-child{margin-left: 0px;}
/* END BANNER */



.announcements-container {
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index:333;
    display: inline-block;
    font-family: "PT Sans", sans-serif;
    height: 60px;
    line-height: 40px;
    margin-bottom: 20px;
    margin-top:0px;
}

.announcements-container .container-title {

  width: 13%;

  height: 100%;

  overflow: hidden;

  padding: 0 15px 0 15px;

  float: left;

  background:#f5ce0e;

  text-align: center;
    line-height: 60px;
  font-size: 17px;

  text-transform: uppercase;

  color: white;

  letter-spacing: 1px;

}

.scroll-left {
height:60px; 
overflow: hidden;
    margin-left: 15px;
position: relative;
background-color: rgba(255, 255, 255, 0.5);

}
.scroll-left .second {margin-left: 100%;}
.scroll-left p {
color: #000;
font-weight: 600;
position: absolute;
width: 100%;
height: 100%;
margin: 0;
font-size: 18px;
line-height:60px;
text-align: center;
/* Apply animation */ 
-moz-animation: scroll-left 15s linear infinite;
-webkit-animation: scroll-left 15s linear infinite;
animation: scroll-left 15s linear infinite;
}




/* Define the animation */
@-moz-keyframes scroll-left {
0% { -moz-transform: translateX(0%); }
100% { -moz-transform: translateX(-100%); }
}
@-webkit-keyframes scroll-left {
0% { -webkit-transform: translateX(0%); }
100% { -webkit-transform: translateX(-100%); }
}
@keyframes scroll-left {
0% { 
-moz-transform: translateX(0%);
-webkit-transform: translateX(0%);
transform: translateX(0%); 
}
100% { 
-moz-transform: translateX(-100%);
-webkit-transform: translateX(-100%);
transform: translateX(-100%); 
}
}

.consultants-wol{width: 100%; height: auto; float: left; padding: 50px 0px; background: #f9f9f9;}
/* About section */
.master-english-section{width: 100%; height: auto; float: left; padding: 80px 0px; background:#fff; position:relative; }
.master-english-section:before{width: 321px; height:293px; float: left; background: url('../images/rf.png'); background-size: cover; 
  background-position: top center; background-repeat: no-repeat; position: absolute; z-index: 2; bottom: -52px; left: 0; content: ""}

.mt-left-set{width: 100%; height: auto; float: left; position: relative;padding-top: 120px;}

.master-g{width: 100%; height: auto; float: left;}
.master-g h2{font-size: 40px; color: #000; margin-bottom: 25px; line-height: 50px; font-weight: 700}
.master-g p{font-size: 16px; color: #000; margin-bottom: 25px; line-height: 20px; font-weight: 400}

.readmore-ko{width: auto; height: auto; padding: 15px 45px; float: left; border-radius: 30px; margin-top: 10px; background: #000; 
  text-align: center; font-size: 16px; font-weight: 600; color: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.readmore-ko:hover{ background:#d81b0e; color:#fff }


.readmore-courses{width: auto; height: auto; padding: 15px 45px;border:0px; display: table; margin: 0px auto; border-radius: 30px; margin-top: 10px; background: #000; 
  text-align: center; font-size: 16px; font-weight: 600; color: #fff; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}
.readmore-courses:hover{ background:#d81b0e; color:#fff; border:0px; }

/* About section End*/




/*--------------------------------*/

/* 8.Why choose Area

/*--------------------------------*/

.choose-inner {
    background: #f9f9f9;
    padding:130px 30px 130px 70px; position:relative;
}

.section-headline h3 {
    display: inline-block;
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.section-headline p {
    max-width: 650px;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 26px;
}
.left-headline::after {
    border: 3px solid #ff7a24;
    bottom: -25px;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    width: 60px;
    right: auto;
}
/* END DOWNTIME COST CALCULATOR */

.parallax-blue-bg{

    position:relative;

    z-index: 1;

}

.parallax-bg:before{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:#111;

    opacity:.7;

    content:"";

    z-index: -1;

}

.parallax-blue-bg:before{

    position:absolute;

    left:0;

    top:0;

    width:100%;

    height:100%;

    background:#ffde59;

    opacity:.9;

    content:"";

    z-index: -1;

}

.slogan {

    margin-bottom: 0px;

    padding: 14px 0px;

    color: #fff;

    font-size: 16px;

}

.choose-area{
float: left;
    width: 100%;
    background-image: url(../images/bu-backround.jpg);

    background-position: top center;

    background-size: cover;

    background-repeat: no-repeat;

}

.left-headline{

    position: relative;

    padding-bottom: 10px;

}

.choose-area .services-all {

    margin-top: -10px;

}

.left-headline::after {

    border: 1px solid #ff7a24;

    bottom: -15px;

    content: "";

    left: 0;

    margin: 0 auto;

    position: absolute;

    width: 60px;

    right: auto;

}

.left-headline p {

    margin: initial;

}

.choose-area .single-services {
background: #e03327;
min-height: 160px;
    margin-bottom:20px;

    padding: 15px;

    position: relative;

    border: none;

}

.choose-area .service-images {
  background: #ffde59;
padding: 5px 10px;
    font-size: 30px;

    color: #000;

    float: left;

    margin-bottom: 0px;

    transition: 0.4s;

    line-height: 40px;

}

.choose-wrapper{

    padding:35px 00px 0px 0px;

}


.service-content {

    padding-left: 60px;

}

.single-services .service-content h4 {
margin-bottom: 7px;
    font-size: 16px;

    text-transform: uppercase;

    font-weight: 700;

}

.choose-wrapper .service-content h4 a {
font-family: "Inter", sans-serif;
    color: #fff;

}

.single-services .service-content h4 a:hover {

    color: #ff7a24;

}

.choose-wrapper .single-services .service-content p{
font-size: 14px;
    color:#fff;
    margin-bottom: 0px;
    line-height: 17px;
 font-family: "PT Sans", sans-serif;
}



/*--------------------------------*/




/*=============================
  11. Services
===============================*/

.sub-title {
    color: #fe0000;
    font-size: 25px;
    margin-bottom: 10px;
    display: inherit;
}
.services-area {
  width: 100%;
  float: left;
  background:#F4F6FF;
  padding:70px 0 90px;
}
.services-item {
  padding: 30px 45px 30px;
  background-size: cover;
  background-position: center;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 30px;
  height: 286px;
  object-fit: cover;
}
.services-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
  z-index: -1;
  transition: .3s linear;
}
.services-item:hover::before {
  opacity: 0;
}
.services-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  z-index: -1;
  background: linear-gradient(100.16deg, #d8052b 1.96%, rgba(216, 5, 43, 0) 198.08%);
  opacity: 0;
  transition: .3s linear;
}
.services-item:hover::after {
  opacity: 0.95;
}
.services-icon {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background:#ea0001;
  color:#FFF;
  font-size: 40px;
  border-radius: 50px;
  box-shadow: 0px 0px 30px rgba(254, 93, 20, 0.4);
  margin-bottom: 55px;
}
.services-content h2.title { text-transform:none; }
.services-content .title a{
  font-weight: 600;
  font-size: 18px;
  text-transform:none; 
  line-height: 20px;
  margin-bottom: 0;
  color: #000;
}
.services-content .number {
  margin-bottom: 0;
  position: absolute;
  right: 8px;
  top: 10px;
  background: linear-gradient(180deg, rgba(254, 93, 20, 0.14) 0%, rgba(254, 93, 20, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 400;
  font-size: 100px;
  line-height: .8;
}
.services-overlay-content .title a{
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 20px;
  color:#fff;
}
.services-overlay-content .title a:hover {
  color: var(--tg-white);
}
.services-overlay-content ul{display: block; padding: 0px 25px;}
.services-overlay-content ul li{
  width: 100%;
  float: left;
  font-size: 14px;
  margin-bottom: 0px;
  color: #fff;
  position: relative;
}
.services-overlay-content ul li:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: -22px;
    color: #fff;
}
.services-overlay-content p{font-size: 14px; color: #fff}
.services-overlay-content .read-more {
  font-weight: 400;
  font-size: 18px;
  color:#fff;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 12px;
}
.services-overlay-content .read-more::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background:#000;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  z-index: -1;
  transition: .3s linear;
}
.services-overlay-content .read-more:hover::before {
  width: 100%;
}
.services-overlay-content .read-more i {
  margin-left: 5px;
}
.services-overlay-content {
  display: none;
}

/* services-two */
.services-item-two {
  background: var(--tg-white);
  padding: 24px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.services-thumb-two {
  border-radius: 4px;
  overflow: hidden;
}
.services-thumb-two img {
  width: 100%;
  transition: .3s linear;
  transform: scale(1);
}
.services-item-two:hover .services-thumb-two img {
  transform: scale(1.1);
}
.services-content-two {
  display: flex;
  align-items: flex-start;
  padding: 24px 0 0 24px;
}
.services-content-two .icon {
  width: 88px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  margin-right: 25px;
  background: var(--tg-primary-color);
  border-radius: 4px;
  color: var(--tg-white);
  font-size: 40px;
  transform: translateY(-64px);
  z-index: 1;
}
.services-content-two .icon img {
  width: 40px;
}

.services-content-two .content p {
  margin-bottom: 0;
}

/* services-three */
.services-area-three {
  position: relative;
  padding: 115px 0 120px;
}
.services-area-three .services-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center;
}
.services-area-three .services-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 18, 57, 0.92);
}
.services-nav-wrap .nav-tabs {
  border-bottom: none;
  justify-content: center;
  gap: 20px;
}
.services-nav-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: var(--tg-white);
  border: none;
  padding: 20px 42px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--tg-body-font-family);
  color: var(--tg-heading-font-color);
  box-shadow: 0px 4px 46px rgba(0, 0, 0, 0.14);
  border-radius: 4px;
  line-height: 1;
  z-index: 1;
  position: relative;
}
.services-nav-wrap .nav-tabs .nav-link.active {
  color: var(--tg-white);
  background: var(--tg-primary-color);
}
.services-item-three {
  background: var(--tg-white);
  border-radius: 8px;
  padding: 66px 38px 50px;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: -30px;
}
.services-content-three {
  width: 56%;
  flex: 0 0 auto;
}
.services-thumb-three {
  width: 44%;
  flex: 0 0 auto;
  padding-left: 46px;
}
.services-thumb-three img {
  border-radius: 10px;
}
.services-content-three p {
  margin-bottom: 30px;
}
.services-list .list-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -10px;
  gap: 15px 0;
  margin-bottom: 50px;
}
.services-list .list-wrap li {
  width: 50%;
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-heading-font-color);
  font-family: var(--tg-heading-font-family);
  display: flex;
  align-items: center;
}
.services-list .list-wrap li i {
  font-size: 25px;
  color: var(--tg-primary-color);
  margin-right: 20px;
}

/* inner-services */
.inner-services-area .services-item {
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
}

/* services-details */
.services-details-wrap {
  margin-right: 38px;
}
.services-details-thumb {
  margin-bottom: 55px;
}
.services-details-thumb img {
  border-radius: 10px;
}
.services-details-content > .title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 22px;
}
.services-details-content p {
  margin-bottom: 0;
}
.services-process-wrap {
  margin-top: 40px;
  margin-bottom: 45px;
}
.services-process-img {
  position: relative;
  padding-bottom: 85px;
}
.services-process-img img {
  border-radius: 10px;
}
.services-process-img img:nth-child(2) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.services-process-content {
  margin-left: 40px;
}
.services-process-content > .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 20px;
}
.services-process-content .list-wrap li {
  margin-bottom: 20px;
}
.services-process-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.services-process-item {
  display: flex;
  align-items: flex-start;
  background: var(--tg-gray);
  border-radius: 10px;
  padding: 20px;
}
.services-process-item .icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--tg-white);
  font-size: 25px;
  flex: 0 0 auto;
  margin-right: 20px;
}
.services-process-item .content .title {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 12px;
}
.services-process-item .content p {
  margin-bottom: 0;
}
.services-details-content .title-two {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}
.service-benefits-wrap {
  margin-top: 35px;
}
.benefits-content .title {
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 15px;
}
.benefits-content p {
  margin-bottom: 20px;
}
.benefits-content .list-wrap li {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 18px;
  color: var(--tg-heading-font-color);
  font-family: var(--tg-heading-font-family);
  margin-bottom: 10px;
}
.benefits-content .list-wrap li:last-child {
  margin-bottom: 0;
}
.benefits-content .list-wrap li i {
  font-size: 24px;
  color: var(--tg-primary-color);
  margin-right: 15px;
}
.service-benefits-wrap .benefits-img {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.service-benefits-wrap .benefits-img img {
  border-radius: 10px;
}
.services-widget {
  box-shadow: 0px 0px 45px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 35px 40px 40px;
  background: var(--tg-white);
  margin-bottom: 50px;
}
.services-widget:last-child {
  margin-bottom: 0;
}
.our-services-list .list-wrap li {
  margin-bottom: 20px;
}
.our-services-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.our-services-list .list-wrap li a {
  display: flex;
  align-items: center;
  border-radius: 5px;
  font-weight: 500;
  font-size: 20px;
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-font-color);
  background: var(--tg-gray);
  padding: 14px 30px;
  justify-content: space-between;
}
.our-services-list .list-wrap li a:hover {
  color: var(--tg-white);
  background: var(--tg-primary-color);
}
.services-widget.widget-bg {
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.services-widget.widget-bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  z-index: -1;
}
.services-widget.widget-bg .widget-title {
  color: var(--tg-white);
}
.sidebar-form .form-grp {
  margin-bottom: 20px;
}
.sidebar-form .form-grp textarea,
.sidebar-form .form-grp input {
  width: 100%;
  border: none;
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-heading-font-color);
  background: #F4F4F4;
  border-radius: 5px;
  padding: 15px 25px;
  height: 56px;
}
.sidebar-form .form-grp input::placeholder,
.sidebar-form .form-grp textarea::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #9A9A9A;
}
.sidebar-form .form-grp textarea {
  min-height: 175px;
  max-height: 175px;
}
.services-widget .download-wrap {
  display: flex;
  align-items: center;
  gap: 30px;
}
.services-widget .download-wrap a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: var(--tg-primary-color);
  color: var(--tg-white);
  border-radius: 5px;
  padding: 25px 35px 20px;
}
.services-widget .download-wrap a i {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-white);
  color: var(--tg-primary-color);
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 15px;
}

.services-area h2.title{color: #000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 24px;
     font-family: "PT Sans", sans-serif;
    margin-bottom: 20px;
    font-weight: 600;}


.services-area h2.tg-element-title{color: #000;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 24px;
     font-family: "PT Sans", sans-serif;
    margin-bottom: 60px;
    font-weight: 600;}




/*--------------------------------*/

/* Caunter

/*--------------------------------*/

.caunter-section{
  width: 100%;
  height: auto;
  float: left;
  background-color: #cb1205;
    position: relative;
    z-index: 2;
    padding: 0;}

.caunter-section::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../images/counter-bg.png);
    z-index: -1;
}

.counter-box{padding: 40px 8px 37px}
.counter{font-size: 25px}
.counter-icon-box {
    width: auto;
    height: auto;
    margin: 0px auto 25px;
    display: table;
}
.counter-icon-box img{width: 100%}



.counter-box {
  display: block;
  padding: 40px 20px 37px;
  text-align: center;
  position: relative;
}

.counter-box p {
  margin: 5px 0 0;
  font-size: 14px;
  padding: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 600
}



.counter { 
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #fff;
  line-height: 28px
}
.counter:before {
    content: "+";
    position: absolute;
    right:-25px;
}






/*--------------------------------*/

/* Section Headline

/*--------------------------------*/

.section-headline{

    margin-bottom: 60px;

    position: relative;

}

.section-headline h3 {

    display: inline-block;

    font-size: 30px;

    font-weight: 700;

    text-transform: uppercase;

}

.section-headline.white-headline h3 {

    color:#fff;

}

.section-headline.text-left {

    margin-bottom: 30px;

}

.section-headline::after {

    border: 1px solid #d40f02;

    bottom: -20px;

    content: "";

    left: 0;
    margin: 0px;

    position: absolute;

    width: 60px;

    right: 0;

}

.section-headline.text-left h3::after {

    border: 2px solid #ff7a24;

    left: 0;

    right: auto;

}

.section-headline p {

    max-width: 650px;

    font-size: 16px;

    letter-spacing: 0.5px;

    margin: 0 auto;

    line-height: 26px;

}

.Reviews-content {
    margin-top: -30px;
}




/*--------------------------------*/

/* Testimonial

/*--------------------------------*/


.et_right_sidebar #main-content .container:before{
    display: none;
}
#main-content .container {
    padding-top: 10px;
}
.owl-theme .owl-controls .owl-page span{background: #0626c9 !important;}
.owl-dots{text-align: center; margin-top: 35px}
.owl-carousel button.owl-dot{background: #000 !important; width: 15px;height: 15px; margin: 0px 5px; border-radius: 50%}

.how-it-works-header {
    padding-bottom: 28px;
    text-align: center;
}
.section-header {
    font-size: 36px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 25px;
    color: #000;
    text-transform: uppercase;
}
.how-it-works-header span {
    color: #000;
    font-size: 36px;
    font-weight: 800;
    text-transform: uppercase;
}

/*--------------------------------*/

/* Contact

/*--------------------------------*/
.contact-form-section {
  width: 100%; height: auto;
  float: left;
    position: relative;
    padding: 80px 0px;
    background: #ffde59;
    position: relative;
}
.contact-form-section:before{width: 100%; height: 55px;
 background: url(../images/contact-top-bg.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}

.contact-form-section-two {
  width: 100%; height: auto;
  float: left;
    position: relative;
    padding: 80px 0px;
    background: #fff;
    position: relative;
}
.contact-form-section-two:before{width: 100%; height: 55px;
 background: url(../images/contain-5.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
.sec-title.centered {
    text-align: center !important; 
}
.sec-title h2 {
    position: relative;
    color: #000000;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 15px;
    text-transform: uppercase;
}
.sec-title span{ color: #cc0000;}

.sec-title .text {
    position: relative;
    color: #555555;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6em;
    margin-top: 20px;
}
.inner-container .contact-form input[type="text"], .inner-container .contact-form input[type="email"], 
.inner-container .contact-form input[type="tel"], 
.inner-container .contact-form textarea, .inner-container .contact-form select {
    position: relative;
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    color: #555555;
    font-weight: 400;
    padding: 14px 28px;
    z-index: 1;
    height: 60px;
    border: 2px solid #be1b2e;
    background-color: transparent;
    border-radius: 6px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.inner-container .contact-form textarea {
    height: 180px;
    resize: none;
    border-radius: 6px;
}
.sec-title {
    position: relative;
    margin-bottom: 40px;
}

.readmore-submit{width: auto; height: auto; padding: 15px 45px; border-radius: 30px; margin-top: 10px; background: #fff; 
  text-align: center; border: 0px; font-size: 16px; font-weight: 600; color: #000; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;}


/*--------------------------------*/

/* Application

/*--------------------------------*/
.apply-from-section{width: 100%; height: auto; float: left; padding: 80px 0px; position: relative;}
.apply-from-section:before{width: 100%; height: 55px;
 background: url(../images/contain-5.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}

.apply-from-section-two-a{width: 100%; height: auto; float: left; padding: 150px 0px; position: relative;}
.apply-from-section-two-a:before{width: 100%; height: 55px;
 background: url(../images/contain-5.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}
.register-name{text-align: center; font-size: 35px; margin-bottom:80px; color: #000; width: 100%}


.application-form{border:1px solid #ddd;padding:15px 15px 5px;background:#f5ce0e}
.application-form p{font-size: 16px; width: 100%; margin-bottom: 15px; margin-top: 15px}


.profile-detels{float: left;}
.profile-detels p{font-size: 16px; text-align: left; margin:0px; font-weight: 600}
.search-form{border:1px solid #ddd;padding:15px 15px}
.application-form input[type="text"],.application-form input[type="email"]
{border:1px solid #ff8d8d;font-size:13px;padding:10px;width:100%;height:40px;border-radius:2px;background: #fff !important;}
.search-form input[type="text"]{border:1px solid #ff8d8d;font-size:13px;padding:10px;width:100%;height:40px;border-radius:2px}
.application-form select{border:1px solid #ff8d8d;font-size:13px;padding:5px 7px;width:100%;height:40px;border-radius:2px}
.application-form textarea{border:1px solid #ff8d8d;font-size:13px;padding:5px 7px;width:100%;height:80px;border-radius:2px;background: #fff !important;}
.form-control[readonly] {background-color: #fff!important;}
#photo{border:1px solid #ddd;width:100%;height:100px;}
#photo1{border:1px solid #ddd;width:94px;height:100px;}
#sign{width:100%;height:40px;border:1px solid #ddd;}
#sign1{width:100%;height:40px;border:none;}
.upload-btn-wrapper{width: 100%; position:relative;overflow:hidden;display:inline-block}
.btns{width: 100%; border:1px solid #eee;color:#fff;background-color:#286d8b;padding:0 7.6px;border-radius:0;font-size:13px;font-weight:400;height:26px;line-height:15px}
.upload-btn-wrapper input[type=file]{font-size:100px;position:absolute;left:0;top:0;opacity:0;cursor:pointer}
#agentPhoto{position: relative;margin-top: -25px;top: -5px;}#signStatus{position: relative;margin-top: -9px;top: -5px;}
.file-upload-wrapper{position:relative;width:100%;height:41px;border:1px solid #ccc}
.file-upload-wrapper:after{content:attr(data-text);font-size:14px;position:absolute;top:0;left:0;background:#fff;padding:10px;display:block;width:calc(100% - 40px);pointer-events:none;z-index:20;height:37px;line-height:18px;color:#777;border-radius:0;font-weight:300}
.file-upload-wrapper:before{content:'Upload';position:absolute;top:0;right:0;display:inline-block;height:39px;background:rgb(40, 109, 139);color:#fff;font-weight:500;z-index:25;font-size:12px;line-height:39px;padding:0 20px;text-transform:uppercase;pointer-events:none;border-radius:0}
.file-upload-wrapper:hover:before{background:#03d8aa}
.file-upload-wrapper input{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;height:37px;margin:0;padding:0;display:block;cursor:pointer;width:100%}
/*.appli{

background: #113554;

padding: 11px 15px;

font-size: 13px;

font-weight: 500;

color:#fff;

text-transform: uppercase;

position: relative;

top: -1px;

}*/

.left-contain-input{width: 100%; height: auto; float: left;}
.form-group-top-section{width: 100%; height: auto; float: left;}
.appli:hover{color:#fff}
.bbottom{border-bottom:1px solid #ccc;padding-bottom:10px;margin-bottom:20px}
.breadcrumb li a{color:#e41937}
.modalquote .btn.btn-theme {
    border-radius: 0;
    border: none;
    color: #fff;
    background: #e91736;
    font-weight: 600;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    margin-top: 0;
    width: 100%;
    text-transform: uppercase;
    font-size: 15px;
}
.modalquote .btn1 {
    height: 40px !important;
}

.form-logo {
    width: auto;
    height: auto;
    margin: 0px auto;
    display: table;
}
.submit-bt{width: auto;
    height: auto;
    border: 0px;
    padding: 15px 45px;
    margin: 30px auto;
    display: table;
    border-radius: 30px;
    background: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px}

.submit-bt:hover{
    background:#d81b0e;
    }







.download-section-title{width: 100%; height: auto; float: left; text-align: center;}
.sub-title-tagline{font-size: 12px;
    line-height: 12px;
    color:#6e7279;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: inline-block;
    letter-spacing: 0.1em;}


.section-title-number {
    margin: 0;
    color: #000;
    font-size: 46px;
    line-height: 55px;
     margin-bottom: 35px;
    font-weight: 700;
    margin-top: 2px;
    letter-spacing: -0.04em;
}
.search-box-form-input{width: 100%; height: auto;position: relative;
    display: block;}
.search-box-form-input input[type="search"] {
    height: 84px;
    width: 100%;
    border: 1px solid #d9e1e9;
    outline: none;
    background-color: #fff;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.03);
    font-size: 18px;
    color: var(--sinace-gray);
    font-weight: 300;
    padding-left: 40px;
    padding-right: 75px;
}
.search-box-form-input button[type="submit"] {
    background-color: transparent;
    color: #e40013;
    font-size: 22px;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    width: 62px;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    padding: 0;
}
.search-box-98{width: 100%; height: auto; margin-bottom: 35px}


.registration-table{display: inline-block;}

.registration-table td{border-right: 1px solid #d9e1e9; font-size: 14px; padding: 8px;} 
.registration-table tr{border: 1px solid #d9e1e9; padding: 4px;    }
.user-picture-box{width: 100px; height: 100px; float: left; border: 1px solid #ccc; margin-right: 5px; padding: 2px; overflow: hidden;}
.user-picture-box img{width: 100%; height: auto;}

.certified-box{width: 100px; height: 100px; float: left; overflow: hidden;}
.certified-box img{width: 100%; height: auto;}
.icon-download{text-align: center; color: #000;display: inline-block;}



/*  FEATURES */
.features {
  position: relative;
  padding-top: 80px;
}
.feature-content {
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}

.feature-content-text {
  padding-top: 0px;
  padding-left: 60px;
  padding-right:0px;
}
.feature-content-image img {
  max-width: 100%;
}
.feature-content-text p {
  color: #222;
  font-size: 18px;
  margin-bottom:25px;
}
.feature-art-image {
  position: absolute;
  z-index: 1;
}
.feature-art-image-top-right-art {
  top: -250px;
  right: 0;
}
.feature-art-image-left-art {
  left: 0;
  top: 100px;
}
.feature-art-image-bottom {
  right: 0;
  bottom: 110px;
}
/*  END FEATURES */


/*--------------------------------*/

/* Footer

/*--------------------------------*/
.footer_area {
    width: 100%;
    padding: 50px 0;
    background: #fef5e9;
    position: relative;
    z-index: 1;
    float: left;
}

.footer_area:before{width: 100%; height: 55px;
 background: url(../images/footer-bg.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}

.footer_area h3{font-weight: 700; font-size: 20px; position: relative; margin-bottom: 0; padding-bottom: 20px;color: #be1b2e;}
.foot_left p{line-height:25px; color: #222;margin: 0; font-size: 16px;}
.foot_menu ul li{list-style: none; margin: 10px 0; position: relative;padding-left: 25px;}
.foot_menu ul li a{color: #000;transition: all 0.3s;}
.foot_menu ul li a:hover{color: #efd88c;}
.foot_menu ul li:before{content: "\f105"; font-family: "Font Awesome 6 Free"; font-weight: 900; 
  position: absolute; left: 0;color: #ffde59;}
.foot_menu_pad{padding-left:30px;}
.foot_address p{color: #d2d2d2; display: flex;}
.foot_address p i{max-width: 35px;margin-top: 3px;width: 100%;color: #ffde59;}
.foot_address p span{display: block; color: #000}
.foot_address p span a{color: #000;text-decoration: none;word-break: break-all;}
.foot_social{margin-top: 20px;}
.foot_social a{width:42px; height: 42px; background: #3a559f; color: #fff;text-align: center; display: inline-block;margin: 0 5px 0 0; font-size: 22px;line-height: 42px; border-radius: 100%;}
.foot_social a:nth-child(3){background: #1d9bf0;}
.foot_social a:nth-child(4){background: #ff0000;}

.copy_area{background:#f6dec1;padding: 30px 0;width: 100%; height: auto; float: left;}
.copy_area p{margin: 0; color: #000;}
.copy_right{text-align: right;}

/*--------------------------------*/

/* About Page

/*--------------------------------*/

.inner-background-two {
    background-size: cover;
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.inner-background-two img {
    width: 100%;
    height: auto;
}

.latest-overlay-two {
    width: 100%;
    height: auto;
    font-size: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 0px 100px;
    text-align: left;
    margin-top:166px;
    z-index: 999;
}
.latest-overlay-two h2 {
    font-size: 50px;
    font-family: "Inter", sans-serif;
    font-weight: 800;
    border: 0px;
    color: #cc0000;
    text-transform: uppercase;
    text-align: center;
}

.about-area{width: 100%; height: auto; padding: 80px 0px; float: left; position: relative;}


.about-area:before{width: 100%; height: 55px;
 background: url(../images/contain-5.png); 
 background-repeat: no-repeat;
 position: absolute;
 top: -52px; left: 0px; right: 0px;
 content: "";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.feature-content-image img {
  width: 500px; /* Increase this value to make the image bigger */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  border: 5px solid #ddd; /* Add a border */
}

.animate__animated {
  animation-duration: 1s;
}

.animate__zoomIn {
  animation-name: zoomIn;
}

.animate__fadeInUp {
  animation-name: fadeInUp;
}

@media (max-width: 991px) {
  .feature-content-image,
  .feature-content-text {
    margin-bottom: 30px;
  }
}
.campus-8-section{width: 100%; height: auto; padding: 0px 0px; float: left; position: relative; background: #cc0000}

.our-vition-point{width: 100%; height: auto; float: left; padding:180px 50px 0}
.our-vition-point h2{width: 100%; color: #fff; font-size: 40px; font-weight: 600; margin-bottom: 25px; float: left;}
.our-vition-point p{font-size: 16px; color: #fff}
.our-vition-picture{width: 100%; height: auto; float: left; }
.our-vition-picture img{width: 100%; height: auto;}

.no-padding{ margin: 0px; padding: 0px !important;}

.map-section{width: 100%; height: auto; float: left;}


.photo-gallery{width: 100%; height: auto; padding:50px 0px; float: left; position: relative;}
.photo-event-one{width: 100%; height: auto; float: left; padding: 8px; background: #fff;box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; overflow: hidden; margin-bottom: 20px}
.photo-event{width: 100%; height: auto; float: left; }
.photo-event img{width: 100%; height:100%;transition: transform .8s ease;}
.photo-event:hover img {
  transform: scale(1.1);
}

.content {
  position: relative;
  width: 100%;
  padding: 8px;
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  max-width: 400px;
  margin: auto;
  overflow: hidden;
}
.content a img{transition: transform .8s ease;}
.content a:hover img{transform: scale(1.1);}
.content .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay {
  opacity: 1; z-index:11;
}

.content-image {
  width: 100%;transition: transform .8s ease;
}


.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  z-index: 444;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details {
  top: 50%;
  left: 50%;
  opacity: 1;
}

.content-details h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}

.content-details p {
  color: #fff;
  font-size: 0.8em;
}



.fadeIn-top {
  top: 20%;
}


.text-headline-text{font-size: 18px; float: left; margin-bottom: 15px; width: 100%; background: #d00000; color: #fff; 
  height: auto; font-weight: 600; 
  padding: 10px 15px; margin-bottom: 15px}



.box-one{width: 100%; height: 200px; border-radius:10px; background: linear-gradient(180deg, rgba(245,206,14,1) 1%, rgba(190,0,0,1) 100%);display:table;}
.box-one a{display: table-cell; vertical-align: middle;font-weight: 700; font-size: 18px; line-height: 20px;  padding: 15px;  
  text-align: center; color: #fff}
.box-one:hover a{color: #fff; font-size: 18px; text-decoration: none;border-radius: 10px; background:#be0000}

.modal-header .close {
    padding: 11px 15px !important;
    margin: 0;
    position: absolute;
    right: 22px;
    top: 27px;
    background: #000;
    color: #fff;
    opacity: 5;
    border-radius: 10px;
}

.enquary-section{width: 100%; height: auto; float: left; position: relative; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; padding: 40px}
.enquary-section input[type="text"]{width: 100%; height: auto; padding: 8px; border: 1px solid #dae1e9; border-radius: 4px}
.enquary-section h2{text-align: center; font-size: 30px; margin-bottom:25px; color: #000; width: 100%}

.feature-art-image-top-right-art {
    top:-63px;
    right: 0;
}

.feature-art-image-left-art {
    left: 0;
    bottom: -110px;
    top: auto;
}
.en-enquary{margin-top: 25px;}
.enquary-section input[type=file] {
  width: 100%;
  max-width: 100%;
  color: #444;
  padding: 3px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #dae1e9;
}

.enquary-section input[type=file]::file-selector-button {
  margin-right: 20px;
  border: none;
  background: #f5ce0e;
  padding: 7px 10px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

.enquary-section input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}



























































@media only screen and (max-width:1600px){

.flexslider{height: 600px}
.slider_container{height: 600px}
.flex-caption{top:150px}

.master-english-section:before {
    width: 321px;
    height: 203px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1px;
    left: -31px;
}
.inner-background-two{height: 400px}
.latest-overlay-two{ margin-top:106px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
}


@media only screen and (max-width:1579px){

.flexslider{height: 680px}
.slider_container{height: 680px}
.flex-caption{top:150px}
.flexslider .slides{height: 680px}
.master-english-section:before {
    width: 321px;
    height: 203px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1px;
    left: -31px;
}
.inner-background-two{height: 400px}
.latest-overlay-two{ margin-top: 106px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 45px}
.feature-content-text p{font-size: 16px}
.our-vition-point{padding: 180px 50px 0;}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 30px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
}















@media only screen and (max-width:1480px){

.flexslider{height: 650px}
.slider_container{height: 650px}
.flex-caption{top:150px}
.flexslider .slides{height: 650px}
.master-english-section:before {
    width: 321px;
    height: 203px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1px;
    left: -31px;
}
.inner-background-two{height: 300px}
.latest-overlay-two{ margin-top:86px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 35px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 30px; margin-bottom: 10px}
.our-vition-point{padding: 120px 50px 0;}
.our-vition-picture{margin-bottom: 30px}
.our-vition-point p{font-size: 16px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom:40px; padding-top: 50px; padding-left: 22px;padding-right: 22px}
.application-form p{font-size: 16px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.appli a {
    color: #000;
    font-size: 12px;
    line-height: 24px;
}
}


@media only screen and (max-width:1280px){

.flexslider{height: 400px}
.slider_container{height: 400px}
.flex-caption{top:80px}
.flexslider .slides{height: 400px}
.master-english-section:before {
    width: 321px;
    height: 203px;
    background-size: 80%;
    background-repeat: no-repeat;
    bottom: 1px;
    left: -31px;
}
.footer_area h3{font-size: 15px;}
.mainNav.navbar .nav-item .nav-link{    font-size: 13px; padding: 2px}
.flex-caption h1{font-size: 40px}
.inner-background-two{height: 230px}
.latest-overlay-two{ margin-top: 56px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 35px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding: 50px 50px 0;}
.our-vition-picture{margin-bottom: 30px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 110px; padding-left: 22px;padding-right: 22px}
.registration-table td{padding: 5px; font-size: 13px}
.appli a {
    color: #000;
    font-size: 10px;
    line-height: 24px;
}
}

@media only screen and (max-width: 1023px){
.services-content .title a{font-size: 16px;}
.mt-left-set{padding-top: 40px}
.foot_left p{line-height: 19px;font-size: 14px; margin-bottom: 25px}
    .master-english-section:before { width: 201px;bottom: -56px;
        left: -31px;}
.mainNav.navbar .nav-item .nav-link{    font-size: 13px; padding: 2px}
.navbar-action-button{padding-left: 0px}
.inner-background-two{height: 230px}
.latest-overlay-two{ margin-top: 56px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 35px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 30px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 110px; padding-left: 22px;padding-right: 22px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.registration-table td{padding: 5px; font-size: 11px}
.topbar-left {
    display: table;
    margin: 0px auto;
}
.box-one{height: 180px; margin-bottom: 25px; }
.box-one a{font-size: 20px;}
.register-name{font-size: 30px}
}
@media only screen and (max-width: 767px){
.topbar-left ul li{width: 100%; text-align: center;}
.topbar-left ul li a{margin-right: 0px; padding: 4px 0px; font-size: 14px;}
.top-social{display: table; margin: 0px auto; float: none;}
.appli{width: 100%; text-align: center;}
.logo-one{width:25%; margin: 0px auto; float: none;}
.appli{padding: 7px 12px; margin-top: 0px; margin-bottom: 10px; font-size: 13px;}
.navbar-action-button{display: inline-block; padding-left:0px; width: 72%;}
.button-white{ font-size: 14px; padding: 8px;}
.menu-navber{padding: 5px 10px}
.navbar-action-button{padding-left: 0px}
.announcements-container .container-title{ width:18% }
.flex-caption {
        top: 80px;
    }
.flex-caption h1{font-size: 40px}
.flexslider {
        height: 330px;
    }
.flexslider .slides {
        height:330px;
    }
.flexslider .slides > li{height: 330px}
.slider_container{height: 330px}
.caption_title_line{width: 100%; padding: 11px;}
.mt-left-set{padding-top: 25px}
    .master-english-section:before {
        width: 182px;
        height: 203px;
        background-size: 80%;
        background-repeat: no-repeat;
        bottom: -70px;
        left: -31px;
    }

.counter{font-size: 25px;}
.services-content .title a{font-size: 16px;}
.foot_address p span{font-size: 14px;}
.foot_menu ul li a{font-size: 15px}
.inner-background-two{height: 230px}
.latest-overlay-two{ margin-top: 56px;padding: 0px 10px;}
.latest-overlay-two h2{font-size:45px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 35px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 30px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 110px; padding-left: 22px;padding-right: 22px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.registration-table td{padding: 5px; font-size: 11px}
.box-one{height: 180px; margin-bottom: 25px; }
.box-one a{font-size: 20px;}
.register-name{font-size: 30px}
}

@media only screen and (max-width: 667px){
.topbar-left ul li{width: 100%; text-align: center;}
.topbar-left ul li a{margin-right: 0px; padding: 4px 0px; font-size: 14px;}
.top-social{display: table; margin: 0px auto; float: none;}
.appli{width: 100%; text-align: center;}
.logo-one{width:25%; margin: 0px auto; float: none;}
.appli{    padding: 7px 12px; margin-top: 0px; margin-bottom: 10px; font-size: 13px;}
.navbar-action-button{display: inline-block; padding-left:0px; width: 72%;}
.button-white{ font-size: 14px; padding: 8px;}
.menu-navber{padding: 5px 10px}
.counter{font-size: 25px;}


.announcements-container .container-title {
        width: 29%;
        padding: 14px 6px 12px 7px;
        line-height: 27px;
        font-size: 17px;
    }
.scroll-left p {
        font-size: 13px;
        line-height: 56px;
    }

.flexslider {
        height: 280px;
    }
.flexslider .slides {
        height: 280px;
    }
.flexslider .slides > li{height: 280px}
.slider_container{height: 280px}
.caption_title_line{width: 100%;        padding: 11px;}

.flex-caption {
        top: 60px;
    }
.flex-caption h2{font-size: 15px; line-height: 20px;}
.flex-caption h1{font-size: 20px; line-height: 25px;}
.flex-caption p{font-size: 14px; line-height: 15px;}
.flexslider .slides img{height: 100%}
.master-english-section:before{display: none;}
.topbar-right{width: auto; float: none; margin: 0px auto; display: table;}
.about-dt{width: 100%; height: auto; float: left;}
.about-dt img{width: 100%; height: auto;}
.master-english-section{padding-top: 20px}
.mt-left-set{padding-top: 40px}
.master-g h2{font-size: 25px; line-height: 30px; margin-bottom: 20px;}
.master-g p{font-size: 14px; margin-bottom: 10px}
.readmore-ko {
    padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}


.choose-inner{padding:30px 20px 30px 20px;}
.section-headline h3{font-size: 16px;}

.section-headline p{font-size: 14px;line-height: 20px;}


.services-area{padding-top: 40px}
.services-icon{margin-bottom: 20px;width: 80px; height: 80px}
.services-item{padding: 25px 16px 26px; }
.services-content .title a {
    font-weight: 600;
    font-size: 14px;
    line-height:12px;
}
.readmore-courses{padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;}
.contact-form-section{padding-top:40px; padding-bottom: 70px}
.sec-title h2{font-size: 20px}
.sec-title .text{font-size: 16px;}


.foot_menu_pad{padding-left: 0px; padding-top: 15px}
.foot_social{text-align: center;}
.single-services .service-content h4{font-size: 15px;}
.choose-wrapper .single-services .service-content p{font-size: 13px;}
.services-content .title a{font-size: 18px;}
.foot_address p span{font-size: 14px;}
.foot_menu ul li a{font-size: 15px}

.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.inner-background-two{height: 150px}
.latest-overlay-two{ margin-top: 26px;padding: 0px 10px;}
.latest-overlay-two h2{font-size: 25px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 10px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 110px}
.inner-background-two{height: 150px}
.latest-overlay-two{ margin-top: 26px;padding: 0px 10px;}
.latest-overlay-two h2{font-size: 25px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 10px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 100px}

.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}

.apply-from-section{padding: 0px 15px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.registration-table{padding: 25px 15px}
.registration-table tr{float: left;}
.user-picture-box{margin-right: 0px; margin-bottom: 15px}
.registration-table td{display: table; width: 100%; border-right: 0px}
.certified-box{margin-top: 10px}
.icon-download{padding: 10px 0px}
.section-title-number{font-size: 25px; line-height: 30px}

.box-one{height: 180px; margin-bottom: 25px; }
.box-one a{font-size: 20px;}
.register-name{font-size: 20px}
}

















@media only screen and (max-width: 480px){
  .topbar-left ul li{width: 100%; text-align: center;}
.topbar-left ul li a{margin-right: 0px; padding: 4px 0px; font-size: 14px;}
.top-social{display: table; margin: 0px auto; float: none;}
.appli{width: 100%; text-align: center;}
.logo-one{width:25%; margin: 0px auto; float: none;}
.appli{    padding: 7px 12px; margin-top: 0px; margin-bottom: 10px; font-size: 13px;}
.navbar-action-button{display: inline-block; padding-left:0px; width: 72%;}
.button-white{ font-size: 10px; padding: 8px;}
.menu-navber{padding: 5px 10px}



.announcements-container .container-title {
    width: 37%;
    padding:14px 6px 12px 7px;
    line-height: 16px;
    font-size: 11px;
}
.scroll-left p{    font-size: 10px;
    line-height: 47px;}

.flexslider {
        height: 250px;
    }
.flexslider .slides {
        height: 250px;
    }
.flexslider .slides > li{height: 250px}
.slider_container{height: 250px}
.caption_title_line{width: 100%;        padding: 11px;}

.flex-caption {
        top: 60px;
    }
.flex-caption h2{font-size: 15px; line-height: 20px;}
.flex-caption h1{font-size: 20px; line-height: 25px;}
.flex-caption p{font-size: 14px; line-height: 15px;}
.flexslider .slides img{height: 100%}
.master-english-section:before{display: none;}

.about-dt{width: 100%; height: auto; float: left;}
.about-dt img{width: 100%; height: auto;}
.master-english-section{padding-top: 20px}
.mt-left-set{padding-top: 40px}
.master-g h2{font-size: 25px; line-height: 30px; margin-bottom: 20px;}
.master-g p{font-size: 14px; margin-bottom: 10px}
.readmore-ko {
    padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}


.choose-inner{padding:30px 20px 30px 20px;}
.section-headline h3{font-size: 16px;}

.section-headline p{font-size: 14px;line-height: 20px;}


.services-area{padding-top: 40px}
.services-icon{margin-bottom: 20px;width: 80px; height: 80px}
.services-item{padding: 25px 16px 26px; }
.services-content .title a {
    font-weight: 600;
    font-size: 14px;
    line-height:12px;
}
.readmore-courses{padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;}
.contact-form-section{padding-top:40px; padding-bottom: 70px}
.sec-title h2{font-size: 20px}
.sec-title .text{font-size: 14px;}


.foot_menu_pad{padding-left: 0px; padding-top: 15px}
.foot_social{text-align: center;}
.foot_address p span{font-size: 13px;}
.foot_menu ul li a{font-size: 14px}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.inner-background-two{height: 150px}
.latest-overlay-two{ margin-top: 26px;padding: 0px 10px;}
.latest-overlay-two h2{font-size: 25px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 10px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.campus-8-section{padding-bottom: 100px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.apply-from-section{padding: 0px 15px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.registration-table{padding: 25px 15px}
.registration-table tr{float: left;}
.user-picture-box{margin-right: 0px; margin-bottom: 15px}
.registration-table td{display: table; width: 100%; border-right: 0px}
.certified-box{margin-top: 10px}
.icon-download{padding: 10px 0px}
.section-title-number{font-size: 25px; line-height: 30px}
.register-name{font-size: 20px}
.box-one{height: 150px; margin-bottom: 25px; }
.box-one a{font-size: 18px;}
}

@media only screen and (max-width: 320px){  
.topbar-left ul li{width: 100%; text-align: center;}
.topbar-left ul li a{margin-right: 0px; padding: 4px 0px; font-size: 14px;}
.top-social{display: table; margin: 0px auto; float: none;}
.appli{width: 100%; text-align: center;}
.logo-one{width:25%; margin: 0px auto; float: none;}
.appli{    padding: 7px 12px; margin-top: 0px; margin-bottom: 10px; font-size: 13px;}
.navbar-action-button{display: inline-block; padding-left:0px; width: 72%;}
.button-white{ font-size: 10px; padding: 8px;}
.menu-navber{padding: 5px 10px}



.announcements-container .container-title {
    width: 37%;
    padding:14px 6px 12px 7px;
    line-height: 16px;
    font-size: 11px;
}
.scroll-left p{    font-size: 10px;
    line-height: 47px;}

.flexslider {
        height: 200px;
    }
.flexslider .slides {
        height: 200px;
    }
.flexslider .slides > li{height: 200px}
.slider_container{height: 200px}
.flex-caption{display: none;}
.flexslider .slides img{height: 100%}
.master-english-section:before{display: none;}

.about-dt{width: 100%; height: auto; float: left;}
.about-dt img{width: 100%; height: auto;}
.master-english-section{padding-top: 20px}
.mt-left-set{padding-top: 40px}
.master-g h2{font-size: 25px; line-height: 30px; margin-bottom: 20px;}
.master-g p{font-size: 14px; margin-bottom: 10px}
.readmore-ko {
    padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
}


.choose-inner{padding:30px 20px 30px 20px;}
.section-headline h3{font-size: 16px;}

.section-headline p{font-size: 14px;line-height: 20px;}


.services-area{padding-top: 40px}
.services-icon{margin-bottom: 20px;width: 80px; height: 80px}
.services-item{padding: 25px 16px 26px; }
.services-content .title a {
    font-weight: 600;
    font-size: 14px;
    line-height:12px;
}
.readmore-courses{padding: 8px 26px;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;}
.contact-form-section{padding-top:40px; padding-bottom: 70px}
.sec-title h2{font-size: 20px}
.sec-title .text{font-size: 14px;}


.foot_menu_pad{padding-left: 0px; padding-top: 15px}
.foot_social{text-align: center;}
.foot_address p span{font-size: 13px;}
.foot_menu ul li a{font-size: 14px}




.inner-background-two{height: 150px}
.latest-overlay-two{ margin-top: 26px;padding: 0px 10px;}
.latest-overlay-two h2{font-size: 25px}
.inner-background-two img {
    width: 100%;
    height: 100%;
}
.about-area{padding-top: 30px}
.feature-content-text{padding-left: 0px}
.section-header{font-size: 25px}
.feature-content-text p{font-size: 14px}
.our-vition-point{padding-top: 50px; padding-left:0px; padding-right:0px}
.our-vition-point h2{font-size: 25px; margin-bottom: 10px}
.our-vition-point{padding-top: 30px}
.our-vition-picture{margin-bottom: 10px}
.copy_area p{ font-size:14px; text-align:center; }
.copy_area{padding: 20px 0px;}
.apply-from-section{padding: 0px 15px}
.application-form p{font-size: 14px; padding: 0px 15px}
.profile-detels{margin-bottom: 20px}
.form-group-top-section h5{font-size: 16px}
.registration-table{padding: 25px 15px}
.registration-table tr{float: left;}
.user-picture-box{margin-right: 0px; margin-bottom: 15px}
.registration-table td{display: table; width: 100%; border-right: 0px}
.certified-box{margin-top: 10px}
.icon-download{padding: 10px 0px}
.section-title-number{font-size: 25px; line-height: 30px}

.box-one{height: 150px; margin-bottom: 25px; }
.box-one a{font-size: 15px;}
.register-name{font-size: 20px}
}

/* home form and content  */
.image-container {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s ease;
}

.image-container:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
}

.img-responsive {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.image-container:hover .img-responsive {
  transform: scale(1.05);
}
.container-fluid.pad {
  padding: 20px;
}

.welcome-area {
  background-color: #FFF;
  padding: 30px;
}

.welcome {
  text-align: justify;
  font-family: Montserrat;
  padding: 20px;
}

.welcome-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.welcometext {
  margin-top: 20px;
}

.chairman {
  background-color: #b72634;
  padding: 30px;
  font-family: Montserrat;
  color: #fff;
  border-radius: 5px;
}

.enquiry-title {
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.enquiry-form {
  margin-top: 20px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  width: 100%;
  padding: 10px;
  border: none;
  border-radius: 4px;
}

.pagelink {
  display: inline-block;
  padding: 12px 24px;
  background-color: #b72634;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.pagelink:hover {
  background-color: #8e1f29;
  transform: scale(1.05);
}

.btn-primary {
  display: block;
  width: 100%;
  padding: 12px;
  margin-top: 20px;
  background-color: #fff;
  color: #b72634;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.btn-primary:hover {
  background-color: #f2f2f2;
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .welcome-area {
    padding: 20px;
  }

  .welcome {
    padding: 10px;
  }

  .welcometext {
    margin-top: 10px;
  }

  .chairman {
    padding: 20px;
  }

  .enquiry-title {
    font-size: 20px;
  }
}
.button-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 05vh; /* Optional: Set the height to center vertically */
}

.submit-btn {
  background-color: #ff4d4d; /* Red */
  border: none;
  color: white;
  padding: 15px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.submit-btn:hover {
  background-color: #e63838;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.submit-btn:active {
  background-color: #cc2a2a;
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* carousel */

.carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner {
  display: flex;
  transition: transform 0.5s ease;
}

.carousel-item {
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.carousel-item.active {
  opacity: 1;
}

.carousel-item img {
  width: 100%;
  height: auto;
}

.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  padding: 10px;
  cursor: pointer;
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.indicator.active {
  background-color: #fff;
}

/* Responsive styles */
@media (max-width: 767px) {
  .carousel-control {
    font-size: 20px;
    padding: 5px;
  }
}

/* header main logo  */

.header-main-part {
  background-color: #fff; /* Adjust the background color as needed */
  padding: 20px 0; /* Add some padding for spacing */
}

.full-logo {
  width: 100%; /* Set the width to 100% to make the logo span the entire container */
  max-width: 1900px; /* Set a maximum width to prevent the logo from becoming too large */
  height: auto; /* Maintain the aspect ratio of the logo */
  display: block; /* Ensure the logo is a block-level element */
  margin: 0 auto; /* Center the logo horizontally */
}

/* campus & news  */
.campus-news {
  padding: 40px 0;
  background-color: #f5f5f5;
}

.on-campus h2,
.news-events h2 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

.on-campus h2 span,
.news-events h2 span {
  font-size: 16px;
  font-weight: normal;
  color: #666;
}

.campus-content {
  display: flex;
  align-items: center;
}

.campus-content img {
  width: 220px;
  height: 140px;
  border: 5px solid #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.campus-content img:hover {
  transform: scale(1.05);
}

.campus-text {
  flex: 1;
  margin-left: 20px;
}

.campus-text h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.campus-text p {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.read-more-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #666;
}

.news-marquee {
  height: 120px;
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 10px;
  overflow: hidden;
}

.news-marquee marquee {
  height: 100%;
  color: #333;
}

@media (max-width: 767px) {
  .campus-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .campus-content img {
    margin-bottom: 20px;
  }

  .campus-text {
    margin-left: 0;
  }
}



/* Existing CSS styles */

.campus-nav {
  margin-top: 20px;
  text-align: center;
}

.nav-btn {
  background-color: #333;
  color: #fff;
  border: none;
  padding: 8px 16px;
  margin: 0 5px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.nav-btn:hover {
  background-color: #666;
}

/* student sucess and social */
.student-stories {
  background-color: #333;
  color: #fff;
  padding: 100px 0 60px; /* Add top padding */
  background-image: url('../images/about/3271365.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

.story-section,
.video-section,
.social-section {
  background-color: rgba(68, 68, 68, 0.8);
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s ease;
}

.story-section:hover,
.video-section:hover,
.social-section:hover {
  transform: translateY(-5px);
}

.story-section h2,
.video-section h2,
.social-section h2 {
  font-size: 24px;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.story-section h2 span {
  font-size: 16px;
  font-weight: normal;
  text-transform: none;
  letter-spacing: normal;
}

.student-story {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.student-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.student-details h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.student-details p {
  font-size: 14px;
  line-height: 1.4;
}

.story-nav {
  text-align: center;
}

.nav-btn {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  margin: 0 10px;
  transition: color 0.3s ease;
}

.nav-btn:hover {
  color: #ffcc00;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .col-md-4 {
    margin-bottom: 30px;
  }

  .col-md-4:last-child {
    margin-bottom: 0;
  }

  .student-story {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .student-image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

/* chairmen desk */
.desks-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
  background-image: url('../images/about/17975525.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.desk-column {
  flex-basis: 100%;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: transform 0.3s ease;
  animation: fadeInUp 0.8s ease;
}

.desk-column:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.desk-image-wrapper {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.desk-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.desk-image:hover {
  transform: scale(1.1);
}

.principal-column {
  background-color: rgba(241, 241, 241, 0.8);
}

.chairman-column {
  background-color: rgba(224, 224, 224, 0.8);
}

.desk-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.desk-description {
  font-size: 16px;
  margin-bottom: 20px;
}

.desk-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.principal-button:hover,
.chairman-button:hover {
  background-color: #0056b3;
}

@media screen and (min-width: 768px) {
  .desk-column {
    flex-basis: calc(50% - 20px);
    margin-bottom: 0;
    margin-right: 40px;
  }

  .desk-column:last-child {
    margin-right: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* galley code */
.gallery-section {
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px;
}

.gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-item {
  flex-basis: calc(25% - 10px);
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  margin-bottom: 20px;
}

.gallery-item:hover {
  transform: scale(1.05);
}

.gallery-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.gallery-item:hover .gallery-image {
  transform: scale(1.1);
}

.gallery-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-item:hover::before {
  opacity: 1;
}

.gallery-button {
  text-align: center;
  margin-top: 20px;
}

.view-more-button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.view-more-button:hover {
  background-color: #0056b3;
}

@keyframes fadeInScale {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.gallery-item {
  animation: fadeInScale 0.8s ease;
}

@media screen and (max-width: 768px) {
  .gallery-item {
    flex-basis: 100%;
  }
}
/* requireter logo */
.container-fluid {
  padding: 0;
}

.container {
  padding: 0;
}

/* .row {
  padding: 45px 0 40px 0;
} */

.section_heading3 {
  text-align: center;
  margin-bottom: 30px;
}

.section_heading3 h2 {
  font-size: 28px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section_heading3 span {
  color: #b72634;
}

.btn.btnlink {
  margin-left: 10px;
  background-color: #b72634;
  color: #fff;
  border-radius: 5px;
  padding: 8px 15px;
  text-decoration: none;
}

.heading-underline {
  width: 80px;
  height: 2px;
  background: #b72634;
  margin: 15px auto 25px auto;
}

.marquee-container {
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}

.marquee {
  white-space: nowrap;
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.img-float {
  display: inline-block;
  padding: 10px;
  vertical-align: middle;
}

.img-responsive {
  max-width: 100px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .row {
    padding: 30px 0;
  }

  .section_heading3 {
    margin-bottom: 20px;
  }

  .section_heading3 h2 {
    font-size: 24px;
  }

  .btn.btnlink {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }

  .marquee-container {
    max-width: 100%;
  }

  .img-float {
    padding: 5px;
  }
}

/* maps add */
.map-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Responsive Styles */
@media (max-width: 767px) {
  .map-container {
    padding-top: 75%; /* 4:3 Aspect Ratio for smaller screens */
  }
}

@media (max-width: 480px) {
  .map-container {
    padding-top: 100%; /* 1:1 Aspect Ratio for very small screens */
  }
}

/* about us card style  */
.card-section {
  padding: 80px 0;
}

.card {
  border-radius: 20px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  margin-bottom: 60px;
  padding-top: 60px; /* Added padding-top */
}

.card-icon {
  position: absolute;
  top: -30px; /* Adjusted top position */
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: #fff;
  background-color: inherit;
  padding: 15px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#card-1, #card-3 {
  background-color: #BE0000;
  color: #fff;
}

#card-2 {
  background-color: #F5CE0E;
  color: #000;
}

#card-1:hover {
  background-color: #F5CE0E !important;
  color: #000 !important;
}

#card-2:hover {
  background-color: #BE0000 !important;
  color: #fff !important;
}

#card-3:hover {
  background-color: #F5CE0E !important;
  color: #000 !important;
}

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .card {
    margin-bottom: 30px;
    padding-top: 50px; /* Adjusted padding-top for smaller screens */
  }

  .card-icon {
    top: -25px; /* Adjusted top position for smaller screens */
    font-size: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .card-icon {
    top: -20px; /* Adjusted top position for even smaller screens */
    font-size: 18px;
    width: 50px;
    height: 50px;
    padding: 8px;
  }
}

/* Testimonials Section */
.testimonial-section {
  text-align: center;
  padding: 20px;
}

.testimonial-headline {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}

.testimonial-carousel {
  position: relative;
  overflow: hidden;
  padding: 20px;
}

.testimonial-cards {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonial-card {
  flex: 0 0 calc(33.33% - 20px);
  padding: 20px;
  background-color: #DA6707;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  margin-right: 20px;
  margin-bottom: 20px;
}

.testimonial-card:last-child {
  margin-right: 0;
}

.testimonial-card:hover {
  background-color: #e0e0e0;
}

.testimonial-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 10px;
}

.testimonial-review {
  font-size: 16px;
  margin-bottom: 10px;
}

.testimonial-name {
  font-size: 18px;
  font-weight: bold;
}

.carousel-prev,
.carousel-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: none;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}

/* Media Queries */

@media screen and (max-width: 1024px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .testimonial-card {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .testimonial-card {
    flex: 0 0 100%;
    margin-right: 0;
  }

  .carousel-prev,
  .carousel-next {
    font-size: 18px;
    padding: 5px;
  }
}

/* three section college  */
.info-section {
  padding: 40px 0;
}

.info-container {
  max-width: 960px;
  margin: 0 auto;
  padding: 20px;
}

.info-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.info-col {
  flex: 1;
  padding: 20px;
  text-align: center;
  transition: transform 0.3s ease;
}

.info-col:hover {
  transform: translateY(-5px);
}

.info-col:nth-child(1) {
  background-color: #CE3B04;
}

.info-col:nth-child(2) {
  background-color: #E5930A;
}

.info-col:nth-child(3) {
  background-color:#CE3B04;
}

.info-icon-container {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
}

.info-icon-container:hover {
  background-color: #f2f2f2;
}

.info-icon-container i {
  font-size: 36px;
}

@media screen and (max-width: 768px) {
  .info-col {
    flex-basis: 50%;
  }
}

@media screen and (max-width: 480px) {
  .info-col {
    flex-basis: 100%;
  }
}

/* Accreditation & Affiliation */
.accreditation-section {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.accreditation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.accreditation-item {
  background-color: #fff;
  padding: 30px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.accreditation-item:hover {
  transform: translateY(-5px);
}

.accreditation-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

.accreditation-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.accreditation-description {
  font-size: 16px;
  color: #777;
}

@media screen and (max-width: 768px) {
  .accreditation-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

.accreditation-description {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .accreditation-description {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .accreditation-description {
    font-size: 14px;
  }
}

/* bank account  */
.bank-details {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.bank-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bank-section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.bank-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.bank-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 400px;
  padding: 20px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  transition: transform 0.3s ease;
}

.bank-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.bank-item:last-child {
  margin-right: 0;
}

.bank-icon {
  font-size: 24px;
  margin-right: 20px;
  color: #BE0000;
}

.bank-title {
  font-size: 20px;
  margin-bottom: 5px;
}

.bank-detail {
  font-size: 16px;
  color: #777;
}

@media screen and (max-width: 1200px) {
  .bank-item {
    width: calc(50% - 20px);
  }

  .bank-item:nth-child(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .bank-item {
    width: 100%;
    margin-right: 0;
  }
}

/* holiday list downloader */
.holiday-list {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.holiday-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}




.holiday-viewer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.holiday-pdf {
  width: 100%;
  height: 500px;
  border: none;

  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.holiday-pdf:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.holiday-download {
  text-align: center;
}

.holiday-download .download-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #E9A00B;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.holiday-download .download-btn:hover {
  background-color: #000000;
}

.holiday-download .download-btn i {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .section_heading3 h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .section_heading3 h2 {
    font-size: 24px;
  }

  .holiday-pdf {
    height: 300px;
  }
}
/* admission_procedure */
.bitm {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 50px;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.content {
  width: 100%;
  max-width: 800px;
}

.icon {
  font-size: 48px;
  color: #BE0000;
  margin-bottom: 20px;
}



@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .bitm {
    padding: 30px;
  }
}

/* services */
.bitm-facilities-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.bitm-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bitm-section-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}

.bitm-facilities-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.bitm-facility-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bitm-facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.bitm-card-icon {
  font-size: 36px;
  color: #E9A00B;
  margin-bottom: 20px;
}

.bitm-card-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.bitm-card-description {
  color: #555;
}

@media screen and (max-width: 768px) {
  .bitm-facilities-grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

@media screen and (max-width: 480px) {
  .bitm-facilities-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}
/* eligibility */
.bitm-eligibility-section {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.bitm-eligibility-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}



.bitm-eligibility-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.bitm-eligibility-item {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px 50px;
  border: 2px solid #DA6707;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bitm-eligibility-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15);
}

.bitm-eligibility-subtitle {
  font-size: 24px;
  margin-bottom: 10px;
}

.bitm-eligibility-description {
  font-size: 16px;
  color: #555;
}

@media screen and (max-width: 768px) {
  .bitm-section_heading3 h2 {
    font-size: 28px;
  }

  .bitm-eligibility-subtitle {
    font-size: 20px;
  }

  .bitm-eligibility-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .bitm-section_heading3 h2 {
    font-size: 24px;
  }

  .bitm-eligibility-subtitle {
    font-size: 18px;
  }

  .bitm-eligibility-description {
    font-size: 12px;
  }
}

/* anti ragging  */
.bitm-anti-ragging {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.bitm-anti-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bitm-anti-image-container {
  text-align: center;
  margin-bottom: 40px;
}

.bitm-anti-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.bitm-anti-image:hover {
  transform: scale(1.05);
}

.bitm-anti-content {
  text-align: center;
}

.bitm-anti-heading {
  font-size: 32px;
  margin-bottom: 20px;
  color: #DA6707;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bitm-anti-description {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
}

.bitm-anti-doc {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  animation: slide-up 0.5s ease;
}

.bitm-anti-doc-header {
  background-color: #DA6707;
  color: #fff;
  padding: 10px 20px;
}

.bitm-anti-subheading {
  font-size: 24px;
  margin: 0;
}

.bitm-anti-doc-body {
  padding: 20px;
}

.bitm-anti-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 0;
  text-align: left;
}

.bitm-anti-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(20px);
}

.bitm-anti-list li:nth-child(1) {
  animation-delay: 0.1s;
}

.bitm-anti-list li:nth-child(2) {
  animation-delay: 0.2s;
}

.bitm-anti-list li:nth-child(3) {
  animation-delay: 0.3s;
}

.bitm-anti-list li:nth-child(4) {
  animation-delay: 0.4s;
}

.bitm-anti-list li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .bitm-anti-heading {
    font-size: 28px;
  }

  .bitm-anti-subheading {
    font-size: 20px;
  }

  .bitm-anti-list li,
  .bitm-anti-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .bitm-anti-heading {
    font-size: 24px;
  }

  .bitm-anti-subheading {
    font-size: 18px;
  }

  .bitm-anti-list li,
  .bitm-anti-description {
    font-size: 12px;
  }
}
/* step anti ragging */
.bitm-bolpur-action-section {
  padding: 60px 0;
  background-color: #f4f4f4;
}

.bitm-bolpur-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.bitm-bolpur-heading {
  font-size: 32px;
  color: #333;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bitm-bolpur-card {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  animation: slide-up 0.5s ease;
}

.bitm-bolpur-card-content {
  max-width: 800px;
  margin: 0 auto;
}

.bitm-bolpur-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bitm-bolpur-admin-action {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  animation: slide-up 0.5s ease;
}

.bitm-bolpur-subheading {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
  position: relative;
  padding-left: 30px;
}

.bitm-bolpur-subheading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #ff6b6b;
  border-radius: 50%;
}

.bitm-bolpur-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.bitm-bolpur-list li {
  font-size: 16px;
  color: #555;
  margin-bottom: 10px;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(20px);
}

.bitm-bolpur-list li:nth-child(1) {
  animation-delay: 0.1s;
}

.bitm-bolpur-list li:nth-child(2) {
  animation-delay: 0.2s;
}

.bitm-bolpur-sublist {
  list-style-type: circle;
  margin-left: 20px;
  margin-bottom: 10px;
}

.bitm-bolpur-sublist li {
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
  animation: fade-in 0.5s ease;
  animation-fill-mode: forwards;
  opacity: 0;
  transform: translateY(20px);
}

.bitm-bolpur-sublist li:nth-child(1) {
  animation-delay: 0.3s;
}

.bitm-bolpur-sublist li:nth-child(2) {
  animation-delay: 0.4s;
}

.bitm-bolpur-sublist li:nth-child(3) {
  animation-delay: 0.5s;
}

.bitm-bolpur-sublist li:nth-child(4) {
  animation-delay: 0.6s;
}

.bitm-bolpur-sublist li:nth-child(5) {
  animation-delay: 0.7s;
}

.bitm-bolpur-sublist li:nth-child(6) {
  animation-delay: 0.8s;
}

.bitm-bolpur-sublist li:nth-child(7) {
  animation-delay: 0.9s;
}

.bitm-bolpur-sublist li:nth-child(8) {
  animation-delay: 1s;
}

.bitm-bolpur-sublist li:nth-child(9) {
  animation-delay: 1.1s;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .bitm-bolpur-heading {
    font-size: 28px;
  }

  .bitm-bolpur-subheading {
    font-size: 20px;
  }

  .bitm-bolpur-text,
  .bitm-bolpur-list li {
    font-size: 14px;
  }

  .bitm-bolpur-sublist li {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .bitm-bolpur-heading {
    font-size: 24px;
  }

  .bitm-bolpur-subheading {
    font-size: 18px;
  }

  .bitm-bolpur-text,
  .bitm-bolpur-list li {
    font-size: 12px;
  }

  .bitm-bolpur-sublist li {
    font-size: 10px;
  }
}
/* alumni */
.bitm-alumni-section {
  padding: 60px 0;
  background-color: #f8f8f8;
}

.bitm-alumni-top-image,
.bitm-alumni-bottom-image {
  text-align: center;
}

.bitm-alumni-top-image img,
.bitm-alumni-bottom-image img {
  max-width:760px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.bitm-alumni-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
}

.bitm-alumni-content {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  margin-bottom: 40px;
  animation: slide-up 0.5s ease;
  max-width: 100%;
}

.bitm-alumni-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  text-align: justify;
}

.bitm-alumni-blink {
  animation: blink 1s infinite;
}

.bitm-alumni-heading {
  font-size: 32px;
  color: #DA6707;
  text-align: center;
  margin-bottom: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.bitm-alumni-form {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 30px;
  animation: slide-up 0.5s ease;
  max-width: 100%;
}

.bitm-alumni-form-group {
  margin-bottom: 20px;
}

.bitm-alumni-label {
  display: block;
  font-size: 16px;
  color: #555;
  margin-bottom: 5px;
}

.bitm-alumni-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  color: #555;
}

.bitm-alumni-input:focus {
  outline: none;
  border-color: #DA6707;
  box-shadow: 0 0 5px rgba(218, 103, 7, 0.3);
}

.bitm-alumni-submit-btn {
  display: block;
  width: 100%;
  padding: 10px;
  background-color: #DA6707;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.bitm-alumni-submit-btn:hover {
  background-color: #b35906;
}

@keyframes slide-up {
  from {
    transform: translateY(20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .bitm-alumni-heading {
    font-size: 28px;
  }

  .bitm-alumni-label,
  .bitm-alumni-input,
  .bitm-alumni-submit-btn,
  .bitm-alumni-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .bitm-alumni-heading {
    font-size: 24px;
  }

  .bitm-alumni-label,
  .bitm-alumni-input,
  .bitm-alumni-submit-btn,
  .bitm-alumni-text {
    font-size: 12px;
  }
}

/* courses */
.bitm-new-courses {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
  color: #333;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.course-category {
  margin-bottom: 40px;
}

.category-title {
  color: #555;
  margin-bottom: 20px;
  font-size: 20px;
  border-bottom: 2px solid #ddd;
  padding-bottom: 8px;
}

.course-list {
  list-style-type: none;
  padding: 0;
}

.course-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  color: #333;
}

.course-list li::before {
  content: "\2022";
  color: #ff6b6b;
  font-weight: bold;
  position: absolute;
  left: 0;
}

@media (max-width: 768px) {
  .bitm-new-courses {
    padding: 20px;
  }

  .section-title {
    font-size: 24px;
  }

  .category-title {
    font-size: 18px;
  }
}