/*** Sub Page Title/ Top Header**/
.page-title{
  position: relative;
  width: 100%;
  padding: 157px 0px 23px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background: -webkit-linear-gradient(90deg, rgba(37,38,56,0.8)15%, rgba(0,0,0,0.3) 100%);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.page-title .title{
  position: relative;
  display: block;
  /*margin-bottom: 109px;*/
}

.page-title .title h1{
  font-size: 48px;
  line-height: 60px;
  color: #ffffff;
  font-weight: 700;
  margin:0px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-right: 14px;
  margin-right: 8px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  color: #ffffff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  /*content: '\2192';*/
   content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23ccc' d='M6 13.4L4.6 12 8.6 8 4.6 4 6 2.6 11.4 8z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  font-family: 'Font Awesome 5 Pro';
  top: 1px;
  right: -5px;
  font-weight: 400;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}

.page-title .lower-box{
  position: relative;
  border-top: 1px solid rgba(255,255,255,0.2);
  margin-top: 70px;
}

.page-title.blog-page{
  padding-bottom: 0px;
}

.page-title .lower-box .left-column{
  position: relative;
  padding: 21px 0px 23px 100px;
}

.page-title .lower-box .left-column .post-date{
  position: absolute;
  left: 0px;
  top: 0px;
}

.page-title .lower-box .left-column .post-date h3{
  position: relative;
  display: inline-block;
  width: 70px;
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  padding: 14px 0px 8px 0px;
  text-align: center;
  line-height: 24px;
  z-index: 2;
}

.page-title .lower-box .left-column .post-date h3 span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.page-title .lower-box .left-column .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #fff;
}

.page-title .lower-box .left-column .post-info li:last-child{
  margin: 0px !important;
}

.page-title .lower-box .left-column .post-info li:before {
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.2);
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}

.page-title .lower-box .left-column .post-info li:last-child:before{
  display: none;
}

.page-title .lower-box .left-column .post-info li i {
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.page-title .lower-box .left-column .post-info li a {
  display: inline-block;
  color: #fff;
}

.page-title .lower-box .left-column .post-info li a:hover{
  
}

.page-title .lower-box .right-column{
  position: relative;
  padding: 22px 0px 20px 0px;
}

.page-title .lower-box .right-column .share-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #ffffff;
  font-weight: 700;
}

.page-title .lower-box .right-column .share-box a i{
  position: relative;
  font-size: 20px;
  font-weight: 400;
  margin-left: 10px;
}

.page-title .lower-box .right-column .share-box a:hover{

}

.page-title .lower-box .post-content{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}


/** online-services **/
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.online-services{
  position: relative;
  padding: 50px 0px;
  width: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.online-services:before{
  position: absolute;
  content: '';
  background: #0d3e5c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  /*opacity: 0.94;*/
}
.online-services .clearfix
{
    display:flex;
}
.layer-bg{
  position: absolute;
  left: 0px;
  top: -30px;
  width: calc(50% - 15px);
  height: 498px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0px 5px 5px 0px;
  z-index: 1;
  background-color:#fff;
}

.layer-bg:before{
  position: absolute;
  content: '';
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  left: 20px;
  top: 20px;
  border: 1px solid #fff;
  border-radius: 5px;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 31px;
  padding-bottom: 0px;
  padding-left: 75px;
}

.content_block_3 .content-box h4 i{
  position: absolute;
  left: 0px;
  top: 5px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 44px;
  background: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.content_block_3 .content-box h2{
  display: block;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 38px;
}

.online-services .title-container {
  position: relative;
  padding-left: 0px;
  z-index: 99;
}
.online-services .title-container .icon-box {
	position: absolute;
	left: 0px;
	top: 4px;
	width: 58px;
	height: 58px;
	line-height: 58px;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	border-radius: 50%;
	background: #e41e2f;
}
.online-services .title-container h3 {
  display: block;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 4px;
  color:#fff;
}
.online-services .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 25px;
}

.online-services .owl-theme .owl-dots .owl-dot button{
  height: 3px;
}

.online-services .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #dddddd;
  border: none;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.online-services .owl-theme .owl-dots .owl-dot.active span,
.online-services .owl-theme .owl-dots .owl-dot span:hover{

}

.online-services .owl-theme .owl-dots button{
  background: transparent;
}
.online-services .owl-theme .owl-dots .owl-dot.active span, .online-services .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f;
}


.online-services .owl-nav{
  position: absolute;
  left: 190px;
  bottom: 10px;
}

.online-services .owl-nav .owl-prev, 
.online-services .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 5px;
  cursor: pointer;
  background: transparent;
  transition: all 500ms ease;
}

.online-services .owl-nav .owl-prev:hover, 
.online-services .owl-nav .owl-next:hover{
  background: #ffffff;
}

.online-services .owl-nav .owl-prev{
  margin-right: 10px;
}

.online-services .single-item-carousel{
  padding-right: 60px;
  margin-top: -35px;
}

.online-services .inner-content{
  position: relative;
  margin: 0px 5px;
}

.online-services .inner-content .single-column{
  padding: 0px 10px;
}

.online-block-one .inner-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 20px 20px 19px 54px;
  margin-bottom: 20px;
  z-index: 1;
}

.online-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.online-block-one .inner-box:hover:before{
  height: 100%;
}

.online-block-one .inner-box:after{
  position: absolute;
  content: '';
  border: 1px solid rgba(255,255,255,0.5);
  border-radius: 5px;
  width: 100%;
  height: 100%;
  left: 5px;
  top: 5px;
  z-index: -1;
  transition: all 900ms ease;
}

.online-block-one .inner-box .icon-box{
  position: absolute;
  left: 20px;
  top: 25px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  color: #8e91a2;
  transition: all 500ms ease;
}

.online-block-one .inner-box:hover .icon-box{
  background: #ffffff;
  border-color: #ffffff;
}

.online-block-one .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.online-block-one .inner-box h5 a{
  display: inline-block;
  color: #252638;
}

.online-block-one .inner-box:hover h5 a{
  color: #ffffff;
}

.online-block-one .inner-box h5 a:hover{
  text-decoration: underline;
}

.online-services .inner-content .more-text{
  position: relative;
  margin-bottom: 21px;
}

.online-services .inner-content .more-text p{
  color: #ffffff;
}

.online-services .inner-content .more-text a {
  color: #e41e2f;
}

.online-services .inner-content .more-text a:hover{
  text-decoration: underline;
}

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  color: #fff !important;
  border-radius: 5px;
  text-align: center;
  padding: 16.5px 38px;
  text-transform: uppercase;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 5px 0px 0px 5px;
  transition: all 500ms ease;
}

.theme-btn::after {
  position: absolute;
  content: '';
  right: 0px;
  top: 0px;
  width: 0%;
  height: 100%;
  background: #252638;
  z-index: -1;
  border-radius: 0px 5px 5px 0px;
  transition: all 500ms ease;
}
.theme-btn.style-two {
  color: #047c0c !important;
  background: #fff;
}

/*Online Services One*/
.online-services-one{
 position:relative;
 padding:50px 0px;
 background:#fff;
}
.online-services-one .clearfix{
 display:flex !important;
}
.online-services-one .left-column {
 position:relative;
 display: block;
 width:100%;
 padding:0px;
 text-align:left;
}

.online-services-one .title-container {
  position: relative;
  color: #000;

}

.online-services-one .title-container h3 {
  font-size: 39px;
  line-height: 1.2em;
  font-weight: 700;
 
}
.online-services-one .content-container {
  position: relative;
}

.online-services-one .resources-column {
    width: 100%;
    margin: 25px 0 15px;
}
.online-services-one .resources-column .single-element {
    width: 100%;
}
.single-element:not(:last-child) {
    margin-bottom: 1px;
}
.single-element .element-button {
    color: #fff;
    background-color: #0d3e5c !important;
    border-radius: 0;
    padding: 20px;
    display: inline-block;
    line-height: 1;
    width: inherit;
    font-size: 16px;
    text-align: center;
}

.element-button .element-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.element-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}
.element-button span {
    text-decoration: inherit;
}

