/* @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 */
/*== @import "_fonts.scss";  ==*/
.box {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
  border: 6px solid #a93b7c;
  background: #f2f2f2;
  padding: 3%;
  text-align: center;
}

body {
  color: #222222;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.32px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  min-width: 100%;
  overflow-x: hidden;
  background-color: #ffffff;
  word-break: break-word;
  position: relative;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

img {
  max-width: 100%;
}

p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  color: #222222;
}
@media (max-width: 767px) {
  p {
    font-size: 13px;
  }
}

a {
  display: inline;
  color: #a93b7c;
  text-decoration: none;
  outline: none;
}
a:focus, a:visited {
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #fc7216;
  text-decoration: none;
  outline: none;
  text-decoration: none;
}

/*==== Header Font Styling Css Open====*/
h1 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.6px;
  font-weight: 700;
}

h2, h3, h4 {
  color: #000000;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.28px;
  font-weight: 600;
}

h5,
h6 {
  font-weight: 500;
  letter-spacing: 0.32px;
  color: #000000;
  font-family: "Poppins", sans-serif;
}

h1 {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
}
h1 a {
  color: #000000;
}
h1 a:hover {
  color: #a93b7c;
}
@media (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 32px;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  font-weight: 600;
}
h2 a {
  color: #000000;
}
h2 a:hover {
  color: #a93b7c;
}
@media (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media (max-width: 500px) {
  h2 {
    font-size: 24px;
    line-height: 1.3;
  }
}

h3 {
  font-size: 24px;
  line-height: 1.3;
  margin: 0 0 10px;
  position: relative;
  color: #000000;
}
h3 a {
  color: #000000;
}
h3 a:hover {
  color: #a93b7c;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  letter-spacing: initial;
  margin-bottom: 10px;
  color: #555555;
  font-size: 18px;
  line-height: 1.3;
  color: #000000;
  position: relative;
}
h4 a {
  color: #a93b7c;
}
h4 a:hover {
  color: #000000;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 16px;
  line-height: 1.33;
}
h5 a {
  color: #000000;
}
h5 a:hover {
  color: #a93b7c;
}
@media (max-width: 767px) {
  h5 {
    font-size: 14px;
  }
}

h6 {
  font-size: 14px;
}
h6 a {
  color: #000000;
}
h6 a:hover {
  color: #a93b7c;
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}

.section_title {
  text-align: center;
  font-size: 32px;
  color: #000000;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 40px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .section_title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
.section_title span {
  font-size: 20px;
  font-weight: 500;
  color: #222222;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .section_title span {
    font-size: 18px;
  }
}

/*==== Header Font Styling Css Close====*/
/*==== Button Styling Css Open====*/
textarea,
select,
input {
  display: block;
  width: 100%;
  border: 1px solid #f2f2f2;
  color: #222222;
  border-radius: 8px;
  overflow: hidden;
  padding: 0.45rem 0.8rem;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.02);
  margin-bottom: 10px;
}
textarea:focus,
select:focus,
input:focus {
  color: #222222;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
}
textarea.active, textarea:focus, textarea:visited,
select.active,
select:focus,
select:visited,
input.active,
input:focus,
input:visited {
  outline: none;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input:-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
}
textarea:-moz-placeholder,
select:-moz-placeholder,
input:-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
}

button.btn {
  margin-bottom: 0;
}

form.transparent_form textarea,
form.transparent_form select,
form.transparent_form input {
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: rgba(255, 255, 255, 0.8);
  background: transparent;
}
form.transparent_form textarea.active, form.transparent_form textarea:focus, form.transparent_form textarea:visited,
form.transparent_form select.active,
form.transparent_form select:focus,
form.transparent_form select:visited,
form.transparent_form input.active,
form.transparent_form input:focus,
form.transparent_form input:visited {
  outline: none;
}
form.transparent_form textarea::-webkit-input-placeholder,
form.transparent_form select::-webkit-input-placeholder,
form.transparent_form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea::-moz-placeholder,
form.transparent_form select::-moz-placeholder,
form.transparent_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-ms-input-placeholder,
form.transparent_form select:-ms-input-placeholder,
form.transparent_form input:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form textarea:-moz-placeholder,
form.transparent_form select:-moz-placeholder,
form.transparent_form input:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.8);
}
form.transparent_form input:-webkit-autofill,
form.transparent_form input:-webkit-autofill:hover,
form.transparent_form input:-webkit-autofill:focus textarea:-webkit-autofill,
form.transparent_form textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
form.transparent_form select:-webkit-autofill,
form.transparent_form select:-webkit-autofill:hover,
form.transparent_form select:-webkit-autofill:focus {
  border: 1px solid rgba(255, 255, 255, 0.8);
  -webkit-text-fill-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}
form.transparent_form button.btn {
  margin-bottom: 0;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #f2f2f2;
  -webkit-text-fill-color: #777777;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset;
  transition: background-color 5000s ease-in-out 0s;
}

form.newsletter {
  margin-bottom: 20px;
}
form.newsletter input {
  background: transparent;
  border-color: rgba(0, 0, 0, 0.1);
}

