<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {margin: 0; padding: 0}

body {
 font-family: "Poppins", sans-serif;
 margin: 0;
 padding: 0;
 font-size: 16px;
 font-weight: 400;
 color: #232e33;
 outline: 0;
 line-height: 1.5em;
 overflow-x: hidden
}
.bannerContent .tx ul li {
    background: url(../images/arrow-bg.png) no-repeat 3px 10px;
    font-size: 15px;
    list-style: none;
    padding: 4px 27px;
    color: #fff;
    text-align: left;
}
.fgh h3 {
    font-size: 16px;
}
.bannerContent h2 span {
    background: #fdde21;
    color: #124280;
    display: block;
}

.why {background:url("../images/why.jpg"); background-repeat: no-repeat; background-size: 100%;}

.fiv-one12 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 30px;
}

.three-bx12:hover {
    background: #00216e;
}

.three-bx12 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 19%;
    height: auto;
    padding: 6px 10px;
    background: #3a3a3a;
}

.three-bx12 img {
    width: 55px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 50%;
    height: 55px;
    padding: 8px;
}
.three-bx12 h2 {
    font-style: normal;
    font-size: 21px;
    color: #fdde21;
    text-align: center;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 13px;
}

.three-bx12 h2 span {
    color: #ffffff;font-weight: normal;
    font-size: 15px;
}

.fiv-one13 {
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 27px;
}
.three-bx13 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    display: flex;
    flex-direction: column;
    width: 32%;
    height: 183px;
    padding: 5px 10px;
    margin: 4px 4px;
    background: #e7edff;
}

.three-bx13 img {
    width: 55px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 50%;
    height: 55px;
    padding: 4px;
    margin-bottom: 8px;
}
.three-bx13 h2 {
    font-size: 15px;
    color: #181717;
    text-align: center;
    margin-bottom: 9px;
    line-height: 21px;
}

.three-bx13 h2 span {
    color: #ffffff;
    font-weight: normal;
    font-size: 15px;
}

.bz {
    margin-top: -18px;
}
.bz ul {
    text-align: left;
    padding: 0 5px;
}
.bz ul li {
    background: #efefef;
    padding: 6px 6px;
    display: inline-block;
    color: #000000;
    font-size: 14px;
    text-align: left;
    margin: 3px 3px;
    border: solid 1px #cacaca;
    border-radius: 5px;
}

.mba h6 {
    padding: 0 0 8px 0px;
}
.fgh p {
    font-size: 15px;
    color: #000;
    line-height: 1.5;
}

.fgh p span {
    font-size: 24px;
    color: #2e97bf;
    font-weight: bold;
}
.fgh {
    padding: 19px 8px;
    background: #f1f9fc;
    text-align: center;
    margin: auto;
    border-radius: 15px;
    border-bottom: solid 7px #3a3885;
    width: 86%;
}
.three-bx5:hover {
    background: #fff1e7;
}
.mba p {
    font-size: 16px;
    line-height: 24px;
}
.bannerContent h2 {
    background: #fdde21;
    color: #000652;
    display: block;
    padding: 6px 9px;
    margin: 11px 0 23px 0px;
    width: 45%;
    border-radius: 9px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.financial-tabs h3 {
    font-size: 20px;
    padding: 11px 0px;
    text-align: center;
    color: #1593d2;
    border-bottom: solid 1px #fedf85;
    margin-bottom: 10px;
}
.accordion-thumb::before {
    content: "";
    display: inline-block;
    height: 7px;
    width: 7px;
    margin-right: 1rem;
    margin-left: 0.5rem;
    vertical-align: middle;
    border-right: 1px solid;
    border-bottom: 1px solid;
    transform: rotate(-45deg);
    transition: transform 0.2s ease-out;
}

.accordion {
	margin: 1rem 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #e5e5e5;
}

.accordion-item {
	border-bottom: 1px solid #e5e5e5;
}

/* Thumb */
.accordion-thumb {
	margin: 0;
	padding: .8rem 0;
	cursor: pointer;
	font-weight: 500;
	text-align: left;
	
	
	Chevron
	&amp;::before {
		content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	margin-right: 1rem;
	margin-left: .5rem;
	vertical-align: middle;
	border-right: 1px solid;
	border-bottom: 1px solid;
	transform: rotate(-45deg);
	transition: transform .2s ease-out;
	}
;
	font-size: 18px;
	color: #2ca34f;
}

/* Panel */
.accordion-panel {
	margin: 0;
	padding-bottom: .8rem;
	display: none;
	text-align: left;
	padding: 0 24px;
}

/* Active */
.accordion-item.is-active {
	.accordion-thumb::before {
		transform: rotate(45deg);
	}
}


.test1 {
    text-align: center;
}
.test1 h4 {
    text-align: center;
    margin: 23px 0 8px 0px;
    background: #4cb16a;
    padding: 10px;
    border-radius: 20px;
    color: #fff;
    font-size: 19px;
    display: inline-block;
}
.test1 h5 {
    text-align: center;
    color: #1e1e1e;
    font-size: 18px;
    padding: 7px 8px;
}
.tx ul {
    padding: 10px 28px;
    margin-top: 10px;
}
.tx ul li {
    background: url(../images/arrow-bg.png) no-repeat 3px 10px;
    font-size: 15px;
    list-style: none;
    padding: 4px 27px;
    color: #262424;
    text-align: left;
}
.mba h1 {
    font-size: 75px;
    font-weight: bolder;
    color: #001c48;
    line-height: 76px;
}

.navbar {
    padding: 0;
}

.mba h6 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}


