html {
  font-size: 14px;
}
body {
  font-size: 100%;
  font-family: 'Inter';
  color: #555;
  letter-spacing: 0.01rem;
}
a {
  color: #044B7F;
}
*,
:before,
:after {
  -webkit-transition: border-bottom 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  -o-transition: border-bottom 0.4s ease, color 0.4s ease, background-color 0.4s ease;
  transition: border-bottom 0.4s ease, color 0.4s ease, background-color 0.4s ease;
}
.custom_container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
    width: 100%;
}

.custom_container::after,
.custom_container::before {
    content: " ";
    display: table;
}

.custom_container::after {
    clear: both;
}

a:focus, a:hover {
	text-decoration: none;
}
a {
  color:#333;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navRightSide {
	float: right;
	padding-top: 18px;
	width: 81%;
	padding-bottom: 18px;
}
body:not(.menu-sandwich) .navigationarea #main-menu > ul::before, body:not(.menu-sandwich) .navigationarea #main-menu > ul::after {
  clear: none;
  display: none;
}
.navbar-header {
	margin-top: 0;
	padding-left: 0;
	margin-bottom: 0;
}
.blue-button {
  display: inline-block;
  background-color: #557cbf;
  border-radius: 0;
  border: none;
  color: #f4f4f4;
  font-family: 'Playfair Display';
  padding: 15px 30px;
  line-height: 1;
}
.blue-button:hover,
.blue-button:focus {
  color: #f4f4f4;
  text-decoration: none;
  background-color: #3c63a6;
  outline: none;
}
.updated:not(.published) {
  display: none;
}
/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
img {
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	max-width: 100%;
}
.navbar {
	border: none;
	border-radius: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	border: 0 !important;
}
.vct-icon-dropdown::before {
  content: "\f107";
  font-family: Fontawesome !important;
  color: #fff;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  left: 0;
}
.navbar-wrapper {
  margin: 0;
  padding: 0;
}

body.fixed-header.admin-bar .navbar {
  top: 46px;
}
body.fixed-header.admin-bar .navbar.scroll-admin-bar {
  top: 0;
}
body.fixed-header .navbar {
  width: 100%;
  z-index: 999;
}
body.navbar-no-background #header {
  position: relative;
  min-height: 100px;
}
body.navbar-no-background #header .navbar {
	width: 100%;
	background-color: #191919;
	z-index: 200;
	margin: 0;
	padding: 15px 0;
}
body.navbar-no-background #header .navbar.fixed {
  position: fixed;
}
body.navbar-no-background #header .navbar.fixed.scroll {
  background-color: #fff;
}
body.navbar-no-background #header .navbar .navbar-wrapper {
  background-color: transparent;
}
body.menu-sandwich .navbar-header {
  float: none;
}
body.menu-sandwich .navbar-toggle {
  display: block;
  float: right;
}
body.menu-sandwich #main-menu ul.nav {
  float: none !important;
}
body.menu-sandwich #main-menu ul.nav li {
  float: none;
}
.navbar-brand {
	height: auto;
	padding: 0;
	max-width: 150px;
	position: relative;
	width: 100%;
}
.navbar-brand .custom-logo-link {
	float: left;
}
.navbar-brand h1 a {
  font-size: 30px;
  color: #333;
}
.navbar-brand h1 a:hover {
  color: #557cbf;
  text-decoration: none;
} 
.navbar-brand img {
  max-width: 100%;
  height: auto;
}
.navbar-toggle {
  margin-bottom: 0;
}
.navbar-toggle .icon-bar {
  width: 20px;
  border-radius: 0;
  background-color: #333;
}
.sandwich-color-light #main-menu {
  background-color: #fff;
}
.sandwich-color-light #main-menu > ul > li > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul > li > a:hover,
.sandwich-color-light #main-menu > ul > li > a:focus {
  color: #333;
}
.sandwich-color-light #main-menu > ul > li.current_page_item > a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a {
  color: #333;
}
.sandwich-color-light #main-menu > ul ul li a:hover,
.sandwich-color-light #main-menu > ul ul li a:focus {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li.current_page_item > a {
  color: #555;
}
.sandwich-color-light #main-menu > ul ul li .dropdown-toggle {
  color: #333;
}
.sandwich-color-light #main-menu .button-close {
  color: #333;
}
.sandwich-color-light #main-menu .dropdown-toggle {
  color: #555;
}

#main-menu .header-widgetised-area {
  margin: 30px 0;
}
#main-menu .header-widgetised-area .widget {
  margin-bottom: 20px;
}
#main-menu .header-widgetised-area .widget-title {
  font-size: 18px;
}
#main-menu .header-widgetised-area .widget_text {
  font-size: 18px;
  line-height: 1em;
}
#main-menu.open {
  margin-left: -270px;
}
#main-menu .button-close {
  width: 16px;
  height: 16px;
  cursor: pointer;
  margin-bottom: 25px;
  color: #fff;
}
#main-menu .dropdown-toggle {
	position: absolute;
	right: 0;
	top: -5px;
	width: 36px;
	line-height: 1.45;
	border: none;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
	font-family: 'Visual Composer Starter Font';
	font-size: 18px;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	color: #fff;
}
#main-menu .dropdown-toggle.open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#main-menu ul li {
  display: inline-block;
  position: relative;
  float: none;
  padding: 0;
  text-align: center;
}
#main-menu ul li a {
	font-weight: 700;
	line-height: 22px;
}
#main-menu ul li a:hover,
#main-menu ul li a:focus {
  text-decoration: none;
  color: #fff;
}
#main-menu ul li.current-menu-item > a {
  color: #fff;
}
#main-menu ul li.menu-item-has-children > a {
  margin-right: 56px;
}
#main-menu ul li ul {
  display: none;
  padding: 10px 0;
}
#main-menu ul li ul li {
  font-family: 'Inter';
  font-size: 16px;
  list-style: none;
  line-height: 1.2;
}
#main-menu ul li ul li a {
  padding: 5px 0;
  display: block;
}
#main-menu ul li ul li .dropdown-toggle {
	padding: 7px 0 3px 0;
	color: #000;
	transform: rotate(-90deg);
	top: 5px;
	font-size: 18px;
}
#main-menu ul li ul li .dropdown-toggle.open {
  padding: 3px 0 7px 0;
}
#main-menu ul li ul li ul {
  padding-left: 10px;
}
#main-menu > ul {
  margin: 0;
  float: none;
}
#main-menu > ul > li {
  font-size: 22px;
}
#main-menu > ul > li > a {
  padding: 12px 0;
  font-family: 'Playfair Display';
  color: #fff;
}
#main-menu > ul > li > a:hover,
#main-menu > ul > li > a:focus {
  color: #ccc;
  background: none;
}
#main-menu > ul > li > .dropdown-toggle {
  width: auto;
  height: auto;
  padding: 0;
}
#main-menu > ul > li > .dropdown-toggle.open {
  padding: 10px 0 17px 0;
}
.cover-image {
  position: relative;
}
.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.header-image img {
  width: 100%;
  height: auto;
}
.header-image .fade-in-img.cover-image {
  position: relative;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
body:not(.menu-sandwich) ul > li.searchBtn.bookbtn > a {
	background-color: transparent;
	color: #044B7F;
	font-size: 14px;
	border-radius: 0;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Inter;
	border: 1px solid #044B7F;
}
body:not(.menu-sandwich) ul > li.searchBtn.bookbtn:nth-child(2) {
  margin-right: 25px;
}
body:not(.menu-sandwich) ul > li.searchBtn.bookbtn:nth-child(2) a{
  background-color: #044B7F;
    color: #fff;
}
body:not(.menu-sandwich) ul > li.searchBtn > a span {
  color: #818181;
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
body:not(.menu-sandwich) ul > li.searchBtn.timebtn a strong span {
  margin-top: 3px;
  font-weight: 600;
}
body:not(.menu-sandwich) ul > li.searchBtn.timebtn a {
  padding: 0;
  text-align: left;
}
body:not(.menu-sandwich) ul > li.searchBtn > a {
  line-height: 1em;
  color: #fff;
}
body:not(.menu-sandwich) ul > li.searchBtn.timebtn a strong {
	display: block;
	padding-left: 45px;
	background-image: url(../images/time.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 15px;
	color: #000;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: capitalize;
}
body:not(.menu-sandwich) ul > li.searchBtn.numbtn > a {
  color: #000000;
  font-weight: 700;
  font-size: 18px;
  margin-right: 15px;
  padding-left: 45px;
  padding-right: 45px;
}
body:not(.menu-sandwich) ul > li.searchBtn.bookbtn > a img {
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
body.featured-image-custom-height .header-image .fade-in-img {
  position: relative;
}
body:not(.menu-sandwich) ul > li.searchBtn.qrbtn a em {
  display: block;
  font-style: normal;
  font-size: 8px;
  font-family: Inter;
  font-weight: 500;
  max-width: 114px;
  line-height: 1.4;
  text-transform: capitalize;
}
body:not(.menu-sandwich) ul > li.searchBtn.qrbtn > a > img {
  max-width: none;
  margin-bottom: 2px;
}
body:not(.menu-sandwich) ul > li.searchBtn a {
  line-height: 1em;
  padding: 0 15px;
  border-radius: 0;
}


body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap img {
  position: absolute;
  left: 50%;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.content-wrapper {
	padding: 0;
	margin: 0 -15px;
	overflow-wrap: break-word;
	background-color: #fff;
	margin-bottom: 30px;
}
.main-content article.post.sticky {
  border: 6px #eeeeee solid;
  padding: 13px;
}
.entry-full-content .entry-author-data {
  text-align: center;
  margin-bottom: 20px;
}
.entry-full-content .entry-author-data .author-avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 5px;
}
.entry-full-content .entry-author-data .author-avatar img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.entry-full-content .entry-author-data .author-name {
  color: #333;
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 7px;
}
.entry-full-content .entry-author-data .author-biography {
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  color: #777;
}
.entry-full-content .entry-meta {
  font-size: 14px;
  font-weight: 500;
  color: #777;
  margin-bottom: 5px;
}
.entry-full-content .entry-meta a {
  color: #333;
  border-bottom: 1px solid #333;
}
.entry-full-content .entry-meta a:hover,
.entry-full-content .entry-meta a:focus {
  border-bottom-color: transparent;
  text-decoration: none;
}
.entry-tags {
  margin: 5px 0;
}
.entry-tags a {
  display: inline-block;
  margin: 0 10px 10px 0;
  padding: 9px 13px;
  line-height: 1;
  font-size: 14px;
  font-style: italic;
  color: #777;
  background-color: #eee;
  border-radius: 20px;
}
.entry-tags a:hover,
.entry-tags a:before {
  text-decoration: none;
  color: #fff;
  background-color: #557cbf;
}
.nav-next,
.nav-previous {
  margin-bottom: 1.625rem;
}
.nav-links.post-navigation {
  margin-top: 1.625rem;
  padding-top: 2.25rem;
  border-top: 1px solid #eee;
}
.nav-links.post-navigation a .meta-nav {
  font-size: 14px;
  font-style: italic;
  color: #777;
  line-height: 1;
  display: block;
}
.nav-links.post-navigation a .post-title {
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #333;
}
.nav-links.post-navigation a:hover {
  text-decoration: none;
}
.nav-links.post-navigation a:hover .post-title {
  border-bottom-color: transparent;
}
.pagination {
  margin: 65px 0 0;
  display: block;
  border-radius: 0;
}
.nav-links.post-inner-navigation {
  margin-bottom: 20px;
}
.nav-links.post-inner-navigation a,
.nav-links.post-inner-navigation > span {
  display: inline-block;
  min-width: 30px;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  height: 30px;
  margin: 0 10px 10px 0;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.post-inner-navigation a:hover,
.nav-links.post-inner-navigation a:focus {
  text-decoration: none;
  background-color: #557cbf;
}
.nav-links.post-inner-navigation a:hover span,
.nav-links.post-inner-navigation a:focus span {
  color: #fff;
}
.nav-links.post-inner-navigation a.prev,
.nav-links.post-inner-navigation a.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.post-inner-navigation > span {
  background-color: #557cbf;
  color: #fff;
}
.nav-links.archive-navigation .page-numbers {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px 10px 0;
  background-color: #eee;
  border-radius: 15px;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  font-style: italic;
  color: #777;
}
.nav-links.archive-navigation .page-numbers.prev,
.nav-links.archive-navigation .page-numbers.next {
  width: auto;
  padding: 0 15px;
}
.nav-links.archive-navigation .page-numbers.dots {
  background: none;
}
.nav-links.archive-navigation a.page-numbers:hover,
.nav-links.archive-navigation a.page-numbers:focus,
.nav-links.archive-navigation .page-numbers.current {
  text-decoration: none;
  background-color: #557cbf;
  color: #fff;
}
.comments-area {
  padding: 40px 0;
  background-color: #f4f4f4;
  overflow-wrap: break-word;
}
.comments-area .comments-title {
  margin-bottom: 5px;
}
.comments-area .comments-subtitle {
  font-size: 14px;
  margin-bottom: 40px;
}
.comments-area .comment-list {
  list-style: none;
  padding: 0;
  margin-bottom: 55px;
}
.comments-area .comment-list li.comment {
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list li.comment .comment-body {
  margin-bottom: 25px;
}
.comments-area .comment-list li.comment:first-child {
  padding-top: 0;
  border-top: 0;
}
.comments-area .comment-list ol.children {
  list-style: none;
  padding: 0;
  margin-left: 30px;
  padding-top: 25px;
  border-top: 1px solid #ddd;
}
.comments-area .comment-list .author-avatar {
  width: 80px;
  height: 80px;
  margin-top: 10px;
  overflow: hidden;
}
.comments-area .comment-list .author-avatar img {
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.comments-area .comment-list .comment-author {
  font-family: 'Playfair Display';
  font-size: 22px;
  color: #333;
  line-height: 1.4;
}
.comments-area .comment-list .comment-author a {
  color: #333;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-author a:hover,
.comments-area .comment-list .comment-author a:focus {
  border-bottom-color: #333;
  text-decoration: none;
}
.comments-area .comment-list .comment-metadata {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}
.comments-area .comment-list .comment-metadata a {
  color: #777;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .comment-metadata a:hover,
.comments-area .comment-list .comment-metadata a:focus {
  text-decoration: none;
  border-bottom-color: #777;
}
.comments-area .comment-list .reply a {
  font-family: 'Playfair Display';
  color: #557cbf;
  border-bottom: 1px solid transparent;
}
.comments-area .comment-list .reply a:hover,
.comments-area .comment-list .reply a:focus {
  text-decoration: none;
  border-bottom-color: #557cbf;
}
.comments-area #reply-title {
  font-size: 30px;
  margin-bottom: 3px;
}
.comments-area .comment-notes {
  font-size: 14px;
  margin-bottom: 25px;
}
.comments-area span.required {
  color: #557cbf;
  margin-left: -4px;
}
.comments-area .comment-form-comment {
  margin-bottom: 20px;
}
.comments-area .comment-form-comment label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display';
}
.comments-area .comment-form-comment textarea {
  width: 100%;
  height: 170px;
  resize: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
.comments-area input[type="text"],
.comments-area input[type="email"],
.comments-area input[type="url"],
.comments-area textarea {
  font-size: 14px;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  border: 1px solid #dadada;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.comments-area input[type="text"]:focus,
.comments-area input[type="email"]:focus,
.comments-area input[type="url"]:focus,
.comments-area textarea:focus {
  outline: none;
}
.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
  margin-bottom: 30px;
}
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
  font-weight: normal;
  display: block;
  margin-bottom: 10px;
  font-family: 'Playfair Display';
}
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
  height: 40px;
}
.comments-area .form-submit,
.comments-area .comment-subscription-form {
  margin-bottom: 15px;
}
.comments-area .comment-subscription-form {
  line-height: 1rem;
}
.comments-area .comment-subscription-form label {
  font-size: 14px;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
}
.comments-area .comment-subscription-form label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #dadada;
  font-size: 25px;
  color: #557cbf;
  line-height: 19px;
  text-align: center;
}
.comments-area .comment-subscription-form input[type="checkbox"] {
  display: none;
}
.comments-area .comment-subscription-form input:checked + label:before {
  content: '\2022';
}
.comments-area .form-submit input[type="submit"] {
  display: inline-block;
  background-color: #557cbf;
  border-radius: 0;
  border: none;
  color: #f4f4f4;
  font-family: 'Playfair Display';
  padding: 15px 40px;
  line-height: 1;
}
.comments-area .form-submit input[type="submit"]:hover,
.comments-area .form-submit input[type="submit"]:focus {
  color: #f4f4f4;
  text-decoration: none;
  background-color: #3c63a6;
  outline: none;
}
.comments-area .comment div#respond {
  min-height: 500px;
}
.comments-area .bypostauthor .fade-in-image:before {
  font-family: 'Visual Composer Starter Font';
  content: '\6e';
  background: #557cbf;
  color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  position: absolute;
  margin: 55px 0 0 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 1px;
  padding-bottom: 1px;
  font-size: 20px;
}
.logged-in .comments-area .comment div#respond {
  min-height: 400px;
}
.screen-reader-text,
.says {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  overflow-wrap: normal !important;
  position: absolute !important;
  width: 1px;
}
.search-results-header {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
.search-results-header h4 {
  color: #777;
  margin-bottom: 0;
}
.search-results-header h4 strong {
  font-weight: 500;
  color: #333;
}
.entry-content.archive {
  margin-bottom: 45px;
}
.entry-content.archive h1 {
  margin-bottom: 1.625rem;
}
.archive .entry-content {
  margin-bottom: 1.875rem;
}
.archive .entry-content:after {
  display: none;
}
.featured-content {
  margin-bottom: 22px;
}
.featured-content img {
  max-width: 100%;
  height: auto;
  display: block;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper embed,
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.gallery-slider {
  position: relative;
}
.gallery-slider > .gallery-item {
  position: absolute;
  top: 0;
  left: 0;
}
.gallery-slider > .gallery-item:first-child {
  position: relative;
  z-index: 100;
}
.gallery-slider .slick-dots {
  position: absolute;
  bottom: 0;
  margin-top: 30px;
  list-style: none;
  padding: 0;
  text-align: center;
  z-index: 200;
  width: 100%;
}
.gallery-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.gallery-slider .slick-dots li.slick-active button {
  background-color: #fff;
}
.gallery-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 50%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.gallery-slider .slick-dots li button:hover,
.gallery-slider .slick-dots li button:focus {
  background-color: #fff;
  outline: none;
}
.entry-preview {
  margin-bottom: 50px;
}
.entry-preview .entry-meta {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.entry-preview .entry-meta li {
  display: inline-block;
  margin-right: 14px;
  font-size: 14px;
  color: #777;
  line-height: 20px;
}
.entry-preview .entry-meta li.entry-meta-date a:before {
  content: '\62';
}
.entry-preview .entry-meta li.entry-meta-author a:before {
  content: '\6e';
}
.entry-preview .entry-meta li.entry-meta-category:before {
  content: '\65';
  font-family: 'Visual Composer Starter Font';
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 5px;
  display: inline;
  vertical-align: text-bottom;
}
.entry-preview .entry-meta li.entry-meta-category:hover:before {
  color: #557cbf;
}
.entry-preview .entry-meta li.entry-meta-comments a:before {
  content: '\61';
  line-height: 15px;
}
.entry-preview .entry-meta li a {
  color: #777;
  vertical-align: bottom;
}
.entry-preview .entry-meta li a:hover,
.entry-preview .entry-meta li a:focus {
  color: #333;
  text-decoration: none;
}
.entry-preview .entry-meta li a:hover:before,
.entry-preview .entry-meta li a:focus:before {
  color: #557cbf;
}
.entry-preview .entry-meta li a:before {
  font-family: 'Visual Composer Starter Font';
  font-size: 22px;
  color: #d4d4d4;
  margin-right: 6px;
  display: inline;
  vertical-align: text-bottom;
}
.fade-in-img {
  position: relative;
}
.fade-in-img noscript img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Playfair Display';
  color: #333;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #557cbf;
  border-bottom: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #557cbf;
  text-decoration: none;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.625rem 0;
}
h1 {
  margin: 0 0 2.125rem 0;
  font-size: 42px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
.entry-content:after,
.comment-content:after {
  content: " ";
  display: table;
  clear: both;
}
.entry-content article:after,
.comment-content article:after {
  content: " ";
  display: table;
  clear: both;
}
.comment-content p,
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.entry-content table,
.comment-content table,
.entry-content datalist,
.comment-content datalist,
.entry-content blockquote,
.comment-content blockquote,
.entry-content dl,
.comment-content dl,
.entry-content address,
.comment-content address {
  margin: 0 0 1rem 0;
}

.comment-content p a,
.entry-content ol a,
.comment-content ol a,
.entry-content ul a,
.comment-content ul a,
.entry-content table a,
.comment-content table a,
.entry-content datalist a,
.comment-content datalist a,
.entry-content blockquote a,
.comment-content blockquote a,
.entry-content dl a,
.comment-content dl a,
.entry-content address a,
.comment-content address a {
  border-bottom-width: 1px;
  border-bottom-color: #557cbf;
  border-bottom-style: solid;
  line-height: 1.2;
}
.entry-content p a:hover,
.comment-content p a:hover,
.entry-content ol a:hover,
.comment-content ol a:hover,
.entry-content ul a:hover,
.comment-content ul a:hover,
.entry-content table a:hover,
.comment-content table a:hover,
.entry-content datalist a:hover,
.comment-content datalist a:hover,
.entry-content blockquote a:hover,
.comment-content blockquote a:hover,
.entry-content dl a:hover,
.comment-content dl a:hover,
.entry-content address a:hover,
.comment-content address a:hover,
.entry-content p a:focus,
.comment-content p a:focus,
.entry-content ol a:focus,
.comment-content ol a:focus,
.entry-content ul a:focus,
.comment-content ul a:focus,
.entry-content table a:focus,
.comment-content table a:focus,
.entry-content datalist a:focus,
.comment-content datalist a:focus,
.entry-content blockquote a:focus,
.comment-content blockquote a:focus,
.entry-content dl a:focus,
.comment-content dl a:focus,
.entry-content address a:focus,
.comment-content address a:focus {
  text-decoration: none;
  border-bottom-color: transparent;
  color: #557cbf;
}
.entry-content p a.image-link,
.comment-content p a.image-link,
.entry-content ol a.image-link,
.comment-content ol a.image-link,
.entry-content ul a.image-link,
.comment-content ul a.image-link,
.entry-content table a.image-link,
.comment-content table a.image-link,
.entry-content datalist a.image-link,
.comment-content datalist a.image-link,
.entry-content blockquote a.image-link,
.comment-content blockquote a.image-link,
.entry-content dl a.image-link,
.comment-content dl a.image-link,
.entry-content address a.image-link,
.comment-content address a.image-link {
  border-bottom: none;
}
.entry-content p a.blue-button,
.comment-content p a.blue-button,
.entry-content ol a.blue-button,
.comment-content ol a.blue-button,
.entry-content ul a.blue-button,
.comment-content ul a.blue-button,
.entry-content table a.blue-button,
.comment-content table a.blue-button,
.entry-content datalist a.blue-button,
.comment-content datalist a.blue-button,
.entry-content blockquote a.blue-button,
.comment-content blockquote a.blue-button,
.entry-content dl a.blue-button,
.comment-content dl a.blue-button,
.entry-content address a.blue-button,
.comment-content address a.blue-button {
  border: none;
}
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ul,
.comment-content ul ul,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
  margin-bottom: 0;
}
.entry-content embed,
.comment-content embed,
.entry-content iframe,
.comment-content iframe,
.entry-content object,
.comment-content object,
.entry-content video,
.comment-content video {
  max-width: 100%;
  display: block;
  margin: 0 0 1.625rem 0;
}
.entry-content ul,
.comment-content ul {
  padding: 0;
}
.comment-content ul > li {
  list-style: none;
  padding-left: 35px;
  position: relative;
}
.entry-content .wp-caption,
.comment-content .wp-caption {
  margin-bottom: 1.625rem;
}
.entry-content .gallery,
.comment-content .gallery {
  font-size: 0;
  margin: 0 -1.16667% 1.625rem -1.16667%;
}
.entry-content .gallery-item,
.comment-content .gallery-item {
  display: inline-block;
  width: 100%;
  max-width: 33.3%;
  vertical-align: top;
  padding: 0 1.14007%;
  margin-bottom: 1rem;
}
.entry-content .gallery-icon,
.comment-content .gallery-icon {
  display: block;
}
.entry-content .gallery-icon img,
.comment-content .gallery-icon img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.entry-content .gallery-caption,
.comment-content .gallery-caption {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 10px;
  text-align: center;
}
.entry-content img,
.comment-content img {
  max-width: 100%;
  height: auto;
}
.entry-content blockquote,
.comment-content blockquote {
  border-left: 4px solid #557cbf;
  padding: 10px 0 10px 23px;
  color: #777;
  font-size: 22px;
  font-family: 'Playfair Display';
  font-style: italic;
}
.entry-content blockquote cite,
.comment-content blockquote cite {
  display: block;
  margin-top: 10px;
}
.entry-content cite,
.comment-content cite {
  font-family: 'Inter';
  font-size: 14px;
}
.entry-content table,
.comment-content table {
  table-layout: fixed;
  width: 100%;
}
.entry-content table tr th,
.comment-content table tr th,
.entry-content table tr td,
.comment-content table tr td {
  padding: 0.4375rem;
  border: 1px solid #555;
}
.entry-content dl dd,
.comment-content dl dd {
  margin-bottom: 1rem;
}
.entry-content address,
.comment-content address {
  font-style: italic;
}
.entry-content acronym,
.comment-content acronym {
  border-bottom: 1px dotted #d1d1d1;
}
.comment-content p,
.comment-content ol,
.comment-content ul,
.comment-content table,
.comment-content datalist,
.comment-content blockquote,
.comment-content dl,
.comment-content address {
  margin: 0 0 10px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft .wp-caption-text,
.wp-caption.alignright .wp-caption-text {
  text-align: left;
}
.wp-caption img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  color: #777;
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
  text-align: center;
}
.aligncenter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  float: right;
  margin-left: 1.625rem;
}
.alignleft {
  float: left;
  margin-right: 1.625rem;
}
.alignnone {
  margin: 5px 20px 20px 0;
}
.widget .widget-title {
  margin: 0 0 1rem 0;
  font-size: 22px;
}
.widget select {
  width: 100%;
}
.widget img {
  max-width: 100%;
  height: auto;
}
/* Calendar widget */
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar tfoot td {
  border: 0;
}
.widget_calendar table {
  border-collapse: collapse;
  margin: 0 0 1.5em;
  width: 100%;
}
.widget_calendar thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}
.widget_calendar th {
  padding: 0.4em;
  text-align: left;
}
.widget_calendar tr {
  border-bottom: 1px solid #eee;
}
.widget_calendar td {
  padding: 0.4em;
}
.widget_calendar th:first-child,
.widget_calendar td:first-child {
  padding-left: 0;
}
.widget_calendar th:last-child,
.widget_calendar td:last-child {
  padding-right: 0;
}
.search-form {
  position: relative;
  max-width: 270px;
}
.search-form:after {
  content: '\70';
  font-family: 'Visual Composer Starter Font';
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  z-index: 1;
}
.search-form label {
  width: 100%;
  margin-bottom: 0;
}
.search-form label .screen-reader-text {
  display: none;
}
.search-form label .search-field {
  max-width: 270px;
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form div input[type="text"] {
  width: 100%;
  height: 40px;
  padding: 0 40px 0 15px;
  border: 1px solid #d4d4d4;
  outline: none;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
}
.search-form input[type="submit"],
.search-form button[type="submit"] {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  opacity: 0;
  z-index: 2;
}
.sidebar-widget-area {
  padding-bottom: 40px;
}
.sidebar-widget-area .widget {
  padding-top: 20px;
  border-top: 1px solid #eee;
  margin-bottom: 25px;
  font-size: 14px;
}
.sidebar-widget-area .widget_recent_entries ul li,
.sidebar-widget-area .widget_archive ul li,
.sidebar-widget-area .widget_categories ul li,
.sidebar-widget-area .widget_meta ul li {
  color: #557cbf;
}
.sidebar-widget-area .widget_recent_entries ul li:hover,
.sidebar-widget-area .widget_archive ul li:hover,
.sidebar-widget-area .widget_categories ul li:hover,
.sidebar-widget-area .widget_meta ul li:hover,
.sidebar-widget-area .widget_recent_entries ul li:focus,
.sidebar-widget-area .widget_archive ul li:focus,
.sidebar-widget-area .widget_categories ul li:focus,
.sidebar-widget-area .widget_meta ul li:focus {
  color: #555;
}
.sidebar-widget-area .widget_recent_entries ul li a,
.sidebar-widget-area .widget_archive ul li a,
.sidebar-widget-area .widget_categories ul li a,
.sidebar-widget-area .widget_meta ul li a {
  display: inline-block;
  vertical-align: top;
}
.sidebar-widget-area .widget_search form {
  margin-top: 5px;
}
.sidebar-widget-area a:hover,
.sidebar-widget-area a:focus {
  text-decoration: none;
  color: #555;
}
.sidebar-widget-area ul {
  padding-left: 16px;
}
#footer {
  background-color: #333333;
  color: #777;
  font-size: 14px;
  line-height: 1.7;
}
#footer a {
  border-bottom-width: 1px;
  border-bottom-color: transparent;
  border-bottom-style: solid;
  line-height: 1.2;
  color: #fff;
}
#footer a:hover {
  border-bottom-color: #fff;
  text-decoration: none;
}
#footer ul li,
#footer ol li {
  color: #fff;
}
#footer .footer-right-block {
  margin-bottom: 10px;
}
#footer .footer-socials ul {
  padding: 0;
  margin: 0;
}
#footer .footer-socials ul li {
  list-style: none;
  display: inline-block;
  margin: 0 8px 0 0;
}
#footer .footer-socials ul li a {
	font-size: 16px;
	color: #fff;
	border-bottom: none;
	display: block;
	padding-left: 2px;
	padding-right: 2px;
}
#footer .footer-socials ul li a:hover,
#footer .footer-socials ul li a:focus {
  text-decoration: none;
  color: #fff;
}
#footer .footer-socials ul li a span {
  display: block;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#footer .copyright {
  margin-bottom: 10px;
}
.footer-widget-area {
	background-color: #383838;
	padding: 60px 0 15px 0;
}
.footer-widget-area .widget {
  margin-bottom: 0;
}
.footer-widget-area .widget-title {
  color: #fff;
  line-height: 1.7;
}
.footer-widget-area p,
.footer-widget-area ul,
.footer-widget-area ol {
  margin-bottom: 20px;
}
.footer-widget-area .instagram-feed {
  padding-top: 5px;
  font-size: 0;
  letter-spacing: normal;
}
.footer-widget-area .instagram-feed .instagram-item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  padding: 0 5px 5px 0;
}
.footer-widget-area .instagram-feed .instagram-item img {
  display: block;
  width: 100%;
  height: auto;
}
.footer-bottom {
  padding: 25px 0 20px 0;
}
.footer-bottom .copyright > span {
  display: block;
}
.footer-menu {
  margin-bottom: 10px;
}

