 /**
  * Name: Dailist
  * Version: 1.0
  * Author: Themesflat
  * Author URI: http://www.themesflat.com
*/

@import url("shortcodes.css");
@import url("animate.min.css");
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Muli:400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
::root {
    --font1:'Lora', serif;
    --font10:"Inter", sans-serif;
	--font-s:18px;
	--font-w:500;
	--color1:#000;
    }
/**
  *	Reset
  *	Repeatable Patterns
  *	Header
  * Main Navigation
  * Mobile navigation
  *	Show Search
  *	Page Title
  *	Flat Main Blog
  *	Flat Subscribe
  *	Footer
  *	Footer Bottom
  *	Main Single
  *	Preloader
*/

/* Reset
-------------------------------------------------------------- */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
caption,
canvas,
center,
cite,
code,
dd,
del,
details,
dfn,
dialog,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
footer,
header,
hgroup,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
tt,
table,
tbody,
textarea,
tfoot,
thead,
time,
tr,
th,
td,
u,
ul,
var,
video {
	font-family: inherit;
	font-size: 100%;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: baseline;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

/*ol,*/
/*ul {*/
/*	list-style: none;*/
/*}*/

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	hyphens: none;
	quotes: none;
}

figure {
	margin: 0;
}

:focus {
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	vertical-align: middle;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	line-height: normal;
}

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
	/* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	line-height: 1;
	cursor: pointer;
	/* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	border: none;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
	/* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield;
	/* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
	/* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	/* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Repeatable Patterns
-------------------------------------------------------------- */
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font: 15px/24px 'Muli',
		sans-serif;
	background-color: #fff;
	color: #444444;
	overflow: hidden;
	font-weight: 500;
}

a {
	text-decoration: none;
	color: #525252;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover,
a:focus {
	color: #2E93F2;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 900;
}

button,
button:hover {
	border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	color: #fff;
	padding: 0px 27px 0 27px;
	height: 50px;
	line-height: 48px;
	font-size: 14px;
	color: #fff;
	background: #2E93F2;
	-webkit-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	position: relative;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	letter-spacing: 0.5px;
	font-family: var(--font1);
	font-weight:500;
}

button.search-submit-form {
	position: absolute;
	right: 2px;
	top: 7px;
	padding: 0px 10px;
	color: #2c3e50;
	background-color: transparent;
	display: inline-block;
	height: 29px;
	line-height: 31px;
	font-size: 14px;
	border-color: transparent;
	border-left: 1px solid #2E93F2;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: var(--font1);
	font-weight:500;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="email"] {
	position: relative;
	display: block;
	width: 100%;
	line-height: 24px;
	padding: 8px 18px;
	color: #2c3e50;
	border: 1px solid rgb(231, 231, 231);
	height: 48px;
	font-family: var(--font1);
	color:var(--color1) !important;
	background-color: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	border: 1px solid #2E93F2;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

textarea {
	width: 100%;
	padding: 11px 18px;
	height: 173px;
}

input[type="checkbox"] {
	display: inline;
}

textarea:-moz-placeholder,
textarea::-moz-placeholder,
input:-moz-placeholder,
input::-moz-placeholder {
	color: #ccc;
	opacity: 1;
}

input:-ms-input-placeholder {
	color: #ccc;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #ccc;
	opacity: 1;
}

/* bootstrap resetting elements */
.btn {
	background-image: none;
}

select,
textarea,
input[type="text"],
input[type="submit"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input,
.dropdown-menu,
.navbar .nav>.active>a,
.navbar .nav>.active>a:hover,
.navbar .nav>.active>a:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
	color: #727272;
}

select::-ms-expand {
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	/* IE 5-7 */
	filter: alpha(opacity=0);
	/* Good browsers :) */
	opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

h1 {
	font-size: 32px;
	line-height: 66px;
}

h2 {
	font-size: 30px;
	line-height: 24px;
}

h3 {
	font-size: 24px;
	line-height: 24px;
	font-weight: 500;
}

h4 {
	font-size: 16px;
	line-height: 24px;
}

.clearfix {
	clear: both;
}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.background-color {
	background-color: #f5f5f5;
}

/* Header
-------------------------------------------------------------- */
.header {
	background-color: #fff;
	position: relative;
	z-index: 9999; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Header Fix */
.header.downscrolled {
	position: fixed;
	background-color: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.07);
	top: -100px;
	opacity: 0;
	width: 100%;
	left: 0;
	z-index: 9999;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	filter: alpha(opacity=0);
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.header.upscrolled {
	opacity: 1;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	visibility: visible;
	top: 0;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}

/* logo */
#logo {
	float: left;
	margin-top: 10px;
	margin-left: 50px;
}
.sliderHOLDER_mn{
	position:relative !important;
}

.slider-image{
	position:relative !important;
}
.slider-image:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.44);
    width: 100%;
    height: 100%;
    z-index: 9;
}
#logo a {
	font-size: 30px;
	color: #2E93F2;
	font-family: 'Playfair Display';
	font-weight: bold;
}

/* Navigation Wrap */
.nav-wrap {
	float: right;
	margin-right: 43px;
	height: 75px;
}

.following_list{
        padding: 0px 0px 0px 30px;
    margin-top: 10px;
} 
/* Main Navigation
-------------------------------------------------------------- */
.mainnav,
.button-header,
.show-search {
	display: inline-block;
	/* height: 75px; */
}

#mainnav ul.menu>li {
	display: inline-block;
	position: relative;
	height: 75px;
}

#mainnav ul.menu>li {
	margin-right: 29.5px;
}

#mainnav ul.menu>li:last-child {
	margin-right: 46px;
}

#mainnav ul.menu>li>a {
	line-height: 75px;
	font-size: 14px;
}

/* Submenu */
#mainnav .menu>li>.submenu { 
	z-index: 9999;
	position: absolute;
	width: 320px;
	background-color: #222; 
	left: 0; 
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    height: 0;
    line-height: 0;
    transition: all .4s ease-in-out;
    display:none;
}

#mainnav .menu>li:hover>.submenu {
	opacity: 1;
	z-index: 1;  
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: auto;
    line-height: 1;
    transition: all .3s ease-in-out;
    overflow: visible;
    z-index: 9999; 	 
     display:block;
}

#mainnav .menu>li>.submenu>li:not(:first-child) {
	border-top: 1px solid #333;
}

#mainnav .menu>li>.submenu>li>a {
	color: #999;
	display: block;
	padding: 0px 0px 0px 15px;
	line-height: 50px;
}

#mainnav .menu>li>.submenu>li>a:hover {
	background-color: #2E93F2;
	color: #fff; 
}

/* Mobile navigation
-------------------------------------------------------------- */
#mainnav-mobi {
	display: block;
	margin: 0 auto;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 10000;
	background-color: #2c3e50;
}

#mainnav-mobi ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainnav-mobi ul li {
	margin: 0;
	position: relative;
	text-align: left;
	border-top: 1px solid #ebebeb;
	cursor: pointer
}

#mainnav-mobi ul>li>a {
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 30px;
	color: #fff;
}

#mainnav-mobi ul.submenu {
	top: 100%;
	left: 0;
	z-index: 2000;
	position: relative;
	background-color: #2c3e50;
}

#mainnav-mobi>ul>li>ul>li {
	position: relative;
	border-top: 1px solid #ebebeb;
}

#mainnav-mobi ul.submenu>li>a {
	display: block;
	text-decoration: none;
	padding: 0 60px;
	border-top-color: rgba(255, 255, 255, .1);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

#mainnav-mobi>ul>li>ul>li:first-child a {
	border-top: none;
}

#mainnav-mobi ul.sub-menu>li>a:hover,
#mainnav-mobi>ul>li>ul>li.active>a {
	color: #fff;
}

/* Button menu mobile */
.btn-menu {
	display: none;
	position: relative;
	background: transparent;
	cursor: pointer;
	float: right;
	top: 37px;
	width: 25px;
	height: 25px;
	z-index: 9999;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after,
.btn-menu span {
	background-color: #2E93F2;
	-webkit-transition: all ease .238s;
	-moz-transition: all ease .238s;
	transition: all ease .238s;
}

.btn-menu:before,
.btn-menu:after {
	content: '';
	position: absolute;
	height: 2px;
	width: 25px;
	left: 0;
	top: 50%;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.btn-menu span {
	position: absolute;
	width: 25px;
	height: 2px;
	left: 0;
	top: 50%;
	overflow: hidden;
	text-indent: 200%;
}

.btn-menu:before {
	-webkit-transform: translate3d(0, -7px, 0);
	transform: translate3d(0, -7px, 0);
}

.btn-menu:after {
	width: 25px;
	-webkit-transform: translate3d(0, 7px, 0);
	transform: translate3d(0, 7px, 0);
}

.btn-menu.active:after {
	width: 25px;
}

.btn-menu.active span {
	opacity: 0;
}

.btn-menu.active:before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.btn-menu.active:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font: 20px/50px 'FontAwesome';
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 44px;
}

.btn-submenu:before {
	content: "\f107";
	color: #ffffff;
}

.btn-submenu.active:before {
	content: "\f106"
}

/* Button Header */

.button-header a {
	color: #2E93F2;
	font-size: 15px;
	padding: 8px 15px;
	border: 1px solid #2E93F2;
	font-weight: 500;
	border-radius: 5px;
	position: relative;
	display: block;
	background-color: #fff;
	-webkit-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	-moz-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	transition: all .8s cubic-bezier(.3, .95, .3, .95);
}


.button-header a:hover:before {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.15);
}

.button-header a:hover {
	background-color: #2E93F2;
	color: #fff;
}

.button-header a i {
	font-size: 12px;
	margin-right: 5px;

}

/* Show Search 
---------------------------------------------------------------*/
.uk-search-default {
	display: inline;
}

