/*cd Desktop\html\vcexperiment>cd template\css*/
/*sass --watch main.scss:main.css*/
/*mixin for cross browser property set up*/
/*example*/
/*.selector {
		/*@include prefix(transition, all 0.4s ease, webkit ms o moz );*/
/*@include prefix(transform, rotate(45deg), webkit ms);*/
/*@include prefix(flex-direction, column, webkit moz ms );*/
/*@include prefix(justify-content, , webkit moz ms );*/
/*@include flex-grow(0); 
@include flex-shrink(0); */
/*mixin for cross browser property set up*/
/*example*/
/*.selector {
		/*@include prefix(transition, all 0.4s ease, webkit ms o moz );*/
/*@include prefix(transform, rotate(45deg), webkit ms);*/
/*@include prefix(flex-direction, column, webkit moz ms );*/
/*@include prefix(justify-content, , webkit moz ms );*/
/*@include flex-grow(0); 
@include flex-shrink(0); */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/*$skyblue: #328CC1;*/
/*$seagreen: rgb(113,189,171);*/
#header, ul#mainmenu-list > li, ul#dropdownmenu > li.dropdown-opt > a {
  background-color: #fff;
  color: #40364d; }

ul#mainmenu-list > li:hover, ul#mainmenu-list > li:active, ul#dropdownmenu > li.dropdown-opt:hover, ul#dropdownmenu > li.dropdown-opt:active, ul#dropdownmenu > li.dropdown-opt:hover > a, ul#dropdownmenu > li.dropdown-opt:active > a, .active {
  background-color: #fff;
  color: maroon;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.color1 {
  color: white;
  background-color: #5b9aa0; }

.color2 {
  color: black;
  background-color: #d6d4e0; }

.cb {
  color: black !important; }

/*mixin for cross browser property set up*/
/*example*/
/*.selector {
		/*@include prefix(transition, all 0.4s ease, webkit ms o moz );*/
/*@include prefix(transform, rotate(45deg), webkit ms);*/
/*@include prefix(flex-direction, column, webkit moz ms );*/
/*@include prefix(justify-content, , webkit moz ms );*/
/*@include flex-grow(0); 
@include flex-shrink(0); */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/*$skyblue: #328CC1;*/
/*$seagreen: rgb(113,189,171);*/
#header, ul#mainmenu-list > li, ul#dropdownmenu > li.dropdown-opt > a {
  background-color: #fff;
  color: #40364d; }

ul#mainmenu-list > li:hover, ul#mainmenu-list > li:active, ul#dropdownmenu > li.dropdown-opt:hover, ul#dropdownmenu > li.dropdown-opt:active, ul#dropdownmenu > li.dropdown-opt:hover > a, ul#dropdownmenu > li.dropdown-opt:active > a, .active {
  background-color: #fff;
  color: maroon;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.color1 {
  color: white;
  background-color: #5b9aa0; }

.color2 {
  color: black;
  background-color: #d6d4e0; }

.cb {
  color: black !important; }

body {
  font-size: 16px;
  line-height: 16px;
  font-family: verdana, helvetica, sans-serif; }

/*media query breakpoints*/
/*mobile max-width*/
/*tablet min and max width*/
/*computer large screen min-width*/
ul#mainmenu-list > li > a, ul#dropdownmenu > li.dropdown-opt > a {
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  text-decoration: none; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.sticky {
  position: fixed;
  top: 0;
  width: 100%; }

.fixedheight {
  height: 50px !important;
  line-height: 50px !important; }

.autoheight {
  height: auto !important; }

.transition, header, #nav, ul#mainmenu-list, #nav #menu-container, ul#mainmenu-list > li, .toggle-nav {
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.intake {
  position: relative;
  z-index: 50;
  padding: 5px;
  border-bottom: 1px #fff solid;
  text-align: center;
  line-height: 120%; }

.intake-decoration {
  color: red;
  -webkit-animation: flash linear 1s infinite;
  animation: flash linear 1s infinite; }

a.intake-register {
  border-radius: 20px;
  padding: 0px 10px 0px 10px;
  font-size: 80%;
  margin-left: 20px;
  cursor: pointer; }

@-webkit-keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
@keyframes flash {
  0% {
    opacity: 1; }
  50% {
    opacity: .1; }
  100% {
    opacity: 1; } }
header, #nav, ul#mainmenu-list {
  position: relative;
  width: 100%;
  z-index: 150; }

#header {
  /*position: fixed;
  top: 0;*/ }

.container {
  display: block;
  position: relative;
  margin: 0 auto;
  height: auto; }
  .container::after {
    clear: both;
    content: "";
    display: block; }
  .container::before {
    clear: both;
    content: "";
    display: block; }

#nav {
  width: 100%; }
  #nav img {
    height: 100%;
    float: left; }
  #nav #menu-container {
    float: right; }

/*same*/
ul#mainmenu-list {
  list-style-type: none; }
  ul#mainmenu-list > li {
    position: relative;
    text-decoration: none;
    text-align: center;
    cursor: pointer; }
    ul#mainmenu-list > li > a {
      /*@extend .transition;*/ }

ul#dropdownmenu {
  z-index: 200;
  list-style-type: none;
  text-align: center;
  /*filter: brightness(0.85);	*/
  margin: 0;
  padding: 0; }
  ul#dropdownmenu > li.dropdown-opt {
    z-index: 200;
    width: 100%;
    text-decoration: none;
    height: 50px;
    line-height: 50px;
    /*border-bottom:1px #999 solid; */
    cursor: pointer;
    display: block !important;
    opacity: 1; }
    ul#dropdownmenu > li.dropdown-opt:hover, ul#dropdownmenu > li.dropdown-opt:active {
      text-decoration: none;
      z-index: 200;
      opacity: 1;
      cursor: pointer; }

/*ul.ddmclosed {*/
ul.ddmclosed {
  height: 0;
  overflow: hidden; }

/*same*/
/*ul.ddmopened {*/
ul.ddmopened {
  height: auto;
  min-height: 150px;
  overflow: hidden;
  display: block !important;
  opacity: 1; }

.nav-link {
  display: block; }

/*---------------------------------------------------------------------*/
/*for mobile and tab both*/
/*---------------------------------------------------------------------*/
@media screen and (max-width: 1136px) {
  .headeroffscroll {
    height: 50px; }

  /*same check*/
  .navoffscroll {
    height: 50px; }
    .navoffscroll ul#mainmenu-list > li {
      height: 50px; }

  .headeronscroll {
    height: 50px; }

  .navonscroll {
    height: 50px; }
    .navonscroll ul#mainmenu-list > li {
      height: 50px; }

  #nav {
    display: inline-block; }

  .toggle-nav {
    float: right;
    display: inline-block; }

  .toggle-nav:hover, .toggle-nav.active {
    background-color: #fff;
    color: maroon; }

  .container {
    width: 100%; }

  ul#mainmenu-list {
    overflow: hidden;
    top: 50px; }
    ul#mainmenu-list > li {
      width: 100%;
      margin: 0;
      border-radius: 0; }

  li.mainmenu-option, a#dropdownselecta {
    /*border-bottom: #999 solid 0.5px;*/ }

  li.dropdownselect {
    border-bottom: none; }

  ul#mainmenu-list,
  #nav:active ul#mainmenu-list,
  #nav ul#dropdownmenu,
  #nav:active ul#dropdownmenu {
    display: none;
    position: absolute;
    right: 0px;
    /* /// */
    padding: 0px;
    background-color: #fff;
    color: maroon;
    /*		@include prefix(transition, all 0.4s ease, webkit ms o moz );*/ }

  ul#dropdownmenu {
    position: relative !important;
    width: 100%;
    /* /// */ }
    ul#dropdownmenu > li.dropdown-opt {
      width: 100%;
      /*border-bottom:1px #999 solid; */
      display: block !important;
      /*margin-bottom: 1px;*/ }
      ul#dropdownmenu > li.dropdown-opt > a {
        /*margin-bottom: 1px;
        margin-top: 1px;*/ }

  /*---------------------------------------------------------------------*/
  li.dropdown-opt > a, li.mainmenu-option > a, li#dropdownselect > a {
    /*--------------------*/
    position: relative;
    display: inline-block; }
    li.dropdown-opt > a:before, li.mainmenu-option > a:before, li#dropdownselect > a:before {
      position: absolute;
      bottom: 0px;
      content: "";
      width: 0;
      height: 1px;
      transition: all 0.2s ease-in-out;
      transition-duration: 0.3s;
      opacity: 0; }
    li.dropdown-opt > a.hover-2:before, li.dropdown-opt > a.hover-1:before, li.mainmenu-option > a.hover-2:before, li.mainmenu-option > a.hover-1:before, li#dropdownselect > a.hover-2:before, li#dropdownselect > a.hover-1:before {
      left: 0%;
      width: 0;
      background-color: maroon; }
  li.dropdown-opt:hover, li.mainmenu-option:hover, li#dropdownselect:hover {
    cursor: pointer; }
    li.dropdown-opt:hover a.hover-2:hover, li.dropdown-opt:hover a.hover-1:hover, li.mainmenu-option:hover a.hover-2:hover, li.mainmenu-option:hover a.hover-1:hover, li#dropdownselect:hover a.hover-2:hover, li#dropdownselect:hover a.hover-1:hover {
      background-color: #fff; }
      li.dropdown-opt:hover a.hover-2:hover:before, li.dropdown-opt:hover a.hover-1:hover:before, li.mainmenu-option:hover a.hover-2:hover:before, li.mainmenu-option:hover a.hover-1:hover:before, li#dropdownselect:hover a.hover-2:hover:before, li#dropdownselect:hover a.hover-1:hover:before {
        width: 100%;
        height: 1px;
        opacity: 1; }
      li.dropdown-opt:hover a.hover-2:hover.hover-2:hover:before, li.dropdown-opt:hover a.hover-2:hover.hover-1:hover:before, li.dropdown-opt:hover a.hover-1:hover.hover-2:hover:before, li.dropdown-opt:hover a.hover-1:hover.hover-1:hover:before, li.mainmenu-option:hover a.hover-2:hover.hover-2:hover:before, li.mainmenu-option:hover a.hover-2:hover.hover-1:hover:before, li.mainmenu-option:hover a.hover-1:hover.hover-2:hover:before, li.mainmenu-option:hover a.hover-1:hover.hover-1:hover:before, li#dropdownselect:hover a.hover-2:hover.hover-2:hover:before, li#dropdownselect:hover a.hover-2:hover.hover-1:hover:before, li#dropdownselect:hover a.hover-1:hover.hover-2:hover:before, li#dropdownselect:hover a.hover-1:hover.hover-1:hover:before {
        width: 100%; }

  /*---------------------------------------------------------------------*/
  #nav:hover ul.active {
    display: block !important;
    background-color: #fff;
    color: maroon;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; }
    #nav:hover ul.active > li {
      display: block !important; }

  ul#ddmopened {
    position: relative; } }
