
body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    color: #000;
    line-height: 22px;
	letter-spacing:0.1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    color: #000;
}
h1 {
    font-size: 36px;
    color: #fff;
}
h2 {
    font-size: 20px;
}
h3 {
    font-size: 16px;
    color: #787878;
    font-weight: 400;
    line-height: 24px;
}
h4 {
    font-size: 16px;
}
a {
    color: #c52d2f;
    -webkit-transition: color 300ms, background-color 300ms;
    -moz-transition: color 300ms, background-color 300ms;
    -o-transition: color 300ms, background-color 300ms;
    transition: color 300ms, background-color 300ms;
}
a:hover,
a:focus {
    color: #d43133;
}
hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}
.btn-primary {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    border: none;
    margin-top: 10px;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #c52d2f;
    outline: none;
    box-shadow: none;
}
.btn-transparent {
    border: 3px solid #fff;
    background: transparent;
    color: #fff;
}
.btn-transparent:hover {
    border-color: rgba(255, 255, 255, 0.5);
}
a:hover,
a:focus {
    color: #111;
    text-decoration: none;
    outline: none;
}
.dropdown-menu {
    margin-top: -1px;
    min-width: 180px;
}
.center h2 {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 20px;
}
.media > .pull-left {
    margin-right: 20px;
}
.media > .pull-right {
    margin-left: 20px;
}
body > section {
    padding:20px 0;
}
.center {
    text-align: center;
    padding-bottom: 55px;
}
.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}
.lead {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.transparent-bg {
    background-color: transparent !important;
    margin-bottom: 0;
}
@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.cnt_align_txt {
    text-align: justify;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
      z-index: 9;
}

header#header.sticky {
    box-shadow: 0 0 10px #ccc;
}
#header .search {
    display: inline-block;
}
.navbar > .container .navbar-brand {
    margin-left: 0;
}
.top-bar {
    padding: 5px 0;
    background: #191919;
    border-bottom: 1px solid #222;
    line-height: 28px;
}
.top-number {
    color: #fff;
}
.top-number p {
    margin: 0;
}
.social {
    text-align: right;
}
.social-share {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.social-share li {
    display: inline-block;
}
ul.social-share li a {
    display: inline-block;
    color: #fff;
    background: #404040;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 2px;
}
ul.social-share li a:hover {
    background: #c52d2f;
    color: #fff;
}
.search i {
    color: #fff;
}
input.search-form {
    background: transparent;
    border: 0 none;
    width: 60px;
    padding: 0 10px;
    color: #fff;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}
input.search-form::-webkit-input-placeholder {
    color: transparent;
}
input.search-form:hover::-webkit-input-placeholder {
    color: #fff;
}
input.search-form:hover {
    width: 180px;
}

.pr-0 {
    padding-right: 0 !important;
}

.navbar-brand {
    padding: 0;
    margin: 0;
} 
.navbar {
    border-radius: 0;
    margin-bottom: 0;
    padding:15px 0;
	background:#fff;
	box-shadow: 0 0 10px #ccc;
}
.navbar-nav {
    margin-top:5px;
}
.navbar-nav > li {
    margin-left:0px;
    padding-bottom: 0px;
}
.navbar-inverse .navbar-nav > li > a {
    padding:0px 13px;
    margin: 0;
    border-radius:0px;
	font-size:14px;
    color:#000;
    line-height:40px;
   text-transform: inherit;
    display: inline-block;
}
.navbar-nav > li #bnt_lgo {
    margin: 4px 0px 0 0px;
    border: #000 solid 1px;
    font-size: 14px;
    color: #000;
    line-height: 27px;
    border-radius: 4px;
    padding: 0px 10px;
}
.navbar-nav > li #bnt_lgo:hover{
	background: #0891D9;
	color:#fff;
}

.navbar-nav > li select#lung_slt {
    margin: 6px 5px 0 15px;
    border: #000 solid 1px;
    font-size: 13px;
    color: #000;
    border-radius:4px;
    padding: 3px 3px;
    cursor: pointer;
}
.navbar-nav > li select#lung_slt:hover {
    background: #0891D9;
	color:#fff;
}
.navbar-nav > li select#lung_slt:focus {
    outline: none;
}

