body{
  font-family: 'Open Sans';
  src: url('font/OpenSans/OpenSans-Light.ttf') format('ttf'),
  url('font/OpenSans/OpenSans-Regular.ttf') format('ttf');
  /* The image used */

}
img.img-responsive.dlshsi-logo-research {
    padding-top: 7px;
    padding-bottom: 8px;
    /*margin: auto;*/
    /*display: block;*/
}/*a:hover {
  color:#238c59 !important;
}*/
.landline-details-search{
/*text-align: center; */
  font-size: 12.5px;
  font-weight: lighter;
}


.searchtool{
    width:25%;
    color:#000;
    padding: 2px;
}
/*navigation*/
.navbar.yamm>div>.navbar-header.logo-container {
    display: none;
}

.hvr-underline-from-left:before {
    background: #238c59;
    top: 18px;
}
.col-md-12.menu-background {
    background: #fff;
}
.nav>li>a:focus, .nav>li>a{
    font-weight: lighter;
    color:  #4a4a4a;
}
.nav>li>a:focus, .nav>li>a:hover{
  background:   transparent;  
  color:  #238c59;

}
.nav>li>a {
    padding: 10px 10px;
}
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{
  background:   transparent; 
  color:  #238c59;
}
ul.dropdown-menu li {
    padding: 5px 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{

  background:   transparent; 
  color:  #238c59;
}
ul.dropdown-menu li a span {
    color: #8c7d7d;
}
ul.dropdown-menu li a span:hover {

    color: #238c59;
    /*font-weight:  700;*/
    /**/
}
.navbar.yamm {
    float: right;
    margin-bottom: 0px;
}
.navbar{
  min-height:   0px;
}
/* asawa ko */
.navbar-nav>li>a{
  padding-top:  0px;
  padding-bottom:   20px;
}
hr.navigation-hr{
  display:  none;
}
@media(max-width: 375px){
  div.parallax-background-banner{
    -webkit-background-size: cover !important;
    background-size: cover !important; 
    background-position:-25px !important;

  }
}
@media(min-width: 450px){
  div.parallax-background-banner{
    -webkit-background-size: cover !important;
    background-size: cover !important; 
    background-position:-25px !important;

  }
}
@media ( min-width: 750px ) and (max-width: 770px) {
  .container-fluid div.parallax-background-banner{
    -webkit-background-size: 120% 15% !important;
    background-size: 120% 15% !important;
    background-position-y: 150px !important;
  }
}
@media ( max-width: 770px ){
  .navbar.yamm {
      float: none;
  }



  .navbar-nav>li>a{
    padding-top:  15px;
    padding-bottom:   15px;
  }
  img.dlshsi-logo.img-responsive {
    margin: 0 auto;
    display: block;
  }
  hr.navigation-hr {
    display:  block;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  ul.upper-contact-us-details li{
/*    padding-right:  5px !important;
    padding: 5px;
    border-right: none!important;
    display:  block;
    margin-right:   0px !important;*/
  }
  ul.upper-contact-us-details{
    float:  inherit !important;
    text-align:   center;
    padding-left:   0px;
  }
  .navbar-toggle{
    border:   1px solid #8c7d7d;
  }
  .navbar-toggle .icon-bar{
    background  :  #8c7d7d;
  }


}
ul.upper-contact-us-details {
    color:  #8c7d7d;
    font-size: 13px;
    font-style: italic;
    /*float: right;*/
    margin-top: 10px;
    padding-left: 0%;
}
ul.upper-contact-us-details li:last-child {
    border: none;
}
ul.upper-contact-us-details li {
    display: inline-block;
    margin-right: 5px;
    /*border-right: 1px solid #8c7d7d;*/
    /*padding-right: 10px;*/
}
.top-mydlshsi,.top-privacy-policy{
    color:  #8c7d7d;
}
.top-mydlshsi:hover , .top-mydlshsi:active , .top-mydlshsi:focus,.top-privacy-policy:hover{
  color: #238c59;
}
/*carousel*/
.carousel.carousel-fade .item {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity:0;
}
.carousel.carousel-fade .active.item {
  opacity:1;
}

.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}

.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
  left: 0;
  z-index: 1;#
}

