/*woedpress*/
body {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Now-Light';
    color: #61757c;
    line-height: 25px;
}
a {
    text-decoration: none !important;
}
.clearfix {
    clear: both;
}

/*--- /// fontface /// ---*/

@font-face {
    font-family: 'NowAlt-Regular';
    src: url('../fonts/NowAlt-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Now-Regular';
    src: url('../fonts/Now-Regular.otf') format('truetype');
}
@font-face {
    font-family: 'Now-Light';
    src: url('../fonts/Now-Light.otf') format('truetype');
}
@font-face {
    font-family: 'Now-Bold';
    src: url('../fonts/Now-Bold.otf') format('truetype');
}

/*---- /// iParty Css Start /// ----*/

/*-Header Start-*/

/*logo*/

.main-logo {
    /*    height: 103px;*/
    float: left;
    padding: 20px 0px;
}
.main-logo img {
    width:auto;
    height: auto;
    max-width: 93px;
    min-height: 45px;
}
.img-responsive.logo-dark {
    display: none;
}
#HeaderMenu.navbar{
    margin-bottom: 0;
}
/*CssMenu*/

.home header #HeaderMenu.navbar{
    position: absolute;
    width: 100%;
    z-index: 1000;
}
.home #cssmenu,
.home #cssmenu ul,
.home #cssmenu ul li,
.home #cssmenu ul li a,
.home #cssmenu #menu-button{
    color: #fff
}


#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    outline: 0;
    font-weight: 500;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    text-decoration: none;
    color: #ff3d2e;
}
#cssmenu ul li a i,
#cssmenu ul li a [class^="flaticon-"]::before {
    font-size: 12px;
}
#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#cssmenu #menu-button {
    display: none;
}
#menu-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #ff3d2e;
    /* animation effect */
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}
#cssmenu {
    line-height: 1;
    background: none;
    float: right;
}
#cssmenu > ul > li {
    float: left;
    margin-right: 45px;
}
#cssmenu ul li:last-of-type {
    margin-right: 0;
}
#cssmenu > ul > li > a:after {
    content: '';
    border-bottom: 3px solid #ff3d2e;
    display: inline-block;
    width: 0;
    bottom: 0px;
    left: 0;
    position: absolute;
}
#cssmenu > ul > li > a.active:after {
    width: 100%;
}
#cssmenu > ul > li:last-child {
    margin: 0;
}
#cssmenu > ul > li:last-child ul.sub-menu {
    right: 0;
}
ul.sub-menu > li > a > form > input {
    color: #000;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.3);
}
ul.sub-menu > li > a > form > input::-webkit-input-placeholder {
    color: #000;
}
ul.sub-menu > li > a > form > input::-moz-placeholder {
    color: #000;
}
#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}
#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}
#cssmenu.align-center ul ul {
    text-align: left;
}
#cssmenu.align-right > ul > li {
    float: right;
}
#cssmenu.align-right ul ul {
    text-align: right;
}
#cssmenu > ul > li > a {
    padding: 35px 0px 30px 0;
    height: 40px;
	/*line-height: 40px;*/
    letter-spacing: 1px;
}
#cssmenu ul ul {
    position: absolute;
    padding: 0px 0 0px;
    background: rgba(255, 255, 255, 0.8);
/*    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.1);
*/}
#cssmenu li:hover > ul {
    padding: 15px 0;
}
#cssmenu ul ul .sub-menu{    
    right: 100%;
    top: -15px;

}
/*line*/

.sub-menu li.has-sub::after {
    content: '';
    display: inline-block;
    border-right: 5px solid #000;
    position: relative;
}

/*--line--*/

#cssmenu.align-right li:hover > ul {
    right: 0;
}
ul.sub-menu .submenu-right {
    right: 100%;
}
ul.sub-menu .submenu-left {
    left: 100%;
}
#cssmenu ul ul ul {
    top: 0;
}
#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#cssmenu ul ul li {
    height: 0;
    padding: 0 0px;
    margin: 0 0 0px;
    opacity: 0;
}
#cssmenu ul li:hover > ul > li {
    height: 40px;
    opacity: 1;
}
#cssmenu ul ul li a {
    min-width: 100px;
    white-space: nowrap;
    padding: 10px 15px;
    background: none;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: #212121;
    text-decoration: none;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ff3d2e;
}
.overlay {
    display: none;
}
.fixed-header .custom-logo {
    display: none;
}
.fixed-header .logo-dark {
    display: block;
}
.fixed-header #cssmenu > ul > li > a {
    /*  color: #000;*/
}
.navbar.navbar-fixed-top.navDown {
    -webkit-transform: translate(-0%, 0);
    -ms-transform: translate(-0%, 0);
    transform: translate(-0%, 0);
}
.navUp {
    -webkit-transform: translate(-0%, -100%);
    -ms-transform: translate(-0%, -100%);
    transform: translate(-0%, -100%);
    opacity: 0;
}
.navbar-fixed-top {
    min-height: 86px;
    border-bottom: 1px #e0e0e0 solid;
}

