/******************************************
IMPORT
******************************************/

html {
	overflow-x: hidden;
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-ms-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.fade-in {
	animation: fadeIn ease 1s;
	-webkit-animation: fadeIn ease 1s;
	-moz-animation: fadeIn ease 1s;
	-o-animation: fadeIn ease 1s;
	-ms-animation: fadeIn ease 1s;
}
#preloader {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999999999;
}
.tb {
	display: table;
}
.tb-cell {
	display: table-cell;
}
.tb-cell {
	vertical-align: middle;
}
[data-object-fit='cover'] {
	object-fit: cover
}
[data-object-fit='contain'] {
	object-fit: contain
}
#page-loading div {
	width: 40px;
	height: 40px;
	margin: auto;
	border-right: 3px solid #5a79b8;
	border-bottom: 3px solid transparent;
	border-radius: 100%;
	-webkit-animation: spin .9s linear infinite;
	-moz-animation: spin .9s linear infinite;
	-o-animation: spin .9s linear infinite;
	animation: spin .9s linear infinite;
}
#page-loading p {
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	margin-top: 5px;
}
@font-face {
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
	src: url("fonts/DubaiW23-Bold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
	src: url("fonts/DubaiW23-Medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
	src: url("fonts/DubaiW23-Regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
	src: url("fonts/DubaiW23-Light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: "Flaticon";
	src: url("fonts/Flaticon.eot");
	src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("fonts/Flaticon.woff") format("woff"), url("fonts/Flaticon.ttf") format("truetype"), url("fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Helvetica";
	src: url("fonts/Helvetica.ttf");
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	@font-face {
		font-family: "Flaticon";
		src: url("fonts/Flaticon.svg#Flaticon") format("svg");
	}
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-style: normal;
}
.flaticon-email:before {
	content: "\f100";
}
.flaticon-map-with-position-marker:before {
	content: "\f101";
}
.flaticon-share:before {
	content: "\f102";
}
.flaticon-html5:before {
	content: "\f103";
}
.flaticon-black-graduation-cap-tool-of-university-student-for-head:before {
	content: "\f104";
}
.flaticon-computer-tool-for-education:before {
	content: "\f105";
}
.flaticon-download-business-statistics-symbol-of-a-graphic:before {
	content: "\f106";
}
.flaticon-arrows:before {
	content: "\f107";
}
.flaticon-monitor-tablet-and-smartohone:before {
	content: "\f108";
}
.flaticon-css-3:before {
	content: "\f109";
}
.flaticon-online-course:before {
	content: "\f10a";
}
.flaticon-coffee-cup:before {
	content: "\f10b";
}
.flaticon-add:before {
	content: "\f10c";
}
.flaticon-html-coding:before {
	content: "\f10d";
}
/******************************************
SKELETON
******************************************/

body {
	background-color: white;
	line-height: 1.6;
	font-size: 16px;
	color: rgba(23, 23, 23, 0.8);
	overflow-x: hidden;
	text-align: justify;
}
body,
p,
li,
a,
span {
	/* font-family: 'Montserrat', sans-serif;*/
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
	font-weight: 500;
	/* font-family: 'Source Sans Pro', sans-serif;*/
}
body,
p {
	color: #141414;
}
.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h1,
h3,
h4,
h5,
h6 {
	color: #141414;
	font-family: 'Dubai-font', Helvetica, Arial, sans-serif;
}
/*.course-details h4 a,
.readmore,
.testimonial strong,
h1,
h1,
h3,
h4,
h5,
h6 {
    color: #a9005b;
}*/

h1,
h1,
h3,
h4,
h5,
h6 {
	line-height: 1.5;
}
.cop-logo img,
a {
	color: #000;
	text-decoration: none;
	/*  -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;*/
}
a {
	text-decoration: none !important;
}
/*a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
a:hover:after {
  width: 100%;
  left: 0;
}*/

.check li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 16px;
	left: 0;
	padding-right: 10px;
	position: relative;
	top: 2px;
}
.check li {
	list-style: none;
	margin-bottom: 8px;
}
.check li:last-child {
	margin-bottom: 0;
}
.check {
	margin-left: 0;
	padding-left: 0
}
.check li a {} .authorbox,
blockquote {
	border: 0;
	margin: 30px 0;
	position: relative;
	padding: 4rem 3rem;
	font-family: 'Droid Serif', sans-serif;
	font-style: italic;
	border: 1px solid #eaeaea;
	background-color: #f6f6f6;
}
blockquote:after {
	content: "\f10e";
	padding: 5px;
	font-family: FontAwesome;
	position: absolute;
	bottom: 0px;
	color: #f6f6f6;
	font-size: 24px;
	right: 10px;
}
blockquote:before {
	content: "\f10d";
	padding: 5px;
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	color: #f6f6f6;
	font-size: 24px;
	left: 10px;
}
/******************************************
HEADER
******************************************/

.topbar {
	background-color: rgba(0, 0, 0, 0);
	/* border-bottom: 0.5px solid rgba(211, 211, 211, 0.2);*/
	margin-bottom: 0px;
	padding: 1px 0px 4px;
}
.bg {
	background-color: #ffffffd6 !important;
	padding: 5px 0px;
	/* border-radius:0px 0px 30px 30px*/
}
.mt span,
.mt a {
	font-size: 13px;
	font-weight: 500;
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Lato', sans-serif;
	/* font-family: 'Source Sans Pro', sans-serif; */
	text-decoration: none;
	text-transform: uppercase;
}
.topbar a,
.topbar p {
	/* color: #166db4; */
	color: white;
	font-size: 14px;
	margin: 5px;
}
.topbar a:hover,
.topbar p:hover {
	color: deepskyblue;
	font-size: 14.5px;
}
.topbar .text-left p {
	margin-top: 3px;
}
.topbar .text-left i {
	padding-right: 3px;
}
.header {
	position: absolute;
	z-index: 111;
	left: 0;
	top: 0;
	right: 0;
	padding: 0;
	background-size: cover;
	/* background-image: url(/en/images/overlay/back-overlay-1.svg); */
	color: white;
	text-decoration: none !important;
	/* box-shadow: 7px 6px 13px 7px #000000a6; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	background-color: rgba(0, 0, 0, 0.45);
	border-bottom: 0.5px solid rgb(211, 211, 211, 0.2);
}
.inner-sticky {
	position: sticky !important;
	color: black !important;
	background-color: white !important;
	transition: 1s;
}
.inner-sticky .navbar-brand1 img,
.navbar-brand1 img::before {
	width: 194px;
	height: auto;
	padding: 0px 10px;
	position: relative;
	top: 0px;
	content: url(images/ubf-logo.png);
	/* content: url(images/ubf-white.png);*/
}
.inner-sticky > #header .navbar-brand img {
	width: 145px;
	height: auto;
	padding: 0px 8px;
	position: relative;
	top: -29px;
	margin-left: 3px;
	content: url(images/ubf-logo.png) !important;
	transition: 1s;
}
.inner-sticky .topbar a,
.topbar p {
	color: black !important;
	font-size: 14px;
	margin: 5px;
}
.inner-sticky > #header .navbar-default .nav > li > a {
	color: black !important;
	transition: 1s;
}
.header .navbar-brand1 img {
	display: none;
}
/*
.header .navbar-brand{
    display: none;
}
*/

.header.without-topbar {
	padding: 30px 0;
}
.header-normal {
	position: relative;
	padding: 0 0 24px;
	background-color: #fff;
}
.header-normal .navbar-default .nav > li > a {
	color: #848484 !important;
}
.header.affix {
	position: fixed;
	top: 0;
	color: #29469e;
	z-index: 100;
	/* background-image: url(/en/images/overlay/back-overlay-1.svg);*/
	/* background-color: rgb(101, 101, 101); */
	background-repeat: repeat-x;
	background-size: cover;
	background: white;
	/* background-color: rgb(42, 76, 162); */
	left: 0;
	padding: 0px 6px 4px 0px;
	right: 0;
	box-shadow: 2px 4px 2px 2px rgba(0, 0, 0, 0.10196078431372549);
	transition: 1s;
	border-bottom: 1px solid #e6e6e6;
	/* background-color: #fffbfbe0; */
}
.header.affix .navbar-brand img {
	display: none;
}
.header.affix a.navbar-brand {
	display: none;
}
.header.affix .navbar-brand1 img {
	display: block;
}
.header.header-normal.affix {
	background-color: #ffffff;
}
.header.affix .topbar {
	visibility: hidden;
	opacity: 0;
	display: none;
}
.navbar-default {
	margin: 0px 0px;
	background-color: transparent;
	background: none;
	border: 0;
}
.header .navbar-default .nav > li > a {
	color: white;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	letter-spacing: 1px;
	/* font-family: 'Montserrat', sans-serif;*/
	/*text-shadow: 1px 1px 1px #000000;*/
}
.header.affix .navbar-default .nav > li > a {
	color: #141414;
	/*color: white;*/
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	outline: none;
	letter-spacing: 1px;
	/* font-family: 'Montserrat', sans-serif;*/
	/*text-shadow: 1px 1px 1px #fff;*/
}
li.hassubmenu:hover a {
	color: white !important;
}
.navbar-nav .has-submenu .dropdown-menu li a {
	padding: 14px 20px;
}
.navbar-default .dropdown-menu {
	box-shadow: 0px 1px 1px 1px #215eaba3;
}
.navbar-default .dropdown-menu li a {
	color: #222;
	font-size: 14px;
}
.navbar-default .fa-angle-right {
	position: absolute;
	right: 30px;
}
/*
.navbar-brand img {
    margin: 0 !important;
}
*/

a:focus,
a:hover {
	color: deepskyblue;
	text-decoration: underline;
}
.social a {
	font-size: 12px;
	color: #fff !important;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.1);
	width: 25px;
	text-align: center;
	border-radius: 1px;
	margin-left: 2px;
	height: 25px;
	line-height: 25px;
}
.social a:hover {
	opacity: 0.8;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent !important;
	color: #0dabe5;
	display: inline-block;
}
.navbar-brand {
	padding: 0 10px 0 0;
}
.social a.facebook {
	background-color: #3b5998;
}
.social a.pinterest {
	background-color: #bd081c;
}
.social a.twitter {
	background-color: #1da1f2;
}
.social a.google {
	background-color: #34a853;
}
.social a.linkedin {
	background-color: #0077b5;
}
.modal {
	top: 15%;
	margin: 0px auto;
}
.modal-backdrop.in {
	opacity: 1;
	background: url(images/pattern.png) repeat center center rgba(0, 0, 0, 1);
}
.modal-header {
	border-bottom: 0;
	padding: 15px;
	background: none;
}
.modal-content {
	background-clip: padding-box;
	background-color: transparent;
	border: 0;
	border-radius: 6px;
	box-shadow: none !important;
	outline: 0 none;
	position: relative;
}
.modal .close {
	font-size: 48px;
	height: 40px;
	padding: 0;
	position: absolute;
	right: 14px;
	top: 27px;
	width: 40px;
	z-index: 111;
	transform: rotate(360deg);
	font-weight: 300;
}
.close,
.close:focus,
.close:hover {
	color: #ffffff;
	opacity: 1;
	text-shadow: none;
}
.modal .form-control {
	background-color: transparent;
	background-image: none;
	border: 0;
	border-radius: 0;
	/* font-family: 'Droid Serif', sans-serif; */
	box-shadow: none;
	color: #eee;
	display: block;
	font-size: 16px;
	line-height: 1.42857;
	/* font-style: italic; */
	padding: 6px 12px;
	width: 100%;
	border-bottom: 4px solid #222;
	height: 70px;
	padding-left: 0;
}
.iconitem a {
	padding-left: 8px !important;
}
.read-1 {
	color: whitesmoke;
	font-size: 16px;
	float: right;
	padding-right: 0px;
}
.read-2 {
	color: rgba(4, 180, 246, 1);
	font-size: 13px;
	float: right;
	padding-right: 5px;
}
.read2 {
	color: rgba(4, 180, 246, 1);
	font-size: 15px;
	float: right;
	padding-right: 39px;
}
.readmore-1 {
	color: lightgray;
	font-size: 16px;
	text-align: center;
	/*float: right;*/
	/*padding-right: 30px;*/
}
/******************************************
MEGA MENU
******************************************/

.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
	position: static;
	text-align: center;
}
.yamm .dropdown.yamm-fw {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown.yamm-fw .dropdown-menu {} .yamm .dropdown {
	position: relative;
}
.hassubmenu .dropdown-menu,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu {
	left: 0;
	right: 0;
}
.hassubmenu .dropdown-menu1,
.yamm .dropdown.yamm-fw.yamm-half .dropdown-menu1 {
	left: auto;
	right: auto;
}
.yamm h4 {
	font-size: 16px;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 20px;
}
.yamm .dropdown-menu ul {
	padding: 0 !important;
	list-style: none;
}
.yamm .dropdown-menu1 ul {
	padding: 0 !important;
	list-style: none;
}
.yamm .dropdown-menu li {
	/* padding-left: 20px; */
	margin: 2px 10px;
	padding: 8px 0px;
	text-align: left;
	display: inline-grid;
	/* border-bottom: 0.5px solid #ffffff63; */
	width: 90%;
}
.dropdown-menu > li > a {
	display: block;
	padding: 0px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
}
.yamm .dropdown-menu1 li {
	padding-left: 20px;
	margin: 10px 40px;
}
.yamm .dropdown-menu li a {
	color: white;
	text-transform: uppercase;
	transition: 0.3s all linear;
}
.yamm .dropdown-menu1 li:hover a {
	color: deepskyblue !important;
	font-weight: 600;
	/*border-bottom: 1px solid white;*/
	transition: width 0.3s ease 0s, left 0.3s;
	background-color: transparent;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: rgb(176, 204, 239);
	/*font-weight: bold;*/
	text-decoration: none;
	background-color: transparent;
	margin-left: 5px;
	transition: 0.3s all linear;
}
/* text-decoration: underline;*/

/*padding-left: 10px;*/

/* font-weight: 600;*/

/*.yamm .dropdown-menu li:hover a i:after{
	 width: 100%;
  left: 0;

}*/

.yamm .dropdown-menu li a i {
	display: none;
}
.yamm .dropdown-menu1 li:hover a {
	background-color: transparent;
}
.yamm-fw .dropdown-menu1 li:hover a {
	padding-left: 0 !important;
	color: steelblue;
}
li.dropdown.hassubmenu:hover > a {
	/* font-size: 16px; */
	/* transition: 0.3s ease;*/
	color: white !important;
}
/*.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
   width:100%;
    float: left;
    position: absolute;
    left:0%;

    color:white;
    font-size: 13px;
}*/

/*.hassubmenu:hover {
background-color: rgba(33, 94, 171, 0.9);
	color: white!important;
}*/

.hassubmenu:hover {
	/* padding: 0px 2px; */
	border-radius: 0px 20px 0px 0px;
	background-color: rgb(45, 89, 168);
	color: white !important;
	/* border-bottom: 3px solid #1b4298; */
}
.hassubmenu:hover > ul.hassubmenu a {
	color: white !important;
}
/*.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    margin-top: 0px;
    width: auto;
    float: none;
    position: absolute;
    left: 21.8%;
     background-color: deepskyblue;
    color: white;
    font-size: 13px;
    padding: 5px 2px;
    border: none;
    top: 89%;
}*/

/*
.yamm .cust .dropdown-menu {

    left: 30.1% !important;

}

.yamm .act .dropdown-menu {

    left: 37.9% !important;

}
.yamm .pub .dropdown-menu {


left: 45.1%!important;
}

.yamm .event .dropdown-menu {


left: 54.1%!important;
}

.yamm .news .dropdown-menu {


left: 56.1%!important;
}*/

/*span.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid #ff000000;
    border-right: 10px solid #af111100;
    border-bottom: 10px solid #215eab;
    position: absolute;
    bottom: 0;
    left: 4%;
    top: -10px;
    display: block;
}*/

.yamm .dropdown .dropdown-menu1 {
	border-radius: 0;
	margin-top: 0px;
	width: 100%;
	height: 400px;
	float: left;
	position: absolute;
	left: 0%;
	background-color: white;
	color: #878585;
	border-bottom: 1px solid #215eabbf;
}
.header.affix .yamm .has {
	padding: 10px 10px 4px 10px;
}
.nav {
	margin-bottom: 0;
}
/*.yamm .dropdown { position: static; }*/

.yamm .dropdown {
	position: relative;
}
.yam .dropdown-menu {
	width: 100%;
	text-align: center;
}
.yamm .dropdown-menu > li {
	display: inline-block;
}
.yam .dropdown-menu1 {
	width: 100%;
	text-align: center;
}
.yamm .dropdown-menu1 > li {
	display: inline-block;
}
/*.yamm .dropdown .dropdown-menu {
    border-radius: 0;
    border-top: 3px solid #ddd;
    background-color: #fff !important;
    margin-top: 0px;
    padding: 10px 30px;
    display: inline-flex;
}*/

.header.affix .yamm .dropdown .dropdown-menu {
	margin-top: 0px !important;
}
.yamm .dropdown .dropdown-menu .show-left {
	margin-top: 0
}
/*.yamm ul {
    padding: 10px 8px 8px 48px;
}*/

.yamm ul {
	padding: 10px 8px 8px 10px;
	/* background: #0000000d;*/
}
.header.affix .yamm ul {
	padding: 20px 0px 0px;
}
.header.affix .mt {
	margin-top: 20px;
	font-weight: 400;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	/*font-family: 'Montserrat', sans-serif;*/
	/* font-family: 'Source Sans Pro', sans-serif; */
	position: relative;
	right: 0%;
	float: right;
	padding-top: 14px;
}
.menu-widget {
	padding: 0 10px;
}
.menu-widget img {
	border-radius: 6px 6px 0 0;
}
.menu-widget small {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.menu-widget h5,
.menu-widget h5 a {
	font-size: 16px !important;
	font-weight: 700;
	margin: 0 !important;
	padding: 10px 0 5px !important;
	color: #000 !important;
}
.yamm .dropdown-menu li:hover .menu-button,
.yamm .dropdown-menu li .menu-button {
	border-radius: 0 !important;
	font-size: 13px !important;
	border: 1px solid #fff;
	font-weight: bold;
	color: #ffffff !important;
	display: block;
	background-color: #111;
	padding: 5px 20px !important;
	max-width: 140px;
	margin: 10px auto 0;
	text-transform: capitalize;
}
/******************************************
PAGES
******************************************/

.page-title h3 {
	margin-bottom: 10px !important;
}
.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	color: #878585;
	font-size: 13px;
	list-style: outside none none;
	margin-bottom: 0;
	padding: 0;
}
.breadcrumb > li a,
.breadcrumb > li + li::before,
.breadcrumb > .active {
	color: #878585;
}
.section.cb .breadcrumb > li a,
.section.cb .breadcrumb > li + li::before,
.section.cb .breadcrumb > .active {
	color: #fff;
}
.section.cb {
	padding: 40px 0 !important;
}
.section.cb .breadcrumb {
	margin-top: 10px;
}
.section.cb h3 {
	font-size: 24px;
	padding: 0 !important;
	margin: 0 !important;
}
.breadcrumb > li + li::before {
	content: "\f107";
	vertical-align: middle;
	padding-left: 5px;
	font-family: "Flaticon";
	font-size: 11px;
	padding: 0 6px 0 3px;
}
.tags-widget a {
	color: #ffffff !important;
	padding: 4px 10px;
	border-radius: 2px;
	font-size: 14px;
}
/*.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 0;
}*/

/*
.pagination {
    margin: 0;
        float: right;
    display: inline-flex;
	font-size: 12px;
}
*/

.pagination a {
	color: black !important;
}
.current {
	padding: 4px 10px;
	/* border-bottom: 0.5px solid rgba(0,191,255,1) !important;*/
	margin: 0px;
	cursor: pointer;
	/* border-radius: 5px;*/
	background: rgba(0, 191, 255, 1) !important;
}
.nav.prev.disabled {
	cursor: not-allowed;
	color: lightgray !important;
	/* border-bottom: 0.5px solid lightgray  !important;*/
}
.nav.next.disabled {
	cursor: not-allowed;
	color: lightgray !important;
	/* border-bottom: 0.5px solid lightgray  !important;*/
}
a.nav.prev {
	padding: 4px 10px;
	/*  border-bottom: 0.5px solid black !important;*/
	margin: 0px;
	cursor: pointer;
	/*border-radius: 5px;*/
}
a.nav.next {
	padding: 4px 10px;
	/*  border-bottom: 0.5px solid black !important;*/
	margin: 0px;
	cursor: pointer;
	/*border-radius*/
	: 5px;
}
/*.pager {
    margin: 0;
}

.pagination>li>a,
.pagination>li>span {
    background-color: #fff;
    border: 1px solid #eeeeee !important;
    color: #999;
    float: left;
    line-height: 1.42857;
    margin-left: 0;
    margin-right: 5px;
    padding: 8px 15px;
    position: relative;
    text-decoration: none;
}

.pager li>a,
.pager li>span {
    background-color: #2c2f33;
    border: 1px solid #2c2f33;
    color: #fff;
    float: none;
    line-height: 1.42857;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 11px;
    margin-right: 10px;
    margin-left: 0;
    border-radius: 0;
    padding: 8px 15px;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.pager i {
    font-size: 13px;
    vertical-align: baseline;
}*/

/******************************************
EVENTS
******************************************/

.event-title.tagline-message h3 {
	font-size: 64px;
}
.event-title p {
	font-size: 18px;
	padding: 10px 0 20px;
}
.event-boxes .box {
	padding: 10px;
}
.event-desc {
	padding: 20px 20px 10px;
}
.box .event-desc h4 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
	padding: 0;
}
.box .event-desc small {
	background-color: #111;
	color: #ffffff;
	padding: 0 10px;
}
.teammembers img {
	width: 100%;
}
.teammembers:hover {
	cursor: pointer;
}
teammembers .magnifier {
	overflow: hidden;
}
.teammembers .magnifier p {
	padding-bottom: 10px;
}
.teammembers:hover .magnifier,
.entry:hover .magnifier {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
}
.entry:hover .magnifier1 {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.teammembers {
	overflow: hidden;
	position: relative;
}
.visible-buttons1 {
	visibility: hidden;
	margin: 0 auto;
	opacity: 0;
	position: absolute;
	text-align: center;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-ms-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
	transition: all 0.7s ease 0s;
	bottom: -50%;
	left: 0;
	right: 0;
	padding: 50px 20px 40px;
	position: absolute;
	text-align: center;
}
.visible-buttons1 h4 {
	padding: 0;
	margin: 0;
	font-size: 18px;
}
.teammembers .magnifier {
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
	top: 0 !important;
}
.entry:hover .visible-buttons1 {
	opacity: 1;
	bottom: 0;
	visibility: visible;
}
.teambuttons p {
	color: #ffffff;
	padding: 0 30px 10px;
}
.teammembers .social-links i {
	color: #ffffff;
}
.teammembers .social-links a {
	color: #ffffff;
	display: inline-block;
	position: relative;
	width: 30px;
	font-size: 20px;
}
.teamdesc {
	border: 1px solid #eee;
	padding: 30px 30px;
}
.teamdesc h4 {
	padding: 0;
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
}
.teamdesc p {
	display: block;
	font-style: italic;
	padding-bottom: 0;
	margin: 0;
}
/******************************************
CONTACT
******************************************/

.contactv2 {
	margin: 60px 0;
}
.small-box i {
	font-size: 54px;
	color: #232323;
	display: block;
}
.small-box h4 {
	font-weight: 600;
	font-size: 20px;
	margin: 20px 0;
	padding: 0;
	line-height: 1;
}
.small-box small {
	font-size: 18px;
	margin: 5px 0;
	display: block;
}
.small-box a {
	margin-top: 15px;
	display: block;
	text-decoration: none !important;
	font-weight: 600;
	font-size: 16px;
}
.big-contact-form .form-control {
	margin-bottom: 10px;
	border-radius: 0;
	border-color: #eaeaea;
	height: 45px;
	box-shadow: none;
	color: #b9b9b9;
}
.big-contact-form textarea {
	height: 120px !important;
}
.big-contact-form .form-control::-moz-placeholder {
	color: grey;
	opacity: 1;
}
.big-contact-form .form-control:-ms-input-placeholder {
	color: grey;
}
.big-contact-form .form-control::-webkit-input-placeholder {
	color: grey;
}
#map {
	height: 350px;
	position: relative;
	width: 100%;
	z-index: 1;
}
.mapv2 {
	padding: 10px;
	background-color: #f0f1f2;
	border: 1px solid #eee;
}
#map img {
	max-width: inherit;
}
.loader {
	margin-left: 10px;
}
.map {
	position: relative;
}
.map .row {
	position: relative;
}
.infobox img {
	width: 100% !important;
}
.map .searchmodule {
	padding: 18px 10px;
}
.infobox {
	display: block;
	margin: 0;
	padding: 0 0 10px;
	position: relative;
	width: 260px;
	z-index: 100;
}
.infobox .title {
	font-size: 13px;
	line-height: 1;
	margin-bottom: 0;
	margin-top: 15px;
	padding-bottom: 5px;
	text-transform: capitalize;
}
/******************************************
SECTIONS
******************************************/

.event-section {
	height: 100vh;
	height: 100%;
	padding: 30rem 0;
}
.parallax.parallax-off {
	background-attachment: scroll;
	display: block;
	height: 100%;
	min-height: 100%;
	overflow: hidden;
	position: relative;
	background-position: top center;
	vertical-align: sub;
	width: 100%;
	z-index: 2;
}
.no-scroll-xy {
	overflow: hidden !important;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.boxed {
	box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
	padding: 8rem 4rem 8rem;
	background-color: #ffffff;
	margin-top: -60px;
}
.boxed.boxedp4 {
	padding-top: 4rem;
}
.section {
	background-color: white;
	padding: 50px 0;
	position: relative;
	display: block;
}
.hvreffect:hover {
	box-shadow: 0 30px 50px 0 rgba(1, 1, 1, 0.18);
}
.section-title {
	margin: 25px 0px;
}
.text-widget h3,
.section-title h3 {
	margin: 20px 0;
	padding: 0;
	line-height: 1;
	font-size: 33px;
	font-weight: 600;
	text-align: center;
}
.section-title p {
	max-width: initial;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-family: 'Droid Serif', sans-serif;
	font-style: italic;
}
.section.gb {
	/* background-color: #2a4ca2; */
	background: linear-gradient(90deg, rgba(4, 6, 77, .9), #04064d);
}
.section.db {
	background-image: url(images/slide1.jpg);
	padding: 2em 0em !important;
}
/*#wrapper {
    background: white;
}*/

/*

.overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
}


*/

.overlay-footer:after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0px;
	left: 0;
	/*background-image: url(/en/images/footer.png);*/
	/* opacity: .6; */
	/* background: rgba(0, 0, 0, 0.5); */
	background-repeat: no-repeat;
	z-index: 0;
	opacity: 0.05;
	background-position: 112% 96%;
	background-size: contain;
	/* opacity: 1; */
}
.video-section {
	position: relative;
}
.slider-bottom {
	position: absolute;
	bottom: 40px;
	left: 0;
	font-size: 10px;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 3px;
	z-index: 11;
	right: 0;
	margin: auto;
	text-align: center;
}
.slider-bottom i {
	display: block;
	font-size: 14px;
	padding: 10px;
}
.home-text-wrapper {
	display: table;
	width: 100%;
	height: 100%;
	max-width: 1133px;
	position: relative;
	text-align: left;
	z-index: 11;
}
.home-content {
	position: relative;
}
.home-message {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}
.home-message p {
	font-size: 32px;
	color: #03474e;
	padding: 0;
	margin-top: 20px;
	font-weight: 700;
	text-align: center;
}
.home-message .banner {
	font-size: 56px;
	font-family: 'Helvetica', sans-serif;
	color: white;
	-webkit-text-stroke: 1px deepskyblue;
}
.home-message .banner span {
	color: deepskyblue;
}
.home-message .banner1 {
	font-size: 46px;
	font-family: 'Helvetica', sans-serif;
	color: black;
}
.home-message .banner1 span {
	color: deepskyblue;
}
.home-message small {
	font-size: 16px;
	font-family: 'Droid Serif', sans-serif;
	font-style: italic;
	display: block;
	padding: 20px 0 35px;
	margin: 0;
}
.nopadtop {
	padding-top: 0 !important;
}
.box {
	background-color: white;
	padding: 25px;
	position: relative;
	z-index: 11;
	text-align: center;
}
.box p {
	padding: 0;
	margin-bottom: 15px;
}
.box i {
	margin-bottom: 30px;
	display: inline-block;
	line-height: 1;
	font-size: 46px
}
.box h4 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 20px;
	padding: 0;
	color: black;
}
.box a:hover {
	text-decoration: none;
}
.box:hover {
	cursor: pointer;
}
.m30 {
	margin-top: -60px;
}
.readmore {
	font-weight: 700;
	font-size: 15px;
}
/*.readmore:after {
    content: "\f107";
    vertical-align: middle;
    padding-left: 5px;
    font-family: "Flaticon";
    font-size: 11px;
}*/

.image-box {
	position: relative;
}
.image-box .overlay {
	background-image: none;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, 0.2);
}
.image-box img {
	width: 100%;
}
.image-box h4 a,
.image-box h4 {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	z-index: 1;
	font-size: 20px;
	margin: -7px auto;
	color: #ffffff;
}
hr.invis {
	border: 0;
	margin: 20px 0;
}
/******************************************
COURSE MODULES
******************************************/

