/*@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), 
  	   url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), 
	   url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), 
	   url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}*/
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
/* =======================================================
*
* 	Template Style 
*
* ======================================================= */
body {
    font-family: 'Roboto', Arial, sans-serif !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.7;
    color: #000;
    background: #fff;
    overflow-x: hidden;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #452674;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #452674;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #333;
  font-weight: 400;
  margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #452674;
}

::-moz-selection {
  color: #fff;
  background: #452674;
}

::selection {
  color: #fff;
  background: #452674;
}
.title { padding:0 30px; position:relative; }
.title h1 { border-bottom:1px solid #000; }
.title img { position:absolute; top:-22px; right:30px; }
input, select {
    padding: 5px 15px;
    border-radius: 7px;
    margin: 8px 7px 8px;
    outline: none;
    background: #efefef;
    border: 1px solid #cfcfcf;
}
.long { width:500px; }
label, .label {
    width: 170px;
    display: block;
    float: left;
    padding-top: 15px;
    font-weight: 500;
}
.dline {
    background: url(../images/dot-black.png) center center repeat-x;
    clear: both;
    height: 10px;
    margin: -3px 0 1px;
    display: block;
}
.wm-nav {
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 0;
  z-index: 1001;
}
.subjects .wm-contact-info h4 {
    margin: 15px 0 7px 0;
    font-weight: 500;
}
.wm-nav .top-menu {
  padding: 7px 0;
  background: #fff;
  box-shadow: 0 0 5px #999;
}
.wm-nav .top {
    background: #17196c;
    padding: 0 0;
    margin-bottom: 0;
    color: #fff;
}
.wm-nav .top .num, .wm-nav .top .wm-social {
  display: inline-block;
  margin: 0;
}
nav.wm-nav {
    position: fixed;
}
.wm-nav .top .num {
	font-size: 15px;
    padding-right: 10px;
    margin-right: 10px;
    display: inline-block;
    zoom: 1;
    /*border-right: 1px solid rgba(0, 0, 0, 0.2);*/
    font-weight: 400;
    letter-spacing: 0.3px;
}
.wm-nav .top .wm-social li {
  font-size: 14px;
}
.wm-nav .top .wm-social li a {
  padding: 0 7px;
}
.wm-nav .top .wm-social li a i {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.wm-nav #wm-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Work Sans", Arial, sans-serif;
}
.wm-nav #wm-logo a span {
  color: #452674;
}
.wm-nav a {
  padding: 5px 10px;
  color: #000;
}
.wm-heading .col-md-3 {
    padding: 0px;
    min-height: 260px;
}
.wm-heading .col-md-3 p {
    font-size: 16px;
    line-height: 20px;
    color: #333;
    padding: 8px;
    font-weight: 400;
}
.wm-heading .col-md-3 p strong {
	font-weight:500;
}
.wm-nav ul {
  padding: 0;
  margin: 24px 0 0 0;
}
.wm-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
}
.wm-nav ul li a {
  font-size: 14px;
  padding: 7px 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color:#000;
  display: inline-block;
  font-weight:500;
}
.wm-nav ul li a:hover, .wm-nav ul li a:focus, .wm-nav ul li a:active {
	color: #fff;
    background: #477cd0;
    border-radius: 8px;
}
.wm-nav ul li.has-dropdown {
  position: relative;
}
.wm-nav ul li.has-dropdown .dropdown {
  width: 170px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 12px;
  left: 0;
  text-align: left;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.wm-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.wm-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.wm-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.wm-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #452674;
  line-height: 1.2;
  font-size: 13px;
  letter-spacing: 0;
}
.wm-nav ul li.has-dropdown .dropdown li a:hover {
  color: #000;
}
.wm-nav ul li.has-dropdown:hover a, .wm-nav ul li.has-dropdown:focus a {
  color: #fff;
  background: #ea1117;
  border-radius: 8px;
}
.wm-nav ul li.btn-cta a {
  color: #000;
}
.wm-nav ul li.btn-cta a span {
  background: #452674;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.wm-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.wm-nav ul li.active > a {
	color: #fff !important;
    background: #477cd0;
	border-radius: 8px;
}

