/*!
Theme Name: WP Irrinternational
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
body {
	background-color: #f8f9fa;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
.widget {
	margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}
.widget select {
	max-width: 100%;
}
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
 .updated:not(.published) {
display: none;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
 .wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
body {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-font-smoothing: auto;
	text-rendering: optimizeLegibility !important;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: auto;
}
a, button, input {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
blockquote {
	font-size: 1.25rem;
	padding: 1.25rem 1.75rem;
}
table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1rem;
	background-color: transparent;
}
table th, table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
}
table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #dee2e6;
}
table tbody + tbody {
	border-top: 2px solid #dee2e6;
}
table table {
	background-color: #fff;
}
figcaption {
	padding-top: 0;
padding-bottom: .75rem;
	color: #6c757d;
	text-align: left;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 0.25rem;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	padding: 0.5rem 1.25rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
input[type="button"]:active, input[type="button"]:hover, input[type="reset"]:active, input[type="reset"]:hover, input[type="submit"]:active, input[type="submit"]:hover {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
	cursor: pointer;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
 input[type="text"]:-webkit-input-placeholder, input[type="text"]:-moz-placeholder, input[type="text"]:-ms-input-placeholder, input[type="email"]:-webkit-input-placeholder, input[type="email"]:-moz-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-webkit-input-placeholder, input[type="url"]:-moz-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-webkit-input-placeholder, input[type="password"]:-moz-placeholder, input[type="password"]:-ms-input-placeholder, input[type="search"]:-webkit-input-placeholder, input[type="search"]:-moz-placeholder, input[type="search"]:-ms-input-placeholder, input[type="number"]:-webkit-input-placeholder, input[type="number"]:-moz-placeholder, input[type="number"]:-ms-input-placeholder, input[type="tel"]:-webkit-input-placeholder, input[type="tel"]:-moz-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="range"]:-webkit-input-placeholder, input[type="range"]:-moz-placeholder, input[type="range"]:-ms-input-placeholder, input[type="date"]:-webkit-input-placeholder, input[type="date"]:-moz-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-webkit-input-placeholder, input[type="month"]:-moz-placeholder, input[type="month"]:-ms-input-placeholder, input[type="week"]:-webkit-input-placeholder, input[type="week"]:-moz-placeholder, input[type="week"]:-ms-input-placeholder, input[type="time"]:-webkit-input-placeholder, input[type="time"]:-moz-placeholder, input[type="time"]:-ms-input-placeholder, input[type="datetime"]:-webkit-input-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-webkit-input-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="color"]:-webkit-input-placeholder, input[type="color"]:-moz-placeholder, input[type="color"]:-ms-input-placeholder, textarea:-webkit-input-placeholder, textarea:-moz-placeholder, textarea:-ms-input-placeholder {
color: #6c757d;
opacity: 1;
}
select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
blockquote {
	font-style: italic;
	font-size: 1.15rem;
	border-left: 3px solid rgba(33, 37, 41, 0.25);
	padding: 0.5rem 1.75rem;
	background: rgba(33, 37, 41, 0.05);
}
blockquote p {
	font-size: 1.15rem;
}
blockquote p:last-child {
	margin-bottom: 0;
}
.navbar-dark .navbar-nav .dropdown-menu a {
	display: block;
	width: 100%;
padding: .25rem 1.5rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}
.site-footer {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	text-align: left;
	width: 50%;
}
.post-thumbnail {
	margin-top: 1.5em;
	display: inline-block;
}
.card-title.entry-title {
margin-bottom: .25rem;
}
.entry-meta {
font-size: .9rem;
}
.entry-footer {
display:none;
}
.comments-link {
	float: right;
	margin: 4px 0px 4px 10px;
	font-size: 90%;
	padding-top: 0.2em;
}
.cat-links .badge, .tags-links .badge {
	font-size: 90%;
	font-weight: normal;
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin: 4px 10px 4px 0;
	padding: 0.4em .9em;
}
.cat-links a, .tags-links a {
	color: #6c757d;
}
.cat-links a:hover, .tags-links a:hover {
	text-decoration: none;
	color: #212529;
}
.entry-meta a, .comments-link a, .edit-link a {
	color: #6c757d;
}
.entry-meta a:hover, .comments-link a:hover, .edit-link a:hover {
	text-decoration: none;
	color: #007bff;
}
.entry-title a:hover {
	color: #007bff !important;
}
.content-area.wp-bp-404 .card-body {
	padding: 2.5rem 4rem;
}
.sidebar-1-area .widget, .footer-widgets .widget {
	margin-bottom: 0;
	padding: 2rem;
}
.sidebar-1-area .widget ul, .footer-widgets .widget ul {
	padding-left: 20px;
	color: #6c757d;
	margin-bottom: 0;
}
.sidebar-1-area .widget ul li, .footer-widgets .widget ul li {
	padding-top: 3px;
	padding-bottom: 3px;
	list-style: square;
}
.sidebar-1-area .widget ul li:last-child, .footer-widgets .widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.sidebar-1-area .widget ul li a, .footer-widgets .widget ul li a {
	color: #6c757d;
}
.sidebar-1-area .widget ul li a:hover, .footer-widgets .widget ul li a:hover {
	color: #212529;
	text-decoration: none;
}
.footer-widgets .widget {
	padding: 0.5rem;
}
#wp-calendar #next {
	text-align: right;
}
#wp-calendar #prev a, #wp-calendar #next a {
	color: #6c757d;
}
#wp-calendar #prev a:hover, #wp-calendar #next a:hover {
	color: #212529;
	text-decoration: none;
}
#calendar_wrap table th, #calendar_wrap table td {
padding: .25rem;
}
.hentry.card .card-body {
padding: 0;
    line-height: normal;
}
article.card{
    margin: 0;
    padding:100px 0 60px;
    line-height: normal;
    border: none;
    border-radius: 0;
	}
	#primary-menu .dropdown-menu .nav-item:last-child .nav-link{
	background-color: unset;
    color: unset;
    font-weight: unset;
	}
	#primary-menu .dropdown-menu .nav-item:last-child {
	padding-left: 0px;
	border-bottom:none!important;
	}

	.navbar-dark .navbar-nav .dropdown-menu{
    border-radius: 0;
    border: none;
    border-top: 1px solid #ddd;
    margin-top: 7px;
	}
	.navbar-dark .navbar-nav .dropdown-menu li{border-bottom: 1px solid #ddd;}
	.navbar-dark .navbar-nav .dropdown-menu a{padding: 10px!important;}
	
	.entry-content p:last-child{ margin:0;}
	.entry-title.h2{
	color: #202c5e;
    font-size: 24px;
    display: block;
    line-height: normal;
    margin: 0 0 30px;
	}
select {
	height: calc(2.25rem + 2px);
	display: block;
	width: 100%;
padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
border-radius: .25rem;
-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
-o-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}
.entry-title a:hover {
	text-decoration: none;
}
.mt-3r {
	margin-top: 3rem;
}
.wp-bs-4-jumbotron {
	margin-bottom: 0;
}
.wp-bs-4-jumbotron .jumbotron-heading {
	font-weight: 600;
}
.wp-bs-4-jumbotron .container {
	max-width: 40rem;
}
.comments-area {
	clear: both;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.comments-area .media-body {
	overflow: auto;
}
.comments-area .comment-list {
	list-style: none;
	padding-left: 0;
}
.comments-area .comment-list > li {
	border-bottom: 1px solid #dee2e6 !important;
	padding: 2.5rem 4rem;
}
.comments-area .comment-list ul.children {
	list-style: none;
	padding-left: 2rem;
}
.comments-area .comment-list ul.children li {
	padding: 2.5rem 0 0;
}
.comments-area .comment-list .comment-respond {
	padding: 2.5rem 4rem;
}
.comments-area .comments-title {
	padding: 2.5rem 4rem;
	border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .comment-navigation {
	padding: 1rem 4rem 0;
	border-bottom: 1px solid #dee2e6 !important;
}
.comments-area .wb-comment-form {
	padding: 2.5rem 4rem;
}
.comments-area .wb-cancel-reply {
	margin-left: 2rem;
}
.comments-area .logged-in-as {
	padding-left: 15px;
font-size: .9rem;
}
.comments-area .logged-in-as a {
	color: #6c757d;
}
.comments-area .logged-in-as a:hover {
	color: #212529;
	text-decoration: none;
}
.comments-area .wb-comment-notes {
font-size: .9rem;
}
.comments-area .no-comments {
	padding: 1rem 4rem;
}
.comments-area small {
font-size: .9rem;
}
.comments-area p {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}
.comments-area .comment-reply-link, .comments-area .comment-edit-link {
	margin-right: 1rem;
	color: #6c757d;
}
.comments-area .comment-reply-link:hover, .comments-area .comment-edit-link:hover {
	color: #212529;
	text-decoration: none;
}
.comments-area .comment-author a:hover {
	text-decoration: none;
	color: #212529;
}
.wp-bp-sticky {
	position: absolute;
	top: 0;
	right: 1rem;
}
.single .post-navigation .nav-links a {
	color: #6c757d;
	margin-bottom: 2rem;
	display: inline-block;
}
.single .post-navigation .nav-links a:hover {
	color: #212529;
	text-decoration: none;
}
.navbar {
	padding:5px 15px;
}
#wp-bp-posts-slider {
	border: 1px solid rgba(0, 0, 0, 0.125);
}
#wp-bp-posts-slider .carousel-item img {
	width: auto;
	height: 400px;
	-o-object-fit: cover;
	object-fit: cover;
}
#wp-bp-posts-slider .carousel-caption {
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 2rem 4rem;
}
#wp-bp-posts-slider .carousel-control-prev, #wp-bp-posts-slider .carousel-control-next {
	width: 10%;
}
.custom-logo-link {
	margin-right: 1rem;
}

.navbar-brand {
	font-size: 1.5rem;
}
.navbar-dark .navbar-nav .nav-link {
color: #333333;
    font-size: 14px;
    font-weight: bold;
    padding:20px 10px;
    line-height: normal;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color:#007bff;
}
.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
	color:#007bff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
	color: #666;
}
.navbar-dark .navbar-nav .dropdown-menu .active > .nav-link {
	color: #212529;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
	color: #212529;
}
.page-template-full-width .site-footer.mt-4, .wb-bp-front-page .site-footer.mt-4 {
	margin-top: 0 !important;
}
.wb-hide-mobile-sidebar .wp-bp-sidebar-width {
	display: none;
}
.navbar-toggler {
background-color: #202c5e;
    color: #ffffff!important;
    border: none!important;
    border-radius: 0;
    padding: 10px;
    font-size: 28px;
}
.site-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
body.custom-background .wp-bp-main-content .col-md-8 {
	background: #f8f9fa;
	padding: 2rem;
	border: 1px solid rgba(0, 0, 0, 0.125);
}
.site-footer a:hover {
	text-decoration: none;
}
.admin-bar .site-header.sticky-top {
	top: 32px;
}
.wb-bp-front-page .site-header {
	border-bottom: 0;
}
.wb-bp-front-page .wp-bs-4-jumbotron {
	padding: 0;
	background-size: cover;
	background-position: center;
	background-color: #343a40;
	border-radius: 0;
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay {
	padding: 10rem 2rem; /* background: rgba(#212529, 0.7); */
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .lead {
	opacity: .75;
}
.wb-bp-front-page .wp-bs-4-jumbotron .wp-bp-jumbo-overlay .jumbotron-heading {
	font-weight: 600;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.wb-bp-front-page .wp-bp-services-section {
	padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content {
	padding: 4rem 0;
}
.wb-bp-front-page .wp-bp-main-content p {
	font-size: 1.25rem;
	font-weight: 300;
}
.wb-bp-front-page .wp-bp-main-content blockquote {
	font-size: 1.35rem;
}
.wb-bp-front-page .wp-bp-main-content blockquote p {
	font-size: 1.35rem;
}
.wb-bp-front-page .wp-bp-main-content .post-thumbnail {
	margin-bottom: 1rem;
	margin-top: 0.5rem;
}
.wb-bp-front-page .wp-bp-feat-card-img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 200px;
	width: 100%;
}
.wp-caption .wp-caption-text {
	font-size: 0.95rem;
}












.wpcf7 input:focus::-webkit-input-placeholder,
.wpcf7 textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
.wpcf7 input:focus:-moz-placeholder,
.wpcf7 textarea:focus:-moz-placeholder {
    color: transparent;
}
.wpcf7 input:focus::-moz-placeholder,
.wpcf7 textarea:focus::-moz-placeholder {
    color: transparent;
}
.wpcf7 input:focus:-ms-input-placeholder,
.wpcf7 textarea:focus:-ms-input-placeholder {
    color: transparent;
	}
	
	.wpcf7 p{margin: 0 0 10px;}
	.wpcf7  .col-md-12:last-child p{margin: 0;}
	.wpcf7 .col-md-6, .wpcf7 .col-sm-6, .wpcf7 .col-md-12{ padding-right:5px; padding-left:5px;}
	.wpcf7 .row{margin-right: -5px; margin-left: -5px;}
	.fw1 .wpcf7-submit{
	background-color: #007bff;
    color: #fff;
    padding: 10px 20px;
    display: block;
    text-align: center;
    max-width: 200px;
    line-height: normal;
    font-size: 16px;
    border-radius: 0;
	}
	.fw1 .wpcf7-submit:hover{
	text-decoration: none;
    color: #ffffff;
    background-color: #202c5e;
	}
	.fw1 .wpcf7-acceptance .wpcf7-list-item { margin:15px 0;}
	.fw1 .wpcf7-acceptance .wpcf7-list-item label{ display:table;}
	.fw1 .wpcf7-acceptance .fromcheck{ display:table-cell;}
	.fw1 .wpcf7-acceptance .wpcf7-list-item-label{
	display: table-cell;
    text-align: left;
    font-size: 13px;
    line-height: normal;
    padding-left: 20px;
	}
	
	.wpcf7-spinner{
	    position: absolute;
    right: 0;
    top: 12px;
    margin-right: 0;
	}
	


.sec{
	display:block;
	padding:60px 0;
	position:relative;
	}
.sec1{
background-color: #ffffff;
    background-image: url(images/walla.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 1;
	padding:120px 0 150px;
	}
.sec1:before{
    content: "";
    position: absolute;
    background: linear-gradient(to right, rgba(238, 238, 238, .8) 0%, rgba(238, 238, 238, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	}
	#colophon{ padding: 0 0 60px;}
	footer .custom-logo{
	height: 65px;
    margin-bottom: 0px;
	}
	#primary-menu .nav-item:last-child{padding-left: 20px;}
	#primary-menu .nav-item:last-child .nav-link {
	background-color: #007bff;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
    color: #fff;
	}	
	.site-info{ font-size:12px; text-align:center;}
.sec1 h1{
color:#02153d;
    font-weight: bold;
    font-size: 36px;
    line-height: normal;
    margin: 0;
	}
	.sec8{
    background-color: #eeeeee;
	padding-top:40px;
	background-image: url(images/bgs.png);
    background-position:center;
    background-repeat: repeat;
	}
	.testibo{
	display: table;
    max-width: 600px;
    margin: auto;
    line-height: normal;
	}
	.tbo{
	display: table-cell;
    vertical-align: middle;
	}
	.tbo1{ width:25%; padding-right:30px;}
	.tbo1 span{
	display: block;
    max-width: 100px;
    border-radius: 1000px;
    overflow: hidden;
	}
	.tbo1 span img{width: 100%;}
	.tbo2{ width:75%;}
	.tbo p{
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 1px;
    color: #02153d;
	}
	.tbo p:last-child{ margin:0;}
	.tbo2 p b{
    display: block;
    line-height: 1;
    font-size: 16px;
	}
	.sec8 .tihead{
	font-size: 22px;
    padding: 50px 0 25px;
    margin: 0 0 20px;
	}
	.sec8 .tihead b{ position:relative;}
	.sec7:before{
		content:"";
		position:absolute;
		background-color:#eeeeee;
		width:100%;
		height:130px;
		bottom:0;
		left:0;
		background-image: url(images/bgs.png);
    background-position:center;
    background-repeat: repeat;
		}
	.sec8 .tihead:after{ display:none;}
	.sec8 .tihead:before{
	content: "Testimonials";
    width: 100%;
    height: 100%;
    background-color: transparent;
    color:rgb(0 0 0 / 10%); 
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    font-size: 100px;
    line-height: 1;
    font-family: Kaushan Script;
    text-transform: capitalize;
	}
	
	.tbo2 p span{
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #666;
	}
	
.sec1 p{
color: #02153d;
    font-weight: bold;
    padding: 30px 0;
	font-size:17px;
	}
.sec1 p:last-child{ margin:0; padding:0;}	
.sec1 p:last-child{}
.bbt{
    padding: 16px;
    display: block;
    text-align: center;
    max-width: 200px;
    line-height: normal;
    font-size: 16px;
	}
.bbt i.fa{
	position: relative;
    bottom: -3px;
    margin-left: 8px;
	}	
.redbt{background-color: #007bff;color: #fff;}
.redbt:hover{ text-decoration:none; color:#fff;}

.whitebt{
background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
	color:#007bff;
	}
.whitebt:hover{ text-decoration:none}
	
.sec2{
padding: 0!important;
    margin-top: -60px;
    background-color: #eeeeee;
	background-image: url(images/bgs.png);
    background-position:center;
    background-repeat: repeat;
	}
.sec2 h3{
    margin: 0;
    line-height: 24px;
    font-size: 18px;
	}
	.sec2 .whitebt{ float:right;}
.sec2 h3 span{color: orange;}	
.sec2 p{}

.sec3{}
.fbox{
border: 1px solid #eeeeee;
    padding: 20px;
    line-height: normal;
    display: block;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    text-align: center;
	background-color:#ffffff;
	}
.fbox:hover{}
.fbox span{}

.uphead{
text-align: center;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 10px;
    color: #007bff;
    text-transform: uppercase;
    font-size: 14px;
	}
.tihead{
text-align: center;
    display: block;
    font-weight: bold;
    color: #02153d;
    line-height: normal;
    margin: 0 0 40px;
    font-size: 34px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
	}
	.tihead:after{
	position: absolute;
    content: "";
    width:150px;
    height: 2px;
    background-color: #007bff;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	}
	
.fbox span img{width: 50px;}
.fbox h4{
font-size: 16px;
    font-weight: bold;
    color: #02153d;
    text-align: center;
    line-height: normal;
    margin: 0;
    padding: 15px 0;
	}
	

.sec4 span{}
.sec4 span img{
    width: 100%;
    line-height: normal;
	}
.sec4 h3{
text-align:left;
    display: block;
    font-weight: bold;
    color: #02153d;
    line-height: normal;
    margin: 0 0 30px;
    font-size: 22px;
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
	}
.sec4 h3:after{
    position: absolute;
    content: "";
    width: 150px;
    height: 2px;
    background-color: #007bff;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0;
	}
.sec4 p{
    font-size: 15px;
    line-height: normal;
    margin: 0 0 15px;
    color: #666;
	}
.sec4 p:last-child{}
.sec4 .redbt{
margin-top: 40px;
}
.sec4 .redbt:hover{ text-decoration:none; color:#ffffff; background-color:#202c5e;}
.sec4 p:last-child{ margin:0;}

.fbox p{
font-size: 15px;
    color: #666;
    margin: 0;
	}
.fbox p:last-child

.transbt{
    font-weight: bold;
    line-height: normal;
    margin: 0;
    display: block;
	}
	.ra .transbt{
	font-weight: bold;
    font-size: 14px;
	}
.transbt:hover{ text-decoration:none; color:#202c5e;}
.sec3:before{
position: absolute;
    content: "";
    background-color: #eeeeee;
    width: 100%;
    height: 330px;
    left: 0;
    top: 0;
	background-image: url(images/bgs.png);
    background-position:center;
    background-repeat: repeat;
	}
.sec4{padding:0;}
.sec5{ }
.ralist{
	width: 100%;
    display: block;
    margin: 0;
    text-align: center;
	}
.ra{
    display: inline-block;
    vertical-align: top;
    line-height: normal;
    width: 16.6%;
    padding: 0 15px;
    text-align: center;
	}
	.ra h4{
	font-size: 16px;
    line-height: normal;
    margin: 0;
    padding: 15px 0;
    text-align: left;
	}
	.ra p{
	    line-height: normal;
    font-size: 14px;
    text-align: left;
    margin: 0;
    color: #666666;
	}
	.ra span{
	display: block;
    width: 100%;
	overflow:hidden;
	}
	.ra span img{
	width: 100%;
	}
	.ra p:last-child{ margin:0;}
	.ra a{
	text-align: left;
    padding: 0;
    padding: 15px 0 0;
	}
	.ra a:hover{}
.ra1{}
.ra2{}
.ra3{}
.ra4{}
.ra5{}
.ra6{}
.sec6{
background-color: #007bff;
    line-height: normal;
    padding: 20px 0;
	}

.sec6 h4{
margin: 0;
    line-height: normal;
    font-size: 20px;
    color: #fff;
	}
.sec6 p{ margin:0;}	
.sec6 h4 span{display: inline-block;}
.sec6 h4 b{display: inline-block;}
.sec6 h4 span i.fa{
	font-size: 40px;
    margin-right: 20px;
    display: block;
    top: -5px;
    position: relative;
	}
.blackbt{
background-color: #202c5e;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    margin: 0;
	}
.blackbt:hover{ text-decoration:none; #ffffff;}


.sec7{padding-bottom: 0;}
.cardar{
    position: relative;
    width: 100%;
    line-height: normal;
    overflow: hidden;
	}
	.cardar:before{
	content: "";
    position: absolute;
    background: linear-gradient(to top, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 50%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	}
	.sec5 .col-md-12{ padding:0;}
.cardimg{
    width: 100%;
    height: auto;
	}
.bover{
position: absolute;
    z-index: 1;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    display: table-cell;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px;
	}	
.cardar span{
	background-color: #007bff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    padding: 6px;
    line-height: 1;
    width: 40px;
    display: table;
    text-align: center;
    margin: 0 0 15px;
    position: absolute;
    top: -140px;
	}
.cardar p{font-weight: bold;}
.cardar p i.fa{}
.cardar ul{
margin: 0;
    bottom: 0;
    line-height: normal;
    padding: 0;
    position: relative;
    list-style: none;
    font-size: 12px;
	}
.cardar li{}
.cardar li i.fa{ margin-right: 10px;} 
.card1{}
.card2{}
.blu{
    background-color: #202c5e;
    color: #fff;
    padding: 30px;
    display: block;
    position: relative;
    z-index: 1;
	
	}
	p{ font-size:15px;}

.sec9{}
.foxi{
padding:30px 0 15px;
    line-height: normal;
    display: block;
    text-align: center;
	}
	.footlogo{
	display: table;
    width: 100%;
    margin: 0 0 15px;
	}
	.footlogo .site-branding-text{
	}
	.footlogo .custom-logo-link{
	margin: 0 0 10px;
	}
	.footlogo .site-title{}
	.footlogo .site-title a{
	font-size: 18px;
    color: #202c5e!important;
    margin: 0 0 4px!important;
    padding: 0;
    display: block;
    line-height: 1;
	}
	
	

	
	.social{
	display: table;
    margin: auto!important;
	}
	.social li{
	    display: table-cell;
    padding: 0 5px;
	}
	.social a{
	font-size: 20px;
    height: 30px;
    display: block;
    width: 30px;
    text-align: center;
	}
	.social i.fa{}
	.social a:hover{}
	
	.footlogo .site-description{
	    font-size: 12px;
    line-height: normal;
	}
	
	.site-title{}
	.site-title a{
	margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0;
    color: #02153d!important;
    display: block;
	}
	.site-description{
	font-size: 13px;
    line-height: normal;
    margin: 0;
	color:#666666;
	}
	
	.site-branding-text{}
	.custom-logo-link{}
.foxi p{}
.foxi h4{
font-size: 16px;
    color: #202c5e;
    line-height: 1;
    margin: 0 0 15px;
	}
.foxi ul{
padding: 0;
    margin: 0;
    list-style: none;
	}
.foxi li{font-size: 15px;}
.foxi a{}
.fw1{}
	.fw1 h3{
    margin: 0 0 20px;
    line-height: normal;
	}
	.fw1 h3 i.fa{font-size: 30px;}
	.fw1 h3 span{
	    display: inline-block;
    padding-right: 10px;
    line-height: 1;
	}
	.fw1 .formf{
	border-radius: 0;
    border: none;
    line-height: normal;
    padding: 11px;
	}
	.fbox p .bbt{
    margin: auto!important;}
	.fw1 .formb{
	border-radius: 0;
    border: none;
    line-height: normal;
    padding: 12px 20px;
    font-weight: bold;
    background-color: #007bff;
    position: relative;
    top: -2px;
	}
	.fw1 .formb:hover{}
	.fw1 label{ margin:0!important;}
	.fw1 form{
	    text-align: right;
    line-height: normal;
    margin: 0;
	}
 .footer-widgets{ text-align:left;}
.sec9 .artibo{
    border: 1px solid #eeeeee;
    line-height: normal;
    display: block;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    text-align: left;
    background-color: #ffffff;
	padding-bottom:30px;
	}
.artibo span{
	width: 100%;
    line-height: normal;
	}
.artibo span img{
	width: 100%;
    line-height: normal;
	}
.artibo p{
padding: 0 20px;
    line-height: 1;
    font-size: 14px;
    color: #666666;
    margin: 0 0 5px;
	}
	.artibo p:last-child{ margin:0;}
	.artibo p a{
	padding: 0;
    text-align: center;
    margin: 20px 0 0;
    max-width: max-content;
    color: #02153d;
    font-weight: bold;
    font-size: 12px;
	}
	.artibo p a:hover{}
.artibo p b{
background-color: #007bff;
    color: #fff;
    line-height: 1;
    padding: 10px;
    font-size: 12px;
    text-align: center;
    margin: 0;
    display: inline-block;
    position: relative;
    top: -15px;
	}
.artibo h4{
color: #02153d;
    font-size: 20px;
    line-height: normal;
    margin: 0;
    font-weight: bold;
    padding: 0 20px;
	}
.transbt{}
.site-header .custom-logo {
    margin-bottom: -80px;
}
.site-header {
    z-index: 2;
    position: relative;
	}





/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
@media (max-width:991px) {
	.site-branding-text {
    position: absolute;
    left: 170px;
	top: 25px;
	}
	#primary-menu .nav-item:last-child {
    padding-left: 0;
	}
	.navbar-nav{ display:table;padding-top: 10px;}
	.navbar-dark .navbar-nav .nav-link {
    text-align: right;
    padding: 10px 0;
	}
	#primary-menu .nav-item:last-child .nav-link{ margin-top:10px; text-align:center;}
	#primary-menu .dropdown-menu .nav-item:last-child .nav-link{ text-align:right;}
	.ra {padding: 0 8px;}
	.sec5 .col-md-12 {
    padding-right: 8px;
    padding-left: 8px;
	}
	.footlogo .site-branding-text {
    position: unset;
	}
	.fw1 label {}
	.fw1 .formb{font-size: 12px;  padding: 14px 12px; top: 0px;}
	.cardar span { top: -55px;}
	.fw1 h3 {font-size: 25px;}
	.artibo h4 {font-size: 17px;}
	.ra p:last-child {min-height:inherit;}
	.ra p{ min-height:88px;}
	.fbox p:last-child{ min-height:inherit;}
	.fbox p{ min-height:110px;}
	.sec1 { padding: 100px 0 120px;}
	.sec1 p { font-size: 16px;	}
	.sec1 h1 { font-size: 28px;	}
	.navbar-dark .navbar-nav .dropdown-menu{margin: 0; text-align: right; background-color: #eee; min-width: auto;}
	.fbox h4 {
    min-height: 70px;
	}
	.navbar { padding: 15px 15px;}
	}
	
	@media (max-width:767px) {
	.sec1 p {
    font-size: 14px;
    line-height: normal;
    padding: 15px 0;
	}
	.site-branding-text {
    position: unset;
    left: unset;
    top: unset;
    text-align: center;
	}
	.tihead {
    font-size: 26px;
	}
	.fbox {
    margin-bottom: 30px;
	}
	.sec6 {
    text-align: center;
	}
	.sec5 {
    padding-bottom: 30px;
	}
	.fw1 h3 {
    font-size: 20px;
    margin-bottom: 15px;
	}
	.fw1 label {}
	.fw1 .formb {
    width: 22%;
	}
	.sec8 .tihead {
    font-size: 16px;
    padding: 30px 0 20px;
    margin: 0 0 20px;
    letter-spacing: 0;
	}	
	.sec8 .tihead:before {
    font-size: 65px;
	}
	.sec6 h4 span {
    display: block;
    margin-bottom: 10px;
	}
	.sec6 h4 span i.fa {
    display: block;
    top: 0;
	}
	.sec6 .bbt{margin: 20px auto 0;}
	.ra p {
    min-height: 55px;
	}
	.ra {
    width: 33.33%;
    margin-bottom: 20px;
	}
	.sec3 {
    padding-bottom: 0px;
	}
	.sec4 h3{ padding-top:30px;}
	.fbox p {
    min-height: auto;
	}
	.tihead:after { width: 100px;}
	.uphead {
    font-size: 12px;
	}
	.custom-logo-link {
    margin: 0;
	}
	.sec2 .whitebt {
    float: none;
    margin: 20px auto 0;
	}
	.sec2 h3 {
    font-size: 14px;
    line-height: normal;
    text-align: center;
	}
	.navbar-dark .navbar-nav .nav-link {
    text-align: center;
	}
	.navbar-toggler {
    font-size: 20px;
	}
	.navbar-nav {
    margin: auto;
	}
	.custom-logo {
    height: 50px!important;
    margin-bottom: 0!important;
	}
	.bbt {
    padding: 10px;
    max-width: 175px;
    font-size: 14px;
	}
	.sec1 h1 {
    font-size: 22px;
	}
	}
	
	@media (max-width:575px) {
	.sec1 h1 {
    font-size: 18px;
	}
	.site-title a {
    font-size: 18px;
	}
	.tihead {
    margin: 0 0 30px;
    font-size: 22px;
    padding-bottom: 10px;
	}
		.sec8 .tihead:before {
    font-size: 50px;
	}
	.tbo2 p span {
    font-size: 8px;
	}
	.fw1 h3 {}	
	.fw1 h3 i.fa {
    font-size: 20px;
	}
	.navbar-dark .navbar-nav .nav-link {
    padding: 5px 0;
	}
	.fw1 label { width: 100%;}
	.fw1 .formb {
    width: 35%;
	}
	.tbo2 p b {
    font-size: 12px;
	}
		.tbo1 {
    padding-right: 20px;
	}
	.sec8 .tihead {
    font-size: 16px;
    padding: 35px 0 10px;
    margin: 0 0 20px;
    letter-spacing: 0;
	}
	.tbo p {
    font-size: 12px;
    line-height: normal;
    letter-spacing:0px;
	}	
	.sec6 h4 {
    font-size: 16px;
	}	
	.ra {
    width: 50%;
	}
	.sec4 span {
    margin-top: 20px;
    display: block;
	}
	.fbox {
    max-width: 285px;
    margin: 0 auto 15px;
	}
	.blu {
    padding:40px;
	}
	.site-description {
    font-size: 10px;
	}
	.sec1 p {
    font-size: 10px;
    line-height: normal;
    padding: 15px 35% 5px 0;
	}
	.sec1 {
    padding: 40px 0 80px;
	}	
	}
