/* Minification failed. Returning unminified contents.
(3095,153): run-time error CSS1062: Expected semicolon or closing curly-brace, found '.'
(3598,44): run-time error CSS1039: Token not allowed after unary operator: '-howdy-dark-blue'
(3598,67): run-time error CSS1039: Token not allowed after unary operator: '-howdy-dark-blue'
(3598,94): run-time error CSS1039: Token not allowed after unary operator: '-howdy-light-blue'
(3598,120): run-time error CSS1039: Token not allowed after unary operator: '-howdy-light-blue'
(3641,15): run-time error CSS1039: Token not allowed after unary operator: '-color-base'
(3654,20): run-time error CSS1039: Token not allowed after unary operator: '-color-secondary-background'
(3656,23): run-time error CSS1039: Token not allowed after unary operator: '-radius-button'
(3657,24): run-time error CSS1039: Token not allowed after unary operator: '-animation-time'
(3657,46): run-time error CSS1039: Token not allowed after unary operator: '-animation-type'
(3658,19): run-time error CSS1039: Token not allowed after unary operator: '-animation-time'
(3658,41): run-time error CSS1039: Token not allowed after unary operator: '-animation-type'
(3659,22): run-time error CSS1039: Token not allowed after unary operator: '-animation-time'
(3659,44): run-time error CSS1039: Token not allowed after unary operator: '-animation-type'
(3660,24): run-time error CSS1039: Token not allowed after unary operator: '-animation-time'
(3660,46): run-time error CSS1039: Token not allowed after unary operator: '-animation-type'
(3661,30): run-time error CSS1039: Token not allowed after unary operator: '-animation-time'
(3661,52): run-time error CSS1039: Token not allowed after unary operator: '-animation-type'
(3667,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3668,13): run-time error CSS1063: Expected calculation unit, found 'var('
(3668,13): run-time error CSS1064: Expected calculation product, found 'var('
(3668,13): run-time error CSS1019: Unexpected token, found 'var('
(3668,13): run-time error CSS1042: Expected function, found 'var('
(3668,18): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(3668,26): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(3669,14): run-time error CSS1063: Expected calculation unit, found 'var('
(3669,14): run-time error CSS1064: Expected calculation product, found 'var('
(3669,14): run-time error CSS1019: Unexpected token, found 'var('
(3669,14): run-time error CSS1042: Expected function, found 'var('
(3669,19): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(3669,27): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(3670,22): run-time error CSS1063: Expected calculation unit, found 'var('
(3670,22): run-time error CSS1064: Expected calculation product, found 'var('
(3670,22): run-time error CSS1019: Unexpected token, found 'var('
(3670,22): run-time error CSS1042: Expected function, found 'var('
(3670,27): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(3670,34): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(3671,23): run-time error CSS1063: Expected calculation unit, found 'var('
(3671,23): run-time error CSS1064: Expected calculation product, found 'var('
(3671,23): run-time error CSS1019: Unexpected token, found 'var('
(3671,23): run-time error CSS1042: Expected function, found 'var('
(3671,28): run-time error CSS1039: Token not allowed after unary operator: '-scale'
(3671,35): run-time error CSS1062: Expected semicolon or closing curly-brace, found '*'
(3672,20): run-time error CSS1039: Token not allowed after unary operator: '-color-base'
(3920,22): run-time error CSS1046: Expect comma, found '168'
(3920,29): run-time error CSS1046: Expect comma, found '/'
(4002,27): run-time error CSS1035: Expected colon, found '{'
(4050,27): run-time error CSS1035: Expected colon, found '{'
(4098,27): run-time error CSS1035: Expected colon, found '{'
(4146,27): run-time error CSS1035: Expected colon, found '{'
(4230,7): run-time error CSS1035: Expected colon, found '{'
(4297,7): run-time error CSS1035: Expected colon, found '{'
 */
/*

TemplateMo 569 Edu Meeting

https://templatemo.com/tm-569-edu-meeting

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style:none;
}
.list-li {
 list-style-type: none;
  position: relative;
  padding-left: 15px;
}
.list-li:before {
  content: "\25BA \0020";
  font-size: 20px;
  position: absolute;
  top: -4px;
  left: -10px;
  color:#f5a425;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif !important;
  font-weight: 400 !important;
  background-color: #fff !important;
  font-size: 16px !important;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

}

a {
  text-decoration: none !important;
  color: #3f4243;
}

a:hover {
	color: #1001ef;
    text-decoration:underline !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
  margin-left: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #2a2a2a;
}

img {
  width: 100%;
  overflow: hidden;
}
label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px !important;
}
/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #f5a425;
  color: #fff;
}

::-moz-selection {
  background: #f5a425;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-red a {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-red a:hover {
  opacity: 0.9;
}

.main-button-yellow a {
  font-size: 13px;
  color: #fff;
  background-color: #f5a425;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-yellow a:hover {
  opacity: 0.9;
}
.line-title:before {
    content: "";
    display: block;
    position: absolute;
    margin-top:80px;
    width: 30%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg,blue,blue 50%,#0ba360 0%, #3cba92 100%);
}
.strengIMG{
    height:233.33px;
}
.strengIMG1{
    height:233.33px;
}
.strengIMG2{
    height:233.33px;
}

@media (max-width: 1399px)
{
    .strengIMG{
        margin-top:33px;
    }
    .strengIMG2{
    margin-top:33px;
    }
}
@media (max-width: 1199px)
{
    
    .strengIMG2{
    margin-top:0;
    }
}
@media (max-width: 991px)
{
    .strengIMG{
        margin-top:0;
    }
    .strengIMG1{
        margin-top:0;
    }
    .strengIMG2{
    margin-top:0;
    }
}
.section-heading h2 {
    text-align:center;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid black;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color:black;
}
.section-heading1 h2 {
    text-align:center;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 50px; 
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  color:#fff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.sub-header {
  background-color: #1f272b;
  position: relative;
  z-index: 1111;
}

.sub-header .left-content p {
  color: #fff;
  padding: 8px 0px;
  font-size: 13px;
}

.sub-header .right-icons {
  text-align: right;
  padding: 8px 0px;
}

.sub-header .right-icons ul li {
  display: inline-block;
  margin-left: 15px;
}

.sub-header .right-icons ul li a {
  color: #fff;
  font-size: 14px;
  transition: all .3s;
}

.sub-header .right-icons ul li a:hover {
  color: #f5a425;
}

.sub-header .left-content p em {
   font-style: normal;
   color: #f5a425;
}

.background-header {
  background-color: #fff!important;
  height: 80px!important;

  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.main-nav{
    width: 100%;
    max-width: unset;
    margin-left: unset;
    margin-right: unset;
    /*padding-left: 70px;
    padding-right: 70px;*/
}

.background-header .main-nav .nav li a {
  color: #1e1e1e!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  /*color: #fff!important;*/
}

.background-header .main-nav .nav li:hover a {
  /*color: #fb5849!important;*/
}

.background-header .nav li a.active {
  /*color: #fb5849!important;*/
}

.header-area {
  background-color: rgba(250,250,250,0.15);
  position: absolute;

  left: 0;
  right: 0;
  z-index: 100;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}
.header-logo{
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: #fff;
}
.header-area .main-nav {
  /*min-height: 87px;*/
  background: transparent;
}
.header-area .logo{
    /*width:150px;*/
    width:85px;
}
.header-top{
    /*height: 170px;*/
    height: 130px;
    background-color:#fff;
    /*text-align:center;*/
}
.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.background-header .main-nav .logo {
   text-shadow:none;
}

.background-header .nav {
  /*margin-top: 15px !important;*/
}

.header-area .main-nav .nav {
  /*float: right;*/
  /*margin-top: 10px;*/
  /*margin-right: 90px;*/
  padding-top:0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
    /*padding-right:15px;*/
    /*border-left: 1px solid #000;*/
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  /*color: #0c501e!important;
  background-color:#3cba92;*/
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  /*color: #fff!important;*/
  opacity: 1;
  background-color:#3cba92;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  /*padding-right: 15px;*/
}

/*.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 5px;
  top: 12px;
}*/