.three-bx9 ul li {
    text-align: left;
    font-size: 15px;
    line-height: normal;
    border-bottom: solid 1px #eee;
    padding: 8px 0px;
}

.fiv-one9 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 50px;
}

.three-bx9 {
    text-align: center;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    width: 49%;
    min-height: 454px;
    border: solid 1px #eee;
    border-radius: 20px;
    padding: 10px 11px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    border-top: solid 20px #315ca5;
    background: #fff;
}

.three-bx9 h2 {
    font-size: 15px;
    color: #315ca5;
    text-align: left;
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 11px;
    font-weight: bold;
}

.three-bx9 img {
    margin-left: auto;
    margin-right: auto;
    width: 77px;
}

.fiv-one4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 23px;
}
.three-bx4 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 24%;
    min-height: 200px;
    padding: 7px 12px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
}

.three-bx4 img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
}
.three-bx4 h2 {
    font-size: 14px;
    color: #212122;
    display: inline-block;
    padding: 3px;
    line-height: 1.5;
    margin-top: -3px;
    text-align: center;
    font-weight: bold;
}


.fiv-one11 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 23px;
}
.three-bx11 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 19%;
    min-height: 120px;
    padding: 7px 6px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background: #fbf5f5;
}

.three-bx11 img {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 12px;
    width: 64px;
    background: #fff;
    border-radius: 50%;
    height: 64px;
}
.three-bx11 h2 {
    font-size: 14px;
    color: #212122;
    display: inline-block;
    padding: 1px;
    line-height: 1.5;
    margin-top: -3px;
    text-align: center;
}


.abt ul {
    padding: 7px 4px;
}
.dg h6 {
    padding: 15px 9px;
    font-size: 14px !important;
    text-align: center;
}
.bd p {
    text-align: left;
}
.abt ul li {
    background: url(../images/arrow-bg.png) no-repeat 3px 11px;
    font-size: 16px;
    padding: 7px 29px;
    color: #2b2929;
}

.fiv-one6 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 67%;
    flex-flow: wrap;

    margin-top: 21px;
}

.three-bx6 {
    text-align: center;
    transition: ease all 0.4s;
    margin-bottom: 18px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 49%;
    height: 62px;
    padding: 5px 8px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background: #2ca34f;
    border-radius: 10px 0px;
}
.three-bx6 h2 {
    font-style: normal;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 11px;
    line-height: normal;
    margin-top: 11px;
    text-align: center;
    font-weight: normal;
}
.abt h5 {
    font-size: 27px;
    color: #365ba9;
    margin-top: 15px;
}
#courses-slider img {
    border-radius: 10px;
}
.col-md-5.logi img {
    border-radius: 20px;
}
.fiv-one5 {
    display: flex;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 31px;
    justify-content: center;
}

.three-bx5 {
    text-align: center;
    transition: ease all 0.4s;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 18%;
    min-height: 85px;
    border-radius: 10px;
    padding: 8px 7px;
    background: #e7edff;
    margin: 4px 8px;
}

.three-bx5 h2 {
    font-size: 15px;
    color: #3f3e4a;
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
}

.bd h4 {
    color: #2d4191;
    font-size: 22px;
}
.bd ul {
    list-style: square;
    font-size: 16px;
    line-height: 28px;
    padding: 2px 18px;
}

.bd ul li {
    text-align: left;
    color: #000;
    font-size: 15px;
}

.bd h6 {
    color: #cfae0f;
    font-size: 18px;
    margin-bottom: 9px;
}
.bd p {
    font-size: 14px;
    margin-bottom: 13px;
}
.container.tx ul li {
    text-align: left;
    color: #1a1919;
}
.fkl ul li {
    display: inline-block;
    border: solid 1px #eaeaea;
    margin: 3px 11px;
    width: 33%;
    text-align: left;
    padding: 0 10px;
    background: #fff;
    border-radius: 4px;
}
.bannerContent img {
    margin-top: -54px;
}
.logo { 
    position: relative;
    top: 43px; 
}
.dgf img {border-radius: 10px;}
img.img-responsive {
    margin-top: 10px;
}
.financial-tabs h4 {
    font-size: 18px;
    color: #c24245;
    font-weight: bold;
    padding-bottom: 4px;
}
.financial-tabs {
    background: #fff;
}
.dg{
    min-height: 215px;
    padding: 9px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    margin-top: 12px;
    }