.header-area-disabled .content-wrapper {
  padding-top: 0;
}
.footer-area-disabled .main-content {
  padding-bottom: 0;
}






.tnp-field label {
	display: none;
}
.tnp.tnp-subscription {
	max-width: 510px;
}
.tnp.tnp-subscription form {
	position: relative;
}
.tnp.tnp-subscription input.tnp-submit {
	background-color: transparent;
	margin: 0;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	max-width: 50px;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	color: #0d0d0d;
	background-image: url(../images/envelope.png);
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	text-indent: -9999px;
}
.tnp.tnp-subscription input[type="email"] {
	width: 100%;
	height: 40px;
	padding: 10px;
	display: block;
	border: 0;
	background-color: #383838;
	background-image: none;
	text-shadow: none;
	color: #fff;
	font-size: 14px;
	margin: 0;
	line-height: normal;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 35px;
	border-radius: 5px;
}
.footer-contact {
	text-align: center;
}
.addressBar {
	display: inline-block;
}
#footer .footer-right-block {
	margin-bottom: 0;
	display: inline-block;
}
.addressBar li {
	display: inline-block;
	color: #000;
	font-size: 16px;
	padding: 0 30px;
	border-right: 1px solid #fff;
	line-height: 30px;
}
#footer .footer-right-block {
	margin-bottom: 3px;
	display: inline-block;
	padding-left: 25px;
	vertical-align: middle;
}
.footer-adressarea h1 {
	font-size: 23px;
	margin-bottom: 15px;
}
.footer-adressarea h1 a {
	color: #000;
	font-family: Inter;
}
.footer-widget-area {
	background-color: transparent !important;
	padding-bottom: 0 !important;
}

#footer .footer-menu ul li a {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	display: block;
	padding: 10px 8px;
}
.copyright span {
  font-size: 13px;
  color: #000;
  line-height: 20px;
  font-family: Inter;
  font-weight: 400;
}
.copyright span a {
	color: #044B7F;
}
#footer .copyright{
  margin: 0;
}
#header {
	position: relative;
	background-color: #fff;
}
.is-sticky .navbar {
	width: 100%;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0,1);
}


.headertopbar {
	background-color: #000000;
	border-top: 1px solid #535353;
}
.left-col-content ul li i {
	font-size: 18px;
	margin-right: 5px;
}
.left-col-content ul li {
	text-align: left;
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	line-height: 1;
	margin-right: 20px;
}
.left-col-content ul li:last-child {
	margin-right: 0;
}
.left-col-content ul li a {
	font-size: 12px;
	color: #ffffff;
	font-family: Inter;
	display: inline-block;
	vertical-align: middle;
}
.right-col-content ul li:last-child a {
	padding-right: 0;
}
.right-col-content ul li.buttonStyle a {
	vertical-align: middle;
	background-color: #1230A1;
}
.right-col-content ul li a {
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 10px 15px;
	text-transform: uppercase;
	font-family: Inter;
	font-weight: 700;
}
.right-col-content ul li.buttonStyle.radioshow a {
	background-color: #1B1358;
}
.right-col-content ul li a i, .right-col-content ul li a span {
	font-size: 18px;
	vertical-align: middle;
}
.right-col-content ul li.buttonStyle a span {
	display: inline-block;
	margin-right: 6px;
}
.right-col-content ul li {
	float: left;
}
.right-col-content ul {
	float: right;
	overflow: hidden;
	display: inline-block;
}
.left-col-content ul {
	padding: 8px 0;
}


