<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&amp;display=swap');
body{font-size:14px; font-family: 'Roboto', sans-serif; color:#222; font-weight:400; line-height:24px;}
.globalspacin{ padding:40px 0;letter-spacing: 1.2px;font-size: 15px;}
a:focus{ outline:none;}
.navbar-default .navbar-nav &gt; li &gt; a{
  /*  padding-left: 10px;*/
}
/**.bg-overlay {background:rgba(255, 255, 255, 0.8) none repeat scroll 0 0;height: 100%;position: absolute;right: 0;top: 0;width: 100%;}**/
.mar-top-30{ margin-top:10px;}
.mar-top-60{ margin-top:10px;}

.know-teachers .user-img-1{
    text-align: right;
}

.know-teachers .user-img-1 img{
width: 100%;
}



.banner{
background-image: url("https://clsite-file.s3.amazonaws.com/ALL/2020/admission-consulting/106960_banner-bg.jpg");
color: #fff;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
clear: both;
position: relative;
padding-top:0;
overflow: hidden;
padding-bottom:0px;
}


.banner::before {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.79);
    content: "";
    width: 100%;
    height: 100%;
}



.banner h1 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: bold;
    margin-top:70px;
}

.banner h3 {
   margin-top: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    line-height: 24px;
}
.banner h5 {
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    margin: 20px 0 35px 0;
    color: #fff;
    display: inline-block;
}

.banner span {
    background: #FF0000;
    color: #fff;
    padding: 6px 15px;
    border-radius: 5px;
}


.banner .event-listing{
background-color: #f45a21;


top: 0;
right: 0;
width:100%;
}

.banner .event-listing h3{
position: relative;
text-align: center;
color: #fff;
border-bottom: 1px #fff solid;
padding: 10px 0;
margin-bottom: 20px;
font-weight: bold;
}

.banner .event-listing h3:after {
width: 0;
height: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-top: 8px solid #fff;
content: "";
position: absolute;
bottom: -8px;
left: 50%;
-moz-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}


.banner .event-listing ul{
padding: 10px;
}

.banner .event-listing li{
margin-bottom: 15px;
-webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;
position: relative;
padding-left: 35px;
font-size: 14px;
list-style: none;
text-align: left;
}




.banner .event-listing li i {
background-color: #ab2e2e;
color: #fff;
width: 25px;
height: 25px;
line-height: 25px;
text-align: center;
border-radius: 50%;
font-size: 14px;
position: absolute;
left: 0;
top: 2px;
}


.banner .event-listing li:hover{
    padding-left:42px;
}

.counter h5{
color: #fff;
margin-bottom: 10px;
text-transform: capitalize;
}

#countdown {
color: #ffffff;
margin-top: 10px;
}

#countdown span {
  color: #222;
  font-size: 20px;
  margin-left: 5px;
  margin-right:5px;
  text-align: center;
    display: inline-block;
    font-weight: 600;
    background-color: #ffce0b;
    padding:5px 15px;
    border-radius: 3px;
}


#countdown span b{
    display:block;
    font-size:14px;
/*color: #C42C1C;*/
}