.navbar-inverse .navbar-nav > li > a:last-child{padding-right:10px;}
.navbar-inverse .navbar-nav > li > a:focus {
    color: #003A18;
}
.navbar-inverse .navbar-nav > li > a:hover {
background-color: transparent;
    color: #003A18;
}
.navbar-inverse {
    border: none;
}
.navbar-inverse .navbar-brand {
    font-size: 36px;
    color: #fff;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
background-color: transparent;
    color: #0891D9;
	    font-weight: 600;
}
.navbar-inverse .navbar-nav .dropdown-menu {
    background-color:#0891D9;
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
    border: 0;
    padding: 0;
    margin-top: 0;
    border-top: 0;
    border-radius: 0;
    left: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu:before {
    position: absolute;
    top: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li > a {
    padding: 8px 15px;
    color: #fff;
    font-size:12px;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
    background-color:#000000;
    color: #fff;
}
.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
    border-radius: 0;
}
.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
    background-color: transparent;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-top: 0;
    padding-bottom: 0;
}
.collapse.navbar-collapse.navbar-left.mnu_aria {
    margin-left: 0px;
    position: relative;
    width: 80%;
    float: right !important;
}
.navbar-right.lang_src {
    background: #0F7C3C;
    padding: 0;
    min-height: 100px;
    margin-left:0px;
    position: absolute;
    max-width:170px;
    width: 100%;
    right: 0;
}
.navbar-right.lang_src:after {
    content: '';
    position: absolute;
    border-bottom: 100px solid #000000;
    border-left:35px solid white;
    left: -30px;
}

.navbar-right.lang_src .src_ml ul li:last-child {
    margin: 0;
}
.navbar-right.lang_src .src_ml ul li {
    float: left;
    margin-right: 20px;
	font-size:16px;
	color:#fff;
	line-height:24px;
	font-weight: 300;
}
.navbar-right.lang_src .src_ml ul li img {
    position: relative;
    top: -1px;
}
.navbar-right.lang_src .src_ml ul {
    list-style: none;
    margin: 36px 0 0 15px;
    padding: 0;
    display: flex;
    position: relative;
    left: 0px;
}
.navbar-right.lang_src .src_ml {
    float: left;
    width: 100%;
}
.navbar-right.lang_src .src_ml ul li a.act {
    color: #fff;
}
.navbar-right.lang_src .src_ml ul li a:focus {
    color: #fff;
}
.navbar-right.lang_src .src_ml ul li a {
    color: #fff;
}
li#show-btn {
    cursor: pointer;
}
div#show-box {
    position: fixed;
    background: #fff;
    top: 68px;
    max-width: 194px;
    width: 100%;
    padding: 0;
    height: 30px;
    display: flex;
}
div#show-box input[type="text"] {
    border: none;
    padding: 3px 10px;
    font-size: 12px;
    width: 82%;
    position: relative;
    top: -1px;
}
div#show-box input[type="text"]:focus{border:none; outline:none;}
div#show-box button {
    background: #444;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 7px;
    width: 16.3%;
    height: 30px;
}


#google_translate_element select {
    background: #428bca;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    padding: 6px 6px;
    font-size: 13px;
}

/* #header .container {
    max-width: 1280px;
    width: 100%;
} */

section#sliser_aria {
    padding: 0;
    position: relative;
	min-height: auto;
}
#sliser_aria .owl-carousel.banners.owl-theme.owl-loaded.owl-drag {
    height: 100%;
}
section#sliser_aria .owl-stage-outer {
    height: 100%;
}
section#sliser_aria .owl-stage-outer .owl-stage {
    height: 100%;
}

section#sliser_aria .owl-stage-outer .owl-stage .owl-item {
    height: 100%;
    position: relative;
    height: 100%;
}
section#sliser_aria .owl-stage-outer .owl-stage .owl-item .item.bnr {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    top: 0;
    position: relative;
    width: 100%;
    display: block !important;
    height: auto;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}

section#sliser_aria .owl-stage-outer:hover .owl-nav{display:block !important;}
section#sliser_aria:hover .owl-nav {display: block !important;}


