body {
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #000;
     font-family: 'Quicksand', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.4;

}
.h5, h5{font-size: 16px;}
.h6, h6{font-size: 14px;}
a,
a:hover,
a.btn-effect,
a.btn-effect::after,
input,
textarea,
button,
.blog-content-left h2,
#top-menu .submenu-button::after,
#top-menu .submenu-button::before,#owl-blog .item {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.preloader {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 99999;
    position: fixed;
}

.preloader .preloader-custom-gif,.preloader .preloader-gif {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/preloader/loader.svg) center/80px auto no-repeat scroll transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*Top-Bar-Start*/
.section-content {
    padding: 0px;
    background: #238121;
}
.left-head {
    float: left;    
    padding-top: 5px;
    padding-bottom: 5px;
}
.phone {
    background-image: url(../images/social.png);
    background-position: -198px 8px;
    background-repeat: no-repeat;
    color: #f0f0f0;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 28px;
    padding: 0 15px;
}
.mail {
    background-image: url(../images/social.png);
    background-position: -111px 8px;
    background-repeat: no-repeat;
    color: #f0f0f0;
    float: left;
    font-size: 12px;
    height: 25px;
    line-height: 28px;
    padding: 0 0 0 25px;
    font-size: 12px;
    color: #f0f0f0;
}
.mail a {
    color: #f0f0f0;
    background: none repeat scroll 0 0 #238121;
}

.right-head ol.social {
    display: inline-block;
    margin: 0;
    padding: 0;
    float: right;
}
.right-head ol.social li:first-child {
    margin-left: 0;
}

.right-head ol.social li {
    display: inline-block;
    margin: 0 10px;
}
.right-head ol.social a {
    color: #7a7a7a;
    font-size: 20px;
    display: inline-block;
}
.right-head ol.social a i {
    background-repeat: no-repeat;
    background-position: center;
    color: #ffffff;
    font-size: 15px;
}
/*Top-Bar-End*/

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation,
.site-main .pagination,
.site-main .woocommerce-pagination {
    margin: 0 -4em 1.5em;
    background: rgba(0, 0, 0, 0.03);
    overflow: hidden;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
}
.site-main .pagination .nav-links {
    padding: 1.5em;
    text-align: center;
}
.site-main .pagination .nav-links > span,
.page-links > span.page-links-number,
.woocommerce-pagination .page-numbers span {
    display: inline-block;
    background: #cecece;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    line-height: 1;
    padding: 0.5em 0.8em;
    margin: 1px 0;
}
.woocommerce-pagination .page-numbers li {
    display: inline-block;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.post-navigation .nav-previous,
.post-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
    padding: 5px;
}
.post-navigation .nav-previous{padding-left: 0;padding-right: 0;}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
    text-transform: uppercase;
    letter-spacing: -1px;
}
.post-navigation .nav-next {
    border-left: 1px solid rgba(0, 0, 0, 0.03);
}
.post-navigation .meta-nav {
    display: inline-block;
    width: 90%;
    text-transform: uppercase;
    letter-spacing: -1px;
}
.post-navigation .nav-previous .meta-nav {
    padding-left: 10px;
}
.post-navigation .nav-next .meta-nav {
    padding-right: 10px;
}
/*menu*/
.subtitle {
    margin: 0 0 2em 0;
}
.fancy {
    line-height: 0.4;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: "";
    position: absolute;
    height: 5px;
    border-top: 1px solid #238121;
    top: 0;
    width: 600px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}
/*masonary grid*/
* {
    box-sizing: border-box;
}
/* force scrollbar */
/* clear fix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}
/* grid-item */
.grid-sizer,
.grid-item {
    width: 48.06%;
    margin:7px;
}
.grid-item {
    float: left;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}
.grid-item:hover {
    box-shadow: 0 1px 4px 3px rgba(0, 0, 0, 0.15);
}
.grid-item img {
    display: block;
    max-width: 100%;
    width: 100%;
}
/*masonary grid*/

img,
figure {
    max-width: 100%;
    height: auto;
}
a{
    color: #238121;
}
a:focus,
a:hover {
    color: #240115;
}
a,
a:focus,
a:hover {
    outline: none;
    border: none;
    text-decoration: none;
}
/* Our Site Button(a Tag) */
a.btn-effect {
    background: none;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, #238121 0%, #ae1558 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #238121 0%, #ae1558 100%);
    border-image: linear-gradient(to right, #238121 0%, #ae1558 100%);
    border-image-slice: 1;
    color: #FFF;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
}
a.btn-effect::before,
a.btn-effect::after {
    background: linear-gradient(to right, #238121, #ae1558);
    content: '';
    position: absolute;
    z-index: -1;
}
a.btn-effect:hover {
    color: #fff !important;
    border: 1px solid transparent;
    -moz-border-image: -moz-linear-gradient(right, #238121 0%, #ae1558 100%);
    -webkit-border-image: -webkit-linear-gradient(right, #238121 0%, #ae1558 100%);
    border-image: linear-gradient(to right, #238121 0%, #ae1558 100%);
    border-image-slice: 1;
}
.btn-effect::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
}
.btn-effect:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -999;
}
/* Our Site Button(a Tag) End */
/* Start header */
.header{
    height: 105px; 
    box-shadow: 0px 1px 10px 0 #ccc;
}
.header .row{
    display: block;
    vertical-align: middle;
}
.header .navbar-fixed-top{
    background: #ffffff;
    position: relative;
}
.admin-bar .header .navbar-top-scroll{
    top: 30px;
	box-shadow: 0px 0px 8px -2px #000;
}
/* menu*/
.heading-description {
    margin-top: 63px;
}

.logo-description #cssmenu > ul > li > a {
    padding: 38px 15px;
}
/* Logo Style*/
.header-logo,.header-text {
    float: left;
	margin: 10px 0;
}
.header-text h3{
    font-family: 'Ruthie' , 'cursive';
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    padding-top: 15px;
}

.header-logo img {
    height: auto;
    max-height: 80px;
    width: auto;
    max-width: 100%;
}
.header-text h3{
    margin: 0px;
}
.navbar-fixed-top .logo-dark{ display: none;}
.navbar-top-scroll .logo-dark{ display: block;}
.navbar-top-scroll .custom-logo{ display: none;}
/*Menu Style*/
#cssmenu{display: flex;height: 70px;align-items: center;}
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    font-family: 'Quicksand', sans-serif;
    background: none;
    float: right;
}
/*#cssmenu > ul > li:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
#cssmenu > ul > li {
    float: left;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
#cssmenu > ul > li:hover:before, #cssmenu > ul > li:focus:before {
   left: 0;
  right: 0;
}*/


#cssmenu > ul > li {
    float: left;
    padding: 10px 10px 0px 10px;
}

#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:before{
    content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #ffffff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

#cssmenu > ul > li > a {
   padding-bottom: 10px;
    font-size: 16px;
    text-decoration: none;
    color: #ffffff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    float: left;
    display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
#cssmenu > ul > li>a:hover:before, #cssmenu > ul > li>a:focus:before {
   left: 0;
  right: 0;
}

#cssmenu > ul > li:last-child {
    margin-right: 0 !important;
    padding-right: 0 !important;
}

#cssmenu > ul > li.has-sub > a {
 padding-right: 11px;
 
}

#cssmenu > ul > li.has-sub > a::after {
    position: relative;
    top: -2px;
    right: 0px;
    width: 6px;
    height: 6px;
    margin-left: 5px;
    margin-right: 3px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
    transition: all ease 0.3s;
    display: inline-block;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #238121;
    -webkit-transform: rotate(222deg);
    -moz-transform: rotate(222deg);
    -ms-transform: rotate(222deg);
    -o-transform: rotate(222deg);
    transform: rotate(222deg);
    transition: all ease 0.3s;
}

#cssmenu ul ul {
    position: absolute;
    padding: 20px 0 0px;
}
#cssmenu.align-right li:hover > ul {
    right: 0;
}
/** Left & Right for the Sub Menu **/
ul.sub-menu .submenu-right,ul.children .submenu-right {
    right: 100%;
}

ul.sub-menu .submenu-left,ul.children .submenu-left {
    left: 100%;
}

#cssmenu ul ul ul {
    top: 5px;
} 
#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;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#cssmenu ul li:hover > ul > li {
    height: 50px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1);
}

