/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* Services Details
* Program Details
* Event Details
* Sermon 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
* Sigma Feature
* Custom
-------------------------------------------------------------------*/
html{
	overflow-x: hidden;
	overflow-y: auto;
}
body{
	overflow: hidden;
}
.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-minsitries .content-area,
.single-sermon .content-area,
.single-event .content-area,
.content-area.col-lg-8,
.content-area.col-md-12 {
	padding-bottom: 100px;
}
.single-post .content-area.col-lg-8 {
	padding-bottom: 70px;
}
.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-minsitries .content-area,
.single-event .content-area,
.single-sermon .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: 120px;
}
.primary-skin-color{
	color:#0c2278;
}
.secondary-skin-color{
	color:#f15933;
}
/*--------------------------------------------------------------# Services Details--------------------------------------------------------------*/

.widget_recent_services {
	padding: 0;
	background: none;
}
.widget_recent_services .widget-title {
	display: none;
}
.widget_recent_services ul li {
	margin-bottom: 4px;
	padding: 0;
	position: relative;
}
.widget_recent_services ul li a {
	display: block;
	color: #111111;
	padding: 12px 25px;
	font-size: 16px;
	position: relative;
	border: 1px solid #fff;
	background-color: #f9fafc;
	z-index: 1;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.widget_recent_services ul li a:after {
	width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 27px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 17px solid #ffffff;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    right: -16px;
}
.widget_recent_services ul li a[aria-current="page"]:after,
.widget_recent_services ul li a:hover:after {
    border-left-color: #0C2278;
}
.widget_recent_services ul li:hover a,
.widget_recent_services ul li a[aria-current="page"] {
	color: #fff;
	text-decoration: none;
	 background: #0c2278;
}
.widget_recent_services ul li:hover a:after,
.widget_recent_services ul li a[aria-current="page"]:after {
	-webkit-transition: all .4s;
	transition: all .4s;
	opacity: 1;
}
.widget_recent_services ul li a:before {
    content: "\f054";
		margin-right: 10px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
}
.widget-area.sidebar .widget_recent_services ul li a:hover {
    color: #fff;
}
.single-service .item-download {
	padding-bottom: 10px;
}
.single-service .item-download a {
	font-size: 15px;
	line-height: 24px;
	font-weight: 700;
	color: #111111;
	background-color: #ffffff;
	display: block;
	padding: 23px 23px 23px 30px;
	position: relative;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.single-service .item-download a span {
	position: absolute;
	display: block;
	height: 30px;
	width: 30px;
	background: #111111;
	right: 20px;
	top: 20px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	-webkit-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.single-service .item-download a:hover {
	background-color: #fda12b;
	color: #fff;
	text-decoration: none;
}
.single-service .item-download a:hover span {
	background: #fff;
	color: #111111;
}
.single-service .widget_media_image {
	padding: 0;
}
/*--------------------------------------------------------------# CTA line after --------------------------------------------------------------*/
.cta-line-after:before {
    position: absolute;
    content: close-quote;
    width: 2px;
    bottom: 0;
    background-color: #fff;
    right: -117px;
    top: 0;
    opacity: .6;
}
.cta-line-after:after {
    width: 0px;
    position: absolute;
    content: close-quote;
    height: 0px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid #fff;
    top: 50%;
    transform: translateY(-50%);
    right: -124px;
    opacity: .6;
}
.flex-center{
	display: flex;
	justify-content: center;
	align-items: center;
}
.d-flex-wrapper .wpb_wrapper{
	display: flex;
}
/*-------------- pre loader ----------------------*/
.loader-out {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 110;
  background-color: #fff;
	z-index: 9999;
}
.loader {
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
	color:#f15933;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
.loader-out .loader:before {
    background: none;
}
@-webkit-keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    -webkit-box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*--------------------------------------------------------------# Team Details--------------------------------------------------------------*/

.sigma-teammember-thumbnail .post-thumbnail {
	position: relative;
}
.sigma-teammember-thumbnail img {
    width: 100%;
}
h3.sigma-team-title {
    font-size: 35px;
    line-height: 1.3;
		color:#0c2278;
    margin-bottom: 10px;
}
.sigma_list_wrapper.secondary-color .sigma-list-wrapper ul li i {
    color: #f15933;
}
h5.sigma-teammember-designation {
	font-size: 16px;
	color: #222;
	margin-bottom: 20px;
}
.sigma-teammember-details {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 30px 30px;
	margin-left: 20px;
}
.sigma-teammember-detail {
	padding-bottom: 20px;
}
.sigma-teammember-detail-title {
	font-weight: 700;
	color: #111111;
}
.sigma-teammember-content {
	padding-top: 30px;
}
.sigma-teammember-content .wpcf7-form-control-wrap {
	width: 100%;
}
.sigma-teammember-link-profiles {
	margin: 0;
	padding: 0;
	clear: both;
}
.sigma-teammember-link-profiles-container {
	padding-top: 30px;
	text-align: center;
}
.sigma-teammember-link-profiles li {
	display: inline-block;
	border: none;
}
.sigma-teammember-link-profiles li a {
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #111111;
}
.sigma-teammember-link-profiles li a:hover {
	color: #f15933;
}
.sigma-teammember-detail-title {
	font-family: 'Roboto';
	font-weight: 700;
	color: #111111;
	font-size: 20px;
	position: relative;
}
.sigma-teammember-detail-title:before {
	position: absolute;
	left: -20px;
	top: 6px;
	content: "";
	width: 6px;
	height: 6px;
	background: #0c2278;
}
.sigma-teammember-des p {
	margin-bottom: 40px;
}
.video-p {
    max-width: 600px;
    margin: auto;
    margin-bottom: 25px;
		text-align: center;
}
/*--------------------------------------------------------------# Blog--------------------------------------------------------------*/

.sigma-blog-classic {
	margin-bottom: 30px;
}
.sigma-blog-classic .entry-title {
	font-size: 32px;
	line-height: 36px;
	margin-bottom: 15px;
	margin-top: 0;
	word-break: break-word;
	font-weight: 700;
}
.sigma-blog-classic .entry-title a{
	color: #0c2278;
}
.sigma-blog-classic .entry-title a:hover {
	text-decoration: none !important;
	color: #0c2278;
}
.sigma-blog-classic-inner {
	padding: 25px 30px 25px;
	position: relative;
	border: 3px solid #f9fafc;
}
.post-single .sigma-blog-classic-inner {
    padding: 0;
    position: relative;
		border:none;
}
.sigma-blog-classic-inner h3 {
    color: #0c2278;
}
.sigma-blog-classic-inner .entry-header a {
    color: #111;
}
.sigma-blog-classic .post-thumbnail-wrapper {
    position: relative;
}
.post-single .sigma-blog-classic .post-thumbnail-wrapper {
    padding-bottom: 25px;
}
.sigma-blog-classic .post-thumbnail-wrapper a {
    display: block;
    width: 100%;
}
.sigma-blog-classic .post-thumbnail-wrapper a img {
    width: 100%;
}

.post-thumbnail-wrapper .posted-on {
    position: absolute;
    left: 30px;
    top: 30px;
    padding: 10px 19px;
    padding-top: 15px;
    border-radius: 8px;
		box-shadow: 0 0px 13px 2px #0c22784d;
    z-index: 5;
    background: #0c2278;
}
.post-thumbnail-wrapper .posted-on a time {
    FONT-WEIGHT: 600;
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 1.3;
}
.post-thumbnail-wrapper .posted-on a span {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}
.post-thumbnail-wrapper .posted-on a {
    text-align: center;
    display: block;
}
.sigma-blog-classic footer.entry-footer {
	margin-top: 5px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef
	padding-top: 20px;
	font-size: 14px;
}
.sigma-blog-classic .entry-meta-footer {
	display: -webkit-box ;
	display: -ms-flexbox;
	display: flex ;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sigma-blog-classic .entry-meta-container-left span.author {
    padding-right: 10px;
}
.sigma-blog-classic .entry-meta-footer {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 18px;
}
.sigma-blog-classic .entry-meta-footer .entry-meta-container-left a {
    font-weight: 500;
}
.sigma-blog-classic .entry-meta-container-left span.meta-comment {
    border-left: .2em solid #ededed;
    padding-left: 15px;
}
.sigma-blog-classic .entry-meta-container-left span {
    font-size: 13px;
    text-transform: capitalize;
		font-weight: 500;
}
.sigma-blog-classic .entry-meta-container-right .tag-list a {
    background: #f9fafc;
    padding: 5px 15px;
		margin-bottom: 5px;
    border-radius: 20px;
    display: inline-block;
    font-size: 13px;
}
.sigma-blog-classic .entry-meta-container-right .tag-list a:hover {
    background: #0c2278;
    color: #fff;
}
.sigma-blog-classic .entry-meta-container-left i {
    color: #f15933;
    margin-right: 10px;
}
.sigma-blog-classic .entry-meta-footer .entry-meta-container i {
	color: #111111;
}
.sigma-blog-classic .entry-footer .entry-meta-container>span>i {
	margin-right: 5px;
}
.sigma-blog-classic-inner a.read-more-btn {
	font-size: 14px;
	padding: 0 40px;
	box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
	transition: 0.6s;
	overflow: hidden;
	position: relative;
	color: #fff;
	background: #f15933;
	border-radius: 5px;
	display: inline-block;
	line-height: 46px;
	font-weight: 600;
	text-align: center;
	height: 47px;
}
.sigma-blog-classic-inner a.read-more-btn:hover {
box-shadow: 0px 11px 20px -4px rgb(240 77 36);
color:#fff;
}
.sigma-blog-classic .entry-content {
    margin-bottom: 15px;
}
.shine-btn:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.shine-btn:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.shine-btn:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.shine-btn:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
.sigma-blog-classic .cns-blog-post-meta-1.entry-meta-container>span ,
.sigma-blog-classic footer .entry-meta-container>span {
	margin-right: 15px;
}
.sigma-blog-classic .entry-footer.entry-footer .social-icon-share {
	margin-left: auto;
}
/*== blog style 2 ==*/
.blog-imgs {
    position: relative;
}
.blog-image-info {
    position: absolute;
    left: 25px;
    bottom: -12px;
}
.blog-image-info a {
    color: #fff;
    font-size: 14px;
}
.blog-image-info p{
  margin-bottom: 10px;
}
.blog-imgs:after {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 30%;
    opacity: 0.5;
    bottom: 0;
    right: 0;
    background: rgb(19, 27, 35);
    background: -moz-linear-gradient(0deg, rgba(19, 27, 35, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(19, 27, 35, 1) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, rgba(19, 27, 35, 1) 0%, rgba(255, 255, 255, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#131b23", endColorstr="#ffffff", GradientType=1);
}
.blog-imgs img {
    width: 100%;
}
.each-blog .blog-content {
    padding: 30px 25px;
    background: #f9fafc;
  }
  .each-blog .blog-content p {
    font-size: 14px;
}
.each-blog .blog-content h4 {
    font-size: 22px;
    font-weight: 600;
		line-height: 1.3;
    margin-bottom: 10px;
}
.each-blog .blog-content .read-blog {
	border-top: 1px solid #00000026;
	display: flex;
	padding-top: 20px;
	font-size: 14px;
	font-weight: 600;
	justify-content: space-between;
	align-items: center;
}
.each-blog .blog-content .read-blog  i {
    float: right;
}
.blog-image-info .date-tag {
    background: #0C2278;
    color: #fff;
    border-radius: 50px;
    font-size: 12px;
    padding: 4px 15px;
}
.blog-image-info {
  z-index: 1;
}
.blog-grid-layout-1 .each-blog .blog-content h4 {
    font-size: 20px;
    line-height: 1.4;
}
.blog-grid-layout-1 .each-blog .blog-content h4 a {
    color: #0c2278;
}
.blog-grid-layout-1:hover .each-blog .blog-content h4 a {
    color: #f15933;
}
.blog-grid-layout-1 .each-blog .blog-content .read-blog {
    color: #f15933;
}
/*=== blog grid layout 2 ===*/
.blog-image-2 {
    position: relative;
}
.blog-image-2:before {
    position: absolute;
    content: close-quote;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.blog-image-2 img {
    width: 100%;
}
.blog-date-bg {
    position: absolute;
    top: 24px;
    left: 21px;
}
.blog-date-bg svg {
    width: 100px;
    height: 80px;
    fill: #f15933;
}
.blog-date-bg .date {
    color: #fff;
    position: absolute;
    top: 45px;
		left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
		text-align: center;
}
.blog-date-bg .date h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 0.9;
}
.blog-date-bg .date p {
    margin-bottom: 0;
}
.reabmore-blog-2 {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    opacity: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.reabmore-blog-2:hover {
    color: #fff;
}

.reabmore-blog-2 i {
    margin-left: 20px;
}
.each-blog-2:hover .blog-image-2:before {
    opacity: .5;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.each-blog-2:hover .reabmore-blog-2 {
    opacity: 1;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.each-blog-2 .blog-text-2 h3 {
    font-size: 19px;
    font-weight: 600;
		margin-bottom: 0;
		line-height: 26px;
}
.each-blog-2 .blog-text-2 h3 a{
	color: #0c2278;
}
.each-blog-2 .entry-meta-footer a {
    color: #111;
}

.each-blog-2 .blog-text-2 {
    padding: 15px 25px;
    background: #f9fafc;
}
.blog-info-list {
    position: relative;
    padding: 0 25px 15px;
		background-color: rgba(238, 244, 248, 0.50);
}
.blog-info-list .entry-meta-footer .entry-meta-container-left span {
    display: inline-block;
		font-size: 12px;
    line-height: 10px;
    text-transform: capitalize;
}
.blog-info-list .entry-meta-footer .entry-meta-container-left>span:first-child {
    margin-right: 10px;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    padding-right: 12px;
}
.blog-info-list .entry-meta-footer .entry-meta-container-left span i {
    color: #f15933;
    margin-right: 10px;
}
.blog-info-list:after {
    position: absolute;
    content: close-quote;
    width: 0%;
    height: 2px;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s;
    left: 0;
		background: #0C2278;
}
.each-blog-2:hover .blog-info-list:after {
    width: 100%;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.post-single .sigma-blog-classic .entry-meta-footer {
    border: none;
    padding-bottom: 0;
}
.post-single .sigma-blog-classic .entry-meta-container-left span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500;
}
.single.single-post .sigma-blog-classic .entry-footer.entry-footer .social-icon-share{
		display: flex;
    align-items: center;
		line-height: 0;
}
.sigma-blog-classic .entry-footer a.social-share-button {
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
}
.post-single .sigma-blog-classic .entry-footer ul.social-share-icons {
    padding: 0;
    margin: 0;
    white-space: nowrap;
    display: -moz-box;
    display: -ms-flexbox;
    -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;
}
.sigma-blog-classic .entry-footer li.social-share-icon {
	list-style: none;
display: inline-block;
padding: 0;
margin: 0;
width: 35px;
border-right: 1px solid #fff;
overflow: hidden;
height: 35px;
}
.sigma-blog-classic .entry-footer ul.social-share-icons a.icon-link {
	display: block;
    text-align: center;
    background: #f9fafc;
    line-height: 35px;
    margin: 0;
    padding: 0;
    color: #111;
    border-radius: 50px;
}
.single.single-post .sigma-blog-classic .entry-footer.entry-footer .social-icon-share .info {
    font-weight: bold;
    font-size: 12px;
    color: #111;
    margin-right: 15px;
}
.sigma-blog-classic .entry-footer ul.social-share-icons a.icon-link:hover {
	background: #0c2278;
	color:#fff;
}
.sigma-blog-classic .entry-footer .social-icon-share:hover ul.social-share-icons {
	visibility: visible;
	opacity: 1;
	top: 0;
}
.sigma-blog-classic .entry-footer.cns-blg-detail-meta{
	padding: 30px;
    padding-bottom: 0;
    margin-bottom: -5px;
}
.sigma-blog-classic blockquote {
    padding: 35px;
    padding-left: 105px;
}
.sigma-blog-classic blockquote a {
    color: #f15933;
}

.site-main blockquote:before {
    content: "\f10e";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 35px;
    top: 40px;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.site-main blockquote:after {
    position: absolute;
    content: close-quote;
    left: 15px;
    top: 15px;
    right: 15px;
    bottom: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.sigma-blog-classic-inner .gallery {
	margin-bottom: 30px;
}
body article.without-image .posted-on,
body article:not(.has-post-thumbnail) .posted-on {
	display: none;
}
.post.sticky .sigma-blog-classic-inner {
	border: 5px solid #f15933;
	position: relative;
}
.post.sticky .sigma-blog-classic-inner:after {
	content: "\f08d";
	font-family: 'Font Awesome 5 Pro';
	font-size: 16px;
	position: absolute;
	color: #fff;
	opacity: 1;
	right: 0px;
	top: 0px;
	background-color: #f15933;
	padding: 0;
	width: 35px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	font-weight: 900;
	border-radius: 0;
}
.archive-description {
	margin-bottom: 30px;
}
/*=== Comment List ===*/

.comments-area {
	margin-top: 25px;
}
.comments-area ul {
    list-style: disc;
}
.related-posts + .comments-area{
	margin-top: 20px;
}
.related-posts h4 {
    display: block;
    width: 100%;
    font-size: 24px;
    color: #0c2278;
    margin-bottom: 20px;
    margin-left: 15px;
}
.children,
.comment-list {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-list .comment-body {
    margin-bottom: 25px;
    display: grid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(19, 27, 35, 0.1);
}
.comment-list .children {
	padding-left: 80px;
	position: relative;
}
.comment-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
		margin-top: 20px;
}
.comment-meta .comment-author {
    margin-right: 20px;
}
.comment-list a.comment-reply-link {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #f15933;
	line-height: 12px;
}
.comment-list .reply a:after {
    content: "\f30b";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
}
.comment-list a.comment-reply-link:hover {
    color: #111111;
}
.comment-list .comment-avatar {
	min-width: 77px;
	margin-right: 20px;
}
#cancel-comment-reply-link {
    margin-left: 10px;
}
.comment-list .comment-avatar img.avatar {
	width: 77px;
	border-radius: 50%;
}
.comment-list span.comment-author {
    font-family: 'Roboto';
    color: #111111;
    font-size: 14px;
    display: block;
    margin-bottom: 2px;
    font-weight: 600;
}
.comment-list span.comment-author i {
    margin-right: 10px;
    color: #f15933;
}
.comment-list span.comment-date {
	margin-bottom: 10px;
	display: block;
}
.comment-list .comment-date a {
	color: #222;
	font-size: 13px;
}
/*=== Classic Leave a Reply ===*/
.comment-respond .comment-form input {
    position: relative;
    border-radius: 5px;
    padding: 25px;
		border-radius: 5px;
    border: 2px solid #f9fafc;
    background: none;
}
.comment-respond .comment-form textarea {
    position: relative;
    border-radius: 5px;
    padding: 25px;
    border: 2px solid #f9fafc;
    border-radius: 5px;
    background: none;
}
.comment-respond .comment-form input#submit {
    min-width: 150px;
    font-size: 14px;
    padding: 10px 24px;
    background: #f15933;
    border-radius: 8px;
		color: #111;
		border: none;
    height: auto;
    box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
}
.nutralift-comment-form-input-wrapper p {
    position: relative;
}
.comment-respond .comment-form input+i {
    position: absolute;
    right: 25px;
    font-size: 17px;
    opacity: .4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.comment-respond .comment-form input[type="checkbox"] {
    height: auto;
}
.comment-respond .comment-form input#submit:hover {
	box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
.comment-respond .comment-form .sigma-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 p.comment-form-email,
.comment-respond p.comment-form-author {
	-ms-flex: 0 0 48%;
	flex: 0 0 48%;
}

.comments-area .comments-title,
.comment-respond .comment-reply-title {
	font-size: 25px;
    line-height: 32px;
    color: #0c2278;
}
.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;
}
.comment-list .children .comment-respond {
	margin-bottom: 30px;
}
.content-area.col-md-12 .comment-list .comment-respond {
	margin-bottom: 30px;
}
.comment-respond .comment-form p.form-submit {
	margin: 0;
}
/*=== Post Author Box ===*/

.post-author-box {
	margin-top: 0;
	margin-bottom: 25px;
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
.post-author-box .post-author-image {
	height: 140px;
	width: 140px;
	display: block;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 35px;
	background-color: #fff;
}
.post-author-box .post-author-image .alignnone {
	margin: 0;
	width: 140px;
	height: 140px;
}
.post-author-box .post-author-details {
	-webkit-flex-shrink: 160;
	-moz-flex-shrink: 160;
	-ms-flex-negative: 160;
	flex-shrink: 160;
}
	.post-author-box .author-title {
    font-size: 18px;
    text-transform: capitalize;
    line-height: 30px;
    margin-bottom: 5px;
    color: #0c2278;
}
/*-- heading color ---*/
.heading-color-white .sigma-minsitries-title a {
    color: #0c2278;
}
/*=== Related-posts===*/

.related-posts.blog-style-1 .sigma-post-slide {
	background: #fff;
	box-shadow: 0 9px 35px 0 rgba(0, 0, 0, .07);
}
.related-posts.blog-style-1 .sigma-post-slide h3 {
	font-size: 24px;
	line-height: 35px;
}
.related-posts.blog-style-1 .sigma-post-slide a {
	text-decoration: none;
}
.related-posts.blog-style-1 .sigma-post-slide a:hover {
	color: #0c2278;
}
.related-posts.blog-style-1 .sigma-post-content-cover {
	padding: 25px 30px 25px;
	position: relative;
}
.related-posts.blog-style-1 .sigma-post-date {
	display: block;
	position: absolute;
	top: -62px;
	right: 0px;
	background: #111111;
	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 .sigma-post-date span {
	font-size: 30px;
	display: block;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 1px;
}
.related-posts.blog-style-1 .sigma-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: #0c2278;
	margin-right: 5px;
}
.related-posts.blog-style-1 .sigma-post-meta>div {
	display: inline-block;
	margin-right: 15px;
	font-size: 14px;
}
.related-posts.blog-style-1 .sigma-post-image-container {
	overflow: hidden;
}
.related-posts.blog-style-1 .sigma-post-image-container .post-image {
	transform: scale(1.01);
	width: 100%;
}
.related-posts.blog-style-1 .sigma-post-post-wrapper:hover .sigma-post-image-container .post-image {
	transform: scale(1.2);
}
.related-posts.blog-style-1.blog-layout-grid .sigma-post-slide {
	margin-bottom: 30px;
}
.related-posts.blog-style-1 .sigma-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 .sigma-post-date {
	display: none;
}
.related-posts.blog-style-1 .without-image .sigma-post-content-cover {
	padding-top: 30px;
}
/*--------------------------------------------------------------# Page Title--------------------------------------------------------------*/

.sigma-page-title {
	position: relative;
	display: flex;
	align-items: center;
	z-index: 1;
}
.sigma-page-title-layer.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
		flex-direction: column;
}
.sigma-page-title .page-title {
	font-size: 40px;
	text-align: left;
	line-height: 46px;
	color: #fff;
	margin: 0;
}
.sigma-page-title .breadcrumb,
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb {
	background: none;
	display: block;
	color: rgba(255, 255, 255, 0.80);
	margin: 0;
	padding: 0;
}

.sigma-page-title.after-title .breadcrumb{
	margin-top: 20px;
}
.sigma-page-title .breadcrumb a,
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb a {
	color: #fff;
	padding-right: 10px;
}
.sigma-page-title .breadcrumb span,
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb span {
	margin-left: 10px;
}
.header-layout-1+.site-content .sigma-page-title {
	margin-top: -33px;
	padding-top: 33px;
}
.sigma-page-title .breadcrumb i,
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb i {
	font-size: 11px;
	margin: 0 5px;
}

.sigma-page-title.style-2{
	align-items: flex-end;
	padding-bottom: 40px;
	z-index: 1;
}

.sigma-page-title::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

/* .sigma-page-title.style-2::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient( to top, rgba(0,0,0,.5), transparent );
	z-index: -1;
} */

.sigma-page-title.text-center .sigma-page-title-layer{
	align-items: center;
}

.sigma-page-title.text-left .sigma-page-title-layer{
	align-items: flex-start;
}

.sigma-page-title.text-right .sigma-page-title-layer{
	align-items: flex-end;
}

/*-- page title style 3 ---*/
.sigma-page-title.style-3 .sigma-page-title-layer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sigma-page-title.style-3 .sigma-page-title-layer .page-title {
    max-width: 60%;
}
.sigma-page-title.style-3 .sigma-page-title-layer .page-title {
    color: #0c2278;
}
.sigma-page-title.style-3 .sigma-page-title-layer .page-breadcrumbs .breadcrumb a {
    color: #f15933;
}
.sigma-page-title.style-3 .sigma-page-title-layer .page-breadcrumbs .breadcrumb a:hover{
	color:#111;
}
.sigma-page-title.style-3 .sigma-page-title-layer .page-breadcrumbs .breadcrumb .current,
.sigma-page-title.style-3 .sigma-page-title-layer .page-breadcrumbs .breadcrumb {
    color: #111;
}

/* Page title Breadcrumb Styles */

.sigma-page-title.before-title .breadcrumb{
	margin: 0 0 20px;
}

.sigma-page-title.below-image + .page-breadcrumbs{
	background-color: #f5f5f5;
	padding: 10px 0;
}
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb a,
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb{
	color: #111111;
}
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb span{
	opacity: .7;
}
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb a:hover{
	color: #0c2278;
}
.sigma-page-title.below-image + .page-breadcrumbs .breadcrumb{
	margin: 0;
}

/* Page Title Patterns */
.sigma-page-title.pattern-chalk::after{
	content: '';
	position: absolute;
	width: 100%;
	bottom: 0;
	padding-top: 15px;
	background-size: auto 75px;
	background-repeat: repeat-x;
	background-position: center 0;
	background-image: url(../images/textures/texture-1.svg);
}
.sigma-page-title.pattern-skewed::after{
	content: '';
  background-color: #fff;
  display: block;
  width: 120%;
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: -28px;
  transform: rotate(-2deg);
}
.sigma-page-title.pattern-circular .page-title-shape{
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	height: 225px;
	background-color: transparent;
}
.sigma-page-title.pattern-circular .page-title-shape svg{
	width: calc(125% + 1.3px);
	height: 225px;
	display: block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.sigma-page-title.pattern-circular .page-title-shape svg path {
  fill: #ffffff;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}


/*--------------------------------------------------------------# Header--------------------------------------------------------------*/

header.site-header-container {
	position: relative;
	z-index: 999;
}
.sigma-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;
	color: #111111;
}
.site-header .contact-item {
	float: left;
	padding-left: 30px;
}
.header-layout-2 .site-header .contact-item{
	padding-left: 30px;
}
.site-header .contact-list span {
	display: block;
}
.site-header .contact-list span a {
	color: #111;
}
.site-header .site-logo {
	display: table;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
}

.site-header .site-logo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.site-header .site-logo a {
    line-height: 30px;
    text-align: left;
		max-width: 200px;
}
.site-logo a h5 {
    margin: 0;
}
.site-header .contact-list {
	padding-left: 15px;
	font-size: 13px;
	font-weight: 700
}
.site-header .contact-list .contact-label {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	color: #111111;
}
.site-header .header-right-side {
	display: flex;
	align-items: center;
}
.site-header .header-right-side .sigma_search-wrapper a,
.site-header .header-right-side .sigma-header-button a,
.site-header .header-right-side > div{
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.site-header .header-right-side .sigma-header-button{
	height: 100%;
}
.site-header .sigma-header-button a {
	padding: 0px 26px;
	background-color: #0c2278;
	display: block;
	color: #fff;
	line-height: normal;
	font-weight: 700;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}
.site-header .sigma-header-button a:hover{

}
.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-right: 20px;
}
.site-header ul.social-info li a {
	display: block;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}
.site-header ul.social-info li a i{
	transition: .3s;
}
.site-header ul.social-info li a:hover {
	color: #0c2278;
}

/* Top Header */
.sigma_top-header{
	background-color: #111111;
}
.sigma_top-header-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.sigma_top-header ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.sigma_top-header .menu{
	display: flex;
	align-items: center;
}
.sigma_top-header .menu > li > a{
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
	padding: 10px 0;
	display: block;
  margin: 0 10px;
}
.sigma_top-header .menu li a:hover{
	color: #0c2278;
}
.sigma_top-header ul .sub-menu{
	text-align: left;
  position: absolute;
	top: 100%;
	right: 0;
  display: block;
  margin: 0;
  list-style: none;
	min-width: 220px;
  border-radius: 0;
	background-color: #fff;
  -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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s linear 0s;
  transition: all .3s linear 0s;
	border-top: 1px solid #0c2278;
}
.sigma_top-header ul .sub-menu li a{
	margin: 0;
	display: block;
	padding: 17px 20px 15px;
	position: relative;
	font-size: 14px;
	font-weight: 700;
	color: #666;
	border-bottom: 1px solid #f0f0f0;
}
.sigma_top-header ul > li.menu-item-has-children{
	position: relative;
}
.sigma_top-header ul > li:hover > .sub-menu{
	opacity: 1;
	visibility: visible;
}


/* Nav */

.site-header-bottom.sigma-bg-color-secondary {
	background: #111111;
}

.site-header .main-navigation {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
.site-header .main-navigation div>ul>li>a {
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-style: normal;
	padding: 20px;
}
.header-layout-2.header-main-scheme-light .site-header .main-navigation div>ul>li>a:hover,
.site-header .main-navigation div>ul>li>a:hover{
	color: #0c2278;
}

.header-layout-1 .site-header .sigma-header-button a{
	border-radius: 0;
}

.header-layout-4 .header-stickable,
.header-layout-2 .header-stickable,
.header-layout-1 .header-stickable{
	border-top: 1px solid #efefef;
	background-color: #fff;
}
.header-layout-1 .sigma-sticky-header.header-stickable{
	border-top: 0;
}
.site-header .sigma-sticky-header .main-navigation div>ul>li:first-child > a{
	padding-left: 20px;
}

.header-layout-1 .header-menu-area-inner{
	display: flex;
	justify-content: space-between;
}
.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;
	padding: 0 20px;
	font-size: 18px;
}
@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;
	}

	.header-layout-8 .menu-primary-container ul.menu li ul.sub-menu .menu-item-has-children:hover ul,
	.header-layout-8 .menu-primary-container ul.menu li ul.sub-menu ul,
	.header-layout-5 .menu-primary-container ul.menu li ul.sub-menu .menu-item-has-children:hover ul,
	.header-layout-5 .menu-primary-container ul.menu li ul.sub-menu ul,
	.site-header .main-navigation div>ul>li>ul ul {
		left: 100%;
		top: 0;
	}
	.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: 400;
    color: #111;
    font-family: 'Roboto';
	}
	.site-header .main-navigation div>ul ul a:before {
		position: absolute;
		content: '';
		left: 18px;
		top: 24px;
		width: 0;
		height: 2px;
		background-color: transparent;
		-webkit-transition: all .500s ease-in-out;
		transition: all .500s ease-in-out;
	}
	.site-header .main-navigation div>ul ul a:hover {
		padding-left: 35px;
	}
	.header-layout-3 .site-header .main-navigation div>ul ul a:hover{
		padding-left: 20px;
	}
	.site-header .main-navigation div>ul ul a:hover:before {
		width: 10px;
		background-color: #f5f5f5;
	}
	.header-layout-3 .site-header .main-navigation div>ul ul a:hover:before{
		display: none;
	}
	.site-header .main-navigation div>ul li:hover>ul {
		opacity: 1;
		visibility: visible;
	}
}
/*=== Header 2 ===*/

.header-layout-2 .site-header .main-navigation div>ul>li:first-child>a {
	padding-left: 0;
}
.header-layout-2 .site-header a.search-icon.search-popup-modal {
	line-height: 40px;
	padding: 15px;
}

.header-layout-2 .site-header .contact-info .contact-item i {
	font-size: 30px;
	text-align: center;
	color: #111111;
	border-radius: 50%;
}
.header-layout-2 .sigma-header-button-container {
	margin-left: auto;
}

.header-layout-2 .site-header-top>.d-flex {
	position: relative;
}

.site-header-container.header-layout-2.header-absolute .site-header-top>.d-flex:after{
	background:none;
}

.header-layout-2 .menu-primary-container ul.menu>li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    margin-left: auto;
    font-size: 10px;
    margin-left: 10px;
}

/*==== header layout 3 ===*/
.header-layout-3 .header-stickable {
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
}
.header-layout-3 .site-header .site-logo {
	display: flex;
	height: 100%;
	margin: 0px 0;
	align-items: center;
}
.header-layout-3.header-main-scheme-light .site-header .main-navigation div>ul>li>a {
    color: #111111;
}
.header-layout-3 .site-header .main-navigation div>ul>li>a,
.header-layout-4 .site-header .main-navigation div>ul>li>a {
    font-size: 15px;
    font-weight: 400;
    text-transform: inherit;
}
.header-layout-3 .sigma-sticky-header {
    position: fixed;
    top: 0;
    width: 100%;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background: #fff;
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
}
.header-layout-3 .site-header .main-navigation div>ul>li.menu-item-has-children>a:after,
.header-layout-4 .site-header .main-navigation div>ul>li.menu-item-has-children>a:after {
		content: '+';
		font-weight: 400;
		padding-left: 5px;
}
.header-layout-4 .site-header .sigma-header-button a {
    background: #f15933;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0 40px;
    height: 47px;
    line-height: 45px;
    border-radius: 5px;
    box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
}
.header-layout-4 .site-header .sigma-header-button a:hover {
    box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
.header-layout-3 .sigma-header-cta-container {
    background: #0c2278;
    margin-left: 20px;
}
.header-layout-3.header-main-scheme-dark .sigma-header-cta-container {
    background: #f15933;
}
.header-layout-3.header-main-scheme-dark .header-scheme-light.sigma-sticky-header .sigma-header-cta-container {
    background: #022778;
}

.header-layout-8.header-main-scheme-dark div.sigma_header-cart-inner .sigma_cart-icon,
.header-layout-8.header-main-scheme-dark .site-header a.search-icon.search-popup-modal,
.header-layout-5.header-main-scheme-dark div.sigma_header-cart-inner .sigma_cart-icon,
.header-layout-5.header-main-scheme-dark .site-header a.search-icon.search-popup-modal,
.header-layout-6.header-main-scheme-dark .site-header .main-navigation div>ul>li>a,
.header-layout-7.header-main-scheme-dark div.sigma_header-cart-inner .sigma_cart-icon,
.header-layout-7.header-main-scheme-dark .site-header a.search-icon.search-popup-modal,
.header-layout-7.header-main-scheme-dark .site-header .main-navigation div>ul>li>a{
	color: #fff;
}
.sigma-header-cta {
    padding: 15px 40px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.sigma-header-cta p {
    margin: 0;
    line-height: 1;
    margin-bottom: 5px;
		color: #fff;
}
.sigma-header-cta h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
		color: #fff;
}
.sigma-header-cta img{
	position: absolute;
    left: -22px;
    top: 0;
    opacity: 0.15;
}
.header-layout-3 .site-header .header-stickable-wrap {
    height: 100%;
}
.custom-header-full-width .site-logo {
    padding-left: 35px;
}

.header-layout-3.header-main-scheme-light .site-header .sigma-header-button a {
	background: none;
	border: 2px solid #f15933;
	color: #111111;
	line-height: 38px;
	padding: 0 22px;
	font-weight: 500;
	height: 42px;
}
.header-layout-3 .site-header .sigma-header-button a:hover {
    background: #f15933;
}
.header-stickable.not-sticky.sigma-sticky-header {
    position: relative;
}
.site-header .site-logo .header-sticky-logo,
.header-stickable.can-sticky.sigma-sticky-header .site-logo .header-site-logo {
    display: none;
}
.header-stickable.can-sticky.sigma-sticky-header .site-logo .header-sticky-logo {
    display: block;
}
.header-layout-3 .main-header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media (max-width: 1320px) {
	.header-layout-3 .site-header .main-navigation div>ul>li>a{
	    margin: 0 12px;
	}
	.sigma-header-cta {
    padding: 15px 25px;
	}
}
/** dark layout **/
.header-layout-4.header-main-scheme-dark div.sigma_header-cart-inner .sigma_cart-icon,
.header-layout-4.header-main-scheme-dark .site-header .header-block-left ul.social-info li a,
.header-layout-4.header-main-scheme-dark .site-header .contact-list span a,
.header-layout-3.header-main-scheme-dark .site-header .main-navigation div>ul>li>a {
    color: #fff;
}
.header-layout-4.header-main-scheme-dark .header-stickable,
.header-layout-2.header-main-scheme-dark .header-stickable,
.header-layout-1.header-main-scheme-dark .header-stickable{
	border-top: 1px solid rgba(255,255,255,.2);
}
.header-layout-3.header-main-scheme-dark .site-header a.sigma-header-button {
    background: #f15933;
    border: 2px solid #f15933;
    line-height: 45px;
		color: #111;
}
.header-layout-3.header-main-scheme-dark .site-header a.sigma-header-button:hover,
.header-layout-2 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .sigma-bg-color-secondary {
    background: #111111;
}
.header-layout-3.header-main-scheme-dark .header-stickable,
.header-layout-3 .header-stickable.header-scheme-dark.sigma-sticky-header{
	background: #0c2278;
}

.header-layout-3 .header-stickable.header-scheme-light.sigma-sticky-header,
.header-layout-1.header-main-scheme-light .site-header-bottom,
.header-layout-1 .sigma-sticky-header.header-stickable,
.header-layout-6 .header-stickable.can-sticky,
.header-layout-7 .header-stickable.can-sticky,
.header-layout-1 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .site-header-bottom,
.header-layout-2.header-main-scheme-light .header-stickable .sigma-bg-color-secondary,
.header-layout-4.header-main-scheme-light .site-header .header-stickable-wrap .sigma-bg-color-secondary,
.header-layout-4 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma-bg-color-secondary,
.header-layout-2 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma-bg-color-secondary {
    background: #fff;
}

.header-layout-1 .sigma-sticky-header.header-stickable .site-header-bottom,
.header-layout-4 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma-bg-color-secondary,
.header-layout-2 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma-bg-color-secondary {
	box-shadow: 0 4px 10px #282f412e;
}
.header-layout-3 .header-stickable.header-scheme-light.sigma-sticky-header .main-navigation div>ul>li>a,
.header-layout-1.header-main-scheme-light .site-header-bottom .main-navigation div>ul>li>a,
.header-layout-1.header-main-scheme-light .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-1 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-1.header-main-scheme-light .site-header a.search-icon.search-popup-modal,
.header-layout-1 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header a.search-icon.search-popup-modal,
.header-layout-1 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .site-header-bottom .main-navigation div>ul>li>a,
.header-layout-2.header-main-scheme-light .site-header .main-navigation div>ul>li>a,
.header-layout-2.header-main-scheme-light .site-header .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-2.header-main-scheme-light .site-header a.search-icon.search-popup-modal,
.header-layout-4.header-main-scheme-light .site-header .main-navigation div>ul>li>a,
.header-layout-4.header-main-scheme-light .site-header a.search-icon.search-popup-modal,
.header-layout-4 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma-bg-color-secondary .main-navigation div>ul>li>a,
.header-layout-4 .site-header .header-right-side .search-icon.search-popup-modal,
.header-layout-6 .site-header .main-navigation div>ul>li>a,
.header-layout-7 .site-header .main-navigation div>ul>li>a,
.header-layout-2 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .main-navigation div>ul>li>a,
.header-layout-2 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-2 .header-stickable.can-sticky.header-scheme-light.sigma-sticky-header  a.search-icon.search-popup-modal {
    color: #111111;
}

.header-layout-3 .header-stickable.header-scheme-dark.sigma-sticky-header .main-navigation div>ul>li>a,
.header-layout-1 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .site-header-bottom .main-navigation div>ul>li>a,
.header-layout-1 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header a.search-icon.search-popup-modal,
.header-layout-1 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-2 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .sigma-bg-color-secondary .main-navigation div>ul>li>a,
.header-layout-2 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header a.search-icon.search-popup-modal,
.header-layout-2 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .sigma_header-cart-inner .sigma_cart-icon,
.header-layout-4.header-main-scheme-dark .site-header .header-right-side .search-icon.search-popup-modal,
.header-layout-4 .site-header .header-stickable-wrap .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .main-navigation div>ul>li>a,
.header-layout-4 .site-header .header-stickable-wrap .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header a.search-icon.search-popup-modal {
    color: #fff;
}
.header-layout-3 .header-stickable.header-scheme-light.sigma-sticky-header .sigma-header-button {
    background: none;
    color: #111111;
}
.header-layout-1 .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .site-header-bottom,
.header-layout-4 .site-header .header-stickable-wrap .header-stickable.can-sticky.header-scheme-dark.sigma-sticky-header .sigma-bg-color-secondary{
	background: #111111;
}
.header-layout-4.header-main-scheme-dark .site-header .header-stickable.header-scheme-light.sigma-sticky-header .header-right-side .search-icon.search-popup-modal{
	color: #111111;
}
.header-layout-3 .header-stickable.header-scheme-dark.sigma-sticky-header .sigma-header-button{
	background:#f15933;
	color:#111;
}
.header-layout-3 .header-stickable.header-scheme-light.sigma-sticky-header .sigma-header-button:hover {
    background: #f15933;
}
.header-layout-3 .header-stickable.header-scheme-dark.sigma-sticky-header .sigma-header-button:hover,
.header-layout-3.header-main-scheme-dark .site-header a.sigma-header-button:hover {
    background: #0c2278ed;
    color: #fff;
    border-color: #0c2278;
}
.header-layout-3 .header-stickable.header-scheme-dark.sigma-sticky-header .sigma-header-cta-container {
    background: #f15933;
}
.site-header-container.header-absolute {
    position: absolute;
    left: 0;
    right: 0;
}
.header-layout-3 .header-stickable.header-scheme-light.sigma-sticky-header .sigma-header-button:hover {
    border-color: #f15933;
    color: #111;
}
/*== header layout 4 ==*/
.site-header .header-block-left ul.social-info li a {
    color: #111111;
}
.header-layout-4 .site-header .header-block-left .contact-item {
    padding-left: 0;
    margin-right: 20px;
}
.header-layout-4 .site-header .header-block-left .contact-item i,
.header-layout-4 .site-header .header-block-right .contact-item i {
    color: #f15933;
		font-size: 20px;
}
.header-layout-4 .site-header .header-block-right .contact-item {
    float: none;
    padding: 0;
}
.header-layout-4 .site-header .header-block-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-block-left {
    display: flex;
    align-items: center;
}
.header-layout-4 .site-header .sigma-header-button-container {
    margin-left: 20px;
}
.header-layout-4 .site-header .site-logo,
.mobile-layout {
    display: flex;
    justify-content: center;
    align-items: center;
}
.mobile-layout .layout-4-logo{
	display:none;
}

.header-layout-4 .site-header .header-right-side .search-icon.search-popup-modal {
    padding-right: 0;
}
.header-layout-4 .site-header .main-navigation div>ul>li:first-child>a {
    padding-left: 0;
}
.header-layout-4 .site-header .contact-list {
    padding-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

/*=== header layout 5 and 8 ====*/
.header-layout-8 .sigma_header-inner,
.header-layout-5 .sigma_header-inner {
    flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.header-layout-8 .sigma_header-inner .sigma_header-top,
.header-layout-5 .sigma_header-inner .sigma_header-top {
    padding: 0 20px;
    border-bottom: 1px solid #efefef;
}

.header-layout-8 .sigma_logo-wrapper,
.header-layout-5 .sigma_logo-wrapper{
    border-right: 1px solid #efefef;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-layout-8 .sigma_logo-wrapper .site-logo,
.header-layout-5 .sigma_logo-wrapper .site-logo {
    padding: 0;
    display: flex;
    align-items: center;
}

.header-layout-8 .sigma_logo-wrapper .site-logo .logo-wrap,
.header-layout-5 .sigma_logo-wrapper .site-logo .logo-wrap {
    padding: 10px 0;
    width: 190px;
    display: inline-block;
}

.header-layout-8 .sigma_header-inner .sigma_header-top .sigma_header-top-inner,
.header-layout-5 .sigma_header-inner .sigma_header-top .sigma_header-top-inner {
    display: flex;
}

.header-layout-8 .sigma_header-inner .sigma_header-top .sigma_header-top-inner .sigma_header-top-links,
.header-layout-5 .sigma_header-inner .sigma_header-top .sigma_header-top-inner .sigma_header-top-links {
    display: flex;
		padding: 0;
    margin: 0;
		list-style: none;
}

.header-layout-8 .sigma_header-top-links li,
.header-layout-5 .sigma_header-top-links li {
    margin: 0;
}

.header-layout-8 .sigma_header-inner ul > li > a,
.header-layout-5 .sigma_header-inner ul > li > a {
    color: #212121;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: block;
    font-weight: 600;
}

.header-layout-8 .sigma_header-inner .widget_shopping_cart_content ul > li > a,
.header-layout-5 .sigma_header-inner .widget_shopping_cart_content ul > li > a{
	padding: 0;
}

.header-layout-8 .sigma_header-top-links li a i,
.header-layout-5 .sigma_header-top-links li a i {
    margin-right: 10px;
}

.header-layout-8 .menu-primary-container,
.header-layout-5 .menu-primary-container {
    padding: 0 20px;
		display: flex;
		align-items: center;
		flex-direction: row;
}

.header-layout-8 .menu-primary-container>ul,
.header-layout-5 .menu-primary-container>ul {
    display: flex;
    align-items: center;
    flex-direction: row;
		list-style: none;
		padding: 0;
		margin-bottom: 0;
}

.header-layout-8 .menu-primary-container>ul.menu>li>a,
.header-layout-5 .menu-primary-container>ul.menu>li>a {
    color: #111;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
		display: flex;
		font-weight: 600;
		align-items: center;
}

.header-layout-8 .menu-primary-container ul.menu li ul.sub-menu,
.header-layout-5 .menu-primary-container ul.menu li ul.sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    min-width: 230px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
}

.header-layout-8 .site-header .header-stickable-wrap,
.header-layout-5 .site-header .header-stickable-wrap {
    height: 100%;
    line-height: initial;
}

.header-layout-8 .sigma_header-middle .navbar,
.header-layout-5 .sigma_header-middle .navbar {
    padding: 0;
	align-items: unset;
}

.header-layout-8 .sigma_header-controls.style-2,
.header-layout-5 .sigma_header-controls.style-2 {
    padding: 20px;
    border-left: 1px solid #efefef;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-layout-8 .sigma_header-controls.style-2{
	padding: 0;
}
.header-layout-8 .sigma_header-controls.style-2 div{
	height: 100%;
	position: relative;
	overflow: hidden;
}
.header-layout-8 .sigma_header-controls.style-2 div.sigma-header-button img{
	position: absolute;
  bottom: -40px;
	pointer-events: none;
  left: -50px;
  overflow: hidden;
  opacity: .2;
}
.header-layout-8 .sigma_header-controls.style-2 a{
	height: 100%;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.header-layout-8 .sigma_header-controls ul,
.header-layout-5 .sigma_header-controls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.header-layout-8 .sigma_header-top-links li a,
.header-layout-5 .sigma_header-top-links li a {
    color: #111;
    padding: 20px 15px;
    text-transform: uppercase;
    font-size: 13px;
    position: relative;
    display: block;
    font-weight: 600;
}

.header-layout-8 .sigma_header-top-links li a:hover,
.header-layout-5 .sigma_header-top-links li a:hover{
	color: #f15933;
}

.header-layout-8 .sigma_header-top-links li a i,
.header-layout-5 .sigma_header-top-links li a i{
	font-weight: 500;
}

.header-layout-8 .sigma_header-top-links li a i:before,
.header-layout-5 .sigma_header-top-links li a i:before{
	font-size: 16px;
}

.header-layout-8 .menu-primary-container ul.menu>li.menu-item-has-children>a:after,
.header-layout-5 .menu-primary-container ul.menu>li.menu-item-has-children>a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    font-weight: 900;
    text-rendering: auto;
    line-height: 1.7;
    margin-left: auto;
    font-size: 10px;
    margin-left: 10px;
}
.header-layout-8 .menu-primary-container ul.menu>li.menu-item-has-children>a:after{
	content: "\f063";
}

.header-layout-8 .menu-primary-container ul.menu li ul.sub-menu,
.header-layout-5 .menu-primary-container ul.menu li ul.sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    border-radius: 0;
    width: 100%;
    background-color: #fff;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    min-width: 230px;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    padding: 0;
    list-style: none;
}

.header-layout-6 .site-header a.search-icon.search-popup-modal,
.header-layout-8 .site-header a.search-icon.search-popup-modal,
.header-layout-5 .site-header a.search-icon.search-popup-modal{
	color: #111;
}
.header-layout-8 .site-header .sigma_header-bottom-inner,
.header-layout-5 .site-header .sigma_header-bottom-inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-layout-8 .menu-primary-container>ul li,
.header-layout-5 .menu-primary-container>ul li {
  position: relative;
}
.header-layout-8 .menu-primary-container ul li.menu-item-has-children:hover>ul.sub-menu,
.header-layout-5 .menu-primary-container ul li.menu-item-has-children:hover>ul.sub-menu{
	top: 100%;
	opacity: 1;
	visibility: visible;
}
.header-layout-8 .menu-primary-container ul li.menu-item-has-children:hover>ul.sub-menu li a,
.header-layout-5 .menu-primary-container ul li.menu-item-has-children:hover>ul.sub-menu li a {
    color: #777;
    font-weight: 400;
}
.sigma_header-controls.style-2 .aside-toggler span {
    margin-left: auto;
}
.aside-toggler.style-2 span {
    width: 8px;
    height: 8px;
    margin: 0;
}
.aside-toggler span {
    display: block;
    margin-bottom: 4px;
    width: 20px;
    height: 1px;
    border-radius: 0;
    background-color: #212121;
    transition: .3s;
    transform-origin: right;
}

.header-layout-8 .sigma_header-controls ul .aside-toggler,
.header-layout-5 .sigma_header-controls ul .aside-toggler {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-gap: 4px;
    align-items: center;
    justify-content: center;
    border: 0px solid #F0F2F3;
}
.aside-toggler.style-2 span:nth-child(2) {
    grid-row: 1;
    grid-column: 2;
}
.aside-toggler.style-2 span:nth-child(3) {
    grid-row: 1;
    grid-column: 3;
}
.aside-toggler.style-2 span:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
}.aside-toggler.style-2 span:nth-child(5) {
    grid-row: 3;
    grid-column: 3;
}
.aside-toggler.style-2 span:nth-child(6) {
    grid-row: 3;
    grid-column: 1;
}
.aside-toggler.style-2 span:nth-child(7) {
    grid-row: 3;
    grid-column: 2;
}
.aside-toggler.style-2 span:nth-child(8) {
    grid-row: 2;
    grid-column: 3;
}
.site-header-container.header-layout-8.header-absolute,
.site-header-container.header-layout-5.header-absolute {
    padding: 15px;
}
.site-header-container.header-layout-8.header-absolute .site-header,
.site-header-container.header-layout-5.header-absolute .site-header {
    background: #fff;
}
.header-layout-8 .sigma_logo-wrapper .site-logo .logo-wrap.header-sticky-logo,
.header-layout-5 .sigma_logo-wrapper .site-logo .logo-wrap.header-sticky-logo {
    display: none;
}
.header-layout-8 .sigma-sticky-header .sigma_logo-wrapper .site-logo .logo-wrap.header-sticky-logo,
.header-layout-5 .sigma-sticky-header .sigma_logo-wrapper .site-logo .logo-wrap.header-sticky-logo {
    display: block;
}
.header-layout-8 .site-header .header-stickable-wrap .sigma-sticky-header .sigma_header-inner .sigma_header-top,
.header-layout-5 .site-header .header-stickable-wrap .sigma-sticky-header .sigma_header-inner .sigma_header-top {
    display: none;
}
.header-layout-8 .sigma-sticky-header .sigma_logo-wrapper .site-logo,
.header-layout-5 .sigma-sticky-header .sigma_logo-wrapper .site-logo {
    height: auto;
}
.header-layout-8 .site-header .header-stickable-wrap .sigma-sticky-header,
.header-layout-5 .site-header .header-stickable-wrap .sigma-sticky-header {
    transition: all .25s ease-in-out;
    background: #fff;
    box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
    left: 0;
}

header.site-header-container.header-layout-8.header-main-scheme-dark,
header.site-header-container.header-layout-5.header-main-scheme-dark {
    background: #0c2278;
}

.header-layout-8.header-main-scheme-dark .sigma_logo-wrapper,
.header-layout-8.header-main-scheme-dark .sigma_header-inner .sigma_header-top,
.header-layout-8.header-main-scheme-dark .sigma_header-controls.style-2,
.header-layout-5.header-main-scheme-dark .sigma_logo-wrapper,
.header-layout-5.header-main-scheme-dark .sigma_header-inner .sigma_header-top,
.header-layout-5.header-main-scheme-dark .sigma_header-controls.style-2 {
    border-color: #ffffff21;
}

.header-layout-8.header-main-scheme-dark .sigma_header-inner ul > li > a,
.header-layout-8.header-main-scheme-dark .menu-primary-container>ul.menu>li>a,
.header-layout-5.header-main-scheme-dark .sigma_header-inner ul > li > a,
.header-layout-5.header-main-scheme-dark .menu-primary-container>ul.menu>li>a{
	color:#fff;
}

.header-layout-8.header-main-scheme-dark .sigma-sticky-header .menu-primary-container>ul.menu>li>a,
.header-layout-5.header-main-scheme-dark .sigma-sticky-header .menu-primary-container>ul.menu>li>a{
	color:#111;
}

.header-layout-8.header-main-scheme-dark .site-header .sigma-header-button a,
.header-layout-5.header-main-scheme-dark .site-header .sigma-header-button a{
	background: #f15933;
}

.header-layout-8.header-main-scheme-dark .site-header .sigma-sticky-header  .sigma-header-button a,
.header-layout-5.header-main-scheme-dark .site-header .sigma-sticky-header  .sigma-header-button a{
	background: #0c2278;
}

header.site-header-container.header-layout-8.header-absolute.header-main-scheme-dark,
header.site-header-container.header-layout-5.header-absolute.header-main-scheme-dark {
    background: none;
}

header.site-header-container.header-layout-8.header-absolute.header-main-scheme-dark .site-header,
.header-layout-8 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header,
header.site-header-container.header-layout-5.header-absolute.header-main-scheme-dark .site-header,
.header-layout-5 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header {
    background: #0c2278;
}
.header-layout-8.header-main-scheme-dark .header-scheme-dark.sigma-sticky-header .menu-primary-container>ul.menu>li>a,
.header-layout-8 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .menu-primary-container>ul.menu>li>a,
.header-layout-5.header-main-scheme-dark .header-scheme-dark.sigma-sticky-header .menu-primary-container>ul.menu>li>a,
.header-layout-5 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .menu-primary-container>ul.menu>li>a{
	color:#fff;
}
.header-layout-8.header-main-scheme-dark .site-header .header-scheme-dark.sigma-sticky-header .sigma-header-button a,
.header-layout-8 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma-header-button a,
.header-layout-5.header-main-scheme-dark .site-header .header-scheme-dark.sigma-sticky-header .sigma-header-button a,
.header-layout-5 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma-header-button a{
	background: #f15933;
}
.header-layout-8 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma_logo-wrapper,
.header-layout-8 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma_header-controls.style-2,
.header-layout-5 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma_logo-wrapper,
.header-layout-5 .site-header .header-stickable-wrap .header-scheme-dark.sigma-sticky-header .sigma_header-controls.style-2{
	border-color: #ffffff21;
}

/*=== header layout 6 ====*/

.header-layout-7 .site-header .main-navigation div>ul>li>a,
.header-layout-6 .site-header .main-navigation div>ul>li>a{
	padding: 30px 20px;
}

.header-layout-7 .sigma-header-button-container,
.header-layout-7 .site-header .main-navigation,
.header-layout-6 .sigma-header-button-container,
.header-layout-6 .site-header .main-navigation{
	margin-left: auto;
}

.header-layout-7 .site-header-main,
.header-layout-6 .site-header-main{
	display: flex;
	align-items: center;
}
.header-layout-7 .main-header-wrapper,
.header-layout-7 .main-layout,
.header-layout-6 .main-header-wrapper,
.header-layout-6 .main-layout{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-layout-7 .site-header .header-stickable-wrap .sigma-sticky-header,
.header-layout-6 .site-header .header-stickable-wrap .sigma-sticky-header{
	box-shadow: 0 4px 10px rgba(40, 47, 65, 0.06);
}
.header-layout-7 .sigma_top-header .custom-header-full-width,
.header-layout-6 .sigma_top-header .custom-header-full-width{
	padding-left: 35px;
}
.header-layout-7 .custom-header-full-width,
.header-layout-6 .custom-header-full-width{
	padding-right: 35px;
}

.header-layout-6 .menu-primary-container ul.menu>li.menu-item-has-children>a:after{
	font-family: "Font Awesome 5 Pro";
	content: "\f078";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.7;
	margin-left: auto;
	font-size: 10px;
	margin-left: 10px;
}

/*=== header layout 7 ====*/

.header-layout-7 .site-header .sigma-header-button a{
	border-radius: 0;
}
.header-layout-7 .site-header a.search-icon.search-popup-modal{
	color: #111;
}
.header-layout-7 .site-header .header-right-side{
	margin-left: auto;
}

.header-layout-7 .menu-primary-container ul.menu>li.menu-item-has-children>a:after{
	font-family: "Font Awesome 5 Pro";
	content: "\f111";
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	text-rendering: auto;
	line-height: 1.7;
	margin-left: auto;
	font-size: 8px;
	margin-left: 10px;
}

/*----- info card ----*/
/* Logo Card */
.site-logo{
  position: relative;
}
.sigma_logo-card{
  position: absolute;
  top: 100%;
  left: 35px;
  background-color: #111111;
  padding: 35px 25px;
  min-width: 500px;
  color: #fff;
  border-radius: 2px;
  font-size: 14px;
  display: block;
  box-shadow: 0 2px 24px rgba(0,0,0,.04);
  z-index: 89;
  opacity: 0;
  visibility: hidden;
  transition: all .15s ease-out;
  transition-delay: .3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.sigma_logo-card-texture{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
  z-index: -1;
}
.sigma_logo-card.style-2{
  margin-top: 20px;
}
.sigma_logo-card.style-2::before{
  top: -15px;
  right: auto;
  left: 20px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #111111;
  border-top: 0;
}
.sigma_logo-card.style-2::after{
  display: none;
}
.site-logo:hover .sigma_logo-card {
    visibility: visible;
    opacity: 1;
}
.sigma_logo-card p,
.sigma_logo-card strong,
.sigma_logo-card a{
  color: #fff;
}
.sigma_logo-card a:hover{
  opacity: .8;
}

.sigma_logo-card::before{
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 20px solid #fff;
  border-left: 20px solid transparent;
}
.sigma_logo-card::after{
  content: '';
  position: absolute;
  bottom: 5px;
  left: 5px;
  width: 0;
  height: 0;
  border-bottom: 20px solid #fff;
  border-right: 20px solid transparent;
}
.sigma_logo-card p{
  margin: 0;
	line-height: normal;
  text-align: left;
}
.sigma_logo-card-logo{
  margin-bottom: 20px;
}

.sigma_logo-card .sigma_logo-card-item{
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.sigma_logo-card .sigma_logo-card-item + .sigma_logo-card-item{
  margin-top: 20px;
}

.sigma_logo-card .sigma_logo-card-item i{
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
}
.sigma_logo-card .sigma_logo-card-item p{
  line-height: 1;
}
.sigma_logo-card .sigma_logo-card-item p + p{
  margin-top: 10px;
}
.sigma_logo-card .social-info li + li{
  margin-left: 10px;
}
.sigma_logo-card .social-info li a{
  background-color: rgba(255,255,255,.3);
  color: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sigma_logo-card .social-info li a:hover{
  background-color: #fff;
  opacity: 1;
  color: #f15933;
}
.site-header .sigma_logo-card .social-info-wrapper ul.social-info li a {
    display: flex;
}
ul.sigma_logo-card-info {
    padding-left: 0;
}
.site-header .sigma_logo-card  ul.social-info li{
	margin-right:0px;
}
.site-header .site-logo .sigma_logo-card-texture {
    height: auto;
}
.header-layout-4 .site-header .site-logo a {
    text-align: center;
}
.header-layout-4 .sigma_logo-card{
	left:0;
}
.header-layout-4 .sigma_logo-card.style-2::before {
    right: auto;
    left: auto;
}
.header-layout-2 .sigma_logo-card,
.header-layout-1 .sigma_logo-card{
	left:0;
}
.site-header .header-scheme-dark.sigma-sticky-header .site-logo a h5,
.site-header .header-scheme-dark.sigma-sticky-header .site-logo a {
    color: #fff;
}

/*--------------------------------------------------------------# Footer--------------------------------------------------------------*/

.site-footer {
	position: relative;
	clear: both;
	width: 100%;
	color: rgba(255, 255, 255, 0.9);
}
.sigma-footer-widgets-wrapper {
	font-size: 14px;
	padding-top: 70px;
	padding-bottom: 20px;
}
.sigma-footer-widgets-wrapper .widget .menu {
	margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper .widget a {
	color: #b3bec5;
}
.sigma-footer-widgets-wrapper .widget .calendar_wrap,
.sigma-footer-widgets-wrapper .widget .search-form,
.sigma-footer-widgets-wrapper .widget .textwidget{
	padding: 0;
}
.sigma-footer-widgets-wrapper .widget .search-form {
    background: none;
}
.sigma-footer-widgets-wrapper .widget .search-form button {
    top: 15px;
    right: 20px;
}
.sigma-footer-widgets-wrapper .widget ul {
    padding: 0;
}
.sigma-footer-widgets-wrapper a:hover, .sigma-footer-widgets-wrapper a:visited{
	color:#fff
}
.sigma-footer-widgets-wrapper .widget {
	background: none;
	padding: 0;
	margin: 0;
}
.sigma-footer-widgets-wrapper .widget:not(:last-child) {
    margin-bottom: 30px;
}
.sigma-footer-widgets-wrapper .widget h2.widget-title {
	font-size: 24px;
	color: #f15933;
	margin-bottom: 20px;
	border: none;
	line-height: 30px;
  padding-left: 0;
  padding-right: 0;
}
.sigma-footer-widgets-wrapper ul {
	margin: 0;
}
.sigma-footer-widgets-wrapper .widget .social-icons {
    padding: 0;
}
.sigma-footer-widgets-wrapper .widget.widget_text{
	margin: 0;
}
.sigma-footer-widgets-wrapper .widget .social-icons li{
	padding-bottom: 0;
}
.sigma-footer-widgets-wrapper li {
	list-style: none;
}
.sigma-footer-widgets-wrapper .widget.widget_sigma_recent_entries ul li .sigma-post-content a {
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: 600;
    display: block;
	line-height: 1.5;
}
.sigma-footer-widgets-wrapper .widget .tagcloud a {
	background: #f9fafc;
color: #111;
text-transform: capitalize;
font-size: 14px !important;
font-weight: 500;
}
.sigma-footer-widgets-wrapper .widget .tagcloud a:hover {
    background: #f15933;
}
/*=== Widget first ===*/

.sigma-footer-widgets-wrapper .footer-logo {
	display: block;
	margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper a.btn.btn-outline-light.footer-button {
	border-radius: 0;
	border-width: 2px;
	font-size: 15px;
	padding: 15px 20px;
	font-weight: 600;
	margin-top: 10px;
	box-shadow: none !important;
}
/*=== Widget Blog ===*/

.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image {
	width: 100px;
	position: relative;
	margin-right: 10px;
}
.sigma-footer-widgets-wrapper .widget.widget_sigma_recent_entries .sigma-post-image a:hover .full-cover {
    opacity: .4;
}
.sigma-footer-widgets-wrapper .widget.widget_sigma_recent_entries .sigma-post-image .full-cover {
    background-color: #0c2278c9;
		opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
		width: 100%;
		height: 100%;
}
.sigma-footer-widgets-wrapper .widget_sigma_recent_entries .sigma-post-image a {
    display: block;
		position: relative;
}

.widget form.search-form input {
    border: none;
}
.widget form.search-form input::placeholder {
    color: #c5c5c5;
    font-size: 16px;
    font-weight: 600;
}
/*=== Widget Menu ===*/

.sigma-footer-widgets-wrapper .menu li a:before {
	content: "\f101";
	font-family: "Font Awesome 5 Pro";
	margin-right: 10px;
	font-weight: 900;
	transition: all .4s;
	color: #f15933;
}
.sigma-footer-widgets-wrapper .menu li a:hover:before{
	margin-right: 15px;
	transition: all .4s;
}
.sigma-footer-widgets-wrapper .menu li {
	float: none;
	padding: 0;
	position: relative;
}
.widget .footer-buttons a {
    margin-bottom: 15px;
    border-radius: 5px;
    display: inline-block;
    padding: 0 40px;
    height: 47px;
    font-weight: 600;
    color: #fff;
    line-height: 44px;
    font-size: 14px;
    width: 100%;
    box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
}
.widget .footer-buttons a.btn-white-border {
    border: 1px solid #b3bec5;
    color: #fff;
    box-shadow: none;
}
.footer-buttons a.secondary-bg {
    border: 1px solid #f15933;
    background: #f15933;
}
.widget .footer-buttons a:hover {
    background: #f15933;
		color:#111;
		border-color: #f15933;
		box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
.footer-buttons {
    text-align: center;
		margin-top: 20px;
}
/*=== Widget Contact ===*/

.sigma-footer-widgets-wrapper .widget_contact li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	margin-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact li {
	padding-left: 30px;
	position: relative;
	padding-top: 0;
	padding-bottom: 18px;
}
.sigma-footer-widgets-wrapper .widget_contact i {
	position: absolute;
	left: 0;
	top: 5px;
	font-size: 16px;
}
.sigma-footer.row {
    border-bottom: 1px solid #f9fafc;
		padding-bottom: 40px;
}
.sigma-footer.row .col-sm-12 .widget:first-child h2,
.sigma-footer.row .col-sm-12 .widget:first-child ul {
    padding-top: 0;
}
.sigma-footer-widgets-wrapper .widget ul.custom-list li {
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: 500;
}
.sigma-footer ul.custom-list li i.secondary {
    color: #f15933;
}
.sigma-footer ul.custom-list li i {
    margin-right: 10px;
}
/*=== Widget Copyright ===*/

.sigma-copyright {
	padding-top: 20px;
	padding-bottom: 40px;
	font-size: 14px;
}
.sigma-copyright,
.sigma-copyright a,
.sigma-copyright a:visited,
.sigma-copyright .social-icons li a {
	color: rgba(248, 252, 255, .6);
}
.sigma-copyright .social-icons {
	margin: 0;
	padding: 0;
	display: inline;
}
.sigma-copyright .social-icons li {
	margin-left: 8px;
	margin-right: 8px;
	min-width: auto;
	display: inline-block;
}
.sigma-copyright .footer-right {
	text-align: right;
}
/*== footer light ===*/
.site-footer.footer-scheme-light {
    background: #fff;
}
.site-footer.footer-scheme-light, .site-footer.footer-scheme-light .sigma-footer-widgets-wrapper .menu li,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper .menu li a,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper p,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper a,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper a:visited,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper .widget h2.widget-title {
    color: #111111;
}
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper a:hover,
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper .menu li a:hover,
.site-footer.footer-scheme-light .widget_calendar table td#today {
    color: #0c2278;
}
.site-footer.footer-scheme-light .widget_search .search-field{
	border: 1px solid #111111;
}
.sidebar .widget .tagcloud a {
    background-color: #fff;
    display: inline-block;
    padding: 5px 24px;
    font-size: 13px;
    font-weight: 400;
    border-radius: 70px;
    margin-bottom: 10px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
    line-height: 34px;
    text-transform: capitalize;
}
.widget-area.sidebar .widget .tagcloud a:hover {
    background: #0c2278;
    color: #fff;
}
.site-footer.footer-scheme-light .sigma-footer-widgets-wrapper .widget .tagcloud a:hover {
    color: #fff;
}
.site-footer.footer-scheme-dark {
    background: #0c2278;
		position: relative;
}
#colophon.site-footer:before {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    position: absolute;
}
.footer-top {
    padding: 20px 0;
}
.footer-top .social-icon a {
    color: #fff;
    background: #111111;
    padding: 15px 20px;
    margin: 0 5px;
}

.footer-top .social-icon {
    display: flex;
    justify-content: flex-end;
}
.footer-top .social-icon a:last-child {
    margin-right: 0;
}
.footer-top .social-icon a:hover {
    background: #0c2278;
    color: #111111;
}
/*--------------------------------------------------------------# 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;
}
.sigma-title-color-light,
.sigma-title-color-light h1,
.sigma-title-color-light h2,
.sigma-title-color-light h3,
.sigma-title-color-light h4,
.sigma-title-color-light h5,
.sigma-title-color-light h6,
.sigma-title-color-light {
	color: #fff;
}
body .vc_row.row-overflow-vs[data-vc-full-width] {
	overflow: visible;
}
.row-overflow-vs{
    overflow:visible;
}
.sigma-extend-right-bg .sigma-extend-right-col:after {
	content: " ";
	position: absolute;
	width: 1000%;
	height: calc(100% + 200px);
	background: #f5f5f5;
	top: -100px;
	margin-right: -100%;
}
.sigma-extend-right-bg>.wpb_column:first-child .vc_column-inner {
	padding-right: 0;
}
.sigma-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.sigma-background-position-left-top>.vc_column-inner,
body .sigma-background-position-left-top {
	background-position: left top !important;
}
body .wpb_column.sigma-background-position-left-center>.vc_column-inner,
body .sigma-background-position-left-center {
	background-position: left center !important;
}
body .wpb_column.sigma-background-position-left-bottom>.vc_column-inner,
body .sigma-background-position-left-bottom {
	background-position: left bottom !important;
}
body .wpb_column.sigma-background-position-right-top>.vc_column-inner,
body .sigma-background-position-right-top {
	background-position: right top !important;
}
body .wpb_column.sigma-background-position-right-bottom>.vc_column-inner,
body .sigma-background-position-right-bottom {
	background-position: right bottom !important;
}
body .wpb_column.sigma-background-position-right-center>.vc_column-inner,
body .sigma-background-position-right-center {
	background-position: right center !important;
}
body .wpb_column.sigma-background-position-center-top>.vc_column-inner,
body .sigma-background-position-center-top {
	background-position: center top !important;
}
body .wpb_column.sigma-background-position-center-center>.vc_column-inner,
body .sigma-background-position-center-center {
	background-position: center center !important;
}
body .wpb_column.sigma-background-position-center-bottom>.vc_column-inner,
body .sigma-background-position-center-bottom {
	background-position: center bottom !important;
}
/*===  Background Color  ===*/

.vc_row.sigma-bg-color-white {
	background-color: #fff;
}
.wpb_column.sigma-bg-color-white>.vc_column-inner {
	background-color: #fff;
}
/*--------------------------------------------------------------# Form--------------------------------------------------------------*/

.sigma-contact-info .wpcf7-form-control,
.sigma-contact-info textarea {
	border-radius: 0;
}
.sigma-contact-info .wpcf7-form-control-wrap {
	margin-top: 6px;
	display: inline-block;
}
.sigma-form-style-1 .input-group {
	margin-bottom: 25px;
}
.sigma-contact-info textarea {
	height: 141px;
}
.sigma-contact-info label {
	margin-bottom: 20px;
}
.sigma-contact-info .wpcf7-submit {
	width: 100%;
}
.sigma-contact-info .wpcf7-submit:hover {
	background-color: #111111;
}
.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
	width: 100%;
}
.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}
/*=== contact form ===*/
.contact-form .form-group i {
    right: 30px;
    font-size: 14px;
    position: absolute;
    top: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contact-form .form-group {
    margin-bottom: 25px;
}
.contact-form .form-group select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
.contact-form .btn.secondary {
    background: #f15933;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 0 50px;
    height: 47px;
    line-height: 47px;
}
/*======== Call back form =====*/
.call-back-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
.call-back-form .form-group {
    margin-right: 30px;
		margin-bottom: 0;
		position: relative;
}
.call-back-form .shine-button input {
    background: #f15933;
    border-radius: 5px;
    color: #fff;
    padding: 0 40px;
		height: 52px;
		line-height: 52px;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
		display: flex;
		justify-content: center;
}
.call-back-form .form-group i {
    position: absolute;
    right: 25px;
    font-size: 17px;
    opacity: .4;
    color: #111;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.call-back-form .form-group input {
    height: 52px;
    padding: 0 20px;
}
.call-back-form .shine-button {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
}
.call-back-form .shine-button:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.call-back-form .shine-button:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.call-back-form .shine-button:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.call-back-form .shine-button:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
.wpcf7 .call-back-form .ajax-loader {
    position: absolute;
    top: 17px;
    right: 10px;
}
.call-back-form-2 .wpcf7-submit {
	border-radius: 5px;
background: #f15933;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-left: 30px;
}
.call-back-form-2 {
    z-index: 10;
    position: relative;
}
.call-back-form-2 .input-group {
    justify-content: flex-end;
}
/*==== request form ====*/
.quote-service {
    padding: 80px 70px;
    padding-bottom: 85px;
		background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
		text-align: center;
		 position: relative;
}
.quote-service h3 {
    color: #fff;
		position: relative;
    font-size: 28px;
}

.quote-service .form-group i {
    position: absolute;
    right: 35px;
    font-size: 17px;
    opacity: .4;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.quote-service input.wpcf7-submit.form-control {
    background: #f15933;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.quote-service:before {
    content: "";
    height: 100%;
		opacity: 0.6;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.quote-service.primary:before{
	background:#0c2278;
}
.quote-service.secondary:before{
	background:#f15933;
}
.quote-service input.wpcf7-submit.form-control:hover {
    box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
.quote-service .form-group select.form-control:not([size]):not([multiple]) {
    height: 50px;
}
/*===== Estimate form ===*/
.estimate-form .input-group,
.estimate-form {
    position: relative;
}
.estimate-form .input-group .wpcf7-form-control-wrap {
    width: 100%;
}
.estimate-form .input-group i {
	position: absolute;
	right: 110px;
	top: 27px;
	transform: translateY(-50%);
	color: #b8b8b8;
}
.estimate-form .form-btn {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 20px;
    color: #fff;
    background: #f15933;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
		border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    line-height: 47px;
    height: 50px;
}
.estimate-form .ajax-loader {
    position: absolute;
    top: 17px;
    right: -30px;
}
/*=== Team Form ===*/

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

.sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel {
	margin-bottom: 14px;
}
.sigma-accordion-style-1 .vc_tta-panel-title>a {
	color: #111111 !important;
	font-size: 18px;
	font-weight: 700;
}
.wpb-js-composer .sigma-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.sigma-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 .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:focus,
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
	background: #111111;
	
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover {
	background: #ffffff;
	color: #111111 !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
	color: #111111 !important;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a {
	padding: 21px 20px;
	position: relative;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a {
	background-color: #f5f5f5;
}
.wpb-js-composer .vc_row.sigma-accordion-style-1.sigma-bg-color-white .vc_tta.vc_general .vc_tta-panel-title>a:before {
	background-color: #fff;
}
.wpb-js-composer .sigma-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: #111111;
}
.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: #111111
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
	background: #f5f5f5;
	color: #111111;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
	background: #111111;
}
.wpb-js-composer .sigma-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;
}
.owl-dots .owl-dot.active {
	background: #111111;
}
/*! Arrow on Hover CSS */

.owl-nav button {
	outline: none;
}
.arrow-on-hover .owl-nav button {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #ffffff;
	position: absolute;
	top: 50%;
	margin-top: -15px;
}
.arrow-on-hover .owl-nav button:hover {
	background: #0c2278;
}
.arrow-on-hover .owl-nav button i {
	color: #111111;
	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;
}
body .flaticon-left-arrow:before {
    content: "\f100";
    font-size: 14px;
}
body .flaticon-next:before {
    content: "\f101";
    font-size: 14px;
}
/*! 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: #0c2278 !important;
	border: 1px solid #0c2278 !important;
	color: #ffffff;
}
.arrow-middle-right .owl-nav .owl-nav button i {
	color: #081528;
	font-size: 16px;
}
/*--------------------------------------------------------------# Search Form--------------------------------------------------------------*/

.sigma-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.sigma-search-button {
	position: absolute;
	height: 55px;
	width: 55px;
	right: 0;
	background-color: #111111;
	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;
}

.sigma_search-window{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255,255,255,.8);
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sigma_search-window.open {
  opacity: 1;
  visibility: visible;
}
.sigma_search-window .close-btn span {
  height: 0px;
  -webkit-transition-duration: .3s;
	background-color: #000;
  -o-transition-duration: .3s;
	transition-duration: .3s;
}
.sigma_search-window .close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
}
.sigma_search-window.open .close-btn span {
  height: 40px;
}

.sigma_search-window form{
	transition: .3s;
	transform: scale(0);
	width: 500px;
	display: flex;
}
.sigma_search-window.open form{
	transform: scale(1);
}
.sigma_search-window form label{
	flex: 1;
}

/*--------------------------------------------------------------# 404 Page--------------------------------------------------------------*/
.fof-page-container {
    padding: 100px 0;
}
.error-404.not-found {
    text-align: center;
}
.error-404.not-found h1.page-title {
    font-size: 133px;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 0;
    color: #f15933;
}
.error-404.not-found h3 {
    font-size: 25px;
    color: #0c2278;
    font-weight: 700;
}
.error-404.not-found p {
    font-size: 18px;
    color: #111;
    line-height: 33px;
}
.error-404.not-found .fof-back-buttton {
    font-size: 14px;
    font-weight: 700;
    background: #f15933;
    padding: 0 40px;
    border-radius: 5px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
}
.error-404.not-found .fof-back-buttton:hover{
	color:#111;
	box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
}
.fof-back-buttton {
    color: #111;
}
.slicknav_nav li {
    position: relative;
}
/*--------------------------------------------------------------# Button--------------------------------------------------------------*/

body .vc_btn3.vc_btn3-style-classic {
	border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
	border: none;
}
.sigma-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;
}
.sigma-contact-info .wpcf7-submit,
body .vc_btn3.vc_btn3-color-white:hover,
body .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-tertiary:hover,
body .vc_btn3.vc_btn3-color-tertiary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary:hover,
body .vc_btn3.vc_btn3-color-secondary:focus,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-primary,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat {
	color: #fff;
	background-color: #f15933;
	box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
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: #f15933;
	font-size: 14px;
	padding: 0 40px;
	height: 47px;
	box-shadow: 0px 6px 10px -4px rgb(240 77 36 / 70%);
	display: inline-flex;
	font-weight: 600;
	line-height: 47px;
}
.btn.btn-outline-light.footer-button:hover,
.btn.btn-outline-light.footer-button:focus,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:hover,
body .sigma-bg-color-secondary .vc_btn3.vc_btn3-color-primary:focus,
body .sigma-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: #fff;
	background-color: #f5f5f5;
}
body .vc_general.vc_btn3:focus {
	border: none;
}
.shine-button a.vc_btn3:after {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    width: 30px;
    height: 100%;
    left: 30px;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(5px);
    filter: blur(5px);
    -webkit-transform: translateX(-100px) skewX(-15deg);
    transform: translateX(-100px) skewX(-15deg);
}
.shine-button a.vc_btn3:before {
    content: "";
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.5);
    width: 60px;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-filter: blur(30px);
    filter: blur(30px);
    -webkit-transform: translateX(0) skewX(-15deg);
    transform: translateX(0) skewX(-15deg);
}
.shine-button a.vc_btn3:hover:before {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 0.6;
    transition: 0.7s;
}
.shine-button a.vc_btn3:hover:after {
    -webkit-transform: translateX(300px) skewX(-15deg);
    transform: translateX(300px) skewX(-15deg);
    opacity: 1;
    transition: 0.7s;
}
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline {
    background: none;
    box-shadow: none;
    border: 2px solid #f15933;
    padding: 0 40px;
    height: 47px;
		color: #111;
    line-height: 46px;
}
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline.vc_btn3-icon-left {
    padding: 0px 38px 0 60px;
}
body .vc_btn3.vc_btn3-size-md.vc_btn3-icon-left:not(.vc_btn3-o-empty) .vc_btn3-icon {
    left: 30px;
}
body .vc_btn3.vc_btn3-size-md.vc_btn3-style-outline:hover{
		background:#f15933;
		color:#fff;
		box-shadow: 0px 11px 20px -4px rgb(240 77 36);
}
body .text-white .vc_btn3.vc_btn3-color-secondary:hover {
    color: #fff;
    padding: 0px 38px 0 60px;
}
body .text-white .vc_btn3.vc_btn3-color-secondary {
    color: #fff;
    text-align: center;
}
/*-----  overlay ----*/
.primary-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: #0c2278;
    width: 100%;
    height: 100%;
}
.secondary-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: #f15933;
    width: 100%;
    height: 100%;
}
.dark-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: #111;
    width: 100%;
    height: 100%;
}
.light-overlay:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    background: #fff;
    width: 100%;
    height: 100%;
}
/*---- opacity ---*/
.op-1:before{
	opacity: 0.1;
}
.op-2:before{
	opacity: 0.2;
}
.op-3:before{
	opacity: 0.3;
}
.op-4:before{
	opacity: 0.4;
}
.op-5:before{
	opacity: 0.5;
}
.op-6:before{
	opacity: 0.6;
}
.op-7:before{
	opacity: 0.7;
}
.op-8:before{
	opacity: 0.8;
}
.op-9:before{
	opacity: 0.9;
}
.op-10:before{
	opacity: 1;
}
/*--------------------------------------------------------------# Sigma Feature--------------------------------------------------------------*/

.sigma-z-index-down {
	z-index: -1;
}
.sigma-z-index-0 {
	z-index: 0;
}
.sigma-z-index-1 {
	z-index: 1;
}
.sigma-z-index-2 {
	z-index: 2;
}
.sigma-z-index-3 {
	z-index: 3;
}
.sigma-shadow-1 {
	box-shadow: 0 9px 35px 0 rgba(26, 47, 106, .07);
}
/*--------------------------------------------------------------# Custom--------------------------------------------------------------*/

.sigma-year {
	background: #111111;
	color: #ffffff;
	text-align: center;
	padding: 20px 30px;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: 'Roboto';
}
/*=== Sigma About Us 2 ===*/
.about-bg-icon img {
    position: absolute;
    top: -150px;
    right: 131px;
    opacity: 0.03;
}
.skill-img img {
	margin-left: 40px;
}
.sigma-about .sigma-about2 img {
	position: absolute;
	bottom: 40px;
	left: 0;
}
.sigma-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;
}
.sigma-about .about-icon2 {
	position: absolute;
	bottom: 70px;
	right: 25px;
}
.sigma-about .about-icon2 span:before {
	line-height: 100px;
	font-size: 40px !important;
}
.sigma-about .about-icon2 span:after {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 120px;
	height: 120px;
	border: 2px dashed #ffffff;
	border-radius: 100px;
}
.sigma-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;
}
.sigma-about-us2 .vc_icon_element-icon {
	margin-top: 34px;
}
.sigma-about-us2 .about-icon {
	position: absolute;
	top: 50%;
	left: 95px;
	margin-top: -62px;
}
.sigma-about-us2 .about-icon span:before {
	line-height: 100px;
}
.sigma-about-us2 .about-icon span:after {
	position: absolute;
	top: -10px;
	left: -10px;
	content: "";
	width: 120px;
	height: 120px;
	border: 2px dashed #ffffff;
	border-radius: 100px;
}
.sigma-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);
	}
}
.sigma-about-us2 .vc_custom_heading a {
	position: relative;
}
.sigma-about-us2 .vc_custom_heading a:before {
	left: 0;
	top: 0;
	content: "\f158";
	font-size: 40px;
	line-height: 40px;
	color: #222;
	font-family: Flaticon;
	vertical-align: middle;
	margin-right: 15px;
	font-weight: normal;
}

.sigma-about-introbox:before {
	position: absolute;
	background: #111111;
	left: 0;
	top: 0;
	content: "";
	width: 80px;
	height: 100%;
}
.sigma-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;
}


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

