
@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600;700&family=Roboto+Slab:wght@300;400;500;600&display=swap');
/*font-family: 'Roboto Slab', serif;*/
html, body {
    height: 100%;
}
body {
font-family: 'Cabin', sans-serif;

  overflow-x: hidden;
  color: #000;
 }
b, strong {
    font-weight: bold;
}
::selection {
  background: #0099ff;
    color: white; }

::-moz-selection {
  background: #0099ff;
    color: white; }

.full-screen {
  height: 70vh; }

h1, h2, h3, h4, h5, h6 {

  line-height: 1.618; }

h1 {
  font-size: 3rem; }

p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.618; color: #000;}

.base-color {
  color: #8bd1b5 !important; }
.base-color1 {
  color: #6fb3b8 ;
}
.base-color1:hover {
  color: white ;
}
img{max-width: 100%;}

span.logo_site {
    font-size: 24px !important;
    width: 100%;
    text-align: center; color:#fff !important; font-weight:600;padding: 5px 0 10px;
}
span.logo_site em {
    display: block;
    font-size:42px;
    font-weight: 800;
    font-style: normal;
    line-height: 1;
}
span.logo_site small{font-size:14px; display:block}

.bg-base-color {
  background-color: #026670 !important; }

.bg-blue {
background-color: #026670;
  background-image: url("../images/TrianglePatterns.png");
}

.z-index {
  z-index: 2; }

.w-40 {
  width: 40% !important; }

h2 span {
  font-weight: 600; }

.pt-6, .py-6 {
  padding-top: 6rem; }

.pb-6, .py-6 {
  padding-bottom: 6rem; }

.pl-34 {
  padding-left: 34px; }

.bg-grey {
  background-image: url(../images/TrianglePatterns.png);
  background-size: contain;     background-color: #f9f9f9;}

.max-width-450 {
  max-width: 450px;
  margin: 0 auto; }

a:hover {
  text-decoration: none; }

a, button {
  outline: none !important; }

.pill-button {
  background-color: #026670;
  border: 2px solid #026670;
  border-color: unset!important;
  border-radius: 0.25rem;
  padding: 12px 30px;
  color: #ffffff;
  transition: all 0.3s ease;
  font-size: 16px;
  display: inline-block; }

.pill-button:hover {
  background-color: #6fb3b8;
  border: 2px solid #6fb3b8;
  color: #ffffff; }

.white-pill-button {
  background-color: #6fb3b8;
  border-color: #6fb3b8!important;
  border-radius: 25px; }

.white-pill-button:hover {
 background-color: #026670;
    color: #fff;
  border-color: #ffffff; 
  border: 2px solid #026670!important;
}
.bottom-logo img {
    max-width:120px;
}
.bottom-logo{text-align:center; padding:10px; padding-bottom:0}
/*-------------------------
        PRELOADER
-------------------------*/
#overlayer {
      position: absolute;
    z-index: 9999;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;}

.loader {
  position: absolute;
    top: 200px;
    left: calc(50% - 20px);
    z-index: 99999;
    border: 4px solid #ebebeb;
    border-radius: 50%;
    border-top: 4px solid #046069;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*-------------------------
     Sidebar Menu
-------------------------*/


.page-content {
  width: 100%;
  float: left;
 /* padding-left: 250px;*/
  transition: all 0.3s ease; }

.page-content.full-width {
  padding-left: 0; }


.title-border {
  border-left: 2px solid #8bd1b5;
  padding-left: 15px; }

/*-------------------------
          HERO
-------------------------*/
.about .list-unstyled li i{
  color: #6fb3b8;
  margin-right: 5px;
}

.hero {
  background: url("../images/banner2.jpg") no-repeat;
  position: relative !important;
  background-size: cover !important;
  background-position: center !important; }
  .hero::before {
    content: '';
    background-color:rgb(0 128 254 / 30%);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .hero .hero-center {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3; }
  .hero .hero-content p {
    max-width: 750px; }
  .hero .hero-icon {
    text-align: center;
    position: absolute;
    bottom: 40px;
    z-index: 1;
    left: calc(50% - 8px);
    animation: bounce 2s infinite; }
  .hero .video-overlay {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: 0; }

/*-------------------------
         About
-------------------------*/
/*.checkmark-list li > span:before {
  content: '\e94c';
  font-family: LineIcons, sans-serif;
  color: #026670;
  padding-right: 8px; }*/

/*-------------------------
         Services
-------------------------*/
.element-invisible {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    height: 1px;
}
.form-item, .form-actions {
    margin-top: 1em;
    margin-bottom: 1em;
}
#block-block-9.contextual-links-region {position:static}
#services .services-item {
  border-radius: 4px;
  margin-top: 30px;
  min-height: 173px;
  cursor: pointer;   }
  #services .services-item:after{content:""; display:table; clear:both}
   #services .services-item .services-content h5{
    color: #000000!important;
    font-size: 34px;
    text-align: center;
    margin-top: 40px;
    font-weight: 600;
   }
  #services .services-item .services-icon img{
    width: 100%;
    padding: 15px;
  }
.Strategic_Plan{
    padding-top: 30px;
}
#services .services-content {
  padding-left: 3rem; }

/*#services .services-item:hover .services-icon {
  transform: rotateY(360deg);
  transition: .8s ease; }*/

#services .item_listt{
  margin-top: 40px;
}
#services .item_listt ul{
  float: left;
  list-style-type: disc;
}
#services .item_listt ul li{
  float: left;
  margin-right: 40px;
  font-weight: 600;
}

