@import url("https://fonts.googleapis.com/css?family=Montserrat:300|Raleway:300,400,500,600,700");
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Poppins';
  scroll-behavior: smooth;
}
/* width */
::-webkit-scrollbar {
 width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
 box-shadow: inset 0 0 5px grey;
 border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
 background:#7EBEE5;
 border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
 background: #174085;
}
/* @include clearit
.button {
@include clearit
}
*/
/*Background cover*/
/* @include transition(all,2s,ease-out); */
/* CALC mining
@include calc( width, '100% - 2px');
*/
/* Opacity(value:0.3) */
/* Background Overlay bg_overlay(color:#fff,value:0.3) */
/* @include breakpoint(sm);

aside.primary {
float: right;
width: 350px;
@include breakpoint(sm) {
float: none;
width: 100%;
}
}

*/
/* @include breakpoint(sm);

aside.primary {
float: right;
width: 350px;
@include breakpoint_num($min: 200px, $max: 767px) {
float: none;
width: 100%;
}
}

*/
/* transform rotate */
/*transform scale */
/* elipsis */
/* for retina image display */
.nopadding {
  padding: 0px;
}
.margin_reset {
  margin: 0px;
}
.bttn:hover {
  -webkit-box-shadow: 3px 3px 10px 0px rgba(69, 14, 33, 0.2);
  -moz-box-shadow: 3px 3px 10px 0px rgba(69, 14, 33, 0.2);
  box-shadow: 3px 3px 10px 0px rgba(69, 14, 33, 0.2);
}

#for-big-screen{
	display:block;
}

#for-small-screen{
	display:none;
}

 @media (max-width: 500px) {
.col-xxs {
  width: 100%;
}
}
body {
  color: #676767;
  font-size: 14px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  line-height: 1.85714;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
}
img {
  max-width: 100%;
  padding: 10px;
  border-radius: 5px;
}
a {
  display: inline;
  color: #1a4182;
  text-decoration: none;
  outline: none;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #2095f2;
  text-decoration: none;
  outline: none;
  text-decoration: none;
}
/*==== Header Font Styling Css Open====*/
h1 {
  color: #333333;
  font-family: "Raleway", sans-serif;
}
h2, h3 {
  color: #333333;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
}
h4, h5, h6 {
  font-weight: 500;
  color: #333333;
  font-family: "Raleway", sans-serif;
}
h1 {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
}
h1 a {
  color: #333333;
}
h1 a:hover {
  color: #1a4182;
}
@media (max-width: 767px) {
h1 {
  font-size: 30px;
}
}
h2 {
  /* font-size: 24px; */
  font-family: "Raleway", sans-serif;
  line-height: 1.1;
}
h2 a {
  color: #333333;
}
h2 a:hover {
  color: #1a4182;
}
@media (max-width: 767px) {
#for-big-screen{
	display:none;
}

