/*
Tameplate Name: Shared Tables
Author: Web Alive
*/

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic-Bold.eot');
    src: url('../fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic-Bold.woff') format('woff'),
    url('../fonts/CenturyGothic-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: url('../fonts/CenturyGothic.eot');
    src: url('../fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
    url('../fonts/CenturyGothic.woff') format('woff'),
    url('../fonts/CenturyGothic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
::-webkit-scrollbar {
    width: 12px
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3)
}

::-webkit-scrollbar-thumb {
    background: rgba(210,210,210,.8);
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(210,210,210,.4)
}
/* ====Tipograph==== */
html, body {
    color:#000;
    font-size:15px;
    font-weight: 400;
    line-height: 25px;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-family:"Century Gothic", Arial;
}
.widget-snippet{
    font-family:"Century Gothic", Arial;
}

.page-content .v-split-container > .v-split {
    /* margin: auto; */
    /* width: 1170px; */
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding-bottom: 15px;
    color: #555
}
p,code,table,th,td,ul,ol,li,dl,dt,dd,form {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #555;
    font-style: normal;
    font-variant: normal;
    text-decoration: none;
    border-radius: 0;
    box-shadow: none;
    vertical-align: middle
}

.widget-snippet h1,
.widget-snippet h2,
.widget-snippet h3,
.widget-snippet h4,
.widget-snippet h5,
.widget-snippet h6,
h1, h2, h3, h4, h5, h6 {
    padding: 22px 0 10px 0;
    margin: 0;
    font-family:"Century Gothic", Arial;
    line-height: 1.3;
    font-weight: 600;
}
h1 {
    font-size: 45px;
}
h2 {
    font-size: 40px;
}
h3 {
    font-size: 35px;
}
h4 {
    font-size: 25px;
}
h5 {
    font-size: 20px;
}
h6 {
    font-size: 16px;
}

.widget-snippet a, a:link, a {
    color:#75b027;
}

.widget-snippet a:hover,
.widget-snippet a:focus,
.widget-snippet a:active,
a:hover,
a:focus,
a:active {
    color: #5c9314;
    outline: 0;
    text-decoration: none;
}

.widget-snippet img,
img {
    max-width: 100%;
    height: auto;
}

.widget-snippet p,
p {
    margin: 0;
    padding: 0 0 22px;
    font-size: 15px;
}

.widget-snippet ul,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.widget-snippet ul li, .widget-snippet ol li,
ul li, ol li {
    position: relative;
    font-size: 16px;
    line-height: 32px;
    margin: 0;
    padding: 0 0 0px 28px;
    list-style-type: none;
}
.widget-snippet ul li::before,
ul li::before{
    content: "";
    position: absolute;
    top: 9px;
    background: url('/template/5bd81af5/images/check-icon.png');
    background-repeat: repeat;
    background-repeat: no-repeat;
    left: 0px;
    height: 100%;
    width: 24px;
}
ul, ol,
.widget-snippet ul,
.widget-article ul,
.widget-snippet ol,
.widget-article ol{
    margin-bottom: 20px;
}
ol,
.widget-article ol,
.widget-snippet ol{
    padding-left: 19px;
}
ol li,
.widget-article ol li,
.widget-snippet ol li{
    padding: 0 0 0px 13px;
    list-style-type: normal;
}

table {
    max-width: 100%;
    margin-bottom: 20px;
}
table th {
    font-size: 16px;
    font-weight: 500;
}
table, th, td {
    border: 1px solid #d9d9d9;
    padding: 8px;
    text-align: left;
    font-weight:normal;
    font-size: 15px;
}

.widget-snippet a,
.widget-snippet button,
.widget-snippet .sponsors a img,
a, button {
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

::selection,
::-moz-selection{
    background-color: #FA713A;
    color: #fff;
}

input[type="submit"], input[type="button"], button, .button, a.button{
    float: none;
    margin-top: 0px;
    background: transparent;
    border: 2px solid #000;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Century Gothic", Arial;
    letter-spacing: 0.8px;
    box-sizing: border-box;
    text-align: center;
    padding: 5px 30px;
    width: auto;
}
input[type="submit"]:hover, input[type="button"]:hover, button:hover, .button:hover, a.button:hover{
    background: #8F8F4B;
    color: #fff;
    border-color: #8F8F4B;
}

.widget-snippet  h2.sec-title,
h2.sec-title{
    font-weight: 400;
    color: #75b027;
    position: relative;
    line-height: 26.48px;
    margin-bottom: 35px;
    padding: 0px 0px 23px 0px;
    text-transform: uppercase;
}
.widget-snippet h2.sec-title::after,
h2.sec-title::after{
    content:"";
    position:absolute;
    bottom:0px;
    width:60px;
    height:3px;
    left:0px;
    background:#75b027;
}
/*  */
.widget-snippet h2.sec-title-center,
h2.sec-title-center{
    font-weight: 400;
    color: #75b027;
    position: relative;
    line-height: 26.48px;
    margin-bottom: 35px;
    padding: 0px 0px 23px 0px;
    text-align: center;
}
.widget-snippet h2.sec-title-center::after,
h2.sec-title-center::after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    background: #75b027;
}

.widget-snippet .sub-title,
.sub-title{
    font-size: 18px;
    color: #818181;
    text-align: center;
    line-height: 26px;
    max-width: 917px;
    margin: 0 auto;
}

.widget-snippet .btn-trans-border,
.btn-trans-border{
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    border: 3px solid #fff;
    background: transparent;
    text-align: center;
    padding: 10px 34px;
    display: inline-block;
}
.widget-snippet .btn-trans-border i,
.btn-trans-border i{
    margin-left: 5px;
}
.widget-snippet .btn-trans-border:hover,
.btn-trans-border:hover{
    background: #fff;
    color: #75B027;
}
body#webcommander-page.page-booking .page-content{
	padding: 0;
	margin:0 0 -10px 0;
}
body#webcommander-page.page-home .page-content{
    padding: 0 0 95px;
}
body#webcommander-page.page-testimonials .page-content{
    padding: 0 0 0 0;
}
body#webcommander-page.page-development-award .page-content {
    padding: 0px 0px 95px;
}
body#webcommander-page.page-contact .body > .widget-container,
body#webcommander-page.page-membership .body > .widget-container{
    width: 100%;
}
/*End Default css*/


