/*!
Theme Name: Kiwi Theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kiwi-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Kiwi Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
- Normalize
- Box sizing
# Base
- Typography
- Elements
- Links
- Forms
## Layouts
# Components
- Navigation
- Posts and pages
- Comments
- Widgets
- Media
- Captions
- Galleries
# plugins
- Jetpack infinite scroll
# Utilities
- Accessibility
- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
.logo img{
	width: 328px;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/
body {
	margin: 0;
}
p{
	line-height:18px  !important;
}

/**
* Render the `main` element consistently in IE.
*/
main {
	display: block;
}
.logo-size {
	width:90%
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/
a {
	background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
	font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
* Add the correct font size in all browsers.
*/
small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/
img {
	border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
	overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
	text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*		`fieldset` elements in all browsers.
*/
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
	vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
	overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
	display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
	display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/
template {
	display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */



body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Poppins', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;font-family: 'Poppins', sans-serif;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
    color: inherit;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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 {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
#mysticky-nav.wrapfixed{
	display:block !important;
}
.wrapfixed .stnav.myfixed li a{
	padding:12px 10px;
}
.wrapfixed .main-navigation{
	width:90%;
}
header .wrapfixed .teicon{
	position:absolute;
}
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    left: auto;
    background: transparent;
    margin: 0px 0 0 0;
    text-align: center;
    box-shadow: none !important;
}
.sub-menu ul li a::after {
    opacity: 0 !important;
  display: none !important;
}

.sub-menu ul li a::before {
    opacity: 0 !important;
  display: none !important;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;padding: 0 10px;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	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;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.p-0{
	padding: 0
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.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;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/

.ctn-preloader {
	-webkit-box-align: center;
	align-items: center;

	/* Show or Hide cursor when hover of Preloader*/

	display: -webkit-box;
	display: flex;
	height: 100%;
	-webkit-box-pack: center;
	justify-content: center;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999999999999999;
}

.ctn-preloader .animation-preloader {
	position: absolute;
	z-index: 99999999;
}

/* Spinner loading */
.ctn-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid rgb(254 197 43 / 57%);
	border-top-color: #FEC52B; /* It is not identified in alphabetical order so that it does not overwrite it */
	height: 28em;
	margin: 0 auto 3.5em auto;
	width: 28em;
}
.txt-loading {
	margin-top: -193px;
}
.txt-loading img {
	margin: auto;position:relative;top:-40px;
}
/* Loader section Settings */
.ctn-preloader .loader-section {
	background-color: #fff;
	height: 100%;
	position: fixed;
	top: 0;
	width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
	left: 0;
}

.ctn-preloader .loader-section.section-right {
	right: 0;
}

/* Fade effect in loading animation */
.loaded .animation-preloader {
	opacity: 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

/* Curtain effect */
.loaded .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
	transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

.loaded .loader-section.section-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
	transition: 3.5s 0.1s all cubic-bezier(0.1, 0.1, 0.1, 2.000);
}

/* Preloader Animation */
@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

/* Animation of the letters loading from the preloader */
@-webkit-keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}
@keyframes letters-loading {
	0%,
	75%,
	100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}

	25%,
	50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

/* Backward laptop size (laptop, tablet, cell phone) */
@media screen and (max-width: 767px) {
	/* Preloader */
	/* Spinner Loading */
	.ctn-preloader .animation-preloader .spinner {
		height: 8em;
		width: 8em;
	}

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 3.5em 'Montserrat', sans-serif;
	}
}

@media screen and (max-width: 500px) {
	/* Prelaoder */
	/* Spinner Loading */
	.ctn-preloader .animation-preloader .spinner {
		height: 7em;
		width: 7em;
	}

	/* Text Loading */
	.ctn-preloader .animation-preloader .txt-loading {
		font: bold 2em 'Montserrat', sans-serif;
	}
}

ul{
	margin: 0;
	padding: 0;
}
.title ul{
	margin-left: 41px;
}
.title ul li {
	list-style: none;
	font-size: 17px;
	color: #000;
	font-weight: 400;
	font-family: 'Poppins', sans-serif;
	position: relative;
	padding: 2px 11px 0 19px;
    margin-right: 20px;
   
	line-height: 46px;
}


.title li::before{
	content: '';
	width: 33px;
	height: 26px;
	position: absolute;
	left: -18px;
	background-image: url(./assets/img/iconl.png);
	background-repeat: no-repeat;
	top: 10px;
	transition: 0.3s;
}


.title ul li a{
	color: inherit;
}
.container {
	width: 1270px !important;
	max-width: 1270px !important;
}
/*custom font */
@font-face {
	font-family: TrumpGothicPro-Bold;
	src: url(./assets/fonts/TrumpGothicPro-Bold.ttf);
}
@font-face {
	font-family: BaskervilleBT;
	src: url(./assets/fonts/BaskervilleBT.ttf);
}


/*header*/
body{
	overflow-x: hidden;
}
html{
	scroll-behavior: smooth;
}
header{
	
background-image: url("assets/img/lion.jpg");
background-repeat: no-repeat;
background-position: center;

background-size: cover;
}
header .shade{
	padding: 42px 0 46px 0px;
	/*background-image: linear-gradient(to top, #007bff, #00a0ff, #5bc0ff, #9edcfc, #e0f5fc); */
	    background-image: linear-gradient(to bottom, #e5e7e9, #a3b0c4, #6d79a0, #444478, #260e4d);
	background-repeat: no-repeat;
	background-color: rgba(0,0,0,10%);
	background-position: center;
	background-size: cover;
}

.story {
    background-color: #042656;
    padding: 0px 0;
	/* background-image: url(./assets/img/story.jpg);
	background-position: left; */
	background-size:50%;background-repeat: no-repeat;
}
.story img{
	width: 96%;height: 100%;
}
.story .title p:last-child {
    margin-bottom: 70px;
}
.story .title h4{
	color: #fff;font-size: 26px;
	font-weight: 700;margin: 64px 0 0  0;
}
.story .title p {
    color: #fff;
font-size: 17px;
font-weight: 300;
margin: 15px 0 0 0;
width: 80%;
    
}
.page-template-aboutmortage .bgmort {
    border-radius: 25px;
}
.home header h1 {
    font-weight: 700;
    color: #fff;
    display: block;
    clear: both;
    padding: 0px 0 0 0;
    font-size: 58px;
    width: 59%;
    text-transform: uppercase;
    text-align: left;
	line-height: 49px;
}
header h1 span{
	display: block;
}
header h1{
	font-weight: 700;
	 color: #fff;
	 display: block;
	 clear: both;
	 padding: 124px 0 0 0;
	 font-size: 49px;	line-height: 58px;
	 width: auto;text-align: center;
	 text-transform: uppercase;
	 margin: 0 0 25px 0;
 }
header .te{
	font-size: 26px;
color: #fff;
display: none;
text-align: center;margin: 12px 0 0 0;
}
.menu-main-menu-container {
	padding: 4px 0 0 0;
}
.main-navigation li {
	position: relative;
	padding: 0 0px;line-height: 32px;
}

header .teicon {
    margin: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
    border-radius: 50px;
    position: unset;
    top: 0;
    transition: 0.7s;
    right: 0;
    padding: 11px 0 0 0;
    clear: both;
    float: right;
    text-align: center;
    margin: 10px 10px 0 0;
}
.main-navigation a {
	font-weight: 400;
	font-size: 16px;
	color: #1F0545;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	text-align: right;
}
.main-navigation a:hover {
    text-decoration: none !important;
    color: #fff !important;
}
.wpcf7-response-output {
    font-size: 15px;
    position: relative;
    z-index: 9;
    background: #fff;
    width: 92%;
	top: -10px;
}
#site-navigation li a:after
{
	display: block!important;
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	bottom: 0!important;
	right: 0!important;
	margin: auto!important;
	width: 100%!important;
	height: 1px!important;
	content: '.'!important;
	color: transparent!important;
	background-color: #00A8EC!important;
	visibility: none!important;
	opacity: 0!important;
	z-index: -1!important;
	
}
#site-navigation .sub-menu li a::after {

    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
}
#site-navigation li a:after
{
	border-width: 2px;
	transition: all 0.4s;
}

#site-navigation li a:hover:after
{
	opacity: 1!important;
visibility: visible!important;
height: 100%!important;
}
.sub-menu li a:hover::after {
    opacity: 0 !important;
}
.sub-menu li::after {
    display: none !important;
}
.banner{
	background-image: url("assets/img/banner.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 800px;
	position: relative;
  
  }
  .property{
  width: 72%;
  padding: 111px 0 97px 23px;
  position: absolute;
  bottom: 0; 
  background: linear-gradient(-135deg,transparent 283px,#B3893A0) top right;
  }
  .property h1{
	font-size: 60px;
	font-weight: 400;
	color: #fff;
	line-height: 72px;
  }
  .property h1 span{
	display: block;
  }
  .property h2{
   font-family: "groteskbold";
	font-size: 24px;
	font-weight: 500;
	color: #fff;
   margin: 20px 0 0 5px;
  }
header h4{
	display: inline-block;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	color: #0E0B60;margin: 0 15px 0 0;
	text-transform: uppercase;
}
.butonarent {
    width: 100%;
}
header .padset {
	padding-top: 10px;
}
a:hover{
	text-decoration: none!important;
	color: #00EFD1;
}
a{
	transition: 0.5s;
	outline: none !important;
}
header h4 a{
	color: #0E0B60;
}
header .main-navigation ul {
	float: right;
display: block;
}
.mbtn{
	display: inline-block;
	background: #B3893A;
	color: #000;
	width: auto;
	text-align: center;
	padding: 19px 33px;
	transition: 0.5s;
	margin: 0 0px;
	font-size: 14px;
	font-weight: 400;
	width: 220px;
	border: 0;
	border-radius: 29px;
	position: relative;
	overflow: hidden;
	background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
	text-transform: uppercase;
}
.mbtn svg {
	margin-left: 15px;
	transition: 0.3s;
	position: relative;
	/* top: 3px; */
}

.mbtn:hover  svg {
    margin-left: 15px;
    transition: 0.3s;
    transform: translateX(-3px);
}
.mbtn img {
    margin: 0 10px 0 0;
	transition: 0.3s;
}
.mbtn span {
    position: relative;
    z-index: 9;
}
.mbtn:hover{

}
.mbtn:hover img{
	transform: translateX(-5px);
}
.mbtn1{
	display: inline-block;
	background: #1E1F22;
	color: #fff;
	border-radius: 4px;
	width: auto;
	text-align: center;
	padding: 14px 18px;
	transition: 0.5s;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
}
.mbtn1:hover{
	background: #fff;
	color: #B3893A;
}
/**/



.content {
	display: block;
	min-height: 100vh;
	max-width: 40rem;
	margin: 2.5rem auto;
	padding: 1.5rem;
}
@media (min-width: 641px) {
	.content {
		margin: 5.75rem auto;
		padding: 2.5rem;
	}
}

.content h1,
.content h2,
.content p {
	
	font-size: 1em;
	font-weight: 300;
	line-height: 1.5em;
	color: #0D013D;
}
.content h1 {
	font-size: 3.25em;
	font-weight: 200;
	line-height: 1.0em;

	margin: 0 0 0.5rem 0;
}
@media (min-width: 641px) {
	.content h1 {
		font-size: 4em;
	}
}
.content h2 {
	font-size: 1em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.155em;

	margin-top: 3em;
}

/* buttons */
.content .button-group {
	margin-top: 1em;
}
.content .button {
	display: inline-block;
	padding: 1em 2em;
	min-width: 8em;
	text-align: center;
	font-weight: 900;
	text-decoration: none;
	border-radius: 1.5em;
	box-shadow: 0 1px 1px rgba(0,0,0,0.25);

	/* button theme - secondary is default */
	background: #f0f0f0;
	color: #2B2B2B;

	-webkit-transition:
	all 0.2s ease-out 0.05s;
	transition:
	all 0.2s ease-out 0.05s;
}
.content .button ~ .button {
	margin-left: 0.5em;
}
.content .button:hover {
	background: #e5e5e5;
}
/* primary button overrides */
.content .button.primary {
	background: #E50055;
	color: #fff;
}
.content .button.primary:hover {
	background: #9D00E5;
}


/* video thumbnail grid */
.content .video-thumb-grid {
	position: relative;
	font-size: 0; /* collapse the white-space */
	width: calc(100% + 2rem);
	margin: 0 -1rem;
}
.content .video-thumb {
	display: inline-block;
	vertical-align: top;

	text-decoration: none;

	/* calculate the width, gutters, and aspect ratio */
	width: calc((100% - 4rem) / 2);
	height: 0;
	padding-top: calc(((100% - 4rem) / 2) * 0.5625); /* 16:9 calc */

	margin: 1rem 1rem; /* gutters */

	overflow: hidden; /* clipping */

	position: relative; /* enable positioning for inner content */

	font-size: 1rem; /* reset the font size */

	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	box-shadow: 0 0 0 rgba(0,0,0,0.0);

	-webkit-transition:
	all 0.2s ease-out 0.05s;
	transition:
	all 0.2s ease-out 0.05s;
}
.content .video-thumb:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	box-shadow: 0 2px 4px rgba(13,1,61,0.35);
}
.content .video-thumb img {
	display: block;
	width: 100%;
	height: 100%;

	/* position inside the 16:9 container */
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;

	/* clipping for source images that are letterboxed */
	object-fit: cover;
	object-position: 50% 50%;

	background: #2b2b2b;
}

.sub-menu {
	display: grid !important;
	background: transparent;
	padding: 15px;
		
	transition: 0.3s;
}
.sub-menu li {
    line-height: 38px;
    border-bottom: 3px solid #B3893A;
}

.sub-menu li::after {
    position: absolute;
    content: "";
    width: 0%;
    border-bottom: 2px solid #B3893A;
    left: 17px;
    top: 34px;
	opacity: 0;
	transition: 0.3s;
}
.sub-menu li:hover::after{
	opacity: 1;width: 92%;
}
.sub-menu li:hover a:after{
	background-color: #B3893A !important;
	border-bottom: 2px solid #00EFD1;
}
.single  .property {
    display: none;
}

/**/
.projects.smi {
    background: #fff;
}
.projects.smi h3 {

    text-transform: none;
}

#postslider .owl-item img {
    display: block;
    width: 392px!important;
    height: 360px!important;
    object-fit: cover!important;
    margin: 0 auto!important;
}
#postslider .owl-prev span{
	position: relative;
}
#postslider .owl-prev span::before {
    content: 'Previous';
    position: absolute;
    left: 0;
    font-size: 16px; color: #000 !important;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
}
#postslider .owl-prev {
    color: transparent !important;
}
#postslider .owl-next {
    color: transparent !important;
}
#postslider .owl-next span{
	position: relative;
}
#postslider .owl-next span::before {
	content: 'Next';
	position: absolute;
	left: 61px;
	font-size: 16px;
	color: #000 !important;
	line-height: 20px;
	font-family: 'Poppins', sans-serif;
	width: 28px;
}
#postslider .owl-next span:hover::before{
	color: #797B7C!important;
}
#postslider .owl-prev span:hover::before{
	color: #797B7C!important;
}
.customslider {
    padding: 70px 0 31px 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}
