@charset "UTF-8";
/*
Theme Name: BML
*/
:root {
	--text-color: #595b61;
	--primary-color: #00708b;
}
body {
    padding: 0;
    margin: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 14px;
    color: #19233c;
	font-weight:400;
}
body.hide-body {
    overflow: hidden;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}

.wysiwyg h1,
.wysiwyg h2, 
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6,
.wysiwyg p {
	margin-bottom: 20px;
}

.wysiwyg hr {
	margin: 1.5em 0!important
}

.wysiwyg,
.wysiwyg p {
	font-size: 16px!important;
}

.wysiwyg blockquote {
	padding: 10px 25px;
	color: var(--primary-color);
}

.wysiwyg blockquote p {
	color: var(--primary-color);
}

.abt-flex .wysiwyg h3 {
	color: var(--primary-color);
	margin-top: 20px;
}

.abt-flex .wysiwyg h4 {
	color: var(--primary-color);
	font-size: 24px;	
}


.wysiwyg ol:not([type="a"])  li::marker {
	content: '';
	display: none!important;
}
.wysiwyg ol:not([type="a"])  {
	margin-top: 20px;
	padding-left: 30px;
	
}

.wysiwyg ol[type="a"] {
	margin-left: 10px;
}

.wysiwyg ol:not([type="a"])  li {
	padding-left: 35px;
}
.wysiwyg ol:not([type="a"])  li:before {
	margin-left: -35px;
	width: 35px;
	display: inline-block;
}

/* Level 1 */
.wysiwyg ol:not([type="a"]) ,
.wysiwyg ol.level1 {
  counter-reset: lvl1; /* start main counter at 1 */
}

.wysiwyg ol:not([type="a"]) > li,
.wysiwyg ol.level1 > li {
  counter-increment: lvl1;
}

.wysiwyg ol:not(.level0):not([type="a"]) > li::before,
.wysiwyg ol.level1:not([type="a"]) > li::before {
  content: "1."counter(lvl1)". " ; /* Level 1 format */
}

.wysiwyg ol.level1_2 > li::before {
  content: "2."counter(lvl1)". " ; /* Level 1 format */
}

.wysiwyg ol.level1_3 > li::before {
  content: "3."counter(lvl1)". " ; /* Level 1 format */
}

.wysiwyg ol.level1_4 > li::before {
  content: "4."counter(lvl1)". " ; /* Level 1 format */
}

.wysiwyg ol.level1_5 > li::before {
  content: "5."counter(lvl1)". " ; /* Level 1 format */
}



/* Level 2 */

.wysiwyg ol:not([type="a"]) li ol,
.wysiwyg ol.level1 li ol.level2 {
  counter-reset: lvl2; /* reset sub-counter */
  padding-left: 3px;
}

.wysiwyg ol:not([type="a"])  li ol li,
.wysiwyg ol.level1 li ol.level2 li {
  counter-increment: lvl2;
}

.wysiwyg ol:not([type="a"])  li ol li:before,
.wysiwyg ol.level1 li ol.level2 li::before {
	content: " (" counter(lvl2, lower-alpha) ") "; /* a, b, c */
}

/* Level 3 */

.wysiwyg ol:not([type="a"])  li ol li ol,
.wysiwyg ol.level1 li ol.level2 li ol.level3 {
  counter-reset: lvl3;
  padding-left: 3px;
}

.wysiwyg ol:not([type="a"])  li ol li ol li,
.wysiwyg ol.level1 li ol.level2 li ol.level3 li {
  counter-increment: lvl3;
}


.wysiwyg ol:not([type="a"])  li ol li ol li:before,
.wysiwyg ol.level1 li ol.level2 li ol.level3 li::before {
  content: " (" counter(lvl3, lower-roman) ") "; /* i, ii, iii */
}

.wysiwyg ol:not([type="a"])  li ol li ol li ol li,
.wysiwyg ol.level1 li ol.level2 li ol.level3 li ol.level4 li {
  counter-increment: lvl4;
  padding-left: 30px;	
}

.wysiwyg ol:not([type="a"])  li ol li ol li ol li:before,
.wysiwyg ol.level1 li ol.level2 li ol.level3 li ol.level4 li::before {
  content: " (" counter(lvl4, upper-alpha) ") "; /* A., B., C. */
}


@media (max-width: 1550px) {
    html {
        font-size: 13px;
   }
}
@media (max-width: 1440px) {
    html {
        font-size: 10px;
   }
}
@media (max-width: 992px) {
    html {
        font-size: 14px;
   }
}

@media (max-width: 767px) {
    html {
        font-size: 12px;
   }
}

* {
    box-sizing: border-box;
}
a {
    color: #00718f;
}
@font-face {
    font-family: 'HelveticaNeueLTProMd';
    src: url('assets/fonts/HelveticaNeueLTProMd.eot');
    src: url('assets/fonts/HelveticaNeueLTProMd.eot') format('embedded-opentype'), url('assets/fonts/HelveticaNeueLTProMd.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProMd.woff') format('woff'), url('assets/fonts/HelveticaNeueLTProMd.ttf') format('truetype'), url('assets/fonts/HelveticaNeueLTProMd.svg#HelveticaNeueLTProMd') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTProRoman';
    src: url('assets/fonts/HelveticaNeueLTProRoman.eot');
    src: url('assets/fonts/HelveticaNeueLTProRoman.eot') format('embedded-opentype'), url('assets/fonts/HelveticaNeueLTProRoman.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProRoman.woff') format('woff'), url('assets/fonts/HelveticaNeueLTProRoman.ttf') format('truetype'), url('assets/fonts/HelveticaNeueLTProRoman.svg#HelveticaNeueLTProRoman') format('svg');
}
@font-face {
    font-family: 'HelveticaNeueLTProLt';
    src: url('assets/fonts/HelveticaNeueLTProLt.eot');
    src: url('assets/fonts/HelveticaNeueLTProLt.eot') format('embedded-opentype'), url('assets/fonts/HelveticaNeueLTProLt.woff2') format('woff2'), url('assets/fonts/HelveticaNeueLTProLt.woff') format('woff'), url('assets/fonts/HelveticaNeueLTProLt.ttf') format('truetype'), url('assets/fonts/HelveticaNeueLTProLt.svg#HelveticaNeueLTProLt') format('svg');
}
.container {
    max-width: 1230px;
}

h2 {
	margin-bottom: 1em;
}
p {
    font-size: 20px;
    line-height: 1.4;
    color: var(--text-color);
	font-family: "Ubuntu", sans-serif !important;
}
p span {
    color: #00718f;
}
ul {
    padding-left: 20px;
    margin: 0;
    list-style: disc;
}
ul li {
    font-size: 20px;
    line-height: 1.4;
    color: var(--text-color);
    
}
ol li {font-family: "Ubuntu", sans-serif !important;
    font-size: 20px;}
b,strong {font-weight: 600;}
    