/* ==== Main Menu ==== */
.header {
    background: #fff;
    position:relative;
}

.responsive.page-home  .header::after{
    display:none;
}
.widget-navigation.main-menu .horizontal{
    text-align: right;
}
.widget-navigation.main-menu .horizontal .navigation-item a {
    position: relative;
    display: inline-block;
    /* padding: 5px 17px; */
    padding: 5px 12px;
    text-transform: uppercase;
    color: #818181;
    letter-spacing: 0.5px;
}
.widget-navigation.main-menu .horizontal .navigation-item a::after{
    content: "";
    position: absolute;
    bottom: -10px;
    height: 2px;
    width: 40%;
    background: #75b027;
    left: 50%;
    margin-left: -20%;
    opacity: 0;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.widget-navigation.main-menu .horizontal .navigation-item:first-child a::after{
    left: 37%;
}
.widget-navigation.main-menu .horizontal .navigation-item:last-child a::after{
    left: 61%;
}

.widget-navigation.main-menu .horizontal .navigation-item:first-child a{
    padding-left: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item:last-child a{
    padding-right: 0px;
}
.widget-navigation.main-menu .horizontal .navigation-item a:hover,
.widget-navigation.main-menu .horizontal .navigation-item a:focus,
.widget-navigation.main-menu .horizontal .navigation-item.active a{
    color: #6aa41f;
}
.widget-navigation.main-menu .horizontal .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item.active a::after{
    bottom: 0px;
    opacity: 1;
}

/** Sub Menu **/
.main-menu .navigation-item .navigation-item-child-container {
top: 55px;
  width: 193px;
  background: #fff;
  text-align: center;
  padding: 0px;
  left: 50%;
  box-shadow: 5px 0px 32px rgba(0,0,0,0.12);
  transform: translateX(-50%);
}
.main-menu .navigation-item .navigation-item-child-container::before{
    content: "";
    position: absolute;
    top: -13px;
    left: 50%;
    width: 0px;
    height: 0px;
    border-color: #fff transparent #fff transparent;
    border-width: 0px 19px 22px 19px;
    border-style: solid;
    margin-left: -19px;
    z-index:1;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a {
    border-bottom: 0px #fff solid;
    padding: 12px 24px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #515151;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover {
    transition: all 0.5s ease 0s;
    background: #fff;
    color: #6aa41f;
    z-index: 2;
    display: block;
}
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:hover::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item a:focus::after,
.widget-navigation.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item.active a::after{
    display: none;
}
.main-menu .horizontal .navigation-item .navigation-item-child-container .navigation-item {
    padding: 0px;
}

/* Inner page headding */
.widget-pageHeading.inner-page-headding,
.widget-html.inner-page-headding-html {
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    background: #f8f4ec url(/template/5bd81af5/images/page-titleBG.jpg) no-repeat center / cover;
    padding: 50px 15px;
}
.widget-pageHeading.inner-page-headding h1{
    margin: auto;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding: 0 0 13px 0;
    text-transform: uppercase;
}
.widget-pageHeading.inner-page-headding h1::after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    background: #fff;
}
/*  */
.inner-page-headding-html{
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
}
.inner-page-headding-html h1{
    margin: auto;
    font-weight: normal;
    color: #fff;
    position: relative;
    padding: 0 0 13px 0;
    text-transform: uppercase;
}
.inner-page-headding-html h1::after{
    content: "";
    position: absolute;
    bottom: 0px;
    width: 60px;
    height: 3px;
    left: 50%;
    margin-left: -30px;
    background: #fff;
}

/*=====start: jssor slider css ==== */
.jssor-slider-container .jssor-loader .loader-2 {
    display: none;
}
.jssor-slider-container .jssorb03 div, .jssor-slider-container .jssorb03 div:hover, .jssor-slider-container .jssorb03 .av {
    opacity: 0;
}
div.jssor-slider-container .slide {
    display: none;
}
div.jssor-slider-container[jssor-slider="true"] .slide {
    display: block;
}
div.jssor-slider-container .container, div.jssor-slider-container {
    height:500px;
    width: 1920px;
    padding: 0 !important;
    text-align: center;
}
div.jssor-slider-container {
    margin: 0 auto;
}
div.jssor-slider-container .jssora20l, div.jssor-slider-container .jssora20r, div.jssor-slider-container .slide {
    display : none;
}
div.jssor-slider-container[jssor-slider="true"] .slide, div.jssor-slider-container[jssor-slider="true"] .jssora20l, div.jssor-slider-container[jssor-slider="true"] .jssora20r {
    display: block;
}
.jssor-slider-container::before {
    content: url("/template/5bd81af5/images/loading.gif");
    height: 64px;
    position: absolute;
    top: 50%;
    width: 64px;
}
.widget-gallery.jssorSlider:before {
    display: none;
}
/*end: jssor slider css */


/* ==== footer ==== */
.footer{
    background: #242424;
    border-top: 13px solid #75B027;
}
.footer .footer-address.widget .widget-title,
.footer .footer-call-now.widget .widget-title,
.footer .stay-connected.widget .widget-title,
.footer .footer-menu.widget .widget-title {
    font-size: 14px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5px;
}
.footer .footer-address.widget p,
.footer .footer-call-now.widget p a,
.footer .footer-menu.widget .vertical .navigation-item a {
    border-bottom: 0px dashed #CCCCCC;
    line-height: 29px;
    color: rgba(255,255,255,0.6);
    font-size: 14px;
    font-weight: normal;
    padding: 0px;
}
.footer .footer-address.widget p:first-child{
    margin-bottom: 15px;
}
.footer .footer-call-now.widget p a:hover,
.footer .footer-call-now.widget p a:focus,
.footer .footer-menu.widget .vertical .navigation-item a:focus,
.footer .footer-menu.widget .vertical .navigation-item a:hover{
    color:#6aa41f;
}
.footer .footer-call-now.widget p a{
    display: block;
}



.google-map {
    overflow: hidden;
    margin-top: -80px;
}
.google-map iframe {
    width: 100%;
    height: 647px;
    z-index: 1;
    margin-top: -117px;
    margin-bottom: -10px;
}



/**404 Pahe not faund**/
.pagenotfaund {
    padding: 100px;
    text-align: center;
    color: #00304B;
}
.pagenotfaund h1 {
    font-size: 50px;
    color: #75B028;
}
.pagenotfaund h2 {
    color: #515151;
    font-size: 33px;
}
.pagenotfaund p {
    font-size: 16px;
    color: #515151;
    padding: 0 0 0;
}



/* Refund-Policy */
.Refund-Policy p{
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
}



.security-policy-content{
    max-width: 767px;
    margin: 0 auto;
    text-align: center;
}
.security-policy-content p{
    display: inline-block;
    font-size: 16px;
}
.security-policy-content p.se-po-address{
    max-width: 320px;
}
.security-policy-bottom{
    display: block;
    max-width: 767px;
    margin: 0 auto;
}

/* award-img */
.dev-award-sec p a{
    color: #75b027;
}
.dev-award-sec p a:hover,
.dev-award-sec p a:focus{
    color: #5c9314;;
}
.award-img {
    display: flex;
    display: -webkit-flex;
    text-align: left;
}
.award-img img{
    max-width: 200px;
    margin: auto 0px auto 0;
    display: inline-block;
    margin-right: 30px;
}
.dev-award-sec ul{
    padding-bottom: 0px;
}
.award-highlight{
    color: #75B027;
}



/* nwesletter-sec */
.nwesletter-sec{
    max-width: 670px;
    margin: 0 auto;
    font-family: "Century Gothic", Arial;
}
.nwesletter-sec #mc_embed_signup h2 {
    background: none;
    width: 100%;
    color: #75b027;
    position: relative;
    line-height: 26.48px;
    padding: 0px 0px 47px 0px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    text-transform: none;
    border: 0px;
}
.indicates-required{
    display: none;
}
.nwesletter-sec #mc_embed_signup .mc-field-group{
    position: relative;
    min-height: 100px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    clear: none;
    padding: 0px 12px;
    margin: 0px;
}
.nwesletter-sec #mc_embed_signup .mc-field-group input[type="email"],
.nwesletter-sec #mc_embed_signup .mc-field-group input {
    padding: 13px 4px;
    background: #EFEFEF;
    border: 0;
    height: auto;
    box-sizing: border-box;
    font-family: "Century Gothic", Arial;
    width: 100%;
}
.nwesletter-sec #mc_embed_signup .mc-field-group select {
    padding: 11px 4px;
    height: auto;
    margin: 3px 0px;
    border-color: #EFEFEF;
    background: #EFEFEF;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    font-family: "Century Gothic", Arial;
    width: 100%;
}
.nwesletter-sec #mc_embed_signup .mc-field-group:nth-of-type(8)::before,
.nwesletter-sec #mc_embed_signup .mc-field-group:nth-of-type(7)::before{
    content: "\f0d7";
    position: absolute;
    color: #666;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: 18px;
    top: 50%;
    margin-top: -11px;
    right: 20px;
    z-index: 2;
}