.background-header .main-nav .nav li.has-sub:after {
  color: #1e1e1e;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
  position: absolute;
  width: 350px;
  /*box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);*/
  overflow: hidden;
  /*top:50px;*/
  top: 50px;
  right: 0;
  opacity: 0;
  transition: all .3s;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (min-width: 30em) and (max-width: 60em){
    .header-logo {
        width: 50%;
    }
}
.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
  opacity: 1;
  display: block;
  /*background: #3cba92;*/
  color: #000!important;
  /*padding-left: 20px;*/
  /*height: 40px;*/
  /*line-height: 40px;*/
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 1em;
  /*font-weight: 400;*/
  /*border-bottom: 1px solid #eee;*/
  text-align: end;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
  background: #fff;
  color: #007d00!important;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: -120px;
  /*top:33px;*/
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 20px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  /*top: 33px;*/
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 180px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  /*min-height: 125px;*/
}

.header-area .nav {
  /*margin-top: 30px;*/
  flex-wrap: nowrap;
}

.header-area.header-sticky .nav li a.active {
  color: #f5a425;
}
.activitiessocmed
{
    background-color:#fff !important;
    border-radius:20px;
    display:table;
    table-layout:fixed;
    width: 100%;
}
.notice-title
{
    font-size: 1.5vw;
    font-weight:bold;
    color:#007d00;
    margin-bottom: 20px;
}
.notice-title:before
{
    content: "";
    display: block;
    position: absolute;
    margin-top: 32px;
    width: 30%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg,blue,blue 50%,#0ba360 0%, #3cba92 100%);
}
.whatstandout
{
    background-color:#fff !important;
    border-radius:20px;
}
.ourcurriculum
{
    background-color:#fff !important;
    border-radius:20px;
}
.ourstrength
{
    background-color:#fff !important;
    border-radius:20px;
}
.whystudcebu
{
    background-color:#fff !important;
    border-radius:20px;
}
.youtube-vid
{
    width:550px;
}

