
.home-slider{
	height: 650px;
}
.home-slider .single-slider {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 650px;
	border: none;
}
.home-slider .single-slider:before{
	opacity:0.7;
}
.home-slider .single-slider .slider-text {
	margin: 171px 0 0;
}
.home-slider .single-slider h1 {
	font-size: 55px;
	line-height: 70px;
	text-transform: capitalize;
	color: #fff;
	font-weight: 800;
	margin-bottom: 20px;
}
.home-slider .single-slider p {
	font-size: 16px;
	color: #ccc;
	padding-right: 100px;
}
.home-slider .single-slider .text-center p {
	font-size: 16px;
	color: #ccc;
	padding:0 100px;
}
.home-slider .single-slider .text-right p {
	font-size: 16px;
	color: #ccc;
	padding:0 0 0 100px;
}
.home-slider .single-slider .button{
	margin-top:50px;
}
.home-slider .single-slider .btn {
	margin-right: 15px;
	color: #252525;
	background: #fff;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	border-radius: 50px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.home-slider .single-slider .btn:hover{
	background:transparent;
	color:#fff;
}
.home-slider .single-slider .btn.primary{
	color:#fff;
}
.home-slider .single-slider .btn.primary:before{
	background:#fff;
}
.home-slider .single-slider .btn.primary:hover{
	color:#252525;
	background:transparent;
}
.home-slider .single-slider .btn:last-child{
	margin-right:0px;
}
/* Slider Meta */
.home-slider .owl-carousel .owl-nav div {
	height: 55px;
	width: 55px;
	line-height: 55px;
	top: 50%;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin: -30px 0 0 0;
}
.home-slider .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.home-slider .owl-carousel .owl-nav .owl-prev{
	left:15px;
}
.home-slider .owl-carousel .owl-nav .owl-prev:hover{
	left:25px;
}
.home-slider .owl-carousel .owl-nav .owl-next{
	right:15px;
}
.home-slider .owl-carousel .owl-nav .owl-next:hover{
	right:25px;
}

/* Slider Animation */
.home-slider .owl-item.active .slider-text h1{
	animation: fadeInUp 1s both 0.8s;
}
.home-slider .owl-item.active .slider-text p{
	animation: fadeInUp 1s  both 1s;
}
.home-slider .owl-item.active .slider-text .button{
	animation: fadeInUp 1s  both 1.2s;
}
/*===============================
	End Slider CSS 
=================================*/

/*===============================
	Features CSS
=================================*/
.our-features{
	background-color:#fff;
}
.our-features .single-feature{
	background:#fff;
	margin-top:30px;
}
.our-features .feature-head{
	position:relative;
	overflow:hidden;
}
.our-features .single-feature img{
	width:100%;
}
.our-features .single-feature img:hover{
	transform:scale(1.2) rotate(5deg);
}
.our-features .single-feature h2 {
	font-size: 20px;
	margin: 15px 0;
}
/*===============================
	End Features CSS
=================================*/

/*===============================
	Enroll CSS
=================================*/
.enroll {
	background-image: url('images/enroll-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	padding: 60px 0 90px;
}
.enroll .enroll-form {
	margin-top: 30px;
	text-align: left;
	background: #fff;
	border-radius: 5px;
}
.enroll .form-title {
	padding: 20px 35px;
	border-radius: 5px 5px 0px 0px;
}
.enroll .form-title h2 {
	padding: 0;
	font-size: 25px;
	margin-bottom: 5px;
	font-weight: 700;
	color: #fff;
}
.enroll .form-title p {
	color: #fff;
}
.enroll .form {
	padding: 35px;
}
.enroll .form-group {
	margin-bottom: 30px;
}
.enroll .form-group:last-child{
	margin-bottom:0px;
}
.enroll .form-group label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 5px;
}
.enroll .form-group input {
	width: 100%;
	height: 40px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 500;
	border-radius: 0px;
	padding: 0;
}
.enroll .form-group input:hover,
.enroll .form-group textarea:hover{
	padding-left:15px;
}
.enroll .form-group textarea {
	height: 120px;
	color: #999999;
	box-shadow: none;
	text-shadow: none;
	border: none;
	resize: none;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 400;
	margin-bottom: 0px;
	padding: 0;
	border-radius: 0px;
}
.enroll .form-group .btn {
	width: 100%;
	background: #252525;
	color: #fff;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	display: block;
	padding: 18px 0;
	border-radius: 3px;
	border: none;
}
.enroll .form-group .btn:before{
	display:none;
}
.enroll .section-title {
	text-align: left;
	padding: 0;
}
.enroll .section-title h2 {
	color: #fff;
	margin-bottom: 30px;
	padding: 0;
	font-size: 32px;
}
.enroll .section-title h2:before,
.enroll .section-title h2:after{
	display:none;
}
.enroll .section-title p {
	color: #fff;
	padding: 0;
}
.enroll .enroll-right{
	margin-top:30px;
}
.enroll .single-skill{
	text-align:center;
	margin-top:30px;
}
.enroll .single-skill .circle {
	position: relative;
}
.enroll .single-skill .circle strong {
	position: absolute;
	font-size: 25px;
	font-weight: 700;
	color: #fff;
	left: 50%;
	top: 50%;
	margin: -21px 0 0 -21px;
}
.enroll .single-skill h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
}
.enroll .single-skill h4 span {
	display: block;
}
/*===============================
	End Enroll CSS
=================================*/

/*===============================
	Courses CSS
=================================*/
.courses .course-slider {
	margin-top: 30px;
}
.courses .single-course {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	margin: 5px;
}
.courses .single-course:hover{
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.30);
}
.courses .single-content {
	padding: 25px;
}
.courses .course-head{
	position:relative;
	overflow:hidden;
}
.courses .course-head::before {
	opacity:0;
	visibility: hidden;
	background:#252525;
	z-index: 5;
}
.courses .single-course:hover .course-head:before{
	opacity:0.5;
	visibility:visible;
}
.courses .course-head a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 10;
}
.courses .single-course:hover .btn{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.courses .single-course .btn:hover{
	background:#fff;
}
.courses .single-course img{
	height:100%;
	width:100%;
}
.courses .single-course h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.courses .single-course h4 a{
	color:#252525;
}
.courses .single-course h4 span {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
}
.courses .single-course p {
	color: #666;
}
.courses .course-meta {
	background: #fff;
    overflow: hidden;
    padding: 10px 25px;
    border-top: 1px solid #e7e7e7;
}
.courses .course-meta .meta-left {
	float: left;
}
.courses .meta-left span {
	display: inline-block;
	color: #a3a3a3;
	font-size: 16px;
	margin-right: 15px;
	font-weight: 600;
}
.courses .meta-left span:last-child{
	margin-right:0px;
}
.courses .course-meta .meta-left i{
	color:#a3a3a3;
	margin-right:10px;
}
.courses .course-meta .price {
	display: block;
	float: right;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	padding: 0 15px;
	font-weight: 700;
}
/* Slider Meta */
.courses .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.courses:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.courses .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.courses .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.courses .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.courses .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.courses .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.courses .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Course Archives */
.courses.archives .single-course{
	margin-top:30px;
}
/* Pagination */
.courses.archives .pagination-main {
	text-align: center;
}
.courses.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.courses.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.courses.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.courses.archives .pagination li:hover a, 
.courses.archives .pagination li.active a {
	color: #fff;
}
/* Course Single */
.courses.single{
	background:#f6f6f6;
}
.courses.single .single-main{
	background:#fff;
	padding:30px;
}
.courses.single .single-course {
	margin: 0;
}
.courses.single .course-meta {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	padding: 20px;
}
.courses.single .course-info {
	overflow: hidden;
	float: left;
}
.courses.single .single-info {
	float: left;
	margin-right: 20px;
	text-align: center;
	overflow: hidden;
}
.courses.single .single-info:last-child{
	margin-right: 0px;
}
.courses.single .single-info img {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	float: left;
	margin-right: 12px;
}
.courses.single .single-info i {
	float: left;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	margin-right: 15px;
	font-size: 29px;
	border: 1px solid #e7e7e7;
	font-size: 15px;
}
.courses.single .single-info h4 {
	font-size: 14px;
	float: left;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
}
.courses.single .single-info h4 span {
	display: block;
	color: #777;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 14px;
	margin-top: 5px;
}
.courses.single .single-info h4 span:hover{
	color:#00B06A;
}
.courses.single .single-info h4 a{
	color: #777;
	font-weight:400;
}
.courses.single .course-price {
	float: right;
	text-align: center;
}
.courses.single .course-price p {
	font-size: 28px;
	float: left;
	margin-top: 10px;
	margin-right: 20px;
}
.courses.single .course-price p a{}
.courses.single .course-price .btn {
	color: #fff;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
}
.courses.single .course-price .btn i {
	margin-right:10px;
}
.courses.single .course-price .btn:hover{
	background:#fff;
	color:#252525;
	border-color:#e7e7e7;
}
.courses.single .course-feature {
	background: #252525;
	width: 100%;
}
.courses.single .course-feature h4 {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 20px;
	position:relative;
}
.courses.single .course-feature h4:before{
	position:absolute;
	left:0;
	width:50px;
	height:2px;
	content:"";
	bottom:-1px;
}
.courses.single .feature-main {
	padding: 20px;
	color: #fff;
}
.courses.single .single-feature {
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom:1px solid rgba(238, 238, 238, 0.22);
}
.courses.single .single-feature:last-child{
	border:none;
	margin:0;
	padding:0;
}
.courses.single .single-feature i {
	width: 10px;
	margin-right: 15px;
}
.courses.single .single-feature .label{}
.courses.single .single-feature .value {
	float: right;
	font-weight:600;
}
.courses.single .content h2{
	margin-bottom:15px;
	font-size:30px;
}
.courses.single .content h2 a{
	color:#252525;
}
.courses.single .content h2:hover a{
	color:#00B06A;
}
.courses.single .content p{
	margin-bottom:20px;
}
.courses.single .content p:last-child{
	margin:0;
}
.courses.single .course-required {
	margin-top: 30px;
}
.courses.single .course-required h4 {
	margin-bottom: 15px;
	font-size: 20px;
}
.courses.single .course-required ul {}
.courses.single .course-required ul li {
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.courses.single .course-required ul li span {
	position: absolute;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	border: 1px solid;
	line-height: 30px;
	text-align: center;
}
/*===============================
	End Courses CSS
=================================*/

/*===============================
    Call To Action CSS
=================================*/
.cta{
	background-image:url('images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.cta .cta-inner {
	padding: 60px;
	width: 100%;
}
.cta .cta-inner:before{
	opacity:0.9;
}
.cta .text-content{
	z-index:3;
	position:relative;
}
.cta .cta-inner h2 {
	font-size: 30px;
	margin-bottom: 45px;
	color: #fff;
}
.cta .cta-inner p{
	font-size:16px;
	color:#fff;
}
.cta .cta-inner .button {
	margin-top: 45px;
}
.cta .cta-inner .btn{
	background:#fff;
	color:#252525;
	border:2px solid transparent;
}
.cta .cta-inner .btn:before{
	display:none;
}
.cta .cta-inner .btn:hover{
	border-color:#fff;
	background:transparent;
	color:#fff;
}
/*=============================
	End Call To Action CSS
===============================*/

/*=============================
	Teachers CSS
===============================*/
.team {
	padding:60px 0 90px;
}
.team .team-button{
	padding-left: 20px;
	margin-top:45px;
}
.team .button .btn{
	color:#fff;
}
.team .button .btn:before{
	background:#252525;
}
.team .button .btn:hover{
	background:transparent;
	color:#fff;
}
.team .single-team {
	position: relative;
	margin-top: 30px;
}
.team .single-team img{
	height:100%;
	width:100%;
	text-align:center;
}
.team .team-hover {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 75px 20px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	transform: scale(0.5);
	bottom: 10px;
	right: 10px;
}
.team .single-team:hover .team-hover,
.team .single-team.active .team-hover{
	transform:scale(1.0);
	opacity:1;
	visibility:visible;
}
.team .team-hover h4 {
	color: #fff;
	font-size: 20px;
}
.team .team-hover h4 span {
	display: block;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}
.team .team-hover p {
	color: #fff;
	margin: 20px 0;
}
.team .team-hover .social{
	padding-bottom:42px;
}
.team .team-hover .social li {
	display: inline-block;
	margin-right: 10px;
}
.team .team-hover .social li:last-child{
	margin:0;
}
.team .team-hover .social li a{
	color:#fff;
	font-size:14px;
}
.team .team-hover .social li a:hover{
	opacity:0.6;
}
/* Teachers 2 */
.team-style2 .single-team {
	text-align: center;
	margin-top: 30px;
}
.team-style2 .single-team .image{
	position:relative;
}
.team-style2 .single-team .image:before{
	position:absolute;
	content:"";
	left:0;
	top:0;
	height:100%;
	width:100%;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.team-style2 .single-team:hover .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team.active .image:before{
	opacity:0.8;
	visibility:visible;
}
.team-style2 .single-team .image a {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	border-radius: 100%;
	margin: -25px 0 0 -25px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	transform:scale(3);
}
.team-style2 .single-team .image a:hover{
	background:#fff;
	color:#252525;
}
.team-style2 .single-team:hover .image a{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.team-style2 .single-team.active .image i{
	opacity:1;
	visibility:visible;
}
.team-style2 .single-team img{
	height:100%;
	width:100%;
}
.team-style2 .team-content .name {
	font-size: 20px;
	margin-top: 12px;
}
.team-style2 .team-content .name span {
	display: block;
	font-size: 14px;
	color: #666;
	margin-top: 5px;
	font-weight: 500;
}
.team-style2 .team-content p {
	margin-top: 12px;
}
.team-style2 .team-content .social {
	margin-top: 12px;
}
.team-style2 .team-content .social li{
	display:inline-block;
	margin-right:10px;
	color:#262b38;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
}
.team-style2 .team-content .social li:last-child{
	margin-right:0px;
}
.team-style2 .team-content .social li a {
	font-size: 14px;
	color: #252525;
}
/* Teacher Single */
.team-details{
	padding: 60px 0 90px;
}
.team-details .member-detail,
.team-details .detail-content{
	margin-top:30px;
}
.team-details .member-detail{
	text-align:center;
}
.team-details .member-detail img{
	width:100%;
}
.team-details .member-detail .social {
	margin-top: 20px;
}
.team-details .member-detail .social li{
	display:inline-block;
}
.team-details .member-detail .social li:last-child{
	margin-right:0px;
}
.team-details .member-detail .social li a {
	height: 35px;
	width: 35px;
	line-height: 35px;
	text-align: center;
	background: #252525;
	color: #fff;
	display: block;
	border-radius: 100%;
}
.team-details .address {
	margin-top: 10px;
}
.team-details .address li{}
.team-details .address li a {
	color: #252525;
}
.team-details .address li i {
	margin-right:10px;
}
.team-details .detail-content h2{
	font-size:32px;
}
.team-details .detail-content .title {
	font-size: 16px;
	margin: 0;
}
.team-details .detail-content p {
	margin-top: 30px;
}
.team-details .detail-content .signature{
	margin-top:50px;
}
/* Skill */
.team-details .single-progress {
	margin-top: 15px;
}
.team-details .single-progress h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 15px;
}
.team-details .single-progress p{
	margin-bottom:0px;
}
.team-details .progress {
	background: #f6f6f6;
	border-radius: 0px;
	border-radius: 30px 0 0 30px;
	height: 10px;
	overflow: visible;
}
.team-details .progress .progress-bar {
	border-radius: 30px;
	position: relative;
}
.team-details .progress .percent {
	border-radius: 30px;
	position: absolute;
	right: 0;
	top: -15px;
	padding: 5px;
	font-weight: 600;
	display: table-cell;
}
/*=============================
	End Teachers CSS
===============================*/

/*=============================
	Testimonials CSS
===============================*/
.testimonials {
	background-image:url('images/library.jpg');
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
}
.testimonials .section-title h2,
.testimonials .section-title p{
	color:#fff;
}
.testimonials .single-testimonial {
	text-align: left;
	background: #fff;
	padding: 30px;
	position: relative;
	margin-top: 37px;
	box-shadow: inherit;
}
.testimonials .single-testimonial img{
	position:absolute;
	left:50%;
	margin-left:-37px;
	top:-37px;
	height:80px;
	width:80px;
	border-radius:100%;
	border:5px solid #fff;
	-webkit-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 20px rgba(0, 0, 0, 0.12);
}
.testimonials .single-testimonial:hover img{
	-webkit-transform:rotate(360deg);
	-moz-transform:rotate(360deg);
	transform:rotate(360deg);
}
.testimonials .single-testimonial p {
	font-size: 15px;
	position: relative;
	z-index: 4;
	text-align: left;
}
.testimonials .main-content {
	position: relative;
	z-index: 4;
	margin: 35px 0;
}
.testimonials .main-content:before,
.testimonials .main-content:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 32px;
	z-index: -4;
}
.testimonials .main-content::before {
	left: 0;
	top: -33px;
	content: "\f10d";
}
.testimonials .main-content::after {
	right: 0;
	bottom: -33px;
	content: "\f10e";
}
.testimonials .single-testimonial h4 {
	font-weight: 700;
	font-size: 20px;
	position: relative;
	margin-bottom: 15px;
}
.testimonials .owl-nav{
	top:50%;
	margin-top:-20px;
    position:absolute;
    width: 100%;
}
.testimonials .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	margin-top: -24px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
}
.testimonials .owl-carousel .owl-nav div:hover{
	background:#fff;
}
.testimonials .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.testimonials .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.testimonials.no-bg{
	background:#f6f6f6;
}
.testimonials.no-bg:before{
	display:none;
}
.testimonials.no-bg .single-testimonial img{
	box-shadow:none;
}
/*=============================
	End Testimonials CSS
===============================*/

/*=============================
	Events CSS
===============================*/
.events .single-event {
	margin-top: 30px;
	margin: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.events .single-event:hover {
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.events .single-event .head{
	position:relative;
}
.events .single-event .head img{}
.events .single-event .head .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	line-height: 50px;
	padding: 0;
	margin: -25px 0 0 -25px;
	color: #fff;
	transition: ;
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	transform: scale(3);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index:35;
}
.events .single-event:hover .head .btn{
	transform:scale(1);
	opacity:1;
	visibility:visible
}
.events .single-event .head .btn:hover{
	background:#fff;
	color:#252525;
}
.events .single-event .head.overlay:before{
	opacity:0;
	visibility:hidden;
	z-index:34;
}
.events .single-event:hover .head.overlay:before{
	opacity:0.5;
	visibility:visible;
}
.events .event-content {
	margin-top: 10px;
	padding: 20px;
}
.events .event-content .meta{}
.events .event-content .meta span {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e6e6e6;
	font-weight: 500;
	display: inline-block;
}
.events .event-content .meta span:last-child{
	margin:0;
	padding:0;
	border:none;
}
.events .event-content .meta span i{
	margin-right:5px;
}
.events .event-content h4 {
	font-size: 18px;
	margin: 10px 0;
}
.events .event-content h4 a{
	color:#252525;
	font-weight:700;
}
.events .event-content p{}
.events .event-content .btn {
	margin-top: 20px;
	border: 2px solid;
	padding: 11px 32px;
}
.events .event-content .btn:hover{
	background:transparent;
	border-color:transparent;
	color:#fff;
}
/* Event Nav */
.events .owl-nav {
	width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.events:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.events .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.events .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.events .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.events .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.events .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
/* Events Archive */
.events.archives .single-event{
	margin-top:30px;
}
/* Pagination */
.events.archives .pagination-main {
	text-align: center;
}
.events.archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.events.archives .pagination li {
	float: left;
	margin-right: 5px;
}
.events.archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.events.archives .pagination li:hover a, 
.events.archives .pagination li.active a {
	color: #fff;
}
/* Event Single */
.events.single{
	padding:60px 0 90px;
}
.events.single .single-event{
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
	margin-top:30px;
} 
.events.single .event-content h2 {
	font-size: 30px;
	margin: 5px 0 20px;
}
.events.single .event-content h2 a{
	color:#252525;
} 
.events.single .event-content p{
	margin-bottom:30px;
} 
.events.single .event-content img{
	margin-bottom:30px;
}
/* Events Meta */
.events.single .book-now {
	overflow: hidden;
}
.events.single .book-now .button {
	float: left;
}
.events.single .book-now .button .btn{
	margin-top:0px;
} 
.events.single .social{
	float:right;
} 
.events.single .social li {
	display: inline-block;
	margin-right: 5px;
}
.events.single .social li:last-child{
	margin:0;
}
.events.single .social li a {
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	border: 1px solid #e6e6e6;
	text-align: center;
	color: #252525;
	border-radius: 100%;
}
.events.single .social li:hover a {
	color:#fff;
	border-color:transparent;
}
/* Slider Meta */
.events.single .owl-carousel .owl-nav div{
	background:#fff;
	color:#252525;
}
.events.single .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.events.single .owl-carousel .owl-nav .owl-prev {
	left: 10px;
}
.events.single .owl-carousel .owl-nav .owl-next {
	right: 10px;
}
/*=============================
	End Events CSS
===============================*/

/*=============================
	Fun Facts CSS
===============================*/
.fun-facts{
	background:url('images/cta-bg.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	position:relative;
	padding:100px 0 130px
}
.fun-facts::before {
	opacity: 0.9;
}
.fun-facts .single-fact {
	text-align: center;
	margin-top: 30px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.fun-facts .single-fact:hover{
	-webkit-transform:translateY(-15px);
	-moz-transform:translateY(-15px);
	transform:translateY(-15px);
}
.fun-facts .single-fact i {
	font-size: 40px;
	color: #fff;
	margin-bottom: 30px;
}
.fun-facts .single-fact .number {
	color: #fff;
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 15px;
	position: relative;
	display: block;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s eas;
}
.fun-facts .single-fact p {
	color: #eee;
	font-size: 15px;
}
/*=============================
	End Fun Facts CSS
===============================*/

/*=============================
	Blogs CSS
===============================*/
.blog {
	background: #fff;
}
.blog .blog-slider{
	margin-top: 30px;
}
.blog .single-blog {
	position: relative;
	margin: 30px 0 0;
	background: #fff;
	-webkit-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.12);
	margin:5px;
}
.blog .blog-head{
	overflow:hidden;
}
.blog .blog-head:before{
	z-index:35;
	opacity:0;
	visibility:hidden;
}
.blog .single-blog:hover .blog-head:before{
	opacity:0.5;
	visibility:visible;
}
.blog .single-blog img{
	width:100%;
}
.blog .single-blog:hover img{
	transform:scale(1.2) rotate(5deg);
}
.blog .blog-head .date {
	position: absolute;
	left: 12px;
	top: 12px;
	text-align: center;
	border-radius: 100%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	z-index: 33;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	opacity:0;
	visibility:hidden;
	z-index:36;
}
.blog .single-blog:hover .date{
	transform: scale(1);
	opacity:1;
	visibility:visible
}
.blog .blog-head .date h4 {
	font-size: 25px;
	font-weight: 600;
	color: #fff;
	padding-top: 10px;
}
.blog .blog-head .date h4 span {
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	display: block;
}
.blog .blog-main {
	margin-top: 50px;
	background: #f6f6f6;
	position: relative;
}
.blog .blog-content {
	padding: 20px;
}
.blog .blog-content .blog-title {
	font-size: 18px;
	margin-bottom: 5px;
}
.blog .blog-content .blog-title a{
	color:#252525;
}
.blog .blog-content .btn {
	color: #fff;
	margin-top: 20px;
	padding: 12px 30px;
}
.blog .blog-content .btn:before{
	background:#252525;
}
.blog .blog-content .btn i{
	margin-left:5px;
}
.blog .blog-info{
	margin-bottom:5px;
}
.blog .blog-info a {
	color: #777;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #e7e7e7;
	font-weight: 500;
}
.blog .blog-info a:last-child{
	border-right:0px;
	margin-right:0px;
	padding-right:0px;
}
.blog .blog-info a i {
	margin-right: 5px;
	text-align: center;
	border-radius: 100%;
	font-size: 13px;
}
.blog .owl-nav{
width: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin: 0;
}
.blog:hover .owl-nav{
	opacity:1;
	visibility:visible;
}
.blog .owl-carousel .owl-nav div {
	height: 48px;
	width: 48px;
	line-height: 48px;
	top: 50%;
	background: #666;
	color: #fff;
	font-size: 25px;
	position: absolute;
	border: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 100%;
	margin-top: -24px;
}
.blog .owl-carousel .owl-nav div:hover{
	color:#fff;
}
.blog .owl-carousel .owl-nav .owl-prev{
	left:-75px;
}
.blog .owl-carousel .owl-nav .owl-prev:hover{
	left:-65px;
}
.blog .owl-carousel .owl-nav .owl-next{
	right:-75px;
}
.blog .owl-carousel .owl-nav .owl-next:hover{
	right:-65px;
}
.blog .owl-dots{
	margin-top:50px;
}
.blog .owl-dots .owl-dot{
	margin-right:5px;
}
.blog .owl-dots .owl-dot:last-child{
	margin-right:0px;
}
.blog .owl-dots .owl-dot span{
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .owl-dots .owl-dot.active span {
	border-color: transparent;
	width: 30px;
	height: 12px;
}
/* Bogs Archives */
.blog.b-archives{
	padding: 60px 0 90px;
}
.blog.b-archives .single-blog{
	margin:30px 0 0;
}
/* Pagination */
.blog.b-archives .pagination-main{
	text-align:left;
}
.blog.b-archives .pagination {
	display: block;
	padding-left: 0;
	margin: 50px 0 0;
	border-radius: 4px;
	text-align: center;
	display:inline-block;
}
.blog.b-archives .pagination li {
	float: left;
	margin-right: 5px;
}
.blog.b-archives .pagination li a {
	padding: 12px 25px;
	border: none;
	display: block;
	background: #f6f6f6;
	color: #fff;
	color: #252525;
}
.blog.b-archives .pagination li:hover a, 
.blog.b-archives .pagination li.active a {
	color: #fff;
}
/* Blog Single CSS */
.blog.b-archives.single .blog-detail{
	margin-top:30px;
}
.blog.b-archives.single .b-gallery{}
.blog.b-archives.single .b-gallery .owl-nav div{
	background:#fff;
	color:#252525;
}
.blog.b-archives.single .b-gallery .owl-nav div:hover{
	color:#fff;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-prev {
	left: 10px;
}
.blog.b-archives.single .b-gallery .owl-nav .owl-next {
	right: 10px;
}
.blog.b-archives.single .blog-info {
	margin: 0;
}
.blog.b-archives.single .blog-info a {
	margin-right: 10px;
	color: #666;
	font-size: 14px;
}
.blog.b-archives.single .blog-info a:last-child{
	margin:0;
}
.blog.b-archives.single .blog-info a i {
	margin-right: 10px;
}
.blog.b-archives.single .detail-content .blog-title {
	font-size: 30px;
	margin-bottom: 20px;
}
.blog.b-archives.single .blog-title a{
	color:#252525;
}
.blog.b-archives.single .detail-content p{
	margin-bottom:20px;
}
.blog.b-archives.single .detail-content p:last-child{
	margin:0;
}
.blog.b-archives.single .detail-content{
	margin-top:20px;
}
.blog.b-archives.single .blockquote {
	padding-left: 20px;
	margin-left: 20px;
	border-left: 3px solid transparent;
	background: #f6f6f6;
	padding: 21px;
}
.blog.b-archives.single .blockquote p{
	color:#252525;
	font-size:15px;
}
/* Blog Bottom */
.blog.b-archives.single .blog-bottom {
	overflow: hidden;
	margin-top: 30px;
}
.blog.b-archives.single .blog-bottom li:before{
	display:none;
}
.blog.b-archives.single .blog-bottom .share  li {
	position: relative;
	padding-left: 0px;
	margin-right:5px;
	display: inline-block;
}
.blog.b-archives.single .blog-bottom .share{
	float:left;
}
.blog.b-archives.single .blog-bottom .share li a {
	color: #fff;
	background: #353535;
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 100%;
	text-align: ;
}
.blog.b-archives.single .blog-bottom  .prev-next{
	float:right;
}
.blog.b-archives.single .blog-bottom .prev-next li {
	display: inline-block;
	padding: 0;
}
.blog.b-archives.single .blog-bottom .prev-next li a {
	display: block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 17px;
	color: #fff;
}
.blog.b-archives.single .blog-bottom .prev-next li a:hover{
	background:#252525;
}
/* Blog Comments*/
.blog.b-archives.single .comment-main {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #e6e6e6;
}
.blog.b-archives.single .comment-title{
	margin-bottom:20px;
}
.blog.b-archives.single .comment-title h2 {
	font-size: 22px;
	color: #252525;
}
.blog.b-archives.single .comment-title p {
	font-size: 14px;
	color: #666;
	margin-top:5px;
}
.blog.b-archives.single .form-group{
	margin-bottom:20px;
}
.blog.b-archives.single .form-group input{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	color:#666666;
	width:100%;
	padding-left:15px;
	text-transform:capitalize;
	height:50px;
	border:1px solid #eeeeee;
}
.blog.b-archives.single .form-group textarea{
	box-shadow:none;
	text-shadow:none;
	border:none;
	font-size:15px;
	padding:15px;
	resize:none;
	color:#666666;
	text-transform:capitalize;
	width:100%;
	border:1px solid #e7e7e7;
}
.blog.b-archives.single .form-group input:hover,
.blog.b-archives.single .form-group textarea:hover{
	padding-left:25px;
}
.blog.b-archives.single .form-group button {
	color: #fff;
	font-family: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.blog.b-archives.single .form-group button:hover{
	background:transparent;
}
.blog.b-archives.single .form-group button:before{
	background:#252525;
}
/*=============================
	End Blogs CSS
===============================*/

/*=============================
	LearnEdu Sidebar
===============================*/
/* Blog Sidebar */
.learnedu-sidebar {
	margin-top: 30px;
	border-left: 1px solid #e6e6e6;
	padding-left: 30px;
}
.learnedu-sidebar.left{
	border-left:0px;
	border-right:1px solid #e6e6e6;
	padding:0 30px 0 0;
}
.learnedu-sidebar .search{
	position:relative;
}
.learnedu-sidebar .search input {
	width: 100%;
	height: 52px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #e7e7e7;
	font-size: 16px;
	color: #6c6c6c;
	padding: 0 48px 0 20px;
}
.learnedu-sidebar .search .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 52px;
	line-height: 52px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 15px;
	color: #fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0px;
}
.learnedu-sidebar .search .button:hover{
	background:#00000b;
	color:#fff;
}
.learnedu-sidebar .single-widget {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.12);
	padding: 15px;
}
.learnedu-sidebar .single-widget h3 {
	font-size: 20px;
	padding-left: 10px;
	border-left: 2px solid transparent;
	margin-bottom: 20px;
}
.learnedu-sidebar .single-widget.categories ul{}
.learnedu-sidebar .single-widget.categories ul li {
	margin-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 15px;
}
.learnedu-sidebar .single-widget.categories ul li:last-child{
	margin:0;
	padding:0;
	border:none;
	border:none;
}
.learnedu-sidebar .single-widget.categories ul li a{
	color:#252525;
}
.learnedu-sidebar .single-widget.categories ul li a:hover{
	color:#00B069;
}
.learnedu-sidebar .single-widget.categories ul li a span {
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #e7e7e7;
	border-radius: 100%;
	text-align: center;
	font-size: 13px;
}
.learnedu-sidebar .single-widget.categories ul li i{
	margin-right:5px;
}
.learnedu-sidebar .single-post {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
	overflow: hidden;
}
.learnedu-sidebar .single-post:last-child{
	border:none;
	margin-bottom:0px;
	padding-bottom:0px;
}
.learnedu-sidebar .post-img {
	float: left;
	width: 70px;
	margin-right: 10px;
}
.learnedu-sidebar .post-img img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
}
.learnedu-sidebar .post-info h4 {
	color: #252525;
	font-size: 15px;
	margin-bottom: 5px;
}
.learnedu-sidebar .post-info h4 a {
	color: #252525;
}
.learnedu-sidebar .post-info span{
	color:#666;
}
.learnedu-sidebar .post-info span i{
	margin-right:5px;
}
.learnedu-sidebar .single-course {
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e6e6e6;
}
.learnedu-sidebar .single-course:last-child{
	padding:0;
	margin:0;
	border:none;
}
.learnedu-sidebar .single-course img {
	width: 64px;
	height: 64px;
	border-radius: 100%;
	float: left;
	margin:0 15px 0 0 !important;
}
.learnedu-sidebar .course-content h4{
	font-size:15px;
}
.learnedu-sidebar .course-content a {
	color: #252525;
}
.learnedu-sidebar .course-content .meta {
	color: #666;
	font-size: 14px;
	font-weight: 500;
}
.learnedu-sidebar .course-content .meta span{
	margin-left:10px;
}
.learnedu-sidebar .course-content .meta span i{
	margin-right:5px;
}
.learnedu-sidebar .calendar li{
	margin-bottom:12px;
	padding-bottom:12px;
	border-bottom:1px solid #e7e7e7;
}
.learnedu-sidebar .calendar li:last-child{
	margin:0;
	padding:0;
	border:none;
}
.learnedu-sidebar .calendar li a{
	color:#252525;
	font-size:15px;
}
.learnedu-sidebar .calendar li a i{
	margin-right:10px;
	color:#777;
}
.learnedu-sidebar .tags h3{
	margin-bottom:10px;
}
.learnedu-sidebar .tags ul{
	margin-left:-10px;
}
.learnedu-sidebar .tags ul li {
	display: inline-block;
	margin-top: 10px;
	padding-left:10px;
}
.learnedu-sidebar .tags ul li a {
	border: 1px solid #e7e7e7;
	display: block;
	padding: 5px 10px;
	color: #777;
}
/*=============================
	End LearnEdu Sidebar
===============================*/

/*=============================
	About US CSS
===============================*/
.about-us {
	background: #fff;
	padding: 60px 0 90px;
}
.about-us .single-image,
.about-us .about-text{
	margin-top:30px;
}
.about-us .single-image{
	position:relative;
}
.about-us .single-image:before{
	opacity:0;
	visibility:hidden;
}
.about-us .single-image:hover:before{
	opacity:0.6;
	visibility:visible;
}
.about-us .single-image img {
	width: 100%;
}
.about-us .single-image .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70px;
	height: 70px;
	line-height: 70px;
	background: #fff;
	color: #252525;
	padding: 0;
	font-size: 26px;
	border-radius: 100%;
	margin: -35px 0 0 -35px;
	opacity:0;
	visibility:hidden;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	transform:scale(0);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.about-us .single-image:hover .btn{
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
.about-us .single-image .btn:hover{
	color:#fff;
}
.about-us .about-text h2 {
	font-size:30px;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}
.about-us .about-text h2:before{
	position:absolute;
	left:0;
	bottom:-1px;
	width:60px;
	height:2px;
	content:"";
}
.about-us .about-text p{
	margin-bottom:15px;
}
.about-us .about-text p:last-child{
	margin:0;
}
.about-us .about-text .button{
	margin-top:30px;
}
.about-us .about-text .btn{
	color:#fff;
}
.about-us .about-text .btn:before{
	background:#252525;
}
.about-us .signature{
	margin-top:35px;
}
.about-us .signature .name {
	font-size: 20px;
	font-weight: 600;
	margin-top: 20px;
	text-transform: uppercase;
}
.about-us .signature .name span {
	display: block;
	color: #777;
	margin-top: 5px;
	font-size: 15px;
}
/*=============================
	End About US CSS
===============================*/

/*=============================
	Faqs CSS
===============================*/
.faq .faq-content{
	margin-top:30px;
}
.faq .text-content {
	text-align: left;
	padding: 0 60px 0 0;
	margin-bottom:30px;
}
.faq .text-content h2 {
	font-size: 38px;
	margin-bottom: 25px;
}
.faq .text-content p{
	font-size:16px;
}
.faq .panel-group{
	margin: 0;
	text-align:left;
}
.faq .panel {
	background:#fff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 0 0 2px;
}
.faq .panel-heading{
	background:none;
}
.faq .faq-title a {
	padding: 20px;
	font-size: 16px;
	position: relative;
	color: #5e5e5e;
	background: #f6f7f8;
	width: 100%;
	display: block;
}
.faq .faq-title a::after {
	content:"\f0d8";
	font-family: 'FontAwesome';
	top: 50%;
	margin-top:-5px;
	right: 24px;
	position: absolute;
	background:transparent;
	width: 10px;
	height: 10px;
	line-height: 10px;
	color: #fff;
	border-radius: 0px;
	text-align: center;
	font-size: 17px;
}
.faq .panel.active .faq-title a{
	color:#fff;
	text-decoration:none;
}
.faq .faq-title a.collapsed::after {
	content:"\f0d7";
	color: #191919;
	background:transparent;
}
.faq .faq-body {
	padding: 20px;
	color: #464646;
	font-size: 14px;
	box-shadow: none;
	text-shadow: none;
}
.faq .panel-default {
	border:none;
	box-shadow:none;
	text-shadow:none;
}
.faq .faq-img img{
	width:100%;
}
/*=============================
	End Faqs CSS
===============================*/

/*=============================
	404 CSS
===============================*/
.error-page {
	background-image: url('images/error-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.error-page #particles-js {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.error-page .error-inner {
	text-align: center;
	flex-direction: initial;
	height: auto;
	text-align: center;
	z-index:10;
	position:relative;
}
.error-page .error-inner h2 {
	color: #fff;
	font-size: 120px;
}
.error-page .error-inner h2 span {
	display: inline-block;
	font-size: 150px;
}
.error-page .error-inner p {
	color: #fff;
	font-weight: 400;
	line-height: 24px;
	font-size: 16px;
	padding: 0 50px;
}
.error-page .search-form {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.error-page .search-form input {
	width: 100%;
	height: 55px;
	padding: 0px 78px 0 30px;
	border: none;
	background: #f6f6f6;
	text-transform: capitalize;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	box-shadow:none;
}
.error-page .search-form input:hover{
	padding-left:40px;
}
.error-page .search-form .btn {
	position: absolute;
	right: -1px;
	top: 0;
	padding: 0;
	width: 80px;
	height: 55px;
	cursor: pointer;
	color: #fff;
	cursor:pointer;
	border-radius:50px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border:none;
	box-shadow:none;
}
.error-page .search-form .btn:hover{
	background:#252525;
	color:#fff;
}
/*=============================
	End 404 CSS
===============================*/

/*=============================
	Contact CSS
===============================*/
.contact .contact-bottom{
	margin-top:30px;
}
.contact .contact-info {
	text-align: left;
	margin-top: 30px;
	position: relative;
	padding-left: 100px;
}
.contact .contact-info .icon {
	position: absolute;
	left: 0;
}
.contact .contact-info .icon i {
	width: 70px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e7e7e7;
	font-size: 25px;
	border-radius: 100%;
	text-align: center;
}
.contact .contact-info h3 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 5px;
}
.contact .contact-info a {
	color: #777;
}
.contact .contact-info p {
	color: #777;
	font-size: 15px;
}
.contact .contact-map{
	margin-top:30px;
}
.contact .contact-map #map{
	height:466px;
}
.contact .contact-head {
	overflow: hidden;
}
.contact .form-head{
	margin-top:30px;
}
.contact .form-head .form-group:last-child{
	margin:0;
}
.contact .form-head .form-group input {
	height: 50px;
	width: 100%;
	padding-left: 15px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	font-size: 15px;
}
.contact .form-head .form-group input:hover,
.contact .form-head .form-group textarea:hover{
	padding-left:25px;
}
.contact .form-head .form-group textarea {
	height: 192px;
	width: 100%;
	font-size: 15px;
	padding-left: 15px;
	padding-top: 18px;
	box-shadow: none;
	text-shadow: none;
	border: none;
	border: 1px solid #eeeeee;
	color: #666666;
	resize: none;
}
.contact .form-head .form-group .button{
	margin-top:20px;
}
.contact .form-head .form-group button {
	color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.contact .form-head .form-group button:before{
	background:#252525;
}
.contact .form-head .form-group button:hover{
	background:transparent;
}
/*=============================
	End Contact CSS
===============================*/

/*======================================
	Mail Send CSS
========================================*/ 
.mail-success {
	background: #fff;
}
.mail-success .mail{
	text-align:center;
}
.mail-success .mail h2 {
	font-size: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.mail-success .mail h2 .primary{
	color:#00B16A;
}
.mail-success .mail h2 .normal {
	display: block;
	margin-top: 10px;
	font-size: 18px;
	font-weight: 500;
}
.mail-success .mail .button{
	margin-top:30px;
}
.mail-success .mail .btn {
	background: #252525;
	color: #fff;
	border-radius: 50px;
}
.mail-success .mail .btn:before{
	background:#00B16A;
}
/*======================================
  End Mail Success CSS
========================================*/ 

/*=============================
	Footer CSS
===============================*/
.footer {
	background-image:url('images/footer.jpg');
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
	padding: 0;
}
.footer::before {
	opacity: 0.9;
}
.footer a,
.footer p{
	color:#eee;
	font-weight:400;
}
.footer .footer-top {
	padding: 60px 0 90px;
}
.footer .single-widget{
	margin-top:30px;
}
.footer .single-widget h2 {
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 16px;
	color: #fff;
	position: relative;
}
.footer .single-widget h2:before{
	position:absolute;
	bottom:-1px;
	left:0;
	content:"";
	width:50px;
	height:2px;
}
.footer .about p {
	margin-top: 20px;
}
.footer .list{
	margin-top:20px;
}
.footer .list li {
	line-height: 30px;
	color: #fff;
}
.footer .list li a{
	color:#fff;
}
.footer .list li i {
	margin-right: 15px;
}
.footer .useful-links ul li {
	position: relative;
	line-height: 36px;
}
.footer .useful-links ul li a {
	color: #fff;
	font-size: 15px;
}
.footer .useful-links ul li i{
	margin-right:10px;
}
.footer .single-news {
	position: relative;
	padding-left: 65px;
	margin-bottom: 15px;
}
.footer .single-news:last-child{
	margin:0;
}
.footer .single-news img {
	width: 55px;
	height: 55px;
	position: absolute;
	left: 0;
	border-radius: 50px;
	top: 10px;
}
.footer .single-news h4 a {
	color: #fff;
	font-size: 15px;
}
.footer .single-news p{
	padding-right:50px;
}
.footer .newsletter .title{
	font-size:26px;
	font-weight:600;
	color:#fff;
}
.footer .newsletter .form{
	position:relative;
	margin-top:20px;
}
.footer .newsletter .form input {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #2c2c2c;
	box-shadow: none;
	text-shadow: none;
	border: none;
	padding: 0px 50px 0px 20px;
	font-size: 16px;
	border-radius: 0px;
}
.footer .newsletter .button {
	position: absolute;
	right: 0;
	top: 0;
	width: 60px;
	height: 50px;
	color: #fff;
	box-shadow: none;
	font-size: 20px;
	text-shadow: none;
	border: none;
	border-radius: 0px;
	border-left:1px solid transparent;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.footer .newsletter .button:hover{
	background:#fff;
	border-left-color:#e7e7e7;
	color:#252525;
}
.footer .bottom-head {
	padding: 20px 0;
	border-top: 1px solid rgba(231, 231, 231, 0.25);
}
.footer .social {
	text-align: center;
}
.footer .social li {
	display: inline-block;
	margin-right: 5px;
}
.footer .social li:last-child{
	margin:0;
}
.footer .social li a {
	display: block;
	height: 34px;
	width: 34px;
	line-height: 37px;
	background: rgba(69, 69, 69, 0.5);
	text-align: center;
	margin: 0;
	padding: 0;
	border-radius: 100%;
	color: #fff;
}
.footer .social li a:hover{
	background:#fff;
}
.footer .copyright {
	text-align: center;
	margin-top: 15px;
}
.footer .copyright p {
	font-size: 15px;
	color: #fff;
	text-transform: capitalize;
}
.footer .copyright a:hover{
	color:#fff;
}
/*=============================
	End Footer CSS
===============================*/
@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important;
  }

  #mm-menu.main-menu {
    display: none !important;
  }

  header .btn_mobile {
    display: none !important;
  }

  /* Menu */
  .main-menu {
    position: relative;
    z-index: 9;
    width: auto;
    top: 12px;
    right: 15px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .main-menu ul,
  .main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .main-menu ul a,
  .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }

  /*First level styles */
  .main-menu > ul > li span > a {
    color: #fff;
    padding: 0 8px 15px 8px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .main-menu > ul > li span:hover > a {
    opacity: 0.7;
  }

  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 100%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 210px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 10px;
    line-height: 1;
  }

  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }

  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #392779;
    padding-left: 18px;
  }
}
/* All styles for screen size under 991px
================================================== */
@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important;
  }

  .mm-menu {
    background: #fff;
  }

  .main-menu {
    top: 0;
    right: 0;
    float: none;
  }

  ul.mm-listview {
    line-height: 25px;
  }
  ul.mm-listview li a {
    color: #555 !important;
    display: block;
  }
}
#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}

/*-------- Preloader --------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  background-color: #fff;
  z-index: 99999999999 !important;
}

[data-loader="circle-side"] {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: circle infinite .95s linear;
  -moz-animation: circle infinite .95s linear;
  -o-animation: circle infinite .95s linear;
  animation: circle infinite .95s linear;
  border: 2px solid #662d91;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-right-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

@-webkit-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circle {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*-------- 1.1 Typography --------*/
/* rem reference
10px = 0.625rem
12px = 0.75rem
14px = 0.875rem
16px = 1rem (base)
18px = 1.125rem
20px = 1.25rem
24px = 1.5rem
30px = 1.875rem
32px = 2rem
*/
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background: #f8f8f8;
  font-size: 0.875rem;
  line-height: 1.6;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #555;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
}