#for-small-screen{
	display:block;
}	
h2 {
  font-size: 22px;
  line-height: 1.2;
}
}
@media (max-width: 500px) {
h2 {
  font-size: 20px;
  line-height: 1.3;
}
}
h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  color: #333333;
}
h3 a {
  color: #333333;
}
h3 a:hover {
  color: #1a4182;
}
@media (max-width: 767px) {
h3 {
  font-size: 22px;
}
}
h4 {
  margin-bottom: 10px;
  color: #333333;
  font-size: 20px;
  line-height: 1.3;
  color: #333333;
  position: relative;
}
h4 a {
  color: #333333;
}
h4 a:hover {
  color: #1a4182;
}
@media (max-width: 767px) {
h4 {
  font-size: 18px;
}
}
h5 {
  font-size: 18px;
  line-height: 1.85;
}
h5 a {
  color: #333333;
}
h5 a:hover {
  color: #1a4182;
}
h6 {
  font-size: 16px;
  line-height: 1.85;
}
h6 a {
  color: #333333;
}
h6 a:hover {
  color: #1a4182;
}
/*==== Header Font Styling Css Close====*/
strong, b {
  font-weight: 600;
}
.text-brand {
  color: #1a4182;
}
.bg-brand {
  background-color: #1a4182;
}
/*==== Element Styling Css Close====*/
.reverse {
  color: #ffffff !important;
}
.section_title {
  font-weight: 300;
  color: #333333;
}
.section_title.reverse {
  color: #ffffff !important;
}
.section_title span {
  font-weight: 600;
}
.section_title {
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.section_title_wrapper {
  padding: 65px 0px;
}
.section_title_wrapper .section_title {
  margin: 0;
}
.section_title_wrapper .title_line {
  margin: 0;
  padding: 0;
  margin-top: 15px;
}
.section_title_wrapper .title_desc {
  max-width: 767px;
  margin: 0 auto;
  margin-top: 35px;
}
/*==== Element Styling Css Close====*/
/*==== Form Styling Css Open====*/
input, select, textarea, input.form-control, select.form-control, textarea.form-control {
  border-radius: 0;
  font-size: 13px;
  width: 100%;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #676767;
  background: transparent;
}
input:focus, select:focus, textarea:focus, input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
  box-shadow: none;
  outline: none;
}
input::-webkit-input-placeholder, input:-moz-placeholder, input::-moz-placeholder, input:-ms-input-placeholder, select::-webkit-input-placeholder, select:-moz-placeholder, select::-moz-placeholder, select:-ms-input-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder, textarea::-moz-placeholder, textarea:-ms-input-placeholder, input.form-control::-webkit-input-placeholder, input.form-control:-moz-placeholder, input.form-control::-moz-placeholder, input.form-control:-ms-input-placeholder, select.form-control::-webkit-input-placeholder, select.form-control:-moz-placeholder, select.form-control::-moz-placeholder, select.form-control:-ms-input-placeholder, textarea.form-control::-webkit-input-placeholder, textarea.form-control:-moz-placeholder, textarea.form-control::-moz-placeholder, textarea.form-control:-ms-input-placeholder {
/* Chrome/Opera/Safari */
color: #ccc;
}
/*==== Form Styling Css Close====*/
/*==== Button Styling Css Open====*/
.bttn {
  min-width: 165px;
  padding: 10px 25px;
  background: #1a4182;
  border: 1px solid #1a4182;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.bttn.bttn-small {
  padding: 5px 30px;
  min-width: auto;
}
.bttn.radius {
  border-radius: 40px;
}
.bttn.white {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #1a4182;
}
.bttn.white:hover {
  border-color: #ffffff;
  background: transparent;
  color: #ffffff;
}
.bttn.gray {
  border-color: #777777;
  background: #777777;
  color: #ffffff;
}
.bttn.gray:hover {
  background: #1a4182;
  border-color: #1a4182;
  color: #ffffff;
}
.bttn.gray-inverse:hover {
  border-color: #777777;
  background: #777777;
  color: #ffffff;
}
.bttn.tg {
  border-color: #e7e7e7;
  background: transparent;
  color: #676767;
}
.bttn.tg:hover {
  background: #1a4182;
  border-color: #1a4182;
  color: #ffffff;
}
.bttn.t:hover {
  background: transparent;
  border-color: #1a4182;
  color: #1a4182;
}
.bttn > * {
  margin-right: 10px;
}
.bttn:hover {
  border-color: #2095f2;
  background: #2095f2;
  color: #ffffff;
}
/*==== Button Styling Css Close====*/
/*== Owl Carousel Css Open ==*/
ul.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
.owl-carousel .owl-nav {
  display: none;
}
.owl-carousel .owl-dots {
  display: none;
  text-align: center;
  zoom: 1;
}
@media (min-width: 579px) {
.owl-carousel .owl-dots {
  display: block;
}
}
.owl-carousel .owl-dots:after, .owl-carousel .owl-dots:before {
  content: "";
  display: table;
}
.owl-carousel .owl-dots:after {
  clear: both;
}
.owl-carousel .owl-dots .owl-dot {
  float: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #eaeaea;
  margin-right: 5px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.owl-carousel .owl-dots .owl-dot:last-of-type {
  margin-right: 0;
}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover {
  background: #1a4182;
}
.owl-carousel .owl-dots .owl-dot span {
  display: none;
}
/*== Owl Carousel Css Close ==*/
/* === Logo & Navigation Css Open === */
.main_header {
  /**border-bottom: 1px solid rgba(255, 255, 255, 0.7);**/
}
.logo_navigation {
  background: #ffffff;
}
.logo_navigation .navigation_bar {
  position: relative;
}
.logo_navigation .navigation_bar .logo figure {
  margin: 0;
  padding: 15px 0px;
}
.logo_navigation .navigation_bar .logo figure a {
  display: inline-block;
}
.logo_navigation .navigation_bar .logo figure a img {
  max-height: 65px;
}
@media (max-width: 767px) {
.logo_navigation .navigation_bar .logo figure a {
  max-width: 200px;
}
}
.logo_navigation .navigation_bar nav {
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 99999;
}
@media (min-width: 992px) {
.logo_navigation .navigation_bar nav {
  transform: translate(0, -50%);
  -webikit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
}
}
@media (max-width: 991px) {
.logo_navigation .navigation_bar nav {
  position: static;
  background: #eaeaea;
}
.logo_navigation .navigation_bar nav #cssmenu > ul > li > a {
  padding-left: 15px;
  padding-right: 15px;
}
}
.logo_navigation .navigation_bar #cssmenu #menu-button {
  position: absolute;
  top: -65px;
  right: 0;
  z-index: 999;
}
@media (max-width: 767px) {
.logo_navigation .navigation_bar #cssmenu #menu-button {
  top: -60px;
}
.row aside {
  float: right;
}
}
/* === Logo & Navigation Css Close === */
/*== Banner Slider Css Open ==*/
.banner_slider {
  position: relative;
}
.banner_slider .accrediation {
  position: absolute;
  bottom: 15px;
  right: 15px;
  text-align: right;
  z-index: 3;
}
.banner_slider .accrediation .logo_acc span.logo_acc_inner {
  display: block;
  float: left;
  position: relative;
  padding: 2.5px;
  margin-left: 2px;
  background: rgba(255, 255, 255, 0.8);
}
.banner_slider .accrediation .logo_acc span.logo_acc_inner img {
  height: 55px;
  cursor: pointer;
}
.banner_slider .accrediation .logo_acc span.logo_acc_inner img.pop_over {
  position: absolute;
  height: 100px;
  max-width: inherit;
  bottom: 100%;
  margin-bottom: 10px;
  right: 0%;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  padding: 5px;
  background: #ffffff;
}
.banner_slider .accrediation .logo_acc span.logo_acc_inner:hover img.pop_over {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.banner_slider .accrediation figcaption {
  color: #ffffff;
  margin-bottom: 10px;
  display: block;
  text-shadow: 2px 0px 4px black;
}
@media (max-width: 991px) {
.banner_slider {
  margin-top: 0 !important;
}
}
.banner_slider .owl-carousel {
  position: relative;
}
.banner_slider .owl-carousel li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.banner_slider .owl-carousel li img {
  opacity: 0;
  width: 100%;
}
.banner_slider .owl-carousel li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000000;
  opacity: 0.3;
}
.banner_slider .owl-carousel .owl-dots {
  position: absolute;
  margin-top: 0;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  -webikit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  z-index: 9;
}
.banner_slider .banner_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translate(0, -50%);
  -webikit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  z-index: 2;
}
.banner_slider .banner_content_inner h2 {
  margin-top: 0;
  font-size: 40px;
  color: #ffffff;
  font-weight: 700;
  text-shadow: 2px 0px 4px black;
}
@media (max-width: 767px) {
.banner_slider .banner_content_inner h2 {
  font-size: 24px;
}
}
.banner_slider .banner_content_inner h3 {
  font-size: 24px;
  color: #ffffff;
  text-shadow: 2px 0px 4px black;
}
@media (max-width: 767px) {
.banner_slider .banner_content_inner h3 {
  font-size: 18px;
}
}
@media (max-width: 767px) {
.banner_slider .banner_content_inner .readmore {
  margin-top: 15px;
}
}
/*== Banner Slider Css Close ==*/
/*== about us Section Css Open ==*/
.about_us {
  padding: 60px 0px;
  padding-bottom: 30px;
  background: #f5f5f5;
}
@media (max-width: 767px) {
.about_us {
  padding-top: 30px;
  padding-bottom: 15px;
}
}
.about_us .about_us_inner {
  display: flex;
  align-items: center;
  display: -webikit-flex;
  -webikit-align-items: center;
}
@media (max-width: 767px) {
.about_us .about_us_inner {
  display: block;
}
}
.about_us .about_us_inner .about_us_desc {
  padding-bottom: 30px;
}
.about_us .about_us_inner .about_us_desc h3 {
  font-weight: 200;
  text-transform: uppercase;
}
.about_us .about_us_inner .about_us_desc h3 span {
  font-weight: 600;
  color: #9e0105;
}
.about_us .about_us_inner .about_us_desc p {
  text-align: justify;
  margin-bottom: 30px;
}
.about_us .about_us_inner .about_us_desc p span {
  color: #9e0105;
}
.about_us .about_us_inner .about_us_image {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
.about_us .about_us_inner .about_us_image {
  padding-bottom: 0;
}
}
.about_us .about_us_inner .about_us_image figure {
  overflow: hidden;
}
.about_us .about_us_inner .about_us_image figure a {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  display: block;
  line-height: 0;
  background-attachment: scroll;
  position: relative;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.about_us .about_us_inner .about_us_image figure a:before {
  content: "";
  background: url(https://www.legacycitychurch.com/media/cover_art/Play%20Button%20Overlay/imageedit_1_8651219148.png);
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background-attachment: scroll;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
@media (max-width: 767px) {
.about_us .about_us_inner .about_us_image figure a:before {
  opacity: 1;
}
}
.about_us .about_us_inner .about_us_image figure a:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.about_us .about_us_inner .about_us_image figure a:hover:before {
  opacity: 1;
}
.about_us .about_us_inner .about_us_image figure a img {
  width: 100%;
  opacity: 0;
}
/*== about us Section Css close ==*/
/*== Our Country Section Css Open ==*/
.our_countries {
  padding: 15px 0px;
}
.our_countries .row {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.our_countries .row li {
  padding: 15px;
}
.our_countries .row li a {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.our_countries .row li a h4 {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 0;
  padding: 10px 5px;
  background: rgba(14,102,153,0.9);
  background: -moz-linear-gradient(top, rgba(14,102,153,0.9) 0%, rgba(23,55,110,0.96) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(14,102,153,0.9)), color-stop(100%, rgba(23,55,110,0.96)));
  background: -webkit-linear-gradient(top, rgba(14,102,153,0.9) 0%, rgba(23,55,110,0.96) 100%);
  background: -o-linear-gradient(top, rgba(14,102,153,0.9) 0%, rgba(23,55,110,0.96) 100%);
  background: -ms-linear-gradient(top, rgba(14,102,153,0.9) 0%, rgba(23,55,110,0.96) 100%);
  background: linear-gradient(to bottom, rgba(14,102,153,0.9) 0%, rgba(23,55,110,0.96) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e6699', endColorstr='#17376e', GradientType=0 );
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our_countries .row li a h4 > * {
  margin-left: 5px;
}
.our_countries .row li a:hover h4 {
  min-height: 100%;
  max-height: 100%;
}
.our_countries .row li img {
  opacity: 0;
  width: 100%;
}
/*== Our Country Section Css Close ==*/
/*== Our Services Section Css Open ==*/
.our_services {
  background: #1a4182;
  padding-bottom: 50px;
}
.our_services ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.our_services ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  padding: 60px 0px;
  padding-bottom: 0px;
  margin-bottom: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our_services ul li a:hover {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.our_services ul li a .services_icon {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%);
  -webikit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 9;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_services ul li a .services_icon span {
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_services ul li a .services_icon span i {
  color: #1a4182;
  font-size: 30px;
}
.our_services ul li a h4 {
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  margin: 0;
}
@media screen only and (max-width:767px) {
.our_services ul li a h4 {
font-size:16px;
}
}
.our_services ul li a p {
  margin: 0;
  margin-top: 30px;
  max-height: 80px;
  overflow: hidden;
}
/*== Our Services Section Css Close ==*/
/*== Our Courses Section Css Open ==*/
.our_courses {
  padding-bottom: 65px;
}
.our_courses .our_courses_list {
  margin-bottom: 30px;
}
.our_courses .our_courses_list:hover .our_courses_wrapper {
  -webkit-box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
}
.our_courses .our_courses_list figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.our_courses .our_courses_list figure a {
  display: block;
  position: relative;
}
.our_courses .our_courses_list figure a:hover:before {
  background-color: rgba(26, 65, 130, 0.8);
  color: white;
}
.our_courses .our_courses_list figure a:before {
  content: '\f0b2';
  background-color: rgba(26, 65, 130, 0);
  color: rgba(255, 255, 255, 0);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our_courses .our_courses_list figure img {
  width: 100%;
  opacity: 0;
}
.our_courses .our_courses_list .our_courses_wrapper {
  padding: 20px 15px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.our_courses .our_courses_list .our_courses_wrapper .our_courses_desc p {
  margin: 0;
  padding-bottom: 15px;
}
/*== Our Courses Section Css Close ==*/
/*== Testimonial Slider Section Css Open ==*/
.testimonial {
  padding: 90px 0px;
}
@media (max-width: 767px) {
.testimonial {
  padding: 70px 0px;
}
}
@media (max-width: 500px) {
.testimonial {
  padding: 50px 0px;
}
}
.testimonial .testimonial_inner {
  max-width: 570px;
  width: 100%;
  background-image: url(../img/testimonial-icon.png);
  background-repeat: no-repeat;
  background-position: center 60px;
  background-size: 60px;
  padding: 170px 00px;
  padding-bottom: 110px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  float: right;
  text-align: center;
}
@media (max-width: 767px) {
.testimonial .testimonial_inner {
  padding-top: 110px;
  padding-bottom: 80px;
  background-position: center 30px;
}
}
.testimonial .testimonial_inner .carousel {
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
.testimonial .testimonial_inner .carousel .testimonial-caption p.testimonial_content {
  font-weight: 400;
  line-height: 1.7;
  color: #333;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
.testimonial .testimonial_inner .carousel .testimonial-caption p.testimonial_content {
  font-size: 16px;
}
}
.testimonial .testimonial_inner .carousel .testimonial-caption h4.testimonial_author {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
.testimonial .testimonial_inner .carousel .testimonial-caption h4.testimonial_author {
  font-size: 16px;
}
}
@media (max-width: 500px) {
.testimonial .testimonial_inner .carousel .testimonial-caption h4.testimonial_author {
  font-size: 14px;
}
}
.testimonial .testimonial_inner .carousel .testimonial-caption h5.testimonial_designation {
  font-size: 14px;
  color: #999999;
  text-transform: capitalize;
  font-style: normal;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 400;
}
@media (max-width: 767px) {
.testimonial .testimonial_inner .carousel .testimonial-caption h5.testimonial_designation {
  font-size: 12px;
}
}
.testimonial .testimonial_inner .carousel .carousel-indicators {
  bottom: -80px;
}
@media (max-width: 767px) {
.testimonial .testimonial_inner .carousel .carousel-indicators {
  bottom: -70px;
}
}
.testimonial .testimonial_inner .carousel .carousel-indicators li {
  width: 10px;
  height: 10px;
  border: 2px solid transparent;
  background: #999;
  margin: 5px;
}
.testimonial .testimonial_inner .carousel .carousel-indicators li.active {
  border-color: #17376e;
  background: transparent;
  margin: 5px;
}
/*== Testimonial Slider Section Css close ==*/
/*== Latest News Section Css Open ==*/
.latest_news {
  padding-bottom: 65px;
  background: #f2f2f2;
}
.latest_news ul.owl-carousel {
  position: relative;
}
.latest_news ul.owl-carousel .owl-dots {
  /* position: absolute;
  bottom: 0;
  right: 15px; */
}
.latest_news .news_list {
  margin-bottom: 30px;
}
.latest_news.our_eng .news_list {
  border-radius: 100%;
  /* padding: 15px; */
  /* overflow: hidden; */
}
.latest_news.our_eng .news_list h3 {
  text-align: center;
}
.latest_news .news_list:hover .news_content_wrapper {
  -webkit-box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 12px 4px rgba(59, 59, 59, 0.15);
}
.latest_news.our_eng .news_list .news_image {
  padding: 8px;
  /* background: #ffffff; */
  border-radius: 100%;
  background: #1C427F;
  position: relative;
  margin: 0 14px;
  /* margin-bottom: 34px; */
}
/* .latest_news.our_eng .news_list .news_image:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #1C427F transparent transparent transparent;
  bottom: -22px;
  margin: auto;
  z-index: 1;
  left: 37%;
} */

.arrow-bg{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 30px 0 30px;
  border-color: #1C427F transparent transparent transparent;
  margin: -8px auto 20px;

}

.procedure_list a{
  display: block;
  text-align: center;
  background: #fff;
  margin-bottom: 20px;
}
.preparation-block-wrapper{
  background: white;
  padding: 15px 20px;
  text-align: center;
}

.preparation-block-wrapper h4 a{
  font-size: 16px;
}

.preparation-block-wrapper h3 a{
  background: #1C427F;
  font-size: 14px;
  color: #fff;
  padding: 10px 13px;
  border-radius: 22px;
}

.preparation-block-wrapper h3 a:hover{
  background: black;
}

@media (max-width: 1024px) {
  /* .latest_news.our_eng .news_list .news_image:before{
    border-width: 20px 20px 0 20px;
    bottom: -14px;
    left: 38%;
  } */
  .preparation-block-wrapper{
    margin: 0 16px;
	padding: 5px 65px;
  }
}


.latest_news.our_eng .news_list figure {
  border-radius: 100%;
  overflow: hidden;
}
.latest_news .news_list figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 4px 4px 0px 0px;
  overflow: hidden;
}
.latest_news.our_eng .news_list figure {
  background-size: contain;
  background-color: #ffffff;
}
.latest_news .news_list figure a {
  display: block;
  position: relative;
}
.latest_news .news_list figure a:hover:before {
  background-color: rgba(26, 65, 130, 0.8);
  color: white;
}
.latest_news .news_list figure a:before {
  content: '\f0b2';
  background-color: rgba(26, 65, 130, 0);
  color: rgba(255, 255, 255, 0);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.latest_news .news_list figure img {
  width: 100%;
  opacity: 0;
}
.latest_news .news_list .news_content_wrapper {
  padding: 30px 20px;
  border-radius: 0px 0px 4px 4px;
  -webkit-box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  -moz-box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  box-shadow: 0px 4px 50px 4px rgba(59, 59, 59, 0.15);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.latest_news .news_list .news_content_wrapper time {
  font-style: italic;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 20px;
}
.latest_news .news_list .news_content_wrapper time i {
  margin-right: 5px;
  color: #1a4182;
  font-size: 12px;
}
.latest_news .news_list .news_content_wrapper .news_content_desc p {
  margin: 0;
  padding-bottom: 15px;
}

@media (max-width: 760px) {
  .latest_news.our_eng .news_list .news_image{
    /* width: 300px; */
    margin: auto;
  }
  .preparation-block-wrapper{
    margin: 0 16px;
	padding: 5px 85px;
  }

  .preparation-block-wrapper h4 a{
    font-size: 18px;
    text-transform: uppercase;
  }
}
/*== Latest News Section Css Close ==*/
/*== Video Channel Section Css Open ==*/
.video_channel {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  padding-bottom: 65px;
}
.video_channel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(40,148,215,0.9)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#2894d7', GradientType=0 );
  z-index: 2;
}
.video_channel .container {
  position: relative;
  z-index: 3;
}
.video_channel .video_list > a {
  display: block;
  position: relative;
}
.video_channel .video_list > a:hover:before {
  background-color: rgba(26, 65, 130, 0.8);
  color: white;
}
.video_channel .video_list > a:before {
  content: '\f16a';
  background-color: rgba(26, 65, 130, 0);
  color: rgba(255, 255, 255, 0);
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  font-size: 32px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.video_channel .video_list h4 a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.video_channel .video_list h4 a:hover {
  color: #2992d3;
}
.video_channel .owl-dots {
  padding: 30px 0px;
}

.video_channel11 .owl-carousel li{
  background: white;
  text-align: center;
  padding-bottom: 11px;
  margin-bottom: 30px;
}

.video_channel11 .owl-carousel li a img{
  padding:0
}
/*== Video Channel Section Css Close ==*/
/*== Our University Partner Section Css Open ==*/
.our_university {
  padding: 40px 0px;
}
.our_university .section_title_wrapper {
  padding: 0;
  margin-bottom: 30px;
}
#carousel div {
  text-align: center;
  width: 140px;
  height: 86px;
  padding: 0 20px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#carousel div a {
  display: block;
}
#carousel div img {
  max-width: 100%;
  max-height: 100%;
}
/*== Our University Partner Section Css Close ==*/
/*== Contact Details Section Css Open ==*/
.contact_details {
  position: relative;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact_details:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*
background: rgba(23,55,110,1);
background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(20,114,168,1)));
background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#1472a8', GradientType=0 );
opacity:0.9; */
  z-index: 1;
  background: #2992D3;
}
.breadcrumb {
  background: #17376e;
}
.breadcrumb li.active {
  color: rgba(255,255,255,1);
}
.breadcrumb a {
  color: rgba(255,255,255,0.7);
}
.breadcrumb a:hover {
  color: rgba(255,255,255,1);
}
.contact_details .container {
  position: relative;
  z-index: 2;
}
.contact_details .container ul.row {
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
.contact_details .container ul.row li:last-of-type .contact_details_list {
  margin-bottom: 0;
}
.contact_details .container ul.row li:last-of-type .contact_details_list .border {
  border-right: 1px solid #f2f2f2;
}
@media (max-width: 767px) {
.contact_details .container ul.row li:last-of-type .contact_details_list .border {
  border-right: none;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px;
}
}
.contact_details .container ul.row li .contact_details_list {
  color: #f2f2f2;
  padding-bottom: 30px;
}
.contact_details .container ul.row li .contact_details_list figure {
  position: relative;
  zoom: 1;
}
.contact_details .container ul.row li .contact_details_list figure:after, 
.contact_details .container ul.row li .contact_details_list figure:before,
.innerpage_wrapper .container ul.row li .contact_details_list figure:after, 
.innerpage_wrapper .container ul.row li .contact_details_list figure:before {
  content: "";
  display: table;
}
.contact_details .container ul.row li .contact_details_list figure:after,
.innerpage_wrapper .container ul.row li .contact_details_list figure:after
 {
  clear: both;
}
.contact_details .container ul.row li .contact_details_list figure img,
.innerpage_wrapper .container ul.row li .contact_details_list figure img {
  border: 1px solid #f2f2f2;
  width: 30px;
  border-radius: 100%;
  height: 30px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}
.contact_details .container ul.row li .contact_details_list figure figcaption,
.innerpage_wrapper .container ul.row li .contact_details_list figure figcaption {
  float: right;
  width: -moz-calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
  width: calc(100% - 35px);
}
.innerpage_wrapper .contact_details_desc p{color: #060606;    border-color: #000;}
.innerpage_wrapper .equal_height.country{margin-bottom: 30px;}
.contact_details .container ul.row li .contact_details_list .contact_details_desc a  {
  display: inline-block;
  color: #f2f2f2;
}
.contact_details .container ul.row li .contact_details_list .contact_details_desc a span {
  color: #f2f2f2;
  display: block;
}
.contact_details .container ul.row li .contact_details_list .contact_details_desc a span:hover {
  color: rgba(255,255,255,0.7);
}
.contact_details .container ul.row li .contact_details_list .contact_details_desc a:hover {
  color: rgba(255,255,255,0.7);
}
/*== Contact Details Section Css Close ==*/
/*== Footer Css Open ==*/
.bottom_footer {
  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(20,114,168,1)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#1472a8', GradientType=0 );
  padding-top: 20px;
  padding-bottom: 10px;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.2);
}
.bottom_footer a {
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bottom_footer a:hover {
  color: #1a4182;
}
.bottom_footer .bottom_footer_left {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
.bottom_footer .bottom_footer_left {
  float: left;
}
}
.bottom_footer .bottom_footer_right {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
.bottom_footer .bottom_footer_right {
  float: right;
}
}
/*== Footer Css Close ==*/
/* === Scroll To Top Custom Css Open === */
#toTop {
  display: block;
  line-height: 0;
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 7px 10px;
  color: #fff;
  background: #1a4182;
  z-index: 99;
}
/* === Scroll To Top Custom Css Close === */
/* === Bootstrap Element EDIT Css Open === */
hr {
  margin-top: 30px;
  margin-bottom: 30px;
}
.grid {
  zoom: 1;
  margin-left: -15px;
  margin-right: -15px;
  list-style: none;
  padding-left: 0;
}
.grid:after, .grid:before {
  content: "";
  display: table;
}
.grid:after {
  clear: both;
}
.grid li {
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
.grid li {
  width: 100% !important;
}
}
.grid li figure {
  margin: 0;
}
.grid li > a {
  position: relative;
  display: block;
}
.grid li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-image: url(../img/expand.svg);
  background-position: center center;
  background-size: 0;
  background-color: 0, 0, 0, 0;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.grid li > a:hover:before {
  background-color: rgba(26, 65, 130, 0.7);
  background-size: 50px;
}
.grid li img {
  width: 100%;
}
.grid li h5 {
  margin-bottom: 0;
}
ul, ol {
  padding-left: 15px;
}
.list-group {
  margin-bottom: 30px;
  list-style: none;
}
.list-group .list-group-item:last-child {
  border-radius: 0;
}
/* === Bootstrap Element EDIT Css Close === */
/* ===================================================================== Innerpage Css Open ================================================================== */
/* === Innerpage Navigation Bar Color Css Open === */
.innerpage_wrapper .section_title {
  margin-bottom: 30px;
}
.innerpage .main_header {
  background: #17376e;
}
.modal {
  z-index: 999;
}
/* === Innerpage Navigation Bar Color Css Close === */
/* === Innerpage Our Services Css Open === */
.our_services_inner ol {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.our_services_inner ol li h4 {
  font-weight: 500;
  margin: 0;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.our_services_inner ol li h4 i {
  margin-right: 5px;
  color: #1a4182;
  font-size: 30px;
}
.our_services_inner ol li p:last-of-type {
  margin-bottom: 30px;
}
/* === Innerpage Our Services Css Close === */
/* === Innerpage Latest News Css Open === */
.innerpage_wrapper .latest_news ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* === Innerpage Latest News Css Close === */
/* === Innerpage Our Courses Css Open === */
.innerpage_wrapper .our_courses ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
/* === Innerpage Our Courses Css Close === */
/* === Innerpage Photo Gallery Css Open === */
.innerpage_wrapper .inner_video_gallery .grid li > a:before {
  background-image: url(../img/youtube.svg);
}
/* === Innerpage Photo Gallery Css Close === */
/* === Innerpage Contact Us Css Open === */
/* Flat iconbox
-------------------------------------------------------------- */
.iconbox {
  background: #f2f2f2;
  padding: 40px 40px 30px 40px;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconbox:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.iconbox .box-header {
  margin-bottom: 20px;
}
.iconbox .box-header .box-icon i {
  font-size: 28px;
  position: absolute;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  width: 60px;
  height: 60px;
  background-color: #2095f2;
  text-align: center;
  line-height: 60px;
  top: 0;
  left: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconbox:hover .box-header .box-icon i {
  background-color: #1a4182;
}
.iconbox .box-header .box-icon i.icons {
  font-size: 32px;
}
.iconbox .box-header .box-icon img {
  margin-bottom: -15px;
}
.iconbox .box-header .box-title {
  margin: 45px 0 0 0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.1;
}
.iconbox .box-content p i.fa {
  margin-right: 5px;
}
.iconbox .box-readmore {
  margin-top: 20px;
}
.iconbox .box-readmore a {
  color: #18ba60;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-transform: uppercase;
}
.iconbox .box-readmore a:after {
  content: "\f054";
  font-family: "fontAwesome";
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
}
.iconbox .box-readmore a:before {
  content: "";
  position: absolute;
  height: 5px;
  left: 0;
  bottom: -30px;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.iconbox .box-readmore a:hover:before {
  width: 100%;
  background-color: #18ba60;
}
.iconbox:hover .box-header .box-icon i:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* Flat contact us
-------------------------------------------------------------- */
.contact_us_page_form {
  padding: 20px 50px;
  background: #f2f2f2;
  margin-bottom: 30px;
}
.contact_us_page_form .social-links {
  margin-bottom: 15px;
}
.flat-contact-us {
  text-align: center;
}
.flat-contact-us .title {
  margin-bottom: 10px;
}
.flat-contact-us .desc {
  margin-bottom: 30px;
}
/* flat contact us style1 */
.flat-contact-us.style1 {
  text-align: left;
}
.flat-contact-us.style1 .desc {
  margin-bottom: 20px;
}
/* Flat contactform
-------------------------------------------------------------- */
form#contactform span {
  display: block;
}
form#contactform input, form#contactform select {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #676767;
  background: transparent;
}
form#contactform input[type=email]:focus, form#contactform select[type=email]:focus {
  outline: none;
}
form#contactform input[type=submit], form#contactform select[type=submit] {
  background: #1a4182;
  text-transform: uppercase;
  color: #ffffff;
  border-color: #1a4182;
}
form#contactform input[type=submit]:hover, form#contactform select[type=submit]:hover {
  background: #2095f2;
  border-color: #2095f2;
}
form#contactform textarea {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #676767;
  height: 199px;
  background: transparent;
}
/* Flat social
-------------------------------------------------------------- */
.social-links a i {
  width: 28px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  position: relative;
  top: 0;
  border: 1px solid transparent;
}
.social-links a i.fa-skype, .social-links a i.fa-twitter {
  background: #1cb7eb;
}
.social-links a i.fa-facebook-official {
  background: #496fa4;
}
.social-links a i.fa-linkedin {
  background: #008ec1;
}
.social-links a i.fa-google-plus {
  background: #f78222;
}
.social-links a i:hover {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}
.social-links.style1 a i:hover {
  background-color: #f78222;
}
fieldset {
  padding: .35em .625em .75em;
  margin: 0 15px;
  margin-bottom: 30px;
  border: 1px solid silver;
}
.form-group label {
  color: #222222;
}
.form-control {
  border-radius: 0;
  height: auto;
  border: 1px solid #bababa;
  box-shadow: none;
  padding: 9px 12px;
}
 @media screen and (-webkit-min-device-pixel-ratio: 0) {
input[type=date], input[type=time], input[type=datetime-local], input[type=month] {
  line-height: 1.42857143;
}
}
/* === Innerpage Contact Us Css Close === */
/* ===================================================================== Innerpage Css Close ================================================================== */

/*# sourceMappingURL=style.css.map */
.counter-up {
  text-align: center;
}
.counter-up figure img {
  height: 60px;
}
.counter-up figure figcaption {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #17376e;
}
.counter-up figure figcaption .counter_title {
  display: block;
  font-size: 18px;
}
 @media only screen and (max-width:991px) {
#cssmenu ul ul, #cssmenu ul ul ul {
  background: transparent;
}
}
#contactform input, #contactform select {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #676767;
  background: transparent;
}
#contactform span {
  display: block;
}
#contactform textarea {
  width: 100%;
  border: 1px solid #bababa;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #676767;
  height: 199px;
  background: transparent;
}
.establishment {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9;
  height: 100px;
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  /*background: #1a4182;*/
  background: #fff;
  margin: auto;
  text-align: center;
  display: flex;
}
.preloader img {
  margin: auto;
}
.preloader > i {
  position: absolute;
  font-size: 36px;
  line-height: 36px;
  top: 50%;
  left: 50%;
  height: 36px;
  color: #fff;
  width: 36px;
  margin-top: -15px;
  margin-left: -15px;
  display: inline-block;
}
/*== Services Section Css Open ==*/
.services {
  padding-bottom: 50px;
  background: #fff;
}
@media (max-width: 767px) {
.services {
  padding-bottom: 20px;
}
}
@media (max-width: 500px) {
.services {
  padding-bottom: 10px;
}
}
.services .service_inner ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
  margin-top: 0;
}
.services .service_inner ul li a {
  display: block;
}
.services .service_inner ul li a:hover .service_item .service_desc h3 {
  color: #1A4182;
  left: 10px;
}
.services .service_inner ul li a .service_item {
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
.services .service_inner ul li a .service_item {
  margin-bottom: 30px;
}
}
@media (max-width: 500px) {
.services .service_inner ul li a .service_item {
  margin-bottom: 20px;
  padding-left: 0;
}
}
.services .service_inner ul li a .service_item > img {
  position: absolute;
  width: auto;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0;
}
.services .service_inner ul li a .service_item > .services_icon {
  position: absolute;
  width: auto;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0;
}
.services .service_inner ul li a .service_item > .services_icon i {
  font-size: 50px;
  color: #1A4182;
}
@media (max-width: 500px) {
.services .service_inner ul li a .service_item > .img {
  position: static;
  height: auto;
  max-width: 50px;
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
  margin: 0 auto;
}
.services .service_inner ul li a .service_item > .services_icon {
  position: static;
  height: auto;
  max-width: 50px;
  padding-top: 5px;
  padding-bottom: 15px;
  display: block;
  margin: 0 auto;
}
}
.services .service_inner ul li a .service_item .service_desc h3 {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  left: 0;
  display: inline-block;
  font-size: 18px;
}
@media (max-width: 767px) {
.services .service_inner ul li a .service_item .service_desc h3 {
  font-size: 16px;
  display: block;
}
}
@media (max-width: 500px) {
.services .service_inner ul li a .service_item .service_desc h3 {
  font-size: 14px;
  text-align: center;
}
}
.services .service_inner ul li a .service_item .service_desc p {
  line-height: 2;
  color: #727e85;
}
@media (max-width: 500px) {
.services .service_inner ul li a .service_item .service_desc p {
  text-align: center;
}
}
#cssmenu ul li:nth-child(10n) {
  background: #153163;
  padding-right: 10px;
  border-radius: 20px
}
#cssmenu ul li:nth-child(10n) a {
  color: #fff;
}
/*== Services Section Css close ==*/
.counter-up {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
 @media screen and (max-width:767px) {
.scrolled {
  position: relative !important;
}
}
.procedure {
  /**padding-bottom: 65px;**/
  background: #f2f2f2;
}
.procedure ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.procedure ul li {
  text-align: center;
}
.procedure ul li img {
  max-width: 100%;
  display: inline-block;
}
/*css started for the gallery page*/


.nopadding {
  padding: 0px;
}
.sec-title {
  position: relative;
  margin-bottom: 60px;
}
.sec-title .title {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fdda33;
  font-weight: 500;
  margin-bottom: 30px;
}
.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 1em;
  color: #212639;
  font-weight: 400;
  padding-bottom: 30px;
  z-index: 2;
}
.sec-title.active h2:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.sec-title h2:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  height: 3px;
  width: 50px;
  content: "";
  background-color: #d1d2d6;
}
.sec-title.light h2 {
  color: #ffffff;
}
.sec-title.light h2:after {
  opacity: .20;
  background-color: #ffffff;
}
.sec-title.text-center h2:before, .sec-title.text-center h2:after {
  right: 0;
  left: 0;
  margin: 0 auto;
}
.sec-title.text-center h2:before {
  opacity: .60;
}
.speakers-section {
  background: #eeeeee;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}
.speaker-block {
  position: relative;
  margin-bottom: 40px;
}
.speaker-block .inner-box {
  position: relative;
}
.speaker-block .image-box {
  position: relative;
  padding: 6px;
  background-color: white;
  overflow: hidden;
}
.speaker-block .image-box .image:after, .speaker-block .image-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  content: "";
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
  background-color: rgba(35, 142, 209,0.8);
*/  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(20,114,168,1)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: linear-gradient(to bottom, rgb(37, 144, 211) 0%, #9fe1ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#1472a8', GradientType=0 );
}
.speaker-block .inner-box:hover .image-box .image:after, .speaker-block .inner-box:hover .image-box:before {
  height: 100%;
}
.speaker-block .image-box .image:after {
  opacity: .40;
  z-index: 1;
  top: auto;
  bottom: 0;
  background-color: #4a34a5;
}
.speaker-block .image-box .image {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
  overflow: hidden;
}
.speaker-block .image-box .image img {
  display: block;
  width: 100%;
  height: auto;
}
.speaker-block .links {
  position: absolute;
  left: 0;
  bottom: -140px;
  padding: 20px;
  width: 100%;
  z-index: 9;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  transition: all 700ms ease;
}
.speaker-block .links ul {
  position: relative;
  text-align: center;
}
.speaker-block .links li {
  position: relative;
  display: inline-block;
  margin: 0 9px;
}
.speaker-block .links li a {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 6px 20px;
  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(20,114,168,1)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#1472a8', GradientType=0 );
}
.speaker-block .links li a:hover {
  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(20,114,168,1)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
  background: linear-gradient(to bottom, rgba(23,55,110,1) 0%, rgba(20,114,168,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#1472a8', GradientType=0 );
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block .inner-box:hover .links {
  bottom: 0;
}
.speaker-block .caption-box {
  position: relative;
  left: 0px;
  top: -15px;
  text-align: center;
}
.speaker-block .image-box .image img {
  display: block;
  width: 100%;
  max-height: 167px;
}
.speaker-block .caption-box .name {
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 10px;
  background: white;
  top: 8px;
}
.speaker-block .caption-box .name a {
  color: #003a94;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
  font-size: 15px;
  font-weight: 700;
}
.speaker-block .caption-box .name a:hover {
  color: #2992d3;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block .links li a:hover {
  color: white;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speaker-block .links ul:hover {
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.speakers-section {
  margin: 30px 0px;
}
.speakers-section .row {
  background: #e9e9e9;
}
.speaker-block .caption-box .designation {
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  opacity: .70;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background: #e9e9e9;
}
 @media only screen and (max-width:992px) {
.speaker-block .image-box .image img {
  display: block;
  width: 100%;
  max-height: none;
  height: 100%;
}
}
.inner-box {
  background: #fff none repeat scroll 0 0;
  -moz-box-shadow: 0 0 6px #ccc;
  -webkit-box-shadow: 0 0 6px #ccc;
  -o-box-shadow: 0 0 6px #ccc;
  box-shadow: 0 0 6px #ccc;
  overflow: hidden;
}
}
.video_wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  height: 100vh;
  top: 72px;
}
.video_wrapper .video_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.video_wrapper .video_inner a {
  display: inline-block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}
.video_wrapper .video_inner a img {
  width: 100px
}
.video_wrapper .video_inner a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
/*css for the video banner from dolphin*/
.video_banner {
  position: relative!important;
  overflow: hidden;
  width: 100%;
  height: 85vh;
  text-align: center;
  top: 0px!important;
}
/*
.video_banner:before {
position: absolute;
top: 0;
left: 0;
width: 100%;
height:100%;
content: '';
background: #000;
opacity: 0.3;
z-index: 9;
}

*/
.plyr {
  position: relative;
  max-width: 100%;
  min-width: 200px;
  font-family: Avenir, 'Avenir Next', 'Helvetica Neue', 'Segoe UI', Helvetica, Arial, sans-serif;
  direction: ltr;
}
.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  border-radius: inherit;
  overflow: hidden;
  z-index: 0;
  cursor: pointer;
}
.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}
.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plyr .plyr__video-embed iframe {
  pointer-events: none;
}
.plyr .plyr__play-large {
  display: inline-block;
}
.plyr__play-large {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  background: #3498db;
  border: 4px solid currentColor;
  border-radius: 100%;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.15);
  box-shadow: 0 1px 1px rgba(0,0,0,.15);
  color: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}
.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
}
.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 50px 10px 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,.5)));
  background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
}
.plyr__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
  pointer-events: none;
}
.plyr__controls .plyr__progress:first-child, .plyr__controls .plyr__time:first-child, .plyr__controls>button:first-child {
  margin-left: 0;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr__controls>* {
  pointer-events: all;
}
.plyr, .plyr *, .plyr ::after, .plyr ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr--playing .plyr__controls [data-plyr=play], .plyr__controls [data-plyr=pause] {
  display: none;
}
.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
}
.plyr .plyr__progress {
  display: inline-block;
}
@media (min-width: 480px) .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
margin-left: 10px;
}
.plyr__progress {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.plyr__controls>* {
  pointer-events: all;
}
.plyr a, .plyr button, .plyr input, .plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}
.plyr__progress--played, .plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  -webkit-transition: none;
  transition: none;
}
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr--video .plyr__progress--buffer {
  color: rgba(255,255,255,.25);
}
.plyr--video .plyr__progress--buffer, .plyr--video .plyr__volume--display {
  background: rgba(255,255,255,.25);
}
.plyr__progress--buffer, .plyr__progress--played, .plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 100px;
}
.plyr__progress .plyr__tooltip {
  left: 0;
}
.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  pointer-events: none;
  opacity: 0;
  background: rgba(0,0,0,.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  -webkit-transform: translate(-50%, 10px) scale(.8);
  transform: translate(-50%, 10px) scale(.8);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: opacity .2s .1s ease, -webkit-transform .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
  transition: transform .2s .1s ease, opacity .2s .1s ease, -webkit-transform .2s .1s ease;
}
.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0,0,0,.7);
  border-left: 4px solid transparent;
  z-index: 2;
}
@media (min-width: 480px) .plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
margin-left: 10px;
}
.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__sr-only {
  clip: rect(1px,1px,1px,1px);
  overflow: hidden;
  position: absolute!important;
  padding: 0!important;
  border: 0!important;
  height: 1px!important;
  width: 1px!important;
}
@media (min-width: 768px) .plyr .plyr__volume {
max-width: 100px;
}
@media (min-width: 480px) .plyr .plyr__volume {
display: block;
max-width: 60px;
}
.plyr .plyr__volume {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.plyr__controls .plyr__volume {
  margin-left: 5px;
}
.plyr__volume {
  display: none;
}
.plyr__controls>* {
  pointer-events: all;
}
.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen] {
  display: none;
}
@media (min-width: 480px) {
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
  margin-left: 10px;
}
}
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
.plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}
.plyr [data-plyr=captions], .plyr [data-plyr=fullscreen] {
  display: none;
}
@media (min-width: 480px) {
.plyr__controls .plyr__progress, .plyr__controls .plyr__time, .plyr__controls>button {
  margin-left: 10px;
}
}
.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: background .3s ease, color .3s ease, opacity .3s ease;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}
.plyr__controls .icon--captions-on, .plyr__controls .icon--exit-fullscreen, .plyr__controls .icon--muted {
  display: none;
}
.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}
 @media only screen and (max-width:1165px) {
.video_banner {
  height: 64vh;
}
}
 @media only screen and (max-width:1024px) {
.video_banner {
  height: 42vh;
}
}
 @media only screen and (max-width:768px) {
.video_banner {
  height: 42vh;
  top: 30px;
  margin-bottom: 0px;
}
}
 @media only screen and (max-width:557px) {
.video_banner {
  height: 35vh;
  margin-bottom: 30px;
}
}
.register_now_btn {
  position: absolute;
  right: 98px;
  top: 196px;
  z-index: 1;
  overflow: hidden;
  background: #1b4283;
  color: #ffffff;
  padding: 8px 15px;
  font-size: 25px;
  font-weight: 900;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition: 0.5s ease;
}
.register_now_btn:hover {
  color: white;
  transition: 0.5s ease;
}
 @media only screen and (max-width:1920px) {
.register_now_btn {
  right: 98px;
  top: 169px;
  padding: 8px 15px;
  font-size: 20px;
}
}
@media only screen and (max-width:1920px) {
.register_now_btn {
  right: 98px;
  top: 159px;
  padding: 8px 15px;
  font-size: 20px;
}
}
@media only screen and (max-width:1590px) {
.register_now_btn {
  right: 85px;
  top: 130px;
  padding: 8px 15px;
  font-size: 20px;
}
}
@media only screen and (max-width:1450px) {
.register_now_btn {
  right: 85px;
  top: 120px;
  padding: 8px 15px;
  font-size: 16px;
}
}
@media only screen and (max-width:1340px) {
.register_now_btn {
  right: 85px;
  top: 110px;
  padding: 8px 15px;
  font-size: 20px;
}
}
@media only screen and (max-width:1200px) {
.register_now_btn {
  right: 55px;
  top: 90px;
  padding: 8px 15px;
  font-size: 16px;
}
}
@media only screen and (max-width:1024px) {
.register_now_btn {
  right: 50px;
  top: 70px;
  padding: 8px 15px;
  font-size: 16px;
}
}
@media only screen and (max-width:997px) {
.register_now_btn {
  right: 55px;
  top: 60px;
  padding: 8px 11px;
  font-size: 15px;
}
}
 @media only screen and (max-width:800px) {
.register_now_btn {
  left: 0px;
  top: 120px;
  max-width: 106px;
  font-size: 10px;
  border-radius: 0px;
}
}
 @media only screen and (max-width:415px) {
.register_now_btn {
  left: 0px;
  top: 80px;
  max-width: 80px;
  font-size: 9px;
  border-radius: 0px;
  padding: 5px 4px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
}
/*css started for the gallery page*/

/*css for the abroad study page begins*/
.section_title_wrapper {
  padding-bottom: 20px!important;
}
.our_countries .row {
  padding-bottom: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our_countries .row li {
  margin-right: 30px!important;
}
.container-fluid {
  position: relative;
  z-index: 999;
}
.our_countries .section_title_wrapper .section_title {
  color: white;
}
.our_countries .section_title_wrapper .title_line i {
  color: white;
}
.video_channel1:before {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(23,55,110,1);
  background: -moz-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(23,55,110,1)), color-stop(100%, rgba(40,148,215,0.9)));
  background: -webkit-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -o-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: -ms-linear-gradient(top, rgba(23,55,110,1) 0%, rgba(40,148,215,0.9) 100%);
  background: linear-gradient(to bottom, rgba(41, 146, 211, 0.86) 0%, rgba(18, 164, 255, 0.84) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17376e', endColorstr='#2894d7', GradientType=0 );
  z-index: 2;
  overflow: hidden;
}
/*css for the abroad study page begins*/
/*css for the hover effect begins*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(23, 55, 110, 0.46);
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out
}
.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  background: rgb(23 55 110 / 88%);
  -webkit-transform: translatey(-70px);
  -ms-transform: translatey(-70px);
  transform: translatey(-70px);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px;
}
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 10px 30px;
  position: relative;
  top: 47%;
  font-size: 16px;
  background: #2996d8;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect:hover img {
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
}
.hovereffect:hover h2, .hovereffect:hover a.info {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}
.hovereffect:hover a.info {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.abroad_section_slider .owl-carousel .owl-dots .owl-dot {
  height: 14px;
  width: 14px;
  margin: 10px 5px;
  border-radius: 100%;
  background: #379cd9;
}
.abroad_section_slider .owl-carousel .owl-dots .owl-dot.active {
  background: #1a4182;
}
.abroad_section_slider {
  margin: 10px 40px;
}
.testimonials {
  padding-bottom: 2.2em;
  text-align: center;
  color: #666;
}
.testimonials h1 {
  color: #fff;
  font-size: 1.3em;
  position: relative;
  z-index: 99;
  padding: 30px 0px 0px 0px;
}
.testimonials .test-body {
  padding: 1em;
  position: relative;
  z-index: 999;
}
.testimonials .item {
  text-align: center;
  /* padding: 1em 0; */
}
.testimonials img {
  max-width: 180px;
  width: 100%;
  height: 180px;
  border-radius: 50%;
  border: 3px solid #3f6fc4;
  display: block;
  margin: 0 auto;
}
.testimonials .name {
  /* color: white; */
}
.testimonials .desig {
  font-size: 16px;
  padding: 0.5em 0;
  /* color: white; */
  font-weight: 500;
}
.testimonials .share {
  margin: 0 auto;
  width: 5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonials i {
  color: #bfbfbf;
  padding: 0.5em 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
.testimonials i:hover {
  color: blue;
}
.testimonials p {
  text-align: center;
  /* background: white; */
  color: black;
  /* padding: 30px 30px 30px 30px; */
  text-align: center;
  border-radius: 20px;
  font-weight: 400;
  /* max-width: 330px; */
  width: 100%;
  margin: 0 auto;
  display: block;
}
.testimonials button {
  font-size: 1em;
  background-color: blue;
  color: white;
  padding: 0.8em 2em;
  border-radius: 2em;
  border: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.testimonials button:hover {
  background-color: #444;
}
 @media (min-width: 38.4rem) {
.testimonials {
font-size: 1.2em;
}
 .testimonials .test-body {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
 .testimonials p {
text-align: center;
}
}
.testimonials p {
  color: black;
  font-weight: 400; 
  margin-top: 20px;
  height: 300px;
  line-height: 25px;
}
.testimonials img {
  margin-bottom: 15px;
}

.test_title:before {
  content: "\f10d ";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #ffffff;
  padding-right: 10px;
  position: relative;
  bottom: 10px;
}
.test_title:after {
  content: "\f10e ";
  font-family: "FontAwesome";
  font-size: 12px;
  color: #ffffff;
  padding-left: 10px;
  position: relative;
  bottom: 10px;
}
.view_btn {
  background: #3f6fc4;
  color: white;
  padding: 10px 15px;
  border-radius: 15px;
  position: relative;
  z-index: 99;
}
.test-body .owl-carousel .owl-next span {
  display: none;
}
.test-body .owl-carousel .owl-prev span {
  display: none;
}
.testimonials p {
  height: 380px;
  background: rgba(255,255,255,0.7);
}
.testimonials {
  margin: 20px 20px;
  background: #153163;
}
.testimonials img {
  max-width: 170px;
  height: 170px!important;
  width: 100%;
  height: 180px;
  border-radius: 50%;
  border: 3px solid #3f6fc4;
  display: block;
  margin: 0 auto;
}
/*css for the testimonial inner page*/
/*
.testimonial--list { 
columns: 4 300px;
column-gap: 2rem;
padding:60px 0px;
}*/

.testimoniall {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
.testimonial1 {
  cursor: pointer;
  background: #fff;
  border-radius: 0.6rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  padding: 0 2rem 3rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.testimonial1::before {
  background: #238ed1;
  content: '';
  display: inline-block;
  width: 100%;
  height: 7rem;
  position: absolute;
}
.testimonial1 img {
  border-radius: 50%;
  border: 0.4rem solid #fff;
  display: block;
  width: 10rem;
  height: 10rem;
  margin: 3rem 0 2rem;
  padding: 0;
  z-index: 1;
}
.testimonial1 blockquote {
  color: #657781;
  font-size: 1.2rem;
  max-width: 75ch;
  margin: 0;
  padding: 0 0 1rem;
}
.testimonial1 blockquote p {
  border-left: 0.3rem solid rgba(35, 142, 209, 0.28);
  display: inline-block;
  position: relative;
  line-height: 1.5;
  letter-spacing: 0.01em;
  padding: 0 0 0 1.5rem;
  margin-left: -0.5rem;
  font-size: 13px;
}
.testimonial1 blockquote p::before, .testimonial1 blockquote p::after {
  display: inline-block;
  font-size: 2.5em;
  line-height: 0;
  margin-top: 0.25em;
  opacity: 0.2;
  vertical-align: middle;
}
.testimonial1 blockquote p::before {
  content: '“';
  margin-right: 0.2em;
}
.testimonial1 blockquote p::after {
  content: '”';
  margin-left: 0.2em;
}
.testimonial1 blockquote cite {
  display: block;
  font-size: 14px;
  font-style: normal;
  text-align: right;
  text-transform: capitalize;
  margin: 1em 2rem;
}
.testimonial1 blockquote cite::before {
  content: "— ";
}
.our_university {
  background: transparent;
}
.logo_acc img {
  height: 60px;
  cursor: pointer;
  margin-left: 20px;
  background: white;
  border-radius: 10px;
}
@media (max-width: 767px) {
.logo_navigation .navigation_bar #cssmenu #menu-button {
  top: -70px;/* top: 0px; */
}
}
element.style {
}
@media (max-width: 767px) .logo_navigation .navigation_bar #cssmenu #menu-button {
 top: -70px;
/* top: 0px; */
}
.logo_navigation .navigation_bar #cssmenu #menu-button {
  position: absolute;
  /* top: -65px; */
  right: 0;
  z-index: 999;
}
@media (max-width: 991px) {
#cssmenu #menu-button {
  display: inline-block;
  padding: 20px;
  color: #2992d3;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  background: #295890;
}
}
#cssmenu ul {
  z-index: 9999999999999;
}
.abroad_section_slider {
  margin: 10px 0px;
  padding-top: 30px;
}
.abroad_section_slider .no-js .owl-carousel, .owl-carousel.owl-loaded {
  overflow: hiddden;
}
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 5px 9px;
  position: relative;
  top: 47%;
  font-size: 15px;
  background: #2996d8;
}
.abroad_section_slider .owl-carousel .owl-dots {
  margin-top: 10px;
}
.abroad_section_slider .owl-carousel .owl-dots .owl-dot {
  height: 12px;
  width: 12px;
  margin: 10px 5px;
  border-radius: 100%;
  background: #379cd9;
}
/*appointment css begins here*/
.bizz_bookappointment {
  margin: 40px 0px;
}
.bizz_bookappointment .row {
  margin: 0px;
}
.bizz_bookappointment .row.header {
  padding: 3.5em 2.5em;
  border-bottom: 1px solid #ccc;
  background: url('https://bizzeducation.com/img/banner-scholarship.jpg') left -80px;
  color: #fff;
  background-size: cover;
  /* display: flex; */ 
  text-align: center !important;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 0px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.bizz_bookappointment .row.body {
  padding: .5em 2.5em 1em;
}
.bizz_bookappointment .pull-right {
  float: right;
}
.bizz_bookappointment .container {
  /* max-width: 700px; */
    /* min-width: 324px; */
  margin: 50px auto 0px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-bottom: 3px solid #ccc;
  padding: 0px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.bizz_bookappointment h1 {
  font-weight: 300;
  display: block;
  font-weight: 100;
  font-size: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  margin: 0 0 0.1em 0;
  padding: 0 0 0.4em 0;
  padding: 30px 0px;
  text-align: left !important;
  font-weight: 600;
  max-width: 420px;
  color: #fff;
}
.bizz_bookappointment .btn {
  font-size: 1.0625em;
  display: inline-block;
  padding: 0.74em 1.5em;
  margin: 1.5em 0 0;
  color: #fff;
  border-width: 0 0 0 0;
  border-bottom: 5px solid;
  text-transform: uppercase;
  background-color: #b3b3b3;
  border-bottom-color: #8c8c8c;
  font-weight: 300;
}
.bizz_bookappointment .btn:hover {
  background-color: #bfbfbf;
}
.bizz_bookappointment .btn.btn-submit {
  background-color: #2996d8;
  border-bottom-color: #374d78;
  font-weight: 500;
  margin-top: 10px;
  transition: 0.3s ease;
}
.bizz_bookappointment .btn.btn-submit:hover {
  background-color: #17376e;
  transition: 0.3s ease;
}
.bizz_bookappointment .btn.btn-submit:focus {
  outline: 0px;
}
.bizz_bookappointment form {
  max-width: 100%;
  display: block;
  padding-top: 20px;
}
.bizz_bookappointment form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* .bizz_bookappointment form ul li {
    margin: 0 0 0.25em 0;
    clear: both;
    display: inline-block;
    width: 100%;
  }
*/
.bizz_bookappointment form ul li:last-child {
  margin: 0;
}
.bizz_bookappointment form ul li p {
  margin: 0;
  padding: 0;
  float: left;
}
.bizz_bookappointment form ul li p.right {
  float: right;
}
.bizz_bookappointment form ul li .divider {
  margin: 0.5em 0 0.5em 0;
  border: 0;
  height: 1px;
  width: 100%;
  display: block;
  background-color: #4f6fad;
  background-image: linear-gradient(to right, #ee9cb4, #4f6fad);
}
.bizz_bookappointment form ul li .req {
  color: #ee9cb4;
}
.bizz_bookappointment input[type=checkbox],  .bizz_bookappointment input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: 30px;
  padding-right: 20px;
  margin-right: 13px;
  position: relative;
  top: 2px;
}
.bizz_bookappointment form label {
  display: flex;
  margin: 0 0 0.5em 0;
  color: #fff!important;
  font-size: 1em;
  font-weight: 500;
}
.bizz_bookappointment form input {
  margin: 0 0 0.5em 0;
  border: 0px!important;
  border-bottom: 1px solid #fff!important;
  padding: 6px 0px;
  color: #fff;
  font-size: 1em;
  width: 100%;
  background: transparent;
  margin-bottom: 15px;
}
.bizz_bookappointment form textarea {
  border: 1px solid #ccc;
  padding: 6px 10px;
  width: 100%;
  color: #fff;
  background: transparent;
}
.bizz_bookappointment form textarea:focus {
  outline: 0px;
  border: 1px solid #fff;
}
.bizz_bookappointment form small {
  color: #4f6fad;
  margin: 0 0 0 0.5em;
}
 @media only screen and (max-width: 480px) {
.bizz_bookappointment .pull-right {
  float: none;
}
.bizz_bookappointment input {
  width: 100%;
}
.bizz_bookappointment label {
  width: 100%;
  display: inline-block;
  float: left;
  clear: both;
}
.bizz_bookappointment li,  .bizz_bookappointment p {
  width: 100%;
}
.bizz_bookappointment input.btn {
  margin: 1.5em 0 0.5em;
}
.bizz_bookappointment h1 {
  font-size: 2.25em;
}
.bizz_bookappointment h3 {
  font-size: 1.125em;
}
.bizz_bookappointment li small {
  display: none;
}
}
.bizz_bookappointment .table-responsive {
  display: inline-table;
}
.bizz_bookappointment .table-bordered td,  .bizz_bookappointment .table-bordered th {
  border: 1px solid #dee2e6;
  color: #fff;
  text-align: center;
  font-weight: 600;
}
.bizz_bookappointment .table-bordered th td {
  font-weight: 600;
}
.bizz_bookappointment form input:focus {
  border: 1px solid #b9d8f9;
  outline: 0px;
}
.bizz_bookappointment form {
  max-width: 100%;
  display: block;
  background: #17376ef0;
  padding: 30px 0px;
}
 .bizz_bookappointment input[type="text"]:placeholder {
 font-size: 12px;
}
 .bizz_bookappointment input[type=text]::placeholder {
 text-align: left !important;
 color: #fff!important;
}
 .bizz_bookappointment input[type=email]::placeholder {
 text-align: left !important;
 color: #fff!important;
}
 .bizz_bookappointment form input:placeholder {
 color:#fff!important;
}
 .bizz_bookappointment select:placeholder {
 color:#fff!important;
}
.bizz_bookappointment option:disabled {
  color: #fff!important;
}
.bizz_bookappointment select {
  color: #fff!important;
}
.bizz_bookappointment option {
  background: #2996d8;
}
.bizz_bookappointment .row.header {
  border-radius: 0px;
}
 @media only screen and (max-width:1000px) {
.bizz_bookappointment .table-responsive {
  display: flex;
  flex-wrap: wrap;
}
}
.bizz_bookappointment select {
  padding: 10px 10px;
  color: #777777;
  font-size: 1em;
  margin: 0 0 0.5em 0;
  border: 0px!important;
  border-bottom: 1px solid #fff!important;
  padding: 10px 0px;
  color: #777777;
  font-size: 1em;
  width: 100%;
  background: transparent;
  margin-bottom: 25px;
}
.bizz_bookappointment {
  margin: 40px 0px 120px 0px;
  padding: 45px;
}
.table {
  width: 100%;
  border: 1px solid #000;
}
.table tr td {
  width: 5%!important;
}
td.free {
  background: #fff!important;
  width: 5%!important;
}
td.booked {
  background: #fff!important;
  width: 5%!important;
}
.table label {
  display: block;
  margin: 0 0 0 -10px;
  padding: 0 0 20px 0;
  height: 50px!important;
  max-width: 40px!important;
  width: 100%;
  margin: 0px;
}
.bizz_bookappointment .table label {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-59%, 30%);
}
.bizz_bookappointment .table input[type=checkbox], .bizz_bookappointment .table input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: 14px;
  padding-right: 20px;
  margin-right: 0px!important;
  position: relative;
  top: 2px;
}
.bizz_bookappointment  .table-bordered td,  .bizz_bookappointment .table-bordered th {
  font-size: 14px;
}
.table label > img {
  display: inline-block;
  padding: 0px;
  height: 30px!important;
  width: 30px!important;
  background: none;
}
.col-lg-12 {
  width: 100%;
  overflow: auto!important;
}
 @media only screen and (max-width:769px) {
.bizz_bookappointment {
  margin: 0px!important;
  padding: 30px 15px!important;
}
}
@media only screen and (max-width:600px) {
.table label > img {
  display: inline-block;
  padding: 0px;
  height: 20px!important;
  width: 20px!important;
  background: none;
}
.table label > input:checked +img {
  background: url(http://cdn1.iconfinder.com/data/icons/onebit/PNG/onebit_34.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 14px 14px!important;
}
.bizz_bookappointment .table-bordered td, .bizz_bookappointment .table-bordered th {
  font-size: 10px;
}
.table label {
  display: block;
  margin: 0 0 0 -10px;
  padding: 0 0 20px 0;
  height: 35px!important;
}
}
@media only screen and (max-width:567px) {
.our_countries .row {
  padding-bottom: 65px;
  display: block;
}
.our_countries .row li {
  margin: 0px!important;
}
}
@media only screen and (max-width:500px) {
.bizz_bookappointment h1 {
  font-size: 18px;
}
.bizz_bookappointment {
  margin: 0px!important;
  padding: 30px 15px!important;
}
}

#ac-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1111111;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.7);
 }
 #popup {
  width: 96%;
  height: auto;
  background: #FFFFFF;
  border-radius: 5px;
  -moz-border-radius: 25px;
  -moz-box-shadow: #64686e 0px 0px 3px 3px;
  position: relative;
  top: 9%;
  /* left: 20%; */margin: auto;
 }
 .popupContent{
  text-align: center;
  padding: 15px 30px 30px;
}