.single-slider {
  padding-top: 40.2%;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
#owl-slider .owl-dots {
  position: absolute;
  left: 50%;
  max-width: 300px;
  width: 100%;
  bottom: 4%;
  margin-left: -150px;
  text-align: center;
}
#owl-slider .owl-dots .owl-dot {
  display: inline-block;
  width: 30px;
  height: 10px;
  border: 0;
  margin: 0 5px;
  border-radius: 50px;
  background-color: #766F72;
  position: relative;
}
#owl-slider .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #766F72;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  margin-left: -4px;
  margin-top: -4px;
}
#owl-slider .owl-dots .owl-dot.active span {
  background-color: #044B7F;
}
#owl-slider .owl-dots .owl-dot.active {
  background-color: #044B7F;
}
/*
.overlay-slider {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: #000;
}
*/
.slider-cell {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.slider-display {
	display: table-cell;
	vertical-align: middle;
  position: relative;
}
.slider-content {
  max-width: 720px;
  background-image: url(../images/bgbanner.svg);
  padding-left: 90px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 0;
  width: 100%;
}
.slider-content h1 {
  font-size: 59px;
  color: #fbf9fc;
  font-weight: 700;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1;
  text-transform: capitalize;
}
.slider-content p {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  max-width: 440px;
}
.slider-content h2 {
  font-size: 30px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.2;
}
.slideCon h4 {
	font-size: 25px;
	color: #fbf9fc;
	font-family: Inter;
	letter-spacing: unset;
	font-weight: 500;
	margin-bottom: 0;
}
.slider-content ul li {
  display: inline-block;
  margin-right: 15px;
}
.slider-content ul li a {
	display: block;
	border: 1px solid #044B7F;
	padding: 14px 22.5px;
	font-family: Inter;
	font-size: 14px;
	background-color: #044B7F;
	min-width: 190px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 30px;
	color: #fff;
}
.slider-content ul li:first-child a {
  background-color: #044B7F;
  border: 1px solid #044B7F;
    color: #fff;
} 
.slider-content h1 strong {
	font-size: 100px;
	float: left;
	letter-spacing: 0px;
	width: 68%;
	padding-right: 15px;
}
.slider-content h1 span {
	font-size: 60px;
	display: inline-block;
	padding-top: 39px;
	line-height: 1;
	text-transform: lowercase;
	letter-spacing: 0;
}
.slideCon p {
  color: #fbf9fc;
  font-size: 24px;
  margin: 0;
  font-family: Inter;
  font-weight: 500;
  text-shadow: 2px 2px 4px #000;
}
.slider-area .owl-nav {
	display: none;
}
.owl-nav > div {
	position: absolute;
	bottom: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	text-indent: -9999px;
	background-color: #fff;
	background-image: url(../images/submitbg.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.owl-nav > div.owl-prev {
	transform: rotate(180deg);
	right: 55px;
}
.owl-nav > div.owl-next {
	right: 0;
}

.slider-area {
  position: relative;
}
.col-md-6.prp {
  position: absolute;
  top: 60px;
  z-index: 999;
  max-width: 555px;
  padding: 0;
  right: 17%;
  overflow: hidden;
  margin-top: 126px;
}
.contact-form-home {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  padding-bottom: 20px;
  padding-right: 20px;
}
.getQuote {
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 20px;
  background-color: #F4F4FF;
  padding-left: 30px;
  padding-right: 30px;
  background-image: url(../images/quote-bg.png);
  padding-top: 20px;
  background-size: 100% auto;
  text-align: center;
  border-radius: 0;
  box-shadow: 0px 0px 18px rgba(0,0,0,0.2);
}
.getQuote h2 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  padding: 0 10px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.getQuote h5 {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  max-width: 260px;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 1.4;
}
.getQuote input.wpcf7-form-control {
  width: 100%;
  height: 40px;
  border: 1px solid #CFDFDF;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  border-radius: 5px;
  margin-bottom: 14px;
}
.wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  text-align: left;
}
.wpcf7-form-control-wrap .wpcf7-list-item.first.last {
  margin-left: 0;
}
.getQuote .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 10px;
  left: 3px;
  bottom: 0;
  width: 100%;
  height: auto;
}
.getQuote input.wpcf7-form-control.wpcf7-submit {
  background-color: #00CD78;
  color: #fff;
  text-align: center;
  height: 50px;
  font-size: 16px;
  font-weight: 700;
  margin-top: 0;
  text-transform: uppercase;
  margin-bottom: 0;
}
.wpcf7-spinner {
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -15px;
}
.wpcf7-form-control-wrap[data-name="checkbox-397"] .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-form-control-wrap .wpcf7-list-item.first.last label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 14px;
}

@media only screen and (max-width: 1600px) {
  .col-md-6.prp {
    right: 10.5%;
    margin-top: -2px;
  }
}

@media only screen and (max-width: 1536px) {
  .col-md-6.prp {
    right: 9%;
  }
}
@media only screen and (max-width: 1440px) {
  .col-md-6.prp {
    right: 6.3%;
    margin-top: -35px;
  }
  .getQuote input.wpcf7-form-control {
    margin-bottom: 10px;
  }
  .wpcf7-form-control-wrap .wpcf7-list-item.first.last label {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 1366px) {
  .col-md-6.prp {
    right: 4%;
    margin-top: -60px;
  }
  .getQuote input.wpcf7-form-control {
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1280px) {
  .col-md-6.prp {
    right: 2%;
    margin-top: -60px;
  }
  .getQuote input.wpcf7-form-control {
    margin-bottom: 8px;
    height: 38px;
  }
  .wpcf7-form-control-wrap .wpcf7-list-item.first.last label {
    margin-bottom: 8px;
  }
}


.banner-areas {
	border-top: 10px solid #044B7F;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	background-color: #044B7F;
}
.banner-area {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: table;
}
.header-text {
  display: table-cell;
  vertical-align: bottom;
  color: #fff;
  position: relative;
  z-index: 1;
}
.main-text h1 {
	font-size: 50px;
	color: #044B7F;
	font-family: Inter;
	font-weight: 700;
	text-align: center;
	margin-bottom: 0;
	display: inline-block;
	text-transform: uppercase;
	padding-right: 25px;
	padding-left: 7%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(0,0,0,0.3);
}
.main-text p {
  font-size: 20px;
  max-width: 500px;
  margin: 0;
}
.main-text {
  margin-bottom: 60px;
}
body.single-product .main-text h1 {
	font-size: 30px;
	text-transform: unset;
	font-weight: 400;
	padding: 4px 20px;
}
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0;
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	background-image: url(../images/breadcrumb.png);
}
.breadcrumb-section .breadcrumbs {
	list-style: outside none none;
	margin: 0;
	border-bottom: 0;
	text-align: left;
}
.breadcrumb-section .breadcrumbs li {
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 2px 10px 2px 0;
	text-transform: uppercase;
}
.item-home .bread-link.bread-home {
	text-transform: capitalize;
}
.breadcrumb-section .breadcrumbs li a {
	color: #fff;
	display: block;
	padding: 10px 0;
	font-family: Inter;
}
.breadcrumb-section .breadcrumbs li.item-current {
	color: #fff;
}

    .button-side a {
	display: block;
	border: 1px solid #D6373B;
	padding: 14px 22.5px;
	font-family: Inter;
	font-size: 14px;
	background-color: #D6373B;
	max-width: 200px;
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
}
    .button-side {
        margin-right: 4%;
    }
@media only screen and (min-width: 900px) {
    .text-side {
        min-width: 60%;
    }
    .main-text {
        margin-bottom: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .button-side a {
	margin-top: 0;
}
}

.yt-player-container {
  position: relative;
  height: 360px;
  overflow: hidden;
}
.video-frame {
    width: 100%;
    height: 100%;
    display: none;
}
.yt-custom-buttons {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.custom-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
}
.playButtons {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
  margin-right: 0;
  margin-bottom: 0;
}
.playButton {
	border: 0;
	background: transparent;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	cursor: pointer;
}
.wpb-js-composer .productTabs .vc_tta.vc_general .vc_tta-panel-body {
	padding: 0;
	padding-top: 15px;
}
.ytimgbg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.commonsection h1 {
  font-size: 45px;
  color: #000;
  margin-bottom: 20px;
  font-weight: 700;
}
.commonsection h4 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: Inter;
  font-weight: 600;
  color: #000;
  line-height: 1.4;
}
.entry-content .commonsection p, .commonsection p {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  margin-bottom: 18px;
}
.entry-content .commonsection p a, .commonsection p a {
  display: inline-block;
  color: #fff;
  border: 1px solid #01AFEF;
  padding: 9.75px 20px;
  font-family: Inter;
  font-size: 14px;
  background-color: #01AFEF;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  margin-top: 43px;
  text-transform: uppercase;
  margin-right: 20px;
}
.entry-content .commonsection p a:first-child, .commonsection p a:first-child {
	background-color: transparent;
	border: 1px solid #044B7F;
	color: #fff;
}
.entry-content .commonsection p a:last-child, .commonsection p a:last-child {
  background-color: #044B7F;
  border: 1px solid #044B7F;
}
.home .wpb_text_column.wpb_content_element.commonsection.padding0 {
	padding-left: 0;
}
.entry-content .commonsection p a.readMore2:last-child {
	background-color: #42C8C8;
	border-color: #42C8C8;
} 
a.readMore {
  position: relative;
  font-family: Inter;
  text-transform: uppercase;
  border: 0;
  z-index: 1;
  background-color: #044B7F;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  margin-top: 12px;
}
a.readMore i {
	margin-left: 5px;
}
.blogsCont {
	padding-top: 15px;
}
.blogs-post {
  margin-bottom: 60px;
}
.faq-page-section {
  padding-bottom: 50px;
}
.commonsection a.readMore {
	margin-top: 20px;
	margin-right: 15px;
}
.section-title.blackcolor p {
	color: #353535;
}
.section-title.blackcolor h1 {
	color: #353535;
	margin-bottom: 15px;
}
.section-title.blackcolor {
	margin-bottom: 35px;
}
.nthChildSelect:nth-child(2) {
	margin-top: 40px;
}
.viewallcourse {
	text-align: center;
	margin-bottom: 35px;
}
.viewallcourse a.readMore2 {
	padding: 12px 25px;
	background-color: #01723A;
	color: #fff;
	border: 0;
	font-family: Futura Hv BT;
}
.supportdiv {
	text-align: center;
}
.supportdiv h3 {
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.wpb_content_element.supportdiv p {
	text-align: center;
	font-size: 13px;
	color: #656565;
	padding: 0 30px;
}
.entry-content .commonsection p a.readMore2:first-child {
	background-color: #000A26;
	border-color: #fff;
}
.hoveEffectLeft::before, .hoveEffectRight::before, .hoveEffectTop::before, .hoveEffectBottom::before   {
	position: absolute;
	background-color: #003BB2;
	content: "";
	z-index: -1;
	opacity: 0.4;
	transition: all 0.3s ease 0s;
}
.hoveEffectLeft::before {
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
}
.hoveEffectRight::before {
    width: 0;
    height: 100%;
    right: 0;
    top: 0;
}
.hoveEffectTop::before {
    width: 100%;
    height: 0;
    right: 0;
    top: 0;
}

.hoveEffectBottom::before {
    width: 100%;
    height: 0;
    right: 0;
    bottom: 0;
}
.hoveEffectTop:hover::before, .hoveEffectBottom:hover::before {
	height: 100%;
}
.hoveEffectLeft:hover::before, .hoveEffectRight:hover::before {
	width: 100%;
}
.hoveEffectLeft, .hoveEffectRight, .hoveEffectTop, .hoveEffectBottom {
	position: relative;
	z-index: 1;
}
.benefitarea {
	margin-bottom: 25px;
	position: relative;
	background-color: #E5EFF3;
	padding: 20px;
	border-radius: 20px;
	overflow: hidden;
	padding-left: 140px;
	min-height: 145px;
}
.entry-content .coursecon p, .coursecon p {
  color: #000;
  text-align: center;
  margin: 0 auto;
  max-width: 94%;
  line-height: 1.6;
}
.course_image {
	height: 100px;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0 auto;
	background-color: #fff;
	float: left;
	margin-right: 30px;
	position: absolute;
	left: 20px;
}
.coursecon h3 {
  font-size: 30px;
  text-align: left;
  font-weight: 700;
  margin-bottom: 10px;
  color: #044B7F;
}
.entry-content .coursecon p, .coursecon p {
	color: #000000;
	text-align: left;
	margin: 0;
	line-height: 1.4;
}
.coursecon ul {
	list-style: disc;
	font-size: 14px;
	margin-bottom: 0;
	margin-left: 15px;
}
.coursecon ul li{
	padding-bottom:2px;
}
.benefitarea span {
  width: 80px;
  height: 80px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  background-color: #00AEF0;
  color: #fff;
  border-radius: 50px;
  top: -40px;
  font-size: 30px;
  font-weight: 700;
  display: block;
  text-align: center;
  line-height: 1;
  padding: 17px 0;
}
.benefitarea span em {
  display: block;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 4px;
}
.listitem h3 {
  background-color: #01AFEF;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  padding: 15px 10px;
  border-bottom: 10px solid #AEE7F8;
  margin: 0;
}
.listitem li {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #DCDCDC;
  padding: 11px 10px;
  color: #000;
}
.listitem.listitem2 h3 {
  background-color: #565656;
  border-color: #9B9B9B;
}
.listitem li::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  float: left;
  background-image: url("../images/checked.png");
  vertical-align: middle;
  margin-right: 8px;
}
.listitem.listitem2 li::before {
  background-image: url("../images/angry.png");
  width: 20px;
}
.blogContentsss h3 {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px;
}
.blogContentss a {
	display: block;
	position: relative;
	background-color: #4CAF50;
	color: #fff;
	font-size: 20px;
	padding: 16px 20px;
	padding-right: 70px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.home .vc_row.wpb_row.vc_row-fluid {
	position: relative;
	z-index: 1;
}
.home .vc_row.margintopMinus {
	position: relative;
	z-index: 1;
	margin-top: -120px !important;
}
.blogContentss a i {
	position: absolute;
	right: 0;
	top: 0;
	width: 62px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #000000;
}
.ServicesContent h2 {
  font-size: 45px;
  font-family: Wulkan display;
  font-weight: 500;
  color: #663290;
  margin-bottom: 35px;
}
.contentService h4 {
  font-size: 30px;
  color: #000000;
  line-height: 1.2;
  margin-bottom: 15px;
}
.ourevent .ServicesContent h2 a {
	color: #000;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
}
.page-template-page-services .ServicesContent strong {
	color: #fff;
	font-size: 14px;
}
.customposttitle {
	padding-top: 35px;
	padding-bottom: 30px;
}
.pageTitleSection.customposttitle h1 {
	margin: 0;
}
.selectBox label #select_id {
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: #EFEFEF;
	min-width: 210px;
	font-size: 11px;
	color: #8b8b8b;
	text-transform: uppercase;
	padding: 13px 10px;
	padding-right: 20px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 90% center;
}
.selectBox label span {
	font-size: 11px;
	display: inline-block;
	padding-left: 15px;
	padding-right: 10px;
	text-transform: uppercase;
	color: #282828;
}
.selectBox label {
	margin: 0;
	background-color: #E0E0E0;
	font-family: Inter;
}
.entry-content h2 a {
	color: #000;
	font-weight: 700;
	font-family: Inter;
	font-size: 26px;
	line-height: 34px;
	display: inline-block;
	margin-top: -8px;
}
.entry-meta .entry-meta-date .date, .entry-meta .entry-meta-date {
	border-bottom: 0;
	text-decoration: none;
	color: #848484;
	font-size: 14px;
	vertical-align: middle;
}
.entry-preview .entry-meta li a {
	color: #777;
	vertical-align: bottom;
	text-decoration: none;
	border-bottom: 0;
}
.entry-content p {
	font-size: 16px;
	color: #333;
	font-family: Inter;
	hyphens: auto;
	text-align: justify;
}

a.blue-button.readMore2 {
	font-size: 11px;
	min-width: 195px;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	font-family: Inter;
	margin: 0;
}
.archive .entry-content {
	margin-bottom: 15px;
}
.entry-content h2 {
	margin-bottom: 5px;
}
.entry-content .commonsection2 h2, .commonsection2 h2 {
  margin-bottom: 15px;
  font-size: 60px;
  color: #000;
  font-family: Wulkan display;
  font-weight: 500;
}
.entry-content .commonsection2 p, .commonsection2 p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  text-align: left;
  hyphens: unset;
  line-height: 1.5;
}
.commonsection2 h4 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}
.page-id-104 .entry-content .commonsection2 p, .page-id-104 .commonsection2 p {
  font-size: 17px;
  line-height: 1.4;
}
.entry-content .commonsection2 p em, .commonsection2 p em {
  font-style: normal;
  font-weight: 700;
  color: #6a408b;
}
.bgright .vc_column-inner {
  background-position: right center !important;
}
.teamarea h3 {
  font-size: 26px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 10px;
}
.entry-content .teamarea p {
  color: #5b397e;
  font-style: italic;
  font-weight: 700;
}
.entry-preview {
	margin-bottom: 35px;
}
.entry-meta-author a span {
	color: #1230a1;
}
.selectBox {
	text-align: right;
	padding-top: 7px;
}
.ServicesContent h2 a {
	color: #000;
}
.singleServicethum {
	position: relative;
}
.ServicesContent em {
	display: block;
	font-size: 13px;
	font-style: normal;
	text-transform: uppercase;
	font-weight: 700;
	color: #42c8c8;
}
.ServicesContent strong {
	color: #000;
	font-size: 20px;
	display: block;
	margin-bottom: 2px;
}

