@font-face {
	font-family: Montserrat-Regular;
	src: url(../fonts/Montserrat-Regular.ttf);
}

@font-face {
	font-family:Montserrat-Medium;src:url(../fonts/Montserrat-Medium.ttf);
}

@font-face {
	font-family:Montserrat-SemiBold;src:url(../fonts/Montserrat-SemiBold.ttf);
}

@font-face {
	font-family:Montserrat-Bold;src:url(../fonts/Montserrat-Bold.ttf);
}

@keyframes pulse-blue-small-sm {
    0% {
        box-shadow: 0 0 0 0 rgb(0 166 193 / 70%);
    }
 
    100%,
    30% {
        box-shadow: 0 0 0 8px transparent;
    }
}
 
@keyframes pulse-blue-medium-sm {
    0% {
        box-shadow: 0 0 0 0 rgb(0 166 193 / 70%);
    }
 
    100%,
    30% {
        box-shadow: 0 0 0 16px transparent;
    }
}

p {
	font-size: 14px;
	color: #646464;
	font-family: Montserrat-Regular;
	line-height: 22px;
}

a {
	font-family: Montserrat-Bold;
	color: #000;
	text-decoration: none;
}

span {
	font-family: Montserrat-Medium;
	letter-spacing: .5px;
	color: #646464;
}

label,li,ul {
	font-family: Montserrat-Medium;
}

.text-orange {
	color: #f48026;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Montserrat-Bold;
	margin: 0;
	letter-spacing: .5px;
	font-size: 50px;
}

* {
	text-decoration: none;
}

a:focus,a:hover {
	text-decoration: none;
	outline: 0;
	color: #000;
}

input,select,textarea {
	outline: 0;
	font-family: Montserrat-Regular;
	color: #898989;
}

.form-control:focus,button:focus,input:focus,select:focus,textarea:focus {
	outline: 0;
	box-shadow: none;
}

ul {
	padding: 0;
	list-style-type: none;
}

ul li {
	font-family: Montserrat-Medium;
	font-size: 14px;
	color: #646464;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform .3s,opacity .3s;
	-ms-transition: -ms-transform .3s,opacity .3s;
	-moz-transition: -moz-transform .3s,opacity .3s;
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform .3s,opacity .3s;
	-ms-transition: -ms-transform .3s,opacity .3s;
	-moz-transition: -moz-transform .3s,opacity .3s;
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}

.wsmenu>.wsmenu-list>li:hover>.wsmegamenu {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
}

.wsmenu-list>li>.wsshoptabing {
	opacity: 0;
	visibility: hidden;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform .3s,opacity .3s;
	-ms-transition: -ms-transform .3s,opacity .3s;
	-moz-transition: -moz-transform .3s,opacity .3s;
	-webkit-transition: -webkit-transform .3s,opacity .3s;
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
}

.wsmenu-list>li:hover .wsshoptabing {
	opacity: 1;
	visibility: visible;
	transform: rotateX(0);
	-o-transform: rotateX(0);
	-moz-transform: rotateX(0);
	-webkit-transform: rotateX(0);
}

section.University-list {
	margin-top: 60px;
}

.Importan-links p {
	margin-bottom: 0;
}

.logo img {
	width: 100%;
	max-width: 66%;
}

section.BannerSction {
    background-size: cover;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    height: 612px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-position: center;
}

/* section.BannerSction:after {
	content: "";
	position: absolute;
	display: block;
	background-color: rgb(0 0 0 / 50%);
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
} */

.ClientSlider {
	position: relative;
	z-index: 9;
}

.reading h1 {
    color: #fff;
    font-size: 16px;
    margin: 16px 0;
    line-height: 26px;
    font-family: Montserrat-Regular;
}

.reading span {
	color: #26e1da;
	font-family: Montserrat-Bold;
	margin: 0;
	letter-spacing: .5px;
	transition: all .5s;
	font-size: 50px;
	margin-left: 2px;
}

form.login-form h2 {
	font-size: 24px;
}

form.login-form span {
	color: #25498a;
	font-family: Montserrat-Bold;
	margin: 0;
	letter-spacing: .5px;
	transition: all .5s;
	font-size: 24px;
}

form.login-form p {
	color: #9eabbe;
	font-size: 12px;
	margin-bottom: 15px;
}

form.login-form label {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
}

form.login-form .form-control {
	background-color: #f6faff;
	border: 0;
	margin-bottom: 14px;
	padding: 8px 11px;
}

.conditon p {
	font-size: 10px!important;
	margin-bottom: 0!important;
}

.form-group.position-relative input::placeholder {
	color: #646464;
	font-size: 14px;
}

.form-group.position-relative span.text-danger {
	font-size: 14px;
}

button.custom-buton {
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	border: 0;
	padding: 9px 17px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	filter: contrast(1.50);
}
#apply-custom::before,
#apply-custom::after {
	content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}
#apply-custom:active {
    background-color: #005baf;
}
#apply-custom::before {
    animation: pulse-blue-medium-sm 3s infinite;
}

#apply-custom::after {
    animation: pulse-blue-small-sm 3s infinite;
}

.card.login_page.shadow.rounded.border-0 {
	padding: 5px 8px;
	position: relative;
	box-shadow: rgb(149 157 165 / 20%) 0 8px 24px!important;
	width: 100%;
	max-width: 80%;
	margin-left: auto;
}

.reading {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.conditon {
	margin-top: 11px;
	display: block;
	color: #0d6efd;
	font-size: 12px;
}

.conditon a {
	color: #001e50;
}

form.login-form select.form-select {
	background-color: #f6faff;
	border: 0;
	margin-bottom: 14px;
	padding: 7px 11px;
	color: #646464;
	font-size: 14px;
}

.free-form.freeform-2 {
	height: auto;
	position: inherit;
}

.Programs-imag img {
	width: 100%;
	max-width: 50%;
	margin-bottom: 26px;
}

.Programs-content h4 {
	font-size: 16px;
	text-align: center;
}

.Programs-content p {
	text-align: center;
}

.Programs-main.text-center {
	padding: 30px;
	transition: .5s ease;
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
	height: 435px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 14px;
	position: relative;
	margin-bottom: 35px;
}

.skewed-badge.top-right {
	position: absolute;
	height: 10rem;
	width: 10rem;
	overflow: hidden;
	top: 0;
	right: 0;
}

span.skewed-badge__text.success.top-right {
	position: absolute;
	padding: .5rem 1rem;
	top: 50%;
	left: 50%;
	width: 14.14rem;
	font-size: 1rem;
	text-align: center;
	color: #000;
}

span.skewed-badge__text.success.top-right {
	position: absolute;
	padding: .5rem 1rem;
	top: 45%;
	left: 50%;
	width: 14.14rem;
	font-size: 1rem;
	text-align: center;
	color: #000;
	-webkit-transform: translate(-60%,-120%) rotate(-45deg);
	transform: translate(-34%,-123%) rotate(43deg);
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

span.bolder {
	color: #fff;
	font-weight: 700;
	text-transform: capitalize;
	letter-spacing: 2.5px;
}
h2.accordion-header {
    padding: 0 0 !important;
    font-family: Montserrat-Medium;
    margin-bottom: 0 !important;
}
.Tutorial ul {
    margin-bottom: 0;
}
.slider-in .accordion-body {
    padding: 0;
}
.read {
	padding: 13px 0;
}
section.Programs {
    padding: 80px 0;
}

a.custom-button {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	border: 0;
	padding: 12px 38px;
	border-radius: 25px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}

.top-contnet h2 {
    font-size: 32px;
    display: inline-block;
    color: #29539b;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 26px;
    padding: 10px 20px 11px;
    text-align: inherit;
    font-weight: 600;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 5%); */
    border-radius: 10px;
    text-align: center;
    text-transform: uppercase;
    background-color: #fff;
	border-radius: 0;
}

ul#myTab li {
    width: auto;
    display: inline-block;
    position: relative;
}

ul#myTab {
	width: 100%;
	justify-content: center;
}

.nav-tabs {
	border-bottom: 0;
}

.left-tabs ul li img {
	margin-right: 10px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    border-color: transparent;
    transition: .5s all;
    border-bottom: 3px solid #29539b;
    border-radius: 0;
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link:hover {
	color: #000;
	background: transparent;
	border-color: transparent;
	border-bottom: 3px solid #29539b;
	border-radius: 0;
}

.left-tabs ul li img {
	margin-right: 10px;
	background-color: #fff;
	padding: 5px;
	border-radius: 100%;
}

.left-program img {
	width: 100%;
}

.right-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.step-box1,.step-box2,.step-box3,.step-box4,.step-box5,.step-box6 {
	width: 20%;
	float: left;
	position: relative;
	padding: 0;
}

.step-box2 img {
	width: 100%;
}

.step-box1 img {
	width: 100%;
}

.step-box3 img {
	width: 100%;
}

.step-box4 img {
	width: 100%;
}

.step-box5 img {
	width: 100%;
}

.palce-imag img {
	width: 100%;
}

.palce-contnt img {
	width: 100%;
	max-width: 60px;
}

.palce-imag img {
	border-radius: 100%;
}

.main-place {
	background-color: #efefef;
	padding: 32px 32px;
	height: 260px;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 30px;
}

a.company {
	background-color: #fff;
	padding: 14px 25px;
	border-radius: 24px;
	color: #fcbf29;
	font-size: 14px;
	margin-left: 9px;
}

.palce-contnt p {
	margin-bottom: 24px;
}

section.success .top-contnet.text-center {
	position: relative;
	top: 64px;
	z-index: 1;
}

.palce-contnt span {
	font-weight: 700;
}

section.Placement {
	padding: 80px 0;
}

.work-imag {
	height: 95px;
	position: relative;
	text-align: center;
	margin-bottom: 40px;
	transition: 0.5s all;
}
.work-imag:hover {
    box-shadow: 0 2px 9px rgb(0 0 0 / 9%), 0 1px 2px rgb(0 0 0 / 3%);
    transition: 0.5s all;
    transform: scale(1.2);
}

.work-imag img {
	width: 100%;
	background-color: #fff;
	border-radius: 10px;
	max-width: 100%;
	padding: 12px 20px;
	height: 100%;
	object-fit: contain;
}

section.Working {
    padding: 80px 0;
    background-color: #f7f7f7;
}
section.success.mobile {
	display: none;
}

footer.footer-main {
    padding: 72px 0 4px 0;
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

.footer-links h5 {
    color: #fff;
    padding-bottom: 23px;
    font-size: 18px;
}

.footer-links ul li {
	padding-bottom: 8px;
}

.footer-links ul li a {
    font-size: 14px;
    color: #fff;
    font-family: Montserrat-Medium;
    transition: .5s all;
}

.footer-links ul li p {
	font-size: 11px;
	color: #fff;
	margin: 0;
}

.footer-links p {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 12px;
}

.footer-links ul li span {
	color: #fff;
	display: block;
	font-size: 14px;
}

.footer-bottom p {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: Montserrat-SemiBold;
    padding-top: 20px;
}
.Social_list ul li {
	display: inline-block;
}

.padding_left {
	padding-left: 30px;
}

ul.list-inline.ukc_list li {
	padding-bottom: 16px;
}

ul.list-inline.ukc_list li img {
	margin-right: 5px;
}

ul.event_list li {
	position: relative;
}

ul.event_list li::before {
	content: '';
	position: absolute;
	border-left: 4px solid #f48026;
	height: 34px;
	left: -8px;
	top: 5px;
}

ul.event_list li.greeborder::before {
	border-color: #ffe600;
}

.footer-bottom {
	margin-top: 30px;
	border-top: .5px solid #ccc;
}

.footer_logo.text-center {
	padding-bottom: 40px;
}

.Social_list ul li a {
    font-size: 20px;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #fff;
    line-height: 1;
    padding: 7px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
    transition: .5s all;
}

.Social_list ul li a:hover {
    background-color: #fff;
    color: #274e92;
}
.footer-links ul li a:hover {
	padding-left: 10px;
}

ul.social_list li a:hover {
	padding-left: inherit;
}

.footer_logo img {
	width: 100%;
	max-width: 15%;
	margin-bottom: 10px;
}

.footer-links p {
    width: 100%;
    max-width: 92%;
    font-size: 14px;
}

p.addres {
	position: relative;
	margin-left: 20px;
}

p.addres span {
	position: absolute;
	left: -21px;
	font-size: 18px;
	color: #fdd82e;
}
input#submitsubscribe {
    display: block;
    width: 100%;
    padding: 9px 0;
    margin-top: 14px;
    border-radius: 5px;
    border: 0;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #2f55d4;
}

.slider-in h2 {
	font-size: 20px;
	margin-bottom: 18px;
	padding: 0 16px;
}

.Course-list {
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 19px;
}
/* 
.Course-list {
	background-color: #f7f7f7;
	height: 100%;
	width: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	padding-top: 19px;
} */
.slider-in ul li a {
    font-family: Montserrat-Medium;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    padding:14px 0 15px 50px;
    width: 100%;
    display: block;
    transition: .5s all;
    font-weight: 400;
}
.collage-boximag {
    height: 300px;
}
.collage-boximag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.college-detail-main {
    margin-top: 30px;
}
.left-sidebar {
	top: 0;
	padding-top: 2px;
	padding-bottom: 0;
	height: 100%;
	width: 90%;
}

.right-coontentbar h3 {
	font-size: 30px;
	margin-top: 26px;
}

.slider-in ul li a:hover {
	background: #cbcbcb;
	color: #fff;
}

.slider-in a.active {
	background: #cbcbcb;
	color: #fff;
	font-weight: 600;
}
.Training-datatop h2 {
    font-size: 25px;
    position: relative;
    margin-bottom: 5px;
    font-family: sans-serif;
    font-weight: 600;
}

section.Science-data {
	padding: 60px 0;
}

.traing-content {
	position: relative;
	z-index: 9;
}

hr {
	margin: 18px 0 42px;
}
.Science h2 {
    font-size: 28px;
    margin-bottom: 8px;
}
.Science span {
    font-size: 14px;
    color: #5a6273;
    margin-bottom: 28px;
    display: block;
    font-family: Montserrat-Regular;
}
.Science ul li {
    padding-bottom: 12px;
    color: #000;
    position: relative;
    margin-left: 23px;
    font-weight: 600;
    font-family: Montserrat-Regular;
    position: relative;
}
.Science ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #3a1867;
    left: -23px;
    border-radius: 100%;
    top: 3px;
}

.Curriculum h2 {
	font-size: 28px;
	margin-bottom: 30px;
}

.Curriculum h5 {
	font-size: 20px;
	color: #5a6273;
	margin-bottom: 18px;
	padding-left: 16px;
}

.Curriculum {
	padding: 40px 17px;
	background-color: #f7f7f7;
}

.Curriculum ul li {
	padding-bottom: 4px;
	color: #5a6273;
	position: relative;
	margin-left: 32px;
	font-weight: 500;
	list-style: disc;
}

.card.login_page.shadow.rounded.border-0.login_page2 {
	position: sticky;
	width: 100%;
	top: 100px;
}

.free-form {
	height: 2000px;
	position: relative;
	left: 78px;
}

.Module ul {
	column-count: 2;
}

.free-form.free-form2 {
	height: 1890px;
}

ul.Introduction li {
	list-style: none;
}

ul.Introduction {
	column-count: inherit;
}

.Module p {
	padding-left: 20px;
}

.free-form.free-form3 {
	height: 3471px;
}

