html {
font-size:0.875rem;
}
body, td, p{
    font-family: 'DINPro-Regular';
	font-size:0.875rem;
	color: #5A5A5A;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {margin:0px; padding:0px;}

html, body {
	background-color: #ffffff;
	background-image: url(https://polonez.nfinity.pl/wp-content/uploads/2021/01/map_bg1.jpg), url(../images/bot_bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, center bottom;
	scroll-behavior: smooth;
}

.home{	background-color: #ffffff;
	background-image: url(https://polonez.nfinity.pl/wp-content/uploads/2021/01/map_bg-2.jpg), url(../images/bot_bg.png);
	background-repeat: no-repeat, repeat-x;
	background-position: center top, center bottom;}

/* PARAGRAPH STYLES */

H1, H2, H3, H4, H5 {font-size:100%;	font-weight:normal;}
H1 {font-size:2.8125rem; color:#fff; font-weight:300; letter-spacing:10px; text-transform:uppercase; text-shadow: 2px 2px 4px #000000;}
H2 {
	font-size: 2.5rem;
	line-height: 53px;
	font-family: "Arca Majora 3 Bold";
	color: #003399;
	margin-bottom:20px;
}	
H3 { font-size: 1.875rem;
	line-height: 43px;
	font-family: "Arca Majora 3 Bold";
	color: #003399;
	margin-bottom:10px;}	
h4{font-size: 1.125rem;
	line-height: 36px;
	font-family: "Arca Majora 3 Bold";
	color: #fff;}		
H5 {}
H6 {}


.clr {clear: both;}
.lF {float:left;}
.rF {float:right;}
 
 A {
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}
 A:hover{
	color: #dc1b3b;
	text-decoration: none;
	font-weight: normal;
}

 A:focus{
	color: #003399;
	text-decoration: none;
	font-weight: normal;
}

A:hover h3{
	color: #dc1b3b;
}

/* LAYOUT STYLES */


body.underline-js-active a {
  text-decoration: underline;
}


.bot_nav{
}
.bot_nav ul{
	padding:0;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0px;
}
.bot_nav ul li{ padding:0; margin:0;}
.bot_nav ul li a{
	color:#003399;
	text-decoration:none;
	display:block;
	padding-top: 8px;
	padding-bottom: 6px;
	text-align: left;
	padding-left:15px;
	font-weight: bold;
	text-transform: uppercase;	
}

.bot_nav ul li a.one{
	color:#003399;
	text-decoration:none;
	display:block;
	padding-top: 60px;
	padding-bottom: 6px;
	text-align: left;
	padding-left:15px;
	font-weight: bold;
}
.bot_nav ul li a:hover {color:#3e61a6;}
.top{ height:100px;}
.banner_left{ padding-top:130px; padding-left:15px;}
#myCarousel .carousel-item .mask {
    position: absolute;
    top: 0;
	left:0;
	height:100%;
    width: 100%;
	padding-top:50px;
	padding-bottom:50px;
}
#myCarousel h4{
	font-size:3.125rem;
	margin-bottom:15px;
	color:#003399;
	line-height:100%;
	font-weight:900;
	line-height:70px;
	font-family: "Arca Majora 3 Bold";
}
#myCarousel p{
	font-size:1.25rem;
	margin-bottom:15px;
	color:#003399;
	font-family: 'DINPro-Regular';
	line-height:30px;
}
#myCarousel .carousel-item a{
	background:#dc1b3b;
	font-size:0.875rem;
	color:#FFF;
	display:inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top:0px;
	text-transform: uppercase;
	font-weight:bold;
}
#myCarousel .carousel-item a:hover{
	background:#e13d58;
	text-decoration:none;
	border: 2px solid #dc1b3b;
	color:#fff;
}

#myCarousel .carousel-item a::after{
    /* content: "";
	background-image:url(../images/arrow.png);
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	right:15px;
	top:10px;*/
}
#myCarousel .carousel-item a:hover::after {    
   content: "";
	/*background-image:url(../images/arrow.png);*/
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	right:10px;
	top:10px;}

#myCarousel .carousel-item a.btn1{
	background:#fff;
	font-size:0.875rem;
	color:#dc1b3b;
	display:inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right:10px;
		text-transform: uppercase;
	font-weight:bold;
}
#myCarousel .carousel-item a.btn1:hover{
	background:#EBDBDE;
	text-decoration:none;
	border: 2px solid #dc1b3b;
	color:#dc1b3b;
}

#myCarousel .carousel-item a.btn1::after{
    content: "";
	background-image:url(../images/arrow1.png);
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	right:15px;
	top:10px;
}

#myCarousel .carousel-item a.btn1:hover::after{
    content: "";
	background-image:url(../images/arrow1.png);
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	right:10px;
	top:10px;
}


#myCarousel .carousel-item h4{-webkit-animation-name:fadeInLeft; animation-name:fadeInLeft;} 
/*#myCarousel .carousel-item p{-webkit-animation-name:slideInRight; animation-name:slideInRight;} */
#myCarousel .carousel-item a{-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
/*#myCarousel .carousel-item .mask img{-webkit-animation-name:slideInRight; animation-name:slideInRight; display:block; height:auto; max-width:100%;}
#myCarousel h4, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask img{-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
*/
#myCarousel .container {max-width: 1430px;  }
#myCarousel .carousel-item{height:100%; min-height:550px; }
.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform:translate3d(0, 0, 0);
	transform:translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

.about{ margin-top:100px; margin-bottom:100px;}
.abt_text{
	font-size: 1.125rem;
	color: #003399;
	line-height: 28px;
	margin-left:80px;
   margin-top:120px;
}

.articles{ margin-top:100px; margin-bottom:100px;}
.articles h2{ position:relative;}
.articles h2::after {
    content: "";
    height: 25px;
    display: inline-block;
    position: absolute;
    width: 85%;
    left: 15%;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ecf1f3;
}

