/*
Theme Name: monstermoneyclub
Theme URI: https://wordpress.org/themes/twentysixteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog
Text Domain: twentysixteen

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.
*/


/**
 * Table of Contents
 *
 * 1.0 - Normalize
 * 2.0 - Genericons
 * 3.0 - Typography
 * 4.0 - Elements
 * 5.0 - Forms
 * 6.0 - Navigation
 *   6.1 - Links
 *   6.2 - Menus
 * 7.0 - Accessibility
 * 8.0 - Alignments
 * 9.0 - Clearings
 * 10.0 - Widgets
 * 11.0 - Content
 *    11.1 - Header
 *    11.2 - Posts and pages
 *    11.3 - Post Formats
 *    11.4 - Comments
 *    11.5 - Sidebar
 *    11.6 - Footer
 * 12.0 - Media
 *    12.1 - Captions
 *    12.2 - Galleries
 * 13.0 - Multisite
 * 14.0 - Media Queries
 *    14.1 - >= 710px
 *    14.2 - >= 783px
 *    14.3 - >= 910px
 *    14.4 - >= 985px
 *    14.5 - >= 1200px
 * 15.0 - Print
 */

/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */


@font-face {
    font-family: Avenir LT Std 35 Light;
    src: url(fonts/AvenirLTStd-Light.otf);
} 
@font-face {
    font-family: Avenir LT Std 35 Light;
    src: url(fonts/AvenirLTStd-Light.woff);
} 
@font-face{
    font-family:"Avenir-LT-W01_35-Light1475496";
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix");
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/edefe737-dc78-4aa3-ad03-3c6f908330ed.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4577388c-510f-4366-addb-8b663bcc762a.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b0268c31-e450-4159-bfea-e0d20e2b5c0c.svg#b0268c31-e450-4159-bfea-e0d20e2b5c0c") format("svg");
}
@font-face{
    font-family:"Avenir-LT-W01_85-Heavy1475544";
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix");
    src:url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6af9989e-235b-4c75-8c08-a83bdaef3f66.eot?#iefix") format("eot"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ccd17c6b-e7ed-4b73-b0d2-76712a4ef46b.ttf") format("truetype"),url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/20577853-40a7-4ada-a3fb-dd6e9392f401.svg#20577853-40a7-4ada-a3fb-dd6e9392f401") format("svg");
}

@font-face {
    font-family: Monsterfreak;
    src: url(fonts/MONSTERFREAK.TTF);
} 

img {
	max-width: 100%;
}
h2 {
	font-family: fredericka the great,fantasy;
	font-weight: bold;
	font-size: 46px;
}
body {
	padding-top: 127px;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
@font-face {
    font-family: Futura LT;
    src: url(fonts/FuturaLT.ttf);
}
header{
position: fixed;
z-index: 999;
width: 100%;
background: #a7c5ac;
top: 0;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
}
.top-bar {
	display: inline-block;
	width: 100%;
	margin-top: 10px;
}
.top-bar ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.top-bar .action-btn {
	margin-left: 20px;
	display: block;
}
.top-bar .action-btn li:nth-child(2) {
	display: none;
}
.top-bar .social-icons-lists a {
	padding: 2px;
	font-weight: normal;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
	margin: 0 4px;
}
.top-bar .social-icons-lists a:hover, .top-bar .social-icons-lists a:hover .socicon {
	background: #fff;
	color: #000 !important;
}
.top-bar .social-icons-lists a .socicon {
	padding: 0 !important;
	color: #fff !important;
	font-size: 13px !important;
}
.top-bar li {
	display: inline;
}
.top-bar ul {
	padding: 0;
	list-style: none;
	margin: 0;
	float: right;
}
.action-btn .btn.btn-primary {
	/* width: 95px; */
	border-radius: 20px;
	/* padding: 10px 20px; */
	line-height: 1;
	font-size: 31px;
	background: transparent;
	color: #fff;
	border: transparent;
	text-transform: uppercase;
	padding: 6px 10px;
	font-family: Monsterfreak;
}
.action-btn .btn.btn-primary:hover{
	color:#000;
}
.top-bar ul.social-icons-lists{
	margin-top: 0px;
}
header .navbar-right {
	float: right !important;
	margin-right: -40px;
}
.navbar-nav > li {
	margin-left: 10px;
}
#footer-menu.navbar-nav > li {
	margin: 0;
}
.navbar.navbar-inverse a{
	color: rgba(255,255,255,1);
}
.navbar.navbar-inverse a:focus, .navbar.navbar-inverse  li:hover {
	color: #000;
	border-radius: 20px;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
	color: #8b0000;
	background-color: transparent;
}
.scrolled .navbar-inverse .navbar-nav > li > a {
	font-size: 32px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
	text-transform:uppercase;
	font-size: 37px;
	font-family: Monsterfreak;
	transition:0.4s;
}
.navbar.navbar-inverse .menu-item.current_page_item a {
	color: #8b0000;
	background: transparent;
	border-radius: 20px;
}
.navbar.navbar-inverse .menu-item-type-custom.menu-item.current_page_item a {
	color: #000;
}
.navbar.navbar-inverse .menu-item-type-custom.menu-item.current_page_item a:hover {
	color: #8b0000;
}
.navbar.navbar-inverse .menu-item.current_page_item{
	background:transparent;
	border-radius: 20px;
}
.navbar {
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 0;
	margin-bottom: 9px;
	margin-top: 7px;
	min-height: unset;
}
.navbar.navbar-inverse a {
	color: rgba(255,255,255,1);
	padding: 8px 20px;
}
.submenu {
	visibility: hidden;
	position: absolute;
	padding: 0;
	top: 100px;
	width: 150px;
	background:#8b0000;
	list-style:none;
	border-radius: 10px;
	padding: 8px 0;
	transition:0.4s;
	text-align:left;
}
.submenu a:hover {
	text-decoration: none;
	opacity:0.8;
}
.submenu a {
	color: #fff;
	padding: 5px 10px;
	display: block;
}
.nav-item:hover .submenu{
	visibility:visible;
	top: 51px;
}

/* Pop */
.navbar.navbar-inverse a, .action-btn .btn.btn-primary,.social-icons-lists li.social-icons-list-item a.social-icon .socicon {
-webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.navbar.navbar-inverse a:hover, .navbar.navbar-inverse a:focus, .navbar.navbar-inverse a:active ,.action-btn .btn.btn-primary:hover, .social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon {
 -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

#slider img {
	width: 100%;
}
#about {
	text-align: center;
	padding-top: 60px;
}
.about-content {
	font-size: 22px;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	width: 70%;
	display: block;
	margin: auto;
	color: #fff;
}
#about-section{
	position:relative;
}
#about-section:after{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:100%;
	background:rgba(0,0,0,0.3);
	z-index:99;
}
.about-video {
	background: url(../images/about-bg.jpg);
	padding: 100px 0;
	position: relative;
	margin-top: 25px;
	background-size: 100%;
}
.play-video-icon {
	color: #fff;
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 80px 0;
}
.play-img-text {
	display: inline-block;
	cursor: pointer;
	font-size: 20px;
}
.play-img-text:hover{
	opacity:0.7;
}
.play-img-text img {
	margin-bottom: 5px;
}
.play-video-icon .far.fa-play-circle {
	display: block;
	font-size: 75px;
}
.play-video-icon span {
	display: block;
	font-size: 25px;
}
.about-video::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
	left: 0;
	top: 0;
}
.about-video-pop {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 999;
	transform:scale(0);
	transition:0.4s;
}
.about-video-pop.show-pop{
	transform:scale(1);
}
.ab-video-sec {
	width: 80%;
	margin: 3% auto 0;
	background: #000;
	border: 5px solid #88b28f;
	padding: 0 0;
	position: relative;
	text-align: center;
}
.ab-video-sec iframe {
	width: 90%;
	height: 550px;
}
.pop-close {
	position: absolute;
	right: -25px;
	color: #fff;
	top: -20px;
	font-size: 21px;
	cursor: pointer;
}
.pop-close:hover{
	opacity:0.8;
}
#monster-rules {
	padding: 60px 0;
	text-align: center;
}
.mn-rule-content {
	width: 85%;
	margin: auto;
}
.col-half-offset{
    margin-left:4.166666667%
}
.rules-list {
	display: inline-block;
	width: 100%;
	margin-top: 0px;
}
.rule-detail {
	width: 20%;
	font-family: fredericka the great,fantasy;
	color: #8b0000;
	font-weight: bold;
	float: left;
	text-align: center;
}
.greenline {
	display: inherit;
	width: 46%;
	border-top: 1px solid #8db793;
	margin: 15px auto 0;
}
.rule-head {
	font-size: 36px;
}
.rcount-circle {
	background: #8b0000;
	color: #fff;
	width: 54px;
	display: inline-block;
	height: 54px;
	border-radius: 50%;
	margin-left: 10px;
	    transition: 0.4s;
    transform: scale(1);
}
span.rcount-circle:hover {
    transform: scale(1.5);
}
.rule-img img {
	margin: 0 -85px 0;
	width: 285px;
	max-width: unset;
}
.rule-text {
	font-size: 21px;
	width: 90%;
	display: block;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
#rule-show-mobile{
	display:none;
}
#rule-show-desktop{
		display:block;
	}