/*for mobile only*/
/*---------------------------------------------------------------------*/
@media screen and (max-width: 500px) {
  a.toggle-nav {
    padding: 8px 15px;
    /* /// */
    font-size: 30px;
    /* /// */ }

  ul#mainmenu-list {
    width: 100%;
    /* /// */ } }
/*---------------------------------------------------------------------*/
/*for tab only*/
/*---------------------------------------------------------------------*/
@media screen and (min-width: 500px) and (max-width: 1136px) {
  a.toggle-nav {
    padding: 8px 15px;
    /* /// */
    font-size: 30px;
    /* /// */ }

  ul#mainmenu-list {
    width: 460px;
    /* /// */ } }
/*---------------------------------------------------------------------*/
/*for computer large screen only*/
/*---------------------------------------------------------------------*/
@media screen and (min-width: 1136px) {
  .container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto; }

  #nav {
    display: block; }

  .toggle-nav {
    display: none; }

  ul#mainmenu-list > li {
    position: relative;
    /*new*/
    float: left;
    margin: 10px 0 0 0;
    padding: 0 15px;
    /*width: 120px;			*/
    /*border-right: #999 solid 1px;*/
    /*border-radius: 0 10px 0 0;*/
    cursor: pointer; }
    ul#mainmenu-list > li > a {
      position: relative;
      display: inline-block; }
      ul#mainmenu-list > li > a:before, ul#mainmenu-list > li > a:after {
        position: absolute;
        top: 5px;
        content: "";
        width: 0;
        height: 2px;
        transition: all 0.2s ease-in-out;
        transition-duration: 0.3s;
        opacity: 0; }
      ul#mainmenu-list > li > a.hover-1:before {
        left: calc(50%);
        left: -webkit-calc(50%);
        left: -moz-calc(50%);
        background-color: maroon; }
      ul#mainmenu-list > li > a.hover-1:after {
        right: calc(50%);
        right: -webkit-calc(50%);
        right: -moz-calc(50%);
        background-color: maroon; }
    ul#mainmenu-list > li:hover {
      cursor: pointer; }
      ul#mainmenu-list > li:hover > a {
        background-color: #fff; }
        ul#mainmenu-list > li:hover > a:before, ul#mainmenu-list > li:hover > a:after {
          width: 100%;
          opacity: 1; }
        ul#mainmenu-list > li:hover > a.hover-1:before, ul#mainmenu-list > li:hover > a.hover-1:after {
          width: 50%; }

  /*---------- dropdown list  ----------*/
  li.dropdown-opt > a {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    text-decoration: none;
    /*--------------------*/
    position: relative;
    display: inline-block; }
    li.dropdown-opt > a:before {
      position: absolute;
      bottom: 5px;
      content: "";
      width: 0;
      height: 2px;
      transition: all 0.2s ease-in-out;
      transition-duration: 0.3s;
      opacity: 0; }
    li.dropdown-opt > a.hover-2:before {
      left: 0%;
      background-color: maroon; }
  li.dropdown-opt:hover {
    cursor: pointer; }
    li.dropdown-opt:hover a.hover-2 {
      background-color: #fff; }
      li.dropdown-opt:hover a.hover-2:before {
        width: 100%;
        opacity: 1; }
      li.dropdown-opt:hover a.hover-2.hover-2:before {
        /*&:before,
        &:after {*/
        width: 100%; }

  /*--------------------*/
  /*---------- dropdown list  ----------*/
  .headeroffscroll {
    height: 100px; }

  /*same check*/
  .navoffscroll {
    height: 100px; }
    .navoffscroll ul#mainmenu-list > li {
      height: 90px;
      line-height: 90px; }

  .headeronscroll {
    height: 60px; }

  /*same check*/
  .navonscroll {
    height: 60px; }
    .navonscroll ul#mainmenu-list > li {
      line-height: 50px;
      height: 50px; }

  ul#dropdownmenu {
    /*changed from relative to absolute*/
    position: absolute;
    width: 450px; }
    ul#dropdownmenu > li.dropdown-opt {
      height: 50px;
      line-height: 50px;
      margin-bottom: -1px; } }
/*@import "layout/_banner_video";*/
/*_banner_video2.scss*/
@media screen {
  /*.container-banner-video {
  	height: 100vh;
  }*/
  .translateXY, video#vidbg {
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }

  video#vidbg {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    /*background: url(../img/videobg.jpg) no-repeat;*/
    background-size: cover;
    opacity: 0.5; } }
@media screen and (max-width: 500px) {
  #vidbg {
    display: none; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .container-banner-video {
    height: 80vh;
    min-height: 50vw;
    max-height: 420px; }

  video#vidbg {
    top: 50%; } }
@media screen and (min-width: 1136px) {
  .container-banner-video {
    height: 90vh;
    min-height: 50vw; } }
#home-services {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 100px; }

#home-services::after, #home-services::before {
  content: "";
  clear: both;
  display: table; }

.flip-box {
  background-color: transparent;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  float: left;
  overflow: hidden; }

.flip-box-inner {
  position: relative;
  width: 100%;
  /*height: 200px;*/
  text-align: center;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d; }

.flip-box:hover .flip-box-inner {
  /*transform: rotateY(180deg);*/
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flip-box-front {
  background-color: #f2f2f2;
  color: black; }

.flip-box-back {
  background-color: #fff;
  border: 2px solid #d6d4e0;
  /*transform: rotateY(180deg);*/
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-box-back, h2.home-service-heading, p.home-service-para {
  color: #40364d; }

a.btn-services {
  color: #fff;
  background-color: maroon; }

@media screen and (max-width: 767px) {
  .flip-box {
    width: 96%;
    margin: 0.5% 2%; }

  .flip-box-inner {
    height: 150px; }

  img.home-service-icon {
    width: 50px;
    height: 50px; }

  h2.home-service-heading {
    font-size: 110%;
    line-height: 130%; }

  p.home-service-para {
    font-size: 80%;
    line-height: 130%;
    padding: 0px 10px; } }
@media screen and (min-width: 768px) and (max-width: 1136px) {
  .flip-box {
    width: 48%;
    /*calc(96%/2);*/
    margin: 1%; }

  .flip-box-inner {
    height: 200px; }

  img.home-service-icon {
    width: 60px;
    height: 60px; }

  h2.home-service-heading {
    font-size: 120%;
    line-height: 130%; }

  p.home-service-para {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; } }
@media screen and (min-width: 1136px) {
  .flip-box {
    width: 46%;
    /*calc(92%/2);*/
    margin: 2%; }

  .flip-box-inner {
    height: 220px; }

  img.home-service-icon {
    width: 80px;
    height: 80px; }

  h2.home-service-heading {
    font-size: 130%;
    line-height: 130%; }

  p.home-service-para {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; } }
/*mobile
container 100% -- margin 0 -- padd 50px 10px -- border yes

tab

comp


*/
#banner-intro .container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }
#banner-intro::before, #banner-intro::after {
  content: "";
  clear: both;
  display: table; }

@media screen and (max-width: 500px) {
  #banner-intro {
    width: 100%; }
    #banner-intro .container {
      width: 100%;
      max-width: 500px;
      min-height: 60vh;
      height: auto;
      margin: 0;
      padding: 40px 10px;
      /*border-bottom: 1px solid grey;*/ }
      #banner-intro .container h1.banner-heading {
        font-size: 130%;
        line-height: 120%;
        color: maroon;
        padding: 10px 0 10px 0;
        text-align: center; }
      #banner-intro .container p.banner-para {
        font-size: 90%;
        line-height: 130%;
        color: #40364d;
        padding: 10px 0 10px 0;
        text-align: center; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  #banner-intro {
    width: 100%; }
    #banner-intro .container {
      width: auto;
      max-width: 1024px;
      min-height: 70vh;
      height: auto;
      margin: 0 50px;
      padding: 50px 10px;
      /*border-bottom: 1px solid grey;*/ }
      #banner-intro .container h1.banner-heading {
        font-size: 180%;
        line-height: 130%;
        /*	font-size: ;
        	color: ;*/
        /*display: block;*/
        /*width: 100%;*/
        color: maroon;
        padding: 20px 0 50px;
        text-align: center; }
      #banner-intro .container p.banner-para {
        font-size: 110%;
        line-height: 140%;
        color: #40364d;
        /*	font-size: ;
        	color: ;*/
        /*width: 100%;*/
        padding: 20px 0;
        text-align: center; } }