/*-------------------------
          BANNER
-------------------------*/
.banner {
  background-image: url("../images/banner2.jpg");
  background-attachment: fixed;
  background-size: cover;
  position: relative; }
  .banner:before {
    content: '';
    background-color: #ffad017a;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*-------------------------
         PORTFOLIO
-------------------------*/
.portfolio .portfolio-filter li a {
  color: #6c757d;
  border-radius: 0.25rem;
  display: block;
  padding: 5px 15px;
  transition: all 0.3s; }

.portfolio .portfolio-filter a.active {
  background-color: #026670 !important;
  color: #ffffff; }

.portfolio .portfolio-filter a:hover {
  background-color: #026670;
  color: #ffffff; }

.portfolio .portfolio-item {
  margin-top: 30px; }
  .portfolio .portfolio-item:last-child a {
    top: 65px; }

.portfolio .portfolio-item-content {
  position: relative; }
  .portfolio .portfolio-item-content:hover .img-overlay {
    opacity: 1;
    visibility: visible;
    border-radius: 0.25rem; }
  .portfolio .portfolio-item-content img {
    border-radius: 0.25rem;
    width: 100%;
        height: 380px;
    object-fit: cover; }

.portfolio .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffad017a;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  border-radius: 50%; }

.portfolio .img-overlay-content {
  position: relative;
  top: 50%;
  transform: translate(0, -50%); }
  .portfolio .img-overlay-content a {
    background-color: rgba(255, 255, 255, 0.8);
    color: #343a40;
    width: 35px;
    height: 35px;
    line-height: 39px;
    margin: 0 8px;
    display: inline-block;
    border-radius: 0.25rem;
    transition: all 0.3s ease; }
    .portfolio .img-overlay-content a i {
      font-size: 18px;
      font-weight: 700; }
    .portfolio .img-overlay-content a:hover {
      background-color: #026670;
      color: #ffffff; }

/*-------------------------
       TESTIMONIAL
-------------------------*/
.testimonial .testimonial-item i{
  font-size: 40px;
  margin-bottom: 15px;
}
.testimonial {
  background: url("../images/banner2.jpg");
  background-size: cover;
  position: relative; }
  .testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffad017a; }
  .testimonial .testimonial-item {
    max-width: 750px;
    margin: 0 auto; }
    /*.testimonial .testimonial-item::before {
      content: '\e989';
      font-family: LineIcons, sans-serif;
      font-size: 50px;
      transform: rotateZ(180deg);
      display: block;
      color: #ffffff; }*/
    .testimonial .testimonial-item p {
      font-size: 24px;
      font-weight: 400; }
    .testimonial .testimonial-item h4 {
      font-size: 18px;
      font-weight: 300 !important; }
      .testimonial .testimonial-item h4 span {
        font-size: 18px;
        font-weight: 300 !important; }
  .testimonial .owl-dot span {
    display: block;
    width: 15px;
    height: 5px;
    background-color: #ffffff;
    margin: 0 4px;
    border-radius: 15px;
    transition: all 0.5s ease; }
  .testimonial .owl-dot.active span {
    width: 30px;
    background-color: #026670; }
  .testimonial .owl-carousel .testimonial-item img {
    width: 80px;
    height: 80px;
    object-fit: cover; }

/*-------------------------
          BLOG
-------------------------*/
.blog .image-blog img {
  width: 100%; }

.blog .blog-link a {
  border-bottom: 1px solid #6c757d; }
  .blog .blog-link a:hover {
    color: #026670 !important;
    border-bottom: 1px solid #026670; }

.blog .more-blogs a {
  font-size: 20px;
  border-bottom: 1px solid #6c757d;
  padding-bottom: 5px;
  font-weight: 600; }
  .blog .more-blogs a:hover {
    color: #026670 !important;
    border-bottom: 1px solid #026670; }

/*-------------------------
          CONTACT
-------------------------*/
.contact .form-item .form-control {
  background: #ffffff;
  padding: 12px 10px;
  border-radius: 0.25rem;
  box-shadow: none;
  height: 44px;
  color: #026670;
  font-size: 1rem;
  position: relative;
  transition: border .9s ease; }
  .contact .form-item .form-control:focus {
    border: 1px solid #026670;
    box-shadow: none; }

.contact .contact-form {
  margin-top: 4rem; }
  .contact .contact-form textarea {
    min-height: 175px; }

.contact ::-moz-placeholder, .contact .form-control::-moz-placeholder {
  color: #969696; }

.contact #message.toast {
  max-width: 500px;
  padding: 2px 0 1px;
  position: relative;
  top: 18px;
  display: inline-block;
  left: 20px; }

.contact .toast button span {
  position: relative;
  top: 8px; }

.contact .contact-info {
  margin-top: 4rem; }

.contact .info {
  padding-left: 36px; }

/*-------------------------
          FOOTER
-------------------------*/
footer ul li a {
  color: #ffffff; }
  footer ul li a:hover {
    color: #026670 !important; }

footer ul .list-inline-item i {
  font-size: 1.5rem; }

footer ul li.list-inline-item:not(:last-child) {
  margin-right: 1.5rem; }

/*-------------------------
       COLOR SCHEME
-------------------------*/
.color-scheme {
  position: fixed;
  z-index: 999;
  right: -48px;
  top: 75px;
  padding: .5rem .75rem;
  border-radius: 5px 0 0 5px;
  transition: all 0.5s ease; }
  .color-scheme span {
    padding-left: .75rem;
    transition: all 0.3s ease; }
  .color-scheme:hover {
    right: 0; }
    .color-scheme:hover span {
      padding-left: 0.5rem; }
  .color-scheme i {
    position: relative;
    top: 1px; }
  .color-scheme:hover {
    color: #ffffff; }

/*-------------------------
      RETURN TO TOP
-------------------------*/
.return-to-top:hover {
  color: #c1c1ff !important; }

/*-------------------------
       BLOG PAGE
-------------------------*/
.page-header {
  padding: 2px 0 !important; }

.banner-hero {
  background-image: none; }

.pagination-blog li .page-link {
  color: #343a40;
  box-shadow: none !important; }
  .pagination-blog li .page-link:hover {
    background-color: #026670;
    border-color: #026670;
    color: #ffffff !important;
    cursor: pointer; }

.pagination-blog li.active .page-link {
  background-color: #026670;
  border-color: #026670;
  color: #ffffff !important;
  cursor: pointer; }

.blog-section .blog-link a:hover {
  color: #343a40 !important; }

/*-------------------------
       SINGLE BLOG
-------------------------*/
.page-hero {
  background-image: url("../images/blog-hero.jpg");
  height: 500px; }
  .page-hero .hero-content a:hover {
    color: #bf2739 !important; }

.pt-hero {
  padding-top: 66px; }

.comments img {
  width: 80px;
  border-radius: 50%; }

.comments .comment-info {
  margin-left: 100px; }

.comments .comment-info a {
  color: #0b0b0b; }
  .comments .comment-info a:hover {
    color: #026670 !important; }

/*-------------------------
     Single Portfolio
-------------------------*/
.single-portfolio .owl-nav {
  display: block;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 48px); }
  .single-portfolio .owl-nav .owl-prev span, .single-portfolio .owl-nav .owl-next span {
    background: #026670;
    color: #ffffff;
    width: 38px;
    height: 38px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 5px; }
    .single-portfolio .owl-nav .owl-prev span:hover, .single-portfolio .owl-nav .owl-next span:hover {
      background: #bf2739; }
  .single-portfolio .owl-nav .owl-prev span {
    user-select: none; }

.single-portfolio .owl-carousel .owl-stage-outer {
  border-radius: 0.25rem;
  margin-bottom: 10px; }

.related-portfolio .owl-nav {
  display: block;
  position: absolute;
  bottom: -30px;
  left: calc(50% - 48px); }
  .related-portfolio .owl-nav .owl-prev span, .related-portfolio .owl-nav .owl-next span {
    background: #026670;
    color: #ffffff;
    width: 38px;
    height: 38px;
    font-size: 30px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    margin: 0 5px; }
    .related-portfolio .owl-nav .owl-prev span:hover, .related-portfolio .owl-nav .owl-next span:hover {
      background: #bf2739; }

.related-portfolio .owl-stage-outer {
  margin-bottom: 10px; }

.p-title-border {
  border-left: 1px dotted #929292; }


/*-------------------------
       MEDIA SCREENS
-------------------------*/
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-brand {
    width: 120px; } }

@media (min-width: 1200px) {
  .sidebar-page .container {
    max-width: 1050px; } }

@media (max-width: 1199px) {
  /* .sidebar-page .page-content {width: 100%; } */
  
    .sidebar-page .sidebar .sidebar-list {
      text-align: center; }
    .sidebar-page .sidebar .sidebar-text p {
      text-align: center;
      hyphens: inherit; }
    .sidebar-page .sidebar .socials {
      position: relative; }
  
  .services-item {
    padding: 25px 22px; } }

@media (max-width: 991px) {
  body {
    padding-top: 63px; }
  .full-screen {
    height: 65vh; }
  .hero .hero-center {
    transform: translateY(0); }
  .page-hero .hero-center {
    transform: translateY(-50%); }
  .portfolio .portfolio-item:last-child a {
    top: 0; }
  body.sidebar-page {
    padding-top: 0; }
  .page-content {
    padding-left: 0; }
  .hero-center {
    transform: translateY(0); } }


@media (max-width: 576px) {
  .comments img {
    width: 85px; }
  .comment-info {
    margin-left: 100px; }
  #message.toast {
    top: 18px;
    left: inherit;
    font-size: 12px;
    padding: 3px 0; } }



/*.about_img{
  height: 100%;
    object-fit: cover;
}

.sidebar .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #040467db;
  z-index: -9;
}*/
.footer_last{
  position: relative;
  z-index: 9;
}
.footer_last .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #026670;
  z-index: -9;
}

#services{
  position: relative;
  z-index: 0;
}
/*#services .overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffffad;
  z-index: -9;
}
*/
#map_canvas {
  height: 600px;
  width: 100%;
  border: 1px solid #333;
  margin: 0px;
  padding:0px;
  position: relative;
  overflow: hidden;
  margin-top: 30px;
}

.bg-danger {
    background-color: #ababab!important;
}
.sidebar-toggler{
  display: none;
}
#cssmenu > ul {
    padding: 0;
    list-style: none;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2rem !important; }
  .p-title-border {
    border-right: none;
    border-left: none; }
  .portfolio .portfolio-item:last-child a {
    top: 0; }
    

.inner_page .banner_page_title h2{
  padding: 0px 50px!important;
  } }



/*****************inner page css******************/
.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
}
.sub_tab_section{background:#ddd;    text-align: center; padding:5px;}
.sub_tab_section ul{margin:0; padding:0}
.sub_tab_section ul li{display:inline-block}
.sub_tab_section ul li a {padding: 8px 25px;display: block;color: #000; font-weight:600; background:transparent; color:#000; border:0}

.sub_tab_section ul li a:hover{color:#026670}
.sub_tab_section ul li.active_link a{background:#5e5e5e;
    border: 2px solid #5e5e5e;
    position: relative;
    border-radius: 3px;
    color: #fff;}
.sub_tab_section ul li.active_link a:before{border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    top: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-top-color:#5e5e5e;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;}

.sub_tab_section ul li.active_link a:after{border: solid #5e5e5e;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: -24px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #5e5e5e;
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
	top: unset;
    right: unset;
    transform: unset;
}
.sub_tab_section ul li a.is-active,.sub_tab_section ul li a.active {
        background: #026670;
    border: 2px solid #026670;
    position: relative;
    border-radius: 3px;
    color: #fff;
}
.sub_tab_section ul li a.is-active:after,.sub_tab_section ul li a.active:after {
    border: solid #026670;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: -24px;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #026670;
    left: 50%;
    margin-left: -12px;
    border-width: 12px;
    top: unset;
    right: unset;
    transform: unset;
}
.sub_tab_section ul li a.is-active:before,.sub_tab_section ul li a.active:before {
    border: solid transparent;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    top: 100%;
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #026670;
    left: 50%;
    margin-left: -14px;
    border-width: 14px;
}

@media(max-width:767px){
	.sub_tab_section ul li {display: block;    margin-bottom: 10px;
    margin-top: 10px;}
	.list-group-item.active:after{content:none}
	.sidebar-page .sidebar{width: 100%;}
	.sidebar-page .sidebar.hide {
    left: -100%;
}
}
@media(max-width:991px){
	.inner_content_area #overlayer {
    position: fixed !important;
}
.inner_content_area .loader {
    position: fixed !important;
    top: calc(50% - 20px)!important;
    left: calc(50% - 20px)!important;
}
.mobile_logo {
    display: block !important;
    background: #026670;
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,.2);
}
}

.inner_page .banner_page_title{
  background-color:#6fb3b8;
  /*border-left: 1px solid #87878a;*/
}
.inner_page .banner_page_title h2{
  color: white;
  margin-bottom: 0;
  padding: 15px 30px;
  display: inline-block; font-weight:800
}
.inner_page .inner_content_area{
  margin: 50px 0px;min-height: 700px;position:relative
}
.inner_page .inner_content_area a{
  color: #026670;
}
.inner_page .inner_content_area a:hover{
  color: #6fb3b8;
}
.inner_page .inner_content_area .pill-button{
  color: white;
}
.inner_page .inner_content_area .pill-button:hover{
  color: white;
}
.inner_page .inner_content_area h1{
  color: #026670 ; font-weight:700
}
.inner_page .inner_content_area h2{
  color: #6fb3b8 !important; font-weight:700;font-size: 28px;
}

.inner_page .inner_content_area h3{
  color: #026670 !important; font-weight:700
}
.inner_page .inner_content_area h4{
  color: #6fb3b8 !important; font-weight:700
}
.inner_page .inner_content_area h5{
  color: #026670 !important; font-weight:700
}
.inner_page .inner_content_area h6{
  color: #6fb3b8 !important; font-weight:700
}
.inner_page .inner_content_area .form-group .form-control{
  border-radius: 0;
}
.inner_page .inner_content_area .form-group .form-control:focus{
  box-shadow: none;
  border: 1px solid #6fb3b8;
}



.index1 .hero::before{
  background-color: #000000cf;
}
.index1 .banner:before{
  background-color: #000000cf;
}
.index1 .testimonial::before{
  background-color: #000000cf;
}
.index1 .portfolio .img-overlay{
  background-color: #000000cf;
}

.index2 .hero::before{
  background: rgba(0,0,0,.30);
}
.index2 .banner:before{
  background: rgba(0,0,0,.5);
}
.index2 .testimonial::before{
  background-color: #0000007a;
}
.index2 .portfolio .img-overlay{
  background-color: #0000007a;
}

.typed-cursor.typed-cursor--blink{display:none}


.modal .modal-header{
  background-color: #026670;
}
.modal .modal-header h4{
  color: white;
}
.modal .modal-header .close{
  color: white;
  font-size: 34px;
}
.modal .modal-body .image{
  margin-top: 10px;
}
.modal .modal-body .image img{
  width: 100%;
}
.modal .modal-body .image p{
  text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.modal .modal-body ul{
  padding-left: 20px;
}
.modal .modal-body ul li{
  margin-bottom: 5px;
  font-size: 20px;
}

.commitment h2{    font-size: 38px;
    font-weight: 600;}


#contact .base-color{
    float: left;
}
#contact .base-color img{
  width: 30px;
}
#contact .link_con{
  color: #000;
}
#contact .link_con:hover{
  color: #6fb3b8;
}

#portfolio .portfolio_box{
  justify-content: center;
}

#portfolio .portfolio_box .col1{
  border: 1px solid #e8e8e8;
  margin-top: 30px;
}

#portfolio .portfolio_box .col1 img{
  max-width: 100%;
  padding: 30px;
}

.map_text{
  padding: 0px 15px;
}

.footer_last{
    text-align: center;
}
.footer_last ul li {
    display: inline-block;
    padding: 0;
    margin: 0;
}
.footer_last ul .copy_{
    padding: 0px 10px;
    margin: 0;
    border-right: solid 1px white;
    line-height: 1;
    font-size: 12px;
    color: white;
}
.footer_last ul a {
    padding: 0px 10px;
    margin: 0;
    border-right: solid 1px white;
    line-height: 10px;
    font-size: 12px;
    display: block;
    color: white;
}
.footer_last ul a:hover {
    color: #e0e0e0;
}

.brand_sec{
  margin-bottom: 100px;
  display: none;
}
.brand_sec .brand_slider .item{
  border: 1px solid gray;
  margin: 0px 15px;
}
.brand_sec .brand_slider .item img{
  padding: 50px;
}
.brand_sec .brand_slider .slick-prev, .brand_slider .slick-next{
    top: 50%;
    font-size: 30px;
    color: white;
    background-color: #026670;
    padding: 5px;
}
.brand_sec .brand_slider .slick-prev:hover, .brand_sec .brand_slider .slick-next:hover{
  background:#6fb3b8;
  color: white;
}
.brand_sec .brand_slider .slick-prev:focus, .brand_sec .brand_slider .slick-next:focus{
  background: #6fb3b8;
  color: white;
}
.brand_sec .brand_slider .slick-prev{
    left: -15px;
}
.brand_sec .brand_slider .slick-next{
    right: -15px;
}
.footer_last ul{padding-left:0}

/*Back To Top*/

#back-top { position: fixed; bottom: 80px;
    left: 25px;  margin-left: 20px; z-index: 9999; _position: absolute; _top: expression(documentElement.scrollTop+body.scrollTop);
_margin-top: 500px; }
#back-top a, #back-top-prev a { width: 50px; display: block; text-align: center; font-size: 11px; text-transform: uppercase; text-decoration: none; color: #949494; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span#button { background-color: #CCCCCC; }
#back-top span#button, #back-top-prev span#button-prev { width: 50px; height: 50px; display: block; margin-bottom: 7px;     background-color: #000; background-position: center center; background-repeat: no-repeat; opacity: 0.8; filter: alpha(opacity = 80); -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top:hover span#button{background:#5d5d5d}
i.fa.fa-angle-up { font-size: 44px; color: #fff; padding-top:1px; margin-top: 0px;}
/*End Back To top*/

.uone-logo_mobile{
    display: none;
  }


@media screen and (max-width: 767px){
  #back-top{
    display: none!important;
  }
  .pill-button{
    display: inline-flex;
  }
  .pill-button img{
    max-height: 40px;
  }
  .bg-blue{
    background-size: cover;
  }
  .uone-logo{
    display: none;
  }
  .uone-logo_mobile{
    display: block;
    background-color: #026670;
    text-align: center;
	padding-bottom: 10px;
  }
  .uone-logo_mobile img{
    width: 140px;
    padding: 10px 0px;
  }
  .sidebar-page .sidebar .socials {
      position: absolute;
      bottom: 20px;
  }
  #services .services-item .services-icon img{
    width: 200px;
    margin-top: 15px;
  }
  #services .text-left{
    text-align: unset!important;
  }
  #services .services-item{
    text-align: center;
  }
  #services .services-item .float-left{
    float: unset!important;
  }
  #services .services-item .services-content h5{
    font-size: 28px;
  }
  #portfolio .portfolio_box .col1{
    text-align: center;
    margin: 15px;
  }
  #portfolio .portfolio_box .col1 img{
    width: 250px;
  }

  #portfolio{
    padding-bottom: 2rem;
  }
  .portfolio .portfolio-items{

  }
  #portfolio .portfolio_box{
    display: none;
  }
  
  .brand_sec{
    display: block;
  }
  .brand_sec .brand_slider .item{
    margin: 0px 10px;
  }
  .brand_sec .brand_slider .slick-prev{
    left: -7px;
  }
  .brand_sec .brand_slider .slick-next{
    right: -7px;
  }

}