#sliser_aria .owl-nav {
    position: absolute;
    z-index: 9;
    top: 45%;
    width: 100%;
	margin:0;
	display:none;
}
#sliser_aria .owl-nav button.owl-prev {
left: 10px;
    border-radius: 50px;
    position: absolute;
    padding: 5px;
    margin: 0;
    background: #ffffffb3;
    width: 50px;
    height: 50px;
    display: inline-block;
}
#sliser_aria .owl-nav button.owl-prev:hover{ background: #fff;}
#sliser_aria .owl-nav button.owl-prev span {
    font-size: 35px;
    color: #333;
    line-height:45px;
}
#sliser_aria .owl-nav button.owl-next {
    right:10px;
	border-radius: 50px;
    position: absolute;
    padding: 5px;
    margin: 0;
    background: #ffffffb3;
    width:50px;
    height:50px;
    display: inline-block;
}
#sliser_aria .owl-nav button.owl-next:hover{ background: #fff;}
#sliser_aria .owl-nav button.owl-next span {
    font-size: 35px;
    color: #333;
    line-height:45px;
}

#sliser_aria .carousel-content.bgr_cnts {
    margin-top: 45%;
}

#main-slider ol.carousel-indicators {
    display: none;
}
#main-slider {
    position: relative;
}
.no-margin {
    margin: 0;
    padding: 0;
}
#main-slider .carousel .carousel-content {
    margin-top: 150px;
}
#main-slider .carousel .slide-margin {
    margin-top: 60px;
}
#main-slider .carousel h2 {
    color: #fff;
}
#main-slider .carousel .btn-slide {
    padding: 8px 20px;
    background: #c52d2f;
    color: #fff;
    border-radius: 4px;
    margin-top: 25px;
    display: inline-block;
}
#main-slider .carousel .slider-img {
    text-align: right;
    position: absolute;
}
#main-slider .carousel .item {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0 !important;
    opacity: 0;
    top: 0;
    position: absolute;
    width: 100%;
    display: block !important;
    height: 768px;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
}
#main-slider .carousel .item:first-child {
    top: auto;
    position: relative;
}
#main-slider .carousel .item.active {
    opacity: 1;
    -webkit-transition: opacity ease-in-out 500ms;
    -moz-transition: opacity ease-in-out 500ms;
    -o-transition: opacity ease-in-out 500ms;
    transition: opacity ease-in-out 500ms;
    z-index: 1;
}
#main-slider .prev, #main-slider .next {
    position: absolute;
    top: 50%;
    background-color: #ffffff;
    color: #000000;
    display: inline-block;
    margin-top: -25px;
    height: 50px;
    line-height: 40px;
    font-size: 20px;
    width: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 60px;
    z-index: 5;
}
#main-slider .prev:hover,
#main-slider .next:hover {
    background-color: #000;
}
#main-slider .prev {
    left: 10px;
}
#main-slider .prev i {
    position: relative;
    left: -2px;
}
#main-slider .next {
    right: 10px;
}
#main-slider .next i {
    position: relative;
    right: -2px;
}
#main-slider .carousel-indicators li {
    width: 20px;
    height: 20px;
    background-color: #fff;
    margin: 0 15px 0 0;
    position: relative;
}
#main-slider .carousel-indicators li:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    left: -3px;
    top: -3px;
}
#main-slider .carousel-indicators .active {
    width: 20px;
    height: 20px;
    background-color: #c52d2f;
    margin: 0 15px 0 0;
    border: 1px solid #c52d2f;
    position: relative;
}
#main-slider .carousel-indicators .active:after {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    border-radius: 100%;
    background: #c52d2f;
    border: 1px solid #c52d2f;
    left: -3px;
    top: -3px;
}
#main-slider .active .animation.animated-item-1 {
    -webkit-animation: fadeInUp 300ms linear 300ms both;
    -moz-animation: fadeInUp 300ms linear 300ms both;
    -o-animation: fadeInUp 300ms linear 300ms both;
    -ms-animation: fadeInUp 300ms linear 300ms both;
    animation: fadeInUp 300ms linear 300ms both;
}
#main-slider .active .animation.animated-item-2 {
    -webkit-animation: fadeInUp 300ms linear 600ms both;
    -moz-animation: fadeInUp 300ms linear 600ms both;
    -o-animation: fadeInUp 300ms linear 600ms both;
    -ms-animation: fadeInUp 300ms linear 600ms both;
    animation: fadeInUp 300ms linear 600ms both;
}
#main-slider .active .animation.animated-item-3 {
    -webkit-animation: fadeInUp 300ms linear 900ms both;
    -moz-animation: fadeInUp 300ms linear 900ms both;
    -o-animation: fadeInUp 300ms linear 900ms both;
    -ms-animation: fadeInUp 300ms linear 900ms both;
    animation: fadeInUp 300ms linear 900ms both;
}
#main-slider .active .animation.animated-item-4 {
    -webkit-animation: fadeInUp 300ms linear 1200ms both;
    -moz-animation: fadeInUp 300ms linear 1200ms both;
    -o-animation: fadeInUp 300ms linear 1200ms both;
    -ms-animation: fadeInUp 300ms linear 1200ms both;
    animation: fadeInUp 300ms linear 1200ms both;
}
.bgr_cnts h1 {
    font-size: 60px;
    margin: 0 0 20px 0;
}
.bgr_cnts p {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    font-weight: 300;
    letter-spacing: 0.7px;
}