#postslider .owl-nav {
   
    text-align: left!important;
    margin: 10px 0 0 20px!important;
}
.page-template-projects .banner {
    display: none;
}

.single .banner {
    background-image: url("assets/img/banner.jpg") !important;

}

.single-post .banner {
    display: none;
}
/**/


.custompost {
    padding: 80px 0;
	background-image: url("assets/img/sbg.svg");
background-repeat: no-repeat;
background-position: 1115px 380px;
}
.custompost .title h4 {
    color: #B3893A;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
}
.custompost img.blg{
	float: right;
border-radius: 25px;
margin: 0px 0 20px 20px;
}
/**/
.contact-form {
	padding: 0 0 0 0;
	text-align: center;
	background-image: url(./assets/img/bgw.png);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 334px;
}
body{
	font-family: 'Poppins', sans-serif !important;
}
#main #faq .card {
	margin-bottom: 30px;
	border: 0;
  }
  
  #main #faq .card .card-header {
	box-shadow: none;
	border-radius: 0;
	padding: 0;background: #DDE8EC;
  }
  
  #main #faq .card .card-header .btn-header-link {
	color: #000;
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
	padding: 20px;
  }
  .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 2rem !important;
    background: #DDE8EC;
    border: 1px solid #00A8EB;
    border-top: 0;
}
#main #faq .card:last-child  a.btn-header-link{
	border-radius: 0;
}
  #main #faq .card:first-child a{
	border-radius: 20px 20px 0 0;
}
  #main #faq .card:last-child a{
	  border-radius: 0 0 20px 20px;
  }


  #main #faq .card .card-header .btn-header-link:after {
	content: "";
	background-image: url(./assets/img/unext.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 26px;
	top: 29px;
  
  }
  

  #main #faq .card .card-header .btn-header-link{
	background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
  }
  #main #faq .card .card-header .btn-header-link.collapsed {
	background: transparent;
	color: #202426;
	border: 1px solid #00A8EB;
	font-size: 18px;
	line-height: 27px;
	font-weight: 700;
  }
  
  #main #faq .card .card-header .btn-header-link.collapsed:after {
	content: "";
	background-image: url(./assets/img/next.svg);
	background-repeat: no-repeat;
	position: absolute;
	width: 20px;
	height: 20px;
	right: 26px;
	top: 29px;
  }
  
  #main #faq .card .collapsing {
	background: transparent;
	line-height: 30px;
  }
  .faqs {
    background: #DDE8EC;
    padding: 83px 0;
}
  #main #faq .card .collapse {
	border: 0;
  }
  #main #faq .btn:focus {
    outline: 0;
    box-shadow: none !important;
}
#main #faq  a:hover {
    color: #000 !important;
}
  #main #faq .card .collapse.show {
	background: transparent;
