
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;500;600&display=swap');


body{
	font-family: 'Albert Sans', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:26px;
	color:#666666;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	
	}
body,html{ height:100%;}

p {
	font-size: 18px;
    line-height: 35px;
	color: #000;
}

header{
margin:0px 0px;
position: -webkit-sticky;
	z-index:999;
	background-color:#FFF;	
	width:100%;
}

section h4 {
	font-size: 25px;
	font-weight: 200;
	color: #035D0C;
	text-transform: uppercase;
}
section h3 {
	font-family: Arimo;
	font-size: 14px;
	font-weight: 800;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 35px;
	
}

section h3 img {
	position: relative;
	height: 20px;
    top: -11px;
    left: 4px;
}

.logo-mobile {
	display: none;
}

.radius-30 {
	border-radius: 30px !important;
}

@media (min-width: 780px) {
    /*.stickyHeader { position: fixed; }*/
}
header:after{
	display:block;
	clear:both;
	content:'';
	}
header .container{
		position: relative;
		/* min-height: 103px; */
	}
.logo{
	width: 85%;
	z-index: -9;
	text-align: center;
	float: left;
	}
	.logo img {
		width: 100%;
	}


/* .logo:before{
	width: 112px;
	content: '';
	display: block;
	margin: auto;
	margin-bottom: 9px;
} */
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/

