/* --- 1.0 - Normalize ---*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
  color: #9ea9b5;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
  transition: all .3s ease;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
select {
  text-transform: none;
}
button {
  overflow: visible;
}
button,
input,
select,
textarea {
  max-width: 100%;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
  opacity: .5;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.4375em;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #d1d1d1;
  margin: 0 0 1.75em;
  min-width: inherit;
  padding: 0.875em;
}
fieldset > :last-child {
  margin-bottom: 0;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
optgroup {
  font-weight: bold;
}
/* --- 2.0 - Typography --- */
body,
button,
input,
select,
textarea {
  color: #1a1a1a;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  clear: both;
  line-height: 1.5;
  font-weight: 400;
  color: #17324f;
  margin: 0;
  padding: 0;
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
p {
  font-size: 16px;
  color: #53677d;
  line-height: 1.5;
  margin: 0 0 1.75em;
}
dfn,
cite,
em,
i {
  font-style: italic;
}
blockquote {
  border: 1px solid #e9e9e9;
  color: #17324f;
  font-size: 17px;
  font-style: italic;
  line-height: 28px;
  font-weight: 700;
  padding: 30px 25px 25px 80px;
  position: relative;
}
blockquote > p {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #17324f;
}
blockquote:after {
  content: "\f10d" !important;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -20px;
  font: normal normal normal 48px/1 FontAwesome;
  color: #e9e9e9;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote p {
  margin-bottom: 1.4736842105em;
}
blockquote cite,
blockquote small {
  color: #1a1a1a;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
blockquote cite:before,
blockquote small:before {
  content: "\2014\00a0";
}
blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}
blockquote strong,
blockquote b {
  font-weight: 400;
}
blockquote > :last-child {
  margin-bottom: 0;
}
address {
  color: #939595;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 10px;
}
pre {
  border: 1px solid #d1d1d1;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code {
  background-color: #d1d1d1;
  padding: 0.125em 0.25em;
}
abbr,
acronym {
  border-bottom: 1px dotted #d1d1d1;
  cursor: help;
}
mark,
ins {
  background: #007acc;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}
big {
  font-size: 125%;
}
/* --- 3.0 - Elements --- */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}
hr {
  background-color: #17324f;
  border: 0;
  height: 1px;
  margin: 0 0 1.75em;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
  margin-left: 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dl {
  margin: 0 0 1.75em;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 0 1.75em;
}
img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}
del {
  opacity: 0.8;
}
table,
th,
td {
  border: 1px solid #d1d1d1;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  /* Prevents HTML tables from becoming too wide */
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}
td {
  border-width: 0 1px 1px 0;
}
th,
td {
  padding: 0.4375em;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #9ea9b5;
}
:-moz-placeholder {
  color: #9ea9b5;
}
::-moz-placeholder {
  color: #9ea9b5;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
  color: #53677d;
}
/* --- 4.0 - Forms --- */
input {
  line-height: normal;
}
button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus {
  background: #17324f;
  border: 0;
  border-radius: 3px;
  color: #fff;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.889em 1.587em;
  outline: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.professor-social {
  overflow: hidden;
}
.professor-social li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 6px;
}
.professor-social li a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  line-height: 2.5;
  color: #ffffff;
  height: 36px;
  width: 36px;
  border-radius: 3px;
  background-color: #17324f;
}
.professor-social li a:hover,
.professor-social li a:focus {
  opacity: .8;
}
.professor-social li:nth-child(1) a {
  background-color: #3b5998;
}
.professor-social li:nth-child(2) a {
  background-color: #55acee;
}
.professor-social li:nth-child(3) a {
  background-color: #007bb5;
}
.professor-social li:nth-child(4) a {
  background-color: #dd4b39;
}
.professor-social li:nth-child(5) a {
  background-color: #ff6600;
}
.padding-120 {
  padding: 120px 0px;
}
.section-header {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 50px;
}
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.section-header p {
  font-size: 18px;
}
.image-ovelay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: -moz-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: -o-linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
  background: linear-gradient(rgba(31, 38, 46, 0), rgba(31, 38, 46, 0.9));
}
.default-button {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #17324f;
  font-size: 16px;
  line-height: 26px;
  padding: 10px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.default-button:hover,
.default-button:focus {
  color: #ffffff;
  background-color: #ffb606;
  text-decoration: none;
}
.default-button-circle {
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  background-color: #fb6b47;
  font-size: 16px;
  line-height: 26px;
  padding: 13px 45px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.default-button-circle:hover,
.default-button-circle:focus {
  color: #ffffff;
  background-color: #ffb606;
  text-decoration: none;
}
.pagination {
  justify-content: center;
}
@media screen and (max-width: 991px) {
  .pagination {
    margin-bottom: 50px;
  }
}
.pagination li {
  margin: 3px;
}
.pagination li a {
  float: inherit;
  margin: 0px;
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #53677d;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 15px;
}
.pagination li:first-child {
  margin-right: 18px;
}
.pagination li:first-child a {
  padding: 5px 27px;
}
.pagination li:last-child {
  margin-left: 18px;
}
.pagination li:last-child a {
  padding: 5px 38px;
}
.wrapper .content-push {
  position: relative;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.mobile-menu-open {
  overflow: hidden;
  height: 100vh;
}
.mobile-menu-open .content-push {
  -webkit-transform: translateX(-300px);
  -moz-transform: translateX(-300px);
  -o-transform: translateX(-300px);
  transform: translateX(-300px);
}
@media screen and (max-width: 480px) {
  .mobile-menu-open .content-push {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
}
header .header-top {
  background-color: #17324f;
  color: #ffffff;
  padding: 10px 0px;
  overflow: hidden;
}
header .header-top li {
  display: inline-block;
  list-style: none;
}
header .header-top li a {
  color: #ffffff;
  text-decoration: none;
}
header .header-top .left {
  float: left;
}
header .header-top .left li {
  margin-right: 15px;
}
header .header-top .left li i {
  margin-right: 5px;
}
header .header-top .left li a {
  background-color: #ffb606;
  padding: 0px 8px;
  border-radius: 3px;
}
header .header-top .right {
  float: right;
}
header .header-top .right li i {
  margin-right: 5px;
}
header .header-top .right li span {
  color: #3e5c7d;
  padding: 0px 10px;
}
header .professor-menu {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.15);
}
header .professor-menu .menu-header {
  float: left;
}
@media screen and (max-width: 991px) {
  header .professor-menu .menu-header {
    float: initial;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
header .professor-menu .menu-header .menu-toggle {
  display: none;
}
@media screen and (max-width: 991px) {
  header .professor-menu .menu-header .menu-toggle {
    display: block;
    float: right;
    background-color: transparent;
    padding: 0px;
    margin: 20px 0px;
    outline: none;
  }
  header .professor-menu .menu-header .menu-icon {
    padding: 10px 0px !important;
  }
  header .professor-menu .menu-header .menu-toggle .icon-bar {
    display: block;
    background-color: #17324f;
    height: 2px;
    width: 22px;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: auto !important;
  }
  header .professor-menu .menu-header .menu-toggle.open .icon-bar {
    background-color: red;
  }
  header .professor-menu .menu-header .menu-toggle .icon-bar:nth-child(3) {
    margin: 4px 0px;
  }
}
header .professor-menu .menu-header .menu-toggle.open .icon-bar:nth-child(2) {
  -webkit-transform: translateY(6px) rotate(45deg);
  -moz-transform: translateY(6px) rotate(45deg);
  -o-transform: translateY(6px) rotate(45deg);
  transform: translateY(6px) rotate(45deg);
}
header .professor-menu .menu-header .menu-toggle .icon-bar:nth-child(1), header .professor-menu .menu-header .menu-toggle.open .icon-bar:nth-child(3) {
  opacity: 0;
}
header .professor-menu .menu-header .menu-toggle.open .icon-bar:nth-child(4) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -moz-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
header .professor-menu .menu-header .menu-icon {
  display: inline-block;
  padding: 23px 0px;
}
@media screen and (max-width: 991px) {
  header .professor-menu .desktop-menu {
    display: none;
  }
}
header .professor-menu .desktop-menu ul {
  text-align: right;
}
header .professor-menu .desktop-menu ul li {
  list-style: none;
  display: inline-block;
  margin-left: 40px;
}
header .professor-menu .desktop-menu ul li:first-child {
  margin: 0px;
}
header .professor-menu .desktop-menu ul li a {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  color: #17324f;
  font-size: 16px;
  padding: 37px 0px;
  text-decoration: none;
}
header .professor-menu .desktop-menu ul li a:hover,
header .professor-menu .desktop-menu ul li a:focus {
  color: #ffb606;
}
header .professor-menu .desktop-menu ul li.active > a {
  color: #ffb606;
}
header .professor-menu .desktop-menu .dropdown {
  position: relative;
}
header .professor-menu .desktop-menu .dropdown > a {
  position: relative;
}
header .professor-menu .desktop-menu .dropdown > a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: -15px;
}
header .professor-menu .desktop-menu .dropdown .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 230px;
  background-color: #ffffff;
  text-align: left;
  border-top: 3px solid #17324f;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 9;
}
header .professor-menu .desktop-menu .dropdown .sub-menu li {
  display: block;
  margin: 0px;
  border-bottom: 1px solid #f1f3f5;
}
header .professor-menu .desktop-menu .dropdown .sub-menu li:last-child {
  border: none;
}
header .professor-menu .desktop-menu .dropdown .sub-menu li a {
  display: block;
  padding: 8px 15px;
}
header .professor-menu .desktop-menu .dropdown .sub-menu li a:hover,
header .professor-menu .desktop-menu .dropdown .sub-menu li a:focus {
  background-color: #ffb606;
  color: #ffffff;
}
header .professor-menu .desktop-menu .dropdown .sub-menu li.active > a {
  background-color: #ffb606;
  color: #ffffff;
}
header .professor-menu .desktop-menu .dropdown .sub-menu .dropdown .sub-menu {
  top: 0;
  left: 100%;
}
header .professor-menu .desktop-menu .dropdown:hover > .sub-menu {
  display: block;
}
header .professor-menu .desktop-menu .dropdown.open .sub-menu {
  display: block;
}
header .professor-menu .desktop-menu .search-icon {
  float: right;
  display: inline-block;
  margin-left: 28px;
}
header .professor-menu .desktop-menu .search-icon span {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
  color: #17324f;
  padding: 32px 0px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .professor-menu .desktop-menu .search-icon span:hover,
header .professor-menu .desktop-menu .search-icon span:focus {
  color: #ffb606;
}
header .professor-menu .mobile-menu {
  position: fixed;
  top: 0;
  left: 100%;
  width: 300px;
  height: 100vh;
  overflow: auto;
  background: #17324f;
  padding: 47px 0px;
}
@media screen and (max-width: 480px) {
  header .professor-menu .mobile-menu {
    width: 250px;
  }
}
header .professor-menu .mobile-menu ul li {
  list-style: none;
}
header .professor-menu .mobile-menu ul li a {
  display: block;
  color: #ffffff;
  padding: 8px 15px;
  text-decoration: none;
  border-bottom: 1px solid #f1f3f5;
}
header .professor-menu .mobile-menu ul.dropdown-menu li {
  padding-left: 0 !important;
}
header .professor-menu .mobile-menu ul.dropdown-menu li a {
  color: #17324f;
}
header .professor-menu .mobile-menu ul li a:hover,
header .professor-menu .mobile-menu ul li a:focus {
  color: #ffb606;
  border-bottom: 1px solid #ffb606;
}
header .professor-menu .mobile-menu ul li:last-child a {
  border: none;
}
header .professor-menu .mobile-menu ul li .sub-menu {
  display: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
header .professor-menu .mobile-menu ul li .sub-menu.show {
  display: block !important;
  position: static !important;
  transform: translate3d(0px, 0px, 0px) !important;
}
header .professor-menu .mobile-menu ul li .sub-menu li {
  padding-left: 15px;
}
header .professor-menu .mobile-menu ul li .sub-menu li:last-child {
  border: none;
}
header .professor-menu .mobile-menu ul li .sub-menu li a {
  padding: 6px 15px;
}
header .professor-menu .mobile-menu ul li.active > a {
  color: #ffb606;
  border-bottom: 1px solid #ffb606;
}
header .professor-menu .mobile-menu .dropdown {
  position: relative;
}
header .professor-menu .mobile-menu .dropdown > a {
  position: relative;
}
header .professor-menu .mobile-menu .dropdown > a:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 15px;
  transition: all .3s ease;
}
header .professor-menu .mobile-menu .dropdown > a.show:before {
  transform: rotate(180deg);
}
header .professor-menu .mobile-menu .dropdown.open .sub-menu {
  display: block;
}
header .professor-menu .mobile-menu .search-icon {
  display: inline-block;
}
header .professor-menu .mobile-menu .search-icon span {
  display: inline-block;
  font-size: 21px;
  cursor: pointer;
  color: #ffffff;
  padding: 8px 15px;
}
.menu-fixed {
  position: fixed;
  background-color: #ffffff;
  height: auto;
  width: 100%;
  top: 0;
  z-index: 9;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.menu-search-form {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(23, 50, 79, 0.85);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: scale(0.1);
  -moz-transform: scale(0.1);
  -o-transform: scale(0.1);
  transform: scale(0.1);
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}
.menu-search-form form {
  max-width: 600px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.menu-search-form form input {
  width: calc(100% - 50px);
  background-color: #ffffff;
  color: #53677d;
  border: 1px solid #f1f3f5;
  outline: none;
  padding: 10px 15px;
  float: left;
}
.menu-search-form form button {
  width: 50px;
  font-size: 18px;
  padding: 14px 15px;
}
.menu-search-form.open {
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  cursor: crosshair;
  opacity: 1;
}
.header-two {
  position: fixed;
  background-color: transparent;
  height: auto;
  width: 100%;
  z-index: 9;
}
.header-two .professor-menu .menu-header .menu-icon {
  padding: 14px 0px;
}
.header-two .professor-menu .desktop-menu li {
  color: #56509f;
}
.header-two .professor-menu .desktop-menu li a {
  padding: 42px 0px;
  color: #56509f;
}
.header-two .professor-menu .desktop-menu li a:hover,
.header-two .professor-menu .desktop-menu li a:focus {
  color: #fb6b47;
}
.header-two .professor-menu .desktop-menu li.active a {
  color: #fb6b47;
}
.header-two .professor-menu .desktop-menu .dropdown .sub-menu li a:hover,
.header-two .professor-menu .desktop-menu .dropdown .sub-menu li a:focus {
  background-color: #fb6b47;
}
.header-two .professor-menu .desktop-menu .dropdown .sub-menu li.active a {
  background-color: #fb6b47;
}
.header-two .professor-menu .desktop-menu .search-icon span {
  padding: 37px 0px;
  color: #56509f;
}
.header-two .professor-menu .desktop-menu .search-icon span:hover,
.header-two .professor-menu .desktop-menu .search-icon span:focus {
  color: #fb6b47;
}
.header-two .professor-menu .mobile-menu li a:hover,
.header-two .professor-menu .mobile-menu li a:focus {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.header-two .professor-menu .mobile-menu li.active > a {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.header-two .professor-menu .mobile-menu .dropdown .sub-menu li a:hover,
.header-two .professor-menu .mobile-menu .dropdown .sub-menu li a:focus {
  border-bottom: 1px solid #fb6b47;
  color: #fb6b47;
}
.header-two .professor-menu .mobile-menu .dropdown .sub-menu li.active a {
  color: #fb6b47;
}
.header-two .professor-menu .mobile-menu .search-icon span {
  color: #56509f;
}
.header-three {
  z-index: 9;
}
.header-three .header-top {
  padding: 26px 0px;
}
@media screen and (max-width: 767px) {
  .header-three .header-top {
    display: none;
  }
}
.header-three .header-top .left {
  padding: 14px 0px;
}
.header-three .header-top .left span {
  font-size: 40px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.header-three .header-top .left .content {
  display: table;
}
.header-three .header-top .left .content a {
  font-size: 16px;
  line-height: 30px;
  color: #db3275;
  text-decoration: underline;
}
.header-three .header-top .left .content p {
  font-size: 22px;
  color: #ffffff;
  margin: 0px;
}
.header-three .header-top .logo {
  text-align: center;
}
.header-three .header-top .logo img {
  margin: 0 auto;
}
.header-three .header-top .right {
  padding: 14px 0px;
  max-width: 250px;
}
.header-three .header-top .right span {
  display: inline-block;
  font-size: 40px;
  color: #ffffff;
  float: left;
  margin-right: 10px;
}
.header-three .header-top .right p {
  display: table;
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px 0px;
}
.header-three .professor-menu {
  background-color: #db3275;
}
.header-three .professor-menu .menu-header {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-three .professor-menu .menu-header {
    display: block;
  }
}
.header-three .professor-menu .menu-header .menu-toggle {
  margin: 51px 0px;
}
.header-three .professor-menu .menu-header .menu-toggle span {
  background-color: #ffffff;
}
.header-three .professor-menu .desktop-menu ul {
  width: 100%;
  float: inherit;
  text-align: center;
}
.header-three .professor-menu .desktop-menu ul li a {
  color: #ffffff;
  padding: 15px 0px;
}
.header-three .professor-menu .desktop-menu ul li a:hover,
.header-three .professor-menu .desktop-menu ul li a:focus {
  color: #17324f;
}
.header-three .professor-menu .desktop-menu ul li ul li a {
  color: #17324f;
}
.header-three .professor-menu .desktop-menu ul li ul li a:hover,
.header-three .professor-menu .desktop-menu ul li ul li a:focus {
  color: #db3275;
}
.header-three .professor-menu .desktop-menu ul li.active > a {
  color: #17324f;
}
.header-three .professor-menu .desktop-menu .dropdown .sub-menu li a:hover,
.header-three .professor-menu .desktop-menu .dropdown .sub-menu li a:focus {
  background-color: #db3275;
}
.header-three .professor-menu .desktop-menu .dropdown .sub-menu li.active > a {
  background-color: #db3275;
}
.header-three .professor-menu .mobile-menu li a:hover,
.header-three .professor-menu .mobile-menu li a:focus {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.header-three .professor-menu .mobile-menu li.active > a {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.header-three .professor-menu .mobile-menu .dropdown .sub-menu li a:hover,
.header-three .professor-menu .mobile-menu .dropdown .sub-menu li a:focus {
  border-bottom: 1px solid #db3275;
  color: #db3275;
}
.header-three .professor-menu .mobile-menu .dropdown .sub-menu li.active a {
  color: #db3275;
}
.header-four {
  position: fixed;
  background-color: transparent;
  height: auto;
  width: 100%;
  z-index: 9;
}
.header-four .header-top {
  background-color: transparent;
  padding: 24px 0px;
}
.header-four .header-top .left li img,
.header-four .header-top .left li i {
  display: inline-block;
  float: left;
  margin-right: 10px;
  font-size: 30px;
  color: #ffb606;
}
.header-four .header-top .left li p {
  /* color: #ffb606; */
  display: table;
  margin: 0px;
  line-height: 30px;
}
.header-four .header-top .left li p a {
  font-size: 16px;
  background-color: transparent;
  color: #53677d;
}
@media screen and (max-width: 991px) {
  .header-four .header-top .left li p a {
    display: none;
  }
}
.header-four .header-top .right a {
  background-color: #ffb606;
  padding: 8px 43px;
}
.header-four .professor-menu {
  box-shadow: none;
  background-color: transparent;
}
.header-four .professor-menu .menu-header {
  padding-left: 30px;
}
@media screen and (max-width: 1199px) {
  .header-four .professor-menu .menu-header {
    width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .header-four .professor-menu .menu-header {
    width: 100%;
    background-color: #ffffff;
    padding: 10px 15px;
  }
  .banner-six {
    /* height: 400px !important; */
  }
}
.header-four .professor-menu .menu-header .menu-icon {
  padding: 27px 0px;
}
@media screen and (max-width: 480px) {
  .header-four .professor-menu .menu-header .menu-icon {
    width: 80%;
  }
}
.header-four .professor-menu .desktop-menu {
  background-color: #ffffff;
  padding: 0px 30px;
  border-bottom: 4px solid #d9e0e2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.header-four .professor-menu .desktop-menu > ul > li > a {
  padding: 32px 0px;
  border-bottom: 4px solid #d9e0e2;
  margin-bottom: -4px;
}
.header-four .professor-menu .desktop-menu > ul > li > a:hover,
.header-four .professor-menu .desktop-menu > ul > li > a:focus {
  border-bottom: 4px solid #ffb606;
}
.header-four .professor-menu .desktop-menu > ul > li > ul {
  margin-top: 4px;
}
.header-four .professor-menu .desktop-menu > ul > li.active > a {
  border-bottom: 4px solid #ffb606;
}
.header-five .header-top {
  background-color: #ffffff;
  padding: 32px 0px;
}
@media screen and (max-width: 991px) {
  .header-five .header-top {
    display: none;
  }
}
.header-five .header-top .left {
  padding: 18px 0px;
}
.header-five .header-top .right {
  overflow: hidden;
}
.header-five .header-top .right li {
  list-style: none;
  display: inline-block;
}
.header-five .header-top .right li:first-child {
  margin-right: 40px;
}

.header-five .header-top .right li i {
  margin: 0px;
}
.header-five .header-top .right li .icon {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(73, 191, 143, 0.08);
  padding: 7px;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.header-five .header-top .right li .icon > span {
  background-color: rgba(73, 191, 143, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.header-five .header-top .right li .icon > span > span {
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #49bf8f;
  font-size: 26px;
  line-height: 2.5;
  color: #ffffff;
}
.header-five .header-top .right li .content {
  display: table;
  padding: 15px 0px;
}
.header-five .header-top .right li .content a {
  font-size: 18px;
  color: #49bf8f;
  text-decoration: underline;
}
.header-five .header-top .right li .content p {
  font-size: 26px;
  color: #17324f;
  margin: 0px;
}
.header-five .menu-header {
  display: none;
}
@media screen and (max-width: 991px) {
  .header-five .menu-header {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .header-five .menu-header .menu-icon {
    width: 80%;
  }
}
.header-five .professor-menu .desktop-menu .header-five-menu {
  border-top: 1px solid #f1f3f5;
  text-align: left;
}
@media screen and (max-width: 991px) {
  .header-five .professor-menu .desktop-menu .header-five-menu {
    display: none;
  }
}
.header-five .professor-menu .desktop-menu .header-five-menu > li {
  margin-left: 64px;
}
.header-five .professor-menu .desktop-menu .header-five-menu > li a {
  padding: 15px 0px;
  position: relative;
}
.header-five .professor-menu .desktop-menu .header-five-menu > li a:hover,
.header-five .professor-menu .desktop-menu .header-five-menu > li a:focus {
  color: #49bf8f;
}
.header-five .professor-menu .desktop-menu .header-five-menu > li a:after {
  content: "";
  position: absolute;
  height: 16px;
  width: 2px;
  background-color: #f1f3f5;
  right: -40px;
  top: 20px;
}
.header-five .professor-menu .desktop-menu .header-five-menu > li:last-child a:after {
  display: none;
}
.header-five .professor-menu .desktop-menu .header-five-menu > li.active > a {
  color: #49bf8f;
}
.header-five .professor-menu .desktop-menu .header-five-menu .dropdown .sub-menu li a:hover,
.header-five .professor-menu .desktop-menu .header-five-menu .dropdown .sub-menu li a:focus {
  background-color: #49bf8f;
}
.header-five .professor-menu .desktop-menu .header-five-menu .dropdown .sub-menu li.active a {
  background-color: #49bf8f;
}
.header-five .professor-menu .desktop-menu .menu-social {
  float: right;
}
.header-five .professor-menu .desktop-menu .menu-social li {
  margin: 0px;
}
.header-five .professor-menu .desktop-menu .menu-social li a {
  padding: 0px;
  font-size: 18px;
  color: #53677d;
  line-height: 1;
  margin-left: 5px;
  padding: 19px 0px;
}
.header-five .professor-menu .desktop-menu .menu-social li a:hover,
.header-five .professor-menu .desktop-menu .menu-social li a:focus {
  color: #49bf8f;
}
.header-five .professor-menu .mobile-menu .header-five-menu li a:hover,
.header-five .professor-menu .mobile-menu .header-five-menu li a:focus {
  border-bottom: 1px solid #49bf8f;
  color: #49bf8f;
}
.header-five .professor-menu .mobile-menu .header-five-menu li.active > a {
  border-bottom: 1px solid #49bf8f;
  color: #49bf8f;
}
.header-five .professor-menu .mobile-menu .header-five-menu .dropdown .sub-menu li a:hover,
.header-five .professor-menu .mobile-menu .header-five-menu .dropdown .sub-menu li a:focus {
  border-bottom: 1px solid #49bf8f;
  color: #49bf8f;
}
.header-five .professor-menu .mobile-menu .header-five-menu .dropdown .sub-menu li.active a {
  color: #49bf8f;
}
.header-five .professor-menu .mobile-menu .menu-social li {
  display: inline-block;
  margin-right: 10px;
  float: left;
}
.header-five .professor-menu .mobile-menu .menu-social li a {
  padding: 0px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1;
  margin-left: 5px;
  padding: 15px 0px;
  border: none;
}
.header-five .professor-menu .mobile-menu .menu-social li a:hover,
.header-five .professor-menu .mobile-menu .menu-social li a:focus {
  color: #49bf8f;
}
.page-header {
  background-image: url(../images/background/page_header.jpg);
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  border: none;
}
.page-header .overlay {
  background-color: rgba(23, 50, 79, 0.72);
  padding: 100px 0px;
}
.page-header h1 {
  font-size: 46px;
  line-height: 62px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ffffff;
}
@media screen and (max-width: 480px) {
  .page-header h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-header ul li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  float: left;
}
.page-header ul li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffffff;
}
.page-header ul li i {
  margin: 0px 8px;
}
/* Banner start here
--------------------------------------*/
.banner {
  background-image: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 250px 0 0;
}
.banner .banner-content {
  max-width: 600px;
}
.banner .banner-thumb {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .banner {
    padding-bottom: 250px;
  }
  .banner .banner-thumb {
    position: absolute;
    bottom: 0;
    margin-top: 0;
  }
}

.banner .banner-content h1 {
  font-size: 56px;
  line-height: 62px;
  margin-bottom: 15px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .banner {
    background-position: left;
  }
  .banner .banner-content h1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 480px) {
  .banner .banner-content h1 {
    font-size: 36px;
    line-height: 1.3;
  }
}
.banner .banner-content p {
  font-size: 28px;
  line-height: 1.5;
  margin-bottom: 40px;
  color: #17324f;
}
@media screen and (max-width: 480px) {
  .banner .banner-content p {
    font-size: 16px;
  }
}
.banner .banner-content button {
  background-color: #ffb606;
  font-size: 18px;
}
.banner .banner-content button:hover,
.banner .banner-content button:focus {
  background-color: #17324f;
}
.banner-two {
  background-image: url(../images/background/banner_02.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.banner-two .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.65);
}
.banner-two .banner-content {
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  padding: 0px 15px;
}
.banner-two .banner-content h1 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 30px;
}
.banner-two .banner-content h1 span {
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content h1 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.banner-two .banner-content form {
  position: relative;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.12);
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content form {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin-bottom: 20px;
  }
}
.banner-two .banner-content form select {
  background-color: #ffffff;
  color: #53677d;
  padding: 21px 15px;
  outline: none;
  float: left;
  width: 200px;
  border: none;
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content form select {
    width: 100%;
  }
}
.banner-two .banner-content form input {
  width: 100%;
  background-color: #ffffff;
  color: #9ea9b5;
  padding: 22px 50px 22px 15px;
  outline: none;
  float: right;
  border: none;
  width: calc(100% - 200px);
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content form input {
    width: 100%;
  }
}
.banner-two .banner-content form button {
  background: transparent;
  padding: 0px;
  position: absolute;
  right: 20px;
  top: 26px;
  color: #9ea9b5;
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content form button {
    top: auto;
    bottom: 20px;
  }
}
.banner-two .banner-content p {
  font-size: 22px;
  color: #ffffff;
  margin-bottom: 100px;
}
@media screen and (max-width: 480px) {
  .banner-two .banner-content p {
    margin-bottom: 30px;
  }
}
.banner-two .banner-content ul {
  overflow: hidden;
  margin: 0 auto;
}
.banner-two .banner-content ul li {
  list-style: none;
  display: inline-table;
  color: #ffffff;
  font-size: 18px;
  background-color: rgba(255, 182, 6, 0.82);
  padding: 5px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 7px;
  margin-bottom: 10px;
}
.banner-two .banner-content ul li i {
  font-size: 22px;
}
.banner-three {
  background-image: url(../images/background/banner_03.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.banner-three .banner-content {
  max-width: 720px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  background-color: #56509f;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 40px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  -o-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.26);
}
.banner-three .banner-content h1 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 42px;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 15px;
}
.banner-three .banner-content p {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 20px;
}
.banner-three .banner-content a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #ffffff;
  background-color: #fb6b47;
  padding: 9px 32px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.banner-four {
  background-image: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
.banner-four .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.75);
}
.banner-four .banner-thumb {
  animation: bounce-1 5s infinite linear;
}
.banner-four .banner-content {
  max-width: 650px;
}

.banner-four .banner-content h1 {
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.banner-four .banner-content p {
  font-size: 28px;
  color: #17324f;
}
.banner-four .banner-content a {
  padding: 13px 54px;
  background-color: #ffb606;
}
.banner-four .banner-content a:hover {
  background-color: #17324f;
}
.banner-five {
  background-image: url(../images/background/02.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 100px 0 0;
}
.banner-five .banner-thumb {
  padding-top: 30px;
}
@media screen and (min-width: 992px) {
  .banner-five {
    padding: 0;
  }
}
@media screen and (min-width: 1399px) {
  .banner-five .banner-thumb {
    transform: translateX(-400px);
  }
  .banner-five .banner-thumb img {
    max-width: none;
  }
}
.banner-five .banner-content {
  max-width: 650px;
}
.banner-five .banner-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  margin-bottom: 15px;
}
.banner-five .banner-content p {
  font-size: 28px;
  color: #17324f;
}
.banner-five .banner-content a {
  padding: 13px 54px;
  background-color: #db3275;
}
.banner-five .banner-content a:hover {
  background-color: #17324f;
}
.banner-six {
  background: url(../images/background/01.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 150px;
}

@media screen and (min-width: 1200px) {
  .banner-six {
    padding-top: 240px;
  }
}
.banner-six .banner-content {
  max-width: 650px;
}
.banner-six .banner-thumb {
  padding-top: 50px;
}
.banner-six .banner-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  margin-bottom: 15px;
  line-height: 1.2;
}
@media screen and (max-width: 1199px) {
  .banner-six .banner-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.banner-six .banner-content p {
  font-size: 28px;
  line-height: 1.5;
}
.banner-six .banner-content a {
  padding: 13px 54px;
  background-color: #ffb606;
}
.banner-six .banner-content a:hover {
  background-color: #17324f;
}

.banner-seven {
  background-image: url(../images/background/02.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 100px;
}
.banner-seven .banner-thumb {
  padding-top: 30px;
}

@media screen and (min-width: 1399px) {
  .banner-seven .banner-thumb {
    transform: translateX(-250px);
  }
  .banner-seven .banner-thumb img {
    max-width: none;
  }
}


.banner-seven .banner-content {
  max-width: 650px;
}
.banner-seven .banner-content h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  color: #17324f;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  .banner-seven .banner-content h1 {
    font-size: 36px;
    line-height: 44px;
  }
}
.banner-seven .banner-content p {
  font-size: 28px;
  color: #53677d;
}
.banner-seven .banner-content a {
  padding: 13px 54px;
  background-color: #49bf8f;
}
.banner-seven .banner-content a:hover {
  background-color: #17324f;
}
.banner-seven .banner-flags {
  position: absolute;
  width: 100%;
  max-width: 1170px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.86);
  padding: 10px;
  -webkit-border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
/* Resource start here
--------------------------------------*/
.resource {
  background-image: url(../images/background/counter.jpg);
  background-size: cover;
  background-position: center;
}
.resource .overlay {
  background-color: rgba(23, 50, 79, 0.65);
  padding: 120px 0px;
}
.resource .resource-item {
  text-align: center;
}
.resource .resource-item .icon {
  background-color: rgba(255, 182, 6, 0.1);
  height: 116px;
  width: 116px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 7px;
  margin: 0 auto 30px;
}
.resource .resource-item .icon .icon-inner {
  background-color: rgba(255, 182, 6, 0.24);
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.resource .resource-item .icon .icon-inner .icon-inner-two {
  background-color: #ffb606;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  line-height: 5;
}
.resource .resource-item .content span {
  font-size: 62px;
  line-height: 1.5;
  color: #ffffff;
  animation-duration: 1s;
  animation-delay: 0s;
}
.resource .resource-item .content p {
  font-size: 22px;
  color: #ffffff;
  margin: 0px;
}
.resource-two {
  background: #56509f;
}
.resource-two .resource-item {
  background-color: #ffffff;
  padding: 50px 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.resource-two .resource-item .icon {
  margin: 0 auto 20px;
  background-color: rgba(86, 80, 159, 0.1);
}
.resource-two .resource-item .icon .icon-inner {
  background-color: rgba(86, 80, 159, 0.24);
}
.resource-two .resource-item .icon .icon-inner .icon-inner-two {
  background-color: #56509f;
}
.resource-two .resource-item .content span {
  color: #ffb606;
  line-height: 1.3;
}
.resource-two .resource-item .content p {
  color: #56509f;
}
.resource-three .overlay {
  background-color: rgba(23, 50, 79, 0.65);
}
.resource-three .resource-item .icon {
  background-color: rgba(219, 50, 117, 0.1);
}
.resource-three .resource-item .icon .icon-inner {
  background-color: rgba(219, 50, 117, 0.24);
}
.resource-three .resource-item .icon .icon-inner .icon-inner-two {
  background-color: #db3275;
}
/* Features start here
--------------------------------------*/
.features {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.features .feature-item {
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}

.features .feature-item > img {
  width: 100%;
  transition: all .3s ease;
}
.features .feature-item .overlay {
  position: absolute;
  left: 10px;
  top: 10px;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  background-color: rgba(241, 243, 245, 0.96);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  transition: all .3s ease;
}
.features .feature-item:hover > img {
  transform: scale(1.5);
}
.features .feature-item:hover .overlay {
  background-color: rgba(241, 243, 245, 0.80);
}
.features .feature-item .content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.features .feature-item .content i {
  font-size: 40px;
  color: #ffb606;
  margin-bottom: 20px;
}
.features .feature-item .content img {
  margin-bottom: 20px;
}
.features .feature-item .content p {
  font-size: 20px;
  color: #53677d;
  text-transform: uppercase;
  margin: 0px;
  transition: all .3s ease;
}
.features-two {
  background-image: url(../images/background/features.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.features-two .section-header h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.features-two .feature-item {
  text-align: center;
}
@media screen and (max-width: 991px) {
  .features-two .feature-item {
    margin-bottom: 50px;
  }
}
.features-two .feature-item .feature-icon {
  height: 200px;
  width: 200px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #fb6b47;
  margin: 0 auto 22px;
  font-size: 80px;
  line-height: 2.3;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 9px 10px 0px rgba(0, 0, 0, 0.24);
}
.features-two .feature-item h3 {
  font-size: 24px;
  color: #17324f;
}
.features-two .feature-item:hover .feature-icon {
  box-shadow: none;
}
.features-two .feature-items > div > div:nth-child(1) .feature-icon {
  background-color: #fb6b47;
}
.features-two .feature-items > div > div:nth-child(2) .feature-icon {
  background-color: #2ecc71;
}
.features-two .feature-items > div > div:nth-child(3) .feature-icon {
  background-color: #e91e63;
}
.features-two .feature-items > div > div:nth-child(4) .feature-icon {
  background-color: #9b59b6;
}
.features-three {
  padding: 120px 0px;
}
.features-three .feature-item {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .features-three .feature-item {
    text-align: center;
  }
}
.features-three .feature-item .icon {
  display: inline-block;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
  font-size: 40px;
  line-height: 2;
  color: #ffffff;
  background-color: #ffb606;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .features-three .feature-item .icon {
    float: inherit;
    margin: 0 auto 20px;
  }
}
.features-three .feature-item .content {
  display: table;
}
.features-three .feature-item .content h4 {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .features-three .feature-item .content {
    display: block;
  }
}
.features-three .feature-item:hover .content h4,
.features-three .feature-item:focus .content h4 {
  color: #ffb606;
}
/* Register start here
--------------------------------------*/
.register {
  background-image: url(../images/background/register.jpg);
  background-size: cover;
  background-position: center;
}
.register .overlay {
  background-color: rgba(0, 0, 0, 0.75);
}
.register .register-content {
  position: relative;
  overflow: hidden;
}
.register .details {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: calc(100% - 370px);
  float: left;
}
.register .details h2 {
  font-size: 36px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 50px;
}
.register .details .countdown {
  overflow: hidden;
}
.register .details .countdown .countdown-item {
  display: inline-block;
  height: 150px;
  width: 150px;
  background-color: #17324f;
  border: 4px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  float: left;
  margin-right: 20px;
  color: #ffffff;
  text-align: center;
  padding: 50px 0px;
}
.register .details .countdown .countdown-item:last-child {
  margin: 0px;
}
@media screen and (max-width: 1199px) {
  .register .details .countdown .countdown-item {
    margin-right: 50px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .register .details .countdown .countdown-item {
    margin-right: 20px;
    margin-bottom: 20px;
    float: inherit;
  }
}
.register .details .countdown .countdown-item span {
  font-size: 36px;
  line-height: 26px;
  color: #ffffff;
}
.register .details .countdown .countdown-item div {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-transform: uppercase;
}
@media screen and (max-width: 991px) {
  .register .details {
    text-align: center;
    position: static;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    width: 100%;
    padding: 120px 0px;
  }
}
.register .details h2 {
  font-size: 44px;
  line-height: 48px;
  max-width: 500px;
  margin-bottom: 20px;
}
.register .details p {
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
}
@media screen and (max-width: 991px) {
  .register .details {
    padding: 60px 0px 0px;
  }
  .register .details h2 {
    margin: 0 auto 20px;
    font-size: 36px;
  }
}
.register .form {
  width: 370px;
  float: right;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 120px 40px;
}
.register .form h3 {
  font-size: 28px;
  line-height: 34px;
  color: #17324f;
  margin-bottom: 30px;
}
.register .form .reg-input {
  width: 100%;
  padding: 9px 15px;
  background-color: #ffffff;
  color: #6a7887;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
  outline: none;
}
.register .form .reg-input:focus {
  border: 1px solid #ffb606;
}
.register .form input:last-child {
  margin-top: 20px;
  padding: 15px 40px;
}
.register .form input:last-child:hover,
.register .form input:last-child:focus {
  background-color: #ffb606;
}
@media screen and (max-width: 991px) {
  .register .form {
    width: 100%;
    padding: 60px 40px;
  }
}
.register-two .form {
  margin: 60px 0px;
  padding: 60px 40px;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.register-two .form .reg-input {
  border: 1px solid #f1f3f5;
  background-color: #f1f3f5;
  color: #6a7887;
}
.register-two .form input:last-child {
  text-transform: uppercase;
  background-color: #ffb606;
}
.register-three {
  overflow: hidden;
  background-color: #56509f;
  padding: 80px 0px;
}
@media screen and (max-width: 1199px) {
  .register-three {
    text-align: center;
  }
}
.register-three h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 44px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  float: left;
}
@media screen and (max-width: 1199px) {
  .register-three h2 {
    float: inherit;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
.register-three a {
  float: right;
}
@media screen and (max-width: 1199px) {
  .register-three a {
    float: inherit;
    display: inline-block;
  }
}
.register-four {
  background: url(../images/background/register_02.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 15px;
}
.register-four .register-content {
  max-width: 850px;
  margin: 0 auto;
  padding: 60px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .register-four .register-content {
    padding: 50px 15px;
  }
}
.register-four .register-content h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 36px;
  color: #56509f;
  margin-bottom: 10px;
}
.register-four .register-content p {
  font-size: 20px;
  line-height: 28px;
  color: #53677d;
  margin-bottom: 40px;
}
.register-four .register-content a {
  text-transform: uppercase;
  padding: 10px 33px;
}
.register-five {
  background-image: url(../images/background/register_05.jpg);
  background-size: cover;
  background-position: center;
}
.register-five .overlay {
  background-color: rgba(23, 50, 79, 0.92);
  padding: 60px 0px;
}
.register-five h2 {
  font-size: 42px;
  line-height: 52px;
  color: #ffffff;
  text-align: center;
}
.register-five .details {
  background-color: #eeeff1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  padding: 60px;
}
.register-five .details h3 {
  font-size: 24px;
  color: #17324f;
  margin-bottom: 30px;
}
.register-five .details .countdown-item {
  display: inline-block;
  margin-right: 40px;
}
.register-five .details .countdown-item:last-child {
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .register-five .details .countdown-item {
    display: block;
    margin: 0px;
  }
}
.register-five .details .countdown-item span {
  font-size: 36px;
  font-weight: 300;
  color: #49bf8f;
  line-height: 26px;
}
.register-five .details .countdown-item .smalltext {
  font-size: 16px;
  color: #9ea9b5;
  line-height: 26px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.register-five .details .countdown-item a {
  padding: 11px 38px;
}
/* About start here
--------------------------------------*/
.about {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.about .about-items {
  margin: -7.5px;
  overflow: hidden;
}
.about .about-items .about-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
  padding: 7.5px;
}
@media screen and (max-width: 991px) {
  .about .about-items .about-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .about .about-items .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about .about-items .about-item .about-item-inner {
  background-color: #ffffff;
  padding: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.about .about-items .about-item .icon {
  float: left;
  margin: 5px 15px 0px 0px;
}
.about .about-items .about-item .content {
  display: table;
}
.about .about-items .about-item .content h4 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about .about-items .about-item .content a {
  font-size: 16px;
  text-decoration: none;
  color: #9ea9b5;
}
.about .about-items .about-item .content a:hover,
.about .about-items .about-item .content a:focus {
  color: #ffb606;
}
.about-two {
  padding: 120px 0px;
  overflow: hidden;
}
.about-two .about-us img {
  width: 100%;
  margin-bottom: 30px;
}
.about-two .about-us a {
  padding: 10px 20px;
  background-color: #ffb606;
}
.about-two .about-us a:hover,
.about-two .about-us a:focus {
  background-color: #17324f;
}
.about-two ul li {
  list-style: none;
  overflow: hidden;
}
.about-two ul li span {
  display: inline-block;
  float: left;
  margin-right: 20px;
  height: 50px;
  width: 50px;
  background-color: #ffb606;
  font-size: 22px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-two ul li .content {
  display: table;
}
.about-two ul li .content h4 {
  font-size: 22px;
  margin-bottom: 5px;
}
.about-two .testimonial-items {
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 50px 30px;
  position: relative;
}
.about-two .testimonial-items .testimonial-item {
  text-align: center;
}
.about-two .testimonial-items .testimonial-item img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 40px;
}
.about-two .testimonial-items .testimonial-item p {
  font-size: 18px;
  line-height: 30px;
  font-style: italic;
  color: #17324f;
}
.about-two .testimonial-items .testimonial-item h4 {
  font-size: 24px;
  line-height: 26px;
  color: #17324f;
}
.about-two .testimonial-items .testimonial-item span {
  font-size: 16px;
  color: #17324f;
}
.about-two .testimonial-items .testimonial-buttons {
  position: absolute;
  top: 13%;
  width: 100%;
}
.about-two .testimonial-items .testimonial-buttons > div {
  position: absolute;
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  background-color: #ffb606;
  height: 70px;
  width: 30px;
  text-align: center;
  line-height: 4.5;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.about-two .testimonial-items .testimonial-buttons > div:hover,
.about-two .testimonial-items .testimonial-buttons > div:focus {
  background-color: #ffb606;
}
.about-two .testimonial-items .testimonial-buttons > div:first-child {
  left: -32px;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  -o-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.about-two .testimonial-items .testimonial-buttons > div:last-child {
  right: 30px;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  -o-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
  z-index: 2;
}
.about-three {
  background-image: url(../images/background/about.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 220px;
}
.about-three .about-image {
  border: 10px solid #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.24);
  margin-right: 30px;
}
.about-three .about-image img {
  width: 100%;
}
.about-three .about-content h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 36px;
  color: #56509f;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.about-three .about-content ul {
  margin-bottom: 30px;
}
.about-three .about-content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 30px;
  color: #53677d;
}
.about-three .about-content ul li i {
  display: inline-block;
  height: 15px;
  width: 15px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  background-color: #56509f;
  color: #ffffff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 10px;
}
.about-three .about-content a {
  padding: 7px 30px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: #56509f;
  margin-right: 5px;
}
.about-three .about-content a:hover,
.about-three .about-content a:focus {
  background-color: #ffb606;
}
.about-four {
  padding: 120px 0px;
  overflow: hidden;
}
.about-four .about-items {
  margin: -30px;
}
.about-four .about-item {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  padding: 30px;
  float: left;
}
@media screen and (max-width: 991px) {
  .about-four .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about-four .about-item .image {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.about-four .about-item .image img {
  width: 100%;
}
.about-four .about-item > .content h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  color: #ffb606;
  line-height: 1;
}
.about-four .about-item > .content > span {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 10px;
  display: block;
}
.about-four .about-item > .content .details {
  margin-bottom: 40px;
}
.about-four .about-item > .content .details li {
  list-style: none;
  color: #9ea9b5;
}
.about-four .about-item > .content .details li p {
  margin: 0px;
  font-size: 16px;
  color: #17324f;
  width: 100px;
  font-weight: 500;
  display: inline-block;
  margin-right: 30px;
}
.about-four .about-item > .content .details li p span {
  float: right;
}
.about-four .about-item .resources .resource-item {
  overflow: hidden;
  margin-bottom: 30px;
}
.about-four .about-item .resources .resource-item .icon {
  background-color: rgba(255, 182, 6, 0.1);
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
  padding: 7px;
  margin-right: 30px;
  float: left;
  font-size: 30px;
  color: #ffffff;
  line-height: 2.3;
}
.about-four .about-item .resources .resource-item .icon .icon-inner {
  background-color: rgba(255, 182, 6, 0.24);
  padding: 6px;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-four .about-item .resources .resource-item .icon .icon-inner .icon-inner-two {
  background-color: #ffb606;
  height: 100%;
  width: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.about-four .about-item .resources .resource-item .content {
  display: table;
}
.about-four .about-item .resources .resource-item .content span {
  font-size: 42px;
  line-height: 1.5;
  color: #17324f;
  animation-duration: 1s;
  animation-delay: 0s;
}
.about-four .about-item .resources .resource-item .content p {
  font-size: 18px;
  color: #9ea9b5;
  margin: 0px;
}
@media screen and (max-width: 767px) {
  .about-four .about-item .resources .resource-item {
    margin-bottom: 50px;
  }
}
.about-five {
  background-image: url(../images/background/about_02.jpg);
  background-size: cover;
  background-position: center;
}
.about-five .overlay {
  background-color: rgba(23, 50, 79, 0.82);
  padding: 120px 0px;
}
.about-five .image {
  margin-right: 10px;
}
.about-five .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .about-five .image {
    margin: 0px 0px 50px;
  }
}
.about-five .content {
  margin-left: 10px;
}
@media screen and (max-width: 991px) {
  .about-five .content {
    margin: 0px;
  }
}
.about-five .content h2 {
  font-size: 36px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-five .content p {
  color: #ffffff;
}
.about-five .content a {
  text-transform: uppercase;
  background-color: #db3275;
  color: #ffffff;
  padding: 10px 32px;
}
.about-five .content a:hover,
.about-five .content a:focus {
  background-color: #17324f;
}
.about-six {
  background-image: url(../images/background/about_06.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px 150px;
  position: relative;
  overflow: hidden;
}
.about-six:before {
  content: "";
  background-image: url(../images/about/about_cars.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: -65px;
  left: 15%;
  width: 75%;
  height: 200px;
}
@media screen and (max-width: 767px) {
  .about-six:before {
    display: none;
  }
}
.about-six .about-items {
  width: calc(100% - 370px);
  padding-right: 60px;
  float: left;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .about-six .about-items {
    padding-right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about-six .about-items {
    float: inherit;
    width: calc(100% - 0px);
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
.about-six .about-item {
  width: calc(100% / 2);
  float: left;
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about-six .about-item {
    width: calc(100% / 1);
  }
}
.about-six .about-item .about-item-inner {
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.about-six .about-item img {
  margin-bottom: 20px;
}
.about-six .about-item h4 {
  margin-bottom: 10px;
  font-size: 22px;
  color: #17324f;
}
.about-six .about-item p {
  margin-bottom: 20px;
}
.about-six .about-item a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.about-six .ab-register {
  max-width: 370px;
  float: left;
  background-color: #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 40px;
}
@media screen and (max-width: 991px) {
  .about-six .ab-register {
    float: inherit;
    margin: 0 auto;
  }
}
.about-six .ab-register h3 {
  font-size: 28px;
  text-align: center;
  color: #17324f;
  margin-bottom: 20px;
}
.about-six .ab-register form .reg-input {
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  color: #6a7887;
  border: none;
  padding: 9px 15px;
  outline: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.about-six .ab-register form input:last-child {
  font-size: 16px;
  text-transform: uppercase;
  padding: 16px 28px;
  margin: 0 auto;
  display: block;
  margin-top: 10px;
}
.about-seven {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .about-seven {
    padding: 120px 0px;
  }
}
.about-seven .left {
  width: 40%;
  min-height: 870px;
  position: relative;
  float: left;
}
.about-seven .left img {
  position: absolute;
  height: auto;
  width: auto;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  .about-seven .left {
    display: none;
  }
}
.about-seven .right {
  max-width: 800px;
  width: 60%;
  float: right;
  padding: 120px 0px;
}
.about-seven .right .section-header {
  text-align: left;
}
@media screen and (max-width: 1199px) {
  .about-seven .right .section-header {
    text-align: center;
  }
}
@media screen and (max-width: 1199px) {
  .about-seven .right {
    width: 100%;
    padding: 0px 15px;
    float: inherit;
    margin: 0 auto;
  }
}
.about-seven .about-items {
  overflow: hidden;
}
.about-seven .about-items .about-item {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
}
@media screen and (max-width: 767px) {
  .about-seven .about-items .about-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.about-seven .about-items .about-item .icon {
  display: inline-block;
  float: left;
  height: 80px;
  width: 80px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  background-color: #f1f3f5;
  text-align: center;
  color: #17324f;
  font-size: 40px;
  line-height: 2;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about-seven .about-items .about-item .content {
  display: table;
}
.about-seven .about-items .about-item .content h4 {
  font-size: 22px;
  color: #17324f;
  margin-bottom: 15px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.about-seven .about-items .about-item .content p {
  font-size: 16px;
  line-height: 26px;
}
.about-seven .about-items .about-item:hover .icon,
.about-seven .about-items .about-item:focus .icon {
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
}
.about-seven .about-items .about-item:hover .content h4,
.about-seven .about-items .about-item:focus .content h4 {
  color: #ffb606;
}
.about-eight {
  padding: 120px 0px;
}
.about-eight .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.about-eight .image img {
  width: 100%;
}
.about-eight .content h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #17324f;
  margin-bottom: 10px;
}
.about-nine {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.about-nine h3 {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.about-nine .about-faq .panel-group {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.about-nine .about-faq .panel-group .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
  background-color: #fff;
  margin-bottom: 5px;
}
.collapse:not(.show) {
  display: none;
}
.about-nine .about-faq .panel-group .panel .panel-heading {
  background-color: #ffffff;
  padding: 17px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 {
  font-size: 18px;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a.collapsed .minus {
  display: none;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.about-nine .about-faq .panel-group .panel .panel-heading h4 a .plus {
  display: none;
}
.about-nine .about-faq .panel-group .panel-body {
  border: none;
  padding: 0px 40px 30px;
}
.about-nine .content-bottom .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.about-nine .content-bottom .image img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-nine .content-bottom .image {
    float: inherit;
    margin: 0px 0px 20px;
  }
}
.about-nine .content-bottom .image .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(23, 50, 79, 0.36);
}
.about-nine .content-bottom .image .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.about-nine .content-bottom .cnt-right {
  display: table;
}
/* Courses start here
--------------------------------------*/
.courses {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.courses .section-header {
  text-align: left;
  max-width: 100%;
}
.courses .course-items {
  position: relative;
}
.courses .course-item .image {
  position: relative;
  text-align: center;
}
.courses .course-item .image > img {
  width: 100%;
}
.courses .course-item .image ul {
  position: absolute;
  overflow: hidden;
  display: inline-table;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.courses .course-item .image ul li {
  display: inline-block;
  float: left;
  margin-right: 3px;
  padding: 0px 15px;
  font-size: 16px;
  line-height: 30px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .courses .course-item .image ul li {
    padding: 0px 10px;
  }
}
.courses .course-item .image ul li:nth-child(1) {
  background-color: #ffffff;
}
.courses .course-item .image ul li:nth-child(2) {
  background-color: #56509f;
  color: #ffffff;
}
.courses .course-item .image ul li:nth-child(3) {
  background-color: #ffb606;
  color: #ffffff;
  font-size: 13px;
}
.courses .course-item .image .instructor-image {
  position: absolute;
  bottom: 0px;
  left: 50%;
  height: 54px;
  width: 54px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(50%) translateX(-50%);
  -moz-transform: translateY(50%) translateX(-50%);
  -o-transform: translateY(50%) translateX(-50%);
  transform: translateY(50%) translateX(-50%);
}
.courses .course-item .content {
  text-align: center;
  background-color: #ffffff;
  border: 1px solid #f1f3f5;
  border-bottom: none;
  padding: 40px 30px 25px;
}
.courses .course-item .content .content-icon {
  display: block;
  margin: 0 auto;
  padding: 8px 0px;
}
.courses .course-item .content a {
  text-decoration: none;
  display: block;
  color: #9ea9b5;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.courses .course-item .content h4 a {
  text-decoration: none;
  color: #000f3a;
  font-size: 20px;
  line-height: 26px;
}
.courses .course-item .content h4 a:hover,
.courses .course-item .content h4 a:focus {
  color: #ffb606;
}
.courses .course-item .content-bottom {
  background-color: #ffffff;
  border: 1px solid #f1f3f5;
  overflow: hidden;
  padding: 14px 20px;
}
.courses .course-item .content-bottom .left {
  float: left;
}
.courses .course-item .content-bottom .left span {
  margin-right: 5px;
}
.courses .course-item .content-bottom .default-button {
  float: right;
  padding: 5px 15px;
}
.courses .courses-buttons {
  position: absolute;
  right: 0px;
  top: -95px;
}

.courses .courses-buttons > div {
  display: inline-block;
  margin-left: 2px;
  font-size: 16px;
  color: #ffffff;
  background-color: #17324f;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.courses .courses-buttons > div:hover,
.courses .courses-buttons > div:focus {
  background-color: #ffb606;
}
.courses-two {
  background-color: transparent;
}
.courses-two .swiper-slide {
  padding: 1px 0px;
}
.courses-two .course-item {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.courses-two .course-item .image {
  overflow: hidden;
}
.courses-two .course-item:hover img {
  transform: scale(1.2);
}
.courses-two .course-item img {
  width: 100%;
  transition: all .3s ease;
}
.courses-two .course-item .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.courses-two .course-item .content h4 {
  margin-bottom: 10px;
}
.courses-two .course-item .content .course-meta {
  overflow: hidden;
  margin-bottom: 5px;
}
.courses-two .course-item .content .course-meta li {
  color: #ffb606;
  list-style: none;
  display: inline-table;
}
.courses-two .course-item .content .course-meta li:first-child {
  float: left;
}
.courses-two .course-item .content .course-meta li:last-child {
  float: right;
  font-size: 16px;
}
.courses-two .course-item .content .course-meta li:last-child i {
  margin-left: 2px;
}
.courses-two .course-item .content .info li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.courses-two .course-item .content .info li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.courses-two .course-item .content .info li p span {
  float: right;
}
.courses-two .course-item .content-bottom {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.courses-two .course-item .content-bottom img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
}
.courses-two .course-item .content-bottom a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.courses-two .course-item .content-bottom span {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #ffb606;
}
.courses-two .courses-buttons > div {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.courses-three {
  background-color: #ffb606;
  padding: 120px 0px;
}
.courses-three .section-header h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #ffffff;
}
.courses-three .course-item {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.courses-three .course-item .image {
  overflow: hidden;
}
.courses-three .course-item .image img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.courses-three .course-item .content {
  background-color: #ffffff;
  padding: 30px 20px;
  font-size: 24px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .courses-three .course-item .content {
    text-align: center;
  }
}
.courses-three .course-item .content h4 {
  margin-bottom: 10px;
}
.courses-three .course-item .content h4 a {
  text-decoration: none;
  color: #56509f;
}
.courses-three .course-item .content h4 a:hover,
.courses-three .course-item .content h4 a:focus {
  color: #ffb606;
}
@media screen and (max-width: 767px) {
  .courses-three .course-item .content .instructor {
    display: inline-block;
    margin: 0 auto;
  }
}
.courses-three .course-item .content .instructor .ins-image {
  display: inline-block;
  height: 42px;
  width: 42px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  overflow: hidden;
  float: left;
}
.courses-three .course-item .content .instructor .ins-content {
  display: table;
}
.courses-three .course-item .content .instructor .ins-content h5 {
  font-size: 18px;
  line-height: 20px;
}
.courses-three .course-item .content .instructor .ins-content h5 a {
  color: #56509f;
  text-decoration: none;
}
.courses-three .course-item .content .instructor .ins-content h5 a:hover,
.courses-three .course-item .content .instructor .ins-content h5 a:focus {
  color: #ffb606;
}
.courses-three .course-item .content .instructor .ins-content > a {
  font-size: 14px;
  color: #53677d;
  text-decoration: none;
}
.courses-three .course-item .content-bottom {
  background-color: #fffef1;
  border-top: 1px solid #e8ebed;
}
.courses-three .course-item .content-bottom li {
  width: 32%;
  list-style: none;
  display: inline-block;
  border-right: 1px solid #e8ebed;
  padding: 17px 0px;
  text-align: center;
}
.courses-three .course-item .content-bottom li:last-child {
  border: none;
}
.courses-three .course-item .content-bottom li p {
  margin: 0px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: #56509f;
}
.courses-three .course-item .content-bottom li span {
  font-size: 16px;
  color: #53677d;
}
.courses-three .course-item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.courses-four .course-item .image ul li:nth-child(2) {
  background-color: #3b88d6;
}
.courses-four .course-item .image ul li:nth-child(3) {
  background-color: #db3275;
}
.courses-four .courses-buttons > div:hover,
.courses-four .courses-buttons > div:focus {
  background-color: #db3275;
}
.courses-five {
  background-color: transparent;
}
.courses-five .swiper-slide {
  padding: 1px 0px;
}
.courses-five .course-item {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.courses-five .course-item img {
  width: 100%;
}
.courses-five .course-item .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.courses-five .course-item .content h4 {
  margin-bottom: 10px;
}
.courses-five .course-item .content h4 a:hover {
  color: #49bf8f;
}
.courses-five .course-item .content .course-meta {
  overflow: hidden;
  margin-bottom: 5px;
}
.courses-five .course-item .content .course-meta li {
  color: #49bf8f;
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.courses-five .course-item .content .course-meta li i {
  margin-left: 2px;
}
.courses-five .course-item .content .info li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.courses-five .course-item .content .info li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.courses-five .course-item .content .info li p span {
  float: right;
}
.courses-five .course-item .content-bottom {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.courses-five .course-item .content-bottom span:first-child {
  color: #49bf8f;
  font-size: 18px;
  line-height: 38px;
}
.courses-five .course-item .content-bottom span:last-child {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #49bf8f;
}
.courses-five .courses-buttons > div {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.courses-five .courses-buttons > div:hover,
.courses-five .courses-buttons > div:focus {
  background-color: #49bf8f;
}
.courses-six h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 30px;
}
.courses-six .course-item {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.courses-six .course-item:hover .content h4 a {
  color: #e91e63;
}

.courses-six .course-item img {
  width: 100%;
}
.courses-six .course-item .content {
  border: 1px solid #edeff1;
  text-align: left;
  padding: 25px 20px 15px;
}
.courses-six .course-item .content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}
.courses-six .course-item .content h4 a {
  color: #000f3a;
  text-decoration: none;
  transition: all .3s ease;
}
.courses-six .course-item .content span {
  color: #e91e63;
  list-style: none;
  display: inline-block;
  font-size: 16px;
}
.courses-six .course-item .content .info li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.courses-six .course-item .content .info li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.courses-six .course-item .content .info li p span {
  float: right;
}
.courses-six .course-item .content-bottom {
  border: 1px solid #edeff1;
  border-top: none;
  padding: 10px 20px;
}
.courses-six .course-item .content-bottom span:first-child {
  color: #e91e63;
  font-size: 18px;
  line-height: 38px;
}
.courses-six .course-item .content-bottom span:last-child {
  float: right;
  font-size: 18px;
  line-height: 40px;
  font-weight: 500;
  color: #e91e63;
}
.course-archive {
  padding: 120px 0px;
}
.course-archive .courses {
  padding: 0px;
}
.course-archive .course-header {
  overflow: hidden;
  margin-bottom: 30px;
}
.course-archive .course-header select {
  float: left;
  font-size: 16px;
  color: #53677d;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 32px;
  outline: none;
}
.course-archive .course-header .right-contents {
  float: right;
}
.course-archive .course-header .right-contents p {
  font-size: 16px;
  color: #9ea9b5;
  margin: 0px;
  display: inline-block;
  margin-right: 30px;
  line-height: 40px;
}
.course-archive .course-header .right-contents .buttons {
  float: right;
}
.course-archive .course-header .right-contents .buttons span {
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  text-align: center;
  line-height: 2.7;
  cursor: pointer;
}
.course-archive .course-header .right-contents .buttons .active {
  color: #53677d;
}
.course-archive .course-items {
  margin: -15px;
  overflow: hidden;
  margin-bottom: 68px;
}
.course-archive .course-item-grid {
  padding: 15px;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}
@media screen and (max-width: 1199px) {
  .course-archive .course-item-grid {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
  }
}
@media screen and (max-width: 767px) {
  .course-archive .course-item-grid {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.course-archive .course-item {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.course-archive .course-item:hover img{
  transform: scale(1.2);
}
.course-archive .course-item:hover .content h4 a{
  color: #ffb606;
}
.course-archive .course-item .image {
  overflow: hidden;
}
.course-archive .course-item .image img {
  width: 100%;
}
.course-archive .course-item .content {
  border: 1px solid #edeff1;
  text-align: left;
}
.course-archive .course-item .content .content-top {
  padding: 25px 20px 15px;
}
.course-archive .course-item .content h4 {
  margin-bottom: 10px;
  font-size: 20px;
}
.course-archive .course-item .content h4 a {
  text-decoration: none;
  color: #000f3a;
}
.course-archive .course-item .content .course-meta {
  overflow: hidden;
  margin-bottom: 5px;
}
.course-archive .course-item .content .course-meta li {
  color: #ffb606;
  list-style: none;
  display: inline-table;
}
.course-archive .course-item .content .course-meta li:first-child {
  float: left;
}
.course-archive .course-item .content .course-meta li:last-child {
  float: right;
  font-size: 16px;
}
.course-archive .course-item .content .course-meta li:last-child i {
  margin-left: 2px;
}
.course-archive .course-item .content .info li {
  list-style: none;
  font-size: 16px;
  line-height: 28px;
  color: #9ea9b5;
}
.course-archive .course-item .content .info li p {
  display: inline-block;
  width: 90px;
  margin: 0px 20px 0px 0px;
  font-size: 16px;
  line-height: 28px;
  color: #17324f;
}
.course-archive .course-item .content .info li p span {
  float: right;
}
.course-archive .course-item .content p {
  display: none;
}
.course-archive .course-item .content-bottom {
  border-top: 1px solid #edeff1;
  padding: 10px 20px;
}
.course-archive .course-item .content-bottom img {
  height: 40px;
  width: 40px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 8px;
}
.course-archive .course-item .content-bottom a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.course-archive .course-item .content-bottom span {
  float: right;
  font-size: 18px;
  line-height: 40px;
  color: #ffb606;
}
.course-archive .course-item-list {
  padding: 15px;
}
.course-archive .course-item-list .course-item .image {
  float: left;
}
.course-archive .course-item-list .course-item .content {
  display: table;
}
.course-archive .course-item-list .course-item .content .content-top {
  padding: 30px 30px 0px;
}
.course-archive .course-item-list .course-item .content h4 {
  font-size: 24px;
}
.course-archive .course-item-list .course-item .content .info {
  display: none;
}
.course-archive .course-item-list .course-item .content p {
  display: block;
  margin-bottom: 25px;
}
.course-single {
  padding: 120px 0px;
}
.course-single h2 {
  font-size: 36px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .course-single h2 {
    font-size: 26px;
  }
}
.course-single .course-meta {
  background-color: #f1f3f5;
  border: 2px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 18px;
  overflow: hidden;
  margin-bottom: 30px;
}
.course-single .course-meta ul {
  float: left;
}
.course-single .course-meta ul li {
  list-style: none;
  display: inline-block;
  float: left;
}
.course-single .course-meta ul .instructor .image {
  height: 60px;
  width: 60px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
  float: left;
  overflow: hidden;
}
.course-single .course-meta ul .instructor .image img {
  width: 100%;
}
.course-single .course-meta ul .instructor .content {
  display: table;
  padding: 7px 0px;
  margin: 0px;
}
.course-single .course-meta ul .instructor .content h5 {
  font-size: 18px;
  line-height: 18px;
  color: #17324f;
}
.course-single .course-meta ul .instructor .content a {
  font-size: 14px;
  text-decoration: none;
  line-height: 18px;
  color: #9ea9b5;
}
.course-single .course-meta ul .categories {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  margin: 7px 20px;
  padding: 0px 20px;
}
@media screen and (max-width: 1199px) {
  .course-single .course-meta ul .categories {
    border-left: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .course-single .course-meta ul .categories {
    border: 0;
    margin-right: 0;
  }
}
.course-single .course-meta ul .categories span {
  font-size: 14px;
  line-height: 18px;
  color: #9ea9b5;
}
.course-single .course-meta ul .categories a {
  font-size: 18px;
  text-decoration: none;
  line-height: 18px;
  color: #17324f;
  display: block;
}
.course-single .course-meta ul .reviews span {
  font-size: 14px;
  line-height: 18px;
  color: #9ea9b5;
}
.course-single .course-meta ul .reviews p {
  margin: 0px;
  font-size: 16px;
  color: #17324f;
}
.course-single .course-meta ul .reviews i {
  font-size: 16px;
  color: #ffb606;
}
.course-single .course-meta .right {
  float: right;
}
.course-single .course-meta .right span {
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: #3b88d6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 13px;
}
.course-single .course-meta .right a {
  background-color: #ffb606;
  padding: 13px 36px;
  margin: 4px 0px 0px 15px;
}
.course-single .course-item > .image {
  margin-bottom: 60px;
}
.course-single .cr-description h3 {
  margin-bottom: 10px;
}
.course-single .cr-description h5 {
  margin-bottom: 10px;
}
.course-single .cr-description ul li {
  font-size: 16px;
  margin-left: 15px;
  color: #53677d;
}
.course-single .curriculums .cr-title {
  overflow: hidden;
}
.course-single .curriculums .cr-title h3 {
  float: left;
  margin-bottom: 20px;
}
.course-single .curriculums .cr-title .cr-info {
  float: right;
  margin-top: 15px;
  margin-right: 15px;
}
.course-single .curriculums .cr-title .cr-info span {
  font-size: 16px;
  color: #53677d;
}
.course-single .curriculums .cr-title .cr-info span:last-child {
  margin-left: 50px;
}
.course-single .curriculums .panel-group {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.course-single .curriculums .panel-group .panel-body {
  border: none!important;
}
.course-single .curriculums .panel-group .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 6px;
}
.course-single .curriculums .panel-group .panel .panel-heading {
  background-color: #f1f3f5;
  padding: 12px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 {
  font-size: 18px;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a.collapsed i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a.collapsed .minus {
  display: none;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a.active {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a .plus {
  display: none;
}
.course-single .curriculums .panel-group .panel .panel-heading h4 a span {
  float: right;
  font-size: 16px;
  color: #53677d;
}
.course-single .curriculums .panel-group .panel-body {
  border: none;
  padding: 0px;
}
.course-single .curriculums .panel-group .panel-body ul li {
  list-style: none;
  font-size: 16px;
  line-height: 19px;
  padding: 15px 20px;
  border-bottom: 1px solid #f1f3f5;
  overflow: hidden;
}
.course-single .curriculums .panel-group .panel-body ul li a {
  text-decoration: none;
  color: #ffb606;
}
.course-single .curriculums .panel-group .panel-body ul li .left {
  float: left;
}
.course-single .curriculums .panel-group .panel-body ul li .left i {
  color: #ffb606;
  margin-right: 10px;
}
.course-single .curriculums .panel-group .panel-body ul li .right {
  float: right;
}
.course-single .curriculums .panel-group .panel-body ul li .right span {
  margin-left: 60px;
  color: #53677d;
}
.course-single .curriculums .panel-group .panel-body ul li p {
  font-size: 14px;
}
.course-single .curriculums .panel-group .panel-body ul li:nth-child(2) .left {
  float: inherit;
}
.course-single .curriculums .panel-group .panel-body ul li:nth-child(2) .right {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.course-single .curriculums .panel-group .panel-body ul li:nth-child(2) i,
.course-single .curriculums .panel-group .panel-body ul li:nth-child(2) a {
  color: #53677d;
}
.course-single .curriculums .panel-group .panel-body ul li:last-child {
  border: none;
}
.course-single .instructor {
  overflow: hidden;
  margin-bottom: 15px;
}
.course-single .instructor .image {
  height: 230px;
  width: 230px;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
}
.course-single .instructor .image img {
  width: 100%;
}
.course-single .instructor .content {
  display: table;
}
.course-single .instructor .content h3 {
  font-size: 22px;
}
.course-single .instructor .content h3 a {
  text-decoration: none;
  color: #000f3a;
}
.course-single .instructor .content span {
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #9ea9b5;
}
.course-single .instructor .content ul {
  overflow: hidden;
  float: right;
  transform: translateY(-20px);
}
.course-single .course-details {
  margin-bottom: 50px;
}
.course-single .course-details .cd-menu {
  background-color: #f1f3f5;
  border-top: 4px solid #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 0px;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .course-single .course-details .cd-menu {
    text-align: center;
  }
}
.course-single .course-details .cd-menu li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .course-single .course-details .cd-menu li {
    margin-bottom: 20px;
  }
}
.course-single .course-details .cd-menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #17324f;
  border-right: 1px solid #dbdbdb;
  padding: 0px 30px;
  position: relative;
}
.course-single .course-details .cd-menu li a.active:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background-color: #ffb606;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.course-single .course-details .cd-menu li a:hover:before {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .course-single .course-details .cd-menu li a {
    padding: 0px 10px;
  }
}
.course-single .course-details .cd-menu li:last-child a {
  border: none;
}
.course-single .course-details .cd-menu li a.active:before {
  width: 46px;
}
.course-single .course-details .course-rating {
  overflow: hidden;
  margin-bottom: 70px;
}
.course-single .course-details .course-rating .av-rating {
  height: 270px;
  width: 270px;
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  text-align: center;
  padding: 78px 0px;
  float: left;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .course-single .course-details .course-rating .av-rating {
    width: 100%;
    margin-bottom: 20px;
  }
}
.course-single .course-details .course-rating .av-rating .rating-value {
  font-size: 86px;
  line-height: 70px;
  font-weight: 500;
  color: #17324f;
  display: block;
}
.course-single .course-details .course-rating .av-rating .rating-stars {
  font-size: 20px;
  color: #ffb606;
  display: block;
  line-height: 1;
}
.course-single .course-details .course-rating .av-rating .review-amount {
  font-size: 16px;
  color: #9ea9b5;
  display: block;
}
.course-single .course-details .course-rating .det-rating {
  display: table;
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  padding: 40px;
  width: calc(100% - 300px);
}
@media screen and (max-width: 767px) {
  .course-single .course-details .course-rating .det-rating {
    width: calc(100% - 0px);
  }
}
.course-single .course-details .course-rating .det-rating .rating {
  font-size: 16px;
  line-height: 14px;
  color: #17324f;
  margin-bottom: 30px;
}
.course-single .course-details .course-rating .det-rating .rating:last-child {
  margin-bottom: 0px;
}
.course-single .course-details .course-rating .det-rating .rating .key {
  float: left;
  margin-right: 10px;
}
.course-single .course-details .course-rating .det-rating .rating .full-bar {
  display: inline-block;
  width: 84%;
  height: 12px;
  margin-right: 10px;
  background-color: #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .course-single .course-details .course-rating .det-rating .rating .full-bar {
    width: 78%;
  }
}
.course-single .course-details .course-rating .det-rating .rating .full-bar .bar {
  background-color: #ffb606;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.course-single .course-details .course-rating .det-rating .rating .value {
  float: right;
}
.course-single .course-details .course-reviews h4 {
  font-size: 22px;
  color: #000f3a;
}
.course-single .course-details .course-reviews .review-item {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
}
.course-single .course-details .course-reviews .review-item:last-child {
  border: none;
}
.course-single .course-details .course-reviews .review-item .rev-image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  height: 90px;
  width: 90px;
}
.course-single .course-details .course-reviews .review-item .rev-content {
  display: table;
}
.course-single .course-details .course-reviews .review-item .rev-content .title {
  display: inline-block;
}
.course-single .course-details .course-reviews .review-item .rev-content h5 {
  font-size: 20px;
  color: #191919;
  line-height: 1;
}
.course-single .course-details .course-reviews .review-item .rev-content span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 10px;
  display: inline-block;
}
.course-single .course-details .course-reviews .review-item .rev-content .rev-rating {
  float: right;
}
@media screen and (max-width: 767px) {
  .course-single .course-details .course-reviews .review-item .rev-content .rev-rating {
    float: inherit;
  }
}
.course-single .course-details .course-reviews .review-item .rev-content .rev-rating span {
  font-size: 16px;
  color: #9ea9b5;
}
.course-single .course-details .course-reviews .review-item .rev-content .rev-rating span:nth-child(2) {
  margin: 0px 10px;
}
.course-single .course-details .course-reviews .review-item .rev-content .rev-rating .ret-stars {
  font-size: 18px;
  color: #ffb606;
}
.course-single .course-details .course-reviews .review-item .rev-content p {
  margin-bottom: 20px;
}
.course-single .course-details .add-review {
  margin-bottom: 60px;
}
.course-single .course-details .add-review h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.course-single .course-details .add-review form .review-input {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.course-single .course-details .add-review form div {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 15px;
}
.course-single .course-details .add-review form div span {
  font-size: 18px;
  color: #ffb606;
  margin-right: 10px;
}
.course-single .course-details .add-review form input:nth-child(1) {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  .course-single .course-details .add-review form input:nth-child(1) {
    width: 100%;
    float: inherit;
  }
}
.course-single .course-details .add-review form input:nth-child(2) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .course-single .course-details .add-review form input:nth-child(2) {
    width: 100%;
    float: inherit;
  }
}
.course-single .course-details .add-review form input:last-child {
  margin-top: 10px;
  padding: 15px 35px;
  background-color: #ffb606;
}
.course-single .course-details .add-review form input:last-child:hover,
.course-single .course-details .add-review form input:last-child:focus {
  background-color: #17324f;
}
/* Testimonial start here
--------------------------------------*/
.testimonial {
  padding: 120px 0px;
  background-color: #17324f;
}
.testimonial .section-header h2 {
  color: #ffffff;
}
.testimonial .testimonial-items {
  position: relative;
}
.testimonial .testimonial-item {
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 60px 40px;
}
.testimonial .testimonial-item img {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 40px;
}
.testimonial .testimonial-item p {
  font-size: 18px;
  line-height: 30px;
  color: #17324f;
  font-style: italic;
}
.testimonial .testimonial-item h4 {
  color: #17324f;
  font-size: 24px;
  line-height: 26px;
}
.testimonial .testimonial-item span {
  font-size: 16px;
  color: #17324f;
  line-height: 26px;
}
.testimonial .testimonial-buttons {
  font-size: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .testimonial .testimonial-buttons {
    display: none;
  }
}
.testimonial .testimonial-buttons .testimonial-button-prev {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial .testimonial-buttons .testimonial-button-next {
  position: absolute;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-two {
  background-image: url(../images/background/testimonial.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.testimonial-two h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  font-size: 46px;
  line-height: 60px;
  color: #56509f;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.testimonial-two .testimonial-items {
  border: 4px dotted #fb6b47;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 6px;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .testimonial-two .testimonial-items {
    margin: 0px 0px 50px;
  }
}
.testimonial-two .testimonial-items .testimonial-items-inner {
  background-color: #56509f;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  padding: 10px 70px 50px;
}
@media screen and (max-width: 1199px) {
  .testimonial-two .testimonial-items .testimonial-items-inner {
    padding: 10px 20px 50px;
  }
}
@media screen and (max-width: 991px) {
  .testimonial-two .testimonial-items .testimonial-items-inner {
    padding: 10px 70px 50px;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-two .testimonial-items .testimonial-items-inner {
    padding: 10px 15px 50px;
  }
}
.testimonial-two .testimonial-items .swiper-container {
  overflow: inherit;
}
.testimonial-two .testimonial-items .testimonial-item {
  text-align: center;
  margin-bottom: 15px;
}
.testimonial-two .testimonial-items .testimonial-item .image {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
.testimonial-two .testimonial-items .testimonial-item .image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-two .testimonial-items .testimonial-item .image i {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  background-color: #fb6b47;
  border: 3px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-two .testimonial-items .testimonial-item p {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.testimonial-two .testimonial-items .testimonial-item h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.testimonial-two .testimonial-items .testimonial-item span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
.testimonial-two .testimonial-items .testimonial-pagination {
  text-align: center;
}
.testimonial-two .testimonial-items .testimonial-pagination span {
  background-color: #ffffff;
  height: 10px;
  width: 10px;
  margin-right: 4px;
}
.testimonial-two .testimonial-info {
  padding-left: 20px;
}
@media screen and (max-width: 991px) {
  .testimonial-two .testimonial-info {
    padding-left: 0px;
  }
}
.testimonial-two .testimonial-info ul li {
  list-style: none;
}
.testimonial-two .testimonial-info ul li .icon {
  float: left;
  height: 92px;
  width: 92px;
  border: 4px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #ffb606;
  color: #ffffff;
  font-size: 40px;
  text-align: center;
  line-height: 2.5;
  margin-right: 30px;
  -webkit-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 7px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (max-width: 480px) {
  .testimonial-two .testimonial-info ul li .icon {
    float: inherit;
    margin: 0 auto 30px;
  }
}
.testimonial-two .testimonial-info ul li .content {
  display: table;
}
.testimonial-two .testimonial-info ul li .content h3 {
  font-size: 24px;
  color: #17324f;
  margin-bottom: 5px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.testimonial-two .testimonial-info ul li .content p {
  font-size: 16px;
  line-height: 26px;
}
@media screen and (max-width: 480px) {
  .testimonial-two .testimonial-info ul li .content {
    display: block;
    text-align: center;
  }
}
.testimonial-two .testimonial-info ul li:hover .icon {
  box-shadow: none;
}
.testimonial-two .testimonial-info ul li:hover .content h3 {
  color: #ffb606;
}
.testimonial-three {
  background-image: url(../images/background/testimonial_03.jpg);
  background-size: cover;
  background-position: center;
}
.testimonial-three .overlay {
  background-color: rgba(23, 50, 79, 0.84);
  padding: 120px 0px;
}
.testimonial-three h2 {
  color: #ffffff;
}
.testimonial-three .testimonial-items {
  position: relative;
}
.testimonial-three .testimonial-item {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.testimonial-three .testimonial-item .image {
  position: relative;
  height: 100px;
  width: 100px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto;
}
.testimonial-three .testimonial-item .image img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-three .testimonial-item .image i {
  display: inline-block;
  position: absolute;
  left: -21px;
  top: 2px;
  height: 42px;
  width: 42px;
  font-size: 20px;
  line-height: 2;
  color: #ffffff;
  background-color: #ffb606;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.testimonial-three .testimonial-item p {
  font-style: italic;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
}
.testimonial-three .testimonial-item h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.testimonial-three .testimonial-item span {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .testimonial-three .testimonial-buttons {
    display: none;
  }
}
.testimonial-three .testimonial-buttons > div {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
  z-index: 99;
}
.testimonial-three .testimonial-buttons > div:hover {
  background-color: #ffb606;
}
.testimonial-three .testimonial-buttons .testimonial-button-prev {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-three .testimonial-buttons .testimonial-button-next {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.testimonial-four {
  background-color: #db3275;
}
.testimonial-five {
  background-color: #ffb606;
}
.testimonial-six {
  background-color: #49bf8f;
}
.testimonial-seven {
  padding: 120px 0px;
  background-color: #ffb606;
}
.testimonial-seven h2 {
  color: #ffffff;
}
.testimonial-seven .testimonial-slider-seven {
  max-width: 915px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-bottom: 80px;
  position: relative;
}
.testimonial-seven .testimonial-slider-seven .testimonial-item {
  overflow: hidden;
  padding: 40px 40px 0px;
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .icon {
  font-size: 50px;
  line-height: 1;
  color: #9ea9b5;
  float: left;
  margin-right: 20px;
}
@media screen and (max-width: 991px) {
  .testimonial-seven .testimonial-slider-seven .testimonial-item .icon {
    display: none;
  }
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .content {
  width: 75%;
  float: left;
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .content h4 {
  font-size: 20px;
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .content span {
  font-size: 16px;
  color: #9ea9b5;
}
@media screen and (max-width: 991px) {
  .testimonial-seven .testimonial-slider-seven .testimonial-item .content {
    width: 100%;
    text-align: center;
  }
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  border: 4px solid #49bf8f;
  float: right;
}
.testimonial-seven .testimonial-slider-seven .testimonial-item .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .testimonial-seven .testimonial-slider-seven .testimonial-item .image {
    float: inherit;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
.testimonial-seven .testimonial-buttons {
  position: absolute;
  left: 100px;
  bottom: 50px;
}
@media screen and (max-width: 991px) {
  .testimonial-seven .testimonial-buttons {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.testimonial-seven .testimonial-buttons > div {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 2.3;
  text-align: center;
  background-color: #17324f;
  color: #ffffff;
  cursor: pointer;
  z-index: 99;
  float: left;
  margin-right: 5px;
}
.testimonial-seven .testimonial-buttons > div:hover {
  background-color: #ffb606;
}
/* Subscribe start here
--------------------------------------*/
.subscribe {
  background-image: url(../images/background/subscribe.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.subscribe .subscribe-content {
  background-color: #ffffff;
  max-width: 1024px;
  overflow: hidden;
  margin: 0 auto;
  padding: 80px 0px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.subscribe .subscribe-content:before {
  content: "";
  background-image: url(../images/subscribe/sub-border.png);
  background-size: cover;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
}
.subscribe .subscribe-content .content {
  width: 50%;
  float: left;
  text-align: center;
  padding: 50px;
}
@media screen and (max-width: 1199px) {
  .subscribe .subscribe-content .content {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 991px) {
  .subscribe .subscribe-content .content {
    width: 100%;
    float: inherit;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .subscribe .subscribe-content .content {
    padding: 50px 15px;
  }
}
.subscribe .subscribe-content .content img {
  margin-bottom: 40px;
}
.subscribe .subscribe-content .content h3 {
  font-size: 30px;
  line-height: 46px;
  font-weight: 300;
  text-transform: uppercase;
  color: #49bf8f;
  margin-bottom: 8px;
}
.subscribe .subscribe-content .content p {
  font-size: 18px;
  color: #53677d;
  margin: 0px;
}
.subscribe .subscribe-content .form {
  width: 50%;
  float: right;
  padding: 0px 50px;
  border-left: 1px solid #e8ebed;
}
@media screen and (max-width: 991px) {
  .subscribe .subscribe-content .form {
    width: 100%;
    float: inherit;
  }
}
@media screen and (max-width: 767px) {
  .subscribe .subscribe-content .form {
    padding: 0px 15px;
  }
}
.subscribe .subscribe-content .form p {
  font-size: 24px;
  line-height: 30px;
  color: #53677d;
  margin-bottom: 30px;
}
.subscribe .subscribe-content .form form input:nth-child(1),
.subscribe .subscribe-content .form form input:nth-child(2) {
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #f1f3f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 15px 20px;
  margin-bottom: 15px;
  width: 100%;
  outline: none;
}
.subscribe .subscribe-content .form form input:nth-child(1):focus,
.subscribe .subscribe-content .form form input:nth-child(2):focus {
  border: 1px solid #49bf8f;
}
.subscribe .subscribe-content .form form input:last-child {
  background-color: #49bf8f;
  font-size: 16px;
  text-transform: uppercase;
  padding: 20px 36px;
  margin-top: 15px;
}
.subscribe .subscribe-content .form form input:last-child:hover,
.subscribe .subscribe-content .form form input:last-child:focus {
  background-color: #ffb606;
}
.subscribe-two {
  background: url(../images/background/subscribe_02.jpg) rgba(0, 0, 0, 0.75);
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}
.subscribe-two .subscribe-content {
  max-width: 720px;
  background-color: rgba(255, 255, 255, 0.92);
  padding: 40px;
  overflow: hidden;
}
.subscribe-two .subscribe-content:before {
  display: none;
}
.subscribe-two .subscribe-content h2 {
  font-size: 32px;
  line-height: 56px;
  color: #17324f;
  float: left;
}
@media screen and (max-width: 767px) {
  .subscribe-two .subscribe-content h2 {
    float: inherit;
    margin-bottom: 10px;
  }
}
.subscribe-two .subscribe-content a {
  float: right;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 36px;
  background-color: #ffb606;
}
.subscribe-two .subscribe-content a:hover,
.subscribe-two .subscribe-content a:focus {
  background-color: #17324f;
}
@media screen and (max-width: 767px) {
  .subscribe-two .subscribe-content a {
    float: inherit;
  }
}
.subscribe-three {
  background-color: #17324f;
  padding: 120px 0px;
  overflow: hidden;
}
.subscribe-three h2 {
  color: #ffffff;
}
.subscribe-three form {
  max-width: 700px;
  margin: 0 auto;
}
.subscribe-three form input {
  float: left;
}
.subscribe-three form input:first-child {
  width: calc(100% - 200px);
  background-color: #ffffff;
  border: none;
  box-shadow: none;
  padding: 20px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  outline: none;
}
@media screen and (max-width: 480px) {
  .subscribe-three form input:first-child {
    width: calc(100% - 0px);
    margin-bottom: 10px;
  }
}
.subscribe-three form input:last-child {
  width: 190px;
  margin-left: 10px;
  background-color: #ffb606;
  font-size: 16px;
  line-height: 18px;
  padding: 24px 15px;
  color: white;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .subscribe-three form input:last-child {
    margin: 0px;
  }
}
/* Teachers start here
--------------------------------------*/
.teachers {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.teachers .teacher-items .top-items {
  margin: -10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.teachers .teacher-items .top-items > div {
  width: -webkit-calc(100% / 2);
  width: -moz-calc(100% / 2);
  width: -o-calc(100% / 2);
  width: calc(100% / 2);
  float: left;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .teachers .teacher-items .top-items > div {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.teachers .teacher-items .top-items .teacher-item {
  overflow: hidden;
  background-color: #ffffff;
  padding: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.teachers .teacher-items .top-items .teacher-item .image {
  height: 220px;
  width: 220px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 30px;
  float: left;
  overflow: hidden;
}
.teachers .teacher-items .top-items .teacher-item .image img {
  transition: all .3s ease;
}
.teachers .teacher-items .top-items .teacher-item:hover img{
  transform: scale(1.2);
}
.teachers .teacher-items .top-items .teacher-item:hover .content h3 a{
  color: #ffb606;
}
@media screen and (max-width: 1199px) {
  .teachers .teacher-items .top-items .teacher-item .image {
    float: inherit;
    margin: 0 auto;
  }
}
.teachers .teacher-items .top-items .teacher-item .content {
  display: table;
  padding: 20px 0px;
}
@media screen and (max-width: 1199px) {
  .teachers .teacher-items .top-items .teacher-item .content {
    display: block;
    text-align: center;
  }
}
.teachers .teacher-items .top-items .teacher-item .content h3 {
  font-size: 24px;
  line-height: 26px;
}
.teachers .teacher-items .top-items .teacher-item .content h3 a {
  text-decoration: none;
  color: #191919;
}
.teachers .teacher-items .top-items .teacher-item .content span {
  display: inline-block;
  color: #9ea9b5;
  font-size: 18px;
  margin-bottom: 10px;
}
.teachers .teacher-items .top-items .teacher-item .content p {
  margin: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #53677d;
}
.teachers .teacher-items .top-items .teacher-item .content p i {
  color: #ffb606;
  margin-right: 5px;
}
.teachers .teacher-items .top-items .teacher-item .content ul {
  margin-top: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .teachers .teacher-items .top-items .teacher-item .content ul {
    margin: 20px auto 0px;
    display: inline-block;
  }
}
.teachers .teacher-items .bottom-items {
  background-color: #ffffff;
  padding: 30px 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative;
}
.teachers .teacher-items .bottom-items .teacher-item {
  text-align: center;
}
.teachers .teacher-items .bottom-items .teacher-item:hover img {
  transform: scale(1.2);
}
.teachers .teacher-items .bottom-items .teacher-item:hover .content h5 a {
  color: #ffb606;
}
.teachers .teacher-items .bottom-items .teacher-item .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
  overflow: hidden;
}
.teachers .teacher-items .bottom-items .teacher-item .image img {
  width: 100%;
  transition: all .3s ease;
}
.teachers .teacher-items .bottom-items .teacher-item .content h5 {
  font-size: 18px;
  line-height: 24px;
  color: #191919;
}
.teachers .teacher-items .bottom-items .teacher-item .content h5 a {
  text-decoration: none;
  color: #191919;
}
.teachers .teacher-items .bottom-items .teacher-item .content span {
  font-size: 16px;
  color: #53677d;
}
.teachers .teachers-buttons {
  position: absolute;
  width: 100%;
  top: 45%;
}
.teachers .teachers-buttons > div {
  position: absolute;
  display: inline-block;
  margin-left: 2px;
  font-size: 20px;
  color: #53677d;
  background-color: #f1f3f5;
  height: 32px;
  width: 32px;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.teachers .teachers-buttons > div:hover,
.teachers .teachers-buttons > div:focus {
  background-color: #ffb606;
  color: #ffffff;
}
.teachers .teachers-buttons > div:first-child {
  left: -40px;
}
.teachers .teachers-buttons > div:last-child {
  right: 60px;
}
@media screen and (max-width: 767px) {
  .teachers .teachers-buttons {
    display: none;
  }
}
.teacher-social li {
  list-style: none;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.teacher-social li a {
  display: inline-block;
  text-decoration: none;
  height: 30px;
  width: 30px;
  color: #53677d;
  background-color: #f1f3f5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 34px;
}
.teacher-social li a:hover {
  background-color: #ffb606;
  color: #ffffff;
}
.teachers-two {
  background-image: url(../images/background/teacher.jpg);
  background-size: cover;
  background-position: center;
  padding: 120px 0px;
}
.teachers-two h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.teachers-two .teacher-item {
  text-align: center;
}
.teachers-two .teacher-item .image {
  height: 184px;
  width: 184px;
  border: 10px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 50px;
  overflow: hidden;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -o-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.24);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teachers-two .teacher-item .image img {
  width: 100%;
}
.teachers-two .teacher-item .content {
  text-align: center;
}
.teachers-two .teacher-item .content h5 {
  font-size: 24px;
  line-height: 26px;
}
.teachers-two .teacher-item .content h5 a {
  text-decoration: none;
  color: #56509f;
}
.teachers-two .teacher-item .content h5 a:hover,
.teachers-two .teacher-item .content h5 a:focus {
  color: #ffb606;
}
.teachers-two .teacher-item .content span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 20px;
  display: inline-block;
}
.teachers-two .teacher-item .teacher-social {
  overflow: hidden;
}
.teachers-two .teacher-item .teacher-social li {
  float: inherit;
  margin-right: 2px;
}
.teachers-two .teacher-item .teacher-social li a {
  background-color: #56509f;
  color: #ffffff;
}
.teachers-two .teacher-item .teacher-social li a:hover,
.teachers-two .teacher-item .teacher-social li a:focus {
  background-color: #ffb606;
}
.teachers-two .teacher-item:hover .image {
  height: 214px;
  width: 214px;
  margin-bottom: 20px;
}
.teachers-three {
  background-color: #17324f;
  padding: 120px 0px;
}
.teachers-three h2 {
  color: #ffffff;
}
.teachers-three .teacher-item {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .teachers-three .teacher-item {
    margin-bottom: 30px;
  }
}
.teachers-three .teacher-item .image img {
  width: 100%;
}
.teachers-three .teacher-item .content {
  background-color: #ffffff;
  text-align: center;
  padding: 24px 20px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teachers-three .teacher-item .content h4 {
  font-size: 22px;
  line-height: 24px;
}
.teachers-three .teacher-item .content h4 a {
  text-decoration: none;
  color: #191919;
}
.teachers-three .teacher-item .content span {
  font-size: 16px;
  color: #191919;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.teachers-three .teacher-item:hover .content {
  background-color: #db3275;
}
.teachers-three .teacher-item:hover .content h4 a,
.teachers-three .teacher-item:hover .content span {
  color: #ffffff;
}
.teachers-four {
  padding: 120px 0px;
}
.teachers-four .teacher-item {
  text-align: center;
  margin-bottom: 15px;
}
.teachers-four .teacher-item .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
  position: relative;
}
.teachers-four .teacher-item .image .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 182, 6, 0.5);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.teachers-four .teacher-item .image img {
  width: 100%;
}
.teachers-four .teacher-item .content h3 {
  font-size: 24px;
}
.teachers-four .teacher-item .content h3 a {
  text-decoration: none;
  color: #191919;
}
.teachers-four .teacher-item .content span {
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  color: #9ea9b5;
}
.teachers-four .teacher-item .content ul {
  display: inline-block;
  margin: 0 auto;
}
.teachers-four .teacher-item:hover .image .overlay {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.teachers-four .teacher-item:hover .content h3 a {
  color: #ffb606;
}
.teacher-list {
  padding: 120px 0px;
}
.teacher-profile {
  padding: 120px 0px 70px;
}
.teacher-profile .teacher-item {
  background-color: #f1f3f5;
  padding: 30px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .teacher-profile .teacher-item {
    margin-bottom: 50px;
  }
}
.teacher-profile .teacher-item .image {
  overflow: hidden;
  height: 220px;
  width: 220px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 30px;
}
.teacher-profile .teacher-item .image img {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .teacher-profile .teacher-item .image {
    height: 170px;
    width: 170px;
  }
}
@media screen and (max-width: 767px) {
  .teacher-profile .teacher-item .image {
    height: 230px;
    width: 230px;
  }
}
.teacher-profile .teacher-item h3 {
  font-size: 24px;
  color: #17324f;
}
.teacher-profile .teacher-item span {
  font-size: 16px;
  color: #9ea9b5;
}
.teacher-profile .teacher-item p {
  font-size: 16px;
  line-height: 26px;
  color: #17324f;
}
.teacher-profile .teacher-item ul {
  overflow: hidden;
}
.teacher-profile .teacher-item ul li {
  float: inherit;
  margin-right: 3px;
}
.teacher-profile .teacher-item ul li a {
  background-color: #ffffff;
}
.teacher-profile .teacher-item ul li a:hover {
  color: #000000;
}
.teacher-profile .courses {
  padding: 0px;
}
.teacher-profile .courses h3 {
  font-size: 28px;
  color: #17324f;
  margin-bottom: 40px;
}
/* Blog start here
--------------------------------------*/
.home-blog {
  padding: 120px 0px;
}
.blog-item {
  margin-bottom: 25px;
}
.blog-item .image {
  overflow: hidden;
  margin-bottom: 20px;
}
.blog-item .image img {
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.blog-item .content h4 a {
  text-decoration: none;
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-item .content h4 a:hover,
.blog-item .content h4 a:focus {
  color: #ffb606;
}
.blog-item .content ul {
  margin-bottom: 10px;
}
.blog-item .content ul li {
  list-style: none;
  display: inline-block;
}
.blog-item .content ul li:first-child {
  margin-right: 5px;
}
.blog-item .content ul li a {
  font-size: 16px;
  color: #9ea9b5;
  text-decoration: none;
}
.blog-item .content > a {
  padding: 5px 25px;
}
.blog-item:hover img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.home-blog-two h2 {
  font-family: 'Love Ya Like A Sister', cursive;
  color: #56509f;
}
.home-blog-two .blog-item .image {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.home-blog-two .blog-item .content > a {
  padding: 5px 25px;
  background-color: #56509f;
}
.home-blog-two .blog-item .content > a:hover,
.home-blog-two .blog-item .content > a:focus {
  background-color: #ffb606;
}
.blog-page {
  padding: 120px 0px;
  overflow: hidden;
}
.blog-page.blog-single .blog-item:hover img {
  transform: scale(1);
}
blockquote {
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  border: 1px solid #dbdbdb;
  border-left: 6px solid #ffb606;
}
blockquote:after {
  color: #ffb606;
  font-size: 30px;
  line-height: 1;
}
.single-post-bottom {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
.single-post-bottom .post-tags {
  float: left;
}
@media screen and (max-width: 767px) {
  .single-post-bottom .post-tags {
    float: inherit;
    margin-bottom: 10px;
  }
}
.single-post-bottom .post-tags li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #53677d;
}
.single-post-bottom .post-tags li a {
  text-decoration: none;
  font-size: 16px;
  color: #ffb606;
}
.single-post-bottom .post-share {
  float: right;
}
@media screen and (max-width: 767px) {
  .single-post-bottom .post-share {
    float: inherit;
  }
}
.single-post-bottom .post-share li {
  font-size: 16px;
  color: #53677d;
  line-height: 2.3;
}
.single-post-bottom .post-share li:first-child {
  margin-right: 10px;
}
.author {
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  padding: 30px 40px;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 80px;
}
.author .image {
  overflow: hidden;
  height: 130px;
  width: 130px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 480px) {
  .author .image {
    float: inherit;
    margin: 0 auto 20px;
  }
}
.author .author-content {
  display: table;
}
@media screen and (max-width: 480px) {
  .author .author-content {
    text-align: center;
  }
}
.author .author-content .author-title {
  overflow: hidden;
  margin-bottom: 15px;
}
.author .author-content .author-title .title {
  float: left;
}
@media screen and (max-width: 767px) {
  .author .author-content .author-title .title {
    float: inherit;
    margin-bottom: 10px;
  }
}
.author .author-content .author-title .title h5 {
  font-size: 20px;
}
.author .author-content .author-title .title h5 a {
  text-decoration: none;
  color: #191919;
}
.author .author-content .author-title .title > span {
  font-size: 16px;
  color: #9ea9b5;
}
.author .author-content .author-title .author-social {
  float: right;
}
@media screen and (max-width: 767px) {
  .author .author-content .author-title .author-social {
    float: inherit;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .author .author-content .author-title .author-social {
    margin: 0 auto;
    display: inline-block;
  }
}
.author .author-content p {
  margin: 0px;
}
.comments {
  margin-bottom: 70px;
}
.comments h4 {
  font-size: 22px;
  color: #000f3a;
}
.comments ul li {
  list-style: none;
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0px;
}
.comments ul li:last-child {
  border: none;
  padding-bottom: 0px;
}
.comments ul li .com-image {
  height: 90px;
  width: 90px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  .comments ul li .com-image {
    margin-right: 10px;
  }
}
.comments ul li .com-image img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .comments ul li .com-image {
    height: 60px;
    width: 60px;
  }
}
.comments ul li .com-content {
  display: table;
  overflow: hidden;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
}
.comments ul li .com-content:last-child {
  border: none;
  padding: 0px;
}
.comments ul li .com-content .com-title {
  overflow: hidden;
  margin-bottom: 10px;
}
.comments ul li .com-content .com-title h5 {
  font-size: 20px;
  color: #191919;
  float: left;
}
@media screen and (max-width: 767px) {
  .comments ul li .com-content .com-title h5 {
    float: inherit;
  }
}
.comments ul li .com-content .com-title span {
  font-size: 16px;
  color: #9ea9b5;
  line-height: 2;
}
.comments ul li .com-content .com-title span:nth-child(2) {
  margin: 0px 10px;
}
@media screen and (max-width: 767px) {
  .comments ul li .com-content .com-title span {
    display: block;
  }
  .comments ul li .com-content .com-title span:nth-child(2) {
    display: none;
  }
}
.comments ul li .com-content .com-title .reply {
  float: right;
  text-decoration: none;
  color: #9ea9b5;
}
@media screen and (max-width: 767px) {
  .comments ul li .com-content .com-title .reply {
    float: inherit;
  }
}
.comments ul li .com-content p {
  margin: 0px;
}
.comments ul li ul {
  margin-left: 90px;
}
@media screen and (max-width: 767px) {
  .comments ul li ul {
    margin-left: 50px;
  }
}
@media screen and (max-width: 480px) {
  .comments ul li ul {
    margin-left: 30px;
  }
}
.add-comment h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.add-comment form .comment-input {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.add-comment form input:nth-child(1) {
  width: 49%;
  float: left;
}
@media screen and (max-width: 767px) {
  .add-comment form input:nth-child(1) {
    width: 100%;
    float: inherit;
  }
}
.add-comment form input:nth-child(2) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .add-comment form input:nth-child(2) {
    width: 100%;
    float: inherit;
  }
}
.add-comment form input:last-child {
  margin-top: 10px;
  padding: 15px 35px;
  background-color: #ffb606;
}
.add-comment form input:last-child:hover,
.add-comment form input:last-child:focus {
  background-color: #17324f;
}
/* Events start here
--------------------------------------*/
.events {
  padding: 120px 0px;
}
@media screen and (max-width: 767px) {
  .events .event-item {
    margin-bottom: 30px;
  }
}
.events .event-item .image {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 20px;
}
.events .event-item .image img {
  width: 100%;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.events .event-item .event-content .time {
  float: left;
  margin-right: 30px;
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 10px 24px;
  margin-top: 10px;
}
@media screen and (max-width: 480px) {
  .events .event-item .event-content .time {
    margin-right: 10px;
    padding: 10px 15px;
  }
}
.events .event-item .event-content .time span {
  display: block;
}
.events .event-item .event-content .time span:first-child {
  font-size: 32px;
  line-height: 1;
  font-weight: 300;
  color: #17324f;
}
.events .event-item .event-content .time span:nth-child(2) {
  font-size: 4px;
  color: #ffb606;
  margin: 7px 0px;
}
.events .event-item .event-content .time span:nth-child(2) i:nth-child(2) {
  margin: 0px 3px;
}
.events .event-item .event-content .time p {
  margin: 0px;
  font-size: 16px;
  color: #53677d;
}
.events .event-item .event-content .content {
  display: table;
}
.events .event-item .event-content .content h3 a {
  color: #17324f;
  text-decoration: none;
}
.events .event-item .event-content .content h3 a:hover {
  color: #ffb606;
}
.events .event-item .event-content .content ul li {
  list-style: none;
  color: #9ea9b5;
}
.events .event-item .event-content .content ul li i {
  color: #ffb606;
  margin-right: 5px;
}
.events .event-item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.events-two {
  background-color: #f1f3f5;
  padding: 120px 0px;
}
.events-two .events-button {
  text-align: center;
  margin-top: 40px;
}
.events-two .events-button a {
  padding: 12px 42px;
  margin: 0 auto;
  background-color: #ffb606;
}
.events-two .events-button a:hover,
.events-two .events-button a:focus {
  background-color: #17324f;
}
.events-two .event-item {
  overflow: hidden;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 20px;
}
.events-two .event-item:hover img {
  transform: scale(1.2);
}
.events-two .event-item:hover .content h3 a {
  color: #ffb606;
}
.events-two .event-item .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.events-two .event-item .image img {
  transition: all .3s ease;
}
@media screen and (max-width: 991px) {
  .events-two .event-item .image {
    float: inherit;
  }
  .events-two .event-item .image img {
    width: 100%;
  }
}
.events-two .event-item .time {
  border: 2px solid #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  float: left;
  text-align: center;
  padding: 37px 23px;
  margin: 15px 20px;
}
@media screen and (max-width: 991px) {
  .events-two .event-item .time {
    margin-left: 0px;
  }
}
.events-two .event-item .time h2 {
  font-size: 34px;
  line-height: 24px;
  font-weight: 300;
  color: #17324f;
}
.events-two .event-item .time span {
  display: inline-block;
  color: #ffb606;
  font-size: 30px;
  line-height: 20px;
}
.events-two .event-item .time p {
  font-size: 16px;
  line-height: 20px;
  color: #53677d;
  margin: 0px;
}
.events-two .event-item .content {
  display: inline-block;
  float: left;
  width: calc(100% - 450px);
}
@media screen and (max-width: 991px) {
  .events-two .event-item .content {
    width: auto;
    display: table;
    float: inherit;
  }
}
.events-two .event-item .content h3 {
  font-size: 24px;
  margin-top: 5px;
}
.events-two .event-item .content h3 a {
  text-decoration: none;
  color: #000f3a;
}
.events-two .event-item .content ul {
  margin-bottom: 15px;
}
.events-two .event-item .content ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
  font-size: 16px;
  color: #9ea9b5;
}
.events-two .event-item .content ul li i {
  color: #ffb606;
  margin-right: 5px;
}
.events-three .event-item .event-content .time {
  border: 2px solid #db3275;
}
.events-three .event-item .event-content .time span:nth-child(2) {
  color: #db3275;
}
.events-three .event-item .event-content .content h3 a:hover,
.events-three .event-item .event-content .content h3 a:focus {
  color: #db3275;
}
.events-three .event-item .event-content .content ul li i {
  color: #db3275;
}
.event-menu {
  display: block;
  text-align: center;
  margin-bottom: 60px;
  border: none;
}
.event-menu li {
  list-style: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  padding: 7px 0px;
}
.event-menu li a {
  text-decoration: none;
  font-size: 16px;
  line-height: 22px;
  color: #17324f;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 23px;
}
.event-menu li:hover a {
  background-color: #ffb606;
  border: 1px solid #ffb606;
  color: #ffffff;
}
.event-menu a.active {
  background-color: #ffb606;
  border: 1px solid #ffb606;
  color: #ffffff;
}
.event-grid {
  padding: 120px 0px;
}
.event-grid .event-item {
  margin-bottom: 30px;
}
.event-grid .event-item .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.event-grid .event-item .image img {
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.event-grid .event-item .image span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  background-color: #ffb606;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 12px;
}
.event-grid .event-item .image span time {
  font-size: 24px;
}
.event-grid .event-item .content {
  padding: 20px 0px;
}
.event-grid .event-item .content h4 {
  font-size: 22px;
}
.event-grid .event-item .content h4 a {
  text-decoration: none;
  color: #17324f;
}
.event-grid .event-item .content h4 a:hover,
.event-grid .event-item .content h4 a:focus {
  color: #ffb606;
}
.event-grid .event-item .content ul {
  margin-bottom: 10px;
}
.event-grid .event-item .content ul li {
  list-style: none;
  font-size: 16px;
  color: #9ea9b5;
}
.event-grid .event-item:hover .image img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.event-list {
  padding: 120px 0px;
}
.event-list .event-item {
  border: 1px solid #dbdbdb;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.event-list .event-item .image {
  overflow: hidden;
}
.event-list .event-item:hover img {
  transform: scale(1.2);
}
.event-list .event-item:hover .content h4 a {
  color: #ffb606;
}
@media screen and (max-width: 480px) {
  .event-list .event-item {
    padding: 0px;
  }
}
.event-list .event-item .time {
  width: 250px;
  text-align: center;
  float: left;
  padding: 80px 0px;
}
@media screen and (max-width: 991px) {
  .event-list .event-item .time {
    float: inherit;
    width: 100%;
    padding: 20px 0px;
  }
}
.event-list .event-item .time time {
  font-size: 64px;
  line-height: 1;
  font-weight: 500;
  color: #ffb606;
  display: block;
}
.event-list .event-item .time span {
  font-size: 16px;
  line-height: 1;
  color: #17324f;
  display: block;
}
.event-list .event-item .image {
  height: 200px;
  width: 250px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  float: left;
  margin: 20px 0px;
}
.event-list .event-item .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .event-list .event-item .image {
    float: inherit;
    width: 100%;
    margin-bottom: 20px;
  }
}
.event-list .event-item .content {
  width: calc(100% - 500px);
  float: right;
  padding: 30px 30px;
}
@media screen and (max-width: 991px) {
  .event-list .event-item .content {
    float: inherit;
    width: 100%;
    text-align: center;
    padding: 15px;
  }
}
.event-list .event-item .content h4 {
  font-size: 22px;
}
.event-list .event-item .content h4 a {
  text-decoration: none;
  color: #17324f;
}
.event-list .event-item .content ul {
  margin-bottom: 10px;
}
.event-list .event-item .content ul li {
  list-style: none;
  font-size: 16px;
  color: #9ea9b5;
  display: inline-block;
}
.event-list .event-item .content ul li span {
  margin: 0px 5px;
}
.event-list .event-button {
  margin-top: 60px;
}
.event-list .event-button a {
  padding: 12px 53px;
}
.event-single {
  padding: 120px 0px;
}
.event-single .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 35px;
}
.event-single .image img {
  width: 100%;
}
@media screen and (max-width: 991px) {
  .event-single .content {
    margin-bottom: 50px;
  }
}
.event-single .content h2 {
  font-size: 30px;
  color: #000f3a;
  margin-bottom: 15px;
}
.event-single .content h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 15px;
}
.event-single .content ul {
  margin-bottom: 35px;
}
.event-single .content ul li {
  list-style: none;
  font-size: 16px;
  line-height: 32px;
  color: #53677d;
}
.event-single .content ul li i {
  font-size: 10px;
  margin-right: 5px;
}
.event-single .content .event-map h4 {
  margin-bottom: 30px;
}
.event-single .content .event-map #event-map {
  height: 400px;
  width: 100%;
  margin-bottom: 30px;
}
.event-single .content .event-map #event-map iframe {
  height: 100%;
  width: 100%;
  border: none;
}
.event-single .content .event-speakers h4 {
  margin-bottom: 30px;
}
.event-single .content .event-speakers .speaker-item {
  text-align: center;
}
.event-single .content .event-speakers .speaker-item .image {
  height: 150px;
  width: 150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  margin: 0 auto 15px;
}
.event-single .content .event-speakers .speaker-item .content h5 {
  font-size: 20px;
}
.event-single .content .event-speakers .speaker-item .content h5 a {
  text-decoration: none;
  color: #191919;
}
.event-single .content .event-speakers .speaker-item .content span {
  font-size: 16px;
  color: #9ea9b5;
}
.event-button {
  text-align: center;
}
.event-button a {
  padding: 8px 38px;
}
.video {
  position: relative;
  background-image: url(../images/background/video.jpg);
  background-size: cover;
  background-position: center;
}
.video .overlay {
  background-color: rgba(74, 50, 219, 0.5);
  min-height: 800px;
}
.video .video-content {
  position: absolute;
  width: auto;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.video .video-content h2 {
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 50px;
}
.video-two {
  background-image: url(../images/background/video_02.jpg);
  background-size: cover;
  background-position: center;
}
.video-two .overlay {
  background-color: rgba(23, 50, 79, 0.65);
}
.video-three {
  background-image: url(../images/background/video_03.jpg);
  background-size: cover;
  background-position: center;
}
.video-three .overlay {
  background-color: rgba(23, 50, 79, 0.36);
}
.video-three .video-content h2 {
  text-transform: inherit;
}
.home-gallery .gallery-button {
  display: block;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  background-color: #db3275;
  text-align: center;
  padding: 25px 0px;
}
.gallery {
  padding: 120px 0px;
}
.gallery .gallery-menu {
  margin-bottom: 50px;
  text-align: center;
}
.gallery .gallery-menu li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 18px;
  /* color: #9ea9b5; */
  margin-right: 20px;
  cursor: pointer;
  font-weight: 500;
}
.gallery .gallery-menu li:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0;
  background-color: #ffb606;
  bottom: -5px;
  left: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gallery .gallery-menu li:hover {
  color: #ffb606;
}
.gallery .gallery-menu li:hover:before {
  width: 100%;
}
.gallery .gallery-menu li.active {
  color: #ffb606;
}
.gallery .gallery-menu li.active:before {
  width: 100%;
}
.gallery .gallery-items {
  overflow: hidden;
  margin: -10px;
}
.gallery .gallery-items .gallery-item {
  position: relative;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .gallery .gallery-items .gallery-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.gallery .gallery-items .gallery-item img {
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.gallery .gallery-items .gallery-item .gallery-overlay {
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  padding: 10px;
  opacity: 0;
}
.gallery .gallery-items .gallery-item .gallery-overlay .bg {
  background-color: rgba(23, 50, 79, 0.84);
  height: 100%;
  width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.gallery .gallery-items .gallery-item .gallery-content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.gallery .gallery-items .gallery-item .gallery-content a {
  font-size: 26px;
  color: #ffffff;
}
.gallery .gallery-items .gallery-item:hover .gallery-overlay {
  opacity: 1;
}
.gallery .gallery-items .gallery-item:hover .gallery-content {
  opacity: 1;
}
.pricing {
  background-color: #17324f;
  padding: 120px 0px;
}
.pricing h2 {
  color: #ffffff;
}
.pricing .pricing-items {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.pricing .pricing-item {
  width: -webkit-calc(100% / 4);
  width: -moz-calc(100% / 4);
  width: -o-calc(100% / 4);
  width: calc(100% / 4);
  float: left;
}
@media screen and (max-width: 991px) {
  .pricing .pricing-item {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: -o-calc(100% / 2);
    width: calc(100% / 2);
    border-bottom: 1px solid #edeff1;
  }
}
@media screen and (max-width: 767px) {
  .pricing .pricing-item {
    width: -webkit-calc(100% / 1);
    width: -moz-calc(100% / 1);
    width: -o-calc(100% / 1);
    width: calc(100% / 1);
  }
}
.pricing .pricing-item .image {
  position: relative;
  height: 140px;
  text-align: center;
  border-right: 1px solid #edeff1;
}
.pricing .pricing-item .image img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pricing .pricing-item .title {
  background-color: #17324f;
  text-align: center;
}
.pricing .pricing-item .title h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 15px 0px;
}
.pricing .pricing-item .content {
  text-align: center;
  padding: 40px 15px;
  border-right: 1px solid #edeff1;
}
.pricing .pricing-item .content h2 {
  font-size: 46px;
  text-transform: uppercase;
  color: #ffb606;
}
.pricing .pricing-item .content span {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #9ea9b5;
  margin-bottom: 20px;
}
.pricing .pricing-item .content p {
  font-size: 16px;
  line-height: 36px;
  color: #53677d;
  margin: 0px;
}
.pricing .pricing-item .content a {
  font-size: 14px;
  text-transform: uppercase;
  padding: 7px 34px;
  margin-top: 30px;
}
.pricing .pricing-item:last-child .image,
.pricing .pricing-item:last-child .content {
  border: none;
}
.pricing-page {
  padding: 120px 0px;
}
.pricing-page .pricing-plans {
  overflow: hidden;
  background-color: #f1f3f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 10px;
}
.pricing-page .pricing-plans .titles {
  width: 40%;
  float: left;
  margin-top: 191px;
}
.pricing-page .pricing-plans .titles p {
  background-color: #ffffff;
  font-size: 16px;
  line-height: 40px;
  color: #53677d;
  border-bottom: 1px solid #f1f3f5;
  margin: 0px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: 0px 20px;
}
.pricing-page .pricing-plans .titles p:last-child {
  border: none;
}
.pricing-page .pricing-plans .description {
  width: 60%;
  float: left;
}
.pricing-page .pricing-plans .description .pricing-item {
  background-color: #ffffff;
  text-align: center;
  border-left: 2px solid #f1f3f5;
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: -o-calc(100% / 3);
  width: calc(100% / 3);
  float: left;
}
.pricing-page .pricing-plans .description .pricing-item .header {
  background-color: #17324f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 25px 0px;
}
.pricing-page .pricing-plans .description .pricing-item .header .name {
  display: block;
  font-weight: 500;
  font-size: 22px;
  color: #ffffff;
}
.pricing-page .pricing-plans .description .pricing-item .header .amount {
  display: block;
  font-size: 36px;
  line-height: 1;
  color: #ffb606;
}
.pricing-page .pricing-plans .description .pricing-item .header .plan {
  display: block;
  font-size: 16px;
  color: #ffffff;
}
.pricing-page .pricing-plans .description .pricing-item .content {
  padding-top: 41px;
}
.pricing-page .pricing-plans .description .pricing-item .content p {
  font-size: 16px;
  line-height: 1;
  margin: 0px;
  color: #17324f;
  text-align: center;
  border-bottom: 1px solid #f1f3f5;
  padding: 12px 15px;
}
.pricing-page .pricing-plans .description .pricing-item .content p .true {
  color: #ffb606;
  display: block;
}
.pricing-page .pricing-plans .description .pricing-item .content p .false {
  color: #9ea9b5;
  display: none;
}
.pricing-page .pricing-plans .description .pricing-item .content p.off .false {
  display: block;
}
.pricing-page .pricing-plans .description .pricing-item .content p.off .true {
  display: none;
}
.pricing-page .pricing-plans .description .pricing-item .pri-button {
  text-align: center;
  padding: 30px 0px;
}
.pricing-page .pricing-plans .description .pricing-item .pri-button a {
  padding: 10px 46px;
  background-color: #ffb606;
}
.pricing-page .pricing-plans .description .pricing-item .pri-button a:hover,
.pricing-page .pricing-plans .description .pricing-item .pri-button a:focus {
  background-color: #17324f;
}
.home-contact {
  background-image: url(../images/background/contact.jpg);
  background-size: cover;
  background-position: center;
}
.home-contact .overlay {
  background-color: rgba(255, 255, 255, 0.24);
  padding: 120px 0px;
}
.home-contact .contact-content {
  text-align: center;
}
.home-contact .contact-content h2 {
  font-weight: 300;
  color: #ffb606;
  font-size: 42px;
  margin-bottom: 15px;
}
.home-contact .contact-content h2 span {
  font-size: 22px;
  font-weight: 500;
  color: #17324f;
  transform: translateY(-8px);
  display: inline-block;
}
.home-contact .contact-content .or {
  margin-bottom: 30px;
}
.home-contact .contact-content .or > span {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(23, 50, 79, 0.08);
  padding: 7px;
}
.home-contact .contact-content .or > span > span {
  background-color: rgba(23, 50, 79, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.home-contact .contact-content .or > span > span > span {
  display: inline-block;
  height: 51px;
  width: 51px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #17324f;
  font-size: 22px;
  line-height: 2.3;
  color: #ffffff;
}
.home-contact .contact-content a {
  padding: 13px 55px;
}
.contact-page {
  padding: 120px 0px;
}
.contact-page h4 {
  font-size: 22px;
  color: #000f3a;
  margin-bottom: 20px;
}
.contact-page .contact-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-page .contact-form form .form-group {
  width: calc(100% / 2 - 15px);
}
.contact-page .contact-form form .form-group input, .contact-page .contact-form form .form-group textarea {
  width: 100%;
  margin-bottom: 15px;
  outline: none;
  border: 1px solid #ededed;
  padding: 15px;
}
.contact-page .contact-form form .form-group textarea {
  margin: 15px 0;
}
.contact-page .contact-form form .review-input {
  border: 1px solid #dbdbdb;
  background-color: #f1f3f5;
  font-size: 16px;
  color: #9ea9b5;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
  outline: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
@media screen and (max-width: 767px) {
  .contact-page .contact-form form .form-group {
    width: calc(100%);
  }
}
.contact-page .contact-form form input:last-child {
  margin-top: 10px;
}

.contact-page .contact-info .cnt-info {
  margin-bottom: 20px;
}
.contact-page .contact-info .cnt-info li {
  list-style: none;
  font-size: 16px;
  line-height: 36px;
  color: #53677d;
}
.contact-page .contact-info .cnt-info li i {
  font-size: 18px;
  margin-right: 10px;
  color: #ffb606;
}
.contact-map {
  width: 100%;
  height: 500px;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
}
.shop {
  padding: 120px 0px;
}

.shop .product-item .pro-image {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.shop .product-item .pro-image img {
  width: 100%;
}
.shop .product-item .pro-image .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(23, 50, 79, 0.75);
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  text-align: center;
  padding: 118px 0px;
}
.shop .product-item .pro-image .overlay button {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.shop .product-item .pro-image .overlay button:hover,
.shop .product-item .pro-image .overlay button:focus {
  background-color: #ffb606;
}
.shop .product-item .pro-content {
  text-align: center;
  padding: 20px;
}
.shop .product-item .pro-content h4 {
  font-size: 20px;
}
.shop .product-item .pro-content h4 a {
  text-decoration: none;
  color: #17324f;
}
.shop .product-item .pro-content span {
  font-size: 16px;
  color: #ffb606;
}
.shop .product-item .pro-content .pre-price {
  color: #9ea9b5;
  text-decoration: line-through;
  margin-right: 5px;
}
.shop .product-item:hover .pro-image .overlay {
  opacity: 1;
}
.shop .product-item:hover .pro-image .overlay button {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.shop-single {
  padding: 120px 0px;
}
.shop-single .product-slider {
  overflow: hidden;
}
.shop-single .product-slider .left {
  overflow: hidden;
  width: 20%;
  float: left;
  max-height: 450px;
  position: relative;
  padding: 35px 0px;
}
.shop-single .product-slider .left .flexslider {
  position: static;
}
.shop-single .product-slider .left .flexslider .slides > li {
  float: none!important;
  margin-bottom: 10px;
}
.shop-single .product-slider .left .flexslider .slides .flex-active-slide {
  border: 3px solid #ffb606;
}
.shop-single .product-slider .right {
  width: 80%;
  float: right;
}
.shop-single .product-slider .right .flex-direction-nav {
  display: none;
}
.shop-single .product-info {
  margin-bottom: 75px;
}
.shop-single .product-info h2 {
  font-size: 32px;
  color: #363636;
}
.shop-single .product-info .rating i {
  color: #ffb606;
}
.shop-single .product-info .rating span {
  font-size: 16px;
  color: #9ea9b5;
  margin-left: 20px;
}
.shop-single .product-info .rating a {
  text-decoration: none;
  font-size: 14px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  padding: 3px 14px;
  float: right;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.shop-single .product-info .rating a i {
  font-size: 16px;
  color: #9ea9b5;
}
.shop-single .product-info .price {
  font-size: 26px;
  color: #ffb606;
}
.shop-single .product-info hr {
  background-color: #9ea9b5;
}
.shop-single .product-info form input {
  font-size: 16px;
  color: #53677d;
  background-color: #f1f3f5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 7px 15px;
  margin-bottom: 20px;
  outline: none;
}
.shop-single .product-info form input:first-child {
  max-width: 100px;
  margin-right: 8px;
}
.shop-single .product-info form input:nth-child(2) {
  width: 290px;
}
.shop-single .product-info form button {
  font-size: 16px;
  color: #ffffff;
  background-color: #ffb606;
  padding: 11px 18px;
  margin-bottom: 30px;
  display: block;
}
.shop-single .product-info form button i {
  font-size: 18px;
  margin-right: 5px;
}
.shop-single .product-info .product-tags {
  margin-bottom: 30px;
}
.shop-single .product-info .product-tags li {
  list-style: none;
  display: inline-block;
  font-size: 16px;
  color: #9ea9b5;
}
.shop-single .product-info .product-tags li a {
  text-decoration: none;
  color: #ffb606;
}
.shop-single .product-info .product-share li:first-child {
  color: #9ea9b5;
  margin-right: 20px;
}
.shop-single .product-info .product-share li a {
  background-color: #f1f3f5;
  color: #55575d;
}
.shop-single .product-info .product-share li a:hover {
  background-color: #ffb606;
  color: #171717;
}
.shop-single .product-details .pd-menu {
  background-color: #f1f3f5;
  border-top: 4px solid #ffb606;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 13px 0px;
  margin-bottom: 46px;
}
@media screen and (max-width: 480px) {
  .shop-single .product-details .pd-menu {
    text-align: center;
  }
}
.shop-single .product-details .pd-menu li {
  list-style: none;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .shop-single .product-details .pd-menu li {
    margin-bottom: 20px;
  }
}
.shop-single .product-details .pd-menu li a {
  font-size: 18px;
  text-decoration: none;
  color: #17324f;
  border-right: 1px solid #dbdbdb;
  padding: 0px 30px;
  position: relative;
}
.shop-single .product-details .pd-menu li a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 0px;
  background-color: #ffb606;
  bottom: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.shop-single .product-details .pd-menu li:hover a:before, .shop-single .product-details .pd-menu li a.active:before {
  width: 46px;
}
@media screen and (max-width: 767px) {
  .shop-single .product-details .pd-menu li a {
    padding: 0px 10px;
  }
}
.shop-single .product-details .pd-menu li:last-child a {
  border: none;
}
.shop-single .product-details .pd-menu li.active a:before {
  width: 46px;
}
.shop-single .product-details .product-reviews {
  margin-bottom: 50px;
}
.shop-single .product-details .product-reviews h4 {
  font-size: 22px;
  color: #000f3a;
}
.shop-single .product-details .product-reviews .review-item {
  overflow: hidden;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 20px;
}
.shop-single .product-details .product-reviews .review-item:last-child {
  border: none;
}
.shop-single .product-details .product-reviews .review-item .rev-image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  float: left;
  margin-right: 20px;
  height: 90px;
  width: 90px;
}
.shop-single .product-details .product-reviews .review-item .rev-content {
  display: table;
}
.shop-single .product-details .product-reviews .review-item .rev-content .title {
  display: inline-block;
}
.shop-single .product-details .product-reviews .review-item .rev-content h5 {
  font-size: 20px;
  color: #191919;
  line-height: 1;
}
.shop-single .product-details .product-reviews .review-item .rev-content span {
  font-size: 16px;
  color: #9ea9b5;
  margin-bottom: 10px;
  display: inline-block;
}
.shop-single .product-details .product-reviews .review-item .rev-content .rev-rating {
  float: right;
}
@media screen and (max-width: 767px) {
  .shop-single .product-details .product-reviews .review-item .rev-content .rev-rating {
    float: inherit;
  }
}
.shop-single .product-details .product-reviews .review-item .rev-content .rev-rating span {
  font-size: 16px;
  color: #9ea9b5;
}
.shop-single .product-details .product-reviews .review-item .rev-content .rev-rating span:nth-child(2) {
  margin: 0px 10px;
}
.shop-single .product-details .product-reviews .review-item .rev-content .rev-rating .ret-stars {
  font-size: 18px;
  color: #ffb606;
}
.shop-single .product-details .product-reviews .review-item .rev-content p {
  margin-bottom: 20px;
}
.shop-cart {
  padding: 120px 0px;
}
.shop-cart .shop-table {
  margin-bottom: 60px;
}
.shop-cart .shop-table table {
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  min-width: 1050px;
  overflow-X: auto;
}
.shop-cart .shop-table table thead {
  background-color: #f1f3f5;
}
.shop-cart .shop-table table thead tr th {
  font-weight: 400;
  padding: 19px 15px;
  text-align: center;
  font-size: 18px;
  color: #222732;
}
.coupon input, .update input {
  border-radius: 25px;
  padding: 10px 15px;
  margin: 5px;
}
.coupon input[type="submit"], .update input[type="submit"] {
  background-color: #ffb606;
}
.coupon input[type="submit"]:hover, .update input[type="submit"]:hover {
  background-color: #17324f;
}
.coupon input[type="text"] {
  padding: 4px 15px;
  outline: none;
  box-shadow: none;
  border: 1px solid #ededed;
}
@media (min-width: 768px) {
  .update {
    text-align: right;
  }
}

.shop-cart .shop-table table thead tr th.title {
  width: 40%;
}
.shop-cart .shop-table table tr td {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #53677d;
  border-color: #dbdbdb;
  padding: 20px;
}
.shop-cart .shop-table table tr td:last-child {
  border-right: none;
}
.shop-cart .shop-table table tr .product-thumbnail {
  text-align: left;
}
.shop-cart .shop-table table tr .product-thumbnail .image {
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 20px;
  float: left;
}
.shop-cart .shop-table table tr .product-thumbnail .content {
  display: table;
  padding: 26px 0px;
}
.shop-cart .shop-table table tr .product-thumbnail .content h5 {
  font-size: 18px;
}
.shop-cart .shop-table table tr .product-thumbnail .content h5 a {
  text-decoration: none;
  color: #17324f;
}
.shop-cart .shop-table table tr .quantity .qtybutton {
  display: inline-block;
  color: #17324f;
  font-size: 13px;
  line-height: 2.7;
  height: 32px;
  width: 36px;
  background-color: #f1f3f5;
  border-radius: 2px;
  text-align: center;
  float: left;
  cursor: pointer;
}
.shop-cart .shop-table table tr .quantity input {
  color: #17324f;
  text-align: center;
  width: 80px;
  float: left;
  margin: 0px -1px;
  border: none;
  background-color: #f1f3f5;
  padding: 1px 5px;
  margin: 0px 8px;
  outline: none;
  line-height: 30px;
}
.shop-cart .shop-table table tr:last-child td {
  border-bottom: none;
}
.shop-cart .shop-table table tr .coupon {
  float: left;
}
.shop-cart .shop-table table tr .coupon input:first-child {
  font-size: 16px;
  color: #9ea9b5;
  background-color: #f1f3f5;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 8px 15px;
  outline: none;
  margin-right: 7px;
}
.shop-cart .shop-table table tr .coupon input:last-child {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
}
.shop-cart .shop-table table tr .coupon input:last-child:hover,
.shop-cart .shop-table table tr .coupon input:last-child:focus {
  background-color: #17324f;
}
.shop-cart .shop-table table tr .update {
  float: right;
}
.shop-cart .shop-table table tr .update input {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
}
.shop-cart .shop-table table tr .update input:hover,
.shop-cart .shop-table table tr .update input:focus {
  background-color: #17324f;
}
.shop-cart .shop-table table tr .update input:last-child {
  margin-left: 7px;
}
.shop-cart .shipping {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}

.shop-cart .shipping h5 {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 15px;
}
.shop-cart .shipping select {
  font-size: 16px;
  color: #9ea9b5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 15px;
}
.shop-cart .shipping select:nth-child(3) {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .shop-cart .shipping select:nth-child(3) {
    width: 100%;
  }
}
.shop-cart .shipping select:nth-child(4) {
  width: 49%;
  float: right;
}
@media screen and (max-width: 767px) {
  .shop-cart .shipping select:nth-child(4) {
    width: 100%;
  }
}
.shop-cart .shipping input {
  float: right;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 12px 32px;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffb606;
  margin-bottom: 10px;
}
.shop-cart .shipping input:hover,
.shop-cart .shipping input:focus {
  background-color: #17324f;
}
.shop-cart .cart-total {
  overflow: hidden;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 20px;
}
.shop-cart .cart-total h5 {
  font-size: 18px;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.shop-cart .cart-total p {
  font-size: 16px;
  line-height: 32px;
  margin: 0px;
}
.shop-cart .cart-total p span {
  float: right;
}
.sidebar-item {
  margin-bottom: 50px;
}
.sidebar-item .sidebar-title {
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-color: #17324f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 8px;
  margin-bottom: 25px;
}
.sidebar-item .default-button {
  font-size: 18px;
  padding: 10px 38px;
  background-color: #17324f;
}
.sidebar-item .default-button:hover,
.sidebar-item .default-button:focus {
  background-color: #ffb606;
}
.sidebar-item .pro-filter p {
  line-height: 2.3;
  font-size: 16px;
  color: #ffb606;
  float: left;
}
.sidebar-item .pro-filter p span:first-child {
  color: #9ea9b5;
}
.sidebar-item .pro-filter input {
  margin-bottom: 50px;
  float: right;
  font-size: 16px;
  padding: 8px 20px;
  border-radius: 25px;
  background-color: #ffb606;
}
.sidebar-item .pro-filter input:hover,
.sidebar-item .pro-filter input:focus {
  background-color: #17324f;
}
.sidebar-item .popular-products li {
  list-style: none;
  margin-bottom: 20px;
}
.sidebar-item .popular-products li:last-child {
  margin-bottom: 0px;
}
.sidebar-item .popular-products li .image {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-item .popular-products li .image img {
  width: 100%;
}
.sidebar-item .popular-products li .content {
  display: table;
}
.sidebar-item .popular-products li .content h5 {
  font-size: 17px;
}
.sidebar-item .popular-products li .content h5 a {
  text-decoration: none;
  color: #17324f;
}
.sidebar-item .popular-products li .content .rating {
  font-size: 16px;
  color: #ffb606;
}
.sidebar-item .popular-products li .content span {
  font-size: 16px;
  color: #ffb606;
}
.sidebar-item .popular-products li .content .pre-price {
  color: #9ea9b5;
  text-decoration: line-through;
  margin-right: 5px;
}
.sidebar-item .event-info {
  margin-bottom: 40px;
}
.sidebar-item .event-info li {
  list-style: none;
  font-size: 16px;
  color: #17324f;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sidebar-item .event-info li:hover {
  color: #ffb606;
}
.sidebar-item .event-info li p {
  margin: 0px;
  display: inline-block;
  width: 75px;
  margin-right: 15px;
  font-size: 16px;
}
.sidebar-item .event-info li p span {
  float: right;
}
.sidebar-item .popular-posts li {
  list-style: none;
  margin-bottom: 20px;
}
.sidebar-item .popular-posts li:last-child {
  margin-bottom: 0px;
}
.sidebar-item .popular-posts li .image {
  float: left;
  margin-right: 10px;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-item .popular-posts li .image img {
  width: 100%;
}
.sidebar-item .popular-posts li .content {
  display: table;
}
.sidebar-item .popular-posts li .content h5 {
  font-size: 16px;
  line-height: 20px;
}
.sidebar-item .popular-posts li .content h5 a {
  text-decoration: none;
  color: #53677d;
}
.sidebar-item .popular-posts li .content span {
  font-size: 16px;
  color: #ffb606;
}
.sidebar-item .categories li {
  list-style: none;
}
.sidebar-item .categories li a {
  font-size: 16px;
  line-height: 36px;
  text-decoration: none;
  color: #53677d;
}
.sidebar-item .categories li a span {
  float: right;
  color: #ffb606;
}
.sidebar-item .tags {
  overflow: hidden;
  margin: -5px;
}
.sidebar-item .tags li {
  list-style: none;
  display: inline-block;
  float: left;
  margin: 5px;
}
.sidebar-item .tags li a {
  font-size: 16px;
  display: inline-block;
  color: #17324f;
  background-color: #f1f3f5;
  text-decoration: none;
  padding: 4px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.sidebar-item .tags li a:hover,
.sidebar-item .tags li a:focus {
  background-color: #ffb606;
  color: #ffffff;
}
.sidebar-item .course-features {
  margin-bottom: 40px;
}
.sidebar-item .course-features li {
  list-style: none;
  font-size: 16px;
  color: #17324f;
  line-height: 36px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.sidebar-item .course-features li:hover {
  color: #ffb606;
}
.sidebar-item .course-features li p {
  margin: 0px;
  display: inline-block;
  width: 75px;
  margin-right: 15px;
  font-size: 16px;
}
.sidebar-item .course-features li p span {
  float: right;
}
.sidebar-item .contact {
  text-align: center;
}
.sidebar-item .contact img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.sidebar-item .contact p {
  font-size: 18px;
  margin: 0px;
  color: #17324f;
}
.sidebar-item .contact > span {
  display: block;
  font-size: 28px;
  line-height: 1;
  color: #ffb606;
  margin-bottom: 10px;
}
.sidebar-item .contact .or {
  margin-bottom: 30px;
}
.sidebar-item .contact .or > span {
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: rgba(23, 50, 79, 0.08);
  padding: 7px;
}
.sidebar-item .contact .or > span > span {
  background-color: rgba(23, 50, 79, 0.24);
  padding: 6px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.sidebar-item .contact .or > span > span > span {
  display: inline-block;
  height: 36px;
  width: 36px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
  background-color: #17324f;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
}
.sidebar-item .contact a {
  display: block;
  background-color: #ffb606;
}
.sidebar-item .contact a:hover,
.sidebar-item .contact a:focus {
  background-color: #17324f;
}
.faq {
  padding: 120px 0px;
  background-color: #f1f3f5;
}
.faq .panel-group {
  margin-bottom: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.faq .panel-group .panel-body {
  border: none!important;
}
.faq .panel-group .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 6px;
  background-color: #fff;
}
.faq .panel-group .panel .panel-heading {
  background-color: #ffffff;
  padding: 17px 15px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.faq .panel-group .panel .panel-heading h4 {
  font-size: 18px;
}
.faq .panel-group .panel .panel-heading h4 a.collapsed {
  display: block;
  text-decoration: none;
  color: #000f3a;
}
.faq .panel-group .panel .panel-heading h4 a.collapsed i {
  color: #9ea9b5;
  margin-right: 5px;
  display: inline-block;
}
.faq .panel-group .panel .panel-heading h4 a.collapsed .minus {
  display: none;
}
.faq .panel-group .panel .panel-heading h4 a {
  display: block;
  text-decoration: none;
  color: #ffb606;
}
.faq .panel-group .panel .panel-heading h4 a i {
  color: #ffb606;
  margin-right: 5px;
  display: inline-block;
}
.faq .panel-group .panel .panel-heading h4 a .plus {
  display: none;
}
.faq .panel-group .panel-body {
  border: none;
  padding: 0px 40px 30px;
}
@media screen and (max-width: 991px) {
  .faq {
    margin-bottom: 50px;
  }
}
.error-page {
  padding: 120px 0px;
  text-align: center;
}
.error-page .error-content {
  max-width: 750px;
  margin: 0 auto;
}
.error-page .error-content span {
  display: block;
  font-size: 130px;
  line-height: 100px;
  font-weight: 700;
  color: #ffb606;
}
.error-page .error-content h2 {
  font-size: 32px;
  text-transform: uppercase;
  color: #17324f;
  margin-bottom: 10px;
}
.error-page .error-content p {
  font-size: 18px;
}
.error-page .error-content p a {
  text-decoration: none;
  color: #ffb606;
}
.error-page .error-content form {
  position: relative;
  max-width: 370px;
  margin: 0 auto;
}
.error-page .error-content form input {
  width: 100%;
  font-size: 16px;
  color: #9ea9b5;
  border: 1px solid #dbdbdb;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 15px;
  outline: none;
}
.error-page .error-content form button {
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0px;
  background-color: transparent;
  color: #9ea9b5;
}
footer .footer-top {
  background-color: #f1f3f5;
  padding: 100px 0px;
}
footer .footer-top img {
  margin-bottom: 30px;
}

footer .footer-top .contact {
  margin-bottom: 40px;
}
footer .footer-top .contact li {
  list-style: none;
  color: #53677d;
}
footer .footer-top .contact li i {
  margin-right: 10px;
}
footer .footer-top .widget-title {
  margin-bottom: 30px;
}
footer .footer-top .widget-courses li {
  list-style: none;
}
footer .footer-top .widget-courses li a {
  color: #53677d;
  line-height: 32px;
  text-decoration: none;
}
footer .footer-top .widget-courses li a:hover,
footer .footer-top .widget-courses li a:focus {
  color: #ffb606;
}
footer .footer-top .links li {
  list-style: none;
}
footer .footer-top .links li a {
  color: #53677d;
  line-height: 32px;
  text-decoration: none;
}
footer .footer-top .links li a:hover,
footer .footer-top .links li a:focus {
  color: #ffb606;
}
footer .footer-top .twitts li {
  list-style: none;
}
footer .footer-top .twitts li .icon {
  float: left;
  margin-right: 9px;
}
footer .footer-top .twitts li .icon i {
  font-size: 30px;
  color: #55acee;
}
footer .footer-top .twitts li .content {
  display: table;
}
footer .footer-top .twitts li .content h5 {
  color: #17324f;
  margin-bottom: 10px;
}
footer .footer-top .twitts li .content h5 span {
  color: #9ea9b5;
}
footer .footer-top .twitts li .content a {
  text-decoration: none;
  color: #ffb606;
}
footer .footer-bottom {
  padding: 31px 0px;
}
footer .footer-bottom p {
  margin: 0px;
  line-height: 28px;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom p {
    margin-bottom: 30px;
  }
}
footer .footer-bottom p a {
  color: #17324f;
  text-decoration: none;
  font-weight: 500;
}
footer .footer-bottom ul {
  text-align: right;
}
@media screen and (max-width: 767px) {
  footer .footer-bottom ul {
    text-align: left;
  }
}
footer .footer-bottom ul li {
  list-style: none;
  display: inline-block;
  margin-right: 15px;
}
footer .footer-bottom ul li:last-child {
  margin: 0px;
}
footer .footer-bottom ul li a {
  text-decoration: none;
  color: #53677d;
}
footer .footer-bottom ul li a:hover,
footer .footer-bottom ul li a:focus {
  color: #ffb606;
}
.footer-two {
  background-image: url(../images/background/footer.jpg);
  background-size: cover;
  background-position: center;
}
.footer-two .overlay {
  background-color: rgba(23, 50, 79, 0.56);
  padding: 120px 0px;
}
.footer-two p {
  color: #ffffff;
  font-size: 16px;
  line-height: 6;
  margin: 0px;
}
.footer-two p a {
  color: #ffffff;
}
.footer-two .logo img {
  margin: 0 auto;
}
.footer-two ul {
  float: right;
  padding: 30px 0px;
}
p.form-message {
  margin: 15px 0 0;
  text-align: center;
}
p.form-message.error {
  color: red;
}
p.form-message.success {
  color: green;
}

@media (max-width: 1199px){
  .banner-five, .banner-seven {
    background-position: right;
  }
}

@media (max-width: 991px){
  .courses .courses-buttons, .testimonial-buttons {
    display: none;
  }
  .banner-four {
    background-position: right;
  }
  .banner-four .banner-content h1 {
    font-size: 36px;
    line-height: 1.3;
  }
  .footer-two ul {
    float: none;
  }
  .pricing-page .container {
    overflow-x: scroll;
  }
  .pricing-page .pricing-plans {
    width: 950px;
    overflow: hidden;
  }
}
@media (max-width: 767px){
  header .header-top .right {
    float: none;
  }
  header .header-top {
    text-align: center;
  }
  .course-single .course-meta ul li, .course-single .course-meta .right {
    width: 100%;
    padding: 0 !important;
  }
}
@media (max-width: 575px){
  .course-archive .course-item-list .course-item .image {
    width: 100%;
  }
  .course-archive .course-header .right-contents {
    width: 100%;
    margin-top: 20px;
  }
}


/* preloder */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #ffb606;
  overflow: hidden;
}
.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 72px;
  height: 72px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 72px;
  height: 72px;
  border-radius: 100%;
  background: #fff;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}


@keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes price-ani {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0.1;
  }
}
@keyframes bounce-1 {
  0% {
      transform: translateY(0);
  }

  50% {
      transform: translateY(-25px);
  }

  100% {
      transform: translateY(0);
  }
}
.home-gallery-items img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  @media screen and (max-width: 1199px) {
    .banner-four .banner-content h1 {
      font-size: 40px;
    }
    .header-five .header-top .right li:first-child {
      margin-right: 10px;
    }
    .header-five .professor-menu .desktop-menu .header-five-menu > li {
      margin-left: 50px;
    }
  }
}