.ServicesContent {
	padding-top: 65px;
	padding-bottom: 0;
	position: relative;
	background-color: transparent;
	padding-left: 0;
}
.ServicesContent {
  padding-left: 16%;
  padding-right: 0;
}
.content-wrapper.positionabsolate {
  margin-bottom: 80px;
}
.ServicesContent ul li {
  display: inline-block;
}
.ServicesContent ul li a {
  font-size: 16px;
  color: #663290;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
.ServicesContent ul li a i {
  margin-left: 15px;
}
.ServicesContent ul li a img {
  margin-right: 7px;
  vertical-align: top;
  position: relative;
  top: -1px;
}
.contentService {
  margin-bottom: 40px;
}
.ServicesContent ul li.appotmentbtn a {
  background-color: #663290;
  color: #fff;
  display: block;
  padding: 10px 20px;
  text-transform: capitalize;
  font-weight: 500;
  margin-left: 70px;
  border-radius: 50px;
}
.contentService p {
  font-size: 20px;
  color: #000000;
  text-align: left;
  font-family: Inter;
  hyphens: unset;
  margin-bottom: 12px;
}
.contentService p strong {
	font-weight: 400;
}
.contentService ul li::before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 9px;
}
.contentService ul li {
  padding-bottom: 4px;
  font-weight: 400;
  color: #000;
}
.single-services .ServicesContent ul li.appotmentbtn a {
  margin-left: 0;
}
.singleserviceGallery {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #FBF6FF;
  margin-bottom: 70px;
}
.yt-player-container.z-index2 {
  height: 450px;
}
.cndkbeforeafter-item img {
  max-width: unset;
}
.cndkbeforeafter-seperator > div > span::before {
  content: "\f0da";
  border: 0;
  border-width: 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(0);
  -webkit-transform: rotate(0);
  top: 50%;
  position: absolute;
  margin-top: -18px;
  right: 0;
  margin-right: 0;
  font-family: Fontawesome;
  color: #fff;
}
.cndkbeforeafter-seperator > div > span::after {
  content: "\f0da";
  border: 0;
  border-width: 0;
  display: inline-block;
  padding: 6px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  top: 50%;
  position: absolute;
  margin-top: -18px;
  left: 0;
  margin-left: 0;
  font-family: Fontawesome;
  color: #fff;
}
.cndkbeforeafter-theme-light .cndkbeforeafter-seperator > div > span {
  background: rgba(255,255,255, 0.4) !important;
}
.cndkbeforeafter-seperator > div > span {
  width: 45px;
  height: 45px;
  margin-top: -22px;
  margin-left: -22px;
}
.cndkbeforeafter-theme-light .cndkbeforeafter-item-before-text, .cndkbeforeafter-theme-light .cndkbeforeafter-item-after-text {
  background: rgba(0,0,0,0.5) !important;
  color: #fff !important;
  border-radius: 50px;
  min-width: 90px;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 7px;
  bottom: 8px;
}
.cndkbeforeafter-bottom-left {
  left: 8px;
}
.cndkbeforeafter-bottom-right {
  right: 8px;
}
.serviceBeforeAfter .section-title {
  margin-bottom: 35px;
}
.serviceBeforeAfter {
  margin-bottom: 80px;
}
.ServicesContent > a {
	position: absolute;
	right: 0;
	width: 68px;
	height: 100%;
	top: 0;
	text-align: center;
	background-color: #42C8C8;
	color: #fff;
	font-size: 30px;
	line-height: 102px;
}
.ServicesContent > a i {
	line-height: 102px;
}
.ServicesContent a.readMore2 {
	padding: 10px 40px;
	max-width: 350px;
	width: 100%;
	text-align: center;
}
.pdnone .ServicesContent {
  padding-top: 40px;
}
.single-services .floatrightsss .ServicesContent {
  padding-left: 0;
  padding-right: 16%;
}
.team_bene {
	text-align: center;
}
.team_bene h3 {
	font-family: Inter;
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 35px;
}
.team_bene h3 .myClass {
	display: block;
}
.team_bene p {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
}
a.readMore2 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	display: inline-block;
	padding: 10px 30px;
	font-family: Inter;
	margin-top: 10px;
	background-color: #fff;
	border: 1px solid #fff;
}
a.readMore2 i {
	margin-left: 5px;
}
.slideCon a.readMore2 {
	background-color: transparent;
	max-width: 195px;
	width: 100%;
	text-align: center;
}
.singleGalleryitem a {
  position: relative;
  display: block;
  z-index: 1;
}
.home_image_gallery {
	padding: 0 15px;
}
.slide-count-home {
	padding: 0 15px;
	text-align: center;
	margin-bottom: 35px;
	margin-top: 35px;
	color: #9c9c9c;
	font-size: 14px;
	font-weight: 700;
	font-family: Inter;
}
.slide-count-home .currents {
	color: #fff;
}
.home_image_gallery .slickBtn.slick-arrow {
	position: absolute;
	bottom: 70px;
	background-color: #000000;
	border: 0;
	padding: 0;
	color: #fff;
	width: 60px;
	height: 60px;
	z-index: 1;
}
.home_image_gallery .prev.slickBtn.slick-arrow {
	right: 0;
}

.home_image_gallery .next.slickBtn.slick-arrow {
	right: -65px;
}
.testimonialcontents h2 {
	color: #ffffff;
	font-size: 70px;
	padding-left: 60px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px;
}
.testimonialcontents h1 {
	color: #ffffff;
	font-size: 55px;
	font-family: Inter;
	font-weight: 700;
	margin: 0;
}
.testimonialcontents h4 {
	color: #c1c1c1;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Inter;
	margin-bottom: 0;
}
.testimonialcontents h2 {
	color: #ffffff;
	font-size: 70px;
	padding-left: 115px;
	font-weight: 700;
	position: relative;
	margin-bottom: 20px !important;
	z-index: 1;
}
.testimonialcontents h2::before {
	content: "“";
	font-family: Microsoft Sans Serif;
	position: absolute;
	left: -18px;
	font-size: 380px;
	top: -46px;
	z-index: -1;
	color: #6c6c6c;
}
.testimonialsarea {
	position: relative;
	z-index: 2;
	margin-top: 30px;
}
.testimonials-image p {
	margin: 0;
	font-size: 18px;
	color: #c8c4c4;
	font-weight: 300;
	font-style: italic;
	line-height: 26px;
	padding-right: 30px;
}
.testimonialsContent p {
	font-size: 14px;
	font-weight: 400;
	color: #969595;
	margin: 0;
}
.testimonialsContent h3 {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 14px;
	font-family: Inter;
	margin: 0;
	font-weight: 700;
}
.testimonialsContent {
	margin-top: 30px;
}

.testimonialsarea ul li {
	display: inline-block;
	padding: 0;
}
.testimonialsarea ul {
	text-align: center;
	margin-bottom: 35px !important;
	margin-top: 15px !important;
}
.testimonialsarea ul li button {
	width: 12px;
	height: 12px;
	margin: 0 4px;
	padding: 0;
	border-radius: 50px;
	border: 2px solid #FFFFFF;
	background-color: #FFFFFF;
	overflow: hidden;
	text-indent: -9999px;
}
.testimonialsarea ul li.slick-active button {
  background-color: transparent;
}
.commonsection.whiteColor h1 {
	color: #000000;
}
.commonsection.whiteColor p {
	color: #656565;
}
.mission h3 {
  font-size: 20px;
  color: #044B7F;
  font-weight: 700;
  margin-bottom: 15px;
}
.blogsectionhome h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.blogsectionhome h3 {
  font-size: 22px;
  color: #044B7F;
  font-weight: 700;
  margin-bottom: 15px;
}
.mission h4 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500;
}
.mission h4 {
  font-size: 3px;
  line-height: 1.4;
  font-weight: 500;
}
.mission p strong {
	font-size: 15px;
	color: #282828;
	display: inline-block;
	margin-bottom: 12px;
	font-weight: 500;
	line-height: 23px;
}
.vc_row.background-position {
	background-position: bottom center !important;
}
.vc_row.wpb_row.vc_row-fluid.bgtl {
  background-position: top right !important;
}
.bgtl .mission {
  background-color: rgba(229, 239, 243, 0.9);
  padding-left: 50px;
  padding-top: 35px;
  padding-bottom: 40px;
  padding-right: 45px;
  border-radius: 20px;
}
.mission p {
  color: #000000;
  font-size: 18px;
  font-family: Inter;
  text-align: left;
  hyphens: none;
  margin-bottom: 25px;
}
.mission p a {
  font-size: 16px;
  color: #000;
  border-bottom: 3px solid #044B7F;
  padding-bottom: 9px;
  font-weight: 700;
}
.blogsectionhome p a {
  font-size: 16px;
  color: #000;
  border-bottom: 3px solid #044B7F;
  padding-bottom: 9px;
  font-weight: 700;
  margin-top: 50px;
  display: inline-block;
}
.blogSliser .slick-list {
  padding-left: 0 !important;
}
.home .blogs-image {
  height: auto;
}
.mission a.readMore::after {
	content: "\f105";
	font-family: Fontawesome;
	margin-left: 7px;
}
.mission a.readMore {
	margin-top: 20px;
	padding: 0;
	font-weight: 700;
}
.section-title2 {
  margin-bottom: 45px;
}
.section-title2 strong {
  font-size: 20px;
  color: #044B7F;
  display: block;
  margin-bottom: 5px;
}
.section-title2 h2 {
  font-size: 35px;
  margin-bottom: 15px;
}


