/* Template Name: Mumina 
   Description: This is a Photography and Portfolio HTML5 Template
   Version: 1.0 
   Authot: Md. Mushahidul islam 
   Website: www.mumitheme.com/tf/mumi
  ======== TABLE CONTENTS======== 
  1. Global Style 
  2. Buttons Style
  3. Header Style
  4. Slider Style
  5. Section Title Style
  6. Course Style
  7. Service Style
  8. About Style
  9. Project Style
  10. Video Style
  11. Footer Style
  12. Tutorial Page Style
  13. Contact Page Style
/* 
/* Google Fonts */
 @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i&amp;display=swap');
/*==== 1. Global Style ====*/
 html {
     font-size: 100%;
    /*overflow-x: hidden;
     */
}
 body {
     background-color: #fff;
     color: #252730;
     font-family: 'Open Sans', sans-serif;
     font-size: 15px;
     font-weight: normal;
     line-height: 28px;
     margin: 0;
     padding: 0;
     position:relative;
}
/*Typography*/
 a {
     color: #252730;
    /*transition*/
     -webkit-transition:all 0.3s ease-in-out;
     -o-transition:all 0.3s ease-in-out;
     transition:all 0.3s ease-in-out;
     text-decoration:none;
     font-family: 'Open Sans', sans-serif;
}
 a, a > * {
     cursor: pointer;
     outline: medium none;
     text-decoration: none;
}
 a:focus, a:hover, button:focus {
     outline: medium none;
     text-decoration: none;
     color:inherit;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: inherit ;
}
 h1, h2, h3, h4, h5, h6 {
     color: #252730;
     margin: 0 0 15px;
     padding: 0;
     -webkit-transition: 0.3s ;
     -o-transition: 0.3s ;
     transition: 0.3s ;
     font-family: 'Open Sans', sans-serif;
}
 h1 {
     font-size: 36px;
     line-height: 52px;
     font-weight: 700;
}
 h2 {
     font-size: 30px;
     line-height: 45px;
     font-weight: 700;
}
 h3 {
     font-size: 28px;
     line-height: 32px;
}
 h4 {
     font-size: 24px;
     line-height: 38px;
}
 h5 {
     font-size: 20px;
     line-height: 30px;
}
 h6 {
     font-size: 18px;
}
 p {
     margin: 0 0 10px;
}
 b, strong {
     font-weight: 600;
}
 .default-color {
     color: #28a745;
}
/*Basic margin padding */
.pt185-pb75 {
    padding: 185px 0 75px;
}
.pt90-pb45 {
    padding: 90px 0 45px;
}
.pt90-pb80 {
    padding: 90px 0 80px;
}
.pt90-pb100 {
    padding: 90px 0 100px;
}
.pt90-pb60 {
    padding: 90px 0 60px;
}
.pt100-pb80 {
    padding: 100px 0 80px
}
.pt100-pb40 {
    padding: 100px 0 40px;
}
.pt90-pb70 {
    padding: 90px 0 70px;
}
.pt100-pb75 {
    padding: 100px 0 75px;
}
.pt100-pb55 {
    padding: 100px 0 55px;
}
.pt90-pb55 {
  padding: 90px 0 55px;
}
.pt85-pb65 {
    padding: 85px 0 65px;
}
/*Padding top bottom*/
.ptb-100 {
    padding: 100px 0;
}
/*padding bottom*/
.pb-60 {
  padding: 0 0 60px 0;
}
/*Margin Bottom*/
 .mb-20 {
     margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
/*Margin top*/
/* OTHER FIXES */
 *, *:before, *:after{
     -webkit-box-sizing:border-box;
     box-sizing:border-box;
}
 img {
     max-width: 100%;
     height: auto;
}

/*Background*/
 .bg-gray {
     background-color: #f3f8ff;
}
/* no-gutters Class Rules */
 .row.no-gutters {
     margin-right: 0;
     margin-left: 0;
}
 .row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
     padding-right: 0;
     padding-left: 0;
}
/*Overlay bg */
 .overlay-bg {
     position: relative;
     overflow:hidden;
}
 .overlay-bg::before{
     content: "";
     display: block;
     height: 100%;
     left: 0;
     position: absolute;
     top: 0;
     width: 100%;
     background: rgba(0, 0, 0, 0.50) none repeat scroll 0 0;
}
/*=== 2. Buttons Style ===*/
 a.btn.btn-mumi, button.btn.btn-mumi {
     display: -webkit-inline-box;
     display: -ms-inline-flexbox;
     display: inline-flex;
     margin: 0 5px 0 0;
     position: relative;
     opacity: 0.999;
     padding: 10px 20px;
     text-align:center;
     border-radius:3px;
     -o-transition: 0.3s;
     -webkit-transition: 0.3s;
     transition: 0.3s;
     overflow:hidden;
}
/*Border style*/
 .mborder {
     background-color: transparent;
     border: 1px solid #28a745;
     border-radius: 3px;
}
 .mborder:before{
     content: "";
     width: 0;
     height: 100%;
     position: absolute;
     background-color: #28a745;
     right: 0;
     top: 0;
     transition: 0.4s;
     -webkit-transition: 0.4s;
     -moz-transition: 0.4s;
     -ms-transition: 0.4s;
     -o-transition: 0.4s;
     z-index: -1;
}
 .mborder:hover:before{
     width: 100%;
     right: auto;
     left: 0;
}
 a.btn.btn-mumi.mborder:hover, button.btn.btn-mumi.mborder:hover {
     color: #ffffff;
}
/*Fill style*/
 .fill{
     background: #28a745;
     color:#fff;
}
 .fill:after {
     content: "";
     display:block;
     border-top: 0 #fff solid;
     border-bottom: 15px #b3b3b3 solid;
     border-left: 15px #fff solid;
     position:absolute;
     top:0;
     left:0;
     width:0;
     z-index:-1;
     overflow:hidden;
}
 .fill:hover:after {
     z-index:-1;
     border-left: 185px solid #fff;
     border-bottom:185px solid transparent;
     overflow:hidden;
     background-color:#28a745;
}
 .fill:hover {
     color:#28a745;
     border-color:#28a745;
     overflow:hidden;
}
 .fill:hover, .fill:after {
     -webkit-transition: 0.1s color ease;
     -o-transition: 0.1s color ease;
     transition: 0.1s color ease;
}
 .fill:hover, .fill:after {
     -webkit-transition: 0.5s border ease;
     -o-transition: 0.5s border ease;
     transition: 0.5s border ease;
}
 .fill:after {
     overflow:hidden;
}
 .fill:before, .fill:hover:before, .fill:hover:after {
     -webkit-transition: 0.75s all ease;
     -o-transition: 0.75s all ease;
     transition: 0.75s all ease;
}
/*=== 3. Header Style ===*/
/*Quote*/
 .quote-top {
     float: right;
     padding-top: 5px;
}
 .quote-top a {
     background-color: #28a745;
     color: #ffffff;
     padding: 13px 30px;
     border-radius: 5px;
     font-size: 16px;
     font-weight: 600;
     text-transform: capitalize;
}
 .donation-div {
     position: relative;
}
 .donation-plz {
     position: relative;
     padding: 50px;
     background: #ffffff;
     border-radius: 2px;
     -webkit-box-shadow: 0 0 32px #838383;
     box-shadow: 0 0 32px #838383;
     border: 10px solid #f1f1f1;
}
 .donation-plz h3 {
     font-size: 28px;
     font-weight: 700;
     margin-bottom: 30px;
}
 .donation-plz h4 {
     font-size: 24px;
     font-weight: 700;
     margin-bottom: 30px;
     text-transform: uppercase;
     line-height: 30px;
}
 .donation-plz hr {
     margin-bottom: 40px;
     border-color: #e0e0e0;
}
 .donation-plz .form-group {
     position: relative;
     margin-bottom: 15px;
}
 .donation-plz .form-group.other-amount {
     top: 5px;
}
 .donation-plz input[type="text"], .donation-plz input[type="email"], .donation-plz input[type="tel"], .donation-plz input[type="url"], .donation-plz input[type="password"], .donation-plz select, .donation-plz textarea {
     position: relative;
     display: block;
     width: 100%;
     line-height: 34px;
     padding: 8px 20px;
     background: #ffffff;
     border: 1px solid #e0e0e0;
     height: 40px;
}
 .donation-plz select {
     cursor: pointer;
}
 .donation-plz .field-label {
     position: relative;
     display: block;
     font-weight: 600;
     font-size: 18px;
     color: #252525;
     line-height: 28px;
     margin-bottom: 10px;
}
 .donation-plz .field-label .required {
     color: #ff0000;
     font-size: 14px;
}
 .donation-plz .radio-select {
     position: relative;
     float: left;
     margin-right: 10px;
     margin-bottom: 5px;
     line-height: 30px;
}
 .donation-plz .radio-select label {
     position: relative;
     display: block;
     height: 56px;
     padding: 13px 15px;
     text-align: center;
     color: #ffffff;
     font-size: 24px;
     font-weight: 600;
     text-transform: uppercase;
     background: #878787;
     border-radius: 0px;
     cursor: pointer;
}
 .modal-backdrop.fade.show {
     z-index: inherit;
}
/*Site branding*/
 .site-branding {
     margin-top: 3px;
}
 .site-header {
     border-bottom: 1px solid #e3e3e3;
     padding: 30px 0;
     height: 130px;
}
/*Absulate header*/
 .absulate-header {
     position: absolute;
     width: 100%;
     z-index: 10;
     top: 100vh;
}
/*=== Header search ===*/
.header__search {
   display: block;
   text-align: center;
   background: #000E29;
   opacity: 0;
   visibility: hidden;
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   -webkit-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
   z-index: 900;
}
.header__search-form {
   width: 100%;
   position: absolute;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.header__search-form label {
   color: #FFFFFF;
}
.header__search-form::after {
   content: "Press Enter to begin your search.";
   display: block;
   letter-spacing: 0.6px;
   font-size: 1.6rem;
   margin-top: 3rem;
   text-align: center;
   color: rgba(255, 255, 255, 0.5);
}
.header__search-form input[type="search"] {
   background-color: transparent;
   color: #000000;
   height: auto;
   width: 100%;
   font-size: 48px;
   line-height: 1.5;
   border: none;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
   max-width: 680px;
   padding-top: .6rem !important;
   padding-bottom: .6rem !important;
   margin: 0 auto;
}
.header__search-form input[type="search"]::-webkit-input-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}
.header__search-form input[type="search"]:-moz-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}
.header__search-form input[type="search"]::-moz-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}
.header__search-form input[type="search"]:-ms-input-placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}
.header__search-form input[type="search"].placeholder {
   color: #FFFFFF;
   text-align: center !important;
   opacity: 1;
}
.header__search-form input[type="search"]:focus {
   outline: none;
}
.header__search-form input[type="submit"] {
   display: none;
}
body.search-is-visible {
   overflow: hidden;
}
.search-is-visible .header__search {
   opacity: 1;
   visibility: visible;
}
/*Header search trigger*/
.header__search-trigger {
   height: 21px;
   min-width: 21px;
   position: absolute;
   right: 20px;
   top: 25px;
   background-image: url(assets/img/icon-search.svg);
   background-repeat: no-repeat;
   background-position: right center;
   background-size: contain;
}

