/*-- Reset Code --*/

body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
}

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

body a:hover {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:focus,
a:hover {
    text-decoration: none;
}

input[type="button"],
input[type="submit"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0; font-family: 'Microsoft YaHei';
}

p {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #999;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none
}
 .button, .button-2{
  -webkit-transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s;
  transition: all 0.3s cubic-bezier(0.84, 0.35, 0.39, 0.74) 0s; }
  .button { background-color:#a400fd;
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid #B93DFC;
  color: #fff;
  border-radius: 3px;
  font-weight: 400; }
  .button:hover {
    color: #fff;
    background-color: #333;
    border-color: #B93DFC !important; }
  .button-2 {
  font-size: 16px;
  line-height: 40px;
  padding: 0 20px;
  border: 2px solid;
  color: #fff;
  background-color: transparent;
  border: 2px solid #B93DFC;
  color: #2d3666;
  border-radius: 3px;
  font-weight: 400; }
  .button-2:hover {
    color: #fff;
     background-color:#a400fd;
    border-color: #B93DFC; }
/*-- //Reset Code --*/
.btn-primary {
  color: #fff;
  background-color:#a400fd;
  border-color: #B93DFC; 
}
/*-- header --*/

/*-- navigation --*/

.navbar-light .navbar-brand {
    font-size: 48px;
    padding: 0; font-family: 'Microsoft YaHei';
	font-style:italic;
    letter-spacing: 2px;
}

a.navbar-brand span,
.w3l-footer h1 a span {
    color: #000
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    padding: .3rem 1rem;
    background: #eee;
    box-shadow: 1px 2px 2px 1px rgba(12, 12, 12, 0.11);
}

.bg-light { background-color: #fff !important;
   /* background-color: rgba(185, 61, 252, 0.75) !important;*/
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: #fff;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
    letter-spacing: 1px;
    padding: 8px 15px; margin:0 4px;border-radius: 4px;
    font-size: 16px; font-weight:500;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #fff;
   background-color: rgba(164, 0, 253, 0.8) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
   background-color: rgba(185, 61, 252, 0.75) !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //navigation --*/
.background-color1{background-color: #f7f7f7;}
.background-color2{background-color: #ededed;}
/*-- //header --*/
/* banner */
/*****************************
 *   02. hero-area
 ***************************** */
.hero-slider .single-slide {
  height: 715px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  font-size: 24px;
  line-height: 34px;
  font-weight: 300;
  position: relative; }
.slide-content{background-color: rgba(255, 255, 255, 0.4) !important; padding:20px;}
.slide-content p{ font-size:16px; color:#111}
.single-slide h2 {
    font-size: 30px;
    line-height: 67px;
    margin: 0 0 25px;
    font-weight: 700; }
.hero-slider .single-slide .slide-btn {
    margin-top: 50px; }
    .hero-slider .single-slide .slide-btn a:not(:last-child) {
      margin-right: 4px; }
.hero-slider .owl-dots {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .hero-slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 3px;
    border-radius: 30px; }
    .hero-slider .owl-dots .owl-dot.active {
      width: 40px; }
.hero-slider .owl-nav > div {
  position: absolute;
  left: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  background-color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .hero-slider .owl-nav > div.owl-next {
    left: auto;
    right: 0; }
  @media only screen and (max-width: 991px) {
    .hero-slider .single-slide {
      height:440px;
      padding: 60px 30px;
      z-index: 1; }
      .hero-slider .single-slide::after {
        content: "";
        height: 100%;
        width: 100%;
        /*background-color: #f1f4f9;*/
        z-index: -1;
        left: 0;
        top: 0;
        position: absolute; } }
  @media only screen and (max-width: 767px) {
    .hero-slider .single-slide {
      font-size: 18px;
      line-height: 24px;
      text-align: center; } 
	  .hero-slider .slide-content {
  padding: 40px;
}
      .hero-slider .single-slide h2 {
        font-size: 22px;
        line-height: 35px; } 
		.hero-slider .single-slide .slide-btn {
  margin-top: 20px;
}}
  
.banner-w3ls-bj {
   min-height: 780px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.banner-w3ls-1,
.banner-w3ls-2,
.banner-w3ls-3,
.banner-w3ls-4,
.banner-w3ls-5,
.banner-agile {
    min-height: 780px;
}

.banner-w3ls-1 {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-w3ls-2 {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-w3ls-3 {
    background: url(../images/bg3.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-w3ls-4 {
    background: url(../images/bg1.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

.banner-w3ls-5 {
    background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}

/* slider */

.slider {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.slider li {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 0vw;
    overflow: hidden;
    transition: width 800ms cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

.slider li.active {
    z-index: 2;
    width: 100%;
}

.slider li.prev {
    z-index: 1;
    width: 100%;
}

.pager {
    z-index: 100;
    position: absolute;
    bottom: 150px;
    left: 45%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pager li {
    display: inline-block;
    border: 2px solid #fff;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: transparent;
	cursor:pointer;
}

.pager li.active {
    background: linear-gradient(to right, #a400fd, #a400fd);
}

/* //slider */

/* banner text */

.banner-agile {
    position: relative;
}

.banner-text-posi-w3ls {
    position: absolute;
    z-index: 999;
    left:10%;
	top:37%;
}
.banner-text-whtree h3 {
    font-size: 50px;
    letter-spacing: 1px;
    font-weight: 500;
	font-style: italic;
}
.banner-text-whtree p {
    width: 67%;
}
/* //banner text */

/* //banner */
.w3l_header {
    font-size: 28px;
    color: #000;
    letter-spacing: 1px;
    position: relative;
    font-weight:600;
    text-align: center;
}
.w3l_header span {
    color:#7E00C2;
    font-weight:500;
}
.w3l_header span:after {
    border-top: 2px solid #a400fd;
    display: block;
    width: 81px;
    content: "";
    margin: 8px auto 0;
}
.heading-divider {
  display: inline-block;
  position: relative;
  border-bottom: 4px solid #a400fd;
  width: 90px;
  height: 4px;
  border-radius: 50px;
}

.heading-divider:after {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  height: 6px;
  width: 15px;
  border-radius: 0px;
  background-color: #fff;
  -webkit-animation: heading-move 5s infinite linear;
  animation: heading-move 5s infinite linear;
}

@-webkit-keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

@keyframes heading-move {
  0% {
    transform: translateX(-1px);
  }
  50% {
    transform: translateX(75px);
  }
  100% {
    transform: translateX(-1px);
  }
}

.title-heading {
  position: relative;
  z-index: 2; margin-bottom:15px;
}

.title-heading h6 {
  font-size: 15px;
  font-weight: 700;
  color: #726ae3;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.title-heading h4 {
  color: #2a2a2a;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.title-heading h4 em {
  font-style: normal;
  color: #726ae3;
}

.title-heading .line-dec {
  width: 40px;
  height: 2px;
  background-color: #726ae3;
}
.title-heading .line-dac {
  width: 40px;
  height: 2px;
  background-color: #a400fd;
}
.box-wrap {
  padding: 40px 30px;
  border-radius: var(--border-radius-full);
  box-shadow: 0 25px 98px 0 rgba(0, 0, 0, 0.03);
  background-color: var(--bg-dark-color);
  position: relative;
  transition: all 0.5s ease 0s;
}

.box-wrap:hover {
  box-shadow: 0 25px 28px 0 rgba(0, 0, 0, 0.2);
}

.box-wrap:hover h3.number {
  opacity: .5;
  transition: 0.3s ease-in-out;
}

.box-wrap h3.number {
  position: absolute;
  font-size: 60px;
  line-height: 60px;
  right: 40px;
  top: 30px;
  opacity: .07;
  transition: 0.3s ease-in-out;
}

.box-wrap .icon {
  display: block;
  color: #a400fd;
}

.box-wrap .icon i {
  font-size: 30px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  text-align: center;
}
.box-wrap h4{ margin:10px 0;}
.box-wrap p{ margin:10px 0;}
.login-register-box { background-color:#FFFFFF;
    border: 1px solid #ebebeb;
    padding:15px;
    border-radius: 10px;
    margin:0 auto; box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
 .contact-wrap {
  box-shadow: 30px 30px 0px 0px rgba(255, 255, 255, 0.2);
  background-color: #ffffff;
  padding: 45px 40px 60px 40px;
}
 .login-wrap {
  display: block;
  position: relative; margin-bottom:15px; margin-top:5px;
}
 .login-wrap i {
  position: absolute;
  left: 23px;
  top: 18px;
  font-size: 18px;
  color: rgba(69, 69, 69, 0.7411764706);
  z-index: 11;
}
 .login-wrap .select-arrow {
  position: relative;
  padding: 21px 15px 21px 50px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 15px 1px 1px;
  border-color: #fff;
  color: #080d41;
  box-shadow: 0px 0px 2px 0px #8386a0;
  background-color: #fff;
  width: 100%;
  cursor: pointer;
}
 .login-wrap .from-control {
  padding: 14px 0px 14px 47px;
  border-radius: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #1A73E933;
  color: #3A3A3ACC !important;
  background-color: #F7F7F7E6;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.signupform .form-group {
  margin-bottom: 20px;overflow: hidden;
position: relative;
}

.signupform label {
  display: block;
  padding-left: 10px; margin:5px;
  color: #656565; font-weight:bold;
}
.signupform label i{ color:#A400FD; margin-right:5px;}
.signupform input {
  width: 100%;
  display: block;
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #eee;
  outline: none;
}

.signupform input:focus {
  border-color: #5989e5;
}

.signupform input::-moz-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.signupform input::-webkit-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.signupform input:-ms-input-placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}
.signupform  img {
  height: 25px;
  position: absolute; bottom:6px;
  right: 10px;
}
.signupform  .input-group {
  margin-bottom: 0px;
}
.signupform .btn {
  padding: 0.375rem 1.5rem;}
.feature_area{
    padding: 155px 0 50px;
    position: relative;
    z-index: 1;
}
.single_feature_area {
    margin-bottom:60px;
    position: relative;
    z-index: 1;
    padding: 60px 20px 10px 30px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
}
.single_feature_area:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 25%;
    content: "";
    z-index: -1;
    transition: .5s;
    border-radius: 0 0 0 100px;
    background-color: #CCEFEE;
}
.single_feature_area:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.single_feature_area h3 {
    font-size: 18px; font-weight: bold;
}
.single_feature_area .fea_ab_icon{
    position: absolute;
    top: -40px;
    left: 32px;
}
.single_feature_area .fea_ab_icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 70px;
    color: #a400fd;
    font-size: 40px;
    background-color: #D5F2F1;
    text-align: center;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
    border-radius: 100%;
    transition: .5s;
}
.single_feature_area:hover .fea_ab_icon i{
    border-color: #a400fd;
    background: transparent;
}
.single_feature_area p{ transition: .8s;}
.single_feature_area:hover p{ color:#000000}
 .well-services{ width:100%;
    padding: 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 1; margin-bottom:30px;
}
 .well-services::after{
    position: absolute;
	left:0;
	bottom:0;
	width: 100%;
	height: 100%;
	background: #012a51;
	content:"";
	transition: 0.5s;
	z-index: -1;
	opacity: 0;
}
 .well-services:hover::after{
	opacity: 1;
	
}
 .well-services::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-image: url(../images/06.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .1;
  z-index: -1;
}
 .well-icon {
    margin-bottom: 20px;
    display: block;
    float: none;
    width: auto;
    height: auto;
}
 .well-icon a {
    font-size: 60px;
    line-height: 60px;
    color:  #a400fd;
    font-weight: 800;
}
 .well-services .well-content h4 {
    font-size: 24px;
    line-height: 30px;
}
 .well-services .well-content p{
    font-size: 16px; color:#000000;
    line-height: 30px;
}
 .well-services:hover .well-content h4,
 .well-services:hover .well-content p,
 .well-services:hover .well-icon a{
	color:#fff;
}
.base {
    position: absolute;
    right: 10px;
    font-size: 140px;
    line-height: 150px;
    color: #ddd;
    top: 10px;
    z-index: -1;
    opacity: 0.3;
}
/* home 3 feature aera css */
.h3_feature_area{
    padding: 120px 0 50px;
}
.h3_feature_area .section_title_area{
    margin-bottom: 90px;
}
/*-- services --*/
.services{ background-color:#f7f7f7;}
.new_top { background-color:#FFFFFF; height:100%;
    padding: 35px 35px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.19); border-radius: 4px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;
  overflow: hidden;
}
.new_top:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
.new_top h3 {
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #000000;
	text-align:center;
}
.new_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.new_top i {
    font-size: 40px;
    color: #a400fd;
}
/*-- //services --*/
/*-- choose --*/
.choose{
	background: url(../images/bg2.jpg) no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-attachment: fixed;
}
.choose_top {
    padding: 55px 40px;
  background: #fff;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.choose_top:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.35);
}
.choose_top h3 {
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #000000;
	text-align:center;
}
.choose_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #777;
}
.choose_top i {
    font-size: 30px;
    color: #a400fd;
}
/*-- //choose --*/
.packages_top h3 {
    font-size:18px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff; min-height:48px;overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.packages_top h4 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.4em;
    color: #fff;
	text-align: right;
}
.packages_top p {
    font-size: 15px;
    line-height: 1.8em;
    color: #fff;
	text-align: right;
}
.packages_top {
    background: #a400fd;
    padding:20px 30px;
}
.packages_top li {
    display: inline-block;
    color: #fff;
    font-size: 13px;
}
.agile-info_packages{ margin-bottom:20px;}
.agile-info_packages .thumb {
  position: relative;
  overflow: hidden;
  margin-bottom: 2px;
}
.agile-info_packages .thumb img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.9s;
  transition: 0.9s;
}
.agile-info_packages:hover .thumb img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.row.packages_top {
    margin: 0;
}
/*-- testimonials --*/
.tex-t {
    float: right;
    padding: 3em 2em 0;
}
.w3_agile_testimonials_grid_left img {
    border-radius: 50%;
}
.tex-t h4 {
    color: #ffffff;
    font-size: 22px;
}
.agile_testimonials_grid p {
    color: #777;
    line-height: 2em;
    margin-bottom: 1em;
	text-align:left;
	letter-spacing:1px;
	font-size:15px;
}
.w3_agile_testimonials_grid_right {
    text-align: left;
    float: left;
    width: 94%;
    padding: 1em 4em;
    background:#fff;
    position: relative;
}
.test-tooltip:before {
	content: '';
	position: absolute;
	left: -17px;
	top: 38%;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 14px solid #fff;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: 7%;
    bottom: -9%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    transform: rotate(90deg);
    -webkit-transform: rotate(178deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.w3_agile_testimonials_grid_left {
    margin-top: 0em;
    float: left;
}
.w3_agile_testimonials_grid {
    float: left;
    padding: 2em 0em 0;
}
.w3_agile_testimonials_grid_right h4 {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
}
.w3_agile_testimonials_grid_right h5{
	font-size:14px;
	color:#87b200;
}
.agile_testimonials_grids {
    margin: 4em 0 2em;
}
/*--flexisel--*/
.flex-slider{	
	background:#222227;
	padding: 70px 0 165px 0;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
	padding:0em 0 0;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 35px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
.testimonial-slider{ margin-top:20px;}
.testimonial-slider .single-slide {
  background-color: #fff;
  padding: 35px;
  border-radius: 5px;
  font-weight: 300;
  color: #7d91aa;
  border: 1px solid; }
  .testimonial-slider .single-slide img {
    width: auto; }
  .testimonial-slider .single-slide .client-info {
    overflow: hidden; }
    .testimonial-slider .single-slide .client-info .client-img {
      width:100px; height:100px;
      float: left;
      border-radius: 50%;
      overflow: hidden; }
    .testimonial-slider .single-slide .client-info .client-data {
      padding:20px 0 0 130px;  }
      .testimonial-slider .single-slide .client-info .client-data h4 {
        font-size: 16px; font-weight:600; color:#000000;
        margin: 4px 0 10px; }
.testimonial-slider .single-slide p{
  color: #777;
  font-size: 15px;
  line-height: 1.8em;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
}
.testimonial-slider .owl-nav > div {
  background-color: #7E00C2;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  position: absolute;
  left: -55px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 4px; }
  @media only screen and (max-width: 991px) {
    .testimonial-slider .owl-nav > div {
      left: -12.5px;
      height: 25px;
      width: 25px;
      line-height: 25px; }
      .testimonial-slider .owl-nav > div i {
        font-size: 13px; } }
  .testimonial-slider .owl-nav > div.owl-next {
    left: auto;
    right: -55px; }
    @media only screen and (max-width: 991px) {
      .testimonial-slider .owl-nav > div.owl-next {
        right: -12.5px; } }

/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 40px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    background: url(../images/right1.png) no-repeat 8px 13px #a400fd;
    top: 18% !important;
}
.nbs-flexisel-nav-left {
	left:0%;
}
.nbs-flexisel-nav-right {
	right:3%;
    background:url(../images/left1.png) no-repeat 8px 13px #a400fd;
}
/*--//flexisel--*/
.agile_testimonials_grid {
    margin: 0 0em 2em;
}
.port {
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    padding: 0px 19em;
    line-height: 2em;
    text-align: center;
}
.ser-info{color:#fff;}
/*-- //testimonials --*/
.testimonials {
    background: url(../images/bg3.jpg)no-repeat center;
    background-size: cover;
	background-attachment: fixed;
}
h5.card-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 1em;
    color: #a400fd;
    font-weight: 600; line-height:1.5; min-height:45px;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
}
p.card-text {
    color: #777;
    font-size: 15px;
    line-height: 1.8em;
    letter-spacing: 1px; 
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 2;
}
.card-body.w3ls-card a {
    font-size: 14px;
    padding: 8px 18px;
    background: #a400fd;
    outline: none;
    border: none;
    display: inline-block;
	letter-spacing: 2px;
}
footer {
	background-color: #272938;
}

footer h3{
	font-size: 1.5em;
	color: #ffffff;
	margin-bottom: 20px;
	letter-spacing: 1px;
}

footer p {
    color: #bfbfbf;
    font-size: 15px;
    line-height: 1.8em;
}
footer ul li {
    display: block;
    color: #bfbfbf;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.8em;
    margin: 0.7em 0;
}

footer-list i {
	padding-right: 10px;
	color: #ffa41f;
}

footer ul li a {
	color: #bfbfbf;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 5px 0px;
	text-decoration: none;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

footer ul li a:hover {
	color: #ffa41f;
}

footer ul li.hd {
	color: #a400fd ;
}
footer .tag li{
    float: left;
    margin: 5px;
    padding: 5px 20px;
    border: 1px solid #777;
}

footer .tag li:hover {
    border: 1px solid #a400fd;
    color: #00aef0;
}
.newsletter .email {
	background-color: #F4F4F4;
	border: none;
}

.flickr-grid {
	border-radius: 5px;
	margin: 0 0.1em .2em; overflow:hidden;
}

.flickr-grid a img {
	width: 100%;
	padding: 0.3em;border-radius: 4px;
	border: 1px solid #333333;
}

.newsletter .email {
	outline: none;
	padding: 13px 15px;
	color: #fff;
	font-size: 14px;
	width: 80%;
	background: rgba(0, 0, 0, 0.22);
	border: 1px solid #2d2d2d;
}

.newsletter {
	position: relative;
	margin-top: 2em;
}

button.btn1 {
	color: #fff;
	border: none;
	padding: 12px 0;
	text-align: center;
	text-decoration: none;
	background: #a400fd ;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	float: right;
	cursor: pointer;
	width: 20%;
}

/*--//footer--*/

/*--/copyright--*/

.copyright ul li {
	display: inline-block;
	padding: 0 10px;
}

a.facebook {
	color: #fff;
	font-size: 16px;
}

a.facebook:hover {
	color: #a400fd ;
}

.copyrighttop {
	float: right;
}

.copyrightbottom {
	float: left;
}

.copyright {
	background: #141415;
	color: #fff;
	border-top: 1px solid rgba(25, 24, 24, 0.58);
}

.copyrightbottom p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 0;
}
.copyrightbottom a {
	color: #a400fd ;
	text-decoration: none;
}
.contact-info h4 {
    font-style: normal;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.71;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #fff;
}
.phone p a:hover {
    color: #fff;
}
.phone p a {
    color: #808080;
}
.copyrightbottom a:hover {
	color: #fff;
}

.copyrighttop h4 {
	font-size: 0.95em;
}
.banner-agile-1 { background-repeat:no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height:350px; padding-top:200px;
}
.tabs-area{ padding:50px;}
.tabs-area .tabs-nav {
  display: block;
  padding-bottom: 30px;
  overflow: hidden; }
  .tabs-area .tabs-nav li {
    min-width: 150px;
    padding: 0 2px;
    display: inline-block;
    float: left;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .tabs-area .tabs-nav li {
        width: 50%;
        margin-top: -5px; } }
    .tabs-area .tabs-nav li a {
      text-align: center;
      color: #7E00C2;
      display: block;
      border-bottom: 2px solid #222538;
      padding:5px 10px ; }
      .tabs-area .tabs-nav li a::after {
        content: "";
        border: 10px solid transparent;
        position: absolute;
        top: 100%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); }
      .tabs-area .tabs-nav li a i {
       
        font-size: 24px;
        margin-bottom: 12px; }
      .tabs-area .tabs-nav li a span {
        font-size: 16px;
        font-weight: 700; }
    .tabs-area .tabs-nav li a.active {
      color: #fff;
      border-radius: 5px; }
      .tabs-area .tabs-nav li a.active::after {
        border-bottom-color: transparent !important;
        border-left-color: transparent !important;
        border-right-color: transparent !important;
        opacity: 1; }
.tabs-area .tabs-nav li a.active {
  background-color:#7E00C2;
}
.tabs-area .tab-content {
  border: 0px solid #cad4de;
  padding: 10px;
  border-radius: 4px; color:#000000 }

.tab-content .alert strong{ display: block; width:120px; margin-bottom:15px;}
.typebody .leimg img{ width:100%;
  padding:20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(110, 123, 131, 0.1);
  border-radius: 8px;
  border-bottom: 5px solid #ccc;
}
.typebody .icon-box { width:100%;
  padding:20px 20px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #ccc;
}
.typebody .icon-box .title{
  overflow: hidden;
  margin-bottom: 15px;
}
.typebody .icon-box .icon {float: left;
  width: 64px;
  height: 64px;
  background-color: rgba(164, 0, 253, 0.8) !important;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px; margin-right:20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.typebody .icon-box .icon i {
  font-size: 28px;
}

.typebody .icon-box h4 { margin-top:18px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.typebody .icon-box h4 a {
  color: #282828;
  transition: ease-in-out 0.3s;
}

.typebody .icon-box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0; color:#444;
}

.typebody .icon-box:hover {
  transform: translateY(-10px);
  border-color: #A400FD;
}

.typebody .icon-box:hover h4 a {
  color: #A400FD;
}
.typebody .card-body ,.typebody .card-body p {
  color: #000;
}
.nav-tabs-my .nav-link.active, .nav-tabs-my .nav-item.show .nav-link {
  color: #fff;
  background-color:  rgba(164, 0, 253, 0.8) !important;
  border-color: #dee2e6 #dee2e6 #fff;
}
.typebody .list-group {
  margin-bottom: 2px;
}
.typebody .list-group .list-group-item {padding: 0.75rem 0.5rem;}
.typebody .list-group-new .list-group-item{ margin-bottom:10px; padding:10px 25px; border:0;box-shadow: 0px 5px 20px 0px rgba(110, 123, 131, 0.1);}
.typebody .list-group-new .list-group-item:hover{ background-color:#F7F7F7; box-shadow: 0px 5px 20px 0px rgba(110, 123, 131, 0.2);}
.list-group-new a::after {
  position: absolute;
  content: "";
  right: auto;
  top: 22px;
  left: 8px;
  width: 5px;
  height: 5px;
  background: #111;
}
.typebody .list-group-new small{ font-size:14px;}
.teamls-item { width:100%; background-color:#FFFFFF; margin-bottom:25px; color:#999999;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.teamls-item:hover {
    background: #A400FD;
}
.teamls-item:hover * {
    color: #fff !important;
}
.teamls-item h5{ color:#A400FD}
.teamls-item p{ padding:12px 0;}
.teamls-item ul{ padding:15px;}
/*** Testimonial ***/
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}
.bg-transparent{ background-color:#CCCCCC; height:100%;}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: #f8f8f8 !important;
    border-color: #f8f8f8 !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #333 !important;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 1px solid #CCCCCC;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #A400FD;
    border-color: #f8f8f8;
}
/*.testimonial-item .img {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.testimonial-item .img:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: inset 0 0 0 6px rgba(255, 255, 255, 0.6), 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}*/
.ps-3 {
  padding-left: 1rem !important;
}
.testimonial-item h5{ font-size:16px; font-weight:bold}
.testimonial-item p{ height:90px;
font-size: 14px;
line-height: 24px;
color: #666;
overflow: hidden;
text-overflow: ellipsis;
-webkit-box-orient: vertical;
display: -webkit-box;
-webkit-line-clamp: 4;}

.contact .info-box {position: relative;
  color: #444444;
  text-align: center;
  box-shadow: 0 0 20px rgba(214, 215, 216, 0.5);
  padding: 20px;
}
.contact .info-box{ color:#A400FD}

.contact .info-box::before {
  content: "";
  position: absolute;
  background: #A400FD;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.3s;
  z-index: -1;
}

.contact .info-box:hover::before {
  background: #A400FD;
  top: 0;
  border-radius: 0px;
}
.contact .info-box i { width:54px; height:54px;
  font-size: 32px; line-height:32px;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #A400FD;
}

.contact .info-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.contact .info-box:hover,.contact .info-box:hover p{ color:#fff}
/*-- welcome --*/
.welcome-left h3 {
    color:#a400fd;
    font-size: 36px;
    letter-spacing: 1px;
}
.welcome-left h4 {
    color: #464646;
    font-size: 17px;
    line-height: 1.8;
    margin: 15px 0;
	    font-weight: 700;
    letter-spacing: 1px;
}
.welcome-left p {
    font-size: 15px;
    color: #777;
    line-height: 2em; 
}
/*-- about-team --*/
.about-area__content{ margin-bottom:10px;}
.about-area__content h4 {
  text-transform: uppercase;
  padding-right: 50px;
margin-bottom: 25px;
  color: #474747; }
.about-area__content p {
  font-size: 15px;
  color: #777;
  line-height: 2em;
}
 .inner_about_right_area{ height:100%;
    position: relative; overflow:hidden
}
.inner_about_right_area img{ width:100%; height:100%;}
.about_abosulute_icon a {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    display: inline-block;
    font-size: 40px;
    width: 110px;
    height: 110px;
    text-align: center;
    line-height: 110px;
    color:#a400fd;
    background-color: #a400fd2B;
    animation: witr_squares 1s linear infinite;
}
@keyframes witr_squares {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

.feature {
  padding:25px 20px; margin:10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-size: cover;
  background-position: center center; 
  transition: 0.5s;
  box-shadow: 0px 10px 50px 0px rgba(84, 110, 122, 0.15);
  border-radius: 0px;}
.feature::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(164, 0, 253, 0.7);
    z-index: -1; transition: 0.5s;}
.feature:hover::before { background: rgba(164, 0, 253, 1);}
.feature__icon {
  color: #ffffff;
  margin-right: 35px;
  font-size: 50px;
  height: 65px;
  width: 65px;
  display: inline-block;
  overflow: hidden;
  position: relative; }
  .feature__icon span {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
    .feature__icon span i {
      line-height: 65px; }
    .feature__icon span:first-child {
      top: 0; }
    .feature__icon span:last-child {
      top: 100%; }

.feature__content {
  -webkit-flex-shrink: 100;
  -moz-flex-shrink: 100;
  -ms-flex-negative: 100;
  flex-shrink: 100; }
  .feature__content h4 {
    font-weight: 700;
    margin-bottom: 10px;
    color: #ffffff; }
    .feature__content h4 a {
      color: #ffffff; }
  .feature__content p {
    margin-bottom: 0;
    color: #ffffff; }

.feature:hover .feature__icon span:first-child {
  top: -100%; }

.feature:hover .feature__icon span:last-child {
  top: 0; }
   
.thumbnail.team-agileits {
    border: none;
    text-align: center;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.team .effectd-caption {
    padding: 20px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.team h4 {
    color: #a400fd;
    font-size: 22px;
    letter-spacing: 2px;
    font-weight: 600;
}
.social-lsicon a {
    color: #000;
    padding: 0 7px;
    font-size: 16px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.social-lsicon a:hover {
    color: #ffdc39;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/*-- //about-team --*/
/*-- gallery --*/
.gallerie-imagebox img {
    transition: all 500ms;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
}
.gallerie-imagebox .loading {
    opacity: 0.3;
}
.w3layouts_news_grid {
    overflow: hidden;
    position: relative;
}
.w3layouts_news_grid_pos {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    right: 0;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    transition: all 400ms ease;
}

.w3layouts_news_grid_pos {
    -webkit-transform: scale3d(0, 0, 1);
    -moz-transform: scale3d(0, 0, 1);
    -ms-transform: scale3d(0, 0, 1);
    transform: scale3d(0, 0, 1);
}

.w3layouts_gallery_grid:hover .w3layouts_news_grid .w3layouts_news_grid_pos {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.w3layouts_gallery_grid:hover .wthree_text {
    opacity: 1;
    -webkit-transform: translateY(0) scale3d(1, 1, 1);
    -moz-transform: translateY(0) scale3d(1, 1, 1);
    -ms-transform: translateY(0) scale3d(1, 1, 1);
    transform: translateY(0) scale3d(1, 1, 1);
    -webkit-transition: transform 400ms ease 380ms;
    -moz-transition: transform 400ms ease 380ms;
    transition: transform 400ms ease 380ms;
}

.wthree_text {
    text-align: center;
    padding-top: 6.5em;
    opacity: 0;
    -webkit-transform: translateY(0) scale3d(0, 0, 1);
    -moz-transform: translateY(0) scale3d(0, 0, 1);
    -ms-transform: translateY(0) scale3d(0, 0, 1);
    transform: translateY(0) scale3d(0, 0, 1);
    -webkit-transition: transform 400ms ease 280ms;
    -moz-transition: transform 400ms ease 280ms;
    transition: transform 400ms ease 280ms;
}

.wthree_text h3 {
    font-size: 30px;
    letter-spacing: 2px;
}

.wthree_post{transition:.3s ease-out;-webkit-transition:.3s ease-out;border:1px solid rgba(0,0,0,.1);margin:12px 0}

.wthree_post:hover{box-shadow:0 0 15px rgba(0,0,0,.2)}
.wthree_post .blog-img { height:200px;
  overflow: hidden;
}
.wthree_post .blog-img img {
  transition: all 0.5s ease-in-out;
}
.wthree_post:hover img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
/*-- //gallery --*/
.card-body.w3ls-card i {
    color: #f65a3a;
}
/*--Typography--*/
.well {
    font-weight: 300;
    font-size: 14px;
}
.list-group-item {
    font-weight: 300;
    font-size: 14px;
}
li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}
.show-grid [class^=col-] {
    background: #fff;
	text-align: center;
	margin-bottom: 10px;
	line-height: 2em;
	border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
	background: #e0e0e0;
}
.grid_3{
	margin-bottom:2em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
	color: #999;
	font-size: 0.85em;
	margin-bottom: 1em;
	font-weight: 300;
}
.label {
	font-weight: 300 !important;
	border-radius:4px;
}  
.grid_5{
	background:none;
	padding:2em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #a400fd;
    font-weight: 500;
    font-size: 30px;
    letter-spacing: 2px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	z-index: 0;
}
.badge-primary {
	background-color: #03a9f4;
}
.badge-success {
	background-color: #fb5710;
}
.badge-warning {
	background-color: #ffc107;
}
.badge-danger {
	background-color: #e51c23;
}
.grid_3 p{
	line-height: 2em;
	color: #888;
	font-size: 0.9em;
	margin-bottom: 1em;
	font-weight: 300;
}
.bs-docs-example {
	margin: 1em 0;
}
section#tables  p {
	margin-top: 1em;
}
.ms-auto {
  margin-left: auto !important;
}
.tab-container .tab-content {
	border-radius: 0 2px 2px 2px;
	border: 1px solid #e0e0e0;
	padding: 16px;
	background-color: #ffffff;
}
.tab-content .from-controm{ width:100%}
.tab-content .from-line{ padding:8px 12px; border:1px solid #ccc; margin:-1px 0 0 -1px;}
.tab-content .from-line label{ margin-bottom:10px;}
.tab-content .from-line .form-group { margin-bottom:0;}
.tab-content .tdline{ white-space: nowrap;}
.tab-content .from-line textarea {
	display: block;
width: 100%;
padding: 0.375rem 0.75rem;
font-size: 1rem;
line-height: 1.5;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: 0.25rem;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tab-content .from-line textarea:focus {
	outline: none;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	font-size:16px;
	color: #333;
	border-top: none !important;
}
.tab-content > .active {
	display: block;
	visibility: visible;
}
.label {
	font-weight: 300 !important;
}
.label {
	padding: 4px 6px;
	border: none;
	text-shadow: none;
}
.alert {
	font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:2em;
	margin-top:0.5em;
	margin-bottom: 0.5em;
}
li.list-group-item1 {
	line-height: 2.5em;
}
.input-group {
	margin-bottom: 20px;
}
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
	margin-bottom: 48px;
}
ol {
	margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){
.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){
h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	margin-bottom: .5em;
}
.progress {
	height: 10px;
	margin-bottom: 10px;
}
ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
	font-size: 14px;
}
.breadcrumb {
	margin-bottom: 25px;
}
.well {
	font-size: 14px;
	margin-bottom: 10px;
}
h2.typoh2 {
	font-size: 1.5em;
}
.label {
	font-size: 60%;
}
.in-gp-tl {
	padding: 0 1em;
}
.in-gp-tb {
	padding-right: 1em;
}
}
@media (max-width:480px){
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
	font-size: 1.2em;
}
.table h1 {
	font-size: 26px;
}
.table h2 {
	font-size: 23px;
	}
.table h3 {
	font-size: 20px;
}
.label {
	font-size: 53%;
}
.alert,p {
	font-size: 14px;
}
.pagination {
	margin: 20px 0 0px;
}
.grid_3.grid_4.w3layouts {
	margin-top: 25px;
}
}
@media (max-width: 320px){
.grid_4 {
	margin-top: 18px;
}
h3.title {
	font-size: 1.6em;
}
.alert {
	padding: 10px;
	margin-bottom: 10px;
}
ul.pagination li a {
	font-size: 14px;
	padding: 5px 11px;
}
.list-group {
	margin-bottom: 10px;
}
.well {
	padding: 10px;
}
.nav > li > a {
	font-size: 14px;
}
table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
}
}
/*-- //typography --*/
.form-group.row {
    margin-bottom: 1rem;
}
.bd-example {
    padding: 2em;
    border: 1px solid #eee;
    margin-bottom: 2em;
}
/*--Contact --*/
.contact-page {
	background: #2f2f2f;
}

.contact-page h3.tittle-w3layouts {
	color: #fff;
}

.contact-w3l-footer-w3 h4 {
	text-align: left;
	font-weight: inherit;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 13px;
	text-transform: capitalize;
	color: #fed700;
}

.contact-w3l-footer-w3 h4:nth-child(3) {
	margin-top: 1em;
}

@media(min-width:992px) {
	.contact-eql {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
}

.contact-left {
	flex-basis: 38%;
	-webkit-flex-basis: 38%;
}

.contact-middle {
	flex-basis: 60%;
	-webkit-flex-basis: 60%;
}

.contact-left,
.contact-middle {
	padding: 2em;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.42);
}

.add-info span {
	font-size: 1.1em;
	color: #ffffff;
	display: inline-block;
	float: left;
	margin-right: 1em;
}

.add-info p,
.add-info p a {
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom: 15px;
	color: #fff;
	text-decoration: none;
}

.add-info p a:hover {
	color: #fed700;
	text-decoration: none;
}

.contact-left .social-icons a:nth-child(1) {
	margin-left: 0px !important;
}

.contact-w3l-footer-w3 p.heading-btm,
.sevices-w3layouts p.heading-btm {
	color: #e7e3e3;
}

.contact-middle input[type="text"],
.contact-middle input[type="email"],


.contact-middle p {
	color: #cecece;
	font-weight: bold;
	margin-bottom: 4px;
	margin-left: 5px;
	font-size: 16px;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
	outline: none;
}



.submit {
	float: right;
	margin-top: 10px;
	color: #000;
}

.submit .glyphicon {
	font-size: 16px;
	border: none;
	padding: 0;
}

.contact-middle input[type="submit"] {
	background: #fed700;
	border: none;
	border: 2px solid #fed700;
	padding: .7em 2.5em;
	outline: none;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 2px;
	color: #fff;
	margin-top: 2em;
}

.contact-middle input[type="submit"]:hover {
	background: transparent;
	color: #fff;
}

.mid-info p a,
p.paragraph-w3-agile a {
	text-decoration: none;
}

.mid-info p a:hover,
p.paragraph-w3-agile a:hover {
	text-decoration: none;
	color: #fff;
}

/*--//Contact --*/
/*--contact Inner--*/

.mail_grid_w3l input[type="text"],
.mail_grid_w3l input[type="email"],
.mail_grid_w3l textarea {
	outline: none;
	padding: 14px;
	font-size: 14px;
	color: #212121;
	background: none;
	width: 100%;
	border: 1px solid #b5b5b5;
	letter-spacing: 1px;
	font-weight: 500;
}

.contact-fields-w3ls {
	margin-bottom: 1em;
}

.contact-fields-w3ls:nth-child(4) {
	margin-bottom: 0;
}

.mail_grid_w3l textarea {
	min-height: 175px;
	width: 100%;
	resize: none;
}

.mail_grid_w3l input[type="submit"] {
	outline: none;
	padding: 13px 0;
	font-size: 18px;
	color: #fff;
	font-weight: 600;
	background:#a400fd;
	width: 100%;
	border: none;
	text-transform: capitalize;
	letter-spacing: 2px;
	cursor:pointer;
	    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.mail_grid_w3l input[type="submit"]:hover {
	background:#000;
}

.map-section {
	padding: 1em 1em .7em;
	background: #eee;
}

.map-section iframe {
	border: none;
	width: 100%;
	height: 320px;
}

/*--//contact Inner--*/
h4.modal-title {
    font-size: 24px;
    color: #a400fd;
    font-weight: 500;
    letter-spacing: 2px;
}
.modal-body p {
    font-size: 14px;
    color: #777;
    line-height: 1.8em;
    padding: 20px 0;
}
/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
    background: url(../images/move-top.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/*--responsive--*/

@media(max-width: 1680px) {}

@media(max-width: 1600px) {}

@media(max-width: 1440px) {

}
@media(max-width: 1366px) {

}
@media(max-width: 1280px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 16px;
    }
	.banner-text-posi-w3ls {
    left: 13%;
    top: 37%;
}
}
@media(max-width: 1080px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 26px 12px;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 46px;
        letter-spacing: 1px;
    }
	.banner-text-posi-w3ls {
    left: 5%;
    top: 30%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile{
    min-height:544px;
}
.pager {
    bottom: 120px;
    left: 45%;
}
}
@media(max-width: 1050px) {
}
@media(max-width: 1024px) {
}
@media(max-width: 991px) {
    .navbar-toggler {
        padding: 0.50rem 0.8rem;
    }
    .navbar-light .navbar-toggler {
        color: #D61518;
        border-color: #D61518;
        border-radius: 0;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        font-size: 16px;
    }
    ul.navbar-nav.ml-auto.text-center.mr-xl-5 {
        background: rgba(185, 61, 252, 0.75);
    }
	.footer-grid:nth-child(3),.footer-grid:nth-child(4){
		margin-top:1.5em;
}
.banner-agile-1 {
    min-height: 300px; padding-top: 150px;
}
.copyrighttop {
    float: none;
    text-align: center;
    margin-bottom: 1em;
}
.copyrightbottom {
    float: none;
    text-align: center;
}
.wthree_text {
    padding-top: 4.5em;
}
.welcome-right-top {
    margin-top: 1.5em;
}
.packages_top {
    padding: 20px 16px;
}
}
@media(max-width: 900px) {
}
@media(max-width: 800px) {
 .banner-text-whtree h3 {
    font-size: 42px;
 }
 .banner-text-whtree p {
    width: 100%;
}
.banner-text-posi-w3ls {
    left: 0%;
    top: 30%;
}
}
@media(max-width: 768px) {
  .banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 520px;
}  
.w3_agile_testimonials_grid_right {
    width: 97%;
}
}
@media(max-width: 736px) {
  .banner-agile-1 {
    min-height: 270px; padding-top: 130px;
} 
.contact-fields-w3ls {
    margin-top: 1em;
}
.w3layouts_choose_left_grid2 {
    margin: 1.5em 0;
}
.w3layouts_news_left_grid2 {
    margin: 1.5em 0;
}
.agile-info_packages_left2 {
    margin-top: 1.5em;
}
.card-deck .card {
    flex: auto;
}
.card:nth-child(2) {
	margin-top:1.5em;
	margin-bottom:1.5em;
}
}
@media(max-width: 667px) {
    
}
@media(max-width: 640px) {
.banner-agile-1 {
    min-height: 250px; padding-top: 120px;
}
.banner-text-whtree h3 {
    font-size: 37px;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 500px;
}
}
@media(max-width: 600px) {
   
}
@media(max-width: 568px) {
.footer-grid:nth-child(2){
	   margin-top:1.5em;
   }
   .wthree_text {
    padding-top: 9.5em;
   }
   .banner-text-whtree h3 {
    font-size: 30px;
}
.banner-text-whtree p {
    font-size: 14px;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 470px;
}
.packages_top h4 {
    text-align: left;
    margin-top: 8px;
}
.packages_top p {
    text-align: left;
}
}
@media(max-width: 480px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 11px 0;
        font-size: 15px;
    }
    .navbar-light .navbar-brand {
        font-size: 42px;
    }
	.navbar-light .navbar-brand img{ max-width:260px;    }
    .navbar-toggler {
        padding: 0.40rem 0.8rem;
    }
	.banner-agile-1 {
    min-height: 230px; padding-top: 110px;
}
.w3l_header {
    font-size: 25px;
}
footer h3 {
    font-size: 1.4em;
}
.banner-text-whtree h3 {
    font-size: 29px;
}
.pager {
    bottom: 65px;
    left: 39%;
}
.banner-text-posi-w3ls {
    top: 28%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 430px;
}
.new_top h3 {
    font-size: 18px;
}
.test-tooltip1:after {
    bottom: -7%;
}
}
@media(max-width: 440px) {
  footer p {
    font-size: 14px;
}  
.copyrightbottom p {
    font-size: 14px;
}
.map-section iframe {
    height: 240px;
}
.wthree_text {
    padding-top: 7.5em;
}
p.card-text {
    font-size: 14px;
}
.choose_top p {
    font-size: 14px;
}
.welcome-left p {
    font-size: 14px;
}
.welcome-left h4 {
    font-size: 14px;
}
.welcome-left h3 {
    font-size: 28px;
}
.agile_testimonials_grid p {
    font-size: 14px;
}
}
@media(max-width: 414px) {
 .banner-agile-1 {
    min-height: 200px; padding-top: 100px;
}  

.w3_agile_testimonials_grid_right {
    padding: 1em 3em;
}
}
@media(max-width: 384px) {
 .wthree_text {
    padding-top: 6.5em;
}  
}
@media(max-width: 375px) {
  .pager {
    bottom: 29px;
    left: 35%;
  }
}
@media(max-width: 320px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        font-size: 14px;
    }
    .navbar-light .navbar-brand {
        font-size: 40px;
    }
    h3.title {
        font-size: 32px;
    }
	.banner-agile-1 {
    min-height: 170px; padding-top: 80px;
}
.w3l_header {
    font-size: 32px;
}
.wthree_text {
    padding-top: 5em;
}
.choose_top {
    padding: 55px 28px;
}
.choose_top h3 {
    font-size: 17px;
}
.banner-text-whtree h3 {
    font-size: 26px;
}
.banner-text-posi-w3ls {
    top: 20%;
}
.banner-w3ls-1, .banner-w3ls-2, .banner-w3ls-3, .banner-w3ls-4, .banner-w3ls-5, .banner-agile {
    min-height: 390px;
}
.banner-text-whtree p {
    padding:0 10px !important;
}
.pager {
    bottom: 42px;
    left: 33%;
}
.tex-t {
    padding: 2em 1em 0;
}
.test-tooltip1:after {
    bottom: -5%;
}
}
/*--//responsive--*/