.editor-content input[type=text],
.editor-content input[type=email],
.editor-content input[type=number],
.editor-content input[type=password],
.editor-content input[type=search],
.editor-content input[type=tel],
.editor-content textarea,
.editor-content select,
.comment-form input,
.comment-form textarea{
	     border: 1px solid #fafafa;
    padding: 10px 20px;
    border-radius: 16px;
    height: 62px;
    display: block;
    box-sizing: border-box;
    font-family: inherit;
    width: 100%;
    transition: 0.3s;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
}
.editor-content input[type=text]:focus,
.editor-content input[type=email]:focus,
.editor-content input[type=number]:focus,
.editor-content input[type=password]:focus,
.editor-content input[type=search]:focus,
.editor-content input[type=tel]:focus,
.editor-content textarea:focus,
.comment-form input:focus,
.comment-form textarea:focus{
	border: 1px solid var(--color2);
	background-color:#ffffff;
}
.editor-content input[type=text]::placeholder ,
.comment-form input::placeholder,
.comment-form textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#A6A6A6;
}

.editor-content input[type=text]:-ms-input-placeholder ,
.comment-form input:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#A6A6A6;
}

.editor-content input[type=text]::-ms-input-placeholder,
.comment-form input::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder  { /* Microsoft Edge */
  color: 
}
.editor-content textarea,.comment-form textarea{
    min-height: 185px;
} 
.editor-content{
    line-height: 35px;
}
.editor-content img{
	border-radius:16px;

}
.desc-cm {
    color: #5C5C5C;
    font-size: 16px;
    text-align: center;
}
.owl-gallery{
    margin: 25px auto;
    padding: 0 30px;
}

.gallery_item {
    position: relative;
    display: block;
}
.lg-outer{
    text-align: right;
}
.gallery_item a {
    display: block;
    position:relative;
    text-align: center;
    margin: auto;
	border-radius: 16px;
    overflow: hidden;
}
.gallery_item a:after{
    opacity: 0;
    visibility: hidden;
    content: "+";
    position: absolute;
    color: #fff;
    font-size: 50px;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    top: 2px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
    z-index: 1;
}
.gallery_item a:before{
	width: 10%;
    height: 10%;
    border-radius: 50%;
    background-color: #bb86fc8c;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    content: '';
    transition: 0.4s;
    opacity: 0;
}
.gallery_item:hover a:after,.gallery_item:hover a:before{
     opacity:1;
    visibility:visible;
    transition:0.3s;
}
.gallery_item a:hover:before{
     opacity: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.editor-content .alignleft {
    float: left;
    margin: 20px 20px 10px 0;
	max-width: 50%;
}

.editor-content .alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
	max-width: 50%;
}
.editor-content .aligncenter{
	text-align:center;
	display:block;
	margin: 20px auto;
}

.editor-content li h2,
.editor-content li h3,
.editor-content li h4,
.editor-content li h5,
.editor-content li h6{
    margin-bottom: 0;
    display: inline;
}
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6{
    margin-bottom: 10px;
}
.editor-content.main-content h1,
.editor-content.main-content h2,
.editor-content.main-content h3,
.editor-content.main-content h4,
.editor-content.main-content h5,
.editor-content.main-content h6{
	margin-top: 20px;
}
.editor-content h1 {
    font-size: calc( var(--heading_h1_fontsize));
}
.editor-content h2 {
    font-size: calc( var(--heading_h1_fontsize) - 2px );
}
.editor-content h3 {
    font-size: calc( var(--heading_h1_fontsize) - 4px );
}
.editor-content h4 {
   font-size: calc( var(--heading_h1_fontsize) - 5px );
}
.editor-content h5 {
    font-size: calc( var(--heading_h1_fontsize) - 6px );
}
.editor-content h6 {
   font-size: calc( var(--heading_h1_fontsize) - 7px );
}
.editor-content ul, .editor-content ol {
    margin: 40px 0;
}
.editor-content ul li {
    margin: 10px 0;
    color: #666666;
}
.editor-content.main-content ul li:before{
    content: "";
    background: var(--color1);
    margin-left: 12px;
    display: inline-flex;
    height: 12px;
    width: 12px;
    border-radius: 50%;
}
.editor-content.main-content .wp-caption-text {
    text-align: center;
}
.editor-content.main-content .wp-caption{
    width: auto!important;
}
.editor-content.main-content a{
	color:var(--color1);
}
.editor-content.main-content a:hover{
	color:var(--color2);
}
.editor-content p{
	color:#575757;
	text-align:justify;
}

.editor-content blockquote {
    padding: 40px 63px;
    background-color: #fff;
    position: relative;
    margin: 70px 0 50px;
    display: table;
    border-radius: 16px;
}