#cssmenu ul ul li a {
    width: 160px;
    padding: 15px 15px;
    background: none;
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    font-weight: 300;
    color: #FFFFFF;
    background: #238121;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #FFFFFF;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-bottom: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.fixed-header {
    background-color: rgb(255, 255, 255);
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
}
/*menu end*/
/* footer */
/*footer-box*/
.screen-reader-text {
    display: none;
}
.main-sidebar .search-submit {
    display: none;
}
.wp-caption{
    border: 1px solid #e1e1e1;
    padding: 5px;
}
.blog-sidebar .widget_text .wp-caption img{
    margin: 0;
}
.footer-box {
    padding: 60px 0;
    background-color: #d4d4d4;
    color: #000000;
}
.footer-box aside{
    padding-bottom: 30px;
}
.footer-box .widget-title {
    margin: 0 0 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.tagcloud a{
    margin: 0px 3px 5px 0px;
    padding: 5px 15px;
    line-height: 21px;
    font-size: 14px !important;
    display: inline-block;
    border: 1px solid #238121;
    border-radius: 3px;
    color: #FFFFFF;
    background: transparent;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
}
.footer-box .tagcloud > a {
    border-color: #000000;
    color: #000000;
}
.footer-box .tagcloud > a:hover {
    border: 1px solid #238121;
}
.footer-box .footer-widget ul {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-box .footer-widget ul li {
    padding: 2px 0;
}
.footer-box .footer-widget ul li a {
    color: #000000;
}
.footer-box .footer-widget ul li a:hover {
    color: #238121;
}
.footer-box ul.sub-menu {
    margin-left: 0px;
}
.footer-box .textwidget {
    color: #000000;
    font-size: 14px;
    line-height: 25px;
}

.footer-box strong {
    padding-bottom: 10px;
    display: block;
}
.footer-box a {
    color: #4d4d4d;
}
.footer-box a:hover {
    color: #238121;
}

.footer-box td,
.footer-box th {
    font-size: 16px;
    border: 1px solid #E1E1E1;
    padding: 5px 0 5px 0px;
}
.footer-box .calendar_wrap caption {
    padding: 0 0 10px;
}
.footer-box td a {
    font-weight: bold;
}
.footer-box #today {
    font-weight: bold;
    background: rgba(0, 0, 0, 0.08);
}
.footer-box table th {
    text-align: center;
}
.footer-box .widget-title a {
    color: #bbbbbb;
}
.footer-box .widget-title a:hover {
    color: #238121;
}
.footer-box .rssSummary {
    padding: 5px 0;
    font-size: 16px;
    line-height: 20px;
}
.footer-box .textwidget img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}
.footer-box .wp-caption {
    border: 1px solid #f0f0f0;
    padding: 5px 3px 10px;
    margin-bottom: 10px;
    text-align: center;
}
.footer-box .wp-caption p.wp-caption-text {
    color: #545454;
    font-size: 12px;
    line-height: 17px;
    margin: 0;
    text-align: center;
    padding: 10px 4px 0px;
}
#main-footer {
    background: #e1e1e1;
    padding: 30px 0;
}
#main-footer2{
    background: #02111B;
    padding:50px 0px;
}
#main-footer2 aside, #main-footer2 aside ul li a{
    color: #FFFFFF;
}
#main-footer2 aside h3{
    margin-bottom: 30px;
    font-weight: bold;
}
#main-footer2 aside ul{
    padding-left: 0px;
    list-style: none;
}
#main-footer2 aside ul.children{
    display: none;
}
#main-footer2 aside ul li{
    margin-bottom: 15px;
}
#main-footer2 aside .textwidget a{
    color: #FFFFFF;
}
#main-footer2 aside .textwidget a:hover{
    color: #238121;
}
#main-footer1{
    background:#238121;
    padding: 15px 0px 5px;
}
.copyright{
    padding: 0px 0;
}
.footer-menu {
    width: 100%;
    text-align: center;
    margin: 15px auto;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}
.footer-menu ul li:first-child:after,
.footer-menu ul li:first-child:before {
    display: none;
}
.footer-menu ul li a, .footer-copyrights p a{
    color:#FFFFFF;
    transition: 0.3s;
}
.footer-menu ul li a:hover{
    color:#FFFFFF;
    border-bottom:1px solid;
}
.footer-copyrights p a:hover{
    border-bottom: 1px solid;
}
.footer-social-icon {
    width: 100%;
    text-align: center;
    display: block;
    margin: 20px auto;
}
.footer-social-icon ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-social-icon ul li {
    padding: 0 15px;
    display: inline-block;
}
.footer-social-icon a {
    color: #4d4d4d;
}
.footer-social-icon span {
    font-size: 20px;
    background: #4d4d4d;
    color: #FFF;
    padding: 5px 8px;
    transition: 0.3s;
}
.footer-social-icon span.fa-facebook {
    padding: 5px 10px;
}
.footer-social-icon span.fa-pinterest-p {
    padding: 5px 10px;
}
.footer-social-icon span:hover {
    background: #238121;
}
.footer-copyrights {
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
}
.footer-copyrights p {
   color: #FFFFFF;
    margin: 0;
    padding-bottom: 10px;
}
.footer-copyrights a:hover,
.footer-copyrights a:focus {
    outline: none;
    text-decoration: none;
}
/* End footer */
/* blog-title bar */
#blog-title-top {
    width: 100%;
    display: block;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #E1E1E1;
    overflow: hidden;
}
.blog-title {
    width: 100%;
    text-align: left;
    color: #238121;
}
.blog-title h2 {
    margin: 0 auto;
    font-weight: 700;
    font-size: 24px;
    float: left;
}
.blogsub-title {
    width: 100%;
    text-align: center;
    margin: 18px 0;
    font-weight: 600;
}
.blogsub-title a {
    display: inline-block;
}
/* blog-title bar end */

/* Blog page */
.blog-image-link{

}
.blog-image-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: rgba(2,17,27,0.8);
    transition:.6s all ease-in-out;
    opacity: 0.85;
}
.blog-image-link:hover .blog-image-overlay{
    height: 100%;
}
.grid.masonry {
    margin: 22px 0 30px;
}
.blog-content{
  padding-bottom:15px;
  text-align: justify;
  color: #02111B;
}
.blog-info-text {
    transition:0.6s all ease-in-out;
    position: absolute;
    top: 3%;
    left: 0;
    right: 0;
    height:0px;
    padding: 15px;
}
.blog-image-overlay:hover .blog-info-text{
    display: block;
}
.blog-info-text .blog-title{
    font-size: 30px;
    display: none;
    transition:0.6s all ease-in-out;
    margin-bottom: 15px;
}
.blog-info-text .blog-summary{
    font-size: 14px;
    display: none;
    transition:0.6s all ease-in-out;
}
.blog-info-text .blog-read-more{
    font-size: 14px;
    display: none;
     transition:0.6s all ease-in-out;

}
.blog-image-link:hover  .blog-info-text .blog-title{
    display: block;
    text-align: center;
    color: #FFFFFF;
}
.blog-image-link:hover  .blog-info-text .blog-summary{
    display: block;
    color: #FFFFFF;
    text-align: center;
    max-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
}
.blog-image-link:hover .blog-info-text .blog-read-more{
    display: block;
    color: #FFFFFF;
    text-align: center;
}
.blog-more{
   position: absolute;
   bottom: 0;
  top: 5%;
  right: 0;
}
.blog-image-link:hover  .blog-info-text .blog-read-more{
    display: block;
}
.post-readmore {
    display: inline-block;
}
.blog-sidebar{
    padding-top: 30px;
}
.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: #02111B;
    letter-spacing: 1px;
    outline: 0;
}
.blog-sidebar input:focus {
    border-bottom: 1px #ff3d2e solid;
}
.blog-sidebar aside {
    padding: 0 0 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #e1e1e1;
    clear: both;
    overflow: hidden;
}
.blog-sidebar aside h3 {
   color: #238121;
    margin: 0 0 20px;
    display: block;
    font-weight: 700;
    font-size: 20px;
    border-left: 2px solid #02111B;
    padding:0px 15px;
}
.blog-sidebar .right-side {
    margin: 0 0 5px;
    display: inline-block;
}
.blog-sidebar .widget ul {
    padding: 0;
    list-style: none;
}
.blog-sidebar .widget ul li {
    position: relative;
    padding: 0 0 8px;
    text-align: left;
    font-size: 16px;
}
.blog-sidebar .widget ul li:before {
    position: absolute;
    top: 8px;
     content: '\f0c8';
    font-family: 'FontAwesome';
    font-size: 7px;
}

.blog-sidebar .widget ul li .blog-media-right {
    display: table-cell;
    padding-right: 18px;
}
.blog-sidebar .widget ul li .blog-media-right img {
    max-width: 60px;
    min-height: 60px;
}
.blog-sidebar .widget ul li .blog-media-left {
    display: table-cell;
    vertical-align: top;
}
.blog-sidebar .widget ul li .blog-media-left p {
    margin: -5px 0 4px;
}
.blog-sidebar .widget ul li .blog-media-left span {
    font-size: 16px;
    opacity: 0.8;
}
.blog-sidebar .widget ul li a {
    color: #465a65;
    display: inline;
    transition: 0.5s;
    font-weight: 400;
    font-size: 16px;
    margin: 0 15px;
}
.blog-sidebar .widget ul li a:hover {
    color: #240115;
}
.blog-sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.blog-sidebar ul li {
    padding: 5px 0;
}
.blog-sidebar ul li a {
    color: #465a65;
    display: inline-block;
    transition: 0.5s;
    font-weight: 700;
}
.blog-sidebar ul li a:hover {
    color: #238121;
}
.blog-content-part {
    padding: 0 0 15px;
}
/*For-blog-page css*/
.single-blog .blog-img {
    margin: 0 0 20px;
}
/*For-blog-page css End*/
/*images shodow*/
.blog-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin: 30px 0 0;
    display: inline-block;
}