.row.yu img {
    width: 100%;
}

.row.yu h2 {
    color: #222324;
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
    line-height: 1.56;
}
.row.yu p {
    font-size: 16px;
    line-height: 1.6;
}
.navbar-light .navbar-nav .nav-link {
    color: #171717;
    font-size: 14px;
    margin: 0 2px;
    padding: 0 10px;
    border-right: solid 1px #fce424;
    text-transform: uppercase;
}
h2.lft {
    position: relative;
    right: 0;
    top: 10px;
    text-align: center;
    margin: auto;
}
#back-to-top {
    position: fixed;
    bottom: 13px;
    right: 8px;
    border: none;
    background: #fedf85;
    border-radius: 50%;
    width: 50px;
    height: 50px;
}
#law {background-image: url("../images/bg-r.jpg");
    background-size: cover; background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

#why {
    background-image: url(https://www.lawentrance.com/lst-freezone/images/slider-1.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
#why:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 70%);
    content: "";
}
.three-bx h2 span {
    color: #8541ba;
    font-size: 41px;
    font-weight: bold;
}

.why-cl1 ol li {
    line-height: 30px;
    font-size: 16px;
}
.why-cl1 ol {
    padding: 3px 24px;
    list-style: square;
}

.why-cl ol li {
    line-height: 36px;
    font-size: 16px;
}
.why-cl ol {
    padding: 3px 24px;
    list-style: square;
}
.why-cl1 {
    text-align: justify;
    /* height: 346px; */
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
    background: #fff;
    padding: 10px 46px;
}
.why-cl {
    text-align: justify;
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
    background: #fff;
    padding: 69px 46px;
}
img.img-responsive {
    width: 100%;
}
.digital img {
    box-shadow: 0px 0px 36px rgb(76 76 100 / 6%);
}
.bannerContent h4 span {
    background: #f9d800;
    padding: 3px 6px;
    font-size: 20px;
    border-radius: 4px;
}
.three-bx1 h2 {
    color: #f5ba08;
    font-size: 40px;
    font-weight: bold;
}
.mba {
    text-align: center;
    margin: 20px 0px;
}
#mission {
    margin: 20px 0px;
}
section.pt h6 {
    font-size: 18px;
}
.three-bx1 p {
    text-align: center !important;
    color: #fff;
}
.financial-tabs h5 {
    font-size: 21px;
    padding-bottom: 5px;
}
.bannerContent h6 {
    margin: 29px 0px;
    color: #ffffff;
    font-size: 22px;
    padding: 4px 1px;
}
.three-bx ul li {
    float: left;
    margin: 2px 21px;
    list-style: square;
    padding: 2px 5px;
    color: #000;
    font-size: 15px;
}
.financial-tabs h6 {
    font-size: 15px !important;
    line-height: 28px;
    margin-top: -5px;
    background: #bc3538;
    color: #fff;
    display: inline-block;
    padding: 0px 13px;
}

.fiv-one1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
}

.three-bx1 {
    text-align: center;
    border-radius: 10px;
    transition: ease all 0.4s;
    margin-bottom: 11px;
    justify-content: center;
    flex-direction: column;
    width: 32%;
    height: 145px;
    padding: 19px 20px;
    margin-top: 20px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    border: solid 1px #c7afaf;
}
.three-bx1 ul li {
    float: left;
    margin: 2px 21px;
    list-style: square;
    padding: 2px 5px;
    color: #000;
    font-size: 15px;
}
.three-bx1 img {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 0px;
}
.mba h5 {
    position: relative;
    color: #fff;
    padding: 4px 62px;
    font-size: 19px;
    border-radius: 10px;
    background: #0046a4;
    display: inline-block;
}
.bx {
    padding: 0 0px 24px 0px;
    height: auto;
    margin-top: 0;
}
.bx-s img {
    height: 83px;
}
.three-bx img {
}
.fs {
    display: flex;
    text-align: center;
}

