/*****************

 Global 

*****************/
body {
	font-size: 14px;
  color: #666666;
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

h1 , h2 ,  h3 ,  h4 ,  h5 ,  h6{
    font-family: 'Fjalla One', sans-serif;
}

a:hover {
	text-decoration: none;
}

li {
	list-style: none;
}

button:hover , button:focus , input:focus {
	outline: none;
}

.clearfix {
	clear: both;
}

ul {
	margin: 0;
	padding: 0;
}


/*****************

 Loader 

 *****************/

.loader_wrap {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #fff;
}

.loader {
	position: absolute;
  	top: 50%;
  	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 2000px;
	perspective: 2000px;
	-webkit-transform: rotateX(-30deg) rotateY(-45deg);
	transform: rotateX(-30deg) rotateY(-45deg);
}

.holder {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0em, 3em, 1.5em);
	transform: translate3d(0em, 3em, 1.5em);
}

.holder:last-child {
    -webkit-transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
    transform: rotateY(-90deg) rotateX(90deg) translate3d(0, 3em, 1.5em);
}

.holder:first-child {
    -webkit-transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
    transform: rotateZ(-90deg) rotateX(-90deg) translate3d(0, 3em, 1.5em);
}

.holder:nth-child(1) .box {
	background-color: #1FBCD3;
}

.holder:nth-child(1) .box:before {
  	background-color: #126d7a;
}

.holder:nth-child(1) .box:after {
  	background-color: #1894a7;
}

.holder:nth-child(2) .box {
  	background-color: #CBE2B4;
}

.holder:nth-child(2) .box:before {
  	background-color: #98c66a;
}

.holder:nth-child(2) .box:after {
  	background-color: #b2d48f;
}

.holder:nth-child(3) .box {
  	background-color: #F6B6CA;
}

.holder:nth-child(3) .box:before {
  	background-color: #eb5b88;
}

.holder:nth-child(3) .box:after {
  	background-color: #f089a9;
}

.box {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-animation: ani-box 6s infinite;
	animation: ani-box 6s infinite;
	width: 3em;
	height: 3em;
}

.box:before, .box:after {
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
}

.box:before {
	left: 100%;
	bottom: 0;
	-webkit-transform: rotateY(90deg);
	transform: rotateY(90deg);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
}

.box:after {
	left: 0;
	bottom: 100%;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

@-webkit-keyframes ani-box {
  8.33% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleZ(2);
            transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    -webkit-transform: translate3d(-50%, -50%, -3em) scaleZ(1);
            transform: translate3d(-50%, -50%, -3em) scaleZ(1);
  }
  25% {
    -webkit-transform: translate3d(-50%, -100%, -3em) scaleY(2);
            transform: translate3d(-50%, -100%, -3em) scaleY(2);
  }
  33.3% {
    -webkit-transform: translate3d(-50%, -150%, -3em) scaleY(1);
            transform: translate3d(-50%, -150%, -3em) scaleY(1);
  }
  41.7% {
    -webkit-transform: translate3d(-100%, -150%, -3em) scaleX(2);
            transform: translate3d(-100%, -150%, -3em) scaleX(2);
  }
  50% {
    -webkit-transform: translate3d(-150%, -150%, -3em) scaleX(1);
            transform: translate3d(-150%, -150%, -3em) scaleX(1);
  }
  58.3% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(2);
            transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(1);
            transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    -webkit-transform: translate3d(-150%, -100%, 0) scaleY(2);
            transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    -webkit-transform: translate3d(-150%, -50%, 0) scaleY(1);
            transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    -webkit-transform: translate3d(-100%, -50%, 0) scaleX(2);
            transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
            transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}

@keyframes ani-box {
  8.33% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleZ(2);
            transform: translate3d(-50%, -50%, 0) scaleZ(2);
  }
  16.7% {
    -webkit-transform: translate3d(-50%, -50%, -3em) scaleZ(1);
            transform: translate3d(-50%, -50%, -3em) scaleZ(1);
  }
  25% {
    -webkit-transform: translate3d(-50%, -100%, -3em) scaleY(2);
            transform: translate3d(-50%, -100%, -3em) scaleY(2);
  }
  33.3% {
    -webkit-transform: translate3d(-50%, -150%, -3em) scaleY(1);
            transform: translate3d(-50%, -150%, -3em) scaleY(1);
  }
  41.7% {
    -webkit-transform: translate3d(-100%, -150%, -3em) scaleX(2);
            transform: translate3d(-100%, -150%, -3em) scaleX(2);
  }
  50% {
    -webkit-transform: translate3d(-150%, -150%, -3em) scaleX(1);
            transform: translate3d(-150%, -150%, -3em) scaleX(1);
  }
  58.3% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(2);
            transform: translate3d(-150%, -150%, 0) scaleZ(2);
  }
  66.7% {
    -webkit-transform: translate3d(-150%, -150%, 0) scaleZ(1);
            transform: translate3d(-150%, -150%, 0) scaleZ(1);
  }
  75% {
    -webkit-transform: translate3d(-150%, -100%, 0) scaleY(2);
            transform: translate3d(-150%, -100%, 0) scaleY(2);
  }
  83.3% {
    -webkit-transform: translate3d(-150%, -50%, 0) scaleY(1);
            transform: translate3d(-150%, -50%, 0) scaleY(1);
  }
  91.7% {
    -webkit-transform: translate3d(-100%, -50%, 0) scaleX(2);
            transform: translate3d(-100%, -50%, 0) scaleX(2);
  }
  100% {
    -webkit-transform: translate3d(-50%, -50%, 0) scaleX(1);
            transform: translate3d(-50%, -50%, 0) scaleX(1);
  }
}