a.create_hope {
	margin-left: 68px;
}
.main-menu {
	background: linear-gradient(91.07deg, #2EAAFA -20.58%, #1F2F98 53.74%);
	width: 100%;
	display: inline-block;
}


.menu-section {
	width: 100%;

}
.w-menu{
	width:100%;
	float:none;
	}
.w-menu .container{
	position:relative;
	min-height: inherit;
	}
.w-menu ul li a:hover{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu ul li a.active{
	/* border-bottom: 3px solid #2A6117; */
}
.w-menu .ul.sub-menu li a {
	color: #035d0c;
}
.w-menu ul li:last-child {
	margin-right: 0 !important;
}
@media (max-width:1200px) {
.w-menu ul li a {
	font-size: 13px;
    padding:0px 10px;  
}
	}
@media (min-width:992px) {

.w-menu{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:99;
  text-align: center;
}
.w-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
}


.w-menu ul li {
    display:inline-block;
    position:relative;
	font-size:13px;
	font-weight:600;
	margin:0px 20px;
	
}
.w-menu ul li:first-child {
	margin-left: 0;
}
.w-menu ul li:last-child {
	margin-right: 0;
}
.w-menu ul li a {
    line-height:52px;
    padding:0 0;
	margin:0px 0px;
	text-decoration:none;
	color:#ffffff;
	text-transform:uppercase;
	cursor:pointer;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0em;
	text-align: left;
	
}
.w-menu ul li.contact-menu{
	background-color: #ffc300;
	padding: 0px 20px;
}

.w-menu ul li.contact-menu:hover a{
	color:#571845;
}
.w-menu ul li ul{
	text-align:left;
	background-color:#053564;
	}
.w-menu ul li ul li a {
   	line-height:22px;
    padding:12px 20px 12px 10px;
	color: #fff;
	border-bottom:1px solid #03213e;
	margin:0px 0px;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	width:100%;
	display:block;
}
.w-menu ul li ul li a:hover {
	border-bottom: 1px solid #03213e;
}
/* .w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#035D0C;
    transition: width .3s;
	}
.w-menu ul li:hover::after {
    width: 100%;
} */
.w-menu ul li ul li::after{
	content: '';
    display: block;
    width: 0;
    height:0px;
    background: #035D0C;
    transition: width .3s;
	}
.w-menu ul li ul li:hover{
	background:var(--main-color-one-hover);
	}

/*ZOOM IN EFFECTS START*/


/*.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: zoomIn .3s ease-in ;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: zoomIn .3s ease-in;
}*/
/*ZOOM IN EFFECTS END*/

/*SLIDE DOWN EFFECTS START*/
.have-sub-menu{
	position:relative;
	}
ul.sub-menu { 
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  transform: translateY(-2em);
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.have-sub-menu:focus > .sub-menu,
.have-sub-menu:focus-within > .sub-menu,
.have-sub-menu:hover > .sub-menu {
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
}
/*SLIDE DOWN EFFECTS END*/


/*FLIP EFFECTS START*/
/*
.w-menu ul.sub-menu {
    display:none;
}
.w-menu li:hover > ul{  
    display: block;
    -moz-animation: flipInX .3s ease-in;
    -webkit-animation: flipInX .3s ease-in ;
    animation: flipInX .3s ease-in;
 
}
 
.w-menu ul li:hover > ul{
    display:block;
    -moz-animation: flipInY .3s ease-in ;
    -webkit-animation: flipInY .3s ease-in ;
    animation: flipInY .3s ease-in;
}
*/

/*FLIP EFFECTS END*/

/* sub navigation */
.w-menu li ul {    
    position:absolute;
    left:0;
    top:52px;
    width:200px;
}
.w-menu li ul.right {    
    right:0px;
	left:auto;
}
.w-menu li li {
    position:relative;
    margin:0;
    display:block;
}
.w-menu li li ul {
    position:absolute;
    top:0;
    left:200px; /* make this equal to the width of the sub nav above */
    margin:0;
}
.w-menu li li ul.right,
.w-menu li li ul.right li ul {
    right:180px; /* make this equal to the width of the sub nav above */
	left:auto;
}
.w-menu ul li span {padding-left:2px;}
.w-menu ul li span.arrow-plus{
	position:relative;
	display:inline-block;
	z-index:99;
	right:0;
	top:0px;
	cursor:pointer;
	text-align:center;
	height:auto;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f107";
	color:var(--main-color-one);
	font-size:14px;
	color:#fff;
	}
.w-menu ul li li span.arrow-plus{
	position:absolute;
	top:8px;
	right:10px;
	}
.w-menu ul li li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f105";
	color:#FFF;
	font-size:14px;
	}

/*OTHER MENU STYLE START*/
.w-menu ul li.other-menus > ul{
	/*max-height:200px;
	overflow-x: hidden;
	overflow-y: scroll;*/
	}
.w-menu ul li.other-menus:hover{
	background-color:transparent;
	}
.w-menu ul li.other-menus:before{
	font-family: FontAwesome;
	content: "\f0c9";
	color:#FFF;
	position:absolute;
	top:50%;
	margin-top:-11px;
	margin-left:-7px;
	}

.w-menu ul li.other-menus > a{
	display:block;
	width:50px;
	padding:0px;
	margin:0px;
	text-indent:-99999px;
	}
.w-menu ul li.other-menus ul li a {
    padding-left:20px;
}
.w-menu ul li.other-menus li:after{
	height:0px;
	display:none !important;
	}
.w-menu ul li.other-menus > .arrow-plus{
	display:none;
	}
.w-menu ul li.other-menus ul{
	left:-160px;
	}
.w-menu ul li.other-menus ul li ul,
.w-menu ul li.other-menus ul li ul li ul,
.w-menu ul li.other-menus ul li ul li ul li ul {
    position: absolute;
    top: 0;
    left:-200px;
    margin: 0;
}
.w-menu ul li.other-menus span.arrow-plus {
    position: absolute;
    top: 9px;
    left: 3px;
    right: auto;
}
.w-menu ul li.other-menus span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f104";
	}
.w-menu ul li.other-menus > ul::-webkit-scrollbar {
    width:3px;
}
.w-menu ul li.other-menus > ul::-webkit-scrollbar-thumb {
  background:var(--main-color-two);
}
.w-menu ul li.other-menus{
	cursor:pointer;
	position:relative;
	}
/*OTHER MENU STYLE END*/
/*MEGA MENU STYLE START*/
.w-menu ul li.mega-menus{
	cursor:pointer;
	position:static;
	
	}
.w-menu ul li.mega-menus > ul{
	position:absolute;
	width:1170px;
	left:0%;
	right:0%;
	padding:20px;
	}
.w-menu ul li.mega-menus > ul > li{
	width:20%;
	float:left;
	line-height:10px;
    padding:0px 10px;
	}

.w-menu ul li.mega-menus  ul li:hover{
	background-color:transparent;
	}
.w-menu ul li.mega-menus > ul li a:hover{
	color:#000;
	}
.w-menu ul li.mega-menus ul.sub-menu ul.sub-menu {
    display: block;
	left:0px;
	width:100%;
	position:static;
}

.mega-menus ul span.arrow-plus{
	display:none !important;
	}
.w-menu ul li.megamenu-li > a,
.w-menu ul li.megamenu-with-out-sub > a{
	font-size:13px !important;
	text-transform:uppercase !important;
	font-weight:bold !important;
	/*margin-bottom:5px !important;
	padding-bottom:10px !important;
	border-bottom:solid 1px #1b69a9 !important;*/
	display:block !important;
	line-height:16px !important;
	color:#FFFFFF !important;
	
	}
/*.megamenu-with-out-sub > a{
	border-bottom:none !important;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
	}*/
.megamenu-li > a:hover{
	color:#FFF !important;
	cursor:default;
	}
.megamenu-li ul{
	margin-bottom:20px !important;
	display:inline-block !important;
	}
.w-menu li.mega-menus:hover ul{
    display: block;
    -moz-animation: zoomIn .3s ease-in;
    -webkit-animation: zoomIn .3s ease-in ;
    animation: none !important;
 
}
.w-menu ul li.mega-menus ul li{
	/*display:inline-block;
	vertical-align:top;
	float:left;*/
	}
.w-menu ul li.mega-menus ul li a{
	line-height:20px;
    padding:5px 0px;
	font-size:14px;
	color:#98d0ff;
	}
.w-menu ul li.mega-menus ul li ul li a{
	line-height:20px;
    padding:1px 0px;
	font-size:13px;
	}

/*MEGA MENU STYLE END*/

/*VERTICAL MENU STYLE START*/
.w-menu.vertical-menu ul li{
	float:none;
	display:block;
	width:100%;
	text-align:left;
	}
.w-menu.vertical-menu ul li ul.sub-menu{
	right:-200px;
	left:auto;
	top:0px;
	}
.w-menu.vertical-menu .container{
	padding-left:0px;
	padding-right:0px;
	}
/*VERTICAL MENU STYLE END*/
}
@media (max-width:1200px) and (min-width:991px) {
.w-menu ul li.mega-menus > ul{
	width:960px;
	margin-left:-480px;
	}
	}