.header__search-trigger::before {
   font-family: "metropolis-semibold", sans-serif;
   font-size: 12px;
   text-transform: uppercase;
   letter-spacing: 2px;
   line-height: 21px;
   content: "Search";
   display: block;
   color: #28a745;
   float: left;
   padding-right: 33px;
}
/*close button for search and mobile navigation*/
.header__overlay-close {
   position: absolute;
   display: block;
   width: 45px;
   height: 45px;
   top: 21px;
   left: 50%;
   margin-left: -23px;
   font: 0/0 a;
   text-shadow: none;
   color: transparent;
}
.header__overlay-close::before, .header__overlay-close::after {
   content: '';
   position: absolute;
   display: inline-block;
   width: 2px;
   height: 20px;
   top: 12px;
   left: 22px;
   background-color: #FFFFFF;
}
.header__overlay-close::before {
   -webkit-transform: rotate(45deg);
   -ms-transform: rotate(45deg);
   transform: rotate(45deg);
}
.header__overlay-close::after {
   -webkit-transform: rotate(-45deg);
   -ms-transform: rotate(-45deg);
   transform: rotate(-45deg);
}
nav.navigate-mumi > ul > li::before {
  background: #28a745 none repeat scroll 0 0;
  border-radius: 50%;
  bottom: 35px;
  content: "";
  height: 5px;
  left: 50%;
  opacity: 0;
  position: absolute;
  transform: translateX(-50%);
  transition: opacity 0.2s ease 0s, bottom 0s ease 0.2s, height 0s ease 0.2s, width 0s ease 0.2s, border-radius 0s ease 0.2s, left 0s ease 0.2s;
  width: 5px;
}
nav.navigate-mumi > ul > li:hover::before {
  border-radius: 0;
  bottom: 1px;
  height: 3px;
  opacity: 1;
  transition: opacity 0s ease 0s, bottom 0.2s ease 0s, height 0.2s ease 0.2s, width 0.2s ease 0.2s, border-radius 0.2s ease 0.2s, left 0.2s ease 0.2s;
  width: calc(100% - 35px);
}
 nav.navigate-mumi ul li a {
     padding: 15px 15px;
     display: block;
     text-transform: capitalize;
     font-weight: 600;
}

 nav.navigate-mumi {
     float: left;
     width: 200%;
}
 .navigate-mumi ul.menu {
     margin-top: 10px;
}
 .navigate-mumi ul{
     list-style:none;
     display:block;
     margin:0;
     padding:0;
}
 .navigate-mumi .menu li {
     position: relative;
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     list-style: none;
}
 .navigate-mumi .menu li a {
     display:block;
}
 nav.navigate-mumi ul.menu > li:first-child > a:nth-child(1) {
     /* padding-left: 0; */
}
 .navigate-mumi .menu > li {
     float:left;
     padding: 0;
}
 .navigate-mumi .menu > li:hover>a {
     color: #28a745;
}
 .navigate-mumi ul.menu > li > a {
     color: #333333;
     font-size: 15px;
     font-weight: 400;
     opacity: 1;
     padding: 5px 10px 34px 15px;
     text-transform: uppercase;
     border-radius: 3px;
     font-weight: 600;
}
 .navigate-mumi .menu > li:last-child > ul ul {
     left: auto;
     right: 100%;
}
 .navigate-mumi .menu > li ul {
     background-color: #ffffff;
     opacity: 0;
     -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
     padding: 15px 0;
     position: absolute;
     -webkit-transform: translate3d(0px, 10px, 0px);
     -ms-transform: translate3d(0px, 10px, 0px);
     transform: translate3d(0px, 10px, 0px);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 220px;
     z-index: 999;
     -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
     box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
 .navigate-mumi .menu > li > ul li a {
     padding: 5px 12px;
}
 .navigate-mumi .menu > li > ul li a:hover {
     background-color: #efefef;
     border-radius: 2px;
     color: #28a745;
}
 .navigate-mumi .menu > li > ul > li > ul {
     left: 100%;
     padding: 10px;
     top: 0;
}
 .navigate-mumi .menu > li:hover > ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 1px, 0px);
     visibility: visible;
}
 .navigate-mumi .menu > li > ul > li:hover > ul {
     opacity: 1;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
     -webkit-transform: translate3d(0px, 0px, 0px);
     -ms-transform: translate3d(0px, 0px, 0px);
     transform: translate3d(0px, 0px, 0px);
     visibility: visible;
}
 .navigate-mumi .mega-menu .title::before {
     bottom: 0;
     content: "";
     height: 2px;
     left: 0;
     position: absolute;
     width: 30px;
}
 .navigate-mumi .menu li.has-dropdown > a::after {
     content: "\ea99";
     font-family: icofont;
     font-size: 16px;
     margin-top: -24px;
     position: absolute;
     right: -6px;
     top: 50%;
}
 .navigate-mumi .menu li ul li.has-dropdown > a::after {
     content: "\eaa0";
     right: 18px;
     top: 35px;
}
/* Mobile Menu */
 .site-header .col-md-8 {
     position: static;
}
 .mean-container .mean-bar {
     margin-top: 9px;
     position: inherit;
     margin-bottom: 14px;
     margin-left: 0;
}
 .mobile-menu-area .mean-nav {
     left: 0;
     position: absolute;
     top: 95px;
     z-index: 2;
}
 .mean-nav .mega-menu .title {
     margin-bottom: 0;
     padding: 12px 20px;
}
 .navigation-area {
     background: #ffffff;
     position: relative;
     height: 75px;
}
 .navigation-area.dark {
     background-color: #000E29;
}
 .mean-container a.meanmenu-reveal {
     float: left;
}
/*Sticky*/
 .site-header.sticky.navbar-fixed-top{
     position: fixed;
     z-index: 999;
     top: 0;
}
 header.site-header.sticky {
     position: relative;
     z-index: 999;
     width: 100%;
}
/*=== 4. Slider Style ===*/
 .tbl {
     display: table;
     height: 100%;
     position: absolute;
     width: 100%;
     z-index: 2;
}
 .tbl-cell {
     display: table-cell;
     vertical-align: middle;
}
 .single-slide {
     background-repeat: no-repeat;
     background-size: cover !important;
     min-height: 100vh;
     position: relative;
     background-position: center center;
}
/*slider nav*/
.slider-area .owl-nav button {
    height: 70px;
    position: absolute;
    width: 70px;
    bottom: -20%;
    left: 40%;
    background-size: cover!important;
    background-position: center!important;
    border-radius: 100px;
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}
.slide-controls .owl-nav {
    left: 50%;
    position: absolute;
    bottom: 70px;
    margin-left: 20px;
}
.slide-controls .owl-nav button.owl-prev {
    left: -60px;
}