.element-button .element-align-icon-right {
    margin-left: 5px;
    order: 15 !important;
}
.element-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}
/* Events Section*/
.events-section {
 position:relative;
 padding:30px 0 90px;
 background:#fff
}
.events-section .clearfix {
    display: flex;
}
.events-section .sec-title {
 margin-bottom:20px
}
.events-section .left-column {
 position:relative
}
.events-section .left-column .col-inner {
 position:relative;
 display:block
}
.events-section .carousel-box {
 position:relative
}
.event-block {
 position:relative;
 margin-bottom:30px
}
.events-section .carousel-box .event-block {
 margin-bottom:1px
}
.event-block .inner-box {
 position:relative;
 display:block;
 padding:20px 0
}
.event-block .inner-box:before {
 content:'';
 position:absolute;
 right:-30px;
 top:-2px;
 left:-30px;
 bottom:-1px;
 display:block;
 background:#fff;
 opacity:0;
 -webkit-transition:all 300ms ease;
 -moz-transition:all 300ms ease;
 -ms-transition:all 300ms ease;
 -o-transition:all 300ms ease;
 transition:all 300ms ease
}
.event-block .inner-box:hover {
 z-index:5
}
.event-block .inner-box:hover:before {
 opacity:1;
 box-shadow:0 0 25px 0 rgba(0,0,0,.07)
}
.event-block .inner-box:after {
 content:'';
 position:absolute;
 bottom:0;
 left:140px;
 right:0;
 bottom:0;
 display:block;
 border-bottom:1px solid rgba(0,0,0,.1);
 -webkit-transition:all 300ms ease;
 -moz-transition:all 300ms ease;
 -ms-transition:all 300ms ease;
 -o-transition:all 300ms ease;
 transition:all 300ms ease
}
.events-section .left-column .event-block:last-child .inner-box:after {
 display:none
}
.event-block .inner-box:hover:after {
 opacity:0
}
.event-block .content-box {
 position:relative;
 display:block;
 padding-left:140px;
 min-height:160px;
 padding-top:25px
}
.event-block .content-box .date-box {
 position:absolute;
 left:0;
 top:0;
 width:101px;
 height:160px;
 color:#222;
 text-align:center;
 font-family:manjari,sans-serif
}
.event-block .inner-box:hover .content-box .date-box {
 color:#0a5
}
.event-block .content-box .date-box:before {
 content:'';
 position:absolute;
 left:50px;
 top:0;
 height:100%;
 border-left:1px solid rgba(0,0,0,.1)
}
.event-block .content-box .date-box .date {
 position:absolute;
 left:0;
 top:50%;
 margin-top:-50px;
 width:100px;
 height:100px;
 padding-top:25px;
 font-size:30px;
 background:#fff;
 border:1px solid rgba(0,0,0,.1);
 z-index:3;
 -webkit-transition:all 300ms ease;
 -moz-transition:all 300ms ease;
 -ms-transition:all 300ms ease;
 -o-transition:all 300ms ease;
 transition:all 300ms ease
}
.event-block .content-box .date-box .date .day {
 position:relative;
 display:block;
 line-height:30px
}
.event-block .content-box .date-box .date .month {
 position:relative;
 display:block;
 font-size:12px;
 text-transform:uppercase;
 color:#757575;
 line-height:20px
}
.event-block .content-box .content {
 position:relative;
 display:block;
 padding-right:160px
}
.event-block .content-box .cat-info {
 position:relative;
 margin-bottom:20px
}
.event-block .content-box .content .notification {
 position:relative
}
.event-block .content-box .content .notification li {
 display:inline-block;
 margin-right:20px;
 font-size:14px
}
.event-block .content-box .content .notification li:last-child {
 margin-right:0
}
.event-block .content-box .content .notification li span {
 font-size:14px;
 color:#0a5;
 margin-right:8px
}
.event-block .content-box .cat-info span {
 position:relative;
 display:inline-block;
 font-size:13px;
 text-transform:capitalize;
 line-height:20px;
 color:#fff;
 background:#0a5;
 padding:3px 10px;
 border-radius:13px
}
.event-block .content-box h3 {
 color:#222;
 font-weight:700;
 line-height:1.25em;
 margin:0 0 5px
}
.event-block .content-box h3 a {
 color:#222;
 -webkit-transition:all 300ms ease;
 -moz-transition:all 300ms ease;
 -ms-transition:all 300ms ease;
 -o-transition:all 300ms ease;
 transition:all 300ms ease
}
.event-block .content-box h3 a:hover {
 color:#0a5
}
.event-block .content-box .text {
 margin-bottom:25px
}
.event-block .read-more {
 position:absolute;
 right:0;
 top:7px;
 height:100px;
 padding-top:40px;
 width:150px;
 display:block;
 text-align:right;
 border-left:1px solid rgba(0,0,0,.1)
}
.event-block .read-more a {
 position:relative;
 display:inline-block;
 vertical-align:top;
 line-height:44px;
 color:#0a5;
 font-size:16px;
 font-weight:700;
 font-family:manjari,sans-serif;
 text-transform:capitalize;
 transition:all .4s ease;
 -moz-transition:all .4s ease;
 -webkit-transition:all .4s ease;
 -ms-transition:all .4s ease;
 -o-transition:all .4s ease;
 height:40px;
 display:inline-block;
 border:1px solid rgba(0,0,0,.1);
 width:130px;
 text-align:center;
 border-radius:50px
}
.event-block .read-more a:before {
 content:"\f1bd";
 font-family:flaticon;
 position:absolute;
 left:30px;
 top:6px;
 width:15px;
 line-height:24px;
 color:#0a5;
 font-size:16px;
 font-weight:700;
 opacity:0;
 transition:all .2s ease;
 -moz-transition:all .2s ease;
 -webkit-transition:all .2s ease;
 -ms-transition:all .2s ease;
 -o-transition:all .2s ease
}
.event-block .read-more a:hover,
.event-block .inner-box:hover .read-more a {
 color:#0a5;
 padding-left:22px
}
.event-block .read-more a:hover:before,
.event-block .inner-box:hover .read-more a:before {
 opacity:1;
 transition:all .5s ease;
 -moz-transition:all .5s ease;
 -webkit-transition:all .5s ease;
 -ms-transition:all .5s ease;
 -o-transition:all .5s ease
}
.event-block .inner-box:hover .read-more a:before {
 left:13px
}
.events-section .right-column {
 position:relative;
 margin-bottom:40px
}
.events-section .right-column .col-inner {
 position:relative;
 display:block;
 padding-left:20px
}

/** news-section **/

.news-section{
  position: relative;
  padding-bottom: 110px;
  margin-top:30px;
}
.news-section .clearfix {
    display: flex;
}
.news-block-one .inner-box{
  position: relative;
  display: block;
}
.blog-grid .news-block-one .inner-box {
  margin-bottom: 50px;
}

.news-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  left: 10px;
  top: 10px;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  z-index: 2;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
  height:250px;
}

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before{
  opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}


.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: -15px;
  right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3{
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 5px 0px 5px;
  line-height: 24px;
  z-index: 2;
}
.news-block-one .inner-box .image-box .post-date h3 {
  color: #e41e2f;
}
.news-block-one .inner-box .image-box .post-date h3 span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  background: transparent;
  padding: 33px 30px 15px 30px;
  z-index: 2;
}

.news-block-one .inner-box .lower-content .category{
  position: absolute;
  left: 30px;
  top: -15px;
}

.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px;
}

.news-block-one .inner-box .lower-content .category a i{
  margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a {
  background: #e41e2f;
}

.news-block-one .inner-box .lower-content .category a:hover{
  background: #252638;
}

.news-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e0e0ea;
  min-height:110px;
}
.news-block-one .inner-box .lower-content .itemFullText
{
    min-height:150px;
}
.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #252638;
}

.news-block-one .inner-box .lower-content p {
    padding-bottom: 17px;
    margin-bottom: 14px;
    border-bottom: 1px solid #e0e0ea;
}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 22px;
  font-size: 16px;
  color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #696b7e;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 14px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #cbcbcb;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}


.news-section .owl-dots{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 65px;
}

.news-section .owl-theme .owl-dots .owl-dot button{
  height: 3px;
}

.news-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #dddddd;
  border: none;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.news-section .owl-theme .owl-dots .owl-dot.active span,
.news-section .owl-theme .owl-dots .owl-dot span:hover{

}

.news-section .owl-theme .owl-dots button{
  background: transparent;
}
.news-section .owl-theme .owl-dots .owl-dot.active span, .news-section .owl-theme .owl-dots .owl-dot span:hover {
  background: #e41e2f;
}
.news-section .dekoline:after
{
    /*right:72%;*/
    right:0%;
}





/** department-details **/
.sec-pad-2 {
  padding: 60px 0px;
}

.department-details{
  position: relative;
}

.department-details-content{
  position: relative;
  display: block;
  overflow: hidden;
}

.department-details-content .upper-image{
  position: relative;
  display: block;
  padding: 19px;
  border: 1px solid #dcdce5;
  border-radius: 5px;
  margin-bottom: 41px;
}

.department-details-content .upper-image .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 50px 0px rgb(0 0 0 / 5%);
}

.department-details-content .upper-image .image img{
  width: 100%;
  border-radius: 5px;
}

.department-details-content .text{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.department-details-content h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}

.department-details-content .discription-box .single-item{
  position: relative;
  display: block;
  border: 0px solid #e0e0ea;
  border-radius: 5px;
  padding: 46px 24px 32px 24px;
}

.department-details-content .discription-box .single-item .image-box{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-bottom: 19px !important;
}

.department-details-content .discription-box .single-item .image-box img{
  width: 100%;
  border-radius: 50%;
}

.department-details-content .discription-box .single-item .image-box:before{
  position: absolute;
  content: '';
  width: 134px;
  height: 134px;
  left: -7px;
  top: -7px;
  border-radius: 50%;
  clip-path: polygon(0% 0%, 85% 0%, 100% 100%, 15% 100%, 0% 0%);
}

.department-details-content .discription-box .single-item h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}

.department-details-content .discription-box .single-item .overlay-content{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #ffffff;
  border-radius: 5px;
  padding: 41px 10px 20px 10px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  transform:scale(0,0);
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.department-details-content .discription-box .single-item:hover .overlay-content{
  transform:scale(1,1);
  opacity: 1;
  visibility: visible;
}

.department-details-content .discription-box .single-item .overlay-content .image-box{
  margin-bottom: 19px;
}

.department-details-content .discription-box .single-item .overlay-content .image-box:before{
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
}

.department-details-content .discription-box .owl-carousel .owl-stage-outer{
  overflow: visible;
}

.department-details-content .discription-box .owl-carousel .owl-stage-outer .owl-item{
  opacity: 0;
}

.department-details-content .discription-box .owl-carousel .owl-stage-outer .owl-item.active{
  opacity: 1;
}

.department-details-content .owl-dots{
  margin-top: 24px;
}

.department-details-content .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #dcdcdc;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease
}

.department-details-content .owl-theme .owl-dots .owl-dot.active span,
.department-details-content .owl-theme .owl-dots .owl-dot span:hover{

}

.department-details-content .owl-theme button{
  background: transparent;
}

.department-details-content .discription-box{
  position: relative;
  margin-bottom: 63px;
}

.department-details-content .highlights-box .image-box{
  position: relative;
  display: inline-block;
  width: 370px;
  height: 370px;
  border-radius: 50%;
  margin-top: 9px;
}

.department-details-content .highlights-box .image-box img{
  width: 100%;
  border-radius: 50%;
}

.department-details-content .highlights-box .image-box .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 60px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.department-details-content .highlights-box .text{
  position: relative;
  margin: 0px;
}

.department-details-content .highlights-box .text p{
  margin-bottom: 18px;
}

.department-details-content .highlights-box .text .list li{
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  /*padding-left: 31px;*/
}

.department-details-content .highlights-box .text .list li:last-child{
  margin-bottom: 0px;
}

.department-details-content .highlights-box .text .list li i{
  position: absolute;
  left: 0px;
  top: 0px;
  color: #8e91a2;
}

.department-details-content .highlights-box .text .list{
  position: relative;
  margin-bottom: 27px;
}

.department-details-content .highlights-box .text a{
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 30px;
}

.department-details-content .highlights-box .text a i{
  margin-left: 6px;
  font-size: 12px;
  font-weight: 400;
}

.department-details-content .highlights-box .text a:hover{

}

.department-details-content .highlights-box .owl-nav{
  position: absolute;
  left: 40%;
  transform: translateX(-50%);
  bottom: 7px;
}

.department-details-content .highlights-box .owl-nav .owl-prev,
.department-details-content .highlights-box .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background: #ffffff;
  font-size: 30px;
  color: #8e91a2;
  font-weight: 400;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
  transition: all 500ms ease;
}

.department-details-content .highlights-box .owl-nav .owl-prev{
  margin-right: 10px;
}

.department-details-content .highlights-box .owl-nav .owl-prev:hover,
.department-details-content .highlights-box .owl-nav .owl-next:hover{

}

