/*------------------------------------------------------------------
[Table of contents]
* Default CSS
* Sidebar and Content
* Services Details
* Event Details
* lawyers 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
-------------------------------------------------------------------*/
.content-area.col-lg-8 {
    -ms-flex: 0 0 68.3%;
    flex: 0 0 68.3%;
    max-width: 68.3%;
}
.single-lawyers .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-lawyers .content-area,
.single-event .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-lawyers .site-main {
    padding-top: 120px;
}
/*--------------------------------------------------------------
# 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 .sigma-service-content:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    content: '\f105';
    right: 22px;
    top: 17px;
    color: #000048;
    font-size: 18px;
    z-index: 99;
}
.widget_recent_services ul li a {
    display: block;
    color: #09162a;
    padding: 16px 30px 16px 24px;
    position: relative;
    border: 1px solid #eaeaea;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.widget_recent_services ul li a:before {
    content: "";
    width: 4px;
    top: 0;
    left: 0;
    background: #eaeaea;
    height: 100%;
    position: absolute;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    z-index: 1;
}
.widget_recent_services ul li a:after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2;
    background-color: #00ADEE;
}
.widget_recent_services ul li:hover a,
.widget_recent_services ul li a[aria-current="page"] {
    color: #fff;
    text-decoration: none;
}
.widget_recent_services ul li:hover a:after,
.widget_recent_services ul li a[aria-current="page"]:after {
    width: 100%;
}
.widget_recent_services ul li:hover a:before,
.widget_recent_services ul li a[aria-current="page"]:before {
    background: #09162a;
}
.single-service .item-download {
    padding-bottom: 10px;
}
.single-service .item-download a {
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    color: #09162a;
    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: #09162a;
    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: #09162a;
}
.single-service .widget_media_image {
    padding: 0;
}
/*--------------------------------------------------------------
# Case Details
--------------------------------------------------------------*/
.sigma-event-details-container {
    padding: 36px 40px 15px;
    background-color: #f4f4f4;
    display: inline-block;
}
.sigma-event-detail {
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left: 20px;
}
.sigma-event-details h3 {
    margin-bottom: 10px;
    text-transform: capitalize;
}
.sigma-event-detail-title {
    font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #09162a;
    font-size: 20px;
    position: relative;
    text-transform: capitalize;
}
.sigma-event-detail-title:before {
    position: absolute;
    left: -20px;
    top: 6px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ac946b;
}
.sigma-event-content {
    padding-top: 30px;
}
.sigma-event-details-container .sigma-event-detail-des {
    margin-bottom: 3px;
    display: inline-block;
}
.sigma-event-details-container .sigma-event-detail-des p {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# Team Details
--------------------------------------------------------------*/
.sigma-lawyersmember-thumbnail .post-thumbnail {
    position: relative;
}
.sigma-lawyersmember-thumbnail .post-thumbnail:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: -30px;
    left: -30px;
    border: 15px solid #f1f1f1;
    z-index: -1;
}
h3.sigma-lawyers-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 0;
    margin-top: 10px;
}
h5.sigma-lawyersmember-designation {
    font-size: 16px;
    color: #ac946b;
    margin-bottom: 20px;
}
.sigma-lawyersmember-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-lawyersmember-detail {
    padding-bottom: 20px;
}
.sigma-lawyersmember-detail-title {
    font-weight: 700;
    color: #09162a;
}
.sigma-lawyersmember-content {
    padding-top: 30px;
}
.sigma-lawyersmember-content .wpcf7-form-control-wrap {
    width: 100%;
}
.sigma-lawyersmember-link-profiles {
    margin: 0;
    padding: 0;
    clear: both;
}
.sigma-lawyersmember-link-profiles-container {
    border-top: 1px solid #f1f1f1;
    padding-top: 30px;
    margin-top: 10px;
}
.sigma-lawyersmember-link-profiles li {
    display: inline-block;
    border: none;
}
.sigma-lawyersmember-link-profiles li a {
    background-color: #f1f1f1;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    font-size: 16px;
    color: #09162a;
}
.sigma-lawyersmember-link-profiles li a:hover {
    color: #ffffff;
}
.sigma-lawyersmember-detail-title {
   font-family: 'Merriweather', serif;
    font-weight: 700;
    color: #09162a;
    font-size: 20px;
    position: relative;
}
.sigma-lawyersmember-detail-title:before {
    position: absolute;
    left: -20px;
    top: 6px;
    content: "";
    width: 6px;
    height: 6px;
    background: #ac946b;
}
.sigma-lawyersmember-des p {
    margin-bottom: 40px;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.sigma-blog-classic {
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
    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:hover {
    text-decoration: none !important;
    color: #09162a;
}
.sigma-blog-classic-inner {
    padding: 25px 30px 25px;
    position: relative;
}
.sigma-blog-classic header .posted-on {
    display: block;
    top: -80px;
   font-family: 'Merriweather', serif;
    width: 80px;
    height: 80px;
    padding: 15px 4px;
    position: absolute;
    right: 0;
    text-align: center;
}
.sigma-blog-classic header .posted-on a {
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 0;
}
.sigma-blog-classic header .posted-on a span {
    display: block;
    font-family: Oswald, Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 16px;
}
.sigma-blog-classic .entry-footer {
    margin-top: 5px;
    border-top: 1px solid #eeeeee;
    padding-top: 20px;
    font-size: 14px;
}
.sigma-blog-classic .entry-meta-footer {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.sigma-blog-classic .entry-meta-footer .entry-meta-container i {
    color: #09162a;
}
.sigma-blog-classic .entry-footer .entry-meta-container>span>i {
    margin-right: 5px;
}
.sigma-blog-classic .entry-footer .entry-meta-container>span {
    margin-right: 15px;
}
.sigma-blog-classic .entry-footer .social-icon-share {
    margin-left: auto;
    position: relative;
}
.sigma-blog-classic .entry-footer a.social-share-button {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.sigma-blog-classic .entry-footer ul.social-share-icons {
    position: absolute;
    padding: 0;
    margin: 0;
    right: 30px;
    white-space: nowrap;
    top: 10px;
    list-style: none;
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -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: 30px;
    border-right: 1px solid #fff;
    overflow: hidden;
}
.sigma-blog-classic .entry-footer ul.social-share-icons a.icon-link {
    display: block;
    text-align: center;
    background: #ac946b;
    line-height: 30px;
    margin: 0;
    padding: 0;
    color: #fff;
}
.sigma-blog-classic .entry-footer ul.social-share-icons a.icon-link:hover {
    background: #09162a;
}
.sigma-blog-classic .entry-footer .social-icon-share:hover ul.social-share-icons {
    visibility: visible;
    opacity: 1;
    top: 0;
}
.sigma-blog-classic blockquote {
    padding: 20px 30px;
    margin: 50px 0px 40px 0;
    border-left: 5px solid #09162a;
    margin-left: 80px;
}
.sigma-blog-classic blockquote:before {
    content: "\f10d";
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: -80px;
    top: 30%;
    line-height: 50px;
    font-size: 50px;
    text-align: center;
    color: #222;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.sigma-blog-classic-inner .gallery {
    margin-bottom: 30px;
}
body article.without-image .posted-on,
body article:not(.has-post-thumbnail) .posted-on {
    display: none;
}
body article.without-image .sigma-blog-classic-inner,
body article:not(.has-post-thumbnail) .sigma-blog-classic-inner {
    padding-top: 30px;
}
.post.sticky .sigma-blog-classic-inner {
    border: 5px solid #09162a;
    position: relative;
}
.post.sticky .sigma-blog-classic-inner:after {
    content: "\f08d";
    font-family: 'Font Awesome 5 Free';
    font-size: 25px;
    position: absolute;
    color: #fff;
    opacity: 1;
    right: 0px;
    top: 0px;
    background-color: #09162a;
    padding: 0;
    width: 70px;
    line-height: 70px;
    height: 70px;
    text-align: center;
    font-weight: 900;
    border-radius: 0;
}
.archive-description {
    margin-bottom: 30px;
}
body.blog .site-main article:last-of-type .sigma-blog-classic {
    margin-bottom: 0;
}
/*=== Comment List ===*/
.comments-area {
    margin-top: 50px;
}
.children,
.comment-list {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.comment-list>li.comment {
    margin-bottom: 40px;
    border: 1px solid #f2f3f4;
    padding: 30px;
    padding-bottom: 0;
}
.comment-list .comment-body {
    margin-bottom: 30px;
    display: grid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
.comment-list .children {
    padding-left: 80px;
    position: relative;
}
.comment-list .reply {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    letter-spacing: .1em;
}
.comment-list a.comment-reply-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    background: #09162a;
    color: #fff;
    padding: 7px 10px;
    line-height: 12px;
}
.comment-list a.comment-reply-link:hover {
    background: #09162a;
}
.comment-list .comment-avatar {
    min-width: 100px;
    margin-right: 20px;
}
.comment-list .comment-avatar img.avatar {
    width: 100px;
    border-radius: 50%;
}
.comment-list span.comment-author {
   font-family: 'Merriweather', serif;
    color: #09162a;
    font-size: 20px;
    display: block;
    margin-bottom: 2px;
}
.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 {
    padding: 30px 30px 30px 30px;
    box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
}
.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%;
}
.comment-respond p.comment-form-author {
    margin-right: 4%;
}
.comments-area .comments-title,
.comment-respond .comment-reply-title {
    font-size: 30px;
    line-height: 32px;
}
.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: 30px;
    margin-bottom: 25px;
    padding: 45px 45px 25px 48px;
    background-color: #f5f5f5;
    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: 24px;
    text-transform: upperevent;
    line-height: 30px;
    margin-bottom: 5px;
}
.sigma-team-form-1 .input-group {
    margin-bottom: 25px;
}
/*=== 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: #ac946b;
}
.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: #09162a;
    width: 65px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: upperevent;
    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: 'Merriweather', 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: #ac946b;
    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 {
    text-align: center;
}
.sigma-page-title .page-title {
    font-size: 40px;
    line-height: 46px;
    color: #fff;
    margin: 0;
}
.sigma-page-title .breadcrumb {
    background: none;
    display: block;
    color: rgba(255, 255, 255, 0.80);
    margin: 20px 0 0 0;
    padding: 0;
}
.sigma-page-title .breadcrumb a {
    color: #fff;
    padding-right: 10px;
}
.sigma-page-title .breadcrumb span {
    margin-left: 10px;
}
.header-layout-1+.site-content .sigma-page-title {
    margin-top: -33px;
    padding-top: 33px;
}
.sigma-page-title .breadcrumb i {
    font-size: 11px;
    margin: 0 5px;
}
/*--------------------------------------------------------------
# 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: #09162a;
}
.site-header .contact-item {
    float: left;
    padding-left: 40px;
}
.site-header .contact-list span {
    display: block;
}
.site-header .contact-list span a {
    color: #666;
}
.site-header .site-logo {
    height: 120px;
    display: table;
    vertical-align: middle;
    text-align: center;
}
.site-header .site-logo img {
    height: 50px;
}
.site-header .site-logo a {
    display: table-cell;
    vertical-align: middle;
}
.site-header .contact-list {
    padding-left: 15px;
    font-size: 13px;
    font-weight: 700
}
.site-header .contact-list .contact-label {
    font-family: Merriweather, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #09162a;
}
.site-header .header-right-side {
    display: flex;
    align-items: center;
}
.site-header .sigma-header-button a {
    padding: 0px 26px;
    background-color: #ac946b;
    display: block;
    color: #fff;
    line-height: normal;
    font-weight: 700;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
}
.site-header ul.social-info {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.site-header ul.social-info li {
    display: inline-block;
    margin-left: 10px;
}
.site-header ul.social-info li a {
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.site-header ul.social-info li a:hover {
    background-color: #09162a;
}
/* Nav */
.site-header-bottom.sigma-bg-color-secondary {
    background: #09162a;
}
.site-header .header-stickable-wrap,
.header-layout-1 .site-header .sigma-header-button a,
.site-header .header-right-side .site-header .main-navigation div>ul>li,
.site-header .main-navigation div>ul>li>a,
.site-header-bottom {
    height: 68px;
    line-height: 68px !important;
}
.site-header .main-navigation {
    padding: 0;
    margin: 0;
    border: 0;
    width: auto;
}
.site-header .main-navigation div>ul>li>a {
    font-family: Merriweather, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: upperevent;
    font-weight: 700;
    font-style: normal;
    margin: 0 20px;
}
.site-header .main-navigation>div>ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}
.site-header .main-navigation div>ul>li {
    float: left;
    position: relative;
}
.site-header .main-navigation div>ul ul li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
.site-header a.search-icon.search-popup-modal {
    display: block;
    color: #fff;
    padding: 0 20px;
    display: block;
}
@media (min-width: 1200px) {
    .site-header .main-navigation div>ul>li>ul,
    .site-header .main-navigation div>ul>li>ul ul {
        top: auto;
        border-top: 3px solid #09162a;
        width: 250px;
        padding: 0px;
        background: #fff;
    }
    .site-header .main-navigation div>ul>li>ul ul {
        left: 100%;
        top: -3px;
    }
    .site-header .main-navigation div>ul ul {
        text-align: left;
        position: absolute;
        display: block;
        line-height: 14px;
        margin: 0;
        list-style: none;
        left: 0;
        border-radius: 0;
        -webkit-box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
        box-shadow: 1px 1px 33px 0px rgba(83, 95, 159, 0.15);
        background-clip: padding-box;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .3s linear 0s;
        transition: all .3s linear 0s;
    }
    .site-header .main-navigation div>ul ul a {
        margin: 0;
        display: block;
        padding: 17px 20px 15px;
        position: relative;
        font-size: 14px;
        font-weight: 700;
        color: #666;
    }
    .site-header .main-navigation div>ul ul a:before {
        position: absolute;
        content: '';
        left: 18px;
        top: 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;
    }
    .site-header .main-navigation div>ul ul a:hover:before {
        width: 10px;
        background-color: #f5f5f5;
    }
    .site-header .main-navigation div>ul li:hover>ul {
        opacity: 1;
        visibility: visible;
    }
}
/*=== Header 1 ===*/
.site-header-container.header-layout-1 {
    border-top: 5px solid #09162a;
}
/*=== Header 2 ===*/
.header-layout-2 .site-header .main-navigation div>ul>li:first-child>a {
    margin-left: 0;
}
.header-layout-2 .site-header a.search-icon.search-popup-modal {
    line-height: 40px;
    padding: 0 14px;
}
.header-layout-2 .site-header a.search-icon.search-popup-modal:hover {
    background-color: #09162a;
}
.header-layout-2 .site-header .contact-info .contact-item i {
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #09162a;
    border-radius: 50%;
    color: #fff !important;
}
.header-layout-2 .sigma-header-button-container {
    margin-left: auto;
}
.header-layout-2 .site-header .site-logo {
    height: 130px;
}
.header-layout-2 .site-header-top>.d-flex {
    position: relative;
}
.header-layout-2 .site-header-top>.d-flex:after {
    content: '';
    width: 1000%;
    height: 100%;
    background: #f5f5f5;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 342px;
}
.header-layout-2 .sigma-header-button {
    margin-left: 29px;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.site-footer {
    clear: both;
    width: 100%;
    color: rgba(255, 255, 255, 0.9);
}
.sigma-footer-widgets-wrapper {
    font-size: 14px;
    padding-top: 70px;
    padding-bottom: 60px;
}
.sigma-footer-widgets-wrapper .widget .menu {
    margin-bottom: 20px;
}
.sigma-footer-widgets-wrapper a,
.sigma-footer-widgets-wrapper a:visited {
    color: #fff;
}
.sigma-footer-widgets-wrapper .widget {
    background: none;
    padding: 0;
    margin: 0;
}
.sigma-footer-widgets-wrapper .widget-title {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}
.sigma-footer-widgets-wrapper ul {
    margin: 0;
}
.sigma-footer-widgets-wrapper li {
    list-style: none;
}
/*=== 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;
    margin-right: 10px;
}
/*=== Widget Menu ===*/
.sigma-footer-widgets-wrapper .menu li a:before {
    content: "\f101";
    font-family: Flaticon;
    font-weight: 600;
    font-size: 12px;
    margin-right: 7px;
}
.sigma-footer-widgets-wrapper .menu li {
    display: inline-block;
    width: calc(50% - 2px);
    float: none;
    padding: 0 0 11px 0;
    position: relative;
}
/*=== 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;
}
/*=== Widget Copyright ===*/
.sigma-copyright {
    padding-top: 20px;
    padding-bottom: 15px;
    font-size: 14px;
    background: #09162a;
}
.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;
}
/*--------------------------------------------------------------
# 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;
}
.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: #09162a;
}
.sigma-contact-info .wpcf7-form-control-wrap.menu-765 {
    width: 100%;
}
.sigma-contact-info .wpcf7-checkbox .wpcf7-list-item {
    margin-left: 0;
}
/*=== Team Form ===*/
.sigma-lawyers-form-1 .input-group {
    margin-bottom: 25px;
}
.sigma-lawyers-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: #09162a !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: #09162a;
    color: #fff !important;
}
.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: #09162a !important;
}
.sigma-accordion-style-1 .vc_tta-panel-heading:hover .vc_tta-panel-title>a {
    color: #09162a !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: #09162a;
}
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::after,
.wpb-js-composer .vc_tta .vc_tta-controls-icon.vc_tta-controls-icon-plus::before {
    border-color: #09162a
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel-title>a:before {
    background: #f5f5f5;
    color: #09162a;
}
.wpb-js-composer .sigma-accordion-style-1 .vc_tta.vc_general .vc_tta-panel.vc_active .vc_tta-panel-title>a:before {
    background: #09162a;
}
.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: #09162a;
}
/*! Arrow on Hover CSS */
.owl-nav button {
    outline: none;
}
.arrow-on-hover .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #ffffff !important;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}
.arrow-on-hover .owl-nav button:hover {
    background: #ac946b !important;
}
.arrow-on-hover .owl-nav button i {
    color: #09162a;
    font-size: 16px;
}
.arrow-on-hover .owl-nav button.owl-prev {
    left: 40px;
    opacity: 0;
}
.arrow-on-hover .owl-nav button.owl-next {
    right: 40px;
    opacity: 0;
}
.arrow-on-hover:hover .owl-nav button.owl-prev {
    left: 15px;
    opacity: 1;
}
.arrow-on-hover:hover .owl-nav button.owl-next {
    right: 15px;
    opacity: 1;
}
/*! Arrow Middle Right CSS */
.arrow-middle-right .owl-nav {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
}
.arrow-middle-right .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: inherit;
    border: 1px solid #7d838d !important;
    display: inherit;
    margin: 5px 0;
}
.arrow-middle-right .owl-nav button:hover {
    background: #ac946b !important;
    border: 1px solid #ac946b !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: #09162a;
    top: 0;
    padding: 0;
}
.mfp-inline-holder .mfp-content {
    position: static;
}
.mfp-close {
    top: 40px;
    right: 40px;
    opacity: 1;
}
body .button.mfp-close {
    color: #fff;
}
/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
section.error-404 {
    padding: 100px 0;
    text-align: center;
}
section.error-404 h1.page-title {
    font-size: 250px;
    line-height: 250px;
}
section.error-404 .search-form {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
body .vc_btn3.vc_btn3-style-classic {
    border: none;
}
body .vc_btn3.vc_btn3-style-classic:hover {
    border: none;
}
.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: #09162a;
}
body .vc_btn3.vc_btn3-color-primary:hover,
body .vc_btn3.vc_btn3-color-primary.vc_btn3-style-flat:hover,
body .vc_btn3.vc_btn3-color-secondary,
body .vc_btn3.vc_btn3-color-secondary.vc_btn3-style-flat {
    color: #fff;
    background-color: #09162a;
}
.btn.btn-outline-light.footer-button:hover,
.btn.btn-outline-light.footer-button:focus,
body .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: #09162a;
    background-color: #f5f5f5;
}
body .vc_general.vc_btn3:focus {
    border: none;
}
/*--------------------------------------------------------------
# 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: #09162a;
    color: #ffffff;
    text-align: center;
    padding: 20px 30px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Merriweather', serif;
}
/*=== Sigma About Us 2 ===*/
.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: "\f10d";
    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: #09162a;
    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: upperevent;
    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: 0%;
    content: "";
    background: #ac946b;
}
.sigma-contact-box-style1 a {
    color: #ffffff !important;
    margin-top: 15px;
    display: inherit;
    font-size: 22px;
    font-weight: 700;
   font-family: 'Merriweather', serif;
}
.sigma-contact-box-style1 a:hover {
    color: #ac946b !important;
}
.sigma-contact-box-style1 h4 {
    position: absolute;
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 24px;
    left: -128px;
    top: 50px;
    z-index: 9;
    font-weight: bold;
    color: #ffffff;
}
/*=== 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: Merriweather, 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: #09162a;
    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: #09162a;
    color: #fff;
}
.sigma-video-box-style1 h5 {
    position: absolute;
    transform: rotate(-90deg);
    font-size: 14px;
    left: -40px;
    top: 41px;
    z-index: 9;
    padding: 4px 25px;
    font-weight: bold;
    color: #ffffff;
    background: #ac946b;
}
.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: #09162a;
    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: #09162a;
    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: "\f104";
    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: 'Merriweather', serif;
    line-height: 80px;
}
.sigma-action-box a {
    font-size: 24px;
    color: #222;
    border-bottom: 4px solid #09162a;
    line-height: 24px;
    display: inline-block;
    font-family: 'Merriweather', serif;
    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 #ac946b;
    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;
}
/*Deepak Changes*/
.sigma-blog-classic .entry-footer .entry-meta-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.sigma-blog-classic .entry-footer .entry-meta-container>span {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    margin-right: 0;
}
.sigma-blog-classic .entry-footer .entry-meta-container>.author.vcard {
    width: auto;
    border-bottom: 0;
    margin-right: 15px;
    padding-right: 15px;
    position: relative;
}
.sigma-blog-classic .entry-footer .entry-meta-container>.author.vcard:after {
    content: '';
    height: 100%;
    width: 1px;
    background-color: #eeee;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.sigma-blog-classic .entry-footer .entry-meta-container>.meta-comment {
    order: 2;
    width: auto;
    border-bottom: 0;
}
.sigma-blog-classic .entry-footer .entry-meta-container>.categories-list {
    order: 3;
    border-top: 1px solid #eeeeee;
}
.sigma-blog-classic .entry-footer .entry-meta-container>.tag-list {
    order: 4;
    border-bottom: 0;
    padding-bottom: 0;
}
.sigma-blog-classic .entry-footer {
    padding-top: 0;
}
.sigma-blog-classic .entry-footer .social-icon-share {
    position: absolute;
    right: 25px;
    margin-top: 7px;
}
/*sidebar*/
.widget-area.sidebar .widget {
    box-shadow: 1px 1px 10px 1px rgba(83, 95, 159, 0.15);
    border: 1px solid #eee;
}
.widget-area.sidebar .widget_categories ul li,
.widget-area.sidebar .widget_archive ul li {
    margin-top: 0;
}
.widget-area.sidebar .widget.widget_tag_cloud {
    padding-bottom: 22px;
}
.widget h2.widget-title:before,
.widget h2.widget-title:after {
    background-color: #ac946b;
}
.widget-area.sidebar .widget ul>li {
    margin-bottom: 10px;
    padding-bottom: 0;
}
.widget-area.sidebar .widget ul>li:after {
    content: '';
    background: #66666654;
    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: #09162a;
}
.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: 4px;
}
.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,
select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../images/arrow-down.png);
    background-repeat: no-repeat;
    background-position: center right;
    text-indent: 0px;
    background-position-x: calc(100% - 15px);
    background-size: 12px;
    background-color: #f5f5f5;
}
.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 .sigma-post-image{
    width: 80px;
}
.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;
}
/*blog details*/
.cns-single-blog .sigma-blog-classic .entry-footer{
    border-top: 0;
}
.cns-single-blog .sigma-blog-classic .entry-footer .entry-meta-footer{
    flex-wrap: wrap;
}
.cns-single-blog .sigma-blog-classic .entry-footer.cns-blg-detail-meta{
    margin: 20px 30px -5px;
    border-bottom: 0px solid #eeeeee;
}
.cns-single-blog .sigma-blog-classic .entry-footer.cns-blg-detail-meta .entry-meta-container{
    width: auto;
}
.cns-single-blog .sigma-blog-classic .entry-footer.cns-blg-detail-meta .entry-meta-container>.author.vcard:after{
    background-color: transparent;
}
.cns-single-blog .sigma-blog-classic header .posted-on{
    top: -139px;
}
.cns-single-blog .sigma-blog-classic .entry-content ul{
    padding-left: 25px;
}
.sigma-blog-classic .entry-footer a.social-share-button{
    display: none;
}
.cns-single-blog .sigma-blog-classic .entry-footer .social-icon-share{
    position: relative;
    right: 0;
}
.cns-single-blog .sigma-blog-classic .entry-footer .social-icon-share ul.social-share-icons{
    visibility: visible;
    opacity: 1;
    top: 0;
    right: 0px;
    position: relative;
}
.cns-single-blog .sigma-blog-classic .entry-content ul li{
    position: relative;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
        list-style: none;
}
.cns-single-blog .sigma-blog-classic .entry-content ul li:before{
        content: "\f101";
    font-family: Flaticon;
    font-size: 10px;
    color: inherit;
    padding-right: 8px;
}
.cns-single-blog .sigma-blog-classic .entry-content ul li:last-child{
    border-bottom: 0px solid #eee;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
@media (max-width: 576px) {
    .comment-list .children {
        padding-left: 0 !important;
    }
}
/*/Header style 3/*/
.header-layout-3 .site-header .site-logo {
    height: 80px;
}
.header-layout-3 .site-header .contact-list .contact-label {
    display: none;
}
.header-layout-3 .site-header .contact-info {
    margin-right: auto;
}
.header-layout-3 .site-header .contact-info .contact-item i {
    font-size: 18px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    background-color: #ac946b;
    color: #fff !important;
}
.header-layout-3 .site-header .contact-list {
    padding-left: 10px;
}
.header-layout-3 .site-header-top>.d-flex,
.header-layout-3 .header-menu-area-inner {
    position: relative;
}
.header-layout-3 .site-header ul.social-info li {
    margin-left: 0;
    margin-right: 10px;
}
.header-layout-3 .site-header .header-left-side {
    display: flex;
    align-items: center;
}
.cns-small-hamburger {
    transform: rotateY(180deg);
    cursor: pointer;
}
.cns-small-hamburger>.hm-btn>span {
    display: block;
    width: 30px;
    height: 2px;
    margin-bottom: 5px;
    background: #fff;
    transition: 0.5s all;
}
.cns-small-hamburger>.hm-btn>span:nth-child(2) {
    width: 25px;
}
.cns-small-hamburger>.hm-btn>span:last-child {
    margin-bottom: 0;
    width: 20px;
}
.cns-small-hamburger.active>.hm-btn>span,
.cns-small-hamburger:hover>.hm-btn>span {
    width: 30px;
}
.cns-small-hamburger.active>.hm-btn>span:first-child {
    margin-bottom: 0;
    transform: rotate(45deg);
}
.cns-small-hamburger.active>.hm-btn>span:nth-child(2) {
    display: none;
}
.cns-small-hamburger.active>.hm-btn>span:last-child {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
}
.cns-side-nav {
    position: fixed;
    background: #09162a;
    right: 0;
    width: 400px;
    top: 0;
    height: 100%;
    z-index: 10;
    overflow: auto;
    padding: 90px 15px 0px;
    display: block;
    transition: 0.5s all;
    border-left: 1px solid #09162a;
    transform: translateX(100%);
}
.cns-side-nav .cns-side-nav-inner{
    line-height: normal;
}
.cns-side-nav .cns-close-btn:focus,
.cns-side-nav .cns-close-btn {
    position: absolute;
    top: 50px;
    right: 25px;
    padding: 0 7px;
    font-size: 16px;
    color: #f4f4f4;
    background: transparent;
    line-height: normal;
}
.cns-side-nav.active {
    transform: translateX(0%);
}
/*/Header layout 4/
*/
header.site-header-container.header-layout-4 {
    position: fixed;
    left: 0;
    right: 0;
}
.header-layout-4 .site-header .site-header-top .site-logo{
  display: none;
}
.header-layout-4 .site-header .sigma-header-button a {
    height: 45px;
    line-height: 45px !important;
}
.header-layout-4 .site-header .main-navigation div>ul>li>a,
.header-layout-4 .site-header .site-logo {
    height: auto;
}
.header-layout-4 .site-header .main-navigation div>ul>li>a,
.header-layout-4 .site-header-bottom {
    line-height: normal !important;
}
.header-layout-4 .site-header-bottom {
    padding: 0px 30px;
    height: auto;
    background-color: #fff;
}
.header-layout-4 .site-header .main-navigation div>ul>li>a {
    color: #111111;
    padding: 29.5px 0;
    margin: 0 15px;
}
.header-layout-4 .site-header .site-header-top-inner {
    justify-content: space-between;
    padding-top: 10px;
}
.header-layout-4 .site-header .site-header-top-inner .contact-info {
    margin-left: 0;
}
.header-layout-4 .site-header .contact-item {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 10px;
}
.header-layout-4 .site-header .contact-info .contact-item.contact-address,
.header-layout-4 .site-header .contact-list .contact-label {
    display: none !important;
}
.header-layout-4 .site-header .contact-info .contact-item i {
    font-size: 16px;
    line-height: 16px;
}
.header-layout-4 .site-header .contact-info .contact-item i,
.header-layout-4 .site-header .contact-info .contact-item span>a {
    color: #fff;
    text-transform: uppercase;
}
.header-layout-4 .site-header ul.social-info li a {
    height: auto;
    width: auto;
    line-height: normal;
    margin-bottom: 10px;
    padding: 0 8px;
    font-size: 14px;
}
.header-layout-4 .site-header ul.social-info li:last-child a{
  padding-right: 0;
}
.header-layout-4 .site-header ul.social-info li a:hover {
    background-color: transparent;
    color: #ac946b;
}
.header-layout-4 .site-header-bottom .header-menu-area-inner .navigation-wrap {
    display: flex;
    align-items: center
}
.header-layout-4 .site-header .site-logo {
    margin-right: 30px;
}
.header-layout-4 .site-header .cns-side-toggle {
    background: #09162a;
    width: 45px;
    height: 45px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header-layout-4 .site-header .cns-side-toggle>.toggle-btn>span {
    width: 4px;
    height: 4px;
    display: block;
    background: #fff;
    margin-bottom: 4px;
    border-radius: 50%;
}
.header-layout-4 .site-header .cns-side-toggle>.toggle-btn>span:last-child {
    margin-bottom: 0;
}
.sigma-post-description p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 24px;
    max-height: 75px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