/* for flex center */
@media (min-width: 768px) {
  .flex-center {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

/* listing style */
ul.no_list_icon li {
  padding: 0;
}
ul.no_list_icon li:before {
  display: none;
}

ul.inline_list {
  text-align: left;
  zoom: 1;
}
ul.inline_list:after, ul.inline_list:before {
  content: "";
  display: table;
}
ul.inline_list:after {
  clear: both;
}
ul.inline_list li {
  float: left;
  display: inline-block;
}
ul.inline_list li p:first-of-type {
  margin-bottom: 3px;
}
ul.inline_list li p:last-of-type {
  margin-bottom: 1rem;
}
ul.inline_list li:last-of-type {
  margin-right: 0;
}

ul.inline_list.social_icon_circle li {
  margin-right: 10px;
}
ul.inline_list.social_icon_circle i.fa {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: #a93b7c;
  color: #ffffff;
  text-align: center;
  line-height: 28px;
  border: 1px solid #a93b7c;
  -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;
  margin-bottom: 10px;
}
ul.inline_list.social_icon_circle i.fa:hover {
  color: #a93b7c;
  background: transparent;
}

/* action btn */
.btn {
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: none;
  margin-bottom: 15px;
}

.txt_btn {
  font-weight: 600;
  font-size: 16px;
}

.primary_btn {
  display: inline-block;
  max-width: 200px;
  width: 100%;
  background: #a93b7c;
  color: #ffffff;
  font-size: 16px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #a93b7c;
  margin-bottom: 15px;
  text-align: center;
  padding: 10px 5px;
}
.primary_btn.transparent:hover {
  background: transparent;
  color: #a93b7c;
}
.primary_btn.secondary:hover {
  background: #fc7216;
  border-color: #fc7216;
  color: #ffffff;
}

.white_btn {
  margin: 0;
  display: inline-block;
  max-width: 200px;
  width: 100%;
  background: #ffffff;
  color: #222222;
  font-size: 16px;
  border-radius: 50px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ffffff;
  text-align: center;
  padding: 10px 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;
}
.white_btn:hover {
  background: transparent;
  color: #ffffff;
}

.mb-30 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

/* === Logo & Navigation  Css Open === */
@media (min-width: 992px) {
  .logo_navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
}
.logo_navigation .navigation_bar {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.logo_navigation .navigation_bar .logo h1 {
  margin: 0;
  padding: 15px 0px;
}
.logo_navigation .navigation_bar .logo h1 a {
  display: inline-block;
}
.logo_navigation .navigation_bar .logo h1 a img {
  max-width: 250px;
  max-height: 54px;
}
@media (max-width: 991px) {
  .logo_navigation .navigation_bar .logo h1 a img {
    max-height: 30px;
  }
}
.logo_navigation .navigation_bar nav {
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 99999;
}

@media (min-width: 992px) {
  .logo_navigation .navigation_bar nav #cssmenu > ul > li > a {
    /*text-shadow: 1px 1px 1px #000000;*/
	font-weight:600;
  }
  
}
@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: -50px;
  right: 0;
  z-index: 999;
}

@media (min-width: 992px) {
  .logo_navigation_fixed {
    position: fixed;
    background: rgb(247, 245, 245);
  }
  .logo_navigation_fixed .navigation_bar {
    background: rgba(0, 0, 0, 0);
  }
}

/* === Logo & Navigation  Css Close === */
/*== Banner Slider Css Open ==*/
.banner_slider {
  position: relative;
      padding-top: 86px;
}
.banner_slider .owl-carousel {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.banner_slider .owl-carousel li {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.banner_slider .owl-carousel li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,e5e5e5+100 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+2,7db9e8+100&1+0,0+61 */
/*  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.97) 2%, rgba(75, 111, 140, 0) 61%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
 /* background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.97) 2%, rgba(75, 111, 140, 0) 61%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
/*  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.97) 2%, rgba(75, 111, 140, 0) 61%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#007db9e8",GradientType=0 );
  /* IE6-9 */
  opacity: 0.6;
}
@media (max-width: 767px) {
  .banner_slider .owl-carousel li {
    min-height: 300px;
  }
}
.banner_slider .owl-carousel li img.dimension {
  opacity: 0;
  width: 100%;
}
.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%;
  z-index: 4;
  transform: translate(0, -25%);
  -webikit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  text-shadow: 1px 0px 2px black;
}
.banner_slider .banner_content .banner_content_inner {
  text-align: center;
}
.banner_slider .banner_content .banner_content_inner h1 {
  color: #ffffff;
  margin-bottom: 30px;
}
.banner_slider .banner_content .banner_content_inner h1 span {
  color: #fc7216;
  display: block;
  margin-bottom: 10px;
}

/*== Banner Slider Css Close ==*/
/*== About US Css Open ==*/
.about_us {
  background-image: url(../img/about_us_bg.png);
  background-color: #f8f9f9;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom center;
  padding: 50px 0px;
  position: relative;
}
@media (max-width: 767px) {
  .about_us {
    padding: 30px 0px;
  }
}

@media (min-width: 992px) {
  .about_us_wraper {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    left: 50%;
  }
  .about_us_wraper .section_title {
    text-align: left;
  }
}
@media (max-width: 992px) {
  .about_us_wraper {
    text-align: center;
  }
  .about_us_wraper a {
    margin-bottom: 30px;
  }
}
.about_us_wraper .about_desc {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .about_us_wraper .about_desc {
    margin-bottom: 30px;
    text-align: center;
  }
}
.about_us_wraper .about_desc > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .why_us_wrapper {
    float: left;
    position: relative;
    float: left;
    width: 50%;
    padding-right: 15px;
    right: 50%;
  }
}
.why_us_wrapper .equal_height:first-of-type .why_us_list_wrapper:after,
.why_us_wrapper .equal_height:last-of-type .why_us_list_wrapper:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
  -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;
}
.why_us_wrapper .equal_height:first-of-type .why_us_list_wrapper:hover:after,
.why_us_wrapper .equal_height:last-of-type .why_us_list_wrapper:hover:after {
  opacity: 1;
}
.why_us_wrapper .equal_height:nth-of-type(3) .why_us_list_wrapper:after,
.why_us_wrapper .equal_height:nth-of-type(2) .why_us_list_wrapper:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f06a24+0,ff5800+100 */
  background: #f06a24;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f06a24 0%, #ff5800 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f06a24", endColorstr="#ff5800",GradientType=0 );
  /* IE6-9 */
  opacity: 0.7;
  -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;
}
.why_us_wrapper .equal_height:nth-of-type(3) .why_us_list_wrapper:hover:after,
.why_us_wrapper .equal_height:nth-of-type(2) .why_us_list_wrapper:hover:after {
  opacity: 1;
}
.why_us_wrapper a {
  display: block;
}
.why_us_wrapper .why_us_list_wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right 20% top;
  position: relative;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.why_us_wrapper .why_us_list_wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.why_us_wrapper .why_us_list_wrapper img.dimension_bg {
  width: 100%;
  opacity: 0;
}
.why_us_wrapper .why_us_list_wrapper .why_us_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15px 10px;
  text-align: center;
  background: transparent;
  z-index: 3;
  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;
}
.why_us_wrapper .why_us_list_wrapper .why_us_list h2 {
  color: #ffffff;
  font-size: 20px;
}
.why_us_wrapper .why_us_list_wrapper .why_us_list .why_us_desc {
  max-height: 50px;
  overflow: hidden;
}
.why_us_wrapper .why_us_list_wrapper .why_us_list .why_us_desc p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