@media screen and (min-width: 1136px) {
  #banner-intro {
    width: 100%; }
    #banner-intro .container {
      width: auto;
      max-width: 1100px;
      min-height: 80vh;
      height: auto;
      margin: 0 auto;
      padding: 60px 40px;
      /*border-bottom: 1px solid grey;*/ }
      #banner-intro .container h1.banner-heading {
        font-size: 280%;
        line-height: 130%;
        color: maroon;
        padding: 20px 10px 50px;
        text-align: center; }
      #banner-intro .container p.banner-para {
        font-size: 110%;
        line-height: 140%;
        color: #40364d;
        width: 560px;
        margin: 0 auto;
        padding: 20px 10px;
        text-align: center; } }
/*.banner-intro {
	.container {

		width: ;
		max-width: ;

		margin: ;
		padding: ;
		border-bottom: 
		h1.banner-heading {
			font-size: ;
			color: ;
			text-align: center;

		}
		p.banner-para {
			font-size: ;
			color: ;
			text-align: center;
		}
	}
}*/
/*_home_prog.scss*/
#home-prog {
  width: 100%;
  position: relative; }
  #home-prog::before, #home-prog::after {
    content: "";
    display: table;
    clear: both; }

.home-prog-container {
  position: relative;
  margin: 0 auto;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.home-prog {
  position: relative;
  float: left;
  text-align: center;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  background-color: #f2f2f2; }

.home-prog-a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 0; }

@media screen and (max-width: 500px) {
  .home-prog {
    flex-basis: 48%;
    /*calc(96%/2);*/
    margin: 1%;
    min-height: 150px;
    height: auto; }

  .o1 {
    order: 1; }

  .o2 {
    order: 2; }

  .o3 {
    order: 3; }

  .home-prog-container {
    max-width: 1100px; }

  .home-prog-head {
    font: normal 100%/130% sans-serif;
    padding: 10px 5px 5px 5px; }

  .home-prog-sub-head {
    font: normal 80%/130% sans-serif;
    padding: 5px; }

  .home-prog-duration {
    font: normal 80%/130% sans-serif;
    padding: 5px 5px 10px; }

  /*	.home-prog {
  		float: none;
  		display: block;
  		margin: 1% 3%;
  		flex-basis: 94%;
  	}
  
  	.home-prog-container {
  		max-width: 500px;
  
  	}
  	.home-prog-head {
  		font: bold 110%/130% sans-serif;
  		padding: 10px 5px 5px 5px;
  	}
  	.home-prog-sub-head {
  		font: bold 100%/130% sans-serif;
  		padding: 5px;
  
  	}
  	.home-prog-duration {
  		font: normal 90%/130% sans-serif;
  		padding: 5px 5px 10px;
  	}*/
  .om1 {
    order: 1; }

  .om2 {
    order: 2; }

  .om3 {
    order: 3; }

  .om4 {
    order: 4; }

  .om5 {
    order: 5; }

  .om6 {
    order: 6; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .home-prog {
    flex-basis: 48%;
    /*calc(96%/2);*/
    margin: 1%;
    height: 150px; }

  .o1 {
    order: 1; }

  .o2 {
    order: 2; }

  .o3 {
    order: 3; }

  .home-prog-container {
    max-width: 1100px; }

  .home-prog-head {
    font: normal 120%/130% sans-serif;
    padding: 10px 5px 5px 5px; }

  .home-prog-sub-head {
    font: normal 100%/130% sans-serif;
    padding: 5px; }

  .home-prog-duration {
    font: normal 80%/130% sans-serif;
    padding: 5px 5px 10px; } }
@media screen and (min-width: 1136px) {
  .home-prog {
    flex-basis: 31.33%;
    /*calc(94%/3);*/
    margin: 1%;
    height: 135px; }

  .home-prog-container {
    max-width: 1200px; }

  .home-prog-head {
    font: normal 130%/130% sans-serif;
    padding: 10px 5px 5px 5px; }

  .home-prog-sub-head {
    font: normal 100%/130% sans-serif;
    padding: 5px; }

  .home-prog-duration {
    font: normal 80%/130% sans-serif;
    padding: 5px 5px 10px; } }
#home-about {
  width: 100%;
  margin-top: 50px; }
  #home-about::after, #home-about::before {
    content: "";
    clear: both;
    display: table; }

.home-about-container {
  position: relative;
  width: 100%;
  height: auto;
  max-width: 1200px;
  margin: 0 auto; }

.flex-cont {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly; }

.home-about {
  float: left; }

.circle {
  border-radius: 50%;
  color: #40364d;
  text-align: center;
  background: lightgray;
  border: 5px solid #6EC633; }

h2.home-about-h2, p.home-about-text {
  color: #40364d; }

.circle-para {
  text-align: center;
  line-height: 130%;
  padding: 5px 0; }

@media screen and (max-width: 500px) {
  .circle {
    width: 70px;
    height: 70px;
    font-size: 90%;
    line-height: 60px; } }
@media screen and (min-width: 500px) and (max-width: 768px) {
  .circle {
    width: 100px;
    height: 100px;
    font-size: 120%;
    line-height: 90px; }

  .about-section-padding {
    padding: 20px 0; } }
@media screen and (max-width: 768px) {
  .home-about {
    width: 96%;
    margin: 0.5% 2%; }

  h2.home-about-h2 {
    font-size: 110%;
    line-height: 130%;
    padding-bottom: 5px; }

  p.home-about-text {
    font-size: 80%;
    line-height: 130%;
    padding: 5px 0; }

  .about-section-padding {
    padding: 20px 0; } }
@media screen and (min-width: 768px) and (max-width: 1136px) {
  .home-about {
    width: 48%;
    /*calc(96%/2);*/
    margin: 1%; }

  .circle {
    width: 80px;
    height: 80px;
    font-size: 100%;
    line-height: 70px; }

  h2.home-about-h2 {
    font-size: 120%;
    line-height: 130%;
    padding-bottom: 10px; }

  p.home-about-text {
    font-size: 90%;
    line-height: 130%;
    padding: 5px 0; }

  .about-section-padding {
    padding: 60px 0; } }
@media screen and (min-width: 1136px) {
  .home-about {
    width: 46%;
    /*calc(92%/2);*/
    margin: 2%; }

  .circle {
    width: 100px;
    height: 100px;
    font-size: 120%;
    line-height: 90px; }

  h2.home-about-h2 {
    font-size: 130%;
    line-height: 130%;
    padding-bottom: 10px; }

  p.home-about-text {
    font-size: 90%;
    line-height: 130%;
    padding: 5px 0; }

  .about-section-padding {
    padding: 60px 0; } }
.btn, a.btn-services {
  /*a.btn*/
  text-transform: uppercase;
  width: max-content;
  width: -moz-max-content;
  width: -webkit-max-content;
  text-decoration: none;
  display: block;
  cursor: pointer; }

.color-red-red {
  background-color: #b22222;
  color: white;
  border: 2px solid #b22222; }
  .color-red-red:hover {
    background-color: #3391c5;
    border: 2px solid #3391c5; }

.color-white-blue {
  background-color: white;
  color: #3391c5;
  border: 2px solid #3391c5; }
  .color-white-blue:hover {
    background-color: powderblue; }

#section1 .container {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around; }

@media screen and (max-width: 1136px) {
  #section1 {
    width: 100%; }
    #section1 .container {
      width: 100%;
      /*max-width: 1100px;*/
      min-height: 70vh;
      height: auto;
      margin: 0 auto;
      padding: 60px 40px 80px 40px;
      border-bottom: 1px solid grey; }

  .section1-h2, .about-h1 {
    /*padding: 20px 10px ;*/
    text-align: center; }

  .section1-h2-sub {
    /*padding: 20px 10px ;*/
    text-align: center; }

  .section1-p-intro, .mem-name {
    /*padding: 20px 10px ;*/
    text-align: center; }

  .section1-p-text, .mem-pos, .mem-loc {
    /*max-width: 700px;*/
    width: 100%;
    margin: 0 auto;
    /*padding: 20px 10px ;*/
    text-align: justify;
    padding-left: 5px;
    padding-right: 5px; }

  a.btn, a.btn-services {
    padding: 10px 20px;
    border-radius: 20px;
    margin: 10px auto;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; } }
@media screen and (max-width: 500px) {
  #section1 .container {
    /*max-width: 1100px;*/
    min-height: 50vh;
    /*height: auto;*/
    padding: 40px 10px;
    border-bottom: 1px solid grey; }

  .section1-h2, .about-h1 {
    font-size: 125%;
    line-height: 120%;
    color: #000;
    padding: 10px 0px 20px; }

  .section1-h2-sub {
    font-size: 110%;
    line-height: 110%;
    color: #3391c5;
    font-weight: bold;
    padding: 15px 0px; }

  .section1-p-intro, .mem-name {
    font-size: 95%;
    line-height: 130%;
    color: #000;
    padding: 10px 0px; }

  .section1-p-text, .mem-pos, .mem-loc {
    font-size: 90%;
    line-height: 130%;
    color: #40364d;
    padding: 10px 0px; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  #section1 {
    width: 100%; }
    #section1 .container {
      width: 100%;
      /*max-width: 1100px;*/
      min-height: 70vh;
      height: auto;
      margin: 0 auto;
      padding: 50px 5px;
      border-bottom: 1px solid grey; }

  .section1-h2, .about-h1 {
    font-size: 210%;
    line-height: 130%;
    color: #000;
    padding: 20px 10px; }

  .section1-h2-sub {
    font-size: 150%;
    line-height: 130%;
    color: #3391c5;
    font-weight: bold;
    padding: 20px 10px; }

  .section1-p-intro, .mem-name {
    font-size: 100%;
    color: 130%;
    color: #000;
    padding: 20px 10px; }

  .section1-p-text, .mem-pos, .mem-loc {
    font-size: 90%;
    line-height: 140%;
    color: #40364d;
    max-width: 700px;
    padding: 20px 10px; } }
@media screen and (min-width: 1136px) {
  #section1 {
    width: 100%; }
    #section1 .container {
      width: 100%;
      max-width: 1300px;
      min-height: 70vh;
      height: auto;
      margin: 0 auto;
      padding: 60px 40px;
      border-bottom: 1px solid grey; }

  .section1-h2, .about-h1 {
    font-size: 250%;
    line-height: 130%;
    color: #000;
    padding: 20px 10px;
    text-align: center; }

  .section1-h2-sub {
    font-size: 180%;
    line-height: 130%;
    color: #3391c5;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center; }

  .section1-p-intro, .mem-name {
    font-size: 120%;
    line-height: 130%;
    color: #000;
    padding: 20px 10px;
    text-align: center; }

  .section1-p-text, .mem-pos, .mem-loc {
    font-size: 100%;
    line-height: 140%;
    color: #40364d;
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    padding: 20px 10px;
    text-align: justify; }

  .flex-row {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-justify-content: space-evenly;
    -moz-justify-content: space-evenly;
    -ms-justify-content: space-evenly;
    justify-content: space-evenly;
    width: auto; }

  a.btn, a.btn-services {
    padding: 10px 20px;
    border-radius: 20px;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease; } }
