/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* Services Details
* Project Details
* Team Details
* Blog
* Page Title
* Header
* Footer
* Row Setting
* Background Position and Color
* Form
* Accordion Style 1
* Owl Slider
* Search Form
* 404 Page
* Button
* coronia Feature
* Custom
-------------------------------------------------------------------*/
.content-area.col-lg-8 {
  -ms-flex: 0 0 68.3%;
  flex: 0 0 68.3%;
  max-width: 68.3%;
}
.single-team .content-area,
.single-project .content-area,
.content-area.col-lg-8,
.content-area.col-md-12
 {
 padding-bottom: 120px;
 }
.site-content .widget-area.col-lg-4 {
  -ms-flex: 0 0 31.7%;
  flex: 0 0 31.7%;
  max-width: 31.7%;
}
.single-team .content-area,
.single-project .content-area,
.page-template-full-width .content-area {
  flex: 0 0 100%;
  max-width: 100%;
}
.site-main {
  padding-top: 100px;
}
.page-template-full-width .site-main {
  padding-top: 0;
}
.site-content .sidebar {
  position: relative;
  margin-top: 100px;
  padding-bottom: 40px;
}
.single-team .site-main{
  padding-top: 0;
}
/*--------------------------------------------------------------
# Services Details
--------------------------------------------------------------*/
.widget_recent_services {
  padding: 0;
}
.widget_recent_services h2.widget-title {
  margin: 0;
  text-align: center;
  padding: 15px 0;
  color: #fff;
}
.widget_recent_services ul{
  padding: 30px 20px 20px;
}
.widget_recent_services{
  border-radius: 8px;
}
.sidebar .widget_recent_services > ul > li {
  margin-bottom: 4px;
  padding: 0px 0px 10px 0;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.widget_recent_services ul li:last-child{
  border: none;
  margin-bottom: 0;
}
.widget_recent_services .coronia-service-content:after {
	font-family: Flaticon;
	position: absolute;
	content: '\f121';
	right: 20px;
	top: 15PX;
	color: #fff;
	font-size: 10px;
	z-index: 1;
}
.widget_recent_services li:hover .coronia-service-content:after {
	color: #fff;
}
.widget_recent_services ul li a {
  display: block;
  color: #fff;
  font-size: 15px;
  padding: 16px 5px 16px 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.widget_recent_services ul li[aria-current="page"] a,
.widget_recent_services ul li:hover a:after {
	border-radius: 10px;
}
.widget_recent_services ul li:hover a {
	color:fff;
}
.widget_recent_services ul li a:after {
  content: "";
  width: 0;
  height: 100%;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s linear;
  transition: width 0.3s linear;
  z-index: -2;
}
.widget_recent_services ul li:hover a,
.widget_recent_services ul li[aria-current="page"] a {
  color: #fff;
  text-decoration: none;
}
.widget_recent_services ul li[aria-current="page"] .coronia-service-content:after {
  color: #fff;
}
.widget_recent_services ul li:hover a:after,
.widget_recent_services ul li[aria-current="page"] a:after {
  width: 100%;
}
.widget_recent_services ul li:hover a:before,
.widget_recent_services ul li[aria-current="page"] a:before {
  background: #09162a;
}
.single-service .item-download {
  padding-bottom: 10px;
}
.single-service .item-download a {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	border-radius: 3px;
	display: block;
	padding: 23px 23px 23px 90px;
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	font-family: Days One;
}
.single-service .item-download a span {
  position: absolute;
  display: block;
  height: 100%;
  width: 70px;
  background: #09162a;
  left: 0;
  top: 0px;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.single-service .item-download a:hover {
  color: #fff;
  text-decoration: none;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.single-service .widget_media_image {
  padding: 0;
}
.sidebar-infobox {
	text-align: center;
	padding: 52px 40px 30px;
	color: #fff;
	border-radius: 8px;
	min-height: 315px;
}
.sidebar-infobox i{
	font-size: 60px;
	line-height: 60px;
}
blockquote,
.coronia-project-details,
.sidebar-infobox {
	background-image: url("../images/corona.png");
	background-position: center left;
	background-repeat: no-repeat;
	background-size: cover;
	
}
blockquote.wp-block-quote cite {
    margin-left: 40px;
}
.coronia-top-footer-widgets-wrapper-inner{
	background:#fff;
}
.sidebar-infobox h3.sidebar-infobox-title {
	color: #fff;
	margin-top: 20px;
	line-height: 30px;
	font-size: 20px;
}
.sidebar-infobox .sidebar-infobox-button a {
	background: #fff;
	padding: 10px 25px;
	font-size: 14px;
	border-radius: 8px;
}
.sidebar-infobox .sidebar-infobox-content {
    padding-top: 10px;
}
/*--------------------------------------------------------------
# Project Details
--------------------------------------------------------------*/
.coronia-project-details {
  padding: 30px;
  margin-left:50px;
  margin-right:50px;
  margin-top: -70px;
  display: flex;
  border-radius: 8px;
  color: #fff;
}
.coronia-project-details .coronia-project-detail {
	border-right: 1px solid #2274fa;
    margin-right: 15px;
    margin-left: 15px;
	align-self: center!important;
    padding: 10px 0;
}
.coronia-project-details .coronia-project-detail:last-child {
	border-right: none;
}
.coronia-project-details .coronia-project-detail:first-child {
	margin-left: 0px;
}
.coronia-project-details .coronia-project-detail:last-child{
	margin-bottom: 0;
	border-bottom: none;
	padding: 0;
}
.coronia-project-detail-title {
	font-weight: 400;
    color: #fff;
    font-family: Days One;
    font-size: 16px;
	margin-right: 10px;
    position: relative;
    min-width: 160px;
}
.elementor-element.project-single-buttom-section.elementor-top-section {
	z-index: -1 !important;
}
.related-project.projects-style-1.projects-layout-grid {
    padding-top: 20px;
}
.coronia-project-content {
	padding-top: 50px;
}
.single.single-project .site-main .post-navigation {
	margin-top: -200px;
	margin-bottom: 190px;		
	z-index: 99;		
	position: relative;
}
.single.single-project .post-navigation .nav-previous a:before,
.single.single-project .post-navigation .nav-next a:after {
	background-color: #fff;
}
.coronia-project-details-container .coronia-project-detail-des{
  margin-bottom: 3px;
  display: inline-block;
}
.coronia-project-details-container .coronia-project-detail-des p{
  margin-bottom: 0;
}
/*--------------------------------------------------------------
# Our History
--------------------------------------------------------------*/
.tsb-our-history h2 {
	margin-bottom: 10px;
    font-size: 50px;
	line-height: 60px;
}
.tsb-our-history {
	border-left: 4px solid #095ffe;
    padding-left: 25px;
}
.tsb-our-history h3 {
	font-family: Days One;
    font-weight: 400;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.single-team .site-main .col-lg-7{
	padding-top: 60px;
}
.coronia-teammember-thumbnail .post-thumbnail {
	position: relative;
}
.coronia-team-bg{
	position: relative;
}
.single-team .coronia-teammember-details-container {
	margin-top: -40px;
}
.single-team .coronia-teammember-thumbnail img {
	border-radius: 10px 10px 0px 0px;
}
h3.coronia-team-title {
	  font-size: 26px;
	  line-height: 34px;
	  margin-bottom: 0;
	  margin-top: 10px;
}
.single-team h3.coronia-team-title {
    font-size: 24px;
    line-height: 34px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
}
.single-team .thb-team-member .timeline-style-1 .coronia-timeline-wrapper {
	padding: 35px 30px 20px 30px;
}
.single-team h5.coronia-teammember-designation {
	font-size: 15px;
    text-transform: uppercase;
    font-style: 400;
	border-bottom: 1px solid #2372fa;
    font-family: Poppins;
    color: #fff;
    padding-bottom: 20px;
}
.single-team .coronia-teammember-details {
	padding: 25px 25px;
    position: relative;
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
}
.single-team .coronia-teammember-detail {
	padding-bottom: 20px;
	display: flex;
	color: #fff;
}
.single-team .coronia-teammember-detail .coronia-teammember-detail-value {
    margin-left: 50px;
    text-align: right;
}
.single-team .coronia-teammember-detail .coronia-teammember-detail-value a,
.single-team .coronia-teammember-detail .coronia-teammember-detail-value a:hover {
	color: #ffffff;
}
.single-team .coronia-teammember-detail-title {
	font-weight: 400;
    color: #ffffff;
    position: relative;
}
.single-team .coronia-teammember-content {
	padding-top: 30px;
}
.single-team .coronia-teammember-link-profiles-container {
	position: absolute;
    top: -44px;
    left: 0;
}
.single-team strong {
	color: #000000c2;
}
.coronia-teammember-content .wpcf7-form-control-wrap {
	width: 100%;
}
.coronia-teammember-link-profiles {
	margin: 0;
	background: #fff;	border-radius: 0 8px 0 0;
	padding: 10px 25px;
	clear: both;
}
.single-team .coronia-teammember-link-profiles li {
	display: inline-block;
	border: none;
	margin-right: 15px;
}
.single-team .coronia-teammember-link-profiles li a {
	font-size: 15px;
}
.coronia-teammember-link-profiles li a:hover {
	color: #ffffff;
}
.coronia-teammember-des p{
	margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.coronia-blog-classic {
	  box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
	  margin-bottom: 30px;
	  border-radius: 8px;
}
.coronia-blog-classic .entry-title {
    line-height: 38px;
    margin-bottom: 15px;
    margin-top: 0;
    word-break: break-word;
    font-weight: 400;
}
.coronia-blog-classic .tsb-single-list li {
	padding-bottom: 10px;
}
.coronia-blog-classic .entry-title a:hover{
	text-decoration: none !important;
	color: #095ffe;
}
.coronia-blog-classic-inner {
	padding: 40px 30px 10px;
	position: relative;
}
.archive.category .coronia-blog-classic-inner {
	padding: 40px 30px 30px;
}
.coronia-blog-classic header .posted-on {
	display: block;
	position: absolute;
	top: -69px;
	border-radius: 0 20px 0 0;
	width: 65px;
	left: 0;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 0;
}
.coronia-blog-classic .entry-meta-footer {
    display: block;
    position: absolute;
    top: -50px;
    left: 90px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
}
.coronia-blog-classic .entry-meta-footer a {
    color: #fff;
}
.coronia-blog-classic header .posted-on a {
	color: #fff;
    font-size: 15px;
    line-height: 23px;
    font-weight: 600;
    letter-spacing: 0;
}
.coronia-blog-classic header .posted-on a span {
	display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
}
.coronia-blog-classic .entry-meta-footer {
	display: -webkit-box!important;
	display: -ms-flexbox!important;
	display: flex!important;
}
.coronia-blog-classic .entry-meta-footer .entry-meta-container i {
	color: #fff;
}
.coronia-blog-classic .entry-meta-container>span>i {
	margin-right: 5px;
}
.coronia-blog-classic .entry-meta-container>span {
	margin-right: 15px;
}
.coronia-blog-classic .social-icon-share {
	margin-left: auto;
	position: relative;
}
.coronia-blog-classic a.social-share-button {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.coronia-blog-classic ul.social-share-icons {
	list-style-type: none;
	display: -webkit-flex;
	display: flex;
	padding: 0;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.coronia-blog-classic ul.social-share-icons a.icon-link i {
	display: block;
    text-align: center;
    background: #095ffe;
    line-height: 40px;
    width: 40px;
    border-radius: 50px;
    height: 40px;
    margin-right: 10px;
    color: #fff;
}
.coronia-blog-classic ul.social-share-icons a.icon-link i.fa-facebook-f {
	background: #3b5998;
}
.coronia-blog-classic ul.social-share-icons a.icon-link i.fa-twitter {
	background: #55acee;
}
.coronia-blog-classic ul.social-share-icons a.icon-link i.fa-pinterest-p {
	background: #e60023;
}
.coronia-blog-classic ul.social-share-icons a.icon-link:hover {
	background: #0a172a;
}
blockquote {
	padding: 30px 40px 40px 120px;
	margin: 35px 0px 40px 0;
	border-left: none;
	border-radius: 6px;
	color: #fff;
	overflow: hidden;
}
.coronia-blog-classic .post-thumbnail {
	position: relative;
	display: inline-block;
}
.coronia-blog-classic .post-thumbnail:before {
	content: " ";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.47) 97%, rgba(0,0,0,0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.47) 97%,rgba(0,0,0,0.65) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.47) 97%,rgba(0,0,0,0.65) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}
.coronia-blog-classic .post-thumbnail img {
	border-radius: 8px;
}
blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 41px;
    top: 50%;
    font-size: 40px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    z-index: 2;
    margin-top: -20px;
}
/* Tag */ 
.coronia-blog-classic span.tags-links-lable {
    font-size: 16px;
    color: #000;
    margin-right: 15px;
	border-radius: 8px;
    font-weight: 400;
    font-family: Days One;
}
.coronia-blog-classic .thb-single-meta-bottom .tags-links a {
    padding: 10px 15px;
    font-weight: 400;
    margin-right: 5px;
    color: #888888;
    font-size: 14px;
    background-color: #fff;
    border-radius: 6px;
}
.coronia-blog-classic .thb-single-meta-bottom .tags-links a:hover {
    color: #fff;
}
.coronia-blog-classic .thb-single-bottom-area.d-flex {
	margin-top: 5px;
    padding: 35px 20px 0px 35px;
    font-size: 14px;
	border-radius: 0 0 8px 8px;
	width: 100%;
}
.coronia-blog-classic  .read-more-link a {
    padding: 15px 25px;
    color: #fff;
    border-radius: 8px;
}
.coronia-blog-classic  .read-more-link {
	display: flex;
}
.blog .coronia-blog-classic-inner {
	padding: 40px 30px 40px;
}
.coronia-blog-classic-inner .gallery {
  margin-bottom: 30px;
}
.coronia-blog-classic-inner .gallery .gallery-item {
    padding: 0 10px;
}
.single img {
    border-radius: 8px;
}
body article.without-image .posted-on,
body article:not(.has-post-thumbnail) .posted-on {
	display: none;
}
body article.without-image .coronia-blog-classic-inner,
body article:not(.has-post-thumbnail) .coronia-blog-classic-inner {
	padding-top: 30px;
}
.post.sticky .coronia-blog-classic-inner {
	border: 5px solid #095ffe;
	position: relative;
}
.post.sticky .coronia-blog-classic-inner:after {
  content: "\f08d";
  font-family: 'Font Awesome 5 Free';
  font-size: 25px;
  position: absolute;
  color: #fff;
  opacity: 1;
  right: 0px;
  top: 0px;
  background-color: #095ffe;
  padding: 0;
  width: 70px;
  line-height: 70px;
  height: 70px;
  text-align: center;
  font-weight: 900;
  border-radius: 0;
}
.archive-description {
  margin-bottom: 30px;
}
body.blog .site-main article:last-of-type .coronia-blog-classic{
  margin-bottom: 0; 
}
/*=== Comment List ===*/

.comments-area {
  margin-top: 50px;
}
.children,
.comment-list {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.comment-list .comment-body {
  margin-bottom: 20px;
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border-radius: 8px;
  border: 1px solid #edecec;
  padding: 30px 30px 5px 30px;
}
.comment-list .comment-content:before {
    z-index: 9;
    left: -10px;
    border-color: transparent #e1e4e7 transparent transparent;
}
.comment-list .children {
  padding-left: 80px;
  position: relative;
}
.comment-list .reply {
	position: absolute;
	top: 10px;
	right: 20px;
	font-weight: 600;
}
.comment-list a.comment-reply-link {
  margin-right: 0px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  background: transparent !important;
  color: #000;
}
.comment-list a.comment-reply-link:after {
    font-family: Flaticon;
    content: '\f121';  
    font-size: 9px;
    padding-left: 5px;  
	font-weight: 600;
}
.comment-list a.comment-reply-link:hover {
  background: #09162a;
}
.comment-list .comment-avatar {
  min-width: 100px;
  margin-right: 35px;
}
.comment-list .comment-avatar img.avatar {
  width: 100px;
  border-radius: 50%;
}
.comment-list span.comment-author {
	color: #000;
	font-size: 20px;
	line-height: 30px;
	font-family: Days One;
	text-transform: capitalize;
	font-weight: 400;
	display: block;
}
.comment-list span.comment-date {
  margin-bottom: 10px;
  display: block;
}
.comment-list .comment-date a {
	font-weight: 600;
	line-height: 20px;
	font-size: 12px;
}
/*=== Classic Leave a Reply ===*/

.comment-respond .comment-form {
  padding: 23px 30px 30px 30px;
  box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
  margin-bottom: 35px;
  border-radius: 8px;
}
.comment-respond .comment-form .coronia-comment-form-input-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.comment-respond .comment-form-url,
.comment-respond .comment-form-comment {
  width: 100%;
}
.comment-respond .comment-form-url, 
.comment-respond p.comment-form-email, 
.comment-respond p.comment-form-author {
    -ms-flex: 0 0 30.6%;
    flex: 0 0 30.6%;
}
.comment-respond p.comment-form-email,
.comment-respond p.comment-form-author {
  margin-right: 4%;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}
.comments-area .comment-form .comment-form-cookies-consent{
  display: flex;
}
.comments-area .comment-form .comment-form-cookies-consent input{
  margin-top: 6px;
}
.comments-area .comment-form .comment-form-cookies-consent label{
  margin-left: 10px;
}
.comment-respond{
  margin-bottom: 30px;
}
.content-area.col-md-12 .comment-respond{
  margin-bottom: 0;
  margin-top: 35px;
}
.comment-respond .comment-form p.form-submit{
  margin:0;
}
/*=== Post Author Box ===*/

.post-author-box {
  margin-top: 30px;
  margin-bottom: 25px;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-radius: 6px;
}
.post-author-box .post-author-image {
	height: 220px;
  width: 220px;
  display: block;
  overflow: hidden;
  margin-right: 35px;
  background-color: #fff;
}
.post-author-box .post-author-image .alignnone{
  margin:0;
}
.post-author-box .post-author-image img{
  width: 220px;
  height: 220px;
}
.post-author-box .post-author-details {
	padding: 45px 45px 20px 20px;
  -webkit-flex-shrink: 160;
  -moz-flex-shrink: 160;
  -ms-flex-negative: 160;
  flex-shrink: 160;
}
.post-author-box .author-title {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 5px;
}
/*=== Related-posts===*/

.related-posts.blog-style-1 .coronia-post-slide {
  background: #fff;
  box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
}
.related-posts.blog-style-1 .coronia-post-slide h3 {
  font-size: 24px;
  line-height: 35px;
}
.related-posts.blog-style-1 .coronia-post-slide a {
  text-decoration: none;
}
.related-posts.blog-style-1 .coronia-post-slide a:hover {
  color: #fc952b;
}
.related-posts.blog-style-1 .coronia-post-content-cover {
  padding: 60px 30px 25px;
  position: relative;
}
.related-posts.blog-style-1 .coronia-post-date {
  display: inline-block;
  position: absolute;
  top: -30px;
  background: #095ffe;
  width: 65px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 10px 0;
}
.related-posts.blog-style-1 .coronia-post-date span {
  font-size: 30px;
  display: block;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1px;
}
.related-posts.blog-style-1 .coronia-post-meta {
  border-top: 1px solid #f1f1f1;
  padding: 15px 0 0 0;
  margin-top: 25px;
}
.related-posts.blog-style-1 .post-meta-item i {
  color: #fc952b;
  margin-right: 5px;
}
.related-posts.blog-style-1 .coronia-post-meta>div {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.related-posts.blog-style-1 .coronia-post-image-container {
  overflow: hidden;
}
.related-posts.blog-style-1 .coronia-post-image-container .post-image {
  transform: scale(1.01);
  width: 100%;
}
.related-posts.blog-style-1 .coronia-post-post-wrapper:hover .coronia-post-image-container .post-image {
  transform: scale(1.2);
}
.related-posts.blog-style-1.blog-layout-grid .coronia-post-slide {
  margin-bottom: 30px;
}
.related-posts.blog-style-1 .coronia-post-image-container .post-image {
  -webkit-transition: all 0.3s ease-out 0.3s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
.related-posts.blog-style-1 .without-image .coronia-post-date{
  display: none;
}
.related-posts.blog-style-1 .without-image .coronia-post-content-cover{
  padding-top: 30px;
}
/*--------------------------------------------------------------
# Page Title
--------------------------------------------------------------*/
.coronia-page-title.title-align-center{
  text-align: center;
}
.coronia-page-title.title-align-left{
  text-align: left;
}
.coronia-page-title.title-align-right{
  text-align: right;
}
.coronia-page-title .page-title {
  font-size: 40px;
  line-height: 46px;
  margin: 0;
}
.coronia-page-title.title-color-white .breadcrumb a,
.coronia-page-title.title-color-white .breadcrumb,
 .coronia-page-title.title-color-white .page-title {
	 color: #fff;
}
.coronia-page-title.title-color-dark .breadcrumb a,
.coronia-page-title.title-color-dark .breadcrumb,
.coronia-page-title.title-color-dark .page-title {
	 color: #000;
}
.coronia-page-title .breadcrumb {
  background: none;
  display: block;
  color: rgba(255, 255, 255, 0.80);
  margin: 20px 0 0 0;
  padding: 0;
}
.coronia-page-title .breadcrumb a {
  padding-right: 10px;
}
.coronia-page-title .breadcrumb span{
  margin-left: 10px;
}
.header-layout-1+.site-content .coronia-page-title {
  margin-top: -33px;
  padding-top: 33px;
}
.coronia-page-title .breadcrumb i {
  font-size: 11px;
  margin: 0 5px;
}
/*--------------------------------------------------------------
# Topbar
--------------------------------------------------------------*/
.coronia-topbar-wrapper .coronia-topbar-content {
	display: table;
  width: 100%;
}
.coronia-topbar-wrapper .coronia-topbar {
	display: table-cell;
  vertical-align: top;
	line-height: 50px;
}
.coronia-topbar-wrapper .coronia-topbar div{
	display: inline-block;
  vertical-align: top;
}
.coronia-topbar-wrapper .coronia-topbar-right {
	text-align: right;
	line-height: 50px;
}
.coronia-topbar-content .coronia-topbar-button a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.coronia-topbar-content .coronia-topbar-button  {
    padding: 0 35px;
}
.coronia-topbar-content .coronia-topbar-text {
    padding-left: 20px;
    padding-right: 120px;
	  font-size: 15px;
}
.header-layout-2 .site-header .main-navigation div > ul >li>a:hover, 
.header-layout-2 .site-header .main-navigation div > ul >li.current-menu-item > a,  
.header-layout-2 .site-header .main-navigation div > ul >li.current-menu-parent > a {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header.site-header-container {
  position: relative;
  z-index: 999;
}
.coronia-sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.site-header .contact-info {
  margin-left: auto;
}
.site-header .contact-info .contact-item i {
  font-size: 30px;
  line-height: 30px;
}
.site-header .contact-item {
	float: left;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px solid #e5e5e5;
}
.site-header .contact-item:first-child {
	padding-left: 0;
}
.site-header .contact-item:last-child {
	border-right: none;
	padding-right: 0;
}
.site-header .contact-list span {
  display: block;
}
.sticky-site-logo,
.site-header .site-logo {
  display: table;
  vertical-align: middle;
  text-align: center;
}
.site-header .coronia-sticky-header .site-logo, .site-header .sticky-site-logo {
    display: none;
}
.site-header .coronia-sticky-header .sticky-site-logo {
    display: table;
}
.site-header .site-logo img {
  height: 50px;
}
.site-header .site-logo a {
  display: table-cell;
  vertical-align: middle;
}
.site-header .contact-list {
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700
}
.site-header .contact-list span,
.site-header .contact-list span a,
.site-header .contact-list .contact-label {
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  line-height: 24px;
  color: #09162a;
}
.site-header .header-right-side {
  display: flex;
  align-items: center;
}
.header-layout-2 .header-right-side .search-wrapper {
    background: rgba(255, 255, 255, 0.1);
    padding: 0 30px;
}
.site-header .coronia-header-button a {
  padding: 0px 26px;
  background-color: #fc952b;
  display: block;
  color: #fff;
  line-height: normal;
  font-weight: 700;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
.site-header ul.social-info {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.site-header ul.social-info li {
  display: inline-block;
  margin-left: 10px;
}
.coronia-topbar .social-info-wrapper {
	line-height: 50px;
}
.site-header ul.social-info li a {
  display: block;
  color: #888888;
  font-size: 16px;
  padding-right: 15px;
  line-height: 50px;
}
/* Nav */
.site-header-bottom.coronia-bg-color-secondary {
  background: #09162a;
}
.site-header .header-stickable-wrap,
.header-layout-1 .site-header .coronia-header-button a,
.site-header .header-right-side .site-header .main-navigation div>ul>li,
.site-header .main-navigation div>ul>li>a,
.site-header-bottom {
  height: 68px;
  line-height: 68px!important;
}
.site-header .main-navigation {
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
}
.site-header .main-navigation div>ul>li>a {
  text-transform: uppercase;
  font-style: normal;
  padding: 0 30px 0 20px;
}
.site-header .main-navigation>div>ul {
  display: block;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
  left: 100%;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}
.site-header .main-navigation div>ul>li {
  float: left;
  position: relative;
}
.site-header .main-navigation div>ul ul li {
  position: relative;
  border-bottom: 1px solid #f0f0f0;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
.site-header a.search-icon.search-popup-modal {
  color: #fff;
  font-size: 20px;
}
@media (min-width: 1200px) {
  .site-header .main-navigation div>ul>li>ul,
  .site-header .main-navigation div>ul>li>ul ul {
    top: auto;
    width: 250px;
    padding: 0px;
    background: #fff;
  }
  .site-header .main-navigation div>ul>li>ul ul {
    left: 100%;
    top: -3px;
  }
  .site-header .main-navigation div>ul ul {
    text-align: left;
    position: absolute;
    display: block;
    line-height: 14px;
    margin: 0;
    list-style: none;
    left: 0;
    border-radius: 0;
    -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    background-clip: padding-box;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
  }
  .site-header .main-navigation div>ul ul a {
    margin: 0;
    display: block;
    padding: 17px 20px 15px;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    color: #666;
  }
  .site-header .main-navigation div>ul ul a:before {
    position: absolute;
    content: '';
    left: 18px;
    top: 28px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .500s ease-in-out;
    transition: all .500s ease-in-out;
  }
  .site-header .main-navigation div>ul ul a:hover:before {
    opacity: 1;
  }
 .site-header .main-navigation div>ul ul a:hover {
    padding-left: 30px;
  }
 .site-header .main-navigation div>ul li:hover>ul {
    opacity: 1;
    visibility: visible;
  }
}
/*=== Header 1 ===*/

 
.header-layout-1 .header-overlay {
    position: absolute;
    z-index: 9;
    width: 100%;
}
.header-layout-1 .site-header-bottom,
.header-layout-1 .site-header-top{
  margin: 0 ;
  margin-right: 60px
}
.header-layout-1 .site-header .main-navigation div>ul>li>a {
    padding: 0 15px;
}
/*=== Header 2 ===*/

.header-layout-2 .site-header .main-navigation div>ul>li:first-child>a {
  margin-left: 0;
}
.header-layout-2 .site-header .contact-info .contact-item i {
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.header-layout-2 .coronia-header-button-container {
  margin-left: auto;
}
.header-layout-2 .site-header .site-logo {
  height: 130px;
}
.header-layout-2 .coronia-header-button {
  margin-left: 29px;
}
.header-layout-2 .site-header .main-navigation div>ul>li>a:after {
	  content: "\f11e";
    font-family: Flaticon;
    top: -1px;
    font-size: 8px;
    right: 12px;
    position: absolute;
}
/*=== Header 3 ===*/
.header-layout-3 .site-header .main-navigation div>ul>li {
  padding: 0 30px 0 20px;
}
.header-layout-3 .site-header .main-navigation div>ul>li a {
  font-style: normal;
  padding: 0;
  position: relative;
}
.header-layout-3 .site-header .main-navigation div> ul ul li a {
	padding: 17px 20px 15px;
    position: relative;
}
.header-layout-3 .site-header .main-navigation div>ul ul a:hover {
    padding-left: 30px;
}
.header-layout-3 .site-header .coronia-sticky-header .main-navigation div>ul>li>a {
	color: #000;
}
.header-layout-3 .site-header .main-navigation div>ul>li:first-child>a {
  margin-left: 0;
}
.header-layout-3 .site-header .contact-info .contact-item i {
  font-size: 22px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  border-radius: 50%;
}
.header-layout-3 .coronia-header-button-container {
  margin-left: auto;
}
.header-layout-3 .site-header-top>.d-flex {
  position: relative;
}
.header-layout-3 .coronia-header-button {
  margin-left: 20px;
}
.header-layout-3  .coronia-header-block {
    position: relative;
    display: block;
}
.header-layout-3  .coronia-header-block {
    position: relative;
    display: block;
}
.header-layout-3 .tsb-flot-left {
    float: left;
}
.header-layout-3 .container-full {
	margin: 0 60px;
}
header.site-header-container.header-layout-3 {
    position: absolute;
    width: 100%;
    z-index: 12;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.header-layout-3 .header-right-side .coronia-infobox-text {
    line-height: 22px;
	font-size: 14px;
    font-weight: 600;
}
.header-layout-3 .header-right-side .coronia-header-icon {
    margin-right: 10px;
	font-size: 22px;
	background-color: #dde9ff;
	text-align: center;
    width: 50px;
    border-radius: 50%;
    height: 50px;
    line-height: 52px;
}
.header-layout-3 .header-right-side .coronia-infobox-title {
    font-size: 16px;
}
.header-layout-3 .site-header .search-wrapper {
	width: 50px;
    border-radius: 50%;
    background-color: #dde9ff;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
.header-layout-3 .site-header .search-wrapper a {
	font-size: 16px;
}
.header-layout-3 .coronia-sticky-header {
	display: flex;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
  clear: both;
  width: 100%;
  color: #fff;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.site-footer .social-info-wrapper ul.social-info {
    display: flex;
	padding: 0;
}
.site-footer .widget.widget_coronia_recent_entries ul > li {
    padding: 0px 0px 25px 0;
}
.site-footer .cd-subscribe-form .subscribe-button {
	flex: 0 0 35%;
	margin-top: 0;
	border-radius: 0 8px 8px 0px;
}
.site-footer .mc4wp-form label {
	display: none !important;
}
.site-footer h3.coronia-infobox-title {
    color: #000;
    margin: 0;
}
.site-footer .coronia-infobox-icon {
    font-size: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
.site-footer .cd-subscribe-form {
	display: flex;
}
.site-footer .cd-subscribe-form input[type="email"] {
  width: 280px;
	border-radius: 8px 0 0px 8px;
	height: 60px;
	color: #000;
}
.site-footer .cd-subscribe-form .subscribe-button {
  color: #fff;
}
.site-footer .coronia-top-footer-widgets-wrapper {
    margin-top: -70px;
}
.site-footer .top-footer-left {
	align-self: center!important;
}
.site-footer .row.coronia-top-footer-widgets-wrapper-inner {
  padding: 50px 20px 50px 0px;
  border-radius: 8px;
  box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18);
}
.site-footer .widget h2.widget-title{
  color: #fff;
}
.site-footer .widget_coronia_recent_entries .coronia-post-image img {
    border-radius: 0;
}
.coronia-footer-widgets-wrapper .social-info-wrapper li {
        text-align: center;
    list-style: none;
    width: 40px;
    border-radius: 50%;
    margin-right: 10px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    background-color: #000;
}
.coronia-footer-widgets-wrapper {
  font-size: 14px;
  padding-top: 70px;
  padding-bottom: 60px;
}
.coronia-footer-widgets-wrapper a,
.coronia-footer-widgets-wrapper a:visited {
    color:rgba(255, 255, 255, 1);
}
.coronia-footer-widgets-wrapper .widget_coronia_recent_entries li .coronia-post-date {
	color: #fff;
}
.coronia-footer-widgets-wrapper a:hover,
.coronia-footer-widgets-wrapper a:hover:visited {
    color: rgba(255, 255, 255, 0.7);
}
.coronia-footer-widgets-wrapper .social-info a:hover {
    color: rgb(9 95 254);
}
.coronia-footer-widgets-wrapper .widget a{
   font-weight: 400;
}
.coronia-footer-widgets-wrapper .widget {
  background: none;
  padding: 0;
  margin: 0;
}
.coronia-footer-widgets-wrapper .widget-title {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 30px;
}
.coronia-footer-widgets-wrapper ul {
  margin: 0;
}
.coronia-footer-widgets-wrapper li {
  list-style: none;
}
/*=== Widget first ===*/

.coronia-footer-widgets-wrapper .footer-logo {
  display: block;
  margin-bottom: 20px;
}
.coronia-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
  border-radius: 8px;
  font-size: 15px;
  padding: 15px 25px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  box-shadow: none !important;
}
.coronia-footer-widgets-wrapper a.btn.btn-outline-light.footer-button:hover {
  background: #fff;
}
.coronia-footer-widgets-wrapper a.btn.btn-outline-light.footer-button:hover {
  color: #000;
}
.coronia-top-footer-widgets-wrapper .coronia-infobox-wrapper  {
	align-items: center;
}
/*=== Widget Blog ===*/

.coronia-footer-widgets-wrapper .widget_coronia_recent_entries .coronia-post-image {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border-radius: 6px;
  overflow: hidden;
}
/*=== Widget Menu ===*/
.coronia-footer-widgets-wrapper .menu li {
  display: inline-block;
  width: calc(50% - 2px);
  float: none;
  padding: 0 0 14px 0;
  position: relative;
}
/*=== Widget Contact ===*/

.coronia-footer-widgets-wrapper .widget_contact li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  margin-bottom: 10px;
}
.coronia-footer-widgets-wrapper .widget_contact li {
  padding-left: 30px;
  position: relative;
  padding-top: 0;
  padding-bottom: 10px;
}
.coronia-footer-widgets-wrapper .widget_contact i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
}
/*=== Widget Copyright ===*/

.coronia-copyright {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 14px;
  background: #095aef;
}
.coronia-copyright a:hover{
  color: #fff;
}
.coronia-copyright,
.coronia-copyright a,
.coronia-copyright a:visited,
.coronia-copyright .social-icons li a {
  color: rgba(248, 252, 255, .8);
}
.coronia-copyright .social-icons {
  margin: 0;
  padding: 0;
  display: inline;
}
.coronia-copyright .social-icons li {
  margin-left: 8px;
  margin-right: 8px;
  min-width: auto;
  display: inline-block;
}
.coronia-copyright .footer-right {
  text-align: right;
}
ul.hkangle-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.hkangle-footer-menu li {
    display: inline-block;
    padding-left: 15px;
}
ul.hkangle-footer-menu li:hover a {
   color: #fff;
}
/*--------------------------------------------------------------
# Row Setting
--------------------------------------------------------------*/
body.page-template-full-width #content .site-main .entry-content>.wpb_row.vc_row-fluid {
  padding-top: 100px;
  padding-bottom: 90px;
  margin-bottom: 0;
}
body .vc_col-has-fill>.vc_column-inner,
body .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
body .vc_row-has-fill>.vc_column_container>.vc_column-inner {
  padding-top: 0;
}
.coronia-title-color-light,
.coronia-title-color-light h1,
.coronia-title-color-light h2,
.coronia-title-color-light h3,
.coronia-title-color-light h4,
.coronia-title-color-light h5,
.coronia-title-color-light h6,
.coronia-title-color-light {
  color: #fff;
}
body .vc_row.row-overflow-vs[data-vc-full-width] {
  overflow: visible;
}
.coronia-extend-right-bg .coronia-extend-right-col:after {
  content: " ";
  position: absolute;
  width: 1000%;
  height: calc(100% + 200px);
  background: #f5f5f5;
  top: -100px;
  margin-right: -100%;
}
.coronia-extend-right-bg>.wpb_column:first-child .vc_column-inner {
  padding-right: 0;
}
.coronia-extend-right-bg>.wpb_column:last-child .vc_column-inner {
  padding-left: 0;
}
.page-template-full-width .entry-header {
  display: none;
}
.col-extend-right:after {
    content: '';
    width: 1000%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    margin-right: -100%;
    z-index: -1;
}
/*--------------------------------------------------------------
# Background Position and Color
--------------------------------------------------------------*/
body .wpb_column.coronia-background-position-left-top>.vc_column-inner,
body .coronia-background-position-left-top {
  background-position: left top !important;
}
body .wpb_column.coronia-background-position-left-center>.vc_column-inner,
body .coronia-background-position-left-center {
  background-position: left center !important;
}
body .wpb_column.coronia-background-position-left-bottom>.vc_column-inner,
body .coronia-background-position-left-bottom {
  background-position: left bottom !important;
}
body .wpb_column.coronia-background-position-right-top>.vc_column-inner,
body .coronia-background-position-right-top {
  background-position: right top !important;
}
body .wpb_column.coronia-background-position-right-bottom>.vc_column-inner,
body .coronia-background-position-right-bottom {
  background-position: right bottom !important;
}
body .wpb_column.coronia-background-position-right-center>.vc_column-inner,
body .coronia-background-position-right-center {
  background-position: right center !important;
}
body .wpb_column.coronia-background-position-center-top>.vc_column-inner,
body .coronia-background-position-center-top {
  background-position: center top !important;
}
body .wpb_column.coronia-background-position-center-center>.vc_column-inner,
body .coronia-background-position-center-center {
  background-position: center center !important;
}
body .wpb_column.coronia-background-position-center-bottom>.vc_column-inner,
body .coronia-background-position-center-bottom {
  background-position: center bottom !important;
}
/*===  Background Color  ===*/

.vc_row.coronia-bg-color-white {
  background-color: #fff;
}
.wpb_column.coronia-bg-color-white>.vc_column-inner {
  background-color: #fff;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.coronia-contact-info .wpcf7-form-control,
.coronia-contact-info textarea {
  border-radius: 0;
}
.coronia-contact-info .wpcf7-form-control-wrap {
  margin-top: 6px;
  display: inline-block;
}
.coronia-form-style-1 .input-group {
  margin-bottom: 25px;
}
.coronia-contact-info textarea {
  height: 141px;
}
.coronia-contact-info label {
  margin-bottom: 20px;
}
.coronia-contact-info .wpcf7-submit {
  width: 100%;
}
.coronia-contact-info .wpcf7-submit:hover {
  background-color: #09162a;
}
.coronia-contact-info .wpcf7-form-control-wrap.menu-765 {
  width: 100%;
}
.coronia-contact-info .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
}
/*=== Team Form ===*/

.coronia-team-form-1 .input-group {
  margin-bottom: 25px;
}
.coronia-team-form-1 .wpcf7-form-control,
.coronia-contact-info textarea {
  border-radius: 0;
}
.coronia-contact-info .infobox-style-3 i:after {
  background: #f5f5f5;
  z-index: 9;
  top: 0;
}

/*--------------------------------------------------------------
# Accordion Style 1
--------------------------------------------------------------*/
.coronia-accordion-style-1 .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 14px;
}
.coronia-accordion-style-1 .vc_tta-panel-title>a {
  color: #09162a !important;
  font-size: 18px;
  font-weight: 700;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: transparent;
}
.wpb-js-composer .vc_tta.vc_tta-style-classic.coronia-accordion-style-1 .vc_tta-panel-body,
.wpb-js-composer .vc_tta.vc_tta-style-classic .vc_tta-panel-heading {
  border-width: 0;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .coronia-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
  background: #09162a;
  color: #fff !important;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
  background: #ffffff;
  color: #09162a !important;
}
.coronia-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
  color: #09162a !important;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a {
  padding: 21px 20px;
  position: relative;
}
.wpb-js-composer .vc_row.coronia-accordion-style-1.coronia-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a {
  background-color: #f5f5f5;
}
.wpb-js-composer .vc_row.coronia-accordion-style-1.coronia-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a:before{
  background-color: #fff ;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  position: absolute;
  right: 11px;
  top: 15px;
  content: "";
  background: #f5f5f5;
  width: 30px;
  height: 30px;
  color: #09162a;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
  border-color: #09162a
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
  background: #f5f5f5;
  color: #09162a;
}
.wpb-js-composer .coronia-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #fff;
}
body.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  top: 25px;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

/*--------------------------------------------------------------
# Owl Slider
--------------------------------------------------------------*/
.owl-dots {
  text-align: center;
  display: inline-block;
  margin-top: 32px;
}
.owl-dots .owl-dot {
  background: #f5f5f5;
  width: 10px;
  height: 10px;
  outline: none;
  display: inherit;
  margin: 0 4px;
}
/*! Arrow on Hover CSS */

.owl-nav button {
  outline: none;
}
.arrow-on-hover .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #ffffff !important;
  position: absolute;
  top: 50%;
  margin-top: -15px;
}
.arrow-on-hover .owl-nav button:hover {
  background: #fc952b !important;
}
.arrow-on-hover .owl-nav button i {
  color: #09162a;
  font-size: 16px;
}
.arrow-on-hover .owl-nav button.owl-prev {
  left: 40px;
  opacity: 0;
}
.arrow-on-hover .owl-nav button.owl-next {
  right: 40px;
  opacity: 0;
}
.arrow-on-hover:hover .owl-nav button.owl-prev {
  left: 15px;
  opacity: 1;
}
.arrow-on-hover:hover .owl-nav button.owl-next {
  right: 15px;
  opacity: 1;
}
/*! Arrow Middle Right CSS */

.arrow-middle-right .owl-nav {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -15px;
}
.arrow-middle-right .owl-nav button {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: inherit;
  border: 1px solid #7d838d !important;
  display: inherit;
  margin: 5px 0;
}
.arrow-middle-right .owl-nav button:hover {
  background: #fc952b !important;
  border: 1px solid #fc952b !important;
  color: #ffffff;
}
.arrow-middle-right .owl-nav .owl-nav button i {
  color: #081528;
  font-size: 16px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    left: -56px;
    width: 110%;
    z-index: 9999999;
}
.owl-carousel .owl-nav button.owl-next {
	float: right;
}
.owl-carousel .owl-nav button i {
	background: #fff;
    padding: 10px 13px;
    font-size: 12px;
	border-radius: 4px;
    font-weight: 700;
    box-shadow: 0px 8px 25px 0px rgba(9, 95, 254, 0.18);
	text-shadow: 0px 8px 25px rgba(9, 95, 254, 0.18);
}

/*--------------------------------------------------------------
# Search Form
--------------------------------------------------------------*/
.coronia-searchform {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}
button.coronia-search-button {
  position: absolute;
  height: 55px;
  width: 55px;
  border-radius: 8px;
  right: 0;
  top: 0;
  padding: 0;
}
.mfp-inline-holder .mfp-content {
  position: static;
}
.mfp-close {
  top: 40px;
  right: 40px;
  opacity: 1;
}
body .button.mfp-close {
  color: #fff;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
  padding: 100px 0 164px;
  text-align: center;
}
section.error-404 a.fof-back-buttton {
    font-weight: 600;
    font-family: poppins;
    padding: 15px 30px;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    color: #fff;
}
section.error-404 a.fof-back-buttton:hover {
	background-color:#000
}
body.error404 .site-content.container {
    max-width: 100%;
    padding: 0;
}
section.error-404 .page-content p {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin-left: 20%;
    margin-top: 40px;
    width: 60%;
    line-height: 34px;
    margin-bottom: 35px;
}
section.error-404 h1.page-title {
  font-size: 250px;
  line-height: 250px;
}
section.error-404 .search-form {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
body .vc_btn3.vc_btn3-style-classic {
  border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
  border: none;
}
.coronia-contact-info .wpcf7-submit,
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-flat,
body .vc_btn3.vc_btn3-size-md {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: bold;
  border: none;
}
.coronia-contact-info .wpcf7-submit {
  color: #fff;
}
body .vc_btn3.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat {
  color: #fff;
  background-color: #09162a;
}

.btn.btn-outline-light.footer-button:hover, 
.btn.btn-outline-light.footer-button:focus, 
body .coronia-bg-color-secondary .vc_btn3.vc_btn3-color-primary:hover, 
body .coronia-bg-color-secondary .vc_btn3.vc_btn3-color-primary:focus,
body .coronia-bg-color-secondary .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat {
  color: #09162a;
  background-color: #f5f5f5;
}
body .vc_general.vc_btn3:focus{
  border:none;
}
/*--------------------------------------------------------------
# coronia Feature
--------------------------------------------------------------*/
.coronia-z-index-down {
  z-index: -1;
}
.coronia-z-index-0 {
  z-index: 0;
}
.coronia-z-index-1 {
  z-index: 1;
}
.coronia-z-index-2 {
  z-index: 2;
}
.coronia-z-index-3 {
  z-index: 3;
}
.coronia-shadow-1 {
  box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
.coronia-year {
  color: #ffffff;
  text-align: center;
  padding: 20px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: Rajdhani;
}
/*=== coronia About Us 2 ===*/

.skill-img img {
  margin-left: 40px;
}
.coronia-about .coronia-about2 img {
  position: absolute;
  bottom: 40px;
  left: 0;
}
.coronia-about .about-icon2 span {
  bottom: 110px;
  right: -25px;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 100px;
}
.coronia-about .about-icon2 {
  position: absolute;
  bottom: 70px;
  right: 25px;
}
.coronia-about .about-icon2 span:before {
  line-height: 100px;
  font-size: 40px !important;
}
.coronia-about .about-icon2 span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 120px;
  height: 120px;
  border: 2px dashed #ffffff;
  border-radius: 100px;
}
.coronia-about-us2 .about-icon span {
  bottom: 110px;
  right: -25px;
  box-shadow: 0 5px 57px 0 rgba(0, 0, 0, .15);
  width: 100px;
  height: 100px;
  background: #ffffff;
  border-radius: 100px;
}
.coronia-about-us2 .vc_icon_element-icon{
  margin-top: 34px;
}
.coronia-about-us2 .about-icon {
  position: absolute;
  top: 50%;
  left: 95px;
  margin-top: -62px;
}
.coronia-about-us2 .about-icon span:before {
  line-height: 100px;
}
.coronia-about-us2 .about-icon span:after {
  position: absolute;
  top: -10px;
  left: -10px;
  content: "";
  width: 120px;
  height: 120px;
  border: 2px dashed #ffffff;
  border-radius: 100px;
}
.coronia-about-us2 .about-icon:hover span:after {
  -webkit-animation: rotation 10s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.coronia-about-us2 .vc_custom_heading a {
  position: relative;
}
.coronia-about-us2 .vc_custom_heading a:before {
  left: 0;
  top: 0;
  content: "\f103";
  font-size: 40px;
  line-height: 40px;
  color: #222;
  font-family: Flaticon;
  vertical-align: middle;
  margin-right: 15px;
  font-weight: normal;
}

/*=== coronia About Introbox ===*/
.coronia-about-introbox:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 80px;
  height: 100%;
}
.coronia-about-introbox h6 {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 20px;
  left: -205px;
  top: 125px;
  z-index: 9;
  padding: 4px 30px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/*=== about pettern ===*/
.about-pettern{
  position: relative;
}
.about-pettern:before{
	  position: absolute;
	  content: ""; 
	  width: 100%;
	  height: 181px;
	  top: 0;
	  left: 0;
	  background-image: url(../images/about-before.png);
	  z-index: 1;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;
}
.about-pettern:after{
	position: absolute;
	content: ""; 
	width: 100%;
	height: 76px;
	bottom: 0;
	left: 0;
	background-image: url(../images/about-after.png);
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=== form pettern ===*/
.form-pettern{
  position: relative;
}
.form-pettern:before{
	position: absolute;
	content: ""; 
	width: 100%;
	height: 74px;
	top: 0;
	left: 0;
	background-image: url(../images/appointment-before.png);
	z-index: 1;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.form-pettern:after{
	position: absolute;
	content: ""; 
	width: 100%;
	height: 72px;
	bottom: 0;
	left: 0;
	background-image: url(../images/appointment-after.png);
	z-index: 5;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}



/*=== coronia contact info ===*/
.coronia-contact-info .infobox-style-3 .coronia-infobox-wrapper {
  padding: 0;
  margin: 0;
  display: flex;
}
.coronia-contact-info .coronia-infobox-content {
  margin-left: 30px;
}
.coronia-contact-info .infobox-style-3 .coronia-infobox-title {
  margin-top: 0;
  font-weight: 700;
}
.coronia-contact-info .infobox-style-3 i:after {
  background: #f5f5f5;
  z-index: 9;
  top: 0;
}
.coronia-contact-info .infobox-style-3 i:before {
  z-index: 99;
}

/*=== Contact Box Style 1 CSS ===*/
.coronia-contact-box-style1 {
  display: inline-block;
  width: 100%;
}
.coronia-contact-box-style1.contact-page-box {
  max-width: 540px;
  position: absolute;
  right: 0;
  top: -125px;
}
.coronia-contact-box-style1:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 100%;
  content: "";
  background: #fc952b;
}
.coronia-contact-box-style1 a {
  color: #ffffff !important;
  margin-top: 15px;
  display: inherit;
  font-size: 22px;
  font-weight: 700;
  font-family: Rajdhani;
}
.coronia-contact-box-style1 a:hover {
  color: #fc952b !important;
}
.coronia-contact-box-style1 h4 {
  position: absolute;
  transform: rotate(-90deg);
  display: inline-block;
  font-size: 24px;
  left: -114px;
  top: 50px;
  z-index: 9;
  font-weight: bold;
  color: #ffffff;
}

/*=== Video Box Style 1 ===*/
.coronia-video-box-style1 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.coronia-video-box-style1 h6 {
  font-size: 20px;
  color: #ffffff;
  font-family: Rajdhani, Arial, Helvetica, sans-serif;
  padding-left: 20px;
}

.coronia-video-box-style1 h5 {
  position: absolute;
  transform: rotate(-90deg);
  font-size: 14px;
  left: -40px;
  top: 41px;
  z-index: 9;
  padding: 4px 30px;
  font-weight: bold;
  color: #ffffff;
  background: #fc952b;
}
.coronia-video-box-style1-bg .vc_column-inner {
  position: relative;
  padding: 30px 0 !important;
}

/*=== Video Box Style 2 ===*/
.coronia-video-box-style2 .vc_icon_element-inner.vc_icon_element-size-md .vc_icon_element-iconm {
  -webkit-transition: all 0.3s ease-out 0.3s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  transition: all 0.3s ease-out 0.3s;
}
.coronia-video-box-style2 {
  padding: 120px 0;
}
/*=== Action Box Style 1 ===*/
.coronia-action-style1.coronia_custom_heading_wrapper .coronia-heading-title-wrapper .heading-title {
  position: relative;
  margin-left: 60px;
  font-weight: 600;
  font-size: 30px;
}
.coronia-action-style1.coronia_custom_heading_wrapper .coronia-heading-title-wrapper .heading-title:before {
  content: "\f106";
  position: absolute;
  font-size: 46px;
  color: #222;
  font-family: Flaticon;
  left: -60px;
  top: 0;
  font-weight: normal;
}
.coronia-action-box .coronia-title {
  font-size: 60px;
  color: #ffffff;
  font-family: Rajdhani;
  line-height: 80px;
}
.coronia-action-box a {
  font-size: 24px;
  color: #222;
  border-bottom: 4px solid #095ffe;
  line-height: 24px;
  display: inline-block;
  font-family: Rajdhani;
  margin-top: 15px;
}
.coronia-action-box a:hover {
  color: #ffffff;
  border-bottom: 4px solid #ffffff;
}

/*=== Infobox area CSS ===*/
.infobox-area .d-flex {
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 20px;
}
.infobox-area {
  width: 80%;
  position: absolute;
  bottom: 80px;
  left: -30px;
  padding: 20px 10px;
}
.infobox-area:before {
  position: absolute;
  right: 40px;
  top: -40px;
  content: "";
  font-size: 46px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #fe982f;
  border-left: 30px solid transparent;
}
.infobox-area .wpb_content_element {
  margin-bottom: 0;
}
.infobox-area .heading-box {
  width: 50%;
  color: #ffffff;
  position: relative;
  padding-top: 20px;
}
.infobox-area .heading-box:first-child {
  padding-left: 20px;
}
.infobox-area .heading-box h4 {
  color: #ffffff;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 0;
}
.infobox-area .heading-box:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 100%;
  width: 1px;
  left: -20px;
}
.infobox-area .coronia-infobox-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



/* elementor */

.elementor-top-section.cd-bg-color-primary,
.elementor-top-section.cd-bg-color-secondary,
.elementor-top-section.cd-bg-color-tertiary,
.elementor-top-section.cd-bg-color-white {
    padding-top: 100px;
    padding-bottom: 100px;
}
.elementor img {
	border-radius: 8px !important;
}
.elementor-section.cd-bg-color-white{
   background: #fff;
}
.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading h4.elementor-heading-title,
.elementor-widget-heading h5.elementor-heading-title,
.elementor-widget-heading h6.elementor-heading-title{
  color: #000;
}
.elementor-col-fix-width  .elementor-widget-wrap {
   width: 639px;
    margin-left: auto;
}
.cd-right-expand.elementor-top-section.cd-bg-color-white:after,
.cd-left-expand.elementor-top-section.cd-bg-color-white:after,
.cd-right-expand.cd-bg-color-white .elementor-column-wrap:after,
.cd-left-expand.cd-bg-color-white .elementor-column-wrap:after{
    background: #fff;
}
.cd-right-expand.elementor-top-section:after,
.cd-right-expand.elementor-top-column .elementor-column-wrap:after {
    content: ' ';
    width: 1000%;
    position: absolute;
    height: 100%;
    display: block !important; 
    top: 0;
    left: 0;
    z-index: -1;
}
.cd-left-expand.elementor-top-section:after,
.cd-left-expand.elementor-top-column .elementor-column-wrap:after {
    content: ' ';
    width: 1000%;
    position: absolute;
    height: 100%;
    display: block !important; 
    top: 0;
    right: 0;
    z-index: -1;
}
.cd-right-expand.elementor-top-section .elementor-widget-wrap,
.cd-right-expand.elementor-top-column .elementor-column-wrap .elementor-widget-wrap {
  z-index: 2;
}
/* contact form  */

.coronia-main-form2 input[type=submit],
.coronia-main-form input[type=submit] {
	width: 100%;
	border-radius: 8px;
}
.coronia-main-form2 .wpcf7-form-control-wrap,
.coronia-main-form .wpcf7-form-control-wrap {
    width: 100%;
}
.coronia-main-form input[type=submit] {
    background-color: #fff;
    font-family: 'poppins';
    font-size: 15px;
    font-weight: 600;
	border-radius: 8px;
}
.coronia-main-form input[type=submit]:hover{
	color: #fff;
}
.cd-subscribe-form input[type="email"] {
	margin: 0;
}
.coronia-main-form2 input[type="number"], .coronia-main-form2 input[type="text"], .coronia-main-form2 input[type="email"], .coronia-main-form2 input[type="password"], .coronia-main-form2 input[type="tel"], .coronia-main-form2 input[type="url"], .coronia-main-form2 input[type="search"], .coronia-main-form2 select, .coronia-main-form2 textarea {
	background: #fff;
}
.coronia-main-form input[type="number"], .coronia-main-form input[type="text"], .coronia-main-form input[type="email"], .coronia-main-form input[type="password"], .coronia-main-form input[type="tel"], .coronia-main-form input[type="url"], .coronia-main-form input[type="search"], .coronia-main-form select, .coronia-main-form textarea {
	background: #2e77fe;
	color: #fff;
}
.coronia-main-form input[type="number"]::placeholder, .coronia-main-form input[type="text"]::placeholder, .coronia-main-form input[type="email"]::placeholder, .coronia-main-form input[type="password"]::placeholder, .coronia-main-form input[type="tel"]::placeholder, .coronia-main-form input[type="url"]::placeholder, .coronia-main-form input[type="search"]::placeholder, .coronia-main-form select::placeholder, .coronia-main-form textarea::placeholder {
	color: #fff;
}
.cd-subscribe-form input[type="email"], .cd-main-form2 .coronia-main-form2 input[type="number"], .cd-main-form2 .coronia-main-form2 input[type="text"], .cd-main-form2 .coronia-main-form2 input[type="email"], .cd-main-form2 .coronia-main-form2 input[type="password"], .cd-main-form2 .coronia-main-form2 input[type="tel"], .cd-main-form2.coronia-main-form2 input[type="url"], .cd-main-form2 .coronia-main-form2 input[type="search"], .cd-main-form2 .coronia-main-form2 select, .cd-main-form2 .coronia-main-form2 textarea {
	background: #2e77fe;
	color: #fff;
}
.cd-main-form2 .coronia-main-form2 input[type="number"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="text"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="email"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="password"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="tel"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="url"]::placeholder, .cd-main-form2 .coronia-main-form2 input[type="search"]::placeholder, .cd-main-form2 .coronia-main-form2 select::placeholder, .cd-main-form2 .coronia-main-form2 textarea::placeholder {
	color: #fff;
}
.cd-main-form2 .coronia-main-form2 input[type=submit] {
	background: #fff;
	border-radius: 8px;
}
.cd-subscribe-form .subscribe-button {
    margin-top: 10px;
    border-radius: 8px;
    background-color: #fff;
}
.cd-subscribe-form .subscribe-button:hover{
	color: #fff;
}
.cd-subscribe-form input[type="email"]::placeholder{
	color: #fff;
	text-align: center;
}
.site-footer .cd-subscribe-form input[type="email"]::placeholder{
  text-align: inherit;
}
/* --------------------------------------
 * woocommerce
 * ---------------------------------------*/
 .woocommerce-product-search {
    position: relative;
}
.widget_product_search .woocommerce-product-search input[type="search"] {
    background-color: #f5f9ff;
    border-color: #eaeaea;
    padding-right: 50px;
    margin: 0;
    padding: 0 20px;
    font-size: 13px;
    height: 60px;
}
.widget_product_search .woocommerce-product-search button {
    position: absolute;
    right: 0;
    padding: 0;
    border: none;
    outline: none;
    top: 0;
    height: 60px;
    color: #ffffff;
    font-size: 16px;
    z-index: 1;
    width: 60px;
    font-size: 0;
}
.widget_product_search .woocommerce-product-search button:after {
    position: absolute;
    font-family: Flaticon;
    content: "\f123";
    right: 22px;
    font-size: 16px;
    top: 22px;
    font-size: 16px;
    color: #ffffff;
    line-height: normal;
}



 .woocommerce .woocommerce-ordering {
    margin-bottom: 40px;  
}
.woocommerce .woocommerce-result-count { 
    margin-top: 17px;
}

/*=== product box ===*/
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
    font-size: 18px;
    line-height: 28px;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center;
	text-align: center !important;
    padding-bottom: 30px !important;
    border-radius: 0px !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) !important;
	
}
.woocommerce ul.products li.product .onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}
.woocommerce ul.products li.product .price {
    font-size: 15px;
    color: #888;
}
.woocommerce ul.products li.product .price del {
    margin-right: 5px;
}
.woocommerce ul.products li.product .button{
    margin-top: 1em;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
}
.woocommerce ul.products li.product .button:hover{
    background-color: #09162a;
}
.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after, 
.woocommerce button.button.loading:after, 
.woocommerce input.button.loading:after {
    top: 10px;
    right: 6px;
}
.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
    position: absolute;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

/*=== Woocommerce Details Page ===*/
.woocommerce span.onsale {
    padding: 0px 12px;
    font-size: 10px;
    font-weight: 800;
    position: absolute;
    text-align: center;
    color: #fff;
    z-index: 2;
    text-transform: uppercase;
    border-radius: 5px;
    top: 13px;
    left: 10px;
    bottom: auto;
    right: auto;
    letter-spacing: 2px;
    background: #f14705;
}
.single-product .entry-summary .product_meta .posted_in,
.single-product .entry-summary .product_meta .sku_wrapper{
    font-weight: 700;
    color: #252525;
}
.single-product .entry-summary .product_meta .posted_in a,
.single-product .entry-summary .product_meta .sku_wrapper span{
    font-weight: normal;
    color: #888888;
}
.single-product .entry-summary .product_meta .posted_in{
    margin-left: 10px;
}
.single-product div.product p.price ins{
    text-decoration: none;
}
.single-product div.product .summary p.price, 
.single-product div.product .summary span.price{
    font-size: 18px;
}
.single-product div.product .summary p.price, 
.single-product div.product .summary span.price{
    font-size: 22px;
}
.woocommerce div.product .product_title{
    font-size: 26px;
    line-height: 40px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
     margin-right: 8px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    position: relative;
    top: 1px;
    display: block;
    float: left;
    font-size: 13px;
    color: #fff;
    border: 1px solid #e2e2e2;
    text-transform: capitalize;
    line-height: 24px;
    cursor: pointer;
    padding: 16px 30px 16px;
    transition: all 500ms ease;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;    
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #242424;
    background: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:before {
    opacity: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px 0 0px !important;
    border: none !important;
    line-height: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before{
    display: none;
    border: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background: #fff !important;
    margin-top: 0px;
    padding: 30px;
    border: 1px solid #ececec;
    border-radius: 0;
    margin-top: -1px;
}
.woocommerce-Tabs-panel h2{
    font-size: 22px;
    margin-top: 0;
    line-height: 28px;
}

/*=== woocommerce div.product form.cart ===*/
.woocommerce div.product form.cart .button{
    margin-top: 0;
    padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
}
.woocommerce div.product form.cart .button:hover{
    background-color: #09162a;
}

/*=== .woocommerce .quantity .qty ===*/
.woocommerce .quantity .qty {
    height: 54px;
    margin-right: 5px;
}

/*=== woocommerce div.product p.price ===*/
.woocommerce div.product p.price, 
.woocommerce div.product span.price{
    font-size: 15px;
    color: #888;
}
.woocommerce div.product p.price del, 
.woocommerce div.product span.price del{
    margin-right: 5px;
}

/*=== woocommerce div.product div.images ===*/
.woocommerce div.product div.images .woocommerce-product-gallery__trigger{
    z-index: 5;
}

/*=== woocommerce table.shop_attributes ===*/
.woocommerce table.shop_attributes th, 
.woocommerce table.shop_attributes td {
    padding: 5px 7px;
}

/*=== related products ===*/
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.cart_totals h2,
.related.products h2{
    font-size: 28px;
    line-height: 38px;
}

/*=== woocommerce-cart .wc-proceed-to-checkout ===*/
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce .cart .button, 
.woocommerce .cart input.button,
#add_payment_method .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{
    margin-top: 0;
    padding: 18px 22px;
    font-size: 13px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-weight: 800; 
}
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button,
.woocommerce .woocommerce-error .button:hover, 
.woocommerce .woocommerce-info .button:hover, 
.woocommerce .woocommerce-message .button:hover, 
.woocommerce-page .woocommerce-error .button:hover, 
.woocommerce-page .woocommerce-info .button:hover, 
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce .cart .button:hover, 
.woocommerce .cart input.button:hover, 
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, 
.woocommerce div.product form.cart .button:hover,  
.woocommerce ul.products li.product .button:hover{
    color: #fff;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text {
    width: 130px;
    height: 54px;
}
/*=== Sidebar button ===*/
.woocommerce .widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button), 
.woocommerce.widget_shopping_cart .buttons a:not(.wcppec-cart-widget-button),
.woocommerce .widget_price_filter .price_slider_amount .button{
    margin-top: 0;
    padding: 8px 16px;
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;   
    color: #fff;
    border-radius: 5px;
}
.woocommerce .widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button), 
.woocommerce.widget_shopping_cart .buttons a.checkout:not(.wcppec-cart-widget-button){
    background-color: #09162a;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 5px;
}

/*=== widget_price_filter ===*/
.woocommerce .widget_price_filter .price_slider{
    margin-bottom: 25px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    border-bottom-left-radius: 1em;
    border-bottom-right-radius: 1em;
    cursor: ew-resize;
    outline: none;
    box-sizing: border-box;
    opacity: 1;
    top: -5px;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range,
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    height: 5px;
    background-color: #272727;
}
.woocommerce ul.products li.product .price ins{
    text-decoration: none;
}
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, 
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, .woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, .woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled]{
    color: #fff;
}
.woocommerce .cart .button{
    padding: 18px 22px !important;
}
.woocommerce .col-1, 
.col-2{ 
    max-width:none;
}
.woocommerce form .form-row {
    display: block;
}
.woocommerce-pagination{
    text-align: center;
    margin-top: 50px;
    margin-bottom:  80px;
 }
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span{
    padding: 15px 17px;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;   
    margin: 0 2px;
    border: 1px solid #eee;
    color: #2c2c2c;
}
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current{
  color: #fff;
}
.woocommerce nav.woocommerce-pagination ul,
.woocommerce nav.woocommerce-pagination ul li{
    border: none;
}
.woocommerce div.product form.cart table.woocommerce-grouped-product-list tbody tr,
.woocommerce div.product form.cart table.variations tbody tr{
    border: 0;
}
.woocommerce div.product form.cart .variations label {
    margin-top: 12px;
}
/*==== woocommerce-checkout ====*/
.woocommerce-checkout #customer_details{
    margin-top: 35px;
}
.woocommerce-checkout .col2-set .col-1{
    padding: 0;
}

/*==== woocommerce-checkout ====*/
.woocommerce-checkout-payment{
    margin-bottom: 35px;
}

/*==== Theme Special ====*/
.cspt-woo-radius-bt .woocommerce ul.products li.product .button{
    border-radius: 2em;
}
.cspt-woo-box-border .woocommerce ul.products li.product{
    border: 1px solid #ededed;
    padding-bottom: 30px;
}
.woocommerce-breadcrumb,
.woocommerce-products-header__title{
  display: none;
}
.woocommerce #review_form #respond textarea{
  line-height: 20px;
  height: 110px;
}
.woocommerce #review_form #respond .form-submit input{
  padding: 10px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 5px;
    color: #fff;
}
.select2-container--default .select2-selection--single {
    background-color: #eff2f7;
    border: none;
    border-radius: 0px;
}
.select2-container .select2-selection--single {
    height: 50px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 50px;
    color: #848484;   
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 13px;
}

/*===woocommerce-Reviews===*/
.woocommerce-Reviews .comment-reply-title{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}

/*===woocommerce -- remove===*/
.woocommerce a.remove {
    line-height: 21px;
}

/*===woocommerce .select2-container===*/
.woocommerce .select2-container{
    display: none;
}
.woocommerce .select2-hidden-accessible {
    height: inherit !important;
    width: 100% !important;
    position: static !important;
    padding: 15px 20px !important;
    border: none !important;
    overflow: visible !important;
    vertical-align: top;
    margin: inherit !important;
}

/*===woocommerce -- customer_details===*/
.woocommerce-checkout .woocommerce-checkout-review-order, 
.woocommerce #customer_details {
    margin-bottom: 30px;
}
.woocommerce-form-coupon button[type=submit]{
    margin-top: 1em;
    padding: 15px 22px;
    font-size: 13px;
    line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    border-radius: 5px;
    margin-top: 0;
}
.return-to-shop,
.woocommerce-cart .wc-proceed-to-checkout{
    margin-bottom: 40px;
}