.department-details-content .highlights-box{
  position: relative;
  margin-bottom: 64px;
}

.department-details-content .download-box h3{
  margin-bottom: 20px;
}

.department-details-content .download-box .download-list{
  position: relative;
  display: block;
  border: 1px solid #e0e0ea;
  border-radius: 5px;
  overflow: hidden;
}

.department-details-content .download-box .download-list li{
  position: relative;
  display: block;
  padding: 10px 180px 4px 100px;
  border-bottom: 1px solid #e0e0ea;
}

.department-details-content .download-box .download-list li:last-child{
  border-bottom: none;
}

.department-details-content .download-box .download-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 72px;
  height: 72px;
  line-height: 72px;
  text-align: center;
}

.department-details-content .download-box .download-list li .icon-box:before{
  position: absolute;
  content: '';
  background: #e0e0ea;
  width: 1px;
  height: 100%;
  top: 0px;
  right: 0px;
}
.department-details-content .download-box .download-list li .icon-box img {
 display:inline-block;
 width: 25px !important;
height: 25px !important;
}
.department-details-content .download-box .download-list li h5{
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #252638;
  font-weight: 500;
}

.department-details-content .download-box .download-list li span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #696b7e;
  
}

.department-details-content .download-box .download-list li a{
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 14px;
  line-height: 26px;
  
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 9px 19px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
  z-index: 1;
}

.department-details-content .download-box .download-list li a:hover{
  color: #ffffff;
  box-shadow: none;
}

.department-sidebar{
  position: relative;
  display: block;
}

.department-sidebar .sidebar-banner{
  position: relative;
  width: 100%;
  padding: 58px 30px 93px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.department-sidebar .sidebar-banner:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.8;
}

.department-sidebar .sidebar-banner .icon-box{
  position: relative;
  display: inline-block;
  width: 74px;
  height: 74px;
  line-height: 74px;
  background: #ffffff;
  text-align: center;
  font-size: 50px;
  border-radius: 50%;
  margin-bottom: 21px;
  box-shadow: 0px 0px 0px 8px rgba(255,255,255,0.5);
}

.department-sidebar .sidebar-banner h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 22px;
}

.department-sidebar .sidebar-banner a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  background: #ffffff;
  border-radius: 5px;
  padding: 16px 34px;
  z-index: 1;
}

.department-sidebar .sidebar-banner a:hover{
  background: #252638;
  color: #ffffff;
}

.department-sidebar .sidebar-category{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 6%);
  padding: 0px 30px 40px 30px;
  margin-bottom: 40px;
}

.department-sidebar .sidebar-category .inner-box{
  position: relative;
}

.department-sidebar .sidebar-category .inner-box:before{
  position: absolute;
  content: '';
  background: #ffffff;
  width: 100%;
  height: 43px;
  left: 0px;
  top: -43px;
  border-radius: 5px 5px 0px 0px;
}

.department-sidebar .widget-title{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

.department-sidebar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 12px;
}

.department-sidebar .widget-title .title-shape{
  position: relative;
  width: 50px;
  height: 4px;
  margin: 0 auto;
  background: #e41e2f;
}

.department-sidebar .widget-title .title-shape:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: -8px;
  top: 0px;
  background: #e41e2f;
}

.department-sidebar .widget-title .title-shape:after{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  right: -8px;
  top: 0px;
  background: #e41e2f;
}

.department-sidebar .sidebar-category .category-list li{
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  margin-bottom: 5px;
  padding: 0px 0px 0px 80px;
  overflow: hidden;
}

.department-sidebar .sidebar-category .category-list li:before{
  position: absolute;
  content: '';
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  opacity: 0;
  transition: all 500ms ease;
}

.department-sidebar .sidebar-category .category-list li:hover:before,
.department-sidebar .sidebar-category .category-list li.current:before{
  width: 100%;
  opacity: 1;
}

.department-sidebar .sidebar-category .category-list li:last-child{
  margin-bottom: 0px;
}

.department-sidebar .sidebar-category .category-list li h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.department-sidebar .sidebar-category .category-list li h5 a{
  position: relative;
  display: block;
  color: #252638;
  padding: 16px 20px 18px 0px;
}

.department-sidebar .sidebar-category .category-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 62px;
  height: 62px;
  line-height: 62px;
  background: #f5f5f6;
  text-align: center;
  font-size: 40px;
  border-right: 1px solid #e6e6ea;
  transition: all 500ms ease;
}

.department-sidebar .sidebar-category .category-list li:hover .icon-box,
.department-sidebar .sidebar-category .category-list li.current .icon-box{
  color: #ffffff;
}

.department-sidebar .sidebar-category .widget-title{
  top: -10px;
}

.department-sidebar .sidebar-contact{
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 33px 21px 40px 30px;
}

.department-sidebar .sidebar-contact .widget-title h3{
  color: #ffffff;
  margin-bottom: 1px;
}

.department-sidebar .sidebar-contact .widget-title p{
  color: #8e91a2;
  margin-bottom: 13px;
}

.department-sidebar .sidebar-contact .widget-title{
  margin-bottom: 30px;
}

.department-sidebar .sidebar-contact .info-list{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 10px 20px;
}

.department-sidebar .sidebar-contact .info-list li{
  position: relative;
  display: block;
  padding: 16px 10px 20px 63px;
  border-bottom: 1px solid #e6e6ea;
}

.department-sidebar .sidebar-contact .info-list li:last-child{
  border-bottom: none;
}

.department-sidebar .sidebar-contact .info-list li .icon-box{
  position: absolute;
  left: 0px;
  top: 20px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  text-align: center;
  font-size: 30px;
}

.department-sidebar .sidebar-contact .info-list li h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 0px;
}

.department-sidebar .sidebar-contact .info-list li p{
  display: block;
}

.department-sidebar .sidebar-contact .info-list li a{
  display: inline-block;
  color: #696b7e;
}

.department-sidebar .sidebar-contact .info-list li a:hover{

}



.department-details .sections-tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  width: auto;
  padding: 15px 15px;
  text-align: center;
  font-size: 14px;
  line-height: 26px;
  background: #ffffff;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 5px 5px 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
  
}

.department-details .sections-tab-btns li.active-btn{
  background: #047c0c;
  color: #ffffff;
}
.tab-btn-box
{
   border-bottom:1px solid rgba(80%, 80%, 80%, .3); 
   margin-bottom:20px;
    }
.sections-tab .p-tab {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
  
}

.sections-tab .p-tab.active-tab {
  position: relative;
  visibility: visible;
  opacity: 1;
  z-index: 5;
}

.sections-tab .p-tabs-content {
  position: relative;
  display: block;
}

.sections-tab .inner-content{
  position: relative;
  padding-top: 80px;
}

.sections-tab .inner-content:before{
  position: absolute;
  content: '';
  background: #f5f5f6;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}


.department-details .online-block-one .inner-box:after {
    border: 1px solid rgba(80%, 80%, 80%, .3);


}
.department-details .online-block-one .inner-box {
    background: #f3f3f3;
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

/** contact-information **/

.contact-information{
  position: relative;
  padding: 0px 0px 140px 0px;
}

.contact-information .content_block_12 .content-box{
  margin-top: -7px;
}

.content_block_12 .content-box{
  position: relative;
  display: block;
}

.content_block_12 .content-box .sec-title{
  margin-bottom: 24px;
}

.content_block_12 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.content_block_12 .content-box h4{
  display: block;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 60px;
  margin-bottom: 12px;
  padding-top: 11px;
}

.content_block_12 .content-box .text h4 i{
  position: absolute;
  left: 0px;
  top: 18px;
  font-size: 45px;
  line-height: 45px;
  font-weight: 400;
}

.content_block_12 .content-box .text p{
  margin-bottom: 25px;
}

.content_block_12 .content-box .text a {
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_12 .content-box .text a i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.content_block_12 .content-box .text a:hover{

}

.content_block_12 .content-box .social-box h4{
  padding: 0px;
  line-height: 16px;
  margin-bottom: 19px;
}

.content_block_12 .content-box .social-box{
  position: relative;
  border:none !important;
}

.contact-information .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.contact-information .image-box img{
  width: 100%;
  border-radius: 5px;
}

.contact-information .image-box::before {
  position: absolute;
  top: -30%;
  left: 0;
  width: 150%;
  height: 150%;
  background: rgba(255,255,255,.3);
  content: '';
  -webkit-transition: -webkit-transform .9s;
  transition: transform .9s;
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}

.contact-information .image-box:hover::before {
  -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
  transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.content_block_13 .content-box{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  padding: 16px 30px 22px 30px;
}

.content_block_13 .content-box .single-item{
  position: relative;
  display: block;
  padding: 24px 0px 20px 80px;
  border-bottom: 1px solid #e6e6ea;
  min-height: 164px;
}

.content_block_13 .content-box .single-item:last-child{
  border-bottom: none;
}

.content_block_13 .content-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #e6e6ea;
  border-radius: 50%;
  font-size: 30px;
  z-index: 1;
  transition: all 500ms ease;
}

.content_block_13 .content-box .single-item:hover .icon-box{
  color: #ffffff;
}

.content_block_13 .content-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  transform: scale(0,0);
  z-index: -1;
  transition: all 500ms ease;
}

.content_block_13 .content-box .single-item:hover .icon-box:before{
  transform: scale(1,1);
}

.content_block_13 .content-box .single-item .info li{
  position: relative;
  display: block;
  margin-bottom: 9px;
}

.content_block_13 .content-box .single-item .info li:last-child{
  margin-bottom: 0px;
}

.content_block_13 .content-box .single-item .info li h5{
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 3px;
}

.content_block_13 .content-box .single-item .info li p{
  display: block;
  color: #696b7e;
}

.content_block_13 .content-box .single-item .info li a{
  display: inline-block;
  color: #696b7e;
}

.content_block_13 .content-box .single-item .info li a:hover{

}


/** contact-information-two **/

.contact-information-two{
  position: relative;
  padding: 110px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.contact-information-two:before {
  position: absolute;
  content: '';
  background: #f2f2f2;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.92;
}

.contact-information-two .content_block_3 .content-box{
  padding-right: 30px;
}

.contact-information-two .inner-content .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 34px 30px 35px 30px;
}

.contact-information-two .inner-content .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  padding-bottom: 11px;
  margin-bottom: 28px;
}

.contact-information-two .inner-content .single-item h4:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0px;
  bottom: 0px;
}

.contact-information-two .inner-content .single-item h4:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px;
  bottom: 0px;
}