#wm-header,
#wm-counter,
.wm-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.wm-bg {
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
  float: left;
}
.wm-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
p.num.demo {
    float: right;
    background: #fff;
    padding: 6px 14px;
    font-size: 16px !important;
    text-transform: uppercase;
}
p.num.left {
    background: url(../images/ico_pho.png) 0px 6px no-repeat;
    padding: 8px 0 0 22px;
    display: block;
    float: left;
}
p.num.right {
	float:right;
    background: url(../images/ico_clo.png) 0px 6px no-repeat;
    padding: 7px 0 0 27px;
    display: block;
}
p.num.social {
    float: right;
}
.wm-video {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .wm-video {
    height: 450px;
  }
}
.wm-video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.wm-video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
}
.wm-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.wm-video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
.wm-video:hover a {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
div#wm-about {
    background: url(../images/bgb-about.jpg) 0 0px no-repeat;
    display: block;
    float: none;
    clear: both;
    min-height: 455px;
	background-size: cover;
}
#wm-about h3 {
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 60px;
    font-size: 26px;
    font-family: 'Roboto';
}
#wm-about p {
    font-weight: 400;
}
#wm-about a {
    font-weight: 500;
}
ol.flex-control-nav.flex-control-paging {
    display: none;
}
ul.flex-direction-nav {
    position: absolute;
    top: 50%;
    z-index: 9999;
    width: 100%;
}
.wm-cover {
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.wm-cover .overlay {
  z-index: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.wm-cover > .wm-container {
  position: relative;
  z-index: 10;
}
.wm-cover .display-t,
.wm-cover .display-tc {
  z-index: 9;
  height: 320px;
  display: table;
  width: 100%;
  margin-top: 100px;
}
.wm-cover.wm-cover-sm {
  height: 600px;
}

.wm-cover.wm-cover-sm .display-t,
.wm-cover.wm-cover-sm .display-tc {
  height: 400px;
  display: table;
  width: 100%;
}
.wm-social-icons {
  margin: 0;
  padding: 0;
}
.wm-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wm-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #452674;
  padding-left: 10px;
  padding-right: 10px;
}
.wm-social-icons li a i {
  font-size: 20px;
}

.wm-contact-info ul {
  padding: 0;
  margin: 0;
}
.wm-contact-info ul li {
  padding: 0 0 0 30px;
  margin: 0 0 8px 0;
  list-style: none;
  position: relative;
  background: url(../images/ico-bull.png) 0 5px no-repeat;
  background-size: 20px;
  font-weight:400;
}
#wm-contact img {
    max-width: 100%;
}
.wm-contact-info ul li:before {
  color: #452674;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.wm-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.wm-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.wm-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.wm-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#wm-header .display-tc,
#wm-counter .display-tc,
.wm-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
  padding: 0 40px;
}
#wm-header .display-tc h1, #wm-header .display-tc h2,
#wm-counter .display-tc h1,
#wm-counter .display-tc h2,
.wm-cover .display-tc h1,
.wm-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#wm-header .display-tc h1,
#wm-counter .display-tc h1,
.wm-cover .display-tc h1 {
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}
#wm-header .display-tc h2,
#wm-counter .display-tc h2,
.wm-cover .display-tc h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}
#wm-header .display-tc .btn,
#wm-counter .display-tc .btn,
.wm-cover .display-tc .btn {
  padding: 15px 30px;
  background: #452674 !important;
  color: #fff;
  border: none !important;
  font-size: 18px;
}
#wm-header .display-tc .btn:hover,
#wm-counter .display-tc .btn:hover,
.wm-cover .display-tc .btn:hover {
  background: #452674 !important;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#wm-header .display-tc .form-inline .form-group,
#wm-counter .display-tc .form-inline .form-group,
.wm-cover .display-tc .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#wm-header .display-tc .form-inline .form-group .form-control,
#wm-counter .display-tc .form-inline .form-group .form-control,
.wm-cover .display-tc .form-inline .form-group .form-control {
  width: 100%;
  background: #fff;
  border: none;
}

.wm-bg-section {
    background: rgba(0, 0, 0, 0.05);
    clear: none !important;
}

#wm-services,
#wm-started,
#wm-services,
#wm-package,
#wm-gallery,
#wm-schedule,
#wm-pricing,
#wm-blog,
#wm-contact,
#wm-footer {
  padding: 30px 0;
  clear: both;
}
#wm-gallery {
  padding-bottom: 0;
}
.services {
  padding: 10px;
  margin-top: -10em;
  background: #fff;
  -webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  -o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
  box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
}
@media screen and (max-width: 992px) {
  .services {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
.wm-heading h2::after {
	display:none;
}
.services span {
  width: 100%;
  display: block;
  margin: 30px 0;
}
.services span img {
  margin: 0 auto;
}
.services h3 {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: relative;
  color: #000;
  margin-bottom:0;
}
.services h3:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #fff;
  content: '';
}
.services p {
    color: #000 !important;
    font-weight: 400;
}
.services h3:after {
    display: none !important;
}
.trainer {
  position: relative;
}
.trainer img {
	
}
.trainer .title {
  width: 100%;
  /*
  position: absolute;
  bottom: 60%;
  left: 42%;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  */
}
.trainer .title h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 0 0 5px 0;
}
.trainer .title h3 a {
  color: #000;
}
.trainer .title h3 a:hover, .trainer .title h3 a:focus {
  color: #452674;
}
.trainer .title span {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.4);
}
.trainer .desc {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  padding: 7px;
}
.trainer .desc .wm-social-icons li a {
  color: #000;
}
.trainer .desc .wm-social-icons li a i {
  font-size: 16px;
}

#wm-schedule .wm-heading h2 {
  color: #fff;
}
#wm-schedule .wm-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#wm-schedule .wm-heading span {
  color: rgba(255, 255, 255, 0.5);
}