/************** 

Navigation

**************/

.header_wrap label .menu {
	position: absolute;
	right: -100px;
	top: -100px;
	z-index: 100;
	width: 250px;
	height: 250px;
	background: #9D3547;
	border-radius: 50% 50% 50% 50%;
	transition: .5s ease-in-out;
	box-shadow: 0 0 0 0 #9D3547, 0 0 0 0 #9D3547;
	cursor: pointer;
}

.header_wrap label .hamburger {
	position: absolute;
	top: 155px;
	left: 70px;
	width: 30px;
	height: 2px;
	background: #fff;
	display: block;
	-webkit-transform-origin: center;
	transform-origin: center;
	transition: .5s ease-in-out;
}

.header_wrap label .hamburger:after, .header_wrap label .hamburger:before {
	transition: .5s ease-in-out;
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
}

.header_wrap label {
	text-align: center;
}

.header_wrap label .hamburger:before {
	top: -10px;
}

.header_wrap label .hamburger:after {
	bottom: -10px;
}

.header_wrap label input {
	display: none;
}

.header_wrap label input:checked + .menu {
	box-shadow: 0 0 0 100vw #9D3547, 0 0 0 100vh #9D3547;
	border-radius: 0;
}

.header_wrap label input:checked + .menu .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header_wrap label input:checked + .menu .hamburger:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	bottom: 0;
}

.header_wrap label input:checked + .menu .hamburger:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	top: 0;
}

.header_wrap label input:checked + .menu + ul {
    opacity: 1;
    z-index: 200;
}

.header_wrap label ul {
	position: absolute;
	top: 40%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: .25s 0s ease-in-out;
	z-index: -1;
}

.header_wrap label a {
	text-transform: uppercase;
	margin-bottom: 1em;
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	transition: 0.8s;
	border-left: 2px dashed transparent;
	border-right: 2px dashed transparent;
}

.header_wrap label a:hover {
    border-left: 10px dashed #fff;
    border-right: 10px dashed #fff;
}


/**************

Header 

**************/

