
/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/*-------------------------------------------------------------------*/


/*======================
1.0. General
========================*/

:root{
  --primary-color:#344667;
  --secondary-color:#F6B818;
}


.z-index-3{
  z-index: 3;
}

.img-group{
  position: relative;
  text-align: center;
  padding: 80px;
}
.img-group-inner{
  position: relative;
}
.img-group-inner span{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  background-color: #e20a17;
}
.img-group-inner span + span{
  top: auto;
  right: auto;
  left: -10px;
  bottom: -10px;
  background-color: #fff;
}
.img-group img:nth-child(2){
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.img-group img:nth-child(3){
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.img-group-2{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.img-group-2 img + img{
  margin-left: auto;
  margin-top: -50%;
}

.border{
  border: 2px solid #efefef !important;
}
.vertical-seperator{
  display: block;
  width: 3px;
  height: 80px;
  text-align: center;
  background-color: #e20a17;
  margin: 0 auto;
}

.sigma_img-box{
  display: flex;
  flex-wrap: wrap;
}

.sigma_img-box img + img{
  margin-top: 40px;
  margin-left: 30px;
}

.section-before{
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  z-index: -1;
  background-color: #022147;
}
.section-before::after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.6);
}

.sigma_dots{
  width: 200px;
  height: 200px;
  content: '';
  background-position: 0 0,6px 6px;
  background-size: 12px 12px;
  position: absolute;
  display: block;
  background-image: -o-radial-gradient(#d1d4d8 1px,transparent 1px),-o-radial-gradient(#d1d4d8 1px,transparent 1px);
  background-image: radial-gradient(#d1d4d8 1px,transparent 1px),radial-gradient(#d1d4d8 1px,transparent 1px);
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
  background-color: transparent;
  top: -250px;
  left: -100px;
  opacity: 1;
  z-index: -1;
}
.sigma_dots.dots-2{
  width: 100px;
  left: auto;
  height: 200px;
  right: 0;
  top: 100%;
}
.sigma_dots.primary{
  background-image: -o-radial-gradient(#e20a17 1px,transparent 1px),-o-radial-gradient(#e20a17 1px,transparent 1px);
  background-image: radial-gradient(#e20a17 1px,transparent 1px),radial-gradient(#e20a17 1px,transparent 1px);
}
.sigma_dots.secondary{
  background-image: -o-radial-gradient(#022147 1px,transparent 1px),-o-radial-gradient(#022147 1px,transparent 1px);
  background-image: radial-gradient(#022147 1px,transparent 1px),radial-gradient(#022147 1px,transparent 1px);
}


.bottom-skew{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.texture-4{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.texture-3{
  position: absolute;
  top: -20px;
  left: 0;
}
.texture-5{
  position: absolute;
  top: -20px;
  right: 30%;
  z-index: -1;
  width: 500px;
}
.sigma_banner .texture-5{
  top: -200px;
}

.circles .circle{
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: block;
}

.circles .circle.circle-lg{
  width: 290px;
  height: 290px;
}
.circles .circle.circle-md{
  width: 160px;
  height: 160px;
}
.circles .circle.circle-sm{
  width: 100px;
  height: 100px;
}

.sigma_shapes.irregular .irregular-1 svg{
  width: 1020px;
  position: absolute;
  top: -20px;
  right: 0;
}

.sigma_shapes.irregular .irregular-2{
  position: absolute;
  top: -320px;
  left: -430px;
  width: 500px;
  height: 500px;
  transform: rotate(-15deg);
  border-radius: 80px;
}

.sigma_shapes.irregular .irregular-3 svg{
  position: absolute;
  bottom: 0px;
  right: -610px;
  width: 920px;
}

.sigma_shapes.irregular .irregular-4 svg{
  position: absolute;
  right: -270px;
  top: -40px;
  width: 980px;
  z-index: -1;
}

.sigma_shapes.irregular .irregular-5{
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  bottom: -150px;
  left: -150px;
  border: 40px solid #e20a17;
  z-index: -1;
}

.sigma_shapes.irregular .irregular-6 svg{
  position: absolute;
  right: 0;
  bottom: -140px;
  width: 1060px;
  z-index: -1;
}

.custom-bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}
.custom-img-1{
  position: absolute;
  bottom: -210px;
  right: 0;
  z-index: -3;
}

.spacer{
  height: 140px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
}
.spacer.spacer-lg{
  height: 295px;
}
.spacer.spacer-xl{
  height: 500px;
}
.spacer.spacer-bottom{
  top: auto;
  bottom: 0;
}

.spacer.spacer-vertical{
  height: 100%;
  width:  140px;
}

.spacer.spacer-vertical.spacer-right{
  right: 0;
  left: auto;
}
.spacer.spacer-vertical.spacer-left{
  right: auto;
  left: 0;
}

.spacer.spacer-vertical.spacer-xl{
  width: 500px;
}

.sigma_canvas canvas,
.sigma_canvas{
  width: 100%;
}
.sigma_map{
  height: 600px;
  width: 100%;
}
.sigma_map .sigma_contact-info{
  left: auto;
  right: 0;
}
.sigma_map iframe{
  width: 100%;
  height: 100%;
}
.sigma_seperator-vertical{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.sigma_seperator-vertical span{
  width: 1px;
  height: 200px;
  background-color: #efefef;
  display: block;
}
.sigma_seperator-vertical span:first-child,
.sigma_seperator-vertical span:last-child{
  margin: 0 20px;
}
.sigma_seperator-vertical span:nth-child(2){
  height: 400px;
}

.stroke-text{
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-weight: 400;
}

.stroke-text.stroke-text-dark{
  -webkit-text-stroke-color: #022147;
}

.stroke-text span{
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 0;
}
.stroke-text span.custom-primary{
  -webkit-text-fill-color: #e20a17;
  -webkit-text-stroke-width: 0;
}
.stroke-text span.text-dark{
  -webkit-text-fill-color: #022147;
  -webkit-text-stroke-width: 0;
}

.sigma_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e20a17;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: .3s;
}

.sigma_preloader.hidden{
  opacity: 0;
  visibility: hidden;
}

.sigma_preloader img{
  animation: bannerscale 3s linear infinite;
}

.sigma_preloader ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  -webkit-animation: rot 16s linear infinite;
          animation: rot 16s linear infinite;
}
.sigma_preloader li {
  width: 40px;
  height: 40px;
  background: #e20a17;
  border-radius: 4px;
  box-shadow: 0 0 1px #fff, 0 0 5px #e20a17, 0 0 10px #e20a17, 0 0 15px #e20a17, 0 0 25px #e20a17, 0 0 55px #e20a17;
  -webkit-animation: preloaderScale 0.8s linear alternate infinite;
          animation: preloaderScale 0.8s linear alternate infinite;
}

.sigma_preloader li:nth-child(1) {
  z-index: 24;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.sigma_preloader li:nth-child(2) {
  z-index: 23;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sigma_preloader li:nth-child(3) {
  z-index: 22;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(4) {
  z-index: 21;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(5) {
  z-index: 20;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(6) {
  z-index: 19;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.sigma_preloader li:nth-child(7) {
  z-index: 18;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(8) {
  z-index: 17;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(9) {
  z-index: 16;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(10) {
  z-index: 15;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(11) {
  z-index: 14;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sigma_preloader li:nth-child(12) {
  z-index: 13;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(13) {
  z-index: 12;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(14) {
  z-index: 11;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(15) {
  z-index: 10;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(16) {
  z-index: 9;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.sigma_preloader li:nth-child(17) {
  z-index: 8;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(18) {
  z-index: 7;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(19) {
  z-index: 6;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(20) {
  z-index: 5;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.sigma_preloader li:nth-child(21) {
  z-index: 4;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.sigma_preloader li:nth-child(22) {
  z-index: 3;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sigma_preloader li:nth-child(23) {
  z-index: 2;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.sigma_preloader li:nth-child(24) {
  z-index: 1;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.sigma_preloader li:nth-child(25) {
  z-index: 0;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #e20a17;
    border-radius: 100%;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
}

.opacity-0 {
    opacity: 0;
}

.opacity-25 {
    opacity: .25;
}

.opacity-50 {
    opacity: .50;
}

.opacity-75 {
    opacity: .75;
}

.opacity-100 {
    opacity: 1;
}

.pattern-building,
.pattern-squares,
.pattern-map,
.primary-overlay,
.light-overlay,
.secondary-overlay,
.dark-overlay {
    position: relative;
    z-index: 1;
}
.pattern-building::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/building.png);
  background-size: cover;
  background-position: center;
}
.pattern-map::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/map-2.png);
  background-size: cover;
  background-position: center;
}
.pattern-squares::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/squares.png);
  background-size: cover;
  background-position: center;
}
.pattern-triangles::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: url(../img/textures/triangles.png);
  background-size: cover;
  background-position: center;
}


.dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
/* .light-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, .9);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
} */
.primary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(18 29 49 / 73%);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
.secondary-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(2 33 71 / 62%);
    z-index: -1;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}


.dark-overlay.primary-overlay::before {
  background-color: rgba(72, 172, 110, .8);
}

.dark-overlay.dark-overlay-2::before {
    background-color: rgba(0, 0, 0, .2);
}
.dark-overlay.dark-overlay-3::before {
    background-color: rgba(0, 0, 0, .4);
}

.sigma_sticky-section {
    position: sticky;
    top: 30px;
}



body {
  font-family: "Inter", sans-serif; 
   margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 400;
}

hr {
    margin: 30px 0;
}

img {
    max-width: 100%;
    height: auto;
}

.imgs-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.imgs-wrapper img {
    position: absolute;
    max-width: 300px;
}

.imgs-wrapper img:nth-child(1) {
    top: 150px;
    max-width: 400px;
    left: -200px;
}

.imgs-wrapper img:nth-child(2) {
    right: -100px;
    bottom: 0;
}

.sigma_single-img-wrapper {
    position: relative;
}

.sigma_single-img-wrapper img {
    border-radius: 8px;
}

.signature {
    width: 220px;
    margin-bottom: 20px;
}

.cursor-pointer {
    cursor: pointer;
}

.close-btn {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 30px;
    height: 30px;
    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;
    cursor: pointer;
    transition: .3s;
    outline: none;
}

.close-btn:focus {
    outline: none;
}

.close-btn span {
    position: absolute;
    width: 2px;
    height: 15px;
    display: block;
    background-color: #fff;
    opacity: 0.6;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.close-btn.close-dark span {
    background-color: #022147;
}

.close-btn.close-danger span {
    background-color: red;
}

.close-btn span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn:hover {
  transform: rotate(45deg);
}

.close-btn.dark span {
    background-color: #022147;
}

.icon-2x {
    font-size: 2rem;
}

.icon-3x {
    font-size: 3rem;
}

.icon-4x {
    font-size: 4rem;
}

.border-0 {
    border: 0;
}

.bg-cover {
    background-size: cover;
}

.bg-lg {
    background-size: 600px;
}

.bg-parallax {
    background-attachment: fixed;
}

.bg-contain {
    background-size: contain;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bg-left {
    background-position: left;
}

.bg-right {
    background-position: right;
}

.bg-top {
    background-position: top;
}

.bg-bottom {
    background-position: bottom;
}
.bg-bottom-left {
    background-position: bottom left;
}
.bg-bottom-right {
    background-position: bottom right;
}

.container-fluid{
  padding-left: 150px;
  padding-right: 150px;
}

.sigma_menu-vertical{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.sigma_menu-vertical li,
.sigma_menu-vertical li + li{
  margin: 0;
}
.sigma_menu-vertical li a{
  padding: 40px 20px;
  display: block;
  color: #777777;
  text-transform: uppercase;
}
.sigma_menu-vertical li a:hover{
  color: #fff;
}

/*======================
1.1. Typography
========================*/

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 700;
  font-family: "Open Sans", serif;

}

h1 {
  font-size: 52px;
}

h2 {
  font-size: 44px;
}

h3 {
  font-size: 36px;
  line-height: 1.2;
}

h4 {
  font-size: 28px;
  line-height: 1.4;
}

h5 {
  font-size: 24px;
  line-height: 1.3;
}

h6 {
  font-size: 18px;
  line-height: 1.7;
}


p{
  font-size: 16px;
  color: #4B5563;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 15px;
  font-family: "Open Sans", serif;

}
a {
  color: #e20a17;
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-family: "Open Sans", serif;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #022147;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:focus,
h2 a:focus,
h3 a:focus,
h4 a:focus,
h5 a:focus,
h6 a:focus {
  color: #ec6a47;
}

a:hover,
a:focus {
    color: #ec6a47;
    text-decoration: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    outline: none;
}

b,
strong {
    font-weight: 700;
    color: #022147;
}

b span,
strong span{
  color: #777;
}

label {
    margin-bottom: 10px;
    color: #022147;
    font-weight: 600;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
}

ul li,
ol li {
    margin: 10px 0 0;
    position: relative;
}
.sigma_list{
  margin: 40px 0;
}
.sigma_list.list-2{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.sigma_list li {
  margin: 0;
  display: flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #022147;
  font-weight: 600;
}

.sigma_list li+li {
    margin-top: 20px;
}

.sigma_list li::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-rendering: auto;
  line-height: 1;
  font-size: 20px;
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 10px;
  color: #e20a17;
  background-color: #e6e8e7;
}

.sigma_list.sigma_list-2 li{
  font-weight: 400;
  font-size: 14px;
}

.sigma_list.sigma_list-2 li::before{
  width: auto;
  height: auto;
  background-color: transparent;
}

.small,
small {
  line-height: 1.7;
}

.text-main{
  color: var(--primary-color);
}
.text-sec{
  color: var(--secondary-color);
}
.blockquote-centered small{
  font-size: 18px;
}

.blockquote,
blockquote {
  position: relative;
  margin: 20px 0;
  font-size: 16px;
  color: #022147;
  padding: 10px 30px;
  background-position: center;
  background-size: cover;
  background-color: #f7f7f7;
  border-left: 2px solid var(--primary-color);
}
.blockquote-centered {
  text-align: center;
  color: #393939;
  border: 0;
  line-height: 1.6;
  position: relative;
  cursor: hand;
  font-size: 26px;
}
.blockquote-centered:before {
  position: absolute;
  content: "";
  background: url(https://demo.web3canvas.com/themeforest/our-church/images/quote-1.png) no-repeat;
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
}
.blockquote-centered:after {
  position: absolute;
  content: "";
  background: url(https://demo.web3canvas.com/themeforest/our-church/images/quote-2.png) no-repeat;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
}
@media (min-width: 767px)
{
.blockquote-centered {
    padding: 0 50px;
    font-size: 26px;
}
}

p.blockquote:before{
 content: "";
 position: absolute;
 left: -14px;
 top: 20px;
 width: 26px;
 height: 2px;
 background-color: var(--primary-color);
}

p.blockquote.light-border:before{
  background-color: rgba(255,255,255,.4);
}

.blockquote.light{
  background-color: transparent;
  color: #fff;
}
.blockquote.bg-transparent{
  color: #777;
}
.blockquote.light-border,
blockquote.light-border{
  border-left-color: rgba(255,255,255,.4);
}



.entry-content blockquote p,
blockquote p {
  position: relative;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  color: #022147;
}

blockquote cite{
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  color: #e20a17;
  display: block;
  margin: 0 0 10px;
}

/* blockquote::before{
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 240px;
  content: "\f105";
  color: #fff;
  font-family: flaticon;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
} */


.entry-content p,
.entry-content img {
    margin-bottom: 20px;
}

.entry-content .sigma_post-share {
    margin-bottom: 20px;
}

.entry-content p a{
  font-weight: 600;
  text-decoration: underline;
}

.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-15 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.border-25 {
    border-radius: 25px;
}

.sigma_image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.transform-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

/*======================
1.2 Section Spacings
========================*/
.section {
    position: relative;
    padding: 110px 0;
}
.section .container{
  position: relative;
}

.section.section-padding {
    padding: 80px 0;
}
.section.section-lg{
  padding: 110px 0 200px;
}
.section.section-md{
  padding: 80px 0 10px;
}


.sigma_section-fw {
    padding: 0 80px;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-50{
  margin-bottom: 50px;
}

.me-lg-30 {
    margin-left: 30px;
}

.section.section-padding.category_section {
    margin-top: -50px;
    padding-top: 0;
}
.section-title .badge{
  margin-bottom: 10px;
}

.section-title .subtitle {
  position: relative;
  margin-bottom: 15px;
  font-size: 16px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-title.text-start .subtitle{
    justify-content: flex-start;
}

.section-title.text-md-right .subtitle,
.section-title.text-end .subtitle{
  justify-content: flex-end;
}

.section-title.text-md-right,
.section-title.text-end{
  margin: 0 0 50px auto;
}

.section-title.text-md-right .subtitle::after,
.section-title.text-end .subtitle::after,
.section-title.text-start .subtitle::after{
  display: none;
}

.section-title .subtitle::after,
.section-title .subtitle::before{
  content: "\f067";
  font-family: "Font Awesome 5 Pro";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 14px;
  margin-right: 10px;
}

.section-title .subtitle::after{
  margin-right: 0;
  margin-left: 10px;
}

.section-title p{
  font-size: 16px;
}

.section-title.section-title-2{
  position: relative;
}
.section-title.section-title-2 .subtitle{
  color: #e20a17;
  background-color: #e6e8e7;
  display: inline-block;
  padding: 5px 20px;
  font-size: 13px;
}
.section-title.section-title-2 .subtitle.light{
  background-color: rgba(255,255,255,.4);
}
.section-title.section-title-2 .subtitle::before,
.section-title.section-title-2 .subtitle::after{
  display: none;
}
.small-text{
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
}

.section-title .title {
    position: relative;
    margin: 0;
    font-size: 46px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 700;
}

.section-title {
    position: relative;
    margin-bottom: 50px;
    max-width: 500px;
}
.section-title.text-center{
  margin: 0 auto 50px;
}

.section-title.flex-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 100%;
}

.section-title.flex-title .nav {
    margin-left: auto;
}

.section-title.flex-title .nav-item {
    margin: 0;
}

.section-title.flex-title .nav-item+.nav-item {
    margin-left: 10px;
}

.section-title.flex-title .nav-item .nav-link {
    margin: 0;
}

.section-button{
  margin-top: 30px;
}

.ov-hidden {
    overflow: hidden;
}

/*==================
1.3. Forms
====================*/
textarea {
    resize: none;
}

textarea.form-control {
    height: auto;
}

.form-control::-webkit-input-placeholder {
    color: #a5a5a5;
}

.form-control::-moz-placeholder {
    color: #a5a5a5;
}

.form-control:-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control::-ms-input-placeholder {
    color: #a5a5a5;
}

.form-control::placeholder {
    color: #a5a5a5;
}

.form-control {
    height: 60px;
    padding: 8px 15px;
    border-radius: 0;
    border: 2px solid #efefef;
    border-radius: 0;
    width: 100%;
    color: #6e6e6e;
    background-color: #fff;
    letter-spacing: 0.1px;
    font-size: 14px;
    appearance: auto;
    -webkit-appearance: auto;
}

.form-control.transparent{
  background-color: rgba(255,255,255,.1);
  border: 0;
}
.form-control.transparent:focus{
  background-color: rgba(255,255,255,.2);
  border: 0;
}

.form-control.dark{
  background-color: #f7f7f7;
  border: 0;
}
.form-control.dark:focus{
  background-color: #eaeaea;
  border: 0;
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #efefef;
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}
.form-group i{
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #e8e8e8;
}

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row>.col, 
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.input-with-icon {
    position: relative;
}

.input-with-icon input,
.input-with-icon select {
    padding-left: 40px;
}

.input-with-icon i {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 18px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a5a5a5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.input-with-icon input:focus+i,
.input-with-icon select:focus+i {
    color: #454545;
}

/*Checkboxes and radios*/
input[type="checkbox"],
input[type="radio"] {
  opacity: 0;
  position: absolute;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  font-weight: 400;
}

input[type="checkbox"]+label:before,
input[type="radio"]+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border: 1px solid #efefef;
  border-radius: 3px;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 16px;
  outline: 0;
  -webkit-transition: background-color .2s ease-out;
  -o-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
  width: 16px;
}

input[type="radio"]+label:before {
  border-radius: 50%;
}

input[type="checkbox"]+label:after,
input[type="radio"]+label:after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 5px;
  content: " ";
  transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  opacity: 0;
  transition: 0.3s;
}

input[type="radio"]+label:after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: #e20a17;
}

input[type=checkbox]:checked+label:before,
input[type=checkbox]:checked+label.switch-toggle:before {
  background-color: #e20a17;
  border-color: #e20a17;
}

input[type=checkbox]:checked+label:after,
input[type=radio]:checked+label:after {
  opacity: 1;
}

.custom-control-input:focus~.custom-control-label::before {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #e20a17;
}

.custom-control label {
    font-weight: 400;
}
.custom-form {
  padding: 40px 40px 10px;
  background-color: #022147;
}
.custom-form .form-control{
  background-color: transparent;
  border: 2px solid #383838;
  color: #fff;
}
.custom-form .form-group i{
  color: #fff;
  height: 100%;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  border-left: 2px solid #383838;
}

/*==================
1.4. Buttons
====================*/
.btn-link {
  position: relative;
  color: #022147;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}
.btn-link.h1{
  font-size: 2.5rem;
  max-width: 230px;
  display: block;
}

.btn-link:hover {
  color: #022147;
  text-decoration: none;
}
.btn-link i{
  transition: .3s;
  margin-left: 5px;
}
.btn-link:hover i{
  transform: translateX(5px);
}

.input-group-text {
  color: #fff;
  padding: 5px 20px;
  font-size: 22px;
  background-color: #e20a17;
  border: 1px solid #e20a17;
}

.sigma_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: var(--secondary-color);
    border: 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 15px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 0px;
    font-weight: 600;
    overflow: hidden;
    z-index: 1;
}

.sigma_btn-custom::before{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  background-color: #d43308;
  width: 10px;
  height: calc(100% - 15px);
  z-index: -1;
  transition: .3s;
  opacity: 0;
  visibility: hidden;
}

.sigma_btn-custom:focus::before,
.sigma_btn-custom:hover::before{
  width: calc(100% - 14px);
  opacity: 1;
  visibility: visible;
}

.sigma_btn-custom:hover,
.sigma_btn-custom:focus {
    color: #fff;
    outline: none;
}
.sigma_btn-custom.primary {
    background-color: #e20a17;
}

.sigma_btn-custom.transparent{
  background-color: transparent;
  border: 1px solid transparent;
  color: #022147;
}
.sigma_btn-custom.transparent::before{
  background-color: #ec6a47;
}
.sigma_btn-custom.transparent:hover,
.sigma_btn-custom.transparent:focus{
  color: #fff;
  border: 1px solid #efefef;
}

.sigma_btn-custom.primary::before {
  background-color: #ec6a47;
}

.sigma_btn-custom.dark{
  background-color: #022147;
  color: #fff;
  box-shadow: none;
}
.sigma_btn-custom.dark::before{
  background-color: #05356f;
}
.sigma_btn-custom.light:hover,
.sigma_btn-custom.light:focus,
.sigma_btn-custom.dark:hover,
.sigma_btn-custom.dark:focus{
  color: #fff;
}
.sigma_btn-custom.light {
    background-color: transparent;
    color: #022147;
    box-shadow: none;
    border: 2px solid #dcd9d9;
}

.sigma_btn-custom.light::before {
    background-color: #282828;
}
.sigma_btn-custom.white {
    background-color: #fff;
    color: #022147;
    box-shadow: none;
}
.sigma_btn-custom.white::before {
    background-color: #efefef;
}

.sigma_btn-custom.secondary {
    background-color: #022147;
    color: #fff;
}

.sigma_btn-custom.secondary::before{
    background-color: #05356f;
}

.sigma_btn-custom.btn-sm {
    padding: 12px 26px;
    font-size: 14px;
}
.sigma_btn-custom.btn-pill{
  border-radius: 55px;
}

.sigma_btn-custom i{
  margin-left: 10px;
}

.btn-group .sigma_btn-custom+.sigma_btn-custom {
    padding: 12px 14px;
}

.btn-group .sigma_btn-custom.btn-sm+.sigma_btn-custom.btn-sm {
    padding: 12px 16px;
}

.input-group-prepend,
.input-group-append{
  margin: 0;
  display: flex;
}

.input-group-append .sigma_btn-custom,
.input-group-append .sigma_btn-custom::before {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .sigma_btn-custom.dropdown-toggle.dropdown-toggle-split:hover::after {
    animation-name: BounceUpDown;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.btn-group.dropup .sigma_btn-custom.dropdown-toggle.dropdown-toggle-split:hover::after {
    animation-name: BounceDownUp;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
    animation-timing-function: ease-out;
}

.sigma_round-button{
  position: relative;
  display: inline-block;
}

.sigma_round-button > span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: 40px;
  line-height: 1;
  color: #022147;
}
.sigma_round-button > span span{
  font-size: 20px;
}
.sigma_round-button:hover{
  color: #777;
}
.sigma_round-button svg{
  width: 160px;
  height: 160px;
  overflow: visible;
}
.sigma_round-button i{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.sigma_round-button .sigma_round-button-stroke{
  fill: none;
  stroke: #efefef;
  stroke-width: 10;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  position: relative;
  z-index: -1;
  color: #efefef;
}
.sigma_round-button .sigma_round-button-circle{
  fill: none;
  stroke: #e20a17;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  stroke-dashoffset: 700;
  stroke-dasharray: 700;
  stroke-width: 20px;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-linecap: butt;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 2s;
  color: #e20a17;
  stroke-linecap: round;
}

.sigma_round-button .sigma_round-button-circle.secondary{
  color: #022147;
  stroke: #022147;
}

.sigma_round-button.sm svg{
  width: 100px;
  height: 100px;
}
.sigma_round-button.sm > span{
  font-size: 25px;
}
.sigma_round-button.sm > span span{
  font-size: 14px;
}


/*==================
1.5. Colors & Badges
====================*/
.custom-primary {
  color: var(--primary-color) !important;
}
.custom-secondary {
  color: #022147;
}

.twitter {
    background-color: rgb(44, 170, 225) !important;
    color: #fff;
}

.twitter:hover {
    background-color: #2caae1;
    color: #fff;
}

.facebook {
    background-color: rgb(59, 87, 157) !important;
    color: #fff;
}

.facebook:hover {
    background-color: #3b579d;
    color: #fff;
}

.google {
    background-color: rgb(220, 74, 56) !important;
    color: #fff;
}

.google:hover {
    background-color: #dc4a38;
    color: #fff;
}

.linkedin {
    background-color: rgb(1, 119, 181) !important;
    color: #fff;
}

.linkedin:hover {
    background-color: #0177b5;
    color: #fff;
}

.pinterest {
    background-color: rgb(204, 33, 39) !important;
    color: #fff;
}

.pinterest:hover {
    background-color: #cc2127;
    color: #fff;
}

.youtube {
    background-color: rgb(229, 45, 39);
    color: #fff;
}

.youtube:hover {
    background-color: #e52d27;
    color: #fff;
}

.github {
    background-color: rgb(51, 51, 51) !important;
    color: #fff;
}

.github:hover {
    background-color: #333333 !important;
    color: #fff;
}

.behance {
    background-color: rgb(23, 105, 255) !important;
    color: #fff;
}

.behance:hover {
    background-color: #1769ff;
    color: #fff;
}

.dribbble {
    background-color: rgb(234, 76, 137) !important;
    color: #fff;
}

.dribbble:hover {
    background-color: #ea4c89;
    color: #fff;
}

.reddit {
    background-color: rgb(255, 69, 0) !important;
    color: #fff;
}

.reddit:hover {
    background-color: #ff4500;
    color: #fff;
}

.light-bg {
    background-color: #f7f7f7;
}
.dark-bg{
  background-color: #022147;
}
.dark-bg-2{
  background-color: #282828;
}
.border-bottom-dark{
  border-bottom: 1px solid #2d2d2d;
}

.primary-bg {
    background-color: #022147;
}
.primary-dark-bg{
  background-color: #ec6a47;
}

.primary-light-bg{
  background-color: #f0fff0;
}

.secondary-bg {
    background-color: #022147;
}

.sigma_img-custom{
  position: relative;
  z-index: 1;
}
.sigma_img-custom img{
  width: 100%;
}


.badge{
  background-color: #f0fff0;
  padding: 6px 11px;
  font-size: 18px;
  border-radius: 0;
  display: inline-block;
  font-weight: 400;
  line-height: 1.2;
}
.badge.badge-primary{
  color: #e20a17;
  background-color: #f0fff0;
}
.badge.badge-secondary{
  color: #022147;
  background-color: #022147;
}

/*=============================
1.6 Modal, Popups & Dropdowns
==============================*/
.modal-header .close {
    background-color: #020202;
    opacity: 1;
    margin: 0;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 0;
    color: #fff;
    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;
    text-shadow: none;
}

.modal-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-header .close:not(:disabled):not(.disabled):hover {
    background-color: #dd3333;
    opacity: 1;
}

.modal-lg {
    max-width: 1000px;
}

.modal-content {
    border-radius: 0;
    border: 0;
}

.modal-body {
    padding: 40px;
}

.dropdown-menu {
    padding: 10px;
    font-size: 14px;
    color: #777;
    border: 1px solid #efefef;
    box-shadow: 0 4px 24px rgba(0, 0, 0, .1);
}

.dropdown-item {
    padding: 6px 10px;
    font-weight: 600;
    color: #777;
    border-radius: 8px;
}

.dropdown-item i {
    display: inline-block;
    width: 25px;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #f8f9fa;
    color: #16181b;
}

/*======================
1.7 Tables
========================*/
table{
  margin-bottom: 30px;
}
table th,
table td {
    padding: 15px;
    vertical-align: middle;
    background-color: #fff;
}

table th {
    font-weight: 700;
    color: #022147;
    font-size: 16px;
    border: 1px solid #efefef;
}

table {
    width: 100%;
    margin-bottom: 30px;
}

table td {
    border: 1px solid #efefef;
}

table img {
    width: 40px;
    border-radius: 0;
}

.thead-dark tr th{
  background-color: #022147;
  color: #fff;
  border-color: #32383e;
}

/*======================
1.8 Tabs
========================*/
.tab-content {
    margin-top: 20px;
}

.nav-item {
  margin: 0;
}
.nav-tabs{
  border-bottom: 0;
}
.nav-tabs .nav-link{
  padding: 10px 20px;
  font-weight: 600;
  color: #022147;
  background-color: #f7f7f7;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
  color: #e20a17;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover,
.nav-tabs .nav-link{
  border: 0;
  border-radius: 0;
}
.nav-tabs .nav-item + .nav-item{
  margin-left: 5px;
}
.nav-tabs .nav-link i{
  margin-right: 5px;
  color: #e20a17;
}
.sigma_product-additional-info .nav-link.active,
.nav-link.active {
  border-bottom: 2px solid #e20a17;
  font-weight: 600;
  color: #e20a17;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active{
  border-bottom: 2px solid #e20a17;
  font-weight: 600;
}

/*======================
1.9. Social media links
========================*/
.sigma_sm {
    display: flex;
    align-items: center;
    margin: 0;
}

.sigma_sm li {
    margin: 0;
}

.sigma_sm li a {
    display: inline-block;
}

.sigma_sm li+li {
    margin-left: 10px;
}

.sigma_sm.square li a{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-color);
  color: #fff;
}

.sigma_sm.square.light li a{
  background-color: #f7f7f7;
  color: #022147;
}

.sigma_sm.square.light li a:hover,
.sigma_sm.square li a:hover{
  background-color: #e20a17;
  color: #fff;
}
/*======================
2. Header
========================*/

.sigma_header.header-fw .sigma_header-top > .container,
.sigma_header.header-fw .sigma_header-middle > .container,
.sigma_header.header-fw .sigma_header-bottom > .container{
  width: 100%;
  max-width: 100%;
  padding-left: 4vw;
  padding-right: 4vw;
}

@keyframes fadeHeaderInDown {
  0% {
    opacity:0;
    transform:translate3d(0, -100%, 0);
  }
  100% {
    opacity:1;
    transform:translate3d(0, 0, 0);
  }
}

.sigma_header.sticky.header-1 .sigma_header-middle{
  position: fixed;
  top: -100%;
  width: 100%;
  z-index: 990;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.sigma_header.header-1.sticky .sigma_header-middle{
  top: 0;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  animation-name:fadeHeaderInDown;
}
.sigma_header.header-1.sticky:not(.header-light) .sigma_header-middle{
  background-color: #fff;
}

.sigma_header.header-1.sticky .sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover{
  color: #e20a17;
}

.header-absolute {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
.header-absolute .sigma_header-middle,
.header-absolute .sigma_header-bottom,
.header-absolute .sigma_header-top{
  background-color: transparent;
}
.header-absolute.sigma_header{
  padding: 10px 0;
}

.sigma_header.header-1.sticky .sigma_header-middle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 190;
    box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
    background-color: #fff;
}
.sigma_header.header-1.sticky .aside-toggler span{
  background-color: #fff;
}
.sigma_header.header-1.sticky .aside-toggler:hover span{
  background-color: #e20a17;
}
.sigma_header.header-1.sticky .sigma_header-controls-inner li a i,
.sigma_header.header-1.sticky.header-light .sigma_header-controls-inner li a i{
  color: #fff;
}
.sigma_header.header-1.sticky .aside-toggler.desktop-toggler span,
.sigma_header.header-1.sticky.header-light .aside-toggler.desktop-toggler span{
  background-color: #fff;
}

.sigma_header-top {
  background-color: #022147;
  border-bottom: 1px solid #022147;
  padding: 0;
}

.sigma_header-top .sigma_sm li+li{
  margin-left: 20px;
}

.header-absolute .sigma_header-top{
  border-bottom: 1px solid #efefef;
}

.sigma_header-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sigma_header-top-links {
    display: flex;
    align-items: center;
    margin: 0;
}

.sigma_header-top-links li {
    margin: 0;
}
.sigma_header-top-links li a i{
  margin-right: 10px;
}
.sigma_header-top-links > li + li > a{
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #022147;
}

.sigma_header-top .live{
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
}

.sigma_header-top .live i{
  font-size: 10px;
  color: #e20a17;
  transition: 0.3s;
  margin-right: 4px;
  animation: fadeInOut 2s linear infinite;
}
.header-absolute .sigma_header-top-links > li + li > a{
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  margin-left:145px;
}

.sigma_header-top-sm li a,
.sigma_header-top-links a {
    color: #fff;
}

.sigma_header-top-sm li a:hover,
.sigma_header-top-links a:hover {
    color: #e20a17;
}

.sigma_header-top-links a {
    font-weight: 400;
    font-size: 13px;
    padding: 15px 0;
    line-height: normal;
    display: flex;
    align-items: center;
}

.sigma_header-top-links .sigma_account a {
    padding: 0;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 10px 0;
}

.sigma_header-top-cta a{
  height: 100%;
  margin-left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sigma_header-top-user{
  margin-left: 30px;
  max-width: 40px;
}

.sigma_header-middle {
  width: 100%;
  background-color: #027b9d;
}

.sigma_header-middle .navbar {
  padding: 0;
  background: #ffffffcc;
  padding: 0 35px;
  border-radius: 50px;
  width: 80%;
  margin-inline: auto;
  margin-top: 30px;
  z-index: 9;
  box-shadow: 0 2px 2px #9f9f9f;
}

.navbar-brand img {
    height: 75px;
}

/* Logo */
.header-2 .sigma_logo-wrapper{
  position: relative;
  background-color: #fff;
  height: 113px;
  padding: 0 30px;
  margin-bottom: -30px;
  z-index: 3;
  display: flex;
  box-shadow: 0px 10px 50px 0px rgba(53,82,99,0.09);
  align-items: center;
}
.header-2 .sigma_logo-wrapper .navbar-brand{
  margin-right: 0;
}

/* Controls */
.sigma_header-controls {
    display: flex;
    align-items: center;
}

.sigma_header-controls-inner {
    display: flex;
    align-items: center;
    margin: 0;
}

.sigma_header-controls-inner li {
    margin: 0;
    position: relative;
}

.sigma_header-controls-inner li + li{
  margin-left: 15px;
}

.sigma_header-controls-inner li a {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #efefef;
}

.sigma_header-controls-inner li a i {
    font-size: 21px;
    color: #022147;
}

.sigma_header-controls-inner li a:hover {
    background-color: #f7f7f7;
}

.sigma_header-controls-inner li:last-child a {
    margin-right: 0;
}


/* cart and cart dropdown */

.sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-cart > a,
.sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-wishlist > a {
    width: auto;
    height: auto;
    font-weight: 600;
    border-radius: 50%;
    border: 0;
    padding: 23px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-3 .sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-cart > a,
.header-3 .sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-wishlist > a{
  padding: 20px 6px;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-cart > a:hover,
.sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-wishlist > a:hover{
  background-color: transparent;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li > a:hover i,
.sigma_header-controls.style-2 .sigma_header-controls-inner li > a:hover i{
  color: #e20a17;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-cart .number{
  position: absolute;
  right: -7px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-color: #e20a17;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 12px;
  line-height: 0;
}

.header-3 .sigma_header-controls.style-2 .sigma_header-controls-inner li.sigma_header-cart .number{
  top: 5px;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li a i,
.sigma_header-controls.style-2 .sigma_header-controls-inner li a i {
    font-size: 20px;
    color: #777;
    font-weight: 600;
    line-height: 1;
}

.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content {
    margin-left: 15px;
}

.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #022147;
}

.sigma_header-controls-inner li.sigma_header-cart .sigma_header-cart-content span+span {
    color: #e20a17;
}



/* Controls Style 2 */
.sigma_header-controls.style-2 .aside-toggler.desktop-toggler,
.sigma_header-controls.style-2 .sigma_header-controls-inner li a{
  width: auto;
  height: auto;
  border-radius: 0;
  border: 0;
}
.sigma_header-controls.style-2 .aside-toggler span{
  margin-left: auto;
}

.sigma_header-controls.style-2 .sigma_header-controls-inner li a:hover{
  background-color: transparent;
}

.sigma_header-inner ul.navbar-nav > li > a{
  padding-left: 10px;
  padding-right: 10px;
} 

/* Header Bottom */
.sigma_header-bottom {
    background-color: #022147;
}

.sigma_header-bottom-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sigma_header-bottom-inner .navbar-nav,
.sigma_header-middle .navbar-nav {
    display: flex;
    align-items: center;
    flex-direction: row;
}

.sigma_header-bottom-inner .navbar-nav .menu-item,
.sigma_header-middle .navbar-nav .menu-item {
    margin: 0;
}

.sigma_header-bottom-inner>.navbar-nav>.menu-item>a,
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
  position: relative;
  padding: 20px;
  color: #fff;
  display: block;
}

.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
    color: #000;
    padding: 30px 21px;
    font-size: 16px;
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a::before{
  content: '';
  width: 100%;
  height: 0;
  transition: .3s;
  background-color: #fff;
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover::before{
  height: 100%;
}



.sigma_header-bottom-inner>.navbar-nav>.menu-item:first-child>a,
.sigma_header-middle .navbar>.navbar-nav>.menu-item:first-child>a {
    padding-left: 0;
}

.sigma_header-bottom-inner .navbar-nav .menu-item-has-children,
.sigma_header-middle .navbar-nav .menu-item-has-children {
    position: relative;
}

.sigma_header .sub-menu,
.sigma_flex-menu .sub-menu,
.sigma_header .cart-dropdown {
    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);
}

.sigma_flex-menu>ul {
    display: flex;
    margin: 0;
    align-items: center;
}

.sigma_flex-menu ul li {
    margin: 0;
}

.sigma_flex-menu>ul>li>a {
    padding: 0 10px 20px 10px;
    display: block;
    font-weight: 600;
    color: #022147;
}

.sigma_flex-menu>ul>li>a:hover {
    color: #e20a17;
}

.sigma_flex-menu>ul>li:first-child>a {
    padding-left: 0;
}

.sigma_header .sub-menu.sub-menu-left,
.sigma_flex-menu .sub-menu.sub-menu-left {
    left: auto;
    right: 0;
}

.sigma_header-middle .navbar-nav .menu-item-has-children:hover>.sub-menu,
.sigma_header-bottom-inner .navbar-nav .menu-item-has-children:hover>.sub-menu,
.sigma_search-adv-cats:hover .sub-menu,
.sigma_header-top-links .menu-item-has-children:hover .sub-menu,
.sigma_flex-menu .menu-item-has-children:hover .sub-menu,
.sigma_header ul li:hover .cart-dropdown {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.sigma_header .sub-menu a,
.sigma_flex-menu .sub-menu a,
.sigma_header .cart-dropdown a,
.sigma_header .cart-dropdown p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    color: #777;
    font-weight: 400;
}

.sigma_header .sub-menu a:hover,
.sigma_flex-menu .sub-menu a:hover {
  color: #e20a17;
  transform: translateX(5px);
}

.sigma_header-middle .navbar-nav .menu-item-has-children .sub-menu .sub-menu,
.sigma_header-bottom-inner .navbar-nav .menu-item-has-children .sub-menu .sub-menu,
.sigma_search-adv-cats .sub-menu .sub-menu,
.sigma_header-top-links .menu-item-has-children .sub-menu .sub-menu,
.sigma_flex-menu .menu-item-has-children .sub-menu .sub-menu{
    top: 0;
    left: 100%;
}

.sigma_header .sub-menu .menu-item-has-children>a>span,
.sigma_flex-menu .sub-menu .menu-item-has-children>a>span {
    transform: rotate(-90deg);
}

.sigma_search-adv form {
    display: flex;
}

.sigma_search-adv-cats {
    position: relative;
    background-color: #f7f7f7;
    border-radius: 25px 0 0 25px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.sigma_search-adv-cats label {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    color: #777;
    font-weight: 400;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    margin: 0;
    transition: .3s;
}

.sigma_header .sub-menu label:hover {
    background-color: #f7f7f7;
}

.sigma_search-adv-cats label input {
    position: absolute;
    opacity: 0;
    visibility: hidden
}

.sigma_search-adv-cats label input+i {
    color: #30ca71;
    transition: .3s;
    visibility: hidden;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    font-size: 12px;
}

.sigma_search-adv-cats label input:checked+i {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.sigma_search-adv-cats>span {
    color: #022147;
    font-size: 13px;
    font-weight: 600;
}

.sidebar-widget .sigma_search-adv-input {
    width: 100%;
}

.sidebar-widget .custom-control-label {
    font-weight: 400;
}

.sigma_search-adv-input {
    position: relative;
}
.sigma_search-adv-input .form-control{
  background-color: #f53400;
  border: 0;
  color: #fff;
  box-shadow: none;
}
.sidebar-widget .sigma_search-adv-input .form-control{
  background-color: #f7f7f7;
  color: #6e6e6e;
}
.sidebar-widget .sigma_search-adv-input .form-control::placeholder{
  color: #a5a5a5;
}
.sigma_search-adv-input .form-control::placeholder{
  color: #fff;
}
.sigma_search-adv-input button {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 0;
    background-color: #ec6a47;
    color: #fff;
    transition: .3s;
}

.sigma_search-adv-input button:hover {
    color: #fff;
}

.sigma_search-adv-cats .sub-menu li,
.sigma_search-adv-cats .sub-menu {
    margin: 0;
}


/* --Dropdown-- */

.sigma_header .cart-dropdown{
  display: block;
  left: auto;
  right: 0;
}
.sigma_header .cart-dropdown li + li{
  margin-left: 0;
}

.sigma_header .cart-dropdown li a,
.sigma_header .sigma_header-controls.style-2 .cart-dropdown li a{
  border-bottom: 1px solid #efefef;
  transition: 0.3s;
}

.sigma_header .sigma_user-avatar .cart-dropdown li a{
  text-transform: capitalize;
  font-size: 16px;
}

.sigma_header .sigma_user-avatar .cart-dropdown li a:hover{
  color: #e20a17;
}

.sigma_header .cart-dropdown li h6{
  margin-bottom: 5px;
}
.sigma_header .cart-dropdown li a:hover h6{
  color: #e20a17;
}

.sigma_search-form-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0,0,0,.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-form-wrapper.open {
  opacity: 1;
  visibility: visible;
}
.sigma_search-form-wrapper .close-btn {
  position: absolute;
  top: 60px;
  right: 60px;
}
.sigma_search-form-wrapper .close-btn span{
  height: 40px;
}
.sigma_search-form-wrapper form {
  position: relative;
  width: 70%;
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  -webkit-transform: scale(.5);
  -ms-transform: scale(.5);
  transform: scale(.5);
  opacity: 0;
  visibility: hidden;
}
.sigma_search-form-wrapper.open form {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.sigma_search-form-wrapper form input {
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #fff;
  padding: 20px 0;
  font-size: 40px;
  width: 100%;
  outline: none;
  color: #fff;
}
.sigma_search-form-wrapper form input::placeholder{
  color: #fff;
}
.sigma_search-form-wrapper .sigma_search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  outline: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  padding: 0;
}
.sigma_header-custom-link{
  display: flex;
  align-items: center;
}
.sigma_header-custom-link i{
  font-size: 20px;
  color: #e20a17;
  margin-right: 10px;
}

/*header-light*/
.header-light .sigma_header-middle .navbar>.navbar-nav>.menu-item>a{
  color: #fff;
}
.header-light.sticky .sigma_header-middle .navbar>.navbar-nav>.menu-item>a{
  color: #022147;
}

.header-light  .sigma_header-custom-link{
  color: #fff;
}

.header-light .sigma_header-controls-inner li a i{
  color: #fff;
}

.header-light .aside-toggler span,
.header-light .aside-toggler.desktop-toggler span{
  background-color: #fff;
}

.header-light .sigma_header-middle .navbar>.navbar-nav>.menu-item>a:hover,
.header-light .sigma_header-top-sm li:hover a{
  color: #e20a17;
}

/* Mega Menu */
.navbar-nav .menu-item.mega-menu-wrapper {
    position: static;
}
.navbar-nav .menu-item.mega-menu-wrapper .sub-menu li > img{
  position: absolute;
  width: 410px;
  right: 20px;
  bottom: 0;
}

.navbar-nav .menu-item.mega-menu-wrapper .sub-menu {
    width: 100%;
    padding: 10px;
}

.navbar-nav .menu-item.mega-menu-wrapper .sub-menu li a{
  padding: 10px 20px;
}

.mega-menu-promotion-wrapper {
    margin-top: 30px;
}

.navbar-nav .mega-menu-promotion {
    text-align: center;
}

.navbar-nav .mega-menu-promotion>a {
    display: block;
    padding: 0;
}

.navbar-nav .mega-menu-promotion img {
    width: 150px;
    margin-bottom: 5px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.navbar-nav .mega-menu-promotion:hover img {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.mega-menu-promotion-text h4 {
    margin-bottom: 5px;
    font-size: 18px;
}

.mega-menu-promotion-text span {
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #848486;
}

.navbar-nav .mega-menu-promotion-text h4 a {
    display: block;
    padding: 0;
    color: #022147;
}

.navbar-nav .mega-menu-promotion-text h4 a:hover {
    color: #ED4E53;
}

.navbar-nav .mega-menu-item h6 {
    margin-bottom: 10px;
    font-size: 24px;
}

.navbar-nav .mega-menu-item p {
    padding: 10px 0;
}

.navbar-nav .mega-menu-item a {
    display: block;
    font-weight: 400;
    padding: 10px 0;
}

.navbar-nav .mega-menu-item a:last-child {
    border-bottom: 0;
}

.navbar-nav .mega-menu-item a:hover {
    background-color: transparent;
    color: #e20a17;
}

.navbar-nav .mega-menu-item .sigma_btn-custom {
    display: inline-block;
    padding: 12px 30px;
    color: #fff;
    font-weight: 600;
}

.navbar-nav .mega-menu-item .sigma_btn-custom:hover {
    color: #fff;
    background-color: #ec6a47;
}

.navbar-nav .mega-menu-item a.coming-soon {
    color: #f5f5f5;
    cursor: default;
}

.navbar-nav .mega-menu-item a.coming-soon span {
    margin-left: 5px;
    font-size: 12px;
}

/*sigma_header-controls*/
.sigma_header-controls {
    display: flex;
    align-items: center;
}

.sigma_header-controls ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding-right: 41px!important;
}

.sigma_header-controls ul>li {
    margin-top: 0;
}

.sigma_header-controls ul>li>a {
  position: relative;
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
}

.sigma_notification-count {
  background: #e20a17;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  border-radius: 50%;
  line-height: normal;
  position: absolute;
  top: -10px;
  right: -10px;
}

.sigma_header-contact{
  display: flex;
  align-items: center;
}
.sigma_header-contact i{
  font-size: 40px;
  line-height: 1;
  margin-right: 10px;
}
.sigma_header-contact span{
  font-size: 12px;
  color: #777;
  text-transform: uppercase;
  font-weight: 600;
}
.sigma_header-contact h6{
  margin: 0;
  line-height: 1;
}

/* Mobile sidenav */
.aside-toggler {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
    transition: .3s;
}

.aside-toggler.desktop-toggler {
    display: flex;
    height: 58px;
    width: 58px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    transition: .3s;
    border-radius: 8px;
    border: 1px solid #efefef;
}

.aside-toggler.desktop-toggler span {
    background-color: #e20a17;
}

.aside-toggler.desktop-toggler:hover {
    background-color: transparent;
}

.aside-toggler span {
    display: block;
    margin-bottom: 4px;
    width: 20px;
    height: 1px;
    border-radius: 0;
    background-color: #fff;
    transition: .3s;
    transform-origin: right;
}
.aside-toggler span:nth-child(even){
  width: 30px;
}

.sigma_header-controls.style-2 .aside-toggler.style-2,
.aside-toggler.style-2{
  display: none;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 4px;
}
.sigma_header-controls.style-2 .aside-toggler.style-2.desktop-toggler,
.aside-toggler.style-2.desktop-toggler{
  display: grid;
}

.aside-toggler.style-2 span{
  width: 8px;
  height: 8px;
  margin: 0;
}
.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;
}

.aside-toggler.style-2:hover span:nth-child(2),
.aside-toggler.style-2:hover span:nth-child(7),
.aside-toggler.style-2:hover span:nth-child(9),
.aside-toggler.style-2:hover span:nth-child(8){
  opacity: .4;
}


.aside-toggler.style-2:hover span{
  width: 8px;
  height: 8px;
  background-color: #e20a17;
}

.sigma_aside {
  position: fixed;
  top: 0;
  left: -300px;
  width: 300px;
  height: 100%;
  background-color: #fff;
  z-index: 999;
  transition: .5s cubic-bezier(.77,0,.175,1);
  overflow: auto;
}

.sigma_aside-overlay.aside-trigger-left,
.sigma_aside.sigma_aside-left {
    display: none;
}

.sigma_aside.sigma_aside-right {
    left: auto;
    right: -400px;
    padding: 30px;
    width: 400px;
}

.sigma_aside.sigma_aside-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .3;
    z-index: -1;
    background-position: 0 130%;
    background-repeat: no-repeat;

}

.sigma_aside.sigma_aside-right .sidebar {
    display: none;
}

.sigma_aside.open {
    left: 0;
}

.sigma_aside.sigma_aside-right.open {
    left: auto;
    right: 0;
}

.sigma_aside.open+.sigma_aside-overlay {
    opacity: 1;
    visibility: visible;
}

.sigma_aside-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
    background-color: rgba(0, 0, 0, .2);
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}

.sigma_aside ul {
    margin: 0;
}

.sigma_aside ul .menu-item {
    margin: 0;
}

.sigma_aside ul .menu-item a {
    padding: 10px 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    color: #fff;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sigma_aside ul .menu-item a:hover,
.sigma_aside ul .menu-item a.active {
    color: #e20a17;
}

.navbar-nav .menu-item-has-children>a::after,
.sigma_aside ul .menu-item.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;
}
.navbar-nav .menu-item-has-children>a::after{
  margin-left: 10px;
}
.navbar-nav .sub-menu .menu-item-has-children>a::after{
  content: "\f054";
}

.sigma_aside ul .menu-item .sub-menu {
    display: none;
    background-color: #f7f7f7;
}

.sigma_aside .navbar-brand {
    padding: 10px 15px;
    display: block;
    width: 200px;
    margin: auto;
    align-items: center;
}

.sigma_aside .wp-block-social-links svg{
  fill:#fff;
}

.sigma_aside.sigma_aside-right .sidebar-widget .widget-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    font-size: 22px;
}

.sigma_aside.sigma_aside-right .sidebar-widget.widget-categories-icons+.sidebar-widget {
    margin-top: 0;
}
.sigma_aside.sigma_aside-right .sidebar-widget{
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}

/* -- Aside trigger Hover sequence -- */
.aside-toggler:hover span {
  width: 30px;
}

/* Header Cart */
.sigma_cart-sidebar-wrapper.sigma_aside{
  padding: 0;
  width: 60vw;
  max-width: 1200px;
  right: -1200px;
}
.sigma_cart-sidebar{
  display: flex;
  flex-direction: column;
  height: 100%;
}

.sigma_cart-sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  text-transform: uppercase;
}
.sigma_cart-sidebar-body {
  position: relative;
  padding: 0 40px;
  height: calc(100% - 245px);
  overflow-y: auto;
}

.sigma_cart-sidebar-header .close-btn span {
  height: 30px;
  opacity: 1;
}
.sigma_cart-sidebar-header h4{
  margin: 0;
  font-size: 30px;
}
.sigma_cart-sidebar-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #f9f9f9;
  padding: 40px;
  margin-top: auto;
}
.sigma_cart-sidebar-footer h4 {
  margin: 0;
  font-size: 20px;
}
.sigma_cart-sidebar-footer h4 span {
  font-size: 28px;
  margin-left: 10px;
}

.cart-open .sigma_cart-sidebar-wrapper.sigma_aside{
  right: 0;
}
.cart-open .sigma_aside-overlay.sigma_cart-sidebar-overlay{
  opacity: 1;
  visibility: visible;
}

.sigma_cart-sidebar-item{
  position: relative;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 2px dashed #9F9E9E;
}
.sigma_cart-sidebar-item:last-child{
  border-bottom: 0;
}
.sigma_cart-sidebar-item-body{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 270px;
  display: -ms-flexbox;
  display: flex;
}
.sigma_cart-sidebar-item-body img{
  margin-right: 15px;
  width: 90px;
}
.sigma_cart-sidebar-item-body-inner{
  flex: 1;
}
.sigma_cart-sidebar-item-body-inner h5{
  margin-bottom: 10px;
}

/* 2.1. Header Style 2 */
.header-2 .sigma_header-middle .navbar{
  align-items: unset;
}

.header-2 .sigma_header-controls.style-2{
  padding: 0 30px;
  border-right: 1px solid #efefef;
}

.header-2 .sigma_header-controls.style-1 a{
  padding: 0 30px;
  border-left: 1px solid #efefef;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 30px;
  justify-content: center;
}

.header-2 .sigma_header-controls .sigma_btn-custom{
  margin-left: 30px;
}

.header-2 .sigma_header-middle .navbar-nav{
  margin-left: 50px;
  margin-right: auto;
}
.header-2 .sigma_header-middle .sigma_header-button{
  margin-right: 50px;
  margin-left: auto;
}

/* 2.2. Header Style 3 */

.header-absolute.sigma_header.header-3{
  padding:10px 15px;
}
.sigma_header.header-3 .sigma_header-middle{
  background-color: #fff;
}

.header-3 .sigma_header-middle .navbar{
  align-items: unset;
}

.header-3 .sigma_logo-wrapper{
  border-right: 1px solid #efefef;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-3 .sigma_logo-wrapper .navbar-brand{
  margin: 0;
}

.header-3 .sigma_header-controls{
  padding: 20px;
  border-left: 1px solid #efefef;
}

.sigma_header-inner{
  flex: 1;
}
.sigma_header-inner ul > li > a{
  color: #022147;
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 13px;
  position: relative;
  display: block;
  font-weight: 600;
}

.sigma_header.header-3 .sigma_header-inner ul > li ul.sub-menu li a{
  font-size: 16px;
  text-transform: capitalize;
  padding:0 10px;
}

.sigma_header-inner .navbar-nav,
.sigma_header-inner .sigma_header-top{
  padding: 0 15px;
}

.sigma_header.header-3 .sigma_user-avatar > a{
  padding-left: 6px;
  padding-right: 6px;
}

/* 2.1. Header Style 4 */
.sigma_header.header-4.header-absolute{
  padding: 0;
}
.sigma_header.header-4.header-absolute .sigma_header-top{
  border-bottom: 0;
}

.sigma_header.header-4 .sigma_header-top-inner{
  align-items: center;
  justify-content: space-between;
}



.sigma_header.header-4 .sigma_header-button{
  margin-left: auto;
  margin-right: 30px;
}

.sigma_header.header-4 .sigma_header-middle .navbar-nav{
  margin-left: 20px;
}
.sigma_header.header-4 .sigma_sm li a{
  color: #777;
}
.sigma_header.header-4 .sigma_sm li a:hover{
  color: #e20a17;
}

.sigma_header.header-4 .sigma_header-top-links a{
  color: #022147;
  font-weight: 600;
}
.sigma_header.header-4 .sigma_header-top-links a:hover{
  color: #e20a17;
}

.sec_padding{
  padding: 60px 0;
}

.sigma_header-middle{
  background-color: #000;
  position:absolute;
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1220px;
}
}

/* banner section */
.banner_section{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}



.banner_section video {
  width: 100%;
  height: calc(100vh - 0px);
  object-fit: cover;
}

.banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.banner-content h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  text-shadow: 0 2px 6px #000;
}

.sigma_aside-left {
  background-color: #007C9D;
}

.header_btn{
  border: 2px solid !important;
  padding: .667em 1.333em !important;
  background-color: var(--secondary-color);
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
}

.banner_section h1{
  font-size: 54px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.banner_section p {
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  margin-top: 18px;
  text-shadow: 0 2px 6px #000;
}

.banner_btn{
  margin-top: 36px;
  margin-bottom: 54px;
}

.site_btn{
  background-color:var(--primary-color);
  padding: .667em 1.333em;
  border-radius: 6px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  color: #fff;
}

.site_btn.inverse{
  background-color: #fff;
  color: #1F2937;
}

.division-wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.division-box{
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}

.division-box img{
  height: 80px;
}
.division p {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  border-image-source: linear-gradient(to right, transparent, #fff, transparent);
  border-image-slice: 1;
}


/* why_choose */

.why_choose{
  position: relative;
}

.why_choose::before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: url("../img/mountain.jpg");
  background-size: cover;
  background-position:center;
  opacity: 0.1;
}


.why_choose strong{
  color: #4B5563;
  font-size: 18px;
}

.why_choose h2{
  font-size: 36px;
  color: #1f2937;
  font-weight: 500;
  margin: 9px 0;
  line-height: 1.3;

}

.why_choose p{
  font-size: 16px;
  color: #4B5563;
}

.why_choose span{
  background-color: var(--secondary-color);
}

.why_choose .site_btn{
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.why_choose .btn_sec{
  margin-top: 27px;
}

.why_choose .img_container img{
  border-radius: 8px;
}

.info_wrapper{
  display: flex;
  gap: 18px;
  align-items: center;
}

.info_text h3{
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 0;
}

.info_text p{
  line-height: 1.6;
  font-size: 14px;
  color: #6e7787;
  margin-bottom: 0;
}

/* journey */



.site_header h2 {
    font-size: 44px;
    color: #1F2937;
    margin-bottom: 18px;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 2px solid;
    border-image-source: linear-gradient(to right, transparent, #000000, transparent);
    border-image-slice: 1;
    display: inline-block;
}

.site_header{
  margin-bottom: 20px;
}

.site_header p{
  font-size: 18px;
  color: #4B5563  ;
}

.site_header span{
  font-size: 14px;
  color: #007798;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.feature-wrapper h3 {
  font-size: 22px;
}

.feature-wrapper {
  box-shadow: 1px 2px 6px #bdbdbd;
  padding: 30px;
  height: 100%;
  border-radius: 15px;
}

.feature-wrapper p{
  font-size: 16px;
}

.form-style7 {
  background-color: #FDE5D8;
  padding: 70px 60px;
}

select, .form-control, .form-select, textarea, input {
  height: 60px;
  padding: 0 45px 0 30px;
  border: 1px solid var(--border-color);
  color:000;
  background-color: #fff;
  border-radius: 9999px;
  border-radius: 0;
  font-size: 16px;
  width: 100%;
}

@media (min-width:767px){

.journey_text{
  padding-left: 36px;
}
.accordion{
  width: 70%;
  margin-inline: auto;
}
}

.journey_text span{
  font-size: 36px;
  font-weight: 400;
  color: #4B5563;
}

.journey_text h3{
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  line-height: 1.3;
}
.journey .row:nth-child(n+2) {
  margin-top: 72px;
}

.testi_wrapper{
  border: 1px solid #E6E9EF;
  padding: 20px;
  border-radius: 16px;
  height: 100%;
}

.testi_wrapper img{
  height: 75px;
  width: 75px;
  border-radius: 50%;
  margin-right: 20px;
}

.testi_info h6{
  font-size: 16px;
  font-weight: 400;
  color: #4B5563;
  margin-bottom: 0;
}

.testi_info p{
  color: #6e7787;
  font-size: 14px;
}

.testi_content h4{
  font-size: 18px;
  color: #1F2937;
  font-weight: 600;
  margin-top: 27px;
}

.feature{
  background-color:#EBFAFF;
}

.testi_wrapper.feature h4{
  font-size: 22px;
}
.testi_wrapper.feature p{
  font-size: 14px;
}

.testi_wrapper.feature img{
  margin-bottom: 20px;
}

.main_row .col-lg-3:not(:last-child){
  margin-bottom: 30px;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 1.25rem;
  font-size: 22px;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
  font-weight: 600;
}


.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125);
  border-left: none;
  border-top: none;
  border-right: none;
}
.accordion-button:focus {
  z-index: 3;
  border-color: unset;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: unset;
  background-color: unset;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}

.article{
  background-color: #F8FAFC;
}
.badge {
  background-color: #E6E9EF;
  color: #4B5563;
  padding: 6px 11px;
  font-size: 18px;
  border-radius: 0;
  /* display: inline-block; */
  font-weight: 400;
  line-height: 1.2;
  width: min-content;
  border-radius: 50px;
}

.article_wrapper{
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.article_wrapper h3{
  font-size: 28px;
  color: #1f2937;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0;
}
.article_wrapper img{
  height: 400px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.article_footer p{
  font-size: 14px;
}

.book_now {
  background: linear-gradient(135deg, rgb(35, 124, 158) 0%, rgb(109, 182, 210) 100%);
}

.book_now h3{
  font-size: 44px;
  font-weight: 600;
  color: #fff;
}
.book_now .header_btn {
  border: 2px solid #fff !important;
  padding: .667em 1.333em !important;
  background-color: var(--secondary-color);
  border-radius: 6px;
  line-height: 1;
  display: inline-block;
  color: #fff !important;
  border-radius: 50px;
  font-size: 22px;
}
.book_now_wrapper {
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.main_footer{
  padding-top: 74px;
  padding-bottom: 36px;
}
.wp-block-social-links {
  display: flex;
  gap: 12px;
}
.footer_title{
  font-size: 14px;
  text-transform: uppercase;
  color: #1F2937;
  font-weight: 600;
  letter-spacing: 1px;

}

.footer_link{
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer_link li a{
  font-size: 16px;
  color: #4B5563;
  font-weight: 400;
}
.footer_link li{
  margin-top: 0;
}

.bottom_text{
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}

.page_title{
  background-color: var(--primary-color);
  padding: 75px 0;  
  margin-top: 20px;
}

.page_title h3{
  font-size: 56px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;

}

.inner_page.sec_padding{
  padding-top:76px
}

.contact_wrapper ul li a {
  font-size: 18px;
  font-weight: 700;
  color: #4B5563;
}

.inner_box h3{
  font-size: 44px;
  color: #1F2937;
  font-weight: 500;
}


@media (min-width:767px){
  .inner_width{
    width: 75%;
    margin-inline: auto;
  }

  .article_head{
    width: 75%;
    margin-inline: auto;
  }
  .article_sidebar{
    padding-left: 60px;
  }
  .footer-p__width{
    width:80%;
  }
}

.inner_width .inner_box:not(:last-child){
  margin-bottom: 30px;
}

.book_now.sec_padding{
  padding: 76px 0;
}

.article_title{
  font-size: 56px;
  color: #000;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;

}


.article_footer img{
  border-radius: 50%;
}

.article_footer{
  gap:10px;
  align-items: center;
}

.sidebar_list h6{
  font-size: 16px;
  color: #1F2937;
  font-weight: 400;
  margin-bottom: 0;
  margin-right: 20px;
}

.sidebar_list p{
  font-size: 14px;
  color: #6e7787;
}

.article_sidebar .sidebar_list:not(:last-child){
  margin-bottom: 30px;
}
.footer-p__width{
  font-size: 16px;
}
.c-logo img{
  height: 90px;
}

.journey_text h4{
    font-size: 17px;
    margin-bottom: 5px;

}

.contact-content ul li img {
    height: 36px;
    margin-right:10px;
}

.journey .col-lg-5{
    position:sticky;
    top:50px;
}

@media(max-width:992px){
    .journey .col-lg-5{
    position:unset;
}
}




/* new */



@media (max-width:767px){
  .banner_section h1{
    font-size: 40px;
  }

  .banner_video iframe{
    width: 100%;
  }
  .site_header h2{
    font-size: 32px;
  }
  .article_wrapper h3{
    font-size: 24px;
  }
  .sec_padding {
    padding: 70px 0;
}
.page_title h3{
  font-size: 40px;
}
.why_choose h2{
  font-size: 28px;
  line-height: 1.4;
}
.inner_box h3{
  font-size: 32px;
}
.article_title{
  font-size: 40px;
}
.banner-content{
  width: 100%;
}

.banner-content h2 {
  font-size: 34px;
}
.banner_section video {
  height: calc(100vh - 240px);
}
.sigma_header-middle .navbar{
  width: 100%;
  margin-top: 7px;
}
.sigma_header-middle .navbar>.navbar-nav>.menu-item>a {
  padding: 20px 8px;
}

.division-box img {
  height: 60px;
}
}