/*Menu end*/

/*-Header End-*/
/*-- Title --*/
.imgTitle {
    text-align: center;
    margin: 30px 0;
}
.imgTitle h3 {
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}
.imgTitle h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ff3d2e;
    left: 0;
    display: block;
    margin-top: 8px;
}
.textTitle {
    text-align: center;
    margin: 30px 0;
}
.textTitle h3 {
    color: #272f32;
    position: relative;
    text-align: center;
    display: inline-block;
}
.textTitle h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ff3d2e;
    left: 0;
    display: block;
    margin-top: 8px;
}
.page-heading-blog {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding: 20px 0;
}
.blog-breadcrumb h4 {
    font-weight: bolder;
    text-align: center;
}
/*-- Title end --*/
/*-- book now Button Hover effect --*/

.buttonHoverEffect {
    background: #272f32;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    /*left to right color */
    transition: all 0.3s ease 0s;
    /*background animation css */
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}
.buttonHoverEffect:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* effect */
    background: #fa2a19;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.buttonHoverEffect:hover {
    color: #fff;
}
.buttonHoverEffect:active:before,
.buttonHoverEffect:focus:before,
.buttonHoverEffect:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: inset 10px 0 0px 0px #ff3d2e, inset -10px 0 0px 0px #ff3d2e;
}

/*send(submit-input)Button(contactform) */

.sendButton {
    background: #272f32;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    /*left to right color */
    transition: all 0.3s ease 0s;
    /*background animation css */
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin: 25px 0 30px 0;
}
.sendButton:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*befroe*/
    background: #fa2a19;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.sendButton:hover {
    color: #fff;
}
.sendButton:active:before,
.sendButton:focus:before,
.sendButton:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: inset 10px 0 0px 0px #ff3d2e, inset -10px 0 0px 0px #ff3d2e;
}

/*--- book now Button Hover effect end ---*/


/*--- /// contactUs Start /// ---*/

.sendButton input {
    padding: 12px 40px !important;
    color: #eceff1 !important;
    margin: 0 !important;
    width: inherit !important;
    outline: none;
}
.sendButton input:focus {
    border-bottom: none !important;
}

/*--- /// contactUs End /// ---*/


/*--- /// footerPart /// ---*/

#footerMainBg {
    background: #1d2025;
}
.footerLeftContent {
    background: #ff3d2e;
    padding: 52px 15px 50px 16px;
    width: 100%;
    text-align: center;
    color: #fff;
    letter-spacing: 1px;
    float: left;
}
.footerLeftContent a {
    text-decoration: none;
}
.footerLeftContent a strong {
    color: #fff;
    font-size: 24px;
    font-family: 'Now-Bold';
}
.footerLeftContent ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
}
.footerLeftContent ul li {
    padding: 5px 20px 5px 26px;
    text-align: left;
}
.footerLeftContent ul li a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.footerLeftContent ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: width .3s;
}
.footerLeftContent ul li a:hover::after {
    width: 100%;
    transition: width .3s;
}
ul.socialIcon {
    margin-top: 15px;
}
ul.socialIcon li {
    display: inline;
    padding: 4px;
}
ul.socialIcon li a {
    text-decoration: none;
    font-size: 20px;
    opacity: 0.6;
    transition: 0.5s;
}
ul.socialIcon li a:after {
    content: none !important;
}
ul.socialIcon li a:hover {
    opacity: 1;
}
.footerLeftContent p {
    margin-top: 25px;
}
.footerLeftContent p a {
    color: #fff;
}
.footerRightContent {
    padding: 30px 0px 25px 80px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
}
.newsLetter {
    width: 100%;
    text-align: left;
    float: left
}
.newsLetter .imgTitle {
    text-align: left;
}
.newsLetter input {
    display: block;
    width: 300px;
    margin: 50px 0 0;
    padding: 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    outline: 0;
    text-align: left;
}
.newsLetter input:focus {
    border-bottom: 1px solid #ff3d2e;
}
.newsLetter a {
    padding: 12px 20px;
    background: #61757c;
    color: #eceff1;
    text-decoration: none;
    margin-top: 45px;
    text-transform: uppercase;
    display: inline-block;
}
.contantinfo {
    margin-top: 55px;
    width: 100%;
    display: inline-block;
}
.contactDetails {
    text-align: center;
    margin-bottom: 25px;
}
.contactDetails span {
    font-size: 36px;
    margin-bottom: 15px;
}
.contactDetails p,
a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
}
.contactDetails a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.footer-map #map {
    width: 100%;
    height: 209px;
    margin: 28px 0 0;
}

/***************Inner-pages***********************/


/*--- /// Blog page /// ---*/

