/*!
Theme Name: custom_theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom_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 with others.

custom_theme 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.

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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------

/*Web stylesheet*/
/*--General Styles Start--*/
body {overflow-x: hidden;}

/*Font Family*/
h1, h2, h3, h4, h5, h6{font-family: Montserrat, Oswald, 'PT Sans', sans-serif;}
/*Font Size*/
.font-1x{font-size:12px !important;}
.font-2x{font-size:14px !important;}
.font-3x{font-size:16px !important;}
.font-4x{font-size:20px !important;}
.font-5x{font-size:25px !important;}
.font-6x{font-size:30px !important;}
.font-7x{font-size:40px !important;}
.font-8x{font-size:60px !important;}
/*Color Scheme*/
.blue-color{color: #06377b !important;}
.sky-color{color: #18a4ff !important;}
.grey-color{color: #474747 !important;}
.white-color{color: #ffffff !important;}
.bg-sky{background-color: #18a4ff !important;color: #FFF;}
.bg-blue{background-color: #06377b !important;color: #FFF;}
/*Line Width*/
.width-1x{max-width: 35px !important;margin-left: 0;}
.width-1-1x {max-width: 35px !important;}
.width-2x{max-width: 55px !important;}
.width-3x{max-width: 70px !important;margin-left: 0;}
.width-3-3x{max-width:230px !important;}
.width-4x{max-width: 355px !important;}
.width-5x{max-width: 400px !important;}
.width-6x{max-width: 530px !important;}
/*--General Styles End--*/


hr{border-top-color:white;}

/*Header Style*/
.site-header__top
{
	background-color: #06377b;
	line-height: 50px;
	text-align: center;
}
.anchor-top a
{
	text-decoration: none;
	color: white;
}
.anchor-top a:hover
{
	color: #18a4ff;
}
.site-header__main {padding: 15px 0;}
/*
.navigation
{

	padding-top: 26px;
}
.navigation-menu
{
	padding-bottom: 54px;
	padding-top: 36px;
}
.navigation ul
{
	list-style-type: none;
	display: inline-block;
}
.navigation li
{
	display: inline-block;
}
.navigation a
{
	text-decoration: none;
	display: block;
	color: #474747;
	margin-left: 35px;
}
.navigation a:hover
{
	color: #18a4ff;
}
.navigation ul li li>a
{
	display: none;
}
.navigation ul li li>a:hover
{
	display: block;
}
.navigation ul li>a
{
	font-size: 16px;
}

.dropdown-content {
  display: none;
  position: absolute;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: #474747;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {border-bottom: 2px solid #18a4ff;}

.dropdown:hover .dropdown-content {
  display: block;
}
*/

/*about style*/
#about-section
{
	padding:80px 0 80px 0;

}
.about-section-inner
{
    border-radius: 1%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 9px;

}
.bg-blue a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
}
.bg-sky a {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    padding: 5px 15px;
}
.width-1-1x {
    padding-bottom: 1rem;
}
.about-section-inner .svg-inline--fa {font-size: 50px;margin-bottom: 15px;}

/*cover style*/


#home-slider .owl-dots .owl-dot.active span, #home-slider .owl-dots .owl-dot:hover span {
    background: #18a4ff !important;
    width: 20px;
    height: 20px;
    border: 5px solid white;
}
#home-slider .owl-dots .owl-dot span {

    width: 20px;
    height: 20px;
	background: white !important;
    border: 5px solid transparent;
}

.slide{
    color: #fff;
	position: relative;
}
.slide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}



/*tenants style*/
.tenants-padd
{
	padding-bottom:60px;
	padding-top:60px; 
}
.tenants-padda
{
	padding-top:100px; 
}

/*free appricial style*/
.fre-aprcl label {
    display: block;
}
.fre-aprcl input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px 10px;
    color: #000;
}
.fre-aprcl textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 10px 10px;
    color: #000;
    height: 120px;
}
.fre-aprcl input.wpcf7-form-control.wpcf7-submit {
    background-color: #18a4ff;
    color: #fff;
    border: none;
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
}
.formm input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
    width: 100%;
    padding: 10px 10px;
    color: #000;
}
.formm input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    padding: 10px 10px;
    color: #000;
}
.formm textarea.wpcf7-form-control.wpcf7-textarea {
    height: 140px;
    padding: 10px 10px;
    color: #000;
    width: 100%;
}
.formm label {
    display: block;
}
.formm input.wpcf7-form-control.wpcf7-submit {
    background-color: #18a4ff;
    color: #fff;
    border: none;
    padding: 10px 10px;
    width: 100%;
    font-size: 20px;
}
/*free appricial style*/