section.contact-us .contact-box {
	text-align: center;
	margin-top: 90px;
	margin-bottom: 20px;
	height: 290px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.contact-box {
	border: 2px solid #45146e;
	background: #fff;
	transition: .5s;
}

.contact-box i {
	font-size: 40px;
	margin-bottom: 15px;
	color: #45146e!important;
}

.contact-box h5 {
	font-size: 20px;
	font-weight: 600;
	color: #000;
	margin: 0 0 10px;
}

.contact-box p {
	margin: 0;
	font-size: 16px;
	color: #000;
	line-height: 26px;
}

section.map form.from-inline .form-control {
	height: 55px;
	border: 1px solid #45146e;
	border-radius: 0;
	padding: 0 20px;
	color: #000!important;
	margin: 0 0 10px;
}

section.map form.from-inline textarea.form-control {
	height: 180px;
	border-radius: 0;
	vertical-align: text-top;
	padding: 20px;
	resize: none;
}

section.map form.from-inline button {
	background-color: #001e50;
	color: #fff;
	display: inline-block;
	border: none;
	height: 48px;
	padding: 4px 31px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: .5s all;
}

.google-mapp {
	margin-top: 60px;
}

section.BannerSction2 {
	background-size: cover;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	height: 570px;
	background-position: center;
}

section.blog-section {
	margin-top: 40px;
}

.main-wap2 {
	margin-bottom: 40px;
	/* box-shadow: 0 0 11px 0 #ccc; */
}

.post-content img {
	width: 100%;
}

.post-cntant {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.post-cntant h1 {
	font-size: 18px;
	color: #000;
	padding-bottom: 0;
}

.post-cntant span {
	color: #aaa;
}

.post-cntant p {
	font-size: 14px;
	color: #000;
	padding-top: 6px;
	display: block;
	padding-bottom: 10px;
}

.butn a.readmores {
	border-radius: 0;
	padding: 12px 27px;
	font-size: 14px;
	height: 29px;
	border: 0;
	width: 100%;
	max-width: 113px;
	margin-top: 0;
	color: #fff;
	background-color: #007bff;
}

.SideSearch {
	margin-bottom: 30px;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	padding: 38px 28px;
	/* box-shadow: 0 0 11px 0 #ccc; */
}

.blog-serchBox {
	width: 100%;
}

.blog-search-grid {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	position: relative;
}

.blog-search-grid input {
	border: 1px solid #808d9a;
	height: 50px;
	width: 100%;
	padding: 0 50px 0 20px;
	font-size: 14px;
	box-shadow: none;
	background: 0 0;
	margin: 0;
	color: #818d9a;
	font-size: 14px;
}

.blog-search-grid button {
	color: #4173da;
	font-size: 16px;
	border: 0;
	background: 0 0;
	width: auto;
	height: 100%;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 20px 0 10px;
	line-height: 50px;
}

.rightside-title h6 {
	padding-bottom: 24px;
	font-size: 20px;
}

.post-col {
	width: 100%;
	padding: 0;
	border-bottom: 1px solid #ececec;
	color: #212121;
	transition: all .5s;
	margin-bottom: 12px;
}

.post-col-img {
	float: left;
	width: 70px;
	margin-top: 8px;
}

.post-col-content {
	margin-left: 95px;
}

p.latest-title {
	margin-bottom: 4px;
	font-size: 14px;
	color: #000;
}

img.img-responsive {
	width: 100%;
}

.main-wap2 .col-md-7 {
	display: flex;
}

p.latest-date a {
	color: #000;
}

p.latest-date i {
	color: #a2a2a2;
}

.SingleImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.SingleImg {
	height: 614px;
}

.SingleDetails {
	background: #fff;
	padding: 32px 20px 14px 20px;
}

.SingleList ul {
	padding-left: 0;
}

.SingleList ul.infolist li {
	display: inline-block;
	padding-right: 25px;
}

.SingleList ul.infolist li a {
	color: #000;
}

.SingleList ul.infolist li span {
	padding-left: 8px;
	color: #000;
}

h4.blue {
	padding-top: 21px;
	padding-bottom: 38px;
	color: #000;
	font-size: 30px;
}

.blog-wap label {
	font-weight: 600;
}

.blog-wap textarea.form-control {
	height: 150px;
	resize: none;
}

.section-head.text-center h4 {
	font-size: 35px;
	margin-bottom: 60px;
}

a.read-button {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	padding: 10px 15px;
	border-radius: 5px;
}

.form-group label {
	font-size: 14px;
	font-weight: 700;
}

.form-group .form-control {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fff;
	border: 1px solid #dee2e6;
	color: #3c4858;
	height: 42px;
	font-size: 13px;
	border-radius: 6px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.form-group {
	margin-bottom: 20px;
}

button.read-button.mb-2.mr-2 {
	border: 0;
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	padding: 7px 20px 9px 20px;
}

span.eltd-btn-text {
	color: #fff;
}

.form-group textarea {
	height: 120px!important;
}

section.collage-main {
	width: 100%;
	position: relative;
	height: 485px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

section.collage-main:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(0 0 0 / 30%);
}

.review-page {
	position: relative;
	z-index: 1;
}

.review-page h1 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	margin-bottom: 30px;
}

.review-page input.form-control {
	width: 100%;
	display: inline-block;
	height: 48px;
	border-radius: 5px;
	padding: 0 14px;
	font-size: 15px;
}

.review-page .form-group {
	margin-bottom: 0;
}

.review-page button.Custm_btn2 {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	border: 2px solid #001e50;
	transition: .5s all;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 700;
	padding: 0 31px!important;
	bottom: 0;
	height: 48px;
	text-transform: uppercase;
}

h6.colage {
	font-size: 26px;
	margin: 40px 0;
}

.ranking-table img {
	margin-right: 5px;
	width: 30px;
}

.no-result,.results tr[visible=false] {
	display: none;
}

.results tr[visible=true] {
	display: table-row;
}

.counter {
	padding: 8px;
	color: #ccc;
}

.form-group.pull-right input.search1.search.form-control {
	width: auto;
	display: inline-block;
}

.form-group.pull-right {
	text-align: end;
}

.Training-main {
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
	margin-bottom: 25px;
}

.card-images img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.Training-content h6 {
	font-size: 22px;
}

.Training-content {
    padding: 18px 6px 12px 30px;
    margin-bottom: 30px;
    height: 360px;
}

section.Training-catagory {
	padding: 60px 0;
}

.search-main {
	display: block;
	line-height: 40px;
	padding: 0 14px;
	cursor: pointer;
	color: #fff;
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

.header-search-wrapper .search-form-main {
	background: #fff none repeat scroll 0 0;
	-webkit-box-shadow: 1px 1px 7px rgba(0,0,0,.15);
	box-shadow: 1px 1px 7px rgba(0,0,0,.15);
	border-top: 2px solid #408c40;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 124%;
	width: 324px;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
}

.search-form-main.active-search {
	opacity: 1;
	visibility: visible;
}

.header-search-wrapper .search-form-main {
	border-top-color: #fcca2b;
}

.header-search-wrapper .search-form-main:before {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #408c40;
	content: "";
	position: absolute;
	right: 15px;
	top: -10px;
}

.header-search-wrapper .search-form-main:before {
	border-bottom-color: #fcca2b;
}

.header-search-wrapper .search-form-main .search-field {
	border-radius: 0;
	padding: 4px 10px;
}

.header-search-wrapper .search-form-main .search-submit {
	border: medium none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	padding: 6px 11px 6px;
	background: #fcca2b;
}

.about-content img {
	width: 100%;
	margin-bottom: 18px;
	margin-top: 20px;
}

section.Colleges-details {
	padding: 20px 0;
}

.about-content h1 {
	font-size: 30px;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	margin-top: 20px;
}

.about-content h1:after {
	content: "";
	position: absolute;
	display: block;
	height: 5px;
	width: 100%;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: #fcca2b;
}

h6.about {
	font-size: 22px;
}

table.table.table-borderless td {
	text-align: inherit;
}

.about-content tbody {
	border: 1px solid #ccc4c4;
}

table.table.table-bordered,table.table.table-borderless {
	margin-top: 24px;
}

.about-content span {
	font-size: 15px;
	letter-spacing: 0;
	font-family: Montserrat-Regular;
}

.about-content thead.table-dark {
	border-color: #bbbec2;
}

.about-content thead.table-dark tr th {
	background-color: #fcbb28;
}

h5.Regular {
	font-size: 20px;
	text-align: center;
}

thead.table-dark {
	text-align: center;
	vertical-align: middle;
}

table.Form_table td {
	text-align: left;
}

table.catagory tbody {
	border: 0;
}

tbody.border-wap {
	border: 0;
}

table.table.table-bordered.Regular2 td {
	font-weight: 500;
}

.main-detail h6 {
	font-size: 16px;
	margin-bottom: 5px;
}

.custom-select-wrapper {
	position: relative;
	display: inline-block;
	user-select: none;
}

.custom-select-wrapper select {
	display: none;
}

.custom-select {
	position: relative;
	display: inline-block;
}

.custom-select-trigger {
	position: relative;
	display: block;
	padding: 10px 12px;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	border-radius: 4px;
	cursor: pointer;
	border: 1px solid #b5b5b5;
	width: 220px;
	margin-right: 6px;
}

.custom-select-trigger:after {
	position: absolute;
	display: block;
	content: '';
	width: 10px;
	height: 10px;
	top: 50%;
	right: 25px;
	margin-top: -3px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	transform: rotate(45deg) translateY(-50%);
	transition: all .4s ease-in-out;
	transform-origin: 50% 0;
}

.custom-select.opened .custom-select-trigger:after {
	margin-top: 3px;
	transform: rotate(-135deg) translateY(-50%);
}

.custom-options {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	min-width: 100%;
	margin: 15px 0;
	border: 1px solid #b5b5b5;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 0 2px 1px rgba(0,0,0,.07);
	background: #fff;
	transition: all .4s ease-in-out;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(-15px);
}

.custom-select.opened .custom-options {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
	transform: translateY(0);
}

.custom-options:before {
	position: absolute;
	display: block;
	content: '';
	bottom: 100%;
	right: 25px;
	width: 7px;
	height: 7px;
	margin-bottom: -4px;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	background: #fff;
	transform: rotate(45deg);
	transition: all .4s ease-in-out;
}

.option-hover:before {
	background: #f9f9f9;
}

.custom-option {
	position: relative;
	display: block;
	padding: 0 22px;
	border-bottom: 1px solid #b5b5b5;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	transition: all .4s ease-in-out;
}

.custom-option:first-of-type {
	border-radius: 4px 4px 0 0;
}

.custom-option:last-of-type {
	border-bottom: 0;
	border-radius: 0 0 4px 4px;
}

.custom-option.selection,.custom-option:hover {
	background: #f9f9f9;
}

.center {
	display: inline-block;
}

.job-discription h2 {
	font-size: 35px;
	margin-bottom: 30px;
}

.center label {
	position: absolute;
	left: 13px;
	top: -7px;
	font-size: 12px;
	background-color: #fff;
	display: block;
	z-index: 9;
	padding: 0 3px;
	font-weight: 600;
}

.center {
	position: relative;
	margin-right: 8px;
}

.Category-jobs ul li a {
	color: #000;
	background-color: #f5f5f5;
	padding: 11px 30px;
	display: block;
	border-radius: 30px;
}

.Category-jobs ul li {
	display: inline-block;
}

.Category-jobs ul li a.active {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
}

.Category-jobs ul {
	margin-top: 24px;
	margin-bottom: 40px;
}

.company-name {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	padding: 6px 12px;
	height: 40%;
}

p.tech {
	font-size: 14px;
	font-weight: 600;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	color: #001e50;
	margin-bottom: 0;
}

p.talent {
	margin-bottom: 0;
	font-size: 14px;
}

p.money {
	margin-bottom: 0;
	font-weight: 800;
	right: -12px;
	font-size: 16px;
	position: relative;
	color: #fff;
	margin-right: 0;
	height: auto;
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	width: 100%;
	padding: 4px 13px;
}

.expirence-main {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-top: 5px;
    padding: 4px 15px;
	border-bottom: 1px solid #eaeaea;
	flex-wrap: wrap;
}

.Fresher {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.Fresherwap {
	margin-right: 12px;
}

.Fresher p {
	margin-bottom: 0;
}

p.talent {
	font-size: 12px;
	color: rgb(118 117 117);
	font-weight: 700;
}

a.shedo {
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
	display: block;
	border: 1px solid #eaeaea;
	padding: 10px 0;
	margin-bottom: 30px;
	height: 90%;
	border-radius: 5%;
}

.company-location{
	height: 30%;
}

p.opening {
	margin-bottom: 0;
}

button.Applybuton {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	padding: 6px 15px;
	border-radius: 5px;
	border: 0;
	font-size: 12px;
}

p.talent i {
	position: relative;
	top: 1px;
	right: 3px;
}

p.tech i {
	position: relative;
	right: 4px;
}

h2.cities {
	font-size: 25px;
	text-align: center;
	margin-bottom: 60px;
}

section.job-card {
	background-color: #f7f7f7;
	padding: 50px 0;
}

.citics-mian {
	background-color: #fff;
	border-radius: 10px;
	padding: 12px 19px;
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
	position: relative;
	margin-bottom: 30px;
	display: flex;
}

.JOBs-con p {
	margin-bottom: 0;
	margin-top: 0;
	font-size: 12px;
	font-weight: 600;
}

.JOBs-con span {
	font-weight: 700;
	margin-top: -5px;
	display: block;
	font-size: 16px;
	text-transform: capitalize;
}

.JOBs-con i {
	position: absolute;
	right: 12px;
	top: 26px;
	color: #ccc;
}

section.faq {
	margin-top: 50px;
}

section.faq h2.cities {
	text-align: inherit;
}

.accordion-button {
	transition: .5s all;
}

.accordion-item {
	margin-bottom: 20px;
	box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
}

.accordion-button {
	border: 0!important;
	font-family: Montserrat-Medium;
	padding: 18px;
}

.accordion-collapse {
	border: 0;
	border-width: 0 1px;
}

.accordion-button:not(.collapsed) {
	color: #fff;
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

.accordion-button:focus {
	z-index: 3;
	border-color: transparent;
	outline: 0;
	box-shadow: none;
}

.Localities-name h4 {
	font-size: 16px;
	margin-bottom: 20px;
}

.Localities-name ul li a {
	font-family: Montserrat-Medium;
	margin-bottom: 4px;
	display: block;
}

section.Localities {
	margin-top: 70px;
}

ul.Software li a i {
	position: relative;
	right: -6px;
}

ul.Software li a {
	color: #6a6a6a;
	font-size: 15px;
	padding: 0 8px;
}

ul.Software li {
	display: inline-block;
}

.tester-content h4 {
	font-size: 22px;
}

.tester {
	display: flex;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.tester-main {
	background-color: #ccc;
	padding: 34px 35px;
	border-top-left-radius: 10px;
	border-top-Right-radius: 10px;
}

.priceper h6 {
	margin-right: 14px;
	font-size: 20px;
	font-weight: 900;
}

.price-main {
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
}

.opening-wap {
	background-color: #fc9f5b;
	color: #fff;
	padding: 7px 12px;
	font-size: 12px;
	border-radius: 7px;
}

.time-ing {
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.Full {
	font-size: 12px;
}

.priceper span {
	font-size: 14px;
	font-weight: 400;
	color: rgb(0 0 0 / 53%);
}

.apply {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}

button.Applybuton.Applybuton2 {
	padding: 12px 0 16px;
	font-size: 15px;
	margin-bottom: 12px;
	font-weight: 500;
}

a.Apna span {
	font-size: 8px;
	font-weight: 700;
	color: #000;
	transition: .5s all;
}

a.Apna {
	display: block;
	text-align: center;
	font-size: 12px;
	border: 1px solid #000;
	color: #000;
	padding: 7px 15px;
	border-radius: 5px;
	transition: .5s all;
}

a.Apna:hover {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff!important;
	transition: .5s all;
	border: 1px solid #fcd22d;
}

.bottom-bar ul {
	text-align: center;
	margin-bottom: 0;
}

.bottom-bar ul li {
	display: inline-block;
	padding-right: 26px;
}

.bottom-bar {
	background-color: #fff1d1;
	padding: 8px 0 8px;
}

.banjarahills {
	margin-bottom: 40px;
}

.Education ul li {
	display: inline-block;
	position: relative;
	padding-left: 62px;
	line-height: 16px;
}

.Education ul li i {
	position: absolute;
	left: 32px;
	top: 8px;
	font-size: 16px;
}

.Education {
	margin-bottom: 28px;
}

.disc {
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.25;
	letter-spacing: normal;
	color: #6a6a6a;
	white-space: pre-line;
	word-break: break-word;
	padding-left: 30px;
}

.right-url ul li a {
	font-size: 15px;
	margin-bottom: 18px;
	display: block;
	font-family: Montserrat-Regular;
	border-bottom: 1px solid #ccc;
	padding-bottom: 8px;
}

.right-url ul li a i {
	position: absolute;
	right: 10px;
	color: #6a6a6a;
}

.right-url ul li {
	position: relative;
}

.Hyderabad-loction {
	padding-bottom: 28px;
}

.college-about h3 {
	font-size: 30px;
	margin-bottom: 5px;
}
.college-about p {
    margin-bottom: 20px;
    color: #000;
    line-height: 28px;
	text-align: justify;
}
.infomation table tbody th {
	text-align: center;
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
}
.citis-imag {
	margin-right: 8px;
}
.infomation tr, .infomation td {
    border: 1px solid #ccc;
}
.infomation table {
    width: 100% !important;
}
.infomation table p {
    margin-bottom: 0 !important;
}
.infomation table th p strong {
    color: #fff;
} 
.infomation table th p {
    color: #fff;
} 
.infomation table th p span {
    color: #fff;
} 
.infomation tbody td {
    padding: 10px 14px;
} 
.infomation ul li {
    position: relative;
    padding: 0 0 5px 21px;
}
.infomation ul li p {
    margin-bottom: 0;
    line-height: inherit;
}
.job-about h6 {
    font-size: 24px;
    margin-top: 44px;
}
.infomation ul li:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3a1867;
    top: 4px;
}
.citis-imag img {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 100%;
}
.job-about h1 {
    font-size: 34px;
}



.Training-content p {
	padding: 4px 0;
}

.card img {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	height: 100%;
	object-fit: contain;
}

.card-imag {
	height: 200px;
	margin-bottom: 18px;
}

.nextprev {
	display: block;
	margin-top: 24PX;
	margin-bottom: 25px;
}

a.custom-button.nextbuton {
	float: right;
	margin-top: -12px;
}

.nextprev.nextprev2 {
	margin-top: 50px;
}

.search11 {
	position: absolute;
	left: 204px;
	bottom: 13px;
}

.search2 {
	position: absolute;
	right: 443px;
	bottom: 12px;
}

ul.pagination {
	text-align: center;
	display: block;
	width: 100%;
	margin-top: 35px;
}

ul.pagination li {
	display: inline-block;
	padding: 5px 10px;
	color: #fbba28;
	border: 2px solid #fccd2c;
}

ul.pagination li a {
	color: #fbba29;
	font-size: 18px;
}

ul.pagination li span {
	color: #fdda48;
	font-size: 18px;
}

ul.pagination li.active {
	background-color: #fdd82e;
	color: #fff;
}

ul.pagination li.active span {
	color: #fff;
}

input.filter.custom-button {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	padding: 9px 26px;
	border-radius: 5px;
	font-size: 16px;
	border: 0;
	font-weight: 800;
	letter-spacing: 1px;
	position: relative;
	right: -10px;
}

.collage-imags img {
	width: 100%;
}

.collage-name h1 {
	font-size: 24px;
}

.collage-imags {
	margin-top: -77px;
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 16%),0 2px 4px 0 rgb(0 0 0 / 16%);
	padding: 14px 30px;
	background-color: #fff;
}

.collage-box img {
	width: 100%;
}

.collage-box {
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
}

.collage-detail {
	padding: 24px 20px;
}

.infomation {
	box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%),0 0 0 1px rgb(0 0 0 / 8%);
	background-color: #fff;
	padding: 4px 16px;
	margin-top: 40px;
}

.infomation strong {
	color: #000;
	font-weight: 700;
}
.infomation h2 {
    line-height: 32px;
    font-size: 20px;
    margin-bottom: 11px;
    margin-top: 24px;
}
table.table-bordered p {
	margin-bottom: 0;
	padding: 0!important;
}

table.table-bordered tbody th {
	text-align: center;
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
}

table.table-bordered tbody tr strong {
	color: #fff;
}

table.table-bordered td {
	padding: 10px 14px;
}

table.table-bordered tbody p {
	padding: 10px 14px;
}

th {
	padding: 14px 5px;
	font-size: 16px;
}

strong.faclatyname {
	color: #000;
}

span.select2.select2-container.select2-container--default {
	width: 180px!important;
}

.select2-container .select2-selection--single {
	height: 40px!important;
	padding: 5px 0!important;
	font-size: 14px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 6px!important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #244989 !important;
	color: #fff;
}

.select2-dropdown {
	border-radius: 0!important;
}

ul.job-pagination li a {
	background-color: transparent;
	padding: 0 5px;
}

ul.job-pagination li {
	border: 2px solid #fccd2c;
	width: 30px;
	height: 34px;
	text-align: center;
	line-height: 29px;
}

ul.job-pagination li a {
	color: #fccf2c;
}

ul.job-pagination li.active {
	background-color: #fccf2c;
	color: #fff;
}

.multipal-wap span.select2.select2-container.select2-container--default {
	width: 100%!important;
}

.multipal-wap {
	position: relative;
}

.multipal-wap label {
	color: #fff;
	position: absolute;
	top: -26px;
}

.multipal-wap span.select2-selection.select2-selection--single {
	height: 48px!important;
	padding: 9px 0!important;
}

.multipal-wap .select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 9px!important;
}

.job-detail-main {
	padding: 16px 0;
}

.job-about p {
	text-align: justify;
	line-height: 26px;
	color: #000;
}

.right-coontentbar ul li {
	text-align: justify;
	line-height: 28px;
}
.slider-in strong {
    padding-left: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
	text-align: initial;
}

.reading span {
	font-size: 45px;
}

.reading p {
	color: #fff;
	font-size: 16px;
	margin: 16px 0;
	line-height: 26px;
}

section.blok {
	padding: 70px 0;
}
.counter-item {
    text-align: center;
    position: relative;
}

.counter-item .number {
	margin-bottom: 7px;
	font-size: 42px;
}

.rs-counter .counter-item .rs-count {
	position: relative;
	display: inline-block;
	font-size: 36px;
	line-height: 1;
	color: #112958;
	padding-right: 0;
	margin-bottom: 15px;
}

.counter-item .title {
	font-size: 19px;
	color: #394459;
}

.University-back {
	height: 528px;
}

.University-back img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.EDUCAVO-box {
	position: relative;
}

.eduction-text h6 {
	font-size: 28px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.eduction-text h3 {
	color: #fff;
	font-size: 32px;
	margin-bottom: 15px;
}

.eduction-text p {
    color: #000;
    font-size: 16px;
    line-height: 28px;
}

.course-content p {
	display: block;
	margin: 4px 0 21px 0;
}

.course-content {
	display: block;
	padding: 44px 15px 38px;
}

.course-content h6 {
	font-size: 16px;
	color: #747474;
}
/* .course-mainbox {
	box-shadow: 0 2px 9px rgb(0 0 0 / 9%),0 1px 2px rgb(0 0 0 / 3%);
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	margin-bottom: 30px;
} */
.course-mainbox {
	box-shadow: 0 2px 9px rgb(0 0 0 / 9%), 0 1px 2px rgb(0 0 0 / 3%);
	background: linear-gradient(90deg, #fcd22d, #fcce2c, #fcca2b, #fcc62a, #fcc129, #fcbd28, #fbb928, #fbb528);
	margin-bottom: 30px;
}
.course-imag img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	margin-bottom: 8px;
}

.course-content a.custom-button {
	padding: 12px 14px;
	font-size: 14px;
}

section.counters {
	/* padding-bottom: 70px; */
	padding-top: 60px;
	background-color: #f7f7f7;
}

.course-imag {
	height: 310px;
	border-bottom-right-radius: 64px;
	border-bottom-left-radius: 63px;
	text-align: center;
	padding: 26px 17px 0;
	background-color: #fff;
}

.course-imag h6 {
	font-size: 20px;
	color: #000;
	margin-bottom: 18px;
}

.course-imag p {
	color: #000;
	font-size: 13px;
	font-weight: 500;
	font-family: Montserrat-Medium;
}

.custom-button2 {
	font-size: 14px;
	color: #fcbe28;
	display: inline-block;
	margin-top: 10px;
	background-color: #ffff;
	padding: 10px 16px;
	border-radius: 5px;
}

.card2 {
	height: 420px;
	position: relative;
}

.card2 .image {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.card2 .image img {
	width: 100%;
	transition: .5s;
	height: 100%;
	object-fit: cover;
}

.card2:hover .image img {
	opacity: .5;
	transform: translateX(30%);
}

.card2 .details {
	position: absolute;
	top: 0;
	left: 0;
	width: 75%;
	height: 100%;
	background: #ffc107;
	transition: .5s;
	transform-origin: left;
	transform: perspective(2000px) rotateY(-90deg);
}

.card2:hover .details {
	transform: perspective(2000px) rotateY(0);
}

.card2 .details .center {
	padding: 20px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.card2 .details .center h1 {
	margin: 0;
	padding: 0;
	color: #000;
	line-height: 20px;
	font-size: 20px;
	text-transform: uppercase;
}

.card2 .details .center h1 span {
	font-size: 14px;
	color: #262626;
}

.card2 .details .center p {
	margin: 10px 0;
	padding: 0;
	color: #262626;
}

.card2 .details .center ul {
	margin: 10px auto 0;
	padding: 0;
	display: table;
}

.card2 .details .center ul li {
	list-style: none;
	margin: 0 5px;
	float: left;
}

.card2 .details .center ul li a {
	display: block;
	background: #262626;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 36px;
	text-align: center;
	transform: .5s;
	font-size: 18px;
}

.card2 .details .center ul li a:hover {
	background: #ffc107;
}
a.seemore {
    float: right;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    padding: 9px 24px;
    border-radius: 25px;
    text-transform: capitalize;
}

.collage-mainbox img {
	width: 100%;
}

.cloages-data img {
	width: auto;
}

.collages-name h6 {
	font-size: 16px;
}

.cloages-data img {
	width: 42px;
	object-fit: cover;
	margin-right: 10px;
	border-radius: 100%;
	height: 42px;
}

.collages-name h6 {
	font-size: 16px;
}

.cloages-data {
    display: flex;
    position: absolute;
    bottom: 12px;
    left: 8px;
    z-index: 9;
    align-items: center;
}

.Universities-mainbox {
    border: 1px solid #dedede;
    border-radius: 5px;
    transition: 0.5s all;
}
.Universities-mainbox:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}
.collage-mainbox {
	position: relative;
}

.studest-wap h6 {
	font-size: 18px;
}

span.Total {
	color: #fbba28;
	font-weight: 800;
}

p.review {
	text-align: end;
}

p.money2 {
	margin-bottom: 10px;
}

.bottom-box ul li {
	border-top: 1px solid #ccc;
	padding: 9px 0;
}

.bottom-box ul {
	margin-bottom: 0;
}
.bottom-box.bottom-box2 li.boldwap {
	color: #29539b;
	font-size: 18px;
	font-family: system-ui;
	text-transform: capitalize;
}
.coures-namewap {
	padding: 10px 12px 0;
}

li.boldwap {
	font-weight: 700;
}

.collages-name h6 {
	color: #fff;
}

.collages-name p {
	color: #fff;
}

.collage-mainbox:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	display: block;
	top: 0;
	bottom: 0;
	background-color: rgb(0 0 0 / 40%);
}

.exam {
	display: flex;
	margin-bottom: 20px;
}

.exam-name span {
	background: #f4f4f4;
	font-size: 14px;
	padding: 7px 8px;
	border-radius: 6px;
}

.exam-name h6 {
	font-size: 18px;
	margin-top: 6px;
	margin-left: -10px;
}

.exam img {
	width: 50px;
	height: 50px;
	object-fit: cover;
	border-radius: 100%;
	border: 1px solid #dedede;
	padding: 5px;
	text-align: center;
	margin-right: 5px;
}

.exam-box {
    border: 1px solid #e9e9e9;
    padding: 24px 15px 5px;
    border-radius: 5px;
    transition: 0.5s all;
}
.exam-box:hover {
    box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.exam-box.exam-box2 .exam img {
	width: 80px;
	height: 80px;
	object-fit: contain;
	border-radius: 100%;
	border: 1px solid #dedede;
	padding: 5px;
	text-align: center;
	margin-right: 18px;
}

.exam-box.exam-box2 .exam {
	align-items: center;
}
/* new exam box */
.exam-box.exam-box2 {
	background-color: #fff;
	border-radius: 25px;
	transition: 0.5s all;
	box-shadow: 0 5px 15px rgb(0 0 0 / 3%);
	margin-bottom: 40px;
}

.exam-box.exam-box2:hover {
	box-shadow: 0 5px 15px rgb(0 0 0 / 30%);
}

.exam-box.exam-box2 p {
	margin-bottom: 12px;
}

.exam-box.exam-box2 li.boldwap {
	color: #29539b;
}
/*  */
.collage-date {
	display: flex;
	justify-content: space-between;
}

.textnum p {
	font-weight: 800;
}

section.Exams {
	padding: 70px 0;
}

.smllogo img {
    width: 100%;
    max-width: 35%;
    margin-top: 3px;
}

.wsmenu>.wsmenu-list>li {
	height: 100%;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
	padding: 19px 11px!important;
	font-size: 12px!important;
	color: #000!important;
	width: 34%!important;
	line-height: 21px;
	font-family: Montserrat-Medium;
	font-weight: 700;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
	width: 66%!important;
	background-color: #f7f7f7!important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
	color: #555!important;
	border-left: 4px solid #264d90 !important;
	background-color: #f7f7f7!important;
}

.wsmenu>.wsmenu-list>li:hover>a {
	background-color: transparent!important;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
	background-color: #f7f7f7!important;
}

ul.wstliststy01.clearfix li {
	display: block!important;
	width: 100%!important;
}

.ckeaditer {
	display: flex;
	justify-content: space-between;
	border: 1px solid #d2d2d6;
	background-color: #fff;
	border-radius: 5px;
	padding: 8px 10px;
	margin-bottom: 16px;
	height: 60px;
}

.cke p {
	margin-bottom: 0;
	margin-top: 5px;
	font-size: 12px;
	font-weight: 600;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
	color: #001e50;
	font-size: 14px !important;
	font-weight: 400;
}

ul.wsmenu-list li i {
	margin-left: 2px;
}

.wsmenu>.wsmenu-list>li .wstheading {
	padding: 10px 0 10px 0;
	font-size: 15px;
	margin-bottom: 38px;
}

.Importan-links a {
	font-size: 12px;
	color: #424242;
	font-family: Montserrat-Medium;
	margin-right: 0px !important;
}
.Importan-links p.mr-12 {
    font-size: 12px;
    display: inline-block;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-family: system-ui;
	margin-right: 0px !important;
}
.Importan-links h1 {
	font-size: 20px;
	margin-top: 32px;
	margin-bottom: 20px;
}

.bottom-footer {
	margin-bottom: 35px;
}

section.trainingwap {
    padding: 70px 0;
    background-color: #f7f7f7;
}

.training-imag img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.training-imag {
	height: 210px;
}

.training-content h6 {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
}

.training-content p {
	font-size: 12px;
}

/* .training-content a.custom-button {
	padding: 9px 14px;
	font-size: 12px;
	position: absolute;
	bottom: 22px;
} */

.trainingbox {
    box-shadow: 0 2px 9px rgb(0 0 0 / 9%), 0 1px 2px rgb(0 0 0 / 3%);
    transition: .5s all;
    position: relative;
    background-color: #fff;
    padding-top: 22px;
}

.trainingbox:hover {
	box-shadow: 0 7px 20px 0 rgb(0 0 0 / 30%);
	transition: .5s all;
}

.training-content {
    padding: 30px 11px 32px;
    /* height: 320px; */
    background-color: #fff;
    margin-bottom: 35px;
}

section.contct-form {
    background-color: #f7f7f7;
    padding: 60px 0;
    margin-top: 50px;
}

section.contct-form form#myform {
	background-color: #fff;
	box-shadow: rgb(10 39 105 / 12%) 0 8px 24px;
	padding: 25px 30px 6px;
	margin: 0 70px;
}

.call-icon i {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	padding: 20px;
	font-size: 32px;
	border-radius: 100%;
	margin-right: 16px;
	width: 72px;
	text-align: center;
}

.nuber-phone {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.nuber-phone a {
	font-size: 20px;
	font-weight: 900;
	font-family: Montserrat-Medium;
	letter-spacing: .5px;
	transition: all .5s;
	color: #646464;
}

form#myform select.form-select {
	font-size: 13px;
	height: 42px;
	color: #646464;
}

.nuber-phone p {
	margin-bottom: 3px;
}

.question-wap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.call-wap {
	display: flex;
	margin-top: 28px;
}

.question-wap p {
	font-size: 16px;
}

.nuber-phone span {
	font-size: 28px;
	font-weight: 900;
}

section.contct-form button {
	background-color: #001e50;
	color: #fff;
	display: block;
	border: none;
	height: 48px;
	padding: 4px 31px;
	text-transform: uppercase;
	font-weight: 700;
	cursor: pointer;
	transition: .5s all;
	width: 100%;
}

.nav-tabs .nav-link.active::before {
	opacity: 1;
}

.codestudio img {
	width: 100%;
}

.platform-data {
	background-color: #f7f7f7;
	padding: 30px 20px;
	height: 518px;
}

.platform-content h5 {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 0px;
    color: #29539b;
    line-height: 33px;
}
.platform-content h2 {
	font-size: 20px;
	color: #b1b1b1;
}

.ranks ul li {
	display: inline-block;
	margin-right: 15px;
}

.ranks ul li h6 {
	font-size: 21px;
}

.ranks ul li p {
	font-size: 14px;
	font-weight: 500;
}

.ranks {
	margin-top: 61px;
}
section.Platform-stop {
    padding: 70px 0;
}

ul.Overall-imag li img {
	width: 100%;
	max-width: 40px;
}

header.header.home_header {
	transition: all .5s ease;
	position: relative;
	top: 0;
	z-index: 999;
	width: 100%;
	box-shadow: 0 4px 8px 0 hsl(0deg 0% 7% / 6%);
	background-color: transparent;
}

header.fixed,header.header.home_header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	animation: smoothScroll 1s forwards;
	background-color: #fff;
	z-index: 999;
	box-shadow: 0 4px 8px 0 hsl(0deg 0% 7% / 6%);
}

@keyframes smoothScroll {
	0% {
		transform: translateY(-30px);
	}

	100% {
		transform: translateY(0);
	}
}

.cke-images img {
	width: 40px;
}

a.btn.btn-outline-warning.mb-4.hov:hover {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
}

.btn-outline-warning {
    color: #29539b;
    border-color: #29539b;
}

.btn-outline-warning:disabled{
	color: #29539b;
}

a.btn.btn-warning.mb-4.active {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
	color: #fff;
	border-color: #29539b;
}

button.homepage-submit {
	    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}

.card-images {
	height: 226px;
}

.box-grid {
	display: flex;
	border-radius: 5px;
	background: #fff;
	border: 5px solid #ededed;
	box-shadow: 0 20px 60px #33325e0c;
	transition: .5s all;
	position: relative;
	overflow: hidden;
	margin-bottom: 32px;
}

.image-grid img {
	width: 100%;
}

.box-images img {
	width: 100%;
}

.right-boxcontent h2 {
	font-size: 24px;
}

.right-boxcontent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 12px 0 16px;
	width: 60%;
}

.right-boxcontent span {
	display: block;
	margin-bottom: 9px;
	color: #686868;
	font-weight: 600;
	font-size: 14px;
}

.box-grid:hover {
	transition: .5s all;
	background: #001e50;
	border: 5px solid #001e50;
}

.box-grid:hover:after {
	opacity: 1;
	transition: .5s all;
}

.box-grid:hover:before {
	opacity: 1;
	transition: .5s all;
}

.box-grid:after {
	content: "";
	position: absolute;
	display: block;
	background-color: rgb(255 255 255 / 14%);
	width: 90px;
	height: 90px;
	right: -33px;
	top: 11px;
	border-radius: 100%;
	opacity: 0;
}

.box-grid:before {
	content: "";
	position: absolute;
	display: block;
	background-color: rgb(255 255 255 / 14%);
	width: 90px;
	height: 90px;
	right: -4px;
	top: -33px;
	border-radius: 100%;
	opacity: 0;
}

.box-grid:hover h2 {
	color: #fff;
	transition: .5s all;
}

.box-grid:hover span {
	color: #fff;
	transition: .5s all;
}

.box-grid:hover p {
	color: #fff;
	transition: .5s all;
}

.social a.linkedin {
	background-color: #000;
	color: #fff;
	padding: 8px 11px;
	font-size: 20px;
	border-radius: 5px;
}

.box-images {
	width: 40%;
	height: 300px;
}

.box-images img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* .headerfull {
    background-image: linear-gradient(21deg, #341a64 0, #690782 74%);
} */

/* .wsmenu>.wsmenu-list {
	background-color: #fff;
} */

.wsmenu>.wsmenu-list>li>.navtext>span+span {
	color: #555;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
	color: #9e9e9e;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
	color: #828181;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
	color: #7b7b7b;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
	background-color: #eee;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
	background-color: #eee;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus {
	color: #000;
}

.wsmenu>.wsmenu-list>li>a {
	color: #fff;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
	border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li>a:hover .wsarrow:after {
	border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a.active .wsarrow:after {
	border-top-color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a .wsarrow:after {
	border-top-color: #333;
}

.wsmenu>.wsmenu-list>li>a>i {
	color: #898d91;
}

.wsmenu>.wsmenu-list>li>a.active i {
	color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a>i {
	color: #333;
}

.wsmenu>.wsmenu-list>li>a:hover i {
	color: #001e50;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover {
	background-color: #d7d7d7;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle:hover i {
	color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
	background-color: #d7d7d7;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle>i {
	color: #333;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle i {
	color: #333;
}

.wsmenu>.wsmenu-list>li>a.active {
	background-color: #f5f5f5;
	color: #333;
}

.wsmenu>.wsmenu-list>li:hover>a {
	color: #333;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li:hover>a {
	background-color: #f5f5f5;
	color: #333;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
	background-color: #f5f5f5;
	color: #333;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>a {
	background-color: #f5f5f5;
	color: #555;
	border-left: 3px solid #da4b38;
}

.wsmobileheader {
	background-color: #fff;
}

.wsactive .wsmobileheader {
	border-left: solid 1px #e0e0e0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
	border-color: rgba(0,0,0,.1);
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	color: rgba(0,0,0,.25);
}

.wsmenu>.wsmenu-list>li>a {
	border-bottom-color: rgba(0,0,0,.13);
}

.wsmenu body,.wsmenu h1,.wsmenu h2,.wsmenu h3,.wsmenu h4,.wsmenu h5,.wsmenu h6,.wsmenu html,.wsmenu iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	font-family: Helvetica,sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-smooth: subpixel-antialiased;
}

.wsmenu .cl {
	clear: both;
}

.wsmenu img,embed,object,video {
	border: 0 none;
	max-width: 100%;
}

.wsmenu a:focus {
	outline: 0;
}

.wsmenu:after,.wsmenu:before {
	content: "";
	display: table;
}

.wsmenu:after {
	clear: both;
}
.headerfull {
    width: 100%;
    /* height: 82px; */
    position: relative;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.16);
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    padding: 8px 0;
}

.smllogo {
    margin: 0;
    float: left;
    padding: 0;
    width: 18%;
}

.smllogo a {
	display: block;
	float: left;
	padding: 0;
}

.wsmain {
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1300px;
}

.wsmenu {
    width: 80%;
    border-left: 0;
    float: left;
    font-family: Helvetica,sans-serif;
    color: #fff;
    position: relative;
    font-size: 13px;
    padding: 0;
    display: block;
    margin: 6px 0 0;
}

.wsmenu>.wsmenu-list {
	text-align: left;
	margin: 0 auto;
	width: 100%;
	display: flex;
	justify-content: end;
	padding: 0;
	position: relative;
	
}

.wsmenu>.wsmenu-list>li {
	display: block;
	float: left;
	padding: 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li>.navtext {
	line-height: 16px;
	text-align: right;
	padding: 22px 18px;
	margin: 0;
}

.wsmenu>.wsmenu-list>li>a {
	display: block;
	text-decoration: none;
	position: relative;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span:after {
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 9px;
	line-height: 10px;
	margin-left: 0;
	position: relative;
	right: -7px;
	text-align: right;
	top: 1px;
}

.wsmenu>.wsmenu-list>li>.navtext>span {
	display: block;
	font-size: 11px;
	text-align: left;
	white-space: nowrap;
	width: 100%;
	line-height: 16px;
}

.wsmenu>.wsmenu-list>li>.navtext>span+span {
	white-space: nowrap;
	font-size: 12px;
	font-weight: 700;
}

.wsmenu>.wsmenu-list>li a:hover .arrow:after {
	border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li a.active .arrow:after {
	border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li:hover>a .arrow:after {
	border-top-color: #b3b3b3;
}

.wsmenu>.wsmenu-list>li.wssearchbar {
	width: 40%;
	float: left;
	padding-left: 15px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch {
	float: right;
	width: 100%;
	height: 42px;
	position: relative;
	margin: 9px 0 0 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.searchicon {
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input {
	width: 100%;
	position: relative;
	float: right;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	text-indent: 15px;
	font-size: 12px;
	height: 42px;
	z-index: 2;
	outline: 0;
	color: #7d7d7d;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.btnstyle {
	color: #fff;
	opacity: .9;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>input:focus~.searchicon {
	opacity: 1;
	z-index: 3;
	color: #fff;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle {
	top: 0;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 49px;
	line-height: 30px;
	z-index: 1;
	cursor: pointer;
	color: #fff;
	z-index: 1000;
	border: solid 0;
	-webkit-transition: all .7s ease 0s;
	-moz-transition: all .7s ease 0s;
	-o-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}

.wsmenu>.wsmenu-list>li.wssearchbar>.topmenusearch>.btnstyle>i {
	line-height: 38px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #9c9c9c;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
	position: absolute;
	top: 60px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	min-width: 190px;
	background-color: #fff;
	border: solid 1px #eee;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
	background-image: none;
	color: #666;
	border-right: 0 none;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 8px 12px;
	text-transform: none;
	font-size: 13px;
	letter-spacing: normal;
	border-right: 0px solid;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a>i {
	margin-right: 9px;
	font-size: 14px;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount {
	float: right;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
	display: block;
	padding: 0 24px 0 24px;
	line-height: 59px;
	text-decoration: none;
	position: relative;
}

.wsmenu>.wsmenu-list>.wsshopmyaccount>a i {
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	margin-right: 11px;
	vertical-align: middle;
}

.wsmenu>.wsmenu-list>li.wscarticon {
	float: right;
	clear: right;
}

.wsmenu>.wsmenu-list>li.wscarticon>a {
    text-decoration: none;
    position: relative;
    font-size: 20px;
    border: 2px solid #001e50;
    color: #001e50;
    line-height: 1;
    padding: 7px 0;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
    transition: .5s all;
    margin-top: 8px;
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
	display: none;
}

/* .wsmenu>.wsmenu-list>li.wscarticon a {
	padding: 0 27px 0 23px;
	text-align: center;
	border-left: 1px solid rgba(0,0,0,.1);
	border-right: 1px solid rgba(0,0,0,.1);
} */

.wsmenu>.wsmenu-list>li.wscarticon a i {
	font-size: 16px;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
	position: absolute;
	top: 14px;
	right: 21px;
	width: 17px;
	height: 17px;
	background-color: #da4b38;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 9px;
	text-align: center;
	font-style: normal;
	line-height: 16px;
	color: #fff;
}

.wsmenu>.wsmenu-list>li.wscarticon i {
	display: inline-block;
	font-size: 13px;
	line-height: inherit;
	margin-right: 2px;
	color: #7b7b7b;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 60px;
	background-color: #f8f8f8;
	left: 0;
	border-bottom: solid 2px #376cb7;
	border-top: solid 0;
	z-index: 101;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp {
	width: 100%;
	display: block;
	position: relative;
	background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing.wtsdepartmentmenu {
	background: #fff;
	border-bottom: solid 1px #d1d3d4;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after,.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:before {
	content: "";
	display: table;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:after {
	clear: both;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
	width: 100%;
	list-style: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
	display: block;
	padding: 15px 11px;
	font-size: 13px;
	color: #606060;
	border-bottom: solid 1px #e5e5e5;
	width: 23%;
	float: left;
	position: relative;
	border-left: 3px solid #fff;
	background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover a {
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li:hover>a {
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a>i {
	color: #848484;
	margin-right: 5px;
	text-align: center;
	width: 24px;
	font-size: 16px;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #f5f5f5;
	color: #000;
	display: block;
	float: left;
	padding: 10px 8px 0 8px;
	width: 77%;
	min-height: 400px;
}

.wsmenu>.wsmenu-list>li:hover>.wsshoptabing>.wsshopwp>.wstabitem>li.wsshoplink-active>.wstitemright {
	opacity: 1;
	visibility: visible;
}

.carousel-caption {
	width: 100%;
	display: block;
	text-align: center;
	right: 0;
	left: 0;
	margin: 0;
	padding: 0;
	bottom: 0;
}

.carousel-caption h3 {
	width: 100%;
	display: block;
	padding: 7px 0;
	background-color: rgba(0,0,0,.5);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
	float: right;
	margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
	display: block;
	float: right;
	margin-top: 8px;
}

.wsmenu>.wsmenu-list>li .wstheading {
    width: 100%;
    display: block;
    padding: 5px 0 11px 0;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    border-bottom: solid 1px #d9d9d9;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.wsmenu>.wsmenu-list>li .wstliststy01 {
	padding: 0 0 8px 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li {
	width: 33.33%;
	float: left;
	line-height: 23px;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy01 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
	padding: 5px 0 10px 0;
	margin: 0;
	text-align: left;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li {
	width: 100%;
	list-style: none;
	line-height: 25px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li.wstheading {
	line-height: normal;
	padding-left: 0;
	margin-top: 0;
	text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstliststy02 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
	line-height: normal;
	padding-left: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy06 {
	padding: 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li {
	width: 100%;
	list-style: none;
	line-height: 24px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li.wstheading {
	line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy06 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy03 {
	width: 100%;
	padding: 0 0 8px 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
	width: 33.33%;
	float: left;
	line-height: 23px;
	font-size: 14px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 {
	padding: 14px 0 0 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li {
	width: 100%;
	list-style: none;
	line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li.wstheading {
	line-height: normal;
	text-align: center;
	padding: 12px 0;
	font-size: 13px;
	margin-bottom: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy04 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
	padding: 10px 0 0 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr03 {
	padding-top: 10px;
	padding-left: 20px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li {
	width: 100%;
	list-style: none;
	line-height: 22px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a {
	color: #6e6e6e;
	font-size: 12px;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a:hover {
	color: #000;
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li.wstheading {
	line-height: normal;
}

.wsmenu>.wsmenu-list>li .wstliststy05 li a .wstcount {
	font-size: 10px;
	color: #adadad;
}

.wsmenu>.wsmenu-list>li .wstmorebtn {
	border-radius: 2px;
	color: #9b9b9b;
	display: inline-block;
	float: right;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 1px 7px;
	text-align: right;
	text-transform: none;
}

.wsmenu>.wsmenu-list>li .wstmenutag {
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: 400;
	padding: 1px 6px 1px 6px;
	margin-left: 6px;
	text-transform: none;
	letter-spacing: 0;
}

.wsmenu>.wsmenu-list>li .wstmenutag:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-image: none;
	border-style: solid;
	border-width: 3px;
	content: "";
	left: -6px;
	margin-top: 0;
	position: absolute;
	top: 4px;
	z-index: 1;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag {
	background-color: #fe7b8f;
}

.wsmenu>.wsmenu-list>li .wstmenutag.redtag:after {
	border-color: transparent #fe7b8f transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag {
	background-color: #00c853;
}

.wsmenu>.wsmenu-list>li .wstmenutag.greentag:after {
	border-color: transparent #00c853 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag {
	background-color: #4fc3f7;
}

.wsmenu>.wsmenu-list>li .wstmenutag.bluetag:after {
	border-color: transparent #4fc3f7 transparent transparent;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag {
	background-color: #fe7000;
}

.wsmenu>.wsmenu-list>li .wstmenutag.orangetag:after {
	border-color: transparent #fe7000 transparent transparent;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
	background-image: url(../images/kitchen-menu-img.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .computermenubg {
	background-image: url(../images/computer-menu-img.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.wsmenu>.wsmenu-list>li .wstpngsml {
	padding-left: 18px;
}

.wsmenu>.wsmenu-list>li .wstfullwtag {
	width: 100%;
	display: block;
	border-bottom: solid 1px #e5e5e5;
	background-color: #f5f5f5;
}

.wsmenu>.wsmenu-list>li .wstbrandbottom {
	width: 100%;
	background-color: #fff;
	display: block;
	opacity: 0;
	position: absolute;
	right: 0;
	visibility: hidden;
	padding: 9px 6px;
}

.wsmenu-list>li:hover>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li.wsshoplink-active>.wstbrandbottom {
	opacity: 1;
	visibility: visible;
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
	width: 100%;
	padding: 0;
	margin: 0 0;
	list-style: none;
	display: table;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
	display: table-cell;
	list-style: outside none none;
	text-align: center;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
	display: block;
	padding: 14px 0;
	font-size: 13px;
	color: #717171;
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	position: relative;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a:after {
	position: absolute;
	content: '';
	top: 42px;
	right: 50%;
	width: 13px;
	height: 13px;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	border-right: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	z-index: 100;
	background-color: #fff;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background-color: #f5f5f5;
	color: #333;
}

.wsmenu>.wsmenu-list>li .wstabitem02>.wsshoplink-active>a>i {
	opacity: 1;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li:hover a {
	text-decoration: none;
	-webkit-border-radius: 4px 0px 0px 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a i {
	margin-right: 5px;
	text-align: center;
	width: 25px;
	font-size: 17px;
	opacity: .5;
}

.wsmenu>.wsmenu-list>li .brandcolor01 {
	color: #424242;
}

.wsmenu>.wsmenu-list>li .brandcolor02 {
	color: #00bcf2;
}

.wsmenu>.wsmenu-list>li .brandcolor03 {
	color: #00aff0;
}

.wsmenu>.wsmenu-list>li .brandcolor04 {
	color: #003087;
}

.wsmenu>.wsmenu-list>li .brandcolor05 {
	color: #a82400;
}

.wsmenu>.wsmenu-list>li .brandcolor06 {
	color: #f30;
}

.wsmenu>.wsmenu-list>li .brandcolor07 {
	color: #7ac142;
}

.wsmenu>.wsmenu-list>li .brandcolor08 {
	color: #ef4056;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
	width: 100%;
	left: 0;
	position: absolute;
	top: 60px;
	color: #000;
	z-index: 1000;
	margin: 0;
	text-align: left;
	padding: 14px 5px;
	font-size: 15px;
	border: solid 1px #eee;
	background-color: #fff;
}
@media only screen and (min-width: 992px) {
.wsmenu>.wsmenu-list>li>.wsmegamenu {
	width: 100%;
	left: -100px;
	position: absolute;
	top: 60px;
	color: #000;
	z-index: 1000;
	margin: 0;
	text-align: left;
	padding: 14px 5px;
	font-size: 15px;
	border: solid 1px #eee;
	background-color: #fff;
}
}
.wsmenu>.wsmenu-list>li>.wsmegamenu .title {
	border-bottom: 1px solid #ccc;
	font-size: 14px;
	padding: 9px 5px 9px 0;
	font-size: 17px;
	color: #424242;
	margin: 0 0 7px 0;
	text-align: left;
	height: 39px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 6px 0;
	background: #fff;
	background-image: none;
	color: #666;
	border-right: 0 none;
	display: block;
	background-color: #fff;
	color: #424242;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
	margin-right: 5px;
	text-align: center;
	width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li a:hover {
	background: 0 0;
	text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .link-list li i {
	font-size: 11px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu li i {
	margin-right: 5px;
	text-align: center;
	width: 18px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .mrgtop {
	margin-top: 15px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu .show-grid div {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dbdbdb;
	border: 1px solid #e7e7e7;
	color: #6a6a6a;
	margin: 2px 0;
	font-size: 13px;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
	width: 40%;
	right: auto;
	left: auto;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfdiv {
	width: 35%;
	right: 0;
	left: auto;
}

.wsmobileheader {
	display: none;
}

.overlapblackbg {
	opacity: 0;
	visibility: hidden;
}

.wsmenu .wsmenu-click {
	display: none;
}

.wsmenu .wsmenu-click02 {
	display: none;
}

.wsmenu .wsmenu-click03 {
	display: none;
}

.hometext {
	display: none;
}

@media only screen and (max-width:991px) {
	html {
		overflow: hidden;
		height: 100%;
		-webkit-overflow-scrolling: touch;
	}

	body {
		height: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}

	body.wsactive {
		overflow: hidden;
	}

	.smllogo {
		display: none;
	}

	.wsmain {
		margin: 0;
		background-color: transparent;
	}

	.wsmenu {
		width: 100%;
		background: rgba(0,0,0,0) none repeat scroll 0 0;
		left: 0;
		overflow-y: hidden;
		padding: 0;
		top: 0;
		visibility: hidden;
		position: fixed;
		margin: 0;
		border-left: none;
	}

	.wsmenu>.wsmenu-list {
		height: auto;
		min-height: 100%;
		width: 260px;
		background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
		padding-bottom: 0;
		margin-left: -260px;
		display: block;
		text-align: center;
		-webkit-transition: all .25s ease-in-out;
		-moz-transition: all .25s ease-in-out;
		-o-transition: all .25s ease-in-out;
		-ms-transition: all .25s ease-in-out;
		transition: all .25s ease-in-out;
		position: static;
	}

	.wsmenu>.wsmenu-list>li {
		width: 100%;
		display: block;
		float: none;
		border-right: none;
		background-color: transparent;
		position: relative;
		white-space: inherit;
	}@	supports (-webkit-overflow-scrolling:touch) {
		.wsmenu>.wsmenu-list>li: last-child{padding-bottom:110px;
	}
}

.wsmenu>.wsmenu-list>li>a {
	padding: 9px 32px 9px 18px;
	font-size: 14px;
	text-align: left;
	border-right: solid 0px;
	background-color: transparent;
	color: #666;
	line-height: 25px;
	border-bottom: 1px solid;
	position: static;
}

.wsmenu>.wsmenu-list>li>.navtext {
	padding-left: 18px;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
	padding-left: 18px;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount>a {
	padding-left: 18px;
}

.wsmenu>.wsmenu-list>li>a>i {
	font-size: 16px;
	color: #bfbfbf;
}

.wsmenu>.wsmenu-list>li.wscarticon a i {
	margin-right: 7px;
	font-size: 15px;
}
li.wscarticon.clearfix {
    display: none;
}

.wsmenu>.wsmenu-list>li>a .wsarrow:after {
	display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon em.roundpoint {
	display: inline-block;
	right: auto;
	left: 27px;
}

.wsmenu>.wsmenu-list>li:hover>a {
	background-color: rgba(0,0,0,.08);
	text-decoration: none;
}

.wsmenu>.wsmenu-list>li>a>.hometext {
	display: inline-block;
}

.wsmenu>.wsmenu-list>li.wscarticon .hidetxt {
	display: inline-block;
}

.wsmenu>.wsmenu-list>li.wssearchbar {
	display: none;
}

.wsmenu>.wsmenu-list>li.wscarticon {
	float: none;
}

.wsmenu>.wsmenu-list>li.wsshopmyaccount {
	float: none;
}

.wsmenu>.wsmenu-list>li.wscarticon a {
	text-align: left;
	font-size: 13px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu {
	display: none;
	position: relative;
	top: 0;
	background-color: #fff;
	border-bottom: solid 1px #ccc;
	padding: 0;
	opacity: 1;
	visibility: visible;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	-webkit-transform-style: flat;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a {
	line-height: 20px;
	font-size: 13px;
	padding: 13px 0 13px 16px;
	color: #6e6e6e;
	border-bottom: solid 1px rgba(0,0,0,.13);
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li span+a {
	padding-right: 30px;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu>li>a:hover {
	background-color: #e7e7e7;
	color: #666;
	text-decoration: underline;
}

.wsmenu>.wsmenu-list>li>ul.sub-menu li:hover>a {
	background-color: #e7e7e7;
	color: #666;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu {
	background-color: #fff;
	padding-top: 5px;
	color: #666;
	display: none;
	position: relative;
	top: 0;
	padding: 8px 0 8px 0;
	border: solid 0;
	opacity: 1;
	visibility: visible;
	transform: none;
	-o-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	border-bottom: 1px solid rgba(0,0,0,.13);
	-webkit-transform-style: flat;
}

.wsmenu>.wsmenu-list>li>.wsmegamenu.halfmenu {
	width: 100%;
}

.wstabitem02>.wsshoplink-active>a:after {
	display: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li {
	position: relative;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a {
	width: 100%;
	margin: 0;
	float: none;
	font-size: 12px;
	padding: 14px 11px 14px 11px;
	font-weight: 700;
}

.wsmenu>.wsmenu-list>li .wstheading {
	font-weight: 400;
	padding-left: 0;
	padding-right: 0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wstitemright {
	width: 100%;
	position: static;
	top: 0;
	min-height: inherit;
	padding: 10px 0;
	opacity: 1;
	visibility: visible;
	display: none;
	background-color: #fff;
	border-bottom: 1px solid rgba(0,0,0,.13);
}

.wsmenu>.wsmenu-list>li .wstbootslider {
	width: auto;
}

.wsmenu>.wsmenu-list>li .wstmegamenucolr {
	width: auto;
}

.wsmenu>.wsmenu-list>li .wstliststy01>li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wsmenu>.wsmenu-list>li .wstliststy02 {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

.wsmenu>.wsmenu-list>li .wstliststy03 li {
	width: 100%;
}

.wsmenu>.wsmenu-list>li .wstliststy05 {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}

.wsmenu>.wsmenu-list>li .kitchenmenuimg {
	background-image: none;
}

.wsmenu>.wsmenu-list>li .computermenubg {
	background-image: none;
}

.wsmenu>.wsmenu-list>li .wstbrandbottom {
	width: 100%;
	position: static;
	top: 0;
	min-height: inherit;
	padding: 10px 5px 15px 5px;
	opacity: 1;
	visibility: visible;
	display: none;
	border-bottom: 1px solid rgba(0,0,0,.13);
}

.wsmenu>.wsmenu-list>li .wstabitem02 {
	display: block;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li {
	position: relative;
	text-align: left;
	display: block;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
	padding: 13px 11px;
}

.wsmenu>.wsmenu-list>li .wstabitem02>li>a {
	background-color: #fff;
}

.wsmenu>.wsmenu-list>li .wstheading {
	padding-left: 0;
}

.wsmenu-list>li>.navtext {
	margin: 0;
}

.wsmenu .wsmenu-list>li .wsshoptabingwp {
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing {
	background-color: #fff;
	color: #666;
	display: none;
	position: relative;
	top: 0;
	padding: 0;
	border: solid 0;
	opacity: 1;
	visibility: visible;
	transform: none;
	-o-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	-webkit-transform-style: flat;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem {
	width: 100%;
	background-color: #fff;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a:after {
	border: none;
}

.wsmenu>.wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>a i {
	display: none;
}

.wsmobileheader {
	width: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10002;
	height: 80px;
	text-align: center;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	box-shadow: 0 0 1px rgba(0,0,0,.3);
}

.wsactive .wsmobileheader {
	margin-left: 260px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.wsmobileheader>.smllogo {
	display: block;
	width: 80px;
	margin: 7px auto 0 auto;
	float: none;
	padding-left: 0;
}
ul.dropdown-menu.show li {
    display: block;
}
.mobiletext {
	display: inline-block;
}

.wsmobileheader .wssearch {
    background-color: transparent;
    z-index: 1000;
    /* position: absolute; */
    top: 0;
    right: 0;
    /* padding: 4px 0px; */
    cursor: pointer;
}
.wssearch.clearfix li a i {
    color: #fff;
}

.wsmobileheader .wssearch i {
	font-size: 18px;
	color: #9196a0;
}

.wsmobileheader .wssearchform {
	display: none;
	position: absolute;
	width: 100%;
	height: 50px;
	line-height: 44px;
	top: 0;
	left: 0;
	padding: 13px 15px;
	cursor: default;
}

/* .wsmobileheader .wssearch.wsopensearch {
	width: 100%;
	background-color: #000;
} */

/* .wsmobileheader .wssearch.wsopensearch .wssearchform {
	display: block;
} */

.wsmobileheader .wssearchform form {
	width: calc((100% - 10px) - 45px);
	display: block;
	position: relative;
}

.wsmobileheader .wssearchform form:before {
	content: "\f002";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 12px;
	position: absolute;
	top: 0;
	color: #777;
	height: 34px;
	line-height: 36px;
	font-size: 15px;
}

.wsmobileheader .wssearchform input {
	width: 100%;
	height: 34px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: solid 0;
	text-indent: 33px;
	margin: 0;
	line-height: 18px;
	padding: 0;
	display: block;
}

.wsmobileheader .wssearch.wsopensearch {
	left: 0;
	right: auto;
	width: 100%;
	height: 60px;
}

.wsmobileheader .wssearch i.wsclosesearch {
	display: none;
}

.wsmobileheader .wssearch.wsopensearch i.wsclosesearch {
	display: inline-block;
	float: right;
	font-size: 23px;
}

/* .wsmobileheader .wssearch.wsopensearch i.wsopensearch {
	display: none;
} */

.wsanimated-arrow {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 102;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.wsanimated-arrow {
    cursor: pointer;
    padding: 16px 35px 16px 0;
    margin: 25px 0 0 16px;
}

.wsanimated-arrow span,.wsanimated-arrow span:after,.wsanimated-arrow span:before {
	cursor: pointer;
	height: 3px;
	width: 17px;
	background: #254b8d;
	position: absolute;
	display: block;
	content: '';
}

.wsanimated-arrow span:before {
	top: -7px;
	width: 23px;
}

.wsanimated-arrow span:after {
	bottom: -7px;
	width: 17px;
}

.wsanimated-arrow span,.wsanimated-arrow span:after,.wsanimated-arrow span:before {
	transition: all .5s ease-in-out;
}

.wsactive .wsanimated-arrow span:after {
	width: 23px;
}

.wsactive .wsanimated-arrow span {
	background-color: transparent;
}

.wsactive .wsanimated-arrow span:before,.wsactive .wsanimated-arrow.active span:after {
	top: 7px;
}

.wsactive .wsanimated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0;
}

.wsactive .wsanimated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.wsmenu>.overlapblackbg {
	right: 0;
	width: calc(100% - 260px);
	height: 100vh;
	min-height: 100%;
	position: fixed;
	top: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.45);
	cursor: pointer;
}

.wsactive .wsmenu>.overlapblackbg {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity 1.5s ease-in-out;
	-moz-transition: opacity 1.5s ease-in-out;
	-ms-transition: opacity 1.5s ease-in-out;
	-o-transition: opacity 1.5s ease-in-out;
}

.wsmenucontainer {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.wsactive .wsmenucontainer {
	margin-left: 260px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

.wsactive .wsmenu {
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	visibility: visible;
	z-index: 1000;
	top: 0;
}

.wsactive .wsmenu>.wsmenu-list {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	-ms-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	margin-left: 0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click {
	border-left: 1px solid;
	cursor: pointer;
	display: block;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	width: 49px;
	z-index: 10;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i {
	display: block;
	height: 8px;
	width: 8px;
	float: right;
	transform: rotate(-225deg);
	margin: 23px 21px 0 0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click>i:before {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: #fff;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}

.wsmenu>.wsmenu-list>li>.wsmenu-click.ws-activearrow>i {
	transform: rotate(-45deg);
	margin-top: 27px;
}
.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 {
    border-left: 1px solid #254989;
    cursor: pointer;
    display: block;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    width: 49px;
    z-index: 10;
    background-color: #203f77;
}
.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i {
	display: block;
	height: 8px;
	width: 8px;
	float: right;
	transform: rotate(-225deg);
	margin: 17px 21px 0 0;
}

.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02 i:before {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: #fff;
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}

.wsmenu .wsmenu-list>li>.wsshoptabing>.wsshopwp>.wstabitem>li>.wsmenu-click02.ws-activearrow02>i {
	transform: rotate(-45deg);
	margin-top: 21px;
}

.wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 {
	border-left: 1px solid #f3f3f3;
	cursor: pointer;
	display: block;
	height: 45px;
	position: absolute;
	right: 0;
	top: 0;
	width: 49px;
	z-index: 10;
	background-color: #f3f3f3;
}

.wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i {
	display: block;
	height: 8px;
	width: 8px;
	float: right;
	transform: rotate(-225deg);
	margin: 17px 21px 0 0;
}

.wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03 i:before {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 1.5px 1.5px 0 0;
	border-style: solid;
	border-color: rgba(0,0,0,.4);
	transition: .2s ease;
	display: block;
	transform-origin: 100% 0;
}

.wsmenu .wsmenu-list>li>.wtsbrandmenu>.wsshoptabingwp>.wstabitem02>li>.wsmenu-click03.ws-activearrow03>i {
	transform: rotate(-45deg);
	margin-top: 21px;
}}

@media only screen and (min-width:992px) and (max-width:1262px) {
	.wsmenu>.wsmenu-list>li.wssearchbar {
		width: 21%;
	}

	.smllogo {
		width: 7%;
	}

	.wsmenu {
		width: 93%;
	}
}
img#img {
    max-width: 15%;
    margin: 10px auto;
    text-align: center;
    display: block;
}
.right-coontentbar ul li:after {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	width: 10px;
	height:	10px;
	border-radius: 100%;
	background-color: #501174;
	top: 9px;
}
.right-coontentbar ul li {	
	position: relative;
	padding-left: 18px;
	color: #000;
	list-style-type: none !important;
}
.right-coontentbar p {
	color: #000;
}
code.language-python {
    width: 100%;
    display: block;
    color: #fff;
}
.right-coontentbar pre {
    background-color: #383b40;
    padding: 13px 19px;
	color: #fff;
    border-radius: 4px;
}
.card .Training-content {
    height: auto;
    padding: 8px 20px;
}
.right-coontentbar table {
    width: 100% !important;
}
.right-coontentbar table tbody th {
    text-align: center;
        background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
}

.right-coontentbar tr, .right-coontentbar td {
    border: 1px solid #ccc;
}
.right-coontentbar tbody td {
    padding: 10px 14px;
}
.exam-about h4 {
    font-size: 30px;
	margin-bottom: 16px;
}
.exam-about p {
    color: #000;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
}
.exam-about ul li {
    color: #000;
    margin-bottom: 13px;
    padding-left: 23px;
    position: relative;
}
.collage-imags img {
    padding: 0 30px;
}
.exam-about ul li:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #3a1867;
    top: 6px;
}
.Importan-links h2 {
    font-size: 20px;
    margin-top: 32px;
    margin-bottom: 20px;
}
.right-coontentbar h1 {
    font-size: 30px;
    margin-top: 26px;
}
.testimonials-img img {
    width: 80px !important;
    height: 80px !important;
    object-fit: cover;
    border-radius: 100%;
    margin: 0 auto;
}
.testimonials-img h6 {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #111111;
    margin-top: 15px;
}
.testimonials-inner {
    width: 100%;
    text-align: center;
    position: relative;
    /* background: #285197; */
    padding: 25px 25px 55px;
    height: 200px;
    border-radius: 6px;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.testimonials-inner:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
    z-index: -1;
    transform: rotate(10deg);
    border-radius: 10px;
}
.testimonials-inner p {
    font-size: 15px;
    text-align: center;
    position: relative;
    color: #fff;
}
.testimonials-img {
    text-align: center;
    margin-top: -42px;
    position: relative;
}
.item {
    margin: 40px 20px;
}
.testimonials-img span {
    font-size: 14px;
}
.testimonials-inner h6 {
    font-size: 22px;
    text-transform: uppercase;
}
.testimonials-inner span {
    font-size: 14px;
    display: block;
    margin-bottom: 26px;
}
.testimonials-inner i {
    font-size: 34px;
    color: #cccccc;
    position: absolute;
    right: 7px;
    bottom: 5px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #285197 !important;
}
.training-content ul li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 8px;
}
.training-content ul li i {
    position: absolute;
    left: 0;
    top: 3px;
    color: #1e3b70;
    font-size: 19px;
}
.training-content a.custom-button {
    display: block;
    text-align: center;
    max-width: 50%;
    padding: 10px 8px;
    margin: 0 auto;
}
.training-content ul {
    margin-bottom: 30px;
}
p.counter-count {
    font-size: 36px;
    color: #fff;
    font-weight: 800;
    font-family: Montserrat-Bold;
    position: relative;
    margin-bottom: 22px;
}
/* p.counter-count:after {
    content: "";
    position: absolute;
    display: block;
    width: 82px;
    height: 3px;
    background-color: #3a1867;
    left: 40%;
    text-align: center;
    bottom: -12px;
} */
.count-up i {
    font-size: 30px;
    margin-bottom: 20px;
}
.count-up span {
    position: absolute;
    top: 45px;
    right: 39%;
    font-size: 24px;
    color: #fff;
    font-weight: 800;
}
.count-up h6 {
    font-size: 26px;
    color: #fff;
}
.count-up.count-up2 span {
    right: 33%;
}
.Common_outer2 .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.item__inner {
    border: 2px solid rgba(15, 22, 41, 0.078);
    border-radius: 6px;
    padding: 48px 26px 40px 26px;
    position: relative;
    transition: all 0.5s ease 0s;
    margin-bottom: 30px;
    height: 412px;
}
.item__inner:before {
    position: absolute;
    content: "";
    left: 0px;
    right: 0;
    top: -3px;
    border-radius: 6px 6px 0 0;
    height: 8px;
    width: 100%;
    z-index: 1;
    border-top: 4px solid #274f94;
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.item__inner h3 {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin: 35px 0 15px;
	color: #020334;
}
.item__inner p {
    font-size: 15px;
    color: #4b4c57;
    margin: 0;
}
.icon img {
    max-width: 30%;
    height: auto;
}
.item__inner:hover {
    box-shadow: 0px 30px 50px 0px rgb(0 15 56 / 10%), inset 0px 3px 0px 0px rgb(42 109 245 / 0%);
    border-color: #ffffff;
}
.item__inner:hover:before {
    opacity: 1;
}
.about-shadow {
    border-radius: 10px;
    align-items: center;
}
.about__image img {
    border-radius: 10px 0 0 10px;
	width: 100%;
}
.about__content {
    padding: 40px 20px 40px 0;
}
.about__content .about__title {
    font-size: 40px;
    font-weight: 800;
    line-height: 50px;
    padding-bottom: 4px;
    color: #29539b; /* #0a2541 */
	position: relative;
}
.about__image {
    margin-left: -12px;
}
.about__content p {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    padding-bottom: 1px;
    color: #4b4c57;
    margin-top: 28px;
}
h2.about__title:after {
    content: "";
    position: absolute;
    display: block;
    width: 215px;
    height: 3px;
    background-color: #29539b; /* #001e50 */
    bottom: 0;
    left: 5px;
}
.free-form.freeform-2 .card.login_page.shadow.rounded.border-0 {
    max-width: 100%;
    padding: 0;
    box-shadow: none !important;
}
.free-form.freeform-2 {
    left: 0;
}
div#exampleModal .modal-header {
    border: 0;
    padding: 16px 23px 0;
}
button.cutomwap {
    position: fixed;
    right: -45px;
    top: 44%;
    background-color: #352e91;
    border: 0;
    color: #fff;
    padding: 9px 26px 10px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(90deg);
    z-index: 99;
    letter-spacing: 1px;
}
.hexagon {
    -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 82px;
    margin: 0 auto;
    background-color: #28bcc9;
    /* background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%); */
}
.hexagon img {
    width: 54px;
}
li.wscarticon.clearfix a {
    display: inline-block !important;
}
li.wscarticon.clearfix a i {
    color: #fff !important;
}
/* .wssearch.clearfix li a {
    text-decoration: none;
    position: relative;
    font-size: 20px;
    color: #001e50;
    line-height: 23px;
    padding: 7px 0;
    margin-right: 3px;
    border-radius: 50%;
    text-align: center;
    width: 38px;
    height: 38px;
    transition: .5s all;
    margin-top: 8px;
    display: block;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
} */
.wssearch.clearfix li {
    display: inline-block;
}
.bg-imag img {
    width: 100%;
}
.count-up {
    position: absolute;
    top: 83px;
    right: 0;
    text-align: center;
    left: 0;
    color: #26e1da;
}
.question-wap h6 {
    color: #29539b; /* #0a2541 */
}
.animtion-imag img {
    width: 100%;
    max-width: 96%;
    padding-top: 2px;
}
.animtion-imag {
    text-align: center;
}
/* .animtion-imag {
    -webkit-animation: pulse 0.2s infinite ease-in-out alternate;
    animation: pulse 6s infinite ease-in-out alternate;
} */
.innerbaneer h1 {
    color: #fff;
    font-size: 32px;
    text-transform: capitalize;
    line-height: 58px;
    margin-top: 28px;
}
.innerbaneer span {
    font-family: Montserrat-Bold;
    margin: 0;
    letter-spacing: .5px;
    font-size: 35px;
    color: #0d2d68;
}
/* Scrollbar Styling */
/* ::-webkit-scrollbar {
    width: 10px;
}
 
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #001e50; 
} */
.innerbaneer h6 {
    font-size: 15px;
    color: #fff;
    padding: 22px 0 50px;
    font-family: Montserrat-Medium;
    display: block;
    line-height: 26px;
}
.Syllabus {
    color: #ffffff;
    padding: 20px 30px 20px;
    border-radius: 5px;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.Syllabus:hover {
    color: #ffffff;
}
.Counselor {
    background-color: #fff;
    color: #351e66;
	padding: 20px 30px 20px;
    margin-right: 30px;
	border-radius: 5px;
}
.download-button a i {
    margin-right: 6px;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(https://codersdaily.in/static/assets/images/arrow.svg);
    transform: rotate(180deg);
}
.training-list a {
    display: block;
    text-decoration: underline;
    margin-bottom: 10px;
}
.Training-datatop span {
    font-size: 15px;
    line-height: 32px;
    font-family: Montserrat-Regular;
    display: block;
    margin-bottom: 20px;
}
.Training-datatop p {
    font-size: 15px;
    line-height: 30px;
    color: #000;
}
.platform-content ul li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 7px;
}
.platform-content ul li:after {
    content: "";
    position: absolute;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    left: 0;
    top: 5px;
}
.login {
    box-shadow: 0 2px 9px rgb(0 0 0 / 20%), 0 1px 2px rgb(0 0 0 / 21%);
    padding: 28px 28px 30px;
    margin: 30px 0;
	background-color: #fff;
}
.login h2 {
    font-size: 32px;
    margin-bottom: 24px;
	text-align: center;
}
.login .form-group label {
    font-size: 15px;
    font-weight: 500;
    font-family: inherit;
    margin-bottom: 4px;
}
button.Register {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    border: 0;
    padding: 11px 53px 12px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
}
section.login-wap {
    padding: 50px 0;
    background-color: #f7f7f7;
}
.login p {
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 13px;
}
p.forget {
    margin-top: 0;
    margin-bottom: 15px;
}
.footer {
	margin-top: 25px;
	text-align: center;
}
.icons {
	display: flex;
	width: 30px;
	height: 30px;
	letter-spacing: 15px;
	align-items: center;
}

.top-text h2 {
    font-size: 40px;
}
.top-text {
    text-align: center;
    margin: 32px 0;
}
.top-text p {
    font-size: 18px;
    line-height: 23px;
    width: 100%;
    max-width: 68%;
    margin: 6px auto;
}
.dashboard-content label {
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
    font-family: unset;
    letter-spacing: 0.1px;
    color: #000000d9;
}
.dashboard-content span.select2.select2-container.select2-container--default {
    width: 100% !important;
}
/* CSS used here will be applied after bootstrap.css */
/* custom checkboxes */
/***** RADIO BUTTON STYLES *****/
.rdio {
    position: relative;
    display: inline-flex;
    margin-right: 20px;
}

.rdio input[type="radio"] {
	opacity: 0;
}
.rdio label {
	padding-left: 10px;
	cursor: pointer;
	margin-bottom: 7px !important;
}
.rdio label:before {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 4px;
	left: 0;
	content: '';
	display: inline-block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	border: 1px solid #254b8d;
	background: #fff;
}
.rdio input[type="radio"] {
	margin: 0px;
}
.rdio input[type="radio"]:disabled + label {
	color: #999;
}
.rdio input[type="radio"]:disabled + label:before {
	background-color: #fbc52d;
}
.rdio input[type="radio"]:checked + label::after {
	content: '';
	position: absolute;
	top: 8px;
	left: 4px;
	display: inline-block;
	font-size: 11px;
	width: 10px;
	height: 10px;
	background-color: #244888;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}
.rdio-default input[type="radio"]:checked + label:before {
	border-color: #fbc52d;
}
.rdio-primary input[type="radio"]:checked + label:before {
	border-color: #254b8d;
}
.rdio-primary input[type="radio"]:checked + label::after {
	background-color: #244888;
}
.custom-checkbox {
   /*margin-bottom:0px !important;
   */
}
.rdio.rdio-primary.radio-inline label {
    font-weight: 500;
    font-size: 16px;
}
.dashboard-content .form-group {
    margin-bottom: 26px;
}
.valided span {
    position: relative;
    top: -14px;
}
label.Death {
    margin-top: 16px;
}
label.Product {
    font-size: 20px;
    font-weight: 400;
}
.dashboard2  button.nav-link {
    background-color: transparent;
    color: #21427d;
    font-size: 16px;
    border: 0;
    padding: 15px 22px;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    text-align: inherit;
	position: relative;
}
.dashboard2 button.nav-link i {
    position: absolute;
    right: 20px;
    top: 19px;
}
.dashboard2 div#v-pills-tab {
    box-shadow: 0 2px 9px rgb(0 0 0 / 21%), 0 1px 2px rgb(0 0 0 / 48%);
}
.dashboard2 .nav-pills .nav-link.active {
    color: #fff;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.dashboard2 .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.dashboard2 .form-select:focus {
    border-color: #ced4da;
    outline: 0;
    box-shadow: none;
}
.dashboard2 form#myform select.form-select {
    font-size: 16px;
    height: 42px;
    color: #101010;
}
.dashboard2 .form-group .form-control {
    font-size: 16px;
}
.dashboard2 select.form-select {
    padding: 8px 10px;
}
.profile-bg img {
    width: 100%;
}
.profile-imag img {
    width: 100%;
    max-width: 38%;
    border-radius: 100%;
}
.profile-imag {
    text-align: center;
    margin-top: -55px;
}
.main-boxwaping {
    box-shadow: 0 2px 9px rgb(0 0 0 / 21%), 0 1px 2px rgb(0 0 0 / 48%);
    position: relative;
}
.profile-content h6 {
    font-size: 20px;
}
.profile-content {
    text-align: center;
}
.main-boxwaping .nav-pills .nav-link.active {
    color: #fff;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
.main-boxwaping button.nav-link {
    background-color: transparent;
    color: #21427d;
    font-size: 16px;
    border: 0;
    padding: 15px 22px;
    border-radius: 0 !important;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    text-align: inherit;
    position: relative;
}
.main-boxwaping button.nav-link i {
    position: absolute;
    right: 20px;
    top: 19px;
}
.dashboard-content23 {
    box-shadow: 0 2px 9px rgb(0 0 0 / 21%), 0 1px 2px rgb(0 0 0 / 48%);
}
.static-content .form-group h6 {
    font-family: inherit;
    background-color: #fff;
    border: 1px solid #dee2e6;
    color: #3c4858;
    height: 42px;
    font-size: 15px;
    display: inline-block;
    width: 80%;
    padding: 10px 11px;
}
.static-content .form-group label {
    font-size: 14px;
    width: 18%;
    font-weight: 700;
}
.static-content {
    padding: 25px 40px;
}
h5.edit {
    font-size: 25px;
    padding-bottom: 48px;
}
.static-content .form-group input.form-control {
    display: inline-block;
    width: 80%;
}
button.updatebutton {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    border: 0;
    padding: 12px 21px 14px;
    border-radius: 5px;
    margin-top: 18px;
}
.avatar-upload {
    position: relative;
    max-width: 205px;
    margin: -40px auto 0;
    /* display: inline-block; */
}
  .avatar-upload .avatar-edit {
	position: absolute;
	right: 12px;
	z-index: 1;
	top: 10px;
  }
  .avatar-upload .avatar-edit input {
	display: none;
  }
  .avatar-upload .avatar-edit input + label {
	display: inline-block;
	width: 34px;
	height: 34px;
	margin-bottom: 0;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid transparent;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
	cursor: pointer;
	font-weight: normal;
	transition: all 0.2s ease-in-out;
  }
  .avatar-upload .avatar-edit input + label:hover {
	background: #f1f1f1;
	border-color: #d6d6d6;
  }
  .avatar-upload .avatar-edit input + label:after {
	content: "\f040";
	font-family: 'FontAwesome';
	color: #757575;
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	text-align: center;
	margin: auto;
  }
  .avatar-upload .avatar-preview {
	width: 192px;
	height: 192px;
	position: relative;
	border-radius: 100%;
	border: 6px solid #F8F8F8;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }
  .avatar-upload .avatar-preview > div {
	width: 100%;
	height: 100%;
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  button.btn.dropdown-toggle img {
    width: 50px;
    border-radius: 100%;
    height: 50px;
    object-fit: cover;
}
button.btn.dropdown-toggle {
    padding: 0px 10px;
}
.btn-check:focus+.btn, .btn:focus {
    outline: 0;
    box-shadow: none;
}
h2#question {
    font-size: 26px;
    margin-bottom: 18px;
}
/* .quizwap {
    margin-top: 50px;
} */
.quiz-header [type="radio"]:checked,
.quiz-header [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.quiz-header [type="radio"]:checked + label, .quiz-header [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
    position: relative;
    top: 4px;
}
.quiz-header [type="radio"]:checked + label:before, .quiz-header [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.quiz-header [type="radio"]:checked + label:after, .quiz-header [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #2f3190;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.quiz-header [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.quiz-header [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
/* .quizmain ul {
    display: inline-block;
    column-count: 2;
} */
.quiz-header ul li {
    margin-bottom: 14px;
    display: flex;
    border: 2px solid #21417c;
    padding: 11px 55px 10px 15px;
    border-radius: 25px;
}
span.numbering {
    border-radius: 100%;
    width: 28px;
    text-align: center;
    height: 28px;
    font-size: 16px;
    font-weight: 900;
    color: #244989;
    margin-right: 13px;
}
div#quiz h2 {
    font-size: 20px;
    margin-bottom: 35px;
}
h2.Awesome {
    margin-bottom: 50px;
}
div#quiz {
    display: inline-block;
    box-shadow: 0 0 4px rgb(0 0 0 / 16%);
    padding: 40px 34px;
}
button#submit {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    border: 0;
    padding: 11px 33px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
/* .quizmain {
    text-align: center;
} */
div#quiz button {
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    border: 0;
    padding: 11px 33px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}
div#quiz h1 i {
    font-size: 62px;
    margin-bottom: 21px;
    color: #264c8e;
}
section.practice-test {
    padding: 50px 0;
}
.side-bar h2 {
    font-size: 26px;
    margin-bottom: 20px;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 5%);
    padding: 14px 4px;
}
.editer-wap .accordion-body {
    padding: 0;
}
.editer-wap ul li a {
    font-family: Montserrat-Medium;
    font-size: 15px;
    font-weight: 500;
    color: #363636;
    padding: 17px 0 17px 35px;
    width: 100%;
    display: block;
    transition: .5s all;
    font-weight: 400;
}
.editer-right h2 {
    font-size: 25px;
    margin-bottom: 12px;
}
.editer-right select.form-select {
    width: auto;
    float: right;
    padding: 4px 34px 4px 11px;
}
.editer-in h6 {
    font-size: 18px;
    display: inline-block;
    margin-top: 12px;
}
.editer-box h6 {
    font-size: 18px;
}
.editer-box span {
    display: block;
}
p.prob-desc.smaller.light {
    margin: 8px 0 24px;
}
.editer-right {
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 5%);
    padding: 15px 15px;
}
.editer-box {
    background-color: #f7f7f7;
    display: block;
    padding: 32px 0 42px 22px;
    border-radius: 5px;
    margin-bottom: 34px;
}
.editer-box a.custom-button {
    padding: 10px 18px;
    font-size: 12px;
}
.form-select:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.ranking-box .shape {
    height: 204px;
    width: 482px;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    margin-left: -20px;
    position: relative;
    top: -55px;
    box-shadow: 0 2px 15px #0e009e4f;
    transform: rotate(14deg);
}
.ranking-box .image {
    height: 100px;
    width: 100px;
    background-image: url(https://xp.io/storage/15pewlWA.jpg);
    background-size: cover;
    border-radius: 50%;
    border: 5px solid white;
    position: relative;
    top: 152px;
    margin-left: 154px;
    box-shadow: 0 2px 15px rgb(58 54 54 / 39%);
    transform: rotate(-12deg);
}
.ranking-box {
    /* height: 450px; */
    /* width: 300px; */
    /* box-shadow: 0 10px 20px black; */
    background-size: cover;
    justify-content: center;
    align-items: center;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 10%);
    position: relative;
    margin-bottom: 35px;
}
.ranking-box i.fas.fa-crown {
    position: absolute;
    z-index: 9;
    color: #fff;
    font-size: 46px;
    right: -10px;
    left: 0;
    top: 17px;
}
.ranking-box h3 {
    font-size: 20px;
}
.profile-card-inf__title {
    font-weight: 700;
}
.title {
    color: rgb(105, 100, 109);
    font-family: Montserrat-Medium;
    font-size: 14px !important;
    margin-top: 3px;
}
.icons2 i {
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: transparent;
    font-size: 16px;
    color: #234582;
    text-decoration: none;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
    transition: 0.5s;
    line-height: 38px;
    margin: 0 3px;
}
.profile-card-inf__item {
    padding-top: 14px;
    padding-bottom: 15px;
}
.icons2 {
    padding-bottom: 25px;
}
section.ranking-wap {
    padding: 70px 0;
}
.practic-text h6 {
    font-size: 20px;
    margin-bottom: 20px;
}
section.Pharmadaily-practic {
    padding: 70px 0;
}

#editor {
    position: absolute;
    top: 104px;
    right: 0;
    bottom: 0;
    /* left: 0; */
    width: 49%;
    height: 68%;
}
span#hidelogin {
    display: block;
    padding: 18px 19px;
}
span#hidelogin a {
    font-family: Montserrat-Medium;
}
.logoContainer {
    width: 120px;
    height: 120px;
    margin: -72px auto 30px auto;
    /* padding: 11px 10px 21px 10px; */
    text-align: center;
    line-height: 120px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 9%), 0 1px 2px rgb(0 0 0 / 0%);
    border-radius: 100%;
}
.logoContainer img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.fileContainer {
    background: #fff;
    width: 34px;
    height: 34px;
    overflow: hidden;
    position: absolute;
    font-size: 16px;
    line-height: 31px;
    color: #434343;
    cursor: pointer !important;
    top: 82px;
    right: 84px;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 12%);
    border-radius: 100%;
    text-align: center;
}
.fileContainer span{
	overflow:hidden;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	cursor: pointer;
}
.fileContainer input[type="file"]{
	opacity:0;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	left: 0;
	top: 0;
	position: absolute;
	cursor: pointer;
}


.training-database-boxmain {
    padding: 25px 20px 26px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 15%);
    margin-bottom: 35px;
}
.database-imag img {
    width: 100%;
    max-width: 35%;
}
.database-contnet h6 {
    font-size: 18px;
    margin-bottom: 12px;
}
section.training-database {
    padding: 30px 0 80px;
}
.database-contnet ul li {
    display: block;
    margin-bottom: 2px;
}
.top-bar.text-center p {
    font-size: 16px;
    width: 100%;
    max-width: 61%;
    margin: 0 auto;
}
.top-bar.text-center {
    margin-bottom: 60px;
}
.modal-xl {
    max-width: 878px;
}
section.softwere-wap {
    padding: 44px 0px 60px;
}
section.softwere-wap .pdf-wap {
    margin-bottom: 50px;
}
.pdf-wap ul li {
    display: inline-block;
    margin-right: 16px;
}
.pdf-wap ul li a {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    padding: 15px 26px;
    border-radius: 5px;
}
section.forget-password {
    padding: 50px 0;
}
.verification-code {
    max-width: 300px;
    position: relative;
    margin:30px auto;
    text-align:center;
}
.control-label{
  display:block;
  margin:18px auto;
  font-weight:900;
}
.verification-code--inputs input[type=text] {
    border: 2px solid #e1e1e1;
    width: 100%;
    height: 46px;
    padding: 10px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
}
.fl-fl {
	background-color: #352e91;
    text-transform: uppercase;
    letter-spacing: 3px;
    padding: 3px 4px 1px;
    width: 190px;
    position: fixed;
    right: -150px;
    z-index: 1000;
    font: normal normal 10px Arial;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
  .float-sm .fa,  .float-sm .fab {
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	width: 40px;
	margin-left: 8px;
  }
  .float-sm .fl-fl:hover {
	right: 0;
  }
  .float-sm .fl-fl a {
    color: #fff !important;
    text-decoration: none;
    text-align: center;
    line-height: 44px!important;
    vertical-align: top!important;
    font-size: 14px;
}
  .float-sm .float-fb {
    bottom: 118px;
}
  .float-sm .float-tw {
    bottom: 62px;
}
.float-sm .float-ig {
    bottom: 230px;
}
  .float-sm .float-pn {
    bottom: 174px;
}	
.Submitwaps {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    padding: 12px 36px;
    border-radius: 5px;
    border: 0;
    font-weight: 600;
    font-size: 16px;
}
.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 240px;
    position: relative;
    display: block;
}
.blog-entry {
    margin-bottom: 40px;
    box-shadow: 0px 0px 11px 0px #ccc;
}
.blog-entry .meta-date {
    display: inline-block;
    background: #2f55d4;
    padding: 4px 10px;
}
.blog-entry .meta-date .day {
    font-weight: 700;
    font-size: 20px;
}
.blog-entry .meta-date .mos, .blog-entry .meta-date .yr {
    font-size: 13px;
}
.blog-entry .meta-date span {
    display: block;
    color: #fff;
}
.text.bg-white {
    padding: 20px 12px 32px;
}

.bg-white {
    background: #fff !important;
}
.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: initial;
}
.bunow {
    padding: 16px 24px 16px 24px !important;
    border-radius: 8px;
    color: #fff !important;
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
}
li.blog__items--meta__list svg {
    color: #014171;
}
ul.d-flex li {
    /* margin-right: 14px; */
    font-size: 16px;
}
.SingleDetails h2 {
    font-size: 25px;
}
button.btn.mb-2.mr-2 {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    border: 0;
    padding: 12px 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}
form.comment label {
    margin-bottom: 10px;
}
.if-else-check {
    width: 25px;
    height: 28px;
}
.dvPassport {
    position: absolute;
    right: 0;
    top: 31px;
    width: 78%;
}
.dashboard-content .form-group {
    position: relative;
}
.submit-wap.submit-wap2 {
    position: relative;
    right: 30px;
    top: 10px;
}
a.Submitwaps {
    padding: 14px 30px;
    text-transform: capitalize;
}
.Vigisolvo-content h6 {
    color: #fff;
    font-size: 20px;
    margin-top: 8px;
}
.Vigisolvo-icon img {
    width: 100%;
    max-width: 32%;
}
.Vigisolvo-box {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    padding: 45px 16px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 15%);
    text-align: center;
    margin-bottom: 35px;
}
section.Vigisolvo {
    padding: 65px 0;
}
.modal-dialog.dialog2 {
    max-width: 700px;
}
.training-database-boxmain2 {
    padding: 26px 16px 26px;
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 15%);
    margin-bottom: 35px;
    text-align: center;
}
.database-imag2 img {
    width: 100%;
    max-width: 28%;
}
.database-imag2 {
    margin-bottom: 18px;
}
.database-contnet2 h6 {
    font-size: 16px;
    height: 68px;
}
.Video-section {
    height: 310px;
    position: relative;
}
.Video-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.Video-section button.playbtn {
    position: absolute;
    left: 0;
    right: 0;
    top: 43%;
    background: transparent;
    border: none;
    width: 100%;
}
.Video-section i {
    font-size: 22px !important;
    position: absolute !important;
    color: #94289f !important;
    right: 0;
    left: 30px;
    top: 10px !important;
    z-index: 9;
    cursor: pointer;
}
.student-name h6 {
    font-size: 20px;
}
.student-videomain {
    box-shadow: 0 2px 9px rgb(0 0 0 / 15%), 0 1px 2px rgb(0 0 0 / 15%);
}
.student-name {
    padding: 20px 18px;
}

/* animate circle */

#animate_circle {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: visible !important;
    position: absolute;
    margin: 0 auto;
    top: 34px;
    text-align: center;
    overflow: hidden;
}
.circle1 {
    border-radius: 50%;
    background-color: #8ea69c;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.circle2 {
    border-radius: 50%;
    background-color: #8ea69c;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
.circle3 {
    border-radius: 50%;
    background-color: #fff;
    width: 50px;
    height: 50px;
    position: absolute;
    opacity: 0;
    animation: scaleIn 4s infinite cubic-bezier(.36, .11, .89, .32);
}
@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: 1;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}

.top-bar.text-center img {
    width: 100%;
    max-width: 20%;
}
.top-bar.text-center h5 {
    font-size: 18px;
    width: 100%;
    max-width: 70%;
    margin: 0 auto;
}

a.homepage-submit {
	background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    color: #fff;
    display: block;
    border: none;
    height: 48px;
    padding: 12px 31px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: .5s all;
    width: 100%;
    text-align: center;
}
p.located {
    font-size: 14px;
    max-width: 96%;
    font-family: inherit;
    line-height: 29px;
}
h2.career {
    font-size: 32px;
    padding: 40px 0;
}
.Faq .accordion-body p {
    font-size: 15px;
    line-height: 30px;
	color: #000;
}
.Faq {
    margin-right: 30px;
}
.Faq .accordion-body {
    padding: 12px 20px 1px;
}
.Training-datatop ul li {
    padding-bottom: 12px;
    margin-left: 23px;
    font-weight: 600;
    font-family: Montserrat-Regular;
    position: relative;
    line-height: 24px;
}
.Training-datatop ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #3a1867;
    left: -22px;
    border-radius: 100%;
    top: 6px;
}
.Codersdaily-main h1 {
    font-size: 35px;
    padding: 32px 0;
}
.Codersdaily-main p {
    font-size: 15px;
    line-height: 30px;
}
section.about-contents {
    padding-bottom: 50px;
}
.Codersdaily-main h2 {
    font-size: 32px;
    margin: 38px 0;
}
.police-in h6 {
    font-size: 24px;
    margin-bottom: 5px;
}
.Codersdaily-main p {
    font-size: 15px;
    line-height: 25px;
}
.police-in {
    margin: 32px 0 0 0;
}
.police-in ul li {
    position: relative;
    padding-left: 22px;
    padding-bottom: 10px;
    line-height: 28px;
}
.police-in ul li:after {
    content: "";
    position: absolute;
    background-color: #381866;
    width: 12px;
    height: 12px;
    left: 0;
    border-radius: 100%;
    top: 6px;
}
.free-form button.custom-buton {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    border: 0;
    padding: 12px 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: center;
}
.exam-detail-main {
    margin-top: 30px;
    margin-bottom: 40px;
}
.infomation {
    margin-bottom: 50px;
}
div#exampleModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 9px 10px;
}
.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}
.section-head.text-center h1 {
    font-size: 35px;
    margin-bottom: 60px;
}
.exam-about {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 16%), 0 0 0 1px rgb(0 0 0 / 8%);
    background-color: #fff;
    padding: 4px 16px;
    margin-top: 15px;
}
.exam-about h1 {
    font-size: 30px;
    margin-top: 14px;
}
.exam-about ol li p {
    font-family: Montserrat-Medium ;
    font-size: 15px !important;
    font-weight: 600;
}
.Faq .accordion-body ul li {
    padding-bottom: 12px;
    color: #000;
    position: relative;
    margin-left: 23px;
    font-weight: 600;
    font-family: system-ui;
    position: relative;
    line-height: 25px;
}
.Faq .accordion-body ul li:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #3a1867;
    left: -22px;
    border-radius: 100%;
    top: 6px;
}
.blog-entry img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.SingleDetails ol li span {
    margin-bottom: 6px;
    font-family: Montserrat-Regular ;
    display: block;
    color: #000;
    font-weight: 500;
}
.SingleDetails p {
    font-size: 15px;
    line-height: 28px;
    color: #000;
    font-family: Montserrat-Regular;
    /* font-weight: 600; */
}
.SingleDetails p span {
    font-family: Montserrat-Regular;
    letter-spacing: 0.5px;
    line-height: 20px !important;
    font-size: 14px !important;
}
.SingleDetails ul li strong span {
    font-size: 18px !important;
    font-family: Montserrat-Regular ;
    color: #000;
    font-weight: 700;
    margin-top: 16px;
    display: block;
}
.text.bg-white p {
    font-size: 14px;
    line-height: 27px;
}
.SingleDetails ol {
    padding-left: 22px;
}
.SingleDetails ol li {
    position: relative;
    display: block;
    margin-bottom: 6px;
}
.SingleDetails ol li:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #3a1867;
    left: -22px;
    border-radius: 100%;
    top: 6px;
}
.SingleDetails ul p {
    padding-left: 22px;
}
.SingleDetails ul li p {
    position: relative;
    display: block;
    margin-bottom: 6px;
}
.SingleDetails ul li p:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #3a1867;
	left: 1px;
    border-radius: 100%;
    top: 8px;
}
h6.Latest {
    font-size: 30px;
    margin-bottom: 32px;
}
.latest-post {
    margin-bottom: 35px;
    box-shadow: 0 0 11px 0 #ccc;
    display: flex;
    padding: 15px 12px;
    gap: 20px;
    align-items: center;
}
.post-image {
    width: 34%;
}
.post-image img {
    width: 100%;
}
.post-content {
    width: 66%;
}
.post-content p {
    margin-bottom: 6px;
}
p.date-latest {
    margin-bottom: 0;
}
.SingleDetails ol li p span {
    font-family: system-ui !important;
    letter-spacing: 0.5px;
    line-height: 20px !important;
    font-size: 14px !important;
    color: #646464;
}
.SingleDetails p span strong {
    font-size: 18px !important;
    font-family: sans-serif !important;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
.SingleDetails p strong span {
    font-size: 20px !important;
    font-family: sans-serif !important;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
    display: block;
}
p#download_msg {
    font-size: 16px;
    margin-bottom: 18px;
    color: red;
}

.search-property .form-group .form-field {
    position: relative;
    display: block;
    margin-top: 5px;
}
.search-property .form-group label {
    font-weight: 700;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}
.search-property .form-group .icon {
    position: absolute;
    top: 46%;
    right: 8px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #000;
}
.search-property .form-group .select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.search-property .form-group .form-control {
    padding: 9px 13px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 16px;
    /* background: #f7f7f7; */
    border-radius: 0;
    color: #000;
}
.form-group.pull-right {
    text-align: end;
    margin-top: 30px;
}
.stack-name ul li {
    display: block !important;
    width: 100% !important;
}
.stack-name ul#myTab button {
    width: 100%;
    text-align: inherit;
    margin-bottom: 6px;
    border: 0;
    border-radius: 0;
    border-right: 2px solid transparent;
    padding: 10px 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
}
.stack-name .nav-tabs .nav-item.show .nav-link, .stack-name .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #fcd02d !important;
    border-color: #dee2e6 #dee2e6 #fff;
    border-right: 3px solid #000 !important;
}
.stack-name {
    position: relative;
    padding: 35px 0;
    height: 100%;
}
.stack-name:after {
    content: "";
    position: absolute;
    background-color: #ccc;
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
}
section.stack-overflow {
    background-color: #f7f7f7;
}
.question-right-box {
    border: 1px solid #d3dce6;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    background-color: #fff;
    margin-bottom: 48px;
}
.question-right-box h3 {
    font-size: 18px;
    padding: 14px 16px;
    border-bottom: 1px solid #d3dce6;
    font-family: revert;
    font-weight: 600;
    color: #0059c8;
}
h2.top_heading {
    font-size: 24px;
    padding: 30px 0;
}
.question-right-answer {
    padding: 8px 16px 0;
}
.technology-name ul li {
    display: inline-block;
    margin-right: 10px;
}
.technology-name ul li a {
    display: inline-block;
    font-size: 12px;
    background-color: #e1ecf4;
    color: #39739d;
    font-weight: 200;
    padding: 5px 12px;
    font-family: inherit;
    border-radius: 2px;
}
.Questions-main {
    margin-left: 30px;
}
.answer-related {
    border: 1px solid #d3dce6;
    box-shadow: 0 5px 15px rgb(0 0 0 / 5%);
    background-color: #fffbec;
    margin-bottom: 48px;
}
.answer-related h6 {
    font-size: 16px;
    padding: 10px 12px;
    border-bottom: 1px solid #d3dce6;
    font-family: revert;
    font-weight: 600;
    color: #3b4045;
}
.answer-related ul li a {
    font-size: 14px;
    font-family: system-ui;
    display: block;
    padding: 6px 12px 0px;
    color: #726464;
    font-weight: 400;
}
.tags-top a {
    display: inline-block;
    font-size: 12px;
    background-color: #e1ecf4;
    color: #39739d;
    font-weight: 500;
    padding: 5px 12px;
    font-family: inherit;
    border-radius: 2px;
}
.tags-top {
    margin-bottom: 18px;
}
.Tags {
    border: 1px solid #dee2e6;
    padding: 14px 10px 8px;
    border-radius: 5px;
    margin-bottom: 35px;
    background-color: #fff;
}
.architecture {
    font-size: 14px;
}
.questionswap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 24px;
}
.questions_list {
    font-size: 14px;
    line-height: 19px;
    color: #919191;
    font-weight: 400;
}
.asked-year a {
    font-size: 12px;
    font-family: Montserrat-Regular;
    color: #919191;
    font-weight: 500;
}
.question-right-answer p {
    font-family: sans-serif;
    letter-spacing: 0.5px;
}
.Users {
    background-color: #fff;
    border-radius: 5px;
    transition: 0.5s all;
    box-shadow: 0 5px 15px rgb(0 0 0 / 3%);
    margin-bottom: 40px;
    border: 1px solid #dee2e6;
    padding: 8px 8px 8px;
    display: flex;
    align-items: center;
}
.Users-image {
    width: 26%;
}
.Users-image img {
    width: 80%;
}
.Users-content {
    width: 74%;
    padding: 0px 8px;
}
.Users-content {
    width: 70%;
    padding: 0px 8px;
}
.Users-content h6 {
    font-size: 15px;
    margin-bottom: 1px;
}
.Users-content p {
    margin-bottom: 0;
}
/* css for courses */
.loader {
	margin-left: 17px;
	margin-right: 17px;
	border: 3px solid #f3f3f3; /* Light grey */
	border-top: 3px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 24px;
	height: 24px;
	animation: spin 1s linear infinite;
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }
  
  .error {
	  color: #ba3939;
	}
  
  .success {
	  color: #2b7515;
	}
#tutorial-progress {
	/* margin: 15px 0px 0px 30px;
	padding-bottom: 7px; */
	display: flex;
    align-items: stretch;
    color: rgba(37,38,94,.7);
    font-weight: 500;
    padding: 6px 18px;	
    transition: all .2s ease-in;
    font-size: 14px;
    line-height: 18px;
} 


#tutorial-progress a{
	position: relative;
	display:inline;
	padding: 5px;
}

#tutorial-progress a.active {
	color: #4b1271;
	background-color: transparent;
    /* font-weight: 600; */
}

#tutorial-progress a:hover{
	color:#4b1271;
	background-color: transparent;
}

#tutorial-progress a svg{
	fill: lightgray;
	position: relative;
	display:inline-block;
	border-radius: 100%;
    margin: 2px 10px 2px 0px;
	color: #d3dce6;
	z-index: 1;
}

#tutorial-progress a:visited svg {
	fill: #0556f3;
}

.left-bar {
    width: 300px;
    flex-shrink: 0;
    margin-right: 32px
}

@media (min-width: 1140px) {
    .left-bar--large-r-margin {
        margin-right:80px
    }
}

.left-bar .block {
    margin: 32px 0
}

.roadmap-list ul li a {
    display: block;
    color: rgba(37,38,94,.7);
    padding: 8px 24px;
    font-size: 14px;
    line-height: 20px;
    transition: all .2s ease-in;
    font-weight: 500
}

.roadmap-list ul li a.active {
    color: black;
    position: relative;
    font-weight: 700;
}

.roadmap-list ul li a.active:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 4px;
    border-radius: 0 10px 10px 0;
    background-color: #0556f3;
    left: 0;
    top: 0
}

.roadmap-list ul li a:hover {
    background-color: rgba(5,86,243,.2)
}

.roadmap-list--plain ul li a {
    padding: 4px 24px;
    color: #0556f3
}

.roadmap-list.list--active-right ul li a.active {
    background-color: rgba(5,86,243,.2)
}

.roadmap-list.list--active-right ul li a.active:before {
    right: 0;
    left: auto;
    border-radius: 4px 0 0 4px
}
.card-alt {
    background-color: #fbfbfb;
    border: 1px solid #d3dce6;
    border-radius: 6px;
    padding: 0 0 8px;
	margin: 20px 0px;
}

.card-alt--even-spaced {
    padding: 16px
}

.card-alt--accordion {
    padding-bottom: 0
}

.card-alt__form-title {
    margin-bottom: 20px;
    font-weight: 600
}

.card-alt h3 {
    padding: 12px 24px;
    border-bottom: 1px solid #d3dce6;
    position: relative;
    font-weight: 500;
    color: #25265e;
    margin: 8px 0px 12px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 24px
}

.card-alt h3:not(:first-child) {
    border-top: 1px solid #d3dce6
}

.card-alt h3:last-child {
    border-bottom: 0
}

.card-alt__title--accordion {
    margin-bottom: 0;
    cursor: pointer
}

.card-alt__title--accordion--open {
    margin-bottom: 12px
}

.card-alt__contents--scrollable {
    max-height: 500px;
    overflow: auto
}

.card-alt__contents--accordion {
    padding-bottom: 12px
}

.card-alt__icon--accordion {
    color: #a8a8bf
}

.right-bar {
    flex: 1 1 auto;
    width: 100%
}

@media (min-width: 992px) {
    .right-bar {
        width:1%
    }
}

.right-bar .block {
    margin: 32px 0
}
.progress-list ul li a {
    display: flex;
    align-items: center;
    color: rgba(37,38,94,.7);
    font-weight: 500;
    padding: 8px 24px;
    transition: all .2s ease-in;
    font-size: 14px;
    line-height: 20px;

}

.progress-list ul li a:hover {
    color: #0556f3
}
.icon-wrap{
	margin-left: 20px;
}
.progress-list ul li:not(:last-child) .icon-wrap:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #d3dce6;
    z-index: 0
}

.progress-list ul li .icon-wrap {
    line-height: 0;
    position: relative
}

.progress-list ul li .icon-wrap svg {
    background-color: #fbfbfb
}

.progress-list ul li.active a {
    color: #0556f3
}

.progress-list ul li.active .progress-list__icon {
    fill: #d3dce6
}

.progress-list ul li.done .icon-wrap:after {
    background: #0556f3 !important
}

.progress-list ul li.done a {
    color: #0556f3
}

.progress-list ul li.done .progress-list__icon {
    fill: #0556f3;
}

.progress-list ul li.inflow-done .icon-wrap:after {
    background: #0556f3 !important
}

.progress-list ul li.inflow .progress-list__icon {
    fill: #0556f3
}

.progress-list ul li .progress-list__icon {
    margin-right: 16px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    fill: #d3dce6;
    z-index: 1;
    background-color: inherit
}

.progress-list__single__link {
    display: flex;
    align-items: center;
    color: rgba(37,38,94,.7);
    font-weight: 500;
    padding: 8px 24px;
    transition: all .2s ease-in;
    font-size: 14px;
    line-height: 20px
}

.progress-list__single__link:hover {
    color: #0556f3
}

.progress-list__single__icon-wrap {
    line-height: 0;
    position: relative
}

.progress-list__single__icon-wrap svg {
    background-color: #fbfbfb
}

.progress-list__single:not(:last-child) .progress-list__single__icon-wrap:after {
    content: '';
    position: absolute;
    top: 21px;
    left: 10px;
    width: 2px;
    height: 100%;
    background: #d3dce6;
    z-index: 0
}

.progress-list__single--active .progress-list__single__link {
    color: #0556f3 !important
}

.progress-list__single--done-inflow .progress-list__single__icon-wrap:after {
    background: #0556f3 !important
}

.progress-list__single--done .progress-list__single__link {
    color: #0556f3
}

.progress-list__single__icon {
    margin-right: 16px;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    position: relative;
    color: #d3dce6;
    z-index: 1;
    background-color: inherit
}

.progress-list__single--done .progress-list__single__icon {
    color: #0556f3
}

.progress-list__single--active .progress-list__single__icon {
    color: #0556f3
}

.top-banner {
    width: 100%;
    transition: all .2s ease-in;
    background-color: #29539b;
	color: white;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    background-repeat: no-repeat;
    background-position: right top
}

@media (min-width: 768px) {
    .top-banner--reference-standalone .title-section__title {
        margin-bottom:0
    }
}

@media (max-width: 767px) {
    .top-banner--reference-standalone .grouped-form__select {
        display:none
    }
}

.top-banner--reference-standalone.scrolled .title-section__title {
    display: none
}

@media (min-width: 576px) {
    .top-banner--reference-standalone.scrolled .title-section__title {
        display:block;
        margin-bottom: 32px
    }
}

.top-banner.scrolled {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 98;
    padding-bottom: 0;
    margin-bottom: 24px;
    box-shadow: 0px 4px 20px rgba(37,38,94,.1);
    transition: all .2s ease-in
}

.top-banner.scrolled .program-description {
    display: none
}

.top-banner.scrolled .title-section {
    transition: all .2s ease-in;
    padding-top: 16px;
    align-items: center
}

@media (min-width: 768px) {
    .top-banner.scrolled .title-section {
        align-items:flex-start;
        padding-top: 32px
    }
}

.top-banner.scrolled .title-section__image {
    margin-right: 16px;
    transition: all .2s ease-in
}

@media (min-width: 768px) {
    .top-banner.scrolled .title-section__image {
        margin-right:32px
    }
}

@media (min-width: 768px) {
    .top-banner.scrolled .title-section__image {
        width:70px;
        height: 70px
    }
}

.top-banner.scrolled .title-section__icon {
    width: 34px;
    height: 34px;
    transition: all .2s ease-in
}

@media (min-width: 768px) {
    .top-banner.scrolled .title-section__icon {
        width:56px;
        height: 56px
    }
}

.top-banner.scrolled .title-section__title {
    font-size: 16px;
    line-height: 24px;
    transition: all .2s ease-in
}

@media (min-width: 768px) {
    .top-banner.scrolled .title-section__title {
        font-size:24px;
        line-height: 36px;
        margin-bottom: 16px
    }
}

.top-banner.scrolled .nav-tab {
    margin-top: 16px
}

.top-banner.scrolled .top-banner__form {
    padding-top: 16px;
    margin-top: -1px;
    padding-bottom: 16px;
    margin-bottom: 0;
    border-top: 1px solid #d3dce6;
    border-bottom: 1px solid #d3dce6
}
.top-banner--tutorial {
    padding-bottom: 64px
}

.title-section {
    padding-top: 40px;
    display: flex;
    align-items: flex-end
}
.title-section__image {
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #f4f3f0; */
    border-radius: 4px;
    flex-shrink: 0;
    pointer-events: none;
    margin-right: 32px;
    transition: all .2s ease-in
}

@media (min-width: 768px) {
    .title-section__image {
        width:110px;
        height: 110px
    }
}

@media screen and (min-width: 768px) and (max-width:1140px) {
    .title-section__image {
        width:130px;
        height: 130px
    }
}

@media (min-width: 1140px) {
    .title-section__image {
        width:160px;
        height: 160px
    }
}
.d--flex { 
    display: flex !important;
	position:relative;
	top:-55px;
}

@media (min-width: 768px) {
    .title-section__title {
        margin-bottom:56px;
        max-width: inherit
    }
}
.program-description {
    margin-top: 40px;
    color: rgba(37,38,94,.7);
    font-size: 16px;
    line-height: 24px
}
.title-section__icon {
    width: 76px;
    height: 76px;
    transition: all .2s ease-in
}

@media (min-width: 768px) {
    .title-section__icon {
        width:93px;
        height:93px
    }
}
.course-card {
	position: relative;
	height:50rem;
}
.card-custom {
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
}
.training-custom {
	position: relative;
	height: 38rem;
}
.training-custom .training-card {
	position: absolute;
	margin-bottom: 30px;
}

.job-desc {
	width: auto;
	box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
	border-radius: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	margin: 5px;
	margin-top: 20px;
  }

  .job-desc .dang-inner-html {
	margin-top: 10px;
	line-height: 20px;
	padding: 0px 20px 20px 20px;
	color: var(--N700);
	font-family: Montserrat-Medium !important;
  }

  .job-detail-main {
	padding: 16px 0;
	background: #eff0f5;
  }

  .job-about {
	box-shadow: 0 6px 12px rgba(30, 10, 58, .04);
	border-radius: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	margin: 5px;
  }

  .job-about h1 {
	font-size: 34px;
	padding: 20px 20px 2px 20px;
	font-size: 20px;
	font-weight: 700;
	line-height: 23px;
  }

  .job-about h6 {
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding: 2px 20px 0px 20px;
	margin: 0px;
  }
  .jd-stats{
	padding: 20px 20px 2px 20px;
  }
  .jd-header .stat>label {
	color: var(--N700);
	font-weight: 400;
	font-size: 14px;
	line-height: 18px;
  }
  .jd-stats span {
	font-family: Montserrat-Medium;
	letter-spacing: .5px;
	color: #242222;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px;
	margin-right: 10px;
  }

.serch-bar p {
	background-color: #d8d8d85c;
	font-size: 18px;
	text-align: center;
	padding: 11px 0;
	font-weight: 700;
	font-family: system-ui;
	color: #000;
	margin-bottom: 0;
	text-transform: capitalize;
}

.serch-bar {
    box-shadow: 0px 4px 12px rgb(0 0 0 / 13%);
    margin-bottom: 70px;
	margin-top: 50px;
}

.search-property .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, .1);
    padding: 14px 25px 24px !important;
    height: 100%;
}

section.quiz-section {
    padding: 54px 0 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 480px;
}

.Python-wap p {
    font-size: 17px;
    font-family: system-ui;
    line-height: 24px;
    margin-bottom: 18px;
    color: #f7f7f7;
	padding: 12px 0 28px;
}

.Python-wap h1 span {
	font-family: Montserrat-Bold;
	margin: 0;
	letter-spacing: .5px;
	font-size: 45px;
	color: #fcd12d;
}

.Python-wap h1 {
	font-size: 44px;
	color: #fff;
}

.Python-wap h6 {
	font-size: 30px;
	margin-bottom: 18px;
	font-family: system-ui;
	color: #fff;
}

.Python-wap img {
	width: 100%;
	max-width: 100px;
	position: relative;
	bottom: 41px;
}

.rounded-circlemain {
	position: relative;
	text-align: center;
}

.roundeds {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.iconswap .icon-content h5 {
	animation: float 3s ease-in-out infinite;
	-webkit-animation: float 3s ease-in-out infinite;
	border-radius: 50%;
	box-shadow: inset 0 0 0 8px #090909;
	display: inline-block;
	float: none;
	font-size: 70px;
	height: 200px;
	line-height: 200px;
	margin-bottom: 30px;
	position: relative;
	transform: translatey(0px);
	-webkit-transform: translatey(0px);
	transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	width: 200px;
	text-align: center;
	background-color: #fcd21c;
}

.iconswap .icon-content h5:before {
	-moz-animation: spinoffPulse 60s infinite linear;
	-webkit-animation: spinoffPulse 60s infinite linear;
	border: 3px dashed #a7a7a7;
	border-radius: 50%;
	bottom: -15px;
	content: '';
	display: block;
	height: 224px;
	left: -15px;
	margin: auto;
	position: absolute;
	right: -15px;
	top: -15px;
	width: 224px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.roundeds:hover .iconswap .icon-content h5:before {
	border-color: #000;
}

.roundeds:hover .iconswap .icon-content h5 {
	background-color: #000;
	color: #fff;
	box-shadow: inset 0 0 0 8px #fcd21c;
}

.iconswap .icon-content2:before {
	position: absolute;
	content: "";
	display: block;
	background-image: url(/static/assets/images/bottom-arrow.png);
	width: 106px;
	height: 80px;
	bottom: 12px;
	left: 94%;
}

.iconswap .icon-content3:before {
	position: absolute;
	content: "";
	display: block;
	background-image: url(/static/assets/images/top-arrow.png);
	width: 136px;
	height: 83px;
	top: 0;
	left: 88%;
}

.icon-content h4 {
	font-size: 27px;
	width: 100%;
	margin-bottom: 12px;
	text-transform: capitalize;
	font-family: system-ui;
	font-weight: 700;
}

.container25 {
	width: 100%;
	height: 100%;
	background: #fff;
	border: 1px solid white;
}


.certificaed-wap ul li {
	display: inline-block;
	margin: 44px 14px 0;
}

.certificaed-wap ul li a {
	background-image: linear-gradient(21deg, #341a64 0, #690782 74%);
	color: #ffff;
	padding: 16px 0;
	width: 280px;
	display: block;
	font-size: 15px;
	border-radius: 54px;
}

.certificaed-wap ul li a i {
	position: relative;
	font-size: 21px;
	left: -5px;
	top: 1px;
}

section.certificaed {
	margin-top: 84px;
}

.rounded-circlemain.rounded-circlemain2 {
	margin-top: 84px;
}

section.assignment {
	margin: 105px 0 50px;
}

.clockwap {
	position: absolute;
	right: 0;
	top: -6px;
	background-color: #4a1270;
	color: #fff;
	padding: 9px 12px;
	border-radius: 40px;
	display: flex;
	width: 146px;
}

.clockwap img {
	width: 100%;
	max-width: 35px;
}

.clockwap p {
	font-size: 16px;
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
	font-weight: 700;
	font-family: system-ui;
}

/* here */


.quizwap {
	margin-top: 50px;
	margin-bottom: 70px;
}


.quizwaping {
	background-color: #383b40;
	padding: 13px 19px;
	color: #fff;
	border-radius: 4px;
}
.quizwaping p {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.confetti-container {
	perspective: 700px;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.confetti {
	position: absolute;
	z-index: 1;
	top: -10px;
	border-radius: 0%;
}

.confetti--animation-slow {
	animation: confetti-slow 2.25s linear 1 forwards;
}

.confetti--animation-medium {
	animation: confetti-medium 1.75s linear 1 forwards;
}

.confetti--animation-fast {
	animation: confetti-fast 1.25s linear 1 forwards;
}

.congrat {
	position: relative;
	z-index: 99;
	padding: 30px 30px;
	text-align: center;
}

.quiz-congrat img {
	width: 260px;
	padding: 16px 0;
}

.congrat span {
	font-size: 22px;
	margin-top: 18px;
	display: block;
	font-family: cursive;
	font-weight: 600;
	color: #7c7c7c;
}

.congrat h6 {
	font-size: 28px;
	font-family: system-ui;
	font-weight: 700;
	font-style: italic;
}
.quizmain {
	position: relative;
}
.quizmain ul {
	display: inline-block;
}
h2.Awesome {
	margin-bottom: 50px;
	font-size: 30px;
	text-align: center;
}

.quiz-question h2 {
	font-size: 20px;
	margin-bottom: 32px;
}

.quiz-question {
	border: 1px solid #ddd;
	padding: 12px 16px;
	margin-bottom: 0px;
	margin-top: 25px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 6%);
	height: 94%;
}

.quiz-question code.language-python {
	background-color: #eee;
	color: #000;
	padding: 13px 14px;
	border-radius: 8px;
	font-family: system-ui;
	font-weight: 500;
	border: 0px solid #d6d6d6 !important;
}
.quiz-question h6 {
	font-size: 17px;
	font-family: system-ui;
	font-weight: 700;
	padding: 8px 0;
}

.quiz-question span {
	font-size: 16px;
	font-family: system-ui;
	font-weight: 600;
	color: #000;
}
code.language-python {
	width: 100%;
	display: block;
	color: #fff;
}
.blog-entry code.language-python{
	width: 100%;
	display: block;
	color: #000;
}

.quiz-question code.language-python {
	background-color: #eee;
	color: #000;
	padding: 13px 14px;
	border-radius: 8px;
	font-family: system-ui;
	font-weight: 500;
	border: 0px solid #d6d6d6 !important;
}
.answer-main {
	margin-top: 25px;
}
.answer-option .form-check {
	position: relative;
	padding-left: 60px !important;
	margin-bottom: 20px;
	border: 1px solid #dee2e6 !important;
	padding: 15px 6px;
	font-size: 15px;
}

.answer-option span {
	position: absolute;
	left: 8px;
	color: #000;
	font-size: 17px;
	font-family: system-ui;
	font-weight: 600;
	top: 11px;
}
.answer-option {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);
	padding: 26px 18px;
}
ul.bacis-option {
	display: block;
	column-count: inherit;
}


.plan .plan-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 17px 25px 19px 66px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e1e2e7;
	border-radius: 10px;
	-webkit-transition: -webkit-box-shadow 0.4s;
	transition: -webkit-box-shadow 0.4s;
	-o-transition: box-shadow 0.4s;
	transition: box-shadow 0.4s;
	transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
	position: relative;
	margin-bottom: 10px;
}

.plan .plan-content img {
	margin-right: 30px;
	height: 72px;
}

.plan .plan-content:hover {
	-webkit-box-shadow: 0px 3px 5px 0px #e8e8e8;
	box-shadow: 0px 3px 5px 0px #e8e8e8;
}

.plan input[type="radio"] .plan-content:after {
	content: "";
	position: absolute;
	height: 8px;
	width: 8px;
	background: #216fe0;
	right: 20px;
	top: 20px;
	border-radius: 100%;
	border: 3px solid #fff;
	-webkit-box-shadow: 0px 0px 0px 2px #0066ff;
	box-shadow: 0px 0px 0px 2px #0066ff;
}

.plan input[type="radio"]:checked+.plan-content {
	border: 2px solid #216ee0;
	background: rgb(234 241 254 / 50%);
	-webkit-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
	transition: ease-in 0.3s;
}

@media screen and (max-width: 767px) {
	.plan .plan-content .plan-details {
		width: 60%;
		display: inline-block;
	}
}

@media screen and (max-width: 540px) {
	.plan .plan-content img {
		margin-bottom: 20px;
		height: 56px;
		-webkit-transition: height 0.4s;
		-o-transition: height 0.4s;
		transition: height 0.4s;
	}

	.plan input[type="radio"]:checked+.plan-content:after {
		top: 20px;
		right: 10px;
	}

	.plan .plan-content .plan-details {
		width: 100%;
	}

	.plan .plan-content {
		padding: 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
}

@media screen and (max-width: 991px) {

	.plan {
		width: 100%;
	}

	.plan.complete-plan {
		margin-top: 20px;
	}

	.plan .plan-content .plan-details {
		width: 70%;
		display: inline-block;
	}

	.plan input[type="radio"]:checked+.plan-content:after {
		top: 45%;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
	}
}

.plan .plan-details span {
	margin-bottom: 0;
	display: block;
	font-size: 20px;
	line-height: 33px;
	color: #252f42;
	padding-left: 4px;
}

.plan .plan-details p {
	color: #646a79;
	font-size: 14px;
	line-height: auto;
	margin-bottom: 0;
	font-size: 16px;
	font-family: system-ui;
}

.bottom-botton a.custom-button {
	background: linear-gradient(90deg, #fcd22d, #fcce2c, #fcca2b, #fcc62a, #fcc129, #fcbd28, #fbb928, #fbb528);
	border: 0;
	padding: 20px 30px;
	border-radius: 6px;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
}


.countdown {
	background-color: #fff;
	display: inline-block;
	color: #000;
	padding: 2px 14px;
	font-size: 19px;
	font-weight: 700;
	margin: auto 0;
	border-radius: 38px;
	text-align: end;
	position: absolute;
	right: 10px;
	top: 10px;
}

.plan input[type="radio"] {
	position: absolute;
	opacity: 1;
	z-index: 9;
	left: 46px;
	top: 26px;
}


@keyframes confetti-slow {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(25px, 105vh, 0) rotateX(360deg) rotateY(180deg);
	}
}

@keyframes confetti-medium {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
	}
}

@keyframes confetti-fast {
	0% {
		transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
	}

	100% {
		transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
	}
}


/* again */
.circle__box {
	width: 200px;
	height: 200px;
	margin: 50px auto 6px;
	position: relative;
}


.circle__wrapper {
	width: 100px;
	height: 200px;
	position: absolute;
	top: 0;
	overflow: hidden;
}

.circle__wrapper--right {
	right: 21px;
}

.circle__wrapper--left {
	left: 0;
}


.circle__checkmark {
	position: absolute;
	left: 53px;
	bottom: 100px;
	width: 0;
	height: 20px;
	background-color: #47136f;
	border-radius: 10px;
	transform: rotateZ(45deg);
	transform-origin: top left;
	animation: checkmarkSmall 0.1s linear 0.5s forwards;
}

.circle__checkmark:after {
	content: "";
	position: absolute;
	left: 33px;
	bottom: -20px;
	width: 0;
	height: 20px;
	background-color: #47136f;
	border-radius: 10px;
	transform: rotateZ(-100deg);
	transform-origin: top left;
	animation: checkmarkBig 0.2s linear 0.6s forwards;
}


.sub_title p {
	font-size: 18px;
}

.sub_title h3 {
	font-size: 34px;
}

.sub_title {
	text-align: center;
}


.Comments-main {
	padding: 15px 12px;
	margin: 18px 0;
	box-shadow: 0 0 11px 0 #ccc;
}

.plan {
	cursor: pointer;
	width: 100%;
	position: relative;
}

.Thankyou img {
	margin: 20px auto;
	width: 100%;
	max-width: 8%;
	display: block;
}
.circle__right {
	border-top: 20px solid #47136f;
	border-right: 20px solid #47136f;
	right: 18px;
	animation: circleRight 0.5s linear forwards;
}
.circle__whole {
	width: 160px;
	height: 160px;
	border: 20px solid transparent;
	border-radius: 50%;
	position: absolute;
	top: 0;
	transform: rotate(-135deg);
}

.Congratulations {
	padding: 20px 0;
}

.congrat {
	position: relative;
	z-index: 99;
	padding: 30px 30px;
	text-align: center;
}

.quiz-congrat img {
	width: 260px;
	padding: 16px 0;
}

.congrat span {
	font-size: 22px;
	margin-top: 18px;
	display: block;
	font-family: cursive;
	font-weight: 600;
	color: #7c7c7c;
}

.congrat h6 {
	font-size: 28px;
	font-family: system-ui;
	font-weight: 700;
	font-style: italic;
}

.quiz-congrat p {
	font-size: 16px;
	margin-top: 10px;
	color: #000;
	margin-bottom: 5px;
}


.certificaed-wap ul li {
	display: inline-block;
	margin: 44px 14px 0;
}

.certificaed-wap ul li a {
	background-image: linear-gradient(21deg, #341a64 0, #690782 74%);
	color: #ffff;
	padding: 16px 0;
	width: 280px;
	display: block;
	font-size: 15px;
	border-radius: 54px;
}

.certificaed-wap ul li a i {
	position: relative;
	font-size: 21px;
	left: -5px;
	top: 1px;
}

li.dg-share-button.js-share-button {
	position: relative;
}

.dg-share-button-icon.icon-left {
	margin-left: 0;
	margin-right: 5px;
}

.dg-share-button-popup {
	display: block;
	position: absolute;
	z-index: -1;
	padding: 8px 0px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	box-shadow: 0 5px 8px #ccc;
	box-shadow: 0 5px 8px 0 rgb(0 0 0 / 10%);
	transform: translateY(0);
	opacity: 0;
	transition: opacity 0.4s, transform 0.4s;
	right: 7px;
	top: 0;
}

.dg-share-button-popup::before {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 5px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 0 solid;
	transform: translate(-50%, 100%);
}

.dg-share-button-popup.active {
	transform: translateY(calc(-100% - 10px));
	opacity: 1;
	z-index: 2;
}

.dg-share-button-popup li {
	margin: 0 6px !important;
}

li.js-social-share a {
	width: 38px !important;
	height: 38px !important;
	line-height: 41px !important;
	text-align: center !important;
	padding: 0 !important;
}

li.js-social-share a i {
	position: inherit !important;
	font-size: 20px !important;
}

button#quiz {
	background-image: linear-gradient(21deg, #341a64 0, #690782 74%);
	color: #fff;
	border: 0;
	padding: 11px 33px;
	border-radius: 5px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
}

.window {
    position: relative;
}

.window i {
    position: absolute;
	right: 1px;
    top: 156px;
    z-index: 99;
    font-size: 20px;
    cursor: pointer;
}

.Full {
	font-size: 12px;
}

div#myvideo {
    background-color: #fff !important;
    padding: 86px 0 0;
    margin-top: 0;
    position: relative;
}

/* profile-resume */
.col-md-9.prof-resume {
    align-items: center;
    display: flex;
    justify-content: center;
	box-shadow: 0 2px 9px rgb(0 0 0 / 21%), 0 1px 2px rgb(0 0 0 / 48%);
}
.resume-detail-box {
    display: grid;
}
.template-options {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 25px;
    justify-content: space-evenly;
}
.temp-preview {
    border: 1px solid #cecece;
}
.temp-preview:hover {
	transform: scale(1.1);
	cursor: pointer;
}
.temp-preview img {
	opacity: 1;
	display: block;
	width: 100%;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}
button.updatebutton {
	background-color: #29539b;
	background-image: linear-gradient(rgb(52, 26, 100) 0px);
	color: #fff;
	border: 0;
	padding: 12px 21px 14px;
	border-radius: 5px;
	margin-top: 18px;
}
.middle {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
}
.temp-preview:hover img{
	opacity: 0.3;
}
.temp-preview:hover .middle {
	opacity: 1;
}
.btn-box{
	margin: 10px;
}
.blog-img-div {
    display: grid;
    justify-content: left;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}
.row-nav {
    display: flex;
    padding: 20px;
    border-radius: 50px;
    background: #e9eef1;
}
.angle-right{
    color: #4f5c65;
}
.col-nav {
    margin-left: 21px;
    color: #4f5c65;
}
.blog-img-div>div:first-child {
    width: fit-content;
    margin-top: 10px;
}
.col-nav {
    margin-left: 21px;
    color: #4f5c65;
}
.blogImg {
    width: 70%;
    height: 70%;
    border-radius: 38px;
    display: flex;
    flex-direction: row;
    margin-top: 40px;
}
.blog-img-div img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.side-detail {
    margin-left: 40px;
}
.SingleBlog {
    width: 585px;
}
.SingleDetails {
    background: #fff;
}
.category-head {
    display: flex;
    flex-direction: row;
}
.blog-wap p {
    font-size: 14px !important;
    margin: 8px 0;
}
.category-head a {
    margin-left: 20px;
    border-radius: 20px;
}
.blog-title {
    margin-bottom: 20px;
	margin-top: -35px;
}
.blog-title h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    margin-top: 40px;
}
.blog-col {
    display: flex;
    flex-direction: row;
    margin: 52px 0px;
    overflow: hidden;
    width: 90%;
}
.blog-col img {
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
}
h5.author-title {
    margin-top: 18px;
    margin-left: 12px;
    font-size: 15px;
}
.row.justify-content-center.single-blog-content {
    margin-top: -60px;
    display: flex;
    flex-direction: row;
    justify-content: left !important;
    align-items: baseline;
	/* margin-right: 188px; */
}
.stick-wrapper {
    padding-top: 6px;
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    margin-right: 0px;
    width: 25%;
}
.title-small {
    color: #202146;
    margin-bottom: 4px;
    font-weight: 700;
}
.main-wap2.mani2 {
    padding: 18px 12px;
    height: auto !important;
}
.blog-content {
    width: 100%;
    margin-left: 30px;
    margin-top: -80px;
}
.SingleDetails {
	margin-top: -33px;
    background: #fff;
}
.SingleDetails strong {
    /* font-size: 22px !important; */
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: Montserrat-Regular;
}
.tocitem.active {
    color: #070e27;
    background-color: rgba(41,98,255,.1);
    border-left-width: 2px;
    border-left-color: #2962ff;
    padding-left: 7px;
	/* margin-right: 75%; */
}
.tocitem {
    color: #4a6a86;
    border-left: 1px solid #dbe2eb;
    border-radius: 0 5px 5px 0;
    justify-content: space-between;
    padding: 10px 10px 10px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2em;
    text-decoration: none;
    transition: color .2s,background-color .2s,color .2s;
    display: flex;
}
.tocitem strong{
	/* font-family: system-ui; */
	font-family: 'Montserrat-Regular';
	font-size: 15px;
}
.blog-cont {
    flex: 0 0 63%;
    max-width: 63%;
}
.blog-content{
    width: auto;
	margin-left: 10px;
    margin-top: 2%;
	font-family: Montserrat-Regular;
	/* text-align: justify; */
}
.blog-content strong {
    font-weight: bold;
	font-family: Montserrat-Regular;
	/* font-family: system-ui; */
    color: black;
}
.blog-content h1{
    font-size: 34px !important;
}
.blog-content h2{
    font-size: 30px !important;
}
.blog-content h3{
    font-size: 24px !important;
    color: black;
	font-family: Montserrat-Regular;
	/* font-family: system-ui; */
}
.blog-content h4{
    font-size: 20px !important;
}
.blog-content p{
    font-size: 15px !important;
    color: black;
	font-family: Montserrat-Regular;
	/* font-family: system-ui; */
	font-weight: lighter;
}
.blog-content ol li {
	font-family: Montserrat-Regular;
	/* font-family: system-ui; */
    font-size: 15px;
    color: black;
}
.blog-content ul li {
	font-family: Montserrat-Regular;
	/* font-family: system-ui; */
    font-size: 15px;
    color: black;
}
.blog-content ul li:after {
    background-color: black;
    left: 18px;
    top: 10px;
    width: 7px;
    height: 7px;
}
.blog-content ul li:after {
    background-color: black;
    left: 18px;
    top: 10px;
    width: 7px;
}
.blog-posts {
    display: grid;
    grid-template-columns: repeat(4, 15%);
    gap: 25px;
    justify-content: space-between;
}
.each-post {
    width: 181%;
    margin-bottom: -21px;
}
.post-container {
    margin-right: 100px;
	margin-top: 30px;
}
.col-nav a {
    color: #4f5c65;
}
.SingleInner {
    width: auto;
}
.srp-jobtuple-wrapper {
    margin-bottom: 16px;
}
.cust-job-tuple.layout-wrapper.lay-2.sjw__tuple {
    position: relative;
	display: block;
    background: var(--N100);
    border-radius: 20px;
    width: 100%;
	height: 98%;
    padding: 24px 24px 24px;
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    transition: box-shadow .2s linear;
    border: none;
}
.styles_jhc__grey-separator__2K9Aw {
	display: inline-block;
    width: 1px;
    height: 14px;
    background-color: black;
    margin-left: 20px;
    margin-right: 10px;
}
.srp-jobtuple-wrapper {
    margin-bottom: 16px;
    width: 33%;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 35px 0 0;
    color: var(--N700);
}
.salary-details{
	margin: 5px 0 0;
}
.imagewrap {
    float: none;
    position: absolute;
    right: 24px;
    top: 24px;
    width: 50px;
    height: 50px;
}
.imagewrap .logoImage {
    height: 50px;
    width: 50px;
    border-radius: 14px;
    border: 1px solid black;
}
.srp-jobtuple-wrapper .sjw__tuple * {
    box-sizing: border-box;
}
.srp-jobtuple-wrapper .sjw__tuple .row1 {
	width: 87%;
}
.srp-jobtuple-wrapper .sjw__tuple .row1 .title {
    line-height: 22px;
    color: var(--N800);
    max-width: 100%;
    display: block;
	font-size: 16px !important;
	
}
.srp-jobtuple-wrapper .sjw__tuple .row2 {
	width: 86%;
    font-size: 14px;
    margin-right: 4px;
    margin-top: 4px;
}
.srp-jobtuple-wrapper .sjw__tuple .row2 .comp-dtls-wrap {
    align-items: center;
    margin-top: 0;
    overflow: unset;
    white-space: unset;
}
.srp-jobtuple-wrapper .sjw__tuple .row2 .comp-dtls-wrap .comp-name {
    color: var(--N700);
    width: auto;
    max-width: fit-content;
    display: inline-block;
    padding: 0;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .exp-wrap {
    padding-right: 19px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .exp-wrap .exp {
    max-height: 18px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .exp-wrap .exp span {
    display: inline-block;
    max-width: 100%;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .sal-wrap {
    padding-right: 19px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .sal-wrap .sal {
    max-height: 18px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .sal-wrap .sal span {
    display: inline-block;
    max-width: 100%;
}
.cust-job-tuple .job-details .loc-wrap {
    padding-right: 30px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .loc-wrap .loc {
    max-height: 18px;
}
.srp-jobtuple-wrapper .sjw__tuple .row3 .job-details .loc-wrap .loc span {
    display: inline-block;
    max-width: 139px;
}
/* job-details page */
.styles_jhc__comp-banner__ynBvr{
	width: 100px;
    height: 100px;
    border: 1px solid black;
    border-radius: 18px;
    position: absolute;
    top: 10px;
    right: 30px;
}
.styles_job-header-container___0wLZ {
	width: auto;
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    padding: 24px;
    background-color: white;
}
.styles_jd-header-title__rZwM1{
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
}
.styles_job-header-container___0wLZ .styles_jhc__top__BUxpc {
    position: relative;
}
.styles_job-header-container___0wLZ .styles_jhc__top__BUxpc .styles_jhc__jd-top-head__MFoZl {
    width: 79%;
    display: inline-block;
}
.styles_jd-header-comp-name__MvqAI {
    margin-top: 4px;
    color: black;
    margin-right: 12px;
}
.styles_jhc__exp-salary-container__NXsVd {
    display: flex;
    margin-top: 15px;
	margin-bottom: 5px;
    align-items: center;
	z-index:0;
}
.styles_jdp_details{
	display:flex !important;
	flex-direction: column;
}
.styles_jhc__left__tg9m8 {
    display: inline-block;
    width: 79%;
    vertical-align: top;
}
.styles_jhc__bottom__DrTmB {
    border-top: 1px solid black;
	padding-top: 10px;
    margin-top: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.styles_jhc__locationtype-container__NXsVd {
    display: flex;
    /* margin-top: 40px; */
    /* margin-bottom: 25px; */
    align-items: center;
}
.apply-div {
    background-color: #29539b;
    background-image: linear-gradient(315deg, #29539b 0%, #1e3b70 74%);
    border: 0;
    padding: 12px 38px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
	justify-content: center;
    display: flex;
    margin-top: 25px;
	/* filter: contrast(1.50); */
	width: 100%;
}
/* #jobApply::before,
#jobApply::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 2px;
    z-index: -1;
}
#jobApply:active {
    background-color: #005baf;
}
#jobApply::before {
    animation: pulse-blue-medium-sm 3s infinite;
}

#jobApply::after {
    animation: pulse-blue-small-sm 3s infinite;
} */
.dang-inner-html h1{
	font-size:34px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html h2{
	font-size:30px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html h3{
	font-size:24px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html h4{
	font-size:20px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html h5{
	font-size:18px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html h6{
	font-size:16px;
	/* font-family: Montserrat-Regular !important; */
	margin-bottom: 20px;
    margin-top: 29px;
}
.dang-inner-html p{
	font-size:16px;
	color:black;
}
.dang-inner-html ul li{
	font-family: Montserrat-Regular !important;
	font-size:16px;
	color:black;
	list-style: inside;
}
.dang-inner-html ul li p {
    display: inline;
}
.col-md-8.styles_simjobs-right-container__LiCCx.styles_complete__R9_rL {
    width: 30%;
	height: 100%;
    box-shadow: 0 6px 12px rgba(30,10,58,.04);
    border-radius: 20px;
    padding: 24px;
    background-color: white;
}
.latest-jobs {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DBD8F0;
    cursor: pointer;
    position: relative;
}
.styles_src__details__tWpXV h3{
	font-size: 16px;
    font-weight: 200;
    line-height: 23px;
}
.styles_src__company-name__2Y40b {
    width: 85%;
}
.comp-banner{
	width: 49px;
    height: 49px;
}
.styles_simjobs-right-container__LiCCx h2{
	font-size: 25px;
	text-align: center;
	font-weight: 300;
}
.styles_education__KXFkO {
    margin-top: 5%;
	display: flex;
    flex-direction: column;
    margin-bottom: 5%;
	font-size: 16px;
}
.styles_src__details__tWpXV {
    width: 76%;
}
.content-form-container{
	margin-right: 2%;
    margin-left: 2%;
}
.date-view-container {
    padding: 10px;
    margin-right: 40px;
}
.styles_education__KXFkO span {
	margin: 10px 0px 10px 0px;
}