.wm-tabs {
  width: 90%;
  margin: 0 auto;
}
.wm-tabs .wm-tab-nav {
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.wm-tabs .wm-tab-nav li {
  float: left;
  margin: 0;
  padding: 0;
  width: 14.285%;
  text-align: center;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.wm-tabs .wm-tab-nav li a {
  padding: 10px;
  width: 100%;
  float: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  color: #e6e6e6;
}
.wm-tabs .wm-tab-nav li a:hover {
  color: white;
}
.wm-tabs .wm-tab-nav li.active a {
  background: #452674;
  color: #fff;
}
.wm-tabs .wm-tab-content-wrap {
  clear: both;
  position: relative;
}
.wm-tabs .wm-tab-content-wrap .tab-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.wm-tabs .wm-tab-content-wrap .tab-content.active {
  opacity: 1;
  visibility: visible;
}
.wm-tabs .class-schedule {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
}
.wm-tabs .class-schedule li {
  width: 25%;
  float: left;
  border-right: 1px solid rgba(255, 255, 255, 0.02);
  border-bottom: 1px solid rgba(255, 255, 255, 0.02);
  list-style: none;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 480px) {
  .wm-tabs .class-schedule li {
    width: 100%;
  }
}
.wm-tabs .class-schedule li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.02);
}
.wm-tabs .class-schedule li:nth-child(5) {
  border-left: 1px solid rgba(255, 255, 255, 0.02);
}
.wm-tabs .class-schedule li span {
  display: block;
  margin-bottom: 20px;
}
.wm-tabs .class-schedule li span img {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.wm-tabs .class-schedule li h4 {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.wm-tabs .class-schedule li .time {
  display: inline-block;
  padding: 5px 12px;
  background: #452674;
  color: #fff;
  font-size: 13px;
}

.pricing {
  display: block;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}

.price-box {
  width: 100%;
  text-align: center;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
}
.price-box.popular .btn-select-plan {
  background: #452674;
}
.price-box.popular .price {
  color: #452674;
}
.price-box .btn-select-plan {
  padding: 10px 20px;
  background: #5bc0de;
  color: #fff;
}
.price-box .classes {
  padding: 0;
}
.price-box .classes li {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
  font-size: 16px;
  padding: 8px 10px;
}
.price-box .classes li.color {
  background: rgba(0, 0, 0, 0.04);
}

.pricing-plan {
  margin: 0 0 50px 0;
  padding: 0;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  color: #888f94;
}
.pricing-plan.pricing-plan-offer {
  margin-bottom: 24px;
}
.pricing-plan span {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  color: #d5d8db;
}

.price {
  font-size: 72px;
  color: #000;
  line-height: 50px;
}
.price .currency {
  font-size: 30px;
  top: -0.9em;
  padding-right: 10px;
}
.price small {
  font-size: 13px;
  display: block;
  text-transform: uppercase;
  color: #888f94;
}

#wm-portfolio-list {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  width: 100%;
}
#wm-portfolio-list li {
  display: block;
  padding: 0;
  margin: 0 0 15px 1%;
  list-style: none;
  min-height: 400px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  float: left;
  clear: left;
  position: relative;
}
@media screen and (max-width: 480px) {
  #wm-portfolio-list li {
    margin-left: 0;
  }
}
#wm-portfolio-list li a {
  min-height: 400px;
  padding: 2em;
  position: relative;
  width: 100%;
  display: block;
}
#wm-portfolio-list li a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 80;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: transparent;
}
#wm-portfolio-list li a:hover:before {
  background: rgba(0, 0, 0, 0.5);
}
#wm-portfolio-list li a .case-studies-summary {
  width: auto;
  bottom: 2em;
  left: 2em;
  right: 2em;
  position: absolute;
  z-index: 100;
}
#wm-portfolio-list li a .case-studies-summary span {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
}
#wm-portfolio-list li a .case-studies-summary h2 {
  color: #fff;
  margin-bottom: 0;
}
#wm-portfolio-list li.two-third {
  width: 48.6%;
}
@media screen and (max-width: 480px) {
  #wm-portfolio-list li.two-third {
    width: 100%;
  }
}
#wm-portfolio-list li.one-third {
  width: 23.8%;
}
@media screen and (max-width: 500px) {
  #wm-portfolio-list li.one-third {
    width: 100% !important;
  }
	.wboxx {
		width: 100%;
	}
.wboxx h2 {
    font-size: 20px;
}
}
#wm-portfolio-list li.one-half {
  width: 49%;
}
@media screen and (max-width: 480px) {
  #wm-portfolio-list li.one-half {
    width: 100%;
  }
}

.wm-heading {
  margin-bottom: 1em;
}
.wm-heading h2 {
    font-size: 30px;
    margin-bottom: 0px;
    line-height: 1.5;
    color: #000;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
}
.wm-heading h2:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  width: 60px;
  height: 2px;
  margin: 0 auto;
  background: #452674;
  content: '';
}
.wm-heading p {
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
}
.wm-heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

#wm-services {
	background: url(../images/bg_mp.png) top left no-repeat;
    background-size: cover;
	padding-top: 180px;
}
div#wm-package {
    padding-top: 165px;
    background: aliceblue;
}
#wm-services .testimony-slide {
  text-align: center;
}
#wm-services .testimony-slide span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: block;
}
#wm-services .testimony-slide figure {
  margin-bottom: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#wm-services .testimony-slide figure img {
  width: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#wm-services .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
#wm-services .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#wm-services .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#wm-services .arrow-thumb a:hover, #wm-services .arrow-thumb a:focus, #wm-services .arrow-thumb a:active {
  text-decoration: none;
}
#wm-aboutus {
    position: relative;
    padding: 185px 0;
}
#wm-aboutus .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wm-aboutus h2, #wm-appointment h2, wm-highlight h2 {
    color: #134492;
    margin-bottom: 0px !important;
    line-height: 34px;
    font-size: 40px;
    font-weight: 500;
    text-align: left;
}
#wm-appointment h5, #wm-highlight h5 {
    margin: 20px 0 0;
    font-size: 20px;
}
#wm-aboutus h2 span {
  font-weight: 100;
  color: rgba(255, 255, 255, 0.7);
}
#wm-aboutus h2 .percent {
  color: #ffffff;
  font-weight: 700;
}
div#wm-appointment .testbar, div#wm-highlight .testbar {
    width: 100%;
    display: block;
    text-align: center;
    padding: 25px;
    background: #fff;
    box-shadow: 1px 1px 4px #ccc;
    min-height: 296px;
    margin: 40px 0px 120px;
}
#wm-aboutus p {
    color: #000;
    text-align: left;
    padding: 0;
    margin: 0;
    max-width: 500px;
    font-size: 23px;
    line-height: 30px;
    padding-top: 20px;
    font-weight: 400;
}
#wm-aboutus p strong {
    color: #17196c;
    font-weight: 600;
}
#wm-aboutus .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: none !important;
  color: #fff;
  font-size: 16px !important;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wm-aboutus .form-control::-webkit-input-placeholder {
  color: #fff;
}
#wm-aboutus .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
#wm-aboutus .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
#wm-aboutus .form-control:-ms-input-placeholder {
  color: #fff;
}
#wm-aboutus .form-control:focus {
  background: rgba(255, 255, 255, 0.3);
}
#wm-aboutus strong, #wm-appointment strong, #wm-hightlight strong {
    color: #a0a0a1;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
