
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css?family=Hind:400,500|Nunito:400,600,700");
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i|Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
/*--------------------------------------------------------------
#0.1    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 16px;
}

body {
	font-family: 'Poppins', sans-serif;
	background-color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	color: #667e96;
}


@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: bold;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover,
a:focus {
  text-decoration: none;
}

a {
    text-decoration: none;
    color: inherit;
}
img {
  max-width: 100%;
}

.grey-bg {
    background-color: #f2f2f2;
}

.text-white {
	color: #ffffff;
}

/*--------------------------------------------------------------
#0.2    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 100px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}
img {
  max-width: 100%;
}
img {
 max-width: 100%;
 height: auto;
}

.form-control:focus, button:visited, button.active, button:hover, button:focus, input:visited, .banner-contact select:visited, input.active, .banner-contact select.active, input:hover, .banner-contact select:hover, input:focus, .banner-contact select:focus, textarea:hover, textarea:focus, a:hover, a:focus, a:visited, a.active, select, select:hover, select:focus, select:visited {
 outline: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 text-decoration: none;
 color: inherit;
}
.form-control {
 -webkit-box-shadow: none;
 box-shadow: none;
}

.mb20 {
 margin-bottom: 20px;
}
.mb80 {
 margin-bottom: 80px;
}
.mb60 {
 margin-bottom: 60px;
}
.pt10 {
 padding-top: 10px;
}
/*---------------------------
---------Margin setting----------
-----------------------------*/
.mt100 {margin-top: 100px;}
.mt70 {margin-top: 70px;}
.mt40 {margin-top: 40px;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.mt15 {margin-top: 15px;}
.mt30 {margin-top: 30px;}
.mb15 {margin-bottom: 15px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}
.mb70 {margin-bottom: 70px;}
.mb75 {margin-bottom: 75px;}
.mr30{margin-right: 30px;}
.mr35{margin-right: 35px;}
.ml5{margin-left: 5px;}
.ml70{margin-left: 70px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}

/*---------------------------
---------Padding setting----------
-----------------------------*/
.p0{padding: 0;}
.pt10 {padding-top: 10px;}
.pt20 {padding-top: 20px;}
.pt60 {padding-top: 60px;}
.pt80 {padding-top: 80px;}
.pt90 {padding-top: 90px;}

.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb30 {padding-bottom: 30px;}
.pb40 {padding-bottom: 40px;}
.pb50 {/* padding-bottom: 50px; */}
.pb90 {padding-bottom: 90px;}

.pl15{padding-left: 15px;}
/*---------------------------------------------------- */
/*----------------------------------------------------*/

.header-top-section {
	background-color: #dda663;
	padding: 6px 0 6px;
	transition: .3s all ease-in-out;
	position:  absolute;
	z-index:  2;
	left:  0;
	right: 0;
	line-height: 50px;
}
.header-top-section.menu-bg-overlay {
    background-color: #dda663;
    padding-top: 0;
    padding: 3px 0px;
    left: 0;
    right: 0;
    transition: .3s all ease-in-out;
    position: fixed;
    z-index: 5;
}
.show-on-click {
  display: none;
}
.header-top-section .logo {
    margin-right: 100px;
    width: 150px;
}
.header-top-section .header-contact {
	font-size: 15px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0.3px;
    color: #ffffff;
}
.header-top-section .header-contact i {
 margin-right: 8px;
 color: #fff;
}
.banner-heading .sub-title {
  color: #d2d2d2;
  font-family: 'Poppins';
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.banner-section {
 background-image: url(../img/banner/bm-1.jpg);
 background-size: cover;
 background-repeat: no-repeat;
 position: relative;
 padding: 160px 0px 120px 0;
 margin-top: 20;
}
.banner-heading {
    position: relative;
    z-index: 1;
    padding: 25px 0;
    margin-left: 50px;
}
.banner-heading .banner-title {
 font-size: 45px;
 color: #fff;
 font-weight: 700;
 font-family: 'Poppins';
}
.banner-heading .banner-title span {
  color: #dda663;
}
.banner-heading .banner-title span {
 color: #dda663;
}
.banner-contact input, 
.banner-contact select, 
.service-page-contact-form input, 
.service-page-contact-form select,
.contact-area-form input,
.contact-area-form select {
    height: 32px;
    width: 100%;
    border: none;
    margin-bottom: 15px;
	font-size: 14px;
    -webkit-appearance: initial;
    border-radius: 0px;
    padding: 0px 10px;
    background-color: #fff;
	color: #000000;
}

.banner-contact textarea {
    height: 80px;
    width: 100%;
	font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
}
.service-page-contact-form textarea, .contact-area-form textarea {
    height: 80px;
    width: 100%;
	font-size: 14px;
    padding: 5px 10px;
    border: none;
    border-radius: 0px;
}
.service-page-contact-form input, 
.service-page-contact-form select, 
.service-page-contact-form textarea,
.contact-area-form input,
.contact-area-form select,
.contact-area-form textarea {
    border: 1px solid #d3d3d3;
}
.submit-btn input, 
.submit-btn .banner-contact select, 
.banner-contact .submit-btn select {
	width: 200px; 
	height: 45px;
	margin-top: 25px;
	background-color: #dda663;
	color: #fff;
	transition: .3s all ease-in-out;
	text-transform:  uppercase;
	font-weight:  700;
}
.submit-btn input:hover,
.call-btn:hover {
  background-color: #093ac5;
}
.white-overlay {
 background-color: rgba(97, 97, 97, 0.4);
 position: absolute;
 top: 0;
 z-index: 0;
 height: 100%;
 width: 100%;
}
.arrow {
 position: absolute;
 bottom: 0;
 width: 100%;
 height: 20px;
 background-color: #fff;
}
.arrow:after {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 left: 50%;
 border-bottom: 20px solid #fff;
 border-left: 30px solid transparent;
}
.arrow:before {
 content: '';
 position: absolute;
 bottom: 100%;
 width: 50%;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 right: 50%;
 border-bottom: 20px solid #fff;
 border-right: 30px solid transparent;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.about-us-section {
 padding: 40px 0px 100px;
}
.about-us-section2 {
 padding: 100px 0px 100px;
}
.who-we-are {
 margin: 70px 0px 0px 50px;
}
.who-we-are2 {
 margin: 0px 0px 30px 0px;
}
.about-us-list {
 margin-top: 30px;
}
.about-us-list li {
 margin-bottom: 10px;
}
.about-us-list i {
 margin-right: 5px;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/

.breadcrum-section {
	position: relative;
	text-align: center;
    padding-bottom: 330px;
}	

.breadcrum-section:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: #222222;
	opacity: .50;
	content: "";
}
.breadcrum-content {
    position: absolute;
    bottom: 70px;
    left: 0;
    right: 0;
}
.breadcrumb {
    background-color: transparent;
}
.breadcrumb li, .breadcrumb>.active {
    font-size: 18px;
    color: #e5e5e5;
}
.breadcrumb li, .breadcrumb>.active {
    font-size: 18px;
    color: #e5e5e5;
}
.breadcrum-title-head {
    margin: 0;
    font-size: 36px;
	font-weight: 700;
}
.white {
    color: #fff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.sercvice-section {
 background-color: #f1f1f1;
 padding: 95px 0px;
}
.service-icon {
	height: 123px;
}
.service-icon i {
 font-size: 72px;
 color: #dda663;
 width: 72px;
 height: 72px;
 margin-top: 28px;
}
.service-text h3 {
 margin: 15px 0px;
 color: #000;
 transition: .3s all ease-in-out;
 font-size: 24px;
 font-weight: 700;
}
.service-icon-text {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 25px 30px 50px 30px;
  min-height: 365px;
  margin-bottom: 30px;
}
.service-icon-text:hover .service-text h3 {
  color: #dda663;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.call-action-title {
 font-size: 40px;
 color: #000;
 font-weight: 700;
 margin-bottom: 30px;
}
.call-to-action-section {
 position: relative;
}
.call-to-action-section .jarallax {
 background-image: url(../img/banner/bm-2.jpg);
 padding: 66px 0px;
}
.call-to-content {
 position: relative;
 z-index: 3;
 max-width: 750px;
 margin: 0 auto;
}

.overlay-2 {
 background-color: rgba(255, 255, 255, 0.65);
}
.call-btn {
 height: 60px;
 width: 230px;
 background-color: #dda663;
 color: #fff;
 font-size: 20px;
 text-transform: uppercase;
 border-radius: 4px;
 font-weight: 600;
 line-height: 60px;
 margin: 0 auto;
 transition: .3s all ease-in-out;
}
.call-btn a {
 width: 100%;
 display: block;
}
.modal-backdrop {
 background-color: transparent;
 z-index: -1;
}
.modal-title {
 color: #000;
 font-size: 20px;
 font-weight: 600;
 float: left;
}
.modal-contact input, .modal-contact .banner-contact select, 
.banner-contact .modal-contact select,
.modal-contact textarea {
 height: 50px;
 margin-bottom: 20px;
 padding: 0 15px;
 width: 100%;
 border: 1px solid #e5e5e5;
 border-radius: 2px;
}
input.wpcf7-form-control.wpcf7-submit {
	width: 200px; 
	height: 45px;
	margin-top: 25px;
	background-color: #dda663;
	color: #fff;
	border: none;
	transition: .3s all ease-in-out;
	text-transform:  uppercase;
	font-weight:  700;
}
.modal-contact input[type=submit] {
	width: 100%;
	height: 60px;
	background-color: #dda663;
    color: #fff;
    font-size: 20px;
	border: none;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    transition: .3s all ease-in-out;
}
.modal-contact textarea {
  height: 100px;
}
.modal-contact button {
 height: 50px;
 width: 150px;
 background-color: #dda663;
 border-radius: 2px;
 border: none;
 font-size: 18px;
 color: #fff;
 line-height: 50px;
}
.modal-content {
 border: none;
 padding-bottom: 0;
}
button.close {
  background: #dda663;
  padding: 4px 10px;
  opacity: 1;
  color: #fff;
  position: relative;
  z-index: 33;
}
.modal-header .close {
 margin-top: -30px;
}
.modal-header {
  padding: 15px;
  border-bottom: 2px solid #e5e5e5;
  text-align: center;
  margin: 0px 20px;
  margin-bottom: 25px;
}
div#exampleModal-1 .modal-title {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  z-index: 0;
  float: none;
}
/*---------------------------------------------------- */
/*----------------------------------------------------*/
.testimonial-section {
 padding: 100px 0px 70px;
}.testimonial-section2 {
 padding: 100px 0px 70px;
 background-color: #f1f1f1;
}
.testimonial-text {
 margin-bottom: 30px;
 overflow:  hidden;
}
.testimonial-text span {
 font-size: 16px;
}
.testimonial-text i {
 font-size: 26px;
 margin-right: 5px;
 color: #dda663;
}
.testimonial-pic-text {
 padding: 35px 30px;
 background-color: #fff;
 -webkit-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.2);
 display: inline-block;
 min-width: 100%;
 min-height: 300px;
}
.testimonial-pic-details {
  /*position: absolute;*/
  bottom: 40px;
}
.client-pic {
 height: 80px;
 width: 80px;
 margin-right: 20px;
 overflow: hidden;
 border-radius: 100%;
}
.client-pic img {
 border-radius: 100%;
}
.client-name-designation {
 display: inline-block;
 margin-top: 20px;
}
.client-name-designation .name {
 font-size: 18px;
 display: block;
 font-weight: 700;
}
.ratting-number {
 font-size: 36px;
}
.rate-star i {
 color: #dda663;
}
.testimonial-slide .owl-item {
 padding: 5px;
}
.testimonial-slide .owl-dots {
  position: absolute;
  top: -80px;
  right: 0;
}
.testimonial-slide .owl-dot {
 display: inline-block;
 margin-left: 10px;
 height: 15px;
 width: 15px;
 border: 1px solid #dda663;
 border-radius: 100%;
 margin-bottom: 10px;
 position: relative;
}
.testimonial-slide .owl-dot:after {
 position: absolute;
 top: 2px;
 content: '';
 background-color: #dda663;
 height: 8px;
 width: 0px;
 border-radius: 100%;
 left: 2px;
}
.testimonial-slide .owl-dot.active:after {
 width: 8px;
}
.testimonial-slide .owl-controls {
 text-align: center;
 margin-top: 50px;
}
/*.owl-carousel {
 z-index: 0 !important;
 }*/
 /*---------------------------------------------------- */
 /*----------------------------------------------------*/
 .google-map-container {
   height: 550px;
 }
 .widgettitle {
   font-size: 24px;
   font-weight: 700;
   color: #fff;
   margin-bottom: 25px;
 }
 .footer-area {
   padding: 80px 0px 20px;
   background-color: #dda663;
 }
 .footer-service-link li {
   color: #fff;
   margin-bottom: 10px;
 }
 .contact-details {
   color: #fff;
   max-width: 250px;
 }
 .footer-social {
   margin-top: 20px;
 }
 .footer-social li {
   color: #fff;
   font-size: 20px;
   margin-right: 15px;
 }
 .contact-details span {
  display: block;
  margin-bottom: 5px;
}
.contact-details span i {
  margin-right: 5px;
}
.gm-style .gm-style-iw {
 background-color: #dda663 !important;
 top: 0 !important;
 left: 0 !important;
 width: 100% !important;
 height: 100% !important;
 color: #fff;
 max-height: 50px;
 border-radius: 40px;
 overflow: hidden;
 text-align: center;
 line-height: 50px;
 font-size: 20px;
 display: block !important;
}
/*style the p tag*/
.gm-style .gm-style-iw #google-popup p{
  font-size: 20px;
  font-weight: 700;
}
.gm-style div div div div div div {
  background: transparent !important;
  box-shadow: none !important;
}
/*style the arrow*/
.gm-style div div div div div div div div {
 background-color: #dda663 !important;
 padding: 0;
 margin: 0;
 padding: 0;
 top: 0;
 color: #fff;
 font-size: 20px;
}
.gm-style-iw + div{ display: none; } 
/*style the link*/
.gm-style div div div div div div div div a {
 color: #fff;
 font-weight: bold;
}
/*---------------------------------------------------- */
.request_callback h3 {
  margin-bottom: 34px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: arial;
  text-transform: capitalize;
}
.request_callback {
  position: relative;
  z-index: 1;
}
.request_callback .contact-info {
  width: 27%;
  float: left;
  margin-right: 25px;
}
.request_callback .contact-info input, 
.request_callback .contact-info select {
  height: 50px;
  padding: 0px 15px;
  width: 100%;
  background: rgba(255,255,255,.6);
  border: none;
}
.request_callback .submit-btn input {
  height: 50px !important;
  border: none;
  width: 140px !important;
  text-transform: uppercase;
  margin-top: 0 !important;
}
.footer-area-content {
  max-width: 940px;
  margin: 0 auto;
}
.copyright-text span {
  font-size: 18px;
  color: #fff;
}
/* .banner-contact label {
  color: #fff;
} */
/*call to action section*/
.call-to-action {
  background-image: url(../img/banner/bm-3.jpg);
  padding-top: 65px;
  padding-bottom: 60px;
  background-size:  cover;
  position: relative;
  background-attachment: fixed;
}
.call-subtitle {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: #fff;

}
.call-title {
  color: #e0e0e1;
  font-size: 42px;
  font-style: italic;
  font-size: 42px;
  font-weight: 600;
  margin-top:  35px;
  margin-bottom: 13px;
}
.call-number {
  font-size: 60px;
  color: #e0e0e1;
  font-weight: 600;
}
.call-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  height: 100%;
  width: 100%;
}
.call-action-content {
  position: relative;
  z-index: 1;
}
/*contact form section*/