@media (max-width:991px) {

	.top-h-right {
		width: 100%;
	}

.mobile-menu-icon{
	position:fixed;
	width:40px;
	height:40px;
	background-color:#012C03;
	display: block;
	right:0px;
	cursor:pointer;
	top:0px;
	z-index:999999;
	text-align:center;
	transition: 0.3s;
	padding-top:10px;
	}
.mobile-menu-icon:after{
	font-family: FontAwesome;
	content: "\f0c9";
	line-height:20px;
	font-size:24px;
	font-weight:400;
	color:#FFF;	
	}
.mobile-menu-icon.icon-open{
	transition: 0.3s;
	right:300px;
	}
.mobile-menu-icon.icon-open:after{
	content: "\f00d";
	}
.mobile-menu{
	  position: fixed;
	  z-index: 999999;
	  top: 0;
	  right: -300px;
	  width: 300px;
	  height: 100%;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background: #012c03;
	  transition: 0.3s;
	}
.mobile-menu.menu-open{
	right:0px; 
	transition: 0.3s;
	padding-top: 45px;
}

.w-menu ul{
	padding:0px;
	margin:0px;
	}
.w-menu ul li{
	float:none;
	list-style:none;
	position:relative;
	}
.w-menu ul li a {
  color: #fefefe;
  font-size: 14px;
  display: block;
  padding:10px;
  border-top: 1px solid rgba(255,255,255,0.045);
  border-bottom: 1px solid rgba(0,0,0,0.045);
}
.w-menu ul li a:hover,
.w-menu ul li a:focus{
	text-decoration:none;
	}
.w-menu ul li.active{
	background: rgba(0, 0, 0, .2) none repeat scroll 0 0;
	}
.w-menu ul li ul{
	display:none;
	}
.w-menu ul li span.arrow-plus{
	position:absolute;
	width:40px;
	height:40px;
	/* border:solid 1px #FFF; */
	display:block;
	z-index:99;
	right:2px;
	top:0px;
	cursor:pointer;
	text-align:center;
	padding-top:8px;
	}
.w-menu ul li span.arrow-plus:after{
	font-family: FontAwesome;
	content: "\f067";
	color:#FFF;
	font-size:14px;
	}
.w-menu ul li span.arrow-minimize:after{
	font-family: FontAwesome;
	content: "\f068";
	font-size:14px;
	}
.w-submenu{
	display:block !important;
	background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
	}

}
@media (max-width:479px) {
.mobile-menu{
	width:280px;
	padding-top: 45px;
	}
.mobile-menu-icon.icon-open {
    right: 280px;
	}
	}
/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/

/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-section,
.bs-slider .carousel-item{
	padding-top:36.76923076923077%; /*Image Size 550px / 1360px = ‭40.44117647058824‬%*/
	}
.banner-section{
	position:relative;
	}
.bs-slider .carousel-item{
    overflow: hidden;
    background: #FFFFFF;
	background-position: center center; 
    background-repeat:no-repeat; 
	background-size:  cover;
}
.weberge-slider{
	 top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  
	}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay,
.weberge-slider .weberge-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
.bs-slider > .carousel-inner > .carousel-item > img,
.bs-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

.weberge-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.weberge-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

.weberge-slider > .carousel-inner > .carousel-item > img,
.weberge-slider > .carousel-inner > .carousel-item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

/*.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}*/


.carousel-fade {
    opacity: 1;
}
.carousel-fade .carousel-item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
	min-height: 706px;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.carousel-fade .carousel-item:first-child {
    top: auto;
    position: relative;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 50%;
    opacity: 0;
    width: 44px;
    height: 44px;
	margin-top:-22px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 42px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
	background-color:var(--main-color-one);
}
.control-round .carousel-control.left {
    left: 1%;
	text-align:center;
}
.control-round .carousel-control.right {
    right: 1%;
	text-align:center;
	
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}


/*---------- SLIDE CAPTION ----------*/


.slide-text {
    padding: 10px;
    position:absolute;
    padding: 10px 0px;
   	width:1170px; /*same width like container*/
	z-index:1;
	 top: 0;
  	bottom: 0;
  	left:50%;
	margin-left:-585px;
}

.slide_style_left {
	text-align: left;
}
.slide_style_right {
	text-align: right;
}
.slide_style_center {
    margin: auto;
	left: 0;
	right: 0;
	text-align:center;
}
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center{
	margin: auto;
	left: 0;
	right: 0;
	text-align:center;
	}
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left{
	text-align:left;
	}
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right{
	text-align:right;
	}
.slide-text.text_style_top_center,
.slide-text.text_style_top_left,
.slide-text.text_style_top_right{
	top:0px;
	}
.slide-text.text_style_bottom_center .slide-text-inner,
.slide-text.text_style_bottom_left .slide-text-inner,
.slide-text.text_style_bottom_right .slide-text-inner{
	bottom:0px;
	position:absolute;
	width:100%;
	}
.slide_style_middle,
.slide_style_middle_left,
.slide_style_middle_right{
	height:100%;
  margin:auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left:0px;
  right:0px;
	}
.slide_style_middle:before,
.slide_style_middle_left:before,
.slide_style_middle_right:before{
	content:'';
	margin-bottom: auto;
	}
.slide_style_middle:after,
.slide_style_middle_left:after,
.slide_style_middle_right:after{
	content:'';
	margin-top: auto;
	}

.slide-text h1 {
    color: #ffffff;
	font-family: Albert Sans;
	font-size: 65px;
	font-weight: 800;
	line-height: 68px;
	letter-spacing: -0.03em;
	text-align: left;
	margin-bottom: 50px;
	
}
.slide-text h1 span {
    color:var(--main-color-one);
    font-size:40px;
    line-height:40px;
	font-weight:400;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 55px;
    line-height: 62px;
	text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 30px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	display:inline-block;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	/* text-shadow: 1px 1px #000; */
}
.slide-text h3 {
	font-family: Albert Sans;
	font-size: 23px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;	
}
.slide-text a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 0px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text a:hover,
.slide-text a:active {
    color: #ffffff;
    background: #003369;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.slide-text-inner .read-more{
	display: inline-block;
	background-color: #c70039;
	padding: 14px 50px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	border-radius: 30px;
	letter-spacing:2px;
	border:2px solid #fff;
}
.slide-text-inner .read-more:hover{
	background-color: #900c3e;
	text-decoration: none;
}

.slide-text-inner .learn-more{
	background: #FFFFFF;
	color: #0F489F;
	text-transform: uppercase;
	padding: 14px 24px;
	font-family: Albert Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	text-decoration: none;
}

.slide-text-inner {
	padding-left: 5%;
}