.preloader {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0, 0, 0, 0.95);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    display: none;
}


.front .preloader{
    display: block;
}


.front .preloader .hidden{
     display: none;
}

.preloader img{
     width: 250px;
}


/* Banner Loader */
.spinner {
    margin: 50px;
    height: 40px;
    width: 40px;
    animation: rotate 0.8s infinite linear;
    border: 5px solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: auto;
    margin-top: 0;
    margin-left: -20px;
    bottom: 0;
    margin-bottom: 0;
}
 @keyframes rotate {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
/* .loader_wrapper {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background: #fafafa;
     z-index: 9999999;
     min-height: 548px;
}*/

.loader_wrapper{
         position: absolute;
    width: 300px;
    height: 160px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}




/*Loader Css Start*/

@charset "utf-8";
/*-- preloader --*/
/* loader wrapper */

#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999999;
}

.front #pre-loader-wrapper{
    display: block;
}

#pre-loader-wrapper img{
    width: 100px;
}

#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5d7424+0,90ac3e+100 */
background:rgb(186 208 132) /* Old browsers */

}
#pre-loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    margin: -85px 0 0 -85px;
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    /*border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    -ms-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;*/
    z-index: 9999;
}
/*#pre-loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    -webkit-animation: spin 3s linear infinite;
    -moz-animation: spin 3s linear infinite;
    -ms-animation: spin 3s linear infinite;
    -o-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}*/