line-height: 30px;
color: #222;

  }

  .faqs .spfaq {
    float: right;
    margin: 100px 0 0 0;
}
.page-template-contact .formbox {

    margin: -54px auto 0;
}
.contact-form .title strong {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    display: block;
    margin: 26px 0 0 0;
}
footer p span {
    display: block;
}
.contact-form img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 61px;
	object-fit: contain;
}
.contact-form .title p {
	font-size: 16px;
	line-height: 25px;
	width: 64%;
	margin: 15px auto 0;
}
.contact-form  .title p span {
    display: inline;
    margin: 0;
}
.contact-form .title p a{
	color: #000;
}
.contact-form .underline {
    border-bottom: 1px solid #292929;
    width: 100%;
    border-bottom: 2px solid #00E4D5;
    width: 10%;
    margin: 10px auto 0;
}
.contact-form  h4{
	font-size: 32px;
font-weight: 400;
font-style: normal;
line-height: 40px;
color: #B3893A;
text-transform: uppercase;
}
.contact-form  input{
	display: block;
	margin: 0 auto 14px;
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	border-radius: 25px;
	min-height: 54px;
	padding-left: 18px;
	border: 1px solid #DEDEDE;
}
.wpcf7-form-control.wpcf7-submit {
	background-image: url(./assets/img/btnbg.png);
	background-repeat: no-repeat;
	border-radius: ;
	width: 146px;
	color: #000;
	transition: 0.3s;
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 0 0;
	font-weight: 400;
	background-position: center;
	padding: 13px 0 !important;
	border: 0 !important;
	background-color: transparent !important;
	border-radius: 30px !important;
	height: auto;
	text-transform: uppercase;
}
input::placeholder {
    font-size: 14px;font-family: 'Poppins', sans-serif;
    color: #9C9C9C;
    opacity: 1;
}
.wpcf7-form-control.wpcf7-submit:hover{
	background-color: #00EFD1;
}
.refinance.in h4 {
    font-family: TrumpGothicPro-Bold;
    color: #fff;
    display: block;
    clear: both;
    padding: 0px 0 28px 0;
    font-size: 85px;
    text-transform: uppercase;
    line-height: 65px;
}
.refinance.in {
    background-image: url("assets/img/wstbg.png");
    background-repeat: no-repeat;
    background-position: 1115px 50px;
}
.refinance .mbtn svg {

    top: 0;
}
.refinance .underline {
    border-bottom: 4px solid #00A8EB;
    width: 18%;
    margin: 25px 0;
}
.refinance .mbtn {
    margin: 16px 0 0 0;
}
.services.ins.ab {
    padding: 85px 0 80px 0;
}
.contact-form ::placeholder{
	font-family: 'Poppins', sans-serif;
	opacity: 1;
	color: #000;
}
.refinance.abt {
    padding: 95px 0;
    background-position: 1115px 50px;
}
.contact-form  textarea {
	overflow: auto;
	resize: vertical;
	display: block;
	margin: 0 auto 0;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	color: #000;
	border-radius: 25px;
	min-height: 44px;
	padding-left: 10px;
	height: 184px;
	padding-top: 15px;
	border: 1px solid #DEDEDE;
}
.contact-form  p{
	font-size: 16px;
font-weight: 400;
font-style: normal;
line-height: 20px;
color: #383B3B;
margin-top: 10px;
margin-bottom: 80px;
}


/**/

.staff{
  padding:100px 0;
  background-image: url(./assets/img/legend.png);
  background-repeat: no-repeat;
  background-position: 864px 200px;
  background-size: auto;
}
.staff h4{
	text-align: left;
}
.staff p{
	text-align: left;
}
.staff .row{
	padding-bottom: 50px;
}
.staff .row:nth-child(even){
	text-align: right;
}
#preloader-section{
	display: none;
}
.home #preloader-section{
	display: block;
}

.staff .users {
	display: inline-block;
	z-index: 9;
	border-radius: 25px;
	border-bottom: 6px solid #B3893A;
	position: relative;
	left: 20px;
	vertical-align: top;
	top: 20px;
	transition: 0.3s;
	width: 283px;
	height: 270px;
	object-fit: cover;
}
.staff .mhvr:hover .users{
	border-bottom: 6px solid #00EFD1;
}