#blog-head {
    padding: 86px 0 0px;
}
.page-head {
    padding: 25px 0 15px;
}
.page-head p a {
    color: #272f32;
    transition: 0.5s;
}
.page-head p a:hover {
    color: #ff3d2e;
}
.page-head span {
    width: 1px;
    height: 15px;
    background: #000;
    display: inline-block;
    margin: -3px 5px -3px 8px;
    -ms-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    transform: rotate(20deg);
}
#blogcontent {
    padding: 0 0 20px;
}
.blog-sidebar input {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0 0 15px;
    padding: 6px 20px 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    letter-spacing: 1px;
    outline: 0;
}
.blog-sidebar input:focus {
    border: 1px #ff3d2e solid;
}
.blog-sidebar {
    padding: 10px 0;
}
.blog-sidebar aside {
    padding: 0 0 15px;
}
.blog-sidebar h2 {
    color: #272f32;
    position: relative;
    text-align: center;
    font-size: 18px;
    display: inline-block;
    margin: 0 0 30px;
    line-height: 24px;
}
.blog-sidebar h2:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ff3d2e;
    left: 0;
    display: block;
    margin-top: 8px;
}
.blog-sidebar h2 a {
    color: #272f32;
    transition: 0.5s;
}
.blog-sidebar h2 a:hover {
    color: #ff3d2e;
}
.blog-sidebar select {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0 0 15px;
    padding: 6px 20px 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    letter-spacing: 1px;
    outline: 0;
}
.blog-sidebar strong {
    margin: 0 0 5px;
    display: inline-block;
}
.blog-sidebar .widget_text img {
    width: 100%;
    height: auto;
    margin-bottom: 15px
}
.blog-sidebar select:hover,
#archives-dropdown--1:hover,
#archives-dropdown--1:focus,
input[type="search"].search-field:hover,
input[type="search"].search-field:focus,
.textwidget select:focus,
.postform:focus {
    border-color: #a1c0c8 !important;
}
.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar ul li {
    padding: 5px 0;
    text-align: left;
}
input[type="search"].search-field {
    border: 1px solid #c6c6c6;
    outline: 0;
    width: 100%;
    padding-left: 5px;
    border-right: transparent;
    height: 36px;
}
.search-submit::before {
    content: '\f002';
    font-size: 16px;
    line-height: 36px;
    font-family: 'FontAwesome';
}
.screen-reader-text {
    display: none;
}
.sidebar-content .search-form {
    position: relative;
}
button.search-submit {
    position: absolute;
    right: 0%;
    top: 0;
    border: 0;
    padding: 0;
    width: 36px;
    background: #fa2a19;
    color: #fff;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}
.search-form label{width:100%;}
form.search-form{position: relative;}
.blog-sidebar ul li a {
    color: #61757c;
    display: inline-block;
}
.blog-sidebar ul li a:hover {
    color: #ff3d2e;
}
.blog-sidebar ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff3d2e;
    transition: width .3s;
}
.blog-sidebar .widget ul li a: {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff3d2e;
    transition: width .3s;
}
.blog-sidebar .widget ul li a:hover::after {
    width: 100%;
    transition: width .3s;
}
.blog-sidebar .widget ul li span {
    margin: 0 0 10px;
    display: inline-block;
}
.blog-content-part {
    padding: 0 0 15px;
}

/*For-blog-page css*/

.blog-content-part .blog-img {
    margin: 0 0 15px;
    display: inline-block;
}

.blog-img a img {
    width: 100%;
}

/*For-blog-page css End*/