.sigma-contact-box-style1 {
	display: inline-block;
	width: 100%;
}
.sigma-contact-box-style1.contact-page-box {
	max-width: 540px;
	position: absolute;
	right: 0;
	top: -125px;
}
.sigma-contact-box-style1:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 100%;
	content: "";
	background: #0c2278;
}
.sigma-contact-box-style1 a {
	color: #ffffff !important;
	margin-top: 15px;
	display: inherit;
	font-size: 22px;
	font-weight: 700;
	font-family: 'Roboto';
}
.sigma-contact-box-style1 a:hover {
	color: #0c2278 !important;
}
.sigma-contact-box-style1 h4 {
	position: absolute;
	transform: rotate(-90deg);
	display: inline-block;
	font-size: 24px;
	left: -130px;
	top: 50px;
	z-index: 9;
	font-weight: bold;
	color: #ffffff;
}
/*==== absolute images ===*/
.why-bg-icon2 img {
    position: absolute;
    left: -90px;
    top: -110px;
    opacity: .04;
}
.why-us-bg-2 img {
    min-width: 583px;
    position: relative;
    left: -100px;
		top:13px;
}
.why-bg-icon2a img {
    position: absolute;
    right: 129px;
    bottom: -210px;
    opacity: .04;
}
.z-1{
	z-index: 1;
}
.ps-relative{
	position: relative;
}
.video-im1 img{
    position: absolute;
    left: -198px;
    top: -130px;
    z-index: 5;
}
.video-im2 img{
    position: absolute;
    right: -120px;
    bottom: -150px;
    z-index: 5;
}
.abt-brush img {
    position: absolute;
    right: 70px;
    top: 20px;
    z-index: -1;
    max-width: 130px;
    opacity: .04;
}
.abt-bubble img {
    position: absolute;
    left: 6px;
    bottom: 55px;
    z-index: -1;
    max-width: 150px;
    opacity: .04;
}
.element-transform-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.why-brush img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: .04;
    max-width: 150px;
}
.why-bubble img{
	position: absolute;
	bottom: 90px;
	max-width: 160px;
	right: 0;
	opacity: .04;
}
.cta-cl-bg img{
	position: absolute;
	opacity: .05;
	right: -13vw;
	max-width: 230px;
	top: -122px;
	z-index: 1;
}
.cta-cl-bg{
	height: 0;
}
.team-bg-icon2 img {
    position: absolute;
    top: -136px;
    left: 53%;
    max-width: 200px !important;
    opacity: .04;
    z-index: -1;
}
.image-full, .image-full .vc_single_image-wrapper, .image-full img {
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}
.service-cg-icon img {
    position: absolute;
    left: -30px;
    top: 10px;
    opacity: 0.04;
}
.price-cl-bg3 img{
	position: absolute;
right: -280px;
top: -63px;
z-index: 1;
opacity: .04;
}
.price-cl-bg4 img{
	position: absolute;
left: -170px;
top: 67px;
z-index: 1;
opacity: .04;
top: 0;
}
.mb-30 {
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.feature-bg-icon2 img {
	opacity: .03;
	position: absolute;
	right: 21vw;
	top: -330px;
	z-index: -1;
}
/*=== Video Box Style 1 ===*/

.sigma-video-box-style1 {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.sigma-video-box-style1 h6 {
	font-size: 20px;
	color: #ffffff;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	padding-left: 20px;
}
.sigma-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size: 34px;
	z-index: 9;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #111111;
	border-radius: 50%;
	line-height: 50px;
	-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;
}
.sigma-video-box-style1 .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
	background: #111111;
	color: #fff;
}
.sigma-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: #0c2278;
}
.sigma-video-box-style1-bg .vc_column-inner {
	position: relative;
	padding: 30px 0 !important;
}
/*=== Video Box Style 2 ===*/