.contact-information-two .inner-content .single-item .info li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.contact-information-two .inner-content .single-item .info li:last-child{
  margin-bottom: 0px;
}

.contact-information-two .inner-content .single-item .info li p{
  display: block;
  color: #696b7e;
}

.contact-information-two .inner-content .single-item .info li a{
  display: inline-block;
  color: #696b7e;
}

.contact-information-two .inner-content .single-item .info li a:hover{

}

.contact-information-two .inner-content .single-item .info{
  position: relative;
  display: block;
  margin-bottom: 23px;
}

.contact-information-two .inner-content .single-item .link a {
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-information-two .inner-content .single-item .link a i {
  margin-left: 5px;
  font-size: 14px;
  font-weight: 400;
}

.contact-information-two .inner-content .single-item .link a:hover{

}

.contact-information-two .owl-dots{
  position: relative;
  display: block;
  margin-top: 46px;
  height: 3px;
  top: -16px;
}

.contact-information-two .owl-theme .owl-dots .owl-dot{
  height: 3px;
  background: transparent;
}

.contact-information-two .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 3px;
  background: #8e91a2;
  margin: 0px 10px 0px 0px;
  cursor: pointer;
  transition: all 500ms ease;
}

.contact-information-two .owl-theme .owl-dots .owl-dot.active span,
.contact-information-two .owl-theme .owl-dots .owl-dot span:hover{

}


/** contact-style-two **/

.contact-style-two{
  position: relative;
}

.contact-style-two .default-form .form-group input[type='text'], 
.contact-style-two .default-form .form-group input[type='email'], 
.contact-style-two .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-style-two .default-form .form-group input:focus,
.contact-style-two .default-form .form-group textarea:focus{

}

.contact-style-two .default-form .form-group textarea{
  resize: none;
  height: 234px;
}

.contact-style-two .default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.contact-style-two .sec-title p{
  margin-top: 24px;
}

.contact-style-two .sec-title{
  margin-bottom: 43px;
}

.contact-style-two .default-form .theme-btn{
  padding: 16.5px 28px;
}

.contact-style-two .form-inner{
  position: relative;
  display: block;
  padding-bottom: 110px;
}

.contact-style-two .map-inner{
  position: relative;
  display: block;
}

.contact-style-two .map-inner #contact-google-map{
  position: relative;
  width: 100%;
  height: 480px;
  border-radius: 5px;
}


.contact_box_n.two p {
    margin-bottom: 15px!important;
}

.contact_box_n.two p span {
    color: #252638;
    margin-right: 8px;
}

.contact_box_n.two p span i {
    margin-right: 6px;
    color: #e41e2f;
}

/*----new---*/
.contact_form_box{
  position: relative;
  padding: 50px;
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.09);
  border-radius: 10px;
}

.contact_form_box{
  position: relative;
}

.contact_form_box .form-group input[type='text'], 
.contact_form_box .form-group input[type='email'], 
.contact_form_box .form-group input[type='select'], 
.contact_form_box .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 38px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact_form_box .form-group input:focus,
.contact_form_box .form-group textarea:focus{

}

.contact_form_box .form-group textarea{
  resize: none;
  height: 130px;
}

.contact_form_box .form-group{
  position: relative;
  margin-bottom: 30px;
}



/** faq-section **/

.faq-section{
  position: relative;
  padding:20px 0px 110px;
}

.content_block_8 .content-box{
  position: relative;
  display: block;
}

.content_block_8 .content-box .text p{
  margin-bottom: 25px;
}

.content_block_8 .content-box .text a{
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.content_block_8 .content-box .text a i{
  margin-left: 8px;
  font-size: 12px;
  font-weight: 400;
}

.content_block_8 .content-box .text a:hover{

}

.content_block_8 .content-box .sec-title{
  margin-bottom: 33px;
}

.faq-section .accordion-box .block{
  border: 1px solid #e6e6ea;
  background: #ffffff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 5%);
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block:last-child{
  margin-bottom: 0px;
}

.faq-section .accordion-box .block.active-block{
  box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 10%);
}

.faq-section .accordion-box .block .acc-btn h5{
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  padding-left: 100px;
}

.faq-section .accordion-box .block .acc-btn h5 span{
  position: absolute;
  left: 0px;
  width: 70px;
  font-size: 20px;
  color: #8e91a2;
  text-align: center;
  transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn.active h5 span{

}

.faq-section .accordion-box .block .acc-btn:before{
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  left: 70px;
  top: 0px;
}

.faq-section .accordion-box .block .acc-btn:after{
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 100%;
  right: 70px;
  top: 0px;
}

.faq-section .accordion-box .block .acc-content{
  border-top: 1px solid #e6e6ea;
  padding: 33px 30px 32px 30px;
}

.faq-section .accordion-box .block .acc-btn{
  padding: 20px 100px 20px 0px;
  position: relative;
display: block;
overflow: hidden;
padding: 19px 30px 18px 0px;
cursor: pointer;
transition: all 500ms ease;
}

.faq-section .accordion-box .block .acc-btn .icon-outer{
  right: 0px;
  width: 70px;
  text-align: center;
  position: absolute;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
top: 0px;
cursor: pointer;
transition: all 500ms ease;
z-index: 1;
}

.faq-section .accordion-box .block .acc-btn.active .icon-outer:after{
  content: "\f00d";
}

.faq-page-section{
  position: relative;
}

.faq-sidebar{
  position: relative;
  display: block;
  background: #f5f5f6;
  padding: 0px 30px;
  border-radius: 5px;
  /*margin-bottom: 50px;*/
}

.faq-sidebar .single-item{
  position: relative;
  display: block;
  padding: 2px 0px 24px 0px;
  border-bottom: 1px solid #e0e0ea;
}

.faq-sidebar .single-item:last-child{
  border-bottom: none;
}

.faq-sidebar .single-item span{
 position: absolute;
    top: 10px;
    right: -5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    /* font-family: 'DM Sans', sans-serif; */
    color: #8e91a2;
    font-weight: 700;
    transition: all 500ms ease;
}

.faq-sidebar .single-item:hover span{

}

.faq-sidebar .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #8e91a2;
  margin-bottom: 20px;
  transition: all 500ms ease;
}

.faq-sidebar .single-item:hover .icon-box{

}

.faq-sidebar .single-item h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 1px;
  width: 80%;
}

.faq-sidebar .single-item p{
  margin-bottom: 15px;
}

.faq-sidebar .single-item a{
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  line-height: 26px;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
}

.faq-sidebar .single-item a i{
  margin-left: 5px;
  font-size: 12px;
  font-weight: 400;
}

.faq-sidebar .single-item a:hover{

}

.faq-page-section .accordion-box{
  position: relative;
  margin-bottom: 71px;
}

.faq-page-section .form-inner .text{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.faq-page-section .form-inner .text h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 4px;
}

.faq-page-section .form-inner .question-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.faq-page-section .form-inner .question-form .form-group input[type='text'],
.faq-page-section .form-inner .question-form .form-group input[type='email'],
.faq-page-section .form-inner .question-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.faq-page-section .form-inner .question-form .form-group textarea{
  resize: none;
  height: 234px;
}

.faq-page-section .form-inner .question-form .form-group .select-box{
  min-height: 58px;
}

.faq-page-section .form-inner .question-form .form-group.message-btn{
  margin: 0px;
}

.faq-page-section .form-inner .question-form .form-group button{
  display: block;
  width: 100%;
}

.faq-page-section .form-inner .question-form .form-group input:focus,
.faq-page-section .form-inner .question-form .form-group textarea:focus{

}

@keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

@-webkit-keyframes slide{
  from { background-position: 0 0; }
    to { background-position: 1920px 0; }
}

/** Department Page Latest **/
.services-section-three {
  position: relative;
  padding: 20px 0 110px;
  background: #fff;
}