.gallery.set_are_lstss {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: #cae0eb solid 1px;
    padding: 10px;
    box-shadow: 5px 5px 0px #dff1f9;
    margin-top: 25px;
}

.gallery.set_are_lstss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* User bx */

.usrsss_bx .als_boxs_area {text-align: center; border-radius: 19px; padding:20px 20px; transition: transform 250ms;}
.usrsss_bx .als_boxs_area img {width: 55px;}
.usrsss_bx .als_boxs_area:hover{transform: translateY(-10px); box-shadow:0 0 10px #ccc;}
.usrsss_bx .als_boxs_area p {margin: 15px 0 0;  padding: 0;  color: #000;  font-weight: 500;  font-size: 17px;  line-height: 26px;}

.usrsss_bx .als_boxs_area p span {display: block;}
.gren_l_bg{background:#7AEC9B;}
.sky_l_bg{background:#81D2F8;}
.yel_l_bg{background:#FCF79E;}
.blu_d_bg{background:#50ABD2;}
/* End User bx */


/* University Area */
.uni_img_araea {width: 100%; height: 382px; border-radius: 10px; overflow: hidden;}
.uni_img_araea img {width: 100%; height: 100%; object-fit: cover;}

.uni_ber_listss {display: inline-block; width: 100%;}
.uni_ber_listss ul {list-style: none; margin: 0; padding: 0;}
.uni_ber_listss ul li {display: block; margin-bottom:31px;}
.uni_ber_listss ul li:last-child {margin-bottom:0px;}
.uni_ber_listss ul li a {background:#dbedf7; border-radius:9px; display:block; font-size:20px; font-weight:500; color:#000; padding:19px; position:relative; line-height:30px; display:inline-block; width:100%;}
.uni_ber_listss ul li a span {float: left; max-width: 480px; width: 100%;}
.uni_ber_listss ul li a img {float: right; position: relative; top: 6px;}
.uni_ber_listss ul li a:hover {background: #fff; box-shadow: 0px 3px 10px #ccc;}
.mt_60{margin-top:60px;}
/* End University Area */

/* Advertisement */
#advertisement {
    padding:30px 0 30px;
	background:#0891D9;
}
#advertisement .owl-nav {
    position: absolute;
    width: auto;
    height: 100%;
    top: -78px;
    display: none;
    margin: 0;
    right: 0;
}
#advertisement:hover .owl-nav{display:block !important;}

#advertisement .owl-nav button.owl-prev {
    left:-105px;
	border-radius: 50px;
    position: absolute;
    padding: 5px;
    margin: 0;
    background: #fff;
    width:40px;
    height:40px;
    display: inline-block;
}
#advertisement .owl-nav button.owl-prev span {
    font-size: 0;
    color: #333;
    line-height: 40px;
    background: #fff url(../images/arrow1.png) no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
}
#advertisement .owl-nav button.owl-next {
    right:10px;
	border-radius: 50px;
    position: absolute;
    padding: 5px;
    margin: 0;
    background: #fff;
    width:40px;
    height:40px;
    display: inline-block;
}

#advertisement .owl-nav button.owl-next span {
    font-size: 0;
    color: #333;
    line-height: 40px;
    background: #fff url(../images/arrow.png) no-repeat;
    width: 19px;
    height: 16px;
    display: inline-block;
    position: relative;
    top: 5px;
}


#advertisement .center {
    text-align: center;
    padding-bottom: 40px;
}
#advertisement .center h2 {
    font-size: 36px;
    margin-top: 0;
	font-weight:600;
    margin-bottom:0px;
    color: #fff;
	line-height: 48px;
}
.y_video_sec{width:100%;}
.y_video_sec iframe{border-radius:20px;}
/* End Advertisement */