#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #fff;
    border-bottom-color: #fff;
    border-left-color: transparent;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/* slide animation */
.logo_preloader em{    display: block;
    line-height: 1;
    font-size: 28px;
    font-style: normal;}
.logo_preloader{    font-weight: 800;
    font-size: 18px;
    color: #fff;
    line-height: 1.4;
    margin-top: 50px;}
#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;background-color: #026670;
    background-image: url(../images/TrianglePatterns.png);
}

.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    opacity:0; visibility:hidden;
    /* transform: translateY(-100%); */
    /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.pre-loaded #pre-loader-wrapper {
    visibility: hidden; 
     -webkit-transform: translateX(-100%); 
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

#admin-menu, #admin-menu .dropdown{z-index: 9999!important;}
#webform-client-form-1 > div{    
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.webform-submit {
    background-color: #026670;
    border: 2px solid #026670;
    border-color: unset!important;
    border-radius: 0.25rem;
    padding: 12px 30px;
    color: #ffffff;
    transition: all 0.3s ease;
    font-size: 16px;
    display: inline-block;
    border-radius: .25rem!important;
}
.webform-submit:hover {
    background-color: #6fb3b8;
    border: 2px solid #6fb3b8;
    color: #ffffff;
}
.form-actions{ margin-left:15px;}
#webform-client-form-1 .captcha{clear: both;width: 100%;margin-left: 15px;}
#webform-client-form-1 label.error{background: #8c2e0b;color: #fff;font-size: 12px;    font-weight: normal;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;
margin-top: -2px;padding: 2px 10px;}

#edit-captcha-response--2{    display: block;
    width: auto;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background: #ffffff;
    padding: 12px 10px;
    border-radius: 0.25rem;
    box-shadow: none;
    height: 44px;
    color: #026670;
    font-size: 1rem;
    position: relative;
    transition: border .9s ease;
  }
	
#edit-captcha-response--2:focus{    
    border: 1px solid #026670;
    box-shadow: none;
    outline:none;
  }
	
	@media(max-width:991px){
    .sidebar-toggler{display: block;}
		img.on_res_img {float: none !important;margin-bottom: 20px;}
    #services .item_listt ul {display: block;float: none;}
    #services .item_listt ul li {display: list-item;float: none;margin-right: 0px;}
    .region-footer-content ul {padding:0px;margin:10px 0;}
    .footer_last ul .copy_ {display: block;border-right:none;}
    .footer_last ul li {display: block;margin-top: 14px;}
    .footer_last ul a {border-right: none;}
    section#contact.py-6 {padding-bottom: 60px;padding-top: 30px;}
    #services .services-item .services-icon img {    width: 100%;
    margin-top: 0;padding:0}
    #services .services-item {text-align: center;}
    #services .services-item .float-left {float: unset!important;}
    #portfolio .portfolio_box {display: none;}
    .brand_sec {display: block;}
    .image p>br {display: none;}
	}

  @media(max-width:1024px){
    /*.sidebar-page .sidebar {width: 230px !important;}
    .page-content.full-width {padding-left: 240px !important;}
    .pill-button {font-size: 13px !important;padding: 12px 14px !important;} */
  }

  @media (min-width: 992px) and (max-width: 1199px){
    .pill-button {padding: 12px 13px;font-size: 12px;}
    /*.sidebar-page .sidebar.hide {left: 0;}
    .sidebar-page .sidebar {width: 220px !important;height: auto;}
    .page-content.full-width {padding-left: 220px !important;}*/
    .footer_last ul {padding: 0px;margin: 0px;}
    .text-muted {font-size: 14px;}
  }

  @media (min-width: 992px) and (max-width: 1300px){
    #portfolio .portfolio_box {margin: 0 20px;}
    .pill-button {padding: 12px 13px;font-size: 12px;}
  }

/*Contact Us page start*/

.media:first-child {
    margin-top: 0;
}

.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
.media {
    margin-top: 15px;
}
.media-left, .media > .pull-left {
    padding-right: 10px;
}
.media-object {
    display: block;
}
.media-left, .media-right, .media-body {
    display: table-cell;
    vertical-align: top;
}
.media, .media-body {
    overflow: hidden;
    zoom: 1;
}
/*Contact Us page end*/

.top_page_links {
    text-align: center;
    margin-top: 15px;
    
}
.top_page_links a {
    color: #fff;
    font-weight: 600;
    margin: 12px;
}
.top_page_links a:hover{
  color: #000;
}

@media(max-width: 767px){
  .top_page_links {
      float: none;
      margin-top: 10px;
      padding: 10px 30px;
      text-align: center;
  }
  .inner_page .banner_page_title h2 {
    width: 100%;
    text-align: center;
  }
}
.page-content{
	height: 100%;
}
.inner_page{min-height:100%}
.footer_last{
	float: none;
    clear: both;
}

#services .services-item{
  position:relative
}

#services .services-item h5{
  margin:0 !important;

}

#services .services-item h5 a{
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sidebar-list #cssmenu ul ul{ display:none;}
#webform-client-form-5 > div,#block-block-17 .content{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 100%;
}
.sidebar-page .sidebar .sidebar-list .list-group-item.active-trail {
    background: #6fb3b8 !important;
    color: #fff;
}
.list-group-item.active-trail:after {
    border: solid #6fb3b8;
    content: " ";
    display: block;
    height: 0;
    position: absolute;
    pointer-events: none;
    width: 0;
    bottom: -24px;
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #6fb3b8;
    right: -30px;
    margin-left: 0px;
    border-width: 16px;
    top: 50%;
    transform: translate(0, -50%);
}
ul.menu li {
    margin: 0 0 0 0;
}
li.expanded, li.collapsed, li.leaf {
    padding: 0;
    margin: 0;
}
.footer_last ul {
    
    margin-bottom: 0px;
}
.sub_tab_section ul.menu {
    
    text-align: center;
}

@media(max-width: 991px){
  #webform-client-form-5 > div,#block-block-17 .content{
    
    margin-right: 0px;
    margin-left: 0px;
}
.sidebar-page .sidebar .sidebar-list .list-group-item {text-align: left;}
.list-group-item.active-trail:after {content: none;}
}

.image_content_box {
    margin-bottom: 20px;
}
.partner {
    padding: 15px 8px;
    border: 2px solid #6fb3b8;
    margin-bottom: 10px;
    text-align: center;
}

.partner1 {
    padding: 15px 8px;
   
    margin-bottom: 10px;
    text-align: center;
}
.partner img{
  margin: 10px 0px;
}


.partner p {
    font-size: 18px;
}
.site-map-menu .list-group-item {border: none !important;}
#webform-client-form-5 label.error{
background: #8c2e0b;
    width: 100%;
    color: #fff;
    font-size: 11px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 3px;}

.form-control { color: #000 !important;}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000!important ;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #000 !important;
}

.btn.btn-default, input[type=button], input[type=submit] {
    display: inline-block;
    padding: 12px 30px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 0px;
    font-size: 16px;
    background: #026670;
    border-radius: 6px;
    text-transform: uppercase;
    border: 0;
    white-space: normal;
    border: 2px solid #026670;
    transition: unset;
        cursor: pointer;
}

.btn.btn-default:hover, input[type=button]:hover, input[type=submit]:hover {
       background-color: #6fb3b8;
    border: 2px solid #6fb3b8;
    color: #ffffff;
}
.grecaptcha-badge {
    bottom: 20px !important;
     z-index: 9;
}
.report-iframe{
  height: 600px;
}

@media(max-width: 991px){
  .grecaptcha-badge {
    bottom: 120px !important;
    z-index: 9;
}
.report-iframe{
  height: 300px;
}
}