#monster-tool {
	background: rgba(136, 178, 143, 1);
	padding: 40px 0;
}
#monster-tool h2 {
	text-align: center;
	color: #fff;
	margin-bottom: 30px;
}
.mn-tool {
	background: #fff;
	border-radius: 0 30px 0 0;
}
.mn-rule-content p{
	font-family:Avenir LT Std 35 Light;
}
.tool-content {
	display: inline-block;
	padding: 15px;
}
.tool-content h4{
	font-family: fredericka the great,fantasy;
    font-weight: bold;
	color: #8b0000;
}
.mn-tool img {
	border-radius: 0 30px 0 0;
}
#gallary {
	padding: 60px 0;
}
.gallery-header {
	text-align: center;
	width: 80%;
	margin: auto;
}
.glimg-hover {
	display: none;
}
.galery-pics .col-sm-3 {
	padding: 0 7px;
	margin-bottom: 14px;
}
.galry-img img {
	border-radius: 10px;
}
.glimg-hover {
	 display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	padding-top: 25%;
	background: rgba(0,0,0,0.3);
	color: #fff;
	font-size: 30px;
	cursor: pointer;
	border-radius: 10px;
}
.galry-img:hover .glimg-hover {
	display:block;
}
.galry-img {
	position: relative;
}
.gallery-filters {
	text-align: center;
}
.gallery-filters ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-top: 10px;
}
.gallery-filters ul li {
	display: inline;
	padding: 5px 30px;
	cursor:pointer;
	border-radius: 20px;
}
.gallery-filters ul li:hover{
	background: #8b0000;
	color: #fff;
}
.gallery-filters .active {
	background: #8b0000;
	color: #fff;
}
.gallery-filters ul {
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 30px;
}
.testimonial-slide {
	background: url(../images/testimonial1.jpg);
	text-align: center;
	background-size: contain;
	background-size: 100%;
}
#testimonial h2 {
	text-align: center;
}
.testimonial-slider {
	margin-top: 30px;
}
.testimonial-section  .testimonial-content {
	background: rgba(0,0,0,0.4);
	width: 80%;
	padding: 40px 100px;
	color: #fff;
	font-size: 30px;
	margin: 50px auto;
	display: inline-block;
	text-align: left;
	position: relative;
	border-radius: 30px;
}
.testimonial-section  .testimonial-author {
	text-align: center;
	width: 100%;
	display: inline-block;
	color: #c5c5c5;
	margin-top: 30px;
}
.testimonial-section  .testimonial-content p span {
	margin-bottom: 20px;
	display: block;
}
.testimonial-section  .testimonial-arrow {
	position: absolute;
	bottom: 50px;
	width: 100%;
	left: 0;
}
.left-arrow {
	margin-left: 50px;
	float: left;
}
.right-arrow {
	margin-right: 50px;
	float: right;
}
#testimonial {
	padding-top: 10px;
}
#partners {
	text-align: center;
	padding: 60px;
}
#partners img {
	width: 150px;
}
.row.partner-logo {
	margin-top: 30px;
}
#newsletter {
	background: rgba(136, 178, 143, 1);
	padding: 80px 0;
	color: #fff;
	position:relative;
}
.subscribe-form .form-group input[type="text"], .subscribe-form .form-group input[type="email"], .subscribe-form .form-group input[type="search"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 25px;
    height: 51px;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    padding: 15px 20px;
    padding-right: 155px;
    background: #ffffff;
    border-radius: 4px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
	border: none;
	border-radius: 50px;
}
.subscribe-form .form-group button {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 10px 35px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
	border: none;
	background: #8b0000;
	color:#fff;
	border-radius: 50px;
}
.subscribe-form  .form-group {
	position: relative;
}
#newsletter .title-column h2 {
	font-size: 33px;
	margin-bottom: 0;
}
#newsletter:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 22px;
    content: "";
    background-repeat: repeat-x;
    background-position: center;
    background-image: url(../images/curve.png);
}


/******************** footer *************************/
.main-footer .posts-widget .post .post-thumb {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    width: 75px;
}
.main-footer .posts-widget .post {
    position: relative;
    display: block;
    min-height: 81px;
    padding-left: 95px;
    padding-bottom: 21px;
    margin-bottom: 25px;
    border-bottom: 1px dashed rgba(136, 178, 143, 1);
}
.main-footer .posts-widget .post .post-thumb img {
    display: block;
    max-width: 100%;
}
.main-footer .posts-widget .post .desc-text {
    position: relative;
}
.main-footer .posts-widget .post:hover .desc-text a {
    color: #8b0000;
}
.main-footer .posts-widget .post .desc-text a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    color: #333333;
    line-height: 1.2em;
    font-weight: 400;
    margin-bottom: 8px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .posts-widget .post .info {
    position: relative;
    display: block;
    color: #666666;
    font-size: 12px;
    line-height: normal;
}
.main-footer .posts-widget .post .info i {
    font-size: 16px;
    color: #8b0000;
    margin-right: 7px;
}
.main-footer .posts-widget .post .info span {
    position: relative;
    display: inline-block;
    font-weight: 700;
    margin-left: 3px;
}
.main-footer {
	padding: 70px 0 20px;
}
.main-footer .widget-title {
	font-size: 38px;
	font-weight: normal;
	margin-bottom: 20px;
	font-family: monsterfreak;
}
.main-footer .contact-info-list {
    position: relative;
    margin-bottom: 20px;
	padding: 0;
}
.main-footer .contact-info-list li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-left: 35px;
    margin-bottom: 20px;
    font-weight: 400;
	    list-style: none;
}
.footer-widget {
	font-size: 16px;
	color: #000;
}
.main-footer .contact-info-list li i {
	position: absolute;
	left: 0;
	top: 4px;
	font-size: 18px;
	color:#88b28f;
}
.social-icon-two {
    position: relative;
	padding: 0;
}
.social-icon-two li {
    position: relative;
    float: left;
    margin-right: 3px;
	    list-style: none;
}
.social-icon-two li:nth-child(4n + 1) a {
    background-color: #8b0000;
}
.social-icon-two li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    color: #ffffff;
    background-color: #f73f3f;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.social-icon-two li:nth-child(4n + 2) a {
    background-color: rgba(136, 178, 143, 1);
}
.social-icon-two li:nth-child(4n + 3) a {
    background-color: #007bff;
}
.social-icon-two li:nth-child(4n + 4) a {
    background-color: #f73f3f;
}
.main-footer .footer-bottom {
    position: relative;
    padding: 45px 0px 20px;
    text-align: center;
}
.main-footer .footer-bottom .copyright-text {
    position: relative;
    float: left;
}
.main-footer .footer-bottom p {
    line-height: 30px;
    color: #666666;
    font-size: 16px;
}
.main-footer .footer-bottom p a {
    color: #666666;
    font-weight: 700;
}
.main-footer .footer-bottom .footer-links {
    position: relative;
    float: right;
}
.main-footer .footer-bottom .footer-links li {
    position: relative;
    float: left;
    margin-right: 12px;
    padding-right: 13px;
	list-style:none;
}