#wm-aboutus .btn, #wm-appointment .btn,  #wm-highlight .btn {
    height: 64px;
    border: none !important;
    background: #3c68af;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 50px;
    border-radius: 0;
    margin-top: 24px;
}
#wm-aboutus .form-inline .form-group {
  width: 100% !important;
  margin-bottom: 10px;
}
#wm-aboutus .form-inline .form-group .form-control {
  width: 100%;
}
#wm-aboutus h2 span, #wm-appointment h2 span, #wm-highlight h2 span {
    font-weight: 500;
    color: #333;
    font-size: 20px;
    display: block;
    margin: 0;
    padding: 0;
}
div#ctact {
    background: url(../images/bg_mp.png) center center no-repeat;
    display: block;
    padding: 20px 0;
    margin-bottom: 0 !important;
    clear: both !important;
}
.row.animate-box.blue {
    background: #dde9f9;
    display: block;
    padding: 30px;
    border-top: 5px solid #477cd0;
    margin-top: 20px;
}
.setone img {
    float: right;
    width: 48%;
}
.setone p {
    float: left;
    text-align: justify !important;
    width: 48%;
    margin-right: 40px !important;
}
.settwo img {
    float: left;
    width: 48%;
	padding-top: 36px;
}
.settwo p {
    float: right;
    text-align: justify !important;
    width: 48%;
    margin-left: 40px !important;
}
.boso {
    width: 33%;
    display: inline-block;
    padding: 20px 0;
}
div#bososet {
    max-width: 1180px;
    margin: 0 auto;
}
.boso img {
    float: left;
    margin-right: 15px;
}
.boso p {
    color: #fff;
    display: block;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
}
.boso p span {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    padding-top: 5px;
}
.wm-blog {
  margin-bottom: 60px;
}
.wm-blog a img {
  width: 100%;
}
.wm-blog .blog-text {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  width: 90%;
  padding: 30px;
  float: right;
  margin-top: -5em;
  -webkit-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 10px 20px -12px rgba(0, 0, 0, 0.18);
}
.wm-blog .blog-text span {
  display: inline-block;
  margin-bottom: 20px;
}
.wm-blog .blog-text span.posted_on {
  color: white;
  font-size: 18px;
  padding: 2px 10px;
  padding-left: 40px;
  margin-left: -40px;
  background: #452674;
  position: relative;
}
.wm-blog .blog-text span.posted_on:before {
  position: absolute;
  top: -9px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 9px 9px;
  border-color: transparent transparent #452674 transparent;
}
.wm-blog .blog-text span.comment {
  float: right;
}
.wm-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.wm-blog .blog-text span.comment a i {
  color: #452674;
  padding-left: 7px;
}
.wm-blog .blog-text h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.wm-blog .blog-text h3 a {
  color: black;
}

#wm-footer {
  position: relative;
}
#wm-footer .col-md-5.wm-widget {
    border-right: 1px solid #b2b2b2;
}
#wm-footer .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
footer#wm-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#wm-footer .wm-widget p {
    text-align: justify;
}
#wm-footer h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#wm-footer .wm-footer-links {
    padding: 0 0 0 20px;
    margin: 0 0 0 50px;
}
#wm-footer .wm-footer-links li {
	padding: 5px 0 5px 20px;
    margin: 0;
    list-style: none;
    background: url(../images/fotico.png) center left no-repeat;
}
.centi h3 {
    padding-left: 70px;
}
#wm-footer .wm-footer-links li a {
  text-decoration: none;
}
#wm-footer .wm-footer-links li a:hover {
  text-decoration: underline;
}
#wm-footer .wm-widget {
    margin-bottom: 30px;
    padding-right: 60px;
}
.row.row-pb-md .col-md-4 {
    border-left: 1px solid #b2b2b2;
    padding-left: 50px;
}
ul.bisky li img {
    float: left;
    box-shadow: 0 0 3px #999;
    margin-right: 20px;
}
ul.bisky li p span {
    font-weight: 300;
    display: block;
}
ul.bisky li p {
    font-weight: 500;
    line-height: 23px;
    padding-top: 3px;
}
#wm-footer .wm-widget h3 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#wm-footer .copyright .block {
  display: block;
}
p.credit {
    padding: 20px 0 0 0;
    font-size: 13px;
}
#map {
  width: 100%;
  height: 500px;
  position: relative;
}
#wm-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: black;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #wm-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#wm-offcanvas a {
  color: rgba(255, 255, 255, 0.5);
}
#wm-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#wm-offcanvas ul {
  padding: 0;
  margin: 0;
}
#wm-offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wm-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#wm-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#wm-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#wm-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.wm-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.wm-nav-toggle.active i::before, .wm-nav-toggle.active i::after {
  background: #fff !important;
}
.wm-nav-toggle:hover, .wm-nav-toggle:focus, .wm-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.wm-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.wm-nav-toggle i::before, .wm-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.wm-nav-toggle.wm-nav-white > i {
  color: #fff;
  background: #fff;
}
.wm-nav-toggle.wm-nav-white > i::before, .wm-nav-toggle.wm-nav-white > i::after {
  background: #fff;
}

.wm-nav-toggle i::before {
  top: -7px;
}

.wm-nav-toggle i::after {
  bottom: -7px;
}

.wm-nav-toggle:hover i::before {
  top: -10px;
}

.wm-nav-toggle:hover i::after {
  bottom: -10px;
}

.wm-nav-toggle.active i {
  background: transparent;
}

.wm-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.wm-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.wm-nav-toggle {
  position: absolute;
  right: 0px;
  top: 38px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Work Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #452674;
  color: #fff;
  border: 2px solid #452674;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #fcf100 !important;
  border-color: #fcf100 !important;
  color:#452674 !important;
}
.btn-primary.btn-outline {
  background: #fff;
  color: #452674;
  border: 1px solid #fff;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #452674;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 1px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 1px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 1px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 1px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #452674;
}

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.wm-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */

