/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template:	betheme
Version: 1.6.1.2
*/
#search_button {
    color: #fff!important;
}
#Top_bar .search_wrapper {
    background: #ffffff!important;
}
.menuo-arrows #Top_bar .menu > li.submenu > a > span:not(.description) {
    padding-right: 25px!important;
}
#Top_bar .search_wrapper input[type="text"] {
    color: #484646!important;
}

.post-header .title_wrapper h1 {
    font-size: 23px;
    line-height: 35px;
}

.cs-news p {
    line-height: 16px;
    text-align: justify;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}

.cs-news .vc_gitem_row .vc_gitem-col{
	padding: 7px 2px;
}

.cs-news .vc_gitem-zone{
  max-height:300px;	
}

.header-third {
    display: block;
    align-items: center;
    font-weight: 500;
	margin-top: 15px;
}

.header-third p{
	letter-spacing: -0.5px;
    font-size: 16px;
}

.news-date > div{
    text-align: left;
    font-weight: 500; 
    line-height: 14px;
    padding-bottom: 0;
	margin: 0;
	display: inline;
    background: #fff;
    padding: 2px 7px 2px 2px;
}
.cs-news .vc_gitem-animated-block{
    border-bottom: 3px solid #e87b19;
    padding-bottom: 6px;
    margin-bottom: 6px;
}

.cs-news h4 {
    font-family: "Roboto", Arial, Tahoma, sans-serif;
    font-size: 16px;
       line-height: 19px;
    color: #e46c00;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 1px solid;
    padding-bottom: 12px;
}
.event-btn{
	    color: #fff!important;
    background-color: #e97a16!important;
}

.flashingBtn{
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.3;
  }
}
}