.carousel.carousel-fade .carousel-control {
  z-index: 3;
}

.controller .carousel-indicators > li.active{
  border-color: #238c59;
  background-color: #238c59;

}

.controller .carousel-indicators > li {
  border-color: #238c59;
  background-color: #fff;
}

.carousel-control.left{
    padding-top: 1%;
    padding-left: 48%;
    background-image: none;
    color:#B0B0B0; 
    filter: progid: none !important;
    filter:none !important;
    background-image:none;
    outline: 0;
    opacity: 1;
} 
.carousel-control.right {
    padding-top: 1%;
    padding-right: 48%;
    background-image: none;
    color:#B0B0B0;
    filter: progid: none !important;
    filter:none !important;
    background-image:none;
    outline: 0;
    opacity: 1;
}
.carousel-control:hover {
  color:#646464;
}


/*
.carousel-control.left{
  margin-left: -3%;
  position: absolute !important;
  background-image: none;
  color:red !important;

}
.carousel-control.right {
  margin-right: 83%;

  position: absolute !important;
  background-image: none;
  color:red !important;
}

.carousel-control:hover {

  color:red !important;
}
*/
/*end of carousel*/
/*banner-section*/
.container-fluid{
  padding: 0px;
}
.banner-parallax-section{
   /*background-image: url("../img/facility.jpg");*/
  /* Set a specific height */
  /* Create the parallax scrolling effect */
/*  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.parallax-background-banner { 
  /* The image used */
  background-image: url("../img/facility.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.textbox-banner{
  width:100%;
  background-color: rgba(0,0,0,0.4);
  color:white;
  filter:alpha(opacity=60); /* IE transparency */   
}
/*.banner-title{
  cursor: pointer;
  padding-top: 20%;
  padding-left: 4.6%;
  padding-right: 5%;
  padding-bottom: 1%;
  font-size: 45px;

}

.banner-description{
  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
  padding-bottom: 10%;
  font-size: 20px;
  font-weight: lighter;
}
*/

/*end banner-section*/
/* -- myhsi Button -- */
.myshi-container{
  padding: 10px;
  font-weight: lighter;
  background-color: #238c59;
  font-size: 24px;
  color: white;
}

.myhsi-title{
  cursor: pointer;
  color: white;
   font-weight: lighter;
}
#promotion{
  text-align: center;
}


/* -- End myhsi Button -- */

/*myhsi for mobile devices*/
.xs-myshi-container{
 padding-top: 10px;
 padding-bottom: 10px;
   font-weight: lighter;
  background-color: #238c59;
  color: white;
}

.xs-myhsi-title{

  cursor: pointer;
  color: white;
  font-size: 15px;
  font-weight: lighter;
}
#promotion{
  background-color: #238c59;

  text-align: center;
} 

#myhsi-button {
  text-align: center;
  font-size: 20px;
   font-weight: lighter;
  border: 2px solid;
  padding: 10px 20px;
  background-color: #238c59;
  color: #fff;
  width:100%;
  border-radius: 5px;
  border-color: #fff;
  cursor:pointer;
    font-size: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#myhsi-button:hover {
  color: #238c59;
  border-color: #fff;
  background-color: #fff;

}

/* end myhsi for mobile devices*/

/*about research*/
.about-research{
  padding-top: 5%;
}
.about-custom-img-container img{
  margin: 0 auto;
}
.about-research-des{
  line-height: 25px;
  text-align: justify;
  text-indent: 50px;
    color: #646464;
}
.about-research-heading{
  text-align: center;
  font-size: 30px;
    color: #238c59;
}
.fa-check{
   color: #238c59;
}

ul.a {
    line-height: 25px;
      color: #646464;
    list-style-type: none;
}
.highlighted{
   color: #238c59;
}

/*end of about research*/

/*start research activities*/
.activities-section{
  padding-top: 5%;
}