.uk-search-default .uk-search-input {
	height: 55px;
	width: 350px;
	margin-right: 15px;
	background-color: #fff;
	padding: 20px;
	display: inline;
	border-radius: 5px;
}

.uk-search-default .uk-search-input:hover,
.uk-search-default .uk-search-input:focus {
	background-color: #fff;
}

.show-search {
	float: right;
	margin-left: 21px;
}

.show-search>button {
	background-color: transparent;
	font-size: 14px;
	padding: 0;
	color: #2c3e50;
	border-color: transparent;
	height: 35px;
	line-height: 35px;
	width: 35px;
	display: block;
	border-radius: 4px;
	margin: 25px 0 30px;
	position: relative;
}

.show-search>button:hover {
	color: #247abb;
}

.show-search .top-search {
	position: absolute;
	visibility: hidden;
	z-index: 9;
	right: 13px;
	top: 150px;
	width: 250px;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.show-search .top-search.active {
	top: 100px;
	visibility: visible;
	z-index: 99;
	opacity: 1;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

/* Page Title
-------------------------------------------------------------- */
.page-title {
	padding: 20px 0 56px;
	position: relative;
	text-align: center;
}

.page-title .page-title-heading {
	font-family: 'Playfair Display';
	font-weight: bold;
	font-size: 36px;
	line-height: 72px;
}

.page-title ul.breadcrumbs li {
	display: inline-block;
	font-size: 16px;
}

.page-title ul.breadcrumbs li:not(:first-child) {
	padding-right: 0px;
	padding-left: 5px;
}

.page-title ul.breadcrumbs li a {
	color: #ffffff;
	padding-right: 5px;
}

.page-title ul.breadcrumbs li a:hover {
	text-decoration: underline;
}

.page-title ul.breadcrumbs li span {
	font-size: 12px;
}

/* Flat Main Blog
-------------------------------------------------------------- */
.flat-main-blog {
	padding: 60px 0 60px;
}

/* Article Blog Post */
article.blog-post {
	background-color: #ffffff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	min-height: 430px;
}

article.blog-post .featured-post {
	padding: 10px;
}

article.blog-post .featured-post a {
	display: block;
	position: relative;
	overflow: hidden;
}

article.blog-post .featured-post a .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	background-color: rgba(16, 65, 122, 0.5);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article.blog-post .featured-post a img {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

article.blog-post:hover .featured-post a .overlay {
	opacity: 1;
}

article.blog-post:hover .featured-post a img {
	transform: scale(1.15);
}

article.blog-post .content-post {
	padding: 0 20px 5px;
	position: relative;
}

article.blog-post .content-post .entry-post ul.entry-meta {
	margin: 2px 0 0 2px;
}

article.blog-post .content-post .entry-post ul.entry-meta li.topic {
	float: left;
	font-family: 'Playfair Display';
}

article.blog-post .content-post .entry-post ul.entry-meta li.date {
	text-align: right;
	line-height: 23px;
}

article.blog-post .content-post .entry-post ul.entry-meta li a {
	color: #c2c2c2;
	font-size: 12px;
}

article.blog-post .content-post .entry-post h2.entry-title {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 20px;
}

article.blog-post .content-post p {
	font-size: 13px;
	left: 21px;
	right: 25px;
	position: absolute;
	top: 100px;
}

article.blog-post .content-post .author-post {
	color: #c2c2c2;
	font-size: 12px;
	margin-top: 20px;
	line-height: 30px;
	position: absolute;
	top: 181px;
}

article.blog-post .content-post .author-post a:not(:hover) {
	color: #c2c2c2;
}

.height50 {
	height: 50px;
}

/* Flat Subscribe
-------------------------------------------------------------- */
.flat-subscribe {
	background: url("../images/blog/bg-01.png") top center no-repeat;
	padding: 47px 0 56px;
}

.flat-subscribe .subscribe-text {
	font-size: 16px;
	line-height: 72px;
	color: #ffffff;
	letter-spacing: 0.06px;
}

.flat-subscribe .subscribe-form form .subscribe-content .input-field input {
	border-color: transparent;
	border-bottom: 1px solid #fff;
	color: #fff;
	height: 40px;
	font-size: 16px;
	height: 50px;
	padding: 17px 1px 0;
}

.flat-subscribe .subscribe-form form .subscribe-content .input-field {
	position: relative;
	margin-top: 2px;
}

.flat-subscribe .subscribe-form form .subscribe-content button {
	background-color: transparent;
	position: absolute;
	right: 12px;
	top: 13px;
	color: #fff;
	padding: 0;
}

.flat-subscribe .subscribe-form form .subscribe-content button span {
	font-size: 18px;
}

/* Footer
-------------------------------------------------------------- */
footer,
.footer-bottom {
	background-color: #113354;
}

footer {
	padding: 20px 0 59px;
	color: #fff;
}

/* Widget About */
.widget-about .logo-ft {
	margin-bottom: 4px;
}

.widget-about .logo-ft a {
	font-size: 30px;
	font-family: 'Playfair Display';
	font-weight: bold;
	color: #2E93F2;
	line-height: 72px;
}

.widget-about p {
	font-size: 14px;
}

/* Widget Categories */
.widget-categories {
	margin-left: -1px;
}

.widget-categories h3.widget-title,
.widget-contact h3.widget-title {
	margin-bottom: 24px;
	margin-top: 28px;
	color: #2E93F2;
}

.widget-categories ul.one-half {
	float: left;
	padding-right: 30px;
}

.widget-categories ul.one-half li a {
	color: #fff;
	font-size: 14px;
}

.widget-categories ul.one-half li a:hover {
	color: #2E93F2;
}

/* Widget Contact */
.widget-contact h3.widget-title {
	margin-bottom: 26px;
	margin-left: 3px;
}

.widget-contact ul.contact-infomation li {
	font-size: 14px;
	padding-left: 29px;
	position: relative;
}

.widget-contact ul.contact-infomation li:before {
	content: '\f041';
	position: absolute;
	font-family: 'fontawesome';
	top: 0px;
	left: 1px;
	font-weight: 400;
}

.widget-contact ul.contact-infomation li.phone:before {
	content: '\f095';
}

.widget-contact ul.contact-infomation li.email:before {
	content: '\f003';
}

/* Widget Map */
.widget-map {
	margin-top: 21px;
}

/* Footer Bottom
-------------------------------------------------------------- */
.footer-bottom {
    border-top: 1px solid #4a5867;
    padding: 19px 0;
    float: left;
    width: 100%;
}

.footer-bottom .copyright {
	color: #c2c2c2; 
    float: none;
    text-align: center;
    font-size: 17px;	
}

.footer-bottom .copyright a:not(:hover) {
	color: #c2c2c2;
}

.footer-bottom ul.social-ft {
	float: right;
}

.footer-bottom ul.social-ft li {
	display: inline-block;
	margin-left: 31px;
}

.footer-bottom ul.social-ft li:first-child {
	margin-left: 0px;
}

.footer-bottom ul.social-ft li a:not(:hover) {
	color: #c2c2c2;
}

/* Main Single
-------------------------------------------------------------- */
.main-single {
	padding: 60px 0 60px;
}

/* Article Post Single */
article.post-single .featured-post {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 30px;
}

article.post-single .featured-post img {
	border-radius: 6px;
}

article.post-single .entry-post {
	padding: 71px 85px 25px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	text-align: center;
	border-radius: 10px;
}

article.post-single .entry-post .entry-header {
	padding-bottom: 25px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ededed;
}

article.post-single .entry-post .entry-header h2.entry-title {
	font-weight: bold;
	font-family: 'Playfair Display';
	margin-bottom: 28px;
}

article.post-single .entry-post .entry-header .entry-meta-post li {
	font-size: 12px;
	color: #c2c2c2;
	font-weight: 300;
}

article.post-single .entry-post .entry-header .entry-meta-post li.topic {
	font-family: 'Playfair Display';
	font-weight: 400;
}

/* Entry Post */
.entry-post .entry-content {
	padding: 0 70px 45px;
}

.entry-post .entry-content .entry-answer .question {
	font-size: 16px;
	font-weight: 400;
}

.entry-post .entry-content .entry-answer {
	margin-bottom: 12px;
	padding: 0 15px;
}

.entry-post .entry-content .entry-answer .reply span {
	line-height: 36px;
}

.entry-post ul.social {
	padding-top: 27px;
	position: relative;
}

.entry-post ul.social:before {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 370px;
	height: 1px;
	background-color: #ededed;
	margin-left: -185px;
}

.entry-post ul.social li {
	display: inline-block;
	padding: 0 16px 0 15px;
}

.entry-post ul.social li a:not(:hover) {
	color: #c2c2c2;
}

/* Main Single Comment */
.main-single-comment {
	padding-top: 77px;
}

/* Comment Area */
.comment-area .comment-title {
	font-weight: bold;
	font-family: 'Playfair Display';
	margin-bottom: 63px;
}

.comment-area ol.comment-list li.comment:not(:last-child) {
	margin-bottom: 30px;
}

.comment-area article.comment-body .comment-image {
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 31px;
}

.comment-area article.comment-body .comment-content {
	overflow: hidden;
}

.comment-area article.comment-body .comment-content .comment-metadata {
	color: #c2c2c2;
	font-size: 12px;
	line-height: 16px;
}

.comment-area article.comment-body .comment-content h5 {
	font-weight: 500;
	font-size: 16px;
	margin: 6px 0 4px;
}

.comment-area article.comment-body .comment-content .comment-author {
	color: #c2c2c2;
}

.comment-area article.comment-body .comment-content .comment-author a {
	color: #2c3e50;
}

.comment-area article.comment-body .comment-content p {
	margin: 22px 0 24px;
	color: black;
}

.comment-area article.comment-body .comment-content .comment-like ul {
	float: left;
}

.comment-area article.comment-body .comment-content .comment-like ul li {
	display: inline-block;
	padding-right: 18px;
}

.comment-area article.comment-body .comment-content .comment-like ul li a i {
	font-size: 16px;
	margin-right: 9px;
}

.comment-area article.comment-body .comment-content .comment-like .comment-reply {
	float: right;
}

.comment-area .load-more {
	text-align: center;
	margin-top: 56px;
	font-weight: 400;
}

.comment-area .load-more a {
	padding: 13px 0 11px;
	display: block;
	border: 1px solid #ededed;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 400;
}

.comment-area .load-more a:hover {
	color: #fff;
	background-color: #2E93F2;
}

/* Comment Respond */
.comment-respond {
	margin-top: 46px;
}

.comment-respond .comment-reply-title {
	font-family: 'Playfair Display';
	font-weight: bold;
	margin-bottom: 24px;
	font-size: 24px;
}

.comment-respond form .comment-form-email,
.comment-respond form .comment-form-title {
	float: left;
	width: 50%;
}

.comment-respond form .comment-form-email {
	padding-right: 15px;
}

.comment-respond form .comment-form-title {
	padding-left: 15px;
}

.comment-respond form div input,
.comment-respond form div textarea {
	border-radius: 4px;
}

.comment-respond form div input {
	height: 50px;
	margin-bottom: 16px;
	color: #2c3e50;
}

.comment-respond form div input,
.comment-respond form div textarea {
	border-color: #ededed;
}

.comment-respond form div input:focus,
.comment-respond form div textarea:focus {
	border-color: #c2c2c2;
}

.comment-respond form div textarea {
	margin-bottom: 6px;
	height: 130px;
}

.comment-respond form div label {
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 3px;
}

.comment-respond form .submit-form {
	margin-top: 26px;
}

.comment-respond form .submit-form button {
	border-radius: 4px;
	padding: 0px 56px 0 56px;
	font-size: 16px;
	letter-spacing: -0.1px;
	position: relative;
	z-index: 99;
}

.comment-respond form .submit-form button:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background: #2E93F2;
	border: 0px solid #2E93F2;
	opacity: 1;
	visibility: visible;
	z-index: -2;
	-webkit-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	-moz-transition: all .8s cubic-bezier(.3, .95, .3, .95);
	transition: all .8s cubic-bezier(.3, .95, .3, .95);
}

.comment-respond form .submit-form button:hover:before {
	opacity: 0;
	transform: scale(1.2);
	visibility: hidden;
}

.comment-respond form .submit-form button:hover,
.comment-respond form .submit-form button:visited {
	color: #fff;
	background-color: #2c3e50;
}

/* Reviewer */
.reviewer {
	margin-left: 69px;
	padding-left: 30px;
	margin-top: 3px;
	border-left: 1px solid #c2c2c2;
}

.reviewer .reviewer-image img {
	border-radius: 7px;
}

.reviewer .reviewer-info {
	margin: 27px 0 15px;
}

.reviewer .reviewer-info h5 {
	margin-bottom: 4px;
	font-size: 16px;
}

.reviewer .reviewer-info span {
	font-size: 12px;
	color: #c2c2c2;
}

.reviewer .reviewer-info .social-re {
	margin-top: 11px;
}

.reviewer .reviewer-info .social-re li {
	font-size: 12px;
}

.reviewer .review-content p {
	font-size: 12px;
}

.reviewer .reviewer-info .social-re li {
	display: inline-block;
	margin-right: 8px;
}

.reviewer .reviewer-info .social-re li a:not(:hover) {
	color: #c2c2c2;
}

/* Preloader
-------------------------------------------------------------- */
.preloader {
	width: 100%;
	height: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.clear-loading {
	text-align: center;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.loading-effect-2 {
	width: 100px;
	height: 100px;
}

.loading-effect-2>span,
.loading-effect-2>span:before,
.loading-effect-2>span:after {
	content: "";
	display: block;
	border-radius: 50%;
	border: 2px solid #2E93F2;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.loading-effect-2>span {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-left-color: transparent !important;
	-webkit-animation: effect-2 2s infinite linear;
	-moz-animation: effect-2 2s infinite linear;
	-ms-animation: effect-2 2s infinite linear;
	-o-animation: effect-2 2s infinite linear;
	animation: effect-2 2s infinite linear;
}

.loading-effect-2>span:before {
	width: 75%;
	height: 75%;
	border-right-color: transparent !important;
}

.loading-effect-2>span:after {
	width: 50%;
	height: 50%;
	border-bottom-color: transparent !important;
}

@-webkit-keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes effect-2 {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* new css..................       */

/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	position: relative;
	height: 75vh;
}

.fade-carousel .carousel-inner .item {
	height: 75vh;
}

.fade-carousel .carousel-indicators>li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}

.fade-carousel .carousel-indicators>li.active {
	width: 10px;
	height: 10px;
	opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0);
	-o-transform: translate3d(-50%, -50%, 0);
	transform: translate3d(-50%, -50%, 0);
}

.hero h3 {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 50px;
}

.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
	-moz-transition: 2s all ease-in-out .1s;
	-ms-transition: 2s all ease-in-out .1s;
	-o-transition: 2s all ease-in-out .1s;
	transition: 2s all ease-in-out .1s;
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: .5;
	background-color: #2c3e50;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {
	padding: 10px 40px;
}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #2E93F2;
	border-color: #2E93F2;
	outline: none;
	margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/


#uk-slider-container,
.uk-slideshow-items {
	height: 75vh;
	min-height: 75vh;
}

.uk-slideshow-items li {
	height: 75vh;
}

.fade-carousel .slides .slide-1,
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
	height: 100vh;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px) {
	.hero {
		width: 980px;
	}
}

