:root{
    --main:#bb4f00;
    --sc:#ff2424;
}
.pmd-intro-bg-img.subpage-banner {
  filter: hue-rotate(45deg);
}
a {
    color: #964306;
    text-decoration: none;
}
    
.popbtn_inquiry {
border: 1px solid var(--main);
    background-image: linear-gradient(var(--main), #e06913, #b23400);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 291ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
}
 .error {
    border: 1px solid red !important;
}
.modal-body {
    padding-top: 0;
}
.quote-form h2 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
}
hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, .1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
	
}

/* extra */
.copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 1.6rem;
	background-color: #eee;
}
.copyright a {
	display: inline-block;
	padding: 10px 2px;
}
.upwork {
	color: #37a000;
}
.upwork:after {
	content: '/';
	margin-left: 10px;
}
.fiverr {
	color: #1dbf73;
}
.copyright .triplebyte {
	display: block;
	padding-top: 0;
	color: #344759;
	text-decoration: underline;
} 

.slider-top.slider1.slider3 {
    float: left;
    width: 100%;
        margin-bottom: 50px;
}

.loader {

    display: none;

    width: 100%;

    height: 100%;

    position: fixed;

    text-align: center;

    top: 0;

    left: 0;

    z-index: 9999;

    overflow: auto;

    background: rgba(255, 255, 255, 0.6);

}



.loading-image {

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 10;

}

em {
    position: absolute;
    color: white;
    padding-left: 25px;
    padding-top: 5px;
    font-size: 12px;
}


.list2 li {
  margin: 0;
  padding: 3px 0 !important;
  text-align: justify;
  list-style: none;
}
 
h1.d-inline-block  {
    text-align: center;
    color: #fff;
}
.breadcrumb li a:hover {
    color: #ffffff;
}