/* Latest News & Updates */
.latst_mg_area {
    padding-top: 220px;
}
.latst_mg_area .lst_area_bg .lat_top_area {
    position: absolute;
    top: -150px;
    left: 0;
    margin: 0 auto;
    right: 0;
    width: 94%;
}

.latst_mg_area .container {
    max-width: 1300px;
    width: 100%;
}

.latst_mg_area .lst_area_bg {
    background: #0891d9;
    padding: 30px 54px 40px;
	border-radius:30px;
	position: relative;
}

.lst_bx_ngs {position: relative; width: 100%; height: 229px; overflow: hidden; transition: transform 250ms;}
.lst_bx_ngs:hover {transform: translateY(-10px);}
.lst_bx_ngs .over_cnt_area {position: absolute; top: 0; display: flex; align-items: center; justify-content: center; height: 100%; width: 100%; padding:0 30px;}
.lst_bx_ngs .over_cnt_area p {margin: 0; font-size: 20px; color: #fff; text-align: center; line-height: 30px;}
.lst_mg_areaa{width:100%; height: 229px; overflow: hidden; border-radius: 19px;}
.lst_mg_areaa img{width:100%; height:100%; object-fit:cover;}

.latst_mg_area .lst_area_bg .lates_hinding {
    margin-top: 110px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 36px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
}
.lst_bx_bgs {
    width: 100%;
    display: inline-block;
	    border-radius: 16px;
    background: #d7edf9;
	transition: transform 250ms;
}
.lst_bx_bgs:hover{transform: translateY(-10px);}
.lst_bx_bgs .lst_mg_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lst_bx_bgs .lst_mg_area {
    width: 100%;
    height: 225px;
	border-radius:16px 16px 0 0;
    overflow: hidden;
}
.lst_bx_bgs .lst_content_area {
    padding: 20px 15px 25px;
	height: 250px;
	position: relative;
}

.lst_bx_bgs .lst_content_area a.rdmr {
    padding: 7px 25px;
    font-size: 15px;
    border-radius: 23px;
    border: #0891D9 solid 1px;
    color: #0891D9;
    margin-top: 15px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 15px;
}
.lst_bx_bgs .lst_content_area a.rdmr:hover {
    background:#0891D9;
    color: #fff;
}

.lst_bx_bgs .lst_content_area h5 {
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 0 10px;
	color:#000;
}
.lst_bx_bgs .lst_content_area p {
    font-size: 12px;
    line-height:18px;
    font-weight: 400;
    margin: 0;
	color:#000;
}

.ve_mores a:hover {
    background: #e5e5e5;
    color: #0891d9;
}

.ve_mores a {
    color: #fff;
    border: #e5e5e5 solid 1px;
    font-size: 14px;
    padding: 5px 12px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
}
.ve_mores {
    text-align: center;
    margin-top: 35px;
}





/* End Latest News & Updates */


/* Partner Logo */
.collabo_inter{padding-top:0;}
.collabo_inter .container {
    max-width: 968px;
    margin: 0 auto;
    width: 100%;
}
.collabo_inter .heding_areaas {
    text-align: center;
    margin-bottom:30px;
    font-size: 36px;
    line-height: 54px;
    font-weight: 600;
}
.collabo_inter .parts_lgo {
    padding:25px 10px 20px 15px;
    border-radius: 17px;
    box-shadow: 0 3px 10px #ccc;
}
.collabo_inter .parts_lgo .part_bx_lgo{text-align:center;}
.collabo_inter .parts_lgo .part_bx_lgo img {
    width: inherit;
    display: inline-block;
}
.collabo_inter .parts_lgo .part_bx_lgo p{font-size:11px; line-height:16px; color:#000; font-weight:500; margin:0;}
/* Partner Logo */



table.table.botht_spacse {
    background: #d5ecf8;
}
table.table.botht_spacse tr th {
    font-size: 12px;
    font-weight: 500;
}
table.table.botht_spacse tr td {
    font-size: 11px;
    font-weight:400;
}
.brd_spacess{border: #fff solid 10px;  border-bottom: none;}



#noti_otherr .notification_listss {
    display: inline-block;
    width: 100%;
    margin-top: 0;
}
#noti_otherr .notification_listss .noti_listss .unnotiliststs {
display: inline-flex;
    width: 100%;
    border-bottom: none;
    margin: 0 0 10px;
    padding: 20px 20px 20px;
    background: #e6f4fb;
    border-radius: 25px;
}
#noti_otherr .notification_listss .noti_listss {
    background: transparent;
    border-radius: 0;
}
#noti_otherr .notification_listss .noti_listss .unnotiliststs .contents_araea {
    float: left;
    width: 90%;
}
#noti_otherr .notification_listss .noti_listss .unnotiliststs .downld {
    float: left;
    width: 10%;
    text-align: right;
}