.get-in-touch-section {
}
.get-in-touch-section .section-title {
  color: #fff;
}
.tl-contactinfo li:first-child {
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
  padding-bottom: 22px;
  color: #cdcbcb;
}
.tl-contactinfo {
  display: block;
  margin-top: 65px;
  text-align: center;
}
.tl-contactinfo ul li.text1 {
  padding-bottom: 30px;
  color: #fff;
  font-size: 20px;
}
.tl-contactinfo ul li.phonedigits {
  font-size: 3.6rem;
  font-weight: bold;
  color: #fff;
}
.tl-contactinfo li.phonedigits > i {
  padding-right: 12px;
}
.tl-contactinfo ul li span {
}
.contact-form-area {
  max-width: 700px;
  margin: 0 auto;
}
.contact-form-area  input {
  height: 40px;
  width: 47%;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 15px;
  border: none;
}
.contact-form-area  textarea {
  height: 150px;
  width: 97%;
  padding: 15px;
}
.contact-form-area .submit-btn {
  width: 200px;
  line-height: 13px;
  height: 55px;
  text-align: center;
  margin: 0 auto;
}
.contact-form-area .submit-btn input {
  width: 100%;
  height: 100%;
}
.working-hours li {
  line-height: 32px;
  color: #c1c2c7;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
.working-hours li span {
  display: inline-block;
  float: right;
  color: #fff;
  margin: 0;
}
.working-hours li .closed {
  color: #f60c0c;
}
.impact-achieve-icon {
  height: 52px;
}
.impact-achieve-icon i {
  font-size: 50px;
  color: #dda663;
}
.impact-achieve-text .count {
  font-size: 35px;
  color: #0e0e0e;
  font-weight: 700;
      line-height: 55px;
}
.impact-achieve-text p {
	position: relative;
    font-size: 18px;
    line-height: 1.2em;
    color: #999999;
    font-weight: 500;
	text-transform: capitalize;
}
.impact-left-content {
  padding: 35px 35px 50px 35px;
  box-shadow: 3px -20px 33px 0px rgba(222, 222, 222, 0.5);
  background-image: url(../img/become-mem.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.achivment-section {
  padding: 100px 0px;
}
.achivment-section-color {
  background-color: #ffffff;
}
.get-in-touch-section {
  position: relative;
}
.get-in-touch-section .call-overlay {
  z-index: 1;
}
.contact-form-content {
  position: relative;
  z-index: 2;
}
.call-to-action-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
}
.get-in-touch-section .jarallax {
  background-image: url(../img/banner/bm-3.jpg);
  padding: 100px 0px;
}
form.wpcf7-form p {
    margin: 0;
}

/*====================================
	Team Section
======================================*/
.team {
	background: #ffffff;
	padding-top: 90px;
    padding-bottom: 90px;
    position: relative;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
	text-align: left;
	overflow: hidden;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.20);
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.team .single-team:hover,
.team .single-team.active{
	-webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.team .team-head{
	position:relative;
	overflow:hidden;
}
.team .team-head:before {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.60);
	content:"";
	opacity: 0;
	z-index:6;
	visibility: hidden;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.team .single-team:hover .team-head:before,
.team .single-team.active .team-head:before {
	opacity:1;
	visibility:visible;
}
.team .single-team img{
	z-index:5;
	width:100%;
}
.team .team-social {
	background: transparent;
	display: inline-block;
	position: absolute;
	top:10px;
	left:0;
	padding: 5px 20px;
	/*border-radius: 30px;*/
	z-index:44;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	transform: translateX(-100%);
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	opacity:0;
	visibility:hidden;
}
.team .single-team:hover .team-social,
.team .single-team.active .team-social{
	opacity:1;
	visibility:visible;
	transform: translateX(0%);
}
.team .team-social li {
	display: inline-block;
	margin-right: 15px;
}
.team .team-social li:last-child{
	margin:0;
}
.team .team-social a {
	text-align: center;
	color: #444;
	display: block;
}
.team .member-name {
	background: #f5f5f5;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
	text-align: center;
	padding: 20px 0;
}
.team .member-name h4 {
	font-size: 18px;
	font-weight: 700;
}
.team .single-team:hover .member-name h4,
.team .single-team.active .member-name h4{
	color:#fff;
}
.team .single-team:hover .member-name p,
.team .single-team.active .member-name p{
	color:#fff;
}
.team .single-team:hover .member-name, .countdown .single-count:hover i, .team .single-team.active .member-name, .newsblog .single-news .date, .newsblog .news-meta ul, .newsblog .subscribe form button:hover, .newsblog.archive .form button, .newsblog .pagination-nav li.active a, .newsblog .pagination-nav li:hover a, .newsblog.single .arrow li a:hover, .newsblog.single .form button, .about-us .single-video a, .about-us .about-content .btn, .skills, .skills .tab-main .nav li a::before, .pricing .single-price .btn, #contact .form-group.button .btn, .header .nav li a::before, .header .nav li .dropdown li:hover a, .newsletter .signup, .newsblog .slick-dots li button, .project.single .project-info {
    background-color: #dda663;
}

/* - Service Section
==========================================*/
.relative-position {
    position: relative;
}

.service-page .about-text {
	min-height: 180px;
}
.service-page .about-title-head {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
.pink {
    color: #dda663;
}
.section-padding {
    padding: 115px 0px;
    position: relative;
    z-index: 1;
}
.service-text-icon {
	min-height: 230px;
}
.service-icon-box {
    float: left;
    line-height: 24px;
    padding: 15px;
    margin-right: 15px;
    background-color: #fff;
}
.service-text-box {
	overflow: hidden;
}
.overlay-pattern {
	color: #fff;
	background-image: url(../img/overlay-pattern.png);
}
.overlay-pattern:before {
	content: "";
	position: absolute;
	background: rgba(17, 17, 17, 0.4);
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 1;
}
.about-our-work p {
	margin-bottom: 30px;
}

.about-our-work h3 {
	font-size: 18px;
	font-weight: bold;
	color: #111;
	margin-top: 10px;
}
.service-icon-box i,
.about-icon i {
	font-size: 40px;
}
.service-title-head {
    margin: 0;
    font-size: 22px;
}
.section-title-text {
    color: #999999;
    font-size: 18px;
}
/*----------------------------------------------------------------------- 
End of service section
-------------------------------------------------------------------------*/
/*----------------------------------------------------------------------- 
- Connected section
-------------------------------------------------------------------------*/
.base-color {
	color: #ffffff;
}
.connected-icon {
	width: 100px;
	height: 100px;
	font-size: 52px;
	line-height: 100px;
	border-radius: 100%;
	display: inline-block;
	background-color: #ffffff;
}
.connected-text-title h3 {
	margin-top: 20px;
    margin-bottom: 10px;
}

/*----------------------------------------------------------------------- 
End of Connected section
-------------------------------------------------------------------------*/
ul.contact-adress-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.contact-adress-list li {
    margin-bottom: 60px;
}
ul.contact-adress-list i {
    font-size: 3em;
    margin-right: 20px;
    position: relative;
}
ul.contact-adress-list h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 4px;
    margin-top: 0;
}

.our-pricing {
    padding: 45px 15px 100px 15px;
    border-radius: 4px;
}
.global-box-shadow {
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.content-price {
    margin: 0;
    font-size: 52px;
}
.content-duration {
    font-size: 16px;
}
.content-title h3 {
    margin: 0;
    font-size: 36px;
}
.bold {
    font-weight: 700;
}

.pricing-plan-list li {
    margin-bottom: 15px;
}
.pricing-plan-list ul li i {
    margin-right: 10px;
	margin-top: 5px;
}
.pricing-plan-list i {
    float: left;
}
.pricing-plan-list ul {
    text-align: left;
    padding-left: 15px;
    display: table;
}
.our-pricing .browse-btn {
    background: #dda663;
    background-size: 200% auto;
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
}
 .browse-btn {
    height: 55px;
    width: 170px;
    background: #dda663;
    border-radius: 50px;
    line-height: inherit;
    margin: 0 auto;
    border: none;
}
.browse-btn a {
    display: block;
    width: 100%;
    cursor: pointer;
    line-height: 55px;
	color: #ffffff;
	font-weight: 700;
}
.contact-info-details {
    padding: 40px 40px 50px;
}
.contact-icon i {
    font-size: 35px;
    margin-bottom: 10px;
}
h3.contact-title {
    margin: 0;
}
.vidco-play-icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 3;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.74);
}
/*----------------------------------------------------------------------- 
Start of portfolio section
-------------------------------------------------------------------------*/
.portfolio-section {
	padding: 115px 0px
}
.portfolio-project,
.experties-content {
	max-width: 1620px;
	margin: 0 auto;
}
.project-description h3 {
	font-size: 18px;
}
.portfolio-section .item-wrap {
	margin-bottom: 30px;
}
a.loadMore {
	display: table;
	margin: auto;
	text-align: center;
	border: 1px solid;
	padding: 16px 33px;
	min-width: 170px;
	border-radius: 26px;
	background: #dda663;
	color: #fff;
	margin-top: 50px;
	position: relative;
}
a.loadMore.ion-ios-reload:before {
	opacity: 1;
	right: 8px;
	top: 17px;
	text-align: center;
	color: #111;
	position: absolute;
	-webkit-animation-name: spin;
	-webkit-animation-duration: 2000ms;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-name: spin;
	-moz-animation-duration: 2000ms;
	-moz-animation-iteration-count: infinite;
	-moz-animation-timing-function: linear;
	-ms-animation-name: spin;
	-ms-animation-duration: 2000ms;
	-ms-animation-iteration-count: infinite;
	-ms-animation-timing-function: linear;
	/* animation-name: spin; */
	animation-duration: 2000ms;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	font-size: 1.4em !important;
}
@-ms-keyframes spin {
	from {
		-ms-transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}
/* - Box shadow
=============================================*/
.drop-shadow {
	position: relative;
	float: left;
	background: #fff;
}
.lifted {
	-moz-border-radius:4px;
	border-radius:4px;
}
.lifted:before,
.lifted:after {
	bottom:12px;
	left:10px;
	width:50%;
	height:20%;
	content: '';
	z-index: -1;
	position: absolute;
	max-width:300px;
	max-height:100px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}
.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

.item-wrap .overlay {
	opacity: 0;
	transition: .3s all ease-in-out;
}
.video-frame {
	width: 100% !important;
	/* height: 228px !important; */
	position: relative !important;
}
.service-single-img-text .video-frame {
	height: 400px !important;
}
.service-single-img-text .video-frame iframe,
.portfolio-section .item-wrap iframe {
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute !important;
}
.project-description,
.experties-name-designation {
	position: absolute;
	top: 15px;
	z-index: 1;
	left: 5px;
	opacity: 0;
	visibility: hidden;
	transition: .6s all ease-in-out;
	z-index: 2;
}
.project-catagorry,
.experties-name-designation span {
	color: #c5baba;
}
.item-wrap:hover .overlay {
	opacity: 1;
	visibility: visible;
}
.item-wrap:hover .project-description, 
.item-wrap:hover .experties-name-designation {
	opacity: 1;
	visibility: visible;
	left: 15px;
}
.nav-gallery li {
	margin-left: 35px;
	cursor: pointer;
}
.filtr.filtr-active {
	color: #23282e;
	position: relative;
}
.filtr.filtr-active:before {
	content: '';
	position: absolute;
	height: 8px;
	width: 8px;
	border-radius: 100%;
	background-color: #23282e;
	top: 8px;
	right: -8px;
}
.browse-btn, .contact-comment-info button, .contact-area-form button, .comment-drop-box button, .vcsb, .browse-btn a {
	height: 55px;
	width: 170px;
	background: #dda663;
	border-radius: 50px;
	line-height: inherit;
	margin: 0 auto;
	border: none;
}
.browse-btn:hover, 
.contact-comment-info button:hover,
.contact-area-form button:hover,
.comment-drop-box button:hover,
.vcsb {
	background-position: right center;
	transition: .3s all ease-in-out;
}
.browse-btn a {
	display: block;
	width: 100%;
	cursor: pointer;
	line-height: 55px;
}
.portfolio-section .vidco-play-icon, 
.service-single-right-img .vidco-play-icon {
	height: 60px;
	width: 60px;
	border-radius: 100%;
	border: 2px solid #ffffff;
	margin: 0 auto;
	line-height: 60px;
	animation: biping 2s infinite;
}
.portfolio-section .vidco-play-icon a, 
.service-single-right-img .vidco-play-icon a {
	display: block;
	width: 100%;
}
.portfolio-section .vidco-play-icon a i {
	font-size: 22px;
}
.service-single-text-des ul {
	list-style: none;
}
.service-single-right-img.mb45.relative-position img {
	width: 100%;
}

/*----------------------------------------------------------------------- 
End of portfolio section
-------------------------------------------------------------------------*/

/*----------------------------------------------------------------------- 
Start Error section
-------------------------------------------------------------------------*/
.error-section {
	padding: 80px 0px;
}
/*Property List*/
.featured-properties-section {
	padding: 95px 0px;
}
	
.property-block {
	background-color: #f8f8f8;
    margin-bottom: 30px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.property-img {
	position: relative;
}

.property-block .property-img img {
  width: 100%;
  max-width: 100%;
}

.property-block .property-img .property-label,
.property-block .property-img .property-label1 {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    left: -10px;
    bottom: 10px;
    color: #FFF;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 14px;
    text-decoration: none;
    z-index: 10;
}

.property-block .property-img .property-label {
    background-color: #51bbe5;
}

.property-block .property-img .property-label1 {
    background-color: #ff9900;
}

.property-content {
	padding: 0 20px 20px 20px;
}

.property-block .property-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.property-block .property-price-container {
    overflow: auto;
}

.property-block .property-price-container .read-more-link-alt {
    font-size: 12px;
    float: left;
    margin: 14px 0;
}

.read-more-link-alt {
    font-family: 'Montserrat', sans-serif;
    position: relative;
    padding-right: 17px;
    color: #969696;
    text-transform: uppercase;
    display: inline-block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.read-more-link-alt:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 0;
    content: '\f178';
}

.listing-price {
    font-size: 26px;
    font-weight: bold;
    color: #000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;	
}

.property-block .property-price-container .listing-price {
    float: right;
    padding-left: 20px;
}

.property-block .property-detail {
    padding-top: 25px;
    margin-top: 8px;
    border-top: 1px #dcddde solid;
    font-size: 12px;
}

.delimiter-inline-alt {
    padding-left: 3px;
    padding-right: 3px;
}

.delimiter-inline-alt:after {
    content: '|';
}

.property-block:hover {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 24px 0px rgba(208, 206, 201, 0.62);
    -moz-box-shadow: 0px 0px 24px 0px rgba(208, 206, 201, 0.62);
    box-shadow: 0px 0px 24px 0px rgba(208, 206, 201, 0.62);
}

.property-block:hover .property-title,
.property-block:hover .read-more-link-alt,
.property-block:hover .listing-price {
	color: #dda663;
}
/*Testimonial2*/
.testimonial-section2 {
    padding: 100px 0px 70px;
	background-color: #fbfbfb;
}

.section-dark {
    background-color: #101010;
}

.section-white {
    background-color: #ffffff;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
/*============ Text Boxes ============ */
	
.text-box-right {
	display: block;
	padding: 0px 0px 0px 99px;
	margin: 0px;
	text-align: left;
}
.text-box-right.less-padding {
	padding: 0px 0px 0px 65px;
}
.text-box-left {
	display: block;
	padding: 0px 90px 0px 0;
	margin: 0px;
	text-align: right;
}
.item-holder {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.text-box {
	width: 100%;
	float: left;
}
.text-box.white {
	background-color: #fff;
}
.text-box.primary {
	background-color: #f51e46;
}
.text-box.white-transparent-1 {
	background-color:rgba(255, 255, 255, 0.9);
}
.text-box.light {
	background-color: #f5f5f5;
}
.text-box.dark {
	background-color: #242424;
}
.text-box.xdark {
	background-color: #000;
}
.text-box.border-light{
	border: 1px solid #ececec;
}
.text-box-right.more-padding-1 {
	padding: 0px 0px 0px 120px;
}
.text-box-right.more-padding-2 {
	padding: 0px 0px 0px 140px;
}
.text-box-right.more-padding-3 {
	padding: 0px 0px 0px 160px;
}
.text-box-right.more-padding-4 {
	padding: 0px 0px 0px 170px;
}
.text-box-right.less-padding-1 {
	padding: 0px 0px 0px 70px;
}
.text-box-right.less-padding-2 {
	padding: 0px 0px 0px 50px;
}
.text-box-right.less-padding-3 {
	padding: 0px 0px 0px 40px;
}
.text-box-right.less-padding-4 {
	padding: 0px 0px 0px 80px;
}
.text-white {
    color: #fff;
}
.text-gray {
    color: #727272;
}
.background-gray {
    background-color: #c7c7c7;
}
.imgbox-large {
    width: 120px;
    height: 120px;
}
.imgbox-dxlarge.round, .imgbox-dxlarge-2.round, .imgbox-xlarge.round, .imgbox-large.round, .imgbox-xmedium.round, .imgbox-medium.round, .imgbox-smedium.round, .imgbox-small.round, .imgbox-tiny.round, .imgbox-xtiny.round {
    border-radius: 100%;
}
.overflow-hidden {
    overflow: hidden;
}
.imgbox-dxlarge, .imgbox-xlarge, .imgbox-large, .imgbox-xmedium, .imgbox-medium, .imgbox-smedium, .imgbox-small, .imgbox-tiny, .imgbox-xtiny {
	padding: 0px;
	margin: 0 auto;
	text-align: center;
	transition: all 0.3s ease-out 0s;
}
 .ce-feature-box-15{
	width:100%;
	padding:0 50px 0 50px;
}

 .ce-feature-box-15 .img{
-webkit-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
box-shadow: 10px 10px 15px 0px rgba(0,0,0,0.25);
}

.imgbox-dxlarge.left, .imgbox-dxlarge-2.left, .imgbox-xlarge.left, .imgbox-large.left, .imgbox-xmedium.left, .imgbox-medium.left, .imgbox-smedium.left, .imgbox-small.left, .imgbox-tiny.left, .imgbox-xtiny.left {
	float: left;
	margin: 0px 20px 0px 0px;
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 25px;
    height: 6px;
    margin: 5px 5px;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page span {
    background-color: #e6e4e4;
    border: 1px solid #e6e4e4;
    opacity: 1;
}

.slide-controls-3 .owl-theme .owl-controls .owl-page.active span {
    background-color: #dda663;
    border: 1px solid #dda663;
    opacity: 1;
}

.text-primary {
    color: #dda663;
}

/* ==========================================================================
   Service Section3
   ========================================================================== */
.sercvice-section{
    overflow: hidden;
}
.col-xs-6{
    padding: 15px;
}
.service_list{
    background-color: #fff;
	min-height: 260px;
    padding: 30px;
	margin-bottom: 30px;
    transition: all 0.2s ease-in-out;
}
.service_list:hover{
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease-in-out;
}
.sercvice-section .service_list .service_content i {
    display: inline-block;
    font-size: 45px;
    color: #dda663;
}
.sercvice-section .service_list .service_content h4{
    margin: 10px 0 10px;
    font-weight: 600;
	font-size: 15px;
	text-transform: uppercase;
}
.sercvice-section .service_list .service_content p{
    margin: 0;
}


/* Hero text in sections */
.section_header {
	margin-bottom: 30px;
	font-size: 36px;
	position: relative;
	word-wrap: break-word;
	font-weight: 800;
	color: #533d6c;
}

@media (min-width: 992px) {
	.section_header {
		font-size: 50px;
	}
}

.section_header.with_icon:before {  
	background-image: url(../img/bg/star.png);
    background-repeat: no-repeat;
    content: "";
    font-family: FontAwesome;
    display: block;
    font-size: 24px;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 45%;
    top: -65px;
}


/*.about-title h1::after {
  background-image: url("../img/bg/line.png"); 
  background-repeat: no-repeat;
  content: "";
  left: 0;
  position: absolute;
  top: 65px;
  width: 150px;
  height: 17px;
}*/

.section_header.with_icon.icon_color:before {
	color: #533d6c;
}

.section_header.with_icon.icon_color2:before {
	color: #8fc424;
}

.section_header.with_icon.icon_color3:before {
	color: #e34f61;
}

.section_header.with_icon.icon_color4:before {
	color: #712357;
}

.section_header + .small-text {
	font-size: 16px;
	margin-top: -27px;
	margin-bottom: 45px;
}

h3 + .section_header,
.big + .section_header {
	margin-top: -17px;
}

.section_header + h3 {
	margin: -5px 0 44px;
	font-size: 30px;
}

h4 + .section_header {
	margin-top: 0;
}

.section_header.big + .underheading {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.text-center .section_header + p,
  .section_header.text-center + p {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.section_header.text-center + p,
  .text-center .section_header + p {
		max-width: 100%;
	}

	.section_header + p {
		font-size: 1.1em;
		letter-spacing: 0;
	}
}
.small-text {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
/***
====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
}

.main-slider .content.alternate{
	max-width: 610px;
	width: 100%;
	float: right;
	display: block;
}

.main-slider .slide{
	position:relative;
	padding:220px 0px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-slider h2{
	position:relative;
	color:#fff;
	font-size:60px;
	font-weight:600;
	line-height:1.1em;
	margin-bottom:10px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.main-slider .active h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1300ms;
}

.main-slider h2.style-two{
	font-weight:700;
	margin-bottom: 40px;
}

.main-slider h2.style-three{
	font-weight:500;
	margin-bottom: 20px;
}

.main-slider h2.alternate{
	margin-bottom: 35px;
}

.main-slider h3{
	position:relative;
	color:#fff;
	font-size:26px;
	font-weight:500;
	margin-bottom:20px;
	display:inline-block;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.main-slider h3.style-two:before{
	background-color: #ee2d50;
}

.main-slider .active h3{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}

.main-slider h3.alternate::before{
	display:none;
}

.main-slider .text{
	position:relative;
	color:#ffffff;
	font-size:20px;
	line-height: 1.7em;
	font-weight:500;
	margin-bottom:40px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.main-slider .link-box .theme-btn{
	margin-right:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .content .title{
	position:relative;
	color:#ffffff;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 20px;
	margin-bottom: 25px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-o-transform: translateY(20px);
	transform: translateY(20px);
}

.main-slider .content .title:after{
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 70px;
	height: 1px;
	margin-left: -35px;
	background-color: #ffffff;
}

.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider .owl-controls {
	margin-top: 0px;
}

.main-slider .owl-dots{
	position: absolute;
    left: 50%;
    bottom: 20px;
    max-width: 200px;
    margin-left: -50px;
    width: 100%;
    text-align: center;
}
.main-slider .owl-dots .owl-dot{
	position:relative;
	width:50px;
	margin:0 5px;
	padding: 10px 0 0;
	display:inline-block;
	border-bottom: 3px solid #ffffff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.main-slider .owl-dots .owl-dot.active{
	border-bottom: 10px solid #dda663;
	bottom: -3px;
	width: 30px;
}

.main-slider .owl-dots .owl-dot:hover{
	border-bottom: 10px solid #dda663;
}
/*.main-slider .owl-dots .owl-dot{
	position:relative;
	width:12px;
	height:12px;
	margin:0px 4px;
	overflow: hidden;
	border-radius: 50px;
	display:inline-block;
	border:1px solid #533d6c;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: none;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active::before,
.main-slider .owl-dots .owl-dot:hover::before{
	background: #533d6c;
}*/

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-20px;
}

.main-slider .owl-nav .owl-prev{
	position:absolute;
	left:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-next{
	position:absolute;
	right:40px;
	color:#ffffff;
	font-size:38px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#533d6c;
}

.bg-opacity{}
.bg-opacity-overlay {
    background: #000000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
}
/*Signature Section*/

.signature-section{
	position:relative;
	padding:100px 0px 80px;
}

.signature-section.style-two{
	padding-top:110px;
	padding-bottom:0px;
}

.signature-section .image-column{
	position:relative;
	margin-bottom:40px;
}

.signature-section .image-column .image{
	position:relative;
	padding-left:20px;
}

.signature-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.signature-section .content-column{
	position:relative;
}

.signature-section .content-column .content-inner{
	position:relative;
	padding-right:30px;
}

.signature-section .content-column .content-inner h2{
	position:relative;
	color:#17181a;
	font-size:32px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:30px;
}

.signature-section .content-column .content-inner .text{
	position:relative;
	margin-bottom:35px;
}

.signature-section .content-column .content-inner .text p{
	position:relative;
	font-size:17px;
	line-height:1.8em;
	margin-bottom:35px;
	color:rgba(0,0,0,0.50);
}

.signature-section .content-column .content-inner .text p:last-child{
	margin-bottom:0px;
}

.signature-section .content-column .content-inner .author-info{
	position:relative;
	padding-top:6px;
	margin-bottom:20px;
	min-height:76px;
}

.signature-section .content-column .content-inner .author-info .signature{
	margin-bottom:20px;
}

.signature-section .content-column .content-inner .author-info h4{
	position:relative;
	color:#17181a;
	font-size:20px;
	font-weight:500;
}

.signature-section .content-column .content-inner .author-info .designation{
	position:relative;
	color:#919191;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
}

/*** 

====================================================================
	Fact Counter style
====================================================================

***/

.fact-counter-section{
	position:relative;
	padding:110px 0px 80px 0px;
}

.fact-counter-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	background-color: rgba(83, 61, 108, 0.85);
}

.fact-counter{
	position:relative;
}

.fact-counter .column{
	position:relative;
	z-index:5;
	margin-bottom:30px;
}

.fact-counter .column .inner{
	position:relative;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	line-height:1em;
	font-weight:500;
	margin:0px 0px;
}

.fact-counter .count-outer .count-text{
	position:relative;
	font-weight:700;
	color:#ffffff;
	font-family: 'Lato', sans-serif;
}

.fact-counter .column .counter-title{
	position:relative;
	font-size:20px;
	font-weight:400;
	color:#ffffff;
	margin-top:15px;
	font-family: 'Lato', sans-serif;
}

/*** 

====================================================================
	Works Section
====================================================================

***/

.works-section{
	position:relative;
	background-position:right center;
	background-repeat:no-repeat;
	padding:150px 0px 105px;
}

.works-section .sec-title{
	margin-bottom:140px;
}

.work-block{
	position:relative;
	margin-bottom:30px;
}

.work-block .inner-box{
	position:relative;
	text-align:center;
}

.work-block .inner-box .icon-box{
	position:relative;
	width:180px;
	height:180px;
	color:#e4e4e4;
	line-height:180px;
	font-size:64px;
	margin:0 auto;
	border-radius:50%;
	margin-bottom:42px;
	background-color:#ffffff;
	border:1px solid #f6f6f6;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.work-block .inner-box:hover .icon-box{
	color: #533d6c;
	border-color: #533d6c;
}

.work-block .inner-box .icon-box .number{
	position:absolute;
	left:5px;
	top:20px;
	width:30px;
	height:30px;
	color:#ffffff;
	text-align:center;
	line-height:30px;
	font-size:17px;
	border-radius:50%;
	background-color:#533d6c;
}

.work-block .inner-box .icon-box:before{
	position:absolute;
	content:'';
	right:100%;
	top:50%;
	height:1px;
	width:100%;
	z-index:-1;
	background-color:#f6f6f6;
}

.work-block .inner-box h3{
	position:relative;
	color:#171717;
	font-size:20px;
	font-weight:500;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.work-block .inner-box:hover h3{
	color:#533d6c;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section {
	padding:125px 0px 145px;
}

.testimonial-section .owl-nav{
	display:none;
}

.owl-theme .owl-dots {
    margin-top: 40px;
}

.testimonial-section.dots-center .owl-dots {
	text-align: center;
}

.testimonial-section .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	counter-reset: owl-dots;
}

.testimonial-section .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 8px;
}

.testimonial-section .owl-dots .owl-dot span {
	position: relative;
	width: 30px;
	padding-bottom: 10px;
	display: block;
	font-size: 25px;
	font-weight: 700;
	color: transparent;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
}

.testimonial-section .owl-dots .owl-dot span:after {
	content: "";
	position: absolute;
	bottom: 0;
	height: 2px;
	left: 0;
	right: 0;
	background-color: rgba(52, 74, 95, 0.5);
	transition: all 0.2s ease-in-out 0s;
}

.testimonial-section .owl-dots .owl-dot span:after,
.testimonial-section .owl-dots .owl-dot span:after {
	background-color: rgba(255, 255, 255, 0.5);
}

.testimonial-section .owl-dots .owl-dot span:before {
	content: counters(owl-dots, ".", decimal-leading-zero);
	counter-increment: owl-dots;
	display: block;
}

.testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span {
	color: #533d6c;
}

.testimonial-section .owl-dots .owl-dot.active span:after, .testimonial-section .owl-dots .owl-dot:hover span:after {
	height: 5px;
	background-color: #533d6c;
}

.testimonial-section .owl-dots .owl-dot.active span,
.testimonial-section .owl-dots .owl-dot.active span, .testimonial-section .owl-dots .owl-dot:hover span,
.testimonial-section .owl-dots .owl-dot:hover span {
	color: #533d6c;
}

.testimonial-section .owl-dots .owl-dot.active span:after,
.testimonial-section .owl-dots .owl-dot.active span:after, .testimonial-section .owl-dots .owl-dot:hover span:after,
.testimonial-section .owl-dots .owl-dot:hover span:after {
	background-color: #533d6c;
}

.owl-carousel .owl-dots .owl-dot.active span {
	width: 50px;
}
.testimonial-block{
	position:relative;
}

.testimonial-block .inner-box{
	position:relative;
	padding:55px 65px 50px;
	background-color:#ffffff;
}

.testimonial-block .inner-box .text{
	position:relative;
	font-size:18px;
	line-height:1.8em;
	margin-bottom:35px;
	color:rgba(0,0,0,0.75);
	font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .author{
	position:relative;
	color:#000000;
	font-size:18px;
	font-weight:600;
	display:inline-block;
	font-family: 'Poppins', sans-serif;
}

.testimonial-block .inner-box .author span{
	color:#a9a9a9;
	font-weight:400;
}

.testimonial-block .inner-box .quote-icon{
	position:relative;
	float:right;
	color:#ededed;
	font-size:32px;
}

/*--------------------------------------------------------------
#1.1	team-section
--------------------------------------------------------------*/
.team-section {
  background-color: #f3f5fa;
  padding-bottom: 95px;
}

@media (max-width: 991px) {
  .team-section {
    padding-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .team-section {
    padding-bottom: 75px;
  }
}

.team-section .team-grids {
  margin: 0 -15px;
  overflow: hidden;
}


.team-section .section-title-s3 h2{
	position:relative;
	color:#171717;
	font-size:42px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:48px;
	text-align:center;
}

.team-section .section-title-s3 .text{
	position:relative;
	max-width:920px;
	margin:0 auto;
	font-size:20px;
	line-height:1.6em;
	text-align:center;
	margin-bottom:120px;
	color:rgba(23,23,23,0.70);
}

.team-section .team-first-row .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 30px;
  box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 650px) {
  .team-section .team-first-row .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 450px) {
  .team-section .team-first-row .grid {
    width: calc(100% - 30px);
  }
}

.team-section .team-sec-row .grid {
  width: calc(25% - 30px);
  float: left;
  margin: 0 15px 30px;
}

@media (max-width: 991px) {
  .team-section .team-sec-row .grid {
    width: calc(33.33% - 30px);
  }
}

@media (max-width: 650px) {
  .team-section .team-sec-row .grid {
    width: calc(50% - 30px);
  }
}

@media (max-width: 450px) {
  .team-section .team-sec-row .grid {
    width: calc(100% - 30px);
  }
}

.team-section .grid {
  text-align: center;
}

.team-section .member-pic-social {
  position: relative;
}

@media (max-width: 450px) {
  .team-section .member-pic-social img {
    width: 100%;
  }
}

.team-section .member-pic-social .social {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
}

.team-section .member-pic-social ul {
  display: inline-block;
}

.team-section .member-pic-social ul li {
  float: left;
}

.team-section .member-pic-social ul > li + li {
  margin-left: 15px;
}

.team-section .member-pic-social ul a {
  font-size: 16px;
  font-size: 1.06667rem;
  color: #fff;
}

.team-section .member-pic-social ul a:hover {
  color: #533d6c;
}

.team-section .member-info {
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  border-top: 0;
}

.team-section .member-info h3 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0 0 4px;
  color: #533d6c;
}

@media (max-width: 1199px) {
  .team-section .member-info h3 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 991px) {
  .team-section .member-info h3 {
    font-size: 17px;
    font-size: 1.13333rem;
  }
}

.team-section .member-info > span {
  font-size: 13px;
  font-weight: 600;
  color: #e34f61;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@media (max-width: 1199px) {
  .team-section .member-info > span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.team-section .all-member {
  text-align: center;
  padding-top: 15px;
}

.team-section .all-member a {
  color: #7a8595;
  font-weight: 500;
}

.team-section .all-member a span {
  color: #533d6c;
}

.team-section .all-member a:hover {
  color: #533d6c;
}
.team-section .grid:hover .member-info h3 {
	color: #ffffff;
}
/*** 

====================================================================
	Clothes Section
====================================================================

***/

.clothes-section{
	position:relative;
	padding: 100px 0px 80px;
}

.clothes-section .clothes-title{
	position:relative;
}

.clothes-section .clothes-title h2{
	position:relative;
	color:#171717;
	font-size:42px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:48px;
	text-align:center;
}

.clothes-section .clothes-title .text{
	position:relative;
	max-width:920px;
	margin:0 auto;
	font-size:20px;
	line-height:1.6em;
	text-align:center;
	margin-bottom:120px;
	color:rgba(23,23,23,0.70);
}

.clothes-section .services-block .text p{
	position: relative;
    font-size: 17px;
    line-height: 1.7em;
    color: rgba(0,0,0,0.50);
    padding: 0 25px 10px;
}

.clothes-section .row{
	margin:0px -30px;
}

.clothes-section.style-two{
	padding-bottom:115px;
}

.clothes-section .services-block{
	position:relative;
	padding:0px 15px;
	margin-bottom:30px;
}

.services-block .inner-box{
	position:relative;
	transition: all .2s cubic-bezier(.02,.54,.58,1);
	box-shadow: 0 0 30px 1px rgba(1, 26, 72, 0.1);
	    min-height: 620px;
}

.services-block .inner-box .image{
	position:relative;
	z-index: 1;
}

.services-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.services-block .inner-box .lower-box{
	position:relative;
	text-align:center;
	padding:35px 0px 35px;
}

.services-block .inner-box:hover {
	background-color: #fff;
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
	box-shadow: 0 10px 55px 5px rgba(137,173,255,.35);
}

.services-block .inner-box .lower-box h3{
	position:relative;
	font-size:25px;
	font-weight:600;
	line-height:1.4em;
	margin-bottom:25px;
	color:#533d6c;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box:hover .lower-box h3{
	color:#533d6c;
}

.services-block .inner-box i {
    border: 1px solid #712357;
    border-radius: 100px;
    color: #ffffff;
    font-size: 35px;
    height: 80px;
    line-height: 80px;
	margin-top:45px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 80px;
    background: #712357;
}

/*** 

====================================================================
	subscribe-style-one
====================================================================

***/

.subscribe-style-one{
	position:relative;
	padding:80px 0px 80px;
	background-size:cover;
	background-color:#dda663;
}

.subscribe-style-one h2{
	position:relative;
	color:#ffffff;
	font-size:40px;
	font-weight:500;
	margin-top:4px;
}

.subscribe-style-one .contact-info{
	position: relative;
}	

.subscribe-style-one .contact-info li{
	display: block;
	font-size: 25px;
	line-height: 50px;
	font-weight: 500;
	color: #ffffff;
}

.subscribe-style-one .contact-info li a{
	font-size: 25px;
	line-height: 30px;
	color: #000000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.subscribe-style-one .contact-info li a:hover{
	color: #ffffff;
}

.subscribe-style-one .inner-column {
    position: relative;
    text-align: right;
    max-width: 700px;
    padding-right: 15px;
}

/*Btn Style Three*/

.btn-style-three{
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    padding:9px 38px;
    background: #533d6c;
	letter-spacing:1px;
	border:2px solid transparent;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.btn-style-three:hover{
	background:none;
	color:#533d6c;
	border-color:#533d6c;
}
/*Btn Style Six*/

.subscribe-style-one .btn-style-six{
    position: relative;
    line-height: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 32px 15px;
    background: none;
	letter-spacing:1px;
	border:2px solid #e8e8e8;
    text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
}

.subscribe-style-one .btn-style-six:hover{
	background:#ffffff;
	color:#533d6c;
	border-color:#ffffff;
}

/*--------------------------------------------------------------
#0.5	footer
--------------------------------------------------------------*/
footer {
	background-color: #252525;
}
.contact-comment-info input {
	background-color: transparent;
	border: none;
	border-bottom:  2px solid #727272;
	width: 68%;
	float: left;
	padding: 10px 0px;
	margin-right: 30px;
}
.contact-comment-info input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #454545;
	font-size: 18px;
}
.contact-comment-info button {
	border: none;
	color: #fff;
}
.footer-social li a {
	font-size: 26px;
	margin-right: 20px;
}
.footer-social li a:hover i {
	color: #ffbf00;
}
.footer-widget .widgettitle {
	font-size: 26px;
}
.footer-service-link ul li {
	margin-bottom: 5px;
}
.footer-service-link ul li a:hover  {
	color: #fb0073;
}
.copy-right-text {
	padding-top: 110px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.widget_nav_menu ul li{
   color: #fff;
    margin-bottom: 10px;
}
.textwidget {
	color: #fff;
    max-width: 250px;
}
.footer-content {
    margin-top: 70px;
}
.footer-content span {
	display: block;
    margin-bottom: 5px;
	color: #fff;
}

.footer-content span i {
    margin-right: 5px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #222;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #222;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #222;
}
:-moz-placeholder { /* Firefox 18- */
  color: #222;
}

.animated{animation-duration:1s;animation-fill-mode:both}.animated.infinite{animation-iteration-count:infinite}.animated.hinge{animation-duration:2s}.animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{animation-duration:.75s}@keyframes bounce{0%,20%,53%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{animation-name:flash}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}.pulse{animation-name:pulse}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.rubberBand{animation-name:rubberBand}@keyframes shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}.shake{animation-name:shake}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.headShake{animation-timing-function:ease-in-out;animation-name:headShake}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.swing{transform-origin:top center;animation-name:swing}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}.tada{animation-name:tada}@keyframes wobble{0%{transform:none}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:none}}.wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:none}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.jello{animation-name:jello;transform-origin:center}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scaleX(1)}}.bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}.bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}.bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}.bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}.bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}.bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}.bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}.bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0,-2000px,0)}to{opacity:1;transform:none}}.fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px,0,0)}to{opacity:1;transform:none}}.fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}.fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px,0,0)}to{opacity:1;transform:none}}.fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0,2000px,0)}to{opacity:1;transform:none}}.fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0,100%,0)}}.fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,2000px,0)}}.fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%,0,0)}}.fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px,0,0)}}.fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0)}}.fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px,0,0)}}.fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0,-100%,0)}}.fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0,-2000px,0)}}.fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip{0%{transform:perspective(400px) rotateY(-1turn);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-190deg);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-170deg);animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(.95,.95,.95);animation-timing-function:ease-in}to{transform:perspective(400px);animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;animation-name:flip}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInX}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipInY}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;animation-name:flipOutY}@keyframes lightSpeedIn{0%{transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg);opacity:1}to{transform:none;opacity:1}}.lightSpeedIn{animation-name:lightSpeedIn;animation-timing-function:ease-out}@keyframes lightSpeedOut{0%{opacity:1}to{transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.lightSpeedOut{animation-name:lightSpeedOut;animation-timing-function:ease-in}@keyframes rotateIn{0%{transform-origin:center;transform:rotate(-200deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes rotateInDownLeft{0%{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInDownLeft{animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{transform-origin:right bottom;transform:rotate(45deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInDownRight{animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{transform-origin:left bottom;transform:rotate(45deg);opacity:0}to{transform-origin:left bottom;transform:none;opacity:1}}.rotateInUpLeft{animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:none;opacity:1}}.rotateInUpRight{animation-name:rotateInUpRight}@keyframes rotateOut{0%{transform-origin:center;opacity:1}to{transform-origin:center;transform:rotate(200deg);opacity:0}}.rotateOut{animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(45deg);opacity:0}}.rotateOutDownLeft{animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(-45deg);opacity:0}}.rotateOutDownRight{animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{transform-origin:left bottom;opacity:1}to{transform-origin:left bottom;transform:rotate(-45deg);opacity:0}}.rotateOutUpLeft{animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{transform-origin:right bottom;opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}.rotateOutUpRight{animation-name:rotateOutUpRight}@keyframes hinge{0%{transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0,700px,0);opacity:0}}.hinge{animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;transform:none}}.rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%,0,0) rotate(120deg)}}.rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutDown{animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(-2000px,0,0);transform-origin:left center}}.zoomOutLeft{animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;transform:scale(.1) translate3d(2000px,0,0);transform-origin:right center}}.zoomOutRight{animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(.475,.475,.475) translate3d(0,60px,0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform-origin:center bottom;animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.zoomOutUp{animation-name:zoomOutUp}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}.slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,100%,0)}}.slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%,0,0)}}.slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%,0,0)}}.slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-100%,0)}}.slideOutUp{animation-name:slideOutUp}
