body {
    font-family: "Noto Sans", sans-serif;
    color: #000000 !Important;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
}




#colorpick ul {
    display: inline-flex;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}



#colorpick  .style-default {
    background: #fff;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    text-align: center;
    font-weight: 700;
   line-height: 1;
    margin-right: 5px;
    padding: 2px;
	display: block;
	 color: #000;
}

#colorpick .style-black {
    background: #000;
   border-radius: 50px;
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    text-align: center;
    font-weight: 700;
    line-height: 1;
    margin-right: 5px;
    padding: 2px;
	display: block;
	 color: #fff;
}

#colorpick .style-gray {
    background: #545454;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    border: 1px solid #545454;
    text-align: center;
    font-weight: 700;
   line-height: 1;
    margin-right: 5px;
    padding: 2px;
	display: block;
    color: #fff;
}
 





.top-logo {
    text-align: center;
	margin-top: 2px;
    margin-bottom: 2px;
}

.mainlogo {
    /* width: 380px; */
    text-align: center;
    padding-top: 10px;
}


.services a {
    color: #0f0f0f;
}

.tender a {
    color: #0f0f0f;
}

.ptb {
    padding: 30px 0;
    overflow: hidden;
}

.diector-services {
    width: 100%;
    position: relative;
    background: url("../img/services-bg.png") top center;
    background-size: cover;
    position: relative;
}

.notice-box-inner h2 {
    background: #1666a5;
     background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    color: #fff;
    font-size: 18px;
     padding: 10px 10px 10px 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.news-ticker a {color:#000;}



/*
.main-banner .col-lg-8 {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

*/


.main-banner .col-lg-8 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}




.notice-right {
    background: #daefff;
    padding: 15px 40px 15px 15px;
}

.notice-box {border-radius: 6px;}

.notice-box-inner {
    padding-left: 15px;
}

 #block-custom-theme-languageswitcher .links {
    padding-left: 0;
}

.member {
    /* margin-right: 25px; */
}

.director-desk .director-block {
    display: flex;
    /* border: 1px solid #cecece; */
    padding: 17px 14px 20px 20px;
    /* justify-content: space-around; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #e9f5fe;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

.director-desk h2 {
     background: #1666a5; 
    color: #fff;
    padding: 10px;
    padding-left: 22px;
    font-size: 1.125em;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
}

.services ul {
    /* border: 1px solid #ebf6fa; */
    padding: 4px 4px 13px 35px;
    /* justify-content: space-around; */
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    list-style: none;
}

.services h2 {
     background: #1666a5; 
    color: #fff;
    padding: 10px;
    padding-left: 22px;
    font-size: 1.125em;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
}

.services ul li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #cecece;
    text-align: left;
    margin-left: 3px;
    padding-top: 10px;
    margin-right: 16px;
    padding-bottom: 5px;
}

.services ul li:before {
    content: "\F0D8";
    font-family: remixicon !important;
    position: absolute;
    left: -18px;
    color: #16A59C;
    font-size: 12px;
    line-height: 2;
    font-weight: 600;
}
/*
.director-desk .btn-learn-more {
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 25px;
    transition: 0.3s;
    line-height: 1;
    color: #1666a5;
    animation-delay: 0.8s;
    margin-top: 6px;
    border: 2px solid #1666a5;
}

.director-desk .btn-learn-more:hover {
    background: #1666a5;
    color: #fff;
    text-decoration: none;
}
*/
.services {
    background: #fff;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
  border-radius: 10px;
  margin-bottom: 20px;
}

.services ul li:last-child {
    border-bottom: 0px dotted #a09f9f;
}

#hero {
    width: 100%;
    position: relative;
    background: url("../img/bg-gallery1.png") top center;
    background-size: cover;
    position: relative;
}

#hero:before {
    content: "";
    background: rgb(218 233 245 / 28%);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}


.date {
    color: #166ba4;
    font-weight: 600;
}


.icon-boxes-2 {
    margin-top: 30px;
}

#tender-section {
    padding: 30px 0;
    background: url(../img/tender-bg.png) top center;
    background-size: cover;
    position: relative;
}

