@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(fancybox.css);
@import url(odometer.min.css);
@import url('https://fonts.googleapis.com/css2?family=Arya:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Vesper+Libre:wght@400;500;700;900&display=swap');
html,body {scroll-behavior: smooth;}
body {height: 100%;width:100%;margin:0;padding:0;font-size: 14px;font-weight: 400;color: #202021;font-family: "Poppins", 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: "Vesper Libre", serif;}
.accordion-button {font-weight:700;font-size: 18px; padding: 15px;background: #f7ffea;}
.font_500 {font-weight:500}
.w_600 {font-weight:600}
.gread_btn {
  padding: 7px 20px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #fff;
  border-radius: 10px;    font-size: 15px;
    font-weight: 600;
  background-image: linear-gradient(to right, #00993d 0%, #ee8a1f 51%, #f4821f 100%);
 } 
.gread_btn:hover, .gread_btn:focus  {
  background-position: right center;color: #fff; /* change the direction of the change here */
}
.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: "Arya", 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;
}
/*
.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 infinite;
    -moz-animation: glowing 1500ms infinite;
    -o-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite;
    transition: 0.5s ease;
}
@-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; }
}
/*================== 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: #8ef2ff;
  margin: 0;
  width: 100%;
  animation: marquee 10s linear infinite;
  display: inline-block;
  padding-right: 5%;font-weight: 500;
}
.notice_flash .notice_text a {color:#fff;position:relative}
.notice_flash .notice_text a:hover {color:#fff;}
.notice_flash .notice_text a:after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background-color: #fff;
    content: "";
    height: 2px;
    -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 li {
    padding-left: 25px;
    padding-bottom: 10px;font-weight: 400;
    line-height: unset; 
    letter-spacing: 0.5px; font-size: 14px;text-align: left;position: relative;
}
 
/* 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: #066940;}
#sp-copyright p {margin-bottom:0;padding:0 0 10px;color:#fff;font-size: 14px;}
#sp-copyright p a {color: #fff;}
#sp-copyright p a:hover {color: #ffd60a;}
.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(14, 12, 12, 0.52);}
/* .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 { position: relative; background: #066940;width: 100%;padding: 5px 0;height: unset;}
.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 {font-family: "Vesper Libre", serif;font-size:18px;text-align: left;font-weight: 500;padding: 10px 20px !important;}
/* font-weight: 700;   */

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}


#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: #ffda3c !important}

#sp-header.header-sticky {background: #066940;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-radius: 15px; 
}
/* .itemid-101 #sp-main-body.home-contents .article-details {border:1px solid #67ae6b30} */






.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: #148959;}
#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: 500; border-bottom: 1px solid #ddd; font-family: "Arya", sans-serif;        letter-spacing: 1px;}

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:#036e42 !important;color:#fff !important;}
 
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_bg.jpg); padding:70px 0 80px;z-index: 1;
  background-size: cover;background-position: bottom center;
}
.sp-page-title:before {position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';background:linear-gradient(0deg, rgb(7 15 22 / 82%) 0%, rgb(10, 18, 38, 0.20) 55%, rgb(1 7 22 / 82%) 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: -80px; z-index: 1;}
#sp-breadcrumb .breadcrumb {background: transparent; color: #fff; justify-content: center; 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: center; }
#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: 150px;margin: 0 !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: "Arya", 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: "Arya", sans-serif;    border: 1px solid #ddd; border-radius: 40px 40px 0;margin-right:5%}
.msg_flex_text h6 {font-family: "Arya", 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; 
}
.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: 100vh;
    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:cover;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}




.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;
}
.testi_settings .sp-module-title {text-align:center}


.floating_media {
  position: fixed;
  top: 40%;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-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: 3;
        overflow: hidden;
        text-overflow: ellipsis;}

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








/* ============================  New CSS Edition ============================ */