.header_wrap {
	width: 100%;
	height: 900px;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
	background: #5f2c82;
	background: -moz-linear-gradient(left, #5f2c82 0%, #df561c 100%);
	background: -webkit-linear-gradient(left, #5f2c82 0%,#df561c 100%);
	background: linear-gradient(to right, #5f2c82 0%,#df561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2c82', endColorstr='#df561c',GradientType=1 );
}

.header_wrap:before {
	content: "";
	background: url(../images/curve_bg.svg);
    position: absolute;
    bottom:0;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);
}

.header_wrap .container {
	position: relative;
	z-index: 3;
}

.header_wrap .container .logo a {
	padding: 10px 0;
	display: inline-block;
	font-size: 40px;
	color: #fff;
	font-family: 'Fjalla One', sans-serif;
	text-transform: uppercase;
}

.header_wrap .container .banner_text {
	padding-top: 140px;
	color: #fff;
}

.header_wrap .container .banner_text h2 {
    font-size: 50px;
}

.header_wrap .container .banner_text p {
	font-size: 18px;
	padding: 10px 0;
}

.header_wrap .container .banner_text a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    text-align: center;
    font-size: 18px;
    border-radius: 20px;
    background: #9f3546; 
	transition: 0.6s;
}

.header_wrap .container .banner_text a:hover {
	background: #782bad;
}

.banner_img {
	position: relative;
	text-align: right;
	margin-top: 30px;
}

.banner_img img {
	max-width: 100%;
}




/**************

About Home 

**************/

.about_home {
	padding: 10px 0 40px 0;
}

.about_home .about3x {
	text-align: center;
	margin-bottom: 60px;
}

.about_home .about3x h2 {
	font-size: 120px;
    background: -webkit-linear-gradient(#752867, #B93E31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about_home .about3x h4 {
	font-size: 25px;
	color: #000;
}

.about_home .about3x {
	font-size: 16px;
}

.about_info_home1x  {
	padding: 60px 0;
}

.about_info_home1x .about_home_image {
    overflow: hidden;
    position: relative;
}

.about_info_home1x .about_home_image img {
	width: 100%;
	border-radius: 10% 0 0 10%;
}

.about_info_home1x .padding_right {
	padding-right: 0px;
}

.about_info_home1x .about_text_heading h2 {
	font-size: 50px;
    background: -webkit-linear-gradient(#752867, #B93E31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}

.about_info_home1x .about_text_heading h5 {
    padding: 20px 0;
}

.about_info_home2x {
	padding: 100px 0 300px 0;
	margin: 20px 0 0 0;
	position: relative;
    width: 100%;
    z-index: 1;
    background: #5f2c82;
	background: -moz-linear-gradient(left, #5f2c82 0%, #df561c 100%);
	background: -webkit-linear-gradient(left, #5f2c82 0%,#df561c 100%);
	background: linear-gradient(to right, #5f2c82 0%,#df561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2c82', endColorstr='#df561c',GradientType=1 );
}

.about_info_home2x:before {
	content: "";
	background: url(../images/bg-waves.svg) no-repeat;
    position: absolute;
    top: -10px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);
}

.about_info_home2x:after {
	content: "";
	background: url(../images/curve_bg.svg) no-repeat;
    position: absolute;
    bottom: 0px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);

}

.about_info_home2x .about_info_text {
	color: #fff;
	margin-top: 160px;
}

.about_info_home2x .about_info_text h2 {
	font-size: 50px;
}

.about_info_home2x .about_info_text p {
	font-size: 16px;
}

.about_info_home2x .about_info_text ul {
	margin: 0;
	padding: 0;
}

.about_info_home2x .about_info_text ul li {
	font-size: 16px;
	margin-top: 10px;
}

.about_info_home2x .about_info_text ul li i {
	margin-right: 5px;
	font-size: 18px;
}

.about_info_home2x .about_info_pc {
	margin-top: 130px;
	width: 100%;
}


.timeline h2 {
    font-size: 50px;
    background: -webkit-linear-gradient(#752867, #B93E31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 20px 0 40px 0;
    text-align: center;
    position: relative;
    z-index: 1;
}


.section {
  	background: #F45B69;
  	padding: 50px 0;
}

.section .container {
  	width: 90%;
  	max-width: 1200px;
  	margin: 0 auto;
  	text-align: center;
}

.section h1 {
  	font-size: 2.5rem;
}

.section h2 {
  	font-size: 1.3rem;
}


/* Timeline Home
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
  	white-space: nowrap;
  	overflow: hidden;
  	position: relative;
}


.timeline #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #fff;
	background-image: url("");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	z-index: 0;
}


.timeline ol {
	font-size: 0;
	width: 100vw;
	padding: 250px 0;
	transition: all 1s;
}

.timeline ol li {
	position: relative;
	display: inline-block;
	list-style-type: none;
	width: 160px;
	height: 3px;
	background: #B93E31;
}

.timeline ol li:last-child {
  	width: 280px;
}

.timeline ol li:not(:first-child) {
  	margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(100% + 1px);
	bottom: 0;
	width: 12px;
	height: 12px;
	transform: translateY(-50%);
	border-radius: 50%;
	background: #752867;
}

.timeline ol li div {
	border-radius: 10px;
  	position: absolute;
  	left: calc(100% + 7px);
  	width: 280px;
  	padding: 15px;
  	font-size: 1rem;
  	white-space: normal;
  	color: #fff;
}

.timeline ol li:nth-child(even) div {
    background: #6E3176;
}

.timeline ol li:nth-child(odd) div {
    background: #CB4F2C;
}

.timeline ol li div::before {
  	content: '';
  	position: absolute;
  	top: 100%;
  	left: 0;
  	width: 0;
  	height: 0;
  	border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  	top: -16px;
  	transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  	top: 100%;
  	border-width: 8px 8px 0 0;
  	border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
	top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
	top: -8px;
	border-width: 8px 0 0 8px;
	border-color: transparent transparent transparent white;
}

.timeline time {
	display: block;
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 8px;
}


/* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline .arrows {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
	font-size: 30px;
	color: #fff;
	z-index: 1;
	position: relative;
}

.timeline .arrows .arrow__prev {
  	margin-right: 20px;
  	background: none;
  	border: none;
  	background: -webkit-linear-gradient(#752867, #B93E31);
  	width: 47px;
  	border-radius:50%;
  	color: #fff;
  	cursor: pointer;
}

.timeline .arrows .arrow__next {
	background: none;
  	border: none;
  	background: -webkit-linear-gradient(#752867, #B93E31);
  	width: 47px;
  	border-radius:50%;
  	color: #fff;
  	cursor: pointer;
}

.timeline .disabled {
  	opacity: .5;
}

.timeline .arrows img {
  	width: 45px;
  	height: 45px;
}


/* TIMELINE GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }
}



/**************

Showcase 

 **************/

.showcase {
	background: #F5F9FC;
	padding: 80px 0;
	margin-top: 90px;
	position: relative;
}

.showcase:before {
	content: "";
	background: url(../images/bg-curve-grey.svg);
    position: absolute;
    top: -100px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 0;
    transform: rotate(180deg);
}

.showcase:after {
	content: "";
	background: url(../images/bg-curve-grey.svg);
    position: absolute;
    bottom: -100px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 0;
    
}

.showcase .container {
	z-index: 1;
	position: relative;
}

.showcase h2 {
	color: #30323d;
	font-size: 40px;
	text-align: center;
	margin-bottom: 40px;
}

.showcase h2 span {
	display: block;
}

.showcase h2 span i {
	color: #e22222;
	animation: beat .25s infinite alternate;
}

@keyframes beat{
	to { transform: scale(0.6); }
}

.showcase .showcase_wrap img {
	width: 100%;
}

.showcase .showcase_wrap p {
	font-size: 18px;
	padding-top: 20px;
	text-align: center;
}




/**************

Our Goal 

**************/

.our_goal {
	margin-top: 180px;
}

.our_goal h3 {
	font-size: 60px;
	color: #30323d;
}

.our_goal h5 {
	color: #677583;
	font-size: 40px;
}

.our_goal i {
	font-size: 40px;
	padding: 10px;
	display: inline-block;
	color: #fff;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	position: absolute;
}

.our_goal .icon1 {
	background: #f1df16;
}

.our_goal .icon2 {
	background: #13feeb;
}

.our_goal .icon3 {
	background: #5bf35e;
}

.our_goal .icon4 {
	background: #ffba14;
}

.our_goal h4 {
	color: #30323d;
	font-size: 30px;
	padding-left: 80px;
}

.our_goal p {
	font-size: 16px;
	color: #677583;
	padding-left: 80px;
	margin-bottom: 80px;
}




/**************

Counter 

**************/

.counter {
	overflow: hidden;
    position: relative;
    color: #fff;
    clear: both;
    padding: 60px 0;
    text-align: center;
    font-size: 50px;
    width: 100%;
}

.counter #myVideo {
	width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: 0;
}

.counter:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	z-index: 1;
	background: #5f2c82;
	background: -moz-linear-gradient(left, #5f2c82 0%, #df561c 100%);
	background: -webkit-linear-gradient(left, #5f2c82 0%,#df561c 100%);
	background: linear-gradient(to right, #5f2c82 0%,#df561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2c82', endColorstr='#df561c',GradientType=1 );
}

.counter .container {
	position: relative;
	z-index: 2;
}


/**********

Portfolio

***********/

.portfolio_home {
	padding: 60px 0;
}

.portfolio_home .gallery_product img {
    width: 100%;
    transition: 0.9s;
    border-radius: 0%;
    transform: rotate(0deg) scale(1);
}

.portfolio_home .gallery_product a:hover img {
  transition: 0.9s;
	transform: rotate(-20deg) scale(0.9);
	border-radius: 50%;
}

.portfolio_home h2 {
	font-size: 50px;
    background: -webkit-linear-gradient(#752867, #B93E31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 40px 0;
    text-align: center;
}

.portfolio_home .button_porfolio {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.portfolio_home .button_porfolio button {
	display: inline-block;
    color: #fff;
    padding: 10px 20px;
    text-align: center;
    font-size: 16px;
    border-radius: 20px;
    background: #9f3546; 
	transition: 0.6s;
	border: none;
	margin-right: 10px;
	cursor: pointer;
}

.portfolio_home .button_porfolio button:hover , .portfolio_home .button_porfolio button:focus {
	background: #782bad;
}

.portfolio_home .portfolio_link {
	position: absolute;
	top: 60%;
	background: rgba(201,40,62,0.8);
	padding: 10px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	width: 80%;
	left: 10%;
	transition: 0.8s;
	opacity: 0;
}


.portfolio_home .gallery_product {
    margin-bottom: 30px;
}



/**************

Testimonials Slider

**************/

.clients {
	padding: 30px 0 60px 0;
}

.clients .testimonials_bg {
	position: relative;
	width: 100%;
	height: 100%;
}

.clients .clients_logos img {
	max-width: 100%;
}

.clients h4 {
    font-size: 60px;
    color: #30323d;
    padding: 30px 0 20px 0;
}

.clients .testimonials_bg:before {
	content: "";
	background: url(../images/testimonials_bg.svg);
    position: absolute;
    top: 0;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 591px; 
    z-index: 0;
}

.clients .testimonials {
	width: 50%;
	margin: 0 auto;
	padding: 200px 0 0 0;
	color: #fff;
	font-size: 18px;
	text-align: center;
}

.clients .testimonials p span {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

.testimonials .slick-prev {
	position: absolute;
	bottom: -80px;
	left: 45%;
	background: none;
	border: none;
	cursor: pointer;
	color: #fff;
	font-size: 0px;
}

.clients .testimonials .slick-dots li {
   display: inline;
   list-style: none;
}

.clients .testimonials .slick-dots li button {
	display: inline-block;
	background: #fff;
	border: 2px solid #fff;
	padding: 5px;
	width: 3px;
	height: 5px;
	border-radius: 50%;
	margin-right: 10px;
	text-indent: -9999px;
	cursor: pointer;
}

.clients .testimonials .slick-dots .slick-active button {
	background: transparent;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
   
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/**************

Blog Home 

**************/

.blog_home {
	padding: 120px 0 180px 0;
	background: #F5F9FC;
	position: relative;
}

.blog_home:before {
	content: "";
	background: url(../images/bg-waves.svg) no-repeat;
    position: absolute;
    top: -10px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);
}

.blog_home:after {
	content: "";
	background: url(../images/curve_bg.svg) no-repeat;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);

}

.blog_home .blog_wrap {
	-moz-box-shadow: 0 0 5px #e0e0e0;
	-webkit-box-shadow: 0 0 5px #e0e0e0;
	box-shadow: 0 0 5px #e0e0e0;
	background: #fff;
	padding: 10px;
	position: relative;
}

.blog_home .blog_wrap img {
	width: 100%;
}

.blog_home h2 {
    font-size: 50px;
    background: -webkit-linear-gradient(#752867, #B93E31);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 90px 0 40px 0;
    text-align: center;
}

.blog_home .blog_wrap h4 {
	padding: 10px 0 0 0;
	font-size: 23px;
}

.blog_home .blog_wrap a {
	color: #AC4545;
}

.blog_home .blog_wrap i {
	position: relative;
	top: 1px;
	padding-left: 0px;
	transition: 0.7s;
}

.blog_home .blog_wrap a:hover i {
    padding-left: 10px;
}

.blog_home .blog_wrap span {
	position: absolute;
	z-index: 1;
	background: rgba(172,69,69,0.6);
	padding: 10px;
	font-size: 16px;
	color: #fff;
	top: 20px;
	left: 20px;
	display: block;
}




/**************

Subscribe 

**************/

.subscribe {
	padding: 10px 0 60px 0;
	position: relative;
	z-index: 2;
}

.subscribe h2 {
	font-size: 40px;
    color: #30323d;
    text-align: center;
    width: 60%;
    margin: 0 auto;
    padding: 0 0 20px 0;
}

.subscribe .subscribe_input {
	width: 60%;
    margin: 0 auto;
    overflow: hidden;
}

.subscribe .subscribe_input input {
	border: 1px solid #9f3546;
	padding: 10px;
	width: 75%;
	float: left;
	font-size: 18px;
	border-radius: 15px 0 0 15px;
	height: 50px;
	text-indent: 30px;
}

.subscribe .subscribe_input button {
	cursor: pointer;
    border: none;
	padding: 10px;
	height: 50px;
	width: 25%;
	float: left;
	background: #9f3546;
	color: #fff;
	font-size: 18px;
	border-radius: 0 15px 15px 0;
	transition: 0.5s;
	text-transform: uppercase;
}

.subscribe .subscribe_input button:hover {
	background: #632D7F;
}



/**************

Footer 

***************/

.footer {
	padding: 70px 0 30px 0;
	color: #fff;
	font-size: 16px;
	background: #5f2c82;
	background: -moz-linear-gradient(left, #5f2c82 0%, #df561c 100%);
	background: -webkit-linear-gradient(left, #5f2c82 0%,#df561c 100%);
	background: linear-gradient(to right, #5f2c82 0%,#df561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2c82', endColorstr='#df561c',GradientType=1 );
}

.footer h4 {
	margin-bottom: 20px;
}

.footer a {
	color: #fff;
}

.footer .footer_list ul {
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.footer .footer_list ul li {
	margin-bottom: 10px;
}

.footer .footer_list ul li a {
	font-size: 18px;
}

.footer .footer_address ul {
    margin: 0;
	padding: 0;
}

.footer .footer_address ul li {
    display: inline;
}

.footer .footer_address p {
	margin-bottom: 7px;
}

.footer .footer_address ul li a {
	background: #fff;
	text-align: center;
	width: 35px;
	height: 35px;
	display: inline-block;
	padding: 6px 0;
	border-radius: 50%;
	transition: 0.6s;
}

.footer .copyright {
	border-top: 1px solid rgba(255,255,255,0.4);
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
    margin-top: 20px;
}

.footer .footer_address ul li a:hover {
    transform: scale(0.7);
}

.footer .footer_address ul li .fb_icon {
    color: #3A6FD9;
}

.footer .footer_address ul li .tw_icon {
    color: #00C2FF;
}

.footer .footer_address ul li .lin_icon {
    color: #0072A4;
}

.footer .footer_address ul li .you_icon {
    color: #E92225;
}


/**************

About page inner

**************/

.header .about_img {
	position: relative;
	top: 50px;
}


.about_wrap .about_services {
    margin-bottom: 40px;
    padding: 25px;
    -moz-box-shadow: 0 0 5px #e0e0e0;
	-webkit-box-shadow: 0 0 5px #e0e0e0;
	box-shadow: 0 0 5px #e0e0e0;
	border-radius: 10px;
	border-bottom: 2px solid #9f3546;
	transition: 0.7s;
    transform: scale(1);
}

.about_wrap .about_services:hover {
	border-bottom: 6px solid #9f3546;
    transform: scale(1.1);
}

.about_wrap .about_services i {
	font-size: 60px;
}

.about_wrap .about_services h4 {
	font-size: 22px;
	padding: 20px 0 10px 0px;
}

.about_wrap .about_services .icon_col1 {
	color: #f1df16;
}

.about_wrap .about_services .icon_col2 {
	color: #30dc34;
}

.about_wrap .about_services .icon_col3 {
	color: #c00fc6;
}

.about_wrap .about_services .icon_col4 {
	color: #5c3aec;
}

.about_wrap .about_services .icon_col5 {
	color: #d24458;
}

.about_wrap .about_services .icon_col6 {
	color: #02a27a;
}

.about_inner2x {
	padding: 220px 0;
	background: #5f2c82;
	background: -moz-linear-gradient(left, #5f2c82 0%, #df561c 100%);
	background: -webkit-linear-gradient(left, #5f2c82 0%,#df561c 100%);
	background: linear-gradient(to right, #5f2c82 0%,#df561c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f2c82', endColorstr='#df561c',GradientType=1 );
	position: relative;
}

.about_inner2x:before {
	content: "";
	background: url(../images/bg-waves.svg) no-repeat;
    position: absolute;
    top: -10px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);
}

.about_inner2x:after {
	content: "";
	background: url(../images/curve_bg.svg) no-repeat;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 191px; 
    z-index: 1;
    transform: rotate(180deg);

}

.about_inner2x .about_inner2x_text {
	font-size: 16px;
	color: #fff;
}

.about_inner2x .about_inner2x_text h2 {
	font-size: 50px;
}

.about_inner2x .about_inner2x_text ul li {
	margin-bottom: 10px;
}

.about_inner2x .about_inner2x_text ul li i {
	display: inline-block;
	margin-right: 5px;
}

.about_inner2x .about_inner2x_text ul {
	margin: 0;
	padding: 0;
}

.about_inner2x .card {
	background: none;
	color: #fff;
	border:none;
	font-size: 16px;
}

.about_inner2x .card-header {
	background: none;
	border:none;
	border-bottom: 1px solid #fff;
	padding: 0;
}

.about_inner2x .card-header .btn-link {
	color: #fff;
	padding: 5px;
	font-size: 30px;
	border: none;
}

.about_inner2x .card-header .btn-link:focus , .about_inner2x .card-header .btn-link:hover {
	border:none;
	text-decoration: none;
}

/* Team Inner */


.team_inner {
	padding: 60px 0;
}

.team_line i {
	font-size: 50px;
	color: #79306A;
}

.team_line h3 {
	padding: 10px 0;
	color: #30323d;
}

.team_inner .team_wrap {
	margin-bottom: 30px;
}

.team_inner .title {
	text-align: center;
	padding: 30px 0 4px 0;
	transition: 0.5s;
	position: relative;
	top: 0;
}

.team_inner .team_text {
	border-radius: 50%;
	overflow: hidden;
	position: relative;
}

.team_inner .team_text img {
	width: 100%;
	border-radius: 50%;
}

.team_inner .title h4 {
    font-size: 35px;
    color: #9f3546;
}

.team_inner .team_wrap:hover .show_data {
    top: 0;
}

.team_inner .team_wrap:hover .title {
    top: 200px;
}

.team_inner .team_text .show_data {
	transition: 0.8s;
	position: absolute;
	top: -150%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30%;
	color: #fff;
	z-index: 1;
	background: rgba(111,47,116,0.7);
}

.team_inner .team_text .show_data h4 {
	font-size: 35px;
}

.team_inner .team_text .show_data ul {
	padding: 0;
	margin: 0;
}

.team_inner .team_text .show_data ul li {
	display: inline;
	margin-right: 10px;
}

.team_inner .team_text .show_data ul li i {
	font-size: 20px;
}

.team_inner .team_text .show_data ul li .fb_icon  {
	color: #3A6FD9;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	transition: 0.5s;
}

.team_inner .team_text .show_data ul li .lin_icon  {
	color: #0072A4;
	width: 30px;
	height: 30px;
	padding: 5px;
	text-align: center;
	display: inline-block;
	background: #fff;
	border-radius: 5px;
	transition: 0.5s;
}

.team_inner .team_text .show_data ul li .fb_icon:hover , .team_inner .team_text .show_data ul li .lin_icon:hover {
    border-radius: 50%;
}

.about_inner3x {
	background: #9f3546;
	padding: 180px 0;
	color: #fff;
	position: relative;
}

.about_inner3x h2 {
	text-align: center;
	font-size: 50px;
}

.about_inner3x span {
	width: 60%;
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 18px;
	margin-bottom: 30px;
}

.about_inner3x p {
	font-size: 16px;
}

.about_inner3x .about_inner3x_inner {
	padding: 40px 30px;
	text-align: center;
}

.about_inner3x:before {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
    position: absolute;
    top: -60px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 200px; 
    z-index: 1;
    transform: rotate(180deg);
}

.about_inner3x:after {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
    position: absolute;
    bottom: -40px;
    display: block;
    left: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    width: 100%;
    height: 200px; 
    z-index: 1;
}

.portfolio_inner , .portfolio_inner h2 {
	padding-top: 10px;
}

/* Blog Inner */

.blog_inner {
	margin-bottom: 60px;
}

.blog_inner .blog_post {
    background: #f9f9f9;
    border-radius: 7px;
    overflow: hidden;
    margin-bottom: 60px;
    transform: scale(1);
	transition: 0.7s;
}

.blog_inner .blog_post img {
	width: 100%;
}

.blog_inner .blog_post .blog_text {
	padding: 10px;
	overflow: hidden;
}

.blog_inner .blog_post:hover {
	transform: scale(1.1);
}

.blog_inner .blog_post .blog_text span {
	display: inline-block;
	padding: 5px 10px;
	background: #632D7F;
	color: #fff;
	border-radius: 5px;
}

.blog_inner .blog_post .blog_text h4 {
	margin-top: 10px;
	font-size: 21px;
}

.blog_inner .blog_post .blog_text a {
	color: #9f3546;
	display: inline-block;
	text-align: right;
	font-size: 23px;
	float: right;
	-moz-animation: moveleft 2s infinite;
	-webkit-animation: moveleft 2s infinite;
	animation: moveleft 2s infinite;
}

.blog_inner .blog_details h2 {
	font-size: 30px;
}

.blog_inner .blog_details p a {
	display: inline-block;
	color: #632D7F;
}

.blog_inner .blog_details img {
	max-width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
}

.blog_inner .blog_details ul {
	margin-left: 20px;
}

.blog_inner .blog_details ul li {
	list-style: circle;
	padding-bottom: 8px;
}

.blog_comment h4 {
    margin-bottom: 20px;
}

.blog_comment .comment_box {
	overflow: hidden;
	background: #f3f1f3;
	padding: 10px;
	border-radius: 8px;
	margin-bottom: 15px;
}

.blog_comment .comment_box .user_img {
	width: 20%;
	float: left;
}

.blog_comment .comment_box .user_img img {
	width: 100%;
}

.blog_comment .comment_box .user_text {
	width: 80%;
	float: right;
	padding-left: 10px;
}

.blog_comment .comment_box .user_text span {
	display: inline-block;
	float: left;
	width: auto;
}

.blog_comment .comment_box .user_text a {
	display: inline-block;
	float: right;
	color: #9f3546;
}

.blog_comment .comment_from {
	margin-top: 30px;
}

.blog_comment .comment_from input ,  .blog_comment .comment_from textarea{
	transition: 0.6s;
	outline: none;
	box-shadow: none;
}

.blog_comment .comment_from input:focus , .blog_comment .comment_from textarea:focus {
	border: 1px solid #662D7C;
	box-shadow: none;
	outline: none;
}

.blog_comment .comment_from button {
	border: none;
	background: none;
	color: #662D7C;
	font-size: 28px;
	cursor: pointer;
	transition: 0.6s;
	transform: rotate(0deg);
}

.blog_comment .comment_from button:hover {
	transform: rotate(-90deg);
}

@keyframes moveleft {
  0%, 20%, 50%, 80%, 100% {-moz-transform: translateX(0);-ms-transform: translateX(0);-webkit-transform: translateX(0);transform: translateX(0);}
  40% {-moz-transform: translateX(-30px);-ms-transform: translateX(-30px);-webkit-transform: translateX(-30px);transform: translateX(-30px);}
  60% {-moz-transform: translateX(-15px);-ms-transform: translateX(-15px);-webkit-transform: translateX(-15px);transform: translateX(-15px);}
}

.pagination li .page-link  {
   border: 1px solid #9f3546;
   color: #9f3546;
   transition: 0.6s;
}

.pagination li .page-link:hover {
	background: #9f3546;
	color: #fff;
}


/**************

Contact Us 

**************/

.contact_us_address p {
	margin-bottom: 5px;
	font-size: 16px;
}

.contact_us_address .col-md-4 {
	padding-bottom: 30px;
}

.contact_us_address i {
	color: #632D7F;
}

.contact_us_address a {
	color: #9f3546;
}

.contact_us_address .icon1 {
	  background: #f1df16;
	  font-size: 40px;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.contact_us_address .icon2 {
	background: #5BF35E;
	 font-size: 34px;
    padding: 12px;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.contact_us_address .icon3 {
	background: #13FEEB;
	font-size: 40px;
    padding: 10px;
    display: inline-block;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
}

.contact_us_address h4 {
	font-size: 30px;
	margin: 10px 0;
}

.contact_map #map {
    width: 100%;
    height: 700px;
}

.contact_map {
	padding: 20px 0;
	position: relative;
}

.contact_map:before {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 200px; 
  z-index: 1;
  transform: rotate(180deg);
}

.contact_map:after {
	content: "";
	background: url(../images/shape_bg_small.svg) no-repeat;
  position: absolute;
  bottom: 0;
  display: block;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  width: 100%;
  height: 200px; 
  z-index: 1;
}

.contact_form {
	margin: 20px 0px 60px 0;
}  

.contact_form input , .contact_form textarea {
	background: #f8f7f8;
	padding: 10px;
}

.contact_form input:focus , .contact_form textarea:focus {
	border: 1px solid #662D7C;
	box-shadow: none;
	outline: none;
}

.contact_form button {
	cursor: pointer;
  border: none;
	padding: 10px 30px;
	float: left;
	background: #9f3546;
	color: #fff;
	font-size: 18px;
	border-radius: 20px;
	transition: 0.5s;
	text-transform: uppercase;
}

.contact_form button:hover {
	background: #632D7F;
}

.contact_form h2 {
	margin-bottom: 40px;
}


/**************

Responsive Style

**************/

/* Tablet (portrait) ----------- */

@media (min-width: 768px) and (max-width: 990px) {

.subscribe h2 {
	width: 100%;
}

.subscribe .subscribe_input {
   width: 100%;
}

.team_inner .team_text .show_data {
	padding: 22%;
}

.team_inner .team_text .show_data h4 {
	font-size: 25px;
}

}


/* Smartphones (horizontal) ----------- */

@media screen and (min-width:500px) and (max-width:767px) {

.header_wrap {
	height: 800px;
}

.header_wrap:before {
	height: 100px;
}

.header_wrap .container .banner_text {
	padding-top: 30px;
}

.header_wrap .container .banner_text h2 {
	font-size: 30px;
}

.header_wrap .container .banner_text p {
	font-size: 14px;
}

.banner_img {
	margin-top: 10px;
	text-align: left;
}

.banner_img img {
	width: 50%;
}

.showcase .showcase_wrap {
    margin-bottom: 30px;
}

.our_goal h3 {
	font-size: 40px;
}

.our_goal h5 {
	font-size: 25px;
	margin-bottom: 20px;
}

.our_goal h4 {
	font-size: 20px;
}

.counter {
	font-size: 36px;
}

.portfolio_home .button_porfolio button {
	margin-bottom: 10px;
}

.clients h4 {
	font-size: 40px;
}

.clients  {
	padding: 30px 0px 190px 0;
}

.blog_home .blog_wrap {
	margin-bottom: 20px;
}

.subscribe h2 {
	font-size: 30px;
	width: 100%;
}

.subscribe .subscribe_input {
   width: 100%;
}

.footer .footer_list {
	margin: 30px 0;
}

.team_line {
	margin-bottom: 50px;
}

}


/* Smartphones (portrait) ----------- */

@media (min-width: 100px) and (max-width: 499px) {

.header_wrap .container .banner_text {
	padding-top: 50px;
}

.header_wrap {
	height: 800px;
}

.header_wrap:before {
	height: 100px;
}

.header_wrap .container .banner_text h2 {
	font-size: 25px;
}

.header_wrap .container .banner_text p {
	font-size: 14px;
}

.about_home .about3x h2 {
	font-size: 80px;
}

.banner_img {
	margin-top: 10px;
	text-align: left;
}

.banner_img img {
	width: 50%;
}

.showcase .showcase_wrap {
  margin-bottom: 30px;
}

.counter #myVideo {
	width: 300%;
}

.our_goal h3 {
	font-size: 40px;
}

.our_goal h5 {
	font-size: 25px;
	margin-bottom: 20px;
}

.our_goal h4 {
	font-size: 20px;
}

.counter {
	font-size: 36px;
}

.portfolio_home .button_porfolio button {
	margin-bottom: 10px;
}

.clients h4 {
	font-size: 40px;
}

.clients  {
	padding: 30px 0px 190px 0;
}

.clients .clients_logos {
	text-align: center;
}

.clients .testimonials {
	width: 80%;
}

.blog_home .blog_wrap {
	margin-bottom: 20px;
}

.subscribe h2 {
	font-size: 30px;
	width: 100%;
}

.subscribe .subscribe_input {
   width: 100%;
}

.subscribe .subscribe_input button {
	font-size: 14px;
}

.subscribe .subscribe_input input {
	width: 70%;
}

.subscribe .subscribe_input button {
	width: 30%;
}

.footer .footer_list {
	margin: 30px 0;
	overflow: hidden;
}

.team_inner .team_text .show_data {
	padding: 11% 14%;
}

.team_line {
	margin-bottom: 50px;
}

}