body {
  line-height: 1;
  overflow-x: hidden;
  overflow-x: -moz-scrollbars-none;
  background: #fff; 
  font-family: "Poppins", Arial, Helvetica, sans-serif;  
  }
ol, ul {
  list-style: none; 
  margin:0; padding:0;
   }
blockquote, q {
  quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none; }
table {
  border-collapse: collapse;
  border-spacing: 0; }
h1 {
  font-size: 40px; }
h2 {
  font-size: 35px; }
h3 {
  font-size: 30px; }
h4 {
  font-size: 25px; }
h5 {
  font-size: 20px; }
h6 {
  font-size: 18px; }
p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
  margin-bottom: 15px;
  text-align: justify; }
  @media only screen and (max-width: 576px) {
    p {
      font-size: 12px; } }
a {
  display: inline-block;
  -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 {
  text-decoration: none !important; }
a:focus {
  outline: none;
  text-decoration: none !important; }
.clear {
  clear: both; }
.animated2.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }
.animated2.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp; }
.animated2.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown; }
.animated2.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }
.animated2.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }
.animated2 {
  visibility: visible;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  -ms-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  animation-duration: 0.4s; 
}
.fixed_btns {
    position: fixed;
    right: 0;
    z-index: 11111;
   	padding-top: 45px;
    top: 200px;
}
.fixed_btns a.adm_link {
   width: 220px !important;
    height: auto;
    background-color: #009AD7;
    border: 1px solid #17376e;
	border-right:none;
    color: #fff;
    -webkit-box-shadow: 0 10px 17px -6px #717070;
    -moz-box-shadow: 0 10px 17px -6px #717070;
    box-shadow: 0 5px 7px #7170703d;
    border-radius: 20px 0 0 20px!important;
    text-align: left;
    display: block;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 700;
}
.sticky-social {
    background-color: #17376e;
    height: 166px;
    width: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 36%;
    z-index: 101;
}
.sticky-social ul {
    list-style: none;
    padding-left: 0px;
}
.sticky-social ul li i {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}
.sticky-social ul li  {
    border-bottom: 1px solid #ffbd76; 
	text-align:center
}
.sticky-social ul li:last-child  {
    border-bottom: 0px;
}
.header .top_bar { 
	background:#17376e; 
	padding:5px 0;
}
.header .top_bar ul {
    display: inline-block;
}
.header .top_bar ul.top_link li {
    border-right: 1px solid #037e45;
    display: inline-block;
    padding: 5px 25px;
}
.header .top_bar ul.top_link li:last-child {
	border-right: 0px;
	padding-right: 0px;
}
.header .top_bar ul a {
    font-size: 13px;
    color: #fff;
  /*  text-transform: capitalize; */
    font-weight: 500;
    letter-spacing: 0.5px;
}
.header .top_bar ul.top_contact li { 
	padding: 5px 15px 0 0;      
	display: inline-block;
}
 
