@font-face {
    font-family: 'Myanmar3';
    src: url('../fonts/Myanmar3.eot');
    src: url('../fonts/Myanmar3.woff2') format('woff2'),
    url('../fonts/Myanmar3.woff') format('woff'),
    url('../fonts/Myanmar3.ttf') format('truetype'),
    url('../fonts/Myanmar3.svg#FFDINPro-Bold') format('svg'),
    url('../fonts/Myanmar3eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'MyanmarSabae';
  src: url('../fonts/MyanmarSabae.eot');
  src: url('../fonts/MyanmarSabae.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MyanmarSabae.svg#MyanmarSabae') format('svg'),
       url('../fonts/MyanmarSabae.ttf') format('truetype'),
       url('../fonts/MyanmarSabae.woff') format('woff'),
       url('../fonts/MyanmarSabae.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'pyidaungsu';
    src: local('../fonts/Pyidaungsu-2.5.3_Regular.ttf'), url('../fonts/Pyidaungsu-2.5.3_Regular.ttf') format("truetype");
}
:root{
    --black: #191919;
    --white: #fff;
    --blue: #005da4 !important;
    --blue-rgb: 0, 93, 164;
    --gray1: #5c6266;
    --darkgray: #313a42;
    --gray2: #8d8d8d;
    --gray3: #363f47;
    --gray4: #f3f3f3;
    --orange: #f89326;
    --red: #FF5733;
}
.red{
    color: var(--red);
}
.orange{
    color: var(--orange) !important;
}
.blue{
  color: var(--blue);
}
.gray{
    color: #919191;
}
a:focus, a:visited, button:focus, button:visited, button:hover, button:active, button{
    outline:0 !important;
    outline:none !important;
    text-decoration:none;
}
*:focus ,
textarea:focus, input:focus{
    outline: none;
}
.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}
/*a{
    color: var(--blue);
}*/
a:hover{
    text-decoration: none;
    cursor: pointer;
}
.btn{
    border-radius: 0;
}
.btn a{
    color: #fff;
}
.bg-white{
  background: #fff;
}
.bg-orange{
  background: #ff5733;
}
.bg-grey-dark{
    /*background: #222;*/
    background: #242121;
}
.bg-grey-light{
    background: #fafafa;
}
.main-top-space{
    margin-top: 100px;
}
.orange-opacity-half{
  background: rgba(255,87,51,0.5);
}
.big-font{
  font-size: 1.5em;
  line-height: 2em;
}
/*h2{
  font-size: 1.5em;
}
h4{
  font-size: 1em !important;
  font-weight: 700 !important;
}*/
body:lang(my-MM),
html:lang(my-MM),
#lang_choice_1 [value~="my"] {
    font-family: 'Myanmar3', sans-serif !important;
}
body,html{
  background: #f4f4f4;
}
body,html,p,div{
    font-family: 'Ubuntu', 'Myanmar3', sans-serif;
    line-height: 1.7em;
    color: var(--black);
   /* word-spacing: 3px;
    letter-spacing: 0.5px;*/
}
h1,h2,h3,h4, #layerslider_1_1lvm8rueim4zi *, .ls-layer{
    font-family: 'Quicksand', 'Myanmar3', sans-serif !important;
    font-weight: 300;
    /*letter-spacing: 1px;
    word-spacing: 2px;*/
}
h1{
    line-height: 1.8em;
}
h3{ line-height: 1.6em; }
h4{
    font-size: 1.3rem;
    line-height: 1.5em;
}