.bx h3 {
    padding: 6px 0px;
    font-size: 23px;
    color: #8441b9;
}
.bx ul li {
    font-size: 16px;
    list-style: disc;
    line-height: 27px;
}
.bx ul {
    list-style: none;
    padding: 0 20px;
}
.bannerContent ul li {
}
.bannerContent h4 {
    color: #ffffff;
    margin-top: 10px;
    font-size: 28px;
    margin-bottom: -7px;
}
.bannerContent ul {
    padding: 9px 17px;
}
hr {
    border: solid 1px #f58926;
    width: 10%;
    margin: 11px auto;
    border-radius: 10px;
}
hr.about {
    width: 114px;
    border: solid 1px #f0b452;
    margin-top: -17px;
    margin-left: 0px;
}
.bannerContent h1 {
    color: #fdde21;
    font-size: 51px;
    line-height: 54px;
    font-weight: bold;
    text-transform: uppercase;
}
.bannerContent h1 span {
    font-size: 38px;
    line-height: normal;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
}
.tx p {
    text-align: center;
    line-height: 1.9;
    font-weight: normal;
    text-align: justify;
}
.nx-section {
    background: #f1f1f1;
}
.bannerContent {
    padding: 0px 0px;
}
.bx-s1 p span {
    color: #fed032;
    font-size: 24px;
    font-weight: 600;
}
.bx-s1 {
    box-shadow: 1px 1.732px 40px 0px rgb(237 237 237 / 14%);
    padding: 12px 10px;
    width: 210px;
    margin: 0 0 0 9px;
    border-radius: 50%;
    height: 210px;
    border: solid 1px #a19d92;
}
.bx-s1 img {
    width: 81px;
    padding: 10px;
}
.bx-s1 p {
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
}
section.pt {
    padding: 40px 0px;
}
.ab ul {
    text-align: left;
    margin-top: 20px;
}
.ab ul li {
    font-size: 15px;
    line-height: 27px;
}
.fiv-one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-flow: wrap;
    margin-top: 50px;
}
.row.abt img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.ab h2 {
    text-align: left;
    font-size: 28px;
    font-weight: bold;
    padding: 22px 0px;
    color: #f9d800;
}
.ab p {
    text-align: justify;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
}
.ab {
    padding: 3px 29px;
}
.three-bx {
    text-align: center;
    transition: ease all 0.4s;
    margin-bottom: 15px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    width: 15%;
    min-height: 109px;
    border: solid 1px #eee;
    border-radius: 7px;
    padding: 7px 7px;
    box-shadow: 0px 0px 12px -3px rgb(0 0 0 / 35%);
    background: #fff;
}
.three-bx h2 {
    font-size: 14px;
    color: #2a2828;
    text-align: center;
    margin-bottom: 10px;
    line-height: normal;
    margin-top: 8px;
    font-weight: bold;
}
.three-bx p {
    font-size: 14px;
    text-align: center;
    color: #3a3a3a;
    line-height: 1.8;
}
.lst ul {
    list-style: square;
}
.lst ul li {
    color: #fff;
    text-align: left;
    line-height: 30px;
    font-size: 15px;
}
.bannerContent h5 {
    font-size: 24px;
    padding: 5px 6px;
    margin-top: 19px;
    color: #ffffff;
    line-height: 1.6;
    display: inline-block;
}
.bx-s {
    text-align: center;
    padding: 10px;
    margin-top: 20px;
    background: #fff;
    border-radius: 10px;
    width: 192px;
    height: 103px;
    border: solid 1px #eee;
}
.bx-s h5 {
    color: #2a2a2a;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.highlight {
    /* background: #efefef; */
    padding: 40px 0px;
}
section.band {
    padding: 20px 0px;
}
section.band img {
    width: 100%;
}
.logo img {max-height: 95px;}
.tx ul {
    list-style: disc;
    font-size: 16px;
    line-height: 29px;
    padding: 8px 15px;
}
.tx h2 {
    font-size: 22px;
    color: #1d265f;
    font-weight: bold;
    background: #eee;
    display: inline-block;
    border-radius: 10px;
    padding: 8px 12px 8px 11px;
    margin-bottom: 10px;
}
h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-size: 28px;
    margin: 0;
    line-height: 1.3em
}

p {
    padding: 0;
    margin: 0;
    line-height: 1.8;
    font-size: 15px;
    color: #11212e
}

.hr {
    margin-bottom: 15px;
    margin-top: 15px;
    border-color: #000;
    width: 25%;
    margin-left: auto;
    margin-right: auto
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}
.carousel-indicators li {
    background-color: #801634;
}
.carousel-indicators {bottom: -61px;}
a {
    outline: 0 !important;
    color: #f15922;
    text-decoration: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

a:active, a:focus, a:hover {
    outline: 0 !important;
    text-decoration: none;
    color: #000
}

input:focus, textarea {
    outline: 0 !important;
    text-decoration: none
}

img {
    border: 0
}

.img-responsive100 {
    width: 100%
}

.nopd {
    padding-left: 0;
    padding-right: 0
}

.fsize22 {
    font-size: 18px
}

.fsize28 {
    font-size: 28px
}

.fsize24 {
    font-size: 24px
}

.font-weight-300 {
    font-weight: 400 !important
}

.font-weight-900 {
    font-weight: 900 !important
}

.font-weight-700 {
}

li {
    color: #1e1e1e;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease
}

::-moz-selection {
    background-color: #f16f21;
    color: #fff
}

::selection {
    background-color: #f16f21;
    color: #fff
}

::-webkit-input-placeholder {
    color: rgba(0,0,0,.8) !important
}

::-moz-placeholder {
    color: rgba(0,0,0,.8) !important
}

:-ms-input-placeholder {
    color: rgba(0,0,0,.8) !important
}

:-moz-placeholder {
    color: rgba(0,0,0,.8) !important
}

.zindex2 {
    z-index: 2
}

.show {
    display: block !important
}

.text-orange {
    color: #ffffff;
}

.text-blue {
    color: #1c2e51
}

.bg-orange {
    background-color: #f16e21
}

.bg-blue {
    background-color: #bf2727;
}

.sticky {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

#header.sticky .header-absolute {
    background-color: #ffffff;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%)
}

#header.sticky .header-absolute .logo img {
}

