/*
Theme Name: Shine
Description: Shine
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: 0;
}
a {
  color: #24408E;
}

b, p strong {
  font-weight: 600;
}
.text-primary{
  color: #5FBB36;
}
.txt-font-light{
  font-weight: 300;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

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

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

header {
  position: absolute !important;
  top: 6px !important;
  left: 0 !important;
  width: 100% !important;
  background: transparent !important;
}


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: #001354 !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,
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > .current-menu-item > a {
  font-weight: 600 !important;
}

header .elementor-nav-menu > li .elementor-nav-menu--dropdown {
  min-width: 200px !important;
  padding-bottom: 0px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.08);
  background: #fff !important;
  overflow: hidden;
  border-radius: 10px;
  padding: 5px 25px 5px 20px;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li > a{
   border-left: 0;
}
header .elementor-nav-menu > li .elementor-nav-menu--dropdown > li:not(:last-child) > a{
  border-bottom: 1px dashed #A5C4FF;
 
}
header .elementor-nav-menu > li a:after {
  bottom: 10px !important;
}


header .contact-header .elementor-button {
  width: 100px;
  height: 100px;
  line-height: 100px;
  padding: 0;
}

a.elementor-button {
  position: relative;
  padding: 12px 15px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 12px;
  position: relative;
  top: 1px;
}
a.elementor-button .elementor-button-icon svg{
  fill: transparent !important;
}
a.elementor-button:hover .elementor-button-icon svg path{
  stroke: #fff !important;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}
.ul-li ul {
    padding-left: 0px;
    list-style: none;
}
.ul-li ul li:before {
    position: absolute;
    content: '\f0fe';
    left: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 300;
    top: 0px;
    color: #0127AF;
}
.ul-li ul li {
    position: relative;
    padding-left: 27px;
    margin: 5px 0;
}
/*banner subpage*/

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

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}

.bg-line:before{
  position: absolute;
  content: '';
  left: unset;
  right: 10px;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px dashed #949494;
}

.service-home .elementor-widget-image-box{
  position: relative;
}
.service-home .elementor-widget-image-box .elementor-image-box-content{
  position: absolute;
  bottom: 8px;
  left: 0;
  padding: 20px;
  width: 100%;
  z-index: 1;
  transition: opacity 0.5s ease-in-out;
}

.service-home .box-service{
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.service-home .item-service:hover .elementor-widget-image-box .elementor-image-box-content{
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.service-home .item-service:hover .box-service{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.icon-hover{
  display: none;
  transition: opacity 0.5s ease-in-out;
}
.hover-section:hover .icon-hover{
  display: block;
  transition: opacity 0.5s ease-in-out;
}
.hover-section:hover .icon-effect{
  opacity: 0;
}
@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;
  }

}

@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;
  }
  .bg-line:before{
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .join-top1 {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center !important;
  }
  .join-top1 > .elementor-widget-image-box {
    box-sizing: border-box;
    flex: 0 0 calc((100% - 2 * 30px) / 3); /* three across, accounting for gap */
    max-width: calc((100% - 2 * 30px) / 3);
  }
}

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

}