@media screen and (max-width: 640px) {
	.hero h1 {
		font-size: 4em;
	}
}

.navbar {
	margin-bottom: 0px !important;
}

.page-title {
	background-color: rgb(255, 255, 255);
}

h2 {
	text-align: center;
	padding: 20px;
}

/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.flat-main-blog .col-lg-4 {
	padding-left: 0px 20px !important
}

.search-btn-review {
	border-radius: 4px;
}

.carousel-control.right,
.carousel-control.left {
	width: 0px;
}

.glyphicon-chevron-left {
	margin-left: -30px !important
}

.glyphicon-chevron-right {
	margin-right: -30px !important
}

.box-desc a {
	color: #2E93F2;
}

.bank-logo {
	position: absolute;
	top: 0%;
	left: 5%;
	width: 70px;
	height: 70px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.comment {
	padding-left: 40px;
	color: #2E93F2 !important
}

.comment-list {
	padding-left: 90px;
	color: #2E93F2 !important
}

.view-more {
	text-align: center;
	padding: 20px 0;
}

.flat-main-blog .view-more {
	padding-top: 40px;
}



h2 {
	text-align: center;
	padding: 20px;
}

/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.arrow-left,
.arrow-right {
	position: absolute;
	top: 45%;
	right: 0%;
	color: black;
}

.arrow-right {
	left: 0% !important;
}

.thumbnail {
	border: none;
}

.thumbnail img {
	border: 1px solid #aaa;
	border-radius: 50%;
}

.thumbnail .caption {
	text-align: center;
}

@media only screen and (min-width: 600px) {
	.slider2 {
		display: none;
	}
}

@media only screen and (max-width: 768px) {
	.slider1 {
		display: none
	}
	.lastSliderCnt{
	    width: 100%;}
}

.review-search {
	margin-top: 0px;
	box-shadow: 0px 0px 25px 0px rgba(165, 165, 165, 0.247);
}

.review-box {
	margin: 13px 0;
}

.third-review .col-sm-12 {
	padding-top: 10px;
}

.third-review .dropdown {
	float: right;
}

.third-review {
	padding: 30px;
}

.sort {
	background-color: white;
	color: black;
	border-color: lightgrey;
	height: 35px;
}

.pagination>li>a,
.pagination>li>span {
	border-radius: 50% !important;
	margin: 0 5px;
}

.pagination-align {
	text-align: center;
}

.form-control-borderless {
	border: none;
}

.review-left-sidebar {
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;

}

.review-left-sidebar .col-sm-12 {

	margin: 10px;
}

.third-review .location li:nth-child(2) {
	padding-left: 50px;
}

.searchbar {
	padding: 30px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
	border-radius: 10px;
}

.scrollbar-ripe-malinka::-webkit-scrollbar {
	width: 6px;
	background-color: #F5F5F5;
}

.scrollbar-ripe-malinka::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
	background-image: -webkit-linear-gradient(330deg, #247abb 0%, rgb(120, 166, 206) 100%);
	background-image: linear-gradient(120deg, #247abb 0%, rgb(120, 166, 206) 100%);
}

.example-1 {
	position: relative;
	overflow-y: scroll;
	height: 300px;
}


.review-btn1 a,
.review-btn2 a {
	padding: 5px 8px;
	font-size: 12px;
	border-radius: 5px;
}

.review-btn2 a {
	background-color: #247abb;
	color: white;
	padding: 5px 15px !important
}

.logo-review {
	margin-top: 0% !important;
	padding: 20px 0px;
}

.text-review {
	font-size: 12px;
}

.third-review h5 {
	font-weight: 600;
}

/* Review Description page css */


/* Dropdown Button */
.dropbtn {
	background-color: #4CAF50;
	color: white;
	padding: 16px;
	font-size: 16px;
	border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.review-queue {
	font-size: 25px;
}

.average-rating {
	font-size: 17px;
	height: 36px;
}

.review-share {
	float: right;
}

.share-btn {
	background-color: white;
	color: #449D44;
	border-color: #449D44;
	height: 40px;
}

.share-btn:hover {
	background-color: #2E93F2;
}

.main-desc .col-sm-12 {
	padding: 18px 0px;
}

.location1 {
	display: inline-flex;
}

.address1 {
	padding-right: 20px;
}

.tab-content .col-sm-3 {
	text-align: center;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	background-color: #2E93F2;
	color: white;
}

.dummy-name {
	color: #2E93F2;
}

.modal-title {
	text-align: center;
	color: #2E93F2;
}

#hearts-existing {
	color: #87bad7;
}

.main-desc h2 {
	text-align: left;
}

.panel-body .col-sm-4 {
	padding: 0px;
}

.panel-body .col-sm-8 {
	padding-left: 5px;
}

.panel-body h5:hover {
	color: #2E93F2;
	cursor: pointer;
}

.panel-body h5 {
	font-weight: 500;
}

.panel-body h4 {
	font-weight: 600;
	text-align: center;
}

.btn-warning {
	margin-top: 18px;
}

.main-desc p:nth-child(1) {
	font-size: 25px;
	font-weight: 400;
}



.rating {
	float: left;
}

/* :not(:checked) is a filter, so that browsers that don’t support :checked don’t 
	follow these rules. Every browser that supports :checked also supports :not(), so
	it doesn’t make the test unnecessarily selective */
.rating:not(:checked)>input {
	position: absolute;
	top: -9999px;
	clip: rect(0, 0, 0, 0);
}

.rating:not(:checked)>label {
	float: right;
	width: 1em;
	/* padding:0 .1em; */
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	font-size: 180%;
	/* line-height:1.2; */
	color: #ddd;
}

.rating:not(:checked)>label:before {
	content: '★ ';
}

.rating>input:checked~label {
	color: dodgerblue;

}

.rating:not(:checked)>label:hover,
.rating:not(:checked)>label:hover~label {
	color: dodgerblue;

}

.rating>input:checked+label:hover,
.rating>input:checked+label:hover~label,
.rating>input:checked~label:hover,
.rating>input:checked~label:hover~label,
.rating>label:hover~input:checked~label {
	color: dodgerblue;

}

.rating>label:active {
	position: relative;
	top: 2px;
	left: 2px;
}

/* Write a review css  */

.write-review {
	padding: 40px;
}

.first-part,
.second-part,
.third-part {
	padding: 20px;
}

.write-review-heading {
	font-weight: 500;
	font-size: 18px;
}

.checked {
	color: black;
}

.panel-star {
	text-align: right;
}

.write-review .right-sidebar .col-sm-12 {
	padding-top: 40px;
}

.write-review .right-sidebar .col-sm-2 {
	padding: 0px;
}

.write-review .right-sidebar a {
	color: #2E93F2;
}

.write-review .right-sidebar img {
	height: 38px;
	border-radius: 5px;
}

.form-control1 {
	border-radius: 5px;
}

.write-review img {
	border-radius: 5px;
}

.profile {
	padding: 30px 0px;
	background-color: #F2F2F2;
}

.profile-list {
	display: inline-flex;
	padding-top: 10px;
}

.profile-list-item {
	padding-right: 20px;
	font-size: 18px;
}

.profile-list-item h4 {
	font-weight: 600;
}

.profile-tabs {
	padding-top: 20px;
	border-bottom: none;
}

.profile-box {
	padding: 20px;
	background-color: white;
}

.profile .col-sm-3 {
	margin-top: 20px;
}

.profile a {
	cursor: pointer;
}

.profile .tab-content {
	margin-top: 20px;
}

.tab-pane p {
	padding-top: 10px;
}

.profile-sidebar {
	display: inline-flex;
	width: 100%;
	padding-top: 20px;
}

.profile-heading,
.profile-breadcrumbs {
	color: white;
}

.profile-right-sidebar {
	font-size: 13px;
}

.profile-right-sidebar p:nth-child(3) {
	padding-top: 5px;
}

.profile-right-sidebar .btn,
.edit {
	width: 100%;
	height: 10%;
	margin-top: 10px;
	border-color: #2E93F2;
	color: #2E93F2;
}

.edit {
	width: 30%;
	float: right;
}

.profile-right-sidebar .btn:hover,
.edit:hover {
	background-color: #2E93F2;
	color: white;
}

.Profile-bottom-Sidebar {
	margin-top: 20px;
}

.share-text {
	padding-left: 20px;
}

.profile-left-sidebar {
	padding: 0px;
}

.profile-left-sidebar h4 {
	font-size: 17px;
	padding-bottom: 10px;
}

.profile-sidebar li:nth-child(2) {
	padding-left: 10px;
}

.profile-right-sidebar .col-sm-12 {
	padding-bottom: 15px;
}

.profile .modal-body {
	height: 600px;
}

.Profile-bottom-Sidebar a {
	color: #2E93F2;
}

.file {
	width: 120px;
	padding: 0px !important
}

.mr00-custom{
    margin-right:0px;
    margin-left:0px;
}
.mr15-custom{
    margin-right:15px;
    margin-left:15px;
}
.listranking.borderhide{
    border:none !important;
}
.mr15-custom.borderBotm .btn-listranking{
        font-family: 'Montserrat', sans-serif;
}
.category-title.blue h3{
    display: block;
    text-align: center;
    font-size: 36px;
    margin: 40px 0px 30px 0px
}
.borderBotm{border-bottom: 1px #ccc solid !important;}

/*   singlr review page css  */

.box-desc .fa-star {
	margin-top: 20px;
	font-size: 21px;
}

.single-rating p {
	font-size: 17px !important;
	padding-bottom: 10px;
}

.single-review {
	margin: 100px;
}

.single-review .box-imagebox {
	width: 100%;
}

.checked {
	color: rgb(255, 208, 1);
}

.fa-heart {
	color: red;
}

.icon-count {
	color: black;
	padding-left: 10px;
}

.single-desc ul {
	display: inline-flex;
}

.single-desc li {
	padding-right: 20px;
}

.single-desc h3 {
	font-size: 20px;
	padding-bottom: 5px;
}

.single-desc p {
	font-size: 15.5px !important
}

.single-desc .row {
	padding: 10px 0px;
}

.single-desc .col-sm-12 {
	padding: 15px;
}

.single-desc .col-sm-2 {
	text-align: center;
}

.single-desc .col-sm-2 h5 {
	padding: 8px 0px;
	color: #2E93F2;
}

.comment-box {
	padding: 30px !important;
	background-color: #F5F9FD;
}

.comment-box a {
	padding: 7px 15px !important
}

.caption p {
	font-size: 15px !important;
	text-align: left;
}

.thumbnail a:nth-child(2) {
	padding-left: 10px;
	color: #2E93F2;
}

.box-header:hover {
	text-decoration: none !important
}

.single-sidebar h3 {
	font-size: 21px;
	padding-bottom: 5px;
}

.single-review-btn {
	font-size: 14px !important
}

.single-review-btn i {
	position: relative;
	top: 2px !important;
	left: 10px;
	font-size: 16px;
	color: #4697e8;
}

.blog-pagination {
	text-align: center;
}


/* blog single css */

.blog-single .entry-post {
	padding-top: 20px !important
}

.blog-single-date {
	text-align: center !important;
	padding-top: 10px;
}

.blog-desc h4 {
	padding: 5px 0px;
	font-size: 20px;
}

.blog-desc p {
	margin-bottom: 10px !important
}

.blog-single .thumbnail {
	height: 400px;
	width: 80%;
	float: right;
}

.caption h5 {
	text-align: left;
}

.caption-row {
	padding: 20px 0px;
}

.caption .col-sm-12 {
	padding: 10px 0px;
}

.blog-single-sidebar .row {
	padding: 10px 0px;
}

.blog-single-sidebar img {
	float: right;
}

.blog-single-sidebar h4 {
	font-size: 14px;
}

.blog-single-sidebar h3 {
	text-align: center;
	padding-bottom: 15px;
	font-size: 18px;
}

.blog-single-sidebar {
	border-style: solid;
	border-width: 1px;
	border-color: lightgray;
	padding: 20px;
}

.queue .fa {
	color: yellow;
}

.btn-primary:hover {
	color: #fff;
	background-color: #2E93F2;
	border-color: #2E93F2;
}

.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
	background-color: #2E93F2;
	border-color: #2E93F2;
}

.btn-primary {
	border-color: #2E93F2;
	background-color: #2E93F2;
}

.pagination a, .pagination a i {
	color: #2E93F2 !important;
}

.flat-highlights {
	top: -60px;
	position: relative;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #ced7f1;
}

.uk-margin-xlarge-left {
	margin-left: 120px !important;
}

#uk-slider-container h3 {
	font-size: 40px;
	line-height: 60px;
	font-weight: 600;
	color: #fff;
}

#uk-slider-container p {
	font-size: 30px;
	color: #fff;
}