#tenants-carousel .owl-nav.disabled+.owl-dots {
   text-align: left;
}
#tenants-carousel .owl-dots .owl-dot {vertical-align: middle;}
#tenants-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background: #ffffff;
}
#tenants-carousel .owl-dots .owl-dot.active span {
    background: #18a4ff;
    width: 20px;
    height: 20px;
}
#tenants-carousel
{
	padding-left: 50px;
	padding-top: 50px;
}
.tenants-padding
{
	padding-left: 40px;
}


/*service style*/
.service-section
{
	padding-top:80px;
	padding-bottom:80px;
}
.service-section h3 {
    padding-bottom: 45px;
    text-align: center;
}

.service--item h5 {
	margin-top: 25px;
	color: #06377b;
}
.service--item hr {border-top-color: #06377b;}
.service--item a.btnn {background-color: #06377b;}

.service--item:hover h5 {color: #18a4ff;}
.service--item:hover hr {border-top-color: #18a4ff;}
.service--item:hover a.btnn {background-color:#18a4ff;}

div#classes-carousel 
{
    padding-top: 40px;
}

#reviews-section {overflow-x: hidden !important;}

/*Slanted style*/
.slanted-bg {
    background: rgba(27, 72, 133, 0.9);
    color: #fff;
    padding: 60px 40px 40px 60px;
    max-width: 850px;
    width: 100%;
    margin-right: -60px;
    margin-left: auto;
    transform: skewX(-15deg);
}
.slanted-bg__inner
{
transform: skewX(15deg);
}

/*Classes Style*/
#classes-carousel .owl-nav button.owl-prev,
#classes-carousel .owl-nav button.owl-next
{
	color: white;
	font-size: 26px;
	background-color: #1f3063;
	width:44px; 
	height:44px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	margin: 0;
}
#classes-carousel .owl-nav button.owl-prev:hover,
#classes-carousel .owl-nav button.owl-next:hover
{
	color: white;
	font-size: 26px;
	background-color: #18a4ff;
	width:44px; 
	height:44px;
	border-radius: 50%;
	position: absolute;
	top: 100px;
	margin: 0;
}
#classes-carousel .owl-nav button.owl-prev {left: -22px;}
#classes-carousel .owl-nav button.owl-next {right: -22px;}


/*Review Style*/

.review--item img {
    max-height: 67px;
    max-width: 67px;
    /* margin-left: 500px; */
}

.item.review--item {
    max-width: 585px;
}
#reviews-carousel .owl-nav.disabled+.owl-dots {
    text-align: left;
}
#reviews-carousel .owl-dots .owl-dot {vertical-align: middle;}
#reviews-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 3px;
    background: #ffffff;
}
#reviews-carousel .owl-dots .owl-dot.active span {
    background: #18a4ff;
    width: 20px;
    height: 20px;
}


.Rentals-padd
{
	padding-top:80px;
	padding-bottom:100px;
}

/*footer style*/
.footer-li ul {
    margin-left: -40px;
	
	}
.footer-li ul
{
	 list-style-image: url('images/arrow.png');
}
.footer-li ul>li {
    padding-left: 20px;
}

.footer-padd
{
	padding-top:24px;
	padding-bottom:20px;
}
.footer-padding
{
	padding-top: 25px;
	padding-bottom: 50px;
}
.footer-anchor a:hover {
    color: #18a4ff;
    text-decoration: none;
}
.footer-anchor a {
    color: white;
}
.lower-footer-anchor a
{
	padding-top: 15px;
}

.footer-anchor ul li, .footer-anchor p{
    padding-top: 30px;
}
a.footer-anchor {
    text-decoration: none;
    color: #18a4ff;
}
a.footer-anchor:hover {
    text-decoration: none;
    color: white;
}
.footer-anchor ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 15px;
}


/*others*/
p.pda {
    padding-top: inherit;
}
.mid-anchor a
{
color: #06377b;
}
.mid-anchor a:hover
{
	color: #18a4ff; 
}
.temp
{
	padding-top:45px;
	padding-bottom:45px;
}
.menu-home-container ul>li {
    margin-left: 45px;
	}

.newsletter-wrapper {margin-bottom: 30px;}

 .social-anchor-bottom a
 {
 	display: inline-block;
 	color: #06377b;
 	margin-right: 50px;
 }
  .social-anchor-bottom a:last-child {margin-right: 0;}
 .social-anchor-bottom a:hover
 {

 	color: #18a4ff;

 }
 .social-anchor-upper a
 {
 	color: white;
 	margin-right: 20px;	
 }
 .social-anchor-upper a:hover
 {
 	color: #18a4ff;
 }
/*button style*/
a.btnn
{
	padding:15px 30px 15px 30px;
	border-radius: 2%;
	background-color: #18a4ff;
	color: #ffffff;
}

.btnn a
{
	padding:15px 40px 15px 40px;
	border-radius: 10px;
	background-color: #18a4ff;
	color: #ffffff;

}
.btnn a:hover, a.btnn:hover

{

	color: wheat;
	text-decoration: none;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.custom-logo {max-width: 100%;height: auto;}


footer ul .sub-menu, .footer-anchor svg.svg-inline--fa.fa-caret-down.fa-w-10 {
    display: none;
}
{
	display: none !important;
}
.main-navigation {
	clear: both;
	display: block;
}

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

.main-navigation ul ul li a {
    padding: 5px 10px;
    color: grey;
}
.main-navigation ul ul li a:hover {color: #18a4ff;}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

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

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

.main-navigation li {
	position: relative;
}
	

.main-navigation a {
	text-decoration: none;
    display: flex;
    color: #474747;
}
.main-navigation a:hover {
	color: #18a4ff;
}

/* Small menu. */


button.menu-toggle {
    background: #06377b;
    color: white;
    margin-left: auto;
    margin-top: 25px;
}
button.menu-toggle:hover {
	color: wheat;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}
.main-navigation.toggled ul ul {display: none;}


.toggled .menu-item-has-children.focus > ul {display: block;}


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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 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;
}

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

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* 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;
}

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

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

.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;
}
.newsletter-wrapper
{
	position:relative !important;
}
.tnp-field-email label{display:none !important;}