/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width:1200px) and (min-width:992px) {
.slide-text {
   	width:970px; /*same width like container*/
	margin-left:-485px;
	padding-left:15px;
	padding-right:15px;
}
}

@media (max-width: 991px) {
.banner-section,
.bs-slider .item,
.bs-slider .carousel-item{
	padding-top:0%;
	height:400px;
	}

.carousel-inner,
.carousel-item{
	height:100%;
	}
.slide-text {
   	width:98%; /*same width like container*/
	margin-left:0px;
	left:0px;
	right:0px;
	padding-left:15px;
	padding-right:15px;
}

.slide_style_left,
.slide_style_right,
.slide_style_center,
.slide-text.text_style_top_center,
.slide-text.slide_style_middle,
.slide-text.text_style_bottom_center,
.slide-text.text_style_top_left,
.slide-text.slide_style_middle_left,
.slide-text.text_style_bottom_left,
.slide-text.text_style_top_right,
.slide-text.slide_style_middle_right,
.slide-text.text_style_bottom_right {
	text-align:center;
}

}

/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .slide-text > p{
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }
}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .slide-text p {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 18px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: auto !important;
}
.middle-two .middle-one-image{border:10px solid #fff;}
.slide-text-inner .read-more {padding: 8px 30px;}
}
/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/

.jom-slider .tns-controls [aria-controls]{
	/* top: -50px; */
}
.jom-slider{ 
padding: 0px 10px;
position: relative;
}
.jom-slider .tns-nav{
	display: none;
}
.jom-slider .tns-controls [aria-controls]{
	
	z-index: 9999;
}
.jom-slider [data-controls="prev"] {
    position: absolute;
    left: 50%;
    margin-left: -45px;
}
.jom-slider [data-controls="next"] {
    position: absolute;
    right: 50%;
    margin-right: -45px;
}

/* ==================================================*/
/*footer*/
/* ==================================================*/


footer{
	background:url(../images/footer-background.jpg) no-repeat;
	min-height: 504px;
	position: relative;
	padding: 100px 0;
}
.footer-left {
	width: 50%;
	float: left;
}
.footer-right {
	width: 50%;
	float: right;
}
.footer-left span.address {
	font-family: Albert Sans;
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #93CBFF;
	margin: 45px 0 60px 0;
	display: block;
	padding-left: 94px;
}
.footer-left span.contact-no {
	font-family: Albert Sans;
	font-size: 21px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color: #93CBFF;	
	padding-left: 94px;
	display: block;
}
.useful-links {
	width: 37%;
	float: left;
	border-right: 1px solid #93CBFF;
	padding-left: 25px;
}
.informations {
	width: 50%;
	float: left;
	padding-left: 55px;
}
.footer-right h5 {
	font-family: Albert Sans;
	font-size: 21px;
	font-weight: 700;
	line-height: 25px;
	letter-spacing: 0em;
	text-align: left;
	color:#93CBFF;	
	text-transform: uppercase;
}
.footer-right h5::after {
	content: '';
	display: block;
	height: 2px;
	width: 40%;
	background:#93CBFF ;
	margin-top: 16px;
}

.footer-right ul {
	margin: 18px 0 0 0;
	padding: 0;
}
.footer-right ul li {
	list-style: none;
	display: list-item;
}
.footer-right ul li a {
	font-family: Albert Sans;
	font-size: 15px;
	font-weight: 400;
	line-height: 44px;
	letter-spacing: 0em;
	text-align: left;
	color: #93CBFF;	
	text-transform: uppercase;
	text-decoration: none;
}
.footer-right ul li a:hover{
	color: white;
}