.mission_carosel .multipleSlider {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.mission_carosel .multipleSlider img {
  width: 100%;
  object-fit: cover;
}
.mission_carosel {
	position: relative;
}
.sliderContentMission {
	max-width: 498px;
	position: absolute;
	right: 0;
	top: 40px;
	background-color: #F2F2F2;
	padding: 28px;
	padding-bottom: 70px;
}
.sliderContentMission h4 {
	color: #191919;
	font-family: Inter;
	text-transform: uppercase;
	margin: 0;
	font-size: 20px;
}
.sliderContentMission h1 {
	font-weight: 700;
	font-size: 45px;
	color: #191919;
	margin-bottom: 15px;
}
.contentSilde {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.MissionSlidersItem h1 {
	color: #fff;
	font-size: 45px;
	font-weight: 700;
	font-family: Inter;
}
.slickBtn2.slick-arrow {
  position: absolute;
  bottom: 55%;
  right: -40px;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: #000000;
  font-size: 30px;
  background-image: url(../images/arrow-right.png);
  width: 34px;
  background-repeat: no-repeat;
  text-indent: -999px;
  overflow: hidden;
  background-position: center center;
  opacity: 0.5;
  transition: 0.5s ease all 0s;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	overflow: unset !important;
}
.prev.slickBtn2.slick-arrow {
  left: -40px;
  color: #000;
  right: auto;
  transform: rotate(-180deg);
}
.slickBtn2.slick-arrow:hover {
  opacity: 1;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels {
	background-color: transparent !important;
	border-color: transparent !important;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab > a {
	font-size: 30px !important;
	background-color: transparent !important;
	border: 0 !important;
	color: #000 !important;
	font-weight: 300;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-tab:first > a {
	padding-left: 0 !important; 
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
	border-color: transparent !important;
	background-color: transparent !important;
	color: #000000 !important;
	font-weight: 900;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a .vc_tta-title-text {
	border-bottom: 10px solid #000;
}
.home  .vc_tta-panel-body .products .product-image {
	position: relative;
	overflow: unset;
}
.home .vc_tta-panel-body .products .product-image .productss-imageDivs .product-imageDivs {
	position: relative;
	margin-top: -45px;
}
.home .vc_tta-panel-body .products .single-image {
	position: relative;
	padding: 0 20px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
	margin-top: 70px;
	margin-bottom: 15px;
}

.teamsection h1 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
	margin-bottom: 10px;
}
.teams_image {
	max-width: 194px;
	width: 100%;
	float: left;
}
.teamsection p {
	font-size: 20px;
	color: #4a4a4a;
	line-height: 22px;
}
.serviceItems h4 {
	font-size: 24px;
	color: #000000;
	font-weight: 700;
	font-family: Inter;
	line-height: 28px;
}
.serviceItems p {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
}
.team-image {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.team_member {
  background-color: #E5EFF3;
  padding: 0;
}
.team_member h3 {
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  font-family: Inter;
}
.team_member h3 a {
  color: ;
  color: #000;
}
.team_member p {
  font-size: 16px;
  color: #044B7F;
  line-height: 1.4;
  text-align: center;
}
.team_member {
	margin-bottom: 35px;
}
.vc_row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.pageTitleSection h1 {
  color: #000000;
  font-size: 45px;
  font-family: Inter;
  font-weight: 700;
  margin-bottom: 30px;
}
.pageTitleSection h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
.pageTitleSection p {
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  text-align: left;
  font-family: Inter;
}
.pageTitleSection p strong, .commonsection p strong {
  color: #044B7F;
}
.page-id-48 .entry-content .commonsection p a, .page-id-48 .commonsection p a, .page-id-190 .entry-content .commonsection p a, .page-id-190 .commonsection p a {
  margin-top: 1px;
}
.page-id-55 .commonsection h4, .page-id-190 .commonsection h4 {
  margin-bottom: 15px;
}
.page-id-48 .entry-content .commonsection p a:first-child, .page-id-48 .commonsection p a:first-child, .page-id-175 .entry-content .commonsection p a:first-child, .page-id-175 .commonsection p a:first-child {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  text-transform: capitalize;
  padding-left: 0;
  border: 0;
  text-align: left;
  padding-top: 8px;
  padding-bottom: 0;
  line-height: 1.6;
  position: relative;
  top: 12px;
  max-width: none;
  min-width: auto;
}
.page-id-175 .entry-content .commonsection p a:first-child, .page-id-175 .commonsection p a:first-child {
  padding-right: 0px;
  margin-top: 0;
  padding-top: 0;
}
.page-id-175 .entry-content .commonsection p a:last-child, .page-id-175 .commonsection p a:last-child {
  margin-top: 0;
  margin-right: 5px;
}
.vc_row[data-vc-full-width].overflowUnset {
  overflow: unset;
}
.page-id-48 .entry-content .commonsection p a:first-child strong, .page-id-48 .commonsection p a:first-child strong, .page-id-175 .entry-content .commonsection p a:first-child strong, .page-id-175 .commonsection p a:first-child strong {
  display: block;
  font-size: 18px;
}
.vc_btn3.vc_btn3-color-success.vc_btn3-style-modern {
  border-color: #00CD78 !important;
  background-color: #00CD78 !important;
  font-family: Inter;
  font-weight: 700;
  border-radius: 0 !important;
  padding-top: 15px;
  padding-bottom: 15px;
  min-width: 220px;
}
.style3 .course_image {
  padding-top: 68.38%;
  height: auto;
  width: 100%;
  margin-bottom: 15px;
}
.style3 .benefitarea {
  padding: 0;
  box-shadow: none;
}
.style3 .coursecon {
  padding: 5px 20px 20px 20px;
}
.commonsection em {
  font-style: normal;
  font-weight: 700;
}
.website-faqsss {
	position: relative;
	overflow: hidden;
}
.bg4 {
  background-image: url(../images/bg4.png);
  padding-top: 20px;
  padding-bottom: 20px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  width: 63.5%;
  height: 100%;
  left: -25px;
  top: 0;
  z-index: 1;
}
.ptb-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.slider-serviceGallery .slide-image {
  max-height: 532px;
  position: relative;
}
.service-post {
  background-color: #E5EFF3;
  border-radius: 15px;
  margin-bottom: 30px;
}
.service-image {
  height: 254px;
  border-radius: 15px;
  overflow: hidden;
}
.home .service-image {
	height: 185px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.serviceCont {
  padding: 25px 30px;
  padding-bottom: 35px;
}
.home .serviceCont {
	padding: 25px 20px;
	padding-bottom: 14px;
}
.serviceCont h3 {
  font-size: 24px;
  color: #044B7F;
}
.home .serviceCont h3 {
	font-size: 20px;
	text-align: center;
	margin-top: 0;
	margin-bottom: 14px;
	height: 42px;
}
.serviceCont p {
  color: #000;
  font-size: 16px;
  margin-bottom: 20px;
}
.home .serviceCont p {
	font-size: 14px;
	margin-bottom: 0;
	text-align: center;
	hyphens: none;
	min-height: 200px;
}
.serviceCont > a {
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 3px solid #044B7F;
}
.entry-full-content.wow.fadeInUpBig {
  padding-bottom: 35px;
}


.productimgmain.singlepage {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-top: 75.4%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.singleSerivesItm {
  position: relative;
}
.countservice {
  position: absolute;
  left: -20px;
  top: -101px;
  color: #e3d6f1;
  font-size: 300px;
  line-height: 1;
  font-family: Wulkan display;
  font-weight: 500;
}
.floatleftsss .bg4 {
  background-position: center left;
  padding-left: 25px;
}
.floatrightsss .bg4 {
  background-position: center right;
  padding-right: 20px;
  right: -25px;
  left: auto;
}
.floatrightsss .content-wrapper.positionabsolate {
	left: 0;
	right: auto;
}
.singleBlog-post {
	margin-bottom: 30px;
	position: relative;
}
.contact-header {
	background-color: #1A1A1A;
	color: #fff;
	padding: 30px;
}
.blogContent h4 a {
	color: #282828;
}
.home .floatleft img {
  margin-left: 20px;
}
.home .floatleft {
  padding-right: 0;
}
.home .countservice {
  right: 0px;
  top: -100px;
  color: #EFE6F8;
  text-align: right;
  z-index: 99;
}
.InnerServicesContent {
  background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(251,246,255,1) 49%, rgba(251,246,255,1) 100%);
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.home .contentService p:last-child {
  display: none;
}
.home .singleSerivesItm {
  position: absolute;
  right: -52%;
  top: 0;
  z-index: 2;
  max-width: 510px;
  width: 100%;
  height: 100%;
  display: table;
}
.entry-content .ServicesContent h2 {
  margin-bottom: 15px;
  position: relative;
  z-index: 999;
}
.home .content-wrapper.positionabsolate {
  background-color: transparent;
  margin-bottom: 0;
}
.home .ServicesContent {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  display: table-cell;
  vertical-align: middle;
}
.blogContent h4 {
	color: #282828;
	font-weight: 700;
	line-height: 25px;
	font-size: 20px;
	padding: 15px 0;
}
.blogContent {
	padding: 0 15px;
	padding-bottom: 15px;
	border-bottom: 10px solid #037A3F;
}
.blogContent p {
	font-size: 14px;
	line-height: 22px;
	color: #4a4a4a;
}
a.readMore3 {
	font-size: 14px;
	color: #01723a;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Inter;
	letter-spacing: 0.4px;
	display: inline-block;
}
.blogContent a.readMore3 {
	font-size: 14px;
	color: #4caf50;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
}
.blogContent a.readMore3 i {
	float: right;
	margin-top: 2px;
	font-weight: 700;
	font-size: 18px;
}
.mission a.readMore3 {
	margin-top: 10px;
}
a.readMore3 i {
	margin-left: 7px;
	font-weight: 400;
}
.load_more {
	text-align: center;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 30px;
}
.load_more a, .load_more p {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin: 0;
  background-color: #044B7F;
  padding: 15px 18px;
  display: inline-block;
  border-radius: 0;
  font-weight: 600;
  width: 190px;
}
#loader-gif {
	text-align: center;
	font-size: 40px;
	display: none;
}

.sk-circle {
	margin: 0 auto;
	width: 30px;
	height: 25px;
	position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.contact-header h4 {
	font-size: 18px;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-family: Inter;
	margin-bottom: 8px;
}
.contact-header h3 {
	color: #fff;
	font-family: Inter;
	font-size: 26px;
}
.contact-details p a {
  color: #044B7F;
  font-size: 14px;
}
.contact-areas {
	padding: 40px 30px;
}
.contact-details h2 {
  color: #000000;
  font-size: 25px;
  font-family: Inter;
  margin-bottom: 5px;
  font-weight: 700;
  margin-top: 25px;
  position: relative;
}
.contact-details h2 em {
	font-style: normal;
	color: #42c8c8;
}
.contact-details h2:nth-child(7)::before {
	content: "\f0e0";
	font-size: 23px;
}
.contact-details h2:nth-child(9)::before {
	content: "\f095";
	font-size: 23px;
}
.contact-form.wpb_column .wpb_wrapper {
	padding: 20px 40px;
}
.entry-content .section-title h2 a {
	color: #fff;
	font-size: 20px;
}
.contact-details {
	margin-right: 0;
	padding: 30px 49px;
}
.contact-details h4 {
  color: #000000;
  font-size: 40px;
  margin-bottom: 35px;
  font-weight: 700;
}
.contact-details h3 {
	font-size: 26px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact-areas p a {
	font-size: 14px;
	color: #ce9beb;
	text-decoration: underline;
	border: 0;
}
.contact-details strong {
  min-width: 65px;
  margin-right: 5px;
  color: #454545;
  float: left;
  font-weight: 400;
  font-size: 14px;
}
.contact-details p > strong {
  margin-right: 0;
  color: #000000;
  font-weight: 600;
  display: block;
  font-size: 18px;
  text-align: left;
  float: none;
  margin-bottom: 15px !important;
}
.contact-details p {
  color: #000000;
  font-size: 16px;
  color: #000000;
}
.contact-details li {
  padding: 2px 0;
  color: #454545;
  overflow: hidden;
  margin-bottom: 4px;
  font-size: 13px;
}
.contact-areas h5 {
	color: #333;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}
.contact-areas > p > strong {
	color: #868686;
	font-weight: 500;
	min-width: 65px;
	display: inline-block;
}
.contact-details li a {
  color: #044B7F;
  float: left;
  text-decoration: none;
  border-bottom: 0;
}
.contact-areas ul li.email-us {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dotted #D9D9D9;
	font-weight: 500;
	margin-top: 20px;
}
.contact-details p a.readMore2 {
	text-decoration: none;
	background-color: #044B7F;
	border-color: #044B7F;
    color: #fff;
}
.contact-details p a.readMore2::after {
	content: "\f105";
	margin-left: 5px;
	font-family: Fontawesome;
}
.contact-btn2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 95px;
	font-weight: 600;
	padding-top: 6px;
	text-align: center;
}
.contact-btn2 a {
	background-color: #000;
	display: block;
	padding: 10px 15px;
	color: #fafafa;
	margin-top: 15px;
	font-size: 14px;
}
.vc_row[data-vc-full-width].background-img {
	overflow: unset !important;
}
.entry-full-content {
	margin-top: 35px;
}
.contact-details ul {
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-top: 4px;
}
.contact-form h4 {
  color: #044B7F;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 2px;
  margin-top: 50px;
}
.contact-form h5 {
	color: #8c8c8c;
	font-size: 16px;
	font-family: Inter;
	margin-bottom: 25px;
}
.contact-form h3 {
  color: #000;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 30px;
}
.contact-form label {
	margin-bottom: 10px !important;
	width: 100%;
	color: #000000;
	font-size: 13px;
	font-family: Inter;
	text-transform: uppercase;
	font-weight: 500;
}
.wpcf7-form-control-wrap {
	position: relative;
}
.contact-form input, .contact-form select {
	width: 100%;
	margin-bottom: 8px !important;
	color: #000;
	height: 40px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
	padding-top: 4px;
	font-weight: 400;
	background-color: transparent;
	margin-top: 2px;
	border: 0;
	border-bottom: 1px solid #D2D8DA;
}
.contact-form input[type="submit"] {
  background-color: #044B7F;
  float: right;
  height: 50px;
  margin-top: 0;
  min-width: 180px;
  text-transform: uppercase;
  width: auto;
  color: #fff;
  border-radius: 0;
  border: 0;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 14px;
  padding-top: 0;
  font-family: Inter;
}
.floatright {
	float: right;
}
.contact-form select {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/selectarrow.png);
	background-position: 98% center;
	background-repeat: no-repeat;
}
.contact-form .wpcf7-form-control.wpcf7-textarea {
	border: 0;
	color: #000;
	font-family: Inter;
	height: 75px;
	padding: 5px 0;
	resize: vertical;
	width: 100%;
	margin-bottom: 45px !important;
	background-color: transparent;
	margin-top: 5px;
	border-bottom: 1px solid #D2D8DA;
}

.single-testimonial {
	padding: 0;
	margin-bottom: 30px;
}
.post-test {
	background-color: #FFFFFF;
	padding: 20px 17px;
	text-align: center;
}
.tes-title {
	text-align: center;
	font-size: 40px;
	color: #282828;
}
.descriptionsId p {
	font-size: 16px;
	font-weight: 300;
	font-family: proxima_nova_rgregular;
	color: #777777;
	line-height: 22px;
	text-align: justify;
}
.contentTestimoniala > p {
	margin-top: 24px;
	color: #01723a;
	font-size: 20px;
	margin-bottom: 3px;
}
.faq-page-section.testimonialarea {
	padding-top: 35px;
	padding-bottom: 35px;
	background-color: #F7F7F7;
}
.floatleft .imageTestimonial {
	padding-left: 0;
	padding-right: 15px;
	float: right;
}
.floatleft .imageTestimoniala {
	background-color: #fff;
	padding-right: 0;
	padding-left: 15px;
	text-align: right;
}
.contentTestimonial span {
	font-size: 12px;
	color: #777777;
	line-height: 14px;
	display: block;
	text-transform: uppercase;
}
.contentTestimonial h3 {
	color: #222222;
	font-size: 24px;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: proxima_nova_rgregular;
	font-weight: 700;
}
.contentTestimonial h3 i {
	margin-right: 6px;
	position: relative;
	color: #01723a;
	font-size: 40px;
	left: 0;
	top: 2px;
}
.imageTestimonial {
	width: 30.8%;
	float: left;
	padding-left: 15px;
}
.contentTestimoniala {
	padding-left: 15px;
	background-color: #fff;
	padding-right: 15px;
	padding-top: 21px;
	padding-bottom: 22px;
}
.imageTestimoniala {
	background-color: #fff;
	padding-right: 15px;
}
.contentTestimonial {
	width: 69.2%;
	float: left;
	padding-right: 15px;
}
.servicesarea a.readMore2 {
	border: 1px solid #FFFFFF;
	background-color: #FFF;
	margin-bottom: 15px;
}
.servicesarea .team_bene p {
	color: #fff;
	margin-bottom: 40px;
}
.servicesarea .team_bene h3 {
	color: #fff;
}
.servicesarea .benefitarea {
	background-color: #191919;
	border: 10px solid #FFFFFF;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 35px;
}
.conpanyLogo .vc_column-inner > .wpb_wrapper {
	border: 2px solid #F2F2ED;
	margin-bottom: 30px;
	padding: 10px 15px;
	text-align: center;
	padding-bottom: 20px;
}
.conpanyLogo .vc_column-inner > .wpb_wrapper h2 {
	font-family: Inter;
	font-size: 22px;
	color: #000000;
	text-transform: uppercase;
	font-weight: 700;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1567968744644.vc_row-has-fill {
	overflow: unset !important;
}
.propertyservice h4 {
	font-size: 24px;
	color: #ffffff;
	font-family: Inter;
}
.propertyservice li {
	color: #ffffff;
	font-size: 14px;
	font-family: Inter;
	padding: 2px 0;
}
.stepItem h2 {
	color: #fff;
	font-family: Inter;
	font-size: 26px;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 2px;
}
.stepItem {
	background-color: #000000;
	text-align: center;
	padding: 15px 12px;
	border-bottom: 10px solid #404040;
}
.stepItem p {
	margin: 0;
	color: #ccc;
	font-size: 16px;
}

.stepItemsss ul {
	padding: 15px 15px;
}
.stepItemsss ul li {
	color: #191919;
	font-size: 14px;
	padding-bottom: 1px;
	position: relative;
}
.stepItemsss ul li.inactive {
	color: #b0b0b0;
}
.stepItemsss ul li::before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #191919 !important;
	font-size: 11px;
	margin-right: 3px;
	margin-top: -6px;
}
.stepItemsss ul li.inactive::before {
	content: "\f00d";
	color: #b0b0b0 !important;
}
.stepItem h2 .myClass {
	display: block;
}

.stepItemwrapper a.readMore2 {
	border: 2px solid #000;
	padding: 12px 30px;
	padding-right: 35px;
}
.stepItemwrapper a.readMore2 i {
	margin-left: 7px;
}
.stepItemwrapper {
	margin-bottom: 35px;
}
.stepItemsss #accordion .panel.panel-default {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 20px;
}
.servicesContent h3 {
	background-color: #4CAF50;
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	padding: 19px 20px;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 60px;
}
.servicesContent h3 a {
	color: #fff;
}
.servicesContent h3 a:hover {
	color: #fff;
}
.servicesContent h3 i {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 60px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 26px;
	background-color: #2E7D32;
}
.page-id-181 .mission h3 {
	font-size: 20px;
}

.l-filter_block {
	background-color: #01723A;
	padding-top: 15px;
	padding-bottom: 15px;
	background-repeat: repeat-x;
	margin-bottom: 35px;
}
.filter_menu_block h3 {
	color: #ffffff;
	font-size: 13px;
	margin: 0;
	font-weight: 700;
	padding: 5px 0;
	display: inline-block;
}
.filter_menu_block.text-right {
	padding: 10px 0;
}
.filter_menu span {
	font-size: 24px;
	color: #ffffff;
	display: inline-block;
	margin-right: 15px;
}
.filter_menu #filter {
	height: 44px;
	max-width: 310px;
	width: 100%;
	padding: 5px 10px;
	border: 0;
	color: #191919;
	font-size: 16px;
	font-weight: 700;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 4px;
	background-image: url(../images/selectarrow.png);
	background-repeat: no-repeat;
	background-position: 96% center;
}
.catTitleMainss {
	text-align: center;
	background-image: url(../images/catbg.png);
	background-repeat: no-repeat;
	margin-right: 19%;
	padding: 10px;
	background-color: #037A3F;
	background-position: top center;
	margin-bottom: 40px;
}
.catTitleMainss h3 {
	font-size: 26px;
	font-family: Brandon Grotesque;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 5px;
}
.catTitledisplay {
	background-color: #fff;
	text-align: left;
	padding: 20px 20px;
	min-height: 300px;
}
.parentCatItem strong a {
	font-family: Brandon Grotesque;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 4px;
	display: inline-block;
}
.parentCatItem ul {
	padding-left: 16px;
	margin-bottom: 7px;
}
.parentCatItem ul li a::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 6px;
	color: #4CAF50;
}
.parentCatItem ul li a {
	color: #282828;
	font-size: 14px;
}
.parentCatItem ul li.active a {
	color: #037A3F;
}



.catTitleMain p {
	color: #353535;
	font-size: 18px;
	margin: 0;
	line-height: 21px;
}

.catTitleMain h3 strong {
	font-weight: 400;
}
.singleCourse {
	position: relative;
	margin-bottom: 30px;
}
.courseContent {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 25px 25px;
	background: rgba(0,0,0,0.5);
}
.courseDispay {
	display: table;
	width: 100%;
	height: 100%;
}
.coursesell {
	display: table-cell;
	vertical-align: bottom;
}
.coursesell h3 {
	font-size: 20px;
	font-weight: 700;
}
.coursesell h3 a {
	color: #fff;
}
.coursesell p {
	color: #ffffff;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 5px;
}
.coursesell a.readMore3 {
	font-size: 13px;
	color: #4caf50;
}
.coursesell a.readMore3 i {
	margin-left: 4px;
	font-weight: 700;
}
.singleCatcourse {
	margin-bottom: 25px;
}
.titlearea h1 {
	font-size: 35px;
	font-family: futura;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 15px;
}
.titlearea h3 {
	font-size: 20px;
	color: #4caf50;
	margin-bottom: 15px;
}
.titlearea p {
	font-size: 14px;
	color: #656565;
	text-align: justify;
	line-height: 22px;
}
.courseContact {
	background-image: url(../images/bg2.png);
	padding: 10px;
	background-color: #037A3F;
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 30px;
}
.courseFormarea h3 {
	font-size: 20px;
	text-align: center;
	color: #fff;
	font-family: Brandon Grotesque;
	text-transform: uppercase;
	font-weight: 900;
	margin-top: 15px;
	margin-bottom: 8px;
}
.courseFormarea > p {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin-bottom: 15px;
}
.halffield {
	float: left;
	width: 50%;
}
.courseSingleField.full {
	width: 100%;
	float: left;
	position: relative;
}
.courseSingleField label {
	margin: 0;
	display: block;
	width: 100%;
	background-color: #fff;
	padding-top: 10px;
	font-size: 11px;
	color: #000000;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}

.courseSingleField label span {
	display: block;
	width: 100%;
}
.courseSingleField input, .courseSingleField select {
	width: 100%;
}
.courseSingleField label br {
	display: none;
}
.courseSingleField input, .courseSingleField select {
	width: 100%;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #EDEDED;
	padding: 6px 0;
	height: 30px;
}
.courseSingleField select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-image: url(../images/select-icon.png);
	background-position: 96% center;
	background-repeat: no-repeat;
}
.courseSingleField .wpcf7-form-control.wpcf7-textarea {
	height: 50px;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	width: 100%;
	padding-top: 3px;
}
.courseForm {
	background-color: #fff;
}
.noticesubmit {
	padding: 0 10px;
	margin-top: 10px;
}
.noticesubmit p {
	font-size: 12px;
	color: #737373;
	margin-bottom: 5px;
}
.courseSingleField input.wpcf7-form-control.wpcf7-submit {
	font-size: 14px;
	background-color: #4CAF50;
	color: #fff;
	border: 0;
	height: 40px;
	margin-left: 3%;
	margin-right: 3%;
	width: 94%;
	margin-top: 12px;
	font-family: Brandon Grotesque;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.courseSingleField .ajax-loader {
	position: absolute;
	left: 20px;
	top: 24px;
}
.nav-tabs > li {
	float: none;
	margin-bottom: 0;
	border: 0;
	width: 100%;
	padding: 0 15px;
	text-align: center;
}
.nav-tabs > li > a {
	margin-right: 0;
	border: 0;
	border-radius: 0;
	padding-left: 25px;
	padding-right: 25px;
	padding-top: 26px;
	padding-bottom: 26px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
	background-color: #003FBE;
	color: #fff;
    position: relative;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border: 0;
	background-color: #01AFEF;
	border-right: 0;
	color: #fff;
}
.careers-tab-area {
	padding-bottom: 50px;
}
.nav-tabs > li > a:hover {
	border: 0;
	background-color: #01AFEF;
	color: #fff;
	border-right: 0;
}
.nav-tabs > li > a:before {
    content: "";
  font-size: 18px;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -20px;
  margin-bottom: 0;
  text-indent: -999px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: 1;
    opacity: 0;
visibility: hidden;
}
.nav-tabs > li.active > a::before {
	opacity: 1;
	visibility: visible;
}
.nav.nav-tabs {
	display: flex;
	justify-content: space-between;
	border: 0;
	margin: 0 -15px;
}
.tabItems {
	margin-bottom: 20px;
}
.descriptionTab h3 {
	font-size: 20px;
	color: #037a3f;
	font-weight: 400;
}
.descriptionTab ul li {
	width: 50%;
	float: left;
	color: #282828;
	font-size: 14px;
	padding-bottom: 3px;
}
.descriptionTab ol li {
	color: #282828;
	font-size: 14px;
	padding-bottom: 3px;
}
.descriptionTab ul:nth-child(2) li {
	width: 33.33%;
	float: left;
}
.descriptionTab ul, .descriptionTab ol {
	overflow: hidden;
	margin-bottom: 15px;
	padding: 0;
	list-style: none;
}
.descriptionTab ul li::before, .descriptionTab ol li::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin-right: 5px;
}
.descriptionTab ol li strong {
	display: inline-block;
	color: #282828;
}
.descriptionTab p {
	font-size: 14px;
	color: #282828;
	line-height: 23px;
	margin-bottom: 15px;
}
.pdfBtn a {
	background-color: #4CAF50;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	font-family: Brandon Grotesque;
	text-transform: uppercase;
	font-size: 14px;
}
.pdfBtn a i {
	margin-left: 10px;
	font-size: 20px;
}
.pdfBtn {
	margin-top: 25px;
}
.courseTabContent {
	margin-bottom: 45px;
}

.priceTab table th, .priceTab table td {
	padding: 10px 15px;
	border: 1px solid #4CAF50;
	color: #282828;
	font-size: 14px;
	text-transform: uppercase;
}
.priceTab table {
	width: 100%;
}
.faqsTab .panel-title {
	font-weight: 700;
}
.faqsTab .panel-title a.collapsed {
	color: #282828;
}
.faqsTab .panel-title a {
	color: #4CAF50;
}
.titlearea {
	margin-bottom: 20px;
}







.pageTitleSection.hasBackground {
	padding-top: 30px;
	padding-bottom: 30px;
}
.lunchSiteBtn iframe {
	width: 100%;
	height: 260px;
}
.singlepropertyGallery {
  margin: 0 15px;
  position: relative;
}
.gallery-single-content-area {
	margin-bottom: 35px;
}
.slickBtn3.slick-arrow {
  position: absolute;
  bottom: 0;
  background-color: #F0F1EE;
  font-size: 21px;
  color: #9EA3B2;
  padding: 0;
  line-height: 1;
  z-index: 1;
  width: 72px;
  height: 40px;
  border: 0;
  border-radius: 50px;
}
.next.slickBtn3.slick-arrow {
  left: -238px;
  background-color: #044B7F;
  color: #fff;
}
.prev.slickBtn3.slick-arrow {
  left: -322px;
}
.home .blogs-post {
  margin-bottom: 0;
}
.slider__counter {
  position: absolute;
  left: -145px;
  bottom: -6px;
  text-align: center;
  background-color: transparent;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
}
.mission_carosel::after {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -27px;
  width: 205px;
  background: linear-gradient(90deg, rgba(1,174,239,1) 0%, rgba(139,229,141,1) 100%);
  height: 60px;
}
.contentService h5 strong {
  display: inline-block;
  color: #663290;
  font-size: 24px;
}

.single-services .ServicesContent h2 {
  margin-bottom: 10px;
  color: #000000;
}
.contentService h5 {
  font-weight: 400;
  font-size: 24px;
  color: #663290;
  margin-bottom: 25px;
}
.single-services .ServicesContent p {
  font-size: 16px;
  color: #000;
  hyphens: auto;
  line-height: 1.6;
}
.single-services .ServicesContent p strong {
  font-size: 18px;
}
.singlepropertyGallery::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.single-services .contentService {
  margin-bottom: 50px;
}
.singlepropertyGallery.slick-active::before {
	opacity: 0;
}
.post-single-content-area {
	padding-top: 35px;
	padding-bottom: 35px;
}
.single-category-detail h2 {
	font-size: 45px;
	color: #000000;
	font-weight: 700;
	margin-bottom: 7px;
}
.single-category-detail h4 {
	font-size: 20px;
	color: #ababab;
	margin-bottom: 15px;
}
.detailsCon p {
	color: #4a4a4a;
	font-size: 14px;
	line-height: 23px;
	text-align: justify;
	hyphens: auto;
}
.detailsCon h3 {
	color: #282828;
	font-size: 22px;
	font-weight: 700;
	margin-top: 15px;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.singleDetailspage ul li {
	font-size: 14px;
	color: #4a4a4a;
	padding-bottom: 1px;
}
.post-title-cat {
	background-image: url(../images/propertybg.png);
	background-repeat: repeat-x;
	background-position: center top;
	margin-top: 10px;
}
.lunchSiteBtn-des {
	padding: 25px 30px;
	color: #fff;
}
.lunchSiteBtn-des h3 {
	font-size: 30px;
	color: #ffffff;
	font-weight: 700;
	margin-bottom: 15px;
}
.lunchSiteBtn-des ul {
	margin: 0 -10px;
	overflow: hidden;
}
.lunchSiteBtn-des ul li > div {
	border: 1px solid #fff;
	padding: 4px 7px;
	font-size: 11px;
	text-align: center;
}

.lunchSiteBtn-des ul li {
	display: inline-block;
	padding: 0 10px;
	width: 33.333%;
	float: left;
}
.lunchSiteBtn-des ul li > div i {
	font-size: 18px;
}
.lunchSiteBtn-des ul li > div i.platter {
	line-height: 1px;
	font-style: normal;
	background-color: #FFFFFF;
	color: #282828;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 3px;
	border-radius: 3px;
}
.lunchSiteBtn-des ul li > div span {
	display: block;
	text-transform: uppercase;
}
.lunchSiteBtn-des h5 {
	color: #ffffff;
	font-size: 30px;
	margin-top: 22px;
	margin-bottom: 30px;
}
.lunchSiteBtn-des h5 span {
	color: #adadad;
}
.lunchSiteBtn-des a {
	display: block;
	width: 100%;
	text-align: center;
	background-color: #B82A2A;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 12px 10px;
}
.lunchSiteBtn-des a i {
	margin-left: 8px;
}
.admin-bar .mainmenuarea {
	padding-top: 32px;
}
.mainmenuarea {
	position: fixed;
	left: -220px;
	top: 0;
	width: 220px;
	height: 100%;
	z-index: 9999;
	background-color: #2B2B33;
	transition: all 0.5s ease 0s;
}
body:not(.menu-sandwich) #main-menu {
	margin-left: 0;
}
.navbar-nav > li {
	float: none;
	display: block;
}
.mainmenuarea.menu-show {
	left: 0;
}

.button-close {
	text-align: right;
	margin-right: 18px;
	color: #fff;
	cursor: pointer;
}


.sectiontitle h1 {
	font-size: 40px;
	color: #000;
	font-weight: 700;
	margin: 0;
	float: left;
}
.sectiontitle a.readMore2 {
	float: right;
	border-color: #B3B3B3;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.sectiontitle a.readMore2 i {
	margin-left: 5px;
}
.sectiontitle {
	margin-bottom: 22px;
}
.main-footer-area {
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 0;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	border-top: 10px solid #044B7F;
}
.footer-scial .footer-heading {
	margin-top: 30px;
	margin-bottom: 10px;
}
.blogs-image {
  position: relative;
  height: 253px;
  overflow: hidden;
  border-radius: 15px;
}
a.palybtnaudo {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-footer-area .footerBottomarea {
	padding-bottom: 20px;
	background-color: #000000;
}
.footer-adressarea a.custom-logo-link {
	margin-bottom: 8px;
	display: inline-block;
}
.footer-heading {
	font-family: Inter;
	font-size: 18px;
	color: #000;
	padding-bottom: 10px;
	margin-bottom: 5px;
	position: relative;
	font-weight: 700;
	margin: 0;
	padding: 0;
}
.es_shortcode_form {
  position: relative;
  margin-bottom: 28px;
  margin-top: 12px;
}
.subscriber-form p {
  font-size: 14px;
  color: #000;
  margin-bottom: 25px;
}
.footer-adress p span, .footer-adress p a {
	color: #000;
}
.gjs-row input, .gjs-row select, .gjs-row textarea {
	width: 100%;
	height: 50px;
	background-color: #044B7F;
	border: 1px solid #044B7F;
	padding: 5px 15px !important;
	color: #fff;
	border-radius: 0;
	margin: 0 !important;
	padding-left: 55px !important;
	font-size: 16px;
	font-family: Roboto;
	font-weight: 400;
	background-image: url(../images/envelope.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.es_shortcode_form .es_button {
	padding-top: 0;
	padding-bottom: 0;
}
.gjs-row input[type="submit"] {
  position: absolute;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: transparent;
  border: 0 !important;
  text-indent: -9999px;
  background-image: url(../images/arrowen.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 !important;
  padding: 0 !important;
  top: 0;
}
.payOnline ul li {
  display: block;
  color: #BB8CED;
  font-size: 16px;
  padding-right: 0;
  font-weight: 400;
  margin-bottom: 7px;
}
.payOnline ul li strong {
  color: #fff;
  width: 60%;
  display: inline-block;
  font-weight: 400;
}
.payOnline {
  margin-bottom: 22px;
}
.subscriber-form {
}
.footerMenu {
}
.border-left {
	border-left: 1px solid #444;
}
.footer-copyright {
	padding-top: 30px;
	border-top: 1px solid #044B7F;
	margin-top: 50px;
	padding-bottom: 5px;
}
.footer-menus {
	min-height: 170px;
}
.footerMenus ul li {
  text-align: left;
  display: block;
  width: 50%;
  float: left;
}
.footer-adress p {
	font-size: 14px;
	color: #000;
	font-family: Inter;
	font-weight: 500;
	padding-right: 0;
	margin-bottom: 10px;
}
.footer-adress p img {
  float: left;
  margin-right: 10px;
}
.footer-adress p.address {
  margin-bottom: 15px;
  padding-right: 120px;
  margin-top: 15px;
}
.footer-adress p strong {
  font-size: 15px;
  font-weight: 500;
  margin-right: 8px;
}
.footer-adressarea i {
	color: #fff;
	font-size: 20px;
	margin-right: 8px;
    float: left;
}
.footer-adressarea i.fa-envelope {
	font-size: 16px;
}
.footer-adress p.margin-none {
	margin-top: 0;
}
.margin-none {
	margin: 0;
}
.footer-scial p.direction a {
	font-size: 13px;
	color: #000;
}
.designby > p {
    color: #000;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-align: right;
}
.viewlocation {
  margin-top: 28px;
}
.viewlocation a {
  display: inline-block;
  background-color: #044B7F;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  font-size: 14px;
  font-weight: 700;
}
.footer-scial ul li {
	display: inline-block;
}
.footer-scial ul li:first-child a {
	padding-left: 0;
}
.footer-scial ul li a {
	display: block;
	font-size: 17px;
	padding: 4px 0;
	width: 35px;
	height: 35px;
	border: 1px solid #044B7F;
	color: #044B7F;
	border-radius: 50px;
	text-align: center;
	margin-right: 10px;
}
.footer-scial {
  margin-top: 30px;
}
.subscriber-form .es-field-wrap .es_txt_email {
	background-color: #696969;
	color: #000;
	height: 44px;
	padding: 10px 32px 10px 15px;
	width: 80%;
	border: 1px solid #696969;
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 400;
}
.es_subscription_form {
	position: relative;
}
.es-field-wrap label {
	margin: 0;
	display: block;
}
#es_subscription_form_1574632280 {
	position: relative;
}
.subscriber-form .es_subscription_form_submit {
	background-color: #ddd;
	border: 0;
	color: #000;
	font-family: Flama Semicondensed;
	height: 44px;
	padding: 0;
	position: absolute;
	right: 92px;
	text-transform: uppercase;
	top: 0;
	overflow: hidden;
	width: 100px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/envelope.png);
	overflow: hidden;
	text-indent: -9999px;
}
.contactvia li {
	display: inline-block;
	width: 48%;
	float: left;
	color: #000;
}
.contactvia li span {
	display: block;
	font-size: 13px;
	font-weight: 700;
	margin-bottom: 2px;
}
.contactvia li a {
	font-size: 12px;
	color: #000;
}
.footerMenu ul li a {
	display: inline-block;
	color: #000;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 600;
	padding-bottom: 0;
}
.footerbottommenu ul li {
  display: inline-block;
}
.footerbottommenu ul li a {
  color: #000;
  font-size: 13px;
  padding-left: 15px;
  text-transform: capitalize;
}
.footer-menu {
	min-height: 170px;
}
.footer-section {
	padding-bottom: 25px;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper {
	float: right;
	margin-top: 15px;
	display: block;
	width: 100%;
	text-align: right;
}
.visualcomposerstarter .navRightSide {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.footer-contact-area {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 0;
	position: relative;
}
.slider-area > p, .banner-areas > p {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 9;
	font-family: Karla;
	color: #fff;
	font-size: 14px;
	transform: rotate(-90deg);
	transform-origin: 68% -100% 0;
	margin: 0;
	text-shadow: 2px 2px 1px rgba(0,0,0,0.5);
	letter-spacing: 3px;
	text-transform: uppercase;
}

.FormContentContact label {
	display: block;
	margin: 0;
	border: 0;
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	font-family: Inter;
}
.FormContentContact label span {
	display: block;
}
.FormContentContact label input, .FormContentContact textarea {
	width: 100%;
	background-color: transparent;
	margin-bottom: 20px;
	height: 40px;
	padding: 6px 15px;
	color: #fff;
	font-size: 13px;
	border-bottom: 1px solid #fff;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	padding-left: 0;
	padding-right: 0;
}
.FormContentContact .col-md-6, .FormContentContact .col-md-12 {
	padding-left: 8px;
	padding-right: 8px;
}

.mainContentContact h3 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 15px;
    font-family: Inter;
}
.mainContentContact span {
	display: block;
	color: #fff;
	font-family: Inter;
	font-size: 22px;
	margin-bottom: 7px;
	font-weight: 300;
}
.mainContentContact span a {
	color: #42c8c8;
}
.mainContentContact p {
	color: #fff;
	font-size: 13px;
	margin-top: 25px;
}
.mainContentContact h2 {
	font-size: 26px;
	font-family: Inter;
	color: #ddd;
	margin-bottom: 15px;
}
.FormContentContact input.wpcf7-form-control.wpcf7-submit {
	font-size: 13px;
	text-align: center;
	font-family: Inter;
	text-transform: uppercase;
	background-color: #42C8C8 !important;
	border: 0;
	color: #fff;
	padding: 12px 20px;
	width: 200px;
	margin-top: 30px;
}
.FormContentContact h1, .contactDetailsFotter h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.contactDetailsFotter h1 {
	margin-bottom: 10px;
}
.mainContentContact p:first-child {
	font-size: 19px;
	margin-top: 0 !important;
	font-weight: 300;
	margin-bottom: 6px;
}
.mainContentContact img {
	margin-bottom: 5px;
}
.mainContentContact em {
	font-style: normal;
	color: #fff;
	font-size: 16px;
	display: block;
	margin-bottom: 10px;
}
.singleBlogthum {
	position: relative;
}
.col-md-6.left-col-content {
	padding-left: 0;
}
.col-md-6.right-col-content {
	padding-right: 0;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a {
	padding: 0 10px;
	position: relative;
	display: inline-block;
	background-position: center left;
	background-repeat: no-repeat;
    padding: 0 10px;
	padding-left: 35px;
	text-align: left;
	font-family: 'Karla', sans-serif;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a strong {
	display: block;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a span {
	display: block;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	width: auto;
	height: auto;
	background-color: transparent;
	line-height: 1;
	text-align: left;
	margin: 0;
}
.visualcomposerstarter:not(.menu-sandwich) .vct-cart-wrapper a:last-child {
	padding-right: 0;
	margin-left: 25px;
}
.searchform {
	position: relative;
	overflow: hidden;
}
#categoryselect {
	width: 156.6px;
	height: 40px;
	padding: 5px;
	border: 0;
	color: #666666;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	float: left;
	background-color: #F3F3F3;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background-image: url("../images/arrow-drop.png");
	background-size: 10px;
	background-position: 93% center;
	font-size: 14px;
}
.searchinput {
	overflow: hidden;
	float: right;
	width: 73.4%;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.site-search {
	padding: 13px 0;
}
.searchform input {
	width: 100%;
	height: 40px;
	padding: 2px 15px;
	border: 0;
	font-weight: 300;
	background-color: #fff;
	border: 1px solid #CFCFCF;
	border-radius: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	font-weight: 500;
}
.searchform #searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #FF6A00;
	border: 0;
	color: #fff;
	font-size: 18px;
	padding-left: 13px;
	padding-right: 13px;
	width: 53px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.searchsite #searchsubmits {
	background-color: transparent;
	padding: 0;
	border: 0;
}
.singleBlogthum span {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: #4CAF50;
	display: inline-block;
	font-size: 12px;
	color: #f7f7f7;
	text-transform: uppercase;
	font-weight: 700;
	padding: 5px 10px;
}


.singleEvents {
	margin-bottom: 30px;
	position: relative;
}
.EventContent {
	background-color: #FFFFFF;
	padding: 12px 12px;
	font-size: 13px;
	color: #656565;
}
.EventContent h3.entry-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-family: Inter;
	font-weight: 700;
	line-height: 27px;
}
.EventContent h3.entry-title a {
	color: #060d2a;
}
.EventContent p i {
	color: #01723a;
	margin-right: 3px;
}
#pagination p {
	display: inline-block;
	margin: 0;
}
.addcodehere {
	margin-bottom: 25px;
}
.EventContent p {
	color: #757575;
}
.EventContent ul li p {
	margin: 0;
}
.EventContent ul {
	display: table;
	width: 100%;
}
.EventContent ul li {
	display: table-cell;
	vertical-align: middle;
}
.EventContent ul li:last-child {
	text-align: right;
}
.latest-news-area {
	background-color: #F2F2ED;
	padding-top: 40px;
	padding-bottom: 15px;
}
.eventExpaired .singleEvents .eventOverlay {
	background-image: url(../img/expaireEvents.png);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	filter: grayscale(0%);
	z-index: 99;
}
.eventExpaired .singleEvents .events_thumbnails, .eventExpaired .singleEvents .EventContent {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
	max-width: 100%;
	margin: 0 auto;
}
.tribe-events-list-separator-month + .type-tribe_events.tribe-events-first {
	padding-top: 0;
}
.tribe-events-list .type-tribe_events:first-of-type {
	margin-top: 0;
}

.singlecertificate {
	background-image: url(../images/bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	padding: 25px 30px;
	margin-bottom: 30px;
}
.certificateContent span a {
	color: #9ddebe;
	text-transform: uppercase;
	display: inline-block;
	font-size: 14px;
	margin-bottom: 10px;
}
.certificateContent h3 {
	color: #fff;
	font-family: Brandon Grotesque;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 28px;
	padding-right: 10px;
	margin-bottom: 25px;
	min-height: 56px;
}
.certificateContent strong {
	display: block;
	text-align: right;
	font-weight: 400;
}
.certificateContent strong a {
	text-align: right;
	color: #9ddebe;
	font-size: 14px;
	text-transform: uppercase;
}

.catbg1 {
	background-color: #4CAF50;
	padding-top: 15px;
	padding-bottom: 15px;
}
.catbg2 {
	background-color: #037A3F;
}
.catsilgeDescription {
	padding: 12px 20px;
}
.catsilgecontent h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 15px;
}
.singlecatPage {
	background-color: #037A3F;
	margin-bottom: 30px;
}
.catsilgecontent h4 {
	color: #f7f7f7;
	font-size: 16px;
	margin-bottom: 15px;
}
.catsilgecontent p {
	color: #f7f7f7;
	font-size: 14px;
	line-height: 21px;
	margin: 0;
}
.courseSpecifiq li .specifiqIcon {
	float: left;
	width: 35px;
	font-size: 15px;
	color: #f7f7f7;
}
.courseSpecifiq li {
	overflow: hidden;
	margin-bottom: 12px;
}
.specifiqItem {
	float: left;
	width: 72%;
	font-size: 14px;
	color: #f7f7f7;
}
.courseSpecifiq {
	padding: 16px 5px;
}
.specifiqItem span {
	display: block;
	line-height: 21px;
}
.readButton a {
	display: block;
	background-color: #F7F7F7;
	text-align: center;
	font-size: 14px;
	padding: 9px 10px;
	text-transform: uppercase;
	font-family: Brandon Grotesque;
}
.homeTextBgColor h1 {
	font-size: 160px;
	font-family: Futura;
	text-transform: uppercase;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: url(../images/textbgImage.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0;
}
.homeTextBgColor h3 {
	font-size: 35px;
	color: #000000;
	font-family: Futura;
	text-transform: uppercase;
}
.countNum {
  font-size: 18px;
  display: block;
  background-color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0 auto;
  /* margin-bottom: 10px; */
  position: absolute;
  left: 50%;
  margin-left: -24px;
  bottom: -20px;
  margin-bottom: 0;
  text-indent: -999px;
  overflow: hidden;
  transform: rotate(45deg);
  z-index: 1;
}
.leranItem {
  padding: 28px 4px;
  text-align: center;
  margin-bottom: 30px;
  border-radius: 0;
  position: relative;
}
.homeTextBgColor p {
	font-size: 20px;
	color: #353535;
	text-transform: uppercase;
}
.lernSingle a {
	color: #ffffff;
	font-size: 18px;
	font-family: Brandon Grotesque;
	text-transform: uppercase;
	display: block;
	line-height: 24px;
}
.homeTextBgColor {
	text-align: center;
}
.section-title {
	text-align: center;
}
.section-title h2 {
  font-size: 45px;
  text-transform: capitalize;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.4;
}
.section-title h1 {
  font-size: 60px;
  color: #000000;
  font-family: Wulkan display;
  font-weight: 500;
}
.section-title p a {
	font-weight: 700;
	font-size: 14px;
	color: #000000;
	padding-right: 0;
}
.section-title p a::after {
	content: "\f061";
	font-family: Fontawesome;
	margin-left: 12px;
}
.section-title .wpb_wrapper {
	overflow: hidden;
}
.section-title p {
  color: #000000;
  font-size: 22px;
  text-align: center;
  font-family: Inter;
  margin-left: auto;
  margin-right: auto;
}
.singleCatcourses {
	width: 100%;
	text-align: center;
}
.serviceTestimonial {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #E3D6F1;
}
.serviceTestimonial .section-title h2 {
  color: #532980;
}
.single-services .section-title h2 {
  font-size: 60px;
}
.courseCatPost {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 160px;
}
.singleCatcourses h3 {
	display: block;
	width: 100%;
	color: #ffffff;
	font-size: 18px;
	text-transform: uppercase;
	font-family: Brandon Grotesque;
	margin-bottom: 5px;
}
.singleCatcourses p {
	width: 100%;
	display: block;
	color: #c9c8c8;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}
.borderHas {
	border-right: 1px solid #4CAF50;
	border-bottom: 1px solid #4CAF50;
	border-left: 1px solid #216224;
	border-top: 1px solid #216224;
}
.borderHas:first-child {
	border-left: 0;
	border-top: 0;
}
.borderHas:nth-child(2), .borderHas:nth-child(3), .borderHas:nth-child(4) {
	border-top: 0;
}
.borderHas:nth-child(4) {
	border-right: 0;
}
.borderHas:nth-child(5) {
	border-left: 0;
	border-bottom: 0;
}
.borderHas:nth-child(8) {
	border-right: 0;
	border-bottom: 0;
}
.borderHas:nth-child(6), .borderHas:nth-child(7) {
	border-bottom: 0;
}
.singleCatcourses h3 a {
	color: #fff;
}
.page-id-219 .section-title.blackcolor {
	margin-bottom: 20px;
}
.singlepropertys {
	margin-bottom: 30px;
}
.filter_menu_block #filter2 {
	background-color: transparent;
	border: 0;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 13px;
	cursor: pointer;
}
.filter_menu_block #filter2 {
	background-color: transparent;
	border: 0;
	color: #fff;
	-moz-appearance: none;
	-webkit-appearance: none;
	font-size: 13px;
	cursor: pointer;
	padding-right: 24px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 96% 8px;
}
.l-filter_block.adf .filter_menu_block.text-right {
	padding-right: 18px;
}

.ourevent .ServicesContent h2 {
	font-size: 20px;
	padding-right: 0;
	text-transform: unset;
	line-height: 28px;
	font-weight: 300;
	margin-bottom: 5px;
	margin-top: 15px;
	padding-top: 12px;
    position: relative;
}
.ourevent .ServicesContent h2::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100px;
	content: "";
	background-color: #CFCFCF;
	height: 1px;
}
.buttonEvent {
	color: #070707;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
#tribe-events-content {
	margin-top: 30px;
}
.ourevent .ServicesContent {
	padding: 10px 0 0 0;
}
.singleServicetwrap {
	padding: 20px;
	box-shadow: 0px 0px 10px rgba(0,0,0, 0.4);
	margin-bottom: 30px;
}
.ourevent .ServicesContent > p {
	color: #431c76;
	font-size: 14px;
	font-family: Inter;
	font-weight: 400;
	margin-bottom: 5px;
}
.ourevent .ServicesContent > p i {
	margin-right: 5px;
}
.ourevent .ServicesContent > p span {
	color: #656565;
}
.ServicesContent .buttonEvent a.readMore2:last-child {
	background-color: transparent;
	color: #000;
}
.ServicesContent .buttonEvent a.readMore2 {
	display: inline-block;
	width: auto;
	margin: 0;
	background-color: #000;
	margin-right: 10px;
	border: 2px solid #000;
	font-size: 11px;
}
.ourevent .contentService {
	min-height: 230px;
}
.archaveheader h1 {
	color: #030303;
	font-family: Inter;
	font-weight: 700;
	font-size: 30px;
	text-transform: uppercase;
	padding: 0 15px;
	margin-top: 25px;
	margin-bottom: 10px;
}
.entry-content .EventByMonth {
	padding: 0 15px;
	font-size: 20px;
	font-family: Inter;
	font-weight: 700;
	text-transform: uppercase;
	color: #b2b2b2;
	margin-bottom: 12px;
	margin-top: 40px;
}
.eventdiffDate h3 {
	margin-bottom: 35px;
	color: #282828;
	font-family: Inter;
	font-weight: 700;
	font-size: 30px;
}
.eventdiffDate span {
	font-size: 14px;
	color: #282828;
	font-family: Inter;
}
.eventTitleLoop h3 a {
	display: inline-block;
	font-family: Inter;
	font-size: 24px;
	color: #282828;
	margin-bottom: 6px;
}
.eventTitleLoop p {
	font-size: 14px;
	text-transform: capitalize;
	color: #282828;
	margin: 0;
	font-family: Inter;
}
.type-tribe_events .entry-content {
	border-bottom: 1px solid #E0E0E0;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.registerNow a.readMore2 {
	border: 1px solid #000;
	color: #fff;
	background-color: #000;
}
.archaveheader h1 a.readMore2 {
	float: right;
	margin: 0;
	background-color: #000;
	font-size: 11px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 30px;
	padding-right: 30px;
}
.content-areaarea {
	margin-bottom: 50px;
}
.programs-post h3 a {
	color: #fff;
}
.programs-post h3 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	margin: 0;
	padding: 17px 15px;
	text-align: center;
	font-family: Inter;
	font-size: 24px;
}
.programs-post h3:hover {
	background: rgba(128, 128, 128, 0.9);
}
.programs-post h3 a:hover {
	color: #fff;
}
.programs-post {
	position: relative;
	margin-bottom: 30px;
}
.programs-image {
	max-height: 260px;
	overflow: hidden;
}
.page-id-209 .buttonEvent {
	margin-top: 68px;
}
.page-id-209 .ServicesContent h2, .page-id-218 .ServicesContent h2 {
	margin-bottom: 18px;
}
.page-id-218 .buttonEvent {
	margin-top: 20px;
}
.page-id-218 .buttonEvent a.readMore2 {
	border-color: #1230A1;
	background-color: #1230A1;
}
.page-id-218 .ServicesContent .buttonEvent a.readMore2:last-child {
	color: #000;
	border-color: #000;
}
.page-id-218 .programs-post h3 {
	background: rgba(0, 0, 0, 0.8);
}
.page-id-218 .programs-post h3 a:hover {
	color: rgba(255, 255, 255, 1);
}

.eapps-twitter-feed-posts-item-inner {
	background-image: url(../images/twitter.png);
}
.entry-content .widgetSocialNet p {
	font-size: 12px;
	font-family: Inter Narrow;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 0px;
	padding-left: 15px;
}
.entry-content .widgetSocialNet h3 {
	font-size: 26px;
	font-family: Inter;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding-left: 15px;
}

.woocommerce div.product form.cart .button {
	vertical-align: middle;
	float: left;
	width: 100%;
	background-color: #000;
	padding-top: 12px;
	padding-bottom: 12px;
	margin-top: 15px;
	text-transform: uppercase;
	font-family: Inter;
	font-weight: 700;
}
.visualcomposerstarter.woocommerce div.product .product_title {
	margin-bottom: 10px;
	font-size: 25px;
}
.entry-summary .entry-categories {
	display: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
	padding-top: 50px;
}
#tab-description h2 {
	font-size: 26px;
	text-transform: uppercase;
	font-family: Inter;
	font-weight: 700;
	margin-bottom: 16px;
	color: #000;
}
.woocommerce-product-gallery__wrapper {
	max-width: 280px;
	position: relative;
	z-index: 1;
}
.woocommerce-product-gallery__wrapper::before {
	position: absolute;
	left: -45px;
	top: -45px;
	width: 100%;
	height: 100%;
	content: "";
	background-color: #021938;
	z-index: -1;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	display: none;
}
.publicationsContent h3 {
	font-size: 24px;
	color: #fff;
	font-family: Inter Narrow;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.publicationsContent p {
	margin: 0;
	color: #fff;
	font-size: 14px;
}
.publications-post {
	margin-bottom: 30px;
}
.testimonialsarea {
	margin-bottom: 20px;
	margin-top: 0;
}
.publicationsContent {
	padding: 15px;
}
.publications-image {
	position: relative;
	max-height: 225px;
	overflow: hidden;
}
.eapps-twitter-feed-posts-item-inner {
	padding-left: 86px !important;
}

.publications-image a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/yt-play-button.png);
	background-position: right bottom;
	background-repeat: no-repeat;
}
.our-posthome p {
	color: #fff;
	font-size: 12px;
	font-family: Inter;
	padding-bottom: 5px;
	padding-top: 10px;
	margin: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.ourposthome p {
	color: #fff;
	font-size: 16px;
}
.ourposthome h3 {
	color: #fff;
	font-family: Inter;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-transform: uppercase;
	padding: 0 15px;
}
.ourposthome p {
	color: #fff !important;
	font-size: 16px;
	line-height: 21px;
}
.ourposthome {
	padding-bottom: 15px;
}
.single-posthome {
	margin-bottom: 30px;
	background-color: #000;
}
.archaveheader a.readMore2:hover {
	background-color: lightgray;
	color: #000 !important;
	font-family: Arial;
}
.es_lablebox {
	display: none;
}
.es_textbox {
	padding: 0;
}
.footer-adressarea > a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 10px;
}
.footer-adressarea > a span {
	color: #42c8c8;
}
.servicesContentss h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: Inter;
	margin-bottom: 7px;
}
.servicesContentss p {
	font-size: 14px;
	color: #656565;
	margin: 0;
}
.servicesContentss h3 a {
	color: #000;
}
.servicesContentss {
	padding-top: 15px;
}
.blogsCont span {
  color: #044B7F;
  font-size: 14px;
  display: block;
  margin-bottom: 0;
  font-family: Inter;
  position: relative;
  font-weight: 400;
}
.blogsCont span strong {
  font-weight: 400;
  padding-left: 10px;
  position: relative;
}
.blogsCont span strong::before {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  left: 2px;
  background-color: #044B7F;
  top: 7px;
  border-radius: 20px;
}
.blogsCont h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 20px;
}
.blogsCont h3 a {
	color: #000000;
}
.blogsCont p {
	font-size: 15px;
	color: #656565;
	margin-bottom: 20px;
}
.vc_row.wpb_row.vc_row-fluid.gradian-background {
  background: linear-gradient(90deg, #F6FBFB 0%, #F6FBFB 38%, #fff 38%, #fff 100%) !important;
  z-index: 1;
  overflow-y: unset !important;
  overflow-x: unset !important;
  padding-bottom: 30px;
}
.z-index2 {
  z-index: 2;
  position: relative;
}
.singlegalletythum {
	position: relative;
}
.singlegalletythum h2 {
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	display: block;
	margin: 0;
	background-color: #E5E5E5;
	font-size: 26px;
	text-transform: uppercase;
	font-weight: 700;
}
.singlegalletythum h2 i {
	position: absolute;
	right: 0;
	top: 0;
	width: 58px;
	height: 100%;
	text-align: center;
	line-height: 58px;
	background-color: #45C9C9;
	color: #fff;
}
.singlegalletythum h2 a {
	color: #070707;
	display: block;
	padding: 15px;
}
.packagesdetails {
	background-color: #000925;
	position: relative;
}
.packagesdetails::before {
	position: absolute;
	left: 0;
	top: -24px;
	content: "";
	width: 100%;
	background-image: url(../images/arrowup.png);
	background-repeat: no-repeat;
	height: 24px;
	background-position: center center;
}
.packagesdetails {
	background-color: #000925;
	position: relative;
	padding: 15px 20px;
	text-align: center;
}
.packagesdetails h3 {
	color: #fff;
	font-size: 26px;
	font-weight: 500;
}
.packagesdetails p strong {
	text-align: center;
	display: block;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 400;
	color: #fff;
}
.packagesdetails p {
	text-align: justify;
	color: #c8c8c9;
	font-size: 13px;
}
.packagesdetails p em {
	display: block;
	text-align: center;
	font-style: normal;
	font-size: 16px;
	font-weight: 300;
	color: #fff;
}
.packagesdetails p:nth-child(2) {
	margin-bottom: 0;
}
.packagesdetails p:last-child {
	text-align: center;
}
.packagesdetails p a.readMore2::after {
	content: "\f105";
	font-family: Fontawesome;
	margin-left: 7px;
}
.packagesdetails p a.readMore2 {
	color: #f1f1f1;
	background-color: #41C7C7;
	border-color: #41C7C7;
}
.home .woocommerce ul.products li.product, .home .woocommerce-page ul.products li.product {
	margin: 0 0 0 0;
	padding: 0 15px;
	clear: none !important;
    display: flex;
}
.wpb-js-composer .vc_tta.vc_general .vc_tta-panel-body {
	padding: 14px 0 !important;
	margin: 0 -15px;
	padding-bottom: 0 !important;
}
.home .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
	height: 53px;
}
.home .woocommerce ul.products li.product .product-details a {
	color: #000;
	font-size: 17px;
	line-height: 22px;
	margin-top: 3px;
	border-bottom: 0;
}
.salePriceItem {
	background: linear-gradient(to bottom, #690F38 0%, #970F37 100%);
	padding: 10px;
	border-radius: 15px;
	margin-bottom: 50px;
	text-align: center;
	position: relative;
}
.salePriceItem::before {
	width: 40px;
	height: 30px;
	content: "";
	position: absolute;
	left: -20px;
	bottom: 21%;
	background-color: #fff;
	border-radius: 50px;
}
.entry-meta {
	display: none;
}
.salePriceItem::after {
	width: 40px;
	height: 30px;
	content: "";
	position: absolute;
	right: -20px;
	bottom: 21%;
	background-color: #fff;
	border-radius: 50px;
}
.salePriceContent h2 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	margin-bottom: 15px;
}
.salePriceContent h2 a, .salePriceContent h2 a:hover {
	color: #fff;
}
.salePriceContent .woocommerce-Price-amount.amount {
	color: #fff;
	font-weight: 500;
	font-size: 16px;
}
.salePriceContent > span {
	display: block;
	text-align: center;
	color: #fff;
	margin-bottom: 5px;
}
.salePriceContent > strong {
	display: block;
	font-size: 12px;
	color: #dad0f5;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.salePriceContent > em {
	font-size: 16px;
	color: #ffc058;
	font-style: normal;
	font-weight: 700;
	display: block;
	margin-bottom: 10px;
}
.salePriceContent {
	position: relative;
	padding-bottom: 15px;
}
.buttonsalePrice a {
	width: 85%;
	display: block;
	background-color: #FFFFFF;
	margin: 0 auto;
	border-radius: 50px;
	padding: 10px 10px;
	box-shadow: 0px 2px 8px rgba(0,0,0,0.2);
	font-size: 14px;
	color: #de0305;
	text-transform: uppercase;
	font-weight: 500;
}
.buttonsalePrice {
	position: absolute;
	left: 0;
	bottom: -23px;
	width: 100%;
	text-align: center;
}
.home .woocommerce ul.products li.product .product-desc .price del .woocommerce-Price-amount.amount, .home .woocommerce ul.products li.product .product-desc .price del .woocommerce-Price-currencySymbol {
	color: #282828 !important;
	text-decoration: none;
}
.home .woocommerce ul.products li.product .product-desc .price {
	color: #d70025;
	font-weight: 700;
	text-align: left;
	padding-top: 8px;
	padding-bottom: 6px;
}
.home .woocommerce ul.products li.product .price ins .woocommerce-Price-amount.amount {
	color: red;
}
.home .product-desc .woocommerce-Price-amount.amount {
	font-size: 16px;
	color: #282828;
	font-weight: 500;
}
.home .woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.home .woocommerce ul.products li.product .price ins {
	text-decoration: none;
	font-size: 14px;
	padding-left: 16px;
	position: relative;
}
.home .woocommerce ul.products li.product .price ins::before {
	content: "";
	width: 10px;
	height: 2px;
	background-color: #282828;
	position: absolute;
	left: 2px;
	top: 10px;
}
ul.slick-dots li.slick-active button {
  background-color: #044B7F;
  position: relative;
}
ul.slick-dots li {
	display: inline-block;
}
ul.slick-dots {
	text-align: center;
	margin-top: 10px !important;
	margin-bottom: 0 !important;
}
ul.slick-dots li button {
  border: 0;
  padding: 0;
  width: 30px;
  height: 10px;
  overflow: hidden;
  text-indent: -999px;
  margin: 0 5px;
  background-color: #D4D6D8;
  border-radius: 10px;
}
.UpdatedGames .woocommerce ul.products li.product {
	width: 25%;
}
.UpdatedGames .direction-cat {
	display: none;
}
.home .UpdatedGames .product-desc {
	background-color: #fff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	padding-left: 10px;
	padding-right: 10px;
}
.home .UpdatedGames .woocommerce ul.products li.product .product-details a {
	color: #282828;
	font-size: 12px;
	line-height: 17px;
	margin-top: 3px;
	border-bottom: 0;
}
.home .UpdatedGames .up-product {
	padding-bottom: 0;
}
.home .UpdatedGames .woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
	line-height: 18px;
	margin-bottom: 0;
	height: 50px;
}
.home .UpdatedGames .product-desc .woocommerce-Price-amount.amount {
	font-size: 11px;
}
.home .UpdatedGames .star-ratingss {
	right: 6px;
	bottom: 13px;
}
.UpdatedGames h1 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 25px;
}
.UpdatedGames h4 {
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 109px;
}
.entry-content .UpdatedGames p a::after {
	content: "\f105";
	font-family: Fontawesome;
	margin-left: 15px;
}
.entry-content .UpdatedGames p a {
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	margin-bottom: 20px;
	padding: 10px 25px;
	text-transform: uppercase;
	font-family: Montserrat;
	font-size: 14px;
}
.UpdatedGames .product-imageDivs {
	margin-bottom: -3px;
}
.home .UpdatedGames .woocommerce ul.products li.product .woocommerce-loop-product__title {
	line-height: 18px;
	height: 38px;
}
.home .UpdatedGames .product-imageDivs {
	height: 210px;
}
.wpb_text_column.wpb_content_element.section-title.section-title2 {
	position: absolute;
	right: 0;
	top: 48px;
}
.bannerContact {
	background-color: #ECF0F3;
	padding: 25px 20px;
	border-radius: 15px;
}
.bannerContact label select, .bannerContact label input, .bannerContact label textarea {
	width: 100%;
	border: 1px solid #FCFDFE;
	border-radius: 35px;
	color: #526781;
	font-size: 13px;
	padding: 5px 15px;
	background-size: 8px;
	height: 40px;
	box-shadow: inset 0 0 6px 5px rgba(0,0,0,0.1);
	background-color: #EDF1F4;
}
.bannerContact label textarea {
	height: 75px;
	border-radius: 15px;
	resize: none;
}
.bannerContact h3 {
	font-size: 26px;
	color: #191919;
	font-weight: 700;
	margin-bottom: 8px;
}
.bannerContact .wpcf7-form > p {
	font-size: 14px;
	color: #191919;
	margin-bottom: 20px;
}
.bannerContact label {
	display: block;
	width: 100%;
	font-weight: 400;
	margin-bottom: 10px;
}
.bannerContact label .wpcf7-form-control-wrap {
	display: block;
}
.bannerContact .wpcf7-form-control.wpcf7-submit {
	background-color: #FF6A00;
	border: 0;
	font-size: 14px;
	text-transform: uppercase;
	color: #fbf9fc;
	padding: 10px 30px;
	border-radius: 30px;
}
.testimonialCont {
  padding-bottom: 25px;
  padding-top: 20px;
  padding-left: 60px;
  padding-right: 30px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.serviceTesti {
  margin-top: 35px;
}
.testimonial-post {
  position: relative;
  background-color: #E5EFF3;
  margin-left: 40px;
  margin-bottom: 30px;
  border-radius: 15px;
}
.testimonialCont em {
  font-size: 14px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  display: block;
  margin-bottom: 2px;
}
.testhead {
  text-align: center;
  position: relative;
}
.testhead h3 {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
  display: flex;
  justify-content: start;
  align-items: center;
}
.testhead p {
  font-size: 14px;
  color: #000;
  margin: 0;
}
.testhead strong {
	font-size: 13px;
	display: block;
	font-weight: 300;
	color: #a1a1a1;
}
.testimonial-image {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 60px;
	border-radius: 50px;
}
.entry-content .testimonialCont p, .testimonialCont p {
  font-size: 14px;
  color: #000000;
  font-family: Inter;
  text-align: left;
  background-color: transparent;
  margin-bottom: 5px;
  border-radius: 15px;
  padding-top: 2px;
  font-weight: 400;
  hyphens: none;
  line-height: 1.6;
}
.testicon {
  margin-bottom: 20px;
}
.home .commonsection.padding0.blacktext h1 {
	color: #000;
}
.home .entry-content .commonsection.blacktext p {
	color: #282828;
}
.entry-content .commonsection.blacktext p a {
	background-color: #17181D;
	border-color: #17181D;
	margin-bottom: 0 !important;
	margin-top: 88px !important;
}
.reviewItems {
	max-height: 405px;
	overflow-y: scroll;
}
.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.homeserviceslider ul.slick-dots {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0 !important;
  position: absolute;
  right: 0;
  bottom: 45px;
}
.homeserviceslider ul.slick-dots li {
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 0;
  margin: 0;
  border-radius: 50px;
  background-color: transparent;
  position: relative;
}
.homeserviceslider ul.slick-dots li button {
  width: 8px;
  height: 8px;
  display: block;
  background-color: #A790BF;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 10px;
  margin-left: -4px;
  margin-top: -4px;
}
.homeserviceslider ul.slick-dots li.slick-active {
  background-color: #9070BE;
}
.homeserviceslider ul.slick-dots li.slick-active button {
  background-color: #fff;
}
.featuredProduct .blogs-image {
  padding: 20px;
  background-color: #DCD4E6;
}
.testimonialCont span {
  margin-bottom: 10px;
  display: block;
}
.hometest .slick-active.slick-center .testimonial-post::before {
  height: 50px;
  opacity: 1;
}
.testimonialCont h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1px;
  color: #000;
}
.testimonialCont h5 strong {
  font-weight: 600;
}
.hometest.serviceTesti {
  margin-top: 20px;
}
.testhead span img {
  display: inline-block;
}
.testhead p {
  text-align: left;
  font-size: 12px;
  color: #666b7e;
}
.testimonial-post::before {
  content: "";
  position: absolute;
  left: -36px;
  top: 30px;
  width: 70px;
  height: 67px;
  background-image: url(../images/quote-bg.png);
}
.hometest .slick-arrow {
  position: absolute;
  bottom: 50%;
  background-color: transparent;
  border: 0;
  font-size: 21px;
  color: #B399C8;
  padding: 0;
  line-height: 1;
  z-index: 1;
  width: 45px;
  height: 30px;
  background-image: url(../images/right.png);
  text-indent: -999px;
  overflow: hidden;
}
.hometest .prev.slick-arrow {
  left: -20px;
  transform: rotate(180deg);
}
.hometest .next.slick-arrow {
  right: -20px;
}
.mobileview {
  display: none;
}
.desktopview .section-title {
  text-align: left;
}
.blogs-image.ddlargeimage img, .blogs-image.ddlargeimage a {
  width: 100%;
}
.home .blogsCont h3 {
  font-weight: 500;
  line-height: 1.3;
}
.desktopview .section-title h1 {
  margin-bottom: 40px;
}