.top-header h3 {
   font-size: 22px;
    color: #000;
    font-weight: 500;
    margin: 0 0 25px 0;
    padding: 0;
    line-height: 31px;
}
.top-header p{ font-size:15px; margin-bottom:20px; }
.top-header p span{ color:#F15A22;}
.grey{ background:#f8f8f8;}

.navbar-brand &gt; img {
max-height: 50px!important;
}

.form-box h4 {
    color: #222;
    font-size: 21px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 0px;
    font-weight: 600;
    text-align: center;
}
.form-group {
    margin-bottom: 15px!important;
}
.form-box {
    background: #fff;
    padding: 30px 30px;
    border-radius: 0px;
    box-shadow: 0 5px 47.2px 11.8px rgba(19,30,74,.1);
}
.form-control {background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;border-radius: 3px;box-shadow: none;color:#676767;font-size: 14px;font-weight: 400;border: none;height: 40px;margin-bottom: 0px;padding-left: 15px;border: 1px solid #ccc;letter-spacing: 0.9px;}
.form-box .btn {
   background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 0px;
    padding: 9px 15px;
    border-radius: 0px;
}

.form-control:focus {
border-color: none;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
box-shadow: none;
}
.form-control::placeholder { color:#676767;}


.btn{
-webkit-transition: ease-in-out 0.5s;
-moz-transition: ease-in-out 0.5s;
-o-transition: ease-in-out 0.5s;
transition: ease-in-out 0.5s;

}

.btn.btn-warning:hover,
.btn.btn-warning:focus{
    background-color: #333;
    color: #fff;

}
.top-header {
    text-align: left;padding: 40px 0 40px 0;
}
.top-header h1 {color: #F15A22;
    font-size: 32px;
    font-weight: 400;margin-bottom: 25px;
    margin-top: 0;
    }
.list-inline {
    padding-left: 0;
    margin-left: inherit;
    list-style: none;margin-bottom: 20px;
}
.top-header .list-inline ul {
    padding:0px; margin:0px;
}
.top-header .list-inline ul li {color: #222;margin-right: 10px;font-weight: 600;position:relative;text-transform: uppercase;font-size: 14px;list-style:none;display:inline;}
.top-header .list-inline ul li::after {
    background: #222222 none repeat scroll 0 0;
    top: 2px;
    content: "";
    display: block;
    height: 12px;
    position: absolute;
    right: -7px;
    width: 2px;
}

.top-header .list-inline ul li:last-child:after { display:none;

}

.know-teachers{ background:#EFEFEF;}
.top90 { padding:0px 0px 0 30px;}
.top-l-90 { padding:0px 30px 0 15px; }

.know-teachers h1 {
   font-size: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    color: #F15A22;
    font-weight: 700;
    line-height: 42px;
}
.know-teachers h3 {
    color:#4B4B4B;
    font-size: 20px;
    font-weight: 700;
    margin-top: 0px;
    padding-bottom: 8px;
    margin-bottom: 0px;
}
.know-teachers span {
    font-size: 16px;
    color: #ff692e;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.know-teachers p {
    margin-bottom: 0px;
    font-size: 15px;
    letter-spacing: 1.2px;
    line-height: 26px;
    font-weight: 400;
}

.ms ul {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

.ms ul li {
    list-style: outside none none;
    margin: 0;
    padding: 5px 0 5px 25px;
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #222;
}

.ms ul li::before {
   color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 5px;  font-weight: 600;   
}


.sm ul {
    list-style: outside none none;
    margin: 0 0 15px 0;
    padding: 0;
}

.sm ul li {
    list-style: outside none none;
    margin: 0;
    padding: 8px 0 8px 25px;
    position: relative;
    text-align: left;
    font-size: 15px;
    color: #222;
}

.sm ul li::before {
   color: #FF692E;
    content: "\f0a4";
    font-family: "FontAwesome";
    font-size: 14px;
    left: 0;
    position: absolute;
    top: 7px;  font-weight: 600;   
}

.vf .btn {
    background-color: #FF692E;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    padding: 0px 25px;
    text-align: center;
    border-radius: 2px;
    width: auto;
    line-height: 44px; position:relative; 
}
.content-box .grid {padding: 5px 15px 5px 65px;
    position: relative;
    text-align: left;
    display: block;
    width: 100%;}
.content-box .icon { position: absolute; left: 0px;}
.content-box .icon img{max-width: 50px;}
.content-box .value {font-size: 16px; font-weight: 400;color:#fff;}
.content-box .grid p strong{font-size: 17px; font-weight: 600;color:#fff; margin-bottom:0px;}

.rb {padding:5px 15px 5px 65px;position: relative;text-align: left; }

.vf {
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 5px 47.2px 11.8px rgba(19,30,74,.1);
    margin-bottom: 30px;
}
.know-teachers .vf:last-child{
    margin-bottom: 0px;
}

section h1 {
    color: #000;
    font-size: 30px;
    font-weight: 500;
    margin-top: 0;
}   

    


section h2 {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 600;
}
.experience-list{
background-color: #1770a5;
clear: both;
margin-top:30px;
padding: 20px 0;
}


.combine-block{
float: left;
width: 25%;
text-align: center;
min-height: 150px;
padding:15px;
}

.combine-block .icon-block &gt; span{
font-size: 24px;
background-color: #1770a5;
color: #fff;
width: 70px;
height: 70px;
display: inline-block;
line-height: 65px;
border-radius: 50%;
border: 5px #d6e5ee solid;

}
.combine-block .icon-block h4{
font-size: 20px;
font-weight: bold;
margin-top: 20px;
color: #fff;
}

.combine-block .icon-block h4 span{
display: block;
margin-top: 10px;
font-size: 12px;
}

.experience-list .form-action{
    margin-top:30px;
}

.form-action {
text-align: center;
    width: 100%;
    padding-bottom: 10px;
}
.form-action a{
background-color: #FF692E;
border: none;
padding: 8px 16px;
display: inline-block;
border-radius: 3px;
font-size: 15px;

}

.event-listing .form-action a{
    background-color: #BF3910;
}
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 5px;
    display: none;
    background-color: #1a4b70;
    color: #fff !important;
}


.thanlkyou{
    background-color:#3a3973;
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.thanlkyou img{
    
}
.thanlkyou h2{
    margin-top: 20px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 2px;
    font-size: 32px;
}
.thanlkyou p{
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
}
.thanlkyou p span{
    position: relative;
}
.thanlkyou p span strong{
        position: relative;
    z-index: 2;
}
.thanlkyou p span:after {
    position: absolute;
    bottom: 4px;
    width: 100%;
    left: 0;
    height: 5px;
    background: #fbd1c2;
    content: '';
    z-index: 1;
    opacity: .3;
}
.contfldthh {
    margin-top: -46px;
}
.boxesiner {
    padding: 15px;
    border: 1px solid rgba(171, 171, 171, .4);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .20);
    margin-bottom: 20px;
    border-radius: 15px;
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    background-color: #fff;
    font-size: 16px;
}



/*--------------------------------------------------------result tab-------------------------------------------------------------*/


@media only screen and (max-width: 767px) { 

section h2 {
    margin: 20px 0;
    font-size: 23px;
    font-weight: 600;
}

.combine-block{
    width:50%;
}

.banner .event-listing {
/*    background-color: #9d1903;*/
    position: inherit;
    height: inherit;
    top: inherit;
    right: inherit;
    width: 100%;
    margin-top: 15px;
    padding-bottom: 10px;
}

.banner h1 {
font-size: 30px;
margin-top: 0;
}

.banner h3 {
    margin-top: 0;
    font-size: 15px;
    margin-bottom: 20px;
    line-height: 20px;
}
.banner h5 {
    font-size: 16px;
    margin-top: 0;
    line-height: 22px;
}

.top-header h1 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.top-header h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 20px 0;
    line-height: 24px;
}

.top-header p {
    font-size: 16px;
    margin-bottom: 10px;
}
.know-teachers h1 {
    font-size: 22px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #F15A22;
    font-weight: 700;
    line-height: inherit;
}

.know-teachers h3 {
    font-size: 16px;
}
.know-teachers span {
    font-size: 15px;
    color: #ff692e;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;word-break: break-all;
}
.know-teachers img {
    width: 90px!important;
    height: 90px;
    border-radius: 50%;
}
.know-teachers .vf{
    margin-bottom: 20px;
}
.know-teachers .vf:last-child{
    margin-bottom: 0px;
}
.know-teachers p {
    font-size: 15px;
    line-height: 24px;word-break: break-word;
}
.top90 {
    padding: 20px 15px 0 15px;
}
.top-l-90 {
    padding:20px 15px 0 15px;
    text-align: left;
}
.vf {
    padding:15px;
    border: 1px solid #ccc;
    margin: 0 0px;
}

.brdr-l {
    border-left: none;
    padding-left: 0;
}
.brdr-l h1 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: inherit;
}
.head-line{background:#4a3147;padding: 20px 0;text-align: center;}
.head-line h5 {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
}


.mar-top-30 a, .mar-top-60 a {
    word-break: break-word;
}

    #feedback .col-md-4:nth-child(1) ~ * {
    margin-top: 30px;
}
    #flexuse{
        display:grid;
    }
    #contedtop{
        order:2;
    }
    #formcontfld{
        order:1;
    }
    .mar-top-60 {
    margin-top: 30px;
}
    
    section h1 {
    font-size: 22px;
}
    .banner {
    padding: 30px 0;
    position: relative;
    overflow: inherit;
}
    .sub-heading {
    margin-bottom: 20px;
    position: relative;
}
    section {
    padding: 30px 0;
}
    .credential .modal-dialog {
    width: 100% !important;
    margin: 0;
    padding: 15px;
}


.content-box .grid{
    margin-bottom: 20px;
}   
    
    .content-box .grid h5 {
    font-size: 16px;
    
}
.change {top:0px;}
.form-box{ margin-top:20px;}
}
.host-spaekers{
    background-color: #fff;
}
.whyyoujoinus{
    background: #fff;
}

.thnakyobanner{
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}
.thnakyobanner h1{
margin-top: 0;
    font-size: 40px;
}
.thnakyobanner p{
   font-size: 17px; 
}

@media only screen and (max-width: 480px) { 
    .thnakyobanner h1{
margin-top: 0;
    font-size: 20px;
}
.thnakyobanner p{
   font-size: 15px; 
}
    .combine-block{
    min-height: 184px;
padding: 10px;
border: 1px #f6f6f6 solid;
width:49%;
margin: 1px;
    }


   .content-box .col-md-6 {
    width:100%;
   } 

    #countdown span{
        font-size:20px;
        padding: 5px;
        margin:0 3px;
    }
    
    #countdown span b{
        font-size:14px;
    }
.banner h1 {
    font-size: 24px;

}

}



.socialshareicon {
position: fixed;
left: 0;
top: 50%;
z-index: 9999;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.socialshareicon &gt; a {
clear: both;
display: block;
}
.socialshareicon .fa {
clear: none;
float: left;
width: 28px;
line-height: 28px;
text-align: center;
-webkit-transition: ease-in-out 0.3s;
-moz-transition: ease-in-out 0.3s;
-o-transition: ease-in-out 0.3s;
transition: ease-in-out 0.3s;

color: white;
}
.socialshareicon .fa-facebook {
background: #3B5998;
}
.socialshareicon .fa-twitter {
background: #55ACEE;
}
.socialshareicon .fa-google-plus {
background: #dd4b39;
}
.socialshareicon .fa-linkedin {
background: #007bb5;
}
.socialshareicon .fa-reddit-alien {
background: #ff4200;
}
.socialshareicon .fa-tumblr {
background: #395976;
}
.socialshareicon .fa-pinterest-p {
background: #cb2027;
}
.socialshareicon .fa-whatsapp {
background: #199c0e;
}

.socialshareicon .fa-google-plus, .socialshareicon .fa-reddit-alien, .socialshareicon .fa-tumblr, .socialshareicon .fa-pinterest-p
{ display: none; }</pre></body></html>