#back-top {
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    display: none;
    width: 40px;
    height: 40px;
    border: 1px solid #8541ba;
    background-color: #8541ba;
    border-radius: 100%;
    text-align: center;
    -webkit-transition: all .25s ease;
    transition: all .25s ease
}

#back-top:after {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 20px;
    content: "";
    background: url(https://clsite-file1.s3.amazonaws.com/7214_top.png);
    line-height: 48px;
    -webkit-transition: color .25s ease,-webkit-transform 2s ease;
    transition: color .25s ease,transform 2s ease;
    width: 30px;
    height: 24px;
    background-size: 33px;
    background-repeat: no-repeat;
    position: absolute;
    top: 6px;
    left: 3px;
}

#back-top:hover {
    border-color: transparent;
    background-color: #11212e
}

#back-top:hover:after {
    color: #fff
}

.bc-img01 {
   background-image: url("../images/banner.jpg");
   background-size: cover;
   background-repeat: no-repeat;
   height: 597px;
   background-position: 0px 0px;
   box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
}

.sideNavi {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 2
}

.sideNavi-flex .sideNavi-item .callbg {
    background-color: #c6c6c6;
    color: #010101
}

.sideNavi a {
    background-color: #1c2e51;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    padding: 9px 16px;
    margin-bottom: 50px;
    display: block
}

.blog-text &gt; a {
    color: #fff;
    display: inline-block;
    background-color: #1c2e51;
    line-height: 1;
    border-radius: 30px;
    padding: 20px 40px;
    position: relative;
    text-transform: capitalize;
    transform: perspective(1px) translateZ(0);
    transition: color .3s ease 0s;
    vertical-align: middle;
    font-size: 16px
}

.blog-text &gt; a:hover {
    color: #414042
}

.blog-text &gt; a::before {
    border-radius: 30px;
    background-color: #fff;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.blog-text &gt; a:hover::before {
    transform: scaleY(1)
}

.widget-title h3 {
    position: relative;
    font-size: 26px;
    color: #121111;
    font-weight: bold;
    padding-top: 10px;
}

.header .header-absolute {
    position: absolute;
    width: 100%;
    z-index: 10;
    background: #ffffff;
    box-shadow: 0 0 18px 1px rgb(0 0 0 / 10%);
    padding: 8px 0px;
}

.logo {
    /* position: relative; */
    top: 0px;
}

.logo-right strong a {
    line-height: 1.1;
    color: #1c2e51;
}

.logo-right i {
    margin-top: 5px;
    display: inline-block;
    font-size: 40px;
    position: absolute;
    right: 41%
}

.dsu-form {
    width: 334px;
    padding: 17px 14px;
    border-radius: 4%;
    background-color: rgb(229 229 229 / 90%);
}

.frmBg {
    text-align: center;
    position: relative
}

.frmBg h4 {
    font-size: 17px;
    line-height: 13px;
    color: #011662;
    display: block;
    padding: 6px 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.applyBox {
    margin-top: 1%;
    width: 100%;
    display: table
}

.contact_fild {
    padding: 0 0;
}

.contact-fild-box .form-control {
    font-size: 14px;
    color: rgba(0,0,0,.9);
    border: 0;
    background-color: #ffffff;
    margin: 0 auto;
    padding: 7px 15px;
    height: auto;
    border-radius: 8px !important;
}

.form-group {
    margin-bottom: 6px
}

.btn_submit {
    background: #fff;
    color: #1c2e51;
    font-size: 20px;
    position: relative;
    border: 0;
    border-radius: 10px;
    padding: 10px 40px;
    margin-top: 10px;
    line-height: normal
}

.btn_submit:hover {
    background: #1c2e51;
    color: #fff
}

.contact-fild-box {
    margin-bottom: 10px;
    position: relative
}

.contact-fild-box.text-center {
    margin-bottom: 0
}

.dsu-intro {
    position: absolute;
    width: 30%;
    top: 22%;
    z-index: 1;
    right: 0
}

.dsu-addmission {
    margin-top: 29%;
    display: block;
    padding: 0;
}

.formIDfid {
    padding: 0;
}

.contact-fild-box .form-control option {
    color: #000
}


.unique__section span {
    background-color: #fff;
    position: relative;
    color: #1e2761;
    padding: 5px 2px;
    font-size: 18px;
    font-weight: 700;
}

.unique__section span:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 12px;
    margin: 0 auto;
    bottom: -12px;
    left: 47%;
    clip-path: polygon(0 0,46% 100%,100% 0)
}