.featured-block-six{
    position:relative;
    z-index:3;
    margin-bottom: 20px;
}
.featured-block-six:hover{
    z-index:5
}
.featured-block-six .inner-box{
    position:relative;
    display:block
}
.featured-block-six .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.featured-block-six .image-layer:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,.75)
}
.featured-block-six .inner-box:hover .image-layer{
    opacity:1
}
.featured-block-six .content-box{
    position:relative;
    display:block;
    padding:35px 30px;
    background:#f1f1f1;
    z-index:2
}
.featured-block-six .content-box .content{
    position:relative;
   /* padding-top:15px;
    padding-left:95px;*/
    min-height:70px;
    z-index:1
}
.featured-block-six .content-box .subtitle{
    font-size:14px;
    color:#8e8e8e;
    font-weight:700;
    text-transform:uppercase;
    line-height:1.5em;
    margin-bottom:5px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.ui-selectmenu-text{
    font-weight:500
}
.featured-block-six .content-box h4{
    color:#222;
    font-weight:700;
    line-height:1.25em;
    margin:0
}
.featured-block-six .content-box h4 a{
    color:#222;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.featured-block-six .content-box h4 a:hover{
    color:#0a5
}
.featured-block-six .inner-box:hover .content-box h4 a,.featured-block-six .inner-box:hover .content-box .subtitle{
    color:#fff
}
.featured-block-six .content-box .text{
    position:relative;
    margin: 15px 0 15px;
    line-height:1.65em;
    transition:all 300ms ease;
    min-height: 62.69px
}
.featured-block-six .inner-box:hover .content-box .text{
    color:#b2b2b2
}
.featured-block-six .content-box .icon-box{
    position:absolute;
    left:0;
    top:0;
    width:75px;
    height:70px;
    color:#0a5;
    font-size:54px;
    line-height:70px
}
.featured-block-six .content-box .icon-box:before{
    content:'';
    position:absolute;
    right:0;
    top:5px;
    bottom:5px;
    border-left:1px solid rgba(0,0,0,.1)
}
.featured-block-six .inner-box:hover .content-box .icon-box:before{
    border-color:rgba(255,255,255,.3)
}
.featured-block-six .hvr-dropdown{
    position:absolute;
    left:0;
    top:100%;
    width:100%;
    padding:10px 30px;
    background:#fff;
    box-shadow:0 0 25px 0 rgba(0,0,0,.1);
    opacity:0;
    visibility:hidden;
    transform:translateY(-50px);
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
    z-index:1
}
.featured-block-six .inner-box:hover .hvr-dropdown{
    transform:translateY(0);
    opacity:1;
    visibility:visible
}
.featured-block-six .hvr-dropdown ul{
    position:relative;
    display:block
}
.featured-block-six .hvr-dropdown ul li{
    position:relative;
    display:block;
    border-bottom:1px solid rgba(0,0,0,.1);
    padding:10px 0;
    line-height:24px
}
.featured-block-six .hvr-dropdown ul li:last-child{
    border-bottom:none
}
.featured-block-six .hvr-dropdown ul li a{
    position:relative;
    display:block;
    color:#757575;
    font-size:14px;
    text-transform:capitalize
}
.featured-block-six .hvr-dropdown ul li a:hover{
    color:#0a5
}

.featured-block-six .read-more{
    position:relative;
    display:block;
    padding:15px 0 0;
    border-top:1px solid rgba(0,0,0,.1);
   
}
.featured-block-six .read-more a{
    position:relative;
    display:block;
    color:#047c0c;
    font-size:16px;
    font-weight:700;
    text-transform:capitalize;
    -webkit-transition:all .4s ease;
   
}
.featured-block-six .read-more a span{
    position:relative;
    display:inline-block;
    vertical-align:top
}
.featured-block-six .read-more a span:after{
    content:"\2192"; 
    font-family:'Font Awesome 5 Pro';
    position:absolute;
    left:100%;
    margin-left:10px;
    top:0;
    line-height:20px;
    color:#047c0c;
    font-size:16px;
    font-weight:700;
    opacity:0;
    -ms-transform:translateX(20px);
    transform:translateX(20px);
    transition:all .2s ease;
    -moz-transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease
}
.featured-block-six .read-more a:hover span:after,.featured-block-six .inner-box:hover .read-more a span:after{
    opacity:1;
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.featured-block-six .read-more a:after{
    content:"\2192";
    font-family:'Font Awesome 5 Pro';
    position:absolute;
    right:0;
    top:0;
    line-height:20px;
    color:#0a5;
    font-size:16px;
    font-weight:700;
    opacity:1;
    transition:all .4s ease;
    -moz-transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease
}
.featured-block-six .read-more a:hover,.featured-block-six .inner-box:hover .read-more a{
    color:#0a5
}
.featured-block-six .read-more a:hover:after,.featured-block-six .inner-box:hover .read-more a:after{
    opacity:0;
    -ms-transform:translateX(-100px);
    transform:translateX(-100px)
}


/***Featured Block Four- Directorates***/
.featured-block-four{
    position:relative;
    margin-bottom:30px
}

.featured-block-four .inner-box{
    position:relative;
    display:block;
    /*background:#fff;*/
    padding:40px 30px 25px;
    box-shadow:0 0 15px 0 rgba(0,0,0,.07);
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.featured-block-four .inner-box:hover{
    box-shadow:0 0 30px 0 rgba(0,0,0,.07),0 15px 30px 0 rgba(0,0,0,.07)
}
.featured-block-four .count-box{
    position:absolute;
    right:0;
    top:0;
    width:70px;
    height:90px;
    padding:25px 10px 20px;
    text-align:center;
    font-size:30px;
    line-height:50px;
    font-weight:700;
    color:#c7c7c7;
    font-family:manjari,sans-serif;
    background:url(../../../uploads/cache/images/icons/line-pattern-1.png) right top repeat
}
.featured-block-four .icon-box{
    position:relative;
    display:block;
    font-size:48px;
    line-height:1em;
    color:#047c0c;
    margin-bottom:30px
}
.featured-block-four .content{
    position:relative;
    display:block
}
.featured-block-four h4{
    color:#222;
    font-weight:700;
    line-height:1.3em;
    margin:0 0 20px;
}
.featured-block-four h4 a{
    color:#222;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease
}
.featured-block-four h4 a:hover{
    color:#047c0c
}
.featured-block-four .text{
    margin-bottom:20px
}
.featured-block-four .read-more{
    position:relative;
    display:block;
    padding:15px 0 0;
    border-top:1px solid rgba(0,0,0,.1)
}
.featured-block-four .read-more a{
    position:relative;
    display:block;
    color:#047c0c;
    font-size:16px;
    font-weight:700;
    font-family:manjari,sans-serif;
    text-transform:capitalize;
    transition:all .4s ease;
    -moz-transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease
}
.featured-block-four .read-more a span{
    position:relative;
    display:inline-block;
    vertical-align:top
}
.featured-block-four .read-more a span:after{
    content:"\2192";
    font-family:flaticon;
    position:absolute;
    left:100%;
    margin-left:10px;
    top:0;
    line-height:20px;
    color:#047c0c;
    font-size:16px;
    font-weight:700;
    opacity:0;
    -ms-transform:translateX(20px);
    transform:translateX(20px);
    transition:all .2s ease;
    -moz-transition:all .2s ease;
    -webkit-transition:all .2s ease;
    -ms-transition:all .2s ease;
    -o-transition:all .2s ease
}
.featured-block-four .read-more a:hover span:after,.featured-block-four .inner-box:hover .read-more a span:after{
    opacity:1;
    -ms-transform:translateX(0);
    transform:translateX(0)
}
.featured-block-four .read-more a:after{
    content:"\2192";
    font-family:flaticon;
    position:absolute;
    right:0;
    top:0;
    line-height:20px;
    color:#047c0c;
    font-size:16px;
    font-weight:700;
    opacity:1;
    transition:all .4s ease;
    -moz-transition:all .4s ease;
    -webkit-transition:all .4s ease;
    -ms-transition:all .4s ease;
    -o-transition:all .4s ease
}
.featured-block-four .read-more a:hover,.featured-block-four .inner-box:hover .read-more a{
    color:#047c0c
}
.featured-block-four .read-more a:hover:after,.featured-block-four .inner-box:hover .read-more a:after{
    opacity:0;
    -ms-transform:translateX(-100px);
    transform:translateX(-100px)
}

/** blog-details **/

.blog-details-content{
  position: relative;
  display: block;
  margin-right:10px;
}

.blog-details-content h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 24px;
}

.blog-details-content .text h3{
  padding-top: 17px;
}

.blog-details-content .text p{
  position: relative;
  margin-bottom: 27px;
}

.blog-details-content .inner-box .image-box{
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e1e1e5;
}

.blog-details-content .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .inner-box .points-block .single-item{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 16px 20px 18px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
  margin-bottom: 20px;
}

.blog-details-content .inner-box .points-block .single-item p{
  position: relative;
  font-size: 16px;
  padding-left: 35px;
}

.blog-details-content .inner-box .points-block .single-item p i{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: #8e91a2;
}

.blog-details-content .inner-box .points-block{
  position: relative;
  padding: 6px 0px 16px 0px;
}

.blog-details-content .inner-box blockquote{
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 5px;
  padding: 33px 90px 31px 50px;
  margin: 53px 10px 34px 0px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.blog-details-content .inner-box blockquote:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 10px;
  bottom: 10px;
  border-radius: 5px;
  z-index: -1;
}

.blog-details-content .inner-box blockquote:after{
  position: absolute;
  content: '';
  width: 2px;
  height: 92px;
  left: 30px;
  top: 40px;
}

.blog-details-content .inner-box blockquote .icon-box{
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 150px;
  line-height: 150px;
  color: #f5f5f6;
}

.blog-details-content .inner-box blockquote p{
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #252638;
  margin-bottom: 13px;
}

.blog-details-content .inner-box blockquote h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #696b7e;
  font-weight: 700;
}

.blog-details-content .inner-box blockquote h4 span{
  font-size: 16px;
  font-weight: 400;
  font-family: 'Merriweather Sans', sans-serif;
}

.blog-details-content .two-column .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.blog-details-content .two-column .image img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .inner-box{
  position: relative;
  padding-bottom: 6px;
}

.blog-details-content .two-column .image a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 1;
}

.blog-details-content .tags-box{
  position: relative;
  display: block;
  padding: 74px 0px 33px 0px;
}

.blog-details-content .tags-box .tags-list li{
  position: relative;
  display: inline-block;
  color: #252638;
}

.blog-details-content .tags-box .tags-list li a{
  color: #696b7e;
}

.blog-details-content .tags-box .tags-list li a:hover{
  
}

.blog-details-content .author-box{
  position: relative;
  display: block;
  background: #252638;
  border-radius: 5px;
  padding: 32px 30px 40px 160px;
  margin-top:50px;
}

.blog-details-content .author-box .author-thumb{
  position: absolute;
  left: 30px;
  top: 40px;
  width: 100px;
  height: 100px;
  border-radius: 5px;
}

.blog-details-content .author-box .author-thumb img{
  width: 100%;
  border-radius: 5px;
}

.blog-details-content .author-box .text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  color: #ffffff;
  padding-bottom: 9px;
  margin-bottom: 19px;
}

.blog-details-content .author-box .text h4:before{
  position: absolute;
  content: '';
  width: 50px;
  height: 2px;
  left: 0px;
  bottom: 0px;
}

.blog-details-content .author-box .text p{
  color: #8e91a2;
  margin-bottom: 23px;
}

.blog-details-content .author-box .text .social-style-one li a{
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 5px;
}

.blog-details-content .author-box .text .social-style-one li:last-child a{

}

.blog-details-content .author-box .text .link{
  position: absolute;
  top: 3px;
  right: 0px;
}

.blog-details-content .author-box .text .link a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #8e91a2;
  background: #2e2f43;
  border: 1px solid #3b3c4c;
  border-radius: 4px;
  text-align: center;
  padding: 1.5px 7px;
  z-index: 1;
}

.blog-details-content .author-box .text .link a:hover{
  color: #ffffff;
}

.blog-details-content .author-box .text{
  position: relative;
  display: block;
}

.blog-details-content .post-nav-btn{
  position: relative;
  display: block;
  padding: 52px 0px 54px 0px;
  border-bottom: 1px solid #e6e6ea;
  margin-bottom: 34px;
}

.blog-details-content .post-nav-btn .image-box{
  position: absolute;
  top: 8px;
  width: 70px;
  height: 70px;
  background: #000;
  border-radius: 4px;
}

.blog-details-content .post-nav-btn .image-box img{
  width: 100%;
  transition: all 500ms ease;
  border-radius: 4px;
}

.blog-details-content .post-nav-btn .nav-btn:hover .image-box img{
  opacity: 0.85;
}

.blog-details-content .post-nav-btn .left-nav .image-box{
  left: 0px;
}

.blog-details-content .post-nav-btn .right-nav .image-box{
  right: 0px;
}

.blog-details-content .post-nav-btn .nav-btn{
  position: relative;
}

.blog-details-content .post-nav-btn .left-nav{
  padding-left: 90px;
}

.blog-details-content .post-nav-btn .right-nav{
  padding-right: 90px;
}

