/*loading video*/

.loaader {
  
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99999;
    margin: 0;
    padding: 0;
    background-image: url(../images/EA.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
    width: 100%;
    opacity: 1;
  transition: 0.5s;
  visibility: visible;
    
}

.loaader.hidden{
  opacity: 0;
  visibility: hidden;
}





.loader .loader_inner {
    background-image: url(../images/video-to-gif-converter.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
   
    height: 100%;
    width: 100%;
    margin-top: -30px;
    margin-left: -30px;
    left: 2%;
    top: 3%;
   
}
/*end loader video*/

/* <!--Main Navigation--> */
 .section-wrapper.navbar-area.menu_fixed {
     position: fixed;
     width: 100%;
     -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -o-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -ms-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     z-index: 9999;
}
.home-2.section-wrapper.navbar-area.menu_fixed .header-top {
    background-color: #212121;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -o-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
     -ms-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
}
 #menu li a {
     color: #ffea00;
     margin: 8px 5px 0 5px;
     padding: 5px 27px;
     text-align: center;
     overflow: hidden;
     position: relative;
     z-index: 1;
     display: inline-block;
}
 #menu li.current > a{
    color: #212121;
 }
 #menu li.current a .dropdown-content a{
    color: #ffea00;
 }
 #menu li.current a:after{
     background-color: rgba( 255, 234, 0, 1 );
     -webkit-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     z-index: -1;
     opacity: 1;
     visibility: visible;
}
 #menu li a:after{
     background-color: rgba( 255, 234, 0, 1 );
     -webkit-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     z-index: -1;
}
 #menu li a:hover:after{
     color: #000000;
     visibility: visible;
     opacity: 1;
}
 #menu li a:hover{
     color: #000000;
}
 .navbar{
     padding: 0;
}
 .header-right {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
}
 .header-top {
     background: #212121;
     padding: 30px 0;
}
 .home-2 .header-top {
     background: transparent;
     padding: 30px 0;
     position: absolute;
     top: 0;
     z-index: 9;
     width: 100%;
}
 .overlay {
     height: 100%;
     width: 0;
     position: fixed;
     z-index: 9;
     top: 0;
     right: 0;
     background-color: rgba(255,234,0, 0.9);
     overflow-x: hidden;
     -webkit-transition: 0.2s;
     -moz-transition: 0.2s;
     -ms-transition: 0.2s;
     -o-transition: 0.2s;
     transition: 0.2s;
}
 .overlay-content {
     position: relative;
     top: 25%;
     width: 100%;
     text-align: center;
}
.overlay-content a {
    padding: 5px 27px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    border: 0;
    color: #212121;
    position: relative;
}
.overlay-content a:after{
     background-color: #212121;
     -webkit-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     z-index: -1;  
}
.overlay-content a:hover:after{
     color: #000000;
     visibility: visible;
     opacity: 1;
}

#myNav .about-social-icon {
    position: absolute;
    top: 85%;
    left: 50%;
    z-index: 5;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-left: -160px;
}
.navbar-brand{
    width: 150px;
}

#myNav .sidebar-nav {
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -90px;
}
.closebtn {
    color: #212121;
}
.closebtn:hover {
    color: #ffffff;
}
.overlay-content ul li {
    display: block;
    margin: 15px 0;
}
.copy-text {
    text-align: center;
    margin-top: 20px;
}
 .overlay a:hover, .overlay a:focus {
     color: #ffffff;
}
 .overlay .closebtn {
     position: absolute;
     top: 20px;
     right: 45px;
     font-size: 60px;
}
 @media screen and (max-height: 450px) {
     .overlay a {
        font-size: 20px
    }
     .overlay .closebtn {
         font-size: 40px;
         top: 15px;
         right: 35px;
    }
}
 .header-top.navbar-area.white-bg {
     padding: 12px 40px;
}
 .slider-buttons li {
     display: inline-block;
}

.overlay-content .dropdown-content a {
    display: block;
    color: #ffea00;
}
.overlay-content .dropdown:hover .dropdown-content {
    display: block;
    left: 50%;
    margin-left: -80px;
}
.overlay-content .dropdown .dropdown-content {
    left: 50%;
    margin-left: -80px;
    padding: 20px 0;
}

/*******Hero Section*********/
 .slider-wrapper {
     position: relative;
     z-index: 1;
     background-color: #212121;
}
 .slider-wrapper.home-2 {
     background: url(../images/slider/slider-bg.jpg);
     background-size: cover;
     background-position: 100% 100%;
     background-repeat: no-repeat;
}
 .slider-wrapper.home-3 {
     background: url(../images/slider/slider-bg-3.jpg);
     background-size: cover;
     background-position: 100% 100%;
     background-repeat: no-repeat;
}
 .slider-wrapper.home-2:after{
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     background-color: rgba( 34, 33, 29, .6);
     z-index: -1;
}
 .slider-wrapper.home-3:after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     background-color: rgba( 34, 33, 29, .6);
     z-index: -4;
}