.tender strong {
    font-weight: 600;
}

.tender {
    text-align: justify;
    transition: all ease-in-out 0.3s;
    background: #ffffff;
    box-shadow: -4.104px 11.276px 38px 0px rgb(45 42 61 / 10%);
    border-radius: 10px;
}

.tender h2 {
     background: #1666a5; 
    color: #fff;
    padding: 10px;
    padding-left: 22px;
    font-size: 1.125em;
    font-weight: 600;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 0px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
}

.read-more {
    display: flex;
    justify-content: flex-end;
}

.read-more a {
    background: #1666a5;
    color: #fff;
    text-decoration: underline;
    padding: 4px 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 3px 4px, rgba(45, 35, 66, .3) 0 6px 9px -5px, #3c4fe0 0 -3px 0 inset;
    z-index:2;
}


.tender ul {
    list-style: none;
}

.tender ul li {
    padding-left: 0px;
    position: relative;
    border-bottom: 1px dotted #cecece;
    text-align: left;
    margin-left: 8px;
    padding-top: 12px;
    margin-right: 16px;
    padding-bottom: 12px;
}

.tender ul li:before {
    content: "\ed0f";
    font-family: remixicon !important;
    position: absolute;
    left: -24px;
    color: #16a59c;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
}

.tender ul li:last-child {
    border-bottom: 0px dotted #a09f9f;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.visitor-box {
    display: flex;
}

#footer {
    background-image: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    width: 100%;
}

.footer-bottom {
    background: #1666a5;
    padding-top: 13px;
}

.h1classeng {
    font-size: 18px;
    color: #1666a5;
}

/*--------------------------------------------------------------# edit-circot-employee--------------------------------------------------------------*/
#edit-circot-employee {
    display: inline-flex;
}

#payment-form .form-required {
    width: 100%;
}

#payment-form .form-text {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#payment-form .form-tel {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#payment-form .form-email {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0;
}

#payment-form .form-date {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#payment-form {
    width: 50%;
    padding: 20px;
    background: #eff9fd;
    margin: 20px auto;
    border-radius: 5px;
    box-shadow: 0px 0 30px rgba(1, 41, 112, 0.1);
}

#payment-form .button {
    background: #2487ce;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    margin-top: 20px;
}

#payment-form legend {
    font-size: 1.2em;
    font-weight: 600;
}

#edit-circot-employee .js-form-type-radio {
    padding-right: 12px;
}

.main-banner {

    background: #daefff;
}

/*
#block-custom-theme-views-block-home-page-banner-block-1 {
    padding-top: 6px;
    border-radius: 8px;
}

#block-custom-theme-views-block-home-page-banner-block-1 .slick img {
    height: auto;
    width: 100%;
    border-radius: 10px;
}
*/

.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted {
    text-align: left;
}


 .director-block p{text-align:justify;}
 

.director-desk .btn-learn-more {
    background: #1666a5;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    border: 0;
    border-radius: 10px;
    box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    /* font-family: "JetBrains Mono",monospace; */
    height: 35px;
    justify-content: center;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
  
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    float: right;
}




.director-desk .btn-learn-more:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;

    color:#fff;
}

.director-desk .btn-learn-more:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);

    color:#fff;
}

.director-desk .btn-learn-more:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

.director  {text-align:justify;}


.sticky-icon  {
	z-index:1;
	position:fixed;
	top:70%;
	right: 0%;
	width: 195px;
	display:flex;
	flex-direction: column;
	}  
	
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin: 1px;
	text-decoration:none;
	text-transform:capitalize;
	padding: 5px;
	font-size: 12px!Important;
	/* font-family:'Oswald', sans-serif; */
	transition:all 0.8s;
	font-weight: 600;
	}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
    background-color:#0058a6;
	/*background-color:#2C80D3;*/
	color:#FFF;}
	
.Youtube  {
    background-color: #b50000;
	/*background-color:#fa0910;*/
	color:#FFF;
    
}
	
.Twitter  {
	background-color: #000000;
	color:#FFF;
	}
	