.wm-cover.wm-cover-sm {
    height: 250px;
}
.wm-cover.wm-cover-sm .display-t, .wm-cover.wm-cover-sm .display-tc {
    height: 200px;
    display: table;
    width: 100%;
}
#wm-header .display-tc, #wm-counter .display-tc, .wm-cover .display-tc {
    display: table-cell !important;
    vertical-align: middle;
    padding: 0 40px;
}
.wm-cover-sm .display-t, .wm-cover-sm .display-tc {
    z-index: 9;
    height: 700px;
    display: table;
    width: 100%;
    margin-top: 40px;
}
#wm-header .display-tc h1, #wm-counter .display-tc h1, .wm-cover .display-tc h1 {
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    font-weight: 400;
}
.mt0 { margin-top:0px; }
.pt0 { padding-top:0px; }
.wm-contact-info h3 { color:#000; }
i.icon-twitter {
    color: #0084b4;
}
i.icon-facebook {
    color: #3b5998;
}
i.icon-linkedin {
    color: #0077B5;
}
i.icon-youtube {
    color: #2793e8;
}
.wm-contact-info h3 {
    margin-bottom: 5px;
}
#wm-footer p {
}
ul.responsive-tabs__list li {
    background: #fff;
    padding: 9px 19px;
}
#wm-footer .wm-widget small {
    color: #ccc;
    font-weight: 400;
    letter-spacing: 1px;
}
.wm-contact-info p {
    font-weight: 400;
}
div#msg1 {
    background: #0e487a;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}
.setmsg1 {
    width: 81%;
    float: right;
    padding: 25px;
    text-align: center;
    font-size: 23px;
    line-height: 31px;
}
p.lite {
    color: #fef166;
    font-weight: 500;
    font-size: 28px;
}
.setmsg1 p {
    padding: 0;
    margin: 0 0 14px 0;
}
div#msg1 img {
    padding-left: 20px;
}
div#msg2 {
    background: #201315;
    border-radius: 15px;
    color: #ffcb96;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
}
div#msg2 img {
    float: right;
    border-radius: 0 25px 25px;
}
div#msg2 {
    background: #201315;
    border-radius: 15px;
    color: #ffcb96;
    text-transform: uppercase;
    font-size: 22px;
    line-height: 30px;
    clear: both;
    display: block;
    height: 250px;
    padding: 0 0 0 0;
}
.setmsg2 {
    width: 57%;
    float: left;
    padding: 54px;
}
.trustee ul li {
    width: 47% !important;
    display: inline-block;
    font-weight: 500;
}
.container.contactus {
    width: 100%;
    margin: 0;
    padding: 0;
}
.wm-contact {
    padding-top: 234px;
}
.col-md-4.animate-box.fadeInUp.animated-fast {

}
.trainer {
    box-shadow: 0px 0px 4px #999;
    padding-bottom: 40px;
    border-bottom: 4px solid #efefef;
    margin-bottom: 30px;
	background:#fff;
}
table.toppers img {

    border-radius: 50%;
}
table.toppers p {
    max-width: 100% !important;
    color: #fff;
}
table.toppers tr td {
    vertical-align: top;
}
table.toppers ul li {
    text-align: left;
}
.trainer .title h3 span {
    display: block;
    padding-top: 16px;
}
.trainer .title ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.trainer .title ul li {
    background: url(../images/ico_train.png) left center no-repeat;
    padding: 3px 0 3px 30px;
}
h3#agegroup {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.admission .wm-contact-info .col-md-12 {
    padding-left: 0;
}
.admission .wm-contact-info h3 {
    margin-bottom: 18px;
    border-bottom: 3px solid #452674;
    padding-bottom: 5px;
    font-weight: 500;
}
input.btn:hover {
    color: #fff;
}
input.btn {
    background: #452674;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 20px;
}
table.tab {
    width: 100%;
    font-weight: 400;
}
.driver { margin-top:30px; }
.driver ul li {
    background-position: top left;
    vertical-align: top;
    font-weight: 400;
}
table.tabb tr td:first-child {
    width: 44%;
}
table.tabbb tr td {
    width: 200px;
    padding: 5px 15px;
    background: #efefef;
    border: 2px solid #fff;
}
.subjects ul li {
    width: 33%;
    display: inline-block;
    font-weight: 400;
}
.subjects h3 {
    padding-bottom: 10px;
}
.cset ul li {
    float: left;
    width: 100% !important;
    background-position: 0 4px;
}
.cset {
    display: block !important;
    padding: 8px 0;
    margin: 10px 0 20px !important;
    clear: both;
}
table.toppers ol {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    border-radius: 0px;
}
table.toppers ol img {
	
}
table.toppers ol {
    float: left;
    min-width: 170px;
    margin: 4px;
    padding: 18px 0;
    margin: 15px 4px 60px 4px;
}
table.toppers h3 {
    padding-top: 26px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 500;
}
div#cman img {
    width: 250px;
    border-radius: 10px;
    border: 2px solid #ddd;
    margin-top: 6px;
    float: left;
    margin-right: 20px;
}
div#cman {
    padding: 10px 20px;
    background: #efefef;
    border-radius: 10px;
    margin-bottom: 30px;
}
div#cman h3 {
    padding-top: 13px;
}
div#cman p {
    text-align: justify;
}
div#cman h3 {
    padding-top: 13px;
    color: brown;
    text-transform: uppercase;
    font-weight: 500;
}
table.tabbb {
    margin-bottom: 40px !important;
}
table#account {
    background: #efefef;
    border: solid 15px #efefef;
    box-shadow: 0 0 3px #666;
}
.row.copyright {
    text-align: center;
}
div#wm-services .col-md-2 {
    width: 20%;
    margin: 0;
    padding: 0;
}
div#wm-logo a img {
    max-width: 230px;
}
p.num.demo a {
    color: #fff;
}
p.num.demo {
    background: #477cd0;
}
.abt h5 {
    margin: 20px 0 0;
    font-size: 20px;
}
.abt p {
    font-size: 15px !important;
    line-height: 22px !important;
    text-align: justify !important;
    margin-top: 0px !important;
}
table.toppers td {
    color: #fff;
}

.testbar { position: relative; }