.default-title{

  padding-left: 30px;
  padding-right: 35px;
  padding-top:50px;
  padding-bottom: 20px;
  cursor: pointer;
  font-size: 30px;
  color: #238c59;
}
.activity-heading{
  padding-top: 1%;
    font-size: 20px;
  color: #238c59;
}
.activity-heading:hover{

    color: #238c59;
  text-decoration: none;
}
.activity-date{
  color:#646464;
}
.activity-content{
  line-height: 25px;
  color:#646464;
}
.navigation{
  cursor: pointer;
  margin: 2%;
  color:#646464;
  font-size: 30px;
}
.fa-angle-left:hover{
  cursor: pointer;
  
}
.fa-angle-right:hover{
  cursor: pointer;
  
}
.activity-img{
  border-top: 4px solid #238c59;
}

.mega-menu-learnmore > a{
  color: #238c59;
}
.mega-menu-learnmore > a:hover {
  text-decoration: none !important;
  color: #238c59;
}
/*end research activities*/

/*iec section style */
.iec-section{

}

.parallax-iec { 
  /* The image used */
  background-image: url("../img/facility.jpg");
  /* Set a specific height */
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.iec-button-container{

  background-color: none;
  padding-left: 5%;
  padding-right: 10%;
  padding-top: 2%;
  padding-bottom: 8%;


}
.textbox-iec{
  width:100%;
  background-color: rgba(0,0,0,0.6);
  color:white;
  filter:alpha(opacity=60); /* IE transparency */   
}
.iec-button{
  text-align: center;
  font-size: 20px;
  border: 2px solid;
  padding: 10px 30px;
  width: 100%;
  background-color: transparent;
  color: white;
  border-radius: 2px;
  border-color: #238c59;
  cursor:pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.iec-button:hover{
  outline: none;
  color: white;
  background-color: #238c59;
}
.iec-button:focus{
  outline: none;
}
.iec-title{
  /*cursor: pointer;*/
  padding-top: 10%;
  /*padding-left: 4.6%;*/
  padding-right: 5%;
  padding-bottom: 1%;
  font-size: 45px;
 
}

.iec-description{
/*  cursor: pointer;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 20px;
  font-weight: lighter;*/
  font-style: italic;
    /*cursor: pointer;*/
    line-height: 35px;
      /*padding-left: 5%;
  padding-right: 5%;*/
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: lighter;
}
/*end of iec section style */

/*contact us */

.form-group{
  text-align: center;
  padding-top: 20px;
}
.form-group input {
  color: #238c59;
  padding: 20px;
  font-size: 15px;
  border:2px solid #238c59;

  margin-bottom: -2%;

  width:100%;
}
.form-group input:focus {
  
  border-color: #238c59;;

}
.form-group textarea {
color: #238c59;
  width:100%;
  padding: 20px;
  font-size: 15px;
  border:2px solid #238c59;
  margin-bottom: 20px;
resize:none;

}
.form-group textarea:focus {

  border-color: #238c59;;

}

.location{
 padding: 10px;
  color: #238c59;

  font-size: 30px;
}
.contactus-details{
  padding-top:5%;
}
.contactus{

  background-color: none;
  color: #238c59;

  font-size: 30px;
}
#our_loc{

  padding: 20px ;

}
#con_us{
  text-align: left;
  background-color: none;
  padding: 20px;

}

.fa-map-marker{
  padding-left: 10px;
  padding-right: 10px;
    color: #238c59;
  font-size: 30px;
}
.fa-envelope-o{
    padding-left: 10px;
  padding-right: 10px;
    color: #238c59;
  font-size: 30px;
}
.contactus-button {
  margin-top: 10px;

  font-size: 15px;

  font-family: "Open Sans";
  border: 2px solid;
  padding: 10px 80px;
  background-color: transparent;
  color: #238c59;
  
  border-radius: 2px;
  border-color: #238c59;
  cursor:pointer;

  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }
