/* Title */
#sp-main-body {
	padding: 0!important;
}
.qx-section {
	background: url(../images/header-title.png) no-repeat top center;
}
#sp-header,
body.com-quix #sp-main-body > .container {
    width: 100%!important;
}
div.qx-section {
    margin-left: 0!important;
    max-width: 100%!important;
}
div.qx-container {
    max-width: 100%!important;
}
#sp-component {
    padding: 0;
}
body.com-users #sp-component {
    padding: 70px;
}
.et-title h2 {
	font-size: 48px;
    margin: 0;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.et-title h6 {
    padding: 6px 10px 6px;
    margin-top: 0px;
    font-size: 12px;
    letter-spacing: 2px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
}
.et-title p {
	margin: 0;
	color: #bcbcbc;
	font-size: 14px;
	font-weight: 500;
    margin: 15px 0;
}
/* Transition */
h1, h2, h3, h4, h5, h6, i, i:before, i:after  {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Slider */
.et-slider {
	position: relative;
}
.et-slider .tp-caption a {
	padding: 12px 35px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.et-slider .button:hover {
	background: #222;
}
.et-bounce {
	position: absolute;
	bottom: 10px;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 9999;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    border-radius:50%;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
    color: #fff;
    font-size: 24px;
}
 
@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);}
    60% {-webkit-transform: translateY(-15px);}
}
 
@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-moz-transform: translateY(0);}
    40% {-moz-transform: translateY(-30px);}
    60% {-moz-transform: translateY(-15px);}
}
 
