@import url(animate.min.css);
@import url(bootstrap-icons.min.css);
@import url(all.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(aos.css);
@import url(fancybox.css);
@import url(swiper-bundle.min-6.8.css);
@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;400;500;600;700;800&family=DM+Serif+Display:ital@0;1&family=Noto+Sans:wght@400;500;600;700;800&display=swap');
*{ margin: 0; padding: 0; }
html,body {scroll-behavior: smooth;}
body {height: 100%;width:100%;margin:0;padding:0;font-size: 14px;font-weight: 400;color: #202021; font-family: 'Noto Sans', sans-serif; line-height: 1.3;font-display: swap;animation: fadeInAnimation ease 3s;
animation-iteration-count: 1;animation-fill-mode: forwards;scroll-behavior: smooth;}
img, .img-fluid {image-rendering: -webkit-optimize-contrast;}
@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
     }
}
a {color: #0058a0;text-decoration: none;transition: all .5s ease;cursor:pointer;}
ul {padding:0;margin:0;list-style-type:none}
p {font-size: 15px;line-height:1.3}
h1, h2, h3, h4, h5, h6 {color:#101012;font-family:'Merriweather Sans', sans-serif;}
.accordion-button {font-weight:500;font-size: 18px; padding: 15px;}
.font_500 {font-weight:500}
.w_600 {font-weight:600}
.btn_theme {
    display: inline-block;
    line-height: normal; 
    padding: 7px 12px;
    background: transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #111;
    position: relative;
    font-weight: 500;    -webkit-transition: .6s;
    transition: .6s;
    overflow: hidden;
    z-index: 1;color: #111;    margin-top: 5px;border-radius: 5px;
}
.btn_theme.theme_bg{ background: #1dddcb; border: 1px solid #1dddcb;color: #fff;}
.btn_theme.theme_bg_white{ background: #fff; border: 1px solid #fff;color: #020202;}
.btn_theme.theme_bg:not(.btn-inline):after, .btn_theme.theme_bg:not(.btn-inline):before { background: #fff;}
.btn_theme.theme_bg:hover{color: #444;border-color:#444;}
.btn_theme.theme_bg_white:hover{color: #fff;border-color:#1dddcb;}
.btn_theme:not(.btn-inline):after, .btn_theme:not(.btn-inline):before {
    content: '';
    background: #1dddcb;
    height: 50%;
    width: 0;
    z-index: -1;
    position: absolute;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btn_theme:not(.btn-inline):before {
    top: 0;
    left: 0;
    right: auto;
}
.btn_theme:not(.btn-inline):hover:before {
    width: 100%;
    right: 0;
    left: auto;
}
.btn_theme:not(.btn-inline):after {
    bottom: 0;
    right: 0;
    left: auto;
}
.btn_theme:not(.btn-inline):hover:after {
    width: 100%;
    left: 0;
    right: auto;
}
.btn_theme:hover{color: #fff;border-color:#e7a81d;border-color: #fff;}
.btn_theme.sm_btn {padding:5px 12px; font-size: 12px;letter-spacing:1px;}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1240px;
}
header {position: relative;}
.hindi_font {font-family: 'Noto Sans', sans-serif;font-weight:500;font-size: 34px;color: #383838;}
.big {font-size: larger;} 
header {position: relative;}
.owl-carousel .owl-item img {width: inherit;}
.row_mg0 {margin:0} 
.col_pd0 {padding:0} 
.tooltip-inner {
    background-color: #032954;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #032954;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #032954;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #032954;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #032954;
}
video {object-fit: fill;}
/*
.list_control .list-item { padding: 0; list-style-type: none;margin-bottom: 0;}
.list_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 0;
    color: #f2c64d;
    font-size: 16px;
    text-align: left;
}
.list_control .list-item li {
    padding-left: 25px;
    padding-bottom: 0;font-weight: 400;
    line-height: 1.3; 
    text-align: left;
} */
.text_left {text-align:left}
.text_center {text-align:center}
.text_right {text-align:right}
.table thead th {font-weight:600;font-size:16px; vertical-align: middle;} 
.blink_text {
-webkit-animation: glowing 1500ms linear infinite;
    -moz-animation: glowing 1500ms linear infinite;
    -o-animation: glowing 1500ms linear infinite;
    animation: glowing 1500ms linear infinite;
    transition: 0.5s ease;    padding: 5px 10px;
    border-radius: 15px;color: #fff !important;
    font-weight: 500 !important;
}
@-webkit-keyframes glowing {
  0% {background-color: #ec0024;}
  50% {background-color: #ff8d2a; }
  100% { background-color: #ec0024; }
}

@-moz-keyframes glowing {
  0% {background-color: #ec0024;}
  50% {background-color: #ff8d2a; }
  100% { background-color: #ec0024; }
}

@-o-keyframes glowing {
  0% {background-color: #ec0024;}
  50% {background-color: #ff8d2a; }
  100% { background-color: #ec0024; }
}

@keyframes glowing {
  0% {background-color: #ec0024;}
  50% {background-color: #ff8d2a; }
  100% { background-color: #ec0024; }
}
.blink_text:hover {padding: 5px 12px;transform:scale(1.03);box-shadow:0 5px 10px #ddd}
 
/*================== Notification Window ==================== */
.notice_flash {
  position: relative;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #18578b;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
}
.notice_flash .notice_text {
  color: #fff;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
   font-weight: 400;padding: 15px;
}
.notice_flash .notice_text a {color:#fdff3c;position:relative;font-weight: 500;}
.notice_flash .notice_text a:hover {color:#e1feff;}
.notice_flash .notice_text a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background-color: #fff;
    content: "";
    height: 1px;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    -o-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.notice_flash .notice_text a:hover:after {left: 0;width: 100%;}
.notice_flash .news_head {
  height: auto;position:relative;
 background-color: #ffa520;
  padding: 13px 30px 12px 30px;
  color: #fff;
  z-index: 1;overflow: hidden;
  display: block;text-transform: uppercase;
}
.notice_flash .news_head:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 5s infinite;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
}
@keyframes slide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.article-details ul li {position:relative;display: block; padding: 10px 5px 0;padding-left:20px;}
.article-details ul li:before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "\f105";
    font-family: 'FontAwesome';
    font-size: 15px;
    font-weight: 600;
    color: #e30009;
}
.article-details ul li h6 {font-weight: 500;}
.article-details ul li ul {margin-bottom: 15px;}
.article-details ul li ul li:before {content: "\f04b";font-size: 12px;color: #fa963a; top: 12px;}
 
/****  Main Menu Override  ======================================== ****/




/****  Main Menu Override   ======================================= ****/
 
.article-details table th, .article-details table td {border: 1px solid #e0e0e0; padding: 8px 8px;}
.article-details table thead tr:first-child { background-color: #0073b7;color: #fff;font-weight:500;font-size: 16px;}
/* .article-details table tr:nth-child(even) { background-color: #f3f3f3;} */
.article-details table th p, .article-details table td p{margin: 0px;padding: 0px;}
.article-details table td a{    color: #0069ed;
    background-color: #ffffff;
  padding: 0px 6px;
    border-radius: 3px;
    font-size: 13px;
    border: 1px solid #bdd9fb;display: inline-block;}
.article-details table td a:hover{color: #ffffff;background-color: #0069ed;}
.article-details table th {font-weight: 600;}





 
    
 
/* CSS Editon  SATI College  ========================== */
 
.video_view {position:relative;}
.video_view .video_img {position:relative;}
.video_view .video_img img {border-radius:7px;position:relative;}
.video_view .video_img:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:linear-gradient(135deg,rgb(0 163 43 / 77%) 0,rgb(82 116 197 / 13%) 40%,rgb(229 62 12 / 74%) 65%,rgb(3 16 203 / 91%) 100%);
    content: "";
    border-radius: 7px;    z-index: 1;
	
}
/* .video_icon {margin-top: 30px;position:relative}  */
.video_icon {position: absolute;bottom: 7%;left: 0;right: 0;text-align: center;    z-index: 1;} 
.video_icon a {
	height: 60px;
	width: 60px;
	border-radius: 50%;
	color: #f2fffb;
	text-align: center;
	line-height: 60px;
	font-size: 26px;
	 display: block;
    margin: 0 auto;
	position: relative;
	border: 2px solid rgb(255 255 255);    margin-bottom: 10px;
}
.video_head {padding:5px 30px;position:relative;background:#e54242;color:#fff;    font-weight: 500;}
.video_icon .ripple:before {
    position: absolute;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    content: '';
    border: 2px solid rgb(221 246 239 / 0.25);
    border-radius: 50%;
}
.video_icon .ripple:after {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.14);
	-webkit-animation: ripple 3s infinite;
	animation: ripple 3s infinite;
}
.video_icon .ripple:after {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
}

@-webkit-keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}

@keyframes ripple {
	70% {
		-webkit-box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 70px rgba(244, 68, 56, .0);
	}
	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
		        box-shadow: 0 0 0 0 rgba(244, 68, 56, .0);
	}
}
.list_control .list-item { padding: 0; list-style-type: none;margin-bottom: 10px;}
.list_control .list-item i {
    float: left;
    padding: 0;
    margin-top: 2px;
    color: #f50000;
    font-size: 16px;
    text-align: left;
}
.list_control .list-item li {
    padding-left: 25px;
    padding-bottom: 10px;font-weight: 400;
    line-height: unset; 
    letter-spacing: 0.5px; font-size: 14px;text-align: left;
}
 
/* Footer ===================== */

/* #sp-section-13:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .1;    z-index: -1;
    background-image: url(../images/b1.png);
}
*/
.copyright_div {position: relative; }
.copyright_div p {margin-bottom:0;color:#fff;font-size: 14px;}
.copyright_div p a {color:#fff;font-size: 14px;}
.copyright_div p a:hover {color:#ffd60a;}
.text_left {text-align:left}
.text_center {text-align:center}
.text_right {text-align:right}
 
#sp-copyright {position:relative; background: #18578b;}
#sp-copyright p {margin-bottom:0;padding:0 0 10px;color:#fff;font-size: 14px;}
#sp-copyright p a {color: #ffe427;}
.text_left, .text_left p {text-align:left}
.text_center, .text_center p {text-align:center}
.text_right, .text_right p {text-align:right}
footer .list_control .list-item li {font-size: 14px;color: #eee;}
footer .list_control .list-item i {color:#86a7c9}
.article-details table td a.red_linetext {color: #d10d0d;}
.article-details table td a.red_linetext b {font-weight: 600;}
.article-details table td a.red_linetext:hover {color:#fff}


/*  Page Style ============================ */
.flex_header {display:flex;align-items:center;padding: 5px 0;}
.extra-nav {position: relative;z-index: 9;margin-left: auto;}
.social_hover, .social_hover_a {position: relative;}
.social_hover ul li {display:inline-flex;}
.extra-nav a {color: #fff;padding: 5px;font-size: 16px;}
.sp-module .extra-nav ul>li>a {color: #fff;}
.extra-nav a.login_select {border: 1px solid #ddd; border-radius: 7px;}
.extra-nav a.login_select:hover { background: #032954; color: #fff; border-color: #032954; }
.social_hover .social_list{display:flex;flex-direction:column;position:absolute;top:calc(100% + 10px);left:0;visibility:hidden}
.social_hover .social_list li{transition:all .3s ease-out 0s;opacity:0;visibility:hidden;gap:10px;margin-bottom:5px;}
.social_hover .social_list li:not(:last-child){transform:translateY(10px)}
.social_hover .social_list li:nth-child(4){transition-delay:.1s}
.social_hover .social_list li:nth-child(3){transition-delay:.15s}
.social_hover .social_list li:nth-child(2){transition-delay:.2s}
.social_hover .social_list li:first-child{transition-delay:.25s}
.social_hover .social_list li a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:#032954;color:#fff;font-size:14px}
.social_hover .social_list li a:hover{color:#18578b;background:#fff}
.social_hover .social_hover_a:hover .social_list {visibility: visible;}
.social_hover .social_hover_a:hover .social_list li:not(:last-child) {transform: translateY(0);}
.social_hover .social_hover_a:hover .social_list li {opacity: 1;visibility: visible;}

.extra-nav .dropdown-menu a {font-size:14px;margin-right:5px;padding:5px; text-align: left;display: inline-block;color:#fff}
.extra-nav .dropdown-menu a:hover {background:#0065d0;color:#fff}
.dropdown-menu.show {text-align: center;background: rgb(5, 6, 8, 0.86);}
/* .sticky-header.sticky .dropdown-menu.show { background: rgb(255, 255, 255);} */
/* .header-style1 .sticky-header.sticky .extra-nav .dropdown-menu a{color:#000;} */
/* .header-style1 .sticky-header.sticky .extra-nav .dropdown-menu a:hover{color:#fff;} */


.flex_header {display:flex;align-items:center;padding: 5px 0;}
.logo_side {position: relative;z-index: 11;background:#fff;padding: 5px;border-radius: 50%;}
.logo_side_img {vertical-align: middle;height: 100%;background: #fff;box-shadow: 0 0 15px #c9c9c9;padding: 10px;border-radius: 50%; }
.logo_side_img img {max-width: 75px;}
.dropdown_search {
  position: absolute;
  top: 130%;
  right: 0;
  z-index: 9;
  width: 370px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  display: none;background: rgb(14, 12, 12, 0.52);
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .dropdown_search {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .dropdown_search {
    width: 240px;
    right: 0;
  }
}
.dropdown_search form {
  position: relative;
  width: 100%;
}
.dropdown_search form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.dropdown_search form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.dropdown_search form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.dropdown_search form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.dropdown_search form input {
  width: 100%;
  border: 0;
  background: inherit;
  height: 42px;
  color: #fff;
  padding: 0 50px 0 10px;
}
.dropdown_search form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: inherit;
  height: 100%;
  width: 40px;
  text-align: center;
  font-size: 18px;
  color: #ffc107;
}
.dropdown_search form button:hover {
  color: #ffc107;
}
#sp-header {height:unset;position: relative;background: #fff;width: 100%;padding: 0;-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);}
.main_header .row {align-items:center}
div#maximenuck110 ul.maximenuck {background:transparent !important}

div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {  /*  padding: 12px 6px !important; */ font-weight: 500;  text-transform: uppercase;font-family: 'Merriweather Sans', sans-serif;font-size:16px;text-align: left;    padding: 12px 25px !important;color: #1e1d36 !important;letter-spacing: .6px;}

div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active {background:transparent !important}
/* div#maximenuck110.maximenuckh ul.maximenuck li.level1.parent > a {padding-right:20px !important} */
div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after { border-color: #27263f transparent transparent transparent !important;}

#sp-header .sp-module {
    margin-left: 0;
}
div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > a span.titreck {color:#ffda3c !important}
#sp-top2 .sp-column {justify-content:end}

.slide_img{
    position: relative;
    transition: 3s all;
}
.slide_img:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
     background: linear-gradient(0deg,rgb(7, 15, 22, 0.18) 0%,rgb(10, 18, 38, 0.09) 66%,rgb(1, 7, 22, 0.40) 85%); 
    background-size: scover;
 
}
.video-fluid {position:relative;width:100%;height:100vh;object-fit: fill;    z-index: -1;}

.menu_control {justify-content:center}
div#maximenuck110 .maxiFancybackground {border-top: 0 !important;}

div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > span.separator {color: #3c4cff !important}

#sp-header.header-sticky {background: #18578b;z-index: 99;}
#sp-header.header-sticky .logo_side_img img {max-width: 70px;}
#sp-header.header-sticky .logo_side_img {padding: 7px;}




.features_wrap {position: relative;margin-top:-10px;}
.features_wrap .feature_item_wrap {
    position: relative;
}

.features_wrap .feature_item_wrap .feature_item,
.features_wrap .feature_item_wrap .feature_item-hidden {
  background: #16182F;
  padding: 60px;
  text-align: center;
  position: relative;
}
.features_wrap .feature_item_wrap .feature_item.bg_1 {background: #18578b;}
.features_wrap .feature_item_wrap .feature_item.bg_2 {background: #f5f2ef;}
.features_wrap .feature_item_wrap .feature_item.bg_3 {background: #f5f2ef;}
.features_wrap .feature_item_wrap .feature_item.bg_4 {background: #18578b;}



/*
.features_wrap .feature_item_wrap .feature_item:before,
.features_wrap .feature_item_wrap .feature_item-hidden:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 150px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.52%, #212335), color-stop(50%, #8B8DAD), to(#222337));
  background: linear-gradient(180deg, #212335 0.52%, #8B8DAD 50%, #222337 100%);
  content: '';
} */
/*
.features_wrap .feature_item_wrap .feature_item .icon {
  font-size: 50px;
  color: #fff;
}
.features_wrap .feature_item_wrap .feature_item-hidden .icon {
  font-size: 70px; color:#fff
}
*/
.features_wrap .feature_item_wrap .feature_item .icon, .features_wrap .feature_item_wrap .feature_item-hidden .icon {
    width: 90px;
    background: #fff;
    height: 90px;
    border-radius: 100%;
    text-align: center;
    line-height: 90px;
    margin: 0 auto;
    padding-top: 12px;
    display: block;
    position: relative;
    margin-bottom: 15px;
}
.features_wrap .feature_item_wrap .feature_item .icon img, .features_wrap .feature_item_wrap .feature_item-hidden .icon img {
    margin: 0 auto;
}
.features_wrap .feature_item_wrap .feature_item-hidden .icon {box-shadow:0 5px 10px #eee}


.features_wrap .feature_item_wrap .feature_item h2,
.features_wrap .feature_item_wrap .feature_item-hidden h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;text-transform: uppercase;
}
.feature_item h6 {color:#ddd}
.features_wrap .feature_item_wrap .feature_item h2,
.features_wrap .feature_item_wrap .feature_item-hidden h2 {
  color: #fff;    margin-bottom: 0;
}

@media (max-width: 1399px) {
  .features_wrap .feature_item_wrap .feature_item {
    padding: 40px;
  }
}

@media (max-width: 1199px) {
  .features_wrap .feature_item_wrap .feature_item {
    padding: 40px 20px;
  }
}

@media (max-width: 991px) {
  .features_wrap .feature_item_wrap .feature_item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

.features_wrap .feature_item_wrap .feature_item-hidden {
  position: absolute;
  left: -5%;
  top: -30px;
  width: 110%;
  padding: 40px 30px;
  background: -webkit-gradient(linear, left top, right top, color-stop(11.32%, #fefeff), color-stop(95.28%, #ffffff));
  background:linear-gradient(90deg, #fefeff 11.32%, #ffffff 95.28%);
  border-radius: 20px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .5s;
  transition: all .5s;    box-shadow: 0 5px 10px #ddd;
}
.features_wrap .feature_item_wrap .feature_item-hidden .icon  {color: #18578b;}
.features_wrap .feature_item_wrap .feature_item-hidden h2 {color: #18578b;}


@media (max-width: 1399px) {
  .features_wrap .feature_item_wrap .feature_item-hidden {
    top: -45px;
  }
}

.features_wrap .feature_item_wrap .feature_item-hidden::before {
  display: none;
}

.features_wrap .feature_item_wrap .feature_item-hidden p {
  margin-bottom: 0;
  color: #020202;
}



@media (max-width: 1199px) {
  .features_wrap .feature_item_wrap .feature_item-hidden {
    padding: 20px 10px;
    width: 112%;
    top: -28px;
  }
}

@media (max-width: 991px) {
  .features_wrap .feature_item_wrap .feature_item-hidden {
    top: 0px;
    width: 100%;
    border-radius: 0;
    height: 100%;
    left: 0;padding: 10px 10px;
  }
  .features_wrap .feature_item_wrap .feature_item-hidden .icon, .features_wrap .feature_item_wrap .feature_item-hidden h2 {
    display:none
  }
}

.features_wrap .feature_item_wrap:hover .feature_item-hidden, .features_wrap .feature_item_wrap.active .feature_item-hidden {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.features_wrap .col:first-child .feature_item:before {
  display: none;
}


.features_wrap .feature_item_wrap .feature_item.bg_2 .icon, .features_wrap .feature_item_wrap .feature_item.bg_3 .icon {color:#18578b}
.features_wrap .feature_item_wrap .feature_item.bg_2 h6, .features_wrap .feature_item_wrap .feature_item.bg_3 h6 {color:#607ea0}
.features_wrap .feature_item_wrap .feature_item.bg_2 h2, .features_wrap .feature_item_wrap .feature_item.bg_3 h2 {color:#18578b}
.readmore {
color: #fff; font-size: 15px; padding: 2px 10px 5px; border-radius: 20px; font-weight: 500;background: #032954;    font-family: 'Noto Sans';
    font-style: normal;
}
.readmore:hover, .readmore:focus {color:#fff}
.simplelink {color: #e7811b;font-weight: 500;}
.simplelink:hover {color:#ec180c;}
.theme_botton {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    border: none;
    outline: none !important;
    background: #ff5e14;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 7px 20px;
    border-radius: 30px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    letter-spacing: 0.01em;
    overflow: hidden;
    z-index: 1;
}


.theme_botton::before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #18578b;
    color: #ffffff;
    transition: 0.5s;
    transform-origin: bottom;
    transform: translateY(-100%) rotateX(90deg);
}

.theme_botton:hover::before {
    transform: translateY(0) rotateX(0deg);
}

.theme_botton::after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background:#032954;
    color: #ffffff;
    transition: 0.5s;
    transform-origin: top;
    transform: translateY(0) rotateX(0deg);
}
 
.theme_botton:hover::after {
    transform: translateY(100%) rotateX(90deg);
}

.theme_btn {
	cursor: pointer;
	display: inline-block;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.theme_botton.theme_2::before {background:#ff5e14;}
.theme_botton.theme_2::after {background: #020202;}

.font_w500 {font-weight:500}
.about_side {position:relative;padding-right:50px;}
.about_side h1 {font-size: 26px;}
.about_side p {text-align:justify}
.about_side h5 span {font-size: 16px; text-transform: uppercase;color:#025395;font-weight: 700;}



.testimonial_layout {
  position: relative;
  display: block;
  border-radius: 30px;
  z-index: 1;
  transition: transform 500ms ease;background: #fafafa;height:100%; border: 1px solid #ddd;    margin: 1px;
}


.testimonial_layout_inner {
  position: relative;
  display: block;
  border-radius: 30px;
  
  padding: 20px 20px 20px;
  overflow: hidden;
  z-index: 1;
}

.testimonial_layout_text {
    padding: 0 10px;
    text-align: justify;
}

.testimonial_layout_info {
  position: relative;
  display: flex;
  align-items: center;
    padding: 0 0 10px;
}

.testimonial_layout_imgbox {
  position: relative;
  display: block;
  width: 125px;
  height: 120px;
  border-radius: 50%;
  background-color: #ffc950;
  padding: 5px;
}

.testimonial_layout_img {
  position: relative;
  display: block;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  background-color: #fff;
}

.testimonial_layout_img img {
  border-radius: 50%;
  border: 5px solid #f5f5f5;    max-width: 100%;
}

.testimonial_layout_content {
  position: relative;
  display: block;
  margin-left: 20px;width:calc(100% - 150px)
}

.testimonial_layout_ratings {
  position: relative;
  display: flex;
  align-items: center;
}

.testimonial_layout_ratings span {
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #ffc950;
}

.testimonial_layout_ratings span + span {
  margin-left: 3px;
}

.testimonial_layout_name {
  font-size: 18px;
  font-weight: 700;
  margin-top: 12px;
}

.testimonial_layout_designation {
  font-size: 14px;
  line-height: 1.3;
}

.testimonial_layout_quote {
  position: absolute;
  right: 15px;
  top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: #fff;
  transition: all 500ms ease;
}

.testimonial_layout:hover .testimonial_layout_quote {
  border: 1px solid #036e4e;
}

.testimonial_layout_quote span {
  position: relative;
  display: inline-block;
  font-size: 32px;
  color: #18578b;
  transition: all 500ms ease;
}

.testimonial_layout:hover .testimonial_layout_quote span {
  color: #18578b;
}
.msg_img { background: #fff; border-radius: 0 200px 200px 200px;padding:7px;    width: 150px;   box-shadow: 0 5px 10px #ddd;}
.msg_img img { border-radius: 0 200px 200px 200px; }
#testimonial_slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {font-size: 30px;color: #fff;background: rgb(2, 0, 0, 0.14); border-radius: 30px;    width: 60px;
    height: 30px; line-height: 30px;}
#testimonial_slide.owl-carousel.owl-theme:hover .owl-nav [class*=owl-] {background: rgb(2 0 0 / 100%);-webkit-transition: all 0.5s;
-moz-transition: all 0.5s; -ms-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.one_slide.owl-carousel.owl-theme .owl-dots { position: absolute;bottom:15px;right:25px;}
.one_slide.owl-carousel.owl-theme .owl-dots .owl-dot span {margin: 5px 4px;background: #ccc;width: 15px;}
.one_slide.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #fbae3d;}

.line_uphead {
    font-size: 16px;
    text-transform: uppercase;
    color: #025395;
    font-weight: 700;
}
.common_head_style {position:relative; }
.common_head_style h3 {margin-bottom:0;font-size: 24px;font-weight: 600;}
.courses_itemview{
  position: relative;border-radius: 10px;
}

 

.courses_itemview_img {
  position: relative;
  background-color: #fff;
  transition: transform 400ms ease, 
}

.courses_itemview_img img {
  width: 100%;
  height: auto;
 border-radius: 15px; border: 2px solid #fff;
 transition:0.3s ease;
  /* mix-blend-mode: luminosity; */
}

.courses_itemview_content {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 20px;
  width: calc(100% - 40px);
  background-color: rgb(255 255 255);
  padding: 15px 15px 12px;
  -webkit-transition: -webkit-transform 400ms ease;
  transition: -webkit-transform 400ms ease;
  transition: transform 400ms ease;
  transition: transform 400ms ease, -webkit-transform 500ms ease;border-radius: 7px;
}

 
 

.courses_itemview_content_title {
  font-size: 17px;
  margin: 0;
}

.courses_itemview_content_icon {
  width: 55px;
  height: 55px;
  background: #135096;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 15px;
  top: -40px;
}

@media (max-width: 360px) {
  .courses_itemview_content_icon {
    right: 15px;
    top: -35px;
  }
}
/*
.courses_itemview:hover .courses_itemview_content {
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
} */
.courses_itemview:hover .courses_itemview_img img{mix-blend-mode: darken;}

.courses_itemview_hovecontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: calc(100% - 25px);
  height: calc(100% - 25px);
  background-color: rgb(255 255 255);
  padding: 25px 20px 25px;
  background-position: bottom left;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, 
 -webkit-transform 500ms ease;
  z-index: 2;
}
 

.courses_itemview_hovecontent_title {
  font-size: 18px;
  margin: 0 0 5px;
}

 

.courses_itemview_hovecontent_text {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ddd;    font-size: 15px;color: #d65402;
}
 
 
.courses_itemview_hovecontent_btn {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
}

.courses_itemview_hovecontent_btn span {
  display: inline-block;
  font-size: 22px;
  margin: 0 0 0 11px;
  top: 5px;
  position: relative;
  transition: transform 400ms ease;
}

.courses_itemview_hovecontent_btn:hover {
  color: var(--ogency-base);
}

.courses_itemview_hovecontent_btn:hover span {
  transform: rotate(-45deg);
}

.courses_itemview:hover .courses_itemview_hovecontent {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.courses_slider.owl-carousel.owl-theme .owl-dots { position: relative;margin-top:30px;}
.courses_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {margin: 5px 4px;background: #fff;width: 40px;border:1px solid #135096}
.courses_slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #135096;}
.common_list ul li {
	position:relative;
    padding-left: 30px;
    font-size: 15px;
    text-align: left; 
}
.common_list ul li:before  {
font-size: 14px; width: 17px; height: 17px; line-height: 18px; position: absolute; top: 12px; text-align: center; background: #025395; border-radius: 30px;
content:'\F272';font-family: bootstrap-icons;left:0;-webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear;color:#fff
}
.common_list ul li:hover:before {background:#ed3237;color:#fff;transform:scale(1.1)}

.text-justify {text-align:justify}
.courses_itemview_hovecontent p{font-size:14px;}
 

.social_hover ul > li > a.search_select.active .bi-search:before {
    content: '\F659';
    font-family: 'bootstrap-icons !important';
    font-size: 20px;
    color: #fbb040;
}
.dropdown_search input[type='text']:not(.form-control), 
.dropdown_search input[type='text']:not(.form-control):focus {background-color:transparent; color: #fff;}

.home-contents .article-details {
	position: relative;
    padding: 15px;
    /* border: 1px solid #ddd; */
    border-radius: 15px;background:#fff
}
.itemid-101 #sp-main-body.home-contents .article-details {border:1px solid #67ae6b30}

.itemid-101 #sp-main-body {position:relative;padding:50px 0;background:#fff}
.courses_section {position: relative; background: #f5f2ef url(../../../images/bab-bg.png); padding: 50px 0;}

#sp-visitor-count-and-last-updates {padding: 20px 0 0; background: #18578b;}
#sp-user1 .sp-module {display: flex;justify-content: end;}
#sp-user2 .sp-module {display: flex;}
#sp-user1 .sp-module .sp-module-title, #sp-user2 .sp-module .sp-module-title {margin-bottom: 0;margin-right: 10px;  color: #fff;  font-size: 14px; font-weight: 400;}

.testimonial_control {
position: relative;
    background: #fff;
    border: 1px solid #025395;
    padding: 30px;
    border-radius: 15px;
     min-height: 450px
}
.student_testimonials {position:relative;}
.student_name {margin-bottom:0}
.ratings {display:block;margin-bottom:10px;color:#fbae3d}
.student_wording p {text-align:justify}
.flexi_div {display:flex}
.student_img {width:150px;height:100%;padding:5px;background:#fbae3d;border-radius:100%}
.student_img img {border-radius:100%}
/* .the_location {padding-left: 15px;width: calc(100% - 80px);} */
.the_location {width: 100%;}

#sp-testimonial-and-gallery {position: relative;padding: 50px 0; }
.gallery {
  width: 100%;  
   height: 100%; 
}
.gallery-slider {
  width: 100%;
  height: auto;
  margin: 0 0 10px 0;
}
.gallery-slider .swiper-slide {
  width: 100%;
  height: 100%;
}
.gallery-slider .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  margin: 0 auto;
}
.gallery-thumbs {
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  text-align: center;
  overflow: hidden;
 
}
.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}
.gallery-thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
}
.photo_box {
    position: relative;
    overflow: hidden;
     z-index:1;    border-radius: 7px;
}
.photo_box img {
    -webkit-transition: .4s;
    transition: .4s;display:block;
}
.photo_box:hover img {-webkit-transform: scale(1.05);transform: scale(1.05);}
.photo_box p {
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    padding: 3px 7px 2px;
    border-radius: 5px;
    font-size: 13px;
    background: #eb0009;
    color: #fff;font-weight:600;
}
.photo_box h3 {
    position: absolute;
    bottom: 7%;
    left: 0;right:0;
    text-align: center; color:#fff;font-weight:700;
    z-index: 1;font-size: 16px; max-width: max-content;
    margin: 0 auto
}

.photo_box:after  {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left bottom,left top,from(rgb(3, 55, 110)), color-stop(66%,rgba(1,34,115,0.02)), color-stop(67%,rgba(1,34,115,0.04)));
    background: linear-gradient(0deg,rgb(3, 55, 110) 0%,rgba(1,34,115, 0.02) 66%,rgba(1,34,115, 0.04) 67%); 
	} 
.photo_box h3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content:'';
    width: 0;
    height: 2px;
    background: #ffc511;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.photo_box h3:hover:after {
    width: 100%;
    visibility: visible;
    opacity: 1;
}
/* .main_header .container {max-width: 100%;} */


div#maximenuck110 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck110 ul.maximenuck2 li > a, div#maximenuck110 ul.maximenuck2 li > span.separator, 
div#maximenuck211 ul.maximenuck li.maximenuck ul.maximenuck2 li > a, div#maximenuck211 ul.maximenuck2 li > a, div#maximenuck211 ul.maximenuck2 li > span.separator {color: #000 !important; padding: 7px 15px!important; font-weight: 600; text-transform: capitalize; border-bottom: 1px solid #ddd;}

div#maximenuck110 ul.maximenuck li.maximenuck ul.maximenuck2 li > a:hover, div#maximenuck110 ul.maximenuck2 li > a:hover, div#maximenuck110 ul.maximenuck2 li > span.separator:hover, div#maximenuck211 ul.maximenuck li.maximenuck ul.maximenuck2 li > a:hover, div#maximenuck211 ul.maximenuck2 li > a:hover, div#maximenuck211 ul.maximenuck2 li > span.separator:hover {background:#135096 !important;color:#fff !important;}



#sp-important-links { background: #18578b; padding: 10px 0 5px;}
#sp-important-links h3 {color:#fff;margin-bottom: 15px;}

#sp-important-links ul.menu li {
    padding: 10px 10px 10px 12px;
    position: relative;
    -webkit-transition: all 0.35s ease;    display: inline-block;
    transition: all 0.35s ease;    margin-right: 20px;
}
#sp-important-links ul.menu li a{color: #eee;font-size: 15px;}
#sp-important-links ul.menu li:before {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    top: 12px;
    left: 0;
    font-size: 12px;font-weight:900;color: #eee;-webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
#sp-important-links ul.menu li:hover::before {left:3px;color:#e7efff}
#sp-important-links ul.menu li:nth-last-child(-n+1){ padding-bottom: 15px; }
.text_yellow {color:#ffc107}

div#maximenuck110 div.floatck, div#maximenuck211 div.floatck {padding: 0 !important;background: #fff !important;min-width: 200px;}
div#maximenuck110 div.maxidrop-main, div#maximenuck211 div.maxidrop-main {width: auto !important;}

div#maximenuck110 ul.maximenuck li.maximenuck.item119:hover > div.floatck, div#maximenuck211 ul.maximenuck li.maximenuck.item119:hover > div.floatck {right:0}






/*div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(1) {background:#fffbfb}
div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(2) {background:#fcf9e0}
div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(3) {background:#f7fffa}
div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(4) {background:#ffefea}
div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(5) {background:#ebfcfe}
div#maximenuck110 ul.maximenuck li .maximenuck2 li:nth-child(6) {background:#e2fdc2}
*/





/* ================= Page Banner  ================= */
.sp-page-title {
  position: relative;
  overflow: hidden;
  background: url(../../../images/page_banner.jpg); padding: 10px 0 30px;z-index: 1;background-size: cover;
  background-position: top;
}
.sp-page-title:before {position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';background:linear-gradient(0deg, rgb(7 15 22 / 85%) 0%, rgb(10 18 38 / 80%) 55%, rgb(1 7 22 / 79%) 100%);z-index: -1;}
	/*
.sp-page-title:after {
content: '';
    background: #bdf1fe;
    right: 0;
    bottom: -15px;
    position: absolute;
    height: 20px;
    transform: rotate(-1deg);
    width: 100%;
} */

#sp-breadcrumb {position: relative; margin-top: -40px; z-index: 1;}
#sp-breadcrumb .breadcrumb {background: transparent; color: #fff; text-align: right; justify-content: end; padding-right: 0;}
#sp-breadcrumb .breadcrumb li, #sp-breadcrumb .breadcrumb li a {color:#fff;font-weight: 500;}
.sp-page-title .sp-page-title-heading {margin-bottom: 0; font-weight: 700; color: #ffda3c;text-align: right;text-transform: capitalize;    font-size: 20px;}
#sp-breadcrumb .breadcrumb li span.divider {margin-right: 5px;}
.breadcrumb-item+.breadcrumb-item::before {color:#ffda3c}
#sp-main-body {position:relative;padding: 70px 0 50px;/*background: rgb(248,249,250);*/    background: url(../../../images/noice.png);}
.about_intro {position:relative;}
.about_intro p {text-align: justify;}
.center_divborder {padding: 30px;background: #fff; border-radius: 15px;margin-bottom:30px;border: 1px solid #ddd;}  /*box-shadow: 0 10px 15px #eee;*/
.center_divborder h5 {text-align:left}
.home-contents hr {margin: 10px 0;}
div#maximenuck110 .maximenumobiletogglericonck {background:transparent !important;color:#fff}
div#maximenuck110 .maximenumobiletogglericonck::after {display:none !important}
.same_height {position:relative;height:100%}

div#maximenuck110 ul.maximenuck li.maximenuck div.floatck div.floatck {
left: 100%;top: 0;width: max-content;margin: 0 !important;}
div#maximenuck110 ul.maximenuck li div.floatck div.maximenuck2, div#maximenuck110 .maxipushdownck div.floatck div.maximenuck2 {width: auto !important;}

/* Contact Page Style ============================ */
.contact_viewbox {position:relative; padding:20px 15px;border:1px solid #dddddd40;box-shadow:0 5px 10px #ddd;border-radius:12px 0;align-items:center;height:100%;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;text-align: center;}
.icon_side {font-size:50px;   color: #22d3c2;}
.content_side {position:relative; width: 100%;text-align: center;}
.content_side h4 {font-size:20px;position:relative;margin-bottom: 10px;text-align: center;}
.contact_viewbox:hover {background:#eefffe;transform: translateY(-7px);}
.content_side h4:before {
    position: absolute;
    left: 50%;
    bottom: -5px;
    z-index: 9;
    width: 100%;
    background: #146ecf;
    height: 2px;
    content: "";
    transform: translate(-50%) scale(0);
    -webkit-transform: translate(-50%) scale(0);
    -moz-transform: translate(-50%) scale(0);
    -ms-transform: translate(-50%) scale(0);
    -o-transform: translate(-50%) scale(0);
    transition: all .5s ease 0s;
    border-radius: 0 0 4px 4px;
}
.contact_viewbox:hover .content_side h4:before {    transform: translate(-50%) scale(1);
    -webkit-transform: translate(-50%) scale(1);
    -moz-transform: translate(-50%) scale(1);
    -ms-transform: translate(-50%) scale(1);
    -o-transform: translate(-50%) scale(1);
}	
.home-contents .content_side p {text-align: justify;}
/* ==================== End ------------------------- */

.rc_logos {border: 1px solid #3a7c1f33;border-radius: 7px;}
.rc_logos img{border-radius: 7px;}



/* Photo Gallery CSS Editon ========================== */

.speasyimagegallery-row > div > .speasyimagegallery-gallery-item {
    padding: 20px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    margin: 5px;
    background-color: #fff;
    box-shadow: 1px 1px 3px 2px #00000014;
}

/* Photo Gallery CSS Editon */

.tab_control {position: relative; margin-top: 20px; padding: 40px 0 20px;}
.tab_control .tab_links ul {position: relative;margin:0;padding:0;display:flex;    justify-content: center;}
.tab_control .tab_links ul li a {padding: 10px;font-weight: 500;font-size: 18px;color: #3a3a3a;margin-bottom: 0;background: #fff;border: 0;display: block;border: 1px solid #ddd;}
.tab_control .tab_links ul li a.active {background: #055cac; color: #fff;border-color:#055cac;}
.tab_control .tab_links ul li a:hover {background:#055cac; color: #fff;}
 
.message_section .msg_img {width:auto}
#MSGModal p {text-align: justify;}
#OJT_tab p {text-align: justify;}
#MSGModal .modal-header {padding: 7px 15px;}
.message_box p {text-align:justify}
.green_head {color: #018d4b;}
.itemid-912 .courses_section {position: relative;background:#18578b;padding: 50px 0;background-attachment: fixed;background-size: cover;}

/* .itemid-912 .home-contents .article-details {background:#fff} */

#WRGSP_tab h2 {
    text-align: center;
    font-weight: 800;
    color: #fff;
}
#WRGSP_tab .grey_text {color: #eee;    text-align: justify;}
.inner_hbox {
position: relative; padding: 15px; background: #fff; border-radius: 10px; border: 1px solid #ddd; text-align: justify;    box-shadow: 0 10px 15px #ddd;
}
.inner_rpbox {position: relative; padding: 15px; background: #fff; border-radius: 10px; border: 1px solid #ddd; text-align: justify;  box-shadow: 0 0 15px #ddd;    height: 100%;}
.inner_rpbox .common_list ul li { line-height: 1.3;  padding-bottom: 5px;}
/* .inner_rpbox .common_list ul li:before {top:0} */
.process_head {margin-bottom:15px;    font-size: 16px;    text-align: left;}
.process_head span {background: #18578b; padding: 2px 10px; color: #fff; font-size: 15px;margin-right: 2px;    border-radius: 15px;}
.inner_hbox h5 {background: #18578b; display: inline-block; color: #fff; padding: 5px 15px; border-radius: 20px;font-size:16px}

#mod-custom204 h2 {color: #ffffff;font-size: 28px;font-weight: 800;text-transform: uppercase;}

.contact_right {padding: 20px 20px 0; background: #fff; position: relative; height: 100%;}
.placement_showbox, .student_showbox {position:relative;text-align:center}
.placement_showbox h4, .student_showbox h4{text-align: center;margin-bottom:10px;display: inline-block;background: #18578b;padding: 7px 15px;color: #fff;font-size: 18px;}
.team_flexview {position:relative;text-align:left;background: #eaeaea;    display: flex; margin-bottom: 20px;align-items: center;}
.team_img {width: 120px}
.team_details {width: calc(100% - 120px)}
.team_details h6 {margin-bottom: 5px}
.common_flexview {
display: flex; position: relative; padding: 7px; border: 1px solid #ddd; border-radius: 7px; height: 100%; text-align: left;}
.common_img {width:70px;}
.common_details {width: calc(100% - 70px);    padding-left: 5px;}
.common_details h6 {font-size: 14px;    margin-bottom: 5px}
.common_details p {font-size: 12px;}
#mod-custom207 {background: #eee;padding: 15px}
.itemid-912 #sp-main-body {padding-top: 30px;}
.itemid-912 .home-contents .article-details {padding: 0; border: 0; border-radius: unset;background: transparent;}
#Overview_tab {background: #eee;padding: 15px;margin-bottom: 30px;}
.placement_login_btns {position:relative}
.placement_login_btns a {position:relative;margin-bottom: 2px;display:block;font-weight:600;font-size: 18px;padding: 10px;background: #18578b; color: #fff;border-radius: 30px; text-align: center;}
.placement_login_btns a:hover {background:#055cac}

#OJT_tab {position:relative;padding: 15px; background: #eee; margin-top: 50px;}
.itemid-958 .intro_news_section { padding: 25px 0 0; }
.sp-module-title {font-size: 24px; font-weight: 600;}
.itemid-958 #sp-main-body {    padding: 0px 0 50px;background:#fff}
.itemid-958 .welcome_note h1 {color: #18578b;}


.welcome_note {text-align:center}
.welcome_note h1 {font-size: 28px;color: #fff;}
.highlight_boxes {
	position:relative;
    text-align: center;
    padding: 30px 10px 50px;
    border: 1px solid #ddd; border-radius: 5px;
	transition: all 400ms ease-in-out 0s;
	-webkit-transition: all 400ms ease-in-out 0s;
	-moz-transition: all 400ms ease-in-out 0s;
	-o-transition: all 400ms ease-in-out 0s;
	-ms-transition: all 400ms ease-in-out 0s;height: 100%;background: #f9f9fa;z-index:1;    box-shadow: 0 5px 20px #eee;
}
.highlight_boxes h3 {margin-top:15px;font-size:18px;}
.highlight_boxes:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.5s;
    transform: scaleY(0);
    opacity: 0;
    background: #ecf7ff;
    border-radius: 10px;
}
.highlight_boxes:hover {box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1); }
.highlight_boxes:hover:after { opacity: 1; transform: scaleY(1);}

.itemid-958 .home-contents .article-details {padding: 0;border: 0;border-radius: 0;}
.highlight_boxes i {
    font-size: 40px;
    width: 75px;
    height: 72px;
    line-height: 70px;
    border-radius: 15px;background: #b5b5b5;color: #fff;
}
.highlight_boxes h3 {font-size: 20px;color: #020202;position:relative;margin-bottom: 20px;}
.highlight_boxes h3:before {position:absolute;content:'';height: 2px;width:20px;bottom: -10px;left: 0;right: 0;margin: 0 auto;}
.highlight_boxes.bg1 h3:before {background: #025395;}
.highlight_boxes.bg2 h3:before {background: #e93523;}
.highlight_boxes.bg3 h3:before {background: #0a6a0d;}
.highlight_boxes.bg4 h3:before {background: #bb5c0a;}

.theme_linebtn {
padding: 5px 15px 7px;border: 1px solid #ddd;border-radius: 15px;color: #020202;position: relative;font-weight:500}
.absolute_btn {
    position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.theme_linebtn:hover {background:#025395;color:#fff}

.newsflash .mod-articlesnews__item {width: 100%; align-items: center; background: #eee; padding: 10px;margin-bottom:10px;}
.newsflash-image {width: 80px; margin-right: 20px; float: left;}
.newsflash-title {font-size: 18px;}

.alumni_profile_box {
    border: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0px 0px 13px 0px rgb(0, 0, 0, 0.10);
    padding: 10px;
    height: 100%;
    box-sizing: border-box;
    position: relative;background:#fff;    min-height: 360px;
}
.alumni_profile_box img {
    width: 150px !important;
    height: 150px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: 50%;
}
.alumni_profile_box h4 {text-align:center;font-size: 18px;}
.alumni_profile_box p {text-align:justify;font-size: 14px;}

.testimonial_box {
    position: relative;
    /* box-shadow: 0px 10px 15px #eee; */
    background: #fff;
    border-radius: 10px;
}

.testimonial_box:before {
  position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: #f5f2ef;
    height: 20%;    border-radius: 10px 10px 0 0;
}

.testimonial_profile {display: block;position: relative;padding:15px 15px 30px;border-radius: 10px;margin-bottom: 15px;}
.testimonial_profile:first-child {border-bottom: 2px solid #5da832;}
.testimonial_img {position: relative;max-width: 50%;margin: 0 auto;}
.testimonial_img img {border-radius:50%; border: 5px solid #fffff3;box-shadow: 0 5px 5px #eee;}
.testimonial_text h4 {font-size:16px}
.testimonial_text {padding:10px 0 0;text-align: center;}
.testimonial_text p {margin-bottom:0;    text-align: justify;}
.testimonial_text p a { 
    padding: 4px 12px;
    border-radius: 5px;
    background: #002d19;
    color: #fff;
    font-size: 13px;
}
.testimonial_text p a:hover {color:#fff;background:#318700; } 

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



.menu_control.d-flex {
    display: block !important;
    text-align: center;
}
.menu_control div#maximenuck211 ul.maximenuck {background:transparent !important}
div#maximenuck211 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck211 ul.maximenuck li.maximenuck.level1 > span.separator {
padding: 12px 10px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 15px;
}
div#maximenuck211 ul.maximenuck li.maximenuck.level1:hover, div#maximenuck211 ul.maximenuck li.maximenuck.level1.active {    background: transparent !important;}

div#maximenuck211 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck211 ul.maximenuck li.maximenuck.level1.active > a span.titreck, div#maximenuck211 ul.maximenuck li.maximenuck.level1:hover > span.separator, div#maximenuck211 ul.maximenuck li.maximenuck.level1.active > span.separator {color: #ffda3c !important;}
div#maximenuck211 .maxiFancybackground {border-top: 0 !important;}
div#maximenuck211.maximenuckh ul.maximenuck li.level1.parent > a {padding-right: 20px !important;}
#mod-custom210 h2 {font-weight: 700; text-transform: uppercase;}


div#maximenuck211 .maximenumobiletogglericonck {background:transparent !important; color: #fff !important;height: unset !important;padding-top: 0 !important;}
div#maximenuck211 .maximenumobiletogglericonck:after {display:none !important}
div#maximenuck211 div.maxidrop-main {width:auto !important;min-width: 210px;}




.alumni_slider .n2-section-smartslider:before {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    background:linear-gradient(0deg,rgb(7, 15, 22, 0.91) 0%,rgb(10, 18, 38, 0.20) 55%,rgb(1, 7, 22, 0.84) 100%);z-index:1
	} 
.article-details ul.nav-pills li {padding-left:0}
.article-details ul.nav-pills li:before {Display:none}
.article-details ul.nav-pills .nav-link {
    padding: 10px;
    font-weight: 500;
    font-size: 18px;
    color: #3a3a3a;
    margin-bottom: 0;
    background: #fff;
    border: 0;
    display: block;
    border: 1px solid #ddd;
}

.article-details ul.nav-pills .nav-link.active, .article-details ul.nav-pills .show>.nav-link {
    background: #055cac;
    color: #fff;
    border-color: #055cac;
} 
 
.msg_flex {display:flex; align-items:center;position:relative}
.msg_flex_text h6, .msg_flex_text h5, .msg_flex_text h4, .msg_flex_text h3 	{font-family: 'Noto Sans', sans-serif;}
.msg_flex_img {width:25%;border-radius: 200px 0 200px;background:#015bc3}
.msg_flex_text {width:calc(100% - 30%);padding:30px;font-family: 'Noto Sans', sans-serif;    border: 1px solid #ddd; border-radius: 40px 40px 0;margin-right:5%}
.msg_flex_text h6 {font-family: 'Noto Sans', sans-serif;font-size:24px;text-align:justify;font-weight:400}
.signature {position:relative;align-items:center;display:flex}
.signature h5 {padding-left:15px;}
.signature h5 .small_head {font-size:16px;}
.modal.fade.show {background: #032954;}
.one_slide.owl-carousel.owl-drag .owl-item .item .signature img {width:auto}






.alert_icon {position: fixed; bottom: 10%;left:2%;z-index: 999;text-align:center}
.alert_icon i {font-size:50px;color: #f50000;}
.alert_icon span {position:absolute;padding: 5px;background: #fff;border-radius: 50%;left: 25px;box-shadow: 0px 2px 5px #eee;}
.alert_icon img {max-width:40px;    margin-bottom: 3px;display: unset;}
.alert_icon a {
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #fcfcfc;
    line-height: 12px;
    padding-top: 8px;
    color: #025395;
    font-weight: 600;
    font-size: 12px;
    outline: 2px solid;
    outline-offset: -5px;
}

.modal-content .btn-close {
opacity: 1;
font-size: 20px;
background: #ff792a;
outline: none;
border: none;
color: #fff;
border-radius: 0 5px 0 0;
position: absolute;
top: 0;
right: -1px;
line-height: 24px;z-index: 9;
}

.owl-carousel .owl-item .msg_flex_img img {width:100%}
.zoom_img {
background: #fff;
    border-radius: 0 200px 200px 200px;
    padding: 7px;box-shadow: 0 5px 10px #ddd;
}
.zoom_img img {border-radius: 0 200px 200px 200px;}
    

.itemid-912 #sp-header.header-sticky {position: relative;}
#DMessage_tab {padding-top:50px}
.testimonial_layout_inner h5 {font-size:16px;font-weight:700}
 
#contact_tab {position:relative;padding: 15px; background: #fff; border-radius: 15px; }
.frame_controll { height: 100vh;width:100%;}
.youtube_video { height: 100vh;width:100%;position: relative;transition: 3s all; }
.youtube_video:before {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
     background: linear-gradient(0deg,rgb(7, 15, 22, 0.18) 0%,rgb(10, 18, 38, 0.09) 66%,rgb(1, 7, 22, 0.40) 85%); 
    background-size: cover;
}
.itemid-150 .home-contents .article-details {border: 1px solid #ddd;}
.itemid-150 .home-contents .article-details .tab-content {max-width: 1000px;margin: 0 auto;}
.itemid-150 .home-contents .article-details .article-can-edit {display:none !important}
/*#sp-bottom3 {margin-left: 8.33333333%;} */
.itemid-912 #sp-bottom1.col-md-4,  .itemid-912 #sp-bottom1.col-lg-4, .itemid-912 #sp-bottom1.col-xxl-3, .itemid-912 #sp-bottom1.col-xl-3, .itemid-958 #sp-bottom1.col-md-4,  .itemid-958 #sp-bottom1.col-lg-4, .itemid-958 #sp-bottom1.col-xxl-3, .itemid-958 #sp-bottom1.col-xl-3 {width:100% !important}
 



.video-container {
    min-height: 75vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
}
.video-container .fullscreen-bg__video{width:100%;height:auto;min-width:100%;min-height:100%;object-fit:fill;position:absolute;z-index:-1;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover}@media (max-width: 767px){.video-container .fullscreen-bg__video{position:relative;margin-top:0}}.video-container .fullscreen-bg__video:after{content:'';background:#fff;height:100%;width:100%;position:absolute;z-index:9999}

#loderVid{background:url(../../../images/loading-gif.gif) no-repeat top center;background-size:50px;position:absolute;left:0;right:0;top:50%;bottom:0;margin:auto;z-index:99999}#home-vid{display:none}#muteVideo{background:url(../../../images/Volume-Mute.png) no-repeat bottom left;background-size:50px;position:absolute;bottom:0;margin:auto;z-index:1028;margin-left:20px;margin-bottom:15px}@media (max-width: 767px){#muteVideo{height:50px;width:50px;position:fixed}}@media (min-width: 768px){#muteVideo{left:0;right:85%;top:85%}}

@media (max-width:990px) {
.video-container { min-height: auto;}
.video-container .fullscreen-bg__video{position:relative;margin-top:0}	
#muteVideo {position: absolute;}
}

.itemid-965 .contentpane:not(.com-sppagebuilder) {
    padding: 0;
    border: 1px solid #ddd;
} 

.btn.float-end {
position: fixed;
    right: 0;
    top: 50%;padding-top: 70px;
}
.btn.float-end:before {
font-size: 50px;
    position: absolute;
    top: 0px;
    text-align: center;
    content: '\f3e5';
    font-family: "Font Awesome 6 Free";
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    color: #1a47af;font-weight: 600;
}



.article-details .article-header h1{
    font-size: 1.00rem!important;
}

.page-tender  .fields-container {
	margin-bottom: 16px;
    display: flex;
    background-color: #ececec;
    width: 26%;
    padding: 0px 6px 6px;
}
.page-tender .article-details ul li.close-date:before {
   
    content: "\f073"!important;
  color: #000;
}

.page-tender .article-details ul li.status:before {
   
    content: "\f252"!important;
  color: #000;
}

.extra-nav .dropdown-menu a.black_link {background:#020202;}
.extra-nav .dropdown-menu a.white_links {color:#020202;background:#fff}


.nav_tab .nav-tabs .nav-link {padding: 10px 30px;font-weight: 600; font-size: 16px; background: #025395;color: #fff; border: 0;border-radius:0;    margin-bottom: 5px; text-align:center;position:relative;margin-bottom:15px;margin-right: 15px;display: inline-block;    border-radius: 0;}
.nav_tab .nav-tabs .nav-link.active {background:#1674c1;border:0;color:#fff;}
.nav_tab .nav-tabs {border: 0;width: 100%; display: block;text-align: center;}
.nav_tab .nav-tabs .nav-link.active:after, .nav_tab .nav-tabs .nav-link.active:before {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.nav_tab .nav-tabs .nav-link.active:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1674c1;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}

.logo_side_right img {
    max-width: 100px;
    background: #00000012;
    border-radius: 99px;
    padding: 1px;
}

.testi_settings {margin-bottom:30px;}
.testi_settings .jt_testimonial226 .jt_testimonial-block-slide {
    position: relative;
    background: #fff;
    border: 1px solid #025395;
    padding: 30px;
    border-radius: 15px;min-height: 350px;
}
.testi_settings .sp-module-title {text-align:center}


.floating_media {
  position: fixed;
  top: 55%;right:0;
  z-index:99999;
}
/* Style the icon bar links */
.floating_media a.dicons {
  display: block;
  text-align: center;
  padding: 4px;
  transition: all 0.3s ease;border-bottom: 1px solid #ddd;
  font-size: 18px;     background: #18578b;
    color: #ffffff;
}
.floating_media a.dicons:first-child {border-radius: 25px 25px 0 0;} 
.floating_media a.dicons.bradius {border-bottom:0;border-radius: 0 0 25px 25px;} 
.floating_media a.dicons:hover {background:#cbddff;color:#00031d;}
.tooltip-inner {
    background-color: #0065d0;
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #0065d0;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #0065d0;
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #0065d0;
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #0065d0;
}

.floating_media .dropdown-menu.show a {padding: 0 5px;font-size: 13px;margin-bottom: 1px;display: inline-block;position: relative;color: #fff;}
.dropdown-toggle::after {margin-left: 0;}
.floating_media .dropdown-menu.show a:after {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
background-color: #fbae3d;
transform: scale(0,1);
transform-origin: center;
transition: transform 500ms ease;
}
.floating_media .dropdown-menu.show a:hover::after{transform:scale(1,1);transform-origin:center}

.floating_media .dropdown-menu.show a:hover {background:#000}
.message_dbox {position:relative; }
.quote_icon {position: absolute;top: -20px;font-size: 60px;color: #fbb24a;}

.inner_courses {
  background: #ffffff;
  position:relative;height:100%;text-align:center;
    border: 1px solid #d2d2d2;
  padding: 15px;
  border-radius: 7px;
}

.inner_courses.grey-bg {
  background: #f9fafc;
}

.inner_courses .inner_courses_img {
  overflow: hidden;display: block;
}

.inner_courses .inner_courses_img img {
  max-width: 50%;margin: 0 auto;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.inner_courses .inner_courses_content {
  padding: 20px 0;
}

.inner_courses .inner_courses_content .inner_courses_clzname {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a0a1e;
}

.inner_courses .inner_courses_content .inner_courses_subhead {
	position:relative;
  font-size: 14px;
  line-height: 1.0;
  background: #035395;text-align:center;  
    color: #fff;  
    padding: 10px 15px; font-weight: 500;
}

.inner_courses:hover .inner_courses_img img {
  transform: scale(1.1);
}

.inner_courses_subhead:before, .inner_courses_subhead:after {
    content: '';
    height: 0;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    width: 0;
}
.inner_courses_subhead:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ffc107;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}



.team_profile {
  background: #ffffff;
  position:relative;height:100%;text-align:center;box-shadow: 0 5px 15px #ddd;
}

.team_profile .team_profile_pic {
  overflow: hidden;display: block;
}

.team_profile .team_profile_pic img {
  width: 100%;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);border-radius:7px;
}

.team_profile .team_profile_content {
  padding: 20px 15px 0;
}

.team_profile .team_profile_content .team_profile_name {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a0a1e;
}

.team_profile .team_profile_content .team_profile_designation {
	position:relative;
  font-size: 14px;
  line-height: 1.3;
 text-align:center;  font-weight:500
}

.team_profile:hover .team_profile_pic img {
  transform: scale(1.1);
}

.flash_btn {position:relative;background:#ffa520 !important;color:#fff !important;font-weight: 500;overflow:hidden}
.flash_btn:after {
  content: "";
  top: 0;
  transform: translateX(100%);
  width: 100%;
  height: 100%;
  position: absolute;
  animation: slide 5s infinite;
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.8)),
    color-stop(99%, rgba(128, 186, 232, 0)),
    color-stop(100%, rgba(125, 185, 232, 0))
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -o-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: -ms-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0,
    rgba(255, 255, 255, 0.8) 50%,
    rgba(128, 186, 232, 0) 99%,
    rgba(125, 185, 232, 0) 100%
  );
}


.inline_listbox {border: 1px solid #d2d2d2;text-align: center; border-radius: 7px;  position: relative;    height: 100%;transition:.3s ease;padding:10px;    display: flex;align-items: center;justify-content: center;}
.inline_listbox h6 {margin-bottom: 0;font-weight: 400;font-size: 14px;transition:.5s ease;}
.inline_listbox:hover {background:#1674c1;color:#fff}
.inline_listbox:hover h6 {color:#fff}
.prtnr_clz_logo {position:absolute;max-width:50px;left:-10px;top:-5px}
.logo_heading6 {position: relative;padding-left:40px; margin-bottom: 30px;    padding-top: 5px;    margin-top: 10px;}



.yellow_head {
    background: #1674c1;
    padding: 5px;color:#fff;
    margin-bottom: 15px;
    display: inline-block;
}

.ontopimg {position: absolute;top: 0;}

#sp-bottom1 .sp-module-content { text-align: center;}
#sp-important-weblinks {position: relative; background: #00467f; color: #fff; padding: 20px 0;}

#sp-important-weblinks .sp-module-title {color:#fff;font-size: 20px;
    margin-bottom: 20px;text-align:center}

.testimonial_block-text {display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 15;
        overflow: hidden;
        text-overflow: ellipsis;}

.portal_img img {
    border-radius: 5px;
}




.extra_tab {
  position: fixed;
  top: 40%;right:0;
  z-index:10; 
}
.extra_tab a {
  display: block;
  text-align: center;
  padding: 7px 15px;
  transition: all 0.3s ease;
  color: #fff;
  font-size: 18px; background: #dc3545;
    transform: rotate(90deg);
    position: relative;
    margin-right: -52px;    border-radius: 0px 0 15px 15px;
}
.extra_tab a:hover {background:#043e85;color:#fff;}


/*--------- New Slider Edition ==============================*/

#carouselPopup .carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 0;
    width: 100%;
    position: absolute;
    bottom: 0px;
    background: rgb(19, 23, 41, 0.84);
    text-align: left;
    padding:10px 15px;
}
#carouselPopup .carousel-control i {
    font-size: 28px;
}

#carouselPopup .carousel-control {
    width: 5%;
    top: 50%;
    height: 10%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,70) 100%);
	background: #fd7e14; opacity:1;  
}
#carouselPopup .carousel-control-prev {
    left:-15px;
}
#carouselPopup .carousel-control-next {
    right: -15px;
}




.flex_header_menu {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

    .flex_header_menu .flex_logo {
        position: relative;
        z-index: 1;
        padding: 5px;
        width: 130px;
        background: #fff;
        border-radius: 50%;
    }

        .flex_header_menu .flex_logo img {
            padding: 7px
        }

    .flex_header_menu .flex_logo_right {
        position: relative;
        text-align: right;
    }

        .flex_header_menu .flex_logo_right img {
            max-width: 105px
        }

.flex_title {
    text-align: center;
    width: 100%;
}

    .flex_title h2 {
        font-weight: 600;
        font-size: 34px;
        margin-bottom: 3px;
        text-transform: capitalize;
        color: #fff;
        /* text-shadow: 0 3px #dbdbdbc9;     */
    }

    .flex_title h4 {
        font-size: 26px;
    }

    .flex_title h5 {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 3px;
        color: #e1feff
    }
	.flex_title h6 {
    position: relative;
    font-weight: 300;
    font-family: "Merriweather Sans", sans-serif;
    color: #e1feff;
    display: inline-block;
    padding: 0 15px;font-size:18px;
}

    .flex_title h6:before {
        background: -webkit-gradient(linear, right top, left top, from(#2a67a9), to(#fff));
        background: linear-gradient(to left, #2a67a9 0%, #fff 100%);
        left: -30%;
    }

    .flex_title h6:after {
        background: -webkit-gradient(linear, left top, right top, from(#2a67a9 ), to(#fff));
        background: linear-gradient(to right, #2a67a9 0%, #fff 100%);
        right: -30%;
    }

    .flex_title h6:before, .flex_title h6:after {
        content: "";
        height: 2px;
        position: absolute;
        top: 50%;
        width: 30%;
    }


.top_contactlinks ul li {
    display: inline-block;
    margin-right: 20px;
    font-weight: 500;
    color: #fff;
}

.top_contactlinks ul li a {color: #fff;}
.top_contactlinks ul li i {font-size: 16px;}
.right_toplinks {position: relative;text-align: end;}
.right_toplinks ul li {display: inline-flex;margin-left: 20px;}
.top_header ul li a {
    font-size: 15px;
    font-weight: 400;color: #fff
}
.top_header ul li a:hover {color:#72faff}
.top_header ul li .dropdown-menu.show a{text-align: left; padding: 5px 5px 5px 15px;display:block}

#sp-top-header {
	position: relative;
    width: 100%;
    background: linear-gradient(0deg, #2f71ae 0%, #001582 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);}
.top_header {padding: 10px 0;}
#sp-main-menu .sp-column {justify-content:center}
#sp-header.header-sticky {background: #ffffffc4;}
#carouselbanner-wrp-229 .banneritem .banneritem-inner img {height:100px;}
#sp-position5 .sp-column {background: #cedff9;
    padding: 15px;
    height: 90%;
    border-radius: 15px;}
 
 
 
 
#carouselHome .carousel-control i {
    font-size: 36px;
}

#carouselHome .carousel-control {
    width: 3%;
    top: 50%;
    height: 9%;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,70) 100%);
	background: #f87100; opacity:1;      border-radius: 50%;
}
#carouselHome .carousel-control-prev {
    left:25px;
}
#carouselHome .carousel-control-next {
    right: 25px;
}
#carouselHome .carousel-inner .carousel-item img {
  -webkit-animation: zoom 25s;
  animation: zoom 25s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.2, 1.2);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}
 
.registration_button {position: fixed;bottom: 10%;z-index:11;left:0} 
.registration_button img {border-radius: 15px 2px;width: 100px; height: 70px;}
 
 
#blink_onn {
  background: #8EDDBE;
  color: white;
  animation: blink 1s linear infinite;
  padding: 8px 5px;border-radius:7px;
}
@keyframes blink {
  0%, 100% {background:#3F06FF;}
  50% {background-color: #8EDDBE;}
}

div#maximenuck110 div.maxidrop-main {
    width: 100% !important;
    display: block !important;
} 
 
div#maximenuck110 ul.maximenuck li ul.maximenuck2 li.maximenuck, div#maximenuck110 ul.maximenuck2 li.maximenuck{position:relative !important}
 
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a.home_icon:before {
position:absolute;left:0;width:24px;height:24px;content: "\f015";font-family: "Font Awesome 6 Free";    font-weight: 600;top: 7px;
}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a.home_icon {padding:12px 10px !important}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a.home_icon .titreck-title {display:none}
div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > a.home_icon:before {color: var(--bs-red);}


/* ==============  Responsive CSS Edition ====================== */


@media (min-width:1651px) {
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator { font-size: 15px;padding: 12px 20px !important;}	

}
 
@media (max-width:1650px) {
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {    font-size: 14px;    padding: 12px 15px !important;}
div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after { border-color: #27263f transparent transparent transparent !important;border-width: 6px 5px 0 4px !important;        right: -2px !important;}

}

@media (max-width:1450px) {
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator { font-size: 13px;    padding: 12px 15px !important;}

.flex_header_menu .flex_logo {width: 110px;}
.flex_header_menu .flex_logo_right img {max-width: 90px;}
.testi_settings .jt_testimonial226 .jt_testimonial-block-slide {padding:15px}
h2 {font-size:24px;}
h3 {font-size:21px;}
.testimonial_block {display:block !important;    text-align: center;}
.jt_testimonial226 .testimonial_block-image {    margin: 0 auto;}
.testi_settings .jt_testimonial226 .jt_testimonial-block-slide {min-height: 410px;}





}






@media (min-width: 1300px) and (max-width: 1399px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
}
}
 
@media (min-width:1500px) {
.h2, h2 {font-size: 1.5rem;}  
  .container {max-width:90%}  
  .notice_flash .notice_text { font-size: 16px;}
} 
 


@media (min-width:1200px) and (max-width:1400px) {
.middle_header .container-fluid {padding: 0 15px;}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {    font-size: 13px;    padding: 12px 10px !important;}
}
 

@media (min-width:1101px) and (max-width:1250px) {
.container {max-width:1100px;}

}
@media (max-width:1270px) {
.logo_inline h2 {font-size: 24px;}
.logo_inline a h2 {font-size: 22px;}
.hindi_font {font-size: 28px;}
.testimonial_control {min-height: 400px;}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {font-size: 13px;  padding: 12px 20px 12px 10px !important; letter-spacing: 0;}

    .flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {
        max-width: 70px;
    }
	.flex_title h2 {
        font-size: 24px;
    }
.notice_flash .notice_text {padding: 10px;}
}

@media (max-width:1150px) {

#maximenuck110 .maximenumobiletogglerck:checked + ul.maximenuck, #maximenuck211 .maximenumobiletogglerck:checked + ul.maximenuck {
    position: absolute;
    left: 0;
    background: #152d41 !important;
    width: 100%;top: 100%;z-index: 9;
}
div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after, div#maximenuck211 ul.maximenuck li.level1.parent > a:after, div#maximenuck211 ul.maximenuck li.level1.parent > span.separator:after {right: 5px !important;}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck211 ul.maximenuck li.maximenuck.level1 > a {    text-align: left;}
div#maximenuck110 ul.maximenuck li.level1.parent li.parent > span.separator:after, div#maximenuck211 ul.maximenuck li.level1.parent li.parent > span.separator:after {right:25px !important}
.dropdown_search {    background: rgb(14, 12, 12, 0.91);}
#sp-bottom3 {margin-left:unset}
div#maximenuck110 .maximenumobiletogglericonck {    height: unset !important;    color: #fff !important;    padding-top: 2px !important;}

 .top_header ul li a {
        font-size: 14px;
    }


}


@media (max-width:1100px) { 
#sp-main-menu {margin-left: unset;}
.itemid-912 #sp-main-menu {margin-left:unset;    width: 40%;}
 
}
 

@media (max-width:1024px) {
 #mod-custom204 h2 {top:80px;}
 .tab_control .tab_links ul {display:block}
 .msg_flex_text {order: 2; width: 100%;    margin-top: 40px}
.msg_flex_img {width: 100%; order: 1;}
.msg_flex {display:grid;text-align:center}
.modal-dialog {max-width:700px;}
div#maximenuck211 ul.maximenuck li.level1.parent > a:after, div#maximenuck211 ul.maximenuck li.level1.parent > span.separator:after {right: 5px !important;}
.logo_side_img {padding: 10px;}
.logo_side_img img {max-width: 80px;}
.sp-page-title .sp-page-title-heading {
    font-size: 20px;
}
#carouselHome .carousel-control {width: 6%;height: 18%;}
#carouselHome .carousel-control i {font-size: 30px;}

}

@media (max-width:990px) {
#mod-custom210 h2 {
    margin-bottom: 0;
}
.onalingment {margin-left: unset;}
.testimonial_control {min-height: auto;margin-bottom: 15px;padding: 0;}
.features_wrap .feature_item_wrap .feature_item.bg_2 {background: #18578b;}
.features_wrap .feature_item_wrap .feature_item.bg_2 .icon {color: #fff;}
.features_wrap .feature_item_wrap .feature_item.bg_2 h6 {color: #ddd;}
.features_wrap .feature_item_wrap .feature_item.bg_2 h2 {color: #fff;}

.features_wrap .feature_item_wrap .feature_item.bg_1 {background: #f5f2ef;}
.features_wrap .feature_item_wrap .feature_item.bg_1 .icon {color: #18578b;}
.features_wrap .feature_item_wrap .feature_item.bg_1 h2 {color: #18578b;}
.features_wrap .feature_item_wrap .feature_item.bg_1 h6 {color: #607ea0;}
.top_contactlinks ul li i, .top_header ul li a {
        font-size: 14px;
    }
    .top_contactlinks ul li {
        margin-right: 5px;
    }

    

    .flex_title h5 {
        font-size: 18px;
    }

    .flex_title h6 {
        font-size: 15px;
    }
.top_contactlinks ul li i, .top_header ul li a {
        font-size: 14px;
    }

    .top_contactlinks ul li {
        margin-right: 5px;
    }
	
	#sp-header .sp-module.custom_menu div#maximenuck110 .maximenumobiletogglericonck {    position: absolute;    left: 0;    z-index: 11;}
#sp-header .sp-module.custom_menu #maximenuck110 .maximenumobiletogglerck:checked + ul.maximenuck {        padding: 30px; padding-left: 20px !important;}
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator { color:#fff !important}
div#maximenuck110 ul.maximenuck li.maximenuck.level1:hover > a span.titreck, div#maximenuck110 ul.maximenuck li.maximenuck.level1.active > a span.titreck {color:#4ee1ff !important}

div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after {    border-color: #c7d7db transparent transparent transparent !important;}
	
#sp-header .sp-module.custom_menu div#maximenuck110 .maximenumobiletogglericonck	
{background: #041d86 !important; padding: 8px;}
#maximenuck110 .maximenumobiletogglerck:checked + ul.maximenuck, #maximenuck211 .maximenumobiletogglerck:checked + ul.maximenuck {        background: #014d8b !important;}
	
	
}
 
 

@media (max-width:768px) {
p {font-size: 14px;}
.logo_side_img {padding: 7px;}
.logo_side_img img {    max-width: 60px;}
.video-fluid {height: 60vh;}
.about_side {padding-right:0}
#sp-copyright p {    text-align: center;}
#sp-user1 .sp-module {justify-content: center;}
#sp-user2 .sp-module {justify-content: center;margin-bottom: 15px;}
.features_wrap .feature_item_wrap .feature_item {padding: 20px 15px;}
.features_wrap .feature_item_wrap .feature_item {height: 100%;}
#mod-custom210 h2 {position: absolute;top: 90px;left: 0;right: 0;}
#mod-custom210 h2 span {font-size: 18pt !important;}
.itemid-958 #sp-main-body {    padding: 30px 0 30px;}
#mod-custom204 h2 span {font-size:16px !important}
#mod-custom204 h2 {    position: absolute;left: 0;right: 0;top: 100px;font-size:15px}
.tab_control .tab_links ul li {display: inline-block;}
.testimonial_layout_inner {padding: 20px 10px 20px;}
.testimonial_layout_info {display: block;text-align: center;}
.msg_img, .zoom_img { margin: 0 auto;border-radius: 200px 200px 0 200px;}
.msg_img img, .zoom_img img{ border-radius: 200px 200px 0 200px;}
.testimonial_layout_content {margin-left: 0;width: 100%;}
.student_testimonials {padding: 15px;margin: 0;}
#sp-main-menu {margin-left: auto;}
.testimonial_block {display:block !important}  
.jt_testimonial226 .testimonial_block-image {margin-bottom: 20px;}
#sp-header.header-sticky .logo_side_img img {max-width:40px}
.testi_settings .jt_testimonial226 .jt_testimonial-block-slide {padding:15px 15px;text-align: center;}  
.jt_testimonial226 .testimonial_block-image {margin: 0 auto !important;
    min-width: 100px !important;width: 100px !important;}
.nav_tab .nav-tabs .nav-link {padding: 10px 15px; font-size: 12px; margin-right: 5px;}
.courses_itemview_hovecontent p {font-size:12px;margin-bottom:5px;}
#sp-important-links h3 {font-size: 15px;}
#sp-important-links ul.menu li a {    font-size: 13px;}
#sp-user1 .sp-module .sp-module-title, #sp-user2 .sp-module .sp-module-title {font-size:12px}
#sp-copyright p {font-size: 12px;padding-bottom: 5px;}
.flex_title h2 {font-size: 18px;}
.flex_title h5 {font-size: 16px;}
.flex_title h6 {font-size: 14px;padding: 0 10px;}
.top_contactlinks ul li {margin-right: 7px;}
.top_contactlinks, .right_toplinks {text-align: center}
.top_contactlinks ul li a, .right_toplinks ul li a {font-size: 14px;}
.top_contactlinks ul li a i, .right_toplinks ul li a i {font-size: 12px;}
.right_toplinks .dropdown-menu a {font-size: 12px;}
.flex_header_menu .flex_logo img {padding: 2px;}
.flex_header_menu {padding: 5px;}
.testi_settings .jt_testimonial226 .jt_testimonial-block-slide {min-height: 100%;}
#carouselHome .carousel-control i {font-size: 26px;}
#mod-custom231 .col {padding: 0 2px;}

}
@media (max-width:575px) {
.flex_title h2 {font-size: 16px;}
.flex_title h5 {font-size: 12px;}
.flex_title h6 {font-size: 12px;padding: 0 5px;}
.top_contactlinks ul li {margin-right: 7px;}
.top_contactlinks, .right_toplinks {text-align: center}
.top_contactlinks ul li a, .right_toplinks ul li a {font-size: 12px;}
.right_toplinks .dropdown-menu a {font-size: 12px;}
.flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {max-width: 60px;}
.extra_tab a {padding: 5px 15px;margin-right: -45px;font-size: 14px;}	
.floating_media a.dicons {font-size: 14px;}
.blink_text {padding:1px 5px;}
.blink_text:hover {padding:2px 7px;}
.flex_title h2 { font-size: 12px;  margin-bottom: 0; }
.sp-page-title .sp-page-title-heading {font-size: 14px;}
#sp-breadcrumb .breadcrumb li, #sp-breadcrumb .breadcrumb li a {font-size: 12px}



}
 

@media (max-width:480px) {
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}
.hindi_font {font-size: 14px;}
 .theme_botton {    font-size: 14px;    padding: 7px 15px;}
.testimonial_layout_inner h5 { padding-right: 25px;}
.courses_itemview_content {padding: 20px 15px 15px;}
.courses_itemview_hovecontent {padding:10px;}
.courses_slider.owl-carousel.owl-theme .owl-dots {    margin-top: 7px;}
.courses_slider.owl-carousel.owl-theme .owl-dots .owl-dot span {width:20px;}
#sp-testimonial-and-gallery {padding: 30px 0 20px;}
#sp-position5 {margin-top: 20px;}
.courses_section {padding: 30px 0;}
.common_head_style h3 {font-size:20px;}
.common_head_style p {text-align:justify}
.itemid-101 #sp-main-body {padding: 30px 0;}
h5.text-success {font-size:18px;}
#mod-custom210 h2 {    top: 80px;}
#sp-header.header-sticky  #mod-custom210 h2 span {font-size: 14pt !important;}
#sp-top2 {padding:0}
#sp-main-menu {padding:0}
#sp-top2 .sp-column {justify-content: center;}
#mod-custom204 h2 span {font-size:14px !important}
.tab_control .tab_links ul li {display:block;}
#sp-header.header-sticky #mod-custom204 h2 {display:none} 
#sp-header.header-sticky #mod-custom210 h2 {display:none}  
.home-contents .article-details {padding: 30px;} 
.one_slide {margin-bottom:20px;}
.logo_side_img img {max-width:40px;}
.logo_side_right img {max-width: 60px;}
.testimonial_block-name {    font-size: 16px !important;    margin-top: 15px !important}
.jt_testimonial-block-slide .fa-star, .jt_testimonial-block-slide .fa-star-half-o {font-size: 14px !important}
.courses_itemview_hovecontent_text {font-size:12px;}
.notice_flash .news_head {padding: 7px 15px 7px 15px;    background-color: #ff9e0f;}
.notice_flash .notice_text {padding:5px}
.about_side h1 { font-size: 20px;}
.about_side h5 {font-size: 16px;}
.sp-module-title {font-size:20px}
.top_contactlinks ul li a, .right_toplinks ul li a {font-size: 10px;}
.right_toplinks ul li {margin-left: 3px;}
.flex_title h5 {font-size: 10px;}
.flex_title h6 {font-size: 12px;}
.flex_header_menu .flex_logo_right img, .flex_header_menu .flex_logo {max-width: 50px;}
 #carouselHome .carousel-control i {font-size: 20px;}
#sp-header .sp-module.custom_menu div#maximenuck110 .maximenumobiletogglericonck {padding: 4px;} 
 #maximenuck110 .maximenumobiletogglericonck { font-size: 28px !important;}
.flex_title h5 {margin-bottom: 0;}
.top_header {padding: 5px 0;}
.flex_title h6:before, .flex_title h6:after {width: 15%;}
.flex_title h6:before {left:-15%}
.flex_title h6:after {right:-15%}
.sp-page-title .sp-page-title-heading {font-size: 13px;}


}


@media (max-width:420px) {
p {font-size: 13px;}
.video-fluid {height: 50vh;}
.courses_itemview_content_title {font-size:14px;}
.courses_itemview_content {padding: 7px 10px 7px;bottom: 10px;}
.readmore {font-size: 13px; padding: 2px 10px 5px;}
.courses_itemview_hovecontent p {font-size:12px}
.flex_title h2 {font-size: 12px;}
      
}

 
 