.contactus-button:hover{
  color: white;
  background-color: #238c59;
}/*end of contact us */
/*FOOTER*/
.footer-section{

}
ul.footer-links li {
    padding-top: 10px;
    font-weight: lighter;
}
.footer-first-details {

    background: #238c59;
    color: #fff;
}
ul.footer-links li a {
    color: #fff;
    text-decoration: none;
}

ul.footer-links li a.hvr-underline-from-left:before{
    background: #fff;
    top: 18px;
}

.footer-first-details .container {
    padding-bottom: 20px;
}
h4.footer-title{
  padding-top: 25px;
}
ul.footer-links {
    list-style-type: none;
    padding-left: 0px;
}
ul.follow-us-footer{
  padding-top: 15px;
  padding-left: 0px;
}
ul.follow-us-footer li {
    display: inline-block;
}
ul.follow-us-footer li a {
    color: #fff;
}
.footer-second-details {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}
div#cons {
    margin-top: -47px;
    margin-left: 49px;
}

/*ipad portrait*/
@media ( max-height: 768px ) and ( max-width: 1024px ) {
    .iec-button{
       font-size: 18px;
    }
    div#cons {
      margin-top: 0px;
      margin-left:-5px;
    }
    .landline-details-search > ul > li > input[type=text] {
      width: 110px;
  }
}

@media screen and ( max-width: 770px ) {
    .footer-second-details {
      text-align: center;
    }
    .footer-first-details{
      text-align: left;
    }
    ul.footer-links li {
      font-size: 14px;
      padding-top: 5px;

      font-weight: lighter;
    }
    h4.footer-title{
      font-size: 22px;
    }
    ul.footer-links li a {
      color: #f7f7f7;
      text-decoration: none;
    }
    .carousel-control.left{
      margin-top: -10px;
      padding-left: 45%;
    } 
    .carousel-control.right {
      margin-top: -10px;                                                                                                                                                                                           
      padding-right: 45%;
    }
    div#cons {
      margin-top: 0px;
      margin-left:-5px;
    }
    .iec-title{
      font-size: 35px;
        padding-left: 6%;
        padding-right: 6%;
    }
    .iec-description{
      font-size: 15px;
        padding-left: 6%;
        padding-right: 6%;
    }
      .iec-button-container {
        padding-left: 10%;
      }
      .iec-button{
        font-size: 16px;
      }
      .contactus{
        font-size: 25px;
      }
    .location{
      font-size: 25px;
    }
    h4.footer-title{
  font-size: 18px;
}
  .banner-title{
    font-size: 35px;

  }

  .banner-description{
    font-size: 16px;
  }
  .copyright{
    color:#b6b6b6;
}
}

i.fav-icon {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 25px;
}
i.fav-icon.fa-map-marker {
    color: #fff !important;
    font-size: 25px;
}
/*END FOOTER*/


@media screen and ( max-height:  414px ){  /* Iphone 4 - 5 portrait connect with us and location text*/

    .iec-button{
      padding-left: 0px;
      padding-right: 0px;
    }
}

section.about-research{
  background-color: #fff;
  padding-bottom: 5%;
}

section.activities-section{
  background-color: #fff;
    padding-bottom:  7%;
}
section.contactus-details{
  background-color: #fff;
    padding-top: 5%;
}
.footer-second-details{
  background-color: #fff;
}


.navbar-toggle .icon-bar:nth-of-type(2) {
      top: 1px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
    top: 2px;
}

.navbar-toggle .icon-bar {

      position: relative;
      transition: all 200ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
      top: 6px;
      transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
      background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
      top: -6px;
      transform: rotate(-45deg);
}

.navbar .navigation-toggle-custom{
    float: left;
    margin-left: 0px;
    border:none;
}
.navbar .navigation-toggle-custom .icon-bar {
    margin-right:-40px;
    background-color: #238c59;
}
.navbar .navbar-toggle:hover{
    background-color: #fff;
}
.navbar-toggle:hover .icon-bar {
    background-color: #238c59;
}
.navbar .navbar-toggle:focus{
    background-color: #fff;
}
.navbar-toggle:focus .icon-bar {
    background-color: #238c59;
}
.navbar .navbar-brand:hover{
    color:#fff;
    font-weight: normal;
}
.navbar .navbar-brand{
    color:#238c59;
    font-weight: normal;
}