.program__section .program__row_area .program-item .program__icon {
    background-color: #fff;
    border: 2px solid #801634;
    width: 100px;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -50px;
    line-height: 92px;
    border-radius: 100%
}

.program__section .program__row_area .program-item p {
    font-weight: 700;
    margin-top: 15px;
    font-size: 18px
}

.program__section .program__row_area .program-item:hover {
    background-color: #1c2e51
}

.program__section .program__row_area .program-item:hover p {
    color: #fff
}

.program__section .program__row_area .program-item {
    background-color: #fff;
    border: 2px solid #801634;
    border-radius: 15px;
    padding: 15px 25px;
    min-height: 180px
}

#highlights-slider.owl-carousel .owl-stage-outer {
    padding-top: 40px
}

#highlights-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #1c2e51
}

#highlights-slider.owl-theme .owl-dots .owl-dot.active span, #mentors-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #1c2e51
}

#highlights-slider.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    color: #fff;
    background: #f16e21;
    padding: 0 15px;
    font-size: 50px;
    top: 40%;
    margin: 0;
    border-radius: 0;
    text-align: center
}

#highlights-slider.owl-theme .owl-nav .owl-prev {
    left: -100px
}

#highlights-slider.owl-theme .owl-nav .owl-next {
    right: -100px
}

.industry__section .industry-item .industry-thumb {
    overflow: hidden;
}

.industry__section .industry-item .industry-content p {
    color: #000;
    font-size: 18px;
    padding: 10px
}

.program__section .program__row_area #highlights-slider1 .program-item {
    margin-top: 50px;
    background-color: #fff;
}

.program__section .program__row_area #highlights-slider1 .program-item:hover {
    background-color: #801634;
}

.program__section .program__row_area #highlights-slider1 .program-item:hover p {
    color: #fff;
}

.industry__section .industry-item {
    background-color: #fff;
    padding: 10px;
    border-radius: 0;
    height: 319px;
    transition: all 1s;
}

.industry__section .industry-item:hover {
    background-color: #fff;
    padding: 10px;
    border-radius: 30px
}

.industry__section .industry-item:hover p {
    color: #1c2e51;
}

.program__section .program__row_area #highlights-slider1 .program-item p {
    color: #1a191a;
    .program__section .program__row_area #highlights-slider1 .program-item
    }

.recognitions__section .recognitions_item {
    border-radius: 18px;
    padding: 15px;
    border: solid 1px #bdbcbc;
}

.recognitions__section .recognitions_item p {
    font-weight: 700;
    font-size: 18px;
    margin-top: 8px
}

#recognitions-slider.owl-theme .owl-dots .owl-dot span {
    width: 18px;
    height: 18px;
    background-color: transparent;
    border: 1px solid #fff
}

#recognitions-slider.owl-theme .owl-dots .owl-dot.active span, #recognitions-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff
}

.benefits__section {
    background-color: #eee
}

.talent__section {
    background-image: url(../../images/Admissions.webp);
    background-size: 100%;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center
}

.talent__section .talent__block .talent__flex {
    padding: 8px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    background-color: rgba(255,255,255,.8);
    display: flex;
    align-items: center
}

.talent__section .talent__block .talent__flex .talent__content h6 {
    text-transform: uppercase;
    color: #1c2e51;
    font-size: 18px;
    font-weight: 700
}

.talent__section .talent__block .talent__flex .talent__content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600
}