.slide-controls .owl-nav button.owl-prev i {
    left: 80px;
}
.slide-controls .owl-nav button.owl-next i {
    left: -50px;
}
.slider-area .itemBg {
    display: none
}
 .slide-controls .owl-nav button.owl-next {
     left: 104px;
}
 .slide-controls .owl-nav button i {
     display: block;
     margin: 5px;
     color: #28a745;
     transition: all 0.3s ease 0s;
     position: absolute;
     top: 20px;
     font-size: 30px;
}
 .slide-controls:hover .owl-nav button {
     opacity: 1;
     visibility: visible;
}
 .wrapper.home-2 .slide-controls .owl-nav button {
     top: 55%;
}
/*Default owl dots style*/
 .slider-area .owl-dots {
     bottom: 100px;
     position: absolute;
     text-align: center;
     width: -webkit-min-content;
     width: -moz-min-content;
     width: min-content;
     left: 40px;
     z-index: 9;
}
 .slider-area .owl-dots .owl-dot {
     -webkit-transition: .3s linear;
     -o-transition: .3s linear;
     transition: .3s linear;
     margin: 0 5px;
     border-radius: 50%;
     margin-top: 25px;
     position: relative;
     font-weight: 700;
}
 .slider-area .owl-dots .owl-dot:after {
     position: absolute;
     left: -13px;
     top: 32px;
     width: 43px;
     height: 1px;
     background: #d3d3d7;
     content: "";
     -webkit-transform: rotate(-36deg);
         -ms-transform: rotate(-36deg);
             transform: rotate(-36deg);
}
 .slider-area button:focus {
     border: none;
     outline: none;
}
 .slider-area .owl-dots .owl-dot:hover, .slider-area .owl-dots .owl-dot.active {
     color: #28a745;
}
/*Social links*/
 .social-links {
     position: absolute;
     left: 0;
     top: 0;
     height: 100%;
     background: #f3f8ff;
     width: 100px;
     z-index: 9;
}
 .social-links ul {
     margin: 0;
     padding: 0;
     list-style: none;
     position: absolute;
     top: 15%;
     left: 50%;
     margin-left: -17px;
}
 .social-links ul li a {
     display: block;
     border: 1px solid #cbcacc;
     margin-bottom: 10px;
     border-radius: 50%;
     width: 35px;
     height: 35px;
     text-align: center;
     line-height: 34px;
}
 .social-links ul li a:hover {
     background-color: #28a745;
     border-color: #28a745;
     color: #ffffff;
}
/*=== 5. Section Title Style ===*/
 .section-title {
     padding-bottom: 40px;
}
 .section-title h4 {
     font-size: 25px;
     font-weight: 700;
     position: relative;
     display: inline-block;
}
 .section-title > h4::before, .section-title > h4::after {
     background-color: #28a745;
     content: "";
     display: block;
     height: 2px;
     left: 0;
     position: absolute;
     width: 50px;
}
 .section-title > h4::before {
     bottom: -20px;
     left: 50%;
     margin-left: -37px;
}
 .section-title > h4::after {
     bottom: -16px;
     left: 50%;
     margin-left: -12px;
}
.course-area .section-title {
     padding-bottom:22px;
     padding-left: 15px;
}
/*==== 6. Course Style ===*/
 .course-img, .service-img {
     margin-bottom: 18px;
}
 .course-img img, .service-img img {
     width: 100%;
}
 .course-content {
     padding-bottom: 20px;
}
 .course-content h5, .service-content h5 {
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 10px;
}
 .course-details {
     width: 100%;
}
 .course-details span.price {
     font-size: 20px;
     color: #040104;
     font-weight: 700;
     position: relative;
     margin-right: 30px;
}
 .review {
     display: inline-block;
     color: #ffb243;
}
 .course-details span.price:before {
     position: absolute;
     right: -14px;
     border: 0;
     width: 1px;
     height: 30px;
     background: #e2e2e2;
     content: "";
}
 .admit {
     display: inline-block;
     float: right;
     margin-right: 10px;
}
 .admit button.btn.btn-mumi.mborder {
     padding: 5px 15px;
     font-weight: 600;
}
 .single-course {
     margin-bottom: 30px;
     padding: 15px 15px 25px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}
 .single-course:hover {
     background-color: #ffffff;
}
form.contact-admit input {
    border: 1px solid #f1f1f1;
}
form.contact-admit textarea {
    border: 1px solid #f1f1f1;
}
/*=== 7. Service Style ===*/
.single-service {
    margin-bottom: 50px;
}
.service-img,
.course-img,
.project-img,
.single-tutorial {
    /* background-color: #28a745; */
    position: relative;
    box-sizing: border-box;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: hidden;
}
.single-service img,
.single-course img,
.single-project img,
.tutorial-wrap img {
    display: block;
    width: 100%;
    position: relative;
    opacity: 1;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: hidden;
}
.single-service:hover img,
.single-course:hover img,
.single-project:hover img,
.tutorial-wrap:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .6
}