#uk-slider-container .slider-text {
	top: 35% !important;
}

.uk-button,
.uk-search-input {
	border-radius: 5px;
}

#rating-carousel .carousel-inner {
	padding-bottom: 15px;
}

#snackbar {
	visibility: hidden;
	width: 500px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	padding: 16px;
	position: fixed;
	z-index: 1;
	right: 1%;
	bottom: 20px;
	font-size: 17px;
	box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.301);
	background: #4F468B;
	background: -webkit-linear-gradient(bottom, #4F468B, #FF2F6F);
	background: -moz-linear-gradient(bottom, #4F468B, #FF2F6F);
	background: linear-gradient(to top, #4F468B, #FF2F6F);
}

#snackbar h3 {
	color: #fff;
	font-family: 'Muli';
	font-weight: 800;
	margin: 10px 0;
}

#snackbar img {
	margin: 10px 0;
}

#snackbar .snack-content {
	margin: 10px 0;
}

#snackbar button {
	margin: 10px;
}

#snackbar .fa-times-circle {
	float: right;
	color: #fff;
	font-size: 25px;
}

#snackbar .fa-times-circle:hover {
	cursor: pointer;
}

#snackbar.show {
	visibility: visible;
	-webkit-animation: fadein 0.5s, fadeout 0.5s 9.5s;
	animation: fadein 0.5s, fadeout 0.5s 9.5s;
}