.blog-img a:after {
    content: '';
    position: absolute;
    transition: 0.3s;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
/*box-shodow-inset effect in hover end*/
.blog-img img {
    overflow: hidden;
    border-radius: 10px;
}
.blog-info {
    position: relative;
    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;
}
/* single post Next Prev Button CSS Start */
.navigation.post-navigation {
    clear: both;
    display: inline-block;
    margin: 0 0 30px;
    width: 100%;
}
.meta-nav-prev,
.meta-nav-next {
    color: #238121;
    font-weight: 700;
    padding: 10px 0px;
    transition: all 0.3s ease 0s;
    float: left;
    text-align: center;
    border-bottom:1px solid transparent; 
}
.meta-nav-next {
    float: right;
}
.meta-nav-next:hover,
.meta-nav-prev:hover {
    color: #238121;
    border-bottom: 1px solid #238121;
}
/* pagination */
.pagination{
    margin:0 0 30px;
}
ul.page-numbers {
    padding: 0 7px;
    margin: 0;
}
.page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 15px 0 0;
    text-decoration: none;
    font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover {
    background: #238121;
    color: #FFFFFF;
    text-decoration: none;
}
.page-numbers > li {
    list-style: none;
    float: left;
}
.page-numbers.prev {
    padding: 10px 15px;
}
.page-numbers.next {
    right: 0;
    padding: 10px 15px;
}
.page-numbers .next:after,
.page-numbers .next:before {
    content: none;
}
.comment-reply-title{font-size: 20px;}
p.comment-form-comment{margin-bottom: 0;}
/* Blog page End */
/* Blog page Single */

.bloginner-content-part .single-blog{
    padding: 30px 0 0;
    margin-bottom: 30px;
}
#blog-innerpage-content .bloginner-content-part {
    border: none;
    padding: 0px 0px;
}
#blog-innerpage-content .bloginner-content-part blockquote p {
    opacity: 0.8;
    margin: 0;
}
#blog-innerpage-content .bloginner-content-part blockquote {
    font-style: italic;
    border-left: 5px solid #238121;
    padding: 10px;
}
.bloginner-content-part .title-data {
    margin: 0 0 20px;
    text-align: center;
}
.bloginner-content-part .title-data h2 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 10px;
    transition: 0.5s;
    display: block;
   color: #5f021f;
   margin-bottom: 0px;
}
.bloginner-content-part .title-data ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bloginner-content-part .title-data ul li {
    display: inline-block;
    padding: 0 10px 5px 0;
    font-size: 16px;
    color: #02111B;
}
.bloginner-content-part ul li a {
    position: inherit;
    padding: 0;
    background: none;
    transition: 0.5s;
}
.bloginner-content-part ul li a:hover{
    color: #238121;
}
.bloginner-content-part:after{
    content: "";
    clear: both;
    display: table;
}
.default-page{
    padding: 30px 0px;
}
/*commnet-part*/
.comment-author img {
    float: left;
    margin: 0 15px 5px 0;
}
.comment-respond {
    padding-bottom: 30px;
}
.comment-reply-title, .comments-count, .comment-notes{
    color: #02111B;
}

.comment-area article {
  margin: 0 30px 90px;
    border-left: 2px solid #02111B;
    padding: 0 15px;
}
.comment-author.vcard, .comment-metadata{
    margin-bottom: 10px;
}
.comment-author.vcard img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    margin: 15px 30px 30px 15px;
}
.comment-author.vcard .fn{
    text-transform: uppercase;
}
.comment-author-link{
    font-size: 16px;
    padding-left: 15px;
}
.reply{
    float: right;
}
.reply a{
    padding: 10px 15px;
    background: #5f021f;
    color: #FFFFFF;
    border: 1px solid transparent;
}
.reply a:hover, .reply a:focus, .reply a:active{
    border: 1px solid #5f021f;
    background: #FFFFFF;
    color: #5f021f;
}
.group {
    position: relative;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=file],
input[type=reset],
textarea {
    margin: 10px 0;
}
input,
textarea {
    display: inline-block;
    width: 100%;
    padding: 6px 12px;  
    background: transparent;
    border: 1px solid #e1e1e1;
    box-shadow: inherit;
}
textarea {
    height: 180px;
    resize: vertical;
}
input:focus {
    outline: none;
    border-bottom: 1px solid #238121;
}
textarea:focus {
    border-bottom: 1px solid #238121;
    outline: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    font-family: Quicksand;
    font-weight: 500;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: auto;
    min-width: 100px;
    font-size: 16px;
    padding-left: 20px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition: 0.3s all ease-in-out;              
}
button,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    color: #5f021f;
     border: 1px solid #5f021f;
     background: #FFFFFF;

}
/* LABEL */
label {
    color: #02111B;
    opacity: 0.8;
    left: 10px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active state */
input:focus ~ label,
input:valid ~ label {
    top: -30px;
    color: #238121;
}
textarea:focus ~ label,
textarea:valid ~ label {
    top: -30px;
    color: #238121;
}
/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}
textarea:focus ~ .bar:before,
textarea:focus ~ .bar:after {
    width: 50%;
}
/* HIGHLIGHTER */
.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active state */
input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* post button */
.leave-reply-form p.form-submit {
    display: inline-block;
    background: #238121;
    border: none;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    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: 0.3s;
    transition-duration: 0.3s;
    transition: 0.1s;
}
.leave-reply-form p.form-submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d4d4d;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.leave-reply-form p.form-submit:hover:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.leave-reply-form p.form-submit:hover,
.leave-reply-form p.form-submit:focus,
.leave-reply-form p.form-submit:active {
    color: white;
}
/* commnet input box */
/* custom logo Start */
.logged-in-as {
    margin-bottom: 22px;
}
/* custom logo End */
/* Blog page single End */
/* main-screen mobile menu css */
/*BreadCrumbs*/
.breadCumbs {
    text-align: right;
}
#breadcrumbs {
    padding: 0;
    list-style: none;
    margin: 10px 0;
    overflow: hidden;
}
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
}
#breadcrumbs .separator {
    font-size: 15px;
    font-weight: 500;
    color:#238121;
}
/*breadcrumbs*/
/* new menu button css(.menu) */

/*menu-button click-open ul code*/
.blog-sidebar .widget ul li a.rsswidget {
   display: inline;
}
input[type="search"].search-field {
    border-bottom: 1px solid #c6c6c6;
    border-top: 0;
    border-left: 0;
    outline: 0;
    width: 100%;
    padding-left: 7px;
    border-right: 0;
    height: 36px;
    font-weight: normal;
}
.search-submit::before {
    content: '\f002';
    font-size: 16px;
    font-family: 'FontAwesome';
}
.screen-reader-text {
    display: none;
}
.sidebar-content .search-form {
    position: relative;
}
button.search-submit {
    position: absolute;
    right: 0%;
    top: -1px;
    border: 0;
    padding: 0;
    width: 36px;
    height: 38px;
    background: transparent;
    color: #FFFFFF;
    border-radius: 0;
    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-calender-table*/
.screen-reader-text {
    display: none;
}
.blog-sidebar #today a {
    color: #fff;
}
table,
.footer-box table
.blog-sidebar table {
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.blog-sidebar th {
    color: #61757c;
}
.blog-sidebar td,
.blog-sidebar th {
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 5px 0 5px 0px;
}
.blog-sidebar #today {
    background:#238121;
    color: #FFF;
}
/* blog-img*/
.blog-sidebar .widget_text img {
    margin: 10px 0 15px;
}
/*select-box*/
.widget select {
    display: inline-block;
    width: 100%;
    padding: 11px 20px 8px 5px;
    background: transparent;
    border-radius: 0px;
    border: 1px solid #e1e1e1;
    box-shadow: inherit;
    color: #4d4d4d;
    letter-spacing: 1px;
    outline: 0;
    cursor: pointer;
    line-height: 1;
    font-size: 16px;
}
.widget .tagcloud a:hover {
    background:#FFFFFF;
    border:1px solid #ffffff;
    color: #238121;
}
/* navbar-menu(ul) */
.widget ul.menu {
    width: auto;
    height: auto;
    float: left;
}
.widget ul.menu li a {
    font-size: 14px;
}
.widget ul.sub-menu li {
    padding: 0 0 0 !important;
}
.widget ul.sub-menu li a {
    font-size: 14px;
}
.widget ul.sub-menu {
    margin: 5px 0 0 !important;
}
.widget .widget-title a:hover {
    color: #238121;
}
.textwidget{
    font-size: 14px;
}
/*For-blog-page css End*/
.gardeniapro-search-form label {
    margin-bottom: 30px;
    width: 100%;
}
.gardeniapro-search-form .search-field {
    border: 1px solid #a1c0c8;
}
/*Key feature*/
.feature-box .iconbox{
    height: 100px;
    width: 100px;
}
/*Tabs*/
.menu-detail{
    text-align: left;
    color: #FFFFFF;
    margin-top: 20px;
}
.services-tab-bg .tab-content img{
    max-width: 100%;
    height: auto;
}
#services-tabs {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.services-tabs-left li {
    display: block;
    position: relative;
    background:#238121;
    margin-bottom: 10px;
}
.services-tabs-left li a .tab-title:hover, 
.services-tabs-left li.active a .tab-title {
    color: #000000;
}

#services-tabs li a span {
    font-size: 30px;
}