.Instagram  {
    background-color:#00635b;
	/*background-color: #098c83;*/
	color:#FFF;
	}
	
.Insta {
	background-color:#9436a4;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:25px;
	width:25px;
	color: #098c83;
	text-align:center;
	line-height:25px;
	border-radius:50%;
	margin-right: 8px;
	transition:all 0.5s;
	display: inline-block;
	font-size:14px;
	}
	
.sticky-icon a i.ri-facebook-fill {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.bi-instagram  {
	background-color:#FFF;
	color:#9436a4;;}
	
.sticky-icon a i .bi-envelope-at-fill  {
	background-color:#FFF;
	color:#FD1D1D;}
	
.sticky-icon a i.bi-youtube  {
	background-color:#FFF;
	color:#fa0910;}
	
.sticky-icon a i.bi-twitter-x {
	background-color:#FFF;
	color: #010101;
	}



.stmc{
    display: inline-flex;
}





#block-custom-theme-views-block-latest-news-block-block-1 {
    border: 1px solid #dde0e3;
    margin-top: -8px;
    background: #fff;
    box-shadow: 0px 2px 15px rgb(18 66 101 / 23%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}



#block-custom-theme-views-block-careers-block-block-1 ul {
  overflow-y: scroll;
height: 320px;
}
	
	 

	
	
#block-custom-theme-views-block-upcoming-events-block-1  .item-list{
    /* height: 320px; */
	height: 268px;
   overflow-y: hidden;
   
}



#block-custom-theme-icarresources  ul {
	/* height: 270px; */
	height: 220px;
}

#block-custom-theme-employeecorner ul {
	/* height: 270px; */
	height: 220px;
}



#block-custom-theme-views-block-tenders-block-block-1 .item-list {
    /* height: 430px; */
	height: 380px;
}

#block-custom-theme-views-block-careers-block-block-1 .item-list {
    /* height: 430px; */
	height: 380px;
}

#block-custom-theme-views-block-training-news-block-block-1 .item-list {
    /* height: 430px; */
	height: 380px;
} 

 #block-custom-theme-views-block-home-page-banner-block-1 .slick img {
 width:100%!Important;
}


#block-custom-theme-screenreaderaccess{
    padding-left: 40px;
}


.style-7::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 6px;
}

.style-7::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.style-7::-webkit-scrollbar-thumb
{
	border-radius: 6px;
	background-image: -webkit-gradient(linear,
									   left bottom,
									   left top,
									   color-stop(0.44, rgb(22 102 165)),
									   color-stop(0.72, #149b9b),
									   color-stop(0.86, rgb(22 102 165)));
}



.contact_us a {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    padding-left: 15px;
}



#block-custom-theme-blocktabsmediagallery {
    padding-top: 100px;
}


#block-custom-theme-blocktabsmediagallery .image-field {
    max-height: 100%;
    width: 100%;
    height: 367px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


 #block-custom-theme-blocktabsmediagallery .slick-list  {
    /*height: 370px; */
	width:100%;
}


 #block-custom-theme-blocktabsmediagallery .btn-02{
 
top: -24px;
 
}



 #block-custom-theme-blocktabsmediagallery .ui-tabs .ui-tabs-panel {
height: 369px;
    padding: 0em 0em!Important;

}



#block-custom-theme-blocktabsmediagallery .ui-widget.ui-widget-content {
    border: 0px solid #ffffff;
    padding: 0;
     border-radius: 10px;
    box-shadow: 0 0 22px 0 rgb(19 70 106 / 82%);
    transition: all 0.3s ease-in-out;
}