.gform_legacy_markup_wrapper {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
  border: 1px solid #ddd;
  padding: 20px 30px;
  padding-bottom: 30px;
  border-radius: 30px;
}
.gform_legacy_markup_wrapper label.gfield_label, .gform_legacy_markup_wrapper legend.gfield_label {
  font-weight: 500;
  color: #000;
}
.gform_legacy_markup_wrapper .top_label input.medium, .gform_legacy_markup_wrapper .top_label select.medium, .gform_legacy_markup_wrapper.gf_browser_gecko select {
  width: 100% !important;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
.gform_next_button, .gform_previous_button, #gform_submit_button_1 {
  border: none;
  line-height: initial;
  text-transform: uppercase;
  border-radius: 30px;
  padding: 12px 25px 12px 25px;
  position: relative;
  -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
  box-shadow: 0px 5px 28.5px 1.5px rgba(254, 35, 9, 0.2) !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 500;
  background: #532980;
  color: #fff;
}
.gform_legacy_markup_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  border: 1px solid #ddd;
  height: 48px;
  border-radius: 5px;
  padding: 5px 10px;
}
.extarlogo {
  margin-bottom: 0;
  display: inline-block;
}
.panel-group {
  margin-bottom: 0;
}
.panel-title a {
  display: block;
  padding: 19px 20px;
  background-color: #E5EFF3;
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  position: relative;
}
.faqcon p {
  color: #000;
  font-size: 22px;
}
.faqcon p strong, .faqcon p a {
  color: #00aef0;
  font-weight: 700;
}
.faqcon p a {
  text-decoration: underline;
}
.contact-details img {
  margin-top: 20px;
}
.contact-details p:nth-child(5) {
  font-size: 14px;
}
.panel-default > .panel-heading {
  background-color: #f5f5f5;
  border-color: #ddd;
  padding: 0;
}
.panel-title a::after {
  content: "\f107";
  position: absolute;
  right: 15px;
  top: 50%;
  font-family: Fontawesome;
  margin-top: -11px;
  transition: all 0.5s ease 0s;
  transform: rotate(0);
}
.panel-title a[aria-expanded="true"]::after {
  transform: rotate(180deg);
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  text-align: justify;
}
#accordion .col-md-6 {
  padding-left: 10px;
  padding-right: 10px;
}