.widget-article.nwesletter-sec ul li::before{
    display: none;
}

/*  */
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group label {
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    font-family: "Century Gothic", Arial;
    display: block;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group.input-group{
    padding-top: 10px;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group.input-group strong{
    font-size: 16px;
    color: #515151;
    font-weight: 400;
    font-family: "Century Gothic", Arial;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group.input-group ul li{
    margin: 0 20px 0px 0px;
    display: inline-block;
    padding: 0px;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group.input-group ul li label,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group.input-group ul li label{
    position: relative;
    padding-left: 25px;
    margin-left: -12px;
    display: inline-block;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"],
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"] {
    opacity: 1;
    z-index: 1;
    width: auto;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"]:checked + label::before,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"]:checked + label::before {
    background-color: #75B027;
    border-color: #75B027;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"] + label::before,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 1px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"]:checked + label::after,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"]:checked + label::after{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"] + label::after,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"] + label::after {
    background-color: #75B027 !important;
    border-color: #75B027 !important;
}
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="checkbox"] + label::after,
#mc-embedded-subscribe-form #mc_embed_signup_scroll .mc-field-group ul li input[type="radio"] + label::after {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    top: 1px;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    border-radius: 50%;
    background-color: #1199c4;
    border-color: #1199c4;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.nwesletter-sec #mc_embed_signup_scroll div.clear{
    text-align: center;
    padding-top: 11px;
}
.nwesletter-sec #mc_embed_signup_scroll div.clear input{
    border-radius: 0;
    padding: 13px 47px;
    height: auto;
    font-size: 20px;
    font-weight: bold;
    background: #75b027;
    border: 0px;
    color: #fff;
    -moz-transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    -o-transition: all 350ms ease 0s;
    -ms-transition: all 350ms ease 0s;
    transition: all 350ms ease 0s;
}
.nwesletter-sec #mc_embed_signup_scroll div.clear input:hover,
.nwesletter-sec #mc_embed_signup_scroll div.clear input:focus{
    background: #242424;
}