#block-custom-theme-blocktabsmediagallery .ui-widget-header {
    padding-bottom: 0px;
    color: #fff;
    /* padding: 7px; */
    padding-left: 15px;
    font-size: 1.125em;
    font-weight: 600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    margin-bottom: -2px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    border: 0;
    padding-top: 8px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.error{ color:red;}




 #block-custom-theme-blocktabsmediagallery .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 0px solid #003eff00!important;
    background: #00837b /*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/!important;
    font-weight: normal/*{fwDefault}*/;
    color: #ffffff/*{fcActive}*/!important;
    border-radius: 5px!important;
}


  #block-custom-theme-blocktabsmediagallery  .ui-tabs .ui-tabs-nav li {
 margin: 0px .2em 6px 0!important;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 0px solid #ffffff!important;
    background: #e9f5fe /*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/!important;
    font-weight: normal/*{fwDefault}*/;
    color: #000000 /*{fcDefault}*/!important;
    border-radius: 5px!important;
}





.news-btns {
    background: #16a59c;
  color: #fff0;
    text-decoration: underline;
    padding: 2px 5px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-image: radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    box-shadow: rgba(45, 35, 66, .4) 0 3px 4px, rgba(45, 35, 66, .3) 0 6px 9px -5px, #3c4fe0 0 -3px 0 inset;
	

    float: right;
    margin-top: -35px;
}


.news-btns button {
 background: #ffffff00;
 border: #ffdead00;
}

.news-btns .down i {
    font-size: 25px;
    color: #fff;
}

.news-btns .up i {
    font-size: 25px;
    color: #fff;
}



 .main-banner .buttons {
    display: flex;
    justify-content: center;
    margin-bottom: -34px;
}




.news_img {
	padding-top: 15px;
	width: 100%;
}



.sm-clean ul a .sub-arrow {

    z-index: 99999 !important;
}

.pager__item a {
    display: inline-block;
    padding: 5px 14px;
    background-image:radial-gradient(100% 100% at 100% 0, #14a39a 0, #1666a5 100%);
    border: 1px solid #ddd;
    border-radius: 15px;
    margin: 0 5px;
    color: white;
    text-decoration: underline;
}
.pagination {
     display: inline-flex;
}

li.pager__item {
    display: inline-flex;
}

.pager ul {
    text-align:center;
}

img.professional_logos {
    height: 120px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

a.professional_text {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.inner-sidebar {
    margin-top: 30px;
}

th.hr-photo {
    width: 10%;
}

#sidebar ul li{list-style:none;}


.sidebar-list-item1  ul li:before {
    content: "\F0D8" !important;
    font-family: remixicon !important;
    position: absolute;
    left: 12px;
    color: #1666a5;
    font-size: 11px;
    line-height: 2;
    font-weight: 600;
}


#sidebar li:before {
    content: "\EEAF";
    font-family: remixicon !important;
    position: absolute;
    left: 12px;
    color: #1666a5;

    line-height: 2;
    font-weight: 600;
}





.division_heading{
    background: #e0f2fe;
       padding: 8px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.whos_who_box {
    border: 1px solid #cecece;
margin-bottom: 15px;
    border-radius: 10px;
}


.inner-text .col-sm-6 {padding-left:0px!important;}
.whos_who_box p {
    padding: 0px 15px;
}


.div-pr img {
    border-radius: 7px;
    border: 2px solid #fff;
    box-shadow: 1px 2px 9px #00000080;
}
.whos_who_img {
    display: block;
    height: 200px;
    margin: auto;
    border-radius: 10px;
    box-shadow: 1px 2px 6px #0000006e;
}

.name_division {
    text-align: center;

}

#block-custom-theme-pagetitle h1 {
    font-weight: 700 !important;
    font-size: 18px;
    color: #000;
    padding: 0px 9px;
    border-left: 5px solid #00837b;
    margin-bottom: 15px;
}

.hr_images {
    width: 80px;
	margin-left: auto;
    margin-right: auto;
    display: block;
}

.img-full {
    height: 100%;
}



 .people img {
	width: 100%;
	height: 100%;
	border: 1px solid #cfe4f2;
	border-radius: 10px;
	padding: 5px;
	background: #e0f2fe;
	box-shadow: 0px 2px 13px rgba(18, 66, 101, 0.1);
}

div#block-custom-theme-views-block-f-block-1 .slick-prev {
    left: -40px;
}

div#block-custom-theme-views-block-f-block-1 .slick-next {
    right: -40px;
}


#tender-section .col-lg-4  {    margin-bottom: 15px;}