/****NAVIGATION****/
.menu ul{
    padding: 0;
}
.menu li{
    float: left;
    list-style-type: none;
    padding: 15px 10px;
}
.menu li a{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.main-menu-container li a{
    color: #FFC300;
    font-weight: 600;
}

/*-------------------
LANG
--------------------*/
.current-menu-item a, .menu li a:hover, .current-lang a{ color: #f89326 !important;}
.lang{ position: absolute; top: 20px; right: 30px; z-index: 999;}
.lang li{
    display: inline-block;
    padding: 0 8px 0 5px;
    line-height: 1em;
}
.lang li:first-child{
  border-right: 1px solid #999;
}

/*------------------
SOCIAL
-------------------*/
.social{
    position: absolute;
    top: 20px;
    left: 30px;
}
.social i{
    max-width: 35px;
    /*border: 1px solid #fff;*/
    /*padding: 3px;*/
   /* opacity: 0.5;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    color: var(--black);
    margin: 0 !important;
    font-size: 1.2em;
}
.social i:hover{
  /*border-left: 1px solid #999;
  border-right: 1px solid #999;*/
  /*opacity: 1;*/
}
.social i.fa-facebook-square:hover{
  color: #3b5998;
}
.social i.fa-youtube-square:hover{
  color: #ff0000;
}
.social i.fa-envelope-square:hover{
  color: #f89326;
}
.fix-search .menu-second-row {
  position: fixed;
  /*z-index: 10;*/
  top: 0;
  left: 0;
  margin: 0;
  padding: 0 30px;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
  width: 100%;

  /*transition: 0.1s;*/
}
.fix-search .main-menu>li>a{
    padding: 18px 1.5vw;
}
.fix-search .menu-first-row{
    display: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}

/****
LOGO
*****/
.navbar-brand,.menu li a{
    font-family: 'Roboto Slab', serif;
}
.navbar-brand{
    padding: 0 !important;
    font-size: 0 !important;
}
.logo{
   max-width: 100px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-logo, #call-action .call-action{
  color: #f89326;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.header-logo:hover, #call-action .call-action:hover{
  color: #c11d2f;
}


.same-h{
    /*display: table;*/
}
.same-h col-*{
    flex: 1;
}
.same-h .card{
    height: 100%;
}
.same-h .bg-white{
    height: 100%
}
.main-title{
    /*color: var(--blue);*/
    color: var(--black);
    font-weight: 700;
    padding-bottom: 15px;
}
.main-title:before {
    content: "";
    width: 41px;
    height: 2px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -20.5px;
    background: var(--black);
}
.main-title:after {
    content: "";
    width: 15px;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -7.5px;
    background: var(--black);
}

/***********
/HOME
/***********/
.icon-nav{
    background: #D5D3FC;
}
.icon-nav div{
    padding: 30px 15px;
   /* color: #0B0295;*/
    color: var(--blue);
    border-left: 1px solid #BDB8FD;
    text-align: center;
    font-weight: 600;
}
.icon-nav div:hover{
    background: #CBC7FC;
    cursor: pointer;
    transition: 0.3s;
    color: #FF5733;
}
.home-grid-name, .home-grid h3{
    text-transform: uppercase;
    text-shadow: rgba(0, 0, 0, 0.2) 3px 0px 10px;
    /*color: #FF5733;*/
    /*color: #FFC300;*/
    /*color: #0B0295;*/
    color: var(--blue);
    font-weight: 600;
}
.img-inner-shadow{
     /*border: 1px solid #BDB8FD;*/
}
.more,.more:visited, .lang li a{
    color: #FFC300;
    font-weight: 700;
}
.more:hover, .lang li a:hover{
    color: #FF5733;
}
.latest-col-mar-bot{
    margin-bottom: 1.9rem !important;
}



/*********
/OwL COROUSEL
*********/
#owl-demo .item{
    background: #42bdc2;
    padding: 30px 0px;
    margin: 10px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}


/*------------------
MODAL
--------------------*/
button.close{
    padding: 10px !important;
    position: absolute;
    top: 0;
    right: 10px;
    z-index: 25;
    font-size: 3em;
}
.modal-content{
    border-radius: 0 !important;
}
.modal-body{
  padding: 0;
}


/*----------------------
BTN BORDER HOVER
-----------------------*/
.btn-border-rev:before, .btn-border-rev:after{
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.btn-border-rev , .wpcf7-submit, input[type="submit"]{
  background-color: #005da4;
  /* border: 1px solid #fff; */
  color: #fff;
}
.btn-border-rev:before, .btn-border-rev:after {
  content: '';
  border-style: solid;
  position: absolute;
  z-index: 5;
  border-radius: 0;
  box-sizing: content-box;
}
.btn-border-rev:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  right: 0;
}
.btn-border-rev:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  bottom: 0;
  left: -1px;
  transition-delay: 0.05s;
}
.btn-border-rev:hover{
  background-color: transparent;
}
.btn-border-rev:hover:before {
  width: 100%;
}
.btn-border-rev:hover:after {
  height: 100%;
}

.btn-border-rev.btn-blue:before, .btn-border-rev.btn-blue:after {
  border-color: #3498db;
}
.btn-border-rev.btn-blue:hover {
  color: var(--blue);
}