.text-content {
    padding: 350px 0px 405px 0px;
}
 .text-content span {
     font-size: 24px;
     margin: 0px 0 18px;
     display: block;
     font-weight: 500;
}
.text-content h1 {
    line-height: 90px;
}
 .text-content p {
     font-size: 24px;
     margin: 25px 0 0px;
     display: block;
     font-weight: 500;
}
 .clo-blue{
     color: #00b0ff;
}
 .section-wrapper {
     position: absolute;
     width: 100%;
     z-index: 2;
     background: #ffffff;
}
 .slider-wrapper .container{
     position: relative;
}
 .slider-image img {
     position: absolute;
    top: 462px;
    margin-top: -377px;
    right: -54px;
}
 .home-3 .slider-image img {
    right: -67px;
}
.js-tilt-container{
    width: 830px;
    height: 800px;
}

 .loader {
     width: 200px;
     height: 50px;
     overflow: hidden;
    
     position: absolute;
     left: 51%;
     bottom: 120px;
     -webkit-transform: translateX(200px);
     -moz-transform: translateX(200px);
     -o-transform: translateX(200px);
     -ms-transform: translateX(200px);
     transform: translateX(200px);
}
 .loader svg{
     -webkit-animation: animate 1.5s linear infinite;
     -o-animation: animate 1.5s linear infinite;
     -moz-animation: animate 1.5s linear infinite;
     -ms-animation: animate 1.5s linear infinite;
     animation: animate 1.5s linear infinite;
     position: relative;
     top: 25px;
}
 .loader:after{
     position: absolute;
     top: 5px;
     left: 50%;
     margin-left: -7.5px;
     width: 15px;
     height: 15px;
     background: #ffffff;
     content: "";
     border-radius: 50%;
     -webkit-animation: animate2 1.5s linear infinite;
     -o-animation: animate2 1.5s linear infinite;
     -moz-animation: animate2 1.5s linear infinite;
     -ms-animation: animate2 1.5s linear infinite;
     animation: animate2 1.5s linear infinite;
     z-index: 2;
     -webkit-transition: .3s;
     -ms-transition: .3s;
     -moz-transition: .3s;
     -o-transition: .3s;
     transition: .3s 
}
 @-webkit-keyframes animate {
     0% {
         left: -30px;
    }
     100% {
         left: -80px;
    }
}
 @keyframes animate {
     0% {
         left: -30px;
    }
     100% {
         left: -80px;
    }
}
 @-webkit-keyframes animate2 {
     0% {
         top: 0px;
    }
     100% {
         top: 15px;
    }
}
 @keyframes animate2 {
     0% {
         top: 0px;
    }
     100% {
         top: 15px;
    }
}

 .home-3 .slider-image img.shape-1 {
    position: absolute;
    top: 48%;
    left: 627px;
    margin-top: -230px;
    z-index: -1;
    height: 530px;
     
}
 .home-3 .slider-image img.shape-3 {
   top: 55%;
    left: 630px;
    z-index: -3;

}
 .slider-image img.shape-1 {
     position: absolute;
     top: 50%;
     right: 82px;
     margin-top: -150px;
     z-index: -1;
}
 .home-3 .slider-image img.shape-2 {
       left: 673px;
    margin-top: -268px;
}
 .slider-image img.shape-2 {
     position: absolute;
     top: 50%;
     right: 81px;
     margin-top: -160px;
     z-index: -2;
     -webkit-animation: cambiar5 2s linear infinite;
     -ms-animation: cambiar5 2s linear infinite;
     -moz-animation: cambiar5 2s linear infinite;
     -o-animation: cambiar5 2s linear infinite;
     animation: cambiar5 2s linear infinite;
     display: block;
}
 @-webkit-keyframes cambiar5 {
     0% {
         top: 45%;
         opacity: 1;
    }
     50% {
         top: 48%;
         opacity: 1;
    }
     100% {
         top:50%;
         opacity: 0;
    }
}
 @keyframes cambiar5 {
     0% {
         top: 45%;
         opacity: 1;
    }
     50% {
         top: 48%;
         opacity: 1;
    }
     100% {
         top:50%;
         opacity: 0;
    }
}
 img.svg-1 {
     position: absolute;
     top: auto;
     left: -10%;
     bottom: 15%;
     -webkit-animation: cambiar1 2s linear infinite;
     -o-animation: cambiar1 2s linear infinite;
     -moz-animation: cambiar1 2s linear infinite;
     -ms-animation: cambiar1 2s linear infinite;
     animation: cambiar1 2s linear infinite;
}
 img.svg-2 {
     position: absolute;
     top: auto;
     left: -10%;
     bottom: 8%;
     -webkit-animation: cambiar2 2s linear infinite;
     -ms-animation: cambiar2 2s linear infinite;
     -o-animation: cambiar2 2s linear infinite;
     -moz-animation: cambiar2 2s linear infinite;
     animation: cambiar2 2s linear infinite;
}
 img.svg-3 {
     position: absolute;
     top: 15%;
     left: auto;
     right: -10%;
     bottom: auto;
     -webkit-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     transform: rotate(180deg);
     -webkit-animation: cambiar3 2s linear infinite;
     -o-animation: cambiar3 2s linear infinite;
     -moz-animation: cambiar3 2s linear infinite;
     -ms-animation: cambiar3 2s linear infinite;
     animation: cambiar3 2s linear infinite;
}
 img.svg-4 {
     position: absolute;
     top: 22%;
     left: auto;
     right: -10%;
     bottom: auto;
     -webkit-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     -webkit-animation: cambiar4 2s linear infinite;
     -o-animation: cambiar4 2s linear infinite;
     -moz-animation: cambiar4 2s linear infinite;
     -ms-animation: cambiar4 2s linear infinite;
     animation: cambiar4 2s linear infinite;
}
 @-webkit-keyframes cambiar4 {
     0% {
         top: 25%;
         opacity: 1;
    }
     50% {
         top: 22%;
         opacity: 1;
    }
     100% {
         top: 18%;
         opacity: 0;
    }
}
 @keyframes cambiar4 {
     0% {
         top: 25%;
         opacity: 1;
    }
     50% {
         top: 22%;
         opacity: 1;
    }
     100% {
         top: 18%;
         opacity: 0;
    }
}
 @-webkit-keyframes cambiar3 {
     0% {
         top: 18%;
         opacity: 1;
    }
     50% {
         top: 15%;
         opacity: 1;
    }
     100% {
         top: 12%;
         opacity: 0;
    }
}
 @keyframes cambiar3 {
     0% {
         top: 18%;
         opacity: 1;
    }
     50% {
         top: 15%;
         opacity: 1;
    }
     100% {
         top: 12%;
         opacity: 0;
    }
}
 @-webkit-keyframes cambiar1 {
     0% {
         bottom: 18%;
         opacity: 1;
    }
     50% {
         bottom: 15%;
         opacity: 1;
    }
     100% {
         bottom: 12%;
         opacity: 0;
    }
}
 @keyframes cambiar1 {
     0% {
         bottom: 18%;
         opacity: 1;
    }
     50% {
         bottom: 15%;
         opacity: 1;
    }
     100% {
         bottom: 12%;
         opacity: 0;
    }
}
 @-webkit-keyframes cambiar2 {
     0% {
         bottom: 12%;
         opacity: 1;
    }
     50% {
         bottom: 8%;
         opacity: 1;
    }
     100% {
         bottom: 5%;
         opacity: 0;
    }
}
 @keyframes cambiar2 {
     0% {
         bottom: 12%;
         opacity: 1;
    }
     50% {
         bottom: 8%;
         opacity: 1;
    }
     100% {
         bottom: 5%;
         opacity: 0;
    }
}
 .slider-buttons {
     margin-top: 42px;
}
 .slider-buttons li:last-child {
     margin-left: 28px;
}