.wpcf7-form {
  border: 0;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical {
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical .cf7_mls_steps_item {
  text-align: center;
}
.cf7mls_progress_bar li .cf7_mls_count_step {
  display: block;
  color: rgba(0,0,0,0.5);
  font-weight: 700;
  font-size: 18px;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li .cf7_mls_steps_item_icon{
  position: absolute;
  left: 50%;
  top: 0px;
  line-height: 38px;
  margin-left: -60px;
  height: 38px;
  width: 120px;
  border-radius: 50px;
  background: #E8EAF1;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li.cf7_mls_steps_item.active .cf7_mls_steps_item_icon {
  background: linear-gradient(90deg, rgba(1,174,239,1) 0%, rgba(139,229,141,1) 100%);
}
.cf7mls_progress_bar li .cf7mls_progress_bar_title {
  font-size: 14px;
  line-height: 1.5;
  margin: 1em 0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
  margin-top: 18px;
}
#cf7mls-progress-bar .cf7mls_progress_bar li:nth-child(2) .cf7mls_progress_bar_title, .cf7mls_progress_bar li.current .cf7mls_progress_bar_title {
  font-weight: 700;
  color: #00a3e1;
}
.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_vertical li::after, .cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_vertical li::after {
  height: 4px;
  background: #E8EAF1;
}
.fieldset-cf7mls h3 {
  font-size: 16px;
  text-align: center;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #F0F8F8;
  padding: 21px 10px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="0"] {
  max-width: 610px;
  margin: 0 auto;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
  margin-top: 20px !important;
  padding-bottom: 40px !important;
  margin-bottom: 20px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="1"] {
  max-width: 820px;
  margin: 0 auto;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="2"] {
  max-width: 820px;
  margin: 0 auto;
  margin-top: 25px;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
  margin-bottom: 40px !important;
  padding-bottom: 40px !important;
}
.sectionfieldarea {
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0px 0px 19px rgba(0,0,0,0.2);
  margin-bottom: 40px !important;
  padding-bottom: 40px !important;
}
.fieldset-cf7mls-wrapper {
  padding-bottom: 70px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="0"] .wpcf7-form-control-wrap {
  position: relative;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="0"] .wpcf7-form-control-wrap input {
  height: 50px;
  border: 1px solid #ddd;
  padding: 10px 15px;
  font-size: 16px;
  text-align: center;
  background-color: #F4F4F6;
  margin-top: 30px;
  width: 100%;
}
.cf7mls-btns {
  position: absolute;
  bottom: -18px;
  max-width: 300px;
  margin-left: -150px;
  left: 50%;
  text-align: center;
}
.fieldset-cf7mls .cf7mls_next {
  float: none;
}
.cf7mls_next.action-button {
  background-color: #00A3E1;
  border-radius: 0;
  margin: 25px 0px 26px;
  padding: 15px 5px;
  min-width: 140px;
  position: relative;
  text-transform: uppercase;
}
.cf7mls-btns .cf7mls_back.action-button {
  background-color: #FFFFFF;
  border: 2px solid #ddd;
  min-width: 140px;
  border-radius: 0;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  margin-right: 17px;
}
.wpcf7-form-control-wrap #property-type {
  display: block;
  padding-right: 25px;
  padding-left: 25px;
  overflow: hidden;
}
.wpcf7-form-control-wrap #property-type .wpcf7-list-item {
  width: 25%;
  padding: 25px;
  margin: 0;
  float: left;
  display: table;
}
.wpcf7-form-control-wrap #property-type .wpcf7-list-item label {
  background-color: #EDEEF4;
  display: table-cell;
  text-align: center;
  height: 90px;
  border: 1px solid #E7E9ED;
  margin: 0;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.wpcf7-form-control-wrap #property-type .wpcf7-list-item label .wpcf7-list-item-label {
  display: block;
  margin-top: 5px;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="1"] .wpcf7-not-valid-tip {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
}
.rowsss .col-md-6, .rowsss .col-md-12 {
  padding-left: 25px;
  padding-right: 25px;
}
.rowsss .col-md-6 label, .rowsss .col-md-12 label, .BedRooms label, .bathroom label {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 15px;
}
.rowsss {
  padding: 0 25px;
}
.rowsss .col-md-6 input, .rowsss .col-md-12 input {
  width: 100%;
  height: 50px;
  color: #000;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #F4F4F6;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="1"] > br, .fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="2"] > br {
  display: none;
}
.BedRooms, .bathroom {
  padding: 10px 15px;
  max-width: 190px;
  margin: 0 auto;
  background-color: #EDEEF4;
}
.BedRoomss {
  position: relative;
}
.BedRooms label, .bathroom label {
  text-align: center;
  width: 100%;
  padding-top: 73px;
  margin-top: 0;
  background-position: top center;
  background-repeat: no-repeat;
}
.BedRooms label {
  background-image: url(../images/bedroom.png);
}
.bathroom label {
  background-image: url(../images/birthroom.png);
}
.BedRoomss input {
  width: 100%;
  border: 0;
  height: 30px;
  text-align: center;
  padding: 0;
  padding-left: 10px;
}
.BedRoomss button {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 30px;
  border: 0;
  background-color: #00A3E1;
  color: #fff;
  font-size: 25px;
  line-height: 0;
  padding-bottom: 4px;
  z-index: 1;
}
.BedRoomss button#add {
  right: 0;
  left: auto;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="2"] > p {
  text-align: center;
  width: 300px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -150px;
  bottom: 0;
}
form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  width: 140px;
  border: 0;
  height: 50px;
  background-color: #00A3E1;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 0;
}
.fieldset-cf7mls-wrapper .cf7mls_current_fs[data-cf7mls-order="2"] > p #cf7mls-back-btn-cf7mls_step-3 {
  width: 140px;
  border: 2px solid #ddd;
  background-color: #fff;
  color: rgba(0,0,0,0.5);
  text-transform: uppercase;
  font-size: 14px;
}