.poptext
{
    font-size:14px;
    color: white;
    transition: all 0.3s ease; 
    white-space: nowrap;
}
.poptext:hover
{
    font-size:18px;
    color: #007d00;
    white-space: nowrap;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-top{
      height: 125px;
   }
  .youtube-vid
   {
      width:auto;
      margin-left: -30px !important;
   }
  .header-logo {
     background: linear-gradient(180deg,#0ba360 0%, #3cba92 100%);
   }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area .main-nav .logo-text{
      display:none;
      color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #f5a425!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    /*padding: 0px 15px;*/
    /*height: 100px;*/
    box-shadow: none;
    text-align: center;
    min-height: 135px;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    width: 110px;
    margin-left: -20px;
    /*margin-left: 30px;*/
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    margin-top:0px;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
   /*margin-top: 100px !important;*/ 
    margin-top: 0px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #000;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #0c501e!important;
  }
  .header-area .main-nav .nav li a:hover {
    /*background: #eee !important;
    color: #f5a425!important;*/
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

/*.header-area .main-nav .nav {
    display: flex !important;
    width: 90%;
  }
@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
    width: 90%;
  }
}*/


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
.img-banner{
  width:100%;
  height:100%;
  object-fit: cover;
}
.slides{
      
   width:500%;
  height:100vh;
  display:flex;
        
    }

.main-banner {
  width:100%;
  height:100vh;

  overflow: hidden;
 
}

#bg-video {
    min-width: 100%;
    min-height: 100vh;
    max-width: 100%;
    max-height: 100vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height:125px;
}
.video-overlay1 {
    position: absolute;
    background-color: rgba(31,39,43,0.75);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height:125px;
}

.main-banner .caption {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.main-banner .caption h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.main-banner .caption h2 em {
  font-style: normal;
  color: #f5a425;
  font-weight: 900;
}

.main-banner .caption p {
  color: #fff;
  font-size: 14px;
  line-height:1.5em;

}

.main-banner .caption .main-button-red {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {

  .main-banner .caption h6 {
    font-weight: 500;
  }

  .main-banner .caption h2 {
    font-size: 36px;
  }

}


/*
---------------------------------------------
services
---------------------------------------------
*/

.services {
  margin-top: -135px;
  position: absolute;
  width: 100%;
}

.services .item {
  background-image: url(../images/service-item-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  padding: 40px;
}

.services .item .icon {
  max-width: 60px;
  margin: 0 auto;
}

.services .item h4 {
  margin-top: 25px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.services .item p {
  color: #fff;
  font-size: 13px;
}

.services .owl-nav {
  display: inline-block !important;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-25px);
}
    
.services .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.services .owl-nav .owl-prev span,
.services .owl-nav .owl-next span {
  opacity: 0;
}

.services .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.services .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.services .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.services .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.services .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
upcoming meetings
---------------------------------------------
*/

.video-banner{
    
     text-align:justify;
}

@media (max-width: 991px) {
.video-banner{
     margin-top:110px;
     text-align:center;
     padding:0;
}

 
}
.buttons-banner{
    text-align:center;
    /*margin-top:30px;*/
}
@media (max-width: 1700px) {
  .buttons-banner{
    text-align:center;
    margin-top:25px !important;
}
 
}
.thumbnail_slider_area{
    position:absolute;
    width:100%;
    z-index:1;
    /*margin-bottom:15px;*/
}
.why-cebu{
    padding-top:20px;
  }
@media (max-width: 991px) {
  .why-cebu{
    padding-top:0px;
  }
  /*.thumbnail_slider_area{
   position:absolute;
    width:97.5%;
    z-index:1;
    margin-left:14px;
}*/
 
}
/*@media (max-width: 820px) {
 
  .thumbnail_slider_area{
   position:absolute;
    width:95%;
    z-index:1;
    margin-left:14px;
}
}
@media (max-width: 500px) {
 
  .thumbnail_slider_area{
   position:absolute;
    width:90%;
    z-index:1;
    margin-left:14px;
}
}
@media (max-width: 370px) {
 
  .thumbnail_slider_area{
   position:absolute;
    width:85%;
    z-index:1;
    margin-left:14px;
}
}*/
section.upcoming-meetings {
background-color:#cccccc;
  /*background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;*/
  padding-top: 30px;
  /*padding-bottom: 110px;*/
}

section.upcoming-meetings .section-heading {
  text-align: center;
}

section.upcoming-meetings .categories {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-right: 45px;
}

section.upcoming-meetings .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.upcoming-meetings .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.upcoming-meetings .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.upcoming-meetings .categories ul li a:hover {
  color: #a12c2f;
}

section.upcoming-meetings .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.upcoming-meetings .categories .main-button-red a {
  width: 100%;
  text-align: center;
}

.meeting-item {
   width:450px;
  height:350px;
  margin-bottom: 30px;
}

.meeting-item .thumb {
  position: relative;
  
}


.meeting-item .thumb img {
  border-radius:20px;
}

.meeting-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.down-content {
  width:450px;
  height:350px;
  background-color: #fff;
  padding: 30px;
 border-radius:20px;
  text-align: justify;
}

.down-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.down-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.down-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.down-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.down-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}



/*
---------------------------------------------
apply now
---------------------------------------------
*/

section.apply-now {
  background-image: url(../images/section_apply.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px;
}

section.apply-now .item {
  background-color: rgba(250,250,250,0.15);
  padding: 40px;
  margin-bottom: 30px;
}

section.apply-now .item h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

section.apply-now .item p {
  color: #fff;
  margin-bottom: 20px;
}

.accordions {
  border-radius: 20px;
  padding: 40px;
  background-color: #fff;
  margin-left: 45px;
}
.accordions .accordion {
  border-bottom: 1px solid #eee;
}
.accordions .last-accordion {
  border-bottom: none;
}
.accordion-head {
  padding: 20px;  
  font-size: 18px;
  font-weight: 700;
  color: #1f272b;
  cursor: pointer;
  transition: color 200ms ease-in-out;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .accordion-head {
    padding: 1rem;
    font-size: 1.2rem;
  }
}
.accordion-head .icon {
  float: right;
  transition: transform 200ms ease-in-out;
}
.accordion-head.is-open {
  color: #f5a425;
  border-bottom: none;
}
.accordion-head.is-open .icon {
  transform: rotate(45deg);
}
.accordion-body {
  overflow: hidden;
  height: 0;
  transition: height 300ms ease-in-out;
  border-bottom: 1px solid #fff;
}
.accordion-body > .content {
  padding: 20px;
  padding-top: 0;
}


/* 
---------------------------------------------
courses
--------------------------------------------- 
*/
section.featured-teachers {
  background-image: url(../images/Courses/DSC_3869_dark.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}
section.our-courses {
  background-image: url(../images/section_course.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 130px;
}

.our-courses .item .down-content {
  background-color: #fff;
}

.our-courses .item .down-content h4 {
  padding: 25px;
  font-size: 18px;
  color: #1f272b;
  text-align: center; 
  border-bottom: 1px solid #eee;
}

.our-courses .item .down-content .info {
  padding: 25px;
}

.our-courses .item .down-content .info ul li {
  display: inline-block;
  margin-right: 1px;
}

.our-courses .item .down-content .info ul li i {
  color: #f5a425;
  font-size: 14px;
}

.our-courses .item .down-content .info span {
  color: #a12c2f;
  font-size: 15px;
  font-weight: 600;
  text-align: right;
  display: inline-block;
  width: 100%;
}

.our-courses .owl-nav {
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-45px);
}

.our-courses .owl-dots {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 40px;
}

.our-courses .owl-dots .owl-dot {
  transition: all .5s;
  width: 7px;
  height: 7px;
  background-color: #fff;
  margin: 0px 5px;
  border-radius: 50%;
  outline: none;
}

.our-courses .owl-dots .active {
  width: 24px;
  height: 8px;
  border-radius: 4px;
}
    
.our-courses .owl-nav .owl-prev{
  margin-right: 10px;
  outline: none;
  position: absolute;
  left: -80px;
}

.our-courses .owl-nav .owl-prev span,
.our-courses .owl-nav .owl-next span {
  opacity: 0;
}

.our-courses .owl-nav .owl-prev:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f104';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}

.our-courses .owl-nav .owl-prev {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-prev:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next {
  opacity: 1;
  transition: all .5s;
}

.our-courses .owl-nav .owl-next:hover {
  opacity: 0.9;
}

.our-courses .owl-nav .owl-next{
  margin-left: 10px;
  outline: none;
  position: absolute;
  right: -85px;
}

.our-courses .owl-nav .owl-next:before {
  display: inline-block;
  font-family: 'FontAwesome';
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 700;
  content: '\f105';
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
}


/*
---------------------------------------------
our facts
---------------------------------------------
*/

section.our-facts {
  background-image: url(../images/section_facts.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0px 125px 0px;
}

section.our-facts h2 {
  font-size: 38px;
  color: #fff;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 50px;
}

.count-area-content {
  text-align: center;
  background-color: rgba(250,250,250,0.15);
  border-radius: 20px;
  padding: 25px 30px 35px 30px;
  margin: 15px 0px;
}

.percentage .count-digit:after {
  content: '%';
  margin-left: 3px;
}

.count-digit {
    margin: 5px 0px;
    color: #f5a425;
    font-weight: 700;
    font-size: 36px;
}
.count-title {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
}

.new-students {
  margin-top: 45px;
}

section.our-facts .video {
  text-align: center;
  margin-left: 70px;
  /*background-image: url(../images/video-item-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;*/
  background-size: cover;
  border-radius: 20px;
}

section.our-facts .video img {
  padding: 170px 0px;
  max-width: 56px;
}


/* 
---------------------------------------------
contact us
--------------------------------------------- 
*/

section.contact-us {
    /*background:linear-gradient(180deg,#0ba360 0%, #3cba92 100%);*/
    /*margin-top: 30px;*/
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  /*padding: 100px 50px 0px 50px;*/
}

section.contact-us .contact {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .contact h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.contact-us .contact input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.contact-us .contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.contact-us .contact button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.contact-us .contact button:hover {
  opacity: 0.9;
}

section.contact-us .right-info {
  background-color: #a12c2f;
  border-radius: 20px;
  padding: 40px;
}

section.contact-us .right-info ul li {
  display: inline-block;
  border-bottom: 1px solid rgba(250,250,250,0.15);
  margin-bottom: 30px;
  padding-bottom: 30px;
}

section.contact-us .right-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

section.contact-us .right-info ul li h6 {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
}

section.contact-us .right-info ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.footer2 {
  text-align: center;
 
  border-top: 1px solid black;
  padding-bottom:10px;
}
.footer2 p {
  text-transform: uppercase;
  font-size: 14px;
  color: black;
}
.footer {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer p {
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}

.footer p a {
  color: #f5a425;
}


/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.heading-page {
  background-image: url(../images/heading-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 230px;
  padding-bottom: 110px;
  text-align: center;
}

section.heading-page h6 {
  margin-top: 0px;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
}

section.heading-page h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}


/*
---------------------------------------------
upcoming meetings page
---------------------------------------------
*/

section.meetings-page {
  background-image: url(../images/meetings-page-bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 0px;
}

section.meetings-page .filters {
  text-align: center;
  margin-bottom: 60px;
}

section.meetings-page .filters li {
  font-size: 13px;
  color: #a12c2f;
  background-color: #fff;
  padding: 11px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all .3s;
  cursor: pointer;
  margin: 0px 3px;
}

section.meetings-page .filters ul li.active,
section.meetings-page .filters ul li:hover {
  background-color: #a12c2f;
  color: #fff;
}

section.meetings-page .pagination {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}

section.meetings-page .pagination ul li {
  display: inline-block;
}

section.meetings-page .pagination ul li a {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 10px;
  color: #1f272b;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-weight: 600;
  font-size: 15px;
  transition: all .3s;
}

section.meetings-page .main-button-red {
  text-align: center;
}

section.meetings-page .main-button-red a {
  padding: 12px 60px;
  text-align: center;
  margin-top: 30px;
}

section.meetings-page .pagination ul li.active a,
section.meetings-page .pagination ul li a:hover {
  background-color: #a12c2f;
  color: #fff;
}

.meeting-single-item .thumb {
  position: relative;
}

.meeting-single-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.meeting-single-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.meeting-single-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.meeting-single-item .down-content {
  background-color: #fff;
  padding: 40px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.meeting-single-item .thumb .date {
  position: absolute;
  background-color: rgba(250,250,250,0.9);
  width: 80px;
  height: 80px;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}

.meeting-single-item .thumb .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.meeting-single-item .thumb .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.meeting-single-item .down-content h4 {
  font-size: 22px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content h5 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 15px;
}

.meeting-single-item .down-content p {
  color: #1f272b;
  font-size: 14px;
}

.meeting-single-item .down-content p.description {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eee;
}

.meeting-single-item .down-content .share {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #eee;
}

.meeting-single-item .down-content .share h5 {
  float: left;
  margin-right: 10px;
  margin-bottom: 0px;
}

.meeting-single-item .down-content .share ul li {
  display: inline;
}

.meeting-single-item .down-content .share ul li a {
  font-size: 14px;
  color: #1f272b;
  transition: all .3s;
}

.meeting-single-item .down-content .share ul li a:hover {
  color: #f5a425;
}

/* Meeting item column */
.templatemo-item-col {
	width: 31%;
}

@media (max-width: 992px) {
	.templatemo-item-col {
		width: 45%;
	}
}
@media(max-width: 1200px)
{
    .logo-text{
        display:none;
    }
}
@media (max-width: 767px) {
	.templatemo-item-col {
		width: 100%;
	}
}

/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1300px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .caption {
    top: 60%;
  }

  .main-banner .caption h2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .main-banner .caption .main-button-red {
    margin-top: 15px;
  }

  .services {
    margin-top: 60px;
  }

  section.upcoming-meetings {
    /*padding-top: 400px;*/
  }

  section.upcoming-meetings .categories {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .accordions {
    margin-left: 0px;
  }

  .new-students {
    margin-top: 15px;
  }

  section.our-facts .video {
    margin-left: 0px;
    margin-top: 15px;
  }

  section.contact-us #contact {
    margin-bottom: 30px;
  }

}

@media (max-width: 767px) {

  .sub-header .left-content p {
    display: none;
  }

  .sub-header .right-icons {
    text-align: center;
  }

  .main-nav .nav .sub-menu {
    display: none;
  }

  .header-area .main-nav .nav li.has-sub ul.sub-menu li a {
    color: #1f272b !important;
  }

}

@media (max-width: 767px){
    .img-banner {
        height:500px;
        margin-top:100px;

    }
    .whyCeb{
        padding: 0px !important;
    } 
    .whyCebImg
    {
        margin-top:-60px !important;
    }
    .boxProcedure2 {
        width:auto !important;
    }
}

  .whyCeb{
    padding: 40px 230px 40px 230px;
  }
  .whyCebImg
  {
      margin-top:-100px;
  }  


    /*Plan Page*/
    .PlanPage{
        /*background-image: url(../images/cover-min.jpg);*/
        background: #dddddd;
        width:100%;
        padding: 220px 0px 130px 0px;
    }
    /*for Plans*/
    .plan{
        display: flex;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .container-plan{
        padding-bottom: 100px;
        background: #fff;
        text-align: center;
        margin-bottom: 50px;
        position: relative;
    }
    
    .container-plan:before{content:"";width:80%;height:10px;background:#727cb6;margin:0 auto;position:absolute;top:-10px;left:0;right:0}
    .container-plan .title{display:inline-block;width:80%;margin:0 0 40px;background:#727cb6;font-size:30px;font-weight:700;color:#fff;letter-spacing:1px;text-transform:uppercase;position:relative}
    .container-plan .title:after,.container-plan .title:before{content:"";border-right:10px solid #4a59ab;border-top:10px solid transparent;position:absolute;top:-10px;left:-10px}
    .container-plan .title:after{border-right:none;border-left:10px solid #4a59ab;left:auto;right:-10px}
    .container-plan .title span{display:block;padding:25px 0}
    .container-plan .title span:after{content:"";display:block;width:100%;height:21px;position:absolute;bottom:-21px;background:linear-gradient(-45deg,transparent 75%,#727cb6 75%) 0 50%,linear-gradient(45deg,transparent 75%,#727cb6 75%) 0 50%;background-repeat:repeat-x;background-size:16px}
    .container-plan .plan-content{list-style:none;padding:0;margin:0}
    .container-plan .plan-content li{font-size:16px;font-weight:700;color:#727cb6;line-height:30px;margin-bottom:20px;position:relative}
    .container-plan .plan-content li:last-child{margin-bottom:0}
    .container-plan .plan-content li:before{content:"";width:165px;height:40px;background:#727cb6;position:absolute;top:0;left:-10px}
    .container-plan .plan-content li:after{content:"";position:absolute;top:0;}
    .container-plan .plan-content i{font-size:16px;color:#fff;position:absolute;top:6px;left:0}
    .container-plan .plan-content i:after{content:"";border-right:10px solid #4a59ab;border-top:10px solid transparent;position:absolute;top:-16px;left:-10px}
    .container-plan .plan-value{width:150px;height:150px;border-radius:50%;background:#727cb6;margin:0 auto;overflow:hidden;position:absolute;bottom:-75px;left:0;right:0}
    .container-plan .plan-total{display:block;padding:21px 0;font-size:20px;font-weight:700;color:#fff;position:relative}
    .container-plan .plan-total:after,.container-plan .plan-total:before{content:"";width:53%;height:15px;background:#fff;position:absolute;bottom:-5px;left:0;transform:rotate(20deg)}
    .container-plan .plan-total:after{left:auto;right:0;transform:rotate(-20deg)}
    .container-plan .total{display:block;padding:15px 0;font-size:25px;font-weight:700;color:#fff}
    .container-plan .total span{display:inline;font-size:16px;border-bottom:2px solid #fff;position:relative;top:-8px}
    .container-plan.green .plan-value,.container-plan.green .plan-content li:before,.container-plan.green .title,.container-plan.green:before{background:#1abc9c}
    .container-plan.green .title span:after{background:linear-gradient(-45deg,transparent 75%,#1abc9c 75%) 0 50%,linear-gradient(45deg,transparent 75%,#1abc9c 75%) 0 50%;background-size:16px}
    .container-plan.green .plan-content li{color:#1abc9c}
    .container-plan.green .plan-content li:after{border-left:15px solid #1abc9c}
    .container-plan.green .plan-content i:after,.container-plan.green .title:before{border-right:10px solid #11927a}
    .container-plan.green .title:after{border-left:10px solid #11927a}
    .container-plan.purple .plan-value,.container-plan.purple .plan-content li:before,.container-plan.purple .title,.container-plan.purple:before{background:#cf4d78}
    .container-plan.purple .title span:after{background:linear-gradient(-45deg,transparent 75%,#cf4d78 75%) 0 50%,linear-gradient(45deg,transparent 75%,#cf4d78 75%) 0 50%;background-size:16px}
    .container-plan.purple .plan-content li{color:#cf4d78}
    .container-plan.purple .plan-content li:after{border-left:15px solid #cf4d78}
    .container-plan.purple .plan-content i:after,.container-plan.purple .title:before{border-right:10px solid #ae365e}
    .container-plan.purple .title:after{border-left:10px solid #ae365e}
    @media only screen and (max-width:990px){.container-plan{margin-bottom:100px}
    }

    /*for schedule*/
    .container-sched{
      background-color:#84bae5;border-radius:5px;width:80%;color:white;margin-bottom: 10px;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
    }
    .container-sched h2{
        font-size: 36px;    
        font-weight: 400;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.1;
        color: inherit;
    }
    .schedule{
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: 160px;
    }
    @media (max-width: 767px){
        .schedule {
            margin-left: 0px;
        }
    }
    @media(min-width: 780px){
        .col-md-3{
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }
    }
    @media(min-width: 576px){
        .col-ms-6{
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
         }
    }
    .col-md-3,.col-ms-6,.col-md-12{
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 12px;
        padding-left: 15px;
    }
    .classched{
        text-align: center;
    }
    .classched .schedHead{
        padding: 30px 0;
        background: #4d4d4d;
        position: relative;
        transition: all .3s ease 0s;
    }
    .classched:hover .schedHead{background:#09b2c6}
    .classched .schedHead:after,.classched .schedHead:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #d9d9d8;position:absolute;bottom:12px}
    .classched .schedHead:before{left:40px}
    .classched .schedHead:after{right:40px}
    .classched .heading{font-size:20px;color:#fff;text-transform:uppercase;letter-spacing:2px;margin-top:0}
    .classched .plan-head{display:inline-block;position:relative;font-size:55px;font-weight:700;color:#09b1c5;transition:all .3s ease 0s}
    .classched:hover .plan-head{color:#fff}
    .classched .currency{font-size:30px;font-weight:700;position:absolute;top:6px;left:-19px}
    .classched .plan{font-size: 26px;color:#fff;position:absolute;bottom: -27px;right: 35px;text-transform:uppercase}
    .classched .sched-content{padding-top:50px;background:#fff;position:relative}
    .classched .sched-content:after,.classched .sched-content:before{content:"";width:16px;height:16px;border-radius:50%;border:1px solid #7c7c7c;position:absolute;top:12px}
    .classched .sched-content:before{left:40px}
    .classched .sched-content:after{right:40px}
    .classched .sched-content ul{padding:0 20px;margin:0;list-style:none}
    .classched .sched-content ul:after,.classched .sched-content ul:before{content:"";width:8px;height:46px;border-radius:3px;background:linear-gradient(to bottom,#818282 50%,#727373 50%);position:absolute;top:-22px;z-index:1;box-shadow:0 0 5px #707070;transition:all .3s ease 0s}
    .classched:hover .sched-content ul:after,.classched:hover .sched-content ul:before{background:linear-gradient(to bottom,#40c4db 50%,#34bacc 50%)}
    .classched .sched-content ul:before{left:44px}
    .classched .sched-content ul:after{right:44px}
    .classched .sched-content ul li{font-size:15px;font-weight:700;color:#777473;padding:10px 0;border-bottom:1px solid #d9d9d8}
    .classched .sched-content ul li:last-child{border-bottom:none}
    .classched .read{display:inline-block;font-size:16px;color:#fff;text-transform:uppercase;background:#d9d9d8;padding:8px 25px;margin:30px 0;transition:all .3s ease 0s}
    .classched .read:hover{text-decoration:none}
    .classched:hover .read{background:#09b1c5}
    @media screen and (max-width:990px){.classched{margin-bottom:25px}

    }
    .cebuDesc{
        margin: 0 auto;
        
        padding: 100px;
       
         text-align:center;
    }
    .courseDesc2 h4{
      color:#007d00;
      margin-bottom:10px;
      
    }
    .courseDescBE h4{
      color:#360170;
      margin-bottom:10px;
      
    }
    .courseDescCR h4{
      color:#CB4409;
      margin-bottom:10px;
      
    }
    .courseDescFE h4{
      color:#B00E64;
      margin-bottom:10px;
    }
    .courseDescGE h4
    {
      color:#0840A2;
      margin-bottom:10px;
    }
    .courseDescIELTS h4
    {
      color:#035B5B;
      margin-bottom:10px;
    }
    .courseDescPE h4
    {
      color:#744902;
      margin-bottom:10px;
    }
    .courseDescYL h4
    {
      color:#3A7F02;
      margin-bottom:10px;
    }
    .courseDesc2, .courseDescBE, .courseDescCR, .courseDescFE, .courseDescGE, .courseDescIELTS, .courseDescPE, .courseDescYL{
        margin: 0 auto;
        
        padding: 40px;
      
      
    }
    @media (max-width: 1199px) {
        .messageDesc{
        margin: 0 auto;
        padding:40px 50px 40px 50px !important;
       
         text-align:center;
    }

    }
    @media (max-width: 990px) {
        .messageDesc{
        margin: 0 auto;
        padding:40px 50px 40px 50px !important;
       
         text-align:center;
    }

    }
    .messageDesc{
        margin: 0 auto;
        padding:40px 250px 40px 250px;
        text-align:center;
    }
    .messageDesc p, h3
    {
        font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif !important; 
    }
    .courseDesc{
        margin: 0 auto;
        
        padding: 40px;
       
         text-align:center;
    }
    .courseDesc1{
        margin: 0 auto;
        
        padding: 10px;
        margin-bottom: 10px;
       
         text-align:center;
    }
    .courseDesc1 h4{
        margin: 0 auto;
         text-align:center;
    }
    .courseDesc p{
       
        font-size:17px;
    }
    .course1 p{
        font-size:16px;
        color:#000000;
    }
    .course1 h4{
        font-size:30px;
        
    }
    .course1{
        margin: 0 auto;
        
        color:#000000;       
        display:flex;
        width:300px;
        height:250px;
        border-radius:10px;
        justify-content:center;
        align-items:center;
        text-align:center;
        cursor:pointer;
    }
    .contentC{
        width:300px;
        color:white;
        height:250px;
        position:absolute;
        background:rgba(0,0,0,0.6);
        border-radius:10px;
        display:flex;
        justify-content:center;
        align-items:center;
        flex-direction:column;
        opacity:0;
        transition:0.8s;

    }
    .contentC:hover{
        opacity:1;
        background-color: Black;
    }
    
   
    .contentC p{
        font-size:17px;
        color:#fff;
        padding-right:10px;
        padding-left:10px;
    }
    .container-courseC{
        background-color:#007d00;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseCR
    {
        background-color:#CB4409;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseBE{
        background-color:#360170;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseFE{
        background-color:#B00E64;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseGE
    {
        background-color:#0840A2;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseIELTS
    {
        background-color:#035B5B;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-coursePE
    {
        background-color:#744902;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .container-courseYL
    {
        background-color:#3A7F02;
        border-radius:5px;
        width:100%;
        color:#fff;
        margin-bottom:20px;
        padding:30px
    }
    .title-coursesC{
            background: linear-gradient(180deg,#0ba360 0%, #3cba92 100%);
        border-radius:5px;width:100%;color:#fff;margin-bottom:20px;
        padding:30px
    }

    .container-courseC h1,.container-courseBE h1, .container-courseCR h1, .container-courseFE h1, .container-courseGE h1, .container-courseIELTS h1, .container-coursePE h1, .container-courseYL h1{
        font-size:57px;
    }
    .container-courseC img, .container-courseBE img, .container-courseCR img, .container-courseFE img, .container-courseGE img, .container-courseIELTS img, .container-coursePE img, .container-courseYL img
    {
        width: 210px;
        height: 128px;
        float: right;
        margin-right: -30px;
        margin-top: -98px;
        border-radius: 5px;
    }
    @media (max-width: 767px){
        .container-courseBE img, .container-courseGE img
        {
            position: absolute;
            width: 172px;
            height: 197px;
            top: 220px;
            right: 12px;
            border-radius: 5px;
            margin-right: 0px;
            margin-top: 0px;
        }
        .container-courseCR img
        {
            position: absolute;
            width: 172px;
            height: 265px;
            top: 220px;
            right: 12px;
            border-radius: 5px;
            margin-right: 0px;
            margin-top: 0px;
        }
        .container-courseFE img
        {
            position: absolute;
            width: 172px;
            height: 197px;
            top: 220px;
            right: 12px;
            border-radius: 5px;
            margin-right: 0px;
            margin-top: 0px;
        }
        .container-coursePE img, .container-courseYL img
        {
            position: absolute;
            width: 172px;
            height: 265px;
            top: 220px;
            right: 12px;
            border-radius: 5px;
            margin-right: 0px;
            margin-top: 0px;
        }
    }
    .container-mainCourse{
        background:#fff;
        border-radius:5px;
        padding-bottom:50px
    }
    .container-Procedure{
       
        border-radius:5px;
        padding-bottom:50px
    }
    
    

.slider{
  width:100%;
  height:100vh;
  overflow:hidden;
}
.slides{
  width:500%;
  height:100vh;
  display:flex;
  animation: rotate 10s linear infinite;
}
.slides img{
  width:100%;
  height:100%;
  object-fit: cover;
}

.slides input{
  display:none;
}
.slide {
  width:20%;
  transition:2s;
}

.navigation-manual{
  position:absolute;
  width:100%;
   margin-top:250px;
  display:none;
  justify-content:center;
}
.manual-btn{

  border:2px solid #40D3DC;
  padding:5px;
  border-radius:10px;
  cursor:pointer;
  transition: 1s;
}
.manual-btn:not(:last-child){
  margin-right:40px;
  
}
.manual-btn:hover{
 background:#40D3DC;
  
}
#radio1:checked ~ .first{
  margin-left:0;
  
}
#radio2:checked ~ .first{
  margin-left:-20%;
}
#radio3:checked ~ .first{
  margin-left:-40%;
}
#radio4:checked ~ .first{
  margin-left:-60%;
}
section.featured-teachers .categories h4 {
  font-size: 18px;
  font-weight: 600;
  color: #1f272b;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

section.featured-teachers .categories ul li {
  display: inline-block;
  margin-bottom: 15px;
}

section.featured-teachers .categories ul li a {
  font-size: 15px;
  color: #1f272b;
  font-weight: 500;
  transition: all .3s;
}

section.featured-teachers .categories ul li a:hover {
  color: #a12c2f;
}

section.featured-teachers .categories .main-button-red {
  border-top: 1px solid #eee;
  padding-top: 30px;
  margin-top: 15px;
}

section.featured-teachers .categories .main-button-red a {
  width: 100%;
  text-align: center;
}
.teachers-item {
  margin-bottom: 30px;
}

.teachers-item .thumb {
  position: relative;

}


.teachers-item .thumb img {
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

.teachers-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.teachers-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.teachers-item .teachers-content {
  background-color: #fff;
  padding: 30px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.teachers-item .teachers-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.teachers-item .teachers-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.teachers-item .teachers-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.teachers-item .teachers-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.teachers-item .teachers-content p {
  margin-left: 50px;
  color: #1f272b;
  font-size: 14px;
}
.course-content {
  
  height:250px;
 background: linear-gradient(180deg,#3cba92 10%, #0ba360 100%);
  padding: 30px;
 border-bottom-left-radius:20px;
 border-bottom-right-radius:20px;
  text-align: justify;
 
}
.course-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.course-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.course-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.course-content h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  
  margin-bottom: 15px;
   margin-top: 15px;
  text-align: center;
}

.course-content p {

  color: #fff;
  text-align: center;
 
  font-size: 16px;
}
.c-item img {

  height:226px;
}
.footer-content p{
   color:black;
   font-weight:600;
   font-size:10px;
   line-height:2.2em;    
}
.footer-content1 p{
   color:black;
   font-weight:600;
   font-size:10px;
   line-height:2.2em;    
}

.footer-content{
   width:450px;
    
}
.footer-contentlogo img {
 
   
}
.footer-content img{
  margin-right:10px;
}
.footer-content1 img{
  margin-right:10px;
}
.footer-item {
  
}
.footer-content .footer-item{
    padding-top:26px;
}
.footer-content1 .footer-item{
    padding-top:35px;
}
.footer-content .footer-item p{
    text-align:justify;
}

.contact-item {
  margin:auto;
  text-align:center;
}

.contact-item .thumb-contact {
  
 
}

.contact-item .thumb-contact img {
 width:400px;
}

.contact-item .thumb-contact .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.contact-item .thumb-contact .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}

.contact-item .contact-content {
    
  /*background-color: #fff;*/
  /*padding: 30px;*/
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.contact-item .contact-content .date {
  float: left;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}

.contact-item .contact-content .date h6 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  color: #a12c2f;
}

.contact-item .contact-content .date span {
  display: block;
  color: #1f272b;
  font-size: 22px;
  margin-top: 7px;
}

.contact-item .contact-content h4 {
  font-size: 18px;
  color: #1f272b;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 15px;
}

.contact-item .contact-content p {

  color: #1f272b;
  font-size: 14px;
  text-align:center;
}
/*--------------Course Tables-------------------*/
.buseng-table, .cusrel-table, geneng-table, .ielts-table2, .toeic-table, .yl-table{
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border-spacing: 0px;
    border: 0px solid #000000;
    background-color: transparent;
}

.buseng-table td, .cusrel-table td, .geneng-table td, .ielts-table2 td, .toeic-table td, .yl-table td, th {
  border: 1px solid #dddddd;
   
  text-align: left;
  padding: 8px;
}
.buseng-table th {
  background-color: #360170;
  color:#fff;
}
.cusrel-table th {
  background-color: #CB4409;
  color:#fff;
}
.geneng-table th {
  background-color: #0840A2;
  color:#fff;
}
.ielts-table2 th {
  background-color: #035B5B;
  color:#fff;
}
.toeic-table th {
  background-color: #007d00;
  color:#fff;
}
.yl-table th {
  background-color: #3A7F02;
  color:#fff;
}
.buseng-table tr:nth-child(even) , .cusrel-table tr:nth-child(even), .geneng-table tr:nth-child(even), .ielts-table2 tr:nth-child(even), toeic-table tr:nth-child(even), .yl-table tr:nth-child(even){
  background-color: rgba(0, 0, 0, 0.1);
}
/*----------------------------------------------*/

.famEng-table, .ielts-table, .pe-table {
      font-family: arial, sans-serif;
      border-collapse: collapse;
      width: 100%;
    border-spacing: 0px;
    border: 0px solid #000000;
    background-color: transparent;
}

.famEng-table td, .ielts-table td, .pe-table td, th {
  border: 1px solid #dddddd;
   
  text-align: center;
  padding: 8px;
}
.famEng-table th {
  background-color: #B00E64;
  color:#fff;
}
.ielts-table th
{
  background-color: #035B5B;
  color:#fff;
}
.pe-table th
{
  background-color: #744902;
  color:#fff;
}
.famEng-table tr:nth-child(even), .ielts-table tr:nth-child(even), .pe-table tr:nth-child(even){
  background-color: rgba(0, 0, 0, 0.1);
}
.bullet-cc{
    list-style-image:url('../images/bullts.png');
    padding-top:10px;
}

.famGall-item {
  margin-bottom: 30px;
}

.famGall-item .thumb {
  position: relative;
  transition:0.3s;
}

.famGall-item .thumb:hover {
  transform: translate(0, -10px);
}
.famGall-item .thumb img {
 border-radius:20px;
}

.famGall-item .thumb .price {
  position: absolute;
  left: 20px;
  top: 20px;
}

.famGall-item .thumb .price span {
  font-size: 16px;
  color: #1f272b;
  font-weight: 600;
  background-color: rgba(250,250,250,0.9);
  padding: 7px 12px;
  border-radius: 10px;
}
.modald {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 300px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */C:\Users\mumara\documents\visual studio 2013\Projects\WebApplication1\WebApplication1\assets\css\lightbox.css
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
/* Modal Content (image) */
.modald-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
 
}
/* Add Animation */
.modald-content, .caption {  
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

.closers {
  position: absolute;
  top: 120px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closers:hover,
.closers:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.li1{
    padding-left:70px;
}





/* 
---------------------------------------------
login form
--------------------------------------------- 
*/
.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
    margin-top:20px;
  width: 450px;  
  /*min-height: 100vh;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-login100 {
  width: 500px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}

/*------------------------------------------------------------------
[ Form ]*/

.login100-form {
  width: 100%;
}

.login100-form-title {
  display: block;
  /*font-family: Poppins-Bold;*/
  font-size: 39px;
  color: #333333;
  line-height: 1.2;
  text-align: center;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #d9d9d9;
}

.label-input100 {
  /*font-family: Poppins-Regular;*/
  font-size: 14px;
  color: #333333;
  line-height: 1.5;
  padding-left: 7px;
}

.input100 {
  outline: none;
  border: none;
  touch-action: manipulation;
  font-size: 16px;
  color: #333333;
  line-height: 1.2;

  display: block;
  width: 100%;
  height: 55px;
  background: transparent;
  padding: 0 7px 0 43px;
}


/*---------------------------------------------*/
.focus-input100 {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.focus-input100::after {
  content: attr(data-symbol);
  font-family: Material-Design-Iconic-Font;
  color: #adadad;
  font-size: 22px;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: calc(100% - 20px);
  bottom: 0;
  left: 0;
  padding-left: 13px;
  padding-top: 3px;
}

.focus-input100::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}


.input100:focus + .focus-input100::before {
  width: 100%;
}

.has-val.input100 + .focus-input100::before {
  width: 100%;
}

.input100:focus + .focus-input100::after {
  color: #a64bf4;
}

.has-val.input100 + .focus-input100::after {
  color: #a64bf4;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrap-login100-form-btn {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 25px;
  overflow: hidden;
  margin: 0 auto;

  box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -moz-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -webkit-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -o-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
  -ms-box-shadow: 0 5px 30px 0px rgba(3, 216, 222, 0.2);
}

.login100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #a64bf4;
  background: -webkit-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -o-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: -moz-linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  background: linear-gradient(right, #00dbde, #fc00ff, #00dbde, #fc00ff);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn {
  font-family: Poppins-Medium;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  width: 100%;
  height: 50px;
}

.wrap-login100-form-btn:hover .login100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 2px;
  pointer-events: none;

  font-family: Poppins-Regular;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 20px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  .why_cebSeiha
  {
      right: 0px !important;
  }
}


/*//////////////////////////////////////////////////////////////////
[ Social item ]*/
.login100-social-item {
  font-size: 25px;
  color: #fff;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 5px;
}

.login100-social-item:hover {
  color: #fff;
  background-color: #333333;
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .wrap-login100 {
    padding-left: 15px;
    padding-right: 15px;
  }
} 

/* END: Login form */

section.book-now, section.estimate{
    background-color: #ccc;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0px 0px 0px;
}
section.book-now #booking {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}

section.book-now #booking h2 {
  text-transform: uppercase;
  color: #1f272b;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

section.book-now #booking input {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 0px 15px;
  margin-bottom: 30px;
}

section.book-now #booking textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 20px;
  background-color: #f7f7f7;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #7a7a7a;
  padding: 15px;
  margin-bottom: 30px;
}

section.book-now #booking button {
  font-size: 13px;
  color: #fff;
  background-color: #a12c2f;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 22px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
}

section.book-now #booking button:hover {
  opacity: 0.9;
}
.footer-booking {
  text-align: center;
  margin-top: 140px;
  border-top: 1px solid rgba(250,250,250,0.15);
  padding: 50px 0px;
}
.footer-booking p a {
  color: #f5a425;
}

.container-book{
    width:950px;
}
@media (max-width: 767px)
{
    .container-book{
        width:100%;
    }
}
.dark-and-light-blue-line {
    display: block;
    position: relative;
    line-height: 1.25;
    text-align: center;
    color: #555;
    font-size: 5rem;
}

.dark-and-light-blue-line:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    width: 30%;
    height: 4px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg,var(--howdy-dark-blue),var(--howdy-dark-blue) 50%,var(--howdy-light-blue) 0,var(--howdy-light-blue))
}
.ja{
    font-weight: 700;
    font-size: 1.2vw;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,"\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3",Hiragino Kaku Gothic ProN,Arial,"\30E1\30A4\30EA\30AA",Meiryo,sans-serif!important;
}
.en{
    font-weight: lighter;
    font-size: .7vw;
    margin-top: -1.5em;    
    line-height: 40px;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,YuGothic,"\30D2\30E9\30AE\30CE\89D2\30B4 ProN W3",Hiragino Kaku Gothic ProN,Arial,"\30E1\30A4\30EA\30AA",Meiryo,sans-serif!important;
}
@media (max-width: 767px)
{
    .ja {
       font-size: 4vw;
    }
    .en{
        display:none;
    }
}
.thumbnail_slider img{
    border:1px solid;
    
}
.tiles-menu > *{
  display: inline-block;
  width: 100%;
  position: relative;
}
.tiles-menu .tiles-menu-item{
  display: inline-flex;
  flex-direction: column;
  position: relative;
  padding: 25px 10px;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: none;
  color: var(--color-base);
}
.tiles-menu .tiles-menu-item>*{
  pointer-events: none;
}
.tiles-menu .tiles-menu-item:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color-secondary-background);
  z-index:-1;
  border-radius: var(--radius-button);
  transition: top var(--animation-time) var(--animation-type),
    		  left var(--animation-time) var(--animation-type),
      		  width var(--animation-time) var(--animation-type),
        	  height var(--animation-time) var(--animation-type),
          	  background var(--animation-time) var(--animation-type);
}
.tiles-menu .tiles-menu-item > *:not(:first-child){
  margin-top: 5px;
}
.tiles-menu > *:hover > .tiles-menu-item:before{
  --scale: 5px;
  top: calc(var(--scale) * -1);
  left: calc(var(--scale) * -1);
  width: calc(100% + var(--scale)*2);
  height: calc(100% + var(--scale)*2);
  background: var(--color-base);
}

/*.footer-navi li a{
    color:#1e1e1e!important;
}*/

.main-content {
  width: 100%;
  padding: 270px 0px 0px 0px; }
  @media (max-width: 991.98px) {
    .main-content {
      width: 100%;
      position: relative;
      float: none; } }
  .main-content .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      .main-content .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .main-content .photos .photo-item {
    position: relative; }
    .main-content .photos .photo-item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden; }
    .main-content .photos .photo-item .photo-text-more {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
      .main-content .photos .photo-item .photo-text-more .icon {
        color: #fff;
        font-size: 20px; }
      .main-content .photos .photo-item .photo-text-more .heading {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0; }
      .main-content .photos .photo-item .photo-text-more .meta {
        color: #cccccc;
        text-transform: uppercase;
        font-size: 12px; }
    .main-content .photos .photo-item img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 300px;
      margin-bottom: 20px; }
      @media (max-width: 575.98px) {
        .main-content .photos .photo-item img {
          height: 200px; } }
    .main-content .photos .photo-item:hover:after {
      opacity: 1;
      visibility: visible; }
    .main-content .photos .photo-item:hover .photo-text-more {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }

    .boxProcedure1{
        
        width:5%;
        height:53px;
        text-align:left;
       
        display: inline-block;
        vertical-align: middle;
        text-align:center;
    }
    .boxProcedure2{
        background-color:#fff;
        /*border:2px solid;*/
        margin-left:-5px;
        padding:0;
        display: inline-block;
        width:55%;
        vertical-align: middle;
        text-align:left;
        padding:10px 30px 10px 30px;
        transition: all 0.3s ease;
    }
   


    .social-icons {
    list-style: none;
    padding: 0;
    }

    .social-icons li {
        display: inline-block;
        margin: 5px;
        transition: transform 0.3s ease;
    }

    .social-icons li a {
        text-decoration: none;
    }

    .social-icons li i {
        font-size: 30px;
        color: #fff;
    }

    .social-icons li:hover {
        transform: scale(2.1); /* Increase the size on hover */
    }
    
   .container1
   {
     padding-left: 100px;
     padding-right: 100px;
     margin-top: 20px;
     padding-bottom: 100px;
     
   }
   .carousel
   {
       width:auto;
   }
   .seiha-banner{
        padding:0;
    }
@media (max-width: 420px) 
{
    /*.container1 
    {
        padding-left: 100px;
        padding-right: 100px;
        margin-top: -85px;
        padding-bottom: 100px;
    }*/
    .carousel
    {
        width: 408px;
        right: 85px;
    }
    .seiha-banner{
        padding:90px 0px 0px 0px;
    }
    .thumbnail_slider_area
    {
       width: 408px;
       left: -80px;
       margin-top: 10px;
    }
    .line-title:before{
        margin-top: 115px;
    }
    .line-title
    {
        font-size: 50px !important;
    }
    .notice-title
    {
        font-size: 5.5vw;
    }
    .why_cebSeiha 
    {
        display:none;
    }
}
@media (max-width: 990px) {
    .why_cebSeiha {
        display:none;
    }
}
@media (max-width: 997px) {
    .why_cebSeiha {
        right: -15px !important;
    }
}
@media (max-width: 1399px) {
    .why_cebSeiha {
        right: 75px !important;
    }
}
@media (max-width: 1199px) {
    .why_cebSeiha {
        right: 0px !important;
    }
}
@media (max-width: 768px) {
    .socmedtel {
        display: none;
    }
}
.why_cebSeiha
{
    position: absolute;
    z-index: 10;
    top: -43px;
    right: 130px;
    width: auto;
}
/*//////////////////////////////////////////////////////////////////
    [ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
    height: 669px;
    
}

.container-login100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wrap-login100 {
  width: 500px;
  background: rgb(20 168 59 / 48%);
  border-radius: 10px;
  overflow: hidden;
}

.column {
  float: left;
  width: 50%;
  padding: 10px;
}
.linklist_footer
{
   border-bottom: 1px dashed #ccc;
   width: 280px;
}
.card-banner {
  position: absolute;
  width: 90%;
  /*height: 100%;*/
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
}



.cards-banner {
  position: relative;
  width: 100%;
  height: 550px;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
                    .cards-banner {
                      position: relative;
                      width: 100%;
                      height: 550px;
                      margin-bottom: 20px;
                    }
                    .card-banner {
                      position: absolute;
                      width: 100%;
                      /*height: 100%;*/
                      left: 0;
                      right: 0;
                      margin: auto;
                      transition: transform .4s ease;
                      cursor: pointer;
                    }
            #item-1:checked ~ .cards-banner #song-6, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 , #item-6:checked ~ .cards-banner #song-5 {
              transform: translatex(-40%) scale(.7);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-6, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3, #item-6:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.7);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-6, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2, #item-6:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.7);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-6, #item-5:checked ~ .cards-banner #song-1, #item-6:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.7);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-6, #item-6:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.7);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5, #item-6:checked ~ .cards-banner #song-6 {
              transform: translatex(0) scale(.9);
              opacity: 1;
              z-index: 1;
  
                      img {
                        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
                      }
                    }
                }
         @media (max-width: 1500px) {
                    .cards-banner {
                      position: relative;
                      width: 100%;
                      height: 420px;
                      margin-bottom: 20px;
                    }
                    .card-banner {
                      position: absolute;
                      width: 100%;
                      /*height: 100%;*/
                      left: 0;
                      right: 0;
                      margin: auto;
                      transition: transform .4s ease;
                      cursor: pointer;
                    }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5 {
              transform: translatex(0) scale(1);
              opacity: 1;
              z-index: 1;
  
                      img {
                        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
                      }
                    }
                }
        @media (max-width: 1280px) {
                    .cards-banner {
                      position: relative;
                      width: 100%;
                      height: 320px;
                      margin-bottom: 20px;
                    }
                    .card-banner {
                      position: absolute;
                      width: 100%;
                      /*height: 100%;*/
                      left: 0;
                      right: 0;
                      margin: auto;
                      transition: transform .4s ease;
                      cursor: pointer;
                    }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5 {
              transform: translatex(0) scale(1);
              opacity: 1;
              z-index: 1;
  
                      img {
                        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
                      }
                    }
                }
         @media (max-width: 1024px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 230px;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              cursor: pointer;
            }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5 {
              transform: translatex(0) scale(1);
              opacity: 1;
              z-index: 1;
  
                      img {
                        box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
                      }
                    }
        }
         @media (max-width: 600px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 50px;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              cursor: pointer;
            }
        }
         @media (max-width: 850px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 150px;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              cursor: pointer;
            }
        }
         @media (max-width: 550px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 50px;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              cursor: pointer;
            }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5 {
              transform: translatex(0) scale(1.4);
              opacity: 1;
              z-index: 1;
  
  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}
        }
         @media (max-width: 640px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 100px;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              cursor: pointer;
            }
        }
        @media (max-width: 420px) {
            .cards-banner {
              position: relative;
              width: 100%;
              height: 100%;
              margin-bottom: 20px;
            }
            .card-banner {
              position: absolute;
              width: 100%;
              /*height: 100%;*/
              left: 0;
              right: 0;
              margin: auto;
              transition: transform .4s ease;
              transform: scale(2);
              cursor: pointer;
            }
            #item-1:checked ~ .cards-banner #song-5, #item-2:checked ~ .cards-banner #song-1, #item-3:checked ~ .cards-banner #song-2, #item-4:checked ~ .cards-banner #song-3, #item-5:checked ~ .cards-banner #song-4 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-4, #item-2:checked ~ .cards-banner #song-5, #item-3:checked ~ .cards-banner #song-1, #item-4:checked ~ .cards-banner #song-2, #item-5:checked ~ .cards-banner #song-3 {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-3, #item-2:checked ~ .cards-banner #song-4, #item-3:checked ~ .cards-banner #song-5, #item-4:checked ~ .cards-banner #song-1, #item-5:checked ~ .cards-banner #song-2  {
              transform: translatex(-40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }

            #item-1:checked ~ .cards-banner #song-2, #item-2:checked ~ .cards-banner #song-3, #item-3:checked ~ .cards-banner #song-4, #item-4:checked ~ .cards-banner #song-5, #item-5:checked ~ .cards-banner #song-1 {
              transform: translatex(40%) scale(.8);
              opacity: .4;
              z-index: 0;
            }
            #item-1:checked ~ .cards-banner #song-1, #item-2:checked ~ .cards-banner #song-2, #item-3:checked ~ .cards-banner #song-3, #item-4:checked ~ .cards-banner #song-4, #item-5:checked ~ .cards-banner #song-5 {
              transform: translatex(0) scale(1.8);
              opacity: 1;
              z-index: 1;
  
  img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
  }
}
        }
/*------------------------------------------------------------------*/
.homepage-button {
    background-color: #E44E38;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    height: 44px;
    line-height: 40px;
    margin: 0 auto;
    max-width: 100%;
    min-width: 240px;
    padding: 0 22px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    width: auto
}

@media (min-width: 1200px) {
    .homepage-button {
        font-size:22px;
        height: 55px;
        line-height: 56px;
        min-width: 200px;
        padding: 0 32px
    }
}

.homepage-button:hover,.homepage-button:focus {
    background-color: #D0402B;
    color: #FFFFFF
}

.homepage-button .v-align {
    display: inline-block;
    height: auto;
    line-height: 1;
    vertical-align: middle;
    width: auto
}

.homepage-cta-button {
    bottom: -120px;
    display: inline-block;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 400
}

@media (min-width: 568px) {
    .homepage-cta-button {
        left:100px;
        width: auto
    }
    .homepage-button {
        min-width: 100px;
    }
}

.homepage-cta-button.down {
    bottom: -120px
}

.homepage-cta-button.up {
    bottom: 0
}

@media (min-width: 568px) {
    .homepage-cta-button.up {
        bottom:24px
    }
}

@media (max-width: 567px) {
    .homepage-cta-button.up {
        display:none;
    }
}
/*Contact Us*/
.main{
    background:url('../images/bg.sga1_1.png');
    padding: 220px 0px 130px 0px;
}
.main,section
{
    max-width:100%;
}
.main,.wrapper
{
    width:100%;
}
.wrapper {
    max-width: 1200px;
    margin: 210px auto auto;
    
    box-sizing: border-box
}

.wrapper.loginTemplate {
    margin: 145px auto 50px
}

.wrapper.commonTemplate {
    margin-top: 50px
}
.backBord {
    background-color: #fff;
    padding: 40px;
    box-shadow: 3px 3px 5px rgba(128,129,109,.4)
}
.pageTitle {
    text-align: center;
    width: 200px;
    margin: 10px auto 30px;
    font-weight:900;
}
.pageTitle:after {
    content: "";
    display: block;
    margin-top: 5px;
    border-radius: 5px;
    height: 10px;
    background: linear-gradient(270deg, #3cba92 , #0ba360);
}
.formTable {
    width: 100%
}

.formTable td,.formTable th {
    border: 1px solid #707070;
    padding: 30px 20px
}

.formTable th {
    background: #e9e9e9
}

@media(max-width: 640px) {
    .formTable td,.formTable th {
        display:block;
        padding: 15px 10px;
        text-align: center
    }
}
.required {
    color: #e90037;
    font-size: .9rem;
    margin-left: 20px;
    margin-bottom: -10px;
    vertical-align: top
}
.txtConUs{
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    /*border: 0px;*/
    box-sizing: content-box;
    /*background: none;*/
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}
.dvConULayer1
{
    margin: 27px 0 0 0;
    position: relative;
    padding-bottom: 10px;
    vertical-align: unset;
    display: inline-flex;
    flex-direction: column;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}
.dvConULayer2
{
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
}
.dvConULayer3
{
    font-family: "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "Yu Gothic", Meiryo, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}
.goog-te-banner-frame {
    display: none !important;
}
.goog-te-gadget-icon {
    display: none !important;
}
.goog-te-menu-value span:nth-child(2) {
    display: none;
}
 .skiptranslate iframe {
            display: none !important;
        }
        .skiptranslate {
            display: none !important;
        }

.clphvw:before, .clphvw:after
{
    display: table;
    content: " ";
}
.socialimg
{
    width: 31px;
    height: 31px;
}
.main-content-gallery {
  width: 100%;
  padding: 40px;
  width: 100%; }
  @media (max-width: 991.98px) {
    .main-content-gallery {
      width: 100%;
      position: relative;
      float: none; } }
.main-content-gallery .container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0; }
    @media (max-width: 991.98px) {
      .main-content-gallery .container-fluid {
        padding-left: 15px;
        padding-right: 15px; } }
  .main-content-gallery .photos .photo-item {
    position: relative; }
    .main-content-gallery .photos .photo-item:after {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      z-index: 1;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden; }
    .main-content-gallery .photos .photo-item .photo-text-more {
      position: absolute;
      z-index: 3;
      top: 50%;
      left: 50%;
      width: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin-top: 30px;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      opacity: 0;
      visibility: hidden;
      text-align: center; }
      .main-content-gallery .photos .photo-item .photo-text-more .icon {
        color: #fff;
        font-size: 20px; }
      .main-content-gallery .photos .photo-item .photo-text-more .heading {
        font-size: 16px;
        color: #fff;
        margin-bottom: 0; }
      .main-content-gallery .photos .photo-item .photo-text-more .meta {
        color: #cccccc;
        text-transform: uppercase;
        font-size: 12px; }
    .main-content-gallery .photos .photo-item img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 300px;
      margin-bottom: 20px; 

    }
      @media (max-width: 575.98px) {
        .main-content-gallery .photos .photo-item img {
          height: 200px; } }
    .main-content-gallery .photos .photo-item:hover:after {
      opacity: 1;
      visibility: visible; 
      margin-bottom: 20px;
    }
    .main-content-gallery .photos .photo-item:hover .photo-text-more {
      margin-top: 0;
      opacity: 1;
      visibility: visible; }
    .search-option-link
    {
        color: rgb(18, 186 , 255) !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    .loading-text
    {
        color: rgb(255, 255, 255) !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    .search-options
    {
        width: 1080px;
    }
    .search-separator
    {
        margin-top: 20px;
        margin-bottom: 20px;
        border: 0;
        border-top: 1px solid #eee;
        opacity: 1;
    }
    .btn-search
    {
        border-radius: .25rem !important;
        background-color: #05bb66 !important;
        border: 1px solid transparent !important;
        color: #fff !important;
        transition: all ease-in 0.3s !important;
        margin-bottom: 20px;
        margin-right: 10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px !important;
        text-indent: 2px;
        padding: 6px 12px !important;
    }
    .btn-search:hover
    {
        background-color: #09854b !important;
        color:#dee2e6 !important;
    }
    /*.collapse.in {
    display: block !important;
}*/
    .text-search
    {
        border-radius: 5px;
        margin-bottom: 5px;
        text-indent: 2px;
        border: 1px solid transparent;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    .label-options
    {
        margin-bottom: 0;
        padding-bottom: 1px;
        color: rgb(255, 255, 255) !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
    }
    .select-options
    {
        text-transform: none;
        border-radius: 5px !important;
        margin-top: -2px;
        border: 1px solid transparent !important;
        width: 100% !important;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px !important;
    }
    .table th, td
    {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px !important;
    }
    .table-bordered {
        border: 1px solid #e9ecef;
    }
    .input-sm
    {
        height: 33px;
        width:43px !important;
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        cursor: pointer;
    }
    .dataTables_paginate .pagination 
    {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        float: right;
    }

    div.dataTables_wrapper div.dataTables_info 
    {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        display: inline-block; 
    }
    .breadcrumb-item
    {
            float: left;
    }
    .breadcrumb-home
    {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
    }
    .jobBanner, .jobTitle
    {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        padding:25px;
        float: left;
        width: 100%;
    }
    .jobDescp
    {
        font-family: Arial, Helvetica, sans-serif !important;
        font-size: 13px !important;
        padding:45px;
    }
    .jobDate, .jobDept, .jobType
    {
        font-size: 13px;
        margin-top: 10px;
    }
    .btnApply
    {
        float: right !important;
    }