/*** effect inner-shadow ***/

.img-inner-shadow .layer {position:absolute;top:0px;right:0px;bottom:0px;left:0px}
.img-inner-shadow:hover{
    cursor: pointer;
}
.img-inner-shadow:hover .layer
{
    box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
    -moz-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9);
    -webkit-box-shadow:inset 0px 0px 120px rgba(0, 0, 0, 0.9)
}

.img-inner-shadow .layer
{
    transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
}

.img-inner-shadow:hover .layer
{
    transition:all 0.6s ease-in-out;
    -webkit-transition:all 0.6s ease-in-out;
    -moz-transition:all 0.6s ease-in-out;
    -ms-transition:all 0.6s ease-in-out;
    -o-transition:all 0.6s ease-in-out;
}


/*-----------------------------------------------
Image Hover
/*---------------------------------------------*/
.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  /*border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;*/
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center;
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/*------------
Effect Hover Image
----------------*/
.card .card-image, .hoverimage{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card .card-image img, .hoverimage img{
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.card .card-image:hover img, .hoverimage:hover img{
    -webkit-transform: scale(1.2) rotate(-7deg);
    -moz-transform: scale(1.2) rotate(-7deg);
    -ms-transform: scale(1.2) rotate(-7deg);
    -o-transform: scale(1.2) rotate(-7deg);
    transform: scale(1.2) rotate(-7deg);
}

.card{
    font-family: 'Roboto', sans-serif; 
    border:none;
    margin-top: 10px;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.card .card-content {
  padding: 10px;   
  background:#1A9AE1;
  color:white;
}

.card .card-content .card-title, .card-reveal .card-title{
    font-size: 24px;
    font-weight: 200;    
}

.card .card-reveal{    
    padding: 20px;
    position: absolute;
    background-color: #FFF;
    width: 100%;
    overflow-y: auto;
    left:0;
    bottom:0;
    height: 100%;
    z-index: 1;
    display: none;    
}

.card .card-reveal .card-title{
    color: rgba(0, 0, 0, 0.71);
    margin:10px; 
    font-size:2.2rem;
}

.card .card-reveal p{
    color: rgba(0, 0, 0, 0.71);
    margin:10px; 
    font-size:1.2rem;
}

.btn-custom{
    background-color: transparent;
    font-size:18px;
 
}

/*--------------------
FONT AWESOME
-------------*/
i .fab, i .fas{
  font-family: 'Font Awesome 5 free';
  color: #999;
  font-weight: 900;
}


/****
About 
******/


.parallel{
background: url('../images/parallax.jpg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position: center;
min-height: 500px;
}




/*-------------
/ Career ------
---------------*/
.box-shadow{
    -webkit-box-shadow: 0 0 50px #d3d3d3;
    -moz-box-shadow: 0 0 50px #d3d3d3;
    box-shadow: 0 0 50px #d3d3d3;
}
.form-control{
    border-radius: 0;
}
.file-input::-webkit-file-upload-button {
    visibility: hidden;
}
.file-input{
    border: 1px solid rgba(0,0,0,.15);
    padding: 5px 10px;
}
.file-input::before {
    content: 'BROWSE';
    display: inline-block;
    color: #fff;
    background: var(--orange);
    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    /* font-weight: 700; */
    font-size: 16px;
    float: right;
    text-align: center;
    width: 30%;
    margin-right: -4px;
}
.file-input::after{
    float: left;
}
.file-input:hover::before {
    border-color: black;
}
.file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


/*------------
/ BTN -------
------------*/
.btn {
    display: inline-block;
    line-height: 30px !important;
    /* margin: 5px; */
    padding: 0 15px;
    font-size: 17px;
    position: relative;
    opacity: .999;
    border-radius: 0;
}

.btn-border-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
}
.btn-border-o:before, .btn-border-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 0;
    box-sizing: content-box;
}
.btn-border-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    left: 0;
    transition-delay: 0.05s;
}
.btn-border-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    top: 0;
    left: -1px;
}
.btn-border-o:hover:before {
    width: 100%;
}
.btn-border-o:hover:after {
    height: 100%;
}
.btn-border-o.btn-blue:before, .btn-border-o.btn-blue:after {
    border-color: #3498db;
}
.btn-border-o.btn-blue:hover {
    color: #3498db;
}
.btn-border-rev-o {
    background-color: transparent;
    border: 1px solid #d0d0d0;
    color: #B8B8B8;
}
.btn-border-rev-o:before, .btn-border-rev-o:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 0;
    box-sizing: content-box;
}
.btn-border-rev-o:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0;
    transition-delay: 0.05s;
}
.btn-border-rev-o:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
}
.btn-border-rev-o:hover:before {
    width: 100%;
}
.btn-border-rev-o:hover:after {
    height: 100%;
}
.btn-border-rev-o.btn-blue:before, .btn-border-rev-o.btn-blue:after {
    border-color: #3498db;
}
.btn-border-rev-o.btn-blue:hover {
    color: #3498db;
}