.blog-img {
    max-height: 240px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    margin: 0 0 30px;
}
.blog-img a {
    position: static !important;
    padding: 0 !important;
}
.blog-img a:after {
    display: inline-block;
    content: '';
    width: 100%;
    top: 0;
    z-index: 9999;
    height: 100%;
    position: absolute;
    transition: 1s;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
}
.blog-img a:hover:after {
    opacity: 1;
}
.blog-info {
    position: relative;
    border-bottom: 1px Solid #e0e0e0;
    margin: 10px 0 10px;
}
.blog-slider .owl-carousel {
    overflow: hidden;
    margin: 10px 0 0;
}
.blog-slider .blog-img {
    margin: 0 0 10px;
}
.blog-btn-link a {
    color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
    background: #272f32;
    padding: 15px 30px;
    z-index: 9999;
}
.blog-btn-link a:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fa2a19;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.blog-btn-link a:hover {
    color: #fff;
}
.blog-btn-link a:active:before,
.blog-btn-link a:focus:before,
.blog-btn-link a:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: inset 10px 0 0px 0px #ff3d2e, inset -10px 0 0px 0px #ff3d2e;
}
.blog-info h3 {
    font-family: 'Now-Light';
    color: #272f32;
    margin: 5px 0 5px;
    font-size: 18px;
    transition: 0.5s;
    font-weight: 600;
    line-height: 27px;
}
.blog-info p {
    text-align: justify;
    margin-bottom: 20px;
    line-height: 24px;
}
.blog-info ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-info ul li {
    display: inline-block;
    padding: 0 10px 15px;
    font-size: 12px;
    opacity: 0.7;
}
.blog-info ul li:first-child {
    padding: 0;
}
.blog-info ul li a {
    position: inherit;
    color: #61757c;
    padding: 0;
    background: none;
    transition: 0.5s;
}
.blog-info ul li a:hover,
.blog-info h3:hover {
    color: #ff3d2e;
}
.blog-slider .owl-nav {
    opacity: 0;
    z-index: 99999999;
    transition: 1s;
}
.blog-slider:hover .owl-nav {
    opacity: 1;
}
.blog-slider .owl-nav .icon-back {
    display: inline-block;
    padding: 10px;
    background: #fff;
    position: absolute;
    top: 38%;
    left: 0;
    transition: 1s;
}
.blog-slider .owl-nav .icon-back:hover {
    background: #fa2a19;
    color: #fff;
}
.blog-slider .owl-nav .icon-next {
    display: inline-block;
    padding: 10px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 38%;
    transition: 1s;
}
.blog-slider .owl-nav .icon-next:hover {
    background: #fa2a19;
    color: #fff;
}
.blog-video {
    max-height: 240px;
    overflow: hidden;
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 0 0 15px;
}
.blog-video:after {
    display: inline-block;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 100%;
    position: absolute;
    transition: 1s;
}
.blog-info:hover .blog-video:hover:after {
    background: rgba(0, 0, 0, 0.5);
}
.blog-video a {
    position: static;
}
.blog-video span {
    color: #ffffff;
    font-size: 36px;
    position: absolute;
    top: 38%;
    left: 45%;
    opacity: 1;
    transition: 0.5s;
    z-index: 99999;
    padding: 8px 16px;
    background: rgba(39, 47, 50, 0.8);
}
.blog-video span:hover {
    background: rgba(250, 42, 25, 0.8);
}
.mfp-wrap {
    z-index: 9999999 !important;
}
/*pagination*/
.blog-pagination {
    text-align: center;
    display: block;
    clear: both;
}
.blog-pagination .pagination {
    margin: 15px 0 0;
}
.blog-pagination .pagination>li>a,
.pagination>li>span {
    margin: 0 5px;
    border-radius: 0;
    padding: 10px 15px;
    color: #61757c;
    border-color: #e0e0e0;
    transition: 0.5s;
}
.blog-pagination .pagination>li>a:hover {
    background: #ff3d2e;
    color: #fff;
    border-color: #ff3d2e;
}
.blog-pagination .pagination>li:active {
    background: #ff3d2e;
    color: #fff;
    border-color: #ff3d2e;
}
.blog-pagination .pagination.pagination>.active>a,
.pagination>.active>a:focus {
    background: #ff3d2e;
    color: #fff;
    border-color: #ff3d2e;
}
/*blog-slidebar-table*/
.blog-sidebar table {
    width: 100%;
}
.blog-sidebar td,
.blog-sidebar th {
    text-align: center;
    border: 1px solid #a1c0c8;
    padding: 5px 0 5px 0px;
}
.blog-sidebar td {
    opacity: 0.8;
    font-size: 13px;
}
.blog-sidebar th {
    color: #272f32;
}
.blog-sidebar td a {
    color: #61757c;
    display: inline-block;
}
.blog-sidebar #today a {    
    color: #fff;
    border-color: #ff3d2e;
    opacity: 1;
}

/*---- blog-inner-page----*/

.bloginner-content-part .blog-info {
    border: none;
    margin: 0;
}
h3.bloginner-content-part {
    color: #272f32;
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    line-height: 30px;
}
h3.bloginner-content-part:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ff3d2e;
    left: 0;
    display: block;
    margin-top: 8px;
}
.bloginner-content-part ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bloginner-content-part ul li {
    display: inline-block;
    padding: 0 10px 20px;
    font-size: 12px;
    opacity: 0.7;
}
.bloginner-content-part ul li:first-child {
    padding: 0;
}
.bloginner-content-part p {
    text-align: justify;
    margin: 0 0 20px;
    line-height: 24px;
}
.post-navigation .nav-links {
    overflow: hidden;
    padding: 15px 0;
}
.post-navigation  .nav-links .nav-previous,.post-navigation  .nav-links .nav-next{
    display: inline;
}
.post-navigation  .nav-links .nav-previous{float: left;}
.post-navigation  .nav-links .nav-next{
    float: right;
}
.comment-part {
    border-top: 1px rgba(161, 192, 200, 0.50) solid;
    padding: 20px 0;
}
.comment-part h3 {
    margin-bottom: 15px;
    font-size: 18px;
}
.comment-info {
    margin: 25px 0;
}
.comment-info img {
    width: 10%;
    display: block;
    float: left;
    clear: both;
    margin: 0 10px 0 0;
    min-height: 72px;
}
.comment-info strong {
    display: inline-block;
    margin: 0 0 10px;
}
.comment-info a {
    color: #61757c;
    float: right;
    transition: 0.5s;
}
.comment-info a:hover {
    color: #ff3d2e;
}
.comment-info span {
    display: block;
    font-size: 12px;
    opacity: 0.7;
    overflow: hidden;
    margin: 0 0 17px;
}
.comment-info p {
    overflow: hidden;
    border-bottom: 1px rgba(161, 192, 200, 0.50) solid;
    margin-bottom: 0;
    padding: 0 0 20px;
}
.padd-left {
    padding-left: 95px;
}