p {
  margin-bottom: 30px;
}

strong {
  font-weight: 600;
}

hr {
  margin: 30px 0 30px 0;
  border-color: #ededed;
}

ul, ol {
  list-style: none;
  margin: 0 0 25px 0;
  padding: 0;
}

.main_title {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}

.main_title span {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  margin: auto;
  margin-bottom: 20px;
  opacity: 1;
  background-color: #999;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.main_title.animated span {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.main_title_2 {
  text-align: center;
  margin-bottom: 45px;
  position: relative;
}
.main_title_2 span {
  width: 120px;
  height: 2px;
  background-color: #e1e1e1;
  display: block;
  margin: auto;
}
.main_title_2 span em {
  width: 60px;
  height: 2px;
  background-color: #662d91;
  display: block;
  margin: auto;
}
@media (max-width: 767px) {
  .main_title_2 {
    margin-bottom: 10px;
  }
}
.main_title_2 h2 {
  margin: 25px 0 0 0;
}
@media (max-width: 767px) {
  .main_title_2 h2 {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
.main_title_2 p {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .main_title_2 p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/** Layes slider typography ab buttons **/
h3.slide_typo {
  white-space: nowrap;
  color: #fff !important;
  font-weight: normal;
  font-size: 60px;
  font-size: 3.75rem;
}

.slide_typo_2 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  white-space: nowrap;
  text-transform: uppercase;
}

/*General links color*/
a {
  color: #3f9fff;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
a:hover, a:focus {
  color: #111;
  text-decoration: none;
  outline: none;
}

/*-------- 1.2 Buttons --------*/
a.btn_1,
.btn_1 {
  border: none;
  color: #fff;
  background: #3f9fff;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_1:hover,
.btn_1:hover {
  background: #0054a6;
  color: #fff;
}
a.btn_1.full-width,
.btn_1.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_1.medium,
.btn_1.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_1.rounded,
.btn_1.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_1.outline,
.btn_1.outline {
  border: 2px solid #3f9fff;
  color: #3f9fff;
  padding: 11px 40px;
  background: none;
}
a.btn_1.outline:hover,
.btn_1.outline:hover {
  background: #0054a6;
  color: #fff;
  border-color: #0054a6;
}




a.btn_2,
.btn_2 {
  border: none;
  color: #fff;
  background: #ff0000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_2:hover,
.btn_2:hover {
  background: #ff0000;
  color: #fff;
}
a.btn_2.full-width,
.btn_2.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_2.medium,
.btn_2.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_2.rounded,
.btn_2.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_2.outline,
.btn_2.outline {
  border: 2px solid #ff0000;
  color: #ff0000;
  padding: 11px 40px;
  background: none;
}
a.btn_2.outline:hover,
.btn_2.outline:hover {
  background: #ff0000;
  color: #fff;
  border-color: #ff0000;
}



a.btn_3,
.btn_3 {
  border: none;
  color: #fff;
  background: #ff0000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_3:hover,
.btn_3:hover {
  background: #0eb901;
  color: #fff;
}
a.btn_3.full-width,
.btn_3.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_3.medium,
.btn_3.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_3.rounded,
.btn_3.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_3.outline,
.btn_3.outline {
  border: 2px solid #0eb901;
  color: #0eb901;
  padding: 11px 40px;
  background: none;
}
a.btn_3.outline:hover,
.btn_3.outline:hover {
  background: #0eb901;
  color: #fff;
  border-color: #0eb901;
}




a.btn_4,
.btn_4 {
  border: none;
  color: #fff;
  background: #ff0000;
  outline: none;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  padding: 15px 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
a.btn_4:hover,
.btn_4:hover {
  background: #ff5400;
  color: #fff;
}
a.btn_4.full-width,
.btn_4.full-width {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
a.btn_4.medium,
.btn_4.medium {
  font-size: 16px;
  font-size: 1rem;
  padding: 18px 40px;
}
a.btn_4.rounded,
.btn_4.rounded {
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  -ms-border-radius: 25px !important;
  border-radius: 25px !important;
}
a.btn_4.outline,
.btn_4.outline {
  border: 2px solid #ff5400;
  color: #ff5400;
  padding: 11px 40px;
  background: none;
}
a.btn_4.outline:hover,
.btn_4.outline:hover {
  background: #ff5400;
  color: #fff;
  border-color: #ff5400;
}



a.btn_explore {
  background: #fff;
  display: block;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 65px;
  text-align: center;
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -30px;
  font-size: 24px;
  font-size: 1.5rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.btn_explore:hover {
  bottom: 30px;
}

.closebt {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  position: absolute;
  font-size: 24px;
  font-size: 1.5rem;
  top: 10px;
  right: 15px;
  color: #fff;
  opacity: 0.6;
  width: 30px;
  height: 30px;
}
.closebt:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  opacity: 1;
}

.btn_home_align {
  text-align: right;
}
@media (max-width: 767px) {
  .btn_home_align {
    text-align: center;
  }
}

/*Button plus-minus */
.button_plus {
  position: relative;
  width: 30px;
  height: 30px;
  /* Vertical line */
  /* horizontal line */
}
.button_plus:before, .button_plus:after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}
.button_plus:before {
  top: 0;
  left: 50%;
  width: 4px;
  height: 100%;
  margin-left: -2px;
}
.button_plus:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  margin-top: -2px;
}
.button_plus:hover {
  cursor: pointer;
}
.button_plus:hover:before {
  transform: rotate(90deg);
}
.button_plus:hover:after {
  transform: rotate(180deg);
}

/*-------- 1.3 Structure --------*/
/* Header */

}
header.header.sticky {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #480048;
  background: -webkit-linear-gradient(left, #480048, #C04848);
  background: linear-gradient(to right, #480048, #C04848);
  padding: 15px 20px;
}
@media (max-width: 991px) {
  header.header.sticky {
    padding: 15px 15px 5px 15px;
  }
}
header.header.sticky_menu_active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  header.header.sticky_menu_active {
    padding: 15px 15px 0 15px;
    background: #480048;
    background: -webkit-linear-gradient(left, #480048, #C04848);
    background: linear-gradient(to right, #480048, #C04848);
  }
}

ul#top_menu {
  float: right;
  margin: 0 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul#top_menu li {
  display: inline-block;
  margin: 2px 0 0 0;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 20px;
}
ul#top_menu li:last-child {
  margin-right: 0;
  position: relative;
  top: 0;
}
@media (max-width: 991px) {
  ul#top_menu li {
    margin: 5px 0 0 10px;
  }
}
ul#top_menu li a {
  color: #fff;
}
ul#top_menu li a:hover {
  color: #fff;
  opacity: 0.7;
}
ul#top_menu li a.login, ul#top_menu li a.search-overlay-menu-btn {
  display: block;
  width: 13px;
  height: 13px;
  text-indent: -9999px;
  position: relative;
  top: -5px;
  margin-right:2px;
}
ul#top_menu li a.login:before, ul#top_menu li a.search-overlay-menu-btn:before {
  font-family: 'ElegantIcons';
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  line-height: 1;
}
ul#top_menu li a.login:before {
  content: "\7e";
}
ul#top_menu li a.search-overlay-menu-btn:before {
  content: "\55";
}
ul#top_menu li a.btn_1 {
  background-color: #FFC107;
  color: #333;
  padding: 13px 30px;
}
ul#top_menu li a.btn_1:hover {
  background-color: #3f9fff;
  color: #fff;
  opacity: 1;
}

#logo {
  float: left;
}
@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 30px;
    margin-top: 10px;
  }
}

#hero_in {
  width: 100%;
  height: 450px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
@media (max-width: 767px) {
  #hero_in {
    height: 350px;
  }
}
#hero_in.general {
  border-bottom: 5px solid #FFC107;
}
#hero_in.general:before {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/bg_general.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero_in.general .wrapper {
  background-color: #372675;
  background-color: rgba(57, 39, 121, 0.8);
}
#hero_in.courses:before {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/bg_courses.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero_in.courses .wrapper {
  background-color: #372675;
  background-color: rgba(57, 39, 121, 0.8);
}
#hero_in.contacts:before {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/bg_contacts.jpg) center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero_in.contacts .wrapper {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.8);
}
#hero_in:before {
  animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#hero_in .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#hero_in .wrapper h1 {
  color: #fff;
  font-size: 42px;
  font-size: 2.625rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 767px) {
  #hero_in .wrapper h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}
#hero_in .wrapper h1 span {
  width: 80px;
  height: 4px;
  margin: auto;
  background-color: #FFC107;
  display: block;
  margin: auto;
  margin-bottom: 20px;
  border-radius: 10px;
  opacity: 1;
}
#hero_in .wrapper p {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
#hero_in .wrapper p strong {
  font-weight: 600;
}

/* Animations */
@keyframes pop-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
}
/* Delays */
#logo {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
}

ul#top_menu {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

#hero_in h1 {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
}

#hero_in p {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
}

#hero_in a.btn_explore {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
}

/* Main */
main {
  background-color: #f8f8f8;
  position: relative;
  z-index: 1;
}

/* Footer */
footer {
  background-color: #121921;
  color: #fbfbfb;
  color: rgba(255, 255, 255, 0.7);
}
footer h5 {
  color: #fff;
  margin: 25px 0;
}
@media (max-width: 575px) {
  footer h5 {
    margin: 25px 0 10px 0;
  }
}
footer ul li {
  margin-bottom: 5px;
}
footer ul li a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  position: relative;
  color: #fff;
  opacity: 0.7;
}
footer ul li a:hover {
  color: #3f9fff;
  opacity: 1;
}
footer ul li a i {
  margin-right: 10px;
  color: #fff;
}
footer ul.links li a:hover {
  -webkit-transform: translate(5px, 0);
  -moz-transform: translate(5px, 0);
  -ms-transform: translate(5px, 0);
  -o-transform: translate(5px, 0);
  transform: translate(5px, 0);
}
footer ul.links li a:hover:after {
  opacity: 1;
  color: #3f9fff;
}
footer ul.links li a:after {
  font-family: 'ElegantIcons';
  content: "\24";
  position: absolute;
  margin-left: 5px;
  top: 1px;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
footer ul.contacts li a i {
  margin-right: 10px;
}
footer hr {
  opacity: 0.1;
}
footer #copy {
  text-align: right;
  font-size: 13px;
  font-size: 0.8125rem;
  opacity: 0.7;
}
@media (max-width: 767px) {
  footer #copy {
    text-align: left;
    margin: 5px 0 20px 0;
  }
}
footer.fake-footer {
  display: none;
  visibility: hidden;
}