.popupContent h1{
  line-height: 1.5;
}

.popupContent h2{
	font-size:28px;
}

 .close {
  width: 0;
  height: 29px;
  /* border-radius: 50px;
  background: #1677A6; */
  border: 0;
  color: #000;
  text-shadow: 0 0;
  font-size: 18px;
  margin: 4px 20px;
  opacity: 1;
 }
 .close:hover {
  background: #fff;
  color: #1677A6;
 }

 .popup-links{
  margin-top: 40px;
 }

 .popup-links a{
  background: #24447F;
  color: #fff;
  border: 1px solid #24447F;
  padding: 15px 30px;
  border-radius:5px;
 }

 .popup-links a:hover{
  background: #fff;
  color: #24447F;
 }
 @media only screen and (max-width:760px) {
  #popup {
   width: 95%;
   top: 3%;
  }
 }


 /* footer location css */
 .footer-location-wrapper{

 }

 .footer-location-wrapper .card{
  background: #17376E;
  color: #fff;
 }

 .address-title-wrapper{
  display: flex;
  justify-content: left;
  align-items: top;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 17px;
 }

 .footer-location-wrapper .card .btn{
  
  width: 100%;
  color: #fff;
  position: relative;
  height: 59px;
  overflow: hidden;
 }
 .footer-location-wrapper .card .btn img{
  width: 37px;
  height: 37px;
  border: 2px solid #fff;
  padding: 0;
  margin: 0 16px 0 0;
 }
 .footer-location-wrapper .card .btn p{
  position: absolute;
  bottom: 7px;
  color: white;
  left: 64px;
  padding: 0;
  margin: 0;
  font-size: 13px;
 }
 .footer-location-wrapper .card .btn:hover,
 .footer-location-wrapper .card .btn:focus,
 .footer-location-wrapper .card .btn:active{
  color: #ccc;
  text-decoration: none;
 }
 .footer-location-wrapper .card .btn:focus,
 .footer-location-wrapper .card .btn:active{
  outline: none;
 }
 .footer-location-wrapper .card-body{
  padding: 20px;
 }
 .footer-location-wrapper .card-body .contact_details_desc a{
  color: #fff;
 }
 .footer-location-wrapper .card-body .contact_details_desc a span{
  display: block;
 }

 .footer-location-wrapper .card .btn::after {
  z-index: 9;
  /* font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #17376E; */
  content: url(https://bizzeducation.com/img/down-arrow.png);
  text-align: center;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 20px;
  /* background: #fff; */
  width: 28px;
  height: 28px;
  border-radius: 50%;
}

.footer-location-wrapper .card .btn[aria-expanded="true"]::after {
  transform: rotate(181deg);
  -webkit-transform: rotate(181deg);
  top: 7px;
}


ul.list{
	list-style: disc;
    margin-left: 20px;
}
ul.list li{
	margin-bottom:10px;
}
ul.list li strong{
	font-weight:700;
}

.big-screen{
	display:block;
}

.small-screen{
	display:none;
}

@media(max-width:1024px){
	.big-screen{
		display:none;
	}
	.small-screen{
		display:block;
	}
	.popupContent h2{
	font-size:18px;
}
}

/* 404 page css */
.not-found-page{
  align-items: center;
  display: flex;
}
.message-box {
  text-align: center;
}
.message-box p{
  font-size: 20px;
}
.message-box h1 {
  font-size: 100px;
  /* line-height: 46px;
  margin-bottom: 40px; */
  color: #17376E;
}
.buttons-con .action-link-wrap {
  margin-top: 40px;
}
.buttons-con .action-link-wrap a {
  background: #17376E;
  padding: 8px 25px;
  border-radius: 4px;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.3s linear;
  cursor: pointer;
  text-decoration: none;
  margin-right: 10px
}
.buttons-con .action-link-wrap a:hover {
  background: #D21B0F;
  color: #fff;
}

#Polygon-1 , #Polygon-2 , #Polygon-3 , #Polygon-4 , #Polygon-4, #Polygon-5 {
  animation: float 1s infinite ease-in-out alternate;
}
#Polygon-2 {
  animation-delay: .2s; 
}
#Polygon-3 {
  animation-delay: .4s; 
}
#Polygon-4 {
  animation-delay: .6s; 
}
#Polygon-5 {
  animation-delay: .8s; 
}

@keyframes float {
  100% {
    transform: translateY(20px);
  }
}
@media (max-width: 450px) {
  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -190px;
  }
  .message-box {
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -190px;
    text-align: center;
  }
}

@media (max-width: 991px){
  .not-found-page svg{
      display: none;
  }
  .message-box{
      margin:30px 0;
      box-shadow: 0 0 6px #ccc;
      padding: 30px;
  }
}