.branch_title h2 {
    font-size: 32px !important;
font-weight: 500;
color: #384290 !important;
}
.top_bar_right .action_button {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
font-size: 18px;
padding: 10px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #3944a0; -webkit-box-shadow: 0 0 3px #3944a0; }
  50% { background-color: #3f4cb3; -webkit-box-shadow: 0 0 40px #3f4cb3; }
  100% { background-color: #4c59c0; -webkit-box-shadow: 0 0 3px #4c59c0; }
}

@-moz-keyframes glowing {
0% { background-color: #3944a0; -webkit-box-shadow: 0 0 3px #3944a0; }
  50% { background-color: #3f4cb3; -webkit-box-shadow: 0 0 40px #3f4cb3; }
  100% { background-color: #4c59c0; -webkit-box-shadow: 0 0 3px #4c59c0; }
}

@-o-keyframes glowing {
0% { background-color: #3944a0; -webkit-box-shadow: 0 0 3px #3944a0; }
  50% { background-color: #3f4cb3; -webkit-box-shadow: 0 0 40px #3f4cb3; }
  100% { background-color: #4c59c0; -webkit-box-shadow: 0 0 3px #4c59c0; }
}

@keyframes glowing {
  0% { background-color: #3944a0; -webkit-box-shadow: 0 0 3px #3944a0; }
  50% { background-color: #3f4cb3; -webkit-box-shadow: 0 0 40px #3f4cb3; }
  100% { background-color: #4c59c0; -webkit-box-shadow: 0 0 3px #4c59c0; }
}
/* ---- POPUP CSS ---- */
#modalOverlay {
			position: fixed;
			top: 0;
			left: 0;
			background: rgba(0, 0, 0, 0.5);
			z-index: 99999;
			height: 100%;
			width: 100%;
	}
.modalPopup {
			position: absolute;
			top: 40%;
			left: 50%;
			transform: translate(-50%, -50%);
			background: #fff;
			max-width: 45%;
			-webkit-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			-moz-box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);
			box-shadow: 0 2px 10px 3px rgba(0,0,0,.2);}
.modalContent {padding: 0 2em;	max-height: 400px;overflow-y: scroll;overflow-x: hidden;}
.headerBar {width: 100%;margin: 0;float: right;color:#fff;max-height: 0px;}
.buttonStyle {
		border: transparent;
		border-radius: 0;
		background: #6d6d6d;
		color: #eee !important;
		cursor: pointer;
		font-weight: bold;
		font-size: 18px;
		text-transform: uppercase;
		padding: 6px 12px;
		text-decoration: none;
		background: -moz-linear-gradient(top, #6d6d6d 0%, #1e1e1e 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d6d6d), color-stop(100%,#1e1e1e));
		background: -webkit-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: -o-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: -ms-linear-gradient(top, #6d6d6d 0%,#1e1e1e 100%);
		background: linear-gradient(to bottom, #6d6d6d 0%,#1e1e1e 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d6d6d', endColorstr='#1e1e1e',GradientType=0 );
	/*	-webkit-box-shadow: 0 2px 4px 0 #999;
		box-shadow: 0 2px 4px 0 #999; */
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-ms-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
		float: right;
        right: 10px;
	}
	.buttonStyle:hover {
		background: #1e1e1e;
		color: #fff;
		background: -moz-linear-gradient(top, #1e1e1e 0%, #6d6d6d 100%, #6d6d6d 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e1e1e), color-stop(100%,#6d6d6d), color-stop(100%,#6d6d6d));
		background: -webkit-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -o-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: -ms-linear-gradient(top, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		background: linear-gradient(to bottom, #1e1e1e 0%,#6d6d6d 100%,#6d6d6d 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e1e1e', endColorstr='#6d6d6d',GradientType=0 );
	}
.returnToProfile {text-align: center; margin:3em;}
.returnToProfile a, .returnToProfile a:visited {color: #ddd;}
.returnToProfile a:hover {color: #fff;}
/* ---- POPUP CSS END HERE ---- */


#wpcf7-f1860-p1858-o1 .wpcf7-form-control-wrap.exp-duration-from::before {
	content: "From:" !important;
	margin-left: 10px!important;
	position: absolute;
	margin-top: 6px;
}
#wpcf7-f1860-p1858-o1 .wpcf7-form-control-wrap.exp-duration-to::before {
	content: "To:" !important;
	margin-left: 10px!important;
	position: absolute;
	margin-top: 6px;
}
#wpcf7-f1860-p1858-o1 .wpcf7-form-control-wrap.exp-duration-from-2::before {
	content: "From:" !important;
	margin-left: 10px!important;
	position: absolute;
	margin-top: 6px;
}
#wpcf7-f1860-p1858-o1 .wpcf7-form-control-wrap.exp-duration-to-2::before {
	content: "To:" !important;
	margin-left: 10px!important;
	position: absolute;
	margin-top: 6px;
}

.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat{
    background-color: #e97e1d;
    font-size: 14px;
    padding: 5px 7px;
}

.vc_btn3.vc_btn3-color-juicy-pink:hover, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover{
    background-color: #444e98
}

#exp-duration-from, #exp-duration-from-2, #exp-duration-to, #exp-duration-to-2{text-align:right;}
.form_subtitle{background-color: #384290 !important; padding: 10px 20px;color:#fff;text-transform:uppercase;}
.show-in-row{display:inline-flex;width: 100%;}
.in-one-row{display:inline-flex;width: 100%;}
.in-one-row .wpcf7-form-control-wrap {width: 22%;}
.in-one-row .docs-pointers {width: 78%;}
.column.select {margin-bottom: 15px;}



/* priyal */
.custom_list span.vc_tta-title-text {
    color: #272424;
    font-weight: 400;
	font-size: 17px;
}

.custom_list .wpb-js-composer .vc_tta.vc_general .vc_tta-panel-title>a{
    padding: 9px 20px;
}

.tlp-team.core-team .round-img img{
	border-radius:0;
}

/* --priyal */

/* Neha */
.images_section .wpb_gallery ,.images_section .wpb_gallery_slides {
	margin-bottom:0px;
}
.bg_title{
	letter-spacing:1px;
background: #323c8d;
padding: 6px 20px;
font-size: 20px;
line-height: 26px;
color: #fff;
font-weight: 400;
}
.custom_gallery .isotope-item{
	margin:10px !important ;
	border: 1px solid #ccc;
}
.infra_blog .blog_wrapper.isotope_wrapper .posts_group {
    display: block;
    flex-direction: unset;	
}
.infra_blog .post-footer{
	display:none;}
.infra_blog .image_frame {
	margin-bottom:0px;
	border-width:0px;
}
.infra_blog .post-title .entry-title a{
	color:#fff;
}
.infra_blog .scale-with-grid.wp-post-image {
    width: 100%;
    height: 230px !important;
    object-fit: cover;
}
.infra_blog .post-title .entry-title{
	margin-bottom:0px;
	font-size: 16px;
line-height: 20px;
font-weight: 400;
text-align: center;
}
.infra_blog .post-desc-wrapper{
	background:#364190; padding: 10px;
}
.infra_blog .post-item {
    border-bottom: 0px solid #ccc;
    padding-bottom: 0px;
}
.infra_blog .post-excerpt{
	display:none;
}
.infra_blog .grid .post-desc-wrapper .post-desc {
    padding: 0px;
}
.testimonials_slider.single-photo .testimonials_slider_ul li .single-photo-img {
   
    height: 155px;
    width: 155px;
}
.wpb_fp_grid figure h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
}
.affiliation_gallery .isotope-item{
	margin:10px !important;
	border:2px solid #000;
}
.image_border img{
	border:2px solid #000;
}
.hide_a a{
	pointer-events:none;
}
.page-id-164 .hide_a a {
    pointer-events: visible;
}

.blog_wrapper.isotope_wrapper   .posts_group  {display: flex;
    flex-direction: column-reverse;
}
.home .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
    
    padding: 0px 40px 10px;
}
#Content .post_asc_order .vc_grid-item-mini > .vc_gitem-animated-block .vc-gitem-zone-height-mode-auto .vc_gitem-zone-img {
    display: block !important;
}
.post_asc_order .vc_grid-item-mini > .vc_gitem-animated-block {
	width:35%;
	float:left;
}
.post_asc_order .vc_grid-item-mini > .vc_gitem-zone{
	width:65%;
	float:left;
}
.post_asc_order .vc_grid-item-mini > .vc_gitem-zone .vc_col-sm-12 { 
    padding: 0px 42px 0px !important;
}
.post_asc_order {
	margin-top:30px;
}
.post_asc_order  .vc_btn3 {
	    float: left;
    border-left-width: 0px;
    border-style: solid;
    background-color: #f27500 !important;
    padding: 8px 20px !important;
    color: #fff;
    border-radius: 0px;
}
.post_asc_order  .vc_btn3:before {
content: '\e85d';
	font-family: "mfn-icons";
	margin-right: 10px;
}
.post_asc_order  .vc-gitem-zone-height-mode-auto::before {
    padding-top: 0px;
}
.post_asc_order .vc_grid-item {
    border-bottom: 1px solid #ccc;
   margin-bottom: 35px !important;
}
.post_asc_order .vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
    padding-right: 0px;
    padding-bottom: 35px;
}
#Content .widget_nav_menu ul li::after{
	border:0px;
}
#Content .widget_nav_menu ul{
	padding: 0px;
	list-style: none;
}
#Content .widget_nav_menu h3{
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	background:#e97a16;
	padding: 8px 10px;
	color:#fff;
	margin-bottom: 5px;
}
#Content .widget_nav_menu ul li {
    position: relative;
    background: #ececec;
	margin-bottom: 4px;
	border-left: 3px solid
	#e97a16;
	border-radius: 5px;
	padding-left: 15px;
}

.section_testimonial #wonderplugincarousel-1 .amazingcarousel-image img{
	display:none;
}

.section_testimonial #wonderplugincarousel-1 .amazingcarousel-title{
	font: 27px Gudea, Georgia, serif;
	color:#fff;
}

#Content  .widget_nav_menu ul li a {   
    color: #000;
}
#Content .widget_nav_menu ul li.current-menu-item{
	background: #cfdceb;
}
#Top_bar .menu li ul li {
    padding: 0;
    width: 240px;
}
#Top_bar .menu li ul li a {
    padding: 4px 20px;
}
.custom_list ul{
	list-style:none;
}
.custom_list ul li::before {
	font-family: "mfn-icons";
  content: '\e915';
  color: #e97a16;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.custom_list ul li::before {
	
}
.custom_team .one-second.column {
    width: 73%;
}
.custom_team  .image_frame {
    border-color: #f8f8f8;
    border: 0px;
}
.custom_team .column:last-child{
	display:none;
}
.custom_team .team.team_list {
    border: 1px solid #ccc;
border-radius: 10px;
background:#f0f0f0ab;
padding: 20px;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    color: #fff;border-color:#e97a16;
	background-color:#e97a16;
	background-image:none;
}
textarea{
	height:80px;
}
#custom_contact_info .get_in_touch, .infobox {
    background-color: transparent;
min-height: 335px;
	border: 1px solid
#ccc;
border-radius: 5px;
}
#custom_contact_info .get_in_touch h3{
	color: #374190 !important;
	font-weight: 600;
}
#custom_contact_info .get_in_touch ul li,#custom_contact_info  .get_in_touch ul li p,#custom_contact_info  .get_in_touch ul li a{
	color:#000 !important;
}
#custom_contact_info .get_in_touch h3:after{
	content:"";
	display:block;
	background:#e97a16;
	width: 65px;