.main-footer .footer-bottom .footer-links li:before {
    position: absolute;
    right: 0;
    top: 6px;
    content: "";
    height: 15px;
    border-right: 1px solid #666666;
}
.main-footer .footer-bottom .footer-links li a {
    position: relative;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    display: inline-block;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.main-footer .footer-bottom .footer-links li:last-child {
    margin-right: 0;
    padding-right: 0;
}
.main-footer .footer-bottom .footer-links li:last-child:before {
   display:none;
}
.footer-gallery {
	list-style: none;
	padding: 0;
}
.footer-gallery li{
	width:33%;
	float:left;
}
.footer-gallery li {
	width: 31%;
	float: left;
	margin: 0 2% 2% 0;
}
div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:hover {
	background: #8b0000!important;
}
div#n2-ss-2 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot{
	background: #b4c2a4!important;
}
.section-title {
	font-family: fredericka the great,fantasy !important;
	font-weight: bold !important;
	font-size: 38px;
}
.monster-tools  .wpb_single_image {
	margin:0;
}
.wpb_single_image .vc_figure {
	width: 100%;
}
.wpb_single_image .vc_single_image-wrapper {
	width: 100%;
}
.wpb_single_image img {
	width: 100%;
}
.monster-tools-main::after {
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 22px;
	content: "";
	background-repeat: repeat-x;
	background-position: center;
	background-image: url(images/curve-smooth-new2.png);
}
.testimonial-section .testimonial-heading {
	display: none;
}
.testimonial-section .testimonial-content {
	padding: 0;
	margin: 0;
	width: 100%;
	background:transparent;
}
.testimonial-section .strong-view.default .testimonial-inner {
	border: 0px solid #FFFFFF;
	padding: 0px;
}
.testimonial-section .strong-view.default.slider-container.slider-adaptive:not(.slider-mode-horizontal) .wpmslider-viewport {
	border: 0px solid #E6E6E6;
}
.testimonial-section .testimonial-image {
	width: 100%;
	display: none;
}
.testimonial-section .testimonial-img img {
	width: 100%;
}
.testimonial-section .testimonial-con {
	position: absolute;
	top: 20px;
	font-size: 22px;
	width: 400px;
	background: #fff;
	color: #000;
	padding: 25px;
	right: 20px;
	font-family: Futura LT;
}
.testimonial-section .testimonial-author {
	text-align: left;
	width: 100%;
	display: inline-block;
	color: #282727;
	margin-top: 20px;
	font-size: 17px;
font-family:"Avenir-LT-W01_35-Light1475496";
}
.testimonial-section .testimonial-client {
	display: none;
}
.testimonial-section .testimonial-img {
	overflow: hidden;
}
.testimonial-section  .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
	bottom: auto;

top: 45%;
}
.wpmslider-controls-direction:first-child {
	float: left;
	margin-left: 20px;
}
.wpmslider-controls-direction:nth-child(3) {
	float: right;
	margin-right: 20px;
}
.wpmslider-controls-direction a {
	background: transparent;
	padding: 10px 15px;
	width: auto !important;
	height: auto !important;
	border-radius: 10px;
color: rgba(186, 184, 184, 1) !important;
}
.wpmslider-controls-direction a:hover {
	background: transparent;
	color:#000!important;
}
.stories-section .strong-view.default .testimonial-inner {
	border: 0px solid #FFFFFF;
	padding: 100px 30px 40px;
}
.stories-section .strong-view.default .testimonial .testimonial-inner {
	border: 0px solid #E6E6E6;
	min-height: 530px;
	background: url(images/story-green.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 530px !important;
	position: relative;
}
.stories-section .strong-view.default .testimonial {
	border: 0px solid #E6E6E6;
}
.stories-section .testimonial-image {
	position: absolute;
	bottom: 20px;
	left: 20px;
	transition: 0.4s;
}
.strong-view.default .testimonial-image:hover {
    transform: scale(1.5);
}
.stories-section  .testimonial-client {
	position: absolute;
	left: 124px;
	bottom: 25px;
}
.stories-section  .testimonial-image img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	padding: 0 !important;
}
.stories-section   .wpmslider-viewport {
	height: auto !important;
}
.stories-section  .strong-view.default .testimonial-heading {
	margin-top: 0;
	padding-left: 0;
	text-align: left;
	padding-top: 37px;
	line-height: 1;
	background-position: 0 0;
	font-size: 0px;
	color: #fff;
	margin-bottom: 0px;
}
.stories-section  .testimonial-content p {
	color: #fff;
}
.stories-section .strong-view.default .testimonial:nth-child(2n) .testimonial-inner{
	background: url(images/story-red.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.stories-section .strong-view.default .testimonial:nth-child(3n) .testimonial-inner{
	background: url(images/story-blue.png);
	background-size: 100%;
	background-repeat: no-repeat;
}
.stories-section .strong-view.default .testimonial:nth-child(2n) .testimonial-name{
	color: #ff0505;
}
.stories-section .strong-view.default .testimonial:nth-child(3n) .testimonial-name{
	color: #0060be;
}
.stories-section .testimonial-name {
	text-transform: uppercase;
	color: #88b28f;
	font-size: 17px;
	text-align: left;
}
.stories-section .testimonial-company {
	color: #6b6b6b;
	font-size: 16px;
	text-align: left;
}
.stories-section .testimonial-inner::after {
	content: "\f105";
	position: absolute;
	bottom: 132px;
	left: 42%;
	width: 50px;
	height: 50px;
	background: #fff;
	border-radius: 50%;
	font-family: fontawesome;
	font-size: 33px;
	text-align: center;
	padding-left: 5px;
}
.happy-client {
	text-align: center;
	color: #fff;
	width: 80%;
	margin: auto;
}
#intro-video-about {
	margin-top: 20px;
}
#intro-video-about .play-video-icon {
	position: absolute;
	height: 100%;
	background: rgba(0,0,0,0.8);
	margin: 0;
	padding-top: 24%;
	z-index: 99;
}
.intro-video-screen {
	position: relative;
}
.happy-client p {
	font-size: 25px;
	line-height: 1.2;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
.happy-client p img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-top: 50px;
}
.testi-text h3 {
	margin-top: 5px;
	font-size: 22px;
	margin-bottom: 5px;
	font-family: helvetica;
}
.happy-client .testi-text p {
	font-size: 12px;
}
.happy-client .greenline {
	border-color: #fff;
	margin-top: -10px;
	margin-bottom: 30px;
}
#wonderplugingridgallery-1 {
	max-width: none !important;
}
.wonderplugin-gridgallery-list {
	width: 100% !important;
}
.wonderplugin-gridgallery-tags.wonderplugin-gridgallery-tags-topleft.wpp-category-greybutton {
	text-align: center;
}