@-webkit-keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 20px;
		opacity: 1;
	}
}

@keyframes fadein {
	from {
		bottom: 0;
		opacity: 0;
	}

	to {
		bottom: 20px;
		opacity: 1;
	}
}

@-webkit-keyframes fadeout {
	from {
		bottom: 20px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

@keyframes fadeout {
	from {
		bottom: 20px;
		opacity: 1;
	}

	to {
		bottom: 0;
		opacity: 0;
	}
}

.uk-breadcrumb>*>* {
	color: #fff !important;
}

#country-search {
	border-bottom: 1px solid rgb(219, 219, 219);
	margin-top: 20px;
}

#country-search h4 {
	font-size: 18px;
	font-weight: 600;
	color: rgb(70, 70, 70);
}

#country-search form {
	margin: 20px 0;
}


.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
	width: 100%;
}

#country-search .col-md-4 {
	padding: 0 5px;
}

.bootstrap-select .dropdown-toggle .filter-option {
	padding-top: 12px;
}

.votes {
	font-size: 17px;
	margin-left: 10px;
	color: rgb(114, 114, 114);

}

#bank-desc {
	margin-top: 40px;
	margin-right: 0px;
}

#bank-comment {
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	margin-bottom: 40px;
	margin-right: 0px;
	padding: 0 0 25px 0;
}

#bank-sidebar {
	border-radius: 8px;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	margin: 40px 0;
}

#bank-sidebar .box-header {
	margin: 0 16px;
}

#bank-sidebar h3 {
	font-weight: 600;
	text-align: center;
	border-bottom: 1px solid rgb(231, 231, 231);
	padding-bottom: 15px;
	font-size: 20px;
}

#bank-sidebar .bank-logo {
	/*top: 18px;
	left: 11%;
	*/
}

#bank-sidebar .bank-desc-sidebar {
	margin: 15px 20px;

}

#bank-sidebar .bank-desc-sidebar a {
	font-size: 18px;
}

#bank-sidebar .bank-desc-sidebar a i {
	position: relative;
	top: -4px;
	left: 10px;
	font-size: 16px;
	color: #4697e8;
}

#bank-desc .box-content {
	padding-left: 5px;
}

#bank-desc .box-title {
	font-weight: 800;
	font-size: 26px;
}

#bank-desc .box-title i {
	top: -10px;
	left: 12px;
}

.queue img {
	margin-right: -11px;
}

.rating-bank-main {
	margin-bottom: 10px;
}

.rating-bank-main i {
	color: rgb(255, 208, 1);
}

.rating-bank-main span:last-child {
	margin-left: 25px;
	border-left: 1px solid #aaa;
	padding-left: 25px;
}

.rating i {
	color: #4697e8;
}


.save-share {
	display: inline-block;
	float: right;
	margin-top: 5px;
	margin-right: 20px;
}

.save-share a:first-child {
	border-right: 1px solid #aaa;
}

.save-share a {
	padding: 0 20px;
}

.rating-bank-main em {
	font-style: italic;
}

/*#bank-comment img {*/
img.member-photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.tab-pane a {
	float: right;
	color: rgb(250, 80, 68);
	margin-right: 15px;
}

.tab-pane i {
	color: rgb(255, 208, 1) !important;
}

#bank-sidebar .queue i {
	color: rgb(255, 208, 1) !important;
}

.tab-content h4 {
	font-weight: 600;
}

.dropdown-menu {
	max-height: 200px;
}
 .block-preview {
padding: 100px 0;
}
.block-preview .exeption p{
    max-width: 612px !important;
    font-weight: 400 !important;
    color: #656565 !important;
    line-height: 1.71429 !important;
    word-spacing: 1.3px !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:0px;
}

.block-preview p{
    font-weight: 400 !important;
    color: #696666 !important;
    line-height: 1.71429 !important;
    word-spacing: 1.3px !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom:0px;
}
.block-preview .title {
max-width: 610px;
font-weight: 600;
font-size: 36px;
}
.widthCustom{
   max-width: 612px !important;
}
.dearR{margin-bottom:10px !important;margin-top:10px !important;}
.block-preview .TabHLd p{
max-width: 670px !important;
}
.block-preview .heading-1 {
font-size: 57px;
}

.block-preview .cover-image {
opacity: 1;
}

.block-preview {
position: relative;
padding: 40px 0;
}
.PoitnHolder{
margin:20px 0px;
}

.PoitnHolder p{position:relative;max-width: 633px !important;margin-bottom:10px !important;}

.PoitnHolder p {
background: url(../images/check-icn.png) no-repeat 0% 5px;
display: block;
padding-left: 30px;
}

.block-preview > *:not(.cover-image) {
position: relative;
z-index: 1;
}


.block-preview .cover-image {
position: absolute;
right: 0;
top: 0;
bottom: 0;
left: 0;
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
opacity:1;
}

.block-preview .cover-image {
left: 41%; 
} 