#home-flow {
  position: relative;
  width: 100%; }

.home-flow-container {
  position: relative;
  max-width: 1200px;
  margin: auto; }

.flow-diagram {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.flow-box {
  border: 2px solid #d6d4e0;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex; }

.flow-box-child {
  text-align: center;
  align-self: center;
  -webkit-align-self: center;
  margin: auto; }

.job-circle {
  border-radius: 50%; }

.flow-box {
  /*height: ;
  width: ;*/ }

@media screen and (max-width: 600px) {
  .flow-diagram {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    /*@include prefix(justify-content, space-between, webkit moz ms );*/ }

  .home-flow-container {
    padding-top: 20px;
    padding-bottom: 30px; }

  .flow-box {
    height: 80px;
    max-width: 200px;
    margin: auto;
    padding: 5px; }

  p.flow-box-child {
    font: normal 80%/130% sans-serif; }

  .job-circle {
    width: 50px;
    height: 50px;
    margin: auto; } }
@media screen and (min-width: 600px) and (max-width: 1136px) {
  .home-flow-container {
    padding-top: 20px;
    padding-bottom: 50px; }

  .flow-box {
    height: 200px;
    width: 200px;
    margin: 2% 0.2% 3% 0.2%;
    padding: 5px; }

  p.flow-box-child {
    font: normal 90%/130% sans-serif; }

  .job-circle {
    width: 50px;
    height: 50px;
    margin: auto; } }
@media screen and (min-width: 1136px) {
  .flow-box {
    height: 170px;
    width: 200px;
    margin: 2% 0.5% 3% 0.5%;
    padding: 10px; }

  p.flow-box-child {
    font: normal 120%/130% sans-serif; }

  .job-circle {
    width: 100px;
    height: 100px;
    margin: auto; } }
/*_home_arrow.scss*/
.arrow {
  position: relative;
  margin: auto; }

.arrow::before, .arrow::after {
  content: "";
  position: absolute; }

.arrow::before {
  height: 30%;
  width: 50%;
  background-color: #3391c5;
  border: none;
  top: 35%;
  left: 0; }

.arrow::after {
  border-color: transparent;
  border-left-color: #3391c5;
  border-style: solid; }

@media screen and (max-width: 600px) {
  .arrow {
    width: 30px;
    height: 30px;
    transform: rotate(90deg); }

  .arrow::after {
    top: 0px;
    left: 50%;
    border-width: 15px 14px; } }
@media screen and (min-width: 600px) and (max-width: 1136px) {
  .arrow {
    width: 40px;
    height: 40px; }

  .arrow::after {
    top: 5px;
    left: 50%;
    border-width: 15px 14px; } }
@media screen and (min-width: 1136px) {
  .arrow {
    width: 50px;
    height: 50px; }

  .arrow::after {
    top: 0;
    left: 50%;
    border-width: 25px 25px; } }
#bg-img-div {
  position: relative; }

.bg-img-div-container {
  min-width: 100vw;
  width: 100%;
  position: absolute;
  background: url(../img/bg-img.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  filter: blur(0px); }

.layer {
  background-color: rgba(255, 102, 102, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.layer-head {
  /*position: absolute;*/
  position: relative;
  color: #fff;
  text-align: center;
  filter: blur(0); }

.layer-para {
  color: #fff;
  text-align: center;
  filter: blur(0);
  position: relative; }

@media screen and (max-width: 500px) {
  .bg-img-div-container, #bg-img-div {
    height: 200px; }

  p.layer-head {
    font-size: 125%;
    top: 50px;
    line-height: 120%; }

  p.layer-para {
    font-size: 90%;
    line-height: 130%;
    top: 70px; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .bg-img-div-container, #bg-img-div {
    height: 250px; }

  p.layer-head {
    font-size: 210%;
    top: 60px;
    line-height: 130%; }

  p.layer-para {
    font-size: 115%;
    line-height: 130%;
    top: 70px; } }
@media screen and (min-width: 1136px) {
  .bg-img-div-container, #bg-img-div {
    height: 300px; }

  p.layer-head {
    font-size: 250%;
    top: 100px;
    line-height: 130%; }

  p.layer-para {
    font-size: 115%;
    line-height: 130%;
    top: 130px; } }
/*_home_trainee.scss*/
/*_home_flow.scss*/
/*cd Desktop\html\vcexperiment\template complete\home-past-trainee*/
/*sass --watch _home_flow.scss:home_flow.css*/
/*@import "../../template/css/main.scss";*/
#home-past-trainee {
  position: relative;
  width: 100%;
  padding-top: 50px; }

.home-past-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }

#home-past-trainee::after, #home-past-trainee::before {
  content: "";
  clear: both;
  display: table; }

.flip-box2 {
  background-color: transparent;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  float: left;
  overflow: hidden; }

.flip-box-inner2 {
  position: relative;
  width: 100%;
  /*height: 200px;*/
  text-align: center;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d; }

