/*
2.Team
============================*/
.team-1 {
  padding: 60px 0;
}
.team-1 .single-box {
  -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 30px 30px 25px;
}
.team-1 .single-box .part-img {
  min-height: 100px;
  background: #f45905;
  border-radius: 50%;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.team-1 .single-box .part-img .social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 33, 91, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-1 .single-box .part-img .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 39px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 16px;
  margin: 0 5px;
}
.team-1 .single-box .part-img .social a:hover, .team .single-box .part-img .social a:focus {
  background: #f45905;
  color: #F6F6F6;
}
.team-1 .single-box .part-txt {
  text-align: center;
  padding-top: 30px;
  border-top: 2px solid rgba(0, 0, 0, 0.03);
}
.team-1 .single-box .part-txt a {
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: var(--tertiary_color);
  margin-bottom: 12px;
}
.team-1 .single-box .part-txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: var(--tertiary_color);
  margin-bottom: 0;
}
.team-1 .single-box:hover .part-img .social, .team-1.single-box:focus .part-img .social {
  opacity: 1;
}
.team-1 .single-box:hover .part-img .social a:nth-child(1),.team-1 .single-box:focus .part-img .social a:nth-child(1) {
  -webkit-animation: left 0.15s ease-in-out;
          animation: left 0.15s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(2), .team-1 .single-box:focus .part-img .social a:nth-child(2) {
  -webkit-animation: left 0.3s ease-in-out;
          animation: left 0.3s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(3), .team-1 .single-box:focus .part-img .social a:nth-child(3) {
  -webkit-animation: left 0.45s ease-in-out;
          animation: left 0.45s ease-in-out;
}
.team-1 .single-box:hover .part-img .social a:nth-child(4), .team-1.single-box:focus .part-img .social a:nth-child(4) {
  -webkit-animation: left 0.6s ease-in-out;
          animation: left 0.6s ease-in-out;
}


.team-3 .single-box {
  overflow: hidden;
}
.team-3 .single-box .part-img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.team-3 .single-box .part-img .social {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 33, 91, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.team-3 .single-box .part-img .social a {
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 39px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 16px;
  margin: 0 5px;
}
.team-3 .single-box .part-img .social a:hover, .team-3 .single-box .part-img .social a:focus {
  background: #f45905;
  color: #F6F6F6;
}
.team-3 .single-box .part-txt {
  background: #f45905;
  border-radius: 10px;
  text-align: center;
  padding: 30px 0 25px;
  margin: -50px 20px 0;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.team-3 .single-box .part-txt a,
.team-3 .single-box .part-txt h4 {
  font-size: 25px;
  line-height: 100%;
  font-weight: 700;
  color: var(--quaternary-color);
  margin-bottom: 12px;
}
.team-3 .single-box .part-txt p {
  font-size: 18px;
  line-height: 100%;
  color: var(--quaternary-color);
  margin-bottom: 0;
}
.team-3 .single-box:hover .part-img .social, .team-3 .single-box:focus .part-img .social {
  opacity: 1;
}
.team-3 .single-box:hover .part-img .social a:nth-child(1), .team-3 .single-box:focus .part-img .social a:nth-child(1) {
  -webkit-animation: bottom 0.15s ease-in-out;
          animation: bottom 0.15s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(2), .team-3 .single-box:focus .part-img .social a:nth-child(2) {
  -webkit-animation: bottom 0.3s ease-in-out;
          animation: bottom 0.3s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(3), .team-3 .single-box:focus .part-img .social a:nth-child(3) {
  -webkit-animation: bottom 0.45s ease-in-out;
          animation: bottom 0.45s ease-in-out;
}
.team-3 .single-box:hover .part-img .social a:nth-child(4), .team-3 .single-box:focus .part-img .social a:nth-child(4) {
  -webkit-animation: bottom 0.6s ease-in-out;
          animation: bottom 0.6s ease-in-out;
}

@-webkit-keyframes left {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}

@keyframes left {
  0% {
    -webkit-transform: translateX(80px);
            transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
}
@-webkit-keyframes bottom {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes bottom {
  0% {
    -webkit-transform: translateY(-200px);
            transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}




#accordion.consted-faq .card {
  border: 0;
  margin-bottom: 30px;
}
#accordion.consted-faq .card:last-child {
  margin-bottom: 0;
}
#accordion.consted-faq .card .card-header {
  background: transparent;
  border: 0;
  padding: 0;
}
#accordion.consted-faq .card .card-header h5 {
  line-height: 70px;
}
#accordion.consted-faq .card .card-header h5 button {
  background: var(--tertiary_color);
  text-align: left;
  padding: 0 30px;
  width: 100%;
  height: 70px;
  font-size: 20px;
  border: 0;
  border-radius: 35px;
  height: 70px;
  font-weight: 600;
  color: var(--quaternary-color);
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#accordion.consted-faq .card .card-header h5 button:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 50%;
  height: 150%;
  background: #f45905;
  -webkit-transform: skewY(-15deg);
          transform: skewY(-15deg);
  z-index: -1;
}
#accordion.consted-faq .card .card-header h5 button.collapsed {
  background: rgba(0, 0, 0, 0.03);
  color: var(--tertiary_color);
}
#accordion.consted-faq .card .card-header h5 button.collapsed:after {
  background: transparent;
}
#accordion.consted-faq .card .card-header h5 button.collapsed span {
  background: transparent;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#accordion.consted-faq .card .card-header h5 button span {
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 58px;
  background: var(--quaternary-color);
  border-radius: 50%;
  color: var(--tertiary_color);
  font-size: 30px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#accordion.consted-faq .card .card-body {
  padding: 24px 25px 21px 30px;
  margin-left: 35px;
  position: relative;
}
#accordion.consted-faq .card .card-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: var(--tertiary_color);
}
#accordion.consted-faq .card .card-body p {
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  margin-bottom: 0;
}