.block-preview .button {
position: relative;
z-index: 0;
overflow: hidden;
display: inline-block;
padding: 14px 40px;
font-size: 16px;
line-height: 1.25;
border: 0 solid;
border-radius: 40px; 
font-weight: 700;
letter-spacing: 0.02em;
text-transform: none;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out; 
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.22);
transition: .5s;
color: #fff; 
margin-top: 20px;
}
.block-preview .button:hover {
box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.block-preview .button-primary:before {
content: "";
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
background: linear-gradient(to left, #50a6f7, #1571c6);
transition: inherit;

}

.home-title {
margin-bottom: 40px;
text-align: center;
}	 
.home-title h2{
font-size: 30px;
font-family: 'Montserrat', sans-serif;
font-weight: bold;
margin-bottom: 5px;
line-height: 1.3;
padding-bottom: 15px;
}

.home-title p { 
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0px;
}
.howWork{
padding: 40px 0;

}
.howWork .home-title h2{
padding-bottom: 0px;
}
.howWork .home-title p {
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0px;
max-width: 740px;
margin: 0 auto;
}


.worksSection{
margin-bottom: 60px;
padding: 30px 30px;
text-align: left;
-webkit-box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 35px 0px rgba(0, 0, 0, 0.08);
background-color: #fff;
}
.worksSection p{
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 0px;
padding-left: 30px;
}
p.titleSec{
font-size: 20px !important;
font-weight: 500 !important;
color:#c1c1c1;
margin-bottom:5px;
}

.circle_IMG {
display: block;
width: 170px;
height: 170px; 
margin: 0 auto;


}
.worksSection .col-md-3{
border-right:1px solid #c1bcbc;
}
.circle_IMG img{
width:100%;
border-radius: 50%;
overflow: hidden;
border:1px solid #c1bcbc;
padding:5px;
}
.bg-primary-gradient {
background:#3390e8;
box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
position: relative;
padding-top: 40px;
z-index: 1;
font-family: 'Montserrat', sans-serif;
padding-bottom: 40px;
}
.bg-primary-gradient .list-icon{
color:#fff !important;
}
.list-icon-title{
margin-bottom: 7px;
}
.bg-primary-gradient .title	{
font-size: 17px;
background: url(../images/w-icon.png) no-repeat 0% 4px; 
padding-left: 30px;
}

.bg-primary-gradient .title.Safe_{
background: url(../images/w-icon2.png) no-repeat 0% 4px; 
}
.bg-primary-gradient .title.Global_{
background: url(../images/w-icon3.png) no-repeat 0% 3px; 
}
.bg-primary-gradient .title.Compare_{
background: url(../images/w-icon4.png) no-repeat 0% 3px; 
}
.bg-primary-gradient .title.Concrete_{
background: url(../images/w-icon5.png) no-repeat 0% 3px; 
}

.bg-primary-gradient .title.Financial_{
background: url(../images/w-icon7.png) no-repeat 0% 3px; 
}
.bg-primary-gradient .title.anywhere_{
background: url(../images/w-icon6.png) no-repeat 0% 3px; 
}
.bg-primary-gradient .title.last_se{
background: url(../images/connectIopcn.png) no-repeat 0% 3px; 
}


.bg-primary-gradient .list-icon-body{
font-size: 13px !important;
font-weight: 400 !important;
word-spacing: 1.1px !important;
}
.bg-primary-gradient .home-title h2{color:#fff;}
.bg-primary-gradient .home-title p{color:#fff !important;}
.row-30 {
margin-bottom: -30px;
}
.home-title h2{
    font-family: 'Montserrat', sans-serif !important;
    padding:0px !important;
}
.font-weight-bold{
        font-weight: 700 !important;
}
.list-icon {
text-align: left;
margin-bottom:40px;
}
.section-xs {
padding: 48px 0;
}
.parallax-container {
position: relative;
overflow: hidden;
}

.parallax-primary-gradient::before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: linear-gradient(to right, #3390e8c7, #1a72c5de);
}

.material-parallax {
position: absolute;
top: 0;
left: -1px;
right: -1px;
bottom: 0;
}
.parallax-content {
position: relative;
z-index: 1;
}
.box-cta { 
align-items: center;
justify-content: center;
flex-wrap: wrap;
margin-top: -20px;
}
.parallax-container {
position: relative;
overflow: hidden;
}
.parallax-container{
background: url(../images/aboutbg.png) fixed no-repeat;
background-size: cover !important;
background-position: center center !important;
width: 100%;
}
.about_main{background:#fff !important;}

.box-cta-inner{
float:left;
width:100%;
padding: 45px 0px 14px 0px;
text-align:center;

}
.box-cta-inner h3 {
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 26px;
color: #fff;
float: left;
width: 100%;
}
.box-cta-inner .button{
position: relative;
z-index: 0;
overflow: hidden;
display: inline-block;
padding: 14px 40px;
font-size: 16px;
line-height: 1.25;
border: 0 solid;
border-radius: 40px;
font-weight: 700;
letter-spacing: 0.02em;
text-transform: none;
white-space: nowrap;
text-overflow: ellipsis;
text-align: center;
cursor: pointer;
vertical-align: middle;
user-select: none;
transition: 250ms all ease-in-out;
box-shadow: 0 10px 15px rgba(0, 0, 0, 0.22);
transition: .5s;
color: #3390e8;
margin-top: 0px; 
background: #fff;
font-family: 'Montserrat', sans-serif;
margin-left: 70px;
}
.sectionIMG img{
width: 94% !important;
margin-top: -16px !important;
}
.reasonBehind {
font-family: 'Montserrat', sans-serif;
width:100%;
padding:80px 0px;
padding-bottom: 50px;
}
.reasonB{
        margin-top: 10px;
}
.reasonBehind h3{
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 15px;
}
.reasonBehind p{
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 30px;
text-align: justify;
}
.pd-00{padding-left:0px !important;padding-right:0px !important;}

.sectionIMG img{
width:100%;
margin-top: 12px;
}
.mission {
font-family: 'Montserrat', sans-serif;
width:100%;
padding:80px 0px;
padding-top: 30px;
padding-bottom: 30px;
background:url(../images/curve-img.png);
background-repeat:no-repeat;
}
.mission h3{
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 15px;
}
.mission p{
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 15px; 
}

.Visson {
font-family: 'Montserrat', sans-serif;
width: 100%;
padding: 80px 0px;
padding-top: 30px; 
position: relative;
padding-bottom: 30px;
border-bottom: 1px solid #ececec;
}
.Visson h3{
font-family: 'Montserrat', sans-serif;
font-size: 32px;
font-weight: 700;
letter-spacing: 1px;
margin-bottom: 15px;
}
.Visson p{
font-weight: 400 !important;
color: #656565 !important;
line-height: 1.71429 !important;
word-spacing: 1.3px !important;
font-size: 14px !important;
font-family: 'Montserrat', sans-serif;
margin-bottom: 15px; 
}

.Visson:before {
top: -45px;
bottom: 0;
margin: 0 auto;
content: "";
position: absolute;
right: -80px;
width: 300px;
height: 300px;
border-radius: 50%;
background-color: gold;
border-bottom-right-radius: 50%;
border-top-right-radius: 50%;
border-left: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
background: #fbfdff;
}

.service_{
padding: 50px 0px 0px 80px;
padding-left: 0px;	

}
.linksURL{
color:#3390e8;
}

.whyslider .owl-item {
    float: left;
    width: 370px !important;
    margin-right: 40px !important;
}

.whyslider .owl-wrapper-outer{
    min-height:400px !important;
    
}
.paddingTB .owl-theme .owl-controls {
    margin-top: -15px;
    text-align: center !important;
    position: absolute !important;
    left: 50% !important;
}
 

.sectionIMG.borderShadow img{
width: 100% !important;
border: 8px solid #fff;
box-shadow: 0 0 5px rgba(000, 000, 000, 0.2); 
    margin-top: 12px !important;
}
.containerHold2{
background: url(../images/share-BG.png);
background-repeat: no-repeat;
background-size:cover;
width:100%;
padding-bottom:30px;
margin-bottom:60px;
}
.Sercise-box{
padding: 60px 15px;
border-radius: 5px;
margin: 15px 0;
background-color: #ffffff;
-webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
-moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
cursor: pointer;
position: relative;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
text-align:center;
margin-top:0px;
}

.Sercise-box h5{
font-family: 'Montserrat', sans-serif;
font-size: 18px;
margin-bottom:20px;
font-weight:600;
}
.Sercise-box p{
    font-family: 'Montserrat', sans-serif;
    color: #828590;
    font-size: 17px;
    font-weight: 400;
}

.col-md-12.home-title.text-right{
    text-align: right !important;
}
.col-md-12.home-title.text-right img{margin-top: -80px;}

.load_more{margin:40px 0px 10px 0px;}
.Sercise-box .icon-box--img {
width: 90px; 
border-radius: 50%; 
border:2px solid #1874c9;
margin-bottom: 25px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
height: 90px;
text-align: center;
line-height: 77px;
color: #1874c9;
font-size: 23px;
display:inline-block;
}
.box-cta-inner .button img{
width: 24px;
margin-right: 8px;
}
.Sercise-box:hover .icon-box--img{
border-radius: 50px;
border-top-left-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}



/* FAQ BQ CSS */
.faq_Holder{margin:50px 0;}
.faq_Holder #accordion{padding:0px 100px;}
.faq_Holder #accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow :none;
    margin-bottom: 10px;
    position: relative;
	font-family: 'Montserrat', sans-serif !important;
}
.faq_Holder #accordion .panel-heading{
    padding: 0;
    position: relative;
   font-family: 'Montserrat', sans-serif !important;
}
.faq_Holder #accordion .panel-heading:before{
    content: "";
    width: 40px;
    height: 100%;
    background: #1e87f0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.faq_Holder #accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #000;
    overflow: hidden;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;
}
.faq_Holder #accordion .panel-title a:before,
.faq_Holder #accordion .panel-title a.collapsed:before,
.faq_Holder #accordion .panel-title a:after,
.faq_Holder #accordion .panel-title a.collapsed:after{
    content: "\f068";
    font-family:fontawesome;
    font-weight: 900;
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 13px;
    left: 13px;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.faq_Holder #accordion .panel-title a:after,
.faq_Holder #accordion .panel-title a.collapsed:after{
    content: "\f067";
    transform: translateY(50px);
}
.faq_Holder #accordion .panel-title a.collapsed:before{ transform: translateY(-50px); }
.faq_Holder #accordion .panel-title a.collapsed:after{ transform: translateY(0); }
.faq_Holder #accordion .panel-body{
    padding: 10px 30px 10px 60px;
    background: #f5f5f5;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    letter-spacing: 1px;
    line-height: 28px;
    position: relative;
    font-family: 'Montserrat', sans-serif !important;	
}
.faq_Holder #accordion .panel-body:before{
    content: "";
    display: block;
    width: 40px;
    height: 100%;
    background: rgba(0,0,0,0.05);
    position: absolute;
    top: 0;
    left: 0;
}	

.faq_Holder .panel-body p{
	font-weight: 400 !important;
    color: #696666 !important;
    line-height: 1.71429 !important;
    word-spacing: 1.3px !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0px;
}
.faqheadingTitle {
	margin: 0px 0px 40px 0px;
	padding:0px 100px;
}
.faqheadingTitle p{
    font-weight: 400 !important;
    color: #696666 !important;
    line-height: 1.71429 !important;
    word-spacing: 1.3px !important;
    font-size: 14px !important;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0px;
    letter-spacing: 0px;
}

.faqheadingTitle h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
}