.service-img::before,
.service-img::after,
.course-img::before,
.course-img::after,
.project-img::before,
.project-img::after,
.single-tutorial::before,
.single-tutorial::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.7s, -webkit-transform .7s;
    -moz-transition: opacity 0.7s, -moz-transform .7s;
    -o-transition: opacity 0.7s, -o-transform .7s;
    transition: opacity 0.7s, transform .7s
}
.service-img::before,
.course-img::before,
.project-img::before,
.single-tutorial::before {
    top: 14%;
    right: 5%;
    bottom: 14%;
    left: 5%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    z-index: 1;
}
.service-img::after,
.course-img::after,
.project-img::after,
.single-tutorial::after {
    top: 8%;
    right: 10%;
    bottom: 8%;
    left: 10%;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.single-service:hover .service-img::before,
.single-service:hover .service-img::after,
.single-course:hover .course-img::before,
.single-course:hover .course-img::after,
.single-project:hover .project-img::before,
.single-project:hover .project-img::after,
.tutorial-wrap:hover .single-tutorial::before,
.tutorial-wrap:hover .single-tutorial::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}
 .service-content p {
     /* font-style: italic; */
}
 .service-content a {
     text-decoration: underline;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     font-weight: 600;
}
 .service-content a:hover, .about-content a:hover {
     color: #28a745;
}
.service-area .service-page {
    padding: 90px 0 55px;
}
/*=== 8. About Style ===*/
 .about-img {
     /* background-color: #f3f3f3; */
     display: inline-block;
     position: relative;
     z-index: 1;
}
 .about-img img {
     margin-left: 20px;
     margin-top: 20px;
     box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
     -webkit-box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
}
 .about-img-wrap {
     position: relative;
}
 .about-img-wrap:before {
     position: absolute;
     width: 100%;
     height: 100%;
     content: "";
     background-image: url(assets/img/bg/shape.png);
     background-repeat: no-repeat;
     background-position: bottom;
     z-index: 1;
     right: -60px;
     bottom: -45px;
}
/*About right*/
 .about-content {
     margin-top: 30px;
}
 .about-content h4,
 .about-content-2 h4 {
     font-size: 25px;
     font-weight: 700;
     margin-bottom: 2px;
}
.about-content-2 h4 {
     margin-bottom: 15px;
     }
 .about-content h5 {
     color: #28a745;
     font-size: 18px;
}
 .about-content p {
     margin-bottom: 25px;
}
 .about-content a {
     text-decoration: underline;
     font-weight: 700;
}
/*About page*/
 .about-content-2 {
     padding-top: 110px;
}
 .about-img-2 {
     box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
     -webkit-box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
     display: inline-block;
     margin-top: 110px;
}
 .about-img-2 img {
     width: 100%;
}
/*=== 9. Project Style ===*/
 .filter-menu {
     margin-bottom: 45px;
}
 .filter-menu button {
     margin: 0;
     border: transparent;
     cursor: pointer;
     background-color: transparent;
     color: #252730;
     padding: 5px 20px;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     text-transform: capitalize;
     font-size: 16px;
     font-weight: 700;
}
 .filter-menu button:hover, .filter-menu button.active {
     color: #28a745;
}
 .project-wrap, .single-project img {
     width: 100%;
}
 .single-project:hover a.venobox.vbox-item {
     opacity: 1;
     visibility: visible;
     -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
         -ms-transform: translateX(-50%) translateY(-50%) scale(1);
             transform: translateX(-50%) translateY(-50%) scale(1);
     color: #ffffff;
}
 .single-project a.venobox.vbox-item {
     position: absolute;
     top: 50%;
     display: inline-table;
     left: 50%;
     background-color: #28a745;
     border-radius: 50%;
     width: 50px;
     height: 50px;
     line-height: 50px;
     -webkit-transform: translateX(-50%) translateY(-50%) scale(0.5);
         -ms-transform: translateX(-50%) translateY(-50%) scale(0.5);
             transform: translateX(-50%) translateY(-50%) scale(0.5);
     opacity: 0;
     visibility: hidden;
     -webkit-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     z-index: 1;
}
 .project-wrap .col-md-4, .project-wrap .col-sm-6 {
     padding-left: 10px;
     padding-right: 10px;
}
/*=== 10. Video Style ===*/
 .video {
     background-image: url(assets/img/about/2.jpg);
     padding: 150px 0;
     background-size: cover;
     background-position: center center;
     -webkit-box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
     box-shadow: 12px 17px 36px 4px rgba(0,0,0,0.35);
}
 .video a {
     background-color: #28a745;
     border-radius: 50%;
     padding: 20px 25px;
     position: relative;
     font-size: 24px;
     z-index: 2;
     animation: ripple-orange 1s linear infinite;
     color: #ffffff;
}
 .video a:before {
     position: absolute;
     top: -14px;
     left: -14px;
     width: 140%;
     height: 140%;
     background: rgba(255,255,255,0.15);
     content: "";
     z-index: -1;
     border-radius: 50%;
}

 @keyframes ripple-orange {
     0% {
         box-shadow: 0 0 0 0 rgba(255, 0, 108, 0.3), 0 0 0 20px rgba(255, 0, 108, 0.3), 0 0 0 40px rgba(255, 0, 108, 0.3);
    }
     100% {
         box-shadow: 0 0 0 20px rgba(255, 0, 108, 0.3), 0 0 0 40px rgba(255, 0, 108, 0.3), 0 0 0 60px rgba(255, 69, 0, 0);
    }
}
/*=== Testimonial Style ===*/
.testimonial-area .section-title {
     padding-bottom: 70px;
}
 .quote {
     width: 40px;
     margin: auto;
     position: relative;
     top: -36px;
     color: #28a745;
     font-size: 40px;
}
 .single-testimonial {
     text-align: center;
     padding: 33px 70px;
}
 .testimonial-wrap {
     background-image: url(assets/img/testi-shape.png);
     background-repeat: no-repeat;
     background-position: center center;
     height: 331px;
}
 .client-img {
     width: 80px;
     margin: auto;
     margin-bottom: -5px;
     position: relative;
     top: -15px;
     border: 5px solid #28a745;
     border-radius: 50%;
}
.client-img img {
    border-radius: 50%;
}
 .testimonial-content p {
     color: #61657a;
     font-size: 15px;
     line-height: 28px;
}
 .testimonial-content h5 {
     color: #30323c;
     font-weight: 600;
     font-size: 18px;
     margin-bottom: 0;
}
 .testimonial-content span {
     color: #61657a;
}
/*owl navigation*/
 .testimonial-wrap .owl-nav button {
     position: absolute;
     top: 50%;
}
.testimonial-wrap .owl-nav button i {
    font-size: 30px;
    color: #61657a;
    transition: 0.3s;
}
 .testimonial-wrap .owl-nav .owl-prev {
     left: -40px;
}
 .testimonial-wrap .owl-nav .owl-next {
     right: -30px;
}
 .testimonial-wrap .owl-nav i:hover {
     color: #28a745;
}
/*=== Blog Style ===*/
.single-news {
  margin-bottom: 45px;
}
.single-news .post-content {
  background-color: #ffffff;
  margin: -32px auto auto;
  padding: 55px 20px 28px;
  position: relative;
  width: 90%;
  transition: 0.3s;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
}
.post-thumbnail img {
    width: 100%;
}
.news-area .entry-meta span {
  margin-right: 10px;
}
.news-area .entry-meta {
    position: absolute;
    width: 100%;
    height: 2.188em;
    left: 0;
    bottom: -4.063em;
    color: #fff;
    background: #28a745;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -mos-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    top: 0;
    z-index: 5;
    padding: 2px 0 0 0;
}
.news-area .entry-meta p {
    margin: 0;
    padding: 0;
}
.news-area .entry-meta:before {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    /* right: 0; */
    border-left: 21em solid #28a745;
    border-top: 1.875em solid transparent;
    z-index: 1;
}
.news-area .entry-meta:after {
    content: "";
    display: block;
    position: absolute;
    top: -22px;
    right: 0;
    border-right: 15em solid #babfc4;
    border-top: 1.875em solid transparent;
}
.entry-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.entry-content > p {
    margin-bottom: 20px;
}
.post-thumbnai img {
    width: 100%;
}
h4.entry-title {
    font-weight: 700;
}
/*Blog list */
.single-news-head {
    background-color: #ffffff;
    width: 80%;
    text-align: center;
    position: relative;
    margin: auto;
    top: -55px;
}
.single-news-head .entry-meta {
    padding-top: 20px;
    margin-bottom: 10px;
}
.single-news-head .entry-meta:before,
.single-news-head .entry-meta:after {
  position: absolute;
    top: -15px;
    width: 50%;
    background-color: #fff;
    content: "";
    height: 30px;
}
.single-news-head .entry-meta:before {
    left: 0;
    transform: skew(0deg, 6deg);
}
.single-news-head .entry-meta:after {
  right: 0;
  transform: skew(0deg, -6deg);
}
.single-news-head .entry-meta span {
    margin-right: 10px;
}
.single-news-head .entry-meta span i {
    margin-right: 5px;
}
.entry-content a.btn {
    border: 1px solid #dddddd;
}
.single-news-head .entry-meta span a:hover {
    color: #28a745;
}
.single-news-wrap .entry-content {
    width: 95%;
    /* text-align: center; */
    position: relative;
    top: -50px;
    margin:auto;
}
.single-news-wrap .entry-content p {
    margin-bottom: 30px;
}
.single-news-wrap {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
}
/*Blog single */
.entry-content blockquote {
    text-align: left;
    font-style: italic;
    background-color: #f3f8ff;
    padding: 15px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.entry-content blockquote:before {
    position: absolute;
    left: 15px;
    top: -1px;
    width: 100%;
    height: 100%;
    content: "\efcd";
    font-family: icofont;
    opacity: .3;
    font-size: 52px;
    z-index: 1;
}
 .sinlge-post-tag {
     margin-bottom: 30px;
}
 .sinlge-post-tag ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .sinlge-post-tag ul li {
     display: inline-block;
}
 .sinlge-post-tag ul li a {
     border: 1px solid #dddddd;
     padding: 5px 10px;
     margin-bottom: 10px;
     display: block;
     margin-right: 5px;
}
 .sinlge-post-tag li.font-weight-bold, .blog-social li.font-weight-bold {
     margin-right: 5px;
}
 .blog-social ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .blog-social ul li {
     display: inline-block;
}
 .blog-social ul li a {
     border: 1px solid #dddddd;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     display: block;
     text-align: center;
     padding: 8px 0;
     margin-bottom: 10px;
     line-height: 20px;
     margin-right: 5px;
}
 .blog-social {
     text-align: right;
     margin-bottom: 30px;
}
 .blog-social ul li a:hover, .sinlge-post-tag ul li a:hover {
     color: #ffffff;
     background-color: #28a745;
}
 .author-thumb {
     display: table-cell;
     vertical-align: middle;
}
 .author-text {
     display: table-cell;
     vertical-align: middle;
}
 .single-author {
     display: inline-block;
     vertical-align: middle;
}
 .author-thumb img {
     margin-right: 20px;
}
 p.author-name span {
     margin-left: 10px;
}
 .single-author.style-2 {
     margin-left: 55px;
}
.single-blog-bottom {
    width: 95%;
    margin: auto;
    padding-bottom: 5px;
}
/*Right sidebar*/
 input.widget-input {
     width: calc(90% - 53px);
     background-color: transparent;
     border: 1px solid #dddddd;
     padding-left: 15px;
     height: 40px;
}
 button.widget-sbtn {
     background-color: #28a745;
     border: 1px solid transparent;
     color: #ffffff;
     height: 40px;
     width: 50px;
     margin-left: -5px;
     cursor: pointer;
     font-size: 17px;
     margin-top: -1px;
}
form.widget-form {
    text-align: center;
}
.widget.widget-search,
.widget.widget-category,
.widget.widget-blog,
.widget.widget-tags {
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.25);
    padding: 20px;
}
.widget h4.blog-title {
    text-transform: capitalize;
    font-weight: 600;
}
.widget.widget-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.widget-category ul li a {
    margin-right: 10px;
}
.widget.widget-category ul li {
    margin-bottom: 5px;
    transition: 0.3s;
}
.widget.widget-category ul li a:hover {
    color: #28a745;
}
.widget-post {
    position: relative;
    padding-left: 100px;
}
.widget-post img {
    position: absolute;
    left: 0;
}
.widget-post .post-content i {
    margin-right: 5px;
}
.widget.widget-tags ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget.widget-tags ul li {
    display: inline;
}
.widget.widget-tags ul li a {
    margin-bottom: 10px;
    padding: 5px 10px;
    border: 1px solid #dddddd;
}
/*Pagination*/
.blog-pagination .page-link {
    background: transparent;
    border: 1px solid transparent;
    color: #212529;
    font-weight: 600;
}