.articles_box1{ display:flex; }
.articles_box{ background-color:#FFFFFF; box-shadow: 0 0 5px #cccccc; border-radius: 15px; flex: 1; margin-bottom: 20px;}

.articles_box_img{}

.art_img{border-top-left-radius: 15px;
border-top-right-radius: 15px;}

.articles_box_text{ padding:20px;     min-height: 182px;}

.articles_box_text h3{
	font-size:0.875rem;
	line-height: 22px;
	color: #003399;
	margin-bottom:20px;
	font-family: "Arca Majora 3 Bold";
	text-transform: uppercase;
}
.low_padding{ padding-left:8px; padding-right:8px; display:inline-flex;}
.articles_box_date{
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.date{ float: left;}
.arrow{
	float:right;
	color:#dc1b3b;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.newsletter{ background-color:#fee78b;}

.newsletter_text{color:#003399; padding-top:70px; font-size: 1.125rem;line-height: 28px;}

.newsletter_form{color:#003399; padding-top:30px;}

.newsletter_form1{width:70%; padding-top: 10px; }

.header_area .header_bottom .top_right{
	float:right;
	margin-top:25px;
	margin-left:30px;
	text-align:left;
}
.header_area .header_bottom .top_right a{ float:left; 	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;}
	
.header_area .header_bottom .top_right .top_icons a{ float:left; 	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;}
/*.header_area .header_bottom .top_right .search1{
	color:#003399;
	border: 2px solid #003399;
	border-radius: 10px;
		padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	margin-top:3px;

}*/
/*

.header_area .header_bottom .top_right .language{
	color:#fff;
	border: 2px solid #003399;
	border-radius: 10px;
	padding:8px;
	margin-left:10px; margin-right:10px;
	text-transform:capitalize;
	background-color:#003399;
}*/

.newsletter_btn{
	background:#dc1b3b;
	font-weight:bold;
	font-size:0.875rem;
	color:#FFF;
	display:inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
top: 0;
left: -10px;
z-index: 15;
	}
	
.newsletter_btn::after{
    content: "";
	background-image:url(../images/arrow.png);
	position:absolute;
	display:block;
	height:20px;
	width:20px;
	right:20px;
	top:11px;
}

.partner{ 	background-color:#eaeef4;
	padding-top:100px;
	text-align:center;
	background-image: url(../images/bg_logo-2.png);
	background-position: center bottom;
	background-repeat: repeat-x;}

.partner_text{ color:#003399; width:70%; margin-left:auto; margin-right:auto; font-size: 1.125rem;line-height: 28px; margin-bottom:100px;}
.partners_box{
	border-radius: 15px;
	box-shadow: 0 0 5px #cccccc;
	position: relative;
	background-color:#FFFFFF;
	width:100%;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom:-35px;
}


.partner .container{ position:relative;}

.projects{padding-top:50px;}
.projects_text{ color:#003399; width:70%; margin-left:auto; margin-right:auto; font-size: 1.125rem;line-height: 28px; margin-bottom:50px;  text-align:center;}


.view_btn{
	background:#dc1b3b;
	font-size:0.875rem;
	color:#FFF;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-weight:bold;
	}
	
.view_btn::after{
    content: "";
	background-image:url(../images/arrow.png);
	position:absolute;
	height:20px;
	width:20px;
	right:15px;
	top:10px;
}

.view_btn:hover{
	background:#fff;
	font-size:0.875rem;
	color:#dc1b3b;
	border: 2px solid #dc1b3b;
}

.view_btn:hover::after{
    content: "";
	background-image:url(../images/arrow1.png);
	position:absolute;
	height:20px;
	width:20px;
	right:15px;
	top:10px;
}

.projectSlider{margin-bottom:50px;}
.see_all{ float:right; margin-top:-5px;}
.bot_bg{ position:absolute; background-color:#00CCCC; bottom:0; height:200px;}

.upcoming{ padding-top:50px; padding-bottom:50px;}
.upcoming_heading{
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	background-color:#003399;
	padding-right: 60px;
	padding-left: 10px;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: right;
	color: #FFFFFF;
	float:left;
	width: 100%;
}

.bot_logo{ padding-top:50px; margin-bottom:50px;}
.bot{padding-top:50px; padding-bottom:50px; background-color: #ffffff; } 
.bot_contact{
	color: #003399;
}

.bot_contact i{
margin-top:10px;
} 

.bot_contact_heading{
	font-weight: bold;
	font-size: 0.9375rem;
	margin-bottom: 10px;
	color: #003399;
	padding-top:8px;
}

.bot_btn{
	background:#dc1b3b;
	font-weight:bold;
	font-size:0.875rem;
	color:#FFF;
	display:inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
top: 0;
left: -10px;
z-index: 15;
	}

.textbox1{
	background-color: #F0F4F5;
	color:#003399!important;
}
.footer{
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #f2f5f7;
	padding:20px;
	background-color:#FFFFFF;
}

.footer_left{
margin-right:20px;
width:5%;
float:left;
}

.footer_right{ color:#CCCCCC;  text-align:left; width:95%;}


/*#############*/

.article{ padding-top:150px; padding-bottom:100px;}
.article h2{ position:relative;}
.article h2::after{
}
.article_text{
	font-size: 1.125rem;
	color: #003399;
	line-height: 28px;
	width:50%;
	margin-bottom:50px;
	margin-left:20px;
}
.article_nopadding{ margin-left:0px; margin-right:0px;}
.art_left{ margin-left:70px;}

.details{ padding-top:50px; padding-bottom:50px;}
.details_left{ margin-left:70px;}
.details_img{}
.details_blue{ color:#003399; font-weight:600; font-size: 1.125rem;}
.details_text{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:50px;
	margin-left:0px;
	margin-right:100px;
	text-align: left;
}
.details_text a{ color:#003399; text-decoration:underline;}
.details_text a:hover{
	color:#151515;
	text-decoration:underline;
}
.details_date{ color:#CDD7E6; font-size: 0.9375rem; margin-bottom:20px;}

.details_text H3 { font-size: 1.875rem;
	line-height: 53px;
	font-family: "Arca Majora 3 Bold";
	color: #003399;
	margin-bottom:20px;}
	
.details ul{
	list-style-position: inside;
	list-style-type: none;
	margin-top:0px; margin-bottom:30px;
	margin-left:30px;
}

.details ul li{
padding-top:3px; padding-bottom:3px; background-image:url(https://polonez.nfinity.pl/wp-content/uploads/2021/02/bullet.png);background-repeat:no-repeat;background-position:left 12px; padding-left:20px; line-height: 21px;
}
.bot_contact #nav_menu-3{ margin-top:8px;}
.bot_contact #text_icl-5{ margin-top:8px;}
.bot_nav h3{line-height: 34px;}

.details ol{
	list-style-position: inside;
	margin-top:0px; margin-bottom:30px;
	margin-left:30px;
}

.details ol li{
padding-top:10px; padding-bottom:10px;
}


.details_img1{	margin-top:30px; margin-bottom:30px; border-radius: 15px; }

.details_quote{
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 40px;
	padding-bottom: 60px;
	background-image: url(../images/quote.png);
	background-position: left center;
	padding-left: 80px;
	font-size: 1.75rem;
	color: #5A5A5A;
	text-decoration: none;
	background-repeat: no-repeat;
	line-height:35px;
	font-weight:700;
}
.collapse_details{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5eaf2;
	margin-top: 30px;
	margin-bottom: 30px;
}

.collapse_details1{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e5eaf2;
	color:#003399;
}

.collapse_details .panel{
	box-shadow: none!important;
	background-color:transparent!important;
	border:none!important;
	}

.collapse_details .more-less{ border:none; background-color:transparent!important; font-size: 1.125rem;}

.collapse_details .panel-default .panel-heading{ 	box-shadow: none!important;
	background-color:transparent!important;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e5eaf2; border-radius: 0px;  }
	
.collapse_details .panel-heading h4{
	font-size: 1.125rem;
	font-weight: 300!important;
	font-family: 'DINPro-Regular';
}

.right_sidebar_no_padding{ padding-right:0px;}
.right_sidebar{
}

.sidebar_upcoming{}
.sidebar_upcoming_heading{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color:#003399;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	padding-left: 30px;
}


.sidebar_upcoming_heading1{
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color:#cdd7e6;
	padding-top: 15px;
	padding-bottom: 15px;
	width:100%;
	padding-left: 30px;
	margin-bottom:20px;
}

.sidebar_box{
	border: 1px solid #cdd7e6;
	border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
	margin-bottom: 20px;
}

.sidebar_box1{
	border: 1px solid #cdd7e6;
	border-top-left-radius: 15px;
border-bottom-left-radius: 15px;
padding:35px;
color:#454545;
margin-bottom:20px; margin-top:20px;
}

.sidebar_box2{
padding:35px;
color:#fff;
margin-bottom:20px;
background-color:#003399;
border-radius: 15px;
margin-left:30px;
	
}

.sidebar_box2 h3{ font-size: 1.875rem; line-height:40px; font-weight:bold; color:#FFFFFF;
}

.side_nav{
}
.side_nav ul{
	padding:0;
	list-style-type:none;
	margin: 0;
}
.side_nav ul li{ padding:0; margin:0; 	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdd7e6;  background: none;}
.side_nav ul li a{
	color:#454545;
	text-decoration:none;
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left:25px;
}

.side_nav ul li a::before{

}
.side_nav ul li:last-child{
	border:none;
}
.side_nav ul li a:hover {color:#3e61a6;}

.side_nav ul li a:hover::before {    
content: "\2192";
	color:#454545;
	float:left;
	padding-right:10px;}
	
.side_nav ul li a.selected{
	color:#003399;
	text-decoration:none;
	display:block;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: left;
	padding-left:25px;
}
.side_nav ul li a.selected::before{
display:none;
}

.sidebar_upcoming .date{
	color:#cdd7e6;
	border: 2px solid #cdd7e6;
	border-radius: 10px;
	font-weight: bold;
	font-size: 1.125rem;
	float:left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}
.sidebar_upcoming .date a {
    color: #cdd7e6;
}

.sidebar_upcoming .date a:hover {
    color: #dc1b3b;
}
.sidebar_upcoming .month{
	color:#cdd7e6;
	position: relative;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 1.125rem;
}

.sidebar_upcoming .month::after{
    content: "";
	position:absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cdd7e6;
top: 30px;
right: 0px;
}
.sidebar_upcoming .text{
float:right;
width:80%;
}

.sidebar_upcoming .text h2{
	color:#003399;
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 0px!important;
	line-height:30px;
}
.event{ margin-bottom:20px;}


.side_btn{
	background:#dc1b3b;
	font-weight:bold;
	font-size:0.875rem;
	color:#FFF;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width:70%;
	margin-top:20px; margin-bottom:0px;
	}
	

.side_btn:hover{
	background:#fff;
	color:#dc1b3b;
	border: 2px solid #dc1b3b;
	}	
	
	
.load_more{ text-align:center; margin-top:10px;}
	
.load_more_btn{
	background:#dc1b3b;
	font-size:0.875rem;
	color:#FFF;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: relative;
	font-weight:bold;
	}
	
.load_more_btn::after{
    content: "";
	background-image:url(../images/arrow_down.png);
	position:absolute;
	height:20px;
	width:20px;
	right:15px;
	top:12px;
}

.load_more_btn:hover{
	background:#fff;
	font-size:0.875rem;
	color:#dc1b3b;
	border: 2px solid #dc1b3b;
}

.load_more_btn:hover::after{
    content: "";
	background-image:url(../images/arrow_down1.png);
	position:absolute;
	height:20px;
	width:20px;
	right:15px;
	top:12px;
}




.project_box{ background-color:#FFFFFF; box-shadow: 0 0 5px #cccccc; border-radius: 15px; display:flex; margin-bottom:20px;}
.project_img{ flex: 1; width:40%; float: left; display: inline-flex;}

.project_box_text{ flex: 1; width:60%; float: left; padding:30px;}

.project_box_img{border-top-left-radius: 15px;
border-bottom-left-radius: 15px;}


.padding_no{ padding-left:0px; padding-right:0px;}

.project_box_date{
padding:0; margin-top:20px;
}

.project_box_text h3{
	font-size:0.875rem;
	line-height: 22px;
	color: #003399;
	margin-bottom:20px;
	font-family: "Arca Majora 3 Bold";
	text-transform: uppercase;
}
.last_update{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #eef1f6;
	border-bottom-color: #eef1f6;
	padding-top: 10px;
	padding-bottom: 10px;
	float:left;
	font-size:0.875rem; font-weight:bold;
	margin-bottom:15px;
}


    .panel-group .panel {
box-shadow: 0px 0px 20px #D8E2E680;
border-radius: 20px;
    }

    .panel-default > .panel-heading {
	border-radius: 0;
	color: #212121;
	background-color: #fff;
	box-shadow: 0px 0px 20px #D8E2E680;
	border-radius: 20px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
    }

    .panel-title {
        font-size:0.875rem;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
		color:#003399;
    }
	
 .panel-title > a:hover{
		color:#454545;
    }

.more-less {
        float: right;
        color: #003399;
		background: #FFFFFF 0% 0% no-repeat padding-box;
border: 2px solid #003399;
padding:10px;
border-radius: 10px;
    }
	
.number {
	float: left;
	color: #003399;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.panel-body{ border:none;}

.faq_all{ margin-bottom:30px; margin-top:30px;}
.faq_left{ float:left;}
.faq_right{ float:right;}

.expand_btn{
	background:#fff;
	font-size:0.875rem;
	color:#003399;
	display:inline-block;
	border: 2px solid #003399;
	border-radius: 10px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-right:10px;
	text-transform: uppercase;
	font-weight:bold;
}
.expand_btn:hover{
	background:#003399;
	text-decoration:none;
	border: 2px solid #003399;
	color:#fff;
}

.last_update{
 color:#003399;
}


.details_text p{
    font-size: 1.125rem;
    color: #454545;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}

.details_blue p{ color:#003399; font-weight:bold;}

.details_img1 img{
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
}

#searchsubmit{
	padding: 10.3px;
	margin-left: -2px;
	z-index: 99999;
}

#searchform .input-group-append{
     position: absolute;
}


.details_text_breadcrumb{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:100px;
	text-align: justify;
}
.details_text_breadcrumb a{ color:#003399; text-decoration:underline;}
.details_text_breadcrumb a:hover{
	color:#151515;
	text-decoration:underline;
}

.home_events_date .timeline-badge {
 cursor:pointer;
}


.articles_box1 .owl-stage{
 display:flex !important;
}

.articles_box1 .owl-item {
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #cccccc;
    border-radius: 15px;
    flex: 1;
	margin-left: 10px;
	margin-right: 10px;
    margin-bottom: 40px;
}

.articles_box1 .owl-item .articles_box_date{
padding-bottom: 15px  !important;
}



.abt_home_h2{
margin-left: 58px;
margin-top: 89px;
}

.abt_home_text, .abt_home_text p {
    font-size: 1.125rem;
    color: #003399;
    line-height: 28px;
    margin-left: 30px;
    margin-top: 0px;
}

.event_box_pos_0{
 margin-left:0% !important;
}

.event_box_pos_1{
 margin-left:20% !important;
}

.event_box_pos_2{
 margin-left:40% !important;
}

.event_box_pos_3, .event_box_pos_4{
 margin-left:50% !important;
}

.load_more_art{
 display:flex;
}

.load_more_post.projects{
 display:block !important;
}


/* Menu Items */
h3.widget-title{
    font-family: 'DINPro-Regular' !important;
	font-weight: bold !important;
	font-size: 0.9375rem !important;
	margin-bottom: 10px !important;
	color: #003399 !important;
	padding-top: 8px !important;
	text-transform:uppercase !important;
	margin:0px !important;
	padding: 0px !important;
	
}

.bot_contact p{
	color: #003399;
}

.footer_right p{
    color: #575757;
}



.abt_text p{
    font-size: 1.125rem;
    color: #003399;
    line-height: 28px;
}

@media (min-width: 768px){
.abt_text.vc_col-sm-12 {
    width: 88%;
	}
}



.low_padding {
    margin-bottom: 10px !important;
}


.search-block-wrap .search-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 60px;
	position: relative;
}

.search-block-wrap .search-block__input {
    border: 0;
    border-bottom: 1px solid #95a6b4;
    font-size: 12px;
    background-color: #fff;
    width: 100%;
    padding-bottom: 7px;
}

.search-block-wrap .search-block__submit {
    display: flex;
color: #fff;
border: 2px solid #003399;
border-radius: 15px;
padding: 12px;
text-transform: capitalize;
background-color: #003399;
font-size: 1.125rem;
position: absolute;
right: 0;
	
}

.search_textbox{ background-color:#F0F4F5; height:45px; top: 0px;
position: absolute;
width: 90%; border: 1px solid #F0F4F5; box-shadow: none; color:#003399;}

.search_textbox::placeholder {
  color:#003399;
}

.search-block-wrap .search-block>div {
    padding: 20px;
    padding-right: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-end;
    -webkit-align-items: self-end;
    -moz-box-align: self-end;
    -ms-flex-align: self-end;
    align-items: self-end;
    width: 100%;
    background-color: #fff;
}

.search-block-wrap {
    position: absolute;
    right: 0;
    bottom: 1000px;
	box-shadow: 0 0 5px #cccccc;
    z-index: 1000;
    -webkit-transition: bottom 0.5s;
    -o-transition: bottom 0.5s;
    -moz-transition: bottom 0.5s;
    transition: bottom 0.5s;
    width: 400px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	background-color: #ffffff;
}

.search-block-wrap.active {
    bottom: -90px;
}


 .owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.owl-nav button.owl-prev {
  left: 0;
}
.owl-nav button.owl-next {
  right: 0;
}

.owl-dots {
  text-align: left;
  padding-top: 15px;
  margin-left:15px;
  width:75%;
  
}
.owl-dots button.owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: inline-block;
  background: #575757;
  margin: 0 3px;
}
.owl-dots button.owl-dot.active {
  background-color: #DC1B3B;
}
.owl-dots button.owl-dot:focus {
  outline: none;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-nav button:focus {
    outline: none;
}

body.font-size-1 {
    font-size: 25px;
}

#searchform{
 margin-top:30px;
}

.input-group-append{
 float:left;
}

.timeline,
.timeline-horizontal {
  list-style: none;
  padding: 20px;
  position: relative;
}
.timeline:before {
  top: 0px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eeeeee;
  left: 50%;
  margin-left: -1.5px;
}
.timeline .timeline-item {
  margin-bottom: 20px;
  position: relative;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item .timeline-badge {
  color: #575757;
  width: 50px;
  height: 50px;
  line-height: 47px;
  font-size: 22px;
  text-align: center;
  position: absolute;
  top: 18px;
  left: 50%;
  background-color: #fff;
  border: 2px solid #575757;
  z-index: 100;
border-radius: 15px;
}
.timeline .timeline-item .timeline-badge::after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #575757;
    position: absolute;
    bottom: -35px;
    left: 15px;
}

.timeline .timeline-item .timeline-badge.act1{
  color: #fff;
  background-color: #003399;
  border: 2px solid #003399;
}

.timeline-panel {
  position: relative;
  width: 46%;
  float: left;
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
  margin-left:10px;
  margin-bottom:30px;
}
.timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -16px;
  display: inline-block;
  border-top: 16px solid transparent;
  border-left: 16px solid #c0c0c0;
  border-right: 0 solid #c0c0c0;
  border-bottom: 16px solid transparent;
  content: " ";
}
.timeline-panel .timeline-title {
  margin-top: 0;
  color: #003399;
  
}
.timeline .timeline-item .timeline-panel .timeline-body > p,
.timeline .timeline-item .timeline-panel .timeline-body > ul {
  margin-bottom: 0;
}
.timeline .timeline-item .timeline-panel .timeline-body > p + p {
  margin-top: 5px;
}
.timeline .timeline-item:last-child:nth-child(even) {
  float: right;
}
.timeline .timeline-item:nth-child(even) .timeline-panel {
  float: right;
  left: 16px;
}
.timeline .timeline-item:nth-child(even) .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-horizontal {
  list-style: none;
  position: relative;
  padding: 20px 0px 20px 0px;
  display: inline-block;
  width:100%;
}
.timeline-horizontal:before {
  height: 2px;
  top: 80px;
  bottom: auto;
  left: 0px;
  right: 0;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-horizontal .timeline-item {
  display: inline-block;
  height: 100px;
  width:19%!important;
  float: none !important;
  padding-left: 0px;
  margin: 0 auto;
  vertical-align: bottom;
}
.timeline-horizontal .timeline-item .timeline-panel {
  top: 0px;
  bottom:auto;
  display: inline-block;
  float: none !important;
  left: 10px !important;
  right: 0 !important;
  width: 100%;
  margin-bottom: 20px;
}
.timeline-panel:before {
display:none;
}
.timeline-horizontal .timeline-item:before,
.timeline-horizontal .timeline-item:after {
  display: none;
}
.timeline-horizontal .timeline-item .timeline-badge {
  top: -15px;
  bottom: auto;
}
.events_box{display:inline-block;width:100%; overflow:hidden;}
.event_month{color: #575757;
font-size: 1.125rem;
text-align: center;
margin-left: 20px;
margin-bottom: 30px;
top: 75px;
position: absolute;
width: 100%;}
 
.scroll_down{ color:#003399; font-size: 0.9375rem; line-height:21px; text-align:center;}
.scroll_down a{ color:#003399; text-decoration:none;}
.scroll_down a:hover{ color:#dc1b3b; text-decoration:none;}
.scroll_down a:focus{ color:#dc1b3b; text-decoration:none;}




.search_text{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:100px;
	text-align: justify;
}
.search_text a{ color:#dc1b3b; text-decoration:none; font-weight:800;}
.search_text a:hover{
	color:#003399;
	text-decoration:none;
}

.search_right{margin-bottom:20px;}
.search_text h3{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:100px;
	text-align: justify;
}
.b-select-wrap {
	border: 1px solid #e8eaee;
	color: #1092C9;
	overflow: hidden;
	position: relative;
	border-radius: 15px;
}

.b-select-wrap::after {
content: "";
position: absolute;
pointer-events: none;
background-image: url(../images/arrow_select.png);
background-position: center center;
background-repeat: no-repeat;
background-color: #003399;
height: 50px;
width: 40px;
right: 0;
top: 0px;
}

.b-select {
    padding: 5px 15px;
    background-color: white;
    border: 0;
    outline: none;
    font-size: 1.125rem;
}

/* remove default caret for ie */
.b-select::-ms-expand {
   display:none;
}
.search_right_text{ margin-bottom:20px; margin-top:20px; 	font-size: 1.125rem;
	color: #454545; font-weight:700;}
	
.search_result{ background-color: #FFFFFF;
box-shadow: 0 0 5px #cccccc;
border-radius: 15px; margin-bottom:20px; padding:30px;}

.sidebar_box_search{
	border: 1px solid #cdd7e6;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	background-color: #f4f6f9;
	margin-top:10px;
	margin-bottom:20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.search_page{ padding-top:100px; padding-bottom:100px;}
.search_page_left{ margin-left:70px;}



@media all and (max-width: 1200px) {
  .search-results .pagination .page-link.prev,
  .search-results .pagination .page-link.next {
    width: 100px;
  }
}

@media all and (max-width: 991px) {
  .search-results {
    margin-left: 0;
  }
  .search-results article {
    padding-right: 0;
  }
}

@media all and (max-width: 600px) {
  .search-results .pagination .page-link.prev,
  .search-results .pagination .page-link.next {
    width: 50px;
    font-size: 25px;
  }
  .search-results article .entry-footer .button-entry-footer {
    padding: 9px 41px;
  }
  .search-results article .entry-footer .button-entry-footer span {
    font-size: 16px;
    padding: 0;
    position: relative;
    top: 2px;
  }
  .search-results .pagination .page-link.prev,
  .search-results .pagination .page-link.next {
    margin: 0;
  }
  .search-results .pagination .page-link {
    font-size: 16px;
  }
}


.searchfaq {
    padding: 0px 0;
    width: 330px;
    height: 50px;
    position: relative;
    float: left;
    line-height: 22px;
}

    .searchfaq input {
        position: absolute;
        width: 0px;
        float: Left;
        margin-left: 210px;
        -webkit-transition: all 0.7s ease-in-out;
        -moz-transition: all 0.7s ease-in-out;
        -o-transition: all 0.7s ease-in-out;
        transition: all 0.7s ease-in-out;
        height: 39px;
        line-height: 18px;
        padding: 0 10px 0 10px;
        border-radius:15px;
    }

        .searchfaq:hover input, .searchfaq input:focus {
            width: 300px;
            margin-left: 0px;
        }


.faq_all{ margin-bottom:30px; margin-top:30px;}
.faq_left{ float:left;}
.faq_right{ float:right; margin-right:-20px;}

.expand_search_btn {
    position: absolute;
    right: 0;
    top: 0px;
    border-radius:1px;
	background:#fff;
	font-size:0.875rem;
	color:#003399;
	border: 2px solid #003399;
	border-radius: 10px;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
	margin-right:10px;
	text-transform: uppercase;
	font-weight:bold;
}
.expand_search{
	border: 2px solid #003399;
}
.faq_all1{ margin-bottom:18px; margin-top:28px;}



.search_text{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:100px;
	text-align: justify;
}
.search_text a{ color:#dc1b3b; text-decoration:none; font-weight:800;}
.search_text a:hover{
	color:#003399;
	text-decoration:none;
}

.search_right{margin-bottom:20px;}
.search_text h3{
	font-size: 1.125rem;
	color: #454545;
	line-height: 28px;
	margin-bottom:50px;
	margin-left:20px;
	margin-right:100px;
	text-align: justify;
}

/* Header Menu Changes */


.header_area .header_bottom .top_right .search1{
	color:#003399;
	text-align:center; vertical-align:middle;
	font-size: 1.125rem;
}

.header_area .header_bottom .top_right .search3{
	color:#003399;
	text-align:center; vertical-align:middle;
}

.header_area .header_bottom .top_right .search4{
	color:#003399;
	text-align:center; vertical-align:middle;
	font-size:1.25rem;
}

.header_area .header_bottom .top_right .search2{
	color:#003399;
	text-align:center; vertical-align:middle;

}



.search1.right_margin{margin-right:15px !important;}

.header_area .header_bottom .top_right a.language{
	color:#fff;
	border: 2px solid #003399;
	border-radius: 10px;
	margin-left:15px;
	text-transform:capitalize;
	background-color:#003399;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.125rem;
	height:40px; width:40px;
}



.header_area .header_bottom .top_right .top_icons .search1{
	color:#003399;
	text-align:center; vertical-align:middle;
	font-size: 1.125rem;
	display: inline-block;
	margin-top: 5px;
}

.header_area .header_bottom .top_right .top_icons .search3{
	color:#003399;
	text-align:center; vertical-align:middle;
	display: inline-block;
	padding-top: 10px;
}

.header_area .header_bottom .top_right .top_icons .search4{
	color:#003399;
	text-align:center; vertical-align:middle;
	font-size:1.25rem;
		display: inline-block;
}

.header_area .header_bottom .top_right .top_icons .search2{
	color:#003399;
	text-align:center; vertical-align:middle;
	margin-right:15px !important;
	margin-top:2px; margin-bottom:2px;
	display: inline-block;
}



.search1.right_margin{margin-right:15px !important;}

.header_area .header_bottom .top_right .top_icons a.language{
	color:#fff;
	border: 2px solid #003399;
	border-radius: 10px;
	margin-left:15px;
	text-transform:capitalize;
	background-color:#003399;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.125rem;
	height:40px; width:40px;
}



/*==================mobile menu===================*/
.mobile_menu{cursor:pointer; float:right; margin-top:10px; padding-right:15px;}
.desktop_menu{}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2500;
  top: 0;
  left: 0;
  background-color: rgb(0,51,152);
 /* background-color: rgba(0,51,152, 0.9); */
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 35px;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  color: #ffffff;
}

/*
.overlay a:hover, .overlay a:focus {
  color: #cdd7e6;
}*/

.overlay .closebtn {
  position: absolute;
  top: 0px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .overlay a {font-size:1.25rem}
  .overlay .closebtn {
  font-size: 2.5rem;
  top: 15px;
  right: 35px;
  }
}


.overlay .top_right{
	margin-left:30px;
	text-align: center;
	font-family: "Arca Majora 3 Bold";
	margin-bottom:35px;
	width:400px;
}

.overlay .top_right a{
	display: inline-block; 	height:36px; width:36px; 	text-align:center; vertical-align:middle;}
	
.overlay .top_right .search1{
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom:4px;
	padding-left: 7px;
	font-size: 1.125rem;
}

.overlay .top_right .search3{
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 6px;
	padding-right: 7px;
	padding-bottom:4px;
	padding-left: 7px;

}

.overlay .top_right .search4{
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom:4px;
	padding-left: 7px;
	font-size:1.25rem;

}

.overlay .top_right .search2{
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
	margin-right:15px;
}
.right_margin{margin-right:15px;}

.overlay .top_right a.language{
	color:#fff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	margin-left:15px;
	text-transform:capitalize;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.125rem;
	height:45px; width:45px;
}




/*
==============================================
	General settings for contrast version
==============================================
*/

body.contrast-black-yellow-active .navbar-brand > img {
    display: block;
	filter: invert(100%) sepia() saturate(10000%) hue-rotate(340deg);}

body.contrast-grey-active {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

body.contrast-black-yellow-active {
  color: #ffc107 !important;
  border-bottom: 1px solid #ffc107 !important;
  border-color: #ffc107 !important;
	  background-color: #000!important;  background-image:none!important;
  /* Firefox 19+ */
  /* Firefox 18- */
}

body.contrast-black-yellow-active .site * {
  color: #ffc107 !important;
  border-color: #ffc107 !important;
}
body.contrast-black-yellow-active .form-control {
    color: #ffc107;
    background-color: #000;
	border: 2px solid #ffc107;	
}

body.contrast-yellow-black-active .form-control {
    color: #000;
    background-color: #ffc107;
	border: 2px solid #000;
}
body.contrast-black-yellow-active .sidebar_box2 {
    color: #ffc107;
    background-color: #000;
    border: 2px solid #ffc107;
}

body.contrast-yellow-black-active .sidebar_box2 {
    color: #000;
    background-color: #ffc107;
    border: 2px solid #000;
}
body.contrast-black-yellow-active .side_btn {
    background-color: #000;
}

body.contrast-yellow-black-active .side_btn {
    background-color: #ffc107;
}
body.contrast-black-yellow-active .expand_search_btn, body.contrast-black-yellow-active .expand_btn {
    background-color: #000;
}

body.contrast-yellow-black-active .expand_search_btn, body.contrast-yellow-black-active .expand_btn {
    background-color: #ffc107;
}

body.contrast-black-yellow-active .panel-default > .panel-heading {
background-color: #000; box-shadow: none; 
}

body.contrast-yellow-black-active .panel-default > .panel-heading {
    background-color: #ffc107; box-shadow: none;
}

body.contrast-black-yellow-active .panel-group .panel {
border: 2px solid #000;
}

body.contrast-yellow-black-active .panel-group .panel {
border: 2px solid #ffc107;
}
body.contrast-yellow-black-active .more-less, body.contrast-yellow-black-active .panel {background-color: #ffc107;}
body.contrast-black-yellow-active .more-less, body.contrast-black-yellow-active .panel{ background-color: #000;}


body.contrast-black-yellow-active .header_area .header_bottom .top_right a.language {
    background-color: #000;
}

body.contrast-yellow-black-active .header_area .header_bottom .top_right a.language {
    background-color: #ffc107;
}
body.contrast-black-yellow-active .site{ background-color:#000;}

body.contrast-black-yellow-active .partner {
background:none;
}
body.contrast-black-yellow-active .articles_box, body.contrast-black-yellow-active .articles_box1 .owl-item, body.contrast-black-yellow-active .upcoming_heading, body.contrast-black-yellow-active .timeline-panel,  body.contrast-black-yellow-active .partners_box{
    background-color: #000;
	box-shadow: none;
    border: 2px solid #ffc107;
}
body.contrast-black-yellow-activee .pre {
    background-color: #000 !important;
}
body.contrast-black-yellow-active .newsletter {
    background-color: #000 !important;
}

body.contrast-black-yellow-active .navbar-default, body.contrast-black-yellow-active .bot, body.contrast-black-yellow-active .footer {
    background-color: #000;
}
body.contrast-black-yellow-active .timeline .timeline-item .timeline-badge::after, body.contrast-black-yellow-active .timeline::before{
    background-color: #ffc107;
}

body.contrast-black-yellow-active .timeline .timeline-item .timeline-badge.act1  {
    color: #000!important;
    background-color: #ffc107;
    border: 2px solid #ffc107;
}

body.contrast-black-yellow-active .timeline .timeline-item .timeline-badge {
    color: #ffc107;
    background-color: #000;
    border: 2px solid #000;

}

body.contrast-black-yellow-active .articles h2::after {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #ffc107;
}

body.contrast-black-yellow-active  #myCarousel .carousel-item a.btn1::after, body.contrast-black-yellow-active  #myCarousel .carousel-item a::after, body.contrast-black-yellow-active  .newsletter_btn::after, body.contrast-black-yellow-active .view_btn::after   {
 background-image: url(https://polonez.nfinity.pl/wp-content/uploads/2021/01/arrow_yellow.png); 
}

body.contrast-black-yellow-active  #myCarousel .carousel-item a.btn1, body.contrast-black-yellow-active  #myCarousel .carousel-item a, body.contrast-black-yellow-active .newsletter_btn, body.contrast-black-yellow-active .view_btn {
background-color:#000;
}
body.contrast-black-yellow-active ul li.wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, body.contrast-black-yellow-active ul li.wpml-ls-slot-shortcode_actions a.wpml-ls-link{color: #ffc107 !important;}

body.contrast-yellow-black-active ul li.wpml-ls-slot-shortcode_actions a.js-wpml-ls-item-toggle, body.contrast-yellow-black-active ul li.wpml-ls-slot-shortcode_actions a.wpml-ls-link{color: #000 !important;}


body.contrast-black-yellow-active .navbar-default .navbar-nav > .active > a {background-color: #000!important;}

body.contrast-yellow-black-active .navbar-default .navbar-nav > .active > a {background-color: #ffc107!important;}

body.contrast-yellow-black-active .breadcrumb li::before {
    color: #000;
}

body.contrast-black-yellow-active .breadcrumb li::before {
    color: #ffc107;
}

body.contrast-black-yellow-active .overlay {
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}


body.contrast-black-yellow-active .owl-dots button.owl-dot.active, body.contrast-black-yellow-active .owl-dots button.owl-dot {
    background-color: #ffc107;
}


body.contrast-black-yellow-active .site input::-webkit-input-placeholder {
  color: #ffc107 !important;
}

body.contrast-black-yellow-active .site input::-moz-placeholder {
  color: #ffc107 !important;
}

body.contrast-black-yellow-active .site input:-moz-placeholder {
  color: #ffc107 !important;
}

body.contrast-black-yellow-active .site input:-ms-input-placeholder {
  color: #ffc107 !important;
}


/*.contrast-black-yellow-active*/

body.contrast-yellow-black-active {
  background-color: #ffc107 !important;
  color: #000000 !important;
  border-bottom: 1px solid #000000 !important;
  border-color: #000000 !important;
  background-image: none!important;
  /* Firefox 19+ */
  /* Firefox 18- */
}

body.contrast-yellow-black-active .site * {
  color: #000000 !important;
  border-color: #000000 !important;
}

body.contrast-yellow-black-active .site{ background-color:#ffc107;}
body.contrast-yellow-black-active .site{ color:#000000!important; } 

body.contrast-yellow-black-active .site input::-webkit-input-placeholder {
  color: #000000 !important;
}

body.contrast-yellow-black-active .header_area .header_bottom .top_right1 a.language {
background-color: #ffc107!important; 
}

body.contrast-yellow-black-active .site input::-moz-placeholder {
  color: #000000 !important;
}

body.contrast-yellow-black-active .site input:-moz-placeholder {
  color: #000000 !important;
}

body.contrast-yellow-black-active .site input:-ms-input-placeholder {
  color: #000000 !important;
}

body.contrast-yellow-black-active .site .sidebar_upcoming_heading1, body.contrast-yellow-black-active .site .sidebar_upcoming_heading{ background-color:#ffc107;}

body.contrast-yellow-black-active .site .sidebar_upcoming .month::after { border-bottom-color: #000 ;}
body.contrast-black-yellow-active .site .breadcrumb > li + li:before {color: #000;}

/*body.contrast-yellow-black-active*/
/*
==============================================
	Special settings for contrast version
==============================================
*/
body.contrast-black-yellow-active {
  /*div{
	  background-color: $black!important;
   }*/
}

body.contrast-yellow-black-active .partner {
background:none;
}
body.contrast-yellow-black-active .articles_box, body.contrast-yellow-black-active .articles_box1 .owl-item,body.contrast-yellow-black-active .upcoming_heading, body.contrast-yellow-black-active .timeline-panel,  body.contrast-yellow-black-active .partners_box{
    background-color: #ffc107;
	box-shadow: none;
    border: 2px solid #000!important;
color: #000!important;
}
body.contrast-yellow-black-active .pre {
    background-color: #ffc107 !important;
}
body.contrast-yellow-black-active .newsletter {
    background-color: #ffc107 !important;
}

body.contrast-yellow-black-active .navbar-default, body.contrast-yellow-black-active .bot {
    background-color: #ffc107;
border: 2px solid #000;
color: #000;
	border-right-style: none;
	border-left-style: none;	
}
body.contrast-yellow-black-active .footer{background-color: #ffc107!important; border:none!important;}

body.contrast-yellow-black-active .site body, body.contrast-yellow-black-active div, body.contrast-yellow-black-active dl, body.contrast-yellow-black-active dt, body.contrast-yellow-black-active dd, body.contrast-yellow-black-active ul, body.contrast-yellow-black-active ol, body.contrast-yellow-black-active li, body.contrast-yellow-black-active h1, body.contrast-yellow-black-active h2, body.contrast-yellow-black-active h3, body.contrast-yellow-black-active h4, body.contrast-yellow-black-active h5, body.contrast-yellow-black-active h6, body.contrast-yellow-black-active pre, body.contrast-yellow-black-active code, body.contrast-yellow-black-active form, body.contrast-yellow-black-active fieldset, body.contrast-yellow-black-active legend, body.contrast-yellow-black-active input, body.contrast-yellow-black-active textarea, body.contrast-yellow-black-active p, body.contrast-yellow-black-active blockquote, body.contrast-yellow-black-active th, body.contrast-yellow-black-active td, body.contrast-yellow-black-active A, body.contrast-yellow-black-active A:hover, body.contrast-yellow-black-active .form-control::placeholder {color:#000000!important;}

body.contrast-yellow-black-active button {
border: 2px solid #000!important;
color:#000000!important;
}


body.contrast-yellow-black-active .timeline .timeline-item .timeline-badge::after, body.contrast-yellow-black-active .timeline::before{
    background-color: #000;
}

body.contrast-yellow-black-active .timeline .timeline-item .timeline-badge.act1  {
    color: #ffc107!important;
    background-color: #000;
    border: 2px solid #000;
}
body.contrast-yellow-black-active .timeline .timeline-item .timeline-badge {
    color: #000;
    background-color: #ffc107;
    border: 2px solid #000;

}

body.contrast-yellow-black-active .articles h2::after {
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #000;
}

body.contrast-yellow-black-active  #myCarousel .carousel-item a.btn1::after, body.contrast-yellow-black-active  #myCarousel .carousel-item a::after, body.contrast-yellow-black-active  .newsletter_btn::after, body.contrast-yellow-black-active .view_btn::after   {
 background-image: url(https://polonez.nfinity.pl/wp-content/uploads/2021/01/arrow_black.png); 
}


body.contrast-yellow-black-active  #myCarousel .carousel-item a.btn1, body.contrast-yellow-black-active  #myCarousel .carousel-item a, body.contrast-yellow-black-active .newsletter_btn, body.contrast-yellow-black-active .view_btn {
background-color:#ffc107;
border: 2px solid #000!important;
}
body.contrast-yellow-black-active .arrow{ background-color:#ffc107;
border: 2px solid #000!important;}

body.contrast-yellow-black-active .overlay {

    background-color: rgb(255,193,7);
    background-color: rgba(255,193,7, 0.9);
}


body.contrast-yellow-black-active .owl-dots button.owl-dot.active, body.contrast-yellow-black-active .owl-dots button.owl-dot {
    background-color: #000;
}



body.contrast-black-yellow-active .site{ color:#000000!important; } 

body.contrast-black-yellow-active .site body, body.contrast-black-yellow-active div, body.contrast-black-yellow-active dl, body.contrast-black-yellow-active dt, body.contrast-black-yellow-active dd, body.contrast-black-yellow-active ul, body.contrast-black-yellow-active ol, body.contrast-black-yellow-active li, body.contrast-black-yellow-active h1, body.contrast-black-yellow-active h2, body.contrast-black-yellow-active h3, body.contrast-black-yellow-active h4, body.contrast-black-yellow-active h5, body.contrast-black-yellow-active h6, body.contrast-black-yellow-active pre, body.contrast-black-yellow-active code, body.contrast-black-yellow-active form, body.contrast-black-yellow-active fieldset, body.contrast-black-yellow-active legend, body.contrast-black-yellow-active input, body.contrast-black-yellow-active textarea, body.contrast-black-yellow-active p, body.contrast-black-yellow-active blockquote, body.contrast-black-yellow-active th, body.contrast-black-yellow-active td, body.contrast-black-yellow-active A, body.contrast-black-yellow-active A:hover, body.contrast-black-yellow-active .form-control::placeholder {color:#ffc107!important;}

body.contrast-black-yellow-active button {
border: 2px solid #ffc107!important;
color:#ffc107!important;
}

body.contrast-black-yellow-active .navbar-default, body.contrast-black-yellow-active .bot {
    background-color: #000000;
border: 2px solid #ffc107;
color: #ffc107;
	border-right-style: none;
	border-left-style: none;	
}

body.contrast-black-yellow-active .powroty-blocks .news-section-carousel-bottom .right-part .carousel-controls a:hover:before {
  color: #ffc107 !important;
}

body.contrast-black-yellow-active  #myCarousel .carousel-item a.btn1, body.contrast-black-yellow-active  #myCarousel .carousel-item a, body.contrast-black-yellow-active .newsletter_btn, body.contrast-black-yellow-active .view_btn {
background-color:#000000;
border: 2px solid #ffc107!important;
}

body.contrast-black-yellow-active #main-menu li:after,
body.contrast-black-yellow-active .navbar-toggler span {
  background-color: #ffc107 !important;
}

body.contrast-black-yellow-active .wsparcie .background-img {
  background-image: none !important;
}

body.contrast-black-yellow-active .icon-arrow-long-button,
body.contrast-black-yellow-active .carousel-indicators {
  background-color: transparent !important;
}

body.contrast-black-yellow-active .dropdown-toggle::after,
body.contrast-black-yellow-active #main-menu .dropdown-menu .menu-item-has-children:before,
body.contrast-black-yellow-active .read-more:before,
body.contrast-black-yellow-active .read-more__inverse:before, body.contrast-black-yellow-active .read-more__inverse:before,
body.contrast-black-yellow-active .wsparcie .background-img .text-content .description:before,
body.contrast-black-yellow-active .courses-blocks .blocks .margin-block .single-block:hover:after,
body.contrast-black-yellow-active .title:before {
  border-color: #ffc107 !important;
}

body.contrast-black-yellow-active .wsparcie .background-img,
body.contrast-black-yellow-active .margin-block .single-block,
body.contrast-black-yellow-active .search-block {
  background-color: #000000 !important;
  color: #ffc107 !important;
  border: 1px solid #ffc107 !important;
}

body.contrast-black-yellow-active .read-more.pull-right span, body.contrast-black-yellow-active .pull-right.read-more__inverse span {
  display: none !important;
}

body.contrast-black-yellow-active .margin-block .single-block {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.contrast-black-yellow-active #main-menu .dropdown-menu li:after {
  background: -webkit-gradient(linear, left top, right top, from(#ffc107), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #ffc107 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #ffc107 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #ffc107 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #ffc107 0%, rgba(255, 255, 255, 0) 100%);
}

body.contrast-black-yellow-active .courses-blocks .blocks .margin-block .single-block .left-part span {
  background: -webkit-linear-gradient(45deg, #ffc107 0%, #ffc107 69%, #ffc107 100%);
  background: -moz-linear-gradient(45deg, #ffc107 0%, #ffc107 69%, #ffc107 100%);
  background: -o-linear-gradient(45deg, #ffc107 0%, #ffc107 69%, #ffc107 100%);
  background: linear-gradient(45deg, #ffc107 0%, #ffc107 69%, #ffc107 100%);
  -webkit-background-clip: text;
}

body.contrast-black-yellow-active .contact-block .contact-background {
  background: -webkit-linear-gradient(330deg, #000000 30%, #000000 30%);
  background: -moz-linear-gradient(330deg, #000000 30%, #000000 30%);
  background: -o-linear-gradient(330deg, #000000 30%, #000000 30%);
  background: linear-gradient(120deg, #000000 30%, #000000 30%);
}
body.contrast-black-yellow-active .partner {
    background-image:none;
}
body.contrast-black-yellow-active .see_all {
    float: right;
    margin-top: 15px;
}
body.contrast-black-yellow-active  .timeline::before {
    background-color: #ffc107!important;
	}
body.contrast-black-yellow-active .timeline-panel {
	box-shadow: none;
	border: 2px solid #ffc107!important;
}

body.contrast-black-yellow-active .arrow {border: 2px solid #ffc107!important;}
body.contrast-black-yellow-active .header_area .header_bottom .top_right1 a.language{background-color: #000!important;}

body.contrast-black-yellow-active .footer {
    border-top-color: #ffc107!important;
}

body.contrast-black-yellow-active .mainmenu .collapse ul ul, body.contrast-black-yellow-active .mainmenu .collapse ul ul.dropdown-menu {
    background: #000!important;
    box-shadow: none!important;
}
body.contrast-black-yellow-active .mainmenu .collapse ul > li:hover > a{background-color:#ffc107!important; color: #000000!important; }
body.contrast-black-yellow-active .mainmenu .collapse ul ul > li:hover > a, body.contrast-black-yellow-active .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, body.contrast-black-yellow-active .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	color: #000!important; background-color:#ffc107!important;
}

body.contrast-yellow-black-active .mainmenu .collapse ul ul, body.contrast-yellow-black-active .mainmenu .collapse ul ul.dropdown-menu {
    background: #ffc107!important;
    box-shadow: none!important;
}

body.contrast-black-yellow-active #cookie-law-info-bar {
background-color: #000!important;
}


body.contrast-yellow-black-active #cookie-law-info-bar {
background-color: #ffc107!important;
}

body.contrast-black-yellow-active cli_action_button{ background-color: #ffc107!important;}
body.contrast-yellow-black-active cli_action_button{ background-color: #000000!important;}

body.contrast-black-yellow-active .sidebar_upcoming_heading1 {
    background-color: #ffc107!important;
	color:#000000!important;
}

body.contrast-black-yellow-active .sidebar_upcoming_heading1 h4 {
	color:#000000!important;
}

body.contrast-black-yellow-active .sidebar_upcoming_heading h4 {
	color:#000000!important;
}

body.contrast-black-yellow-active .sidebar_box {
    border: 1px solid #ffc107!important;
}

body.contrast-black-yellow-active .sidebar_box1 {
    border: 1px solid #ffc107!important;
}
body.contrast-black-yellow-active .side_nav ul li {
    border-bottom-color: #ffc107!important;
}
body.contrast-black-yellow-active .sidebar_upcoming_heading {
    background-color: #ffc107!important;
	color:#000000!important;
}
body.contrast-black-yellow-active .sidebar_upcoming .date {
    border: 2px solid #ffc107 !important;
}
body.contrast-black-yellow-active .sidebar_upcoming .month::after {
    border-bottom-color: #ffc107 !important;
}

body.contrast-yellow-black-active .sidebar_upcoming_heading1 {
    background-color: #000000!important;
	color:#ffc107!important;
}

body.contrast-yellow-black-active .sidebar_upcoming_heading1 h4 {
	color:#ffc107!important;
}

body.contrast-yellow-black-active .sidebar_upcoming_heading h4 {
	color:#ffc107!important;
}

body.contrast-yellow-black-active .sidebar_box {
    border: 1px solid #000000!important;
}

body.contrast-yellow-black-active .sidebar_box1 {
    border: 1px solid #000000!important;
}
body.contrast-yellow-black-active .side_nav ul li {
    border-bottom-color: #000000!important;
}
body.contrast-yellow-black-active .sidebar_upcoming_heading {
    background-color: #000000!important;
	color:#ffc107!important;
}
body.contrast-yellow-black-active .sidebar_upcoming .date {
    border: 2px solid #000000 !important;
}
body.contrast-yellow-black-active .sidebar_upcoming .month::after {
    border-bottom-color: #000000 !important;
}

body.contrast-yellow-black-active .navbar-default .navbar-nav > .open > a {
    color: #ffc107!important;
    background-color: #000!important;
}

body.contrast-black-yellow-active .navbar-default .navbar-nav > .open > a {
    color: #000!important;
    background-color: #ffc107!important;
}

body.contrast-yellow-black-active .mainmenu .collapse ul ul, body.contrast-yellow-black-active .mainmenu .collapse ul ul.dropdown-menu {
    background: #ffc107!important;
    box-shadow: none!important;
}
body.contrast-yellow-black-active .mainmenu .collapse ul > li:hover > a{background-color:#000!important; color: #ffc107!important; }
body.contrast-yellow-black-active .mainmenu .collapse ul ul > li:hover > a, body.contrast-yellow-black-active .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, body.contrast-yellow-black-active .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover{
	color: #ffc107!important; background-color:#000!important;
}

/*.contrast-black-yellow-active*/
body.contrast-yellow-black-active .powroty-blocks .news-section-carousel-bottom .right-part .carousel-controls a:hover:before {
  color: #000000 !important;
}

body.contrast-yellow-black-active #main-menu li:after,
body.contrast-yellow-black-active .navbar-toggler span {
  background-color: #ffc107 !important;
}

body.contrast-yellow-black-active .wsparcie .background-img {
  background-image: none !important;
}

body.contrast-yellow-black-active .icon-arrow-long-button,
body.contrast-yellow-black-active .carousel-indicators {
  background-color: transparent !important;
}

body.contrast-yellow-black-active .dropdown-toggle::after,
body.contrast-yellow-black-active #main-menu .dropdown-menu .menu-item-has-children:before,
body.contrast-yellow-black-active .read-more:before,
body.contrast-yellow-black-active .read-more__inverse:before, body.contrast-yellow-black-active .read-more__inverse:before,
body.contrast-yellow-black-active .wsparcie .background-img .text-content .description:before,
body.contrast-yellow-black-active .courses-blocks .blocks .margin-block .single-block:hover:after,
body.contrast-yellow-black-active .title:before {
  border-color: #000000 !important;
}

body.contrast-yellow-black-active .wsparcie .background-img,
body.contrast-yellow-black-active .margin-block .single-block,
body.contrast-yellow-black-active .search-block {
  background-color: #ffc107 !important;
  color: #000000 !important;
  border: 1px solid #000000 !important;
}

body.contrast-yellow-black-active .read-more.pull-right span, body.contrast-yellow-black-active .pull-right.read-more__inverse span {
  display: none !important;
}

body.contrast-yellow-black-active .margin-block .single-block {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.contrast-yellow-black-active #main-menu .dropdown-menu li:after {
  background: -webkit-gradient(linear, left top, right top, from(#000000), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, #000000 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, #000000 0%, rgba(255, 255, 255, 0) 100%);
}

body.contrast-yellow-black-active .courses-blocks .blocks .margin-block .single-block .left-part span {
  background: -webkit-linear-gradient(45deg, #000000 0%, #000000 69%, #000000 100%);
  background: -moz-linear-gradient(45deg, #000000 0%, #000000 69%, #000000 100%);
  background: -o-linear-gradient(45deg, #000000 0%, #000000 69%, #000000 100%);
  background: linear-gradient(45deg, #000000 0%, #000000 69%, #000000 100%);
  -webkit-background-clip: text;
}

body.contrast-yellow-black-active .contact-block .contact-background {
  background: -webkit-linear-gradient(330deg, #ffc107 30%, #ffc107 30%);
  background: -moz-linear-gradient(330deg, #ffc107 30%, #ffc107 30%);
  background: -o-linear-gradient(330deg, #ffc107 30%, #ffc107 30%);
  background: linear-gradient(120deg, #ffc107 30%, #ffc107 30%);
}

body.contrast-black-yellow-active #sticky-social-icons-container li a.fab-fa-linkedin {
	background: #000000!important;
	border: 1px solid #ffc107!important;
}


body.contrast-black-yellow-active #sticky-social-icons-container li a.fab-fa-facebook {
    background: #000000!important;
	border: 1px solid #ffc107!important; 
}

body.contrast-yellow-black-active #sticky-social-icons-container li a.fab-fa-linkedin {
	background: #ffc107!important;
	border: 1px solid #000000!important;
}


body.contrast-yellow-black-active #sticky-social-icons-container li a.fab-fa-facebook {
    background: #ffc107!important;
	border: 1px solid #000000!important; 
}

/*body.contrast-yellow-black-active*/

.overlay .bot_mob{
	margin-left:30px;
	text-align: center;
	font-family: "Arca Majora 3 Bold";
	margin-top:35px;
	width:300px; margin-left:auto; margin-right:auto;
}

.overlay .bot_mob a{
	display: inline-block; width:26px; 	text-align:center; vertical-align:middle;}
	
.overlay .bot_mob .search1{
	color:#ffffff;
	font-size: 1.125rem;
	padding-left: 5px;
padding-right: 5px;
}

.overlay .bot_mob .search3{
	color:#ffffff;

}

.overlay .bot_mob .search4{
	color:#ffffff;
	font-size:1.25rem;
	width: 20px;

}

.overlay .bot_mob .search2{
	color:#ffffff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	padding-top: 8px;
	padding-right: 9px;
	padding-bottom: 8px;
	padding-left: 9px;
	margin-right:15px;
}
.right_margin{margin-right:15px;}

.overlay .bot_mob a.language{
	color:#fff;
	border: 2px solid #ffffff;
	border-radius: 10px;
	margin-left:15px;
	text-transform:capitalize;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.125rem;
	height:45px; width:45px;
}

.bot_logo1{ width:100%;}
.newsletter_form2{padding-top: 100px;}

.header_area .header_bottom .js-wpml-ls-item-toggle a{
padding:20px!important; 
}

.details .pagination ul li{ margin-right:5px;}
input:focus, textarea:focus, select:focus, button:focus{
	outline: none;}

input, button, select, textarea {
    outline: none;
}
.bot_contact .svg-inline--fa{ margin-top:10px!important; }
	
.top_icons {
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #f1f5f6;
	
}

.header_area .header_bottom .top_right1{
    float: right;
    text-align: left;
	display: inline-flex;
	margin-top: 10px;
}

.header_area .header_bottom .top_right1 a.language{
	color:#fff;
	border: 2px solid #003399;
	border-radius: 10px;
	text-transform:capitalize;
	background-color:#003399;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 1.125rem;
	height:40px; width:40px;
}

@media only screen and (max-width: 600px) {
.art_img{object-fit: cover;
height: 250px;}
}

/*================================ PST ===================================================*/

.page-template-template-login #main *, .page-template-template-lostpass #main *{
	/*color:#003399;*/
	
}
.page-template-template-login p, .page-template-template-lostpass p, .page-template-template-createaccount p{
	font-size:1.1rem;
	color:#003399;
}
.page-template-template-login ul li, .page-template-template-lostpass ul li, .page-template-template-createaccount ul li, .user-registration-profile-header, .page-template-template-login #user-registration p{
	font-size:1.1rem;
	color:#003399;
}
.page-template-template-login #main a, .page-template-template-lostpass  #main a, .page-template-template-createaccount  #main a{
	/*font-size:1.1rem;*/
	/*color:#dc1b3b;*/
}
.lisEntryRow a{
	color:#003399 !important;
}
.page-template-template-pst #main a, .page-template-template-pst-listR #main a, .page-template-template-pst-listI #main a{
	/*color:#dc1b3b;*/
	text-decoration:none;
}
.linkButton, .linkButtonR.vis{
	background:none;
    font-weight: bold;
    font-size: 0.875rem;
    color: #dc1b3b!important;
    border: 2px solid #dc1b3b;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 0px;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
.linkButton:hover, .linkButtonR.vis:hover{
	/*background:none!important;
	color:#fff !important;
	text-decoration:none;*/
	background-color:#eef1f6 !important;
	color: #dc1b3b!important;
}


.linkButtonR,.linkButton.vis{
	background: #dc1b3b;
    font-weight: bold;
    font-size: 0.875rem;
    color: #fff!important;
    border: 2px solid #dc1b3b;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 0px;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}
.linkButtonR:hover,.linkButton.vis:hover{
	/*background: #fff;
	color:#dc1b3b !important;
	text-decoration:none;*/
	opacity:0.8
}
.single-researcher .linkButton{
	background:none;
}
#hosting{
	width:48%;
	margin-right: 2%;
	float:left;
	cursor:pointer;
}
#secondment{
	width:48%;
	margin-left: 2%;
	float:left;
	cursor:pointer;
}
#hosting_f, #secondment_f{
	display:none;
}
.show_f{
	display:block !important;
}
#user-registration{
	background:none;
}
.pol{
	background:none;
	border:none;
	font-size:1.1rem;
}
.pol label, .ur-frontend-form .ur-form-row .ur-form-grid label, .ur-frontend-form .ur-form-row .ur-form-grid legend, #user-registration.horizontal label, .pol .field-item label
{
	font-weight:normal;
	font-size:1.1rem;
	color:#003399;
}
.pollabel{
	font-weight:normal;
	font-size:1.1rem;
	color:#003399;
	width:96%;
	margin-left:2%;
	margin-bottom:10px;
}

.pol .input-text, .pol select, #user-registration.horizontal .input-text, #user-registration.horizontal select, .pol .field-item input, .field-textarea textarea, #ioch18, #iocch18, #ima18{
	border:none;
	border:1px solid #003399;
	border-radius:15px !important;
	box-shadow:none;
	margin-bottom:25px !important;
	padding:5px 25px !important;
}
.field-textarea textarea{
	width:100%;
	height:100px;
	margin-bottom:0 !important;
}
.pol .field-item label{
	width:100%;
}
.pol .field-item input{
	box-sizing:border-box;
	width:100%;
}
.pol a{
	color:#dc1b3b;
}
.pol input[type="checkbox"]
{
	margin-top:-3px !important;
	margin-right:10px !important;
}
.pol .lost_password {
	margin-bottom:30px;
}
.pol .registerHere{
	width:100%;
	clear:both;
	margin-top:20px;
}
.pr {
	position:relative;
	width: 70%;
	margin-top: 20px;
}
.pol .user-registration-Button{
	background: #dc1b3b;
    font-weight: bold;
    font-size: 0.875rem;
    color: #fff;
    border: 2px solid #dc1b3b !important;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70%;
    margin-top: 20px;
    margin-bottom: 0px;
	width:100%;
	box-sizing: border-box;
	text-decoration:none;
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	 background-image: url(../images/arrow.png);
	 background-position:70% center;
	 background-repeat:no-repeat;
	 

}
.ur-form-grid .linkButton:hover, .page-template-template-createaccount #main a.linkButton:hover, .page-template-template-lostpass #main  .ur-form-grid a.linkButton:hover, .page-template-template-createaccount #main  .ur-form-grid a.linkButton:hover {
	background-color:#eef1f6 !important;
	color:#dc1b3b !important;
}
.pol .user-registration-Button:hover
{
	 background-image: url(../images/arrow.png);
	 background-position:75% center;
	 background-repeat:no-repeat;
	 opacity:0.8
}
 .page-template-template-createaccount .pol .user-registration-Button{
	 background-image: url(../images/arrow.png);
	 background-position:78% center;
	 background-repeat:no-repeat;
 }
  .page-template-template-createaccount .pol .user-registration-Button:hover{
	 background-image: url(../images/arrow.png);
	 background-position:83% center;
	 background-repeat:no-repeat;
 }
.ur-frontend-form .ur-form-row .ur-form-grid, .ur-frontend-form.login  {
	padding:0;
}
.reg .ur-field-item, #user-registration.horizontal .ur-field-item, .pol .field-item{
	width:46%;
	float:left;
	margin:0 2%;
}
.field-checkbox, .field-textarea, .field-item{
	width:96%;
	float:left;
	margin:0 2%;
	margin-bottom:30px;
	color:#003399;
}
.field-checkbox.halfwv{
	width:46%;
}
.field-textarea label{
	width:100%;
}
.field-textarea select, .field-textarea option, .field-textarea select option, .field-item select, .field-item option, .field-item select option {
	font-family: 'DINPro-Regular'!important;
	background-color: #fff;
	font: -moz-pull-down-menu;
}
.reg .ur-field-item.field-select, .reg .ur-field-item.field-checkbox, #user-registration.horizontal .ur-field-item.field-select, #user-registration.horizontal .ur-field-item.field-checkbox{
	width:96%;
}
.ur-frontend-form .ur-button-container {
	margin-top:0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item{
	margin-bottom:0;
}
.user-registration-MyAccount-navigation {
	display:none;
}
#user-registration.horizontal{
	border:none;
	box-shadow:none;
}
#user-registration.horizontal .user-registration-MyAccount-content .edit-profile .user-registration-profile-header, #user-registration.horizontal .user-registration-MyAccount-content .edit-profile h2{
	text-align:left;
}
.imieNazwisko{
	/*width:100%;
	box-sizing:border-box;
	background:#cdd7e6;
	color:#fff;
	border-radius:20px 0 0 20px;
	padding-left:50px;
	padding-top:25px;
	padding-bottom:25px;
	margin-bottom:25px;*/
	font-size:1.1rem;
	color:#fff;
	border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: #cdd7e6;
    padding-top:21px;
	padding-bottom:21px;
    width: 100%;
    padding-left: 30px;
    margin-bottom: 20px;
}
.userMenu{
	margin-bottom:30px;
}
.userMenu ul{
	list-style:none;
	display:block;
	width:100%;
	margin:0;
	pading:0;
	border-radius:15px 0 0 15px;
	border:1px solid #cdd7e6;
	font-size:1rem;
}
.userMenu ul ul{
	border:none;
	border-radius:0;
	border-top:1px solid #cdd7e6;
	
}
.userMenu ul ul li{
	/*padding-left:60px;*/
	padding:0;
}
.userMenu ul li{
	/*padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;*/
	padding:0;
	border-bottom:1px solid #cdd7e6;
	list-style:none;
	background:none;
}
.userMenu ul li:last-child{
	border-bottom:none;
}
.userMenu ul li a{
	color:#454545 !important;
	padding-left:30px;
	padding-top:15px;
	padding-bottom:15px;
	display:inline-block;
}
.userMenu ul li ul li a{
	padding-left:60px;
}
.userMenu ul li.current-menu-item a, .userMenu ul li.current-menu-ancestor > a{
	color:#003399 !important;
}
.allEntries{
	width:100%;
	max-width:100%;

	border-collapse:separate; 
                border-spacing:0 15px; 
				overflow-x:auto;
}
.allEntries td, th {
	font-size:1.1rem;
}
.allEntries .lisEntryRow{
	
	background:#fff;
	

}
.allEntries  th{
	padding:15px 10px;
	color:#003399;
	
	
}
.allEntries .lisEntryRow td{
	padding:15px 10px;
	font-weight:normal;
	
}
.allEntries .lisEntryRow td:first-child{
	
	border-radius:15px 0 0 15px;
	
}
.allEntries .lisEntryRow td:last-child{
	
	border-radius:0 15px 15px 0;
	
}
.allEntries .spacer{
	height:10px;
}

.allEntries  .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
}

.fullwF{
	width:100%;
	display:block;
}
.wiersz{
	width:100%;
	float:left
}
.kol{
	width:20%;
	float:left;
}
.wiersz.w6 .kol{
	width:33.3%;
}
.kolf{
	width:100%;
	float:left;
}
.kolf .user-registration-Button{
	width:21%;
	float:right;
	border-radius:18px;
}
.kolR{
	float:right;
}
.kolR{
	color:#003399;
}
.kolR select {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
	color:#003399;
}
.fullwF.pol .field-item{
	width:96%;
	margin:0 2%;
}
.fullwF.pol .field-item input, .fullwF.pol .field-item select{
	line-height:22px;
	width:100%;
	margin-bottom:0px!important;
}
.fullwF select, .fullwF select option{
	font-family: 'DINPro-Regular' !important;
}
.pol .field-item select {
	color: #003399;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003399;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003399;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #003399;
}
.researcherInfo{
	
}
.researcherInfo th {
	max-width:250px;
	color: #003399;
	vertical-align:top;
	padding:10px 15px;
	padding-left:0;
}
.researcherInfo td {
	font-size:1.1rem;
	color: #003399;
	vertical-align:top;
	padding:10px 15px;
	padding-right:0;
}
.nextToCsv {
	width:200px !important;
	margin-top:0px !important;
}
.csvButton {
	position:absolute;
	top:73px;
	left:250px;
	width:200px !important;
	background: none;
    font-weight: bold;
    font-size: 0.875rem;
    color: #dc1b3b;
    border: 2px solid #dc1b3b;
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.csvButton:hover{
	background: #eef1f6;
	
}

.asterisk{
	color:red;
}
.buttony input{
	width:48% !important;
	margin-left:2% !important;
	float:left;
}
.buttony{
	margin-bottom:20px;
}

.formTip{
	display:inline-block;
	color: #003399 !important;
	 border-radius: 50%;
	 border:1px solid  #003399;
	 width:20px;
	 height:20px;
	 text-align:center;
	 line-height:20px;
	 margin-left:10px;
}
/* .formTip{
	display:inline-block;
	float:right;
} */
.tooltip-inner{
	background: #003399 !important;
	color:#fff;
	min-width:200px;
}
.tooltip-arrow{
	
	border-top-color: #003399 !important;
}
.resulCount{
	margin:30px 0;
	float:left;
}
.pagination{
	float:right;
	margin:20px 0;
}
.pagination a {
	color: #dc1b3b;
	display:inline-block;
	margin:0 10px;
}
.pagination span{
	color: #fff;
	display:inline-block;
	background-color: #dc1b3b;;
	padding:5px 10px;
	border-radius:10px;
	margin:0 10px;
}
.pagination a.next, .pagination a.prev{
	font-weight:bold;
	font-size:1.3rem;
}
label.error {
		display: none;
	}

label.error{
	
    background: rgba(255,65,73,.1);
    color: #f4000a;
	
	
    margin: 0 0 10px;
    padding: 10px 15px;
     border-top: 3px solid #ff4149;
    list-style: none outside;
    width: 100%;
    word-wrap: break-word;
    line-height: 1.25;
    text-transform: none;
	

}
label.error:before{
	content: '\f534';
	    display: inline-block;
    vertical-align: middle;
    font-family: Dashicons;
    font-size: calc(100% + 10px);
    margin-right: .875rem;
}
label.error:after{
	clear: both;
	content: ' ';
    display: table;
}

.infoentry{
	font-size:1.1rem;

 background:rgba(143,174,27,.1);
 color:#596c11;
 border-top:3px solid #8fae1b;
 padding:10px 15px;
}
.infoentry::before {
    content: '\f348';
    display: inline-block;
    vertical-align: middle;
    font-family: Dashicons;
    font-size: calc(100% + 10px);
    margin-right: .875rem;
}
#postbox, #postbox1{
	margin-top:40px;
	float:left;
	width:100%;
}

.podp {
	color:#cdd7e6;
	display:inline-block;
	
}
.field-checkbox .podp{
	padding-bottom:10px;
}
.countdown {
	color:#cdd7e6;
	display:inline-block;
	margin-bottom:25px;
}
#och18, #occh18, #ma18{
	display:none;
}
.user-registration-edit-profile [data-field-id='check_box_1613673891511'], .user-registration-edit-profile [data-field-id='select_1613673706'], .user-registration-edit-profile [data-field-id='input_box_1616014067']
{
	display:none;
}
.user-registration-password-strength, .user-registration-password-hint{
	width:96%;
	margin-left:2%;
	float:left;
}
.field-checkbox abbr.required{
	display:none;
}
.user-registration-message a{
	color:#dc1b3b;
	}
.entry-footer .edit-link{
	display:none;
	
}
#ur-submit-message-node.user-registration-message ul{
	display:inline;
}
#resulte{
	display:none;
	width:96%;
	margin-left:2%;

}
.user-registration-error{
	color:rgb(244, 0, 10)!important;
}
@media (max-width: 767px){
	.imieNazwisko{
		margin-top:20px;
	}
	#postbox, #postbox1{
		float:none;
		clear:both;
	}
}
@media (max-width: 480px){
	.kol{
		width:100%!important;
	}
}

.project_page.article{
	padding-top: 30px;
}

.banner_bot_box {
	border-radius: 15px;
	box-shadow: 0 0 5px #cccccc;
	position: relative;
	background-color: #FFFFFF;
	width: 100%;
	padding: 20px;
	margin-top: 40px;
	margin-bottom: 5px;
}

.banner_bot_box a.btn1 {
	background: #fff;
	font-size: 0.875rem;
	color: #dc1b3b;
	display: inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
}

.banner_bot_box a {
	background: #dc1b3b;
	font-size: 0.875rem;
	color: #FFF;
	display: inline-block;
	border: 2px solid #dc1b3b;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: bold;
}



/*============13th april============*/

#myCarousel .carousel-item a.read_more{
	width: 180px;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-transform: uppercase; height:60px;
	opacity: 1;
	font-size: 15px;
	font-weight: bold; transition: all 0.3s ease-out; background: #DC1B3B!important; padding-top:18px; border-radius: 15px; opacity: 1!important;
}

#myCarousel .carousel-item a.read_more:hover{
width: 200px; height:60px;
border-radius: 15px;
opacity: 0.55!important; background: #DC1B3B!important;
}

#myCarousel .carousel-item a.read_more::after {
    content: "";
    background-image: url(../images/arrow.png);
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    right: 15px;
    top: 18px;
}


.banner_con{ position:relative;}

.numbers{ position: absolute;
    bottom: 60px;
    z-index: 315; display:flex;
    align-items: flex-end; right:0px; }
	
.numbers_sm{color:#858681; line-height:21px; font-size:16px; font-weight:700; color: #003399;}
.numbers_large{ color:#29292A; font-weight:700; line-height:21px; font-size:26px; color: #003399; margin-bottom: 3px;}

.carousel-indicators-numbers li{
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #29292A;
      transition: all 0.25s ease;       
      }
	  
.fellowship_box{
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 20px #D8E2E680;
	border-radius: 25px;
	opacity: 1;
	padding-top: 25px;
	padding-right: 50px;
	padding-bottom: 25px;
	padding-left: 50px;
	margin-top: 20px; margin-bottom:20px;
}

.fellowship_box h3{
	font-family: "Arca Majora 3 Bold";
	letter-spacing: 0px;
	color: #003399;
	font-size: 30px;
	line-height: 42px; margin-bottom: 0px;
}

.fellowship_box_btn{ display:flex; justify-content: flex-end;}
.read_more1{
	letter-spacing: 1.5px;
	color: #DC1B3B;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	padding-top:19px;
	border-radius: 15px;
	opacity: 1!important;
	padding-right: 45px;
	padding-bottom: 19px;
	padding-left: 20px;
	position:relative; margin-right:16px;
}

.read_more1:hover{
border-radius: 15px;
opacity: 0.55!important; background: #EBDBDE!important; color: #DC1B3B; font-weight: bold; 
}

.read_more1::after {
    content: "";
    background-image: url(../images/arrow_right.svg);
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 18px;
}



.read_more_red{
	letter-spacing: 1.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	padding-top:19px;
	border-radius: 15px;
	opacity: 1!important;
	padding-right: 45px;
	padding-bottom: 19px;
	padding-left: 20px;
	position:relative;
	background-color:#DC1B3B;
}

.read_more_red:hover{
border-radius: 15px;
opacity: 0.55!important; background: #DC1B3B!important; color: #DC1B3B; font-weight: bold; color: #fff; 
}

.read_more_red::after {
    content: "";
    background-image: url(../images/arrow_right_hover.svg);
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    right: 20px;
    top: 18px;
}

.carousel-control {
  position: absolute;
  bottom: 10px;
  right:0px !important; 
  font-size: 20px;
  color: #9D152D;
  text-align: center;
}

.carousel-control.left {
	font-size:15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	background-color:#FFFFFF;
	width: 40px;
	height: 40px;
	background-image: url(../images/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: center center; margin-right: 100px;
}
.carousel-control.pause1 {
	font-size:15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-right: 50px;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	background-color:#FFFFFF;
	width: 40px;
	height: 40px;
	background-image: url(../images/stop.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-control.paused{
	border-radius: 8px;
	font-size:15px;
	padding-top: 6px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-left: 50px;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	background-color:#FFFFFF;
	width: 40px;
	height: 40px;
	background-image: url(../images/play.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-control.right {
margin-left: 100px;
	border-radius: 8px;
	font-size:15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 7px;  border: 2px solid #DC1B3B;
border-radius: 15px; background-color:#FFFFFF; width: 40px;
height: 40px;
	background-image: url(../images/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center center;

}


.carousel-control.pause1:hover, .carousel-control.pause1:focus{
  color: #fff;
  text-decoration: none;
  outline: 0; background-color:#DC1B3B;
	background-image: url(../images/stop_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-control.paused:hover, .carousel-control.paused:focus{
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color:#DC1B3B;
	background-image: url(../images/play_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-control.right:hover, .carousel-control.right:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color:#DC1B3B;
	background-image: url(../images/arrow_right_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel-control.left:hover, .carousel-control.left:focus{
  color: #fff;
  text-decoration: none;
  outline: 0;
   background-color:#DC1B3B;
	background-image: url(../images/arrow_left_hover.svg);
	background-repeat: no-repeat;
	background-position: center center;

}

.project_form{ margin-bottom:20px;}
.project_form .form-control, .project_form select{
border: 1px solid #003399;
border-radius: 15px;
color: #003399;
text-transform: uppercase;
}

.project_form .form-control::-moz-placeholder {
	font-size:15px;
	line-height: 18px;
color: #003399;
  opacity: 1;
}
.project_form .form-control:-ms-input-placeholder {
	font-size:15px;
	line-height: 18px;
color: #003399;
}
.project_form .form-control::-webkit-input-placeholder {
	font-size:15px;
	line-height: 18px;
color: #003399;
}

.btn-default {
border: 1px solid #003399;
border-radius: 15px;
color: #003399; height:43px; background-color:#FFFFFF; text-transform: uppercase;
}

.btn-default:hover {
border: 1px solid #003399;
border-radius: 15px;
color: #003399; background-color:#FFFFFF;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
border: 1px solid #003399;
border-radius: 15px;
color: #003399; background-color:#FFFFFF;
}

.open > .dropdown-toggle.btn-default:hover{border: 1px solid #003399; background-color:#FFFFFF;
border-radius: 15px;
color: #003399; }

.form-label{
	color: #003399;
	font-size: 18px;
	line-height: 27px;
	font-weight: normal; margin-bottom:12px;
}

.btn_search{
	width: 260px;
	letter-spacing: 1.5px;
	color: #FFFFFF;
	text-transform: uppercase;
	height:60px;
	opacity: 1;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	background: #DC1B3B!important;
	border-radius: 15px;
	opacity: 1!important;
	border: 2px solid #DC1B3B; 
}

.btn_search:hover{
border-radius: 15px;
opacity: 0.55!important; background: #DC1B3B!important;
}
.right{ float:right;}
.left{float:left;}

.mb-3{ margin-bottom:30px;}
.info_text{ margin-bottom:8px; display:flex;}
.info_text_img{ margin-right:11px;}
.info_text1{color: #003399; font-size:15px; line-height:20px;}
.article_info{ margin-bottom:24px;}

@media only screen and ( min-width: 768px) and ( max-width:991px ) {
.banner_left {
    padding-top: 20px;
    padding-left: 50px;
}
.carousel-control {
    bottom: 50px;
}
.numbers {
    bottom: 100px;
}
#myCarousel .carousel-item {
    height: 100%;
    min-height: 550px!important;
}
.banner_left {
    margin-bottom: 30px!important;
}
}

@media only screen and (max-width: 767px) {
#myCarousel .carousel-item {
    height: 100%;
    min-height: 900px!important;
}
.banner_left {
    margin-bottom: 30px!important;
}
.carousel {
    margin-left: 0px;
    margin-top: 50px;
}
}


@media only screen and ( min-width: 992px) and ( max-width:1200px ) {
	.banner_left {
			padding-top: 50px;
			padding-left: 20px;
	}
	.carousel-control {
			bottom: 100px;
	}
	.numbers {
			bottom: 150px;
	}
}

.article_text2 p{
	font-size: 1.125rem;
	color: #003399;
	line-height: 28px;
	margin: 0;
	margin-bottom: 50px;
	margin-left: 0px;
	width: 50%;
}

.pro_sec .articles_box_text {
	padding: 20px;
	min-height: 370px;
}

a.newssec{
	width: 100%;
}

.gal_grid{

	padding-left: 10px !important;

	padding-right: 10px !important;

	margin-bottom: 20px;

}

.gal_grid img{
	border-radius: 10px;
}

/*
.parent-div {
	height: 180px; 
	width: 100%;
 }
 
 .parent-div img {
	height: 100%;
	width: 100%;
 }
*/
.carousel {
    margin-top: 0px;
}

.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}

.item .thumb img {
	width: 100%;
	margin: 2px;
}

.item img {
	width: 100%;	
}


.pageslider .bannerM img{
	border-radius: 10px !important;
}

.pageslider .carousel-control.left{
	left:8px !important;
	position: absolute;
	z-index: 99;
	top: 40%;
}


.pageslider .carousel-control.right{
	right: 6px !important;
	position: absolute;
	z-index: 99;
	top: 40%;
}

.sliderM{
	padding-left: 80px;
	padding-right: 80px;
}

.sliderM .carousel-control.left {
	left: 8px !important;
	position: absolute;
	z-index: 99;
	
}


.sliderM .carousel-control.right {
	right: 6px !important;
	position: absolute;
	z-index: 99;
	
}

.sliderM .carousel-control.left,
	.sliderM .carousel-control.right {
		top: 45%;
	}


.thumbcarousel{
	padding-left: 20px;
	padding-right: 20px;
}

.thumbcarousel .thumb{
	padding: 10px;
}

.thumbcarousel .thumb img{
	border-radius: 10px !important;
	height: 120px;
	width: 100%;
	object-fit: cover;
}

.thumbcarousel .carousel-inner{
    overflow: hidden;
}

.gallery_type_2{
	padding-bottom: 35px;
}


.gallery_type_2 .carousel-indicators{
	position: relative;
	margin-left: 0px;
	margin-right: 0px;
	justify-content: left;
  
  }
  
	.gallery_img.img_all{
		border-radius: 10px;
	}
  
	.flexThumb.flex-active-slide {
    border: 0px solid #0b3148 !important;
}

  .flexThumb{
		-o-object-fit: cover;
		object-fit: cover;
		overflow: hidden;
		border-radius: 10px;
  }
  
	.flexThumb img {
		border-radius: 10px !important;
		height: 120px;
		width: 100%;
		object-fit: cover;
}
  
  .gallery_type_2 .flexslider{
		margin: 0 0 20px;
  }
  
  .gallery_type_2 .flexslider .slides .flexThumb img {
	/*height: inherit !important;*/
	border-radius: 10px;
  }
  
  .wimGal{
  position: relative;
  }
  
  .gallery_arrows.flexNavRB {
	width: 100%;
	position: absolute;
	text-align: right;
	margin-top: -80px;
	right: 10px;
  }
  
  .flexThumb.flex-active-slide img {
	opacity: 1;
	cursor: default;
  }
  
  .flexThumb img {
	display: block;
	
	cursor: pointer;
  }
  
  .flexNavRB .prev .arrPreH{
	display: none;
  }
  
  
  .flexNavRB .next .arrNextH{
	display: none;
  }
  
  
  .flexNavRB .prev:hover .arrPreH{
	display: inline-block;
  }
  
  
  .flexNavRB .next:hover .arrNextH{
	display: inline-block;
  }
  
  .flexNavRB .prev:hover .arrPre{
	display: none;
  }
  
  
  .flexNavRB .next:hover .arrNext{
	display: none;
  }
  
  
  .flex-direction-nav a {	
	  width: 45px !important;
	  height: 45px !important;
	  padding-top: 0px !important;
  }

  
.flexThumb.flex-active-slide img {
	opacity: 1 !important;
	
 }
 
.flexThumb.flex-active-slide{
	border:2px solid #0b3148;
}
 
.flexThumb.flex img {
	opacity: 1 !important;
 }
 
.flexThumb .gallery_img{
border-radius:0px;
margin-bottom:0px;
}

.flex-direction-nav a.flex-next::before,
.flex-direction-nav a.flex-prev::before{
	content: none;
}
.flex-direction-nav a.flex-prev {
	font-size: 15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 7px;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	background-color: #FFFFFF;
	width: 40px;
	height: 40px;
	background-image: url(../images/arrow_left.svg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-right: 100px;
}

.flex-direction-nav a.flex-next{
	content: '' !important;
	margin-left: 100px;
	border-radius: 8px;
	font-size:15px;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 7px;  border: 2px solid #DC1B3B;
border-radius: 15px; background-color:#FFFFFF; width: 40px;
height: 40px;
	background-image: url(../images/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: center center;
}

.slides li{
	background-image:none !important;
}


.flexslider ul {
	list-style-position: inside !important;
	list-style-type: none !important;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	margin-left: 0px !important;
}
.flexslider ul li{
	
background: none !important;
 padding-left: 0px !important;
line-height: 0px !important;
	
}

.wimGal .flex-viewport{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
} 

.flex-direction-nav a.flex-next:before{

}



.carousel .read_more_red{
	letter-spacing: 1.5px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	transition: all 0.3s ease-out;
	border: 2px solid #DC1B3B;
	border-radius: 15px;
	padding-top:20px !important;
	border-radius: 15px;
	opacity: 1 !important;
	padding-right: 55px !important;
	padding-bottom: 19px !important;
	padding-left: 20px !important;
	position:relative;
	background-color:#DC1B3B;
}

.carousel .read_more_red:hover{

opacity: 0.55!important; background: #DC1B3B!important; color: #DC1B3B; font-weight: bold; color: #fff; 
}

.carousel .read_more_red::after{
    content: "";
    background-image: url(../images/arrow_right_hover.svg) !important;
    position: absolute !important;
    display: block;
    height: 20px;
    width: 20px;
    right: 20px !important;
	top: 50%!important;
    transform: translate(0,-50%)!important;
}

.scroll svg{ margin-right:10px!important;}

.bannerimglink img{ height:480px!important; display: flex;}

.order-1{display: flex;
    justify-content: flex-end;}

.scroll {
    margin-top: 0px!important;
}

.mt-3{
	margin-top: 12px;
}

.projects h3{
 font-size: 0.938rem; 
 margin-bottom: 12px;
}

.projects .articles_box_text{
color: #575757;
font-size: 0.938rem; 
font-weight: 600;
}

.projects .articles_box_text .info_text1{
	font-weight: 500 !important;
}

.projects A:hover .articles_box_text{
	color: #dc1b3b;
}

.banner H3{font-size: 50px;
    line-height: 64px;}
	
	
#myCarousel p {
    font-size: 24px;
    line-height: 36px;
}

.fellowship_box h3{font-size: 26px!important;
    line-height: 38px!important;}

.flex-control-paging li a,
.bx-wrapper .bx-pager.bx-default-pager a{
	background: transparent !important;
    border: 1px solid #ed003d !important;
		width: 15px;
    height: 15px;
		line-height: 25px;
		border-radius: 50% !important;
}

.flex-control-paging li a.flex-active,
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
	background: #ed003d !important;
}

.owl-dots button.owl-dot{
	background: transparent;
    border: 1px solid #ed003d;
}

.banner  > .container{ padding-right: 0px!important;
    padding-left: 0px!important;}

	.postDate{
		padding-top: 10px;
    padding-bottom: 10px;
		color: #CDD7E6;
	}