/*********About Section********/

 .barfiller {
     width: 100%;
     height: 15px;
     background: #212121;
     position: relative;
     margin-top: 55px;
}
 .bar-heading {
     position: absolute;
     top: -35px;
     font-size: 20px;
     font-weight: 600;
     color: #212121;
}
 .barfiller .fill {
     display: block;
     position: relative;
     width: 0px;
     height: 100%;
     background: #ffea00;
     z-index: 1;
}
 .barfiller .tipWrap {
     display: none;
}
 .barfiller .tip {
     font-size: 20px;
     color: #212121;
     left: 0px;
     line-height: 40px;
     text-align: center;
     position: absolute;
     z-index: 2;
     background: #ffea00;
     height: 40px;
     width: 65px;
     top: 50%;
     margin-top: -20px;
     font-weight: 500;
     -webkit-clip-path: polygon(20% 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(20% 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(20% 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(20% 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%);
     clip-path: polygon(20% 0, 100% 0, 100% 70%, 80% 100%, 0 100%, 0 30%);
}
.about-content p {
    margin: 0 0 20px;
}
.about-content p.another-p{
    margin: 0 0 25px;
  }  
.sub-title h4 {
    font-size: 24px;
    font-weight: 700;
    padding-left: 100px;
}
.experience-content .sub-title h4 {
    margin: 0 0 80px;
}
.home-2 .experience-content .sub-title h4 {
    margin: 0 0 27px;
    line-height: 1.5;
}

 .sub-title{
     position: relative;
}
 .experience-content {
     width: 90%;
}
 .sub-title:before{
     position: absolute;
     top: 5px;
     left: 0;
     width: 80px;
     height: 4px;
     content: "";
     background: #ffea00;
}
.about-content-right {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate(0px, 14px);
    -moz-transform: translate(0px, -143px);
    -ms-transform: translate(0px, -143px);
    -o-transform: translate(0px, -143px);
    transform: translate(0px, 14px);
}


 .about-content-right:before {
     position: absolute;
     top: auto;
     left: 0;
     bottom: 0;
     width: 100%;
     height: 100%;
     content: "";
     background: #ffea00;
     opacity: 0;
     margin-left: 12.1%;
     -webkit-clip-path: polygon(17.5% 0, 100% 0, 100% 76%, 70.5% 100%, 0 100%, 0 14.5%);
     -o-clip-path: polygon(17.5% 0, 100% 0, 100% 76%, 70.5% 100%, 0 100%, 0 14.5%);
     -moz-clip-path: polygon(17.5% 0, 100% 0, 100% 76%, 70.5% 100%, 0 100%, 0 14.5%);
     -ms-clip-path: polygon(17.5% 0, 100% 0, 100% 76%, 70.5% 100%, 0 100%, 0 14.5%);
     clip-path: polygon(17.5% 0, 100% 0, 100% 76%, 70.5% 100%, 0 100%, 0 14.5%);
     visibility: hidden;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .about-content-right:hover:before{
     visibility: visible;
     opacity: .55;
}
 .about-content-right:hover .about-social-icon {
     opacity: 1;
     visibility: visible;
     top: 80%;
}
 .home-2 .about-social-icon {
     position: inherit;
     opacity: 1;
     visibility: visible;
}
 .home-2 .about-content p {
     width: 88%;
}
 .mr-30px{
     margin-right: 30px;
}
 .about-social-icon {
     position: absolute;
     top: 85%;
     left: 36%;
     z-index: 5;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .about-social-icon a i {
     font-size: 16px;
     color: #212121;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .about-social-icon a{
     position: relative;
     line-height: 45px;
     text-align: center;
     margin-right: 15px;
     width: 46px;
     height: 47px;
     border-width: 2px;
     border-color: rgba( 33, 33, 33, 1 );
     border-style: solid;
     -webkit-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     font-size: 16px;
     color: #212121;
     display: inline-block;
}
 .about-social-icon a:hover{
     background: #212121;
     color: #ffea00;
}
 .about-social-icon a:hover i{
     color: #ffea00;
}
 .about-social-icon a:before {
     position: absolute;
     top: 6px;
     left: -7px;
     width: 20px;
     height: 2px;
     background: #212121;
     content: "";
     z-index: 2;
     -webkit-transform: rotate(-50deg);
     -ms-transform: rotate(-50deg);
     -moz-transform: rotate(-50deg);
     -o-transform: rotate(-50deg);
     transform: rotate(-50deg);
}
 .about-social-icon a:after {
     position: absolute;
     bottom: 6px;
     right: -7px;
     width: 20px;
     height: 2px;
     background: #212121;
     content: "";
     z-index: 2;
     -webkit-transform: rotate(-50deg);
     -ms-transform: rotate(-50deg);
     -moz-transform: rotate(-50deg);
     -o-transform: rotate(-50deg);
     transform: rotate(-50deg);
}
 .skill-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding-top: 8px;
}
 .skill-list {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 50%;
     flex: 0 0 50%;
     max-width: 50%;
}
 li.circle-tick {
     font-size: 20px;
     font-weight: 500;
     line-height: 44px;
     position: relative;
     padding-left: 35px;
}
 li.circle-tick:before {
     position: absolute;
     top: 50%;
     left: 0;
     content: "";
     background-image: url(../images/svg/tick-inside-circle.svg);
     background-size: cover;
     background-repeat: no-repeat;
     height: 18px;
     width: 18px;
     margin-top: -9px;
}
 .about-content-right-2 {
     position: relative;
     -webkit-transform: translate(0px, -117px);
     -moz-transform: translate(0px, -117px);
     -ms-transform: translate(0px, -117px);
     -o-transform: translate(0px, -117px);
     transform: translate(0px, -117px);
}
img.about-image-1 {
    position: absolute;
    right: 0;
    top: -27px;
}
 img.about-image-2 {
     top: 90px;
     position: absolute;
     left: 50%;
     margin-left: -200px;
     z-index: -1;
}
 img.about-image-3 {
     position: absolute;
     left: 50%;
     margin-left: -128px;
     top: 50px;
     z-index: -2;
}

/******Project Section**********/

.section-bg:after{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 236px;
    height: 302px;
    content: "";
    background-image: url(../images/section-bg/Shape.svg);
    transform: rotate(180deg);
    background-repeat: no-repeat;
    z-index: -1;

}
.section-bg:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 302px;
    content: "";
    background-image: url(../images/section-bg/Shape.svg);
    background-repeat: no-repeat;
    z-index: -1;

}






 .home-3.service-area.section-padding {
     padding-top: 5px;
}
 .project-area.subscrib-area {
     padding: 62px 50px 50px 50px;
     -webkit-transform: translate(0px, -106px);
     -moz-transform: translate(0px, -106px);
     -ms-transform: translate(0px, -106px);
     -o-transform: translate(0px, -106px);
     transform: translate(0px, -106px);
}
 .project-right {
     margin-top: 18px;
}
 .project-left h2 {
     font-size: 40px;
     font-weight: 700;
     font-family: 'Big Shoulders Text', cursive;
}
 .project-left p{
     font-size: 24px;
     font-weight: 700;
     font-family: 'Big Shoulders Text', cursive;
     font-style: italic;
}
/******Service Section**********/

.service-wrapper {
     -webkit-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -moz-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -ms-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -o-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     position: relative;
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
     padding: 25px 60px 5px 130px;
     background: #ffea00;
     z-index: 1;
}

 .service-wrapper:after{
     position: absolute;
     background: #212121;
     content: "";
     width: calc(100% - 4px);
     height: calc(100% - 4px);
     left: calc(0% + 2px);
     top: calc(0% + 2px);
    -webkit-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -moz-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -ms-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -o-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     z-index: -1;
     transition: all .3s ease-in-out;
}
 .service-wrapper:hover:after{
     background-color: #ffea00;
}
 .service-wrapper:hover svg{
     fill: #212121;
}
 .service-wrapper svg{
    transition: .3s;
}
 .service-wrapper:hover h4{
     color: #212121;
}
 .service-wrapper:hover p{
     color: #212121;
}
.m-tb {
    margin: 25px 0px 52px 0px;
}
.home-3 .mtb-50px {
    margin: 0;
}
.experience-area .m-tb {
    margin: 10px 0 54px 0px;
}
.home-2 .about-content p {
    margin: 0 0 25px;
}
 .service-inner svg {
     position: absolute;
     top: 35%;
     margin-top: -22px;
     left: 10%;
     fill:rgba(255, 234, 0, 1) 
}

 .service-content h4 {
     color: #ffea00;
     font-size: 24px;
     font-weight: 600;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     margin: 0 0 15px;
}
 .service-content p{
     color: #ffffff;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     line-height:30px;
}
 .service-wrapper-2 svg {
     -webkit-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -moz-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -ms-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -o-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     height: 95px;
     width: 95px;
     margin: 0 auto;
     background: #ffea00;
     padding: 25px 23px;
     position: absolute;
     left: 40px;
     top: 55px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .home-3 .service-wrapper-2 svg {
     position: initial;
}
 .home-3 .service-content-2 h4 {
     margin: 27px 0px 45px 0px;
}
 .home-3 .service-wrapper-2{
     text-align: center;
}
 .home-3 .service-content-2{
     position: relative;
}
 .row.m-0px{
     margin: 0;
}
 .col-lg-4.m-0px {
     margin: 0;
     padding: 0;
}
 .service-wrapper-2{
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     position: relative;
     overflow: hidden;
     position: relative;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     padding: 40px 24px 40px 40px ;
     z-index: 1;
     background: #ffea00;
}

  .service-wrapper-2:after{
     position: absolute;
     background: #212121;
     content: "";
     width: calc(100% - 4px);
     height: calc(100% - 4px);
     left: calc(0% + 2px);
     top: calc(0% + 2px);
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     clip-path: polygon(15% 0, 100% 0, 100% 83.5%, 85% 100%, 0 100%, 0 16.5%);
     z-index: -1;
     transition: all .3s ease-in-out;
}

 .service-wrapper-2:hover:after{
     background-color: #ffea00;
}
.home-3 .service-wrapper-2 {
    background-color: #2b2b2b;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 65px 24px 55px 40px;
    clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
}
.home-3 .service-wrapper-2:after {
    clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 85.5%, 85% 100%, 0 100%, 0 14.5%);
}
  
 .home-3 .service-wrapper-2:hover:after {
     background: #2b2b2b;
}
.home-3 .service-wrapper-2:hover {
    background-color: #ffea00;
}
 .home-3 .service-wrapper-2:hover h4{
     color: #ffffff;
}
 .home-3 .service-wrapper-2 h4{
     color: #ffffff;
}
 .home-3 .service-wrapper-2:hover p{
     color: #ffffff;
}
 .home-3 .service-wrapper-2:hover svg{
     background: #ffea00;
     fill: #212121;
}
 .home-3 .service-wrapper-2:hover a.read-more-btn{
     color: #ffea00;
}
.home-3 .service-content-2:before {
    position: absolute;
    top: 50px;
    left: 50%;
    width: 80px;
    height: 2px;
    background-color: rgba(255, 234, 0, 1);
    content: "";
    margin-left: -40px;
}
 .service-wrapper-2:hover h4{
     color: #212121;
}
 .service-wrapper-2:hover p{
     color: #212121;
}
 .service-wrapper-2:hover svg{
     background: #212121;
     fill: #ffea00;
}
 .service-wrapper-2:hover a.read-more-btn{
     color: #212121;
}
 .service-content-2 h4 {
     font-size: 24px;
     color: #ffea00;
     font-weight: 600;
     margin: 27px 0px 45px 112px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .service-content-2 p {
     color: #ffffff;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 a.read-more-btn{
     color: #ffea00;
     font-weight: 500;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
/*********experience area**********/
 .experience-wrapper {
     -webkit-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -ms-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -moz-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     -o-clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     clip-path: polygon(9% 0, 100% 0, 100% 74%, 91% 100%, 0 100%, 0 26%);
     background: #212121;
     position: relative;
     overflow: hidden;
     -webkit-transition:border-color .3s;
     -moz-transition:border-color .3s;
     -ms-transition:border-color .3s;
     -o-transition:border-color .3s;
     transition:border-color .3s;
}

.experience-inner {
    color: #ffffff;
    padding: 26px 60px 5px 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
 .experience-left {
     -webkit-box-flex: 0;
     -ms-flex: 0 0 17%;
     flex: 0 0 17%;
     position: relative;
}
 .experience-left:before {
     position: absolute;
     top: 40%;
     left: 24%;
     width: 10px;
     height: 2px;
     background: #ffea00;
     content: "";
}
 .experience-left span {
     font-size: 24px;
     font-weight: 700;
     font-family: 'Big Shoulders Text', cursive;
     margin: 2px 0 0px;
     display: block;
}
 .experience-right h4 {
     color: #ffea00;
     font-size: 24px;
     margin: 0 0 15px;
     font-weight: 700;
}
 .home-3 .filter-button-group .filter-btn {
     color: #ffffff;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .home-3 .filter-btn.active{
     color: #212121;
}
 .filter-button-group .filter-btn{
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
/********portfolio********/
 .portfolio-wrapper {
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     position: relative;
     overflow: hidden;
}
 .portfolio-inner {
     position: relative;
     overflow: hidden;
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
}
 .portfolio-wrapper-2 {
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     position: relative;
     overflow: hidden;
}
 .portfolio-inner-2 {
     position: relative;
     overflow: hidden;
     -webkit-clip-path: polygon(16% 0, 100% 0, 100% 88%, 84% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(16% 0, 100% 0, 100% 88%, 84% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(16% 0, 100% 0, 100% 88%, 84% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(16% 0, 100% 0, 100% 88%, 84% 100%, 0 100%, 0 12%);
     clip-path: polygon(16% 0, 100% 0, 100% 88%, 84% 100%, 0 100%, 0 12%);
}
 .portfolio-wrapper img {
     -webkit-transition: all .7s ease;
     -ms-transition: all .7s ease;
     -moz-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease;
}
 .portfolio-wrapper:hover img {
     -webkit-transform: scale(1.2) rotate(3deg);
     -moz-transform: scale(1.2) rotate(3deg);
     -o-transform: scale(1.2) rotate(3deg);
     -ms-transform: scale(1.2) rotate(3deg);
     transform: scale(1.2) rotate(3deg);
}
 .portfolio-wrapper-2 img {
     -webkit-transition: all .7s ease;
     -ms-transition: all .7s ease;
     -moz-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease;
}
 .portfolio-wrapper-2:hover .portfolio-inner-2 img {
     -webkit-transform: scale(1.2) rotate(3deg);
     -o-transform: scale(1.2) rotate(3deg);
     -moz-transform: scale(1.2) rotate(3deg);
     -ms-transform: scale(1.2) rotate(3deg);
     transform: scale(1.2) rotate(3deg);
}
 .height-line {
     position: relative;
     margin-right: 10px;
}
 .height-line:after {
     position: absolute;
     top: 50%;
     width: 1px;
     height: 12px;
     margin-top: -6px;
     content: "";
     background: #212121;
     right: -7px;
}
 .home-2 .height-line:after{
     background: #ffea00;
}
 .home-3 .height-line:after{
     background: #ffea00;
}
 .portfolio-content {
     position: absolute;
     top: auto;
     bottom: 0;
     background: #ffea00;
     width: 100%;
     padding: 20px 0px 20px 30px;
}
 .portfolio-content-2 {
     height: 40px;
     background: #ffea00;
     padding: 6px 35px 0px 35px;
     -webkit-clip-path: polygon(6% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(6% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(6% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(6% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
     clip-path: polygon(6% 0, 100% 0, 100% 70%, 94% 100%, 0 100%, 0 30%);
     text-align: center;
     margin: 0 0 10px;
     display: inline-block;
}
 .portfolio-wrapper-2:after {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     background-color: rgba(0, 0, 0, 1);
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
     z-index: 1;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     opacity: 0;
     visibility: hidden;
}
 .portfolio-wrapper-2:hover:after{
     -webkit-transform: scale(.83);
     -ms-transform: scale(.83);
     -moz-transform: scale(.83);
     -ms-transform: scale(.83);
     transform: scale(.83);
     opacity: 0.702;
     visibility: visible;
}
 .portfolio-wrapper-2:hover .portfolio-hover-content{
     opacity: 1;
     visibility: visible;
}
 .portfolio-hover-content {
     position: absolute;
     top: 65%;
     left: 30px;
     z-index: 2;
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .portfolio-content-2 h4 {
     font-size: 24px;
     font-weight: 700;
     margin: 0;
}
 .portfolio-content h4 {
     font-size: 24px;
     font-weight: 700;
     margin: 0;
}
 .portfolio-content h4 a:hover{
     color: #212121;
}
 .portfolio-content-2 h4 a:hover{
     color: #212121;
}
 .portfolio-content ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .folio-links-2 ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 .portfolio-content ul li {
     display: inline-block;
}
 .folio-links-2 ul li {
     display: inline-block;
}
 .portfolio-content ul li a:hover{
     color: #000000;
}
 .folio-links-2 ul li a:hover{
     color: #ffea00;
}
 .folio-links {
     display: inline-block;
}
 .folio-links-2 {
     display: inline-block;
}
 .folio-links {
     display: inline-block;
     position: relative;
     padding-left: 90px;
}
 .folio-links-2 {
     display: inline-block;
     position: relative;
     padding-left: 90px;
}
 .folio-links:after{
     position: absolute;
     width: 80px;
     left: 0;
     top: 8px;
     height: 2px;
     background-color: rgba(33, 33, 33, 1);
     content: "";
}
 .folio-links-2:after{
     position: absolute;
     width: 80px;
     left: 0;
     top: 8px;
     height: 2px;
     background-color: #ffea00;
     content: "";
}
 .filter-button-group {
     margin: 30px 0 0;
}
.filter-button-group .filter-btn {
    color: #212121;
    text-align: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 20px;
    line-height: 30px;
    border: 0;
    background: transparent;
    font-weight: 500;
    font-family: 'Rajdhani', sans-serif;
}
 .filter-button-group .filter-btn.active:after {
     opacity: 1;
     visibility: visible;
}
 .filter-btn:after {
     background-color: rgba( 255, 234, 0, 1 );
     -webkit-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     z-index: -1;
}
 .hover-item .team-social-links a img {
     width: 23px;
     height: 23px;
}
 .hover-item .team-social-links a {
     width: 50px;
     height: 50px;
     font-size: 30px;
     line-height: 50px;
     margin-right: 20px;
     -webkit-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     clip-path: polygon(25% 0, 100% 0, 100% 70%, 75% 100%, 0 100%, 0 30%);
     background: #ffea00;
     display: inline-block;
     text-align: center;
}
 .portfolio-wrapper-2:hover .hover-item{
     opacity: 1;
     visibility: visible;
}
 .hover-item {
     position: absolute;
     top: 47%;
     z-index: 3;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     opacity: 0;
     visibility: hidden;
     left: 50%;
     margin-left: -70px;
}
 .home-3 .portfolio-content-2 {
     height: 40px;
     background: transparent;
     padding: 0;
     -webkit-clip-path: initial;
     clip-path: initial;
     text-align: center;
     margin: 20px 0px 0px 0px;
     display: inline-block;
}
 .home-3 .portfolio-content-2 h4 a:hover {
     color: #ffffff;
}
/*********pricing table*********/
.pricing-wrapper {
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -moz-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -ms-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -o-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    position: relative;
    text-align: center;
    padding: 50px 0px 50px 0px;
    -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;
    z-index: 1;
    background: #ffea00;
}
.pricing-wrapper:after{
     position: absolute;
     background: #212121;
     content: "";
     width: calc(100% - 4px);
     height: calc(100% - 4px);
     left: calc(0% + 2px);
     top: calc(0% + 2px);
    -webkit-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -moz-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -ms-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    -o-clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
    clip-path: polygon(15% 0, 100% 0, 100% 92%, 85% 100%, 0 100%, 0 8%);
     z-index: -1;
     transition: all .3s ease-in-out;
}

 .pricing-wrapper:hover:after{
     background-color: #ffea00;
}
 .home-2 .pricing-wrapper{
     padding: 0px 0px 50px 0px;
}
.home-3 .pricing-wrapper {
    text-align: left;
    padding: 50px 0px 50px 45px;
}

 .home-3 .package-validity {
     margin: 14px 0 20px 40px;
}
 .home-3 .package-validity:after {
     left: -38px;
}
 .home-3 .package-heading {
     margin: 0 0 30px;
}
 .home-3 .package-details {
     margin: 36px 0 40px 0;
}
 .home-2 .package-price {
     color: #212121;
     margin: 0px 0;
     height: 155px;
     width: 240px;
     line-height: 155px;
     background: #ffea00;
     -webkit-clip-path: polygon(18% 0, 100% 0, 100% 75%, 82% 100%, 0 100%, 0 25%);
     -moz-clip-path: polygon(18% 0, 100% 0, 100% 75%, 82% 100%, 0 100%, 0 25%);
     -ms-clip-path: polygon(18% 0, 100% 0, 100% 75%, 82% 100%, 0 100%, 0 25%);
     -o-clip-path: polygon(18% 0, 100% 0, 100% 75%, 82% 100%, 0 100%, 0 25%);
     clip-path: polygon(18% 0, 100% 0, 100% 75%, 82% 100%, 0 100%, 0 25%);
}
 .home-2 .package-validity {
     margin: 22px 0 22px 60px;
}
 .home-2 .package-details {
     margin: 25px 0;
}
 .home-2 .pricing-wrapper:hover .package-price{
     color: #ffffff;
     background: #212121;
}
 .pricing-wrapper:hover .package-price{
     color: #212121;
}
 .package-price {
     font-size: 80px;
     color: #ffea00;
     font-weight: 700;
     font-family: 'Big Shoulders Text', cursive;
     display: inline-block;
     margin: 28px 0;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .package-validity {
     color: #ffffff;
     font-size: 20px;
     font-weight: 500;
     position: relative;
     margin: 14px 0 20px 60px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .pricing-wrapper:hover .package-validity{
     color: #212121;
}
 .pricing-wrapper:hover .package-validity:after{
     background: #212121;
}
 .package-validity:after {
     position: absolute;
     top: 7px;
     left: 7%;
     width: 40px;
     height: 2px;
     content: "";
     background: #fff;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .package-heading {
     width: 200px;
     height: 50px;
     margin: 0 auto;
     -webkit-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -moz-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -ms-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -o-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     background: #ffea00;
     text-align: center;
     font-size: 20px;
     font-weight: 500;
     line-height: 50px;
     color: #212121;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .pricing-wrapper:hover .package-heading{
     color: #ffffff;
     background: #212121;
}
 .package-details li {
     color: #ffea00;
     line-height: 50px;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .package-details li:hover{
     padding-left: 5px;
}
 .pricing-wrapper:hover .package-details li{
     color: #212121;
}
 .package-details {
     margin: 42px 0;
}
 .pricing-wrapper:hover .yellow-btn {
     border: 1px solid#ffea00;
     background: #212121;
     color: #ffea00 !important;
}
/*********Testimonial area style**********/
 .testimonial-single {
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     padding: 0 15px;
}
 .home-2 .testimonial-single {
     -webkit-clip-path: initial;
     clip-path: initial;
     padding: 0 0px;
}
 .home-2 .testimonial-inner {
     background: #ffffff;
}
 .home-2 .testimonial-meta {
     background-color: initial;
     margin-left: 50px;
}
 .home-2 .testimonial-content {
     margin-top: 250px;
     color: #212121;
     padding: 0 0px 0 51px;
     position: relative;
     background-color: initial; 
}
 .home-2 .testimonial-content:before {
     top: -140px;
     left: 50px;
     width: 90px;
     height: 90px;
     line-height: 90px;
     text-align: center;
     background: #212121;
     -webkit-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
     clip-path: polygon(30% 0, 100% 0, 100% 70%, 70% 100%, 0 100%, 0 30%);
}
 .home-2 .rating-icons {
     margin: 0px 0px 0px 50px;
     padding-bottom: 5px;
     padding-top: 27px;
}
 .home-2 .rating-icons i {
     color: #212121;
}
 .home-2 .testimonial-meta h4 {
     -webkit-transform: translate(0px, 0px);
     -moz-transform: translate(0px, 0px);
     -o-transform: translate(0px, 0px);
     -ms-transform: translate(0px, 0px);
     transform: translate(0px, 0px);
}
 .home-2 .testimonial-meta span.sub-co {
     -webkit-transform: translate(55px, 0px);
     -moz-transform: translate(55px, 0px);
     -ms-transform: translate(55px, 0px);
     -o-transform: translate(55px, 0px);
     transform: translate(55px, 0px);
     margin-top: 5px;
}
 .testimonial-left {
     position: relative;
     background-image: url(../images/testimonial-image/testimonial-left-bg.png);
     background-size: auto;
     background-position: bottom center;
     background-repeat: no-repeat;
}
 .testi-1 {
     z-index: 2;
     position: relative;
     -webkit-transform: translate(63px, 7px);
     -moz-transform: translate(63px, 7px);
     -o-transform: translate(63px, 7px);
     -ms-transform: translate(63px, 7px);
     transform: translate(63px, 7px);
}
 .testimonial-left-2 .testi-1 {
     -webkit-transform: translate(11px, 4px);
     -moz-transform: translate(11px, 4px);
     -o-transform: translate(11px, 4px);
     -ms-transform: translate(11px, 4px);
     transform: translate(11px, 4px);
}
 .testimonial-left-2 .testi-1 {
     -webkit-transform: translate(17px, 3px);
     -moz-transform: translate(17px, 3px);
     -ms-transform: translate(17px, 3px);
     -o-transform: translate(17px, 3px);
     transform: translate(17px, 3px);
}
 .testi-2 {
     z-index: 2;
     position: relative;
     -webkit-transform: translate(45px, 11px);
     -ms-transform: translate(45px, 11px);
     -o-transform: translate(45px, 11px);
     -moz-transform: translate(45px, 11px);
     transform: translate(45px, 11px);
}
 .home-2 .testimonial-content p {
     line-height: 40px;
     font-size: 24px;
     font-style: italic;
     padding-right: 7%;
}
 .testi-3 {
     z-index: 2;
     position: relative;
     -webkit-transform: translate(51px, 12px);
     -o-transform: translate(51px, 12px);
     -moz-transform: translate(51px, 12px);
     -ms-transform: translate(51px, 12px);
     transform: translate(51px, 12px);
}
 .home-3 .testimonial-inner:hover .testimonial-content{
     background: #2b2b2b;
}
 .home-3 .testimonial-inner{
     border-width: 2px;
     border-style: solid;
     border-color: #ffea00;
     position: relative;
     overflow: hidden;
     -webkit-transition: background-color .3s ease;
     -moz-transition: background-color .3s ease;
     -ms-transition: background-color .3s ease;
     -o-transition: background-color .3s ease;
     transition: background-color .3s ease;
}

 .home-3 .testimonial-inner:before {
     position: absolute;
     top: 12px;
     left: -14px;
     width: 82px;
     height: 2px;
     background: #ffea00;
     content: "";
     z-index: 2;
     -webkit-transform: rotate(-41deg);
     -ms-transform: rotate(-41deg);
     -moz-transform: rotate(-41deg);
     -o-transform: rotate(-41deg);
     transform: rotate(-41deg);
}
 .home-3 .testimonial-inner:after {
     position: absolute;
     bottom: 12px;
     right: -13px;
     width: 82px;
     height: 2px;
     background: #ffea00;
     content: "";
     z-index: 2;
     -webkit-transform: rotate(-41deg);
     -ms-transform: rotate(-41deg);
     -moz-transform: rotate(-41deg);
     -o-transform: rotate(-41deg);
     transform: rotate(-41deg);
}
 .testimonial-meta {
    background: #ffea00;
     position: relative;
     padding: 40px 0px 10px 0px;
}
 .testimonial-meta img {
     width: 89px;
     height: 88px;
     -webkit-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -moz-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -ms-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     -o-clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     clip-path: polygon(28% 0, 100% 0, 100% 72%, 72% 100%, 0 100%, 0 28%);
     position: absolute;
     left: 30px;
     top: auto;
     bottom: -25px;
     z-index: 1;
}
 .testimonial-meta h4 {
     color: #212121;
     font-size: 24px;
     font-weight: 700;
     margin: 0 0 0;
     -webkit-transform: translate(144px, 0px);
     -moz-transform: translate(144px, 0px);
     -ms-transform: translate(144px, 0px);
     -o-transform: translate(144px, 0px);
     transform: translate(144px, 0px);
}
 .testimonial-meta span.sub-co{
     position: relative;
     padding: 0 0 0;
     -webkit-transform: translate(200px, 0px);
     -moz-transform: translate(200px, 0px);
     -o-transform: translate(200px, 0px);
     -ms-transform: translate(200px, 0px);
     transform: translate(200px, 0px);
     display: block;
}
 .testimonial-meta span.sub-co:before {
     position: absolute;
     top: 8px;
     left: -53px;
     width: 45px;
     height: 2px;
     background: #000000;
     content: "";
}
 .testimonial-wrapper{
     margin: 0px -15px;
}
 .testimonial-content {
     color: #ffffff;
     padding: 90px 30px 0px 30px;
     position: relative;
     background: #212121;
     transition: .3s ease-in-out;
}
 .testimonial-content:before {
     position: absolute;
     top: 55px;
     left: 30px;
     content: "\f10d";
     font-family: 'Font Awesome\ 5 Free';
     font-size: 24px;
     font-weight: 600;
     color: #ffea00;
}
 .testimonial-content p{
     line-height: 30px;
}
 .rating-icons i {
     color: #ffea00;
}
 .rating-icons {
     margin: 0px 0px 0px 0px;
     padding-bottom: 32px;
     padding-top: 10px;
}
/********Blog area******/
 .blog-main-wrapper {
     -webkit-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -moz-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -o-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     -ms-clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     clip-path: polygon(15% 0, 100% 0, 100% 88%, 85% 100%, 0 100%, 0 12%);
     padding: 30px 30px 20px 30px;
     background: #212121;
}
 .blog-inner {
     -webkit-clip-path: polygon(12.5% 0, 100% 0, 100% 86%, 81.5% 100%, 0 100%, 0 16%);
     -moz-clip-path: polygon(12.5% 0, 100% 0, 100% 86%, 81.5% 100%, 0 100%, 0 16%);
     -ms-clip-path: polygon(12.5% 0, 100% 0, 100% 86%, 81.5% 100%, 0 100%, 0 16%);
     -o-clip-path: polygon(12.5% 0, 100% 0, 100% 86%, 81.5% 100%, 0 100%, 0 16%);
     clip-path: polygon(12.5% 0, 100% 0, 100% 86%, 81.5% 100%, 0 100%, 0 16%);
     position: relative;
     overflow: hidden;
}
 .blog-content:after {
     position: absolute;
     top: -25px;
     left: auto;
     right: 0;
     width: 80px;
     height: 2px;
     background: #ffea00;
     content: "";
}
 .date-stiker {
     -webkit-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -ms-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -moz-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     -o-clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     clip-path: polygon(8% 0, 100% 0, 100% 72%, 92% 100%, 0 100%, 0 28%);
     background: #ffea00;
     width: 190px;
     height: 50px;
     line-height: 50px;
     text-align: center;
     position: absolute;
     top: -25px;
     left: 0;
     bottom: auto;
     z-index: 3;
     color: #212121;
}
 .blog-content {
     position: relative;
     z-index: 1;
     color: #ffffff;
}
 .blog-content h4 a {
     color: #ffffff;
     font-weight: 700;
     line-height: 32px;
     margin: 48px 0 0;
     display: inline-block;
     font-size: 24px;
}
 .blog-content p {
     color: #ffffff;
     margin: 12px 0;
}
 .blog-inner a img {
     -webkit-transition: all .7s ease;
     -moz-transition: all .7s ease;
     -ms-transition: all .7s ease;
     -o-transition: all .7s ease;
     transition: all .7s ease;
}
 .blog-main-wrapper:hover .blog-inner a img {
     -webkit-transform: scale(1.2) rotate(3deg);
     -moz-transform: scale(1.2) rotate(3deg);
     -o-transform: scale(1.2) rotate(3deg);
     -ms-transform: scale(1.2) rotate(3deg);
     transform: scale(1.2) rotate(3deg);
}
/*********contact area*********/
 .contact-wrapper {
     -webkit-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -ms-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -moz-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -o-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     max-width: 100%;
     padding: 25px 0px 5px 100px;
     position: relative;
     background: #ffea00;
     z-index: 1;
}


 .contact-wrapper:after{
     position: absolute;
     background: #212121;
     content: "";
     width: calc(100% - 4px);
     height: calc(100% - 4px);
     left: calc(0% + 2px);
     top: calc(0% + 2px);
     -webkit-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -ms-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -moz-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     -o-clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     clip-path: polygon(9.7% 0, 100% 0, 100% 68.5%, 90.3% 100%, 0 100%, 0 31.5%);
     z-index: -1;
     transition: all .3s ease-in-out;
}
 .contact-wrapper h4 {
     color: #ffea00;
     font-size: 24px;
     font-weight: 600;
}
 .contact-wrapper svg {
     position: absolute;
     top: 22%;
     left: 60px;
}
 .contact-wrapper p{
     color: #ffffff;
}
 .contact-wrapper a{
     font-size: 16px;
     color: #ffffff;
}
 .contact-right .form-control:focus {
     color: #ffffff;
     border-color: #ffea00;
     outline: 0;
     -webkit-box-shadow: none;
     box-shadow: none;
}
 .contact-right .form-control {
     display: block;
     width: 100%;
     height: 50px;
     padding: .375rem .75rem;
     font-size: 16px;
     font-weight: 500;
     background-color: transparent;
     background-clip: padding-box;
     border: 0;
     border-radius: 0;
     -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
     transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
     -o-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
     border-bottom: 1px solid#ffea00;
     margin: 0 0 30px;
     color: #727272;
     position: relative;
}
 .contact-right .form-control input::-webkit-input-placeholder {
     color: #ffffff;
}
 .contact-right .form-control input::-moz-placeholder {
     color: #ffffff;
}
 .contact-right .form-control input:-ms-input-placeholder {
     color: #ffffff;
}
 .contact-right .form-control input::-ms-input-placeholder {
     color: #ffffff;
}
 .contact-right .form-control input::placeholder {
     color: #ffffff;
}
 .contact-right a:not([href]):not([tabindex]) {
     color: #ffea00;
     text-decoration: none;
}
 .contact-right textarea.form-control {
     height: 233px;
}
 .curved-line{
     position: relative;
}
 .curved-line:focus:before{
     background: #ffea00 
}
 .curved-line:before {
     position: absolute;
     top: auto;
     bottom: 7px;
     right: -17px;
     width: 20px;
     height: 2px;
     background: #ffea00;
     content: "";
     -webkit-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
     transform: rotate(-45deg);
}
 .contact-area {
     padding-bottom: 210px;
}
/*********subscribe********/
 .subscrib-area {
     -webkit-clip-path: polygon(6% 0, 100% 0, 100% 77%, 94% 100%, 0 100%, 0 29%);
     -moz-clip-path: polygon(6% 0, 100% 0, 100% 77%, 94% 100%, 0 100%, 0 29%);
     -ms-clip-path: polygon(6% 0, 100% 0, 100% 77%, 94% 100%, 0 100%, 0 29%);
     -o-clip-path: polygon(6% 0, 100% 0, 100% 77%, 94% 100%, 0 100%, 0 29%);
     clip-path: polygon(6% 0, 100% 0, 100% 77%, 94% 100%, 0 100%, 0 29%);
     padding: 62px 50px 40px 50px;
     position: relative;
     -webkit-transform: translate(0px, -100px);
     -moz-transform: translate(0px, -100px);
     -ms-transform: translate(0px, -100px);
     -o-transform: translate(0px, -100px);
     transform: translate(0px, -100px);
     z-index: 1;
     background: #ffea00;
}
 .subcribe-left h2 {
     font-size: 40px;
     margin-bottom: 6px;
}
 .subcribe-left p {
     font-family: 'Big Shoulders Text', cursive;
     font-size: 24px;
     font-weight: 400;
     font-style: italic;
}
 .subscribe-right input {
     outline: 0;
     width: 100%;
     height: 70px;
     background-color: #212121;
     border: none;
     padding: 0 20px;
     -webkit-clip-path:polygon(5% 0, 100% 0, 100% 71%, 95% 100%, 0 100%, 0 29%);
     -ms-clip-path:polygon(5% 0, 100% 0, 100% 71%, 95% 100%, 0 100%, 0 29%);
     -moz-clip-path:polygon(5% 0, 100% 0, 100% 71%, 95% 100%, 0 100%, 0 29%);
     -o-clip-path:polygon(5% 0, 100% 0, 100% 71%, 95% 100%, 0 100%, 0 29%);
     clip-path:polygon(5% 0, 100% 0, 100% 71%, 95% 100%, 0 100%, 0 29%);
     color: #ffffff;
     font-weight: 500;
}
 .subscribe-right {
     position: relative;
     margin-top: 7px;
}
 .formButton {
     position: absolute;
     top: 9px;
     right: 12px;
     text-transform: uppercase;
     text-align: center;
     left: auto;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
     background: #212121;
}
 .subscribe-right input::-webkit-input-placeholder {
     color: #727272;
}
 .subscribe-right input::-moz-placeholder {
     color: #727272;
}
 .subscribe-right input:-ms-input-placeholder {
     color: #727272;
}
 .subscribe-right input::-ms-input-placeholder {
     color: #727272;
}
 .subscribe-right input::placeholder {
     color: #727272;
}
.footer-nav {
    margin-top: 20px;
}
 .footer-logo {
     margin: 0 auto;
     text-align: center;
     margin-bottom: 20px;
}
 .footer-nav-wrapper li a {
     color: #212121;
     margin: 8px 5px 0 5px;
     text-align: center;
     overflow: hidden;
     position: relative;
     z-index: 1;
     display: inline-block;
     padding: 0 20px;
     line-height: 30px;
}
 .footer-nav-wrapper ul li {
     display: inline-block;
}
 .footer-nav-wrapper {
     margin: 0 auto;
     text-align: center;
}
 .footer-nav-wrapper li a:after {
     background-color: rgba( 255, 234, 0, 1 );
     -webkit-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -moz-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -o-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     -ms-clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     clip-path: polygon(12% 0, 100% 0, 100% 70%, 88% 100%, 0 100%, 0 30%);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: "";
     opacity: 0;
     visibility: hidden;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
     z-index: -1;
}
 .footer-nav-wrapper li a:hover:after {
     color: #000000;
     visibility: visible;
     opacity: 1;
}
 .footer-right .about-social-icon {
     position: inherit;
     opacity: 1;
     visibility: visible;
     -webkit-transition: .3s;
     -moz-transition: .3s;
     -ms-transition: .3s;
     -o-transition: .3s;
     transition: .3s;
}
 .footer-right .about-social-icon a{
     margin-right: 0;
     margin-left: 15px;
}
 .footer-left .sub-title h4 {
     margin: 0 0 15px;
}
 .footer-left p{
     width: 90%;
}
 .footer-buttom {
     padding: 40px 0px 40px 0px;
}
 .footer-right {
     margin-top: 36px;
}
.btn{
    color: #d4da09 !important;
}
button:hover{
    background:black !important;
}