.blog-details-content .post-nav-btn a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #252638;
  font-weight: 700;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.blog-details-content .post-nav-btn a i{
  position: relative;
  font-size: 18px;
  font-weight: 400;
  top: 2px;
}

.blog-details-content .post-nav-btn .left-nav a i{
  margin-right: 9px;
}

.blog-details-content .post-nav-btn .right-nav a i{
  margin-left: 9px;
  top: 1px;
}

.blog-details-content .post-nav-btn h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.blog-details-content .post-nav-btn a:hover{

}

.blog-details-content .post-nav-btn:before{
  position: absolute;
  content: '\f009';
  font-size: 30px;
  font-family: 'Font Awesome 5 Pro';
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  color: #8e91a2;
  font-weight: 700
}

.blog-details-content .comment-box .comment{
  position: relative;
  padding: 0px 0px 33px 110px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 37px;
}

.blog-details-content .comment-box .comment.reply-comment{
  margin-left: 40px;
}

.blog-details-content .comment-box .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 80px;
  height: 80px;
  border-radius: 5px;
}

.blog-details-content .comment-box .comment .thumb-box img{
  border-radius: 5px;
  width: 100%;
}

.blog-details-content .comment-box .comment .comment-info{
  position: relative;
  margin-bottom: 13px;
}

.blog-details-content .comment-box .comment .comment-info h4{
  font-size: 20px;
  font-weight: 700;
}

.blog-details-content .comment-box .comment .comment-info .post-date{
  position: absolute;
  right: 0px;
  bottom: -2px;
  font-size: 16px;
  font-family: 'DM Sans', sans-serif;
  color: #696b7e;
}

.blog-details-content .comment-box .comment p{
  margin-bottom: 17px;
}

.blog-details-content .comment-box .comment .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-details-content .comment-box .comment .reply-btn:hover{
  color: #252638;
}

.blog-details-content .comment-box .comment .reply-btn i{
  position: relative;
  top: 1px;
  margin-right: 10px;
  font-size: 18px;
}

.blog-details-content .comments-form-area{
  position: relative;
  display: block;
  background: #ffffff;
  padding: 22px 50px 50px 50px;
  border: 1px solid #e6e6ea;
  margin-top:67px;
  border-radius: 5px;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.comments-form-area .default-form .form-group{
  position: relative;
  margin-bottom: 20px;
}

.comments-form-area .default-form .form-group input[type='text'], 
.comments-form-area .default-form .form-group input[type='email'], 
.comments-form-area .default-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 58px;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.comments-form-area .default-form .form-group input:focus,
.comments-form-area .default-form .form-group textarea:focus{

}

.comments-form-area .default-form .form-group textarea{
  resize: none;
  height: 214px;
}

.blog-details-content .comments-form-area .text h3{
  margin-bottom: 3px;
}

.blog-details-content .comments-form-area .text{
  margin-bottom: 32px;
}

.comments-form-area .default-form .message-btn button{
  display: block;
  width: 100%;
}

.blog-details-content .comments-form-area .text p span{

}

.blog-grid .news-block-one .inner-box{
  margin-bottom: 50px;
}

.sidebar-page-container{
  position: relative;
}

.news-block-three .inner-box{
  position: relative;
  display: block;
  padding: 20px 20px;
  border: 1px solid #e1e1e5;
  border-radius: 5px;
  background: #ffffff;
  margin-bottom: 50px;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover{
  border-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 10%);
}

.news-block-three .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.news-block-three .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box:before{
  opacity: 0.5;
}

.news-block-three .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.news-block-three .inner-box:hover .image-box img{
  transform: scale(1.02);
}

.news-block-three .inner-box .image-box a{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}

.news-block-three .inner-box .post-date,
.blog-details-content .inner-box .post-date{
  position: absolute;
  top: -25px;
  right: -1px;
}

.news-block-three .inner-box .post-date h3,
.blog-details-content .inner-box .post-date h3{
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #047c0c;
  color: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 4px 0px 4px;
  line-height: 24px;
  z-index: 2;
}

.news-block-three .inner-box .post-date h3 span,
.blog-details-content .inner-box .post-date h3 span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block-three .inner-box .lower-content{
  position: relative;
  padding: 36px 20px 20px 20px;
}

.blog-details-content .inner-box .lower-content{
	position:relative;
	padding-top:40px;
}

.news-block-three .inner-box .lower-content .category,
.blog-details-content .inner-box .lower-content .category{
  position: absolute;
  left: 20px;
  top: -15px;
  z-index: 2;
}

.news-block-three .inner-box .lower-content .category a,
.blog-details-content .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  background: #047c0c;
  text-align: center;
  padding: 3px 12.5px;
}

.news-block-three .inner-box .lower-content .category a i,
.blog-details-content .inner-box .lower-content .category a i{
  margin-right: 7px;
}

.news-block-three .inner-box .lower-content .category a:hover,
.blog-details-content .inner-box .lower-content .category a:hover{
  background: #252638;
}

.news-block-three .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 14px;
}

.news-block-three .inner-box .lower-content h3 a{
  display: inline-block;
  color: #252638;
}

.news-block-three .inner-box .lower-content h3 a:hover{

}

.news-block-three .inner-box .lower-content .post-info li,
.blog-details-content .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 26px;
  padding-left: 22px;
  font-size: 16px;
  color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li:last-child,
.blog-details-content .inner-box .lower-content .post-info li:last-child{
  margin: 0px !important;
}

.news-block-three .inner-box .lower-content .post-info li a,
.blog-details-content .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #696b7e;
}

.news-block-three .inner-box .lower-content .post-info li a:hover{

}

.news-block-three .inner-box .lower-content .post-info li i,
.blog-details-content .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 14px;
}

.news-block-three .inner-box .lower-content .post-info,
.blog-details-content .inner-box .lower-content .post-info{
  position: relative;
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6ea;
  margin-bottom: 24px;
}

.news-block-three .inner-box .lower-content .post-info li:before,
.blog-details-content .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #d6d6da;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}

.news-block-three .inner-box .lower-content .post-info li:last-child:before,
.blog-details-content .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}

.news-block-three .inner-box .lower-content p{
  position: relative;
  display: block;
  margin-bottom: 33px;
}

.news-block-three .inner-box .lower-content .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'DM Sans', sans-serif;
  color: #252638;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #e6e6ea;
  border-radius: 4px;
  padding: 14px 38px;
}

.news-block-three .inner-box .lower-content .btn-box a:hover{
  color: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option{
  position: absolute;
  right: 20px;
  bottom: 17px;
}

.news-block-three .inner-box .lower-content .share-option .share-icon{
  position: relative;
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  background: #f5f5f6;
  border: 1px solid #f5f5f6;
  border-radius: 5px;
  font-size: 20px;
  color: #9295a6;
  text-align: center;
}

.news-block-three .inner-box .lower-content .share-option:hover .share-icon{
  background: #ffffff;
}

.news-block-three .inner-box .lower-content .share-option h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 58px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover h6{
  opacity: 0;
}

.news-block-three .inner-box .lower-content .share-option .social-links{
  position: absolute;
  top: 0px;
  right: 68px;
  width: 180px;
  height: 58px;
  border: 1px solid #e6e6ea;
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  transform: scaleX(0);
  transform-origin: right center;
  transition: all 500ms ease;
}

.news-block-three .inner-box .lower-content .share-option:hover .social-links{
  transform: scaleX(1);
}

.news-block-three .inner-box .lower-content .share-option .social-links li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  margin: 0px 12px;
  line-height: 58px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:before{
  position: absolute;
  content: '';
  background: #e6e6ea;
  width: 1px;
  height: 24px;
  top: 16px;
  right: -13px;
}

.news-block-three .inner-box .lower-content .share-option .social-links li:last-child:before{
  display: none;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a{
  display: inline-block;
  color: #8e91a2;
}

.news-block-three .inner-box .lower-content .share-option .social-links li a:hover{

}

.blog-sidebar{
  position: relative;
  display: block;
}

.blog-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.blog-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 70px 10px 30px;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group button{
  position: absolute;
  top: 20px;
  right: 29px;
  font-size: 20px;
  color: #989aaa;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  transition: all 500ms ease;
}

.blog-sidebar .search-widget .search-form .form-group input:focus{

}

.blog-sidebar .search-widget .search-form .form-group input:focus + button,
.blog-sidebar .search-widget .search-form .form-group button:hover{

}

.blog-sidebar .search-widget{
  position: relative;
}

.blog-sidebar .sidebar-widget{
  margin-bottom: 44px;
  border: 1px solid #e6e6ea;
  padding:0px 30px 30px;
}

.blog-sidebar .sidebar-widget .widget-content{
  position: relative;
  background: #ffffff;
}

.blog-sidebar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.blog-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-left: 68px;
}

.blog-sidebar .widget-title:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0px;
  top: 15px;
}
.blog-sidebar .sidebar-widget ul li {
  position: relative;
  display: block;
  padding: 0px 0px 12px 0px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6ea;
}
.blog-sidebar .sidebar-widget ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 28px;
}
.blog-sidebar .sidebar-widget ul li a::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0px;
  top: 6px;
  border: 1px solid #8e91a2;
  background: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-widget ul li a::after {
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.blog-sidebar .sidebar-widget ul li a span {
  float: right;
}
.blog-sidebar .sidebar-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.blog-sidebar .widget-title:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px;
  top: 15px;
}

.blog-sidebar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.blog-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 12px 0px 11px 0px;
  border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.blog-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 28px;
}

.blog-sidebar .category-widget .category-list li a span{
  float: right;
}

.blog-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0px;
  top: 6px;
  border: 1px solid #8e91a2;
  background: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:before{

}

.blog-sidebar .category-widget .category-list li a:after{
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.blog-sidebar .category-widget .category-list li a:hover:after{
  background: #ffffff;
}

.blog-sidebar .category-widget .category-list li a:hover{

}

.blog-sidebar .post-widget .post{
  position: relative;
  padding-left: 90px;
  padding-bottom: 27px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6ea;
}

.blog-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom:0px;
}

.blog-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-size:cover;
  background-position:center center;
}

.blog-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.blog-sidebar .post-widget .post h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.blog-sidebar .post-widget .post h6 a{
  display: inline-block;
  color: #252638;
}

.blog-sidebar .post-widget .post h6 a:hover{

}

.blog-sidebar .post-widget .post p i{
  margin-right: 8px;
}

.blog-sidebar .archives-widget .select-box{
  position: relative;
  min-height: 60px;
}

.blog-sidebar .archives-widget .widget-content{
  padding: 30px 30px;
}