.flip-box2:hover .flip-box-inner2 {
  /*transform: rotateY(180deg);*/
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-box-front2, .flip-box-back2 {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical; }

.flip-box-front2 {
  background-color: #f2f2f2;
  color: black; }

.flip-box-back2 {
  background-color: #fff;
  border: 2px solid #d6d4e0;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*transform: rotateY(180deg);*/
  color: #40364d; }

@media screen and (max-width: 768px) {
  .home-past-container h2 {
    padding-bottom: 40px; }

  .flip-box2 {
    width: 48%;
    /*calc(96%/2);*/
    margin: 0.5% 1%; }

  .flip-box-inner2 {
    height: 190px; }

  img.home-past-trainee-img {
    width: 90px;
    height: auto; }

  p.home-trainee-name {
    text-transform: uppercase;
    font-size: 90%;
    line-height: 130%; }

  p.home-trainee-title {
    font-size: 80%;
    line-height: 130%;
    padding: 0px 10px; }

  p.home-trainee-cname {
    font-size: 80%;
    line-height: 130%;
    padding: 0px 10px; }

  p.c-font {
    font-size: 90%;
    padding-top: 5px;
    padding-bottom: 5px; }

  img.home-trainee-clogo {
    width: 70px;
    height: auto; }

  .flip-box-back2 a {
    text-decoration: none; } }
@media screen and (min-width: 768px) and (max-width: 1136px) {
  .flip-box2 {
    width: 31.33%;
    /*calc(94%/3);*/
    margin: 1%; }

  .flip-box-inner2 {
    height: 200px; }

  img.home-past-trainee-img {
    width: 100px;
    height: auto; }

  p.home-trainee-name {
    text-transform: uppercase;
    font-size: 120%;
    line-height: 130%; }

  p.home-trainee-title {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; }

  p.home-trainee-cname {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; }

  p.c-font {
    font-size: 100%;
    padding-top: 10px;
    padding-bottom: 5px; }

  img.home-trainee-clogo {
    width: 90px;
    height: auto; }

  .flip-box-back2 a {
    text-decoration: none; } }
@media screen and (min-width: 1136px) {
  .flip-box2 {
    width: 23%;
    /*calc(92%/4);*/
    margin: 1%; }

  .flip-box-inner2 {
    height: 240px; }

  img.home-past-trainee-img {
    width: 100px;
    height: auto; }

  p.home-trainee-name {
    text-transform: uppercase;
    font-size: 130%;
    line-height: 130%; }

  p.home-trainee-title {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; }

  p.home-trainee-cname {
    font-size: 90%;
    line-height: 130%;
    padding: 0px 10px; }

  p.c-font {
    font-size: 110%;
    padding-top: 10px;
    padding-bottom: 5px; }

  img.home-trainee-clogo {
    width: 100px;
    height: auto; }

  .flip-box-back2 a {
    text-decoration: none; } }
/*_home_partners.scss*/
#home-partners {
  width: 100%;
  padding: 50px 0 20px; }

img.logo-img {
  align-self: center;
  -webkit-align-self: center; }

@media screen {
  .home-partner-container {
    width: 100%;
    margin: 0 auto;
    padding: 0; }

  .logo-wrapper {
    width: auto;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center; } }
@media screen and (max-width: 500px) {
  .home-partner-container {
    max-width: 490px; }

  .logo-wrapper {
    padding-top: 20px; }

  img.logo-img {
    width: 80px;
    height: 100%; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .home-partner-container {
    max-width: 850px; }

  img.logo-img {
    width: 120px;
    height: 100%; } }
@media screen and (min-width: 1136px) {
  .home-partner-container {
    max-width: 1120px; }

  img.logo-img {
    width: 150px;
    /* calc(1050px/7);*/
    height: 100%;
    margin: 5px; } }
.section-testimonial-container {
  width: 100%;
  margin: 0 auto;
  text-align: center; }

.sect-testi-h2, .about-h2 {
  color: #000;
  font-weight: normal;
  text-align: center; }

@media screen and (max-width: 500px) {
  .section-testimonial-container {
    /*min-height: 50vh;*/
    padding: 40px 10px;
    border-bottom: 1px solid grey; }

  .sect-testi-h2, .about-h2 {
    font-size: 125%;
    line-height: 120%;
    padding: 10px 0px 20px; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .section-testimonial-container {
    /*min-height: 70vh;*/
    /*height: auto;*/
    padding: 50px 10px; }

  .sect-testi-h2, .about-h2 {
    font-size: 210%;
    line-height: 130%;
    padding: 20px 10px 30px; } }
@media screen and (min-width: 1136px) {
  .section-testimonial-container {
    max-width: 1200px;
    padding: 60px 40px; }

  .sect-testi-h2, .about-h2 {
    font-size: 250%;
    line-height: 130%;
    padding: 30px 10px 50px; } }
/*_gallery.scss*/
.gallery {
  width: 100%; }

.gallery-container {
  width: 100%; }

.gallery-container::after {
  content: "";
  clear: both;
  display: table; }

.gallery-item {
  float: left; }

.gallery-i-img {
  width: 100%;
  height: auto; }

.gallery-i-p {
  text-align: left;
  width: 100%;
  padding-top: 10px;
  color: #40364d; }

.gallery-more {
  display: inline-block; }

@media screen and (max-width: 350px) {
  .gallery-item {
    width: 98%;
    height: auto;
    margin: 10px 1%;
    padding: 0; }

  .gallery-i-p {
    padding: 0px 0 0;
    font-size: 90%; }

  .gallery-more {
    margin: 10px auto 00px auto;
    font-size: 80%;
    overflow-wrap: break-word; } }
@media screen and (min-width: 350px) and (max-width: 600px) {
  .gallery-container {
    max-width: 500px;
    width: 100%;
    margin: 0 auto; }

  .gallery-item {
    width: 49%;
    /*calc(98%/2);*/
    height: auto;
    margin: 10px 0.5% 0;
    padding: 10px 0 0; }

  .gallery-i-p {
    padding-top: 5px;
    font-size: 90%; }

  .gallery-more {
    font-size: 90%;
    margin: 50px auto 10px auto; } }
@media screen and (min-width: 600px) {
  .gallery-container {
    max-width: 1024px;
    width: 100%;
    margin: 0 auto; }

  .gallery-item {
    width: 31.33%;
    /* calc(94%/3);*/
    height: auto;
    margin: 10px 1%;
    padding: 10px 0; }

  .gallery-i-p {
    padding-top: 10px;
    font-size: 90%; }

  .gallery-more {
    margin: 50px auto 20px auto; } }
/*@media screen and (min-width: $comp-min) {
	.gallery {}
	.gallery-container {}
	.gallery-item {
		width: calc(95%/5);
		height: auto;
		margin: 10px 0.2%; 
		padding: 10px 0;
	}

	.gallery-i-p {
		padding-top: 10px;
		font-size: 90%;
	}
	.gallery-more {
		margin: 50px auto 20px auto;
	}

}*/
footer {
  background-color: #2D2C2C;
  color: #fff;
  text-align: center; }

.footer {
  padding: 20px 10px;
  font-size: 90%; }

/*.button .button-more*/
/*!
	Zocial Butons
	http://zocial.smcllns.com
	by Sam Collins (@smcllns)
	License: https://opensource.org/licenses/mit-license.php
	
	You are free to use and modify, as long as you keep this license comment intact or link back to zocial.smcllns.com on your site.
*/
.zocial {
  position: relative;
  border: 1px solid #777;
  border-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: #333;
  border-bottom-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  -webkit-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -ms-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -o-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -moz-box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  box-shadow: inset 0 0.08em 0 rgba(255, 255, 255, 0.4), inset 0 0 0.1em rgba(255, 255, 255, 0.9);
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-border-radius: 0.3em;
  -ms-border-radius: 0.3em;
  -o-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  cursor: pointer;
  display: inline-block;
  font: bold 100%/2.1 "Lucida Grande", Tahoma, sans-serif;
  padding: 0 .95em 0 0;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  white-space: nowrap; }

.zocial:before {
  content: "";
  border-right: 0.075em solid rgba(0, 0, 0, 0.1);
  float: left;
  font: 120%/1.65 zocial;
  font-style: normal;
  font-weight: normal;
  margin: 0 0.5em 0 0;
  padding: 0 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  -moz-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -webkit-box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0.075em 0 0 rgba(255, 255, 255, 0.25);
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.zocial:active {
  outline: none; }

.zocial.icon {
  overflow: hidden;
  max-width: 2.4em;
  padding-left: 0;
  padding-right: 0;
  max-height: 2.15em;
  white-space: nowrap; }

.zocial.icon:before {
  padding: 0;
  width: 2em;
  height: 2em;
  box-shadow: none;
  border: none; }

.zocial {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05) 49%, rgba(0, 0, 0, 0.05) 51%, rgba(0, 0, 0, 0.1)); }

.zocial:hover, .zocial:focus {
  background-image: linear-gradient(rgba(255, 255, 255, 0.15) 49%, rgba(0, 0, 0, 0.1) 51%, rgba(0, 0, 0, 0.15)); }

.zocial:active {
  background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0) 30%, transparent 50%, rgba(0, 0, 0, 0.1)); }

/*pages*/
/*_about.scss*/
#about {
  background-color: #fff;
  padding-bottom: 50px; }

.about-h2 {
  /*color: $white;*/
  color: black; }

.about-team {
  /*background*/
  position: relative; }

.about-team::after, .about-team::before {
  content: "";
  clear: both;
  display: table; }

.about-layer-container {
  min-width: 100vw;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  /*background: url(../../individual_components/img/bg-img.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
  filter: blur(7px);*/
  z-index: -100; }

.about-layer {
  /*background-color: rgba(75,128,188,0.6);*/
  background-color: #dddddd;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -100; }

.team-container {
  position: relative; }

.team-member {
  float: left;
  /*background-color: lightgrey;*/
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }

img.mem-photo {
  position: relative; }

.mem-name {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 5px; }

.mem-pos, .mem-loc {
  text-align: center;
  padding-top: 0;
  padding-bottom: 0px; }

@media screen and (max-width: 500px) {
  .team-container {
    width: 100%;
    margin: 0 auto;
    max-width: 500px; }

  .team-member {
    max-width: 340px;
    width: 46%;
    /*calc(92%/2);*/
    margin: 0 2% 4%;
    height: auto;
    text-align: center; }
    .team-member img.mem-photo {
      width: 60%;
      max-width: 200px;
      height: auto;
      margin: 0 auto; }
    .team-member img.contact-mem {
      width: 20px;
      height: 20px;
      margin: 10px 10px 10px 10px; } }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .team-container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1100px; }

  .team-member {
    max-width: 340px;
    width: 30.33%;
    /*calc(91%/3);*/
    margin: 10px 1.5%;
    height: auto;
    text-align: center; }
    .team-member img.mem-photo {
      width: 80%;
      max-width: 200px;
      height: auto;
      margin: 0 auto; }
    .team-member img.contact-mem {
      width: 25px;
      height: 25px;
      margin: 10px 15px 15px 15px; } }