.tnp-field.tnp-field-email.tnp-field-button * {
    display: inline-block;
}
input.tnp-email
{	
	
	max-width:75% !important;
	color:#06377b !important;
}
input.tnp-submit
{

	background-color:#06377b !important;
	max-width:25% !important;
	max-height:60px !important;
	margin-left:1% !important;
	margin-bottom:3% !important;
}
input.tnp-submit:hover
{
	color:wheat !important;
	
}

.inr-cntct-img img {
    width: 100%;
}
.inr-cntct-adrs {
    font-size: 17px;
    margin-top: 40px;
}

.entry-content p {
    font-size: 17px;
}
.entry-content h1 {
    color: #06377b;
}
.entry-content h2 {
    font-size: 26px;
}
article#post-40 h1.entry-title {
    display: none;
}
article#post-86 h1.entry-title {
    display: none;
}
article#post-88 h1.entry-title {
    display: none;
}
article#post-90 h1.entry-title {
    display: none;
}
article#post-26 h1.entry-title {
    display: none;
}
article#post-23 h1.entry-title {
    display: none;
}
article#post-24 h1.entry-title {
    display: none;
}
article#post-25 h1.entry-title {
    display: none;
}
article#post-21 h1.entry-title {
    display: none;
}
article#post-22 h1.entry-title {
    display: none;
}
article#post-41 h1.entry-title {
    display: none;
}
article#post-42 h1.entry-title {
    display: none;
}
.entry-content h1 {
    margin-top: 17px !important;
}
.inr-cntct-img img:first-child {
    width: 89%;
    margin-top: 25px;
}
.inr-cntct-adrs svg {
    color: #06377b;
}

.inr-cntct-img {
    width: 50%;
    float: left;
    margin-right: 19px;
}

.blog_post-template-default .site-content {
    padding: 0 153px;
}
@media  (max-width: 1200px)
{
.footer-li ul>li {
    padding-left: 0;
}
.menu-home-container ul>li {
    margin-left: 12px;
}
.blog_post-template-default .site-content {
    padding: 0 44px !important;
}


	.social-anchor-bottom a {
    
    margin-right: 30px;
}
	 .navigation, .about-section, #footer, .rental-letter, #site-header
	{
		text-align: center;
		

	}


	.footer-anchor ul
	{
		list-style-type: none;
	}

	.slanted-bg__inner, .slanted-bg 
	{
		transform: skewX(0deg);
		margin: 0 auto;
		text-align: center;

	}



	.footer-anchor ul li>a
	{
	    font-size: larger;
	    padding: 0;
	    margin: 0;
	}
	.footer a
	{
	    font-size: 40px;
	}
	.footer-anchor hr
	{
	    display :none;
	}

}


