/*
Theme Name: Takeone
Description: Takeone
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;
}
ul{
  padding-left: 30px;
  margin-bottom: 20px;
}
.text-left {
  text-align: left;
}

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

.text-center {
  text-align: center;
}
.text-yellow{
  color: #F0C81C;
}
/*
header {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  background: transparent !important;
}*/

.reveal-title {
  opacity: 0;
  clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  display: inline-block;
  overflow: hidden;
}

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: #fff !important;
}

header.menu-fixed .elementor-widget-theme-site-logo img {
  width: 140px !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: 500 !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 .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: 14px 28px;
  border-radius: 0;
}
a.elementor-button .elementor-button-content-wrapper{
  align-items: center;
}
a.elementor-button svg{
  width: 8px;
  position: relative;
  margin-left: 3px;
}
.site-main {
  min-height: 500px;
  padding-top: 30px;
}

/*banner subpage*/
.breadcrumbs {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
  text-align: left;
  font-weight: 400;
}

.breadcrumbs span {
  color: #fff;
}
.main-logo,
.main-logo h1{
  margin-bottom: 0 !important;
}
.btn-contact-header a.elementor-button svg{
  width: 18px;
}
.bd-line{
  padding-top: 30px;
}
.bd-line:before{
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  border-right: 1px dotted #C8C3D0;
  height: 100%;
}

.icon-hover{
  transition: 1s ease-out 100ms;
}
.box-hover:hover .icon-hover{
     transform: rotateX(360deg);
    transition: 1s ease-out 100ms;
}
.gallery-hover .elementor-widget-image{
  overflow: hidden;
  border-radius: 20px;
}

.gallery-hover .elementor-widget-image img{
   transition: 0.5s ease-out 100ms;
}
.gallery-hover .elementor-widget-image:hover img{
   transition: 0.5s ease-out 100ms;
   transform: scale(1.1);
}


.box1 .elementor-icon-box-icon svg{
  border-radius: 100px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.25);
}

.line-top:before{
  position: absolute;
  content: '';
  left: 100px;
  top: -15px;
  border-top: 1px dashed #000;
  width: 83%;
}
.text-table table{
  border-top: 1px solid #E8E3F0;
  border-left: 1px solid #E8E3F0;
}
.text-table table tr td:first-child{
  font-weight: 500;
  min-width: 210px;
}

.text-table table tr td{
  border:0;
  border-bottom: 1px solid #E8E3F0;
  border-right: 1px solid #E8E3F0;
}
.text-table table tr:nth-child(odd) td{
  background: #FAF8FE;
}

.text-table table tr:nth-child(even) td{
  background: #fff;
}

.faq-box .e-n-accordion-item-title{
  outline: none !important;
}
.faq-box .e-n-accordion-item-title[aria-expanded="true"]{
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}






@media only screen and (min-width: 1200px) {
  header .elementor-nav-menu > li.menu-contact{
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-arrow.slick-next {
    right: 0px;
  }

  .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;
  }
  .line-top:before{
    display: none;
  }
  
}
@media only screen and (min-width: 768px){
  .box1:before{
    position: absolute;
    content: '';
    left: 25px;
    top: 30px;
    border-left: 1px dashed #373737;
    height: 72%;
  }
  .box-line .bd-line:before{
    border-color: #716482;
  }
  .bd-bottom{
    position: relative;
  }
  .box-line .bd-bottom:after{
    position: absolute;
    content: '';
    left: 0px;
    bottom: -15px;
    border-bottom: 1px dotted #716482;
    width: 95%;
  }
}

@media only screen and (max-width: 767px) {
  header.menu-fixed .elementor-widget-image img{
    width: 140px !important;
  }
  
  .txt-break-550 br {
    display: none;
  }
  .breadcrumbs {
    font-size: 14px;
  }
  .bd-line:before{
    display: none;
  }
  .gallery-logo .gallery-item{
    width: 50% !important;
  }
  .text-table table tr td:first-child {
    min-width: 140px;
  }

}