.course-box {
	border-radius: 6px 6px 0 0;
	background-color: #ffffff;
	/* border: 1px solid #eaeaea; */
}
.course-box img {
	/* border-radius: 6px 6px 0 0;*/
	width: 100%;
}
.course-details {
	padding: 1rem 2rem;
}
.course-details h4 {
	font-size: 18px;
	padding: 0 0 1.5rem;
	font-weight: 700;
	margin: 0;
}
.course-box small {
	display: block;
	font-size: 80%;
	margin-bottom: 10px;
}
.course-details p {
	padding-bottom: 0;
	margin-bottom: 0;
	color: white;
}
.course-footer ul {
	padding-bottom: 0;
	margin-bottom: 0;
	font-size: 14px;
}
.course-footer a {
	color: midnightblue;
	font-weight: 600;
}
.course-footer i {
	padding-right: 3px;
}
.course-footer {
	border-top: 1px solid #eaeaea;
	padding: 15px;
	background-color: white;
}
.course-footer .pull-right a {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	font-family: Arial
}
.entry {
	position: relative;
}
.magnifier {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
	right: 0;
	opacity: 0.5;
	top: 0;
	background-color: #04a7e1;
	-webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.magnifier1 {
	position: absolute;
	bottom: 0;
	left: 0;
	visibility: hidden;
	right: 0;
	opacity: 0.3;
	top: 0;
	background-color: #04a7e1;
	-webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-moz-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	-o-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
	transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
}
.entry:hover .magnifier,
.entry:hover .magnifier1 {
	z-index: 1000;
	left: 5%;
	top: 5%;
	right: 5%;
	bottom: 5%;
	position: absolute;
	visibility: visible;
}
.magnifier a,
.magnifier a {
	position: absolute;
	top: 50%;
	text-align: center;
	left: 0;
	right: 0;
	margin: -20px auto;
	font-size: 30px;
	color: #fff !important;
}
/************************************
WIDGETS
************************************/

.sidebar .widget {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eaeaea;
}
.sidebar .widget-title {
	font-weight: 600;
	color: #000000;
}
.sidebar .tags-widget li {
	margin-bottom: 10px;
}
.sidebar .widget .form-control {
	margin-bottom: 10px;
	border-radius: 0;
	border-color: #eaeaea;
	height: 45px;
	box-shadow: none;
	color: #b9b9b9;
}
.sidebar .newsletter-widget .form-control {
	min-width: 260px;
	margin-bottom: 0;
	height: 48px;
}
.sidebar .alignleft {
	float: left;
	margin-right: 20px;
}
.sidebar .mt-0 {
	font-size: 16px;
	padding: 0;
	margin-bottom: 5px;
	margin-top: 0;
}
.sidebar .media {
	display: block;
	margin-bottom: 30px;
}
.sidebar .media:last-child {
	margin-bottom: 0;
}
/************************************
BLOG
************************************/

.site-publisher img {
	float: left;
	margin: 0 20px 0 0;
	max-width: 60px;
}
.authorbox img {
	margin: 10px 30px 0 0;
	min-width: 130px;
}
.site-small-desc h4,
.site-publisher h4 {
	font-weight: 700;
	margin: 5px 0 15px;
	padding: 0;
}
.authorbox {
	background-color: #ffffff;
}
.authorbox p {
	margin-top: 10px;
	color: #b9b9b9;
}
.authorbox small {
	text-transform: capitalize;
	font-style: normal;
	padding-right: 5px;
}
.about-message small {
	text-transform: uppercase;
	letter-spacing: 2px;
}
.small-about-message .small-title {
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 0;
	margin-bottom: 20px;
}
.user_name {
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 5px;
}
.media-right,
.media > .pull-right {
	color: #999 !important;
	font-size: 11px;
	letter-spacing: 2px;
	padding-left: 10px;
	text-transform: uppercase;
}
.boxed-comment {
	border: 1px solid #eee;
	padding: 3rem;
	margin-top: 6rem;
	display: block;
}
.comments-list .media {
	padding: 15px;
	margin-bottom: 15px;
}
.media-body .btn-primary {
	padding: 5px 10px !important;
	font-size: 11px !important;
}
.last-child {
	margin-bottom: 0 !important;
}
.comments-list img {
	max-width: 80px;
	margin-right: 30px;
}
.authorbox-social li a {
	color: #999;
}
.authorbox-social ul {
	padding: 10px 0;
	margin-bottom: 0;
}
.authorbox {
	margin-bottom: 30px;
}
.authorbox img {
	min-width: 130px;
	margin: 10px 30px 0 0 !important;
}
.blog-list {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.blog-meta .list-inline li span {
	font-style: italic;
	color: #999;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	padding-right: 5px;
}
.blog-meta h3 {
	padding: 0;
	margin: 10px 0;
	font-size: 30px;
	font-weight: 700;
}
.blog-meta small,
.blog-meta .list-inline li,
.blog-meta .list-inline li a {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000;
}
.blog-meta .list-inline li {
	color: #b9b9b9;
	letter-spacing: 0;
}
.blog-media img {
	width: 100%;
}
.blog-media {
	display: block;
	margin: 25px 0;
}
.blog-desc-big .lead {
	color: #29469e;
	font-weight: 600;
}
.blog-desc-big .btn {
	margin-top: 15px;
}
.image-wrap img {
	width: 100%;
}
.image-wrap:after {
	content: "";
	width: 74px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #111;
	right: 0;
}
.blog-box {
	background-color: #00afed;
	border-radius: 0px 0px 0 0;
	border: 1px solid #00afed1f;
}
.blog-box .magnifier {
	border-radius: 6px 6px 0 0;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
}
.blog-box img {
	width: 100%;
	border-radius: 6px 6px 0 0;
}
.post-meta {
	padding: 15px 30px 10px;
	margin-top: -5px;
	border-top: 1px solid #eaeaea;
	line-height: 1;
}
.post-meta a {
	font-size: 13px;
	color: #878585;
}
.post-meta .list-inline > li {
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
}
.post-meta li:last-child:after {
	content: ""
}
.blog-desc {
	padding: 3rem 2rem;
	display: block;
	position: relative;
}
.blog-desc1 {
	padding: 5rem 2rem 3rem 2rem;
	display: block;
	position: relative;
	margin-bottom: 51px;
}
}
.blog-desc h4 a,
.blog-desc h4 {
	font-size: 18px;
	font-weight: 700;
	padding: 0 0 15px;
	margin: 0;
	color: #000000;
}
.blog-desc p {
	padding: 0;
	margin: 0;
}
.stat-count h3,
.stat-count h4 {
	color: #ffffff;
}
.stat-count h4 {
	font-size: 44px;
	line-height: 1;
	padding: 0;
	margin: 0;
}
.stat-count h3 {
	padding: 30px 0 25px;
	margin: 0;
	line-height: 1;
	font-size: 20px;
}
.stat-count h3 i {
	padding-right: 10px;
	border-right: 1px solid #fff;
	margin-right: 10px;
}
.stat-count p {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: 'Droid Serif', sans-serif;
	font-style: italic;
}
.blog-grid .col-md-6,
.blog-grid .col-md-4 {
	margin-bottom: 30px
}
/******************************************
TESTIMONIAL
******************************************/

.testimonial {
	border: 1px solid white;
}
.testimonial p {
	font-style: italic;
	margin-bottom: 0;
}
.testimonial p.testiname {
	font-style: normal;
	font-size: 18px;
	display: block;
	padding-bottom: 0;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
}
.testimonial p.testiname strong {
	font-weight: 600;
	letter-spacing: -0.6px;
}
.testimonial img {
	margin-right: 10px;
	max-width: 40px;
}
.testimonial:after {
	content: "\f10e";
	padding: 5px;
	font-family: FontAwesome;
	position: absolute;
	bottom: 0px;
	color: #f6f6f6;
	font-size: 21px;
	right: 10px;
}
.testimonial:before {
	content: "\f10d";
	padding: 5px;
	font-family: FontAwesome;
	position: absolute;
	top: 0;
	color: #f6f6f6;
	font-size: 21px;
	left: 10px;
}
.testimonial .rating {
	margin-top: 20px;
}
.rating {
	display: block;
}
.rating i {
	color: #f4af0b !important;
	margin-bottom: 0;
	padding-bottom: 0;
	line-height: 1;
	display: inline-block;
	font-size: 15px;
}
.p120 {
	padding-bottom: 120px !important;
}
.section.lb {
	border-top: 1px solid #eee;
}
.tagline-message h3 {
	padding: 0;
	font-size: 34px;
	margin: 0;
	color: #ffffff;
	font-weight: bold;
}
.section.lb .tagline-message h3,
.section.gb .tagline-message h3 {
	color: #000;
}
.callout h3 {
	font-size: 33px;
	line-height: 50px;
	margin: 10px 0px 20px;
	color: darkblue;
	font-weight: 600;
}
.callout h4 {
	color: #ffffff;
}
.callout h3 sup {
	font-size: 34px;
	top: -0.2em;
	vertical-align: super;
}
.callout .lead {
	color: #ffffff;
	font-size: 29px;
	font-weight: bold;
	line-height: 36px;
	padding: 30px 8px 0;
}
.p40l {
	padding-left: 4rem;
}
.custom-module mark {
	line-height: 1;
	color: #ffffff;
	padding: 0 10px;
}
/******************************************
SHOP
******************************************/

.shop-top {
	margin-bottom: 30px;
	padding: 20px 0;
	display: block;
}
.shop-top p,
.shop-box.course-details h4 {
	padding: 0;
	margin-bottom: 0;
}
.shop-wrapper {
	border: 0;
}
.shop-wrapper .course-details {
	padding: 2rem;
}
.shop-wrapper.course-box small {
	margin-bottom: 0;
	margin-top: 5px;
}
.shop-grid .col-md-3 {
	margin-bottom: 30px;
}
.btn-group.open .dropdown-toggle,
.bootstrap-select > .dropdown-toggle {
	background: #ffffff none repeat scroll 0 0 !important;
	box-shadow: none !important;
	color: #b9b9b9 !important;
	padding: 0;
	border: 0 !important;
	outline: none;
	width: 100%;
	z-index: 1;
}
.shop-desc small {
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
.shop-meta {
	display: block;
	position: relative;
	margin: 30px 0;
	padding: 30px 0;
	border-top: 3px solid #f6f6f6;
	border-bottom: 3px solid #f6f6f6;
}
.shop-meta ul {
	margin-bottom: 0;
	padding-bottom: 0;
	margin-top: 20px;
}
.shop-media .image-wrap::after {
	display: none;
}
.shop-extra {
	margin-top: 40px;
	padding: 60px 60px 40px;
	border: 3px solid #f6f6f6;
}
.shop-extra .nav-tabs > li > a {
	background-color: #ffffff !important;
	border: 0 !important;
	border-bottom: 3px solid transparent !important;
	border-radius: 0;
	font-weight: 700;
	outline: none !important;
	font-size: 17px;
	line-height: 1.42857;
	padding: 10px 30px;
	box-shadow: none !important;
	margin-right: 15px;
}
.shop-extra .nav-tabs {
	border-bottom: 3px solid #f6f6f6 !important;
}
.shop-extra .nav-tabs > li:hover a,
.shop-extra .nav-tabs > li.active a {
	border-bottom-color: #111 !important;
}
.shop-extra .tab-content {
	padding: 40px 0 30px;
}
.shop-extra strong {
	color: #000000;
}
.shop-extra .tab-content h3 {
	font-size: 20px;
	padding: 0 0 30px;
	margin: 0;
}
.shop-extra .form-control {
	margin-bottom: 20px;
}
.related-products {
	display: block;
	margin-top: 80px;
}
.related-products .text-widget h3 {
	font-size: 20px;
	padding-bottom: 10px;
}
/******************************************
FOOTER
******************************************/

.section.footer {
	padding: 0rem 0px 0px 0px;
	background-position: center;
	background-size: cover;
	border-top: 1px solid #d6d6d6;
	box-shadow: 9px 5px 15px 3px #00000040;
	z-index: 1;
}
.social-links i {
	color: #aeaeae;
}
.contact-title {
	color: #05064d;
	font-size: 22px;
	padding: 10px 0;
	margin: 0;
	line-height: 1;
}
.second-set h3 {
	padding-top: 35px;
}
.small-title {
	color: #000;
	font-size: 20px;
	padding: 0 0 30px;
	margin: 0;
	line-height: 1;
}
.copyrights {
	background-color: #05064d;
	/* border-top: 1px solid #484747; */
	padding: 0px;
}
.foot {
	margin-bottom: 10px;
}
/*.logo {
	margin-top: 40px;
}*/

.copyrights li a {
	color: #29469e;
}
.copyrights ul {
	padding: 0 !important;
	margin: 15px 0 0 !important;
}
.copyrights ul li {
	line-height: 1;
	font-size: 15px;
	margin: 0 0 0 8px !important;
}
.cop-logo img {
	margin-top: 9px;
	opacity: 0.5;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}
.cop-logo img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(0);
}
.newsletter-widget .form-control {
	border-radius: 0;
	font-size: 14px;
	box-shadow: none !important;
	height: 48px;
	background: transparent;
	border-bottom: 1px solid #ddd;
	min-width: 280px;
}
.newsletter-widget img {
	display: block;
	max-width: 280px;
	margin-top: 40px;
}
.newsletter-widget p {
	margin-bottom: 30px;
}
.newsletter-widget .btn {
	padding-left: 23px;
	padding-right: 23px;
}
.footer ul {
	list-style: none;
	padding: 0;
	padding-left: 5px;
}
.pad-0 {
	padding: 0px;
}
.pad-left-20 {
	padding-left: 20px;
}
.footer .list-widget li {
	margin: 0px !important;
	font-size: 14px;
}
/*.list-widget{
border-right: 0.5px solid whitesmoke;
}*/

.footer .tags-widget li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.footer .form-control,
.footer p,
.footer a {
	color: #05064d;
	line-height: 2.2;
	font-weight: 400;
}
.footer a:hover {
	color: #4890da;
}
/*.read2:hover:after {
		width:100%;
		right: 0;
}
.read2:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 1px;
  right: 0;
  position: absolute;
  background: #2F74D0;
  transition: width 1s ease 0s, right 0.5s ease 0s;
  width: 0;
}
*/

.list-widget .inner-list li a {
	color: #3a3838;
	padding: 0px;
	font-size: 12px;
	font-weight: 400;
	line-height: 2;
}
.list-widget .inner-list li a:hover {
	color: deepskyblue;
}
.absolute-widget {
	border-top: 0 none;
	display: block;
	margin-top: -45%;
	padding: 6rem 4rem;
	position: relative;
	background: url(upload/formbg.jpg) no-repeat top center #161616;
}
.absolute-widget .form-control {
	background-color: transparent;
	border: 0 solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 0;
	font-size: 14px;
	height: 40px;
	padding-bottom: 15px;
	box-shadow: none !important;
	color: rgba(255, 255, 255, 0.6);
	margin-bottom: 15px;
}
.absolute-widget textarea.form-control {
	height: 100px;
}
.absolute-widget .form-control::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}
.absolute-widget .form-control:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
.absolute-widget .form-control::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}
/******************************************
BUTTONS
******************************************/

.btn {
	border-radius: 0;
	font-size: 14px;
	/* border: 1px solid #fff;*/
	font-weight: 400;
	color: #ffffff;
	padding: 10px 14px;
	text-transform: capitalize;
	border-radius: 5px;
}
.btn1 {
	border-radius: 0;
	font-size: 14px;
	border: 1px solid #fff;
	font-weight: bold;
	color: deepskyblue !important;
	padding: 13px 40px;
	text-transform: capitalize;
}
.btn1:hover {
	background-color: deepskyblue;
	color: white !important;
}
.btn-transparent {
	color: #ffffff;
	border: 1px solid #fff;
}
/************************************
MICS
************************************/

.loader {
	display: block;
	margin: 20px auto 0;
	vertical-align: middle;
}
/*
#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    z-index: 11000;
    position: fixed;
    display: block
}
*/

.preloader {
	position: absolute;
	margin: auto;
	left: 1%;
	right: 1%;
	top: 20%;
	width: 400px;
	height: auto;
	background: center center no-repeat none;
	background-size: auto;
}
.preloader1 {
	position: absolute;
	margin: auto;
	left: 1%;
	right: 1%;
	top: 44%;
	width: 300px;
	height: auto;
	background: center center no-repeat none;
	background-size: auto;
}
/******************************************
COLOR BLUE
******************************************/

.yamm .dropdown .dropdown-menu {
	border-top-color: #ffffff00;
	margin-top: -2px;
}
.iconitem a.shopicon i {
	color: #01bacf !important;
}
.shop-desc small,
.shop-meta a,
.authorbox small,
blockquote:before,
blockquote:after,
.blog-meta small a,
.small-box i,
.footer .readmore,
.breadcrumb > li a,
.yamm h4,
.check li:before,
.stat-count h3,
.box i,
.topbar .text-left i {
	color: #166db4;
}
.blog-desc h4:hover a,
.post-meta li:after,
.course-box small,
.course-details h4:hover a,
.course-footer i,
a:hover,
a:focus,
.copyrights ul li:hover a,
.yamm-content li:hover a,
.yamm .hassubmenu li:hover a,
{
	color: lightblue;
}
.shop-extra .nav-tabs > li:hover a,
.shop-extra .nav-tabs > li.active a,
.modal .form-control,
.form-control:focus,
.btn-transparent {
	border-color: #04a7e1 !important;
}
.btn1-primary {
	/*border-color: #04a7e1;*/
	background-color: transparent;
	box-shadow: inset 0 0 0 0 transparent;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	color: white;
}
.pagination a:hover,
.tags-widget a:hover,
.btn-primary:hover {
	color: white;
	/*box-shadow: inset 0 100px 0 0 #29469e;*/
	border-color: #686868;
}
.btn1-primary:hover {
	color: white;
	box-shadow: inset 0 100px 0 0 #29469e;
	border-color: #29469e;
}
/******************************************
COLOR GREEN
******************************************/