.btn-border-rev , .wpcf7-submit, input[type="submit"]{
    background-color: var(--orange);
    /*border: 1px solid #ddd;*/ 
    color: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
}
input[type="submit"]:hover{
  border: 1px solid #ddd;
}
.btn-border-rev:before, .btn-border-rev:after {
    content: '';
    border-style: solid;
    position: absolute;
    z-index: 5;
    border-radius: 0;
    box-sizing: content-box;
}
.btn-border-rev:before {
    width: 0;
    height: 100%;
    border-width: 1px 0 1px 0;
    top: -1px;
    right: 0;
}
.btn-border-rev:after {
    width: 100%;
    height: 0;
    border-width: 0 1px 0 1px;
    bottom: 0;
    left: -1px;
    transition-delay: 0.05s;
}
.btn-border-rev:hover{
    background-color: transparent;
}
.btn-border-rev:hover:before {
    width: 100%;
}
.btn-border-rev:hover:after {
    height: 100%;
}

.btn-border-rev.btn-blue:before, .btn-border-rev.btn-blue:after {
    border-color: #3498db;
}
.btn-border-rev.btn-blue:hover {
    color: var(--blue);
}


/****Collapse career****/
#accordion ul{
    padding-left: 25px;
}
#accordion h4{
    font-weight: 700;
    font-size: 1em;
}
#accordion .card:focus-within{
    border-left: 8px solid var(--orange);
}
#accordion .btn{
    text-align: left;
    width: 100%;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
}
#accordion .btn:hover,#accordion .btn:active, #accordion .btn:focus{
    text-decoration: none;
    outline:0 !important;
}
#accordion .btn-link{
    color: var(--orange);
}
#accordion .card{
    margin-bottom: 25px;
    border-left: 4px solid var(--orange);
}
.card-header:first-child,
#accordion .card,
.card-header{
    border-radius: 0;
}
#accordion .card-header{
    background: none;
    border-bottom: 0;
}
.card-body{
    /* padding-left: 37px; */
    padding-top: 0;
}

[data-toggle="collapse"]:after {
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f054";
    transform: rotate(90deg) ;
    transition: all linear 0.25s;
/* float: right;
margin-top: 10px; */
padding-top: 7px;
position: absolute;
right: 0;
}
[data-toggle="collapse"].collapsed:after {
    transform: rotate(0deg) ;
}
.career-form input,.career-form select,.career-form textarea{
    /*background-color: rgba(0,0,0,0);*/
    border: 1px solid #ced4da !important;
}



/*-------------------
/--------Product------------
/--------------------*/
.grid-container .card {
    margin-bottom: 1rem;
    height: 100%;
}

.list-view .row > [class*='col-'] {
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
}
.list-view .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
}
@media (max-width: 575.98px) {
    .list-view .card {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }
}
/*.list-view .card > .card-img-top {
width: auto;
}*/
.list-view .card .card-body {
    display: inline-block;
    width: 50%;
}
.list-view .card-img-top a{
    width: 50%;
}


/*----------------------
Product Vertical Tab
------------------------*/
*, *::after, *::before {
    box-sizing: inherit;
}