/*===woocommerce -- Sidebar widget===*/

/*===woocommerce -- cart_list - product_list_widget ===*/
.woocommerce ul.cart_list li del,
.woocommerce ul.product_list_widget li del{
    margin-right: 10px;
}
.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins{
    text-decoration: none;
    font-weight: 700;
}
.woocommerce ul.cart_list li, 
.woocommerce ul.product_list_widget li{
    margin-bottom: 10px;
}
.woocommerce ul.cart_list li:last-child, 
.woocommerce ul.product_list_widget li:last-child{
    margin-bottom: 0px;
}
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    border: 1px solid rgba(0, 0, 0, 0.10);
	width: 80px !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
}

/*=== widget_product_categories ===*/
.widget_product_categories ul li{
    position: relative;
    margin-bottom: 18px;
    padding: 0;
}
.widget_product_categories ul li .count {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #000;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
}

/*=== woocommerce-message ===*/
.woocommerce .woocommerce-error .button, 
.woocommerce .woocommerce-info .button, 
.woocommerce .woocommerce-message .button, 
.woocommerce-page .woocommerce-error .button, 
.woocommerce-page .woocommerce-info .button, 
.woocommerce-page .woocommerce-message .button{
    float: none;
    position: absolute;
    right: 34px;
    top: 14px;
    padding: 14px 22px;
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message{
    padding: 25px 180px 25px 55px;
}
.woocommerce-error::before, 
.woocommerce-info::before, 
.woocommerce-message::before{
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.woocommerce-error, 
.woocommerce-info, 
.woocommerce-message,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment{
    background-color: #eef7f9;
}
span.coronia-woocommercec-cart {
    margin-right: 25px;
	position: relative;
}
span.coronia-woocommercec-cart i {
    color: #dde9ff;
}
/*=== woocommerce new===*/
.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
    width: 80px !important;
    float: left !important;
    margin-left: 0 !important;
    margin-right: 15px !important;
}
.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
    text-align: center !important;
    padding-bottom: 30px !important;
    border-radius: 0px !important;
    background: #fff !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08) !important;
}
.woocommerce ul.product_list_widget li a {
    font-weight: 600;
    padding-bottom: 6px;
}
.woocommerce .woocommerce-ordering select {
    vertical-align: top;
    background: #f5f9ff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range{
	background-color: #dde9ff;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #222d35;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, 
.woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #000;
    color: #fff;
}
.woocommerce .site-content .sidebar {
    padding-bottom: 120px;
}
@media (max-width: 991px) {
	.woocommerce .content-area.col-md-12 {
		padding-bottom: 20px;
	}
}
.header-layout-3 span.coronia-woocommercec-cart span.number-cart {
	top: 25px;
}
span.coronia-woocommercec-cart span.number-cart {
    background: #dde9ff;
    height: 17px;
    width: 17px;
    text-align: center;
    line-height: 15px;
    position: absolute;
    top: 12px;
    left: 18px;
    border-radius: 50%;
    line-height: 17px;
    font-size: 12px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.single-product .woocommerce-product-gallery .wp-post-image{
    border: 1px solid #e0e0e0;
}
body .elementor-element.elementor-widget-accordion .elementor-accordion .elementor-tab-title {
	    border-radius: 8px;
}