.footer {
    width: 100%;
    display: table;
    padding: 10px 0;
    color: #fff;
    background: linear-gradient(180deg, #17191e 0%, #17191e 100%);
    font-size: 14px;
}

.desktop {
    display: block
}

.mobile {
    display: none
}

ul.listing li {
    font-size: 16px;
    line-height: 24px;
    position: relative;
    padding: 8px 0;
    padding-left: 35px
}

ul.listing li:last-child {
    border: 0
}

ul.listing li:after {

    color: #fff;
    text-align: center;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 10px;
    background-color: #1c2e51;
    content: "\f00c";
    font-family: 'Font Awesome 5 Pro'
}

.row {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto; width: 338px;
}

.placement-highlights .row {
    row-gap: 50px;
}

.font9 {
    font-size: 38px;
}

.recruiters:after {
    content: "";
    background: linear-gradient(to bottom, #f16e21 0%, #dee2e6 100%);
    position: absolute;
    width: 5px;
    height: 100%;
    top: 10px;
    left: 102%;
    display: block;
}

.recruiters-section .row {
    row-gap: 27px;
}

@media only screen and (max-width: 786px) {
    .mobile-num-top {
        display: block !important;
        text-align: center !important;
        padding: 5px 0px;
        background: #eee;
    }

    .mobile-num-top i {
        display: none;
    }
}

/*****************Media Query ******************************/
@media only screen and (max-width: 1024px) {
    #hero.container-fluid, #hero.container-fluid .row {
        padding-left: 0;
        padding-right: 0;
        margin-right: 0;
        margin-left: 0
    }
}

@media only screen and (max-width: 980px) {
    .img-fluid {
        width: 32%;
    }

    .dsu-intro {
        position: relative;
        width: 100%;
        top: 0
    }

    .dsu-addmission {
        margin-top: 0
    }

    .join-section, .section2 {
        background-size: cover
    }

    .mx-5 {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .w-75 {
        width: 100% !important
    }

    .dsu-form {
        margin: 15px auto 15px;
        float: none;
        padding: 20px 0
    }

    .recruiters:after {
        content: none;
    }

    .desktop, .widget-title span {
        display: none
    }

    .mobile {
        display: block
    }

    .companies-section {
        background-size: cover
    }

    .sideNavi {
        position: fixed;
        width: 100%;
        bottom: 0;
        top: auto;
        right: auto;
        left: 0;
        z-index: 2;
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }

    .unique__section span {
        display: block
    }

    .sideNavi .sideNavi-flex {
        display: flex
    }

    .sideNavi a {
        display: block;
        text-align: center;
        padding: 12px 2px;
        margin-bottom: 0
    }

    .sideNavi-item {
        width: 100%
    }

    .footer {
        height: 90px;
        font-size: 12px
    }

    .bc-img01 {
        height: auto;
        background-position: top left;
        padding: 65px 0;
        background-size: cover;

    }

    .dsu-addmission .bannerContent h1 {
        font-size: 24px
    }

    .dsu-addmission .bannerContent .admContent p {
        font-size: 22px
    }

    .dsu-addmission .bannerContent .admContent {
        margin-top: 7%
    }

    .logo {
        text-align: center
    }

    .dsu-addmission .bannerContent {
        width: 70%
    }

    .row {
        width: auto
    }

    .header .header-absolute {
        position: relative
    }

    .talent__section {
        background-size: cover
    }

    #highlights-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}

@media only screen and (max-width: 736px) {
    .bc-img01 {
        padding: 65px 0;
    }

    .container {
        max-width: 100%
    }

    .join-section .joindvItem {
        width: 100%
    }

    #industry-slider.owl-theme .owl-nav [class*=owl-], #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        display: none
    }
}

@media only screen and (max-width: 667px) {
    .join-section .joindvItem .joinContent {
        padding: 30px 20px
    }

    .join-section .joindvItem .joinContent p {
        line-height: 16px;
        font-size: 14px;
        margin-top: 6px
    }

    .join-section .joindvItem:last-child {
        width: 100%
    }

    #recognitions-slider.owl-theme .owl-nav [class*=owl-] {
        position: relative;
        color: #fff;
        background: #000;
        padding: 0 15px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-next {
        right: -5px
    }

    #recognitions-slider.owl-theme .owl-nav .owl-prev {
        left: -5px
    }

    .programs-section {
        text-align: center
    }

    .programs-section .text-justify {
        text-align: center !important
    }

    #client-slider.owl-theme .owl-nav [class*=owl-] {
        position: absolute;
        color: #fff;
        background: #000;
        padding: 3px 10px;
        font-size: 42px;
        top: 50%;
        margin: 0;
        border-radius: 0;
        text-align: center
    }

    #client-slider.owl-theme .owl-nav .owl-prev {
        left: -40px
    }

    #client-slider.owl-theme .owl-nav .owl-next {
        right: -40px
    }

    .client-relative {
        padding: 0 25px
    }

    .about-section .row {
        margin: 0 0
    }
}

@media only screen and (max-width: 568px) {
    .loader-inner, .px-5.advantagesBx, .section3 .px-5 {
        padding: 0 15px !important
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 26px
    }

    p {
        font-size: 14px
    }

    ul.listing li {
        font-size: 14px;
        line-height: 20px
    }

    .applyBox {
        margin-top: 0
    }

    .courseContent, .courseThumb {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%
    }

    .course-right, .courseContent {
        margin-top: 20px
    }

    .pattenabsolute {
        left: 82px
    }
}

