/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=14271663079ec5c2fd7fdd3162dc9d7f)
 * Config saved to config.json and https://gist.github.com/14271663079ec5c2fd7fdd3162dc9d7f
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}



/* custome css start */
html{-webkit-font-smoothing:antialiased;}
*{outline:none;}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p, hr, iframe{margin:0;padding:0;border:none;list-style:none;}
a, input, select, textarea{outline:none;margin:0;padding:0;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
a{text-decoration:none;color:#333333;}
a:focus,:focus, input:focus{outline:none;}
img{max-width:100%;vertical-align:middle;border:none;outline:none;max-height:100%;border-radius:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;margin:0;padding:0;}
input, textarea, select, button{resize:none;border:0;-webkit-border-radius:0;-webkit-appearance:none;border-radius:0;}
select, input[type="submit"]{cursor:pointer}
p{font-size:14px;line-height:20px;}

table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;}
.clear{clear:both;}
label.error{position:absolute;right:0px;top:-20px;width:auto;height:auto;margin:0;line-height:normal;font:11px/11px arial;background:#fb0101;padding:5px 5px 4px;color:#ffffff;display:none;}
label.error:after{border-color:#fb0101 transparent transparent;border-image:none;border-right:6px solid transparent;border-style:solid;border-width:6px;content:" ";height:0;left:20px;margin-left:-10px;position:absolute;top:100%;width:0;}
.trans{transition:500ms all;-webkit-transition:500ms all;-moz-transition:500ms all;-ms-transition:500ms all;}
select option{padding:0 10px;}
.star{position:relative;}
.star:after{position:absolute;right:-5px;top:11px;content:"*";color:#ff0000;font:400 18px/18px 'Raleway', sans-serif;}
.absoImg{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;}
body{font:14px/16px 'Raleway', sans-serif;color:#000000;overflow-x:hidden;}
::-webkit-input-placeholder{color:#939598;}
:-moz-placeholder{color:#939598;opacity:1;}
::-moz-placeholder{color:#939598;opacity:1;}
:-ms-input-placeholder{color:#939598;}

.text-right{text-align:right;}
.text-left{text-align:left;}
.text-center{text-align:center;}

/* header css start from here */

.sliderMain{position: relative;overflow: hidden;width: 100%;}
.slider .slick-slide img{max-width: inherit;left: 50%;position:relative;max-height:inherit;margin-left:-1000px;}
.slider .slick-slide{overflow:hidden;}
.slick-dots{position: absolute;top: 50%;right: 0;margin: auto;max-width: 1170px;text-align: right;left: 0;padding-right:36px;transform:translateY(-50%);}
.slick-dots li{font-size: 0px;background: url(../images/sprite.png) no-repeat -46px -44px;width: 20px;height: 20px;cursor: pointer;margin-bottom: 10px;float: right;clear: both;}
.slick-dots li:last-child{margin-bottom:0px;}
.slick-dots li.slick-active{background-position:-70px -34px;width:25px;height:15px;}
#mobileslider{display:none;}
.logo{float:left;}
.headerRight{float:right;margin-top:26px;}
.headerSocial{float:left;}
.headerSocial ul li{float:left;}
.headerSocial ul li a{background:url(../images/sprite.png) no-repeat -5px -5px;width:11px;height:20px;display:inline-block;margin-right:20px;}
.headerSocial ul li a.instagram{background-position: -21px -5px;width:20px;height:20px;margin-right:0px;}
.menu{float:left;margin-top:1px;}
.menu ul li{display:inline-block;padding-right:26px;}
.menu ul li:last-child{padding-right:0;}
.menu ul li a{font-size:15px;color:#fff;font-weight:700;position:relative;}
.menu ul li a:before{position:absolute;left:0;right:0;top:-26px;height:2px;width:0;background:#ffcc00;transition:500ms all;-webkit-transition:500ms all;-moz-transition:500ms all;-ms-transition:500ms all;content:"";margin:0 auto;}
.menu ul li a.active, .headerMain.stickyShow .menu ul li a.active{color:#ffcc00;}
.menu ul li a.active:before{width:100%;}
.sticklogo{display:none;}
.mainTitle{text-transform:uppercase;color:#000;font-weight:900;text-align:center;font-size:30px;line-height:30px;position:relative;padding-bottom:12px;}
.mainTitle span{font-weight:400;}
.commonPadd{padding:45px 0 50px;}
/* header css end from here */

/* welcome section css start */ 
.welSec{background:#ffe500 url(../images/wlcm-bg.jpg) no-repeat center top;text-align:center;}
.contentscroll p{font-weight:400;color:#000;line-height:24px;padding-bottom:25px;max-width:976px;display:inline-block;vertical-align:top;width:100%;}
.moreinfo{border:2px solid #103362;font-size:14px;color:#103362;font-weight:700;display:inline-block;padding:0px 17px;text-transform:uppercase;margin-right:7px;height:40px;line-height:38px;vertical-align:top;background-color:transparent;}
.greenBtn{border:2px solid #76b728;background:#76b728;font-size:14px;color:#fff;font-weight:700;display:inline-block;padding:0px 37px;text-transform:uppercase;height:40px;line-height:38px;vertical-align:top;position:relative;}
.greenBtn small {bottom: -20px;color: #000;left: 0;line-height: 15px;position: absolute;right: 0;}
.homeConbox{margin-top:24px;}

/* mcustome scrollbar css start */
.mCustomScrollbar{max-height:250px;overflow:auto;}
.mCustomScrollBox{position: relative;overflow: hidden;height: 100%;max-width: 100%;outline: none;direction: ltr;}
.mCSB_container{height:auto;overflow:hidden;width:auto;margin-right:30px;}
.mCSB_scrollTools{position: absolute;width: 16px;height: auto;left: auto;top: 0;right: 0;bottom: 0;}
.mCSB_scrollTools .mCSB_draggerContainer{position: absolute;top: 0;left: 0;bottom: 0;right: 0; height: auto;}	
.mCSB_scrollTools .mCSB_dragger{cursor:pointer;height:30px;width:100%;z-index:1;}
.mCSB_dragger_bar{background-color:#000;height:100%;margin:0 auto;width:4px;text-align:center;position:relative;width:4px;}
.mCSB_draggerRail{width:2px;height:100%;margin:0 auto;background-color:rgba(0,0,0,0.4);}
/* mcustome scrollbar css end */

/* welcome section css end */


.newTitle .foTitle{font-size:26px;font-weight:900;line-height:26px;padding-bottom:12px;margin:0 0 20px;}
.newTitle .foTitle:before{width:40px;}
.skillMain{width:100%;position:relative;}
/*.skillMain ul{max-width:278px;float:left;padding-right:30px;}*/
.skillMain ul{max-width:100%;float:left;width:100%;}
.skillMain ul li{font-weight:400;color:#000;line-height:20px;font-size:14px;padding-left:25px;position:relative;padding-bottom:13px;}
.skillMain ul li:before{position:absolute;content:"";background:url(../images/sprite.png) no-repeat -46px -21px;width:18px;height:18px;left:0;top:0;}
.mobView{display:none;color: #103362;font-size: 14px;line-height: 12px;font-weight: 700;text-transform: uppercase;position:absolute;top:9px;right:0;border-bottom:1px solid #79859b;padding-bottom:2px;}

.formUl{margin:0 -5px;}
.formUl li{float:left;width:50%;padding:0 5px;margin-bottom:10px;position:relative;}
.formUl li.fullWidth{width:100%;}
.formUl li.rightBtn{text-align:right;}
.formfields{background-color:#fff;position:relative;border: 1px solid #c2c2c2;float:left;width:100%;}
.txtValue{font:400 14px/16px 'Raleway', sans-serif;color:#000;float:left;width:100%;height:38px;padding:0 10px;border:0;background-color:transparent;position:relative;}
.txtLable{font:400 14px/40px 'Raleway', sans-serif;color:#333;position:absolute;left:10px;top:0;transition:all 0.2s ease 0s;-webkit-transition:all 0.2s ease 0s;-moz-transition:all 0.2s ease 0s;-ms-transition:all 0.2s ease 0s;}
.placeHolder .txtLable{transform:translateY(-80%);-webkit-transform:translateY(-80%);-moz-transform:translateY(-80%);-ms-transform:translateY(-80%);opacity:0;}
textarea.txtValue{height:58px;padding:10px;}

.captchaBox{display:inline-block;vertical-align:top;}
.bg{background:#fff url(../images/sprite-steps.png);width:34px;height:30px;border:2px #c2c2c2 solid;float: left;}
.bg:hover{cursor:pointer} 
.captchaBox .bg span{display:inline-block;white-space:nowrap;line-height:24px;margin:0 0 0 44px;color:#333333;}
/*.capTxt{display: table-cell;height: 30px;padding-left: 10px;vertical-align: middle;width: 200px;}*/
.capMain{height: 50px;display: table-cell;vertical-align: middle;}

.skillSec{padding-bottom:0;position:relative;z-index:111;margin:0 0 -28px;}
.innGreen{padding:0;width:114px;line-height:50px;height:50px;}
.formMain{padding-right:19px;position:relative}
.notes{font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#000000;}
.enquiryMain{position:relative;}
.enquiryMain .notes{position:absolute;right:19px;top:6px;}

/* css adedd by chetan start */
/* footer css start here */
.footerTop{background-color:#f7f7f7;padding:39px 0 40px;}
.foTitle{color:#000000;position:relative;display:inline-block;vertical-align:top;text-transform:uppercase;font:700 18px/18px "Raleway",sans-serif;padding:0 0 13px;margin:0 0 17px;}
.foTitle:before{background-color:#76b828;width:25px;height:3px;content:'';position:absolute;right:0;bottom:0;}
.foUl li{margin-bottom:10px;}
.foUl li:last-child{margin-bottom:0;}
.foUl li a{color:#000000;position:relative;display:inline-block;vertical-align:top;position:relative;padding-left:20px;}
.foUl li a:before{position:absolute;left:0;top:0;bottom:0;content:'';margin:auto;width:10px;height:10px;border:2px solid #103362;border-radius:50%;-webkit-border-radius:50%;transition:300ms all;-webkit-transition:300ms all;}
.foUl li a.active:before{border-color:#76b828;}	
.foUl li a.active{color:#76b828;}
a.phNumber{display:none;}

.foMenu .foUl{display:inline-block;vertical-align:top;}
.foMenu .foUl + .foUl{margin-left:61px;}

.foBtm address{font-style:normal;}
.foBtm address strong{font-family:"Raleway",sans-serif;font-weight:700;}
.foBtm address p{margin:0 0 6px;}
.foBtm address p:last-child{margin-bottom:0;}

.foSocial{padding-left:8px;}
.foSocial a{color:#000000;line-height:20px;}
.foSocial li + li{margin-top:18px;}
.foSocial span{display:inline-block;vertical-align:top;width:20px;height:20px;position:relative;margin-right:15px;}
.foSocial span:before{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background:url(../images/sprite.png) no-repeat -21px -55px;width:20px;height:20px;content:'';}
.foSocial .fbLink span:before{width:11px;background-position:-5px -55px;}

.stripSpan{display:inline-block;vertical-align:top;margin:0 3px;}
.copyRight{padding-top:11px;padding-bottom:12px;}
.copyRight p{font-size:13px;color:#000000;}
.copyRight p a{color:#000;}
.leftP{float:left;}
.rightP{float:right;}
.webential{display:inline-block;vertical-align:top;background:url(../images/sprite.png) no-repeat -46px -5px;width:35px;height:11px;margin:4px 0 0 8px;}

/* footer css end from here */


.testSec{background:#fff url(../images/test-bg.png) no-repeat center bottom;text-align:center;padding-bottom:43px;}
.mainTitle:after{position:absolute;left:0;right:0;margin:auto;bottom:0;width:40px;height:3px;background-color:#76b828;content:'';}

.testInner{display:inline-block;vertical-align:top;width:100%;max-width:780px;border:22px solid #ebebeb;background-color:#fff;text-align:left;padding:38px 38px 50px;position:relative;margin:20px 0 0;}
.testSlide p{font-size:22px;color:#333333;line-height:36px;}
.author{font-size:22px;line-height:26px;color:#103362;font-weight:700;margin:15px 0 0;}

.cusArrow{position:absolute;right:18px;bottom:-57px;width:90px;}
.cusArrow button{font-size:0;width:100%;height:45px;background-color:#94cd51;position:relative;transition:300ms all;-webkit-transition:300ms all;}
.cusArrow button:after{position:absolute;left:0;top:0;right:0;bottom:0;margin:auto;content:'';background:url(../images/sprite.png) no-repeat -86px -5px;width:32px;height:23px;}
.cusArrow button.slick-next{background-color:#76b828;}
.cusArrow button.slick-next:after{background-position:-123px -5px;}

/*.gallerySec{background:#103362 url(../images/gallery-bg.jpg) no-repeat center top;padding:119px 0 20px;position:relative;}*/
.gallerySec{background:#103362;padding:119px 0 20px;position:relative;}

.sc_parallax_content{position:absolute;left:0;right:0;top:0;bottom:0;background:#103362 url(../images/gallery-bg.jpg) no-repeat center top;}

.gallerySec:before{position:absolute;top:-39px;left:-1%;right:-1%;content:'';background-color:#fff;height:115px;transform:rotate(-2.4deg);-webkit-transform:rotate(-2.4deg);z-index:11;}
.gallerySec .mainTitle{text-align:right;color:#fff;font-size:34px;}
.gallerySec .mainTitle:after{left:inherit;}

.galleryBtm{margin-top:31px;}
.gallUl > div{float:left;width:25%;padding:0 15px;margin:0 0 30px;}
.liInner{position:relative;}
.viewMore{color:#ffe500;font-size:12px;line-height:12px;font-weight:700;text-transform:uppercase;float:right;border-bottom:2px solid #8b8737;margin:-17px 0 0;}

/* gallery line effect start */
.liInner span{position:absolute;bottom:0;background-color:#ffe500;}
.liInner span:after{opacity:0;visibility:hidden;}
.liInner .pluse{width:43px;height:43px;right:-8px;bottom:-8px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transform-origin:100% 100% 0;-webkit-transform-origin:100% 100% 0;transform:scale(0);-webkit-transform:scale(0);}
.liInner .pluse:after{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;content:'';background:url(../images/sprite.png) no-repeat -28px -80px;width:19px;height:19px;opacity:0;visibility:hidden;transition-delay:2s;}
.liInner span.br1{right:-8px;width:9px;height:0;bottom:-8px;z-index:1;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;}
span.br1:after{position:absolute;width:9px;height:0;content:'';content:'';background:url(../images/br1.png) no-repeat left top;right:0;bottom:0;}
.liInner span.br2{right:-8px;height:9px;bottom:-8px;width:0;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;}
span.br2:after{position:absolute;width:0;height:12px;content:'';content:'';background:url(../images/br2.png) no-repeat left top;left:0;bottom:0;}
.liInner span.br3{left:8px;width:9px;height:0;}
span.br3:after{position:absolute;width:9px;height:0;content:'';content:'';background:url(../images/br3.png) no-repeat left top;right:0;bottom:0;}
.liInner span.br4{top:8px;width:0;height:9px;bottom:inherit;right:-8px;}
span.br4:after{position:absolute;width:0;height:12px;content:'';content:'';background:url(../images/br4.png) no-repeat left top;left:1px;bottom:0;}
/* gallery line effect end */

.gallArrow button{background:url(../images/sprite.png) no-repeat -160px -7px;width:26px;height:19px;font-size:0;}
.gallArrow button.slick-next{background-position:-190px -7px;margin-left:15px;}
.gallArrow button.slick-disabled{opacity:0.5;}

.scrollTop{position:fixed;right:15px;bottom:15px;width:40px;height:40px;z-index:99999;background-color:#76b828;display:none;box-shadow:0 0 0px 3px rgba(0, 0, 0, 0.1);-webkit-box-shadow:0 0 0px 3px rgba(0, 0, 0, 0.1);border-radius:50%;-webkit-border-radius:50%;}
.scrollTop span{background:url(../images/sprite.png) no-repeat -225px 0;width:21px;height:12px;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;}

/* css added by chetan end */

.menuIcon{width: 50px;height: 50px;position: absolute;cursor: pointer;background: #ffe400;top: 0;right:0;display:none;}
.menuIcon span{width:28px;height:2px;background:#274458;position:absolute;top:14px;right:9px;transition:all 500ms;}
.menuIcon span.line2{width:24px;top:21px;}
.menuIcon span.line3{width:32px;top:28px;}
.menuIcon span.line4{width:20px;top:35px;}
.menuIcon.menuActive span.line4, .menuIcon.menuActive span.line1{right:-50%;opacity:0;}
.menuIcon.menuActive span.line2, .menuIcon.menuActive span.line3{width:30px;top:50%;}
.menuIcon.menuActive span.line2{transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.menuIcon.menuActive span.line3{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}


.breadcrumMain{position:relative;padding-bottom:30px;overflow:hidden;}
.breadcrumMain > img{position:relative;left:50%;transform:translateX(-50%);-webkit-transform:translateX(-50%);max-width:inherit;max-height:inherit;}
.breadinner{position:absolute;bottom:0;left:0;right:0;padding-bottom:15px;}
.breadinner:before{content: "";border-left: 1920px solid #ffe500;border-top: 68px solid transparent;border-right: 0 solid #ffe500;position: absolute;border-bottom: 21px solid #ffe500;bottom:0;left:0;right:0;}
/*.separator path{fill:#ffe500}*/


.pageTitle{font-size:38px;line-height:40px;color:#000;font-weight:900;text-transform:uppercase;display:inline-block;position:relative;}
.breadcrum{float:right;padding-top:28px;}
.breadcrum ul li{display:inline-block;text-transform:uppercase;font-weight:800;}
.breadcrum ul li a{color:#000;font-size:14px;font-weight:400;transition:300ms all;-webkit-transition:300ms all;}

/* Contact us page css start */
.middleSec{margin:50px 0;min-height:200px}
.conTitle .foTitle{font-size:22px;font-weight:700;margin:0 0 28px;}
.conLeft .conTitle .foTitle{margin-bottom:24px;}
.conTitle .foTitle:before{width:28px;}
.contactForm{position:relative;}
.contactForm .notes {position: absolute;right: 15px;top:3px;}
.contactDetail ul li{font-size:16px;color:#222222;position:relative;padding-left:30px;padding-bottom:12px;}
.contactDetail ul li span{line-height:20px;}
.contactDetail ul li strong{font-weight:600;display:block;padding-bottom:5px;}
.contactDetail ul li:before{position:absolute;background:url(../images/sprite.png) no-repeat -5px -103px;width:14px;height:18px;left:0;top:2px;content:"";}
.contactDetail ul li.phone:before{background-position:-5px -125px;width:16px;height:16px;}
.contactDetail ul li.fax:before{background-position:-5px -145px;width:18px;height:17px;}
.contactDetail ul li.email:before{background-position:-5px -166px;width:18px;height:13px;top:4px;}
/*strong.add{padding-bottom:8px;display:block;}*/
.contactForm textarea.txtValue{height:80px;}
.contactForm .formMain{padding-right:15px;}
.locMap{margin:32px 0 0;}

.innForm .txtValue{height:48px;padding:0 14px;}
.innForm textarea.txtValue{padding:14px;}
.innForm .txtLable{line-height:50px;left:14px;}
.innForm{margin:0 -7.5px;}
.innForm li{padding:0 7.5px;margin-bottom:15px;}
.innForm .star:after{top:16px;}

/* Contact us page css end */
.middleSec .liInner span:after{display:none}
.middleSec .liInner .pluse:after{display:block;}
.innerGall{margin-bottom:-30px;}


/* cms content css start */
.cmsCon a{color:#76b828;transition:300ms all;-webkit-transition:300ms all;font-weight:600;text-decoration:underline;}
.cmsCon p{line-height:24px;margin-bottom:25px;}
.cmsCon p:last-child{margin-bottom:0;}
.cmsCon li{line-height:20px;margin-bottom:10px;position:relative;}
.cmsCon li:last-child{margin-bottom:0;}
/*cmsCon ul li{padding-left:15px;}*/
.cmsCon P + ul, .cmsCon P + ol{margin-top:-15px;}
.cmsCon ul, .cmsCon ol{margin-bottom:25px;margin-left:10px;}
.cmsCon ul:last-child, .cmsCon ol:last-child{margin-bottom:0;}
/*.roundSpan{position:absolute;left:0;top:5px;content:'';margin:auto;width:10px;height:10px;border:2px solid #103362;border-radius:50%;-webkit-border-radius:50%;}*/
.cmsCon ul li:before{display:inline-block;vertical-align:top;margin:5px 5px 0 0;content:'';width:10px;height:10px;border:2px solid #103362;border-radius:50%;-webkit-border-radius:50%;}

.cmsCon ol, .cmsCon ol li{list-style:decimal;list-style-position:inside}
.cmsCon ol li ol{margin-left:15px;}
img.alignright{float:right;margin:5px 0 10px 15px;}
img.alignleft{float:left;margin:5px 15px 10px 0;}
img.aligncenter{margin:10px auto;display:block;}

figure.alignright{float:right;}
figure.alignleft{float:left;}
figure.aligncenter{margin:10px auto;display:block;}

figure{position:relative;}
.cmsCon figure figcaption{bottom:10px;color:#fff;font-weight:700;font-size:16px;line-height:24px;text-align:center;background-color:rgba(17,51,99,0.8);padding:10px;position:absolute;}
.cmsCon figure.alignleft figcaption{left:0;right:15px;}
.cmsCon figure.alignright figcaption{left:15px;right:0;}

.cmstitle, .cmsCon h2{font-weight:700;font-size:20px;line-height:20px;text-transform:uppercase;margin:0 0 10px;display:inline-block;width:100%;}
.cmstitle:first-child, .cmsCon h2:first-child{margin-top:0;}

.commingSoon {background: #f7f7f7;font-size: 30px;font-weight: 600;padding:30px 0;text-align: center;line-height:30px;}
/*.cmsCon ol{counter-reset:list;list-style:decimal;}
.cmsCon ol li:before{counter-increment:list;content:counter(list, decimal) ".";font-weight:700;position:absolute;left:0;top:-2px;font-size:16px;}*/

.filterUl{border-bottom:1px solid #76b828;margin-bottom:30px;}
.filterUl li{display:inline-block;vertical-align:top;margin-bottom:-1px;}
.filterUl li a{display:block;transition:0.4s ease-in;-webkit-transition:0.4s ease-in;text-transform:uppercase;font-weight:600;line-height:30px;border:1px solid #76b828;padding:5px 15px;position:relative;}
.filterUl li a.selected{background-color:#76b828;color:#fff;}

.mobiFill{background-color:#76b828;line-height:45px;display:none;font-weight:600;text-transform:uppercase;padding:0 15px;position:relative;margin:0 0 15px;color:#fff;}
.mobiFill:after{position:absolute;top:0;bottom:0;content:'';width:10px;height:10px;border-top:2px solid #fff;border-left:2px solid #fff;right:15px;margin:auto;transform:rotate(225deg);-webkit-transform:rotate(225deg);}


.tabMain{padding:0 15px;}
.regDiv .notes{float:right;margin:0 15px 0 0;}
.fourCol{margin:0 -15px;}
.fourCol li{width:33.33333%;padding:0 15px;margin-bottom:15px;}
.fourCol li.haflLi{width:66.6666%;}
.fourCol li.fullLi{width:100%;}

/* datepicker css start here */
.ui-helper-clearfix:before,.ui-helper-clearfix:after {content: "";display: table;border-collapse: collapse;}
.ui-helper-clearfix:after {clear: both;}
.ui-helper-clearfix {min-height: 0; /* support: IE7 */}
.ui-datepicker{width:17em;padding:0;display:none;}
.ui-widget-content{border:1px solid #dfdfdf;background-color:#fff;}
.ui-datepicker-header{background-color:#76b828;padding:0.2em 0;position:relative;}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{position:absolute;width:1.8em;height:1.8em;top:0;bottom:0;margin:auto;cursor:pointer;}
.ui-datepicker .ui-datepicker-prev{left:2px;}
.ui-datepicker .ui-datepicker-next{right:2px;}
.ui-datepicker .ui-icon{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;overflow:hidden;text-indent:-99999px;display:block;width:4px;height:7px;background:url(../images/datepicker-arrow.png) no-repeat left center;}
.ui-datepicker .ui-icon-circle-triangle-e{background-position:right center;}
.ui-datepicker .ui-datepicker-title{margin:0 2.3em;text-align:center;line-height:1.8em;}
.ui-datepicker .ui-datepicker-title select{height:33px;width:46%;margin:1px 2px;padding:0 5px;}
.ui-datepicker .ui-datepicker-title select option{padding:2px 5px;}

.ui-datepicker table{width:100%;margin:10px 0 0.4em;font-size:0.9em;border-collapse:collapse}
img.ui-datepicker-trigger {bottom: 0;margin: auto;position: absolute;right: 15px;top: 0;}
.ui-datepicker th { padding:4px 5px; text-align: center; font-weight: bold; border: 0; color:#333333;height:20px;width:20px;}
.ui-datepicker td { border: 0; padding: 4px; height:20px;width:20px;text-align:center;}
.ui-datepicker td span, .ui-datepicker td a { display: block; text-align: center; text-decoration: none; padding:2px 0;border-radius:2px;-webkit-border-radius:2px;color:#333333;}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button { float: right; margin: .5em .2em .4em; cursor: pointer; padding: .2em .6em .3em .6em; width:auto; overflow:visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker td a.ui-state-hover{background-color:#f1f1f1;}
.ui-datepicker td a.ui-state-highlight{color:#fff;background-color:#76b828;}
.ui-datepicker td a.ui-state-active{background-color:#113363;color:#fff;}
/* datepicker css end here */

.formRow ~ .formRow{border-top:1px solid #76b828;margin-top:25px;padding-top:39px;}
.buttonDiv button{padding:0;width:110px;}
.buttonDiv .greenBtn{float:right;}
.buttonDiv{margin-top:20px;}
.backBtn{color:#333;background-color:#ccc;border-color:#ccc;}

.tabDiv{display:none;}
.tabDiv.selected{display:block;}
.innForm .labelSpan.star:after{top:0;}

.text-center{text-align:center;}
.radioDiv{padding-top:3px 0 8px;min-height:50px;display:inline-block;vertical-align:top;text-align:left;}
.labelSpan{display:inline-block;margin-bottom:8px;}
.radioInn label{position:relative;display:inline-block;vertical-align:top;margin-right:15px;cursor:pointer;}
.radioInn label:last-child{margin-right:0;}

.radioInn label.error{position:absolute;left:8px;top:-4px;margin:0;right:inherit;}

.radioBtn{position:absolute;opacity:0;}
.radioSpan{display:inline-block;vertical-align:top;position:relative;padding:0 0 0 22px;line-height:18px;}
.radioSpan:before{border:2px solid #86878a;width:18px;height:18px;content:'';position:absolute;left:0;top:0;bottom:0;margin:auto;border-radius:50%;-webkit-border-radius:50%;}
.radioSpan:after{background-color:#848588;width:8px;height:8px;content:'';position:absolute;left:5px;top:0;bottom:0;margin:auto;border-radius:50%;-webkit-border-radius:50%;transform:scale(4);-webkit-transform:scale(4);transition:0.2s all ease-out;opacity:0;}
.radioBtn:checked + .radioSpan:after{transform:scale(1);-webkit-transform:scale(1);opacity:1;}

.checkBox .radioSpan:before{border-radius:0;}
.checkBox .radioSpan:after{width:19px;height:19px;transform:scale(1);-webkit-transform:scale(1);background:url(../images/true.png) no-repeat;left:2px;bottom:4px;}
.checkBox .radioSpan{padding-left:25px;}

.accordion{display:none;}
#tabUl li small{display:none;font-size:16px;}
.cmsCon .greenBtn{color:#fff;text-decoration:none;padding:0 15px;}


/* Testimonial page css start */
.graybg{background: #f5f5f5 url(../images/testi-pattern.png) repeat;padding: 10px 10px 30px 10px;}
.testimonial{margin-bottom: 30px;}
.testimonial:last-child{margin-bottom: 0px;}
.testiContent{padding: 34px 55px 40px 50px;background: #ffffff;position: relative;}
.testiContent p{font-size: 16px;line-height: 26px;color: #333;font-weight: 400;padding-bottom: 16px;}
.testiContent span{font-size: 16px;color: #103362;font-weight: 700;}
.testiContent:before{position: absolute;content: "";background: url(../images/sprite.png) no-repeat -29px -109px;width: 42px;height: 38px;right: 20px;bottom: -31px;}
/* Testimonial page css end */

/* Pay fess page css start */
.payMain{text-align:center;}
.payinner{padding: 34px 55px 40px 50px;background: #ffffff;}
.payTitle .foTitle{font-size: 20px;font-weight: 600;margin-bottom: 20px;display: inline-block;width: auto;}
.s_or{font-size: 20px;color: #000;font-weight: 500;text-transform: uppercase;margin: 0 50px;display:inline-block;vertical-align:middle;}

.bankDetail{text-align:left;display:inline-block;vertical-align:middle;min-width:450px;}
.bankDetail ul{box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow:2px 2px 2px rgba(0, 0, 0, 0.1), -2px -2px 2px rgba(0, 0, 0, 0.1);max-width:450px;}
.bankDetail li{display:table;}
.bankDetail li > div{display:table-cell;vertical-align:middle;padding:15px;border-width:1px;border-style:solid;border-left:0;border-right:0;}
.bankDetail li > div.liTitle{min-width:100px;font-weight:700;background-color:rgba(118, 184, 40, 0.9);color:#fff;border-bottom-color:#60971e;border-top-color:#89d232;border-left:0;border-right:0;}
.bankDetail li:first-child div{border-top:0;}
.bankDetail li:last-child div{border-bottom:0;}
.bankDetail li > div.liCon{width:100%;background-color:rgba(118,184,40,0.3);border-top-color:#e9ffcf;border-bottom-color:#b1c29d;}
.paypal{display:inline-block;vertical-align:middle;}
/* Pay fess page css end */

/* Event page css start */
.event{margin-bottom: 40px;}
.eventInner{padding-bottom: 20px;border-bottom: 1px solid #76b828;}
.eventImgbox{background: #f5f5f5 url(../images/testi-pattern.png) repeat;padding: 10px;}
.eveImg{position: relative;}
.eventDate{position: absolute;top: 0;left: 0;min-width: 62px;text-align: center;}
.eventDate .Edate{font:400 14px/18px 'Oswald', sans-serif;color: #ffe500;background: #113363;display: block;padding: 9px 0px 3px;}
.eventDate .Eyear{font:400 14px/18px 'Oswald', sans-serif;color: #113363;background: #ffe500;display: block;padding: 4px 0 0;}
.eventCon{text-align: center;}
.eventCon a.eveTitle{font-size: 14px;font-weight: 700;color: #113362;margin: 18px 0px 10px;display: inline-block;text-transform: uppercase;}
.eventCon p{font-size: 13px;font-weight: 400;color: #000;line-height: 16px;}
.eventCon .moreBtn a{width: 83px;height: 28px;line-height: 28px;background: #143363;color: #fff;display: inline-block;position: relative;padding-right: 20px;margin: 19px 0 0;font-weight: 700;}
.eventCon .moreBtn a:before{position: absolute;content: "";background: url(../images/sprite.png) no-repeat -70px -55px;width: 16px;height: 16px;right: 9px;top: 6px;transition: 500ms all;-webkit-transition: 500ms all;-moz-transition: 500ms all;-ms-transition: 500ms all;}
.eventMain.clearfix{margin-bottom: -40px;display: inline-block;width: 100%;}
/* Event page css start */

/* Sitemap page css end */
.sitemapMain ul li{margin-bottom: 15px;width: 25%;float: left;}
.sitemapMain ul li ul li:last-child{margin-bottom: 0px;}
.sitemapMain ul li a{color: #000000;display: inline-block;vertical-align: top;position: relative;padding-left: 20px;}
.sitemapMain ul li a:before{position: absolute;left: 0;top: 2px;content: '';margin: auto;width: 10px;height: 10px;border: 2px solid #103362;border-radius: 50%;-webkit-border-radius: 50%;transition: 300ms all;-webkit-transition: 300ms all;}
.sitemapMain ul li ul{padding-left: 20px;margin-top: 15px;}
.sitemapMain ul li ul li{width: 100%;}
/* Sitemap page css end */

.formUl li.capLi label.error{left: 5px;right: inherit;}
.formUl.innForm li.capLi label.error{left: 8px;right: inherit;}

.txtInn{font:400 14px/16px 'Raleway', sans-serif;color:#000;width:auto;height:20px;padding:0;border:0;background-color:transparent;position:relative;z-index:1;border-bottom: 1px solid #76b828;display:inline-block;vertical-align:middle;margin:-2px 5px 0;min-width:300px;}
.formRow .cmsCon ul{margin-left:30px;}
.formRow .cmsCon ul li:before{margin-left:-15px;}

.m-signature-pad{position:relative;}
.m-signature-pad--body canvas{width:100% !important;height:100% !important;}
.m-signature-pad--footer{right:0;top:14px;position:absolute;}
/*.leftSign{display:inline-block;vertical-align:top;width:50%;padding-right:15px;}
.rightDate{display:inline-block;vertical-align:top;width:50%;margin-left:-4px;padding-left:15px;}*/

.txtContain{display:inline-block;vertical-align:top;max-width:200px;width:100%;}
.txtContain ~ .txtContain{margin-left:11px;}
.rightDate .labelSpan{display:block;}
.m-signature-pad--body{border:1px solid #c2c2c2;height:150px;}

.signatureBox{margin-top:10px;}
.clearBtn{background-color:#f00;color:#fff;font-size:14px;line-height:30px;height:30px;font-weight:700;padding:0 10px;text-transform:uppercase;margin:10px 0 0;display:inline-block;border:1px solid #f00;}

.subTitle{font-weight:600;font-size:16px;}
.newForm > *{display:inline-block;vertical-align:middle;}
.newForm .labelSpan{margin:0;}
.newForm .formfields{max-width:300px;float:none;}
.lineSpan{margin:0 5px;}

.newForm{margin-bottom:15px;}
.signDiv{margin:20px 0 15px;display:inline-block;vertical-align:top;width:100%;}

.leftSign{display:inline-block;vertical-align:top;width:50%;padding-right:15px;}
.rightDatebox{display:inline-block;vertical-align:top;width:50%;margin-left:-4px;padding-left:15px;}
.rightDatebox .labelSpan{display:block;}
.rightDatebox .formfields{max-width:200px;}

.rightDate{display:inline-block;vertical-align:top;width:100%;margin:0 0 15px;}
.labelSpan em{color:#ff0000;font:400 18px/18px 'Raleway', sans-serif;display:inline-block;vertical-align:top;}

.locationMap img{max-width:inherit;max-height:inherit;}
#map-canvas2 { height: 220px; width:100%; font-size:14px;}

.fourCol .twentyLi{width:20%;}
.fourCol .fourSixli{width:46.3333%;}
.fourCol .fourLi{width:25%;}
.checkBox label.error{top:-27px;}

.signDiv .captchaBox{margin-top:30px;position:relative;}
.signDiv .captchaBox .error{left:0;white-space:nowrap;right:inherit;}
.errorMessage{position:absolute;top:15px;right:15px;font-weight:700;color:#f00;}
.m-signature-pad .errorMessage{top:0;right:0;}

.eventDetail .eventImgbox{float:left;margin:0px 20px 10px 0px;width:500px;}
.eventDetail .eventCon{text-align:left;}
.eventDetail .eventCon p{font-size:14px;line-height:24px;padding-bottom:20px;margin-bottom:0;}
.eventDetail .eventCon p:last-child{padding-bottom:0px;}
.s_text{font-size:18px;line-height:22px;font-weight:500;margin-bottom:15px;}
.detailTime span, .detailAdd span{padding-left:30px;position:relative;display:table;}
.detailTime span:before, .detailAdd span:before{position: absolute;background: url(../images/sprite.png) no-repeat -5px -103px;width: 14px;height: 18px;left: 2px;top: 3px;content: "";}
.detailTime span:before{background-position:-5px -184px;width:18px;height:17px;left:0;}

.eventDetail .eventCon p iframe{height:300px;border:4px solid #f7f7f7 !important;box-shadow:0 0 5px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 0 5px rgba(0, 0, 0, 0.2);}

/* 404 and Thank-you page css start */

.errorMain{text-align: center;padding: 50px 0px;}

/* 404 and Thank-you page css end */

.paypal .formfields{border:1px solid #c2c2c2;position:relative;max-width:171px;margin:0 0 10px;float:none;display:inline-block;}
.paypal .formfields span{position:absolute;top:0;left:10px;line-height:40px;font-size:14px;}
.paypal .formfields span.txtLable{left:22px;}
.paypal .formfields .txtValue{float:none;padding-left:22px;}
.paypalImg{display:block;margin:0 auto;}

.readmoreDiv{overflow:hidden;height:335px;}


/* temp css */
/*.mobiSlider{text-align:center;}
.mobiSlider > div{display:inline-block;vertical-align:top;float:none;}*/

.readMore{float:right;color:#fff;background-color:#76b828;font-weight:700;padding:5px;font-size:12px;border:1px solid #76b828;margin-right:15px;}


/*footer map*/
.fotMap{border:5px solid #fff;box-shadow:0 0 5px rgba(0,0,0,0.15);-webkit-box-shadow:0 0 5px rgba(0,0,0,0.15);}
.fotMap iframe{width:100%;height:165px;vertical-align:top;}
.fotMap #map-canvas{height:165px;}

.certificate .liInner{background-color:#f7f7f7;box-shadow:3px 3px 3px rgba(0, 0, 0, 0.1);}
.certificate .liInner img.absoImg{max-width:90%;max-height:90%;}
.certificate .gallUl{text-align:center;margin-bottom:-30px;}
.certificate .gallUl > div{display:inline-block;vertical-align:top;float:none;}

.certificate{margin-top:30px;}

.lg-on .scrollTop{z-index:1;}
.pageTitle small{position:absolute;bottom:0;font-size:38px;margin-left:3px;position:absolute;transform:translateX(102%);-webkit-transform:translateX(102%);right:0;white-space:nowrap}

/*.detailInner .eventCon .greenBtn{margin-left:520px;margin-top:-15px;width:auto;padding:0 15px;}*/
.addIcon{float: left;width: 100%; margin-top: 10px;}
.addIcon a ~ a{margin-left: 10px;}
.addIcon a{float: left;}
.addIcon .trans{transition: 300ms all;-webkit-transition: 300ms all;-moz-transition: 300ms all;-ms-transition: 300ms all;}
.addIcon a img{max-width: 28px;-webkit-backface-visibility: hidden;backface-visibility: hidden; }
.addIcon a.addInsta img{max-width: 26px;}


/* mediaQuery start here */


@media only screen and (min-width: 1500px) {
.breadinner:before{height:99px;}
}
/* css only for hover effect   */
@media only screen and (min-width: 1200px) {
.menu ul li a:hover, .headerMain.stickyShow .menu ul li a:hover{color:#ffcc00;}
.menu ul li a:hover:before{width:100%;}
.headerSocial ul li a:hover{opacity:0.6;}
.greenBtn:hover{background:transparent;color:#76b728;}
.moreinfo:hover{background:#103362;color:#fff;}
.backBtn:hover{background-color:transparent;color:#000;}
a:hover{color:#76b828;}	
.foUl li a:hover:before{border-color:#76b828;}	
.foUl li a:hover{color:#76b828;}
.foSocial a:hover span:before{background-position:-21px -30px;transition:300ms all;-webkit-transition:300ms all;}
.foSocial .fbLink:hover span:before{background-position:-5px -30px;}
.copyRight p a:hover{color:#76b828;}
.cusArrow button:hover{background-color:#76b828;}
.cusArrow button.slick-next:hover{background-color:#94cd51;}
.viewMore:hover{color:#ffe500;border-color:transparent;}
.scrollTop:hover{box-shadow:0 0 0px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0 0 0px 3px rgba(0, 0, 0, 0.3);}
/* line hover effect start */
.liInner:hover span.br1{height:100%;}
.liInner:hover span.br2{width:100%;}
.liInner:hover span.br3{height:22px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.liInner:hover span.br4{width:30px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.liInner:hover .pluse{transform:scale(1);transition-delay:1s;}
.liInner:hover span:after{opacity:1;visibility:visible;transition-delay:0.5s;}
.liInner:hover span.pluse:after{transition-delay:1.8s;}
.liInner:hover span.br1:after{height:193px;right:-9px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.liInner:hover span.br2:after{width:271px;bottom:-12px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.liInner:hover span.br3:after{height:18px;right:-9px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.liInner:hover span.br4:after{width:20px;bottom:-12px;transition:0.5s ease-in;-webkit-transition:0.5s ease-in;transition-delay:0.5s;}
.addIcon a:hover{transform: scale(1.2);}
/* line hover effect end */

.filterUl li a:hover{background-color:#76b828;color:#fff;}
.cmsCon a:hover{text-decoration:none;}
.breadcrum ul li a:hover{font-weight:600;}
.eventCon a.eveTitle:hover{color: #76b828;}
.eventCon .moreBtn a:hover{padding-right: 0px;}
.eventCon .moreBtn a:hover:before{right: 0;opacity: 0;}
.sitemapMain ul li a:hover{color: #76b828;}
.sitemapMain ul li a:hover:before{border-color: #76b828;}

.clearBtn:hover{background-color:#fff;color:#f00;}
.readMore:hover{color:#76b828;background-color:#fff;}
.conRight{padding-left:30px;}

.foMenu{padding-right:0;width:28.333%;}
.conInfo{width:33%;padding-right:0;}
.mapMain{width:38.667%;}

}

@media only screen and (min-width: 768px) {
/* Stickey Header Css Start */
.headerMain{transition:300ms all;-webkit-transition:300ms all;}
.headerMain.stickyUp{transform:translateY(-100%);-webkit-transform:translateY(-100%);}
.headerMain.stickyUp.stickyShow{background:#fff;position:fixed;top:0;left:0;right:0;padding:10px 0px;transform:translateY(0);-webkit-transform:translateY(0);box-shadow:0 5px 5px rgba(0,0,0,0.1);-webkit-box-shadow:0 5px 5px rgba(0,0,0,0.1);}
.headerMain.stickyShow .logo .deslogo{display:none;}
.headerMain.stickyShow .logo .sticklogo{display:block;}
.headerMain.stickyShow .menu ul li a{color:#000;}
.headerMain.stickyShow .headerSocial ul li a{background-position:-5px -30px;}
.headerMain.stickyShow .headerSocial ul li a.instagram{background-position:-21px -30px;}
.headerMain.stickyShow .headerRight{margin-top:8px;padding:10px 0;}
.headerMain {position: absolute;top:0;left: 0;right: 0;z-index: 999;}
.headerMain.stickyShow .menu ul li a:before{top:-28px;}
/* Stickey Header Css Start */
}

/* Custome responsive css start from here */

/* common css for screen size < 1200  */
@media only screen and (max-width: 1200px) {
.wrapper{overflow:hidden;}		
a.phNumber{display:inline-block;}
span.phNumber{display:none;}
.slider .slick-slide img{margin:0;transform:translateX(-50%);-webkit-transform:translateX(-50%);}
.cmsCon ul li:before{position:absolute;left:0;}
.cmsCon ul li{padding-left:15px;}
.cmsCon ol, .cmsCon ol li{list-style:none;}
.cmsCon ol{counter-reset:list;}
.cmsCon ol li{padding-left:15px;}
.cmsCon ol li:before{content:counter(list, decimal) ".";counter-increment:list;position:absolute;left:0;top:0}
.cmsCon ol li ol{margin-left:0;}
.checkBox .radioSpan:before{margin:0;width:18px;height:18px;}
.checkBox .radioSpan:after{margin:0;}

.ui-datepicker .ui-datepicker-title select{background:#fff url(../images/drop-arrow.png) no-repeat right center;}


}

/* common css for screen size < 991  */
@media only screen and (max-width: 991px) {
.eventDetail .eventImgbox{width:370px;}
}

/* common css for screen size < 767  */
@media only screen and (max-width: 767px) {
.fixbody{overflow:hidden;position:fixed;top:0;left:0;right:0;bottom:0;}	
.fotMap, .deslogo, .headerSocial, .breadcrum{display:none;}
.logo{padding:8px 0px 10px;}
.sticklogo{display:block;}
.headerMain{background:#fff;position:relative;}
.headerRight{margin-top:0;float:none;}
.menuIcon{display:block;}
.menu {float: none;margin-top: 0;position: fixed;width: 100%;background: #fff;right:0;top: 72px;display:none;z-index:1;bottom:0;left:0;box-shadow:inset 0 2px 2px rgba(0,0,0,0.2);overflow:auto;}
.menu ul {height:100%;position:relative;}
/*.menu ul:before{width:1px;height:100%;position:absolute;content:"";background:#e6e6e6;left:50%;top:0;}*/
.menu ul li a:before{display:none;}
.menu ul li{padding-right:0px;width:50%;height:25%;display:table;float:left;border-bottom: 1px solid #e6e6e6;text-align:center;border-right: 1px solid #e6e6e6;}
.menu ul li:last-child{margin-bottom:0px;}
.menu ul li a{display:block;color:#444f57;word-wrap:break-word;display:table-cell;vertical-align:middle;}
.slick-dots {top: inherit;right: 15px;text-align: center;bottom: 13px;transform: translateY(0%);padding-right:0px;left:inherit;}
.slick-dots li {display: inline-block;margin-left: 10px;float: none;vertical-align: middle;margin-bottom:0;}
.slick-dots li:first-child{margin-left:0px;}
.contentscroll{height:182px;overflow:hidden;margin-bottom:20px;}
.contentscroll p{padding-bottom:15px;}
.contentscroll p:last-child{padding-bottom:;}
.moreinfo span{display:none;}
.register{padding:0px 28px;}
.skillMain ul{width:100%;padding:0;max-width:100%;}
.skillMain ul.mobnone{display:none;}
.mobView{display:block;}

.footer .foTitle:before{display:none;}
.footerTop{padding:0;}
.foTitle{margin:0;padding:0;font-size:18px;line-height:53px;width:100%;cursor:pointer;}
.accMain:after{position:absolute;top:0;right:0;bottom:0;margin:auto;content:'';background:url(../images/sprite.png) no-repeat -28px -80px;width:19px;height:19px;}
.minus:after{background-position:-5px -80px;}
.accDiv{display:none;}
.foColumn{border-bottom:1px solid #000;}
.foSocial{padding:20px 0;}
.foSocial li{display:inline-block;vertical-align:middle;}
.foSocial li + li{margin:0 0 0 21px;}
.copyRight{text-align:center;}
.copyRight p{width:100%;}
.rightP{margin-top:7px;}
.foMenu .foUl + .foUl{margin-left:20px;}
.foBtm address, .foMenu .foUl{margin-bottom:20px;}
.commonPadd{padding:16px 0 20px;}
.mainTitle{font-size:24px;line-height:26px;}
.testInner{border-width:12px;padding:14px 22px 50px;}
.testContain{padding:0;}
.testSlide p{font-size:16px;line-height:24px;}
.author{font-size:16px;line-height:20px;}
.cusArrow{width:75px;}
.cusArrow button{height:36px;}
.cusArrow button:after{background-position:-160px -7px;width:26px;height:19px;}
.cusArrow button.slick-next:after{background-position:-190px -8px;}
.testSec{padding-bottom:114px;background:#fff url(../images/test-bg-mobi.png) no-repeat center bottom;}

.galleryBtm{margin-top:20px;}
.gallerySec .mainTitle{font-size:24px;line-height:24px;}
.gallUl > div{width:100%;padding:0;margin:0 0 16px;}
.gallerySec{background-size:cover;background-position:left center;padding-top:69px;}
.gallUl{margin:0;}
.gallerySec:before{height:80px;transform:rotate(-6deg);-webkit-transform:rotate(-6deg);top:-36px;left:-5%;right:-5%;}
.viewMore{margin-top:5px;font-size:14px;line-height:14px;}
.cusArrow{bottom:-42px;}

.headerMain{box-shadow:0 4px 0 rgba(255,228,0,0.1);-webkit-box-shadow:0 4px 0 rgba(255,228,0,0.1);z-index:1;}
.welInner .mainTitle span{display:block;}
.welSec{padding-top:21px;background-size:cover;background-position:right center;padding-bottom:30px;}
.welSec .mCSB_container{margin:0 15px 0 0;}
.contentscroll p:first-child{margin-top:-6px;}
.homeConbox{padding-right:0;margin-top:14px;}
.homeConbox .mCustomScrollbar{padding-right:15px;}
.homeConbox .mCSB_scrollTools .mCSB_draggerContainer{right:-11px;}
.moreinfo{padding:0 29px;margin-right:6px;}
.greenBtn{padding:0 28px;}

.newTitle .foTitle{font-size:24px;line-height:24px;margin-bottom:12px;}
.newTitle .foTitle:before{right:inherit;left:0;}
.enquiryMain .notes{position:static;margin-top:-5px;}
.notes{margin-bottom:18px;}

.enquiryMain{border-top:1px solid #000;margin-top:5px;padding-top:16px;}
.formMain ul li.capLi, .formMain ul li.rightBtn{width:50%;}
.formMain ul li.capLi{margin-top:5px;}
.skillSec{margin-bottom:-46px;}
.formMain{padding:0 10px;}

.menu ul li{opacity:0;}
.liOpacity ul li{transition:all 0.3s ease-in-out 0s}
.fixbody .mCSB_draggerContainer{opacity:0;}
.contactForm .notes {position: static;margin-top: -5px;}
.conTitle .foTitle:before{left:0;}
.breadcrumMain > img{max-width:767px;}
.breadinner{padding-bottom:0;}
.pageTitle{font-size:18px;line-height:18px;background-color:rgba(255,229,0,0.8);margin-left:-15px;padding:12px 15px 10px;text-shadow:2px 1px 1px rgba(255, 255, 255, 0.8);-webkit-text-shadow:2px 1px 1px rgba(255, 255, 255, 0.8);}
.breadinner:before{border-width:0}
.breadcrumMain{padding-bottom:0;}
.middleSec{margin:20px 0;min-height:1px;}

.locMap{margin-top:5px;}
.innForm .txtValue{height:38px;padding:0 10px;font-size:12px;}
.innForm .star:after{top:11px;}
.innForm .txtLable{line-height:38px;left:10px;font-size:12px;}
.innGreen{height:40px;line-height:38px;}
.conTitle .foTitle{line-height:18px;padding-bottom:10px;font-size:18px;margin-bottom:12px;}
.conLeft .conTitle .foTitle{margin-bottom:12px;}
strong.add{padding-bottom:0;}
.contactDetail ul li{font-size:14px;}
.contactForm{border-top:1px solid #000;margin-top:5px;padding-top:18px;}

.innerGall{margin-bottom:-15px;}
.innerGall .gallUl{margin:0 -7.5px;}
.innerGall .gallUl > div{width:50%;margin-bottom:15px;padding:0 7.5px;}

.cmstitle, .cmsCon h2{margin:0 0 5px;font-size:18px;line-height:20px;}
.cmsCon ul, .cmsCon ol, .cmsCon p{margin-bottom:20px;}
.cmsCon p{line-height:20px;}

.mobiFill{display:block;cursor:pointer;}
#filters{position:absolute;left:15px;right:15px;top:45px;z-index:1;margin:0;background-color:#fff;border:0;display:none;}
#filters li{display:table;width:100%;float:left;margin:0;}
#filters li a{display:table-cell;vertical-align:middle;background-color:transparent;border-top:0;}

.cmsCon img{max-width:290px;}
.commingSoon{font-size:20px;line-height:20px;}
#filters li a.selected{background-color:transparent;color:#333333;}
.contactDetail ul li strong{padding-bottom:0;}

.regDiv .notes{margin:0 0 15px;}
.tabMain{padding:0;}
.fourCol li{width:100%;margin-bottom:15px;}
.buttonDiv{margin-top:10px;}
.radioDiv{min-height:40px;padding-top:0;}
.labelSpan{margin-bottom:4px}
.formRow ~ .formRow{margin-top:5px;padding-top:18px;}
.radioSpan:before{width:14px;height:14px;}
.radioSpan{padding-left:18px;line-height:18px;}
.radioSpan:after{width:6px;height:6px;left:4px;}
#tabUl li{text-align:center;}
#tabUl li small{display:inline-block;position:relative;}
#tabUl li span{display:none;}
#tabUl li .selected small{margin-right:2px;}
#tabUl li .selected small:after{display:inline-block;vertical-align:text-bottom;content:'.';position:absolute;}
#tabUl li .selected span{display:inline-block;}
.filterUl li ~ li a{border-left:0;}

.innerGall .filterUl li ~ li a{border-left:1px solid #76b828;}

#tabUl li a{padding:0 13px;}
#tabUl:after, #tabUl:before{content:'';display:table;}
#tabUl:after{clear:both;}
#tabUl li{width:auto;float:left;}
#tabUl{margin-bottom:15px}

.testiContent{padding: 14px 22px;}
.payinner{padding:20px 15px;}
.testimonial{margin-bottom: 15px;}
.s_or{margin: 20px 0px 5px;}
.event{width: 50%;margin-bottom: 15px;}
.eventMain.clearfix{margin-bottom: -15px;}
.eventCon .moreBtn a{margin: 10px 0 0;}
.eventCon a.eveTitle{margin: 14px 0px 10px;}
.linkTitle .foTitle{width: auto;padding: 0 0 13px;margin: 0 0 17px;line-height: normal;}
.eventInner {border: 1px solid #76b828;}
.eventCon{padding: 0px 10px;}
.sitemapMain{margin-bottom: -15px;display: inline-block}.paypal{display:block;}
.s_or{display:block;margin:30px 0 10px}
.bankDetail{min-width:1px;}
.bankDetail li > div.liTitle{min-width:80px;}
.sitemapMain ul li{width: 50%;}

.errorMain{padding: 20px 0px;}
.radioInn label.error{top:100%;transform:translateY(-214%);-webkit-transform:translateY(-214%);}

.rightDate .txtValue, .rightDate .txtLable{font-size:12px;}
.formRow .cmsCon ul li:before{margin-left:0;}
.formRow .cmsCon ul{margin-left:15px;}
.txtInn{margin-bottom:5px;}

.errorMessage{position:static;display:inline-block;margin-bottom:10px;width:100%;}
.m-signature-pad .errorMessage{position:absolute;margin:0;right:0;width:auto;}
.fourCol .fourLi, .fourCol .twentyLi, .fourCol .fourSixli{width:100%;}
.innForm textarea.txtValue{height:80px;}
.innForm .fullSpan{top:12px;line-height:14px;}
.checkBox label.error{top:-27px;transform:none;}

.m-signature-pad--footer{top:10px;}
.signDiv .captchaBox{margin-top:15px;}

.s_text{font-size:15px;margin-bottom:10px;}
.eventDetail .eventCon{padding:0;}
.paypal .formfields{display:inline-block;}


.conInfo .foColumn{border:0;}
.readmoreDiv{height:540px;}
.readMore{margin-top:15px;}
.certificate .gallUl > div{width:50%;float:left;padding:0 5px;margin-bottom:10px;}
.certificate .gallUl > div:last-child{float:none;}
.certificate .gallUl{margin:0 -5px -10px;}
.pageTitle small{position:static;font-size:18px;display:inline-block;vertical-align:bottom;margin-left:2px;margin-bottom:-2px;transform:none;}
.contactDetail ul li{word-break:break-all;padding-right:10px;}
.foBtm address p{word-break:break-all;}

.detailInner .locMap{margin-top:20px;}
.foBtm address{margin-bottom: 10px;}
.addIcon{margin:0 0 20px;}
}



@media only screen and (min-width: 360px) and (max-width: 479px) {
.leftP .stripSpan{font-size:0;line-height:0;display:block;margin:0;}
}
/* common css for screen size < 400  */
@media only screen and (max-width: 479px) {
.formMain ul li{width:100%;}
textarea.txtValue{height:85px;}
img.aligncenter, img.alignleft, img.alignright{float:none;margin:0 auto 10px;display:block;}
.event{width: 100%;}

figure img.aligncenter, figure img.alignleft, figure img.alignright{margin-bottom:0;}
figure.aligncenter, figure.alignleft, figure.alignright{margin:0 0 10px;}
.cmsCon figure.alignright figcaption, .cmsCon figure.alignleft figcaption{right:0;left:0;bottom:0;}
.txtContain{max-width:59%;}
.txtContain ~ .txtContain{max-width:38%;margin-left:1%;}
.txtInn{min-width:calc(100% - 135px);min-width:-webkit-calc(100% - 135px);margin-bottom:5px;}
#parentPolicy{min-width:calc(100% - 14px);min-width:-webkit-calc(100% - 14px);}
.leftSign{width:100%;padding-right:0;}
.rightDatebox{width:100%;padding-left:0;margin:10px 0 0;}

figure.alignleft, figure.alignright, figure.aligncenter{width:100%;background-color:#f1f1f1;}
.pageTitle small{display:block;margin:0;}

}

@media only screen and (max-width: 480px) {
.eventDetail .eventImgbox {width: 100%;margin:0px 0px 20px 0px;}
}

/* common css for screen size between  480 to 767  */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.gallUl{margin:0 -5px;}
.gallUl .slick-slide{padding:0 5px;}
.gallerySec:before{transform:rotate(-3deg);-webkit-transform:rotate(-3deg);}
.testSec{background-position:left bottom;}
.innerGall .gallUl > div{width:33.33333333%;}
#filters li{width:50%;}
#filters li:nth-child(odd) a{border-right:0;}
.eventMain.clearfix{padding: 0px 7px;}
.event{padding: 0 7.5px;}
.paypalImg{display:inline-block;vertical-align:middle;margin-left:5px;}

}


/* common css for screen size between  568 to 767  */
@media only screen and (min-width: 568px) and (max-width: 767px) {
.menu ul li{width:33.33%;height:33.33%;}
/*.menu ul:before{width:1px;height:100%;position:absolute;content:"";background:#e6e6e6;left:33.33%;top:0;}
.menu ul:after{width:1px;height:100%;position:absolute;content:"";background:#e6e6e6;left:66.66%;top:0;}*/
.foMenu .foUl{margin:0;display:inline;}
.foUl li{float:left;width:33.333%;}
.foMenu .foUl + .foUl{margin:0;}
.foMenu .foUl + .foUl li:last-child{margin-bottom:20px;}
.testInner{padding-bottom:30px;}
/*.skillMain ul li{display:inline-block;vertical-align:top;width:50%;}
.skillMain ul li:nth-child(odd){margin-right:-2px;padding-right:5px;}
.skillMain ul li:nth-child(even){margin-left:-2px;}*/

.fourCol{margin:0 -7.5px;}
.fourCol li{padding:0 7.5px;}
.fourCol li.mobiHalf{width:50%;}
.regDiv .notes{position:absolute;right:15px;top:8px;margin:0;}
.sitemapMain ul li{width: 33.33%;}
.radioInn label.error{left:-2px;}
.eventDetail .eventImgbox {width: 270px;}
.paypal .formfields{margin:0;vertical-align:middle;}
.readmoreDiv{height:465px;}

.certificate .gallUl > div{width:33.33333%;float:left;}
.contactDetail ul li strong{min-width:55px;display:inline-block;}
.pageTitle small{margin-bottom:0;}

}


/* common css for screen size between  600 to 767  */
@media only screen and (min-width: 600px) and (max-width: 767px) {
.readmoreDiv{height:455px;}
}


/* common css for screen size between  768 to 1199  */
@media only screen and (min-width: 768px) and (max-width: 1199px) {
.testSlide p{font-size:20px;line-height:30px;}
.author{font-size:20px;line-height:24px;}
.gallerySec .mainTitle{font-size:30px;line-height:30px;}
.scrollTop{bottom:50px;}
.slider .slick-slide img{max-width:1200px;}
.mainTitle{font-size:26px;}
.gallerySec, .welSec, .sc_parallax_content{background-size:cover;}
.formMain{padding:0;}
.enquiryMain .notes{position:static;margin-bottom:15px;}
.formUl li.capLi{margin-top:5px;}
.conTitle .foTitle{font-size:20px;}
.breadcrumMain > img{max-width:1500px;}
.pageTitle{font-size:30px;line-height:30px;margin:0 0 8px;}
.breadcrum{padding-top:18px;}
.breadinner{padding-bottom:10px;}
.breadinner:before{border-width:75px 0 0 1920px;}
.testiContent, .payinner{padding: 25px;}
.fourCol .porlanThree{width:33.33333%}

.formRow .cmsCon ul li:before{margin-left:0;}
.formRow .cmsCon ul{margin-left:15px;}
.regDiv .notes{margin:0 0 10px;}
/*.pageTitle small{font-size:16px;bottom:-4px;}*/
.pageTitle small{font-size:28px;}

}

/* common css for screen size between  768 to 1023  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
.logo{width:auto}
.menu{float:none;text-align:right;margin:0;}
.menu ul li{padding-right:20px;}
.menu ul li:last-child{padding-right:0px;}
.menu ul li a{font-size:13px;}
.menu ul li a:before{top:-19px;}
.headerSocial{width:100%;text-align:right;margin-top:20px;}
.headerSocial ul li{display:inline-block;float:none;}
.headerRight{margin-top:19px;}
.headerMain.stickyShow .headerRight {margin-top: 4px;}
.foMenu .foUl + .foUl{margin-left:50px;}
.connectUs, .conInfo{padding-left:0;}
.deslogo{max-width:120px;}
.stickyShow .headerSocial{right:65px;top:0;position:absolute;width:auto;height:20px;bottom:0;margin:auto;}
.stickyShow .menuIcon{display:inline-block;}
/*.stickyShow .menuIcon{display:inline-block;height:auto;bottom:0;}
.menuIcon span{top:26px;}
.menuIcon span.line2{top:33px;}
.menuIcon span.line3{top:40px;}
.menuIcon span.line4{top:47px;}*/
.stickyShow .menu ul{float:left;width:100%;height:100%;position:relative;}
.stickyShow .menu ul:after{position:absolute;left:0;right:0;height:1px;background:#e6e6e6;content:'';bottom:0;}
.stickyShow .menu ul li a{font-size:15px;}
.stickyShow .menu ul li a:before{display:none;}
.stickyShow .menu ul li{padding-right:0px;width:25%;height:50%;display:table;float:left;border-bottom: 1px solid #e6e6e6;border-right: 1px solid #e6e6e6;text-align:center;}
.stickyShow .menu ul li:last-child{margin-bottom:0px;}
.stickyShow .menu ul li a{display:block;color:#444f57;word-wrap:break-word;display:table-cell;vertical-align:middle;}
.stickyShow .menu {float: none;margin-top: 0;position: absolute;width: 100%;background: #fff;right:0;top: 100%;display:none;z-index:1;box-shadow:0 2px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.2);-webkit-box-shadow:0 2px 2px rgba(0, 0, 0, 0.2) inset, 0 2px 2px rgba(0, 0, 0, 0.2); z-index:11111;height:200px;}
.stickyShow .menu ul li{opacity:0;}
.liOpacity ul li{transition:all 0.3s ease-in-out 0s}
.skillSec{margin-bottom:-60px;}
.scrollTop{z-index:999;}

.fourCol{margin:0 -7.5px;}
.fourCol li{padding:0 7.5px;width:50%;}
.paypal{display:block;}
.s_or{display:block;margin:50px 0;}
.radioInn label.error{left:0;}


.fourCol .porHalf, .fourCol .fourSixli, .fourCol .twentyLi{width:50%;}
.fourCol .porFull{width:100%;}
.fourCol .porClear{clear:both;}

.paypalImg{display:inline-block;vertical-align:middle;margin-left:5px;}
.paypal .formfields{display:inline-block;vertical-align:middle;margin:0;}
.readmoreDiv{height:470px;}
.certificate .gallUl > div{width:33%;}
.contactDetail ul li{word-break:break-all;}
.mapMain{margin-top:30px;}
.eventDetail .eventCon p iframe{max-width:45%;}
/*.detailInner .eventCon .greenBtn{margin-left:390px;}*/


}

/* common css for screen size between  1024 to 1199  */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.menu ul li{padding-right:20px;}
.skillRight{width:45%;}
.skillLeft{width:55%;padding-right:0;}
/*.skillMain ul{padding-right:10px;max-width:50%;}*/
.breadcrum{padding-top:20px;}
.breadinner:before{border-width:70px 0 7px 1920px;}
.conLeft{width:40.333%;}
.conRight{width:59.667%;}
.lscapSpan{white-space:nowrap;}

.fourCol li.lscapHalf{width:50%;}
.fourCol .fourSixli{width:55%;}
.fourCol .twentyLi{width:25%;}
.fourCol .laTwenty{width:20%;}
.eventDetail .eventImgbox{width:40%;}

.conInfo{width:30%;}
.mapMain{width:36.667%;}
.readmoreDiv{height:365px;}
.eventDetail .eventCon p iframe{max-width:57%;}
/*.detailInner .eventCon .greenBtn{margin-left:42.1%;}*/

.conInfo{width:35%;}
.mapMain{width:31.667%}

}