height: 3px;
margin-top: 15px;
	
}
.contact_bottom p,.contact_bottom  h2,.contact_bottom label{
	color:#fff !important;
}
.h3_subheading{
	font-size: 20px;
	color:
	#dc5c02;
	line-height: 28px;
	font-weight: 600;
}
.custom_table th{
	background:#333;
	color:#fff;
	font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
line-height: 24px;
}
.post-title .entry-title {
    font-size: 20px;
    line-height: 26px;
	font-weight: 400;
}
.post-footer {
    background: rgba(0,0,0,.02);
	padding: 7px 0px;
}
.post-footer .post-links {
    float: left;
    border-left-width: 0px;
    border-style: solid;
    background:#f27500;
	padding: 5px 20px !important;
	color:#fff;
}
.post-footer .post-links a{color:#fff; }
.post-item {  
    border-bottom: 1px solid 
#ccc;
padding-bottom: 20px;
}
.wpb_singleimage_heading{	
    font-size: 16px;
    line-height: 25px;
	min-height: 48px;
}
.h4_heading_1{
font-size: 22px;
color:
#e97a16;
font-weight: 600;
border-bottom: 1px solid
#ccc;
padding-bottom: 10px;
}
/* End Neha */
body:not(.template-slider) #Header {
    min-height: auto !important;
}
#Top_bar .menu > li:hover,#Top_bar .menu > li.current-menu-item{background:#323c8d;}
.header-image img {width: 100%;height: auto;display: block;}
marquee {color: #fff;font-size: 20px;}
.section_counter .number, .section_counter .label.postfix {color: #fff;}
.section_counter .number-wrapper {padding-bottom: 15px;}
.section_counter .title {color: #fff !important;font-size: 20px !important;font-weight: 600;}
.section_counter.vc_custom_1582628941458.vc_row-has-fill {margin-left: 0px!important;margin-right: 0px!important;}
.has_border .vc_column-inner {padding-left: 0px !important;padding-right: 0px !important;}
.has_border .vc_column-inner .wpb_wrapper{border-right: 1px solid #fff;}
.custom-menu-class ul {list-style-type: none;list-style: none;list-style-image: none;}
.custom-menu-class li {display: inline;float: left;padding: 0px 9px;border-right: 2px solid #fff;}
.custom-menu-class li:last-child {border-right:none;}
.custom-menu-class a {color: #fff;font-weight: 500}
.custom-menu-class a:hover {color: #ee7200;text-decoration: none;}
#Action_bar .column {display: flex;align-items: center;justify-content: flex-end;}
.header-stack #Top_bar .logo{padding: 0 0px 0 0;border: none;}
.menu_custom_section{background-color:#e97a16;max-width: 100%;}
.menu_custom_section .column.one{display: flex;justify-content: center;}
.header-stack #Header .top_bar_left, .header-stack #Header .top_bar_right{display:flex; /*border-color:
rgba(0,0,0,.08);border-bottom-width: 1px;border-style: solid;margin-bottom: 5px;*/}
.header-stack #Header .is-sticky .top_bar_left, .header-stack #Header .is-sticky .top_bar_right{margin-bottom: 0px;}
.header_custom_text h3 {font-size: 20px;margin-top: 20px;margin-bottom: 5px;font-weight: 500;color:#174e86;line-height: 20px;}
.header_custom_text h3:last-child {margin-top: 10px;}
.is-sticky .header_custom_text h3 {font-size: 11px;margin-top: 10px;}
.sub_text {margin-bottom: 5px;font-size: 12px;color:#000;line-height: 15px;}
.is-sticky .sub_text {display: none;}
#Top_bar{border-bottom:none!important;}
.custom_heading_h2{font-size: 40px;line-height: 60px;}
.white{color:#fff!important;}
.section_placements h4 {font-size: 18px;color: #fff;}
.inner_course_sec .wpb_text_column {

    margin-bottom: 0px;

}

.section_courses .inner_course_sec h4{font-size: 26px;color:#e97a16;font-weight: 800;}
.section_courses .inner_course_sec p {color: #fff;}
.section_courses .inner_course_sec.border {border-left: 4px solid #e97a16;padding-left: 20px;margin-top: 35px;}
.section_courses .inner_course_sec {padding-left: 20px;margin-top: 35px;}
.section_placements .wpb_text_column.wpb_content_element p {color: #fff;}

#Footer .copyright a{display:none;}
#Footer ::-webkit-input-placeholder { /* Edge */
  color: #fff;
  font-weight:100;
}

#Footer :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
  font-weight:100;
}

#Footer ::placeholder {
  color: #fff;
  font-weight:100;
}

#Footer form input[type="text"], 
#Footer form input[type="email"],#Footer form textarea{
	color:#e97d1c !important
}


.about-icon-box .icon_box.icon_position_top .image_wrapper img{width:70px!important}
.about-icon-box .br-right {border-right: 1px solid #303030;}
.about-icon-box .icon_box.icon_position_top.no_border {margin-bottom: 0px !important;}

.placement-icon-box .icon_box.icon_position_top .image_wrapper img{width:80px!important}

.section_desktop{display:block;}
.section_mobile{display:none;}
.section_events_news {padding-bottom: 40px;}
.move_up_section {margin-top: -75px;}
.move_up_section .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_title div {color: #ef811a !important;}
.move_up_section .vc_gitem-zone.vc_gitem-zone-b.vc-gitem-zone-height-mode-auto {background-color: #00000091!important;}
.move_up_section .vc_grid-container.vc_clearfix.wpb_content_element.vc_basic_grid {margin-bottom: 0px !important;}
.button_one .vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {color: #fff!important;background-color:#ee7c10!important;}
.button_one .vc_btn3.vc_btn3-color-grey:hover, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat:hover {color: #fff!important;background-color:#38408e!important;}

.counter_inner .desc_wrapper {border-radius: 50%;border: 10px solid #eaeaea;background-color:#f2f2f2;box-shadow: 0px 10px 5px rgba(31, 73, 125, 0.8),0px 10px 5px rgba(31, 73, 125, 0.8);
-moz-box-shadow: 0px -10px 5px rgba(31, 73, 125, 0.8),0px 10px 5px rgba(31, 73, 125, 0.8);
-webkit-box-shadow: 1px 1px 1px 1px
rgba(31, 73, 125, 0.6),2px 2px 2px 2px
rgba(31, 73, 125, 0.6);
-o-box-shadow: 0px -10px 5px rgba(31, 73, 125, 0.8),0px 10px 5px rgba(31, 73, 125, 0.8);}
.counter_inner .number-wrapper {padding: 30px 30px;}
.counter_inner .counter {background-image:none!important;}
.counter_inner.even_section .counter {border-top: 1px solid#000;border-radius: 50%;}
.counter_inner.odd_section .counter {border-bottom: 1px solid#000;border-radius: 50%;}
.counter_inner .counter .icon_wrapper{display:none;}

.section_testimonial .testimonials_slider .slider_images{background-color: #ee720000!important;display: none;}
.section_testimonial .testimonials_slider .testimonials_slider_ul li .bq_wrapper{background: none!important;}
.section_testimonial blockquote::before, .section_testimonial blockquote::after, .section_testimonial q::before, .section_testimonial q::after {display:none;}
.section_testimonial blockquote {background:none;color:#fff;text-align: center;font-size: 14px;}
.section_testimonial .testimonials_slider .testimonials_slider_ul li .author h5 {color:#e97a16;font-size: 20px;}
.section_testimonial .testimonials_slider a.slider_prev, .section_testimonial .testimonials_slider a.slider_next{top:80;}
.section_testimonial a.button, .section_testimonial a.tp-button {background-color: #e97a1c;color:#fff;}

.section_admission h5, .section_admission p{color: #000;}
.section_admission .vc_single_image-wrapper.vc_box_border_grey {margin-bottom: 0px;}
.apply_now_left .vc_column-inner.vc_custom_1582709927674 {padding-top: 10px!important;}
.apply_now_left .wpb_text_column.wpb_content_element {margin-bottom: 10px!important;}
.apply_now_left p {padding: 0px 20px 0px 12%;color: #fff;}
.apply_now_right .vc_column-inner.vc_custom_1582709218194 {padding-top: 10px!important;}
.apply_now_right .wpb_text_column.wpb_content_element {margin-bottom: 10px!important;}
.apply_now_right p {font-size: 24px;padding-left: 10%;color: #fff;font-weight: 600;}
.events_section .vc_column-inner.vc_custom_1582717746861 {padding-right: 10%;}
/* General button style */
.custom-btn {font-size: inherit;color: inherit;background: none;cursor: pointer;display: inline-block;margin: 0px;text-transform: capitalize;letter-spacing: 0.5px;font-weight: 300;outline: none;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.custom-btn:after {content: '\2713';position: absolute;z-index: -1;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.custom-btn:before {font-family: 'FontAwesome';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;position: relative;-webkit-font-smoothing: antialiased;}
.btn-sep {padding: 15px 10px 15px 62px;width: 100%;}
.btn-sep:before {background: rgba(0,0,0,0.15);}
.btn-1 {background:transparent;color:#fff;border: 1px solid#fff;border-radius: 0px;}
.btn-1:hover {background: #2980b9;}
.btn-1:active {background: #2980b9;top: 2px;}
.btn-1:before {position: absolute;height: 100%;left: 0;top: 0;line-height: 1.3;font-size: 250%;width: 60px;margin-left: 0px;}
.icon-info::before {content: '\2713';background-color: #e97a16;}
span.wpcf7-form-control-wrap .wpcf7-date, span.wpcf7-form-control-wrap .wpcf7-quiz, span.wpcf7-form-control-wrap .wpcf7-number, span.wpcf7-form-control-wrap .wpcf7-select, span.wpcf7-form-control-wrap .wpcf7-text, span.wpcf7-form-control-wrap .wpcf7-textarea{background-color:transparent;}

.section_admission .admission_right_sec .icon_box.icon_position_left {min-height: 80px;padding-left: 120px;font-size: 18px;margin-bottom: 0px;border-bottom: 1px solid#000;font-weight: 600;}
.section_admission .admission_right_sec .icon_box.icon_position_left:last-child {border-bottom: none;}
.section_admission .admission_right_sec .icon_box.icon_position_left .desc_wrapper {text-align: left;padding-top: 20px;}
.section_admission .admission_right_sec .icon_box.icon_position_left .image_wrapper {height: auto !important;}
.section_admission .admission_right_sec .icon_box.icon_position_left .desc_wrapper .desc {color: #000 !important;}
.section_admission .admission_right_sec .wpb_wrapper {padding: 25px 0px;}

.upcoming_events_sec {margin: 0!important;padding: 0;width: 100%;}
.upcoming_events_sec .row {width: 100%;display: table;table-layout: fixed;margin-bottom: 10px;}
.upcoming_events_sec .row:nth-child(even) {direction: rtl;}
.upcoming_events_sec .row:nth-child(odd) .image {text-align: right}
.upcoming_events_sec .image-date, .upcoming_events_sec .text-event {display: table-cell;direction: ltr;border: none;padding: 4% 5%;}
.upcoming_events_sec .text-event {vertical-align: middle;text-align: left;background-color: #d7d5d5;font-size: 18px;}
.upcoming_events_sec .text-event a{overflow: hidden;display: -webkit-box;line-height: 22px;max-height: 88px;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.upcoming_events_sec .image-date {vertical-align: middle;max-width: 100%;width: 25%;text-align:center; background-color:#373e89;color:#fff;font-size: 35px;line-height: 35px;}
.upcoming_events_sec li span {vertical-align: middle;}







/* COURSE PAGE CSS */
.strip_highlights {
    width: 95% !important;
    margin: -6% auto 0;
        margin-bottom: 0px;
    border-radius: 6px;
    box-shadow: 0 6px 22px 0 
    rgba(0,0,0,0.08);
    padding: 0 !important;
    left: auto !important;
}
.strip_highlights .desc_wrapper .title,.strip_highlights  .desc {
	color:#fff;
	margin-bottom: 5px;
}
.strip_highlights .icon_box {    
    margin-bottom: 10px !important;
}
.strip_highlights .icon_box  img{
	width: 45px;
}
.strip_highlights .icon_box .image_wrapper {
    text-align: center;
    margin-bottom: 5px;
}
.strip_highlights .vc_col-sm-3 > .vc_column-inner{
	padding-top:10px;
}
.strip_highlights .vc_col-sm-3:not(:last-child){
	border-right:1px solid #fff;
}
.mb_2 {
    margin-bottom: 2rem !important;
}
.h2_heading_3, #Subheader .title {
   font-weight: 500;
text-transform: capitalize;
letter-spacing: 0;
font-size: 30px;
color:#323c8d;
line-height: 34px;
}
.h2_heading_3::after, #Subheader .title::after, .placement_contact h4.title::after, body.single-post .post-header .title_wrapper h1::after {
    content: "";
	display: block;
	width: 80px;
	height: 3px;
	background:
	#ec7f19;
	margin-top: 10px;
}
.subheader-both-left #Subheader .breadcrumbs {  
    margin-top: 5px;
}
.h2_heading_3.white::after{
    background: #ee7200;
}

#Subheader { 
    padding: 12px 0;  
    margin-top: -4px;

}
.h2_heading_3.center::after {
    margin: 15px auto;
}
.wpb-js-composer .fancy_tab.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #e97d56;
}
.fancy_tab ul > li > a:hover, .fancy_tab ul > .vc_active > a {
    background: #eb923d !important;
    color:#fff !important;
    margin-top: 10px;
    padding: 12px 20px 10px !important;
}


.table_style1 tr:nth-child(2n+1) {
    background: #f5f5f5;
}
.table_style1 tr:nth-child(2n) {
    background: #EBEBEB;
}
.table_style1 th {
    background: #eb923d;
	color:#fff;
}
.table_style1 th:first-child, .table_style1 td:first-child {
    text-align: center;
}
.popup-link {
    color: #fff;
	background-color:#d66600;
    padding: 15px 20px;
}
.popup-link:hover{color: #fff;text-decoration:none;}

.check_list li{
  list-style-image: url('http://web.innoservwebsites.in/schmtt/wp-content/uploads/2020/03/check-4.png');
  margin-left: 5%;
}



.course_list{border: 1px solid #d16e14;}
.course_list .story_box {
    padding: 10px;
	margin-bottom: 10px;
}
.course_list .story_box .desc_wrapper h3 {
    margin-left: 0px;
    margin-top: 10px;
}
.course_list .story_box .desc_wrapper {
	margin-right: 0%;
}
.course_list .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 10px;
}

/* END CSS COURSE PAGE */
.widgets_wrapper li {
	list-style-image: url('http://web.innoservwebsites.in/schmtt/wp-content/uploads/2020/03/list-right.png');
	margin-left: 5%;
}
ul.sub-menu li a {
    font-size: 13px;
    padding: 2px 20px;
}
.iqac-list .icon_box.icon_position_left {
    min-height: auto;
    padding-left: 108px;
    margin-bottom: 0;
}
.iqac-list .icon_box h4, .aqar-tab-list .icon_box a h4, .aqar-tab-list .icon_box h4 a{
    font-size: 18px;
}
.aqar-tab-list .icon_box.icon_position_left {
    min-height: auto;
    padding-left: 60px;
    margin-bottom: 0;
	display: flex;
}
.aqar-tab-list .icon_box.icon_position_left .image_wrapper {
    width: 70px;
    height: 50px;
}
.tabs-quality .vc_tta-tab.vc_active>a {
    background-color: #e97a16 !important;
    color: #fff !important;
    font-weight: 700;
}
.tabs-quality  li.vc_tta-tab a {
    padding: 10px 20px !important;
	background-color: #364190 !important;
	color: #fff !important;
}
.tabs-quality .faq .question .title {
    font-weight: 500;
}






@media only screen and (max-width:1250px){}
@media only screen and (max-width:1024px){}
@media only screen and (max-width:900px){}
@media only screen and (max-width:767px){
		.header-third {
    text-align: center;
    margin-bottom: 20px !important;
}
	.section_admission .admission_right_sec .icon_box.icon_position_left .desc_wrapper {

		text-align: center;}

.section_admission .admission_right_sec .icon_box.icon_position_left .image_wrapper {

		position: relative;
		left: 0;
		top: 0px;
		margin: 0 auto;
		width: 50px;   
	}
	.section_admission .admission_right_sec .icon_box.icon_position_left {   
    	width: 33.3%;
    	float: left;
		padding-left:0px;
		border-bottom:0px solid #000;
		text-align: center;}
	.section_testimonial .testimonials_slider .testimonials_slider_ul li .bq_wrapper {
		background: none !important;
		padding: 0px;
		margin: 0px;
	}
	.apply_now_left p {
		padding: 16px 40px;
		color: #fff;
		font-size: 16px;
		text-align: center;
		line-height: 24px;
	}
	.apply_now_right{text-align: center;}
	.apply_now_right p {

		font-size: 20px;
		padding: 8px 20px;
		color: #fff;
		font-weight: 600;
		display: inline-block;
		border: 2px solid #fff;
		text-align: center;
		margin: 10px 0px !important;
	}
	.about-icon-box .vc_col-sm-2{
		width:50%;float:left;
	}
	
		
	.about-icon-box .br-right {
    border-right:  0px solid #000;
    border-bottom: 0px solid #000;
}
	.about-icon-box .icon_box.icon_position_top.no_border {
   margin-bottom: 10px !important;
margin-top: 10px !important;
}
/* 	.about-icon-box  .icon_box {
		border:1px solid #ccc;
	} */
	.about-icon-box .vc_col-sm-2 >  .vc_column-inner {
   
    border: 1px solid #ccc !important;
    margin: 5px;
	}
	.custom_heading_h2 {

    font-size: 30px;
    line-height: 45px;
    font-weight: 500;

}
	.move_up_section .vc_btn3-container.vc_btn3-right {

    text-align: center;

}
	.placement-icon-box .vc_col-sm-1\/5{
		width:50%;float:left;
	}
	.section_courses .inner_course_sec {
    padding-left: 0px !important;
 
    width: 50%;
}
.section_courses .inner_course_sec.border {
	
    border-left: 1px solid #e97a16;
	}
	.margin-bottom-0{
		margin-bottom:0px !important;
	}
.header-stack #Top_bar a.responsive-menu-toggle{    
	margin-top: -134px!important;
    background: #ef7e16;
    color: #fff;
}
	#Action_bar .social{display:none;}
	#Action_bar {background-color: #323c8d !important;padding: 5px 0px;}
	.custom-menu-class {width: 100%;}
	.header-stack #Header .top_bar_left, .header-stack #Header .top_bar_right{display:block;}
	.column.header_custom_text {text-align: center;}
	.header_custom_text h3 {font-size: 12px;margin-top: 0px;margin-bottom: 5px;font-weight: 400;line-height: 15px;}
	#Top_bar .sub_text {display:none;}
	#Top_bar .logo #logo, #Top_bar .logo .custom-logo-link {padding: 0 !important;margin: 0px 20%;}
	#Top_bar #logo, .header-fixed #Top_bar #logo, .header-plain #Top_bar #logo, .header-transparent #Top_bar 	 #logo {line-height: 60px;}
	marquee {font-size: 15px;}
	.section_counter .vc_column-inner {padding-top: 0px !important;border-bottom: 1px solid #fff;}
	.section_counter .counter.counter_vertical.animate-math {margin-bottom: 0px !important;padding: 10px;}
	.section_counter .counter .desc_wrapper .number-wrapper {font-size: 26px;line-height: 12px;padding-bottom: 5px;}
	.section_counter .title {color: #fff !important;font-size: 16px !important;font-weight: 400;}
	.section_courses h4 {font-size: 16px;}
	.section_admission .vc_column-inner.vc_custom_1582720599197 {display: none;}
	.section_admission .wpb_wrapper .vc_row.wpb_row.vc_inner.vc_row-fluid {margin-bottom: 0px;}
	.section_testimonial .testimonials_slider .testimonials_slider_ul li {padding: 0 10px;}
	.section_courses .scale-with-grid {width: 100%;}
	.section_desktop{display:none!important;}
    .section_mobile{display:block;}
	.move_up_section{margin-top:0px;}
	.section_courses .course_inner_first_row{margin-bottom: 0px !important;}
	.section_placements .icon_box.icon_position_top.no_border {margin-bottom: 0px !important;}
	.section_placements .icon_box .image_wrapper{margin-bottom: 0px !important;}
	.upcoming_events_sec {margin-left: 0px !important;}
	.upcoming_events_sec li{padding-left:0px;}
	.upcoming_events_sec li span {font-size: 13px;padding: 5px;line-height: 10px;vertical-align: middle;}
	.upcoming_events_sec table tr:first-child td {width:auto;text-align: left;}
	.upcoming_events_sec li a {font-size: 15px;}
	.counter_inner.odd_section .counter {border-top: 1px solid #000;border-bottom: none;margin-bottom: 0px;}
	.section_testimonial blockquote { 
    margin: 0px;
	}
/* 	.about-icon-box .br-right {border-right: none;border-bottom:1px solid #000;} */

	/*.upcoming_events_sec, .upcoming_events_sec .row, .upcoming_events_sec .image-date, .upcoming_events_sec .text-event {display: block;width: 100%;}*/
}
@media only screen and (max-width:600px){
	#Footer .widgets_wrapper .widget{
		margin-top:0px;
	}
.section_courses .inner_course_sec h4 {

    font-size: 20px;
	}
	.section_courses .inner_course_sec p {
   
    margin-bottom: 4px;
}
	.section_admission .admission_right_sec .wpb_wrapper {
    padding: 10px 0px;
}
	.placement-icon-box .icon_box.icon_position_top .image_wrapper img {
    width: 60px !important;
}
	.about-icon-box .icon_box.icon_position_top .image_wrapper img {
    width: 60px !important;
}
	
}
@media only screen and (max-width:480px){
	.section_courses .inner_course_sec {
    padding-left: 0px !important;
    width: 100%;
}
	.section_courses .inner_course_sec.border {

    border-left: 0px solid #e97a16;

}
		.section_courses .inner_course_sec {
padding:20px 0px;
    border: 1px solid #e97a16 !important;

}
	.section_admission .admission_right_sec .icon_box.icon_position_left .desc_wrapper .desc {

  
    font-size: 14px;

}
	
}
@media only screen and (max-width:375px){
	.custom-menu-class li {
    display: inline;
    float: left;
    padding: 0px 8px;}
	.custom_heading_h2 {
    font-size: 24px;
    line-height: 32px;
	}
	.about-icon-box .icon_box.icon_position_top .image_wrapper img {
    width: 45px !important;
}
	.placement-icon-box .icon_box.icon_position_top .image_wrapper img {

    width: 45px !important;

}
	.about-icon-box .icon_box.icon_position_top .image_wrapper {
		margin-bottom:10px;
	}
	.section_placements h4 {
    font-size: 16px;
    line-height: 20px;
}
	.section_placements .icon_box.icon_position_top.no_border {

    margin-bottom: 0px !important;
    min-height: 130px;

}
}