#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag {
	border: none;
	background: transparent!important;
	color: #000!important;
	padding: 6px 20px!important;
	font-size: 18px!important;
	font-weight: normal;
	font-family: helvetica;
	box-sizing: border-box;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	border-radius: 32px!important;
	transition: background-color 0.3s ease;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:hover, #wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag-selected:focus {
	border: none;
	background: #88b28f!important;
	color: #fff!important;
}
#wonderplugingridgallery-1 .wpp-category-greybutton .wonderplugin-gridgallery-tag:hover{
	background: #8b0000!important;
	color: #fff!important;
}
.wonderplugin-gridgallery-item.wonderplugin-gridgallery-item-visible > a div {
	font-size: 0 !important;
}
#html5-watermark > a div {
	font-size: 0 !important;
	display:none;
}
#html5-watermark{
display: none!important;
}
.children-content {
	font-size: 15px;
}
.children-content ul {
	padding: 0;
	list-style: none;
}
.children-content ul li::before {
	content: "\f14a";
	font-family: "Font Awesome 5 Free";
	color: #88b28f;
	position: absolute;
	left: 0;
}
.children-content ul li {
	padding-left: 24px;
	position: relative;
	margin-bottom: 5px;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	font-size: 18px;
}
.children-content p {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
.children-content  .section-title{
	margin-bottom:10px;
	    margin-top: 0;
    line-height: 1.3;
}
#contact-section .wpcf7-form-control-wrap {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
}
#contact-section .wpcf7-form-control {
	width: 100%;
	border-radius: 15px;
	border: none;
	height: 40px;
	padding-left: 15px;
}
#contact-section textarea.wpcf7-form-control {
	height: 150px;
	padding-top: 15px;
}
#contact-section .wpcf7-form-control.wpcf7-submit {
	background: #88b28f;
	color: #fff;
	font-size: 16px;
}
#contact-section .wpcf7-form-control.wpcf7-submit:hover{
	background: #8b0000;
}
#contact-section div.wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	color: #fff;
}
#contact-section.contact-page-form div.wpcf7-response-output {
	margin: 0em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #ff0000;
	color: red;
}
#contact-section div.wpcf7 .ajax-loader {
	margin: 0 auto 0;
}
#contact-section .wpb_text_column.wpb_content_element {
	margin-bottom: 15px;
}
.newsletter-content {
	color: #fff;
}
.newsletter-content .section-title {
	font-size: 32px;
	margin-bottom: 3px;
}
#contact-section {
	background-repeat: no-repeat;
	background-size: cover;
}
.newsletter-form .widget-title {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1_social-icons {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1_section-heading {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1_section-sub_heading {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1 span {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1_section-description {
	display: none;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1 {
	background-color: transparent !important;
}
.newsletter-form .newsletter-api-form-theme1 .newsletter_form1 .form-control {
	font-family: helvetica !important;
	border-color: #fff !important;
	margin: 0;
	float: left;
	width: 100%;
	border-radius: 20px;
	border-width: 0;
	box-shadow: none;
	color: #000;
	padding-left: 15px !important;
}
.newsletter-form .newsletter-api-form-theme1 .form-group-button {
	width: auto;
	margin: 0px auto;
	display: inline-block;
	float: right;
	position: absolute;
	right: 3px;
}
.newsletter-form .subscriber-form {
	display: inline-block;
	width: 80%;
	background: #fff;
	float: right;
	border-radius: 20px;
	padding: 3px;
	position:relative;
}
.newsletter-form .newsletter-api-form-theme1 .form-group-button .subscriber_submit {
	width: 140px;
	height: 40px;
	border: none;
	border-radius: 20px;
	font-family: helvetica !important;
}
.footer-widget.widget_media_gallery .gallery-item img {
	width: 100%;
	height: 70px;
	border-radius: 6px;
}
.footer-widget.widget_media_gallery .gallery-item {
	width: 30%;
	height: auto;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
}
.footer-widget .far.fa-envelope-open::before {
	content: "\f0e0";
	font-style: normal;
}

.footer-widget .fas.fa-map-marker-alt::before {
	font-style: normal;
}
.footer-widget .fas.fa-phone-volume::before {
	content: "\f098";
	font-style: normal;
}
.footer-widget .social-icons-lists.icons-background-none .socicon {
	color: #88b28f !important;
	border: 2px solid #88b28f;
	border-radius: 50%;
	padding: 8px!important;
}
.footer-widget .social-icons-lists li.social-icons-list-item a.social-icon:hover  .socicon{
	background:#88b28f;
	color:#fff!important;
}
.footer-widget .social-icons-lists.icons-background-none {
	padding: 0;
}
.col-sm-12.copyright {
	margin-top: 40px;
}
.widget-content p {
	color: #000;
	font-size: 18px;
	line-height: 1.2;
}
#footer-menu  li:last-child a{
	border-right: 0px solid;
}
#footer-menu a {
	color: #000;
	padding: 0 10px;
	border-right: 1px solid;
	line-height: 1;
	font-size: 16px;
}
.footer-widget.footer-post-widget ul {
	list-style: none;
	padding: 0;
}
.footer-widget.footer-post-widget ul li img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	border-radius: 6px;
}
.footer-widget.footer-post-widget ul li a {
	color: #4b4b4b;
	font-family: helvetica;
	font-size: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: inherit;
}
.footer-widget.footer-post-widget ul li span {
	display: block;
	font-size: 12px;
	margin-top: 5px;
}
.wonderplugin-gridgallery-item-img {
	border-radius: 10px;
	max-width: 100% !important;
}
#about-section {
	background-size: cover;
}
.newsletter-form .tnp-widget label {
	display: none;
}
.newsletter-form .tnp-widget .tnp-field {
	margin-bottom: 0;
}
.newsletter-form .tnp-widget .tnp-field .tnp-email {
	border: none;
	padding-right: 150px;
	border-radius: 20px;
}

#newsletter-row .wpcf7-form-control {
	width: 100%;
	border-radius: 15px;
	border: none;
padding-right: 150px;
border-radius: 40px;
	height: 47px;
	padding-left: 15px;
}
#newsletter-row .wpcf7-form-control.wpcf7-submit {
	background-color: #8b0000;
	background-image: none;
	text-shadow: none;
	color: #fff;
	border: none;
	width: 145px;
	text-align: center;
	padding-right: 0;
	padding-left: 0;
	position: absolute;
	right: 7px;
	top: 6px;
	height: 41px;
}
#newsletter-row .wpcf7-form-control.wpcf7-submit:hover{
	background-color: #88b28f;
}

#newsletterwidget-2 {
	display: none;
}
.newsletter-form form p {
	margin: 0;
}
.newsletter-form form p:nth-child(3) {
	height: 0;
}
.newsletter-form .tnp-submit {
	border-radius: 20px;
}
.newsletter-form form {
	position: relative;
	border-radius: 40px;
	padding: 3px;
	margin-top: 0;
	width: 75%;
	float: right;
	z-index: 99;
}
.newsletter-form div.wpcf7 .ajax-loader {
	display: block;
	margin: 0 auto 4px;
}
.newsletter-form .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border-color: red;
color: #fff;
padding: 6px 5px;
margin-top: 6px;
margin-bottom: 0;
}
.newsletter-form .tnp-field.tnp-field-button {
	position: absolute;
	width: 150px;
	top: 3px;
	right: 3px;
}
.newsletter-form .tnp-widget input.tnp-submit {
	background-color: #8b0000;
	background-image: none;
	text-shadow: none;
	color: #fff;
	border: none;
}
.newsletter-form .tnp-widget input.tnp-submit:hover{
	background-color: #88b28f;
}
.navbar-inverse .navbar-nav > li > a:focus {
	color: #000;
	background:transparent;
	outline: none;
}
#footer-menu.nav > li > a:focus, #footer-menu.nav > li > a:hover {
	text-decoration: none;
	background-color: transparent;
	opacity:0.8;
}
.footer-widget .gallery-icon a {
	pointer-events: none;
}
.n2-ss-slide-background-image{
	background-size: 100% 100% !important;
}
.tool-content-box {
	position: absolute;
	bottom: 0;
	background: rgba(136,178,143,0.7);
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	margin-bottom: 0!important;
}
.monster-tools {
	margin-bottom: 40px;
}
.happy-client img {
	margin-top: 50px;
	margin-bottom: 10px !important;
	transition:0.4s;
	border-radius: 50%;
	width: 70px;
}
.happy-client img:hover{
	transform:scale(1.5);
}
.monster-tools .wpb_wrapper {
	position: relative;
}
.footer-logo {
	margin-bottom: 15px;
	text-align: center;
}
.footer-logo img {
	width: 80%;
}
.gallery-heading-text {
	width: 80%;
	margin: 0 auto 35px;
}
.tool-content{
font-family: avenir-lt-w01_35-light1475496,sans-serif;
font-size: 27px;
line-height: 1.2;
}
.testimonial-section .strong-view.default.nav-position-inside .testimonial-inner{
padding-bottom:0;
}
.testimonial-section .wpmslider-pager.wpmslider-custom-pager {
	position: absolute;
	bottom: -250px;
}
.testimonial-section .strong-view.pager-style-buttons .wpmslider-pager-link::before {
	color: #fff;
}
.testimonial-section .strong-view.pager-style-buttons .wpmslider-pager-link:hover::before {
	color: #88b28f;
}
.monster-tools-main {
	background-size: 100%;
	background-position: 0;
}
#wonderplugingridgallery-1 .wonderplugin-gridgallery-item-text {
	background-color: rgba(136, 178, 143, 0.8)!important;
}
.site-branding img {
	margin-top: 0px;
	margin-left: -8px;
	margin-right: -20px;
	width: 90%;
	transition: 0.4s;
}
.scrolled .site-branding img {
	width: 80%;
}
.scrolled .site-branding {
    height: 90px;
}
	.site-branding {
	height: 107px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 10px;
}
.intro-chracter {
	position: absolute;
	left: 0;
	top: -16px;
	width: 220px;
}
.entry-header {
	background: url(http://mmc.ezyme.in/wp-content/uploads/2018/09/monster-tool_3.jpg);
	padding: 30px 0 55px;
	position:relative;
	background-size: 100%;
background-position: center center;
}
.entry-header .entry-title a{
	color: #fff;
	font-size: 32px;
	text-decoration:none;
}
.entry-title {
	position: relative;
	z-index: 9;
}
.breadcrumbs {
	color: #fff;
	position: relative;
	z-index: 9;
	margin-top: 15px;
	display: inline-block;
}
.breadcrumbs .fas.fa-angle-right {
	margin: 0 5px;
}
.page-name-header {
	background: #88b28f;
	padding: 8px 10px;
	border-radius: 5px;
}
.entry-header:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    top: 0;
}
.newsletter-content p {
    font-size: 18px;
}
.rule-detail > p{
	opacity:0;
	transition:0.4s;
}
.rule-detail:hover > p{
	opacity:1;
	transform:scale(1.3);
}
/******************** About Page ********************/
.welcome-top p {
	font-size: 20px;
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
}
.welcome-image img {
    width: 75%;
    margin: auto;
    display: block;
}
.welcome-top h2 {
    line-height: 1.3;
	font-size: 32px;
}
#gridgallery-html5-lightbox .html5-image {
	background-color: #88b28f !important;
}
#gridgallery-html5-lightbox .html5-elem-data-box {
	background-color: #88b28f !important;
}
#contact-section.contact-page-form .wpcf7-form-control {
	border: 1px solid #d5d4d4;
}
.get-touch p {
	font-size: 18px;
}
#contact-sidebar .section-title {
	margin-top: 0;
	font-size: 22px;
	padding-bottom: 3px;
	color:#88b28f;
	border-bottom: 1px dashed #fff;
}
.contact-location .section-title {
	border-bottom: 1px dashed #8b0000;
}
.contact-location h3 {
	color: #8b0000;
}
.contact-phone h3 {
	color: #88b28f;
}
.contact-phone .section-title {
	border-bottom: 1px dashed #88b28f;
}