.widget.nwesletter-sec #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
    position: absolute;
    background: transparent;
    font-size: 13px;
    left: 0px;
    bottom: -7px;
    font-family: "Century Gothic", Arial;
    color: red;
    font-weight: 400;
    z-index: auto;
}
.widget.nwesletter-sec #mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    border: 1px solid #EFEFEF;
}

.widget.nwesletter-sec #mc_embed_signup div#mce-responses {
    padding: 0px;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
}
.widget.nwesletter-sec #mce-error-response,
.widget.nwesletter-sec #mce-success-response{
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
}
.widget.nwesletter-sec #mc_embed_signup form {
    padding: 10px 0 10px 0;
}
.page-booking .body > .widget-container {
    width: auto;
}


.events-calender{
    position: relative;
    overflow: hidden;
    min-height: 500px;
}
.events-calender .calender-loadding{
    position: absolute;
    width: 100%;
    height: 100%;
    background: #eee url('/template/5bd81af5/images/loading.gif');
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    top: 0;
}
#mce-success-response {
    color: #75b027 !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
body#webcommander-page.page-development-award-form .page-content{
	padding: 0;
}
.widget.widget-gallery .jssor-slider-container .slide:after{
	background-color:transparent !important;
}
.statis-box h3{
	min-height: 100px;	
}
.page-booking .events-calender iframe {
    min-height: 620px;
}
.widget.widget-snippet .galabal-overlay {
  word-break: break-all;
}
.widget.widget-snippet .overlay-content {
  word-break: break-word;
}
body.widget-snippet .galaBal-box {
  padding-bottom: 40px;
  word-break: break-word;
}
.fee .postal-inner div.fee-overlay-html-data-type.data-style-type-html{
      width: 100%;
}
.fee-fixed-width-content {
    padding-left: calc(50% - 585px)!important;
    padding-right: calc(50% - 585px)!important;
}
.fee .widget.widget-snippet .galaBal-box:hover .galabal-overlay {
  word-break: break-all;
  width: 70%;
  height: 70%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fee .widget.widget-snippet .galaBal-box {
padding:0
}

@media screen and (max-width: 980px) {
    body > .body {
        padding: 0;
    }
}

#spltr-2E9958CA-C1AC-4193-8EB5-C06895DE5243 {
    padding: 86px 0;
}
#spltr-3237A53F-1BB5-4506-B907-5648A69DBE40 {
    padding-top: 86px;
}
.widget-snippet .timmeline-section {
    padding-top: 86px;
}
.widget-snippet .sponsors-page-sec {
    padding: 86px 0;
}
.widget-snippet .gala-ball-sponsors {
    padding-bottom: 86px;
}
.widget-snippet .container.dev-award-sec {
    padding-top: 86px;
}
.widget-snippet .contact-details {
    padding-top: 86px;
}
body#webcommander-page.page-board-members div.page-content {
    padding: 0;
}
.widget-snippet .board-members-page {
    padding-top: 86px;
}
div.widget-snippet .koto-page {
    padding-top: 86px;
}
.page-development-award-form #spltr-2E9958CA-C1AC-4193-8EB5-C06895DE5243,
.page-development-award #spltr-2E9958CA-C1AC-4193-8EB5-C06895DE5243 {
    padding: 0;
}
@media(max-width: 1200px) {
    .widget-snippet .timmeline-section {
        padding-top: 64px;
    }
    .widget-snippet .sponsors-page-sec {
        padding: 64px 0;
    }
    .widget-snippet .container.dev-award-sec {
        padding-top: 64px;
    }
    .widget-snippet .contact-details {
        padding-top: 64px;
    }
    .widget-snippet .board-members-page {
        padding-top: 64px;
    }
    .widget-snippet .koto-page {
        padding-top: 64px;
    }
}
@media(max-width: 991px) {
    #spltr-2E9958CA-C1AC-4193-8EB5-C06895DE5243 {
        padding: 50px 0;
    }
    #spltr-3237A53F-1BB5-4506-B907-5648A69DBE40 {
        padding-top: 50px;
    }
    .widget-snippet .timmeline-section {
        padding-top: 54px;
    }
    .widget-snippet .container.dev-award-sec {
        padding-top: 54px;
    }
    .widget-snippet .contact-details {
        padding-top: 54px;
    }
    .widget-snippet .board-members-page {
        padding-top: 54px;
    }
    .widget-snippet .koto-page {
        padding-top: 54px;
    }
    .widget-snippet .sponsors-page-sec {
        padding: 54px 0;
    }
    .widget-snippet .gala-ball-sponsors {
        padding-bottom: 30px;
    }
}
@media(max-width: 767px) {
    .widget-pageHeading.inner-page-headding,
    .widget-html.inner-page-headding-html {
        padding: 22px 15px;
    }
    
}