.cnt_bx_area_mr p span {
    float: right;
}

.cnt_bx_area_mr p {
    margin: 0 !important;
}
.cnt_bx_area_mr {
    background: #e6f4fb;
    border-radius: 25px;
    padding: 20px;
	margin-top:50px;
}
.content_area_al h4 {
    margin: 30px 0 10px;
    font-weight: 400;
}
/* Page Conatent */

.content_area_al {
    display: inline-block;
    width: 100%;
}

.content_area_al h3 {
    font-size: 27px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px;
}
.content_area_al p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
    margin: 0 0 22px;
}


.content_area_al .und_liat_cntss {
    display: inline-block;
    width: 100%;
}

.content_area_al .und_liat_cntss h4 {
    font-size: 20px;
    line-height:30px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px;
}
.content_area_al .und_liat_cntss p {
    font-size: 12px;
    line-height:18px;
    color: #000;
    font-weight: 400;
    margin: 0 0 20px;
}
.content_area_al .und_liat_cntss ul{margin:0; padding-left: 15px;}
.content_area_al .und_liat_cntss ul li{font-size:12px;
    line-height:18px;
    color: #000;
	margin-bottom:20px;
    font-weight: 400;
}

.lastsre_new h3 {
    margin: 0 0 25px;
    text-align: center;
    color: #000;
    font-size: 25px;
    line-height: 34px;
    font-weight: 600;
}
.lastsre_new {
    background: #e6f4fb;
    padding: 20px;
    border-radius: 30px;
}

