@charset "UTF-8";
/*!
Theme Name: Acodez Themes
Theme URI: http://acodez.in
Author: Acodez IT Solutions
Author URI: http://acodez.in
Description: Hey, checking if this is a pre-built theme? Nope! It is a custom template built by the awesome crew at Acodez, India
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: acodez-themes
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
@font-face {
  font-family: "fontawesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0")
      format("embedded-opentype"),
    url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"),
    url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),
    url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),
    url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-black";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/HKGrotesk-Black.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-bold";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/HKGrotesk-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-extrabold";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/HKGrotesk-ExtraBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-light";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/HKGrotesk-Light.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-medium";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/HKGrotesk-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/HKGrotesk-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-semibold";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/HKGrotesk-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "HK Grotesk-italic";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/HKGrotesk-Italic.woff") format("woff");
  font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
html,
input,
select,
textarea {
  color: #3b3b3c;
}
body {
  margin: 0;
  font-size: 18px;
  font-family: "HK Grotesk-medium";
  overflow-x: hidden;
  font-weight: normal;
}
::-moz-selection {
  background: #f69c39;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #f69c39;
  color: #fff;
  text-shadow: none;
}
a {
  color: #151e67;
  outline: none;
  text-decoration: none;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  color: rgba(1, 111, 255, 0.8);
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote,
q {
  background: #f8f9fa;
  padding: 50px;
  text-align: center;
  margin: 40px 0;
}
blockquote:before,
q:before {
  content: "";
  width: 28px;
  height: 28px;
  background: url(images/quotegrey.html) no-repeat;
  background-size: contain;
  margin: 0 auto;
  display: block;
}
blockquote p,
q p {
  max-width: 498px;
  width: 100%;
  margin: 0 auto;
  font-size: 18px;
  line-height: 38px;
  color: #0b1033;
  text-align: center;
  margin-top: 27px;
  font-family: "HK Grotesk";
  font-weight: 700 !important;
  opacity: 0.75;
}
blockquote cite,
q cite {
  text-align: center;
  font-size: 14px;
  line-height: 38px;
  color: #0b1033;
  font-family: "HK Grotesk";
  font-weight: 400;
  margin: 0;
  font-style: normal;
  margin-top: 20px;
}
blockquote cite:before,
q cite:before {
  content: "- ";
}
.wp-block-code {
  border: 1px solid rgba(112, 112, 112, 0.1411764706);
  border-radius: 6px;
  padding: 30px;
  margin: 0;
  margin: 22px 0;
}
.wp-block-code code {
  font-size: 18px;
  line-height: 30px;
  color: #0b1033;
  font-family: "HK Grotesk";
  font-weight: 600;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  margin: 2em 0;
  padding: 0;
  background-color: #cfe2f1;
}
ins {
  background: none;
  color: #151e67;
  text-decoration: underline;
}
del {
  background: none;
  color: #ec121a;
  text-decoration: line-through;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 85%;
}
big {
  font-size: 125%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
li li {
  list-style-type: circle;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 3px;
}
input:focus,
select:focus,
textarea:focus {
  color: rgba(59, 59, 60, 0.8);
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
a {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
  width: 100%;
}
input:invalid,
textarea:invalid {
  background-color: rgba(236, 18, 26, 0.3);
}
embed,
iframe,
object {
  max-width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 0 0 1.5em;
  width: 100%;
  background: #fff;
}
td {
  vertical-align: top;
}
th {
  padding: 25px 30px;
  border: none;
  color: #151e67;
  background: #f6f6f9;
  font-family: "HK Grotesk";
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
td {
  padding: 30px;
  border: none;
  font-size: 16px;
  color: #151e67;
  font-family: "HK Grotesk";
  font-weight: normal;
}
tr {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
ol,
ul {
  margin: 0 0 1em 1em;
  padding: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: "HK Grotesk-extrabold";
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #151e67;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #016fff;
}
li,
p {
  font-size: 18px;
  padding: 0;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
h1 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111852;
  font-family: "HK Grotesk-extrabold";
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
h2 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111852;
  font-family: "HK Grotesk-extrabold";
  font-size: 38px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}
h3 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111852;
  font-family: "HK Grotesk-extrabold";
  font-size: 32px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeSpeed;
}
h4 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111852;
  font-family: "HK Grotesk-extrabold";
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.2;
  text-rendering: optimizeSpeed;
}
h5 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #111852;
  font-family: "HK Grotesk-extrabold";
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
h6 {
  margin: 0;
  margin-bottom: 0.5em;
  color: #016fff;
  font-family: "HK Grotesk-extrabold";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  text-rendering: optimizeSpeed;
}
.container {
  width: 100%;
  padding: 0 15px;
  max-width: 1200px;
  margin: 0 auto;
}
.full-container {
  width: 100%;
  max-width: 100%;
  padding: 0 15px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  height: 52px;
  border: solid 1px rgba(27, 39, 51, 0.2);
  border-radius: 5px;
  background: #fff;
  outline: none;
  font-size: 14px;
  color: #1b2733;
  padding: 20px;
  font-weight: normal;
  font-family: "HK Grotesk-medium";
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  outline: none !important;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
textarea {
  height: 170px;
  padding: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: 1px solid rgba(27, 39, 51, 0.2);
  -webkit-text-fill-color: #1b2733;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
::-moz-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
:-ms-input-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
:-moz-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
label.error {
  position: absolute;
  bottom: 5px;
  left: 0 !important;
  text-transform: none;
  width: auto;
  color: #f0222a !important;
  background-color: transparent !important;
  padding: 0 !important;
  display: block;
  font-size: 12px;
  min-height: inherit;
  top: auto !important;
  margin: 0 !important;
  line-height: 1 !important;
}
label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  left: 10px;
  display: none;
}
input.error,
select.error,
textarea.error {
  border-color: rgba(255, 0, 0, 0.75) !important;
}
.btn,
.more,
.rm-btn {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 40px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.btn:hover,
.more:hover,
.rm-btn:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.comment-edit-link,
.comment-reply-link {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.comment-edit-link:hover,
.comment-reply-link:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.navigation.row .alignleft a,
.navigation.row .alignright a {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.navigation.row .alignleft a:hover,
.navigation.row .alignright a:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.navigation {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 30px;
}
.navigation .alignleft a,
.navigation .alignright a {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.navigation .alignleft a:hover,
.navigation .alignright a:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
button {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border: none;
  outline: none;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
button:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
input[type="submit"] {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
input[type="submit"]:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.post-meta a {
  color: #004a84;
  text-decoration: underline;
}
div#author_bio_section {
  padding: 50px 0;
  margin-top: 50px;
  border-top: solid 1px #e2e2e2;
}
div#author_bio_section p {
  color: #585858;
}
p.author_links a {
  font-weight: bold;
  color: #151e67;
}
.comments-section {
  border-top: solid 1px #e2e2e2;
  padding-top: 50px;
}
.comments-section .comment,
.comments-section .comment-notes {
  color: #585858;
}
.comments-section .fn {
  font-style: normal;
}
.comments-section .fn span {
  background: #151e67;
  color: #fff;
  margin: 0 5px;
  padding: 0 5px;
}
.comments-section time {
  clear: both;
  display: block;
  margin-top: 5px;
}
.comments-section h1,
.comments-section h2,
.comments-section h3,
.comments-section h4,
.comments-section h5,
.comments-section h6 {
  color: #151e67;
}
.comments-section h2 {
  font-size: 22px;
}
.comments-section h3 {
  font-size: 21px;
}
.comments-section h4 {
  font-size: 20px;
}
.comments-section h5 {
  font-size: 19px;
}
.comments-section h6 {
  font-size: 18px;
}
.comments-section li,
.comments-section p {
  font-size: 16px;
}
.comment-respond {
  padding-top: 0;
  clear: both;
}
.comment-respond p {
  position: relative;
  clear: both;
  margin: 0 0 10px 0;
  font-size: 16px;
  font-family: "HK Grotesk";
}
.comment-respond label.error {
  color: #f0222a;
  position: absolute;
  top: -40px;
  left: auto;
  right: 0;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}
.comment-respond label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  right: 0px;
  left: auto;
}
.comment-respond input.submit_button {
  width: 100%;
  height: 52px;
  margin: 1em 0 1.5em 0;
  border: none;
  outline: none;
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "HK Grotesk";
  display: inline-block;
  padding: 15px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0px 13px 16px rgba(1, 111, 255, 0.1490196078);
  box-shadow: 0px 13px 16px rgba(1, 111, 255, 0.1490196078);
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.comment-respond input.submit_button:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.comment-respond input[type="color"],
.comment-respond input[type="email"],
.comment-respond input[type="number"],
.comment-respond input[type="password"],
.comment-respond input[type="tel"],
.comment-respond input[type="text"],
.comment-respond input[type="url"],
.comment-respond textarea {
  width: 100%;
  height: 52px;
  background: #fff;
  border: 1px solid rgba(21, 30, 103, 0.1803921569);
  border-radius: 6px;
  font-size: 14px;
  color: #151e67;
  font-family: "HK Grotesk";
}
.comment-respond textarea {
  height: 100px;
}
.comment-respond p {
  padding: 0 !important;
  width: 100% !important;
}
.pagination {
  height: auto;
  display: table;
  margin: 50px auto;
  clear: both;
  text-align: center;
}
.pagination ul {
  padding: 0;
  margin: 0;
}
.pagination li {
  list-style-type: none;
  float: left;
  margin-bottom: 0;
}
.pagination a {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  margin: 0 5px;
  font-weight: 600;
  background: #fff;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  border-radius: 100%;
}
.pagination a:hover {
  color: #000;
}
.pagination span {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0 5px;
  background: #f69c39;
  color: #000;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
}
.pagination span.current {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin: 0;
  background: #f69c39;
  color: #fff;
  padding: 0;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.31);
  box-shadow: 0px 10px 12px -3px rgba(0, 0, 0, 0.31);
}
.pagination span {
  width: 32px;
  height: 32px;
  display: block;
  float: left;
  border-radius: 100%;
}
.pagination a.next.page-numbers {
  font-size: 0;
  position: relative;
}
.pagination a.prev.page-numbers {
  font-size: 0;
  position: relative;
}
.pagination a.next.page-numbers:before {
  content: "\f054";
  font: normal normal normal 15px/2.3 FontAwesome;
  width: 32px;
  height: 32px;
}
.pagination a.prev.page-numbers:before {
  content: "\f053";
  font: normal normal normal 15px/2.3 FontAwesome;
  width: 32px;
  height: 32px;
}
.page-gen-inner {
  min-height: 50vh;
}
.notf-cnt {
  padding-bottom: 4em;
  text-align: left;
  position: relative;
}
.notf-cnt ul {
  padding-left: 10px;
}
.notf-cnt li {
  padding: 10px 0;
}
.notf-cnt h1 {
  font-size: 100px;
  font-weight: normal;
  margin-bottom: 0;
  color: #151e67;
}
.notf-cnt h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: normal;
  color: #151e67;
}
.notf-cnt li {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt p {
  font-size: 16px;
  line-height: 20px;
  padding: 0;
  margin: 0 0 20px 0;
}
.notf-cnt:after {
  content: "\f119";
  font-family: "fontawesome";
  font-size: 300px;
  position: absolute;
  top: 65px;
  right: 0px;
  color: #151e67;
}
.notf-cnt input {
  height: 38px;
  height: 53px;
  width: 300px;
  float: left;
  border-radius: 0px;
  background: #f2f6f9;
  border: 0;
  padding: 0 15px;
  font-size: 14px;
  font-weight: normal;
  color: #7a9aa7;
  outline: none;
}
.notf-cnt .land-btn {
  width: auto;
  float: left;
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.notf-cnt .land-btn:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.post-repeat {
  padding-bottom: 2em;
}
div#sidebar2 {
  background: #fffcf7;
  padding: 20px;
  border-top: solid 2px #886729;
}
div#sidebar2 h3:after {
  display: none;
}
div#sidebar2 .widget {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #f1e8da;
}
div#sidebar2 .widget input.search-field {
  width: 85%;
  height: 33px;
  padding: 0 10px;
}
div#sidebar2 .widget input.search-submit {
  width: 80px;
  padding: 10px 0;
  float: right;
}
div#sidebar2 li {
  margin-bottom: 0;
}
div#sidebar2 h3 {
  font-size: 18px;
}
div#no-result {
  max-width: 500px;
  clear: both;
}
div#no-result label {
  width: 64%;
  float: left;
}
div#no-result input.search-field {
  width: 95%;
  height: 50px;
  padding: 0 10px;
  outline: none;
  border-radius: 50px;
}
div#no-result input.search-submit,
div#no-result input[type="submit"] {
  width: 34%;
  padding: 0;
  -webkit-appearance: none;
  height: 50px;
  float: right;
  border: none;
  outline: none;
  background: #886729;
}
div#no-result input.search-submit:hover,
div#no-result input[type="submit"]:hover {
  background: #ba8b32;
}
h2.post-title {
  color: #464545;
  font-weight: 400;
}
span.post-name {
  font-size: 12px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}
span.post-name span {
  color: #f69c39;
}
.post-list {
  padding-bottom: 30px;
}
.navigation.row {
  margin: 0;
  padding: 30px 0;
}
.search_post,
.search_post.clearfix {
  padding: 30px 0;
  border-bottom: solid 1px #e5e5e5;
}
.search_post p,
.search_post.clearfix p {
  font-size: 16px;
}
.search_post .sear_thumb,
.search_post.clearfix .sear_thumb {
  margin-bottom: 15px;
}
.search_post .sear_cont.sear_cont_thum,
.search_post.clearfix .sear_cont.sear_cont_thum {
  margin-bottom: 30px;
}
input[type="color"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
input[type="url"],
textarea {
  width: 100%;
  height: 52px;
  border: solid 1px rgba(21, 30, 103, 0.1803921569);
  border-radius: 5px;
  background: #fff;
  outline: none;
  font-size: 14px;
  color: #151e67;
  padding: 0 20px;
  font-weight: normal;
  font-family: "HK Grotesk-medium";
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
input[type="color"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="url"]:focus,
textarea:focus {
  -webkit-box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.13);
}
textarea {
  height: 170px;
  padding: 20px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus textarea:-webkit-autofill,
input:-webkit-autofill:hover,
select:-webkit-autofill,
select:-webkit-autofill:focus,
select:-webkit-autofill:hover,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: #1b2733;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
::-webkit-input-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
::-moz-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
:-ms-input-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
:-moz-placeholder {
  color: #1b2733;
  opacity: 0.75;
}
label.error {
  color: #f0222a;
  position: absolute;
  top: -17px;
  left: 10px;
  text-transform: none;
  width: auto;
  color: white;
  background-color: #ff0000;
  padding: 2px 5px;
  display: inline-block;
  font-size: 12px;
  min-height: inherit;
}
label.error:after {
  position: absolute;
  content: " ";
  border-top: 10px solid #ff0000;
  border-left: 10px solid rgba(255, 0, 0, 0);
  border-bottom: 10px solid rgba(255, 0, 0, 0);
  border-right: 10px solid rgba(255, 0, 0, 0);
  bottom: -20px;
  left: 10px;
}
input#coupon_code {
  padding: 0 10px;
  width: 150px;
  height: 54px;
  border: none;
}
button.button {
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "HK Grotesk";
  display: inline-block;
  padding: 15px 0;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
button.button:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 20px 30px;
}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background: #ee663c;
  color: #fff;
}
input[type="submit"] {
  width: 100%;
  height: 52px;
  border: none;
  outline: none;
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-family: "HK Grotesk";
  display: inline-block;
  padding: 15px 0;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
input[type="submit"]:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 20px 30px;
}
.woocommerce #respond input#submit.disabled:hover,
.woocommerce #respond input#submit:disabled:hover,
.woocommerce #respond input#submit:disabled[disabled]:hover,
.woocommerce a.button.disabled:hover,
.woocommerce a.button:disabled:hover,
.woocommerce a.button:disabled[disabled]:hover,
.woocommerce button.button.disabled:hover,
.woocommerce button.button:disabled:hover,
.woocommerce button.button:disabled[disabled]:hover,
.woocommerce input.button.disabled:hover,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled[disabled]:hover {
  background: #ee663c;
  color: #fff;
}
.woocommerce .quantity .qty {
  height: auto;
  padding: 10px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 20px 30px;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background: #ee663c;
  color: #fff;
}
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 20px 30px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background: #ee663c;
  color: #fff;
}
.btn,
a,
button {
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.edit,
.view {
  background: transparent -o-linear-gradient(345deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #08aeea 0%, #016fff 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.edit:hover,
.view:hover {
  background: transparent -o-linear-gradient(345deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  background: transparent linear-gradient(105deg, #016fff 0%, #08aeea 100%) 0%
    0% no-repeat padding-box;
  color: #fff;
}
nav.woocommerce-MyAccount-navigation {
  height: auto;
  float: left;
  text-align: left !important;
}
nav.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
}
nav.woocommerce-MyAccount-navigation li {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1;
}
nav.woocommerce-MyAccount-navigation li a {
  display: block;
  padding: 15px;
  color: #000;
  border-bottom: solid 1px #e4e3ea;
  background: #f5f4ff;
}
nav.woocommerce-MyAccount-navigation li.is-active a {
  color: #f69c39;
  background: #fff;
}
.woocommerce-MyAccount-content {
  padding: 30px;
  -webkit-box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  border-radius: 10px;
}
@media only screen and (min-width: 765px) {
  nav.woocommerce-MyAccount-navigation {
    max-width: 220px;
    height: auto;
    float: left;
  }
  .woocommerce-MyAccount-content {
    max-width: calc(100% - 220px);
    height: auto;
    float: right;
  }
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  -webkit-box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  border-radius: 10px;
  border: none;
}
.woocommerce form.checkout_coupon input[type="color"],
.woocommerce form.checkout_coupon input[type="email"],
.woocommerce form.checkout_coupon input[type="number"],
.woocommerce form.checkout_coupon input[type="password"],
.woocommerce form.checkout_coupon input[type="tel"],
.woocommerce form.checkout_coupon input[type="text"],
.woocommerce form.checkout_coupon input[type="url"],
.woocommerce form.login input[type="color"],
.woocommerce form.login input[type="email"],
.woocommerce form.login input[type="number"],
.woocommerce form.login input[type="password"],
.woocommerce form.login input[type="tel"],
.woocommerce form.login input[type="text"],
.woocommerce form.login input[type="url"],
.woocommerce form.register input[type="color"],
.woocommerce form.register input[type="email"],
.woocommerce form.register input[type="number"],
.woocommerce form.register input[type="password"],
.woocommerce form.register input[type="tel"],
.woocommerce form.register input[type="text"],
.woocommerce form.register input[type="url"] {
  height: 30px;
}
.woocommerce form.checkout_coupon button,
.woocommerce form.login button,
.woocommerce form.register button {
  padding: 15px;
  letter-spacing: 2;
}
.woocommerce .woocommerce-customer-details address,
address {
  line-height: 1.5;
}
.woocommerce-MyAccount-content li,
.woocommerce-MyAccount-content p,
.woocommerce-checkout li,
.woocommerce-checkout p {
  font-size: 16px;
}
.woocommerce-MyAccount-content input[type="color"],
.woocommerce-MyAccount-content input[type="email"],
.woocommerce-MyAccount-content input[type="number"],
.woocommerce-MyAccount-content input[type="password"],
.woocommerce-MyAccount-content input[type="tel"],
.woocommerce-MyAccount-content input[type="text"],
.woocommerce-MyAccount-content input[type="url"],
.woocommerce-checkout input[type="color"],
.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="number"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="url"] {
  height: auto;
  padding: 10px;
}
.woocommerce-MyAccount-content
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered,
.woocommerce-checkout
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  background: #f5f4ff;
  border: none;
  outline: none;
}
.woocommerce-MyAccount-content span.select2-selection.select2-selection--single,
.woocommerce-checkout span.select2-selection.select2-selection--single {
  background: #f5f4ff;
  border: none;
  outline: none;
}
.woocommerce-MyAccount-content .woocommerce-button.button.edit,
.woocommerce-checkout .woocommerce-button.button.edit {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 15px 20px;
}
.woocommerce-MyAccount-content .woocommerce-button.button.edit:hover,
.woocommerce-checkout .woocommerce-button.button.edit:hover {
  background: #ee663c;
  color: #fff;
}
.woocommerce-MyAccount-content .woocommerce-button.button.view,
.woocommerce-MyAccount-content a.woocommerce-button.button.cancel,
.woocommerce-MyAccount-content a.woocommerce-button.button.pay,
.woocommerce-checkout .woocommerce-button.button.view,
.woocommerce-checkout a.woocommerce-button.button.cancel,
.woocommerce-checkout a.woocommerce-button.button.pay {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 15px 20px;
}
.woocommerce-MyAccount-content .woocommerce-button.button.view:hover,
.woocommerce-MyAccount-content a.woocommerce-button.button.cancel:hover,
.woocommerce-MyAccount-content a.woocommerce-button.button.pay:hover,
.woocommerce-checkout .woocommerce-button.button.view:hover,
.woocommerce-checkout a.woocommerce-button.button.cancel:hover,
.woocommerce-checkout a.woocommerce-button.button.pay:hover {
  background: #ee663c;
  color: #fff;
}
.woocommerce-MyAccount-content
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  .woocommerce-button.button.view,
.woocommerce-MyAccount-content
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button.cancel,
.woocommerce-MyAccount-content
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button.pay,
.woocommerce-checkout
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  .woocommerce-button.button.view,
.woocommerce-checkout
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button.cancel,
.woocommerce-checkout
  td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions
  a.woocommerce-button.button.pay {
  margin: 1px;
}
.woocommerce span.onsale {
  background: #f69c39;
}
.woocommerce ul.products li.product .price {
  color: #000;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  background: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  box-shadow: 5px 20px 50px rgba(16, 112, 177, 0.2);
  border-radius: 10px;
}
.woocommerce ul.products li.product .button {
  font-size: 14px;
  outline: none;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-radius: 0;
  letter-spacing: 1px;
  background: #fdab2d;
  width: auto;
  height: auto;
  padding: 15px 20px;
}
.woocommerce ul.products li.product .button:hover {
  background: #ee663c;
  color: #fff;
}
p.woocommerce-result-count {
  color: #f69c39;
}
.woocommerce .woocommerce-ordering select {
  background: #f5f4ff;
  border: none;
  outline: none;
  padding: 10px;
}
.single-product span.post-name {
  margin-bottom: 15px;
}
.single-product .woocommerce .quantity .qty {
  width: 60px;
  height: 55px;
}
.woocommerce-message {
  border-top-color: #f69c39;
}
.woocommerce-message:before {
  content: "\e015";
  color: #f69c39;
}
.woocommerce form .form-row.woocommerce-validated .select2-container,
.woocommerce form .form-row.woocommerce-validated input.input-text,
.woocommerce form .form-row.woocommerce-validated select {
  border-color: #6dc22e;
}
.dflt-page {
  padding-bottom: 4em;
}
.blog-wraper {
  width: 95%;
  margin: 0 auto;
  max-width: 770px;
  padding-top: 0;
}
@media (min-width: 768px) {
  .blog-wraper {
    padding-top: 46px;
  }
}
.blog-wraper .gen-page-title {
  font-size: 24px;
  line-height: 38px;
  color: #111852;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-wraper .gen-page-title {
    font-size: 32px;
    line-height: 44px;
  }
}
.blog-wraper .blog_info {
  text-align: center;
}
.blog-wraper .blog_info .blog_date {
  display: inline-block;
  padding: rem(24) 0;
  color: rgba(28, 38, 99, 0.75);
}
.blog-wraper .social-sec {
  text-align: center;
  width: 100%;
  height: auto;
  padding: 30px 0;
}
.blog-wraper .social-sec h6 {
  font-size: 16px;
  color: #0b1033;
  text-align: center;
  font-family: "HK Grotesk";
  position: relative;
}
.blog-wraper .social-sec h6 span {
  position: relative;
  display: inline-block;
  background: #fff;
  z-index: 5;
  padding: 0 30px;
}
.blog-wraper .social-sec h6:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #c6c6c6;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
}
.blog-wraper .social-sec ul {
  padding: 0;
  margin: 0;
  margin-top: 40px;
}
.blog-wraper .social-sec li {
  width: auto;
  height: auto;
  display: inline-block;
  margin: 10px;
  list-style-type: none;
  transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.blog-wraper .social-sec li:hover {
  opacity: 0.7;
}
.related-posts-wrap h3 {
  font-family: "HK Grotesk";
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
  color: rgba(43, 57, 144, 0.55);
}
.blog-sec2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-sec2 .blg-post {
  margin-top: 0.5em;
}
.blog-sec2 .blg-post img {
  width: 100%;
}
.blog-sec2 .blg-post .blg-thumb {
  display: block;
  border-radius: 5px;
  overflow: hidden;
}
.blog-sec2 .blg-post .blg-thumb img {
  display: block;
}
.blog-sec2 .blg-post .blg-post-desc h2 {
  margin: 0;
  padding-top: 0.5em;
}
.blog-sec2 .blg-post .blg-post-desc h2 a {
  line-height: 1.6;
  color: #1c2663;
  display: inline-block;
}
.blog-sec2 .blg-post .blg-post-desc p {
  color: rgba(28, 38, 99, 0.6);
  line-height: 1.6;
  margin-top: rem(14);
}
.blog-sec2 .blg-post .blg-post-desc span {
  font-size: 13px;
  color: rgba(28, 38, 99, 0.75);
}
.star {
  position: relative;
}
.star-rate {
  width: 100%;
  height: auto;
  display: inline-block;
  position: relative;
}
.star-rate div {
  width: auto;
  height: auto;
  float: left;
  color: #8796a8;
}
.star-rate div:before {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
}
.rate1 div:first-child {
  color: #f9c626;
}
.rate2 div:first-child {
  color: #f9c626;
}
.rate2 div:nth-child(2) {
  color: #f9c626;
}
.rate3 div:first-child {
  color: #f9c626;
}
.rate3 div:nth-child(2) {
  color: #f9c626;
}
.rate3 div:nth-child(3) {
  color: #f9c626;
}
.rate4 div:first-child {
  color: #f9c626;
}
.rate4 div:nth-child(2) {
  color: #f9c626;
}
.rate4 div:nth-child(3) {
  color: #f9c626;
}
.rate4 div:nth-child(4) {
  color: #f9c626;
}
.rate5 div:first-child {
  color: #f9c626;
}
.rate5 div:nth-child(2) {
  color: #f9c626;
}
.rate5 div:nth-child(3) {
  color: #f9c626;
}
.rate5 div:nth-child(4) {
  color: #f9c626;
}
.rate5 div:nth-child(5) {
  color: #f9c626;
}
.rate05 div:first-child:after {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
  color: #f9c626;
  width: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.rate15 div:first-child {
  color: #f9c626;
}
.rate15 div:nth-child(2) {
  color: #8796a8;
}
.rate15 div:nth-child(2):after {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
  color: #f9c626;
  width: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.rate25 div:first-child {
  color: #f9c626;
}
.rate25 div:nth-child(2) {
  color: #f9c626;
}
.rate25 div:nth-child(3) {
  color: #8796a8;
}
.rate25 div:nth-child(3):after {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
  color: #f9c626;
  width: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.rate35 div:first-child {
  color: #f9c626;
}
.rate35 div:nth-child(2) {
  color: #f9c626;
}
.rate35 div:nth-child(3) {
  color: #f9c626;
}
.rate35 div:nth-child(4) {
  color: #8796a8;
}
.rate35 div:nth-child(4):after {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
  color: #f9c626;
  width: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.rate45 div:first-child {
  color: #f9c626;
}
.rate45 div:nth-child(2) {
  color: #f9c626;
}
.rate45 div:nth-child(3) {
  color: #f9c626;
}
.rate45 div:nth-child(4) {
  color: #f9c626;
}
.rate45 div:nth-child(5) {
  color: #8796a8;
}
.rate45 div:nth-child(5):after {
  content: "\f005";
  font: normal normal normal 13px/1 fontawesome;
  display: block;
  color: #f9c626;
  width: 6px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.date {
  width: 100%;
  height: auto;
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #151e67;
  font-family: "HK Grotesk";
}
.inner-header-section {
  position: relative;
  z-index: 5;
}
.inner-wrapper,
.main-container {
  position: relative;
  z-index: 20;
}
.home-wrapper,
.inner-wrapper {
  overflow-x: hidden;
}
.breadcrumbs {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
  padding: 30px 0;
  font-family: "HK Grotesk";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #016fff;
}
.breadcrumbs a {
  color: #0b1033;
}
.breadcrumbs a:hover {
  color: #151e67;
}
.rating-sec2 {
  width: 100%;
  height: auto;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: solid 1px #dddddd;
}
.rating-sec2 .ratetext {
  font-size: 14px;
  line-height: 1;
  color: #8796a8;
  display: inline-block;
}
.rating-sec2 fieldset,
.rating-sec2 label {
  margin: 0;
  padding: 0;
}
.rating-sec2 .rating {
  border: none;
  float: left;
}
.rating-sec2 .rating > input {
  display: none;
}
.rating-sec2 .rating > label:before {
  margin: 5px;
  font-size: 13px;
  font-family: fontawesome;
  display: inline-block;
  content: "\f005";
}
.rating-sec2 .rating > .half:before {
  content: "\f089";
  position: absolute;
}
.rating-sec2 .rating > label {
  color: #ddd;
  float: right;
}
.rating-sec2 .rating:not(:checked) > label:hover,
.rating-sec2 .rating:not(:checked) > label:hover ~ label,
.rating-sec2 .rating > input:checked ~ label {
  color: #ffd700;
}
.rating-sec2 .rating > input:checked + label:hover,
.rating-sec2 .rating > input:checked ~ label:hover,
.rating-sec2 .rating > input:checked ~ label:hover ~ label,
.rating-sec2 .rating > label:hover ~ input:checked ~ label {
  color: #ffed85;
}
div#ez-toc-container {
  padding: 30px;
  border-radius: 10px;
  margin: 1em 0;
  width: 100%;
  background-color: #f5faff;
  border: none;
}
div#ez-toc-container p {
  margin-bottom: 1em;
}
div#ez-toc-container li {
  margin-bottom: 1em;
}
div#ez-toc-container .ez-toc-title-container {
  margin-bottom: 1em;
}
.wp-block-table {
  overflow: auto;
  margin: 50px 0;
  border: 1px solid #efefef;
}
.wp-block-table table {
  margin: 0;
}
.wp-block-table th {
  padding: 15px;
  border: none;
  color: #151e67;
  background: #ddddf1;
  font-family: "HK Grotesk";
  font-weight: normal;
  text-align: left;
  font-size: 15px;
}
.wp-block-table td {
  padding: 30px 15px;
  border: none;
  font-size: 16px;
  color: #151e67;
  font-family: "HK Grotesk";
  font-weight: normal;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}
.wp-block-table tr {
  transition: all 0.3s ease-out 0s;
  background: #fbfbfb;
  -moz-transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
}
.wp-block-table tr:nth-child(2n) {
  background: #f6f6f9;
}
.product-page .sec1 .plugin-sec span.edd-cart-added-alert {
  display: none !important;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  outline: none;
  border: none;
}
.price_tooltip {
  position: relative;
  display: inline-block;
  background: url(images/info.html);
  background-size: 100% 100%;
  color: white;
  height: 18px;
  width: 18px;
  text-align: center;
  padding: 2px;
  font-size: 12px;
  line-height: 1;
  border-radius: 50%;
  bottom: -4px;
  margin-left: 8px;
}
.price_tooltip .tooltip_text {
  visibility: hidden;
  width: 290px;
  background-color: #49ade4;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.4;
  padding: 8px !important;
  position: absolute;
  z-index: 2;
  bottom: 23px;
  right: -2px;
}
.price_tooltip .tooltip_text:before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #49ade4;
}
.price_tooltip:hover .tooltip_text {
  visibility: visible;
}
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
}
.col-xs-12 {
  float: left;
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media only screen and (min-width: 600px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
  .col-sm-12 {
    float: left;
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 765px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
  }
  .col-md-12 {
    float: left;
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media only screen and (min-width: 1020px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
  }
  .col-lg-12 {
    float: left;
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container-fluid:after,
.container-fluid:before {
  content: " ";
  display: table;
}
.row:after,
.row:before {
  content: " ";
  display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.navicon {
  display: none;
}
.header_block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 35px;
  background: transparent;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 999;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 768px) {
  .header_block {
    padding: 15px 65px;
    top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header_block {
    padding: 0px 65px;
  }
}
.header_block.sticky {
  position: fixed;
  left: 0;
  top: 0;
  padding: 10px 35px;
  background: #ffffff;
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .header_block.sticky {
    padding: 10px 35px;
  }
}
@media screen and (min-width: 1200px) {
  .header_block.sticky {
    padding: 0px 35px;
  }
}
.header_block.sticky .right-sec .main-navigation > ul {
  padding: 100px 0 0;
}
@media screen and (min-width: 1200px) {
  .header_block.sticky .right-sec .main-navigation > ul {
    padding: 0;
  }
}
.header_block .site-logo {
  width: auto;
  display: block;
}
.header_block .site-logo a {
  display: block;
}
.header_block .site-logo h2,
.header_block .site-logo h3 {
  margin: 0;
}
.header_block .site-logo img {
  width: auto;
  height: 45px;
}
@media screen and (min-width: 768px) {
  .header_block .site-logo img {
    height: auto;
  }
}
.header_block .right-sec {
  width: auto;
  display: block;
}
.header_block .right-sec .main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_block .right-sec .main-navigation > ul {
  width: 300px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 170px 0 0;
  position: fixed;
  right: -110%;
  top: 0;
  overflow-y: auto;
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
  z-index: 999;
  -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.23);
}
.header_block .right-sec .main-navigation > ul.open-menu {
  right: 0;
  background: #ffffff;
}
@media (min-width: 1199px) {
  .header_block .right-sec .main-navigation > ul {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
    right: inherit;
    top: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    overflow-y: visible;
  }
}
.header_block .right-sec .main-navigation > ul > li {
  width: 100%;
  display: block;
  margin: 0;
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .main-navigation > ul > li {
    width: auto;
    margin: 0 0 0 40px;
  }
}
.header_block .right-sec .main-navigation > ul > li a {
  width: 100%;
  font-size: 17px;
  line-height: 30px;
  color: #141516;
  opacity: 0.75;
  font-weight: 500;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
  position: relative;
  padding: 10px 30px !important;
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .main-navigation > ul > li a {
    width: auto;
    line-height: 90px;
    padding: 0 !important;
  }
}
.header_block .right-sec .main-navigation > ul > li a:hover {
  color: #17b1f3;
  font-weight: 600;
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .main-navigation > ul > li.menu-item-has-children {
    padding-right: 14px;
  }
}
.header_block .right-sec .main-navigation > ul > li > .sub-menu li {
  padding: 0 !important;
}
.header_block .right-sec .main-navigation > ul > li > .sub-menu li a {
  font-size: 14px;
  line-height: 30px;
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .main-navigation > ul > li > .sub-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 265px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    left: -35px;
    top: 100%;
  }
  .header_block .right-sec .main-navigation > ul > li > .sub-menu:before {
    content: "";
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 2px;
    background: #ffffff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    top: -7px;
    left: 60px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_block .right-sec .main-navigation > ul > li > .sub-menu li {
    width: 100%;
    display: block;
    position: relative;
  }
  .header_block .right-sec .main-navigation > ul > li > .sub-menu li a {
    width: 100%;
    display: block;
    padding: 10px 40px 10px 23px !important;
    position: relative;
  }
  .header_block
    .right-sec
    .main-navigation
    > ul
    > li
    > .sub-menu
    li.menu-item-has-children
    a:after {
    right: 20px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .header_block
    .right-sec
    .main-navigation
    > ul
    > li
    > .sub-menu
    li:first-child
    a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .header_block
    .right-sec
    .main-navigation
    > ul
    > li
    > .sub-menu
    li:last-child {
    border: none !important;
  }
  .header_block
    .right-sec
    .main-navigation
    > ul
    > li
    > .sub-menu
    li:last-child
    a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .header_block
    .right-sec
    .main-navigation
    > ul
    > li
    > .sub-menu
    li
    > .sub-menu {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 7px 24px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    top: 0;
    left: 100%;
  }
}
.header_block .right-sec .main-navigation .quick_nav {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 8px;
  padding: 10px 27px;
  margin: 0 0 0 40px;
  z-index: 999;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media screen and (max-width: 500px) {
  .header_block .right-sec .main-navigation .quick_nav {
    right: -100%;
    position: absolute;
    -webkit-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
  }
  .header_block .right-sec .main-navigation ul.open-menu + .quick_nav {
    right: 100px;
  }
}
.header_block .right-sec .main-navigation .navicon {
  width: 26px;
  height: 26px;
  background: url("../images/navicon.svg") no-repeat center center;
  background-size: 24px auto;
  position: relative;
  right: 0;
  border-radius: 0;
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 0 30px;
}
.header_block .right-sec .main-navigation .navicon.open {
  background-image: url("../images/navclose.svg");
  background-size: 20px auto;
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .main-navigation .navicon {
    display: none;
  }
}
.header_block .right-sec .main-navigation ul li ul {
  display: none;
}
.header_block .right-sec .main-navigation ul li:hover > ul {
  display: block;
}
.header_block .right-sec .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-bottom: solid 2px #4f5050;
  border-right: solid 2px #4f5050;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 20px;
  top: calc(50% - 4px);
}
@media screen and (min-width: 1200px) {
  .header_block .right-sec .menu-item-has-children > a:after {
    right: -14px;
  }
}
.navicon {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .navicon {
    display: block;
    position: absolute;
    right: 10px;
    z-index: 999;
    top: 0;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 20px;
    line-height: 1.5 !important;
    text-align: center;
    color: #000 !important;
    border: none;
  }
  .main-navigation > ul {
    position: fixed;
    width: 300px;
    top: 0;
    right: -300px;
    background: #fff;
    padding-top: 45px;
    -webkit-box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 16px -4px rgba(0, 0, 0, 0.23);
    z-index: 999;
    height: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  .main-navigation > ul > li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 0;
    display: block;
  }
  .main-navigation > ul > li > a {
    display: inline-block;
    padding: 15px !important;
  }
  .main-navigation .icon {
    position: absolute;
    right: 19px;
    top: 7px;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block !important;
    cursor: pointer;
  }
  .main-navigation .menu-content {
    display: none;
  }
  .open-menu .main-navigation > ul {
    right: 0;
  }
  .sub-menu {
    position: static;
    display: none;
  }
  .sub-menu li {
    display: block;
    position: relative;
    text-align: left;
  }
  .sub-menu li a {
    color: #000;
    padding-bottom: 10px;
  }
  .sub-menu li a:hover {
    color: #2d5173;
  }
  .sub-menu .icon {
    top: 0;
  }
  .main-navigation .sub-menu li {
    width: 100%;
    padding: 10px 15px;
    border-bottom: solid 1px #fff;
    background: #f1fafe;
    margin-bottom: 0;
    display: inline-block;
  }
  .main-navigation .sub-menu li a {
    padding: 15px 10px !important;
    display: block;
  }
  .main-navigation .sub-menu li .col-sm-2 {
    width: 20%;
    float: left;
  }
  .main-navigation .sub-menu li .col-sm-10 {
    width: 80%;
    float: right;
  }
  header .col-lg-1 {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
  header .col-lg-3 {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .main-navigation {
    position: relative;
    width: 100%;
    height: auto;
  }
  .main-navigation > ul > li {
    position: relative;
  }
  .main-navigation li a {
    display: block;
    opacity: 1;
  }
  .main-navigation .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    width: 335px;
    min-width: 115px;
    padding: 0;
    border-radius: 0 0 5px 5px;
    top: 35px;
    z-index: 10;
    background: #ffffff 0% 0% no-repeat padding-box;
    -webkit-box-shadow: 0px 40px 70px rgba(21, 30, 103, 0.0784313725);
    box-shadow: 0px 40px 70px rgba(21, 30, 103, 0.0784313725);
    border-radius: 6px;
  }
  .main-navigation .sub-menu li {
    display: block;
    width: 100% !important;
    padding: 0px !important;
    height: auto;
    margin: 0 !important;
    float: left;
    border-bottom: solid 1px #f0fafe !important;
  }
  .main-navigation .sub-menu li a {
    padding: 15px 20px !important;
    text-align: left;
    width: 100%;
    display: block;
    background: #fff !important;
  }
  .main-navigation .sub-menu li a:hover {
    background: #f0fafe !important;
  }
  .main-navigation .sub-menu .sub-menu {
    left: 100%;
    margin: 0;
    top: 0;
  }
  .main-navigation .icon {
    display: none;
  }
  .navicon {
    display: none !important;
  }
}
.popup_block {
  width: 100vw;
  height: 100vh;
  display: block;
  padding: 15px;
  background: #f7f6f2;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .popup_block {
    padding: 30px;
  }
}
.popup_block.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  opacity: 1;
}
.popup_block .popup_area {
  width: 100%;
  height: 100%;
  padding: 20px;
  position: relative;
  background: #ffffff url("../images/shape5.svg") no-repeat 100% 0%;
  background-size: auto 70%;
  border-radius: 20px;
}
@media screen and (min-width: 992px) {
  .popup_block .popup_area {
    padding: 30px;
  }
}
.popup_block .popup_area .popup_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.popup_block .popup_area .popup_header img {
  max-height: 40px;
}
.popup_block .popup_area .popup_header .border_button {
  display: none;
}
.popup_block .popup_area .popup_header .icon_button {
  background: none;
  border: none;
  padding: 0;
  color: #141516;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .popup_block .popup_area .popup_header img {
    max-height: 50px;
  }
  .popup_block .popup_area .popup_header .border_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .popup_block .popup_area .popup_header .icon_button {
    display: none;
  }
}
.popup_block .popup_area .popup_content {
  width: 100%;
  display: block;
  height: calc(100% - 110px);
  margin: 40px 0 0;
  overflow-y: auto;
}
.popup_block .popup_area .popup_content h2 {
  font-size: 30px;
  line-height: 40px;
  color: #141516;
  margin: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .popup_block .popup_area .popup_content h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .popup_block .popup_area .popup_content h2 {
    font-size: 50px;
    line-height: 60px;
  }
}
.popup_block .popup_area .popup_content p {
  font-weight: 500;
  font-size: 15px;
  line-height: 23px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .popup_block .popup_area .popup_content p {
    font-size: 18px;
  }
}
.popup_block .popup_area .popup_content .primary_button {
  margin: 0 0 30px auto;
}
.popup_block .popup_area .enquiry_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 40px;
}
.popup_block .popup_area .enquiry_box img {
  width: 35px;
  height: auto;
  display: block;
}
@media screen and (min-width: 992px) {
  .popup_block .popup_area .enquiry_box img {
    width: 55px;
  }
}
.popup_block .popup_area .enquiry_box .enquiry_address {
  width: calc(100% - 60px);
}
.popup_block .popup_area .enquiry_box .enquiry_address h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #141516;
  margin: 0 0 5px;
}
.popup_block .popup_area .enquiry_box .enquiry_address h4 {
  font-weight: bold;
  font-size: 15px;
  line-height: 25px;
  color: #141516;
  margin: 15px 0 5px;
}
.popup_block .popup_area .enquiry_box .enquiry_address p {
  font-size: 14px;
  line-height: 30px;
  color: #141516;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .popup_block .popup_area .enquiry_box .enquiry_address {
    width: calc(100% - 90px);
  }
  .popup_block .popup_area .enquiry_box .enquiry_address h3 {
    font-size: 18px;
  }
  .popup_block .popup_area .enquiry_box .enquiry_address h4 {
    font-size: 16px;
  }
  .popup_block .popup_area .enquiry_box .enquiry_address p {
    font-size: 16px;
    line-height: 30px;
  }
}
.popup_block .popup_area .enquiry_dot {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0 0;
}
.popup_block .popup_area .enquiry_dot .owl-dot {
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0 4px;
  border-radius: 10px;
  background: #bdd3dd;
}
.popup_block .popup_area .enquiry_dot .owl-dot.active {
  background: #17b2f3;
}
.footer_block {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 0 0;
  margin-bottom: 70px;
}
.footer_block .footer_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#17b2f3),
    to(#177df3)
  );
  background: -o-linear-gradient(top, #17b2f3 0%, #177df3 100%);
  background: linear-gradient(180deg, #17b2f3 0%, #177df3 100%);
  border-radius: 20px;
}
.footer_block .footer_area:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  right: 0;
  bottom: 0;
  background: url("../images/network_bg.svg") no-repeat 100% 100%;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .footer_block .footer_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 45px;
  }
}
@media screen and (min-width: 992px) {
  .footer_block .footer_area {
    padding: 55px 65px;
  }
}
.footer_block .footer_area .footer_box_left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .footer_block .footer_area .footer_box_left {
    width: 55%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer_block .footer_area .footer_box_left img {
  width: auto;
  height: 35px;
  display: block;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .footer_block .footer_area .footer_box_left img {
    height: 45px;
  }
}
.footer_block .footer_area .footer_box_left h3 {
  font-size: 24px;
  line-height: 35px;
  color: #ffffff;
  margin: 0 0 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer_block .footer_area .footer_box_left h3 {
    font-size: 30px;
    line-height: 40px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer_block .footer_area .footer_box_left h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.footer_block .footer_area .footer_box_right {
  width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_block .footer_area .footer_box_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 45%;
  }
}
.footer_block .footer_area .footer_box_right img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}
@media (min-width: 768px) {
  .footer_block .footer_area .footer_box_right img {
    max-height: calc(100% + 80px);
    position: absolute;
    bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer_block .footer_area .footer_box_right img {
    height: auto;
  }
}
.footer_block .main_footer_area {
  width: 100%;
  background: #ffffff;
  border-radius: 20px;
  padding: 200px 0 50px;
  margin-top: -160px;
}
@media screen and (min-width: 1200px) {
  .footer_block .main_footer_area {
    padding: 240px 0 100px;
  }
}
.footer_block .main_footer_area .gridrow.border {
  border-bottom: 1px solid rgba(20, 21, 22, 0.11);
}
.footer_block .main_footer_area .main_footer_box {
  width: 100%;
  margin: 0 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .footer_block .main_footer_area .main_footer_box {
    max-width: 270px;
    margin: 0 auto 65px 0;
  }
}
.footer_block .main_footer_area .main_footer_box > img {
  width: auto;
  display: block;
  height: 45px;
  margin: 0 0 25px;
}
.footer_block .main_footer_area .main_footer_box p {
  font-family: "HK Grotesk-medium";
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 25px;
}
.footer_block .main_footer_area .main_footer_box form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 15px;
  background: #f7f9fa;
  border-radius: 6px;
}
.footer_block .main_footer_area .main_footer_box form input[type="text"] {
  width: calc(100% - 55px);
  border: none;
  padding: 15px 20px;
  background: #f7f9fa;
  border-radius: 6px 0 0 6px;
}
.footer_block .main_footer_area .main_footer_box form button {
  width: 55px;
  height: 50px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 10px;
  padding: 10px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_block .main_footer_area .main_footer_box .footer_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.footer_block .main_footer_area .main_footer_box .footer_contact h4 {
  width: auto;
  margin: 0;
  font-size: 14px;
  line-height: 17px;
  color: #ffffff;
  padding: 5px 15px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 10px 10px 0 0;
}
.footer_block .main_footer_area .main_footer_box .footer_contact ul {
  width: 100%;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px 10px 10px 10px;
  padding: 0;
  margin: 0;
}
.footer_block .main_footer_area .main_footer_box .footer_contact ul li {
  width: 100%;
  display: block;
  padding: 15px 20px;
  margin: 0;
}
.footer_block .main_footer_area .main_footer_box .footer_contact ul li a {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  color: #141516;
  text-align: left;
}
.footer_block .main_footer_area .main_footer_box .footer_contact ul li a span {
  width: 100%;
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #141516;
  opacity: 0.75;
  margin-top: 0 0 8px;
}
.footer_block .main_footer_area .main_footer_box .footer_contact ul li + li {
  border-top: 1px solid rgba(20, 21, 22, 0.05);
}
.footer_block .main_footer_area .main_footer_box2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .footer_block .main_footer_area .main_footer_box2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .footer_block .main_footer_area .main_footer_box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .footer_block .main_footer_area .main_footer_box2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.footer_block .main_footer_area .main_footer_box2 div {
  width: 100%;
}
@media (min-width: 992px) {
  .footer_block .main_footer_area .main_footer_box2 .mfb_small {
    width: 40%;
  }
  .footer_block .main_footer_area .main_footer_box2 .mfb_big {
    width: 60%;
  }
}
.footer_block .main_footer_area .main_footer_box2 h4 {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  color: #141516;
  margin: 0 0 20px;
}
.footer_block .main_footer_area .main_footer_box2 ul {
  margin: 0 0 30px;
  padding: 0 20px 0 0;
}
.footer_block .main_footer_area .main_footer_box2 ul li {
  margin: 0 0 10px;
  display: block;
  line-height: 1.6;
}
.footer_block .main_footer_area .main_footer_box2 ul li a {
  font-family: "HK Grotesk-medium";
  font-size: 14px;
  line-height: 1.6;
  color: rgba(20, 21, 22, 0.75);
  text-align: left;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  display: inline-block;
}
.footer_block .main_footer_area .main_footer_box2 ul li a:hover {
  color: #17b2f3;
}
@media screen and (min-width: 768px) {
  .footer_block .main_footer_area .sub_footer_area .grid4 {
    width: 100%;
  }
}
@media screen and (min-width: 900px) {
  .footer_block .main_footer_area .sub_footer_area .grid4 {
    width: auto;
  }
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .footer_block .main_footer_area .sub_footer_area .sub_footer_box {
    padding: 30px 0 0;
  }
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box li {
  margin: 0;
  display: block;
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box li + li {
  padding: 0 0 0 30px;
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box li a {
  width: 100%;
  display: block;
  font-family: "HK Grotesk-medium";
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #141516;
  opacity: 0.45;
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box li a img {
  margin: 0;
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.footer_block .main_footer_area .sub_footer_area .sub_footer_box p {
  margin: 0;
  width: auto;
  font-family: "HK Grotesk-medium";
  font-size: 14px;
  line-height: 17px;
  color: #141516;
  opacity: 0.45;
}
.gridrow .grid4 .right li {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.gridrow .grid4 .right li:hover {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
}
.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
  text-align: center;
}
a img.alignright {
  float: right;
  margin: 0.4em 0 1.5em 1.5em;
}
a img.alignnone {
  margin: 0.4em 1.5em 1.5em 0;
}
a img.alignleft {
  float: left;
  margin: 0.4em 1.5em 1.5em 0;
}
a img.aligncenter {
  display: block;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.wp-caption-text {
  text-align: center;
}
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 1%;
  padding: 1%;
  background: #0447ee;
  border: 1px solid #022271;
}
.gallery-columns-2 .gallery-item {
  max-width: 48%;
}
.gallery-columns-3 .gallery-item {
  max-width: 31.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 23%;
}
.gallery-columns-5 .gallery-item {
  max-width: 18%;
}
.gallery-columns-6 .gallery-item {
  max-width: 14.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 12.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 10.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 9.11%;
}
.gallery-caption {
  display: block;
  font-style: italic;
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-top: 5px;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
.screen-reader-text {
  position: absolute !important;
  left: -999em;
}
.wp-block-separator {
  margin: 30px 0;
}
* {
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none !important;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  background: #17b2f3;
  border-radius: 10px;
}
html {
  margin-top: 0 !important;
}
.main-container {
  padding: 0 0 3em 0;
}
.primary_button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 8px;
  border: solid 2px transparent;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.primary_button:focus,
.primary_button:hover {
  color: #17b2f3;
  background: transparent;
  border-color: #17b2f3;
}
.secondary_button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(23, 178, 243, 0.16);
  border-radius: 8px;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #046cff;
  border: solid 2px transparent;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.secondary_button:focus,
.secondary_button:hover {
  color: #046cff;
  background: transparent;
  border-color: #046cff;
}
.border_button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  border-radius: 8px;
  border: solid 2px #17b2f3;
  padding: 13px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #17b2f3;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.border_button:focus,
.border_button:hover {
  color: #ffffff;
  background: #17b2f3;
}
.white_button {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #046cff;
  border: none;
  -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.1));
}
.white_button:focus,
.white_button:hover {
  color: #046cff;
  background: #ffffff;
}
.read_more {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 23px;
  color: #17b2f3;
  margin: 15px 0 0;
}
.read_more:after {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #17b2f3;
  margin: 4px 0 0 20px;
}
.read_more:before {
  content: "";
  position: absolute;
  right: 1px;
  margin: 4px 0 0;
  width: 8px;
  height: 8px;
  border-right: solid 2px #17b2f3;
  border-bottom: solid 2px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 600px) {
  .read_more {
    margin: 0 30px 0 0;
    font-size: 16px;
  }
}
.section {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 10px;
}
@media screen and (min-width: 992px) {
  .section {
    padding: 80px 10px;
  }
}
.section.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.section.pt0 {
  padding-top: 0 !important;
}
.section.pb0 {
  padding-bottom: 0 !important;
}
.section h2 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 40px;
  color: #141516;
}
.section h2.center {
  text-align: center;
}
.section h2.left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section h2 {
    font-size: 42px;
    line-height: 52px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
.section h3 {
  width: 100%;
  margin: 0 0 20px;
  font-family: "HK Grotesk-bold";
  font-size: 28px;
  line-height: 35px;
  color: #141516;
}
.section h3.center {
  text-align: center;
}
.section h3.left {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .section h3 {
    font-size: 35px;
    line-height: 45px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .section h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.section h1 span,
.section h2 span,
.section h3 span,
.section h4 span,
.section h5 span,
.section h6 span,
.section p span,
.slider_block h1 span,
.slider_block h2 span,
.slider_block h3 span,
.slider_block h4 span,
.slider_block h5 span,
.slider_block h6 span,
.slider_block p span {
  color: #17b2f3;
}
.wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow-x: hidden;
}
.main_bg {
  width: 100%;
  display: block;
  padding: 15px;
  position: relative;
  background-color: #f7f6f2;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .main_bg {
    padding: 30px;
  }
}
.main_bg.home_bg {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f7f6f2),
    color-stop(31.53%, #ffffff),
    color-stop(70.89%, #f7f6f2),
    to(#f7f6f2)
  );
  background: -o-linear-gradient(
    top,
    #f7f6f2 0%,
    #ffffff 31.53%,
    #f7f6f2 70.89%,
    #f7f6f2 100%
  );
  background: linear-gradient(
    180deg,
    #f7f6f2 0%,
    #ffffff 31.53%,
    #f7f6f2 70.89%,
    #f7f6f2 100%
  );
}
.main_bg.about_bg {
  background-image: url("../images/about_bg.svg");
}
.main_bg.courses_bg {
  background: #f7f6f2;
}
.main_bg.location_bg {
  background-image: url("../images/location_bg.svg");
}
.main_bg.gallery_bg {
  background: #ffffff;
  padding-top: 115px !important;
}
.contact_bg > .slider_block {
  padding: 120px 10px 0px;
}
@media (min-width: 768px) {
  .contact_bg > .slider_block {
    padding: 180px 10px 0px;
  }
}
.slider_block {
  width: 100%;
  display: block;
  border-radius: 20px;
  background: #ffffff;
  padding: 80px 10px 100px;
}
@media (min-width: 768px) {
  .slider_block {
    padding: 120px 10px 100px;
  }
}
.slider_block .slider_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  .slider_block .slider_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.slider_block .slider_content {
  width: 100%;
  display: block;
}
.slider_block .slider_content h2 {
  font-size: 38px;
  line-height: 48px;
  margin: 0 auto 20px;
  color: #141516;
  max-width: 250px;
  text-align: center;
}
.slider_block .slider_content h2.about_h2 {
  max-width: inherit !important;
}
.slider_block .slider_content h2.courses_h2 {
  max-width: inherit !important;
}
.slider_block .slider_content h2.location_h2 {
  font-size: 28px;
  line-height: 40px;
  max-width: inherit !important;
}
.slider_block .slider_content h2 span {
  color: #17b2f3;
}
@media screen and (min-width: 420px) {
  .slider_block .slider_content h2 {
    font-size: 42px;
    line-height: 52px;
    max-width: 350px;
  }
  .slider_block .slider_content h2.location_h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 540px) {
  .slider_block .slider_content h2 {
    font-size: 52px;
    line-height: 62px;
    max-width: 420px;
  }
  .slider_block .slider_content h2.location_h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content h2 {
    font-size: 42px;
    line-height: 52px;
    max-width: 500px;
    text-align: left;
    margin: 0 0 30px;
  }
  .slider_block .slider_content h2.location_h2 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 992px) {
  .slider_block .slider_content h2 {
    font-size: 52px;
    line-height: 62px;
    max-width: 435px;
  }
  .slider_block .slider_content h2.location_h2 {
    font-size: 48px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .slider_block .slider_content h2 {
    font-size: 64px;
    line-height: 74px;
    max-width: 500px;
  }
  .slider_block .slider_content h2.location_h2 {
    font-size: 52px;
    line-height: 70px;
  }
}
.slider_block .slider_content h3 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 auto 20px;
  color: #141516;
  text-align: center;
}
.slider_block .slider_content h3.about_h3 {
  max-width: inherit !important;
}
.slider_block .slider_content h3.courses_h3 {
  max-width: inherit !important;
}
@media screen and (min-width: 420px) {
  .slider_block .slider_content h3 {
    font-size: 38px;
    line-height: 48px;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 540px) {
  .slider_block .slider_content h3 {
    font-size: 42px;
    line-height: 58px;
  }
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content h3 {
    font-size: 34px;
    line-height: 48px;
    text-align: left;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .slider_block .slider_content h3 {
    font-size: 45px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .slider_block .slider_content h3 {
    font-size: 55px;
    line-height: 70px;
  }
}
.slider_block .slider_content h4 {
  font-size: 20px;
  line-height: 30px;
  margin: 0 0 10px;
  color: #141516;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content h4 {
    font-size: 26px;
    line-height: 36px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .slider_block .slider_content h4 {
    font-size: 30px;
    line-height: 42px;
    text-align: left;
  }
}
.slider_block .slider_content p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #141516;
  text-align: center;
  font-family: "HK Grotesk-medium";
}
.slider_block .slider_content p.abt_para {
  font-family: "HK Grotesk-semibold";
}
.slider_block .slider_content p.sub {
  color: rgba(20, 21, 22, 0.45);
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content p {
    font-size: 20px;
    line-height: 32px;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .slider_block .slider_content p {
    font-size: 32px;
    line-height: 46px;
  }
}
.slider_block .slider_content .slider_contact {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 0 15px;
  padding: 0 0 0 35px;
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content .slider_contact {
    margin: 0 0 25px;
  }
}
.slider_block .slider_content .slider_contact img {
  width: 18px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 8px;
}
.slider_block .slider_content .slider_contact span {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 30px;
  color: rgba(20, 21, 22, 0.45);
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content .slider_contact span {
    font-size: 17px;
  }
}
.slider_block .slider_content .slider_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 540px) {
  .slider_block .slider_content .slider_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .slider_block .slider_content .slider_btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.slider_block .slider_content .slider_btn a {
  width: 190px;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 20px;
}
.slider_block .slider_content .slider_btn a.fill {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 8px;
  border: solid 2px #17b2f3;
  color: #ffffff;
  margin: 0 0 15px;
}
@media screen and (min-width: 540px) {
  .slider_block .slider_content .slider_btn a.fill {
    margin: 0 30px 0 0;
  }
}
.slider_block .slider_content .slider_btn a.border {
  background: transparent;
  border-radius: 8px;
  border: solid 2px #17b2f3;
  color: #17b2f3;
}
@media screen and (min-width: 540px) {
  .slider_block .slider_content .slider_btn a {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .slider_block .slider_content .slider_btn a {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 30px;
  }
}
.slider_block .slider_img {
  width: 100%;
  display: block;
  position: relative;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .slider_block .slider_img {
    padding: 0;
  }
}
.slider_block .slider_img .main {
  width: 90%;
  display: block;
  margin: 0 auto 0 0;
  position: relative;
  z-index: 1;
}
.slider_block .slider_img .slider_bg,
.slider_block .slider_img .slider_icon1,
.slider_block .slider_img .slider_icon2,
.slider_block .slider_img .slider_icon3,
.slider_block .slider_img .slider_icon4,
.slider_block .slider_img .slider_icon5,
.slider_block .slider_img .slider_icon6 {
  position: absolute;
}
.slider_block .slider_img .slider_bg {
  width: 30%;
  height: auto;
  right: 0;
  bottom: 30px;
  z-index: 0;
}
@media screen and (min-width: 1300px) {
  .slider_block .slider_img .slider_bg {
    width: auto;
    right: -6%;
  }
}
.slider_block .slider_img .slider_icon1 {
  width: 10%;
  right: 0px;
  top: 30%;
}
@media screen and (min-width: 1300px) {
  .slider_block .slider_img .slider_icon1 {
    width: auto;
  }
}
.slider_block .slider_img .slider_icon2 {
  width: 11%;
  left: 50px;
  top: 10%;
}
@media screen and (min-width: 1300px) {
  .slider_block .slider_img .slider_icon2 {
    width: auto;
    left: 70px;
  }
}
.slider_block .slider_img .slider_icon3 {
  width: 11%;
  left: -10px;
  bottom: 25%;
}
@media screen and (min-width: 768px) {
  .slider_block .slider_img .slider_icon3 {
    left: -40px;
  }
}
@media screen and (min-width: 1300px) {
  .slider_block .slider_img .slider_icon3 {
    width: auto;
    left: -80px;
  }
}
.slider_block .slider_img .slider_icon4 {
  right: 30px;
  top: 20%;
}
.slider_block .slider_img .slider_icon5 {
  left: -20px;
  top: 40%;
}
.slider_block .slider_img .slider_icon6 {
  left: -90%;
  bottom: 0%;
}
.slider_block .slider_pointer {
  width: 23px;
  height: 55px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("../images/mouse.svg") no-repeat 50% 10%;
  background-size: 90% auto;
  -webkit-animation: pulse 1.5s infinite;
  animation: pulse 1.5s infinite;
}
@media screen and (max-width: 767px) {
  .slider_block .slider_pointer {
    display: none;
  }
}
.home_section1 .certificate_area {
  width: 100%;
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px;
  margin: -70px 0 0;
}
.home_section1 .certificate_area .certificate_slider {
  width: 100%;
  display: block;
}
.home_section1 .certificate_area .certificate_slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.home_section1 .certificate_area .certificate_slider .item {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.home_section1 .certificate_area .certificate_slider img {
  width: auto;
  height: auto;
  display: block;
  margin: 0px auto;
}
.home_section1 .home_section_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  .home_section1 .home_section_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 75px 0 0;
  }
}
.home_section1 .home_section_area .home_section_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 400px) {
  .home_section1 .home_section_area .home_section_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.home_section1 .home_section_area .home_section_box h3 {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 35px;
  color: #141516;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home_section1 .home_section_area .home_section_box h3 {
    font-size: 32px;
    line-height: 46px;
    text-align: left;
  }
}
.home_section1 .home_section_area .home_section_box .home_section_count {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 30px;
}
.home_section1 .home_section_area .home_section_box .home_section_count h4 {
  width: 100%;
  font-size: 60px;
  line-height: 78px;
  color: #000000;
  margin: 0;
  text-align: center;
}
.home_section1
  .home_section_area
  .home_section_box
  .home_section_count
  .home_section_icon {
  width: 100%;
  min-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px;
}
.home_section1
  .home_section_area
  .home_section_box
  .home_section_count
  .home_section_icon
  img {
  width: 14px;
  height: auto;
  display: block;
  margin: 0 4px;
}
.home_section1 .home_section_area .home_section_box .home_section_count p {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  opacity: 0.45;
  margin: 0;
  text-align: center;
}
.home_section2 {
  z-index: 11;
}
.home_section2 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_section2 .home_section2_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.home_section2 .home_section2_area .home_section2_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 0 25px;
}
@media screen and (min-width: 600px) {
  .home_section2 .home_section2_area .home_section2_box {
    width: 48%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}
@media screen and (min-width: 1024px) {
  .home_section2 .home_section2_area .home_section2_box {
    width: 31%;
  }
}
.home_section2 .home_section2_area .home_section2_box img {
  width: 75px;
  height: auto;
  display: block;
  margin: 0 0 25px;
}
.home_section2 .home_section2_area .home_section2_box h3 {
  width: 100%;
  margin: 0 0 15px;
  font-size: 20px;
  line-height: 30px;
  color: #141516;
}
@media screen and (min-width: 768px) {
  .home_section2 .home_section2_area .home_section2_box h3 {
    font-size: 22px;
  }
}
.home_section2 .home_section2_area .home_section2_box p {
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .home_section2 .home_section2_area .home_section2_box p {
    font-size: 17px;
    line-height: 30px;
  }
}
.home_section3 {
  z-index: 10;
}
.home_section3:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background-image: url("../images/Frame.svg");
  background-size: cover;
  border-radius: 20px;
}
.home_section3 .shape1 {
  max-width: 100%;
  max-height: 115%;
  height: auto;
  display: block;
  position: absolute;
  right: -40px;
  z-index: -1;
  top: -40%;
}
.home_section3 .shape2 {
  max-width: 100%;
  max-height: 50%;
  height: auto;
  display: block;
  position: absolute;
  left: -40px;
  z-index: -1;
  bottom: -20%;
}
.home_section3 .home_section3_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px;
  padding: 0 15px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 600px) {
  .home_section3 .home_section3_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0 0 40px;
  }
}
.home_section3 .home_section3_header h2 {
  width: auto;
  margin: 0 !important;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .home_section3 .home_section3_header h2 {
    text-align: left;
  }
}
.home_section3 .home_section3_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  position: relative;
  z-index: 2;
}
.home_section3 .home_section3_area .filter_drop {
  width: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 15px 20px;
  padding: 15px 30px 15px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  text-align: left;
  color: rgba(20, 21, 22, 0.75);
  background: #ffffff;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
}
@media (min-width: 768px) {
  .home_section3 .home_section3_area .filter_drop {
    display: none;
  }
}
.home_section3 .home_section3_area .filter_drop:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 21px;
  width: 7px;
  height: 7px;
  border-right: solid 2px #17b2f3;
  border-bottom: solid 2px #17b2f3;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section3 .home_section3_area .filter_drop:hover:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.home_section3 .home_section3_area .home_section3_nav {
  width: calc(100% - 30px);
  display: none;
  background: #ffffff;
  position: absolute;
  left: 15px;
  top: 54px;
  z-index: 10;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .home_section3 .home_section3_area .home_section3_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: transparent;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 30px !important;
    position: relative;
    left: 0;
    top: 0;
    padding: 0;
  }
}
.home_section3 .home_section3_area .home_section3_nav li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 15px 35px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: rgba(20, 21, 22, 0.75);
  cursor: pointer;
  margin: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section3 .home_section3_area .home_section3_nav li.active,
.home_section3 .home_section3_area .home_section3_nav li:hover {
  color: rgb(255, 255, 255);
  background: -o-linear-gradient(177.57deg, #17b2f3 3.2%, #00c0ea 97.87%);
  background: linear-gradient(272.43deg, #17b2f3 3.2%, #00c0ea 97.87%);
  -webkit-box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
}
@media screen and (min-width: 768px) {
  .home_section3 .home_section3_area .home_section3_nav li {
    width: auto;
    margin: 0 25px 0 0;
    background: #ffffff;
    border-radius: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.home_section3
  .home_section3_area
  .filter_slider.owl-carousel
  .owl-stage-outer {
  margin: 0;
}
.home_section3 .home_section3_area .filter_slider .item {
  padding: 20px 15px;
}
.home_section3 .home_section3_area .filter_slider .home_section3_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 27px;
  background: #ffffff;
  border-radius: 10px;
  text-align: left;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section3 .home_section3_area .filter_slider .home_section3_box:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
}
.home_section3 .home_section3_area .filter_slider .home_section3_box h3 {
  width: 100%;
  margin: 0 0 20px;
  font-size: 22px;
  line-height: 29px;
  color: #141516;
}
.home_section3 .home_section3_area .filter_slider .home_section3_box h4 {
  width: 100%;
  margin: 0 0 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: rgba(20, 21, 22, 0.75);
}
.home_section3 .home_section3_area .filter_slider .home_section3_box p {
  width: 100%;
  margin: 0 0 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: rgba(20, 21, 22, 0.45);
}
.home_section3 .home_section3_area .filter_slider .home_section3_box a {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  color: #17b1f3;
}
.home_section3 .home_section3_area .filter_slider .home_section3_box a:after {
  content: "";
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 5px;
  background: #17b2f3;
  margin: 3px 0 0 20px;
}
.home_section3 .home_section3_area .filter_slider .home_section3_box a:before {
  content: "";
  position: absolute;
  right: 1px;
  margin: 3px 0 0;
  width: 8px;
  height: 8px;
  border-right: solid 2px #17b2f3;
  border-bottom: solid 2px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.home_section3 .home_section3_area .filter_slider .dgtnew .home_section3_box {
  position: relative;
  min-height: 350px;
}
.home_section3 .home_section3_area .filter_slider .dgtnew .home_section3_box a {
  position: absolute;
  bottom: 30px;
}
.home_section3 .home_section3_area .filter_slider .dgtnew .home_section3_box p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_section3 .home_section3_area .filter_slider .dgtnew .course-badge {
  position: absolute;
  top: -21px;
}
.home_section3 .home_section3_area .filter_slider .dgtnew p {
  margin-bottom: 10px;
}
.home_placements {
  padding-bottom: 0;
}
.home_placements .title h2 {
  color: #17b2f3;
  font-size: 22px;
  line-height: 28px;
  text-align: center;
  font-family: "HK Grotesk-bold";
  margin: 0;
}
@media (min-width: 768px) {
  .home_placements .title h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.home_placements .title h3 {
  font-family: "HK Grotesk-bold";
  color: #000000;
  font-size: 26px;
  line-height: 36px;
  margin: 0;
  text-align: center;
  margin-top: 6px;
  max-width: 965px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .home_placements .title h3 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (min-width: 1200px) {
  .home_placements .title h3 {
    font-size: 40px;
    line-height: 52px;
  }
}
.home_placements .slidersect {
  position: relative;
}
.home_placements .slidersect .round1 {
  position: absolute;
  left: 0;
}
.home_placements .slidersect .round2 {
  position: absolute;
  left: 23%;
  top: 10%;
}
.home_placements .slidersect .round3 {
  position: absolute;
  left: 44%;
  top: 90%;
}
.home_placements .slidersect .round4 {
  position: absolute;
  left: 76%;
  top: 22%;
}
.home_placements .slidersect .round5 {
  position: absolute;
  left: 80%;
  top: 74%;
}
.home_placements .slidersect .round6 {
  position: absolute;
  left: 98%;
  top: 74%;
  width: 172px;
}
.home_placements .slidersect .round7 {
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .home_placements .slidersect .round {
    display: none;
  }
}
.home_placements .slidersect .placementbox {
  margin-top: 20px;
}
@media screen and (min-width: 600px) {
  .home_placements .slidersect .placementbox {
    margin-top: 70px;
  }
}
.home_placements .slidersect .placementbox .image {
  width: 210px;
  height: 210px;
  position: relative;
  margin: 0 auto;
}
.home_placements .slidersect .placementbox .image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  border: 8px solid #ffffff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.08);
}
.home_placements .slidersect .placementbox .image .year {
  position: absolute;
  font-size: 18px;
  color: #fff;
  background: #17b2f3;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  left: 0;
}
.home_placements .slidersect .placementbox .name {
  font-size: 18px;
  line-height: 22px;
  font-family: "HK Grotesk-bold";
  text-align: center;
  margin: 0;
  margin-top: 13px;
  color: #000000;
}
@media (min-width: 1200px) {
  .home_placements .slidersect .placementbox .name {
    font-size: 22px;
    line-height: 29px;
  }
}
.home_placements .slidersect .placementbox .position {
  font-size: 16px;
  line-height: 21px;
  color: #7d7d7d;
  text-align: center;
  font-family: "HK Grotesk-medium";
  margin: 0;
  margin-top: 6px;
}
.home_placements .slidersect .placementbox .logo {
  width: 127px;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}
.home_placements .slidersect .placementbox .logo img {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .home_placements .slidersect .owl-item:nth-child(2n) .placementbox {
    margin-top: 160px;
  }
}
.home_placements
  .slidersect
  .owl-item:nth-child(2n)
  .placementbox
  .image
  .year {
  bottom: 0;
  right: 0;
  top: auto;
  left: auto;
}
.home_placements .plsliderviewall {
  width: 297px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
}
.home_placements .plsliderviewall .leftarrow,
.home_placements .plsliderviewall .rittarrow {
  width: 30px;
  height: 30px;
  background: url(../images/plalarrowleftblue.png) no-repeat;
  background-size: contain;
}
.home_placements .plsliderviewall .rittarrow {
  background: url(../images/plalarrowritblue.png) no-repeat;
  background-size: contain;
}
.home_placements .plsliderviewall .viewall {
  font-family: "HK Grotesk-light";
  margin: 0 auto;
}
.home_placements .plsliderviewall .arrow {
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .home_placements .plsliderviewall .arrow {
    display: none;
  }
}
.home_section4 {
  z-index: 11;
}
.home_section4 .home_section4_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.home_section4 .home_section4_area .home_section4_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area .home_section4_box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
    width: 47%;
  }
}
.home_section4 .home_section4_area .home_section4_box h4 {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 25px;
  color: #17b2f3;
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area .home_section4_box h4 {
    font-size: 24px;
    line-height: 31px;
  }
}
.home_section4 .home_section4_area .home_section4_box h3 {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto 15px;
  font-size: 26px;
  line-height: 36px;
  color: #141516;
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area .home_section4_box h3 {
    max-width: inherit;
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (min-width: 992px) {
  .home_section4 .home_section4_area .home_section4_box h3 {
    font-size: 40px;
    line-height: 50px;
  }
}
.home_section4 .home_section4_area .home_section4_box p {
  width: 100%;
  max-width: 380px;
  display: block;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area .home_section4_box p {
    max-width: inherit;
    font-size: 18px;
    line-height: 32px;
  }
}
.home_section4 .home_section4_area .home_section4_box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  margin: 30px 0px;
}
@media screen and (min-width: 768px) {
  .home_section4 .home_section4_area .home_section4_box img {
    margin: 0;
  }
}
.home_section5 .home_section5_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.09);
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.09);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  .home_section5 .home_section5_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.home_section5 .home_section5_area .home_section5_box {
  width: 100%;
  display: block;
  padding: 30px;
  position: relative;
  height: 420px;
}
@media screen and (min-width: 500px) {
  .home_section5 .home_section5_area .home_section5_box {
    height: 310px;
  }
}
@media screen and (min-width: 600px) {
  .home_section5 .home_section5_area .home_section5_box {
    height: 380px;
  }
}
@media screen and (min-width: 768px) {
  .home_section5 .home_section5_area .home_section5_box {
    height: 460px;
  }
}
@media screen and (min-width: 992px) {
  .home_section5 .home_section5_area .home_section5_box {
    padding: 50px 60px;
    height: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .home_section5 .home_section5_area .home_section5_box {
    height: 680px;
  }
}
.home_section5 .home_section5_area .home_section5_box.item1 {
  background: #0077e4;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 768px) {
  .home_section5 .home_section5_area .home_section5_box.item1 {
    border-radius: 20px 0px 0px 20px;
  }
}
.home_section5 .home_section5_area .home_section5_box.item2 {
  background: #fed558;
}
.home_section5 .home_section5_area .home_section5_box.item2 h2 {
  color: #972fff;
}
.home_section5 .home_section5_area .home_section5_box.item2 p {
  color: #141516;
}
.home_section5 .home_section5_area .home_section5_box.item3 {
  background: #ad5aff;
  border-radius: 0 0 20px 20px;
}
@media screen and (min-width: 768px) {
  .home_section5 .home_section5_area .home_section5_box.item3 {
    border-radius: 0px 20px 20px 0px;
  }
}
.home_section5 .home_section5_area .home_section5_box h2 {
  width: 100%;
  display: block;
  margin: 0 0 5px;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
  color: #fed558;
}
@media screen and (min-width: 768px) {
  .home_section5 .home_section5_area .home_section5_box h2 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 992px) {
  .home_section5 .home_section5_area .home_section5_box h2 {
    font-size: 80px;
    line-height: 104px;
  }
}
.home_section5 .home_section5_area .home_section5_box p {
  width: 100%;
  display: block;
  text-align: left;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  .home_section5 .home_section5_area .home_section5_box p {
    font-size: 19px;
    line-height: 27px;
  }
}
.home_section5 .home_section5_area .home_section5_box img {
  width: 100%;
  height: 280px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: right bottom;
  object-position: right bottom;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 600px) {
  .home_section5 .home_section5_area .home_section5_box img {
    height: 100%;
  }
}
.home_section6 .home_section6_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_section6 .home_section6_area p {
  width: 100%;
  max-width: 700px;
  text-align: center;
  margin: 0 auto 30px;
  font-weight: 500;
  font-size: 15px;
  line-height: 27px;
  text-align: center;
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 768px) {
  .home_section6 .home_section6_area p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 992px) {
  .home_section6 .home_section6_area p {
    margin: 0 auto 60px;
  }
}
.home_section6 .home_section6_area .home_section6_slider {
  margin: 0 -15px;
}
.home_section6 .home_section6_area .home_section6_slider .item {
  padding: 0 15px 30px;
}
.home_section6 .home_section6_area .home_section6_slider .home_section6_box {
  width: calc(100% - 27px);
  display: block;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  margin: 85px 0 0 auto;
  position: relative;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box
  .home_section6_img {
  width: 100%;
  display: block;
  border-radius: 16px;
  background: #ffffff;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  left: -27px;
  top: -85px;
  margin-bottom: -85px;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box
  .home_section6_img
  img {
  width: 100%;
  height: auto;
  display: block;
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box
  .home_section6_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .home_section6
    .home_section6_area
    .home_section6_slider
    .home_section6_box
    .home_section6_content {
    padding: 30px;
  }
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box
  .home_section6_content
  h3 {
  width: 100%;
  margin: 0 0 5px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  text-align: left;
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box
  .home_section6_content
  a {
  width: auto;
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #17b1f3;
  letter-spacing: 0.8px;
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box:hover {
  -webkit-box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 10px 1px rgba(0, 0, 0, 0.08);
}
.home_section6
  .home_section6_area
  .home_section6_slider
  .home_section6_box:hover
  .home_section6_img {
  left: 0;
  top: -70px;
  border-radius: 16px 16px 0 0;
}
.home_section6 .home_section6_area .dot_nav {
  margin: 0 !important;
}
@media screen and (min-width: 900px) {
  .home_section6 .home_section6_area .dot_nav {
    display: none;
  }
}
.home_section7 .home_setion7_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_section7 .home_setion7_area .home_section7_slider .item,
.home_section7 .home_setion7_area .home_section7_slider2 .item {
  height: 45px;
  padding: 0px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (min-width: 500px) {
  .home_section7 .home_setion7_area .home_section7_slider .item,
  .home_section7 .home_setion7_area .home_section7_slider2 .item {
    height: 90px;
  }
}
.home_section7 .home_setion7_area .home_section7_slider .item img,
.home_section7 .home_setion7_area .home_section7_slider2 .item img {
  max-width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section7
  .home_setion7_area
  .home_section7_slider.home_section7_slider2
  .item
  img,
.home_section7
  .home_setion7_area
  .home_section7_slider2.home_section7_slider2
  .item
  img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.home_section7
  .home_setion7_area
  .home_section7_slider.home_section7_slider2
  .item
  img:hover,
.home_section7
  .home_setion7_area
  .home_section7_slider2.home_section7_slider2
  .item
  img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.home_section7 .home_setion7_area .client_nav {
  margin: 30px 0 0;
}
.home_section7 .home_setion7_area .feature_nav {
  margin: 20px 0 0;
}
.home_section7 .home_setion7_area .feature_nav .btn_box {
  margin: -3px 0 0;
}
@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
@keyframes zoomin {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(1.2) rotate(3deg);
    transform: scale(1.2) rotate(3deg);
  }
  to {
    -webkit-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
  }
}
.home_section8 {
  z-index: 2;
  border-radius: 20px;
  overflow: hidden;
  background: #1b9ee6;
}
.home_section8:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: url("../images/background.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  z-index: -1;
}
@media (min-width: 1025px) {
  .home_section8:before {
    -webkit-animation: zoomin 15s linear infinite both;
    animation: zoomin 15s linear infinite both;
  }
}
.home_section8 .shape1 {
  max-width: 100%;
  max-height: 170%;
  height: auto;
  display: block;
  position: absolute;
  right: -40px;
  z-index: -2;
  top: -12%;
}
.home_section8 .home_section8_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
.home_section8 .home_section8_area h4 {
  max-width: 775px;
  margin: 0 auto 20px;
  padding: 0 10px;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  .home_section8 .home_section8_area h4 {
    margin: 0 auto 40px;
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .home_section8 .home_section8_area h4 {
    font-size: 40px;
    line-height: 52px;
  }
}
.home_section8 .home_section8_area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  font-size: 17px;
  line-height: 29px;
  text-align: left;
  color: #ffffff;
}
.home_section8 .home_section8_area a img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 20px 0 0;
}
@media screen and (min-width: 768px) {
  .home_section8 .home_section8_area a {
    font-size: 20px;
    line-height: 29px;
  }
  .home_section8 .home_section8_area a img {
    width: 54px;
    height: 54px;
  }
}
@media screen and (max-width: 380px) {
  .home_section8 .home_section8_area a {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home_section8 .home_section8_area a img {
    width: 40px;
    height: 40px;
    margin: 0 0 5px;
  }
}
.home_section8 .home_section8_area a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.home_section8 .home_section8_area a:hover {
  opacity: 0.8;
}
.home_section9 {
  z-index: 11;
}
.home_section9 .container {
  position: relative;
}
.home_section9 .home_section_header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .home_section9 .home_section_header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.home_section9 .home_section_header .title {
  width: 100%;
  text-align: center;
}
.home_section9 .home_section_header .title h2 {
  margin: 0 0 10px;
  color: #141516;
}
.home_section9 .home_section_header .title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 28px;
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 768px) {
  .home_section9 .home_section_header .title {
    text-align: left;
    width: auto;
  }
  .home_section9 .home_section_header .title h2 {
    margin: 0 0 15px;
  }
  .home_section9 .home_section_header .title p {
    max-width: 520px;
  }
}
@media screen and (min-width: 1200px) {
  .home_section9 .home_section_header .title p {
    font-size: 18px;
    line-height: 32px;
    max-width: 650px;
  }
}
.home_section9 .home_section_header a {
  margin: 10px 0 0;
}
.home_section9 .home_event_slider {
  width: 100%;
  display: block;
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .home_section9 .home_event_slider {
    padding: 50px 0 0;
  }
}
.home_section9 .home_event_slider .owl-stage-outer {
  overflow: visible;
}
@media screen and (max-width: 500px) {
  .home_section9 .home_event_slider .item {
    width: 100% !important;
  }
}
.home_section9 .home_event_slider .home_event_box {
  width: 100%;
  display: block;
  margin: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section9 .home_event_slider .home_event_box + .home_event_box {
  margin: 30px 0 0;
}
.home_section9 .home_event_slider .home_event_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  min-height: 120px;
  bottom: -100%;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.45;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section9 .home_event_slider .home_event_box:hover:after {
  bottom: 0;
}
.home_section9 .home_event_slider .home_event_box img {
  width: 100%;
  display: block;
  height: auto;
}
.home_section9 .home_event_slider .home_event_box h4 {
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section9 .home_event_slider .home_event_box:hover h4 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .home_section9 .home_event_slider .home_event_box h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.home_section10 {
  z-index: 2;
}
.home_section10:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  border-radius: 20px;
  z-index: -1;
  background-color: white;
}
.home_section10 .shape1 {
  width: calc(100% + 80px);
  max-width: inherit;
  height: 130%;
  display: block;
  position: absolute;
  left: -40px;
  z-index: -2;
  top: -5%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}
.home_section10 h2 {
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .home_section10 h2 {
    max-width: 450px;
  }
}
@media screen and (min-width: 1200px) {
  .home_section10 h2 {
    margin: 0 auto;
    max-width: 550px;
  }
}
.home_section10 .main_testimonial {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 40px 0 0;
}
@media screen and (min-width: 1200px) {
  .home_section10 .main_testimonial {
    padding: 60px 0 0;
  }
}
.home_section10 .main_testimonial:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 40px;
  height: 40px;
  display: block;
  background: url("../images/quotation.svg") no-repeat center top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .home_section10 .main_testimonial:before {
    width: 60px;
    height: 60px;
    left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .home_section10 .main_testimonial:before {
    width: 90px;
    height: 90px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .home_section10 .main_testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.home_section10 .main_testimonial .main_testimonial_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 0 40px;
  padding: 20px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .home_section10 .main_testimonial .main_testimonial_box {
    padding: 30px 15px 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .home_section10 .main_testimonial .main_testimonial_box {
    padding: 40px 40px 40px 0;
  }
}
.home_section10 .main_testimonial .main_testimonial_box h4 {
  margin: 0 0 5px;
  font-family: "HK Grotesk-medium";
  font-size: 24px;
  line-height: 31px;
  color: #141516;
}
.home_section10 .main_testimonial .main_testimonial_box h5 {
  margin: 0 0 15px;
  font-size: 14px;
  line-height: 18px;
  color: rgba(20, 21, 22, 0.45);
}
.home_section10 .main_testimonial .main_testimonial_box p {
  margin: 0;
  font-size: 17px;
  line-height: 28px;
  color: rgba(20, 21, 22, 0.75);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.home_section10 .main_testimonial .main_testimonial_img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
  margin: 0 0 40px;
  overflow: hidden;
}
.home_section10 .main_testimonial .main_testimonial_img:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.15);
}
.home_section10 .main_testimonial .main_testimonial_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.home_section10 .testimonial_nav {
  width: 100%;
  padding: 0;
}
.home_section10 .testimonial_nav .dot_box {
  width: 100%;
  -webkit-box-pack: normal;
  -ms-flex-pack: normal;
  justify-content: normal;
}
.home_section10 .testimonial_nav .dot_box .owl-dot {
  width: 100%;
}
.home_section10 .testimonial_hash_area {
  width: 100%;
  display: block;
  margin: 40px 0 0;
  position: relative;
}
.home_section10 .testimonial_hash_area .testimonial_thumb {
  width: 100%;
}
.home_section10 .testimonial_hash_area .testimonial_thumb .thumb {
  width: 100%;
  display: block;
  height: 0;
  padding: 67% 0 0;
  position: relative;
}
.home_section10 .testimonial_hash_area .testimonial_thumb .thumb img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.home_section10 .testimonial_hash_area .testimonial_thumb h4 {
  margin: 15px 0 5px;
  font-size: 18px;
  line-height: 23px;
  color: #141516;
}
.home_section10 .testimonial_hash_area .testimonial_thumb p {
  font-size: 13px;
  line-height: 16px;
  color: rgba(20, 21, 22, 0.45);
  margin: 0;
}
.home_section11 {
  z-index: 11;
}
.home_section11 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_section11 h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 37px;
  color: #141516;
}
@media screen and (min-width: 768px) {
  .home_section11 h2 {
    font-size: 42px;
    line-height: 50px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .home_section11 h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 30px;
  }
}
.home_section11 .home_section11_box {
  width: 100%;
  display: block;
  margin: 0 0 40px;
}
.home_section11 .home_section11_box .home_section11_img {
  width: 100%;
  height: 0;
  padding: 66% 0 0;
  margin: 0 0 25px;
  position: relative;
}
.home_section11 .home_section11_box .home_section11_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0;
}
.home_section11 .home_section11_box h5 {
  width: 100%;
  margin: 0 0 10px;
  font-family: "HK Grotesk-semibold";
  font-size: 14px;
  line-height: 20px;
  color: #141516;
  opacity: 0.75;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .home_section11 .home_section11_box h5 {
    font-size: 16px;
  }
}
.home_section11 .home_section11_box h3 {
  width: 100%;
  margin: 0 0 15px;
  font-family: "HK Grotesk-bold";
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  text-align: left;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
@media screen and (min-width: 992px) {
  .home_section11 .home_section11_box h3 {
    font-size: 22px;
    line-height: 32px;
  }
}
.home_section11 .home_section11_box p {
  width: 100%;
  margin: 0;
  font-size: 15px;
  line-height: 25px;
  color: rgba(20, 21, 22, 0.75);
  opacity: 0.75;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .home_section11 .home_section11_box p {
    font-size: 17px;
    line-height: 27px;
  }
}
.home_section11 .home_section11_box:hover h3 {
  color: #17b1f3;
}
.home_section12 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.home_section12 h2 {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 37px;
  color: #141516;
}
@media screen and (min-width: 768px) {
  .home_section12 h2 {
    font-size: 40px;
    line-height: 50px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .home_section12 h2 {
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 30px;
  }
}
.home_section12 .home_upcoming_slider .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_section12 .home_upcoming_slider .item {
  padding: 20px 15px;
  height: 100%;
}
.home_section12 .home_upcoming_slider .home_section12_box {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 30px 27px;
  background: #ffffff;
  border-radius: 10px;
  text-align: left;
  border: 1px solid #e4e4e4;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.home_section12 .home_upcoming_slider .home_section12_box:hover {
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.06);
}
.home_section12 .home_upcoming_slider .home_section12_box h4 {
  width: 100%;
  margin: 0 0 7px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #17b2f3;
  opacity: 0.75;
}
.home_section12 .home_upcoming_slider .home_section12_box h3 {
  width: 100%;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.home_section12 .home_upcoming_slider .home_section12_box p {
  width: 100%;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(20, 21, 22, 0.75);
}
.location_section1 .location_section1_area {
  width: 100%;
  max-width: 970px;
  display: block;
  margin: 0px auto;
}
.location_section1 .location_section1_area p {
  font-size: 16px;
  line-height: 28px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .location_section1 .location_section1_area p {
    font-size: 18px;
    line-height: 32px;
  }
}
.location_section1 .location_section1_area ul {
  width: 100%;
  display: block;
  margin: 0 0 30px;
  padding: 0;
}
.location_section1 .location_section1_area ul li {
  width: 100%;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #141516;
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .location_section1 .location_section1_area ul li {
    font-size: 18px;
    line-height: 32px;
  }
}
.location_section1 .location_section1_area ul li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #17b2f3;
  border-radius: 10px;
  left: 0;
  top: 13px;
}
.location_section1 .location_section1_area ul ul {
  padding: 0 0 0 30px;
  margin: 0 0 10px;
}
.location_section2 .location_section2_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .location_section2 .location_section2_area {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.location_section2 .location_section2_area .location_section2_box {
  width: 100%;
  height: 590px;
  display: block;
  padding: 30px;
  margin: 0 0 30px;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .location_section2 .location_section2_area .location_section2_box {
    width: 50%;
    position: absolute;
    left: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .location_section2 .location_section2_area .location_section2_box {
    width: 40%;
  }
}
.location_section2 .location_section2_area .location_section2_box h4 {
  margin: 0 0 30px;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_area {
  width: 100%;
  display: block;
  position: relative;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_result {
  width: 100%;
  display: block;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_result
  > div {
  width: 100%;
  display: none;
  padding: 75px 0 0;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_result
  ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0 15px 0 0;
  max-height: 400px;
  overflow-y: auto;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_result
  ul
  li {
  width: 100%;
  display: block;
  font-size: 15px;
  line-height: 25px;
  color: rgba(20, 21, 22, 0.45);
  padding: 0 0 0 25px;
  margin: 0 0 10px;
  position: relative;
}
.location_section2
  .location_section2_area
  .location_section2_box
  .location_tab_result
  ul
  li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #17b2f3;
  border-radius: 10px;
  left: 0;
  top: 9px;
}
.location_section2 .location_section2_area .location_section2_box2 {
  width: 100%;
  display: block;
  padding: 6px;
  background: #ffffff;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
}
.location_section2 .location_section2_area .location_section2_box2 .map_outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 0;
  border-radius: 12px;
  overflow: hidden;
}
.location_section2
  .location_section2_area
  .location_section2_box2
  .map_outer
  #googleMap {
  width: 100%;
  height: 500px;
  position: relative;
}
.location_section3 h4 {
  border-block-end-width: 100%;
  display: block;
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  color: #141516;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .location_section3 h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.gallery_section1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.gallery_section1 .gallery_box {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.gallery_section1 .gallery_box:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  min-height: 120px;
  bottom: -100%;
  left: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    to(#000000)
  );
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.45;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.gallery_section1 .gallery_box:hover:after {
  bottom: 0;
}
.gallery_section1 .gallery_box img {
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.gallery_section1 .gallery_box h4 {
  width: 100%;
  margin: 0;
  padding: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  font-weight: bold;
  font-size: 17px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.gallery_section1 .gallery_box:hover h4 {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gallery_section1 .gallery_box h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
.circle_nav {
  width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.circle_nav button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  position: absolute;
  padding: 10px;
}
.circle_nav button.owl-next {
  right: -22px;
  top: 100px;
}
.circle_nav button.owl-prev {
  left: -22px;
  top: 100px;
}
.circle_nav button.disabled {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .circle_nav button {
    width: 64px;
    height: 64px;
    padding: 15px;
  }
}
.circle_nav button:before {
  content: "";
  position: relative;
  width: 10px;
  height: 10px;
  border-right: solid 3px #17b2f3;
  border-bottom: solid 3px #17b2f3;
}
.circle_nav button.owl-next:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: -5px;
}
.circle_nav button.owl-prev:before {
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  transform: rotate(-225deg);
  margin-left: 5px;
}
.nav_area {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 20px 0 0;
}
.nav_area .dot_box {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}
.nav_area .dot_box .owl-dot {
  width: 20px;
  height: 4px;
  background: #e0e0e0;
  padding: 0;
}
.nav_area .dot_box .owl-dot.active {
  background: #17b2f3;
}
.nav_area .dot_box .owl-dot:first-child {
  border-radius: 10px 0 0 10px;
}
.nav_area .dot_box .owl-dot:last-child {
  border-radius: 0 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .nav_area .dot_box .owl-dot {
    width: 60px;
  }
}
.nav_area .btn_box {
  width: 100%;
  position: relative;
  margin: -4px 0 0;
}
.nav_area .btn_box > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  background: transparent;
  padding: 0;
  width: 20px;
  height: 3px;
  z-index: 5;
  border-radius: 10px;
  background: #17b2f3;
}
.nav_area .btn_box .owl-prev {
  left: -40px;
}
.nav_area .btn_box .owl-prev:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #17b2f3;
  border-left: solid 3px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_area .btn_box .owl-next {
  right: -40px;
}
.nav_area .btn_box .owl-next:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: solid 3px #17b2f3;
  border-bottom: solid 3px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -8px;
}
.play_btn {
  width: 45px;
  height: 45px;
  display: block;
  position: absolute;
  background: url("../images/play_fill.svg") no-repeat center center;
  background-size: contain;
  border-radius: 50%;
  -webkit-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  font-size: 0;
}
.play_btn.xs {
  width: 35px;
  height: 35px;
  bottom: 15px;
}
.play_btn.center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.play_btn.bottom_right {
  bottom: 15px;
  right: 15px;
}
.play_btn:hover {
  background: url("../images/play_fill.svg") no-repeat center center;
  background-size: contain;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.15));
}
@media screen and (min-width: 768px) {
  .play_btn {
    width: 60px;
    height: 60px;
  }
  .play_btn.xs {
    width: 35px;
    height: 35px;
  }
}
.location_tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
  border-radius: 6px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.location_tab li {
  width: 100%;
  display: block;
  margin: 0;
}
.location_tab li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  font-family: "HK Grotesk-medium";
  font-size: 14px;
  line-height: 24px;
  color: rgba(20, 21, 22, 0.45);
}
.location_tab li a img {
  width: auto;
  display: block;
  -webkit-filter: invert(0.5);
  filter: invert(0.5);
}
.location_tab li a span {
  display: none;
}
@media screen and (min-width: 500px) {
  .location_tab li a span {
    display: block;
    margin: 0 0 0 12px;
  }
}
.location_tab li.active a {
  background: #17b2f3;
  border-radius: 6px;
  color: #ffffff;
}
.location_tab li.active a img {
  -webkit-filter: none;
  filter: none;
}
.location_accordian {
  width: 100%;
  display: block;
  margin: 0 0 15px;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  padding: 0;
}
.location_accordian .location_accordian_tab {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 60px 20px 25px;
  margin: 0;
  font-weight: 600;
  font-size: 17px;
  line-height: 30px;
  color: #141516;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.location_accordian .location_accordian_tab:after {
  content: "";
  position: absolute;
  right: 35px;
  width: 7px;
  height: 7px;
  border-right: solid 2px #141516;
  border-bottom: solid 2px #141516;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.location_accordian .location_accordian_tab.active:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.location_accordian .location_accordian_content {
  width: 100%;
  display: none;
  padding: 0px 25px 20px;
}
.location_accordian .location_accordian_content ul {
  width: 100%;
  display: block;
}
.location_accordian .location_accordian_content li,
.location_accordian .location_accordian_content p {
  width: 100%;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 28px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .location_accordian .location_accordian_content li,
  .location_accordian .location_accordian_content p {
    font-size: 17px;
    line-height: 32px;
  }
}
.location_accordian .location_accordian_content li + *,
.location_accordian .location_accordian_content p + * {
  margin: 30px 0 0;
}
.location_accordian .location_accordian_content li {
  padding: 0 0 0 25px;
}
.location_accordian .location_accordian_content li:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #17b2f3;
  border-radius: 10px;
  left: 0;
  top: 13px;
}
.hide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (min-width: 1200px) {
  .hide {
    display: none !important;
  }
}
.gridrow {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.gridrow.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.gridrow.center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid12,
.grid4,
.grid6 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .grid8 {
    width: calc(66.6666% - 15px);
  }
  .grid6 {
    width: calc(50% - 15px);
  }
  .grid4 {
    width: calc(33.3333% - 15px);
  }
}
.mb4 {
  margin-bottom: 40px !important;
}
.mb3 {
  margin-bottom: 30px !important;
}
.gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
}
.gm-ui-hover-effect img {
  width: 18px !important;
  height: 18px !important;
}
.gm-control-active,
.gmnoprint {
  display: none !important;
}
.filter_slider.owl-theme .owl-dots .owl-dot {
  width: 60px;
  height: 4px;
  background: #e0e0e0;
}
@media (max-width: 767px) {
  .filter_slider.owl-theme .owl-dots .owl-dot {
    width: 20px;
  }
}
.filter_slider.owl-theme .owl-dots .owl-dot:first-child {
  border-radius: 10px 0 0 10px;
}
.filter_slider.owl-theme .owl-dots .owl-dot:last-child {
  border-radius: 0 10px 10px 0;
}
.filter_slider.owl-theme .owl-dots .owl-dot span {
  display: none;
}
.filter_slider.owl-theme .owl-dots .owl-dot.active {
  background: #17b2f3;
}
.filter_slider.owl-theme.owl-carousel .owl-nav {
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  z-index: 2;
  pointer-events: none;
}
.filter_slider.owl-theme.owl-carousel .owl-nav.disabled {
  display: none;
}
.filter_slider.owl-theme.owl-carousel .owl-nav button.owl-next,
.filter_slider.owl-theme.owl-carousel .owl-nav button.owl-prev {
  line-height: 40px;
  font-size: 0;
  margin: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: auto;
  position: relative;
  width: 20px;
  height: 3px;
  z-index: 5;
  border-radius: 10px;
  background: #17b2f3;
}
.filter_slider.owl-theme.owl-carousel .owl-nav button.owl-prev:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-top: solid 3px #17b2f3;
  border-left: solid 3px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -2px;
}
.filter_slider.owl-theme.owl-carousel .owl-nav button.owl-next:before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  border-right: solid 3px #17b2f3;
  border-bottom: solid 3px #17b2f3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -2px;
}
.filter_slider.owl-theme .owl-dots {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.filter_slider.owl-theme.owl-carousel .owl-nav button span {
  display: none;
}
.gallery_section1 .gridrow {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.head-cont {
  margin-bottom: 20px;
}
.head-cont .main_bg {
  padding: 0;
}
.head-cont .slider_block {
  padding: 120px 10px 20px 50px;
}
.head-cont .main_bg.about_bg {
  background-image: none;
}
.list .row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #17b2f3;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 20px 0;
  width: 100%;
  color: rgb(255, 243, 243);
}
.list .row ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 25px 0 0px 0;
}
.list .row ul li {
  width: 25%;
  text-align: center;
}
.list .row ul li a {
  color: rgb(255, 255, 255);
}
.list .row ul li a:hover {
  color: #000;
}
.list .row ul li:before {
  content: "»";
}
.cont2 .home_section2 {
  padding: 40px 0;
  background-color: #f7f6f2 !important;
}
.cont2 .section {
  padding: 62px 43px 80px;
}
.cont1 .box-items-wrap {
  padding-bottom: 0;
}
.cont4 .home_section3 .home_section3_area .filter_slider .item {
  padding: 0px;
}
.cont1 .inner-page-title {
  font-size: 48px;
  line-height: 60px;
}
.cont1 .inner-page-wrap {
  padding: 0px;
}
.cont3 .section {
  padding: 30px 10px;
}
.cont5 .section {
  padding: 0px 10px;
}
.cont4 .section {
  padding: 60px 10px 30px;
}
.cont4.home_section3_nav {
  margin: 0;
}
.cont5 .location_accordian {
  background-color: #f3f7fd !important;
}
.cont4 .home-services {
  padding: 0 0px;
}
@media only screen and (max-width: 1120px) {
  .head-cont .slider_block {
    padding: 120px 10px 15px 50px;
  }
  .cont2 .container {
    padding: 0px 50px;
  }
  .cont1 .inner-page-wrap {
    padding: 0px 0 0 0px;
  }
  .cont2 .home_section2 {
    padding: 10px 0;
  }
  .cont5 .section {
    padding: 0px 30px;
  }
  .cont3 .section {
    padding: 30px 30px;
  }
  .cont1 .crdsectthree {
    padding: 0 60px;
  }
  .cont2 .section {
    padding: 50px 0px 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .cont1 .crdsectthree {
    padding: 0 60px;
  }
  .head-cont .slider_block {
    padding: 120px 10px 30px 50px;
  }
  .head-cont .slider_content h1 {
    font-size: 42px;
  }
  .cont2 .home_section2 .home_section2_area .home_section2_box {
    width: 33.33%;
    padding: 0 2%;
  }
  .cont2 .home_section2 .home_section2_area .home_section2_box:first-child {
    padding-left: 0;
  }
  .cont2 .home_section2 .home_section2_area .home_section2_box:last-child {
    padding-right: 0;
  }
  .cont1 .box-items-wrap {
    padding: 0px 60px 20px;
  }
  .cont1 .inner-page-title {
    font-size: 42px;
  }
  .cont1 .inner-page-wrap {
    padding: 0px;
  }
}
@media only screen and (max-width: 820px) {
  .head-cont .slider_block {
    padding: 120px 10px 10px 50px;
  }
  .head-cont .slider_content h1 {
    font-size: 34px;
  }
  .cont1 .crdsectthree {
    padding: 0 20px;
  }
  .cont1 .box-items-wrap {
    padding: 0px 50px 20px;
  }
  .cont1 .inner-page-title {
    font-size: 34px;
  }
  .cont2 .section h2 {
    font-size: 34px;
  }
  .cont4 .section h2 {
    font-size: 34px;
  }
  .cont3 .home_section11 h2 {
    font-size: 34px;
  }
  .cont5 .location_section3 h4 {
    font-size: 34px;
  }
  .cont1 .inner-page-wrap {
    padding: 0;
  }
  .cont2 .section {
    padding: 50px 10px 60px;
  }
}
@media only screen and (max-width: 780px) {
  .list .row ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px 0 0 0;
  }
  .list .row ul li {
    width: 25%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list .row ul li a {
    color: #fff;
  }
  .list .row ul li a:hover {
    color: #000;
  }
  .list .row ul li:before {
    content: "»";
    margin-right: 5px;
  }
  .cont2 .section {
    padding: 50px 10px 60px;
  }
  .footer_block .footer_area .footer_box_left h3 {
    line-height: 43px !important;
  }
}
@media only screen and (max-width: 767px) {
  .head-cont .slider_block .slider_content p {
    font-size: 18px;
    line-height: 25px;
  }
  .cont1 .crdsectthree {
    padding: 0 10px;
  }
  .head-cont .slider_block {
    padding: 100px 10px 5px 10px;
  }
  .cont1 .inner-page-wrap {
    padding: 0 !important;
  }
  .head-cont .slider_content h1 {
    font-size: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head-cont .slider_block .slider_img {
    padding: 0px 0px 15px;
  }
}
@media only screen and (max-width: 650px) {
  .cont2 .home_section2 .home_section2_area .home_section2_box {
    width: 100%;
    padding: 0 2%;
  }
  .cont1 .inner-page-title {
    font-size: 30px;
  }
  .cont2 .section h2 {
    font-size: 30px;
  }
  .cont4 .section h2 {
    font-size: 30px;
  }
  .cont3 .home_section11 h2 {
    font-size: 30px;
  }
  .cont5 .location_section3 h4 {
    font-size: 30px;
  }
  .head-cont .slider_content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .cont1 .crdsectthree {
    padding: 0 0px;
  }
  .head-cont .main_bg {
    padding-top: 20px;
  }
  .head-cont .slider_block {
    padding: 80px 10px 10px 10px;
  }
  .head-cont .slider_content h1 {
    font-size: 25px;
  }
  .head-cont .slider_block .slider_content p {
    font-size: 16px;
    line-height: 22px;
  }
  .cont2 .section {
    padding: 50px 10px;
  }
  .cont1 .inner-page-title {
    font-size: 25px;
    line-height: 40px;
  }
  .cont1 .section h2 {
    font-size: 25px;
  }
  .cont2 .section h2 {
    font-size: 25px;
  }
  .cont4 .section h2 {
    font-size: 25px;
  }
  .cont3 .section h2 {
    font-size: 25px;
  }
  .cont3 .section {
    padding: 0 10px;
  }
  .cont5 .location_section3 h4 {
    font-size: 23px;
  }
  .footer_block .footer_area .footer_box_left h3 {
    font-size: 25px !important;
  }
  .footer_block .footer_area .footer_box_left h3 {
    line-height: 40px !important;
  }
  .cont5 {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 390px) {
  .head-cont .slider_content h1 {
    font-size: 23px;
  }
  .head-cont .slider_block {
    padding: 80px 10px 10px 10px;
  }
  .cont2 .section {
    padding: 50px 10px;
  }
  .footer_block .footer_area .footer_box_left h3 {
    font-size: 25px !important;
  }
  .footer_block .footer_area .footer_box_left h3 {
    line-height: 35px !important;
  }
  .location_section3 h4 {
    margin: 0 0 20px;
  }
  .cont1 .crdsectthree {
    padding: 0 0px;
  }
  .cont1 .inner-page-title {
    font-size: 23px;
    line-height: 35px;
  }
  .cont1 .inner-page-wrap {
    padding: 0px 0 0 0px;
  }
  .cont2 .section h2 {
    width: 100%;
    margin: 0 0 20px;
    font-size: 25px;
    line-height: 20px;
    color: #141516;
  }
  .cont2 .container {
    padding: 0px 20px;
  }
  .cont4 .location_section3 h4 {
    border-block-end-width: 100%;
    display: block;
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 23px;
    line-height: 36px;
    color: #141516;
    text-align: left;
  }
  .cont5 .section {
    padding: 0px 10px;
  }
  .list .row ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 20px 0 0px 0;
  }
  .list .row ul li {
    width: 25%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .list .row ul li a {
    color: #fff;
  }
  .list .row ul li a:hover {
    color: #000;
  }
  .list .row ul li:before {
    content: "»";
    margin-right: 5px;
  }
  .cont5 {
    padding-top: 20px;
  }
  .cont5 .location_accordian .location_accordian_tab {
    padding: 0px 60px 20px 25px;
  }
  .cont5.location_section3 h4 {
    font-size: 21px;
  }
  .cont2 .container {
    padding: 0px 20px;
  }
  .cont1 .box-items-wrap {
    padding: 0px 25px 20px;
  }
  .cont5 .location_accordian .location_accordian_tab {
    padding: 15px 55px 15px 15px;
  }
  .cont5 .section {
    padding: 0px 10px;
  }
  .cont5 .container {
    padding: 0;
  }
  .cont2 .container {
    padding: 0px 18px;
  }
  .cont5 .location_section3 h4 {
    margin-left: 15px;
  }
  .cont4 .section {
    padding: 60px 0px 30px;
  }
}
@media only screen and (max-width: 350px) {
  .head-cont .main_bg {
    padding-top: 18px;
  }
  .cont3 .primary_button {
    padding: 11px 12px;
  }
  .cont1 .box-items-wrap {
    padding: 0px 25px 20px;
  }
  .cont1 .inner-page-wrap {
    padding: 0px 0 0;
  }
  .cont2 .container {
    padding: 0px 15px;
  }
  .cont2 .section h2 {
    font-size: 23px;
  }
  .cont5 .location_section3 h4 {
    font-size: 21px;
    line-height: 30px;
  }
  .cont5 .location_accordian .location_accordian_tab {
    padding: 12px 50px 12px 10px;
  }
  .cont5 .location_section3 h4 {
    margin-left: 10px;
  }
  .cont2 .container {
    padding: 0px 5px;
  }
}
@media only screen and (max-width: 900px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100%;
    margin: 15px;
    padding: 30px;
    border-radius: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100%;
    margin: 10px;
    padding: 30px 20px;
    border-radius: 13px;
  }
  .section-new .slider_block {
    padding: 80px 10px 80px;
  }
  .section-new .section {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 390px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100% !important;
    margin: 10px;
    padding: 30px 10px;
    border-radius: 13px;
  }
}
@media only screen and (max-width: 900px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100%;
    margin: 15px;
    padding: 30px;
    border-radius: 13px;
  }
}
@media only screen and (max-width: 480px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100%;
    margin: 10px;
    padding: 30px 20px;
    border-radius: 13px;
  }
  .section-new .slider_block {
    padding: 80px 10px 80px;
  }
  .section-new .section {
    padding: 0 10px;
  }
  .slider_block .slider_area .slider_content h1 {
    font-size: 41px !important;
    line-height: 55px !important;
  }
}
@media only screen and (max-width: 390px) {
  .section-new .course-tab-content .course-tab-row {
    margin-left: -15px;
    margin-right: -15px;
    display: block;
  }
  .section-new .course-tab-content .course-tab-box {
    background: #fff;
    width: 100% !important;
    margin: 10px;
    padding: 30px 10px;
    border-radius: 13px;
  }
  .slider_block .slider_area .slider_content h1 {
    font-size: 39px !important;
    line-height: 50px !important;
  }
}
@media only screen and (max-width: 375px) {
  .slider_block .slider_area .slider_content h1 {
    font-size: 32px !important;
    line-height: 43px !important;
  }
}
.field_area input,
.field_area select,
.field_area textarea {
  margin: 0.8em 0 !important;
}
nav ol,
nav ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
  display: none;
}
.field_area input,
.field_area select,
.field_area textarea {
  margin: 0.8em 0 !important;
}
.preloader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #17b2f3;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.menu .current-menu-item a {
  color: #17b2f3 !important;
  font-weight: 600 !important;
}
.grid8 {
  position: relative;
}
.grid8 .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#syllabus_form {
  position: relative;
}
#syllabus_form .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#enroll_form {
  position: relative;
}
#enroll_form .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#contact_form {
  position: relative;
}
#contact_form .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home_section10 .shape1 {
  -o-object-fit: contain !important;
  object-fit: contain !important;
  -o-object-position: center !important;
  object-position: center !important;
}
.owl-item .cloned {
  width: 363px;
}
.owl-item .cloned {
  width: 203px;
}
.blog-item-image img {
  width: 104% !important;
  max-width: 104%;
}
.home_section11 .home_section11_box .home_section11_img img {
  border-radius: 15px;
  -o-object-fit: fill;
  object-fit: fill;
}
.header_block {
  padding: 0px 65px;
}
.profileUser .more {
  color: #f7f7f7 !important;
}
.about_section1 .about_section1_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 800px;
  padding: 0 15px;
  margin: 0px auto;
}
.about_section1 .about_section1_area > h4 {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #141516;
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .about_section1 .about_section1_area > h4 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .about_section1 .about_section1_area > h4 {
    font-size: 40px;
    line-height: 50px;
  }
}
.about_section1 .about_section1_area p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .about_section1 .about_section1_area p {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .about_section1 .about_section1_area p {
    font-size: 22px;
    line-height: 40px;
    margin: 0 0 50px;
  }
}
.about_section1 .about_section1_area .about_section1_counter {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .about_section1 .about_section1_area .about_section1_counter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.about_section1 .about_section1_area .about_section1_counter .counter_box {
  width: 150px;
}
.about_section1 .about_section1_area .about_section1_counter .counter_box h4 {
  width: 100%;
  font-size: 60px;
  line-height: 78px;
  color: #000000;
  margin: 0;
  text-align: center;
}
.about_section1
  .about_section1_area
  .about_section1_counter
  .counter_box
  .home_section_icon {
  width: 100%;
  min-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 15px;
}
.about_section1
  .about_section1_area
  .about_section1_counter
  .counter_box
  .home_section_icon
  img {
  width: 14px;
  height: auto;
  display: block;
  margin: 0 4px;
}
.about_section1 .about_section1_area .about_section1_counter .counter_box p {
  width: 100%;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  opacity: 0.45;
  margin: 0;
  text-align: center;
}
.about_section2 {
  z-index: 1;
}
.about_section2 img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
}
.about_section2 .shape1 {
  position: absolute;
  width: 10%;
  height: 13%;
  left: 42px;
  top: 30%;
  background: #17b2f3;
  border-radius: 10px;
  z-index: 2;
}
.about_section2 .shape2 {
  position: absolute;
  width: 7%;
  height: 10%;
  top: -5%;
  left: 35%;
  background: #e6edf3;
  border-radius: 10px;
  z-index: -1;
}
.about_section2 .shape3 {
  position: absolute;
  width: 5%;
  height: 9%;
  top: 4%;
  left: 57%;
  background: #17b2f3;
  border-radius: 10px;
  z-index: 2;
}
.about_section2 .shape4 {
  position: absolute;
  width: 8%;
  height: 15%;
  top: 46%;
  left: 76%;
  background: #17b2f3;
  border-radius: 10px;
  z-index: 2;
}
.about_section2 .shape5 {
  position: absolute;
  width: 5%;
  height: 9%;
  top: 56%;
  left: 82%;
  background: #e6edf3;
  opacity: 0.6;
  border-radius: 10px;
  z-index: 3;
}
.about_section3 {
  background: #ffffff;
  border-radius: 20px;
  z-index: 1;
}
.about_section3 h4 {
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 30px;
  color: #141516;
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .about_section3 h4 {
    font-size: 34px;
    line-height: 48px;
  }
}
.about_section3 p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(20, 21, 22, 0.75);
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .about_section3 p {
    font-size: 18px;
    line-height: 32px;
  }
}
.about_section3 img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0px auto 40px;
}
.about_section4 {
  z-index: 1;
}
.about_section4:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #edfaff;
  border-radius: 20px;
  z-index: 1;
}
.about_section4:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 455px;
  height: 475px;
  background: url("../images/logo_mask.svg") no-repeat 100% 100%;
  background-size: contain;
  z-index: 1;
}
.about_section4 .shape1 {
  max-width: 100%;
  max-height: 105%;
  height: auto;
  display: block;
  position: absolute;
  right: -40px;
  z-index: -1;
  top: 15%;
}
.about_section4 .container {
  position: relative;
  z-index: 2;
}
.about_section4 h4 {
  font-size: 26px;
  line-height: 36px;
  color: rgba(20, 21, 22, 0.75);
  text-align: left;
  margin: 0 0 30px;
}
@media screen and (min-width: 1200px) {
  .about_section4 h4 {
    font-size: 32px;
    line-height: 44px;
    margin: 0 0 45px;
  }
}
.about_section4 p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(20, 21, 22, 0.75);
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .about_section4 p {
    font-size: 18px;
    line-height: 32px;
  }
}
.about_section4 .about_section4_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about_section4 .about_section4_area .about_section4_box {
  width: 100%;
  height: 145px;
  display: block;
  margin: 0 0 30px;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  padding: 25px 0 0 25px;
  text-align: left;
}
@media screen and (min-width: 460px) {
  .about_section4 .about_section4_area .about_section4_box {
    width: calc(50% - 15px);
  }
}
.about_section4 .about_section4_area .about_section4_box h3 {
  margin: 0;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
}
.about_section4 .about_section4_area .about_section4_box p {
  font-size: 15px;
}
.about_section4 .about_section4_area .about_section4_box img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  .about_section4 .about_section4_area .about_section4_box img {
    width: 90px;
  }
}
.about_section5 .about_section5_area {
  width: 100%;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 24px 14px -30px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 24px 14px -30px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  padding: 30px;
  margin: 20px 0 0;
}
@media screen and (min-width: 768px) {
  .about_section5 .about_section5_area {
    padding: 40px;
  }
}
.about_section5 .about_section5_area .about_section5_img {
  width: 100%;
  height: 100%;
  display: block;
}
.about_section5 .about_section5_area .about_section5_img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.about_section5 .about_section5_area .about_section5_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about_section5 .about_section5_area .about_section5_content h4 {
  font-family: "HK Grotesk-semibold";
  font-size: 25px;
  line-height: 35px;
  color: #141516;
  margin: 0 0 30px;
}
@media screen and (min-width: 1200px) {
  .about_section5 .about_section5_area .about_section5_content h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.about_section5 .about_section5_area .about_section5_content p {
  font-size: 16px;
  line-height: 26px;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 40px;
}
@media screen and (min-width: 1200px) {
  .about_section5 .about_section5_area .about_section5_content p {
    font-size: 18px;
    line-height: 30px;
  }
}
.about_section5 .dot_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 35px 0 0;
}
.about_section5 .dot_area .owl-dot {
  width: 12px;
  height: 12px;
  background: #ffffff;
  border: 2px solid rgba(20, 21, 22, 0.12);
  border-radius: 10px;
  margin: 0 5px;
  padding: 0;
}
.about_section5 .dot_area .owl-dot.active {
  background: #17b2f3;
  border: 2px solid rgba(20, 21, 22, 0.12);
  -webkit-box-shadow: 0px 4px 4px rgba(23, 178, 243, 0.3);
  box-shadow: 0px 4px 4px rgba(23, 178, 243, 0.3);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  to {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
}
.slider_block.mouseScroll .slider_content {
  padding: 0 30px 55px 0;
}
@media (max-width: 767px) {
  .slider_block.mouseScroll .slider_content {
    padding: 0;
  }
}
.contact_section1 h4,
.contact_section2 h4 {
  width: 100%;
  font-size: 34px;
  line-height: 45px;
  text-align: center;
  color: #141516;
  margin: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .contact_section1 h4,
  .contact_section2 h4 {
    font-size: 44px;
    line-height: 57px;
  }
}
.contact_section1 p,
.contact_section2 p {
  width: 100%;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 768px) {
  .contact_section1 p,
  .contact_section2 p {
    font-size: 18px;
    line-height: 23px;
  }
}
.contact_section1 .contact_section_area,
.contact_section2 .contact_section_area {
  width: 100%;
  max-width: 800px;
  margin: 40px auto 0;
}
.contact_section1 .contact_section_area.max,
.contact_section2 .contact_section_area.max {
  max-width: inherit;
}
.contact_section1 .contact_section_area button,
.contact_section2 .contact_section_area button {
  margin: 0 0 0 auto;
}
.contact_section1 .contact_section_box,
.contact_section2 .contact_section_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.04);
  border-radius: 10px;
  padding: 20px;
  margin: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .contact_section1 .contact_section_box,
  .contact_section2 .contact_section_box {
    height: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .contact_section1 .contact_section_box,
  .contact_section2 .contact_section_box {
    padding: 40px;
  }
}
.contact_section1 .contact_section_box h3,
.contact_section2 .contact_section_box h3 {
  font-size: 18px;
  line-height: 29px;
  text-align: left;
  color: #000000;
  margin: 0 0 15px;
}
@media screen and (min-width: 992px) {
  .contact_section1 .contact_section_box h3,
  .contact_section2 .contact_section_box h3 {
    font-size: 22px;
  }
}
.contact_section1 .contact_section_box p,
.contact_section2 .contact_section_box p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 992px) {
  .contact_section1 .contact_section_box p,
  .contact_section2 .contact_section_box p {
    font-size: 16px;
  }
}
.contact_section1 .contact_section_box a,
.contact_section2 .contact_section_box a {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-decoration-line: underline;
  color: #0093d2;
  margin: 0 0 10px;
}
@media screen and (min-width: 992px) {
  .contact_section1 .contact_section_box a,
  .contact_section2 .contact_section_box a {
    font-size: 18px;
    padding: 0 25px;
  }
}
.contact_section1 .contact_section_box table,
.contact_section2 .contact_section_box table {
  width: 100%;
  display: table;
  border: none;
  table-layout: fixed;
  margin: 0;
}
.contact_section1 .contact_section_box table tr,
.contact_section2 .contact_section_box table tr {
  width: 100%;
  display: table-row;
}
.contact_section1 .contact_section_box table tr td,
.contact_section2 .contact_section_box table tr td {
  display: table-cell;
  padding: 0;
  font-family: "HK Grotesk-medium";
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 10px;
  color: rgba(20, 21, 22, 0.75);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .contact_section1 .contact_section_box table tr td,
  .contact_section2 .contact_section_box table tr td {
    font-size: 16px;
    line-height: 38px;
    padding: 0;
  }
}
hr {
  width: 100%;
  height: 1px;
  display: block;
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.15);
}
.field_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 0 25px;
  position: relative;
}
.field_area label {
  font-size: 15px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 10px;
  text-align: left;
}
.field_area input,
.field_area select,
.field_area textarea {
  width: 100%;
  display: block;
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(20, 21, 22, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 25px;
  margin: 0 !important;
  font-size: 15px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.85);
}
.field_area select {
  padding: 0 25px;
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAG0lEQVR42mNgwAfKy8v/48I4FeA0AacVDFQBAP9wJkE/KhUMAAAAAElFTkSuQmCC")
    no-repeat scroll 0 0 transparent;
  background-position: calc(100% - 25px) 50%;
  background-size: 10px;
}
.field_area textarea {
  height: 180px;
}
.field_area span {
  font-size: 13px;
  line-height: 20px;
  color: #ff3636;
  text-align: left;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.sectinwhite form.contact_section_area {
  margin: 0 0 0px;
}
#quickenquiry_form .formStatus,
.contact_section_area .formStatus,
.step-tab-content .formStatus {
  text-align: center;
  color: #fff;
  padding: 20px;
  margin-top: 20px;
  font-size: 15px;
}
#quickenquiry_form .formStatus .success,
.contact_section_area .formStatus .success,
.step-tab-content .formStatus .success {
  background: green;
}
#quickenquiry_form .formStatus .error,
.contact_section_area .formStatus .error,
.step-tab-content .formStatus .error {
  background: red;
}
a,
a:active,
a:focus,
a:hover {
  outline: none;
}
body.archive.category,
body.page-template-template-blog {
  background: #f7f6f2;
}
body.archive.category .wrapper,
body.page-template-template-blog .wrapper {
  padding: 30px;
}
body.archive.category .slider_block,
body.page-template-template-blog .slider_block {
  padding-bottom: 0;
}
.blog_inner_container {
  width: 1170px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.blog_header {
  padding: 30px 0;
  text-align: center;
}
.blog_header .page_title {
  font-weight: 900;
  font-size: 58px;
  line-height: 1.16;
  color: #141516;
  margin: 0 0 15px;
}
.blog_header .page_desc {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(20, 21, 22, 0.75);
  max-width: 575px;
  margin: 0 auto 30px;
}
.header_searchbox {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 30px;
}
.header_searchbox label {
  display: block;
}
.header_searchbox input.search-field {
  display: block;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 19px 30px 19px 60px;
  background: #ffffff;
  border: 1px solid rgba(20, 21, 22, 0.1);
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-field::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-field::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-field:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-field::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-field::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.header_searchbox input.search-submit {
  background: url(../images/search_icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  outline: none;
}
.blog_cat_filter ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
}
.blog_cat_filter ul li {
  padding: 0 20px 20px 0;
  margin: 0;
}
.blog_cat_filter ul li:last-child {
  padding-right: 0;
}
.blog_cat_filter ul a {
  display: block;
  padding: 15px 30px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: rgba(20, 21, 22, 0.75);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
}
.blog_cat_filter ul a:hover {
  color: #00c0ea;
  border-color: #00c0ea;
}
.blog_cat_filter ul a.active_cat {
  background: -o-linear-gradient(177.57deg, #ce131d 3.2%, #00c0ea 97.87%);
  background: linear-gradient(272.43deg, #ce131d 3.2%, #00c0ea 97.87%);
  -webkit-box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  color: #fff;
}
.blog_cat_filter li.other-cats {
  position: relative;
  padding: 0;
}
.blog_cat_filter li.other-cats a.oc-toggler {
  border-color: transparent;
  position: relative;
  color: rgba(20, 21, 22, 0.75);
}
.blog_cat_filter li.other-cats a.oc-toggler:hover {
  color: rgba(20, 21, 22, 0.75);
  opacity: 0.8;
}
.blog_cat_filter li.other-cats a.oc-toggler:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: url(../images/icon-arrow-down.svg) no-repeat center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -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;
  position: absolute;
  top: 50%;
  right: 8px;
}
.blog_cat_filter li.other-cats a.oc-toggler.open {
  opacity: 1;
}
.blog_cat_filter li.other-cats a.oc-toggler.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  -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;
}
.blog_cat_filter li.other-cats ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  position: absolute;
  right: 8px;
  width: 100%;
  top: 105%;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  z-index: 9;
  -webkit-box-shadow: 0px 10px 24px rgba(172, 172, 172, 0.15);
  box-shadow: 0px 10px 24px rgba(172, 172, 172, 0.15);
}
.blog_cat_filter li.other-cats ul li {
  list-style: none;
  display: block;
  padding: 0;
  width: 100%;
}
.blog_cat_filter li.other-cats ul li a {
  padding: 15px 15px;
  border-width: 0 0 1px;
  border-radius: 0;
  text-align: left;
  border-color: rgba(0, 0, 0, 0.08);
}
.blog_cat_filter li.other-cats ul li:last-child a {
  border: 0;
}
.blog-posts-wrap {
  padding: 40px 0;
}
.blog-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 27px 0;
  float: left;
  clear: both;
  width: 100%;
}
.blog-item-image {
  width: calc(47% + 70px);
  margin-right: -70px;
  position: relative;
  z-index: 1;
  padding: 58px 0;
}
.blog-item-image img {
  display: block;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
}
.blog-item-image a {
  display: block;
}
.blog-item-image a:hover {
  opacity: 0.85;
}
.blog-item-content {
  width: 53%;
  padding: 60px 60px 60px 130px;
  background: #ffffff;
  -webkit-box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 24px 34px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
.blog-item-content .blog-item-date {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  color: #141516;
  opacity: 0.75;
  margin: 0 0 5px;
}
.blog-item-content h3.blog-item-title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1.25;
  color: #000000;
  margin: 0 0 20px;
}
.blog-item-content h3.blog-item-title a {
  color: #000;
}
.blog-item-content h3.blog-item-title a:hover {
  color: #17b2f3;
}
.blog-item-content .blog-item-desc {
  font-size: 18px;
  line-height: 1.78;
  color: rgba(20, 21, 22, 0.75);
}
.blog-item-content .blog-item-more {
  margin: 20px 0 0;
}
.blog-item-content .blog-item-more a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  color: #17b2f3;
  position: relative;
}
.blog-item-content .blog-item-more a:after {
  content: "";
  display: block;
  margin-left: 12px;
  width: 20px;
  height: 16px;
  background: url(../images/icon-arrow-right.svg) no-repeat center right;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item-content .blog-item-more a:hover:after {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.blog-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.blog-item:nth-child(2n) .blog-item-image {
  width: calc(47% + 70px);
  margin-right: 0;
  margin-left: -70px;
}
.blog-item:nth-child(2n) .blog-item-content {
  width: 53%;
  padding: 60px 130px 60px 60px;
}
.blog-pagination {
  text-align: center;
  margin: 40px 0 0;
  padding: 20px 0;
  clear: both;
}
.blog-pagination ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blog-pagination ul li {
  display: block;
  min-width: 32px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin: 0;
}
.blog-pagination ul li span {
  display: block;
  width: 100%;
  border-radius: 3px;
}
.blog-pagination ul li span.current {
  background: #20bcff;
  color: #fff;
}
.blog-pagination ul li a.next_link,
.blog-pagination ul li a.prev_link {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 6px;
  font-size: 0;
  display: block;
  border-radius: 3px;
}
.blog-pagination ul li a.next_link:hover,
.blog-pagination ul li a.prev_link:hover {
  background-color: rgba(20, 21, 22, 0.08);
}
.blog-pagination ul li a.prev_link {
  background-image: url(../images/pagination-left.svg);
}
.blog-pagination ul li a.next_link {
  background-image: url(../images/pagination-right.svg);
}
.blog-pagination ul li .disabled {
  pointer-events: none;
}
.blog-wrapper {
  padding: 150px 15px 0;
  width: 100%;
  margin: 0 auto;
  max-width: 770px;
  word-wrap: break-word;
}
.blog-wrapper h1.single-title {
  font-family: "HK Grotesk-black";
  font-size: 40px;
  line-height: 1.3;
  color: #141516;
  margin: 0;
}
.blog-wrapper .post-meta-wrap {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.71;
  color: rgba(20, 21, 22, 0.75);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.blog-wrapper .post-meta-right {
  text-align: right;
  line-height: 1;
  width: 50%;
}
.blog-wrapper .post-meta-right .post-comments {
  font-family: "HK Grotesk";
  margin-top: 10px;
}
.blog-wrapper .post-meta-right .post-comments a {
  display: inline-block;
  text-decoration: underline;
}
.blog-wrapper .post-meta-right .post-comments a:hover {
  text-decoration: none;
}
.blog-wrapper .post-meta-left {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
}
.blog-wrapper .post-author-image img {
  display: block;
  border-radius: 50%;
}
.blog-wrapper .post-author-image {
  margin-right: 20px;
}
.blog-wrapper .post-author-text span {
  display: block;
  line-height: 1;
}
.blog-wrapper .post-author-text span.written_by {
  font-family: "HK Grotesk";
  font-size: 12px;
}
.blog-wrapper .post-author-text span.post_author_name {
  font-family: "HK Grotesk-bold";
  font-size: 18px;
  margin-top: 8px;
}
.blog-wrapper .post-thumb {
  padding: 38px 0 34px;
}
.blog-wrapper .post-thumb img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.blog-wrapper .post-content {
  padding: 20px 0;
  line-height: 2.11;
  color: rgba(20, 21, 22, 0.75);
}
.blog-wrapper .post-content h1,
.blog-wrapper .post-content h2,
.blog-wrapper .post-content h3,
.blog-wrapper .post-content h4,
.blog-wrapper .post-content h5,
.blog-wrapper .post-content h6 {
  color: #141516;
}
.blog-wrapper .post-content h1 span,
.blog-wrapper .post-content h2 span,
.blog-wrapper .post-content h3 span,
.blog-wrapper .post-content h4 span,
.blog-wrapper .post-content h5 span,
.blog-wrapper .post-content h6 span {
  color: inherit;
}
.blog-wrapper .post-content p {
  line-height: inherit;
  margin-bottom: 24px;
}
.blog-wrapper .post-content input {
  display: inline-block;
  width: auto;
  padding: 0 20px;
}
.blog-wrapper .post-content li {
  line-height: inherit;
}
.blog-wrapper .post-content a {
  color: #1778e3;
}
.blog-wrapper .post-content a:hover {
  color: #111;
}
.blog-wrapper .post-content h2 {
  font-family: "HK Grotesk-bold";
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.blog-wrapper .post-content h3 {
  font-family: "HK Grotesk-semibold";
  font-size: 22px;
  line-height: 1.25;
  margin: 0 0 16px;
}
.blog-wrapper .post-content .wp-block-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-wrapper .post-content .wp-block-column pre.wp-block-verse {
  font-size: 18px;
  line-height: inherit;
  font-family: inherit;
  color: #141516;
  max-width: 300px;
}
.blog-wrapper .post-content .wp-block-column pre.wp-block-verse:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(20, 21, 22, 0.22);
}
.blog-wrapper .post-content .wp-block-column p:last-child {
  margin: 0;
}
.blog-wrapper .post-content blockquote {
  margin: 60px 0 40px;
  background: #f5f6ff;
  border-radius: 3px;
  padding: 50px;
  color: #141516;
}
.blog-wrapper .post-content blockquote:before {
  content: "";
  width: 36px;
  height: 30px;
  display: block;
  margin: 0 auto 20px;
  background: url(../images/icon-quote.svg) no-repeat center;
}
.blog-wrapper .post-content blockquote p {
  font-family: "HK Grotesk-medium";
  font-weight: normal !important;
  font-size: 20px;
  line-height: 1.7;
  text-align: center;
  color: #141516;
  opacity: 1;
  max-width: 545px;
}
.blog-wrapper .post-content blockquote p:first-child {
  margin: 0 auto;
}
.blog-wrapper .post-content blockquote cite {
  display: block;
  margin: 20px 0 0;
  line-height: 1;
  color: rgba(20, 21, 22, 0.6);
}
.blog-wrapper .post-content > ul:not(.toc_list) {
  padding: 15px 0;
  margin: 0;
  list-style: none;
}
.blog-wrapper .post-content > ul:not(.toc_list) > li {
  position: relative;
  background: #f5f6ff;
  border-radius: 0 3px 3px 0;
  border-left: 2px solid #d0d0d0;
  padding: 13px 24px;
  color: #000;
  margin: 0 0 8px;
  line-height: 1.9;
}
.blog-wrapper .post-content > ul:not(.toc_list) > li:hover {
  border-color: #f15a29;
}
.blog-wrapper .post-content > ul:not(.toc_list) > li ul {
  margin-top: 15px;
}
.blog-wrapper .post-content p + ul {
  padding-top: 0;
}
.blog-wrapper .post-content .alsoread {
  padding: 40px 0;
  border: 1px solid rgba(20, 21, 22, 0.15);
  border-left: 0;
  border-right: 0;
  margin: 30px 0 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "HK Grotesk";
}
.blog-wrapper .post-content .alsoread a {
  color: #1778e3;
  text-decoration: none;
}
.blog-wrapper .post-content .alsoread a:hover {
  text-decoration: underline;
}
.blog-wrapper .post-content .alsoread p {
  margin: 0;
}
.blog-wrapper .post-content .alsoread p span {
  text-decoration: none !important;
}
.blog-wrapper .post-content .alsoread p.title {
  font-size: 22px;
  color: rgba(20, 21, 22, 0.35);
  min-width: 140px;
  margin: 0;
  padding-right: 10px;
  line-height: 1;
}
.blog-wrapper .post-content .alsoread p.title span {
  display: block;
  color: inherit;
  font-size: 32px;
  margin: 15px 0 0;
}
.blog-wrapper .post-content #toc_container {
  background: #f5f6ff;
  border-radius: 3px;
  border: 0;
  padding: 42px;
  margin: 30px 0;
}
.blog-wrapper .post-content #toc_container p.toc_title {
  color: #141516;
  font-family: "HK Grotesk-semibold";
  text-align: left;
}
.blog-wrapper .post-content #toc_container ul.toc_list {
  margin: 20px 0 0;
  padding: 0;
  font-size: 18px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(20, 21, 22, 0.75);
  margin: 0 0 15px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li:last-child {
  margin: 0;
}
.blog-wrapper .post-content #toc_container ul.toc_list li a {
  text-decoration: none;
  color: rgba(20, 21, 22, 0.75);
  display: inline-block;
}
.blog-wrapper .post-content #toc_container ul.toc_list li a:hover {
  color: #1778e3;
}
.blog-wrapper .post-content #toc_container ul.toc_list li span {
  color: rgba(20, 21, 22, 0.6) !important;
  display: inline-block;
  margin-right: 15px;
  min-width: 20px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li ul {
  margin: 10px 0 15px 45px;
  font-size: 16px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li ul li {
  font-size: 16px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li ul li span {
  margin-right: 10px;
}
.blog-wrapper .post-content #toc_container ul.toc_list li ul:last-child {
  margin-bottom: 0;
}
.blog-wrapper .author-outer {
  position: relative;
  padding: 36px 0;
  border-top: 1px solid rgba(20, 21, 22, 0.25);
}
.blog-wrapper .author-outer span.written {
  display: block;
  font-family: "HK Grotesk";
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}
.blog-wrapper .author-outer span.author-name {
  display: block;
  font-family: "HK Grotesk-bold";
  font-size: 18px;
  margin-top: 8px;
  line-height: 1;
}
.blog-wrapper .author-img-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-wrapper .author-pic {
  width: 64px;
  min-width: 64px;
  display: block;
  margin-right: 20px;
}
.blog-wrapper .author-pic img {
  display: block;
  width: 64px;
  height: 64px;
  border-radius: 50%;
}
.blog-wrapper .author-desc {
  padding: 10px 0 0 84px;
  font-size: 18px;
  line-height: 1.78;
  color: rgba(20, 21, 22, 0.75);
}
.blog-wrapper .author-desc p {
  color: inherit;
  line-height: inherit;
  font-size: inherit;
}
.blog-wrapper .author-desc p:last-child {
  margin: 0;
}
.blog-wrapper .social-sec {
  position: relative;
  text-align: center;
}
.blog-wrapper .social-sec .social-share-title {
  position: relative;
  text-align: center;
}
.blog-wrapper .social-sec .social-share-title:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 0.5px);
  left: 0;
  height: 1px;
  width: 100%;
  background: #141516;
  opacity: 0.25;
}
.blog-wrapper .social-sec .social-share-title span {
  display: inline-block;
  padding: 10px 20px;
  background: #fff;
  position: relative;
  z-index: 2;
  font-size: 16px;
  color: rgba(20, 21, 22, 0.55);
  font-family: "HK Grotesk";
}
.blog-wrapper .social-sec ul {
  margin: 20px 0;
  padding: 0;
}
.blog-wrapper .social-sec ul li {
  display: inline-block;
  vertical-align: middle;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  overflow: hidden;
  margin: 10px 15px;
}
.blog-wrapper .social-sec ul li a {
  display: block;
}
.blog-wrapper .social-sec ul li a:hover {
  opacity: 0.85;
}
.single_comment {
  padding: 30px 0;
}
.single_comment h2.comments-title {
  font-size: 24px;
  line-height: 1.5;
  margin: 0 0 20px;
}
.single_comment h2.comments-title span {
  color: inherit;
}
.single_comment ol.commentlist {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.single_comment ol.commentlist li {
  padding: 20px;
  border: 1px solid rgba(20, 21, 22, 0.25);
  border-radius: 5px;
  position: relative;
  margin: 0 0 25px;
  color: rgba(20, 21, 22, 0.75);
}
.single_comment ol.commentlist .comment-content.comment {
  padding: 15px 0;
  position: static;
  font-size: 16px;
}
.single_comment ol.commentlist .comment-content.comment li,
.single_comment ol.commentlist .comment-content.comment p {
  font-size: inherit;
}
.single_comment ol.commentlist .comment-meta.comment-author.vcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.single_comment ol.commentlist .cmt2 {
  padding-left: 15px;
}
.single_comment ol.commentlist .cmt2 time {
  display: block;
  font-size: 13px;
}
.single_comment ol.commentlist cite.fn {
  font-style: normal;
  color: #141516;
}
.single_comment ol.commentlist cite.fn span {
  font-size: 13px;
  text-transform: capitalize;
  background: #eee;
  padding: 5px 8px;
  line-height: 1;
  border-radius: 5px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.single_comment ol.commentlist .cmt1 img {
  display: block;
  border-radius: 50%;
}
.single_comment ol.commentlist p.edit-link {
  margin: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.single_comment ol.commentlist article.comment {
  position: relative;
}
.single_comment ol.children {
  margin: 20px 0 0;
  padding: 0;
}
.single_comment ol.children li {
  list-style: none;
  margin: 0;
}
.single_comment h3#reply-title {
  font-size: 24px;
  margin: 0 0 10px;
  line-height: 1.5;
}
.single_comment span#email-notes {
  color: inherit;
}
.related-section {
  padding: 50px 0 100px;
}
.related-section h3 {
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  color: rgba(43, 57, 144, 0.55);
  font-family: "HK Grotesk";
  margin: 0 0 40px;
}
.related-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.related-items-wrap .related-item {
  width: 33.33%;
  padding: 0 15px;
}
.related-items-wrap .related-item a {
  display: block;
  pointer-events: none;
}
.related-items-wrap .related-item .ri-image img {
  display: block;
  width: 100%;
  border-radius: 6px;
  pointer-events: auto;
}
.related-items-wrap .related-item .ri-texts {
  margin: 25px 0 0;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(20, 21, 22, 0.6);
}
.related-items-wrap .related-item .ri-texts h4 {
  font-family: "HK Grotesk-semibold";
  font-size: 22px;
  line-height: 1.55;
  color: #141516;
  margin: 0 0 15px;
  pointer-events: auto;
}
.related-items-wrap .related-item .ri-texts .ri-date {
  font-size: 13px;
  margin: 20px 0 0;
}
.related-items-wrap .related-item .ri-texts p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
}
.related-items-wrap .related-item a:hover h4 {
  color: #1778e3;
}
.related-items-wrap .related-item a:hover img {
  opacity: 0.85;
}
@media (max-width: 1023px) {
  .blog_header .page_title {
    font-size: 40px;
  }
  .blog_header .page_desc {
    font-size: 16px;
  }
  .header_searchbox input.search-field::-webkit-input-placeholder {
    font-size: 16px;
  }
  .header_searchbox input.search-field::-moz-placeholder {
    font-size: 16px;
  }
  .header_searchbox input.search-field:-ms-input-placeholder {
    font-size: 16px;
  }
  .header_searchbox input.search-field::-ms-input-placeholder {
    font-size: 16px;
  }
  .header_searchbox input.search-field,
  .header_searchbox input.search-field::placeholder {
    font-size: 16px;
  }
  .blog_cat_filter ul a {
    font-size: 14px;
  }
  .blog-item-content .blog-item-date {
    font-size: 14px;
  }
  .blog-item-content h3.blog-item-title {
    font-size: 24px;
  }
  .blog-item-content .blog-item-desc {
    font-size: 14px;
  }
  .blog-item-content .blog-item-more a {
    font-size: 15px;
  }
  .blog-item-content {
    padding: 40px 40px 40px 90px;
  }
  .blog-item-image {
    width: calc(47% + 50px);
    margin-right: -50px;
    padding: 40px 0;
  }
  .blog-item-image img {
    height: 300px;
  }
  .blog-item:nth-child(2n) .blog-item-content {
    width: 53%;
    padding: 40px 90px 40px 40px;
  }
  .blog-item:nth-child(2n) .blog-item-image {
    width: calc(47% + 50px);
    margin-right: 0;
    margin-left: -50px;
  }
  .blog-wrapper h1.single-title {
    font-size: 34px;
  }
  .related-section h3 {
    margin: 0 0 30px;
  }
  .related-items-wrap .related-item .ri-texts {
    font-size: 16px;
  }
  .related-items-wrap .related-item .ri-texts h4 {
    font-size: 18px;
    line-height: 1.4;
  }
  .related-items-wrap .related-item .ri-texts .ri-date {
    margin: 15px 0 0;
  }
}
@media (max-width: 767px) {
  body.archive.category .wrapper,
  body.page-template-template-blog .wrapper {
    padding: 15px;
  }
  .blog_inner_container {
    padding: 0 15px;
  }
  .blog_cat_filter ul li {
    padding: 0 10px 10px 0;
  }
  .blog_cat_filter ul li:last-child {
    padding-right: 0;
  }
  .blog_cat_filter ul li a {
    padding: 5px 10px;
    border-radius: 5px;
  }
  .blog_cat_filter ul li a.oc-toggler {
    padding-right: 22px;
  }
  .blog_cat_filter ul li.other-cats ul li a {
    padding: 10px;
  }
  .blog-posts-wrap {
    padding: 20px 0;
  }
  .blog-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    margin: 15px 0;
  }
  .blog-item-content {
    padding: 40px !important;
    width: 100% !important;
    border-radius: 0 0 20px 20px;
  }
  .blog-item-image {
    width: 100% !important;
    margin: 0 !important;
    padding: 0;
  }
  .blog-item-image img {
    height: auto;
    width: 100%;
    border-radius: 20px 20px 0 0;
  }
  .blog-pagination {
    margin: 0;
    padding-bottom: 0;
  }
  .header_searchbox input.search-field::-webkit-input-placeholder {
    font-size: 14px;
  }
  .header_searchbox input.search-field::-moz-placeholder {
    font-size: 14px;
  }
  .header_searchbox input.search-field:-ms-input-placeholder {
    font-size: 14px;
  }
  .header_searchbox input.search-field::-ms-input-placeholder {
    font-size: 14px;
  }
  .header_searchbox input.search-field,
  .header_searchbox input.search-field::placeholder {
    font-size: 14px;
  }
  .header_searchbox input.search-field {
    padding: 15px 15px 15px 40px;
  }
  .header_searchbox input.search-submit {
    left: 15px;
  }
  .blog-wrapper h1.single-title {
    font-size: 28px;
  }
  .related-section {
    padding: 20px 0;
  }
  .related-section h3 {
    margin: 0 0 25px;
  }
  .related-items-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  .related-items-wrap .related-item {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .related-items-wrap .related-item:last-child {
    border-bottom: 0;
  }
  .related-items-wrap .related-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .related-items-wrap .related-item .ri-image {
    min-width: 200px;
    min-width: 120px;
  }
  .related-items-wrap .related-item .ri-texts {
    margin: 0;
    padding: 0 0 0 20px;
  }
  .related-items-wrap .related-item .ri-texts h4 {
    margin: 0 0 10px;
  }
  .related-items-wrap .related-item .ri-texts .ri-date {
    margin: 10px 0 0;
  }
}
@media (max-width: 450px) {
  .blog-item-content {
    padding: 20px !important;
  }
  .blog-item-content h3.blog-item-title {
    font-size: 21px;
    margin: 0 0 15px;
  }
  .blog-item-content .blog-item-date {
    font-size: 12px;
  }
  .blog-item-content .blog-item-more {
    margin: 10px 0 0;
  }
  .blog-item-content .blog-item-more a {
    font-size: 13px;
  }
  .blog-item-content .blog-item-more a:after {
    height: 10px;
    margin-left: 5px;
    width: 15px;
  }
  .blog-item-content .blog-item-more a:hover:after {
    margin-left: 10px;
  }
  .blog_header .page_title {
    font-size: 32px;
  }
  .blog_inner_container {
    padding: 0;
  }
  .blog-wrapper .post-meta-wrap {
    padding: 20px 0;
  }
  .blog-wrapper .post-author-image img {
    width: 40px;
  }
  .blog-wrapper .post-author-image {
    margin-right: 10px;
  }
  .blog-wrapper .post-author-text span.written_by {
    font-size: 10px;
  }
  .blog-wrapper .post-author-text span.post_author_name {
    font-size: 15px;
  }
  .blog-wrapper .post-content p {
    font-size: 16px;
  }
  .blog-wrapper .post-content {
    line-height: 1.7;
    padding: 10px 0;
  }
  .blog-wrapper .post-thumb {
    padding: 20px 0;
  }
  .blog-wrapper .post-content #toc_container {
    padding: 30px;
    margin: 20px 0;
  }
  .blog-wrapper .post-content #toc_container ul.toc_list {
    font-size: 16px;
    margin: 15px 0 0;
  }
  .blog-wrapper .post-content #toc_container ul.toc_list li ul {
    margin: 10px 0 15px 30px;
  }
  .blog-wrapper .post-content #toc_container ul.toc_list li {
    font-size: 16px;
    line-height: 1.6;
  }
  .blog-wrapper .post-content #toc_container ul.toc_list li span {
    margin-right: 5px;
  }
  .blog-wrapper .post-content #toc_container ul.toc_list li ul li span {
    margin-right: 5px;
  }
  .blog-wrapper .post-content blockquote {
    margin: 30px 0 20px;
    padding: 30px;
  }
  .blog-wrapper .post-content blockquote p {
    font-size: 18px;
  }
  .blog-wrapper .post-content blockquote cite {
    font-size: 12px;
  }
  .blog-wrapper .post-content h2 {
    font-size: 21px;
  }
  .blog-wrapper .post-content h3 {
    font-size: 19px;
  }
  .blog-wrapper .post-content > ul:not(.toc_list) > li {
    font-size: 16px;
    padding: 10px 20px;
    line-height: 1.6;
  }
  .blog-wrapper .author-pic {
    margin-right: 15px;
  }
  .blog-wrapper .author-desc {
    font-size: 15px;
    padding: 15px 0 0;
  }
  .blog-wrapper .social-sec .social-share-title span {
    font-size: 14px;
  }
  .blog-wrapper .social-sec ul {
    margin: 10px 0;
  }
  .blog-wrapper .social-sec ul li {
    width: 36px;
    height: 36px;
    margin: 5px 10px;
  }
  .single_comment {
    padding: 20px 0;
  }
  .single_comment h2.comments-title {
    font-size: 21px;
  }
  .single_comment h3#reply-title {
    font-size: 21px;
    margin: 0 0 5px;
  }
  .blog-wrapper {
    padding: 120px 15px 0;
  }
  .blog-wrapper .author-outer {
    padding: 25px 0;
  }
  .blog-wrapper .post-content .alsoread {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 20px 0 25px;
  }
  .blog-wrapper .post-content .alsoread p {
    line-height: 1.5;
  }
  .blog-wrapper .post-content .alsoread p.title {
    font-size: 16px;
    min-width: 0;
    padding: 0;
    margin: 0 0 8px;
  }
  .blog-wrapper .post-content .alsoread p.title span {
    font-size: inherit;
    display: inline;
    margin: 0 0 0 4px;
    text-transform: lowercase;
  }
  .blog-wrapper h1.single-title {
    font-size: 25px;
  }
  .related-section h3 {
    font-size: 14px;
    margin: 0 0 20px;
  }
  .related-items-wrap .related-item .ri-image {
    min-width: 100px;
    width: 100px;
  }
  .related-items-wrap .related-item .ri-texts h4 {
    font-size: 16px;
  }
  .related-items-wrap .related-item .ri-texts p {
    display: none;
  }
  .related-items-wrap .related-item .ri-texts .ri-date {
    margin: 0;
  }
}
@media (max-width: 360px) {
  .blog-wrapper .post-meta-left {
    width: 100%;
  }
  .blog-wrapper .post-meta-right {
    text-align: left;
    margin: 20px 0 0;
    width: 100%;
  }
  .blog-wrapper .post-meta-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
  }
}
.crd_container {
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 48px;
}
@media screen and (min-width: 768px) {
  .crd_container {
    padding-top: 90px;
  }
}
@media screen and (min-width: 768px) {
  .crd_banner_sect {
    margin: 0 15px;
  }
}
@media screen and (min-width: 991px) {
  .crd_banner_sect {
    background: url(../images/cdimgbanner.jpg) no-repeat #034b75;
    background-size: cover;
    border-radius: 18px;
  }
}
@media screen and (min-width: 1400px) {
  .crd_banner_sect {
    margin: 0 65px;
  }
}
.crd_banner_sect .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 991px) {
  .crd_banner_sect .flex-container {
    padding: 78px 0;
  }
}
.crd_banner_sect .flex-container .sectinleft {
  width: 100%;
  padding: 30px;
  background: url(../images/cdimgbanner.jpg) no-repeat #034b75;
  background-size: cover;
  border-radius: 18px;
  margin-bottom: 20px;
}
@media screen and (min-width: 991px) {
  .crd_banner_sect .flex-container .sectinleft {
    width: calc(100% - 334px);
    padding-right: 43px;
    background: none;
    margin-bottom: 0;
  }
}
.crd_banner_sect .flex-container .sectinleft h1 {
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
  font-family: "HK Grotesk-black";
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .crd_banner_sect .flex-container .sectinleft h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media screen and (min-width: 991px) {
  .crd_banner_sect .flex-container .sectinleft h1 {
    font-size: 62px;
    line-height: 81px;
  }
}
.crd_banner_sect .flex-container .sectinleft h2 {
  font-size: 18px;
  line-height: 23px;
  font-family: "HK Grotesk-black";
  color: #81e8ff;
  margin-bottom: 24px;
}
.crd_banner_sect .flex-container .sectinleft h2 span {
  color: #fff;
  font-family: "HK Grotesk-medium";
}
.crd_banner_sect .flex-container .sectinleft .classoptions {
  padding: 0;
  margin: 0;
  margin-bottom: 24px;
}
.crd_banner_sect .flex-container .sectinleft .classoptions li {
  font-size: 16px;
  line-height: 29px;
  list-style: none;
  color: #fff;
  margin: 0;
}
.crd_banner_sect .flex-container .sectinleft .classoptions li span {
  font-family: "HK Grotesk-black";
}
.crd_banner_sect .flex-container .sectinleft .sertified {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.75);
}
@media screen and (min-width: 520px) {
  .crd_banner_sect .flex-container .sectinleft .sertified {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.crd_banner_sect .flex-container .sectinleft .sertified i {
  width: 100%;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.75);
  font-family: "HK Grotesk-medium";
  text-align: center;
}
@media screen and (min-width: 520px) {
  .crd_banner_sect .flex-container .sectinleft .sertified i {
    width: auto;
    text-align: left;
  }
}
.crd_banner_sect .flex-container .sectinleft .sertified span {
  width: calc(50% - 22px);
  margin: 10px;
  display: block;
}
@media screen and (min-width: 520px) {
  .crd_banner_sect .flex-container .sectinleft .sertified span {
    width: auto;
    margin: 0;
    margin-left: 24px;
  }
}
.crd_banner_sect .flex-container .sectinright {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 991px) {
  .crd_banner_sect .flex-container .sectinright {
    width: 334px;
  }
}
@media screen and (min-width: 991px) {
  .crd_banner_sect .flex-container .sectinright .sectinrightin {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.crd_banner_sect .flex-container .sectinright .sectinwhite {
  background: #fff;
  -webkit-box-shadow: 0px 18px 24px rgba(20, 21, 22, 0.1);
  box-shadow: 0px 18px 24px rgba(20, 21, 22, 0.1);
  border-radius: 20px;
  padding: 30px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite.sec_features {
  margin-top: 30px;
  padding: 0;
  box-shadow: none;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .btnone {
  display: block;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border: 2px solid #0091fa;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  padding: 16px;
  text-align: center;
  font-family: "HK Grotesk-bold";
  margin-bottom: 16px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .btnone:hover {
  background: #fff;
  color: #0091fa;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .btntwo {
  display: block;
  background: #ffffff;
  border: 2px solid #17b2f3;
  border-radius: 8px;
  font-size: 15px;
  line-height: 20px;
  color: #17b2f3;
  padding: 16px;
  text-align: center;
  font-family: "HK Grotesk-bold";
  margin-bottom: 23px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .btntwo:hover {
  background: #0091fa;
  color: #fff;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features {
  margin-bottom: 23px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features h4 {
  font-size: 19px;
  line-height: 25px;
  color: #141516;
  font-family: "HK Grotesk-semibold";
  margin: 0;
  margin-bottom: 10px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features ul {
  padding: 0;
  margin: 0;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features li .img {
  display: block;
  margin-right: 22px;
  line-height: 1;
  margin-top: 4px;
  min-width: 22px;
}
.crd_banner_sect
  .flex-container
  .sectinright
  .sectinwhite
  .features
  li
  .img
  img {
  display: block;
}
.crd_banner_sect .flex-container .sectinright .sectinwhite .features li h4 {
  font-size: 15px;
  line-height: 2;
  font-family: "HK Grotesk-medium";
  color: rgba(20, 21, 22, 0.75);
  margin: 0;
}
.crd_contentsectin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 991px) {
  .crd_contentsectin .crd_cntleft {
    width: calc(100% - 334px);
    padding-right: 43px;
  }
}
@media screen and (min-width: 991px) {
  .crd_contentsectin .crd_cntrit {
    width: 334px;
  }
}
.cdlistfeatures {
  margin-top: 50px;
}
.cdlistfeatures .sectcourseftr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
.cdlistfeatures .sectcourseftr .icon {
  width: 34px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.cdlistfeatures .sectcourseftr .icon img {
  display: block;
  width: 100%;
}
.cdlistfeatures .sectcourseftr .desc {
  padding-left: 20px;
}
.cdlistfeatures .sectcourseftr .desc h3 {
  font-size: 16px;
  line-height: 21px;
  color: #141516;
  font-family: "HK Grotesk-bold";
}
.cdlistfeatures .sectcourseftr .desc h4 {
  font-size: 14px;
  line-height: 22px;
  font-family: "HK Grotesk-semibold";
  color: rgba(20, 21, 22, 0.75);
  margin-top: 6px;
}
.crdsecttwo {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .crdsecttwo {
    padding: 40px 0;
  }
}
.crdsecttwo h4 {
  font-size: 14px;
  line-height: 32px;
  color: #141516;
  font-family: "HK Grotesk-medium";
  margin-bottom: 8px;
}
.crdsecttwo p {
  font-size: 16px;
  line-height: 30px;
  color: rgba(20, 21, 22, 0.75);
  font-family: "HK Grotesk-medium";
}
@media screen and (min-width: 768px) {
  .crdsecttwo p {
    font-size: 18px;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .crdsectthree {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.crdsectthree .skilearnsect {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .crdsectthree .skilearnsect {
    width: calc(50% - 15px);
    margin-bottom: 40px;
  }
}
.crdsectthree .skilearnsect h3 {
  font-size: 18px;
  line-height: 32px;
  color: #141516;
  font-family: "HK Grotesk-bold";
  margin: 0;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .crdsectthree .skilearnsect h3 {
    font-size: 21px;
  }
}
.crdsectthree .skilearnsect .skills {
  padding: 0;
  margin: 0;
}
.crdsectthree .skilearnsect .skills li {
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  color: rgba(20, 21, 22, 0.75);
  position: relative;
  padding-left: 20px;
}
.crdsectthree .skilearnsect .skills li:before {
  content: "";
  width: 11px;
  height: 10px;
  position: absolute;
  background: url(../images/tik.svg) no-repeat;
  background-size: contain;
  left: 0;
  top: 13px;
}
.crd_sectfour {
  margin-top: 18px;
}
.crd_sectfour .secthead {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .crd_sectfour .secthead {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
  }
}
.crd_sectfour .secthead .btn {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "HK Grotesk-bold";
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(-28.33%, #17b2f3),
    color-stop(195%, #0091fa)
  );
  background: -o-linear-gradient(top, #17b2f3 -28.33%, #0091fa 195%);
  background: linear-gradient(180deg, #17b2f3 -28.33%, #0091fa 195%);
  border-radius: 8px;
  padding: 11px 25px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .crd_sectfour .secthead .btn {
    margin-top: 0;
  }
}
.crd_sectfour .secthead .btn img {
  width: 16px;
  margin-right: 11px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.crd_sectfour .secthead .btn:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.crd_sectfour .secthead h2 {
  font-size: 25px;
  line-height: 32px;
  color: #141516;
  font-family: "HK Grotesk-bold";
  margin: 0;
}
@media screen and (min-width: 768px) {
  .crd_sectfour .secthead h2 {
    font-size: 32px;
  }
}
.crd_sectfour .sectaccordian .accordian_item {
  background: #f3f7fd;
  border-radius: 10px;
  padding: 0 24px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .crd_sectfour .sectaccordian .accordian_item {
    margin-bottom: 26px;
  }
}
.crd_sectfour .sectaccordian .accordian_heading {
  font-size: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "HK Grotesk-bold";
  color: #000000;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .crd_sectfour .sectaccordian .accordian_heading {
    font-size: 18px;
  }
}
.crd_sectfour .sectaccordian .accordian_heading span {
  width: 28px;
  height: 28px;
  background: #17b2f3;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "HK Grotesk-black";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.crd_sectfour .sectaccordian .accordian_heading:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 33px;
  width: 7px;
  height: 7px;
  border-right: solid 2px #141516;
  border-bottom: solid 2px #141516;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.crd_sectfour .sectaccordian .accordian_heading.active:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.crd_sectfour .sectaccordian .accordian_content {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.crdsectfive {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
/* @media screen and (min-width: 768px) {
  .crdsectfive {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
} */
.crdsectfive .itemsect {
  margin-bottom: 30px;
  width: calc(50% - 25px);
  display: inline;
}
.crdsectfive .itemsect h3 {
  margin-top: 30px;
  margin-bottom: 16px;
  font-size: 17px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  font-family: "HK Grotesk-bold";
}
.crdsectfive .itemsect:first-child h3 {
  margin-top: 0;
}
.crdsectfive .itemsect > ul {
  padding: 0;
  padding-left: 14px;
  margin: 0;
}
.crdsectfive .itemsect > ul > li {
  font-size: 16px;
  line-height: 21px;
  color: rgba(20, 21, 22, 0.75);
  font-family: "HK Grotesk-medium";
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.crdsectfive .itemsect > ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #17b2f3;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
}
.crdsectfive .itemsect > ul > li > ul {
  padding: 0;
  padding-left: 14px;
  margin: 0;
  margin-top: 8px;
}
.crdsectfive .itemsect > ul > li > ul > li {
  font-size: 16px;
  line-height: 21px;
  color: rgba(20, 21, 22, 0.75);
  font-family: "HK Grotesk-medium";
  list-style: none;
  padding-left: 20px;
  position: relative;
}
.crdsectfive .itemsect > ul > li > ul > li:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  display: inline-block;
  border: 2px solid #8698a9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.cd_secteight {
  margin-top: 54px;
}
.cd_secteight h3 {
  font-size: 23px;
  line-height: 32px;
  color: #141516;
  font-family: "HK Grotesk-bold";
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cd_secteight h3 {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
  }
}
.cd_secteight p {
  font-size: 16px;
  line-height: 30px;
  font-family: "HK Grotesk-medium";
  color: rgba(20, 21, 22, 0.75);
}
@media screen and (min-width: 768px) {
  .cd_secteight p {
    font-size: 18px;
    line-height: 32px;
  }
}
.cd_sectnine {
  margin-top: 40px;
}
.cd_sectnine h3 {
  font-size: 23px;
  line-height: 32px;
  color: #141516;
  font-family: "HK Grotesk-bold";
  margin: 0;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .cd_sectnine h3 {
    font-size: 32px;
    line-height: 32px;
    text-align: left;
  }
}
.cd_sectnine .accordian_item {
  background: #f5f9ff;
  border-radius: 10px;
  padding: 0 24px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .cd_sectnine .accordian_item {
    margin-bottom: 26px;
  }
}
.cd_sectnine .accordian_heading {
  font-size: 17px;
  font-family: "HK Grotesk-semibold";
  color: #000000;
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  line-height: 1.4;
  padding-right: 40px;
}
.cd_sectnine .accordian_heading span {
  width: 28px;
  height: 28px;
  background: #17b2f3;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 16px;
  line-height: 21px;
  color: #ffffff;
  font-family: "HK Grotesk-black";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cd_sectnine .accordian_heading:after {
  content: "";
  position: absolute;
  right: 28px;
  top: 33px;
  width: 7px;
  height: 7px;
  border-right: solid 2px #141516;
  border-bottom: solid 2px #141516;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.cd_sectnine .accordian_heading.active:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.cd_sectnine .accordian_content {
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.inner-page-wrap {
  padding: 150px 0 70px;
}
.inner-page-wrap .notf-cnt input {
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.inner-page-title {
  margin: 20px 0;
  font-family: "HK Grotesk-bold";
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 20px;
}
.search_post {
  font-size: 16px;
}
.search_post .btn {
  padding: 15px 30px;
}
.search_post .sear_thumb {
  margin-top: 20px;
}
.search_post .sear_thumb img {
  display: block;
  width: 400px;
  max-width: 100%;
  border-radius: 5px;
}
.search_post .search-post-title {
  font-weight: normal;
  font-family: "HK Grotesk-medium";
  font-size: 26px;
  margin: 0;
}
.search_post .search-post-title a:hover {
  color: #1778e3;
}
.search_post .sear_cont {
  padding: 15px 0;
  color: rgba(20, 21, 22, 0.75);
}
.search_post .sear_cont p {
  line-height: 1.9;
}
.search_post .post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgba(20, 21, 22, 0.6);
  font-size: 16px;
  margin: 10px 0 0;
}
.search_post .post-date {
  margin-right: 10px;
  padding-right: 15px;
  position: relative;
}
.search_post .post-date:after {
  content: "-";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchForm-wrap {
  padding: 30px 0 0;
  text-align: center;
}
.searchForm-wrap p {
  margin: 0 0 20px;
}
.searchForm {
  position: relative;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 30px;
}
.searchForm label {
  display: block;
}
.searchForm input.search-field {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  padding: 19px 30px 19px 60px;
  background: #ffffff;
  border: 1px solid rgba(20, 21, 22, 0.1);
  border-radius: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-field::-webkit-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-field::-moz-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-field:-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-field::-ms-input-placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-field::placeholder {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.15;
  color: rgba(20, 21, 22, 0.45);
}
.searchForm input.search-submit {
  background: url(../images/search_icon.svg) no-repeat center;
  width: 18px;
  height: 18px;
  background-size: contain;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0;
  outline: none;
}
.box-items-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 0 30px;
}
.box-items-wrap .box-item {
  width: 25%;
  color: rgba(20, 21, 22, 0.75);
  margin: 0;
  padding: 15px;
}
.box-items-wrap .box-pic {
  margin: 0 0 15px;
  font-size: 14px;
}
.box-items-wrap .box-pic a {
  display: block;
}
.box-items-wrap .box-pic a:hover {
  opacity: 0.8;
}
.box-items-wrap .box-pic img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.box-items-wrap h6.box_title {
  font-size: 18px;
  margin: 0 0 10px;
  font-family: "HK Grotesk-semibold";
}
.box-items-wrap h6.box_title a {
  display: inline-block;
}
.box-items-wrap .box_cont {
  font-size: 16px;
}
.box-items-wrap .box_cont p {
  font-size: inherit;
  margin: 0;
}
.box-items-wrap .box_meta {
  font-size: 15px;
  opacity: 0.6;
  margin: 15px 0 0;
}
.box-items-wrap .box_meta p {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.navigation {
  margin: 0 auto;
  display: block;
  padding: 0;
}
[data-turbo-parallax] {
  pointer-events: none;
}
.select_wrap {
  display: block;
  width: 100%;
  position: relative;
}
.select_wrap select {
  display: block;
  width: 100%;
  position: relative;
  background-color: #ffffff;
  background-image: url(../images/select-caret.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 25px) 50%;
  border: 1px solid rgba(20, 21, 22, 0.14);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 15px 25px;
  margin: 0;
  font-size: 15px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  height: 52px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slider_content p.lighter_text {
  color: rgba(20, 21, 22, 0.75);
}
.gallery-box-wrap {
  margin-left: -15px;
  margin-right: -15px;
  width: 100%;
  position: relative;
}
.grid-sizer {
  width: 25%;
}
.gallery-box {
  width: 25%;
  padding: 15px;
}
.gallery-box.gallery-big {
  width: 50%;
}
.gallery-box a {
  display: block;
  position: relative;
}
@media (max-width: 1023px) {
  .searchForm input.search-field::-webkit-input-placeholder {
    font-size: 16px;
  }
  .searchForm input.search-field::-moz-placeholder {
    font-size: 16px;
  }
  .searchForm input.search-field:-ms-input-placeholder {
    font-size: 16px;
  }
  .searchForm input.search-field::-ms-input-placeholder {
    font-size: 16px;
  }
  .searchForm input.search-field,
  .searchForm input.search-field::placeholder {
    font-size: 16px;
  }
  .box-items-wrap {
    padding: 0 0 20px;
  }
  .box-items-wrap .box-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .inner-page-wrap {
    padding: 120px 0 0;
  }
  .notf-cnt h1 {
    font-size: 60px;
  }
  .notf-cnt h2 {
    font-size: 25px;
  }
  .notf-cnt:after {
    display: none;
  }
  .inner-page-title {
    font-size: 30px;
    margin: 15px 0;
  }
  .searchForm input.search-field::-webkit-input-placeholder {
    font-size: 14px;
  }
  .searchForm input.search-field::-moz-placeholder {
    font-size: 14px;
  }
  .searchForm input.search-field:-ms-input-placeholder {
    font-size: 14px;
  }
  .searchForm input.search-field::-ms-input-placeholder {
    font-size: 14px;
  }
  .searchForm input.search-field,
  .searchForm input.search-field::placeholder {
    font-size: 14px;
  }
  .searchForm input.search-field {
    padding: 15px 15px 15px 40px;
  }
  .searchForm input.search-submit {
    left: 15px;
  }
  .box-items-wrap {
    padding: 0 0 20px;
  }
  .box-items-wrap .box-item {
    width: 50%;
  }
  body:not(.page-template) .header_block {
    padding: 15px;
    top: 0;
  }
  body:not(.page-template) .inner-page-wrap {
    padding: 100px 0 0;
  }
  .header_block.sticky {
    padding: 10px 15px;
  }
  .header_block .right-sec .main-navigation > ul {
    padding: 100px 0 0;
  }
  .slider_block .slider_content h2 {
    max-width: none;
    padding: 15px 0;
  }
}
@media (max-width: 450px) {
  .inner-page-title {
    font-size: 24px;
    margin: 10px 0;
    padding: 0 0 10px;
  }
  .inner-page-wrap .search_post {
    padding: 20px 0;
  }
  .inner-page-wrap .search_post .search-post-title {
    font-size: 18px;
  }
  .inner-page-wrap .search_post .post-meta {
    font-size: 14px;
  }
  .inner-page-wrap .search_post p {
    font-size: 14px;
  }
  .inner-page-wrap .search_post .sear_cont p {
    font-size: 14px;
    line-height: 1.7;
  }
  .inner-page-wrap .search_post .btn {
    font-size: 14px;
    padding: 12px 20px;
  }
  .inner-page-wrap .search_post .sear_cont {
    padding: 10px 0;
  }
  .inner-page-wrap .search_post .sear_thumb {
    margin-bottom: 10px;
  }
  .navigation.row .alignleft a,
  .navigation.row .alignright a {
    font-size: 14px;
    padding: 12px 24px;
  }
  .searchForm-wrap {
    padding: 15px 0 0;
  }
  .searchForm-wrap p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .box-items-wrap {
    padding: 0 0 10px;
  }
  .box-items-wrap .box-item {
    width: 100%;
  }
}
#syllabus_popup {
  background: rgba(20, 20, 20, 0.75);
  height: 100vh;
  overflow: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: none;
}
#syllabus_popup.open {
  display: block;
}
.popup_area_syllabus {
  background: #f7f6f2;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  padding: 25px 10px;
}
.popup-syllabus-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  background: #333;
}
.popup-syllabus-close:hover {
  background: #000;
}
#submit_button_syllabus {
  width: 100%;
}
.popup_area_syllabus h5 {
  margin: 0 0 20px;
}
.popup_area_syllabus .radios_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.popup_area_syllabus .radios_wrap label {
  display: inline-block;
  vertical-align: middle;
}
.popup_area_syllabus .radios_wrap label:last-child {
  margin-left: 20px;
}
.popup_area_syllabus .radios_wrap input {
  display: inline-block;
  width: auto;
}
.popup_area_syllabus .field_area {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.single_comment li #respond {
  padding: 20px 0 0;
}
.single_comment li #respond h3#reply-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: inherit;
}
.single_comment li #respond h3#reply-title small {
  margin-left: 10px;
  font-size: 14px;
}
#cancel-comment-reply-link {
  text-decoration: underline;
}
#cancel-comment-reply-link:hover {
  text-decoration: none;
}
.contact_section_area .field_area,
.page-template-template-contact .field_area,
.popup_area_syllabus .field_area {
  padding: 0 0 15px !important;
}
.typewrite {
  display: block;
  white-space: nowrap;
}
@media (min-width: 1200px) {
  .slider_block .slider_content h2 {
    font-size: 62px;
  }
  .typewrite .wrap {
    padding-right: 5px;
  }
}
@media (min-width: 501px) {
  .gallery_section1 .grid4 {
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);
  }
}
@media (min-width: 601px) {
  .gallery_section1 .grid4 {
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .gallery_section1 .grid4 {
    width: calc(33.33% - 30px);
  }
}
body.popupshowing {
  overflow: hidden;
}
div#toc_container {
  width: 100%;
}
#mc-embedded-subscribe-form {
  position: relative;
}
.search .wrapper {
  background: #f7f6f2;
  padding: 30px;
}
.page-template-template-about .footer_block,
.page-template-template-contact .footer_block,
.page-template-template-courses .footer_block,
.page-template-template-placements .footer_block,
.page-template-template-recruit .footer_block,
.page-template-template-testimonials .footer_block,
body.home .footer_block,
body[class*="page-template-template-locations-"] .footer_block {
  background: #f7f6f2;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .page-template-template-about .footer_block,
  .page-template-template-contact .footer_block,
  .page-template-template-courses .footer_block,
  .page-template-template-placements .footer_block,
  .page-template-template-recruit .footer_block,
  .page-template-template-testimonials .footer_block,
  body.home .footer_block,
  body[class*="page-template-template-locations-"] .footer_block {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
}
.section.home_section3.addedcdsectone {
  max-width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}
.course-tab-anchors {
  text-align: center;
}
.course-tab-anchors a {
  display: inline-block;
  vertical-align: middle;
  margin: 12px;
  background: #fff;
  padding: 15px 30px;
  border-radius: 8px;
  color: rgba(20, 21, 22, 0.75);
  font-size: 16px;
  border: 1px solid #f7f6f2;
}
.course-tab-anchors a:hover {
  border-color: #17b2f3;
  color: #17b2f3;
  background: #f0fafe;
}
.course-tab-anchors a.active-item {
  color: #fff;
  background: -o-linear-gradient(177.57deg, #17b2f3 3.2%, #00c0ea 97.87%);
  background: linear-gradient(272.43deg, #17b2f3 3.2%, #00c0ea 97.87%);
  -webkit-box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  box-shadow: 0px 10px 24px rgba(23, 178, 243, 0.15);
  border-color: #17b2f3;
}
.course-tab-content {
  position: relative;
  padding: 15px 0;
}
.course-tab-content .course-tab-item {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
}
.course-tab-content .course-tab-item.active-tab {
  position: relative;
  pointer-events: auto;
  opacity: 1;
}
.course-tab-content .course-tab-row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.course-tab-content .course-tab-box {
  background: #fff;
  width: calc(33.33% - 30px);
  margin: 15px;
  padding: 30px;
  border-radius: 13px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.course-tab-content .course-tab-box:hover {
  -webkit-box-shadow: 0px 28px 20px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 28px 20px rgba(0, 0, 0, 0.06);
}
@media (max-width: 1400px) {
  .course-tab-content .course-tab-box:hover {
    -webkit-box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0px 14px 10px rgba(0, 0, 0, 0.06);
  }
}
.course-badge {
  display: inline-block;
  padding: 10px 20px;
  font-size: 15px;
  color: #444;
  background: #ddd;
  border-radius: 40px;
}
.course-badge.cb_popular {
  background: #ffe38f;
  color: #382902;
}
.course-badge.cb_new {
  background: #e5e6ff;
  color: #4b4dec;
}
.course-badge.cb_advanced {
  background: #b8f9d3;
  color: #064f25;
}
.course-badge + h4 {
  margin-top: 15px;
}
.course-duration p {
  opacity: 0.75;
  display: block;
  margin: 10px 0 0;
}
.recruit_top_btn {
  margin: 60px 0 0;
}
@media (max-width: 767px) {
  .recruit_top_btn {
    margin: 30px 0 0;
  }
}
.recruit-content-section {
  position: relative;
}
.recruit-content-section .recruit-title {
  font-family: "HK Grotesk-bold";
  font-size: 32px;
  text-align: center;
  color: #141516;
  margin: 0 0 10px;
  line-height: 1.3;
}
.recruit-content-section .recruit-desc {
  text-align: center;
}
.recruit-content-section .recruit-desc.rdesc-small {
  max-width: 510px;
  margin: 0 auto;
}
.recruit-content-section .select_wrap select {
  background-position: calc(100% - 15px) 50%;
  padding: 15px 15px;
  height: 60px;
  color: #141516;
}
.recruit-content-section .select_wrap select:focus {
  border-color: #17b2f3;
  -webkit-box-shadow: 0px 2px 10px rgba(23, 178, 243, 0.08);
  box-shadow: 0px 2px 10px rgba(23, 178, 243, 0.08);
}
.recruit-content-section .select_wrap ::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .select_wrap ::-moz-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .select_wrap :-ms-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .select_wrap ::-ms-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .select_wrap ::placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .field_area input,
.recruit-content-section .field_area textarea {
  padding: 15px 15px;
  color: #141516;
}
.recruit-content-section .field_area input:focus,
.recruit-content-section .field_area textarea:focus {
  border-color: #17b2f3;
  -webkit-box-shadow: 0px 2px 10px rgba(23, 178, 243, 0.08);
  box-shadow: 0px 2px 10px rgba(23, 178, 243, 0.08);
}
.recruit-content-section .field_area input {
  height: 60px;
}
.recruit-content-section .field_area label {
  color: #141516;
}
.recruit-content-section .field_area ::-webkit-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .field_area ::-moz-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .field_area :-ms-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .field_area ::-ms-input-placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-content-section .field_area ::placeholder {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.45);
}
.recruit-people-wrap {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 0;
}
.recruit-people-wrap .people-item {
  width: 100%;
  padding: 65px 15px 35px;
  position: relative;
}
@media (min-width: 551px) {
  .recruit-people-wrap .people-item {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .recruit-people-wrap .people-item {
    width: 33.33%;
  }
}
@media (min-width: 1025px) {
  .recruit-people-wrap .people-item {
    width: 25%;
  }
}
.recruit-people-wrap .people-item-inner {
  background: #ffffff;
  border: 1.37037px solid rgba(20, 21, 22, 0.08);
  border-radius: 10px;
  position: relative;
  padding: 40px 30px;
  font-size: 16px;
  line-height: 1.3;
  color: rgba(33, 43, 53, 0.75);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-people-wrap .people-item-inner:hover {
  -webkit-filter: drop-shadow(0px 4px 10px rgba(20, 21, 22, 0.08));
  filter: drop-shadow(0px 4px 10px rgba(20, 21, 22, 0.08));
}
.recruit-people-wrap .people-image {
  position: absolute;
  left: 30px;
  top: -50px;
  width: 100px;
  height: 100px;
  z-index: 1;
}
.recruit-people-wrap .people-image img {
  display: block;
  border-radius: 50%;
  border: 5px solid #ffffff;
  -webkit-filter: drop-shadow(0px 4px 10px rgba(20, 21, 22, 0.08));
  filter: drop-shadow(0px 4px 10px rgba(20, 21, 22, 0.08));
  width: 100%;
  height: 100%;
}
.recruit-people-wrap .people-name {
  font-family: "HK Grotesk-semibold";
  font-size: 22px;
  line-height: 1.4;
  color: #141516;
  margin: 15px 0 0;
}
.recruit-people-wrap .people-batch {
  margin: 8px 0 0;
}
.recruit-people-wrap .people-position {
  margin: 8px 0 0;
}
.recruit-people-wrap .people-company {
  margin: 35px 0 0;
}
.recruit-people-wrap .people-texts {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.recruit-form {
  max-width: 570px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid #f3f3f3;
  -webkit-box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 50px;
  color: #141516;
}
@media (max-width: 600px) {
  .recruit-form {
    padding: 25px;
  }
}
.recruit-form h3 {
  font-family: "HK Grotesk-bold";
  font-size: 26px;
  line-height: 1.4;
  margin: 0 0 20px;
}
.recruit-form .step-nav {
  font-size: 12px;
  color: rgba(20, 21, 22, 0.55);
}
.recruit-form .step-nav-bar {
  width: 100%;
  height: 3px;
  background: #ededed;
  position: relative;
  margin: 10px 0 0;
}
.recruit-form .step-nav-bar:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #17b2f3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-form .step-nav-bar.step-1:before {
  width: 50%;
}
.recruit-form .step-nav-bar.step-2:before {
  width: 100%;
}
.recruit-form .recruit-step-tab {
  padding: 0 15px;
}
@media (max-width: 600px) {
  .recruit-form .recruit-step-tab {
    padding: 0;
  }
}
.recruit-form .step-tab-content {
  padding: 30px 0 0;
}
.recruit-form .step-tab-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.recruit-form .step-tab-item.active-step {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.recruit-form .prev_btn_form {
  cursor: pointer;
  font-size: 13px;
  color: #17b2f3;
  display: inline-block;
  margin: 15px 0 0;
}
.recruit-form .prev_btn_form:hover {
  text-decoration: underline;
}
.full_width {
  width: 100%;
}
.testi-blocks-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.testi-block {
  position: relative;
  width: 33.33%;
  padding: 15px;
}
@media (max-width: 900px) {
  .testi-block {
    width: 50%;
  }
}
@media (max-width: 550px) {
  .testi-block {
    width: 100%;
    padding: 15px 0;
  }
}
.testi-block .testi-block-inner {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.testi-block .testi-block-inner:hover {
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.08);
}
.testi-block .testi-image {
  position: relative;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.testi-block .testi-image a {
  display: block;
  position: relative;
}
.testi-block .testi-image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.testi-block .testi-image img {
  display: block;
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
}
.testi-block .testi-image .play_btn {
  z-index: 2;
  right: 20px;
  bottom: 20px;
}
.testi-block .testi-content {
  padding: 33px;
}
.testi-block .testi-content .testi-desc {
  font-size: 18px;
  line-height: 1.67;
  color: rgba(20, 21, 22, 0.75);
  font-style: italic;
  margin: 0 0 30px;
}
.testi-block .testi-content .testi-name {
  font-family: "HK Grotesk-bold";
  font-size: 22px;
  line-height: 1.7;
  color: #141516;
}
.testi-block .testi-content .testi-pos {
  font-size: 16px;
  line-height: 1.3;
  color: rgba(20, 21, 22, 0.45);
  margin: 4px 0 0;
}
.testi-load-more {
  padding: 20px 0 0;
  text-align: center;
}
.testi-load-more img {
  display: block;
  margin: 0 auto;
}
.thankSec{
  display: flex;
  justify-content: center;
  background-color: #00aeef;
  padding: 50px 0;
}
.thankSec img{
  border-radius: 50%;
  overflow: hidden;
}
.thanktext {
  text-align: center;
 padding: 40px 0;
  display: flex;
  flex-direction: column;
}
.thanktext h1{
  font-size: 35px;
  color: #00aeef;
  
}
.thanktext p{
  font-size: 20px;
    margin-bottom: 20px;
    margin-top: 15px;
    color: #00aeef;
}
.thanktext .fbgrp{
  font-size: 30px;
  margin-bottom: 30px;

  color: #00aeef;
  
}
.thanktext .fbgrp:hover{
  text-decoration: underline!important;


}
.home{
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #22af73;
  padding: 15px;
  transition: .5s all;
  border-radius: 10px;
  margin: 0 auto;

}
.home:hover{
  color: white;
  background: #03bd6e;
}

.main-logo {text-align: center; margin: 0 0 30px;}
@media(min-width: 991px){
  .cdlistfeatures {
      margin-top: 95px;
  }
}

/*** DISABELED OWL ***/
.owl-carousel * {
  pointer-events: none !important;
}