.blog-sidebar .archives-widget .select-box .icon-box{
  position: absolute;
  left: 21px;
  top: 17px;
  color: #696b7e;
  font-size: 14px;
  z-index: 1;
}

.blog-sidebar .archives-widget .nice-select{
  height: 60px;
  line-height: 60px;
  background: #f5f5f6;
  border: 1px solid #e6e6ea !important;
  border-radius: 5px;
  font-size: 16px;
  color: #757788;
  padding: 0px 30px 0px 42px;
}

.blog-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background: #f5f5f6;
  color: #696b7e;
  border-radius: 4px;
  border: 1px solid #e6e6ea;
  padding: 4px 7px;
  text-align: center;
}

.blog-sidebar .tags-widget .tags-list li a:hover{
  color: #ffffff;
}

.blog-sidebar .tags-widget .widget-content{
  padding: 30px 30px 20px 30px;
}


/** Knowledge base**/
.kb-section {
    position: relative;
    padding: 60px 0 110px;
    background: #fff;
}
.hkb-screen-reader-text{
    position:absolute;
    width:1px;
    height:1px;
    padding:0;
    margin:-1px;
    overflow:hidden;
    clip:rect(0, 0, 0, 0);
    border:0
}
.hkb-searchbox{
    max-width:620px
}
.hkb-searchbox.hkb-searchbox--center{
    margin-left:auto;
    margin-right:auto;
    text-align:center
}
.hkb-searchbox .hkb-searchbox__title{
    font-size:2em;
    margin:0 0 1em;
    color:#fff;
    font-weight:500;
}
.hkb-site-search{
    position:relative;
    display:flex;
    align-items:stretch;
    margin:0;
    padding:0
}
.hkb-site-search .hkb-site-search__field{
    background:#fff;
    border:none;
    flex-grow:1;
    margin:0 1em 0 0;
    padding:0.8em 1em 0.8em 44px;
    line-height:1;
    background-repeat:no-repeat;
    background-position:right 5px center;
    background-image:none;
    border-radius:99px;
}
.hkb-site-search .hkb-site-search__field:focus{
    outline:none
}
.hkb-site-search .hkb-site-search__field::placeholder{
    color:#b3b3b3
}
.hkb-site-search .hkb-site-search__field.live-search-loading{
    background-image:url("../images/loader.svg")
}
.hkb-site-search .hkb-site-search__button{
    display:none;
    background:#047c0c;
    color:#fff;
    border-radius:4px;
    min-width:120px;
    margin:0;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    line-height:1;
    border:none
}
.hkb-site-search .hkb-site-search__icon{
    position:absolute;
    left:14px;
    height:20px;
    width:20px;
    top:50%;
    margin-top:-12px
}
.hkb-site-search .hkb-site-search__icon path{
    fill:#1a1a1a
}

.hkb-category{
    /*padding:0 0 1em;
    border-bottom:1px solid #e6e6e6;*/
    border-radius: 4px;
background: #fff;
padding: 24px 24px 5px;
}

.hkb-category .hkb-categoryhead{
    margin:0 0 1em;
    display:flex;
}
.hkb-category .hkb-article-list{
    font-size:1em;
    margin:0
}
 .hkb-category .hkb-category__view-all{
    text-decoration:none;
    border:none;
    display:block;
    font-size:1em;
    position:relative;
    padding-left:24px;
    color:inherit;
    font-weight:normal;
    margin:1em 0 0 0
}
.hkb-category .hkb-category__view-all:hover{
    border:none
}
.hkb-category .hkb-category__view-all:focus{
    outline:none
}
.hkb-category .hkb-category__view-all:hover{
    color:#047c0c;
}
.hkb-category .hkb-category__view-all::before{
    display:block;
    height:14px;
    width:14px;
    position:absolute;
    top:2px;
    bottom:0;
    left:0
}
.hkb-categoryhead .hkb-categoryhead__title{
    display:inline-block;
    font-size:20px;
    font-weight:600;
    margin:0;
    padding:0;
    line-height: 28px;
    
}
.hkb-categoryhead .hkb-categoryhead__title a{
    text-decoration:none;
    border:none;
    color:inherit;
    
}
.hkb-categoryhead .hkb-categoryhead__title a:hover{
    border:none
}
.hkb-categoryhead .hkb-categoryhead__title a:focus{
    outline:none
}
.hkb-categoryhead .hkb-categoryhead__title a:hover{
    color:#047c0c;
}
.hkb-categoryhead .hkb-categoryhead__count{
    display:inline-block;
    font-size:.8em;
    color:#999;
    margin-left:6px
}
.hkb-categoryhead .hkb-categoryhead__count:before{
    content:"("
}
.hkb-categoryhead .hkb-categoryhead__count:after{
    content:")"
}
.hkb-categoryhead .hkb-categoryhead__description{
    margin:.25em 0 0;
    font-size:.95em;
    line-height:1.45;
    color:rgba(0, 0, 0, .75);
}
.hkb-article-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 26px;
}

/*.hkb-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: unset;
}

.hkb-category li {position: relative;
    display: block;
    padding: 0px 0px 12px 0px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e6e6ea;
}
/*.hkb-category li {
  position: relative;
  padding: 8px 0 0 25px;
  background: none;
  list-style: none;
  text-indent: 0;
}*/
.ht-hero__subtitle {
  margin: 10px 0 20px;
    margin-right: 0px;
    margin-left: 0px;
  color: rgba(255,255,255,.8);
  font-size: 24px;
  line-height: 32px;
  margin-left: auto;
margin-right: auto;

}
.hkb-category li::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E");
  position: absolute;
  top: 4px;
  bottom: 0;
  left: 0;
}
.hkb-subheader {
 padding: 5em 0 2em;
 color: #fff;
}
.hkb-subheader .solid {
    background:#0d3e5c;
}

@media screen and (min-width: 770px){
   .hkb-subheader>.hkb-container{
        display:flex;
        align-items:center
    }
}
.hkb-subheader .hkb-site-search {
  width: 340px;
  margin: 0;
  padding: 0;
}
.hkb-subheader .hkb-site-search .hkb-site-search__field {
  margin: 0 !important;
  font-size: 1em;
}

.hkb-subheader .hkb-site-search .hkb-site-search__button{
    display:none
}
.hkb-subheader a{
    color:#FFF;
}


.hkb-subheader .hkb-breadcrumbs-wrap{
        margin:1em 0 0;
        flex-grow:1;
        order:-1
    }

.hkb-breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: .9em;
}
.hkb-breadcrumbs li {
  display: inline-block;
  margin: 0;
}
.hkb-breadcrumbs a {
  text-decoration: none;
  border: none;
  color: #fff;
}

.hkb-breadcrumbs li:not(:first-child)::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='12' width='12' viewBox='0 0 16 16'%3E%3Cpath fill='%23ccc' d='M6 13.4L4.6 12 8.6 8 4.6 4 6 2.6 11.4 8z'/%3E%3C/svg%3E");
  height: 12px;
  width: 12px;
  display: inline-flex;
  margin: 0 4px;
  position: relative;
  top: 1px;
}

.learn_btn {
  font-size: 16px;
  font-weight: 500;
  padding-top: 20px;
  display: inline-block;
  transition: color 0.2s linear;
}
.learn_btn i {
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
  transition: all 0.2s linear, color 0s linear;
}
.arrow_right::before {
  content: '\2192';
  font-family: 'Font Awesome 5 Pro';
}

.hkb-article {
  position: relative;
  margin: 0 0 2em;
}
.hkb-article .hkb-article__title {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 0.5em;
}

.hkb-siderbar{
  position: relative;
  display: block;
}

.hkb-siderbar .search-widget .search-form .form-group{
  position: relative;
  margin: 0px;
}

.hkb-siderbar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 64px;
  background: #ffffff;
  border: 1px solid #e6e6ea;
  border-radius: 5px;
  font-size: 16px;
  color: #696b7e;
  padding: 10px 70px 10px 30px;
  transition: all 500ms ease;
}

.hkb-siderbar .search-widget .search-form .form-group button{
  position: absolute;
  top: 20px;
  right: 29px;
  font-size: 20px;
  color: #989aaa;
  background: transparent;
  cursor: pointer;
  font-weight: 700;
  transition: all 500ms ease;
}

.hkb-siderbar .search-widget .search-form .form-group input:focus{

}

.hkb-siderbar .search-widget .search-form .form-group input:focus + button,
.hkb-siderbar .search-widget .search-form .form-group button:hover{

}

.hkb-siderbar .search-widget{
  position: relative;
}

.hkb-siderbar .sidebar-widget{
  margin-bottom: 44px;
  border: 1px solid #e6e6ea;
  padding:0px 30px 30px;
}

.hkb-siderbar .sidebar-widget .widget-content{
  position: relative;
  background: #ffffff;
}

.hkb-siderbar .sidebar-widget:last-child{
  margin-bottom: 0px;
}

.hkb-siderbar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 22px;
  padding-left: 68px;
}

.hkb-siderbar .widget-title:before{
  position: absolute;
  content: '';
  width: 4px;
  height: 4px;
  left: 0px;
  top: 15px;
  background: #047c0c;
}

.hkb-siderbar .sidebar-widget ul li {
  position: relative;
  display: block;
  padding: 0px 0px 12px 0px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e6e6ea;
}
.hkb-siderbar .sidebar-widget ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 28px;
}
.hkb-siderbar .sidebar-widget ul li a::before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0px;
  top: 6px;
  border: 1px solid #8e91a2;
  background: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}
.hkb-siderbar .sidebar-widget ul li a::after {
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease;
}
.hkb-siderbar .sidebar-widget ul li a span {
  float: right;
}
.hkb-siderbar .sidebar-widget ul li:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.hkb-siderbar .widget-title:after{
  position: absolute;
  content: '';
  width: 50px;
  height: 4px;
  left: 8px;
  top: 15px;
  background: #047c0c;
}

.hkb-siderbar .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
}

.hkb-siderbar .category-widget .category-list li{
  position: relative;
  display: block;
  padding: 12px 0px 11px 0px;
  border-bottom: 1px solid #e6e6ea;
}

.hkb-siderbar .category-widget .category-list li:last-child{
  border-bottom: none;
}

.hkb-siderbar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #696b7e;
  padding-left: 28px;
}

.hkb-siderbar .category-widget .category-list li a span{
  float: right;
}

.hkb-siderbar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 0px;
  top: 6px;
  border: 1px solid #8e91a2;
  background: #ffffff;
  border-radius: 50%;
  transition: all 500ms ease;
}

.hkb-siderbar .category-widget .category-list li a:hover:before{

}