.services-tabs-left li a {
    font-size: 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.services-tab-bg .services-tab-content {
    padding: 15px 25px;
    display: block;
    overflow: hidden;
}
.services-tab-bg .tab-content-background {
    padding: 15px;
    display: block;
    border: 1px solid #ffffff;
    background: rgba(36,1,21,0.8);
    padding: 40px;
}
.tab-content>.tab-pane {
    overflow: hidden;
}
.services-tabs-left li.active:after {
    content: '◀';
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    font-size: 14px;
    z-index: 1;
}
.services-tabs-left li.title-iconic a{
    justify-content: flex-start;
}
.services-tabs-left li.title-iconic a span{
    margin: 15px 30px;
}
.services-tabs-left li a,
.services-tabs-top li a {
    justify-content: center;
}
.services-tabs-top li {
    padding-bottom: 15px;
}
.services-tabs-top li a{
    display: block;
    padding-bottom: 15px;
}
.services-tabs-top li a span,
.services-tabs-top li a .tab-title{
    display: block;
}
.services-tabs-top li a .tab-title  {
    padding-top:15px;

}
.services-tabs-top li.active a{ padding-bottom: 13px;  background-color: #238121;  padding-top: 13px; }
.services-tabs-left li.active a{ background-color: #238121; }
/*Blog post slider*/
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-item {
    float: left;
}
.owl-pagination {
    display: none;
}
.owl-buttons {
    display: none;
}
.slide-text-bog{
    padding:15px 25px;
}
.slide-blog-more-button {
    font-weight: bold;
}
#owl-blog .owl-item .zoom-effect{
    position:relative;
}
.slide-blog-title h5 {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.slide-text-bog,.zoom-effect {
    min-height: 200px;
    overflow: hidden;
}
#owl-blog .zoom-effect:before,
#owl-blog .zoom-effect:after{
    content:'';
    display: block;
    text-align:center;
    background: url('') center/30px auto no-repeat scroll transparent;
    height: 25px;
    position: absolute;
    z-index: 1;
    width: 100%;
}

/*Blog post slider*/
/*css for upcoming seminar section start*/
.upcoming-seminars .timeline {
    position: relative;
    padding: 0 0 30px;
}

.upcoming-seminars .timeline:before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    background:#e1e1e1;
}
 
.upcoming-seminars .blog-card{
    padding: 20px;
}
.upcoming-seminars .blog-card a{
    color: #238121;
}
.upcoming-seminars .blog-card p{
    overflow: hidden;
}
.upcoming-seminars .blog-card .blog-title{
    padding-bottom: 10px;
    font-weight: 600;
}
.upcoming-seminars .blog-card .blog-date{
    padding-bottom: 10px;
}
.upcoming-seminars .first-event, .upcoming-seminars .second-event{
    padding: 15px 50px;
    position: relative;
    background: #fff;
}
.upcoming-seminars .event-date{
    margin: 100px 0;
    padding: 15px 0;
    background: #fff;
}
.upcoming-seminars .event-date .date{
    color: #4c4d4d;
    padding-bottom: 60px;
}
.upcoming-seminars .event-date .date h1{
    font-weight: bold;
    font-size: 70px;
}
.upcoming-seminars .event-date .date h3{
    color: #238121;
    font-weight: 600;
    margin-top: 0px;
}
.upcoming-seminars .event-date .book-seat a {
    border: 1px solid #238121;
    background-color: #fff;
    padding: 12px 12px 8px;
    margin-bottom: 45px;
    color: #4d4d4d;
    letter-spacing: 1.5px;
    line-height: 1;
    font-weight: bold;
    display: inline-block;
}

.upcoming-seminars .event-date .book-seat a:hover, 
.upcoming-seminars .event-date .book-seat a:focus{
    background-color: #238121;
    color: #fff;
}
.upcoming-seminars .event-date .social-network a {
    margin: 0 8px;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    background: #e1e1e1;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 20px;
}

.upcoming-seminars .event-date .social-network a:hover, .upcoming-seminars .event-date .social-network a:focus {
    background: #238121;
}

.upcoming-seminars .date .event-month{
    font-weight: 600;
    font-size: 20px;
    color: #238121;
    line-height: 1;
    letter-spacing: 1.8px;
}
.upcoming-seminars .date .event-day{
    font-weight: bold;
    font-size: 80px;
    color: #4d4d4d;
    line-height: 1;
    letter-spacing: 7px;
}

.upcoming-seminars .first-event:before,
.upcoming-seminars .second-event:after{
    content: '';
    height: .4em;
    width: .4em;
    background:  #238121;
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top:117px;
}

.upcoming-seminars .first-event:before{
    left: -17px;  
}
.upcoming-seminars .second-event:after{
    right: -19px;
}

.upcoming-seminars .arrow-down{
    width: 0; 
    height: 0; 
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    top: 12px;
    left: 7px;
    right: 0;
    bottom: 0;
}
.upcoming-seminars .triangle-border {
    padding: 10px;
    border: 1px solid #238121;
    width: 30px;
    height: 30px;
    position: relative;
    margin: auto;
}

.not-found{
    padding: 60px 0;
    display: block;
    margin: auto;
    float: none;
}
.not-found h1, p{
    margin-bottom: 10px;
}
.search-results {
    padding: 15px 0;
    color: #02111B;
}
.no-match-title, .no-match-text, .gardeniapro-search-form{
    padding: 0 20px 20px 20px;
}
div.wpcf7 .ajax-loader {
    display: block;
    margin: auto;
}
/*css for upcoming seminar section end*/
ul.ro-list-disc li {padding:10px 0; list-style: none;}
ul.ro-list-disc li:before {
  content:'\00B7';
  font-size:38px;
  color:#FF2B42;
  display:inline-block;
  vertical-align:middle;
  margin-right:20px;
}
/* Media Query Start */
/*----testimonail---*/
.carousel-overlay{
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(36,1,21,0.8);
}
.carousel-wrapper .carousel{
  position: static;
}
.carousel-wrapper .carousel-caption{
  position: relative;
}
.carousel-wrapper .carousel-inner .item{
  padding: 100px 0;
}
.testimonial-image{
  margin: 0 auto;
  text-align: center;
  padding: 100px 0;
}
.testimonial-image img{
  margin:  0 auto;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: relative;
}
.testimonial-image-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(2,17,27,0.5);
}
.testimonial-text p{
  font-size: 18px;
  color: #FFFFFF;
}
.testimonial-text-title p{
  letter-spacing: 1.5px;
  font-size: 20px;
}
.carousel-wrapper .item hr{
  width: 10%;
  border-top:3px solid #238121;
  float: left;
}
.testimonial-text-name{
  display: table;
    content: '';
    clear: both;
}
.carousel-wrapper .nav-tabs>li.active>a,.carousel-wrapper .nav-tabs>li.active>a:focus,.carousel-wrapper .nav-tabs>li.active>a:hover{
  color:transparent;
    cursor: default;
    background-color:transparent;
    border: 0px solid transparent;
    border-bottom-color: transparent;
}
.carousel-wrapper .nav-tabs>li>a{
      margin-right: 0px;
    line-height:0;
    border: 0px solid transparent;
    border-radius:0 0;
}
.carousel-wrapper .nav-tabs>li>a:hover{
  border-color: transparent;
}
.carousel-wrapper .nav>li>a:focus,.carousel-wrapper  .nav>li>a:hover{
  text-decoration: none;
    background-color:transparent;
    border:0px;
}
.carousel-wrapper .nav-tabs{
  border-bottom: 0px;
}
.fade{
    opacity: 0;
    -webkit-transition: opacity .5s linear .2s;
    -o-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
}
 .carousel-wrapper .carousel-inner>.item{
  transition:transform .5s ease-in-out .2s;
}
.carousel-wrapper .carousel-indicators li{
  background-color:#238121;
  width: 15;
  height: 15;border-radius: 15px;
  border: 1px solid transparent;
  margin: 0px 12px;
}
.carousel-wrapper .carousel-indicators li:active,.carousel-wrapper .carousel-indicators li:focus,.carousel-wrapper .carousel-indicators li:visited,.carousel-wrapper .carousel-indicators li:hover {
  background-color:#FFFFFF;
}
.carousel-wrapper .carousel-indicators li.active{
  background-color:#FFFFFF;
  width: 10px;
  height: 10px;border-radius: 10px;
}
/*video section*/
.video{
    top:0;
    left:0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
}
.video-bg{
  position: relative;
  margin: 30px 0;
}
.video-bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36,1,21,0.5);
  z-index: 2;
}
.video-bg-content{
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0 auto;
    text-align: center;
    cursor: default;
}
.video-bg-content .heading{
  color: #FFFFFF;
  font-family: 'Ruthie', cursive;
}
.video-bg-content .heading{
  font-size: 10em;
  margin-bottom: 15px;
}
.video-bg-content .sub-heading{
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 300;
  color: #FFFFFF;
}