/*== About US Css Close ==*/
/*== Abroad Studies Css Open ==*/
.abroad_studies {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .abroad_studies {
    padding-bottom: 0px;
  }
}

.countries_list {
  position: relative;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
.countries_list a {
  display: block;
}
.countries_list a:hover figure:before {
  opacity: 0.8;
}
.countries_list figure {
  margin: 0;
  padding: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.countries_list figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
  /* IE6-9 */
  opacity: 0;
  -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;
  z-index: 1;
}
.countries_list figure img {
  width: 100%;
  opacity: 0;
}
.countries_list h3 {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  text-shadow: 1px 1px 1px #222222;
  z-index: 3;
}

/*== Abroad Studies Css Close ==*/
/*== Our Services Css Open ==*/
.our_services {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 70px 0px;
  position: relative;
}
@media (max-width: 767px) {
  .our_services {
    padding: 30px 0px;
  }
}
.our_services:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
  /* IE6-9 */
  opacity: 0.8;
  z-index: 2;
}
.our_services .container-fluid {
  position: relative;
  z-index: 3;
}
.our_services h2.section_title {
  margin-bottom: 15px;
  color: #ffffff;
}
.our_services h2.section_title span {
  color: #ffffff;
}
.our_services .services_listing {
  border-radius: 6px;
  border: 2px solid #ffffff;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 80px;
}
.our_services .services_listing .services_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  border: 5px solid rgba(255, 255, 255, 0.5);
  margin-top: -35px;
  margin-bottom: 10px;
}
.our_services .services_listing .services_icon span {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #ffffff;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  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 .services_listing .services_icon span img {
  max-width: 40px;
  max-height: 40px;
}
.our_services .services_listing h3 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 10px;
}
.our_services .services_listing .services_desc {
  max-height: 90px;
  overflow: hidden;
}
.our_services .services_listing .services_desc p {
  color: #ffffff;
  margin: 0;
  padding: 0px 10px;
}

