/*!
Template Name: Stag
Template URI: http://deliciousthemes.com/
Author: DeliciousThemes
Author URI: http://deliciousthemes.com
Description: A Portfolio Template for Freelancers and Agencies
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html


*/
/*--------------------------------------------------------------
>>> Helpers
--------------------------------------------------------------*/
/* misc */
/* Magnific Popup CSS */
.header-seller{ background:#fff; padding:10px 0;}
.header-seller .login-username, .header-seller .login-password, .header-seller .login-btn{ padding:0 3px;}
.header-seller .login-label {
    font-size: 12px;
}
.header-seller input {
    border-radius: 0;
    font-size: 13px;
    height: auto;
    padding: 6px 5px;
}
.login-btn .button {
    color: #000;
    float: left;
    font-size: 13px;
    height: auto;
    line-height: normal;
    padding: 7px;
    text-align: center;
    width: 100%;box-shadow:none; border:0;
}
.topnav li {
    display: inline-block;
    float: left;
    width: auto;
}
.topnav li a {
    display: inline-block;
    float: left;
    padding: 10px 20px 0;
    width: 100%;
}
.registration-form {
    background: #eee ;
    border-radius: 5px;
    padding: 20px; margin-bottom:40px;
}
.registration-form h3 {
    color: #000;
    font-size: 26px;
}
ul.dt-tabs {
  width: 100%;
  margin-bottom: 0;
  padding: 0px;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

ul.dt-tabs li {
  transition: all 0.3s linear;
  background: none;
  color: #323232;
  margin-bottom: 6rem;
  position: relative;
  display: inline-block;
  padding: 10px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.2px;
}

ul.dt-tabs li.dt-tab-link {
  min-width: 80px;
}

ul.dt-tabs li span.dt-tab-count {
  transition: all 0.35s linear;
  font-family: Raleway;
  font-size: 54px;
  line-height: 38px;
  color: #f0f0f0;
  font-weight: 600;
  z-index: 10;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;opacity: 0.15;
}
.dt-tab-count.dt-tab-count_wrapper2 {
    font-size: 28px !important;
    height: 80px;
    line-height: 58px !important;
    width: 80px;
}
.dt-tab-count.dt-tab-count_wrapper3 {
    font-size: 20px !important;
    height: 85px;
    left: -9px !important;
    line-height: 58px !important;
    top: 22px !important;
    width: 85px;
}.dt-tab-count.dt-tab-count_wrapper4 {
     font-size: 19px !important;
    height: 90px;
    left: -24px !important;
    line-height: 74px !important;
    top: 17px !important;
    width: 90px;
}
.dt-tab-count.dt-tab-count_wrapper5 {
   font-size: 18px !important;
    height: 100px;
    left: -9px !important;
    line-height: 82px !important;
    top: 5px !important;
    width: 100px;
}
.dt-tab-count_wrapper, .dt-tab-count_wrapper2, .dt-tab-count_wrapper3, .dt-tab-count_wrapper4, .dt-tab-count_wrapper5 {
    border: 1px solid #337ab7;
    border-radius: 100px;
    color: #337ab7 !important;
    font-size: 33px !important;
    height: 75px;
    line-height: 50px !important;
    overflow: hidden;
    padding: 10px;
    top: 28px !important;
    width: 75px;
}
ul.dt-tabs li span.dt-tab-title {
  transition: all 0.35s linear;
  left: -113px;
    top: 16px;
  z-index: 12;
  position: relative;
  line-height: 30px;
}
.dt-tab-title::before {
    background: #337ab7 none repeat scroll 0 0;
    content: " ";
    display: inline-block;
    height: 2px;
    width: 100%;
}
.dt-tabs .dt-tab-link:first-child .dt-tab-title::before { background:none !important}
ul.dt-tabs li:hover {
  color: #3e8a6c;
}

ul.dt-tabs li:after {
  content: "\f107";
  font-family: fontawesome;
  font-size: 44px;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  color: #337ab7;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s linear;
}

.dt-tab-link.current::before {
    background: #fff;
    bottom: -89px;
    content: " ";
    height: 100%;
    position: absolute;
    right: 8px;
    width: 80%;
    z-index: 9;
}
ul.dt-tabs li.current {
  transition: all 0.3s linear;
}

ul.dt-tabs li.current span.dt-tab-count {
 /* -webkit-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);*/
  color: #3e8a6c; opacity:1;
}

ul.dt-tabs li.current span.dt-tab-title {
 
  color: #3e8a6c;
}

ul.dt-tabs li.current:after {
  top: 121px;
    z-index: 9;
  opacity: 1;
  filter: alpha(opacity=100);
}

.dt-tab-content {
  display: none;
  position: relative;
  padding-left: 70px;
  padding-right: 20%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: 5rem; border:1px solid #337ab7;
}

.dt-tab-content.current {
  display: inherit;
}

.dt-tab-content h2 {
  font-weight: 600;
  font-size: 36px;
  line-height: 48px;
  position: relative;
  margin-bottom: 28px; color:#337ab7;
}

.dt-tab-content h2:before {
  content: "";
  width: 50px;
  height: 1px;
  background: #337ab7;
  display: inline-block;
  left: -70px;
  position: absolute;
  top: 24px;
}

.dt-tab-content p {
  letter-spacing: 0.75px; color:#337ab7;
}

.dt-tab-content .dt-process-keys {
  list-style: none;
  margin-bottom: 0;
}

.dt-tab-content .dt-process-keys li {
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #ccc;
  letter-spacing: 2px;
  margin-top: 20px;
}

.dt-tab-content .dt-tab-content-no {
  position: absolute;
  right: 0;
  bottom: 8rem;
  font-family: Raleway, "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14rem;
  color: #f6f6f6;
  font-weight: 600;
  line-height: 24px;
}

@media only screen and (max-width: 959px) {
  ul.dt-tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  ul.dt-tabs li {
    width: 30%;
  }
  .dt-tab-content {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 479px) {
  ul.dt-tabs {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  ul.dt-tabs li {
    width: 50%;
  }
}

@-webkit-keyframes fadeInD {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInD {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInD {
  -webkit-animation-name: fadeInD;
  animation-name: fadeInD;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
}

.arrow-separator:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #fafafa transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -10px;
}

a.dt-interest-tab {
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  position: relative;
  display: block;
  width: 100%;
  padding: 50px 40px;
  text-align: center;
  /* 	&:after {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 1px solid #323232;
	content: '';
	opacity: 0;
	transition: opacity 0.35s;	
	} */
}

a.dt-interest-tab.dark-tab span {
  color: #686868;
}

a.dt-interest-tab.light-tab * {
  color: #fff;
}

a.dt-interest-tab h3 {
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

a.dt-interest-tab span {
  letter-spacing: 1px;
  position: relative;
  transition: all 0.35s;
}

a.dt-interest-tab span:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: -5px;
  opacity: 0;
  transition: all 0.35s;
}

a.dt-interest-tab:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  content: '';
  opacity: 0;
  transition: opacity 0.35s;
  z-index: 0;
}

a.dt-interest-tab.light-tab:after {
  border-color: #fff;
}

a.dt-interest-tab:hover:after {
  opacity: 1;
}

a.dt-interest-tab:hover span {
  margin-left: -5px;
}

a.dt-interest-tab:hover span:after {
  content: "\f105";
  font-family: fontawesome;
  position: absolute;
  right: -15px;
  opacity: 1;
}

.del-separator-bottom:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -15px;
  z-index: 10;
}

.del-separator-top:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 15px 15px;
  border-color: inherit;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -15px;
}

.del-separator-right:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -15px;
}

.del-separator-left:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: inherit;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -15px;
}