.book-now{
    font-family: Quicksand;
    font-weight: 300;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: #5f021f;
    border: 0px solid #FFFFFF;
    border-radius: 0px;
    color: #FFFFFF;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition:0.3s all ease-in-out;
    margin: 20px 0;
}
.book-now:hover{
  background-color:#FFFFFF;
  color: #5f021f;
}
/*video section end*/
/*Blog section start*/
.blog-section{
  padding: 40px 0;
}
.blog-image-column{
  position: relative;
    max-width: 370px;
    margin: 0 auto 30px auto;
    line-height: 0;
}
.blog-image-column:hover .content-overlay .blog-image-text{
  height: 80px;
}
.blog-image-column:hover .content-overlay{
  height: 100%;
}
.blog-image-column:hover .content-overlay ul > li a i{
  margin: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-image-column:hover .content-overlay ul > li a span{
  display: inline-block;
  margin-left: 10px;
}
.blog-image img{
  width: 100%;
  height: auto;
}
.content-overlay{
  transition: all 0.8s;
  line-height: 26.4px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    text-align: center;
    background-color:rgba(140, 0, 26,0.8);;
    padding: 50px 25px;
}
.content-overlay a{
  color: #FFFFFF;
}
.content-overlay h6{
  text-transform: uppercase;
    margin-bottom: 10px;
  color: #FFFFFF;
}
.blog-image-title h6{
    font-weight: normal;
    font-style: 400;
    font-size: 18px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.blog-image-meta{
  font-weight: 600;
    font-style: italic;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.blog-image-text{
  transition: all 0.8s;
  color: #FFFFFF;
  height: 0px;
  overflow: hidden;
}
.blog-image-text a{
  color: #660000;
  font-style: italic;

}
.content-overlay ul{
  font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding-left: 0;
    list-style: none;
}
.content-overlay ul > li{
  position: relative;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
   color: #FFFFFF;
    padding: 0 15px;
}
.content-overlay ul > li a{
  transition:all 0.8s;
}
.content-overlay ul > li a ins{
  text-decoration: none;
}
.content-overlay ul > li a i{
  font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 16px;
}
.content-overlay ul > li a span{
  display: none;
}
/*Blog section end*/
/*footer start*/
#main-footer2 aside input[type="search"].search-field{color:#FFFFFF}
#main-footer1 .footer-social-links ul li a{
    color: #FFFFFF;
    cursor: pointer;
}
#main-footer1 .footer-social-links ul li{
    width: 35px;
    height:35px;
    border-radius: 35px;
    line-height: 35px;
    border:1px solid;
    margin: 0px 10px;
    transition:0.3s all ease-in-out ;
}
#main-footer1 .footer-social-links ul li:hover{
    background: #02111B;
    border: 1px solid transparent;
}
/*footer end*/
table th, table td{
    text-align: center;
    border: 1px solid #e1e1e1;
    padding: 5px 0 5px 0px;
}
/*Blog section start*/
.blog-section{
  padding: 40px 0;
}
.blog-image-column{
    position: relative;
    max-width: 370px;
    margin: 0 auto 30px;
    line-height: 0;
}
.blog-image-column:hover .content-overlay .blog-image-text{
  height: 94px;
}
.blog-image-column:hover .content-overlay{
  height: 100%;
}
.blog-image-column:hover .content-overlay ul > li a i{
  margin: 0;
    position: absolute;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.blog-image-column:hover .content-overlay ul > li a span{
  display: inline-block;
  margin-left: 10px;
}
.blog-image img{
  width: 100%;
  height: auto;
}

.content-overlay{
    transition: all 0.8s;
    line-height: 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 36%;
    text-align: center;
    background-color:rgba(0, 0, 0,0.8);
    padding: 15px 25px;
}
.content-overlay a{
  color: #ffffff;
}
.content-overlay h6{
  text-transform: uppercase;
    margin-bottom: 10px;
  color: #d8a0a7;
}
.blog-image-title h6{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}
.blog-image-meta{
    font-weight: 600;
    font-style: italic;
    color: #ffffff;
    margin-bottom: 15px;
    font-size: 14px;
}
.blog-image-text{
  transition: all 0.8s;
  color: #ffffff;
  height: 0px;
  overflow: hidden;
}
.blog-post-link{
  transition: all 0.8s;
  color: #ffffff;
  overflow: hidden;
  margin: 15px 0;
  height: 0;
}
.blog-post-link a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding: 5px 15px;
}
.blog-image-column:hover .content-overlay .blog-post-link{
    height: auto;
}
.content-overlay ul{
  font-size: 16px;
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    padding-left: 0;
    list-style: none;
}
.content-overlay ul > li{
  position: relative;
    display: inline-block;
    font-weight: 400;
    letter-spacing: 0;
   color: #d8a0a7;
    padding: 0 15px;
}
.content-overlay ul > li a{
  transition:all 0.8s;
}
.content-overlay ul > li a ins{
  text-decoration: none;
}
.content-overlay ul > li a i{
  font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 16px;
}
.content-overlay ul > li a span{
  display: none;
}
/*Blog section end*/
/*contact page*/
.contact-info ul{
    text-decoration: none;
    list-style: none;
    padding-left: 0px;
}
.contact-info ul li span{
    margin-right:15px;
}
.contact-info ul li{
    font-size: 16px;
    color: #02111B;
    padding: 10px;
}
.contact-info ul li span a{
    color: #02111B;
}
/*end contact page*/
/*Key feature*/
.feature-box .iconbox{
    height: 100px;
    width: 100px;
}
/*End Key feature*/
/*Tabs*/
.menu-detail{
    text-align: left;
    color: #ffffff;
    margin-top: 20px;
}
.services-tab-bg .tab-content img{
    max-width: 100%;
    height: auto;
}
#services-tabs {
    padding-left: 0;
    margin: 0;
    list-style-type: none;
}
.services-tabs-left li {
    display: block;
    position: relative;
    background:#5F021F;
    margin-bottom: 10px;
}
.services-tabs-left li a .tab-title:hover, 
.services-tabs-left li.active a .tab-title {
    color: #000000;
}

#services-tabs li a span {
    font-size: 30px;
}

.services-tabs-left li a {
    font-size: 16px;
    min-height: 60px;
    display: flex;
    align-items: center;
}
.services-tab-bg .services-tab-content {
   /* border: 1px solid #e1e1e1;*/
    padding: 15px 25px;
    display: block;
    overflow: hidden;
}
.services-tab-bg .tab-content-background {
   /* margin: 15px;*/
    padding: 15px;
    display: block;
    border: 1px solid #ffffff;
    background: rgba(36,1,21,0.8);
   /* height: 55vh;*/
    padding: 40px;
}
.tab-content>.tab-pane {
    overflow: hidden;
}
.services-tabs-left li.active:after {
    content: '◀';
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -32px;
    font-size: 14px;
    z-index: 1;
}
.services-tabs-left li.title-iconic a{
    justify-content: flex-start;
}
.services-tabs-left li.title-iconic a span{
    margin: 15px 30px;
}
.services-tabs-left li a,
.services-tabs-top li a {
    justify-content: center;
}
.services-tabs-top li {
    padding-bottom: 15px;
}
.services-tabs-top li a{
    display: block;
    padding-bottom: 15px;
}
.services-tabs-top li a span,
.services-tabs-top li a .tab-title{
    display: block;
}
.services-tabs-top li a .tab-title  {
    padding-top:15px;

}
.services-tabs-top li.active a{ padding-bottom: 13px;  background-color: #238121;  padding-top: 13px; }
.services-tabs-left li.active a{ /*border-bottom: 2px solid #238121;*/ background-color: #238121; }
/*End Tabs*/
/*----testimonail---*/
.carousel-wrapper{
  /*background: url(./images/pexels-photo-27431.jpg);*/
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  position: relative;
}
.carousel-overlay{
  position: relative;
  width: 100%;
  height: auto;
  background: rgba(0,0,0,0.8);
}
.carousel-wrapper .carousel{
  position: static;
}
.carousel-wrapper .carousel-caption{
  position: relative;
}
.carousel-wrapper .carousel-inner .item{
  padding: 50px 0px 50px 0px;
  float: left;
}
.testimonial-image{
  margin: 0 auto;
  text-align: center;
  padding:0;
}
.testimonial-image img{
  margin:  0 auto;
  width: 200px;
  height: 200px;
  border-radius: 200px;
  position: relative;
}
.testimonial-image-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background:rgba(2,17,27,0.5);
}
.testimonial-text-description {
    height: 68px;
    overflow: hidden;
}
.testimonial-text p{
    font-size: 14px;
    color: #ffffff;
    padding: 0 15px 0 0;
}
.testimonial-text-title p{
  letter-spacing: 1.5px;
  font-size: 20px;
}
.carousel-wrapper .item hr{
  width: 10%;
  border-top:3px solid #ffffff;
  float: left;
}
.testimonial-text-name{
  display: table;
    content: '';
    clear: both;
}
.carousel-wrapper .nav-tabs>li.active>a,.carousel-wrapper .nav-tabs>li.active>a:focus,.carousel-wrapper .nav-tabs>li.active>a:hover{
  color:transparent;
    cursor: default;
    background-color:transparent;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
}
.carousel-wrapper .nav-tabs>li>a{
      margin-right: 0px;
    line-height:0;
    border: 0px solid transparent;
    border-radius:0 0;
}
.carousel-wrapper .nav-tabs>li>a:hover{
  border-color: transparent;
}
.carousel-wrapper .nav>li>a:focus,.carousel-wrapper  .nav>li>a:hover{
  text-decoration: none;
    background-color:transparent;
    border:0px;
}
.carousel-wrapper .nav-tabs{
    border-bottom: 0px;
    margin: 0 auto;
    width: auto;
    left: 45%;
}
.fade{
    opacity: 0;
    -webkit-transition: opacity .5s linear .2s;
    -o-transition: opacity .5s linear .2s;
    transition: opacity .5s linear .2s;
}
 .carousel-wrapper .carousel-inner>.item{
  transition:transform .5s ease-in-out .2s;
}
.carousel-wrapper .carousel-indicators li{
  background-color:transparent;
  width: 15;
  height: 15;border-radius: 15px;
  border: 1px solid #ffffff;
  margin: 0px 12px;
}
.carousel-wrapper .carousel-indicators li:active,.carousel-wrapper .carousel-indicators li:focus,.carousel-wrapper .carousel-indicators li:visited,.carousel-wrapper .carousel-indicators li:hover {
  background-color:#ffffff;
}
.carousel-wrapper .carousel-indicators li.active{
  background-color:#ffffff;
  width: 10px;
  height: 10px;border-radius: 10px;
}
/*End Testimonials slider*/
/*video section*/
.video{
    top:0;
    left:0;
    z-index: 1;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: relative;
}
.video-bg{
  position: relative;
  margin: 30px 0;
}
.video-bg-overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36,1,21,0.5);
  z-index: 2;
}
.video-bg-content{
  /*position: absolute;*/
    top: 30%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    margin: 0 auto;
   /* max-width: 720px;*/
    text-align: center;
    cursor: default;
}
.video-bg-content .heading{
  color: #d8a0a7;
  font-family: 'Ruthie', cursive;
}
.video-bg-content .heading{
  font-size: 10em;
  margin-bottom: 15px;
}
.video-bg-content .sub-heading{
  font-size: 2em;
  margin-bottom: 15px;
  font-weight: 300;
  color: #d8a0a7;
}