.comment-author img {
    max-width: 10%;
    display: block;
    float: left;
    clear: both;
    margin: 0 10px 0 0;
}
.comment-author a {
    color: #61757c;
    display: inline-block;
    transition: 0.5s;
}
.comment-author span {
    font-size: 12px;
    opacity: 0.7;
    overflow: hidden;
    margin: 0 0 17px;
}
.comment-metadata a {
    display: inline-block;
    font-size: 12px;
    opacity: 0.7;
    overflow: hidden;
    margin: 0 0 10px;
    color: #61757c;
}
.comment-metadata a:hover{
    color: #ff3d2e;
}
.comment-metadata span {
    color: #61757c;
    display: inline-block;
    margin-left: 10px;
}
.comment-content p {
    overflow: hidden;
    border-bottom: 1px rgba(161, 192, 200, 0.50) solid;
    margin-bottom: 0;
    padding: 0 0 20px;
}
.reply a{
    color: #61757c;
    float: right;
    transition: 0.5s;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}
.reply a:hover {
    color: #ff3d2e;
}
.comment-respond{
    padding: 0 15px;
}
.leave_form h3{
    color: #272f32;
    position: relative;
    display: inline-block;
    margin: 0 0 30px;
    line-height: 30px;
}
.leave_form label{
    display: none;
}
.leave_form textarea {
        border: 1px solid #a1c0c8;
}
.leave_form input {
    border-bottom: 1px solid #a1c0c8;
    display: inline-block;
    width: 32%;
    float: left;
    margin: 15px 15px;
    padding: 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    letter-spacing: 1px;
    outline: 0;
    resize: none;
}

.leave_form p.form-submit  {
    background: #272f32;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin: 25px 0 30px 0;
}
.leave_form p.form-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fa2a19;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.leave_form p.form-submit:hover {
    color: #fff;
}
.leave_form p.form-submit:active:before, .leave_form p.form-submit:focus:before, .leave_form p.form-submit:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    box-shadow: inset 10px 0 0px 0px #ff3d2e, inset -10px 0 0px 0px #ff3d2e;
}
.leave_form .form-submit input {
    margin: 0;
    padding: 0;
    border: 0;
    color: #ffffff;
    box-shadow: inset 0 0;
    padding: 12px 40px !important;
    width: 100%;
}

.leave_form textarea:focus{
    border: 1px Solid #ff3d2e;
}
.leave_form input:focus{
    border-bottom: 1px Solid #ff3d2e;
}
.leave_form input:focus{
    border-bottom: 1px Solid #ff3d2e;
}
p.comment-form-author input{
    margin: 15px 0;
}
p.comment-form-url input{
    margin: 15px 0;
}
.leave-reply-form {
    width: 100%;
    clear: both;
    display: inline-block;
}
.leave-reply-form input,
textarea {
    display: inline-block;
    width: 100%;
    margin: 15px 0;
    padding: 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    letter-spacing: 1px;
    outline: 0;
    resize: none;
}
.leave-reply-form textarea {
    border: 1px solid #a1c0c8;
}
.leave-reply-form textarea:focus {
    border: 1px #ff3d2e solid;
}
.leave-reply-form input:focus {
    border-bottom: 1px #ff3d2e solid;
}
/* new pagination */

.nav-links span,.nav-links a {
    margin: 0;
    border-radius: 0;
    padding: 10px 15px;
    color: #61757c;
    border: #e0e0e0 1px solid;
    transition: 0.5s;
    display: inline-block;
}
.nav-links .current {
    background: #ff3d2e;
    color: #fff;
    border-color: #ff3d2e;
}
 .nav-links span:hover,.nav-links a:hover{
    background: #ff3d2e;
    color: #fff;
    border-color: #ff3d2e;
}
/* New Pagination End */
/*--- /// Blog Inner page End /// ---*/

