@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;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=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body{
	font-family:Arial, Helvetica, sans-serif;
	font-family: 'Fira 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%;}
header{
margin:0px 0px;
padding:0px 0px 0px 0px;
position: -webkit-sticky;
	z-index:999;
	background-color:#FFF;	
	width:100%;
	border-top: 10px solid #b92035;
	}

header:after{
	display:block;
	clear:both;
	content:'';
	}
.logo{
	width:40%;
	float:left;	
	padding: 0px 0px;
	margin: 10px 0px; 
	 }
.logo img{
	max-width: 100%;
	height: auto;
}
.top-menu-section{
	width: 60%;
	float: left;
}
.top-menu-two{
	padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
}
.top-menu-two:after,
.top-menu-one:after{
	display: block;
	clear: both;
	content: '';
}
.top-menu-two ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: right;
	list-style: none;
}
.top-menu-two ul li{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	float: left;	
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.top-menu-two ul li a{
	padding: 4px 20px;
	margin: 0px 0px 0px 1px;
	display: block;
	background-color: #383838;
	color: #fff;
}
.top-menu-two ul li a.red{
	background-color: #b92035;
}
.top-menu-two ul li a:hover{
	background-color: #b92035;
	text-decoration: none;
}
.top-menu-two ul li a.red:hover{
	background-color: #383838;
}
.top-menu-one .w-menu{
	background-color: transparent;
}
.top-menu-one .w-menu ul{
	text-align: right;
}
.top-menu-one .w-menu ul li a{
	color: #202020;
	font-family: 'Fira Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
}
.top-menu-one .w-menu{
	box-shadow:none;
}
.top-menu-one .w-menu ul li:after {
    display: none;
}
.top-menu-one .w-menu ul li span.arrow-plus:after{
	color: #000;
}
.top-menu-one .w-menu ul li ul{
	text-align: left;
}
.top-menu-one .w-menu li ul {
    top: 45px;
}
.top-menu-one{
	position: relative;
	z-index: 99999;
}
.top-menu-one .w-menu ul li ul{
	background-color: #97192a;
	border-radius: 4px;
}
.top-menu-one .w-menu ul li ul li a {
    color: #fff;
	text-transform:none;
	font-weight: 300;
}
/* ==================================================*/
/*MENU STYLE START*/
/* ==================================================*/
.menu-outer{
	position: absolute;
	z-index: 9999;
	width: 1170px;
	left: 50%;
	top: 0px;
	margin-left:-585px;

}
.w-menu{
	width:100%;
	float:none;
	background-color:#fff;
	 box-shadow: 
        inset 0px 11px 8px -10px #CCC,
        inset 0px -5px 8px -10px #CCC; 
	}
.w-menu .container{
	position:relative;
	}
@media (max-width:1200px) {

	}
@media (min-width:992px) {

.w-menu{
  margin:0px 0px 0px 0px;
  padding:0px 0px 0px 0px;
  position:relative;
  z-index:99;
}
.w-menu ul {
    list-style-type:none;
    margin:0;
    padding:0;
	text-align:center;
}
.w-menu ul li {
    display:inline-block;
    position:relative;
	font-size:18px;
	font-weight:700;
	margin:0px 7px;
	text-transform:none;
}
.w-menu ul li a {
    line-height:40px;
    padding:14px 7px;
	margin:0px 0px;
	text-decoration:none;
	color:#303030;
	cursor:pointer;
	/*font-family: 'PT Serif', serif;*/
}
.menu-outer .w-menu  ul li a{
	line-height:65px;
}
.menu-outer .w-menu ul li ul li a{
	line-height:20px;
	text-transform:none;
}

.w-menu ul li:hover > a{
	color:#b92035;
	}
.w-menu ul li ul li:hover > a{
	color:#fc0;
	}
.w-menu ul li ul{
	text-align:left;
	background-color:#97192a;
	border-radius:0 0 4px 4px;
	}
.w-menu ul li ul li {border-bottom:1px solid #b13142;}
.w-menu ul li ul li:last-child {border-bottom:none;}
.w-menu ul li ul li a {
   	line-height:15px;
    padding:14px 20px 14px 20px;
	margin:0px 0px;
	text-decoration:none;
	font-size:14px;
	text-transform:none;
	font-family: 'Fira Sans', sans-serif;
	font-weight:300;
	width:100%;
	display:block;
	color: #fff;
}

/*.w-menu ul li:after{
	content: '';
    display: block;
    width: 0;
    height:3px;
    background:#09F;
    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: #0292d8;
    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:68px;
    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.arrow-plus{
	position:relative;
	display:inline-block;
	z-index:99;
	right:9px;
	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:#000;
	}
.w-menu ul li li span.arrow-plus{
	position:absolute;
	top:8px;
	right:7px;
	}
.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;
	}
.w-menu ul li {
    margin: 0px 0px;
}
	}
@media (max-width:991px) {

.mobile-menu-icon{
	position:relative;
	width:35px;
	height:35px;
	background-color:#b92035;
	display: block;
	left:0px;
	cursor:pointer;
	top:-60px;
	z-index:99;
	text-align:center;
	transition: 0.3s;
	padding-top:7px;
	}
.mobile-menu-icon:after{
	font-family: FontAwesome;
	content: "\f0c9";
	line-height:20px;
	font-size:18px;
	font-weight:400;
	color:#FFF;	
	}
.mobile-menu-icon.icon-open{
	transition: 0.3s;
	left: 300px;
	top: -40px;
	}
.mobile-menu-icon.icon-open:after{
	content: "\f00d";
	}
.mobile-menu{
	  position: fixed;
	  z-index: 9999;
	  top: 0;
	  left: 0px;
	  width: 300px;
	  height: 0%;
	  overflow-x: hidden;
	  overflow-y: scroll;
	  background: #b92035;
	  transition: 0.3s;
	}
.mobile-menu.menu-open{
	left:0px; 
	transition: 0.3s;
	height: 100%;
}

.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;
	}
.mobile-menu-icon.icon-open {
    left: 265px;
	}
	}
/* ==================================================*/
/*MENU STYLE END*/
/* ==================================================*/
.slider-news{
	background-color: #b92035;
	height: 50px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	color: #fff;
	font-size: 16px;
	padding: 10px 20px;
}
.slider-news a {color:#fff; font-size:14px; margin-right:30px; text-decoration:none;}
.slider-news a:hover {color:#fc0;}
.slider-news a:last-child {margin-right:0px;}
/* ==================================================*/
/*BANNER STYLE START*/
/* ==================================================*/
.banner-outer{
	position: relative;
	z-index: 999;
	border-bottom:0px solid #b92035;
}


.banner-section,
.bs-slider .carousel-item{
	padding-top:38.76%; /*Image Size 500px / 1360px = 36.76%*/
	}
.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 .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 > .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%;
    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:1110px; /*same width like container*/
	z-index:1;
	 top: 0;
  	bottom: 0;
  	left:50%;
	margin-left:-555px;
}

.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 {
    padding: 0;
    color: #ffffff;
    font-size:30px;
    font-style: normal;
    line-height:36px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
	text-transform:uppercase;
	font-weight:600;
}
.slide-text-inner span a{
	color: #b92035;
	padding-left: 8px;
	font-size:30px;
	line-height:40px;
	font-weight:400;
}
.slide-text p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 0px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
	display:inline-block;
	width:100%;
}
.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: #222222;
    -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;
}




/*------------------------------------------------------*/
/* 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{
	padding-top:0%;
	height:300px;
	}
.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: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .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;
}
}
.slide-text-inner{
	background:rgba(0,0,0,0.8);
}
.slide-text.text_style_bottom_left .slide-text-inner{
	width: 700px;
	padding: 30px;
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.carousel-indicators{
	display: none;
}
/* ==================================================*/
/*BANNER STYLE END*/
/* ==================================================*/
.under-banner{
	margin: 70px 0px;
}
.under-banner:after{
	display: block;
	clear: both;
	content: '';
}
.welcome-setion{
	display: flex;
}
.left-menu-section{
	width: 25%;
	float: left;
	background-color: #b92035;
}
.left-menu-section .left-menu-one{
	padding: 20px;
	padding-bottom: 50px;
	height: 50%;
}
.left-menu-section .left-menu-one h3{
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-family: 'PT Serif', serif;
}
.left-menu-section .left-menu-one h3 span{
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
}

.left-menu-section .left-menu-one ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.left-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-menu-section .left-menu-one ul li a{
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: solid 1px #c74d5d;
	width: 100%;
	display: inline-block;
}
.left-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #fc0;
}
.left-menu-section .left-menu-one .read-more:after{
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}
.left-menu-section .left-menu-two{
	padding: 20px;
	padding-bottom: 50px;
	background-color: #585858;
	height: 50%;
}
.left-menu-section .left-menu-two h3{
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-family: 'PT Serif', serif;
}
.left-menu-section .left-menu-two h3 span{
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	display: inline-block;
	width: 100%;
	font-family: 'Fira Sans', sans-serif;
}

.left-menu-section .left-menu-two ul{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.left-menu-section .left-menu-two 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-menu-section .left-menu-two ul li a{
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: solid 1px #797979;
	width: 100%;
	display: inline-block;
}
.left-menu-section .left-menu-two ul li a:hover{
	text-decoration: none;
	color: #fc0;
}
.left-menu-section .left-menu-two .read-more:after{
	content: "\f178";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	display: block;
	top: 10px;
	position: relative;
}
.right-section{
	width: 75%;
	float: left;
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
}
.right-section .welcome-content h1{
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	color: #585858;
	padding: 0px 0px;
}
.right-section .welcome-content h1 span{
	font-size: 28px;
	font-weight: 300;
	line-height: 30px;
	display: inline-block;
	width: 100%;
}
.right-section .welcome-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #585858;
	padding: 0px 0px 20px;
}
.right-section .welcome-content p span{
	font-weight: 600;
}
.right-section .welcome-content .lear-more{
	background-color: #b92035;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-section .welcome-content .lear-more:hover{
	background-color: #383838;
	text-decoration: none;
}
.right-section .welcome-content .read-more{
	background-color: #383838;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	padding: 15px 30px;
}
.right-section .welcome-content .read-more:hover{
	background-color: #b92035;
	text-decoration: none;
}
.welcome-content{
	position: relative;
	height: 100%;
	padding-right: 310px;
	padding-left: 20px;
	padding-top: 30px;
}
.welcome-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top:10px;
}
.vision-mission{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 270px;
	height: 100%;
	background-color: #f5f5f5;
	padding: 20px;
	text-align: left;
}
.right-section .welcome-content .vision-mission p{
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	font-style: italic;
	color: #585858;
	padding: 0px 0px 0px;
	text-align: left;
}
.right-section .welcome-content .vision-mission p strong {font-weight:600; font-style:normal;}
.right-section .welcome-content .vision-mission img{
	float: none;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}