.editor-content .highlight-block {
    padding: 40px 63px;
    background-color: #fff;
    position: relative;
    margin: 45px 0 45px;
    display: table;
    border-radius: 16px;
}
.editor-content blockquote:before{
        font-family: 'icomoon';
    position: absolute;
    display: inline-block;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 60px;
}
.editor-content blockquote:before{
	content: "\e912";
	color:var(--color2);
}
.editor-content blockquote p{
    position: relative;
    font-family: var(--bold_font);
    color: #999999 !important;
	font-size: 16px !important;
}
.editor-content ol {
	list-style: none;
    margin-left: 0;
    padding: 0;

}
.editor-content ol li {
	counter-increment:item;
    position: relative;
    padding-right: 35px;
    margin: 10px 0;
    font-size: 16px;
    color: #666666;
}
.editor-content ol li:before{
    content:counter(item)" ";
    color: var(--color1);
    font-size: 18px;
	font-weight: bold;
    height: 100%;
    width: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
}
.editor-content ol li:after{
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--color1);
    top: 50%;
    right: 16px;
}
.gallery_item  img{
    transition:all 0.3s;
}
.editor-content .wp-video {
    display: block;
    margin: 20px auto;
}
.owl-carousel.owl-gallery .owl-item img {
    object-fit: contain;
}
.owl-carousel.owl-gallery  .owl-nav,
.owl-carousel.honor-carousel  .owl-nav,
.owl-carousel.team-carousel  .owl-nav{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.owl-carousel.owl-gallery  .owl-nav button,
.owl-carousel.honor-carousel  .owl-nav button,
.owl-carousel.team-carousel  .owl-nav button{
    background: var(--color2);
    color: #fff;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    font-size: 27px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 11px;
}
	




.owl-carousel.owl-gallery  .owl-nav button i,
.owl-carousel.honor-carousel  .owl-nav button i,
.owl-carousel.team-carousel  .owl-nav button i{
  display:inline-block;
  font-size: 14px;
}


.editor-content.main-content table {
	border-collapse: collapse;
	margin: 20px auto;
	overflow-x: auto;
	display: block;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
	border: 1px solid #dcdcdc;
	border-bottom: 0;
}
.editor-content.main-content table tr, 
.editor-content.main-content table td,
.editor-content.main-content table th {
    border: 1px solid #dcdcdc;
    text-align: center;
}
.editor-content.main-content table th{
	font-family:var(--bold_font)
}
.editor-content.main-content table tr:first-child th, 
.editor-content.main-content table tr:first-child {
    border-top: none;
    border-right: none;
}
.editor-content.main-content table td {
    white-space: nowrap;
    border-bottom: none;
    color: #000;
    padding: 10px 15px;
    font-size: inherit;
}
/* width */
.editor-content.main-content table::-webkit-scrollbar {
  width: 5px;
  height:8px;
}
/* Track */
.editor-content.main-content table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
}
/* Handle */
.editor-content.main-content table::-webkit-scrollbar-thumb {
  background: var(--color1); 
  border-radius: 10px;
}
/* Handle on hover */
.editor-content.main-content table::-webkit-scrollbar-thumb:hover {
  background: var(--color1); 
} 



@media screen and (max-width: 1200px) {
.owl-gallery {
    padding: 0 ;
}
}
@media screen and (max-width: 992px) {
	.editor-content .alignleft {
		margin: 20px 0 20px 0;
		max-width: 100%;
	}
	.editor-content .alignright {
    margin-left: 0;
    max-width: 100%;
}
.editor-content blockquote {
    padding: 25px 25px;
    margin: 35px 0 35px;
}
.editor-content blockquote p {
    font-size: 14px !important;
    line-height: 2;
}
.editor-content blockquote:before {
    font-size: 36px;
}
.editor-content .highlight-block {
    padding: 20px 25px;
    margin: 30px 0 30px;
    font-size: 14px;
    line-height: 2;
}
.editor-content ul, .editor-content ol {
    margin: 20px 0;
}
.owl-carousel.owl-gallery .owl-nav button, .owl-carousel.honor-carousel .owl-nav button, .owl-carousel.team-carousel .owl-nav button {
    height: 30px;
    width: 30px;
}
.owl-carousel.owl-gallery .owl-nav button i, .owl-carousel.honor-carousel .owl-nav button i, .owl-carousel.team-carousel .owl-nav button i {
    font-size: 9px;
}
}

@media screen and (max-width: 768px) {
	.editor-content input[type=text], .editor-content input[type=email], .editor-content input[type=number], .editor-content input[type=password], .editor-content input[type=search], .editor-content input[type=tel], .editor-content textarea, .editor-content select, .comment-form input, .comment-form textarea {
    height: 50px;
    font-size: 14px;
	margin-bottom: 5px;
}
}
@media screen and (max-width: 992px) {
	.owl-carousel.owl-gallery .owl-nav, .owl-carousel.honor-carousel .owl-nav, .owl-carousel.team-carousel .owl-nav {
    margin-top: 10px;
}
}