.lastsre_new .listmain {
    display: inline-block;
    width: 100%;
}
.lastsre_new .listmain .und_list {
    display:inline-flex;
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
    border-bottom: #000 solid 1px;
}
.lastsre_new .listmain .und_list:last-child{border:none; padding:0; margin:0;}
.lastsre_new .listmain .und_list a {
    display: block;
}
.lastsre_new .listmain .und_list .imgs_area {
    float: left;
    width: 80px;
    height: 80px;
    overflow: hidden;
	border-radius:10px;
}
.lastsre_new .listmain .und_list .imgs_area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lastsre_new .listmain .und_list .contne_liststs {
    float: left;
    width: 100%;
    padding-left: 10px;
}
.lastsre_new .listmain .und_list .contne_liststs p{font-size:15px; line-height:20px; color:#000; font-weight:500; margin:0 0 8px;}

.lastsre_new .listmain .und_list .contne_liststs span.dates {
    font-size: 15px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
    float: left;
}

.lastsre_new .listmain .und_list .contne_liststs span.dates img {
    position: relative;
    top: -2px;
}

.lastsre_new .listmain .und_list .contne_liststs span.viw_mr {
    float: right;
    background: #3AA7DC;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    padding: 3px 8px;
    position: relative;
    top: -3px;
}
/* End Page Conatent */
 
 
 /* Notification List */
   
   .notification_listss {
    display: inline-block;
    width: 100%;
    margin-top:30px;
}

.notification_listss h3 {
    font-size:25px;
    font-weight: 600;
    color: #000;
    margin: 0 0 20px;
}
.notification_listss .noti_listss {
    background: #e6f4fb;
    border-radius: 30px;
}
.notification_listss .noti_listss .unnotiliststs {
    display:inline-flex;
    width: 100%;
	    border-bottom: #000 solid 1px;
		    margin-bottom: 0;
    padding:17px 20px 12px;
}
.notification_listss .noti_listss .unnotiliststs:last-child{border:none;}
.notification_listss .noti_listss .unnotiliststs .contents_araea {
    float: left;
    width: 85%;
}
.notification_listss .noti_listss .unnotiliststs .contents_araea p{
    font-size: 16px;
    color: #000;
    line-height: 24px;
	margin:0;
}

.notification_listss .noti_listss .unnotiliststs .downld {
    float: left;
    width: 15%;
    text-align: right;
}


.adsss {
    margin-top: 30px;
    max-width: 370px;
    height: 382px;
    overflow: hidden;
    border-radius: 15px;
}
.adsss img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 /* End Notification List */
 
 
 /* Contact Us */
 .cont_us_cnts {
    background: #e4f3fb;
    padding: 20px;
	border-radius: 20px;
}

.cont_us_cnts .con_ctsss {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px;
}
.cont_us_cnts .con_ctsss h3 {
    margin: 0 0 10px;
    color: #000;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
}
.cont_us_cnts .con_ctsss p {
    color: #000;
    font-size: 14px;
    margin: 0 0 10px;
    line-height: 26px;
}
.cont_us_cnts .cont_numbr {
    background: #cce8f7;
    padding: 20px;
    border-radius: 20px;
}

.cont_us_cnts .cont_numbr p a:hover {
    text-decoration: underline;
}

.cont_us_cnts .cont_numbr p strong {
    font-weight: 600;
    font-size: 15px;
}
.cont_us_cnts .cont_numbr p a {
    color: #000;
}
.cont_us_cnts .cont_numbr p {
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 400;
}
.cont_us_cnts .cont_numbr {
    background: #cce8f7;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 25px;
}
.cont_us_cnts .cont_numbr p:last-child {
    margin: 0;
}
.cont_us_cnts .mapsss iframe {
    border-radius: 30px;
    box-shadow: 0px 0px 20px #7398ab78;
}

.contct_frm {
    padding: 25px;
    box-shadow: 0px 3px 10px #ccc;
    border-radius:20px;
}
.contct_frm input.form-control {
    border: #0891D9 solid 1px;
    padding: 0 13px;
    height: 44px;
    border-radius: 5px;
}
.contct_frm select.form-control {
    border: #0891D9 solid 1px;
    padding: 0 13px;
    height: 44px;
    border-radius: 5px;
}
.contct_frm textarea.form-control {
    border: #0891D9 solid 1px;
    padding: 10px 13px;
    border-radius: 5px;
}
.contct_frm button.sub_mt {
    display: table;
    margin: 0 auto;
    margin-top: 24px;
    margin-bottom: 20px;
    background: #2E49CB;
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 6px 20px;
    font-weight: 400;
    border-radius: 4px;
}
.contct_frm .form-group:last-child{margin-bottom:0;}

.contct_frm .ctn_bttmss {
    text-align: center;
    color: #000;
    opacity: 50%;
    font-size: 13px;
    font-weight: 400;
}
.mr_botm{margin-bottom:15px;}
 /* Contact Us */
 
 
 /* FAQ */
 #accordion {
    max-width: inherit;
    background:transparent;
    margin: 0 auto;
}
#accordion .heading {
color: #000;
    font-size: 16px;
    border: 1px solid #dbedf7;
    letter-spacing: 0;
    padding: 15px 15px 15px 15px;
    background: #dbedf7;
    cursor: pointer;
    border-radius: 9px;
    margin-bottom: 20px;
    font-weight: 500;
}
#accordion .heading.active {
background: #fff;
    color: #000;
    border-radius: 9px 9px 0 0;
    border: 1px solid #fff;
    box-shadow:2px 2px 10px #c8c8c8;
}
#accordion .heading:hover {
    background: #fff;
    border-radius: 9px;
    color: #000;
    border: 1px solid #fff;
	box-shadow: 2px 2px 10px #c8c8c8;
}