.book-now{
    font-family: Quicksand;
    font-weight: 500;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 150px;
    font-size: 16px;
    padding-left: 15px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    background: #5f021f;
    border: 0px solid #d8a0a7;
    border-radius: 0px;
    color: #ffffff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    transition:0.3s all ease-in-out;
    margin: 20px 0;
}
.book-now:hover{
  background-color:#ffffff;
  color: #5f021f;
}
/*video section end*/
/*about-us page*/
.about-feature{
    font-size: 16px;
    line-height: 1.8em;    
    color: #02111B;    
    padding: 15px;    
    list-style: none;
}
.about-feature:before{
    font-family: FontAwesome;   
    content: "\f178";   
    margin-right: 15px;   
    color: #238121;
}
/*end about us*/
/*footer start*/
.footer{
  background-color:#161616; 
  padding: 30px 0;
  border-top: 5px solid #457103;
}
.footer-widget h3.widget-title {
    font-weight: 600;
    font-size: 18px;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.footer-column.last-child{
  border-right: 1px solid transparent;
}
.footer-column{
  text-align: left;
  margin: 0 auto;
  font-size: 14px;
  color: #ffffff;
}
.footer-column .brand-name h3{
  font-family: 'Ruthie', cursive;
  margin-bottom: 20px;
  font-size: 55px;
}
.footer-column .brand-message p{
  margin-bottom: 30px;
  font-size: 14px;
  text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    text-over: break-word;
    overflow: hidden;max-height: 70px;

}
.footer-column .social-links span a, .footer-column .brand-name h3 a, .footer-column .owner-name h4 a{
  color: #ffffff;
}
.footer-column .social-links span a:hover,.footer-column .social-links span a:focus, .footer-column .social-links span a:active, .footer-column .social-links span a:visited , .footer-column .brand-name h3 a:hover, .footer-column .brand-name h3 a:focus, .footer-column .brand-name h3 a:active, .footer-column .brand-name h3 a:visited, .footer-column .owner-name h4 a:hover,.footer-column .owner-name h4 a:focus, .footer-column .owner-name h4 a:active, .footer-column .owner-name h4 a:visited{
  text-decoration: none;
}
.footer-column .social-links span a{
  transition: all 0.4s;
    display: inline-block;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 0 10px;
    border-radius: 50%;
    border: 1px solid transparent;
}
.footer-column .social-links span a i{
  display: inline-block;
   /* line-height: 38px;*/
    vertical-align: text-top;
}
.footer-column .social-links span{
    line-height: 38px;
}
.footer-column .social-links span a:hover{
     border: 1px solid #ffffff;
}
.footer-column .owner-profile{
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
}
.footer-column .owner-position{
  margin-bottom: 10px;
  font-size: 14px;
}
.footer-column .owner-profile img{
  width: 140px;
  height: 140px;
  border-radius: 140px;
}
.footer-column .contact-info{
  list-style: none;
  text-decoration: none;
  text-align: left;
  padding-left: 0;
  font-size: 14px;
}
.footer-column .contact-info li{
  margin-bottom: 30px;
}
.footer-column .contact-info li a{
  color:  #ffffff;
}
.footer-column .contact-info li a:hover, .footer-column .contact-info li a:focus, .footer-column .contact-info li a:active,.footer-column .contact-info li a:visited{
  text-decoration: none;
}
.footer-column .contact-info li span{
  float: left;
  margin-right: 15px;
  width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    border: 1px solid #ffffff;
}
.footer-column .contact-info li span i{
  display: inline-block;
    vertical-align: text-top;
}
.footer-widget ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-widget ul li{
    margin: 0 0 5px;
}
.footer-widget ul li a {
    font-size: 14px;
    color: #fff;
    text-align: left;
    padding: 5px 0;
}
/*footer end*/
.site-intro{
    width: 40%; 
}
@media screen and (max-width:1200px) {
    /*blog-page*/
    .blog-content-left2 ul li .news-content {
        max-width: 220px;
    }
    .blog-content-left2 ul li {
        margin-right: 10px;
    }
    .blog-content-left2 ul li .news-info a {
        padding: 10px 56px;
    }

    /*blog-page End*/
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
    .logo-description #cssmenu > ul > li > a{
        padding: 25px 12px;
    }
    #cssmenu > ul > li > a{
        font-size: 12px;
    }
}


@media screen and (max-width: 1024px) {
    /*MENU*/
    /*.blog-summary p{display:none;}*/
    /*.blog-info-text .blog-title{font-size:20px;}*/
    .navbar-fixed-top #cssmenu ul li {
    float: left;
    width: 100%;
    padding: 0;
    }
    .header{
        height: 113px;
    }
    .top-menu {
        /*padding-right: 15px;*/
        width: 100%;
    }
    .header-text h3{padding: 10px 0;}
    .header-text{padding: 10px 0 25px;}
    #cssmenu {
        width: 100%;
        height:auto;
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        background: #238121;
        position: absolute;
        top: 78px;
        padding: 5px 15px;
        left:0px;
    }
    #cssmenu.align-center > ul,
    #cssmenu.align-right ul ul {
        text-align: left;
    }
    #cssmenu ul li,
    #cssmenu ul ul li,
    #cssmenu ul li:hover > ul > li {
        width: 100%;
        height: auto;
        opacity: 1;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
    }
    #cssmenu > ul > li > a {
        padding: 4px 10px;
        line-height: 18px;
    } 
    #cssmenu > ul > li,
    #cssmenu.align-center > ul > li,
    #cssmenu.align-right > ul > li {
        float: none;
        display: block;
    }
    #cssmenu li > ul {
        left: auto;
        background-color: #fff;
        border: none;
        border-radius: 0px;
        box-shadow: none !important;
    }
    #cssmenu li:hover > ul {
        left: auto;
        background-color: #fff;
        border: none;
        border-radius: 0px;
        box-shadow: none !important;
    }
    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
        padding: 0px 0 5px;
    }
    #cssmenu ul ul li a {
        font-size: 12px;
        color: #FFFFFF;
        background: #238121;
        line-height: 24px;
        padding: 2px 10px;
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li a:hover {
        color: #FFFFFF;
    }
    #cssmenu ul ul li {
        float: left;
        width: 100%;
        padding: 0px;
    } 
    #cssmenu ul ul li a {
    padding-left: 25px;
} 
.navbar-fixed-top #cssmenu ul ul ul li a {
    padding-left: 35px;
}
.navbar-fixed-top #cssmenu ul ul ul ul li a {
    padding-left: 45px;
}
    #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;
    }
    .navbar-fixed-top .header-logo img { 
        margin-top: 14px;
    }
    .navbar-top-scroll .header-logo img { 
        margin-top: 10px;
    }
    #cssmenu #menu-button {
        display: block;
        padding: 17px 10px;
        color: #238121;
        background-color:transparent;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        width: 40px;
        right: 20px;
        position: absolute;
        top: 28px;
        border-radius: 4px;
    }
    #cssmenu #menu-button::after {
        content: '';
        position: absolute;
        top: 10px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        background:#FFFFFF;
        border-top: 2px solid #FFFFFF;
        border-radius: 1px;
    }
    #cssmenu #menu-button::before {
        content: '';
        position: absolute;
        top: 16px;
        right: 9px;
        display: block;
        width: 22px;
        height: 2px;
        padding: 2px 0;
        border-top: 2px solid #FFFFFF;
        border-bottom: 2px solid #FFFFFF;
        border-radius: 1px;
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 10px;
        top: 3px;
        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:#FFFFFF;
        z-index: 99;
    }
    #cssmenu .submenu-button::before {
        content: '';
        position: absolute;
        left: 5px;
        top: 11px;
        display: block;
        width: 11px;
        height: 1px;
        background: #FFFFFF;
        z-index: 99;
    }
    #cssmenu .submenu-button.submenu-opened:after {
        display: none;
    }
    #cssmenu > ul > li > a{
        -webkit-transform:none; 
        transform:none;
        color: #fff !important;
    }
    .header-logo h3{
        padding-top: 5px;
        padding-bottom: 15px;
    }
    .logo-description #cssmenu > ul > li > a{
        padding: 10px 15px;
    }
    .bloginner-content-part .title-data h2{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .grid-sizer, .grid-item{
            width: 100%;
    }
    .testimonial-image img{
        width: 150px;
        height: 150px;
        border-radius: 150px;
    }
    .carousel-wrapper .carousel-inner .item{
            padding: 30px 0px 40px 0px;
    }
}
    /*menu css */
    /*menu-new-code End*/
}