.copy-right{
	background: linear-gradient(270deg, #1B60C8 0%, #003A92 100%);
	padding: 41px 0;
}
.copy-right p {
	font-family: Albert Sans;
	font-size: 15px;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin: 0;
	}

.copy-right a {color:#fff;
text-decoration: none;
}
.copy-right a:hover{
	color: #93CBFF;
}

.ta-l {
	text-align: left !important;
}
.ta-r {
	text-align: right !important;
}







.mr-0 {
	margin-right: 0 !important;
}

.bg-gray {
	background: #f2f2f2;
}



/*------------------ Sections Start -------------------*/

section h2 {
	font-family: Albert Sans;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 42px;
	
}

.gallery-section {
	padding: 80px 0;
	text-align: center;
}
.gallery-section h3 img {
	left: -7px;
}
.gallery-img {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 30px;
}
.gallery-outer {
	margin-top: 45px;
}
.gallery-img .g-images {
    overflow: hidden;
    position: relative;
}
.gallery-img .g-images img {
	width: 100%;
	border-radius:12px;
}
.gallery-section a.btn {
	width: 200px;
	margin: 0 auto;
    display: block;
    font-size: 11px;
    bottom: 100px;
    font-weight: 700;
    background: #fff;
    text-transform: uppercase;
    padding: 21px 48px;
    border-radius: 51px;
	margin-top: 45px;
}

/* Site CSS */
.header {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	background: url(../images/header-background.png) no-repeat;
}
.header-left {
	float: left;
	width: 50%;
}
.header-right {
	float: right;
	width: 50%;
	text-align: right;
}
.header-right span.email {
	display: block;
	color: #131313;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0em;
}
.header-right span.email::before {
	content: '\f0e0';
	font-family: FontAwesome;
	display: inline-block;
	width: 16px;
	height: 11px;
	color: #003A92;
	margin-right: 7px;
}
.header-right span.ph-no {
	margin-left: 15px;
}
.header-right span.ph-no::before {
	content: '\f095';
	font-family: FontAwesome;
	display: inline-block;
	width: 16px;
	height: 11px;
	color: #003A92;
	margin-right: 7px;
}
a.give-btn {
	padding: 11px 47px;
    border-radius: 21px;
    background: linear-gradient(92.56deg, #0066FF 0%, #00C2FF 82.39%);
    font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
    color: #FFFFFF;
	text-decoration: none;
}
a.give-btn:hover {
	background: linear-gradient(92.56deg, #00C2FF 0%, #0066FF 82.39%);
}

/* a.give-btn::after {
	content: '\f00e';
	font-family: FontAwesome;
	margin-left: 2px;
} */
.header-links {
	margin-top: 34px;
}
a.downloads-btn {
	padding: 11px 22px;
	border-radius: 21px;
	background: #003A92;
	font-size: 13px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0em;
	text-decoration: none;
    color: #FFFFFF;
	text-transform: uppercase;
}
a.downloads-btn:hover {
	background: linear-gradient(91.07deg, #2EAAFA -20.58%, #1F2F98 53.74%);
}

.intro-section {
	background: url(../images/mother-background.jpg) no-repeat;
	height: 522px;
	padding: 97px 0;
}
.intro-section img {
	border-radius: 12px;
}
.intro-left {
	width: 42%;
	float: left;
}
.intro-right {
	width: 58%;
	float: right;
	padding-left: 20px;
	padding: 40px 0 0 20px;
}
.intro-section blockquote {
	font-family: Albert Sans;
	font-size: 39px;
	font-weight: 700;
	line-height: 43px;
	letter-spacing: 0em;
	text-align: left;
	color: #FFFFFF;
	padding-right: 120px;
}
.intro-section blockquote::before {
	content: '\f10d';
	display: block;
	font-family: FontAwesome;
	font-size: 35px;
}
.intro-section blockquote::after {
	content: '\f10e';
	display: block;
	font-family: FontAwesome;
	font-size: 35px;
	text-align: right;

}
span#b1, span#b2, span#b3 {
	padding-left: 33px;
}
#b1::after {
	content: '\a';
	white-space: pre;
}
#b2::after {
	content: '\a';
	white-space: pre;
}
span.author {
	font-family: Albert Sans;
	color: #93CBFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	padding-left: 33px;
	
}
.about-section {
	background: linear-gradient(43.47deg, #0F489F 29.55%, #C95DD9 105.58%) no-repeat;
	background-size: 66%;
	height: 750px;
}
.about-left {
	width: 50%;
	float: left;
	color: #FFFFFF;
	padding: 97px 113px 0 0;

}
.about-left h3 {
	color: #fc0;
	font-family: Arimo;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 35px;
	
}
.about-left h2 {
	font-family: Albert Sans;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0em;
	text-align: left;
	margin-bottom: 42px;
	
}
.about-left p {
	font-family: Albert Sans;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	margin-bottom: 54px;
}
a.read-more {
	background: linear-gradient(92.56deg, #0066FF 0%, #00C2FF 82.39%);
	font-family: Albert Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	border-radius: 21px;
	padding: 14px 35px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}
a.read-more:hover {
	background: linear-gradient(92.56deg, #00C2FF 0%, #0066FF 82.39%);
}

.about-right {
	width: 50%;
	float: left;
}
.about-img {
	width: 563px;
	height: 458px;
}
.about-img img {
	width: 100%;
	border-radius: 0px 0px 12px 12px
}
.speciality {
	margin-top: 46px;
}
.speciality .icon {
	width: 106px;
	height: 82px;
	float: left;
	margin-right: 50px;
}
.speciality .icon:last-child {
	margin-right: 0;
}
.speciality .icon span {
	font-family: Albert Sans;
	font-size: 15px;
	font-weight: 600;
	line-height: 18px;
	letter-spacing: 0em;
	text-align: left;
	text-transform: uppercase;
	margin-top: 13px;
    display: block;
    text-align: center;
}
.news-events-section {
	padding: 93px 0;
	text-align: center;
}

.news-events-section h3 {
	color: #000000;
}
.news-events-section h2 {
	color: #0F489F;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.news-events-section img {
	max-width: 100%; 
	border-radius: 12px;
}
.news-events-section h4 {
	font-family: Albert Sans;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	letter-spacing: 0em;
	text-align: left;
	color: #000000;
	margin-top: 28px;
}
.news-events-section h4.text{
	text-transform: none;
}
.news-events-section p {
	font-family: Albert Sans;
	font-size: 14px;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 0em;
	text-align: left;	
	margin-top: 10px;
	color: #0F489F;
	
}
.news-events-section p a{
	text-decoration: none;
	color:#0F489F;
	font-weight:500;
}
.jom-slider {
	padding: 0;
}
.jom-slider .tns-controls {
	display: none;
}
a.more-btn {
	background: linear-gradient(92.56deg, #195dc5 0%, #013a93 82.39%);
	font-family: Albert Sans;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	padding: 14px 35px;
	text-transform: uppercase;
	border-radius: 21px;
	margin-top: 40px;
	display: inline-block;
	text-decoration: none;
}
a.more-btn:hover {
	background: linear-gradient(92.56deg, #013a93 0%, #195dc5 82.39%);
}

.management-section {
	background: url(../images/management-background.jpg) no-repeat;
	min-height: 670px;
	padding: 97px 0;
	position: relative;
	z-index: 9;
}
.management-inner{
	width: 85%;
	background: url(../images/management-bg-pattern.jpg) no-repeat;
	margin: 0 auto;
	min-height: 309px;
	border-radius: 12px;
	position: relative;
    top: 110px;
    z-index: -9;
}
.management-section h3, .management-section h2{
	color: #ffffff;
}
.staff-info {
	width: 20.3%;
	height: 267.205078125px;
	border-radius: 12px;
	margin-right: 70px;
	float: left;
}
.staff-info img {
	border-radius: 21px;
}
.staff-info:last-child {
	margin-right: 0;
}
.staff-info span.name {
	font-family: Albert Sans;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;
	display: block;
	margin-top: 28px;
}
.staff-info span.desig {
	font-family: Albert Sans;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #ffffff;	
}
.quick-menu {
	width: 85%;
	margin: auto;
	background: url(../images/sponsors-benefactors-background-pattern.jpg) no-repeat;
	min-height: 219px;
	border-radius: 12px;
	margin-bottom: 100px;
	padding: 46px 0;
}
.sponcers-block {
	width: 48%;
	float: left;
	padding: 49px 10px;
	background: linear-gradient(68.74deg, #6E119D -54.26%, #C95DD9 100.26%);
	border-radius: 12px;
	text-decoration: none;

}
a.sponcers-block:hover {
	background: linear-gradient(68.74deg, #C95DD9 -54.26%, #6E119D 100.26%);
	text-decoration: none;
}
a.benefactores-block:hover {
	background: linear-gradient(68.74deg, #C95DD9 -54.26%, #6E119D 100.26%);
	text-decoration: none;
}
.sponcers-block h5, .benefactores-block h5{
	font-family: Albert Sans;
	font-size: 24px;
	font-weight: 700;
	line-height: 29px;
	letter-spacing: 0em;
	text-align: center;
	color: #ffffff;
	margin: 0;
	
}
.sponcers-block h5::after, .benefactores-block h5::after {
	content: '\f2c0';
    font-family: FontAwesome;
    display: inline-block;
    margin-left: 12px;
}
.benefactores-block {
	width: 48%;
	float: right;
	padding: 49px 10px;
	background: linear-gradient(68.74deg, #6E119D -54.26%, #C95DD9 100.26%);
	border-radius: 12px;
}



/*---------------subpages-------------*/
.inner-banner{
	height: 300px;
	background-color: #f00;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}
.inner-banner .bs-slider-overlay {
    background: rgba(0, 50, 70, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.inner-banner h1 {
    font-size: 36px;
    font-weight: 600;
	letter-spacing:2px;
	text-transform: uppercase;
    line-height: 30px;
    color: #FFF;
    position: relative;
    z-index: 9;
	text-shadow:1px 1px #000;
}
@media  (max-width: 480px) {
	.inner-banner h1 {font-size:26px;}
}
@media (max-width:768px) {
	.inner-banner{
		height: 150px;
	}
}

.under-sub-banner{
	margin: 70px 0px 70px;
}
.vertical-tab {
	margin: 0px 0px 70px;
}
.under-sub-banner:after{
	display: block;
	clear: both;
	content: '';
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 0px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
	color: #fff;
}
.pathway li:before {
    content: '/';
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #fff;	
}
.pathway li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway li a:hover{
	color: #fc0;
	text-decoration: none;
}

.pathway-o ul {
    margin: 0px;
    padding: 20px 0px 20px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.pathway-o li {
    float: none;
    display: inline-block;
    list-style: none;
    padding: 0px 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
	color: #585858;
}
.pathway-o li:before {
    content: '/';
    color: #585858;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway-o li a {
    color: #585858;	
}
.pathway-o li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway-o li a:hover{
	color: #b92035;
	text-decoration: none;
}
.right-sub-section{
	width: 75%;
	float: left;
	background-color: #fff;
	
}
.welcome-sub-content{
	position: relative;
	height: 100%;
	padding: 0px 20px 0px 0px;
}

.welcome-sub-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
	margin-top:0px;
}
.welcome-sub-content p img {max-width: 100%;border-radius:6px;}
.right-sub-section .welcome-sub-content h1{
	font-size: 40px;
	font-weight: 700;
	line-height: 40px;
	color: #1F2F98;
	padding: 0px 0px 16px;

}
.right-sub-section .welcome-sub-content h1 span{
	font-size: 28px;
	font-weight: 500;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	color: #fa1e44;

}
.right-sub-section .welcome-sub-content h3{
	font-size: 26px;
	font-weight: 800;
	line-height: 38px;
	display: inline-block;
	width: 100%;
	padding: 0px 0 4px 0;
	color: #0e8ee4;
}

.right-sub-section .welcome-sub-content h4{
	font-size: 23px;
	font-weight: 700;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	color: #0e8ee4;
}
.right-sub-section .welcome-sub-content h4.strong{font-weight: 600; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p{
	color: #303030;
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 20px 0px;
	text-align: justify;
}
.right-sub-section .welcome-sub-content p:last-child {margin-bottom:0px; padding-bottom:0px;text-align: justify;}
.right-sub-section .welcome-sub-content th {font-weight: 600; color: #fff; background-color: #fa1e44; font-size: 18px;}
.right-sub-section .welcome-sub-content td {font-weight: 500; color: #282828;}
.right-sub-section .welcome-sub-content td.left {font-weight: 600; color: #fff; background-color: #383838;}

.right-sub-section .welcome-sub-content p span{
	font-weight: 600;
}
.right-sub-section .welcome-sub-content li{padding-bottom: 30px;background-image:linear-gradient(-15deg,#2196f340,#e3dede45);padding: 15px 35px;margin-top: 15px;list-style-type: disc;padding-left: 25px;}
.right-sub-section .welcome-sub-content li{
	font-size: 16px;
	font-weight: 500;
	line-height: 34px;
	color: #303030;
	padding: 5px 15px 6px 15px;
	text-align: justify;
	/* list-style-position: inside; */
}

.right-sub-section .welcome-sub-content .lear-more{
	background-color: #b92035;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .lear-more:hover{
	background-color: #383838;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .read-more{
	background-color: #383838;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-sub-section .welcome-sub-content .read-more:hover{
	background-color: #b92035;
	text-decoration: none;
}
.right-sub-section .welcome-sub-content .vision-mission p{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 20px;
	text-align: left;
}
.right-sub-section .welcome-sub-content .vision-mission p strong {font-weight:600; font-style:normal;}
.right-sub-section .welcome-sub-content .vision-mission img{
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
@media (max-width:991px) {
.right-sub-section{
	width: 100%;
	float: none;
	padding-bottom: 50px;
}
}
@media (max-width:768px) {
	.welcome-sub-content {
		padding-right: 0px;
		padding-left: 0px;
	}
	.right-sub-section .welcome-sub-content .read-more, .right-sub-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
		width: 100%;
		display: inline-block;
		margin-bottom: 10px;
	}
}
@media (max-width:1200px) {
	.right-section .welcome-sub-content .read-more,
	.right-section .welcome-sub-content .lear-more {
		font-size: 14px;
		padding: 15px 10px;
	}
}
.left-sub-menu-section{
	width: 25%;
	float: left;
	background-color: #733d90;
	border-radius:6px;
}
.left-sub-menu-section .left-menu-one-dr{
	padding: 0px;
}
.left-sub-menu-section .left-menu-one-dr img {max-width:100%;}
.left-sub-menu-section .left-menu-one{
	padding: 20px;
	padding-bottom: 30px;
	height: 50%;
	background: linear-gradient(28.07deg, #2EAAFA -20.58%, #1F2F98 53.74%);
}
.left-sub-menu-section .left-menu-one h3{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
}
.left-sub-menu-section .left-menu-one h3 a{
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	text-decoration:none;
}
.left-sub-menu-section .left-menu-one h3 a:hover{color:#fc0}
.left-sub-menu-section .left-menu-one ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.left-sub-menu-section .left-menu-one ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li ul li{
	padding: 0px 0px 0px 20px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li a{
	padding: 12px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
	width: 100%;
	display: inline-block;
}
.left-sub-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #fcee4f;
}
.left-sub-menu-section .left-menu-one .read-more:after{
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}
@media (max-width:991px) {
.left-sub-menu-section {
    width: 100%;
    float: none;
}
}
.subheading {color:#fa1e44;font-weight:700;font-size:26px;margin-bottom:1rem;}


.subpage-section{
text-align: center;
padding: 60px 0px;
}
.subpage-section h3{
	font-size: 32px;
	font-weight: 800;
	color: #181860;
	margin-bottom: 30px;
	line-height:40px;
}
.subpage-section span{
	font-size: 20px;
	font-weight: 600;
	color: #fa1e44;
	display: inline-block;
	width: 100%;
	/*display: none;
	padding-left: 20px;*/
}
.subpage-section h4 {font-size: 24px; font-weight: 800; color: #0e8ee4; margin-bottom:16px;}
.subpage-section .content {font-weight:400; text-align:left; overflow:hidden;}
.subpage-section .content p {font-size:16px; line-height:36px; margin-bottom:20px; font-weight:600;}
.subpage-section .content .vismis {background: #e8eef4; padding:20px; font-size:16px; line-height:30px; margin-bottom:20px; text-align:justify; color:#012d5c; border-radius:6px;}
.subpage-section .content .principal-name {font-size:18px; color:#012d5c; text-align:center; margin-bottom:16px; margin-top:10px; font-weight:800;}
.subpage-section .content .all-news-img {max-width:100%; height:auto;border-radius:6px;}
.subpage-section .content .news-img {margin-right:20px; margin-bottom:20px; max-width:100%; height:auto;}
.subpage-section .content .row-b-padding {padding-bottom:30px;}
.subpage-section .content .news-page-title {padding-top:10px; padding-bottom:30px; line-height:24px;}
.subpage-section .content .news-page-title a {font-size: 16px;
    font-weight: 700;
    color: #181860;
    text-decoration: none;}
.subpage-section .content .news-page-title a:hover {color:#fa1e44;}
.subpage-section .content .news-page-title .date {font-size: 14px;
    font-weight: 400;
    color: #818181;
    line-height: 16px; padding-top:8px;}
.subpage-section .content th {background:#f4f7fa; text-transform:uppercase;}
.subpage-section .content td {vertical-align:middle;}
.subpage-section .content .downloads-select {padding:12px; margin-bottom:10px; border:1px solid #ddd;font-weight:600;color:#fa1e44;}
.subpage-section .content .downloads-button {
    display:inline-block;
	background-color: #181860;
    color: #fff;
    font-weight: 800;
    padding: 3px 15px;
    border-radius: 4px;
	font-size:14px;
	text-decoration:none;
}
.subpage-section .content .downloads-button:hover {background:#fa1e44;}
.subpage-section .tc-search {margin-bottom:20px;}
.subpage-section .tc-search p {color:#f00;}
.subpage-section .tc-input {padding:12px; border:1px solid #ddd; border-radius:4px; outline:none; font-weight:800;}
.subpage-section .tc-button {padding:12px 18px; border:1px solid #fa1e44; background:#fa1e44; color:#fff; font-weight:600;border-radius:4px;}
.subpage-section .tc-button:hover {background:#065fa6; border:1px solid #065fa6;}
.subpage-section .tc-search-result .tc-number {font-size:18px; font-weight:400; color:#065fa6;}
.subpage-section .tc-search-result .tc-number strong {color:#fa1e44;}
.subpage-section .tc-search-result .not-found {color:#f00;}
.subpage-section .tc-search-result img {max-width:100%;}


.subpage-section .photo-album-name p {padding:16px 0 0 0; margin:0; line-height: 24px;}
.subpage-section .photo-album-name a {font-weight:600; color:#333; text-decoration:none;}
.subpage-section .photo-album-name a:hover {color:#fa1e44;}

.modal-body {color:#fff;background:#000;}
.modal-body strong {color:#fecd05;}
.modal-body a {color:#fecd05; font-weight:600; text-transform:uppercase; margin-left:14px;}

.subpage-section .content a.circle-bg {
    text-align: center;
    background-color: #fcee4f;
    border: 4px dotted #fff;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 0px;
    line-height: 135px;
    font-size: 36px;
    margin: 0 auto;
    color: #333;
    text-decoration: none;
	font-weight:800;
}
.subpage-section .content a.circle-bg:hover {
	background:#fa1e44;
	border: 4px dotted #fff;
	color:#fff;
}
@media  (max-width: 480px) {
	.subpage-section {padding: 40px 0px;}
	.subpage-section h3 {line-height:46px;}
	.subpage-section h3 span {line-height:32px;}
	.subpage-section .content .downloads-button strong {display:none;}
}
.media-img{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 50px;
	grid-row-gap: 50px;
	margin:50px 0px;
}
.media-img-video{
	margin:10px 0px 50px 0px!important;
}
.media-img img{
	width: 100%;
	height: auto;
	transition: transform .2s;
	cursor: pointer;
	border-radius:6px;
}
.media-img img:hover{
	transform: scale(1.08);
}
.subpage-section .photo-album-name p {padding:16px 0 0 0; margin:0; line-height: 24px;}
.subpage-section .photo-album-name a {font-weight:600; color:#333; text-decoration:none;}
.subpage-section .photo-album-name a:hover {color:#fa1e44;}

@media (max-width: 991px) {
.media-img {
    display: block;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin: 50px 0px;
}
.media-img div{
	margin-bottom: 30px;
}
}

.subpage-section-con{
padding: 60px 0px 60px 0;
}

.subpage-section .content .waiting-message {color:#f00; margin:0; padding:0 0 20px 0; text-align:center;}
.subpage-section .content .alumni-img {max-width:240px; height:auto;}
.subpage-section .alumni-input {padding:16px; border:1px solid #ddd; border-radius:4px; width:100%; outline:none; font-weight:800;}
.subpage-section .alumni-input:read-only {background:#f0f0f0;}
.subpage-section .alumni-input::placeholder {color:#999; font-weight:800;}
.subpage-section .alumni-button {padding:12px 18px; border:1px solid #fa1e44; background:#fa1e44; color:#fff; font-weight:600;border-radius:4px; width:100%;}
.subpage-section .alumni-button:hover {background:#322a8f; border:1px solid #322a8f;}
.subpage-section .photo-upload-title {font-weight:800;}
.subpage-section .content label.error {color:#f00; display:block;}

.subpage-contact-us{
	text-align: center;
	padding: 40px 0px 60px;
	background:#ebf2f9;
}
.subpage-contact-us h3{
	font-size: 24px;
	font-weight: 800;
	color: #fa1e44;
	margin-bottom: 10px;
	line-height:28px;
}
.subpage-contact-us span{
	font-size: 18px;
	font-weight: 800;
	color: #181860;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}

.subpage-contact-us .contact-mg {margin-top:20px;}
.subpage-contact-us .contact-mg h4 {font-size:20px; margin-bottom:0px;}
.subpage-contact-us .contact-mg .contact-box {background:#fff; height:100%; padding:14px; margin-bottom:15px;border-radius:6px;box-shadow: 0 3px 10px rgb(0 0 0 / 5%);}
.contact-mg-learn {margin-top:40px;}
.contact-mg-learn a.lear-more {
    background-color: #fa1e44;
    font-size: 18px;
    font-weight: 800;
    color: #fff!important;
    text-align: center;
    padding: 15px 30px;
	text-decoration:none;
}
.contact-mg-learn a.lear-more:hover {background:#2ea636;}

.contact-mg-units {margin-top:20px;}
.contact-mg-units h4 {font-size:18px!important; margin-bottom:8px; padding: 0!important}
.contact-mg-units .contact-box {background:#f0f0f0; height:100%; padding:14px; margin-bottom:15px;}
.contact-mg-units .contact-box p {font-size: 14px!important; line-height: 24px!important; margin: 0!important; padding: 0!important;}

.subpage-contact-us h4 {font-size: 24px; font-weight: 800; color: #fa1e44; margin-bottom:16px;}
.subpage-contact-us .contact-address {font-weight:400; color:#484848; line-height:28px;}
.subpage-contact-us .contact-address p {margin-bottom:0px;color: #181860;font-weight:800;}
.subpage-contact-us .contact-address a {color:#fa1e44;}
.subpage-contact-us .contact-address a:hover {color:#181860;}

.subpage-section h2.contact {color:#181860; font-weight: 800; font-size: 28px; margin-bottom: 16px;}
.subpage-section p.contactcnt {color:#fa1e44; font-weight: 800; font-size: 18px; margin-bottom: 34px;}

.contact-map {
	background:#f4f7fa;
}

.footer-social {
    display: inline-block;
    margin-top: 23px;
    padding-left: 94px;
}
.footer-social a {
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}


/* Footer Social Media Icons  */

/* Facebook  */
.footer-social a.facebook {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.facebook::after {
	content: '\f09a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 4px 11px;
	color: #1F2F98;
}
/* Instagram */
.footer-social a.instagram {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.instagram::after {
	content: '\f16d';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 9px;
    color: #1F2F98;
}

/* youtube */
.footer-social a.youtube {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	text-decoration:none;
}
.footer-social a.youtube::after {
	content: '\f16a';
    display: block;
    font-size: 16px;
    font-family: FontAwesome;
    padding: 2px 7px;
    color: #1F2F98;
}
.donate-bx {
    background:#9BE7FF;
    padding:14px;
    border-radius:12px;
    font-weight:700;
    color:#000;
}