#contact-sidebar p {
	padding-left: 45px;
	font-size: 18px;
}
#contact-section.contact-page-form .wpb_text_column.wpb_content_element {
	margin-bottom: 35px;
}
.contact-phone a{
	color:#88b28f;
}
.contact-email .section-title {
	border-bottom: 1px dashed #0060be;
}
.contact-email a{
	color:#88b28f;
}
.contact-email h3 {
	color: #0060be;
}
#contact-section.contact-page-form .wpcf7-form {
	width: 90%;
}
#contact-map .wpb_wrapper {
	padding: 0;
}
.get-touch .section-title {
	font-size: 32px;
	margin-bottom: 0;
}
#contact-sidebar i {
    width: 30px;
    text-align: center;
    background: #88b28f;
    color: #fff;
    height: 30px;
    font-size: 15px;
    padding-top: 7px;
    float: left;
    margin-right: 15px;
    margin-top: -2px;
}
div#contact-map .wpb_content_element {
    margin: 0;
}
.get-touch .wpb_text_column.wpb_content_element {
    margin-bottom: 20px;
}
#contact-section.contact-page-form textarea.wpcf7-form-control {
    height: 110px;
    padding-top: 15px;
}
.testimonial-content p{
	position:relative;
}
.testimonial-content p:after {
    background: url(http://mmc.ezyme.in/wp-content/plugins/strong-testimonials/templates/default/img/quotes.png) no-repeat scroll left center transparent;
    /* position: absolute; */
    content: "";
    width: 35px;
    height: 50px;
    transform: rotate(180deg);
    display: inline-block;
    margin-bottom: -36px;
}
.stories-section .strong-view.default .testimonial-inner {
	display: block;
	width: 90%;
	height: 100%;
}
.testimonial-content p {
    font-size: 20px;
}
.mn-rule-content p {
    margin-bottom: 23px;
}
body.home {
    padding-top: 113px;
}
#home-slider{
	margin-bottom:-15px;
}
div#n2-ss-2 .n2-ss-control-bullet {
    bottom: 20px!important;
}
div#contact-page-form:after {
    background: url(http://mmc.ezyme.in/wp-content/uploads/2018/09/contact-face.png);
    content: "";
    width: 100px;
    height: 190px;
    position: absolute;
    bottom: 0;
    background-repeat: no-repeat;
    left: -53px;
	display:none;
}
.contact-side-character {
	position: absolute;
	top: 0;
	right: -14px;
}
#contact-sidebar {
	position: static;
}
.contact-side-character img {
	width: 220px;
}
a.scroll_to_top {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 99;
    height: 40px;
    width: 40px;
    background: #8b0000;
    text-align: center;
    line-height: 40px;
    font-size: 23px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
}
a.scroll_to_top.active {
    visibility: visible;
    opacity: 1;
}
.rules-tabs {
    float: left;
    display: inline-block;
    width: 86%;
    position: relative;
}
.rule-chracter {
	width: 200px;
	float: left;
	margin-right: -60px;
	position: relative;
	z-index: 99;
	margin-top: 20px;
}
.rules-list-desktop .section-title {
	font-size: 30px;
}
.rules-list-desktop ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.rules-list-desktop ul a {
    font-size: 39px;
    color: #fff;
    padding: 2px;
    display: inherit;
    transition: 0.4s;
    font-family: Monsterfreak;
}
.rules-list-desktop ul a:hover{
	transform:scale(1.4);
	color: #8b0000;
	text-decoration:none;
}
.rules-list-desktop ul a.active {
	color: #8b0000;
}
.rules-list-desktop {
	width: 300px;
	background: #88b28f;
	color: #fff;
	padding: 10px 20px 20px;
	text-align: center;
}
.rule-data {
    position: absolute;
    left: 35%;
    top: 0;
    width: 65%;
    background: #8b0000;
    padding: 20px;
    height: 453px;
	transition: all 2s ease-out 0s;
    transform: rotateY(-180deg);
	opacity:0;
}
.entry-content .rule-data p {
	font-size: 23px;
	padding-top: 30px;
}
.active-rule .default-rule .rule-data, .active-rule .rule-data {
	transform: rotateY(-180deg);
	opacity:0;
}
.default-rule .rule-data{
	opacity:1;
	transform: rotateY(0deg);
}
.rules-list-desktop ul li:hover .rule-data{
	opacity:1;
	transform: rotateY(0deg);
}
.rule-data p {
	font-size: 28px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	font-family: fredericka the great,fantasy !important;
}
.rule-tab-img {
	width: 77%;
	margin-left: 0px;
	display: inline-block;
}
.rule-tab-img img {
	margin-top: 20px;
	display: block;
	transform: scale(1.3);
}
.single article.post {
	background-color: #f8f8f8;
	padding:0 15px 15px;
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	border-radius: 9px;
	margin-bottom: 20px;
}
#comments {
	margin-top: 30px;
}
.rule-data::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-right: 15px solid #8b0000;
	left: -15px;
	top: 48%;
}
.client-solo {
    font-size: 29px;
    margin-top: -23px;
    display: inherit;
    margin-bottom: 22px !important;
	font-weight:bold;
	color:#8b0000;
}
.client-solo:hover{
	color:#8b0000;
}
#meta-2 {
	display: none;
}
#secondary .widget-title {
	font-size: 20px;
	background: #8b0000;
	color: #fff;
	margin: 0;
	padding: 12px 10px 12px 15px;
	border-radius: 7px 7px 0 0;
}
.widget_search .search-form {
	border: 1px solid #dedede;
	border-top-color: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
	border-radius: 0 0 7px 7px;
	padding: 20px 15px;
}
#secondary ul {
	list-style:none;
	padding:0;
}
.widget_search .search-form label .screen-reader-text {
	display: none;
}
.widget_search .search-field {
	height: 39px;
	border: 1px solid #dedede;
	border-radius: 7px 0 0px 7px;
	padding-left:10px;
}
.widget_search .search-submit {
	height: 39px;
	background: #8b0000;
	border: 1px solid #8b0000;
	color: #fff;
	border-radius: 0px 7px 7px 0px;
}
.widget_search .search-form label {
	float: left;
}
#secondary ul a {
	color: #fff;
}
#secondary .widget {
	margin-bottom: 30px;
}
#secondary .widget.widget_categories{
	border-bottom: 1px dotted transparent;
}
#secondary #recent-posts-2 .widget-title {
	background: #88b28f;
}
#secondary #recent-posts-2 ul {
	border: 1px solid #dedede;
	border-top-color: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
	border-radius: 0 0 7px 7px;
	padding: 20px 15px;
}
#secondary #recent-posts-2 ul li a {
	display: inline-block;
	width: 100%;
	font-weight: 600;
	color: #666;
	font-size: 14px;
	border: 1px solid #dedede;
	border-radius: 12px;
	margin: 5px 0;
	text-align: left;
	padding: 10px;
	text-decoration:none;
}
#archives-2, #categories-2 {
	display: none;
}
#secondary #recent-comments-2 .widget-title {
	background: #0060be;
}
#secondary #recent-comments-2  ul {
	border: 1px solid #dedede;
	border-top-color: rgb(222, 222, 222);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: none;
	border-radius: 0 0 7px 7px;
	padding: 20px 15px;
}
#secondary #recent-comments-2 ul li a {
	color: #0060be;
}
.blog-page #main {
	margin-top: 40px;
}
.blog-page-post {
	width: 100%;
	float: left;
	position: relative;
	background-color: #f8f8f8;
border-radius: 7px;
box-shadow: 0 4px 0 rgba(0,0,0,.1);
margin-bottom: 30px;
border: 0;
}
.post-author, .post-date {
	font-size: 14px;
	float: left;
margin-right: 10px;
}
.post-author i, .post-date i{
	font-size: 12px;
	width:15px;
	text-align:center;
}
.post-metas {
	display: inline-block;
	width: 100%;
	margin-bottom: 6px;
}
.post-content {
	width: 55%;
	float: left;
	padding-left: 20px;
}
.blog-page-post:hover .post-content{
	bottom: 0;
}
.post-image {
	width: 45%;
	float: left;
	margin-right: 0px;
}
.post-image img {
	width: 100%;
	height: auto;
}
.post-content h2 a {
	font-size: 27px;
	color: #8b0000;
}
.blog-page-post:nth-child(2n) .post-content h2 a {
	font-size: 27px;
	color: #88b28f;
}
.blog-page-post:nth-child(3n) .post-content h2 a {
	font-size: 27px;
	color: #0060be;
}
.blog-page-post:nth-child(4n) .post-content h2 a {
	font-size: 27px;
	color: #8b0000;
}
.single .attachment-post-thumbnail{
	width:auto;
	height:auto;
	border-radius: 7px;
}
.post-content p {
	font-size: 16px;
	overflow: hidden;
}
.post-read-more {
	display: inline-block;
	padding: 0;
	color: inherit;
	border-radius: 34px;
	margin-top: 20px;
}
.post-content h2 {
	margin-top: 0;
	max-height: 50px;
	overflow: hidden;
}
.single #content-bottom-widgets {
	display: none;
}
.single .post-metas {
	margin-bottom: 15px;
}
.single .entry-header {
	/* display: none; */
	background: transparent;
	padding: 0px 0 5px;
}
.single .entry-footer {
	display: none;
}
.single .post-thumbnail {
	margin-bottom: 15px;
}
.single .entry-header::after {
	display: none;
}
.single .entry-title {
	margin-top: 0;
	color: #88b28f;
	font-weight: bold;
	font-size: 28px;
}
.entry-content p {
	font-size: 16px;
}
.comments-title {
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	font-size: 26px;
	color:#8b0000;
}
#reply-title {
	font-family: avenir-lt-w01_35-light1475496,sans-serif;
	font-size: 30px;
	color: #8b0000;
	font-weight: bold;
	font-size: 27px;
}
.comment-form-comment label {
	display: block;
}
#comment {
	width: 100%;
	max-width: 500px;
}
#commentform #submit {
	background: #88b28f;
	border: none;
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	height: auto;
}
#commentform #submit:hover {
	background: #8b0000;
}