@media screen and (min-width: 1136px) {
  .team-container {
    width: 100%;
    margin: 0 auto;
    max-width: 1100px; }

  .team-member {
    max-width: 340px;
    width: 29.33%;
    /*calc(88%/3);*/
    margin: 10px 2%;
    height: auto;
    text-align: center; }

  img.mem-photo {
    width: 90%; }

  img.contact-mem {
    width: 30px;
    height: 30px;
    margin: 10px 20px 20px 20px; } }
#banner-content-sm {
  z-index: -10;
  text-align: center;
  color: #40364d;
  font-family: Helvetica, arial,"sans-serif";
  width: 100%; }

#quote-div {
  background: lightgrey;
  position: relative; }

.quote-sub-container {
  width: 100%;
  display: block; }

.quote-sub-heading {
  text-transform: uppercase;
  color: #40364d; }

.quote-sub-heading-text {
  color: #40364d; }

.address {
  text-transform: uppercase;
  color: lightseagreen; }

.address-text {
  color: #40364d; }

@media screen and (max-width: 650px) {
  #banner-content-sm h1 {
    font-size: 180%;
    line-height: 200%; }

  .quote-sub-container {
    max-width: 450px;
    width: 90%;
    margin: 0 auto; }

  #quote-div {
    padding: 20px 0; }

  .quote-sub-heading {
    font-size: 120%;
    margin-bottom: 10px; }

  .quote-sub-heading-text {
    font-size: 90%;
    line-height: 130%;
    margin-bottom: 10px; }

  .col-2 {
    margin: 2%;
    width: 96%;
    display: block;
    text-align: center; }

  #form {
    text-align: center; }
    #form input, #form #message {
      padding: 9px;
      margin: 10px 0;
      border: 1px solid #747474;
      border-radius: 4px;
      font-size: 90%;
      width: 70%; }

  #maps iframe {
    height: 180px; }

  .address {
    font-size: 100%;
    margin-bottom: 10px;
    margin-top: 5px; }

  .address-text {
    font-size: 90%;
    line-height: 130%;
    padding-bottom: 20px; } }
/*--------------*/
@media screen and (min-width: 650px) {
  #banner-content-sm h1 {
    font-size: 220%;
    line-height: 200%; }

  #quote-div {
    display: none;
    padding: 40px 0; }

  .quote-sub-heading {
    font-size: 150% x;
    margin-bottom: 25px;
    margin-bottom: 10px; }

  .quote-sub-heading-text {
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 10px; }

  .col-2 {
    margin: 1%;
    width: 48%;
    display: block;
    float: left; }

  #form input, #form #message {
    padding: 12px;
    margin: 10px 0;
    border: 1px solid #747474;
    border-radius: 4px;
    font-size: 14px;
    width: 80%; }

  #maps iframe {
    height: 350px; }

  .address {
    font-size: 115%;
    margin-bottom: 10px;
    margin-top: 10px; }

  .address-text {
    font-size: 100%;
    line-height: 150%;
    padding-bottom: 20px; } }
/*_apply.scss*/
/*_apply.scss*/
#apply {
  position: relative;
  width: 100%; }

.apply-banner-div {
  position: relative;
  width: 100%; }
  .apply-banner-div img.apply-banner-img {
    position: relative;
    width: 100%;
    height: 100%; }

.apply-process-div {
  position: relative;
  margin: 0 auto; }

.apply-flow {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between; }

.interview, .register {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.interview {
  max-width: 1100px;
  padding: 20px 10px; }

.color-green-blue {
  background-color: #81D643;
  color: white;
  border: 2px solid #81D643; }
  .color-green-blue:hover {
    background-color: #3391c5;
    border: 2px solid #3391c5; }

.apply-now-div, .form-head-div {
  background-color: #6ACBBA;
  color: white;
  text-align: center; }

.register::before, .register::after {
  content: "";
  clear: both;
  display: table; }

/*----------------------*/
.flip-box3 {
  background-color: transparent;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  float: left;
  overflow: hidden; }

.flip-box-inner3 {
  position: relative;
  width: 100%;
  text-align: center;
  transition: transform 0.4s;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  -o-transition: -o-transform 0.4s;
  -ms-transition: -ms-transform 0.4s;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d; }

.flip-box3:hover .flip-box-inner3 {
  /*transform: rotateY(180deg);*/
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg); }

.flip-box-front3, .flip-box-back3 {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block; }

.flip-box-front3 {
  background-color: #f7f7f7;
  color: black; }

.flip-box-back3 {
  background-color: #fff;
  border: 2px solid #f7f7f7;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
  /*transform: rotateY(180deg);*/
  color: #40364d; }

.apply-form {
  font-family: sans-serif; }
  .apply-form .selects-pos > input {
    margin: 5px; }
  .apply-form .selects-pos > input:not(:first-child) {
    margin-top: 20px; }

/*----------------------*/
@media screen and (max-width: 500px) {
  .apply-now-div, .form-head-div, .interview, .register {
    padding-bottom: 10px; }

  h2.apply-sub-head, h2.apply-interview-sub-head, h2.apply-register-sub-head {
    font: bold 150%/130% sans-serif;
    padding: 20px 10px 20px 10px; }

  i.process-fa {
    font-size: 250%;
    margin-bottom: 10px;
    margin-top: 10px; }

  p.apply-para, p.apply-interview-para {
    font: normal 90%/120% sans-serif;
    padding: 0	10px 10px 10px; }

  .apply-form label, .apply-form input {
    font: 100%/130% sans-serif; }

  .apply-process-div {
    width: 70%;
    max-width: 300px;
    min-width: 200px; }

  /*--------*/
  .flip-box3 {
    width: 100%;
    max-width: 300px;
    margin: 0.5% auto; }

  .flip-box-inner3 {
    height: 170px; }

  img.process-img {
    margin: 10px 10px 10px 10px;
    width: 50px;
    height: 50px; }

  p.process-heading {
    font: bold 110%/130% sans-serif;
    padding: 0 10px; }

  p.process-para {
    font: normal 90%/130% sans-serif;
    padding: 10px; }

  /*--------*/ }
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .apply-now-div, .interview, .register {
    padding-bottom: 10px; }

  .form-head-div {
    padding-bottom: 20px; }

  h2.apply-sub-head, h2.apply-interview-sub-head, h2.apply-register-sub-head {
    font: bold 200%/130% sans-serif;
    padding: 20px 20px 20px 20px; }

  i.process-fa {
    font-size: 300%;
    margin-bottom: 10px;
    margin-top: 10px; }

  p.apply-para, p.apply-interview-para {
    font: normal 100%/130% sans-serif;
    padding: 0	20px 5px 20px; }

  .apply-form label, .apply-form input {
    font: 110%/130% sans-serif; }

  .apply-process-div {
    width: 100%;
    /*max-width: 750px;*/ }

  /*--------*/
  .flip-box3 {
    width: 48%;
    /*calc(96%/2);*/
    max-width: 350px;
    margin: 1% 1%; }

  .flip-box-inner3 {
    height: 200px; }

  img.process-img {
    margin: 10px 10px 10px 10px;
    width: 60px;
    height: 60px; }

  p.process-heading {
    font: bold 110%/130% sans-serif;
    padding: 0 10px; }

  p.process-para {
    font: normal 80%/130% sans-serif;
    padding: 10px; }

  /*--------*/ }
@media screen and (max-width: 800px) {
  .apply-flow {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical; }

  .flip-box3 {
    margin: 1%  auto; }

  .flip-box-inner3 {
    min-height: 160px;
    height: auto; }

  .arrow {
    width: 30px;
    height: 30px;
    /*transform: rotate(90deg);*/ } }
@media screen and (max-width: 800px) and (min-width: 600px) {
  .arrow::before {
    top: 50%; } }
@media screen and (min-width: 1136px) {
  .apply-now-div, .form-head-div, .interview, .register {
    padding-bottom: 40px; }

  h2.apply-sub-head, h2.apply-interview-sub-head, h2.apply-register-sub-head {
    font: bold 250%/130% sans-serif;
    padding: 40px 20px 20px 20px; }

  i.process-fa {
    font-size: 450%;
    margin-bottom: 13px;
    margin-top: 13px; }

  p.apply-para, p.apply-interview-para {
    font: normal 120%/120% sans-serif;
    padding: 0	20px 30px 20px; }

  .apply-form label, .apply-form input {
    font: 130%/130% sans-serif; }

  .apply-process-div {
    max-width: 1300px; }

  /*--------*/
  .flip-box3 {
    width: 23%;
    /*calc(92%/4);*/
    max-width: 300px;
    margin: 0.5% 1%; }

  .flip-box-inner3 {
    height: 220px; }

  img.process-img {
    width: 80px;
    height: 80px;
    margin: 20px 10px 10px 10px; }

  p.process-heading {
    font: bold 110%/130% sans-serif;
    padding: 0 10px 10px; }

  p.process-para {
    font: normal 90%/130% sans-serif;
    padding: 0  10px 10px; }

  /*--------*/ }
.apply-form {
  max-width: 500px;
  width: 97%;
  border: 1px solid #3391c5;
  margin: 10px auto;
  padding: 20px 10px; }
  .apply-form label {
    padding: 10px 0 5px 0;
    clear: both;
    display: table; }
  .apply-form label + input {
    width: 100%; }
  .apply-form .selects-pos > input {
    /*margin: 5px;
    margin-top: 20px;*/ }

p.form-text {
  font: normal 100%/130% sans-serif;
  color: red;
  text-align: center; }
  p.form-text span {
    color: black; }

.submit .btn, .submit a.btn-services {
  margin: 0 auto;
  padding: 5px 10px; }

/*page-prog.scss*/
/*@import "../../template/css/main.scss";*/
#prog-accountant, #prog-manager, #prog {
  position: relative;
  width: 100%;
  padding: 40px 0 10px; }

#prog-bg {
  background: #f7f7f7 url("../img/archive/8.jpg") fixed center center;
  background-size: cover;
  z-index: -100; }