/* Newsletter footer (updated v.1.2) */
#newsletter .form-group {
  position: relative;
}
#newsletter .loader {
  position: absolute;
  right: -20px;
  top: 11px;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
#newsletter h6 {
  color: #fff;
  margin: 15px 0 15px 0;
}
#newsletter .form-group {
  position: relative;
}
#newsletter input[type='email'] {
  border: 0;
  height: 40px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #1b2632;
  color: #fff;
}
#newsletter input[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 12px;
  height: 40px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #92278f;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  outline: none;
}
#newsletter input[type='submit']:hover {
  background-color: #392779;
}

.follow_us {
  margin-top: 15px;
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}
.follow_us h5 {
  color: #fff;
}
.follow_us ul li {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
.follow_us ul li:first-child {
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 13px;
  font-size: 0.8125rem;
}
.follow_us ul li a {
  color: #fff;
  opacity: 0.7;
}
.follow_us ul li a:hover {
  opacity: 1;
}

/* Addtional links Footer */
ul#additional_links {
  margin: 0;
  color: #555;
  font-size: 13px;
  font-size: 0.8125rem;
}
ul#additional_links li {
  display: inline-block;
  margin-right: 15px;
}
ul#additional_links li:first-child {
  margin-right: 20px;
}
ul#additional_links li:last-child:after {
  content: "";
}
ul#additional_links li a {
  color: #fff;
  opacity: 0.5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul#additional_links li a:hover {
  opacity: 1;
}
ul#additional_links li:after {
  content: "|";
  font-weight: 300;
  position: relative;
  left: 10px;
}

/* Wow on scroll event */
.wow {
  visibility: hidden;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
/*-------- 2.1 Home/front page--------*/
a#moveDown {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 9999;
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
  animation-duration: 6s;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
}

/* Home video background*/
.header-video {
  position: relative;
  overflow: hidden;
  background: #000;
}
@media (max-width: 991px) {
  .header-video {
    height: 450px !important;
  }
}

#hero_video {
  position: relative;
  background-size: cover;
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  display: table;
  height: 100%;
  z-index: 99;
  text-align: center;
}
#hero_video div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 10%;
}
#hero_video div h3 {
  color: #fff;
  font-size: 52px;
  font-size: 3.25rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 800;
}
@media (max-width: 767px) {
  #hero_video div h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 575px) {
  #hero_video div h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
#hero_video div p {
  font-weight: 300;
  margin: 10px 0 0 0;
  padding: 0 20%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
#hero_video div p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  #hero_video div p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.4;
}

iframe {
  height: 100%;
  width: 100%;
}

video {
  width: 100%;
}

.teaser-video {
  width: 100%;
  height: auto;
}

.header-video--media {
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  #hero_video {
    background: #662d91 url(http://via.placeholder.com/1600x1067/ccc/fff/bg_home_fallback_video.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  #hero_video div {
    background-color: black;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .header-video {
    background: none;
  }
}
/* Home single hero */
.hero_single {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: 0;
  color: #fff;
}
@media (max-width: 767px) {
  .hero_single {
    height: 450px;
  }
}
.hero_single:before {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/home_section_2.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_single .wrapper {
  background-color: #632c8d;
  background-color: rgba(102, 45, 145, 0.8);
}
.hero_single.start_bg_zoom:before {
  animation: pop-in 5s 0.3s cubic-bezier(0, 0.5, 0, 1) forwards;
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.hero_single .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.hero_single .wrapper h3 {
  color: #fff;
  font-size: 52px;
  font-size: 3.25rem;
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero_single .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 575px) {
  .hero_single .wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.hero_single .wrapper p {
  font-weight: 300;
  margin: 10px 0 0 0;
  padding: 0 20%;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.hero_single .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single .wrapper p {
    padding: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.hero_single.short {
  height: 600px;
}
.hero_single.version_2 {
  height: 600px;
}
@media (max-width: 767px) {
  .hero_single.version_2 {
    height: 450px;
  }
}
.hero_single.version_2:before {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/home_section_1.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero_single.version_2 .wrapper {
  background-color: #372675;
  background-color: rgba(57, 39, 121, 0.8);
}
.hero_single.version_2 .wrapper h3 {
  font-size: 42px;
  font-size: 2.625rem;
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 575px) {
  .hero_single.version_2 .wrapper h3 {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.hero_single.version_2 .wrapper p {
  font-weight: 400;
  margin: 5px 0 0 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.hero_single.version_2 .wrapper p strong {
  font-weight: 600;
}
@media (max-width: 767px) {
  .hero_single.version_2 .wrapper p {
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
  }
}

#custom-search-input {
	
  padding: 0;
  width: 800px;
  margin: 40px auto 0;
  position: relative;
      margin-bottom: 25px;

}
@media (max-width: 991px) {
  #custom-search-input {
    width: auto;
	
  }
}
#custom-search-input .search-query {
	border-color:#f34130;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-size: 19px;
  font-size: 1rem;
  color: #333;
}
#custom-search-input .search-query:focus {
  outline: none;
}
@media (max-width: 575px) {
  #custom-search-input .search-query {
    padding-left: 15px;
  }
}
#custom-search-input input[type='submit'] {
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  right: -1px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: 0.999rem;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #f34130;
}
#custom-search-input input[type='submit']:hover {
  background-color: #374045;
}
@media (max-width: 575px) {
  #custom-search-input input[type='submit'] {
    text-indent: -999px;
    background: #f34130 url(/images/search.svg) no-repeat center center;
  }
}

.features {
  background-color: #121921;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.features ul {
  margin: 0;
  padding: 0;
}
.features ul li {
  float: left;
  width: 33.33%;
  position: relative;
}
.features ul li span {
  opacity: 0.7;
}
.features ul li h4 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  color: #FFC107;
}
.features ul li i {
  color: #fff;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .features ul li {
    width: 100%;
    float: none;
    margin-bottom: 35px;
  }
  .features ul li:last-child {
    margin-bottom: 5px;
  }
}

ul#grid_home {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
ul#grid_home li {
  position: relative;
  width: 33.33%;
  float: left;
}
@media (max-width: 767px) {
  ul#grid_home li {
    width: 100%;
    float: none;
  }
}
ul#grid_home li:nth-child(1) .short_info {
  background-color: #372675;
  background-color: rgba(57, 39, 121, 0.8);
}
ul#grid_home li:nth-child(2) .short_info {
  background-color: #8e268b;
  background-color: rgba(146, 39, 143, 0.8);
}
ul#grid_home li:nth-child(3) .short_info {
  background-color: #392779;
  background-color: #392779;
}
ul#grid_home li a.img_container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  display: block;
  width: 100%;
  height: 280px;
}
@media (max-width: 767px) {
  ul#grid_home li a.img_container {
    width: 100%;
    float: none;
    height: 250px;
  }
}
ul#grid_home li a.img_container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  filter: gray;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
@media (max-width: 1199px) {
  ul#grid_home li a.img_container img {
    height: 100%;
    width: auto;
    max-width: inherit;
  }
}
@media (max-width: 767px) {
  ul#grid_home li a.img_container img {
    width: 100%;
    height: auto;
  }
}
ul#grid_home li a.img_container:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
ul#grid_home li a.img_container .short_info {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  padding: 0 25px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
}
ul#grid_home li a.img_container .short_info h3 {
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 400;
}
ul#grid_home li a.img_container .short_info h3 strong {
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  font-size: 28px;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  ul#grid_home li a.img_container .short_info h3 {
    margin-top: -20px;
  }
}
ul#grid_home li a.img_container .short_info div {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
  text-align: center;
  width: 100%;
  visibility: hidden;
  display: table;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
ul#grid_home li a.img_container .short_info div .btn_1 {
  padding: 10px 22px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media (max-width: 767px) {
  ul#grid_home li a.img_container .short_info div {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
ul#grid_home li a.img_container .short_info:hover div {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
}
ul#grid_home li:last-child .img_container:hover .short_info .btn_1 {
  background-color: #FFC107;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
ul#grid_home li:last-child .img_container:hover .short_info .btn_1:hover {
  background-color: #3f9fff;
}

/*Carousel home page*/
#reccomended {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #reccomended {
    margin-top: 0;
  }
}
#reccomended .item {
  margin: 0 15px;
}

#reccomended .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#reccomended .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#reccomended .owl-item.active.center .item .title h4,
#reccomended .owl-item.active.center .item .views {
  opacity: 1;
}




#videolar {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #videolar {
    margin-bottom: 30px;
  }
}
#videolar .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#videolar .item .title h4 {
  background-color: #662d91;
  background-color: #662d91;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}
#videolar .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
#videolar .item a {
  position: relative;
  display: block;
}

#videolar .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#videolar .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#videolar .owl-item.active.center .item .title h4,
#videolar .owl-item.active.center .item .views {
  opacity: 1;
}


.owl-theme .owl-dots {
  margin-top: 25px !important;
}
@media (max-width: 767px) {
  .owl-theme .owl-dots {
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #3f9fff !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 13px !important;
  height: 13px !important;
}

a.box_news {
  position: relative;
  display: block;
  padding-left: 230px;
  color: #555;
  margin-bottom: 30px;
  min-height: 150px;
}
@media (max-width: 767px) {
  a.box_news {
    min-height: inherit;
    padding-left: 0;
  }
}
a.box_news figure {
  width: 200px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 767px) {
  a.box_news figure {
    position: relative;
    width: auto;
  }
}
a.box_news figure img {
  width: 250px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 767px) {
  a.box_news figure img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
a.box_news figure figcaption {
  background-color: #FFC107;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  width: 60px;
  height: 60px;
  padding: 15px;
  line-height: 1;
}
a.box_news figure figcaption strong {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
}
a.box_news h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  a.box_news h4 {
    margin-bottom: 5px;
  }
}
a.box_news:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
a.box_news:hover h4 {
  color: #3f9fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a.box_news ul {
  margin: 0;
  padding: 10px 0 0 0;
}
@media (max-width: 767px) {
  a.box_news ul {
    padding: 0;
  }
}
a.box_news ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 5px;
}
a.box_news ul li:last-child {
  margin-right: 0;
}
a.box_news ul li:last-child:after {
  content: '';
  margin: 0;
}
a.box_news ul li:after {
  content: '-';
  margin: 0 0 0 10px;
}

a.grid_item {
  display: block;
  margin-bottom: 30px;
}
a.grid_item .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25px 25px 10px 25px;
  color: #fff;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  box-sizing: border-box;
}
a.grid_item .info small {
  text-transform: uppercase;
  letter-spacing: 2px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
}
a.grid_item .info small i {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 10px;
}
a.grid_item .info h3 {
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
}
a.grid_item .info p {
  color: #fff;
  margin-bottom: 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
a.grid_item figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  a.grid_item figure {
    height: 200px !important;
  }
}
a.grid_item figure img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
a.grid_item:hover figure img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.animated a.grid_item .info {
  animation: color 0.7s ease-in-out;
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  -moz-animation-delay: 0.7s;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}

.animated a.grid_item figure img {
  animation: color 0.5s ease-in-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Home with Flexslider */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Resets */
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* Base style */
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* Default theme */
.flexslider {
  margin: 0;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.videolar li {
  margin-right: 5px;
}

.flex-direction-nav {
  position: absolute;
  top: 45%;
  width: 100%;
  z-index: 99;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: '\f002';
}

.flex-direction-nav .flex-next {
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 20px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 20px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: '\f003';
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* Custom theme */
#slider.flexslider li {
  position: relative;
}

#slider.flexslider li .meta {
  position: absolute;
  bottom: 37%;
  left: 60px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 500;
  z-index: 99;
  padding-right: 45px;
}
@media (max-width: 767px) {
  #slider.flexslider li .meta {
    left: 15px;
    bottom: auto;
    top: 50%;
  }
}

#slider.flexslider li h3 {
  font-size: 36px;
  font-size: 2.25rem;
  color: #fff;
}
@media (max-width: 767px) {
  #slider.flexslider li h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

#slider.flexslider li .info {
  display: flex;
  flex-direction: row;
}

#slider.flexslider li .info p {
  margin-right: 7px;
  font-size: 16px;
  font-size: 1rem;
}
@media (max-width: 767px) {
  #slider.flexslider li .info p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

#slider.flexslider li h3,
#slider.flexslider li .info p {
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

#slider.flexslider li .meta a {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  padding: 12px 20px;
}

#slider.flexslider li.flex-active-slide .meta h3,
#slider.flexslider li.flex-active-slide .meta .info p {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

#slider.flexslider li.flex-active-slide .meta a {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

#slider.flexslider li.flex-active-slide .meta .info p {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.slider {
  position: relative;
}

#slider.flexslider {
  overflow: hidden;
}
#slider.flexslider .flex-direction-nav {
  opacity: 0;
  display: none;
}
#slider.flexslider ul.slides li {
  height: 650px;
  background-color: #000;
}
@media (max-width: 1199px) {
  #slider.flexslider ul.slides li {
    height: 650px !important;
  }
}
@media (max-width: 767px) {
  #slider.flexslider ul.slides li {
    height: 500px !important;
  }
}
#slider.flexslider ul.slides li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1199px) {
  #slider.flexslider ul.slides li img {
    height: 650px !important;
    width: auto;
  }
}
@media (max-width: 767px) {
  #slider.flexslider ul.slides li img {
    height: 500px !important;
    width: auto;
  }
}

#icon_drag_mobile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: url(../img/drag_icon.svg) 0 0 no-repeat;
  width: 50px;
  height: 30px;
  opacity: 0.6;
  z-index: 99;
  display: none;
}
@media (max-width: 767px) {
  #icon_drag_mobile {
    display: block;
  }
}





#carousel_slider_wp {
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000);
  position: absolute;
  bottom: 0;
  z-index: 9;
  width: 100%;
  padding: 60px 60px 45px 60px;
}
@media (max-width: 767px) {
  #carousel_slider_wp {
    display: none;
  }
}

#carousel_slider.flexslider {
  overflow: hidden;
  background-color: transparent;
}
#carousel_slider.flexslider .flex-direction-nav {
  display: none;
}
#carousel_slider.flexslider ul.slides li {
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #000;
  overflow: hidden;
}
#carousel_slider.flexslider ul.slides li:hover img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
#carousel_slider.flexslider ul.slides li img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0.4;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#carousel_slider.flexslider ul.slides li .caption {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  padding: 20px;
  color: #fff;
}
#carousel_slider.flexslider ul.slides li .caption h3 {
  font-size: 21px;
  font-size: 1.3125rem;
  color: #fff;
  font-weight: 500;
}
#carousel_slider.flexslider ul.slides li .caption h3 span {
  margin: 3px 0 0 0;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
}
#carousel_slider.flexslider ul.slides li .caption small {
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  position: absolute;
  bottom: 10px;
  left: 20px;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transform: translate(0, 10px);
  -moz-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  transform: translate(0, 10px);
}
#carousel_slider.flexslider ul.slides li .caption small em {
  display: inline-block;
  margin-left: 5px;
  text-decoration: line-through;
  opacity: 0.6;
}
#carousel_slider.flexslider ul.slides li:hover .caption small {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*-------- 2.2 About --------*/
a.box_feat {
  text-align: center;
  background: #fff;
  padding: 40px 30px 30px 30px;
  display: block;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  -webkit-box-shadow: 0px 3px 0px 0px #f0f2f4;
  -moz-box-shadow: 0px 3px 0px 0px #f0f2f4;
  box-shadow: 0px 3px 0px 0px #f0f2f4;
  color: #555;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
@media (max-width: 767px) {
  a.box_feat {
    padding: 20px 20px 0 20px;
  }
}
a.box_feat:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0px 3px 0px 0px #ebedef;
  -moz-box-shadow: 0px 3px 0px 0px #ebedef;
  box-shadow: 0px 3px 0px 0px #ebedef;
}
a.box_feat i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #0054a6;
  margin-bottom: 10px;
}
a.box_feat h3 {
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
}

#carousel {
  margin-top: 40px;
}
@media (max-width: 767px) {
  #carousel {
    margin-bottom: 30px;
  }
}
#carousel .item .title {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 9;
}
#carousel .item .title h4 {
  background-color: #662d91;
  background-color: #662d91;
  display: inline-block;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -ms-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  color: #fff;
  padding: 10px 15px;
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0;
}
#carousel .item .title h4 em {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 300;
  margin-top: 3px;
}
#carousel .item a {
  position: relative;
  display: block;
}

#carousel .owl-item {
  opacity: 0.5;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(0.85, 0.85);
  transition: all 0.3s ease-in-out 0s;
  overflow: hidden;
}

#carousel .owl-item.active.center {
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: scale(1);
}

#carousel .owl-item.active.center .item .title h4,
#carousel .owl-item.active.center .item .views {
  opacity: 1;
}

/*-------- 2.2 Courses list --------*/
.filters_listing {
  padding: 10px 0 5px 0;
  background: #FFC107;
  z-index: 999999 !important;
  position: relative;
}
.filters_listing ul {
  margin: 0;
}
.filters_listing ul li {
  margin-right: 10px;
}
.filters_listing ul li:first-child {
  float: left;
}
.filters_listing ul li:nth-child(2) {
  float: right;
  margin-right: 0;
}
@media (max-width: 991px) {
  .filters_listing ul li:nth-child(2) {
    display: none;
  }
}
.filters_listing ul li:nth-child(3) {
  float: right;
}
@media (max-width: 991px) {
  .filters_listing ul li:nth-child(3) {
    margin-right: 0;
  }
}

.styled-select select {
  background: transparent;
  width: 107%;
  padding: 5px;
  padding-left: 15px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  height: 41px;
  color: #999;
  margin: 0;
  font-weight: 400;
  -moz-appearance: window;
  -webkit-appearance: none;
  cursor: pointer;
  outline: none;
}

.styled-select select:focus {
  color: #555;
}

.styled-select {
  width: 100%;
  overflow: hidden;
  height: 44px;
  background: #fff url(../img/arrow_down.svg) no-repeat right center;
  border: 2px solid #e8ebed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.styled-select select::-ms-expand {
  display: none;
}

.styled-select select:focus {
  outline: none;
  box-shadow: none;
}

.box_grid {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.box_grid a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 9px 10px;
  display: inline-block;
  animation: color .3s ease-in-out;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  opacity: 0;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  color: #fff;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  opacity: 0;
}
.box_grid a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
}
.box_grid a.wish_bt:hover:after {
  content: "\e089";
  color: #fff;
}
.box_grid figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}
.box_grid figure .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.box_grid figure .preview span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.box_grid figure:hover .preview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box_grid figure a img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  backface-visibility: hidden;
}
.box_grid figure a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.box_grid figure .price {
  animation: color .3s ease-in-out;
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  opacity: 0;
  display: inline-block;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  position: absolute;
  left: 20px;
  bottom: 0;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 21px;
  font-size: 1.3125rem;
}
.box_grid .wrapper {
  padding: 25px;
}
.box_grid .wrapper h3 {
  font-size: 15px;
  font-size: 1.25rem;
  margin-top: 0;
}
.box_grid small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.box_grid ul {
  padding: 20px 15px;
  border-top: 1px solid #ededed;
}
.box_grid ul li {
  display: inline-block;
  margin-right: 10px;
}
.box_grid ul li:last-child {
  margin-right: 0;
  float: center;
}
.box_grid ul li:last-child a {
  background: #fff;
  border: 2px solid #374045;
  color: #374045;
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.box_grid ul li:last-child a:hover {
  background: #374045;
  color: #fff;
}

.rating i {
  margin-right: 2px;
  color: #ddd;
}
.rating i.voted {
  color: #fff;
}

.box_list {
  background-color: #fff;
  display: block;
  position: relative;
  margin-bottom: 30px;
  min-height: 310px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.box_list a.wish_bt {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 1;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 9px 10px;
  display: inline-block;
  color: #555;
  line-height: 1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.box_list a.wish_bt:after {
  font-family: 'ElegantIcons';
  content: "\e030";
}
.box_list a.wish_bt:hover:after {
  content: "\e089";
  color: #92278f;
}
.box_list figure {
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 310px;
}
@media (max-width: 991px) {
  .box_list figure {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
  }
}
.box_list figure .preview {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 2;
}
.box_list figure .preview span {
  background-color: #fcfcfc;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  display: inline-block;
  color: #222;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 10px;
}
.box_list figure:hover .preview {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box_list figure a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 350px;
  width: auto;
  max-width: none;
}
@media (max-width: 991px) {
  .box_list figure a img {
    max-width: 100%;
    height: auto;
    width: inherit;
  }
}
.box_list figure a:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
  -moz-transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
  -o-transform: translate(-50%, -50%) scale(1.1);
  transform: translate(-50%, -50%) scale(1.1);
}
.box_list .wrapper {
  padding: 30px 30px 20px 30px;
  min-height: 245px;
}
@media (max-width: 991px) {
  .box_list .wrapper {
    min-height: inherit;
  }
}
.box_list .wrapper .price {
  line-height: 1;
  font-weight: 600;
  font-size: 24px;
  font-size: 1.5rem;
  color: #662d91;
}
.box_list .wrapper h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 0;
}
.box_list small {
  text-transform: uppercase;
  color: #999;
  font-weight: 600;
}
.box_list ul {
  padding: 20px 15px 20px 30px;
  border-top: 1px solid #ededed;
  margin-bottom: 0;
}
.box_list ul li {
  display: inline-block;
  margin-right: 15px;
}
.box_list ul li:last-child {
  margin-right: 0;
  float: right;
}
.box_list ul li:last-child a {
  background: #fff;
  border: 2px solid #662d91;
  color: #662d91;
  padding: 5px 20px;
  font-weight: 500;
  line-height: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.box_list ul li:last-child a:hover {
  background: #662d91;
  color: #fff;
}

#list_sidebar .box_list {
  min-height: 330px;
}
#list_sidebar .box_list figure {
  min-height: 330px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list figure {
    min-height: 200px;
    max-height: 200px;
    height: 200px;
  }
}
#list_sidebar .box_list figure a img {
  height: 350px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list figure a img {
    max-width: 100%;
    height: auto;
    width: inherit;
  }
}
#list_sidebar .box_list .wrapper {
  min-height: 265px;
}
@media (max-width: 991px) {
  #list_sidebar .box_list .wrapper {
    min-height: inherit;
  }
}

.layout_view {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 4px 8px 3px 8px;
  margin-bottom: 5px;
}
.layout_view a {
  color: #ccc;
}
.layout_view a.active {
  color: #662d91 !important;
}
.layout_view a:hover {
  color: #392779;
}

.switch-field {
  overflow: hidden;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field input:checked + label {
  background-color: #662d91;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.switch-field label {
  float: left;
  display: inline-block;
  min-width: 70px;
  background-color: #fff;
  color: #662d91;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  text-shadow: none;
  padding: 10px 15px 8px 15px;
  line-height: 1;
  border-left: 1px solid #ededed;
  border-right: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 575px) {
  .switch-field label {
    padding: 10px 12px 8px 12px;
    min-width: inherit;
  }
}
.switch-field label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 0;
}
.switch-field label:last-of-type {
  border-radius: 0 3px 3px 0;
}
.switch-field label:hover {
  cursor: pointer;
  color: #392779;
}

.sbHolder {
  background-color: #fff;
  height: 30px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  min-width: 115px;
}

.sbSelector {
  display: block;
  height: 32px;
  left: 0;
  line-height: 32px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%;
}

.sbSelector:link,
.sbSelector:visited,
.sbSelector:hover {
  color: #555;
  outline: none;
  text-decoration: none;
  color: #662d91;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.75rem;
}

.sbToggle {
  position: absolute;
  display: block;
  height: 32px;
  outline: none;
  right: 0;
  top: 0;
  width: 35px;
  text-align: center;
  line-height: 32px;
}
.sbToggle:after {
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\43";
  color: #662d91;
  text-align: center;
}

.sbHolderDisabled {
  background-color: #ededed;
  border: solid 1px #ededed;
}

.sbOptions {
  background-color: #fff;
  border: solid 1px #ededed;
  list-style: none;
  left: -1px;
  right: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  z-index: 10;
  font-size: 13px;
  font-size: 0.8125rem;
}

.sbOptions li {
  padding: 0 7px;
  float: none !important;
  border-bottom: solid 1px #ededed;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  width: 100%;
}

.sbOptions li:last-child {
  border-bottom: none;
  float: none !important;
  margin: 0;
  padding-left: 10px;
}

.sbOptions li:hover {
  color: #392779;
}

.sbOptions a {
  display: block;
  outline: none;
  padding: 7px 0 7px 3px;
  text-transform: capitalize;
}

.sbOptions a:link,
.sbOptions a:visited {
  color: #555;
  text-decoration: none;
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
  color: #392779;
}

.sbOptions li.last a {
  border-bottom: none;
}

.sbOptions .sbDisabled {
  border-bottom: dotted 1px #fff;
  color: #999;
  display: block;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbGroup {
  border-bottom: dotted 1px #fff;
  color: #555;
  display: block;
  font-weight: bold;
  padding: 7px 0 7px 3px;
}

.sbOptions .sbSub {
  padding-left: 17px;
}

#filters_col {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  margin-bottom: 25px;
}
#filters_col label {
  color: #333;
  font-weight: normal;
  font-size: 13px;
  font-size: 0.8125rem;
}

a#filters_col_bt {
  display: block;
  color: #333;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
a#filters_col_bt:before {
  font-family: "ElegantIcons";
  content: "\66";
  font-size: 26px;
  font-size: 1.625rem;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-weight: normal;
}

.filter_type h6 {
  border-top: 1px solid #ededed;
  margin: 15px 0;
  padding: 15px 0 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
}
.filter_type ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.filter_type ul li {
  margin-bottom: 5px;
}
.filter_type ul li:last-child {
  margin-bottom: 0;
}

a.boxed_list {
  text-align: center;
  padding: 30px;
  border: 1px solid #ededed;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 25px;
}
a.boxed_list i {
  font-size: 60px;
  font-size: 3.75rem;
  margin-bottom: 15px;
}
a.boxed_list h4 {
  font-size: 18px;
  font-size: 1.125rem;
  color: #333;
}
a.boxed_list p {
  color: #777;
  margin-bottom: 0;
}
a.boxed_list:hover i {
  color: #392779;
}

/*-------- 2.4 Course detail--------*/
.secondary_nav {
  background: #ff5400;
padding-top: 10px;
}
.secondary_nav.is_stuck {
  z-index: 99;
  width: 100% !important;
  left: 0;
}
.secondary_nav ul {
  margin-bottom: 0;
}
.secondary_nav ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
}
.secondary_nav ul li a {
  color: #fff;
}
.secondary_nav ul li a.active, .secondary_nav ul li a:hover {
  color: #eeeeee;
}

.intro_title h2 {
  display: inline-block;
}
.intro_title ul {
  float: right;
  margin: 10px 0 0 0;
}
.intro_title ul li {
  display: inline-block;
  margin-right: 20px;
  font-weight: 500;
}

.list_lessons ul {
  margin: 0;
}
.list_lessons ul li {
  border-bottom: 1px solid #ededed;
  padding: 5px 0;
}
.list_lessons ul li a {
  color: #555;
}
.list_lessons ul li a.video:before {
  font-family: 'ElegantIcons';
  content: "\49";
  margin-right: 10px;
}
.list_lessons ul li a.txt_doc:before {
  font-family: 'ElegantIcons';
  content: "\68";
  margin-right: 10px;
}
.list_lessons ul li span {
  float: right;
}

section#description, section#lessons, section#reviews {
  border-bottom: 3px solid #ededed;
  margin-bottom: 45px;
}