.contact-text{
	color:#fff;
}
@keyframes hvr-wobble-horizontal {

  16.65% {

    -webkit-transform: translateX(12px);

    transform: translateX(12px);

  }

  33.3% {

    -webkit-transform: translateX(-20px);

    transform: translateX(-20px);

  }

  49.95% {

    -webkit-transform: translateX(6px);

    transform: translateX(6px);

  }

  66.6% {

    -webkit-transform: translateX(-15px);

    transform: translateX(-15px);

  }

  83.25% {

    -webkit-transform: translateX(1px);

    transform: translateX(1px);

  }

  100% {

    -webkit-transform: translateX(0);

    transform: translateX(0);

  }

}

.hvr-wobble-horizontal {

  display: inline-block;

  vertical-align: middle;

  -webkit-transform: perspective(1px) translateZ(0);

  transform: perspective(1px) translateZ(0);

  box-shadow: 0 0 1px transparent;

}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {

  -webkit-animation-name: hvr-wobble-horizontal;

  animation-name: hvr-wobble-horizontal;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-timing-function: ease-in-out;

  animation-timing-function: ease-in-out;

  -webkit-animation-iteration-count: 1;

  animation-iteration-count: 1;

}
#recent-post-section #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	width: 100%;
	height: auto;
	margin: 0 0 15px 0;
}
#recent-post-section .rpwwt-widget ul li {
	width: 23.5%;
	position: relative;
	padding-top: 34px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 2%;
	background: #ebeaea;
	border-radius: 10px;
}
#recent-post-section .rpwwt-widget ul li:last-child{
	margin-right:0;
}
#recent-post-section .rpwwt-post-date {
	position: absolute;
	top: 0;
	width: 100%;
	background: #88b28f;
	text-align: center;
	padding: 8px;
	font-size: 16px;
	color: #fff;
}
#recent-post-section .rpwwt-post-title {
	font-weight: bold;
	text-align: center;
	color: #000;
	font-size: 17px;
}
#recent-post-section .rpwwt-post-comments-number {
	width: 100%;
	text-align: left;
	background: #88b28f;
	padding: 8px 10px;
	font-size: 16px;
	color: #fff;
}
#recent-post-section .rpwwt-post-author {
	position: absolute;
	bottom: 8px;
	right: 10px;
	font-size: 16px;
	color: #fff;
}
#recent-post-section .rpwwt-post-excerpt {
	padding: 10px 15px 25px;
	min-height: 95px;
}
.footer-widget.footer-post-widget ul li {
	width: 100%;
	display: inline-block;
	margin-bottom: 10px;
}
#recent-post-section .rpwwt-widget ul li a {
	text-decoration: none;
}
#recent-post-section .rpwwt-widget ul li a:hover .rpwwt-post-title{
	color: #8b0000 ;
}
.footer-post-con {
	float: left;
	width: 79%;
}
.single .navigation.post-navigation {
	display: none;
}
#terms-policy {
	font-size: 15px;
	line-height: 1.5;
}
#terms-policy li ul {
	padding: 0;
}
#homemobileslider{
	display:none;
}
	.single .entry-header {
	z-index:0;
}
	.single-post #primary {
	padding-top: 40px;
}
.contact-info-list a {
	color: #88b28f !important;
}
#terms-policy a{
	color: #88b28f !important;
}
#contact-section .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
	border-color: green;
}
div.wpcf7 .ajax-loader {
	display: block;
}
#commentform .comment-form-author, #commentform .comment-form-email {
	width: 31.3%;
	float: left;
	padding-right: 12px;
}
#commentform .comment-form-url {
	width: 61%;
	float: left;
}
#commentform label{
	display:block;
	opacity: 0.6;
}
#commentform input{
	width:100%;
	height:34px;
	border: 1px solid #dedede;
	border-radius:5px;
}
#commentform textarea{
	border: 1px solid #dedede;
	border-radius:5px;
}
#commentform .form-submit {
	width: 61%;
	float: left;
	margin-top: 15px;
	border-radius:5px;
}
#comments {
	margin-top: 0px;
	display: inline-block;
	width: 100%;
	padding: 0 15px 15px;
box-shadow: 0 4px 0 rgba(0,0,0,.1);
border-radius: 9px;
margin-bottom: 20px;
}
.comment-reply-link {
	padding: 8px 20px;
	display: inline-block;
	background: #8b0000;
	color: #fff;
	border-radius: 5px;
}
.comment-reply-link:hover{
	color:#fff;
	text-decoration:none;
}
.comment-list {
	list-style: none;
	padding:0 10px 15px;
	box-shadow: 0 4px 0 rgba(0,0,0,.1);
	border-radius: 9px;
	margin-bottom: 20px;
}
.avatar.avatar-42.photo {
	border-radius: 50%;
	border: 1px solid #ebebeb;
	padding: 3px;
	width: 50px;
	height: 50px;
	background: #f0efef;
	margin-right: 10px;
	float: left;
}
.comment-author.vcard .url {
	color: inherit;
}
.comment-author.vcard .says {
	display: none;
}
.comment-metadata {
	padding-left: 64px;
	margin-top: 3px;
}
.comment-metadata a{
	color: inherit;
}
.comment-content {
	padding-left: 64px;
	margin-top: 10px;
}
.reply {
	padding-left: 65px;
}
.comment-author.vcard .fn {
	padding-left: 4px;
}
.single .comment-list article {
	padding: 0 5px 15px;
}
.comment-list li:first-child{
	border-top: 0px solid #dedede;
	padding-top: 10px;
}
.comment-list li {
	border-top: 1px solid #dedede;
	padding-top: 15px;
}
#sitemap .wsp-posts-title, #sitemap  .wsp-pages-title {
	font-size: 30px;
}
#sitemap .wsp-posts-list {
	list-style: none;
	padding: 0;
}
#sitemap .wsp-posts-list .wsp-posts-list{
	padding-left:20px;
}
#sitemap .wsp-pages-list {
	padding-left: 20px;
	list-style: none;
}
#sitemap a {
	color: #88b28f;
	padding: 3px 0;
	display: inline-block;
}
.temp-hide{
	display:none;
}
#about-section .about-welcome-title {
	font-size: 30px;
	margin: 0 0 15px !important;
	font-weight: normal !important;
	font-family: avenir-lt-w01_35-light1475496,sans-serif !important;
}