#prog-acc-link, #prog-manager-link, #prog-prog-link {
  position: relative;
  z-index: 5; }

.prog-dark-layer, .prog-light-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

.prog-acc-div {
  width: 100%;
  margin: 0 auto; }

.prog-dark-layer {
  background-color: rgba(0, 0, 0, 0.85); }

.prog-light-layer {
  background-color: rgba(230, 230, 230, 0.9); }

.prog-accountant-container, .prog-manager-container, .prog-page-container {
  position: relative;
  margin: 0 auto; }

.prog-container-div {
  width: 100%;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; }

.prog {
  background-color: rgba(255, 255, 255, 0.7);
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0; }

.prog-acc {
  background-color: rgba(255, 255, 255, 0.7); }

.prog-page-intro {
  width: 100%;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.8); }

.prog-fixed-height {
  /*height: 250px;*/
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-orient: vertical; }

.prog-head, .prog-sub-head, .prog-duration-div, .prog-duration, .price {
  text-align: center; }

.prog-head {
  color: brown; }

.prog-page-head {
  color: white; }

.prog-manager {
  background-color: rgba(51, 145, 197, 0.4); }

.prog-duration-div {
  width: 100%; }

ul.prog-points {
  list-style-type: none; }
  ul.prog-points li::before {
    content: "\25b8";
    border-radius: 50%;
    padding: 2px 4px;
    background-color: #7AAF6A;
    color: white;
    font-size: 20px;
    margin-right: 10px; }

.prog-page-head {
  text-align: center; }

@media screen and (max-width: 650px) {
  .prog-boxes {
    flex-basis: 80%;
    margin: 3% 10%;
    padding: 10px; }

  #prog-accountant, #prog-manager, #prog {
    padding: 20px 0 10px; }

  .mobile-margin {
    margin-top: 10px;
    margin-bottom: 10px; } }
@media screen and (min-width: 650px) and (max-width: 830px) {
  .prog-boxes {
    flex-basis: 31.33%;
    /*calc(94%/3);*/
    margin: 1%;
    padding: 10px; } }
@media screen and (max-width: 830px) {
  #prog-accountant {
    padding-bottom: 20px; }

  .prog-page-container {
    width: 100%; }

  #prog-acc-link, #prog-manager-link, #prog-prog-link {
    top: -30px; }

  .prog-page-head {
    font: bold 150%/130% sans-serif;
    padding: 20px; }

  .prog-page-intro {
    width: 90%; }

  .prog-page-intro, .prog-acc {
    font-size: 85%;
    line-height: 130%;
    padding-bottom: 20px; }
    .prog-page-intro .prog-head, .prog-acc .prog-head {
      height: 60px; }

  ul.prog-page-lists {
    line-height: 130%;
    margin-left: 20px;
    padding: 0 10px; }

  .prog-manager .prog-head {
    height: 80px; }

  .prog-target {
    padding-bottom: 20px; }

  .prog {
    flex-basis: 98%;
    margin: 20px auto;
    padding: 10px 0 1px; }

  .m1 {
    order: -2; }

  .m2 {
    order: -1; }

  .prog-fixed-height {
    height: 160px; }

  .prog-head {
    font: normal 130%/130% sans-serif;
    padding: 5px; }

  .prog-sub-head {
    font: normal 100%/130% sans-serif;
    padding: 10px 5px; }

  .prog-duration {
    font: normal 80%/130% sans-serif;
    padding: 10px 5px; }

  .price {
    font: normal 150%/10% sans-serif;
    padding: 15px 10px 05px; }

  .price-small {
    font-size: 50%; }

  ul.prog-points {
    padding-top: 10px; }
    ul.prog-points li {
      font: normal 90%/150% sans-serif;
      padding: 10px; } }
/*----------------------------------------------*/
@media screen and (min-width: 830px) and (max-width: 1136px) {
  #prog-accountant {
    padding-bottom: 30px; }

  .prog-page-container {
    max-width: 1100px;
    width: 100%; }

  #prog-acc-link, #prog-manager-link, #prog-prog-link {
    top: -30px; }

  .prog-page-head {
    font: bold 180%/130% sans-serif;
    padding: 20px 20px 40px 20px; }

  .prog-boxes {
    flex-basis: 31.33%;
    /*calc(94%/3);*/
    margin: 1%;
    padding: 10px; }

  .prog {
    flex-basis: 48%;
    /*calc(96%/2);*/
    margin: 1%;
    padding: 20px; }

  .m1 {
    order: -2; }

  .m1 {
    order: -1; }

  .prog-fixed-height {
    height: 200px; }

  ul.prog-page-lists {
    line-height: 150%;
    margin-left: 30px;
    padding: 0 10px; }

  .prog-page-intro {
    max-width: 700px;
    width: 80%; }

  .prog-acc-div {
    width: 100%; }

  .prog-page-intro, .prog-acc {
    font-size: 100%;
    line-height: 140%;
    padding-bottom: 30px; }
    .prog-page-intro .prog-head, .prog-acc .prog-head {
      height: 80px; }

  .prog-target {
    padding-bottom: 30px; }

  .prog-head {
    font: normal 150%/130% sans-serif;
    padding: 10px; }

  .prog-sub-head {
    font: normal 100%/130% sans-serif;
    padding: 10px 10px; }

  .prog-duration {
    font: normal 90%/130% sans-serif;
    padding: 10px 10px; }

  .price {
    font: normal 180%/10% sans-serif;
    padding: 15px 10px 05px; }

  .price-small {
    font-size: 50%; }

  ul.prog-points {
    padding-top: 10px; }
    ul.prog-points li {
      font: normal 90%/150% sans-serif;
      padding: 10px; } }
/*----------------------------------------------*/
@media screen and (min-width: 1136px) {
  #prog-accountant {
    padding-bottom: 30px; }

  #prog-acc-link, #prog-manager-link, #prog-prog-link {
    top: -80px; }

  .prog-page-intro {
    max-width: 800px; }

  .prog-acc-div {
    max-width: 1100px !important; }

  .prog-page-intro, .prog-acc {
    font-size: 100%;
    line-height: 150%;
    padding-bottom: 40px; }
    .prog-page-intro .prog-head, .prog-acc .prog-head {
      height: 100px; }

  ul.prog-page-lists {
    line-height: 190%;
    margin-left: 40px;
    padding: 0 20px; }

  .prog-manager .prog-head {
    height: 130px; }

  .prog-target {
    padding-bottom: 40px; }

  .prog-page-container {
    max-width: 1300px;
    width: 100%; }

  .prog-page-head {
    font: bold 200%/130% sans-serif;
    padding: 20px 20px 40px 20px; }

  .prog, .prog-boxes {
    flex-basis: 31.33%;
    /*calc(94%/3);*/
    margin: 1%;
    padding: 20px; }

  .f1 {
    order: -1; }

  .prog-fixed-height {
    height: 250px; }

  .prog-head {
    font: normal 180%/130% sans-serif;
    padding: 10px; }

  .prog-sub-head {
    font: normal 120%/130% sans-serif;
    padding: 10px 10px; }

  .prog-duration {
    font: normal 90%/130% sans-serif;
    padding: 10px 10px; }

  .price {
    font: normal 180%/10% sans-serif;
    padding: 15px 10px 5px; }

  .price-small {
    font-size: 50%; }

  ul.prog-points {
    padding-top: 10px; }
    ul.prog-points li {
      font: normal 100%/150% sans-serif;
      padding: 10px; } }
/*_faq.scss*/
.faq-container {
  width: 100%;
  margin: 0 auto; }