.sigma-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;
}
.sigma-video-box-style2 {
	padding: 120px 0;
}
.sigma-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon:before {
	font-size: 24px;
	z-index: 9;
	width: 70px;
	height: 70px;
	background: #fff;
	color: #111111;
	border-radius: 100px;
	line-height: 70px;
	-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;
}
.sigma-video-box-style2.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner:hover .vc_icon_element-icon:before {
	background: #111111;
	color: #fff;
}
/*=== Action Box Style 1 ===*/

.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title {
	position: relative;
	margin-left: 60px;
	font-weight: 600;
	font-size: 30px;
}
.sigma-action-style1.sigma_custom_heading_wrapper .sigma-heading-title-wrapper .heading-title:before {
	content: "\f111";
	position: absolute;
	font-size: 46px;
	color: #222;
	font-family: Flaticon;
	left: -60px;
	top: 0;
	font-weight: normal;
}
.sigma-action-box .sigma-title {
	font-size: 60px;
	color: #ffffff;
	font-family: 'Roboto';
	line-height: 80px;
}
.sigma-action-box a {
	font-size: 24px;
	color: #222;
	border-bottom: 4px solid #111111;
	line-height: 24px;
	display: inline-block;
	font-family: 'Roboto';
	margin-top: 15px;
}
.sigma-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 #0c2278;
	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 .sigma-infobox-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sigma-blog-classic footer .entry-meta-container {
    display: flex;
    align-items: center;
}
.sigma-blog-classic footer .entry-meta-container span.info {
    font-weight: bold;
    font-size: 12px;
    color: #111;
}
.post-single .sigma-blog-classic .entry-footer .entry-meta-footer {
    margin-bottom: 0;
}
.post-single .sigma-blog-classic footer.entry-footer {
    padding-top: 0;
		padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.sigma-blog-classic footer .entry-meta-container>.author.vcard {
	width: auto;
	border-bottom: 0;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
}
.sigma-blog-classic footer .entry-meta-container>.author.vcard:after {
	content: '';
	height: 100%;
	width: 1px;
	background-color: #efefef;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
.sigma-blog-classic footer .entry-meta-container>.meta-comment {
	order: 2;
	width: auto;
	border-bottom: 0;
}
.sigma-blog-classic footer .entry-meta-container>.categories-list a,
.sigma-blog-classic footer .entry-meta-container>.tag-list a {
    display: inline-block;
    padding: 7px 18px;
    font-size: 13px;
		color: #111;
		margin-bottom: 5px;
    font-weight: 400;
    border-radius: 70px;
    background: #f9fafc;
}
.sigma-blog-classic footer .entry-meta-container>.categories-list a:hover,
.sigma-blog-classic footer .entry-meta-container>.tag-list a:hover {
    background: #0c2278;
    color: #fff;
}
.sigma-blog-classic footer .entry-meta-container>.tag-list {
	order: 4;
	border-bottom: 0;
	padding-bottom: 0;
}
.sigma-blog-classic footer.entry-footer {
	padding-top: 0;
}

/*sidebar*/
.widget-area.sidebar .widget_categories ul li,
.widget-area.sidebar .widget_archive ul li {
	margin-top: 0;
}
.sigma-footer-widgets-wrapper .widget h2.widget-title:after {
    background-color: #b3bec5;
    width: 50px;
		left: 0;
}
.widget-area.sidebar .widget ul>li {
	margin-bottom: 10px;
	padding-bottom: 0;
}
.widget-area.sidebar .widget ul>li:after {
	content: '';
	background: rgba(0, 0, 0, 0.1);
	width: 100%;
	height: 1px;
	display: block;
	margin-top: 10px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries ul li:after,
.widget-area.sidebar .widget.widget_recent_services ul li:after,
.widget-area.sidebar .widget ul>li:last-child:after {
	display: none;
}
.widget-area.sidebar .widget .btn-outline-light {
	color: #111111;
}
.widget-area.sidebar .widget .btn-outline-light:hover,
.widget-area.sidebar .widget .btn-outline-light:focus,
.widget-area.sidebar .widget .btn-outline-light {
	border-color: #666;
}
.widget-area.sidebar .widget.widget_recent_services ul li {
	margin-bottom: 0px;
}
.widget-area.sidebar .widget.widget_recent_services ul li:last-child,
.widget-area.sidebar .widget ul>li:last-child {
	margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries ul {
	margin-bottom: -10px;
}

.widget-area.sidebar .widget select {
	background-color: #fff;
}
.entry-content .post-password-form input[type="password"] {
	height: 65px;
	top: 10px;
}
.entry-content .post-password-form input[type="submit"] {
	position: relative;
	top: 9px;
	left: -4px;
	height: 65px;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries ul li:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image {
	width: 80px;
	position: relative;
	margin-bottom: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image .full-cover {
    background: #0c2278c9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    color: #fff;
    opacity: 0;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image a:hover .full-cover {
    opacity: 1;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 54px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-image img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.widget-area.sidebar .widget.widget_sigma_recent_entries .sigma-post-content {
	width: calc(100% - 95px);
}
.widget-area.sidebar .widget.widget_recent_services {
	box-shadow: none;
	border: none;
	background: none;
	padding: 0;
}
.widget-area.sidebar .widget.widget_recent_services ul {
    padding: 0;
}
@media (max-width: 576px) {
	.comment-list .children {
		padding-left: 0 !important;
	}
}
.widget_sigma_social_share ul.social-icons li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border: 1px solid #0c2278;
    font-size: 16px;
    margin-right: 8px;
    color: #f15933;
    border-radius: 50%;
}
.sigma-footer-widgets-wrapper .widget.widget_sigma_social_share ul.social-icons li a {
    padding: 0;
    border: none;
    width: 24px;
    height: auto;
    color: #b3bec5;
}
.sigma-footer-widgets-wrapper .widget.widget_sigma_social_share ul.social-icons li a:hover{
	color:#f15933;
}
.widget_sigma_social_share ul.social-icons li {
    display: inline-block;
		margin: 0;
}
.widget-area.sidebar .widget_sigma_social_share ul.social-icons li:after {
    display: none;
}
.widget-area.sidebar .widget_sigma_social_share ul.social-icons li a:hover{
	background: #0c2278;
	color: #fff;
}
.widget.widget_sigma_cta_widget {
    background: none;
		padding:0;
}
/*Program Detail*/
.sigma-program-info .program-info h5 {
    font-size: 19px;
    color: #0c2278;
    margin-bottom: 5px;
}
.sigma-program-info .program-info p {
    font-size: 15px;
    color: #111;
		margin-bottom: 0;
}
.sigma-program-info {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e6e6e6;
}
.program-footer {
    border-top: 1px solid #e6e6e6;
    padding: 30px 0 100px;
}
.program-footer span.info {
    font-size: 16px;
}
.program-footer .social-share-icons {
    padding: 0;
    margin: 0;
    list-style: none;
}
.program-footer .social-icon-share {
    display: flex;
    align-items: center;
}
.program-footer .social-icon-share .social-share-icons li {
    display: inline-block;
}
.program-footer .social-icon-share .social-share-icons li a {
    margin: 0 8px;
}
.program-footer .social-icon-share .social-share-icons li a:hover{
	color:#f15933;
}
.program-footer .navigation .nav-links {
    margin-top: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.program-footer .post-navigation .nav-previous {
    float: none;
    width: auto;
}
.program-footer .post-navigation .nav-next a{
	    padding-left: 4rem;
}
/*Sermon Details*/
.sigma-eventpage-detail .sigma-event-details-container,
.sigma_sermon_detail .sigma-sermon-details-container{
	padding: 25px;
    margin-top: 35px;
    background: transparent;
    border: 1px solid #efefef
    width: 100%;
}
.sigma-eventpage-detail .sigma-event-details-container .event-detail-sidehead,
.sigma_sermon_detail .sigma-sermon-details .sermon-detail-sidehead{
	margin-top: -25px;
    margin-left: -25px;
    width: calc(100% + 50px);
    padding: 20px 25px;
    background: #0c2278;
}
.sigma-eventpage-detail .sigma-event-details-container .event-detail-sidehead h4,
.sigma_sermon_detail .sigma-sermon-details .sermon-detail-sidehead h4{
	font-size: 26px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
}
.sigma-eventpage-detail .sigma-event-details .sigma-event-detail,
.sigma_sermon_detail .sigma-sermon-details .sigma-sermon-detail{
	padding-bottom: 0;
    margin-top: 25px;
    padding-left: 30px;
}
.sigma-eventpage-detail .sigma-event-details .sigma-event-detail .sigma-event-detail-title,
.sigma_sermon_detail .sigma-sermon-details .sigma-sermon-detail .sigma-sermon-detail-title{
	color: #111111;
}
.sigma-eventpage-detail .sigma-event-details .sigma-event-detail .sigma-event-detail-value,
.sigma_sermon_detail .sigma-sermon-details .sigma-sermon-detail .sigma-sermon-detail-value{
	color: #666;
}
.sigma-eventpage-detail.has-post-thumbnail .sigma-event-details-container{
	margin-top: -77px;
}
@media(max-width: 991px){
	.sigma-eventpage-detail .sigma-event-details-container{
		margin-top: 40px;
	}
	.cta-line-after:after,
	.cta-line-after:before{
		display: none;
	}
}

/*-- filter tab css --*/
.sigma-layout-isotope .sigma_icon-block a{
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #F0F2F3;
    background-color: #fff;
    border-radius: 0;
    z-index: 1;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
    transition: .3s;
    display: block;
}
.sigma-layout-isotope .sigma_icon-block a:hover{
	background-color: #F0F2F3;
}
.sigma-layout-isotope .sigma_icon-block a.active{
    background: #0c2278;
    color: #fff;
}
.sigma-layout-isotope .sigma_icon-block a.active h5{
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.sigma-layout-isotope .sigma_icon-block a i{
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
}
.sigma-layout-isotope .sigma_icon-block a h5{
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 600;
}

/* Bordered */
.sigma-layout-isotope.style-bordered  .sigma_icon-block a{
	display: flex;
	align-items: center;
	border: 0;
	background-color: transparent;
	padding: 10px;
	box-shadow: none;
	justify-content: center;
	border-bottom: 1px solid #F0F2F3;
}
.sigma-layout-isotope.style-bordered  .sigma_icon-block a.active{
	background-color: transparent;
	color: #f15933;
	border-color: #f15933;
}
.sigma-layout-isotope.style-bordered  .sigma_icon-block a i{
	margin: 0 10px 0 0;
	font-size: 16px;
}
.sigma-layout-isotope.style-bordered  .sigma_icon-block a:hover{

}
.sigma-layout-isotope.style-bordered .sigma_icon-block a h5{
	font-size: 16px;
	color: initial;
	transition: .3s;
}
.sigma-layout-isotope.style-bordered .sigma_icon-block a:hover h5,
.sigma-layout-isotope.style-bordered .sigma_icon-block a.active h5{
	color: #f15933;
}

/* Round */
.sigma-layout-isotope.style-pill  .sigma_icon-block a,
.sigma-layout-isotope.style-square  .sigma_icon-block a,
.sigma-layout-isotope.style-round  .sigma_icon-block a{
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sigma-layout-isotope.style-pill  .sigma_icon-block a i,
.sigma-layout-isotope.style-square  .sigma_icon-block a i,
.sigma-layout-isotope.style-round  .sigma_icon-block a i{
	margin: 0 10px 0 0;
	font-size: 16px;
}

.sigma-layout-isotope.style-pill .sigma_icon-block a h5,
.sigma-layout-isotope.style-square .sigma_icon-block a h5,
.sigma-layout-isotope.style-round .sigma_icon-block a h5{
	font-size: 16px;
	transition: .3s;
}

.sigma-layout-isotope.style-pill .sigma_icon-block a{
	border-radius: 25px;
}

.sigma-layout-isotope.style-round .sigma_icon-block a{
	border-radius: 4px;
}

.sigma-service-thumbnail-container {
    margin-bottom: 30px;
}
.sigma-service-thumbnail-container .post-thumbnail img {
    width: 100%;
}
.hr-1 {
    height: 1px;
}
.opacity-1 {
    opacity: 0.1;
}
.mb-20 {
    margin-bottom: 20px;
}
.custom-text-btn {
    font-weight: 500;
    color: #f15933;
    display: block;
}
.custom-text-btn i{
	margin-left: 10px;
}

/*--- faq ---*/
body .vc_toggle_title {
    background: #f9fafc;
    padding: 16px 17px !important;
    border: 2px solid #f9fafc;
    border-radius: 7px;
		display: flex;
    align-items: center;
}
body .toggle-bg-white .vc_toggle_title{
	background:#fff;
}
.vc_toggle_title h1,
.vc_toggle_title h2,
.vc_toggle_title h3,
.vc_toggle_title h4,
.vc_toggle_title h5,
.vc_toggle_title h6 {
    margin-bottom: 0;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title .vc_toggle_icon {
    display: none;
}
.vc_toggle_title:before {
    content: "\f067";
    position: absolute;
    right: 20px;
    font-weight: 700;
    font-family: "Font Awesome 5 Pro";
    color: #f15933;
		transform: rotate(0deg);
		-webkit-transition: all .4s;
		transition: all .4s;
}
.vc_toggle_title:hover {
    border-color: #0c2278;

}
.vc_toggle_active .vc_toggle_title:before {
    transform: rotate(45deg);
    -webkit-transition: all .4s;
    transition: all .4s;
}

/*===== Go Top =====*/
@keyframes ripple {
  0%,
  35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.go-top-area {
  position: relative;
  z-index: 9999;
}
.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  top: 0;
  right: 24px;
  color: #ffffff;
  background-color: #0c2278;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 0;
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
  top: 60%;
}

.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  top: 98%;
  -webkit-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 50px;
  right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    top: 93%;
  }
}
.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #0c2278;
}
.go-top-wrap .go-top-btn i {
  font-size: 16px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
	padding-bottom: 8px;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #000;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
	border: 1px solid;
}
.box-shadow{
    box-shadow: 0px 0px 10px 5px #efefef !important;
}
/* contact form */
.contact-form-1 input[type="text"],
.contact-form-1 input[type="email"],
.contact-form-1 input[type="password"],
.contact-form-1 textarea {
    background: rgb(0 0 0 / 8%);
    border: 0;
    color: #fff;
}
.contact-form-1 .form-group {
    position: relative;
    margin-bottom: 20px;
}
.contact-form-1 .form-group textarea {
    height: 100px;
    border-radius: 8px;
}
.contact-form-1 .form-group i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    color: #e8e8e8;
}
.contact-form-1 .sigma_btn-custom i {
    position: absolute;
    top: 17px;
    right: 36%;
    color: #3e1111;
    z-index: 1;
}
.contact-form-1 .sigma_btn-custom:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background-color: #00000045;
    width: 10px;
    height: calc(100% - 15px);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
}
.contact-form-1 .sigma_btn-custom input,
.sigma_btn-custom input {
    background: none;
    z-index: 10;
    width: 100%;
    position: relative;
}

.contact-form-1 .sigma_btn-custom,
.sigma_btn-custom {
    display: inline-block;
    text-align: center;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
    background: #9ecf36;
    width: 100%;
}
.contact-form-1 .sigma_btn-custom input:hover,
.sigma_btn-custom input:hover {
    background: none;
}
.contact-form-1 .sigma_btn-custom:hover:before,
.sigma_btn-custom:hover:before{
  width: calc(100% - 14px);
  opacity: 1;
  visibility: visible;
}
.sigma_btn-custom {
    width: auto;
}
.contact-form-1 .sigma_btn-custom input:hover {
    background: none;
}
.shape-1:after {
    width: 50px;
    height: 50px;
    background: #000;
    position: absolute;
    top: 0;
    left: 50%;
}
.honey-drop{
    position: absolute;
    top: -100px;
    right: 0;
}
.z-index_-1{
    z-index: -1;
}
.zindex-1{
    z-index: 1;
}
.image-one{
    position: absolute;
    top: -129px;
    left: -92px;
    z-index: 1;
    width: 319px;
}
.image-two{
    position:absolute;
    top: -50px;
}
.overflow-visible{
    overflow:visible !important;
}
.image-three{
    position: absolute;
    top:-165px;
    left:-125px;

}
.image-four{
    position: absolute;
    top: -121px;
    left: -125px;
    opacity: 0.1;

}