.breadcrumb li a {
    color: #ffffff;
}

 
.list_directories {
    margin: 50px;
}
.cards.pmd-card.college-card {
    background: #fff;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}

.media {
    background: var(--main);
    padding: 5px;
}
img.pmd-card-media {
display: block;
    height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}
.college-logo {
    background: #fff;
    margin-left: 0px;
    border-radius: 2px;
    height: 125px;
}

.media-content h2 {
    color: #fff;
    text-align: left;
    margin: 0;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

p.card-subtitle.mt-0 {
    color: #fff;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin: 0;
}
.review_box h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
}
.review_box {
    float: right;
    display: block;
    text-align: center;
    padding: 0 20px;
}

.review_box span {
   color: #fff;
}
.checked {
    color: orange !important;
}

.details {
    padding: 10px;
}
 
 .details h5 {
    font-size: 18px;
    color: #7D266E;
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.details h6 {
    font-size: 18px;
    color: #7D266E;
    font-weight: 600;
    text-align: left;
    word-break: break-all;
    margin: 20px 0;
    font-family: 'Montserrat', sans-serif;
}

a.apply_button {
text-transform: uppercase;
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid var(--main);
    background-image: linear-gradient(var(--main), #e06913, #b23400);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 5px;
    text-decoration: none;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
}

a.apply_button:hover {
    background: var(--sc); 
    
}

.card-body {
    padding-bottom: 0px;
}

.button_left {
    float: left;
}

.button_right {
    float: right;
}
.right_side_cards {
    background: #fff;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}

.pmd-card .card-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.card-header.pmd-card-border {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
	background: var(--main);
	background-image: linear-gradient(var(--main), #e06913, #b23400);
}
.card-header h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--main);
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
a.list-group-item, button.list-group-item {
    color: var(--main);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}
.pmd-list-bullet .list-group-item {
    position: relative;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 15px;
    color: var(--main);
    line-height: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.pmd-list-bullet .list-group-item:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1.5rem;
    top: 0.4375rem;
    opacity: 0.54;
    font-weight: 700;
}

.text_head:before {
    content: "\f0f3";
    font-family: 'FontAwesome';
    position: relative;
    left: -6px;
    top: 0;
    color: var(--sc);
    opacity: 1;
    font-weight: 700;

}


#review_now lable {
    font-size: 16px;
    margin-bottom: 5px;
    display: block;
}
.hide {
  display: none;
}

.clear {
  float: none;
  clear: both;
}

.rating {
    width: 140px;
    unicode-bidi: bidi-override;
    direction: rtl;
    text-align: left;
    font-size: 24px;
    position: relative;
}

.rating > label {
    float: right;
    display: inline;
    padding: 0;
    margin: 0;
    position: relative;
    width: 1.1em;
    cursor: pointer;
    color: #000;
}

.rating > label:hover,
.rating > label:hover ~ label,
.rating > input.radio-btn:checked ~ label {
    color: transparent;
}

.rating > label:hover:before,
.rating > label:hover ~ label:before,
.rating > input.radio-btn:checked ~ label:before,
.rating > input.radio-btn:checked ~ label:before {
    content: "\2605";
    position: absolute;
    left: 0;
    color: #FFD700;
}

 

.popbtn_inquiry {
border: 1px solid var(--main);
    background-image: linear-gradient(var(--main), #e06913, #b23400);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 291ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
}
 .error {
    border: 1px solid red !important;
}
.modal-body {
    padding-top: 0;
}
.quote-form h2 {
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 20px;
    text-transform: uppercase;
}
.google_map iframe {
    width: 100%;
    height: 350px;
}

.video_box iframe {
    width: 100%;
    height: 350px;
}


hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #eee;
}
.descreption {
    padding: 10px;
}

.descreption h1,h2,h3,h4,h5,h6 {
  background: none;
    color: var(--main);
    font-size: 16px;
    text-transform: inherit;
    line-height: 36px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.section-title {
	font-size: 28px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	font-weight: 400;
	display: inline-block;
	position: relative;
}
.section-title:after,
.section-title:before {
	content: '';
	position: absolute;
	bottom: 0;
}
.section-title:after {
	height: 2px;
	background-color: rgba(252, 92, 15, 0.46);
	left: 25%;
	right: 25%;
}

.section-title:before {
	width: 15px;
	height: 15px;
	border: 3px solid #fff;
	background-color: #fc5c0f;
	left: 50%;
	transform: translatex(-50%);
	bottom: -6px;
	z-index: 9;
	border-radius: 50%;
}

/* CAROUSEL STARTS */
.customer-feedback .owl-item img {
	width: 85px;
	height: 85px;
}

.feedback-slider-item {
	position: relative;
	padding: 60px;
	margin-top: -40px;
}

.customer-name {
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: 500;
}

.feedback-slider-item p {
	line-height: 1.875;
}

.customer-rating {
	background-color: #eee;
	border: 3px solid #fff;
	color: rgba(1, 1, 1, 0.702);
	font-weight: 700;
	border-radius: 50%;
	position: absolute;
	width: 47px;
	height: 47px;
	line-height: 44px;
	font-size: 15px;
	right: 0;
	top: 77px;
	text-indent: -3px;
}

.thumb-prev .customer-rating {
	top: -20px;
	left: 0;
	right: auto;
}

.thumb-next .customer-rating {
	top: -20px;
	right: 0;
}

.customer-rating i {
	color: rgb(251, 90, 13);
	position: absolute;
	top: 10px;
	right: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
	content: '';
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
	top: 103px;
	background-color: #f6f6f6;
	border: 1px solid rgba(251, 90, 13, .1);
	border-radius: 10px;
	z-index: -1;
}

.thumb-prev,
.thumb-next {
	position: absolute;
	z-index: 99;
	top: 45%;
	width: 98px;
	height: 98px;
	left: -90px;
	cursor: pointer;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.thumb-next {
	left: auto;
	right: -90px;
}

.feedback-slider-thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.feedback-slider-thumb:hover {
	opacity: .8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.customer-feedback .owl-nav [class*="owl-"] {
	position: relative;
	display: inline-block;
	bottom: 45px;
	transition: all .2s ease-in;
}

.customer-feedback .owl-nav i {
	background-color: transparent;
	color: rgb(251, 90, 13);
	font-size: 25px;
}

.customer-feedback .owl-prev {
	left: -15px;
}

.customer-feedback .owl-prev:hover {
	left: -20px;
}

.customer-feedback .owl-next {
	right: -15px;
}

.customer-feedback .owl-next:hover {
	right: -20px;
}

/* DOTS */
.customer-feedback .owl-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 35px;
}
.customer-feedback .owl-dot {
	display: inline-block;
}

.customer-feedback .owl-dots .owl-dot span {
	width: 11px;
	height: 11px;
	margin: 0 5px;
	background: #fff;
	border: 1px solid rgb(251, 90, 13);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	border-radius: 50%;
}

.customer-feedback .owl-dots .owl-dot.active span {
	background-color: rgb(251, 90, 13);
}

/* RESPONSIVE */
@media screen and (max-width: 767px) {
	.feedback-slider-item:after {
		left: 30px;
		right: 30px;
	}
	.customer-feedback .owl-nav [class*="owl-"] {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-top: 45px;
		bottom: auto;
	}
	.customer-feedback .owl-prev {
		left: 0;
	}
	.customer-feedback .owl-next {
		right: 0;
	}
	
}

/* extra */
.copyright {
	text-align: center;
	margin-top: 30px;
	font-size: 1.6rem;
	background-color: #eee;
}
.copyright a {
	display: inline-block;
	padding: 10px 2px;
}
.upwork {
	color: #37a000;
}
.upwork:after {
	content: '/';
	margin-left: 10px;
}
.fiverr {
	color: #1dbf73;
}
.copyright .triplebyte {
	display: block;
	padding-top: 0;
	color: #344759;
	text-decoration: underline;
} 

.slider-top.slider1.slider3 {
    float: left;
    width: 100%;
        margin-bottom: 50px;
}

.loader {

    display: none;

    width: 100%;

    height: 100%;

    position: fixed;

    text-align: center;

    top: 0;

    left: 0;

    z-index: 9999;

    overflow: auto;

    background: rgba(255, 255, 255, 0.6);

}



.loading-image {

  position: absolute;

  top: 50%;

  left: 50%;

  z-index: 10;

}

em {
    position: absolute;
    color: #000;
    padding-left: 25px;
    padding-top: 5px;
    font-size: 12px;
}


.list2 li {
  margin: 0;
  padding: 3px 0 !important;
  text-align: justify;
  list-style: none;
}
 
h1.d-inline-block  {
    text-align: center;
    color: #fff;
}
.breadcrumb li a:hover {
    color: #ffffff;
}

.breadcrumb li a {
    color: #ffffff;
}

 
.list_directories {
    margin: 50px;
}
 .cards.pmd-card.college-card {
    background: #fff;
    margin-bottom: 0px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}

.media {
    background: var(--main);
    padding: 5px;
}
img.pmd-card-media {
display: block;
     height: 90px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}
.college-logo {
    background: #fff;
    margin-left: 0px;
    border-radius: 2px;
    height: 125px;
}

.media-content h2 {
color: #fff;
    text-align: center;
    margin: 0;
    padding-top: 10px;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}


h3.card-title {
color: #fff;
    text-align: center;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 21px;
    background-image: linear-gradient(var(--main), #e06913, #b23400);
    line-height: 36px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.about-content p {
    padding: 10px;
    font-size: 16px;
	text-align: justify;
}

p.card-subtitle.mt-0 {
    color: #fff;
    font-size: 15px;
    padding: 10px 0 0 0;
    margin: 0;
}
.review_box h3 {
    color: #fff;
    margin: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 21px;
}
.review_box {
    float: right;
    display: block;
    text-align: center;
    padding: 0 20px;
    margin-top: 20px;
}

.review_box span {
   color: #fff;
}
.checked {
    color: orange !important;
}

.details {
    padding: 0 10px;
}
 
 .details h5 {
    font-size: 20px;
    color: #7D266E;
    font-weight: 600;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}

.details h6 {
    font-size: 16px;
    color: #7D266E;
    font-weight: 600;
    text-align: left;
    margin: 5px 0;
    font-family: 'Montserrat', sans-serif;
}

a.apply_button {
    background: var(--main);
    color: #fff;
    text-transform: uppercase;
    color: #fff;
    padding: 8px 16px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    border: 1px solid var(--main);
    background: var(--main);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    letter-spacing: 0.5px;
    margin-top: 20px;
    border-radius: 5px;
   text-decoration: none;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
}

a.apply_button:hover {
    background: var(--sc); 
    
}

.card-body {
    padding-bottom: 10px;
}

.button_left {
    float: left;
}

.button_right {
    float: right;
}
.right_side_cards {
    background: #fff;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}

.pmd-card .card-header {
    padding: 1.25rem 1.25rem 0 1.25rem;
    margin-bottom: 1.25rem;
    border-bottom: 1px solid transparent;
    background-color: transparent;
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
}

.card-header.pmd-card-border {
    padding: 10px;
    border-bottom: 1px solid #c0c0c0;
	background: var(--main);
}
.card-header h4 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--main);
}
.list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
a.list-group-item, button.list-group-item {
    color: var(--main);
}
.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: none;
}
.pmd-list-bullet .list-group-item {
    position: relative;
    padding: 0.5rem 1rem 0.5rem 3rem;
    font-size: 15px;
    color: var(--main);
    line-height: 26px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.pmd-list-bullet .list-group-item:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 1.5rem;
    top: 0.4375rem;
    opacity: 0.54;
    font-weight: 700;
}
.video_box {
    background: #fff;
    float: left;
    padding: 5px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}

.google_map {
    background: #fff;
    float: left;
    padding: 5px;
    margin-bottom: 30px;
    -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
    -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
    box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
}
.text_head:before {
    content: "\f0f3";
    font-family: 'FontAwesome';
    position: relative;
    left: -6px;
    top: 0;
    color: var(--sc);
    opacity: 1;
    font-weight: 700;

}
.as-button{
    padding: 10px 10px;
    width: 290px;
    color: #fff;
    margin: 0 0 15px 0;
    float: right;
    text-align: center;
    font-weight: 600;
    border: 1px solid var(--main);
    background-image: linear-gradient(var(--main), #e06913, #b23400);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 291ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 5px;
    font-size: 21px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
}

.as-button:hover{
	color: var(--main);
	background: var(--sc);
	text-decoration: none;
	transition: all 300ms ease-in-out;
	box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
	font-weight: 600;
}


.card-subtitle-as{
font-family:'Montserrat', sans-serif;
font-size:17px;
padding:10px;
	font-weight:600;
	color:var(--main);
}

.max-box-dj{
font-size:17px;
font-family:'Montserrat', sans-serif;
padding:10px;	
font-weight:600;
color:var(--main);
}


.content_box {
    background-color: #fff;
    border-radius: 4px;
    margin-top: 15px;
    padding-bottom: 0;
    margin-bottom: 5px;
}
*, .slicknav_menu, .slicknav_menu *, ::after, ::before {
    box-sizing: border-box;
}

.article-data{
	
	
}

.list-article .single-article  .article-extra {
    font-size: 10px;
    letter-spacing: .5px;
    color: #c4c4c4;
    font-weight: 400;
    padding-top: 2px;
    text-transform: uppercase;
}


.list-article .single-article .article-data .article-extra, .list-article .single-article .article-data a {
    font-family: inherit;
    display: block;
}


.content_box .bg-head {
    font-size: 16px;
    letter-spacing: .5px;
    color: #ffffff;
    font-weight: 600;
    background-color: var(--main);
    padding: 15px 13px;
    text-align: center;
}

.list-article .single-article {
    border-bottom: solid 1px rgba(0,0,0,.07);
    display: inline-block;
    width: 100%;
    padding: 8px 13px 10px;
}


.list-article .single-article .article-data {
    display: inline-block;
    width: 83%;
    margin-left: 8px;
    margin-top: 0;
}


.list-article .single-article:hover {
    background-color: #f8f8f8;
}




.content_box {
    box-shadow: 0 0 4px 0 rgb(207 207 207 / 50%);
}

.margin-t-b {
    margin-top: 10px!important;
    margin-bottom: 20px!important;
}



.slicknav_menu, .slicknav_menu *, ::after, ::before {
    box-sizing: border-box;
}
.hide {
    display: none!important;
}

.slicknav_menu, .slicknav_menu *, ::after, ::before {
    box-sizing: border-box;
}
.c-hover {
    margin-bottom: 10px;
}
.bottom-tools, .c-hover {
    transition: all .2s ease-in-out;
}

.featured-box {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
}

, .slicknav_menu, .slicknav_menu *, ::after, ::before {
    box-sizing: border-box;
}

.featured-box .feature-content {
    display: inline-block;
    box-shadow: 0 0 10px rgb(175 175 175 / 23%);
    padding: 15px;
}

.featured-box .feature-content h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 1px solid #eef3f4;
    padding-bottom: 15px;
}

.c-hover h4 {
    line-height: 26px!important;
    color: var(--main);
}

.c-hover .course_details {
    margin-top: 15px;
}

.c-hover .course_details ul {
    padding: 0!important;
    margin: 0!important;
}

.c-hover .course_details ul {
    padding: 0;
    list-style: none;
}


.c-hover .course_details ul li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    margin-bottom: 20px;
    width: 23%;
    text-align: center;
}

.raman-base ul li {
    list-style: disc!important;
}

.featured-box .feature-content .listing-bottom {
    padding: 15px 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
}

.btn_72{
  padding: 10px 10px;
  color: #fff;
  margin: 10px;
  font-weight: 600;
  border: 1px solid var(--main);
  border-radius: 0px;
  background-image: linear-gradient(var(--main), #e06913, #b23400);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 291ms ease-in-out;
  font-size: 13px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  border-radius: 5px;
}
.btn_72:hover{
	color: #fff;
	background: var(--sc);
	text-decoration: none;
	transition: all 300ms ease-in-out;
	box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
	font-weight: 600;
	border: 1px solid #fff;
	}








.float-left {
    float: left!important;
}

.c-hover:hover {
    box-shadow: 0 0 25px rgb(175 175 175);
}	


.btn-common{
	 padding: 10px 9px;
	 color: var(--main);
	 margin: 10px;
	 font-weight: 600;
	 border: 1px solid var(--main);
	 border-radius: 0px;
	 background: #ffffff;
	 -webkit-transition: all 300ms ease-in-out;
	 -moz-transition: all 291ms ease-in-out;
	 font-size: 13px;
	 text-transform: uppercase;
	 font-family: 'Montserrat', sans-serif;
	 border-radius: 5px;
}

.btn-common:hover{
	color: #ffffff;
	background: var(--main);
	text-decoration: none;
	transition: all 300ms ease-in-out;
	box-shadow: 0 2px 0 0 rgb(0 0 0 / 10%), 0 -2px 0 0 rgb(0 0 0 / 20%) inset;
	font-weight: 600;
	border: 1px solid #fff;
	}





.float-right {
    float: right!important;
	
}





.c-hover .course_details ul li .info h4, .c-hover .course_details ul li .info h5 {
    font-size: 14px;
    color: rgb(111 60 93);
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin: 3px;
    text-transform: uppercase;
}


.c-hover .course_details ul li .info span {
    font-size: 15px;
    color: #7e476b;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    width: 28%;
    text-align: center;
}
.hue-icon{
    filter: hue-rotate(-8deg) sepia(1) saturate(10);
}
 button#landingSubmit {
            background: #6f3c5d;
            color: #fff;
        }

        .modal-body {
            padding-top: 0;
            padding-bottom: 0;
        }

        button#landingNext {
            background: #6f3c5d;
            color: #fff;
            font-size: 14px;
        }

        .modal-lg,
        .modal-xl {
            max-width: 550px;
        }

        .bg-pcolor {
            background-color: #6f3c5d;
        }

        .text-white {
            color: #fff !important;
        }

        .py-3 {
            padding-top: 1rem !important;
            padding-bottom: 1rem !important;
        }

        .custom-modal .modal-content {
            border-radius: 15px;
        }

        .custom-modal .enq-info img {
            width: 50px;
            margin: 8px 0;
        }

        .custom-modal .enq-info .text-win {
            border-bottom: 1px solid #b16e99;
        }

        .custom-modal .enq-info p {
            margin-top: 5px;
            font-size: 14px;
            padding: 2px 15px;
            color: #d7d7d7;
        }

        .custom-modal .title {
            font-size: 26px;
            color: #3d5469;
            font-weight: bold;
            margin: 0;
        }

        .custom-modal .input-group-text {
            font-size: 14px;
            padding: 6px;
            background-color: #0000;
        }

        .custom-modal .form-control {
            font-size: 14px;
        }

        .custom-modal .form-check-input {
            font-size: 14px;
            margin-top: 7px;
        }

        .custom-modal .form-check-input:checked {
            background-color: #ff5b00;
            border-color: #ff5b00;
        }

        .custom-modal .form-check-label {
            font-size: 14px;
        }

        .custom-modal .form-check {
            margin-bottom: -6px;
        }

        .custom-modal .filter-area {
            padding: 2px 5px;
        }

        .custom-modal .fix-20 {
            max-height: 365px;
            overflow: auto;
        }


        .btn-close {
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            padding: 5px;
            color: #000;
            background: #fff;
            margin-top: 1px;
            float: right;
            border: 0;
            border-radius: .25rem;
            opacity: .5;
        }

        .btn-close2 {
            box-sizing: content-box;
            width: 1em;
            height: 1em;
            padding: 5px;
            color: #000;
            background: #fff;
            margin-top: 1px;
            float: right;
            border: 0;
            border-radius: .25rem;
            opacity: .5;
        }

        .cards.pmd-card.college-card {
            background: #fff;
            margin-bottom: 30px;
            -moz-box-shadow: 0 5px 16px -4px rgba(29, 51, 59, 0.08), 0 5px 16px 1px rgba(29, 51, 59, 0.04);
            -webkit-box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
            box-shadow: 0 5px 16px -4px rgb(29 51 59 / 8%), 0 5px 16px 1px rgb(29 51 59 / 4%);
            padding: 10px;
        }

        .pmd-card p {
                line-height: unset;
                font-size: 16px;
                /*text-align: start;*/
                padding: unset;
        }

        .section-title {
            font-size: 28px;
            margin-bottom: 20px;
            padding-bottom: 20px;
            font-weight: 400;
            display: inline-block;
            position: relative;
        }

        .section-title:after,
        .section-title:before {
            content: '';
            position: absolute;
            bottom: 0;
        }

        .section-title:after {
            height: 2px;
            background-color: rgba(252, 92, 15, 0.46);
            left: 25%;
            right: 25%;
        }

        .section-title:before {
            width: 15px;
            height: 15px;
            border: 3px solid #fff;
            background-color: #fc5c0f;
            left: 50%;
            transform: translatex(-50%);
            bottom: -6px;
            z-index: 9;
            border-radius: 50%;
        }

         CAROUSEL STARTS 
        .customer-feedback .owl-item img {
            width: 85px;
            height: 85px;
        }

        .feedback-slider-item {
            position: relative;
            padding: 60px;
            margin-top: -40px;
        }

        .customer-name {
            margin-top: 15px;
            margin-bottom: 25px;
            font-size: 20px;
            font-weight: 500;
        }

        .feedback-slider-item p {
            line-height: 1.875;
        }

        .customer-rating {
            background-color: #eee;
            border: 3px solid #fff;
            color: rgba(1, 1, 1, 0.702);
            font-weight: 700;
            border-radius: 50%;
            position: absolute;
            width: 47px;
            height: 47px;
            line-height: 44px;
            font-size: 15px;
            right: 0;
            top: 77px;
            text-indent: -3px;
        }

        .thumb-prev .customer-rating {
            top: -20px;
            left: 0;
            right: auto;
        }

        .thumb-next .customer-rating {
            top: -20px;
            right: 0;
        }

        .customer-rating i {
            color: rgb(251, 90, 13);
            position: absolute;
            top: 10px;
            right: 5px;
            font-weight: 600;
            font-size: 12px;
        }

         GREY BACKGROUND COLOR OF THE ACTIVE SLIDER 
        .feedback-slider-item:after {
            content: '';
            position: absolute;
            left: 20px;
            right: 20px;
            bottom: 0;
            top: 103px;
            background-color: #f6f6f6;
            border: 1px solid rgba(251, 90, 13, .1);
            border-radius: 10px;
            z-index: -1;
        }

        .thumb-prev,
        .thumb-next {
            position: absolute;
            z-index: 99;
            top: 45%;
            width: 98px;
            height: 98px;
            left: -90px;
            cursor: pointer;
            -webkit-transition: all .3s;
            transition: all .3s;
        }

        .thumb-next {
            left: auto;
            right: -90px;
        }

        .feedback-slider-thumb img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            overflow: hidden;
        }

        .feedback-slider-thumb:hover {
            opacity: .8;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
        }

        .customer-feedback .owl-nav [class*="owl-"] {
            position: relative;
            display: inline-block;
            bottom: 45px;
            transition: all .2s ease-in;
        }

        .customer-feedback .owl-nav i {
            background-color: transparent;
            color: rgb(251, 90, 13);
            font-size: 25px;
        }

        .customer-feedback .owl-prev {
            left: -15px;
        }

        .customer-feedback .owl-prev:hover {
            left: -20px;
        }

        .customer-feedback .owl-next {
            right: -15px;
        }

        .customer-feedback .owl-next:hover {
            right: -20px;
        }

         DOTS 
        .customer-feedback .owl-dots {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: 35px;
        }

        .customer-feedback .owl-dot {
            display: inline-block;
        }

        .customer-feedback .owl-dots .owl-dot span {
            width: 11px;
            height: 11px;
            margin: 0 5px;
            background: #fff;
            border: 1px solid rgb(251, 90, 13);
            display: block;
            -webkit-backface-visibility: visible;
            -webkit-transition: all 200ms ease;
            transition: all 200ms ease;
            border-radius: 50%;
        }

        .customer-feedback .owl-dots .owl-dot.active span {
            background-color: rgb(251, 90, 13);
        }

         RESPONSIVE 
        @media screen and (max-width: 767px) {

            .col-md-6.bg-pcolor.pb-3.enq-info.d-none.d-sm-block {
                display: none;
            }

            button.btn-close.float-end.m-2 {
                position: absolute;
                right: 10px;
                z-index: 999999;
            }

            .custom-modal .title {
                font-size: 26px;
                color: #3d5469;
                font-weight: bold;
                margin: 0;
                padding-top: 15px;
            }

            .feedback-slider-item:after {
                left: 30px;
                right: 30px;
            }

            .customer-feedback .owl-nav [class*="owl-"] {
                position: absolute;
                top: 50%;
                transform: translateY(-50%);
                margin-top: 45px;
                bottom: auto;
            }

            .customer-feedback .owl-prev {
                left: 0;
            }

            .customer-feedback .owl-next {
                right: 0;
            }

        }

         extra 
        .copyright {
            text-align: center;
            margin-top: 30px;
            font-size: 1.6rem;
            background-color: #eee;
        }

        .copyright a {
            display: inline-block;
            padding: 10px 2px;
        }

        .upwork {
            color: #37a000;
        }

        .upwork:after {
            content: '/';
            margin-left: 10px;
        }

        .fiverr {
            color: #1dbf73;
        }

        .copyright .triplebyte {
            display: block;
            padding-top: 0;
            color: #344759;
            text-decoration: underline;
        }

        .slider-top.slider1.slider3 {
            float: left;
            width: 100%;
            margin-bottom: 50px;
        }

        .loader {

            display: none;

            width: 100%;

            height: 100%;

            position: fixed;

            text-align: center;

            top: 0;

            left: 0;

            z-index: 9999;

            overflow: auto;

            background: rgba(255, 255, 255, 0.6);

        }



        .loading-image {

            position: absolute;

            top: 50%;

            left: 50%;

            z-index: 10;

        }

        em {
            position: absolute;
            color: white;
            padding-left: 25px;
            padding-top: 5px;
            font-size: 12px;
        }


        .list2 li {
            margin: 0;
            padding: 3px 0 !important;
            text-align: justify;
            list-style: none;
        }

        .text_head:before {
            content: "\f0f3";
            font-family: 'FontAwesome';
            position: relative;
            left: -6px;
            top: 0;
            color: #f2c21a;
            opacity: 1;
            font-weight: 700;

        }

        .jakline {
            color: var(--main);
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            letter-spacing: 0;
            margin: 0;
            text-transform: uppercase;
            font-size: 20px;
        }

        @media (max-width: 767px) {
            .modal-body img {
                max-width: 100%;
            }
        }
        
        
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
 {
    background: var(--main);
}
.nav-tabs>li>a {
    color: var(--main);
    border-color: var(--main) !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    background-color: var(--main);
        color: #fff;
}