.hkb-siderbar .category-widget .category-list li a:after{
  position: absolute;
  content: '';
  background: #8e91a2;
  width: 4px;
  height: 4px;
  left: 5px;
  top: 11px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.hkb-siderbar .category-widget .category-list li a:hover:after{
  background: #ffffff;
}

.hkb-siderbar .category-widget .category-list li a:hover{

}

.hkb-siderbar .post-widget .post{
  position: relative;
  padding-left: 90px;
  padding-bottom: 27px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e6e6ea;
}

.hkb-siderbar .post-widget .post:last-child{
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom:0px;
}

.hkb-siderbar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 6px;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  background-size:cover;
  background-position:center center;
}

.hkb-siderbar .post-widget .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.hkb-siderbar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.hkb-siderbar .post-widget .post h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.hkb-siderbar .post-widget .post h6 a{
  display: inline-block;
  color: #252638;
}

.hkb-siderbar .post-widget .post h6 a:hover{

}

.hkb-siderbar .post-widget .post p i{
  margin-right: 8px;
}

.hkb-siderbar .archives-widget .select-box{
  position: relative;
  min-height: 60px;
}

.hkb-siderbar .archives-widget .widget-content{
  padding: 30px 30px;
}

.hkb-siderbar .archives-widget .select-box .icon-box{
  position: absolute;
  left: 21px;
  top: 17px;
  color: #696b7e;
  font-size: 14px;
  z-index: 1;
}

.hkb-siderbar .archives-widget .nice-select{
  height: 60px;
  line-height: 60px;
  background: #f5f5f6;
  border: 1px solid #e6e6ea !important;
  border-radius: 5px;
  font-size: 16px;
  color: #757788;
  padding: 0px 30px 0px 42px;
}

.hkb-siderbar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
}

.hkb-siderbar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background: #f5f5f6;
  color: #696b7e;
  border-radius: 4px;
  border: 1px solid #e6e6ea;
  padding: 4px 7px;
  text-align: center;
}

.hkb-siderbar .tags-widget .tags-list li a:hover{
  color: #ffffff;
}

.hkb-siderbar .tags-widget .widget-content{
  padding: 30px 30px 20px 30px;
}

.hkb-feedback{
    border-top:1px solid #dfe4e6;
    border-bottom:1px solid #dfe4e6;
    padding:2em 0;
    margin:0 0 2em;
    text-align:center
}
.hkb-feedback .hkb-feedback__title{
    font-size:1em;
    margin:0 0 1em;
    padding:0
}


.ht-voting .ht-voting-links{
    display:flex;
    justify-content:center
}
.ht-voting .ht-voting-links .ht-voting-upvote,
.ht-voting .ht-voting-links .ht-voting-downvote{
    display:flex;
    align-items:center;
    margin:0 1em;
    color:inherit;
    text-decoration:none
}
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-upvote-icon,
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-downvote-icon,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-upvote-icon,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-downvote-icon{
    display:flex;
    align-items:center;
    background:#ccc;
    color:#fff;
    text-decoration:none;
    border-radius:99%;
    padding:.75em;
    transition:background .15s ease-in-out,color .15s ease-in-out
}
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-upvote-icon svg,
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-downvote-icon svg,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-upvote-icon svg,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-downvote-icon svg{
    height:24px;
    width:24px
}
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-upvote-label,
.ht-voting .ht-voting-links .ht-voting-upvote .ht-voting-downvote-label,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-upvote-label,
.ht-voting .ht-voting-links .ht-voting-downvote .ht-voting-downvote-label{
    margin-left:.5em;
    font-size:1em;
    line-height:1;
    color:inherit
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover .ht-voting-upvote-icon,
.ht-voting .ht-voting-links .ht-voting-upvote.active .ht-voting-upvote-icon{
    background: #3f9142;
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover .ht-voting-upvote-icon svg g,
.ht-voting .ht-voting-links .ht-voting-upvote.active .ht-voting-upvote-icon svg g{
    stroke:#fff
}
.ht-voting .ht-voting-links .ht-voting-upvote:hover .ht-voting-upvote-label,
.ht-voting .ht-voting-links .ht-voting-upvote.active .ht-voting-upvote-label{
    color:#3f9142;
}
.ht-voting .ht-voting-links .ht-voting-downvote:hover .ht-voting-downvote-icon,
.ht-voting .ht-voting-links .ht-voting-downvote.active .ht-voting-downvote-icon{
    background:#ba2525;
}
.ht-voting .ht-voting-links .ht-voting-downvote:hover .ht-voting-downvote-icon svg g,
.ht-voting .ht-voting-links .ht-voting-downvote.active .ht-voting-downvote-icon svg g{
    stroke:#fff
}
.ht-voting .ht-voting-links .ht-voting-downvote:hover .ht-voting-downvote-label,
.ht-voting .ht-voting-links .ht-voting-downvote.active .ht-voting-downvote-label{
    color:#ba2525;
}
.ht-voting .ht-voting-login-required{
    background-color:red;
    color:#fff;
    margin:2px;
    padding:2px
}
.ht-voting br{
    display:none
}
.ht-voting-comment{
    margin:2em auto 0;
    max-width:600px;
    text-align:right
}
.ht-voting-comment .ht-voting-comment__textarea{
    background:#fff;
    margin:0 0 1em;
    width:100%
}
.ht-voting-comment .ht-voting-comment__submit{
    background:grey;
    color:#fff;
    border-radius:4px
}

.hkb-article-related {
  font-size: .95em;
  margin: 0 0 2em;
}
.hkb-article-related .hkb-article-related__title {
  font-size: 1.2em;
  margin: 0 0 .75em;
}
ul.hkb-article-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1em;
}
ul.hkb-article-list > li {
  position: relative;
  display: block;
  padding: 0 0 0 24px;
  margin: 0 0 .25em;
}
.hkb-article-related .hkb-article-list li {
  padding-right: 85px;
}
ul.hkb-article-list > li::before {
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  content: url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E");
  height: 16px;
  width: 16px;
}
ul.hkb-article-list a {
  text-decoration: none;
  border: none;
  color: inherit;
  font-weight: normal;
}

#hkb-jquery-live-search{
    background:#fff;
    padding:0;
    max-height:400px;
    overflow:auto;
    position:absolute;
    z-index:999999;
    border:1px solid #e6e6e6;
    border-width:0 1px 1px 1px;
    box-shadow:5px 5px 5px rgba(0,0,0,.3);
    margin-top:4px;
    border-radius:4px
}
#hkb-jquery-live-search::-webkit-scrollbar{
    width:8px
}
#hkb-jquery-live-search::-webkit-scrollbar-track{
    background:rgba(0,0,0,.1);
    border-radius:10px;
    margin:2px
}
#hkb-jquery-live-search::-webkit-scrollbar-thumb{
    background:rgba(0,0,0,.1);
    border-radius:10px
}
#hkb-jquery-live-search::-webkit-scrollbar-thumb:hover{
    background:rgba(0,0,0,.15)
}
.hkb-searchresults{
    list-style:none;
    margin:0;
    padding:0
}
.hkb-searchresults>li{
    position:relative;
    padding:0 1em;
    margin:0
}
.hkb-searchresults>li:hover,.hkb-searchresults>li.hkb-searchresults__current{
    background:#f7f7f7
}
.hkb-searchresults>li:nth-last-child(2) a{
    padding-bottom:1em
}
.hkb-searchresults>li.hkb-searchresults__article{
    padding-left:35px
}
.hkb-searchresults>li.hkb-searchresults__article a:before{
    line-height:1;
    position:absolute;
    left:10px;
    top:10px;
    content:url("data:image/svg+xml;charset=UTF-8, %3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 384 512' fill='%23666'%3E%3Cpath d='M288 248v28c0 6.6-5.4 12-12 12H108c-6.6 0-12-5.4-12-12v-28c0-6.6 5.4-12 12-12h168c6.6 0 12 5.4 12 12zm-12 72H108c-6.6 0-12 5.4-12 12v28c0 6.6 5.4 12 12 12h168c6.6 0 12-5.4 12-12v-28c0-6.6-5.4-12-12-12zm108-188.1V464c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V48C0 21.5 21.5 0 48 0h204.1C264.8 0 277 5.1 286 14.1L369.9 98c9 8.9 14.1 21.2 14.1 33.9zm-128-80V128h76.1L256 51.9zM336 464V176H232c-13.3 0-24-10.7-24-24V48H48v416h288z'/%3E%3C/svg%3E")
}
.hkb-searchresults>li.hkb-searchresults__showall,.hkb-searchresults>li.hkb-searchresults__noresults{
    background:#f7f7f7;
    text-align:center;
    font-size:.9em
}
.hkb-searchresults>li.hkb-searchresults__showall a,.hkb-searchresults>li.hkb-searchresults__showall span,.hkb-searchresults>li.hkb-searchresults__noresults a,.hkb-searchresults>li.hkb-searchresults__noresults span{
    display:block;
    padding:.5em
}
.hkb-searchresults>li a{
    text-decoration:none;
    border:none;
    padding:.5em 0;
    display:block;
    color:inherit;
    text-decoration:none
}
.hkb-searchresults>li a:hover{
    border:none
}
.hkb-searchresults>li a:focus{
    outline:none
}
.hkb-searchresults>li .hkb-searchresults__title,.hkb-searchresults>li .hkb-searchresults__excerpt{
    display:block
}
.hkb-searchresults>li .hkb-searchresults__title{
    font-weight:600;
    line-height:1.35
}
.hkb-searchresults>li .hkb-searchresults__excerpt{
    margin:.25em 0 0;
    font-size:.9em;
    line-height:1.4
}
.hkb-searchresults>li .hkb-searchresults__excerpt span.highlight{
    background-color:#ff0
}


/**Others**/
.main-breadcrumbs span {
  color: #fff;
}
.main-breadcrumbs span::after {
  position: absolute;
  height: 1px;
  width: 10px;
  content: '\2192';
  display: block;
  top: -3px;
  right: 3px;
}
.elementor-20 .elementor-element.elementor-element-25ea78e .elementor-heading-title {
	font-size: 2.5vw !important
}
.elementor-counter .elementor-counter-number-wrapper {
  font-size: 43px !important;
  font-weight: 600;
  line-height: 1;
}
.elementor-20 .elementor-element .elementor-element-7280e4c {
  width: 67.344% !important;
}

.elementor-20 .elementor-element.elementor-element-95928ed {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  color: #FFFFFFE0;
  margin-top: 10px !important;
  margin-bottom: 40px;
}