/*== Our Services Css Close ==*/
/*== Counter Css Open ==*/
.counter_wrapper {
  padding: 50px 0px;
}
@media (max-width: 767px) {
  .counter_wrapper {
    padding: 30px 0px;
  }
}
.counter_wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  zoom: 1;
}
.counter_wrapper ul:after, .counter_wrapper ul:before {
  content: "";
  display: table;
}
.counter_wrapper ul:after {
  clear: both;
}
.counter_wrapper ul li {
  float: left;
  width: 25%;
  font-size: 40px;
  text-align: center;
  padding: 0px 15px;
}
@media (max-width: 600px) {
  .counter_wrapper ul li {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .counter_wrapper ul li {
    width: 50%;
  }
}
.counter_wrapper ul li span.counter_title {
  margin-left: 5px;
  font-size: 18px;
  font-style: italic;
}
@media (max-width: 991px) {
  .counter_wrapper ul li span.counter_title {
    display: block;
    margin-left: 0;
    margin-top: -10px;
    font-size: 14px;
  }
}

/*== Counter Css Close ==*/
/*== Free Consulting & Ielts Class Css Open ==*/
.free_consulting.ielts_classes .consulting_wrapper:before {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
  /* IE6-9 */
  opacity: 0.9;
}
.free_consulting.ielts_classes .consulting_wrapper .consulting_wrapper_inner p {
  margin: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  .free_consulting.ielts_classes .consulting_wrapper .consulting_wrapper_inner a {
    margin-top: 15px;
  }
}
.free_consulting .consulting_wrapper {
  padding: 50px 30px;
  border-radius: 6px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  position: relative;
}
@media (max-width: 767px) {
  .free_consulting .consulting_wrapper {
    padding: 30px 15px;
  }
}
.free_consulting .consulting_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
}
.free_consulting .consulting_wrapper .consulting_wrapper_inner {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .free_consulting .consulting_wrapper .consulting_wrapper_inner {
    padding-right: 280px;
  }
}
@media (max-width: 767px) {
  .free_consulting .consulting_wrapper .consulting_wrapper_inner {
    text-align: center;
  }
}
.free_consulting .consulting_wrapper .consulting_wrapper_inner h2 {
  color: #ffffff;
}
.free_consulting .consulting_wrapper .consulting_wrapper_inner p {
  color: #ffffff;
}
@media (min-width: 768px) {
  .free_consulting .consulting_wrapper .consulting_wrapper_inner a {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webikit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: 4;
  }
}

/*== Free Consulting Css Close ==*/
/*== Latest Blog Css Open ==*/
ul.owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.owl-carousel li {
  margin-bottom: 5px;
}

.latest_blogs {
  padding: 60px 0px;
}
@media (max-width: 767px) {
  .latest_blogs {
    padding: 30px 0px;
  }
}

.latest_blog_card a {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.latest_blog_card a:hover .latest_blog_content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
  /* IE6-9 */
}
.latest_blog_card a:hover .latest_blog_content h3 {
  color: #ffffff;
}
.latest_blog_card figure {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0;
}
.latest_blog_card figure img {
  width: 100%;
}
.latest_blog_card .latest_blog_content {
  padding: 15px;
  -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;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,820e52+100 */
  background: white;
  /* Old browsers */
  background: -moz-linear-gradient(top, white 0%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, white 0%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, white 0%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#ffffff",GradientType=0 );
  /* IE6-9 */
  -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;
  margin: 0;
}
.latest_blog_card .latest_blog_content h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  letter-spacing: 0.32px;
  max-height: 40px;
  overflow: hidden;
}

/*== Latest Blog Css Close ==*/
/*== Latest News & Events Css Open ==*/
.latest_news {
  margin-bottom: 80px;
}
.latest_news .latest_news_wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 30px;
  overflow: hidden;
}
.latest_news .latest_news_wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f06a24;
  background: -moz-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: -webkit-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: linear-gradient(to bottom, #f06a24 0%, #ff5800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f06a24", endColorstr="#ff5800",GradientType=0 );
  opacity: 0.9;
  z-index: 1;
}
.latest_news .latest_news_wrapper ul {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.latest_news .latest_news_wrapper ul > div {
  right: -1px;
}
.latest_news .latest_news_wrapper ul > div.owl-dots {
  right: 0;
  margin-top: 15px;
}
.latest_news .latest_news_card a {
  display: block;
}
.latest_news .latest_news_card .latest_news_content {
  position: relative;
  padding-left: 70px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .latest_news .latest_news_card .latest_news_content {
    border-right: 1px solid #ffffff;
  }
}
@media (max-width: 400px) {
  .latest_news .latest_news_card .latest_news_content {
    padding-left: 0;
  }
}
.latest_news .latest_news_card .latest_news_content .calendar {
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
}
@media (min-width: 401px) {
  .latest_news .latest_news_card .latest_news_content .calendar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 60px;
    height: 60px;
    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;
  }
}
@media (max-width: 400px) {
  .latest_news .latest_news_card .latest_news_content .calendar {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px 10px;
  }
}
.latest_news .latest_news_card .latest_news_content .calendar span {
  display: block;
  color: #222222;
  text-align: center;
}
@media (max-width: 400px) {
  .latest_news .latest_news_card .latest_news_content .calendar span {
    text-align: left;
    display: inline;
    margin-right: 5px;
  }
}
.latest_news .latest_news_card .latest_news_content h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.32px;
}
@media (max-width: 991px) {
  .latest_news .latest_news_card .latest_news_content h3 {
    font-size: 16px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .latest_news .latest_news_card .latest_news_content h3 {
    font-size: 14px;
  }
}
.latest_news .latest_news_card .latest_news_content .time {
  font-size: 14px;
  color: #ffffff;
}
.latest_news .latest_news_card .latest_news_content .time i.fa {
  margin-right: 3px;
}

/*== Latest News & Events Css Close ==*/
/*== Testimonial Css Open ==*/
.testimonial {
  padding: 70px 0px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonial {
    padding: 40px 0px;
  }
}
.testimonial:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.testimonial .container {
  position: relative;
  z-index: 3;
}
.testimonial h2.section_title {
  color: #ffffff;
}
.testimonial h2.section_title span {
  color: #ffffff;
}

.testimonial_card {
  max-width: 767px;
  margin: 0 auto;
  text-align: center;
}

.testimonial_content p {
  color: #ffffff;
}

.user_wrapper {
  margin: 30px;
}
@media (min-width: 501px) {
  .user_wrapper {
    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;
  }
}
.user_wrapper figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}
@media (max-width: 500px) {
  .user_wrapper figure {
    display: block;
    margin: 0 auto !important;
  }
}
.user_wrapper figure img {
  width: 100%;
  opacity: 0;
}
.user_wrapper .user_details {
  text-align: left;
  margin-left: 10px;
}
@media (max-width: 500px) {
  .user_wrapper .user_details {
    text-align: center;
    margin: 0;
    margin-top: 10px;
  }
}
.user_wrapper .user_details h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
.user_wrapper .user_details h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