.blog-pagination .page-link.active {
    background-color: #28a745;
    border-radius: 50%;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 20px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.25);
}
/*=== 11. Footer Style ===*/
 footer.footer-area {
     border-bottom: 1px solid #dfe6ec;
     position: relative;
}
 footer.footer-area:before {
     position: absolute;
     left: 0;
     top: -50px;
     width: 25%;
     height: 100%;
     content: "";
     background-image: url(assets/img/bg/shape2.png);
     display: inline-block;
     background-repeat: no-repeat;
}
footer.footer-area .widget {
    margin-bottom: 40px;
}
 h5.widget-title {
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 30px;
}
 .widget.widget-contact a, .widget.widget-important-link a {
     display: block;
     margin-bottom: 10px;
     font-weight: 600;
}
 .widget.widget-contact a {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .widget.widget-contact a i {
     margin-top: 11px;
}
 .widget.widget-contact a i, .widget.widget-important-link a i {
     font-weight: 700;
     margin-right: 15px;
}
 .widget.widget-contact a:hover, .widget.widget-important-link a:hover {
     color: #28a745;
}
 .widget.widget-social-link a {
     background-color: #e8e8e8;
     display: inline-block;
     border-radius: 50%;
     width: 40px;
     height: 40px;
     text-align: center;
     line-height: 40px;
     font-size: 18px;
     margin: 0 21px 15px 0;
}
 .widget.widget-social-link a:hover {
     background-color: #28a745;
     color: #ffffff;
}
 .copy-ritht-area {
     padding: 30px 0 20px;
}
/*=== 12. Tutorial Page Style ===*/
 .tutorial-wrap {
     margin-bottom: 30px;
     padding: 10px 10px 0 10px;
     background-color: #ffffff;
}
 .single-tutorial a.venobox.vbox-item {
     position: absolute;
     top: 50%;
     left: 50%;
     z-index: 1;
     -webkit-transform: translateX(-50%) translateY(-50%);
         -ms-transform: translateX(-50%) translateY(-50%);
             transform: translateX(-50%) translateY(-50%);
     background-color: rgba(255, 255, 255, 0.8);
     border-radius: 50%;
     padding: 14px 15px;
     font-size: 24px;
     width: 65px;
     height: 65px;
     text-align: center;
     line-height: 34px;
}
 .tutorial-heading {
     text-align: center;
     background-color: #ffffff;
     padding: 15px 0;
}
 .tutorial-heading h5 {
     margin: 0;
     font-weight: 700;
}
/*=== 13. Contact Page Style ===*/
 form.contact-us-form {
     margin-bottom: 35px;
}
 .single-field {
     height: auto;
     margin: 0 0 15px;
     padding: 0;
     width: 100%;
}
 .single-field > input {
     border: 1px solid #ffffff;
     border-radius: 5px;
     -webkit-box-shadow: none;
     box-shadow: none;
     height: 40px;
     padding: 0 15px;
     width: 100%;
     background-color: transparent;
     border-radius: 5px;
}
 .half-field, .half-field-last {
     float: left;
     width: 48%;
}
 .half-field-last {
     float: right;
}
 .single-field > textarea {
     border: 1px solid #ffffff;
     height: auto;
     padding: 10px 15px;
     width: 100%;
     margin-bottom: 17px;
     background-color: rgba(255, 255, 255, 0.149);
}
 .contact-us-form .single-field .form-control:focus {
     outline: 0 none;
     background-color: rgba(255, 255, 255, 0.50);
     border: 1px solid rgba(255, 0, 108, 0.15);
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .single-field.one-third {
     width: 30.9%;
     float: left;
     margin-right: 20px;
}
 form.contact-us-form.single-post .single-field > input,
 .single-field > select,
 form.contact-us-form.single-post .single-field > textarea,
 .contact-area .single-field > input,
 .contact-area .single-field > select,
 .contact-area .single-field > textarea {
     border: 1px solid #dddddd;
}
 .contact-us {
     position: relative;
     padding: 20px 0 20px 10px;
     margin-bottom: 40px;
     border: 1px solid #ddd;
}
 .contact-icon {
     position: absolute;
     left: 15px;
     font-size: 22px;
     display: block;
     border: 1px solid#28a745;
     border-radius: 50%;
     width: 40px;
     text-align: center;
     height: 40px;
     line-height: 34px;
}
 .contact-icon i {
     color: #28a745;
}
 .contact-info {
     padding-left: 60px;
     margin-bottom: 25px;
}
.contact-info a:hover {
     color: #28a745;
}
 .contact-us .social-links {
     margin-top: 25px;
}
 select.form-control option {
}
 .contact-social-links ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .contact-social-links ul li {
     display: inline-block;
}
 .contact-social-links ul li a {
     color: #a19f9f;
     border: 1px solid #a19f9f;
     border-radius: 50%;
     width: 35px;
     height: 35px;
     display: block;
     text-align: center;
     line-height: 32px;
     margin-right: 5px;
}
 .contact-social-links ul li a:hover {
     color: #ffffff;
     background: #28a745;
     border-color: #28a745;
}
 .contact-social-links {
     margin-top: 40px;
}
/*=== Subscribe Styel ===*/
 form.subscribe-form {
     text-align: center;
}
 form.subscribe-form input {
     width: calc(100% - 210px);
     background-color: #fafafa;
     border: none;
     height: 60px;
     padding-left: 20px;
     border-radius: 50px;
     margin-right: 25px;
}
 form.subscribe-form input::placeholder {
     color: #808080;
     font-size: 15px;
     font-family: 'Roboto', sans-serif;
}
 button.widget-sbtn-cam {
     background-color: #28a745;
     color: #ffffff;
     font-size: 20px;
     text-transform: capitalize;
     height: 57px;
     border: 3px solid #ffffff;
     border-radius: 30px;
     width: 180px;
     cursor: pointer;
     box-shadow: 0px 8px 33.25px 1.75px rgba(0, 0, 0, 0.15);
     font-family: 'Roboto', sans-serif;
     transition: 0.3s;
}
button.widget-sbtn-cam:hover {
    background-color: #ffffff;
    color: #252730;
    border: 3px solid #28a745;
}
/*=== Page Banner ===*/
 .banner-area {
     background-color: #313244;
     padding: 55px 0 45px;
}
 .banner-content h2 {
     color: #ffffff;
     display: inline-block;
}
 .banner-content ul {
     margin: 0;
     padding: 0;
     list-style: none;
     float: right;
}
 .banner-content ul li {
     display: inline-block;
     color: #ffffff;
     font-weight: 700;
     margin-top: 9px;
}
 .banner-content ul li a {
     color: #ffffff;
}
 .banner-content {
     text-align: center;
}
/*Scroll Up*/
 #scrollUp {
     background: #28a745;
     bottom: 75px;
     color: #fff;
     font-size: 32px;
     height: 40px;
     line-height: 40px;
     right: 0;
     text-align: center;
     width: 50px;
     border-top-left-radius: 20px;
     border-bottom-left-radius: 20px;
}
/*Preloader*/
 .preloader-wrap {
     width: 100%;
     height: 100%;
     z-index: 9999;
     background: #28a745;
     background: -webkit-gradient(linear, right top, left top, from(#00c6ff), to(#0072ff));
     background: -o-linear-gradient(right, #00c6ff, #0072ff);
     background: linear-gradient(to left, #00c6ff, #0072ff);
     position: absolute;
}
 .cube-folding {
     width: 50px;
     height: 50px;
     display: inline-block;
     -ms-transform: rotate(45deg);
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     font-size: 0;
}
 .cube-folding span {
     position: relative;
     width: 25px;
     height: 25px;
     -ms-transform: scale(1.1);
     -webkit-transform: scale(1.1);
     transform: scale(1.1);
     display: inline-block;
}
 .cube-folding span::before {
     content: '';
     background-color: #ffffff;
     position: absolute;
     left: 0;
     top: 0;
     display: block;
     width: 25px;
     height: 25px;
     -ms-transform-origin: 100% 100%;
     -webkit-transform-origin: 100% 100%;
     transform-origin: 100% 100%;
     -webkit-animation: folding 2.5s infinite linear both;
     animation: folding 2.5s infinite linear both;
}
 .cube-folding .leaf2 {
     -ms-transform: rotateZ(90deg) scale(1.1);
     -webkit-transform: rotateZ(90deg) scale(1.1);
     transform: rotateZ(90deg) scale(1.1);
}
 .cube-folding .leaf2::before {
     -webkit-animation-delay: 0.3s;
     animation-delay: 0.3s;
     background-color: #f2f2f2;
}
 .cube-folding .leaf3 {
     -ms-transform: rotateZ(270deg) scale(1.1);
     -webkit-transform: rotateZ(270deg) scale(1.1);
     transform: rotateZ(270deg) scale(1.1);
}
 .cube-folding .leaf3::before {
     -webkit-animation-delay: 0.9s;
     animation-delay: 0.9s;
     background-color: #f2f2f2;
}
 .cube-folding .leaf4 {
     -ms-transform: rotateZ(180deg) scale(1.1);
     -webkit-transform: rotateZ(180deg) scale(1.1);
     transform: rotateZ(180deg) scale(1.1);
}
 .cube-folding .leaf4::before {
     -webkit-animation-delay: 0.6s;
     animation-delay: 0.6s;
     background-color: #e6e6e6;
}
 @-webkit-keyframes folding {
     0%, 10% {
         -webkit-transform: perspective(140px) rotateX(-180deg);
         transform: perspective(140px) rotateX(-180deg);
         opacity: 0;
    }
     25%, 75% {
         -webkit-transform: perspective(140px) rotateX(0deg);
         transform: perspective(140px) rotateX(0deg);
         opacity: 1;
    }
     90%, 100% {
         -webkit-transform: perspective(140px) rotateY(180deg);
         transform: perspective(140px) rotateY(180deg);
         opacity: 0;
    }
}
 @keyframes folding {
     0%, 10% {
         -ms-transform: perspective(140px) rotateX(-180deg);
         -webkit-transform: perspective(140px) rotateX(-180deg);
         transform: perspective(140px) rotateX(-180deg);
         opacity: 0;
    }
     25%, 75% {
         -ms-transform: perspective(140px) rotateX(0deg);
         -webkit-transform: perspective(140px) rotateX(0deg);
         transform: perspective(140px) rotateX(0deg);
         opacity: 1;
    }
     90%, 100% {
         -ms-transform: perspective(140px) rotateY(180deg);
         -webkit-transform: perspective(140px) rotateY(180deg);
         transform: perspective(140px) rotateY(180deg);
         opacity: 0;
    }
}
 .cube-wrapper {
     position: fixed;
     left: 50%;
     top: 50%;
     margin-top: -50px;
     margin-left: -50px;
     width: 100px;
     height: 100px;
     text-align: center;
}
 .cube-wrapper:after {
     content: '';
     position: absolute;
     left: 0;
     right: 0;
     bottom: -20px;
     margin: auto;
     width: 90px;
     height: 6px;
     background-color: rgba(0, 0, 0, 0.1);
     -webkit-filter: blur(2px);
     filter: blur(2px);
     border-radius: 100%;
     z-index: 1;
     -webkit-animation: shadow 0.5s ease infinite alternate;
     animation: shadow 0.5s ease infinite alternate;
}
 .cube-wrapper .loading {
     font-size: 14px;
     letter-spacing: 1px;
     display: block;
     color: #ffffff;
     position: relative;
     top: 25px;
     z-index: 2;
     -webkit-animation: text 0.5s ease infinite alternate;
     animation: text 0.5s ease infinite alternate;
}
 @-webkit-keyframes text {
     100% {
         top: 35px;
    }
}
 @keyframes text {
     100% {
         top: 35px;
    }
}
 @-webkit-keyframes shadow {
     100% {
         bottom: -18px;
         width: 100px;
    }
}
 @keyframes shadow {
     100% {
         bottom: -18px;
         width: 100px;
    }
}
.single-logo > img {
    background-color: #f5f7f8;
    height: 115px;
    padding: 20px;
    transition: all 0.3s ease 0s;
}