@media screen and (max-width:991px) {

    /*menu*/
    /*Logo-Description*/
    .logo-description #cssmenu > ul > li > a {
        padding: 10px 10px;
    }
    /*MENU*/
    #cssmenu ul#menu-menu{
        max-height: 350px;
        overflow-y: auto;
        max-height: calc(100vh - 90px);
    }
    #cssmenu > ul > li > a {
        padding: 17px 9px 17px 9px;
    }
    #cssmenu ul ul li a {
        width: 100%;
        padding: 10px 9px;
    }
    /*menu end*/
    /*Tabs*/
    .services-tabs-left{
        padding: 0 0 15px;
    }
    .services-tabs-left li.active:after{
        right: 0;
    }
    /* footer */
    .footer-contact {
        margin: 0 20px;
    }
    /*blgo-page*/
    .blog-content-left2 ul li .news-content {
        max-width: 230px;
    }
    /*timeline start*/
    .upcoming-seminars .first-event, .upcoming-seminars .second-event{
        padding: 15px 0;
    }
    /*timeline end*/

   
}

@media screen and (min-width: 768px) and (max-width:991px){
     .footer-column{
        padding:0;
        text-align: left;
        margin: 0 auto;
        font-size: 14px;
        color: #ffffff;
        height: 100%;
        max-height: 285px;
    }
    .footer-column .contact-info li span{
        width: 28px;
        height: 28px;
        line-height: 28px;
    }
    .footer-column .brand-message p{
        margin-bottom: 50px;
    }
    .footer-column .brand-name h3{
        margin-top: 0px;
    }
    .footer-column .contact-info li{
        margin-bottom: 25px;
    }
    .footer-column .contact-info, .footer-column .owner-name h4 a, .footer-column .owner-position, .footer-column .brand-message p, .footer-column .social-links span a {
        font-size: 12px;
    }


}
@media screen and (max-width:767px) {
    /*Top-bar*/
    .left-head {
        display: inline-block;
        float: none;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }
    .phone, .mail {
        display: inline-block;
        float: none;
        text-align: center;
    }
    .right-head {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .right-head ol.social {
        float: none;
        text-align: center;
        width: 100%;
    }

    .header{
        line-height: 0;
        height: 134px;
    }
    #cssmenu #menu-button{
        top:28px;
    }
  
    .header-logo img{
        max-height: 44px;
    }
    /*menu*/
    .heading-description-logo-top .col-xs-12 {}
    #top-menu .logo {
        left: 15px;
    }
    #top-menu .menu {
        right: 15px;
    }
    /* footer */
    .socail-icons,
    .socail-card {
        text-align: center;
        float: none;
    }
    .socail-card ul li:last-child {
        padding-right: 10px;
    }
    .socail-icons ul li:first-child {
        padding-left: 10px;
    }
    .footer-copyrights p {
        display: block;
    }
    .footer-menu ul li::before,
    .footer-menu ul li::after {
        display: none;
    }
    .footer-menu ul li {
        padding: 0;
        display: block;
        margin: 0 auto;

    }
    .footer-social-icon ul li {
        padding: 8px;
    }
    /* footer End */
    .upcoming-seminars .first-event:before,
    .upcoming-seminars .second-event:after{
        top: -50px;
        left: 0;
        right: 0;
        margin: auto;
    }
    .upcoming-seminars .blog-image img{
        display: block;
        margin: auto;
    }
    /*timeline end*/
    /*Blog*/
    .blog-title,#breadcrumbs{
        text-align:center;
    }
    .blog-title h2{
        float: none;
        color: #238121;
    }
    .grid-sizer,
    .grid-item {
        width: 100%;
        margin: 8px 0;
    }
    ul.page-numbers{
        padding: 0;
    }
    /*tabs*/
    .services-tabs-left li.title-iconic a span{
        margin: 15px;
    }
    .services-tab-bg .tab-content-background {
        padding: 20px;
    }
    .carousel-wrapper .carousel-inner .item{
        padding: 15px 0;
    }
    .testimonial-image{
        padding: 15px 0;
    }
    .testimonial-image img{
        width: 100px;
        height: 100px;
        border-radius: 100px;                                                                       
    }
    .testimonial-text-title p{
        font-size: 14px;
    }
    .testimonial-text p{
        font-size: 14px;
    }
    .testimonial-text{
        margin-bottom: 30px;
    }
    .footer-column{
        padding: 0px 30px 30px 30px;
        border-right: 0px solid transparent;
    }
    .site-intro{
        width: 100%; 
    }
    .comment-author.vcard img{
        width: 50px;
        height: 50px;
        border-radius: 50px;
        margin:0px 15px 0px 15px;
    }
    .comment-area article{
        margin: 0 0px 90px;
    }
    .blog-image-column {
        max-width: inherit;
        margin: 0 auto 30px;
    }
    .content-overlay{
        height: 20%;
    }
}

@media screen and (max-width:480px) {
    .content-overlay {
        height: 26%;
    }
    .blog-image-title {
        height: 26px;
        overflow: hidden;
    }
    .blog-image-column:hover .content-overlay .blog-image-text {
        height: 48px;
    }
    .blog-image-meta{
        margin-bottom: 10px;
    }
    .blog-post-link{
        margin: 10px 0;
    }
}

/*woocommerce----===/////////////////*/


/*general*/
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
    border-radius: 4px;
    border: 1px solid #dbdbdb;
}
.woocommerce div.product form.cart .button,
.woocommerce ul.products li.product .button,
.woocommerce #review_form #respond .form-submit input,
.woocommerce a.button,
.woocommerce a.added_to_cart,
.woocommerce .cart .button,
.woocommerce .cart input.button,
.woocommerce a.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt {
    background: #ffffff;
    color: #019779;
    padding: 1em 2em;
    border: 1px solid #019779;
    border-radius: 0;
    line-height: 1em;
    font-weight: normal;
    font-size: 1em;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
    line-height: 1.8em;
}
.woocommerce a.added_to_cart{
    margin:0.5em 0 0; 
}
input[type="checkbox"],
input[type="radio"]{
    margin-left: 2px;
    margin-right: 2px;
}

input[type=checkbox]:focus,
input[type="radio"]:focus{
    outline: 0;
}
.woocommerce form .form-row .required{
    color: #545454;
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover,
.woocommerce a.button:hover,
.woocommerce a.added_to_cart:hover,
.woocommerce .cart .button:hover,
.woocommerce .cart input.button:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce div.product form.cart .button:hover {
    background: #019779;
    color: #ffffff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #019779;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #545454;
}

.main-sidebar .product-categories ul {
    margin-bottom: 0px;
}

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
    margin-bottom: 15px;
}

.widget_product_search input[type=submit] {
    display: none;
}

.widget_product_search input[type=search] {
    margin-bottom: 15px;
}

.product_list_widget .buttons {
    margin-bottom: 15px;
}

.woocommerce .widget_shopping_cart .buttons,
.woocommerce.widget_shopping_cart .total,
buttons {
    margin-bottom: 15px;
}
.woocommerce { padding: 90px 0; }