.testbar.tb1 a { background: #b2002e; padding: 10px 20px; color: #fff; font-weight: 400; }
.testbar.tb1 h3 { color: #b2002e; font-weight: 500; }
.testbar.tb1 { border-top: 5px solid #b2002e; }
.testbar.tb1 p { font-weight: 500; font-size:16px; }

.testbar.tb2 a { background: #17196c; padding: 10px 20px; color: #fff; font-weight: 400; }
.testbar.tb2 h3 { color: #17196c; font-weight: 500; }
.testbar.tb2 { border-top: 5px solid #17196c; }
.testbar.tb2 p { font-weight: 500; font-size:16px !important; }

.testbar.tb3 a { background: #477cd0; padding: 10px 20px; color: #fff; font-weight: 400; }
.testbar.tb3 h3 { color: #477cd0; font-weight: 500; }
.testbar.tb3 { border-top: 5px solid #477cd0; }
.testbar.tb3 p { font-weight: 500; font-size:16px !important; }

.testbar.tb4 a { background: #008080; padding: 10px 20px; color: #fff; font-weight: 400; }
.testbar.tb4 h3 { color: #008080; font-weight: 500; }
.testbar.tb4 { border-top: 5px solid #008080; }
.testbar.tb4 p { font-weight: 500; font-size:16px !important; }

div#plans img {
    width: 100%;
    margin-bottom: 10px;
}
div#plans {
    margin: 0 auto;
    display: block;
}
#myCeoPlus button.accordion {
    background: url(../images/bg_plus_blue.png) 10px 7px no-repeat #0575b3;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#apt.home {
    margin: 0 !important;
}
div#myCeoPlus p {
    padding: 15px 0 25px;
}
div#myCeoPlus {
	background: url(../images/bg_ceoplus.png) top left no-repeat #fff;
    background-size: contain;
}
div#myCeoPlus h2 span {
    display: block;
    font-weight: 300;
    color: #000;
    font-size: 24px;
}
div#myCeoPlus h2 {
    color: #0575b3;
    font-size: 30px;
	line-height: 28px;
	text-transform: uppercase;
}
div#myCeoPlus a.closebtn {
    background: #0575b3;
    text-align: center;
    padding: 5px 20px 10px;
}
#myCeo button.accordion {
    background: url(../images/bg_plus_ceo.png) 10px 7px no-repeat #d24552;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myCeo p {
    padding: 0;
    font-weight: 500;
}
div#myCeo {
    background: url(../images/bg_ceo.png) top left no-repeat #fff;
    background-size: contain;
}
div#myCeo h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myCeo h2 {
    color: #d24552;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myCeo a.closebtn {
    background: #d24552;
    text-align: center;
    padding: 5px 20px 10px;
}


#myMaster button.accordion {
    background: url(../images/bg_plus_master.png) 10px 7px no-repeat #4b781f;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myMaster p {
    padding: 0;
    font-weight: 500;
}
div#myMaster {
    background: url(../images/bg_master.png) top left no-repeat #fff;
    background-size: contain;
}
div#myMaster h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myMaster h2 {
    color: #4b781f;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myMaster a.closebtn {
    background: #4b781f;
    text-align: center;
    padding: 5px 20px 10px;
}
#myComprehensive button.accordion {
    background: url(../images/bg_plus_comprehensive.png) 10px 7px no-repeat #2e9e7f;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myComprehensive p {
    padding: 0;
    font-weight: 500;
}
div#myComprehensive {
    background: url(../images/bg_comprehensive.png) top left no-repeat #fff;
    background-size: contain;
}
div#myComprehensive h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myComprehensive h2 {
    color: #2e9e7f;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myComprehensive a.closebtn {
    background: #2e9e7f;
    text-align: center;
    padding: 5px 20px 10px;
}
#myExecutive button.accordion {
    background: url(../images/bg_plus_executive.png) 10px 7px no-repeat #466d95;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myExecutive p {
    padding: 0;
    font-weight: 500;
}
div#myExecutive {
    background: url(../images/bg_executive.png) top left no-repeat #fff;
    background-size: contain;
}
div#myExecutive h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myExecutive h2 {
    color: #466d95;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myExecutive a.closebtn {
    background: #466d95;
    text-align: center;
    padding: 5px 20px 10px;
}
#myStandard button.accordion {
    background: url(../images/bg_plus_standard.png) 10px 7px no-repeat #4272b4;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myStandard p {
    padding: 0;
    font-weight: 500;
}
div#myStandard {
    background: url(../images/bg_standard.png) top left no-repeat #fff;
    background-size: contain;
}
div#myStandard h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myStandard h2 {
    color: #4272b4;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myStandard a.closebtn {
    background: #4272b4;
    text-align: center;
    padding: 5px 20px 10px;
}
#mySenior button.accordion {
    background: url(../images/bg_plus_senior.png) 10px 7px no-repeat #0978b5;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#mySenior p {
    padding: 0;
    font-weight: 500;
}
div#mySenior {
    background: url(../images/bg_senior.png) top left no-repeat #fff;
    background-size: contain;
}
div#mySenior h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#mySenior h2 {
    color: #0978b5;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#mySenior a.closebtn {
    background: #0978b5;
    text-align: center;
    padding: 5px 20px 10px;
}
#myCancer button.accordion {
    background: url(../images/bg_plus_cancer.png) 10px 7px no-repeat #fe3b82;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myCancer p {
    padding: 0;
    font-weight: 500;
}
div#myCancer {
    background: url(../images/bg_cancer.png) top left no-repeat #fff;
    background-size: contain;
}
div#myCancer h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myCancer h2 {
    color: #fe3b82;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myCancer a.closebtn {
    background: #fe3b82;
    text-align: center;
    padding: 5px 20px 10px;
}
#myHeart button.accordion {
    background: url(../images/bg_plus_heart.png) 10px 7px no-repeat #a8664e;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myHeart p {
    padding: 0;
    font-weight: 500;
}
div#myHeart {
    background: url(../images/bg_heart.png) top left no-repeat #fff;
    background-size: contain;
}
div#myHeart h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myHeart h2 {
    color: #a8664e;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myHeart a.closebtn {
    background: #a8664e;
    text-align: center;
    padding: 5px 20px 10px;
}
#myWomens button.accordion {
    background: url(../images/bg_plus_womens.png) 10px 7px no-repeat #009fe8;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myWomens p {
    padding: 0;
    font-weight: 500;
}
div#myWomens {
    background: url(../images/bg_womens.png) top left no-repeat #fff;
    background-size: contain;
}
div#myWomens h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myWomens h2 {
    color: #009fe8;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myWomens a.closebtn {
    background: #009fe8;
    text-align: center;
    padding: 5px 20px 10px;
}
#myPregnancy button.accordion {
    background: url(../images/bg_plus_pregnancy.png) 10px 7px no-repeat #567ea0;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myPregnancy p {
    padding: 0;
    font-weight: 500;
}
div#myPregnancy {
    background: url(../images/bg_pregnancy.png) top left no-repeat #fff;
    background-size: contain;
}
div#myPregnancy h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myPregnancy h2 {
    color: #567ea0;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myPregnancy a.closebtn {
    background: #567ea0;
    text-align: center;
    padding: 5px 20px 10px;
}
#myChildren button.accordion {
    background: url(../images/bg_plus_children.png) 10px 7px no-repeat #cb9400;
    border: 0;
    padding: 5px;
    border-radius: 8px;
    color: #fff;
    font-size: 20px;
    width: 100%;
    text-align: left;
    font-weight: 400;
    padding-left: 45px;
    margin-top: 8px;
}
div#myChildren p {
    padding: 0;
    font-weight: 500;
}
div#myChildren {
    background: url(../images/bg_children.png) top left no-repeat #fff;
    background-size: contain;
}
div#myChildren h2 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#myChildren h2 {
    color: #cb9400;
    font-size: 32px;
    line-height: 28px;
    text-transform: uppercase;
    font-weight: 500;
}
div#myChildren a.closebtn {
    background: #cb9400;
    text-align: center;
    padding: 5px 20px 10px;
}
/*////// PLAN 1 START /////////*/
div#plan1 {
    background: url(../images/bg_plan1.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan1 h3 span {
	font-weight: 300;
    color: #000;
    font-size: 24px;
    padding-left: 10px;
}
div#plan1 h3 {
    color: #0071b0;
    font-size: 26px;
    font-weight: 500;
}
div#plan1 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan1 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #0071b0;
}