/*== Testimonial Css Close ==*/
/*== University SLider Css Open ==*/
.clients {
  padding: 30px 0px;
}

#carousel {
	margin:0;
	padding:0;
	list-style:none;
}
#carousel div {
	text-align: center;
	padding: 0 15px;
	float: left;
	position: relative;
	height:80px;
	display:flex;
	align-items:center;
	justify-content:center;
}
#carousel div img {
	border: none;
	width: 100%;
	height: auto;
}
#carousel div span {
	display: none;
}
#carousel div:hover span,
#carousel div.hover span {
	background-color: #333;
	color: #fff;
	display: inline-block;
	width: 100px;
	padding: 2px 0;
	margin: 0 0 0 -50px;
	position: absolute;
	bottom: 0;
	left: 50%;
	border-radius: 3px;
}
#pager {
	text-align: center;
	padding-top: 20px;
}
#pager a {
	background: #ccc;
	display: inline-block;
	border-radius: 5px;
	width: 10px;
	height: 10px;
	margin: 0 2px;
}
#pager a.selected {
	background: #999;
}
#pager a:hover {
	background: #666;
}
#pager a span {
	display: none;
}
			

/*== University SLider Css Close ==*/

/*== Main Footer Css Open ==*/
footer.main_footer {
  padding-top: 50px;
}

/*== Main Footer Css Close ==*/
.main_footer {
  background-image: url(../img/footer-bg.png);
  background-position: bottom left;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.main_footer h2 {
  font-size: 24px;
  border-bottom: 1px solid #fc7216;
  font-weight: 600;
  margin: 0;
  padding: 0;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #000000;
}
.main_footer .footer_associates h2 {
  text-align: center;
  border: none;
}
.main_footer .footer_associates ul {
  @margin :0;
  padding: 0;
  list-style: none;
  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;
}
.main_footer .footer_associates ul li {
  padding: 0px 20px;
}
.main_footer .footer_associates ul li img {
  height: 40px;
}
 
.footer_contact_details h3 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  color: #a93b7c;
}
.footer_contact_details p {
  color: #222222;
  margin-bottom: 15px;
  line-height: 1.3;
}