.selection_elements { text-align: right;}
#sp-top-bar .select_list {position:relative}
#sp-top-bar .select_list > li > a { display: inline-block;font-size: 14px;font-weight: 500;    color: #272525;}
#sp-top-bar .select_list > li > a:hover {color: #0c983c;}
#sp-top-bar .select_list > li > a.black_theme:hover {color: #fff;background:#eb8320}
#sp-top-bar .hindi_select .select_list > li > a {font-size:13px;}
#sp-top-bar .select_list > li{  position: relative;font-size: 14px;display: inline-block;vertical-align: middle;padding: 0 2px;}
#sp-top-bar .select_list li:last-child:after{display: none;}
#sp-top-bar .select_list li:last-child{padding-right: 0;}
.whtie_theme {padding: 1px 5px;background: #fff;border: 1px solid;border-radius: 0px;}
.black_theme {padding: 2px 6px;background: #252424; border-radius: 0px;color:#fff !important}
#sp-top-bar { position: relative; background: #e9fff2; color: #000;}
.select_list_control.hindi_select {text-align:right}
#sp-top2 {text-align: right;}
#sp-main-menu .d-flex { justify-content: center;}
#sp-top-bar #sp-top1 .select_list_control .select_list > li {margin-right:10px;}

div#n2-ss-2 .nextend-arrow {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; 
}
div#n2-ss-2 .nextend-arrow img {    width: 40px !important; height: 40px; background: #00000085;}
div#n2-ss-2 .nextend-arrow img:hover {background:#000}
.middle_header {position: relative;display: flex; align-items: center;justify-content:space-between;padding: 10px 0;}
.logo_inline { position: relative;display: flex; align-items: center;}
.logo_inline .logo_box {max-width: 70px; }
.logo_inline a h2 {
    font-size: 30px;
    color: #252424;
    padding: 0 10px 0px;
    line-height: 1.0;
    font-weight: 600;margin-bottom: 0; font-family: "Vesper Libre", serif;
}
.logo_inline a h4 {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
     margin-bottom: 0;position:relative;text-align:center;font-family: "Arya", sans-serif;
}
.logo_inline a h4 span {position:relative;background: #fff; padding: 0px 10px;}
.logo_inline a h4:before {position:absolute;content:'';height:2px;top: 40%;left:0;right:0;background:#00993d;width: 96%;margin: 0 auto;}
.extra_btn {margin-left:auto;} 

.itemid-101 #sp-main-body {position:relative;padding:50px 0;background:#fff}
.itemid-101 #sp-main-body:before {position:absolute;content:'';bottom:0;left:0; -webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;background:url(../images/side_img1.png);width: 250px;
    height: 300px;}
	
#sp-distribution-series {position: relative;    padding: 50px 0;}
#sp-distribution-series:before {position:absolute;content:'';bottom:0;left:0;right:0; -webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;background:url(../images/121.png) no-repeat;width: 100%; height: 300px;opacity:.1;  background-size: contain;}
	


.center_intro {text-align:center}
.center_intro h1 {margin-bottom: 0;}
.animate_img1 {position:absolute;bottom: 0;left: 0;max-width: 280px;z-index: -1;opacity: 0.9;}
.animate_img1 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img2 {position:absolute;bottom: 0px;right: 10px; z-index:-1;opacity:0.3}
.animate_img2 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img3 {position:absolute;bottom: 0px;right: 10px; }
.animate_img3 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img4 {position:absolute;top: 0;right: 10px;max-width: 280px; opacity: 0.9;}
.animate_img4 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}
.animate_img6 {position:absolute;bottom: 0;left: 10px;max-width: 280px; opacity: 0.9;    z-index: -1;}
.animate_img6 img {-webkit-animation: movedelement 8s linear infinite; animation: movedelement 8s linear infinite;}

@keyframes movedelement {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(10px, 10px);
        transform: translate(10px, 10px);
    }
    50% {
        -webkit-transform: translate(5px, 5px);
        transform: translate(5px, 5px);
    }
    75% {
        -webkit-transform: translate(10px, -5px);
        transform: translate(10px, -5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-10px, -10px);
        transform: translate(-10px, -10px);
    }
    50% {
        -webkit-transform: translate(-5px, -5px);
        transform: translate(-5px, -5px);
    }
    75% {
        -webkit-transform: translate(-10px, 5px);
        transform: translate(-10px, 5px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement3 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(15px, 15px);
        transform: translate(15px, 15px);
    }
    50% {
        -webkit-transform: translate(8px, 8px);
        transform: translate(8px, 8px);
    }
    75% {
        -webkit-transform: translate(15px, -8px);
        transform: translate(15px, -8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

@keyframes movedelement4 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    25% {
        -webkit-transform: translate(-15px, -15px);
        transform: translate(-15px, -15px);
    }
    50% {
        -webkit-transform: translate(-8px, -8px);
        transform: translate(-8px, -8px);
    }
    75% {
        -webkit-transform: translate(-15px, 8px);
        transform: translate(-15px, 8px);
    }
    to {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}

.extra_btn a { padding: 10px 30px;border-radius: 2px;color: #fff;position:relative;font-weight: 600; background-size: 300% 100%; border-radius: 50px;  moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out; background-image: linear-gradient(to right, #00993d, #f4821f, #f4821f, #f2821f) }
.extra_btn a i {font-size: 24px;vertical-align: middle;margin-right:7px}
.extra_btn a:hover, .extra_btn a:active {color:#fff; background-position: 100% 0;
    moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -webkit-transition: all .4s ease-in-out; transition: all .4s ease-in-out;
}



.portfolio-item {margin:20px 0;position:relative;-webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;}
.portfolio-content {
    position: relative;
    background-color: #fff;
	width: 100%;    border: 1px solid #ddd;
}
.portfolio-content h3.title {
    font-size: 20px; padding-top:10px;font-weight:600;
    margin-bottom: 0;text-transform:uppercase;text-align: center;    /* font-family: 'Poppins', sans-serif; */
}
.portfolio-content p.cat {
    color: #616161;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
}
.portfolio-content h3 a {position:relative;padding: 10px 20px;display:block;}
.portfolio-content h3 a:hover {color:#030c11}
.portfolio-content h3 a::after {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    width: 0;
    background-color: rgb(16 151 59);
    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;
}
.portfolio-content:hover h3 > a:after {
  left: 0;
  width: 100%;
}
.portfolio-item:hover {box-shadow: 0px 5px 30px 0px rgb(195, 195, 195, 0.50);transform: translateY(-7px);}
.portfolio-content p {
    text-align: center;
    padding: 0 15px;
}


.update_box {border-radius: 24px;padding: 30px 0;border: 1px solid #ddd; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; position: relative; height: 100%;font-size:14px;background: #f3c74e;min-height: 300px;    box-shadow: 0 5px 30px #ddd;}
.update_box:hover {background:#fff;border-bottom:2px solid #066940}
.update_box .list_control .list-item li a {color:#202021}
.update_box .list_control .list-item li a:hover {color:#066940}
.update_box h4 {padding: 10px 0; }
.update_box .list_control {
    max-height: 350px;
    overflow-y: scroll;
    padding: 0 30px;
    margin-bottom: 15px;
}
.update_box .list_control .list-item i {    color: #066940;}
.update_box.active_hover {background:#fff}
.title_left {position: relative;}
.title_left h2 {padding: 10px 0; font-size: 24px; }
.title_left:before {
	position: absolute;
	content: '';
	background-color: #066940;
	top: 2px;
	left: 0px;
	right:0;
	height: 3px;
	width: 50px;
	z-index: 0;
}
.center_title {text-align:center}
#latest_news_slide.owl-carousel .owl-item img {width:auto}
.news_slide_box {
padding: 15px;
    background: #fff;
    height: 60px;
    border-radius: 10px;
    margin-bottom: 30px;position:relative
}
.news_slide_box p {font-weight:500;}
.distribution_section .honers_box {padding: 10px;}
.distribution_section .namination {min-height:auto; }
.distribution_section .namination h4 {margin-bottom: 0;}


.title_center { position: relative;text-align:center}
.title_center:before {
	position: absolute;
	content: '';
	background-color: #066940;
	top: 2px;
	left: 0px;
	right:0;
	height: 3px;
	width: 50px;
	z-index: 0;
	margin:0 auto;
}
.title_center h2 {padding: 10px 0; }
.update_box .list_control::-webkit-scrollbar {
  background-color: #f5f2ea;
  width: 7px;border-radius:10px;
}
.update_box .list_control::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
}
#latest_news_slide.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    padding: 5px 15px !important;
    background: #f3c74e;
    color: #12173e;
    font-weight: 600;
    border-radius: 30px;
    margin: 2px;
}
.nav_tab .nav-tabs .nav-link {padding: 10px 30px;font-weight: 500; font-size: 16px; background: #f5f2ea;color: #111; border: 0;border-radius:0;    margin-bottom: 5px; text-align:center;position:relative;margin-bottom:15px;}
.nav_tab .nav-tabs .nav-link.active {background:#ff8d2a;border:0;color:#fff;}
.nav_tab .nav-tabs {border: 0;}
.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 #f5f2ea;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}
.ctg_img {
margin-bottom: 15px;
}
.sticky_text {position: relative;background: #fff;font-weight:600;}
.sticky_text:before {
	position: absolute;
	content: "";
	background: #eeeeee;
	width: 2px;
	left: 50%;
	top: -25px;
	bottom:0;
	z-index: -1;
	}
.roundhead {
    background: #f3c74e;
    padding: 10px 20px 5px;
    display: inline-block;
    border-radius: 25px;
    font-size: 26px;position:relative
}

.head_before {position:relative}
.head_before:before {
	position: absolute;
	content: "";
	background: #eeeeee;
	width: 100%;height:1px;
	left: 0;right:0;
	top: 50%;
	bottom:0;
	z-index: -1;
	}

.up_in .gread_btn {font-size:13px}
.strength_section {padding:50px 0;position:relative;    overflow: hidden;    text-align: center;}
.strength_section h2 {margin-bottom:0}
.strength_section p {margin-bottom:25px}
.numerbox h4 {font-size:18px}
.mgtop50 {margin-top:50px}
.strength_section .animate_img3 {position: absolute; bottom: 0; right: 0; opacity: 0.1;z-index:-1}
.numerbox {
    position: relative;
    padding: 25px 10px; 
    border:1px solid #00993d;
    text-align: center;
    font-weight: 400; height:100%;
  z-index: 1;background: #e9fff2;transition: 0.4s;
  overflow: hidden;cursor:pointer;     border-radius: 7px;
}
.numerbox small {font-weight: 400;}
.numerbox .odometer {font-size:30px;  font-weight: 500;margin-bottom: 10px;}
.numerbox h4 {font-family: 'Vesper Libre', serif; font-size: 21px;}
.numerbox:before {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    position: absolute;
    z-index: -1;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #efc34a;
    top: -1px;
    left: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.4s cubic-bezier(0.3, 0.02, 0, 0.6);
} 
.numerbox:after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-30px) translateX(30px);
    -ms-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
    position: absolute;
    z-index: -1;
    content: url(../images/element11.png);
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.3, 0.02, 0, 0.6);
    transition: all 0.3s cubic-bezier(0.3, 0.02, 0, 0.6);
} 
.numerbox:hover:before {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}
.numerbox:hover:after {
  -webkit-transform: translateY(0) translateX(0);
  -ms-transform: translateY(0) translateX(0);
  transform: translateY(0) translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.numerbox:hover {color:#122f2f;border-color:#efc34a;box-shadow: 0px 5px 30px 0px rgb(195, 195, 195, 0.50);transform: translateY(-7px);}
.numerbox:hover .odometer {color:#fff}
.row_mg0 {margin:0} 
.col_pd0 {padding:0} 
.bg_design {position:relative; }
.bg_design:before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background:linear-gradient(rgb(245 242 234), #eaf7da);
    height: 105%;z-index:-1
    }  
.bg_design .numerbox { background: #fff; border: 1px solid #ddd;}
.overview_table_section {padding:50px 0;    position: relative;} 
.table_control {background:#eee;padding:20px;position:relative} 
.table_control .table-responsive {background:#fff;padding: 30px;max-height:600px;overflow:auto;cursor: pointer; }
.table>thead {vertical-align: middle;}
.bg_span {background: #ff8d2a;
    padding: 4px 15px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    top: 15px;
    right: 20px;
} 
.category-module li {position:relative;    padding-left: 25px;
    padding-bottom: 10px;
    font-weight: 400;
    line-height: unset;
    letter-spacing: 0.5px;
    font-size: 14px;
    text-align: left;
	}
.list_control .list-item li:before, .category-module li:before {
    font-size: 14px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    position: absolute;
    top: 2px;
    text-align: center;
    background: #077d42;
    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;
}

.update_box .list_control {
    max-height: 350px;
    overflow-y: scroll;
    padding: 0 30px;
    margin-bottom: 15px;
}

.list_control .list-item li img {display:inline-block}
#sp-latest-news-taza-khabara {position:relative;padding:40px 0}

.circle_view {position:relative;    margin-bottom: 20px;}
.circle_view .brd_shade {
	position:relative;
	width:100%;
	border:7px solid rgb(255 255 255);
	border-radius: 50%;
	object-fit: cover;box-shadow: 0px 5px 10px #eee;
	}
.circle_text h4 {font-size:15px; color:#fff; }
.graphic_view {position:relative;margin-top:80px;}
.circle_view .circle_text {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    text-align: center;
}
.circle_view .circle_text img {margin: 0 auto;margin-bottom:15px}
.circle_view.circle_green .circle_text {top:25%}
.circle_view.circle_orange .circle_text {top:15%}
.top_img {position: absolute;top: -50px;left: 60%;text-align: center;}
.circle_view:before {position:absolute;content:"\f064";top:50%;right:-14px;font-family: 'Font Awesome 6 Free';font-weight: 900;font-size:20px;color:#00993d}
.circle_view.hide_arrow:before {display:none}
.roundhead {
    background: #f3c74e;
    padding: 10px 20px 5px;
    display: inline-block;
    border-radius: 25px;
    font-size: 26px;position:relative
}
.head_before {position:relative}
.head_before:before {
	position: absolute;
	content: "";
	background: #eeeeee;
	width: 100%;height:1px;
	left: 0;right:0;
	top: 50%;
	bottom:0;
	z-index: -1;
	}
.nav_tab .nav-tabs .nav-link {padding: 10px 30px;font-weight: 500; font-size: 16px; background: #f5f2ea;color: #111; border: 0;border-radius:0;    margin-bottom: 5px;width:50%;text-align:center;position:relative;margin-bottom:15px;}
.nav_tab .nav-tabs .nav-link.active {background:#ff8d2a;border:0;color:#fff;}
.nav_tab .nav-tabs {border: 0;}
.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 #f5f2ea;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 100%;
}


.seed_box {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(1, 1, 72, 0.1);
 box-shadow: 0px 20px 60px 0px rgba(1, 1, 72, 0.1);
}
.seed_box .up_in {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.seed_box .seed_namination {
  left: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(255, 255, 255, 0.9);
}
.seed_box .seed_namination h4 {margin-bottom: 0;}
.seed_box .seed_namination h4 a {
  font-size: 20px;
  color: #010148; padding: 10px 25px 5px;
  font-weight: 500;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;display:block;line-height: normal;
}
.seed_box:hover .up_in {opacity: 1;bottom: 60px;}
.seed_box:hover .seed_namination {background-color: #0b0b0b;}
.seed_box:hover .seed_namination h4 a {color: #fff;}

.seeds_section {padding:70px 0;position:relative;z-index:1}
.seeds_section:before {position:absolute;content:'';top:0;left:0;right:0;
 background-image:url(../images/slider3.jpg); background-attachment:fixed;background-size:cover;height:100%;z-index:-1}
 /* background-image: image-set(url("../images/slider3.webp")); */
.seed_box {
  overflow: hidden;
  margin: 0 auto;
  border-radius: 8px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(1, 1, 72, 0.1);
 box-shadow: 0px 20px 60px 0px rgba(1, 1, 72, 0.1);
}
.seed_box .up_in {
  left: 0;
  right: 0;
  opacity: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.seed_box .seed_namination {
  left: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(255, 255, 255, 0.9);
}
.seed_box .seed_namination h4 {margin-bottom: 0;}
.seed_box .seed_namination h4 a {
  font-size: 20px;
  color: #010148; padding: 10px 25px 5px;
  font-weight: 500;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;display:block;line-height: normal;
}
.seed_box:hover .up_in {opacity: 1;bottom: 60px;}
.seed_box:hover .seed_namination {background-color: #0b0b0b;}
.seed_box:hover .seed_namination h4 a {color: #fff;}

.seeds_section .white_head {
    color: #fff;
    margin-bottom: 0;
}
.seeds_section .white_shade_p {
    color: #fefff8;
    margin-bottom: 25px;
}

.seed_slides.owl-carousel.owl-theme .owl-nav [class*=owl-] {
    padding: 5px 15px !important;
    background: #fff;
    color: #12173e;
    font-weight: 600;
    border-radius: 30px;
    margin: 2px;transition:0.5s ease;
} 
.seed_slides.owl-carousel.owl-theme .owl-nav {text-align:left}
.seed_slides.owl-carousel.owl-theme .owl-nav [class*=owl-]:hover {background: #ff8d2a;color:#fff}


@media (min-width: 576px) {
.card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {
    display: inline-block;
    width: 100%; margin-bottom:15px;
}
}
@media (min-width: 991px) {
.card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
}
.card-columns .card {display: inline-block;width: 100%; margin-bottom:15px;}
}
.gallery_photo_box { position: relative;}
.gallery_photo {position:relative;overflow: hidden;}
.gallery_photo .icon_list {
	background: linear-gradient( 20deg,rgb(252 74 0 / 87%) 0%,rgb(10 5 2 / 45%) 100%);
	position: absolute;
	bottom: -25px; 
	left: 0;
	right: 0;
	margin: 0 auto;
	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;
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	/*border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	padding: 2px; */
    width: 100%;
    height: 100%; text-align: center;color:#fff
}
.gallery_photo_box:hover .icon_list, .gallery_photo:hover .icon_list {
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	-webkit-opacity: 1;bottom: 0;
}
.gallery_photo_box:hover {box-shadow: 0 5px 20px #eee}
.gallery_photo .gread_btn {
display: inline-block;
max-width: 150px;left:0;right:0;
text-align: center;
margin: 0 auto;position:absolute;
top: 45%;
}
.labharthi_section {position:relative;    padding: 50px 0;}
.labharthi_section:before {
	position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    background: #eee;
    height: 50%;
    z-index: -1;
}
.c_mgb20 {text-align:center;margin-bottom:20px;}
 
#sp-important-links { background: #066940; padding:40px 0 5px;}
#sp-important-links h3.sp-module-title {color:#fff;margin-bottom: 15px;font-size: 20px;
    font-weight: 500;}

#sp-important-links ul.menu li {
    padding: 0px 10px 10px 15px;
    position: relative;
    -webkit-transition: all 0.35s ease;  
    transition: all 0.35s ease;    margin-right: 20px;
}
#sp-important-links ul.menu li a{color: #eee;font-size: 14px;}
#sp-important-links ul.menu li a:hover {color:#ffeb3b}


#sp-important-links ul.menu li:before {
    position: absolute;
    font-family: 'Font Awesome 6 Free';
    content: "\f0da";
    top: 0;
    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}



#sp-bottom4 .list_control .list-item li {color: #fff;  padding-left: 30px;}
#sp-bottom4 .list_control .list-item li:nth-child(1)::before {content: "\F3E7";}
#sp-bottom4 .list_control .list-item li:nth-child(2)::before {content: "\F84B";}
#sp-bottom4 .list_control .list-item li:nth-child(3)::before {content: "\F5B7";}
.social_connect {display:flex}

#sp-bottom4 .list_control .list-item li a {color:#fbf9e9}
#sp-bottom4 .list_control .list-item li a:hover {color:#ffeb3b}
.editional_lolo img  {margin:0 auto}
div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after {top:15px !important;}


.goog-te-gadget .goog-te-combo {
    margin: 0 !important;
    min-height: calc(1.5em + .5rem + calc(var(--bs-border-width)* 2));
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 5px;
	    border:1px solid ##dee2e6 !important;
}
.goog-te-gadget span {display:none !important}
.goog-te-gadget .goog-te-combo:focus, .goog-te-gadget .goog-te-combo:active {
    color: #000;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.goog-te-gadget {
    color: transparent !important;    line-height: 0;
 }



.about_text {position: relative;padding: 50px 30px 50px 30px;text-align: justify; background: #e9fff2;    z-index: 1; /* border: 2px solid #6eb85f; */}
.head_center {position: relative;text-align:center;margin-bottom:40px;}
.headline_img {
 position: absolute;
    top: -30%;
    opacity: 0.7;
    z-index: -1;
    left: -15px;
    max-width: 150px;
}
.head_center .headline_img {left:43%;}
.head_d1 {position: relative;}
.head_d1 h3 {z-index:1;margin-bottom: 30px;font-size:28px;}
.about_one {position:relative; } 
.about_two {position:relative;padding:50px 0;background:#f1f1f1;z-index:1}
.about_two .pd_div {padding:0 40px 0 0;}
.about_two h3 {font-size:21px;}
.about_two .list_control .list-item li { font-weight: 400;}
.about_two .list_control .list-item i {color: #066940;}
.sadasyata_section .list_control .list-item i {color: #066940;}
.border_design_box {position:relative;border: 1px solid #ddd;padding: 50px 30px 50px 30px;text-align: justify;height:100%}
.sanchalak_mandal {position:relative; } 
.sanchalak_div {
    position: relative;
    display: flex;
    border-radius: 10px;
    margin-bottom: 15px;border:1px solid #ddd;background: #f1f1f1;
}
.sanchalak_div.green_bg {background: #e9fff2;} 
.sanchalak_pic {position: relative;max-width: 25%;}
.sanchalak_pic img { border-radius: 10px 0px 0px 10px;}
.sanchalak_desc {
    position: relative;
    padding:15px 30px 0 25px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.key_section {position:relative;padding:50px 0 } 
.office_section {position:relative;padding:50px 0 } 
.common_section {position:relative;padding:50px 0 } 
.address_box {
    position: relative;
    text-align: center;
    background: #e9fff2;
    height: 100%;
    padding: 0;
    border: 2px solid #066940;
    border-radius: 5px;
    }
.address_box h4 i {font-size: 18px; color: #f4821f; margin-right: 5px;}
.address_box.green_bg {background: #e9fff2;}
.address_box1 {padding: 25px 0 15px;border-bottom: 1px solid #066940;}
.address_box2 {padding: 25px 0 15px;}
.address_box3 {padding: 25px 0 15px;height: 100%;position: relative;border-left: 1px solid #066940;}
.sanchalak_desc h4 {font-size:20px;}
.gallery_section {position:relative;padding:50px 0 }
.table-responsive th h4 {margin-bottom:0;text-align:center;font-size: 21px;}
.table-striped>tbody>tr:nth-of-type(odd)>* {--bs-table-bg-type: rgb(233 255 242);}
.table_control2 h5 {font-size:20px;}

 /* New Edition */
.processing_center .table-responsive th h4 {text-align:left} 
.processing_center .table-responsive td h5 {font-size:18px;    margin-bottom: 5px; margin-top: 5px;} 
.office_section .table_control2 h5 {margin-bottom: 0;} 
.office_section .table_control2  tr {vertical-align: middle;}
.office_section .table_control2 .table_mgb {margin-bottom: 0;}
.iframe_height {position:relative;min-height:100vh;margin-top:10px} 
.frame_height {position:relative;overflow-y:auto} 
.frame_height::-webkit-scrollbar {background-color: #f5f2ea;width: 7px;border-radius:10px;}
.frame_height::-webkit-scrollbar-thumb {background-color: #066940;border-radius:15px;}
.line_b {text-decoration:underline} 
.english_font {font-family:var(--theme_font_family);} 
.table_control2 h6 {font-size:18px; margin-bottom: 5px; margin-top: 5px;}
.table_control2 .english_font {font-size:15px;}
.sambhag_head { text-align: center; padding: 15px 0 7px;margin:0; background: #f3811e;color: #fff; text-shadow: 2px 0px 0px #11111138; border-radius: 3px;font-size: 24px;}
th {font-weight:700} 
.office_section .sambhag_head {padding: 15px 0 7px;margin-top: 15px;margin-bottom: 10px;background: #f3811e;color: #fff; text-shadow: 2px 0px 0px #11111138; border-radius: 3px;}
.green_border { position: relative; padding: 30px;border: 2px solid #11a302;box-shadow: 0px 5px 10px #eee;overflow:hidden}
.network_box {position: relative; padding: 10px;
    box-shadow: 0px 5px 10px #eee;border: 1px solid #eee;
    margin-bottom: 20px;
    text-align: center;    display: flex; align-items: center;}
.number_show {font-weight: 600; }
.zoom_img {position: relative; 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;}
.zoom_img:hover {transform:scale(1.03)}
.address_box1 p b {font-weight:500}
.address_box2 p b {font-weight:500}
.address_box3 p b {font-weight:500}
.network_box_top {
	position: absolute;
    bottom: -25px;
    right: -12px;
    padding: 10px 30px;
    text-align: center;
    border: 1px solid #fff;
    box-shadow: 0 5px 10px #eee;
    background: #ffbb56;    z-index: 1;
	}
.network_box_top2 {
	position: absolute;
    top: -25px;
    right: -12px;
    padding: 15px;
    text-align: center;
    border: 1px solid #e9fff2;
    box-shadow: 0 5px 10px #eee;
    background: #066940;    z-index: 1;
	}
.network_box_top2 h5 {color:#e9fff2}	
.network_box:last-child { background: #e9fff2;  border: 1px solid #0f983b;}
.icon_arrow { font-size: 26px; position: absolute; left: 0; right: 0;}
.network_box:last-child .icon_arrow {display:none}
.new_tag {position:relative;padding: 0 10px;
    border-radius: 10px;
    margin-left: 5px;
    line-height: 1.1;
    font-size: 11px;color: #fff;
 -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;transition:0.5s ease;
  }
@-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; }
}

.modal.fade .modal-dialog {
 -webkit-transform: translate(0);
 -moz-transform: translate(0);
 transform: translate(0);
 }
.modal_control .modal-footer .btn-secondary {
    background-color: #0d066a;
    border-color: #0d066a;
    cursor: pointer;
}
.modal_control .modal {background: rgb(17, 17, 17, 0.72);}
.modal_control .modal .modal-header {padding: 1rem 1rem 0.5rem;}

.network_box h5 {
    padding-left: 10px;
    margin-bottom: 0;
}
.pdf_btn_box {text-align:right;position:relative;margin-bottom:30px;}
.pdf_btn_box .gread_btn {background-image: linear-gradient(to right, #066940 0%, #c35100 51%, #f4821f 100%); }

.article-details .table_control2 table th {}
.accordion-body .list_control {margin-bottom:15px;}
.accordion-button:not(.collapsed){background-color: #e9fff2;}

/***Photo gallery Code***/

ul.sigFreeClassic li.sigFreeThumb {
   float: left;
    background: #fff !important;
    margin: 0 10px 20px 10px;
    padding: 0;
    list-style: none !important;
    width: 23%;
    overflow: hidden;
}
#sp-feature {margin-bottom:30px}


/* ============================  New CSS Edition End ======================= */





























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



    


@media (min-width:1550px) {
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator {font-size: 20px;padding: 10px 25px !important;}
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 {    padding:7px 15px !important; font-size: 16px;}

}	
	
@media (min-width: 1300px) and (max-width: 1399px) {
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1230px;
}
}

@media (max-width:1550px) {
div#maximenuck110 ul.maximenuck li.maximenuck.level1 > a, div#maximenuck110 ul.maximenuck li.maximenuck.level1 > span.separator { }
div#maximenuck110 ul.maximenuck li.level1.parent > a:after, div#maximenuck110 ul.maximenuck li.level1.parent > span.separator:after {top: 15px;}
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 {    padding: 4px 15px !important; font-size: 14px;}


}










@media (max-width:1400px) {
h2 {font-size:24px;}
h3 {font-size:21px;}
  
}
@media (min-width:1500px) {
.h2, h2 {font-size: 1.5rem;}  
.container {max-width:90%}  
  
} 
 


@media (min-width:1200px) and (max-width:1400px) {
.middle_header .container-fluid {padding: 0 15px;}

}
 

@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;}
}

@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;}

}


@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;}
 
}

@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;}


}
 
 

@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; margin-right: 5px;    width: 48%;}
  .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;
}
#sp-top1 {text-align:center;order: 1;}
#sp-top2 {text-align:center;order: 0; }
#sp-feature {margin-bottom: 20px; margin-top: 40px;}
.select_list_control.hindi_select {margin-bottom: 5px;}
#sp-top2 {border-bottom: 1px solid #9dd4bd;}
.seeds_section {padding: 30px 0;}



}

@media (max-width:640px) {
.middle_header {display:block}
.extra_btn {
    margin-left: 0;
    position: absolute;
    bottom: -33px;
    z-index: 111;
}
.extra_btn a {padding: 5px 15px; font-size: 15px;}
#sp-main-menu .d-flex {
    justify-content: end;
}
.logo_text {text-align:center}
.logo_inline a h2 {font-size: 18px;}
div#n2-ss-2 .nextend-arrow {    width: 30px; height: 30px;opacity:.2}
 div#n2-ss-2 .nextend-arrow img {    width: 30px !important; height: 30px;}
 div#n2-ss-2:hover .nextend-arrow {opacity:1}
 .card-columns .card { margin-bottom: 20px;}
.sp-page-title {    padding: 30px 0 60px;}
#sp-breadcrumb {    margin-top: -60px;}
.sanchalak_div.green_bg {background: unset;} 
.sanchalak_div.green_bg_tab {background: #e9fff2;} 
.sanchalak_div.green_bg_tabf1 {background: #f1f1f1;} 
.head_center .headline_img {left: 40%;}
.address_box {height: unset;margin-bottom: 20px;}
.sanchalak_pic {max-width: 30%;}
.sanchalak_desc h5 {font-size: 16px;}
.sanchalak_desc {padding: 15px 30px 0 15px;}
.network_box_top, .network_box_top2 {position: relative;margin-bottom: 25px;top: 0; right: 0;display:flex;align-items:center}
.network_box_top h5, .network_box_top2 h5 { text-align: left;padding-left:10px}
.network_box_top h5 br, .network_box_top2 h5 br {display:none}
.network_box:last-child .icon_arrow {display:block}
.update_box {margin-bottom:15px;height: unset;}
 
}



 

@media (max-width:480px) {
h2 {font-size: 24px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
.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: 10px 0px;} 
.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}
 
  
  ul.sigFreeClassic li.sigFreeThumb {
width: 100%!important;
    overflow: auto!important;
}

  
}


@media (max-width:420px) {
 .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}
 p {
    font-size: 13px;
  }
   ul.sigFreeClassic li.sigFreeThumb {
width: 100%!important;
    overflow: auto!important;
}
.extra_btn a { padding: 5px 15px; font-size: 14px; }
.extra_btn a i {font-size: 18px;margin-right: 5px;}
.logo_inline a h4 {font-size: 13px;}
}
@media (max-width:400px) {
 .logo_inline a h2 {font-size: 16px;}
.logo_inline a h4 span {font-size: 12px;}

 ul.sigFreeClassic li.sigFreeThumb {
width: 100%!important;
    overflow: auto!important;
}

}
 