/*--- /// Footer-new Start /// ---*/
.footerpadd {
    padding: 30px 0;
}
.footerpadd .widget h3 {
    color: #fff;
    position: relative;
    text-align: center;
    display: inline-block;
    font-size: 18px;
}
.footerpadd .widget h3:after {
    content: '';
    position: absolute;
    height: 3px;
    width: 30px;
    background: #ff3d2e;
    left: 0;
    display: block;
    margin-top: 8px;
}
.footerpadd .widget ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none
}
.footerpadd .widget ul li{
    padding: 2px 0;
}
.footerpadd .widget ul li a{
    display: inline-block;  
    color:rgba(255, 255, 255, 0.8);
}
.footerpadd .widget ul li a:after{
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #ff3d2e;
    transition: width .3s;
}
.footerpadd .widget ul li a:hover{
    color: #fff;
}
.footerpadd .widget ul li a:hover::after{
    width: 100%;
    transition: width .3s;
}
.footerpadd .textwidget {
    margin: 20px 0 0;
    color:rgba(255, 255, 255, 0.8);
}
.footerpadd .widget .tagcloud {
    margin-top: 24px;
    display: block;
}
.footerpadd .widget .tagcloud > a {
    margin: 0 5px 10px 0;
    padding: 10px 15px;
    line-height: 25px;
    font-size: 14px !important;
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgba(255, 255, 255, 0.8);
    display: inline-block;
    border-radius: 0;
    transition: 0.5s;
}
.footerpadd .widget .tagcloud > a:hover{
   background: #ff3d2e;
   color: #FFF;
}
.footer-copyright{
    padding: 15px 0 15px;
    background: #ff3d2e;
}
.footer-copyright p {
    color: #ffffff;    
    display: inline-block;
    margin: 0;
    padding: 0 0 0 15px;    
}
.footer-copyright p a{
    color: #fff;
    opacity: 0.6;
    transition: 0.5s
    padding: 0;
    border: none;
    margin: 0
}
.footer-copyright p a:hover{    
    opacity: 1
}
.footer-social-icon {
    float: right;
}
.footer-social-icon ul {
    margin: 0;
    padding: 0 15px 0 0;
    list-style: none;
}
.footer-social-icon ul li {
    display: inline-block;
}
.footer-social-icon ul li a{
    margin: 0;
    padding:0;
    border:none;
}
.footer-social-icon ul li a i {
    color: #ffffff;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0.6;
}
.footer-social-icon ul li a i:hover{
    opacity: 1;
}
/*--- /// Footer-new End /// ---*/

/*--- /// MediaQuery /// ---*/


/********************************/

@media only screen and (min-width:992px) {
    /*menu*/
    #menu-line {
        display: block;
    }
    .main-logo {
        position: absolute;
        z-index: 999;
    }
    /*menu on scroll*/
    .fixed-header {
        background: none;
    }
    /*border-bottom*/
    .navbar.navbar-fixed-top.navDown {
        border: none;
    }
    .navDown #cssmenu {
        width: 100%;
        top: 0;
        position: absolute;
    }
    .navDown #cssmenu ul {
        width: 100%;
        display: none;
        position: absolute;
        top: 0px;
        left: -105px;
        text-align: right;
        padding: 30px 95px;
        background: #ffffff;
        overflow: hidden;
        -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
        box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.3);
    }
    .navDown #cssmenu ul li,
    .navDown #cssmenu ul ul li,
    .navDown #cssmenu ul li:hover > ul > li {
        width: auto%;
        height: auto;
        opacity: 1;
    }
    .navDown #cssmenu li:hover > ul {
        padding: 0;
    }
    .navDown #cssmenu ul li a,
    .navDown #cssmenu ul ul li a {
        width: 100%;
        color: #000;
    }
    .navDown #cssmenu > ul > li > a {
        padding: 0px;
        line-height: 25px;
        height: inherit;
    }
    .navDown #cssmenu > ul > li > a::after {
        border: 0;
    }
    .navDown #cssmenu > ul > li,
    .navDown #cssmenu.align-center > ul > li,
    .navDown #cssmenu.align-right > ul > li {
        float: none;
        display: inline-block;
        z-index: 2;
    }
    .navDown #cssmenu li > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    .navDown #cssmenu li:hover > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    .navDown #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
    }
    .navDown #cssmenu ul ul li a {
        font-size: 12px;
        color: #000000;
        background: none;
        line-height: 24px;
        padding: 0;
    }
    .navDown #cssmenu ul ul li:hover > a,
    .navDown #cssmenu ul ul li a:hover {
        color: #5164cf;
    }
    .navDown #cssmenu ul ul,
    .navDown #cssmenu ul ul ul {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0px 0 0px;
    }
    .navDown #cssmenu > ul > li.has-sub > a::after,
    .navDown #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    .navDown #cssmenu #menu-button {
        display: block;
        width: 40px;
        height: 40px;
        right: 10%;
        top: 20px;
        position: absolute;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        z-index: 999;
    }
    .navDown #cssmenu #menu-button span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #fa2a19;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .navDown .fixed-header #cssmenu #menu-button span {
        background: #000000;
    }
    .navDown #cssmenu #menu-button span:nth-child(even) {
        left: 50%;
    }
    .navDown #cssmenu #menu-button span:nth-child(odd) {
        left: 0px;
    }
    .navDown #cssmenu #menu-button span:nth-child(1),
    .navDown #cssmenu #menu-button span:nth-child(2) {
        top: 10px;
    }
    .navDown #cssmenu #menu-button span:nth-child(3),
    .navDown #cssmenu #menu-button span:nth-child(4) {
        top: 20px;
    }
    .navDown #cssmenu #menu-button span:nth-child(5),
    .navDown #cssmenu #menu-button span:nth-child(6) {
        top: 30px;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(1),
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #fa2a19;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(2),
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #fa2a19;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(1) {
        left: 1px;
        top: 11px;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(2) {
        left: calc(50% - 5px);
        top: 11px;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(3) {
        left: -50%;
        opacity: 0;
        background: #000000;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(4) {
        left: 100%;
        opacity: 0;
        background: #000000;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(5) {
        left: 1px;
        top: 25px;
    }
    .navDown #cssmenu #menu-button.menu-opened span:nth-child(6) {
        left: calc(50% - 5px);
        top: 25px;
    }
}