.top-header-bar {
    background: var(--primary-color);
    padding: 15px 0;
}
.top-header-bar .tp-flex >div{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    column-gap: 20px;
}
.top-header-bar .tp-flex a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.top-header-bar .tp-flex a .fa {
    width: 23px;
}
.top-header .row-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    column-gap: 30px;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li > a {
    color: #787878;
    text-decoration: none;
    padding: 5px 0;
    margin: 0;
    font-weight: normal;
    display: block;
    font-size: 15px;
    text-transform: uppercase;
	font-family: "Ubuntu", sans-serif;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children {
    position: relative;
    padding-right: 15px;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul {
    position: absolute;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 50%;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 0;
    box-shadow: -1px -4px 6px #ccc;
    z-index: 9;
    min-width: 141px;
    transform: translate(-50%, 0);
    transition: all 0.3s ease-in-out;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul li {
    border-bottom: 1px solid #d6e2e1;
    padding: 0;
	position:relative;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul li:hover .sub-menu{
	opacity:1;
	visibility:visible;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul li.menu-item-has-children:before{
	    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    position: absolute;
    height: 8px;
    right: 10px;
    top: 13px;
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 8px;
    transform: rotate(45deg);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    border-color: #00718f;
}

.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul .sub-menu{
    position: absolute;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding:0;
    box-shadow: -1px -4px 6px #ccc;
    z-index: 9;
    min-width: 141px;
    transition: all 0.3s ease-in-out;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li.has-menu-item-has-children{
    position: relative;
}

.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li.has-menu-item-has-children::before{
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    position: absolute;
    height: 8px;
    right: 10px;
    top: 13px;
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 8px;
    transform: rotate(45deg);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    border-color: #00718f;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li.has-menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li a {
    display: block;
    text-decoration: none;
    padding: 8px 16px;
    font-size: 15px;
    color: #277c81;
    white-space: nowrap;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li a:hover{
    text-stroke: 0.5px #277c81;
    -webkit-text-stroke: 0.5px #277c81;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children > ul > li:last-child {
    border: 0;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li.menu-item-has-children::before {
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    position: absolute;
    height: 8px;
    right: 0;
    top: 9px;
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 8px;
    transform: rotate(135deg);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    border-color: #00718f;
}
.top-header .row-flex-wrap .navigation-search .top-menus > ul > li:hover > a {
    color: #00718f;
}
.main-banner .bannerSlider .slick-dots > li button {
    width: 14px;
    height: 14px;
    display: block;
    border-radius: 50%;
    background: #fff;
}
.main-banner .bannerSlider .slick-dots > li:only-child{
	display:none;
}
.main-banner .bannerSlider .slick-dots > li button::before {
    display: none;
}
.main-banner .bannerSlider .slick-dots > li.slick-active button {
    background: var(--primary-color);
}
.main-banner .bannerSlider .slick-dots {
    bottom: 10px;
}
.main-banner .bannerSlider .slick-dots > li {
    width: 15px;
    margin: 0 3px;
}
.main-banner .bannerSlider .slick-slide {
    position: relative;
}
.main-banner .bannerSlider .slick-slide::before {
    content: '';
    width: 50%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.main-banner .bannerSlider > div {
    position: relative;
}
.main-banner .bannerSlider > div .banner-slider-img {
    width: 100%;
    height: 620px;
    object-fit: cover;
}
.main-banner .bannerSlider > div .caption-cont {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
}
.main-banner .bannerSlider > div .caption-cont .banner-caption {
    max-width: 450px;
}
.main-banner .bannerSlider > div .caption-cont h1,
.main-banner .bannerSlider > div .caption-cont h2 {
    font-size: 60px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}

.main-banner .bannerSlider>div .caption-cont h2,
.main-banner .bannerSlider>div .caption-cont h1 {
	color: white;
}

.main-banner .bannerSlider > div .caption-cont h1 span,
.main-banner .bannerSlider > div .caption-cont h2 span {
    color: #000000;
}
.main-banner .bannerSlider > div .caption-cont p {
    color: #fff;
}

.main-banner .bannerSlider > div .caption-cont .btn-list {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-top: 15px;
}
.main-banner .bannerSlider > div .caption-cont .btn-list .btn-m {
    font-size: 14px;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-decoration: none;
    outline: none;
    background: transparent;
    border: 1px solid #fff;
}
.main-banner .bannerSlider > div .caption-cont .btn-list .btn-m:hover {
    background: #2eafc4;
    border: none;
}
.ttl-mm {
    font-size: 58px;
    color: #00718f;
    position: relative;
    display: inline-block;
    padding-bottom: 50px;
    font-family: "Ubuntu", sans-serif;
	font-weight:600;
}
.ttl-mm::before {
    content: '';
    width: 249px;
    height: 47px;
    display: block;
    background: url(assets/images/text-shadow.png) no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
}
.ttl-mm::after {
    content: "";
    width: 300px;
    height: 30px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    bottom: -4px;
}
.ttl-mm.ttl-blue {
    color: #fff;
}
.ttl-mm.ttl-blue::before {
    background: url(assets/images/bluetext-shadow.png) no-repeat;
    background-size: contain;
}
.ttl-mm.ttl-blue::after {
    background: var(--primary-color);
}
.about-home {
    padding: 60px 0 100px 0;
}
.about-home .abut-conth {
    text-align: center;
}
.about-home .abut-conth p {
    font-family: "Ubuntu", sans-serif;
}
.features-teams .main-cont-card {
    background: url(assets/images/img-ban1.png) no-repeat;
    position: relative;
    background-size: cover;
    padding: 0 20px 47px 20px;
}
.features-teams .main-cont-card::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #0a353ef2;
    z-index: 0;
}
.features-teams .main-cont-card .featu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2%;
    position: relative;
    z-index: 1;
    top: -60px;
}
.features-teams .main-cont-card .featu-list .itm-bx {
    background: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 61px;
    border: 3px solid #fefefe;
    column-gap: 5px;
    padding: 20px 10px;
    width: 23%;
}

.features-teams .main-cont-card .featu-list .itm-bx img{
    width: 80px;
}
.features-teams .main-cont-card .featu-list .itm-bx h4 {
    color: #fff;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
    white-space: pre-line;
    text-align:center;
}
.features-teams .main-cont-card .team-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    z-index: 1;
    gap: 4%;
}
.features-teams .main-cont-card .team-list .team-itm {
    width: 28%;
}
.features-teams .main-cont-card .team-list .team-itm .img-pl {
    width: 100%;
    height: 310px;
    object-fit: cover;
    border-radius: 26px;
    background-color: #fefefe;
    border: 3px solid #fefefe;
    object-position: top center;
}
.features-teams .main-cont-card .team-list .team-itm .cont-ppl {
    text-align: center;
    margin-top: 10px;
}
.features-teams .main-cont-card .team-list .team-itm .cont-ppl h4 {
    font-size: 33px;
    color: #3bc8de;
    font-family: "Ubuntu", sans-serif;
}
.features-teams .main-cont-card .team-list .team-itm .cont-ppl h5 {
    font-size: 20px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}
.features-teams .main-cont-card .team-list .team-itm .cont-ppl a {
    font-family: "Ubuntu", sans-serif;
    text-decoration: none;
    color: #3bc8de;
    font-size: 14px;
    display: inline-block;
    margin-top: 30px;
}
.features-teams .main-cont-card .team-list .team-itm .cont-ppl a:hover {text-decoration:underline;}
.list-of-works {
    padding: 40px 0;
}
.list-of-works .flex-itms {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
}
.list-of-works .flex-itms .box-md {
    width: 31.33%;
    max-height: 270px;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all 1.5s ease-in-out;
    display: block;
}
.list-of-works .flex-itms .box-md::before {
    content: '';
    width: 100%;
    height: 191px;
    display: block;
    background: url(assets/images/shadow-blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.list-of-works .flex-itms .box-md img {
    width: 100%;
    height: 235px;
    object-fit: cover;
}
.list-of-works .flex-itms .box-md .caption {
    padding: 20px;
    background: transparent;
    position: absolute;
    bottom: -118px;
    transition-duration: 0.6s;
}
.list-of-works .flex-itms .box-md .caption h3 {
    color: #fff;
    position: relative;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.list-of-works .flex-itms .box-md .caption h3::before {
    content: '';
    width: 75px;
    height: 5px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.list-of-works .flex-itms .box-md .caption p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.list-of-works .flex-itms .box-md .caption a {
    font-size: 14px;
    color: #00718f;
}
.list-of-works .flex-itms .box-md.active {
    max-height: 480px;
    box-shadow: 0 0 6px #ccc;
}
.list-of-works .flex-itms .box-md.active .caption {
    top: inherit;
    bottom: initial;
    position: relative;
}
.list-of-works .flex-itms .box-md.active .caption h3 {
    color: #00718f;
    padding-bottom: 0;
}
.list-of-works .flex-itms .box-md.active .caption h3::before {
    display: none;
}
.list-of-works .flex-itms .box-md.active::before {
    opacity: 0;
    visibility: hidden;
}
.news-updates {
    background: var(--primary-color);
    padding: 60px 0;
}
.news-updates .see-more {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    float: right;
    position: relative;
    right: 82px;
}
.news-updates .center-slider .slick-track {
    height: 500px;
}
.news-updates .center-slider .box-md {
    max-height: 270px;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
    display: block;
    width: 92%;
    margin: 0 auto;
}
.news-updates .center-slider .box-md::before {
    content: '';
    width: 100%;
    height: 191px;
    display: block;
    background: url(assets/images/shadow-blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}
.news-updates .center-slider .box-md img {
    width: 100%;
    height: 256px;
    object-fit: cover;
}
.news-updates .center-slider .box-md .caption {
    padding: 20px;
    background: transparent;
    position: absolute;
    bottom: -115px;
    transition-duration: 0.5s;
}
.news-updates .center-slider .box-md .caption h3 {
    color: #fff;
    position: relative;
    font-size: 19px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.news-updates .center-slider .box-md .caption h3::before {
    content: '';
    width: 75px;
    height: 5px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.news-updates .center-slider .box-md .caption h4 {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.news-updates .center-slider .box-md .caption p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-updates .center-slider .box-md .caption a {
    font-size: 14px;
    color: #00718f;
}
.news-updates .center-slider .slick-center .box-md {
    max-height: 480px;
    box-shadow: 0 0 5px #2b2b2b;
}
.news-updates .center-slider .slick-center .box-md .caption {
    background: #fff;
    top: inherit;
    position: relative;
    bottom: initial;
}
.news-updates .center-slider .slick-center .box-md .caption h3 {
    color: #00718f;
    padding-bottom: 0;
}
.news-updates .center-slider .slick-center .box-md .caption h3::before {
    display: none;
}
.news-updates .center-slider .slick-center .box-md .caption h4 {
    color: #595b61;
    position: absolute;
    right: 19px;
    bottom: 19px;
}
.news-updates .center-slider .slick-center .box-md::before {
    opacity: 0;
    visibility: hidden;
}
.testimonial {
    padding: 50px 0 0 0;
}
.testimonial .ttl-mm {
    padding-bottom: 0;
    padding-top: 100px;
}
.testimonial .ttl-mm::after, .testimonial .ttl-mm::before {
    display: none;
}
.testimonial .ttl-mm::after {
    content: '';
    width: 124px;
    height: 108px;
    background: url(assets/images/testi-arrow.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -50px;
    left: initial;
    display: block;
}
.testimonial .slider-client .slick-dots > li button {
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    border: 1px solid #00718f;
    background: #fff;
}
.testimonial .slider-client .slick-dots > li button::before {
    display: none;
}
.testimonial .slider-client .slick-dots > li.slick-active button {
    background: var(--primary-color);

}
.testimonial .slider-client .slick-dots li {
    margin: 0 2px;
    width: 15px;
    height: 15px;
}
.testimonial .slider-client .slick-dots {
    bottom: 0;
    position: relative;
    text-align: left;
    margin-top: 24px;
    left: 20px;
}
.testimonial .slider-client .client-abt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testimonial .slider-client .client-abt .ratings .fa {
    color: #00718f;
}
.testimonial .slider-client .client-abt .name-details {
    width: 200px;
    text-align: right;
}
.testimonial .slider-client .client-abt .name-details h4 {
    font-size: 15px;
    color: #00718f;
}
.testimonial .slider-client .client-abt .name-details h6 {
    font-size: 9px;
    color: #595b61;
    margin: 0;
}
.testimonial .slider-client .client-abt .name-details a {
    font-size: 8px;
    color: #00718f;
    text-decoration: none;
    border: 0;
}
.testimonial .slider-client .slick-slide > div {
    width: 92%;
    display: block;
    margin: 0 auto;
}
.testimonial .slider-client .client-img {
    margin-bottom: 20px;
}
.testimonial .slider-client .client-img img {
    max-width: 100%;
    margin: 0 auto;
}
.testimonial .slider-client .des {
    border-bottom: 2px solid #00708b;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.testimonial .slider-client .des p {
    font-size: 12px;
    color: #595b61;
    text-align: justify;
}
.main-footer {
    background: var(--primary-color);
    padding: 100px 0 30px 0;
    margin-top: 280px;
}
.main-footer .common-form {
    display: flex;
    background: #fefefe;
    align-items: center;
    column-gap: 130px;
    justify-content: flex-end;
    padding: 40px;
    box-shadow: 0 0 10px #ccc;
    margin-top: -350px;
}
.main-footer .common-form .ttl-mm {
    max-width: 230px;
}
.main-footer .common-form .ttl-mm::after, .main-footer .common-form .ttl-mm::before {
    display: none;
}
.main-footer .common-form .form-footer {
    width: 600px;
}
.main-footer .common-form .form-footer .form-group {
    margin-bottom: 25px;
}
.main-footer .common-form .form-footer .form-group label {
    font-size: 21px;
    color: #2c2e35;
}
.main-footer .common-form .form-footer .form-group .field {
    width: 100%;
    padding: 20px 20px;
    background: #e9ebeb;
    outline: none;
    box-shadow: none;
    border: 1px solid #c6c7c9;
    font-size: 16px;
}
.main-footer .common-form .form-footer .form-group textarea {
    min-height: 137px;
    resize: none;
}

.btn.btn-primary,
.main-footer .common-form .form-footer .form-group .btn-submit {
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    background: var(--primary-color);
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: 0;
    float: right;
}

.btn.btn-primary {
	float: none;
	margin: 20px 0;
	text-transform: uppercase;
	font-size: 16px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
	color: white!important;
	background: #595b61!important;
}  
.our-expertise {
    padding: 40px 0;
}
.our-expertise .ttl-mm {
    color: #fff;
}
.our-expertise .exprt-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 20px 2%;
}
.our-expertise .exprt-list .exp-itm {
    width: 18%;
    text-align: center;
    padding: 10px;
}
.our-expertise .exprt-list .exp-itm:hover {box-shadow:0 0 10px #ccc;}
.our-expertise .exprt-list .exp-itm img {
    height: 105px;
    object-fit: contain;
}
.our-expertise .exprt-list .exp-itm h4 {
    font-size: 19px;
    color: #fff;
    margin: 10px 0 0 0;
}
.our-expertise .exprt-list .exp-itm h4 a {color: #fff !important;}
.our-expertise .exprt-list .exp-itm h4 a:hover {text-decoration:none;}
.our-advantages .ttl-des h3 {
    font-size: 31px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}
.our-advantages .ttl-des p {
    font-size: 19px;
    color: #fff;
}
.our-advantages .last-footer {
    display: flex;
    align-items: center;
    column-gap: 30px;
    margin-top: 40px;
}
.our-advantages .last-footer .social-links {
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.our-advantages .last-footer .social-links a {
    display: block;
    color: #fff;
    font-size: 28px;
}
.our-advantages .last-footer .social-links a img {
    display: block;
    width: 29px;
}
.our-advantages .last-footer .contact-details {
    /*padding-left: 30px;*/
}
.our-advantages .last-footer .contact-details a {
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #fff;
    text-decoration: none;
    border: 0;
    column-gap: 10px;
    margin: 0px 0 20px 0;
}
.our-advantages .last-footer .contact-details a img {
    display: block;
    width: 29px;
}
.our-advantages .last-footer .contact-details p {
    display: flex;
    align-items: flex-start;
    font-size: 23px;
    line-height: 1.3;
    color: #fff;
    text-decoration: none;
    column-gap: 10px;
    border: 0;
}
.our-advantages .last-footer .contact-details p img {
    display: block;
    width: 29px;
	margin-top:2px;
}
.center-slider .slick-arrow {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    display: flex !important;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    background: transparent;
    left: initial;
    right: 0;
    top: initial;
    z-index: 9;
    bottom: -26px;
    transform: initial;
}
.center-slider .slick-arrow.slick-prev {
    right: 42px;
}
.center-slider .slick-arrow::before {
    position: relative;
    content: "\f054";
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    display: block;
    font-size: 13px;
    color: #fff;
}
.center-slider .slick-arrow.slick-prev::before {
    content: "\f053";
}
.about-banner {
    padding: 50px 0;
}
.about-banner .abt-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.about-banner .abt-flex p span {
    color: #00718f;
}
.about-banner .abt-flex div.lft-cont {
    width: 60%;
    padding-right: 60px;
	text-align: left;
}
.about-banner .abt-flex .lft-cont h4{
    font-size: 30px;
    color: #00718f;
    text-align: left;
    margin-bottom: 10px;
}
.about-banner .abt-flex .right-img {
    position: relative;
}
.about-banner .abt-flex .right-img::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -30px;
    top: -30px;
    background: transparent;
    border: 3px solid var(--primary-color);
    z-index: 0;
}
.about-banner .abt-flex .right-img::after {
    content: "";
    width: 285px;
    height: 311px;
    display: block;
    position: absolute;
    right: 0;
    bottom: -280px;
    background: url(assets/images/about-vect.png) no-repeat;
    background-size: contain;
    z-index: 0;
}
.about-banner .abt-flex .right-img img {
    width: 264px;
    height: 264px;
    object-fit: cover;
    border: 8px solid var(--primary-color);
    background: var(--primary-color);
    position: relative;
    z-index: 1;
    object-position: right top;
}

.breadcrumb-wrapper *,
.breadcrumb-wrapper a {
    color: white;
	font-size: 14px;
}

.breadcrumb-wrapper a:hover,
.breadcrumb-wrapper a:focus {
    color: #00718f;
	text-decoration: underline;
	text-underline-position: under;
}


.our-mission .main-cont-card {
    padding: 30px;
}
.our-mission .main-cont-card .misn-img {
    width: 100%;
    display: block;
    border-radius: 21px;
    background-color: var(--primary-color);
    border: 3px solid #fefefe;
    margin-top: 130px;
}
.our-mission .cont-mission .misn-icon {
    display: block;
    padding-left: 80px;
    margin-bottom: 10px;
}
.our-mission .cont-mission .ttl-mm {
    padding-bottom: 0;
    color: #3bc8de;
}
.our-mission .cont-mission .ttl-mm::before, .our-mission .cont-mission .ttl-mm::after {
    display: none;
}
.our-mission .cont-mission p {
    color: #fff;
    text-align: justify;
}
.our-mission .cont-mission ul li {
    color: #fff;
}
.video-frame {
    padding: 40px 0;
}
.video-frame .frame-wrapper {
    max-width: 778px;
    background: var(--primary-color);
    padding: 40px 10px;
    display: block;
}
.testimonial .offer-cont {
    padding-left: 50px;
}
.training-banner {
    position: relative;
	background: black;
}
.training-banner .banner-slider-img {
    width: 100%;
	opacity: 0.6;
}
.training-banner .caption-cont {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
}
.training-banner .caption-cont .banner-caption {
    max-width: 500px;
}

.training-banner .caption-cont h1,
.training-banner .caption-cont h2 {
    font-size: 50px;
    color: #fff;
    font-family: "Ubuntu", sans-serif;
}
.training-banner .caption-cont h2 span {
    color: #2eafc4;
}
.about-training {
    padding: 40px 0;
}
.about-training .training-list {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}
.about-training .training-list .training-items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 20px 0;
}
.about-training .training-list .training-items::before {
    content: '';
    width: 70%;
    height: 100%;
    display: block;
    background: #e8f6fa;
    position: absolute;
    left: 0;
    top: 0;
}
.about-training .training-list .training-items .cont-tr {
    width: 49%;
    padding: 20px;
    position: relative;
}
.about-training .training-list .training-items .cont-tr .ttl-mm {
    font-size: 47px;
    position: relative;
    z-index: 9;
    display: block;
    text-align: center;
}

.about-training .training-list .training-items .cont-tr h2 {
	margin-bottom: 0;
}

.about-training .training-list .training-items .cont-tr .ttl-mm::after {
    background: #e8f6fa;
}
.about-training .training-list .training-items .cont-tr .abut-conth {
    position: relative;
    z-index: 9;
    text-align: justify;
}
.about-training .training-list .training-items .cont-tr .abut-conth p span {
    color: #00718f;
}
.about-training .training-list .training-items .tr-img {
    width: 50%;
    position: relative;
    z-index: 1;
}
.about-training .training-list .training-items .tr-img img {
    width: 100%;
    background: var(--primary-color);
    border-radius: 20px;
    display: block;
    border: 3px solid var(--primary-color);
}
.about-training .training-list .training-items .tr-img span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: var(--primary-color);
    padding: 3px 10px;
    margin-top: 10px;
}
.about-training .training-list .training-items:nth-child(even) {
    flex-direction: row-reverse;
}
.about-training .training-list .training-items:nth-child(even)::before {
    left: inherit;
    right: 0;
}
.checklist-box {
    position: relative;
    border-radius: 38px;
    background-color: #e8f6fa;
    padding: 40px 30px;
    margin: 30px 0 80px 0;
}
.checklist-box .tag-dn {
    display: flex;
    column-gap: 5px;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.checklist-box .tag-dn a {
	display: flex;
	align-items: center;
}

.checklist-box .tag-dn span {
    font-size: 17px;
    color: #fff;
    background: var(--primary-color);
    display: flex;
    padding: 2px 10px;
	margin-right: 10px;
    border: 2px solid #fefefe;
}

.checklist-box .tag-dn img {
	width: 28px;
	height: 28px;
}

.checklist-box h2 {
	color: white!important;
}
.checklist-box h2,
.checklist-box h4 {
    font-size: 31px;
    background: var(--primary-color);
    display: block;
    border-radius: 30px;
    background-color: var(--primary-color);
    border: 3px solid #fefefe;
    padding: 7px 50px;
    color: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0 auto;
    top: -30px;
}
.checklist-box .checklist-inr-cont {
    border-bottom: 2px solid #fefefe;
    padding: 20px 0 40px 0;
}
.checklist-box .checklist-inr-cont p {
    text-align: justify;
    margin: 10px 0;
}
.checklist-box .checklist-inr-cont:last-child {
    border: 0;
    padding-bottom: 0;
}
.news-updates-main {
    padding: 50px 0;
}
.news-updates-main .news-update-list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 3%;
}
.news-updates-main .box-md {
    width: 31.33%;
    max-height: 270px;
    height: auto;
    position: relative;
    overflow: hidden;
    transition: all 0.8s ease;
    display: block;
    margin: 0 auto;
}
.news-updates-main .box-md::before {
    content: '';
    width: 100%;
    height: 191px;
    display: block;
    background: url(assets/images/shadow-blue.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    transition-duration: 0.8s;
}
.news-updates-main .box-md img {
    width: 102%;
    height: 260px;
    object-fit: cover;
    margin-left: -1px;
    margin-top: -1px;
}
.news-updates-main .box-md .caption {
    padding: 20px;
    background: transparent;
    position: absolute;
    bottom: -110px;
    transition-duration: 0.8s;
}
.news-updates-main .box-md .caption h3 {
    color: #fff;
    position: relative;
    font-size: 19px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.news-updates-main .box-md .caption h3::before {
    content: '';
    width: 75px;
    height: 5px;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    background: #fff;
}
.news-updates-main .box-md .caption h4 {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
.news-updates-main .box-md .caption p {
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.news-updates-main .box-md .caption a {
    font-size: 14px;
    color: #00718f;
}
.news-updates-main .box-md.active {
    max-height: 480px;
    box-shadow: 0 0 5px #2b2b2b;
}
.news-updates-main .box-md .cat-tag{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    background: #00718f;
    color: #fff;
    padding: 6px 15px;
    border-radius: 25px;
}   
.news-updates-main .box-md.active .caption {
    background: #fff;
    top: inherit;
    position: relative;
    bottom: initial;
}
.news-updates-main .box-md.active .caption h3 {
    color: #00718f;
    padding-bottom: 0;
}
.news-updates-main .box-md.active .caption h3::before {
    display: none;
}
.news-updates-main .box-md.active .caption h4 {
    color: #595b61;
    position: absolute;
    right: 19px;
    bottom: 19px;
}
.news-updates-main .box-md.active::before {
    opacity: 0;
    visibility: hidden;
}
.about-banner .expert-bottom .lft-cont {
    width: 50%;
    padding-right: 30px;
}
.about-banner .expert-bottom .lft-cont .tag {
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    background-color: #21bdd8;
    padding: 5px 20px;
    display: inline-block;
    margin: 10px 0;
    min-width: 430px;
}
.about-banner .expert-bottom .right-img {
    width: 40%;
}
.about-banner .expert-bottom .right-img::before, .about-banner .expert-bottom .right-img::after {
    display: none;
}
.about-banner .expert-bottom .right-img img {
    width: 100%;
    height: auto;
    border-radius: 21px;
    background-color: var(--primary-color);
    border: 3px solid var(--primary-color);
}
.about-banner .more-tags {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 50px;
}
.about-banner .more-tags h5 {
    font-size: 30px;
    color: #00718f;
    text-align: center;
    margin-bottom: 40px;
}
.about-banner .more-tags .lists-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 0;
}
.about-banner .more-tags .lists-tags .itms-tag {
    width: 49%;
    font-size: 19px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #bbe4f1;
    text-align: center;
    padding: 5px 10px;
    min-height: 48px;
}
.about-banner .more-tags .lists-tags .itms-tag.active {
    background: #21bdd8;
    color: #fff;
}



.techno-expert{
    position: relative;
    background: url(assets/images/expertise-banner.png);
    background-size: cover;
    padding: 50px 0;
}
.techno-expert::before{
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #0a353ecc;
    z-index: 0;
}

.techno-expert .tp-head{
    text-align: center;
    position: relative;    
	color: white;
}
.techno-expert .tp-head h2 {
	color: white!important;
}

.techno-expert .tp-head h3{
    font-size: 30px;
    color: #fff;
    background: #21bcd7;
    display: inline-block;
    padding: 10px 80px;
    border-radius: 30px;
    position: relative;
    z-index: 9;
}

.techno-expert h3 {
	font-size: 24px;
    line-height: 1.4;
    color: #4fcee0;
}


.techno-expert p span{
    color: #4fcee0;
}
.techno-expert ul li::marker{
    color: #21bdd8;
}
.techno-expert ul li, .techno-expert p{
    color: #fff;
}
.techno-expert p{
    color: #fff;
    margin-top: 10px;
}
.cont-ms ul{
    margin-bottom: 1rem;
}
.cont-ms .tag{
    font-size: 20px;
    color: #000;
    border-radius: 8px;
    background-color: #21bdd8;
    padding: 5px 20px;
    display: inline-block;
    margin: 15px 0;
    min-width: 350px;
}
.cont-ms h4{
    font-size: 24px;
    line-height: 1.4;
    color: #4fcee0;
}

.training-banner .banner-slider-img{
    height: 350px;
    object-fit: cover;
}

#list-container{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 25px;
}
.accordion {
    list-style: none;
    padding: 0;
    /* display: flex; */
    width: 49%;
  }
  
  .accordion .inner {
    padding: 1em;
    overflow: hidden;
    display: none;
    background: var(--primary-color);
    margin-top: 10px;
    box-shadow: 2px 2px 7px #4a4a4a;
  }
  
  .accordion .inner ul li{
    color: #ffffff;
  }
  .accordion .inner p{
    color: #ffffff;
  }

  .accordion .inner p span{
    color: #3bc8de;
  }
  .accordion >li {
    margin: 15px 0;
    width: 100%;
  }
  
  .accordion >li a.toggle::before{
    border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: inline-block;
    position: absolute;
    height: 8px;
    right: 10px;
    top: 12px;
    transition: 0.35s ease-in-out;
    vertical-align: top;
    width: 8px;
    transform: rotate(45deg);
    transition: 0.25s ease-in-out;
    cursor: pointer;
    border-color: #fff;
  }
  .accordion >li a.toggle {
    width: 100%;
    border-radius: 8px;
    display: block;
    background: rgba(0, 0, 0, 0.78);
    color: #fefefe;
    padding: 0.75em;
    transition: background 0.3s ease;
    text-decoration: none;
    background: #21bcd7;
    text-align: center;
    padding: 5px 10px;
    position: relative;
  }
  
  .accordion >li a.toggle.expanded::before{
    transform: rotate(135deg);
  }
  .accordion >li a.toggle:hover {
    background: var(--primary-color);
  }
  

  .video-frame-logo{
    background: var(--primary-color);
    padding: 50px 0 30px 0;
    text-align: center;
    margin-bottom: 25px;
  }

  .logo-frame{
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
  }

  .logo-frame h3{
    font-size: 40px;
    color: #ffffff;
    margin:30px 0 10px 0;
  }

  .main-team-cont{
    padding: 60px 0 70px 0;
  }

  .main-team-cont .main-cont-card{
    background: url(assets/images/team-bg.jpg) no-repeat;
    background-size: cover;
    padding: 40px 30px;
  }

  .main-team-cont .main-cont-card .team-list{
    gap: 5%;
    row-gap: 40px;
  }


.testimonial-itm .client-img {
    margin-bottom: 20px;
    text-align: center;
}
.testimonial-itm .client-img img {
    max-width: 100%;
    margin: 0 auto;
}
.testimonial-itm .des {
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.testimonial-itm .des p {
    font-size: 20px;
    line-height: 1.4;
    color: #595b61;
    text-align: justify;
}

.testimonial-itm .client-abt {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testimonial-itm .ratings .fa {
    color: #00718f;
}
.testimonial-itm .client-abt .name-details p{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0;
}
.testimonial-itm .client-abt .name-details {
    width: calc(100% - 90px);
    text-align: right;
}
.testimonial-itm .client-abt .name-details h4 {
    font-size: 18px;
    color: #00718f;
}
.testimonial-itm .client-abt .name-details h6 {
    font-size: 15px;
    color: #595b61;
    margin: 0;
}
.testimonial-itm .client-abt .name-details a {
    font-size: 15px;
    color: #00718f;
    text-decoration: none;
    border: 0;
}

.testimonial-list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 3%;
    row-gap: 30px;
} 

.testimonial-itm{
    width: 48%;
    box-shadow: 0 0 5px #dcdcdc;
    padding: 25px;
}

.main-contact .contact-des h2, 
.main-contact .contact-des p {
	color: white!important;
	margin-bottom: 1em;
}

.menu-btn{
    display: none;
}

.bar1, .bar2, .bar3{
    width: 22px;
    transition: all .2s;
    display: block;
    height: 2px;
    background: var(--primary-color);
    margin-top: 4px;
}

.open .bar1{
    transform: rotate(45deg);
    transform-origin: 10% 10%;
}
.open .bar2{
    opacity: 0;
}
.open .bar3{
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
}

.contact-banner .banner-slider-img {
    height: auto !important;
}
.main-contact {
    background: var(--primary-color);
    padding: 50px 0;
}
.contact-des {
    padding-left: 30px;
}
.contact-des h3 {
    font-size: 51px;
    color: #fff;
}
.contact-des h4 {
    font-size: 32px;
    color: #fff;
    margin: 35px 0;
}
.contact-des .itm-sm {
    color: #fff;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
}
.contact-des .itm-sm .ic-img {
    margin-right: 10px;
}
.contact-des .itm-sm a {
    text-decoration: none;
    color: #fff;
}
.get-touch {
    padding: 50px 0;
}
.inner-form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 2%;
}
.inner-form .form-group {
    width: 49%;
}
.inner-form .form-group .field {
    width: 100%;
    padding: 20px 20px;
    background: #e9ebeb;
    outline: none;
    box-shadow: none;
    border: 1px solid #c6c7c9;
    font-size: 16px;
}
.inner-form .form-group.width-full {
    width: 100%;
}
.inner-form .form-group p {
    font-size: 18px;
}
.inner-form .form-group-submit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.inner-form .form-group-submit .btn-submit {
    font-size: 15px;
    color: #fff;
    padding: 10px 20px;
    display: block;
    background: #00708b;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: 0;
}
.wpcf7-list-item {margin-left:0px !important;}
.wpcf7-list-item input[type=checkbox] {width:20px; height:20px;}
/*.inner-form .group-checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
.inner-form .group-checkbox label {
    position: relative;
    cursor: pointer;
	display:flex:
	align-items:flex-start;
}
.inner-form .group-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: #e9ebeb;
    border: 1px solid #c6c7c9;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}
.inner-form .group-checkbox input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}*/

/***********************/
.about-banner .more-tags .lists-tags .itms-tag a {color:#00718f; text-decoration:none;}
.about-banner .more-tags .lists-tags .itms-tag a:hover {color:#fff; text-decoration:none;}
.team_details h3.ttl-mm {font-size:52px;}



.tablesorter.dtle-data-table{
	width:100%;
}
.tablesorter.dtle-data-table thead{
	position:relative;
}

.tablesorter.dtle-data-table thead:has(.opened)::before{
	transform: rotate(-45deg) translate(0,-50%);
}
.tablesorter.dtle-data-table thead:before{
	border-style: solid;
    border-width: 2px 2px 0 0;
    content: " ";
    display: block;
    position: absolute;
    height: 8px;
    right: 22px;
    top: 50%;
    transition: .35s ease-in-out;
    vertical-align: top;
    width: 8px;
    transform: rotate(135deg) translate(0,-60%);
    transition: .25s ease-in-out;
    cursor: pointer;
    pointer-events:none;
    border-color: #ffffff;
}

.dtle-dt-th-align-center .dtle-data-table thead tr th.semi_th2{
	width:530px;
}

.dtle-dt-th-align-center .dtle-data-table thead tr th.year_th2{
	width:350px;
}

.dtle-dt-th-align-center .dtle-data-table thead tr th.year_th3{
	width:350px;
}
.bottom_content h4 {font-size: 30px;
    color: #00718f;
    text-align: left;
    margin-bottom: 10px;}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {display:inline-block; background:#ffe7a6;font-size: 16px;}
.wpcf7 form.sent .wpcf7-response-output {display:inline-block; background:#d3ffd7;font-size: 16px;}

.elementor-tab-title {border-radius:10px;transition: background .3s ease;}
.elementor-tab-title a.elementor-toggle-title {text-align: center;display: block;}
.elementor-tab-title.elementor-active .elementor-toggle-icon i:before,.elementor-tab-title.elementor-active .elementor-toggle-icon i:before {font-style: normal;}
ul li ul li {list-style: circle;}
.top-menus ul li ul li {list-style: none !important;}
.abt-flex h2,
.abt-flex h4 {font-size: 30px;
    color: #00718f;margin-bottom:10px;}
.tag-dn span a {color:#fff !important;}
.testimonial.team_details .ttl-mm::after {display:none;}
.testimonial.team_details h3.ttl-mm  {padding-top:0px;}
.techno ul.accordion {width:100%;}
.inner ul li {list-style:disc !important;}
#list-container2 .accordion {width:100% !important;}


.footer-botom {
    padding: 10px 0;
    background: #0a353ef2;
}
.footer-botom .copyright p{
    font-size: 14px;
    padding: 0;
    margin: 0;
    color: #ffffff;
}
.footer-links{
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    gap: 10px;
}

.footer-links >li{
    line-height: initial;
}
.footer-links >li a,.copyright p a{
    font-size: 14px;
    color: #3bc8de;
    text-decoration: none;
}

.top-header{
    background: #fff;
    transition: top 0.3s;
}
.top-header.fixed{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 0 3px #ccc;
    animation: slideDown 0.5s ease-out;
} 

.error404 .wrapper main {
	max-width: 100%;
	padding: 0;
}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }

  .top-header.fixed .logo img{
    width: 180px;
  }

.about-banner{
	overflow:hidden;
}
@media (min-width: 1441px) {
	.our-advantages .last-footer {
		justify-content: space-between;	
	}
}	

@media (max-width: 767px) {
	.training-banner .caption-cont h1, 
	.training-banner .caption-cont h2 {
		font-size: 30px;
	}
}

/* Sitemap */
.elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container, 
.sitemap_nav .elementor-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active)+.elementor-nav-menu__container {
    max-height: initial!important;
    transform: initial!important;
}

.sitemap_nav .elementor-menu-toggle {
    display: none!important;
}

.sitemap_nav ul.elementor-nav-menu,
.sitemap_nav ul.elementor-nav-menu ul{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.sitemap_nav ul.elementor-nav-menu ul {
    margin-left:20px;
}

.sitemap_nav ul.elementor-nav-menu ul ul {
    margin-left:30px;
}

.sitemap_nav ul.elementor-nav-menu li {
    line-height: 1;
    list-style-type: disc!important;
}

.sitemap_nav ul.elementor-nav-menu li:before {
    content:"○";
    display: inline-block;
    font-family: Font Awesome;
    line-height: 1;
    font-size: 16px!important;
    transform: translateY(19px);
}

.sitemap_nav ul.elementor-nav-menu li,
.sitemap_nav ul.elementor-nav-menu li a {
    font-size: 16px!important;
    font-weight: normal!important;
    font-family: Ubuntu, sans-serif!important;
    color: #54595F!important;
    padding-top: 0;
    padding-bottom: 0;
}

.sitemap_nav ul li:hover,
.sitemap_nav ul li:focus,
.sitemap_nav ul.elementor-nav-menu li:hover > a,
.sitemap_nav ul.elementor-nav-menu li:focus > a,
.sitemap_nav ul.elementor-nav-menu li > a:hover,
.sitemap_nav ul.elementor-nav-menu li > a:focus,
.sitemap_nav ul.elementor-nav-menu li > a.elementor-sub-item:focus,
.sitemap_nav ul.elementor-nav-menu li > a.elementor-sub-item:hover {
    text-decoration: none!important;
    background-color: transparent!important;
    color: #00718f!important;
    padding-top: 0;
    padding-bottom: 0;
}

.sitemap_nav ul.elementor-nav-menu li a:after{
    display: none;
}

.sitemap_nav ul ul {
    position: relative!important;
    display: flex!important;
}


.seminar-page-wrapper {
    width: 100%;
}

/* Fallback banner styling */
.main-banner.no-image {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    padding: 60px 0;
    color: white;
}

.main-banner.no-image .breadcrumb-wrapper {
    margin-top: 15px;
}

.main-banner.no-image #breadcrumbs {
    color: rgba(255, 255, 255, 0.9);
}

.main-banner.no-image #breadcrumbs a {
    color: white;
    text-decoration: none;
}

.main-banner.no-image #breadcrumbs a:hover {
    text-decoration: underline;
}

.elementor-editable-region {
    width: 100%;
    margin-bottom: 40px;
}

/* Remove default Elementor margins if needed */
.elementor-editable-region .elementor-section {
    margin-bottom: 0;
}

:root {
    --primary-color: #00708b;
    --primary-hover: #005a70;
    --primary-light: #e0f4f7;
}

.seminar-list-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px 40px 20px;
}

.seminar-filter {
    margin-bottom: 30px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    text-align: left;
}

.year-tabs {
    display: inline-flex;
    gap: 7px;
    flex-wrap: wrap;
    justify-content: center;    
}

.year-tab {
    padding: 11px 20px;
    background: white;
    color: #555;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    cursor: pointer;
}

.year-tab:hover {
    background: var(--primary-light);
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
	text-decoration: none;
}

.year-tab.active {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    box-shadow: 0 4px 8px rgba(0, 112, 139, 0.3);
}

.year-tab.active:hover {
	color: white;
}	

.seminar-count {
    text-align: left;
    margin-bottom: 20px;
    color: #666;
    font-size: 14px;
}

.seminar-table-wrapper {
    overflow-x: auto;
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.seminar-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.seminar-table tbody {
    display: table-row-group !important;
}

.seminar-table thead {
    background: #0073aa;
    color: white;
    display: table-header-group !important;
}

.seminar-table thead th {
    padding: 18px 20px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    border-bottom: 3px solid #005a87;
}

.seminar-table tbody tr {
    border-bottom: 1px solid #e0e0e0;
    transition: background-color 0.2s;
}

.seminar-table tbody tr:hover {
    background-color: #f8f9fa;
}

.seminar-table tbody tr:last-child {
    border-bottom: none;
}

.seminar-table td {
    padding: 20px;
    vertical-align: top;
}

.seminar-table td,
.seminar-table td p {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4;
}

.seminar-table td p {
	margin-top: 0;
}
/* Column Widths */
.col-date {
    width: 100px;
    white-space: nowrap;
}

.col-title {
    width: 45%;
}

.col-presented {
    width: 25%;
}

.col-category {
    width: 140px;
}

/* Date Display */

/* Title Column */
.title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.seminar-title {
    margin: 0; 
	font-size: 16px;
	font-weight: 300;
}

.seminar-title a {
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
}

.seminar-title a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

.seminar-excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 5px;
}

/* Presented To Column */
.presented-to-content {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
}

.presented-to-content p {
    margin: 0;
}

.presented-to-content ul,
.presented-to-content ol {
    margin: 8px 0;
    padding-left: 20px;
}

.presented-to-content li {
    margin-bottom: 4px;
}

.presented-to-content a {
    color: var(--primary-color);
    text-decoration: none;
    transition: color 0.3s;
}

.presented-to-content a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

.no-data {
    color: #999;
    font-style: italic;
}

/* Category Badge */
.category-seminar {
    background: #e3f2fd;
    color: #1976d2;
}

.category-workshop {
    background: #f3e5f5;
    color: #7b1fa2;
}

.category-presentation {
    background: #e8f5e9;
    color: #388e3c;
}

.category-webinar {
    background: #fff3e0;
    color: #f57c00;
}

.category-conference {
    background: #fce4ec;
    color: #c2185b;
}

/* Pagination Styles */
.seminar-pagination {
    margin-top: 40px;
    text-align: left;
}

.seminar-pagination ul {
    display: inline-flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
}

.seminar-pagination li {
    margin: 0;
}

.seminar-pagination a,
.seminar-pagination span {
    display: block;
    padding: 10px 16px;
    background: white;
    color: #555;
    text-decoration: none;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    min-width: 44px;
    text-align: center;
}

.seminar-pagination a:hover {
    background: var(--primary-light);
    color: var(--primary-color);
    border-color: var(--primary-color);
    transform: translateY(-2px);
}

.seminar-pagination .current {
    background: var(--primary-color);
    color: white;
    border-color: var(--primary-color);
    cursor: default;
}

.seminar-pagination .dots {
    border: none;
    background: transparent;
    color: #999;
    cursor: default;
}

.seminar-pagination .dots:hover {
    transform: none;
    background: transparent;
    border: none;
}

.seminar-pagination .disabled {
    background: #f5f5f5;
    color: #ccc;
    cursor: not-allowed;
    border-color: #e0e0e0;
}

.seminar-pagination .disabled:hover {
    transform: none;
    background: #f5f5f5;
    border-color: #e0e0e0;
}

/* No Seminars Message */
.no-seminars {
    text-align: center;
    padding: 60px 20px;
}

.no-seminars p {
    color: #666;
    font-size: 18px;
    margin-bottom: 20px;
}

.no-seminars .button {
    display: inline-block;
    padding: 12px 24px;
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.no-seminars .button:hover {
    background: var(--primary-hover);
}

/* Form */

.form-service-enquiry .field {
     border:1px solid #aaa;
     border-radius: 3px;
     font-size: 18px;
     font-weight: 300;
     padding: 15px;
     max-width: 100%;
     margin-bottom: 5px
}

.form-service-enquiry .form-group,
.form-service-enquiry .wpcf7-not-valid-tip {
     font-size: 18px;
     color: #dc3232;
}
.form-service-enquiry p > Label {
     display: none;
}
.form-service-enquiry .wpcf7-list-item .wpcf7-list-item-label {
     font-size: 18px;
     font-weight: 300;
     color: #595b61;
     display: inline-block;
     padding-left: 30px;
     transform: translateY(-30px);
}
.form-service-enquiry .wpcf7-list-item input {
     border:1px solid #ccc;
}

.form-service-enquiry .btn-submit {
     font-family Ubuntu, sans-serif;
     background:#00718f;
     color: white;
     font-size: 20px;
     padding: 10px 35px;
     border: 1px solid #00718f;
     border-radius: 3px;
     transition: all ease-in-out 0.3s;
     cursor: pointer;
}

.form-service-enquiry .btn-submit:hover, .form-service-enquiry .btn-submit:focus{
     background: #595b61;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .col-date {
        width: 90px;
    }
    
    .col-title,
    .col-presented {
        width: auto;
    }
}

@media (max-width: 768px) {
    .seminar-list-container h1 {
        font-size: 2em;
    }
    
    .seminar-filter {
        padding: 0px;
    }
    
    .seminar-filter label {
        display: block;
        margin-bottom: 10px;
    }
    
    /* Stack table for mobile */
    .seminar-table-wrapper {
        border-radius: 0;
    }
    
    .seminar-table,
    .seminar-table thead,
    .seminar-table tbody,
    .seminar-table tr,
    .seminar-table td,
    .seminar-table th {
        display: block;
        width: 100%;
    }
    
    .seminar-table thead {
        display: none!important;
    }
    
    .seminar-table tbody tr {
        margin-bottom: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        overflow: hidden;
    }
    
    .seminar-table td {
        position: relative;
        padding: 15px;
        padding-left: 45%;
        text-align: left;
        border-bottom: 1px solid #f0f0f0;
    }
    
    .seminar-table td:last-child {
        border-bottom: none;
    }
    
    .seminar-table td::before {
        position: absolute;
        left: 15px;
        top: 15px;
        font-weight: 600;
        color: #333;
        font-size: 13px;
        text-transform: uppercase;
    }
    
    .col-date::before {
        content: "Date";
    }
    
    .col-title::before {
        content: "Title";
    }
    
    .col-presented::before {
        content: "Presented To";
    }
    
    .col-category::before {
        content: "Category";
    }
    
    .col-date,
    .col-title,
    .col-presented,
    .col-category {
        width: 100%;
    }
}

.search-result-wrapper {
	margin-bottom: 30px;
}
.search-result-wrapper article {
	padding: 30px 0;
	border-bottom: 1px solid #efefef;
}

.search-result-wrapper .entry-header,
.search-result-wrapper .entry-title,
.search-result-wrapper .post-thumbnail {
	display: flex;
	align-items: flex-start;
}

.search-result-wrapper .entry-header {
	flex-direction: row;
}

.search-result-wrapper .entry-title {
	
}

.search-result-wrapper .entry-content,
.search-result-wrapper .entry-content p{
	font-size: 16px;
	font-weight: 300;
}	

.search-result-wrapper .entry-title a:hover,
.search-result-wrapper .entry-content a:hover {
	color: #595b61;
}

.search-result-wrapper .pagination {
	margin: 30px 0;
}

.top-header-bar .tp-flex {
	display: flex;
	justify-content: space-between;
}

.top-header-bar .tp-flex .textwidget {
	justify-content: flex-start;
}

.top-header-bar .tp-flex form {
	margin-left: auto;
}

.top-header-bar .tp-flex form label {
	display: none;
}

.top-header-bar .search-form {
	display: flex;
}
.top-header-bar .search-field {
	width: 100%;
    padding: 5px 15px;
    background: #e9ebeb;
    outline: none;
    box-shadow: none;
    border: 1px solid #00708b;
    font-size: 15px;
	border-radius: 3px;
}

.top-header-bar .search-submit {
	font-size: 15px;
    padding: 3px 20px;
    display: block;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    border: 0;
	margin-left: 10px;
	line-height: 1.4;
	border-radius: 3px;
	border: 1px solid white;
	background: #00708b;
	color: white;
	transition: all ease-in-out 0.3s;
}

.top-header-bar .search-submit:hover {
	border: 1px solid #787878;
	background: #787878;
}

.text-a-left .elementor-toggle .elementor-tab-title .elementor-toggle-title {
	text-align: left;
}

@media only screen and (max-width: 767px) {
    .top-header-bar .tp-flex{
        justify-content:center;
    }
	
	.top-header-bar .search-form {
		margin: 20px auto 10px;
	}
	
	 .logo img {
        width: 190px;
    }
	
	.main-banner .bannerSlider > div .caption-cont h1, 
	.main-banner .bannerSlider > div .caption-cont h2 {
		font-size: 32px;
	}
}

.cf7-int-ref {
    position: absolute !important;
    left: -9999px !important;
	height: 0!important; width: 0!important;
}