section#reviews {
  border-bottom: none;
}

#review_summary {
  text-align: center;
  background-color: #ff4800;
  color: #fff;
  padding: 20px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
@media (max-width: 991px) {
  #review_summary {
    margin-bottom: 15px;
  }
}
#review_summary strong {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1;
}

.reviews-container .progress {
  margin-bottom: 10px;
}
.reviews-container .progress-bar {
  background-color: #92278f;
}
.reviews-container .review-box {
  position: relative;
  margin-bottom: 25px;
  padding-left: 100px;
  min-height: 100px;
}
@media (max-width: 767px) {
  .reviews-container .review-box {
    padding-left: 0;
  }
}
.reviews-container .rev-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  background: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.reviews-container .rev-thumb img {
  width: 80px;
  height: auto;
}
@media (max-width: 767px) {
  .reviews-container .rev-thumb {
    position: static;
    margin-bottom: 10px;
  }
}
.reviews-container .rev-content {
  position: relative;
  padding: 25px 25px 0 25px;
  border: 1px solid #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.reviews-container .rev-info {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: italic;
  color: #777;
  margin-bottom: 10px;
}

.box_detail {
  padding: 25px 25px 15px 25px;
  border: 1px solid #ededed;
  background-color: #f8f8f8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
}
.box_detail .price {
  line-height: 1;
  border-bottom: 1px solid #ededed;
  margin: 0 -25px 25px -25px;
  padding: 5px 25px 15px 25px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}
.box_detail .price .original_price {
  color: #3f9fff;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}
.box_detail .price .original_price em {
  text-decoration: line-through;
  margin: 0 10px;
  font-style: normal;
}
.box_detail h3 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 25px 0 10px 0;
}
.box_detail ul {
  margin-bottom: 0;
}
.box_detail ul li {
  margin-bottom: 5px;
}
.box_detail ul li i {
  margin-right: 8px;
}
.box_detail figure {
  position: relative;
  background-color: #000;
}
.box_detail figure img {
  opacity: 0.8;
}
.box_detail figure span {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 600;
}
.box_detail figure a i {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  width: 60px;
  height: 60px;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -30px;
  font-size: 42px;
  font-size: 2.625rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 9;
}
.box_detail figure:hover i {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

/*-------- 2.5 Login/register/admission--------*/
#login_bg, #register_bg, #admission_bg {
  background: url(/images/miber-login.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  width: 100%;
}

#register_bg {
  background: url(/images/miber-register.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#admission_bg {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/bg_admission.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#login figure, #register figure {
  text-align: center;
  margin-bottom: 30px;
  background: #480048;
  background: transparent;
  padding: 20px 60px 25px 60px;
  border-radius:15px;
}
@media (max-width: 767px) {
  #login figure, #register figure {
    margin: -30px -30px 20px -30px;
    padding: 15px 60px 20px 60px;
  }
}
#login aside, #register aside {
  width: 480px;
  padding: 45px 60px 60px 60px;
  position: absolute;
  left: 0;
  top: 0;
  overflow-y: auto;
  background-color: #fdfeffbf;
  min-height: 100vh;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19);

}
@media (max-width: 767px) {
  #login aside, #register aside {
    width: 100%;
    padding: 30px;
  }
}
#login aside form, #register aside form {
  margin-bottom: 60px;
  display: block;
}
#login aside .copy, #register aside .copy {
  text-align: center;
  position: absolute;
  height: 30px;
  left: 0;
  bottom: 30px;
  width: 100%;
  color: #999;
  font-weight: 500;
}

.access_social {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .access_social {
    margin-top: 30px;
  }
}

.divider {
  text-align: center;
  height: 1px;
  margin: 30px 0 15px 0;
  background-color: #ededed;
}
.divider span {
  position: relative;
  top: -20px;
  background-color: transparent;
  display: inline-block;
  padding: 10px;
  border-radius:10px;
}

a.social_bt {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  min-width: 200px;
  margin-bottom: 10px;
  display: block;
  padding: 12px;
  line-height: 1;
  position: relative;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
a.social_bt:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%);
}
a.social_bt.facebook:before, a.social_bt.google:before, a.social_bt.linkedin:before {
  font-family: 'ElegantIcons';
  position: absolute;
  left: 12px;
  top: 10px;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}
a.social_bt.facebook {
  background-color: #3B5998;
}
a.social_bt.facebook:before {
  content: "\e093";
}
a.social_bt.google {
  background-color: #DC4E41;
}
a.social_bt.google:before {
  content: "\e096";
  top: 12px;
}
a.social_bt.linkedin {
  background-color: #0077B5;
}
a.social_bt.linkedin:before {
  content: "\e09d";
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #fff !important;
  color: #444 !important;
}

/*Password strength */
#pass-info {
  width: 100%;
  margin-bottom: 15px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 5px 3px 3px 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
#pass-info.weakpass {
  border: 1px solid #FF9191;
  background: #FFC7C7;
  color: #94546E;
}
#pass-info.stillweakpass {
  border: 1px solid #FBB;
  background: #FDD;
  color: #945870;
}
#pass-info.goodpass {
  border: 1px solid #C4EEC8;
  background: #E4FFE4;
  color: #51926E;
}
#pass-info.strongpass {
  border: 1px solid #6ED66E;
  background: #79F079;
  color: #348F34;
}
#pass-info.vrystrongpass {
  border: 1px solid #379137;
  background: #48B448;
  color: #CDFFCD;
}

/*-------- 2.6 Contacts--------*/
.map_contact {
  width: 100%;
  height: 465px;
}
@media (max-width: 991px) {
  .map_contact {
    height: 350px;
    margin-bottom: 45px;
  }
}

.contact_info {
  background-color: #121921;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.contact_info ul {
  margin: 0;
  padding: 0;
}
.contact_info ul li {
  float: left;
  width: 33.33%;
  position: relative;
  padding: 0 20px;
}
.contact_info ul li span {
  opacity: 0.7;
}
.contact_info ul li h4 {
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  color: #FFC107;
}
.contact_info ul li i {
  color: #fff;
  font-size: 46px;
  font-size: 2.875rem;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .contact_info ul li {
    width: 100%;
    float: none;
    margin-bottom: 35px;
    padding: 0;
  }
  .contact_info ul li:last-child {
    margin-bottom: 5px;
  }
}

.error_message {
  font-weight: 500;
  color: #e3464c;
}

/*-------- 2.7 404 page --------*/
#error_page {
  width: 100%;
  height: 650px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #392779 url(../img/pattern_1.svg) fixed;
  color: #fff;
}
#error_page h2 {
  margin-top: 30px;
  font-size: 140px;
  font-size: 8.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
}
#error_page h2 i {
  color: #FFC107;
}
@media (max-width: 767px) {
  #error_page h2 {
    font-size: 72px;
    font-size: 4.5rem;
  }
}
#error_page p {
  font-size: 21px;
  font-size: 1.3125rem;
}
@media (max-width: 767px) {
  #error_page p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #error_page {
    padding: 0;
    height: 500px;
  }
}

.search_bar_error {
  position: relative;
  margin-bottom: 60px;
}
.search_bar_error input[type='text'] {
  border: 0;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding-left: 15px;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.35);
}
.search_bar_error input[type='submit'] {
  position: absolute;
  right: -1px;
  color: #fff;
  font-weight: 600;
  top: 0;
  border: 0;
  padding: 0 25px;
  height: 50px;
  cursor: pointer;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -ms-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  background-color: #92278f;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.search_bar_error input[type='submit']:hover {
  background-color: #FFC107;
}

/*-------- 2.8 Cart section --------*/
.cart_section {
  background: #392779 url(../img/pattern_1.svg) fixed;
  border-bottom: 5px solid #FFC107;
}

.bs-wizard {
  width: 100%;
  margin: 50px auto 0;
}
.bs-wizard > .bs-wizard-step {
  padding: 0;
  position: relative;
  width: 33.33%;
  float: left;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
  width: 50%;
}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
  width: 0%;
}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
  width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  background-color: #392779;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
  opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
  left: 50%;
  width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
  width: 50%;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  position: absolute;
  width: 50px;
  height: 50px;
  display: block;
  top: 36px;
  left: 50%;
  margin-top: -5px;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #392779;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
  content: '\e903';
  font-family: 'Fontello';
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -2px;
  left: 9px;
  font-size: 32px;
  font-size: 2rem;
  color: #FFC107;
}
.bs-wizard > .bs-wizard-step > .progress {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  height: 2px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin: 34px 0;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  width: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
}

.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.table.cart-list {
  margin-bottom: 0;
}

.table.cart-list th,
.table.options_cart th {
  background-color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  border: 0;
  padding-top: 0;
}

.table.cart-list td {
  vertical-align: middle;
}
.table.cart-list td strong {
  font-weight: 500;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.025);
}

@media (max-width: 991px) {
  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
  }

  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.cart-list tr {
    border: 1px solid #eee;
  }

  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
  }
  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before {
    font-weight: 600;
    color: #111;
  }

  .table.cart-list td:nth-of-type(1):before {
    content: "Item";
  }

  .table.cart-list td:nth-of-type(2):before {
    content: "Discount";
  }

  .table.cart-list td:nth-of-type(3):before {
    content: "Total";
  }

  .table.cart-list td:nth-of-type(4):before {
    content: "Actions";
  }

  td.options {
    text-align: left !important;
  }
}
.thumb_cart {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  float: left;
}
.thumb_cart img {
  width: 60px;
  height: auto;
}
@media (max-width: 991px) {
  .thumb_cart {
    display: none;
  }
}

.item_cart {
  display: inline-block;
  margin: 20px 0 0 15px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .item_cart {
    margin: 5px 0 0 0;
  }
}

#total_cart {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 10px;
}

.form_title {
  position: relative;
  padding-left: 55px;
  margin-bottom: 0;
}
.form_title h3 {
  margin: 0;
  padding: 0;
  font-size: 21px;
  font-size: 1.3125rem;
}
.form_title h3 strong {
  background-color: #392779;
  text-align: center;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 42px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -5px;
}
.form_title p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
}

.cards {
  margin-top: 28px;
}
@media (max-width: 991px) {
  .cards {
    display: none;
  }
}

.box_cart .step {
  padding: 15px 55px 0 55px;
  margin: 0 0 0 0;
}
@media (max-width: 991px) {
  .box_cart .step {
    padding: 15px 0 0 0;
  }
}

.message {
  background-color: #f8f8f8;
  padding: 15px;
  margin-bottom: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.message p {
  margin: 0;
}

#confirm {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  margin-top: 20px;
}
#confirm h4 {
  color: #fff;
}
#confirm p {
  font-size: 16px !important;
  font-size: 16px !important/16pxrem;
  margin-bottom: 0;
}

.box_cart {
  border: 1px solid #ededed;
  padding: 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.box_cart hr {
  margin: 30px -25px 30px -25px;
}
.box_cart label {
  font-weight: 500;
}

.cart-options {
  position: relative;
  padding: 25px 0px 0px 0px;
  border-top: 1px solid #ededed;
}
@media (max-width: 991px) {
  .cart-options .fix_mobile {
    float: left !important;
  }
}

.apply-coupon .form-group {
  position: relative;
  float: left;
  margin-right: 10px;
}
.apply-coupon .form-control {
  padding: 10px 12px;
}

/*-------- 2.9 Course detail 2 --------*/
.list_lessons_2 ul {
  margin-bottom: 35px;
}
.list_lessons_2 ul li {
  padding: 10px;
}
.list_lessons_2 ul li:nth-child(odd) {
  background-color: #00488e;
  background-color: rgba(0, 84, 166, 0.04);
}
.list_lessons_2 ul li:before {
  font-family: 'ElegantIcons';
  content: "\5b";
  margin-right: 10px;
  color: #999;
  position: relative;
  top: 2px;
}
.list_lessons_2 ul li span {
  float: right;
}

.box_highlight {
  padding: 0;
  background-color: #392779;
  margin-bottom: 30px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

ul.additional_info {
  margin: 0;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  ul.additional_info {
    text-align: left;
  }
}
ul.additional_info li {
  display: inline-block;
  padding: 20px;
  width: 32%;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-transform: none;
  font-weight: 500;
  position: relative;
}
@media (max-width: 767px) {
  ul.additional_info li {
    display: block;
    width: auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    border-right: none;
    padding: 15px 15px 15px 85px;
  }
}
ul.additional_info li:last-child {
  border-right: none;
  border-bottom: none;
}
ul.additional_info li i {
  font-size: 52px;
  font-size: 3.25rem;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  ul.additional_info li i {
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 15px;
  }
}
ul.additional_info li strong {
  display: block;
  font-size: 21px;
  font-size: 1.3125rem;
  font-weight: 500;
  color: #fff02a;
  text-transform: uppercase;
}

ul.list_teachers {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0;
}
ul.list_teachers li figure {
  width: 55px;
  height: 55px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
ul.list_teachers li figure img {
  width: 55px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
ul.list_teachers li h5 {
  margin: 0;
  padding-top: 10px;
  font-size: 16px;
  font-size: 1rem;
}
ul.list_teachers li a {
  position: relative;
  padding-left: 70px;
  height: 55px;
  margin-bottom: 20px;
  display: block;
  color: #555;
}
ul.list_teachers li a i {
  bottom: 20px;
  right: 15px;
  top: 50%;
  width: 30px;
  margin-top: -15px;
  height: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  color: #3f9fff;
}
ul.list_teachers li a:hover i {
  opacity: 1;
}

.box_detail #contactform .loader {
  position: absolute;
  right: 15px;
  top: 13px;
  color: #fff;
}

/*-------- 2.10 Media Gallery --------*/
.grid ul {
  margin: 0 0 25px 0;
  padding: 0;
  width: 100%;
  text-align: center;
}
.grid ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  margin: -3px;
  min-height: 100%;
  width: 25%;
  background-color: #000;
  list-style: none;
}
@media (max-width: 991px) {
  .grid ul li {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .grid ul li {
    width: 100%;
    min-height: 100%;
    float: none;
  }
}
.grid ul li figure {
  position: relative;
  overflow: hidden;
  margin: -3px;
}
.grid ul li figure img {
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid ul li figure:hover img, .grid ul li figure:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.grid ul li figure:hover figcaption, .grid ul li figure:focus figcaption {
  opacity: 1;
}
.grid ul li figure:hover figcaption .caption-content, .grid ul li figure:focus figcaption .caption-content {
  -webkit-transform: translate(0px, 0px);
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}
.grid ul li figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 15% 0;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid ul li figcaption .caption-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -100px;
  width: 200px;
  -webkit-transform: translate(0px, 15px);
  -moz-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  -o-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.grid ul li figcaption a {
  color: #fff;
}
.grid ul li figcaption a:hover, .grid ul li figcaption a:focus {
  color: #3f9fff;
}
.grid ul li figcaption i {
  font-size: 30px;
  font-size: 1.875rem;
}
.grid ul li figcaption p {
  margin-bottom: 0;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/*-------- 2.11 Faq --------*/
.box_style_cat {
  background: #fff;
  border: 1px solid #ededed;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
@media (max-width: 991px) {
  .box_style_cat {
    display: none;
  }
}

ul#cat_nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul#cat_nav li {
  border-bottom: 1px solid #ededed;
}
ul#cat_nav li i {
  font-size: 16px;
  font-size: 1rem;
  margin: 2px 10px 0 0;
  float: left;
}
ul#cat_nav li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
ul#cat_nav li a {
  position: relative;
  color: #555;
  display: block;
  padding: 15px 10px;
}
ul#cat_nav li a:after {
  font-family: "fontello";
  content: "\e89b";
  position: absolute;
  right: 15px;
  top: 15px;
}
ul#cat_nav li a span {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #999;
}
ul#cat_nav li a:hover, ul#cat_nav li a#active, ul#cat_nav li a.active {
  color: #3f9fff;
}

.accordion_2 .card {
  border: 0;
  margin-bottom: 5px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.accordion_2 .card .card-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
}
.accordion_2 .card-body {
  padding-bottom: 0;
}
.accordion_2 .card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}
.accordion_2 .card-header h5 a {
  border: 0;
  display: block;
  color: #999;
}
.accordion_2 .card-header h5 a i.indicator {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
  float: right;
  color: #392779;
}

#hero_in form {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  -moz-animation-delay: 1.3s;
}

a.box_topic {
  text-align: center;
  background: #fff;
  padding: 40px 30px 15px 30px;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  color: #555;
  margin-bottom: 30px;
  overflow: hidden;
}
@media (max-width: 767px) {
  a.box_topic {
    padding: 20px 20px 0 20px;
  }
}
a.box_topic:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
a.box_topic i {
  font-size: 70px;
  font-size: 4.375rem;
  color: #392779;
  margin-bottom: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background-color: #59277f;
  background-color: rgba(102, 45, 145, 0.05);
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 15px;
}
a.box_topic h3 {
  font-size: 18px;
  font-size: 1.125rem;
}

.list_articles ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list_articles ul li {
  float: left;
  width: 45%;
  margin-right: 45px;
  padding: 15px 0;
  border-bottom: 1px solid #ededed;
}
.list_articles ul li a {
  color: #555;
  display: block;
}
.list_articles ul li a:hover {
  color: #3f9fff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.list_articles ul li i {
  margin-right: 10px;
  font-size: 16px;
  font-size: 1rem;
  position: relative;
  top: 2px;
}
@media (max-width: 991px) {
  .list_articles ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}

/*-------- 2.12 Teacher profile --------*/
.profile {
  background-color: #fff;
  padding: 25px 25px 5px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.profile figure {
  width: 150px;
  margin: 5px auto 10px;
}
.profile ul {
  list-style: none;
  padding: 0;
  margin: 0 -25px 0 -25px;
}
.profile ul li {
  border-top: 1px solid #ededed;
  padding: 12px 20px;
  font-weight: 500;
}
.profile ul li span {
  font-weight: normal;
}

ul.social_teacher {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
}
ul.social_teacher li {
  display: inline-block;
  border: none;
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 45px;
  text-align: center;
}

.indent_title_in {
  position: relative;
  padding-left: 70px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .indent_title_in {
    padding-left: 0;
  }
}
.indent_title_in i {
  font-size: 50px;
  font-size: 3.125rem;
  position: absolute;
  left: 0;
  color: #662d91;
  top: -3px;
}
@media (max-width: 767px) {
  .indent_title_in i {
    position: static;
    margin-bottom: 10px;
  }
}
.indent_title_in h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
.indent_title_in p {
  color: #999;
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
}

.wrapper_indent {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .wrapper_indent {
    padding-left: 0;
  }
}

.box_teacher {
  background-color: #fff;
  padding: 30px 25px 5px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}
.box_teacher hr {
  margin: 30px -25px;
}

ul.list_3 {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.list_3 li {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
}
ul.list_3 li strong {
  font-weight: 500;
}
ul.list_3 li:before {
  font-family: "fontello";
  content: "\ea3e";
  position: absolute;
  left: 0;
  top: 0;
}

/*-------- 2.13 Agenda calendar --------*/
.box_general {
  border: 1px solid #ededed;
  padding: 25px 25px 5px 25px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.fc-state-default {
  background-color: #3f9fff !important;
  color: #fff;
}

.fc-state-hover {
  background: #262c2d !important;
}

.fc-state-down,
.fc-state-active {
  background-color: #cccccc !important;
  box-shadow: none !important;
}

.external-event {
  background: #3f9fff !important;
}

.fc-event {
  background-color: #662d91 !important;
}

@media (max-width: 767px) {
  .fc-header {
    position: relative;
    margin-top: 20px !important;
  }

  .fc-header-center {
    position: absolute;
    top: -30px;
    left: 0;
  }
  .fc-header-center .fc-header-title h2 {
    font-size: 16px !important;
    font-size: 16px !important/16pxrem;
  }
}
/*============================================================================================*/
/* 3.  COMMON */
/*============================================================================================*/
/*-------- 3.1 Misc --------*/
.form-control {
  padding: 12px 12px;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ededed;
}

.bg_color_1 {
  background-color: #fff;
}

.box_1 {
  background-color: #121921;
  color: #fff;
  padding: 45px;
  opacity: 0;
}
.box_1 p {
  opacity: 0.8;
}
.box_1 h3 {
  color: #fff;
}

.badge_info {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #333;
  line-height: 1;
  padding: 5px 8px 4px 8px;
  background-color: #FFC107;
  margin-left: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  top: -2px;
}

.animated .box_1 {
  animation: color 0.3s ease-in-out;
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

.call_section {
  background: url(http://via.placeholder.com/1600x1067/ccc/fff/bg_call_section.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 400px;
  padding: 10% 0;
}

.call_section_admission {
  background: #FFC107 url(../img/pattern_1.svg) center center repeat fixed;
  padding: 90px 0 90px 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .call_section_admission {
    padding: 60px 0 35px 0;
  }
}
.call_section_admission .section_button {
  position: relative;
  display: inline-block;
}
.call_section_admission .section_button svg {
  width: 70px;
  height: 70px;
  position: absolute;
  left: -80px;
  top: -42px;
}
@media (max-width: 767px) {
  .call_section_admission .section_button svg {
    display: none;
  }
}
.call_section_admission .section_button svg .draw-arrow {
  stroke-width: 4;
  stroke: #3f9fff;
  fill: none;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-iteration-count: once;
  -webkit-animation-iteration-count: once;
  -moz-animation-iteration-count: once;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  stroke-dasharray: 400;
  stroke-dashoffset: 400;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
}
.call_section_admission .section_button svg .draw-arrow.tail-1 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
.call_section_admission .section_button svg .draw-arrow.tail-2 {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
}
.call_section_admission h3 {
  color: #222;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 400;
  margin: 10px 0 60px 0;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .call_section_admission h3 {
    font-size: 32px;
    font-size: 2rem;
    margin: 10px 0 30px 0;
  }
}

.animated .draw-arrow {
  animation-name: draw;
  -webkit-animation-name: draw;
  -moz-animation-name: draw;
}

@-webkit-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
.box_faq {
  position: relative;
  padding-left: 50px;
}
.box_faq h4 {
  font-size: 18px;
  font-size: 1.125rem;
}
.box_faq i {
  font-size: 36px;
  font-size: 2.25rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #999;
}

/*-------- 3.2 Accordion --------*/
.card {
  border-radius: 0;
  border: 0;
  margin-bottom: 5px;
}

.card-header h5 {
  font-size: 16px;
  font-size: 1rem;
}
.card-header h5 a {
  border: 0;
  display: block;
  color: #555;
}
.card-header h5 a i.indicator {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-right: 5px;
  color: #3f9fff;
}

/*-------- 3.3 List --------*/
ul.list_ok {
  list-style: none;
  margin: 25px 0 30px 0;
  padding: 0;
}
ul.list_ok li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 20px;
}
ul.list_ok li:before {
  font-family: 'ElegantIcons';
  content: "\52";
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 32px;
  font-size: 2rem;
  color: #8dc63f;
}

ul.bullets {
  line-height: 1.8;
  margin-bottom: 30px;
}
ul.bullets li {
  position: relative;
  padding-left: 20px;
}
ul.bullets li:before {
  font-style: normal;
  font-weight: normal;
  font-family: 'ElegantIcons';
  font-size: 14px;
  font-size: 0.875rem;
  content: "\5c";
  color: #ccc;
  position: absolute;
  left: 0;
  top: 0;
}

/*-------- 3.4 Input forms --------*/
.input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
}

.input_field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  color: #aaa;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  margin-top: 1em;
  padding: 1.3rem 0.15em;
  width: 100%;
  background: transparent;
  color: #555;
  outline: none;
}
.input_field:focus + .input_label::after {
  -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);
}

.input_label {
  display: inline-block;
  float: right;
  color: #999;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 0.25em;
  width: 100%;
  height: calc(100% - 1em);
  text-align: left;
  pointer-events: none;
}
.input_label::before, .input_label::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
  border-bottom: 2px solid #ddd;
}
.input_label::after {
  margin-top: 0;
  border-bottom: 2px solid #3f9fff;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -moz-transition: -moz-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -ms-transition: -ms-transform 0.3s;
  transition: transform 0.3s;
}

.input__label-content {
  display: block;
  padding: 1.6em 0;
  width: 100%;
  position: absolute;
}

.input--filled .input_label::after {
  -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);
}

.input_field:focus + .input_label .input__label-content,
.input--filled .input__label-content {
  -webkit-animation: anim-1 0.3s forwards;
  animation: anim-1 0.3s forwards;
  color: #999;
}

@-webkit-keyframes anim-1 {
  50% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    -moz-transform: translate3d(1em, 0, 0);
    -ms-transform: translate3d(1em, 0, 0);
    -o-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0);
  }
  51% {
    opacity: 0;
    -webkit-transform: translate3d(-1em, -40%, 0);
    -moz-transform: translate3d(-1em, -40%, 0);
    -ms-transform: translate3d(-1em, -40%, 0);
    -o-transform: translate3d(-1em, -40%, 0);
    transform: translate3d(-1em, -40%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    -moz-transform: translate3d(0, -40%, 0);
    -ms-transform: translate3d(0, -40%, 0);
    -o-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0);
  }
}
/*-------- 3.5 Spacing --------*/
.add_bottom_15 {
  margin-bottom: 15px;
}

.add_bottom_30 {
  margin-bottom: 30px;
}

.add_bottom_45 {
  margin-bottom: 45px;
}

.add_bottom_60 {
  margin-bottom: 60px;
}

.add_bottom_75 {
  margin-bottom: 75px;
}

.add_top_10 {
  margin-top: 10px;
}

.add_top_15 {
  margin-top: 15px;
}

.add_top_20 {
  margin-top: 20px;
}

.add_top_30 {
  margin-top: 30px;
}

.add_top_60 {
  margin-top: 60px;
}

.more_padding_left {
  padding-left: 40px;
}

.nomargin_top {
  margin-top: 0;
}