/*search*/
.search-form {
    position: relative;
    top:10px;

}
.search-form .form-group {
    float: right !important;
    transition: all 0.35s, border-radius 0s;
    width: 32px;
    height: 32px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-radius: 25px;
    border: 1px solid #ccc;
}
.search-form .form-group input.form-control {
    padding-right: 20px;
    border: 0 none;
    background: transparent;
    box-shadow: none;
    display:block;
}
.search-form .form-group input.form-control::-webkit-input-placeholder {    
    color:#b6b6b6 !important;
}
.search-form .form-group input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: red !important;
}
.search-form .form-group input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: red !important;
}
.search-form .form-group input.form-control:-ms-input-placeholder {
    color: red !important;
 
}
.search-form .form-group:hover,
.search-form .form-group.hover {
    width: 50%;
    border-radius: 25px 25px 25px 25px;
}
.search-form .form-group span.form-control-feedback {
    position: absolute;
    top: -1px;
    right: -2px;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #238c59;
    left: initial;
    font-size: 14px;
}

input#search {  
    margin-top: -13px;
    padding-top: 0px;
}
/*=== CONNECT WITH US ===*/
#wpcf7-f8-o1>.screen-reader-response>ul {
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
    display: none;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
    display: none;
}
span.wpcf7-not-valid-tip{
    color: #fff;
    background: #CE0000;
    border-radius:3px !important;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom : 5px;
    padding-top: 5px;
    margin-bottom: 7px;  
}
.form-control {
    margin-bottom: 10px !important;
    border-radius:3px;
}
form.wpcf7-form p .contactus-button {
    margin: 0 auto;
    display: block;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
    border: 2px solid #238c59;
    padding:15px !important;

}
input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-required.wpcf7-validates-as-email.form-control {
    border: 2px solid #238c59;
}
textarea#message {
    resize: none;
    border: 2px solid #238c59;
    /* border-color: #238c59; */
}

 /*quick links home*/
 section.ql-section{
  background-color: #fff;
 }
 .ql-title{
    padding-top: 5%;
      font-size: 40px;
  color: #238c59;
  padding-bottom: 2%;

}
.ql-des{
    font-style: italic;
    line-height: 30px;
    margin-left: 1%;
    margin-right: 1%;
/*    color: #646464;*/
    color: #bababa;
}
.ql-section{

    text-align: center;
    padding-bottom: 3%;
}
.qlbutton-portal{
    margin-top: 10px;
    font-size: 15px;
    border: 2px solid;
    padding: 10px 55.5px;
    background-color: transparent;
    color: #238c59;
    border-radius: 2px;
    border-color: #238c59;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.qlbutton-portal:hover{
    color: white;
    background-color: #238c59;
}
.qlbutton-support{
    margin-top: 10px;
    font-size: 15px;
    border: 2px solid;
    padding: 10px 20px;
    background-color: transparent;
    color: #238c59;
    border-radius: 2px;
    border-color: #238c59;
    cursor:pointer;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.qlbutton-support:hover{
    color: white;
    background-color: #238c59;
}
.banner-title{
    /*font-family: 'Josefin Sans';*/
    /*font-family: 'Quicksand';*/
    font-weight: lighter !important;
    cursor: pointer;
    padding-top: 20%;
    padding-left: 4.6%;
    padding-right: 5%;
    padding-bottom: 1%;
    font-size: 65px;
    -webkit-animation-delay:0.e5s;
    animation-delay: 0.5s;
}
.banner-description{
    color: #e4e4e4;
    font-family: 'Quicksand';
    cursor: pointer;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: lighter;
    font-style: italic;
    -webkit-animation-delay:1s;
    animation-delay: 1s;
}
.modal-exerpt{
    text-align: center;
     color: #bababa;
     padding-bottom: 1%;
}
.modal-exerpt-header{
    text-align: center;
     color: #238c59;
     font-size: 23px;
}
.modal-title{
    color:#238c59;
}
a:focus{
  outline: none;
}
footer {
    margin-top: -5px;
}
.scrolloff iframe   {
    pointer-events: none ;
}
.fa{
  text-shadow: none !important; 
}
/* Desktop */
@media only screen  and ( min-device-width: 1200px ){
    .qlbutton-portal{
        margin-right: 1%;
    }
    .ql-des{
        font-style: italic;
        line-height: 30px;
        margin-left: 15% !important;
        margin-right: 15% !important;
        /*    color: #646464;*/
        color: #bababa;
    }
    ul.side-nav{
   	 padding-bottom: 0 !important;
	}
}
/* End Desktop */
.back-to-top {
    margin: 0;
    position: fixed;
    border-radius: 50%;
    right: 2%;
    bottom: 7%;
    width: 50px;
    height: 50px;
    z-index: 100;
    display: none;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #238c59;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top:hover{
    color: #fff;
    background-color: #4a4a4a;
    /*bottom: 8%;*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top:focus{
    color: #fff;
    /*bottom: 8%;*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top:active{
    color: #fff;
    /*bottom: 8%;*/
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.back-to-top i {
    padding-top: 8%;
    padding-bottom: 1%;
    font-size: 35px;
}


/* Sidenav Home navigation*/

.sidebar, .toggle {
    transition:all .4s ease-in-out;
    -webkit-transition:all .4s ease-in-out;
}
.sidebar {
    display: none;
    padding-top: 1%;
    background-color:#fff;
    width:280px;
    /*height:100vh;*/
    height: 220px;
    position:fixed;
    /*top:210px;*/
    left:-2px;
    z-index: 2;
    border: 3px solid #d4d4d4;
}
.toggle {
    font-size: 25px;
    text-align: center;
    position:absolute;
    right:5px;
    /*top:5px;*/
    width:40px;
    color: #fff;
    height:18%;
    background:#238c59;
    cursor: pointer;
    z-index: 2;
    transition:all .3s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.sidebar-collapsed {
     transform:translateX(-100%);   
    -webkit-transform:translateX(-100   %);
}
.sidebar-collapsed .toggle {
    right:0px;
     transform:translateX(100%);   
    -webkit-transform:translateX(100%);   
    border-radius: 0 15px 15px 0;
}
.sidebar-ul{
    list-style: none;
}
.sidebar-ul li{
    padding: 7px 7px 7px 0px;
}
.sidebar-ul li a{
    font-family: 'Quicksand';
    color: #238c59;
    font-size: 16px;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.sidebar-ul li a:focus{
    padding-left: 6%;
    color: #a1a1a1;
    font-size: 16px;
    text-decoration: none;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.sidebar-ul li a:hover{
    padding-left: 6%;
    color: #a1a1a1;
    font-size: 16px;
    text-decoration: none;
    transition:all .5s ease-in-out;
    -webkit-transition:all .3s ease-in-out;
}
.sidebar-heading{
    color: #a1a1a1;
    font-family: 'Quicksand';
    font-size: 16px;
    padding-left: 6%;
}

/* Side-navigation*/
li.current_page_item > a {
    color:#238c59 !important;
}
li.current_page_item {
    border-left: 5px solid #238c59;
}
.page_item > a{
    color:#696969 !important;
    font-size: 15px;
}
.page_item > a:hover {
    color: #238c59 !important;
    text-decoration: none;
}
.page_item > a:focus {
    text-decoration: none;
}
.page_item > a:active{
    text-indent: 10px;

    text-decoration: none;
}
.page_item > a:visited{
    text-decoration: none !important;
}
.page_item:hover{           
    border-left: 5px solid #238c59;
}
.page_item{
    border-left: 5px solid #fff;
    list-style: none;
    padding-left: 15px;
    margin-bottom: 16px;
}
.side-nav-header{
    color: #238c59;
    margin-left: 18px;
    padding-top: 10px;
}
ul.side-nav {
    padding-bottom: 0%;
    margin-left: -9%;
}
li > ul.children{
    margin-left: -35px !important;
}
li > ul.children > li{
    margin-top: 10px;
    padding-left: -15px !important;
}
li > ul.children > li > a {
    font-size: 13px !important;
}
section.landing-page {
    padding-bottom: 20px;
    background-color: #fff;
}
/* End-navigation*/
/*=====BREADCRUMBS=====*/
p#breadcrumbs {
    font-size: 13px;
    margin-left: 22px;
    margin: 6px 0px 7px 20px;
}
p#breadcrumbs>small>span {
    font-size: 13px;
    color: #696969;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
p#breadcrumbs span>a {
    color: #238c59;
}
p{
    margin: 6px 0px 5px 0px;
}
section.breadcrumbs{
    height: 30px;
    background-color: #fff;
    padding-bottom: 30px !important;
}
.breadrow{
    padding-bottom: -10px !important;
    margin-bottom: 0px !important;
}
/* End*/
.top-links{
    color: #8c7d7d;
}
.top-links:hover{   
    color: #238c59;
    cursor:pointer;
}

/* Search header*/
.landline-details-search > input[type=text] {
    width: 177px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 12.5px;
    background-color: white;
    background-image: url('../img/searchicon.png');
    background-position: 7px 2px;
    background-repeat: no-repeat;
    padding: 5px 20px 5px 30px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}
.landline-details-search{
    font-size: 12.5px;
    font-weight: lighter;
}

.searchtool-top-nav{
    font-size: 12.5px;
    font-weight: lighter;
}
.searchtool{
    width:25%;
    color:#000;
    padding: 2px;
}
/* end search header*/
/*error 404 styles*/

.con-404{
  padding-top: 5%;
    text-align: center;
}
.page-not-found{
    color:#696969;
    font-size: 45px !important;
}
.title-404{
    font-weight: bold;        
    font-size: 195px !important;
    color:#238c59;
    text-align: center;
}
.des-404{
    color:#C7C7CC;
    font-size: 15px;
    line-height: 28px;
}
a.homepage-link{
    color:#238c59;
}
a.homepage-link:hover{
    text-decoration: none;
}
a.homepage-link:visited{
    text-decoration: none;
}
a.homepage-link:active{
    text-decoration: none !important;
}
/*end error 404 styles*/
.sidebar-header{
    color: #a1a1a1;
    font-family: 'Quicksand';
    font-size: 16px;
    
}
ul.side-nav{
    padding-bottom: 10%;
}
.entry{
    padding-bottom: 50px;
}
.entry p {

    line-height: 30px;
    text-align: justify;
    color: #494949;
    font-size: 15px;
    padding-bottom: 20px;
}
.entry h1{
    padding-top: 2%;
    color:#238c59;
}
.entry h4{
    color:#238c59;
}
.entry strong{
    color:#238c59;
}
.entry ul{
    list-style: none;
}
.entry h5{
    color: #494949;
}
.entry li{
            padding-bottom: 1.5%;
}
.entry ul>li>a{
    color:#238c59;

}
/*Search Result*/
.entry-title > a{
    font-size: 25px;
    color:#238c59;
}
a.url.fn.n {
    color:#BDBEC2;
}
.entry-meta{
    font-size: 10px;
        color:#BDBEC2;
}
time.updated {
    color:#BDBEC2;
}
.entry-date{
    font-size: 10px;
    color:#BDBEC2;
}
.page-title{
    padding-top:15% !important;
    /*padding-bottom: 4%;*/
    text-align: center;
    font-size: 40px;
    color:#BDBEC2;
    margin-top: 0% !important;
}
.site-main{
    /*height: 100vh;*/
    padding-left: 10%;
    padding-right: 10%;
}
.caption-description{
    font-size:15px;
    font-weight: lighter;
    /*color:#BDBEC2;*/

}
.page-header{
  margin: 0px !important;
}
/* */


body.customize-support{
    margin-top: 32px;
}

/**IPAD NAVIGATION**/
/*sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow:scroll;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #C7C7CC;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    z-index:0;
    width: 100%
}

@media screen and (max-height: 100px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
@media only screen and (max-width: 770px) and (min-width: 768px){
    #ipadnav{
        display:block !important;
    }
    div#portrait-nav{
        display: none !important;
    }
    .swiper-container{
        z-index: 0 !important;
    }
    div#navbar-collapse-grid {
        display: none !important;
    }
}
@media only screen and (max-width:767px) {
  div#portrait-nav{
    display: block !important;
  }
  .navbar.yamm>div>.navbar-header.logo-container {
    display: block;
  }
}
#ipadnav{
    display:none;
    width: 100%
}
span.ipadmenu{
    /*color: #fff;*/
    color: #009553;
    font-size: 25px;
}
.panel.menu-ipad {
    background: #2b2b2b;
}
a.first-nav {
    border-top: 1px solid #464444;
}
a.last-nav {
    border-bottom: 1px solid #464444;
}
.list-group.toggle-data {
    background: #504e4e;
    padding-left: 10px;
}
.panel.menu-ipad.sub-menu {
    background: transparent;
}

.list-group.toggle-data.ipad-2ndsub-nav a {
    font-size: 14px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}
a.sub-title-for-menu{
    font-size:20px;
}
/**END IPAD NAVIGATION**/

.col-md-8.pull-right {
    padding-left: 40px;
}
.entry ul li {
    list-style-type: circle;
    color: #494949;
}
.entry ul li ul {
    margin-top: 10px;
}
dl.gallery-item img {
    display: inline-block;
}
.top-container-slinks:hover {
    color: #238c59;
    text-decoration: none !important;
}
.top-container-slinks {
    color: #8c7d7d;
    text-decoration: none !important;
}
.wp-caption {
    margin-right: 40px;
    display: inline-block;
    font-size: 12px;
    color: #696969;
    line-height: 15px;
}
figcaption.wp-caption-text {
    text-align: justify;
}
#content:before {
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
#content:before, #content:after, #content>:first-child:before, #content>:first-child:after {
    position: absolute;
    width: 80px;
    height: 80px;
    border-color: #D4D9DC;
    border-style: solid;
    content: ' ';
}
section.news #content img, section.news .news-content img {
    display: block;
    margin: 0 auto;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (min-device-width: 1200px){
  .news-content-container {
      padding-right: 2% !important;
      padding-left: 2% !important;
  }
}
.news-heading {
    /* padding-bottom: 20px; */
    font-size: 32px;
    color: #238c59;
    /* padding-top: 45px; */
    line-height: 40px;
    padding-bottom: 15px;
}
.top-news {
    color: #238c59;
    font-weight: lighter;
    padding: 15% 7% 4% 2%;
    font-size: 25px;
    /* text-align: right; */
}
.posted-by {
    font-size: 12px;
    color: #A6ABAD;
    padding-bottom: 5px;
}
.news-thumbnail {
    padding-top: 17px;
    padding-bottom: 17px;
}

#content:after {
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.news-content {
    line-height: 30px;
    text-align: justify;
    /* text-indent: 80px; */
    padding-top: 20px;
    color: #696969;
    font-size: 15px;
    padding-bottom: 20px;
}
.aligncenter {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.top-news-titles {
    color: #238c59;
    font-size: 13px;
}
.top-news-titles:hover {
    color: #238c59;
    font-size: 13px;
}
.news-content > p {
    line-height: 23px;
    text-align: justify;
    /* text-indent: 80px; */
    padding-top: 10px;
    color: #464646;
    font-size: 15px;
    /* padding-bottom: 20px; */
}
nav.custom-pagination {
    text-align: center;
    padding-top: 5%;
    padding-bottom: 4%;
}
.custom-pagination span, .custom-pagination a {
    display: inline-block;
    padding: 2px 10px;
}
a.page-numbers:hover {
    color: #fff !important;
    background-color: #238c59 !important;
    text-decoration: none;
}
.custom-pagination a {
    background-color: #fff;
    color: #696969;
}