.menu-widget small,
.course-footer .pull-right a {
	color: #29469e;
}
.btn-default {
	border-color: deepskyblue;
	background-color: deepskyblue;
	box-shadow: inset 0 0 0 0 skyblue;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.btn-default:hover {
	box-shadow: inset 0 100px 0 0 #29469e;
	border-color: #29469e;
}
/******************************************
RESPONSIVE
******************************************/

@media (max-width: 992px) {
	.services_details_area .container {
		margin-left: 10px;
		width: 100%;
	}
	.property .overlay h3 {
		text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		margin: 3px 0 18px 0;
		text-align: center;
		letter-spacing: 1px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property .overlay .additional-info {
		background-color: rgb(45, 77, 146);
		display: table;
		height: 30px;
		list-style: none;
		margin-bottom: 0;
		width: 100%;
		padding: 8px 12px;
	}
	.property .overlay .additional-info li {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		color: #fff;
		display: table-cell;
		width: 25%;
		text-align: center;
	}
	.property .overlay .additional-info li header {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 11px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property:hover img,
	.property:active img,
	.property:focus img {
		-moz-backface-visibility: hidden;
		top: -10px;
	}
	.property:hover .overlay,
	.property:active .overlay,
	.property:focus .overlay {
		bottom: 0px;
	}
	.property:hover .overlay .additional-info li,
	.property:active .overlay .additional-info li,
	.property:focus .overlay .additional-info li {
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.custom-module p {
		padding-right: 35px;
		margin: 0;
	}
	.p120 {
		padding-bottom: 8rem !important;
	}
	.boxed {
		margin-top: 4rem;
	}
	.pad-20 {
		padding-bottom: 20px;
		text-align: center;
	}
	.services_text h1 {
		position: relative;
		top: -22px;
	}
	.outer-1 {
		width: 90.5%;
		height: 36px;
		border: 1px solid #999a9a99;
		background: transparent;
		position: absolute;
		top: 85.5%;
	}
	.trusted_content {
		margin-top: 50px;
	}
	/*label {
  position: absolute;
  top: 11px;
	left: 5px;
	float:right;
  color: #999;
	font-weight: 400;
	font-size: 14px;
  transform-origin: left;
  transition: all 0.3s ease;
}*/
	input:focus ~ label {
		color: deepskyblue;
	}
	input:focus ~ label,
	input:valid ~ label {
		top: 0;
		transform: scale(0.6, 0.6);
	}
	input {
		font-size: 16px;
		width: 100%;
		/*border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 10px;
		/*background-color: rgba(0,0,0,0.1);*/
	}
	input:focus {
		outline: none;
	}
	.blog-box,
	.testimonial,
	.stat-count {
		margin: 30px 0;
	}
	.m30 {
		margin-top: 30px;
	}
	.absolute-widget {
		background-image: none;
	}
	.sidebar {
		margin-top: 30px;
	}
	.container {
		min-width: 100% !important;
	}
	.footer .widget {
		margin: 30px 0;
	}
	form1 {
		width: 75%;
		margin: 12px auto;
		position: absolute;
		top: 105px;
		left: 25px;
	}
	fieldset {
		position: relative;
		border: none;
	}
	.marq {
		margin-top: -148px;
		padding: 20px 60px 20px 0px;
		color: white !important;
	}
	.membr p {
		position: absolute;
		top: 30%;
		left: 24%;
		font-size: 20px;
		color: #215eab;
		font-weight: 600;
	}
	.logo-membr {
		position: absolute;
		top: 60px;
		left: 11px;
	}
	#main-slide .item {
		height: auto;
	}
	#main-slide .item img {
		width: 100%;
	}
	#main-slide .item .slider-content {
		z-index: 0;
		opacity: 0;
		-webkit-transition: opacity 500ms;
		-moz-transition: opacity 500ms;
		-o-transition: opacity 500ms;
		transition: opacity 500ms;
	}
	#main-slide .item.active .slider-content {
		z-index: 0;
		opacity: 1;
		-webkit-transition: opacity 100ms;
		-moz-transition: opacity 100ms;
		-o-transition: opacity 100ms;
		transition: opacity 100ms;
	}
	#main-slide .slider-content {
		top: 35%;
		margin-top: -60px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	#main-slide .carousel-indicators {
		bottom: 142px;
	}
	.carousel-indicators li {
		width: 14px !important;
		height: 14px !important;
		border: 2px solid #fff !important;
		margin: 1px !important;
	}
	#main-slide .carousel-control.left,
	#main-slide .carousel-control.right {
		opacity: 1;
		filter: alpha(opacity=100);
		background-image: none;
		background-repeat: no-repeat;
		text-shadow: none;
	}
	#main-slide .carousel-control.left span {
		padding: 15px;
	}
	#main-slide .carousel-control.right span {
		padding: 15px;
	}
	#main-slide .carousel-control .fa-angle-left,
	#main-slide .carousel-control .fa-angle-right {
		position: absolute;
		top: 35%;
		z-index: 5;
		display: inline-block;
	}
	#main-slide .carousel-control .fa-angle-left {
		left: 0;
	}
	#main-slide .carousel-control .fa-angle-right {
		right: 0;
	}
	#main-slide .carousel-control i {
		background: rgba(0, 0, 0, .19);
		color: #fff;
		line-height: 36px;
		font-size: 32px;
		padding: 20px 10px;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#main-slide .slider-content h1 {
		font-size: 50px;
		font-weight: bold;
		line-height: 50px;
		letter-spacing: 5px;
		margin-bottom: 55px;
		color: white;
		font-family: 'Helvetica', sans-serif;
		/*-webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: deepskyblue;*/
	}
	#main-slide .slider-content h1.white,
	#main-slide .slider-content h3.white {
		color: #fff;
	}
	#main-slide .slider-content p {
		font-size: 40px;
		font-weight: 500;
		line-height: 45px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		color: white;
		/* -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
    position: relative;*/
		z-index: 0;
	}
	.slider-content strong {
		color: deepskyblue;
	}
	.slider.btn {
		padding: 10px 40px;
		font-size: 20px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		text-transform: uppercase;
		line-height: 28px;
		font-weight: 300;
		border: 0;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	#main-slide .btn-primary:hover {
		background: transparent !important;
		border: 1px solid #29469e;
		border-radius: 10px;
	}
	.slider.btn.btn-default {
		margin-left: 4px;
		background: deepskyblue;
		color: #29469e;
	}
	.slider.btn.btn-default:hover {
		background-color: #000;
		color: #fff;
	}
	.slider-content-left {
		position: relative;
		margin: 0 0 0 40px;
	}
	.slider-content-right {
		position: relative;
	}
	/*label {
  position: absolute;
  top: 11px;
	left: 5px;
	float:right;
  color: #999;
	font-weight: 400;
	font-size: 14px;
  transform-origin: left;
  transition: all 0.3s ease;
}*/
	input:focus ~ label {
		color: deepskyblue;
	}
	input:focus ~ label,
	input:valid ~ label {
		top: 0;
		transform: scale(0.6, 0.6);
	}
	input {
		font-size: 16px;
		width: 100%;
		/*border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 10px;
		/*background-color: rgba(0,0,0,0.1);*/
	}
	input:focus {
		outline: none;
	}
}
@media (max-width: 768px) {
	span.icon-login img {
		width: 5%;
		margin-top: -3px;
		margin-right: 10px;
	}
	.pagination {
		margin: 0;
		float: left;
		display: inline-flex;
		font-size: 12px;
	}
	.box-video-mebf {
		position: relative;
		top: 165px;
		left: 14%;
		transform: translate(-50%, -50%);
		width: 650px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video-mebf .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video-mebf span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video-mebf span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video-mebf span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video-mebf span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.box-video {
		position: relative;
		top: 136px;
		left: 47%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 300px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.logo-membr {
		position: absolute;
		top: 11px;
		left: 4px;
	}
	.box1 {
		padding-top: 15px;
	}
	.pad-60 {
		padding-top: 0px;
	}
	.o-login-btn {
		background-color: #2d4d92 !important;
		padding: 8px;
		margin-top: 10px !important;
		border-radius: 0px !important;
		border: none;
	}
	.navbar-right {
		float: right;
		margin-right: 30px;
	}
	.shop-extra .nav-tabs > li > a,
	.shop-extra .nav-tabs > li {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}
	.shop-extra {
		padding: 30px 10px;
	}
	.home-message p {
		font-size: 28px;
	}
	.topbar .text-left {
		text-align: center;
	}
	.authorbox img {
		float: none;
		margin: 0 0 30px !important;
		min-width: 100px;
	}
	.media-left,
	.media > .pull-left {
		display: block;
		float: none;
		margin: 0 0 30px;
		padding-right: 10px;
	}
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 13em;
	}
	.membr p {
		position: absolute;
		top: 30%;
		left: 24%;
		font-size: 14px;
		color: #215eab;
		font-weight: 600;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 5px;
	}
	.outer-1 h1 {
		position: absolute;
		top: -45%;
		left: 17%;
		color: #777;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
}
@media (max-width: 480px) {
	marquee span {
		font-size: 12px;
	}
	marquee a {
		font-size: 12px !important;
	}
	#main-slide .slider-content p {
		font-size: 15px !important;
	}
	.read2 {
		padding-right: 0px !important;
	}
	.head-topic {
		color: rgb(41, 69, 157) !important;
		font-weight: 500 !important;
		text-align: center !important;
	}
	.owl-theme .owl-controls .owl-buttons div {
		font-size: 16px!important;
	}
	.all-events-btn {
		text-align: center !important;
	}
	span.blue-colr-sub.head {
		color: rgb(43, 71, 157) !important;
		font-weight: 500 !important;
	}
	.publication-section span.blue-colr-sub.head {
		color: #fff !important;
		font-weight: 500 !important;
	}
	.latest-topic span.blue-colr-sub.head {
		color: rgb(255, 255, 255) !important;
		font-weight: 500 !important;
	}
	#thumbs2,
	#thumbs3,
	#thumbs4,
	#thumbs5,
	#thumbs6,
	#thumbs7 {
		height: 200px !important;
		padding: 5px !important;
	}
	.read-1 {
		color: white;
		font-size: 10px;
		float: right;
		padding-right: 0px;
	}
	.profile-section h2 {
		margin: 10px 0px !important;
	}
	form .sub {
		display: block;
		border: none;
		width: 35%;
		height: 30px;
		margin: 5px auto;
		text-align: center;
		background: #4991db;
		color: white;
	}
	.contact-right-w3l textarea {
		width: 100%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: #05064d;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(5, 6, 77, 0.35);
		border-radius: 0px;
		background: transparent;
		outline: none;
		padding: 0.5em;
		width: 100%;
		margin-bottom: 1em;
		color: #05064d;
	}
	form input {
		display: block;
		border: none;
		width: 82%;
		height: 30px;
		margin: 5px 5px;
	}
	.board-of-director {
		margin-bottom: 2em;
	}
	.for-circle-image .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		position: relative;
		top: 0px;
		left: 35%;
		z-index: 99;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.preloader {
		position: absolute;
		margin: auto;
		left: 1%;
		right: 1%;
		top: 20%;
		width: 200px;
		height: auto;
		background: center center no-repeat none;
		background-size: auto;
	}
	.popup-board {
		margin: 70px auto;
		padding: 10px;
		background: #fff;
		border-radius: 0px;
		height: 100%;
		width: 95%;
		position: relative;
		text-align: center;
		transition: all 5s ease-in-out;
	}
	.caro-item a img {
		transition: all 0.3s;
		display: block;
		width: 100%;
		height: 200px;
		transition: 1s ease;
		border-bottom: 1px solid #05064d;
	}
	header.header.affix-top {
		background: white !important;
		box-shadow: 0px 5px 13px 8px #00000038;
	}
	.trusted_area .consultancy {
		margin: 13%;
	}
	.property .overlay h3 {
		text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 19px;
		font-weight: bold;
		margin: 3px 0 18px 0;
		text-align: center;
		letter-spacing: 1px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property .overlay .additional-info {
		background-color: rgb(45, 77, 146);
		display: table;
		height: 30px;
		list-style: none;
		margin-bottom: 0;
		width: 100%;
		padding: 8px 12px;
	}
	.property .overlay .additional-info li {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		color: #fff;
		display: table-cell;
		width: 25%;
		text-align: center;
	}
	.property .overlay .additional-info li header {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 11px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property:hover img,
	.property:active img,
	.property:focus img {
		-moz-backface-visibility: hidden;
		top: -10px;
	}
	.property:hover .overlay,
	.property:active .overlay,
	.property:focus .overlay {
		bottom: 0px;
	}
	.property:hover .overlay .additional-info li,
	.property:active .overlay .additional-info li,
	.property:focus .overlay .additional-info li {
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.carousel-control {
		position: absolute;
		top: 83% !important;
		bottom: 0;
		right: 20px;
		left: 2px;
		width: 5%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
		background-color: rgba(0, 0, 0, 0);
		filter: alpha(opacity=50);
		opacity: .5;
	}
	#main-slide .carousel-control.left span {
		padding: 15px;
	}
	#main-slide .carousel-control.left,
	#main-slide .carousel-control.right {
		opacity: 1;
		filter: alpha(opacity=100);
		background-image: none;
		background-repeat: no-repeat;
		text-shadow: none;
	}
	.carousel-control.left {
		left: 2%;
	}
	.carousel-control.right {
		right: 10% !important;
	}
	.carousel-control.right {
		/*right: 0;*/
		left: 7%;
		background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		background-image: -o-linear-gradient(right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
		background-image: linear-gradient(to left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
		background-repeat: repeat-x;
	}
	figure.effect-apollo {
		background: #3498db;
	}
	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}
	figure.effect-apollo p {
		position: absolute;
		right: 31px;
		bottom: 33px;
		margin: 3em;
		padding: 0 1em;
		max-width: 148px;
		border-right: 4px solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}
	figure.effect-apollo h1 {
		text-align: center;
		color: white;
		padding-top: 22%;
	}
	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-apollo:hover figcaption::before {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	figure.effect-apollo:hover p {
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.grid {
		position: relative;
		clear: both;
		margin: 1px auto;
		padding: 1em 0 4em;
		max-width: 1000px;
		list-style: none;
		text-align: center;
	}
	/* Common style */
	.grid figure {
		position: relative;
		float: right;
		overflow: hidden;
		margin: 10px auto !important;
		/* margin: 10px 30p !important;*/
		/* width: 320px;*/
		max-width: 480px;
		max-height: 360px;
		width: 100%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.mar-0 {
		margin: 0px;
	}
	.annual-report figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 150px !important;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: #215eab;
		text-align: center;
		cursor: pointer;
	}
	.annual-report figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px !important;
		bottom: -100px !important;
		width: 191px !important;
		height: 185px !important;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
	}
	.grid figure figcaption {
		padding: 2em;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	.grid figure figcaption,
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* Anchor will cover the whole item by default */
	/* For some effects it will show as a button */
	.grid figure figcaption > a {
		z-index: 0;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
		opacity: 1;
		padding: 13px;
	}
	.grid figcaption a > h1 span {
		opacity: 1;
	}
	.grid figure h1 {
		word-spacing: -0.15em;
		font-weight: 300;
		font-size: 20px;
		white-space: pre-wrap;
	}
	.grid figure h1 span {
		font-weight: 600;
		color: white;
		font-size: 25px;
	}
	.annual-report figure h1 span {
		font-weight: 600;
		color: black;
		font-size: 25px;
	}
	.annual-report figure h1 {
		padding-top: 50%;
	}
	.new figure h1 span {
		font-weight: 500;
		color: white;
		font-size: 20px;
		white-space: pre-wrap;
	}
	.grid figure h1,
	.grid figure p {
		margin: 0;
	}
	.grid figure p {
		letter-spacing: 1px;
		font-size: 68.5%;
	}
	.grid figure p a {
		color: white;
	}
	figure.effect-lexi {
		background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
		background: linear-gradient(-45deg, #000 0%, #fff 100%);
		margin: 10px auto;
	}
	figure.effect-lexi img {
		margin: -10px 0 0 -10px;
		max-width: none;
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		opacity: 0.9;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(10px, 10px, 0);
		transform: translate3d(10px, 10px, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	figure.effect-lexi figcaption::before,
	figure.effect-lexi p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 300px;
		height: 300px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.new figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 250px;
		height: 250px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	figure.effect-lexi:hover img {
		opacity: 0.6;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	figure.effect-lexi h1 {
		text-align: left;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(5px, 5px, 0);
		transform: translate3d(5px, 5px, 0);
		color: white;
	}
	figure.effect-lexi p {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 1.5em 1.5em 0;
		width: 140px;
		text-align: right;
		opacity: 0;
		-webkit-transform: translate3d(20px, 20px, 0);
		transform: translate3d(20px, 20px, 0);
	}
	figure.effect-lexi:hover figcaption::before {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-lexi:hover h1,
	figure.effect-lexi:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	<--------Image-heraa------------- > figure.effect-hera {
		background: #303fa9;
	}
	figure.effect-hera h1 {
		font-size: 125.75%;
	}
	figure.effect-hera h1,
	figure.effect-hera p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		color: white;
	}
	figure.effect-hera figcaption::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 150px;
		height: 150px;
		border: 2px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}
	figure.effect-hera p {
		width: 100px;
		text-transform: none;
		font-size: 121%;
		line-height: 2;
	}
	figure.effect-hera p a {
		color: #fff;
		opacity: 0;
	}
	figure.effect-hera p a:hover,
	figure.effect-hera p a:focus {
		opacity: 0.6;
	}
	figure.effect-hera p a i {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/
	figure.effect-hera p a:first-child i {
		-webkit-transform: translate3d(-60px, -60px, 0);
		transform: translate3d(-60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(2) i {
		-webkit-transform: translate3d(60px, -60px, 0);
		transform: translate3d(60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(3) i {
		-webkit-transform: translate3d(-60px, 60px, 0);
		transform: translate3d(-60px, 60px, 0);
	}
	figure.effect-hera p a:nth-child(4) i {
		-webkit-transform: translate3d(60px, 60px, 0);
		transform: translate3d(60px, 60px, 0);
	}
	figure.effect-hera:hover figcaption::before {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	}
	figure.effect-hera:hover h1 {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
		transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	}
	figure.effect-hera:hover p i:empty {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	figure.effect-hera:hover a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	.initiative-home figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px auto !important;
		min-width: 340px;
		max-width: 400px;
		max-height: 360px;
		width: 100%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	figure.effect .custom-module {
		padding-right: 0px;
		margin-top: 60px;
	}
	.custom-module p {
		padding-right: 0px;
		margin: 0;
	}
	.box-trust h3 {
		color: white;
		font-size: 27px;
		margin-top: 0px;
	}
	.box-trust h5 {
		color: white;
		font-size: 22px;
		margin-top: 0px;
	}
	.inner-overlay {
		height: auto;
		position: absolute;
		width: 100%;
		float: left;
		min-height: 352px;
		top: 103px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .52) 30%, rgba(0, 0, 0, .1) 83%, transparent);
		/* background-image: url(images/back/overlay.png); */
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 0;
		/* opacity: 0.9; */
	}
	.title-inner {
		position: relative;
		bottom: -240px;
		left: 0px;
	}
	.banner-content {
		position: relative;
		top: 329px;
	}
	/*	.banner-content {
    position: relative;
    top: 257px;
}*/
	.title-inner h1 {
		color: white;
		font-size: 26px;
		font-weight: 500;
		text-align: left;
		/* background-color: #0000006b; */
		width: fit-content;
		text-transform: uppercase;
	}
	.banner-content .container h1 {
		font-size: 25px;
		font-weight: 600;
		margin-top: 0px;
	}
	.box-news {
		padding-top: 15px;
	}
	.box-news:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-speech:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.news-active {
		box-shadow: 0 0 21px #215eab8c;
	}
	.box-news {
		transition: box-shadow .3s;
		width: 75px;
		height: 75px;
		margin: 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.box-news h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.box-activity {
		transition: box-shadow .3s;
		width: 250px;
		height: 200px;
		margin: 15px auto;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-activity:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-activity h3 {
		margin-top: 40% !important;
		font-size: 15px !important;
	}
	.box-news-section {
		transition: box-shadow .3s;
		width: 290px;
		height: 200px;
		margin: 15px 12px;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-news-section:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-news-section h3 {
		margin-top: 22%;
		font-size: 17px !important;
	}
	.download h5 {
		font-size: 13px;
		text-align: right;
		color: #215eab;
		margin-top: 42px;
	}
	.logo-right img {
		width: 20px !important;
		float: left;
		border: none !important;
		margin: 0px;
		padding: 10px 0px !important;
	}
	.text-18 h5 {
		margin-top: 22px;
		float: right;
		color: rgb(192, 192, 192);
	}
	.box-membr {
		padding: 15px;
	}
	.box-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-membr {
		transition: box-shadow .3s;
		width: 220px;
		height: 185px;
		margin: 15px 36px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.box-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 16px;
		margin-top: 10px;
	}
	.box-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.box-trust {
		padding: 15px;
	}
	.box-trust:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-trust {
		transition: box-shadow .3s;
		width: 275px;
		height: 238px;
		margin: 15px 5px;
		border-radius: 0px;
		/*  border: 1px solid deepskyblue;*/
		background: rgb(0, 154, 206);
		text-align: center;
		/* float: left; */
	}
	.purple {
		background: rgb(132, 0, 132);
	}
	.blue {
		background: rgb(4, 4, 142);
	}
	.box-trust h4 {
		color: white;
		font-size: 25px;
		margin-top: 10px;
		font-weight: 600;
	}
	.box-trust h5 {
		color: white;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.box-trust i {
		color: white;
		font-size: 4em;
	}
	.navbar-right {
		float: none;
		margin-right: 0px;
	}
	.header .navbar-default .navbar-collapse {
		background: white;
	}
	.header .navbar-default .nav > li > a {
		color: #141414;
		/* color: white; */
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		font-weight: 500;
		outline: none;
		text-shadow: 1px 1px 1px #ddd;
		border-bottom: 0.5px solid rgba(211, 211, 211, 0.29);
	}
	.header.affix .navbar-default .nav > li > a {
		color: #141414;
		/*color: white;*/
		text-transform: uppercase;
		font-size: 14px;
		text-align: left;
		font-weight: 500;
		outline: none;
		text-shadow: 1px 1px 1px #ddd;
		border-bottom: 0.5px solid rgba(211, 211, 211, 0.29);
	}
	.blog-meta h3 {
		font-size: 20px;
	}
	.causes_area .causes img {
		max-width: 100%;
		transition: all 500ms linear 0s;
		filter: grayscale(50%);
	}
	.trusted_content {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	carousel {
		position: relative;
		padding-top: 101px;
	}
	.img5 img {
		width: 100%;
		height: auto;
	}
	#thumbnail-slider-prev {
		display: none;
	}
	#thumbnail-slider-next {
		display: none;
	}
	.topbar a,
	.topbar p {
		color: #202020;
		font-size: 11px;
		margin: 3px;
	}
	.topbar clearfix {
		display: block;
	}
	.first p {
		font-size: 11px;
	}
	.image1 {
		position: absolute;
		left: 50%;
		top: 40%;
		width: 100px;
		height: auto;
		margin: 0px;
		padding: 0px;
	}
	.header.header.affix {
		position: fixed;
		top: 0px;
		z-index: 100;
		background-image: url(/en/images/overlay/back-overlay-1.svg);
		/*  background-color: rgb(101, 101, 101);*/
		background-repeat: repeat-x;
		background-size: cover;
		/*background-color:rgba(150, 150, 150);*/
		background-color: white;
	}
	.image-wrap img {
		width: 360px;
		height: auto;
	}
	.banner1 {
		padding: 0px;
		margin: 0px;
	}
	.form1 {
		display: none;
	}
	.logo-normal {
		width: 145px;
		height: 68px;
	}
	#contactform {
		display: none;
	}
	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 43px;
		left: 32px;
	}
}
@media (min-width: 992px) {
	.carousel-outer-wrapper {
    width: 60%;
    margin: 100px auto;
    box-shadow: 7px 8px 12px 2px #00000078;
}
	.contact-right-w3l input[type="submit"] {
		background: #4991db;
		color: #fff;
		padding: 0em 1em;
		margin-top: 1.3em;
		border: 1px solid #ffffff;
		outline: none;
		font-size: 0.9em;
		width: 30%;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(5, 6, 77, 0.35);
		border-radius: 0px;
		background: transparent;
		outline: none;
		padding: 0.5em;
		width: 81%;
		margin-bottom: 1em;
		color: #05064d;
	}
	.contact-right-w3l input[type="text"]:nth-child(1),
	.contact-right-w3l input[type="email"] {
		margin-right: 2%;
	}
	.contact-right-w3l textarea {
		width: 81%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: #05064d;
	}
	.popup-board h1 {
		font-size: 22px;
		margin-top: 0px;
		padding-top: 10px;
		text-align: left;
	}
	.popup-board h2 {
		margin-top: 0;
		color: #333 !important;
		border: none !important;
		width: 100% !important;
		/* font-family: Tahoma, Arial, sans-serif; */
		font-size: 22px !important;
		font-weight: 500;
	}
	.popup-board {
		margin: 70px auto;
		padding: 20px;
		background: #fff;
		border-radius: 0px;
		width: 50%;
		height: 60%;
		position: relative;
		transition: all 5s ease-in-out;
	}
	.for-circle-image .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		position: relative;
		top: 0px;
		left: 30%;
		z-index: 99;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.popup-board {
		margin: 70px auto;
		padding: 20px;
		background: #fff;
		border-radius: 0px;
		width: 75%;
		height: 100%;
		position: relative;
		transition: all 5s ease-in-out;
	}
	.caro-item a img {
		transition: all 0.3s;
		display: block;
		width: 100%;
		object-fit: cover;
		height: 200px;
		transition: 1s ease;
		border-bottom: 1px solid #05064d;
	}
	.navbar-collapse {
		display: block !important;
	}
	.services_details_area .container {
		margin-left: 10px;
		width: 100%;
	}
	.property .overlay h3 {
		text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 17px;
		font-weight: 500;
		margin: 3px 0 18px 0;
		text-align: center;
		letter-spacing: 1px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property .overlay .additional-info {
		background-color: rgb(45, 77, 146);
		display: table;
		height: 30px;
		list-style: none;
		margin-bottom: 0;
		width: 100%;
		padding: 8px 12px;
	}
	.property .overlay .additional-info li {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		color: #fff;
		display: table-cell;
		width: 25%;
		text-align: right;
	}
	.property .overlay .additional-info li header {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 11px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property:hover img,
	.property:active img,
	.property:focus img {
		-moz-backface-visibility: hidden;
		top: -10px;
	}
	.property:hover .overlay,
	.property:active .overlay,
	.property:focus .overlay {
		bottom: 0px;
	}
	.property:hover .overlay .additional-info li,
	.property:active .overlay .additional-info li,
	.property:focus .overlay .additional-info li {
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	.custom-module p {
		padding-right: 35px;
		margin: 0;
	}
	.carousel-indicators {
		position: absolute;
		bottom: 10px;
		right: 0%;
		left: 96%;
		z-index: 15;
		width: 10%;
		padding-left: 0;
		margin-left: 0%;
		margin-left: 0%;
		ext-align: center;
		list-style: none;
	}
	/* width */
	::-webkit-scrollbar {
		width: 8px;
	}
	/* Track */
	::-webkit-scrollbar-track {
		box-shadow: inset 0 0 5px deepskyblue;
		border-radius: 10px;
	}
	/* Handle */
	::-webkit-scrollbar-thumb {
		background: rgb(49, 93, 172);
		border-radius: 10px;
		height: 150px;
	}
	/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
		background: deepskyblue;
	}
	.new-menu-drop-1 {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 1000;
		display: none;
		float: left;
		width: fit-content;
		padding: 5px 0;
		margin: 2px 0 0;
		font-size: 14px;
		text-align: left;
		list-style: none;
		background-image: url(/en/images/overlay/back-overlay-1.svg);
		/*  background-color: rgb(101, 101, 101);*/
		background-repeat: repeat-x;
		background-size: cover;
		background-color: rgb(33, 94, 171) !important;
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		border: 1px solid #ccc;
		border: 1px solid rgba(0, 0, 0, .15);
		border-radius: 4px;
		-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
		box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	}
	.new-menu-drop-1 a {
		padding: 10px;
		color: white;
	}
	.allign-right {
		float: right !important;
	}
	.login a:hover {
		text-transform: underline !important;
	}
	/*
.box-membr h6 {
    position: absolute;
    bottom: 3%;
    left: 25%;
    text-align: center;
}
*/
	figure.effect-apollo {
		background: #3498db;
	}
	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}
	figure.effect-apollo p {
		position: absolute;
		right: 31px;
		bottom: 33px;
		margin: 3em;
		padding: 0 1em;
		max-width: 148px;
		border-right: 4px solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}
	figure.effect-apollo h1 {
		text-align: center;
		color: white;
		padding-top: 22%;
	}
	.initiative-home figure.effect-apollo h1 {
		padding-top: 1% !important;
	}
	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-apollo:hover figcaption::before {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	figure.effect-apollo:hover p {
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.grid {
		position: relative;
		clear: both;
		margin: 0 auto;
		padding: 1em 0 4em;
		max-width: 1000px;
		list-style: none;
		text-align: center;
	}
	/* Common style */
	.publication figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px -16px !important;
		min-width: 250px !important;
		max-width: 480px;
		max-height: 360px;
		width: 50%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 15px;
		min-width: 320px;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.grid-partner figure {
		min-width: 380px;
	}
	.annual-report figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 150px !important;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: #215eab;
		text-align: center;
		cursor: pointer;
	}
	.annual-report figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px !important;
		bottom: -100px !important;
		width: 191px !important;
		height: 185px !important;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
	}
	.grid figure figcaption {
		padding: 2em;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	.grid figure figcaption,
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* Anchor will cover the whole item by default */
	/* For some effects it will show as a button */
	.grid figure figcaption > a {
		z-index: 0;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
		opacity: 1;
		padding: 13px;
	}
	.grid figcaption a > h1 span {
		opacity: 1;
	}
	.grid figure h1 {
		word-spacing: -0.15em;
		font-weight: 300;
		font-size: 20px;
		white-space: pre-wrap;
	}
	/*.grid figure h1 span {
	font-weight: 600;
	color: white;
	font-size: 25px;
}*/
	.financial figure h1 span {
		font-weight: 600 !important;
		color: white;
		font-size: 25px !important;
		white-space: normal;
		letter-spacing: 3px;
		position: relative;
		text-align: left !important;
		top: 30px;
		left: 19px;
	}
	.financial figure.effect-apollo h1 {
		text-align: left;
		color: white;
		padding-top: 0%;
	}
	.grid figure h1 span {
		font-weight: 500;
		color: white;
		font-size: 17px;
		white-space: normal;
		letter-spacing: 3px;
	}
	.annual-report figure h1 span {
		font-weight: 600;
		color: black;
		font-size: 25px;
	}
	.annual-report figure h1 {
		padding-top: 50%;
	}
	.new figure h1 span {
		font-weight: 500;
		color: white;
		font-size: 20px;
		white-space: pre-wrap;
	}
	.grid figure h1,
	.grid figure p {
		margin: 0;
	}
	.grid figure p {
		letter-spacing: 1px;
		font-size: 68.5%;
	}
	.grid figure p a {
		color: white;
	}
	figure.effect-lexi {
		background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
		background: linear-gradient(-45deg, #000 0%, #fff 100%);
		margin: 10px 25px;
	}
	figure.effect-lexi img {
		margin: -10px 0 0 -10px;
		max-width: none;
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		opacity: 0.9;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(10px, 10px, 0);
		transform: translate3d(10px, 10px, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	figure.effect-lexi figcaption::before,
	figure.effect-lexi p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 300px;
		height: 300px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.initiative-home figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 250px;
		height: 250px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.new figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 250px;
		height: 250px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	figure.effect-lexi:hover img {
		opacity: 0.6;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	figure.effect-lexi h1 {
		text-align: left;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(5px, 5px, 0);
		transform: translate3d(5px, 5px, 0);
		color: white;
		position: absolute;
		top: 8px;
		left: 13px;
	}
	figure.effect-lexi p {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 1.5em 1.5em 0;
		width: 140px;
		text-align: right;
		opacity: 0;
		-webkit-transform: translate3d(20px, 20px, 0);
		transform: translate3d(20px, 20px, 0);
	}
	figure.effect-lexi:hover figcaption::before {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-lexi:hover h1,
	figure.effect-lexi:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	<--------Image-heraa------------- > figure.effect-hera {
		background: #303fa9;
	}
	figure.effect-hera h1 {
		font-size: 125.75%;
	}
	figure.effect-hera h1,
	figure.effect-hera p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		color: white;
	}
	figure.effect-hera figcaption::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 150px;
		height: 150px;
		border: 2px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}
	figure.effect-hera p {
		width: 100px;
		text-transform: none;
		font-size: 121%;
		line-height: 2;
	}
	figure.effect-hera p a {
		color: #fff;
		opacity: 0;
	}
	figure.effect-hera p a:hover,
	figure.effect-hera p a:focus {
		opacity: 0.6;
	}
	figure.effect-hera p a i {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/
	figure.effect-hera p a:first-child i {
		-webkit-transform: translate3d(-60px, -60px, 0);
		transform: translate3d(-60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(2) i {
		-webkit-transform: translate3d(60px, -60px, 0);
		transform: translate3d(60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(3) i {
		-webkit-transform: translate3d(-60px, 60px, 0);
		transform: translate3d(-60px, 60px, 0);
	}
	figure.effect-hera p a:nth-child(4) i {
		-webkit-transform: translate3d(60px, 60px, 0);
		transform: translate3d(60px, 60px, 0);
	}
	figure.effect-hera:hover figcaption::before {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	}
	figure.effect-hera:hover h1 {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
		transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	}
	figure.effect-hera:hover p i:empty {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	figure.effect-hera:hover a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	.initiative-home figure {
		position: relative;
		float: right;
		overflow: hidden;
		margin: 10px -9px;
		min-width: 270px;
		max-width: 480px;
		max-height: 360px;
		width: 50%;
		height: auto;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.96) 0, rgba(0, 0, 0, 0.92) 30%, rgba(0, 0, 0, 0.98) 83%, #000000);
		text-align: center;
		cursor: pointer;
	}
	.initiative-home {
		position: relative;
		clear: both;
		margin: 0 auto;
		padding: 1em 0 1em;
		max-width: 1200px;
		list-style: none;
		text-align: center;
	}
	.thumbnail-2 .media-wrap img {
		max-width: 150px;
	}
	.thumbnail-2 .media-wrap img {
		border-radius: 50%;
		max-width: 100px;
	}
	.thumbnail-2 .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 15px;
		text-align: center;
		margin: 10px 0px;
		min-height: 290px;
	}
	.thumbnail-2:before {
		top: 85px;
	}
	.thumbnail-2:before {
		content: "";
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: #ffffff;
		border-radius: 0px;
		border: 1px solid #337ab71c;
	}
	.divider-1:before {
		width: 43px;
		border-top: 2px solid #aeb1be;
	}
	.divider:before {
		content: "";
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.services_text .thumbnail-2 h1 {
		font-size: 16px;
		font-weight: 600;
		text-align: center;
		margin: 5px 0px;
		text-transform: capitalize;
	}
	.services_text .thumbnail-2 h2 {
		font-size: 14px;
		text-align: center;
		margin: 5px;
		font-weight: 500;
	}
	.services_text .thumbnail-2 h3 {
		font-size: 16px;
		text-align: center;
		margin: 5px;
		font-weight: bold;
	}
	.services_text .thumbnail-2 h4 {
		font-size: 11px;
		text-align: center;
		margin: 0px;
	}
	.left-move {
		margin-left: 12%;
	}
	.after {
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, deepskyblue 50%, transparent 50%);
		background-color: #ddd;
		background-size: 200% 100%;
		background-position: 100% 0;
		transition: all 0.6s ease;
	}
	input:focus ~ .after {
		background-position: 0 0;
		font-size: 12px;
		top: 0px;
	}
	.loginpage-form h3 {
		color: white;
		font-weight: 500;
		font-size: 22px;
		margin-top: 27px;
	}
	.new-btn {
		background-color: rgb(33, 94, 171) !important;
		color: #eee !important;
		border: 0.5px solid rgb(33, 94, 171) !important;
		border-radius: 0px !important;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
	}
	.line-bottom {
		margin-top: 1px;
		margin-bottom: 10px;
		border: 0;
		border-top: 0.5px solid #337ab7;
	}
	.reports .cardbox-1 {
		animation: 1s ease;
		/* padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		box-shadow: 6px 7px 6px 0px rgba(0, 0, 0, 0.38);
		/* margin-bottom: 20px; */
		/* min-height: 150px; */
		min-height: 82px;
		/* width: 800px; */
		padding: 0px;
		width: 45%;
		margin: 20px;
		background: linear-gradient(-45deg, #30629c, #2c5a96, #23a6d5, #2c5a96);
		background-size: 400% 400%;
		animation: gradientBG 15s ease infinite;
	}
	@keyframes gradientBG {
		0% {
			background-position: 0% 50%;
		}
		50% {
			background-position: 100% 50%;
		}
		100% {
			background-position: 0% 50%;
		}
	}
	.cardbox-1 {
		background-color: #faf6f9;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		box-shadow: 0px 6px 8px -8px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 110px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-2 {
		background-color: #fff;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 82px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-1:hover {
		box-shadow: 1px 8px 10px -7px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1:hover > .img-wrap {
		transform: scale(1.03);
		transition: 0.5s;
	}
	.cardbox-2:hover {
		-webkit-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		-moz-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1 h3 {
		font-size: 15px !important;
		margin-top: 3px !important;
		font-weight: bold;
		text-align: left;
	}
	.cardbox-2 h3 {
		font-size: 15px;
		margin: 20px 0px 0px;
		font-weight: bold;
	}
	.card-box-content {
		margin: 10px 0px;
	}
	.card-box-2-content {
		border-left: 1px solid deepskyblue;
		margin: 10px 0px;
	}
	/*.card-box-date{

	margin: 10px 0px;
}*/
	.arrow-offer-r {
		float: right;
		/* padding-right: 3%; */
		margin-right: 10px;
		-webkit-transition: all 0.20s ease-in-out;
		font-size: 14px;
		color: white;
	}
	.arrow-offer-r i {
		font-size: 20px;
		color: deepskyblue;
		padding-left: 27%;
		/* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		-moz-box-shadow: 1px 37px 41px -20px rgba(0, 0, 0, 0.68);
		/* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	}
	.cardbox-1:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.cardbox-2:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.post-date {
		border-radius: 3px;
		position: absolute;
		text-align: center;
		top: 0;
		left: 0px;
		width: 60px;
		/* margin-top: 5px; */
	}
	.post-date strong {
		background-color: rgba(204, 204, 204, 0.5686274509803921);
		/* border-radius: 3px 3px 0 0; */
		color: #000;
		font-size: 1.25em !important;
		font-weight: 600;
		padding: 23px 0px !important;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
	}
	.post-date span {
		background-color: #8c8c8c;
		border-radius: 0 0 3px 3px;
		color: #fff;
		font-size: .85em;
		padding: 6px 0px;
		display: block;
		font-family: Arial, Helvetica, sans-serif !important;
	}
	/*.img-news-1 {
    background-image: url('/en/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/
	.topic-date {
		margin: 0px;
	}
	.img-wrap {
		/*position: relative;
	z-index: 1;*/
		background-size: cover;
		background-color: lightgray;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 110px;
		border-right: 0.5px solid lightgrey;
	}
	.img-wrap img {
		position: relative;
		z-index: 1;
		display: none;
	}
	.workshop .opinion h5 {
		color: white;
		font-weight: bold;
		font-size: 15px;
		text-align: center;
		text-shadow: 3px 2px 2px black;
	}
	.opinion h5 {
		color: white;
		font-weight: bold;
		font-size: 18px;
	}
	.opinion h3 {
		/*color: deepskyblue;*/
		font-weight: bold;
		font-size: 15px;
		margin: 0px;
		color: #5d5d5d;
	}
	.cardbox-1:hover > h3 {
		color: white;
	}
	.new-menu-drop {
		background-color: white !important;
	}
	.new-menu-drop-1 {
		background-color: white !important;
	}
	.open > .new-menu-drop {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 16px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.open > .new-menu-drop-1 {
		display: inline-grid;
		z-index: 10;
		max-height: 254px;
		overflow: auto;
		left: 0px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		background-color: #2f5eab !important;
		/* margin: 0px 0px; */
	}
	.new-menu-drop-month {
		background-color: white !important;
		position: absolute;
		left: 17px;
		/* padding: 15px; */
	}
	.open > .new-menu-drop-month {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 69px;
		min-width: 116px;
		top: 40px;
		border: none;
		text-align: center;
	}
	/*.dropdown-menu {
display: none;
}*/
	.new-menu-drop a {
		padding: 10px;
	}
	.new-menu-drop-1 a {
		padding: 10px;
	}
	.new-menu-drop-month a {
		padding: 10px;
	}
	.year-drop {
		text-align: left;
		padding: 0px;
		position: relative;
		left: 0px;
	}
	.month-drop {
		text-align: right;
		padding: 0px 0px;
		position: relative;
		right: 1px;
	}
	/*.site-bord {
		border-right: 1px solid #05064d;
	}*/
	.initiatives-home p {
		text-align: center;
		margin-bottom: 20px;
	}
	.custom-module p {
		padding-right: 35px;
		margin: 0;
	}
	/*	.mebf-video iframe {
    width: 500px;
    height: 250px;

    margin-left: 64px;
    margin-top: 30px;
}*/
	.all-news h1 {
		position: absolute;
		top: 40%;
		left: 12%;
		font-size: 34px;
	}
	.box-news-section {
		transition: box-shadow .3s;
		width: 330px;
		height: 200px;
		margin: 20px 12px;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-news-section:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-news-section h3 {
		margin-top: 22%;
		font-size: 13px !important;
	}
	video {
		width: 100%;
		height: 622px;
		object-fit: cover;
	}
	.box-activity {
		transition: box-shadow .3s;
		width: 336px;
		height: 200px;
		margin: 15px 25px;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-activity:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-activity h3 {
		margin-top: 22%;
		font-size: 17px !important;
	}
	.download h5 {
		font-size: 15px;
		text-align: right;
		color: #215eab;
	}
	.logo-right img {
		width: 20px !important;
		float: left;
		border: none !important;
		margin: 0px;
		padding: 10px 0px !important;
	}
	.text-18 h5 {
		margin-top: 22px;
		float: right;
		color: rgb(192, 192, 192);
	}
	.inner-overlay {
		height: auto;
		position: relative;
		width: 100%;
		float: left;
		min-height: 411px;
		top: 182px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .52) 30%, rgba(0, 0, 0, .1) 83%, transparent);
		/* background-image: url(images/back/overlay.png);*/
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 0;
		/*	opacity: 0.9;*/
		/*position: absolute;
    bottom: 0;
    right: 20px;
    left: 20px;
    height: 70%;
    display: block;*/
	}
	.title-inner {
		position: relative;
		bottom: 40px;
		left: 0px;
		padding: 0px;
		margin: 0px 19px;
	}
	.banner-content {
		position: relative;
		top: 0px;
	}
	.title-inner h1 {
		color: white;
		font-size: 35px;
		font-weight: 500;
		text-align: left;
		/* background-color: #0000006b; */
		width: fit-content;
		text-transform: uppercase;
		text-shadow: 3px 2px hsla(0, 0%, 0%, 0.5);
	}
	.banner-content .container h1 {
		font-size: 25px;
		font-weight: 600;
		margin-top: 0px;
	}
	.owl-prev {
		position: absolute;
		top: 191px;
		left: -53px;
	}
	.services_text {
		margin-left: 30px;
		margin-right: 30px;
	}
	/*.ceo-block{
	margin-left: 35px;
	}*/
	/*.services_text {
    margin-left: 15px;
    margin-right: 15px;
}*/
	.owl-next {
		position: absolute;
		top: 191px;
		right: -53px;
	}
	.box-1 {
		transition: box-shadow .3s;
		width: 200px;
		height: 200px;
		margin: 15px 40px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.services_text h1 {
		/*background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(79%, rgba(8, 168, 237, 1)), color-stop(88%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		color: transparent;
		-webkit-background-clip: text;*/
		color: deepskyblue;
		background-clip: text;
		margin-top: 0px;
		text-transform: uppercase;
		font-size: 26px;
	}
	.services_text h1 {
		font-size: 30px;
		margin-top: 0px;
		padding-top: 10px;
		text-align: left;
	}
	/*.board:after {
    position: absolute;
    width: 100%;
    content: "";
    height: 175px;
    left: 0;
    bottom: 0;
    background: #f1fbff;
    z-index: -1;
}*/
	.board {
		min-height: 290px;
	}
	.board h1 {
		font-size: 12px;
		margin-top: 0px;
		padding-top: 10px;
		text-align: center;
	}
	.board h2 {
		font-size: 11px;
		margin-top: 0px;
		padding-top: 1px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.board h3 {
		font-size: 12px;
		margin-top: 0px;
		color: darkblue;
		text-transform: uppercase;
	}
	.tble {
		margin-bottom: 30px;
	}
	.tble-1 {
		margin-bottom: 30px;
		padding: 0px;
		margin-top: 10px;
		/* border-left: 1px solid whitesmoke; */
	}
	.tble td,
	th {
		padding: 11px 0px;
		font-size: 14px;
		border: 1px solid;
	}
	.tble-1 td,
	th {
		padding: 11px 15px;
		font-size: 14px;
		border: 1px solid;
	}
	.partner {
		padding: 10px;
		/*margin: 10px 0px;*/
		text-align: center;
		height: 250px;
		border: 0.5px solid whitesmoke;
		/*background-image: url(images/img/1.jpg);
		background-repeat: no-repeat;
		background-size: cover;*/
	}
	.partner a h4 {
		position: relative;
		z-index: 1;
	}
	.partner-image {
		position: absolute;
		top: 0%;
		left: 0%;
		height: 100%;
		width: 100%;
		opacity: 0.5;
		transform: scale(0.9);
		z-index: 0;
		background-repeat: no-repeat;
		background-size: cover;
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
		transition: 1s;
	}
	.partner-image:hover {
		-webkit-filter: grayscale(0%);
		filter: grayscale(0%);
		opacity: 0.5;
		transform: scale(1);
		-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-ms-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
	}
	.box-1 i {
		font-size: 40px;
	}
	.box-1:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.bx1 i {
		color: #215eaba3;
	}
	.partner a h4 {
		font-size: 20px;
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	/*
	.effect-box:after,
.effect-box:before {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 7em;
  width: 100%;
  margin-top:0px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;

}

.effect-box:before {
  border-left: 1px solid #337ab7;
  border-right: 1px solid #337ab7;
  -webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.effect-box:before {
  border-bottom: 1px solid #337ab7;
  border-top: 1px solid #337ab7;
  -webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.effect-box:hover:after,
.effect-box:hover:before {
  opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
*/
	.overlay-1 {
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 0;
		background-color: rgba(33, 94, 171, 0.5607843137254902);
		overflow: hidden;
		width: 91%;
		height: 0;
		transition: .5s ease;
	}
	.overlay-1 h4,
	.overlay-1 i {
		text-align: center;
	}
	.container-1:hover .overlay-1 {
		height: 76%;
		border-radius: 2%;
	}
	.box1:hover > .outer1 {
		display: none;
	}
	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 19px;
	}
	.text-1 {
		color: white;
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.yamm-fw {
		position: relative;
	}
	.blwsec {
		margin-top: -86px;
		background-color: white;
		margin-bottom: 6em;
	}
	.shadow iframe {
		width: 560px;
		height: 270px;
	}
	.shadow:hover {
		box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;
	}
	.shadow-mebf {
		/* box-shadow: -10px 10px 0px -2px #215eab; */
		transition: 0.5s;
		/* margin: 23px 259px 30px 0px; */
		margin: 0px auto;
	}
	.shadow-mebf iframe {
		width: 580px;
		height: 241px;
	}
	.shadow-mebf:hover {
		box-shadow: -7px 7px 0px -7px #215eab;
		transition: 0.5s;
	}
	.box1 {
		padding-top: 60px;
	}
	.box-1 {
		padding-top: 60px;
	}
	.outer1 h1 {
		color: white;
		text-align: center;
		font-size: 15px;
		margin-top: 8px;
		margin-bottom: 10px;
	}
	.outer1 {
		width: 90.5%;
		height: 36px;
		background: rgba(27, 66, 152, 0.8117647058823529);
		position: absolute;
		top: 85.5%;
	}
	.outer-board h1 {
		color: white;
		text-align: center;
		font-size: 14px;
		text-transform: none;
	}
	.committee h4 {
		margin-bottom: 0px !important;
		letter-spacing: 1px;
		font-weight: 600;
		text-transform: uppercase;
	}
	.box-membr {
		padding: 15px;
	}
	.box-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-membr {
		transition: box-shadow .3s;
		width: 240px;
		height: 240px;
		margin: 15px 30px;
		border-radius: 0px 20px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		box-shadow: 0 0 10px rgb(33 33 33 / 50%);
		/* float: left; */
	}
	.box-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 16px;
		margin-top: 10px;
	}
	.box-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.pad-left-54 {
		padding-left: 70px;
	}
	.box-trust {
		padding: 15px;
	}
	.box-trust:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-trust:hover > h5 {
		color: white;
		font-size: 40px;
		margin-top: -10px;
		transition: all 0.3s ease-in-out;
		text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	}
	.box-trust {
		transition: box-shadow .3s;
		width: 243px;
		height: 228px;
		margin: 15px 5px;
		border-radius: 0px;
		/* border: 1px solid deepskyblue; */
		background: rgb(0, 154, 206);
		text-align: center;
		/* float: left; */
	}
	.purple {
		background: rgb(132, 0, 132);
	}
	.blue {
		background: rgb(4, 4, 142);
	}
	.box-trust h4 {
		color: white;
		font-size: 20px;
		margin-top: 10px;
		font-weight: 500;
	}
	.box-trust i {
		color: white;
		font-size: 40px;
	}
	.box-trust h3 {
		color: white;
		font-size: 27px;
		margin-top: 0px;
	}
	.box-trust h5 {
		color: white;
		font-size: 34px;
		margin-top: -10px;
		font-weight: bold;
	}
	.box-trust p {
		color: white;
		font-size: 10px;
	}
	.ceo-membr {
		padding: 15px;
	}
	.ceo-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.ceo-membr {
		transition: box-shadow .3s;
		width: 158px;
		height: 158px;
		margin: 15px 25px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.ceo-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
	.ceo-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.services_text h4 {
		font-size: 16px;
	}
	.box-patnr {
		padding-top: 25px;
	}
	.mar-btm0 h3 {
		margin-top: 20px !important;
	}
	.financial > .box-patnr:hover {
		box-shadow: 9px 7px 5px #b9b2b2;
		transition: 0.5s linear;
		background: linear-gradient(120deg, #2b56a6, #54a8e0);
		/* color: white!important; */
		border: none;
	}
	.financial > .box-patnr:hover > a h4 {
		color: white;
	}
	.financial > .box-patnr {
		transition: box-shadow .3s;
		width: 200px;
		height: 200px;
		margin: 20px;
		border-radius: 0px 20px;
		border: 1px solid whitesmoke;
		/* background: #ffffff; */
		text-align: center;
		box-shadow: -1px 1px 10px 7px rgba(33, 33, 33, 0.17);
		/* float: left; */
	}
	.box-patnr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-patnr {
		transition: box-shadow .3s;
		width: 200px;
		height: 200px;
		margin: 20px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.box-patnr h4 {
		/*background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);*/
		color: rgb(40, 76, 161);
		-webkit-background-clip: text;
		background-clip: text;
	}
	.box-csr {
		padding-top: 25px;
	}
	.box-csr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.csr-active {
		box-shadow: 0 0 21px #215eab8c;
	}
	.box-csr {
		transition: box-shadow .3s;
		width: 100px;
		height: 100px;
		margin: 20px 45px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.box-csr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.role h4 {
		/*background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;*/
		/*-webkit-background-clip: text;
		background-clip: text;*/
		color: rgb(43, 82, 167);
	}
	.box-news {
		padding-top: 15px;
	}
	.box-news:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.news-active {
		box-shadow: 0 0 21px #215eab8c;
	}
}
@media (min-width: 992px) {
	.o-login-btn {
		background-color: #2d4d92 !important;
		padding: 8px;
		margin-top: 17%;
		border-radius: 0px !important;
		border: none;
	}
	.box-video-mebf {
		position: relative;
		top: 165px;
		left: 47%;
		transform: translate(-50%, -50%);
		width: 650px;
		height: 300px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video-mebf .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content-mebf iframe {
		width: 100%;
		height: 260px;
	}
	.box-video-mebf span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video-mebf span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video-mebf span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video-mebf span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.box-video {
		position: relative;
		top: 136px;
		left: 47%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 300px;
		/*background: rgba(17, 24, 69, 0.65)*/
		;
		box-sizing: border-box;
		overflow: hidden;
		/* box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);*/
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.reports .opinion .card-box-content h3 {
		font-size: 15px !important;
		text-transform: none;
		margin-top: 15px !important;
		text-align: center;
		color: white;
	}
	.card-box-content h3 {
		font-size: 15px !important;
		text-transform: none;
	}
	.pages_banner h1 {
		text-align: left;
		display: inline-block;
		/* background-color: rgba(0, 0, 0, 0.2); */
		font-size: 30px;
		font-weight: 500;
		color: #1b4298;
		padding: 10px 300px 0px 0px;
		position: relative;
		top: 30px;
	}
	.services_text h2 {
		text-transform: none;
		color: black;
		text-align: left;
		font-size: 25px;
		font-weight: bold;
	}
	.services_text h3 {
		color: #256092;
		font-size: 18px;
		margin-top: 0px;
		font-weight: 500;
	}
	.complaint p {
		font-size: 15px;
	}
	.csr {
		margin-right: 8%;
	}
	.csr li a {
		font-size: 15px;
		text-align: left;
	}
	.box-news {
		padding-top: 15px;
	}
	.services_text.role.reports h3 {
		color: white;
	}
	.box-speech:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-speech {
		transition: box-shadow .3s;
		width: 121px;
		height: 100px;
		margin: 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
		padding: 12px;
	}
	.box-news {
		transition: box-shadow .3s;
		width: 75px;
		height: 75px;
		margin: 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.box-news h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.header:hover > #header .navbar-default .nav > li > a {
		color: black;
		/*text-shadow: 1px 1px 1px rgb(132, 132, 132);*/
	}
	.header:hover > #header .topbar a {
		color: black;
		/*text-shadow: 1px 1px 1px rgb(132, 132, 132);*/
	}
	.header:hover > #header .navbar-brand img {
		width: 145px;
		height: auto;
		padding: 10px 8px;
		position: relative;
		top: -29px;
		margin-left: 3px;
		content: url(images/ubf-logo.png);
		transition: 1s;
	}
	.header:hover > #header .navbar-brand1 img {
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		transition: 1s;
	}
	.header:hover {
		color: black;
		background-color: white;
		transition: 1s;
	}
	.box-membr h6 b {
		text-transform: uppercase;
	}
	.outer-board h4 {
		color: white;
		text-align: center;
		font-size: 13px;
	}
	/*	.outer-board{
    width: 100%;
    height: auto;
		background: #1b4298cf;}*/
	/* position: absolute; */
	/* top: 85.5%; */
	.outer-board {
		width: 100%;
		min-height: 96px;
		background: rgb(39, 88, 112);
		/* position: absolute; */
		/* top: 85.5%; */
	}
	.hassubmenu:hover > ul,
	.yamm-fw:hover > ul {
		visibility: visible;
		opacity: 1;
		top: 100%;
		left: 0%;
	}
	/*	.news:hover>ul, .yamm-fw:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
    left: -210%!important;
}

	.news span.arrow {
    width: 0;
    height: 0;
    border-left: 10px solid #ff000000;
    border-right: 10px solid #af111100;
    border-bottom: 10px solid #215eab;
    position: absolute;
    bottom: 0;
    left: 35%;
    top: -10px;
    display: block;
}*/
	.hassubmenu:hover > ul li {
		color: deepskyblue;
	}
	/*.hassubmenu ul,
    .navbar-nav .yamm-fw ul {
        -webkit-transition: visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -moz-transition: visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        -o-transition:visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
        transition:visibility 0.25s ease-in-out, opacity 0.5s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    }*/
	.yamm-fw .dropdown-menu {
		min-width: 240px;
		padding: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.hassubmenu > ul,
	.yamm-fw > ul {
		position: absolute;
		top: 100%;
		visibility: hidden;
		display: block;
		opacity: 0;
	}
	.yamm-fw > ul li {
		position: relative;
	}
	.yamm-fw > ul li:hover > ul {
		visibility: visible;
		opacity: 1;
		left: 100%;
	}
	form1 {
		width: 81%;
		margin: 12px auto;
		position: absolute;
		top: 86px;
		left: 20px;
	}
	fieldset {
		position: relative;
		border: none;
	}
	/*	label {
  position: absolute;
  top: 11px;
	left: 5px;
	float:right;
  color: #999;
	font-weight: 400;
	font-size: 24px;
  transform-origin: left;
  transition: all 0.3s ease;
}*/
	input:focus ~ label {
		color: deepskyblue;
		font-size: 8px;
	}
	input:focus ~ label,
	input:valid ~ label,
	input:visited ~ label,
	{
		top: 0;
		transform: scale(0.6, 0.6);
	}
	/*	label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 12px;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
	input {
		font-size: 16px;
		width: 100%;
		/* border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 23px;
		/* background-color: rgba(0,0,0,0.1); */
	}
	input:focus {
		outline: none;
	}
	.marq {
		margin-top: -8%;
		padding: 15px 15px 15px 0px;
		color: white;
		font-size: 16px;
		background-color: rgba(0, 0, 0, 0.6);
		border-top: 1px solid #d3d3d38a;
		/* border-bottom: 1px solid lightgray; */
	}
	.marq a {
		color: white;
		font-size: 16px;
	}
	.marq a b {
		float: right;
	}
	.marq a:hover {
		color: whitesmoke;
		font-size: 16.5px;
	}
	.pad-60 {
		padding-top: 60px;
	}
	.membr p {
		position: absolute;
		top: 22%;
		left: 24%;
		font-size: 20px;
		color: #215eab;
		font-weight: 600;
	}
	.logo-membr {
		position: absolute;
		top: 50px;
		left: 21px;
		width: 57%;
	}
	.causes_area .causes img {
		max-width: 75%;
		transition: all 500ms linear 0s;
		filter: grayscale(50%);
	}
	#main-slide .item {
		height: auto;
	}
	#main-slide .item img {
		width: 100%;
		/*height: 575px;*/
	}
	#main-slide .item .slider-content {
		z-index: 0;
		opacity: 0;
		-webkit-transition: opacity 500ms;
		-moz-transition: opacity 500ms;
		-o-transition: opacity 500ms;
		transition: opacity 500ms;
	}
	#main-slide .item.active .slider-content {
		z-index: 0;
		opacity: 1;
		-webkit-transition: opacity 100ms;
		-moz-transition: opacity 100ms;
		-o-transition: opacity 100ms;
		transition: opacity 100ms;
	}
	#main-slide .slider-content {
		top: 0%;
		margin-top: 15%;
		left: 0%;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
		text-shadow: 1px 1px 1px black;
	}
	#main-slide .carousel-indicators {
		bottom: 44%;
		display: grid;
		/* left: 44%; */
	}
	.carousel-indicators li {
		width: 8px !important;
		height: 8px !important;
		border: 0.5px solid rgba(221, 221, 221, 0.3);
		margin: 6px !important;
		background: rgba(221, 221, 221, 0.3);
	}
	/*.carousel-inner>.item {
    -webkit-transition: -webkit-transform 5s ease-in-out !important;
    -o-transition: -o-transform 5s ease-in-out !important;
    transition: transform 5s ease-in-out !important;
}*/
	.carousel-indicators .active {
    width: 8px !important;
    height: 40px !important;
    border: 0.5px solid #ffffff00;
    background: #ffffff7a;
}
	#main-slide .carousel-control.left,
	#main-slide .carousel-control.right {
		opacity: 0.3;
		filter: alpha(opacity=100);
		background-image: none;
		background-repeat: no-repeat;
		text-shadow: none;
	}
	#main-slide .carousel-control.left:hover,
	#main-slide .carousel-control.right:hover {
		opacity: 1;
	}
	#main-slide .carousel-control.left span {
		padding: 15px;
	}
	#main-slide .carousel-control.right span {
		padding: 15px;
	}
	#main-slide .carousel-control .fa-angle-left,
	#main-slide .carousel-control .fa-angle-right {
		position: absolute;
		top: 35%;
		z-index: 5;
		display: inline-block;
	}
	#main-slide .carousel-control .fa-angle-left {
		left: 0;
	}
	#main-slide .carousel-control .fa-angle-right {
		right: 0;
	}
	#main-slide .carousel-control i {
		background: rgba(0, 0, 0, .19);
		color: #fff;
		line-height: 36px;
		font-size: 32px;
		padding: 20px 10px;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	#main-slide .slider-content h1 {
		font-size: 50px;
		font-weight: bold;
		line-height: 47px;
		letter-spacing: 7px;
		margin-bottom: 28px;
		color: white;
		font-family: 'Helvetica', sans-serif;
	}
	#main-slide .slide-4 {
		top: 41% !important;
		margin-top: -60px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	#main-slide .slide-4 h1 {
		font-size: 50px;
		font-weight: 600;
		line-height: 47px;
		letter-spacing: 7px;
		margin-bottom: 15px;
		/* color: white; */
		font-family: 'Helvetica', sans-serif;
		position: relative;
		left: 3%;
		color: black;
		/* font-size: 14px; */
	}
	#main-slide .slide-4 p {
		font-size: 28px !important;
		font-weight: 500;
		line-height: 45px;
		letter-spacing: 1px;
		margin-bottom: 0px !important;
		color: #29469e !important;
		z-index: 0;
		position: relative;
		left: 3%;
	}
	.slider-4 {
		/* background-color: rgba(0, 0, 0, 0.3); */
		position: absolute;
		width: 100%;
		top: 14px;
		left: 84px;
	}
	#main-slide .slider-content h1.white,
	#main-slide .slider-content h3.white {
		color: #fff;
	}
	#main-slide .slider-content p {
		font-size: 30px;
		font-weight: 500;
		line-height: 45px;
		letter-spacing: 1px;
		margin-bottom: 20px;
		/* color: rgba(41,70,158,1);*/
		color: white;
		/* -webkit-text-stroke-width: 1px;
   -webkit-text-stroke-color: white;
    position: relative;*/
		z-index: 10;
	}
	.slider-content strong {
		color: deepskyblue;
	}
	.slider.btn {
		padding: 10px 40px;
		font-size: 20px;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		-o-border-radius: 2px;
		text-transform: uppercase;
		line-height: 28px;
		font-weight: 300;
		border: 0;
		-moz-transition: all 300ms ease;
		-webkit-transition: all 300ms ease;
		-ms-transition: all 300ms ease;
		-o-transition: all 300ms ease;
		transition: all 300ms ease;
	}
	#main-slide .btn-primary:hover {
		background: transparent !important;
		border: 1px solid #29469e;
		border-radius: 10px;
	}
	.slider.btn.btn-default {
		margin-left: 4px;
		background: deepskyblue;
		color: #29469e;
	}
	.slider.btn.btn-default:hover {
		background-color: #000;
		color: #fff;
	}
	.slider-content-left {
		position: relative;
		margin: 0 0 0 40px;
	}
	.slider-content-right {
		position: relative;
	}
}
@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}
img {
	vertical-align: bottom;
	width: 100%;
}
.fa-caret-down {
	float: right;
	padding-right: 8px;
}
.dropdown-container {
	display: none;
	background-color: whitesmoke;
	padding-left: 8px;
}
.carousel .item.active .animated1 {
	-webkit-animation: lightSpeedIn 1s ease-in 800ms both;
	animation: lightSpeedIn 1s ease-in 800ms both;
}
.carousel .item.active .animated2 {
	-webkit-animation: bounceIn 1s ease-in 800ms both;
	animation: bounceIn 1s ease-in 800ms both;
}
.carousel .item.active .animated3 {
	-webkit-animation: flipInX 2s ease-in-out 800ms both;
	animation: flipInX 2s ease-in-out 800ms both;
}
@media (min-width: 992px) {
	span.icon-login img {
		width: 30%;
		margin-top: -8px;
		margin-right: 10px;
	}
	.testimonial-carousel-six-wrapper {
		background: url(/en/images/shape-wave.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 6.93333rem 0;
	}
	.more-link:hover:after {
		width: 13%;
		margin-right: 49px;
	}
	.more-link:after {
		transition: width 400ms cubic-bezier(.19, 1, .22, 1);
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 1px;
		margin-right: 49px;
		background: deepskyblue;
	}
	.pagination {
		margin: 0;
		float: right;
		display: inline-flex;
		font-size: 12px;
	}
	.navbar-brand img,
	.navbar-brand img::before {
		width: 145px;
		height: auto;
		padding: 10px 8px;
		position: relative;
		top: -29px;
		margin-left: 3px;
		/*content: url(images/ubf-white.png);*/
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 154px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/*	content: url(images/ubf-white.png);*/
	}
	.event-video iframe {
		width: 540px;
		height: 316px;
	}
	.less-size {
		padding: 0px 70px;
	}
	.annual:hover .overlay-annual {
		display: block;
		position: absolute;
		background-color: rgba(51, 122, 183, 0.7411764705882353);
		top: 20px;
		right: 21px;
		width: 82%;
		height: 88%;
		padding: 72px 0px;
		transition: 0.3s ease;
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.annual:hover .overlay-annual h4 {
		font-size: 25px;
		font-weight: bold;
		background: transparent;
	}
	.overlay-annual {
		display: block;
		position: absolute;
		background-color: rgba(51, 122, 183, 1);
		bottom: 0%;
		right: 4px;
		padding: 10px;
		transition: 0.5s ease;
		/* width: 150px; */
		/* height: 216px; */
	}
	.overlay-annual h4 {
		font-size: 15px;
		text-align: center;
		background: transparent;
	}
	/*.annual >.overlay-annual{
	opacity: 0;
	}
	*/
	.annual {
		transition: box-shadow .3s;
		/* width: 220px;
    height: 185px;
    margin: 15px 30px;*/
		padding: 20px;
		margin: 10px 0px;
	}
	.annual-image {
		border: 1px solid rgb(174, 200, 232);
	}
	.annual-content {
		border: 1px solid rgb(174, 200, 232);
		padding: 0px 20px;
	}
	.annual-content h4 {
		font-size: 15px;
		text-align: center;
	}
	.pdf {
		content: "";
		background: url(/en/images/pdf-icon.svg) no-repeat;
		width: 16px;
		height: 20px;
		position: relative;
		float: right;
	}
	.banner-1 {
		margin-left: 67px;
	}
	.banner-1 .read-1 {
		color: whitesmoke;
		font-size: 16px;
		float: right;
		padding: 0px 2px;
		top: 59px;
		right: -430px;
	}
	.mobile-mebf img {
		width: 100%;
		padding: 5px 79px;
	}
	.member-image img {
		padding: 10px 20px 0px;
		width: 75%;
	}
	.right_sidebar {
		border-left: 1px solid whitesmoke;
	}
	#main-slide .slider-content h1 {
		font-size: 50px;
	}
	/*.carousel-inner .slider-image1 img:after{
		content:url(images/back/5.jpg);
		width: 100%;
		height: auto;


		}*/
	.content-two h1 span {
		color: white;
	}
	#main-slide .slider-content .content-2 p {
		color: white !important;
	}
	.slider-content .slider-1-right {
		position: relative;
		right: 100px;
		top: 0px;
		float: right;
	}
	.slider-content .slider-1-left {
		position: relative;
		top: 63px;
	}
	.no-padding {
		padding: 0px;
	}
	#main-slide .slider-content .content-2 p i span {
		color: black;
		font-weight: 600;
		font-size: 40px;
	}
	#main-slide .slider-content .content-2 p i {
		font-weight: 600;
	}
	.content-two {
		margin-left: 30px;
	}
	.content-two-read {
		position: relative;
		top: -12px;
		left: 2px;
		float: left;
	}
	.carousel-inner .slider-image2 img {
		content: url('images/back/1-banner.jpg');
	}
	.carousel-inner .slider-image3 img {
		content: url(images/back/MEBF-Digital-Banner.jpg);
	}
	/*	.carousel-inner .slider-image1 img::after{
	content:url(images/back/2.jpg);
		}


.carousel-inner .slider-image2 img::after{
	content:url(images/back/8.jpg);
		}
.carousel-inner .slider-image3 img::after{
	content:url(images/back/8.jpg);
		}*/
	.nav > li > a {
		position: relative;
		display: block;
		padding: 15px 10px;
		/* margin: 0px 13px;*/
	}
	.mt {
		/* margin-top: 25px;*/
		font-weight: 400;
		font-size: 20px;
		font-family: 'Lato', sans-serif;
		/* font-family:'Montserrat', sans-serif;*/
		/*font-family: 'Source Sans Pro', sans-serif;*/
		position: relative;
		right: 0%;
		float: right;
		padding-top: 14px;
	}
	.outer-1 {
		width: 90.5%;
		height: 36px;
		border: 1px solid rgba(153, 154, 154, 0.6);
		background: transparent;
		position: absolute;
		top: 85.5%;
	}
	.outer-1 h1 {
		position: absolute;
		top: -39%;
		left: 28%;
		color: #777;
		text-align: center;
		font-size: 15px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.contact-right-w3l input[type="submit"] {
		background: #4991db;
		color: #fff;
		padding: 0em 1em;
		margin-top: 1.3em;
		border: 1px solid #ffffff;
		outline: none;
		font-size: 0.9em;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(5, 6, 77, 0.35);
		border-radius: 0px;
		background: transparent;
		outline: none;
		padding: 0.5em;
		width: 81%;
		margin-bottom: 1em;
		color: #05064d;
	}
	.contact-right-w3l input[type="text"]:nth-child(1),
	.contact-right-w3l input[type="email"] {
		margin-right: 2%;
	}
	.contact-right-w3l textarea {
		width: 81%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: #05064d;
	}
	.pagination {
		margin: 0;
		float: left;
		display: inline-flex;
		font-size: 12px;
	}
	.box-video-mebf {
		position: relative;
		top: 165px;
		left: 14%;
		transform: translate(-50%, -50%);
		width: 650px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video-mebf .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video-mebf span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video-mebf span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video-mebf span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video-mebf span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.box-video {
		position: relative;
		top: 136px;
		left: 49%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 300px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.container.rel {
		/*position: relative;*/
		z-index: -1;
	}
	.property .overlay h3 {
		text-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3);
		color: #fff;
		font-size: 15px;
		font-weight: bold;
		margin: 3px 0 18px 0;
		text-align: center;
		letter-spacing: 1px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property .overlay .additional-info {
		background-color: rgb(45, 77, 146);
		display: table;
		height: 30px;
		list-style: none;
		margin-bottom: 0;
		width: 100%;
		padding: 8px 12px;
	}
	.property .overlay .additional-info li {
		-moz-transition: 0.8s;
		-webkit-transition: 0.8s;
		transition: 0.8s;
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
		opacity: 0;
		color: #fff;
		display: table-cell;
		font-size: 11px;
		width: 25%;
		text-align: center;
	}
	.property .overlay .additional-info li header {
		filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
		opacity: 0.5;
		font-size: 11px;
	}
	.property .overlay figure {
		color: #fff;
		font-weight: lighter;
	}
	.property:hover img,
	.property:active img,
	.property:focus img {
		-moz-backface-visibility: hidden;
		top: -10px;
	}
	.property:hover .overlay,
	.property:active .overlay,
	.property:focus .overlay {
		bottom: 0px;
	}
	.property:hover .overlay .additional-info li,
	.property:active .overlay .additional-info li,
	.property:focus .overlay .additional-info li {
		filter: progid: DXImageTransform.Microsoft.Alpha(enabled=false);
		opacity: 1;
	}
	figure.effect-apollo {
		background: #3498db;
	}
	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}
	figure.effect-apollo p {
		position: absolute;
		right: 31px;
		bottom: 33px;
		margin: 3em;
		padding: 0 1em;
		max-width: 148px;
		border-right: 4px solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}
	figure.effect-apollo h1 {
		text-align: center;
		color: white;
		padding-top: 22%;
	}
	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-apollo:hover figcaption::before {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	figure.effect-apollo:hover p {
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.grid {
		position: relative;
		clear: both;
		margin: 0 auto;
		padding: 1em 0 4em;
		max-width: 1000px;
		list-style: none;
		text-align: center;
	}
	/* Common style */
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 15px;
		min-width: 320px;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.annual-report figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 1%;
		min-width: 150px !important;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: #215eab;
		text-align: center;
		cursor: pointer;
	}
	.annual-report figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px !important;
		bottom: -100px !important;
		width: 191px !important;
		height: 185px !important;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
	}
	.grid figure figcaption {
		padding: 2em;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	.grid figure figcaption,
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* Anchor will cover the whole item by default */
	/* For some effects it will show as a button */
	.grid figure figcaption > a {
		z-index: 0;
		text-indent: 200%;
		white-space: nowrap;
		font-size: 0;
		opacity: 0;
		opacity: 1;
		padding: 13px;
	}
	.grid figcaption a > h1 span {
		opacity: 1;
	}
	.grid figure h1 {
		word-spacing: -0.15em;
		font-weight: 300;
		font-size: 20px;
		white-space: pre-wrap;
	}
	.grid figure h1 span {
		font-weight: 600;
		color: white;
		font-size: 25px;
	}
	.annual-report figure h1 span {
		font-weight: 600;
		color: black;
		font-size: 25px;
	}
	.annual-report figure h1 {
		padding-top: 50%;
	}
	.new figure h1 span {
		font-weight: 500;
		color: white;
		font-size: 20px;
		white-space: pre-wrap;
	}
	.grid figure h1,
	.grid figure p {
		margin: 0;
	}
	.grid figure p {
		letter-spacing: 1px;
		font-size: 68.5%;
	}
	.grid figure p a {
		color: white;
	}
	figure.effect-lexi {
		background: -webkit-linear-gradient(-45deg, #000 0%, #fff 100%);
		background: linear-gradient(-45deg, #000 0%, #fff 100%);
		margin: 10px 25px;
	}
	figure.effect-lexi img {
		margin: -10px 0 0 -10px;
		max-width: none;
		width: -webkit-calc(100% + 10px);
		width: calc(100% + 10px);
		opacity: 0.9;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(10px, 10px, 0);
		transform: translate3d(10px, 10px, 0);
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	figure.effect-lexi figcaption::before,
	figure.effect-lexi p {
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 300px;
		height: 300px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	.new figure.effect-lexi figcaption::before {
		position: absolute;
		right: -100px;
		bottom: -100px;
		width: 250px;
		height: 250px;
		border: 2px solid #fff;
		border-radius: 50%;
		box-shadow: 0 0 0 900px rgba(255, 255, 255, 0.2);
		content: '';
		opacity: 0;
		-webkit-transform: scale3d(0.5, 0.5, 1);
		transform: scale3d(0.5, 0.5, 1);
		-webkit-transform-origin: 50% 50%;
		transform-origin: 50% 50%;
	}
	figure.effect-lexi:hover img {
		opacity: 0.6;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	figure.effect-lexi h1 {
		text-align: left;
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
		-webkit-transform: translate3d(5px, 5px, 0);
		transform: translate3d(5px, 5px, 0);
		color: white;
	}
	figure.effect-lexi p {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 0 1.5em 1.5em 0;
		width: 140px;
		text-align: right;
		opacity: 0;
		-webkit-transform: translate3d(20px, 20px, 0);
		transform: translate3d(20px, 20px, 0);
	}
	figure.effect-lexi:hover figcaption::before {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-lexi:hover h1,
	figure.effect-lexi:hover p {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	<--------Image-heraa------------- > figure.effect-hera {
		background: #303fa9;
	}
	figure.effect-hera h1 {
		font-size: 125.75%;
	}
	figure.effect-hera h1,
	figure.effect-hera p {
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0);
		transform: translate3d(-50%, -50%, 0);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
		color: white;
	}
	figure.effect-hera figcaption::before {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 150px;
		height: 150px;
		border: 2px solid #fff;
		content: '';
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
		-webkit-transform-origin: 50%;
		transform-origin: 50%;
	}
	figure.effect-hera p {
		width: 100px;
		text-transform: none;
		font-size: 121%;
		line-height: 2;
	}
	figure.effect-hera p a {
		color: #fff;
		opacity: 0;
	}
	figure.effect-hera p a:hover,
	figure.effect-hera p a:focus {
		opacity: 0.6;
	}
	figure.effect-hera p a i {
		opacity: 0;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
	}
	/*figure.effect-hera p a {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}*/
	figure.effect-hera p a:first-child i {
		-webkit-transform: translate3d(-60px, -60px, 0);
		transform: translate3d(-60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(2) i {
		-webkit-transform: translate3d(60px, -60px, 0);
		transform: translate3d(60px, -60px, 0);
	}
	figure.effect-hera p a:nth-child(3) i {
		-webkit-transform: translate3d(-60px, 60px, 0);
		transform: translate3d(-60px, 60px, 0);
	}
	figure.effect-hera p a:nth-child(4) i {
		-webkit-transform: translate3d(60px, 60px, 0);
		transform: translate3d(60px, 60px, 0);
	}
	figure.effect-hera:hover figcaption::before {
		opacity: 1;
		-webkit-transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
		transform: translate3d(-50%, -50%, 0) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
	}
	figure.effect-hera:hover h1 {
		opacity: 0;
		-webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
		transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
	}
	figure.effect-hera:hover p i:empty {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	figure.effect-hera:hover a {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		/* just because it's stronger than nth-child */
		opacity: 1;
	}
	.grid figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 5px !important;
		min-width: 320px;
		max-width: 480px;
		max-height: 360px;
		width: 48%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.navbar-brand img,
	.navbar-brand img::before {
		width: 174px !important;
		height: auto;
		padding: 10px 8px;
		position: relative;
		top: -29px;
		margin-left: 20px !important;
		/*content: url(images/ubf-white.png);*/
	}
	.custom-module {
		padding-right: 0px;
		margin-top: 9%;
	}
	.custom-module p {
		padding-right: 0px;
		margin: 0;
	}
	.box-trust h3 {
		color: white;
		font-size: 27px;
		margin-top: 0px;
	}
	.box-trust h5 {
		color: white;
		font-size: 22px;
		margin-top: 0px;
	}
	.inner-overlay {
		height: auto;
		position: absolute;
		width: 100%;
		float: left;
		min-height: 352px;
		top: 103px;
		background: linear-gradient(0deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .52) 30%, rgba(0, 0, 0, .1) 83%, transparent);
		/* background-image: url(images/back/overlay.png); */
		background-size: cover;
		background-repeat: no-repeat;
		z-index: 0;
		/* opacity: 0.9; */
	}
	.title-inner {
		position: relative;
		bottom: -240px;
		left: 0px;
	}
	.banner-content {
		position: relative;
		top: 329px;
	}
	/*	.banner-content {
    position: relative;
    top: 257px;
}*/
	.title-inner h1 {
		color: white;
		font-size: 26px;
		font-weight: 500;
		text-align: left;
		/* background-color: #0000006b; */
		width: fit-content;
		text-transform: uppercase;
	}
	.banner-content .container h1 {
		font-size: 25px;
		font-weight: 600;
		margin-top: 0px;
	}
	.box-news {
		padding-top: 15px;
	}
	.box-news:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-speech:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.news-active {
		box-shadow: 0 0 21px #215eab8c;
	}
	.box-news {
		transition: box-shadow .3s;
		width: 75px;
		height: 75px;
		margin: 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.box-news h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
	}
	.box-activity {
		transition: box-shadow .3s;
		width: 250px;
		height: 200px;
		margin: 15px auto;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-activity:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-activity h3 {
		margin-top: 40% !important;
		font-size: 15px !important;
	}
	.box-news-section {
		transition: box-shadow .3s;
		width: 290px;
		height: 200px;
		margin: 15px 12px;
		border-radius: 1px;
		border: 1px solid #dfdfe3;
		background: #fff;
		text-align: center;
	}
	.box-news-section:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-news-section h3 {
		margin-top: 22%;
		font-size: 17px !important;
	}
	.download h5 {
		font-size: 13px;
		text-align: right;
		color: #215eab;
		margin-top: 42px;
	}
	.logo-right img {
		width: 20px !important;
		float: left;
		border: none !important;
		margin: 0px;
		padding: 10px 0px !important;
	}
	.text-18 h5 {
		margin-top: 22px;
		float: right;
		color: rgb(192, 192, 192);
	}
	.box-membr {
		padding: 15px;
	}
	.box-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-membr {
		transition: box-shadow .3s;
		width: 190px;
		height: 185px;
		margin: 15px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.box-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 16px;
		margin-top: 10px;
	}
	.box-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.box-trust {
		padding: 15px;
	}
	.box-trust:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.box-trust {
		transition: box-shadow .3s;
		width: 275px;
		height: 238px;
		margin: 15px 5px;
		border-radius: 0px;
		/*  border: 1px solid deepskyblue;*/
		background: rgb(0, 154, 206);
		text-align: center;
		/* float: left; */
	}
	.purple {
		background: rgb(132, 0, 132);
	}
	.blue {
		background: rgb(4, 4, 142);
	}
	.box-trust h4 {
		color: white;
		font-size: 25px;
		margin-top: 10px;
		font-weight: 600;
	}
	.box-trust h5 {
		color: white;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	.box-trust i {
		color: white;
		font-size: 4em;
	}
	.pages_banner h1 {
		text-align: left;
		display: inline-block;
		/* background-color: rgba(0, 0, 0, 0.2); */
		font-size: 30px;
		font-weight: 500;
		color: #1b4298;
		padding: 24px 0px 0px;
		position: relative;
		top: 85px;
	}
	.services_text h3 {
		color: black;
		font-size: 17px;
		margin-top: -11px;
	}
	.event-video iframe {
		width: 340px;
		height: 216px;
	}
	.event-video {
		margin: 0px 25px;
	}
	.new-menu-drop {
		background-color: white !important;
	}
	.new-menu-drop-1 {
		background-color: white !important;
	}
	.open > .new-menu-drop {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 16px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.open > .new-menu-drop-1 {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 81px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.new-menu-drop-month {
		background-color: white !important;
		position: absolute;
		left: 17px;
		/* padding: 15px; */
	}
	/*.dropdown-menu {
display: none;
}*/
	.new-menu-drop a {
		padding: 10px;
	}
	.new-menu-drop-1 a {
		padding: 10px;
	}
	.new-menu-drop-month a {
		padding: 10px;
	}
	.year-drop {
		text-align: left;
		padding: 0px;
		position: relative;
		left: 0%;
	}
	.month-drop {
		text-align: right;
		padding: 0px 0px;
		position: relative;
		right: 1px;
	}
	.complaint p {
		font-size: 13px;
	}
	.box-csr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.csr-active {
		box-shadow: 0 0 21px #215eab8c;
	}
	.csr {
		margin-right: 8%;
	}
	.csr li a {
		font-size: 13px;
		text-align: left;
	}
	.box-csr {
		transition: box-shadow .3s;
		width: 74px;
		height: 70px;
		margin: 16px 5px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.role h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		margin-right: 20px;
	}
	.box-csr {
		padding-top: 11px;
	}
	.role-table {
		margin: 0px 14px 0px -2px;
	}
	.role-table td {
		font-size: 10px;
		padding: 10px;
		font-weight: bold;
		text-align: left;
	}
	.tble-1 {
		margin-bottom: 30px;
		padding: 0px;
		margin-top: 10px;
		/* border-left: 1px solid whitesmoke; */
	}
	.thumbnail-2 .media-wrap img {
		max-width: 150px;
	}
	.thumbnail-2 .media-wrap img {
		border-radius: 50%;
		max-width: 100px;
	}
	.thumbnail-2 .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 15px;
		text-align: center;
		margin: 10px 0px;
		min-height: 290px;
	}
	.thumbnail-2:before {
		top: 85px;
	}
	.thumbnail-2:before {
		content: "";
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: #ffffff;
		border-radius: 0px;
		border: 1px solid #337ab71c;
	}
	.divider-1:before {
		width: 43px;
		border-top: 2px solid #aeb1be;
	}
	.divider:before {
		content: "";
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.services_text .thumbnail-2 h1 {
		font-size: 12.5px;
		font-weight: 600;
		text-align: center;
		margin: 5px 0px;
		text-transform: capitalize;
	}
	.services_text .thumbnail-2 h2 {
		font-size: 14px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h3 {
		font-size: 15px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h4 {
		font-size: 11px;
		text-align: center;
		margin: 0px;
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 17px;
		text-align: center;
		margin: 10px 17px;
		min-height: 254px;
	}
	.panel p {
		text-align: left;
		padding: 0px !important;
	}
	.ceo-banner {
		position: relative;
		top: 276px !important;
	}
	.mar-btm0 h3 {
		margin-top: 20px !important;
		font-size: 15px;
	}
	.ceo-membr {
		padding: 15px;
	}
	.ceo-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.ceo-membr {
		transition: box-shadow .3s;
		width: 153px;
		height: 153px;
		margin: 15px 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.ceo-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
	.ceo-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	/*.ceo-membr {
    transition: box-shadow .3s;
    width: 158px;
    height: 158px;
    margin: 15px 15px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
     float: left;
}*/
	.owl-pagination {
		display: none;
	}
	.all-news h1 {
		color: white;
		/* display: none; */
		position: absolute;
		top: 182px;
		left: 73px;
	}
	.header.affix .yamm ul {
		padding: 10px;
		text-align: center;
	}
	.after {
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, deepskyblue 50%, transparent 50%);
		background-color: #ddd;
		background-size: 200% 100%;
		background-position: 100% 0;
		transition: all 0.6s ease;
	}
	input:focus ~ .after {
		background-position: 0 0;
	}
	.loginpage-form h3 {
		color: white;
		font-weight: 500;
		font-size: 16px;
		margin-top: 18px;
	}
	.new-btn {
		background-color: rgb(33, 94, 171) !important;
		color: #eee !important;
		border: 0.5px solid rgb(33, 94, 171) !important;
		border-radius: 0px !important;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
	}
	.line-bottom {
		margin-top: 1px;
		margin-bottom: 10px;
		border: 0;
		border-top: 0.5px solid #337ab7;
	}
	.cardbox-1 {
		background-color: #f5f5f5;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 82px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-2 {
		background-color: #fff;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 82px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-1:hover {
		-webkit-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		-moz-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1:hover > .img-wrap {
		transform: scale(1.03);
		transition: 0.5s;
	}
	.cardbox-2:hover {
		-webkit-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		-moz-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1 h3 {
		font-size: 15px;
		margin: 20px 0px 0px;
		font-weight: bold;
		text-align: left;
	}
	.cardbox-2 h3 {
		font-size: 15px;
		margin: 20px 0px 0px;
		font-weight: bold;
	}
	.card-box-content {
		margin: 10px 0px;
	}
	.card-box-content h3 {
		padding-top: 22px;
		/* color: deepskyblue; */
		font-weight: 500;
		font-size: 13px !important;
		margin: 0px;
		color: #5d5d5d;
	}
	.card-box-content h5 {
		font-weight: 500;
		font-size: 14px !important;
		color: deepskyblue;
	}
	.card-box-2-content {
		border-left: 1px solid deepskyblue;
		margin: 10px 0px;
	}
	/*.card-box-date{

	margin: 10px 0px;
}*/
	.dropdown-backdrop {
		position: inherit;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 990;
	}
	.arrow-offer-r i {
		font-size: 20px;
		color: deepskyblue;
		padding-left: 27%;
		/* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		-moz-box-shadow: 1px 37px 41px -20px rgba(0, 0, 0, 0.68);
		/* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	}
	.cardbox-1:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.cardbox-2:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.post-date {
		border-radius: 3px;
		position: absolute;
		text-align: center;
		top: 0px;
		left: -6px;
		width: 39px;
		/* margin-top: 5px; */
		z-index: 1;
	}
	.post-date strong {
		background-color: #29469ef5;
		/* border-radius: 3px 3px 0 0; */
		color: white;
		font-size: 12px !important;
		font-weight: 600;
		padding: 9px 0px !important;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
	}
	.post-date span {
		background-color: rgb(167, 167, 167);
		border-radius: 0 0 3px 3px;
		color: #fff;
		font-size: 10px;
		padding: 6px 0px;
		display: block;
		font-family: Arial, Helvetica, sans-serif !important;
	}
	/*.img-news-1 {
    background-image: url('/en/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/
	.topic-date {
		margin: 0px;
	}
	.img-wrap {
		background-size: cover;
		background-color: lightgray;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 123px;
		/* width: auto; */
		height: 100%;
		border-right: 0.5px solid lightgrey;
	}
	.img-wrap img {
		position: relative;
		z-index: 1;
		display: none;
	}
	.opinion h3 {
		/* color: deepskyblue; */
		font-weight: 500;
		font-size: 13px !important;
		margin: 0px;
		color: #5d5d5d;
	}
	.cardbox-1:hover > h3 {
		color: black;
	}
	.arrow-offer-r {
		float: right;
		/* padding-right: 3%; */
		margin-right: 10px;
		-webkit-transition: all 0.20s ease-in-out;
		font-size: 13px;
	}
	.cardbox-1 {
		background-color: white;
		/* padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		min-height: 109px;
		width: 85%;
		overflow: hidden;
		/* width: 800px; */
		padding: 0px;
	}
	.services_text h2 {
		text-transform: none;
		color: black;
		text-align: left;
		font-size: 22px;
		font-weight: bold;
	}
	.new-menu-drop {
		background-color: white !important;
	}
	.new-menu-drop-1 {
		background-color: white !important;
	}
	.open > .new-menu-drop {
		display: inline-grid;
		z-index: 5;
		max-height: 254px;
		overflow: auto;
		left: 16px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.open > .new-menu-drop-1 {
		display: inline-grid;
		z-index: 5;
		max-height: 254px;
		overflow: auto;
		left: 0px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.new-menu-drop-month {
		background-color: white !important;
		position: absolute;
		left: 17px;
		/* padding: 15px; */
	}
	.open > .new-menu-drop-month {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 292px;
		min-width: 116px;
		top: 40px;
		border: none;
		text-align: center;
	}
	/*
	.mcs-horizontal-example{
  overflow-x: auto;
}

.mcs-horizontal-example ul{
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mcs-horizontal-example ul > li{
  display: inline-block;
}*/
	/*	.services_details_area .left_sidebar .widget ul {
    list-style-type: none;
    display: inline-flex;
}

	.services_details_area .left_sidebar .widget li a.active {
    background-color: white;
    color: #215eab;
    padding-left: 25px;
    text-decoration: none;
    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
    text-transform: uppercase;
    height: 54px;
		text-align: center;
}

	.services_details_area .left_sidebar .target li a {
    display: block;
    font: 600 18px/50px;
    color: #141414;
    border-bottom: 1px solid #e2e2e3;
    margin-bottom: 5px;
    padding: 15px;
    position: relative;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
		height: 54px;
}*/
	.services_details_area .left_sidebar .widget ul {
		list-style-type: none;
		padding-left: 0px !important;
	}
	.subscribe {
		margin-top: -4px;
		float: right;
		position: absolute;
		right: -51%;
		top: 13px;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 0px;
		background: rgba(126, 126, 126, 0);
		outline: none;
		padding: 0.5em;
		width: 99%;
		margin-bottom: 1em;
		color: white;
	}
	.contact-right-w3l textarea {
		width: 99%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: white;
	}
	.contact-right-w3l input[type="submit"] {
		background: #ffffff;
		color: #999;
		padding: 0em 1em;
		margin-top: 1.3em;
		border: 1px solid #ffffff;
		outline: none;
		font-size: 0.9em;
		/*float: right;*/
	}
	.site {
		text-align: left !important;
	}
	.logo img {
		padding: 11px 0px;
		width: 90%;
	}
	.contact-title {
		color: white;
		font-size: 22px;
		padding: 10px 0;
		margin: 0;
		line-height: 1;
		text-align: center;
	}
	.newsletter-widget .form-control {
		border-radius: 0;
		font-size: 14px;
		box-shadow: none !important;
		height: 51px;
		background: transparent;
		border-bottom: 1px solid #ddd;
	}
	div#contact1 {
		border-top: 0.1px solid rgba(0, 0, 0, 0.73);
	}
	.newsletter-widget .btn {
		padding-left: 20px;
		padding-right: 20px;
		float: right;
		position: relative;
		top: -49px;
	}
	.form-inline .form-control {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		margin-top: 6%;
	}
	.services_text {
		padding: 15px;
	}
	.services_text h1 {
		position: relative;
		top: 0px;
	}
	.services_text h1 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(79%, rgba(8, 168, 237, 1)), color-stop(88%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		margin-top: 0px;
		text-transform: uppercase;
		font-size: 26px;
	}
	.logo {
		margin-top: 19px;
		padding: 0px 0px;
		text-align: left;
	}
	.footer .widget {
		margin: 10px 0;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 9px 10px;
		margin-top: 26px;
		margin-right: 15px;
		margin-bottom: 8px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.navbar-default .navbar-toggle {
		border-color: #ddd0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #eee;
	}
	.header.header.affix {
		position: fixed;
		top: 0px;
		z-index: 100;
		background-color: white;
		background-image: none;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #ccc;
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 194px;
		height: auto;
		padding: 0px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/* content: url(images/ubf-white.png); */
	}
	video {
		width: 100%;
		height: 350px;
		vertical-align: bottom;
		object-fit: cover;
	}
	.shadow:hover {
		box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;
	}
	.box i {
		margin-bottom: 30px;
		display: inline-block;
		line-height: 1;
		font-size: 42px;
	}
	.shadow-mebf:hover {
		box-shadow: -10px 10px 0px -7px #215eab;
		transition: 0.5s;
	}
	.shadow-mebf {
		/* border: 1px solid;*/
		padding: 0px;
		box-shadow: -21px 20px 0px -10px #215eab;
		transition: 0.5s;
		margin: 50px 20px;
	}
	.zoom1 p {
		text-align: center;
		padding-right: 0px;
		padding-bottom: 0px;
		font-size: 12px;
		padding-top: 0px;
		margin: 0px auto;
	}
	.bx1 {
		text-align: center;
		color: white;
		border-radius: 10px;
		min-height: 180px;
	}
	.box {
		background-color: white;
		padding: 20px 0px;
		position: relative;
		z-index: 11;
		text-align: center;
	}
	.box h4 {
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 20px;
		padding: 0;
		color: black;
	}
	.header.affix {
		position: fixed;
		top: 0;
		color: white;
		z-index: 100;
		/* background-image: url(images/nav.png); */
		/* background-color: rgb(101, 101, 101); */
		background-color: rgba(150, 150, 150, 0.97);
		left: 0;
		padding: 0px 2px 8px 0px;
		right: 0;
		border-bottom: 0.5px solid #aaaaaa70;
		/* background-color: #fffbfbe0; */
	}
	/*	label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 21px;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
	.initiatives-home p {
		text-align: justify;
		margin-bottom: 20px;
	}
	.all-news h1 {
		color: white;
		/* display: none; */
		position: absolute;
		top: 182px;
		left: 73px;
	}
	.zoom1 p {
		text-align: center;
		padding-bottom: 20px;
		margin: 0px auto;
	}
	.o-login-btn {
		background-color: #2d4d92 !important;
		padding: 8px;
		margin-top: 12% !important;
		border-radius: 0px !important;
		border: none;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a,
	.navbar-default .navbar-nav > .open > a,
	.navbar-default .navbar-nav > .open > a:hover,
	.navbar-default .navbar-nav > .open > a:focus {
		color: deepskyblue;
		display: inline-block;
	}
	.yamm .hassubmenu li a:before {
		content: "";
		position: absolute;
		width: 70%;
		height: 2px;
		bottom: 0;
		left: 14px;
		background: deepskyblue;
		visibility: hidden;
		border-radius: 5px;
		transform: scaleX(0);
		transition: .25s linear;
	}
	.yamm .dropdown-menu li a:hover:before,
	.yamm .dropdown-menu li a:focus:before {
		visibility: visible;
		transform: scaleX(1);
	}
	.yamm .dropdown-menu li {
		/* padding-left: 20px; */
		margin: 14px 14px;
	}
	.box-1 {
		transition: box-shadow .3s;
		width: 128px;
		height: 128px;
		margin: 15px 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 9em;
	}
	.membr p {
		position: absolute;
		top: 9%;
		left: 24%;
		font-size: 20px;
		color: #215eab;
		font-weight: 600;
	}
	.outer-1 h1 {
		position: absolute;
		top: -45%;
		left: 17%;
		color: #777;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
	.box {
		background-color: white;
		padding: 25px;
		position: relative;
		z-index: 11;
		text-align: center;
		min-height: 250px;
		max-height: 250px;
	}
	.mt strong {
		display: none;
	}
	.box1 {
		padding-top: 15px;
	}
	img {
		vertical-align: bottom;
		width: 100%;
	}
	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 16px;
	}
	.causes_area .causes .causes_hover {
		position: absolute;
		left: 14px;
		top: 0;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #fff;
		background-color: #215eabd9;
		font: 600 22px/1;
		padding-top: 120px;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition-property: transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		text-decoration: none;
		width: 89%;
	}
	.shadow iframe {
		width: 719px;
		height: 346px;
	}
	.shadow-mebf iframe {
		width: 719px;
		height: 346px;
	}
	.read-2 {
		color: gray;
		font-size: 16px;
		float: right;
		padding-right: 30px;
		margin-bottom: 20px;
	}
	.trusted_content {
		margin: 10px 10px 10px 12px;
	}
	/*	#pd-64{
	margin-top: 69px;

	}*/
	.container-1:hover .overlay-1 {
		height: 59%;
	}
	.overlay-1 {
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 0;
		background-color: #215eab8f;
		overflow: hidden;
		width: 86%;
		height: 0;
		transition: .5s ease;
	}
	.text-1 {
		color: white;
		font-size: 16px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.outer1 h1 {
		color: white;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 13px;
		margin-top: 6px;
		margin-bottom: 10px;
	}
	.logo-membr {
		position: absolute;
		top: -5px;
		left: 4px;
	}
	form1 {
		width: 90%;
		margin: 10px auto;
		position: absolute;
		top: 24%;
		left: 14px;
	}
	.outer-1 {
		width: 90.5%;
		height: 33px;
		border: 1px solid #999a9a99;
		background: transparent;
		position: absolute;
		top: 87.5%;
	}
	.outer1 {
		width: 84.5%;
		height: 32px;
		background: #1b4298cf;
		position: absolute;
		top: 81.5%;
	}
	/*label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 20px;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
	input {
		font-size: 12px;
		width: 100%;
		/* border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 15%;
		/* background-color: rgba(0,0,0,0.1); */
	}
	#main-slide .slider-content h1 {
		font-size: 35px;
		margin-bottom: 10px;
		margin-top: 0;
	}
	#main-slide .slider-content p {
		font-size: 20px;
		margin-top: 0;
		line-height: 25px;
	}
	.slider.btn {
		padding: 5px 25px;
		margin-top: 5px;
		font-size: 16px;
	}
	#main-slide .item {
		height: auto;
	}
	.pad-60 {
		padding-top: 0px;
	}
	.nav > li > a {
		position: relative;
		display: block;
		padding: 10px 8px;
	}
	.marq {
		margin-top: -50px;
		padding: 3px 5px 4px 0px;
		color: white !important;
		font-size: 16px;
		background: #2e59ba;
	}
	.testimonial-carousel-six-wrapper {
		padding: -0.06667rem 0 !important;
	}
	marquee {
		font-size: 14px;
	}
	marquee a {
		padding-right: 60px;
		color: white;
		font-size: 14px;
	}
	#main-slide .carousel-indicators {
		display: none;
	}
	#main-slide .slider-content p {
		font-size: 28px;
		font-weight: 500;
		line-height: 40px;
		letter-spacing: 1px;
		margin-bottom: 5px;
		color: white;
		z-index: 0;
	}
	#main-slide .slider-content h1 {
		font-size: 42px;
		font-weight: bold;
		line-height: 51px;
		line-height: 38px;
		letter-spacing: 5px;
		margin-bottom: 39px;
		color: white;
		font-family: 'Helvetica', sans-serif;
	}
	#main-slide .slider-content {
		top: 41%;
		margin-top: 6px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	.read-1 {
		color: whitesmoke;
		font-size: 13px;
		float: right;
		padding-right: 0px;
	}
	.mt {
		/* margin-top: 25px; */
		font-weight: 400;
		font-size: 16px;
		font-family: 'Lato', sans-serif;
		/* font-family: 'Montserrat', sans-serif; */
		/* font-family: 'Source Sans Pro', sans-serif; */
		position: relative;
		right: 0%;
		/* float: right; */
		/* padding-top: 14px; */
	}
	.mrqhead a {
		color: white;
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 150px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/*content: url(images/ubf-white.png);*/
	}
	/*.carousel-inner .slider-image1 img{
	content:url(images/back/uae-banner-1.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(images/back/8.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(images/back/8.jpg);
		}*/
}
@media (max-width: 767px) {
	.testimonial-carousel-six-wrapper {
		background: url(/en/images/shape-wave.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 6.93333rem 0;
	}
	#main-slide .slider-content h1 {
		font-size: 28px;
		line-height: normal;
		margin-bottom: 0;
	}
	#main-slide .slider-content p {
		font-size: 14px;
		margin-top: 5px;
	}
	.slider.btn {
		padding: 0 15px;
		margin-top: 0;
		font-size: 12px;
	}
	#main-slide .carousel-indicators {
		display: none;
	}
	/* #main-slide .item .slider-content{
		display: none;
	}*/
	#main-slide .item {
		height: 400px;
	}
}
@media (max-width: 479px) {
	span.icon-login img {
		width: 5%;
		margin-top: -3px;
		margin-right: 10px;
	}
	.testimonial-carousel-six-wrapper {
		background: url(/en/images/shape-wave.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 6.93333rem 0;
	}
	/* #main-slide .item .slider-content{
		display: none;
	}*/
	#main-slide .item {
		height: auto;
	}
}
.bx {
	/*border-radius: 15px;*/
}
.tex i {
	font-size: 65px;
	color: steelblue;
}
.tex i:hover {
	color: deepskyblue;
	font-size: 70px;
}
.read a:focus,
.read a:hover {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: deepskyblue;
	font-size: 18px;
}
.read1 a:focus,
.read1 a:hover {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: deepskyblue;
	font-size: 18px;
}
.bd {
	/*border: 1px solid deepskyblue;*/
	/* border-radius: 30px 0px 0px 30px;*/
	/*  padding: 0px 15px 0px 0px !important;*/
	/* background-color: deepskyblue;*/
	padding-right: 0px !important;
}
/*.mn1:hover{
    position: absolute;
    top:0%;
    bottom:0%;
    left: 0%;
    right: 0%;
-webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
   transition:all .3s ease;

}*/

/*.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }*/

.mn1 {
	/*-webkit-transition:0.6s ease;
    transition:0.6s ease;*/
	width: 90%
}
.bd:hover .mn1 {
	width: 95%;
	/*transform: scale(1.1);*/
}
/*
.mn1:hover{
    transform: scale3D(1.1, 1.1,0.7);
}
.mn1{
max-width: 100%;
    transition: all 500ms linear 0s;
}
*/

.bd1 {
	/*border:1px solid deepskyblue;*/
	/* border-radius: 0px 0px 0px 0px;
    padding: 0px 05px 0px 05px !important;*/
	/* background-color: deepskyblue;*/
	padding-right: 0px !important;
}
.bd2 {
	/*border:1px solid deepskyblue;*/
	/*border-radius: 0px 30px 30px 0px;*/
	/* padding:0px 0px 0px 10px !important;*/
	/*background-color:deepskyblue;*/
	padding-right: 0px !important;
}
.sec-img {
	/*width: 100%;*/
	height: auto;
}
.welcome-section {
	margin-right: -5px;
	text-align: justify;
	background-color: white;
	padding: 10px !important;
}
.welcome-section:hover {
	color: white;
	background-color: #126cb0;
}
.welcome-section .read a i:hover {
	color: white !important;
}
.welcome-section h4 {
	text-align: center !important;
}
.brd {
	/*border-radius: 0px 0px 60px 60px;*/
}
.date {
	border: 1px solid white;
	background-color: white;
	position: absolute;
	top: 0px;
	left: 0px;
	float: left;
	color: midnightblue;
	display: block;
	font-size: 18px;
}
.date span {
	padding: 3px;
	text-align: center;
}
/*.news-content {
    position: absolute;
    bottom: 7%;
    left: 2%;
    float: left;
    color: white;
    padding: 10px;
}*/

.caro-item {
	height: 350px;
	background: white;
}
/*.overlay1 {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 0;
  background-color: rgba(33, 94, 171, 1);
  overflow: hidden;
  width: 0;
  height: 20%;
  transition: .5s ease;
}*/

/*.cont:hover .overlay1 {
  width: 100%;
  left: 0;
}*/

/*
.thumb{
-webkit-filter: grayscale(100%);  Safari 6.0 - 9.0
    filter: grayscale(100%);
}
*/

.b1 {
	color: midnightblue !important;
}
.b1:active {
	background-color: white !important;
	color: white;
	border: 1px solid midnightblue;
}
.bx {
	text-align: justify;
}
.bx p {
	color: white;
	font-size: 16px;
}
.bx1 {
	text-align: center;
	color: white;
	border-radius: 10px;
}
.bx h4 {
	color: white;
	font-size: 24px;
}
.bb {
	border: 1px solid deepskyblue;
	margin-left: 10px;
}
.padb {
	padding-bottom: 45px;
}
.box .f1 {
	padding-left: 41px;
	color: midnightblue;
}
.box .f2 {
	padding-left: 41px;
	color: midnightblue;
}
.box .f3 {
	padding-left: 41px;
	color: midnightblue;
}
.box .f3:hover {
	color: green;
}
.box .f1:hover {
	color: red;
}
.box .f2:hover {
	color: orange;
}
.read i {
	font-size: 20px;
	color: midnightblue;
}
.owl-prev {
	background-color: lightgray !important;
	color: white !important;
}
.owl-prev:hover {
	background-color: deepskyblue !important;
}
.owl-next {
	background-color: lightgray !important;
	color: white !important;
}
.owl-next:hover {
	background-color: deepskyblue !important;
}
/*.owl-item{
margin-right: 10px;
}*/

.rg {
	position: absolute;
	top: 65%;
	left: 2%;
}
.vs {
	position: absolute;
	top: 65%;
	right: -31%;
}
.navigation {
	width: auto;
}
#contactform {
	width: 365px;
	top: 60px;
	right: -365px;
	height: 375px;
	margin: 83px 0;
	position: absolute;
	box-shadow: 0 0 12px 0 lightblue;
}
#contactform label {
	color: white;
}
#contact-button {
	width: 9%;
	padding: 10px 0px 0px 10px;
	cursor: pointer;
	margin-left: -33px;
	margin-top: 45px;
	font-size: 23px;
	color: black;
	position: absolute;
}
#contactform,
#contact-button {
	background-color: white;
	border-radius: 0px;
	border: 1px solid deepskyblue;
	/*border-left: none;*/
	color: midnightblue;
}
.rotated-text {
	display: inline-block;
	white-space: nowrap;
	/* this is for shity "non IE" browsers
       that dosn't support writing-mode */
	-webkit-transform: translate(1.1em, 0) rotate(90deg);
	-moz-transform: translate(1.1em, 0) rotate(90deg);
	-o-transform: translate(1.1em, 0) rotate(90deg);
	transform: translate(1.1em, 0) rotate(90deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;
	*/
	/* IE9+ */
	-ms-transform: none;
	-ms-transform-origin: none;
	/* IE8+ */
	-ms-writing-mode: tb-rl;
	/* IE7 and below */
	*writing-mode: tb-rl;
}
.rotated-text:before {
	content: "";
	float: left;
	margin-top: 100%;
}
form {
	width: 100%;
	padding: 0px;
}
form input {
	display: block;
	border: none;
	width: 325px;
	height: 30px;
	margin: 5px 5px;
}
form textarea {
	width: 325px;
	margin: 5px 5px;
	height: 120px;
}
form textarea,
form input {
	border: 1px solid deepskyblue;
	border-radius: 5px;
	background: #f2f2f2;
}
.ln-color a {
	color: white;
}
.ln-color a:hover {
	font-size: 18px;
}
.shadow {
	/* border: 1px solid;*/
	padding: 0px;
	box-shadow: -17px 17px 0px 2px #215eab;
	transition: 0.5s;
}
.custom-module h1 i {
	font-size: 23px;
}
.consultant_area:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	/* background: rgba(4, 65, 146, 0.902);*/
	background-color: white;
	display: inline-block;
	height: 150px;
	width: 100%;
	z-index: -1;
}
.consultant_area .request_consulting {
	padding-left: 15px;
	background: #fff;
	height: 484px;
	position: relative;
	top: -4em;
}
.consultant_area .project_sucessfull .project_items {
	/*  border-radius: 45px;*/
	margin-bottom: 30px;
	/* padding: 40px 30px;*/
	background-color: white;
	color: #2d2d2d;
	text-align: center;
	max-width: 237px;
}
.project_items h4 {
	color: #878585;
	font-size: 20px;
	/* font-weight: 600;*/
}
.border-right {
	border-right: 1px solid #878585aaa3;
}
.project_items h1 {
	color: #215eab;
	font-size: 30px;
}
.project_items i {
	font-size: 30px;
	color: #878585;
}
.consultant_area .project_sucessfull .project_items.pi_2 {
	background: #878585;
	color: #fff !important;
}
.consultant_area .project_sucessfull .project_items.pi_3 {
	box-shadow: 0px 0px 14px 0px rgba(212, 212, 212, 0.75);
}
.consultant_from {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 75px 50px;
}
.consultant_from .form-group .theme_btn {
	min-width: 285px;
	box-shadow: none;
	outline: none;
	margin-top: 15px;
	border: 0;
	line-height: 55px;
}
.consultant_from .form-group .form-control {
	box-shadow: none;
	outline: none;
	border: 1px solid #e6e6e6;
	font: 400 16px/54px"Source Sans Pro", sans-serif;
	color: #b5b5b5;
	background-color: transparent;
	border-radius: 10px;
	height: auto;
	padding: 0 30px;
	resize: none;
}
.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 20px 9px;
	font-size: 15px;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4dae8 !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
	/* border: none;*/
	border-radius: 0px;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
form textarea,
form input {
	border: 1px solid deepskyblue;
	border-radius: 5px;
	background: #f2f2f2;
}
form input {
	display: block;
	border: none;
	width: 82%;
	height: 30px;
	margin: 5px 5px;
}
.consultant_area {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding: 10px;
}
.our-content h1 {
	font-size: 18px;
	text-align: center;
}
.our-content p {
	font-size: 16px;
	text-align: justify;
}
.service_content p {
	font-size: 16px;
}
.services_area .services_items .service_img img {
	max-width: 100%;
	transition: all 500ms linear 0s;
}
.services_area .services_items .service_img {
	display: block;
	overflow: hidden;
	cursor: pointer;
}
.services_area .services_items:hover .service_img img,
.services_area .services_items:focus .service_img img {
	transform: scale3D(1.2, 1.2, 1);
}
.services_area .services_items:hover .service_content,
.services_area .services_items:focus .service_content {
	background: #215eab;
	color: white;
}
.service_content {
	padding: 20px;
}
.service_content .btn-primary {
	float: right;
}
.service_content .topic {
	padding: 10px 70px;
	color: deepskyblue;
	font-size: 18px;
	font-weight: 500;
}
.service_content p {
	font-size: 16px;
}
.read2 a i {
	font-size: 14px;
	color: white;
}
.read2 .btn-primary {
	color: #215eab;
}
.trusted_area {
	display: block;
	overflow: hidden;
	/* padding: 25px 0 80px;*/
	background-color: white;
}
.trusted_area .trusted_content h1 {
	font: 700 45px/52px;
	color: #215eab;
}
.trusted_area .trusted_content .fast_p {
	padding: 8px 0 25px;
	text-align: justify;
	/* line-height: 1.5; */
}
trusted_area .trusted_content .theme_btn {
	min-width: 200px;
	line-height: 50px;
	margin-top: 60px;
}
.theme_btn {
	color: white;
	background: deepskyblue;
	text-align: center !important;
	font-size: 15px;
	padding: 8px 16px;
	position: relative;
	top: 22px;
	overflow: hidden;
	border-radius: 7px;
	border: 1px solid #00000000;
	z-index: 1;
	margin: 8px 3px;
}
.causes_area {
	display: block;
	overflow: hidden;
	padding: 40px 0;
}
.tittle h1 {
	font: 700 45px/55px;
	color: #215eab;
	padding-bottom: 40px;
}
.tittle p {
	font: 400 18px/30px;
	color: #171717d6;
	/* display: inline-block;*/
	/*max-width: 920px;*/
	text-align: left;
	margin: 0px 0 -16px;
}
.tittle .theme_btn {
	float: right;
	min-width: 188px;
	background: #04a7e1;
	margin-top: 8px;
	line-height: 50px;
}
.theme_btn:hover,
.theme_btn:focus,
.theme_btn.active {
	color: white;
}
.causes_area .causes:hover .causes_hover,
.causes_area .causes:focus .causes_hover {
	transform: scaleX(1);
}
.causes_area .causes .causes_hover {
	position: absolute;
	left: 14px;
	top: 0;
	bottom: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: rgba(33, 94, 171, 0.8509803921568627);
	font: 600 22px/1;
	padding-top: 120px;
	transform: scaleX(0);
	transform-origin: 0 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
	text-decoration: none;
	width: 70%;
}
.causes_area .tittle {
	padding-bottom: 25px;
}
.tittle {
	display: block;
	overflow: hidden;
}
.box1 img {
	width: 100%;
}
.board .image-1 {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 2%;
	border: none;
	-webkit-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.51);
	-moz-box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.51);
	box-shadow: 1px 1px 16px 0px rgba(0, 0, 0, 0.51);
}
.head-topic {
	margin: 5px 0px;
	color: rgb(41, 69, 157) !important;
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 1px 1px 1px #ccc;
}
.login .outer1:hover {
	background: deepskyblue;
	color: #1b4298;
}
.login .outer-1:hover {
	border: 1px solid #1b4298;
	color: #1b4298;
}
.login h1:hover {
	font-weight: 600;
	color: #1b4298;
}
marquee a {
	padding-right: 60px;
}
.map {
	padding-left: 65px;
}
.agileinfo-icons ul li {
	display: inline-block;
	margin-right: 1em;
	font-size: 1.5em;
	float: right;
	padding: 10px;
}
.agileinfo-icons ul li a:hover {
	color: deepskyblue;
}
.contact-right-w3l::-webkit-input-placeholder {
	color: #fff;
}
.contact-right-w3l:-moz-placeholder {
	/* Firefox 18- */
	color: #fff;
}
.contact-right-w3l::-moz-placeholder {
	/* Firefox 19+ */
	color: #fff;
}
.contact-main:-ms-input-placeholder {
	color: #fff;
}
.contact-right-w3l input[type="submit"]:hover {
	background: #05064d;
	color: #fff;
	border: 1px solid #686868;
}
/*.contact-right-w3l input[type="submit"] {
    background: #4991db;
    color: #fff;
    padding: 0em 1em;
    margin-top: 1.3em;
    border: 1px solid #ffffff;
    outline: none;
    font-size: 0.9em;
}*/

:placeholder {
	color: #05064d;
}
.pages_banner {
	display: block;
	overflow: hidden;
	background: url(images/background-1.png)no-repeat center;
	background-size: cover;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
	min-height: 389px;
	background-color: whitesmoke;
}
.pages_banner-inner {
	display: block;
	overflow: hidden;
	background-color: whitesmoke;
	background-image: url(images/background-1.png);
	background-size: cover;
	padding: 100px 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
}
.pages_banner1 {
	display: block;
	overflow: hidden;
	background: url(images/back/11.jpg) no-repeat center;
	background-size: cover;
	padding: 133px 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
}
.pages_banner h1 {
	text-align: left;
	display: inline-block;
	/* background-color: rgba(0, 0, 0, 0.2); */
	font-size: 30px;
	font-weight: 500;
	color: #1b4298;
	padding: 10px 300px 0px 0px;
	position: relative;
	top: 30px;
}
.pages_banner-inner h1 {
	text-align: left;
	display: inline-block;
	/*  background-color: rgba(0, 0, 0, 0.2);*/
	font-size: 39px;
	font-weight: 500;
	color: #1b4298;
	padding: 10px 400px 10px 0px;
	position: relative;
	top: 30px;
}
.over {
	position: absolute;
	bottom: 0;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.5);
	/* Black see-through */
	color: #f1f1f1;
	width: 100%;
	transition: .5s ease;
	opacity: 0;
	color: white;
	font-size: 20px;
	padding: 20px;
	text-align: center;
}
.pages_banner1 h1 {
	text-align: left;
	display: inline-block;
	/* background-color: rgba(0, 0, 0, 0.2);*/
	font-size: 55px;
	font-weight: 500;
	color: #fff;
	padding: 25px 0px;
	position: relative;
	top: 45px;
}
.
/*pages_banner:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 20, 46, 0.659);
    z-index: -1;
}*/

.pages_banner-inner:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	/* background: rgba(0, 20, 46, 0.659);*/
	z-index: -1;
	border-bottom: 1px solid #29469e24;
}
.pages_banner1:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: block;
	/* background: rgba(0, 20, 46, 0.659);*/
	z-index: -1;
}
.services_trades_area {
	display: block;
	overflow: hidden;
	padding: 20px 0 90px;
	background-color: white;
	position: relative;
	z-index: 1;
}
.services_trades_area .trades:hover,
.services_trades_area .trades:focus {
	/*background: #215eab;*/
	box-shadow: 0 0 21px rgba(33, 33, 33, .5);
}
.services_trades_area .trades {
	box-shadow: 0px 0px 14px 0px rgba(219, 219, 219, 0.75);
	text-align: center;
	padding: 20px;
	margin-bottom: 30px;
	transition: all 300ms linear 0s;
	height: 250px;
	width: 250px;
}
.pages_banner .title3 {
	background-color: transparent;
	margin-top: 30px;
	/* padding: 125px 0 30px; */
	/* border-radius: 0; */
	/* position: absolute; */
	/* bottom: 0px; */
	float: left;
	/* left: 67px; */
	z-index: 1;
}
.pages_banner-inner .title3 {
	background-color: transparent;
	margin-top: 30px;
	/* padding: 125px 0 30px; */
	/* border-radius: 0; */
	/* position: absolute; */
	/* bottom: 0px; */
	float: left;
	/* left: 67px; */
	z-index: 1;
}
.pages_banner1 .title3 {
	background-color: transparent;
	margin: 0;
	padding: 125px 0 30px;
	border-radius: 0;
	position: absolute;
	bottom: 0px;
	float: left;
	left: 67px;
	z-index: 1;
}
.title3 {
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0px 1rem;
	margin-top: 0px;
	margin-bottom: 1rem;
	list-style: none;
	background-color: rgba(255, 255, 255, 0);
	border-radius: 0;
	float: right;
	/* color: white; */
	white-space: nowrap;
	text-overflow: ellipsis;
}
.title3 a .active {
	color: deepskyblue;
}
/*.title3 a{
color: #1b4298;
	padding-right: 15px;
	font-size: 16px;
}*/

.title3 a {
	color: rgba(255, 255, 255, 0.8);
	/* padding-right: 5px; */
	font-size: 14px;
}
.title3 a:hover {
	color: white;
}
.title3 a i {
	font-size: 10px;
	font-weight: 600;
}
.trades a {
	color: #2954a2;
	background-color: rgba(255, 255, 255, 0.49);
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
	padding-bottom: 0px;
	position: absolute;
	text-align: center;
	z-index: 1;
	top: 6px;
	left: 20px;
}
.trades p {
	color: #2954a2;
	/*color: deepskyblue;*/
	font-size: 15px;
	padding: 10px 0px;
}
.trades p:hover {
	color: deepskyblue;
}
svg {
	position: absolute;
	left: 0px;
	bottom: 0;
	width: 100%;
	height: 10vw;
	/* set height to pixels if you want angle to change with screen width */
}
.trades i {
	font-size: 22px;
}
.business_services_area .business_services .business_img:after {
	content: "";
	position: absolute;
	left: 0;
	right: 697px;
	top: 160px;
	bottom: 0;
	background: #215eab;
	z-index: -1;
}
.business_services_area .business_services .business_img img {
	max-width: 40%;
}
@media (max-width: 1500px) .business_services_area .business_services .business_img .business_video a {
	right:-65px;
}
.business_services_area .business_services .business_img .business_video a {
	width: 112px;
	height: 111px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	right: 683px;
	bottom: 220px;
	box-shadow: 0px 0px 20px 0px rgba(189, 189, 189, 0.75);
	transition: all 300ms linear 0s;
	color: #04a7e1;
	font-size: 72px;
}
/*.  {
    padding-top:58px;
}*/

.business_services_area {
	display: block;
	overflow: hidden;
	background-color: white;
	min-height: 450px;
	padding-top: 20px;
	position: relative;
}
.business_services_area .business_services .business_img {
	padding-left: 30px;
	padding-bottom: 40px;
	position: relative;
	z-index: 1;
}
.business_services_area .services_offered {
	width: 100%;
	float: none;
	padding-top: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.business_services_area .services_offered {
	width: 75%;
	display: inline-block;
	float: right;
	text-align: justify;
	padding-left: 10px;
}
.ta_3 {
	padding: 100px 0 80px;
}
.trusted_area {
	display: block;
	overflow: hidden;
	padding: 10px 0 30px;
}
.trusted_area .consultancy {
	/* background: #215eab; */
	border-radius: 4px;
	border-radius: 26px;
	max-width: 427px;
	float: right;
	text-align: center;
	padding: 12px 12px 40px;
	color: #fff;
	/*	box-shadow:  1px 4px 18px 3px rgba(51, 51, 51, 0.4588235294117647)*/
}
.services_details_area .left_sidebar .target li a {
	display: block;
	font: 600 18px/50px;
	color: #131212;
	border-bottom: 1px solid #e2e2e3;
	margin-bottom: 20px;
	padding: 30px;
	position: relative;
	list-style-type: none;
}
.services_details_area .left_sidebar .key {
	background-image: -moz-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
	background-image: -webkit-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
	background-image: -ms-linear-gradient(-115deg, #215eab 0%, #c3804a 100%);
	padding: 40px;
	margin: 50px 0;
	padding-right: 50px;
}
.services_details_area .left_sidebar .download li a {
	font-size: 16px;
	list-style-type: none;
}
.services_details_area .left_sidebar .widget ul {
	list-style-type: none;
	padding-left: 10px;
}
.services_details_area .left_sidebar .widget li a:hover {
	background-color: white;
	color: #215eab;
	padding-left: 20px;
	-webkit-box-shadow: 10px 4px 4px 1px rgba(153, 153, 153, 0.2);
	-moz-box-shadow: 10px 4px 4px 1px rgba(153, 153, 153, 0.2);
	box-shadow: 10px 4px 4px 1px rgba(153, 153, 153, 0.2);
	transition: 0.3s ease;
}
/*.services_details_area .left_sidebar .widget li a.active{
background-color:white;
	color: #215eab;
	padding-left: 25px;
	text-decoration: none;
	    box-shadow: 10px 4px 4px 1px rgba(153,153,153,0.2);
	text-transform: uppercase;
}*/

.services_details_area .left_sidebar .widget li a.active {
	background: linear-gradient(180deg, #29469e, rgba(4, 180, 246, 1));
	color: #ffffff;
	padding-left: 25px;
	text-decoration: none;
	box-shadow: 10px 4px 4px 1px rgba(153, 153, 153, 0.2);
	text-transform: uppercase;
	transition: 0.3s ease;
}
.services_details_area .left_sidebar .target li a {
	display: block;
	font: 600 18px/50px;
	color: #141414;
	border-bottom: 1px solid #e2e2e3;
	margin-bottom: 5px;
	padding: 15px;
	position: relative;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: left;
	font-weight: 600;
	transition: 0.3s ease;
}
.services_details_area .left_sidebar .target li a i {
	font-size: 8px;
	color: lightgrey;
	margin-right: 10px;
}
/*.services_details_area .left_sidebar .quick_contact_widget:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 65, 146, 0.8);
    z-index: -1;
}*/

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
	background-color: #215eab;
	border-color: #215eab;
}
.widget p {
	/* padding-left: 45px; */
	font-size: 20px;
	margin-bottom: 0px;
	color: #141414;
}
hr {
	margin-top: 10px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #337ab7;
}
.services_text p {
	text-align: justify;
	/*font-weight: 600;*/
	color: #141414;
}
.services_details_area .left_sidebar .quick_contact_widget {
	background-color: #215eab;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 38px;
	padding-right: 45px;
	margin-top: 20px;
	color: white;
	width: 90%;
	left: 37px;
}
.pd10 {
	padding-right: 10px;
	padding-left: 10px;
}
/*.brdr{
border: 1px solid #1b4298;
}*/

.after {
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, deepskyblue 50%, transparent 50%);
	background-color: #ddd;
	background-size: 200% 100%;
	background-position: 100% 0;
	transition: all 0.6s ease;
}
input:focus ~ .after {
	background-position: 0 0;
}
button:active,
button:focus,
button:hover {
	outline: none;
	background-position: 0 0;
	color: deepskyblue;
}
.linear-wipe {
	text-align: center;
	background: linear-gradient(to right, #FFF 20%, #FF0 40%, #FF0 60%, #FFF 80%);
	background-size: 200% auto;
	color: #000;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: readmore 1s linear infinite;
	@keyframes readmore {
		to {
			background-position: 200% center;
		}
	}
}
.theme_btn-1 {
	color: #1b4298;
	background: lightgrey;
	text-align: center !important;
	font: 400 16px/50px"Helvetica", sans-serif;
	display: inline-block;
	padding: 0 20px;
	position: relative;
	overflow: hidden;
	border-radius: 15px;
	z-index: 1;
}
.mr20 {
	margin-top: 10px;
}
.carousel-control.left {
	left: 2%;
}
.carousel-control.right {
	right: 3%;
}
.carousel-control {
	position: absolute;
	top: 80%;
	bottom: 0;
	left: 2%;
	z-index: 20;
	width: 2%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	filter: alpha(opacity=50);
	opacity: .5;
}
.mrl20 {
	margin-right: 195px;
	position: relative;
	top: -12px;
}
.mrl20-1 {
	margin-right: 42%;
	position: relative;
	top: -24px;
}
/*
.pad-lft{
float: left;
	padding-left: 57px;


}
*/

.follow span {
	padding-right: 20px;
}
.follow span i {
	font-size: 20px;
}
.follow span i:hover {
	color: deepskyblue;
	font-size: 21px;
}
.inner-txt p {
	font-size: 16px;
}
#popUpWindow {
	//background: lightblue;

}
.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 30px;
	margin: 13px 0 0px;
	color: white;
}
.modal-login .form-control:focus {
	border-color: #70c5c0;
}
.modal-login .form-control,
.modal-login .btn {
	min-height: 40px;
	border-radius: 3px;
}
.modal-login .close {
	position: absolute;
	top: -100px;
	right: -5px;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	justify-content: center;
	margin: 0 -20px -20px;
	border-radius: 5px;
	font-size: 13px;
}
.modal-login .modal-footer a {
	color: #999;
}
.modal-login .avatar {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -96px;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	z-index: 9;
	background: white;
	padding: 15px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
.modal-login .avatar img {
	width: 100%;
}
.modal-login.modal-dialog {
	margin-top: 80px;
}
.modal-login .btn {
	color: #fff;
	border-radius: 4px;
	background: #29469e;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	border: none;
	margin-top: 20px;
}
.modal-login .btn:hover,
.modal-login .btn:focus {
	background: deepskyblue;
	outline: none;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-backdrop.in {
	opacity: 1;
	background: url(images/pattern.png) repeat rgba(0, 0, 0, 0.7);
}
.::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #05064d;
}
::-moz-placeholder {
	/* Firefox 19+ */
	color: #05064d;
}
:-ms-input-placeholder {
	/* IE 10+ */
	color: #05064d;
}
:-moz-placeholder {
	/* Firefox 18- */
	color: #05064d;
}
.contact-right-w3l input[type="email"]::placeholder {
	color: #05064d;
}
.contact-right-w3l input[type="text"]:nth-child(1)::placeholder {
	color: #05064d;
}
.contact-right-w3l textarea::placeholder {
	color: #05064d;
}
.form-1 input::placeholder {
	color: #05064d;
}
.content {
	position: relative;
	width: 100%;
	max-width: 400px;
	margin: auto;
	overflow: hidden;
}
.content img {
	border-radius: 0;
	padding: 0px 40px;
}
/*.content .content-overlay {
  background: rgba(0,0,0,0);
  position: absolute;
	border-radius: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
	margin:0px 40px;
}*/

/*.content:hover .content-overlay{
   background:#215eabc2;

}*/

.content-image {
	width: 100%;
}
.content-details {
	position: absolute;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 1;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}
/*.content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}*/

/*.content-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
	    font-size: 19px;
}*/

.content-details p {
	color: #fff;
	font-size: 0.8em;
}
.fadeIn-bottom {
	top: 80%;
}
.fadeIn-top {
	top: 20%;
}
.fadeIn-left {
	left: 20%;
}
.fadeIn-right {
	left: 80%;
}
.pd {
	padding-bottom: 25px;
}
@media (max-width: 360px) {
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 29em !important;
	}
	form1 {
		width: 77%;
		margin: 10px auto;
		position: absolute;
		top: 46px;
		left: 18px;
	}
	.membr p {
		position: absolute;
		top: 16%;
		left: 29%;
		font-size: 15px;
		color: #215eab;
		font-weight: 600;
	}
	/*label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 18px !important;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
}
@media (max-width: 380px) {
	/*form1 {
    width: 79%;
    margin: 10px auto;
    position: absolute;
    top: 30px !important;
    left: 22px;
}
*/
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 34em !important;
	}
	.ceo-membr {
		transition: box-shadow .3s;
		width: 138px !important;
		height: 144px !important;
		margin: 15px 6px !important;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
}
@media (max-width: 480px) {
	span.icon-login img {
		width: 5%;
		margin-top: -3px;
		margin-right: 10px;
	}
	.popup-board h2 {
		margin: 10px 0px;
		color: #333 !important;
		/* font-family: Tahoma, Arial, sans-serif; */
		font-size: 19px !important;
		font-weight: 600;
		text-align: center;
		border: none !important;
		width: 100% !important;
		text-align: center !important;
	}
	.more-link:hover:after {
		width: 13%;
		margin-right: 49px;
	}
	.more-link:after {
		transition: width 400ms cubic-bezier(.19, 1, .22, 1);
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 1px;
		margin-right: 49px;
		background: deepskyblue;
	}
	.pagination {
		margin: 0;
		float: right;
		display: inline-flex;
		font-size: 12px;
	}
	.services_details_area .container {
		margin-left: 0px;
		width: 100%;
	}
	.box-video-mebf {
		position: relative;
		top: 165px;
		left: 14%;
		transform: translate(-50%, -50%);
		width: 650px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video-mebf .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video-mebf span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video-mebf span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video-mebf span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video-mebf span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.box-video {
		position: relative;
		top: 119px;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 220px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.right_sidebar {
		margin: 5%;
	}
	.reports .cardbox-1 {
		background-color: #f5f5f5;
		/* padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: -2px 3px 37px -12px rgba(0, 0, 0, 0.7);
		/* margin-bottom: 20px; */
		/* min-height: 150px; */
		min-height: 82px;
		/* width: 800px; */
		padding: 0px;
		width: 100% !important;
		margin: 20px;
	}
	.pages_banner h1 {
		text-align: left;
		display: inline-block;
		/* background-color: rgba(0, 0, 0, 0.2); */
		font-size: 30px;
		font-weight: 500;
		color: #1b4298;
		padding: 24px 0px 0px;
		position: relative;
		top: 85px;
	}
	.services_text h3 {
		color: black;
		font-size: 17px;
		/* margin-top: -11px; */
	}
	.event-video iframe {
		width: 340px;
		height: 216px;
	}
	.event-video {
		margin: 0px 25px;
	}
	.new-menu-drop {
		background-color: white !important;
	}
	.new-menu-drop-1 {
		background-color: white !important;
	}
	.open > .new-menu-drop {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 16px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.open > .new-menu-drop-1 {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 81px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.new-menu-drop-month {
		background-color: white !important;
		position: absolute;
		left: 17px;
		/* padding: 15px; */
	}
	/*.dropdown-menu {
display: none;
}*/
	.new-menu-drop a {
		padding: 10px;
	}
	.new-menu-drop-1 a {
		padding: 10px;
	}
	.new-menu-drop-month a {
		padding: 10px;
	}
	.year-drop {
		text-align: right;
		padding: 0px;
		position: relative;
		right: 8%;
	}
	.month-drop {
		text-align: right;
		padding: 0px 0px;
		position: relative;
		right: 1px;
	}
	.complaint p {
		font-size: 13px;
	}
	.box-csr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.csr-active {
		box-shadow: 0 0 21px #215eab8c;
	}
	.csr {
		margin-right: 8%;
	}
	.csr li a {
		font-size: 13px;
		text-align: left;
	}
	.box-csr {
		transition: box-shadow .3s;
		width: 74px;
		height: 70px;
		margin: 16px 5px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #ffffff;
		text-align: center;
		/* float: left; */
	}
	.role h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		margin-right: 20px;
	}
	.box-csr {
		padding-top: 11px;
	}
	.role-table {
		margin: 0px 14px 0px -2px;
	}
	.role-table td {
		font-size: 10px;
		padding: 10px;
		font-weight: bold;
		text-align: left;
	}
	.tble-1 {
		margin-bottom: 30px;
		padding: 0px;
		margin-top: 10px;
		/* border-left: 1px solid whitesmoke; */
	}
	.thumbnail-2 .media-wrap img {
		max-width: 150px;
	}
	.thumbnail-2 .media-wrap img {
		border-radius: 50%;
		max-width: 100px;
	}
	.thumbnail-2 .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 15px;
		text-align: center;
		margin: 10px 0px;
		min-height: 290px;
	}
	.thumbnail-2:before {
		top: 85px;
	}
	.thumbnail-2:before {
		content: "";
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: #ffffff;
		border-radius: 0px;
		border: 1px solid #337ab71c;
	}
	.divider-1:before {
		width: 43px;
		border-top: 2px solid #aeb1be;
	}
	.divider:before {
		content: "";
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.services_text .thumbnail-2 h1 {
		font-size: 12.5px;
		font-weight: 600;
		text-align: center;
		margin: 5px 0px;
		text-transform: capitalize;
	}
	.services_text .thumbnail-2 h2 {
		font-size: 14px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h3 {
		font-size: 15px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h4 {
		font-size: 11px;
		text-align: center;
		margin: 0px;
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 17px;
		text-align: center;
		margin: 10px 17px;
		min-height: 254px;
	}
	.panel p {
		text-align: left;
		padding: 0px !important;
	}
	.ceo-banner {
		position: relative;
		top: 276px !important;
	}
	.mar-btm0 h3 {
		margin-top: 20px !important;
		font-size: 15px;
	}
	.ceo-membr {
		padding: 15px;
	}
	.ceo-membr:hover {
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.ceo-membr {
		transition: box-shadow .3s;
		width: 153px;
		height: 153px;
		margin: 15px 10px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	.ceo-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
	.ceo-membr h5 {
		color: black;
		font-size: 13px;
		font-weight: 600;
		letter-spacing: 1px;
		margin-top: 0px;
	}
	/*.ceo-membr {
    transition: box-shadow .3s;
    width: 158px;
    height: 158px;
    margin: 15px 15px;
    border-radius: 7px;
    border: 1px solid whitesmoke;
    background: #fff;
    text-align: center;
     float: left;
}*/
	.owl-pagination {
		display: none;
	}
	.all-news h1 {
		color: white;
		/* display: none; */
		position: absolute;
		top: 182px;
		left: 73px;
	}
	.header.affix .yamm ul {
		padding: 10px;
		text-align: center;
	}
	.after {
		width: 100%;
		height: 2px;
		background: linear-gradient(to right, deepskyblue 50%, transparent 50%);
		background-color: #ddd;
		background-size: 200% 100%;
		background-position: 100% 0;
		transition: all 0.6s ease;
	}
	input:focus ~ .after {
		background-position: 0 0;
	}
	.loginpage-form h3 {
		color: white;
		font-weight: 500;
		font-size: 16px;
		margin-top: 18px;
	}
	.new-btn {
		background-color: rgb(33, 94, 171) !important;
		color: #eee !important;
		border: 0.5px solid rgb(33, 94, 171) !important;
		border-radius: 0px !important;
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
	}
	.line-bottom {
		margin-top: 1px;
		margin-bottom: 10px;
		border: 0;
		border-top: 0.5px solid #337ab7;
	}
	.cardbox-1 {
		background-color: #f5f5f5;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*  border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 82px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-2 {
		background-color: #fff;
		/*   padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		/*   border-left-style: solid;
    border-left-width: 10px;
    border-left-color: deepskyblue;*/
		min-height: 82px;
		/*width: 800px;*/
		padding: 0px;
	}
	.cardbox-1:hover {
		-webkit-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		-moz-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1:hover > .img-wrap {
		transform: scale(1.03);
		transition: 0.5s;
	}
	.cardbox-2:hover {
		-webkit-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		-moz-box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
		box-shadow: 0px 23px 41px -20px rgba(0, 0, 0, 0.68);
	}
	.cardbox-1 h3 {
		font-size: 15px;
		margin: 20px 0px 0px;
		font-weight: bold;
		text-align: left;
	}
	.cardbox-2 h3 {
		font-size: 15px;
		margin: 20px 0px 0px;
		font-weight: bold;
	}
	.card-box-content {
		margin: 10px 0px;
	}
	.card-box-content h3 {
		padding-top: 22px;
		/* color: deepskyblue; */
		font-weight: 500;
		font-size: 15px !important;
		margin: 0px;
		color: #5d5d5d;
	}
	.card-box-content h5 {
		font-weight: 500;
		font-size: 14px !important;
		color: deepskyblue;
	}
	.card-box-2-content {
		border-left: 1px solid deepskyblue;
		margin: 10px 0px;
	}
	/*.card-box-date{

	margin: 10px 0px;
}*/
	.dropdown-backdrop {
		position: inherit;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 990;
	}
	.arrow-offer-r i {
		font-size: 20px;
		color: deepskyblue;
		padding-left: 27%;
		/* -webkit-box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		-moz-box-shadow: 1px 37px 41px -20px rgba(0, 0, 0, 0.68);
		/* box-shadow: 0px 5px 7px 0px rgba(0,0,0,0.68); */
		text-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	}
	.cardbox-1:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.cardbox-2:hover .arrow-offer-r {
		margin-right: 0px;
		-webkit-transition: all 0.20s ease-in-out;
	}
	.post-date {
		border-radius: 3px;
		position: absolute;
		text-align: center;
		top: 0px;
		width: 40px;
		/* margin-top: 5px; */
		z-index: 1;
		left: 100%;
		/* float: right; */
	}
	.post-date strong {
		background-color: #29469ef5;
		/* border-radius: 3px 3px 0 0; */
		color: white;
		font-size: 12px !important;
		font-weight: 600;
		padding: 9px 0px !important;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
	}
	.post-date span {
		background-color: rgb(167, 167, 167);
		border-radius: 0 0 3px 3px;
		color: #fff;
		font-size: 10px;
		padding: 6px 0px;
		display: block;
		font-family: Arial, Helvetica, sans-serif !important;
	}
	/*.img-news-1 {
    background-image: url('/en/photos/129A2490(1).jpg');
background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 110px;
     width: auto;
}*/
	.topic-date {
		margin: 0px;
	}
	.img-wrap {
		background-size: cover;
		background-color: lightgray;
		background-position: center;
		background-repeat: no-repeat;
		min-height: 93px;
		height: 100%;
		width: 100%;
		border-right: 0.5px solid lightgrey;
	}
	.img-wrap img {
		position: relative;
		z-index: 1;
		display: none;
	}
	.opinion h3 {
		/* color: deepskyblue; */
		font-weight: 500;
		font-size: 13px !important;
		margin: 0px;
		color: #5d5d5d;
	}
	.cardbox-1:hover > h3 {
		color: black;
	}
	.arrow-offer-r {
		float: right;
		/* padding-right: 3%; */
		margin-right: 10px;
		-webkit-transition: all 0.20s ease-in-out;
		font-size: 13px;
		color: white;
	}
	.cardbox-1 {
		background-color: white;
		/* padding: 20px 0px 20px 0px; */
		/* border-radius: 10px; */
		-webkit-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		-moz-box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		box-shadow: 1px 8px 35px -9px rgba(0, 0, 0, 0.7);
		margin-bottom: 20px;
		/* min-height: 150px; */
		min-height: 109px;
		width: 84%;
		/* width: 800px; */
		padding: 0px;
		overflow: hidden;
	}
	.services_text h2 {
		text-transform: none;
		color: black;
		margin-left: 15px;
		text-align: left;
		font-size: 22px;
		font-weight: bold;
	}
	.new-menu-drop {
		background-color: white !important;
	}
	.new-menu-drop-1 {
		background-color: white !important;
	}
	.open > .new-menu-drop {
		display: inline-grid;
		z-index: 5;
		max-height: 254px;
		overflow: auto;
		left: 16px;
		min-width: 104px;
		top: 40px;
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.open > .new-menu-drop-1 {
		display: inline-grid;
		z-index: 5;
		max-height: 254px;
		overflow: auto;
		right: 0px;
		top: 40px;
		left: 70%;
		/* width: 27%; */
		border: none;
		text-align: center;
		/* margin: 0px 0px; */
	}
	.new-menu-drop-month {
		background-color: white !important;
		position: absolute;
		left: 17px;
		/* padding: 15px; */
	}
	.open > .new-menu-drop-month {
		display: inline-grid;
		z-index: 1;
		max-height: 254px;
		overflow: auto;
		left: 292px;
		min-width: 116px;
		top: 40px;
		border: none;
		text-align: center;
	}
	.mcs-horizontal-example {
		overflow-x: auto;
	}
	.mcs-horizontal-example ul {
		white-space: nowrap;
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.mcs-horizontal-example ul > li {
		display: inline-block;
	}
	.services_details_area .left_sidebar .widget ul {
		list-style-type: none;
		display: inline-flex;
	}
	.services_details_area .left_sidebar .widget li a.active {
		background: white !important;
		color: #2c5a96;
		padding-left: 25px;
		text-decoration: none;
		box-shadow: 10px 4px 4px 1px rgba(153, 153, 153, 0.2);
		text-transform: uppercase;
		height: 54px;
		text-align: center;
	}
	.services_details_area .left_sidebar .target li a {
		display: block;
		font: 600 18px/50px;
		color: #141414;
		border-bottom: 1px solid #e2e2e3;
		margin-bottom: 5px;
		padding: 15px;
		position: relative;
		font-size: 11px;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		height: 54px;
	}
	.subscribe {
		margin-top: 30px;
	}
	.site {
		text-align: left !important;
	}
	.logo img {
		padding: 10px;
	}
	.contact-title {
		color: #121212;
		font-size: 22px;
		padding: 10px 0;
		margin: 0;
		line-height: 1;
		text-align: center;
	}
	.newsletter-widget .form-control {
		border-radius: 0;
		font-size: 14px;
		box-shadow: none !important;
		height: 51px;
		background: transparent;
		border-bottom: 1px solid #ddd;
	}
	.newsletter-widget .btn {
		padding-left: 20px;
		padding-right: 20px;
		float: right;
		position: relative;
		top: -50px;
		left: 7%;
	}
	.logo {
		margin-top: -31px;
		padding: 0px 80px;
	}
	.footer .widget {
		margin: 10px 0;
	}
	.shadow:hover {
		box-shadow: -2px 3px 0px 2px #215eab;
		transition: 0.5s;
	}
	.box i {
		margin-bottom: 30px;
		display: inline-block;
		line-height: 1;
		font-size: 42px;
	}
	.shadow-mebf:hover {
		/*box-shadow: -10px 10px 0px -7px #215eab;*/
		transition: 0.5s;
	}
	.shadow-mebf {
		/* border: 1px solid;*/
		padding: 0px;
		/* box-shadow: -21px 20px 0px -10px #215eab;*/
		transition: 0.5s;
		margin: 50px 20px;
	}
	.share {
		display: none;
		position: absolute;
		float: right;
		right: 0%;
		margin: 325px 0px 0px 0px;
	}
	.shadow-mebf iframe {
		width: 332px;
		height: 175px;
	}
	.zoom1 p {
		text-align: center;
		padding-right: 0px;
		padding-bottom: 0px;
		font-size: 12px;
		padding-top: 0px;
		margin: 0px auto;
	}
	.bx1 {
		text-align: center;
		color: white;
		border-radius: 10px;
		min-height: 180px;
	}
	.box {
		background-color: white;
		padding: 20px 0px;
		position: relative;
		z-index: 11;
		text-align: center;
	}
	.box h4 {
		font-size: 13px;
		font-weight: 600;
		margin-bottom: 20px;
		padding: 0;
		color: black;
	}
	.header.affix {
		position: fixed;
		top: 0;
		color: white;
		z-index: 100;
		/* background-image: url(images/nav.png); */
		/* background-color: rgb(101, 101, 101); */
		background-color: rgba(150, 150, 150, 0.97);
		left: 0;
		padding: 0px 2px 8px 0px;
		right: 0;
		border-bottom: 0.5px solid #aaaaaa70;
		/* background-color: #fffbfbe0; */
	}
	/*label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 21px;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
	.initiatives-home p {
		text-align: justify;
		margin-bottom: 20px;
	}
	.mebf-video {
		width: 300px;
		margin: 33px;
		height: 190px;
	}
	video {
		width: 100%;
		height: 562px;
		vertical-align: bottom;
		object-fit: cover;
	}
	.annual:hover .overlay-annual {
		display: block;
		position: absolute;
		background-color: #337ab7bd;
		top: 20px;
		right: 21px;
		width: 80%;
		height: 85%;
		padding: 72px 0px;
		transition: 0.3s ease;
		box-shadow: 0 0 21px rgba(33, 33, 33, .5);
	}
	.annual:hover .overlay-annual h4 {
		font-size: 25px;
		font-weight: bold;
	}
	.overlay-annual {
		display: block;
		position: absolute;
		background-color: rgba(51, 122, 183, 0.7215686274509804);
		bottom: 0%;
		right: 4px;
		padding: 10px;
		transition: 0.5s ease;
		/* width: 150px; */
		/* height: 216px; */
	}
	.overlay-annual h4 {
		font-size: 15px;
		text-align: center;
	}
	/*.annual >.overlay-annual{
	opacity: 0;
	}
	*/
	.annual {
		transition: box-shadow .3s;
		/* width: 220px;
    height: 185px;
    margin: 15px 30px;*/
		padding: 20px;
		margin: 10px 0px;
	}
	.annual-image {
		border: 1px solid rgb(174, 200, 232);
	}
	.annual-content {
		border: 1px solid rgb(174, 200, 232);
		padding: 0px 20px;
	}
	.annual-content h4 {
		font-size: 15px;
		text-align: center;
	}
	.pdf {
		content: "";
		background: url(/en/images/pdf-icon.svg) no-repeat;
		width: 16px;
		height: 20px;
		position: relative;
		float: right;
	}
	.board {
		min-height: 290px;
	}
	.board h1 {
		font-size: 12px;
		margin-top: 0px;
		padding-top: 10px;
	}
	.board h2 {
		font-size: 11px;
		margin-top: 0px;
		padding-top: 1px;
		text-transform: uppercase;
		font-weight: bold;
	}
	.board h3 {
		font-size: 12px;
		margin-top: 0px;
		color: darkblue;
		text-transform: uppercase;
	}
	.navbar-brand img,
	.navbar-brand img::before {
		width: 145px;
		height: auto;
		padding: 0px 8px;
		position: relative;
		top: -29px;
		margin-left: 3px;
		/* content: url(images/ubf-white.png);*/
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 194px;
		height: auto;
		padding: 0px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/*content: url(images/ubf-white.png);*/
	}
	.affix-top .navbar-default .navbar-toggle .icon-bar {
		background-color: rgba(41, 70, 158, 1);
	}
	/*.header .navbar-default .navbar-toggle .icon-bar {
    background-color: black;
}*/
	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 19px;
	}
	.text-1 {
		color: white;
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.overlay-1 {
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 0;
		background-color: #215eab8f;
		overflow: hidden;
		width: 89%;
		height: 0;
		transition: .5s ease;
	}
	.overlay-1 h4,
	.overlay-1 i {
		text-align: center;
	}
	.box1:hover > .outer1 {
		display: none;
	}
	.topbar {
		background-color: transparent;
		color: white;
		margin: 0px;
		padding: 1px 0px;
		font-size: 12px;
		font-weight: 100;
	}
	.services_text h1 {
		position: relative;
		top: 0px;
		font-size: 28px;
	}
	.popup-board h1 {
		font-size: 24px;
		text-align: center;
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(79%, rgba(8, 168, 237, 1)), color-stop(88%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		margin-top: 15px !important;
		text-transform: uppercase;
	}
	.square-container h1 {
		font-size: 16px;
		text-align: center;
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(79%, rgba(8, 168, 237, 1)), color-stop(88%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(8, 168, 237, 1) 79%, rgba(0, 191, 255, 1) 88%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		margin-top: 15px !important;
		text-transform: uppercase;
	}
	.services_text {
		margin-top: 30px;
	}
	/*.services_text p {
    padding-right: 20px;
    padding-left: 15px;
}*/
	.widget ul {
		padding-left: 7px;
		padding-right: 31px;
	}
	.causes_area .causes .causes_hover {
		position: absolute;
		left: 14px;
		top: 0px;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #eee;
		background-color: #215eabd9;
		font: 600 22px/1;
		padding-top: 43px;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition-property: transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		text-decoration: none;
		width: 80%;
		font-size: 12px;
	}
	.trusted_content h4 {
		text-align: center;
	}
	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 47px;
		left: 22px;
	}
	.membr p {
		position: absolute;
		top: 11%;
		left: 23%;
		font-size: 19px;
		color: #215eab;
		font-weight: 600;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0px 10px;
		margin-top: 25px;
		margin-right: 15px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.logo-membr {
		position: absolute;
		top: 13px;
		left: 14px;
		width: 122px;
	}
	.mrl20-1 {
		margin-right: 89px;
		position: relative;
		top: 170px;
	}
	.mrl20 {
		margin-right: 21px;
		position: relative;
		top: 2px;
	}
	.mrqhead a {
		color: white;
	}
	.carousel-outer-wrapper {
    width: 95%;
    margin: 100px auto;
    box-shadow: 7px 8px 12px 2px #00000078;
}
	
	.carousel-inner .slider-image2 img {
		content: url(images/newsbk1.jpg);
	}
	.carousel-inner .slider-image3 img {
		content: url(images/mobile-mebf.jpg);
	}
	.carousel-inner .slider-image4 img {
		content: url(images/sponser-mobile.jpg);
	}
	marquee a {
		padding-right: 60px;
		color: white;
	}
	.pad-60 {
		padding-top: 0px;
	}
	.outer-1 {
		width: 89.5%;
		height: 36px;
		border: 1px solid #999a9a99;
		background: #1b4298;
		position: absolute;
		top: 90.5%;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-brand img {
		width: 110px;
		height: auto;
		padding: 0px 10px;
		position: relative;
		top: -6px;
		/* left: 111px; */
	}
	div#main-slide {
		margin-top: 2.5em;
	}
	.logo-normal {
		width: 140px;
		height: 35px;
	}
	.read-1 {
		color: white;
		font-size: 12px;
		float: right;
		padding-right: 0px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #141414;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-toggle .1 {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .2 {
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .3 {
		display: block;
		width: 10px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #167ac6;
		border-bottom: 1px solid #167ac6;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	#main-slide .carousel-control i {
		background: rgba(0, 0, 0, .19);
		color: #fff;
		line-height: 36px;
		font-size: 19px;
		padding: 21px 6px;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.marq {
		font-size: 13px;
		margin-top: -23%;
		padding: 0px;
		color: #eee !important;
		background-color: rgba(12, 12, 12, 0.36);
	}
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 38em;
	}
	.carousel-control {
		position: absolute;
		/* top: 74px;*/
		bottom: 0;
		left: 0;
		width: 5%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
		background-color: rgba(0, 0, 0, 0);
		filter: alpha(opacity=50);
		opacity: .5;
	}
	.overlay-banner {
		position: absolute;
		background: linear-gradient(20deg, #00000099, #22212100);
		width: 100%;
		height: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		z-index: 0;
	}
	#main-slide .slider-content {
		top: 70%;
		margin-top: -79px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 4px;
	}
	#main-slide .slider-content h1 {
		font-size: 23px;
		font-weight: bold;
		line-height: 0px;
		letter-spacing: 3px;
		margin-bottom: 26px;
		color: white;
		font-family: 'Helvetica', sans-serif;
		text-align: center;
	}
	#main-slide .slider-content p {
		font-size: 22px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		margin-bottom: 6px;
		color: white;
		z-index: 0;
		text-align: center;
	}
	.rdbtn {
		font-weight: 600;
		font-size: 8px;
		color: white !important;
		visibility: visible;
		animation-name: slideInUp;
	}
	/*.mrqhead{
	position: relative;
    left: -1%;
	}*/
	/*	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 161px;
		left: 32px;
	}*/
	input {
		font-size: 16px;
		width: 97%;
		/* border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 17px;
		/* background-color: rgba(0,0,0,0.1); */
	}
	.outer-1 h1 {
		position: absolute;
		top: -39%;
		left: 29%;
		color: #fbfbfb;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
	.pd10 {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}
	.navbar-brand1 img {
		width: 100px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: -3px;
	}
	.header:hover > #header .navbar-brand1 img {
		width: 120px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		transition: 1s;
	}
	.outer1 {
		width: 88.6%;
		height: 37px;
		background: #1b4298;
		position: absolute;
		top: 81.5%;
	}
	.outer1 h1 {
		position: relative;
		top: -32%;
		/* left: 28%; */
		color: white;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
	.container-1:hover .overlay-1 {
		height: 84%;
	}
	.box1 {
		padding-top: 20px;
	}
	.custom-module h1 {
		font-size: 28px;
		font-weight: 500;
		margin: 25px 0 10px;
		padding: 0;
	}
	/*.zoom1 p{
	text-align: justify;
    padding-right: 13px;
    padding-bottom: 20px;
	}*/
	.shadow iframe {
		width: 328px;
		height: 174px;
	}
	.shadow {
		/* border: 1px solid; */
		padding: 0px;
		box-shadow: -24px 18px 0px -8px #215eab;
		margin: 60px 20px 0px;
	}
	.pad-20 {
		padding-bottom: 20px;
		text-align: center;
	}
	.read-2 {
		color: gray;
		font-size: 16px;
		float: right;
		padding-right: 30px;
		margin-bottom: 13px;
	}
}
#custmr {
	position: absolute;
	top: 44px;
	left: 22%;
}
#activity {
	position: absolute;
	top: 44px;
	left: 42%;
}
#publcatn {
	position: absolute;
	top: 44px;
	left: 68%;
}
#news {
	position: absolute;
	top: 44px;
	left: 85%;
}
/*.navbar-default .navbar-nav > li > .nav-active:after{
	  content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0px;
    background: deepskyblue;
    visibility: hidden;
    border-radius: 0px;
    transform: scaleX(0);
    transition: .25s linear;

}
.navbar-default .navbar-nav > li > .nav-active:active:after,
.navbar-default .navbar-nav > li > .nav-active:focus:after {
  visibility: visible;
  transform: scaleX(1);
}


.navbar-default .navbar-nav > li > a:after {
      content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 5px;
    left: 0px;
    background: white;
    visibility: hidden;
    border-radius: 0px;
    transform: scaleX(0);
    transition: .25s linear;
}

.navbar-default .navbar-nav > li > a:hover:after,
.navbar-default .navbar-nav > li > a:focus:after {
  visibility: visible;
  transform: scaleX(1);
}*/

.link {
	position: relative;
}
.link:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	display: block;
	margin-top: 1px;
	right: 0;
	background: #fff;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}
.link:hover:after {
	width: 100%;
	left: 0;
	background: #4890da;
}
.link1 {
	position: relative;
}
.link1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	display: block;
	margin-top: 1px;
	right: 0;
	background: black;
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}
.link1:hover:after {
	width: 100%;
	left: 0;
	background: black;
}
.link1 {
	position: relative;
}
.link2 {
	position: relative;
	color: rgba(4, 180, 246, 1);
}
.link2:after {
	content: '';
	position: absolute;
	width: 0;
	height: 1px;
	display: block;
	margin-top: 1px;
	right: 0;
	background: rgba(4, 180, 246, 1);
	transition: width .2s ease;
	-webkit-transition: width .2s ease;
}
.link2:hover:after {
	width: 100%;
	left: 0;
	background: rgba(4, 180, 246, 1);
}
.link2 {
	position: relative;
}
/*.link2:after{
  content: '';
  position: absolute;
  width: 0; height: 1px;
  display: block;
  margin-top: 3px;
  right: 0;
  background: deepskyblue;
  transition: width .2s ease;
  -webkit-transition: width .2s ease;
}

.link2:hover:after{
  width: fit-content;
  left: 0;
  background: deepskyblue;
}*/

@media (max-width: 360px) {
	.services_details_area .container {
		margin-left: 0px;
		width: 100%;
	}
	.initiative-home figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px auto !important;
		min-width: 290px;
		/* max-width: 480px; */
		max-height: 360px;
		width: 50%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.ceo-membr h4 {
		background: rgba(41, 70, 158, 1);
		background: -moz-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41, 70, 158, 1)), color-stop(40%, rgba(41, 70, 158, 1)), color-stop(92%, rgba(4, 180, 246, 1)), color-stop(97%, rgba(0, 191, 255, 1)));
		background: -webkit-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		background: -o-linear-gradient(left, rgba(41, 70, 158, 1) 0%, rgba(41, 70, 158, 1) 40%, rgba(4, 180, 246, 1) 92%, rgba(0, 191, 255, 1) 97%);
		color: transparent;
		-webkit-background-clip: text;
		background-clip: text;
		font-size: 13px !important;
		margin-top: 10px;
	}
	.ceo-membr {
		transition: box-shadow .3s;
		width: 108px;
		height: 144px;
		margin: 15px 9px;
		border-radius: 7px;
		border: 1px solid whitesmoke;
		background: #fff;
		text-align: center;
		/* float: left; */
	}
	/*.title-inner{
position:relative;
	top: 200px;

}
	*/
	.trusted_content {
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 19px;
	}
	.services_text h1 {
		position: relative;
		top: 0px;
		font-size: 25px;
		/*text-align: center;*/
	}
	.services_text {
		margin-top: 30px;
	}
	.services_text p {
		padding-right: 10px;
		padding-left: 14px;
	}
	.causes_area .causes .causes_hover {
		position: absolute;
		left: 14px;
		top: 0px;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #eee;
		background-color: #215eabd9;
		padding-top: 43px;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition-property: transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		text-decoration: none;
		width: 80%;
		font-size: 12px;
	}
	.membr p {
		position: absolute;
		top: 11%;
		left: 26%;
		font-size: 18px;
		color: #215eab;
		font-weight: 600;
	}
	input {
		font-size: 16px;
		width: 97%;
		/* border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 12px;
		/* background-color: rgba(0,0,0,0.1); */
	}
	.outer1 {
		width: 88.6%;
		height: 37px;
		background: #1b4298;
		position: absolute;
		top: 90.5%;
	}
	.outer1 h1 {
		position: absolute;
		top: -33%;
		left: 28%;
		color: white;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 14px;
	}
	/*	.blwsec {
    margin-top: 0px;
    background-color: white;
    margin-bottom: 34em;
}*/
	.shadow iframe {
		width: 310px;
		height: 155px;
	}
	.shadow-mebf iframe {
		width: 310px;
		height: 155px;
	}
	.carousel-inner .slider-image2 img {
		content: url(images/newsbk1.jpg);
	}
	.carousel-inner .slider-image3 img {
		content: url(images/mobile-mebf.jpg);
	}
	.carousel-inner .slider-image4 img {
		content: url(images/sponser-mobile.jpg);
	}
	marquee a {
		padding-right: 60px;
		color: white;
	}
	#main-slide .slider-content h1 {
		font-size: 22px;
		font-weight: bold;
		line-height: inherit;
		letter-spacing: inherit;
		margin-bottom: 26px;
		color: white;
		font-family: 'Helvetica', sans-serif;
	}
	#main-slide .slider-content {
		top: 50%;
		margin-top: -79px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 4px;
	}
	.custom-module h1 {
		font-size: 28px;
		font-weight: 500;
		margin: 25px 0 10px;
		padding: 0;
	}
	.marq {
		font-size: 13px;
		margin-top: -30%;
		padding: 0px;
		color: #eee !important;
		background-color: rgba(12, 12, 12, 0.36);
	}
	.carousel-control {
		top: 83% !important;
	}
	#main-slide .slider-content p {
		font-size: 15px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		margin-bottom: 6px;
		color: white;
		z-index: 0;
		text-align: center;
	}
	.read2 {
		padding-right: 0px !important;
	}
	.head-topic {
		color: rgb(41, 69, 157) !important;
		font-weight: 500 !important;
		text-align: center !important;
	}
	.owl-theme .owl-controls .owl-buttons div {
		font-size: 16px!important;
	}
	.all-events-btn {
		text-align: center !important;
	}
	span.blue-colr-sub.head {
		color: rgb(43, 71, 157) !important;
	}
	.publication-section span.blue-colr-sub.head {
		color: #fff !important;
		font-weight: 500;
	}
	.latest-topic span.blue-colr-sub.head {
		color: rgb(255, 255, 255) !important;
		font-weight: 500;
	}
	#thumbs2,
	#thumbs3,
	#thumbs4,
	#thumbs5,
	#thumbs6,
	#thumbs7 {
		height: 200px !important;
		padding: 5px !important;
	}
	.read-1 {
		color: white;
		font-size: 10px;
		float: right;
		padding-right: 0px;
	}
	video {
		width: 100%;
		height: 480px;
		vertical-align: bottom;
		object-fit: cover;
	}
	.read-2 {
		color: gray;
		font-size: 16px;
		float: right;
		padding-right: 30px;
		margin-bottom: 13px;
	}
	.trusted_content h4 {
		text-align: center;
	}
	.causes_area .causes img {
		max-width: 100%;
		transition: all 500ms linear 0s;
		filter: grayscale(50%);
	}
}
/*
.carousel-inner .slider-image1 img{
	content:url(images/back/2.jpg);
		}


.carousel-inner .slider-image2 img{
	content:url(images/back/8.jpg);
		}
.carousel-inner .slider-image3 img{
	content:url(images/back/8.jpg);
		}*/

@media (min-width: 480px) and (max-width: 767px) {
	.testimonial-carousel-six-wrapper {
		background: url(/en/images/shape-wave.png);
		-webkit-background-size: cover;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 6.93333rem 0;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(5, 6, 77, 0.35);
		border-radius: 0px;
		background: transparent;
		outline: none;
		padding: 0.5em;
		width: 81%;
		margin-bottom: 1em;
		color: #05064d;
	}
	.contact-right-w3l input[type="text"]:nth-child(1),
	.contact-right-w3l input[type="email"] {
		margin-right: 2%;
	}
	.contact-right-w3l textarea {
		width: 81%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: #05064d;
	}
	.more-link:hover:after {
		width: 10%;
		margin-right: 51px;
	}
	.more-link:after {
		transition: width 400ms cubic-bezier(.19, 1, .22, 1);
		content: "";
		position: absolute;
		bottom: -26px;
		right: -18px;
		width: 0;
		height: 1px;
		margin-right: 49px;
		background: deepskyblue;
	}
	/*	.container.rel {
    position: relative;
    z-index: -1;
}*/
	.pagination {
		margin: 0;
		float: left;
		display: inline-flex;
		font-size: 12px;
	}
	.services_details_area .container {
		margin-left: 0px;
		width: 100%;
	}
	.grid {
		position: relative;
		clear: both;
		margin: 1px auto;
		padding: 1em 0 4em;
		max-width: 1000px;
		list-style: none;
		text-align: center;
	}
	.initiative-home figure {
		position: relative;
		float: left;
		overflow: hidden;
		margin: 10px 40px !important;
		min-width: 311px;
		max-width: 480px;
		max-height: 360px;
		width: 50%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	.grid figure {
		position: relative;
		float: right;
		overflow: hidden;
		margin: 10px 10px !important;
		min-width: 220px;
		max-width: 480px;
		max-height: 360px;
		width: 46%;
		height: auto;
		background: rgb(22, 23, 23);
		text-align: center;
		cursor: pointer;
	}
	figure {
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black;
	}
	.grid figure img {
		position: relative;
		display: block;
		min-height: 100%;
		max-width: 100%;
		opacity: 0.8;
	}
	figure.effect-apollo img {
		opacity: 0.95;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: scale3d(1.05, 1.05, 1);
		transform: scale3d(1.05, 1.05, 1);
	}
	.grid figure figcaption,
	.grid figure figcaption > a {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	.grid figure h1 {
		word-spacing: -0.15em;
		font-weight: 300;
		font-size: 20px;
		white-space: pre-wrap;
	}
	figure.effect-apollo h1 {
		text-align: center;
		color: white;
		padding-top: 22%;
	}
	.grid figure p {
		letter-spacing: 1px;
		font-size: 51.5%;
	}
	.grid figure h1,
	.grid figure p {
		margin: 0;
	}
	figure.effect-apollo p {
		position: absolute;
		right: 31px;
		bottom: 33px;
		margin: 3em;
		padding: 0 1em;
		max-width: 148px;
		border-right: 4px solid #fff;
		text-align: right;
		opacity: 0;
		-webkit-transition: opacity 0.35s;
		transition: opacity 0.35s;
	}
	.trusted_area .consultancy {
		margin: 13%;
	}
	.owl-pagination {
		display: none;
	}
	.logo {
		margin-top: -31px;
		padding: 0px 30%;
	}
	.contact-right-w3l input[type="text"],
	.contact-right-w3l input[type="email"] {
		font-size: 1em;
		border-bottom: 1px solid rgba(255, 255, 255, 0.5);
		border-radius: 0px;
		background: rgba(126, 126, 126, 0);
		outline: none;
		padding: 0.5em;
		width: 100%;
		margin-bottom: 1em;
		color: white;
	}
	.contact-right-w3l textarea {
		width: 100%;
		padding: 0.5em;
		outline: none;
		resize: none;
		height: 100px;
		border: none;
		font-size: 1em;
		background: rgba(210, 210, 210, 0.3);
		color: white;
	}
	.contact-title {
		color: white;
		font-size: 22px;
		padding: 10px 0;
		margin: 0;
		line-height: 1;
		text-align: center;
	}
	.site {
		text-align: left;
	}
	.grid {
		position: relative;
		clear: both;
		margin: 1px auto;
		padding: 1em 0 4em;
		max-width: 1000px;
		list-style: none;
		text-align: center;
	}
	figure.effect-apollo:hover img {
		opacity: 0.6;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
	figure.effect-apollo:hover figcaption::before {
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	}
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}
	figure.effect-apollo:hover p {
		opacity: 1;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	.grid figure figcaption {
		padding: 2em;
		color: #fff;
		text-transform: uppercase;
		font-size: 1.25em;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
	}
	.grid figure figcaption::before,
	.grid figure figcaption::after {
		pointer-events: none;
	}
	figure.effect-apollo figcaption::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, 0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.6s;
		transition: transform 0.6s;
		-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
		transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	}
	.grid figure h1,
	.grid figure p {
		margin: 0;
	}
	.grid figure h1 {
		word-spacing: -0.15em;
		font-weight: 300;
		font-size: 20px;
		white-space: pre-wrap;
	}
	figure.effect-apollo h1 {
		text-align: center;
		color: white;
		padding-top: 22%;
	}
	.grid figure h1 span {
		font-weight: 600;
		color: white;
		font-size: 20px;
	}
	.topbar a,
	.topbar p {
		/* color: #166db4; */
		color: white;
		font-size: 12px;
		margin: 5px;
	}
	.share {
		display: none;
		position: absolute;
		float: right;
		right: 0%;
		margin: 325px 0px 0px 0px;
	}
	.box-video-mebf {
		position: relative;
		top: 165px;
		left: 14%;
		transform: translate(-50%, -50%);
		width: 650px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video-mebf .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video-mebf span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video-mebf span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video-mebf span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video-mebf span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.box-video {
		position: relative;
		top: 170px;
		left: 47%;
		transform: translate(-50%, -50%);
		width: 100%;
		height: 300px;
		background: rgba(17, 24, 69, 0.65);
		box-sizing: border-box;
		overflow: hidden;
		box-shadow: 0 20px 50px rgba(23, 32, 90, 0.33);
		border: 2px solid rgba(0, 0, 0, 0);
		color: white;
		padding: 20px;
	}
	.box-video .video-content {
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border: 1px solid #167ac600;
		padding: 0px;
		text-align: center;
		box-shadow: 0 5px 10px rgba(9, 0, 0, 0.5);
	}
	.video-content iframe {
		width: 100%;
		height: 100%;
	}
	.box-video span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		box-sizing: border-box;
	}
	.box-video span:nth-child(1) {
		transform: rotate(0deg);
	}
	.box-video span:nth-child(3) {
		transform: rotate(180deg);
	}
	.box-video span:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 2px;
		background: #50dfdb;
		animation: animate 4s linear infinite;
	}
	@keyframes animate {
		0% {
			transform: scaleX(0);
			transform-origin: left;
		}
		50% {
			transform: scaleX(1);
			transform-origin: left;
		}
		50.1% {
			transform: scaleX(1);
			transform-origin: right;
		}
		100% {
			transform: scaleX(0);
			transform-origin: right;
		}
	}
	.thumbnail-2 .media-wrap img {
		max-width: 150px;
	}
	.thumbnail-2 .media-wrap img {
		border-radius: 50%;
		max-width: 100px;
	}
	.thumbnail-2 .media-wrap {
		display: inline-block;
		overflow: hidden;
		border-radius: 50%;
		padding: 2px;
		background: rgba(33, 94, 171, 0.65);
		box-shadow: 0 5px 21px 3px rgba(130, 133, 144, .2);
	}
	.thumbnail-2 {
		position: relative;
		z-index: 1;
		width: auto;
		padding: 0 15px 15px;
		text-align: center;
		margin: 10px 0px;
		min-height: 290px;
	}
	.thumbnail-2:before {
		top: 85px;
	}
	.thumbnail-2:before {
		content: "";
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: #ffffff;
		border-radius: 0px;
		border: 1px solid #337ab71c;
	}
	.divider-1:before {
		width: 43px;
		border-top: 2px solid #aeb1be;
	}
	.divider:before {
		content: "";
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
	}
	.services_text .thumbnail-2 h1 {
		font-size: 12.5px;
		font-weight: 600;
		text-align: center;
		margin: 5px 0px;
		text-transform: capitalize;
	}
	.services_text .thumbnail-2 h2 {
		font-size: 14px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h3 {
		font-size: 15px;
		text-align: center;
		margin: 5px;
	}
	.services_text .thumbnail-2 h4 {
		font-size: 11px;
		text-align: center;
		margin: 0px;
	}
	.custom-module p {
		padding-right: 35px;
		margin: 0;
	}
	#main-slide .slider-content {
		top: 43%;
		margin-top: -60px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
	}
	.content-details h3 {
		color: #fff;
		font-weight: 500;
		letter-spacing: 0.15em;
		margin-bottom: 0.5em;
		text-transform: uppercase;
		font-size: 19px;
	}
	.text-1 {
		color: white;
		font-size: 20px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	}
	.overlay-1 {
		position: absolute;
		bottom: 0px;
		left: 10px;
		right: 0;
		background-color: #215eab8f;
		overflow: hidden;
		width: 89%;
		height: 0;
		transition: .5s ease;
	}
	.overlay-1 h4,
	.overlay-1 i {
		text-align: center;
	}
	.box1:hover > .outer1 {
		display: none;
	}
	.topbar {
		background-color: rgba(1, 1, 1, 0.18);
		margin: 0px;
		padding: 1px 0px;
		font-size: 12px;
		font-weight: 100;
	}
	.services_text h1 {
		position: relative;
		top: 0px;
		font-size: 28px;
	}
	.services_text {
		margin-top: 30px;
	}
	.services_text p {
		padding-right: 20px;
		padding-left: 15px;
	}
	.widget ul {
		padding-left: 7px;
		padding-right: 31px;
	}
	.causes_area .causes .causes_hover {
		position: absolute;
		left: 14px;
		top: 0px;
		bottom: 0;
		right: 0;
		text-align: center;
		color: #eee;
		background-color: #215eabd9;
		font: 600 22px/1;
		padding-top: 43px;
		transform: scaleX(0);
		transform-origin: 0 50%;
		transition-property: transform;
		transition-duration: 0.3s;
		transition-timing-function: ease-out;
		text-decoration: none;
		width: 80%;
		font-size: 12px;
	}
	.trusted_content h4 {
		text-align: center;
	}
	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 28%;
		left: 10%;
	}
	/*label {
    position: absolute;
    top: 11px;
    left: 5px;
    float: right;
    color: #999;
    font-weight: 400;
    font-size: 19px;
    transform-origin: left;
    transition: all 0.3s ease;
}*/
	.o-login-btn {
		background-color: #2d4d92 !important;
		padding: 8px;
		margin-top: 15% !important;
		border-radius: 0px !important;
		border: none;
	}
	.membr p {
		position: absolute;
		top: 13%;
		left: 26%;
		font-size: 19px;
		color: #215eab;
		font-weight: 600;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0px 10px;
		margin-top: 23px;
		margin-right: 15px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.logo-membr {
		position: absolute;
		top: 0px;
		left: 8px;
	}
	marquee a {
		padding-right: 60px;
		color: rgba(0, 0, 0, 0.8);
	}
	.pad-60 {
		padding-top: 0px;
	}
	.outer-1 {
		width: 88.5%;
		height: 36px;
		border: 1px solid #999a9a99;
		background: transparent;
		position: absolute;
		top: 101.5%;
	}
	.navbar-default .navbar-toggle {
		border-color: transparent;
	}
	.navbar-brand img {
		width: 127px;
		height: auto;
		padding: 0px 10px;
		position: relative;
		top: 0px;
		/* left: 111px; */
	}
	.header.header.affix {
		position: fixed;
		top: 0px;
		z-index: 100;
		background-color: white;
		background-image: none;
	}
	.header:hover > #header .navbar-brand1 img {
		width: 120px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		transition: 1s;
	}
	.header.affix .navbar-brand1 img {
		display: block;
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 194px;
		height: auto;
		padding: 0px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/* content: url(images/ubf-white.png); */
	}
	.navbar-brand1 img,
	.navbar-brand1 img::before {
		width: 154px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
		content: url(images/ubf-logo.png);
		/* content: url(images/ubf-white.png);*/
	}
	.carousel-control {
		position: absolute;
		/* top: 74px; */
		bottom: 0;
		left: 0;
		width: 5%;
		font-size: 20px;
		color: #fff;
		text-align: center;
		text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
		background-color: rgba(0, 0, 0, 0);
		filter: alpha(opacity=50);
		opacity: .5;
	}
	.carousel-control {
		position: absolute;
		top: 50% !important;
		bottom: 0;
		right: 20px;
		left: 2px;
		width: 5%;
	}
	#main-slide .carousel-control.left span {
		padding: 15px;
	}
	.carousel-control.right {
		right: 5%;
	}
	.carousel-control.left {
		left: 1%;
	}
	.navbar-toggle {
		position: relative;
		float: right;
		padding: 0px 10px;
		margin-top: 25px;
		margin-right: 15px;
		margin-bottom: 0px;
		background-color: transparent;
		background-image: none;
		border: 1px solid transparent;
		border-radius: 4px;
	}
	.affix-top .navbar-default .navbar-toggle .icon-bar {
		background-color: white;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #141414;
	}
	.logo-normal {
		width: 140px;
		height: 35px;
	}
	.read-1 {
		color: white;
		font-size: 12px;
		float: right;
		padding-right: 0px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		border-color: transparent;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #141414;
	}
	.navbar-default .navbar-toggle:focus,
	.navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.navbar-toggle .1 {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .2 {
		display: block;
		width: 16px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-toggle .3 {
		display: block;
		width: 10px;
		height: 2px;
		border-radius: 1px;
	}
	.navbar-collapse {
		padding-right: 15px;
		padding-left: 15px;
		overflow-x: visible;
		-webkit-overflow-scrolling: touch;
		border-top: 1px solid #167ac6;
		border-bottom: 1px solid #167ac6;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	}
	#main-slide .carousel-control i {
		background: rgba(0, 0, 0, .19);
		color: #fff;
		line-height: 36px;
		font-size: 19px;
		padding: 21px 6px;
		-moz-transition: all 500ms ease;
		-webkit-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}
	.marq {
		font-size: 12px;
		margin-top: -137px;
		padding: 0px;
		color: rgba(12, 12, 12, 0.8) !important;
		background-color: rgba(12, 12, 12, 0);
	}
	.blwsec {
		margin-top: 0px;
		background-color: white;
		margin-bottom: 38em;
	}
	#main-slide .slider-content {
		top: 53%;
		margin-top: -79px;
		left: 0;
		padding: 0;
		text-align: center;
		position: absolute;
		width: 100%;
		height: 100%;
		color: #fff;
		font-size: 4px;
	}
	#main-slide .slider-content h1 {
		font-size: 23px;
		font-weight: bold;
		line-height: 0px;
		letter-spacing: 3px;
		margin-bottom: 26px;
		color: white;
		font-family: 'Helvetica', sans-serif;
	}
	#main-slide .slider-content p {
		font-size: 22px;
		font-weight: 500;
		line-height: 24px;
		letter-spacing: 1px;
		margin-bottom: 6px;
		color: white;
		z-index: 0;
	}
	.rdbtn {
		font-weight: 600;
		font-size: 8px;
		color: white !important;
		visibility: visible;
		animation-name: slideInUp;
	}
	/*.mrqhead{
	position: relative;
    left: -1%;
	}*/
	/*	form1 {
		width: 79%;
		margin: 10px auto;
		position: absolute;
		top: 161px;
		left: 32px;
	}*/
	input {
		font-size: 16px;
		width: 97%;
		/* border-bottom: 1px solid #1b4298 !important; */
		border: none;
		margin-top: 15%;
		/* background-color: rgba(0,0,0,0.1); */
	}
	section {
		background: white;
	}
	.outer-1 h1 {
		position: absolute;
		top: -39%;
		left: 29%;
		color: deepskyblue;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
	.pd10 {
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 10px;
	}
	.navbar-brand1 img {
		width: 120px;
		height: auto;
		padding: 10px 10px;
		position: relative;
		top: 0px;
	}
	.outer1 {
		width: 88.6%;
		height: 37px;
		background: #1b4298;
		position: absolute;
		top: 90.5%;
	}
	.outer1 h1 {
		position: absolute;
		top: -32%;
		left: 26%;
		color: white;
		/* background-color: #1b4298; */
		text-align: center;
		font-size: 15px;
	}
	.container-1:hover .overlay-1 {
		height: 84%;
	}
	.box1 {
		padding-top: 20px;
	}
	.custom-module h1 {
		font-size: 28px;
		font-weight: 500;
		margin: 25px 0 10px;
		padding: 0;
	}
	.zoom1 p {
		text-align: justify;
		padding-right: 13px;
		padding-bottom: 20px;
	}
	.shadow iframe {
		width: 369px;
		height: 174px;
	}
	.shadow {
		/* border: 1px solid; */
		padding: 0px;
		box-shadow: -19px 24px 0px -8px #215eab;
	}
	.pad-20 {
		padding-bottom: 20px;
		text-align: center;
	}
	.read-2 {
		color: gray;
		font-size: 16px;
		float: right;
		padding-right: 30px;
		margin-bottom: 13px;
	}
}
.inner-list li a {
	display: inline-block;
	text-decoration: none;
}
.inner-list li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1.5px;
	background: #00bfff5e;
	transition: width .3s;
}
.inner-list li a:hover::after {
	width: 100%;
}
.csr li {
	padding: 10px 0px;
}
.csr li:hover {
	color: deepskyblue;
}
.financial p a {
	color: deepskyblue;
}
.financial p a:hover {
	color: dodgerblue;
}
#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 13px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
/*.btn-primary {
    background-color: #ffffff;
    color: grey;
}*/

.news-content p {
	color: rgba(20, 20, 20, 0.7);
	font-size: 15px;
	font-weight: 600;
	text-align: left;
	margin: 0px 0px 0px 12px;
}
.hexa,
.hexa div {
	margin: 0 auto;
	transform-origin: 50% 50%;
	overflow: hidden;
	width: 300px;
	height: 300px;
	margin-bottom: 5px;
}
.hexa {
	width: 325px;
	height: 230px;
}
.hexa div {
	width: 100%;
	height: 100%;
}
.hexa {
	transform: rotate(120deg);
}
.hex1 {
	transform: rotate(-60deg);
}
.hex2 {
	transform: rotate(-60deg);
}
.blur {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: -156px;
	z-index: 0;
	background-color: #00000091;
}
.hexa img {
	filter: grayscale(0);
}
.position-1 {
	position: absolute;
	top: 54%;
	right: 53.3%;
}
.position-2 {
	position: absolute;
	top: 54%;
	right: 21.3%;
}
.position-3 {
	position: absolute;
	top: 92%;
	right: 53.3%;
}
.position-4 {
	position: absolute;
	top: 73%;
	right: 5.3%;
}
.position-5 {
	position: absolute;
	top: 73%;
	right: 69.3%;
}
.position-6 {
	position: absolute;
	top: 92%;
	right: 21.3%;
}
.ceo-table thead {
	background-color: rgba(109, 109, 109, 0.1411764705882353);
	color: black;
	text-transform: uppercase;
	text-align: center;
}
.ceo-table th {
	text-align: center;
	/*	border: 1px solid  #ffffff24;*/
	border: 1px solid black;
}
.ceo-table td {
	text-align: left;
	color: black;
	padding: 15px;
	/*border: 1px solid  #ffffff24;*/
	border: 1px solid black;
	font-size: 12px;
	font-weight: 600;
}
.ceo-table td:nth-child(even) {
	background: #1b4298;
	color: white;
}
.partner-table thead {
	background-color: rgba(109, 109, 109, 0.1411764705882353);
	color: black;
	text-transform: uppercase;
	text-align: center;
}
.partner-table th {
	text-align: center;
	/*	border: 1px solid  #ffffff24;*/
	border: 1px solid black;
}
.partner-table td {
	text-align: left;
	color: white;
	padding: 15px;
	/*border: 1px solid  #ffffff24;*/
	border: 1px solid white;
	font-size: 12px;
	font-weight: 600;
}
/*.partner-table td:nth-child(even) {
  background: grey;
	color: white;

}*/

.coc-table thead {
	background-color: #ffffff24;
	color: black;
	text-transform: uppercase;
	text-align: center;
}
.coc-table th {
	text-align: center;
	/* border: 1px solid #ffffff24; */
	border: 1px solid rgb(196, 196, 196);
	color: white;
	background-color: #215eab;
}
.coc-table td {
	text-align: left;
	color: black;
	padding: 15px;
	/* border: 1px solid #ffffff24; */
	border: 1px solid rgb(196, 196, 196);
	font-size: 13px;
	background-color: white;
}
.csr li:hover {
	color: deepskyblue;
}
.onoffswitch {
	position: relative;
	width: 154px;
	top: -2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.onoffswitch-checkbox {
	display: none;
}
.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	border: 2px solid transparent;
	border-radius: 0px;
}
.onoffswitch-inner {
	display: block;
	width: 200%;
	margin-left: -100%;
	transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before {
	content: "Ø¹Ø±Ø¨Ù‰";
	padding-left: 0px;
	background-color: transparent;
	color: deepskyblue;
}
.onoffswitch-inner:before,
.onoffswitch-inner:after {
	display: block;
	float: left;
	width: 50%;
	height: 43px;
	padding: 0;
	line-height: 45px;
	font-size: 28px;
	color: deepskyblue;
	font-family: Trebuchet, Arial, sans-serif;
	font-weight: 500;
	box-sizing: border-box;
}
.onoffswitch-inner:after {
	content: "Eng";
	padding-right: 10px;
	background-color: transparent;
	color: deepskyblue;
	text-align: right;
}
.onoffswitch-switch {
	display: none;
	width: 17px;
	margin: 12.5px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 90px;
	border: 2px solid transparent;
	border-radius: 0px;
	transition: all 0.3s ease-in 0s;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
	right: 0px;
}
/*.navbar-nav li .switch-btn{
position: relative;
	float: right;
}*/

.parallax-contact {
	background-image: url(images/background-1.png);
	min-height: 450px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax {
	background-image: url(images/background-1.png);
	min-height: 450px;
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-customer {
	background-image: url(images/back/inner-customer.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-publication {
	background-image: url(images/back/publications.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-news {
	background-image: url(images/background-1.png);
	min-height: 450px;
	background-attachment: fixed;
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-opinion {
	background-image: url(images/back/inner/news/opinion.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-events {
	background-image: url(images/back/inner-events.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-events {
	background-image: url(images/back/inner-events.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.parallax-mebf {
	background-image: url(images/back/1.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.pages_banner-conference-1 {
	display: block;
	overflow: hidden;
	background: url(/en/images/HimayaBanner.jpg)no-repeat center;
	background-size: cover;
	padding: 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
	min-height: 389px;
	background-color: whitesmoke;
}
.pages_banner-workshop-4 {
	display: block;
	overflow: hidden;
	background: url(/en/images/wrkshp.jpg)no-repeat center;
	background-size: contain;
	padding: 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
	min-height: 389px;
	background-color: whitesmoke;
}
.pages_banner-conference-2 {
	display: block;
	overflow: hidden;
	background: url(/en/images/RCCW.jpg)no-repeat center;
	background-size: cover;
	padding: 40px 0px;
	position: relative;
	z-index: 1;
	margin-top: 0px;
	text-align: left;
	min-height: 389px;
	background-color: whitesmoke;
}
/* .parallax-inner {
	min-height: 450px;
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
} */
.parallax-inner {
    min-height: 400px !important;
    height: 100%;
    width: 100%;
    background-attachment: scroll !important;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.parallax-inner-news {
	background-image: url(images/back/news-inner.jpg);
	min-height: 450px;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 0;
}
.cont:hover > .news-content p {
	color: black;
}
.cont:hover > .news-content a {
	color: black;
}
<-------------Imageeffect------------ > .swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.lds-ellipsis {
	display: inline-block;
	position: absolute;
	top: 46%;
	left: 48%;
	width: 64px;
	height: 64px;
}
.lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: deepskyblue;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}
figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0, 50%, 0);
	transform: translate3d(0, 50%, 0);
}
figure.effect-sadie h1 {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
}
figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0, 10px, 0);
	transform: translate3d(0, 10px, 0);
}
figure.effect-sadie:hover h1 {
	color: #fff;
	-webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
	transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}
figure.effect-sadie:hover figcaption::before,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-sarah {
	background: rgb(66, 140, 176);
}
figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-sarah figcaption {
	text-align: left;
}
figure.effect-sarah h1 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
}
figure.effect-sarah h1::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}
figure.effect-sarah:hover h1::after {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}
figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.services_text .no-padding {
	padding: 0px;
}
.line {
	border-bottom: 1px solid rgb(233, 233, 233);
}
.mar-btm0 h2 {
	margin-bottom: 0px;
}
.services_text img {
	width: 100%;
	height: auto;
	border: 1px solid whitesmoke;
	/*padding: 10px;*/
}
.grid figure a img {
	width: 100%;
}
.readmore-1 p {
	color: #141414;
}
.topic-inner {
	position: relative;
	top: 200px;
}
.topic-inner h1 {
	color: white;
	font-size: 2em;
	font-weight: 500;
	text-align: left;
}
.topic-image {} .topic-image img {
	padding: 0px 10%;
}
.vision h3 {
	font-size: 15px;
	color: #444;
	padding: 0px 18px;
}
.vision p {
	padding: 10px 15px;
}
.accordion {
	background-color: white;
	color: #2c5a96;
	cursor: pointer;
	padding: 0px 18px 0px 0px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 18px;
	font-weight: bold;
	transition: 1s;
}
.services_text button:active {
	color: black !important;
}
.services_text button:focus {
	color: black !important;
}
.accord-active,
.accordion:hover {
	background-color: #fff;
	color: #29469e;
}
.accordion:after {
	content: '\002B';
	color: #141414;
	font-weight: 500;
	float: right;
	margin-left: 5px;
	font-size: 24px;
}
.accord-active:after {
	content: "\2212";
}
.panel {
	padding: 0 18px;
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .15);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.panel ul {
	padding-left: 20px;
}
.date-dropdown .dropdown button .drop-arrow {
	background-image: url(/en/images/select-drop-black.png);
	top: -5px;
	background-size: 10px auto;
	right: 0px;
}
.date-dropdown span {
	padding-left: 25px
}
.search-bar-layout {
	margin: 10px 0px 15px;
	padding: 0px;
}
::selection {
	background: #337ab7;
	color: white;
}
.search-wrapper {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 0%;
}
.search-wrapper.active {} .search-wrapper .input-holder {
	height: 70px;
	width: 70px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0);
	border-radius: 6px;
	position: relative;
	transition: all 0.3s ease-in-out;
	margin-top: 20px;
}
.search-wrapper.active .input-holder {
	width: 450px;
	border-radius: 0px;
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid black;
	transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	left: 37%;
}
.search-wrapper .input-holder .search-input {
	width: 100%;
	height: 50px;
	padding: 0px 70px 0 20px;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	background: transparent;
	box-sizing: border-box;
	border: none;
	outline: none;
	font-family: "Open Sans", Arial, Verdana;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
	color: grey;
	transform: translate(0, 60px);
	transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
	opacity: 1;
	transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon {
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 6px;
	background: #FFF;
	padding: 0px;
	outline: none;
	position: relative;
	z-index: 2;
	float: right;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder .search-icon {
	width: 50px;
	height: 50px;
	margin: 10px;
	border-radius: 30px;
}
.search-wrapper .input-holder .search-icon span {
	width: 22px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	transform: rotate(45deg);
	transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
	transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before,
.search-wrapper .input-holder .search-icon span::after {
	position: absolute;
	content: '';
}
.search-wrapper .input-holder .search-icon span::before {
	width: 3px;
	height: 11px;
	left: 11px;
	top: 25px;
	border-radius: 2px;
	background: #000000;
}
.search-wrapper .input-holder .search-icon span::after {
	width: 25px;
	height: 25px;
	left: 0px;
	top: 0px;
	border-radius: 16px;
	border: 4px solid #000000;
}
.search-wrapper .close {
	position: absolute;
	z-index: 1;
	top: 24px;
	right: 20px;
	width: 25px;
	height: 25px;
	cursor: pointer;
	transform: rotate(-180deg);
	transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
	transition-delay: 0.2s;
}
.search-wrapper.active .close {
	/* right: 11px; */
	right: -200px;
	top: 50px;
	transform: rotate(45deg);
	transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
	/*  transition-delay: 0.5s;*/
}
.search-wrapper .close::before,
.search-wrapper .close::after {
	position: absolute;
	content: '';
	background: black;
	border-radius: 2px;
}
.search-wrapper .close::before {
	width: 5px;
	height: 25px;
	left: 10px;
	top: 0px;
}
.search-wrapper .close::after {
	width: 25px;
	height: 5px;
	left: 0px;
	top: 10px;
}
.copyrights p {
	color: #fff !important;
	margin: 0px !important;
	font-size: 13px !important;
}
.turuncubaslik-bold {
	color: #333;
	font-size: 14px;
	border-bottom: 1px dotted #000;
	text-decoration: none;
}
/******keyboard*******/

ul.keyboard {
	list-style-type: none;
	font-family: verdana;
	background-color: #fff;
	border-radius: 5px;
	padding: 0;
	width: 100%;
	height: 50%;
}
.keyboard li {
	cursor: pointer;
	display: inline;
	float: left;
	height: 18%;
	/** margin: auto; **/
	line-height: 50px;
	padding: 0;
	margin: 0.3% 0.6% 0.6% 0.2%;
	background-color: #ddd;
	color: black;
	vertical-align: middle;
	text-align: center;
	border-radius: 4px;
	font-size: 1vw;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.char {
	width: 5.75%;
	-webkit-transition: background-color 100ms;
}
.tab {
	width: 20%;
}
.at {
	width: 7.2%;
}
.last {
	margin-right: 0%;
}
.backspace {
	width: 14%;
}
.capslock {
	width: 12%
}
.capslock.on {
	background-color: #CA4200;
}
.return {
	width: 14%;
}
.shift {
	width: 7.2%;
}
.last {
	margin-right: 0;
}
.space {
	width: 99%;
}
.keyboard .touch {
	background-color: #CA4200;
}
.loginpage-form label {
	position: inherit;
	font-size: 14px;
	color: white;
	left: 0px;
	float: left;
}
.loginpage-form input:focus ~ label,
.loginpage-form input:valid ~ label {
	transform: none !important;
	color: white;
	font-size: 14px;
}
.loginpage-form input[type=button].btn-block,
.loginpage-form input[type=reset].btn-block,
.loginpage-form input[type=submit].btn-block {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #166db4;
	border: none;
}
.loginpage-form .form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: 18px;
	font-size: 16px;
	line-height: 1.5;
	color: white;
	background-color: #36282c1c;
	background-clip: padding-box;
	border-bottom: 1px solid #ffffff !important;
	border: none;
	/* border-radius: .25rem; */
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.wrapper-background {
	background-image: url(images/login-back.jpg);
	background-position: center;
	background-size: cover;
}
.box-login {
	background-color: #00000087;
	min-height: 520px;
	padding: 5em 0px;
}
.text-danger {
	color: #ffffff;
}
a.text-danger:focus,
a.text-danger:hover {
	color: #9a9a9a;
}
.forgot p {
	color: whitesmoke;
	text-decoration: underline;
	text-align: center;
	font-size: 11px;
}
.forgot p:hover {
	color: #9a9a9a;
}
.forgot {
	margin-top: 30px;
}
.user-box {
	padding: 50px 65px 10px 45px;
}
/*.o-login-btn {
    background-color: #2d4d92!important;
    padding: 8px;
    margin-top: 17px;
    border-radius: 0px !important;
    border: none;
}*/

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%;
	text-transform: none;
}
.panel p {
	text-align: left;
}
#preloader,
.tb {
	display: table
}
.search-result p,
.tb-cell,
img {
	vertical-align: middle;
}
#preloader {
	position: fixed;
	text-align: center;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	z-index: 999999999
}
#page-loading p {
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	margin-top: 5px
}
.bg-fixed,
.bg-parallax,
.bg-scroll {
	z-index: -2;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
#page-loading div {
	width: 40px;
	height: 40px;
	margin: auto;
	border-right: 3px solid #5a79b8;
	border-bottom: 3px solid transparent;
	border-radius: 100%;
	-webkit-animation: spin .9s linear infinite;
	-moz-animation: spin .9s linear infinite;
	-o-animation: spin .9s linear infinite;
	animation: spin .9s linear infinite;
}
#page-loading p {
	text-align: center;
	text-transform: uppercase;
	z-index: 99;
	padding: 10px 0;
	color: #000;
	font-size: 12px;
	overflow: hidden;
	margin-top: 5px
}
.bg-fixed,
.bg-parallax,
.bg-scroll {
	z-index: -2;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0
}
#page-loading div {
	width: 40px;
	height: 40px;
	margin: auto;
	border-right: 3px solid #5a79b8;
	border-bottom: 3px solid transparent;
	border-radius: 100%;
	-webkit-animation: spin .9s linear infinite;
	-moz-animation: spin .9s linear infinite;
	-o-animation: spin .9s linear infinite;
	animation: spin .9s linear infinite;
}
.panel-group .panel,
input {
	-webkit-border-radius: 0;
	-moz-border-radius: 0
}
@keyframes spin {
	0% {
		transform: rotate(0)
	}
	50% {
		transform: rotate(180deg)
	}
	100% {
		transform: rotate(359deg)
	}
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0)
	}
	50% {
		-webkit-transform: rotate(180deg)
	}
	100% {
		-webkit-transform: rotate(359deg)
	}
}
@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0)
	}
	50% {
		-moz-transform: rotate(180deg)
	}
	100% {
		-moz-transform: rotate(359deg)
	}
}
@-o-keyframes spin {
	0% {
		-o-transform: rotate(0)
	}
	50% {
		-o-transform: rotate(180deg)
	}
	100% {
		-o-transform: rotate(359deg)
	}
}
.main-btn-rect:before,
.main-btn-rect:after {
	position: absolute;
	content: '';
	top: 0;
	width: 0%;
	height: 100%;
	background-color: rgba(255, 255, 240, 0.2);
	-webkit-transition: width 0.3s;
	-o-transition: width 0.3s;
	transition: width 0.3s;
}
.main-btn-rect:before {
	left: 0;
}
.main-btn-rect:after {
	right: 0;
}
.main-btn-rect:hover:before,
.main-btn-rect:hover:after {
	width: 50%;
}
.main-btn-circle {
	height: 40px;
	width: 40px;
	-webkit-border-radius: 50%;
	border-radius: 100%;
	line-height: 40px;
	-webkit-transition: box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
}
.main-btn-circle:hover {
	-webkit-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
	-moz-box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
	box-shadow: inset 2px 1px 0px 20px rgba(255, 255, 240, 0.2);
}
.popup {
	position: fixed;
	top: 100%;
	width: 100%;
	height: 100%;
	z-index: 10001;
}
.popup.active {
	top: 0;
	background-color: rgba(3, 3, 3, 0.98);
	transition: background-color .6s, opacity .6s;
}
.popup .main-btn-rect {
	padding: 10px 100px;
}
.popup .popup-content {
	position: absolute;
	top: 50%;
	left: 50%;
	max-height: 568px;
	min-width: 430px;
	margin-top: 150px;
	padding: 0px;
	background-color: white;
	color: #070000;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transition: margin .6s;
	-webkit-transition: margin .6s;
	-moz-transition: margin .6s;
	-o-transition: margin .6s;
	border-radius: 10px;
}
.popup.active .popup-content {
	margin-top: 0px;
}
.popup-content h6 {
	display: table;
	font-size: 20px;
	text-align: center;
	margin: 10px auto;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
}
.send-form.form-group {
	position: relative;
	width: 90%;
	margin: 0px auto;
}
form#send input,
form#send textarea {
	position: relative;
	margin-bottom: 20px;
	width: 100%;
	height: 29px;
	font-family: 'RobotoLight', sans-serif;
	text-indent: 20px;
	background-color: transparent;
	outline: 0;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #070000;
	-webkit-transition: border 0.6s;
	-o-transition: border 0.6s;
	transition: border 0.6s;
}
form#send input:focus,
form#send textarea:focus {
	border-bottom: 1px solid deepskyblue;
}
form#send label {
	position: absolute;
	top: 0;
	line-height: 28px;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}
form#send input:focus + label,
form#send textarea:focus + label {
	color: rgba(4, 180, 246, 1);
	font-size: 12px;
}
form#send .txt {
	line-height: 22px;
	left: 2px;
}
form#send .main-btn-rect {
	position: relative;
	display: block;
	padding: 12px 25px;
	border-radius: 10px 0px 10px 0px;
	margin: 0px auto;
	font-size: 14px;
	color: white;
}
form#send .main-btn-rect i {
	margin-right: 5px;
}
.popup .fade-out {
	position: absolute;
	top: -20px;
	right: -20px;
	text-align: center;
	font-size: 15px;
}
/*.popup-form{
background-image: url(images/popup-background.png);
    background-position: top;
    background-size: cover;

}*/

.pop-message {
	width: 100%;
	height: 450px;
	background-color: #215eab;
	padding: 0px;
	margin: 0px;
	border-radius: 10px 0px 0px 10px;
}
.pop-message h3 {
	color: white;
	text-shadow: 3px 2px 2px black;
	margin: 10px;
	text-align: center;
	font-size: 24px;
}
.pop-message::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	background-image: url(/en/images/back/footer.jpg);
	background-size: cover;
	background-position: bottom;
	opacity: 0.16;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.img-pop {
	padding: 20px;
	margin: 0px 60px;
	text-align: center;
	border: 1px solid white;
	border-radius: 50%;
	background-color: white;
}
.img-pop img {
	width: 50%;
}
.mar-t-20 {
	margin-top: 40px;
}
.main-btn-rect {
	padding: 0px;
	/* line-height: 30px; */
	border: none;
}
.popup-btn {
	/* position: absolute!important; */
	top: 10px;
	left: 41%;
	transform: translate(-50%, -50%);
}
.main-btn-rect,
.main-btn-circle {
	position: relative;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	color: white;
	background-color: #215eab;
	text-transform: uppercase;
	font-size: 25px;
	letter-spacing: 1px;
	outline: none;
	cursor: pointer;
	z-index: 100;
}
.box1 {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
figure {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.shadow-mebf iframe {
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}
.property {
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.property .property-image {
	/* height: 195px; */
	overflow: hidden;
	width: 100%;
}
.property img {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	-moz-backface-visibility: hidden;
	width: 100%;
	position: relative;
	top: 0;
}
.property .overlay {
	-moz-transition: 0.4s;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	bottom: -50px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.property .overlay .info {
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
	background: -webkit-linear-gradient(top, transparent 0%, rgb(45, 77, 146) 100%);
	background: -o-linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
	background: -ms-linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgb(45, 77, 146) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	padding: 12px;
}
.tag.price {
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	background-color: #1396e2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.tag {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	display: inline-block;
	padding: 3px 8px;
}
/*
.nav>li.hassubmenu>a::before {
    background-image: -webkit-gradient(linear,right top,left top,from(#ff8a00),to(#da1b60));
    background-image: linear-gradient(to left,#ff8a00,#da1b60);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
}
*/

.spacer {
	width: 100px;
	height: 2px;
	background: #686969;
	margin: 0px auto 20px;
	transition: 0.6s ease;
}
section:hover > .spacer {
	width: 150px;
	transition: 0.6s ease;
}
.initiatives-home:hover > .spacer {
	width: 150px;
	transition: 0.6s ease;
}
.section-title:hover > .spacer {
	width: 150px;
	transition: 0.6s ease;
}
.forline:hover > .spacer {
	width: 150px;
	transition: 0.6s ease;
}
.custom-module:hover > .spacer {
	width: 150px;
	transition: 0.6s ease;
}
.trns-text {
	background: url(/en/images/download.png) -20px -20px no-repeat;
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	display: block;
	filter: grayscale(100%);
	position: absolute;
	opacity: 0.1;
	font-size: 147px;
	font-family: arial;
	/* text-align: center; */
	/* margin-top: 0px; */
	font-weight: bold;
	letter-spacing: -11px;
	background-size: cover;
	width: 90%;
	padding: 0px;
	margin: 0px;
}
@media (min-width: 480px) and (max-width: 990px) {
	.navbar-header {
		float: none;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	}
	.navbar-collapse.tab-menu {
		display: block !important;
	}
	.navbar-nav {
		float: none !important;
		margin: 7.5px -15px;
	}
	.navbar-nav > li {
		float: none;
	}
	.navbar-nav > li > a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}
.profile-section h2 {
	margin-top: 0px;
	/* border-bottom: 2px solid #2c5a96; */
	/* width: auto; */
	color: #2c5a96;
	width: fit-content;
	border-bottom: 2px solid #2c5996;
}
.services_text.profile-section h1 {
	margin-bottom: -5px;
}
.annual-image {
	box-shadow: 12px 7px 11px 4px #bbbbbb;
}
.overlay-annual {
	box-shadow: 12px 9px 5px 1px rgb(202, 202, 202);
}
.grid figure h1 span {
	text-shadow: 1px 1px 1px black;
}
.services_text h2 {
	margin-top: 0px;
	/* border-bottom: 2px solid #2c5a96; */
	/* width: auto; */
	color: #2c5a96;
	width: fit-content;
	border-bottom: 2px solid #2c5996;
}
.square h2 {
	width: 100%;
	border-bottom: none;
}
	.committee {
		background: url(/en/images/icon/committee.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 105px 66px;
		border: none;
	}
.grid figure figcaption > a {
	background: linear-gradient(120deg, rgba(0, 0, 0, 0.6196078431372549), transparent);
}
.grid figure h1 {
	z-index: 1;
	position: relative;
}
.reports.cardbox-1::before {
	content: '' !important;
	background: url(/en/images/icon/pdf-bk.png) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: -12px -15px !important;
	border: none;
	opacity: 0.5 !important;
	width: 100%;
	height: 80px !important;
	position: absolute;
}
.reports .card-box-content h3 {
	text-align: center;
}
figure.effect-apollo p,
figure.effect-lexi p {
	color: white;
	font-weight: 400;
}
.wrkshop::before {
	content: 'Workshop' !important;
	/* background: url(/en/images/icon/news.png); */
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: 100% 40px;
	border: none;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 1;
	opacity: 0.05;
	font-size: 88px;
	float: right;
	text-align: right;
	color: white;
	font-weight: bold;
}
.statistics::before {
	content: '' !important;
	background: url(/en/images/icon/pdf-bk.png) !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: -21px -15px !important;
	border: none;
	opacity: 0.5 !important;
	width: 100%;
	height: 100px !important;
	position: absolute;
	z-index: -1;
	left: 0px;
}
.cardbox-1::before {
	content: 'News';
	/* background: url(/en/images/icon/news.png); */
	background-size: contain !important;
	background-repeat: no-repeat;
	background-position: 100% 40px;
	border: none;
	width: 100%;
	height: 100px;
	right: 0px;
	position: absolute;
	z-index: 1;
	opacity: 0.05;
	font-size: 88px;
	float: right;
	text-align: right;
	color: white;
	font-weight: bold;
}
.nav ul.dropdown-menu.has {
	background: linear-gradient(180deg, #2c57a7, #55aae3);
	width: 240px;
	border: none;
	box-shadow: none;
	border-radius: 0px 20px;
}
.who ul.dropdown-menu.has::before {
	content: 'Who we are';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 6em;
	font-weight: bolder;
	height: 250px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.cust ul.dropdown-menu.has::before {
	content: 'Cust- omer';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 6em;
	font-weight: bolder;
	height: 250px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.act ul.dropdown-menu.has::before {
	content: 'Activities';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 3.7em;
	font-weight: bolder;
	height: 100px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.pub ul.dropdown-menu.has::before {
	content: 'Public ation';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 5em;
	font-weight: bolder;
	height: 250px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.event ul.dropdown-menu.has::before {
	content: 'Events';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 5em;
	font-weight: bolder;
	height: 250px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.news ul.dropdown-menu.has::before {
	content: 'News';
	border: none;
	width: 100%;
	line-height: 1;
	font-size: 6em;
	font-weight: bolder;
	height: 250px;
	position: absolute;
	z-index: -1;
	opacity: 0.06;
	color: rgb(0, 0, 0);
}
.sponser-head img {
	width: 20% !important;
}
.no-padding {
	padding: 0px;
}
span.icon img {
	width: 90%;
	margin-top: -5px;
	margin-right: -10px;
}
span.icon.arrow-right img {
	width: 90%;
	/* margin: 0px 13px; */
	margin-right: -15px;
	margin-top: 0px;
}
/*ol.title3 li {
    margin-left: -5%;
}*/

span.icon-location img {
	width: 3%;
}
/*.logo img {
    padding: 3em;
}*/

.footer p {
	color: #05064d;
	font-weight: 400;
	font-size: 12px;
	line-height: inherit;
	margin-top: 2em;
}
.site-bord {
	border-right: 1px dotted #e0e0e0;
	border-left: 1px dotted #e0e0e0;
}
ul {
	padding-left: 0px;
}
li {
	list-style: none;
}
.right_sidebar ul li:before {
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	background-size: 10px;
	background-image: url(/en/images/tick.png);
	background-repeat: no-repeat;
	margin-right: 10px;
}
button#dropdownMenuButton span img {
	border: none;
	width: 10%;
	filter: invert(1);
}
.form-section input.form-control {
	border-radius: 10px;
	background: #fbfbfb;
	border: none !important;
	padding: 25px;
	box-shadow: 4px 9px 13px -12px #0000003d;
}
.form-section textarea.form-control {
	border-radius: 10px;
	background: #fbfbfb;
	border: none !important;
	padding: 25px;
	box-shadow: 4px 9px 13px -12px #0000003d;
}
input.btnContact {
	background: linear-gradient(45deg, #71b4ea, #2b55a6);
	color: white;
	height: auto !important;
	padding: 10px;
	width: 100% !important;
	box-shadow: 13px 9px 6px 0px #0000002e;
	transition: 0.3s ease;
}
input.btnContact:hover {
	box-shadow: 0px 6px 8px -8px black;
	transition: 0.3s ease;
}
.new-f-heading h1 {
	color: #29459c;
	text-shadow: 4px 1px 0px #fbfbfb;
}
p.footer-text {
	font-size: 1em;
}
p.footer-text a {
	color: #2d59ac;
}
.logo-footer-image img {
	width: 50%;
}
.img-with-address {
	margin-left: 15px;
}
.img-with-address h3 {
	color: #29459b;
}
span.f-icon img {
	width: 10%;
	margin: 5px 10px;
	border-radius: 0px 5px 0px 5px;
	transition: 0.5s ease;
	box-shadow: 0px 6px 8px -8px #000000;
}
span.f-icon.fb img {
	margin-left: 0px !important;
}
span.f-icon img:hover {
	box-shadow: 5px 4px 2px 0px #c7c7c78f;
	margin-top: -10px;
	transition: 0.5s ease;
}
.second-part-footer {
	padding: 1em 0px;
	background: linear-gradient(270deg, #29469e, #00afed, #29469e);
	background-size: 400% 400%;
	-webkit-animation: Gradient 10s ease infinite;
	-moz-animation: Gradient 10s ease infinite;
	animation: Gradient 10s ease infinite;
}
.form-group.subscribe-part input.form-control {
	background: none;
	border: 1px solid white !important;
	padding: 25px;
	color: white;
	border-radius: 25px;
	box-shadow: 13px 9px 6px 0px #0000002e;
}
.form-subscribe input.btnContact {
	border-radius: 50px;
	background: white;
	color: #29469e;
	/* padding: 20px; */
}
.form-subscribe input::placeholder {
	color: white;
}
.copy-right-section p {
	color: white;
	font-size: 1em;
	margin: 1.5em;
}
@media screen and (-ms-high-contrast: active),
all and (-ms-high-contrast: none) {
	video {
		height: auto;
	}
}
.iframe-common iframe {
	height: 200px;
	width: 100%;
	box-shadow: 5px 4px 4px 1px #00000045;
	border: none;
}

.no-background {
    background: none !important;
}
.hero-bkg-animated {
    background: rgb(234, 234, 234) url(images/bk.webp) repeat 0 0;
    width: 100%;
    margin: 0;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    -webkit-animation: slide 20s linear infinite;
}

@-webkit-keyframes slide {
    from { background-position: 0 0; }
    to { background-position: -400px 0; }
}

.form-section input.form-control.error {
    border-bottom: 2px solid red !important;
    border-radius: 0px;
}
.sp-edition img {
    width: 100%;
    min-height: 350px;
    max-height: 375px;
    object-fit: contain;
}
a.btn-video {
    background: white;
    padding: 10px 20px;
    /* margin: 30px auto 0px; */
    border-radius: 50px;
    margin-top: 50px !important;
    float: right;
    box-shadow: 6px 2px 8px 4px #00000063;
    color: #6a214f;
}

    a.btn-video:hover {
        box-shadow: 1px 1px 1px black;
        transition: 0.5s ease;
    }

a.db-police img {
    margin-top: 25px;
}

.db-police img {
    width: 250px
}

.abd-police img {
    width: 100px
}

.video-seg h3 {
    text-align: center;
    color: black;
}

.mar-btm-25 {
    margin-bottom: 25px !important;
}

.vdeo-section {
    margin: 50px auto;
}


@media(min-width:600px) {
    video.height-adjust-video {
        height: 600px !important;
        object-position: bottom !important;
    }

    .mrg-t-150 {
        margin-top: 150px;
    }

    .block-content-fraud p {
        width: 35% !important;
    }

    .corona-banner h1 span {
        color: #1398d5 !important;
        font-size: 60px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .corona-banner p {
        font-size: 45px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }

    .corona-banner {
        position: relative;
        left: 7%;
    }
}

@media (min-width:320px) and (max-width:600px) {
    .marquee-section {
        margin-top: 0px !important;
    }

    .slider-image.fraud-ban {
        margin-top: 50px;
    }

    a.abd-police, a.db-police {
        position: relative;
        z-index: 10;
    }
}

.sp-edition img {
    width: 100%;
    min-height: 250px;
    max-height: 375px;
    object-fit: contain;
}

.video-seg iframe {
    width: 100% !important;
    height: 250px;
}


.head_dir h3 {
    font-weight: 600 !important;
    color: #256092 !important;
    font-size: 24px !important;
    margin-bottom: -10px;
}

.jamal_pic img {
    width: 100%;
    padding: 20px;
}

.block-content-fraud.cus_2021 {
    display: none !important;
}
.bk_2021 .cta-btn-fraud a img {
    top: 300px !important;
}

.icon-img span img {
    margin-right: 15px;
}


.list-fraud ul li {
    list-style: disc;
    margin-left: 20px;
}
.new_type {
    margin-left: 40px;
}