:root {
	--primar--color: #11346c;
	--tertiary--color: #ffffff26;
	--line--color: #12346b21;
	--secondary--color: #1f4990;
	--yellow--color:#fdbf14;
	--clr--dark: #2e2d3a;
	--bootstrap-primary-clr: #005f98;
	--clr--light-grey: #dedede;
	--clr--purple: #3f51b5;
	--primary-gradient: linear-gradient(97deg, #3f51b5 0%, #e91e63 100%);
	/* Gradients */
	--white--gradient: linear-gradient(179.36deg, hsla(0, 0%, 100%, .5) -13.59%, rgba(190, 201, 240, .14) 99.45%);
	/* --red--gradient: linear-gradient(to right, #EA384D, #D31027); */
	--red--gradient: linear-gradient(to right, #ff512f, #dd2476);
	--boxone--gradient: linear-gradient(to right, #ffc3a0, #ffafbd);
	--boxtwo--gradient: linear-gradient(to right, #2193b0, #6dd5ed);
	--boxthree--gradient: linear-gradient(to right, #ef629f, #eecda3);
	--boxfour--gradient: linear-gradient(to right, #3f51b5, #74abfe);
	--green-gradient: linear-gradient(to right, #00b09b, #96c93d);
	--reded--gradient: linear-gradient(to right, #f87277, #e83138);
	--prime-gradient: linear-gradient(to right, #029ff4, #0471cc);
	--greenary-gradient: linear-gradient(to right, #01e8b4, #04c988);
	--blue--gradient: linear-gradient(to right, #c2e9fb, #a1c4fd);
	/* Extras */
	--light--clr: #F2F2F2;
	--cross-pattern: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5'  stroke-width='1' stroke='none' fill='hsla(259, 11%, 65%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	--web-green: #6fb22e;
	--color-light:#ffff;
	/* Social media icon colors */
	--fb--color: #3b5998;
	--tweet--color: #55acee;
	--ytube--color: #cd201f;
	--instagram--color: #d82f83;
	--linkedin--color: #0072b1;
	/* Footer */
	--footer--bg-color: #111111;
	--footer--con-bg-color: #111111;
}

<style>
@import url('https://fonts.googleapis.com/css2?family=Mulish:wght@300&family=Oswald:wght@200&display=swap');
</style>
* {
	box-sizing: border-box;
	font-family:'Mulish', serif;
}
html{
	scroll-behavior: smooth;
}
p{
	font-family: 'Mulish', sans-serif ;
    font-weight: 400;
	/* text-align: justify; */
}

.top-nav-bg{
	background-color: #1f4990;
}

h3{
	font-size: 1.68rem;
	
}
.img-responsive{
	width: 100%;
}
.title__font{
	font-size: clamp(1rem, -2.7500rem + 16.6667vw, 3rem);
	font-weight: 700;
 }
 .title__font-low{
	font-size: clamp(1rem, -1.2500rem + 10.0000vw, 4rem);
	font-weight: 700;
	font-size: 2rem;
	line-height: 1.3;
 }

 .text-body{
	font-size: 14px !important;
 }

 
 .bg--navbar {
	background: var(--blue--gradient);
    /* background-image: url(http://localhost/sstc/public/web/img/color.gif); */

	
 }

 .text-white{
	 color: #fff !important;
 }

 .text-base-color{
	color: var(--primar--color);
 }

 .text-bold{
	 font-weight: 700 !important;
 }

 .lh-20{
	 line-height: 20px;
 }

 .sidebar-text {
    float: left;
    font-weight: bold;
    font-family: 'Lato';
    margin: 0 auto;
    text-align: left;
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-right: 52px;
    writing-mode: tb-rl;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.sidebar1 {
    position: fixed;
    bottom: 350px;
    right: -164px;
    height: 70px;
    width: 275px;
    display: flex;
    justify-content: center;
    background: rgb(131,58,180);
    background: var(--reded--gradient);
    background-size: cover;
    color: #fff;
    z-index: 9999;
    border-radius: 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    border: 0;
	font-family: inherit;
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

.error-page-image{
	height: 480px;
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #3f51b5a8;
}



 .footer-parallex{
	background-image: url("public/web/img/footer-bg.png");
	background-color: #181818;
	/* background-attachment: fixed; */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }
 .about-parallex{
	background-image: url("img/about-bg.png");
	background-color: var(--primar--color);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
 }

 .category-img-right{
	padding-right: 5px !important;
 }
 .table-bg{
	background-color: var(--primar--color);
 }

.custom-pe-3{
	padding-right: .8rem !important;
}
.category_1__img, .category_2__img, 
.category_3__img, .category_4__img, 
.category_5__img, .category_6__img{
	background-size: 100% 100%;	
	background-repeat: no-repeat;
	align-items: flex-end;
	position: relative;
}
.category_2__img, .category_3__img, 
.category_4__img, .category_5__img, .category_6__img{
	height: 15em;
	
}

.placement-logo{
	height: 100px;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 5px;
}

.category_1__img{
	height: 15em;
	background-image: url('img/category_img/a1.jpg');	
	padding-right: 0rem;
}
.category_2__img{
	background-image: url('img/category_img/a2.jpg');	
}.category_3__img{
	background-image: url('img/category_img/a3.jpg');	
}.category_4__img{
	background-image: url('img/category_img/a4.jpg');	
}.category_5__img{
	background-image: url('img/category_img/a5.jpg');	
}
.category_6__img{
	background-image: url('img/category_img/a6.jpg');	
}
.category_7__img{
	background-image: url('img/category_img/a6.jpg');	
}

.overlaybrowes{
	width: 100%;
	position: absolute;
	bottom: 0;
	padding: 1rem;
	background: linear-gradient(180deg, rgba(0,0,0,0) 20%, #000000ab 90%);
}
.custom{
	width: 50%;
}
.font-smaller{
	font-size: 13px;
   
}

.testi-bg{
	background-image: url(img/test-img.png);
	background-size: cover;
}

.font-small{
	font-size: 15px;

}
.btn-border{
	border: 1px solid var(--primar--color);
	background-color: transparent;
	transition: .25s ease-in-out;
}
.btn-border:hover{
	border: 1px solid var(--secondary--color);
	background-color: var(--secondary--color);
	transition: .25s ease-in-out;
}
.btn-web-primary{
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding-left: 1em;
	padding-right: 1em;
	border-right: 1px solid #f3f3f3;
}
.btn-web-primary:first-of-type{
	/* background-color: var(--primar--color);
	color: #fff; */
	padding-left: 0;
}
/* .btn-web-primary:nth-child(odd){
	background-color: var(--web-green);
	color: #fff;
} */
.navbar .dropdown-menu{
	max-height: inherit;
    overflow-y: auto;
	overflow: visible;
}

.margin-left-50{
	margin-left: 50px !important;
}

.slided::-webkit-scrollbar, .navbar .dropdown-menu::-webkit-scrollbar {
	display: none;
}

.why-choose::-webkit-scrollbar {
	display: none;
}

@keyframes stroke {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

body {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

h1,
h2,
h3,
h4 {
	letter-spacing: 0px;
}

.text-white--75 {
	color: rgba(255, 255, 255, .8)!important
}

.bg_header {
	background-color: var(--primar--color)
}

.text-second:nth-last-child() {
	color: #fff;
}

.head_hover:hover, .head_hover {
	color: #fff;
}
.head_hover[title] {
	text-transform: capitalize;
}

.custom_margin {
	margin-left: 5em !important;
}

footer.footer {
	background-color: var(--primar--color);
}
footer.footer {
	background-color: var(--primar--color);
}
.white--gradient {
	background: var(--white--gradient);
}

.bg--purple {
	background-color: var(--clr--purple);
}

.culture-img {
	background-image: url(img/work-culture@2x.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: right bottom;
}

.culture-img-2 {
	background-image: url(img/alumni-culture.png);
	background-repeat: no-repeat;
	background-size: 35%;
	background-position: left bottom;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529 !important;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border-bottom: 0.5px solid #ccc !important;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #212529 !important;
	background-color: var(--tertiary--color) !important;
}

.bg--primary {
	background-color: var(--primar--color);
}

.bg-red-gradient {
	background: var(--red--gradient);
}

.bg-boxone-gradient {
	background: var(--boxone--gradient);
}
.bg-boxtwo-gradient {
	background: var(--boxtwo--gradient);
}
.bg-boxthree-gradient {
	background: var(--boxthree--gradient);
}
.bg-boxone-gradient {
	background: var(--boxfour--gradient);
}


.bg-primary-gradient {
	background: var(--primary-gradient);
}

.bg-green-gradient {
	background: var(--green-gradient);
}

.bg-reded-gradient {
	background: var(--reded--gradient);
}

.bg-prime-gradient {
	background: var(--prime-gradient);
}

.bg-greenary-gradient {
	background: var(--greenary-gradient);
}

.bg--light {
	background: var(--light--clr);
}

.bg--cross-pattern {
	background-image: var(--cross-pattern);
	background-repeat: no-repeat;
	background-size: 100% 20%;
	background-position: bottom;
}

.bg-course {
	background-image: url(img/banner-page.png);
	background-repeat: no-repeat;
	/* background-position: left 5em bottom; */
	background-size: cover;
	background-color: var(--primar--color);
	height: 270px !important;
}
.border--primary{
	border-color: var(--primar--color) !important;
}

.text--primary{
	color: var(--primar--color);
}

a {
    
    text-decoration: none !important;

}


.pr-1 {
	padding-right: 20px;
}
.b-r{
	border-radius: 18px;
}
.appoint{
	padding: 6px 11px 6px 12px;
	color: var(--tertiary--color);
	font-size: 13px;
	background: #e00022;
}

.overlay-image {
	/* background-image: url(img/home1.jpg);
    background-position: right top;
    background-size: 70%;
    background-repeat: no-repeat; */
	background-image: url(img/home2.png), url(img/home1.jpg);
	background-position: left 5em bottom, right top;
	background-size: 30%, 65% 100%;
	background-repeat: no-repeat, no-repeat;
}
.overlaybrowes h1{
	font-family: 'Mulish', sans-serif !important;
}
.overlaybrowes h5{
	font-family: 'Mulish', sans-serif !important;
}

.on--top--img {
	margin-top: -45%;
	margin-left: 3%;
}

.round_img {
	margin-left: 107px;
}

.bg_features {
	background-image: url(https://www.aecinstitute.com/images/info/6.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.icon_about {
	margin-left: -12px;
}

.btn-light:hover {
	background-color: var(--secondary--color) !important;
	color: var(--color-light) !important;
	color: #212529;
}

.button_bt {
	color: #fff;
	background-color: var(--secondary--color);
	border-radius: 2rem;
}

.clr-gradient {
	color: var(--red--gradient);
}

section#stats .icon-padding {
	padding: .6em 0;
}

.glide__arrow {
	position: absolute;
    display: block;
    top: 50%;
    z-index: 2;
    color: #3b3b3b !important;
    text-transform: uppercase;
    padding: 9px 12px;
    background-color: #ffffff !important;
    border: 1px solid rgb(199 199 199 / 50%) !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
    opacity: 1;
    cursor: pointer;
    transition: opacity 150ms ease, border 300ms ease-in-out;
    transform: translateY(-50%);
    line-height: 1;
}

.border-header{
	border-bottom: 1px solid var(--line--color);
    border-right: 0.5px solid var(--line--color);
    border-left: 1px solid var(--line--color);
}

.margin-top-n60{
	margin-top: -120px;
}

.link-list li:hover a,
.link-list li .bi {
	color: var(--tweet--color) !important;
}

.social-icon-list li a .bi-facebook:hover {
	color: var(--fb--color) !important;
}

.social-icon-list li a .bi-twitter:hover {
	color: var(--tweet--color) !important;
}

.social-icon-list li a .bi-youtube:hover {
	color: var(--ytube--color) !important;
}

.social-icon-list li a .bi-instagram:hover {
	color: var(--instagram--color) !important;
}
.social-icon-list li a .bi-linkedin:hover {
	color: var(--linkedin--color) !important;
}

.hover--float-up,
#course .card {
	transition: all 0.25s ease-out 0s;
}

.hover--float-up:hover {
	transform: translateY(-0.7em);
	/* box-shadow: 0px 0px 81px 0px rgba(47, 47, 47, 0.1); */
	/* box-shadow: 0px 40px 45px -15px rgba(25, 25, 25, 0.5); */
	transition: all 0.15s ease-out 0s;
}

.w--fit-content {
	width: fit-content;
}

.w--30 {
	width: 30%;
}

.w--40 {
	width: 40%;
}

.h--custom {
	height: 15em;
}

.block--ellipsis,
.ellipsis--2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.block--ellipsis {
	-webkit-line-clamp: 1;
}

.ellipsis--2 {
	-webkit-line-clamp: 2;
}

.dynamic-content table {
	width: 100% !important;
	border-collapse: collapse;
	margin-bottom: 40px;
}
.dynamic-content thead, tbody, tr, th, td  {
	border: 1px solid var(--clr--light-grey);
	font-family: 'Mulish', sans-serif !important;
	padding: 6px;
	vertical-align: top;
}
.dynamic-content th{
	background-color: var(--primar--color);
	color: var(--color-light);
}
.dynamic-content table p{
	margin: .5rem .3rem !important;
}
.dynamic-content {
	line-height: 1.5;
    color: #000000;
    font-size: 14px;
}
.dynamic-content p.blank-space{
	margin-bottom: 0;
}
 

/* Zebra striping */

/* .dynamic-content tr:nth-of-type(odd) {
	background: #fff;
} */

.powered {
	color: var(--secondary--color);
}

/* .dynamic-content th {
	background: var(--primar--color);
	color: #fff;
	font-weight: bold;
}

.dynamic-content td,
th {
	padding: 10px;
	border-bottom: 1px solid var(--clr--light-grey);
	text-align: left;
}

.dynamic-content td {
	font-size: .9em;
} */

.fs-small {
	font-size: small;
}

.news-text p {
	margin-bottom: 0;
}

.border-one{
	border: 1px solid #dfdfdf;
}

.grid-pattern {
    /*background-image: url(img/grid.svg);*/
    background-size: auto;
    background-position: top left;
    background-repeat: repeat-x;
}


/* .news-title{
    min-height: 2rem;
} */

.shadow {
	box-shadow: none !important;
	border: 1px solid #dfdfdf;
}

.card-title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.card-title {
	margin-bottom: 1.5rem;
}

.card-title span img {
	position: absolute;
	left: 20px;
	bottom: -13px;
	z-index: -1;
	width: 34%;
}

.masked {
	background-color: transparent;
	background-image: url(img/yellow-bg.svg);
	background-repeat: no-repeat;
	background-position: left top 1.3em;
	padding-bottom: 0.5rem;
}


/* .blink_img {
    -webkit-animation: section-animation-2 3s infinite;
    animation: section-animation-2 6s infinite;
    
  } */

@keyframes section-animation-2 {
	0% {
		width: 0px;
		height: 20px;
	}
	20% {
		width: 250px;
		height: 20px;
	}
	100% {
		width: 250px;
		height: 20px;
	}
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    max-height: 420px !important;
}

.head_about {
	margin-top: -43px;
}

.cta-name {
	display: block;
    text-align: center;
	font-family: 'Mulish', sans-serif !important;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 500;
    padding: 10px 16px !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primar--color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.cta-name-two {
	display: block;
    text-align: center;
	font-family: 'Mulish', sans-serif !important;

    /* text-transform: uppercase; */
    font-size: 12px;
    line-height: 1.2;
       color: #7b7b7b !important;
    font-weight: 500;
    padding: 0 !important;
    padding-bottom: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    /* border: 1px solid var(--primar--color); */
    /* border-radius: 999px; */
    /* background: #fff; */
    width: fit-content;
}

.link__btn {
	display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1.1;
    color: var(--primar--color) !important;
    font-weight: 500;
    padding: 7px 0 !important;
    transition: all 0.3s;
    font-family: 'Mulish';
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    background: transparent;
    width: fit-content;
}
.link__btn:hover .link__btn i{
	transform: translateX(5px);
}

.single-intro-inner.style-two {
	box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 5%);
	background: #fff;
}

.single-intro-inner {
	padding: 30px;
	transition: 0.4s;
	margin-bottom: 20px;
}

.bg-red {
	border-top: 4px solid #d96030;
}
.bg-tab{
	background-color: var(--secondary--color);
}
.w-20{
	width: 20%;
}

.bg-purple {
	border-top: 4px solid #9045ca;
}

.bg-base {
	border-top: 4px solid #01bda6;
}

.bg-blue {
	border-top: 4px solid #3b6fd9;
}

.single-intro-inner.style-two .thumb {
	position: absolute;
	margin-top: -57px;
	margin-left: -28px;
}

.single-intro-inner:hover {
	box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 15%);
}

.color {
	height: 10px;
	margin: -17px -17px 0px -17px;
	/* clip-path: circle(64% at 50% 2%); */
}

.text-left{
	text-align: left !important;
}

.pl-testimonial{
	padding-left: 20px !important;
}

.color-theme1 {
	color: var(--primary-gradient);
	background: var(--primary-gradient);
}

.single-intro-inner .thumb {
	margin-bottom: 15px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
}

.bg-red .cat-thumb {
	background: #d96030;
}

.bg-blue .cat-thumb {
	background: #3b6fd9;
}

.bg-base .cat-thumb {
	background: #01bda6;
}

.bg-purple .cat-thumb {
	background: #9045ca;
}

.single-intro-inner.style-two .details {
	margin-top: 8px;
}
.offer-item-footer{
	display: inline-flex;
	justify-content: start;
	/* border-top: 1px solid #f3f3f3; */
}
.offer-item-footer:hover .cta-name {

	color: #212529;
}

hr {
    margin: 0rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    /*opacity: .1 !important;*/
}



 .navbar-toggler-icon {
    background-image: url(https://sstc.ac.in/public/web/img/menu.png) !important;
}

.icon_color {
	color: var(--secondary--color)
}

.slider--text {
	transform: translateY(100%);
	font-size: 1.1em;
}

#testimonial .card-text {
	min-height: 13rem !important;
}

#courses .card:hover {
	transform: scale(1.03);	
	border-bottom: 5px solid #ecc711 !important;
	/* box-shadow: 0.5rem 4rem 2rem rgba(0,0,0,.15), 0.5rem 3rem 2rem rgba(0,0,0,.15); */
	transition: .25s ease-in-out;
}

#courses .card:hover .card-title {
	color: #ecc711 !important;
}

#courses .card:active {
	transform: translateY(.1em);
	box-shadow: none;
	transition: all ease-in-out .15s;
}

.custom-border {
	border: .01em solid var(--clr--light-grey);
}

.heading--underline {
	background: var(--boxone--gradient);
	border-radius: .5rem;
	height: .15em;
	margin: .2em auto;
	width: 100%;
	/* animation: stroke 2s;
    -webkit-animation: stroke 2s;
    transition: width 2s; */
}

.animate-stroke {
	animation: stroke 2s;
	-webkit-animation: stroke 2s;
	transition: width 2s;
}

.courses--card-title {
	/* color: #008fd3; */
	min-height: 3rem;
}

.rounded--4 {
	border-radius: .5rem;
}

.rounded--5 {
	border-radius: .5rem;
}

.nav--logo {
	width: 370px;
	padding: 0px;
}

.blog-list__img {
	margin: 0 !important;
	padding: 0 !important;
	height: 60px;
}

.fs-6 {
    font-size: 0.8rem!important;
}

.blog-user__img {
	width: 50px;
}

.user-img {
	width: 100px;
	/* margin-left: 125px !important; */
	position: relative;
	/* margin: -120px auto 10px auto */
}

.project-container {
	padding-right: 3rem!important;
}

.pr-1 {
	padding-right: 30px;
}

.btn-slider {
    color: #fff;
    background-color: transparent !important;
    border-radius: 0;
    border: 1px solid #fff;
    font-size: 14px;
}

.btn-slider-light {
    color: var(--primar--color);
    background-color: transparent !important;
    border-radius: 0;
    border: 1px solid var(--primar--color);
    font-size: 14px;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
	margin-left: -110px;
}

.footer-work {
	border-radius: 20px !important;
	background: transparent !important;
	
    /*box-shadow: rgb(33 150 243 / 0%) 0px 13px 27px -5px, rgb(63 81 181 / 0%) 0px 8px 16px -8px !important; */
}
.adjust_img,
.adjust_card-img{
	object-fit: cover;
	object-position: center;
}
.adjust_card-img{
	width: 100%;
	height: 13rem;
	margin: 0;
}

.adjust_card-img-inner{
	width: 100%;

	margin: 0;
}

.adjust_img{
	height: 60vh;
}

.trusted-text{
	margin-left: 40px;
}

.border-secondary {
    border-color: #e6e6e6!important;
}

.footer-head {
	color: var(--light--clr);
	font-size: 20px;
}

.navbar-dark .navbar-toggler {
    border-color: var(--color-light);
	background-color: var(--color-light);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2847, 48, 141, 100%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}



.user-img--lg {
	width: 150px;
	border: 2px solid #ececec;
}

.gradient--btn {
	background: var(--primar--color);
	border: none;
}

.card-title__min-h {
	min-height: 4rem;
}

.bg--blue {
	background: var(--primar--color);
}


/* course feature */

.carousel {
	margin-right: 0;
}

.carousel .carousel-inner .carousel-item {
	overflow: hidden;
	height: 55vh;
}


.nav-item:hover .nav-link {
	/* opacity: 0.7 !important; */
	color: var(--secondary--color) !important;
	transition: color .15s ease-in-out;
}

.nav-item .nav-link {
	color: #000 !important;
	transition: color .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link.active {
	color: var(--secondary--color);
}

.slider__image{
	height: 50vh; 
	object-fit:cover;
	width: 100%;
}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 1440px) {
	.web__display--none {
		display: block !important;
	}
}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1023px) {}

@media screen and (max-width: 768px) {
	/* .user-img{
		margin-left: 35% !important;
	} */
	.slider__image{
		height: 50vh;
	}

	.margin-left-50{
		margin-left: 0px !important;
	}
	.nav--logo{
		width: 279px;
	}

	.footer-text-mob{

			font-size: 11px !important;

	}

	.mob-padding{
		padding: 1.5rem !important;
	}

	.error-page-image{
		height: 313px;
	}

	.carousel .carousel-inner .carousel-item {
		overflow: hidden;
		height: 13vh;
	}

	.footer-parallex {
		background-image: url(img/test-img-mob.png);
		background-color: var(--primar--color);
	}

	.navbar-margin{
		margin-top: 1rem;
	}

	.row {
	
		margin-right:0 !important;
		margin-left:0 !important;
	}

	.row>*{
		padding-right:0 !important;
		padding-left:0 !important;
	}

	.padding-mob {
		padding: 0 !important;
	}

	.ml-2{
		margin-left: 10px !important;
	}

	.cta-name {
		
		   color: #fff !important;
	}

	.navbar-style{
		box-shadow: none !important;
		border-bottom: 1px solid #ececec;
		height: auto;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 15px !important;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / 15%);
    border-radius: 0.25rem;
    box-shadow: none;
}
	.nav-item .nav-link {
		color: #fff !important;
		transition: color .15s ease-in-out;
	}
	
	.custom-pe-3 {
		padding-right: 0rem !important;
	}

	.d-none-sm{
		display: none;
	}

	.testi-bg {
		background-image: url(img/test-img-mob.png);
		background-size: cover;
	}



	.bg--navbar {
		background-color: #fff;
		background: var(--primar--color);
	}

	.bann-hour{
		width: 100% !important;
	}
	.position--sm-relative{
		position: relative !important;
	}
	.sm--push-down{
		margin-top: 15rem !important;
	}
	.float-company-name{
		float: left !important;
	}
	.project-container {
		padding-right: 0rem!important;
	}

	.adjust_img {
		height: auto;
	}

	.adjust_card-img-inner {
		width: 100%;
		/* height: 4.5rem !important; */
		margin: 0;
	}

	.dynamic-content {
		overflow: hidden;
	}
	.dynamic-content table{
		display: block;
		/* width: 88vw !important;		 */
		overflow: scroll;
	}
	.dynamic-content div{
	    /* display: flex; */
	    width: 100% !important;
	}
	.dynamic-content p{
		margin-bottom: 0 !important;
	}
	.dynamic-content a{
		background-color: var(--primar--color);
		color: #fff;
		padding: 0.7rem 1rem;
		margin: 0.3rem 0.3rem;
		width: 100%;
		white-space: pre-line;
		font-size: 0.9rem;
		text-align: center;
		display: inline-block;
	}

	
	

	
	

	.h--sm-100{
		height: 100% !important;
	}
	.w--sm-50{
		width: 50% !important;
	}
	.w--sm-95{
		width: 95% !important;
	}
	.w--sm-100{
		width: 100% !important;
	}
	.p--sm-0 {
		padding: 0 !important;
	}
	.ps--sm-0 {
		padding-left: 0 !important;
	}
	.pb--sm-0 {
		padding-bottom: 0 !important;
	}
	.my--sm-1 {
		margin-top: .1em !important;
		margin-bottom: .1em !important;
	}
	.mt--sm-1{
		margin-top: 1em !important;
	}
	.mt--sm-2{
		margin-top: 1.7em !important;
	}
	.mt--sm-0{
		margin-top: 0 !important;
	}
	.mx--sm-auto{
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.mb--sm-0{
		margin-bottom: 0 !important;
	}
	.mb--sm-1{
		margin-bottom: 2.5em !important;
	}
	.ms--sm-1{
		margin-left: 0em !important;
	}

	.ms--sm-6{
		margin-left: 6em !important;
	}

	.tour-bg {
		background-image: none !important;
		background-size: cover;
		background-position: top left;
		background-repeat: repeat-x;
	}

	.trusted-text{
	margin-left: 0px;
}
	.margin-45{
		margin-top: 45px !important;
	}

	.mx--sm-1{
		margin-left: .5em !important;
		margin-right: .5em !important;
	}
	.ms--sm-3{
		margin-left: 5em !important;
	}
	.me--sm-1{
		margin-left: .15em !important;
	}
	.me--sm-0	{
		margin-left: 0 !important;
	}
	.px--sm-0{
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.px--sm-1{
		padding-right: .5em !important;
		padding-left: 0.5em !important;
	}
	.px--sm-2{
		padding-right: 1.7em !important;
		padding-left: 1.7em !important;
	}
	.text--sm-align-center{
		display: flex;
		align-items: center;
	}
	
}

@media screen and (max-width: 478px) {}

/* .testi-bg {
	background-image: url(img/quote.svg), url(img/quote2.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: left top -1em, bottom -1em right;
	background-size: 30%, 30%;
} */

.rtin-btn {
	margin-top: 51px;
	text-align: center;
}

.rtin-btn a {
	border: 1px solid var(--primar--color);
	color: var(--primar--color);
	border-color: var(--primar--color);
	border-radius: .5rem;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 14px 35px;
	text-decoration: none;
}

.rtin-btn a:hover {
	background-color: var(--primar--color);
	color: white;
}

.slided {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;

}

.news-scroll marquee {
	height: 275px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 5px 10px;
}

.marquee {
	will-change: transform;
	animation: marquee 10s linear infinite;
}

.topper:hover {
	background-color: #e51921 !important;
}

.purchase_price {
	position: absolute;
	text-align: right;
	right: 0;
	width: 100%;
	/* z-index: 100; */
}

.purchase_price a {
	background: #e51921;
	font-weight: 600;
	border-radius: 0;
	color: var(--light--clr);
	font-family: "Hind", sans-serif;
	display: inline-block;
	font-size: 18px;
	padding: 5px 5px;
	text-decoration: none;
}

.icon_size {
	font-size: xx-small;
}

.font_footer, .font_footer a {
	/* font-size: 0.875rem; */
	/* font-size: smaller; */
	color: var(--light--clr) !important;
	font-weight: 500;
}

.topper:hover h5 {
	color: #fff !important;
}

.image_adjust {
	width: 83px;
	border-radius: 50%;
}

.single-courses {
	box-shadow: 0px 0px 81px 0px rgb(47 47 47 / 10%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	margin-bottom: 39px;
	border-radius: .5rem;
	background-color: var(--light);
}

.carousel-multi-item .controls-top {
	margin-bottom: 1.88rem;
	text-align: center;
}

.section__title {
	font-size: 40px;
	color: var(--secondary-color);
	text-transform: capitalize;
	z-index: 1;
	margin-bottom: 3px;
	font-weight: 900;
}

.section__title span {
	position: relative;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	z-index: 1;
}

.section__title span img {
	position: absolute;
	left: -14px;
	bottom: 12px;
	z-index: -1;
}

.carousel-multi-item .controls-top .btn-floating {
	background: var(--primar--color);
}

.btn-floating {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0;
	margin: 10px;
	overflow: hidden;
	vertical-align: middle;
	cursor: pointer;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	width: 47px;
	height: 47px;
}

.btn-floating i {
	display: inline-block;
	width: inherit;
	color: #fff;
	text-align: center;
	font-size: 1.25rem;
	line-height: 47px;
}

.button_adjust {
	color: var(--clr--dark);
	background-color: var(--light--clr);
	border-color: #e3e4e5;
}

.button_adjust:hover {
	color: var(--light--clr);
	background-color: var(--primar--color);
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;

	background-clip: border-box;
	/* border: 1px solid #ebebeb !important; */
	box-shadow: none;
	border-radius: 0 !important;
	transition: .25s ease-in-out;
}

.text-justify {
	text-align: justify;
}

.youtube-card {
	border-radius: 1.25em!important;
}

.height-500{
	height: 540px !important;
    overflow: hidden;
}

.design-pattern {
	background-image: url(img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
	/* width: 100vw; */
	/* height: 250px; */
	/* margin-bottom: -240px; */
}

.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0.3rem;
}

a:hover {
    color: var(--secondary--color) !important; 
}

.font-base{
	font-family: Mulish !important;
}

.badge-category{
	background: var(--secondary--color);
    padding: 7px;
    border: 1px solid #ebe3b9;
    font-size: 10px;
	color: var(--color-light);
    font-weight: 500;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 14px !important;
    border-radius: 0.3rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 14px !important;
}

.news-bg {
	background-image: url(img/design-bg.jpg);
	background-size: auto;
	background-position: top left;
	background-repeat: repeat-x;
}

.tour-bg {
	background-image: url(img/tour-background.jpg);
	background-size: cover;
	background-position: top left;
	background-repeat: repeat-x;
}

.carding {
	border: none !important;
}

.bordered {
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}

.bordered_adjust {
	border-bottom-left-radius: 16px;
	border-bottom-right-radius: 16px;
	border: 1px solid #e5e5e5;
}

.adjusting {
	margin-bottom: 2px;
	margin-top: 0px;
}

.paragraph {
	margin-bottom: 9px;
}
.bann-hour{
	width: 32%;
    margin-top: -263px;
    z-index: 5;
    position: relative;
    background-color: #FFFFFF;
    padding: 17px 9px 31px 18px;
}
.about-bg{
	background: transparent url(img/about-bg.png) no-repeat center center;
    background-color: var(--primar--color);
	background-size: cover;
}

.placement-bg{
	background: transparent url(img/placement.jpg) no-repeat center center;
    background-color: var(--primar--color);
	background-size: cover;
}

.news-date{
	font-size: 1.3rem!important;
    line-height: 0.8;
}
.about-img{
	height: 380px;
    margin-top: -60px;
}
.about-bg p{
	color: var(--color-light);
}
.h-320{
	height: 320px !important;
}
.w-40{
	width: 40%;
}
.bg-test{
	background: transparent url(/public//web/img/about-bg.png) no-repeat center center;
    background-color: var(--primar--color);
}
.arrow-2{
	right: 0%;
}
.pr-0{
	padding-right: 12px;
}

b, strong {
    font-weight: bolder !important;
    font-family: inherit !important;
}
.btn-success{
	background-color: var(--primar--color);
	border-color: var(--primar--color);
}
.btn-success:hover{
	background-color: #4caf50;
	border-color: #4caf50;
}
.btn-outline-warning{
	color: #0c0c0c !important;
	border-color: var(--secondary--color);
}
.btn-outline-warning:hover{
	color: var(--color-light) !important;
    background-color: var(--secondary--color);
    border-color: var(--secondary--color);
}
.btn-outline-warning:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-success:focus{
   box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%) !important;
}
.btn-warning{
	border-color: var(--secondary--color);
	background-color: var(--secondary--color);
	color: var(--color-light);
}
.btn-warning:hover{
	border-color: var(--secondary--color);
	background-color: var(--secondary--color);
	color: var(--color-light) !important;
}
.btn-warning:active:focus{
	box-shadow: 0 0 0 0.25rem rgb(255 255 255 / 50%);
}
.social-color li a{
	color: white !important;
}

.dynamic-content .accordion{
	display: block !important;
}

.stretched-link::after{
	content: none !important;
}

@media screen and (max-width: 768px) {
	.carousel-caption{
		margin-left: 0;
    left: 5%;
	}

	.slider--text{
		transform: unset;
    margin-top: 1rem !important;
	font-size: 0.4em;
	}
}


.dropdown-menu li {
	position: relative !important;
	}
	.dropdown-menu .dropdown-submenu {
	/* display: none; */
	position: absolute;
	
	}

	@media screen and (min-width: 900px) {
		.dropdown-menu .dropdown-submenu {
			/* display: none; */
			position: absolute;
			left: 0%;
			top: -1px;
			}
	}

	@media screen and (max-width: 900px) {
		.dropdown-menu {
			width: 100%;
			}
		.dropdown-menu .dropdown-item{
			white-space: break-spaces;
			}
		.dropdown-menu .dropdown-submenu{
			width: 100%;
			}
	}
		.dropdown-menu .dropdown-submenu-left {
		right: 100%;
		left: auto;
		}
		.dropdown-menu > li:hover > .dropdown-submenu {
		display: block;
		}
		/* slick */

		.lazy{
			width:100%;
			margin:0 auto;
		}
		
		/*Edit, forgot this important bit.  This keeps the other slides visible*/
		.slick-list {
			overflow: visible;
		}
		
		.slide-footer {
			width: 135px!important;
			height: auto!important;
		}