/*#cssmenu ul ul{padding-left:0; list-style:none}
#cssmenu ul li.expanded > a:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    font-size: 28px;
    position: absolute;
    right: 10px;
}
#cssmenu ul li.expanded > a{padding-right:35px;}
#cssmenu ul li.expanded > a.act_link:before{content: "\f106";}

#cssmenu ul ul li a{    padding-left: 30px;
    font-size: 18px;}*/


@media(max-width:991px){
.sidebar-page .sidebar .sidebar-list {
    min-height: calc(100% - 180px);
}
.lni-chevron-left::before {
    font-size: 32px;
}

 .lni-menu::before {
    font-size: 32px;

}
.hero-center h1{
  font-size: 28px !important;
}
.hero-center h2{
  font-size: 18px;}
}
.uone-logo_mobile a{
	color: #fff;
}
.uone-logo_mobile a:hover{
	color: #6fb3b8;
}

#header {
    z-index: 200;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
   
    
}
.top-mobile-head-bar{display:none;}

.head-menu { position:absolute; z-index:999; width: 100%;    background: transparent;top: 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.62+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0.62) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0.62) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e000000', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
 }
/* Menu Part Start */
#cssmenu:hover #menu-line{display:none !important}
#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #menu-button { margin: 0; padding: 0; list-style: none; line-height: 1; display: block; position: relative; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#cssmenu:after, #cssmenu > ul:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
#cssmenu #menu-button { display: none; }
#cssmenu { width: auto; line-height: 1; }
#menu-line { display:none; }
#cssmenu:hover #menu-line { display:block; }
#menu-line { position: absolute; top: 0; left: 0; height: 2px; background: #fa6441; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; transition: all 0.25s ease-out; }
#cssmenu > ul > li { float: left; margin: 0 4px; }
/*#cssmenu > ul > li:last-child{margin-right:0;}
*/#cssmenu > ul > li.social-icon{margin:0 4px;}
#cssmenu > ul > li.social-icon:before{content:none;}
#cssmenu > ul > li.social-icon a{    padding: 10px 0;}
#cssmenu > ul > li.social-icon a img{max-width:32px;}
#cssmenu > ul > li.social-icon a:hover img{opacity:.8;}
#cssmenu.align-center > ul { font-size: 0; text-align: center; }
#cssmenu.align-center > ul > li { display: inline-block; float: none; }
#cssmenu.align-center ul ul { text-align: left; }
#cssmenu.align-right > ul > li { float: right; }
#cssmenu.align-right ul ul { text-align: right; }
#cssmenu > ul > li > a { font-size:18px; padding: 20px 5px; font-weight: 600; text-decoration: none; color: #fff; -webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu > ul > li > a {outline: 0;}
#cssmenu > ul > li:before {
    content: "";
    border-bottom: 2px solid #8bd1b5;
    width: 0%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  transition:.4s width ease-in-out;
}

#cssmenu > ul > li.search_icon::before{
    bottom: -6px;
}

#cssmenu > ul > li:hover:before{width: 100%;}
#cssmenu > ul > li.getinv:before{content:none;}
#cssmenu > ul > li.first.leaf > a.glyphicon-home:before {
    content: "\e021";
    border-bottom: 0;
    width: 100% !important;
    margin-bottom: 10px;
}
#cssmenu .glyphicon.glyphicon-home:before {
    float: left;
    text-indent: -2px;
}
/*#cssmenu .home {
    text-indent: -99999px;
  display:none;
   
}
#cssmenu .home a{   width: 20px;    margin-top: 0px;}*/
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a { color: #8bd1b5; -webkit-transition: all 0.25s ease-out; -moz-transition: all 0.25s ease-out; -ms-transition: all 0.25s ease-out; -o-transition: all 0.25s ease-out; }
#cssmenu > ul > li.has-sub > a { padding-right: 25px; }
#cssmenu > ul > li.has-sub > a::after {
position: absolute;
top: 23px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 2px solid #fff;
border-right: 2px solid #fff;
content: "";
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
border-color: #8bd1b5;
}
#cssmenu ul ul { position: absolute; left: -9999px;    visibility: hidden;
    opacity: 0;
    margin-top: 0px;
    transition: .5s all; }
#cssmenu li:hover > ul { left: auto;     visibility: visible;
    opacity: 1;
    margin-top: 0;}
#cssmenu.align-right li:hover > ul { right: 0; }
#cssmenu ul ul ul { margin-left: 100%; top: 0; }
#cssmenu.align-right ul ul ul { margin-left: 0; margin-right: 99%; }
#cssmenu ul ul li { height: 0; -webkit-transition: height .2s ease;
-moz-transition: height .2s ease;
-ms-transition: height .2s ease;
-o-transition: height .2s ease;
transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li { height: auto; }
#cssmenu ul li:hover > ul > li:first-child { margin-top:0px; }
#cssmenu ul li:hover > ul > li ul > li:first-child { margin-top:0px; }
#cssmenu ul ul li a { padding: 10px 20px; width: 250px; font-size: 16px;border:1px solid #026670;
    background: #026670; text-decoration: none; color: #fff; -webkit-transition: color .2s ease;
-moz-transition: color .2s ease;
-ms-transition: color .2s ease;
-o-transition: color .2s ease;
transition: color .2s ease;
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover { color:#026670; background: #fff; }
#cssmenu ul ul li.has-sub > a::after {
position: absolute;
top: 16px;
right: 10px;
width: 6px;
height: 6px;
border-bottom: 1px solid #fff;
border-right: 1px solid #fff;
content: "";
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
-webkit-transition: border-color 0.2s ease;
-moz-transition: border-color 0.2s ease;
-ms-transition: border-color 0.2s ease;
-o-transition: border-color 0.2s ease;
transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
right: auto;
left: 10px;
border-bottom: 0;
border-right: 0;
border-top: 1px solid #dddddd;
border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
border-color: #8bd1b5;
}
@media all and (max-width: 991px) {
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a {
background: #fff;
-webkit-transition: all 0.25s ease-out;
-moz-transition: all 0.25s ease-out;
-ms-transition: all 0.25s ease-out;
-o-transition: all 0.25s ease-out;
}
#cssmenu ul ul li a {
border:none;
}
#menu-line {
display:none;
}
#cssmenu:hover #menu-line {
display:none;
}
#cssmenu {
width: 100%;
}
#cssmenu ul {
width: 100%;
display: none;
}
#cssmenu.align-center > ul, #cssmenu.align-right ul ul {
text-align: left;
}
#cssmenu ul li, #cssmenu ul ul li, #cssmenu ul li:hover > ul > li {
width: 100%;
height: auto;
border-top: 1px solid rgba(255, 255, 255, 0.20);
}
#cssmenu ul li a, #cssmenu ul ul li a {
width: 100%;
}
#cssmenu > ul > li, #cssmenu.align-center > ul > li, #cssmenu.align-right > ul > li {
/*float: none;
display: block;*/
}
#cssmenu ul ul li a {
padding: 20px 20px 20px 30px;
font-size: 14px;
background: none;
background: rgba(0,0,0,.05);
}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover {
color: #000000;
}
#cssmenu ul ul ul li a {
padding-left: 40px;
}
#cssmenu ul ul, #cssmenu ul ul ul {
position: relative;
left: 0;
right: auto;
width: 100%;
margin: 0;
visibility: visible;
opacity: 1;
}
#cssmenu > ul > li > a{color:#fff}
#cssmenu > ul > li:hover > a, #cssmenu > ul > li.active > a{color:#026670;}
#cssmenu > ul > li.has-sub > a::after, #cssmenu ul ul li.has-sub > a::after {
display: none;
}
#menu-line {
display: none;
}
#cssmenu #menu-button {
display: block;
padding: 25px 30px;
color: #fff;
cursor: pointer;
font-size: 12px;
text-transform: uppercase;
float: right;
top: 5px;
}
#cssmenu #menu-button::after {
content: '';
position: absolute;
top: 15px;
right: 20px;
display: block;
width: 30px;
height: 4px;
background: #000;
}
#cssmenu #menu-button::before {
content: '';
position: absolute;
top: 25px;
right: 20px;
display: block;
width: 30px;
height: 14px;
border-top: 4px solid #000;
border-bottom: 4px solid #000;
}
#cssmenu .submenu-button {
position: absolute;
z-index: 10;
right: 0;
top: 0;
display: block;
border-left: 1px solid rgba(120, 120, 120, 0.15);
height: 55px;
width: 60px;
cursor: pointer;
}
#cssmenu .submenu-button::after {
content: '';
position: absolute;
top: 21px;
left: 26px;
display: block;
width: 1px;
height: 11px;
background: #fff;
z-index: 99;
}
#cssmenu .submenu-button::before {
content: '';
position: absolute;
left: 21px;
top: 26px;
display: block;
width: 11px;
height: 1px;
background: #fff;
z-index: 99;
}
#cssmenu > ul > li.has-sub:hover > .submenu-button::before, #cssmenu > ul > li.has-sub.active > .submenu-button::before{background: #026670;}
#cssmenu > ul > li.has-sub:hover > .submenu-button::after, #cssmenu > ul > li.has-sub.active > .submenu-button::after{background: #026670;}
#cssmenu ul ul li:hover > .submenu-button::before, #cssmenu ul ul li a:hover > .submenu-button::before{background: #026670;}
#cssmenu ul ul li:hover > .submenu-button::after, #cssmenu ul ul li a:hover > .submenu-button::after{background: #026670;}
#cssmenu ul ul li:hover > a, #cssmenu ul ul li a:hover{color: #026670;}

