<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">


ol.organizational-chart,
ol.organizational-chart ol,
ol.organizational-chart li,
ol.organizational-chart li &gt; div {
    position: relative;
}

ol.organizational-chart,
ol.organizational-chart ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol.organizational-chart {
    text-align: center;
}

ol.organizational-chart ol {
    padding-top: 1em;
}

ol.organizational-chart ol:before,
ol.organizational-chart ol:after,
ol.organizational-chart li:before,
ol.organizational-chart li:after,
ol.organizational-chart &gt; li &gt; div:before,
ol.organizational-chart &gt; li &gt; div:after {
    background-color: #1169b1;
    content: '';
    position: absolute;
}

ol.organizational-chart ol &gt; li {
    padding: 1em 0 0 1em;
}

ol.organizational-chart &gt; li ol:before {
    height: 1em;
    left: 50%;
    top: 0;
    width: 3px;
}

ol.organizational-chart &gt; li ol:after {
    height: 3px;
    left: 3px;
    top: 1em;
    width: 50%;
}

ol.organizational-chart &gt; li ol &gt; li:not(:last-of-type):before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart &gt; li ol &gt; li:not(:last-of-type):after {
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart &gt; li ol &gt; li:last-of-type:before {
    height: 3px;
    left: 0;
    top: 2em;
    width: 1em;
}

ol.organizational-chart &gt; li ol &gt; li:last-of-type:after {
    height: 2em;
    left: 0;
    top: 0;
    width: 3px;
}

ol.organizational-chart li &gt; div {
    background-color: #fff;
    border-radius: 3px;
    min-height: 2em;
    padding: 0.5em;
}

/*** PRIMARY ***/
ol.organizational-chart &gt; li &gt; div {
    /*background-color: #a2ed56;*/

    margin-right: 1em;
}

ol.organizational-chart &gt; li &gt; div:before {
    bottom: 2em;
    height: 3px;
    right: -1em;
    width: 1em;
}

ol.organizational-chart &gt; li &gt; div:first-of-type:after {
    bottom: 0;
    height: 2em;
    right: -1em;
    width: 3px;
}

ol.organizational-chart &gt; li &gt; div + div {
    margin-top: 1em;
}

ol.organizational-chart &gt; li &gt; div + div:after {
    height: calc(100% + 1em);
    right: -1em;
    top: -1em;
    width: 3px;
}

/*** SECONDARY ***/
ol.organizational-chart &gt; li &gt; ol:before {
    left: inherit;
    right: 0;
}

ol.organizational-chart &gt; li &gt; ol:after {
    left: 0;
    width: 100%;
}

ol.organizational-chart &gt; li &gt; ol &gt; li &gt; div {
    background-color: #fff;
	border:1px solid #ddd;
}


/*** MEDIA QUERIES ***/
@media only screen and ( min-width: 64em ) {

    ol.organizational-chart {
        margin-left: -1em;
        margin-right: -1em;
    }

    /* PRIMARY */
    ol.organizational-chart &gt; li &gt; div {
        display: inline-block;
        float: none;
        margin: 0 1em 1em 1em;
        vertical-align: bottom;
    }

    ol.organizational-chart &gt; li &gt; div:only-of-type {
        margin-bottom: 0;
        width: calc((100% / 1) - 2em - 4px);
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(2),
    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(2) ~ div {
        width: calc((100% / 2) - 2em - 4px);
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(3),
    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(3) ~ div {
        width: calc((100% / 3) - 2em - 4px);
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(4),
    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(4) ~ div {
        width: calc((100% / 4) - 2em - 4px);
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(5),
    ol.organizational-chart &gt; li &gt; div:first-of-type:nth-last-of-type(5) ~ div {
        width: calc((100% / 5) - 2em - 4px);
    }

    ol.organizational-chart &gt; li &gt; div:before,
    ol.organizational-chart &gt; li &gt; div:after {
        bottom: -1em!important;
        top: inherit!important;
    }

    ol.organizational-chart &gt; li &gt; div:before {
        height: 3em!important;
        left: 50%!important;
        width: 5px!important;
		background:#1169b1;
    }

    ol.organizational-chart &gt; li &gt; div:only-of-type:after {
        display: none;
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:not(:only-of-type):after,
    ol.organizational-chart &gt; li &gt; div:last-of-type:not(:only-of-type):after {
        bottom: -1em;
        height: 3px;
        width: calc(50% + 1em + 3px);
    }

    ol.organizational-chart &gt; li &gt; div:first-of-type:not(:only-of-type):after {
        left: calc(50% + 3px);
    }

    ol.organizational-chart &gt; li &gt; div:last-of-type:not(:only-of-type):after {
        left: calc(-1em - 3px);
    }

    ol.organizational-chart &gt; li &gt; div + div:not(:last-of-type):after {
        height: 3px;
        left: -2em;
        width: calc(100% + 4em);
    }

    /* SECONDARY */
    ol.organizational-chart &gt; li &gt; ol {
        display: flex;
        flex-wrap: nowrap;
    }

    ol.organizational-chart &gt; li &gt; ol:before,
    ol.organizational-chart &gt; li &gt; ol &gt; li:before {
        height: 1em!important;
        left: 50%!important;
        top: 0!important;
        width: 3px!important;
    }

    ol.organizational-chart &gt; li &gt; ol:after {
        display: none;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li {
        flex-grow: 1;
        padding-left: 1em;
        padding-right: 1em;
        padding-top: 1em;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type {
        padding-top: 0;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type:before,
    ol.organizational-chart &gt; li &gt; ol &gt; li:only-of-type:after {
        display: none;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li:first-of-type:not(:only-of-type):after,
    ol.organizational-chart &gt; li &gt; ol &gt; li:last-of-type:not(:only-of-type):after {
        height: 3px;
        top: 0;
        width: 50%;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li:first-of-type:not(:only-of-type):after {
        left: 50%;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li:last-of-type:not(:only-of-type):after {
        left: 0;
    }

    ol.organizational-chart &gt; li &gt; ol &gt; li + li:not(:last-of-type):after {
        height: 3px;
        left: 0;
        top: 0;
        width: 100%;
    }

}

/*********************************/
.our-team{
    text-align: center;
    overflow: hidden;
    position: relative;
}
.our-team img{
    width: 100%;
    height: auto;
	border-radius:10px;
}
.our-team .team-content{
    width: 100%;
    background: #1169b1;
    color: #fff;
    padding: 0px 0 0px 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.our-team:hover .team-content{
    padding-bottom: 0px;
}
.our-team .team-content:before,
.our-team .team-content:after{
    content: "";
    width: 60%;
    height: 38px;
    background: #1169b1;
    position: absolute;
    top: -18px;
    transform: rotate(15deg);
    z-index: -1;
}
.our-team .team-content:before{
    left: -3%;
}
.our-team .team-content:after{
    right: -3%;
    transform: rotate(-15deg);
}
.our-team .title{
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 7px 0;
    position: relative;
}
.our-team .title:before,
.our-team .title:after{
    content: "";
    width: 7px;
    height: 93px;
    background: #ff5543;
    position: absolute;
    top: -60px;
    z-index: -2;
    transform: rotate(-74deg);
}
.our-team .title:before{
    left: 32%;
}
.our-team .title:after{
    right: 32%;
    transform: rotate(74deg);
}
.our-team .post{
    display: block;
    font-size: 13px;
    text-transform: capitalize;
    margin-bottom: 8px;
}
.our-team .social-links{
    list-style: none;
    padding: 0 0 15px 0;
    margin: 0;
    position: absolute;
    bottom: -40px;
    right: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social-links{
    bottom: 0;
}
.our-team .social-links li{
    display: inline-block;
}
.our-team .social-links li a{
    display: block;
    font-size: 16px;
    color: #aad6e1;
    margin-right: 6px;
    transition: all 0.5s ease 0s;
}
.our-team .social-links li:last-child a{
    margin-right: 0;
}
.our-team .social-links li a:hover{
    color: #ff5543;
}
@media only screen and (max-width: 990px){
	.our-team .title:before,
.our-team .title:after{display:none;}
    .our-team{ margin-bottom: 30px; }
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 50px;
        top: -24px;
    }
    .our-team .title:before,
    .our-team .title:after{
        top: -85px;
        height: 102px;
    }
    .our-team .title:before{
        left: 35%;
    }
    .our-team .title:after{
        right: 35%;
    }
}
@media only screen and (max-width: 767px){
    .our-team .team-content:before,
    .our-team .team-content:after{
        height: 75px;
    }
    .our-team .team-content:before{
        transform: rotate(8deg);
    }
    .our-team .team-content:after{
        transform: rotate(-8deg);
    }
    .our-team .title:before,
    .our-team .title:after{
        width: 10px;
        top: -78px;
        height: 102px;
    }
    .our-team .title:before{
        left: 42.5%;
        transform: rotate(-82deg);
    }
    .our-team .title:after{
        right: 42.5%;
        transform: rotate(82deg);
    }
}
@media only screen and (max-width: 480px){
    .our-team .title:before,
    .our-team .title:after{
        top: -83px;
    }
}

/*********************************************************/
/*.management_team_wrap{  width: 100%;
    height: 5px;
    margin: 50px 0;
    text-align: center;
    font-size: 28px;
    position: relative;
    background-color: #57585C;}
.management_team_row{display:flex; justify-content:center;}
.management_team_row:before{ content: '';
    width: 100%;
    position: absolute;
    left: 0;
    }*/
.management_team_wrap{width:78%; height:80px; background:#fff; border-top-left-radius:30px; 
border-top-right-radius:30px; border-top:6px solid #2064a2; border-left:6px solid #2064a2;
border-right:6px solid #2064a2;margin:0 auto;
}
.management_team_wrap_center{width:26%; height:160px; background:#fff;
 border-top:6px solid #2064a2; border-left:6px solid #2064a2;
border-right:6px solid #2064a2;margin:0 auto;
position:relative; top:-80px;
}
.management_team_row{position:relative;top:-85px;}
.management_our_team{display:flex; justify-content:center;}
.management_our_team img{width:100px; z-index:3;}
.management_team_content{margin:0 auto;border:1px solid #2064a233; width:165px; text-align:center;
position: relative;
top: -24px;
background: #ddd3;
z-index: 2;
 }
.management_team_info{margin-top:30px;z-index:1;} 
 .management_team_info h3.title{font-size:13px;font-weight:600; margin-bottom:0px;color:#002060; font-family:arial;}
 .management_team_info .post{font-size:11px;}
 .img_bg_height{height:60px;}
 .position-top-140{top:-140px;}
 .position-top-60{top:-60px;}
 .position-top-36{top: -36px;}
 .position-top-90 {top: -90px;}
 .mb-100{margin-bottom:100px;}
 
 
 
 @media (max-width:768px){
	 .management_our_team img {width: 50px;}
	 .management_team_content{width:80px;}
	 .management_team_info h3.title{font-size:10px;}
	 .management_team_info span.post {font-size: 9px;}
	 .management_team_wrap {height: 48px;}
	 .management_team_wrap_center{top: -48px;height:100px;}
	 .position-top-140{top:-83px;}
	 .position-top-60{top:-32px;}
	 .position-top-90 {top: -36px;}
	  .mb-100{margin-bottom:50px;}
 }
 @media (max-width:991px){
	  .img_bg_height{height:100px;}
 }
 

</pre></body></html>