.faqMain{background:#fff;}

/* END FAQ BQ CSS */
/* starts css for best reviewed bank of the month */

.ptop10{padding-top:10px}
.Best_Reviewed{
	background: #f2f2f2;
	padding: 60px 0px;
}
.Best_Reviewed .text-center{
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.3;
    font-family: 'Montserrat', sans-serif !important;
    padding: 0px !important;
    margin-top: 0px;
	}
	
.Best_Reviewed  .text-center.ptop10{
	font-weight: 400 !important;
	color: #656565 !important;
	line-height: 1.71429 !important;
	word-spacing: 1.3px !important;
	font-size: 14px !important;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 0px;	
	}
.Best_Reviewed .home-title{margin-bottom:30px}
.bestmonth{text-align: right;}
.bestmonth li{position:relative;display: inline-block;padding:0px;}
.bestmonth li a{font-weight: 500;color: #525252;}
.bestmonth li:before{position:absolute;}
.readmore{color:#4ca2f2;font-size:16px}

.bg-service {
background: #fff;
    padding: 30px 15px;
    box-shadow: 7px 7px 7px rgba(0, 0, 0, 0.1);
    float: left;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
}
.bg-service:before {
    content: "";
    border-top: 18px solid #fff;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    position: absolute;
    bottom: -17px;
    left: 10%;
    transform: translateX(-50%);
} 
.goodservice p{
	position: relative; 
	overflow: hidden;
	float: left;
	text-align: justify;
	font: 15px/24px 'Muli', sans-serif;
	color: #717171;

}
.bg-service:before{}
.description{padding-top:15px}
.goodservice{
    font-family: 'Montserrat', sans-serif;
    padding: 0px 8px;
}
span{font-family: 'Montserrat', sans-serif;}
a{font-family: 'Montserrat', sans-serif;}
.goodservice h3{
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	margin: 20px 0px 6px 0px;
}
.redmore{color: #2E93F2;}
.bankLgohld{
	background: rgba(0, 0, 0, 0.44);
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 7px 15px;
}
.bankHost{position:relative;}
.bankLgo{
	background: #fff;
	display: inline-block;
	padding: 2px 10px;
	border-radius: 50px;
}
.bankNm{
	display: inline-block;
	text-align: right;
	float: right;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-shadow: 2px 2px #1d1b1b;
	
}
.userPro{
    display: inline-block;
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}
.starHost img{
width:130px;}
.pd00{
	padding-left: 6px;
	padding-right: 10px;
}
.userPro img{width:100%;}
.userAvater{
	position: relative;
	width: 100%;
	display: block;
	float:left;
}
.userName{
    position: absolute;
    margin-top: 33px;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
#Best-Reviewed .owl-controls{
	position: absolute;
	right: -26px;
	bottom: 26px;
	transform: rotate(90deg);
	margin-top: -28px;
}
#Best-Reviewed .owl-pagination span { 
    background: #00db8e !important;
}

.carousel-control{
    background: none !important;
}
.carousel-control.right{
    right: -100px !important;
    position: absolute;
    top: 50%; 
    opacity: .5;
    height: 40px; 	
}
.carousel-control .glyphicon-chevron-right{
    margin-right: -45px;
}

.carousel-control.left{
    left: -100px !important;
    position: absolute;
    top: 50%; 
    opacity: .5;
    height: 40px; 	
}
.carousel-control .glyphicon-chevron-left{
    margin-left: -45px;
}


/* End for best reviewed bank of the month  */

/* Start css for top reatil  */

.listranking {
    border-bottom: 1px 
    #ccc solid !important;
    margin-bottom: 16px !important;
} 
.btn-listranking {
    height: 40px;
    margin: 0 1px;
    padding: 8px 20px;
    vertical-align: middle;
    background: linear-gradient(#eee, #fcfcfc,#eee);
	border: 0;
	color:#333;
    display: block;
    float: left;
    border-radius: 8px 8px 0 0;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.1em;
}
.sortingtable th:first-child, .sortingtable td:first-child {display: table-cell !important;  } 
.btn-listranking {
    padding: 8px 10px !important;
    height:65px !important;
    text-align:center !important;
}
.sortingtable th {
    font-weight: bold;
    padding: 10px 5px;
   
    background-color: 
#558;
color:
    #fff;
}
.btn-listranking-active {
    background: linear-gradient(
#9ab, #bcd, #bcd, #bcd,
#fff);
border: 1px solid
#ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
color:
#333;
margin-bottom: -1px;
margin-top: 1px;
border-bottom: 1px
    #fff solid;
}
.bimtext{
    margin-top: 1px;
    z-index: 9999;
    font-size: .9em;
    color: white;
    background: #005fa6;
    padding-left: 6px;
    font-family: Georgia,"Times New Roman",Times,serif;
  /*  font-family: 'Oswald', sans-serif; */
    font-weight: 300;
}
/* End css for top reatil  */
::-webkit-input-placeholder {
  color: #111 !important;
}


/*recent-blogs css*/

.widget-search .form-group input {
  padding: 14px;
  padding-bottom: 14px;
  height: 50px;
  border-radius: 3px;
  box-shadow: none;
  border: 1px solid rgb(231, 231, 231);
  font-family: var(--font1);
}

.widget-search .form-group input:active {
  border: 1px solid rgb(231, 231, 231);
  outline: none;
  box-shadow: none;
}

.widget-search .form-group input:focus {
  border: 1px solid #0F7AE5;
  outline: none;
  box-shadow: none;
}

.widget-search .form-group {
  margin: 0;
  position: relative;
}

.widget-search .form-group i {
  position: absolute;
  right: 0;
  cursor: pointer;
  font-size: 18px;
  z-index: 1;
  color: #fff;
  top: 0;
  height: 50px;
  width: 50px;
  border-radius: 3px;
  text-align: center;
  line-height: 50px;
  background-color: #0F7AE5;
  border: 1px solid #0F7AE5;
}

.post-widget {
  box-shadow: 0px 0px 25px 0px rgba(165, 165, 165, 0.247);
  padding: 10px;
  margin-top: 25px;
  border-radius: 5px;
}

.widget-title {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 10px;
  margin-bottom: 25px;
  position: relative;
  font-size: 19px;
  font-weight: 700 !important;
  color: #111;
  font-family: var(--font3);
}

.widget-title::before {
  content: '';
  position: absolute;
  background: #0F7AE5;
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
}

.widget-post ul {
  padding: 0px;
  margin: 0px;
}

.recent_blogs {
  padding: 20px 20px 20px 120px;
  overflow: hidden;
  position: relative;
}
.recent_blogs:hover .pic img{
	transform: scale(1.1);
    transition: all .3s;
}

.recent_blogs .pic {
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 00%;
  overflow: hidden;
  position: absolute;
  top: 20px;
  left: 5px;
}

.recent_blogs .pic img {
  width: 100%;
  height: auto;
  border-radius:5px;
  transition: all .3s;
}

.recent_blogs .description {
  font-size: 15px;
  margin-top: 0px;
  text-decoration: none;
  font-weight: 700;
  color: #111;
  text-align: left;
  line-height: 20px;
  margin-bottom: 15px;
  transition: 1s;
  font-family:var(--font1)
}

.recent_blogs .description:hover {
  color: #111;
  transition: 1s;
}

.recent_blogs a:hover {
  text-decoration: none;
}
.recent_blogs a:active {
  text-decoration: none;
}
.recent_blogs a:focus {

}
.recent_blogs .title {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #d45113;
  margin: 0;
}

.recent_blogs .post {
  display: inline-block;
  font-size: 17px;
  color: #d45113;
}

.ttm-recent-post-list {
  padding: 0px !important;
  margin: 0px !important;
}

.ttm-recent-post-list li {
  list-style: none;
}

.ttm-recent-post-list li:not(:last-child) {
  border-bottom: 1px solid #f0f0f0 !important;
}

.post-date {
    display: block;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 10px;
    /* color: #c2c2c2; */
    font-family: var(--font3);
    color: var(--color1);
}
.post-widget h3{
	margin:0px;
}
.description{
	padding-top:0px !important;
}
.article-list .bimtext a {
    color: #fff;
	font-family:var(--font1);
}
/*.fa {*/
   
/*    display: inline-block;*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*    font-size: inherit;*/
/*    text-rendering: auto;*/
/*    -webkit-font-smoothing: antialiased;*/
/*}*/


.footerScl .fa{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.search-input{
	background-image: url('assets/img/searchicon.png');
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
}
.cookie-container {
  position: fixed;
    padding: 1em 1.5em;
    font-size: 1em;
    z-index: 99;
    box-shadow: 0 6px 40px rgb(0 0 0 / 30%);
    margin: 0 auto;
    width: 92%;
    left: 0;
    right: 0;
    border-radius: 4px;
  transition: 400ms;
}

.cookie-container.active {
    z-index: 999;
    max-width: 280px;
    bottom: 9px;
    padding: 13px 15px;
    right: auto;
    background: #152e56;
    border-radius: 5px;
    -webkit-box-shadow: 0px 20px 48px rgb(0 0 0 / 20%);
    box-shadow: 0px 20px 48px rgb(0 0 0 / 20%);
    width:auto;
    left: 1023px;

}

.cookie-container a {
  color: #f5f6fa;
}
.cookie-container p a {
    color: #fff!important;
    text-decoration: underline;
    
}
.cookie-container a:hover{
    color:#fff!important;
}

.cookie-btn {
     background: #fff;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 0;
    font-size: 13px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    margin-bottom: 0;
    color: #000;
    padding: 4px 2px 4px 8px;
    height: auto!important;
    line-height: 29px;
    font-family: "Montserrat", sans-serif;

}
.cookie-container .row {
    margin-right: -15px!important;
    margin-left: -15px!important;
}

.cookie-container p {
    width: 100%;
    max-width: 100%;
    color: #fff!important;
    font-size: 14px!important;
    
}


.cookies-content {
    display: none;
}
button#btn-slidedown {
    padding: 0px 0px 8px 5px;
    font-size: 12px;
    border-color: #005fa6;
    background: transparent;
    border: none;
    color:#fff;
}

button#btn-slidedown:hover , button#btn-slidedown.btn:active , button#btn-slidedown:focus {
    background: transparent!important;
    opacity: 1!important;
    padding: 0 0px 8px 5px!important;
    outline:none;
}
button.cookie-btn:hover {
    background: #fff!important;
}
@media(max-width:767px){
    .cookie-btn{right: 0;}
    .cookie-container.active {
           z-index: 9999999;
        right: auto;
        left: 20px;
        bottom: 48px;
        max-width: 313px;
    }
    .cookie-container p {
    
        font-size: 16px;
    }
   
    
}


 /* newsletter css start */
 .subscribe_newsletter {
    background: #F2F2F2;
    margin-top: 20px;
    min-height: 290px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}
   .subscribe_newsletter img{
    /*margin-top: 60px;*/
    padding: 15px;
    }
.newsletter .modal-content {
	border: 0px;
	border-radius: 05px;
}

.newsletter .modal-content .modal-body {
	/* background: #005fa6; */
	border-radius: 0px;
	/* color:#fff; */
	/* height:405px; */
}

.news-letter-head img {
	width: 260px;
	margin: 0 auto;
	display: block;
}

.news-letter-head h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 0px;
	font-weight: 600;
	color: #000;
	text-transform: capitalize;
	font-family: serif;
}

.sub-heading h4 {
	font-size: 30px;
    font-weight: 700;
     font-family: inherit; 
    text-align: center;
    margin: 10px 0 10px 0;
    /* text-transform: uppercase; */
    
}

.new-letter-content p {
  font-family: inherit; 
	font-size: 15px;
	color: #000;
}

.newsletter .modal-dialog {
	width: 800px !important;
}

.subscribe_form {
	margin-top: 25px;
}

.newsletter .input_filed input {
	height: 40px;
	margin-bottom: 15px;
	border-radius: 05px;
	box-shadow: none;
	font-size: 17px;
	color: #000;
	font-family: serif !important;
}

.newsletter .input_filed input:focus {
	border-color: rgb(11 77 162);
}

.newsletter .input_filed p {
	font-size: 16px;
	color: #000;
	font-family: serif !important;
	text-align:left;
}
.newsletter .input_filed p a{
  	font-family: serif !important;
}
.newsletter .btn-subscribe {
	background: rgb(11 77 162);
	border-color: rgb(11 77 162);
	color: #fff !important;
	height: 50px !important;
	font-size: 18px;
	font-weight: 600;
	font-family: serif !important;
	border-radius: 0px;
	margin-top: 20px;
	transition: 0.5s linear;
}

.newsletter .btn-subscribe:focus {
	box-shadow: none;
	outline: none;
}

.newsletter .btn-subscribe:hover {
	background: #000 !important;
	border: 1px solid #000 !important;
	transition: 0.5s linear;
}

.newsletter .btn-subscribe:active {
	background: #000 !important;
	border: 1px solid #000 !important;
	transition: 0.5s linear;
}

.newsletter-close {
	position: absolute;
	right: -20px;
	top: -20px;
	background: #0B4DA2 !important;
	opacity: 1;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	z-index: 999;
	font-size: 22px;
	line-height:20px;
	border: 5px solid #e4e4e4 !important;
}

.newsletter-close:hover {
	opacity: 1;
	color: #fff !important;
}

.newsletter-img img {
	width: 250px;
	margin: 0 auto;
	display: block;
}

@media only screen and (max-width: 600px) {
  
	.news-letter-head img {
		width: 250px;
	}
	.newsletter .modal-dialog {
		width: 95% !important;
	}
	.sub-heading h4 {
		font-size: 25px;
	}
	/* .newsletter .modal-content .modal-body{
		height:700px;
	} */
	.newsletter-close {
		right: 0px;
		top: 0px;
		width: 40px;
		height: 40px;
		font-size: 25px;
		line-height:20px;
		border-radius: 0px;
		border: 0px !important;
	}
	.newsletter .modal {
		display: block !important;
		/* I added this to see the modal, you don't need this */
	}
	.newsletter-img img {
		display: none;
	}
	/* Important part */
	.newsletter .modal-dialog {
		overflow-y: initial !important
	}
	.newsletter .modal-body {
		height: auto !important;
		/*overflow-y: auto;*/
		padding:15px 15px;
	}
}
/* newsletter css end */


.wrappers-adds{
	/* width:1170px; */
	margin:0 auto;
	display:block;
	text-align:center;
  }
  .wrappers-adds img {
	max-width: 100%;
	width: 1330px;
	height: auto;
	object-fit: cover;
  }
  
  .heading-title h3{
            font-weight: 700;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .bq-desp p{
      margin-bottom: 15px;
    font-weight: 300 !important;
    /* color: #525252 !important; */
    line-height: 23px;
    word-spacing: 1.3px !important;
    font-size: 17px !important;
    text-align: left;
    margin-top: 10px;
    font: 15px/24px 'Muli', sans-serif;
  }
  
  .all_latest_reviews{
      padding:50px 0px;
      clear:both;
  }
  .all_latest_reviews .bank-review-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
 .all_latest_reviews .bank-review-title h3 {
    font: 700 25px/1.5 "Inter", sans-serif;
    color: var(--color1);
}
.all_latest_reviews .bank-review-title .search-form label {
    font: 600 14px/1.5 "Inter", sans-serif;
    color: var(--color1);
    margin-bottom: 5px;
}
 .all_latest_reviews .bank-review-title .search-form .form-control {
    font: 600 14px/1.5 "Inter", sans-serif;
    color: var(--color1);
    
}
.all_latest_reviews .sort-header {
    cursor: pointer;
    user-select: none;
    color: #000;
    font-weight: 500;
    border-bottom: 2px solid #000;
    padding-bottom: 0px;
    font: 600 15px/1.5 "Inter", sans-serif;
}
.banker-cover .bank-card{
    border-bottom: 1px solid #e9ecef;
    margin-top: 0px;
    padding: 10px 0;
    margin-bottom: 10px;
}
  
  .review-detail h4{
    font:700 15px/1.5 'Inter',sans-serif;
  }
  .bankname_x{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap:50px;
  }
  .bankname_x .rating_point{
      font:700 25px/1.5 'Inter',sans-serif;
  }
  .title-bank small{
     font:600 13px/1.5 "Inter", sans-serif;
  }
  
  
  /*-----------Latest Ratings And Comments css start---------------------*/
  
  .rating-area{
    padding: 50px 0;
    /*background: #F7F7F7;*/
}
.bank-review-title {
    margin-bottom: 20px;
    text-align: center;
}
.bank-review-title h3 {
    font-weight: 700;
    font-family: "Inter", sans-serif;
    font-size: 25px;
    margin-bottom: 10px;
}
.bank-review-title p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.bq-review-card{
    background: #fff;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);    
    border-radius: 1.5rem;
    position: relative;
    margin-bottom: 30px;
}
.bq-review{
    overflow:hidden;
    padding:20px 20px 10px 115px;   
    margin:10px;
   
}

.bq-review .bq-logo {
    width: 75px;
    height: 75px;
    overflow: hidden;
    position: absolute;   
    left: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    line-height: 85px;
}
.bq-review .bq-logo img {
    max-width: 100%;
    width: 45px;
    height: auto;
    margin: 11px auto;
    display: block;
}
.bq-review .bq-bankname {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
    align-items: center;
   
}

.bq-bankname .review-detail h6 {
    font-size: 16px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    color: #000;
    margin: 0;
}
.bq-bankname .review-detail h4 {
    font-size: 17px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 0 0 5px;
    line-height: 30px;
}
.bq-bankname .review-detail-new{
    display: flex;
    gap: 12px;
}
.bq-bankname .review-detail span {
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin: 0 0 5px;
    line-height: 30px;
    color: #333;
}
.bq-bankname .review-detail span a {
    font-size: 16px;
    font-weight: 700;
}
.bq-bankname .review-detail .country_name a {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    font-family: "Inter", sans-serif;
}
.bq-bankname .review-detail span i{
    font-size: 18px;
    color: #818285;
}

.bq-review .reviw-stars .star-yellow{
    color: #FFC200;
}
.bq-review .reviw-stars .star-gray{
    color: #A8AAAE;
}
.bq-review .bq-bank-loc {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    align-items: center;
}

.bq-review .bq-bank-loc .recountry a, .bq-review .bq-bank-loc .redate {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}
.bq-review .bq-bank-loc .redate{
    font-weight: 500;
    font-size: 14px;
}
.bq-review .bq-bank-loc .recountry img {
    max-width: 100%;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}
.bq-review .bq-bank-loc .recountry i,  .bq-review .bq-bank-loc .redate i{
    color: #818285;
    font-size: 15px;
    
}

.review_content {
    padding: 0px 20px 15px;
}

.review_content h5 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Inter", sans-serif;
    margin: 0 0 5px;
    line-height: 22px;
}
.review_content p {
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter", sans-serif;
    line-height: 25px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.more-content {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #1d76bb;
    cursor: pointer;
}

.bq-review-card .review-footer {
    border-top: 1px solid #ddd;
    padding: 10px 20px 20px;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}
.review-comm {
    display: flex;
    gap: 12px;
}
.write-review-box a {
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    color: #e2671f;
}
.bq-review-card .review-footer .comment-new a, .review-footer .write-review-new a{
    font-size: 15px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    padding-left: 0;
}
.bq-review-card .review-footer .comment-new a{
    color: #2E93F2;
}
.review-footer .write-review-new a{
    color: #00b67a;
}
.reviw-stars img {
    max-width: 100%;
    width: 100px;
    height: auto;
}
.reviw-stars{
    margin-bottom: 10px;
}

.bq-report-section{
    padding: 60px 0;
    background-color: #f9f9f9;
    clear: both;
  }
.report_card {
    margin-bottom: 30px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 10%), 0 2px 4px rgb(0 0 0 / 10%);
    transition: box-shadow 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.report_card a{
  text-decoration: none !important;
}
.report_card .card_header{
  display: flex;
  justify-content: end;
  padding:6px;
  color:#fff;
  background-color: #0070c1;
}
.card_header .date{
    font-size: 11px;
    font-family: var(--font2);
    font-weight: 500;
}
.report_card .post_image{
    overflow: hidden;
    max-height: 180px;
}
.report_card .post_image img{
 width: 100%;
  aspect-ratio: 12 / 9;
  object-fit: cover;
  display: block;
  transition: all .3s;
}
.report_card:hover .post_image img {
	transform: scale(1.1);
	transition: all .3s;
}
.reports-content {
    padding: 10px;
    background-color: #fff;
    color: #000;
}
.reports-content .repost_title h3 {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 30px !important;
    font-weight: 700;
    font-family: var(--font3);
}
.reports-content .report-p p {
    font-size: 14px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 24px;
    font-weight: 500;
    min-height: 90px;
    font-family: var(--font2);
}
.report_card_footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.report_card_footer .download_sample , .report_card_footer .buy_now{
      font-family: var(--font2);
    font-weight: 600;
    font-size: 12px;
}

  
  @media (min-width: 320px) and (max-width: 480px) {
  .wrappers-adds img {
	 width:100%;
  }
  .fofsummit2019banner{
	height: auto;
	width: 100%;
  }
  
  /*----------------------------*/
  
  .rating-area{
        padding: 30px 0;
    }
    .rating-heading h2{
        font-size: 25px;      
    }
    .bq-review .bq-logo {
        width: 60px;
        height: 60px;
        line-height: 60px;
        left: 8px;
    }
    .bq-review .bq-logo img{
        width: 40px;
    }
    .bq-review {
        padding: 20px 20px 10px 70px;
    }
    .bq-bankname .review-detail h6{
        font-size: 14px;
    }
    .bq-bankname .review-detail h4{
        font-size: 13px;
    }
    .bq-review .bq-bank-loc .recountry, .bq-review .bq-bank-loc .redate{
        font-size: 13.5px;
    }
    .bq-review-card{
        margin-bottom: 20px;
    }

    .bq-review .bq-bankname{
        display: block;
    }
    .bq-bankname .review-detail-new{
        margin-bottom: 5px;
    }
  
  }


