@media screen and (min-width: 992px) {
	.blog_post-template-default .site-content {
    padding: 0 153px;
}		
	.post-thumbnail {
    width: 100%;
	}
	
	.mm{display:none;}
	.menu-toggle {
		display: none;
	}
	.footer-li ul>li {
    padding-left: 0px;
	}

	.main-navigation ul {
    display: block;
 
	}
	ul.sub-menu li a {
    font-size: 15px !important;
	}
	
	.main-navigation li {
	    display: inline-block;
	    position: relative;
	    margin-left: 35px;
	    border-bottom: 0;
	}
	.main-navigation ul ul li {margin-left: 0;}
	.main-navigation ul ul {
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		background: #FFF;
		float: left;
		position: absolute;
		top: 100%;
		left: -999em;
		z-index: 99999;
		border-top: 3px solid #06377b;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}
	input.tnp-submit
	{
		text-align:center;
	}
	
}
/*.blog_post-template-default section#nav_menu-2 {
    display: none;
}*/
.blog_post-template-default label {
    display: block;
}
.blog_post-template-default input#submit {
    background-color: #06377b;
    color: white;
    padding: 7px 36px;
    border: none;
}
a.blog-more-link {
    background: #032f67;
    color: #fff;
    clear: both;
    display: inline-block;
    padding: 8px 38px;
    font-size: 14px;
    text-decoration: none !important;
}






/*media query style*/
@media (max-width: 768px)
{
	
	#home-slider .owl-dots .owl-dot.active span, #home-slider .owl-dots .owl-dot:hover span {
    background: #18a4ff !important;
    width: 10px;
    height: 10px;
    border: 1px solid white;
}
#home-slider .owl-dots .owl-dot span {
	top:50%;
	margin-top:65%;
    width: 10px;
    height: 10px;
    border: 1px solid transparent;
}
#home-slider .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(0) translatex(-100%);
}
h1.font-7x{
	font-size:small !important;
}
	#classes-carousel .owl-nav button.owl-prev {left: -15px;}
	#classes-carousel .owl-nav button.owl-next {right: -15px;}


}

@media  (max-width: 992px)
{
ul.sub-menu {
    margin-left: 0%;
}
#mml {padding: 0 15px;color: #ffffff;}
#mml h4 {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 12px;
}
ul.sub-menu li a {
    font-size: 16px !important;
}
.mm {
    position: relative;
    background-color: #18a4ff;
    min-height: 49px;
}

#mmb {
position: absolute;
width: 40px;
height: 50px;
margin-right: 15px;
top: 0;
right: 0;
cursor: pointer;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}

#mmb span {
display: block;
position: absolute;
height: 1.5px;
width: 100%;
background: #ffffff;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

#mmb span:nth-child(1) {
top: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(2) {
top: 26px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb span:nth-child(3) {
top: 36px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

#mmb.on span {height: 2px;}
#mmb.on span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 11px;
left: 8px;
}

#mmb.on span:nth-child(2) {
width: 0%;
opacity: 0;
}

#mmb.on span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 39px;
left: 8px;
}

#mm ul {
    padding-left: 0;
    margin-bottom: 0;
    /* position: absolute; */
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 1000;
    display: none;
}
ul.sub-menu #mm ul {
    margin-left: 0px;
}
.menu-item-home
{
	margin:0;
}
#mm li {
display: block;
position: relative;
}
#mm a:hover {
	color:#18a4ff;
}
#mm a {
    display: block;
    padding: 16px 56px 16px 46px;
    border-bottom: #dedede 1px solid;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 18px;
    background-color: #f3f3f3;
    word-wrap: break-word;
    margin-left: -25px !important;
}


	#home-slider .owl-dots {
		display:none !important;
	}
	.item.review--item
	{
		text-align:justify;
	}
	.main-navigation a {
   
    font-size: x-large;
}
.footer-li ul
{
	 list-style: none;
}


}


@media (max-width: 556px)
{
	input.tnp-email
{	
	
	max-width:100% !important;
	color:#06377b !important;
}
input.tnp-submit
{

	
	max-width:200px !important;
	max-height:60px !important;
	margin-left:1% !important;
	margin-bottom:3% !important;
	margin-top:2% !important;
}
}
@media (max-width: 500px) {
	.inr-cntct-img {
    width: 100%;
    float: unset;
    margin-right: 19px;
	}
	.blog_post-template-default .site-content {
    padding: 0 26px !important;
	}
	div#comments textarea {
    overflow: auto;
    resize: vertical;
    width: 100%;
	}
	.post-thumbnail img {
    width: 100%;
    height: auto;
	}
	h1.entry-title {
    font-size: 24px;
	}
}
@media (min-width: 320px)
{
	#home-slider .owl-nav.disabled+.owl-dots {
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
    }
}
.mobmenu .headertext {
    color: #fff !important;
}
.mobmenul-container i {
    line-height: 47px !important;
    font-size: 30px;
    float: left;
}
.mobmenul-container i {
    color: #fff !important;
}