/*----------------------------------------------------------------------

 [Master Stylesheet : EduMaster]
------------------------------------------------------------------------
 Project:           EduMaster - Education HTML Template
------------------------------------------------------------------------
 Version:           1.0.0
 Author:            httpcoder
 Copyright:         Copyright (C) 2017 httpcoder. All Rights Reserved By httpcoder(https://www.httpcoder.com/).
 Websites:          https://www.httpcoder.com/, http://csinfotechbd.com/
 Contact/Support:   httpcoder.info@gmail.com
-------------------------------------------------------------------------
-------------------------------------------------------------------------


[Table of Content]
1. Global Styles
   1.1  Typography
   1.2  Section Title
   1.3  Brand Button
   1.4  Animations

2. Main Content Styles
   2.1   Header Section
   2.2   Banner Section
   2.3   Slider Section
   2.4   About Section
   2.5   Service Section

   2.6   Courses Section
   2.7   Registration Section
   2.8   Teachers Section
   2.9   Events Section
   2.10  Testimonials Section
   2.11  News Section
   2.12  Subscribe Section
   2.13  Footer Section

3. Single Page Style
   3.1  Single Page Style
   3.1  Contact Page Style

4. Global Responsive
    4.1  Responsive Style

[Stylesheet Contents]

/********************************************************************/
/* 1. GLOBAL STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 1.1 TYPOGRAPHY
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  background: #f9f9f9;
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 14px;
  line-height: 19.5px;
  font-size: 1.4rem;
  line-height: 1.9500000000000002rem;
  padding: 0;
  margin: 0;
  color: rgba(50, 51, 51, 0.8);
  line-height: 2.4rem;
}
p {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 14px;
  line-height: 19.5px;
  font-size: 1.4rem;
  line-height: 1.9500000000000002rem;
  padding: 0;
  margin: 0;
  color: rgba(50, 51, 51, 0.8);
  line-height: 2.4rem;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212739;
}
h1,
.h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 63px;
  line-height: 94.5px;
  font-size: 6.3rem;
  line-height: 9.45rem;
  line-height: 8.0rem;
}
h2,
.h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  line-height: 4.0rem;
}
h3,
.h3 {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  line-height: 4.0rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
h3 a,
.h3 a {
  color: inherit;
}
h3 a:hover,
.h3 a:hover {
  color: #000066;
}
h4,
.h4 {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  line-height: 2.0rem;
  font-family: 'Montserrat', sans-serif; /*F*/
  font-weight: 700;
}
h4 a,
.h4 a {
  color: inherit;
}
h4 a:hover,
.h4 a:hover {
  color: #000066;
}
h5,
.h5 {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  line-height: 2.0rem;
}
h6,
.h6 {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  line-height: 1.8rem;
}
img {
  max-width: 100%;
}
.csi-table thead tr {
  background: rgba(63, 81, 181, 0.2);
}
.csi-table thead tr th {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  border-bottom: 0;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #212739;
  text-align: center;
  text-transform: uppercase;
}
.csi-table tbody tr td,
.csi-table tbody tr th {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 4px solid #f9f9f9;
  background: rgba(63, 81, 181, 0.05);
  text-align: center;
  border-right: 2px solid #f9f9f9;
}
.csi-table tbody tr td:hover,
.csi-table tbody tr th:hover {
  background: rgba(63, 81, 181, 0.1);
}
.csi-table tbody tr th {
  background: rgba(63, 81, 181, 0.1);
}
a {
  text-decoration: none;
  color: #36459b;
  outline: 0;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
a:focus,
a:hover,
a.active {
  text-decoration: none;
  color: #606fc7;
  outline: 0;
}
a {
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
button:focus,
button:active,
.btn:focus,
.btn:active,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="button"]:focus,
input[type="button"]:active {
  outline: none;
}
.csi-inner {
  padding: 10.2rem 0;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #606fc7;
}
blockquote p {
  font-weight: 400;
}
blockquote {
  font-family: 'Montserrat', sans-serif; /*F  'Merriweather', serif; */
  overflow: hidden;
  width: 100%;
  color: #212739;
  font-weight: 400;
  margin: 2rem 0;
  display: block;
  padding: 4rem 2rem;
  font-style: italic;
  position: relative;
  border-left: 0;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  text-align: justify;
}
blockquote p {
  font-family: inherit;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  text-align: justify;
  color: inherit;
}
blockquote footer {
  float: none !important;
  color: #000066;
}
blockquote:before {
  background-image: url("../../img/quote.png");
  left: 0px;
  position: absolute;
  top: 10%;
  width: 129px;
  height: 112px;
  content: " ";
  opacity: .5;
}
.csimapcanvas {
  min-height: 400px;
}
.csi-social li {
  padding-right: 3px;
  padding-left: 3px;
}
.csi-social li a {
  background: #fff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  -webkit-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.2);
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.2);
}
.csi-social li a i {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  line-height: 4.5rem;
}
.csi-social li:hover a {
  background: #ff820e;
  -webkit-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.2);
  -moz-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.2);
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.2);
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #dddddd;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control:hover,
.form-control:focus {
  -webkit-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.45);
  -moz-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.45);
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.45);
  border: 1px solid #000066;
}
textarea.form-control {
  height: 250px;
  border-radius: 0;
}
/*-------------------------------------------------------------------*/
/* 1.2 SECTION TITLE
----------------------------------------------------------------------*/
.csi-heading {
  text-align: center;
  margin-bottom: 6.3rem;
  overflow: hidden;
  display: block;
}
.csi-heading .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  color: #212739;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0 0 1rem;
}
.csi-heading .subtitle {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  color: #212739;
  font-weight: 400;
  margin: 0;
  opacity: .4;
}
.csi-heading-white .title {
  color: #fff;
}
.csi-heading-white .subtitle {
  color: #fff;
}
.csi-subheading {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  text-align: center;
  color: #000066;
  text-transform: uppercase;
  margin-bottom: 3.9rem;
  margin-top: 0;
}
/*-------------------------------------------------------------------*/
/* 1.3 BRAND BUTTON
---------------------------------------------------------------------*/
.csi-btn {
  font-family: 'Montserrat', sans-serif;
  background: #000066;
  padding: 1.3rem 2.6rem;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  border: 2px solid #000066;
}
.csi-btn:hover {
  background: #ff820e;
  color: #fff;
  border: 2px solid #ff820e;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.csi-btn-lg {
  padding: 1.2rem 3.4rem;
}
.csi-btn-brand {
  background: #ff820e;
  color: #fff;
  border: 2px solid #ff820e;
}
.csi-btn-brand:hover {
  background: #000066;
  color: #fff;
  border: 2px solid #000066;
}
.csi-btn-simple {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.csi-btn-simple:hover {
  opacity: 1;
  border-bottom: 1px solid #000066;
}
.csi-btn-area {
  position: relative;
}
.btn-sonar {
  background: #FF594C;
  border: 0;
  width: auto;
  height: auto;
  display: inline-block;
  color: #fff;
  outline: none;
  position: relative;
}
.btn-sonar::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.btn-sonar:hover::before {
  animation: sonar-effect 1s ease-in-out 0.1s infinite;
}
/*.down {
  position: relative;
  display: inline-block;
  animation: fade-down 2s infinite;
}*/
@keyframes sonar-effect {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
  }
  100% {
    box-shadow: 0 0 0 5px #fff, 0 0 10px 10px #fff, 0 0 0 10px #fff;
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes fade-down {
  0% {
    opacity: 1;
    transform: translateY(-20px);
  }
  50% {
    opacity: 0.8;
    transform: translateY(15px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
/*-------------------------------------------------------------------*/
/* 1.4 ANIMATIONS
---------------------------------------------------------------------*/
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/********************************************************************/
/* 2. MAIN CONTENT STYLES
*********************************************************************/
/*-------------------------------------------------------------------*/
/* 2.1 HEADER SECTION
---------------------------------------------------------------------*/
.csi-header {
  background: #f1f1f1;
  /*DROPDOWN MENU HOVER EFFECT*/
  /*DROPDOWN MENU HOVER EFFECT*/
  /*MULTI LEVEL DROPDOWN*/
  /*MULTI LEVEL DROPDOWN*/
}
.csi-header .csi-inner {
  margin: 0 auto;
}
.csi-header .csi-toggle {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 99;
  color: #fff;
}
.csi-header .csi-toggle i {
  font-size: 26px;
}
.csi-header .header-top {
  background: #000066;
  padding: .4rem 0 0;
}
.csi-header .header-top .header-top-inner .contact {
  margin-top: .6rem;
}
.csi-header .header-top .header-top-inner .contact ul li {
  color: #fff;
  font-size: 13px;
  margin-right: 1rem;
  opacity: .7;
}
.csi-header .header-top .header-top-inner .contact ul li i {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
  margin-right: .4rem;
  position: relative;
  top: 2px;
  opacity: .7;
}
.csi-header .header-top .header-top-inner .right-menu {
  text-align: right;
  font-size: 14px;
}
.csi-header .header-top .header-top-inner .right-menu ul {
  margin-bottom: .5rem;
}
.csi-header .header-top .header-top-inner .right-menu ul li {
  text-align: center;
  padding-right: 2px;
  padding-left: 2px;
}
.csi-header .header-top .header-top-inner .right-menu ul li a {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.csi-header .header-top .header-top-inner .right-menu ul li a i {
  font-size: 24px;
  line-height: 39px;
  color: #fff;
}
.csi-header .header-top .header-top-inner .right-menu ul li a:hover {
  background: #ff820e;
}
.csi-header .header-top .header-top-inner .right-menu ul li a:hover i {
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.csi-header .navbar-nav li:hover > ul {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.csi-header .navbar-nav ul li:hover > ul {
  display: block;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.csi-header .dropdown-submenu {
  position: relative;
}
.csi-header .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}
.csi-header .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.csi-header .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
}
.csi-header .dropdown-submenu.pull-left {
  float: none;
}
.csi-header .dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
}
.csi-header .csi-navbar {
  margin-bottom: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.csi-header .csi-navbar .container {
  padding-right: 0;
  padding-left: 0;
	/* border: 2px solid red; */
}
.csi-header .csi-navbar .csi-nav {
  position: relative;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
	/*border: 2px solid orange;*/
}
.csi-header .csi-navbar .csi-nav li a {
  color: #212739;
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 3.3rem 11px;
  opacity: .7;
}
.csi-header .csi-navbar .csi-nav li a:hover {
  background: transparent;
  color: #000066;
  opacity: 1;
}
.csi-header .csi-navbar .csi-nav li .csi-btn:hover {
  background: transparent;
  color: #000066;
}
.csi-header .csi-navbar .csi-nav .active a {
  background: transparent;
  color: #000066;
}
.csi-header .csi-navbar .csi-logo {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 400ms;
  animation-timing-function: linear;
  margin-top: 0.5rem; /* 2rem;  */
	padding-bottom: 9rem;
	/* border: 2px solid gray; */
}
.csi-header .csi-navbar .csi-logo a img {
  float: left;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.csi-header .csi-navbar .csi-nav {
  float: right;
}
.csi-header .csi-navbar .csi-nav .dropdown-menu {
  background: #000066;
  border: 0;
  border-radius: 0;
}
.csi-header .csi-navbar .csi-nav .dropdown-menu li a {
  color: #fff;
  padding: .6rem 1.5rem;
  font-size: 14px;
  line-height: 21px;
  font-size: 1.4rem;
  line-height: 2.0999999999999996rem;
  font-weight: 400;
  opacity: .8;
}
.csi-header .csi-navbar .csi-nav .dropdown-menu li a b {
  color: #000066;
}
.csi-header .csi-navbar .csi-nav .dropdown-menu li a:hover {
  opacity: 1;
  margin-left: 5px;
}
.csi-header #csi-search {
  display: inline-block;
  height: 60px;
  float: right;
  padding: 0;
  position: relative;
}
.csi-header #csi-search .search_submit {
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  opacity: 1;
  color: #fff;
}
.csi-header #csi-search .search_submit span {
  background: #ff820e;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-block;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.csi-header #csi-search .search_submit i {
  line-height: 40px;
}
.csi-header input[type="text"] {
  height: 60px;
  border: none;
  outline: none;
  color: #555;
  padding: 3px;
  padding-right: 60px;
  width: 0px;
  position: absolute;
  top: 14px;
  right: 0;
  background: none;
  z-index: 3;
  transition: width 0.4s cubic-bezier(0, 0.795, 0, 1);
  cursor: pointer;
  padding-left: 1.5rem;
}
.csi-header input[type="text"]:focus:hover {
  background: #fff;
}
.csi-header input[type="text"]:focus {
  width: 700px;
  z-index: 1;
  cursor: text;
  background: #fff;
}
.csi-header input[type="submit"] {
  height: 67px;
  width: 63px;
  display: inline-block;
  color: red;
  float: right;
  text-indent: -10000px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  opacity: 0.4;
  cursor: pointer;
  transition: opacity .4s ease;
}
.csi-header input[type="submit"]:hover {
  opacity: 0.8;
}
.csi-header .menu-onscroll {
  background: #212739;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 600ms;
  animation-timing-function: linear;
  -moz-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px -12px rgba(0, 0, 0, 0.42), 0 3px 20px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
/* .csi-header .menu-onscroll #csi-search .search_submit {
  padding-top: 12px;
} */
/* .csi-header .menu-onscroll input[type="text"] {
  top: 4px;
} */
.csi-header .menu-onscroll .csi-toggle {
  color: #000066;
  top: 15px;
}
.csi-header .menu-onscroll .csi-navbar .csi-nav {
  margin-top: .09rem;
}
/* .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
  padding: 2.6rem 11px;
} */
.csi-header .menu-onscroll .csi-navbar .csi-nav li a:hover {
  background: transparent;
  opacity: 1;
}
.csi-header .menu-onscroll .csi-navbar .csi-nav li .csi-btn {
  background: #000066;
  margin-top: .3rem;
  padding: .3rem 2.4rem;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  font-weight: 400;
}
.csi-header .menu-onscroll .csi-navbar .csi-nav .active a {
  background: transparent;
  color: #000066;
  opacity: 1;
}
.csi-header .menu-onscroll .csi-navbar .csi-logo {
  display: block;
  margin-top: 0.5rem; /* 1.4rem; */
	padding-bottom: 9rem;
	/* border: 2px solid pink; */
}
.csi-header .menu-onscroll .csi-navbar .csi-logo a img {
  max-width: 240px; /* 200px; */
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.csi-header-white .csi-toggle {
  color: #000066;
}
.csi-header-white .csi-navbar .csi-nav li a {
  color: #212739;
  opacity: .7;
}
.csi-header-white .csi-navbar .csi-nav li a:hover {
  color: #000066;
}
.csi-header-white .csi-navbar .csi-nav .active a {
  color: #000066;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: red;
  background-color: transparent;
  width: 100% !important;
}
.csi-banner-header .csi-header-bottom {
  position: fixed;
  width: 100%;
  z-index: 9;
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.csi-banner-header .csi-header-bottom-transparent {
  background: transparent;
  box-shadow: none;
}
.csi-banner-header .menu-onscroll {
  margin-top: 0;
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
/*Animation*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-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;
  }
}
/*Animation End*/
.csi-typed-info .typed-cursor {
  opacity: 1;
  font-weight: 300;
  margin-left: 5px;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------------------------------*/
/* 2.2 BANNER SECTION
---------------------------------------------------------------------*/
.csi-banner {
  background: url('http://placehold.it/1920x915') top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.csi-banner .csi-inner {
  padding: 28rem 0 25rem;
}
.csi-banner-typed {
  background: url('http://placehold.it/1920x915') top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.csi-banner-content {
  text-align: left;
  width: fit-content;
  background: white;
  padding: 20px;
  opacity: 70%;
}
.csi-banner-content .csi-btn {
  margin-top: 3.2rem;
  display: inline-block;
}
.csi-banner-content .csi-subtitle {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  font-weight: 300;
  margin: 0;
  color: #000066;
}
.csi-banner-content .csi-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 63px;
  line-height: 94.5px;
  font-size: 6.3rem;
  line-height: 9.45rem;
  line-height: 7.5rem;
  font-weight: 900;
  margin: 0 0 1.6rem;
  text-transform: uppercase;
  color: #212739;
}
.csi-banner-content .text {
  margin-bottom: 1.5rem;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  line-height: 2.6rem;
}
.csi-banner-content .btn-area .csi-btn {
  margin: 1.6rem .6rem 0;
}
/*-------------------------------------------------------------------*/
/* 2.3 SLIDER SECTION
---------------------------------------------------------------------*/
.csi-slider {
  color: #fff;
  position: relative;
}
.csi-slider .csi-inner {
  padding-bottom: 0;
  padding-top: 0;
}
.csi-slider .csi-item-center {
  text-align: center;
}
.csi-slider .csi-item-center .text {
  margin: 0 auto;
}
.csi-slider .csi-item-left {
  text-align: left;
}
.csi-slider .csi-item-left .banner-btn .csi-btn {
  margin-right: .5rem;
}
.csi-slider .csi-item-right {
  text-align: right;
}
.csi-slider .csi-item-right .text {
  float: right;
}
.csi-slider .csi-item-right .banner-btn {
  float: right;
}
.csi-slider .owl-controls .owl-nav [class*=owl-] {
  height: 60px;
  width: 60px;
  background: #000066;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.csi-slider .owl-controls .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #000066;
}
.csi-slider .owl-prev,
.csi-slider .owl-next {
  position: absolute;
  top: 45%;
  opacity: 0;
}
.csi-slider .owl-prev i,
.csi-slider .owl-next i {
  font-size: 40px;
  line-height: 49px;
}
.csi-slider .owl-prev {
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.csi-slider .owl-next {
  right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.csi-slider:hover .owl-prev,
.csi-slider:hover .owl-next {
  opacity: 1;
}
.csi-slider:hover .owl-prev {
  left: 15px;
}
.csi-slider:hover .owl-next {
  right: 15px;
}
.csi-slider .csi-brand {
  background: transparent;
  padding-top: 2rem;
  padding-bottom: 10px;
  position: fixed;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s linear;
}
.csi-slider .csi-brand .csi-logo {
  max-width: 180px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s linear;
}
.csi-slider .slider-text-single figure {
  position: relative;
}
.csi-slider .slider-text-single figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.csi-slider .slider-text-single figure figcaption .figcaption-inner,
.csi-slider .slider-text-single figure figcaption .figcaption-inner-center,
.csi-slider .slider-text-single figure figcaption .figcaption-inner2 {
  width: 100%;
  height: 100%;
}
.csi-slider .slider-text-single figure figcaption .csi-container {
  max-width: 1170px;
  display: block;
  margin: 0 auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.csi-slider .slider-text-single figure figcaption .csi-container .csi-hover-link {
  width: 100%;
  height: 100%;
  display: table;
}
.csi-slider .slider-text-single figure figcaption .csi-container .csi-hover-link .csi-vertical {
  display: table-cell;
  vertical-align: middle;
}
.csi-slider .slider-text-single figure figcaption:before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  top: -38px;
  left: 0;
  width: 100%;
  height: 20%;
  -webkit-filter: blur(30px);
  /* Chrome, Safari, Opera */
  filter: blur(30px);
}
.csi-slider .owl-theme .owl-controls {
  margin-top: 0;
  text-align: center;
}
.csi-slider .owl-theme .owl-controls .owl-prev,
.csi-slider .owl-theme .owl-controls .owl-next {
  background: #dddddd;
  border-radius: 0;
  width: 50px;
  height: 50px;
  opacity: 0;
  top: 42%;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.csi-slider .owl-theme .owl-controls .owl-prev i,
.csi-slider .owl-theme .owl-controls .owl-next i {
  font-size: 26px;
  line-height: 40px;
  color: #000066;
}
.csi-slider .owl-theme .owl-controls .owl-prev:hover,
.csi-slider .owl-theme .owl-controls .owl-next:hover {
  background: #ff820e;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.csi-slider .owl-theme .owl-controls .owl-prev:hover i,
.csi-slider .owl-theme .owl-controls .owl-next:hover i {
  color: #fff;
}
.csi-slider .owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: 2.6rem;
  right: auto;
}
.csi-slider .owl-theme .owl-controls .owl-next {
  position: absolute;
  left: auto;
  right: 2.6rem;
}
#csi-main-slider:hover .owl-controls .owl-prev,
#csi-main-slider:hover .owl-controls .owl-next {
  opacity: 1;
}
#csi-main-slider:hover .owl-controls .owl-prev {
  left: 0;
}
#csi-main-slider:hover .owl-controls .owl-next {
  right: 0;
}
#csi-main-slider .active .csi-fadeInLeft-img,
#csi-owlcontslider .active .csi-fadeInLeft-img {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#csi-main-slider .active .csi-fadeInLeft-one,
#csi-owlcontslider .active .csi-fadeInLeft-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#csi-main-slider .active .csi-fadeInLeft-two,
#csi-owlcontslider .active .csi-fadeInLeft-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#csi-main-slider .active .csi-fadeInLeft-three,
#csi-owlcontslider .active .csi-fadeInLeft-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#csi-main-slider .active .csi-fadeInLeft-four,
#csi-owlcontslider .active .csi-fadeInLeft-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.7s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
#csi-main-slider .active .csi-fadeInRight-img,
#csi-owlcontslider .active .csi-fadeInRight-img {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#csi-main-slider .active .csi-zoomIn-one,
#csi-owlcontslider .active .csi-zoomIn-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#csi-main-slider .active .csi-zoomIn-two,
#csi-owlcontslider .active .csi-zoomIn-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#csi-main-slider .active .csi-zoomIn-three,
#csi-owlcontslider .active .csi-zoomIn-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#csi-main-slider .active .csi-fadeInRight-four,
#csi-owlcontslider .active .csi-fadeInRight-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.7s;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
#csi-main-slider .active .csi-fadeInU-img,
#csi-owlcontslider .active .csi-fadeInU-img {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
#csi-main-slider .active .csi-zoomInUp-one,
#csi-owlcontslider .active .csi-zoomInUp-one {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: .9s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#csi-main-slider .active .csi-zoomInUp-two,
#csi-owlcontslider .active .csi-zoomInUp-two {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 1.5s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#csi-main-slider .active .csi-zoomInUp-three,
#csi-owlcontslider .active .csi-zoomInUp-three {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#csi-main-slider .active .csi-zoomInUp-four,
#csi-owlcontslider .active .csi-zoomInUp-four {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 2.1s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
#csi-main-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

.form-register .steps {
  margin-bottom: 33px;
  display: table;   /* Allow the centering to work */
	margin: 0 auto;
}
.form-register .steps ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 80px;
}
.form-register .steps li, .form-register .steps li.current {
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  position: relative;
}
.form-register .steps li a {
  text-decoration: none;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
}
.form-register .steps ul {
  display: flex;
  display: -webkit-flex;
  list-style: none;
  padding-left: 80px;
}
.form-register .steps li .current-info {
  display: none;
}
.form-register .steps li.current a .step-icon, .form-register .steps li.current a:active .step-icon, .form-register .steps li.done a .step-icon, .form-register .steps li.done a:active .step-icon {
  background: rgb(0, 0, 102);
}
.form-register .steps .current .step-icon::before, .form-register .steps .current:last-child .step-icon::after, .form-register .steps .done .step-icon::before {
  background: rgb(0, 0, 102);
}
.step-icon-mark
{
  background-color: rgb(0, 0, 102) !important;
}
.form-register .steps li .step-icon::before {
  right: 100%;
}
.form-register .steps li:last-child .step-icon::after {
  left: 100%;
}
.form-register .steps li .step-icon::before, .form-register .steps li:last-child .step-icon::after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 80px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.form-register .steps li .step-icon::before, .form-register .steps li:last-child .step-icon::after {
  position: absolute;
  content: "";
  background: #e5e5e5;
  width: 80px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.form-register .steps li a .title .step-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ccc;
  margin: 0 auto;
  position: relative;
  outline: none;
  -o-outline: none;
  -ms-outline: none;
  -moz-outline: none;
  -webkit-outline: none;
  color: #fff;
  font-size: 25.6px;
  margin-right: 80px;
}
.form-register .steps li a .title span {
  display: block;
}
.form-register .steps .current .step-text, .form-register .steps .done .step-text {
  color: #333;
}
.form-register .steps li a .title span {
  display: block;
}
.form-register .steps li a .step-text {
  color: #999;
  font-weight: 500;
  font-size: 15px;
  padding: 14px 0 8px;
}

@media screen and (max-width: 991px)
{
  .form-register .steps ul {
      padding-left: 0;
      justify-content: space-around;
      -o-justify-content: space-around;
      -ms-justify-content: space-around;
      -moz-justify-content: space-around;
      -webkit-justify-content: space-around;
  }
  .form-register .steps li a .title {
      text-align: center;
  }
  .form-register .steps li a .title .step-icon {
      width: 40px;
      height: 40px;
      font-size: 20px;
  }
  .form-register .steps li a .title .step-icon, .form-register .steps li a .title .step-icon {
      margin: 0 auto;
  }
  .form-register .steps li a .title {
      text-align: center;
  }
  .form-register .steps li a .title .step-icon::before, .form-register .steps li:last-child a .title .step-icon::after {
      content: none;
  }
  .form-register .steps {
     
      display: block;
     
  }
}
@media screen and (max-width: 575px)
{
  .form-register .steps li a .step-text {
      font-size: 7px;
  }
  .form-register .steps li a .title .step-icon {
      width: 40px;
      height: 40px;
      font-size: 20px;
  }
  
}
@media (max-width: 600px) {
  .csi-slider .owl-carousel .owl-item,
  .csi-slider .owl-carousel .owl-item img {
    height: 350px;
  }
  .csi-slider .csi-banner-content {
    margin-top: 2rem !important;
  }
  
}
/*-------------------------------------------------------------------*/
/* 2.4  ABOUT SECTION
---------------------------------------------------------------------*/
.csi-about {
  background: #fff;
}
.csi-about .csi-inner {
  padding-bottom: 0;
}
.csi-about-content {
  text-align: center;
  margin-bottom: 3.9rem;
}
.csi-about-content .subtitle {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #212739;
}
.csi-about-content .csi-btn {
  margin-top: 2.4rem;
}
.single .csi-about-content,
.single-post .csi-about-content,
.page .csi-about-content,
.page-template .csi-about-content {
  text-align: left;
}
.csi-about .csi-heading {
  margin-bottom: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
.csi-custom .csi-inner {
  padding: 3.0rem 0 !important;
}
.csi-about .about-left .hi-text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #212739;
  text-transform: uppercase;
  margin-top: 0;
}
.csi-about .about-left .text {
  margin-bottom: 2.6rem;
}
.csi-about .csi-milestone .csi-counter-area {
  background: #000066;
  margin-bottom: 1.6rem;
  color: #fff;
  position: relative;
  padding: 2.8rem 2.6rem;
  border-radius: 6px;
}
.csi-about .csi-milestone .csi-counter-area i {
  position: absolute;
  left: 0;
  font-size: 110px;
  font-size: 11rem;
  opacity: .1;
}
.csi-about .csi-milestone .csi-counter-area .counter-text {
  text-align: center;
}
.csi-about .csi-milestone .csi-counter-area .counter-text .csi-counter {
  display: block;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 900;
}
.csi-about .csi-milestone .csi-counter-area .counter-text small {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
}
.csi-about .csi-milestone .csi-counter-area:hover .counter-text {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.csi-about .csi-milestone .counter-color-one {
  background: #ffca28;
}
.csi-about .csi-milestone .counter-color-two {
  background: #212739;
}
.csi-about .csi-milestone .counter-color-three {
  background: #cf2037;
}
.csi-testimonials-inner .csi-inner {
  padding: 10.2rem 0 !important;
}
.testi-single {
  background: #fff;
  border-radius: 50px 4px 4px;
  padding: 1.5rem;
  margin: 1.6rem 0 2.6rem;
}
.testi-single .author-area figure {
  float: left;
  position: relative;
  display: inline-block;
  top: -32px;
  left: -15px;
}
.testi-single .author-area figure .author-img img {
  border-radius: 50%;
  max-width: 100px;
}
.testi-single .author-area figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #000066;
  border-radius: 50%;
  padding: .5rem 1rem;
}
.testi-single .author-area figure figcaption i {
  color: #fff;
}
.testi-single .author-area .author-info {
  overflow: hidden;
  margin-top: 1rem;
}
.testi-single .author-area .author-info .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 700;
  color: #212739;
  margin: 0;
}
.testi-single .author-area .author-info .title a {
  color: inherit;
}
.testi-single .author-area .author-info .subtitle {
  margin: 0;
  color: #000066;
  opacity: .7;
}
.testi-single .text {
  display: block;
  font-weight: 700;
  color: #212739;
  padding: 2.4rem 2.4rem 2.4rem 2px;
  font-style: italic;
  overflow: hidden;
}
.testi-single .text p {
  font-weight: inherit;
}
.testi-single:hover .author-area figure figcaption {
  background: #000066;
}
.testi-single:hover .author-area figure figcaption i {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
/*-------------------------------------------------------------------*/
/* 2.5 SERVICE SECTION
---------------------------------------------------------------------*/
.csi-services {
  background: #000066;
  color: #fff;
}
.csi-single-service {
  text-align: center;
}
.csi-single-service .icon {
  font-size: 63px;
  line-height: 94.5px;
  font-size: 6.3rem;
  line-height: 9.45rem;
  opacity: .4;
}
.csi-single-service .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  color: #fff;
}
.csi-single-service .title a {
  color: inherit;
}
.csi-single-service p {
  color: #fff;
  opacity: .7;
  margin-bottom: 1.5rem;
}
.csi-single-service .csi-btn-simple {
  color: #fff;
  opacity: .4;
}
.csi-single-service .csi-btn-simple:hover {
  opacity: 1;
  border-bottom: 1px solid #fff;
}
/*-------------------------------------------------------------------*/
/* 2.6  COURSES SECTION
---------------------------------------------------------------------*/
.csi-course-content *,
.csi-course-content *:before,
.csi-course-content *:after {
  box-sizing: border-box !important;
}
.csi-course-content .row {
  -moz-column-width: 22em;
  -webkit-column-width: 22em;
  -moz-column-gap: 1em;
  -webkit-column-gap: 1em;
}
.csi-course-content .csi-single-course {
  display: inline-block;
  padding: .25rem;
  width: 100%;
}
.csi-course-content .csi-single-course-inner {
  position: relative;
  display: block;
}
.csi-single-course {
  background: #fff;
  text-align: center;
  margin-bottom: 1.3rem;
}
.csi-single-course .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  font-weight: 700;
  color: #212739;
}
.csi-single-course .text {
  margin-bottom: 1.5rem;
}
.csi-single-course figure {
  position: relative;
}
.csi-single-course figure figcaption {
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  width: 100%;
  height: 0;
  border-radius: 0 0 50% 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.csi-single-course figure figcaption .csi-hover-link {
  display: table;
  height: 50%;
  width: 100%;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.csi-single-course figure figcaption .csi-hover-link .csi-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
}
.csi-single-course figure figcaption .csi-hover-link .csi-vertical a {
  background: #ff820e;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.csi-single-course figure figcaption .csi-hover-link .csi-vertical a i {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  line-height: 48px;
}
.csi-single-course .course-info {
  padding: 2rem 2.4rem;
}
.csi-single-course .course-info ul li {
  color: #212739;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 300;
}
.csi-single-course .registration-btn {
  display: none;
}
.csi-single-course:hover {
  -moz-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
  box-shadow: 0 13px 35px rgba(0, 0, 0, 0.05);
}
.csi-single-course:hover figure figcaption {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 0;
  width: 100%;
  height: 100%;
}
.csi-single-course:hover figure figcaption .csi-hover-link {
  height: 100%;
}
.csi-single-course:hover figure figcaption .csi-hover-link .csi-vertical {
  opacity: 1;
}
.csi-single-course:hover .course-info ul li {
  display: none;
}
.csi-single-course:hover .registration-btn {
  display: block;
}
/*-------------------------------------------------------------------*/
/* 2.7  REGISTRATION SECTION
---------------------------------------------------------------------*/
.csi-registration {
  background: url('http://placehold.it/1920x915') top center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.csi-registration p {
  color: #fff;
}
.csi-registration h1,
.csi-registration h2,
.csi-registration h3,
.csi-registration h4,
.csi-registration h5,
.csi-registration h6 {
  color: #fff;
}
.csi-registration .csi-inner {
  background: rgba(33, 39, 57, 0.9);
  padding: 16.6rem 0;
}
.csi-heading-registration .subtitle {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.csi-heading-registration .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 63px;
  line-height: 94.5px;
  font-size: 6.3rem;
  line-height: 9.45rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 0;
}
.csi-registration-info .text {
  margin-bottom: 2.4rem;
  font-weight: 300;
}
/*-------------------------------------------------------------------*/
/* 2.8 TEACHERS SECTION
---------------------------------------------------------------------*/
.csi-owlteachers .item {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.csi-single-teacher {
  background: #fff;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-align: center;
  padding: 3rem;
}
.csi-single-teacher figure {
  position: relative;
  margin: 0 10%;
}
.csi-single-teacher figure img {
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border-radius: 50%;
  padding: 1.3rem;
  background: rgba(255, 255, 255, 0.1);
  border: 1.3rem solid rgba(0, 0, 0, 0.05);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-single-teacher figure figcaption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.csi-single-teacher figure figcaption .csi-hover-link {
  display: table;
  height: 50%;
  width: 100%;
  opacity: 0;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.csi-single-teacher figure figcaption .csi-hover-link .csi-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.csi-single-teacher figure figcaption .csi-hover-link .csi-vertical a {
  background: #ff820e;
  border-radius: 50%;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
.csi-single-teacher figure figcaption .csi-hover-link .csi-vertical a i {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  line-height: 48px;
}
.csi-single-teacher figure:hover figcaption {
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
.csi-single-teacher .teacher-info {
  text-align: center;
  padding-top: 1.5rem;
}
.csi-single-teacher .teacher-info .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  font-weight: 900;
  color: #212739;
  margin: 0;
}
.csi-single-teacher .teacher-info .name a {
  color: inherit;
}
.csi-single-teacher .teacher-info .designation {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 400;
  opacity: .7;
  margin: 0;
}
.csi-single-teacher .teacher-info ul {
  margin-top: 1rem;
}
.csi-single-teacher .teacher-info ul li {
  padding-right: 2px;
  padding-left: 2px;
}
.csi-single-teacher .teacher-info ul li a {
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  color: #f1f1f1;
}
.csi-single-teacher .teacher-info ul li a:hover {
  color: #ff820e;
}
.csi-single-teacher:hover {
  background: #000066;
}
.csi-single-teacher:hover figure img {
  padding: 1.3rem;
  background: rgba(33, 39, 57, 0.1);
  border: 1.3rem solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-single-teacher:hover figure figcaption .csi-hover-link {
  height: 100%;
  opacity: 1;
}
.csi-single-teacher:hover .teacher-info .name {
  color: #fff;
}
.csi-single-teacher:hover .teacher-info .name a {
  color: inherit;
}
.csi-single-teacher:hover .teacher-info .designation {
  color: #fff;
}
.owl-theme .owl-controls .owl-prev,
.owl-theme .owl-controls .owl-next {
  background: #dddddd;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  opacity: 0;
  top: 38%;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.owl-theme .owl-controls .owl-prev i,
.owl-theme .owl-controls .owl-next i {
  font-size: 26px;
  line-height: 40px;
  color: #000066;
}
.owl-theme .owl-controls .owl-prev:hover,
.owl-theme .owl-controls .owl-next:hover {
  background: #ff820e;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.owl-theme .owl-controls .owl-prev:hover i,
.owl-theme .owl-controls .owl-next:hover i {
  color: #fff;
}
.owl-theme .owl-controls .owl-prev {
  position: absolute;
  left: 2.6rem;
  right: auto;
}
.owl-theme .owl-controls .owl-next {
  position: absolute;
  left: auto;
  right: 2.6rem;
}
.csi-owlteachers:hover .owl-controls .owl-prev,
.csi-owlteachers:hover .owl-controls .owl-next {
  opacity: 1;
}
.csi-owlteachers:hover .owl-controls .owl-prev {
  left: 0;
}
.csi-owlteachers:hover .owl-controls .owl-next {
  right: 0;
}
/*-------------------------------------------------------------------*/
/* 2.9 EVENTS SECTION
---------------------------------------------------------------------*/
.single .csi-single-event figure figcaption .event-info .info-right .title,
.single-post .csi-single-event figure figcaption .event-info .info-right .title {
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  line-height: 5rem;
}
.csi-events {
  background: #f1f1f1;
}
.csi-events h1,
.csi-events h2,
.csi-events h3,
.csi-events h4,
.csi-events h5,
.csi-events h6 {
  color: #fff;
}
.csi-events .csi-single-teacher .teacher-info .designation {
  color: #212739;
}
.csi-events .csi-single-teacher:hover .teacher-info .designation {
  color: #fff;
}
.csi-events .csi-subheading {
  color: #000066;
}
.csi-single-event {
  color: #fff;
  margin-bottom: 2.4rem;
}
.csi-single-event figure {
  position: relative;
}
.csi-single-event figure figcaption .figcaption {
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #141823);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #141823);
  /*Standard*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: .9;
}
.csi-single-event figure figcaption .figcaption .csi-hover-link {
  display: table;
  height: 100%;
  width: 100%;
}
.csi-single-event figure figcaption .figcaption .csi-hover-link .csi-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.csi-single-event figure figcaption .event-info {
  position: absolute;
  bottom: 0;
  margin: 3rem 2rem;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.csi-single-event figure figcaption .event-info .date,
.csi-single-event figure figcaption .event-info .info-right {
  float: left;
}
.csi-single-event figure figcaption .event-info .date {
  width: 15%;
  padding-right: 1.5rem;
}
.csi-single-event figure figcaption .event-info .date h4 {
  float: right;
  font-size: 39px;
  font-size: 3.9rem;
  font-weight: 900;
  text-align: right;
  font-family: 'Montserrat', sans-serif;
}
.csi-single-event figure figcaption .event-info .date h4 span {
  font-family: 'Montserrat', sans-serif; /*F*/
  display: block;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  margin-top: .6rem;
  font-weight: 400;
  color: #fff;
}
.csi-single-event figure figcaption .event-info .info-right {
  width: 85%;
  padding-left: 1rem;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-single-event figure figcaption .event-info .info-right .time {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #ff820e;
}
.csi-single-event figure figcaption .event-info .info-right .location {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  font-weight: 400;
  font-style: italic;
  margin: 0;
}
.csi-single-event figure figcaption .event-info .info-right .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  line-height: 36px;
  font-size: 2.4rem;
  line-height: 3.5999999999999996rem;
  font-weight: 700;
  margin: 1rem 0 0;
  line-height: 3rem;
}
.csi-single-event figure figcaption .event-info img {
  max-width: 66px;
  float: left;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: 1rem;
}
.csi-single-event:hover figure .figcaption {
  height: 100%;
}
.csi-single-event:hover figure .event-info {
  bottom: .5rem;
}
.csi-events-single .single-event-sec {
  padding-top: 3.9rem;
}
.csi-events-single .schedule-area {
  padding-top: 4.2rem;
}
.csi-events-single .csimapcanvas {
  margin-bottom: 6.8rem;
}
.csi-events-single .event-single:hover figure:before {
  background: -moz-linear-gradient(top, rgba(33, 39, 57, 0.1) 0%, rgba(33, 39, 57, 0.95) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(33, 39, 57, 0.1)), color-stop(100%, rgba(33, 39, 57, 0.95)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(33, 39, 57, 0.1) 0%, rgba(33, 39, 57, 0.95) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(33, 39, 57, 0.1) 0%, rgba(33, 39, 57, 0.95) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(33, 39, 57, 0.1) 0%, rgba(33, 39, 57, 0.95) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(33, 39, 57, 0.1) 0%, rgba(33, 39, 57, 0.95) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(232, 227, 227, 0.1)', endColorstr='rgba(33, 39, 57, 0.95)', GradientType=0);
  /* IE6-9 */
}
.csi-events-single .event-single figure figcaption .content .title {
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  line-height: 5rem;
  margin: 0;
}
.csi-events-single article {
  background: #f1f1f1;
}
.csi-events-single article section,
.csi-events-single article footer {
  padding: 0 6.8rem;
}
.csi-events-single article .event-details {
  padding: 4.2rem 0 0;
}
.csi-events-single article .event-details p {
  text-align: justify;
}
.csi-events-single .team-single figure figcaption {
  background: #f1f1f1;
}
.csi-events-single .single-sponsor {
  background: #fff;
  padding: 2.6rem;
  margin-bottom: 2.6rem;
  text-align: center;
}
.csi-events-single .single-schedule {
  display: block;
  overflow: hidden;
  margin-bottom: 1rem;
  background: #fff;
}
.csi-events-single .single-schedule .author {
  padding: 1.6rem 1rem;
}
.csi-events-single .single-schedule .author .author-img {
  float: left;
  padding: 0 1.5rem;
}
.csi-events-single .single-schedule .author .author-img img {
  border-radius: 50%;
  max-width: 100px;
}
.csi-events-single .single-schedule .author .author-info {
  overflow: hidden;
  padding-top: 2.6rem;
}
.csi-events-single .single-schedule .author .author-info .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 700;
  color: #212739;
  margin: 0;
}
.csi-events-single .single-schedule .author .author-info .name a {
  color: inherit;
}
.csi-events-single .single-schedule .author .author-info .author-title {
  color: #000066;
  opacity: .7;
}
.csi-events-single .single-schedule .schedule-info {
  background: #fff;
  display: block;
  overflow: hidden;
  padding: 2rem 2rem 3rem;
}
.csi-events-single .single-schedule .schedule-info .time {
  margin: 0;
  color: #000066;
}
.csi-events-single .single-schedule .schedule-info .title {
  margin: 0;
  color: #212739;
}
.csi-events-single footer .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #212739;
  text-transform: uppercase;
}
.csi-events-single .csi-share {
  margin-left: 0;
  /*border-top: 1px solid rgba(33, 39, 57, 0.1);*/
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 1rem 0;
}
/*-------------------------------------------------------------------*/
/* 2.10 TESTIMONIALS SECTION
---------------------------------------------------------------------*/
.csi-testimonials {
  background: url('http://placehold.it/1920x915') top center no-repeat fixed;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  color: #fff;
}
.csi-testimonials .csi-inner {
  background: rgba(63, 81, 181, 0.85);
  padding: 16.6rem 0;
}
.csi-testi-feedback {
  padding-right: 3rem;
}
.csi-testi-feedback .feedback-inner {
  float: right;
  text-align: left;
}
.csi-testi-feedback .feedback-inner .csi-heading h2 {
  color: #fff;
}
.csi-owltestimonial {
  position: relative;
}
.csi-owltestimonial .owl-controls {
  margin: 0;
}
.csi-owltestimonial .owl-controls .owl-nav [class*=owl-] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.csi-owltestimonial .owl-controls .owl-nav [class*=owl-] i {
  font-size: 40px;
  color: #000066;
  font-weight: 400;
}
.csi-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #000066;
}
.csi-owltestimonial .owl-controls .owl-nav [class*=owl-]:hover i {
  color: #fff;
}
.csi-owltestimonial .owl-controls .owl-nav .owl-prev,
.csi-owltestimonial .owl-controls .owl-nav .owl-next {
  color: #000066;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.csi-owltestimonial .owl-controls .owl-nav .owl-prev i,
.csi-owltestimonial .owl-controls .owl-nav .owl-next i {
  color: inherit;
  line-height: 52px;
}
.csi-owltestimonial .owl-controls .owl-nav .owl-prev:hover,
.csi-owltestimonial .owl-controls .owl-nav .owl-next:hover {
  background: #000066;
  color: #fff;
  -webkit-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  -moz-box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
  box-shadow: 1px 2px 10px rgba(52, 61, 71, 0.3);
}
.csi-owltestimonial .owl-controls .owl-nav .owl-prev:hover i,
.csi-owltestimonial .owl-controls .owl-nav .owl-next:hover i {
  color: inherit;
}
.csi-owltestimonial .owl-controls .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  bottom: 26%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.csi-owltestimonial .owl-controls .owl-nav .owl-next {
  position: absolute;
  right: 0;
  bottom: 26%;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
.csi-testimonials .owl-theme .owl-controls .owl-prev,
.csi-testimonials .owl-theme .owl-controls .owl-next {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0;
  width: 45px;
  height: 45px;
  opacity: 0;
  top: 20px;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.csi-testimonials .owl-theme .owl-controls .owl-prev i,
.csi-testimonials .owl-theme .owl-controls .owl-next i {
  font-size: 26px;
  line-height: 36px;
  color: #fff;
}
.csi-testimonials .owl-theme .owl-controls .owl-prev:hover,
.csi-testimonials .owl-theme .owl-controls .owl-next:hover {
  background: #ff820e;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
.csi-testimonials .owl-theme .owl-controls .owl-prev:hover i,
.csi-testimonials .owl-theme .owl-controls .owl-next:hover i {
  color: #fff;
}
.csi-testimonials .owl-theme .owl-controls .owl-prev {
  position: absolute;
  right: 50px;
  left: auto;
}
.csi-testimonials .owl-theme .owl-controls .owl-next {
  position: absolute;
  left: auto;
  right: 0;
}
.csi-owltestimonial:hover .owl-controls .owl-prev,
.csi-owltestimonial:hover .owl-controls .owl-next {
  opacity: 1;
}
.csi-owltestimonial:hover .owl-controls .owl-prev {
  right: 50px;
}
.csi-owltestimonial:hover .owl-controls .owl-next {
  right: 0;
}
.csi-testi-single {
  overflow: hidden;
}
.csi-testi-single .csi-client-image {
  max-width: 300px;
  float: left;
  margin-right: 3.9rem;
}
.csi-testi-single .csi-client-image img {
  border-radius: 50%;
  border: 10px solid rgba(255, 255, 255, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-testi-single .testi-info-area {
  overflow: hidden;
}
.csi-testi-single .testi-info-area i {
  font-size: 63px;
  line-height: 94.5px;
  font-size: 6.3rem;
  line-height: 9.45rem;
  opacity: .4;
}
.csi-testi-single .testi-info-area .csi-review {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-style: italic;
  font-weight: 400;
  color: #fff;
  margin-bottom: 2.4rem;
}
.csi-testi-single .testi-info-area .csi-client-name {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
  color: #fff;
}
.csi-testi-single .testi-info-area .csi-client-des {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  margin: 0;
  font-weight: 400;
  opacity: .7;
  color: #fff;
}
/*-------------------------------------------------------------------*/
/* 2.11 SUBSCRIBE SECTION
---------------------------------------------------------------------*/
.csi-single-news {
  background: #fff;
  margin-bottom: 2.4rem;
}
.csi-single-news .news-info .categori {
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  margin: 0 0 1rem 0;
  color: #ff820e;
}
.csi-single-news .news-info .categori a {
  color: inherit;
}
.csi-single-news .news-info .categori:hover {
  color: #000066;
}
.csi-single-news .news-info .categori:hover a {
  color: inherit;
}
.csi-single-news .news-info .title {
  margin: 0 0 .5rem 0;
  line-height: 3.5rem;
}
.csi-single-normal {
  padding: 3.3rem;
  min-height: 205px;
}
.csi-single-normal .news-info .title {
  margin: 0 0 .5rem 0;
  line-height: 3.5rem;
}
.csi-featured-news {
  color: #fff;
}
.csi-featured-news h1,
.csi-featured-news h2,
.csi-featured-news h3,
.csi-featured-news h4,
.csi-featured-news h5,
.csi-featured-news h6 {
  color: #fff;
}
.csi-featured-news .news-info ul li a {
  color: #fff;
}
.csi-featured-news figure {
  position: relative;
}
.csi-featured-news figure figcaption .figcaption {
  background: -webkit-linear-gradient(left, rgba(255, 0, 0, 0), #141823);
  /*Safari 5.1-6*/
  background: -o-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
  /*Opera 11.1-12*/
  background: -moz-linear-gradient(bottom, rgba(255, 0, 0, 0), #141823);
  /*Fx 3.6-15*/
  background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #141823);
  /*Standard*/
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  opacity: .9;
}
.csi-featured-news figure figcaption .figcaption .csi-hover-link {
  display: table;
  height: 100%;
  width: 100%;
}
.csi-featured-news figure figcaption .figcaption .csi-hover-link .csi-vertical {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.csi-featured-news figure figcaption .news-info {
  position: absolute;
  bottom: 0;
  margin: 3rem;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.csi-featured-news figure figcaption .news-info img {
  max-width: 66px;
  float: left;
  border-radius: 50%;
  border: 3px solid #fff;
  margin-right: 1rem;
}
.csi-featured-news figure figcaption .news-info .author-info {
  overflow: hidden;
  margin-left: 5px;
  color: #fff;
}
.csi-featured-news figure figcaption .news-info .author-info .title {
  margin-bottom: 0;
}
.csi-featured-news figure figcaption .news-info .author-info .subtitle {
  margin: 0;
}
.csi-featured-news:hover figure .figcaption {
  height: 100%;
}
.csi-featured-news:hover figure .news-info {
  bottom: .5rem;
}
/*SINGLE NEWS*/
.csi-news-single header {
  margin-bottom: 2.6rem;
}
.csi-news-single header .hits-area {
  border-bottom: 1px solid rgba(33, 39, 57, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 1rem 0;
}
.csi-news-single header .hits-area .date a {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  color: #212739;
  margin-right: 2rem;
  display: inline-block;
  opacity: .7;
}
.csi-news-single header .hits-area .date a i {
  color: #000066;
  opacity: .4;
}
.csi-news-single header .author {
  overflow: hidden;
  position: relative;
  top: -30px;
  z-index: 3;
  margin-bottom: -30px !important;
}
.csi-news-single header .author .author-img,
.csi-news-single header .author .author-info {
  float: left;
}
.csi-news-single header .author .author-img {
  width: 15%;
}
.csi-news-single header .author .author-img img {
  border-radius: 50%;
}
.csi-news-single header .author .author-info {
  width: 85%;
  padding-left: 1.5rem;
  margin-top: 2rem;
}
.csi-news-single header .author .author-info .name {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #212739;
}
.csi-news-single header .author .author-info .subtitle {
  margin-top: 2px;
  color: #000066;
}
.csi-news-single header .text-area {
  margin-top: 2.6rem !important;
}
.csi-news-single header .text-area .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 39px;
  line-height: 58.5px;
  font-size: 3.9rem;
  line-height: 5.85rem;
  font-weight: 700;
  color: #212739;
  line-height: 5rem;
}
.csi-news-single header .text-area .title a {
  color: inherit;
}
.csi-news-single section p {
  margin-bottom: 2.6rem;
}
.csi-news-single section .csi-img-left {
  float: left;
  padding: 1rem 2rem 1.5rem 0;
}
.csi-news-single section .csi-img-right {
  float: right;
  padding: 1rem 0 1.5rem 2rem ;
}
.csi-news-single section .csi-img-center {
  margin: 0 auto;
  display: block;
  padding: 1.5rem;
}
.csi-news-single footer .title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #212739;
  text-transform: uppercase;
}
.csi-news-single footer .csi-share {
  margin-left: 0;
  border-top: 1px solid rgba(33, 39, 57, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  padding: 1rem 0;
}
/*-------------------------------------------------------------------*/
/* 2.12 SUBSCRIBE SECTION
---------------------------------------------------------------------*/
.csi-subscribtion {
  background: url('http://placehold.it/1920x915') bottom center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.csi-subscribtion .csi-inner {
  background: rgba(255, 255, 255, 0.9);
}
.csi-subscribtion .csi-heading {
  margin-bottom: 4.2rem;
}
.csi-subscribe-area {
  text-align: center;
}
.csi-subscribe-area .text {
  margin-top: 0;
  margin-bottom: 4.2rem;
}
.csi-subscribe-area .form-control {
  text-align: center;
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 3px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.csi-subscribe-area .form-control:hover,
.csi-subscribe-area .form-control:focus {
  -webkit-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.45);
  -moz-box-shadow: 0px 2px 10px rgba(52, 61, 71, 0.45);
  box-shadow: 0 2px 10px rgba(52, 61, 71, 0.45);
}
.csi-subscribe-area .csi-subscribe-input {
  margin-bottom: 2.6rem;
}
.csi-subscribe-area .csi-submit-btn {
  padding: .5rem 3.6rem;
}
/*-------------------------------------------------------------------*/
/* 2.13 FOOTER
---------------------------------------------------------------------*/
.csi-footer {
  background: #212739;
  color: #fff;
}
.csi-footer .csi-footer-inner {
  padding-bottom: 0;
  background: url('../../img/footer-bg.png') bottom center no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
.csi-footer h1,
.csi-footer h2,
.csi-footer h3,
.csi-footer h4,
.csi-footer h5,
.csi-footer h6 {
  color: #fff;
}
.csi-footer .single p {
  margin-bottom: 0;
}
.csi-footer p {
  color: #fff;
}
.csi-footer p a {
  opacity: 1;
  color: #fff;
}
.csi-footer .footer-top-area .footer-social li {
  text-align: center;
  padding-right: 1px;
  padding-left: 1px;
}
.csi-footer .footer-top-area .footer-social li a {
  background: #212739;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -moz-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}
.csi-footer .footer-top-area .footer-social li a i {
  font-size: 26px;
  line-height: 46px;
}
.csi-footer .footer-top-area .footer-social li a .fa-twitter {
  color: #1da1f2;
}
.csi-footer .footer-top-area .footer-social li a .facebook-f,
.csi-footer .footer-top-area .footer-social li a .fa-facebook-f {
  color: #3b5998;
}
.csi-footer .footer-top-area .footer-social li a .fa-linkedin {
  color: #00a0dc;
}
.csi-footer .footer-top-area .footer-social li a .fa-youtube-play {
  color: #cd201f;
}
.csi-footer .footer-top-area .footer-social li a .fa-instagram {
  color: #c13584;
}
.csi-footer .footer-top-area .footer-social li a:hover {
  background: rgba(255, 255, 255, 0.8);
}
.csi-footer .footer-top-area .footer-social li a:hover i {
  animation-name: zoomIn;
  -webkit-transform-origin: center;
  transform-origin: center;
  animation-duration: 500ms;
  animation-timing-function: linear;
}
.csi-footer .footer-top-area .footer-top {
  text-align: center;
}
.csi-footer .footer-top-area .footer-top .footer-logo {
  display: block;
  margin-bottom: 4.2rem;
}
.csi-footer .footer-top-area .single {
  text-align: center;
}
.csi-footer .footer-top-area .single p {
  color: #999999;
}
.csi-footer .footer-top-area .single .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 400;
  margin-bottom: 2.6rem;
  color: #fff;
  letter-spacing: .08rem;
  opacity: .7;
}
.csi-footer .footer-top-area .single .title i {
  color: #000066;
}
.csi-footer .csi-footer-bottom {
  font-family: 'Montserrat', sans-serif; /*F*/
  padding: 2.6rem 0;
  background: #000066;
  margin-top: 11rem;
  text-align: center;
}
.csi-footer .csi-footer-bottom p {
  font-family: inherit;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  opacity: .7;
}
.csi-footer-middle {
  padding: 10.2rem 0;
}
.csi-footer-single {
  text-align: left;
  margin-bottom: 3.9rem;
}
.csi-footer-single .csi-tweet-feed .owl-item {
  margin-right: 1px;
  display: block;
}
.csi-footer-single .csi-tweet-feed .owl-carousel {
  display: inline-block;
  list-style: none;
  margin-left: -40px;
}
.csi-footer-single .csi-tweet-feed .csi-message {
  color: #888;
}
.csi-footer-single .csi-tweet-feed .csi-message .tweet-url {
  overflow: hidden;
  display: block;
}
.csi-footer-single .csi-tweet-feed .csi-date {
  color: #ff820e;
}
.csi-footer-single .csi-tweet-feed .csi-author {
  color: #fff;
}
.csi-footer-single .about-text {
  margin-bottom: 1rem;
  color: #888;
}
.csi-footer-single address {
  color: #888;
  margin-bottom: 1rem;
}
.csi-footer-single ul li i {
  color: #000066;
  margin-right: .5rem;
}
.csi-footer-single .logo {
  margin-bottom: 2.4rem;
  display: block;
}
.csi-footer-single .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  text-transform: uppercase;
  margin-bottom: 2.4rem;
  font-weight: 700;
}
.csi-footer-single ul li {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  color: #888;
  line-height: 3rem;
}
.csi-footer-single ul li a {
  font: inherit;
  color: inherit;
}
.csi-footer-single ul li:hover {
  color: #fff;
}
.csi-footer-single ul li:hover a {
  color: inherit;
}
.csi-copyright {
  background: #000066;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  color: #888;
  font-size: 13px;
  line-height: 19.5px;
  font-size: 1.3rem;
  line-height: 1.9500000000000002rem;
  padding: 1rem 2.4rem;
  overflow: hidden;
}
.csi-copyright .text,
.csi-copyright .csi-social-area {
  width: 50%;
  float: left;
}
.csi-copyright .text {
  font-family: 'Montserrat', sans-serif;
  margin-top: 1rem;
}
.csi-copyright .csi-social {
  float: right;
  margin: 0;
}
.csi-copyright .csi-social li a {
  background: rgba(255, 255, 255, 0.1);
}
.csi-copyright .csi-social li a i {
  color: #fff;
}
.csi-copyright .csi-social li:hover a {
  background: #ff820e;
}
.csi-social li.selected  a
{
  background: #ff820e;
}
.csi-social li.selected  i
{
  color: #fff;
}
/********************************************************************/
/* 3.1 SINGLE PAGE STYLE
*********************************************************************/
.single .csi-news-single header .author,
.single-post .csi-news-single header .author,
.single .csi-news-single header .text-area,
.single-post .csi-news-single header .text-area {
  max-width: 750px;
  margin: 0 auto;
}
.single .csi-news-single section,
.single-post .csi-news-single section,
.single .csi-news-single footer,
.single-post .csi-news-single footer {
  margin: 0 auto;
  max-width: 750px;
}
.page .csi-about,
.page-template .csi-about {
  background: #fff;
}
.single,
.single-post,
.page,
.page-template {
  text-align: left;
}
.single p,
.single-post p,
.page p,
.page-template p {
  margin-bottom: 1.3rem;
}
.single .csi-single-teacher,
.single-post .csi-single-teacher,
.page .csi-single-teacher,
.page-template .csi-single-teacher {
  margin-bottom: 2.4rem;
}
.single .csi-footer p,
.single-post .csi-footer p,
.page .csi-footer p,
.page-template .csi-footer p {
  margin-bottom: 0;
}
.single .csi-banner-inner,
.single-post .csi-banner-inner,
.page .csi-banner-inner,
.page-template .csi-banner-inner {
  background: url('http://placehold.it/1920x915') top center no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}
.single .csi-banner-inner .csi-inner,
.single-post .csi-banner-inner .csi-inner,
.page .csi-banner-inner .csi-inner,
.page-template .csi-banner-inner .csi-inner {
  padding: 16.6rem 0 6.8rem;
  background: rgba(33, 39, 57, 0.85);
}
.single .csi-news .single-news,
.single-post .csi-news .single-news,
.page .csi-news .single-news,
.page-template .csi-news .single-news {
  min-height: 468px;
}
.single .csi-heading-area,
.single-post .csi-heading-area,
.page .csi-heading-area,
.page-template .csi-heading-area {
  text-align: left;
}
.single .csi-heading-area .csi-heading,
.single-post .csi-heading-area .csi-heading,
.page .csi-heading-area .csi-heading,
.page-template .csi-heading-area .csi-heading {
  text-align: left;
  margin-bottom: 0;
}
.single .breadcrumb,
.single-post .breadcrumb,
.page .breadcrumb,
.page-template .breadcrumb {
  background: transparent;
  padding: 0;
}
.single .breadcrumb li,
.single-post .breadcrumb li,
.page .breadcrumb li,
.page-template .breadcrumb li {
  font-size: 15px;
  line-height: 22.5px;
  font-size: 1.5rem;
  line-height: 2.25rem;
  font-weight: 400;
  color: #fff;
}
.single .breadcrumb li a,
.single-post .breadcrumb li a,
.page .breadcrumb li a,
.page-template .breadcrumb li a {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.single .breadcrumb .active,
.single-post .breadcrumb .active,
.page .breadcrumb .active,
.page-template .breadcrumb .active {
  color: #ff820e;
}
.single .breadcrumb > li + li:before,
.single-post .breadcrumb > li + li:before,
.page .breadcrumb > li + li:before,
.page-template .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #fff;
  content: "/\00a0";
  opacity: .7;
}
.csi-blog-single .csi-card-single {
  padding: 0;
  background: transparent;
  box-shadow: none;
  margin-bottom: 0;
}
.csi-blog-single .csi-card-single header figure {
  padding: 2rem;
  display: block;
  background: rgba(63, 81, 181, 0.1);
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
  -webkit-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  -moz-box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  box-shadow: 0 0 2px rgba(221, 221, 221, 0.75);
  margin-bottom: 4.2rem;
}
.csi-blog-single .csi-card-single header .author,
.csi-blog-single .csi-card-single header .text-area {
  float: left;
}
.csi-blog-single .csi-card-single header .author {
  width: 30%;
  padding-right: 4.2rem;
  text-align: right;
}
.csi-blog-single .csi-card-single header .author a img {
  border-radius: 50%;
}
.csi-blog-single .csi-card-single header .author .name {
  margin-bottom: 0;
}
.csi-blog-single .csi-card-single header .author .subtitle {
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  font-weight: 400;
  font-style: italic;
  opacity: .7;
  margin: 0;
}
.csi-blog-single .csi-card-single header .author .comtitle {
  margin-top: 0;
  margin-bottom: 2rem;
  color: #000066;
  font-weight: 400;
  font-style: italic;
}
.csi-blog-single .csi-card-single header .author .follow-btn {
  background: rgba(63, 81, 181, 0.1);
  font-style: italic;
  font-weight: 700;
  padding: .5rem 2rem;
}
.csi-blog-single .csi-card-single header .text-area {
  width: 70%;
  margin-bottom: 2.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-blog-single .csi-card-single header .text-area .title {
  margin-bottom: 1.6rem;
  font-size: 42px;
  line-height: 63px;
  font-size: 4.2rem;
  line-height: 6.300000000000001rem;
  line-height: 5rem;
  margin-top: 0;
}
.csi-blog-single .csi-card-single header .text-area .title a {
  color: inherit;
}
.csi-blog-single .csi-card-single header .text-area .title:hover {
  color: #000066;
}
.csi-blog-single .csi-card-single header .text-area .title:hover a {
  color: inherit;
}
.csi-blog-single .csi-card-single header .text-area .link {
  font-size: 19px;
  line-height: 28.5px;
  font-size: 1.9rem;
  line-height: 2.8499999999999996rem;
  font-weight: 400;
  opacity: .8;
  margin-bottom: 1.2rem;
  display: inline-block;
  -webkit-transition: all 0.2s ease-in-out 0.2s;
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -ms-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}
.csi-blog-single .csi-card-single header .text-area .link:hover {
  opacity: 1;
}
.csi-blog-single .csi-card-single header .text-area .hits-area .date {
  font-weight: 700;
  font-style: italic;
  margin-right: 2rem;
  display: inline-block;
}
.csi-blog-single .csi-card-single header .text-area .hits-area .hit-right {
  color: #212739;
  opacity: .7;
}
.csi-blog-single .csi-card-single header .text-area .hits-area .hit-right a {
  color: inherit;
}
.csi-blog-single .csi-card-single section {
  background: transparent;
  width: 70%;
  float: right;
  text-align: left;
}
.csi-blog-single .csi-card-single section p {
  margin-bottom: 2.6rem;
}
.csi-blog-single .csi-card-single section .csi-img-left {
  float: left;
  padding: 1rem 2rem 1.5rem 0;
}
.csi-blog-single .csi-card-single section .csi-img-right {
  float: right;
  padding: 1rem 0 1.5rem 2rem ;
}
.csi-blog-single .csi-card-single section .csi-img-center {
  margin: 0 auto;
  display: block;
  padding: 1.5rem;
}
.csi-blog-single .csi-card-single footer {
  width: 70%;
  float: right;
  text-align: left;
  margin-top: 1.6rem;
}
.csi-blog-single .csi-card-single footer .title {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  color: #000066;
  border-bottom: 1px solid rgba(52, 61, 71, 0.1);
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.csi-blog-single .csi-card-single footer .csi-share {
  margin-left: 0;
}
.csi-blog-single .csi-card-single footer .csi-share li a {
  height: 40px;
  width: 40px;
  background: #fff;
  color: #000066;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}
.csi-blog-single .csi-card-single footer .csi-share li a i {
  font-size: 16px;
  line-height: 40px;
}
.csi-blog-single .csi-card-single footer .csi-share li a:hover {
  background: #000066;
  color: #fff;
}
.csi-blog-single .csi-card-single:hover {
  border: 1px solid transparent;
  -webkit-background-clip: padding-box;
  /* for Safari */
  background-clip: padding-box;
  /* for IE9+, Firefox 4+, Opera, Chrome */
}
.home-terms .img {
  float: left;
  margin: 2px 0;
  max-width: 20px;
  width: 10%;
}
.home-terms .text {
  color: #fd3337;
  font-size: 16px;
  position: absolute;
  right: 0;
  width: 90%;
}
.product ul.products {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.csi-single-item .single-thumb {
  margin-right: 1.5rem;
}
.csi-single-item .single-thumb img {
  border-radius: 50%;
  border: 3rem solid #fff;
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.25);
}
.csi-single-item .csi-singleitem-content .title {
  font-family: 'Montserrat', sans-serif;
  font-size: 68px;
  line-height: 102px;
  font-size: 6.8rem;
  line-height: 10.2rem;
  line-height: 9rem;
  font-weight: 400;
  color: #212739;
  margin: 0;
}
.csi-single-item .csi-singleitem-content .subtitle {
  color: #000066;
  margin: 0;
  text-transform: uppercase;
}
.csi-single-item .csi-singleitem-content .price {
  background: #ffffff;
  border-radius: 0 50px 50px 0;
  border: 1px solid #dddddd;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  margin-bottom: 1.6rem;
  text-align: left;
}
.csi-single-item .csi-singleitem-content .price span {
  text-align: right;
  float: right;
  color: #000066;
  font-weight: 900;
}
/*-------------------------------------------------------------------*/
/* 3.2 Contact Page
---------------------------------------------------------------------*/
.csi-contact .csi-inner {
  padding-top: 0;
}
.csi-contact .csimapcanvas {
  min-height: 417px;
}
.csi-contact .contact-info .csi-box {
  margin-bottom: 2.6rem;
}
.csi-contact .contact-info .csi-box .address .title {
  color: #000066;
  font-weight: 400;
  letter-spacing: normal;
  margin: 0;
}
.csi-contact .contact-top-area {
  margin-bottom: 6.8rem;
  overflow: hidden;
}
.csi-contact .contact-top-area .contact-top-left,
.csi-contact .contact-top-area .contact-top-right {
  float: left;
}
.csi-contact .contact-top-area .contact-top-left {
  background: #000066;
  padding: 11rem 0 8.4rem;
  width: 45%;
}
.csi-contact .contact-top-area .contact-top-left blockquote {
  color: #fff;
}
.csi-contact .contact-top-area .contact-top-left .contact-info {
  width: 60%;
  float: right;
  padding-right: 4.2rem;
}
.csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .csi-icon {
  float: left;
  background: rgba(255, 255, 255, 0.1);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  text-align: center;
  margin-right: 1rem;
}
.csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .csi-icon i {
  font-size: 26px;
  color: #fff;
  line-height: 43px;
}
.csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .address {
  overflow: hidden;
}
.csi-contact .contact-top-area .contact-top-left .contact-info .csi-box .address p {
  font-family: 'Montserrat', sans-serif; /*F*/
  font-size: 16px;
  line-height: 24px;
  font-size: 1.6rem;
  line-height: 2.4000000000000004rem;
  color: #fff;
  font-weight: 400;
  margin: 0;
}
.csi-contact .contact-top-area .contact-top-right {
  width: 55%;
}
.csi-contact .contact-top-area .contact-top-right .innerpage-section .csi-img-center{
  width: 640px;
  vertical-align: middle;
  margin: 0 auto;
  display: block;
  padding: 4rem;
}
.csi-contact .csi-contactform {
  text-align: center;
}
.csi-contact .csi-contactform .csi-send {
  margin-top: 1rem;
}
.csi-contact .help-block {
  color: #e74f3f;
  margin: 0;
}
.csi-contact-white {
  background: #fff;
}
.csimapcanvas .gm-style .gm-style-iw {
  font-weight: 300;
  font-size: 14px;
  line-height: 2.2rem;
  overflow: hidden;
  padding: .6rem 1.6rem;
  border-radius: 4px;
  text-align: center;
}
.csimapcanvas .gm-style .gm-style-iw h1 {
  font-size: 26px;
  line-height: 39px;
  font-size: 2.6rem;
  line-height: 3.9000000000000004rem;
  text-transform: uppercase;
  margin: 0;
  color: #000066;
}


/********************************************************************/
/* 4. Global RESPONSIVE STYLES
*********************************************************************/
/* ---------------------------------------------------------------------------
    Customized by Riazul Islam Sagar
 ---------------------------------------------------------------------------
    Min-Width: Refers to everything greater than or equal to the amount given.
    Max-Width: Refers to everything less than or equal to the amount given.
 ---------------------------------------------------------------------------/*


/* -----------------------------------------------------------------------
    Large devices (large desktops, 1200px and up)
 ------------------------------------------------------------------------*/
@media (min-width: 1200px) {
  /************** 1200 GLOBAl USE***********/
  .lg-text-center {
    text-align: center;
  }

  /*.csi-header .csi-navbar .csi-logo a img {
   		border: 2px solid red;
  }*/
  /************** 1200 GLOBAl USE END***********/
}
/* -----------------------------------------------------------------------
     Medium devices (desktops, UP TO 1199px~992px)
 ------------------------------------------------------------------------*/
@media (max-width: 1199px) {
  /************** 1199 GLOBAl USE***********/
  .csi-header .csi-navbar .csi-logo a img {
   		/*border: 2px solid green;*/
	  	padding-bottom: 1rem;
  }
  html {
    font-size: 55%;
  }
  .md-text-center {
    text-align: center;
  }
  .csi-about .csi-inner {
    padding: 10.2rem 0;
  }
  .csi-about-content {
    margin-bottom: 0;
  }
  .csi-contact .csimapcanvas {
    min-height: 366px;
  }
  /************** 1199 GLOBAl USE END***********/
}
/* ----------------------------------------------------------------------
     Small devices (tablets, UP TO 991px~768px)
 -----------------------------------------------------------------------*/
@media (max-width: 991px) {
  /************** 991 GLOBAl USE***********/
  /*.csi-header .csi-navbar .csi-logo a img {
   		border: 2px solid blue;
  }*/
  html {
    font-size: 53%;
  }
  .sm-text-center {
    text-align: center;
  }
  .csi-header .csi-navbar .csi-nav li a {
    padding: 16px 7px;
  }
  .csi-header .csi-navbar .csi-logo a img {
    max-width: 240px; /* 140px; */
	  /* border: 2px solid blue; */
  }
  .csi-header .menu-onscroll .csi-navbar .csi-nav li .csi-btn {
    padding: .3rem 2rem;
  }
  .csi-header .menu-onscroll .csi-navbar .csi-logo a img {
    max-width: 240px; /* 140px; */
  }
  .csi-header .header-top .header-top-inner .right-menu ul {
    margin-top: .8rem;
  }
  .csi-header .csi-navbar .csi-nav li a {
    padding: 3rem 7px;
  }
  .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
    padding: 3rem 7px;
  }
  .csi-header .menu-onscroll .csi-navbar .csi-logo {
    margin-top: 0.5rem; /*2rem;*/
	  padding-bottom: 9rem;
  }
  #csi-search {
    top: -8px;
  }
  #csi-search input[type="text"]:focus {
    width: 320px;
  }
  .menu-onscroll #csi-search {
    top: -1px;
  }
  .csi-header .header-top .header-top-inner .right-menu ul {
    margin-top: 0;
  }
  .csi-header .header-top .header-top-inner .contact {
    margin-top: 1rem;
  }
  .csi-banner-content {
    padding: 0 3.9rem;
  }
  .csi-testi-single .csi-client-image {
    max-width: 200px;
    margin-top: 2.4rem;
  }
  .csi-registration .csi-inner,
  .csi-testimonials .csi-inner {
    padding: 10.2rem 0;
  }
  .csi-about-img {
    margin-bottom: 3.9rem;
  }
  .csi-course-content .row {
    -moz-column-width: 23em;
    -webkit-column-width: 23em;
    -moz-column-gap: 1em;
    -webkit-column-gap: 1em;
    margin: 0;
  }
  .csi-banner .csi-inner {
    padding: 20rem 0 16rem;
  }
  .csi-contact .contact-top-area .contact-top-left {
    padding: 6.8rem 1.6rem;
    width: 100%;
  }
  .csi-contact .contact-top-area .contact-top-right {
    width: 100%;
  }
	
  .csi-contact .contact-top-area .contact-top-right .innerpage-section .csi-img-center{
      width: 100%;
      vertical-align: middle;
      margin: 0 auto;
      display: block;
      padding: 4rem;
    }
  .csi-contact .contact-top-area .contact-top-left .contact-info {
    width: 60%;
    float: none;
    padding-right: 0;
    margin: 0 auto;
  }
  .csi-about .csi-heading {
    text-align: center;
  }
  .csi-social li a i {
    line-height: 5.1rem;
  }
  /************** 991 GLOBAl USE END ***********/
}
/* ---------------------------------------------------------------------
    Extra small devices (phones, less UP TO 767px)
 ----------------------------------------------------------------------*/
@media (max-width: 767px) {
  /************** 767 GLOBAl USE***********/
  /*.csi-header .csi-navbar .csi-logo a img {
   		border: 2px solid orange;
  }*/
  html {
    font-size: 52%;
  }
  .xs-text-center {
    text-align: center;
  }
  .xs-text-right {
    text-align: right;
  }
  .xs-text-left {
    text-align: left;
  }
  .xs-float-none {
    float: none;
  }
  .sm-text-center {
    text-align: center;
  }
  .csi-btn {
    padding: 1rem 2.6rem;
  }
  .csi-header .header-top .header-top-inner .contact {
    text-align: center;
  }
  .csi-header .header-top .header-top-inner .right-menu {
    text-align: center;
    margin-bottom: 1.2rem;
  }
  .csi-header .csi-navbar .csi-nav {
    text-align: center;    
    width: 100%;
  }
  .csi-header-bottom .navbar-default .navbar-collapse,
  .csi-header-bottom .navbar-default .navbar-form {
    border-color: #212739;
    background: rgba(255, 255, 255, 0.85);
    padding-left: 3rem;
  }
  .menu-onscroll .navbar-default .navbar-collapse,
  .menu-onscroll .navbar-default .navbar-form {
    background: transparent;
    padding-left: 2rem;
  }
  .csi-header-bottom .navbar-default .navbar-toggle .icon-bar {
    background-color: #212739;
    -moz-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .csi-header-bottom .navbar-default .navbar-toggle:hover .icon-bar,
  .csi-header-bottom .navbar-default .navbar-toggle:focus .icon-bar {
    background-color: #000066;
  }
  .csi-header-bottom .navbar-toggle .icon-bar {
    width: 28px;
    height: 4px;
  }
  .csi-header-bottom .navbar-default .navbar-toggle {
    border-color: transparent;
  }
  .csi-header-bottom .navbar-default .navbar-toggle:focus,
  .csi-header-bottom .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .csi-about-img {
    display: none;
  }
  .csi-header .csi-navbar .csi-nav li a,
  .csi-header .menu-onscroll .csi-navbar .csi-nav li a {
    padding: 3.7rem 7px !important;
    font-size: 20px !important;
    text-align: center;
  }
  .csi-inner,
  .csi-about .csi-inner {
    padding: 6.3rem 0;
  }
  .csi-registration .csi-inner,
  .csi-testimonials .csi-inner {
    padding: 6.3rem 0;
  }
  .csi-single-service,
  .csi-single-news {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
  .csi-single-event {
    max-width: 480px;
    margin: 0 auto;
    margin-bottom: 2.4rem;
  }
  .csi-heading .title {
    margin: 0 0 .5rem;
  }
  .csi-banner-content {
    padding: 2rem 1.5rem;
  }
  .csi-banner-content .csi-subtitle {
    font-size: 2.4rem;
    margin-bottom: 0;
    line-height: 4rem;
  }
  .csi-banner-content .csi-title {
    font-size: 3.9rem;
    margin: 0;
    line-height: 5.4rem;
  }
  .csi-banner-content .btn-area .csi-btn {
    margin: 1rem .6rem 0;
  }
  .csi-heading .title {
    font-size: 3rem;
    line-height: 5rem;
  }
  .csi-heading-registration .subtitle {
    font-size: 2.4rem;
    line-height: 4rem;
  }
  .csi-heading-registration .title {
    font-size: 3.9rem;
    line-height: 5rem;
  }
  .csi-heading-registration,
  .csi-registration-info {
    text-align: center;
  }
  .csi-testi-single .testi-info-area {
    overflow: visible;
    text-align: center;
  }
  .csi-testi-single .csi-client-image {
    float: none;
    margin: 0 auto;
  }
  .csi-subscribe-form {
    max-width: 480px;
    margin: 0 auto;
  }
  .csi-footer-middle {
    padding: 6.3rem 0;
  }
  .csi-footer-single {
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .csi-copyright .csi-social-area,
  .csi-copyright .text {
    width: 100%;
    float: none;
    text-align: center;
  }
  .csi-copyright .text {
    margin-bottom: .5rem;
  }
  .csi-copyright .csi-social {
    float: none;
    margin: 0;
    margin-bottom: 1rem;
  }
  .csi-social li a i {
    line-height: 5.5rem;
  }
  .csi-banner .csi-inner {
    padding: 16.6rem 0 14rem;
  }
  .csi-header .csi-navbar .csi-logo,
  .csi-header .menu-onscroll .csi-navbar .csi-logo {
    margin-top: 0.5rem; /* 1.4rem; */
	  padding-bottom: 10rem;
	  /* border: 2px solid pink;*/
  }
  #csi-search {
    display: none;
  }
  #csi-search input[type="text"] {
    right: 100%;
    left: 0;
    font-size: 20px;
  }
  .csi-single-course .title {
    margin-top: 0;
  }
  .page .csi-banner-inner .csi-inner,
  .page-template .csi-banner-inner .csi-inner,
  .single .csi-banner-inner .csi-inner,
  .single-post .csi-banner-inner .csi-inner {
    padding: 10.2rem 0 2.4rem;
  }
  .single .csi-single-event figure figcaption .event-info,
  .single-post .csi-single-event figure figcaption .event-info {
    position: static;
    margin: 3.9rem 0 0;
  }
  .single .csi-events h1,
  .single-post .csi-events h1,
  .single .csi-events h2,
  .single-post .csi-events h2,
  .single .csi-events h3,
  .single-post .csi-events h3,
  .single .csi-events h4,
  .single-post .csi-events h4,
  .single .csi-events h5,
  .single-post .csi-events h5,
  .single .csi-events h6,
  .single-post .csi-events h6,
  .single .owl-theme .owl-controls .owl-next:hover i,
  .single-post .owl-theme .owl-controls .owl-next:hover i,
  .single .owl-theme .owl-controls .owl-prev:hover i,
  .single-post .owl-theme .owl-controls .owl-prev:hover i {
    color: #212739;
  }
  .single .csi-single-event figure figcaption .event-info .date h4 span,
  .single-post .csi-single-event figure figcaption .event-info .date h4 span {
    color: #000066;
  }
  .single .csi-events-single article footer,
  .single-post .csi-events-single article footer,
  .single .csi-events-single article section,
  .single-post .csi-events-single article section {
    padding: 0 0;
  }
  .single .csi-single-event,
  .single-post .csi-single-event,
  .single .csi-single-news,
  .single-post .csi-single-news,
  .single .csi-single-service,
  .single-post .csi-single-service {
    max-width: 100%;
  }
  .csi-contact .contact-top-area .contact-top-left .contact-info {
    width: 100%;
  }
  .csi-contact .csimapcanvas {
    min-height: 230px;
  }
  .csi-header #csi-search,
  .csi-header .csi-navbar .csi-nav,
  .csi-slider .csi-item-right .banner-btn,
  .csi-slider .csi-item-right .text {
    float: left;
  }
  .csicontainer > .navbar-header > .navbar-toggle{
    top: 15px;
  }
  .csi-heading.csi-heading-white
  {
    margin-top: 10px;
  }
  .dropdown-menu
  {
    width: 100%;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover
  {
    color: red !important;
    background-color: transparent !important;
  }
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    color: red !important;
    background-color: transparent !important;
  }
  .navbar-nav
  {
    height:640px;
    max-height:700px;
  }
  .affix-sidebar{
    
    top:50px;
  } 
  
  .affix-content > .container
  {
    margin-top: 50px;
  }
  .caret.pull-right
  {
    margin-top: 8px;
  }
  .reverseRow {
    display: flex;
    flex-direction: column-reverse;
  }
  .reverseRow .reverseMargin{
    margin-top: 20px;
  }
  .parentImg
  {
    width: 150px !important;
    height: 150px !important;
  }
  .teacher-info-top
  {
    margin-top: 30px;
    text-align: center;
  }
  .step-agreement,.step-forms,.step-classes{
    margin-left: 0px !important;
  }
  .csi-about .csi-heading
  {
    margin-top: 50px !important;
  }
  /************** 767 GLOBAl USE END***********/
}
/*767 END*/
/* ----------------------------------------------------------------
      Custom, iPhone Retina  UP TO 480px
-------------------------------------------------------------------*/
@media (max-width: 480px) {
  /************** 480 GLOBAl USE***********/
  html {
    font-size: 50%;
  }
  .csi-heading .title {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .csi-banner-content .btn-area .csi-btn {
    margin: 0 .6rem 0;
  }
  
  /************** 480 GLOBAl USE***********/
}
/*-----------------------------------------------------------------------------
   EXAMPLE: We occasionally expand on these media queries to a narrower set of devices.
*-------------------------------------------------------------------------------*/
/********************************************************************/
/*  csi STYLE END ***************************************************
*********************************************************************/
.sidebar-nav{
    height: auto;
    position: inherit;
    margin-bottom: 10px;
    width:100%;
} 
#sidenav01
{
  height: auto;
  font-size: 12px !important;
}
/* make sidebar nav vertical Menu and Parent Panel */ 
@media (min-width: 768px){
  .affix-content .container {
    width: 700px;
  }   

  
  .affix-content .container .page-header{
    margin-top: 0;
  }
  
  .affix-sidebar{
    padding-right:0; 
    font-size:small;
    padding-left: 0;
  }  
  .affix-row, .affix-container, .affix-content{
    height: 100%;
    margin-left: 0;
    margin-right: 0;    
  } 
  .affix-content{
    background-color:white; 
  } 
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar{
    border-radius:0; 
    margin-bottom:0; 
    border:0;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  } 
  
}

@media (min-width: 769px){
  .affix-content .container {
    width: 600px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }  
}

@media (min-width: 992px){
  .affix-content .container {
  width: 900px;
  }
    .affix-content .container .page-header{
    margin-top: 0;
  }
}

@media (min-width: 1220px){
  .affix-row{
    overflow: hidden;
  }

  .affix-content{
    overflow: auto;
  }

  .affix-content .container {
    width: 1000px;
  }

  .affix-content .container .page-header{
    margin-top: 0;
  }
  .affix-content{
    padding-right: 30px;
    padding-left: 30px;
  }  
  .affix-title{
    border-bottom: 1px solid #ecf0f1; 
    padding-bottom:10px;
  }
  .navbar-nav {
    margin: 0;
  }
  .navbar-collapse{
    padding: 0;
  }
  .sidebar-nav .navbar li a:hover {
    background-color: rgb(0, 0, 102);
    color: white;
  }
  .sidebar-nav .navbar li a > .caret {
    margin-top: 8px;
  }  
}
/* Menu and Parent Page */

/* Profile Page */
.profile-card{
  -moz-border-radius: 2%;
  -webkit-border-radius: 2%;
  border-radius: 2%;
  box-shadow: 5px 5px 0 rgba(0,0,0,0.08);
}

.profile .profile-body {
  padding: 20px;
  background: #f7f7f7;
}

.profile .profile-bio {
  background: #fff;
  position: relative;
  padding: 15px 10px 5px 15px;
}

.profile .profile-bio a {
  left: 50%;
  bottom: 20px;
  margin: -62px;
  text-align: center;
  position: absolute;
}

.profile .profile-bio h2 {
  margin-top: 0;
  font-weight: 200;
}

.checkout-wrapper{padding-top: 40px; padding-bottom:40px; background-color: #fafbfa;}
.checkout{    background-color: #fff;
    border:1px solid #eaefe9;
     
    font-size: 14px;}
.panel{margin-bottom: 0px;}
.checkout-step {
     
    border-top: 1px solid #f2f2f2;
    color: #666;
    font-size: 14px;
    padding: 30px;
    position: relative;
}

.checkout-step-number {
    border-radius: 50%;
    border: 1px solid #666;
    display: inline-block;
    font-size: 12px;
    height: 32px;
    margin-right: 26px;
    padding: 4px;
    text-align: center;
    width: 32px;
}
.checkout-step-title{ font-size: 18px;
    font-weight: 500;
    vertical-align: middle;display: inline-block; margin: 0px;
     }
 


.checkout-step-body{padding-left: 60px; padding-top: 30px;}


/* Profile page end*/
label.error {
  color: #C10000;
  font-size: 0.8em;
  
  padding: 0;
  margin-top: 0px !important;
}
/* Loading Overlay */
.loading-overlay-showing > .loading-overlay {
  opacity: 0.7 !important;
  visibility: visible;
}
.loading-overlay-showing {
	overflow: hidden;
}

/* Bounce Loading */
.bounce-loader {
	-webkit-transition: all 0.2;
	transition: all 0.2;
	margin: -9px 0 0 -35px;
	text-align: center;
	width: 70px;
	height: 20px;
	line-height: 20px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 10000;
}

.bounce-loader .bounce1,
.bounce-loader .bounce2,
.bounce-loader .bounce3 {
	-webkit-animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
	        animation: 1.4s ease-in-out 0s normal both infinite running bouncedelay;
	background-color: #CCC;
	border-radius: 100%;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	display: inline-block;
	height: 18px;
	width: 18px;
}

.bounce-loader .bounce1 {
	-webkit-animation-delay: -0.32s;
	        animation-delay: -0.32s;
}

.bounce-loader .bounce2 {
	-webkit-animation-delay: -0.16s;
	        animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

@keyframes bouncedelay {
	0%, 80%, 100% {
		-webkit-transform: scale(0);
		        transform: scale(0);
	}

	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}

.loading-overlay {
	-webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
	bottom: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	right: 0;
	top: 0;
	visibility: hidden;
	background: #FFF;
}

body > .loading-overlay {
	position: fixed;
	z-index: 999999;
}
.notification-container {
  left: 0;
  top: 12px;
  display:none;
  font-weight: bold;
  z-index: 99999999999;
  position: fixed;
  text-align: center;
  width: 100%;
}
.notification-message {
  position: relative;
  display: inline-block;
  font-size: 13px;
  padding: 7px 25px;
  background-color: #f9edbe;
  border: 1px solid #f0c36d;
  box-shadow: 2px 2px 2px rgba(206,169,25,0.8);
  color:#403725;
}

.notification-container a {
  color: #DD363E;
  text-decoration: underline;
  font-size: 12px;
  margin-left: 5px;
  cursor: pointer;
}

div.error-message{
	color: #a94442;
	padding: 10px;
	margin-bottom: 10px;
	border:1px solid #a94442;
	background-color:#FFE1E1;
	text-align: center;
}
.modal-header .close {
  margin-top: -20px;
}
.modal-body {
  padding: 35px;
}
#shortModal .modal-body {
  padding-bottom: 0px;
}
#shortModal .modal-title {
margin-top: 0px !important;
color: #33353F;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  padding: 0;
  text-transform: none;
  margin: 0;
}
#shortModal.edit-form .modal-dialog  {width:80%;}
#shortModal.edit-form .modal-dialog .modal-body input[type="text"],
#shortModal.edit-form .modal-dialog .modal-body .tag-checkboxes,
#shortModal.edit-form .modal-dialog .modal-body textarea{
  text-align: left;
}
#shortModal.edit-form .modal-dialog .modal-body textarea{
  margin-bottom: 35px;
}
#shortModal.edit-form .modal-dialog .modal-body input[type="number"]{
  background-color: white;
  padding: 6px 12px;
  text-align: left;
}
#shortModal.edit-form .modal-dialog .modal-footer{
  margin-top: 0px;
}
#shortModal.small .modal-dialog{
width: 35% ;
max-width: 1500px;
}
#shortModal.medium .modal-dialog{
width: 50% ;
max-width: 1500px;
}
#shortModal.large .modal-dialog{
width: 66% ;
max-width: 1500px;
}
.help-block
{
  color: red;
}
.parentImg
{
  width:330px;
  height:240px;
}
.pt-2
{
  padding-top: 0px !important;
  text-align: left !important;
}
.required
{
  color: red;
}
.step-agreement{
  margin-left: -12px;
}
.step-forms{
  margin-left: 8px;
}
.step-classes{
  margin-left: 4px;
}

.error-bar.info {
  background-color: #ffc450;
}
.error-bar.error {
  background-color: #EF2725;
}
.error-bar p {
  margin: 5px 0 !important;
  font-size: 17px;
  text-align: center;
  color: #fffc;
}
.error-bar a
{
  color: #fffc;
  text-decoration: underline;
}
.error-bar {
  position: relative;
  top: 0;
  margin-bottom: 0;
  max-width: 100%;
  width: 100%;
  z-index: 999;
  
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  box-shadow: 0 4px 8px rgba(0,0,0,.15);
  background: #47525d;
  font-size: 14px;
  font-weight: 400;
  font-family: FaktPro,Helvetica,sans-serif;
  color: #fffc;
  text-align: left;
}
.section-content
{
  border: 1px solid #000066; 
  padding-top: 10px;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;  
}
.modal-backdrop {
  background-color: rgb(0 0 0 / 25%) !important;
}
.logout-notify h3{
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0px;
}
.logout-notify .secondsCounter{
  text-align: center;
  font-size: 30px;
  color: gray;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border: 5px solid gainsboro;
  border-radius: 62%;
  vertical-align: middle;
  padding-top: 33px;
  margin-bottom: 20px;
}