#cssmenu .submenu-button.submenu-opened:after {
display: none;
}
#header {
    position: relative !important;
}
}
.medium-purple a{background:#5c3280;}
.medium-purple a:hover{background:#aa71c2;}
.light-purple a{background:#ae1329;}

#cssmenu ul li.getinv a {border: 2px solid #fff;font-size: 16px;padding:4px 8px;color:#fff;min-height:28px;border-radius: 8px;text-transform: uppercase;}
#cssmenu ul li.getinv.light-purple a:before{content: none;background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}
#cssmenu ul li.getinv.medium-purple a:before{content: "";background-size: 16px;background-repeat: no-repeat;width: 16px;height: 17px;display: inline-block;vertical-align: middle;margin-right: 3px;background-position: 0px 0px;}
#cssmenu ul li.getinv a:hover{background:transparent}

.social-icon{padding-top:10px;}
.mobrowleft { float:right; margin-top:20px;}
.fbicon { padding-bottom:5px; }
.fbicon a { color: #fff; font-size: 24px; }
.fbicon a:hover {color:#009ae1;-webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease; transition:all .4s ease;}
.darkHeader .logopart img { width: auto; padding: 16px 0; }
.logopart {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}
.logopart img {    width: 100px;
    padding: 8px 0;
    z-index: 1;
    position: relative;
    margin-top: 0px;}
.logopart span{
    display: inline-block;
    font-size: 14px;
    color: #fff !important;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
  }

#cssmenu .register-item a, .mobile-top-head .register-item a{ display: block;
    padding:3px 20px 4px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border-radius: 25px;
    font-size: 15px;

  background: #8bd1b5; 
     margin-top: 8px;
    line-height: 26px;border: 2px solid #fff;}

.mobile-top-head .register-item a{margin:5px 0; font-size:14px;padding: 2px 20px 3px;}
.mobile-top-head .accesible-pannel{float: left;margin: 6px 0 0;}
#cssmenu .register-item a:hover, .mobile-top-head .register-item a:hover{    background:#40a636;color:#fff;}
#cssmenu .register-item:before{content:none;}

#cssmenu .search-icon {
    text-indent: -999px;
    overflow: hidden;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    width: 57px;
    height: 50px;
    margin-top: 14px;
    margin-bottom: -15px;
    position: relative;
    z-index: 999;
}
#cssmenu .search-icon:before{    text-indent: 0;
    float: left;
    font-size: 32px;}
/* Menu Part End */

.full-screen {
   
    position: relative;
}
div#hero:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}
  .hero-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 9;
  }
  @media(max-width: 767px){
    
    #hero video{height: 450px;}
  }
  @media(min-width: 768px) and (max-width: 991px){
    
    #hero video{height: 600px;}
  }



@media(min-width: 992px){
  span.submenu-button {display: none;}
  
  #primary-content .logopart img {    width: 100px; margin-bottom: -40px;}
  
  #primary-content .head-menu #cssmenu > ul > li > a {
      color: #000;
  }
   #primary-content .head-menu #cssmenu > ul > li > a:hover{
    color: #026670;
  }
   #primary-content .logopart span {color: #000 !important;}
   #primary-content .logopart span:hover{color: #026670 !important;}
  
   #primary-content #cssmenu > ul > li.has-sub > a::after {
    border-color: #000;
    }
   #primary-content #cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #026670;
}
#primary-content #cssmenu > ul > li:before {border-bottom: 2px solid #026670;}
  .div_flex {
    display: flex;
    justify-content: space-between;
}
.bck_previous {
    float: right;
    
    margin-top: 25px;
    
}

}

.page-breadcrumb {
    text-align: left;
    margin: 0px 0;
}
.page-breadcrumb a {
    
    text-decoration: underline;
}
.page-breadcrumb a.nolink {
    color: #000;
    text-decoration: none;
}
.page-breadcrumb  .list-group-item.active {
    z-index: 2;
    color: #000;
    display: inline-block;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
}
.page-breadcrumb a{
  color: #000;
}
/*#primary-content a{
  color: #026670;
}
#primary-content a:hover{
  color: #8bd1b5;
}*/


@media (min-width: 992px){
.sticking {
    animation: slide-down 0.7s;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    background: #fff;
}
.stic.sticking .head-menu {
    padding: 0;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    background: #fff;
}
.stic.sticking .logopart img {
    width: 100px;
    margin-bottom: -40px;
}

  .stic.sticking .head-menu #cssmenu > ul > li > a {
      color: #000;
  }
  .stic.sticking .head-menu #cssmenu > ul > li > a:hover{
    color: #026670;
  }
  .stic.sticking .logopart span {color: #000 !important;}
  .stic.sticking .logopart span:hover{color: #026670 !important;}
  
  .stic.sticking #cssmenu > ul > li.has-sub > a::after {
    border-color: #000;
    }
  .sticking #cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #026670;
}
.sticking #cssmenu > ul > li:before {
   
    border-bottom: 2px solid #026670;}
body.front #cssmenu > ul > li a.home{display: none;}
.hero-center h2 {
    font-size: 24px;
}
}



@media(min-width: 992px) and (max-width: 1200px){
  /* .logopart img {width: 125px !important; margin-bottom: -35px !important;}
  .logopart span {font-size: 16px !important;} */
  #back-top{left: 5px;}
}

#cssmenu > ul > li a.nolink{cursor: default;}

@media(max-width: 991px){
  .page-head-title {
    text-align: center;
}
.page-breadcrumb {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
}

.panel-group {
    margin-bottom: 20px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel-default {
    border-color: #ddd;
    overflow: hidden;
}
.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-group .panel-heading {
    border-bottom: 0;
}
.panel-default > .panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel.panel-default .panel-heading {
    padding: 0;
}
.panel.panel-default .panel-heading h4 {
    margin: 0 !important;
}
.panel.panel-default .panel-heading h4 a {
    display: block;
    padding: 15px;
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 17px;
}
.panel.panel-default .panel-heading a[aria-expanded="true"] {
    background: #6fb3b8;
    color: #fff;
}
.panel.panel-default .panel-heading h4 a:after {
    content: "\f107";
    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;
    font-size: 32px;
    position: absolute;
    right: 5px;
    top: 8px;
}
.panel.panel-default .panel-heading h4 a[aria-expanded="true"]:after {
    content: "\f106";
}

.panel-body {
    padding: 15px;
}
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}
.image_content_box a{
  font-family: 'Open Sans',sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.logopart img.cnmi-logo {
    width: 180px;
}
@media(min-width: 992px){
.black_logo_img{
	display: none;
}
.stic.sticking .logopart img.white_logo_img {
    display: none;
}
.stic.sticking .logopart img.black_logo_img{
	display: inline-block;
	width: 180px;
}
}
@media(max-width: 991px){
.white_logo_img{
	display: none;
}
}
@media(max-width: 767px){
.logopart img.cnmi-logo{
	width: 120px !important;
}
}
@media(min-width: 1201px) and (max-width: 1379px){
.logopart img {
	width: 80px;
}

#primary-content .logopart img {
    width: 80px;
    margin-bottom: 0px;
}
.logopart span {
	font-size: 14px;
}
.logopart img.cnmi-logo {
    width: 140px;
}
#primary-content .logopart img.cnmi-logo {
    width: 140px;
    margin-top: 0px;
}
.stic.sticking .logopart img.black_logo_img{
	width: 140px;
	margin-top: -30px;
}

#primary-content .stic.sticking .logopart img.black_logo_img{
  width: 140px;
  margin-top: 0px;
}
.stic.sticking .logopart img {
    width: 80px;
    margin-bottom: -30px;
	padding: 15px 0;
}

}
@media(min-width: 992px) and (max-width: 1200px){
.logopart img {    width: 60px;
    margin-bottom: 0px;}
.logopart span {font-size: 11px}
.logopart img.cnmi-logo {
    width: 110px;
}
.stic.sticking .logopart img {
    width: 60px;
    margin-bottom: 0px;
}
.stic.sticking .logopart img.black_logo_img {
    display: inline-block;
    margin-top: 0px;
    width: 110px;
}
.mobrowleft {
    margin-top: 10px;
}
#primary-content .logopart img {
    width: 60px;
    margin-bottom: 0px;
}