html .vc_row[data-vc-full-width] {
  overflow: initial;
}

html .vc_row[data-vc-full-width].vc_parallax {
  overflow: hidden;
}

.tabs-wrapper {
  width: 100%;
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.tab-item {
  clear: both;
  overflow: hidden;
  padding: 15px 0;
  border-bottom: 1px solid #fff;
}

.tabs-container {
  float: left;
  position: relative;
  display: block;
  width: 100%;
}

.tabs-wrapper .tab-content {
  background: #fff;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #EFEFEF;
  border-radius: 0px 3px 3px 3px;
}

ul.tabs {
  float: left;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}

.tabs-container p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  ul.tabs li {
    width: 100%;
    left: 0 !important;
  }
}

ul.tabs li {
  float: left;
  padding-left: 0 !important;
  overflow: hidden;
  padding-bottom: 0;
  position: relative;
  text-align: center;
  outline: none;
  margin-bottom: 0;
  list-style: none;
  bottom: -1px;
}

ul.tabs li a {
  text-decoration: none;
  font-size: 13px;
  display: block;
  padding: 14px 25px;
  outline: none;
  border: 1px solid #efefef;
  color: #9a9a9a;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

ul.tabs li a i {
  margin-right: 10px;
}

ul.tabs li a:hover {
  color: #323232;
  background: #fafafa;
}

ul.tabs li.active a {
  border-left: 1px solid #EFEFEF;
  border-right: 1px solid #EFEFEF;
  border-top: 1px solid;
  border-bottom: 1px solid #fff;
  color: #323232;
}

ul.tabs li:nth-child(2) {
  left: -1px;
}

ul.tabs li:nth-child(3) {
  left: -2px;
}

ul.tabs li:nth-child(4) {
  left: -3px;
}

ul.tabs li:nth-child(5) {
  left: -4px;
}

ul.tabs li:nth-child(6) {
  left: -5px;
}

ul.tabs li.active {
  z-index: 1;
}

ul.tabs li.active, ul.tabs li.active a:hover {
  background: #fff;
  color: #323232;
}
hr.general.left {
    margin: 8px 0 10px !important;
}
.service-box-2 .general {
    margin-bottom: 30px !important;
}
hr.general {
    border-color: #f6c640;
    border-width: 4px;
    margin-bottom: 35px;
    margin-top: 35px;
    max-width: 35px;
}
#testimonials .text-right hr, .team-list .text-right hr {
    display: block;
    left: 95%;
    position: relative;
    right: 0;
}
.team-list .text-right .header-social {
    left: auto;
    right: 0;
}
.team-list .header-social {
    display: inline-block;
    left: 0;
    list-style: outside none none;
    margin: 0 auto;
    
    padding: 0;
    position: absolute;
    right: 0;
    width: auto;
}
 .team-list .header-social {
    margin: 10px;
}
.header-social li { width:auto; float:left; 
    height: 20px;
    line-height: 20px;
    padding: 0 9px;
}
.service-box-2 {
    margin: 0 0 40px;
}
.team-list .mini-title {
    font-size: 13px;
    text-transform: none; color:#337ab7
}
.w_lalchikeeda{ font-size:13px; margin-top:7px !important; margin-right:7px !important;}
.before_keeda_w:before{ background: rgba(0, 0, 0, 0) url("../images/k_icon.png") no-repeat scroll 0 0;
    content: " ";
    height: 240px;
   left: 43px;
    position: absolute;
    top: -159px;
    width: 200px;
    z-index: 99999;}
	
	.team_listing_ui {
    display: inline-block;
    float: left;
    position: relative;
    width: 100%;
}
.team_listing_ui > li {
    float: left;
    line-height: 21px;
    width: 100%;
}	
.team_listing_ui li::before {
    content: "";
    font-family: fontawesome;
    font-size: 13px;
    left: -17px;
    position: absolute;   
}
.team_listing_infoUi {
    background: #eee ;
    border: 1px solid #ddd;
    padding: 20px;
}
.team_listing_infoUi p {
    font-size: 13px;
    line-height: 21px;
}

/*# sourceMappingURL=style.css.map */