.header .main-nav-section .logo-sec.logo {
	width: 245px;
	display: flex;
align-items: center;
padding:5px 0;
}
.header .main-nav-section .container {
    position: relative;
}
.header .main-nav-section .navbar {
    padding: 0px;
    position: unset;
}
.header .main-nav-section .row {
    justify-content: space-between;
}
.header .main-nav-section .navbar .nav-list {
    position: relative; 
}
.header .main-nav-section .navbar .nav-list .link {
	font-size: 15px;
	color: black;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.header .main-nav-section .navbar .nav-list.dropdown:hover .dropdown-menu { display:block}
.header .main-nav-section .navbar .nav-list .dropdown-menu {
    top: 100%;
    left: 0px;
    min-width: 15rem;
    border: none;
    border-radius: 0px;
    margin: 0px;
    padding: 20px 25px 20px;
    background-color: #17376E;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu li {
    padding: 5px 0;
    padding-left: 12px;
    position: relative;
    border-bottom: 1px solid #d4d4d4;
    transition: ease-in-out all 0.3s;
    margin-bottom: 15px;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu li::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 3px solid transparent;
    border-left: 3px solid #fff;
    border-bottom: 3px solid transparent;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 14px;
    transition: ease-in-out all 0.3s;
}
.header .main-nav-section .navbar .nav-list .dropdown-menu li a {
    font-size: 14px;
    color: #fff;
    line-height: 1.4;
    font-weight: 500;
    transition: ease-in-out all 0.3s; 
    white-space: nowrap;
    width: 100%;
}
@media only screen and (min-width: 992px)
{
	.header .main-nav-section .navbar .nav-list {
		margin-right:25px;
	}
	.header .main-nav-section .navbar .nav-list:last-child { 
	margin-right:0;
	}
	.header .main-nav-section .navbar .nav-list.dropdown:hover .dropdown-menu { 
	position:absolute;
	}
	.header .main-nav-section .navbar .nav-list .link {
		padding: 35px 0;
	}
	.header .menu-icon {
    display: none;
	}
}
.home-slider { 
    position:relative; margin-bottom:0; line-height:13px;
}
.homeSlide { 
position: relative;
}
.homeSlide .item img{
    width: 100%;
    height: 100%;
}
.homeSlide .banner-inner {
    position: absolute;
    width: 100%;
    top: 40%;
    left: 0;
    transform: translateY(-40%);
    z-index: 1;
}
.banner-text {
    background: rgba(0,0,0,.7);
    width: 70%;
    padding: 30px;
}
.homeSlide .banner-inner .sl-sub-title {
    font-size: 25px;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 50px;
    font-weight: 400;
    color: #fff;
}
.homeSlide .banner-inner .banner-title {
    margin: 0 0 6px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1.4;
    letter-spacing: 0px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
}
.homeSlide .banner-inner .banner-title span {
    display: block;
    line-height: 1;
    font-size:100px;
}
.homeSlide .banner-inner .readon {
    text-transform: uppercase;
    font-size: 17px;
    padding: 15px 45px;
    background: #17376E;
    border: 2px solid #fff;
    border-radius: 30px;
    font-weight: 600;
    color: #fff; 
    margin-top: ;
}
.homeSlide .animate .circle1 {
    position: absolute;
    right: 40%;
    bottom: 50px;
    height: 150px;
    animation: swing-anim 2s alternate-reverse infinite;
    -webkit-animation: swing-anim 2s alternate-reverse infinite;
}
.homeSlide .animate .circle2 {
    position: absolute;
    right: 25%;
    top: 300px;
    text-align: right;
    width: 150px;
    animation: swing-anim2 2s alternate-reverse infinite;
    -webkit-animation: swing-anim2 2s alternate-reverse infinite;
}
.circle2  img { width: auto;}

.section_heading {
    text-align: left;
    padding: 4rem 1.5rem;
}
.section_heading .section_title {
    position: relative;
    margin-bottom: 1.25rem;
    font-family: "Merriweather", "sans-serif";
    font-size: 4rem;
    font-weight: 800;
    text-transform: capitalize;
    color: #202020;
    line-height: 1.3;
    display: inline-block;
    z-index: 0;
}
.title-design-element {
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #17376E;
    left: -15px;
    top: 85px;
    border-radius: 65% 35% 55% 45%/30% 35% 65% 70%;
    bottom: 0;
    z-index: -1;
}
/*------------------------------
    Swing Animation
------------------------------*/
@keyframes swing-anim {
    from {
      transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
    }
    to {
      transform: rotate(-60deg);
      -webkit-transform: rotate(-60deg);
    }
  }
  @-webkit-keyframes swing-anim {
    from {
      transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
    }
    to {
      transform: rotate(-60deg);
      -webkit-transform: rotate(-60deg);
    }
  }
  @keyframes swing-anim2 {
    from {
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
    }
    to {
      transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
    }
  }
  @-webkit-keyframes swing-anim2 {
    from {
      transform: rotate(40deg);
      -webkit-transform: rotate(40deg);
    }
    to {
      transform: rotate(-40deg);
      -webkit-transform: rotate(-40deg);
    }
  }
.flash_news {
	background: #17376e none repeat scroll 0 0;
	width: 100%;
}
.bre_news_label {
	font-size: 16px;
	padding: 16px 1%;
	background-color: #009AD7;
	color: #fff;
	float: left;
	font-weight: bold;
	left: 0;
	overflow: hidden;
	position: absolute;
	z-index: 2;
}
.flash_news .flash {
	color: #fff;
	padding: 15px 0 14px;;
}
.home-about { padding:0px 0 70px 0;}
.single_department {
    background: #f9f9f9;
    padding: 40px 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_department h4 {
    margin-top: 20px;
    margin-bottom: 0;
    color: #000000;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; 
	font-size:18px;
}
.single_department img {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.single_department:hover {
    box-shadow: 0px 20px 50px rgba(0, 175, 224, 0.3);
	background: -webkit-linear-gradient(90deg, #17376e 0%, #037e45 100%);
    background: -moz-linear-gradient(90deg, #17376e 0%, #037e45 100%);
    background: -ms-linear-gradient(90deg, #17376e 0%, #037e45 100%);
    background: -o-linear-gradient(90deg, #17376e 0%, #037e45 100%);
    background: linear-gradient(90deg, #17376e 0%, #037e45 100%);
}
.single_department:hover img {
    -webkit-filter: brightness(0) invert(1);
    -moz-filter: brightness(0) invert(1);
    -ms-filter: brightness(0) invert(1);
    -o-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.single_department:hover h4 {
    color: #ffffff;
}
.mt-100 {
    margin-top: 100px;
}
.mt--100 {
    margin-top: -100px;
}
.about-cntnt { padding-top:50px}
.main_head {
	margin-bottom: 30px;
	text-align: left;
	position: relative;
}
.main_head::after {
	content: "";
	position: absolute;
	left: 0px;
	bottom: -14px;
	width: 60px;
	height: 5px;
	background: #17376e;
}
.main_head .sub-head {
	font-size: 16px;
	color: #7e7f7f;
	line-height: normal;
}
.main_head .head {
	font-size: 35px;
	font-weight: 800;
	color: #17376e;
	line-height: normal;
}
.about-cntnt .discrp p {
	font-size: 14px;
	color: #575757;
	text-align: justify; 
	line-height:24px;
}
@media only screen and (min-width: 992px)
{
#about_sec .about-cntnt {
	padding-top: 116px;
}
}
.linkBtn {
padding:15px 35px; 
text-transform:uppercase; 
color:#fff; 
margin-top:10px; 
font-size:14px; 
font-weight:600; 
/* background: linear-gradient(90deg, #17376e 0%, #037e45 100%); */
background:#17376e;
-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.linkBtn:hover {
background: linear-gradient(90deg, #037e45 0%, #17376e 100%);
color:#fff; 
}
/*Events*/
.headcmn{
    position:relative;
    padding-bottom:15px;
    margin-bottom:20px
}
.headcmn h2,.headcmn span{
    font-size:35px;
    color:#343434;
    font-weight:900
}
.headcmn span{
    font-size:15px;
    color:#17376e;
    font-weight:400;
    margin:3px 0; 
	text-transform:uppercase;
}
.headcmn:after{
    width:75px
}
.headcmn.center{
    text-align:center
}
.headcmn.center:after{
    right:0;
    margin:auto
}
.event-wrp{
    padding:70px 0 50px; 
	background-image: url(../images/bg1.jpg);
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
}
.event-wrp .headcmn{
    margin-bottom:8px;
    padding-right:75px
}
.event-wrp .headcmn .view_all{
    border:1px solid #17376e;
    display:block;
    text-align:center;
    line-height:normal;
    margin-bottom:0;
    color:#17376e;
    width:fit-content;
    height:auto;
    font-size:12px;
    font-weight:400;
    padding:5px 10px;
    position:absolute;
    right:10px;
    top:15px;
    letter-spacing:1px;
    text-transform:uppercase
}
@media only screen and (max-width:992px){
    .up_events_slide{
        margin-bottom:25px
    }
}
.up_events_slide .main{
    padding:10px 15px;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    -ms-flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap:wrap;
    box-shadow:0 0 13px #0000001c;
    border-radius:5px;
    margin:5px 0;
    min-height:156px
}
.up_events_slide .db-box{
    margin-right:18px;
    text-align:center;
    width:90px;
    height:90px;
    /*background-color:rgba(6,150,81,.77);*/
	background: linear-gradient(90deg, #17376e 0%, #037e45 100%);
    border-radius:200px
}
.up_events_slide .db-box h4{
    font-size:30px;
    color:#fff;
    font-weight:700
}
.up_events_slide .db-box h5{
    font-size:15px;
    color:#c7c7c7;
    font-weight:500;
    text-transform:uppercase;
    margin-top:-2px;
    margin-bottom:0;
    line-height:15px
}
.up_events_slide .db-box h6{
    font-weight:700;
    border-radius:2px;
    width:56px;
    height:25px;
    text-align:center;
    line-height:25px;
    margin:auto;
    background:0 0;
    color:#fff;
    font-size:15px
}
.up_events_slide figure{
    height:82px;
    width:82px;
    overflow:hidden;
    border-radius:50%;
    margin-right:20px
}
.up_events_slide .fig-detail{
    width:calc(100% - 176px)
}
.up_events_slide .fig-detail p{
    font-size:11px;
    color:#696969;
    font-weight:500
}
.up_events_slide .fig-detail p i{
    font-size:13px;
    color:#17376e;
    width:13px
}
.up_events_slide .fig-detail h3{
    font-size:18px;
    color:#2a3742;
    font-weight:700;
    margin:10px 0
}
.up_events_slide .slick-list{
    padding:0 10px;
    margin-left:-10px
}
i#next_1,i#prev_1{
   position: absolute;
	right: 41px;
	top: -35px;
	cursor: pointer;
	font-size: 12px;
}
i#next_1{
    right:14px
}
.news-slider .item{
    margin:5px 0
}
.news-slider .main .read-link{
    font-weight:500;
    border:1px solid #17376e;
    display:block;
    text-align:center;
    line-height:normal;
    margin-bottom:0;
    color:#17376e;
    width:fit-content;
    height:auto;
    font-size:12px;
    padding:5px 10px;
    margin-top:10px
}
.news-slider .main .read-link:hover{
    background:#17376e;
    color:#fff
}
.news-slider figure{
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex
}
.news-slider .figure__in{
    max-width:265px;
    max-height:156px;
    min-height:156px;
    margin-right:8px;
    -webkit-flex:none;
    -ms-flex:none;
    flex:none
}
.news-slider figcaption p{
    font-size:13px;
    color:#696969;
    text-align:justify;
    line-height:22px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:4;
    max-height:85px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
.news-slider figcaption strong{
    font-size:18px;
    color:#2a3742;
    font-weight:700;
    line-height:normal;
    margin-bottom:5px;
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis
}
@media only screen and (min-width:992px){
    .news-slider figcaption strong{
        max-width:255px
    }
}
.news-slider figcaption span{
    font-size:13px;
    color:#546777;
    display:block;
    margin-top:5px;
    font-weight:500
}
.home-program { padding:70px 0 70px 0;}
.home-program .program-title { color:#17376e; text-align:left; font-size:25px; margin-bottom:15px;}
.home-program ul { padding-left:15px}
.home-program ul li { margin-bottom: 10px;
    padding-bottom: 3px;
    border-bottom: 1px solid #E5E4E3;}
.home-program ul li a{	color: #333;}
.home-program ul li a:hover { color:#17376e}
.rs-counter { 
    background-color: #17376e;
    padding: 70px 0;
}
.rs-counter .rs-counter-list {
    display: flex;
    text-align: left;
}
.rs-counter .rs-counter-list .icon-part {
    margin-top: 30px;
    margin-right: 25px;
}
.rs-counter .rs-counter-list .icon-part i:before {
    font-size: 60px;
    color: #009ad7;
}
.rs-counter .rs-counter-list .text-part .counter-number {
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 6px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
}
.rs-counter .rs-counter-list .text-part .counter-desc {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    text-transform: uppercase;
}
footer { 
    padding:60px 0; 
    position: relative;
    display: block;
    z-index: 1;
    background: url(../images/footbg.jpg);
    background-attachment: fixed;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
footer h4 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize; 
	position:relative; 
	margin-bottom:30px;
}
footer h4:after {
    position: absolute;
    left: 0;
    top: 40px;
    width: 50px;
    height: 2px;
    background: #17376e;
    content: "";
    z-index: 1;
}
footer ul.footer-widget li {
    position: relative;
    display: block;
    border-bottom: 1px solid #333438;
    line-height: 30px;
}
footer ul.footer-widget li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding-left: 20px;
    transition: all 500ms ease;
}
footer ul.footer-widget li a:hover {
    color: #17376e;
}
footer ul.footer-widget li a:before {
    position: absolute;
    top: 0px;
    left: 0;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    color: #7c7e84;
    font-size: 15px;
    transition: all 500ms ease;
    font-weight: 600;
    line-height: 5px;
    margin: 14px 0 16px;
}
footer .social-icon { margin-top:50px; margin-bottom:15px; }
footer .social-icon li {display: inline-block; padding:0 15px;}
footer .social-icon li a{color: #17376e; font-size:24px;}
footer .copyright { text-align:center; margin:0; color: #fff;}
footer .copyright a { color:#17376e} 
.inner-banner {
position: relative;
padding: 100px 0;
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
background-image: url('../images/banner.png');
}
.inner-banner::after{
position: absolute;
content: '';
background-color: rgba(0, 0, 0, 0.8);
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.inner-banner h2 { 
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 2;
}
.navBreadcums {
    background: #e9ecef;
}
.navBreadcums .breadcrumb {
    margin-bottom: 0;
}
.aboutContent {
    background-color:#17376E;
    padding: 70px 0; 
    position: relative; 
    z-index: 1;
}
.aboutContent::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: url("../images/content_area_pattern_triangle.png");
    background-repeat: repeat;
    background-position: left;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    opacity: 0.4;
    background-size: contain; 
    z-index: 0;
}
.aboutContent h2 {
    color: #009AD7; 
    text-align: center;
    margin-bottom: 20px; 
    text-transform: uppercase; 
    position: relative;
    z-index: 5; 
    font-size: 36px;
    font-weight: 700;
}
.aboutContent p { 
    color: #fff;
    position: relative;
    z-index: 5;
}
.blockContent { 
    width: 80%;
    margin: 0 auto;
}
.mgMessages { 
    padding: 70px 0; 
}
.MesageTestimonial {
    position: relative; 
    margin-bottom: 70px;
}
._animationFadeInBottom {
    opacity: 1;
    transform: translateY(0);
    transition: var(--transition-200);
}
.MesageTestimonial .MesageTestimonialQuoteOpen {
    top: 0;
    left: -4px;
    transform: translate(0, calc(-100% + 10px));
}
.MesageTestimonial .MesageTestimonialQuote {
    width: 70px;
    height: auto;
    position: absolute;
    z-index: 3;
}
.MesageTestimonial .MesageTestimonialQuoteClose {
    bottom: 0;
    right: -4px;
    transform: translate(0, calc(100% - 10px));
}
.MesageTestimonial .MesageTestimonialWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    overflow: auto;
    border-radius: 0;
}
.MesageTestimonial .MesageTestimonialImage img {
    width: calc(100% + 12.5px);
    aspect-ratio: 550/371;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 0 50px 0;
}
.MesageTestimonial .MesageTestimonialContent {
    margin: 50px 0 0 0;
    width: calc(100% + 12.5px);
    transform: translateX(-12.5px);
    border-radius: 20px;
    padding: 50px 40px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center; 
    background-color: #17376E;
}
.MesageTestimonial .MesageTestimonialContentWrap {
    display: flex;
    flex-direction: column;
}
.MesageTestimonial .MesageTestimonialName {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}
.MesageTestimonial .MesageTestimonialName {
    color: #fff;
    text-align: right;
    text-transform: uppercase;
}
.MesageTestimonial .MesageTestimonialDescription {
    line-height: 1.625;
    color: #fff;
    order: -1;
    margin: 0 0 15px 0;
}
.h_blog_text_inner ul li { 
    line-height: 26px; 
    margin-bottom: 5px;
}
.contact-info {
    margin-bottom: 25px;
}
.contact-info .media-body h3 {
    font-size: 16px;
    margin-bottom: 0;
    font-size: 16px;
    color: #2a2a2a;
}
.contact-info__icon {
    margin-right: 20px;
}
.contact-info__icon i, .contact-info__icon span {
    color: #8f9195;
    font-size: 27px;
}
.contentIn {
    padding: 30px 50px;
    border: 1px solid #17376E; 
    background: linear-gradient(to right, #17376E 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all .5s ease-out;
}
.contentLeft { 
    border-radius: 0px 100px 100px 0;
}
.contentRight { 
    border-radius: 100px 0px 0px 100px;
}
.contentIn h3 { color: #17376E;}
.contentIn p { color: #17376E;}
.contentIn:hover {
    background-position: left bottom;

}
.contentIn:hover  h3 { color: #fff;}
.contentIn:hover  p { color: #fff;}
.faculty-section th {
    background-color: #17376E;
    color: #fff;
}
nav > .nav.nav-tabs{
    border: none;
      color:#fff;
      background:#272e38;
      border-radius:0;
  
  }
  nav > div a.nav-item.nav-link,
  nav > div a.nav-item.nav-link.active
  {
    border: none;
      padding: 18px 25px;
      color:#fff;
      background:#272e38;
      border-radius:0;
  }
  
  nav > div a.nav-item.nav-link.active:after
   {
    content: "";
    position: relative;
    bottom: -60px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #17376E ;
  }
  .tab-content{
    background: #fdfdfd;
      line-height: 25px;
      border: 1px solid #ddd;
      border-top:5px solid #e74c3c;
      border-bottom:5px solid #e74c3c;
      padding:30px 25px;
  }
  
  nav > div a.nav-item.nav-link:hover,
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
      background: #17376E;
      color:#fff;
      border-radius:0;
      transition: 0.20s linear;
  }
  .fac-inner {
    border:1px solid #17376E;
  }
  .h_blog_text_inner h4 {
    font-weight: 700;
  }
  @media only screen and (max-width: 1200px) {
    .homeSlide .banner-inner .banner-title span {
        font-size: 70px;
    }
    .homeSlide .banner-inner .banner-title {
        font-size: 50px;
        line-height: 1;
    }
    .animate { display: none;}
    .banner-text {
        padding: 10px 30px;
    }
  }
  @media only screen and (max-width: 992px) {
    .banner-text {
        width: 70%;
        padding: 15px 30px;
    }
    .homeSlide .banner-inner .sl-sub-title {
        font-size: 26px;
        line-height: 30px;
    }
    .homeSlide .banner-inner .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .homeSlide .banner-inner .banner-title span {
        line-height: 42px;
        font-size:42px;
    }
    .animate { display: none;}
    .section_heading {
        padding: 0rem 1.5rem;
    }
    .MesageTestimonial .MesageTestimonialContent {
        margin: 170px 0 0 0;
        width: calc(100% + 175px);
        transform: translateX(-175px);
        padding: 30px 20px;
        min-height: 380px;
    }
    .MesageTestimonial .MesageTestimonialImage img {
        width: calc(100% + 135px);
        aspect-ratio: 550/371;
    }
    .header .main-nav-section .navbar {
        width: 100%; 
        padding: 0 30px;
    }
    .header .main-nav-section .navbar .nav-list {        padding: 5px 0;    }
    .rs-counter {        padding: 50px 0 30px;    }


}
@media only screen and (max-width: 767px) {
    .banner-text {
        width: 80%;
        padding: 5px 30px;
    }
    .homeSlide .banner-inner .sl-sub-title {
        font-size: 23px;
        line-height: 28px;
    }
    .homeSlide .banner-inner .banner-title {
        font-size: 22px;
        line-height: 1.3;
    }
    .homeSlide .banner-inner .banner-title span {
        line-height: 36px;
        font-size:36px;
    }
    .animate { display: none;}
    .section_heading {
        padding: 0rem 1.5rem;
    }
    .MesageTestimonial .MesageTestimonialContent {
        margin: 170px 0 0 0;
        width: calc(100% + 175px);
        transform: translateX(-175px);
        padding: 30px 20px;
        min-height: 380px;
    }
    .MesageTestimonial .MesageTestimonialImage img {
        width: calc(100% + 135px);
        aspect-ratio: 550/371;
    }

}
@media only screen and (max-width: 576px) {
    .banner-text {
        width: 100%;
        padding: 0 30px;
    }
    .homeSlide .banner-inner .sl-sub-title {
        font-size: 21px;
        line-height: 25px;
    }
    .homeSlide .banner-inner .banner-title {
        font-size: 20px;
        line-height: 1.3;
    }
    .homeSlide .banner-inner .banner-title span {
        line-height: 30px;
        font-size:30px;
    }
    .animate, .sticky-social { display: none;}
    .homeSlide .banner-inner {
        top: 47%;
        transform: translateY(-47%);
    }
    .homeSlide .banner-inner .readon {
        font-size: 12px;
        padding: 5px 20px;
    }
    .section_heading {
        padding: 0rem 1rem;
    }
    .section_heading .section_title {
        margin-bottom: 1.25rem;
        font-size: 3rem;
        line-height: 1;
    }
    .contentIn {
        padding: 30px 30px;
    }
    .MesageTestimonial .MesageTestimonialContent {
        margin: 135px 0 0 0;
        width: calc(100% + 120px);
        transform: translateX(-120px);
        padding: 30px 20px;
        min-height: 380px;
    }
    .MesageTestimonial .MesageTestimonialImage img {
        width: calc(100% + 135px);
        aspect-ratio: 550/371;
    }

    .home-program ul li a {        font-size: 14px;    }
    .rs-counter .rs-counter-list .icon-part {
        margin-top: 30px;
        margin-right: 15px;
    }
    .rs-counter .rs-counter-list .icon-part i:before {        font-size: 50px;    }
    .rs-counter .rs-counter-list .text-part .counter-number {
        font-size: 48px;
        margin-bottom: 0px;
    }
    .rs-counter .rs-counter-list .text-part .counter-desc {        font-size: 18px;    }
    .rs-counter .rs-counter-list {        margin-bottom: 20px;    }
    .footer-widget { margin-bottom: 30px;}
    footer .social-icon {        margin-top: 0px;    }
    .contentRight, .contentLeft {        border-radius: 20px;    }
    
    .title-design-element {
        width: 55px;
        height: 55px;
        left: -10px;
        top: 45px;
    }
    .MesageTestimonialDescription h3 { font-size: 26px;}
    .MesageTestimonial .MesageTestimonialDescription {
        line-height: 1.3;
        font-size: 15px;
    }
}