.footer_inquires {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer_inquires li {
  position: relative;
  padding-left: 25px;
}
.footer_inquires li i.fa {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  text-align: center;
  z-index: 3;
}
.footer_inquires li a {
  color: #222222;
}
.footer_inquires li a:hover {
  color: #fc7216;
}

.footer_social_icons {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  list-style: none;
  zoom: 1;
}
.footer_social_icons:after, .footer_social_icons:before {
  content: "";
  display: table;
}
.footer_social_icons:after {
  clear: both;
}
.footer_social_icons li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.footer_social_icons li:last-of-type {
  margin-right: 0;
}
.footer_social_icons li a {
  color: #222222;
  font-size: 20px;
}
.footer_social_icons li a:hover {
  color: #a93b7c;
}

#subscribe {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border: none;
  margin-bottom: 15px;
  display: block;
  -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;
  color: #ffffff;
  background: #f06a24;
  background: -moz-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: -webkit-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: linear-gradient(to bottom, #f06a24 0%, #ff5800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f06a24", endColorstr="#ff5800",GradientType=0 );
  cursor: pointer;
  margin-bottom: 0;
}
.footer_newsletter button:hover {
  background: #a93b7c;
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
}

/*== Copyright Css Open ==*/
.copyright {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a93b7c+0,fc7216+100 */
  background: #a93b7c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #a93b7c 0%, #fc7216 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #a93b7c 0%, #fc7216 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #a93b7c 0%, #fc7216 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#fc7216",GradientType=1 );
  /* IE6-9 */
  padding-top: 15px;
  padding-bottom: 5px;
  text-align: center;
}
.copyright .designed_by {
  color: rgba(255, 255, 255, 0.7);
  padding-bottom: 10px;
}
.copyright .designed_by img {
  height: 30px;
}
.copyright .designed_by a {
  color: white;
}
.copyright .designed_by a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/*== Copyright Css Close ==*/
/* ===Innerpage_Breadcrumb_top Css Open === */
.breadcrumb {
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #ffffff;
  text-align: left;
  padding: 7.5% 0px;
  border-radius: 0;
  position: relative;
  padding-top: 20px !important;
}
.breadcrumb:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
  z-index: 2;
}
.breadcrumb > .container {
  position: relative;
  z-index: 3;
}
.breadcrumb h1 {
  color: #5c2364;
  margin-top: 40px;
  font-size: 50px;
}
.breadcrumb ul {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  list-style: none;
  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: left;
}
.breadcrumb ul li {
  display: inline-block;
  border-right: 1px solid #5c2364;
  color: #f57c20;
  line-height: 1;
  padding: 0px 10px;
}
.breadcrumb ul li:last-of-type {
  border-right: none;
}
.breadcrumb ul li a {
  color: #5c2364;
}
.breadcrumb ul li a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.innerpage {
  background: #fff;
}

.innerpage_wrapper {
  padding: 50px 0px;
}
.innerpage_wrapper .services_listing {
  border-radius: 6px;
  border: 2px solid #a93b7c;
  position: relative;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 50px;
}
.innerpage_wrapper .services_listing .services_icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 100%;
  border: 5px solid rgba(131, 15, 84, 0.8);
  margin-top: -35px;
  margin-bottom: 10px;
}
.innerpage_wrapper .services_listing .services_icon span {
  display: block;
  width: 60px;
  height: 60px;
  border: 1px solid #a93b7c;
  background-color: #ffffff;
  border-radius: 100%;
  overflow: hidden;
  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;
}
.innerpage_wrapper .services_listing .services_icon span img {
  max-width: 40px;
  max-height: 40px;
}
.innerpage_wrapper .services_listing h3 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  padding: 0px 10px;
}
.innerpage_wrapper .services_listing .services_desc {
  overflow: hidden;
}
.innerpage_wrapper .services_listing .services_desc p {
  color: #222222;
  margin: 0;
  padding: 0px 10px;
}
.innerpage_wrapper .latest_blog_card {
  margin-bottom: 30px;
}
.innerpage_wrapper .latest_news_card a {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
}
.innerpage_wrapper .latest_news_card a:hover {
  background: #fc7216;
}
.innerpage_wrapper .latest_news_card a:hover .latest_news_content .time {
  color: #ffffff;
}
.innerpage_wrapper .latest_news_card a:hover .latest_news_content h3 {
  color: #ffffff;
}
.innerpage_wrapper .latest_news_card figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin-bottom: 5px;
}
.innerpage_wrapper .latest_news_card figure .calendar {
  border-radius: 6px;
  overflow: hidden;
  background: #ffffff;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  width: 60px;
  height: 60px;
  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;
}
.innerpage_wrapper .latest_news_card figure .calendar span {
  display: block;
  color: #222222;
  text-align: center;
}
@media (max-width: 400px) {
  .innerpage_wrapper .latest_news_card figure .calendar span {
    text-align: left;
    display: inline;
    margin-right: 5px;
  }
}
.innerpage_wrapper .latest_news_card .latest_news_content {
  position: relative;
  padding: 10px;
}
.innerpage_wrapper .latest_news_card .latest_news_content h3 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.32px;
  max-height: 40px;
  overflow: hidden;
}
.innerpage_wrapper .latest_news_card .latest_news_content .time {
  font-size: 14px;
  color: #fc7216;
}
.innerpage_wrapper .latest_news_card .latest_news_content .time i.fa {
  margin-right: 3px;
}