.under-sub-banner{
	margin: 30px 0px 70px;
}
.under-sub-banner:after{
	display: block;
	clear: both;
	content: '';
}
.sub-setion{
	display: flex;
}
.left-sub-menu-section{
	width: 25%;
	float: left;
	background-color: #b92035;
}
.left-sub-menu-section .left-menu-one{
	padding: 20px;
	padding-bottom: 30px;
	height: 50%;
}
.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: 300;
	line-height: 20px;
	list-style: none;
}
.left-sub-menu-section .left-menu-one ul li a{
	padding: 7px 0px;
	margin: 0px 0px 0px 0px;
	color: #fff;
	border-bottom: solid 1px #c74d5d;
	width: 100%;
	display: inline-block;
}
.left-sub-menu-section .left-menu-one ul li a:hover{
	text-decoration: none;
	color: #fc0;
}
.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;
}

.right-sub-section{
	width: 75%;
	float: left;
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
box-shadow: 0px 0px 32px -10px rgba(0,0,0,0.30);
}
.welcome-sub-content{
	position: relative;
	height: 100%;
	padding: 30px 20px 30px 20px;
}
.welcome-sub-content img{
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
	margin-top:10px;
}
.right-sub-section .welcome-sub-content h1{
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	color: #585858;
	padding: 0px 0px 16px;
}
.right-sub-section .welcome-sub-content h1 span{
	font-size: 28px;
	font-weight: 300;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	padding-top: 10px;
	color: #b92035;
}
.right-sub-section .welcome-sub-content h3{
	font-size: 22px;
	font-weight: 500;
	line-height: 38px;
	display: inline-block;
	width: 100%;
	padding: 0px 0 10px 0;
	color: #b92035;
}
.right-sub-section .welcome-sub-content h4{
	font-size: 20px;
	font-weight: 300;
	line-height: 36px;
	display: inline-block;
	width: 100%;
	padding: 20px;
	margin-bottom: 20px;
	color: #000;
	background: #f0f0f0;
}
.right-sub-section .welcome-sub-content h4.strong{font-weight: 600; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p{
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	color: #585858;
	padding: 0px 0px 16px;
	margin: 0;
}
.right-sub-section .welcome-sub-content th {font-weight: 600; color: #fff; background-color: #b92035; font-size: 18px;}
.right-sub-section .welcome-sub-content td {font-weight: 400; color: #585858;}
.right-sub-section .welcome-sub-content td.left {font-weight: 600; color: #fff; background-color: #383838;}
.right-sub-section .welcome-sub-content p:nth-last-child(2){
	font-size: 16px;
	font-weight: 400;
	line-height: 30px;
	color: #585858;
	padding: 0px 0px 30px;
}
.right-sub-section .welcome-sub-content p span{
	font-weight: 600;
}
.right-sub-section .welcome-sub-content li{padding-bottom: 30px;}
.right-sub-section .welcome-sub-content li{
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	color: #585858;
	padding: 0px 0px 6px;
}

.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;
}














.middle-section-two{
	display: flex;
}
.middle-section-two .middle-section-one-left,
.middle-section-two .middle-section-two-left{
	width: 50%;
}
.middle-section-two .middle-section-two-left{
	background-color: #f5f5f5;
}
.middle-section-two .middle-section-one-left{
	background: linear-gradient(rgba(0,0,0,.8), rgba(0,0,0,.8)),
    url('../images/p-meassage-img.jpg');
}
.middle-section-two .middle-section-one-left .principal-message{
	width: 555px;
	float: right;
	padding: 80px 50px 100px 0px;
	
	
}

.middle-section-two .middle-section-two-left .news-section{
	width: 555px;
	float: left;
	padding: 100px 0px 100px 50px;
	
}
.middle-section-two .middle-section-one-left .principal-message .title{
	position: relative;
	padding-bottom: 70px;
}
.middle-section-two .middle-section-one-left .principal-message .title .p-img{
	position: absolute;
	right: 0px;
	top: 0px;
}
.middle-section-two .middle-section-one-left .principal-message .title .p-img img{
	border:solid 10px #fff;
	width: 163px;
	height: 163px;
	border-radius: 200px;
}
.middle-section-two .middle-section-one-left .principal-message .title h2{
	color: #d0d0d0;
	font-size: 32px;
	font-weight: 600;
	border-bottom: 1px solid #909090;
	padding-bottom: 10px;
	padding-top: 50px;
}
.middle-section-two .middle-section-one-left .principal-message .title h2 span{
	color: #b92035;
	font-size: 32px;
	font-weight: 400;
}
.middle-section-two .middle-section-one-left .principal-message .title span.name{
	color: #d0d0d0;
	font-size: 20px;
	font-weight: 400;
}

.middle-section-two .middle-section-one-left .principal-message span.subtitle{
	color: #d0d0d0;
	font-size: 22px;
	font-weight: 400;
	line-height: 34px;
	text-align: right;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}
.middle-section-two .middle-section-one-left .principal-message p{
	color: #d0d0d0;
	font-size:16px;
	font-weight: 300;
	line-height: 28px;
	text-align: right;
	padding-bottom:16px;
}
.middle-section-two .middle-section-one-left .principal-message .read-more {
    background-color: #b92035;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 15px 30px;
    float: right;
	text-decoration:none;
}
.news-section .jom-slider{
	position: relative;
}
.news-section .weg-slide-item img{
	width: 100%;
	height: auto;

}

.news-section .weg-slide-item h3{
	color: #b92035;
	font-size: 18px;
	font-weight: 600;
	line-height: 24px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 14px 0px;
	font-family: 'PT Serif', serif;
}
.news-section .weg-slide-item h3 a {color: #b92035; text-decoration:none;}
.news-section .weg-slide-item p{
	color: #282828;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.news-section .tns-nav{
	display: none;
}
.news-section h2{
	color: #383838;
	font-size:26px;
	font-weight: 600;
	line-height: 28px;
	text-transform: uppercase;
}
.news-section h2 span{
	color: #b92035;
}
.news-section span.subtitle{
	color: #383838;
	font-size:18px;
	font-weight: 600;
	line-height: 28px;
	font-family: 'PT Serif', serif;
}
.weg-slide-item.tns-item .news-content{
	background-color: #fff;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.05);
}
.news-section .buton-section{
	text-align: center;
}
.news-section .view-all{
	background-color: #383838;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-align: center;
    padding: 7px 20px;
    display: inline-block;
    margin: auto;
    margin-top: 20px;
	text-decoration:none;
}
.news-section .view-all:hover {background-color:#b92035;}

.media-section{
	position: relative;
	margin-top: -50px;
}
.media-section .video {
    cursor: pointer;
    width:800px;
    margin: auto;
    position: relative;
}
.media-section .video .video-icon {
    width:90px;
    height: 90px;
    left: 50%;
    margin-left: -32px;
    top: 50%;
    margin-top: -32px;
    background-color: #b92035;
    position: absolute;
    z-index: 99;
    border-radius: 200px;
    border: solid 5px #fff;
    padding-top: 25px;
	padding-left:6px;
    text-align: center;
}
.media-section .video .video-icon:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    color: #fff;
    font-size: 60px;
}
.media-section .video iframe{
	width: 100%;

}
.modal-dialog {
    max-width: 700px;
    margin: 1.75rem auto;
}
.modal-content {
    background-color: black;
}
.media-section .video{
	position: relative;
}
.media-section .video iframe{
	width: 100%;
	height: auto;
}
.media-section .video img{
	max-width: 100%;
	height: auto;
}
.media-section .over-lay{
	position: absolute;
	background:rgba(0,0,0,.3);
	left: 10px;
	right: 10px;
	top:10px;
	bottom:10px;
	/*width: 100%;
	height: 100%;*/
	border: 10px solid rgba(255,255,255,0);
}
.video-button{
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 50px 0px;
}
.button-one{
	display: inline-block;
	float: none;
	width:12%;
}
.button-one .icon{
	width: 120px;
	height: 120px;
	background-color: red;
	display: inline-block;
	float: none;
	border-radius: 200px;
	border:solid 7px #b92035;
	background-color: #fff;
	padding-top: 20px;
	margin-bottom: 10px;
}
.button-one span{
	width: 100%;
	display: inline-block;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	color: #b92035;

}
.photo-gallery{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	position: relative;
}
.gallery-overlay{
	position: absolute;
    background: rgba(0,0,0,0.5);
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}
.photo-gallery .images img{
	width: 100%;
	height: auto;
	margin-right:0px
}
.gallery-caption{
	background-color: #b92035;
	padding: 75px 50px 50px;
	position: absolute;
	z-index: 999;
	width: 550px;
	height: 220px;
	left: 50%;
	margin-left: -275px;
	top: 50%;
	margin-top: -110px;
	font-size: 48px;
	font-weight: 600;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}

.gallery-caption span{
	font-size: 18px;
	font-weight: 400;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
}
.gallery-caption a {color:#fff; text-decoration:none;}
.gallery-caption a:hover {color:#fc0;}
footer{
	padding: 80px 0px;
	background-color: #000000;
}
footer .footer-inner:after{
	content: '';
	display:block;
	clear: both;
}
.footer-link{
	width: 27%;
	float: left;
}
.footer-link span{
	color: #b92035;
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}
.footer-link ul{
	padding: 0px 0px 0px 0px;
	margin: 14px 0px 0px 0px;
	list-style: none;
}
.footer-link ul li{
	padding: 8px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	color: #c0c0c0;
	font-size: 17px;
	line-height: 24px;
	font-weight: 300;
}
.footer-link ul li a{
	padding: 0px 0px;
	margin: 0px 0px 0px 0px;
	color: #c0c0c0;
}
.footer-link ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.footer-address{
	width: 46%;
	float: left;
	position: relative;
	padding: 40px 30px;
	background:#101010;
}
.footer-address img{
	float: right;
	position: absolute;
	right: 30px;
}
.footer-address .main-title{
	color: #909090;
	font-size: 30px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	padding-bottom:10px;
}
.footer-address .subtitle{
	color: #909090;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	width: 100%;
	padding-bottom:10px;
}
.footer-address p {padding-bottom:0; margin-bottom:0; color:#909090;}
.copy-right{
	background-color: #b92035;
	text-align: center;
	padding:40px 0;
}
.copy-right p{
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}
.copy-right a {color:#fff; text-decoration:none;}
.copy-right a:hover {color: #fcc2ca;}

.inner-banner{
	height: 250px;
	width:100%;
	background-color: black;
	padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 6%;
    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.1);
    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;
}
.pathway ul {
    margin: 0px;
    padding: 0px 0px 20px;
    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: 400;
    line-height: 40px;
	color: #585858;
}
.pathway li:before {
    content: '/';
    color: #585858;
    margin-left: 10px;
    margin-right: 10px;
}
.pathway li a {
    color: #585858;	
}
.pathway li:nth-child(1):before{
	content:'';
	display: none;
	}
.pathway li a:hover{
	color: #b92035;
	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;
}



.subpage-section{
text-align: center;
padding: 0px 0px 60px 0;
}
.subpage-section h3{
	font-size: 32px;
	font-weight: 800;
	color: #db0038;
	margin-bottom: 30px;
	line-height:40px;
}
.subpage-section span{
	font-size: 20px;
	font-weight: 600;
	color: #064b83;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}
.subpage-section h4 {font-size: 24px; font-weight: 800; color: #db0038; 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; text-align:justify;}
.subpage-section .content .vismis {background: #e8eef4; padding:20px; font-size:16px; line-height:30px; margin-bottom:20px; text-align:justify; color:#064b83; border-radius:6px;}
.subpage-section .content .principal-name {font-size:18px; color:#064b83; text-align:center; margin-bottom:16px; margin-top:10px; font-weight:800;}
.subpage-section .content .all-news-img {max-width:100%; height:auto;}
.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-weight:600; color:#333; text-decoration:none;}
.subpage-section .content .news-page-title a:hover {color:#db0038;}
.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;}
.subpage-section .content .downloads-button {
    display:inline-block;
	background-color: #065fa6;
    color: #fff;
    font-weight: 800;
    padding: 3px 15px;
    border-radius: 4px;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.subpage-section .content .downloads-button:hover {background:#db0038;}
.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 #db0038; background:#db0038; 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:#db0038;}
.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:#db0038;}

.modal-body {color:#fff;}
.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: #f4f7fa;
    border: 4px solid #d2dde8;
    display: block;
    width: 145px;
    height: 145px;
    border-radius: 100px;
    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:#db0038;
	border: 4px solid #db0038;
	color:#fff;
}
.padding-b-20 {padding-bottom:20px;}



.class-dission {text-align: center;margin: 0px auto 20px auto;}
.class-dission ul {margin:0; padding:0;}
.class-dission ul li{display: inline-block; list-style-type: none;/* padding: 15px 35px 15px 35px; */}
.class-dission ul li a{display: block; color:#333;border:3px solid #d2dde8;font-size: 18px; /*height: 52px;*/ width:120px;line-height: 50px;text-align: center; border-radius: 5px; margin:0 10px 10px 10px; position: relative;text-decoration: none; background:#f4f7fa; font-weight:800;}
.class-dission ul li a:hover, .class-dission ul li a.actv{background-color: #db0038;color: #fff; border:3px solid #db0038;}
.class-dission ul li a::after {color: #db0038;content: "\f0d7";position: absolute; font-size: 24px;top: 59%;font-family: 'FontAwesome';left: 50%; opacity: 0;
            transform: translate(-50%,0);
    -webkit-transform: translate(-50,0);
       -moz-transform: translate(-50,0);
        -ms-transform: translate(-50,0);
         -o-transform: translate(-50,0);
}
.class-dission ul li a:hover::after, .class-dission ul li a.actv::after{opacity: 1;}

.boys-grid {
    margin-bottom: 60px;
    padding-bottom: 5px;
    background-color: #fff;
    position: relative;
	border:1px solid #e8eef5;
	padding:10px;
	border-radius:8px;
	text-align:center;
	box-shadow: 2px 4px 8px -3px rgba(0,0,0,0.20);
}
.boys-grid img {width:100%; height:auto; border-radius:6px;}
.boys-grid .name {padding:10px 0px; font-weight:600;}
.boys-grid .fb {position:absolute; top:20px; right:20px;}
.boys-grid .fb a {
    padding: 7px 0px 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
	float:left;
    text-align: center;
	background-color: #4e71a8;
	color:#fff;
	text-decoration:none;
}
.boys-grid .fb a:after {
    font-family: 'FontAwesome';
    content: "\f09a";
    color: #fff;
}
.boys-grid .edit {position:absolute; top:20px; left:20px;}
.boys-grid .edit a {
    padding: 7px 0px 0px 0px;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50px;
	float:left;
    text-align: center;
	background-color: #333;
	color:#fff;
	text-decoration:none;
}
.boys-grid .edit a:after {
    font-family: 'FontAwesome';
    content: "\f040";
    color: #fff;
}
.boys-grid .edit a:hover, .boys-grid .fb a:hover {background:#db0038;} 


.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:12px; border:2px solid #d0d0d0; border-radius:4px; width:100%; outline:none; font-weight:800;background:#f0f0f0;}
.subpage-section .alumni-select {padding:12px; border:2px solid #d0d0d0; border-radius:4px; width:100%; outline:none; font-weight:800;background:#f0f0f0;}
.subpage-section .alumni-input:read-only {background:#f0f0f0;}
.subpage-section .alumni-input::placeholder {color:#888; font-weight:400;}
.subpage-section .alumni-button {padding:12px 18px; border:1px solid #db0038; background:#db0038; color:#fff; font-weight:600;border-radius:4px; width:100%;}
.subpage-section .alumni-button:hover {background:#065fa6; border:1px solid #065fa6;}
.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;
	margin-bottom:60px;
	background:#f4f7fa;
}
.subpage-contact-us h3{
	font-size: 32px;
	font-weight: 800;
	color: #db0038;
	margin-bottom: 10px;
	line-height:40px;
}
.subpage-contact-us span{
	font-size: 20px;
	font-weight: 800;
	color: #064b83;
	display: inline-block;
	width: 100%;
	/*padding-left: 20px;*/
}
.subpage-contact-us h4 {font-size: 24px; font-weight: 800; color: #db0038; margin-bottom:16px;}
.subpage-contact-us .contact-address {font-weight:400; color:#064b83; line-height:28px;}
.subpage-contact-us .contact-address p {margin-bottom:0px;}
.subpage-contact-us .contact-address a {color:#db0038;}
.subpage-contact-us .contact-address a:hover {color:#064b83;}

.subpage-section h2.contact {color:#064b83; font-weight: 800; font-size: 28px; margin-bottom: 40px;}

.contact-map {
	background:#f4f7fa;
}






a {color:#065fa6; text-decoration:none;}
a:hover {color:#db0038;}

.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);
}


@media  (max-width: 480px) {
	.subpage-section {padding: 0px 0px 40px 0;}
	.subpage-contact-us{margin-bottom:40px;}
	.subpage-section h3 {line-height:46px;}
	.inner-banner h1 {font-size:36px;}
	.subpage-section h3 span {line-height:32px;}
	.subpage-section .content .downloads-button strong {display:none;}
	.class-dission ul li a { width: 190px; text-align: center; margin: 11px 18px;}
}
.onloadpop-img {width:100%; border-radius:8px;}

.faculty-profile {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    margin: 50px 0px;
	text-align: center;
}
.faculty-profile img {display: block; margin: 0 auto; padding-bottom: 10px;}
.online-admission-inner {padding:50px 0;}







.council-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 25px;
    grid-column-gap: 15px;
}

@media(max-width:991px) {
	.council-members {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media(max-width:768px) {
	.council-members {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media(max-width:420px) {
	.council-members {
		grid-template-columns: repeat(1, 1fr);
	}
}

.right-sub-section .welcome-sub-content .council-members-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.right-sub-section .welcome-sub-content .council-members-block img {
    /* width: 100%; */
    margin: 0 0 5px;
    padding: 0;
}
.right-sub-section .welcome-sub-content p.c-memb-name {
    color: #283382;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: 600;
}

.right-sub-section .welcome-sub-content p.c-memb-design {
    color: #283382;
    margin: 0;
    padding: 0;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
}