.nopadding {
  margin: 0 !important;
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.margin_60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.margin_60_35 {
  padding-top: 60px;
  padding-bottom: 35px;
}
@media (max-width: 575px) {
  .margin_60_35 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .margin_120 {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin_120 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.margin_120_95 {
  padding-top: 120px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .margin_120_95 {
    padding-top: 60px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .margin_120_95 {
    padding-top: 30px;
    padding-bottom: 5px;
  }
}

.margin_120_0 {
  padding-top: 15px;
}
@media (max-width: 991px) {
  .margin_120_0 {
    padding-top: 60px;
  }
}
@media (max-width: 575px) {
  .margin_120_0 {
    padding-top: 30px;
  }
}

.margin_30_95 {
  padding-top: 30px;
  padding-bottom: 95px;
}
@media (max-width: 991px) {
  .margin_30_95 {
    padding-top: 15px;
    padding-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .margin_30_95 {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

@media (max-width: 991px) {
  .hidden_tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden_mobile {
    display: none !important;
  }
}

/*-------- 3.6 Block reveal --------*/
.animated .block-reveal {
  height: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.block-horizzontal, .block-vertical {
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.animated .block-horizzontal {
  animation: reveal_left_to_right 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #662d91;
}
.animated .block-vertical {
  animation: reveal_top_to_bottom 1s ease-in-out;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  background: #662d91;
}

.block-reveal img {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}

.animated .block-reveal img {
  animation: color 0.5s ease-in-out;
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}

@keyframes reveal_left_to_right {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes reveal_top_to_bottom {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes color {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-------- 3.7 Search modal --------*/
.search-overlay-menu {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, visibility 0s ease 0.3s;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  text-align: center;
}
.search-overlay-menu.open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
}
.search-overlay-menu.open form {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.search-overlay-menu form {
  height: 70px;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -35px auto 0;
  width: 60%;
  left: 20%;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.search-overlay-menu form button {
  background: transparent;
  border: medium none;
  font-size: 32px;
  font-size: 2rem;
  position: absolute;
  right: 0;
  top: 15px;
  color: #c6c6c6;
  outline: none;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search-overlay-menu form button {
    font-size: 24px;
    font-size: 1.5rem;
    top: 8px;
  }
}
@media (max-width: 767px) {
  .search-overlay-menu form {
    width: 80%;
    left: 10%;
    height: 50px;
    margin: -25px auto 0;
  }
}
.search-overlay-menu input[type="search"] {
  height: 100%;
  width: 100%;
  color: #fff;
  background: transparent;
  border-top: 0px solid transparent;
  border-bottom: 2px solid #909090 !important;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 300;
  outline: none;
  padding: 10px 0 10px 0;
}
@media (max-width: 767px) {
  .search-overlay-menu input[type="search"] {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*-------- 3.8 Cookie bar --------*/
#cookie-bar {
  background: rgba(0, 0, 0, 0.8);
  height: auto;
  line-height: 24px;
  color: #eeeeee;
  text-align: center;
  padding: 15px 0;
  font-weight: 400;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}
#cookie-bar p {
  margin: 0;
  padding: 0;
}
#cookie-bar a {
  color: #fff;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 2px 10px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  #cookie-bar a {
    display: block;
    max-width: 150px;
    margin: auto;
    margin-bottom: 5px;
  }
}
#cookie-bar .cb-enable {
  background: #92278f;
}
#cookie-bar .cb-enable:hover {
  background: #fff;
  color: #92278f;
}
#cookie-bar .cb-disable {
  background: #990000;
}
#cookie-bar .cb-disable:hover {
  background: #bb0000;
}
#cookie-bar .cb-policy {
  background: #392779;
}
#cookie-bar .cb-policy:hover {
  background: #fff;
  color: #392779;
}
#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
#cookie-bar.fixed.bottom {
  bottom: 0;
  top: auto;
}
@media (max-width: 767px) {
  #cookie-bar {
    padding: 5px 0;
  }
}
body{
    margin: 0px; padding: 0px;}


.not-found-page-head{width: 100%; height: auto; overflow: hidden; font-family: "Open Sans"; font-size:252px; font-weight: 800; letter-spacing: -45px;  text-shadow: -8px 0 0 #fff; text-align: center;}
.not-found-page-text{width: 500px; height: auto; overflow: hidden; margin: 0 auto; font-family: 'Raleway', sans-serif; font-size:22px; font-weight: 500; color:#000; text-align: center}

/* TODO Değişiklik yapıldı */
.header-ust-bar-main{height:auto;  margin:0px auto; }
.header-ust-bar-in{width: 1333px; margin: 0px auto; }
.header-ust-bar-left{width: 25%;  display: inline-block;vertical-align: top;}
.header-ust-bar-left-table{width: 100%; }
.header-ust-bar-left-table-ic{width: 100%;  }
.header-ust-bar-left-table-ic a{margin-right: 20px}
.header-ust-bar-left-table-ic i{font-size:14px; }
.header-ust-bar-left-table-ic i:last-child{margin-right: 0px;}
.header-ust-bar-right{width: 75%; height: auto; text-align: right; display: inline-block; vertical-align: top;}
.header-ust-bar-right-table{width: 100%;    }
.header-ust-bar-right-table-ic{width: 100%; display: flex; justify-content: flex-end; align-items: center; }
.header-ust-bar-right-table-ic a{
    margin-right: 5px;
}
.header-ust-bar-right-table-ic-box{width: auto; height: auto; overflow: hidden;  margin-right: 18px; margin-left: 18px; margin-top:0;}
.header-ust-bar-right-table-ic-box:last-child{margin-right: 0px;}
.header-ust-bar-right-table-ic-box i{margin-right: 10px; font-size:17px; float: left; }
.header-ust-bar-right-table-ic-box p{padding: 0px; margin: 0px;   font-size:12px; letter-spacing: 0.03em; font-weight: 500; float: left; width: auto; overflow: hidden;}
/* TODO Değişiklik yapıldı SON */

.header-main{height:auto;  margin:0px auto; position: absolute; left: 0; width: 100%; z-index:4; background-color:transparent;}
.header-main-in{width: 1333px; margin: 0px auto; }
.header-main-left{width: 12%;  display: inline-block;vertical-align: top;}
.header-main-left-table{width: 100%; min-height: 110px;  display: table;}
.header-main-left-table-ic{width: 100%;  display: table-cell; vertical-align: middle;}
.header-main-left-table-ic img{max-height: 200px; max-width: 260px; margin-top:5px; margin-bottom: 20px}
.header-main-right{width: 88%;  display: inline-block;vertical-align: top; text-align: right}
.header-main-right-table{width: 100%; min-height: 110px;  display: table;}
.header-main-right-table-ic{width: 100%;  display: table-cell; vertical-align: middle;}

.header-main-menu-div{width: auto; height: auto; display:inline-block; text-align: left; vertical-align: middle; }
.header-main-menu-other-div{display:inline-block;padding-left: 9px; padding-right: 14px; vertical-align: middle; }
.header-main-menu-other-div i{color:#666; font-size:15px; }
.header-main-menu-other-div:last-child{border-right: 0px; padding-right: 0px;}

.dropdown-text-type{font-size:13px; font-family: 'Open Sans',sans-serif;}
.dropdown-text-type-2{font-size:13px; font-family: 'Open Sans',sans-serif; color:#000; font-weight: 700; padding: 4px 8px 4px 8px;  }
.dropdown-text-type-2:hover{text-decoration: none;}
.dropdown-text-type-mobile-lang{font-size:13px; font-family: 'Open Sans',sans-serif; color:#000; font-weight: 700; border:0 solid #EBEBEB; padding: 4px 8px 4px 8px;  }
.dropdown-text-type-mobile-lang:hover{text-decoration: none;}
.dropdown-box-type-1{margin:0px; padding: 0px; min-width: auto !important; border-radius: 0px !important; margin-top:16px !important; }
.dropdown-arrow-before{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px; margin-left:14px; position: absolute}

.dropdown-text-type-cart{font-size:13px; font-family: 'Open Sans',sans-serif; color:#000; font-weight: 700; border:1px solid #EBEBEB; padding: 4px 8px 4px 8px;  }
.dropdown-box-type-cart-show{margin:0px;text-align: right !important; margin-right: -15px !important; padding: 0px; min-width: auto !important;border-radius: 0px !important; margin-top:16px !important; border:1px solid #EBEBEB !important;}
.dropdown-arrow-before-cart{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px !important; margin-left:-26px;  display: inline-block; position: inherit; }
.dropdown-box-type-search-show{margin:0px;text-align: right !important; margin-right: -15px !important; padding: 0px; min-width: 700px !important;border-radius: 0px !important; margin-top:16px !important;}
.dropdown-arrow-before-search{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px !important; right:10px;  display: inline-block; position: inherit; }
.dropdown-box-type-search-show input{border:0px; font-size:14px; font-family: 'Raleway', sans-serif; color:#000; width: 100%; height: 40px; padding-left: 15px; outline: none;}
.dropdown-box-type-search-show button{display: none}
.dropdown-box-type-lang-show-2{margin:0px;text-align: right !important; margin-left:54px !important; padding: 0px; min-width: auto !important;border-radius: 0px !important; margin-top:10px !important; border:1px solid #EBEBEB !important;}
.dropdown-arrow-before-lang-2{width: 0px;height: 0px;border-style: solid;border-width: 0px 7px 7px 7px;border-color: transparent transparent #EBEBEB transparent; margin-top:-15px; margin-left:80px; position: absolute}


.mega-menu-firsat{width:360px; height: 400px; overflow: hidden; display: inline-block; margin-right: 25px; background-color: #000; vertical-align: top;}
.mega-menu-firsat img{height: 400px; min-width: 360px;}
.mega-menu-firsat-text-area{width:360px; height: 400px; position: absolute; overflow: hidden; background-color: rgba(0,0,0, 0.4);}
.mega-menu-text-table{width: 100%; height: 400px; display: table;}
.mega-menu-text-table-ic{width: 100%; display: table-cell; vertical-align: middle; text-align: center;}
.mega-menu-text-table-ic h1{width: 70%; margin:0px auto; font-family: 'Open Sans', sans-serif; font-size:25px; color:#FFF; font-weight: 700; text-shadow: 1px 1px 0px #000;}
.mega-menu-text-table-ic h2{width: 70%; margin:0px auto; font-family: 'Open Sans', sans-serif; font-size:15px; color:#FFF; font-weight: 400; line-height: 24px;  text-shadow: 1px 1px 0px #000;}

.mega-menu-product{width: 260px; height: auto; overflow: hidden; margin-top: 20px; margin-right: 40px; display: inline-block; vertical-align: top;}
.mega-menu-product-head{ width: 100%; height: 31px; border-bottom: 1px solid #EBEBEB; margin-bottom: 25px}
.mega-menu-product-box{ width: 260px; height: 85px; overflow: hidden; border-bottom: 1px dashed #EBEBEB; margin-bottom:19px; }
.mega-menu-product-box img{ float:left; margin-right: 13px; width: 65px; height: 65px; border:1px solid #EBEBEB}
.mega-menu-product-box:last-child{margin-bottom: 0px;}
.mega-menu-product-box a{color:#333}
.mega-menu-product-box a:hover{color:#666}

.mega-menu-product-cat{width: 240px; height: auto; overflow: hidden; margin-top: 20px;  display: inline-block; vertical-align: top;}
.mega-menu-product-cat-box{ width: 100%; height: 31px; border-bottom: 1px dashed #EBEBEB; margin-bottom: 10px}
.mega-menu-product-cat-box a{color:#000}
.mega-menu-product-cat-box a:hover{color:#333}
.mega-menu-product-cat-box-all{ width: 100%; height: auto; padding: 6px 0 5px 0; border-bottom: 1px solid #EBEBEB; background-color: #F8F8F8; text-align: center; color:#000}
.mega-menu-product-cat-box-all a{color:#000}
.mega-menu-product-cat-box-all a:hover{color:#333}

.shopping-detail{ border-radius: 9px; color:#FFF;   margin-top: -5px; margin-left: -5px; position: absolute; width: auto; text-align: center; padding: 0px 4px 0 4px;}
.shopping-detail-header-2{ border-radius: 9px; color:#FFF;    width: auto; text-align: center; padding: 0px 4px 0 4px;}

.shopping-cart-top-main{width: 300px; height: auto; text-align: left;}
.shopping-cart-top-main-ic{width: 265px; margin: 0px auto;  height: auto; padding-top: 10px; padding-bottom: 10px;}
.shopping-cart-top-main-head{ width: 100%; height: auto;margin-bottom: 12px}

.options-slider-box{width: 1333px; height: auto; overflow: hidden;  margin: 0px auto; z-index: 2}
.options-slider-just-button{width: 1333px; height: auto; overflow: hidden;  margin: 0px auto; z-index: 2; text-align: center;}

.slider-text-div{width: 100%; overflow:hidden; display: inline-block;}
.slider-dark-background{width: 100%; height: 100%; overflow: hidden; position: absolute; background-color:rgba(0,0,0,0.6); z-index: 1}

.trigger-main-div{overflow: hidden; margin: 0px auto; text-align: center; padding: 35px 0 35px 0; }
.trigger-main-div-in{width: 1333px; margin:0 auto;}
.trigger-main-div-left{display: inline-block; vertical-align: middle; text-align: left; width: 70%;}
.trigger-main-div-right{display: inline-block; vertical-align: middle; text-align: right; width: 30%;}
.trigger-main-button{padding: 10px 70px 10px 70px; font-size:14px; font-weight: 700;  letter-spacing: 0.1em;  -webkit-border-radius: 20px;    -moz-border-radius: 20px;    border-radius: 20px; display: inline-block; transition-duration: 0.3s; transition-timing-function: linear; }
.trigger-main-button:hover{-webkit-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); -moz-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); }

.trigger-bottom-text-div{width: 100%; height: auto; overflow: hidden; text-align: center; letter-spacing: 0.1em; }
.trigger-bottom-text-span{ font-family: 'Open Sans',Arial; font-size:20px; font-weight: 300; display: inline-block; vertical-align: middle; margin-right: 15px}
.trigger-bottom-phone-span{ font-family: 'Open Sans',Arial; font-size:28px; font-weight: 700; display: inline-block; vertical-align: middle;}
.trigger-bottom-text-span i{font-size:45px; margin-top:9px; margin-right: 10px;}

.service-home-main-div{ margin: 0px auto; }
.service-home-main-div-inside{width: 1155px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.service-home-main-div-inside-2{width: 70%; height: auto; overflow: hidden; margin: 0px auto; text-align: center}

.modules-header-main-product-group{width: 100%; height: auto; overflow: hidden; margin-bottom: 35px;}
.modules-header-about{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.modules-header-main{width: 100%; height: auto; overflow: hidden; margin-bottom: 65px;}
.modules-header-main-head{width: 100%; height: auto; padding-bottom: 27px; text-align: center;  }
.modules-header-main-baslik{width: 100%; height: auto; text-align: center; font-size:29px; margin-bottom: 10px; }
.modules-header-main-spot{width: 100%; height: auto; text-align: center; font-size:17px; max-width: 600px; margin: 0px auto;}



.abouts-home-main-div{ margin: 0px auto; }
.abouts-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}

.kargo-limit-left-div-inside{width: 90%; height: auto; margin: 0 auto; padding: 5px 0 5px 0; font-family: 'Raleway', Arial; font-size:19px; text-align: center; font-weight: 500}
.kargo-limit-left-div-inside i{ margin-right: 10px;}

.kargo-limit-header-inside{width: 90%; height: auto; margin: 0 auto; padding: 5px 0 5px 0;  font-size:14px;  text-align: center; font-weight: 500}
.kargo-limit-header-inside i{ margin-right: 10px;}

.service-image-box{max-width:350px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin:15px; margin-bottom:35px}
.service-image-box img{width: 350px !important; height: 205px !important; margin-bottom: 29px; }
.service-image-box h1{font-size:21px; font-weight: 700; margin-bottom: 15px; text-align: left}
.service-image-box h2{font-size:15px; font-weight: 400;  text-align: left;}

.service-icon-1-box{display: inline-block; width: 315px; height: 170px; margin-left:35px; margin-right: 35px; vertical-align: top; overflow: hidden; margin-bottom: 20px;}
.service-icon-1-icon{display: inline-block; width:84px ; height:170px ; overflow: hidden; vertical-align: top; font-size:50px;}
.service-icon-1-text{display: inline-block; width:230px ; height:170px ; overflow: hidden; vertical-align: top; text-align: left;}
.service-icon-1-text h1{margin-bottom: 15px; font-weight: 700; font-size:18px; margin-top: 10px; }
.service-icon-1-text h2{font-weight: 400; font-size:14px; line-height: 20px;}

.service-icon-2-box{display: inline-block; width: 244px; height: 312px; margin-left:27px; margin-right: 27px; vertical-align: top; overflow: hidden; margin-bottom: 10px;}
.service-icon-2-box i{font-size:60px;}
.service-icon-2-box h1{margin-bottom: 35px; font-weight: 700; font-size:18px; margin-top: 35px; text-transform: uppercase}
.service-icon-2-box h2{font-weight: 400; font-size:14px; line-height: 20px;}

.products-home-main-div{ margin: 0px auto; }
.products-home-main-div-inside{width: 90%; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.ticaret-bilgilendirme-main-div{width: 75%; height: auto; overflow: hidden; margin:0px auto; margin-top:50px; margin-bottom: 50px; text-align: center; border-radius:15px;}
.ticaret-bilgilendirme-box{display: inline-block; margin: 30px 35px 30px 0; padding-right:20px;  }
.ticaret-bilgilendirme-box-i{display:inline-block; font-size:35px; margin-right: 30px; vertical-align: middle; text-align: left;}
.ticaret-bilgilendirme-box-text{ display: inline-block; width: 160px; vertical-align: middle;text-align: left; }
.ticaret-bilgilendirme-box:last-child{border-right: 0 !important; padding-right: 0 !important}


.category-name-value-div{width: 100%; height: auto; margin-bottom: 15px; font-family: 'Open Sans', Arial; border-bottom:1px dotted #EBEBEB; padding-bottom: 18px; border-radius:15px;}

.product-main-box{width:278px ;  height:auto ; background-color: #FFF; overflow: hidden; text-align: center; margin-left:15px; margin-right: 15px; border:1px solid #e4e4e4; display: inline-block; vertical-align: top; margin-top:15px; margin-bottom: 15px;  transition-duration: 0.1s; transition-timing-function: linear; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 4px 6px 0 rgba(0, 0, 0, 0.19); border-radius:15px;}
.product-main-box:hover{ -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.13);}
.product-main-box-in{margin: 7px;  height: auto;}
.product-main-box:hover .product-main-box-img{ }

.product-main-box-img {    width:261px;    height: 261px;    margin-bottom: 10px;    overflow: hidden;    position: relative; border-radius:15px;}
.product-main-box-img img {transition: transform 0.3s ease-in-out;  width: 261px;  height: auto;  position: relative;    top: 0;    left: 0;}
.product-main-box-img .ovrly { background: rgba(255,255,255,0.4);  height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%;   opacity: 0;   -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;   -o-transition: all 0.3s;   transition: all 0.3s;}
.product-main-box-img .buttons { position: absolute;  top: 80%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.product-main-box-img .buttons .text {    background-color: red;    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    display: inline-block;    line-height: 34px;    font-size: 14px; font-family: 'Open Sans', Arial; font-weight: 700;    text-align: center;    text-decoration: none;    width: 130px;    height: 35px;    opacity: 0;    -webkit-transform: scale(1.5);    -moz-transform: scale(1.5);    -ms-transform: scale(1.5);    -o-transform: scale(1.5);    transform: scale(1.5); -webkit-transition: all 0.2s;   -moz-transition: all 0.2s;   -o-transition: all 0.2s;   transition: all 0.2s;    position: relative;}
.product-main-box:hover .product-main-box-img .buttons .text { opacity: 1;  -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);  }
.product-main-box:hover .product-main-box-img .ovrly {  opacity: 1;}
.product-main-box:hover .product-main-box-img img {transform: scale(1.1);}

.product-main-box-img .opaovrly { background: rgba(255,255,255,0.4);  height: 100%;   left: 0;   position: absolute;   top: 0;   width: 100%;   opacity: 1;   -webkit-transition: all 0.3s;   -moz-transition: all 0.3s;   -o-transition: all 0.3s;   transition: all 0.3s;}
.product-main-box-img .nostock { position: absolute; width: 100%;   top: 80%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%);  -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);  transform: translate(-50%, -50%);}
.product-main-box-img .nostock .text {    background-color: red;    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);    display: inline-block;    line-height: 35px;
    font-size: 14px !important; font-family: 'Open Sans', Arial; font-weight: 700;    text-align: center;
    text-decoration: none;    width: 100%;    height: 35px;    opacity: 1;
    -webkit-transform: scale(1);  -moz-transform: scale(1);  -ms-transform: scale(1);  -o-transform: scale(1);  transform: scale(1);  -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;   -o-transition: all 0.2s;   transition: all 0.2s;    position: relative; text-transform: uppercase}



.product-main-box-baslik{width: 90%; margin: 0px auto;  overflow: hidden; display: table; font-family: 'Open Sans', Arial; font-size:16px; font-weight: 500;}
.product-main-box-baslik-in{display: table-cell; height: 60px; vertical-align: middle;}
.product-main-box-baslik-in a{color:#000}
.product-main-box-baslik-in a:hover{color:#000; }
.product-main-box-category{width: 100%; height: auto;  overflow: hidden; padding: 7px 0 7px 0; font-family: 'Open Sans', Arial; font-size:14px; font-weight: 700;}
.product-main-box-rate{width: 100%; height: auto;  overflow: hidden; padding: 0 0 5px 0; font-size:22px;}
.product-main-box-price{width: 90%; height: auto; margin: 0px auto;  overflow: hidden; padding: 10px 0 10px 0; }
.product-main-box-price h1{font-size:26px; font-weight: 700; font-family: 'Open Sans', Arial; color:#000; display: inline-block;}



.product-group-main{width: 100%; height: auto; text-align: center;}
.product-group-box{width: 382px; height: 211px; overflow: hidden; margin-bottom: 25px; display: inline-block; margin-left:15px; margin-right: 15px; 	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19); border-radius:15px;
}
.product-group-box img{min-width: 382px; height: auto; max-width: 400px; z-index: 0; transition: transform 0.3s ease-in-out;}
.product-group-box:hover img {transform: scale(1.1);}
.product-group-box-text{width: auto; position: absolute;  height: auto; text-align: left; z-index: 1; margin-top: 120px; opacity:0.9; }
.product-group-box-text-head{height: auto; width: auto; padding: 4px 20px 4px 20px; display: inline-block; }
.product-group-box-clear{clear: both;}
.product-group-box-text-browse{width: auto; height: auto; padding: 4px 20px 4px 20px; display: inline-block; border-radius: 0 0 4px 0}


.slider-middle-mainbox{width: 100%; height: 480px; overflow: hidden; text-align: center; padding-top: 30px; padding-bottom: 30px; }
.slider-middle-mainbox-left{display: inline-block; width: 40%; height: auto; vertical-align: middle; }

.slider-middle-mainbox-left-baslik{width: 85%; margin:0 auto; height: auto; overflow: hidden; font-family: 'Raleway', Arial; font-size:34px; font-weight: 300; margin-bottom: 20px;}
.slider-middle-mainbox-left-spot{width: 85%;  margin:0 auto; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:18px; font-weight: 300;}
.slider-middle-mainbox-left-button{width: 85%; height: auto;  margin:0 auto; overflow: hidden; }

.slider-middle-mainbox-right{display: inline-block; width: 50%; height: auto; vertical-align: middle; text-align: right; }
.slider-middle-mainbox-right img{max-width: 750px; max-height: 400px; }

.counter-home-main-div{ margin: 0px auto;  border-top: 2px solid #FFFFFF;}
.counter-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center;    }

.counter-box{width: 255px; overflow: hidden; display: inline-block; margin-left:20px; margin-right: 20px; margin-bottom: 5px; padding:15px  0px 3px; vertical-align: middle; border-radius:20px; box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);}
.counter-box i{font-size:38px;}
.counter-box span{font-size:40px; font-family: 'Open Sans',Arial; font-weight: 700;}
.counter-box label{ font-size:18px; font-family: 'Open Sans',Arial; font-weight: 400;}


.pricing-home-main-div{ margin: 0px auto; }
.pricing-home-main-div-inside{width: 1155px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.pricing-box{width: 340px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; transition-duration: 0.2s; transition-timing-function: linear; background-color: #FFF; border: 1px solid #EBEBEB; margin-left: 15px; margin-top: 15px; margin-right: 15px; margin-bottom: 30px;}
.pricing-box:hover{box-shadow: 1px 0 15px rgba(0, 0, 0, 0.15);}
.pricing-box-icon{width: 100%; height: auto; overflow: hidden; padding-top: 50px;}
.pricing-box-icon i{font-size:50px;}
.pricing-box-head{width: 100%; height: auto; overflow: hidden; padding: 25px 0 25px 0; font-family: 'Open Sans', Arial; }
.pricing-box-price{width: 100%; height: auto; overflow: hidden; padding: 0 0 25px 0; font-family: 'Open Sans', Arial; border-bottom:1px solid #EBEBEB;}
.pricing-price-span{font-size:35px; font-weight: 300; padding-right: 10px; color:#000;}
.pricing-price-date-span{font-size:14px; font-weight: 700; color:#999}
.pricing-box-ozellik{width:100%; height:auto; overflow:hidden; border-bottom:1px solid #EBEBEB; padding: 10px 0 10px 0;  }
.pricing-box-ozellik span{ font-family: 'Open Sans', Arial; font-size:14px;  padding: 0 15px 0 15px !important; letter-spacing: 0.05em; }
.pricing-box-ozellik:last-child{border-bottom: 0px;}
.pricing-box-button{width:100%; height:auto; overflow:hidden; padding: 30px 0 30px 0;  }
.pricing-box-button-button{width: auto; height: auto; border-radius: 50px; display: inline-block; padding: 15px 25px 15px 25px; font-family: 'Open Sans', Arial; font-size:14px; letter-spacing: 0.1em;}
.pricing-tavsiye-board{ height: auto; width: 337px; overflow: hidden; position: absolute; padding: 7px 0 7px 0; font-family: 'Open Sans', Arial; font-size:14px; font-weight: bold;  letter-spacing: 0.1em;}

.blog-home-main-div{ margin: 0px auto; }
.blog-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.blog-box{width: auto; overflow: hidden; height: auto; display: inline-block; vertical-align: top; margin-left: 7px; margin-right: 7px; text-align: left; margin-bottom:20px; }
.blog-box-in{margin:10px; width: 350px;}
.blog-box-in img{width: 350px; height: 230px; margin-bottom:25px; transition: transform 0.3s ease-in-out; }
.blog-box-in-header{width: 100%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:18px; font-weight: bold; margin-bottom: 14px; }
.blog-box-in-spot{width: 100%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:14px; font-weight: normal; margin-bottom: 20px; }
.blog-box-in-readmore{width: 100%; height: auto; overflow: hidden; }
.blog-box-in-readmore a{font-family: 'Open Sans', Arial; font-size:14px;  transition-duration: 0.2s; transition-timing-function: linear;}
.blog-box-in-readmore a i{margin-left:10px;}
.blog-box:hover .blog-box-in-readmore a {  text-decoration: none; margin-left:10px;}




.proje-home-main-div{ margin: 0px auto; }
.proje-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.ekip-home-main-div{ margin: 0px auto; }
.ekip-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.ekip-box{width: 250px; height: auto; display: inline-block; overflow: hidden; margin-left:23px ; margin-right:23px ; vertical-align: top; margin-bottom: 48px; padding-bottom: 45px; background-color: #FFF;}
.ekip-box-img{width: 100%; height: 256px; overflow: hidden; margin-bottom: 33px;  }
.ekip-box-img img{width: 250px; min-height: 256px;transition: transform 0.3s ease-in-out;}
.ekip-box-name{width: 100%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:17px; font-weight: 700; color:#000;}
.ekip-box-position{width: 100%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:14px; letter-spacing: 0.05em; font-weight: 400; color:#666;  margin-bottom: 25px; }
.ekip-box-mail-phone{width: 100%; height: auto; overflow: hidden;   }
.ekip-box-mail-phone p{width: 100%; height: auto; overflow: hidden; padding: 0px; margin: 0; font-family: 'Open Sans', Arial; font-size:13px; font-weight: 400; color:#666; line-height: 25px;}
.ekip-social-area{width: 90%; height: auto; overflow: hidden; margin: 0 auto; margin-top: 25px; text-align: center;}
.ekip-social-area i{font-size:18px; color:#333; display: inline-block; margin-left:5px; margin-right: 5px; }
.ekip-box:hover .ekip-box-img img{transform: scale(1.1);}

.ozellik-home-main-div{ margin: 0px auto; }
.ozellik-home-main-div-inside{width: 1300px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.ozellik-home-button-div{ width: 100%; text-align: center; margin-top:50px; }
.features-main-header{width: 100%; height: auto; overflow: hidden; padding: 40px 0 40px 0; text-align: center; margin-bottom: 120px;}
.features-main-header-head{width: 100%; height: auto; overflow: hidden;  font-size:29px; font-weight: 600; }
.features-main-header-spot{width: 100%; height: auto; overflow: hidden; font-size:16px;  }
.features-box{width: 390px; height: auto; overflow: hidden; display: inline-block; margin-left:20px ; margin-right:20px ; vertical-align: top; margin-bottom: 50px;}
.features-box-icon{width:80px ; height:80px ; overflow: hidden; display: inline-block; margin-right: 20px; vertical-align: top; }
.features-box-icon-table{display: table; width: 100%;}
.features-box-icon-table-ic{display: table-cell; width: 100%; vertical-align: middle; height: 80px;}
.features-box-icon i{font-size:30px;}
.features-box-text{width:290px ; height:auto ; overflow: hidden; display: inline-block;  vertical-align: top; text-align: left;}
.features-box-text-head{width:100% ; height:auto ; overflow: hidden; margin-bottom: 13px; font-family: 'Open Sans', sans-serif; font-size:18px; font-weight: 700; }
.features-box-text-spot{width:100% ; height:auto ; overflow: hidden;  font-family: 'Open Sans', sans-serif; font-size:14px; font-weight: 400; line-height: 22px; }


.comments-home-main-div{ margin: 0px auto; }
.comments-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}


.comments-box{width: auto; height: auto; overflow: hidden; text-align: center; }
.comments-box-inside{ width: 320px; height: auto; overflow: hidden; margin: 0 auto;  }
.comments-box-quote{width: 100%; height: auto; margin:10px 0 30px 0; font-size:20px;}
.comments-box-stars{width: 100%; height: auto; margin-bottom: 20px; font-size:17px; }
.comments-box-comment{width: 100%; height: auto; margin-bottom: 30px; line-height: 24px; }
.comments-box-img{width: 50px; height: 50px; margin: 0 auto; margin-bottom: 15px; }
.comments-box-img img{border-radius: 60px !important}
.comments-box-name{width: 100%; height: auto;  }
.comments-box-position{width: 100%; height: auto;  }


.bulten-home-main-div{ margin: 0px auto; }
.bulten-home-main-div-inside{width: 80%; height: auto; overflow: hidden; margin: 0px auto; }
.bulten-home-box{display: inline-block; width: 100%; height: auto; overflow: hidden;}
.bulten-home-box-baslik{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px;}
.bulten-home-box-spot{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px;}
.bulten-home-box-form{width: 100%; height: auto; overflow: hidden; }
.bulten-input{display: inline-block; width: auto; height: 50px; border: 0; outline: none; padding-left:25px; border-radius: 15px; margin-right: 10px; font-family: 'Open Sans', Arial; font-size:14px;     box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.19);}
.bulten-submit{display: inline-block; width: auto; height: 50px; border: 0; outline: none; border-radius: 15px; font-family: 'Open Sans', Arial; font-size:14px; font-weight:bold; padding-left: 30px; padding-right: 30px }

.clients-home-main-div{ margin: 0px auto; }
.clients-home-main-div-inside{width: 1200px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.clients-box{width: auto;}
.clients-box img{ max-height: 150px; max-width: 160px!important;}

.footer-main-div{ margin: 0px auto; }
.footer-dark-ust-main{width: 100%; height: auto; overflow: hidden; background-color: #2d353a; padding: 50px 0 50px 0;}
.footer-dark-ust-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: center}
.footer-dark-about-div{width: 400px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 85px;  text-align: left;}
.footer-dark-logo{width: 100%; height: auto; margin-bottom: 25px; }
.footer-dark-logo img{max-width: 220px; max-height: 90px;}
.footer-dark-about-text{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; color:#575757}
.footer-dark-social{width: 100%; height: auto; overflow: hidden; font-size:18px;}
.footer-dark-social a{color:#666; margin-right: 20px; }
.footer-dark-social a:hover{color:#FFF; text-decoration: none;}
.footer-dark-contact-div{width: 310px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 95px;  text-align: left;}
.footer-dark-contact-div-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px; color:#8d8d8d;}
.footer-dark-contact-div-box i{float: left; margin-right: 10px; font-size:18px;margin-top: 3px;}
.footer-dark-links-div{width: 200px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 30px;  text-align: left;}
.footer-dark-links-div:last-child{margin-right: 0;}
.footer-dark-links-div-header{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; color:#cecccc; }
.footer-dark-links-div-links{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; }
.footer-dark-links-div-links a{color:#a8a7a7;}
.footer-dark-links-div-links a:hover{color:#FFF; }

.footer-dark-alt-main{width: 100%; height: auto; overflow: hidden; background-color: #1d1d1d; padding: 25px 0 25px 0;}
.footer-dark-alt-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: left}
.footer-dark-alt-main-left{width: 55%; height: auto;  vertical-align: middle; overflow: hidden; text-align: left; display: inline-block;}
.footer-dark-alt-main-left-copyright{width: 100%; height: auto;  overflow: hidden; margin-bottom: 10px;}
.footer-dark-alt-main-left-text{width: 100%; height: auto;  overflow: hidden;}


.footer-dark-alt-main-right{width: 45%; height: auto; vertical-align: middle; overflow: hidden; text-align: right;display: inline-block;}
.footer-dark-alt-main-right img{max-width:490px; max-height: 70px; }




.footer-light-ust-main{width: 100%; height: auto; overflow: hidden; background-color: #FFF; padding: 50px 0 50px 0;}
.footer-light-ust-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: center}
.footer-light-about-div{width: 400px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 85px;  text-align: left;}
.footer-light-logo{width: 100%; height: auto; margin-bottom: 25px; }
.footer-light-logo img{max-width: 220px; max-height: 90px;}
.footer-light-about-text{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; color:#000}
.footer-light-social{width: 100%; height: auto; overflow: hidden; font-size:18px;}
.footer-light-social a{color:#666; margin-right: 20px; }
.footer-light-social a:hover{color:#333; text-decoration: none;}
.footer-light-contact-div{width: 330px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 75px;  text-align: left;}
.footer-light-contact-div-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px; color:#333;}
.footer-light-contact-div-box i{float: left; margin-right: 10px; font-size:18px;margin-top: 3px;}
.footer-light-links-div{width: 200px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 30px;  text-align: left;}
.footer-light-links-div:last-child{margin-right: 0;}
.footer-light-links-div-header{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; color:#333; }
.footer-light-links-div-links{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; }
.footer-light-links-div-links a{color:#333;}
.footer-light-links-div-links a:hover{color:#000; }

.footer-light-alt-main{width: 100%; height: auto; overflow: hidden; background-color: #F8F8F8; padding: 25px 0 25px 0;}
.footer-light-alt-main-inside{width: 1366px; margin: 0 auto; overflow: hidden; text-align: left}
.footer-light-alt-main-left{width: 55%; height: auto;  vertical-align: middle; overflow: hidden; text-align: left; display: inline-block;}
.footer-light-alt-main-left-copyright{width: 100%; height: auto;  overflow: hidden; margin-bottom: 10px;}
.footer-light-alt-main-left-text{width: 100%; height: auto;  overflow: hidden;}


.footer-light-alt-main-right{width: 45%; height: auto; vertical-align: middle; overflow: hidden; text-align: right;display: inline-block;}
.footer-light-alt-main-right img{max-width:490px; max-height: 70px; }



.photo-gallery-home-main-div{ margin: 0px auto; text-align: center }
.photo-galleri-home-box {   position: relative;    margin: auto;    width: 373px;    height: 272px;    overflow: hidden; display: inline-block; vertical-align: top; margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;}
.photo-galleri-home-box .photo-overlay {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    margin: auto;
    width: 0px;
    height: 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all .4s cubic-bezier(0.19, 1, 0.22, 1);
}
.photo-galleri-home-box:hover .photo-overlay {    opacity: 1;    height: 100%;    width: 100%;  top: 0;}
.photo-galleri-home-box:hover .photo-galleri-home-box-img{ transform: scale(1.3);}
.photo-galleri-home-box-img{min-width: 373px; max-width: 450px; min-height: 272px; transition: transform 0.3s ease-in-out; }
.photo-overlay-table{display: table; width: 373px; text-align: center; opacity: 0;}
.photo-overlay-table-in{display: table-cell; height: 272px; vertical-align: middle}
.photo-overlay-text i{font-size:50px !important; margin-bottom: 20px; }
.photo-overlay-text{font-size:20px; font-family: 'Open Sans', Arial; font-weight: 700; letter-spacing: 0.05em; width: 80%; margin: 0 auto; text-shadow: 1px 1px 0 #000;}
.photo-overlay a{color:#FFF; text-decoration: none}
.photo-overlay a:hover{text-decoration: none; color:#FFF;}
.photo-galleri-home-box:hover .photo-overlay-table{opacity: 1;  transition: 1s ease-in-out 0s;}

.video-gallery-home-main-div{ margin: 0px auto; }
.video-gallery-home-main-div-inside{width: 1300px; margin: 0 auto; overflow: hidden; text-align: center}
.video-gallery-home-box {  position: relative;    margin: auto;    width: 373px;  background-color: #FFF;  height: auto;    overflow: hidden; display: inline-block; vertical-align: top; margin-left: 18px; margin-right: 18px; margin-top: 18px; margin-bottom: 18px;}
.video-gallery-home-box-img{width: 373px; height: 240px; overflow: hidden; }
.video-gallery-home-box-img img{min-width: 373px; max-width: 450px; min-height: 240px;}
.video-gallery-home-box-text{font-size:20px; font-family: 'Open Sans', Arial; text-align:center; font-weight: 700;  width: 80%; margin: 0 auto; margin-top: 30px; margin-bottom: 30px;}

.video-gallery-home-box-overlay{width: 100%; height: 240px; position: absolute; background: rgba(0,0,0,0.3); transition: 0.3s ease-in-out 0s; }
.video-gallery-home-box-overlay-table{display: table; width: 373px; text-align: center;}
.video-gallery-home-box-overlay-table-in{display: table-cell; vertical-align: middle; height: 240px;}

.video-gallery-box-play-web{width: 82px; height: 82px; display: inline-block; background: url("../../images/video_play.png")  no-repeat; transition: 0.3s ease-in-out 0s;}
.video-gallery-home-box:hover .video-gallery-box-play-web{margin-left: 200px;}
.video-gallery-home-box:hover .video-gallery-home-box-overlay{background: rgba(0,0,0,0.6);}

.belge-home-main-div{ margin: 0px auto; text-align: center }
.belge-home-main-div-inside{width: 95%; margin: 0 auto; overflow: hidden; text-align: center}
.belge-box{ display: inline-block; overflow: hidden; height: auto; vertical-align: top}
.belge-box a{font-size:40px; color:#FFF; text-shadow: 1px 1px 0 #000}
.belge-box a:hover{color:#FFF; text-shadow: 1px 1px 0 #000}
.belge-box img{ min-height: 220px; width:360px !important;}
.belge-box-overlay{opacity: 0; background: rgba(0,0,0,0.7); transition: 0.3s ease-in-out 0s; width: 360px; height:100%; position: absolute;}
.belge-box-overlay-table{ display: table; width: 100%; height: 100%; text-align: center;}
.belge-box-overlay-table-in{display: table-cell; vertical-align: middle; height: 100%;}
.belge-box:hover .belge-box-overlay{opacity: 1}

.page-headers-main{margin: 0 auto; }
.page-headers-main-in{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.page-headers-main-left{width: 60%; height: auto; display: inline-block; vertical-align: middle; overflow: hidden; text-align: left; }
.page-headers-main-right{width: 40%; height: auto; display: inline-block; vertical-align: middle; overflow: hidden; text-align: right;}


.about-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.about-page-text-main{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; }
.about-page-baslik{width: 100%; height: auto; font-family: 'Open Sans', Arial; font-size:32px; font-weight: bold; margin-bottom:20px; color:#000;}
.about-page-content{width: 100%; height: auto; font-family: 'Open Sans', Arial; font-size:16px; line-height: 24px; font-weight: 500; color:#666;}
.about-page-images-slider{width: 950px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 100px;}
.about-counter-div{width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center; padding: 20px 0 0 0; margin-top: 100px;}
.about-page-skill-div{width: 1240px; height: auto; overflow: hidden; margin: 0 auto; border: 1px solid #EBEBEB;margin-top: 100px; padding: 50px; }
.about-page-skill-left{width: 50%; text-align: left; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.about-page-skill-right{width: 44%; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.about-page-skill-baslik{width: 80%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:38px; font-weight: bold; color:#000; margin-bottom: 30px;}
.about-page-skill-content{width: 80%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:14px; line-height: 22px; font-weight: normal; color:#333;}
.skill-box{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; text-align: left}
.skill-box-ust{width: 100%; height: auto; overflow: hidden; font-family: 'Raleway', Arial; font-size:16px;  color:#333; margin-bottom: 10px;}
.skill-box-ust span{float: right;color:#666; font-weight: 600 }
.skill-box-alt{width: 100%; }

.skill-home-main-div{ margin: 0px auto; }
.skill-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}

.html-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.html-page-text-main{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; }
.html-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000;}
.html-page-content{width: 100%; height: auto; color:#666;}

.team-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px;  background-color: #FFF;}
.team-page-text-main{width: 1200px; height: auto; overflow: hidden; margin: 0 auto; }
.team-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.team-page-content{width: 100%; height: auto; text-align: center; margin-top: 50px;}

.page-quote{width: 100%; height: auto; padding: 15px 0 15px 15px;text-align: center; overflow: hidden; border-left:3px solid #ec0000; margin-top: 20px ; margin-bottom: 20px; background-color: #F8F8F8;}
.page-spot-quote{width: 100%; height: auto; overflow: hidden; text-align: center; color:#666; letter-spacing: 0.02em }


.features-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.features-page-text-main{width: 1300px; height: auto; overflow: hidden; margin: 0 auto; }
.features-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.features-page-content{width: 100%; height: auto; text-align: center; margin-top:85px;}

.belgeler-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.belgeler-page-text-main{width: 1180px; height: auto; overflow: hidden; margin: 0 auto; }
.belgeler-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.belgeler-page-content{width: 100%; height: auto; text-align: center; margin-top:55px;}
.belgeler-page-box{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 15px; border: 1px solid #EBEBEB; padding: 10px;}
.belgeler-page-box img{width: auto; height: 200px; margin-bottom: 20px;}

.faq-home-main-div{ margin: 0px auto; }
.faq-home-main-div-inside{width: 1170px; height: auto; overflow: hidden; margin: 0px auto; text-align: center}
.faq_span{width: 98%; display: inline-block; }

.markalar-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.markalar-page-text-main{width: 1300px; height: auto; overflow: hidden; margin: 0 auto; }
.markalar-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.markalar-page-content{width: 100%; height: auto; text-align: center; margin-top:55px;}

.markalar-page-box{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 15px; border: 1px solid #EBEBEB; padding: 10px;}
.markalar-page-box img{width: auto; height: 120px;}
.markalar-page-ovrly{opacity: 0; position: absolute; background-color: #000; padding: 5px; border-radius: 4px;transition: 0.3s ease-in-out 0s; margin-left:-10px; }
.markalar-page-ovrly i{font-size:20px; color:#FFF}
.markalar-page-box:hover .markalar-page-ovrly{opacity: 1; margin-left: 0;}

.pricing-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px}
.pricing-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.pricing-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.pricing-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }

.projects-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px;  background-color: #FFF;}
.projects-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.projects-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.projects-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }


.blog-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background-color: #FFF;}
.blog-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.blog-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.blog-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }

.services-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background-color: #FFF;}
.services-page-text-main{width: 1155px; height: auto; overflow: hidden; margin: 0 auto; }
.services-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.services-page-content{width: 100%; height: auto; text-align: center; margin-top:100px; }

.skill-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background-color: #FFF;}
.skill-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.skill-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.skill-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }


.faq-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background-color: #FFF;}
.faq-page-text-main{width: 1170px; height: auto; overflow: hidden; margin: 0 auto; }
.faq-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.faq-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }



.services-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 75px; padding-top: 75px; background-color: #FFF;}
.services-detail-content{width: 1190px; height: auto; overflow: hidden; margin: 0 auto; }
.services-detail-content-left{width: 842px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.services-detail-content-left-baslik{width: 100%; height: auto; overflow: hidden; padding-bottom:35px; font-family: 'Raleway', Arial; font-size:27px; font-weight: 700; color:#000; }
.services-detail-content-left-img{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.services-detail-content-left-img img{width: 100%; max-height: 490px;}
.services-detail-content-left-txt{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px; font-family: 'Raleway', Arial; font-size:16px; color:#494949; line-height: 24px; font-weight: 500}
.services-detail-content-left-social{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.services-detail-content-left-social a{color:#000; font-size:18px; margin-right: 25px; }
.services-detail-content-left-social a:hover{color:#666;}
.services-detail-content-left-social a:last-child{margin-right: 0;}
.services-detail-content-left-social i{padding-bottom: 10px;}
.services-detail-content-right{width: 282px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-left:66px;}
.services-detail-header{width:100%; height: auto; overflow: hidden; }
.services-detail-header-baslik{width: 100%; height: auto; font-family: 'Raleway', Arial; font-size:20px; font-weight: 700; color:#000; padding-bottom: 20px;}
.services-detail-header-spot{width: 100%; height: auto; font-family: 'Raleway', Arial; font-size:14px; font-weight: 400; color:#000; padding-bottom: 30px; line-height: 24px;}
.services-detail-header-divider{width: 100px; height: 5px; background: #EBEBEB; overflow: hidden; margin-bottom: 30px;}
.services-detail-buttons{width: 100%; height: auto; overflow: hidden; background: #F8F8F8; padding: 12px 10px 12px 15px; font-family:'Open Sans'; font-size:14px; margin-bottom: 10px; transition: .1s ease-in-out 0s;}
.services-link-class{color:#000;}
.services-detail-buttons-left-arrow{position: absolute; margin-left: -24px; margin-top: -5px;}
.services-detail-buttons-left-arrow i{font-size:30px;}


.blog-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 75px; padding-top: 75px; background-color: #FFF;}
.blog-detail-content{width: 1190px; height: auto; overflow: hidden; margin: 0 auto; }
.blog-detail-content-left{width: 842px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.blog-detail-content-left-date{width: 100%; height: auto; overflow: hidden; padding-bottom:20px; font-family: 'Raleway', Arial; font-size:15px; font-weight: 500; color:#000; }
.blog-detail-content-left-baslik{width: 100%; height: auto; overflow: hidden; padding-bottom:35px; font-family: 'Open Sans', Arial; font-size:27px; font-weight: 700; color:#000; }
.blog-detail-content-left-spot{width: 100%; height: auto; overflow: hidden; padding-bottom:35px; font-family: 'Open Sans', Arial; font-size:17px; font-weight: 500; color:#000; }
.blog-detail-content-left-img{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px;}
.blog-detail-content-left-img img{width: 100%; max-height: 490px;}
.blog-detail-content-left-txt{width: 100%; height: auto; overflow: hidden; margin-bottom: 45px; font-family: 'Open Sans', Arial; font-size:16px; color:#494949; line-height: 24px; font-weight: 500}
.blog-detail-content-left-social{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.blog-detail-content-left-social a{color:#000; font-size:18px; margin-right: 25px; }
.blog-detail-content-left-social a:hover{color:#666;}
.blog-detail-content-left-social a:last-child{margin-right: 0;}
.blog-detail-content-left-social i{padding-bottom: 10px;}
.blog-detail-content-right{width: 282px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-left:66px;}
.blog-detail-header{width:100%; height: auto; overflow: hidden; }
.blog-detail-header-baslik{width: 100%; height: auto; font-family: 'Raleway', Arial; font-size:18px; font-weight: 700; color:#000; padding-bottom: 20px;}
.blog-detail-header-links{width: 100%; height: auto; font-family: 'Open Sans', Arial; font-size:14px; font-weight: 500; border-bottom: 1px solid #EBEBEB; padding: 20px 0 20px 0;}
.blog-detail-header-links:last-child{border-bottom:0px !important;}
.blog-detail-header-links strong{font-size:18px; margin-right: 5px;}
.blog-detail-header-links a{color:#000;}
.blog-detail-header-links a:hover{text-decoration: none; color:#666}
.blog-detail-header-divider{width: 100px; height: 5px; background: #EBEBEB; overflow: hidden; margin-bottom: 15px;}
.blog-detail-etiket{width:100%; height: auto; overflow: hidden; margin-top: 70px;}
.blog-detail-etiket-box{padding: 8px; background: #F8F8F8; color:#000; display: inline-block;  font-family: 'Open Sans', Arial; font-size:13px; color:#333; margin-bottom: 10px; cursor: pointer; border:1px solid #F8F8F8; transition: 0.1s ease-in-out 0s;}
.blog-detail-etiket-box:hover{background: #FFF; }

.catalog-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; text-align: center; background-color:#FFF;}
.catalog-page-baslik{width: 282px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; margin-right: 45px; text-align: left }
.catalog-page-baslik-head{width: 80%; height: auto; margin: 0 auto; color:#333; margin-bottom: 29px; line-height: 24px}
.catalog-page-baslik-img{width: 100%; height: auto; text-align: center;}
.catalog-page-content{width: 955px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left}
.catalog-box{width: 278px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; border: 1px solid #EBEBEB; margin:20px; padding: 20px 0 20px 0;  text-align: center}
.catalog-box-img{width: 244px; height: 233px; overflow: hidden; margin: 0 auto}
.catalog-box-img img{min-width: 244px; height: 233px; }
.catalog-box-txt{width: 244px; height: auto; overflow: hidden; margin: 0 auto; margin-top: 20px; margin-bottom: 35px; color:#000}
.catalog-box-button{width: auto; height: auto; padding: 6px 20px 5px 20px; background-color: #ea2e40; border-bottom: 3px solid #bd2130; border-radius: 4px; display: inline-block;}
.catalog-box-button i{color:#FFF}

.human-resource-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; text-align: center;  background-color: #FFF;}
.human-resource-page-baslik{width: 282px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:10px; background-color: #F8F8F8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; margin-right: 45px; text-align: left }
.human-resource-page-baslik-head{width: 80%; height: auto; margin: 0 auto; color:#333; margin-bottom: 29px; line-height: 24px}
.human-resource-page-baslik-img{width: 100%; height: auto; text-align: center;}
.human-resource-page-content{width: 955px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left}
.human-resource-page-content-form{margin: 10px; width: 95%;}
.human-resource-page-info{width: 100%; height: auto; color:#000; padding: 5px 0 25px 0;}
.human-resource-page-info i{margin-right: 10px;}

.bank-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 50px; padding-top: 75px; background-color: #FFF;}
.bank-page-text-main{width: 1200px; height: auto; overflow: hidden; margin: 0 auto; }
.bank-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.bank-page-content{width: 100%; height: auto; text-align: center; margin-top:25px; }
.bank-no-box{width: 475px; height: auto; overflow: hidden; text-align: center;  display: inline-block; vertical-align: top; margin-left: 55px; margin-right: 55px; margin-bottom: 35px; margin-top: 35px; border: 1px solid #d9d9d9; background-color: #FFF;}
.bank-no-box-img{width: 100%; height: auto; padding: 20px 0 20px 0;}
.bank-no-box-img img{width: auto; max-width: 300px; max-height:85px; }
.bank-no-box-txt{width: 100%; height: auto; overflow: hidden; border-top:1px solid #d9d9d9; padding: 10px 0 10px 0; background-color: #f8f8f8; color:#000; }


.photogallery-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px;   background-color: #FFF;}
.photogallery-page-text-main{width: 1150px; height: auto; overflow: hidden; margin: 0 auto; }
.photogallery-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.photogallery-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }


.photogallery-detail-content{width: 90%; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.photogallery-detail-box{ position: relative; width: 350px;  height: 250px; overflow: hidden; display: inline-block; vertical-align: top; margin:20px 20px 20px 20px ; transition: 0.2s ease-out 0s; }
.photogallery-detail-box img{max-width: 400px; min-width: 350px;  min-height: 250px;}
.photogallery-detail-box:hover{transform:scale(1.05);-webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.8);}


.photogallery-box{ position: relative; width: 255px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin:10px 20px 10px 20px ; padding-bottom: 45px; }
.photogallery-box-img{width: 255px; height: 193px; overflow: hidden;}
.photogallery-box-img img{max-width: 300px; min-width: 255px;  min-height: 193px;}
.photogallery-box-txt{width: 90%; margin: 0 auto; margin-top: 25px; }
.photogallery-box-txt a{color:#000}

.photogallery-ovrly{opacity: 0; position: absolute; background: rgba(0,0,0,0.5); color:#FFF; width: 100%; height: 193px; display: flex; align-items: center; justify-content: center; overflow: hidden; transition: .2s ease-in-out 0s;}
.photogallery-box:hover .photogallery-ovrly {opacity: 1; }
.photogallery-box:hover .photogallery-box-txt a { text-decoration: none; color:#666}
.photogallery-ovrly i{opacity: 0; transition: .4s ease-in-out 0s; margin-top:100px;}
.photogallery-box:hover .photogallery-ovrly i{font-size:35px; opacity: 1; margin-top: 0;}


.videogallery-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px;  background-color: #FFF;}
.videogallery-page-text-main{width: 700px; height: auto; overflow: hidden; margin: 0 auto; }
.videogallery-page-baslik{width: 100%; height: auto;  margin-bottom:20px; color:#000; text-align: center;}
.videogallery-page-content{width: 100%; height: auto; text-align: center; margin-top:55px; }
.videogallery-page-content-embed{width: 700px; height: 400px; text-align: center;  }
.videogallery-page-content-embed iframe{width: 700px; height: 400px;}
.videogallery-page-content-txt{width: 100%; height: auto; text-align: center; margin-top:55px; font-family: 'Open Sans', Arial; font-size:15px; color:#333; line-height: 24px; }
.videogallery-page-content-tags{width: 100%; height: auto; overflow: hidden; margin-top: 55px;}

.proje-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; background: #FFF; padding-bottom: 100px; padding-top: 75px}
.proje-detail-ust{width: 1150px; height: auto; overflow: hidden; margin:0 auto; margin-bottom: 50px; }
.proje-detail-ust-img{width: 640px; height: auto; max-height: 550px; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 70px; }
.proje-detail-ust-img img{width: 640px; height: auto;}
.proje-detail-ust-info{width: 420px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;}
.proje-detail-ust-info-name{width: 100%; height: auto; overflow: hidden; margin-bottom: 25px; font-family: 'Open Sans', Arial; font-size:24px; font-weight:bold; color:#000;}
.proje-detail-ust-info-name span{font-size:14px; color:#666;}
.proje-detail-ust-info-spot{width: 100%; height: auto; overflow: hidden; margin-bottom: 30px; font-family: 'Raleway', Arial; font-size:14px; line-height: 24px;color:#000;}
.proje-detail-ust-info-it{width: 100%; height: auto; overflow: hidden; margin-bottom: 23px; font-family: 'Raleway', Arial; font-size:14px;color:#000;}
.proje-detail-ust-info-it i{font-size:20px; margin-right: 15px; float:left;}


.proje-detail-alt{width: 1400px; height: auto; overflow: hidden; margin: 0 auto; }

.proje-detail-social-share{width: 100%; height: auto; overflow: hidden;  text-align: center; margin-top: 60px;}
.proje-detail-social-share a{color:#000; font-size:20px; margin-right: 15px; }
.proje-detail-social-share a:hover{color:#666;}
.proje-detail-social-share a:last-child{margin-right: 0;}

.projects_tabs_ul {  width: 100%; height: auto; margin: 0 auto; text-align: center; overflow: hidden; padding: 35px 0 35px 0;background: #f8f8f8; margin-bottom: 50px;  }
.projects_tabs_ul li { display: inline-block;  height: auto;  margin-right: 20px; margin-bottom: 5px; }
.projects_tabs_ul li:last-child{margin-right: 0;}
.projects_tabs_ul li a {
    outline: none; font-size: 15px; font-family: 'Open Sans', Arial; font-weight: 500;
    padding: 0 15px 10px 15px;
    text-decoration: none;
    border:2px solid #F8F8F8;
    color: #000;
}
.projects_tabs_ul li a i{font-size:18px; margin-right: 8px}
.projects_tabs_ul li .active { position: relative;  }
.projects_tabs_ul li a.active { font-weight: bold; border-bottom:2px solid #000; }

.projects_tabs_content{width: 1150px; margin: 0 auto; display: none; font-family: 'Open Sans', Arial; font-size:15px; color:#333; line-height: 24px;}
.projects_tabs_content iframe{width: 100%; height: 400px;}
.projects_tabs_ul li .active:before{
    content:'';
    width: 0px;
    height: 0px; bottom:-14px; left:46%;
    border: 7px solid transparent;
    border-top-color: #000;
    display: inline-block;position: absolute;
}


.contact-page-main{width: 100%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF;  }
.contact-page-maps-area{width: 100%; height: 330px; overflow: hidden;}
.contact-page-maps-area iframe{width: 100%; height: 330px;}
.contact-page-infos-area{width: 100%; height: auto; padding: 45px 0 45px 0; background: #F8F8F8;}
.contact-page-infos-ust{width: 80%; height: auto; overflow: hidden; margin:0 auto; text-align: center;}
.contact-page-icon-box{width: 250px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin: 30px; }
.contact-page-icon-box-i{width: 100%; height: auto; overflow: hidden; font-size:26px; color:#f63440; margin-bottom: 5px;}
.contact-page-icon-box-txt{width: 100%; height: auto; overflow: hidden; font-size:14px; color:#000; font-family: 'Raleway', Arial; }
.contact-page-infos-alt{width: 80%; height: 18px; margin:0 auto; text-align: center; border-bottom:1px dashed #CCC; margin-top: 20px;}
.contact-page-infos-alt-ic{background: #F8F8F8; padding: 0 15px 0 15px; display: inline-block;}
.contact-page-infos-alt-ic a{color:#333; margin: 0 8px 0 8px; font-size:22px; }
.contact-page-infos-alt-ic a i{padding-bottom: 15px;}
.contact-page-infos-alt-ic a:hover{color:#666}
.contact-page-form-area{width: 70%; height: auto; padding: 45px 0 45px 0; margin: 0 auto; }


.products-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; background-color: #FFF; padding-top: 75px; text-align: center}
.products-left-bar-main{width: 306px; height: auto;display: inline-block; vertical-align: top; text-align: left; margin-right:30px;}
.products-left-bar-div-box{width: 100%; height: auto; margin-bottom:30px;}
.products-left-bar-div-name{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px; }
.products-left-bar-div-name-inside{padding-left: 12px; width: 100%; height: auto; overflow: hidden;}
.products-left-bar-div-name-inside-icon{width: 30px; height: 35px; overflow: hidden; font-size:15px; color:#000; display: inline-block; vertical-align: top;}
.products-left-bar-div-name-inside-txt{width: 245px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; font-family: 'Open Sans', Arial; font-size:15px; color:#000; }
.products-left-bar-search-div{width: 100%; height: auto; overflow: hidden; padding:0 12px 0 12px;}
.products-left-bar-search-div input{ width: 200px; border:1px solid #EBEBEB; background: #FFF;  font-family: 'Open Sans', Arial; font-size:14px; padding: 8px;outline: none; color:#000}
.products-left-bar-search-div button{ width: 80px; border:0; font-family: 'Open Sans', Arial; font-size:14px; padding: 8px 0 8px 0; outline: none; color:#FFF; background: dodgerblue;}

.iyzico-form-areas{width: 800px; margin: 0 auto;}

.products-right-main{width: 935px; height: auto; overflow: hidden; display: inline-block; vertical-align: top;text-align: left;}
.products-right-nav-head{width: 100%; height: auto; overflow: hidden; padding-right:10px; padding-left: 10px; margin-bottom: 20px;}
.products-right-nav-head-txt{width: 60%; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; text-align: left; font-family: 'Raleway', sans-serif; font-size:14px; color:#333;}
.products-right-nav-head-select{width: 39%; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; text-align: right;}
.products-right-nav-head-select select{border:1px solid #EBEBEB; outline: none; font-family: 'Raleway', sans-serif; font-size:13px; color:#333; padding: 6px 20px 6px 8px;}
.products-right-products-area{width: 100%; height: auto; overflow: hidden; }


.product-detail-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 100px; padding-top: 75px; background: #FFF;}
.product-detail-header{width: 1200px; margin:0 auto;  margin-bottom: 30px;}
.product-detail-header-left{width: 536px; height: auto; display: inline-block; vertical-align: top; margin-right: 55px;}
.responsive-category-wrapper { display:none; }

.cart-varyant-main{width:auto; height: auto; overflow: hidden; margin-right: 15px; display: inline-block; margin-bottom: 7px; padding-bottom: 8px;}
.mobile-product-image-box{display: none; }

.product-detail-header-right{width: 600px; height: auto; display: inline-block; vertical-align: top; }
.product-detail-header-right-baslik{width: 100%; height: auto; overflow: hidden; margin-bottom: 10px; font-family: 'Raleway', sans-serif; font-size:27px; font-weight: bold; color:#000;}
.product-detail-header-right-eski-fiyat{width: 100%; height: auto; overflow: hidden; margin-bottom: 5px; font-family: 'Open Sans', Arial; font-size:18px; color:#666; text-decoration: line-through;}
.product-detail-header-right-guncel-fiyat{width: 100%; height: auto; overflow: hidden; font-family: 'Open Sans', Arial; font-size:28px; color:#000; font-weight: bold; margin-bottom: 5px;}
.product-detail-header-right-star{width: 100%; height: auto; overflow: hidden; margin-bottom: 12px; font-size:20px;}
.product-detail-header-right-spot{width: 100%; height: auto; overflow: hidden; margin: 22px 0 22px 0; font-family: 'Raleway', sans-serif; font-size:14px; color:#666; line-height: 22px;}
.product-detail-header-right-feature-info{width: 100%; height: auto; overflow: hidden; margin-bottom: 8px; letter-spacing: 0.02em; font-family: 'Open Sans', sans-serif; font-size:14px; color:#000;}
.product-detail-header-right-limit-kargo{width: auto; height: auto; display: inline-block; overflow: hidden; border:1px solid #EBEBEB; padding: 5px 15px 5px 15px; font-family: 'Raleway', sans-serif; font-size:13px; color:#000; background: #FFF; margin: 10px 0 20px 0; font-weight: 500; letter-spacing: 0.02em;}
.product-detail-header-right-cart-area{width: 100%; height: auto; overflow: hidden; margin-bottom: 20px;}
.product-detail-header-right-addtocart{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px;}
.product-detail-header-right-wp-button{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px; background-color: #67c36c; padding: 11px 25px 10px 25px; font-family: 'Open Sans', Arial; font-size:14px; font-weight: 600;}
.product-detail-header-right-normal-button{width: auto; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 15px; margin-bottom: 15px; background-color: #67c36c; padding: 10px 25px 10px 25px; font-family: 'Open Sans', Arial; font-size:15px; font-weight: 700;}

.product-detail-header-right-social{width: 100%; height: auto; overflow: hidden; }
.product-detail-header-right-social a{color:#000; font-size:18px; margin-right: 15px; }
.product-detail-header-right-social a:hover{color:#666;}
.product-detail-header-right-social a:last-child{margin-right: 0;}
.product-detail-header-right-social i{padding-bottom: 10px;}

.product-detail-content-area{width: 1200px; margin:0 auto; margin-top: 60px;  }

.products_tab_ul {  width: 100%; height: auto; margin: 0 auto; text-align: center;  padding: 0 0 9px 0; margin-bottom: 50px; border-bottom: 1px solid #EBEBEB  }
.products_tab_ul li { display: inline-block;  height: auto;  margin-right: 20px; margin-bottom: 5px; }
.products_tab_ul li:last-child{margin-right: 0;}
.products_tab_ul li a {    outline: none; font-size: 16px; font-family: 'Open Sans', Arial; font-weight: 500;    padding: 0 15px 15px 15px;    text-decoration: none;    color: #000;}
.products_tab_ul li a i{font-size:18px; margin-right: 8px}
.products_tab_ul li .active { position: relative;  }
.products_tab_ul li a.active { font-weight: bold; border-bottom:1px solid #666667; }

.products_tabs_contents{width: 100%; margin: 0 auto; display: none; font-family: 'Open Sans', Arial; font-size:15px; color:#333; line-height: 26px;}
.products_tabs_contents iframe{width: 100%; height: 400px;}
.products_tab_ul li .active:before{    content:'';    width: 0px;    height: 0px; bottom:-14px; left:46%;    border: 7px solid transparent;    border-top-color: #666667;    display: inline-block;position: absolute;}


.product-detail-etiket-box{padding: 2px 6px 2px 6px; background: #FFF; color:#000; display: inline-block;  font-family: 'Open Sans', Arial; font-size:12px; color:#333; margin-bottom: 10px; cursor: pointer; border:1px solid #EBEBEB; transition: 0.1s ease-in-out 0s;}
.product-detail-etiket-box:hover{background: #F9F9F9; }

.related-products-div{width: 100%; height: auto; overflow: hidden; margin-top: 90px; text-align: center}

.step-div-main{width: 1100px; height: auto; overflow: hidden; text-align: center; margin: 0 auto; margin-bottom: 70px;}
.step-box{width:auto ; height: auto; text-align: center; display: inline-block; vertical-align: top; }
.step-box span{font-family: 'Open Sans', Arial; font-size:15px; color:#000; font-weight: 600; }
.step-line{width: 161px; height: 3px; background: #EBEBEB; display: inline-block; vertical-align: middle;}
.step-line-none{background: #FFF;}
.step-line-active{background: #000;}
.step-num{width:44px; height: 44px; padding-top: 4px; background: #FFF; color:#666; border:2px solid #EBEBEB; border-radius: 60px; display: inline-block; vertical-align: middle; font-family: 'Open Sans', Sans; font-size:20px; font-weight: 600;}
.step-num-active{background: #000; border:2px solid #000; color:#FFF;}


.cart-page-main{width: 90%; height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 130px; padding-top: 110px; background-color: #FFF;}
.cart-div{width: 100%; height: auto; overflow: hidden; text-align: center; font-family: 'Open Sans', sans-serif; font-size:14px; letter-spacing: 0.02em; color:#000;}
.cart-left-div{width: 926px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 35px;  text-align: left;}
.cart-left-box-main{width: 100%; height: auto; overflow: hidden; border-bottom:1px solid #EBEBEB; }
.cart-left-box-1{width: 98px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-1 img{width: 88px; height:90px; border:1px solid #EBEBEB; }
.cart-left-box-2{width: 254px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-2 a{color:#000; }
.cart-left-box-2 a:hover{color:#666; text-decoration: none;}
.cart-left-box-2-txt{max-width: 230px;}
.cart-left-box-2-other-info{margin-top: 12px; font-size:13px; font-weight: bold}
.cart-left-box-3{width: 117px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0;}
.cart-left-box-4{width: 135px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 35px 18px 0; padding: 18px 0 18px 8px; }
.cart-left-box-5{width: 137px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; margin: 18px 0 18px 0;}
.cart-left-box-6{width: 38px; height: auto; overflow: hidden; display: inline-block; vertical-align: middle; padding: 18px 0 18px 0; text-align: center}
.cart-left-function{width: 100%; height: auto; margin: 30px 0 30px 0;}
.cart-left-functions-left{width: 50%; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: left;}
.cart-left-functions-left input{ width: 230px; border:1px solid #EBEBEB; background: #FFF;  font-family: 'Open Sans', Arial; font-size:14px; padding: 7px;outline: none; color:#000}
.cart-left-functions-left button{ width: 115px; border:0; font-family: 'Open Sans', Arial; font-size:14px; padding: 8px 0 8px 0; outline: none; color:#FFF; background: #2daeff;}

.cart-left-functions-right{width: 100%; height: auto; overflow: hidden; display: inline-block; vertical-align: top; text-align: right;}
.cart-func-continue{width: auto; height: auto; background-color: #2daeff; padding: 8px 35px 8px 35px; color:#FFF; font-size:14px; font-weight:600; display: inline-block; }


.cart-right-div{width: 320px; height: auto; overflow: hidden; display: inline-block; padding: 20px 0 20px 0; vertical-align: top; border: 1px solid #EBEBEB; background-color: #F9F9F9;}
.cart-right-div-inside{width: 90%; height: auto; overflow: hidden; margin: 0 auto; text-align: left; }
.cart-right-div-head{width: 100%; height: auto; overflow: hidden; padding: 0 0 30px 0; font-weight: bold;}
.cart-right-div-price-box{width: 100%; height: auto; overflow: hidden; border-bottom: 1px solid #EBEBEB; padding:0 0 8px 0; margin-bottom: 8px;}
.cart-right-div-price-box-left{width: 50%; display: inline-block; vertical-align: middle; text-align: left;}
.cart-right-div-price-box-right{width: 50%; display: inline-block; vertical-align: middle; text-align: right; font-weight: bold; font-size:15px;}
.cart-right-div-price-box:last-child{border-bottom:0;}
.cart-right-div-price-box-button{width: 100%; height: auto; text-align: center; margin-top: 20px; background-color: #ff2d46;  border:0; outline: none; font-weight: 600; padding: 10px 0 10px 0; transition: 0.02s ease-in-out 0s;}
.cart-right-div-price-box-button:hover{ background-color: #f22039;}


.empty_cart_alert{width: 100%; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.empty_cart_alert i{font-size:24px; margin-bottom: 20px;}


.delivery-main{width: 100%; height: auto; overflow: hidden; text-align: center}
.delivery-left-div{width: 550px; height: auto; overflow: hidden; display: inline-block; vertical-align: top; margin-right: 50px; text-align: left; padding: 0 10px 0 10px}
.delivery-right-div{width: 600px; height: auto; background-color: #f6f6f6; overflow: hidden; display: inline-block; vertical-align: top; text-align: left;}
.delivery-right-inside{width: 90%; height: auto; margin: 0 auto; margin-top: 62px; margin-bottom: 45px;}
.delivery-right-st-head{width: 100%; height: auto; font-family: 'Open Sans', Arial; font-size:15px; font-weight: 600; color:#7e7e7e; padding-bottom: 25px; margin-bottom: 20px; border-bottom: 1px solid #EBEBEB;}
.delivery-right-purchase-div{width: 100%; height: auto;  margin-bottom: 50px;}
.delivery-right-order-detail-div{width: 100%; height: auto;  margin-bottom: 30px;}
.delivery-right-satis-sozlesmesi-div{width: 100%; height: auto;  margin-bottom: 30px;}
.delivery-right-button-div{width: 100%; height: auto;  }
.delivery-right-button-div button{width: 100%; height: 50px; color:#FFF; font-family: 'Open Sans', Arial; font-size:15px; font-weight: 700; border:0; transition: 0.2s ease-in-out 0s; background: linear-gradient(to right, #6cbaee 0%, #76e3b0 100%);}
.delivery-right-button-div button:focus{outline: none;}
.delivery-right-button-div button:hover{-webkit-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); -moz-box-shadow:  0px 0px 29px -13px rgba(0,0,0,0.75); box-shadow:  0px 0px 20px -5px rgba(0,0,0,0.50); }


.purchase-main{width: 100%; height: auto; overflow: hidden; text-align: center;}

.orders-alerts-inside{width: 1333px; height: auto; overflow: hidden; margin: 0 auto; text-align: center;}
.order-alerts-head{width: 100%; height: auto; overflow: hidden; background-color: #FFF; border: 1px solid #EBEBEB; padding: 25px 0 25px 0; font-family: 'Open Sans', Arial;}
.order-alerts-head-success{width: 100%; font-size:24px; color:#000; font-weight: 600; margin-bottom: 10px;}
.order-alerts-head-success img{margin-bottom: 10px;}
.order-alerts-head-order-id{width: 100%; font-size:17px; color:#000; font-weight: 500;}
.order-alerts-desc{width: 100%; height: auto; overflow: hidden; background-color: #F9F9F9; border: 1px solid #EBEBEB; border-top:0; padding: 40px 0 25px 0; font-family: 'Open Sans', Arial;}
.order-alerts-desc-text{width: 55%; margin: 0 auto; font-size:15px; color:#000; font-weight: 500; margin-bottom: 25px;}


.mobile-menu-social-div{width: 100%; height: auto;  padding: 15px 0 15px 0; border-bottom: 1px solid #EBEBEB;}
.mobile-menu-social-div-left{width: 45%; height: auto;  display: inline-block; vertical-align: middle; text-align: left;}
.mobile-menu-social-div-left i{font-size:15px;}
.mobile-menu-social-div-left a {color:#000; margin-right: 10px; }
.mobile-menu-social-div-left a:hover{color:#000}
.mobile-menu-social-div-right{width: 45%; height: auto; display: inline-block; vertical-align: middle; text-align: right;}



/* Üyelik*/
.user-login-content{width: 500px; height: auto;  display: inline-block; vertical-align: top; text-align: left}
.user-login-right{width: 500px; padding:30px 0 30px 0; height: auto;  margin-bottom:20px; margin-top:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; text-align: left }

.user-register-right{width: 500px; padding: 30px 40px; height: auto; margin-left: 50px;  margin-bottom:20px; background-color: #f8f8f8; border: 1px solid #EBEBEB; display: inline-block; vertical-align: top; text-align: left }
.user-register-content{width: 600px; height: auto;  display: inline-block; vertical-align: top; text-align: left; padding: 30px; background-color: #FFF; border:1px solid #EBEBEB}
.register-form-container{width: 100%; height: auto;}
.register-form-container label{font-family: 'Open Sans', Arial; font-size:14px; color:#000; font-weight: 600}
.register-form-container input{width: 100%; border:1px solid #CCC; font-family: 'Open Sans', Arial; font-size:14px; color:#000; padding: 0 15px; height: 41px; border-radius: 1px; background-color: #FFF; transition-duration: 0.2s; transition-timing-function: linear }
.register-form-container input:focus{box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); outline: none}
.register-form-container select{font-family: 'Open Sans', Arial; font-size:14px; color:#000; font-weight: 600; padding: 8px 20px}
.register-form-sozlesme{width: 100%; max-height: 600px; overflow: auto; font-family: 'Open Sans', Arial; font-size:13px; color:#666}
.register-success-main-div{width: 1355px; margin: 0 auto}


.user-login-head{width: 100%; padding: 15px 0 20px 0; margin-bottom: 25px; border-bottom:1px solid #EBEBEB; color:#000; box-sizing: border-box}
.login-form-container{width: 100%; height: auto;}
.login-form-container label{font-family: 'Open Sans', Arial; font-size:14px; color:#000; font-weight: 600}
.login-form-container input{width: 400px; border:1px solid #CCC; font-family: 'Open Sans', Arial; font-size:14px; color:#000; padding: 0 15px; height: 41px; border-radius: 1px; background-color: #F9F9F9; transition-duration: 0.2s; transition-timing-function: linear }
.login-form-container input:focus{box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1); outline: none}
.user-remember-area{width: 400px; margin: 18px 0; }
.user-remember-area a{color:#000; position: relative; float: right; font-family: 'Open Sans', Arial; font-size:13px; font-weight: 600; color:#000; margin-top: 3px; }
.user-remember-area a:hover{color:#000 ;}
.user-remember-area input{width: 16px; margin-right: 8px; height: 27px; display: inline-block; vertical-align: top; }
.user-remember-area input:focus{outline: none; box-shadow: none}
.user-remember-area label{font-family: 'Open Sans', Arial; font-size:13px; color:#000; font-weight: 500; display: inline-block}
.aler{width: 400px; border-radius: 1px !important; font-family: 'Open Sans', Arial; font-size:13px;}
.user-topbar-ul{width: 100%; list-style: none; padding: 0; margin: 0;}
.user-topbar-ul a{color:#000}
.user-topbar-ul a:hover{text-decoration:none; color: #666}
.user-topbar-ul li {width: 100%; height: auto; padding: 6px; font-family: 'Open Sans', Arial; font-size:13px; display: flex; align-items: center}
.user-topbar-ul li i{margin-right: 7px; width: 18px; color:#000}
.user-dropdown-top-main{width: 190px; height: auto; text-align: left;}
.user-dropdown-top-main-ic{width: 90%; margin: 0px auto;  height: auto; padding-top: 10px; padding-bottom: 10px;}

/* Üye sayfaları */
.users-page-main{ height: auto; overflow: hidden; margin: 0 auto; padding-bottom: 150px; padding-top: 50px;  }
.user-content-area{width: 1355px; height: auto; display: flex;  margin: 0 auto; align-items: start; flex-wrap: wrap }

.users-left-sidebar{width: 240px; height: auto; margin-right: 15px; display: block;    }
.users-left-sidebar ul{font-family: 'Open Sans', Arial; list-style: none; padding: 0; margin: 0;}
.user-name-bar{background-color: #ff4443 !important;  color:#FFF !important; font-weight: 600; font-size:14px !important}
.users-left-sidebar ul li{width: 100%; background-color: #F8F8F8; color:#000; height: 45px; padding: 0 20px; box-sizing: border-box; border:1px solid #EBEBEB; border-top:0; font-size:13px; display: flex; align-items: center}
.users-left-sidebar ul li i{width: 27px; font-size:17px;}
.users-left-sidebar-contact{width: 100%; height: auto; border:1px solid #EBEBEB; margin-top:20px; box-sizing: border-box; background-color: #F8F8F8; padding: 30px 15px; text-align: center;
    text-shadow: 1px 1px 0 #FFF; color:#000; background-color: #FFF; font-size:18px; font-weight: 600;
}
.users-left-sidebar-contact i{font-size:35px; color:#000; text-shadow: 1px 1px 0 #FFF; margin-bottom: 20px}
.users-left-sidebar ul li a{
    color:#000;
}
.giris-okey-name{position: absolute; font-family: 'Open Sans', Arial; font-size: 12px; margin-top:-25px; margin-left: -20px; padding: 0 5px; border-radius: 5px;  }
.giris-okey-name i{ position: absolute; margin-top: 10px; font-size: 20px;
    margin-left: 16px;}
.users-left-sidebar-mobil{width: 100%; height: auto; margin-right: 15px; display: block;    }
.users-left-sidebar-mobil ul{font-family: 'Open Sans', Arial; list-style: none; padding: 0; margin: 0;}
.user-name-bar{background-color: #ff4443 !important;  color:#FFF !important; font-weight: 600; font-size:14px !important}
.users-left-sidebar-mobil ul li{width: 100%; background-color: #F8F8F8; color:#000; height: 45px; padding: 0 20px; box-sizing: border-box; border:1px solid #EBEBEB; border-top:0; font-size:13px; display: flex; align-items: center}
.users-left-sidebar-mobil ul li i{width: 27px; font-size:17px;}
.users-left-sidebar-mobil-contact{width: 100%; height: auto; border:1px solid #EBEBEB; margin-top:20px; box-sizing: border-box; background-color: #F8F8F8; padding: 30px 15px; text-align: center;
    text-shadow: 1px 1px 0 #FFF; color:#000; background-color: #FFF; font-size:18px; font-weight: 600;
}
.users-left-sidebar-mobil-contact i{font-size:35px; color:#000; text-shadow: 1px 1px 0 #FFF; margin-bottom: 20px}
.users-left-sidebar-mobil ul li a{
    color:#000;
}

.user-right-content{ flex: 1; height: auto; border:1px solid #EBEBEB; background-color: #FFF; padding: 25px; box-sizing: border-box; font-family: 'Open Sans', Arial;}
.user-right-haed{width: 100%; overflow: hidden; padding: 0 10px 15px 0; box-sizing: border-box; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px; font-size:19px; font-weight: 600; color:#000; }
.user-right-content-inside{width: 100%; height: auto; display: flex; align-items: start; flex-wrap: wrap }
.user-right-form-area{width: 55%}
.user-right-form-area label,button{font-family: 'Open Sans', Arial; font-size:14px !important; font-weight: 600;}
.user-right-form-area input,select{border-radius: 0 !important; font-size:14px !important; height: 40px !important}
.user-right-form-area textarea{border-radius: 0 !important; font-size:14px !important; }
.user-right-other-area{flex:1;  margin-left: 40px; background-color: #F8F8F8; border-bottom:2px solid #EBEBEB; padding: 35px 10px; box-sizing: border-box; text-align: center; color:#000; font-size:16px; font-weight: 600; }
.user-right-other-area i {font-size:30px; margin-bottom: 10px;}


.user_success_alert{width: 100%;   box-sizing: border-box;
    font-family: 'Open Sans', Arial; font-size:16px; color:#FFF;
    position: absolute; display: flex; justify-content: center; align-items: center;
    z-index: 99;
    top:0;
    left:0;
}
.user_success_alert_ic{background-color: rgba(25, 179, 85, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user_success_alert_ic_red{background-color: rgba(248, 38, 71, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user-order-alert-box{width: 100%; border:1px solid #f5d155; background-color: #fff4c8; padding: 7px 20px; box-sizing: border-box; font-family: 'Open Sans', Arial; font-size:13px; color:#000; margin-bottom: 20px;}
.user-order-sort-info{font-size:12px; color:#666; font-weight: 400; float:right; margin-top: 5px}
.user-order-box{width: 100%; padding: 20px 0; box-sizing: border-box; border:1px solid #EBEBEB; background-color: #F8F8F8; margin: 20px 0; display: flex; flex-wrap: wrap; align-items: flex-start; text-align: left;}
.user-order-box-item{width:auto; flex:1; border-right: 1px solid #EBEBEB; padding: 4px 15px;  font-family: 'Open Sans', Arial; text-align: center}
.user-order-item-head{font-size:15px; font-weight: 600; color:#000; margin-bottom: 10px;}
.user-order-item-desc{font-size:13px; font-weight: 400; color:#666;margin-bottom: 10px }
.user-order-item-delivery{display: inline-block; border-radius: 5px; font-size:13px; padding: 2px 12px;}
.user-order-item-desc-price{font-size:15px; font-weight: 600; color:#000;margin-bottom: 10px }
.user-order-box-item:first-child{width: 280px; flex: none; text-align: left;}
.user-order-box-item:last-child{border-right: 0; min-height: 69px; display: flex; align-items: center; justify-content: center}

.user-order-detail-status{width: 100%; height: auto; padding: 10px 15px; box-sizing: border-box; font-family: 'Open Sans', Arial; }
.user-order-info-main{width: 100%; padding: 35px 20px 35px 20px; box-sizing: border-box; font-family: 'Open Sans', Arial; display: flex; flex-wrap: wrap; align-items: flex-start;}
.user-order-info-box{width: 50%; height: auto; }
.user-order-info-box ul{list-style: none; padding: 0; margin: 0}
.user-order-info-box ul li{width: 90%; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000; padding: 8px 0;}
.user-order-info-address{width: 100%; padding-bottom:20px; margin-bottom: 20px; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000;  }
.user-order-info-address:last-child{border-bottom: 0}
.user-order-price-detail{width: 100%; border:1px solid #EBEBEB; background-color: #f8f9fa; box-sizing: border-box; padding: 0 20px; }
.user-order-price-detail-box{width: 100%; border-bottom: 1px solid #EBEBEB; padding: 10px 0; display: flex; align-items: center;}
.user-order-price-detail-box-in{ width: 50%; font-size:15px; color:#000}
.user-order-price-detail-box:last-child{border-bottom: 0}

.user-order-product-main-div{width: 100%; border:1px solid #EBEBEB; box-sizing: border-box; margin-bottom: 25px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial }
.user-order-product-inbox{flex:1; min-height: 145px; border-right: 1px solid #EBEBEB;}
.user-order-product-inbox:last-child{border-right: 0}
.user-order-pro-div{width: auto; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name{width: 280px; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name a{color:#000}
.user-order-pro-div img{width: 75px; height: 75px;}
.user-order-tracking-main{width: 100%; padding: 10px 20px; font-family: 'Open Sans', Arial; font-size:14px; color:#000; background-color: #EBEBEB; margin-bottom: 30px; display: flex;}
.user-order-tracking-main-ic{ width: auto; margin-right: 20px; border-right: 1px solid #CCC; padding-right: 15px;}
.user-order-tracking-main-ic:last-child{border-right: 0}


.user-address-main-div{width: 100%; border:1px solid #EBEBEB; background-color: #FFF; box-sizing: border-box; margin-bottom: 35px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial;}
.user-address-main-head{width: 100%; border-bottom:1px solid #EBEBEB; background-color: #F8f8f8; padding: 8px 20px; font-size:14px; color:#000}
.user-address-in-box{flex:1; border-right: 1px solid #DDD; padding: 25px 20px; font-size:13px;}
.user-address-in-box:last-child{border-right: 0}
.user-address-box-1{width: 390px; }
.user-address-box-2{width: auto; text-align: center}
.user-address-box-3{width: 250px; text-align: center}


.user-ticket-div{

    width: 100%; height: auto; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    color: #000;

}

.user-ticket-div-inbox{
    flex:1;
    border-right: 1px solid #EBEBEB;
}
.user-ticket-mins{ 
width: 145px;  flex:none; text-align: center;
}
.user-ticket-div-inbox:last-child{
    border-right: 0;
}
.user-ticket-div-inbox-di1{
    padding: 7px 15px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
}
.user-ticket-div-inbox-di2{
    padding: 15px 15px;
}

.user-ticket-detail-main-info{
    width: 100%;
    display: flex;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    padding: 15px;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    color: #000;
    margin: 10px 0;
    flex-wrap: wrap;
}
.user-ticket-detail-pi{
flex:1;
    border-bottom: 1px solid #ebebeb;
    padding: 8px;
    margin-right: 10px;

}
.user-ticket-detail-pi label{
    font-weight: 600;
}
.ticket-pi2{ 
flex:none;
    width: 100%;
    border-bottom: 0;
}
.user-ticket-message-div{ 

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    color:#000;


}
.user-ticket-message-div2{

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex; flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    color:#000;
    background-color: #f8f8f8;
}
.user-ticket-message-name{

    width: 230px;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #EBEBEB;
    font-size: 13px;

}
.user-ticket-message-content{

    flex:1;
    padding: 15px 30px;
    font-size: 14px;

}

.userlogin-modal-head{
    width: 100%;
    padding: 25px 10px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    text-align: center;
    position: relative;
    background-color: #FFF;
}
.userlogin-modal-head-text1{
width: 100%;
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.userlogin-modal-head-text2{
    font-size: 14px;
    color: #666;
    width: 100%;
}
.userlogin-modal-closepanel{

    position: absolute;
    font-size: 19px;
    color: #000000;
    right: 10px;
    top:5px;
}
.userlogin-modal-content-area{
width: 100%;
    background-color: #FFF;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.userlogin-modal-footer{
width: 100%;
    background-color: #F8F8F8;
    padding: 29px 10px;
    font-family: 'Open Sans', Arial;
    text-align: center;
}
.userlogin-modal-footer-text{
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.userdelivery-not-address{
    width: 100%;
padding: 35px ;
    box-sizing: border-box;
    background-color: #e64747;
    font-family: 'Open Sans', Arial;
    display: flex;
}
.userdelivery-not-address-icon{
    width: 10%;
    font-size: 32px;
    color: #fff;
    margin-right: 11px;
}
.userdelivery-not-address-text{
    width: 75%;
 
    line-height: 16px;
}
.userdelivery-not-address-text span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}
.userdelivery-not-address-text a{
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    padding: 8px 22px;
    font-size: 14px;
    border: 1px solid #fff; cursor: pointer;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    -webkit-transition: all 400ms;-moz-transition: all 400ms;-ms-transition: all 400ms;-o-transition: all 400ms;transition: all 400ms;

}
.userdelivery-not-address-text a:hover{
    background-color: #e64747;
    color: #fff !important;
    text-decoration: none;
}

.userdelivery-address-show{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */
.ladder {
border-bottom:1px solid #EBEBEB;
}
.ladder ul {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.1; padding: 0;
}
.ladder ul ul li {
    height: auto;

    padding: 0;
    transition: max-height .3s 0 ease-in;
}
.ladder ul .collapse li {
    height: 0;
    max-height: 0;

}
.ladder li {
    list-style-type: none;
    padding: 0; height: auto;    border-bottom:1px solid #EBEBEB;
}
.ladder li i{ font-size:20px; float: right}
.ladder a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif; font-size:14px; font-weight: 500;
    width: 100%; padding: 13px 20px 13px 20px;
    display: block;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */



.form-row {
    margin-bottom: 10px!important;
}
.form-captcha-height{height: 55px !important;     padding: .375rem .75rem!important;}

.multitab-section {
    display: inline-block;
    width: 100%;
}

.multitab-section p {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.multitab-widget {
    list-style: none;
    padding: 0; text-align: center;
}

.multitab-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.multitab-widget-content{margin-top:50px; }

.progress-bar {
    background: #ddd none repeat scroll 0 0 !important;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.progress-bar-text {
    color: #333333;
    font-size: 15px;
    margin-bottom: 9px;
}
.progress-bar > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
}
.progress-bar > span{
    background: #F8C01B none repeat scroll 0 0;
}


.quantity {
    position: relative;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}

.quantity input {
    width: 70px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-left: 20px;
    border: 1px solid #ced4da;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}

.quantity-button {
    position: relative;
    cursor: pointer;
    border-left: 1px solid #ced4da;
    width: 20px;
    text-align: center;
    color: #333;
    font-size: 13px;
    font-family: "Trebuchet MS", Helvetica, sans-serif !important;
    line-height: 1.7;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    border-bottom: 1px solid #ced4da;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: -1px;
    height: 50%;
}



.image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}
.image-box .thumbs {
    width: 100%;
    padding: 0; margin: 0; text-align: center; margin-top: 15px; overflow: hidden;
}
.image-box .thumbs li {

}

.image-box .thumbs li .thumb-img{ opacity: .4; border:1px solid #EBEBEB; transition: .2s ease-in-out 0s; }
.image-box .thumbs li.activeted .thumb-img{opacity: 1;border:1px solid #333}

.image-box .thumbs .thumb-img {
    display: block;
    width: 90px; height:100px;

}
.image-box .large-image {
    width: 100%;
    height: 554px;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; cursor : crosshair;
}





.carousel-gallery {

}
.carousel-gallery .swiper-slide {
    display: block;

    border-radius: 0;
    overflow: hidden;
    position: relative;

}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: .7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    transform: scale(1.1, 1.1);
}


.header-mobile-main{display: none;}


.mobile-menu-bar-button {
    width: 30px;
    height: 15px;

    border:0px;  background:none; outline:none;



}
.mobile-menu-bar-button:focus { outline: none}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.opening-mobile-menu-div {
    text-align: center;
    display: none; border-top:1px solid #EBEBEB;
    background-color: #FFF;
}










#return-to-top {
    position: fixed;

    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;

    z-index: 99;
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
}
#return-to-top:hover i {
    top: 5px;
}




/* Fixed Header Update CSS Codes */
.fixed-header-in{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-header-logo{
    width:250px;
    height: auto;
}
.fixed-header-logo img{
    max-height: 55px;
    max-width: 135px;
}
.fixed-header-text{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-menu-area{

}
.fixed-header-icons-area{
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-icons-area-box{
    margin: 0 15px;
}
/* Fixed Header Update CSS Codes SON */




/* Product Comment */
.product-comment-head{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
.product-comment-head-1{
    width: 40% ;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}
.product-comment-head-1-h{
    width: 100%;
    margin-bottom: 10px;
    font-family : 'Open Sans', Arial ;
    font-size: 24px ;
    font-weight: bold;
    color: #000;
}
.product-comment-head-1-s{
    width: 100%;
    margin-bottom: 30px;
    font-family : 'Open Sans', Arial ;
    font-size: 14px ;
    color: #000;
}
.product-comment-head-1-btn{
    width: 100%;
    text-align: center;
}
.product-comment-head-1-btn a{
    position: relative;
    padding: 8px 35px;
    background-color: #ff2d46;
    font-weight: bold;
    color: #FFF;
    font-family : 'Open Sans', Arial ;
    font-size: 14px ;
    border: 2px solid #ff2d46;
    transition-duration: 0.2s; transition-timing-function: linear;
}
.product-comment-head-1-btn a:hover{
    color: #FFF;
    text-decoration: none;
    border: 2px solid #ce243a;
}
.product-comment-head-2{
    width: 60% ;
    border: 1px solid #ebebeb;
    padding: 35px;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.product-comment-head-2-img{
    width: 125px;
    height: 125px;

}
.product-comment-head-2-img img{
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 13px;
    width: 105px;
    height: 105px;
}
.product-comment-head-2-ot{
    flex:1;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
    font-family : 'Open Sans', Arial ;
}
.product-comment-head-2-ot-1{
    width: 100%; 
    font-size: 14px ;
    color: #777777;
    margin-bottom: 0px;
}
.product-comment-head-2-ot-2{
    width: 100%;
    font-size: 18px ;
    font-weight: 500;
    color: #000;
    margin-bottom: 7px;
}
.product-comment-head-2-ot-3{
    width: 100%;
    font-size: 22px ;
    font-weight: bold;
    color: #000;
    margin-bottom: 7px;
}
.product-comment-head-2-ot-4{
    width: 100%;
    font-size: 35px ;
    color: #cfcfcf;
}

.product-comment-head-content-main{
    width: 100%;
    margin-bottom: 60px;
}
.product-comment-head-content-box-out{
    display: none;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;

}
.product-comment-head-content-box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 25px;
    font-family : 'Open Sans', Arial ;

}
.product-comment-head-content-box-out:nth-of-type(2n){
    background-color: #F8F8F8;
}
.product-comment-head-content-box-name-rad{
    width: 75px; 
    height: 75px; 
    -webkit-border-radius: 100px;-moz-border-radius: 100px;border-radius: 100px;
    background-color: #2d68ff;
    margin-right: 50px;
    font-size: 30px ;
    color: #FFFF88;
    display: flex;
    align-items:center;
    justify-content: center;
}
.product-comment-head-content-box-in{
    flex:1;
    text-align: left;
}
.product-comment-head-content-box-in-1{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;  
}
.product-comment-head-content-box-in-1-name{
    font-size: 14px;
    color: #000;
    font-weight: bold;
    margin-right: 25px;
}
.product-comment-head-content-box-in-1-date{
    font-size: 13px;
    color: #adadad;
}
.product-comment-head-content-box-in-2{
    margin-top: 10px;
    width: 100%;  
    font-size: 20px ;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
}
.product-comment-head-content-box-in-3{
    width: 100%;  
    color: #cfcfcf;
    font-size: 18px ;
    margin-bottom: 5px;
}
.product-comment-head-content-box-in-4{
    font-size: 14px ;
    width: 90%;
    color: #000;
    line-height: 18px;

}
.yorum-ekle-modal-body{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
}
.yorum-ekle-modal-body-img{
    width: 130px;
    height: 105px;  
}
.yorum-ekle-modal-body-img img{
    width: 96px;
    height: 96px; 
    padding: 7px;
    border: 1px solid #EBEBEB;
}
.yorum-ekle-modal-body-right{
    flex:1;
}
.yorum-ekle-modal-body-right-h{
    width: 100%;
    font-size: 17px ;
    color: #000;
    font-weight: 700;
    margin-bottom: 15px;
}
.yorum-ekle-modal-body-right-t{
    width: 100%;
    font-size: 16px ;
    color: #000;
}
.yorum-ekle-modal-body-right-star{
    width: 100%;
}
.no-comment-alert{
    width: 100%; 
    padding: 25px 10px;
    box-sizing: border-box;
    font-family : 'Open Sans', Arial ;
    font-size: 15px ;
    color: #000;
    border: 1px solid #EBEBEB;
    background-color: #F8F8F8;
    text-align: center;
}
.user-comments-status-div{
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user-comments-status-box{
    -webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;
    border: 1px solid #ebebeb;
    font-family : 'Open Sans', Arial ;
    font-size: 12px ;
    text-align: center;
    font-weight: 600;
    color: #333;
    padding: 5px 8px;
    margin-right: 5px;
}

/* Product Comment SON */

/* Load More Style Codes */
.commentboxes {
    margin: 5px auto;
    padding: 8px 0;
    width: 50%;
    background: #eee;
    border: 1px solid #ccc;
    text-align: center;
    display: none;
}
#loadmore_button {
    text-decoration: none;
    width: auto;
    background-color: #FB384F;
    display: inline-block;
    padding: 15px 45px;
    font-family : 'Open Sans', Arial ;
    font-size: 16px ;
    color: #FFF;
    font-weight: 600;
    transition-duration: 0.2s; transition-timing-function: linear;
}
#loadmore_button:hover {
    background: #333;
}
.loadmore_button_nomore {
    text-decoration: none;
    width: auto;
    background-color: #333;
    display: inline-block;
    padding: 15px 45px;
    font-family : 'Open Sans', Arial ;
    font-size: 16px ;
    color: #FFF;
    font-weight: 600;
}
.loadmore_button_out{
    width: 100%;
    text-align: center;
    margin: 40px 0;
}
/* Load More Style Codes SON */




/* tracing Add Style */
.tracing-input-div{
    width: 500px;
    margin: 0 auto;
    margin-top: 30px;
}
.tracing-order-main-div{
    width: 100%;
}
.tracing-order-no-div{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f8f8f8;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
    font-family : 'Open Sans', Arial ;
    font-size: 20px ;
    font-weight: bold;
}
.user-right-content-inside{width: 100%; height: auto; display: flex; align-items: start; flex-wrap: wrap }
.user-right-form-area{width: 55%}
.user-right-form-area label,button{font-family: 'Open Sans', Arial; font-size:14px !important; font-weight: 600;}
.user-right-form-area input,select{border-radius: 0 !important; font-size:14px !important; height: 40px !important}
.user-right-form-area textarea{border-radius: 0 !important; font-size:14px !important; }
.user-right-other-area{flex:1;  margin-left: 40px; background-color: #F8F8F8; border-bottom:2px solid #EBEBEB; padding: 35px 10px; box-sizing: border-box; text-align: center; color:#000; font-size:16px; font-weight: 600; }
.user-right-other-area i {font-size:30px; margin-bottom: 10px;}

.user_success_alert{width: 100%;   box-sizing: border-box;
    font-family: 'Open Sans', Arial; font-size:16px; color:#FFF;
    position: absolute; display: flex; justify-content: center; align-items: center;
    z-index: 99;
    top:0;
    left:0;
}
.user-right-haed{width: 100%; overflow: hidden; padding: 0 10px 15px 0; box-sizing: border-box; border-bottom: 1px solid #EBEBEB; margin-bottom: 20px; font-size:19px; font-weight: 600; color:#000; }

.user_success_alert_ic{background-color: rgba(25, 179, 85, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user_success_alert_ic_red{background-color: rgba(248, 38, 71, 0.98); text-align: center; width:350px; padding: 30px 0; transition: all 700ms}
.user-order-alert-box{width: 100%; border:1px solid #f5d155; background-color: #fff4c8; padding: 7px 20px; box-sizing: border-box; font-family: 'Open Sans', Arial; font-size:13px; color:#000; margin-bottom: 20px;}
.user-order-sort-info{font-size:12px; color:#666; font-weight: 400; float:right; margin-top: 5px}
.user-order-box{width: 100%; padding: 20px 0; box-sizing: border-box; border:1px solid #EBEBEB; background-color: #F8F8F8; margin: 20px 0; display: flex; flex-wrap: wrap; align-items: flex-start; text-align: left;}
.user-order-box-item{width:auto; flex:1; border-right: 1px solid #EBEBEB; padding: 4px 15px;  font-family: 'Open Sans', Arial; text-align: center}
.user-order-item-head{font-size:15px; font-weight: 600; color:#000; margin-bottom: 10px;}
.user-order-item-desc{font-size:13px; font-weight: 400; color:#666;margin-bottom: 10px }
.user-order-item-delivery{display: inline-block; border-radius: 5px; font-size:13px; padding: 2px 12px;}
.user-order-item-desc-price{font-size:15px; font-weight: 600; color:#000;margin-bottom: 10px }
.user-order-box-item:first-child{width: 280px; flex: none; text-align: left;}
.user-order-box-item:last-child{border-right: 0; min-height: 69px; display: flex; align-items: center; justify-content: center}

.user-order-detail-status{width: 100%; height: auto; padding: 10px 15px; box-sizing: border-box; font-family: 'Open Sans', Arial; }
.user-order-info-main{width: 100%; padding: 35px 20px 35px 20px; box-sizing: border-box; font-family: 'Open Sans', Arial; display: flex; flex-wrap: wrap; align-items: flex-start;}
.user-order-info-box{width: 50%; height: auto; }
.user-order-info-box ul{list-style: none; padding: 0; margin: 0}
.user-order-info-box ul li{width: 90%; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000; padding: 8px 0;}
.user-order-info-address{width: 100%; padding-bottom:20px; margin-bottom: 20px; border-bottom:1px solid #EBEBEB; font-size:14px; color:#000;  }
.user-order-info-address:last-child{border-bottom: 0}
.user-order-price-detail{width: 100%; border:1px solid #EBEBEB; background-color: #f8f9fa; box-sizing: border-box; padding: 0 20px; }
.user-order-price-detail-box{width: 100%; border-bottom: 1px solid #EBEBEB; padding: 10px 0; display: flex; align-items: center;}
.user-order-price-detail-box-in{ width: 50%; font-size:15px; color:#000}
.user-order-price-detail-box:last-child{border-bottom: 0}

.user-order-product-main-div{width: 100%; border:1px solid #EBEBEB; box-sizing: border-box; margin-bottom: 25px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial }
.user-order-product-inbox{flex:1; min-height: 145px; border-right: 1px solid #EBEBEB;}
.user-order-product-inbox:last-child{border-right: 0}
.user-order-pro-div{width: auto; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name{width: 280px; padding: 30px 15px; font-size:13px; color:#000}
.user-order-pro-div-name a{color:#000}
.user-order-pro-div img{width: 75px; height: 75px;}
.user-order-tracking-main{width: 100%; padding: 10px 20px; font-family: 'Open Sans', Arial; font-size:14px; color:#000; background-color: #EBEBEB; margin-bottom: 30px; display: flex;}
.user-order-tracking-main-ic{ width: auto; margin-right: 20px; border-right: 1px solid #CCC; padding-right: 15px;}
.user-order-tracking-main-ic:last-child{border-right: 0}

.user-address-main-div{width: 100%; border:1px solid #EBEBEB; background-color: #FFF; box-sizing: border-box; margin-bottom: 35px; display: flex; flex-wrap: wrap; font-family: 'Open Sans', Arial;}
.user-address-main-head{width: 100%; border-bottom:1px solid #EBEBEB; background-color: #F8f8f8; padding: 8px 20px; font-size:14px; color:#000}
.user-address-in-box{flex:1; border-right: 1px solid #DDD; padding: 25px 20px; font-size:13px;}
.user-address-in-box:last-child{border-right: 0}
.user-address-box-1{width: 390px; }
.user-address-box-2{width: auto; text-align: center}
.user-address-box-3{width: 250px; text-align: center}


.user-ticket-div{

    width: 100%; height: auto; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    margin-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    color: #000;

}

.user-ticket-div-inbox{
    flex:1;
    border-right: 1px solid #EBEBEB;
}
.user-ticket-mins{ 
width: 145px;  flex:none; text-align: center;
}
.user-ticket-div-inbox:last-child{
    border-right: 0;
}
.user-ticket-div-inbox-di1{
    padding: 7px 15px;
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
}
.user-ticket-div-inbox-di2{
    padding: 15px 15px;
}

.user-ticket-detail-main-info{
    width: 100%;
    display: flex;
    background-color: #F8F8F8;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    padding: 15px;
    font-family: 'Open Sans', Arial;
    font-size: 13px;
    color: #000;
    margin: 10px 0;
    flex-wrap: wrap;
}
.user-ticket-detail-pi{
flex:1;
    border-bottom: 1px solid #ebebeb;
    padding: 8px;
    margin-right: 10px;

}
.user-ticket-detail-pi label{
    font-weight: 600;
}
.ticket-pi2{ 
flex:none;
    width: 100%;
    border-bottom: 0;
}
.user-ticket-message-div{ 

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex;flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    color:#000;


}
.user-ticket-message-div2{

    width: 100%;
    border: 1px solid #ebebeb;
    margin: 10px 0;
    padding: 10px 0;
    display: flex; flex-wrap: wrap;
    font-family: 'Open Sans', Arial;
    color:#000;
    background-color: #f8f8f8;
}
.user-ticket-message-name{

    width: 230px;
    text-align: center;
    padding: 15px 20px;
    border-right: 1px solid #EBEBEB;
    font-size: 13px;

}
.user-ticket-message-content{

    flex:1;
    padding: 15px 30px;
    font-size: 14px;

}

.userlogin-modal-head{
    width: 100%;
    padding: 25px 10px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    font-family: 'Open Sans', Arial;
    text-align: center;
    position: relative;
    background-color: #FFF;
}
.userlogin-modal-head-text1{
width: 100%;
    font-size:18px;
    color: #000;
    font-weight: 700;
}
.userlogin-modal-head-text2{
    font-size: 14px;
    color: #666;
    width: 100%;
}
.userlogin-modal-closepanel{

    position: absolute;
    font-size: 19px;
    color: #000000;
    right: 10px;
    top:5px;
}
.userlogin-modal-content-area{
width: 100%;
    background-color: #FFF;
    padding: 20px 40px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.userlogin-modal-footer{
width: 100%;
    background-color: #F8F8F8;
    padding: 29px 10px;
    font-family: 'Open Sans', Arial;
    text-align: center;
}
.userlogin-modal-footer-text{
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}
.userdelivery-not-address{
    width: 100%;
padding: 35px ;
    box-sizing: border-box;
    background-color: #e64747;
    font-family: 'Open Sans', Arial;
    display: flex;
}
.userdelivery-not-address-icon{
    width: 10%;
    font-size: 32px;
    color: #fff;
    margin-right: 11px;
}
.userdelivery-not-address-text{
    width: 75%;
 
    line-height: 16px;
}
.userdelivery-not-address-text span{
    font-size: 14px;
    font-weight: 500;
    color: #fff;

}
.userdelivery-not-address-text a{
    display: inline-block;
    background-color: #fff;
    font-weight: bold;
    color: #000;
    padding: 8px 22px;
    font-size: 14px;
    border: 1px solid #fff; cursor: pointer;
    -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;
    -webkit-transition: all 400ms;-moz-transition: all 400ms;-ms-transition: all 400ms;-o-transition: all 400ms;transition: all 400ms;

}
.userdelivery-not-address-text a:hover{
    background-color: #e64747;
    color: #fff !important;
    text-decoration: none;
}

.userdelivery-address-show{
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebebeb;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */
.ladder {
border-bottom:1px solid #EBEBEB;
}
.ladder ul {
    font-weight: bold;
    color: #000;
    margin: 0;
    line-height: 1.1; padding: 0;
}
.ladder ul ul li {
    height: auto;

    padding: 0;
    transition: max-height .3s 0 ease-in;
}
.ladder ul .collapse li {
    height: 0;
    max-height: 0;

}
.ladder li {
    list-style-type: none;
    padding: 0; height: auto;    border-bottom:1px solid #EBEBEB;
}
.ladder li i{ font-size:20px; float: right}
.ladder a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif; font-size:14px; font-weight: 500;
    width: 100%; padding: 13px 20px 13px 20px;
    display: block;
}


/* ------ ACCORDION MOBILE MENU STYLE -------------- */



.form-row {
    margin-bottom: 10px!important;
}
.form-captcha-height{height: 55px !important;     padding: .375rem .75rem!important;}

.multitab-section {
    display: inline-block;
    width: 100%;
}

.multitab-section p {
    display: inline-block;
    text-transform: lowercase;
    font-size: 14px;
    padding: 20px;
    margin: 0;
}

.multitab-widget {
    list-style: none;
    padding: 0; text-align: center;
}

.multitab-widget li {
    list-style: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.multitab-widget-content{margin-top:50px; }

.progress-bar {
    background: #ddd none repeat scroll 0 0 !important;
    box-shadow: 0 0 0;
    height: 15px;
    margin: 0 0 25px;
    position: relative;
    width: 100%;
    border-radius: 5px;
}
.progress-bar-text {
    color: #333333;
    font-size: 15px;
    margin-bottom: 9px;
}
.progress-bar > span {
    display: block;
    height: 100%;
    width: 0;
    border-radius: 5px;
}
.progress-bar > span{
    background: #F8C01B none repeat scroll 0 0;
}


.quantity {
    position: relative;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}

input[type=number]
{
    -moz-appearance: textfield;
}


.image-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: auto;
}
.image-box .thumbs {
    width: 100%;
    padding: 0; margin: 0; text-align: center; margin-top: 15px; overflow: hidden;
}
.image-box .thumbs li {

}

.image-box .thumbs li .thumb-img{ opacity: .4; border:1px solid #EBEBEB; transition: .2s ease-in-out 0s; }
.image-box .thumbs li.activeted .thumb-img{opacity: 1;border:1px solid #333}

.image-box .thumbs .thumb-img {
    display: block;
    width: 90px; height:100px;

}
.image-box .large-image {
    width: 100%;
    height: 554px;
    background-color: #F9F9F9;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; cursor : crosshair;
}





.carousel-gallery {

}
.carousel-gallery .swiper-slide {
    display: block;

    border-radius: 0;
    overflow: hidden;
    position: relative;

}

.carousel-gallery .swiper-slide a:hover .image .overlay {
    opacity: 1;
}
.carousel-gallery .swiper-slide a .image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
}
.carousel-gallery .swiper-slide a .image .overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(20, 20, 20, 0.8);
    text-align: center;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-slide a .image .overlay em {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
}
.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: .7;
}
.carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000;
    transform: scale(1.1, 1.1);
}


.header-mobile-main{display: none;}


.mobile-menu-bar-button {
    width: 30px;
    height: 15px;

    border:0px;  background:none; outline:none;



}
.mobile-menu-bar-button:focus { outline: none}

#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
    width: 25px;
    height: 15px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #000;
    border-radius: 0px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
    top: 0px;
}

#nav-icon1 span:nth-child(2) {
    top: 7px;
}

#nav-icon1 span:nth-child(3) {
    top: 14px;
}

#nav-icon1.open span:nth-child(1) {
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

#nav-icon1.open span:nth-child(3) {
    top: 10px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.opening-mobile-menu-div {
    text-align: center;
    display: none; border-top:1px solid #EBEBEB;
    background-color: #FFF;
}










#return-to-top {
    position: fixed;

    right: 20px;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;

    z-index: 99;
}
#return-to-top i {
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
}
#return-to-top:hover i {
    top: 5px;
}




/* Fixed Header Update CSS Codes */
.fixed-header-in{
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fixed-header-logo{
    width:250px;
    height: auto;
}
.fixed-header-logo img{
    max-height: 55px;
    max-width: 135px;
}
.fixed-header-text{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-menu-area{

}
.fixed-header-icons-area{
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.fixed-header-icons-area-box{
    margin: 0 15px;
}






@charset "UTF-8";

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
      rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
      rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }

  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}
/* Fixed Header Update CSS Codes SON */




:after, :before {
    box-sizing: border-box;
}

a {
    color: #337ab7;
    text-decoration: none;
}
i{
  margin-bottom:4px;
}

.btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}


.btn-app {
    color: white;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    padding: 10px 15px;
    margin: 0;
    min-width: 60px;
    max-width: 80px;
    text-align: center;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 12px;
    transition: all .2s;
    background-color: steelblue !important;
}

.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
    font-size: 30px;
    display: block;
}

.btn-app:hover {
    border-color: #aaa;
    transform: scale(1.1);
}

.pdf {
  background-color: #dc2f2f !important;
}

.excel {
    background-color: #3ca23c !important;
}

.csv {
    background-color: #e86c3a !important;
}

.imprimir {
    background-color: #8766b1 !important;
}

/*
Esto es opcional pero sirve para que todos los botones de exportacion se distribuyan de manera equitativa usando flexbox

.flexcontent {
    display: flex;
    justify-content: space-around;
}
*/

.selectTable{
  height:40px;
  float:right;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
    margin-top: 15px;
}

.btn-secondary {
    color: #fff;
    background-color: #4682b4;
    border-color: #4682b4;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #315f86;
    border-color: #545b62;
}



.titulo-tabla{
  color:#606263;
  text-align:center;
  margin-top:15px;
  margin-bottom:15px;
  font-weight:bold;
}






.inline{
  display:inline-block;
  padding:0;
}

/* tracing Add Style SON */