.innerpage_testimonial_wrapper .user_wrapper {
  margin: 0;
  margin-top: 10px;
}
.innerpage_testimonial_wrapper .user_wrapper figure {
  margin: 0;
}
.innerpage_testimonial_wrapper ul {
  padding: 0;
  list-style: none;
}
.innerpage_testimonial_wrapper ul li .testimonial_card {
  padding: 15px;
  background: #f06a24;
  background: -moz-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: -webkit-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: linear-gradient(to bottom, #f06a24 0%, #ff5800 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f06a24", endColorstr="#ff5800",GradientType=0 );
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  margin-bottom: 30px;
}
.innerpage_testimonial_wrapper ul li:nth-of-type(even) .testimonial_card {
  background: #a93b7c;
  background: -moz-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  background: -webkit-linear-gradient(top, #a93b7c 0%, #820e52 100%);
  background: linear-gradient(to bottom, #a93b7c 0%, #820e52 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#820e52",GradientType=0 );
}

.innerpage_test_preparation a {
  margin: 0;
  padding: 0;
  display: block;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
  background: #ffffff;
  overflow: hidden;
}
.innerpage_test_preparation a figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.innerpage_test_preparation a figure .test_prep_bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.innerpage_test_preparation a figure .test_prep_bg img {
  width: 100%;
  opacity: 0;
}
.innerpage_test_preparation a figure .test_prep_icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 3;
  overflow: hidden;
}
.innerpage_test_preparation a figure .test_prep_icon img {
  height: 50px;
}
.innerpage_test_preparation a h3 {
  text-align: center;
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  padding: 10px 15px;
  background: #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;
  font-size: 24px;
  font-weight: 500;
}
.innerpage_test_preparation a:hover h3 {
  color: #a93b7c;
}

.innerpage_team {
  margin-bottom: 30px;
}
.innerpage_team figure {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
}
.innerpage_team figure img {
  width: 100%;
  opacity: 0;
}
.innerpage_team h3 {
  font-size: 20px;
  margin-bottom: 5px;
  color: #fc7216;
}
.innerpage_team h4 {
  font-size: 16px;
}

.innerpage_gallery_inner ul {
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
  list-style: none;
}
.innerpage_gallery_inner ul li {
  float: left;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .innerpage_gallery_inner ul li {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .innerpage_gallery_inner ul li {
    width: 50%;
  }
}
@media (max-width: 450px) {
  .innerpage_gallery_inner ul li {
    width: 100%;
  }
}
.innerpage_gallery_inner ul li figure {
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 0;
}
.innerpage_gallery_inner ul li figure a {
  position: relative;
  display: block;
}
.innerpage_gallery_inner ul li figure a:after {
  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-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;
}
.innerpage_gallery_inner ul li figure a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  background: #a93b7c;
  background: -moz-linear-gradient(left, #a93b7c 0%, #fc7216 100%);
  background: -webkit-linear-gradient(left, #a93b7c 0%, #fc7216 100%);
  background: linear-gradient(to right, #a93b7c 0%, #fc7216 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#a93b7c", endColorstr="#fc7216",GradientType=1 );
  opacity: 0;
  -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;
}
.innerpage_gallery_inner ul li figure a img {
  width: 100%;
}
.innerpage_gallery_inner ul li:hover a:after {
  background-size: 50px;
}
.innerpage_gallery_inner ul li:hover a:before {
  opacity: 0.8;
}

.owl-dots {
  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;
}

.owl-dot {
  padding: 0px 5px;
}
.owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  background: #fc7216;
    border-radius: 50%;
  background-image: url(../img/dots.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.owl-dot.active span {
	background: #683877;
  background-image: url(../img/dot_active.png);
}
#cssmenu>ul>li>a {
    padding: 20px 15px;
    text-decoration: none;
    color: #000 ;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}
.message_img {
  float: left;
  max-width: 350px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .message_img {
    float: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}

.innerpage_client {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
  text-align: center;
}
.innerpage_client li {
  display: inline-block;
  padding: 0px 15px;
  margin-bottom: 30px;
}
.innerpage_client li a {
  display: block;
  position: relative;
  top: 0;
  -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-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  padding: 10px;
}
.innerpage_client li a:hover {
  top: -3px;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.innerpage_client li figure {
  margin-bottom: 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.innerpage_client li figure img {
  opacity: 0;
  width: 100%;
}

.innerpage_contact_info {
  padding-top: 30px;
  margin-bottom: 15px;
}
.innerpage_contact_info h2 {
  text-align: left;
  color: #a93b7c;
}
.innerpage_contact_info h2 span {
  color: #000000;
}
.innerpage_contact_info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.innerpage_contact_info ul li {
  position: relative;
  padding-left: 50px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #000000;
}
.innerpage_contact_info ul li i.fa {
  position: absolute;
  top: 0px;
  left: 0;
  font-size: 40px;
  color: #000000;
}
.innerpage_contact_info ul li h4 {
  color: #000000;
  margin-bottom: 5px;
}
.innerpage_contact_info ul li p {
  margin: 0;
}
.innerpage_contact_info ul li p a {
  display: block;
  color: #222222;
}
.innerpage_contact_info ul li p a:hover {
  color: #fc7216;
}

.innerpage_contact_form {
  background: #f06a24;
  background: -moz-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: -webkit-linear-gradient(top, #f06a24 0%, #ff5800 100%);
  background: linear-gradient(to bottom, #f06a24 0%, #ff5800 100%);
  padding: 15px;
  padding-top: 30px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 15px;
}
.innerpage_contact_form h2 {
  color: #ffffff;
}
.innerpage_contact_form h2 span {
  color: #ffffff;
}
.innerpage_contact_form form button {
  border-radius: 6px;
  width: 100%;
  background: #a93b7c;
  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;
}
.innerpage_contact_form form button:hover {
  background: #ffffff;
  color: #fc7216;
}
.alert-green
{
	background: #5cbb45;
    color: #fff;
}
.alert-red
{
	background: red;
    color: #fff;
}


.innerpage_sidebar_content .box {
  margin-top: 30px;
  text-align: left;
}
.innerpage_sidebar_content .box h3 {
  color: #a93b7c;
  border-bottom: 1px solid #a93b7c;
}
.innerpage_sidebar_content .box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.innerpage_sidebar_content .box ul li a {
  color: #111111;
}
.innerpage_sidebar_content .box ul li a:hover {
  color: #fc7216;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form {
  border-color: #fc7216;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form h3 {
  color: #fc7216;
  border-color: #fc7216;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form input, .innerpage_sidebar_content .box.sidebar_enquiry_form textarea {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #111111;
  padding-top: 0;
  padding-left: 0;
  color: #333333;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0);
}
.innerpage_sidebar_content .box.sidebar_enquiry_form input::-webkit-input-placeholder, .innerpage_sidebar_content .box.sidebar_enquiry_form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #333333;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form input::-moz-placeholder, .innerpage_sidebar_content .box.sidebar_enquiry_form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form input:-ms-input-placeholder, .innerpage_sidebar_content .box.sidebar_enquiry_form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form input:-moz-placeholder, .innerpage_sidebar_content .box.sidebar_enquiry_form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #333333;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form button.btn {
  display: block;
  background: #fc7216;
  border-radius: 0;
}
.innerpage_sidebar_content .box.sidebar_enquiry_form button.btn:hover {
  background: #a93b7c;
}

/*.top_header
{
	background: #fff;
	border-bottom:solid 2px #f57c20;
}*/
#cssmenu>ul>li.has-sub>a::after {
    position: absolute;
    top: 25px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
.primary_btn {
    display: inline-block;
    max-width: 200px;
    width: 100%;
    background: #f57c20;
    color: #ffffff;
    font-size: 16px;
    border-radius: 50px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.05);
    border: 1px solid #f57c20;
    margin-bottom: 15px;
    text-align: center;
    padding: 10px 5px;
}
.inner .logo_navigation
{
position:relative;
}
.inner .breadcrumb:before 
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(169, 59, 124, 0);
    z-index: 2;
}
.btn-voilet {
    color: #fff;
    background-color: #5c2364;
    border-color: #5f2767;
}
/*# sourceMappingURL=style.css.map */
.innerpage_wrapper .services_listing .services_desc 
	{
		height: auto;
		overflow: hidden;
	}
	.team_bg
	{
	background-size: contain;
	}
	.innerpage_team h3 
	{
		font-size: 18px;
		text-align: center;
	}
	.innerpage_team h4
	{
		font-size: 16px;
		text-align: center;
	}
	.testimonial .section_title ,.testimonial span
{
color:#fff;
}

 
/*css added for the banner video section*/
.owl-carousel .owl-video-tn {
  background-size: cover;
  padding-bottom:41.25%;
  /* 16:9 */
  padding-top: 25px;
}

.owl-video-frame { 
  position: relative;
  padding-bottom:41.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
} 
 
.owl-video-frame iframe {
  position: absolute;  
  top: 0;
  left: 0;  
  width: 100%;    
  height: 100%; 
}
  
.owl-dots {
  text-align: center; 
  margin-top: 20px;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  width: 11px;
  height: 11px;
  background-color: #ccc;
  border-radius: 50%; 
  display: block;
  margin: 5px 3px;
}

.owl-dot.active span { 
  background-color: #000;
}  

.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;
    overflow: hidden;
    width: 100%;
    height:110vh;  
    text-align: center;
	top:80px;
	margin-bottom:80px;
}

/*
.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;
	}  
} 



.logo{
	position:relative;
	top:-2px;
}
.logo_navigation .navigation_bar .logo h1 a img {
    max-width: 200px;
    width: 100%;
	max-height:none;
}  
.logo_navigation .navigation_bar .logo h1{
	padding:0px; 
}
@media only screen and (max-width:1190px){
	.logo_navigation .navigation_bar nav #cssmenu > ul > li > a{
		font-size:14px;
	}
	#cssmenu>ul>li>a {
    padding: 20px 5px;} 
}

@media only screen and (max-width:991px){
	.logo_navigation .navigation_bar .logo h1 a img {
    max-width: 151px;
    width: 100%;
    max-height: none;
}
.video_banner {
	top:0px; 
	margin-bottom:0px;
}
}
@media only screen and (max-width:767px){
	.logo_navigation .navigation_bar .logo h1 a img {
    max-width: 137px;
    width: 100%;
    max-height: none;
} 
.video_banner {
    height: 32vh;
    top: 0px;
    margin-bottom: 0px;
}
} 
@media only screen and (max-width:375px){
	.video_banner {
    height: 26vh;
    top: 0px;
    margin-bottom: 0px;
}
.logo_navigation .navigation_bar .logo h1 a img {
    max-width: 90px;
    width: 100%;
    max-height: none; 
}
.logo_navigation .navigation_bar #cssmenu #menu-button {
    position: absolute;
    top: -44px;
    right: 0;
    z-index: 999;  
} 
}