@media only screen and (max-width: 480px) {
    .join-section .joindvItem .joinContent strong {
        font-weight: 900;
        line-height: 24px;
        font-size: 16px
    }

    .join-section .joindvItem .joinContent p {
        font-size: 12px
    }
}

@media only screen and (max-width: 414px) {
    .fsize24, h1, h2, h3, h4, h5, h6 {
        font-size: 20px
    }

    .placement-highlights {
        margin-top: 0px !important;
    }

    .font9 {
        font-size: 46px;
    }

    .join-section .joindvItem .joinContent strong {
        font-size: 13px
    }

    .dsu-addmission .bannerContent h1 {
        font-size: 14px
    }

    .placement-highlights .row {
        row-gap: 18px;
    }

    @media only screen and (max-width: 384px) {
        .dsu-form {
            width: 90%
        }

        .dsu-addmission .bannerContent .admContent p {
            font-size: 20px
        }

        .course-section .courseContent {
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%
        }
    }

    @media only screen and (max-width: 360px) {
        .sideNavi a {
            font-size: 12px
        }

        .fsize22 {
            font-size: 17px
        }
    }

    @media only screen and (max-width: 320px) {
        .footer {
            font-size: 10px
        }

        .frmBg h4, .fsize24, h1, h2, h3, h4, h5, h6 {
            font-size: 20px
        }

        .dsu-addmission .bannerContent h1 {
            font-size: 14px
        }
    }
 
@media (max-width:767px) {
	
.three-bx5 {
      min-height: auto;
      width: 44%;
    }
	
.owl-carousel .owl-item img {
  width: 100%;
}	
.three-bx11 {
  width: 49%;
}
.three-bx9 {
  width: 100%;
  min-height: auto;
}
	
.col-md-5.logi img { margin-left: 0px;
}
	
.three-bx4 {
	width: 100%;
}
.bannerContent h6 {
  font-size: 16px;
  width: 100%;
  margin: 10px auto;
}
	
.bannerContent h4 {
    color: #fff !important;
  }
	
.three-bx4 img {
	width: 23%;
}
	
.three-bx {
	width: 100% !important;
}
	
.pdf-tabs li a {
  font-size: 12px !important;
  margin-top: 10px !important;
}	
.partnerband {
	text-align: center;
}	

.pdf-tabs li a.active {
	color: #282525;
	font-size: 14px !important;
}
	
.dsu-addmission .bannerContent h1 {
    text-align: center;
    margin-top: 12px;}

.bannerContent h4 {
    color: #fff;
    margin-top: 15px;
    font-size: 19px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    padding: 8px;
  }
 .bannerContent h1 span {
    color: #fff !important;
  }
 .bannerContent h1 span {
     color: #fff !important;
  }
	
.partnerband img {
  width: 100%;
}
	
.logo img { max-height: 194px;
      width: 224px;}	
.bc-img01 {background-size: cover;}
	
	h2.lft {
    position: relative;
    right: 0;
    top: 6px;
    text-align: center;
}	
.bannerContent ul li {
  font-size: 14px;
  list-style: square;
  line-height: 27px;
  color: #fff; text-align: left;
}	
.dsu-addmission {
    top: 0px !important;
  }	
.bannerContent h1 span {
    color: #fff !important;
  }
.bc-img01 {
    padding: 0 !important;
  }
	.fiv-one6 {
  width: 100%;
}
.dsu-addmission .bannerContent {text-align: center;}
.bannerContent h4 {
    font-size: 19px !important;
  }
.bannerContent img {
  width: 70%;
}	
	
.three-bx12 {
 width: 49%;
height: auto;
}
.table {
  font-size: 14px;
}

	
 .three-bx {
    width: 49% !important;
    height: auto !important;
  }
	
  .bannerContent h1 span {
      color: #fff !important;
    }
	
.three-bx12 h2 span {
  line-height: 0;
}

 .bannerContent h2 {
      width: 77%;
      font-size: 15px;
      margin: 15px auto;
    }	
.fgh {
  padding: 10px;
}
.three-bx13 {
  width: 47%;
  height: 170px;
}	
.three-bx13 h2 {
  font-size: 14px;
}	
.fgh {
  background: #f1f9fc;
  width: 100%;
}
.fgh p span {
  font-size: 15px;
}
.three-bx5 h2 {
  font-size: 14px;
}
.why {
	background-size: cover;
}
  .bannerContent h4 {
    color: #000;
    margin-top: -19px;
    font-size: 21px;
  }
.bannerContent h5 {
  font-size: 17px;
  width: 100%;
}
 .bannerContent img {
      width: 52% !important;
      margin: 13px 0px !important;
    }	

 .three-bx13 {
      width: 100%;
      height: auto;
    }	
	
.bannerContent h4 {
    color: #000;
    margin-top: -19px !important;
    font-size: 18px !important;
  }	
	
	}</pre></body></html>