#primary-content .logopart img.cnmi-logo {
    width: 110px;
}
}

/*@media(min-width: 1025px) and (max-width: 1200px){
.logopart img {    width: 70px;
    margin-bottom: -8px;}
.logopart span {font-size: 12px}
.logopart img.cnmi-logo {
    width: 110px;
}
}*/

@media(min-width: 768px) and (max-width: 991px){
  .logopart img.cnmi-logo{
  width: 160px !important;
}}

@media(min-width:1380px){
  #primary-content .stic.sticking .logopart img.cnmi-logo {
    width: 180px;
   margin-bottom: -40px;

}
#primary-content .logopart img.cnmi-logo {
    width: 180px;
   margin-bottom: 0px;

}
}
/*Google translate*/

.languageimg a, .languageimg{padding:0 !important}
body{top: 0 !important;}
.header_user_info{margin:0;padding:0; display:inline-block;    padding-left: 0 !important;}
.goog-te-banner-frame.skiptranslate{display:none !important;}
            #google_translate_element {
            position: relative;    display: inline-block;
            }
            .goog-te-gadget-icon{display:none;}
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            /* zoom: 1; */
            }
            .goog-te-gadget-simple {
            background-color: transparent!important;
            border-color: transparent!important;
            color: #fff !important;
            }
            .goog-te-gadget-simple {
            padding: 0!important;
            }
            .goog-te-gadget-simple {
            background-color: #fff;
            border-left: 1px solid #d5d5d5;
            border-top: 1px solid #9b9b9b;
            border-bottom: 1px solid #e8e8e8;
            border-right: 1px solid #d5d5d5;
            font-size: 10pt;
            display: inline-block;
            padding-top: 1px;
            padding-bottom: 2px;
            cursor: pointer;
            zoom: 1;
            }
            .languageimg .goog-te-gadget-simple > img {
            display: none;
            }
            .languageimg .goog-te-gadget-simple span {
            color: #000;
            }
            .header_user_info li:last-child a {
            border: none;outline: 0;
            color: #fff;
    font-size: 14px;
            }
       .header_user_info li:last-child a:hover {
              color: #fff;
            }
            .goog-te-gadget-simple .goog-te-menu-value {
            color: #000;
            }
            ul.header_user_info a {
            
            font-size:12px;
            text-transform: none;
            }
            ul.header_user_info a, ul.header_user_info li:last-child {
            border-right: 0 solid #101d84;
            }
            .goog-te-menu-value {
            text-decoration: none;
            color: #0000cc;
            white-space: nowrap;
            margin-left: 4px;
            margin-right: 4px;
            }
            ul.header_user_info li {
            border-left: 0 solid #101d84;
            
            font-size: 11px;
            text-transform: uppercase;
            padding: 2px 8px;
            }
            
            ul.header_user_info li.languageimg {
               background: transparent;position:relative;
            }

            .goog-te-menu-value{text-decoration:none !important;}
            .goog-te-spinner-pos{display:none !important;}
            .globe-img:before{content: "" !important;
            background: url(//guamplaza-605d.kxcdn.com/cdn/farfuture/m8ffbGNRAp4N2nBNbB_LJWWvEDFi0YygwzFuiPOW8Ys/mtime:1476082297/sites/all/themes/gp/images/flags-icon.png);
            width: 20px;
            height: 20px;
            background-size: 100%;
            position: absolute;
            left: 0;
            background-repeat: no-repeat;
            top: 5px;
            left: 2px;}
            .cart a{color: #fff;font-size: 20px;} 
            .translation-links{    display: inline-block;
            width: 170px;
            background: rgba(0,0,0,.8);
            padding: 0px;border-top: 1px solid rgb(187, 187, 187);position:absolute;left:0;top:35px;    z-index: 9;border: 1px solid rgba(187, 187, 187,.2);}
            
             .translation-links li {
            padding: 0px 2px;border-bottom: 1px solid rgba(187, 187, 187,.2);  display: block !important;
    margin: 0 !important;
            }
             .translation-links li a {
            color:#fff !important;font-size:13px;display:block; 

    padding: 7px 5px;
            } 
            .translation-links{display:none;}
            .translation-links.active-language{display:inline-block; text-align:left;}
            .language-section{position:relative;display: inline-block;}
      .language-section ul{list-style:none !important; padding-left:0 !important}
            .skiptranslate{display:none !important;}


 .translation-links li.close-lang {
   position: absolute;
    right: -12px;
    background: #fff;
    width:26px;
    text-align: center;
    border-radius: 50%;
    top: -12px;
  
}
.translation-links li.close-lang i.fa{margin-left: 5px;}
.translation-links li.close-lang:hover {
    background: #ddd;
}
 .translation-links li.close-lang a {
    color: #000 !important;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    margin-left: -2px;
    margin-top: 0px;  padding-top: 5px;
    padding-bottom: 5px;
}
i.flag-icon {
    display: inline-block;
    width: 20px;
    height: 14px;
    vertical-align: middle;
  border:1px solid #999; margin-right:5px;
}

i.flag-icon.english-flag{background: url(../images/us-flag.jpg);background-size:100%;background-position:center;background-repeat:no-repeat;}
  
i.flag-icon.bengali-flag{background: url(../images/bangladesh.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.korea-flag{background: url(../images/korea-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.japan-flag{background: url(../images/japan-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.china-flag{background: url(../images/china-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}
i.flag-icon.taiwan-flag{background: url(../images/taiwan-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.filipino-flag{background: url(../images/filipino-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.russia-flag{background: url(../images/russia-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.vietnamese-flag{background: url(../images/vietnam-flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.india-flag{background: url(../images/india_flag.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.spain-flag{background: url(../images/spain.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.thai-flag{background: url(../images/thai.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

i.flag-icon.french-flag{background: url(../images/france.png);background-size:100%;background-position:center;background-repeat:no-repeat;}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}

.language_right{
    display: inline-block;
   }
  @media(min-width:991px){
  li.search_icon {
    position: relative;
    top: 2px;
}
  }
  @media(max-width:991px){
  .notification-content .rtecenter{text-align:left !important}
  span.LangDDL {
    display: none;
}
ul.header_user_info li.languageimg{    top: 0 !important;     margin: 0 !important;
    margin-left: 20px !important;}
   ul.header_user_info li.languageimg a{color:#000 !important}
.top-head-bar .col-md-8 {position: absolute;
top: 0;
right: 0;
width: 100%;}

  .translation-links{left:-30px;}
  }

/*Google Translate*/
/*Translate css*/

.login-section-overlay .section-login-for-cunsumers {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: #71b3b7;
    z-index: 999;
    border-bottom: 4px solid #020202;
}
.login-section-overlay .close-btn {
    color: #fff;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: transparent;
    padding: 0;
    line-height: .5;
    padding-top: 0px;
}
.content-for-login-section {
    position: relative;
    margin: 3em 0 3em;
}
.section-width-small {
    max-width: 95%;
    margin: 0 auto;
}
.search-pop-section .explore_search {
    margin: 30px auto;
    max-width: 800px;
}
.explore_search h3 {
    color: #fff;
    text-align: left;
}
.search-bar-on-banner {
    position: relative;
    display: inline-block;
    width: 100%;
}
.search-bar-on-banner input {
    padding: 10px 15px;
    width: 100%;
    color: #000;
    font-weight: 600;
    border: 2px solid #d6d6d6;
    padding-right: 90px;
    display: inline-block;
    vertical-align: middle;
}
.search-bar-on-banner button {
    border: 0;
    padding: 9px 10px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 0;
    background:#0d666f;
    color: #fff;
    font-weight: 600;
    height: 46px;
    border: 2px solid #fff;
}

.top-item-links {
    text-align: right;
}
.sub-top-links{
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    margin-bottom: 0;
}
.sub-top-links ul{
  
  list-style: none;
}
.sub-top-links > li {
    margin: 5px 10px;
    position: relative;
    display: inline-block;
    padding: 0;
}
.sub-top-links a, .top-social-links a {
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
}
.sub-top-links .dropdown-item a.nolink {
    position: relative;
}
.dropdown-item {width: auto}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu li {
    display: block;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
.about-pss-link .dropdown-menu > li > a {
    white-space: unset;
}
.dropdown-menu > li:first-child > a {
    border: 0;
}
.dropdown-menu > li > a {
    display: block;
    padding: 8px 20px
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}

.header_top_bg {
    position: relative;
    z-index: 1;
    background: #6fb3b8;
}

.content-panel-area {
    position: static;
    color: #fff;
}
.content-box {
    padding: 20px;
}
#accessibility ul {
    padding: 0px !important;
    margin-bottom: 0px;
}
#accessibility ul li {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    list-style: none;
    padding: 0px;
}
#accessibility ul li a {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.close-content-box {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
    padding: 5px;
}
#accessibility ul li.close-content-box {
    width: 2% !important;
}
.dropdown-item:hover .dropdown-menu {
    display: block;
    margin: 0;
    padding: 0;
    top: 30px;
   
}

.sub-top-links a:hover {
    color: #8bd1b5;
}
.dropdown-item:focus, .dropdown-item:hover {
   
    background-color: transparent;
}
.dropdown-menu > li > a {
    padding: 8px 20px;
    
}
.cnmi-logo{
  width: 100%;
  max-width: 150px;
}
.stic.sticking .sub-top-links a, .top-social-links a {
    color: #000;}
.stic.sticking .sub-top-links a:hover, .top-social-links a:hover  {
    color:#8bd1b5;
  }
.stic.sticking .black_logo_img {
   display: inline-block;
}
.stic.sticking  .white_logo_img {
  display: none;
}
.stic.sticking .mobrowleft {margin-top: 10px;}
.stic.sticking .header_user_info li:last-child a:hover {
    color: #000;
}
.sub-top-links .dropdown-item a.nolink::after {
    position: absolute;
    top: 15px;
    right: -10px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.sub-top-links .dropdown-item a.nolink:hover::after {
    border-bottom: 1px solid #8bd1b5;
    border-right: 1px solid #8bd1b5;
}

.stic.sticking .sub-top-links .dropdown-item a.nolink::after{
  border-bottom: 1px solid #000;
    border-right: 1px solid #000;
}

.stic.sticking .sub-top-links .dropdown-item a.nolink:hover::after {
    border-bottom: 1px solid #8bd1b5;
    border-right: 1px solid #8bd1b5;
}
.mobile-top-head{display: none;}
@media(max-width:991px){
.display-only-desk{
  display: none;
}
.mobile-top-head{
  display: block;
}
ul.sub-top-links .accesible-pannel {
    display: inline;
    margin: 0;
    
    margin-right: 10px;
    z-index: 999;
}
.mobile-top-head li.search_icon {
    margin-top: 0!important;
}
ul.header_user_info li.languageimg a {
    color: #fff !important;
}
}

@media(min-width:992px){
	#cssmenu .menulist > .expanded.has-sub .expanded.has-sub > ul{left: -100%;margin: 0;}
	.logopart img.white_logo {
		width: 130px;
		margin-bottom: 0px;
	}
	.front .logopart img.black_logo {display: none;}
	.stic.sticking .logopart img.white_logo{display: none;}
	.stic.sticking .logopart img.black_logo{
		display: inline-block;
	}
	#primary-content .logopart img.white_logo{display: none;}
	.logopart img.black_logo, #primary-content .logopart img.black_logo{
		width: 140px;
		margin-bottom: 0px;
	}
}
@media(max-width:991px){
	.logopart img.white_logo {display: none;}
	.logopart img.black_logo, #primary-content .logopart img.black_logo{
		width: 130px !important;
		margin-bottom: 0px;
	}
}

.bg_green_section{background-size: cover !important; margin: 0 auto;}
.dis_flex_section {
    display: flex;
    align-items: center;     justify-content: center;
    color: #fff;    padding: 20px;position: relative; z-index:1
}
.bg_green{position:relative}
.bg_green:before{    content: "";
    display: block;
    background: rgb(67, 84, 32);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
    opacity: .8;}
	
.p12_bg{position:relative}
.p12_bg:before{    content: "";
    display: none;
	background: rgb(240, 226, 208);
    width: 100%;
    position: absolute;
    left: 0;
    height: 100%;
	opacity: 0.11;}
	

	
.right_content_text {
    width: 100%;
    padding-left: 30px;
}
.right_content_text p{color:#fff !important; font-size:22px;}

.p12_section.text-center {
    position: relative;
    z-index: 1;
    padding: 25px;
}

.for_wh_text {
    font-size: 20px;
    color: #fff;
}
.for_bl_text {
    font-size: 26px;
    color: #000;
}
.inner_page .inner_content_area .left_p12_section, .inner_page .inner_content_area .right_p12_section{padding:10px 15px; margin-bottom: 10px;}
.inner_page .inner_content_area .left_p12_section h2, .inner_page .inner_content_area .right_p12_section h2 {
    font-size: 54px !important;
    line-height: 1 !important;
    color: #000 !important;
}
.inner_page .inner_content_area .left_p12_section p, .inner_page .inner_content_area .right_p12_section p {
   font-size:22px;
    color: #000 !important;
}

.p12_section .dis_flex_section{    justify-content: space-around;}

.button_for_p a {
    display: inline-block;
    padding: 10px 20px;
    background: transparent;
    color: #fff !important;
    border-radius: 40px;
    border: 2px solid #fff;
	font-size:20px;
}

.inner_page .inner_content_area .left_p12_section .button_for_p a{background: rgb(0 74 173);}
.inner_page .inner_content_area .right_p12_section .button_for_p a{background:rgb(67, 84, 32)}
.inner_page .inner_content_area .left_p12_section .button_for_p a:hover, .inner_page .inner_content_area .right_p12_section .button_for_p a:hover{background: #6fb3b8;}


.d-flex_sec {
    display: flex;
    gap: 0px;
}

.d-flex_sec .item img {
    height: 100%;
    object-fit: cover;
}

.blue_bg_title{
    padding: 30px 15px;
    color: #fff !important;
    background: url(/sites/default/files/bg_image_for_leaf.jpg) no-repeat;
    background-size: cover; position:relative;    margin-bottom: 20px;
}
.blue_bg_title:before{    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 74, 173, .7);
    top: 0;}
.green_bg_title{
    padding: 30px 15px;
    color: #fff !important;
    background: url(/sites/default/files/bg_image_for_leaf.jpg) no-repeat;
    background-size: cover;position:relative;    margin-bottom: 20px;
}
.green_bg_title:before{    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(67, 84, 32, .7);
    top: 0;}

.inner_content_area .blue_bg_title h2, .inner_content_area .green_bg_title h2{color:#fff !important; position:relative; z-index:9}

.dis_flex_s {
    display: flex;
    align-items: center;
    justify-content: center;    gap: 60px;
}
.dis_flex_s .item img {
    max-width: 90px;
    padding: 15px;
    background: #b3d1ec;
    margin: 0 15px;
    padding-top: 21px;
    padding-bottom: 21px;
    border-radius: 15px;
}
.early_child_section{background:#dbe5f3;     padding: 30px 15px;     margin-bottom: 30px;}
.dis_flex_s .item span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inner_page .early_child_section .early_title {
    color: #004aad !important;
}
.arrow_line{position:relative; max-width:550px; margin:30px auto}
.dis_flex_s .item:before {
    content: "";
    width: 16px;
    height: 16px;
    background: #004aad;
    position: absolute;
    left: 50%;
    top: -33px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}
.dis_flex_s .item{position:relative}
.arrow_line_long{      width: calc(100% - 4px);
    background: #004aad;
    height: 4px;}
.arrow_line_long span{display:none}
.arrow_line_angle {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #004aad;
    position: absolute;
    right: 0px;
    top: -10px;
}
.arrow_line_angle span{display:none}


@media(max-width:991px){

.bg_green_section{max-width:100%;}

}
@media(max-width:767px){
.dis_flex_section {
    display: block;
    text-align: center;
}
.left_logo {
    margin-bottom: 15px;
}
.right_content_text{padding-left:0}
.p12_section.text-center {
    padding-left: 5px;
    padding-right: 5px;
}
.p12_section.text-center {
    padding-left: 5px;
    padding-right: 5px;
}
.p12_section .dis_flex_section{padding-left:0; padding-right:0}
.d-flex_sec{flex-wrap:wrap}
.dis_flex_s{gap:0}
}

.page-node-9 #primary-content p, .page-node-9 .inner_page .inner_content_area{
	font-size: 20px;
}
.page-node-32 #primary-content p, .page-node-32 .inner_page .inner_content_area{
	font-size: 20px;
}
.page-node-33 #primary-content p, .page-node-33 .inner_page .inner_content_area{
	font-size: 20px;
}