/************************************************************************** Responsive *************************************/
@media only screen and (max-width: 2500px) and (min-width: 1400px) {
#about-section{
padding:80px 0!important;
}
	.post-image {
	max-height: 270px;
}
	.entry-content .happy-client p {
	font-size: 22px;
}
	#intro-video-about {
	margin-top: 0;
}
	.rule-tab-img {
	margin-top: -50px;
}
	.rule-data p {
	padding-top: 30px;
}
#recent-post-section .rpwwt-post-title {
	display: inline-block;
	height: 20px;
	overflow: hidden;
}
	#recent-post-section #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	max-height: 199px;
}
	.contact-side-character img {
    width: 275px;
}
	.rule-data {
    position: absolute;
    left: 29%;
    top: 0;
    width: 73%;
    background: #8b0000;
    padding: 20px 20px 20px 60px;
    height: 453px;
}
.section-title {
	font-size: 46px;
}
	.container{
		width:1300px;
	}
	.stories-section .strong-view.default .testimonial .testimonial-inner {
	height: 580px !important;
}
	.welcome-image img {
    width: 66%;
    margin: auto;
    display: block;
}
.ab-video-sec iframe {
	width: 100%;
	height: 645px;
	margin-bottom: -6px;
}
	.stories-section .testimonial-image {
	bottom: 11px;
}
	.stories-section .testimonial-content p {
	font-size: 28px;
}
	#html5-lightbox-box .html5-elem-wrap {
	height: 600px!important;
		width:100%!important;
}
	#html5-lightbox-box {
	width: 1000px !important;
}
}


@media only screen and (max-width: 990px) and (min-width: 501px) {
	.stories-section .testimonial-name {
	text-align: left;
}
.stories-section .strong-view.default .testimonial .testimonial-inner{
	background: #88b28f;
	background-size: 100%;
	background-repeat: no-repeat;
}
.stories-section .strong-view.default .testimonial:nth-child(2n) .testimonial-inner{
	background: #ff0d0d;
	background-size: 100%;
	background-repeat: no-repeat;
}
.stories-section .strong-view.default .testimonial:nth-child(3n) .testimonial-inner{
	background: #0060be;
	background-size: 100%;
	background-repeat: no-repeat;
}
.stories-section .testimonial-inner::after{
	display:none;
}
.stories-section .strong-view.default .testimonial .testimonial-inner {
	min-height: auto;
	height: auto !important;
	padding: 30px 20px 120px;
}
.stories-section .strong-view.default .testimonial .testimonial-name {
	color: #fff!important;
}
.stories-section .strong-view.default .testimonial-client {
	text-align: left;
}
.stories-section .testimonial-client {
	position: absolute;
	left: auto;
	bottom: 15px;
	right: 8px;
}
.stories-section .testimonial-company {
	color: #fff;
}
}

@media screen and (max-width:1366px){
.navbar-inverse .navbar-nav > li > a {
	font-size: 31px;
}
	.scrolled .navbar-inverse .navbar-nav > li > a {
	font-size: 27px;
}
	#recent-post-section .rpwwt-post-excerpt {
	padding: 10px 12px 25px;
}
	#recent-post-section #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	max-height: 179px;
}
		#recent-post-section .rpwwt-post-title {
	min-height: 47px;
display: inline-block;
}
.happy-client p {
	font-size: 21px;
}
	.happy-client p {
	font-size: 23px;
}
	.footer-post-con {
	float: left;
	width: 77%;
}
	.stories-section .strong-view.default .testimonial-inner {
	width: 83%;
}
	.stories-section .strong-view.default .testimonial-inner {
	padding: 85px 30px 40px;
}
	.stories-section .strong-view.default .testimonial .testimonial-inner {
	min-height: 500px;
	height: 500px !important;
}
	.testimonial-content p {
	font-size: 22px;
}
	.stories-section .strong-view.default .testimonial-inner {
	padding: 75px 30px 40px;
}
}
@media screen and (max-width:1200px){
.stories-section .strong-view.default .testimonial-inner {
	padding: 70px 20px 40px;
}
	.post-content p {
	font-size: 17px;
	max-height: 100px;
	line-height: 1.2;
}
	.post-content h2 {
	margin-bottom: 0;
	font-size: 42px;
}
	#recent-post-section .rpwwt-post-author {
	font-size: 12px;
}
	#recent-post-section .rpwwt-post-comments-number {
	font-size: 12px;
}
	.stories-section .strong-view.default .testimonial-inner {
    width: 100%;
}
.navbar-inverse .navbar-nav > li > a {
	font-size: 24px;
	padding: 8px 16px;
}
	.scrolled .navbar-inverse .navbar-nav > li > a {
	font-size: 23px;
}
	.action-btn .btn.btn-primary {
	font-size: 25px;
}
	.rule-chracter {
	width: 160px;
	margin-right: -48px;
}
	.rule-data {
	left: 300px;
	width: 500px;
}
.testimonial-section .wpmslider-pager.wpmslider-custom-pager {
	position: absolute;
	bottom: -199px;
	left: 47%;
}
.stories-section .strong-view.default .testimonial .testimonial-inner {
	min-height: 480px;
	height: 460px !important;
}
.stories-section .testimonial-inner::after {
	bottom: 114px;
	left: 41%;
}
.children-content {
	padding-top: 50px;
}
}

@media screen and (max-width:990px){
.children-content .section-title {
	margin-bottom: 20px;
	font-size: 30px;
}
	.blog-page-post:nth-child(2n) {
	margin: 0;
}
		.blog-page-post:nth-child(3n) {
	margin-right: 3%;
}
	.post-content {
	bottom: -75%;
}
	.post-content h2 {
	margin-bottom: 10px;
}
	.blog-page-post {
	width: 48%;
	margin-right: 3%;
}
	#recent-post-section .rpwwt-widget ul li {
	width: 48%;
	position: relative;
	padding-top: 34px;
	text-align: center;
	display: inline-block;
	float: left;
	margin-right: 3%;
	background: #fff;
}
	#recent-post-section .rpwwt-widget ul li:nth-child(2n){
		margin-right:0;
	}
	.stories-section .strong-view.default .testimonial .testimonial-inner {
	min-height: 380px;
	height: 360px !important;
}
	.rule-chracter {
	width: 140px;
	margin-right: -42px;
}
	.rules-list-desktop {
	width: 200px;
}
	.rule-data {
	left: 196px;
	width: 400px;
	height: 250px;
}
	.rule-data p {
	font-size: 22px;
}
	.rules-list-desktop .section-title {
	font-size: 21px;
}
	.rules-list-desktop ul a {
	font-size: 18px;
}
	.intro-chracter {
	top: -16px;
	width: 162px;
}
	#newsletter-row {
	padding-bottom: 30px !important;
}
	.newsletter-content {
	margin-top: -42px;
}
	.newsletter-form .tnp-field.tnp-field-button {
	width: 100px;
}
	.footer-widget.widget_media_gallery .gallery-item img {
	height: auto;
}
	.scrolled .navbar-inverse .navbar-nav > li > a {
	font-size: 17px;
	padding: 8px 10px;
}
		.navbar-inverse .navbar-nav > li > a {
	font-size: 19px;
	padding: 8px 10px;
}
.testimonial-section .wpmslider-pager.wpmslider-custom-pager {
	position: absolute;
	bottom: -140px;
	left: 47%;
}
	.site-branding {
	height: auto;
}
	.site-branding img {
	width: 100%;
}
	.navbar {
	margin-bottom: 0;
	margin-top: 0;
}
	body {
	padding-top: 97px;
}
	.testimonial-content p {
	font-size: 17px;
}
	.testimonial-content p::after {
	background-size: 20px;
}
.strong-view.default .testimonial-heading {
	background-size: 20px;
}	
	.stories-section .testimonial-name {
	font-size: 13px;
}
	.stories-section .strong-view.default .testimonial-client {
	width: 120px;
}
	.stories-section .testimonial-image {
	position: absolute;
	bottom: 11px;
	left: 15px;
	transition: 0.4s;
}
	.ab-video-sec iframe {
	width: 90%;
	height: 400px;
}
	.rule-detail {
	width: 48%;
	margin-bottom: 30px;
}
}