.pricing-table.single-box {
  -webkit-box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 35px 10px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.pricing-table.single-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  z-index: -1;
}
.pricing-table.single-box:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to right, var(--tertiary_color), #4d2e69);
  z-index: -1;
}
.pricing-table.single-box .top {
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.pricing-table.single-box .top .gap {
	 width: 100px;
  height: 100px;
  display:block;
}
.pricing-table.single-box .top .part-icon {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, left top, right top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to right, var(--tertiary_color), #4d2e69);
  background: #f45905;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px;
  margin-bottom: 30px;
  font-size:36px;
  color:var(--quaternary-color);
}
.pricing-table.single-box .top .txt {
  text-align: center;
}
.pricing-table.single-box .top .txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-top: -1px;
  margin-bottom: 17px;
}
.pricing-table.single-box .top .txt h3 {
  font-size: 45px;
  line-height: 100%;
  font-weight: 600;
  color: var(--tertiary_color);
  margin-bottom: -18px;
}
.pricing-table.single-box .top .txt h3 span {
  font-size: 20px;
  font-weight: 500;
}
.pricing-table.single-box .bottom ul {
  padding: 22px 0 18px;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table.single-box .bottom ul li {
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  color: #2d2d2d;
}
.pricing-table.single-box .bottom .part-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0;
}
.pricing-table.single-box .bottom .part-btn .def-btn {
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  border-color: var(--quaternary-color);
  color:var(--quaternary-color);
}
.pricing-table.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}


.pricing-table-2.single-box {
  background: rgba(77, 46, 105, 0.05);
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.pricing-table-2.single-box .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
}
.pricing-table-2.single-box .top .part-icon {
  width: 100px;
  height: 100px;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  border: 2px solid var(--quaternary-color);
  border-radius: 50%;
  padding: 25px;
  margin-bottom: 30px;
  font-size:38px;
  color:var(--quaternary-color);
  text-align:center;
}
.pricing-table-2.single-box .top .txt {
  text-align: center;
}
.pricing-table-2.single-box .top .txt p {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-top: -1px;
  margin-bottom: 17px;
}
.pricing-table-2.single-box .top .txt h3 {
  font-size: 45px;
  line-height: 100%;
  font-weight: 500;
  color: #2d2d2d;
  margin-bottom: -18px;
}
.pricing-table-2.single-box .top .txt h3 span {
  font-size: 20px;
}
.pricing-table-2.single-box .bottom {
  border-top: 2px solid rgba(45, 45, 45, 0.1);
}
.pricing-table-2.single-box .bottom ul {
  padding: 22px 0 18px;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pricing-table-2.single-box .bottom ul li {
  font-size: 16px;
  line-height: 31px;
  font-weight: 500;
  color: #2d2d2d;
}
.pricing-table-2.single-box .bottom .part-btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, right top, left top, from(var(--tertiary_color)), to(#4d2e69));
  background: linear-gradient(to left, var(--tertiary_color), #4d2e69);
  padding: 30px 0;
  color:var(--quaternary-color);
   
}
.pricing-table-2.single-box .bottom .part-btn .def-btn{
	border:none!important;
}
.pricing-table-2.single-box .bottom .part-btn .def-btn:hover {
  background: #f45905;
 
}
.pricing-table-2.single-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}


.ata-section-title.ata_heading_style_2 h2[data-bigletter], .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter] {
	position: relative;
}
.ata-section-title.ata_heading_style_2 h2[data-bigletter]:before, .ata-section-title.ata_heading_style_2 .be-heading[data-bigletter]:before {
	content: attr(data-bigletter);
	font-size: 0.8em;
	opacity: .08;
	position: absolute;
	top: -0.5em;
	left: 0px;
	right: 0px;
	text-align: inherit;
	text-transform: uppercase;
	color:inherit;
}
.ata-section-title .be-heading {
	margin-bottom: 20px;
}
.ata-section-title .be-heading span.slim-text{
	font-weight:normal!important;	
}
.ata-section-title .be-heading .theme-color{
	color: var(--secondary-color);
}
.ata-section-title .fs-subheading {
	display:block;
	font-size:90%;
}
.ata_heading_style_4{
  position: relative;
}

.ata_heading_style_4 .be-heading span{
  color: #e5eaf3;
  margin: 0px 10px;
  font-size: inherit;
  display: inline-block;
}