/*////// PLAN 2 START /////////*/
div#plan2 {
    background: url(../images/bg_plan2.jpg) -100px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan2 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan2 h3 {
    color: #d24552;
    font-size: 26px;
    font-weight: 500;
}
div#plan2 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan2 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #d24552;
}

/*////// PLAN 3 START /////////*/
div#plan3 {
    background: url(../images/bg_plan3.jpg) -105px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan3 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan3 h3 {
    color: #4b781f;
    font-size: 26px;
    font-weight: 500;
}
div#plan3 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan3 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #4b781f;
}

/*////// PLAN 4 START /////////*/
div#plan4 {
    background: url(../images/bg_plan4.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan4 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan4 h3 {
    color: #2e9e7f;
    font-size: 26px;
    font-weight: 500;
}
div#plan4 small {
    color: #2e9e7f;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan4 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan4 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #2e9e7f;
}

/*////// PLAN 5 START /////////*/
div#plan5 {
    background: url(../images/bg_plan5.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan5 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan5 h3 {
    color: #466d95;
    font-size: 26px;
    font-weight: 500;
}
div#plan5 small {
    color: #466d95;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan5 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan5 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #466d95;
}

/*////// PLAN 6 START /////////*/
div#plan6 {
    background: url(../images/bg_plan6.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan6 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan6 h3 {
    color: #4272b4;
    font-size: 26px;
    font-weight: 500;
}
div#plan6 small {
    color: #4272b4;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan6 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan6 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #4272b4;
}

/*////// PLAN 7 START /////////*/
div#plan7 {
    background: url(../images/bg_plan7.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan7 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan7 h3 {
    color: #0978b5;
    font-size: 26px;
    font-weight: 500;
}
div#plan7 small {
    color: #0978b5;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan7 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan7 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #0978b5;
}

/*////// PLAN 8 START /////////*/
div#plan8 {
    background: url(../images/bg_plan8.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan8 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan8 h3 {
    color: #fe3b82;
    font-size: 26px;
    font-weight: 500;
}
div#plan8 small {
    color: #fe3b82;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan8 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan8 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #fe3b82;
}

/*////// PLAN 9 START /////////*/
div#plan9 {
    background: url(../images/bg_plan9.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan9 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan9 h3 {
    color: #a8664e;
    font-size: 26px;
    font-weight: 500;
}
div#plan9 small {
    color: #a8664e;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan9 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan9 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #a8664e;
}

/*////// PLAN 10 START /////////*/
div#plan10 {
    background: url(../images/bg_plan10.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan10 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan10 h3 {
    color: #009fe8;
    font-size: 26px;
    font-weight: 500;
}
div#plan10 small {
    color: #009fe8;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan10 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan10 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #009fe8;
}


/*////// PLAN 11 START /////////*/
div#plan11 {
    background: url(../images/bg_plan11.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan11 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan11 h3 {
    color: #009fe8;
    font-size: 26px;
    font-weight: 500;
}
div#plan11 small {
    color: #009fe8;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan11 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan11 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #009fe8;
}

/*////// PLAN 12 START /////////*/
div#plan12 {
    background: url(../images/bg_plan12.jpg) -90px 0px no-repeat;
    background-size: cover;
    padding: 20px 20px 35px;
}
div#plan12 h3 span {
    font-weight: 300;
    color: #000;
    display: block;
    font-size: 22px;
}
div#plan12 h3 {
    color: #cb9400;
    font-size: 26px;
    font-weight: 500;
}
div#plan12 small {
    color: #cb9400;
    font-size: 16px;
    font-weight: 500;
	display:block;
}
div#plan12 p {
    padding: 5px 0;
    font-weight: 400;
    line-height: 18px;
    max-width: 64%;
    text-align: left;
}
div#plan12 p.rate {
    font-size: 22px;
    font-weight: 500;
    color: #cb9400;
}