.vertical-tabs-container {
    border-radius: 3px;
    border: 1px solid gainsboro;
    margin-bottom: 1.5em;
    overflow: hidden;
}
.vertical-tabs-container::after {
    clear: both;
    content: "";
    display: block;
}
.vertical-tabs-container li {
    list-style: none;
}
.vertical-tabs-container a {
    color: #477DCA;
    text-decoration: none;
}
.vertical-tabs-container .vertical-tabs {
    display: none;
}
@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tabs {
        background-color: white;
        display: inline;
        float: left;
        height: auto;
        width: 20%;
    }
}
@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab {
        border-bottom: 1px solid gainsboro;
        display: block;
        font-weight: bold;
        margin-right: -1px;
        padding: 0.75em 0.809em;
    }
    .vertical-tabs-container .vertical-tab.is-active {
        background-color: #f6f6f6;
        margin-right: -1px;
    }
}
.vertical-tabs-container a.vertical-tab-accordion-heading,
.vertical-tabs-container a.vertical-tab {
    color: #333;
}
.vertical-tabs-container .vertical-tab:focus {
    outline: none;
}
.vertical-tabs-container .vertical-tab-content-container {
    display: block;
    margin: 0 auto;
}
.vertical-tabs-container .vertical-tab-content-container a:focus {
    outline: none;
}
@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-content-container {
        height: auto;
        width: 80%;
        background-color: #f6f6f6;
        display: inline-block;
    }
}
.vertical-tabs-container .vertical-tab-content {
    background-color: #f6f6f6;
    padding: 1.5em 1.618em;
}
.vertical-tabs-container .vertical-tab-content p {
    color: #333;
    line-height: 1.5em;
}
@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-content {
        border: none;
        display: none;
    }
}
.vertical-tabs-container .vertical-tab-accordion-heading {
    background-color: white;
    border-top: 1px solid gainsboro;
    cursor: pointer;
    display: block;
    font-weight: bold;
    padding: 0.75em 0.809em;
}
.vertical-tabs-container .vertical-tab-accordion-heading:focus, .vertical-tabs-container .vertical-tab-accordion-heading:hover {
    color: #477DCA;
}
.vertical-tabs-container .vertical-tab-accordion-heading:first-child {
    border-top: none;
}
.vertical-tabs-container .vertical-tab-accordion-heading.is-active {
    background: #f6f6f6;
    border-bottom: none;
}
@media screen and (min-width: 40em) {
    .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none;
    }
}


/*------------------------
-------------------------*/
.p-image:hover img{
    transform: scale(0.95);
    transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
    filter: grayscale(100%);

}
.p-image img{
    transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
}



/*----------------------
CONTACT
------------------------*/
.contact-address{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 15px;
    width: 60%;
    /*-webkit-box-shadow: 0 0 20px #d3d3d3;
    -moz-box-shadow: 0 0 20px #d3d3d3;
    box-shadow: 0 0 20px #d3d3d3;*/
}
.contact-address .row{
    padding: 5px 0;
}
.directory-section ul.resp-tabs-list{
    width: 35% !important;
}
.directory-section .resp-tabs-container{
    width: 65% !important;
}
.directory-section .resp-vtabs .resp-tabs-list li{
    opacity: 0.5;
}
.directory-section .resp-vtabs li.resp-tab-active, .directory-section .resp-vtabs .resp-tabs-list li:hover{
    opacity: 1;
}



/*------------------
ICON BOX
--------------------*/

.icon-wrap .fa{
    font-size: 35px;
    padding: 15px 0;
    color: var(--orange);
}


/*------------------------
404
------------------------*/
._404{
  background: url('../images/404.png') center left no-repeat;
  height: 100vh;
}
.h-100{
  height: 100vh;
}
._404circle{
  /*border-radius: 300px;*/
  height: 350px;
  width: 350px;
}


/******
Footer
******/
footer{
    background: #444;
    /*background: #D5D3FC;*/
}
.footer-bottom{
    background: #333;
    /*background: #CBC7FC;*/
}
footer li{
    list-style-type: none;
    float: right;
    padding: 0 5px;
    text-align: right;
}
footer li img{
    color: #fff;
}
footer h4, footer a{
  color: var(--gray4);
}
footer a:hover{
  color: var(--orange) !important;
}




/******
Responsive
*******/
/****Responsive****/
@media (min-width: 992px){
  .modal-lg{
      max-width: 1000px !important;
  }
}
@media screen and (min-width: 360px) and (max-width: 768px){
    .directory-section .resp-tabs-container{
      width: 100% !important;
  }
  #timeline{
    margin: 0 auto !important;
  }
  .contact-address{
    position: static;
    width: 100%;
  }

}
@media screen and (max-width: 768px){

}
@media screen and (min-width: 768px) and (max-width: 1200px){


}