#accordion .heading::before {
    content: '';
    vertical-align: middle;
    display: inline-block;
    float: right;
    transform: rotate(0deg);
    transition: all 0.5s;
      margin-top: 5px;
    background: url(../images/arrow_r.png) no-repeat right center;
    width: 20px;
    height: 12px;
}
#accordion .active.heading::before {
    transform: rotate(-180deg);
    margin-top: 5px;
    background: url(../images/arrow_w.png)no-repeat;
    width: 20px;
    height: 11px;
}
#accordion .not-active.heading::before {
    transform: rotate(0deg);
}
#accordion .contents {
    display: none;
    background: #fff;
    color: #4b4b4b;
    font-size: 15px;
    border: #fff solid 1px;
    line-height: 1.5;
    margin-top: -20px;
    border-top: 0;
margin-bottom: 25px;
    border-radius: 0 0 9px 9px;
    box-shadow: 2px 5px 10px #c8c8c8;
}
#accordion .contents .cnt_areaas {
    padding:15px 20px 20px;
}
#accordion .contents h5 {
    margin: 25px 0 10px;
    font-size: 15px;
    color: #005baf;
    font-weight: 700;
}
#accordion .contents h4 {
    margin: 0 0 10px;
    font-size: 16px;
    color: #363636;
    font-weight: 500;
}

#accordion .contents p {
    color: #4b4b4b;
        line-height: 21px;
    font-weight: 300;
	font-size: 13px;
    margin: 0;
}
#accordion .contents p:last-child{margin-bottom:0;}

#accordion .botm_nxt_areas {
    background: #f4f4f4;
    padding: 20px 40px;
    width: 100%;
}

#accordion .clk_aply a:hover {
    box-shadow: 0px 5px 10px #d0cfcf;
}

#accordion .clk_aply a img {
    margin-left: 5px;
}
#accordion .clk_aply a {
    padding: 15px 20px;
    color: #353535;
		font-weight: 500;
    font-size: 14px;
    display: inline-block;
    border-radius: 5px;
}
#accordion .clk_aply {
    margin-top: 40px;
    margin-bottom: 10px;
}

.blue_bg {background:#1f97e4;}
.blue_bg:hover {background:#005baf;}
.yellow_bg {background: #fdd32d; color: #272727 !important;}

#accordion .botm_nxt_areas button.prog_bnts {
    border: none;
    padding: 9px 17px;
    border-radius: 4px;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 5px;
}
#accordion .botm_nxt_areas button.prog_bnts img {
    padding-left: 5px;
    width: 22px;
    position: relative;
    top: -2px;
}


#accordion .contents .cnt_areaas .sets_mgs {
    width: 100%;
    height: 180px;
    overflow: hidden;
}


#accordion .contents .cnt_areaas .sets_mgs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 /* End FAQ */
 
 
 #noti_otherr .notification_listss.down .noti_listss {
    background: #e6f4fb;
    border-radius: 30px;
}
#noti_otherr .notification_listss.down .noti_listss .unnotiliststs {
    display: inline-flex;
    width: 100%;
    border-bottom: none;
    margin: 0;
    padding: 20px 20px 20px;
	background:transparent;
    border-radius: 0;
}
#noti_otherr .notification_listss.down .noti_listss .unnotiliststs .contents_araea p {
    font-size: 16px;
    color: #000;
    line-height: 37px;
    margin: 0;
}
 
 
.fixedss_icon a {
    display: block;
    margin-bottom: 10px;
}
.fixedss_icon a img {
    width: 55px;
}
.fixedss_icon {
    position: fixed;
    right: 0;
	z-index:9;
    bottom: 80px;
}



#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background-color:#000000;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#8bc953;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

#footer {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #000;
    background: #abdaf2;
}

#footer .ftrrr span {
    font-size: 12px;
    font-weight: 500;
    color: #000;
    margin-right: 20px;
}
#footer .ftrrr a {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
}
#footer a:hover {
    color: #000000;
}
.pull-right.langss li a {
        color: #000;
    font-weight: 500;
    font-size: 12px;
}
.pull-right.langss li a.act {
    color: #0F7C3C; font-weight:500;
}
#footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer ul > li {
    display: inline-block;
    margin-left: 15px;
}
