<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset css */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#000;
	text-decoration:none;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
.clearfix{
	position:relative;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
* {
    box-sizing: border-box;
}



/* == reset css end == */

/* == fonts start == */
@font-face {
	font-family:"AMERSN";src:url("../font/AMERSN.eot?") 
	format("woff"),url("../font/AMERSN.ttf")
	format("truetype"),url("../font/AMERSN.svg#AdlantaRegular");
}
@font-face {
	font-family:"Adlanta";src:url("../font/Adlanta.eot?") 
	format("eot"),url("../font/Adlanta.woff") 
	format("woff"),url("../font/Adlanta.ttf")
	format("truetype"),url("../font/Adlanta.svg#AdlantaRegular")
}
@-webkit-keyframes autofill {
    to {
        color: #fff;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
/* == fonts end == */
body, a,p,input,textarea,button,li,ul,
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins', sans-serif;
/* 	overflow-x:hidden; */
}
h3{
	font-size: 14px;
    text-align: center;
    font-weight: 600;
	line-height:24px;

	position:relative;
}


h1{
    display: inline-block;
    font-weight: 900;
    font-size: 48px;
    line-height: 90px;
    text-transform: capitalize;
    text-align: center;
    color: #21328e;
    font-family: "AMERSN";
    letter-spacing: 1px;
    text-shadow: 1px 1px;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0px 30px;
}
p{
    font-size: 16px;
    line-height: 32px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 20px;
}

.container{
width: 90%;
    max-width: 1225px;
    margin: 0 auto;
    position: relative;
}
.row{
	position:relative;
}
.row::after {
    content: "";
    clear: both;
    display: table;
}

img{
	    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* -------------------------------- */

/* .menu_ul ul{
	display:none;
}

.navigation_menu{
	display:none;
}
.navigation_menu_opn{
	display:block;	
}
.menu_ul{
    position: fixed;
    top: 0px;
    right: 0px;
    text-align: right;
    background: #fff;
    height: 100%;
    overflow: hidden;
} */













* {
  box-sizing:border-box;
  font-family:Helvetica,Arial,sans-serif;
  font-size:15px;
  line-height:15px;
  transition: .5s ease-in-out;
}

body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
}

/* MENU TOGGLE STYLES */

.menu-toggle {
    display: inline-block;
    position: relative;
    /* padding: 20px 20px 20px 65px; */
    /* width: 100%; */
    right: 0;
    top: 0px;
    /* background: rgba(255,255,255,.9); */
    color: #444444;
    z-index: 4;
}

/* .menu-toggle.open {
    right: -116px;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 9px 5px;
} */

.menu_nav {
	display: inline-block;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menu_nav span {
    display: block;
    width: 30px;
    height: 2px;
    background: #394791;
    margin-bottom:3px;
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
.menu_ul {
background: #f15329;
    background-repeat: no-repeat;
    background-size: cover;
    width: 400px;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -450px;
        z-index: 10;
    display: inline-block;
    height: 100%;
    z-index: 99999;
    /* filter: contrast(150%); */
}
.menu_ul_opn{
     right: 0px;
     overflow: auto;
}
/* .menu_ul:after{
    content: "";
    background: linear-gradient(to bottom right, #fbfbfb85, #e1593c9e, #e1593ce6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: contrast(120%);
} */
.disabled {
  opacity:0;
}
.close_mnu{
display: inline-table;
    position: absolute;
    right: 8%;
    top: 57px;
    width: 38px;
    filter: contrast(150%);
}
.nav{
    display: inline-block;
    padding-top: 45%;
    /* vertical-align: middle; */
    width: 100%;
    /* padding-block-start: 75px; */
}
.nav li{
    text-align: left;
    position: relative;
}
.nav_li{
	position:relative;
}
.nav_li:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 40px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
/*     width: 28px;
    height: 2px;
    background: #fff; */
}
.show-subnav .nav_li:after {
    top: 7px;
}
.inn_ul li {
    margin: 0px 0px 0px 0px;
}
.active_mn:after{
	 transform: rotate(45deg);
}
.nav li a{
display: block;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #efefef;
    padding: 8px 38px;
    transition: all 3s ease-in-out;
}
.inn_ul li a{
    color: #fff;
       text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    color: #ffffff;
	
}
.intr_a li a{
    color: #fff;
    /* text-transform: capitalize; */
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: #efefef;
}
.phn_mobl{display:none;}


.menu-overlay {

    width: 100%;
    background:rgba(14, 14, 14, 0.31);
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.logo_2{
	
display: block;
    /* width: 200px; */
    position: absolute;
    left: 10%;
    top: 2%;
    width: 130px;
    height: 130px;
    filter: contrast(120%);
  filter: brightness(0) invert(1);
}
.menu_overlay_opn{
	opacity:1;
	position: fixed;
}
.menu-overlay.open {
  z-index:3;
  background:rgba(0, 0, 0, 0.68);
}


input {
    -webkit-appearance: none;
}


textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
}

.opc_no{
	opacity:0;
	    position: absolute;
}
.call_ac{
	transition-duration:2s;
}
.nav .show-subnav{
    display: block;
    animation-name: example;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    margin: 10px 0px;
    padding: 0px 0px 0px;
    opacity: 1;
    position: relative;
    background: #f55c34;
}
@keyframes example {
  from {opacity:0;max-height: 0;}
  to {opacity:1;max-height: 300px;}
}
.show-subnav{
	border-top:1px solid #ffffff3b;
	border-bottom:1px solid #ffffff3b;
}
.inn_for.show-subnav{
    border-bottom: 0px solid #ffffff3b;
    margin-bottom: 0px;
}
.start-form{    width: 100%;
    height: 100%;
    position: fixed;
    top: -100px;
    left: 0px;
    background: rgba(14, 14, 14, 0.41);
    z-index: -1;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    opacity: 0;    transition: all .2s ease-in-out;}
.start-vdo{    width: 100%;
    height: 100%;
    position: absolute;
    top: -100px;
    left: 0px;
    background: rgba(14, 14, 14, 0.74);
    z-index: -1;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    opacity: 0;    transition: all .2s ease-in-out;}

.player_idx{width:100%;
height:100%;}
.strt_fm_opn{    opacity: 1;transition: all .2s ease-in-out;  z-index: 11; top: 0px;}
.strt_vd_opn{    opacity: 1;transition: all .2s ease-in-out;  z-index: 11; top: 0px;}
.reach-below{
    display: block;
    margin: auto;
      width: 950px;
    height: 500px;
    transition: all 1s ease-in-out;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.video, .main_hts{
	width:100%;
	height:100%;
}

	.utb_vdo{
		 display: block;
    margin: auto;
    width: 800px;
    height: 500px;}
.reach-below-an{
	animation-name: anim_rech;
    animation-duration: .3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-direction: alternate;
    animation-fill-mode: both;
}
@keyframes anim_rech {
  from {opacity:1;}
  to {opacity:0;}
}
.intr_a {
	padding: 0px 0px!important;
    background: #f56d49!important;
}

.blu_fom{
    width: 36%;
    float: left;
    height: 100%;
    padding: 25px;
    background: #fff;
}
.img_inq{
	width: 50%;
    height: 100%;
    float: left;
    position:relative;
}

.img_inq img{
    object-fit: cover;
}
.nq_frm{
    display: flex;
    justify-content: space-between;
    color: #37448f;
    font-size: 20px;
    border-bottom: 1px solid #011382;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.inq_frm_inn input{
    padding: 15px 0px 4px;
    margin-bottom: 22px;
    font-size: 14px;
    font-weight: 300;
    text-transform: capitalize;
    color: #313131;
}

.inq_frm_inn textarea{
    border: 0px;
    border-bottom: 1px solid #dadada;
    width: 100%;
    padding: 0px 0px;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 18px;
    height: 70px;
    color: #313131;
    margin-top: 15px;
}




.user-input-wrp {
    position: relative;
    width: 100%;
}
.user-input-wrp .inputText{
	width: 100%;
	outline: none;
	border:none;
	border-bottom: 1px solid #dadada;
}

.user-input-wrp .inputText:invalid {
	box-shadow: none !important;
}
/*.user-input-wrp .inputText:focus{
	border-color: blue;
	border-width: medium medium 2px;
}*/
.user-input-wrp .floating-label {
position: absolute;
    pointer-events: none;
    top: 9px;
    left: 0px;
    color: #a1a1a1;
    transition: 0.2s ease all;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
}
.in_cnt_frm .user-input-wrp .floating-label {
    color: #fff;
}
.user-input-wrp input:focus ~ .floating-label,
.user-input-wrp input:not(:focus):valid ~ .floating-label{
	top: -10px;
	left: 0px;
	font-size: 13px;
	color:#465296;
	opacity: 1;
}


.user-input-wrp textarea:focus ~ .floating-label,
.user-input-wrp textarea:not(:focus):valid ~ .floating-label{
	top: -10px;
	left: 0px;
	font-size: 13px;
	color:#465296;
	opacity: 1;
}


.user-input-wrp select:focus ~ .floating-label,
.user-input-wrp select:not(:focus):valid ~ .floating-label{
	top: -10px;
	left: 0px;
	font-size: 13px;
	color:#465296;
	opacity: 1;
}
.in_cnt_frm .user-input-wrp input:focus ~ .floating-label,
.in_cnt_frm .user-input-wrp input:not(:focus):valid ~ .floating-label{
	color:#a1a1a1;
}


.in_cnt_frm .user-input-wrp textarea:focus ~ .floating-label,
.in_cnt_frm .user-input-wrp textarea:not(:focus):valid ~ .floating-label{
	color:#a1a1a1;
}


.in_cnt_frm .user-input-wrp select:focus ~ .floating-label,
.in_cnt_frm .user-input-wrp select:not(:focus):valid ~ .floating-label{
	color:#465296;
}
.mrg_blk_int {
    margin: 0px;
    margin-top: 10px;
    width: 120px;
    margin-right: 0px!important;
}
.close-form{
	position:relative;
}
.close_inq {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 22px;
    height: 22px;
}
.cs_bt {
     right: -22px;
    top: -22px;
    width: 40px;
    height: 40px;
    background: #ff5217;
    border-radius: 100%;
}
.close_inq:hover {
  opacity: 1;
}
.close_inq:before, .close_inq:after {
position: absolute;
    left: 10px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #485496;
    cursor: pointer;
}
.cs_bt:before, .cs_bt:after {
    position: absolute;
    left: 19px;
    top: 10px;
    content: ' ';
    height: 22px;
    width: 2px;
    background-color: #ffffff;
    cursor: pointer;
}
.close_inq:before {
  transform: rotate(45deg);
}
.close_inq:after {
  transform: rotate(-45deg);
}


.top_slidr {
  
    position: relative;
    width: 100%;
    margin-top: 115px;
   
}
header{
position: fixed;
    top: 0px;
    width: 100%;
    display: inline-block;
    background: #fff;
    z-index: 10;
	transition: all .1s ease-in-out;
	padding-top: 0;
}
.header-fix{
	
    box-shadow: 0px 0px 40px #00000021;
}
.vid_hm {
    position: relative;
    height: 100%;
    z-index: 0;
}

.vid_hm video {
    width: 100%;
    height: 100%;
    top: 0px;
    position: absolute;
    object-fit: cover;
}



.vid_hm:before {
    content: "";
    background: linear-gradient(to bottom right, rgba(77, 94, 165, 0.7), rgba(20, 35, 109, 0.9));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
	 filter: contrast(120%);
/*     border-bottom-right-radius: 60%; */
}
.vid_hm:after {
    content: "";
    position: absolute;
    width: 555px;
    height: 307px;
    bottom: 0px;
    right: 0px;
    background: url(../images/orange_bk.png);
    background-repeat: no-repeat;
    filter: contrast(120%);
    z-index: 1;
}
.logo{
    display: inline-block;
    width: 135px;
    float: left;
    padding-top: 6px;
	filter: contrast(150%);
}
.vid_hm img{
	object-fit:cover;
}
.navigation{
	float: left;
    width: calc(100% - 135px);
    text-align: right;
    padding: 0px 0px 0;
}
.num_tol{
    display: inline-block;
    font-size: 14px;
	line-height:24px;
    color: #394791;
    font-weight: 700;
    margin-top: 5px;
   
}
.conclng{
    display: inline-block;
    background-image: linear-gradient(to right,#f99153, #f96b45);
    color: #fff;
    /* width: 200px; */
    padding: 5px 16px;
    /* font-size: 14px; */
    /* line-height: 24px; */
    border-radius: 75px;
    margin-right: 28px;
    position: relative;
}
.conclng .sbs_ipp{
	font-size: 15px;
    text-transform: uppercase;
}
.svg-inline--fa.fa-w-16 {
    width: 1em;
    font-size: 14px;
    position: relative;
    top: 0px;
    left: -5px;

}
.menu_nav {
    right: -24px;
}

.conclng a{
    position: relative;
    z-index: 2;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 24px;
}

.grad_hvr_btn:after{
    content: "";
    position: absolute;
    top: -3px;
    left: -15px;
    background: linear-gradient(135deg, #00000000 0%, #00000000 25%, #f5f5f7 50%, #f57530 75%, #f75223 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    /* height: 100%; */
    cursor: pointer;
    transition: .8s all;
    padding: 5px 16px;
    padding: 15px;
    z-index: 0;
    border-radius: 10px;
    border-radius: 73px;
}

.grad_hvr_btn:hover:after{
  background-position: 100% 100%;
}
.menu_nav{
	display: inline-block;
    position: relative;
    right: 0px;
    top: 0px;
}
.menu_nav span{
    display: block;
    width: 30px;
    height: 2px;
    background: #394791;
    margin-bottom:3px;
}
.menu_nav span:last-child{
	width: 20px;
    float: right;
    margin: 0px;
}
.text_tm{
	position: absolute;
    color: #fff;
    top: 40%;
       z-index: 1;
    left: 40%;
        text-align: center;
    transform: translate(-30%, -50%);
    
}
.fnt_tp{
    font-size: 32px;
    line-height: 58px;
    padding-bottom: 12px;
	 font-family: "Adlanta";
	 font-weight: 700;
}
.br_ln{
    display: block;
    font-size: 38px;
    line-height: 48px;
    font-weight: 100;
}
.br_ln a{color:#fff;font-size:25px;}

.redirect_icn{
    display: flex;
    position: absolute;
    bottom: 25%;
    left: 53%;
    transform: translate(-50%, -53%);
    width: 60%;
    z-index: 2;
	transition:all 2s ease-in-out;
}
.icn_img{
    width: 42px;
    height: 42px;
    float: left;
}
.icn_rdrt_on{
    display: flex;
    width: 100%;
}
.icn_txt{
    display: inline-block;
    float: left;
    padding: 1px 12px;
}
.fst_tx{
    font-size: 20px;
    color: #fff;
    /* line-height: 30px; */
    padding-bottom: 4px;
    line-height: 22px;
}
.snd_tx{
	font-size: 12px;
    color: #fff;
}
.grad_hvr{
    position: relative;
    cursor: pointer;
    display: inline-block;

}
.mob_icn{display:none;}
.grad_hvr:after{
	content:"";
	position:absolute;
	top:-15px;
	left:-15px;
     background: linear-gradient(135deg, #00000000 0%, #00000000 25%, #f5f5f7 50%, #f57530 75%, #f75223 100%);
	    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: .8s all;
    padding: 15px;
    z-index: -1;
    border-radius: 10px;
}

.active_hov:before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    background-image: linear-gradient(to right,#f7803b,#f33c0c, #f73d0d);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    height: 100%;
    cursor: pointer;
    transition: all .4s ease-in-out;
    padding: 15px;
    z-index: -1;
    border-radius: 10px;
}
.grad_hvr:hover:after{
  background-position: 100% 100%;
}
.redirect_icn:hover .active_hov:before{
opacity:0;
}
.main_h2{
    display: inline-block;
    width: 100%;
    text-align: center;
		position:relative;
}
.main_h2 span{
	    color: #ff5b2c;
   
}

.main_h2:after{
    content: "";
    position: absolute;
    background: url(../images/zic_ln.png);
    left: 0px;
    width: 100%;
    height: 30px;
    -webkit-animation: slide 20s linear infinite;
    filter: opacity(10%);
    top: 30px;
}
/* @-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
} */
.mni_sb{
	display: block;
    width: 70%;
    font-size: 24px;
    text-align: center;
    line-height: 34px;
    position: relative;
    padding: 32px 0px 70px;
    margin: 0 auto;
}
.mni_sb span{
    color: #21328e;
    font-weight: 700;
}
.mni_sb:after{
	content: "";
    position: absolute;
    width: 70px;
    height: 6px;
    background: #ff5b2c;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, -53%);
}
.mid_text{
	    display: inline-block;
    width: 100%;
}
.mid_text p{
    text-align: center;
    padding:0px 30%;
}
.mnt_btn{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.grad_hvr_btn{
    position: relative;
    width: 100%;
    cursor: pointer;
    display: inline-block;
	    text-align: center;
}
.mrg_blk{
    margin: 0px;
    width: 190px;
}
.prep_clss{
    background: url(../images/prep_bkn.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0px;
	    background-position: bottom;
}



.vdo_icon{
display: inline-block;
    position: absolute;
    bottom: 37%;
    right: 13%;
}
/* Firefox old*/

@keyframes blink {
    0% {
        opacity:1;
		filter: contrast(120%);
    }
    50% {
        opacity:.3;
		filter: contrast(60%);
    }
    100% {
        opacity:1;
		filter: contrast(120%);
    }
} 
.blink-image {
    animation: blink normal 1.5s infinite ease-in-out;
    width: 80px;
    height: 80px;
    display: block;
    margin: auto;
}
.dc_msg{
    color: #21328e;
    font-weight: 700;
    padding: 10px;
    font-size: 14px;
}


/* .arr_vdo {
	width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #21328e;
} */
/* .arr_vdo:before{
    content: "";
    position: absolute;
    top: -29px;
    left: -38px;
    width: 80px;
    height: 80px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5), inset 2px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset 2px 2px 4px rgba(0,0,0,.5);  
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset 2px 2px 4px rgba(0,0,0,.5);

}
.arr_vdo:after{
    content: "";
    position: absolute;
    top: -16px;
    left: -25px;
    width: 55px;
    height: 55px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: transparent;
    box-shadow: 2px 2px 4px rgba(0,0,0,0.5), inset 2px 2px 4px rgba(0,0,0,.5);
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset 2px 2px 4px rgba(0,0,0,.5);  
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5), inset 2px 2px 4px rgba(0,0,0,.5);

} */


.corses_sec{
  background: #00268f;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    position: relative;
    width: 100%;
    overflow: hidden;
	    background-attachment: fixed;
}

.main_crs{
    display: inline-block;
    width: 100%;
    float: right;
    margin: 30px;
}
.img_crs{
    display: inline-block;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}
.hd_crse{
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0px 10px 0px;
    line-height: 26px;
    width: 190px;

}
.con_crs p{
		font-size:15px;
	    line-height: 22px;
}
.con_crs{
padding: 5px;
    text-align: left;
    color: #000;
    height: 200px;
}
.cors_owl {
	    padding: 32px;
}
.owl-theme .owl-nav [class*=owl-] {
    color: transparent;
	background: transparent; 
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: transparent;
}
 .owl-nav{
	position:absolute;
	top:50%;
	width: 100%;
	/* transform: translate(-50%, -53%); */
}
 .cors_owl .owl-nav .owl-prev{
	    left: -70px;
}
.cors_owl .owl-nav .owl-next{
	    right:-20px;
}
 .owl-nav .owl-prev{
	    left: 0px;
    position: absolute;
}
 .owl-nav .owl-next{
	    right:0px;
    position: absolute;
}
.left1{
	background: url(../images/crs_lft.png);
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
	
}
.right1{
	background: url(../images/crs_rgt.png);	
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
	
}
.blu_lft{
    background: url(../images/blu_lft.png);
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
    left: -95px;
    position: absolute;
	
}
.blu_rgt{
	background: url(../images/blu_rgt.png);	
    width: 50px;
    height: 20px;
    background-repeat: no-repeat;
	    right: -95px;
    position: absolute;
}
.but_crs{
    background: #fff;
	margin: 0px;
	width: 150px;
	    border: 1px solid #283ba1;
}
.but_crs a{
	transition:all 1s ease-in-out;
	color:#21328e;
	    font-size: 16px;
}
.owl-theme .owl-nav .disabled {
    opacity: 1;
}
.but_crs .grad_hvr_btn:after {
content: "";
    position: absolute;
    top: -5px;
    left: -18px;
    background: linear-gradient(135deg, #00000000 0%, #00000000 25%, #7f7fde 50%, #566ecab8 75%, #1d3394 100%);
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    cursor: pointer;
    transition: .8s all;
    padding: 5px 16px;
    padding: 18px;
    z-index: 0;
    border-radius: 10px;
    border-radius: 73px;
}


.but_crs .grad_hvr_btn:hover:after{
  background-position: 100% 100%;
}
.but_crs:hover a{
  color:#fff;
}
.hdmn_crs{
    display: inline-block;
    width: 100%;
    font-size: 68px;
    color: #fff;
    text-align: center;
    font-family: "AMERSN";
    font-weight: 700;
   margin-top: 15px;
}

.stu_txt {
    display: inline-block;
    padding: 30px;
    margin: 20px;
    text-align: center;
    position: relative;
    box-shadow: 1px 1px 24px #d0cece;
    height: 400px;
}


.odd_stu .name_tst{
	color:#fff;
}
.odd_stu .plc_tst {
    color: #fff;
}
.stu_txt:after{
    content: "";
    position: absolute;
 
    background-repeat: no-repeat;
    width: 150px;
    background-size: contain;
    height: 150px;
    top: 25%;
    left: 30%;
    /* padding: 20px; */
    z-index: 0;

}
.odd_stu:after{
    content: "";
    position: absolute;
  
    background-repeat: no-repeat;
    width: 150px;
    background-size: contain;
    height: 150px;
    top: 25%;
    left: 30%;
    /* padding: 20px; */
    z-index: 0;

}
.stu_spk{
	    padding: 30px 130px;
}
.stu_txt p{
  font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 20px;
    color: #666;
    font-size: 14px;

}
.tp_sc{
	    margin-top: 5%;
}
.name_tst{
	color: #21328e;
    font-weight: 900;
    font-size: 18px;
}
.plc_tst{
	color: #21328e;
	  font-weight: 500;
	  font-size: 16px;
}

.fa-whatsapp{
height: 14px;
    font-size: 20px;
    padding-left: 1px;
}
.dwn_fa{
	    position: absolute;
    right: 30px;
    top: 18px;
    font-size: 12px;
}
/* .stu_txt_2{
	background:#374799;
}
.stu_txt_2 .name_tst{
	color:#fff;
}

.stu_txt_2 .stu_txt p{
	color:#fff;
} */
.item_2{
	background:#fff;
		 
}

.stu_txt:nth-child(even) {
	background:#374799;
	color:#fff;
}

 .stu_txt:nth-child(even) .name_tst {
	color:#fff;
}
.stu_txt:nth-child(even) .plc_tst {
	color:#fff;
}
.tst_crs{
	padding:60px 0px;
}


.sbs_inpt{
    background: url(../images/back_vdo.png);
    background-repeat: no-repeat;
    /* height: 150px; */
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    position: relative;
   padding: 20px 0 0;
}
.sbs_inpt:before {
    content: "";
    background: linear-gradient(to bottom right, rgba(77, 94, 165, 0.7), rgba(20, 35, 109, 0.9));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: contrast(120%);
    /* border-bottom-right-radius: 60%; */
}
.div_main_sbs{
	display: flex;
    justify-content: space-evenly;

}
.nws_hd{
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
}
.nws_hd span{
    display: block;
    font-size: 18px;
}
.div_main_sbs input{
    background: transparent;
    border: 0px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.52);
    height: 40px;
    width: 290px;

}
.div_main_sbs input::placeholder {
  color: #fff;
}
.btn_cls_inpt{
position: relative;
    margin-top: 10px;
}
.mnt_btn_inp {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.sbs_btn{
    opacity: 1;
    background: transparent;
    border: 0px;
    position: relative;
    z-index: 6;
	color:#fff;
}
.inp_main{
    display: flex;
    justify-content: space-between;
    width: 100%;
	    padding: 15px 0px;
}
.mrg_blk_inpp {
    margin: 0px;
    width: 140px;
    height: 35px;
}
.footer_inn{
    display: flex;
    justify-content: space-between;
	    padding: 40px;
}
.ul_foot span{
	    color: #1c2b79;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
}
.ul_foot li{
    font-size: 14px;
    line-height: 30px;
}
.ul_foot li a{
	transition:all .3s ease-in-out;
}
.ul_foot li a:hover{
	color:#ff5217;
}
.footer{
	    padding: 20px 0px;
}
.foot_img{
	    display: flex;
}
.fa_sc{
	    color: #fff;
    margin: 5px;
	display: inline-block;
}
.fa_sc .svg-inline--fa{
    padding: 11px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
	 background: #3b5998; 
	 transition:all .3s ease-in-out;
}
.fa_sc .svg-inline--fa:hover{
	    filter: contrast(180%);
		 transform: scale(1.08, 1.08);
}
.tw_sc .svg-inline--fa{
	 background: #26a6d1; 
}
.pn_sc .svg-inline--fa{
	 background: #c8232c; 
}
.hnm_img{
    display: inline-block;
    width: 65%;
    position: relative;
}
.socl_img{
	position:relative;
	    display: inline-block;
    width: 100%;
}

.socl_img:after {
    content: "";
    position: absolute;
    background: url(../images/zic_ln.png);
    left: 0px;
    width: 100%;
    height: 30px;
    -webkit-animation: slide 20s linear infinite;
    filter: opacity(10%);
    top: 100px;
}
.sol_mn{
	display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    float: right;
    right: 20%;
    top: 20%;
	    padding: 0px 10px;
}
.resv_ib{
	    position: absolute;
    bottom: 35%;
    font-size: 14px;
    left: 20%;
}
.resv_ib span{
    padding: 0px 5px;
}
.resv_ib img{
   position: relative;
    width: 6%;
    height: auto;
    margin-bottom: -4px;
  
}
.logo_infot{
	width: 100px;
    height: 100px;
    position: absolute;
    top: 20%;
    left: 32%;
}

.orng_mn {
    background: url(../images/about_bk.png);
	background-repeat:no-repeat;
	background-size:cover;
}
.orng_mn{
    display: table;
    width: 100%;
    height: 165px;
}
.txt_mdon{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-family: "AMERSN";
    font-weight: 700;
    letter-spacing: 2px;
}
.gry_brdcm{
    display: table;
    width: 100%;
    background: #f1f1f1;
    padding: 10px;
}
.gry_brdcm ul{
    display: inline;
}
.gry_brdcm ul li{
    float: left;
    text-transform: capitalize;
    padding-right: 24px;
    font-size: 14px;
    position: relative;
    padding-left: 11px;
}

.gry_brdcm ul li:before{
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #e65e41;
    left: 0px;
    top: 7px;
	
}
.active a{
	color:#e65e41;
}
.mid_text_ab p {
    text-align: center;
    padding: 0px 25%;
}
.main_h2_ab {
    display: inline-block;
    width: 100%;
    text-align: center;
    position: relative;
    padding-bottom: 45px;

}
.main_h2_ab:after {
    content: "";
    position: absolute;
    width: 96px;
    height: 6px;
    background: #ff5b2c;
    bottom: 43px;
    left: 50%;
    transform: translate(-50%, -53%);
}
.main_h2_ab span {
    color: #ff5b2c;
}
.ab_prp{
    padding: 70px 0px 90px;
    background-position: bottom;
}

.dirct_div{
	    background: url(../images/dirct_back.png);
	background-repeat:no-repeat;
	background-size:cover;
	position:relative;
	padding: 68px 0px;
	    background-attachment: fixed;
}
.dirct_div:before {
    content: "";
    background: linear-gradient(to bottom right, rgba(77, 96, 177, 0.84), rgb(48, 66, 158));
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: contrast(120%);
    /* border-bottom-right-radius: 60%; */
}
.mn_dtr_{
	display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center
}
.dtr_dsp{
	display: inline-block;
    width: 60%;
}
.hd_dtr{
    font-size: 25px;
    color: #fff;
    font-family: "AMERSN";
    padding-bottom: 40px;
    font-weight: 700;
    letter-spacing: 1px;
	position:relative;
}
.hd_dtr:after {
    content: "";
    position: absolute;
    width: 65px;
    height: 4px;
    background: #fff;
    bottom: 24px;
    left: 0px;
}
.dtr_dsp p{
    color: #fff;
    text-align: justify;
    line-height: 28px;
}
/* .pa_tog{    height: 300px;
    overflow: hidden;
} */

.panel_abt {

	display: none; 
	max-height:0px;
	transition: max-height 500ms;
}
.active_panel_abt{
	max-height:100%;
}
.read_mr{
	    position: relative;
    z-index: 0;
}

.mnt_btn_ab {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 2;
}
.conclng_ab {
    background-image: linear-gradient(to right,#f991530d, #f96b4500);
    padding:0px;
    line-height: 28px;
    border: 2px solid #fff;
	width: 170px;
	text-align: center;
	    margin-right: 0px;
}
.grad_hvr_ab {
    position: relative;
    width: 100%;
    cursor: pointer;
    display: inline-block;
}
.grad_hvr_ab:after {
    content: "";
    position: absolute;
    top: -2px;
    left: 0px;
    background: linear-gradient(135deg, #00000000 0%, #00000000 25%, #cbd2f9 50%, #2a3ea5 75%, #1c2e96 100%);
    line-height: 34px;
    background-size: 400% 400%;
    background-repeat: no-repeat;
    display: flex;
    width: 100%;
    cursor: pointer;
    transition: .8s all;
    padding: 5px 16px;
    padding: 16px 0px;
    z-index: -1;
    border-radius: 10px;
    border-radius: 73px;
}
.grad_hvr_ab:hover:after {
    background-position: 100% 100%;
}
.igm_vdo{
    display: inline-block;
    /* padding: 15% 0px; */
    vertical-align: middle;
    background: #fff;
   /* margin: 15% 0px;*/
	    position: relative;
}

.igm_vdo:hover .play_drct{
	background: #ef4826;
	border:0px;
}

.igm_vdo:hover .play_drct:after{

    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #fff;
}
.play_drct{
	position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	cursor:pointer;
    /* border: 1px solid #f97d4c; */
}
.vdo_srvice{
	margin: 0px 0px;
	background: transparent;
	position: relative
}
.play_drct:after{
    content: "";
    position: absolute;
    left: 25px;
    width: 0;
    top: 18px;
    height: 0;
    border-radius: 5px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #ef4826;
}
.vdo_img_ab{
	position:relative;
}
.vdo_img_ab:after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 97%;
    background: rgba(0, 0, 0, 0.12);
}
.video_drt{
	width:100%;
	height:100%;
}
.vdo_srvice .nmedtr {
    padding: 6px 0px 18px;
}
.nmedtr{
	    text-align: center;
    padding: 0px 0px 6px;
    line-height: 22px;
    font-weight: 700;
    font-size: 16px;
}
.nmedtr span{
	display:block;
}

.vismis_hdr {
    display: inline-block;
    width: 100%;
    font-size: 170px;
    line-height: 170px;
    color: #e2e2e2;
    text-align: center;
    /* font-family: "AMERSN"; */
    font-weight: 700;
    letter-spacing: 10px;
    /* margin-top: -71px; */
    text-transform: capitalize;
}
.mn_vismn{
	    display: flex;
    justify-content: space-between;
}

.vis_msn{
    background: url(../images/vis_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 48%;
    z-index: 1;
    text-align: center;
    color: #fff;
    padding: 40px 80px;
}
.vis_msn:after{
    content: "";
    background: linear-gradient(to bottom right, #e75f42, #e1593cab);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    filter: contrast(120%);
    /* border-bottom-right-radius: 60%; */
}
.mission{
	background: url(../images/msn_bk.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.vismin_hd{
    font-size: 30px;
    text-transform: capitalize;
    padding: 20px 0px;
    font-weight: 700;
    letter-spacing: 1px;
}
.vismis{
	padding-bottom: 80px;
}
.inq_frm_inn select{
    background: none;
    border: none;
    width: 100%;
    border-bottom: 1px solid #dadada;
    color: #313131;
    padding-bottom: 5px;
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 15px;
}
.inq_frm_inn select option{
	    font-size: 12px;
}
















.btm_blu{
	position:relative;
	color: #f1633d;
}
.btm_blu:after{
content: "";
    position: absolute;
    width: 121px;
    height: 4px;
    background: #394791;
    left: 0px;
    bottom: 12px;
}
.cont_inf{
	    display: flex;
    justify-content: space-between;
}
.intl_discrp_cnt{
    display: flex;
    margin: 25px 0px;
}
.icon_loc img{
display: inline-block;
    width: 29px;
    height: 29px;

}
.cnt_ambn{
    display: inline-block;
    width: 40%;
    padding: 50px 0px;
}
.ds_loc{
    padding-left: 30px;
    font-size: 15px;
}
.map_inn .gm-style .place-card-large{
	display:none!important;
}
.hd_cnt_frm{
position: relative;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
}
.hd_cnt_frm:after {
content: "";
    position: absolute;
    background: url(../images/zic_ln_2.png);
    left: 0px;
    width: 100%;
    height: 30px;
    -webkit-animation: slide 20s linear infinite;
    filter: opacity(15%);
    top: 0px;
	z-index:-1;
}
.contact_map{
    position: relative;
}
.form_cntc{
display: inline;
    position: absolute;
    top: -50px;
    left: 9%;
    z-index: 1;
    background: #394791;
    color: #fff;
    width: 350px;
    padding: 40px 0px;
    border-radius: 20px;
	filter: contrast(120%);
}
.img_on_cnt{
	filter: contrast(120%);
}
.img_on_cnt img
{
        margin-bottom: -8px;}
.in_cnt_frm input{
    background: transparent;
    color: #fff;
    margin-bottom: 25px;
}
.inn_qkr{
    display: inline-block;
    background: #394791;
    z-index: 1;
    padding: 0px 22px;
}
.in_cnt_frm textarea {
    color: white;
    background: transparent;
}
.in_cnt_frm input::-webkit-input-placeholder { 
  color: #fff;
}
.in_cnt_frm input:-ms-input-placeholder {
 color: #fff;
}
.in_cnt_frm input::-moz-placeholder {
 color: #fff;
  opacity: 1;
}
.in_cnt_frm input:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.in_cnt_frm{
	    padding: 40px 40px 0px;
}












.faq_intn{
	display: inline-block;
    width: 50%;
}
.faq_tb_ti  p{
    font-size: 16px;
    color: #394791;
    font-weight: 700;
    margin-bottom: 0px;
}
.content_faq p{
    font-size: 14px;
    margin-bottom: 0px;
}
.content_faq{
	max-height:0px;
     transition: max-height 500ms;
}
.active_content_faq{
	max-height:100%;
}






.lft_faq{
	display: inline-block;
    background: #fff;
    padding: 20px;
    margin: 15px 0px;
	width: 36%;
	height: 300px;
	box-shadow: 1px 2px 0px #e5e5e5;
}
.rgt_faq{
    display: inline-block;
    /* padding: 20px; */
    margin: 5px 0px;
    width: 100%;
    margin-left: 50px;
}
.bo_txt{
	width:100%;
}






.bg_w_cmn {
    min-height: 300px;
}
.plus{
    position: absolute;
    background: #394791;
    left: -16%;
    width: 40px;
    height: 40px;
    border-radius: 100%;
	    z-index: 1;
}
.faq_tb_ti {
    position: relative;
     transition: all 1s ease-in-out;
}
.faq_tb_ti_act{
	box-shadow: 0px 0px 0px #d2d2d2;
}
.faq_tb_ti_act .plus:before {
    background: #fff;
}
.plus:before {
content: '';
    width: 10px;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
       left: 50%;
    transform: translate(-50%, -50%);
       transition: all 1s ease-in-out;
	z-index:1;
}

.faq_tb_ti_act .plus:after {
    opacity: 0;
}
.plus:after {
    content: '';
    width: 10px;
    height: 2px;
    transform: rotate(90deg);
    background: #fff;
    position: absolute;
    top: 48%;
    left: 36%;
    transition: all 1s ease-in-out;
    z-index: 1;
}
}
.faq_tb_panel {
    padding: 0px 73px 40px 26px;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    display: none;
    background: #fff;
	    box-shadow: 1px 2px 0px #e5e5e5;
}
.faq_sep{
    margin-bottom: 30px;
   /*  transition: all linear 0.3s; */
   transition:all 1s ease-in-out;
    padding-left: 14%;
    cursor: pointer;
}
.nav_li:after .show-subnav{
	  transform: rotate(45deg);
}


.bo_txt{
    font-size: 38px;
    font-weight: 500;
    border: 1px solid #e1e1e1;
    padding: 15px 20px 32px;
    border-left: 0px;
    border-right: 0px;
    margin: 70px 0px;
}
.bo_txt span{
    color: #d71921;
    border-bottom: 2px solid #d71921b5;
    padding-bottom: 7px;
	cursor: pointer;
}	
	
.active_faq .plus:after{
	opacity:0;
}
.active_fill a{
	color:red;
}

.parn_plus{
	position:relative;
}
.parn_plus:after{
    content: "";
    position: absolute;
    left: -65px;
    width: 2px;
    background: #d0482b;
    z-index: 0;
	opacity:0;
	 transition: all .5s ease-in-out;
	  	height: 0px;
		opacity:0;
}
.active_faq .parn_plus:after{
		opacity:1;
		height: 200px;
}

.mn_fqq{display:flex;    margin-top: 60px;}
.mn_accr_faq{
    display: flex;
    justify-content: space-between;
	position:relative;
	 transition: all 1s ease-in-out;
}
.mn_accr_faq:before{
    content: "";
    position: absolute;
    left: 21px;
    width: 2px;
    height: 100%;
    background: #394791;
    z-index: 0;
    opacity: 1;
	 transition: all 1s ease-in-out;
	 
}

.active_faq .parn_plus:after{
	opacity:1;

}
.active_faq .plus {
    background: #ff5217;
}
.item_acc{
	transform:all 1s ease-in-out;
}
.yellow {
    top: 14%;
    right: -11%;
}
.faq_in_img{
    width: 100%;
    border-radius: 20px;
}
.faq_img{
display: inline-block;
    padding: 5% 0px;
}
.faq_img img{
	border-radius:20px;
}
/* .active_faq .parn_plus:before{
	opacity:0;
} */




/* --------blog------------- */


.com_main{
    display: inline-block;
    width: 100%;
    margin: 50px 0px 0px;
}
.com_main_news{
    padding: 0px 0px 50px;
}

.filt_sdl{
    display: inline-block;
    width: 360px;
    float: left;
    transition: all .5s ease-in-out;
    position: relative;
    top: 0px;
}
.blog_info{
	    display:inline-block;
    float: right;
      width: calc(100% - 360px);
}
.gly_info{
    display: none;
}
.Crnt{
    display: block;
}
.port_itms_filtr{
	background: #f1f1f1;
    margin-right: 70px;
	    margin-bottom: 40px;
}

.clr_prp{
    background: #394791!important;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 10px 35px;
    /* color: #000; */
    font-size: 16px;
    position: relative;
    margin-bottom:10px;
}


.clr_prp a:first-child{
    color: #fff;
	font-size:16px;
	    padding: 0px;
}
.port_itms_filtr ul li a{
    display: inline-block;
    width: 100%;
    padding: 2px 35px;
    color: #000;
    font-size: 14px;
	position:relative;
}

.active_fill:after{
    content: "";
    position: absolute;
    right: -8px;
    top: 8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #e65e41;
    animation-name: arr_lst;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: both;
  }
  
      
  
@keyframes arr_lst {
  from {opacity:0;}
  to {opacity:1;}
}
  
  
 
  
.active_fill{
	    background:#e65e41;
    color: #fff!important;
		position:relative;
	transition:all .5s ease-in-out;
}
.active_fill a:first-child{
    color: #fff;
}
#flt_vdo{transition:all 1s ease-in-out;}
.item_vdo {
	display: inline-block;
	width: 46%;
	float: left;
	margin-bottom: 40px;
	margin-right: 15px;
	margin-left: 15px;
	transition:all 1s ease-in-out;
	
	    animation-name: arr_lst;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: both;
}
.item_dwnd{
	display: inline-block;
	width: 29%;
	float: left;
	margin-bottom: 40px;
	margin-right: 15px;
	margin-left: 15px;
	transition:all 1s ease-in-out;
	
	    animation-name: arr_lst;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: both;
}

.tlt_blg{
    font-size: 18px;
    /* font-weight: 600; */
    text-shadow: 0px 0px;
    margin-bottom: 14px;
    margin-top: 8px;
    line-height: 30px;
}
.par_stl p{
    font-size: 15px;
    color: gray;
    line-height: 25px;
    /* font-weight: 700; */
    text-shadow: 0px 0px;
    letter-spacing: .3px;
    height: 81px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.img_blog{
	    width: 100%;
    height: 250px;
	position:relative;
}
.img_blog img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blg_date{
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: #394791;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    padding: 10px 8px;
    border-radius: 10px;
}
.blg_date span{
    display: block;
    font-size: 12px;
	 line-height: 18px;
}
.blog_sct_infs{
	    position: relative;
}
.news_abt{
	padding-left:60px;
}
.pos_nwes{
    width: 75%;
    float: left;
}
.date_news{
	float:right;
	 border:1px solid #394791;
	 color:#394791;
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    padding: 10px 8px;
    border-radius: 10px;
}
.date_news span{
    display: block;
    font-size: 12px;
	 line-height: 18px;
}
.dtl_news{
	display: inline-block;
    width: 70%;
    float: left;
	    padding-right: 60px;
}
.rect_news{
display: inline-block;
    width: 30%;
    float: left;
    background: #e0e0e0;
	    padding: 20px 0px;

}
.img_nws {
    height: 500px;
	    margin-bottom: 35px;
}
.tlt_nesd {
    font-size: 22px;
    /* font-weight: 600; */
    text-shadow: 0px 0px;
    margin-bottom: 30px;
    margin-top: 30px;
    line-height: 26px;
}
.nws_inf p{
	    text-align: justify;
}
.nwdt_date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ff5c26;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 30px;
    padding: 10px 8px;
    border-radius: 10px;
}
.nwdt_date span{
    display: block;
    font-size: 12px;
	 line-height: 18px;
}
.rect_tp{
    background: url(../images/back_hd.png);
    background-repeat: no-repeat;
    /* width: 200px; */
    color: #fff;
    position: relative;
    padding: 6px 20px;
	    margin-bottom: 25px;
}
.flnw_dt{
	display: flex;
    width: 100%;
    padding: 0px 20px;
}
.rext_img{
	    width: 100%;
    height: 82px;
}
.rext_img img{
	object-fit:cover;
}
.par_nwl{
	padding-left: 20px;
}
.par_nwl p{
	font-size: 14px;
}
.rct_hd{
    font-size: 14px;
    line-height: 21px;
    text-shadow: 0px 0px;
    height: 64px;
}
.but_nwdt {
    background: #394791;
    margin: 0px;
    width: 120px;
    border: 1px solid #283ba1;
    /* color: #fff; */
}
.but_nwdt a {
    color: #fff;
}
.vdo_sct{
    padding: 30px 15px 20px;
    border: 1px solid #d8d8d8;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
}
.par_stl_vd{
    height: 133px;
}
.img_down{
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}
.cnt_pr{
    text-align: center;
    margin: 20px 0px 0px;
}
.bac_dwn:after {
    content: "";
    position: absolute;
    background: url(../images/zic_ln.png);
    left: 0px;
    width: 100%;
    height: 18px;
    -webkit-animation: slide 20s linear infinite;
    filter: opacity(10%);
    bottom: 6px;
}
.bac_dwn{
    display: inline-block;
    width: 100%;
    margin: 25px 0px 0px;
	position:relative;
}

.sol_dwn {
display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1;
    width: 50px;
    float: right;
    /* right: 20%; */
    top: 3px;
    padding-left: 10px;
}
.hid_blg{
	font-size: 18px;
    font-weight: 700;
    margin: 25px 0px;
}
.blog_info ul li, .nws_ul li{
position: relative;
    font-size: 15px;
    color: gray;
    line-height: 25px;
    /* font-weight: 700; */
    text-shadow: 0px 0px;
    letter-spacing: .3px;
    padding-left: 30px;
}
.nws_ul li:after, .blog_info ul li:after{
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #f96f46;
}
.scrollTop{      position: fixed;
    left: 65px;
    bottom: 65px;    z-index: 4;}
	
.hid_on{display:none}





/* --------------------syllabus----------------- */




.dwnld_sylbs {
    margin-left: 70px;
    margin-bottom: 40px;
}
.img_dwicn{
    width: 50px;
    height: 50px;
    float: left;
}
.cls_dwnl{
    display: inline-block;
    background-image: linear-gradient(to right,#f99153, #f96b45);
    color: #fff;
    position: relative;
    border-radius: 20px;
    padding: 20px 40px;
    width: 100%;
	transition:all 1.2s ease-in-out;
	cursor:pointer;
}
.cls_dwnl:hover{
	background-image: linear-gradient(to right,#4CAF50, #009688);
}
.dwld_sylb_btn {
    opacity: 1;
    background: transparent;
    border: 0px;
    position: relative;
    z-index: 6;
    font-size: 22px;
    line-height: 25px;
    color: #fff;
    text-transform: capitalize;
    text-align: left;
    float: left;
    padding-left: 15px;
}
.dwld_sylb_btn span {
    display: block;
    font-size: 12px;
}
.li_pd ul li{
	position:relative;
}
.list_int li a{
	transition:all 1s ease-in-out;
	opacity:0;
}
.list_int{
	display:none;
    background: #fff;
    margin: 12px;
    padding-bottom: 0px!important;
	position:absolute;
	opacity:0;
	 max-height: 20px;  
    transition: max-height 500ms;
}
.active_list_int{
	 max-height: 100px;
	position:relative;
	opacity:1;
}
.list_int:after {
    content: "";
    position: absolute;
    left: 50%;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    animation-name: arr_lst;
    animation-duration: .5s;
    animation-timing-function: ease-in-out;
    animation-direction: alternate;
    animation-fill-mode: both;
    transform: translate(-50%,-50%);
}
.active_list_int li a{
	opacity:.9;
}
.hd_sylb{
    margin: 0px 0px 20px;
}

.syl_ul li, .blog_info ul li {
    color: #545454;
    padding-bottom: 15px;
}
.tbl_sylb table thead, .inn_crse{
    background: #394791;
    color: #fff;
    padding: 8px 30px;
    font-size: 15px;
}
/* .tbl_crse{
    width: 50%;
    border: 1px solid #e0e0e0;
    float: left;
} */
.tbl_crse th{
    color: #f96d46;
    text-align: left;
	font-size: 15px;
}
.tbl_crse th{
    padding: 13px;
}

.tbl_crse td{
    /* padding-left: 20px; */
    padding: 0px 4px 15px;
    padding-left: 40px;
    position: relative;
    font-size: 14px;
    line-height: 16px;
}


.tbl_crse td:before{
    content: "";
    width: 7px;
    height: 7px;
    background: #f9784a;
    position: absolute;
    left: 10px;
    top: 3px;
}

.tbl_sylb{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: 40px;
}
.tbl_cls{
    width: 50%;
    border: 1px solid #e0e0e0;
    padding: 0px 20px;
}
.inn_hd_sylb{
	font-weight: 700;
    color: #f96f46;
    padding: 10px 0px;
}
.inn_lst_info{
	    padding: 10px 0px;
}
.inn_lst_info li{
    padding-bottom: 0px;
    font-size: 14px;
    color: gray;
}
.table_ul{
	padding: 15px 15px 0px;
}

.table_ul li{
	    padding-bottom: 5px;
    font-size: 13px;
    color: gray;
	position:relative;
}
.table_ul li:before{
    content: "";
    width: 5px;
    height: 5px;
    background: #f9784a;
    position: absolute;
    left: -18px;
    top: 3px;
}


body{margin: 0;padding: 0;}
.modal1_1{position: fixed;z-index:99999;height: 100%;width: 100%;top: 0;background-color: Black;filter: alpha(opacity=60);opacity: 0.8;-moz-opacity: 0.8;}
.center1_1{z-index: 1000;margin: 150px auto;padding: 10px;width:166px;background-color: White;border-radius: 10px;filter: alpha(opacity=100);opacity: 1;-moz-opacity: 1;}

.progress_ias{color: #ea814b;
    position: absolute;
    bottom: 0;
    right: 10%;}

.newstl{ width:68%;}



.li_pd_fixed{
    position: fixed;
    top: 169px;
    width:360px;
}
input:-webkit-autofill { background-color:  transparent!important ; }

/* Tarun code*/

.blog_info table{
    width: 100%;
    margin-bottom: 40px
}

.blog_info table&gt;thead&gt;tr&gt;th, .blog_info table&gt;thead&gt;tr&gt;td {
    background: #394791;
    color: #fff;
    padding: 8px 30px;
    font-size: 15px;
    text-align:left
}
.blog_info table&gt;thead&gt;tr&gt;th strong, .blog_info table&gt;thead&gt;tr&gt;td strong {
    color: #fff;
    font-weight: normal
}
.blog_info table&gt;tbody&gt;tr&gt;th, .blog_info table&gt;tbody&gt;tr&gt;td {
    width: 50%;
    border: 1px solid #e0e0e0;
    padding: 0px 20px 0 30px;
}
.blog_info table&gt;tbody&gt;tr&gt;td&gt;strong {
    padding: 13px 0;
    color: #f96d46;
    display: block;
}
.tbl_sylb table.tbl_crse&gt;thead&gt;tr&gt;th, .tbl_sylb table.tbl_crse&gt;tbody&gt;tr&gt;th, .tbl_sylb table.tbl_crse&gt;thead&gt;tr&gt;td, .tbl_sylb table.tbl_crse&gt;tbody&gt;tr&gt;td {
    padding: 0 0 15px 30px;
    border: 0px solid #ddd;
}
.tbl_sylb table.tbl_crse&gt;tbody&gt;tr&gt;th {
    padding: 13px 0;
}
.tbl_sylb table.tbl_crse{
    margin-bottom: 0px
}
.hid_blg, .inn_crse{width:100%}

.dtr_vdo {
    position: relative;
}
.abtVid {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0;
    visibility: hidden;
    z-index: -1;
}
.dtr_vdo .cs_bt {
    opacity: 0;
    transition: all .5s;
    transition-delay: 2s
}
.vidPlay .abtVid {
    visibility: visible;
    z-index: 1;
}
.vidPlay .cs_bt {
    opacity: 1;
}
.vidPlay .igm_vdo {
    display: none
}
.abtVid .vidFrame {
    width: 100%;
    height: 350px;
}
.blog_info &gt; .sylab_info p:first-child &gt; strong{
    display: block;
    margin: 0px 0px 20px;
}
.blog_info strong {
    font-weight: 700;
    font-size: 18px;
    color:#000000
}
.client_blog {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
.blog_info .client_name {
    text-align: right;
    font-size: 18px;    
    font-weight: 700;
}

.subnav1:after {
    content: "";
    position: absolute;
    top: 11px !important;
    right: 40px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-316deg) !important;
}

.subcategory { border: none!important;}
.subcategory li a{ text-transform: none;}
.gallery1{ float: left; width:33.3%; padding:10px; }
.gallery1 img{ width: 100%;}

.career-form .user-input-wrp .floating-label {
    color: #000;
}

.career-form input {
    background: transparent;
    color: #000;
    margin-bottom: 25px;
    padding: 10px 0px;
}
.career-form{padding: 40px 0px 0px;}
.career-form select {
    
    padding: 10px 0px;
    color: #666;
}

.upldBx{ width:100%; opacity: 0;}
.browresume{ position: relative;}
.floating-label1{top: 20px !important; color: #000 !important;}
.FleIcnBx{top: 20px !important;
    position: absolute;
    right: 0; z-index: -1;}
.enqury-btn{ text-align: left;}

.sylab_info .tbl_sylb h3{text-align: left;  float: left; width: 100%;}
.sylab_info .tbl_sylb h2{text-align: left;  float: left; width: 100%; font-size: 24px;
    font-weight: bold; color: #394791; }
.sylab_info .tbl_sylb h2{text-align: left;  float: left; width: 100%;}
.tbl_sylb ul{ float: left; width: 100%;}
.sylab_info h3,.sylab_info h1,.sylab_info h2{ text-align: left; font-size: 24px; color: #394791; margin:25px 0px;}
.tbl_sylb h2{text-align: left;  float: left; width: 100%; font-size: 24px;
    font-weight: bold; color: #394791; }

    .tbl_sylb h3{text-align: left;  float: left; width: 100%; font-size: 24px;
        font-weight: bold; color: #394791; margin-bottom: 15px; }
    .sylab_info {font-size: 16px;
        line-height: 32px;
        text-transform: none;
        font-weight: normal;
      }
 .sylab_info p{font-size: 16px;
    line-height: 32px;
    text-transform: none;
    font-weight: normal;
    margin-bottom: 20px; text-align: justify;}

.mn_dtr_ .igm_vdo {
    background: transparent;
}    

.mn_dtr_ .igm_vdo .vdo_img_ab:after {
        background: transparent;
}

.mn_dtr_ .igm_vdo .dc_msg {
    color: #fff;
}
.header-top{ float:left; width: 100%; background: #00268f; padding: 5px 0px 2px;}
.header-left{ float:left; }
.header-left ul li{ display:inline-block; }
.header-left ul li a b{ font-weight:bold;}
.header-left ul li a{ padding: 1px 10px 1px;
    text-decoration: none;
    font-size: 14px;
    display: block;
    color: #fff;
    border-right: 1px solid #fff;
    line-height: 12px;}
    
  .header-left ul li:first-child a{ border: none;}  
    .header-left ul li:last-child a{ border: none;}  
    
.header-left ul li a:hover{color: #ff5b2c;}

.header-right{ float:right;}
.header-right ul li{ display:inline-block; }
.header-right ul li a{ padding: 5px 5px; text-decoration:none; font-size: 14px; display:block; color:#fff;}
.header-right ul li a:hover{color: #ff5b2c;}

.topnav1{ display:inline-block}
.topnav1 ul li{ display:inline-block; }
.topnav1 ul li a{ padding: 25px 25px; text-decoration:none; font-size: 16px; display:block; color: #21328e;}
.topnav1 ul li a:hover{color: #ff5b2c;}

.TextAndImg {
    position: absolute;
    right: 10%;
    bottom: 83px;
    width: 28%;
     padding: 10px;
}
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.TextAndImg h2, .TextAndImg h1 {
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    line-height: 48px;
    margin-top: 10px;
    background:none;
    text-align: left;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
    width:100%;
}
.TextAndImg span {
    width: 70px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
}

.top_slidr .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 0px;
    position: absolute;
    bottom: 38px;
    width: 100%;
    text-align: center;
}

.top_slidr .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    background: #fff;
}

.top_slidr .owl-theme .owl-dots .owl-dot.active span, .top_slidr .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5b2c;
}
a.LinkAllSec {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.course-category{ width: 100%; text-align: center;}
.course-category ul li{ display:inline-block; }
.course-category ul li a{ padding: 5px 15px; text-decoration:none; font-size: 14px; display:block; color:#fff; font-weight:600;}
.course-category li a:hover{color: #ff5b2c;}
.course-category li a.active{color: #ff5b2c; border-bottom:2px solid #ff5b2c;}

.course-tab1 {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    display: none;
}

.stu_txt img
{
    width: 30% !important;
    display: inline-block !important;
    border-radius: 50%;
    height:auto;
    }
    
  .rating
  
  { width:auto;
      
   display: inline-block !important;
    border-radius: 50%;   
  }
  
 .view-details{ display:block; width: 100%;}
 .view-details a{ padding: 5px 15px; text-decoration:none; font-size: 14px; display:inline-block; color:#21328e; font-weight:600;}
  .view-details a:hover{ color:#ff5b2c; }
  
.payment {
    width: 60% !important;
    /* margin-left: 55px; */
    margin-top: 17px;
}
  .footer-fix-nav{ position:fixed; bottom:0; width: 100%; background: #ff5b2c; padding: 5px 0px; text-align: center; z-index: 9999;}
  
 .footer-fix-nav ul li{ display:inline-block; }
.footer-fix-nav ul li a{ padding: 5px 15px; text-decoration:none; font-size: 14px; display:block; color:#fff; font-weight:600;  text-transform: uppercase;}
.footer-fix-nav li a:hover{color: #000;}
.footer-fix-nav li img{width: auto !important;
    height: auto;
    display: inline-block;
    margin-bottom: -6px;}
.sub-menu{ position:fixed; width: 100%; top:-121px;  z-index: 9999; left: 0;   }
.menu-parent{background: #fff; position:relative; width: 100%; float:left;  height: 400px; overflow:hidden; box-shadow: 2px 7px 15px #0000001f;}

.left-menu {float: left;
    width: 25%;
    background: #ececec;
    height: 400px;
   }
 .left-menu ul li{ display:block; }
.left-menu ul li a{ padding: 8px 15px; text-decoration:none; font-size: 14px; display:block; color:#000; font-weight:600;   text-align:left;}
.left-menu li a.active{background: #00268f; color: #fff;}
.left-menu li a:hover{background: #00268f; color: #fff !important;}
.sub-sub-nav1{ position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    column-gap: 30px;
    column-count: 4;
    height: 400px;
    }

.sub-nav-col1{ display: inline-block;
    /* width: 30%; */
    text-align: left;
    width: 100%; padding-top: 10px;}
.sub-nav-col1 h2{ font-size: 18px; }
.sub-nav-col1 ul { margin-bottom: 15px;}
.sub-nav-col1 ul li a{ padding: 0px 0px; color:#666; font-weight: 400;}
.sub-nav-col1 ul li a:hover{ background:none; color: #ff5b2c !important;}
.all-course:hover .sub-menu{ display: block !important; top: 121px; transition: all 1s ease;}
.all-course:hover &gt; a{ color:#ff5b2c;  }
.all-course a{ position:relative;}
.all-course a:before{ content: "";
    position: absolute;
    bottom: 10px;
    height: 3px;
    background: #ff5b2c;
    width: 0%;
    left: 0;
    transition: all 1s ease;
    }
    
   .all-course:hover &gt;  a:before{ width: 100%;}
   .ul_foot1 li{line-height: 30px;}
      .ul_foot1 span{line-height: 30px;}
      
      
      
      /*team*/
      
       .teamQryBtn1 {
        position: relative;
        cursor: pointer;
        display: inline-block;
        width: 33%;
        padding: 10px;
    }
    a.LinkAllSec {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
    }

    .SerVcImg {
        float: left;
        width: 100%;
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 2;
        line-height: 0;
    }
    .SerVcCntSec {
        position: absolute;
        bottom: 24px;
        width: 80%;
        /* margin: 0 auto; */
        left: 50%;
        transform: translate(-50%, 0px);
        z-index: 2;
        text-align: left;
    }

    .team-name h3 {
            margin-bottom: 0;
            position: relative;
            text-align: left;
            color: #fff;
            font-size: 24px;
            text-transform: capitalize;
           
    }

    .team-name h4 {
        font-size: 16px;
        font-weight: 400;
        font-style: italic;
        color: #fff;
        height: 50px;
        line-height: 20px;
    }

.SerVcImg:before {
        top: inherit;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        position: absolute;
        background: -webkit-gradient(linear-gradient(transparent, black));
        background-image: linear-gradient(transparent, #000000c4);
        opacity: 0.9;
        z-index: 1;
        height:50%;
    }

    .SerVcImg img {
        transition: all 1s ease;
        width: 100%;
    }

    .team-name h3:after {
        top: -10px;
        left: 0;
        height: 4px;
        background-color: #ff541a;
        width: 40px;
        position: absolute;
        content: '';
    }


    .teampop-wrapper {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 1s;
        transition: all 1s;
    }
    .teamQry-wrapBx {
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        height: 0;
        position: absolute;
        -webkit-transition: all 1s;
        transition: all 1s;
    }

    .teamQry-wrapBx.active {
        opacity: 1;
        visibility: visible;
        position: relative;
        height: auto;
        overflow: visible;
    }
    .team-detail {
        position: relative;
        width: 100%;
        max-width: 1000px;
        margin: auto;
        background: #fff;
        padding: 25px;
        margin-top: 100px;
    }

    .popCls {
        width: 35px;
        height: 35px;
        position: absolute;
        right: 0px;
        top: 0px;
        cursor: pointer;
        z-index: 1;
        top: 20px;
        right: 20px;
        opacity: .4;
    }
    
    .popCls span {
        width: 80%;
        height: 80%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .popCls span:before, .popCls span:after {
        width: 100%;
        height: 2px;
        top: 50%;
        right: auto;
        bottom: auto;
        left: 50%;
        position: absolute;
        content: "";
        /* background: #ffffff; */
    }
    .popCls span:after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        transform: translate(-50%, -50%) rotate(-45deg);
    }
    .popCls span:before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
        transform: translate(-50%, -50%) rotate(45deg);
    }
    .popCls span:before, .popCls span:after {
        background-color: #000000;
    }

    
    .team-left {
        float: left;
        width: 25%;
    }
    .teamright {
        float: right;
        width: 70%;
    }
    .team-left img {
        width: 100%;
    }
    .teamright h2 {
        font-size: 24px;
        font-weight: bold;
        color: #21328e;
        
    }
    .teamright h3 {
        font-size: 16px;
        border-bottom: 1px solid #21328e;
        padding-bottom: 15px;
        margin-bottom: 25px;
        text-align: left;
        text-transform: none;
        color: #21328e;
    }

    .teamright h4 {
        font-weight: 600;
        line-height: 20px;
        text-transform: none;
        position: relative;
        font-size: 18px;
        text-align: left;
        margin: 0px 0px 20px;
        color: #000;
    }
    .teamright ul{ margin-left: 25px; margin-bottom: 25px;}
    .teamright ul li{ position: relative;
        font-size: 16px;
        line-height: 25px;
        /* font-weight: 700; */
        text-shadow: 0px 0px;
        color: #4c4b4b;
        padding-left: 30px;
    }
    .teamright ul li:after {
        content: "";
        position: absolute;
        left: 10px;
        top: 9px;
        width: 6px;
        height: 6px;
        background: #ff1b1c; 
    }
    .team-inner {
        width: 100%;
        max-height: 400px;
        overflow: auto;
    }

    .team-inner p{ padding-left: 0;}

    .popShow {
        z-index: 12;
        visibility: visible;
        opacity: 1;
    }
    .team-detail::after
    {
      clear: both;
      content: '';
      display: block;

    }

 .slide-team .owl-prev {left: -85px;}
 .slide-team .owl-next {right: -85px;}
 .main_h2_ab h2 {
    display: inline-block;
    font-weight: 600;
    font-size: 48px;
    line-height: 90px;
    text-transform: capitalize;
    text-align: center;
    color: #21328e;
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 0px 30px;
    margin-bottom: 25px;
}

.about-row{ margin-bottom: 45px;} 
.directors{ text-align: center;}
.practo-menu{  display: none;}
.teamwarapper{ text-align: center;}

.placeparterns{ padding-top:0px;}

.inq-content{ position:absolute; width: 100%; bottom: 0px; padding:20px;}
.inq-content h2{ font-size: 20px; color:#fff; margin-bottom:25px; font-weight:600;} 
.inq-content h2 span{ font-size: 30px;
    display: block;
    line-height: 30px;
    color: #fff;}
.enq-data{ float:left; width: 100%;}
.enqdata1{ display: inline-block;
    margin: 10px;
    width: 120px;
    height: 120px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    vertical-align: middle;
    padding-top: 25px;
    color:#fff; font-size:12px;
    
    }
    
 .enqdata1 span{ font-weight:bold; font-size:25px; }
 .hd_inq{ font-weight:bold;}
 
 .course-right{ float: right;}
 .course-left{ float:left;}
 
  .course-right .port_itms_filtr{ margin-right: 0px;
  
    margin-left: 70px;}
    
    .course-top-info{ float:left; width:100%; margin-bottom:25px;}
    
  .info-col1{ float:left; width:25%; text-align:left;}
    .info-col1 h3{ text-align:left;}
  .left-icon{ float:left; width:12%;}
    .right-icon{ float:right; width:88%; padding-left:15px;}
      .right-icon h3{ font-size: 12px; color:#666;}
         .right-icon h4{ font-size: 14px; color:#000; font-weight:600; line-height:18px;}
         
        .rating-course{ width:auto;}
        
        .ds_loc span{ display:block; color: #f1633d;}
         .ds_loc span a{ display:block; color: #f1633d;}
             .ds_loc h3{ text-align:left; color:#394791; font-size:20px;}
             
            .privacy-policy p{ padding:0px; text-align:justify;}
            .privacy-policy  h3{ font-size: 20px;
    text-align: left;
    color: #061c5a;}
    
    .content_faq h3{ text-align:left;}
    
    .privacy-policy ul li {
    position: relative;
    font-size: 15px;
    color: gray;
    line-height: 25px;
    /* font-weight: 700; */
    text-shadow: 0px 0px;
    letter-spacing: .3px;
    padding-left: 30px;
}

.privacy-policy li:after, .privacy-policy ul li:after {
    content: "";
    position: absolute;
    left: 10px;
    top: 9px;
    width: 6px;
    height: 6px;
    background: #f96f46;
}

.subnav2 {
    font-size: 16px !important;
    color: #394791 !important;
    font-weight:bold !important;    
}
    
.sub-sub-nav1{ display:none;}
.sub-sub-nav1 .active{ display:block;}

.DlRptmn .Crldlpge .crsdlancr.subnav1:after {
    border: solid #37448b;
    border-width: 0 1px 1px 0;
}

.DlRptmn .Crldlpge .inn_ul.subcategory.crslDsyne {
    display: none;
    transition: none;
}
.li_pd .DlRptmn .Crldlpge {
    padding-bottom: 12px;
}

.filt_sdl .DlRptmn .Crldlpge a {
    padding: 3px 35px;
}

.TestProDlmnSwn .clr_prp {
    margin-bottom: 0px;
}

.TestProDlmnSwn .stu_txt {
    height: auto;
    box-shadow: none;
    margin: 0px;
}

.crslDsyne .subnav1:after {
    content: none;
}

.TestProDlmnSwn .stu_txt:after {
    content: none;
}

.TestProDlmnSwn .stu_txt p {
    margin-bottom: 5px;
}

.lftCr {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 0px;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rgtCr {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.TestProDlmnSwn .owl-nav {
    position: absolute;
    width: auto;
    top: -36px;
    right: 10px;
    transform: none;
    margin-top: 0px;
}

.TestProDlmnSwn .owl-theme .owl-nav [class*=owl-] {
    margin: 0px;
}

.TestProDlmnSwn .owl-nav .owl-prev {
    left: 0px;
    position: relative;
}

.TestProDlmnSwn .owl-nav .owl-next { 
   right: 0px;
   position: relative;
}

.Orplcmnt .teamQryBtn1 {
    width: 100%;
    position: relative;
    padding: 0px;
}

.Orplcmnt .teamQryBtn1 .team-name h3 {
    font-size: 18px;
    margin-bottom: 4px;
}

.Orplcmnt .teamQryBtn1 .team-name h4 {
  font-size: 14px;
  height: auto;
}

.Orplcmnt .teamQryBtn1 .SerVcCntSec {
    bottom: 15px;
    width: 90%;
}

.ProDlpgeMn .info-col1 {
    display: flex;
    align-items: flex-end;
}

.ProDlpgeMn .info-col1:nth-child(3) {
    width: 20%;
}

.ProDlpgeMn .info-col1:nth-child(3) .left-icon {
    width: 17%;
}

.ProDlpgeMn .info-col1:nth-child(4) {
    width: 20%;
}

.ProDlpgeMn .info-col1:nth-child(5) {
    width: 10%;
    justify-content: flex-end;
}

.ProDlpgeMn .info-col1 a  {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.ProDlpgeMn .VdeCrmn {
    width: 45px;
    height: 45px;
    border: 1px solid #394791;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.ProDlpgeMn .VdeCrmn:before {
  left: 50%;
  right: auto;
  bottom: auto;
  width: 50px;
  height: 50px;
  top: 50%;  
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  background: #9a9a9a;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.ProDlpgeMn .VdeCrmn span {
        display: block;
    position: relative;
    z-index: 2;
    width: auto;
    height: auto;
    border-left: 8px solid #394791;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.pop_up_vdo1 {
    position: fixed;
    background: rgba(0,0,0,0.95);
    width: 100%;
    display: inline-block;
    height: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: height 1s ease-in-out;
    transition: height 1s ease-in-out;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    visibility: hidden;
}
.pop_up_vdo1.pop_up_vdo_opn1 {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    height: 100vh;
}

.pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    display: inline-block;
    background: transparent;
    position: absolute;
    border-radius: 50px;
    right: 93px;
    font-size: 30px;
    top: 0px;
    color: #ffffff;
    z-index: 1;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    cursor: pointer;
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: #000;
    border-radius: 50%;
    right: 9px;
    top: 9px;
}

.pop_up_vdo1 #iframe1 {
    width: 100%;
    height: 100%;
}

.vdo_onply1 {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}


.PopBxClsVde img {
        width: 20px;
    display: block;
    margin: 0 auto;
    margin-top: 12px;
}</pre></body></html>