.stafbox {
    display: inline-block;
    background: #F0F0F0;
    width: 62%;
	position: relative;
    padding: 54px 67px;
    border-radius: 25px;
}
.stafbox ul{
	position: absolute;
	right: -24px;
	top: 75px;
}
.stafbox ul li{
	width: 49px;
	height: 49px;
	background: #B3893A;
	display: block;
	border-radius: 50%;
	padding: 3px 0 0 0;
	text-align: center;
	margin: 0 0 9px 0;
}
.stafbox.title li::before {
    /* display: none; */
	content: '';
width: 49px;
height: 49px;
position: absolute;
left: 0;
background-color: #00EFD1;
border-radius: 50%;
top: 0;
transition: 0.3s;
transform: scale(0);
}
.stafbox.title li::after {
    display: none;
}
.staff ul li:hover::before {
	transform: scale(1);
}
.staff ul li img {
	position: relative;
z-index: 9;
}
/*blogs*/
.latestblog{
	padding: 68px 0 76px 0;
	background-image: url("assets/img/blogbg.svg");
	background-repeat: no-repeat;
	background-position: -315px 0px;
	background-size: 42%;
}

.latestblog h4 {
    font-size: 35px;
    color: #B3893A;
    font-weight: 700;
    text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.latestblog p{
	font-size: 15px;
line-height: 20px;
color: #202123;
margin: 5px 0 8px 0;
display: block;
transition: 0.3s;
}

.latestblog .mhvr:hover p{
	color: #00EFD1;
}
.latestblog a.readmore {
	font-size: 14px;
color: #000;
font-weight:700;
text-transform: uppercase;
line-height: 19px;
transition: 0.3s;
}
.latestblog a.readmore img{
	margin: -3px 0 0 20px;
	transition: 0.3s;
}
.latestblog .mhvr:hover a.readmore img{
	transform: translateX(10px);
}
.latestblog .mhvr:hover a.readmore{
	color: #00EFD1;
}
.latestblog .ibg {
    height: 345px;
    background-size: cover;
    background-position: center;
	position: relative;
	overflow: hidden;
	border-radius: 25px;
}
.latestblog .mhvr:hover .ibg:after{
	transform: translateY(0%);
}
.latestblog .ibg:after{
	position: absolute;
	content: '';
	background: rgba(0,0,0,0.3);
	height: 100%;
	width: 100%;
	transition: 0.3s;
	transform: translateY(100%);
}
.latestblog strong{
	font-size: 16px;
	color: #B3893A;
	line-height: 22px;
	margin: 15px 0 6px 0;
	display: block;transition: 0.3s;
}
.latestblog .mhvr:hover strong{
	color: #00EFD1;
}
/**/

/*offer*/
.offer {
    background: #202123;
	padding: 90px 0 94px 0;
	background-image: url("assets/img/tbg.svg");
background-position: 1307px 0;
background-repeat: no-repeat;
background-size: contain;
}
.offer .boxes {
    display: flex;
}

.offer .box {
    background: #FFF;
    border-radius: 25px;
    margin: 0 15px;
    text-align: center;
    padding: 58px 0 64px 0;
	position: relative;
	overflow: hidden;
}
.offer .box img {
	display: block;
	transition: 0.3s;
	margin: 0 auto 15px;
	height: 51px;
	object-fit: contain;
}
.offer .box  strong{
	font-size: 19px;
color: #202123;position: unset;
}

.offer .box::after {
    position: absolute;
    content: '';
    background: rgba(179,137,58,0.3);
    height: 100%;
    width: 100%;
    transition: 0.3s;
    transform: translateY(100%);
	left: 0;
top: 0;
}
.offer .box:hover::after{
	transform: translateY(0%);
}
.offer .box:hover img.icons{
	transform: translateY(-20px);
}
*, ::after, ::before {
    box-sizing: border-box;
}
*, ::before, ::after {
    box-sizing: inherit;
}
.offer .box p{
	font-size: 14px;
    color: #202123;
    text-align: center;
    margin: 5px auto 10px;
}

.offer .box .readmore {
    font-size: 18px;
    color: #B3893A;text-transform: uppercase;
    font-weight: 700;
	text-transform: uppercase;position: relative;
	z-index: 99;
}
.offer .box .readmore .ricn {
    display: inline;
    margin: -4px 0 0 5px;
}
.offer .box .readmore span{

}
.offer h4{
	font-family: TrumpGothicPro-Bold;
	color: #fff;
	display: block;
	clear: both;
	padding: 0px 0 28px 0;
	font-size: 85px;
	text-transform: uppercase;
	line-height: 65px;
}
.offer p{
	font-size: 16px;
color: #fff;
line-height: 22px;
width: 74%;
}
.offer p span{
	display: block;
	margin: 20px 0 0 0;
}

.offer .mbtnall {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 1000px;
    padding: 16px 42px;
	margin: 20px 10px 0 0;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.5s all ease-in-out;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
}
.offer .mbtnall:hover{
	border: 2px solid #00EFD1;;
	color: #fff;
}
.logoslider1 .a-right.control-c.next.slick-next.slick-arrow {
    width: auto;
    height: auto;
    background: #fff;
    padding: 28px 32px;
    position: absolute;
    bottom: unset;
    right: 43.5%;transition: 0.7s;
    top: 118%;
}
.a-right.control-c.next.slick-next.slick-arrow:hover {
    background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
}

.logoslider1 .a-left.control-c.prev.slick-prev.slick-arrow {
    width: auto;
    height: auto;
    background: #fff;
    padding: 28px 32px;
    position: absolute;transition: 0.7s;
    bottom: unset;
    left: 43.5%;
    top: 118%;
}

.a-left.control-c.prev.slick-prev.slick-arrow:hover {
    background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
}
.colc3 {
    width: 80%;
    float: right;
    position: relative;
}
.offer .padtop{
	padding-top: 80px;
}
.offer  .mbtn1 {
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    border: 2px solid #fff;
    border-radius: 1000px;
    padding: 16px 36px;
    margin: 20px 0 0 0;
    box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
    transition: 0.5s all ease-in-out;
    background: transparent;
    font-size: 16px;
    font-weight: 700;
	margin-left: 14px;
}
.offer  .mbtnall img{
	margin: -1px 0 0 8px;
}
.offer strong {
    color: #B3893A;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    left: -243px;
    top: 10px;
}
.offer .mbtn1:hover{
	background: #B3893A;
	border: 2px solid #B3893A;
	color: #fff;
}
/**/


.habt {
    background-color: #DDE8EC;
    padding: 55px 0 69px 0;
	background-image: url(./assets/img/icon.png);
	background-repeat: no-repeat;
	background-position: center 50px;

}
.habt .row.padset {
    padding-top: 50px;
}
.habt .title strong {
    font-size: 23px;
    color: #042656;
    font-weight: 700;
    display: block;
    margin: 8px 0 0 0;
}
.habt .row.padset h4{
	font-size: 26px;
color: #00A8EB;
margin: 0 0 5px 0;
text-transform: none;
}
.habt .row.padset p{
	width: 80%;margin-bottom: 24px;
}
.habt .title h4 {
    font-size: 40px;
    color: #202426;
    font-weight: 700;
    margin: 18px 0 0 0;
    text-transform: uppercase;
    width: 61%;
}
.habt  .underline {
	border-bottom: 4px solid #00A8EB;
	width: 34%;
	margin: 25px 0;
}
/*insurance*/
.lifeins {
    padding: 88px 0;
	background-image: url("assets/img/blogbg.svg");
background-repeat: no-repeat;
background-position: -315px 0px;
}
.lifeins .boxw.title {
    border: 1px solid #DEDEDE;overflow: hidden;
    padding: 40px;position: relative;
}

.lifeins .boxw::after{
	position: absolute;
	content: '';
	background-color: rgba(179, 137, 58, 1);
	left: 0;
	height: 100%;
	width: 100%;
	top: 0;
	transform: translateX(-98%);
	transition: 0.3s;
}
.lifeins .boxw:hover::after{
	transform: translateX(0%);
background-color: rgb(154, 4, 19);
z-index: -1;
}
.lifeins .boxw:hover p{
	color: #fff;
}


.refinance.ins{
	background-position: 1115px 50px;
}

.refinance.ins h4{
	font-family: TrumpGothicPro-Bold;
color: #fff;
display: block;
clear: both;
padding: 0px 0 0 0;
font-size: 81px;
width: auto;
text-transform: uppercase;
}

.services.ins {
    padding: 58px 0 80px 0;
    text-align: center;
    background-image: url("assets/img/sbg.svg");
    background-repeat: no-repeat;
    background-position: -315px 28px;
    background-size: inherit;
}

.services.ins .btmins .title h4 {
    text-align: left;
}
.services.ins .btmins p {
	text-align: left;
	width: 90%;
	margin: 0 0 28px 0;
}
.services.ins .btmins .mbtnall {
    margin: 5px 0 0 0;float: left;
}

.services.ins .btmins {
    padding-top: 10px;
}
.refinance.abt h4{
	font-family: TrumpGothicPro-Bold;
	color: #fff;
	display: block;
	clear: both;
	padding: 0px 0 0 0;
	font-size: 85px;
	text-transform: uppercase;
}
/**/

/*info*/
.info {
    padding: 85px 0;
}
.info .padtop{
	padding-top: 42px;
}
.info .bgmort {
    border-radius: 0;height: 570px;
}
.info .bgmort:after{
	border-radius: 0;
}

.info  .grbox.title {
	background: #F0F0F0;
	padding: 40px;
	min-height: 248px;
	margin-bottom: 32px;
}
.info  .grbox.title p{
	width: 92%;
}
.info .mbtnall {
 
    margin: 10px 0 0 0;
}

.latestblog.blg a.readmore {
    margin-bottom: 60px;
    display: block;
}
.latestblog.blg {
    padding: 100px 0 44px 0;background-position: 1115px 100px;
}
/**/
/*services*/


.services {
	padding: 58px 0 80px 0;
	text-align: center;
	background-image: url("assets/img/sbg.svg");
	background-repeat: no-repeat;
	background-position: -315px 167px;
	background-size: 42%;
}
.services .mbtnall {
    margin: 64px 0 0 0;
}
.services h4{
	font-size: 35px;
	color: #B3893A;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.services p{
	font-size: 16px;
	line-height: 22px;
	color: #202123;
	width: 80%;
	margin: 0 auto 51px;
}
.services .userbox {
    border-radius: 25px;
    background: #F0F0F0;
	position: relative;
	overflow: hidden;
}
.services .users{
	width: 100%;
	border-bottom: 6px solid #B3893A;
	border-radius: 25px;
	height: 270px;
	object-fit: cover;

}
.services .userbox:after{
	position: absolute;
	content: 'View Profile';
	background: rgba(179, 137, 58, 0.9);
	height: 100%;
	width: 100%;
	transition: 0.3s;
	transform: translateY(100%);
	left: 0;
	top: 0;
	font-size: 18px;
	color: #fff;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	padding: 50% 0 0 0;
}
.services .userbox:hover::after{
	transform: translateY(0%);
}
.services .col-md-3:nth-child(even) .userbox:hover::after{
	background: rgba(154, 4, 19, 0.9);
}
.services .mbtnn {
    background: #B3893A;
    position: relative;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 1000px;
    padding: 17px 52px;
	border: 0;
    margin: 62px 0 0 0;
    transition: 0.5s all ease-in-out;
    font-size: 16px;
    font-weight: 700;
}
.services .mbtnn:hover{
	background: #202123;
}
.services .userbox strong{
	color: #202123;
font-size: 18px;
font-weight: 700;
padding: 7px 0 22px 0;
display: block;
}
.services .userbox strong span{
	display: block;
font-size: 14px;
font-weight: 400;
line-height: 19px;
}
.services .icons {
    margin-bottom: 30px;
	transition: 0.3s;
}

/**/

/*mortage*/

.mbtnall{
	background: #B3893A;
	position: relative;
	color: white;
	text-decoration: none;
	display: inline-block;
	text-transform: capitalize;
	letter-spacing: 1px;
	border-radius: 1000px;
	padding: 17px 52px;
	border: 0;
	margin: 20px 0 0 0;
	transition: 0.5s all ease-in-out;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	overflow: hidden;
}

.mbtnall:after{
	position: absolute;
	content: '';
	background: #00EFD1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: 0.3s;
	transform: translateY(100%);
}
.mbtnall:hover::after{
	transform: translateY(0%);
	z-index: 2;
}

.mbtnall span{
	position: relative;
z-index: 9;
}
.bganim {
    position: relative;
    overflow: hidden;
}
.bgmort{
	position: relative;
overflow: hidden;
background-image: url(./assets/img/mort.jpg);
min-height: 456px;
border-radius: 0px;
background-repeat: no-repeat;
background-size: cover;
}
.bgmort:after{
	/* position: absolute;
	content: '';
	background-color: rgba(154,4,19,0.2);
	height: 100%;
	width: 100%;
	transition: 0.3s;
	transform: translateY(100%);
	z-index: 9;
	left: 0;
	border-radius: 0px; */

}


.bgmort:hover:after{
	transform: translateY(0%);
}
.bganim img{
	border-radius: 25px;
width: 100%;
object-fit: cover;
}
.mortservice {
	padding: 96px 0;
	background-image: url("assets/img/sbg.png");
	background-repeat: no-repeat;
	position: relative;
	background-position: center 271px;
}
.blbox {
    background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
    width: 148px;
    height: 128px;
    text-align: center;
    padding: 30px 0 0 0;
    float: right;
}
.bganim {
   
    padding: 146px 0 0 0;
}
.blbox img {
    width: auto;
    height: auto;border-radius: 0;
}

.blbox.left {
    float: left;
}
/* .mortservice .row.spr .spc.col-md-6:nth-child(even) .blbox{
	float: left;
} */
.mortservice h4.top{
	font-size: 59px;
color: #00A8EB;
text-align: center;
font-weight: 700;
text-transform: uppercase;
margin: 0 0 0px 0;
}

.mortservice .bgmort {
    position: relative;
    overflow: hidden;
    background-image: url(./assets/img/mort.jpg);
    min-height: 456px;
    border-radius: 35px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 96%;
}
.topsec {
	padding: 60px 0px 119px 0;
	background-image: url(./assets/img/icontp.png);
	background-repeat: no-repeat;
	background-position: 300px 0px;
}

.topsec .underline {
    border-bottom: 4px solid #00A8EB;
    width: 34%;
    margin: 15px 0;
}
.topsec .row{
	padding: 0 42px;
}
.choosebenex.in {
    background: #fff;
    padding: 0px 0 0px 0;
}
.choosebenex.in .box h4 {
    font-size: 24px;
    transition: 0.3s;
    transition: 0.7s ease all;
    color: #202426;
    margin: 18px 0 14px 0;
    line-height: 34px;
}
.choosebenex.in .box {
    background: #EBEBEB;
        background-repeat: repeat;
    background-repeat: no-repeat;
    border-radius: 50%;
    width: 387px;
    float: left;
    height: 387px;
    text-align: center;
    transition: 0.7s ease all;
    padding: 34px 0 0 0;
    margin: 0 13px;
    cursor: pointer;
}
.mortservice .title h4{
	font-size: 24px;
	color: #202426;
	line-height: 34px;
	font-weight: 700;margin: 0 0 12px 0;
	text-transform: none;
}

.mortservice .title h4::before {
    content: '';
    position: absolute;
    width: 0;
    height: 82px;
    border-left: 4px solid #00A8EB;
    top: 10px;
    left: -17px;
}
.mortservice .row {
    padding-bottom: 0px; padding-top: 90px;
}
.post, .page {
    margin: 0;
}
.mortservice .sty {
    position: absolute;
    right: -335px;
    bottom: 58px;
}
.mortservice .row:last-child {
    padding-bottom: 0px;
}
.mortservice .title p{
	width: 93%;
font-size: 17px;
line-height: 26px;
}
.title h4{
	font-size: 40px;
	color: #202426;
	font-weight: 700;
	margin-bottom: 25px;
	text-transform: uppercase;
}
.title h4 span{
	display: block;
}
.title strong{
	font-size: 18px;
color: #00A8EB;
font-weight: 400;
display: block;
margin: 16px 0 0 0;
}
.title p{
	font-size: 17px;
	line-height: 26px;
	color: #000;
}
.title p span{
	display: block;
	margin: 18px 0 0 0;
}

.refinance {
   
    padding: 95px  0;
    background-image: url("assets/img/icon2.png");
    background-repeat: no-repeat;
    background-position: center 50px;
}
.refinance h4{
 color: #202426;
}
.refinance p{
	color: #202426;
	width: 93%;
}

.consloan {
    padding: 90px 0;
    text-align: center;
	background-image: url("assets/img/loanbg.png");
background-position: 1107px 55px;
background-repeat: no-repeat;

}
.consloan .title h4 {
    margin-bottom: 14px;
}
.consloan .title p {
    width: 50%;
    margin: 0 auto 50px;
}
.consloan .bgmort {
    min-height: 263px;
}

.consloan .mbtnall {
    margin: 50px 0 0 0;
}
.mortservice.one {
    background-position: 1115px 0px;
}

.aploan{
	background-image: url("assets/img/apbg.jpg");
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	padding: 140px 0;
}
.aploan .mbtnall{
	margin: 0 0 0 0;font-size: 32px;
}
/**/


/**/

.tbg{
	background-image: url(./assets/img/tbg.jpg);
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.testimonials {
	background-image: url(./assets/img/tbg.png);
	background-repeat: no-repeat;background-size: cover;
	background-position: -140px 171px;
}
.testimonials .shade{
	background-color: rgba(0, 0, 0, 50%);padding: 106px 0;
	min-height: 824px;

}
header .mbtn svg {
    position: relative;
    top: 3px;
}
 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 14px !important;
    height: 14px !important;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;border:1px solid #fff !important;
    color: #fff !important;
    background: #fff !important;
    border-radius: 20px !important;
}

.slick-dots li.slick-active{
	background: transparent !important;
	border:1px solid #00EFD1 !important;
}
.testimonials strong{

	display: block;
}
.testimonials p{
	font-size: 17px;
	color: #fff;
	line-height: 26px;
	width: 32%;
	margin: 36px auto 48px;
}
.testimonials img{
	margin: 40px auto 21px;
width: 104px;
height: 104px;
border-radius: 50%;
}
.testimonials h4{
	
	color: #fff;

}

.slick-slide.slick-current.slick-active svg path {
    fill: #00A8EB;
}
.slick-slide.slick-current.slick-active svg{}
.slick-slide.slick-current.slick-active svg {
    transform: scale(1.2);
}
.testimonials  .underline {
    
    border-bottom: 4px solid #fff;
    width: 10%;
    margin: 26px auto 24px;
}
.testimonials svg {
    overflow: hidden;
    vertical-align: middle;
	height: 62px;
}
.testimonials .slick-track {
    padding: 42px 0 0 0 !important;
}
.slick-slide.slick-current.slick-active::after {
background: rgba(0,168,255,10%);
width: 140px;
height: 140px;
position: absolute;
content: '';
left: 55px;
top: -41px;
border-radius: 50%;
}
.slick-initialized .slick-slide {
    display: block;
    position: relative;
}
.testimonials span {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 20px;
	margin: 38px auto 0;
/* 	width: 72%; */
}
.slick-slide.slick-current.slick-active span{
	font-size: 20px;
	color: #00A8EB;
	line-height: 29px;width: 87%;
}
/*testimonials*/


/*Calculators*/
.calculate {
    padding: 100px 0;
    text-align: center;
}

.calculate .bord {
    margin: 0 auto;
    border: 1px solid #DEDEDE;
    width: 48%;
    border-radius: 40px;
    padding: 40px;
}
.calculate .mbtnall {
    background: #202123;
    font-size: 35px;
    color: #fff;
    font-weight: 700;
    border-radius: 20px;
    line-height: inherit;
    height: 80px;
    padding: 0 34px;
    position: relative;
    transition: 0.3s;
    margin: 0;
}
.slidercontainer{
	padding: 44px 0 0 0;
	position: relative;
}
.slidercontainer input {
    width: 97%;
}
.rangeslider{
	-webkit-appearance: none;
	height: 5px;
	background-color: #B3893A;
	outline: none;
	-webkit-transition: 0.3s;
	transition: opacity 02s;
	border-radius: 10px;
	/* box-shadow: 0px 1px 10px 0 #000; */
}
.rangeslider:hover{
	opacity:1;
}

.rangeslider::-webkit-slider-thumb{
	-webkit-appearance: none;
	appearance: none;
	width:20px;
	height: 20px;
	background-color:#202123;
	border-radius: 50%;
	cursor: pointer;
}
.rangeslider::-moz-range-thumb{
	-webkit-appearance: none;
	appearance: none;
	width:20px;
	height: 20px;
	background-color:#202123;
	border-radius: 50%;
	cursor: pointer;
}

.calculate .bordinput{
	border: 1px solid #DEDEDE;
border-radius: 50px;
padding: 13px 26px;
width: 193px;
float: right;
text-align: left;
font-size: 14px;outline: none;
color: #000;
}
.slidercontainer .dlr {
    position: absolute;
    left: 348px;
    margin: 3px 0 0 0;font-family: 'Poppins', sans-serif;
	font-weight: 400;
}
.calculate label{
	text-align: left;
    float: left;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 11px 0 0 0;
    padding: 0;
	
}
/**/


/*footer*/

.bform{
	background-image: url(./assets/img/bg-wave.png);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 422px;
	text-align: center;
}

.formbox{
	background-image: url(./assets/img/map-bg.png);
	background-repeat: no-repeat;
	background-position: 75px 50px;
	height: 417px;
	margin: 69px auto 0;
	background-color: #fff;
	border-radius: 69px;
	width: 78%;
	padding: 68px 0 100px 79px;
	-webkit-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
	-moz-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
	box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
	position: relative;
}

.formbox .helmet {
    position: absolute;
    bottom: 0;
    right: 0;
}
.formbox .col1{
	width: 40%;
	float: left;
	text-align: left;
}
.formbox .col1 strong{
	font-size: 18px;
	color: #00A8EB;
	font-weight: 400;
	display: block;
	margin: 16px 0 0 0;
}
.formbox .col1 .underline{
	border-bottom: 4px solid #00A8EB;
	width: 118px;
	margin: 22px 0 12px 0;
}
.formbox .col1 h4{
	font-size: 40px;
	color: #042656;
	line-height: 62px;
	font-weight: 700;
}
.formbox .col2{
	width: 60%;
	float: left;
	text-align: left;
}
.formbox input {
    overflow: visible;
    width: 65%;
    border: 1px solid #9C9C9C !important;
    border-radius: 19px !important;
    padding: 5px 18px !important;
    margin-bottom: 20px;outline: none;
}
.wpcf7-form-control.wpcf7-text.Details {
    height: 65px;    height: 65px;
    z-index: 9;
    position: relative;
}
.choosebenex {
    background: #EBEBEB;
    padding: 94px 0 115px 0;
}
.choosebenex .title p {
    width: 90%;transition: 0.3s;
}
.choosebenex .box {
   background:#fff;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 329px;
	float: left;
	height: 329px;
	text-align: center;
	transition: 0.7s ease all;
	padding: 34px 0 0 0;
	margin: 0 13px;
	cursor: pointer;
}
.choosebenex .box svg {

    min-height: 55px;transition: 0.7s ease all;
}
.choosebenex .box h4{
	font-size: 28px;
transition: 0.3s;transition: 0.7s ease all;
color: #042656;
margin: 18px 0 19px 0;
}
.choosebenex .box  p {
    width: 63%;
    transition: 0.3s;transition: 0.7s ease all;
    font-size: 16px;
    line-height: 30px;
    margin: 0 auto;
}
.choosebenex .box:hover svg path {
    stroke: #fff !important;
    fill: #fff !important;
}
.choosebenex .box:hover h4{
 color: #fff;
}
.choosebenex .box:hover p{
	color: #fff;
   }
   .rmore:hover svg path {
    stroke: #fff !important;
    fill: #fff !important;
}
.choosebenex .box:hover{
	background: linear-gradient(to right top, #00e4d5, #00d7e2, #00c9eb, #00b9ee, #00a8eb);
}
.rmore {
    font-size: 14px;
    color: #000 !important;
    text-transform: uppercase;
}
.rmore svg {
    margin-left: 15px;
    transition: 0.3s;
}
.rmore:hover svg{
	margin-left: 5px;
}
.center {
    text-align: center;
}
p{
	font-family: 'Poppins', sans-serif;
}
a{
	font-family: 'Poppins', sans-serif;
}
body{
	font-family: 'Poppins', sans-serif;
}
#page-top {
    margin: 0;
}
.footer{
	padding: 115px 0 22px 0;
background-color: #042656;

background-image: url("assets/img/footerbg.png");
background-position: center bottom;
	background-repeat: no-repeat;
  }
  footer .menu li {
    display: block;
	line-height: 32px;
}
footer .menu-main-menu-container {
    padding: 0px 0 0 0;
}
footer .menu li a{
	font-weight: 400;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	z-index: 1;padding: 8px 10px;
}
footer .menu li:hover a{
	color: #fff;
}

footer .flogo {
	margin: 67px auto 0;
}
a:hover {
    color: #00EFD1 !important;
    text-decoration: underline;
}
footer p{
	font-size: 16px;
	color: #fff;clear: both;
	line-height: 31px;margin: 0 0 7px 0;
}
footer p a{
	color: #fff;
}
.t-right {
    float: right;padding: 9px 0 0 0;
}
footer h4 a{
	color: #fff;
	text-decoration: none;
	background-color: transparent;
	font-size: 16px;
	display: block;
	margin: 0 0 17px 0;
	font-weight: 400;
}
footer h4 a:hover{
	color: #202123;
}
.social li {
    display: inline-block;
    margin: 0 8px;
	position: relative;
}

.social li::after {
	pointer-events: none;
	position: absolute;
	width: 20px;
	height: 20px;
	border-radius: 0;
	content: '';
	box-sizing: content-box;
	top: 16px;
	left: 0;
	opacity: 0;
	transition: 300ms;
	background: transparent;
	border-bottom: 3px solid #00EFD1;
}

.social li:hover::after {
    opacity: 1;
    transform: scale(1.15);
}
footer .menu li a::after {
	/* border-width: 2px;
transition: all 0.4s;
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    margin: auto !important;
    width: 100% !important;
    height: 1px !important;
    content: '.' !important;
    color: transparent !important;
    background: #00EFD1 !important;
    visibility: none !important;
    opacity: 0 !important;
    z-index: -1 !important; */
}
footer .menu li a:hover::after {
    opacity: 1 !important;
    visibility: visible !important;
    height: 100% !important;
}
   .footerimg{
	background-image: url("assets/img/footer-img.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	height: 400px;
   }
   .footer-contact h5{
	font-size: 16px;
	font-weight: 700;
	color: #B3893A;
	text-align: left;
	margin: 0;
   }
   .footer-contact ul{
	list-style: none;
	padding: 6px 0 0 0;
  
   }
   .footer-contact ul li{
	display: block;line-height: inherit;	font-size: 16px;
   }
   .footer-contact ul li a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 400;
	color: #000;
   }
   .address p{
	font-size: 16px;
	font-weight: 700;
	color: #B3893A;
	text-align: left;
	margin: 0;
   }
   .address .add span {
    display: block;
}
   .address .add{
	display: block;
font-size: 16px;
font-weight: 400;
color: #000;
   }
  .footer-contact{
	  position: relative;
	  float: right;
	  right: 60px;
  }
  .chkadd {
	  text-align: center;padding: 0 0 0 74px;
  }
  .copyright{
	text-align: left;
	 padding: 16px 0;
   }
   .footer-end p{
	font-size: 14px;
	font-weight: 400;
	color: #202123;
	margin-top: 14px;
	line-height: 30px;margin: 0;
   }
   .footer-icons img{
	margin: 0 0 0 14px;
   }
footer h3{
	color: #000;
	font-size: 18px;
	/* font-weight: 700; */
	margin-bottom: 15px;
}
footer .partners {
	width: 71%;
	margin-top: 12px;
}
footer ul li a:hover{
	color: #00EFD1 !important;
}

.scrl a span::after {
	position: absolute;
	top: 3px;
	left: -2px;
	content: '';
	width: 70px;
	height: 70px;
	margin: -12px 0 0 -8px;
	
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: border-box;
	border: 3px solid #00EFD1;
	border-radius: 50%;
	transform: scale(0);
	transition: 0.3s;
	
}
.scrl a span:hover::after {
	transform: scale(1);
} 
.scrl a span {
	position: absolute;
	top: -26px;
	right: 0;
	width: 53px;
	height: 53px;
	margin-left: -23px;
	border: 1px solid #00EFD1;
	border-radius: 100%;
	box-sizing: border-box;
	background: #00EFD1;
	padding: 9px 0 0 0;
}


footer .menu {
    padding: 7px 0 25px 0;
}
/**/
@media screen and (max-width:5000px) and (min-width: 1442px){
	.bform {
	
		background-size: contain;
	}

}


@media screen and (max-width:1269px) and (min-width: 0px){
	.container {
		width: 100% !important;
		max-width: 100% !important;
	}


}

@media only screen and (max-width: 1233px) {
	.testimonials span {

		width: auto;
	}
	.logoslider1 .a-left.control-c.prev.slick-prev.slick-arrow {

		left: 39.5%;
		top: 133%;
	}
	.logoslider1 .a-right.control-c.next.slick-next.slick-arrow {

		right: 39.5%;
		transition: 0.7s;
		top: 133%;
	}
	.slick-slide.slick-current.slick-active span {
	
		width: auto;
	}
	.choosebenex .box {
		background: #fff;
			background-repeat: repeat;
		background-repeat: no-repeat;
		border-radius: 50%;
		width: 248px;
		float: left;
		height: 248px;
		text-align: center;
		transition: 0.7s ease all;
		padding: 34px 0 0 0;
		margin: 0 13px;
		cursor: pointer;
	}
	.choosebenex .box h4 {
		font-size: 18px;
		transition: 0.3s;
		transition: 0.7s ease all;
		color: #042656;
		margin: 3px 0 0 0;
	}
	.choosebenex .box p {
		width: auto;
		transition: 0.3s;
		transition: 0.7s ease all;
		font-size: 14px;
		line-height: 27px;
		margin: 7px auto;
	}.formbox .helmet {
		bottom: 0;
		right: 0;
		display: none;
	}
	
  }
  @media only screen and (max-width: 991px) {
	
	header .spul li {

		margin: 0 21px!important;
		padding-bottom: 15px;
		opacity: 47%;
		text-align: left;
		width: auto !important;

	}
	.choosebenex .box {
		background: #fff;
			background-repeat: repeat;
		background-repeat: repeat;
		background-repeat: no-repeat;
		border-radius: 50%;
		width: 248px;
		float: none;
		height: 248px;
		text-align: center;
		transition: 0.7s ease all;
		padding: 34px 0 0 0;
		margin: 20px auto;
		cursor: pointer;
	}.choosebenex .title p {
		width: auto;
		transition: 0.3s;
	}
	.habt .title h4 {
		font-size: 36px;
		color: #202426;
		font-weight: 700;
		margin: 18px 0 0 0;
		text-transform: uppercase;
		width: auto;
	}
	.formbox {
		background-image: url(./assets/img/map-bg.png);
		background-repeat: no-repeat;
		background-position: 75px 50px;
		height: 341px;
		margin: 69px auto 0;
		background-color: #fff;
		border-radius: 69px;
		width: auto;
		padding: 30px;
		-webkit-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
		-moz-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
		box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
		position: relative;
	}.menu-toggle {
		display: none;
	}
	  }


@media only screen and (max-width:768px) {
	.wrapfixed .stnav.myfixed li a {
    padding: 12px 4px;
}
	.stnav.myfixed li a{
		    font-size: 16px !important;
	}
	header .main-navigation ul{
		    left: -19px;
position:relative;
	}
}


	  @media only screen and (max-width: 767px) {
		  .slick-slide.slick-current.slick-active::after{
			  display:none;
		  }
		  	.mob-menu-header-holder.mobmenu {
    background: #000 !important;
}
section.habt {
    margin-top: 40px;
}
		  .mortservice .title p{
			  ;line-height:26px !important;
		  }
		  .title ul {
    margin-left: 0px;
}
		  .title p{
			  line-height:26px !important;
		  }
		  .habt .row.padset p {
    width: 100%;
		  }
		  .mortservice .row{
		padding-top: 40px;
		  }
		  .page-template-contact .formbox {
    margin: -4px auto 0;
}
		  .contact-form .title p{
			      margin-bottom: 10px;
		  }
		  .footer-end p{
			  text-align:left !important;
    padding-top: 7px;

		  }
		  .mobmenu-content #mobmenuleft > li > a:hover{
			  color:#fff !important;
		  }
		  section.topsec {
    margin-top: 80px;
}
		.contact-form {
			padding: 0 0 106px 0;
			text-align: center;
			background-image: url(./assets/img/bgw.png);
			background-repeat: no-repeat;
			background-position: bottom;
			height: auto;
		}
		header .spul {
			padding: 100px 0 0 0; !important
			margin: 0;
			float: none!important;
			width: 100%;
			text-align: center!important;
		}
		header .spul li {
			margin: 15px 21px !important;
		}
		.testimonials p {
			font-size: 17px;
			color: #fff;
			line-height: 26px;
			width: auto;
			margin: 30px 0;
		}
		.logoslider1 .a-left.control-c.prev.slick-prev.slick-arrow {
			left: 22.5%;
			top: 133%;
		}
		.slick-next::before {

			content: '→';
		
		}
		.slick-prev::before, .slick-next::before {
		
			font-family: 'slick';
			font-size: 20px;
			line-height: 1;
			opacity: .75;
			color: white;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		
		}
		
		.logoslider1 .a-right.control-c.next.slick-next.slick-arrow {
		
			right: 22.5%;
			transition: 0.7s;
			top: 133%;
		
		}

		footer .center {
			text-align: left;
		}
		.t-right {
			float: none;
			padding: 25px 0 0 0;
		}header h1 {
		
			font-size: 30px;
			line-height: 42px;
		}
		footer .flogo {
			margin: 0;
		}
		.topsec .row {
			padding: 0 8px;
		}
		.refinance .mbtn {
			margin: 20px 0;
		}
		.story .title h4 {
		
			margin: 20px;
		}
		.story .title p {
		
			margin: 20px;
		}
	  }

	  @media only screen and (max-width: 619px) {
	      body{
	          overflow-x:hidden;
	      }
	      html{
	          overflow-x: hidden;
	      }
		  header .te{
			display: block;
			text-align: right;
			margin: 33px 7px 0 0;
		  }
header .mbtn {
    color: #fff;
    margin: 8px 5px 0 0 !important;
    width: auto;
    display: inline-flex;
    padding: 18px 26px!important;
}
header .mbtn svg {
    margin-left: 15px;
    transition: 0.3s;
    position: relative;
    top: 3px!important;
}
		.home header h1 {
			font-weight: 700;
			color: #fff;
			display: block;
			clear: both;
			padding: 0px 0 0 0;
			font-size: 30px;
			width: auto;
			text-transform: uppercase;
			text-align: left;
			line-height: 49px;
		}
		header .mbtn {
			color: #fff;
			margin: 8px 6px 0 0;
			width: auto;
			display: inline-flex;
			padding: 16px 28px;
		}.choosebenex.in .box {
			background: #EBEBEB;
				background-repeat: repeat;
			background-repeat: repeat;
			background-repeat: no-repeat;
			border-radius: 10%;
			width: auto;
			float: left;
			height: auto;
			text-align: center;
			transition: 0.7s ease all;
			padding: 30px;
			margin: 12px 0;
			cursor: pointer;
		}
		  .title ul li{
			      padding: 2px 11px 0 36px;
			      line-height: 34px;

		  }
		.mortservice h4.top {
			font-size: 40px;
		}.mortservice .title p {
			width: auto;
			font-size: 17px;
			line-height: 26px;
		}.title li::before {
	
			left: -8px;
		
		}.mortservice .bgmort {
			position: relative;
			overflow: hidden;
			background-image: url(./assets/img/mort.jpg);
			min-height: 456px;
			border-radius: 30px;
			background-repeat: no-repeat;
			background-size: cover;
			width: auto;
			margin: 30px 0 0 0;
		}
		.mortservice {
			padding: 30px 0;
		}.topsec {
			padding: 30px 0;
		}
		.habt {
			background-color: #DDE8EC;
			padding: 40px 0;
		}
		.formbox .col1 {
			width: auto;
			float: left;
			text-align: left;
		}
		.formbox .col2 {
			width: auto;
			float: left;
			text-align: left;
		}
		.bform {
		
			height: auto;
			text-align: center;
		}
		.formbox input {
			overflow: visible;
			width: 100%;
		}
		.formbox {
			background-image: none;
			background-repeat: no-repeat;
			background-position: 75px 50px;
			height: auto;
			margin: 9px auto 0;
			background-color: transparent;
			border-radius: 69px;
			width: auto;
			padding: 30px;
			-webkit-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
			-moz-box-shadow: 1px 7px 27px -15px rgba(0,0,0,0.75);
			box-shadow: none;
			position: relative;
		}
		.footer {
			padding: 30px 0;
		}
	}