/*shop*/
.woocommerce .page-title {
    color: #545454;
    margin: 0 0 10px;
}
.woocommerce .woocommerce-result-count {
    margin-top: 5px;
}
.woocommerce select{
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-padding-end: 20px;
    -moz-padding-end: 20px;
    -webkit-padding-start: 10px;
    -moz-padding-start: 10px;
    background-color: #ffffff;
    border: 1px solid #dbdbdb;
    border-radius: 0.25em;
    background: url(../images/bottom.png) 175px 6px no-repeat #fff;
    background-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.woocommerce ul.products li.product .button.add_to_cart_button{
    border:  1px solid #dbdbdb;
    text-align: center;
    width: 100%;
}
.woocommerce ul.products li.product .added_to_cart{
    border:  1px solid #dbdbdb;
    text-align: center;
    width: 100%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    border: 1px solid #cacaca;
    box-shadow: 0 0 5px #cccccc;
    overflow: hidden;
}
.woocommerce-page ul.products li.product:hover {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

@-webkit-keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
       transform: translateX(-5px);
    } 
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes swing
{
    15%
    {
        -webkit-transform: translateX(5px);
        transform: translateX(5px);
    }
    30%
    {
        -webkit-transform: translateX(-5px);
        transform: translateX(-5px);
    }
    50%
    {
        -webkit-transform: translateX(3px);
        transform: translateX(3px);
    }
    65%
    {
        -webkit-transform: translateX(-3px);
        transform: translateX(-3px);
    }
    80%
    {
        -webkit-transform: translateX(2px);
        transform: translateX(2px);
    }
    100%
    {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    border: none;
    width: 180px;
    padding: 10px 6px;
    margin: 0 -5px 0 0;
    height: 50px;
    background-color: #ddd;
}
input[type=number]::-webkit-inner-spin-button {
  opacity: 1;
}
input[type="number"] {
    position: relative;
    margin: 0 0 1rem;
    border: 1px solid #BBB;
    border-color: #BBB;
    padding: 5px;
}

/* Spin Buttons modified */
input[type="number"].mod::-webkit-outer-spin-button, 
input[type="number"].mod::-webkit-inner-spin-button {
    -webkit-appearance: none;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAKUlEQVQYlWNgwAT/sYhhKPiPT+F/LJgEsHv37v+EMGkmkuImoh2NoQAANlcun/q4OoYAAAAASUVORK5CYII=) no-repeat center center;
    width: 1em;
    border-left: 1px solid #BBB;
    opacity: .5; /* shows Spin Buttons per default (Chrome >= 39) */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
input[type="number"].mod::-webkit-inner-spin-button:hover,
input[type="number"].mod::-webkit-inner-spin-button:active{
    box-shadow: 0 0 2px #0CF;
    opacity: .8;
}

/* Override browser form filling */
input:-webkit-autofill {
    background: black;
    color: red;
}
.woocommerce ul.products li.product a img { padding: 5px; margin: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { margin: 0; padding: 5px; font-size: 18px;}
.woocommerce ul.products li.product a span.price { padding: 0 5px; }
.woocommerce ul.products li.product .button.ajax_add_to_cart {
    text-align: center;
    width: auto;
    box-shadow: 0px -5px 5px -3px #aaa;
    border: none;
    border-radius: 0;
    margin: 15px -4px 0;
    display: block;
}
.woocommerce ul.products li.product .button {
    text-align: center;
    width: auto;
    box-shadow: 0px -5px 5px -3px #aaa;
    border: none;
    border-radius: 0;
    margin: 15px -4px 0;
    display: block;
}
.woocommerce ul.products li.product .onsale { top: 7px; right: 6px; }


/*woo-single-1*/
.woocommerce div.product .product_title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 1%;
    color: #545454;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 1%;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #ffffff;
}

.woocommerce button.button.alt:disabled {
    background: #019779 !important;
}

.woocommerce .products ul,
.woocommerce ul.products {
    padding-top: 1em;
}
.woocommerce ul.products li.product h3 {
    padding: .5em 0 0.8em;
    font-size: 1.1em;
}
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #019779;
    display: block;
    font-size: 1em;
    margin-bottom: 1%;
}

.summary.entry-summary p {
    line-height: 25px;
    margin-bottom: 1%;
}
.woocommerce div.product form.cart .variations .label label{
    font-size: 14px;
    color: #545454;
    font-weight: normal;
}
.woocommerce div.product form.cart .variations .value{
    width: 200px;
}
.woocommerce div.product form.cart .reset_variations{
    padding: 0 4px;
    border: 1px solid #019779;
    border-radius: 0.25em;
}
.woocommerce div.product form.cart .variations select {
    background-size: 11px;
    background-position: 137px 9px;
}
.woocommerce .quantity .qty {
    padding: 0 4px;
    border: 1px solid #019779;
    border-radius: 0em;
    width: 5em;
    height: 50px;
    margin-bottom: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border-bottom: 1px solid #dbdbdb;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #545454;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 1px solid #dbdbdb;
    background-color: #019779;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    width: 0;
    height: 0;
}
.woocommerce span.onsale {
    background-color: #019779;
}

.woocommerce ul.products li.product .price {
    color: #019779;
}
.woocommerce .star-rating:before,
.woocommerce .star-rating,
.woocommerce p.stars a{
    color: #019779;
}
.woocommerce #reviews h3 {
    color: #545454;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
    padding: 1em;
}
.woocommerce #review_form #respond p {
    width: 100%;
}
.woocommerce div.product form.cart .group_table td { vertical-align: middle; }
.woocommerce div.product form.cart .group_table td.label label { display: block; }
.woocommerce div.product form.cart .group_table td.label label a { font-size: 16px; }
.woocommerce div.product .woocommerce-product-rating { margin-bottom: 15px; }
.woocommerce div.product p.stock {
    background-color: #ddd;
    padding: 3px 5px;
}
.woocommerce div.product form.cart table.group_table {
    margin-bottom: 15px;
}

/*clothing page*/

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    padding-right: 3px;
    color: #2c3e50;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #019779;
    color: #ffffff;
    padding: 1em 2em;
    border: 2px solid #019779;
}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
    border: none;
    box-shadow: none;
    background: transparent;
}

.woocommerce nav.woocommerce-pagination ul li a {
    color: #019779;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: bold;
    padding: 1em 2em;
    border: 2px solid #019779;
    border-radius: 0.25em;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li:hover {
    background: #fff;
}


/*cart page*/
.woocommerce table.shop_table{
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    overflow: hidden;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    float: none;
    border: 1px solid #dbdbdb;
    width: 180px;
    padding: 10px 6px;
}
.woocommerce-cart table.cart td.actions .coupon .input-text:focus {
    border-color: #a9a9a9;
    outline: #a9a9a9;
}
.woocommerce .woocommerce-message {
    border-top-color: #019779;
}

.woocommerce .woocommerce-message::before {
    color: #019779;
}
.cart_totals h2{
    margin: 5px 0;
}
.wcppec-checkout-buttons__separator {
    text-align: center;
    font-size: 18px;
}
.wcppec-checkout-buttons__button {
    text-align: center;
    display: block;
    font-weight: 600;
    font-size: 24px;
}
.woocommerce div.product form.cart {
    margin: 15px 0;
}

/*my account page*/
.woocommerce .woocommerce-MyAccount-navigation ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    color: #019779;
    background: #ffffff;
    border-bottom: 1px solid #019779;
    border-radius: 0em;
    padding: 15px;
    margin: 0 0 2px;
    line-height: 1em;
    font-weight: normal;
    display: inline-block;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    color: #ffffff;
    background: #019779;
}
.woocommerce form .form-row input.input-text {
    padding: 2px 5px;
    line-height: 22px;
}
.woocommerce-EditAccountForm fieldset legend{
    color: #545454;
    margin: 10px 0 5px;
    padding: 0 0 5px;
}
.woocommerce-MyAccount-content input.button{
    margin: 10px 0 0;
}
.woocommerce form .form-row label.inline {
    display: inline-block;
    margin: 5px 0;
}
/*check-out*/
.woocommerce h2{
    color: #545454;
    margin: 0 0 10px;
}
.woocommerce .order_details {
    margin: 0 0 0.5em;
}
.woocommerce .order_details li {
    margin-bottom: 1em;
}
.woocommerce .woocommerce-info {
    border-top-color: #019779;
}

.woocommerce .woocommerce-info::before {
    color: #019779;
}

.woocommerce form .form-row.woocommerce-invalid label {
    color: #545454;
}

.woocommerce form .form-row.woocommerce-invalid input.input-text {
    border-color: #545454;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #545454;
}
.woocommerce form.checkout_coupon .form-row{
    margin: 0;
}
.woocommerce form.checkout_coupon .form-row #coupon_code{
    margin-top: 4px;
}
.woocommerce header.title{
    padding: 0 0 15px;
}

.woocommerce input.input-text, .woocommerce textarea.input-text {border: 1px solid #cacaca;}
.woocommerce input.input-text { height: 35px; }
.woocommerce .select2-container .select2-selection--single { height: 35px; border-radius: 0;border: 1px solid #cacaca;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered {line-height: 35px;}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow { top: 4px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-color: #cacaca; text-align: left; border-left: none; border-bottom: none;}
.woocommerce .payment_methods .wc_payment_method input { width: auto; }
.woocommerce .payment_methods .wc_payment_method { width: 49%; display: inline-block; vertical-align: top; }
.woocommerce table.shop_table thead th { border-top: none; }
.woocommerce table.shop_table th:last-child, .woocommerce table.shop_table td:last-child { border-right: none; }
.woocommerce table.shop_table {border-color: #cacaca;}
.woocommerce table.shop_table td, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th { border-top-color:#cacaca;  }
.woocommerce ul.products li.product .star-rating { margin: 0 0 10px 5px; }

/*disabled button*/
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit[disabled]:disabled, .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button[disabled]:disabled, .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button[disabled]:disabled, .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button[disabled]:disabled {
    padding: 1em 2em;
}
.woocommerce ul.products li.product h3{
     font-size: 16px;
}
.woocommerce ul.products li.product .price del{
 float: left;
 margin-right:10px;
}
.woocommerce ul.products li.product .price ins{
 font-weight: 100
 text-decoration:none;

}
ul.products li.product .button, .woocommerce a.button, .woocommerce a.added_to_cart{
 padding: 0.75em 2em;
}
/*added in version 1.0.5*/
.woocommerce span.onsale {
    min-height: 0;
    min-width: 0;
    padding: 0px 15px ;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 25px;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 0;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    -webkit-font-smoothing: antialiased;
}
/*---- CustomChanges start ----*/