@media screen and (max-width: 500px) {
  .faq-container {
    font-size: 85%;
    line-height: 140%;
    margin-top: 10px; }

  ul.faq-list {
    margin: 0 5px 5px 5px;
    padding: 0 0 0 15px; }

  li.faq-qa {
    margin-top: 0px;
    margin-bottom: 20px; }

  p.quest {
    margin-bottom: 10px;
    font-weight: bold;
    list-style-type: none;
    font-size: 100%; }

  p.answer {
    margin-left: 10px;
    margin-top: 10px; }
    p.answer + ul {
      margin-left: 15px; }

  ul.answer-list, ol.answer-list {
    margin-top: 10px;
    /*margin-bottom: 50px;*/ }
    ul.answer-list > li, ol.answer-list > li {
      margin-bottom: 15px;
      margin-left: 20px; } }
/*tab*/
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .faq-container {
    font-size: 90%;
    line-height: 140%;
    max-width: 1000px; }

  ul.faq-list {
    margin: 20px;
    padding: 0 0 0 20px; }

  li.faq-qa {
    margin-top: 10px;
    margin-bottom: 40px; }

  p.quest {
    margin-bottom: 10px;
    font-weight: bold;
    list-style-type: none;
    font-size: 100%; }

  p.answer {
    margin-left: 20px;
    margin-top: 15px; }
    p.answer + ul {
      margin-left: 15px; }

  ul.answer-list, ol.answer-list {
    margin-top: 15px; }
    ul.answer-list > li, ol.answer-list > li {
      margin-bottom: 20px;
      margin-left: 30px; } }
/*comp*/
@media screen and (min-width: 1136px) {
  .faq-container {
    max-width: 1100px;
    line-height: 150%;
    font-size: 100%; }

  ul.faq-list {
    margin: 20px;
    padding: 0 50px; }

  li.faq-qa {
    margin-bottom: 50px; }

  p.quest {
    margin-bottom: 10px;
    font-weight: bold;
    list-style-type: none;
    font-size: 110%; }

  p.answer {
    margin-left: 40px;
    margin-top: 20px; }

  ul.answer-list, ol.answer-list {
    margin-left: 40px;
    margin-top: 20px;
    /*margin-bottom: 50px;*/ }
    ul.answer-list > li, ol.answer-list > li {
      margin-bottom: 20px;
      margin-left: 40px; } }
/*testimonial.scss*/
#testimonial, #written-testimonials {
  position: relative;
  width: 100%; }

#testimonial {
  padding: 20px 0 10px; }

.testimonial-container {
  position: relative;
  margin: 0 auto;
  width: 100%; }

.written-testimonials-container {
  position: relative;
  margin: 0 auto;
  width: 100%; }

.written-t-container {
  position: relative; }

.written-t-container::after {
  content: "";
  clear: both;
  display: table; }

.testimonial-intro-heading, .testimonial-intro-para {
  text-align: center; }

#video-iframe-div {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  background-color: rgba(0, 0, 0, 0.8); }

.v-iframe-div-off {
  display: none;
  width: 0;
  height: 0; }

.v-iframe-div-on {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  overflow: hidden;
  bottom: 0;
  right: 0; }

iframe#video-iframe {
  position: absolute;
  border: none; }

#enclosing-div {
  position: relative; }

.v-iframe-off, .enclosing-div-off {
  width: 0;
  height: 0;
  display: none; }

.fittobox {
  /* give fit to box an aspect ratio */
  display: inline-block;
  /* let it be styled thusly */
  padding: 0;
  /* get rid of pre-styling */
  margin: 0;
  width: 100%;
  /* take up full width available */
  padding-top: 56.25%;
  /* give aspect ratio of 16:9; "720 / 1280 = 0.5625" */
  height: 0px;
  /* don't want it to expand beyond padding */
  position: relative;
  /* allow for absolute positioning of child elements */ }

.fittobox > iframe,
a.iframe-a {
  position: absolute;
  /* expand to fill */
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%; }

.fittobox > iframe {
  z-index: 0; }

/*.fittobox > */
a.iframe-a {
  z-index: 100; }

iframe > #document >
.testimonial-container::after {
  content: "";
  clear: both;
  display: table; }

.hide-yt-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 25;
  height: 56px;
  width: 100%;
  background-color: white; }

#written-testimonials {
  background-color: rgba(80, 80, 80, 0.15); }

.imagesize {
  width: 100%;
  height: 100%; }

.fix-mem-height {
  height: 95px; }

/*.video-item {
	float: left;
}*/
/*----------------------------------------------*/
@media screen and (max-width: 500px) {
  .testimonial-container {
    padding: 2%; }

  .testimonial-intro-heading {
    font: bold 150%/130% sans-serif;
    padding: 10px 10px 20px 10px; }

  .testimonial-intro-para {
    font: normal 70%/130% sans-serif;
    padding: 0 10px 20px 10px; }

  .testimonial-video-div {
    max-width: 480px;
    margin: 0 auto;
    width: 100%; }

  .written-testimonials-container {
    padding: 40px 0;
    max-width: 450px; }

  .enclosing-div-on #hide-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    z-index: 205;
    background-color: black; }
  .enclosing-div-on .hide-top {
    height: 50px; }
  .enclosing-div-on #hide-bottom {
    position: absolute;
    top: 81%;
    left: 0;
    right: 0px;
    z-index: 205;
    background-color: black; }
  .enclosing-div-on .hide-bottom {
    height: 50px; }

  .enclosing-div-on {
    display: block;
    width: 90%;
    height: 0;
    padding-top: 56.24%;
    margin: auto; }

  .v-iframe-on {
    display: block;
    width: 100%;
    height: 70%;
    min-height: 100%;
    top: 0;
    left: 0; }

  .rec-p-height {
    height: 70px; }

  /*	.video-item {
  		width: 98%;
  		height: auto;
  		margin: 10px 1%; 
  		padding: 0;
  	}
  	.video-i-p {
  		padding: 0px 0 0;
  		font-size: 90%;
  	}*/ }
/*----------------------------------------------*/
@media screen and (min-width: 500px) and (max-width: 1136px) {
  .testimonial-container {
    padding: 1%; }

  .testimonial-intro-heading {
    font: bold 170%/130% sans-serif;
    padding: 20px 10px 20px 10px; }

  .testimonial-intro-para {
    font: normal 80%/130% sans-serif;
    padding: 0 10px 20px 10px; }

  .testimonial-video-div {
    max-width: 700px;
    margin: 0 auto;
    width: 96%; }

  .written-testimonials-container {
    padding: 70px 0;
    max-width: 900px; }

  .written-t-container .team-member {
    width: 29.33%;
    /*calc(88%/3);*/
    margin: 10px 2%; }

  .enclosing-div-on #hide-top {
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    z-index: 205;
    background-color: black; }
  .enclosing-div-on .hide-top {
    height: 45px; }
  .enclosing-div-on .hide-bottom {
    height: 45px; }
  .enclosing-div-on #hide-bottom {
    position: absolute;
    top: 63%;
    left: 0;
    right: -1px;
    z-index: 205;
    background-color: black; }

  .enclosing-div-on {
    display: block;
    width: 70%;
    height: 0;
    padding-top: 56.24%;
    margin: auto;
    top: 13%; }

  .v-iframe-on {
    display: block;
    width: 100%;
    height: 70%;
    min-height: 70%;
    top: 0;
    left: 0; }

  .rec-p-height {
    height: 50px; }

  /*.video-item {
  	width: calc(98%/2);
  	height: auto;
  	margin: 10px 0.5% 0; 
  	padding: 10px 0 0;
  }
  .video-i-p {
  	padding-top: 5px;
  	font-size: 90%;
  }*/ }
/*----------------------------------------------*/
@media screen and (min-width: 1136px) {
  .testimonial-container {
    max-width: 1200px;
    padding: 1%; }

  .testimonial-intro-heading {
    font: bold 200%/130% sans-serif;
    padding: 30px 10px 20px 10px; }

  .testimonial-intro-para {
    font: normal 90%/130% sans-serif;
    padding: 0 10px 20px 10px; }

  .testimonial-video-div {
    width: 50%;
    min-width: 700px;
    margin: 0 auto; }

  .written-testimonials-container {
    padding: 100px 0;
    max-width: 1000px; }

  .written-t-container .team-member {
    width: 27.33%;
    /*calc(82%/3);*/
    margin: 10px 3%; }

  .enclosing-div-on #hide-top {
    position: absolute;
    top: 0;
    left: 0;
    right: -1px;
    z-index: 205;
    background-color: black; }
  .enclosing-div-on .hide-top {
    height: 65px; }
  .enclosing-div-on .hide-bottom {
    height: 65px; }
  .enclosing-div-on #hide-bottom {
    position: absolute;
    top: 64%;
    left: 0;
    right: -1px;
    z-index: 205;
    background-color: black; }

  /*.v-iframe-on, */
  .enclosing-div-on {
    display: block;
    width: 70%;
    height: 0;
    padding-top: 56.24%;
    margin: auto;
    top: 13%; }

  .v-iframe-on {
    display: block;
    width: 100%;
    height: 70%;
    min-height: 70%;
    top: 0;
    left: 0; }

  .rec-p-height {
    height: 65px; }

  /*.video-item {
  	width: calc(94%/3);
  	height: auto;
  	margin: 10px 1%; 
  	padding: 10px 0;
  }
  .video-i-p {
  	padding-top: 10px;
  	font-size: 90%;
  }*/ }
/*@import "";*/
/*@import "";*/

/*# sourceMappingURL=main.css.map */