@media screen and (max-width:767px){
	.site-branding {
    height: auto;
		    width: 200px;
}
	.navbar-inverse .navbar-nav > li > a {
	font-size: 23px;
	padding: 8px 10px;
}
	.scrolled .navbar-inverse .navbar-nav > li > a {
	font-size: 23px;
	padding: 8px 10px;
}
	#about-section .vc_empty_space {
	display: none;
}
	#intro-video-about {
	margin-top: 20px;
}
	.client-solo , .client-solo  span{
	font-size: 18px!important;
}
	.happy-client p {
	font-size: 19px;
}
	.tool-content {
	font-size: 20px;
}
	#newsletter-row .wpcf7-form-control {
	padding-right: 105px;
	height: 42px;
}
	#newsletter-row .wpcf7-form-control.wpcf7-submit {
	width: 104px;
	height: 36px;
}
	#homemobileslider{
	display:block;
}
	.n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot {
	background: #b4c2a4 !important;
}
 .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot.n2-active, .n2-style-2a0a200d6a6e1fade27fb9c90af83812-dot:hover {
	background: #8b0000 !important;
}
	#home-slider{
	display:none;
}
	.post-content {
	bottom: -66%;
}
	.post-content h2 a {
	font-size: 25px;
}
	.post-content p {
	font-size: 16px;
	max-height: 80px;
	line-height: 1.2;
}
	#rule-show-mobile{
	display:block;
}
#rule-show-desktop{
		display:none;
	}
	body.home {
	padding-top: 98px;
}
	div#n2-ss-2 .n2-ss-control-bullet {
	bottom: 0px !important;
}
	.contact-side-character {
	top: 35px;
		right: -8px;
}
	.contact-side-character img {
	width: 130px;
}
	.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #8b0000;
    background-color: #fff;
}
.intro-chracter {
    display: none;
}
	.footer-widget.widget_media_gallery .gallery-item img {
    width: 100%;
    height: auto;
}
	.rule-detail > p {
    opacity: 1;
    transition: 0.4s;
}
	.scrolled .site-branding {
    height: auto;
}
	.action-btn .btn.btn-primary{
		font-size:24px;
	}
.social-icons-lists.icons-background-none {
	display: none;
}
.testimonial-section .wpmslider-pager.wpmslider-custom-pager {
	position: static;
}
header .navbar-right {
	float: right !important;
	margin-right: 0;
}
.navbar-nav > li {
	margin-left: 0;
}
.navbar.navbar-inverse .menu-item.current_page_item {
	background: #fff;
	border-radius: 0;
}
	.navbar.navbar-inverse .menu-item-type-custom.menu-item.current_page_item  {
	background: transparent;
}
		.navbar.navbar-inverse .menu-item-type-custom.menu-item.current_page_item:hover  {
	background: #fff;
}
.testimonial-section .strong-view.pager-style-buttons .wpmslider-pager-link::before {
	color: #88b28f;
}
	footer .gallery {
	display: inline-block;
}
	.footer-widget.footer-post-widget {
	display: inline-block;
	width: 100%;
}
	.n2-ss-slider-1.n2-ss-swipe-element.n2-ow.n2-grab {
	padding:40px 0;
}
	.wonderplugin-gridgallery-tags-topleft .wonderplugin-gridgallery-tag {
	width: 40%;
}
	.ab-video-sec {
	width: 90%;
	margin: 50% auto 0;
}
	#home-slider {
	 margin-bottom: 0px; 
}
	.ab-video-sec iframe {
	width: 100%;
	height: auto;
}
	.pop-close {
	position: absolute;
	right: -7px;
	color: #fff;
	top: -32px;
	font-size: 21px;
	cursor: pointer;
}
	.tool-content-box {
	position: static;
	background: #fff;
	width: 100%;
	color: #000;
}
	.monster-tools {
	margin-bottom: 20px;
}
.newsletter-form form {
	margin-top: 0;
	width: 100%;
	float: none;
}
.wpb_text_column.wpb_content_element.newsletter-content {
	margin-bottom: 0;
}
.nav > li {
	position: relative;
	display: inline-block;
	width: 100%;
}
footer .nav > li {
	position: relative;
	display: inline-block;
	width: auto;
}
.top-bar {
	display: inline-block;
	width: auto;
	margin-top: 10px;
	float: right;
	position: absolute;
	top: -91px;
	right: 6px;
}
.navbar-toggle {
	position: absolute;
	top: -54px;
	right: 0px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-inverse .navbar-nav > li > a {
	color: #000;
	text-transform: uppercase;
}
.navbar-inverse .navbar-toggle {
	border-color: #fff;
}
.navbar {
	text-align: right;
	display: inline-block;
	float: right;
	padding-right: 0;
	margin-bottom: 0;
	width: 100%;
	position: absolute;
	left: 0;
	background: #88b28f;
	min-height: auto;
}
.navbar.navbar-inverse .menu-item.current_page_item a,.navbar.navbar-inverse .menu-item a,.navbar.navbar-inverse .menu-item a:hover {
	border-radius: 0;
	text-align: left;
}
.navbar.navbar-inverse a:focus, .navbar.navbar-inverse li:hover {
	border-radius: 0px;
}
header .navbar-right {
	margin: 0 -15px;
float: none !important;
}
.navbar.navbar-inverse a:hover, .navbar.navbar-inverse a:focus, .navbar.navbar-inverse a:active, .action-btn .btn.btn-primary:hover, .social-icons-lists li.social-icons-list-item a.social-icon:hover .socicon {
	-webkit-transform: scale(1);
	transform: scale(1);
}
#masthead {
	padding-bottom: 8px;
}
.children-content {
	padding-top: 10px;
}
.play-video-icon {
	margin: 40px 0;
}
	.rule-detail {
	width: 50%;
	margin-bottom: 40px;
}
.testimonial-section .testimonial-img{
	display: none;
}
.testimonial-section .strong-view.nav-position-inside:not(.controls-type-sides) .wpmslider-controls {
	position: static;
}
.wpmslider-viewport {
	display: inline-block;
}
.testimonial-section .testimonial-con {
	position: static;
	width: 100%;
}
}
@media screen and (max-width:600px){
.blog-page-post {
	width: 100%;
	margin-right: 0;
}
	.blog-page-post {
	width: 300px;
	margin: 0 auto 30px;
	display: block;
	float: none;
}
	.blog-page-post:nth-child(2n),.blog-page-post:nth-child(3n) {
	margin: 0 auto 30px;
}
	.post-content {
	bottom: -70%;
}
}
@media screen and (max-width:500px){
.stories-section .testimonial-content p {
	color: #fff;
	max-height: unset;
}
	#recent-post-section .rpwwt-widget ul li {
	width: 100%;
	margin-right: 0;
}
.stories-section .strong-view.default .testimonial-client {
	width: auto;
}
.rule-detail {
	width: 100%;
}
	.stories-section .strong-view.default .testimonial-inner {
	padding: 50px 40px 40px;
}
.stories-section .strong-view.default .testimonial .testimonial-inner {
	border: 0px solid #E6E6E6;
	min-height: 472px;
	background: url(images/story-green.png);
	background-size: 100%;
	background-repeat: no-repeat;
	height: 330px !important;
	max-width: 300px;
	margin: auto;
}
.stories-section .testimonial-inner::after {
	bottom: 102px;
	left: 40.5%;
}
.section-title {
	font-size: 30px;
}
.about-content {
	width: 100%;
}
}
@media screen and (max-width:400px){
.navbar-custom-logo {
	width: 150px;
	display: inline-block;
}
.navbar {
	top: 8px;
}
.top-bar {
	top: -85px;
}
#masthead {
	padding: 8px 0;
}
.navbar-toggle {
	position: absolute;
	top: -52px;
	right: 0px;
}
.action-btn .btn.btn-primary {
	font-size: 26px;
}
body {
	padding-top: 77px;
	font-family: helvetica;
}
.newsletter-form .tnp-field.tnp-field-button {
	width: 110px;
}
.newsletter-form .tnp-widget .tnp-field .tnp-email {
	padding-right: 110px;
}
}

