/*
Theme Name: Soteria
Description: Soteria
Author: hello-elementor
Template: hello-elementor
Version: 1.0
*/
@import url("../hello-elementor/style.css");
/**
 * These are the custom mixins used throughout the application.
 */
/**
 * Ionic mixins
 */
#wrapper, #main {
  background: transparent;
}

body {
  background: #fff;
}

p {
  margin-bottom: 10px;
}
p:last-child{
  margin-bottom: 0px;
}
b, p strong {
  font-weight: 600;
}
.text-primary{
  color: #5FBB36;
}
.content-blog h1,.content-blog h2,.content-blog h3,.content-blog h4,.content-blog h5,.content-blog h6{
  margin-bottom: 10px;
  margin-top: 20px;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}


header.menu-fixed {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  -webkit-box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 18px rgba(0, 0, 0, 0.2);
  background: #131313 !important;
}

header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 120px !important;
}

header.menu-fixed .menu-fix > .elementor-widget-wrap {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header .elementor-nav-menu {
  width: 100%;
}

header .elementor-nav-menu > li.current-menu-item > a {
  font-weight: 600 !important;
}

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 12em !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #fff !important;
/*  overflow: hidden;*/
}
header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 15px 30px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
button[type="submit"] svg,
a.elementor-button svg{
  width: 14px;
  position: relative;
  top: 1px;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
.txt1 .elementor-heading-title{
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: relative;
}
.txt-line .elementor-heading-title:after{
  position: absolute;
  content: '';
  left: 5px;
  bottom: 86px;
  width: 1px;
  height: 55px;
  background: #fff;
}
.text-line1 .elementor-heading-title{
  position: relative;
  padding-left: 60px;
}
.text-line1 .elementor-heading-title:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 9px;
  width: 45px;
  height: 1px;
  background: #F98702;
}
.text-line1.line-white .elementor-heading-title:before{
  background: #fff;
}

/*banner subpage*/
.banner-top1 .elementor-widget-heading {
  margin-bottom: 3px !important;
}

.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}
.about-top1{
  padding-right: calc((100vw - 1200px) / 2);
}
.about-top2{
  padding-left: calc((100vw - 1200px) / 2);
}
.service-top2{
  padding-left: calc((100vw - 1260px) / 2);
}
.contact-address .elementor-icon-list-text span{
  display: block;
  margin-bottom: 5px;
  color: #666666;
}
.contact-top2:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width:56%;
  height: 100%;
  background: url('assets/images/bg-contact1.webp') no-repeat bottom right;
  background-size: cover;
}
.service-home-right {
    padding-right: calc((100vw - 1250px) / 2) !important;
}
.service-home-left {
    padding-left: calc((100vw - 1250px) / 2) !important;
}
@media only screen and (max-width: 1550px){
  .contact-top2:before {
    width: 53%;
}
}
@media only screen and (min-width: 1200px) {
  header .elementor-nav-menu > li.menu-contact{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-slide-left .elementor-nav-menu li ul.sub-menu {
    position: unset !important;
    margin: 0 !important;
  }
  .menu-slide-left .elementor-nav-menu--dropdown li a {
    padding: 8px 15px !important;
  }
.contact-top2:before {
    width: 100%;
}
}

@media only screen and (max-width: 991px) {
  .eicon-menu-bar {
    font-size: 20px;
  }

}

@media only screen and (max-width: 848px) {
  .txt-768-break br {
    display: none;
  }  
}


@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 100px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .contact-top2:before {
    display: none;
  }
}