.scrollDown {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  color: #fff;
  transform: rotate(90deg);
  transform-origin: 160px 0 0;
  padding-right: 75px;
}
.scrollDown::after {
  content: "";
  width: 55px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: 2px;
  top: 10px;
}
.sjb-page .list-data .v1 .job-description {
  position: relative;
}
.job-description .sjb-apply-now-btn {
  position: absolute;
  right: 0;
  top: -2px;
}
.job-description .sjb-apply-now-btn a.btn.btn-primary {
  background-color: #fff !important;
  color: #01a4e0 !important;
  border: 1px solid #01a4e0 !important;
  margin: 0;
  border-radius: 0;
  padding: 9px 32px;
  font-weight: 700;
}
.job-description .job-date {
  position: absolute;
  top: -20px;
  right: 0;
  color: #000 !important;
  font-weight: 500;
}
.job-description {
  padding-right: 165px;
}
.sjb-page .list-data .v1 {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.sjb-page .list-data .v1 .job-description p {
  color: #000000;
  font-size: 14px;
  max-width: 830px;
  line-height: 1.6;
}
.sjb-page .list-data .v1 .job-info h4 {
  color: #000000;
  font-size: 18px;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  font-weight: 700;
}
.job-locationtab {
  float: left;
  width: 100%;
}
.job-locationtab .job-location {
  color: #000 !important;
  font-weight: 500;
  margin-top: 10px;
}
.sjb-page .list-data .job-type i, .sjb-page .list-data .job-location i, .sjb-page .list-data .job-date i {
  float: none;
}
body.single-jobpost .job-description {
  padding-right: 0;
}
body.single-jobpost .sjb-page .list-data .v1 .job-description p {
  max-width: 100%;
}
.commonsection h1 strong {
  font-size: 20px;
  display: block;
  color: #044B7F;
  padding-bottom: 2px;
}
.commonsection.pra {
  padding-right: 0%;
}
.whiteTextSec h3 {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.whiteTextSec p a {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  border: 1px solid #ddd;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  padding: 14px 0;
}
.whiteTextSec p a:first-child {
  background-color: #fff;
  color: #0E1B7C;
}
.testimonial-posta {
  background-color: #fff;
  padding: 30px 25px;
  border-radius: 15px;
  box-shadow: 0px 0 15px rgba(0,0,0, 0.1);
  margin-top: 18px;
  margin-bottom: 30px;
}
.testimonialConta em {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  display: block;
  margin-bottom: 8px;
}
.testimonialConta span {
  display: block;
  margin-bottom: 12px;
}
.testicona p {
  font-size: 14px;
  color: #000;
  text-align: left;
  line-height: 1.6;
}
.testicona {
  min-height: 120px;
}
.testheada h4 {
  font-size: 14px;
  margin-bottom: 2px;
  padding-top: 9px;
}
.testheada p {
  font-size: 12px;
  color: #666B7E;
  margin: 0;
}
.testimg {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 12px;
  border: 2px solid #ddd;
  border-radius: 50%;
}




@media only screen and (max-width: 1920px) {
  .commonsection.pra {
    padding-right: 20%;
  }
}

@media only screen and (max-width: 1600px) {
  .commonsection.pra {
    padding-right: 12%;
  }
}
@media only screen and (max-width: 1536px) {
  .commonsection.pra {
    padding-right: 9%;
  }
}
@media only screen and (max-width: 1440px) {
  .commonsection.pra {
    padding-right: 6%;
  }
}
@media only screen and (max-width: 1366px) {
  .commonsection.pra {
    padding-right: 0%;
  }
}
@media only screen and (max-width: 1280px) {
  .commonsection.pra {
    padding-right: 0;
  }
}

.careeararea {
	margin-bottom: 50px;
}
.titlecareear h3 {
	margin-bottom: 25px;
}
.totalcareear {
	padding: 15px 15px;
	margin-bottom: 30px;
	background-color: #E5EFF3;
}
.col-md-6.shortClass {
	text-align: right;
}
.shortClass select {
	width: auto;
	border: 0;
	background-color: transparent;
	font-size: 16px;
	color: #7b7b7b;
	padding-right: 18px;
	background-position: 96% 11px;
}

.services_carosel .prev.slickBtn3.slick-arrow {
	left: -20px;
    background-color: #044B7F;
    color: #fff;
}
.services_carosel .next.slickBtn3.slick-arrow {
	right: -24px;
    left: auto;
}
.services_carosel .slickBtn3.slick-arrow {
	bottom: 50%;
}
.category-area-item a {
	display: flex;
	text-align: center;
	border: 1px solid #ddd;
	min-height: 250px;
	border-radius: 7px;
	margin-bottom: 30px;
	justify-content: center;
	align-items: center;
}
.imgdiv {
	height: 152px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px;
}
.postallarea .imgdiv {
	height: 270px;
	display: flex;
	align-items: stretch;
	margin-bottom: 20px;
}
.postallarea span {
	display: block;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 700;
}