div#myCeoPlus a, div#myCeo a, div#myMaster a, div#myComprehensive a, div#myExecutive a, div#myStandard a, div#mySenior a, div#myCancer a, div#myHeart a, div#myWomens a, div#myPregnancy a, div#myChildren a {
    background-image: none;
    background: #17196c;
    text-align: center;
    margin: 0 !important;
    padding: 10px;
    display: block;
    border-radius: 7px;
    width: 210px;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    position: absolute;
    top: -12px;
    right: 25px;
}
div#main {
    border-top: 8px solid #2e3291;
    padding-top: 88px;
}
div#plans div {
    width: 30%;
    float: left;
    margin: 1.5%;
    min-height: 333px;
}
div#wm-highlight .col-md-2 {
    padding: 0 !important;
    margin: 135px 18px 0;
}
div#wm-reports {
    background: url(../images/bgzsr.png) bottom right no-repeat #fff;
    background-size: cover;
    color: #000;
    padding-top: 180px;
}
div#wm-reports .toppers h3 {
    color: #000;
    font-weight: 500;
}
.services {
    height: 235px;
    display: block;
}
p.rate:last-child {
    font-size: 17px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
div#plans p.rate {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0px;
}
div#wm-appointment {
    background: url(../images/bg_appt.jpg) top left repeat-x !important;
    clear: both;
    padding-top: 180px;
}

#wm-appointment .container.abt h2,#wm-appointment .container.abt h5 {
    text-align: center !important;
    width: 100%;
}
#wm-appointment .container.abt strong {
    text-align: center !important;
    width: 100%;
    display: block;
}
.row.copyright img {
    margin: 0 auto;
}
p.num.social a {
    padding: 5px;
    display: inline-block;
}
p.num.social {
    padding: 0;
    margin: 0 !important;
}
.flexslider {
    overflow-x: hidden;
}
div#plans h3 span {
    font-weight: 500;
}
div#plans p {
    font-weight: 500;
}
.testbar.tb1 ul li {
    text-align: left;
    font-weight: 500;
}
#tab2 ul.panel li {
    font-weight: 400;
    display: block;
}
.top .col-xs-12 {
    margin: 0;
    padding: 0;
}



@media screen and (max-width: 992px) {
  #wm-services .testimony-slide blockquote {
    width: 100%;
  }
}
@media screen and (max-width: 1280px) {
	.wm-cover.home {
		height: 620px !important;
		padding-top: 134px;
	}
}
@media screen and (max-width: 768px) {
  .wm-nav-toggle {
    display: block;
  }
  .row.copyright .block b {
    display: none;
  }
  .row.copyright .block span {
    display: block;
  }
	.wm-nav .menu-1 {
		display: none;
	}
	#wm-logo img {
		max-width: 300px;
	}
  .wm-cover {
	height: 115px;
   }
  .wm-cover .display-t,
  .wm-cover .display-tc {
    height: 400px;
  }
  .wm-cover.wm-cover-sm {
    height: 400px;
  }
  div#wm-about {
    background-position: right top;
  }
  a.js-wm-nav-toggle.wm-nav-toggle.wm-nav-white {
    top: 78px;
  }
  div#msg1 img {
    margin: 0 auto;
    display: block;
  }
  .setmsg1 {
    width: 100%;
    font-size: 18px;
  }
  div#msg1 {
    height: 610px;
  }
  footer#wm-footer .col-md-4 {
    padding-bottom: 30px !important;
  }
  footer#wm-footer .col-md-5 {
    padding-bottom: 30px !important;
  }
  .wm-cover.wm-cover-sm .display-t,
  .wm-cover.wm-cover-sm .display-tc {
    height: 400px;
  }
  #wm-header .display-tc h1,
  #wm-counter .display-tc h1,
  .wm-cover .display-tc h1 {
    font-size: 30px;
  }
  #wm-portfolio-list li.one-third {
    width: 49%;
  }
  #wm-portfolio-list li.two-third {
    width: 49%;
  }
  #wm-portfolio-list li a .case-studies-summary h2 {
    font-size: 20px;
  }
  #wm-portfolio-list li a .case-studies-summary {
    bottom: 1em;
    left: 1em;
    right: 1em;
  }
  .wm-tabs .class-schedule li {
    width: 50%;
  }
  .services {
    margin-top: 0;
    margin-bottom: 20px;
  }
  #wm-services,
  #wm-started,
  #wm-services,
  #wm-package,
  #wm-gallery,
  #wm-schedule,
  #wm-pricing,
  #wm-blog,
  #wm-contact,
  #wm-footer {
    padding: 3em 0;
  }
  #wm-offcanvas {
    display: block;
  }
  #map {
    height: 200px;
  }
  #wm-footer .wm-widget {
    text-align: left;
  }
  .wm-blog {
    width: 100%;
  }
  .trainer {
    margin-bottom: 30px;
  }
  div#cman img {
    margin: 15px auto !important;
    display: block !important;
  }
 .setmsg2 {
    width: 100%;
    padding: 20px 20px 5px;
    font-size: 18px;
    text-align: justify;
  }
  .wm-contact-info p {
    text-align: justify;
  }
  .trustee ul li {
    width: 100% !important;
  }
  .subjects ul li {
    width: 100%;
  }
#wm-contact img {
    max-width: 100%;
    height: initial !important;
}
table.tab td {
    width: 100%;
    display: block;
    padding: 0 0 5px 0;
}
table.tabb td:first-child {
    width: 150px !important;
    display: table-cell;
}
div#wm-contact {
    padding-top: 35px !important;
}
div#wm-offcanvas ul li {
    padding: 8px 0;
    font-size: 20px;
}
.boxset input, .boxset select {
    width: 100% !important;
    font-size: 18px;
    padding: 7px;
}
input.btn {
    background: #452674;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
    font-size: 26px !important;
    max-width: 200px;
    margin: 18px auto;
    display: block;
}

}
@media screen and (min-width: 1281px) {
	.wm-cover.home {
		height: 799px !important;
		padding-top: 134px;	
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1230px !important;
	}
}