/********************************/

@media only screen and (max-width:991px) {
    /*cssmenu*/
    #cssmenu > ul > li {
        margin-right: 35px;
    }
    .navDown #cssmenu ul {
        left: -15px !important;
    }
    .navDown #cssmenu #menu-button {
        right: 5%;
    }
    /*footer*/
    .footerLeftContent {
        padding: 52px 10px 50px 10px;
    }
    .footerRightContent {
        padding: 30px 0px 25px 0px;
    }
    .contactDetails {
        margin: 0;
    }
    .newsLetter input {
        width: 100%;
    }
    /*blog-page*/
    #blogcontent .blog-content-part {
        padding: 0 15px;
    }
    .blog-content-part .col-sm-12 {
        padding: 0;
    }
    /*blog-inner-page*/
    .comment-info img {
        min-height: auto;
    }
}
/* ourBlog & news Start */
.ourBlog {
    width: 100%;
    float: left;
    clear: both;
    padding: 45px 0;
}
.ourBlog h3 {
    color: #272f32;
    font-size: 18px;
}
.ourBlog .HeadingTitleLine {
    margin-right: 170px;
    width: 30px;
    height: 3px;
    background: #ff3d2e;
    display: inline-block;
}
.blogLeftContent {
    background-image: url(../images/15.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 436px;
    margin: 0 0 30px 0;
}
.blogLeftInner {
    background: rgba(255, 61, 46, 0.5);
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    min-height: 436px;
}
.blogLeftInner ul {
    background: #ff3d2e;
    list-style: none;
    padding: 15px 10px;
    text-align: center;
    display: inline-block;
    font-family: 'Now-Bold';
}
.blogLeftInner h3 {
    text-transform: uppercase;
    line-height: 30px;
    margin: 20px 0;
    font-size: 14px;
    font-family: 'Now-Bold';
    color: #fff !important;
    max-height: 60px;
    overflow: hidden;
}
.blogLeftInner p {
    float: left;
    margin-bottom: 40px;
    line-height: 18px;
    max-height: 126px;
    overflow: hidden;
}
.blogLeftInner a {
    float: left;
    padding: 15px 16px;
    background: #272f32;
    color: #fff;
    text-decoration: none;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.blogRightFirst {
    background-image: url(../images/16.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 15px 0;
}
.blogRightBg {
    background: rgba(0, 0, 0, 0.4);
    padding: 0 20px;
    width: 100%;
    float: left;
}
.blogRightBg ul {
    background: #ff3d2e;
    list-style: none;
    padding: 15px 10px;
    text-align: center;
    display: inline-block;
    font-family: 'Now-Bold';
    float: left;
}
.blogRightBg h3 {
    clear: both;
    float: left;
    text-transform: uppercase;
    line-height: 30px;
    margin: 15px 0;
    font-size: 14px !important;
    font-family: 'Now-Bold';
    width: 60%;
    color: #fff !important;
    max-height: 60px;
    overflow: hidden;
}
.blogRightBg a {
    float: right;
    padding: 15px 15px 14px 15px;
    background: #272f32;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    clear: both;
    margin: -48px 0 30px 0;
}
.blogRightSecond {
    background-image: url(../images/17.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    width: 100%;
    color: #fff;
}
/* ourBlog & news End */
/* contactUs Start */
#contactForm {
    background-image: url(../images/18.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}
.contactFormbg {
    background: rgba(0, 0, 0, 0.3);
    padding: 90px 0;
}
.contactFormContent {
    width: 100%;
    height: auto;
}
.contactFormContentLeft {
    float: left;
    padding: 20px;
    text-align: center;
    background: #ff3d2e;
    color: #fff;
    width: 70px;
    min-height: 510px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
    position: absolute;
    height: auto;
}
.contactFormContentLeft h3 {
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    font-size: 18px;
    white-space: nowrap;
    /*rotate-text*/
    text-transform: uppercase;
    -webkit-transition: -webkit-transform .0s ease-in-out;
    -o-transition: -o-transform .0s ease-in-out;
    transition: transform .0s ease-in-out;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
    transform: translateX(-50%) translateY(-50%) rotate(-90deg);
}
.contactFormContentRight {
    padding: 40px 30px 40px 100px;
    background: #fff;
    min-height: 510px;
}
.contactFormContentRight input[type='submit']{
    padding: 12px 40px !important;
    color: #eceff1 !important;
    margin: 0 !important;
    width: inherit !important;
    outline: none;
    background: #272f32;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    /*left to right color */
    transition: all 0.3s ease 0s;
    /*background animation css */
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: background;
    transition-property: background;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    margin: 25px 0 30px 0;
}
.contactFormContentRight input[type='submit']:hover {
    background: #ff3d2e;
}
.sendButton input:focus {
    border-bottom: none !important;
}
.contactFormContentRight input {
    display: inline-block;
    width: 92%;
    margin: 15px 0;
    padding: 6px 14px;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a1c0c8;
    box-shadow: inherit;
    color: #829298;
    letter-spacing: 1px;
    outline: 0;
}
.contactFormContentRight input:focus,
.contactFormContentRight textarea:focus {
    border-bottom: 1px #ff3d2e solid;
}
.contactFormContentRight textarea {
    display: inline-block;
    width: 92%;
    margin: 10px 0;
    padding: 6px 14px;
    color: #ffffff;
    background: transparent;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #a1c0c8;
    box-shadow: inherit;
    letter-spacing: 1px;
    color: #829298;
    resize: none;
    height: 112px;
    outline: 0;
}
/* contactUs End */
/* ---- media qurey 767 ---- */

@media only screen and (max-width:767px) {
    /*logo*/
    .main-logo {
        float: none;
    }
    .main-logo img {
        margin: 0 auto;
        display: block;
    }
    /*menu*/
    
    
    ul.mobilemenu.open {
    background: #ff4330;
}
    #menu-line {
        display: none;
    }
    #cssmenu {
        width: 100%;
        top: 0;
        position: absolute;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        position: absolute;
        top: 0px;
        text-align: center;
        padding: 4px 15px;
        margin-left: -15px;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
    }
    #cssmenu li:hover > ul {
        padding: 0;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        color: #000;
    }
    #cssmenu > ul > li > a {
        padding: 0px;
        line-height: 25px;
        height: inherit;
    }
    #cssmenu ul li:last-child {
        margin-right: 0;
    }
    #cssmenu > ul > li > a::after {
        border: 0;
    }
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
        z-index: 2;
        padding: 10px 0;
    }
    #cssmenu li > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    #cssmenu li:hover > ul {
        left: auto;
        background-color: transparent;
        border: none;
        border-radius: 0px;
        box-shadow: none;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
    }
    #cssmenu ul ul li a {
        font-size: 12px;
        color: #000000;
        background: none;
        line-height: 24px;
        padding: 0;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #5164cf;
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        top: 0;
        left: 0;
        right: auto;
        width: 100%;
        padding: 0;
        margin: 0px 0 0px;
    }
    #cssmenu > ul > li.has-sub > a::after,
    #cssmenu ul ul li.has-sub > a::after {
        display: none;
    }
    #cssmenu #menu-button {
        display: block;
        width: 40px;
        height: 40px;
        left: 15px;
        top: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        cursor: pointer;
        z-index: 999;
    }
    #cssmenu #menu-button span {
        display: block;
        position: absolute;
        height: 3px;
        width: 50%;
        background: #ffffff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .fixed-header #cssmenu #menu-button span {
        background: #000000;
    }
    #cssmenu #menu-button span:nth-child(even) {
        left: 50%;
    }
    #cssmenu #menu-button span:nth-child(odd) {
        left: 0px;
    }
    #cssmenu #menu-button span:nth-child(1),
    #cssmenu #menu-button span:nth-child(2) {
        top: 10px;
    }
    #cssmenu #menu-button span:nth-child(3),
    #cssmenu #menu-button span:nth-child(4) {
        top: 20px;
    }
    #cssmenu #menu-button span:nth-child(5),
    #cssmenu #menu-button span:nth-child(6) {
        top: 30px;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(1),
    #cssmenu #menu-button.menu-opened span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #000000;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(2),
    #cssmenu #menu-button.menu-opened span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        background: #000000;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(1) {
        left: 1px;
        top: 11px;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(2) {
        left: calc(50% - 5px);
        top: 11px;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(3) {
        left: -50%;
        opacity: 0;
        background: #000000;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(4) {
        left: 100%;
        opacity: 0;
        background: #000000;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(5) {
        left: 1px;
        top: 25px;
    }
    #cssmenu #menu-button.menu-opened span:nth-child(6) {
        left: calc(50% - 5px);
        top: 25px;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 25px;
        width: 21px;
        cursor: pointer;
    }
    #cssmenu .submenu-button::after {
        content: '';
        position: absolute;
        top: 6px;
        left: 10px;
        display: block;
        width: 1px;
        height: 11px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #000000;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
    .overlay {
        display: block;
        overflow: hidden;
    }
    /*footer*/
    .footerRightContent {
        padding: 0;
    }
    .newsLetter input {
        width: 100%;
    }
    .contactDetails {
        margin-bottom: 15px;
    }
    .footerLeftContent ul li {
        text-align: center;
    }
    /*blog-page*/
    .blog-pagination .pagination {
        padding: 0 13px;
    }
    .blog-pagination .pagination > li > a,
    .pagination > li > span {
        margin: 0 3px;
        padding: 5px 10px;
    }
    /*blog-inner-page*/
    .padd-left {
        padding-left: 0;
    }
    .comment-author img{
        max-width: 100%;
    }