@-o-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {-o-transform: translateY(0);}
    40% {-o-transform: translateY(-30px);}
    60% {-o-transform: translateY(-15px);}
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
    40% {transform: translateY(-30px);}
    60% {transform: translateY(-15px);}
}
@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
/* About */
.et-about-item-wrap {
    position: relative;
}
.et-about-item {
    position: absolute;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.et-about-item:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.et-about-item1 {
    z-index: 2;
}
.et-about-item2 {
    top: 150px;
    left: -65px;
    z-index: 1;
}
.et-about-item3 {
    right: -40px;
}
.et-about-item4 {
    top: 150px;
}
/* Parallax */
.et-parallax {
    position: relative;
}
.et-parallax:before {
    content: "";
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .5);
    z-index: 999;
}
.et-parallax-content {
    position: relative;
    z-index: 9999;
}
.et-parallax-content h1 {
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 5px;
    padding-bottom: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.et-parallax-content h1 span {
    text-decoration: none!important;
}
.et-parallax-content p {
    font-weight: 400;
    font-style: italic;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
}
/* Why-Choose */
.et-why-choose-item {
    cursor: pointer;
}
.et-why-choose-item h4 {
    margin: 20px 0;
}
.et-why-choose-img {
    position: relative;
}
.et-why-choose-img-top {
    position: absolute;
    top: 0;
    right: -12px;
    z-index: -1;
}
.et-why-choose-img-center {
    margin-top: 90px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.et-why-choose-img-center:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.et-why-choose-img-center img {
    margin: 0 auto;
}
.et-why-choose-img-bottom {
    position: absolute;
    bottom: -90px;
    left: -12px;
    z-index: -1;
}
/* Parallax-Video */
.et-parallax-video h3 {
    margin-bottom: 40px!important;
}
/* Feature */
.et-feature-item {
	cursor: pointer;
}
.et-feature-item h4 {
	font-weight: 700;
}
.et-feature-item i {
	width: 40px;
    height: 40px;
    border-radius: 35%;
    border: 2px solid #F1F1F1;
    text-align: center;
    line-height: 37px;
}
.et-feature-item:hover i {
	color: #fff;
}
/* Number */
.et-number-head,
.et-number-content {
    cursor: pointer;
}
.et-number-head i {
    width: 100px;
    height: 100px;
    border-radius: 15px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    line-height: 90px;
}
.et-number-head1 i {
    background-color: #fac167;
}
.et-number-head2 i {
    background-color: #81beb9;
}
.et-number-head3 i {
    background-color: #e07561;
}
.et-number-head4 i {
    background-color: #295970;
}
.et-number-head i:before {
    position: absolute;
    top: 35px;
    left: 35px;
    font-size: 36px;
    line-height: 30px;
    color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.et-number-head .qx-nc-number {
    position: absolute;
    top: -10px;
    left: 45px;
    width: 39px;
    height: 39px;
    border-radius: 5px;
    line-height: 39px;
}
.et-number-head .qx-nc-number:before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 39px;
    height: 39px;
    background-color: #333946;
    border-radius: 5px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1;
}
.et-number-content h5 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.et-number-content p {
    line-height: 25px;
}
/* Team-Head */
.et-team-head-left h3 {
    font-size: 30px;
    line-height: 40px;
    color: #333946;
    letter-spacing: 1.5px;
    margin-bottom: 20px;
}
.et-team-head-left p {
    line-height: 25px;
}
.et-team-head-left h5 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 20px;
}
.et-team-head-left h6 {
    font-size: 18px;
    font-weight: 400;
}
/* Services */
.et-services-item {
	display: inline-block;
	margin: 50px 30px 20px 0;
	cursor: pointer;
}
.et-services-content h2 {
	margin-bottom: 40px;
}
/* Portfolio */
.et-portfolio-button:hover {
	color: #fff;
}
.sp-simpleportfolio .sp-simpleportfolio-filter > ul > li {
	margin: 5px;
}
.project-img img {
    width: 100%;
}
.projects-filter {
    text-align: center;
    display: inline-block;
}
.projects-filter ul {
    display: inherit;
    line-height: 43px;
    margin: 0 auto;
}
.projects-filter ul li {
    line-height: 40px;
    margin: 5px 0;
    display: static!important;
    float: left;
}
.projects-filter a {
    padding: 8px 15px;
    border: 1px solid #fff;
}
.item-page .project-img {
    border: 5px solid #fff;
}
.pp-button {
    color: #fff;
    padding: 12px 40px;
    font-weight: 700;
}
.pp-button:hover {
    color: #fff;
    background: #666;
}
.projects-filter a {
    width: 200px;
    display: inline-block;
    padding: 0;
    border-radius: 20px;
}
/* Team */
.et-team-item {
	position: relative;
	margin: 0 5px; 
}
.et-team-item img {
    width: 85%;
    margin-left: 15%;
    margin-top: 100px;
    border: 15px solid;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.et-team-item:hover img {
    opacity: .8;
    cursor: pointer;
}
.et-team-item .qx-person-img {
	margin-bottom: 0;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.et-team-item .qx-person-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 75%;
    height: 70%;
    z-index: 9999;
    transition: all .3s linear;
    z-index: -2;
    background: #f6f6f6;
}
.et-team-item:hover .qx-person-img:before {
    opacity: .7;
}
.et-team-item .qx-person-position {
	z-index: 9999;
    font-size: 22px;
    color: #1F1F1F;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 5px 15px 20px;
    position: absolute;
    top: 30px;
}
.et-team-item h4 {
	padding: 15px 5px 15px 20px;
    position: absolute;
    top: 0;
}
.et-team-item .social-links {
	z-index: 3;
	width: 100%;
	left: 7px;
	right: 0;
	margin: 0 auto;
    top: 90px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
.et-team-item .social-links a {
    width: 27px;
    height: 35px;
    display: inline-block;
    color: #007dac;
    text-align: center;
    line-height: 24px;
    margin: 0 6px;
    border-radius: 3px;
}
.et-team-item .social-links a:before {
	font-size: 12px;
}
/* Parallax-Counter */
.et-parallax-counter > div {
    background: #fff;
    cursor: pointer;
}
.et-parallax-counter-item .qx-nc-number {
    margin: 80px 0 15px;
}
.et-parallax-counter-item i {
    left: 0;
    right: 0;
    top: 45px;
    width: 70px;
    height: 70px;
    border-radius: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    color: #fff;
}
.et-parallax-counter-item:hover i:before {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7)
        -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.et-parallax-counter-item:hover i {
    background: #222;
}
.et-parallax-counter-item i:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12px;
}
.et-parallax-counter-item i:after {
    position: absolute;
    left: -7px;
    top: -7px;
    content: "";
    width: 85px;
    height: 85px;
    border: 2px solid;
}
/* Action */
.et-action-title  h3 {
	font-size: 36px;
	font-weight: 700;
	margin: 0;
}
.et-action-title  h5 {
	font-weight: 300;
}
.et-action-button {
	background: none;
}
/* Pricing */
.et-table-item {
    transition: all .20s ease 0s;
    border: 2px solid rgba(1, 125, 172, .05);
    border-radius: 2px;
}
.et-table-item:hover {
    background: #fff;
    border-width: 2px;
    box-shadow: 5px 5px 0 0 rgba(1,126,172, .1);
    transform: translate(-1%, -1%) scale(1);
}
.et-table-item:hover button {
    border-radius: 2px;
    color: #fff;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.et-table-item:hover button a {
    color: #fff;
}
.et-table-item h3 {
    font-size: 26px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700;
}
.et-table-item p {
    text-align: left;
}
.et-table-item .table-price {
    padding-top: 15px;
    padding-bottom: 25px;
}
.et-table-item .table-price .curriency {
    vertical-align: super;
    font-size: 24px;
    top: -25px;
    position: relative;
    margin-right: 8px;
    color: #888888;
}
.et-table-item .table-price .price {
    font-size: 60px;
    font-weight: 700;
}
.et-table-item .table-price .month {
    vertical-align: bottom;
    font-size: 12px;
    position: relative;
    bottom: 10px;
    color: #888888;
}
.et-table-item ul.table-items li {
    display: block;
    margin-bottom: 8px;
    color: #1F1F1F;
    font-family: 'Signika-Bold';
}
.et-table-item ul.table-items li:hover {
    background: #fff;
}
.et-table-item ul.table-items li i {
    margin-right: 8px;
}
.et-table-item ul.table-items li strong {
	display: none;
}
.et-table-item button {
    background: none;
    border: 1px solid;
    border-radius: 2px;
    color: #cfaa45;
    position: relative;
    padding: 10px 15px;
    margin-top: 20px;
    font-size: 12px;
    transition: all .20s linear;
}
.et-table-item button:hover {
    background: #fff!important;
}
/* Testimonial */
.et-testimonial h5 {
    font-size: 30px;
    font-weight: 600;
    margin: 50px 20px 0 0;
}
.et-testimonial p {
    font-size: 16px;
    line-height: 25px;
}
.et-testimonial .qx-testimony {
    text-align: left;
    width: 70%;
    float: right;
    padding-left: 40px;
}
.et-testimonial img {
    width: 30%;
    float: left;
}
.et-testimonial h4,
.et-testimonial .qx-designation  {
    clear: left;
    text-align: left;
    padding-left: 20px;
}
/* Blog */
body.com-k2 #sp-main-body {
    padding-top: 50px!important;
}
div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
    float: left;
}
.et-blog div.k2ItemsBlock ul {
    padding-left: 0;
}
.et-blog div.k2ItemsBlock ul li {
    float: left;
    margin-right: 2%;
    width: 49%;
}
.et-blog div.k2ItemsBlock ul li:nth-child(2n) {
    margin-right: 0!important
}
.et-blog a.moduleItemImage img {
    width: 25%!important;
    margin-top: 10px;
    margin-bottom: 0;
    float: left!important;
    margin: 5px 20px 4px 4px!important;
}
.et-blog .media-body {
    padding-top: 10px;
}
.et-blog div.k2ItemsBlock ul li:nth-child(4),
.et-blog .lastItem {
    position: relative;
}
.et-blog .moduleItemReadMore {
    padding: 12px 30px;
    text-transform: uppercase;
    border: 1px solid #adadad;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
}
.et-blog .moduleItemReadMore:hover {
    color: #fff;
}
.et-blog .moduleItemDateCreated {
    margin-bottom: 30px;
}
/* Subscribe */
.et-subscribe-title h4 {
	margin-top: 0;
	font-size: 36px;
	font-weight: 700;
}
.et-subscribe-title h5 {
    letter-spacing: 2px;
    font-size: 16px;
    font-weight: 300;
}
.et-subscribe-content table {
	margin: inherit;
}
.et-subscribe-content table input {
	background: none!important;
	border-radius: 0!important;
	padding: 20px 70px!important;
}
.et-subscribe-content table .button {
	padding: 10px 30px!important;
	border-color: #fff;
}
.et-subscribe-content table tr {
	display: inline;
}
/* Contact */
.et-contact-form label {
  	color: #fff;
}
.et-contact-form input {
    border-radius: 0!important;
    height: 25px!important;
    width: 100%;
}
.et-contact-form textarea {
    height: 100px!important;
    border-radius: 0!important;
    width: 100%;
}
.et-contact-form button {
	background: none;
    width: 150px;
    height: 35px;
    color: #ccc;
    display: block;
    text-align: center;
    border-radius: 2px;
    border: 2px solid #F1F1F1;
    transition: all .25s linear;
    font-weight: 400;
}
.et-contact-form button:hover {
	color: #fff!important;
}
/** RESPONSIVE **/
/* Screen min 1199px */
@media (min-width: 1200px) {
	.et-services-right,
	.et-about .et-title {
		padding-left: 60px;
		padding-right: 60px;
	}
}
/* Screen min 1199px */
@media (max-width: 1199px) {
	.et-services-right,
	.et-about .et-title {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 1200px) and (max-width: 1550px) {
	.et-services-right, .et-about .et-title {
	    padding: 30px;
	}
	.et-services-content h2 {
	    margin-bottom: 10px;
	}
}
/* Screen min 980px and max 1199px */
@media (min-width: 980px) and (max-width: 1199px) {
	.et-about .et-title {
		padding-top: 40px;
		padding-bottom: 0!important;
	}
	.et-services > div {
		width: 100%!important;
	}
}
/* Screen  max 1024px */
@media (max-width: 1024px) {
   .menu-slide-down .sp-has-child >.sp-dropdown.sp-dropdown-mega {
    right:-47px!important;
   }
}
/* Screen max 768px */
@media (max-width: 768px) {
  .et-team-item .qx-person-position {
    font-size:17px!important;
  }
  .et-team-item h4 {
    font-size:13px!important;
  }
}
/* Screen max 767px */
@media (max-width: 767px) {
	.et-subscribe > div:first-child {
		padding-bottom: 0!important;
	}
	.et-action-title,
	.et-subscribe > div > div {
		text-align: left;
	}
	.et-blog div.k2ItemsBlock ul li {
		width: 100%;
		margin-right: 0;
	}
    #et-parallax {
        padding-top: 30px!important;
        padding-bottom: 30px!important;
    }
    .et-number-item {
        margin: 20px 0!important;
    }
}
/* Screen max 736px */
@media (max-width: 736px) {
  .et-number-head .qx-nc-number {
    left: 234px!important;
  }
  .et-why-choose-item {
    text-align: center!important;
   }
  #et-why-choose-img-bottom {
    padding-bottom:60px!important;
   }
  .et-table-item {
    margin-bottom:30px!important;
  }
  .et-number-content {
    padding-bottom:20px!important;
  }
}
/* Screen max 734px */
@media (max-width: 734px) {
  .et-why-choose-item {
    text-align: center!important;
   }
  #et-why-choose-img-bottom {
    padding-bottom:60px!important;
   }
  .et-table-item {
    margin-bottom:30px!important;
  }
  .et-number-head .qx-nc-number {
    left:262px!important;
  }
  .et-number-content {
    padding-bottom:20px!important;
  }
}
@media (max-width: 734px) {
  .et-number-head .qx-nc-number {
    left: 234px!important;
  }
}
/* Screen max 480px */
@media (max-width: 480px) {
 .et-why-choose-item {
    text-align: center!important;
   }
  #et-why-choose-img-bottom {
    padding-bottom:60px!important;
   }
  .et-table-item {
   margin-bottom:30px!important;
  }
}