#superfish-main-toggle span:before {
    content: "\ef3e";
    font-family: remixicon !important;
    position: absolute;
    left: 16px;
    color: #fff;
    font-size: 18px;

    font-weight: 700;
}



#superfish-main-toggle {
    font-size: 0px !important;
    height: 32px;
    display: block;

} 

ul.sf-menu.sf-accordion .sf-sub-indicator:after {
content:"\F124"!important;
}

.about_image {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #444;
}

.earlydays_image {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #444;
}

.inner_image1 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #444;
}

.inner_image2 {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #444;
    width: 100%;
}

.inner_image3 {
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #444;
}

.inner_image4 {
    margin-left: auto;
    margin-right: auto;
    height: 300px;
    width: 245px;
    display: block;
    margin-bottom: 10px;
    border: 1px solid #444;
}



/*org chart css start */
.chart-bg {
    overflow: auto;
    width: 100%;
}

.chart-bgin {
    width: max-content;
    height: 170px;
}

.chart-bg-in {
    width: max-content;
    height: 510px;
}

.tree ul {
    margin: 0;
    padding: 0;
}

.list-one {
    margin-top: 250px;
}

.treea {
    overflow: auto;
    width: 100%;
}

.treeb {
    overflow: auto;
    height: 350px;
}

.treec {
    overflow: auto;
    height: 500px;
}

.tree {
    /* width: 1650px;  */
	width: 1900px; 
}

.tree1 {
    /* width: 1650px;  */
	width: 1000px; 
}

.tree ul {
    padding-top: 20px;
    position: relative;
}

.tree li {
    float: left;
    text-align: center;
    list-style-type: none;
    position: relative;
    padding: 20px 0px 0 5px;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before,
.tree li::after {
    content: "";
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 2px solid #ccc;
    width: 50%;
    height: 20px;
}

.tree li::after {
    right: auto;
    left: 50%;
    border-left: 2px solid #ccc;
}

/*We need to remove left-right connectors from elements withoutany siblings*/
.tree li:only-child::after,
.tree li:only-child::before {
    display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
    padding-top: 0;
}

/*Remove left connector from first child andright connector from last child*/
.tree li:first-child::before,
.tree li:last-child::after {
    border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
    border-right: 2px solid #ccc;
    border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
    border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 2px solid #ccc;
    width: 0;
    height: 20px;
}

.tree li a {
    padding: 5px 4px;
    text-decoration: none;
    color: #666;
    /* font-family: arial, verdana, tahoma;font-size: 11px; */
    display: inline-block;
    border: 1px solid #63b2d2;
    -webkit-border-radius: 5px;
    /*-moz-border-radius: 5px;*/
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover,
.tree li a:hover+ul li a {
    background: #c8e4f8;
    color: #000;
}

/*Connector styles on hover*/
.tree li a:hover+ul li::after,
.tree li a:hover+ul li::before,
.tree li a:hover+ul::before,
.tree li a:hover+ul ul::before {
    border-color: #94a0b4;
}

/*org chart css end */


.accordion1 {
    width: 100%!important;
  	margin: 0px auto 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: #eaeeff;
    border-radius: 5px;
    list-style: none;
    padding: 0px;
}
.div-pl {
    padding-left: 0 !important;
}
.div-pr {
    padding-right: 0!important;
}
.cnt-image-center{
	margin : auto;
}

.card-text,
.card-desgn,
.card-mobile,
.card-email{
    text-align: center;
    margin-bottom: 0px !important;
}

.card {
    box-shadow: -4.104px 11.276px 38px 0px rgb(45 42 61 / 10%);
}

.card-image img{
    border-radius: 50%;
    border: 2px solid #e9e2e2;
    margin-top: 5px;
    width: 100px;
    height: 100px;
}
.card-image {
	   margin: auto;
}
.d-term-list li{
	display: inline-block;
}

.d-term-list ul{
	padding-left: 0px;
}



.division_heading {
    text-align: center;
}

.build-by a{
	color: #fff;
}

ul.sidebar-list {
    margin-left: -35px;
}